-- MySQL dump 10.19 Distrib 10.3.30-MariaDB, for Linux (x86_64) -- -- Host: localhost Database: cp169321_mkt1 -- ------------------------------------------------------ -- Server version 10.3.30-MariaDB-log-cll-lve /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- 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 DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=103 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 */; INSERT INTO `wp_commentmeta` VALUES (13,39,'akismet_history','a:3:{s:4:\"time\";d:1591305615.4762299060821533203125;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:18:\"raisingclevergirls\";}'),(11,39,'akismet_history','a:2:{s:4:\"time\";d:1591285748.9963009357452392578125;s:5:\"event\";s:9:\"check-ham\";}'),(101,58,'rating','1'),(102,58,'verified','0'),(10,39,'akismet_result','false'),(100,58,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:9:\"ufSNlvxYP\";s:20:\"comment_author_email\";s:23:\"shelby2sqla56@gmail.com\";s:18:\"comment_author_url\";s:0:\"\";s:15:\"comment_content\";s:9:\"KuJTaACig\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:14:\"186.148.224.74\";s:10:\"user_agent\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36\";s:4:\"blog\";s:36:\"http://www.raisingclevergirls.com.au\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:63:\"http://www.raisingclevergirls.com.au/product/code-it-create-it/\";}'),(99,58,'akismet_history','a:2:{s:4:\"time\";d:1633090527.4054539203643798828125;s:5:\"event\";s:10:\"check-spam\";}'),(98,58,'akismet_result','true'),(95,57,'akismet_result','true'),(96,57,'akismet_history','a:2:{s:4:\"time\";d:1632109911.6728680133819580078125;s:5:\"event\";s:10:\"check-spam\";}'),(97,57,'akismet_as_submitted','a:11:{s:14:\"comment_author\";s:18:\"KirkXnLWhahKiftTat\";s:20:\"comment_author_email\";s:26:\"antonserebrov867@gmail.com\";s:18:\"comment_author_url\";s:22:\"http://karta-xalva.ru/\";s:15:\"comment_content\";s:380:\"Если вы решили пробрести товары в рассрочку, то предложение от банка вас действительно заинтересует вы можете оформить https://greatcard.ru/ в любом отделении банка. Вам не нуно будет ждать завтра!\";s:12:\"comment_type\";s:0:\"\";s:7:\"user_ip\";s:12:\"31.173.81.42\";s:10:\"user_agent\";s:113:\"Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36\";s:4:\"blog\";s:36:\"http://www.raisingclevergirls.com.au\";s:9:\"blog_lang\";s:5:\"en_US\";s:12:\"blog_charset\";s:5:\"UTF-8\";s:9:\"permalink\";s:86:\"http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/\";}'); /*!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` text 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` mediumtext 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=MyISAM AUTO_INCREMENT=59 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (28,332,'WooCommerce','woocommerce@raisingclevergirls.com','','','2017-06-24 19:01:24','2017-06-24 19:01:24','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(29,334,'WooCommerce','woocommerce@raisingclevergirls.com','','','2017-06-24 19:09:42','2017-06-24 19:09:42','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(30,336,'WooCommerce','woocommerce@raisingclevergirls.com','','','2017-06-24 19:23:47','2017-06-24 19:23:47','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(31,342,'WooCommerce','woocommerce@raisingclevergirls.com','','','2017-06-25 13:44:37','2017-06-25 13:44:37','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(32,532,'WooCommerce','woocommerce@raisingclevergirls.com.au','','','2017-09-12 20:45:36','2017-09-12 10:45:36','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(33,535,'WooCommerce','woocommerce@raisingclevergirls.com.au','','','2017-09-12 20:50:19','2017-09-12 10:50:19','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(34,538,'WooCommerce','woocommerce@raisingclevergirls.com.au','','','2017-09-15 18:23:13','2017-09-15 08:23:13','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(35,541,'WooCommerce','woocommerce@raisingclevergirls.com.au','','','2017-09-15 19:57:53','2017-09-15 09:57:53','Order status changed from Pending payment to Processing.',0,'1','WooCommerce','order_note',0,0),(39,714,'Anisha','anisharani.maharaj@gmail.com','','197.185.103.237','2020-06-05 01:49:08','2020-06-04 15:49:08','This is helpful',0,'1','Mozilla/5.0 (Linux; Android 9; SNE-LX1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.83 Mobile Safari/537.36','',0,0),(58,663,'ufSNlvxYP','shelby2sqla56@gmail.com','','186.148.224.74','2021-10-01 22:15:27','2021-10-01 12:15:27','KuJTaACig',0,'spam','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36','',0,0),(57,998,'KirkXnLWhahKiftTat','antonserebrov867@gmail.com','http://karta-xalva.ru/','31.173.81.42','2021-09-20 13:51:50','2021-09-20 03:51:50','Если вы решили пробрести товары в рассрочку, то предложение от банка вас действительно заинтересует вы можете оформить https://greatcard.ru/ в любом отделении банка. Вам не нуно будет ждать завтра!',0,'spam','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_duplicator_packages` -- DROP TABLE IF EXISTS `wp_duplicator_packages`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_duplicator_packages` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, `hash` varchar(50) NOT NULL, `status` int(11) NOT NULL, `created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `owner` varchar(60) NOT NULL, `package` mediumblob NOT NULL, PRIMARY KEY (`id`), KEY `hash` (`hash`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_duplicator_packages` -- LOCK TABLES `wp_duplicator_packages` WRITE; /*!40000 ALTER TABLE `wp_duplicator_packages` DISABLE KEYS */; INSERT INTO `wp_duplicator_packages` VALUES (1,'20170510_clevergirls','36a3343fda3e19fc7768170510170539',20,'2017-05-10 17:06:29','developer','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-10 17:05:39\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:7:\"10.0.29\";s:10:\"VersionPHP\";s:6:\"5.3.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";i:1;s:4:\"Name\";s:20:\"20170510_clevergirls\";s:4:\"Hash\";s:32:\"36a3343fda3e19fc7768170510170539\";s:8:\"NameHash\";s:53:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:43:\"/home5/raisingc/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:43:\"http://www.clevergirls.com.au/wp-snapshots/\";s:8:\"ScanFile\";s:63:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";s:9:\"developer\";s:7:\"Archive\";O:11:\"DUP_Archive\":13:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:4:\"File\";s:65:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539_archive.zip\";s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:26:\"/home5/raisingc/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-10 17:05:39\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:7:\"10.0.29\";s:10:\"VersionPHP\";s:6:\"5.3.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:20:\"20170510_clevergirls\";s:4:\"Hash\";s:32:\"36a3343fda3e19fc7768170510170539\";s:8:\"NameHash\";s:53:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:43:\"/home5/raisingc/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:43:\"http://www.clevergirls.com.au/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";s:67:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539_installer.php\";s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:52;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";s:66:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539_database.sql\";s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:10:\"\0*\0Package\";r:1;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:74;s:8:\"Database\";r:87;}'); /*!40000 ALTER TABLE `wp_duplicator_packages` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_et_bloom_stats` -- DROP TABLE IF EXISTS `wp_et_bloom_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_et_bloom_stats` ( `id` int(11) NOT NULL AUTO_INCREMENT, `record_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `record_type` varchar(3) COLLATE utf8mb4_unicode_520_ci NOT NULL, `optin_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `list_id` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL, `page_id` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `removed_flag` tinyint(1) NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=35117 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_et_bloom_stats` -- LOCK TABLES `wp_et_bloom_stats` WRITE; /*!40000 ALTER TABLE `wp_et_bloom_stats` DISABLE KEYS */; INSERT INTO `wp_et_bloom_stats` VALUES (1,'2017-04-21 01:58:23','imp','optin_1','7227261368','14.200.97.161','-1',0),(2,'2017-04-21 01:59:39','imp','optin_1','7227261368','14.200.97.161','-1',0),(3,'2017-04-21 02:06:33','imp','optin_1','7227261368','14.200.97.161','-1',0),(4,'2017-04-21 02:07:44','imp','optin_1','7227261368','14.200.97.161','-1',0),(5,'2017-04-21 02:07:45','imp','optin_1','7227261368','14.200.97.161','-1',0),(6,'2017-04-21 02:07:59','imp','optin_1','7227261368','14.200.97.161','-1',0),(7,'2017-04-21 03:23:48','imp','optin_1','7227261368','14.200.97.161','-1',0),(8,'2017-04-23 03:34:17','imp','optin_1','7227261368','49.195.71.32','-1',0),(9,'2017-04-23 03:34:21','imp','optin_1','7227261368','49.195.71.32','-1',0),(10,'2017-04-23 21:22:27','imp','optin_1','7227261368','66.249.66.34','0',0),(11,'2017-04-24 13:24:39','imp','optin_1','7227261368','66.249.79.125','0',0),(12,'2017-04-24 13:33:58','imp','optin_1','7227261368','60.241.69.180','-1',0),(13,'2017-05-07 16:49:47','imp','optin_1','7227261368','66.249.75.59','-1',0),(14,'2017-05-09 10:46:05','imp','optin_1','7227261368','223.182.177.244','-1',0),(15,'2017-05-09 12:54:13','imp','optin_1','7227261368','58.173.52.2','-1',0),(16,'2017-05-09 12:54:24','imp','optin_1','7227261368','58.173.52.2','-1',0),(17,'2017-05-09 15:18:03','imp','optin_1','7227261368','203.88.145.65','-1',0),(18,'2017-05-09 15:18:12','imp','optin_1','7227261368','203.88.145.65','-1',0),(19,'2017-05-09 15:18:32','con','optin_1','mailchimp_7227261368','203.88.145.65','-1',0),(20,'2017-05-09 16:28:54','imp','optin_1','7227261368','160.202.9.181','-1',0),(21,'2017-05-09 16:28:55','imp','optin_1','7227261368','160.202.9.181','-1',0),(22,'2017-05-09 16:32:04','imp','optin_1','7227261368','160.202.9.181','179',0),(23,'2017-05-09 16:32:22','imp','optin_1','7227261368','160.202.9.181','179',0),(24,'2017-05-09 16:34:39','imp','optin_1','7227261368','160.202.9.181','179',0),(25,'2017-05-10 10:25:27','imp','optin_1','7227261368','175.34.216.170','-1',0),(26,'2017-05-10 10:25:33','imp','optin_1','7227261368','175.34.216.170','-1',0),(27,'2017-05-10 15:10:36','imp','optin_1','7227261368','175.34.216.170','-1',0),(28,'2017-05-10 16:53:22','imp','optin_1','7227261368','175.100.147.60','-1',0),(29,'2017-05-10 16:53:52','imp','optin_1','7227261368','175.100.147.60','179',0),(30,'2017-05-10 16:54:04','imp','optin_1','7227261368','175.100.147.60','179',0),(31,'2017-05-10 16:54:14','imp','optin_1','7227261368','175.100.147.60','179',0),(32,'2017-05-10 16:54:25','imp','optin_1','7227261368','175.100.147.60','76',0),(33,'2017-05-10 16:54:59','imp','optin_1','7227261368','175.100.147.60','179',0),(34,'2017-05-15 01:59:53','imp','optin_1','7227261368','175.100.133.116','-1',0),(35,'2017-05-15 02:00:05','imp','optin_1','7227261368','175.100.133.116','-1',0),(36,'2017-05-15 02:03:38','imp','optin_1','7227261368','175.100.133.116','-1',0),(37,'2017-05-15 02:03:50','imp','optin_1','7227261368','175.100.133.116','-1',0),(38,'2017-05-15 02:04:10','imp','optin_1','7227261368','175.100.133.116','173',0),(39,'2017-05-15 02:04:23','imp','optin_1','7227261368','175.100.133.116','173',0),(40,'2017-05-15 02:06:01','imp','optin_1','7227261368','175.100.133.116','-1',0),(41,'2017-05-15 02:09:28','imp','optin_1','7227261368','175.100.133.116','-1',0),(42,'2017-05-15 02:09:42','imp','optin_1','7227261368','175.100.133.116','0',0),(43,'2017-05-15 02:10:05','imp','optin_1','7227261368','175.100.133.116','170',0),(44,'2017-05-15 02:10:22','imp','optin_1','7227261368','175.100.133.116','170',0),(45,'2017-05-15 02:10:35','imp','optin_1','7227261368','175.100.133.116','170',0),(46,'2017-05-15 04:21:19','imp','optin_1','7227261368','49.213.61.57','-1',0),(47,'2017-05-15 04:21:32','imp','optin_1','7227261368','49.213.61.57','-1',0),(48,'2017-05-15 04:22:39','imp','optin_1','7227261368','49.213.61.57','170',0),(49,'2017-05-15 04:22:58','imp','optin_1','7227261368','49.213.61.57','170',0),(50,'2017-05-15 04:23:27','imp','optin_1','7227261368','49.213.61.57','170',0),(51,'2017-05-15 04:23:43','imp','optin_1','7227261368','49.213.61.57','170',0),(52,'2017-05-15 04:26:12','imp','optin_1','7227261368','49.213.61.57','177',0),(53,'2017-05-15 05:23:16','imp','optin_1','7227261368','45.114.82.244','-1',0),(54,'2017-05-18 17:26:59','imp','optin_1','7227261368','66.249.79.125','-1',0),(55,'2017-05-20 12:40:05','imp','optin_1','7227261368','202.89.182.56','-1',0),(56,'2017-05-20 12:40:17','imp','optin_1','7227261368','202.89.182.56','-1',0),(57,'2017-05-22 17:18:08','imp','optin_1','7227261368','66.249.69.34','-1',0),(58,'2017-05-27 11:18:49','imp','optin_1','7227261368','103.255.7.6','-1',0),(59,'2017-05-27 11:18:53','imp','optin_1','7227261368','103.255.7.6','-1',0),(60,'2017-05-27 11:20:11','imp','optin_1','7227261368','103.255.7.6','170',0),(61,'2017-05-27 11:20:29','imp','optin_1','7227261368','103.255.7.6','170',0),(62,'2017-05-27 11:20:42','imp','optin_1','7227261368','103.255.7.6','170',0),(63,'2017-05-27 11:20:47','con','optin_1','mailchimp_7227261368','103.255.7.6','170',0),(64,'2017-05-27 13:45:36','imp','optin_1','7227261368','66.249.75.28','-1',0),(65,'2017-06-02 01:34:27','imp','optin_1','7227261368','82.19.95.166','-1',0),(66,'2017-06-02 01:34:34','imp','optin_1','7227261368','82.19.95.166','-1',0),(67,'2017-06-02 01:34:49','imp','optin_1','7227261368','82.19.95.166','2',0),(68,'2017-06-02 12:35:43','imp','optin_1','7227261368','124.170.19.169','-1',0),(69,'2017-06-02 12:36:04','imp','optin_1','7227261368','124.170.19.169','0',0),(70,'2017-06-03 10:16:28','imp','optin_1','7227261368','103.255.6.107','0',0),(71,'2017-06-03 10:17:01','imp','optin_1','7227261368','103.255.6.107','222',0),(72,'2017-06-03 10:39:53','imp','optin_1','7227261368','103.255.6.107','-1',0),(73,'2017-06-03 10:40:00','imp','optin_1','7227261368','103.255.6.107','-1',0),(74,'2017-06-03 10:55:06','imp','optin_1','7227261368','103.255.6.107','-1',0),(75,'2017-06-03 10:55:30','imp','optin_1','7227261368','103.255.6.107','222',0),(76,'2017-06-03 10:55:45','imp','optin_1','7227261368','103.255.6.107','222',0),(77,'2017-06-03 10:56:36','imp','optin_1','7227261368','103.255.6.107','-1',0),(78,'2017-06-03 10:56:42','imp','optin_1','7227261368','103.255.6.107','-1',0),(79,'2017-06-03 11:02:27','imp','optin_1','7227261368','103.255.6.107','-1',0),(80,'2017-06-03 11:05:19','imp','optin_1','7227261368','103.255.6.107','222',0),(81,'2017-06-03 11:05:34','imp','optin_1','7227261368','103.255.6.107','222',0),(82,'2017-06-03 11:06:50','imp','optin_1','7227261368','103.255.6.107','222',0),(83,'2017-06-03 11:07:52','imp','optin_1','7227261368','103.255.6.107','170',0),(84,'2017-06-03 11:08:09','imp','optin_1','7227261368','103.255.6.107','78',0),(85,'2017-06-03 11:08:26','imp','optin_1','7227261368','103.255.6.107','78',0),(86,'2017-06-03 11:09:46','imp','optin_1','7227261368','103.255.6.107','170',0),(87,'2017-06-03 11:09:58','imp','optin_1','7227261368','103.255.6.107','170',0),(88,'2017-06-03 11:15:22','imp','optin_1','7227261368','103.255.6.107','173',0),(89,'2017-06-03 11:15:34','imp','optin_1','7227261368','103.255.6.107','173',0),(90,'2017-06-03 11:22:26','imp','optin_1','7227261368','103.255.6.107','170',0),(91,'2017-06-03 11:22:42','imp','optin_1','7227261368','103.255.6.107','170',0),(92,'2017-06-03 11:23:09','imp','optin_1','7227261368','103.255.6.107','-1',0),(93,'2017-06-03 11:32:23','imp','optin_1','7227261368','103.255.6.107','0',0),(94,'2017-06-03 11:33:16','imp','optin_1','7227261368','103.255.6.107','222',0),(95,'2017-06-03 18:57:45','imp','optin_1','7227261368','66.249.75.28','0',0),(96,'2017-06-04 09:45:25','imp','optin_1','7227261368','175.34.104.213','-1',0),(97,'2017-06-04 09:46:44','imp','optin_1','7227261368','175.34.104.213','170',0),(98,'2017-06-04 09:47:33','imp','optin_1','7227261368','175.34.104.213','192',0),(99,'2017-06-04 09:47:37','imp','optin_1','7227261368','175.34.104.213','192',0),(100,'2017-06-04 09:48:04','imp','optin_1','7227261368','175.34.104.213','0',0),(101,'2017-06-04 09:48:16','imp','optin_1','7227261368','175.34.104.213','0',0),(102,'2017-06-04 09:48:32','imp','optin_1','7227261368','175.34.104.213','0',0),(103,'2017-06-04 09:48:58','imp','optin_1','7227261368','175.34.104.213','0',0),(104,'2017-06-04 09:49:22','imp','optin_1','7227261368','175.34.104.213','0',0),(105,'2017-06-04 09:49:33','imp','optin_1','7227261368','175.34.104.213','0',0),(106,'2017-06-04 09:49:48','imp','optin_1','7227261368','175.34.104.213','0',0),(107,'2017-06-04 21:02:14','imp','optin_1','7227261368','66.249.75.29','-1',0),(108,'2017-06-04 21:05:48','imp','optin_1','7227261368','66.249.75.28','0',0),(109,'2017-06-05 10:15:11','imp','optin_1','7227261368','66.249.75.28','-1',0),(110,'2017-06-05 11:48:27','imp','optin_1','7227261368','103.255.7.39','-1',0),(111,'2017-06-05 11:48:49','imp','optin_1','7227261368','103.255.7.39','170',0),(112,'2017-06-05 11:48:58','imp','optin_1','7227261368','103.255.7.39','170',0),(113,'2017-06-05 12:04:27','imp','optin_1','7227261368','103.255.7.39','173',0),(114,'2017-06-05 12:04:42','imp','optin_1','7227261368','103.255.7.39','173',0),(115,'2017-06-05 12:04:57','imp','optin_1','7227261368','103.255.7.39','76',0),(116,'2017-06-05 12:05:29','imp','optin_1','7227261368','103.255.7.39','77',0),(117,'2017-06-05 12:30:11','imp','optin_1','7227261368','103.255.6.252','170',0),(118,'2017-06-05 12:30:44','imp','optin_1','7227261368','103.255.6.252','170',0),(119,'2017-06-05 12:35:56','imp','optin_1','7227261368','103.255.6.252','170',0),(120,'2017-06-05 12:36:13','imp','optin_1','7227261368','103.255.6.252','170',0),(121,'2017-06-05 12:53:03','imp','optin_1','7227261368','103.255.6.252','170',0),(122,'2017-06-05 12:53:13','imp','optin_1','7227261368','103.255.6.252','170',0),(123,'2017-06-05 12:57:58','imp','optin_1','7227261368','103.255.6.252','170',0),(124,'2017-06-05 12:58:11','imp','optin_1','7227261368','103.255.6.252','170',0),(125,'2017-06-05 12:59:11','imp','optin_1','7227261368','103.255.6.252','170',0),(126,'2017-06-05 12:59:30','imp','optin_1','7227261368','103.255.6.252','170',0),(127,'2017-06-05 13:00:13','imp','optin_1','7227261368','103.255.6.252','76',0),(128,'2017-06-05 13:00:41','imp','optin_1','7227261368','103.255.6.252','77',0),(129,'2017-06-05 13:03:50','imp','optin_1','7227261368','103.255.6.252','0',0),(130,'2017-06-05 13:04:16','imp','optin_1','7227261368','103.255.6.252','76',0),(131,'2017-06-05 13:04:46','imp','optin_1','7227261368','103.255.6.252','77',0),(132,'2017-06-05 14:38:57','imp','optin_1','7227261368','103.255.6.252','-1',0),(133,'2017-06-05 14:39:05','imp','optin_1','7227261368','103.255.6.252','-1',0),(134,'2017-06-05 14:39:22','imp','optin_1','7227261368','103.255.6.252','170',0),(135,'2017-06-05 14:39:59','imp','optin_1','7227261368','103.255.6.252','76',0),(136,'2017-06-05 14:40:27','imp','optin_1','7227261368','103.255.6.252','77',0),(137,'2017-06-05 15:04:44','imp','optin_1','7227261368','84.43.189.197','-1',0),(138,'2017-06-05 15:04:49','imp','optin_1','7227261368','84.43.189.197','-1',0),(139,'2017-06-05 15:05:02','imp','optin_1','7227261368','84.43.189.197','0',0),(140,'2017-06-05 15:05:17','imp','optin_1','7227261368','84.43.189.197','0',0),(141,'2017-06-05 15:17:59','imp','optin_1','7227261368','66.249.75.29','0',0),(142,'2017-06-05 16:02:47','imp','optin_1','7227261368','66.249.75.28','258',0),(143,'2017-06-06 02:39:52','imp','optin_1','7227261368','110.145.74.205','170',0),(144,'2017-06-06 02:40:25','imp','optin_1','7227261368','110.145.74.205','173',0),(145,'2017-06-06 02:40:39','imp','optin_1','7227261368','110.145.74.205','173',0),(146,'2017-06-06 02:41:03','imp','optin_1','7227261368','110.145.74.205','76',0),(147,'2017-06-06 02:41:12','imp','optin_1','7227261368','110.145.74.205','76',0),(148,'2017-06-06 02:41:30','imp','optin_1','7227261368','110.145.74.205','173',0),(149,'2017-06-06 02:42:02','imp','optin_1','7227261368','110.145.74.205','76',0),(150,'2017-06-06 02:42:06','imp','optin_1','7227261368','110.145.74.205','76',0),(151,'2017-06-06 02:42:28','imp','optin_1','7227261368','110.145.74.205','77',0),(152,'2017-06-06 02:48:45','imp','optin_1','7227261368','101.181.150.247','-1',0),(153,'2017-06-06 11:17:39','imp','optin_1','7227261368','14.200.97.161','-1',0),(154,'2017-06-06 11:18:13','imp','optin_1','7227261368','14.200.97.161','170',0),(155,'2017-06-06 11:19:28','imp','optin_1','7227261368','14.200.97.161','173',0),(156,'2017-06-06 11:20:09','imp','optin_1','7227261368','14.200.97.161','77',0),(157,'2017-06-06 11:22:21','imp','optin_1','7227261368','14.200.97.161','78',0),(158,'2017-06-06 11:22:40','imp','optin_1','7227261368','14.200.97.161','78',0),(159,'2017-06-06 11:51:34','imp','optin_1','7227261368','101.191.220.149','-1',0),(160,'2017-06-06 11:51:46','imp','optin_1','7227261368','101.191.220.149','2',0),(161,'2017-06-06 12:01:09','imp','optin_1','7227261368','101.184.127.99','-1',0),(162,'2017-06-06 12:01:16','imp','optin_1','7227261368','101.184.127.99','-1',0),(163,'2017-06-06 12:01:27','imp','optin_1','7227261368','101.184.127.99','2',0),(164,'2017-06-06 12:01:42','imp','optin_1','7227261368','101.184.127.99','0',0),(165,'2017-06-06 12:01:52','imp','optin_1','7227261368','101.184.127.99','0',0),(166,'2017-06-06 12:07:48','imp','optin_1','7227261368','121.209.140.6','-1',0),(167,'2017-06-06 12:22:58','imp','optin_1','7227261368','14.200.97.161','-1',0),(168,'2017-06-06 12:52:14','imp','optin_1','7227261368','203.206.111.226','-1',0),(169,'2017-06-06 12:52:18','imp','optin_1','7227261368','203.206.111.226','-1',0),(170,'2017-06-06 13:10:58','imp','optin_1','7227261368','139.218.117.200','-1',0),(171,'2017-06-06 13:11:12','imp','optin_1','7227261368','139.218.117.200','-1',0),(172,'2017-06-06 14:28:52','imp','optin_1','7227261368','139.130.13.3','-1',0),(173,'2017-06-06 14:28:58','imp','optin_1','7227261368','139.130.13.3','-1',0),(174,'2017-06-06 14:29:07','imp','optin_1','7227261368','139.130.13.3','0',0),(175,'2017-06-06 18:45:33','imp','optin_1','7227261368','103.255.6.78','-1',0),(176,'2017-06-07 06:27:52','imp','optin_1','7227261368','124.168.105.57','-1',0),(177,'2017-06-07 06:28:08','imp','optin_1','7227261368','124.168.105.57','-1',0),(178,'2017-06-07 10:21:13','imp','optin_1','7227261368','103.255.6.82','78',0),(179,'2017-06-07 10:21:19','imp','optin_1','7227261368','103.255.6.82','78',0),(180,'2017-06-08 00:00:12','imp','optin_1','7227261368','110.145.74.205','-1',0),(181,'2017-06-08 09:51:01','imp','optin_1','7227261368','103.255.6.106','170',0),(182,'2017-06-08 09:51:40','imp','optin_1','7227261368','103.255.6.106','76',0),(183,'2017-06-08 09:52:10','imp','optin_1','7227261368','103.255.6.106','77',0),(184,'2017-06-08 10:11:07','imp','optin_1','7227261368','103.255.6.106','-1',0),(185,'2017-06-08 10:11:32','imp','optin_1','7227261368','103.255.6.106','78',0),(186,'2017-06-08 10:11:38','imp','optin_1','7227261368','103.255.6.106','78',0),(187,'2017-06-08 10:14:15','imp','optin_1','7227261368','103.255.6.106','-1',0),(188,'2017-06-08 10:14:37','imp','optin_1','7227261368','103.255.6.106','78',0),(189,'2017-06-08 10:14:57','imp','optin_1','7227261368','103.255.6.106','170',0),(190,'2017-06-08 10:15:23','imp','optin_1','7227261368','103.255.6.106','76',0),(191,'2017-06-08 10:15:52','imp','optin_1','7227261368','103.255.6.106','77',0),(192,'2017-06-08 10:24:58','imp','optin_1','7227261368','103.255.6.106','76',0),(193,'2017-06-08 10:25:27','imp','optin_1','7227261368','103.255.6.106','77',0),(194,'2017-06-08 10:55:05','imp','optin_1','7227261368','103.255.6.106','78',0),(195,'2017-06-08 11:05:37','imp','optin_1','7227261368','103.255.6.106','78',0),(196,'2017-06-08 11:05:41','imp','optin_1','7227261368','103.255.6.106','78',0),(197,'2017-06-08 11:06:52','imp','optin_1','7227261368','103.255.6.106','78',0),(198,'2017-06-08 11:06:52','imp','optin_1','7227261368','103.255.6.106','78',0),(199,'2017-06-08 11:07:41','imp','optin_1','7227261368','103.255.6.106','78',0),(200,'2017-06-08 12:48:37','imp','optin_1','7227261368','175.34.104.213','-1',0),(201,'2017-06-08 12:48:53','imp','optin_1','7227261368','175.34.104.213','-1',0),(202,'2017-06-09 08:54:07','imp','optin_1','7227261368','103.255.6.101','-1',0),(203,'2017-06-09 08:54:17','imp','optin_1','7227261368','103.255.6.101','-1',0),(204,'2017-06-09 11:27:21','imp','optin_1','7227261368','103.255.6.101','-1',0),(205,'2017-06-10 08:32:46','imp','optin_1','7227261368','103.255.6.107','170',0),(206,'2017-06-10 08:33:10','imp','optin_1','7227261368','103.255.6.107','76',0),(207,'2017-06-10 08:33:41','imp','optin_1','7227261368','103.255.6.107','77',0),(208,'2017-06-10 08:34:08','imp','optin_1','7227261368','66.249.79.95','-1',0),(209,'2017-06-10 08:53:36','imp','optin_1','7227261368','103.255.6.107','78',0),(210,'2017-06-10 08:53:43','imp','optin_1','7227261368','103.255.6.107','78',0),(211,'2017-06-10 08:55:50','imp','optin_1','7227261368','103.255.6.107','78',0),(212,'2017-06-10 09:00:02','imp','optin_1','7227261368','103.255.6.107','170',0),(213,'2017-06-10 09:00:31','imp','optin_1','7227261368','103.255.6.107','76',0),(214,'2017-06-10 09:01:00','imp','optin_1','7227261368','103.255.6.107','77',0),(215,'2017-06-10 09:03:04','imp','optin_1','7227261368','103.255.6.107','78',0),(216,'2017-06-10 09:03:08','imp','optin_1','7227261368','103.255.6.107','78',0),(217,'2017-06-10 09:04:31','imp','optin_1','7227261368','103.255.6.107','78',0),(218,'2017-06-10 09:05:54','imp','optin_1','7227261368','103.255.6.107','78',0),(219,'2017-06-10 09:23:06','imp','optin_1','7227261368','103.255.6.107','78',0),(220,'2017-06-10 09:30:45','imp','optin_1','7227261368','103.255.6.107','0',0),(221,'2017-06-10 09:30:56','imp','optin_1','7227261368','103.255.6.107','78',0),(222,'2017-06-10 09:37:56','imp','optin_1','7227261368','103.255.6.107','78',0),(223,'2017-06-13 00:21:27','imp','optin_1','7227261368','110.145.74.205','170',0),(224,'2017-06-13 00:21:49','imp','optin_1','7227261368','110.145.74.205','76',0),(225,'2017-06-13 00:22:15','imp','optin_1','7227261368','110.145.74.205','77',0),(226,'2017-06-13 20:48:20','imp','optin_1','7227261368','14.200.97.161','-1',0),(227,'2017-06-14 13:45:27','imp','optin_1','7227261368','103.255.6.90','0',0),(228,'2017-06-14 13:46:11','imp','optin_1','7227261368','103.255.6.90','220',0),(229,'2017-06-14 13:46:15','imp','optin_1','7227261368','103.255.6.90','220',0),(230,'2017-06-15 09:22:57','imp','optin_1','7227261368','103.255.6.88','78',0),(231,'2017-06-15 09:28:40','imp','optin_1','7227261368','103.255.6.88','78',0),(232,'2017-06-15 09:48:31','imp','optin_1','7227261368','103.255.6.88','78',0),(233,'2017-06-15 22:36:19','imp','optin_1','7227261368','211.30.17.32','-1',0),(234,'2017-06-15 22:37:01','imp','optin_1','7227261368','211.30.17.32','0',0),(235,'2017-06-15 22:37:23','imp','optin_1','7227261368','202.159.137.84','-1',0),(236,'2017-06-15 22:37:29','imp','optin_1','7227261368','211.30.17.32','0',0),(237,'2017-06-17 12:06:01','imp','optin_1','7227261368','103.255.6.251','78',0),(238,'2017-06-17 12:09:04','imp','optin_1','7227261368','103.255.6.251','78',0),(239,'2017-06-17 12:21:21','imp','optin_1','7227261368','103.255.6.251','170',0),(240,'2017-06-17 12:21:51','imp','optin_1','7227261368','103.255.6.251','76',0),(241,'2017-06-17 12:22:19','imp','optin_1','7227261368','103.255.6.251','77',0),(242,'2017-06-17 12:33:57','imp','optin_1','7227261368','103.255.6.251','78',0),(243,'2017-06-17 12:36:25','imp','optin_1','7227261368','103.255.6.251','76',0),(244,'2017-06-17 12:36:52','imp','optin_1','7227261368','103.255.6.251','77',0),(245,'2017-06-17 12:52:33','imp','optin_1','7227261368','103.255.6.251','170',0),(246,'2017-06-17 12:53:02','imp','optin_1','7227261368','103.255.6.251','173',0),(247,'2017-06-17 13:05:02','imp','optin_1','7227261368','103.255.6.251','76',0),(248,'2017-06-17 13:05:29','imp','optin_1','7227261368','103.255.6.251','77',0),(249,'2017-06-17 13:06:47','imp','optin_1','7227261368','103.255.6.251','77',0),(250,'2017-06-17 13:07:53','imp','optin_1','7227261368','103.255.6.251','77',0),(251,'2017-06-18 16:29:28','imp','optin_1','7227261368','66.249.79.156','-1',0),(252,'2017-06-19 01:00:02','imp','optin_1','7227261368','110.145.74.205','-1',0),(253,'2017-06-19 11:59:12','imp','optin_1','7227261368','103.255.6.107','76',0),(254,'2017-06-19 11:59:41','imp','optin_1','7227261368','103.255.6.107','77',0),(255,'2017-06-19 12:23:40','imp','optin_1','7227261368','103.255.6.107','77',0),(256,'2017-06-19 12:40:44','imp','optin_1','7227261368','103.255.6.107','78',0),(257,'2017-06-19 12:41:15','imp','optin_1','7227261368','103.255.6.107','76',0),(258,'2017-06-19 12:41:44','imp','optin_1','7227261368','103.255.6.107','77',0),(259,'2017-06-19 13:13:42','imp','optin_1','7227261368','103.255.6.107','77',0),(260,'2017-06-19 13:49:12','imp','optin_1','7227261368','103.255.6.107','76',0),(261,'2017-06-19 13:49:39','imp','optin_1','7227261368','103.255.6.107','77',0),(262,'2017-06-19 17:58:40','imp','optin_1','7227261368','103.255.6.97','78',0),(263,'2017-06-19 18:41:12','imp','optin_1','7227261368','103.255.6.97','78',0),(264,'2017-06-19 18:41:27','imp','optin_1','7227261368','103.255.6.97','170',0),(265,'2017-06-19 18:41:40','imp','optin_1','7227261368','103.255.6.97','173',0),(266,'2017-06-19 18:41:59','imp','optin_1','7227261368','103.255.6.97','173',0),(267,'2017-06-19 18:42:52','imp','optin_1','7227261368','103.255.6.97','76',0),(268,'2017-06-19 18:43:19','imp','optin_1','7227261368','103.255.6.97','77',0),(269,'2017-06-19 18:56:08','imp','optin_1','7227261368','103.255.6.97','78',0),(270,'2017-06-19 18:56:12','imp','optin_1','7227261368','103.255.6.97','78',0),(271,'2017-06-19 18:56:55','imp','optin_1','7227261368','103.255.6.97','78',0),(272,'2017-06-19 19:05:37','imp','optin_1','7227261368','103.255.6.97','78',0),(273,'2017-06-19 19:05:52','imp','optin_1','7227261368','103.255.6.97','78',0),(274,'2017-06-19 19:07:30','imp','optin_1','7227261368','103.255.6.97','76',0),(275,'2017-06-19 19:08:02','imp','optin_1','7227261368','103.255.6.97','77',0),(276,'2017-06-19 19:12:39','imp','optin_1','7227261368','103.255.6.97','220',0),(277,'2017-06-19 19:12:44','imp','optin_1','7227261368','103.255.6.97','220',0),(278,'2017-06-19 19:25:43','imp','optin_1','7227261368','103.255.6.97','76',0),(279,'2017-06-19 19:26:12','imp','optin_1','7227261368','103.255.6.97','77',0),(280,'2017-06-20 09:03:57','imp','optin_1','7227261368','103.255.6.249','220',0),(281,'2017-06-20 09:04:41','imp','optin_1','7227261368','103.255.6.249','76',0),(282,'2017-06-20 09:04:47','imp','optin_1','7227261368','103.255.6.249','76',0),(283,'2017-06-20 09:05:11','imp','optin_1','7227261368','103.255.6.249','77',0),(284,'2017-06-20 09:12:53','imp','optin_1','7227261368','103.255.6.249','76',0),(285,'2017-06-20 09:13:21','imp','optin_1','7227261368','103.255.6.249','77',0),(286,'2017-06-20 09:20:35','imp','optin_1','7227261368','103.255.6.249','78',0),(287,'2017-06-20 09:23:16','imp','optin_1','7227261368','103.255.6.249','-1',0),(288,'2017-06-20 09:27:43','imp','optin_1','7227261368','103.255.6.249','76',0),(289,'2017-06-20 09:28:12','imp','optin_1','7227261368','103.255.6.249','77',0),(290,'2017-06-20 09:36:14','imp','optin_1','7227261368','103.255.6.249','258',0),(291,'2017-06-20 09:46:45','imp','optin_1','7227261368','103.255.6.249','258',0),(292,'2017-06-21 14:05:22','imp','optin_1','7227261368','66.249.79.156','-1',0),(293,'2017-06-21 23:47:55','imp','optin_1','7227261368','110.145.74.205','-1',0),(294,'2017-06-21 23:53:32','imp','optin_1','7227261368','110.145.74.205','170',0),(295,'2017-06-21 23:54:04','imp','optin_1','7227261368','110.145.74.205','76',0),(296,'2017-06-21 23:54:35','imp','optin_1','7227261368','110.145.74.205','77',0),(297,'2017-06-22 02:38:44','imp','optin_1','7227261368','66.249.79.156','0',0),(298,'2017-06-23 01:58:04','imp','optin_1','7227261368','175.34.104.213','-1',0),(299,'2017-06-23 01:58:15','imp','optin_1','7227261368','175.34.104.213','-1',0),(300,'2017-06-23 06:14:48','imp','optin_1','7227261368','192.168.34.163','-1',0),(301,'2017-06-24 18:21:42','imp','optin_1','7227261368','185.182.81.55','-1',0),(302,'2017-06-24 18:21:56','imp','optin_1','7227261368','185.182.81.55','-1',0),(303,'2017-06-25 08:31:43','imp','optin_1','7227261368','14.200.97.161','-1',0),(304,'2017-06-25 10:59:35','imp','optin_1','7227261368','103.10.197.3','-1',0),(305,'2017-06-25 10:59:47','imp','optin_1','7227261368','103.10.197.3','-1',0),(306,'2017-06-25 20:43:42','imp','optin_1','7227261368','14.200.97.161','0',0),(307,'2017-06-25 20:43:57','imp','optin_1','7227261368','14.200.97.161','0',0),(308,'2017-06-25 20:44:34','con','optin_1','mailchimp_7227261368','14.200.97.161','0',0),(309,'2017-06-25 22:44:59','imp','optin_1','7227261368','66.249.79.136','0',0),(310,'2017-06-25 22:46:45','imp','optin_1','7227261368','66.249.79.136','192',0),(311,'2017-06-25 22:46:52','imp','optin_1','7227261368','66.249.79.136','170',0),(312,'2017-06-25 22:47:44','imp','optin_1','7227261368','66.249.79.136','78',0),(313,'2017-06-25 22:48:05','imp','optin_1','7227261368','66.249.79.138','76',0),(314,'2017-06-25 22:50:35','imp','optin_1','7227261368','66.249.79.136','173',0),(315,'2017-06-25 22:50:37','imp','optin_1','7227261368','66.249.79.136','177',0),(316,'2017-06-25 23:52:08','imp','optin_1','7227261368','66.249.79.140','179',0),(317,'2017-06-26 04:09:53','imp','optin_1','7227261368','66.249.79.136','-1',0),(318,'2017-06-26 10:22:33','imp','optin_1','7227261368','14.200.97.161','-1',0),(319,'2017-06-26 11:36:00','imp','optin_1','7227261368','14.200.97.161','0',0),(320,'2017-06-26 13:52:44','imp','optin_1','7227261368','14.200.97.161','-1',0),(321,'2017-06-26 13:53:05','imp','optin_1','7227261368','14.200.97.161','-1',0),(322,'2017-06-26 13:54:13','imp','optin_1','7227261368','14.200.97.161','-1',0),(323,'2017-06-26 13:54:32','imp','optin_1','7227261368','14.200.97.161','-1',0),(324,'2017-06-26 14:01:54','imp','optin_1','7227261368','14.200.97.161','-1',0),(325,'2017-06-26 14:02:12','con','optin_1','mailchimp_7227261368','14.200.97.161','-1',0),(326,'2017-06-26 14:02:12','imp','optin_1','7227261368','14.200.97.161','-1',0),(327,'2017-06-26 14:18:07','imp','optin_1','7227261368','14.200.97.161','-1',0),(328,'2017-06-26 14:18:27','imp','optin_1','7227261368','14.200.97.161','-1',0),(329,'2017-06-26 23:46:15','imp','optin_1','7227261368','110.145.74.205','-1',0),(330,'2017-06-27 15:47:33','imp','optin_1','7227261368','103.255.7.44','-1',0),(331,'2017-06-27 15:47:50','imp','optin_1','7227261368','103.255.7.44','-1',0),(332,'2017-06-27 22:17:28','imp','optin_1','7227261368','54.173.216.74','-1',0),(333,'2017-06-29 04:11:21','imp','optin_1','7227261368','66.249.75.24','-1',0),(334,'2017-06-29 08:25:52','imp','optin_1','7227261368','103.255.6.107','-1',0),(335,'2017-06-29 08:26:09','imp','optin_1','7227261368','103.255.6.107','-1',0),(336,'2017-06-29 09:58:20','imp','optin_1','7227261368','66.249.69.152','207',0),(337,'2017-06-29 17:25:36','imp','optin_1','7227261368','66.249.79.136','-1',0),(338,'2017-06-30 02:46:01','imp','optin_1','7227261368','14.200.97.161','-1',0),(339,'2017-06-30 06:58:20','imp','optin_1','7227261368','14.200.97.161','-1',0),(340,'2017-07-02 04:10:41','imp','optin_1','7227261368','66.249.79.138','-1',0),(341,'2017-07-02 04:29:41','imp','optin_1','7227261368','14.200.97.161','-1',0),(342,'2017-07-04 00:24:22','imp','optin_1','7227261368','14.200.97.161','-1',0),(343,'2017-07-04 00:27:47','imp','optin_1','7227261368','14.200.97.161','-1',0),(344,'2017-07-04 00:29:22','imp','optin_1','7227261368','14.200.97.161','-1',0),(345,'2017-07-04 00:30:15','con','optin_1','mailchimp_7227261368','14.200.97.161','-1',0),(346,'2017-07-04 00:31:27','imp','optin_1','7227261368','14.200.97.161','-1',0),(347,'2017-07-05 14:10:49','imp','optin_1','7227261368','66.249.79.136','-1',0),(348,'2017-07-08 14:11:34','imp','optin_1','7227261368','66.249.79.16','-1',0),(349,'2017-07-10 01:13:50','imp','optin_1','7227261368','103.255.6.86','-1',0),(350,'2017-07-14 14:12:56','imp','optin_1','7227261368','66.249.79.16','-1',0),(351,'2017-07-15 08:01:31','imp','optin_1','7227261368','66.249.79.16','-1',0),(352,'2017-07-21 14:15:33','imp','optin_1','7227261368','124.124.204.242','-1',0),(353,'2017-07-21 14:15:37','imp','optin_1','7227261368','124.124.204.242','-1',0),(354,'2017-07-24 09:28:15','imp','optin_1','7227261368','49.147.26.181','-1',0),(355,'2017-07-24 10:18:52','imp','optin_1','7227261368','122.2.236.251','-1',0),(356,'2017-07-24 18:51:52','imp','optin_1','7227261368','122.2.236.251','-1',0),(357,'2017-07-26 09:38:06','imp','optin_1','7227261368','66.249.79.18','0',0),(358,'2017-07-26 09:38:11','imp','optin_1','7227261368','66.249.79.18','0',0),(359,'2017-07-28 11:09:51','imp','optin_1','7227261368','14.200.97.161','-1',0),(360,'2017-08-01 18:08:54','imp','optin_1','7227261368','103.255.6.85','-1',0),(361,'2017-08-03 21:42:22','imp','optin_1','7227261368','66.249.69.213','76',0),(362,'2017-08-03 21:53:04','imp','optin_1','7227261368','66.249.69.213','78',0),(363,'2017-08-03 22:05:51','imp','optin_1','7227261368','66.249.69.213','0',0),(364,'2017-08-04 04:33:35','imp','optin_1','7227261368','66.249.69.217','192',0),(365,'2017-08-04 06:47:13','imp','optin_1','7227261368','14.200.97.161','-1',0),(366,'2017-08-04 06:47:15','imp','optin_1','7227261368','14.200.97.161','-1',0),(367,'2017-08-04 10:19:14','imp','optin_1','7227261368','14.200.97.161','-1',0),(368,'2017-08-04 12:34:07','imp','optin_1','7227261368','14.200.97.161','170',0),(369,'2017-08-04 16:57:16','imp','optin_1','7227261368','66.249.69.215','76',0),(370,'2017-08-04 19:30:38','imp','optin_1','7227261368','66.249.69.213','-1',0),(371,'2017-08-04 23:17:34','imp','optin_1','7227261368','14.200.97.161','170',0),(372,'2017-08-11 21:25:31','imp','optin_1','7227261368','110.227.95.173','404',0),(373,'2017-08-11 22:00:17','imp','optin_1','7227261368','110.227.95.173','404',0),(374,'2017-08-11 23:30:59','imp','optin_2','mailchimp_7227261368','52.71.155.178','2',0),(375,'2017-08-12 00:23:01','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(376,'2017-08-12 01:22:52','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(383,'2017-08-12 01:47:42','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(384,'2017-08-12 01:48:02','imp','optin_1','7227261368','14.200.97.161','-1',0),(385,'2017-08-12 01:48:03','imp','optin_1','7227261368','14.200.97.161','-1',0),(388,'2017-08-12 01:48:34','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(390,'2017-08-12 01:51:11','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(391,'2017-08-12 01:52:26','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(392,'2017-08-12 01:52:45','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(393,'2017-08-12 01:53:22','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(394,'2017-08-12 02:22:36','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(395,'2017-08-12 03:23:50','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(396,'2017-08-12 04:18:19','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(397,'2017-08-12 04:21:54','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(398,'2017-08-12 05:21:31','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(399,'2017-08-12 06:21:41','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(400,'2017-08-12 06:57:43','imp','optin_2','mailchimp_7227261368','72.30.14.120','92',0),(401,'2017-08-12 07:21:24','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(402,'2017-08-12 08:10:26','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(403,'2017-08-12 08:10:39','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(404,'2017-08-12 08:20:33','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(405,'2017-08-12 09:20:21','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(406,'2017-08-12 10:20:27','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(407,'2017-08-12 11:20:14','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(408,'2017-08-12 13:20:13','imp','optin_2','mailchimp_7227261368','66.171.199.124','92',0),(409,'2017-08-12 14:33:49','imp','optin_2','mailchimp_7227261368','110.225.23.148','92',0),(410,'2017-08-13 08:00:41','imp','optin_2','mailchimp_7227261368','66.249.79.63','2',0),(411,'2017-08-13 13:47:47','imp','optin_2','mailchimp_7227261368','5.255.250.122','92',0),(412,'2017-08-13 18:09:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(413,'2017-08-13 18:10:13','imp','optin_1','7227261368','66.249.79.63','-1',0),(415,'2017-08-13 18:59:11','imp','optin_2','mailchimp_7227261368','103.255.6.254','92',0),(416,'2017-08-13 18:59:35','imp','optin_1','7227261368','103.255.6.254','-1',0),(417,'2017-08-14 03:25:57','imp','optin_1','7227261368','66.249.79.63','0',0),(419,'2017-08-14 04:58:28','imp','optin_1','7227261368','66.249.79.63','0',0),(420,'2017-08-14 06:35:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(421,'2017-08-14 06:35:24','imp','optin_1','7227261368','66.249.79.63','-1',0),(426,'2017-08-14 08:05:32','imp','optin_1','7227261368','66.249.79.63','444',0),(427,'2017-08-14 10:38:31','imp','optin_1','7227261368','66.249.79.63','404',0),(429,'2017-08-14 14:26:34','imp','optin_1','7227261368','66.249.79.63','0',0),(430,'2017-08-14 16:27:58','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(432,'2017-08-15 04:18:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(434,'2017-08-15 09:26:08','imp','optin_2','mailchimp_7227261368','202.37.242.18','92',0),(435,'2017-08-15 09:26:22','imp','optin_1','7227261368','202.37.242.18','-1',0),(436,'2017-08-15 09:26:30','imp','optin_1','7227261368','202.37.242.18','-1',0),(437,'2017-08-15 09:26:32','imp','optin_2','mailchimp_7227261368','202.37.242.18','2',0),(440,'2017-08-15 10:39:14','imp','optin_1','7227261368','50.253.68.230','404',0),(443,'2017-08-15 15:12:25','imp','optin_2','mailchimp_7227261368','31.13.144.29','92',0),(444,'2017-08-15 15:12:46','imp','optin_1','7227261368','31.13.144.29','-1',0),(445,'2017-08-15 15:12:48','imp','optin_1','7227261368','31.13.144.29','-1',0),(447,'2017-08-15 16:40:16','imp','optin_1','7227261368','66.249.79.35','0',0),(452,'2017-08-15 20:09:00','imp','optin_2','mailchimp_7227261368','52.71.155.178','2',0),(455,'2017-08-15 21:40:06','imp','optin_1','7227261368','66.249.79.63','404',0),(456,'2017-08-15 22:45:19','imp','optin_2','mailchimp_7227261368','5.255.250.122','2',0),(457,'2017-08-16 00:03:18','imp','optin_2','mailchimp_7227261368','5.255.250.122','92',0),(463,'2017-08-16 13:18:12','imp','optin_1','7227261368','66.249.69.215','125',0),(467,'2017-08-16 18:09:19','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(468,'2017-08-16 18:09:32','imp','optin_1','7227261368','66.249.69.213','-1',0),(469,'2017-08-17 01:25:06','imp','optin_2','mailchimp_7227261368','47.60.44.14','92',0),(470,'2017-08-17 01:25:29','imp','optin_1','7227261368','47.60.44.14','-1',0),(472,'2017-08-17 02:55:46','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(473,'2017-08-17 06:35:27','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(474,'2017-08-17 06:37:33','imp','optin_1','7227261368','66.249.79.63','-1',0),(475,'2017-08-17 07:57:54','imp','optin_2','mailchimp_7227261368','60.227.162.182','92',0),(476,'2017-08-17 08:14:34','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(477,'2017-08-17 08:31:31','imp','optin_2','mailchimp_7227261368','72.30.14.105','92',0),(478,'2017-08-17 08:56:20','imp','optin_2','mailchimp_7227261368','5.255.250.33','92',0),(490,'2017-08-17 11:45:49','imp','optin_2','mailchimp_7227261368','72.30.14.80','92',0),(491,'2017-08-17 13:49:24','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(492,'2017-08-17 13:49:41','imp','optin_1','7227261368','110.145.74.205','-1',0),(493,'2017-08-17 13:49:46','imp','optin_1','7227261368','110.145.74.205','-1',0),(494,'2017-08-17 13:49:50','imp','optin_2','mailchimp_7227261368','110.145.74.205','2',0),(495,'2017-08-17 16:28:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(498,'2017-08-17 21:47:55','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(500,'2017-08-17 23:20:00','imp','optin_2','mailchimp_7227261368','35.167.166.25','92',0),(502,'2017-08-18 01:29:58','imp','optin_2','mailchimp_7227261368','42.61.88.11','92',0),(504,'2017-08-18 04:19:31','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(506,'2017-08-18 08:19:47','imp','optin_2','mailchimp_7227261368','72.30.14.99','92',0),(507,'2017-08-18 14:14:14','imp','optin_2','mailchimp_7227261368','141.8.144.63','92',0),(509,'2017-08-18 21:51:01','imp','optin_1','7227261368','66.249.79.63','177',0),(514,'2017-08-19 10:07:44','imp','optin_2','mailchimp_7227261368','77.88.5.29','2',0),(518,'2017-08-19 18:09:23','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(519,'2017-08-19 18:09:30','imp','optin_1','7227261368','66.249.79.63','-1',0),(520,'2017-08-19 20:21:16','imp','optin_2','mailchimp_7227261368','120.153.180.112','92',0),(521,'2017-08-19 20:21:31','imp','optin_1','7227261368','120.153.180.112','-1',0),(522,'2017-08-19 20:21:36','imp','optin_1','7227261368','120.153.180.112','-1',0),(523,'2017-08-19 20:21:38','imp','optin_2','mailchimp_7227261368','120.153.180.112','92',0),(527,'2017-08-20 06:35:38','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(528,'2017-08-20 06:36:24','imp','optin_1','7227261368','66.249.79.63','-1',0),(532,'2017-08-20 12:42:45','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(534,'2017-08-20 16:28:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(536,'2017-08-20 17:56:22','imp','optin_2','mailchimp_7227261368','77.88.5.29','2',0),(538,'2017-08-21 04:21:10','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(541,'2017-08-21 11:17:40','imp','optin_2','mailchimp_7227261368','77.88.5.29','92',0),(542,'2017-08-21 12:03:10','imp','optin_2','mailchimp_7227261368','121.211.74.234','92',0),(543,'2017-08-21 12:03:33','imp','optin_1','7227261368','121.211.74.234','-1',0),(544,'2017-08-21 12:16:54','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(545,'2017-08-21 12:17:14','imp','optin_1','7227261368','110.145.74.205','-1',0),(547,'2017-08-21 14:26:42','imp','optin_2','mailchimp_7227261368','203.45.239.150','92',0),(548,'2017-08-21 14:29:41','imp','optin_1','7227261368','203.45.239.150','-1',0),(550,'2017-08-21 20:36:51','imp','optin_2','mailchimp_7227261368','176.25.25.208','92',0),(551,'2017-08-21 20:37:10','imp','optin_1','7227261368','176.25.25.208','-1',0),(552,'2017-08-21 20:37:14','imp','optin_1','7227261368','176.25.25.208','-1',0),(556,'2017-08-22 07:44:13','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(557,'2017-08-22 09:45:16','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(560,'2017-08-22 18:09:33','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(561,'2017-08-22 18:10:44','imp','optin_1','7227261368','66.249.79.63','-1',0),(562,'2017-08-22 19:09:31','imp','optin_2','mailchimp_7227261368','77.88.5.29','2',0),(566,'2017-08-23 06:35:56','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(567,'2017-08-23 06:36:13','imp','optin_1','7227261368','66.249.79.39','-1',0),(570,'2017-08-23 16:28:16','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(571,'2017-08-23 21:15:28','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(573,'2017-08-24 03:25:39','imp','optin_2','mailchimp_7227261368','84.201.133.54','2',0),(575,'2017-08-24 04:21:20','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(580,'2017-08-24 16:31:33','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(581,'2017-08-24 16:37:37','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(582,'2017-08-24 16:37:57','imp','optin_1','7227261368','110.145.74.205','-1',0),(588,'2017-08-25 10:25:30','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(589,'2017-08-25 13:17:24','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(591,'2017-08-25 18:09:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(592,'2017-08-25 18:10:18','imp','optin_1','7227261368','66.249.79.39','-1',0),(598,'2017-08-26 08:56:13','imp','optin_2','mailchimp_7227261368','64.246.161.190','92',0),(599,'2017-08-26 16:12:30','imp','optin_2','mailchimp_7227261368','192.168.35.27','92',0),(600,'2017-08-26 16:12:53','imp','optin_1','7227261368','192.168.35.27','-1',0),(601,'2017-08-26 16:21:50','imp','optin_2','mailchimp_7227261368','192.168.35.66','92',0),(602,'2017-08-26 16:22:12','imp','optin_1','7227261368','192.168.35.66','-1',0),(604,'2017-08-26 16:26:29','imp','optin_2','mailchimp_7227261368','192.168.35.66','92',0),(607,'2017-08-26 18:47:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(608,'2017-08-26 19:11:11','imp','optin_1','7227261368','66.249.79.35','0',0),(609,'2017-08-26 20:57:15','imp','optin_2','mailchimp_7227261368','84.201.133.54','92',0),(610,'2017-08-26 21:33:45','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(611,'2017-08-26 21:49:02','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(612,'2017-08-26 21:54:40','imp','optin_2','mailchimp_7227261368','192.168.34.112','92',0),(613,'2017-08-26 21:54:53','imp','optin_1','7227261368','192.168.34.112','-1',0),(614,'2017-08-26 21:55:02','imp','optin_1','7227261368','192.168.34.112','-1',0),(615,'2017-08-26 22:26:48','imp','optin_2','mailchimp_7227261368','175.34.104.213','92',0),(616,'2017-08-26 22:27:09','imp','optin_1','7227261368','175.34.104.213','-1',0),(617,'2017-08-26 22:27:16','imp','optin_2','mailchimp_7227261368','175.34.104.213','2',0),(621,'2017-08-26 22:28:30','imp','optin_2','mailchimp_7227261368','175.34.104.213','92',0),(622,'2017-08-26 22:30:34','imp','optin_1','7227261368','66.249.79.63','-1',0),(623,'2017-08-26 23:16:51','imp','optin_2','mailchimp_7227261368','54.193.46.142','92',0),(626,'2017-08-27 00:07:00','imp','optin_2','mailchimp_7227261368','66.249.79.84','2',0),(627,'2017-08-27 00:07:58','imp','optin_1','7227261368','66.249.79.39','2',0),(630,'2017-08-27 05:49:55','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(637,'2017-08-27 14:49:37','imp','optin_2','mailchimp_7227261368','217.182.132.175','2',0),(638,'2017-08-27 14:50:12','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(639,'2017-08-27 20:16:46','imp','optin_1','7227261368','66.249.75.213','78',0),(642,'2017-08-28 00:13:50','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(645,'2017-08-28 07:19:11','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(648,'2017-08-28 10:14:07','imp','optin_2','mailchimp_7227261368','52.39.93.44','92',0),(649,'2017-08-28 10:38:35','imp','optin_2','mailchimp_7227261368','124.149.52.188','92',0),(650,'2017-08-28 10:38:54','imp','optin_1','7227261368','124.149.52.188','-1',0),(651,'2017-08-28 10:38:56','imp','optin_1','7227261368','124.149.52.188','-1',0),(656,'2017-08-28 12:24:57','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(657,'2017-08-28 12:25:17','imp','optin_1','7227261368','66.249.75.217','-1',0),(659,'2017-08-28 14:27:06','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(675,'2017-08-28 15:00:40','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(678,'2017-08-28 17:31:21','imp','optin_2','mailchimp_7227261368','66.249.75.15','92',0),(681,'2017-08-29 00:04:58','imp','optin_2','mailchimp_7227261368','66.249.75.18','92',0),(682,'2017-08-29 00:05:12','imp','optin_1','7227261368','66.249.75.16','-1',0),(683,'2017-08-29 00:05:16','imp','optin_1','7227261368','66.249.75.16','-1',0),(684,'2017-08-29 01:05:14','imp','optin_2','mailchimp_7227261368','66.249.75.16','92',0),(686,'2017-08-29 01:09:56','imp','optin_1','7227261368','66.249.75.16','0',0),(691,'2017-08-29 10:07:34','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(692,'2017-08-29 12:22:57','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(693,'2017-08-29 13:35:55','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(694,'2017-08-29 13:36:07','imp','optin_1','7227261368','66.249.79.35','-1',0),(695,'2017-08-29 14:43:37','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(697,'2017-08-29 16:42:36','imp','optin_1','7227261368','66.249.79.63','0',0),(703,'2017-08-29 20:05:39','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(704,'2017-08-29 21:38:37','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(705,'2017-08-29 22:32:10','imp','optin_2','mailchimp_7227261368','54.193.46.142','92',0),(706,'2017-08-29 22:32:11','imp','optin_2','mailchimp_7227261368','54.193.46.142','92',0),(710,'2017-08-30 03:10:57','imp','optin_2','mailchimp_7227261368','139.227.145.55','92',0),(716,'2017-08-30 07:51:56','imp','optin_1','7227261368','66.249.79.63','0',0),(717,'2017-08-30 10:06:49','imp','optin_2','mailchimp_7227261368','93.158.161.118','92',0),(721,'2017-08-30 12:57:27','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(722,'2017-08-30 12:57:41','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(723,'2017-08-30 12:57:57','imp','optin_1','7227261368','14.200.97.161','2',0),(724,'2017-08-30 13:20:26','imp','optin_2','mailchimp_7227261368','157.55.39.154','2',0),(725,'2017-08-30 14:37:27','imp','optin_2','mailchimp_7227261368','84.201.133.54','92',0),(727,'2017-08-30 16:21:45','imp','optin_1','7227261368','66.249.79.35','0',0),(730,'2017-08-30 20:44:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(731,'2017-08-30 20:44:17','imp','optin_1','7227261368','66.249.79.35','-1',0),(732,'2017-08-31 00:32:53','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(733,'2017-08-31 00:33:10','imp','optin_1','7227261368','66.249.79.35','-1',0),(735,'2017-08-31 01:10:47','imp','optin_2','mailchimp_7227261368','104.238.248.15','92',0),(737,'2017-08-31 04:06:19','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(738,'2017-08-31 06:54:40','imp','optin_2','mailchimp_7227261368','66.249.79.86','2',0),(739,'2017-08-31 08:03:05','imp','optin_2','mailchimp_7227261368','84.201.133.54','2',0),(743,'2017-08-31 12:27:47','imp','optin_1','7227261368','66.249.79.63','78',0),(745,'2017-08-31 15:45:38','imp','optin_1','7227261368','66.249.79.35','192',0),(746,'2017-08-31 15:45:41','imp','optin_1','7227261368','66.249.79.63','192',0),(747,'2017-08-31 17:06:04','imp','optin_2','mailchimp_7227261368','202.6.86.1','92',0),(748,'2017-08-31 17:06:21','imp','optin_2','mailchimp_7227261368','66.102.6.136','92',0),(749,'2017-08-31 17:06:25','imp','optin_1','7227261368','202.6.86.1','-1',0),(750,'2017-08-31 18:42:58','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(755,'2017-08-31 21:45:30','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(757,'2017-09-01 04:50:57','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(758,'2017-09-01 04:51:33','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(759,'2017-09-01 04:51:38','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(760,'2017-09-01 04:51:47','imp','optin_2','mailchimp_7227261368','118.140.38.3','2',0),(771,'2017-09-01 04:52:36','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(772,'2017-09-01 04:52:40','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(773,'2017-09-01 04:52:44','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(774,'2017-09-01 04:52:48','imp','optin_2','mailchimp_7227261368','118.140.38.3','92',0),(775,'2017-09-01 04:52:55','imp','optin_2','mailchimp_7227261368','118.140.38.3','2',0),(786,'2017-09-01 05:01:25','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(787,'2017-09-01 06:06:02','imp','optin_2','mailchimp_7227261368','40.77.167.128','92',0),(793,'2017-09-01 10:47:32','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(794,'2017-09-01 10:57:08','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(795,'2017-09-01 10:57:29','imp','optin_1','7227261368','110.21.173.84','-1',0),(796,'2017-09-01 10:57:30','imp','optin_1','7227261368','110.21.173.84','-1',0),(800,'2017-09-01 10:58:02','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(801,'2017-09-01 10:58:19','imp','optin_2','mailchimp_7227261368','110.21.173.84','2',0),(802,'2017-09-01 11:01:40','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(803,'2017-09-01 11:02:03','imp','optin_1','7227261368','110.21.173.84','-1',0),(804,'2017-09-01 11:02:04','imp','optin_1','7227261368','110.21.173.84','-1',0),(805,'2017-09-01 11:02:41','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(806,'2017-09-01 11:13:28','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(807,'2017-09-01 11:19:14','imp','optin_2','mailchimp_7227261368','110.21.173.84','2',0),(808,'2017-09-01 11:31:50','imp','optin_2','mailchimp_7227261368','66.249.79.86','2',0),(809,'2017-09-01 11:53:23','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(813,'2017-09-01 16:03:30','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(814,'2017-09-01 16:03:41','imp','optin_2','mailchimp_7227261368','199.15.198.7','92',0),(817,'2017-09-02 05:40:10','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(818,'2017-09-02 05:41:18','imp','optin_1','7227261368','66.249.79.63','-1',0),(824,'2017-09-02 07:02:41','imp','optin_2','mailchimp_7227261368','40.77.167.128','92',0),(825,'2017-09-02 07:31:44','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(829,'2017-09-02 13:03:53','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(831,'2017-09-02 15:18:00','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(835,'2017-09-02 17:54:46','imp','optin_2','mailchimp_7227261368','27.32.20.156','92',0),(836,'2017-09-02 17:55:05','imp','optin_1','7227261368','27.32.20.156','-1',0),(837,'2017-09-02 17:55:07','imp','optin_1','7227261368','27.32.20.156','-1',0),(838,'2017-09-02 17:55:37','imp','optin_2','mailchimp_7227261368','27.32.20.156','2',0),(844,'2017-09-02 22:37:51','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(846,'2017-09-03 01:51:47','imp','optin_2','mailchimp_7227261368','90.222.85.54','92',0),(847,'2017-09-03 01:52:10','imp','optin_1','7227261368','90.222.85.54','-1',0),(848,'2017-09-03 01:52:42','con','optin_2','mailchimp_7227261368','90.222.85.54','92',0),(849,'2017-09-03 01:52:54','imp','optin_2','mailchimp_7227261368','90.222.85.54','92',0),(851,'2017-09-03 03:10:34','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(854,'2017-09-03 08:21:49','imp','optin_2','mailchimp_7227261368','40.77.167.6','92',0),(857,'2017-09-03 10:07:12','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(858,'2017-09-03 11:47:36','imp','optin_1','7227261368','65.55.210.175','-1',0),(859,'2017-09-03 14:25:41','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(860,'2017-09-03 14:42:00','imp','optin_1','7227261368','66.249.79.63','-1',0),(861,'2017-09-03 17:12:27','imp','optin_2','mailchimp_7227261368','123.126.113.16','92',0),(862,'2017-09-03 18:03:06','imp','optin_2','mailchimp_7227261368','66.249.79.82','2',0),(863,'2017-09-03 18:10:42','imp','optin_1','7227261368','66.249.79.35','2',0),(865,'2017-09-03 18:18:32','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(866,'2017-09-03 18:29:39','imp','optin_2','mailchimp_7227261368','128.75.88.125','92',0),(868,'2017-09-03 23:06:54','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(869,'2017-09-03 23:33:47','imp','optin_1','7227261368','66.249.79.39','170',0),(871,'2017-09-04 03:26:08','imp','optin_2','mailchimp_7227261368','207.46.13.4','2',0),(877,'2017-09-04 08:23:22','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(883,'2017-09-04 13:49:50','imp','optin_2','mailchimp_7227261368','40.77.167.6','92',0),(885,'2017-09-04 14:12:17','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(886,'2017-09-04 14:27:08','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(887,'2017-09-04 14:27:26','imp','optin_1','7227261368','66.249.79.63','-1',0),(890,'2017-09-04 18:07:22','imp','optin_2','mailchimp_7227261368','84.201.133.54','92',0),(892,'2017-09-04 20:08:02','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(894,'2017-09-04 21:34:33','imp','optin_1','7227261368','90.222.85.54','125',0),(896,'2017-09-04 22:48:12','imp','optin_2','mailchimp_7227261368','123.126.68.141','92',0),(898,'2017-09-05 00:41:58','imp','optin_1','7227261368','66.249.79.39','0',0),(899,'2017-09-05 02:35:26','imp','optin_1','7227261368','66.249.79.35','78',0),(903,'2017-09-05 09:59:09','imp','optin_2','mailchimp_7227261368','5.255.250.101','92',0),(904,'2017-09-05 14:13:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(905,'2017-09-05 14:14:05','imp','optin_2','mailchimp_7227261368','190.203.231.200','92',0),(906,'2017-09-05 14:49:46','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(907,'2017-09-05 15:55:52','imp','optin_2','mailchimp_7227261368','40.77.167.6','92',0),(910,'2017-09-05 20:24:45','imp','optin_2','mailchimp_7227261368','24.252.94.195','92',0),(912,'2017-09-05 20:47:41','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(915,'2017-09-05 21:40:37','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(916,'2017-09-05 22:11:52','imp','optin_2','mailchimp_7227261368','192.151.148.125','92',0),(925,'2017-09-06 05:25:49','imp','optin_2','mailchimp_7227261368','84.201.133.54','2',0),(926,'2017-09-06 07:13:57','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(927,'2017-09-06 07:14:14','imp','optin_2','mailchimp_7227261368','139.227.145.94','92',0),(928,'2017-09-06 08:51:01','imp','optin_2','mailchimp_7227261368','34.211.252.89','92',0),(929,'2017-09-06 09:21:27','imp','optin_2','mailchimp_7227261368','194.116.167.247','92',0),(931,'2017-09-06 10:27:51','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(934,'2017-09-06 18:00:00','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(935,'2017-09-06 18:00:07','imp','optin_1','7227261368','66.249.79.87','-1',0),(940,'2017-09-07 00:48:11','imp','optin_2','mailchimp_7227261368','123.126.68.136','92',0),(941,'2017-09-07 01:11:43','imp','optin_2','mailchimp_7227261368','51.255.65.80','92',0),(942,'2017-09-07 01:30:36','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(943,'2017-09-07 05:32:40','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(944,'2017-09-07 05:49:19','imp','optin_2','mailchimp_7227261368','54.72.209.70','92',0),(948,'2017-09-07 08:53:12','imp','optin_2','mailchimp_7227261368','146.185.183.164','92',0),(949,'2017-09-07 08:58:49','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(950,'2017-09-07 08:59:06','imp','optin_1','7227261368','110.21.173.84','-1',0),(951,'2017-09-07 08:59:10','imp','optin_1','7227261368','110.21.173.84','-1',0),(952,'2017-09-07 10:56:35','imp','optin_2','mailchimp_7227261368','5.255.250.122','92',0),(955,'2017-09-07 13:52:51','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(957,'2017-09-07 16:30:40','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(959,'2017-09-07 18:30:13','imp','optin_2','mailchimp_7227261368','138.197.106.224','92',0),(962,'2017-09-07 21:59:55','imp','optin_1','7227261368','66.249.79.63','192',0),(965,'2017-09-08 00:39:44','imp','optin_2','mailchimp_7227261368','164.132.161.85','2',0),(966,'2017-09-08 01:37:14','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(967,'2017-09-08 01:37:29','imp','optin_1','7227261368','66.249.79.63','-1',0),(968,'2017-09-08 02:24:17','imp','optin_2','mailchimp_7227261368','138.197.77.42','92',0),(973,'2017-09-08 05:08:12','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(974,'2017-09-08 06:37:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(975,'2017-09-08 06:46:21','imp','optin_2','mailchimp_7227261368','157.55.39.234','92',0),(976,'2017-09-08 08:41:30','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(977,'2017-09-08 09:53:04','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(978,'2017-09-08 11:01:14','imp','optin_1','7227261368','66.249.79.63','76',0),(981,'2017-09-08 13:55:59','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(982,'2017-09-08 14:07:14','imp','optin_2','mailchimp_7227261368','107.21.83.48','92',0),(983,'2017-09-08 15:28:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(984,'2017-09-08 15:28:56','imp','optin_1','7227261368','66.249.79.63','-1',0),(986,'2017-09-08 17:58:03','imp','optin_2','mailchimp_7227261368','92.0.20.43','92',0),(987,'2017-09-08 17:58:23','imp','optin_1','7227261368','92.0.20.43','-1',0),(988,'2017-09-08 17:58:26','imp','optin_1','7227261368','92.0.20.43','-1',0),(989,'2017-09-08 17:58:35','imp','optin_2','mailchimp_7227261368','62.24.252.133','92',0),(990,'2017-09-08 17:58:41','imp','optin_2','mailchimp_7227261368','62.24.252.133','92',0),(991,'2017-09-08 17:58:48','imp','optin_2','mailchimp_7227261368','92.0.20.43','2',0),(992,'2017-09-08 17:59:19','imp','optin_2','mailchimp_7227261368','62.24.252.133','2',0),(993,'2017-09-08 20:16:36','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(994,'2017-09-08 21:38:09','imp','optin_2','mailchimp_7227261368','34.226.200.16','92',0),(995,'2017-09-09 01:03:15','imp','optin_2','mailchimp_7227261368','123.126.68.118','92',0),(998,'2017-09-09 01:31:15','imp','optin_1','7227261368','66.249.75.8','0',0),(1000,'2017-09-09 05:33:31','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1003,'2017-09-09 10:36:37','imp','optin_2','mailchimp_7227261368','75.149.221.170','92',0),(1008,'2017-09-09 14:41:51','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(1009,'2017-09-09 14:42:09','imp','optin_1','7227261368','66.249.75.8','-1',0),(1010,'2017-09-09 15:10:15','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1011,'2017-09-09 15:27:22','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1012,'2017-09-09 15:51:26','imp','optin_2','mailchimp_7227261368','64.246.165.200','92',0),(1014,'2017-09-09 18:12:49','imp','optin_2','mailchimp_7227261368','178.137.82.201','92',0),(1016,'2017-09-09 22:12:55','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1026,'2017-09-10 06:39:34','imp','optin_1','7227261368','66.249.79.63','78',0),(1027,'2017-09-10 13:21:23','imp','optin_2','mailchimp_7227261368','40.77.167.13','92',0),(1030,'2017-09-10 17:22:14','imp','optin_2','mailchimp_7227261368','40.77.179.23','92',0),(1032,'2017-09-10 19:12:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1033,'2017-09-10 19:13:12','imp','optin_2','mailchimp_7227261368','95.51.119.19','92',0),(1035,'2017-09-10 21:35:53','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1038,'2017-09-11 03:12:03','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1039,'2017-09-11 03:23:17','imp','optin_2','mailchimp_7227261368','106.120.188.158','92',0),(1042,'2017-09-11 10:24:10','imp','optin_2','mailchimp_7227261368','104.130.124.209','92',0),(1043,'2017-09-11 10:24:47','imp','optin_2','mailchimp_7227261368','104.130.124.209','92',0),(1044,'2017-09-11 11:51:53','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1047,'2017-09-11 15:19:54','imp','optin_2','mailchimp_7227261368','46.4.48.48','92',0),(1048,'2017-09-11 15:26:51','imp','optin_1','7227261368','66.249.79.35','192',0),(1049,'2017-09-11 15:28:59','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(1050,'2017-09-11 15:29:10','imp','optin_1','7227261368','66.249.79.35','-1',0),(1054,'2017-09-11 16:01:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1055,'2017-09-11 16:03:05','imp','optin_2','mailchimp_7227261368','190.64.135.122','92',0),(1063,'2017-09-12 00:32:15','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1064,'2017-09-12 00:32:26','imp','optin_1','7227261368','66.249.79.35','-1',0),(1065,'2017-09-12 02:18:50','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1068,'2017-09-12 05:18:53','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1069,'2017-09-12 05:36:28','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1073,'2017-09-12 09:22:50','imp','optin_2','mailchimp_7227261368','54.80.30.245','92',0),(1074,'2017-09-12 09:28:50','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1075,'2017-09-12 10:19:07','imp','optin_2','mailchimp_7227261368','153.107.192.203','92',0),(1076,'2017-09-12 10:19:13','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1077,'2017-09-12 10:19:15','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1078,'2017-09-12 10:19:19','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1079,'2017-09-12 10:19:20','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1080,'2017-09-12 10:19:20','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1081,'2017-09-12 10:19:20','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1082,'2017-09-12 10:19:20','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1083,'2017-09-12 10:19:20','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1084,'2017-09-12 10:19:21','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1085,'2017-09-12 10:19:21','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1086,'2017-09-12 10:19:21','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1087,'2017-09-12 10:19:21','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(1088,'2017-09-12 10:19:39','imp','optin_1','7227261368','153.107.192.203','-1',0),(1089,'2017-09-12 10:20:15','imp','optin_2','mailchimp_7227261368','153.107.192.203','2',0),(1091,'2017-09-12 13:43:20','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(1092,'2017-09-12 13:43:48','imp','optin_1','7227261368','66.249.79.63','-1',0),(1099,'2017-09-12 20:05:22','imp','optin_2','mailchimp_7227261368','103.255.6.109','92',0),(1100,'2017-09-12 20:05:42','imp','optin_1','7227261368','103.255.6.109','-1',0),(1101,'2017-09-12 20:05:45','imp','optin_1','7227261368','103.255.6.109','-1',0),(1105,'2017-09-12 20:41:31','imp','optin_1','7227261368','103.255.6.109','76',0),(1106,'2017-09-12 21:03:11','imp','optin_2','mailchimp_7227261368','103.255.6.109','92',0),(1111,'2017-09-12 22:15:49','imp','optin_1','7227261368','66.249.79.63','0',0),(1113,'2017-09-13 03:48:13','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1114,'2017-09-13 04:08:49','imp','optin_2','mailchimp_7227261368','95.199.10.55','92',0),(1115,'2017-09-13 04:09:14','imp','optin_1','7227261368','95.199.10.55','-1',0),(1116,'2017-09-13 04:10:03','imp','optin_2','mailchimp_7227261368','95.199.10.55','2',0),(1117,'2017-09-13 07:36:23','imp','optin_2','mailchimp_7227261368','139.227.144.94','92',0),(1120,'2017-09-13 09:01:00','imp','optin_1','7227261368','66.249.75.10','444',0),(1126,'2017-09-13 15:35:16','imp','optin_2','mailchimp_7227261368','93.158.161.52','2',0),(1127,'2017-09-13 16:27:47','imp','optin_2','mailchimp_7227261368','5.255.250.170','2',0),(1132,'2017-09-13 22:21:53','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(1133,'2017-09-13 22:34:27','imp','optin_2','mailchimp_7227261368','36.110.147.79','92',0),(1134,'2017-09-13 23:02:09','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(1135,'2017-09-13 23:02:29','imp','optin_1','7227261368','66.249.75.8','-1',0),(1137,'2017-09-13 23:15:33','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1138,'2017-09-13 23:36:45','imp','optin_2','mailchimp_7227261368','207.46.13.38','92',0),(1139,'2017-09-13 23:37:28','imp','optin_1','7227261368','199.30.25.150','-1',0),(1144,'2017-09-14 04:48:33','imp','optin_2','mailchimp_7227261368','35.160.162.107','92',0),(1145,'2017-09-14 07:57:40','imp','optin_2','mailchimp_7227261368','84.201.133.54','92',0),(1146,'2017-09-14 07:59:29','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(1147,'2017-09-14 07:59:54','imp','optin_2','mailchimp_7227261368','66.249.69.213','92',0),(1155,'2017-09-14 15:29:08','imp','optin_2','mailchimp_7227261368','66.249.69.213','92',0),(1156,'2017-09-14 15:29:22','imp','optin_1','7227261368','66.249.69.213','-1',0),(1159,'2017-09-14 17:02:23','imp','optin_1','7227261368','66.249.69.215','404',0),(1160,'2017-09-14 17:47:01','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1161,'2017-09-14 17:47:14','imp','optin_2','mailchimp_7227261368','178.251.167.80','2',0),(1168,'2017-09-14 17:47:50','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1169,'2017-09-14 17:48:03','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1170,'2017-09-14 17:48:26','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1171,'2017-09-14 17:48:32','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1172,'2017-09-14 17:48:36','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1173,'2017-09-14 17:48:42','imp','optin_2','mailchimp_7227261368','178.251.167.80','2',0),(1184,'2017-09-14 17:49:54','imp','optin_2','mailchimp_7227261368','178.251.167.80','92',0),(1186,'2017-09-14 23:20:02','imp','optin_1','7227261368','110.20.175.64','0',0),(1187,'2017-09-14 23:20:09','imp','optin_1','7227261368','110.20.175.64','0',0),(1191,'2017-09-15 00:29:07','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(1192,'2017-09-15 01:10:25','imp','optin_2','mailchimp_7227261368','107.21.1.8','92',0),(1197,'2017-09-15 04:59:24','imp','optin_1','7227261368','66.249.69.213','-1',0),(1203,'2017-09-15 09:34:07','imp','optin_1','7227261368','66.249.69.215','0',0),(1205,'2017-09-15 11:24:59','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1206,'2017-09-15 11:38:21','imp','optin_1','7227261368','115.70.43.156','192',0),(1207,'2017-09-15 11:54:21','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1208,'2017-09-15 12:33:25','imp','optin_2','mailchimp_7227261368','51.255.65.97','92',0),(1209,'2017-09-15 12:54:12','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1210,'2017-09-15 14:42:10','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(1211,'2017-09-15 14:42:57','imp','optin_1','7227261368','66.249.69.213','-1',0),(1212,'2017-09-15 15:21:34','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1214,'2017-09-15 15:31:38','imp','optin_1','7227261368','66.249.69.215','0',0),(1215,'2017-09-15 16:42:59','imp','optin_2','mailchimp_7227261368','172.58.21.107','92',0),(1216,'2017-09-15 16:43:16','imp','optin_1','7227261368','172.58.21.107','-1',0),(1217,'2017-09-15 16:43:24','imp','optin_1','7227261368','172.58.21.107','-1',0),(1221,'2017-09-15 18:12:26','imp','optin_2','mailchimp_7227261368','103.255.6.251','92',0),(1222,'2017-09-15 18:12:45','imp','optin_1','7227261368','103.255.6.251','-1',0),(1223,'2017-09-15 18:21:52','imp','optin_1','7227261368','103.255.6.251','76',0),(1224,'2017-09-15 23:41:48','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1225,'2017-09-15 23:42:42','imp','optin_2','mailchimp_7227261368','61.255.239.33','92',0),(1226,'2017-09-16 00:16:59','imp','optin_2','mailchimp_7227261368','51.255.71.131','2',0),(1228,'2017-09-16 02:05:09','imp','optin_2','mailchimp_7227261368','188.226.129.55','92',0),(1233,'2017-09-16 05:19:17','imp','optin_2','mailchimp_7227261368','64.246.165.210','92',0),(1234,'2017-09-16 06:38:35','imp','optin_2','mailchimp_7227261368','64.246.161.190','92',0),(1238,'2017-09-16 12:19:04','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1241,'2017-09-16 13:51:00','imp','optin_2','mailchimp_7227261368','128.74.247.8','92',0),(1246,'2017-09-16 19:54:27','imp','optin_2','mailchimp_7227261368','204.79.180.20','92',0),(1248,'2017-09-16 23:12:56','imp','optin_2','mailchimp_7227261368','123.126.68.132','92',0),(1254,'2017-09-17 05:39:32','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1255,'2017-09-17 05:46:00','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(1256,'2017-09-17 05:46:31','imp','optin_1','7227261368','66.249.75.8','-1',0),(1257,'2017-09-17 06:05:31','imp','optin_2','mailchimp_7227261368','207.46.13.150','92',0),(1259,'2017-09-17 08:20:11','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1260,'2017-09-17 09:28:07','imp','optin_2','mailchimp_7227261368','84.201.133.54','2',0),(1261,'2017-09-17 10:55:32','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1262,'2017-09-17 12:25:11','imp','optin_2','mailchimp_7227261368','49.195.92.74','92',0),(1263,'2017-09-17 12:25:35','imp','optin_1','7227261368','49.195.92.74','-1',0),(1265,'2017-09-17 15:29:16','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(1266,'2017-09-17 15:29:27','imp','optin_1','7227261368','66.249.75.8','-1',0),(1267,'2017-09-17 16:24:32','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1271,'2017-09-17 18:06:12','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(1280,'2017-09-18 12:22:13','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(1281,'2017-09-18 12:22:33','imp','optin_1','7227261368','110.145.74.205','-1',0),(1282,'2017-09-18 12:52:02','imp','optin_1','7227261368','110.145.74.205','-1',0),(1285,'2017-09-18 13:36:57','imp','optin_2','mailchimp_7227261368','110.145.74.205','2',0),(1286,'2017-09-18 13:39:06','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(1287,'2017-09-18 14:01:24','imp','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(1288,'2017-09-18 14:01:46','con','optin_2','mailchimp_7227261368','110.145.74.205','92',0),(1291,'2017-09-18 17:35:19','imp','optin_2','mailchimp_7227261368','157.55.39.226','2',0),(1294,'2017-09-18 20:11:16','imp','optin_1','7227261368','66.249.75.10','-1',0),(1298,'2017-09-19 02:59:30','imp','optin_1','7227261368','66.249.75.8','-1',0),(1299,'2017-09-19 03:10:01','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(1300,'2017-09-19 03:10:12','imp','optin_1','7227261368','66.249.75.8','92',0),(1301,'2017-09-19 03:51:41','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(1303,'2017-09-19 07:49:43','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1305,'2017-09-19 08:57:47','imp','optin_2','mailchimp_7227261368','207.46.13.18','2',0),(1310,'2017-09-19 14:43:56','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1311,'2017-09-19 15:11:43','imp','optin_1','7227261368','110.21.173.84','-1',0),(1320,'2017-09-20 01:21:48','imp','optin_1','7227261368','66.249.75.8','0',0),(1322,'2017-09-20 02:11:22','imp','optin_1','7227261368','66.249.75.8','78',0),(1323,'2017-09-20 02:17:29','imp','optin_1','7227261368','66.249.75.8','192',0),(1330,'2017-09-20 09:09:12','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1332,'2017-09-20 11:04:46','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1337,'2017-09-20 17:51:23','imp','optin_2','mailchimp_7227261368','173.234.159.250','2',0),(1338,'2017-09-20 17:52:05','imp','optin_2','mailchimp_7227261368','173.234.159.250','92',0),(1350,'2017-09-20 20:49:32','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1358,'2017-09-21 15:14:05','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1364,'2017-09-21 22:57:23','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1368,'2017-09-22 10:31:07','imp','optin_1','7227261368','192.168.35.30','-1',0),(1369,'2017-09-22 10:31:12','imp','optin_2','mailchimp_7227261368','192.168.35.30','92',0),(1370,'2017-09-22 10:33:15','imp','optin_2','mailchimp_7227261368','192.168.35.30','2',0),(1371,'2017-09-22 10:54:38','imp','optin_1','7227261368','192.168.34.206','-1',0),(1373,'2017-09-22 10:55:00','imp','optin_2','mailchimp_7227261368','192.168.34.206','92',0),(1374,'2017-09-22 10:56:52','imp','optin_2','mailchimp_7227261368','192.168.34.206','2',0),(1375,'2017-09-22 10:56:58','imp','optin_2','mailchimp_7227261368','192.168.34.206','92',0),(1376,'2017-09-22 11:02:56','imp','optin_2','mailchimp_7227261368','192.168.34.206','2',0),(1377,'2017-09-22 11:03:08','imp','optin_2','mailchimp_7227261368','192.168.34.206','92',0),(1378,'2017-09-22 11:03:10','imp','optin_1','7227261368','192.168.34.206','-1',0),(1379,'2017-09-22 11:21:19','imp','optin_2','mailchimp_7227261368','192.168.34.206','92',0),(1380,'2017-09-22 11:21:32','imp','optin_1','7227261368','192.168.34.206','-1',0),(1381,'2017-09-22 11:21:36','imp','optin_2','mailchimp_7227261368','192.168.34.206','2',0),(1382,'2017-09-22 11:21:46','imp','optin_2','mailchimp_7227261368','192.168.34.206','92',0),(1384,'2017-09-22 11:40:54','imp','optin_2','mailchimp_7227261368','192.168.35.30','92',0),(1385,'2017-09-22 12:25:33','imp','optin_2','mailchimp_7227261368','118.140.38.6','92',0),(1386,'2017-09-22 12:25:42','imp','optin_2','mailchimp_7227261368','118.140.38.6','2',0),(1387,'2017-09-22 12:25:53','imp','optin_2','mailchimp_7227261368','118.140.38.6','92',0),(1398,'2017-09-22 12:28:33','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1401,'2017-09-22 13:07:09','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(1402,'2017-09-22 13:48:42','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1403,'2017-09-22 13:49:07','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1404,'2017-09-22 13:49:11','imp','optin_2','mailchimp_7227261368','66.70.202.183','92',0),(1405,'2017-09-22 13:49:11','imp','optin_2','mailchimp_7227261368','66.70.202.183','92',0),(1406,'2017-09-22 15:37:06','imp','optin_2','mailchimp_7227261368','192.0.100.114','92',0),(1409,'2017-09-22 17:11:16','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(1410,'2017-09-22 18:48:38','imp','optin_2','mailchimp_7227261368','178.137.82.201','92',0),(1411,'2017-09-22 18:54:48','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(1412,'2017-09-22 18:55:10','imp','optin_1','7227261368','66.249.75.10','-1',0),(1413,'2017-09-22 20:00:24','imp','optin_2','mailchimp_7227261368','35.165.83.38','92',0),(1415,'2017-09-22 22:49:24','imp','optin_2','mailchimp_7227261368','183.87.114.130','92',0),(1416,'2017-09-22 22:49:24','imp','optin_2','mailchimp_7227261368','128.199.124.86','92',0),(1417,'2017-09-23 01:06:06','imp','optin_2','mailchimp_7227261368','164.132.161.24','92',0),(1419,'2017-09-23 03:07:32','imp','optin_2','mailchimp_7227261368','106.201.81.52','92',0),(1420,'2017-09-23 05:24:45','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1421,'2017-09-23 05:33:13','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1422,'2017-09-23 05:36:03','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1423,'2017-09-23 06:42:09','imp','optin_2','mailchimp_7227261368','93.158.161.117','92',0),(1425,'2017-09-23 08:07:42','imp','optin_2','mailchimp_7227261368','207.46.13.101','92',0),(1427,'2017-09-23 10:55:59','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1430,'2017-09-23 14:47:42','imp','optin_2','mailchimp_7227261368','185.206.144.172','92',0),(1434,'2017-09-23 21:08:38','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1436,'2017-09-24 01:27:32','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1438,'2017-09-24 04:57:36','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1439,'2017-09-24 05:44:37','imp','optin_2','mailchimp_7227261368','207.46.13.147','92',0),(1440,'2017-09-24 06:01:51','imp','optin_2','mailchimp_7227261368','188.226.129.55','92',0),(1445,'2017-09-24 08:49:47','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1448,'2017-09-24 14:16:23','imp','optin_2','mailchimp_7227261368','207.46.13.147','92',0),(1450,'2017-09-24 18:25:02','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1451,'2017-09-24 18:25:31','imp','optin_1','7227261368','66.249.79.63','-1',0),(1455,'2017-09-24 23:33:56','imp','optin_2','mailchimp_7227261368','157.55.39.204','2',0),(1458,'2017-09-25 03:11:16','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1461,'2017-09-25 10:14:31','imp','optin_2','mailchimp_7227261368','162.209.168.18','92',0),(1462,'2017-09-25 10:40:28','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1463,'2017-09-25 10:40:39','imp','optin_1','7227261368','66.249.79.35','-1',0),(1464,'2017-09-25 12:22:52','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1466,'2017-09-25 17:53:28','imp','optin_2','mailchimp_7227261368','36.110.147.77','92',0),(1467,'2017-09-25 19:14:15','imp','optin_2','mailchimp_7227261368','77.220.213.169','92',0),(1468,'2017-09-25 19:41:10','imp','optin_2','mailchimp_7227261368','157.55.39.216','92',0),(1472,'2017-09-25 22:26:17','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(1473,'2017-09-26 01:36:17','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1474,'2017-09-26 05:32:50','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1475,'2017-09-26 08:00:51','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1477,'2017-09-26 10:52:27','imp','optin_2','mailchimp_7227261368','178.137.82.201','92',0),(1481,'2017-09-26 18:47:38','imp','optin_2','mailchimp_7227261368','18.221.172.253','92',0),(1483,'2017-09-26 20:54:16','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1485,'2017-09-26 21:48:44','imp','optin_1','7227261368','66.249.79.63','0',0),(1486,'2017-09-27 00:29:30','imp','optin_2','mailchimp_7227261368','77.88.47.36','92',0),(1491,'2017-09-27 04:59:16','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1492,'2017-09-27 05:19:41','imp','optin_2','mailchimp_7227261368','5.9.61.111','92',0),(1493,'2017-09-27 06:14:54','imp','optin_2','mailchimp_7227261368','40.77.167.62','92',0),(1494,'2017-09-27 06:15:26','imp','optin_1','7227261368','199.30.24.153','-1',0),(1496,'2017-09-27 08:18:19','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1498,'2017-09-27 11:48:55','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1499,'2017-09-27 11:49:15','imp','optin_1','7227261368','66.249.79.63','-1',0),(1500,'2017-09-27 12:01:36','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1502,'2017-09-27 13:36:03','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(1504,'2017-09-27 14:54:16','imp','optin_2','mailchimp_7227261368','100.35.47.77','92',0),(1505,'2017-09-27 14:54:23','imp','optin_2','mailchimp_7227261368','100.35.47.77','92',0),(1506,'2017-09-27 14:54:26','imp','optin_2','mailchimp_7227261368','100.35.47.77','92',0),(1507,'2017-09-27 14:54:30','imp','optin_2','mailchimp_7227261368','100.35.47.77','92',0),(1509,'2017-09-27 23:09:13','imp','optin_2','mailchimp_7227261368','157.55.39.240','92',0),(1510,'2017-09-27 23:10:38','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1513,'2017-09-28 02:09:21','imp','optin_2','mailchimp_7227261368','188.226.129.55','92',0),(1514,'2017-09-28 04:15:17','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1515,'2017-09-28 08:45:27','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1516,'2017-09-28 08:45:37','imp','optin_1','7227261368','66.249.79.35','-1',0),(1520,'2017-09-28 12:41:54','imp','optin_1','7227261368','66.249.79.63','0',0),(1521,'2017-09-28 13:01:21','imp','optin_2','mailchimp_7227261368','146.185.141.136','92',0),(1522,'2017-09-28 13:52:52','imp','optin_2','mailchimp_7227261368','139.227.144.151','92',0),(1525,'2017-09-28 17:17:23','imp','optin_2','mailchimp_7227261368','36.110.147.94','92',0),(1526,'2017-09-28 21:05:31','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(1527,'2017-09-28 21:05:51','imp','optin_1','7227261368','14.200.97.161','2',0),(1528,'2017-09-28 21:06:02','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(1529,'2017-09-29 01:10:55','imp','optin_2','mailchimp_7227261368','157.55.39.199','92',0),(1530,'2017-09-29 01:19:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1531,'2017-09-29 02:04:21','imp','optin_2','mailchimp_7227261368','40.77.167.93','92',0),(1532,'2017-09-29 02:04:39','imp','optin_1','7227261368','131.253.25.193','-1',0),(1534,'2017-09-29 05:32:47','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1535,'2017-09-29 10:51:38','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1536,'2017-09-29 10:52:04','imp','optin_1','7227261368','66.249.79.63','-1',0),(1538,'2017-09-29 18:51:20','imp','optin_2','mailchimp_7227261368','40.77.167.28','92',0),(1541,'2017-09-30 03:15:48','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(1542,'2017-09-30 03:16:43','imp','optin_1','7227261368','66.249.79.48','-1',0),(1543,'2017-09-30 04:01:43','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(1544,'2017-09-30 04:54:54','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(1545,'2017-09-30 05:45:56','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1547,'2017-09-30 07:50:32','imp','optin_2','mailchimp_7227261368','40.77.167.64','92',0),(1548,'2017-09-30 08:57:30','imp','optin_2','mailchimp_7227261368','183.87.114.130','92',0),(1549,'2017-09-30 09:44:02','imp','optin_2','mailchimp_7227261368','139.227.144.236','92',0),(1550,'2017-09-30 13:03:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1551,'2017-09-30 13:24:02','imp','optin_2','mailchimp_7227261368','201.18.18.173','92',0),(1552,'2017-09-30 15:31:13','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1553,'2017-09-30 16:35:54','imp','optin_2','mailchimp_7227261368','123.126.68.114','92',0),(1554,'2017-09-30 17:17:44','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1556,'2017-09-30 21:45:19','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1557,'2017-09-30 21:48:42','imp','optin_2','mailchimp_7227261368','150.255.85.8','92',0),(1559,'2017-10-01 00:54:05','imp','optin_1','7227261368','66.249.79.35','0',0),(1561,'2017-10-01 01:34:35','imp','optin_2','mailchimp_7227261368','201.18.18.173','92',0),(1563,'2017-10-01 04:04:08','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1564,'2017-10-01 05:10:43','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1565,'2017-10-01 05:12:46','imp','optin_2','mailchimp_7227261368','164.132.161.81','92',0),(1567,'2017-10-01 06:27:52','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1568,'2017-10-01 07:22:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1570,'2017-10-01 11:49:57','imp','optin_2','mailchimp_7227261368','106.120.173.154','92',0),(1573,'2017-10-01 17:25:33','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1574,'2017-10-01 17:26:42','imp','optin_1','7227261368','66.249.79.35','-1',0),(1577,'2017-10-01 18:25:45','imp','optin_2','mailchimp_7227261368','204.44.65.210','92',0),(1578,'2017-10-01 19:36:17','imp','optin_2','mailchimp_7227261368','34.207.62.138','92',0),(1579,'2017-10-01 19:36:23','imp','optin_2','mailchimp_7227261368','34.207.62.138','92',0),(1580,'2017-10-01 19:36:29','imp','optin_2','mailchimp_7227261368','34.207.62.138','92',0),(1581,'2017-10-01 19:36:35','imp','optin_2','mailchimp_7227261368','34.207.62.138','92',0),(1582,'2017-10-01 19:46:10','imp','optin_2','mailchimp_7227261368','40.77.167.42','92',0),(1583,'2017-10-01 19:46:32','imp','optin_1','7227261368','131.253.27.23','-1',0),(1585,'2017-10-01 23:57:21','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(1589,'2017-10-02 11:09:23','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1590,'2017-10-02 12:01:35','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1592,'2017-10-02 13:00:27','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1593,'2017-10-02 13:21:49','imp','optin_2','mailchimp_7227261368','51.255.65.79','2',0),(1594,'2017-10-02 14:29:50','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1595,'2017-10-02 19:19:32','imp','optin_2','mailchimp_7227261368','192.187.98.74','92',0),(1598,'2017-10-03 03:36:04','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1599,'2017-10-03 04:32:03','imp','optin_2','mailchimp_7227261368','162.158.64.170','92',0),(1600,'2017-10-03 04:45:33','imp','optin_2','mailchimp_7227261368','40.77.167.27','92',0),(1602,'2017-10-03 06:40:07','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1603,'2017-10-03 08:05:54','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1604,'2017-10-03 09:42:52','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1605,'2017-10-03 09:43:57','imp','optin_2','mailchimp_7227261368','31.47.198.61','92',0),(1608,'2017-10-03 17:16:57','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1610,'2017-10-03 19:15:02','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(1612,'2017-10-03 19:15:55','imp','optin_1','7227261368','66.249.75.8','-1',0),(1613,'2017-10-03 21:14:04','imp','optin_2','mailchimp_7227261368','84.201.133.68','92',0),(1617,'2017-10-03 23:58:15','imp','optin_2','mailchimp_7227261368','84.201.133.68','2',0),(1618,'2017-10-04 01:41:33','imp','optin_2','mailchimp_7227261368','189.27.49.2','92',0),(1619,'2017-10-04 01:48:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1621,'2017-10-04 04:25:32','imp','optin_2','mailchimp_7227261368','216.145.14.142','92',0),(1623,'2017-10-04 06:42:36','imp','optin_2','mailchimp_7227261368','216.145.17.190','92',0),(1626,'2017-10-04 15:53:45','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1627,'2017-10-04 15:54:46','imp','optin_1','7227261368','66.249.79.35','-1',0),(1629,'2017-10-04 18:13:23','imp','optin_1','7227261368','66.249.79.63','78',0),(1630,'2017-10-04 21:50:19','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1631,'2017-10-04 22:18:46','imp','optin_1','7227261368','66.249.79.63','170',0),(1632,'2017-10-05 00:59:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1633,'2017-10-05 03:16:52','imp','optin_2','mailchimp_7227261368','54.194.20.85','92',0),(1634,'2017-10-05 03:22:15','imp','optin_2','mailchimp_7227261368','82.80.249.243','92',0),(1635,'2017-10-05 05:48:12','imp','optin_2','mailchimp_7227261368','62.210.111.21','92',0),(1637,'2017-10-05 08:00:15','imp','optin_2','mailchimp_7227261368','54.171.93.43','92',0),(1639,'2017-10-05 10:51:09','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(1640,'2017-10-05 10:51:21','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(1648,'2017-10-05 10:52:07','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(1649,'2017-10-05 10:58:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1655,'2017-10-05 13:31:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1656,'2017-10-05 13:45:23','imp','optin_2','mailchimp_7227261368','157.55.39.185','92',0),(1657,'2017-10-05 15:51:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1659,'2017-10-05 20:12:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1661,'2017-10-06 00:57:43','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1662,'2017-10-06 00:58:22','imp','optin_1','7227261368','66.249.79.63','-1',0),(1665,'2017-10-06 02:27:39','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1669,'2017-10-06 05:53:24','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1670,'2017-10-06 06:31:10','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1671,'2017-10-06 07:14:04','imp','optin_2','mailchimp_7227261368','52.38.8.0','92',0),(1675,'2017-10-06 07:47:32','imp','optin_1','7227261368','66.249.79.35','0',0),(1676,'2017-10-06 14:54:38','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(1677,'2017-10-06 16:08:11','imp','optin_2','mailchimp_7227261368','34.227.81.8','92',0),(1680,'2017-10-06 17:32:54','imp','optin_2','mailchimp_7227261368','123.126.68.136','92',0),(1681,'2017-10-06 18:21:05','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(1683,'2017-10-06 20:31:36','imp','optin_2','mailchimp_7227261368','218.30.103.142','92',0),(1685,'2017-10-06 21:55:14','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1686,'2017-10-06 23:17:56','imp','optin_2','mailchimp_7227261368','35.163.153.114','92',0),(1688,'2017-10-07 00:37:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1689,'2017-10-07 02:41:10','imp','optin_1','7227261368','66.249.79.63','78',0),(1690,'2017-10-07 03:42:54','imp','optin_2','mailchimp_7227261368','185.129.148.167','92',0),(1694,'2017-10-07 06:06:59','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(1695,'2017-10-07 06:58:10','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(1696,'2017-10-07 06:58:24','imp','optin_1','7227261368','66.249.79.63','-1',0),(1698,'2017-10-07 14:40:52','imp','optin_2','mailchimp_7227261368','54.251.140.14','92',0),(1699,'2017-10-07 14:40:56','imp','optin_2','mailchimp_7227261368','54.251.140.14','92',0),(1700,'2017-10-07 15:29:50','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1701,'2017-10-07 15:30:08','imp','optin_2','mailchimp_7227261368','190.117.115.150','92',0),(1702,'2017-10-07 20:07:30','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(1703,'2017-10-07 21:25:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1704,'2017-10-07 22:12:51','imp','optin_2','mailchimp_7227261368','207.46.13.88','92',0),(1705,'2017-10-07 22:13:30','imp','optin_1','7227261368','131.253.25.178','-1',0),(1708,'2017-10-08 02:26:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1711,'2017-10-08 03:49:51','imp','optin_1','7227261368','66.249.79.63','207',0),(1712,'2017-10-08 06:47:00','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1714,'2017-10-08 13:54:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1716,'2017-10-08 17:57:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1719,'2017-10-08 19:59:11','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1722,'2017-10-09 00:33:00','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1725,'2017-10-09 13:59:43','imp','optin_2','mailchimp_7227261368','157.55.39.93','2',0),(1727,'2017-10-09 15:14:24','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(1728,'2017-10-09 15:57:48','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1729,'2017-10-09 16:03:37','imp','optin_2','mailchimp_7227261368','83.143.240.3','92',0),(1730,'2017-10-09 17:29:57','imp','optin_2','mailchimp_7227261368','164.132.161.96','92',0),(1731,'2017-10-09 18:34:36','imp','optin_2','mailchimp_7227261368','13.57.10.111','92',0),(1733,'2017-10-09 20:46:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1734,'2017-10-09 21:33:49','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1738,'2017-10-10 04:04:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1740,'2017-10-10 19:49:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1743,'2017-10-10 20:44:15','imp','optin_1','7227261368','84.178.132.208','0',0),(1744,'2017-10-10 20:44:25','imp','optin_1','7227261368','84.178.132.208','0',0),(1745,'2017-10-10 20:46:18','imp','optin_2','mailchimp_7227261368','66.249.79.25','92',0),(1746,'2017-10-10 20:46:59','imp','optin_1','7227261368','66.249.79.21','-1',0),(1749,'2017-10-10 22:16:19','imp','optin_1','7227261368','66.249.79.21','78',0),(1752,'2017-10-10 22:54:06','imp','optin_1','7227261368','66.249.79.23','0',0),(1754,'2017-10-11 00:02:45','imp','optin_1','7227261368','66.249.79.21','0',0),(1755,'2017-10-11 00:19:15','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(1756,'2017-10-11 00:26:27','imp','optin_2','mailchimp_7227261368','207.46.13.185','2',0),(1757,'2017-10-11 00:28:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1759,'2017-10-11 02:16:21','imp','optin_2','mailchimp_7227261368','217.182.132.33','92',0),(1760,'2017-10-11 02:22:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1761,'2017-10-11 04:22:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1762,'2017-10-11 05:34:48','imp','optin_2','mailchimp_7227261368','207.46.13.22','2',0),(1763,'2017-10-11 06:41:44','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1764,'2017-10-11 06:50:59','imp','optin_2','mailchimp_7227261368','157.55.39.203','92',0),(1766,'2017-10-11 14:12:05','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(1767,'2017-10-11 14:12:15','imp','optin_1','7227261368','66.249.79.63','-1',0),(1768,'2017-10-11 16:58:18','imp','optin_2','mailchimp_7227261368','174.138.48.186','92',0),(1770,'2017-10-11 19:30:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1771,'2017-10-11 20:05:16','imp','optin_2','mailchimp_7227261368','159.203.95.202','92',0),(1773,'2017-10-11 21:04:46','imp','optin_2','mailchimp_7227261368','35.166.83.238','92',0),(1774,'2017-10-11 21:20:34','imp','optin_2','mailchimp_7227261368','141.8.143.189','2',0),(1778,'2017-10-12 09:48:30','imp','optin_2','mailchimp_7227261368','35.164.55.198','92',0),(1781,'2017-10-12 12:15:12','imp','optin_1','7227261368','66.249.79.21','192',0),(1783,'2017-10-12 18:41:24','imp','optin_1','7227261368','66.249.79.21','76',0),(1784,'2017-10-12 19:25:57','imp','optin_2','mailchimp_7227261368','40.77.167.12','2',0),(1785,'2017-10-12 20:40:12','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(1786,'2017-10-12 23:18:07','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(1787,'2017-10-13 00:04:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1788,'2017-10-13 00:04:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1789,'2017-10-13 00:33:39','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(1791,'2017-10-13 06:31:20','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1796,'2017-10-13 13:50:48','imp','optin_1','7227261368','66.249.79.21','0',0),(1799,'2017-10-13 15:27:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1800,'2017-10-13 15:36:19','imp','optin_2','mailchimp_7227261368','66.249.79.23','2',0),(1801,'2017-10-13 15:36:43','imp','optin_1','7227261368','66.249.79.21','2',0),(1803,'2017-10-13 18:59:49','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(1804,'2017-10-13 19:00:00','imp','optin_1','7227261368','66.249.79.21','-1',0),(1805,'2017-10-13 20:20:23','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(1806,'2017-10-13 20:28:35','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(1808,'2017-10-13 23:50:18','imp','optin_2','mailchimp_7227261368','213.183.51.182','92',0),(1809,'2017-10-13 23:50:44','imp','optin_2','mailchimp_7227261368','213.183.51.182','92',0),(1810,'2017-10-14 00:13:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1812,'2017-10-14 04:29:43','imp','optin_2','mailchimp_7227261368','185.180.12.116','92',0),(1814,'2017-10-14 06:05:57','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1816,'2017-10-14 09:00:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1817,'2017-10-14 09:17:39','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(1818,'2017-10-14 09:18:00','imp','optin_1','7227261368','14.200.97.161','-1',0),(1819,'2017-10-14 10:17:35','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1820,'2017-10-14 12:05:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1822,'2017-10-14 14:51:07','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1823,'2017-10-14 14:51:22','imp','optin_2','mailchimp_7227261368','83.219.142.133','92',0),(1824,'2017-10-14 15:51:16','imp','optin_2','mailchimp_7227261368','52.53.231.176','92',0),(1825,'2017-10-14 16:43:28','imp','optin_2','mailchimp_7227261368','117.201.103.151','92',0),(1826,'2017-10-14 17:17:55','imp','optin_2','mailchimp_7227261368','51.254.121.158','92',0),(1827,'2017-10-14 17:20:11','imp','optin_2','mailchimp_7227261368','36.110.147.93','92',0),(1828,'2017-10-14 17:45:29','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1829,'2017-10-14 17:45:43','imp','optin_2','mailchimp_7227261368','139.59.125.12','92',0),(1830,'2017-10-14 19:53:48','imp','optin_2','mailchimp_7227261368','185.129.148.167','92',0),(1832,'2017-10-14 23:45:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1833,'2017-10-14 23:49:18','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(1834,'2017-10-14 23:55:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1835,'2017-10-15 00:38:02','imp','optin_1','7227261368','66.249.79.85','-1',0),(1837,'2017-10-15 01:41:29','imp','optin_1','7227261368','66.249.79.85','444',0),(1839,'2017-10-15 04:24:44','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1841,'2017-10-15 12:17:54','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(1843,'2017-10-15 15:00:41','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(1846,'2017-10-15 20:23:53','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(1850,'2017-10-15 23:20:49','imp','optin_2','mailchimp_7227261368','40.77.167.107','92',0),(1851,'2017-10-16 03:28:35','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1852,'2017-10-16 03:46:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1855,'2017-10-16 08:54:54','imp','optin_1','7227261368','66.249.69.85','0',0),(1856,'2017-10-16 09:36:38','imp','optin_2','mailchimp_7227261368','106.38.241.157','92',0),(1858,'2017-10-16 15:42:28','imp','optin_2','mailchimp_7227261368','141.8.143.189','2',0),(1861,'2017-10-16 20:49:40','imp','optin_2','mailchimp_7227261368','141.8.143.144','92',0),(1862,'2017-10-16 23:26:27','imp','optin_2','mailchimp_7227261368','207.46.13.111','2',0),(1863,'2017-10-17 00:25:39','imp','optin_2','mailchimp_7227261368','84.201.133.42','92',0),(1864,'2017-10-17 02:28:10','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(1865,'2017-10-17 02:28:41','imp','optin_1','7227261368','66.249.69.85','-1',0),(1866,'2017-10-17 06:26:47','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1867,'2017-10-17 14:56:20','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(1868,'2017-10-17 14:56:32','imp','optin_1','7227261368','66.249.69.87','-1',0),(1869,'2017-10-17 15:29:40','imp','optin_2','mailchimp_7227261368','139.227.144.203','92',0),(1871,'2017-10-17 20:53:09','imp','optin_2','mailchimp_7227261368','77.88.5.112','92',0),(1873,'2017-10-17 21:53:25','imp','optin_1','7227261368','66.249.69.85','0',0),(1874,'2017-10-17 22:04:03','imp','optin_2','mailchimp_7227261368','54.159.75.22','92',0),(1876,'2017-10-17 22:35:45','imp','optin_1','7227261368','66.249.69.85','404',0),(1878,'2017-10-18 00:02:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1882,'2017-10-18 12:23:42','imp','optin_2','mailchimp_7227261368','218.30.103.29','92',0),(1883,'2017-10-18 14:38:24','imp','optin_2','mailchimp_7227261368','54.236.9.131','92',0),(1885,'2017-10-18 20:35:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1886,'2017-10-18 20:46:18','imp','optin_2','mailchimp_7227261368','141.8.143.189','2',0),(1891,'2017-10-19 06:27:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1892,'2017-10-19 06:35:21','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1894,'2017-10-19 07:35:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1895,'2017-10-19 09:14:22','imp','optin_2','mailchimp_7227261368','185.198.164.208','92',0),(1896,'2017-10-19 12:41:48','imp','optin_2','mailchimp_7227261368','164.132.161.50','92',0),(1898,'2017-10-19 14:30:46','imp','optin_1','7227261368','66.249.69.85','0',0),(1899,'2017-10-19 15:42:01','imp','optin_2','mailchimp_7227261368','192.151.152.98','92',0),(1900,'2017-10-19 17:18:16','imp','optin_2','mailchimp_7227261368','195.181.160.68','92',0),(1901,'2017-10-19 18:45:05','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(1902,'2017-10-19 18:46:10','imp','optin_2','mailchimp_7227261368','205.158.57.2','92',0),(1903,'2017-10-19 20:23:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1904,'2017-10-19 21:08:20','imp','optin_2','mailchimp_7227261368','191.96.249.184','92',0),(1905,'2017-10-19 23:18:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1907,'2017-10-20 00:15:19','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(1908,'2017-10-20 00:46:11','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(1909,'2017-10-20 00:46:37','imp','optin_1','7227261368','66.249.69.85','-1',0),(1910,'2017-10-20 03:30:04','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(1916,'2017-10-20 13:40:25','imp','optin_2','mailchimp_7227261368','157.55.39.195','92',0),(1917,'2017-10-20 15:37:03','imp','optin_1','7227261368','66.249.66.137','0',0),(1918,'2017-10-20 16:33:00','imp','optin_2','mailchimp_7227261368','217.118.136.171','92',0),(1919,'2017-10-20 16:33:00','imp','optin_2','mailchimp_7227261368','217.118.136.171','92',0),(1920,'2017-10-20 19:57:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1921,'2017-10-20 20:55:26','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1922,'2017-10-20 21:08:52','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1923,'2017-10-20 22:05:22','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1924,'2017-10-20 22:26:28','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1925,'2017-10-20 22:37:17','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1926,'2017-10-20 22:41:06','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1927,'2017-10-20 22:57:17','imp','optin_2','mailchimp_7227261368','54.204.205.230','92',0),(1928,'2017-10-20 22:57:42','imp','optin_2','mailchimp_7227261368','54.204.205.230','2',0),(1929,'2017-10-20 22:57:51','imp','optin_2','mailchimp_7227261368','54.204.205.230','92',0),(1930,'2017-10-20 23:10:36','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1932,'2017-10-21 02:15:33','imp','optin_1','7227261368','66.249.66.135','577',0),(1933,'2017-10-21 02:19:44','imp','optin_1','7227261368','66.249.66.135','628',0),(1934,'2017-10-21 02:27:42','imp','optin_1','7227261368','66.249.66.137','631',0),(1935,'2017-10-21 02:31:03','imp','optin_1','7227261368','66.249.66.137','599',0),(1936,'2017-10-21 04:04:27','imp','optin_1','7227261368','66.249.66.137','411',0),(1937,'2017-10-21 04:35:06','imp','optin_1','7227261368','66.249.66.137','411',0),(1939,'2017-10-21 06:34:29','imp','optin_2','mailchimp_7227261368','116.251.217.48','92',0),(1940,'2017-10-21 09:08:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1941,'2017-10-21 11:58:03','imp','optin_2','mailchimp_7227261368','66.249.66.90','92',0),(1942,'2017-10-21 12:17:02','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(1944,'2017-10-21 20:22:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1945,'2017-10-21 21:16:25','imp','optin_2','mailchimp_7227261368','66.249.66.91','92',0),(1946,'2017-10-21 21:16:49','imp','optin_1','7227261368','66.249.66.90','-1',0),(1947,'2017-10-21 21:57:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(1949,'2017-10-21 22:51:38','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1950,'2017-10-21 22:55:09','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1951,'2017-10-21 23:17:17','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(1953,'2017-10-22 03:22:54','imp','optin_2','mailchimp_7227261368','64.246.165.200','92',0),(1954,'2017-10-22 03:32:30','imp','optin_1','7227261368','66.249.66.90','592',0),(1955,'2017-10-22 03:39:54','imp','optin_1','7227261368','66.249.66.90','600',0),(1956,'2017-10-22 03:51:16','imp','optin_1','7227261368','66.249.66.90','602',0),(1957,'2017-10-22 03:54:57','imp','optin_1','7227261368','66.249.66.91','0',0),(1958,'2017-10-22 03:55:21','imp','optin_2','mailchimp_7227261368','64.246.165.190','92',0),(1959,'2017-10-22 04:03:19','imp','optin_1','7227261368','66.249.66.91','663',0),(1960,'2017-10-22 04:09:47','imp','optin_1','7227261368','66.249.66.92','78',0),(1961,'2017-10-22 04:13:54','imp','optin_1','7227261368','66.249.66.90','591',0),(1962,'2017-10-22 04:17:49','imp','optin_1','7227261368','66.249.66.90','597',0),(1965,'2017-10-22 13:31:15','imp','optin_2','mailchimp_7227261368','185.198.164.208','92',0),(1966,'2017-10-22 14:49:39','imp','optin_1','7227261368','66.249.66.90','593',0),(1967,'2017-10-22 14:53:21','imp','optin_1','7227261368','66.249.66.90','573',0),(1968,'2017-10-22 14:59:28','imp','optin_1','7227261368','66.249.66.90','682',0),(1969,'2017-10-22 15:01:03','imp','optin_1','7227261368','66.249.66.92','673',0),(1970,'2017-10-22 15:08:24','imp','optin_1','7227261368','66.249.66.90','683',0),(1971,'2017-10-22 15:23:42','imp','optin_1','7227261368','66.249.66.90','678',0),(1972,'2017-10-22 15:35:51','imp','optin_1','7227261368','66.249.66.91','681',0),(1974,'2017-10-22 15:38:43','imp','optin_1','7227261368','66.249.66.90','668',0),(1975,'2017-10-22 15:46:18','imp','optin_1','7227261368','66.249.66.90','680',0),(1976,'2017-10-22 15:50:06','imp','optin_1','7227261368','66.249.66.90','570',0),(1977,'2017-10-22 15:54:09','imp','optin_1','7227261368','66.249.66.90','679',0),(1978,'2017-10-22 15:57:36','imp','optin_1','7227261368','66.249.66.91','595',0),(1979,'2017-10-22 16:01:32','imp','optin_1','7227261368','66.249.66.90','652',0),(1980,'2017-10-22 16:11:39','imp','optin_1','7227261368','66.249.66.90','666',0),(1982,'2017-10-22 17:54:14','imp','optin_2','mailchimp_7227261368','66.249.66.92','92',0),(1983,'2017-10-22 17:54:51','imp','optin_1','7227261368','66.249.66.90','-1',0),(1984,'2017-10-22 18:11:41','imp','optin_2','mailchimp_7227261368','66.249.66.91','92',0),(1985,'2017-10-22 19:28:49','imp','optin_2','mailchimp_7227261368','66.249.66.91','92',0),(1986,'2017-10-22 20:14:17','imp','optin_2','mailchimp_7227261368','164.132.161.77','2',0),(1987,'2017-10-22 20:26:19','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(1988,'2017-10-22 21:27:29','imp','optin_1','7227261368','66.249.66.90','0',0),(1989,'2017-10-22 21:50:06','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(1990,'2017-10-22 23:43:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(1991,'2017-10-23 00:00:16','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(1992,'2017-10-23 01:27:46','imp','optin_1','7227261368','66.249.66.91','220',0),(1995,'2017-10-23 05:47:01','imp','optin_1','7227261368','66.249.66.135','665',0),(1996,'2017-10-23 05:50:09','imp','optin_1','7227261368','66.249.66.137','575',0),(1997,'2017-10-23 05:57:40','imp','optin_1','7227261368','66.249.66.135','0',0),(1998,'2017-10-23 06:05:23','imp','optin_1','7227261368','66.249.66.135','601',0),(1999,'2017-10-23 06:09:02','imp','optin_1','7227261368','66.249.66.135','598',0),(2000,'2017-10-23 06:12:40','imp','optin_1','7227261368','66.249.66.135','662',0),(2001,'2017-10-23 06:23:59','imp','optin_1','7227261368','66.249.66.135','594',0),(2002,'2017-10-23 06:31:32','imp','optin_1','7227261368','66.249.66.135','661',0),(2003,'2017-10-23 06:35:20','imp','optin_1','7227261368','66.249.66.135','664',0),(2004,'2017-10-23 09:35:17','imp','optin_1','7227261368','14.200.97.161','0',0),(2005,'2017-10-23 09:35:27','imp','optin_1','7227261368','14.200.97.161','0',0),(2006,'2017-10-23 09:36:26','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2007,'2017-10-23 10:58:04','imp','optin_2','mailchimp_7227261368','218.30.103.83','92',0),(2008,'2017-10-23 11:51:03','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(2009,'2017-10-23 11:56:03','imp','optin_2','mailchimp_7227261368','46.4.48.48','92',0),(2010,'2017-10-23 12:41:52','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2011,'2017-10-23 12:51:51','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(2014,'2017-10-23 15:39:04','imp','optin_1','7227261368','66.249.66.137','0',0),(2017,'2017-10-23 17:14:48','imp','optin_2','mailchimp_7227261368','61.88.29.106','92',0),(2018,'2017-10-23 17:15:11','imp','optin_1','7227261368','61.88.29.106','-1',0),(2019,'2017-10-23 17:23:16','imp','optin_1','7227261368','213.89.211.192','0',0),(2020,'2017-10-23 21:00:08','imp','optin_1','7227261368','66.249.66.135','667',0),(2021,'2017-10-23 21:05:40','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2022,'2017-10-23 22:39:10','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(2025,'2017-10-24 05:54:21','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2026,'2017-10-24 05:54:43','imp','optin_2','mailchimp_7227261368','190.37.34.78','92',0),(2028,'2017-10-24 10:03:56','imp','optin_2','mailchimp_7227261368','61.88.29.106','92',0),(2029,'2017-10-24 10:04:16','imp','optin_1','7227261368','61.88.29.106','-1',0),(2030,'2017-10-24 10:04:17','imp','optin_1','7227261368','61.88.29.106','-1',0),(2031,'2017-10-24 10:25:21','imp','optin_2','mailchimp_7227261368','1.129.105.115','92',0),(2032,'2017-10-24 10:25:43','imp','optin_1','7227261368','1.129.105.115','-1',0),(2033,'2017-10-24 10:40:44','imp','optin_1','7227261368','66.249.66.135','0',0),(2034,'2017-10-24 12:06:17','imp','optin_2','mailchimp_7227261368','5.255.250.75','2',0),(2035,'2017-10-24 13:46:49','imp','optin_2','mailchimp_7227261368','77.88.47.41','2',0),(2036,'2017-10-24 15:48:24','imp','optin_2','mailchimp_7227261368','66.249.66.91','92',0),(2037,'2017-10-24 15:48:41','imp','optin_1','7227261368','66.249.66.90','-1',0),(2038,'2017-10-24 16:10:00','imp','optin_1','7227261368','66.249.66.91','404',0),(2040,'2017-10-24 20:36:13','imp','optin_2','mailchimp_7227261368','5.255.250.132','92',0),(2041,'2017-10-24 23:19:55','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(2042,'2017-10-24 23:29:55','imp','optin_2','mailchimp_7227261368','40.77.167.117','92',0),(2043,'2017-10-25 00:36:43','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(2046,'2017-10-25 05:12:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2049,'2017-10-25 07:57:50','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(2051,'2017-10-25 08:49:52','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(2052,'2017-10-25 08:50:22','imp','optin_1','7227261368','66.249.66.137','-1',0),(2053,'2017-10-25 12:59:29','imp','optin_1','7227261368','66.249.79.66','0',0),(2055,'2017-10-25 15:05:57','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(2056,'2017-10-25 15:06:05','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(2057,'2017-10-25 15:06:10','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(2058,'2017-10-25 15:06:37','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(2059,'2017-10-25 16:31:18','imp','optin_2','mailchimp_7227261368','218.241.108.76','92',0),(2061,'2017-10-25 20:03:30','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(2062,'2017-10-25 20:46:08','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2063,'2017-10-25 20:46:19','imp','optin_1','7227261368','66.249.79.95','-1',0),(2064,'2017-10-25 21:23:37','imp','optin_2','mailchimp_7227261368','218.241.108.76','92',0),(2066,'2017-10-25 21:48:07','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(2067,'2017-10-25 22:35:46','imp','optin_2','mailchimp_7227261368','66.249.79.72','2',0),(2068,'2017-10-25 22:36:12','imp','optin_1','7227261368','66.249.79.66','2',0),(2069,'2017-10-25 23:05:15','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2070,'2017-10-25 23:05:33','imp','optin_1','7227261368','14.200.97.161','-1',0),(2071,'2017-10-25 23:05:37','imp','optin_1','7227261368','14.200.97.161','-1',0),(2072,'2017-10-25 23:06:36','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(2073,'2017-10-26 01:53:38','imp','optin_1','7227261368','66.249.79.69','0',0),(2075,'2017-10-26 06:56:34','imp','optin_2','mailchimp_7227261368','77.88.5.5','2',0),(2077,'2017-10-26 10:03:58','imp','optin_2','mailchimp_7227261368','64.74.215.150','92',0),(2078,'2017-10-26 10:04:28','imp','optin_2','mailchimp_7227261368','64.74.215.138','92',0),(2079,'2017-10-26 10:39:10','imp','optin_2','mailchimp_7227261368','207.46.13.23','92',0),(2080,'2017-10-26 13:29:42','imp','optin_2','mailchimp_7227261368','141.8.143.147','2',0),(2082,'2017-10-26 16:38:22','imp','optin_2','mailchimp_7227261368','148.62.14.156','92',0),(2083,'2017-10-26 19:20:13','imp','optin_2','mailchimp_7227261368','148.62.14.156','92',0),(2084,'2017-10-26 20:06:20','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(2085,'2017-10-26 23:54:50','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(2086,'2017-10-27 00:04:20','imp','optin_2','mailchimp_7227261368','93.158.161.55','92',0),(2087,'2017-10-27 00:51:49','imp','optin_2','mailchimp_7227261368','144.217.67.83','92',0),(2088,'2017-10-27 00:51:54','imp','optin_2','mailchimp_7227261368','144.217.67.83','2',0),(2089,'2017-10-27 02:47:35','imp','optin_2','mailchimp_7227261368','217.182.132.172','92',0),(2090,'2017-10-27 04:08:11','imp','optin_2','mailchimp_7227261368','64.74.215.1','92',0),(2092,'2017-10-27 06:43:18','imp','optin_2','mailchimp_7227261368','54.245.29.159','92',0),(2096,'2017-10-27 15:03:17','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(2097,'2017-10-27 16:53:49','imp','optin_1','7227261368','66.249.79.135','0',0),(2098,'2017-10-27 17:36:25','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2099,'2017-10-27 17:36:39','imp','optin_1','7227261368','66.249.79.137','-1',0),(2100,'2017-10-27 18:42:52','imp','optin_1','7227261368','66.249.79.135','192',0),(2101,'2017-10-27 21:30:15','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2102,'2017-10-27 21:41:28','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(2104,'2017-10-27 22:01:53','imp','optin_2','mailchimp_7227261368','104.131.11.47','92',0),(2105,'2017-10-28 01:00:14','imp','optin_1','7227261368','66.249.79.135','0',0),(2108,'2017-10-28 05:30:00','imp','optin_1','7227261368','66.249.79.137','78',0),(2109,'2017-10-28 07:19:57','imp','optin_2','mailchimp_7227261368','100.43.91.127','2',0),(2110,'2017-10-28 10:41:53','imp','optin_1','7227261368','66.249.69.55','595',0),(2112,'2017-10-28 11:57:26','imp','optin_1','7227261368','66.249.69.53','0',0),(2113,'2017-10-28 12:36:57','imp','optin_1','7227261368','66.249.69.55','598',0),(2114,'2017-10-28 12:39:24','imp','optin_1','7227261368','66.249.69.53','573',0),(2115,'2017-10-28 14:32:55','imp','optin_2','mailchimp_7227261368','207.46.13.157','92',0),(2116,'2017-10-28 14:44:29','imp','optin_1','7227261368','66.249.69.55','597',0),(2117,'2017-10-28 14:49:56','imp','optin_1','7227261368','66.249.69.53','600',0),(2118,'2017-10-28 17:55:10','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2119,'2017-10-28 17:56:18','imp','optin_2','mailchimp_7227261368','190.199.86.63','92',0),(2120,'2017-10-28 19:00:37','imp','optin_1','7227261368','66.249.69.53','577',0),(2121,'2017-10-28 19:07:48','imp','optin_1','7227261368','66.249.69.55','575',0),(2122,'2017-10-28 20:42:50','imp','optin_2','mailchimp_7227261368','66.249.69.55','92',0),(2123,'2017-10-28 20:42:58','imp','optin_1','7227261368','66.249.69.53','-1',0),(2124,'2017-10-28 21:11:35','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(2126,'2017-10-28 22:42:20','imp','optin_2','mailchimp_7227261368','207.46.13.173','92',0),(2127,'2017-10-28 23:56:08','imp','optin_2','mailchimp_7227261368','110.21.173.84','92',0),(2128,'2017-10-28 23:56:17','imp','optin_2','mailchimp_7227261368','110.21.173.84','2',0),(2129,'2017-10-28 23:56:33','imp','optin_1','7227261368','110.21.173.84','2',0),(2132,'2017-10-29 00:28:24','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(2133,'2017-10-29 01:05:48','imp','optin_1','7227261368','66.249.69.53','0',0),(2134,'2017-10-29 04:24:55','imp','optin_2','mailchimp_7227261368','142.44.240.125','92',0),(2137,'2017-10-29 10:23:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2138,'2017-10-29 11:12:42','imp','optin_1','7227261368','66.249.65.119','170',0),(2139,'2017-10-29 11:14:15','imp','optin_1','7227261368','66.249.65.117','0',0),(2140,'2017-10-29 11:46:31','imp','optin_2','mailchimp_7227261368','110.21.173.84','2',0),(2142,'2017-10-29 13:16:57','imp','optin_1','7227261368','66.249.65.117','602',0),(2143,'2017-10-29 15:15:12','imp','optin_1','7227261368','66.249.65.119','599',0),(2144,'2017-10-29 15:21:15','imp','optin_1','7227261368','66.249.65.117','220',0),(2145,'2017-10-29 20:06:05','imp','optin_2','mailchimp_7227261368','100.43.90.101','92',0),(2147,'2017-10-29 23:55:08','imp','optin_1','7227261368','66.249.65.117','76',0),(2148,'2017-10-30 00:59:49','imp','optin_1','7227261368','66.249.65.117','0',0),(2149,'2017-10-30 01:06:11','imp','optin_2','mailchimp_7227261368','66.249.65.121','92',0),(2150,'2017-10-30 01:06:19','imp','optin_1','7227261368','66.249.65.119','-1',0),(2151,'2017-10-30 03:53:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2153,'2017-10-30 09:06:58','imp','optin_2','mailchimp_7227261368','66.249.79.135','92',0),(2154,'2017-10-30 10:13:09','imp','optin_2','mailchimp_7227261368','49.195.190.51','92',0),(2155,'2017-10-30 12:16:31','imp','optin_1','7227261368','66.249.79.135','0',0),(2159,'2017-10-30 17:17:49','imp','optin_2','mailchimp_7227261368','188.226.178.25','92',0),(2166,'2017-10-30 20:11:38','imp','optin_2','mailchimp_7227261368','207.46.13.157','92',0),(2168,'2017-10-30 20:39:48','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(2169,'2017-10-30 21:33:19','imp','optin_2','mailchimp_7227261368','207.46.13.173','92',0),(2170,'2017-10-30 23:24:28','imp','optin_2','mailchimp_7227261368','141.8.143.155','92',0),(2171,'2017-10-31 00:47:55','imp','optin_2','mailchimp_7227261368','110.159.89.92','92',0),(2174,'2017-10-31 06:40:53','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2175,'2017-10-31 06:41:04','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(2176,'2017-10-31 06:41:20','imp','optin_1','7227261368','14.200.97.161','2',0),(2177,'2017-10-31 07:28:28','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(2178,'2017-10-31 10:21:45','imp','optin_2','mailchimp_7227261368','106.120.173.100','92',0),(2179,'2017-10-31 12:20:10','imp','optin_2','mailchimp_7227261368','77.88.47.43','2',0),(2181,'2017-10-31 13:47:47','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(2182,'2017-10-31 13:59:37','imp','optin_2','mailchimp_7227261368','107.147.39.124','92',0),(2183,'2017-10-31 14:28:25','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2184,'2017-10-31 14:28:44','imp','optin_1','7227261368','66.249.79.137','-1',0),(2186,'2017-10-31 22:10:53','imp','optin_2','mailchimp_7227261368','157.55.39.230','92',0),(2187,'2017-11-01 01:23:52','imp','optin_2','mailchimp_7227261368','139.162.246.62','92',0),(2188,'2017-11-01 01:42:35','imp','optin_2','mailchimp_7227261368','84.201.133.17','92',0),(2190,'2017-11-01 03:45:18','imp','optin_2','mailchimp_7227261368','141.8.143.170','2',0),(2191,'2017-11-01 05:52:25','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(2192,'2017-11-01 06:48:47','imp','optin_2','mailchimp_7227261368','184.94.36.141','2',0),(2193,'2017-11-01 06:49:03','imp','optin_1','7227261368','184.94.36.141','2',0),(2194,'2017-11-01 06:49:05','imp','optin_1','7227261368','184.94.36.141','2',0),(2196,'2017-11-01 07:21:46','imp','optin_2','mailchimp_7227261368','74.115.214.132','92',0),(2197,'2017-11-01 08:24:23','imp','optin_1','7227261368','66.249.79.135','76',0),(2198,'2017-11-01 08:30:23','imp','optin_1','7227261368','66.249.79.137','0',0),(2199,'2017-11-01 11:05:58','imp','optin_2','mailchimp_7227261368','206.180.165.147','92',0),(2202,'2017-11-01 13:45:23','imp','optin_2','mailchimp_7227261368','112.198.72.165','92',0),(2204,'2017-11-01 14:19:00','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2205,'2017-11-01 14:54:43','imp','optin_1','7227261368','66.249.79.69','0',0),(2206,'2017-11-01 16:10:59','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(2207,'2017-11-01 19:48:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2208,'2017-11-01 22:36:42','imp','optin_2','mailchimp_7227261368','207.46.13.162','92',0),(2209,'2017-11-02 00:48:05','imp','optin_2','mailchimp_7227261368','157.55.39.230','92',0),(2210,'2017-11-02 00:48:39','imp','optin_1','7227261368','199.30.24.62','-1',0),(2211,'2017-11-02 05:11:10','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2213,'2017-11-02 06:41:34','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2214,'2017-11-02 06:46:31','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2215,'2017-11-02 07:30:27','imp','optin_1','7227261368','66.249.79.135','0',0),(2218,'2017-11-02 10:33:42','imp','optin_2','mailchimp_7227261368','124.19.16.114','2',0),(2219,'2017-11-02 10:34:03','imp','optin_1','7227261368','124.19.16.114','2',0),(2220,'2017-11-02 10:39:54','imp','optin_2','mailchimp_7227261368','124.19.16.114','92',0),(2221,'2017-11-02 13:36:05','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2223,'2017-11-02 15:11:09','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2224,'2017-11-02 15:49:46','imp','optin_2','mailchimp_7227261368','216.145.14.142','92',0),(2225,'2017-11-02 16:50:47','imp','optin_2','mailchimp_7227261368','54.68.116.99','92',0),(2227,'2017-11-02 19:08:39','imp','optin_2','mailchimp_7227261368','88.198.54.49','2',0),(2228,'2017-11-02 19:24:52','imp','optin_1','7227261368','66.249.79.133','673',0),(2229,'2017-11-02 19:53:44','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2230,'2017-11-02 23:55:22','imp','optin_1','7227261368','66.249.79.133','0',0),(2232,'2017-11-03 05:30:04','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(2233,'2017-11-03 05:56:52','imp','optin_2','mailchimp_7227261368','141.8.143.142','2',0),(2234,'2017-11-03 07:11:17','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2238,'2017-11-03 10:50:47','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2239,'2017-11-03 10:51:13','imp','optin_1','7227261368','14.200.97.161','-1',0),(2241,'2017-11-03 13:21:37','imp','optin_1','7227261368','66.249.79.139','0',0),(2242,'2017-11-03 13:28:11','imp','optin_1','7227261368','66.249.79.139','697',0),(2244,'2017-11-03 13:33:42','imp','optin_2','mailchimp_7227261368','66.249.79.135','92',0),(2245,'2017-11-03 13:34:05','imp','optin_1','7227261368','66.249.79.139','-1',0),(2247,'2017-11-03 14:32:24','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2248,'2017-11-03 14:53:18','imp','optin_2','mailchimp_7227261368','66.249.79.135','92',0),(2249,'2017-11-03 15:04:40','imp','optin_1','7227261368','66.249.79.135','192',0),(2250,'2017-11-03 15:07:51','imp','optin_1','7227261368','66.249.79.135','170',0),(2251,'2017-11-03 17:34:12','imp','optin_1','7227261368','66.249.79.139','591',0),(2252,'2017-11-03 19:04:50','imp','optin_1','7227261368','66.249.79.137','602',0),(2253,'2017-11-03 19:31:12','imp','optin_1','7227261368','66.249.79.137','681',0),(2254,'2017-11-03 19:50:11','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2255,'2017-11-03 19:56:40','imp','optin_1','7227261368','66.249.79.137','594',0),(2256,'2017-11-03 19:58:06','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afcf:face:b00c:0:8000','92',0),(2257,'2017-11-03 19:59:33','imp','optin_1','7227261368','66.249.79.135','592',0),(2258,'2017-11-03 20:55:22','imp','optin_2','mailchimp_7227261368','34.201.154.206','92',0),(2259,'2017-11-03 21:18:46','imp','optin_1','7227261368','66.249.79.135','652',0),(2260,'2017-11-03 22:08:26','imp','optin_1','7227261368','66.249.79.139','673',0),(2261,'2017-11-03 22:23:33','imp','optin_2','mailchimp_7227261368','178.137.82.201','92',0),(2262,'2017-11-03 22:44:20','imp','optin_2','mailchimp_7227261368','66.249.79.135','92',0),(2263,'2017-11-03 22:49:26','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2264,'2017-11-03 23:24:16','imp','optin_1','7227261368','66.249.79.139','683',0),(2266,'2017-11-03 23:36:18','imp','optin_1','7227261368','66.249.79.139','0',0),(2267,'2017-11-04 00:41:13','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2268,'2017-11-04 00:41:33','imp','optin_1','7227261368','66.249.79.137','-1',0),(2269,'2017-11-04 01:18:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2270,'2017-11-04 01:25:26','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2271,'2017-11-04 01:27:48','imp','optin_1','7227261368','66.249.79.135','0',0),(2272,'2017-11-04 02:22:33','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2273,'2017-11-04 02:51:21','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2274,'2017-11-04 03:02:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2275,'2017-11-04 03:18:29','imp','optin_1','7227261368','66.249.79.135','597',0),(2276,'2017-11-04 03:28:15','imp','optin_1','7227261368','66.249.79.135','404',0),(2277,'2017-11-04 04:50:07','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2278,'2017-11-04 05:29:32','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(2279,'2017-11-04 05:44:01','imp','optin_2','mailchimp_7227261368','51.255.65.64','92',0),(2280,'2017-11-04 06:00:23','imp','optin_1','7227261368','66.249.79.137','679',0),(2281,'2017-11-04 06:01:15','imp','optin_1','7227261368','66.249.79.135','697',0),(2282,'2017-11-04 06:02:02','imp','optin_1','7227261368','66.249.79.135','662',0),(2283,'2017-11-04 06:16:56','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2284,'2017-11-04 06:22:49','imp','optin_2','mailchimp_7227261368','66.249.79.135','92',0),(2285,'2017-11-04 07:11:02','imp','optin_2','mailchimp_7227261368','66.249.79.137','92',0),(2286,'2017-11-04 07:20:06','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2287,'2017-11-04 07:53:20','imp','optin_2','mailchimp_7227261368','207.46.13.30','92',0),(2289,'2017-11-04 09:16:50','imp','optin_1','7227261368','66.249.79.135','601',0),(2290,'2017-11-04 09:25:19','imp','optin_2','mailchimp_7227261368','1.136.105.225','92',0),(2291,'2017-11-04 09:25:37','imp','optin_1','7227261368','1.136.105.225','-1',0),(2292,'2017-11-04 09:25:41','imp','optin_1','7227261368','1.136.105.225','-1',0),(2294,'2017-11-04 09:29:44','imp','optin_2','mailchimp_7227261368','1.136.105.225','2',0),(2295,'2017-11-04 11:15:35','imp','optin_1','7227261368','66.249.71.16','601',0),(2296,'2017-11-04 11:16:27','imp','optin_1','7227261368','66.249.71.17','570',0),(2297,'2017-11-04 12:02:41','imp','optin_1','7227261368','66.249.71.16','682',0),(2298,'2017-11-04 12:27:35','imp','optin_2','mailchimp_7227261368','157.55.39.44','92',0),(2299,'2017-11-04 12:59:58','imp','optin_1','7227261368','66.249.71.17','0',0),(2302,'2017-11-04 17:07:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2303,'2017-11-04 17:33:10','imp','optin_1','7227261368','66.249.71.16','666',0),(2304,'2017-11-04 19:43:41','imp','optin_2','mailchimp_7227261368','193.201.224.237','92',0),(2305,'2017-11-04 21:09:23','imp','optin_2','mailchimp_7227261368','123.126.68.120','92',0),(2307,'2017-11-05 02:01:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2310,'2017-11-05 07:15:06','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2311,'2017-11-05 08:00:25','imp','optin_1','7227261368','66.249.71.18','0',0),(2312,'2017-11-05 08:34:17','imp','optin_2','mailchimp_7227261368','141.8.143.166','2',0),(2315,'2017-11-05 09:34:30','imp','optin_2','mailchimp_7227261368','141.8.143.155','92',0),(2316,'2017-11-05 11:25:44','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2317,'2017-11-05 13:30:25','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2318,'2017-11-05 13:30:43','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(2319,'2017-11-05 13:31:01','imp','optin_1','7227261368','14.200.97.161','2',0),(2320,'2017-11-05 16:55:08','imp','optin_2','mailchimp_7227261368','40.77.167.133','92',0),(2321,'2017-11-05 17:42:25','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2322,'2017-11-05 17:42:34','imp','optin_1','7227261368','66.249.79.71','-1',0),(2323,'2017-11-05 20:27:53','imp','optin_1','7227261368','66.249.79.71','0',0),(2324,'2017-11-05 21:17:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2325,'2017-11-05 21:18:21','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2326,'2017-11-05 21:18:33','imp','optin_2','mailchimp_7227261368','198.181.56.72','92',0),(2327,'2017-11-05 21:18:50','imp','optin_2','mailchimp_7227261368','93.183.234.152','92',0),(2329,'2017-11-06 03:23:36','imp','optin_1','7227261368','66.249.79.69','593',0),(2331,'2017-11-06 05:00:33','imp','optin_1','7227261368','66.249.79.69','0',0),(2332,'2017-11-06 06:13:59','imp','optin_1','7227261368','66.249.79.69','680',0),(2333,'2017-11-06 06:30:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2334,'2017-11-06 06:39:24','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2335,'2017-11-06 06:43:30','imp','optin_1','7227261368','66.249.79.71','678',0),(2336,'2017-11-06 06:50:30','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2337,'2017-11-06 06:52:26','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2338,'2017-11-06 07:49:38','imp','optin_1','7227261368','66.249.79.71','661',0),(2339,'2017-11-06 12:41:23','imp','optin_1','7227261368','66.249.79.69','664',0),(2340,'2017-11-06 12:59:58','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(2343,'2017-11-06 16:23:03','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2344,'2017-11-06 17:05:42','imp','optin_2','mailchimp_7227261368','49.180.150.47','92',0),(2345,'2017-11-06 17:05:43','imp','optin_2','mailchimp_7227261368','49.180.150.47','92',0),(2347,'2017-11-06 17:32:31','imp','optin_1','7227261368','66.249.79.69','0',0),(2348,'2017-11-06 17:56:28','imp','optin_2','mailchimp_7227261368','207.46.13.154','92',0),(2349,'2017-11-06 18:57:50','imp','optin_1','7227261368','157.55.2.169','-1',0),(2350,'2017-11-06 21:17:33','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(2351,'2017-11-06 23:37:40','imp','optin_1','7227261368','66.249.79.69','0',0),(2353,'2017-11-07 00:56:01','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(2354,'2017-11-07 02:50:01','imp','optin_2','mailchimp_7227261368','207.46.13.74','2',0),(2355,'2017-11-07 03:11:37','imp','optin_2','mailchimp_7227261368','37.115.188.137','92',0),(2356,'2017-11-07 03:15:14','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2358,'2017-11-07 03:31:59','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2359,'2017-11-07 03:32:33','imp','optin_1','7227261368','66.249.79.69','-1',0),(2360,'2017-11-07 04:16:03','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2361,'2017-11-07 05:38:41','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2362,'2017-11-07 06:19:11','imp','optin_2','mailchimp_7227261368','106.38.241.159','92',0),(2363,'2017-11-07 07:52:16','imp','optin_1','7227261368','66.249.79.73','78',0),(2364,'2017-11-07 08:01:18','imp','optin_1','7227261368','66.249.79.73','598',0),(2365,'2017-11-07 08:44:43','imp','optin_1','7227261368','66.249.79.69','573',0),(2366,'2017-11-07 08:45:03','imp','optin_1','7227261368','66.249.79.69','595',0),(2367,'2017-11-07 09:01:59','imp','optin_2','mailchimp_7227261368','141.8.143.147','92',0),(2369,'2017-11-07 10:39:57','imp','optin_2','mailchimp_7227261368','1.129.110.254','92',0),(2370,'2017-11-07 10:40:17','imp','optin_1','7227261368','1.129.110.254','-1',0),(2371,'2017-11-07 12:24:11','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2372,'2017-11-07 12:24:42','imp','optin_1','7227261368','66.249.79.71','-1',0),(2373,'2017-11-07 16:45:24','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2374,'2017-11-07 16:47:27','imp','optin_2','mailchimp_7227261368','66.249.79.73','92',0),(2375,'2017-11-07 16:54:20','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2376,'2017-11-07 18:10:51','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(2377,'2017-11-07 18:17:46','imp','optin_1','7227261368','66.249.79.69','404',0),(2378,'2017-11-07 18:19:09','imp','optin_1','7227261368','66.249.79.71','0',0),(2379,'2017-11-07 19:57:32','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(2380,'2017-11-07 21:01:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2382,'2017-11-07 21:37:17','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2383,'2017-11-07 21:52:14','imp','optin_2','mailchimp_7227261368','66.249.79.73','92',0),(2385,'2017-11-08 01:27:59','imp','optin_2','mailchimp_7227261368','50.112.194.65','92',0),(2386,'2017-11-08 01:30:09','imp','optin_2','mailchimp_7227261368','45.55.224.77','92',0),(2387,'2017-11-08 01:31:00','imp','optin_2','mailchimp_7227261368','185.38.14.215','92',0),(2389,'2017-11-08 01:48:28','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(2390,'2017-11-08 01:49:00','imp','optin_1','7227261368','66.249.79.71','-1',0),(2397,'2017-11-08 02:08:14','imp','optin_1','7227261368','66.249.79.71','575',0),(2399,'2017-11-08 03:45:27','imp','optin_1','7227261368','66.249.79.71','0',0),(2400,'2017-11-08 03:48:54','imp','optin_1','7227261368','66.249.79.69','404',0),(2402,'2017-11-08 05:45:55','imp','optin_2','mailchimp_7227261368','66.249.79.73','92',0),(2403,'2017-11-08 06:25:33','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2405,'2017-11-08 07:31:39','imp','optin_2','mailchimp_7227261368','207.46.13.154','92',0),(2406,'2017-11-08 07:34:46','imp','optin_1','7227261368','66.249.75.10','697',0),(2407,'2017-11-08 08:31:47','imp','optin_1','7227261368','66.249.69.137','76',0),(2409,'2017-11-08 09:02:25','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2410,'2017-11-08 09:41:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2411,'2017-11-08 09:53:29','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2412,'2017-11-08 10:23:45','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2414,'2017-11-08 11:42:07','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2415,'2017-11-08 11:42:22','imp','optin_1','7227261368','66.249.69.137','-1',0),(2416,'2017-11-08 11:56:18','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2418,'2017-11-08 12:08:25','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2419,'2017-11-08 12:20:06','imp','optin_2','mailchimp_7227261368','1.144.108.89','92',0),(2420,'2017-11-08 12:20:36','imp','optin_1','7227261368','1.144.108.89','192',0),(2421,'2017-11-08 12:26:07','imp','optin_1','7227261368','66.249.69.139','404',0),(2422,'2017-11-08 13:53:11','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2423,'2017-11-08 13:53:47','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2424,'2017-11-08 14:08:54','imp','optin_1','7227261368','66.249.69.135','0',0),(2426,'2017-11-08 15:19:17','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2427,'2017-11-08 15:19:55','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2428,'2017-11-08 15:58:14','imp','optin_1','7227261368','66.249.69.137','0',0),(2429,'2017-11-08 16:57:48','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2430,'2017-11-08 18:21:25','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2431,'2017-11-08 18:29:09','imp','optin_1','7227261368','66.249.69.135','663',0),(2432,'2017-11-08 18:43:44','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2433,'2017-11-08 19:47:59','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2434,'2017-11-08 20:33:07','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2435,'2017-11-08 21:20:51','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2436,'2017-11-08 22:49:16','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2437,'2017-11-09 00:22:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2438,'2017-11-09 00:41:21','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2439,'2017-11-09 00:41:51','imp','optin_1','7227261368','66.249.69.135','-1',0),(2440,'2017-11-09 01:03:49','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2441,'2017-11-09 02:04:22','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2443,'2017-11-09 03:12:40','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2444,'2017-11-09 03:37:09','imp','optin_1','7227261368','66.249.69.137','0',0),(2445,'2017-11-09 03:41:42','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2446,'2017-11-09 04:50:09','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2447,'2017-11-09 05:49:48','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2448,'2017-11-09 05:52:54','imp','optin_2','mailchimp_7227261368','2405:4200:202:3::f341:598d','92',0),(2449,'2017-11-09 06:07:14','imp','optin_2','mailchimp_7227261368','64.246.161.30','92',0),(2451,'2017-11-09 06:34:49','imp','optin_2','mailchimp_7227261368','216.145.11.94','92',0),(2452,'2017-11-09 07:17:43','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2453,'2017-11-09 07:37:48','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2454,'2017-11-09 09:20:22','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2455,'2017-11-09 09:22:11','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2456,'2017-11-09 09:26:24','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2459,'2017-11-09 11:19:44','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2460,'2017-11-09 11:19:53','imp','optin_1','7227261368','66.249.75.8','-1',0),(2462,'2017-11-09 13:05:35','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2463,'2017-11-09 13:13:51','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2464,'2017-11-09 13:45:53','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2465,'2017-11-09 14:25:31','imp','optin_1','7227261368','66.249.75.8','0',0),(2466,'2017-11-09 15:11:30','imp','optin_2','mailchimp_7227261368','54.205.114.245','92',0),(2467,'2017-11-09 15:11:36','imp','optin_2','mailchimp_7227261368','54.205.114.245','92',0),(2468,'2017-11-09 16:00:01','imp','optin_2','mailchimp_7227261368','40.77.167.78','92',0),(2469,'2017-11-09 16:21:06','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2470,'2017-11-09 17:44:03','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2471,'2017-11-09 18:00:52','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2472,'2017-11-09 18:48:50','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2473,'2017-11-09 19:52:17','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2474,'2017-11-09 20:21:20','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2475,'2017-11-09 20:25:58','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2476,'2017-11-09 21:49:41','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2477,'2017-11-09 22:43:19','imp','optin_2','mailchimp_7227261368','162.158.65.75','92',0),(2478,'2017-11-09 23:26:04','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2479,'2017-11-09 23:26:12','imp','optin_1','7227261368','66.249.75.10','-1',0),(2480,'2017-11-10 01:13:50','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2481,'2017-11-10 01:26:51','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2482,'2017-11-10 02:53:07','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2483,'2017-11-10 02:54:33','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2484,'2017-11-10 03:56:48','imp','optin_1','7227261368','66.249.75.8','0',0),(2485,'2017-11-10 04:26:04','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2488,'2017-11-10 05:51:40','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2489,'2017-11-10 05:57:15','imp','optin_2','mailchimp_7227261368','66.249.75.17','92',0),(2490,'2017-11-10 06:49:17','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2491,'2017-11-10 08:49:48','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2492,'2017-11-10 08:52:50','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2495,'2017-11-10 10:19:10','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2496,'2017-11-10 11:31:29','imp','optin_2','mailchimp_7227261368','193.201.224.28','92',0),(2497,'2017-11-10 12:22:56','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2498,'2017-11-10 12:24:13','imp','optin_1','7227261368','66.249.75.8','-1',0),(2499,'2017-11-10 12:42:40','imp','optin_2','mailchimp_7227261368','23.20.220.174','92',0),(2500,'2017-11-10 13:23:47','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2502,'2017-11-10 14:51:39','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2503,'2017-11-10 15:28:58','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2504,'2017-11-10 16:05:06','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2505,'2017-11-10 16:16:30','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2506,'2017-11-10 17:53:58','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2507,'2017-11-10 17:55:38','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(2508,'2017-11-10 19:01:11','imp','optin_2','mailchimp_7227261368','171.79.9.60','92',0),(2510,'2017-11-10 19:48:25','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2511,'2017-11-10 20:20:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2513,'2017-11-10 21:07:09','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2515,'2017-11-10 21:27:12','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(2516,'2017-11-10 21:40:50','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(2517,'2017-11-10 21:57:46','imp','optin_2','mailchimp_7227261368','66.249.75.217','92',0),(2518,'2017-11-10 23:56:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2520,'2017-11-11 00:13:22','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(2521,'2017-11-11 00:13:31','imp','optin_1','7227261368','66.249.75.213','-1',0),(2522,'2017-11-11 00:15:29','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(2523,'2017-11-11 00:15:43','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(2525,'2017-11-11 02:23:23','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(2526,'2017-11-11 04:04:46','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(2527,'2017-11-11 04:05:00','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(2528,'2017-11-11 06:34:10','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(2529,'2017-11-11 06:50:23','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2530,'2017-11-11 06:50:24','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2531,'2017-11-11 07:29:23','imp','optin_1','7227261368','66.249.69.135','592',0),(2533,'2017-11-11 08:35:18','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2534,'2017-11-11 09:21:40','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2535,'2017-11-11 09:22:55','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2536,'2017-11-11 10:04:48','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2537,'2017-11-11 11:11:18','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2538,'2017-11-11 11:11:28','imp','optin_1','7227261368','66.249.69.137','-1',0),(2539,'2017-11-11 12:28:53','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2541,'2017-11-11 14:46:21','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2542,'2017-11-11 15:59:59','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2543,'2017-11-11 16:29:30','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2544,'2017-11-11 17:08:22','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2545,'2017-11-11 17:09:47','imp','optin_2','mailchimp_7227261368','167.114.226.117','92',0),(2546,'2017-11-11 17:17:25','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2547,'2017-11-11 17:56:35','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2548,'2017-11-11 18:25:30','imp','optin_2','mailchimp_7227261368','58.62.196.114','92',0),(2549,'2017-11-11 18:25:31','imp','optin_2','mailchimp_7227261368','14.215.176.16','92',0),(2550,'2017-11-11 18:25:46','imp','optin_1','7227261368','14.215.176.12','-1',0),(2551,'2017-11-11 18:25:49','imp','optin_1','7227261368','58.62.196.114','-1',0),(2552,'2017-11-11 18:25:54','imp','optin_1','7227261368','58.62.196.114','-1',0),(2553,'2017-11-11 18:26:29','imp','optin_1','7227261368','14.215.176.7','192',0),(2554,'2017-11-11 18:26:51','imp','optin_1','7227261368','111.206.36.11','697',0),(2555,'2017-11-11 18:27:03','imp','optin_2','mailchimp_7227261368','58.62.196.114','92',0),(2556,'2017-11-11 18:27:26','imp','optin_2','mailchimp_7227261368','58.62.196.114','2',0),(2557,'2017-11-11 18:27:42','imp','optin_2','mailchimp_7227261368','14.215.176.16','2',0),(2558,'2017-11-11 18:27:45','imp','optin_2','mailchimp_7227261368','58.62.196.114','92',0),(2559,'2017-11-11 18:55:45','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2560,'2017-11-11 18:57:46','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2561,'2017-11-11 20:31:06','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2562,'2017-11-11 20:55:58','imp','optin_2','mailchimp_7227261368','34.214.13.11','92',0),(2563,'2017-11-11 21:04:32','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2564,'2017-11-11 21:40:34','imp','optin_2','mailchimp_7227261368','217.182.132.4','92',0),(2565,'2017-11-11 22:33:12','imp','optin_2','mailchimp_7227261368','45.55.68.80','92',0),(2566,'2017-11-11 22:49:26','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2567,'2017-11-11 23:43:03','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2568,'2017-11-11 23:43:16','imp','optin_1','7227261368','66.249.69.135','-1',0),(2569,'2017-11-11 23:57:07','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2570,'2017-11-12 00:36:40','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2571,'2017-11-12 01:43:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2573,'2017-11-12 02:15:39','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2574,'2017-11-12 02:40:24','imp','optin_2','mailchimp_7227261368','162.158.65.75','92',0),(2575,'2017-11-12 02:51:49','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2576,'2017-11-12 03:13:59','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2577,'2017-11-12 03:24:57','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2578,'2017-11-12 03:59:58','imp','optin_2','mailchimp_7227261368','40.77.167.80','92',0),(2579,'2017-11-12 04:38:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2580,'2017-11-12 04:44:26','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2581,'2017-11-12 04:58:10','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2582,'2017-11-12 05:01:17','imp','optin_1','7227261368','66.249.69.135','0',0),(2584,'2017-11-12 05:51:15','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2585,'2017-11-12 06:57:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2586,'2017-11-12 07:40:12','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2587,'2017-11-12 07:47:31','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2588,'2017-11-12 08:20:56','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2589,'2017-11-12 09:17:18','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2590,'2017-11-12 10:47:59','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2591,'2017-11-12 12:05:11','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2592,'2017-11-12 12:06:07','imp','optin_1','7227261368','66.249.69.135','-1',0),(2593,'2017-11-12 12:10:01','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2594,'2017-11-12 13:46:08','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2595,'2017-11-12 14:23:13','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2596,'2017-11-12 14:45:14','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2597,'2017-11-12 16:34:01','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2598,'2017-11-12 16:36:02','imp','optin_2','mailchimp_7227261368','217.182.132.52','2',0),(2599,'2017-11-12 16:44:25','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2600,'2017-11-12 17:28:35','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2601,'2017-11-12 17:47:48','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2602,'2017-11-12 18:45:02','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2603,'2017-11-12 19:12:04','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2604,'2017-11-12 19:20:02','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2605,'2017-11-12 20:39:11','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2606,'2017-11-12 21:53:36','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2607,'2017-11-12 22:19:45','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2608,'2017-11-12 22:42:28','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2610,'2017-11-13 00:31:58','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2611,'2017-11-13 00:32:13','imp','optin_1','7227261368','66.249.69.135','-1',0),(2612,'2017-11-13 00:38:03','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2613,'2017-11-13 01:14:13','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2614,'2017-11-13 01:15:45','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(2615,'2017-11-13 02:51:40','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2616,'2017-11-13 02:55:38','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2617,'2017-11-13 04:05:04','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2619,'2017-11-13 04:57:30','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2620,'2017-11-13 04:58:40','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2622,'2017-11-13 06:47:33','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2623,'2017-11-13 07:13:30','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2624,'2017-11-13 07:14:25','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2625,'2017-11-13 08:57:44','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2627,'2017-11-13 11:06:24','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2628,'2017-11-13 11:06:45','imp','optin_1','7227261368','66.249.69.135','-1',0),(2629,'2017-11-13 11:20:56','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2630,'2017-11-13 13:15:46','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2632,'2017-11-13 15:01:07','imp','optin_2','mailchimp_7227261368','204.79.180.7','92',0),(2633,'2017-11-13 15:28:47','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2634,'2017-11-13 16:08:40','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2635,'2017-11-13 16:16:00','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2636,'2017-11-13 18:44:41','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2637,'2017-11-13 18:45:46','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2638,'2017-11-13 19:38:10','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2639,'2017-11-13 20:02:09','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(2640,'2017-11-13 20:19:14','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2641,'2017-11-13 20:58:34','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2642,'2017-11-13 21:14:59','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2643,'2017-11-13 22:46:42','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2644,'2017-11-14 00:11:04','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2645,'2017-11-14 00:11:14','imp','optin_1','7227261368','66.249.69.137','-1',0),(2646,'2017-11-14 00:21:13','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2647,'2017-11-14 00:28:14','imp','optin_2','mailchimp_7227261368','66.249.66.217','92',0),(2649,'2017-11-14 01:35:52','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2650,'2017-11-14 02:04:18','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2651,'2017-11-14 02:06:41','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2652,'2017-11-14 03:59:16','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2654,'2017-11-14 06:12:03','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2655,'2017-11-14 06:12:31','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2656,'2017-11-14 07:33:48','imp','optin_2','mailchimp_7227261368','40.77.167.80','92',0),(2657,'2017-11-14 07:41:28','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2658,'2017-11-14 08:27:14','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2659,'2017-11-14 08:28:12','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2661,'2017-11-14 10:23:56','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2662,'2017-11-14 10:40:41','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(2663,'2017-11-14 10:41:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2664,'2017-11-14 11:44:01','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2665,'2017-11-14 11:44:28','imp','optin_1','7227261368','66.249.69.137','-1',0),(2666,'2017-11-14 12:07:30','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2667,'2017-11-14 12:36:12','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2668,'2017-11-14 12:52:42','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2669,'2017-11-14 13:54:07','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2670,'2017-11-14 14:00:23','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2671,'2017-11-14 14:26:39','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2672,'2017-11-14 14:51:45','imp','optin_2','mailchimp_7227261368','141.8.143.130','92',0),(2673,'2017-11-14 16:05:44','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2674,'2017-11-14 19:02:24','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2675,'2017-11-14 19:12:45','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2676,'2017-11-14 19:38:22','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2677,'2017-11-14 19:58:22','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2678,'2017-11-14 20:55:20','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2680,'2017-11-14 22:08:06','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2682,'2017-11-14 23:04:47','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2683,'2017-11-14 23:05:01','imp','optin_1','7227261368','66.249.69.135','-1',0),(2684,'2017-11-14 23:40:54','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2686,'2017-11-15 00:11:37','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2687,'2017-11-15 00:53:16','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2688,'2017-11-15 00:57:36','imp','optin_2','mailchimp_7227261368','84.201.133.17','92',0),(2689,'2017-11-15 01:41:08','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2690,'2017-11-15 03:02:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2691,'2017-11-15 03:25:02','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2693,'2017-11-15 04:09:19','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2694,'2017-11-15 04:59:00','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2696,'2017-11-15 05:47:56','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2697,'2017-11-15 05:59:26','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2698,'2017-11-15 07:58:13','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2699,'2017-11-15 08:12:55','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2700,'2017-11-15 08:45:07','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2701,'2017-11-15 09:34:21','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2702,'2017-11-15 10:41:25','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(2703,'2017-11-15 11:20:16','imp','optin_2','mailchimp_7227261368','161.43.78.202','92',0),(2704,'2017-11-15 11:20:16','imp','optin_2','mailchimp_7227261368','161.43.78.202','92',0),(2705,'2017-11-15 11:20:34','imp','optin_1','7227261368','161.43.78.202','-1',0),(2706,'2017-11-15 11:20:36','imp','optin_1','7227261368','161.43.78.202','-1',0),(2707,'2017-11-15 11:22:51','imp','optin_2','mailchimp_7227261368','161.43.78.202','92',0),(2708,'2017-11-15 11:23:08','imp','optin_1','7227261368','161.43.78.202','-1',0),(2709,'2017-11-15 11:23:12','imp','optin_1','7227261368','161.43.78.202','-1',0),(2710,'2017-11-15 11:42:17','imp','optin_2','mailchimp_7227261368','108.174.8.21','92',0),(2711,'2017-11-15 11:42:46','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(2712,'2017-11-15 11:42:52','imp','optin_1','7227261368','66.249.69.135','-1',0),(2713,'2017-11-15 11:44:34','imp','optin_2','mailchimp_7227261368','108.174.8.21','92',0),(2714,'2017-11-15 13:13:27','imp','optin_1','7227261368','66.249.69.135','170',0),(2715,'2017-11-15 13:37:13','imp','optin_2','mailchimp_7227261368','218.214.89.153','92',0),(2716,'2017-11-15 13:37:35','imp','optin_1','7227261368','218.214.89.153','-1',0),(2717,'2017-11-15 13:45:15','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2718,'2017-11-15 16:21:40','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(2719,'2017-11-15 20:05:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2720,'2017-11-16 01:54:44','imp','optin_1','7227261368','66.249.69.137','0',0),(2722,'2017-11-16 04:04:16','imp','optin_2','mailchimp_7227261368','93.158.161.105','2',0),(2723,'2017-11-16 13:06:25','imp','optin_2','mailchimp_7227261368','104.236.187.129','92',0),(2724,'2017-11-16 13:06:58','imp','optin_1','7227261368','104.236.187.129','-1',0),(2725,'2017-11-16 13:16:09','imp','optin_2','mailchimp_7227261368','40.77.167.80','92',0),(2728,'2017-11-16 17:15:07','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2729,'2017-11-16 17:15:36','imp','optin_2','mailchimp_7227261368','200.229.236.181','92',0),(2730,'2017-11-16 20:19:07','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2732,'2017-11-17 00:55:43','imp','optin_2','mailchimp_7227261368','52.39.228.201','92',0),(2733,'2017-11-17 00:56:24','imp','optin_2','mailchimp_7227261368','52.39.228.201','2',0),(2734,'2017-11-17 00:56:48','imp','optin_2','mailchimp_7227261368','52.39.228.201','92',0),(2736,'2017-11-17 03:21:19','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2741,'2017-11-17 13:11:15','imp','optin_2','mailchimp_7227261368','161.43.78.202','92',0),(2742,'2017-11-17 13:11:36','imp','optin_1','7227261368','161.43.78.202','-1',0),(2743,'2017-11-17 13:11:37','imp','optin_1','7227261368','161.43.78.202','-1',0),(2744,'2017-11-17 13:12:22','imp','optin_2','mailchimp_7227261368','161.43.78.202','2',0),(2745,'2017-11-17 20:12:52','imp','optin_2','mailchimp_7227261368','141.8.143.155','92',0),(2746,'2017-11-17 20:23:11','imp','optin_2','mailchimp_7227261368','66.249.75.10','92',0),(2747,'2017-11-17 20:23:21','imp','optin_1','7227261368','66.249.75.8','-1',0),(2748,'2017-11-17 20:34:20','imp','optin_2','mailchimp_7227261368','89.12.204.25','92',0),(2749,'2017-11-17 20:34:42','imp','optin_1','7227261368','89.12.204.25','-1',0),(2750,'2017-11-17 20:46:43','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(2751,'2017-11-17 20:56:59','imp','optin_2','mailchimp_7227261368','89.12.204.25','2',0),(2752,'2017-11-17 20:57:48','imp','optin_2','mailchimp_7227261368','89.12.204.25','2',0),(2753,'2017-11-17 20:58:10','imp','optin_2','mailchimp_7227261368','89.12.204.25','2',0),(2755,'2017-11-18 01:36:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2756,'2017-11-18 02:48:27','imp','optin_2','mailchimp_7227261368','51.255.65.42','2',0),(2757,'2017-11-18 02:49:47','imp','optin_1','7227261368','66.249.75.8','76',0),(2759,'2017-11-18 03:11:11','imp','optin_1','7227261368','66.249.75.8','0',0),(2760,'2017-11-18 13:05:38','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(2761,'2017-11-18 14:47:33','imp','optin_2','mailchimp_7227261368','157.55.39.88','2',0),(2762,'2017-11-18 15:39:46','imp','optin_2','mailchimp_7227261368','2a03:2880:11:6ff4:face:b00c:0:8000','92',0),(2763,'2017-11-18 15:39:54','imp','optin_2','mailchimp_7227261368','2a03:2880:20:bff1:face:b00c:0:1','92',0),(2764,'2017-11-18 15:40:02','imp','optin_2','mailchimp_7227261368','2a03:2880:11:2ffa:face:b00c:0:8000','92',0),(2766,'2017-11-18 16:55:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2767,'2017-11-18 19:18:28','imp','optin_2','mailchimp_7227261368','185.81.157.39','92',0),(2769,'2017-11-18 20:08:09','imp','optin_2','mailchimp_7227261368','5.255.250.59','92',0),(2770,'2017-11-18 20:54:53','imp','optin_2','mailchimp_7227261368','5.255.188.168','92',0),(2771,'2017-11-18 21:30:33','imp','optin_2','mailchimp_7227261368','165.227.104.153','92',0),(2772,'2017-11-18 21:49:55','imp','optin_2','mailchimp_7227261368','141.8.143.142','2',0),(2773,'2017-11-18 22:00:13','imp','optin_2','mailchimp_7227261368','66.249.93.84','92',0),(2776,'2017-11-18 23:50:57','imp','optin_2','mailchimp_7227261368','87.244.173.30','92',0),(2777,'2017-11-19 00:52:25','imp','optin_2','mailchimp_7227261368','146.185.223.146','92',0),(2778,'2017-11-19 01:07:56','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2780,'2017-11-19 05:58:24','imp','optin_2','mailchimp_7227261368','192.0.100.114','92',0),(2781,'2017-11-19 05:58:48','imp','optin_1','7227261368','192.0.100.114','-1',0),(2782,'2017-11-19 07:08:11','imp','optin_2','mailchimp_7227261368','2607:5300:60:32b7::1','92',0),(2783,'2017-11-19 11:42:53','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2785,'2017-11-19 15:36:53','imp','optin_2','mailchimp_7227261368','93.95.189.64','92',0),(2786,'2017-11-19 19:39:33','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2787,'2017-11-19 21:10:31','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2789,'2017-11-20 01:23:01','imp','optin_2','mailchimp_7227261368','2a02:c7f:c44e:8600:31aa:1534:3850:a642','92',0),(2790,'2017-11-20 01:51:43','imp','optin_2','mailchimp_7227261368','40.77.167.67','2',0),(2792,'2017-11-20 07:43:31','imp','optin_2','mailchimp_7227261368','51.255.65.74','92',0),(2793,'2017-11-20 08:03:26','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2794,'2017-11-20 11:19:41','imp','optin_2','mailchimp_7227261368','93.95.189.64','92',0),(2795,'2017-11-20 12:24:02','imp','optin_2','mailchimp_7227261368','70.39.246.37','92',0),(2796,'2017-11-20 12:24:09','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(2797,'2017-11-20 12:28:20','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(2799,'2017-11-20 13:50:02','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2800,'2017-11-20 13:50:02','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2801,'2017-11-20 13:50:02','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2802,'2017-11-20 14:49:01','imp','optin_2','mailchimp_7227261368','213.183.51.170','92',0),(2803,'2017-11-20 14:49:36','imp','optin_2','mailchimp_7227261368','213.183.51.170','92',0),(2804,'2017-11-20 15:39:31','imp','optin_2','mailchimp_7227261368','64.246.165.140','92',0),(2806,'2017-11-20 16:18:46','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2807,'2017-11-20 16:18:46','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2808,'2017-11-20 16:18:46','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2809,'2017-11-20 16:19:21','imp','optin_1','7227261368','66.249.69.85','714',0),(2810,'2017-11-20 17:32:19','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2811,'2017-11-20 17:58:39','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2812,'2017-11-20 17:58:39','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2813,'2017-11-20 17:58:40','imp','optin_3','mailchimp_7227261368','66.249.69.85','714',0),(2814,'2017-11-20 18:05:03','imp','optin_1','7227261368','66.249.69.89','0',0),(2815,'2017-11-20 18:27:09','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(2816,'2017-11-20 18:28:03','imp','optin_2','mailchimp_7227261368','13.73.1.69','92',0),(2817,'2017-11-20 20:07:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2818,'2017-11-21 00:16:11','imp','optin_1','7227261368','66.249.69.85','0',0),(2819,'2017-11-21 02:03:45','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(2820,'2017-11-21 13:49:28','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2821,'2017-11-21 13:49:28','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2822,'2017-11-21 13:49:28','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2823,'2017-11-21 13:49:38','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2824,'2017-11-21 13:49:38','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2825,'2017-11-21 13:49:38','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2826,'2017-11-21 13:50:05','imp','optin_1','7227261368','14.200.97.161','714',0),(2827,'2017-11-21 13:57:46','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2828,'2017-11-21 13:57:46','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2829,'2017-11-21 13:57:46','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2830,'2017-11-21 14:10:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2832,'2017-11-21 14:55:28','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2833,'2017-11-21 14:55:28','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2834,'2017-11-21 14:55:28','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2835,'2017-11-21 15:56:19','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2836,'2017-11-21 15:56:19','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2837,'2017-11-21 15:56:20','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2838,'2017-11-21 16:18:40','imp','optin_2','mailchimp_7227261368','185.53.44.41','92',0),(2839,'2017-11-21 16:37:39','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2840,'2017-11-21 17:11:50','imp','optin_3','mailchimp_7227261368','66.249.73.2','714',0),(2841,'2017-11-21 17:11:50','imp','optin_3','mailchimp_7227261368','66.249.73.2','714',0),(2842,'2017-11-21 17:11:50','imp','optin_3','mailchimp_7227261368','66.249.73.2','714',0),(2843,'2017-11-21 17:12:23','imp','optin_1','7227261368','66.249.73.2','714',0),(2845,'2017-11-21 19:49:41','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2846,'2017-11-21 21:05:22','imp','optin_2','mailchimp_7227261368','188.255.16.233','92',0),(2847,'2017-11-21 21:17:10','imp','optin_2','mailchimp_7227261368','185.104.248.67','92',0),(2849,'2017-11-22 00:57:27','imp','optin_2','mailchimp_7227261368','52.205.128.116','92',0),(2852,'2017-11-22 04:29:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2853,'2017-11-22 08:10:46','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2854,'2017-11-22 08:59:35','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2855,'2017-11-22 10:35:49','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(2856,'2017-11-22 10:36:05','imp','optin_1','7227261368','66.249.73.2','-1',0),(2857,'2017-11-22 11:02:07','imp','optin_2','mailchimp_7227261368','100.43.91.127','2',0),(2858,'2017-11-22 11:06:12','imp','optin_2','mailchimp_7227261368','50.125.101.219','92',0),(2859,'2017-11-22 11:06:25','imp','optin_2','mailchimp_7227261368','50.125.101.219','92',0),(2860,'2017-11-22 11:12:04','imp','optin_3','mailchimp_7227261368','66.249.73.4','714',0),(2861,'2017-11-22 11:12:04','imp','optin_3','mailchimp_7227261368','66.249.73.4','714',0),(2862,'2017-11-22 11:12:05','imp','optin_3','mailchimp_7227261368','66.249.73.4','714',0),(2863,'2017-11-22 11:12:17','imp','optin_1','7227261368','66.249.73.2','714',0),(2865,'2017-11-22 13:17:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(2866,'2017-11-22 13:39:14','imp','optin_2','mailchimp_7227261368','43.242.39.141','92',0),(2867,'2017-11-22 13:49:03','imp','optin_2','mailchimp_7227261368','54.221.181.94','92',0),(2868,'2017-11-22 13:49:07','imp','optin_2','mailchimp_7227261368','54.221.181.94','92',0),(2869,'2017-11-22 16:16:29','imp','optin_2','mailchimp_7227261368','185.53.44.68','92',0),(2871,'2017-11-22 16:25:30','imp','optin_2','mailchimp_7227261368','54.226.119.246','92',0),(2873,'2017-11-22 20:39:46','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2876,'2017-11-23 00:18:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(2877,'2017-11-23 00:54:33','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2878,'2017-11-23 03:00:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(2879,'2017-11-23 03:32:47','imp','optin_2','mailchimp_7227261368','54.167.28.94','92',0),(2880,'2017-11-23 03:33:16','imp','optin_2','mailchimp_7227261368','54.167.28.94','92',0),(2881,'2017-11-23 04:21:00','imp','optin_2','mailchimp_7227261368','52.12.253.244','92',0),(2882,'2017-11-23 08:51:07','imp','optin_2','mailchimp_7227261368','51.255.65.69','2',0),(2884,'2017-11-23 14:22:55','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(2885,'2017-11-23 14:22:55','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(2886,'2017-11-23 14:22:55','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(2887,'2017-11-23 14:24:38','imp','optin_2','mailchimp_7227261368','141.8.143.137','92',0),(2889,'2017-11-23 17:57:05','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2891,'2017-11-24 08:02:22','imp','optin_3','mailchimp_7227261368','40.77.167.97','714',0),(2892,'2017-11-24 08:02:22','imp','optin_3','mailchimp_7227261368','40.77.167.97','714',0),(2893,'2017-11-24 08:02:22','imp','optin_3','mailchimp_7227261368','40.77.167.97','714',0),(2894,'2017-11-24 12:24:10','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2895,'2017-11-24 12:24:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2896,'2017-11-24 12:24:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2897,'2017-11-24 12:26:03','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2898,'2017-11-24 12:26:03','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2899,'2017-11-24 12:26:06','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2900,'2017-11-24 12:26:06','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2901,'2017-11-24 12:26:06','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2902,'2017-11-24 12:26:27','imp','optin_1','7227261368','14.200.97.161','714',0),(2903,'2017-11-24 12:27:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2904,'2017-11-24 12:27:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2905,'2017-11-24 12:27:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2906,'2017-11-24 12:29:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2907,'2017-11-24 12:29:11','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2908,'2017-11-24 12:29:12','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2909,'2017-11-24 12:42:29','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2910,'2017-11-24 12:42:29','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2911,'2017-11-24 12:42:29','imp','optin_3','mailchimp_7227261368','14.200.97.161','714',0),(2912,'2017-11-24 13:00:21','imp','optin_1','7227261368','85.210.110.216','0',0),(2913,'2017-11-24 13:00:46','imp','optin_2','mailchimp_7227261368','62.24.252.133','92',0),(2914,'2017-11-24 13:23:41','imp','optin_5','mailchimp_7227261368','174.57.88.244','0',0),(2915,'2017-11-24 13:27:10','imp','optin_5','mailchimp_7227261368','2600:100e:b02e:ce3:fdad:3646:9396:1d5d','0',0),(2916,'2017-11-24 13:29:21','imp','optin_5','mailchimp_7227261368','2604:2d80:8032:811b:bd79:43e3:a7cd:85b2','0',0),(2917,'2017-11-24 13:30:00','imp','optin_5','mailchimp_7227261368','203.213.109.50','0',0),(2918,'2017-11-24 13:30:37','imp','optin_5','mailchimp_7227261368','194.75.12.125','0',0),(2919,'2017-11-24 13:46:03','imp','optin_5','mailchimp_7227261368','2600:1700:2050:4470:a142:ad7a:d95d:52f4','0',0),(2920,'2017-11-24 13:47:55','imp','optin_5','mailchimp_7227261368','186.113.22.58','0',0),(2921,'2017-11-24 13:47:59','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2922,'2017-11-24 13:47:59','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2923,'2017-11-24 13:47:59','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2924,'2017-11-24 13:47:59','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(2925,'2017-11-24 13:48:04','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(2926,'2017-11-24 13:48:48','imp','optin_5','mailchimp_7227261368','2604:6000:1118:41ff:35d5:d082:d328:a054','0',0),(2927,'2017-11-24 13:57:59','imp','optin_5','mailchimp_7227261368','2601:87:4000:6f00:6d90:667:1688:1b0e','0',0),(2928,'2017-11-24 14:03:18','imp','optin_5','mailchimp_7227261368','12.201.33.130','0',0),(2929,'2017-11-24 14:10:20','imp','optin_5','mailchimp_7227261368','2600:100e:b02e:ce3:fdad:3646:9396:1d5d','0',0),(2930,'2017-11-24 14:12:02','imp','optin_5','mailchimp_7227261368','68.71.175.4','0',0),(2931,'2017-11-24 14:14:32','imp','optin_5','mailchimp_7227261368','69.139.126.222','0',0),(2932,'2017-11-24 14:29:38','imp','optin_5','mailchimp_7227261368','148.75.103.156','0',0),(2933,'2017-11-24 14:32:44','imp','optin_5','mailchimp_7227261368','119.17.32.194','0',0),(2934,'2017-11-24 14:44:12','imp','optin_5','mailchimp_7227261368','76.178.28.101','0',0),(2935,'2017-11-24 14:44:27','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2936,'2017-11-24 14:44:37','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2937,'2017-11-24 14:44:42','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2938,'2017-11-24 14:44:47','imp','optin_1','7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2939,'2017-11-24 14:45:00','imp','optin_1','7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2940,'2017-11-24 14:45:02','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','682',0),(2941,'2017-11-24 14:45:06','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2942,'2017-11-24 14:45:16','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2943,'2017-11-24 14:45:19','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2944,'2017-11-24 14:45:24','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2945,'2017-11-24 14:45:38','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2946,'2017-11-24 14:45:42','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2947,'2017-11-24 14:46:08','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','680',0),(2948,'2017-11-24 14:46:11','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2949,'2017-11-24 14:46:38','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2950,'2017-11-24 14:46:49','imp','optin_5','mailchimp_7227261368','2602:306:3131:2170:c80d:cf7e:bffc:8b2','0',0),(2951,'2017-11-24 14:51:31','imp','optin_5','mailchimp_7227261368','2600:100e:b02e:ce3:fdad:3646:9396:1d5d','0',0),(2953,'2017-11-24 14:58:10','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(2954,'2017-11-24 14:58:17','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2955,'2017-11-24 14:58:17','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2956,'2017-11-24 14:58:17','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(2957,'2017-11-24 14:58:17','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(2958,'2017-11-24 15:04:32','imp','optin_5','mailchimp_7227261368','183.88.107.158','0',0),(2959,'2017-11-24 15:08:02','imp','optin_5','mailchimp_7227261368','75.180.233.225','0',0),(2960,'2017-11-24 15:16:11','imp','optin_5','mailchimp_7227261368','166.137.136.66','0',0),(2961,'2017-11-24 15:17:51','imp','optin_5','mailchimp_7227261368','2601:681:501:844:dcd4:c685:1b7c:b0f7','0',0),(2962,'2017-11-24 15:30:22','imp','optin_5','mailchimp_7227261368','82.13.196.206','0',0),(2963,'2017-11-24 15:31:54','imp','optin_2','mailchimp_7227261368','185.2.196.196','92',0),(2964,'2017-11-24 15:41:02','imp','optin_5','mailchimp_7227261368','2600:1700:d40:5440:939:3b7c:690:2bd','0',0),(2965,'2017-11-24 15:46:45','imp','optin_5','mailchimp_7227261368','37.172.173.249','0',0),(2966,'2017-11-24 15:50:03','imp','optin_5','mailchimp_7227261368','1.129.107.150','0',0),(2967,'2017-11-24 15:53:00','imp','optin_5','mailchimp_7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','0',0),(2968,'2017-11-24 15:53:24','imp','optin_5','mailchimp_7227261368','2600:100f:b01e:83f9:a0fb:e2dd:c23e:e9a1','0',0),(2969,'2017-11-24 15:53:30','imp','optin_5','mailchimp_7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','0',0),(2970,'2017-11-24 15:53:41','imp','optin_1','7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','0',0),(2971,'2017-11-24 15:53:54','imp','optin_2','mailchimp_7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','2',0),(2972,'2017-11-24 15:53:59','imp','optin_5','mailchimp_7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','0',0),(2973,'2017-11-24 15:54:20','imp','optin_5','mailchimp_7227261368','2601:648:8102:3ce1:c89:444f:38f7:b6fa','0',0),(2974,'2017-11-24 15:58:40','imp','optin_5','mailchimp_7227261368','2601:3c8:c100:1d30:ed38:af7a:f128:c56e','0',0),(2975,'2017-11-24 16:03:08','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(2976,'2017-11-24 16:03:11','imp','optin_5','mailchimp_7227261368','68.56.92.213','0',0),(2977,'2017-11-24 16:09:22','imp','optin_5','mailchimp_7227261368','68.146.218.62','0',0),(2978,'2017-11-24 16:14:23','imp','optin_5','mailchimp_7227261368','2a00:23c0:4a02:7c01:98cb:e984:5fd2:ab3e','0',0),(2979,'2017-11-24 16:17:14','imp','optin_5','mailchimp_7227261368','68.146.218.62','0',0),(2980,'2017-11-24 16:19:11','imp','optin_5','mailchimp_7227261368','93.31.192.212','0',0),(2981,'2017-11-24 16:21:45','imp','optin_5','mailchimp_7227261368','5.255.250.57','599',0),(2982,'2017-11-24 16:44:06','imp','optin_5','mailchimp_7227261368','109.193.209.157','0',0),(2983,'2017-11-24 16:56:43','imp','optin_5','mailchimp_7227261368','2a02:c7f:9853:5d00:e182:eb0d:3b30:12c','0',0),(2984,'2017-11-24 16:58:54','imp','optin_5','mailchimp_7227261368','50.113.56.134','0',0),(2985,'2017-11-24 16:59:26','imp','optin_5','mailchimp_7227261368','83.233.136.46','0',0),(2986,'2017-11-24 17:13:00','imp','optin_5','mailchimp_7227261368','93.103.184.251','0',0),(2987,'2017-11-24 17:26:20','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(2988,'2017-11-24 17:28:28','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2989,'2017-11-24 17:28:35','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2990,'2017-11-24 17:28:39','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2991,'2017-11-24 17:28:44','imp','optin_1','7227261368','103.252.202.109','0',0),(2992,'2017-11-24 17:28:57','imp','optin_2','mailchimp_7227261368','103.252.202.109','92',0),(2993,'2017-11-24 17:28:58','imp','optin_1','7227261368','103.252.202.109','0',0),(2994,'2017-11-24 17:29:00','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2995,'2017-11-24 17:29:13','imp','optin_2','mailchimp_7227261368','103.252.202.109','2',0),(2996,'2017-11-24 17:29:16','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2997,'2017-11-24 17:29:29','imp','optin_5','mailchimp_7227261368','2607:fb90:a6b5:4d0:b146:3365:9032:3417','0',0),(2998,'2017-11-24 17:29:42','imp','optin_5','mailchimp_7227261368','103.252.202.109','0',0),(2999,'2017-11-24 17:31:53','imp','optin_5','mailchimp_7227261368','81.102.151.1','0',0),(3000,'2017-11-24 17:35:30','imp','optin_5','mailchimp_7227261368','2a02:8109:8ac0:2524:2dcb:2ef3:bba1:115','0',0),(3001,'2017-11-24 17:45:01','imp','optin_5','mailchimp_7227261368','2a02:c7f:5e74:2900:3112:fcf2:9c3d:cdae','0',0),(3002,'2017-11-24 17:52:16','imp','optin_5','mailchimp_7227261368','50.113.56.134','0',0),(3003,'2017-11-24 18:05:54','imp','optin_5','mailchimp_7227261368','122.106.192.73','0',0),(3004,'2017-11-24 18:07:54','imp','optin_5','mailchimp_7227261368','2a02:a452:9f38:1:210b:4fe:c4d7:e775','0',0),(3006,'2017-11-24 18:29:19','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(3007,'2017-11-24 18:36:26','imp','optin_5','mailchimp_7227261368','62.252.201.238','0',0),(3008,'2017-11-24 18:38:30','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3009,'2017-11-24 18:38:38','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3010,'2017-11-24 18:39:03','imp','optin_1','7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3011,'2017-11-24 18:40:16','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3012,'2017-11-24 18:40:20','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3013,'2017-11-24 18:41:53','imp','optin_5','mailchimp_7227261368','84.174.174.93','0',0),(3014,'2017-11-24 19:01:01','imp','optin_5','mailchimp_7227261368','194.75.12.125','0',0),(3015,'2017-11-24 19:10:11','imp','optin_5','mailchimp_7227261368','81.151.80.51','0',0),(3016,'2017-11-24 19:12:15','imp','optin_5','mailchimp_7227261368','2600:8801:a000:520:34cf:f6b8:82cc:912c','0',0),(3017,'2017-11-24 19:16:45','imp','optin_5','mailchimp_7227261368','77.88.47.41','601',0),(3018,'2017-11-24 19:22:14','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3019,'2017-11-24 19:22:14','imp','optin_5','mailchimp_7227261368','2601:805:8205:5183:717c:3334:6316:166f','0',0),(3020,'2017-11-24 19:34:14','imp','optin_5','mailchimp_7227261368','155.245.109.66','0',0),(3021,'2017-11-24 19:48:22','imp','optin_5','mailchimp_7227261368','94.197.120.192','0',0),(3022,'2017-11-24 20:11:23','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(3023,'2017-11-24 20:13:48','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3024,'2017-11-24 20:13:48','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3025,'2017-11-24 20:13:49','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3026,'2017-11-24 20:13:49','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(3027,'2017-11-24 20:22:54','imp','optin_5','mailchimp_7227261368','2a03:4a80:6:43c:43c:af92:9db5:165f','0',0),(3028,'2017-11-24 20:23:25','imp','optin_5','mailchimp_7227261368','157.55.39.89','0',0),(3029,'2017-11-24 20:24:06','imp','optin_5','mailchimp_7227261368','165.120.31.65','0',0),(3030,'2017-11-24 20:39:08','imp','optin_5','mailchimp_7227261368','93.158.161.119','679',0),(3031,'2017-11-24 20:49:44','imp','optin_5','mailchimp_7227261368','203.221.136.125','0',0),(3032,'2017-11-24 20:58:52','imp','optin_5','mailchimp_7227261368','217.182.132.18','0',0),(3033,'2017-11-24 21:15:29','imp','optin_2','mailchimp_7227261368','100.43.81.121','2',0),(3034,'2017-11-24 21:22:19','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(3035,'2017-11-24 21:22:25','imp','optin_1','7227261368','66.249.69.85','-1',0),(3036,'2017-11-24 21:24:01','imp','optin_5','mailchimp_7227261368','84.201.133.60','667',0),(3037,'2017-11-24 21:30:49','imp','optin_5','mailchimp_7227261368','141.8.143.170','173',0),(3038,'2017-11-24 21:42:42','imp','optin_5','mailchimp_7227261368','86.22.166.24','0',0),(3039,'2017-11-24 21:43:53','imp','optin_5','mailchimp_7227261368','77.88.47.41','0',0),(3041,'2017-11-24 21:53:33','imp','optin_5','mailchimp_7227261368','51.255.65.33','0',0),(3042,'2017-11-24 21:55:10','imp','optin_5','mailchimp_7227261368','180.190.54.237','0',0),(3043,'2017-11-24 21:56:56','imp','optin_5','mailchimp_7227261368','77.88.47.41','673',0),(3044,'2017-11-24 21:59:40','imp','optin_5','mailchimp_7227261368','151.80.27.118','598',0),(3045,'2017-11-24 22:02:19','imp','optin_2','mailchimp_7227261368','93.158.161.137','92',0),(3047,'2017-11-24 22:38:19','imp','optin_5','mailchimp_7227261368','51.255.71.115','0',0),(3048,'2017-11-24 22:42:55','imp','optin_5','mailchimp_7227261368','51.255.71.117','665',0),(3049,'2017-11-24 22:49:00','imp','optin_5','mailchimp_7227261368','122.150.143.70','0',0),(3050,'2017-11-24 22:56:07','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(3051,'2017-11-24 23:12:03','imp','optin_5','mailchimp_7227261368','180.190.54.237','0',0),(3052,'2017-11-24 23:14:30','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(3053,'2017-11-24 23:14:35','imp','optin_5','mailchimp_7227261368','100.43.90.118','0',0),(3054,'2017-11-24 23:24:46','imp','optin_5','mailchimp_7227261368','164.132.161.76','0',0),(3055,'2017-11-24 23:56:07','imp','optin_5','mailchimp_7227261368','77.88.5.32','0',0),(3056,'2017-11-25 00:25:31','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(3057,'2017-11-25 00:25:35','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(3058,'2017-11-25 00:36:48','imp','optin_5','mailchimp_7227261368','141.8.143.137','0',0),(3059,'2017-11-25 00:53:02','imp','optin_5','mailchimp_7227261368','164.132.161.54','673',0),(3060,'2017-11-25 01:15:00','imp','optin_5','mailchimp_7227261368','2601:ca:4000:b7f2:641e:2e87:2636:7584','0',0),(3061,'2017-11-25 01:21:14','imp','optin_5','mailchimp_7227261368','206.186.69.26','0',0),(3062,'2017-11-25 01:22:53','imp','optin_5','mailchimp_7227261368','189.225.38.57','0',0),(3064,'2017-11-25 01:47:42','imp','optin_5','mailchimp_7227261368','5.255.250.132','0',0),(3066,'2017-11-25 01:58:53','imp','optin_5','mailchimp_7227261368','51.255.71.132','0',0),(3067,'2017-11-25 02:48:50','imp','optin_5','mailchimp_7227261368','164.132.161.30','0',0),(3068,'2017-11-25 02:51:19','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(3069,'2017-11-25 02:56:01','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(3070,'2017-11-25 02:56:12','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(3071,'2017-11-25 02:56:18','imp','optin_1','7227261368','66.249.69.85','-1',0),(3072,'2017-11-25 03:00:04','imp','optin_5','mailchimp_7227261368','141.8.143.175','0',0),(3073,'2017-11-25 03:06:08','imp','optin_5','mailchimp_7227261368','164.132.161.37','678',0),(3074,'2017-11-25 03:11:54','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3075,'2017-11-25 03:12:10','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3076,'2017-11-25 03:12:18','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3077,'2017-11-25 03:23:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3078,'2017-11-25 03:23:49','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3079,'2017-11-25 03:23:56','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3081,'2017-11-25 03:29:52','imp','optin_5','mailchimp_7227261368','157.55.39.121','0',0),(3082,'2017-11-25 03:36:05','imp','optin_5','mailchimp_7227261368','137.74.201.108','594',0),(3083,'2017-11-25 03:57:53','imp','optin_5','mailchimp_7227261368','100.43.90.118','594',0),(3084,'2017-11-25 04:09:51','imp','optin_5','mailchimp_7227261368','2602:304:cd8c:5210:bc43:90b7:8329:df36','0',0),(3085,'2017-11-25 04:10:31','imp','optin_5','mailchimp_7227261368','93.158.161.119','577',0),(3086,'2017-11-25 04:10:34','imp','optin_5','mailchimp_7227261368','2607:fb90:6650:54f2:c1f4:2e41:ce98:c606','0',0),(3087,'2017-11-25 04:26:58','imp','optin_5','mailchimp_7227261368','100.43.91.105','0',0),(3088,'2017-11-25 04:31:03','imp','optin_5','mailchimp_7227261368','40.77.167.132','207',0),(3089,'2017-11-25 04:41:51','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(3090,'2017-11-25 04:41:55','imp','optin_5','mailchimp_7227261368','5.255.250.115','680',0),(3091,'2017-11-25 04:41:59','imp','optin_5','mailchimp_7227261368','93.158.161.126','680',0),(3092,'2017-11-25 04:47:01','imp','optin_5','mailchimp_7227261368','71.48.151.147','0',0),(3094,'2017-11-25 04:53:25','imp','optin_5','mailchimp_7227261368','51.255.65.85','0',0),(3095,'2017-11-25 04:55:52','imp','optin_5','mailchimp_7227261368','77.88.5.5','602',0),(3096,'2017-11-25 04:59:46','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(3097,'2017-11-25 05:08:52','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(3098,'2017-11-25 05:11:00','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(3099,'2017-11-25 05:26:25','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(3100,'2017-11-25 05:27:53','imp','optin_5','mailchimp_7227261368','71.48.151.147','0',0),(3101,'2017-11-25 05:39:00','imp','optin_5','mailchimp_7227261368','2607:fb90:6a44:a534:e422:91b:c663:3c19','0',0),(3102,'2017-11-25 05:42:41','imp','optin_5','mailchimp_7227261368','93.158.161.37','593',0),(3103,'2017-11-25 05:48:51','imp','optin_5','mailchimp_7227261368','84.83.214.130','0',0),(3104,'2017-11-25 06:05:10','imp','optin_2','mailchimp_7227261368','100.43.81.121','92',0),(3105,'2017-11-25 06:10:34','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3107,'2017-11-25 06:13:09','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(3108,'2017-11-25 06:13:45','imp','optin_5','mailchimp_7227261368','77.88.47.43','668',0),(3109,'2017-11-25 06:37:30','imp','optin_2','mailchimp_7227261368','194.67.221.77','92',0),(3110,'2017-11-25 06:42:28','imp','optin_5','mailchimp_7227261368','100.43.91.127','595',0),(3111,'2017-11-25 06:42:34','imp','optin_5','mailchimp_7227261368','93.158.161.121','595',0),(3112,'2017-11-25 06:45:33','imp','optin_5','mailchimp_7227261368','150.70.188.169','0',0),(3113,'2017-11-25 06:54:56','imp','optin_5','mailchimp_7227261368','141.8.143.147','597',0),(3114,'2017-11-25 07:13:42','imp','optin_5','mailchimp_7227261368','93.158.161.55','220',0),(3115,'2017-11-25 07:19:35','imp','optin_5','mailchimp_7227261368','93.31.192.212','0',0),(3117,'2017-11-25 07:37:49','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(3119,'2017-11-25 07:54:57','imp','optin_5','mailchimp_7227261368','141.8.143.137','0',0),(3121,'2017-11-25 08:09:52','imp','optin_5','mailchimp_7227261368','93.158.161.45','0',0),(3122,'2017-11-25 08:10:46','imp','optin_5','mailchimp_7227261368','82.45.18.85','0',0),(3123,'2017-11-25 08:25:32','imp','optin_5','mailchimp_7227261368','40.77.167.132','0',0),(3124,'2017-11-25 09:10:27','imp','optin_5','mailchimp_7227261368','92.217.195.86','0',0),(3125,'2017-11-25 09:11:42','imp','optin_5','mailchimp_7227261368','2001:bb6:3e7b:9058:1532:bb3b:b0dd:e02a','0',0),(3126,'2017-11-25 09:23:23','imp','optin_5','mailchimp_7227261368','217.182.132.22','602',0),(3127,'2017-11-25 09:34:40','imp','optin_5','mailchimp_7227261368','176.25.124.62','0',0),(3128,'2017-11-25 09:53:35','imp','optin_5','mailchimp_7227261368','98.115.163.231','0',0),(3129,'2017-11-25 11:01:56','imp','optin_5','mailchimp_7227261368','164.132.161.21','0',0),(3130,'2017-11-25 11:12:26','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(3131,'2017-11-25 11:13:32','imp','optin_5','mailchimp_7227261368','73.167.230.211','0',0),(3132,'2017-11-25 11:41:07','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(3133,'2017-11-25 11:49:20','imp','optin_5','mailchimp_7227261368','207.5.1.202','0',0),(3134,'2017-11-25 11:54:29','imp','optin_5','mailchimp_7227261368','73.167.230.211','0',0),(3135,'2017-11-25 12:27:05','imp','optin_5','mailchimp_7227261368','2a03:2880:2130:bff3:face:b00c:0:8000','0',0),(3136,'2017-11-25 12:27:14','imp','optin_5','mailchimp_7227261368','2a03:2880:2130:bff6:face:b00c:0:8000','0',0),(3137,'2017-11-25 12:27:21','imp','optin_5','mailchimp_7227261368','2a03:2880:2130:bff3:face:b00c:0:8000','0',0),(3138,'2017-11-25 12:27:30','imp','optin_1','7227261368','2a03:2880:2130:bff3:face:b00c:0:8000','0',0),(3139,'2017-11-25 12:49:09','imp','optin_5','mailchimp_7227261368','2605:6000:f551:da00:9dc0:1fb5:8b99:5c60','0',0),(3140,'2017-11-25 12:54:30','imp','optin_5','mailchimp_7227261368','217.182.132.51','575',0),(3141,'2017-11-25 12:57:50','imp','optin_5','mailchimp_7227261368','217.182.132.83','177',0),(3142,'2017-11-25 13:01:24','imp','optin_5','mailchimp_7227261368','164.132.161.48','683',0),(3143,'2017-11-25 14:03:18','imp','optin_5','mailchimp_7227261368','217.182.132.74','592',0),(3144,'2017-11-25 15:01:39','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(3145,'2017-11-25 15:53:56','imp','optin_5','mailchimp_7227261368','217.182.132.5','0',0),(3146,'2017-11-25 16:14:13','imp','optin_5','mailchimp_7227261368','65.128.172.98','0',0),(3147,'2017-11-25 16:23:27','imp','optin_2','mailchimp_7227261368','185.53.44.72','92',0),(3148,'2017-11-25 16:39:29','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3149,'2017-11-25 16:39:37','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3150,'2017-11-25 16:52:19','imp','optin_5','mailchimp_7227261368','217.182.132.14','411',0),(3151,'2017-11-25 17:47:21','imp','optin_5','mailchimp_7227261368','37.201.4.29','0',0),(3152,'2017-11-25 18:07:54','imp','optin_5','mailchimp_7227261368','82.23.225.56','0',0),(3153,'2017-11-25 18:45:49','imp','optin_5','mailchimp_7227261368','217.182.132.51','0',0),(3154,'2017-11-25 19:11:26','imp','optin_5','mailchimp_7227261368','2602:306:37d8:4410:f045:60c5:519a:aecb','0',0),(3155,'2017-11-25 19:13:34','imp','optin_5','mailchimp_7227261368','100.43.90.118','600',0),(3156,'2017-11-25 20:32:05','imp','optin_5','mailchimp_7227261368','104.175.222.94','0',0),(3157,'2017-11-25 20:35:23','imp','optin_2','mailchimp_7227261368','207.46.13.102','2',0),(3158,'2017-11-25 20:37:00','imp','optin_2','mailchimp_7227261368','77.88.5.36','92',0),(3159,'2017-11-25 20:39:13','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(3160,'2017-11-25 21:52:56','imp','optin_5','mailchimp_7227261368','100.43.91.105','570',0),(3161,'2017-11-25 21:55:20','imp','optin_5','mailchimp_7227261368','141.8.143.175','683',0),(3163,'2017-11-25 22:10:47','imp','optin_5','mailchimp_7227261368','207.46.13.102','0',0),(3164,'2017-11-25 22:18:22','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(3165,'2017-11-25 23:23:45','imp','optin_5','mailchimp_7227261368','51.255.65.82','599',0),(3166,'2017-11-26 00:15:05','imp','optin_5','mailchimp_7227261368','93.158.161.137','681',0),(3167,'2017-11-26 00:41:02','imp','optin_5','mailchimp_7227261368','137.74.207.110','0',0),(3168,'2017-11-26 01:14:26','imp','optin_5','mailchimp_7227261368','100.43.91.105','177',0),(3169,'2017-11-26 01:34:15','imp','optin_5','mailchimp_7227261368','141.8.143.175','678',0),(3170,'2017-11-26 01:57:35','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(3171,'2017-11-26 01:58:55','imp','optin_5','mailchimp_7227261368','93.158.161.137','0',0),(3172,'2017-11-26 02:16:51','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(3173,'2017-11-26 02:41:11','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(3174,'2017-11-26 02:42:05','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3175,'2017-11-26 03:10:02','imp','optin_5','mailchimp_7227261368','100.43.91.127','682',0),(3176,'2017-11-26 03:14:39','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(3177,'2017-11-26 03:39:06','imp','optin_5','mailchimp_7227261368','2a02:a450:c3ca:1:7898:de0a:9656:abcd','0',0),(3178,'2017-11-26 03:42:33','imp','optin_5','mailchimp_7227261368','77.88.5.36','664',0),(3179,'2017-11-26 03:44:31','imp','optin_5','mailchimp_7227261368','100.43.81.121','0',0),(3180,'2017-11-26 05:12:58','imp','optin_5','mailchimp_7227261368','77.88.47.39','573',0),(3181,'2017-11-26 06:21:17','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3182,'2017-11-26 06:33:11','imp','optin_5','mailchimp_7227261368','93.158.161.163','0',0),(3183,'2017-11-26 06:34:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(3184,'2017-11-26 06:36:55','imp','optin_5','mailchimp_7227261368','100.43.90.118','411',0),(3185,'2017-11-26 06:57:19','imp','optin_5','mailchimp_7227261368','51.255.71.119','679',0),(3187,'2017-11-26 06:59:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3188,'2017-11-26 07:12:06','imp','optin_5','mailchimp_7227261368','93.106.241.135','0',0),(3190,'2017-11-26 07:16:59','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(3191,'2017-11-26 07:17:48','imp','optin_5','mailchimp_7227261368','141.8.144.21','673',0),(3192,'2017-11-26 07:48:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3194,'2017-11-26 08:43:39','imp','optin_5','mailchimp_7227261368','40.77.167.123','0',0),(3195,'2017-11-26 08:49:48','imp','optin_5','mailchimp_7227261368','95.148.37.76','0',0),(3196,'2017-11-26 08:57:30','imp','optin_5','mailchimp_7227261368','2a02:c7d:89f:7700:a4d9:7833:68ac:d213','0',0),(3197,'2017-11-26 09:12:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3198,'2017-11-26 09:17:35','imp','optin_5','mailchimp_7227261368','5.255.250.57','76',0),(3199,'2017-11-26 09:43:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(3200,'2017-11-26 09:52:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3201,'2017-11-26 09:55:20','imp','optin_5','mailchimp_7227261368','51.255.65.66','595',0),(3202,'2017-11-26 10:22:33','imp','optin_5','mailchimp_7227261368','157.55.39.165','220',0),(3203,'2017-11-26 10:31:01','imp','optin_5','mailchimp_7227261368','217.182.132.31','682',0),(3204,'2017-11-26 11:06:21','imp','optin_5','mailchimp_7227261368','217.182.132.61','570',0),(3205,'2017-11-26 11:13:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3206,'2017-11-26 11:23:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3207,'2017-11-26 11:27:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3208,'2017-11-26 11:57:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(3209,'2017-11-26 12:48:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3210,'2017-11-26 13:15:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3211,'2017-11-26 13:23:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3212,'2017-11-26 13:23:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3213,'2017-11-26 13:23:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3214,'2017-11-26 13:33:32','imp','optin_5','mailchimp_7227261368','207.46.13.178','0',0),(3215,'2017-11-26 13:35:36','imp','optin_5','mailchimp_7227261368','2601:500:8300:bd2b:b09d:f1ec:1aee:bef0','0',0),(3216,'2017-11-26 14:14:16','imp','optin_5','mailchimp_7227261368','217.182.132.93','0',0),(3217,'2017-11-26 18:13:45','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(3218,'2017-11-26 19:33:35','imp','optin_5','mailchimp_7227261368','91.141.3.68','0',0),(3219,'2017-11-26 20:03:27','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3220,'2017-11-26 21:41:55','imp','optin_5','mailchimp_7227261368','49.199.88.10','0',0),(3222,'2017-11-26 21:45:07','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(3223,'2017-11-26 22:46:27','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fd7:face:b00c:0:8000','92',0),(3224,'2017-11-26 22:46:36','imp','optin_2','mailchimp_7227261368','2a03:2880:12:3fe6:face:b00c:0:8000','92',0),(3225,'2017-11-26 22:46:44','imp','optin_2','mailchimp_7227261368','2a03:2880:12:3fe9:face:b00c:0:8000','92',0),(3226,'2017-11-26 23:05:18','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afdd:face:b00c:0:8000','92',0),(3227,'2017-11-26 23:05:27','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2ff2:face:b00c:0:8000','92',0),(3228,'2017-11-26 23:05:37','imp','optin_2','mailchimp_7227261368','2a03:2880:11:8ff7:face:b00c:0:8000','92',0),(3229,'2017-11-26 23:28:17','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(3230,'2017-11-27 00:08:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3231,'2017-11-27 00:08:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3232,'2017-11-27 00:10:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(3233,'2017-11-27 00:27:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(3234,'2017-11-27 00:33:45','imp','optin_5','mailchimp_7227261368','68.108.108.47','0',0),(3235,'2017-11-27 01:27:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(3236,'2017-11-27 01:46:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3237,'2017-11-27 02:00:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3238,'2017-11-27 02:05:38','imp','optin_2','mailchimp_7227261368','109.232.27.203','92',0),(3239,'2017-11-27 03:03:03','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(3240,'2017-11-27 03:23:55','imp','optin_5','mailchimp_7227261368','141.8.143.142','600',0),(3241,'2017-11-27 03:28:09','imp','optin_5','mailchimp_7227261368','141.8.143.130','595',0),(3242,'2017-11-27 03:41:59','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3243,'2017-11-27 03:49:08','imp','optin_2','mailchimp_7227261368','64.246.165.190','92',0),(3244,'2017-11-27 03:55:49','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(3245,'2017-11-27 04:12:32','imp','optin_5','mailchimp_7227261368','141.8.143.189','668',0),(3246,'2017-11-27 04:12:43','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(3247,'2017-11-27 04:15:43','imp','optin_2','mailchimp_7227261368','64.246.165.200','92',0),(3248,'2017-11-27 04:55:59','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(3249,'2017-11-27 05:13:54','imp','optin_5','mailchimp_7227261368','40.77.167.124','173',0),(3250,'2017-11-27 06:19:56','imp','optin_5','mailchimp_7227261368','141.8.143.189','594',0),(3251,'2017-11-27 06:47:13','imp','optin_2','mailchimp_7227261368','54.219.178.100','92',0),(3252,'2017-11-27 07:18:51','imp','optin_5','mailchimp_7227261368','157.55.39.165','0',0),(3253,'2017-11-27 07:23:12','imp','optin_5','mailchimp_7227261368','5.255.250.115','593',0),(3254,'2017-11-27 07:55:56','imp','optin_5','mailchimp_7227261368','84.201.133.42','570',0),(3255,'2017-11-27 08:01:37','imp','optin_5','mailchimp_7227261368','93.158.161.37','577',0),(3256,'2017-11-27 08:03:55','imp','optin_5','mailchimp_7227261368','164.132.161.35','0',0),(3258,'2017-11-27 08:07:17','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(3259,'2017-11-27 08:25:37','imp','optin_5','mailchimp_7227261368','77.88.47.39','602',0),(3261,'2017-11-27 08:35:35','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(3263,'2017-11-27 08:50:51','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(3264,'2017-11-27 10:00:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3265,'2017-11-27 10:08:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(3266,'2017-11-27 10:25:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3267,'2017-11-27 10:46:43','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3268,'2017-11-27 10:46:43','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3269,'2017-11-27 10:46:44','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3270,'2017-11-27 10:46:44','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(3271,'2017-11-27 11:01:41','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(3272,'2017-11-27 11:04:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3273,'2017-11-27 11:09:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(3274,'2017-11-27 11:14:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3275,'2017-11-27 11:19:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(3276,'2017-11-27 11:23:50','imp','optin_5','mailchimp_7227261368','164.132.161.31','76',0),(3277,'2017-11-27 11:43:18','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3278,'2017-11-27 11:43:18','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3279,'2017-11-27 11:43:18','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3280,'2017-11-27 11:43:18','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(3281,'2017-11-27 11:52:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3282,'2017-11-27 11:52:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(3283,'2017-11-27 12:12:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3284,'2017-11-27 13:12:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3286,'2017-11-27 13:20:09','imp','optin_5','mailchimp_7227261368','51.255.65.27','0',0),(3287,'2017-11-27 13:56:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3288,'2017-11-27 13:58:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3290,'2017-11-27 14:47:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3292,'2017-11-27 15:18:58','imp','optin_5','mailchimp_7227261368','40.77.167.124','0',0),(3293,'2017-11-27 15:23:44','imp','optin_2','mailchimp_7227261368','157.55.39.253','92',0),(3294,'2017-11-27 15:27:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(3295,'2017-11-27 15:30:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(3296,'2017-11-27 15:31:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3297,'2017-11-27 15:43:32','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3298,'2017-11-27 15:48:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(3300,'2017-11-27 16:10:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3301,'2017-11-27 16:10:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(3303,'2017-11-27 16:11:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3304,'2017-11-27 16:11:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(3305,'2017-11-27 16:14:14','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afcd:face:b00c:0:8000','92',0),(3306,'2017-11-27 16:14:22','imp','optin_2','mailchimp_7227261368','2a03:2880:11:2fff:face:b00c:0:8000','92',0),(3307,'2017-11-27 16:14:31','imp','optin_2','mailchimp_7227261368','2a03:2880:30:bfc3:face:b00c:0:8000','92',0),(3308,'2017-11-27 16:17:43','imp','optin_2','mailchimp_7227261368','52.71.250.37','92',0),(3309,'2017-11-27 17:05:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3310,'2017-11-27 18:33:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3311,'2017-11-27 18:50:31','imp','optin_2','mailchimp_7227261368','54.219.163.179','92',0),(3312,'2017-11-27 20:25:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3313,'2017-11-27 21:08:33','imp','optin_2','mailchimp_7227261368','2a03:2880:30:6fc7:face:b00c:0:8000','92',0),(3314,'2017-11-27 21:08:40','imp','optin_5','mailchimp_7227261368','2a03:2880:30:6fc0:face:b00c:0:8000','0',0),(3315,'2017-11-27 21:08:51','imp','optin_1','7227261368','2a03:2880:30:6fc7:face:b00c:0:8000','-1',0),(3316,'2017-11-27 22:46:03','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(3317,'2017-11-27 22:46:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(3318,'2017-11-27 22:46:54','imp','optin_1','7227261368','66.249.79.63','-1',0),(3319,'2017-11-28 01:06:51','imp','optin_2','mailchimp_7227261368','164.132.161.67','92',0),(3320,'2017-11-28 02:41:14','imp','optin_5','mailchimp_7227261368','91.250.39.226','0',0),(3321,'2017-11-28 03:07:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3322,'2017-11-28 03:43:36','imp','optin_2','mailchimp_7227261368','157.55.39.253','92',0),(3323,'2017-11-28 03:47:04','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3324,'2017-11-28 06:07:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(3325,'2017-11-28 06:12:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3326,'2017-11-28 07:11:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(3327,'2017-11-28 07:25:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(3328,'2017-11-28 08:28:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(3329,'2017-11-28 09:00:17','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(3330,'2017-11-28 09:04:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3331,'2017-11-28 09:15:17','imp','optin_5','mailchimp_7227261368','2003:6:231c:4d44:f89b:a5bf:bf14:136','0',0),(3332,'2017-11-28 09:17:37','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(3333,'2017-11-28 09:22:15','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(3334,'2017-11-28 09:22:50','imp','optin_1','7227261368','66.249.79.63','0',0),(3335,'2017-11-28 09:30:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3336,'2017-11-28 09:43:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3337,'2017-11-28 11:42:32','imp','optin_5','mailchimp_7227261368','164.132.161.25','601',0),(3338,'2017-11-28 11:42:56','imp','optin_5','mailchimp_7227261368','141.8.143.189','591',0),(3339,'2017-11-28 11:44:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(3340,'2017-11-28 11:58:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(3341,'2017-11-28 12:59:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3342,'2017-11-28 13:13:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(3343,'2017-11-28 13:16:07','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(3344,'2017-11-28 13:31:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3345,'2017-11-28 13:31:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3346,'2017-11-28 13:47:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(3348,'2017-11-28 14:09:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3349,'2017-11-28 14:16:31','imp','optin_2','mailchimp_7227261368','180.190.183.239','92',0),(3350,'2017-11-28 14:16:40','imp','optin_5','mailchimp_7227261368','180.190.183.239','0',0),(3352,'2017-11-28 14:16:40','imp','optin_5','mailchimp_7227261368','180.190.183.239','0',0),(3353,'2017-11-28 14:16:44','imp','optin_5','mailchimp_7227261368','180.190.183.239','0',0),(3354,'2017-11-28 14:16:46','imp','optin_5','mailchimp_7227261368','180.190.183.239','0',0),(3355,'2017-11-28 14:16:50','imp','optin_5','mailchimp_7227261368','180.190.183.239','0',0),(3356,'2017-11-28 14:16:53','imp','optin_1','7227261368','180.190.183.239','0',0),(3357,'2017-11-28 14:17:03','imp','optin_1','7227261368','180.190.183.239','-1',0),(3358,'2017-11-28 14:17:08','imp','optin_1','7227261368','180.190.183.239','0',0),(3359,'2017-11-28 15:11:55','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3360,'2017-11-28 15:11:55','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3361,'2017-11-28 15:11:55','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3362,'2017-11-28 15:11:55','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(3363,'2017-11-28 15:18:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3364,'2017-11-28 15:18:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3365,'2017-11-28 15:43:40','imp','optin_2','mailchimp_7227261368','54.207.206.244','92',0),(3366,'2017-11-28 15:48:00','imp','optin_2','mailchimp_7227261368','54.220.15.47','92',0),(3367,'2017-11-28 15:48:40','imp','optin_5','mailchimp_7227261368','54.220.15.47','0',0),(3368,'2017-11-28 15:48:58','imp','optin_1','7227261368','54.220.15.47','-1',0),(3369,'2017-11-28 15:49:12','imp','optin_5','mailchimp_7227261368','54.220.15.47','0',0),(3370,'2017-11-28 15:53:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3371,'2017-11-28 15:53:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3372,'2017-11-28 15:58:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3373,'2017-11-28 16:04:01','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3374,'2017-11-28 16:04:01','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3375,'2017-11-28 16:04:01','imp','optin_3','mailchimp_7227261368','54.85.182.120','714',0),(3376,'2017-11-28 16:04:01','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(3377,'2017-11-28 16:21:03','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3378,'2017-11-28 16:21:03','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3379,'2017-11-28 16:21:04','imp','optin_3','mailchimp_7227261368','34.207.98.73','714',0),(3380,'2017-11-28 16:21:04','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(3381,'2017-11-28 16:52:32','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3382,'2017-11-28 16:56:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(3383,'2017-11-28 17:46:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(3384,'2017-11-28 17:49:45','imp','optin_5','mailchimp_7227261368','212.83.182.255','0',0),(3385,'2017-11-28 17:49:49','imp','optin_5','mailchimp_7227261368','212.83.182.255','0',0),(3386,'2017-11-28 18:52:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3387,'2017-11-28 19:24:56','imp','optin_5','mailchimp_7227261368','141.8.143.189','678',0),(3388,'2017-11-28 19:46:10','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3389,'2017-11-28 20:00:30','imp','optin_2','mailchimp_7227261368','191.55.61.216','92',0),(3390,'2017-11-28 20:05:47','imp','optin_2','mailchimp_7227261368','218.30.103.154','92',0),(3391,'2017-11-28 20:31:02','imp','optin_2','mailchimp_7227261368','52.53.129.36','92',0),(3392,'2017-11-28 20:32:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(3393,'2017-11-28 22:18:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3394,'2017-11-28 22:45:35','imp','optin_2','mailchimp_7227261368','123.126.113.154','92',0),(3395,'2017-11-28 23:58:32','imp','optin_5','mailchimp_7227261368','79.117.139.144','0',0),(3396,'2017-11-29 00:29:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3397,'2017-11-29 02:11:41','imp','optin_5','mailchimp_7227261368','217.182.132.32','597',0),(3398,'2017-11-29 02:15:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(3399,'2017-11-29 03:00:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3400,'2017-11-29 03:26:18','imp','optin_5','mailchimp_7227261368','207.46.13.141','0',0),(3401,'2017-11-29 03:33:27','imp','optin_5','mailchimp_7227261368','40.77.167.132','0',0),(3402,'2017-11-29 06:12:28','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3403,'2017-11-29 08:33:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(3404,'2017-11-29 08:44:26','imp','optin_5','mailchimp_7227261368','51.255.65.66','666',0),(3405,'2017-11-29 08:58:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3406,'2017-11-29 09:03:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3407,'2017-11-29 09:28:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(3408,'2017-11-29 10:23:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3409,'2017-11-29 12:09:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3410,'2017-11-29 12:28:00','imp','optin_3','mailchimp_7227261368','92.81.126.191','714',0),(3411,'2017-11-29 12:28:00','imp','optin_3','mailchimp_7227261368','92.81.126.191','714',0),(3412,'2017-11-29 12:28:01','imp','optin_3','mailchimp_7227261368','92.81.126.191','714',0),(3413,'2017-11-29 12:28:01','imp','optin_5','mailchimp_7227261368','92.81.126.191','714',0),(3414,'2017-11-29 12:28:10','imp','optin_5','mailchimp_7227261368','92.81.126.191','0',0),(3415,'2017-11-29 12:28:10','imp','optin_5','mailchimp_7227261368','92.81.126.191','0',0),(3416,'2017-11-29 12:28:17','imp','optin_5','mailchimp_7227261368','92.81.126.191','0',0),(3417,'2017-11-29 12:28:35','imp','optin_1','7227261368','92.81.126.191','714',0),(3418,'2017-11-29 13:07:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(3419,'2017-11-29 13:08:09','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3420,'2017-11-29 14:53:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3421,'2017-11-29 14:55:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3422,'2017-11-29 15:51:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(3423,'2017-11-29 16:25:30','imp','optin_2','mailchimp_7227261368','185.53.44.69','92',0),(3424,'2017-11-29 16:41:45','imp','optin_2','mailchimp_7227261368','52.53.129.36','92',0),(3425,'2017-11-29 16:51:40','imp','optin_2','mailchimp_7227261368','107.191.56.184','92',0),(3426,'2017-11-29 16:58:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3427,'2017-11-29 17:01:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3428,'2017-11-29 17:01:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3429,'2017-11-29 17:28:15','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(3430,'2017-11-29 17:30:58','imp','optin_5','mailchimp_7227261368','5.255.250.7','665',0),(3431,'2017-11-29 17:33:34','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3432,'2017-11-29 17:39:11','imp','optin_5','mailchimp_7227261368','164.132.162.154','0',0),(3433,'2017-11-29 17:54:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3434,'2017-11-29 19:50:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3435,'2017-11-29 20:08:04','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3436,'2017-11-30 00:49:23','imp','optin_5','mailchimp_7227261368','207.46.13.157','0',0),(3437,'2017-11-30 01:56:52','imp','optin_2','mailchimp_7227261368','138.197.43.40','92',0),(3438,'2017-11-30 02:11:03','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(3439,'2017-11-30 02:21:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(3440,'2017-11-30 04:27:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3441,'2017-11-30 04:34:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3442,'2017-11-30 04:49:06','imp','optin_5','mailchimp_7227261368','164.132.161.55','0',0),(3443,'2017-11-30 04:55:45','imp','optin_2','mailchimp_7227261368','52.53.129.36','92',0),(3444,'2017-11-30 05:28:11','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3445,'2017-11-30 05:34:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(3446,'2017-11-30 06:11:26','imp','optin_2','mailchimp_7227261368','106.38.241.107','92',0),(3447,'2017-11-30 06:25:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3448,'2017-11-30 07:14:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3449,'2017-11-30 07:36:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(3450,'2017-11-30 07:46:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3451,'2017-11-30 07:56:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(3452,'2017-11-30 07:56:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3453,'2017-11-30 07:58:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3454,'2017-11-30 08:07:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3455,'2017-11-30 08:28:42','imp','optin_5','mailchimp_7227261368','51.255.65.72','0',0),(3456,'2017-11-30 08:43:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3457,'2017-11-30 08:44:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(3458,'2017-11-30 08:46:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(3459,'2017-11-30 08:54:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3460,'2017-11-30 09:47:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(3461,'2017-11-30 10:24:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(3462,'2017-11-30 10:28:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(3463,'2017-11-30 10:39:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3464,'2017-11-30 11:19:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(3465,'2017-11-30 11:20:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(3466,'2017-11-30 11:22:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3467,'2017-11-30 11:24:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3468,'2017-11-30 11:52:32','imp','optin_5','mailchimp_7227261368','51.255.71.115','0',0),(3469,'2017-11-30 12:11:15','imp','optin_5','mailchimp_7227261368','217.182.132.177','0',0),(3470,'2017-11-30 12:12:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(3471,'2017-11-30 12:45:18','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3472,'2017-11-30 12:48:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3473,'2017-11-30 13:30:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3474,'2017-11-30 13:39:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(3475,'2017-11-30 13:44:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(3476,'2017-11-30 14:11:21','imp','optin_5','mailchimp_7227261368','164.132.161.49','0',0),(3477,'2017-11-30 14:17:49','imp','optin_5','mailchimp_7227261368','217.182.132.62','577',0),(3478,'2017-11-30 14:27:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3479,'2017-11-30 14:29:45','imp','optin_5','mailchimp_7227261368','51.255.65.60','0',0),(3480,'2017-11-30 14:38:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3481,'2017-11-30 15:03:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(3482,'2017-11-30 15:19:37','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3483,'2017-11-30 15:19:45','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3484,'2017-11-30 16:02:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(3485,'2017-11-30 16:04:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(3486,'2017-11-30 16:05:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3487,'2017-11-30 16:08:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(3488,'2017-11-30 16:09:19','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(3489,'2017-11-30 16:09:57','imp','optin_1','7227261368','66.249.79.63','697',0),(3490,'2017-11-30 16:11:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(3491,'2017-11-30 17:28:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3492,'2017-11-30 18:29:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3493,'2017-11-30 18:30:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3494,'2017-11-30 18:48:06','imp','optin_3','mailchimp_7227261368','109.185.139.177','714',0),(3495,'2017-11-30 18:48:06','imp','optin_3','mailchimp_7227261368','109.185.139.177','714',0),(3496,'2017-11-30 18:48:06','imp','optin_3','mailchimp_7227261368','109.185.139.177','714',0),(3497,'2017-11-30 18:48:06','imp','optin_5','mailchimp_7227261368','109.185.139.177','714',0),(3498,'2017-11-30 19:01:06','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3499,'2017-11-30 19:01:06','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3500,'2017-11-30 19:01:06','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3501,'2017-11-30 19:01:06','imp','optin_5','mailchimp_7227261368','192.198.80.227','714',0),(3502,'2017-11-30 19:56:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3503,'2017-11-30 21:14:09','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3504,'2017-11-30 21:35:37','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(3505,'2017-11-30 22:06:28','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(3506,'2017-11-30 22:33:03','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3507,'2017-11-30 22:33:17','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3508,'2017-11-30 22:44:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3509,'2017-11-30 23:01:02','imp','optin_2','mailchimp_7227261368','52.53.129.36','92',0),(3510,'2017-11-30 23:11:04','imp','optin_5','mailchimp_7227261368','207.46.13.157','173',0),(3511,'2017-12-01 01:30:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3512,'2017-12-01 01:56:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3513,'2017-12-01 02:57:47','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3514,'2017-12-01 03:21:35','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(3515,'2017-12-01 04:43:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3516,'2017-12-01 04:58:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(3517,'2017-12-01 05:05:41','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3518,'2017-12-01 05:05:41','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3519,'2017-12-01 05:05:41','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3520,'2017-12-01 05:05:41','imp','optin_5','mailchimp_7227261368','192.198.80.227','714',0),(3521,'2017-12-01 05:11:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3522,'2017-12-01 05:40:44','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(3523,'2017-12-01 05:41:24','imp','optin_1','7227261368','66.249.79.63','-1',0),(3524,'2017-12-01 05:41:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3525,'2017-12-01 05:54:43','imp','optin_5','mailchimp_7227261368','66.249.79.24','0',0),(3526,'2017-12-01 06:56:48','imp','optin_5','mailchimp_7227261368','66.249.70.20','0',0),(3527,'2017-12-01 06:56:58','imp','optin_1','7227261368','66.249.64.213','0',0),(3528,'2017-12-01 07:18:38','imp','optin_5','mailchimp_7227261368','66.249.70.18','0',0),(3529,'2017-12-01 07:40:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3530,'2017-12-01 08:22:27','imp','optin_2','mailchimp_7227261368','217.182.132.174','2',0),(3531,'2017-12-01 08:40:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3532,'2017-12-01 09:43:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(3533,'2017-12-01 11:25:22','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(3534,'2017-12-01 11:25:25','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3535,'2017-12-01 11:25:49','imp','optin_1','7227261368','14.200.97.161','-1',0),(3536,'2017-12-01 11:40:44','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(3537,'2017-12-01 11:40:53','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3538,'2017-12-01 11:41:19','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3539,'2017-12-01 11:41:27','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3540,'2017-12-01 11:41:31','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3541,'2017-12-01 11:47:01','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(3542,'2017-12-01 11:47:04','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3543,'2017-12-01 12:02:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3544,'2017-12-01 12:57:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3545,'2017-12-01 13:24:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3546,'2017-12-01 13:24:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(3547,'2017-12-01 13:25:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(3548,'2017-12-01 13:26:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(3549,'2017-12-01 13:31:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(3550,'2017-12-01 14:21:04','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(3551,'2017-12-01 14:21:38','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(3552,'2017-12-01 14:36:49','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(3553,'2017-12-01 14:50:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3554,'2017-12-01 14:54:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3555,'2017-12-01 15:09:23','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3556,'2017-12-01 15:09:23','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3557,'2017-12-01 15:09:23','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3558,'2017-12-01 15:09:23','imp','optin_5','mailchimp_7227261368','192.198.80.227','714',0),(3559,'2017-12-01 15:17:16','imp','optin_5','mailchimp_7227261368','146.185.149.208','0',0),(3560,'2017-12-01 15:51:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3561,'2017-12-01 15:54:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(3562,'2017-12-01 16:53:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(3563,'2017-12-01 16:54:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','663',0),(3564,'2017-12-01 16:56:09','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(3565,'2017-12-01 16:57:00','imp','optin_5','mailchimp_7227261368','217.182.132.177','593',0),(3566,'2017-12-01 17:26:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3567,'2017-12-01 18:25:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(3568,'2017-12-01 18:53:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3569,'2017-12-01 19:43:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(3570,'2017-12-01 19:46:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3571,'2017-12-01 19:52:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(3572,'2017-12-01 19:56:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3573,'2017-12-01 20:17:09','imp','optin_5','mailchimp_7227261368','66.249.64.217','0',0),(3574,'2017-12-01 21:21:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3575,'2017-12-01 21:27:26','imp','optin_5','mailchimp_7227261368','217.182.132.147','0',0),(3576,'2017-12-01 22:19:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3577,'2017-12-01 22:19:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3578,'2017-12-01 22:22:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(3579,'2017-12-01 22:23:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3580,'2017-12-01 22:26:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(3581,'2017-12-01 22:35:32','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3582,'2017-12-01 22:56:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(3583,'2017-12-01 23:45:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(3584,'2017-12-01 23:53:09','imp','optin_5','mailchimp_7227261368','51.255.65.91','0',0),(3585,'2017-12-01 23:55:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3586,'2017-12-02 00:02:11','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(3587,'2017-12-02 00:38:37','imp','optin_5','mailchimp_7227261368','141.8.143.142','0',0),(3588,'2017-12-02 00:53:47','imp','optin_5','mailchimp_7227261368','66.249.70.18','0',0),(3589,'2017-12-02 01:11:10','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3590,'2017-12-02 01:11:10','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3591,'2017-12-02 01:11:10','imp','optin_3','mailchimp_7227261368','192.198.80.227','714',0),(3592,'2017-12-02 01:11:11','imp','optin_5','mailchimp_7227261368','192.198.80.227','714',0),(3593,'2017-12-02 01:12:23','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(3594,'2017-12-02 01:20:03','imp','optin_5','mailchimp_7227261368','93.158.161.146','679',0),(3595,'2017-12-02 01:28:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3596,'2017-12-02 01:39:26','imp','optin_3','mailchimp_7227261368','87.163.184.130','714',0),(3597,'2017-12-02 01:39:26','imp','optin_3','mailchimp_7227261368','87.163.184.130','714',0),(3598,'2017-12-02 01:39:26','imp','optin_3','mailchimp_7227261368','87.163.184.130','714',0),(3599,'2017-12-02 01:39:27','imp','optin_5','mailchimp_7227261368','87.163.184.130','714',0),(3600,'2017-12-02 01:39:36','imp','optin_5','mailchimp_7227261368','87.163.184.130','0',0),(3601,'2017-12-02 01:39:41','imp','optin_1','7227261368','87.163.184.130','714',0),(3602,'2017-12-02 01:39:46','imp','optin_5','mailchimp_7227261368','87.163.184.130','0',0),(3603,'2017-12-02 01:40:00','imp','optin_1','7227261368','87.163.184.130','714',0),(3604,'2017-12-02 02:21:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3605,'2017-12-02 02:47:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3606,'2017-12-02 02:49:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3607,'2017-12-02 02:58:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(3608,'2017-12-02 04:14:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3609,'2017-12-02 04:14:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3610,'2017-12-02 04:37:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3611,'2017-12-02 05:26:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3612,'2017-12-02 05:40:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(3613,'2017-12-02 05:42:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(3614,'2017-12-02 06:23:02','imp','optin_5','mailchimp_7227261368','137.74.207.110','598',0),(3615,'2017-12-02 06:27:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(3616,'2017-12-02 06:58:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3617,'2017-12-02 07:13:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(3618,'2017-12-02 07:57:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(3619,'2017-12-02 08:03:51','imp','optin_5','mailchimp_7227261368','198.12.153.176','0',0),(3620,'2017-12-02 08:06:00','imp','optin_5','mailchimp_7227261368','164.132.161.48','0',0),(3621,'2017-12-02 08:06:49','imp','optin_5','mailchimp_7227261368','66.249.79.86','0',0),(3622,'2017-12-02 08:07:21','imp','optin_1','7227261368','66.249.79.39','0',0),(3623,'2017-12-02 08:25:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3624,'2017-12-02 08:47:28','imp','optin_2','mailchimp_7227261368','84.201.133.41','2',0),(3625,'2017-12-02 08:47:32','imp','optin_5','mailchimp_7227261368','100.43.91.120','0',0),(3626,'2017-12-02 09:13:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3627,'2017-12-02 09:27:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(3628,'2017-12-02 09:40:32','imp','optin_2','mailchimp_7227261368','185.36.102.114','92',0),(3629,'2017-12-02 10:20:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3630,'2017-12-02 10:26:28','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(3631,'2017-12-02 10:38:55','imp','optin_5','mailchimp_7227261368','137.74.201.100','591',0),(3632,'2017-12-02 10:43:24','imp','optin_5','mailchimp_7227261368','93.158.161.146','602',0),(3633,'2017-12-02 11:35:54','imp','optin_2','mailchimp_7227261368','194.67.221.77','92',0),(3634,'2017-12-02 11:47:57','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(3635,'2017-12-02 12:17:45','imp','optin_5','mailchimp_7227261368','217.182.132.241','0',0),(3636,'2017-12-02 13:14:20','imp','optin_5','mailchimp_7227261368','51.255.65.65','173',0),(3637,'2017-12-02 13:45:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3638,'2017-12-02 13:55:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(3639,'2017-12-02 14:43:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3640,'2017-12-02 15:11:58','imp','optin_5','mailchimp_7227261368','217.182.132.193','680',0),(3641,'2017-12-02 15:43:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3642,'2017-12-02 15:57:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3643,'2017-12-02 16:02:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3644,'2017-12-02 16:30:24','imp','optin_5','mailchimp_7227261368','176.77.10.111','0',0),(3645,'2017-12-02 17:17:21','imp','optin_5','mailchimp_7227261368','51.255.65.53','665',0),(3646,'2017-12-02 17:29:07','imp','optin_5','mailchimp_7227261368','217.182.132.50','673',0),(3647,'2017-12-02 17:38:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(3648,'2017-12-02 17:41:50','imp','optin_5','mailchimp_7227261368','164.132.161.89','76',0),(3649,'2017-12-02 18:04:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(3650,'2017-12-02 19:49:01','imp','optin_5','mailchimp_7227261368','164.132.161.68','0',0),(3651,'2017-12-02 19:51:01','imp','optin_5','mailchimp_7227261368','164.132.162.154','600',0),(3652,'2017-12-02 20:57:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3653,'2017-12-02 21:09:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3654,'2017-12-02 22:00:26','imp','optin_5','mailchimp_7227261368','54.84.62.43','592',0),(3655,'2017-12-02 22:00:58','imp','optin_5','mailchimp_7227261368','54.91.10.146','577',0),(3656,'2017-12-02 22:02:20','imp','optin_5','mailchimp_7227261368','54.91.10.146','591',0),(3657,'2017-12-02 22:02:58','imp','optin_5','mailchimp_7227261368','54.209.206.16','679',0),(3658,'2017-12-02 22:03:38','imp','optin_5','mailchimp_7227261368','184.72.90.65','597',0),(3659,'2017-12-02 22:04:16','imp','optin_5','mailchimp_7227261368','184.72.90.65','573',0),(3660,'2017-12-02 22:04:58','imp','optin_5','mailchimp_7227261368','54.84.62.43','575',0),(3661,'2017-12-02 22:05:39','imp','optin_5','mailchimp_7227261368','54.209.206.16','682',0),(3662,'2017-12-02 22:06:25','imp','optin_5','mailchimp_7227261368','54.84.62.43','595',0),(3663,'2017-12-02 22:07:45','imp','optin_5','mailchimp_7227261368','54.197.135.69','663',0),(3664,'2017-12-02 22:08:14','imp','optin_5','mailchimp_7227261368','54.209.206.16','0',0),(3665,'2017-12-02 22:08:58','imp','optin_5','mailchimp_7227261368','184.72.90.65','664',0),(3666,'2017-12-02 22:09:45','imp','optin_5','mailchimp_7227261368','184.72.90.65','0',0),(3667,'2017-12-02 22:10:25','imp','optin_5','mailchimp_7227261368','54.197.135.69','411',0),(3668,'2017-12-02 22:10:57','imp','optin_5','mailchimp_7227261368','54.197.135.69','598',0),(3669,'2017-12-02 22:11:39','imp','optin_5','mailchimp_7227261368','184.72.90.65','0',0),(3670,'2017-12-02 22:12:13','imp','optin_5','mailchimp_7227261368','184.72.90.65','667',0),(3671,'2017-12-02 22:13:07','imp','optin_5','mailchimp_7227261368','54.91.10.146','665',0),(3672,'2017-12-02 22:14:25','imp','optin_5','mailchimp_7227261368','54.91.10.146','666',0),(3673,'2017-12-02 22:15:00','imp','optin_5','mailchimp_7227261368','54.91.10.146','570',0),(3674,'2017-12-02 22:15:43','imp','optin_5','mailchimp_7227261368','54.209.206.16','678',0),(3675,'2017-12-02 22:16:15','imp','optin_5','mailchimp_7227261368','54.209.206.16','601',0),(3676,'2017-12-02 22:16:59','imp','optin_5','mailchimp_7227261368','54.91.10.146','594',0),(3677,'2017-12-02 22:17:44','imp','optin_5','mailchimp_7227261368','54.209.206.16','593',0),(3678,'2017-12-02 22:18:18','imp','optin_5','mailchimp_7227261368','54.84.62.43','602',0),(3679,'2017-12-02 22:19:00','imp','optin_5','mailchimp_7227261368','54.84.62.43','599',0),(3680,'2017-12-02 22:19:36','imp','optin_5','mailchimp_7227261368','54.209.206.16','668',0),(3681,'2017-12-02 22:20:18','imp','optin_5','mailchimp_7227261368','184.72.90.65','681',0),(3682,'2017-12-02 22:21:42','imp','optin_5','mailchimp_7227261368','54.84.62.43','683',0),(3683,'2017-12-02 22:22:17','imp','optin_5','mailchimp_7227261368','54.209.206.16','680',0),(3684,'2017-12-02 22:22:55','imp','optin_5','mailchimp_7227261368','54.91.10.146','600',0),(3685,'2017-12-02 22:23:38','imp','optin_5','mailchimp_7227261368','54.209.206.16','673',0),(3686,'2017-12-02 22:33:42','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(3687,'2017-12-02 22:33:51','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(3688,'2017-12-03 00:05:09','imp','optin_5','mailchimp_7227261368','217.182.132.152','668',0),(3689,'2017-12-03 00:08:32','imp','optin_5','mailchimp_7227261368','217.182.132.86','0',0),(3690,'2017-12-03 01:18:10','imp','optin_2','mailchimp_7227261368','2405:201:2010:ffe0:b0bb:69f:6db3:e970','92',0),(3691,'2017-12-03 01:18:24','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:b0bb:69f:6db3:e970','0',0),(3692,'2017-12-03 01:18:30','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:b0bb:69f:6db3:e970','0',0),(3693,'2017-12-03 01:18:42','imp','optin_2','mailchimp_7227261368','49.36.1.67','92',0),(3694,'2017-12-03 01:18:49','imp','optin_1','7227261368','2405:201:2010:ffe0:b0bb:69f:6db3:e970','-1',0),(3695,'2017-12-03 01:18:50','imp','optin_5','mailchimp_7227261368','49.36.1.67','0',0),(3696,'2017-12-03 01:18:56','imp','optin_1','7227261368','49.36.1.67','-1',0),(3697,'2017-12-03 01:19:14','imp','optin_1','7227261368','49.36.1.67','-1',0),(3698,'2017-12-03 01:35:15','imp','optin_5','mailchimp_7227261368','51.255.65.53','664',0),(3699,'2017-12-03 02:31:03','imp','optin_5','mailchimp_7227261368','217.182.132.54','0',0),(3700,'2017-12-03 02:54:26','imp','optin_2','mailchimp_7227261368','52.53.129.101','92',0),(3701,'2017-12-03 03:22:12','imp','optin_5','mailchimp_7227261368','164.132.161.95','602',0),(3702,'2017-12-03 03:42:27','imp','optin_5','mailchimp_7227261368','51.255.65.74','599',0),(3703,'2017-12-03 03:49:47','imp','optin_2','mailchimp_7227261368','54.91.10.146','92',0),(3704,'2017-12-03 05:07:12','imp','optin_5','mailchimp_7227261368','51.255.65.53','411',0),(3705,'2017-12-03 05:43:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3706,'2017-12-03 06:02:44','imp','optin_5','mailchimp_7227261368','164.132.161.76','0',0),(3707,'2017-12-03 06:16:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3708,'2017-12-03 07:09:16','imp','optin_5','mailchimp_7227261368','217.182.132.83','0',0),(3709,'2017-12-03 07:25:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3710,'2017-12-03 07:27:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3711,'2017-12-03 07:32:52','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3712,'2017-12-03 07:51:38','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(3713,'2017-12-03 07:52:14','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(3714,'2017-12-03 07:54:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3715,'2017-12-03 08:26:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3716,'2017-12-03 09:33:35','imp','optin_5','mailchimp_7227261368','217.182.132.16','594',0),(3717,'2017-12-03 10:50:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3718,'2017-12-03 10:50:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3719,'2017-12-03 12:44:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(3720,'2017-12-03 13:11:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3721,'2017-12-03 13:29:35','imp','optin_5','mailchimp_7227261368','5.255.250.7','679',0),(3722,'2017-12-03 13:31:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(3723,'2017-12-03 13:47:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3724,'2017-12-03 13:55:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3725,'2017-12-03 14:00:43','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3726,'2017-12-03 14:16:41','imp','optin_5','mailchimp_7227261368','164.132.161.49','678',0),(3727,'2017-12-03 14:48:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3728,'2017-12-03 14:59:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(3729,'2017-12-03 15:01:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3730,'2017-12-03 15:22:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(3731,'2017-12-03 15:33:29','imp','optin_2','mailchimp_7227261368','52.53.129.101','92',0),(3732,'2017-12-03 15:47:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3733,'2017-12-03 15:56:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3734,'2017-12-03 15:59:30','imp','optin_5','mailchimp_7227261368','164.132.161.37','683',0),(3735,'2017-12-03 16:27:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(3736,'2017-12-03 16:40:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(3737,'2017-12-03 16:42:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(3738,'2017-12-03 16:54:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3739,'2017-12-03 16:55:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(3740,'2017-12-03 17:03:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(3741,'2017-12-03 17:05:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(3742,'2017-12-03 17:12:49','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(3743,'2017-12-03 17:13:04','imp','optin_1','7227261368','66.249.79.63','0',0),(3744,'2017-12-03 17:16:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3745,'2017-12-03 17:27:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3746,'2017-12-03 17:30:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(3747,'2017-12-03 17:41:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(3748,'2017-12-03 17:50:10','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(3749,'2017-12-03 17:50:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3750,'2017-12-03 17:56:33','imp','optin_5','mailchimp_7227261368','217.182.132.149','575',0),(3751,'2017-12-03 18:09:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3752,'2017-12-03 18:50:27','imp','optin_5','mailchimp_7227261368','141.8.143.159','573',0),(3753,'2017-12-03 19:11:50','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3754,'2017-12-03 19:18:41','imp','optin_5','mailchimp_7227261368','5.255.250.7','593',0),(3755,'2017-12-03 19:34:58','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(3756,'2017-12-03 19:35:18','imp','optin_1','7227261368','66.249.79.39','-1',0),(3757,'2017-12-03 19:57:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(3758,'2017-12-03 20:19:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3759,'2017-12-03 20:22:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3760,'2017-12-03 20:50:22','imp','optin_5','mailchimp_7227261368','93.158.161.146','663',0),(3761,'2017-12-03 20:55:43','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(3762,'2017-12-03 21:02:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(3763,'2017-12-03 21:06:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3764,'2017-12-03 21:52:51','imp','optin_2','mailchimp_7227261368','52.53.129.101','92',0),(3765,'2017-12-03 21:56:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3766,'2017-12-03 21:58:14','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(3767,'2017-12-03 22:08:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3768,'2017-12-03 22:15:05','imp','optin_5','mailchimp_7227261368','51.255.65.63','592',0),(3769,'2017-12-03 22:18:59','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(3770,'2017-12-03 22:52:41','imp','optin_5','mailchimp_7227261368','164.132.161.88','0',0),(3771,'2017-12-03 22:56:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3772,'2017-12-04 01:34:44','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3773,'2017-12-04 01:34:59','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3774,'2017-12-04 01:44:00','imp','optin_5','mailchimp_7227261368','157.55.39.16','0',0),(3775,'2017-12-04 01:45:23','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3776,'2017-12-04 01:45:31','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3777,'2017-12-04 03:13:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3778,'2017-12-04 04:00:03','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(3779,'2017-12-04 04:00:12','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(3780,'2017-12-04 04:00:24','imp','optin_1','7227261368','66.249.79.63','-1',0),(3781,'2017-12-04 07:30:09','imp','optin_5','mailchimp_7227261368','217.182.132.34','0',0),(3782,'2017-12-04 09:01:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3783,'2017-12-04 09:21:32','imp','optin_2','mailchimp_7227261368','66.249.83.22','92',0),(3784,'2017-12-04 09:21:37','imp','optin_5','mailchimp_7227261368','66.249.83.89','0',0),(3785,'2017-12-04 10:20:04','imp','optin_5','mailchimp_7227261368','217.182.132.82','679',0),(3786,'2017-12-04 10:20:27','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(3787,'2017-12-04 10:58:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(3788,'2017-12-04 11:36:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(3789,'2017-12-04 11:38:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3790,'2017-12-04 12:21:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3791,'2017-12-04 12:21:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3792,'2017-12-04 12:30:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3793,'2017-12-04 12:53:59','imp','optin_5','mailchimp_7227261368','157.55.39.16','0',0),(3794,'2017-12-04 13:41:00','imp','optin_5','mailchimp_7227261368','217.182.132.24','570',0),(3795,'2017-12-04 13:56:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(3796,'2017-12-04 14:22:17','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3797,'2017-12-04 14:22:35','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3798,'2017-12-04 14:26:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3799,'2017-12-04 14:39:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3800,'2017-12-04 14:43:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3801,'2017-12-04 15:08:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3802,'2017-12-04 15:48:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3803,'2017-12-04 15:59:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3804,'2017-12-04 16:04:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(3805,'2017-12-04 16:05:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(3806,'2017-12-04 16:26:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3807,'2017-12-04 17:26:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3808,'2017-12-04 17:42:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3809,'2017-12-04 18:03:37','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(3810,'2017-12-04 18:03:45','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(3811,'2017-12-04 18:21:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3812,'2017-12-04 18:43:20','imp','optin_5','mailchimp_7227261368','217.182.132.72','663',0),(3813,'2017-12-04 19:02:55','imp','optin_5','mailchimp_7227261368','93.95.189.64','0',0),(3814,'2017-12-04 19:08:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3815,'2017-12-04 19:10:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(3816,'2017-12-04 19:42:23','imp','optin_5','mailchimp_7227261368','51.255.65.64','682',0),(3817,'2017-12-04 19:57:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(3818,'2017-12-04 20:26:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3819,'2017-12-04 20:32:10','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(3820,'2017-12-04 20:32:46','imp','optin_1','7227261368','66.249.79.85','-1',0),(3821,'2017-12-04 20:33:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3822,'2017-12-04 20:52:51','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(3823,'2017-12-04 20:55:42','imp','optin_5','mailchimp_7227261368','137.74.201.108','595',0),(3824,'2017-12-04 21:03:01','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(3825,'2017-12-04 21:32:52','imp','optin_5','mailchimp_7227261368','207.46.13.168','0',0),(3826,'2017-12-04 21:54:47','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(3827,'2017-12-04 22:26:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(3828,'2017-12-04 22:43:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3829,'2017-12-04 22:57:14','imp','optin_2','mailchimp_7227261368','2804:7f7:a58f:67c2:8c70:bae0:8d96:2672','92',0),(3830,'2017-12-04 23:25:30','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3831,'2017-12-04 23:36:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3832,'2017-12-05 00:46:39','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(3833,'2017-12-05 02:19:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3834,'2017-12-05 03:21:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3835,'2017-12-05 03:21:56','imp','optin_5','mailchimp_7227261368','66.249.79.136','0',0),(3836,'2017-12-05 03:22:09','imp','optin_1','7227261368','66.249.79.89','0',0),(3837,'2017-12-05 03:31:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(3838,'2017-12-05 03:54:50','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(3839,'2017-12-05 03:57:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(3840,'2017-12-05 04:10:59','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(3841,'2017-12-05 04:11:09','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(3842,'2017-12-05 04:39:29','imp','optin_2','mailchimp_7227261368','195.22.126.112','92',0),(3843,'2017-12-05 04:49:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3844,'2017-12-05 05:01:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3845,'2017-12-05 05:18:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3846,'2017-12-05 06:30:21','imp','optin_2','mailchimp_7227261368','52.53.129.101','92',0),(3847,'2017-12-05 07:28:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3848,'2017-12-05 09:00:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3849,'2017-12-05 09:33:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(3850,'2017-12-05 11:19:37','imp','optin_1','7227261368','66.249.79.87','170',0),(3851,'2017-12-05 12:26:47','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(3852,'2017-12-05 12:27:23','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(3853,'2017-12-05 13:05:34','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3854,'2017-12-05 13:55:40','imp','optin_5','mailchimp_7227261368','164.132.161.23','0',0),(3855,'2017-12-05 15:38:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3856,'2017-12-05 16:49:51','imp','optin_5','mailchimp_7227261368','137.74.207.101','0',0),(3857,'2017-12-05 16:58:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(3858,'2017-12-05 17:56:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3859,'2017-12-05 19:05:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(3860,'2017-12-05 19:38:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3861,'2017-12-05 20:15:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(3862,'2017-12-05 20:45:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(3863,'2017-12-05 20:48:38','imp','optin_2','mailchimp_7227261368','54.235.29.242','92',0),(3864,'2017-12-05 20:48:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3865,'2017-12-05 20:48:45','imp','optin_2','mailchimp_7227261368','54.235.29.242','92',0),(3866,'2017-12-05 20:50:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(3867,'2017-12-05 20:51:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3868,'2017-12-05 21:12:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3869,'2017-12-05 21:47:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(3870,'2017-12-05 21:49:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3871,'2017-12-05 21:50:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(3872,'2017-12-05 21:59:38','imp','optin_2','mailchimp_7227261368','51.255.65.46','92',0),(3873,'2017-12-05 22:15:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(3874,'2017-12-05 22:16:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(3875,'2017-12-05 22:16:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3876,'2017-12-05 22:39:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3877,'2017-12-05 23:02:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3878,'2017-12-05 23:45:20','imp','optin_2','mailchimp_7227261368','82.202.249.91','92',0),(3879,'2017-12-05 23:45:25','imp','optin_5','mailchimp_7227261368','82.202.249.91','0',0),(3880,'2017-12-05 23:48:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3881,'2017-12-05 23:53:09','imp','optin_2','mailchimp_7227261368','52.53.129.101','92',0),(3882,'2017-12-06 00:00:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3883,'2017-12-06 00:26:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3884,'2017-12-06 00:32:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3885,'2017-12-06 00:56:08','imp','optin_5','mailchimp_7227261368','217.182.132.18','76',0),(3886,'2017-12-06 01:20:58','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(3887,'2017-12-06 01:27:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(3888,'2017-12-06 01:33:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(3889,'2017-12-06 02:07:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3890,'2017-12-06 02:24:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(3891,'2017-12-06 02:31:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3892,'2017-12-06 03:31:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(3893,'2017-12-06 03:57:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(3894,'2017-12-06 04:00:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3895,'2017-12-06 04:26:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3896,'2017-12-06 05:00:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3897,'2017-12-06 05:02:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3898,'2017-12-06 05:29:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(3899,'2017-12-06 05:29:36','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(3900,'2017-12-06 05:33:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3901,'2017-12-06 05:34:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3902,'2017-12-06 06:14:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(3903,'2017-12-06 06:55:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(3904,'2017-12-06 07:11:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(3905,'2017-12-06 07:25:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3906,'2017-12-06 07:33:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3907,'2017-12-06 07:44:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3908,'2017-12-06 08:45:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3909,'2017-12-06 09:16:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3910,'2017-12-06 09:16:45','imp','optin_5','mailchimp_7227261368','5.255.250.7','593',0),(3911,'2017-12-06 09:43:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3912,'2017-12-06 09:45:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(3913,'2017-12-06 09:47:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(3914,'2017-12-06 10:36:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(3915,'2017-12-06 11:02:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3916,'2017-12-06 11:43:01','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3917,'2017-12-06 13:07:42','imp','optin_5','mailchimp_7227261368','34.207.98.73','593',0),(3918,'2017-12-06 13:07:47','imp','optin_5','mailchimp_7227261368','34.207.98.73','599',0),(3919,'2017-12-06 13:07:52','imp','optin_5','mailchimp_7227261368','34.207.98.73','681',0),(3920,'2017-12-06 13:08:36','imp','optin_5','mailchimp_7227261368','34.207.98.73','678',0),(3921,'2017-12-06 13:08:43','imp','optin_5','mailchimp_7227261368','34.207.98.73','594',0),(3922,'2017-12-06 13:08:47','imp','optin_5','mailchimp_7227261368','34.207.98.73','668',0),(3923,'2017-12-06 13:30:54','imp','optin_5','mailchimp_7227261368','217.182.132.95','601',0),(3924,'2017-12-06 14:56:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3925,'2017-12-06 15:29:05','imp','optin_2','mailchimp_7227261368','54.207.88.103','92',0),(3926,'2017-12-06 15:48:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3927,'2017-12-06 16:48:50','imp','optin_5','mailchimp_7227261368','164.132.161.82','173',0),(3928,'2017-12-06 17:48:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3929,'2017-12-06 18:12:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(3930,'2017-12-06 18:49:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(3931,'2017-12-06 19:06:33','imp','optin_5','mailchimp_7227261368','66.249.75.212','0',0),(3932,'2017-12-06 19:07:50','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(3933,'2017-12-06 19:07:58','imp','optin_1','7227261368','66.249.75.151','0',0),(3934,'2017-12-06 19:13:28','imp','optin_5','mailchimp_7227261368','51.255.65.94','667',0),(3935,'2017-12-06 19:19:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(3936,'2017-12-06 19:27:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(3937,'2017-12-06 19:51:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3938,'2017-12-06 20:10:27','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(3939,'2017-12-06 20:49:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3940,'2017-12-06 22:52:17','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(3941,'2017-12-06 23:05:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3942,'2017-12-06 23:41:43','imp','optin_2','mailchimp_7227261368','106.38.241.191','92',0),(3943,'2017-12-06 23:54:12','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3944,'2017-12-07 00:55:28','imp','optin_2','mailchimp_7227261368','66.249.75.212','2',0),(3945,'2017-12-07 00:55:37','imp','optin_1','7227261368','66.249.75.151','2',0),(3946,'2017-12-07 01:01:07','imp','optin_5','mailchimp_7227261368','217.182.132.61','597',0),(3947,'2017-12-07 02:13:24','imp','optin_5','mailchimp_7227261368','66.249.69.84','0',0),(3948,'2017-12-07 02:19:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(3949,'2017-12-07 03:08:09','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(3950,'2017-12-07 03:12:37','imp','optin_5','mailchimp_7227261368','157.55.39.74','173',0),(3951,'2017-12-07 03:19:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3952,'2017-12-07 04:58:20','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(3953,'2017-12-07 05:25:43','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3954,'2017-12-07 05:27:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(3955,'2017-12-07 05:47:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3956,'2017-12-07 05:57:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3957,'2017-12-07 06:06:27','imp','optin_1','7227261368','66.249.79.85','404',0),(3958,'2017-12-07 06:14:59','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(3959,'2017-12-07 06:25:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(3960,'2017-12-07 08:04:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3961,'2017-12-07 08:07:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3962,'2017-12-07 08:12:32','imp','optin_5','mailchimp_7227261368','5.255.250.7','598',0),(3963,'2017-12-07 08:28:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(3964,'2017-12-07 09:00:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3965,'2017-12-07 09:49:33','imp','optin_2','mailchimp_7227261368','64.74.215.176','92',0),(3966,'2017-12-07 09:49:43','imp','optin_5','mailchimp_7227261368','64.74.215.176','0',0),(3967,'2017-12-07 11:33:05','imp','optin_5','mailchimp_7227261368','40.77.167.78','173',0),(3968,'2017-12-07 11:53:41','imp','optin_5','mailchimp_7227261368','157.55.39.74','679',0),(3969,'2017-12-07 11:59:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3970,'2017-12-07 14:04:45','imp','optin_5','mailchimp_7227261368','51.255.71.128','0',0),(3971,'2017-12-07 14:33:28','imp','optin_5','mailchimp_7227261368','51.255.65.52','0',0),(3972,'2017-12-07 14:47:57','imp','optin_5','mailchimp_7227261368','164.132.161.80','597',0),(3973,'2017-12-07 16:04:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3974,'2017-12-07 17:58:00','imp','optin_5','mailchimp_7227261368','164.132.164.180','0',0),(3975,'2017-12-07 18:30:40','imp','optin_2','mailchimp_7227261368','95.184.96.181','92',0),(3976,'2017-12-07 19:44:59','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(3977,'2017-12-07 20:07:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3978,'2017-12-07 21:07:31','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(3979,'2017-12-07 21:07:39','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3980,'2017-12-07 21:07:52','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(3981,'2017-12-07 21:31:51','imp','optin_5','mailchimp_7227261368','217.182.132.95','667',0),(3982,'2017-12-07 21:50:49','imp','optin_5','mailchimp_7227261368','137.74.207.108','0',0),(3983,'2017-12-07 22:29:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3984,'2017-12-07 22:37:35','imp','optin_5','mailchimp_7227261368','217.182.132.182','601',0),(3985,'2017-12-07 23:18:08','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(3986,'2017-12-07 23:27:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3987,'2017-12-07 23:59:14','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(3988,'2017-12-08 00:05:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3989,'2017-12-08 00:11:11','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(3990,'2017-12-08 00:29:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(3991,'2017-12-08 00:32:35','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(3992,'2017-12-08 00:42:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(3993,'2017-12-08 00:45:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3994,'2017-12-08 01:26:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3995,'2017-12-08 01:29:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(3996,'2017-12-08 01:34:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(3997,'2017-12-08 01:50:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3998,'2017-12-08 02:15:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(3999,'2017-12-08 03:17:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(4000,'2017-12-08 03:34:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(4001,'2017-12-08 03:52:09','imp','optin_5','mailchimp_7227261368','157.55.39.66','177',0),(4002,'2017-12-08 03:55:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4003,'2017-12-08 04:10:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(4004,'2017-12-08 04:13:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4005,'2017-12-08 04:16:49','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4006,'2017-12-08 04:19:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4007,'2017-12-08 04:23:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4008,'2017-12-08 04:30:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(4009,'2017-12-08 04:41:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4010,'2017-12-08 05:06:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(4011,'2017-12-08 05:18:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(4012,'2017-12-08 05:44:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(4013,'2017-12-08 05:58:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(4014,'2017-12-08 06:55:35','imp','optin_5','mailchimp_7227261368','164.132.161.8','0',0),(4015,'2017-12-08 07:41:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(4016,'2017-12-08 07:41:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4017,'2017-12-08 07:46:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(4018,'2017-12-08 08:11:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(4019,'2017-12-08 08:16:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(4020,'2017-12-08 09:08:27','imp','optin_5','mailchimp_7227261368','164.132.161.39','0',0),(4021,'2017-12-08 09:13:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4022,'2017-12-08 09:13:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(4023,'2017-12-08 10:00:05','imp','optin_2','mailchimp_7227261368','66.249.75.151','92',0),(4024,'2017-12-08 10:00:42','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(4025,'2017-12-08 10:21:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(4026,'2017-12-08 11:36:47','imp','optin_2','mailchimp_7227261368','34.238.138.172','92',0),(4027,'2017-12-08 11:40:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4028,'2017-12-08 12:19:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(4029,'2017-12-08 12:23:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(4030,'2017-12-08 12:27:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4031,'2017-12-08 12:32:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(4032,'2017-12-08 12:48:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(4033,'2017-12-08 12:56:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(4034,'2017-12-08 13:12:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(4035,'2017-12-08 13:15:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(4036,'2017-12-08 13:41:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(4037,'2017-12-08 14:15:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4038,'2017-12-08 14:42:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4039,'2017-12-08 15:11:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4040,'2017-12-08 15:12:56','imp','optin_5','mailchimp_7227261368','51.255.65.32','0',0),(4041,'2017-12-08 15:36:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4042,'2017-12-08 15:59:47','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(4043,'2017-12-08 17:36:58','imp','optin_5','mailchimp_7227261368','192.151.145.82','0',0),(4044,'2017-12-08 17:40:54','imp','optin_2','mailchimp_7227261368','123.126.68.139','92',0),(4045,'2017-12-08 17:41:04','imp','optin_5','mailchimp_7227261368','123.126.68.139','0',0),(4046,'2017-12-08 18:25:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(4047,'2017-12-08 18:55:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(4048,'2017-12-08 19:40:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4049,'2017-12-08 20:04:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4050,'2017-12-08 20:39:05','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(4051,'2017-12-08 20:44:25','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(4052,'2017-12-08 21:05:47','imp','optin_5','mailchimp_7227261368','51.255.65.38','577',0),(4053,'2017-12-08 21:21:30','imp','optin_5','mailchimp_7227261368','217.182.132.52','0',0),(4054,'2017-12-08 22:15:10','imp','optin_5','mailchimp_7227261368','217.182.132.34','0',0),(4055,'2017-12-08 23:50:41','imp','optin_5','mailchimp_7227261368','164.132.161.75','0',0),(4056,'2017-12-09 01:03:59','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(4057,'2017-12-09 01:04:37','imp','optin_1','7227261368','66.249.75.151','-1',0),(4058,'2017-12-09 01:31:52','imp','optin_2','mailchimp_7227261368','66.249.75.151','92',0),(4059,'2017-12-09 01:46:51','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4060,'2017-12-09 02:16:45','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4061,'2017-12-09 02:16:54','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(4062,'2017-12-09 02:17:09','imp','optin_5','mailchimp_7227261368','66.249.75.212','0',0),(4063,'2017-12-09 02:27:02','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4064,'2017-12-09 02:27:11','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(4065,'2017-12-09 03:07:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(4066,'2017-12-09 03:23:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(4067,'2017-12-09 03:25:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4068,'2017-12-09 03:36:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4069,'2017-12-09 03:37:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4070,'2017-12-09 03:51:03','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4071,'2017-12-09 03:51:13','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4072,'2017-12-09 04:10:27','imp','optin_5','mailchimp_7227261368','100.43.90.118','0',0),(4073,'2017-12-09 04:48:41','imp','optin_5','mailchimp_7227261368','217.182.132.66','0',0),(4074,'2017-12-09 06:13:49','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4075,'2017-12-09 06:18:10','imp','optin_2','mailchimp_7227261368','36.110.170.250','92',0),(4076,'2017-12-09 06:18:14','imp','optin_2','mailchimp_7227261368','36.110.170.250','92',0),(4077,'2017-12-09 07:41:15','imp','optin_5','mailchimp_7227261368','217.182.132.179','666',0),(4078,'2017-12-09 08:16:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4079,'2017-12-09 08:21:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(4080,'2017-12-09 10:20:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4081,'2017-12-09 11:21:29','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(4082,'2017-12-09 11:21:34','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4083,'2017-12-09 11:22:00','imp','optin_1','7227261368','14.200.97.161','2',0),(4084,'2017-12-09 11:23:24','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4085,'2017-12-09 11:23:33','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4086,'2017-12-09 11:23:57','imp','optin_1','7227261368','14.200.97.161','-1',0),(4087,'2017-12-09 11:29:35','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4088,'2017-12-09 11:29:45','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4089,'2017-12-09 11:29:54','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4090,'2017-12-09 11:29:57','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4091,'2017-12-09 11:30:07','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(4092,'2017-12-09 11:30:12','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4093,'2017-12-09 12:40:28','imp','optin_2','mailchimp_7227261368','2001:8003:21d4:e300:fc01:2ef2:735d:7ee8','92',0),(4094,'2017-12-09 12:40:32','imp','optin_5','mailchimp_7227261368','2001:8003:21d4:e300:fc01:2ef2:735d:7ee8','0',0),(4095,'2017-12-09 12:40:38','imp','optin_1','7227261368','2001:8003:21d4:e300:fc01:2ef2:735d:7ee8','-1',0),(4096,'2017-12-09 12:40:51','imp','optin_5','mailchimp_7227261368','2001:8003:21d4:e300:fc01:2ef2:735d:7ee8','0',0),(4097,'2017-12-09 12:40:55','imp','optin_5','mailchimp_7227261368','2001:8003:21d4:e300:fc01:2ef2:735d:7ee8','0',0),(4098,'2017-12-09 12:56:30','imp','optin_2','mailchimp_7227261368','64.74.215.1','92',0),(4099,'2017-12-09 13:43:35','imp','optin_5','mailchimp_7227261368','51.255.65.17','598',0),(4100,'2017-12-09 14:06:37','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(4101,'2017-12-09 14:29:13','imp','optin_5','mailchimp_7227261368','217.182.132.6','177',0),(4102,'2017-12-09 15:01:51','imp','optin_5','mailchimp_7227261368','217.182.132.240','0',0),(4103,'2017-12-09 15:02:10','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4104,'2017-12-09 15:44:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4105,'2017-12-09 15:44:53','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4106,'2017-12-09 16:50:37','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(4107,'2017-12-09 16:50:47','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(4108,'2017-12-09 16:50:53','imp','optin_1','7227261368','66.249.75.151','0',0),(4109,'2017-12-09 17:00:50','imp','optin_2','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','2',0),(4110,'2017-12-09 17:01:06','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','0',0),(4111,'2017-12-09 17:01:31','imp','optin_1','7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','2',0),(4112,'2017-12-09 17:01:57','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','0',0),(4113,'2017-12-09 17:06:02','imp','optin_2','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','2',0),(4114,'2017-12-09 17:06:24','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','0',0),(4115,'2017-12-09 17:06:24','imp','optin_5','mailchimp_7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','0',0),(4116,'2017-12-09 17:06:52','imp','optin_1','7227261368','2405:201:2010:ffe0:a8b4:d7e8:63ed:11ce','2',0),(4117,'2017-12-09 17:39:08','imp','optin_5','mailchimp_7227261368','217.182.132.76','593',0),(4118,'2017-12-09 20:06:21','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(4119,'2017-12-09 20:25:38','imp','optin_5','mailchimp_7227261368','209.107.216.88','76',0),(4120,'2017-12-09 20:25:44','imp','optin_2','mailchimp_7227261368','81.171.97.147','92',0),(4121,'2017-12-09 20:25:45','imp','optin_5','mailchimp_7227261368','173.239.236.28','0',0),(4122,'2017-12-09 20:25:46','imp','optin_2','mailchimp_7227261368','173.239.215.8','2',0),(4123,'2017-12-09 20:25:47','imp','optin_5','mailchimp_7227261368','173.245.203.184','0',0),(4124,'2017-12-09 20:25:48','imp','optin_2','mailchimp_7227261368','104.238.169.94','92',0),(4125,'2017-12-09 20:25:53','imp','optin_5','mailchimp_7227261368','64.145.79.49','0',0),(4126,'2017-12-09 20:37:08','imp','optin_5','mailchimp_7227261368','188.226.186.243','0',0),(4127,'2017-12-09 20:38:02','imp','optin_5','mailchimp_7227261368','188.226.186.243','0',0),(4128,'2017-12-09 20:38:20','imp','optin_5','mailchimp_7227261368','188.226.186.243','0',0),(4129,'2017-12-09 20:42:19','imp','optin_2','mailchimp_7227261368','188.226.186.243','2',0),(4130,'2017-12-09 21:35:55','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4131,'2017-12-09 21:37:11','imp','optin_2','mailchimp_7227261368','2a03:2880:1110:3fe7:face:b00c:0:8000','92',0),(4132,'2017-12-09 21:37:17','imp','optin_2','mailchimp_7227261368','60.226.162.64','92',0),(4133,'2017-12-09 21:37:25','imp','optin_5','mailchimp_7227261368','60.226.162.64','0',0),(4134,'2017-12-09 21:37:30','imp','optin_5','mailchimp_7227261368','60.226.162.64','0',0),(4135,'2017-12-09 21:37:42','imp','optin_1','7227261368','60.226.162.64','-1',0),(4136,'2017-12-09 21:37:51','imp','optin_1','7227261368','60.226.162.64','-1',0),(4137,'2017-12-09 21:38:04','imp','optin_5','mailchimp_7227261368','60.226.162.64','0',0),(4138,'2017-12-09 21:38:21','imp','optin_2','mailchimp_7227261368','60.226.162.64','2',0),(4139,'2017-12-09 21:38:25','imp','optin_5','mailchimp_7227261368','60.226.162.64','0',0),(4140,'2017-12-09 22:00:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4141,'2017-12-09 22:28:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4142,'2017-12-09 22:54:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4143,'2017-12-09 23:38:21','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4144,'2017-12-09 23:47:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(4145,'2017-12-10 00:04:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(4146,'2017-12-10 00:16:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(4147,'2017-12-10 00:28:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(4148,'2017-12-10 00:29:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(4149,'2017-12-10 00:51:33','imp','optin_5','mailchimp_7227261368','188.226.188.239','0',0),(4150,'2017-12-10 00:51:53','imp','optin_5','mailchimp_7227261368','188.226.188.239','0',0),(4151,'2017-12-10 00:52:04','imp','optin_5','mailchimp_7227261368','188.226.188.239','0',0),(4152,'2017-12-10 00:54:58','imp','optin_5','mailchimp_7227261368','188.226.188.239','0',0),(4153,'2017-12-10 00:55:52','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4154,'2017-12-10 02:12:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4155,'2017-12-10 03:10:24','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(4156,'2017-12-10 03:14:51','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4157,'2017-12-10 03:29:41','imp','optin_5','mailchimp_7227261368','100.43.91.120','173',0),(4158,'2017-12-10 03:55:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(4159,'2017-12-10 03:56:05','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4160,'2017-12-10 03:58:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4161,'2017-12-10 04:45:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4162,'2017-12-10 04:53:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(4163,'2017-12-10 04:58:09','imp','optin_5','mailchimp_7227261368','5.255.250.7','673',0),(4164,'2017-12-10 06:25:48','imp','optin_5','mailchimp_7227261368','66.249.75.155','0',0),(4165,'2017-12-10 06:26:18','imp','optin_1','7227261368','66.249.75.153','0',0),(4166,'2017-12-10 06:37:47','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(4167,'2017-12-10 06:43:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(4168,'2017-12-10 06:43:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(4169,'2017-12-10 06:47:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4170,'2017-12-10 06:55:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4171,'2017-12-10 06:58:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4172,'2017-12-10 07:07:19','imp','optin_5','mailchimp_7227261368','137.74.207.164','600',0),(4173,'2017-12-10 07:07:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(4174,'2017-12-10 07:18:27','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4175,'2017-12-10 07:19:37','imp','optin_5','mailchimp_7227261368','66.249.75.212','0',0),(4176,'2017-12-10 07:39:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4177,'2017-12-10 07:57:40','imp','optin_5','mailchimp_7227261368','51.255.65.25','664',0),(4178,'2017-12-10 08:38:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(4179,'2017-12-10 09:19:27','imp','optin_5','mailchimp_7227261368','40.77.167.5','600',0),(4180,'2017-12-10 09:24:32','imp','optin_5','mailchimp_7227261368','217.182.132.50','0',0),(4181,'2017-12-10 09:43:32','imp','optin_5','mailchimp_7227261368','40.77.167.5','0',0),(4182,'2017-12-10 10:55:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(4183,'2017-12-10 11:46:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4184,'2017-12-10 11:48:25','imp','optin_5','mailchimp_7227261368','51.255.71.129','680',0),(4185,'2017-12-10 11:48:51','imp','optin_5','mailchimp_7227261368','137.74.201.108','599',0),(4186,'2017-12-10 11:52:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(4187,'2017-12-10 12:39:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4188,'2017-12-10 12:50:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4189,'2017-12-10 12:54:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(4190,'2017-12-10 12:59:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4191,'2017-12-10 13:09:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(4192,'2017-12-10 13:12:28','imp','optin_5','mailchimp_7227261368','5.255.250.7','594',0),(4193,'2017-12-10 13:14:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(4194,'2017-12-10 13:22:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4195,'2017-12-10 13:42:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4196,'2017-12-10 13:49:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(4197,'2017-12-10 14:14:05','imp','optin_5','mailchimp_7227261368','66.249.75.210','0',0),(4198,'2017-12-10 14:14:17','imp','optin_1','7227261368','66.249.75.153','0',0),(4199,'2017-12-10 14:39:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4200,'2017-12-10 14:41:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4201,'2017-12-10 14:52:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4202,'2017-12-10 14:53:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(4203,'2017-12-10 15:14:27','imp','optin_5','mailchimp_7227261368','164.132.161.13','673',0),(4204,'2017-12-10 15:28:08','imp','optin_5','mailchimp_7227261368','164.132.161.55','411',0),(4205,'2017-12-10 15:35:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4206,'2017-12-10 16:12:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4207,'2017-12-10 16:18:50','imp','optin_5','mailchimp_7227261368','40.77.167.5','591',0),(4208,'2017-12-10 16:38:33','imp','optin_2','mailchimp_7227261368','123.126.68.115','92',0),(4209,'2017-12-10 16:38:41','imp','optin_5','mailchimp_7227261368','123.126.68.115','0',0),(4210,'2017-12-10 17:12:03','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4211,'2017-12-10 17:35:43','imp','optin_5','mailchimp_7227261368','164.132.161.97','665',0),(4212,'2017-12-10 19:15:15','imp','optin_5','mailchimp_7227261368','40.77.167.5','570',0),(4213,'2017-12-10 20:05:48','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(4214,'2017-12-10 20:38:18','imp','optin_5','mailchimp_7227261368','164.132.161.87','0',0),(4215,'2017-12-10 21:05:52','imp','optin_5','mailchimp_7227261368','51.255.65.51','573',0),(4216,'2017-12-10 21:08:07','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(4217,'2017-12-10 21:43:13','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4218,'2017-12-10 21:43:17','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4219,'2017-12-10 21:43:22','imp','optin_2','mailchimp_7227261368','185.81.157.39','92',0),(4220,'2017-12-10 21:43:30','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4221,'2017-12-10 21:43:41','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4222,'2017-12-10 21:43:45','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4223,'2017-12-10 21:43:55','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4224,'2017-12-10 21:44:00','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4225,'2017-12-10 21:44:09','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4226,'2017-12-10 21:44:14','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4227,'2017-12-10 21:44:19','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4228,'2017-12-10 21:44:23','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4229,'2017-12-10 21:44:28','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4230,'2017-12-10 21:44:33','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4231,'2017-12-10 21:44:37','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4232,'2017-12-10 21:44:41','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4233,'2017-12-10 21:44:46','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4234,'2017-12-10 21:44:50','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4235,'2017-12-10 21:44:55','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4236,'2017-12-10 21:44:59','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4237,'2017-12-10 21:45:13','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4238,'2017-12-10 21:45:22','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4239,'2017-12-10 21:45:29','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4240,'2017-12-10 21:45:35','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4241,'2017-12-10 21:45:49','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4242,'2017-12-10 21:45:55','imp','optin_5','mailchimp_7227261368','185.81.157.39','0',0),(4243,'2017-12-10 21:52:48','imp','optin_5','mailchimp_7227261368','51.255.65.75','0',0),(4244,'2017-12-10 22:11:57','imp','optin_5','mailchimp_7227261368','157.55.39.56','0',0),(4245,'2017-12-10 22:15:02','imp','optin_5','mailchimp_7227261368','128.72.225.101','0',0),(4246,'2017-12-10 23:47:45','imp','optin_5','mailchimp_7227261368','137.74.207.108','0',0),(4247,'2017-12-11 00:00:47','imp','optin_2','mailchimp_7227261368','40.77.167.30','92',0),(4248,'2017-12-11 00:08:02','imp','optin_2','mailchimp_7227261368','158.69.252.176','2',0),(4249,'2017-12-11 00:08:25','imp','optin_5','mailchimp_7227261368','158.69.252.176','76',0),(4250,'2017-12-11 00:21:39','imp','optin_5','mailchimp_7227261368','51.255.65.75','591',0),(4251,'2017-12-11 01:14:14','imp','optin_5','mailchimp_7227261368','40.77.167.30','598',0),(4252,'2017-12-11 01:29:39','imp','optin_5','mailchimp_7227261368','164.132.161.51','668',0),(4253,'2017-12-11 03:49:06','imp','optin_5','mailchimp_7227261368','40.77.167.40','666',0),(4254,'2017-12-11 04:14:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(4255,'2017-12-11 04:17:59','imp','optin_5','mailchimp_7227261368','217.182.132.187','602',0),(4256,'2017-12-11 04:53:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4257,'2017-12-11 05:08:12','imp','optin_5','mailchimp_7227261368','141.8.143.189','601',0),(4258,'2017-12-11 05:22:03','imp','optin_5','mailchimp_7227261368','40.77.167.123','220',0),(4259,'2017-12-11 06:16:52','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4260,'2017-12-11 07:27:37','imp','optin_5','mailchimp_7227261368','164.132.161.79','678',0),(4261,'2017-12-11 07:27:55','imp','optin_5','mailchimp_7227261368','40.77.167.30','681',0),(4262,'2017-12-11 07:32:16','imp','optin_5','mailchimp_7227261368','217.182.132.35','683',0),(4263,'2017-12-11 08:16:36','imp','optin_2','mailchimp_7227261368','112.198.73.200','92',0),(4264,'2017-12-11 08:37:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4265,'2017-12-11 09:11:21','imp','optin_5','mailchimp_7227261368','51.255.65.90','0',0),(4266,'2017-12-11 09:24:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(4267,'2017-12-11 09:55:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4268,'2017-12-11 10:02:56','imp','optin_5','mailchimp_7227261368','2001:41d0:a:54dd::','0',0),(4269,'2017-12-11 10:03:01','imp','optin_5','mailchimp_7227261368','2001:41d0:a:54dd::','0',0),(4270,'2017-12-11 11:05:57','imp','optin_5','mailchimp_7227261368','164.132.161.39','594',0),(4271,'2017-12-11 11:09:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(4272,'2017-12-11 11:23:15','imp','optin_2','mailchimp_7227261368','203.24.188.10','92',0),(4273,'2017-12-11 11:24:02','imp','optin_2','mailchimp_7227261368','203.24.188.10','92',0),(4274,'2017-12-11 12:20:52','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4275,'2017-12-11 12:21:01','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4276,'2017-12-11 12:21:24','imp','optin_1','7227261368','14.200.97.161','-1',0),(4277,'2017-12-11 12:22:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(4278,'2017-12-11 12:23:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4279,'2017-12-11 12:25:44','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4280,'2017-12-11 12:25:48','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4281,'2017-12-11 12:26:31','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4282,'2017-12-11 12:26:39','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4283,'2017-12-11 12:26:49','imp','optin_1','7227261368','14.200.97.161','-1',0),(4284,'2017-12-11 12:27:04','imp','optin_1','7227261368','14.200.97.161','-1',0),(4285,'2017-12-11 12:27:17','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4286,'2017-12-11 12:27:21','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4287,'2017-12-11 12:29:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4288,'2017-12-11 12:46:02','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4289,'2017-12-11 12:46:12','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4290,'2017-12-11 12:46:17','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4291,'2017-12-11 12:46:21','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4292,'2017-12-11 12:46:28','imp','optin_8','7227261368','14.200.97.161','-1',0),(4293,'2017-12-11 12:46:36','imp','optin_8','7227261368','14.200.97.161','0',0),(4294,'2017-12-11 12:46:44','imp','optin_8','7227261368','14.200.97.161','-1',0),(4295,'2017-12-11 12:47:10','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4296,'2017-12-11 12:47:14','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4297,'2017-12-11 12:55:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(4298,'2017-12-11 13:11:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(4299,'2017-12-11 13:40:41','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(4300,'2017-12-11 13:40:45','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4301,'2017-12-11 13:40:49','imp','optin_7','mailchimp_7227261368','14.200.97.161','714',0),(4302,'2017-12-11 13:50:01','imp','optin_2','mailchimp_7227261368','14.158.77.246','92',0),(4303,'2017-12-11 13:50:22','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4304,'2017-12-11 13:50:26','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4305,'2017-12-11 13:51:54','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4306,'2017-12-11 13:52:00','imp','optin_2','mailchimp_7227261368','61.134.119.106','92',0),(4307,'2017-12-11 13:52:05','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4308,'2017-12-11 13:52:28','imp','optin_2','mailchimp_7227261368','106.59.220.15','92',0),(4309,'2017-12-11 13:52:41','imp','optin_2','mailchimp_7227261368','58.49.128.3','92',0),(4310,'2017-12-11 13:52:58','imp','optin_2','mailchimp_7227261368','115.239.243.206','92',0),(4311,'2017-12-11 13:53:06','imp','optin_2','mailchimp_7227261368','116.24.66.253','92',0),(4312,'2017-12-11 13:54:01','imp','optin_2','mailchimp_7227261368','223.221.70.114','92',0),(4313,'2017-12-11 13:54:03','imp','optin_2','mailchimp_7227261368','42.88.69.192','92',0),(4314,'2017-12-11 13:54:05','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4315,'2017-12-11 13:54:07','imp','optin_2','mailchimp_7227261368','113.72.11.90','92',0),(4316,'2017-12-11 13:54:11','imp','optin_2','mailchimp_7227261368','14.157.86.7','92',0),(4317,'2017-12-11 13:54:14','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4318,'2017-12-11 13:54:18','imp','optin_2','mailchimp_7227261368','222.211.107.240','92',0),(4319,'2017-12-11 13:54:23','imp','optin_2','mailchimp_7227261368','119.97.38.35','92',0),(4320,'2017-12-11 13:54:50','imp','optin_2','mailchimp_7227261368','36.63.231.35','92',0),(4321,'2017-12-11 13:56:03','imp','optin_2','mailchimp_7227261368','113.139.243.99','92',0),(4322,'2017-12-11 13:56:09','imp','optin_2','mailchimp_7227261368','183.190.133.233','92',0),(4323,'2017-12-11 13:56:45','imp','optin_2','mailchimp_7227261368','113.99.221.44','92',0),(4324,'2017-12-11 13:57:00','imp','optin_2','mailchimp_7227261368','182.253.195.139','92',0),(4325,'2017-12-11 13:57:12','imp','optin_2','mailchimp_7227261368','175.13.218.246','92',0),(4326,'2017-12-11 13:57:24','imp','optin_2','mailchimp_7227261368','223.94.82.24','92',0),(4327,'2017-12-11 13:57:25','imp','optin_2','mailchimp_7227261368','218.70.198.206','92',0),(4328,'2017-12-11 13:57:29','imp','optin_2','mailchimp_7227261368','222.218.255.140','92',0),(4329,'2017-12-11 13:58:01','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4330,'2017-12-11 13:58:12','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4331,'2017-12-11 13:58:23','imp','optin_2','mailchimp_7227261368','119.251.188.135','92',0),(4332,'2017-12-11 13:58:26','imp','optin_2','mailchimp_7227261368','183.215.74.190','92',0),(4333,'2017-12-11 13:58:35','imp','optin_2','mailchimp_7227261368','220.166.197.45','92',0),(4334,'2017-12-11 13:59:05','imp','optin_2','mailchimp_7227261368','113.101.37.30','92',0),(4335,'2017-12-11 13:59:29','imp','optin_2','mailchimp_7227261368','1.189.51.102','92',0),(4336,'2017-12-11 13:59:54','imp','optin_2','mailchimp_7227261368','117.179.246.39','92',0),(4337,'2017-12-11 13:59:56','imp','optin_2','mailchimp_7227261368','60.221.34.251','92',0),(4338,'2017-12-11 14:00:09','imp','optin_2','mailchimp_7227261368','182.107.236.234','92',0),(4339,'2017-12-11 14:00:11','imp','optin_2','mailchimp_7227261368','125.40.176.32','92',0),(4340,'2017-12-11 14:00:12','imp','optin_2','mailchimp_7227261368','114.226.206.68','92',0),(4341,'2017-12-11 14:00:28','imp','optin_2','mailchimp_7227261368','125.121.129.103','92',0),(4342,'2017-12-11 14:00:35','imp','optin_2','mailchimp_7227261368','39.89.52.14','92',0),(4343,'2017-12-11 14:01:12','imp','optin_2','mailchimp_7227261368','125.78.197.202','92',0),(4344,'2017-12-11 14:01:15','imp','optin_2','mailchimp_7227261368','175.13.108.161','92',0),(4345,'2017-12-11 14:01:48','imp','optin_2','mailchimp_7227261368','116.231.224.83','92',0),(4346,'2017-12-11 14:02:07','imp','optin_2','mailchimp_7227261368','14.120.74.171','92',0),(4347,'2017-12-11 14:03:16','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4348,'2017-12-11 14:03:20','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4349,'2017-12-11 14:03:30','imp','optin_2','mailchimp_7227261368','117.85.112.114','92',0),(4350,'2017-12-11 14:05:09','imp','optin_2','mailchimp_7227261368','61.163.47.73','92',0),(4351,'2017-12-11 14:07:33','imp','optin_2','mailchimp_7227261368','182.253.195.140','92',0),(4352,'2017-12-11 14:08:15','imp','optin_2','mailchimp_7227261368','182.201.153.215','92',0),(4353,'2017-12-11 14:10:21','imp','optin_2','mailchimp_7227261368','218.77.80.131','92',0),(4354,'2017-12-11 14:11:11','imp','optin_2','mailchimp_7227261368','115.215.90.125','92',0),(4355,'2017-12-11 14:11:47','imp','optin_2','mailchimp_7227261368','27.205.161.30','92',0),(4356,'2017-12-11 14:11:58','imp','optin_2','mailchimp_7227261368','123.179.182.8','92',0),(4357,'2017-12-11 14:18:12','imp','optin_2','mailchimp_7227261368','1.28.218.54','92',0),(4358,'2017-12-11 14:23:39','imp','optin_5','mailchimp_7227261368','69.162.120.11','0',0),(4359,'2017-12-11 14:24:48','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4360,'2017-12-11 14:24:48','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4361,'2017-12-11 14:38:26','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4362,'2017-12-11 14:38:27','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4363,'2017-12-11 14:38:31','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4364,'2017-12-11 14:38:55','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(4365,'2017-12-11 14:38:58','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4366,'2017-12-11 14:39:01','imp','optin_7','mailchimp_7227261368','14.200.97.161','714',0),(4367,'2017-12-11 14:40:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4368,'2017-12-11 14:43:27','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(4369,'2017-12-11 14:43:31','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4370,'2017-12-11 14:43:35','imp','optin_7','mailchimp_7227261368','14.200.97.161','714',0),(4371,'2017-12-11 14:43:39','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4372,'2017-12-11 14:43:39','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4373,'2017-12-11 14:45:11','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4374,'2017-12-11 15:46:53','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(4375,'2017-12-11 15:46:55','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4376,'2017-12-11 15:46:55','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(4377,'2017-12-11 15:53:12','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(4378,'2017-12-11 15:53:22','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4379,'2017-12-11 15:53:35','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4380,'2017-12-11 15:53:40','imp','optin_5','mailchimp_7227261368','54.85.182.120','667',0),(4381,'2017-12-11 17:51:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(4382,'2017-12-11 18:02:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(4383,'2017-12-11 18:28:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(4384,'2017-12-11 18:31:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(4385,'2017-12-11 18:32:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4386,'2017-12-11 18:45:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(4387,'2017-12-11 20:07:27','imp','optin_5','mailchimp_7227261368','86.124.213.114','0',0),(4388,'2017-12-11 20:07:36','imp','optin_5','mailchimp_7227261368','86.124.213.114','0',0),(4389,'2017-12-11 20:07:42','imp','optin_5','mailchimp_7227261368','86.124.213.114','0',0),(4390,'2017-12-11 20:08:00','imp','optin_8','7227261368','86.124.213.114','0',0),(4391,'2017-12-11 20:30:36','imp','optin_5','mailchimp_7227261368','217.182.132.33','0',0),(4392,'2017-12-11 21:24:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4393,'2017-12-11 21:41:38','imp','optin_5','mailchimp_7227261368','5.255.250.7','411',0),(4394,'2017-12-11 21:44:16','imp','optin_5','mailchimp_7227261368','141.8.143.189','680',0),(4395,'2017-12-11 21:45:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(4396,'2017-12-11 21:46:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4397,'2017-12-11 21:47:41','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(4398,'2017-12-11 21:50:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(4399,'2017-12-11 22:03:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4400,'2017-12-11 22:34:39','imp','optin_2','mailchimp_7227261368','203.24.188.10','92',0),(4401,'2017-12-11 22:58:47','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4402,'2017-12-12 00:23:16','imp','optin_5','mailchimp_7227261368','86.124.187.50','714',0),(4403,'2017-12-12 00:23:24','imp','optin_5','mailchimp_7227261368','86.124.187.50','0',0),(4404,'2017-12-12 00:23:25','imp','optin_5','mailchimp_7227261368','86.124.187.50','0',0),(4405,'2017-12-12 00:23:29','imp','optin_7','mailchimp_7227261368','86.124.187.50','714',0),(4406,'2017-12-12 00:23:35','imp','optin_5','mailchimp_7227261368','86.124.187.50','0',0),(4407,'2017-12-12 00:23:48','imp','optin_8','7227261368','86.124.187.50','714',0),(4408,'2017-12-12 03:22:45','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(4409,'2017-12-12 03:25:47','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4410,'2017-12-12 03:26:58','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(4411,'2017-12-12 03:27:32','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4412,'2017-12-12 03:28:05','imp','optin_8','7227261368','66.249.79.87','-1',0),(4413,'2017-12-12 03:47:48','imp','optin_2','mailchimp_7227261368','192.3.236.245','92',0),(4414,'2017-12-12 04:10:59','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(4415,'2017-12-12 05:13:09','imp','optin_5','mailchimp_7227261368','217.182.132.27','575',0),(4416,'2017-12-12 05:34:15','imp','optin_2','mailchimp_7227261368','192.3.236.185','92',0),(4417,'2017-12-12 06:15:28','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(4418,'2017-12-12 06:31:49','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4419,'2017-12-12 06:36:09','imp','optin_5','mailchimp_7227261368','40.77.167.176','599',0),(4420,'2017-12-12 07:00:51','imp','optin_5','mailchimp_7227261368','164.132.161.54','592',0),(4421,'2017-12-12 07:42:49','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(4422,'2017-12-12 08:48:34','imp','optin_5','mailchimp_7227261368','181.57.242.131','714',0),(4423,'2017-12-12 08:48:44','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4424,'2017-12-12 08:48:50','imp','optin_7','mailchimp_7227261368','181.57.242.131','714',0),(4425,'2017-12-12 08:49:08','imp','optin_8','7227261368','181.57.242.131','714',0),(4426,'2017-12-12 08:49:11','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4427,'2017-12-12 08:49:34','imp','optin_2','mailchimp_7227261368','181.57.242.131','2',0),(4428,'2017-12-12 08:49:37','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4429,'2017-12-12 08:49:55','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4430,'2017-12-12 08:50:10','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4431,'2017-12-12 08:50:13','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4432,'2017-12-12 08:50:19','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4433,'2017-12-12 08:50:23','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4434,'2017-12-12 08:59:45','imp','optin_5','mailchimp_7227261368','181.57.242.131','0',0),(4435,'2017-12-12 09:37:01','imp','optin_5','mailchimp_7227261368','51.255.71.117','595',0),(4436,'2017-12-12 10:00:24','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4437,'2017-12-12 10:00:40','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4438,'2017-12-12 10:12:54','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4439,'2017-12-12 10:12:54','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4440,'2017-12-12 10:14:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4441,'2017-12-12 10:30:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4442,'2017-12-12 11:51:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4443,'2017-12-12 12:14:17','imp','optin_5','mailchimp_7227261368','157.55.39.216','678',0),(4444,'2017-12-12 12:14:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4445,'2017-12-12 12:31:23','imp','optin_5','mailchimp_7227261368','186.155.241.250','0',0),(4446,'2017-12-12 12:31:23','imp','optin_5','mailchimp_7227261368','186.155.241.250','0',0),(4447,'2017-12-12 13:11:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4448,'2017-12-12 13:17:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4449,'2017-12-12 13:29:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(4450,'2017-12-12 14:15:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4451,'2017-12-12 14:18:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4452,'2017-12-12 14:27:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(4453,'2017-12-12 14:31:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(4454,'2017-12-12 14:53:48','imp','optin_5','mailchimp_7227261368','157.55.39.136','0',0),(4455,'2017-12-12 14:59:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(4456,'2017-12-12 15:01:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4457,'2017-12-12 15:26:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4458,'2017-12-12 16:00:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4459,'2017-12-12 16:15:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4460,'2017-12-12 16:21:47','imp','optin_2','mailchimp_7227261368','185.53.44.92','92',0),(4461,'2017-12-12 16:28:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(4462,'2017-12-12 16:31:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(4463,'2017-12-12 16:40:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4464,'2017-12-12 16:47:02','imp','optin_2','mailchimp_7227261368','165.227.105.146','92',0),(4465,'2017-12-12 17:39:38','imp','optin_5','mailchimp_7227261368','51.255.71.118','663',0),(4466,'2017-12-12 17:46:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4467,'2017-12-12 18:20:04','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(4468,'2017-12-12 18:37:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4469,'2017-12-12 18:37:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(4470,'2017-12-12 19:01:02','imp','optin_5','mailchimp_7227261368','51.255.65.51','682',0),(4471,'2017-12-12 19:17:30','imp','optin_5','mailchimp_7227261368','5.255.250.7','600',0),(4472,'2017-12-12 19:17:44','imp','optin_5','mailchimp_7227261368','164.132.162.155','679',0),(4473,'2017-12-12 19:21:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(4474,'2017-12-12 19:42:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(4475,'2017-12-12 19:42:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(4476,'2017-12-12 19:47:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(4477,'2017-12-12 19:59:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(4478,'2017-12-12 20:19:56','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(4479,'2017-12-12 20:24:27','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(4480,'2017-12-12 20:24:36','imp','optin_8','7227261368','66.249.79.85','714',0),(4481,'2017-12-12 20:25:35','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4482,'2017-12-12 20:26:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4483,'2017-12-12 20:46:55','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(4484,'2017-12-12 20:48:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4485,'2017-12-12 22:07:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(4486,'2017-12-12 22:43:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(4487,'2017-12-12 22:52:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(4488,'2017-12-12 22:52:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(4489,'2017-12-12 22:54:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(4490,'2017-12-12 22:55:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4491,'2017-12-12 23:00:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4492,'2017-12-12 23:30:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4493,'2017-12-13 00:25:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4494,'2017-12-13 00:35:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(4495,'2017-12-13 00:43:10','imp','optin_5','mailchimp_7227261368','208.110.93.78','0',0),(4496,'2017-12-13 00:47:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(4497,'2017-12-13 00:49:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(4498,'2017-12-13 00:56:23','imp','optin_5','mailchimp_7227261368','207.46.13.105','0',0),(4499,'2017-12-13 02:43:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4500,'2017-12-13 02:43:49','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4501,'2017-12-13 03:03:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(4502,'2017-12-13 03:26:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4503,'2017-12-13 03:29:20','imp','optin_5','mailchimp_7227261368','185.100.222.127','0',0),(4504,'2017-12-13 03:46:34','imp','optin_5','mailchimp_7227261368','40.77.167.132','668',0),(4505,'2017-12-13 03:56:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4506,'2017-12-13 04:02:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4507,'2017-12-13 04:45:40','imp','optin_5','mailchimp_7227261368','217.182.132.70','570',0),(4508,'2017-12-13 04:56:09','imp','optin_5','mailchimp_7227261368','185.100.222.127','0',0),(4509,'2017-12-13 06:06:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(4510,'2017-12-13 06:18:01','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4511,'2017-12-13 06:56:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4512,'2017-12-13 07:21:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4513,'2017-12-13 07:32:11','imp','optin_5','mailchimp_7227261368','5.255.250.7','714',0),(4514,'2017-12-13 07:33:58','imp','optin_5','mailchimp_7227261368','51.255.65.83','0',0),(4515,'2017-12-13 08:51:13','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(4516,'2017-12-13 08:52:12','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4517,'2017-12-13 08:52:25','imp','optin_8','7227261368','66.249.79.85','-1',0),(4518,'2017-12-13 08:52:53','imp','optin_5','mailchimp_7227261368','2002:b964:de7f::b964:de7f','0',0),(4519,'2017-12-13 09:14:25','imp','optin_2','mailchimp_7227261368','49.195.104.230','92',0),(4520,'2017-12-13 09:14:30','imp','optin_5','mailchimp_7227261368','49.195.104.230','0',0),(4521,'2017-12-13 09:14:59','imp','optin_8','7227261368','49.195.104.230','-1',0),(4522,'2017-12-13 09:44:24','imp','optin_2','mailchimp_7227261368','2607:5300:60:9c06::','92',0),(4523,'2017-12-13 09:44:31','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4524,'2017-12-13 09:44:51','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4525,'2017-12-13 09:44:57','imp','optin_2','mailchimp_7227261368','2607:5300:60:9c06::','2',0),(4526,'2017-12-13 09:45:04','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4527,'2017-12-13 09:45:10','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','76',0),(4528,'2017-12-13 09:45:17','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4529,'2017-12-13 09:45:24','imp','optin_2','mailchimp_7227261368','2607:5300:60:9c06::','92',0),(4530,'2017-12-13 09:45:30','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4531,'2017-12-13 09:45:41','imp','optin_2','mailchimp_7227261368','2607:5300:60:9c06::','92',0),(4532,'2017-12-13 09:45:48','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4533,'2017-12-13 09:46:08','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4534,'2017-12-13 09:46:22','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4535,'2017-12-13 09:46:28','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4536,'2017-12-13 09:46:34','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4537,'2017-12-13 09:46:42','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4538,'2017-12-13 09:46:48','imp','optin_5','mailchimp_7227261368','2607:5300:60:9c06::','0',0),(4539,'2017-12-13 10:19:47','imp','optin_5','mailchimp_7227261368','185.100.222.127','0',0),(4540,'2017-12-13 10:56:41','imp','optin_5','mailchimp_7227261368','51.255.71.125','0',0),(4541,'2017-12-13 11:15:12','imp','optin_5','mailchimp_7227261368','49.195.176.171','0',0),(4542,'2017-12-13 11:27:41','imp','optin_5','mailchimp_7227261368','88.198.0.163','0',0),(4543,'2017-12-13 11:27:47','imp','optin_5','mailchimp_7227261368','88.198.0.163','0',0),(4544,'2017-12-13 13:14:02','imp','optin_5','mailchimp_7227261368','66.249.79.84','220',0),(4545,'2017-12-13 13:14:19','imp','optin_8','7227261368','66.249.79.39','220',0),(4546,'2017-12-13 13:33:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(4547,'2017-12-13 13:56:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4548,'2017-12-13 13:57:04','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(4549,'2017-12-13 14:56:18','imp','optin_2','mailchimp_7227261368','217.182.132.154','92',0),(4550,'2017-12-13 15:13:30','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4551,'2017-12-13 18:55:23','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(4552,'2017-12-13 18:55:52','imp','optin_5','mailchimp_7227261368','95.45.254.121','663',0),(4553,'2017-12-13 18:56:11','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(4554,'2017-12-13 18:56:27','imp','optin_5','mailchimp_7227261368','95.45.254.121','667',0),(4555,'2017-12-13 18:56:54','imp','optin_5','mailchimp_7227261368','95.45.254.121','666',0),(4556,'2017-12-13 19:31:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4557,'2017-12-13 21:32:42','imp','optin_5','mailchimp_7227261368','204.12.208.10','0',0),(4558,'2017-12-13 21:32:56','imp','optin_5','mailchimp_7227261368','204.12.208.10','0',0),(4559,'2017-12-13 23:14:29','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afdf:face:b00c:0:8000','92',0),(4560,'2017-12-13 23:14:38','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fcb:face:b00c:0:8000','92',0),(4561,'2017-12-13 23:14:47','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afdb:face:b00c:0:8000','92',0),(4562,'2017-12-13 23:28:08','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afd1:face:b00c:0:8000','92',0),(4563,'2017-12-13 23:28:17','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afd7:face:b00c:0:8000','92',0),(4564,'2017-12-13 23:28:28','imp','optin_2','mailchimp_7227261368','2a03:2880:21:2fea:face:b00c:0:8000','92',0),(4565,'2017-12-13 23:42:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4566,'2017-12-13 23:44:06','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(4567,'2017-12-14 02:25:30','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4568,'2017-12-14 03:42:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4569,'2017-12-14 05:23:08','imp','optin_5','mailchimp_7227261368','164.132.161.23','177',0),(4570,'2017-12-14 06:53:30','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4571,'2017-12-14 09:47:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4572,'2017-12-14 10:55:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(4573,'2017-12-14 11:04:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4574,'2017-12-14 11:19:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4575,'2017-12-14 11:24:36','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4576,'2017-12-14 11:28:38','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(4577,'2017-12-14 11:28:58','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4578,'2017-12-14 12:09:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(4579,'2017-12-14 12:36:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(4580,'2017-12-14 13:11:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4581,'2017-12-14 13:14:25','imp','optin_2','mailchimp_7227261368','2a02:16f8:1:8::18','92',0),(4582,'2017-12-14 13:14:25','imp','optin_2','mailchimp_7227261368','2a00:4ce0:4:102:3617:ebff:fee5:ef92','92',0),(4583,'2017-12-14 13:23:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4584,'2017-12-14 13:26:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(4585,'2017-12-14 13:32:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(4586,'2017-12-14 13:37:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(4587,'2017-12-14 13:37:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(4588,'2017-12-14 13:40:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(4589,'2017-12-14 13:49:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(4590,'2017-12-14 13:54:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(4591,'2017-12-14 14:09:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4592,'2017-12-14 14:10:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(4593,'2017-12-14 14:16:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4594,'2017-12-14 14:19:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(4595,'2017-12-14 14:20:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(4596,'2017-12-14 14:26:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4597,'2017-12-14 14:45:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(4598,'2017-12-14 14:53:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(4599,'2017-12-14 14:57:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(4600,'2017-12-14 15:17:54','imp','optin_5','mailchimp_7227261368','207.46.13.26','0',0),(4601,'2017-12-14 15:41:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(4602,'2017-12-14 15:43:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(4603,'2017-12-14 15:44:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(4604,'2017-12-14 16:00:27','imp','optin_5','mailchimp_7227261368','157.55.39.95','0',0),(4605,'2017-12-14 16:08:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4606,'2017-12-14 16:17:32','imp','optin_5','mailchimp_7227261368','207.46.13.21','602',0),(4607,'2017-12-14 18:13:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(4608,'2017-12-14 18:16:50','imp','optin_5','mailchimp_7227261368','66.249.79.89','76',0),(4609,'2017-12-14 18:18:05','imp','optin_8','7227261368','66.249.79.85','76',0),(4610,'2017-12-14 18:52:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4611,'2017-12-14 19:09:36','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4612,'2017-12-14 19:59:55','imp','optin_5','mailchimp_7227261368','207.46.13.91','0',0),(4613,'2017-12-14 20:16:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(4614,'2017-12-14 20:47:53','imp','optin_5','mailchimp_7227261368','40.77.167.149','0',0),(4615,'2017-12-14 21:03:15','imp','optin_5','mailchimp_7227261368','155.94.178.182','0',0),(4616,'2017-12-14 21:17:08','imp','optin_2','mailchimp_7227261368','34.242.215.113','92',0),(4617,'2017-12-14 21:34:35','imp','optin_5','mailchimp_7227261368','40.77.167.51','575',0),(4618,'2017-12-14 21:34:49','imp','optin_2','mailchimp_7227261368','54.69.180.23','92',0),(4619,'2017-12-14 21:58:16','imp','optin_5','mailchimp_7227261368','40.77.167.28','0',0),(4620,'2017-12-14 23:18:15','imp','optin_5','mailchimp_7227261368','207.46.13.66','0',0),(4621,'2017-12-14 23:32:47','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4622,'2017-12-15 00:08:29','imp','optin_5','mailchimp_7227261368','207.46.13.158','679',0),(4623,'2017-12-15 00:15:21','imp','optin_5','mailchimp_7227261368','164.132.161.96','173',0),(4624,'2017-12-15 01:12:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4625,'2017-12-15 01:42:22','imp','optin_2','mailchimp_7227261368','64.246.187.42','92',0),(4626,'2017-12-15 02:02:07','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(4627,'2017-12-15 02:50:49','imp','optin_5','mailchimp_7227261368','40.77.167.25','714',0),(4628,'2017-12-15 02:55:22','imp','optin_5','mailchimp_7227261368','40.77.167.50','0',0),(4629,'2017-12-15 03:05:02','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(4630,'2017-12-15 04:00:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4631,'2017-12-15 04:47:56','imp','optin_5','mailchimp_7227261368','51.255.65.90','714',0),(4632,'2017-12-15 06:18:29','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4633,'2017-12-15 06:57:38','imp','optin_5','mailchimp_7227261368','157.55.39.196','593',0),(4634,'2017-12-15 08:09:14','imp','optin_2','mailchimp_7227261368','164.132.162.156','92',0),(4635,'2017-12-15 08:47:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(4636,'2017-12-15 08:49:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4637,'2017-12-15 08:49:19','imp','optin_5','mailchimp_7227261368','40.77.167.125','0',0),(4638,'2017-12-15 09:20:41','imp','optin_5','mailchimp_7227261368','40.77.167.62','0',0),(4639,'2017-12-15 09:24:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(4640,'2017-12-15 09:30:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4641,'2017-12-15 09:43:21','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(4642,'2017-12-15 10:14:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(4643,'2017-12-15 10:16:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4644,'2017-12-15 10:19:38','imp','optin_5','mailchimp_7227261368','40.77.167.121','220',0),(4645,'2017-12-15 10:27:11','imp','optin_2','mailchimp_7227261368','207.46.13.8','92',0),(4646,'2017-12-15 11:39:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4647,'2017-12-15 11:42:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4648,'2017-12-15 11:55:02','imp','optin_5','mailchimp_7227261368','40.77.167.8','0',0),(4649,'2017-12-15 12:00:21','imp','optin_5','mailchimp_7227261368','157.55.39.159','600',0),(4650,'2017-12-15 12:07:25','imp','optin_5','mailchimp_7227261368','207.46.13.106','0',0),(4651,'2017-12-15 12:13:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4652,'2017-12-15 12:17:23','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4653,'2017-12-15 12:17:29','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4654,'2017-12-15 12:19:10','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4655,'2017-12-15 12:59:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4656,'2017-12-15 13:02:11','imp','optin_5','mailchimp_7227261368','66.249.79.85','411',0),(4657,'2017-12-15 13:02:43','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4658,'2017-12-15 13:02:58','imp','optin_8','7227261368','66.249.79.85','411',0),(4659,'2017-12-15 13:03:32','imp','optin_2','mailchimp_7227261368','144.76.14.48','92',0),(4660,'2017-12-15 13:18:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4661,'2017-12-15 13:19:49','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(4662,'2017-12-15 13:19:56','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4663,'2017-12-15 13:20:20','imp','optin_8','7227261368','14.200.97.161','-1',0),(4664,'2017-12-15 13:20:55','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(4665,'2017-12-15 13:20:59','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4666,'2017-12-15 13:21:59','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4667,'2017-12-15 13:24:10','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4668,'2017-12-15 13:25:12','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4669,'2017-12-15 13:25:16','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(4670,'2017-12-15 13:43:32','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(4671,'2017-12-15 13:43:37','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4672,'2017-12-15 13:43:38','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4673,'2017-12-15 14:00:35','imp','optin_5','mailchimp_7227261368','144.76.22.21','667',0),(4674,'2017-12-15 14:00:40','imp','optin_5','mailchimp_7227261368','144.76.22.21','76',0),(4675,'2017-12-15 14:00:46','imp','optin_5','mailchimp_7227261368','144.76.22.21','665',0),(4676,'2017-12-15 14:00:53','imp','optin_2','mailchimp_7227261368','144.76.22.21','2',0),(4677,'2017-12-15 14:01:07','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4678,'2017-12-15 14:01:21','imp','optin_5','mailchimp_7227261368','144.76.22.21','663',0),(4679,'2017-12-15 14:01:31','imp','optin_5','mailchimp_7227261368','144.76.22.21','714',0),(4680,'2017-12-15 14:01:48','imp','optin_5','mailchimp_7227261368','144.76.22.21','598',0),(4681,'2017-12-15 14:01:57','imp','optin_5','mailchimp_7227261368','144.76.22.21','411',0),(4682,'2017-12-15 14:02:06','imp','optin_5','mailchimp_7227261368','144.76.22.21','666',0),(4683,'2017-12-15 14:02:35','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4684,'2017-12-15 14:02:43','imp','optin_5','mailchimp_7227261368','144.76.22.21','664',0),(4685,'2017-12-15 14:03:17','imp','optin_5','mailchimp_7227261368','144.76.22.21','591',0),(4686,'2017-12-15 14:03:26','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4687,'2017-12-15 14:03:35','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4688,'2017-12-15 14:03:41','imp','optin_5','mailchimp_7227261368','144.76.22.21','673',0),(4689,'2017-12-15 14:03:46','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4690,'2017-12-15 14:03:56','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4691,'2017-12-15 14:04:13','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4692,'2017-12-15 14:04:39','imp','optin_5','mailchimp_7227261368','144.76.22.21','570',0),(4693,'2017-12-15 14:04:41','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(4694,'2017-12-15 14:04:46','imp','optin_5','mailchimp_7227261368','144.76.22.21','599',0),(4695,'2017-12-15 14:05:12','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4696,'2017-12-15 14:05:29','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4697,'2017-12-15 14:05:31','imp','optin_5','mailchimp_7227261368','144.76.22.21','678',0),(4698,'2017-12-15 14:05:39','imp','optin_5','mailchimp_7227261368','144.76.22.21','597',0),(4699,'2017-12-15 14:05:47','imp','optin_8','7227261368','66.249.79.85','-1',0),(4700,'2017-12-15 14:06:21','imp','optin_5','mailchimp_7227261368','144.76.22.21','602',0),(4701,'2017-12-15 14:06:27','imp','optin_5','mailchimp_7227261368','144.76.22.21','577',0),(4702,'2017-12-15 14:06:33','imp','optin_5','mailchimp_7227261368','144.76.22.21','573',0),(4703,'2017-12-15 14:06:43','imp','optin_5','mailchimp_7227261368','144.76.22.21','595',0),(4704,'2017-12-15 14:06:48','imp','optin_5','mailchimp_7227261368','144.76.22.21','592',0),(4705,'2017-12-15 14:07:12','imp','optin_5','mailchimp_7227261368','144.76.22.21','682',0),(4706,'2017-12-15 14:07:18','imp','optin_5','mailchimp_7227261368','144.76.22.21','575',0),(4707,'2017-12-15 14:07:25','imp','optin_5','mailchimp_7227261368','144.76.22.21','679',0),(4708,'2017-12-15 14:07:31','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4709,'2017-12-15 14:07:37','imp','optin_5','mailchimp_7227261368','144.76.22.21','0',0),(4710,'2017-12-15 14:07:54','imp','optin_5','mailchimp_7227261368','144.76.22.21','593',0),(4711,'2017-12-15 14:16:58','imp','optin_5','mailchimp_7227261368','144.76.22.7','663',0),(4712,'2017-12-15 14:17:04','imp','optin_5','mailchimp_7227261368','144.76.22.7','0',0),(4713,'2017-12-15 14:17:20','imp','optin_5','mailchimp_7227261368','144.76.22.13','714',0),(4714,'2017-12-15 14:17:26','imp','optin_5','mailchimp_7227261368','144.76.22.7','411',0),(4715,'2017-12-15 14:17:36','imp','optin_5','mailchimp_7227261368','144.76.22.7','667',0),(4716,'2017-12-15 14:17:48','imp','optin_5','mailchimp_7227261368','144.76.22.7','666',0),(4717,'2017-12-15 14:17:58','imp','optin_5','mailchimp_7227261368','144.76.22.7','664',0),(4718,'2017-12-15 14:18:11','imp','optin_5','mailchimp_7227261368','144.76.22.7','598',0),(4719,'2017-12-15 14:18:23','imp','optin_5','mailchimp_7227261368','144.76.22.7','665',0),(4720,'2017-12-15 14:19:01','imp','optin_5','mailchimp_7227261368','144.76.22.12','592',0),(4721,'2017-12-15 14:19:15','imp','optin_5','mailchimp_7227261368','144.76.22.12','577',0),(4722,'2017-12-15 14:19:26','imp','optin_5','mailchimp_7227261368','144.76.22.12','591',0),(4723,'2017-12-15 14:19:35','imp','optin_5','mailchimp_7227261368','144.76.22.12','595',0),(4724,'2017-12-15 14:19:45','imp','optin_5','mailchimp_7227261368','144.76.22.12','679',0),(4725,'2017-12-15 14:19:56','imp','optin_5','mailchimp_7227261368','144.76.22.12','597',0),(4726,'2017-12-15 14:20:09','imp','optin_5','mailchimp_7227261368','144.76.22.12','573',0),(4727,'2017-12-15 14:20:19','imp','optin_5','mailchimp_7227261368','144.76.22.12','575',0),(4728,'2017-12-15 14:20:27','imp','optin_5','mailchimp_7227261368','144.76.22.12','682',0),(4729,'2017-12-15 14:20:37','imp','optin_5','mailchimp_7227261368','144.76.22.12','570',0),(4730,'2017-12-15 14:42:30','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(4731,'2017-12-15 15:22:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(4732,'2017-12-15 15:48:47','imp','optin_5','mailchimp_7227261368','5.255.250.124','0',0),(4733,'2017-12-15 16:21:36','imp','optin_5','mailchimp_7227261368','5.255.250.124','0',0),(4734,'2017-12-15 16:31:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(4735,'2017-12-15 16:41:11','imp','optin_5','mailchimp_7227261368','54.85.182.120','207',0),(4736,'2017-12-15 16:41:13','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4737,'2017-12-15 16:41:13','imp','optin_5','mailchimp_7227261368','54.85.182.120','835',0),(4738,'2017-12-15 17:06:46','imp','optin_5','mailchimp_7227261368','141.8.143.189','592',0),(4739,'2017-12-15 17:08:11','imp','optin_2','mailchimp_7227261368','93.158.161.121','2',0),(4740,'2017-12-15 17:08:36','imp','optin_2','mailchimp_7227261368','46.4.0.246','92',0),(4741,'2017-12-15 17:10:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4742,'2017-12-15 17:21:34','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4743,'2017-12-15 17:31:52','imp','optin_5','mailchimp_7227261368','207.46.13.106','0',0),(4744,'2017-12-15 17:36:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(4745,'2017-12-15 18:08:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(4746,'2017-12-15 19:01:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4747,'2017-12-15 19:02:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(4748,'2017-12-15 19:16:58','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4749,'2017-12-15 19:17:15','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4750,'2017-12-15 19:17:19','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4751,'2017-12-15 19:17:22','imp','optin_5','mailchimp_7227261368','112.133.251.1','835',0),(4752,'2017-12-15 19:17:26','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4753,'2017-12-15 19:17:40','imp','optin_8','7227261368','112.133.251.1','0',0),(4754,'2017-12-15 19:17:54','imp','optin_8','7227261368','112.133.251.1','835',0),(4755,'2017-12-15 19:22:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(4756,'2017-12-15 19:23:24','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4757,'2017-12-15 19:23:28','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4758,'2017-12-15 19:23:32','imp','optin_5','mailchimp_7227261368','112.133.251.1','835',0),(4759,'2017-12-15 19:23:36','imp','optin_5','mailchimp_7227261368','112.133.251.1','0',0),(4760,'2017-12-15 19:42:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(4761,'2017-12-15 19:45:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4762,'2017-12-15 19:46:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(4763,'2017-12-15 20:21:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4764,'2017-12-15 20:34:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4765,'2017-12-15 21:08:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4766,'2017-12-15 21:11:42','imp','optin_5','mailchimp_7227261368','79.112.91.175','0',0),(4767,'2017-12-15 21:11:54','imp','optin_5','mailchimp_7227261368','79.112.91.175','0',0),(4768,'2017-12-15 21:14:06','imp','optin_2','mailchimp_7227261368','66.249.83.24','92',0),(4769,'2017-12-15 21:14:17','imp','optin_2','mailchimp_7227261368','66.249.88.84','92',0),(4770,'2017-12-15 21:14:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(4771,'2017-12-15 21:16:37','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(4772,'2017-12-15 21:16:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4773,'2017-12-15 21:16:40','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(4774,'2017-12-15 21:16:48','imp','optin_8','7227261368','66.249.79.85','-1',0),(4775,'2017-12-15 21:17:18','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(4776,'2017-12-15 21:17:44','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(4777,'2017-12-15 21:17:48','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(4778,'2017-12-15 21:17:49','imp','optin_2','mailchimp_7227261368','66.102.6.134','92',0),(4779,'2017-12-15 21:17:54','imp','optin_5','mailchimp_7227261368','66.249.79.136','0',0),(4780,'2017-12-15 21:18:03','imp','optin_5','mailchimp_7227261368','66.249.79.85','76',0),(4781,'2017-12-15 21:18:10','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4782,'2017-12-15 21:18:14','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(4783,'2017-12-15 21:18:20','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(4784,'2017-12-15 21:18:35','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(4785,'2017-12-15 21:19:04','imp','optin_2','mailchimp_7227261368','66.249.83.22','92',0),(4786,'2017-12-15 21:19:05','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(4787,'2017-12-15 21:19:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','411',0),(4788,'2017-12-15 21:19:39','imp','optin_8','7227261368','66.249.79.85','714',0),(4789,'2017-12-15 21:19:55','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(4790,'2017-12-15 21:20:08','imp','optin_5','mailchimp_7227261368','66.249.79.136','0',0),(4791,'2017-12-15 21:20:20','imp','optin_8','7227261368','66.249.79.87','0',0),(4792,'2017-12-15 21:21:29','imp','optin_8','7227261368','66.249.79.85','714',0),(4793,'2017-12-15 21:23:10','imp','optin_2','mailchimp_7227261368','66.249.83.24','92',0),(4794,'2017-12-15 21:23:41','imp','optin_2','mailchimp_7227261368','66.249.83.24','92',0),(4795,'2017-12-15 21:28:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4796,'2017-12-15 22:05:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4797,'2017-12-15 22:06:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4798,'2017-12-15 22:08:14','imp','optin_8','7227261368','66.249.79.85','0',0),(4799,'2017-12-15 22:09:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4800,'2017-12-15 22:30:59','imp','optin_5','mailchimp_7227261368','34.211.126.81','0',0),(4801,'2017-12-15 22:41:57','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4802,'2017-12-15 22:45:14','imp','optin_5','mailchimp_7227261368','40.77.167.68','0',0),(4803,'2017-12-15 23:10:26','imp','optin_2','mailchimp_7227261368','216.144.232.82','92',0),(4804,'2017-12-15 23:38:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4805,'2017-12-15 23:39:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4806,'2017-12-15 23:46:03','imp','optin_5','mailchimp_7227261368','217.182.132.156','667',0),(4807,'2017-12-15 23:52:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4808,'2017-12-16 00:09:39','imp','optin_5','mailchimp_7227261368','51.255.71.129','601',0),(4809,'2017-12-16 00:13:51','imp','optin_5','mailchimp_7227261368','93.255.151.40','714',0),(4810,'2017-12-16 00:14:00','imp','optin_5','mailchimp_7227261368','93.255.151.40','0',0),(4811,'2017-12-16 00:14:03','imp','optin_7','mailchimp_7227261368','93.255.151.40','714',0),(4812,'2017-12-16 00:14:13','imp','optin_8','7227261368','93.255.151.40','714',0),(4813,'2017-12-16 00:14:13','imp','optin_5','mailchimp_7227261368','93.255.151.40','0',0),(4814,'2017-12-16 00:14:23','imp','optin_8','7227261368','93.255.151.40','714',0),(4815,'2017-12-16 00:27:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4816,'2017-12-16 01:01:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(4817,'2017-12-16 01:04:30','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(4818,'2017-12-16 01:04:47','imp','optin_5','mailchimp_7227261368','54.85.182.120','843',0),(4819,'2017-12-16 01:06:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4820,'2017-12-16 01:09:05','imp','optin_5','mailchimp_7227261368','213.136.69.189','714',0),(4821,'2017-12-16 01:09:27','imp','optin_5','mailchimp_7227261368','213.136.69.189','0',0),(4822,'2017-12-16 01:10:29','imp','optin_5','mailchimp_7227261368','213.136.69.189','0',0),(4823,'2017-12-16 01:37:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4824,'2017-12-16 01:48:02','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4825,'2017-12-16 03:57:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4826,'2017-12-16 03:57:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4827,'2017-12-16 03:57:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(4828,'2017-12-16 04:15:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4829,'2017-12-16 04:23:01','imp','optin_5','mailchimp_7227261368','88.198.54.49','0',0),(4830,'2017-12-16 04:23:08','imp','optin_5','mailchimp_7227261368','88.198.54.49','0',0),(4831,'2017-12-16 04:23:13','imp','optin_5','mailchimp_7227261368','88.198.54.49','0',0),(4832,'2017-12-16 04:23:18','imp','optin_5','mailchimp_7227261368','88.198.54.49','0',0),(4833,'2017-12-16 05:42:24','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4834,'2017-12-16 06:13:04','imp','optin_5','mailchimp_7227261368','157.55.39.220','0',0),(4835,'2017-12-16 06:24:55','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4836,'2017-12-16 06:52:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4837,'2017-12-16 06:52:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4838,'2017-12-16 07:03:15','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4839,'2017-12-16 07:46:19','imp','optin_5','mailchimp_7227261368','217.182.132.82','0',0),(4840,'2017-12-16 08:01:22','imp','optin_5','mailchimp_7227261368','51.255.71.115','597',0),(4841,'2017-12-16 08:12:00','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(4842,'2017-12-16 08:12:17','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(4843,'2017-12-16 08:12:26','imp','optin_8','7227261368','109.185.254.215','0',0),(4844,'2017-12-16 08:12:31','imp','optin_5','mailchimp_7227261368','109.185.254.215','843',0),(4845,'2017-12-16 08:12:37','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(4846,'2017-12-16 08:12:43','imp','optin_8','7227261368','109.185.254.215','0',0),(4847,'2017-12-16 08:12:47','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(4848,'2017-12-16 08:46:07','imp','optin_5','mailchimp_7227261368','157.55.39.220','0',0),(4849,'2017-12-16 10:19:54','imp','optin_5','mailchimp_7227261368','157.55.39.248','207',0),(4850,'2017-12-16 11:54:57','imp','optin_5','mailchimp_7227261368','157.55.39.105','0',0),(4851,'2017-12-16 12:19:19','imp','optin_5','mailchimp_7227261368','5.9.106.230','714',0),(4852,'2017-12-16 12:19:35','imp','optin_5','mailchimp_7227261368','5.9.106.230','0',0),(4853,'2017-12-16 12:19:41','imp','optin_5','mailchimp_7227261368','5.9.106.230','835',0),(4854,'2017-12-16 12:19:46','imp','optin_5','mailchimp_7227261368','5.9.106.230','843',0),(4855,'2017-12-16 12:21:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4856,'2017-12-16 12:21:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4857,'2017-12-16 12:21:26','imp','optin_5','mailchimp_7227261368','5.255.250.7','843',0),(4858,'2017-12-16 13:24:20','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4859,'2017-12-16 13:51:00','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(4860,'2017-12-16 13:51:09','imp','optin_5','mailchimp_7227261368','5.9.106.230','714',0),(4861,'2017-12-16 13:51:20','imp','optin_5','mailchimp_7227261368','5.9.106.230','835',0),(4862,'2017-12-16 13:51:30','imp','optin_5','mailchimp_7227261368','5.9.106.230','843',0),(4863,'2017-12-16 13:54:03','imp','optin_2','mailchimp_7227261368','54.226.212.172','92',0),(4864,'2017-12-16 13:54:23','imp','optin_2','mailchimp_7227261368','54.226.212.172','92',0),(4865,'2017-12-16 13:57:56','imp','optin_5','mailchimp_7227261368','40.77.167.190','76',0),(4866,'2017-12-16 14:03:55','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(4867,'2017-12-16 14:04:47','imp','optin_8','7227261368','66.249.79.35','-1',0),(4868,'2017-12-16 14:05:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(4869,'2017-12-16 14:06:44','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(4870,'2017-12-16 14:06:58','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(4871,'2017-12-16 14:07:09','imp','optin_8','7227261368','66.249.79.63','0',0),(4872,'2017-12-16 15:32:23','imp','optin_2','mailchimp_7227261368','54.234.249.9','92',0),(4873,'2017-12-16 16:07:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4874,'2017-12-16 16:11:52','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(4875,'2017-12-16 16:29:05','imp','optin_2','mailchimp_7227261368','185.53.44.202','92',0),(4876,'2017-12-16 16:58:26','imp','optin_5','mailchimp_7227261368','157.55.39.105','0',0),(4877,'2017-12-16 17:00:05','imp','optin_2','mailchimp_7227261368','144.76.22.80','92',0),(4878,'2017-12-16 17:00:15','imp','optin_5','mailchimp_7227261368','144.76.22.80','0',0),(4879,'2017-12-16 17:00:22','imp','optin_5','mailchimp_7227261368','144.76.22.80','667',0),(4880,'2017-12-16 17:00:32','imp','optin_5','mailchimp_7227261368','144.76.22.80','76',0),(4881,'2017-12-16 17:00:40','imp','optin_5','mailchimp_7227261368','144.76.22.80','665',0),(4882,'2017-12-16 17:00:51','imp','optin_2','mailchimp_7227261368','144.76.22.80','2',0),(4883,'2017-12-16 17:01:08','imp','optin_5','mailchimp_7227261368','144.76.22.80','0',0),(4884,'2017-12-16 17:01:27','imp','optin_5','mailchimp_7227261368','144.76.22.80','0',0),(4885,'2017-12-16 17:01:39','imp','optin_5','mailchimp_7227261368','144.76.22.80','663',0),(4886,'2017-12-16 17:01:53','imp','optin_5','mailchimp_7227261368','144.76.22.80','598',0),(4887,'2017-12-16 17:02:05','imp','optin_5','mailchimp_7227261368','144.76.22.80','411',0),(4888,'2017-12-16 17:02:16','imp','optin_5','mailchimp_7227261368','144.76.22.80','666',0),(4889,'2017-12-16 17:02:44','imp','optin_5','mailchimp_7227261368','144.76.22.80','664',0),(4890,'2017-12-16 17:49:32','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4891,'2017-12-16 17:49:36','imp','optin_5','mailchimp_7227261368','141.8.143.189','835',0),(4892,'2017-12-16 17:55:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4893,'2017-12-16 17:56:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(4894,'2017-12-16 17:58:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4895,'2017-12-16 18:00:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4896,'2017-12-16 18:18:02','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(4897,'2017-12-16 18:21:23','imp','optin_5','mailchimp_7227261368','217.182.132.240','0',0),(4898,'2017-12-16 18:26:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4899,'2017-12-16 18:40:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(4900,'2017-12-16 18:45:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(4901,'2017-12-16 18:49:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(4902,'2017-12-16 19:10:28','imp','optin_5','mailchimp_7227261368','5.255.250.7','575',0),(4903,'2017-12-16 19:18:18','imp','optin_5','mailchimp_7227261368','91.121.2.59','0',0),(4904,'2017-12-16 19:30:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(4905,'2017-12-16 19:55:03','imp','optin_5','mailchimp_7227261368','141.8.143.189','678',0),(4906,'2017-12-16 20:07:22','imp','optin_5','mailchimp_7227261368','93.158.161.105','570',0),(4907,'2017-12-16 20:26:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(4908,'2017-12-16 20:28:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(4909,'2017-12-16 20:29:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4910,'2017-12-16 20:35:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(4911,'2017-12-16 21:08:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4912,'2017-12-16 21:21:03','imp','optin_2','mailchimp_7227261368','14.141.107.206','92',0),(4913,'2017-12-16 21:21:08','imp','optin_2','mailchimp_7227261368','14.141.107.206','92',0),(4914,'2017-12-16 21:55:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(4915,'2017-12-16 21:57:36','imp','optin_5','mailchimp_7227261368','1.136.109.138','678',0),(4916,'2017-12-16 21:57:44','imp','optin_5','mailchimp_7227261368','1.136.109.138','0',0),(4917,'2017-12-16 21:58:08','imp','optin_8','7227261368','1.136.109.138','678',0),(4918,'2017-12-16 21:58:43','imp','optin_5','mailchimp_7227261368','1.136.109.138','668',0),(4919,'2017-12-16 21:58:47','imp','optin_5','mailchimp_7227261368','1.136.109.138','0',0),(4920,'2017-12-16 21:59:53','imp','optin_5','mailchimp_7227261368','1.136.109.138','570',0),(4921,'2017-12-16 21:59:57','imp','optin_5','mailchimp_7227261368','1.136.109.138','0',0),(4922,'2017-12-16 22:05:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(4923,'2017-12-16 22:51:11','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4924,'2017-12-16 22:59:13','imp','optin_5','mailchimp_7227261368','164.132.161.91','0',0),(4925,'2017-12-16 23:04:31','imp','optin_2','mailchimp_7227261368','139.59.42.246','92',0),(4926,'2017-12-16 23:05:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4927,'2017-12-16 23:33:45','imp','optin_5','mailchimp_7227261368','217.182.132.63','666',0),(4928,'2017-12-16 23:50:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(4929,'2017-12-17 00:00:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4930,'2017-12-17 00:04:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4931,'2017-12-17 00:04:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(4932,'2017-12-17 00:21:23','imp','optin_2','mailchimp_7227261368','162.210.196.130','92',0),(4933,'2017-12-17 00:37:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(4934,'2017-12-17 01:16:04','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(4935,'2017-12-17 01:44:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(4936,'2017-12-17 01:54:14','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(4937,'2017-12-17 01:54:27','imp','optin_8','7227261368','66.249.79.35','-1',0),(4938,'2017-12-17 02:13:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4939,'2017-12-17 02:44:55','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4940,'2017-12-17 02:53:46','imp','optin_5','mailchimp_7227261368','157.55.39.111','0',0),(4941,'2017-12-17 03:05:38','imp','optin_5','mailchimp_7227261368','5.255.250.7','835',0),(4942,'2017-12-17 03:20:58','imp','optin_5','mailchimp_7227261368','207.46.13.98','591',0),(4943,'2017-12-17 03:23:37','imp','optin_5','mailchimp_7227261368','157.55.39.233','0',0),(4944,'2017-12-17 05:02:09','imp','optin_5','mailchimp_7227261368','141.8.143.170','593',0),(4945,'2017-12-17 05:12:49','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(4946,'2017-12-17 05:31:58','imp','optin_5','mailchimp_7227261368','141.8.143.130','665',0),(4947,'2017-12-17 05:38:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(4948,'2017-12-17 05:40:38','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(4949,'2017-12-17 05:46:45','imp','optin_5','mailchimp_7227261368','164.132.161.63','577',0),(4950,'2017-12-17 05:50:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4951,'2017-12-17 05:53:35','imp','optin_5','mailchimp_7227261368','141.8.143.142','0',0),(4952,'2017-12-17 06:06:09','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(4953,'2017-12-17 06:06:13','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(4954,'2017-12-17 06:17:59','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(4955,'2017-12-17 06:21:30','imp','optin_5','mailchimp_7227261368','40.77.167.195','0',0),(4956,'2017-12-17 06:52:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4957,'2017-12-17 07:22:20','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4958,'2017-12-17 07:25:14','imp','optin_5','mailchimp_7227261368','5.255.250.7','577',0),(4959,'2017-12-17 07:38:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(4960,'2017-12-17 07:57:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4961,'2017-12-17 07:58:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(4962,'2017-12-17 08:01:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4963,'2017-12-17 08:09:12','imp','optin_2','mailchimp_7227261368','40.77.167.13','92',0),(4964,'2017-12-17 08:14:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(4965,'2017-12-17 08:14:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4966,'2017-12-17 08:22:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4967,'2017-12-17 08:26:11','imp','optin_5','mailchimp_7227261368','100.43.90.101','673',0),(4968,'2017-12-17 08:31:14','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(4969,'2017-12-17 08:31:17','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(4970,'2017-12-17 08:54:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4971,'2017-12-17 09:24:41','imp','optin_5','mailchimp_7227261368','65.55.210.100','0',0),(4972,'2017-12-17 09:55:29','imp','optin_5','mailchimp_7227261368','84.201.133.17','76',0),(4973,'2017-12-17 09:59:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','667',0),(4974,'2017-12-17 10:03:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(4975,'2017-12-17 10:05:37','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(4976,'2017-12-17 10:05:50','imp','optin_8','7227261368','66.249.79.35','0',0),(4977,'2017-12-17 10:06:07','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(4978,'2017-12-17 10:06:39','imp','optin_2','mailchimp_7227261368','66.249.79.63','2',0),(4979,'2017-12-17 10:07:18','imp','optin_8','7227261368','66.249.79.39','2',0),(4980,'2017-12-17 10:29:09','imp','optin_5','mailchimp_7227261368','141.8.143.147','599',0),(4981,'2017-12-17 10:40:59','imp','optin_5','mailchimp_7227261368','100.43.85.190','597',0),(4982,'2017-12-17 10:51:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','177',0),(4983,'2017-12-17 11:06:46','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(4984,'2017-12-17 11:07:01','imp','optin_8','7227261368','66.249.79.63','-1',0),(4985,'2017-12-17 11:25:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(4986,'2017-12-17 11:27:06','imp','optin_5','mailchimp_7227261368','207.46.13.160','0',0),(4987,'2017-12-17 11:45:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4988,'2017-12-17 11:45:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(4989,'2017-12-17 11:45:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4990,'2017-12-17 11:48:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(4991,'2017-12-17 12:06:21','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(4992,'2017-12-17 12:06:31','imp','optin_8','7227261368','66.249.79.63','0',0),(4993,'2017-12-17 12:06:48','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(4994,'2017-12-17 12:08:10','imp','optin_8','7227261368','66.249.79.63','0',0),(4995,'2017-12-17 14:24:18','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(4996,'2017-12-17 14:24:21','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(4997,'2017-12-17 14:24:25','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(4998,'2017-12-17 14:24:28','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(4999,'2017-12-17 14:24:31','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(5000,'2017-12-17 14:24:34','imp','optin_5','mailchimp_7227261368','2002:add0:ec7a::add0:ec7a','0',0),(5001,'2017-12-17 14:39:51','imp','optin_5','mailchimp_7227261368','51.255.65.71','600',0),(5002,'2017-12-17 15:04:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5003,'2017-12-17 15:04:14','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5004,'2017-12-17 15:59:10','imp','optin_5','mailchimp_7227261368','66.249.79.86','0',0),(5005,'2017-12-17 16:04:03','imp','optin_2','mailchimp_7227261368','40.77.167.51','92',0),(5006,'2017-12-17 16:29:24','imp','optin_5','mailchimp_7227261368','207.46.13.39','570',0),(5007,'2017-12-17 16:33:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5008,'2017-12-17 17:25:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5009,'2017-12-17 18:27:11','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(5010,'2017-12-17 19:16:50','imp','optin_2','mailchimp_7227261368','117.253.48.233','92',0),(5011,'2017-12-17 19:36:42','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5012,'2017-12-17 19:37:30','imp','optin_5','mailchimp_7227261368','207.46.13.3','0',0),(5013,'2017-12-17 20:07:36','imp','optin_5','mailchimp_7227261368','40.77.167.165','843',0),(5014,'2017-12-17 20:09:26','imp','optin_5','mailchimp_7227261368','66.249.79.35','665',0),(5015,'2017-12-17 20:09:32','imp','optin_8','7227261368','66.249.79.63','665',0),(5016,'2017-12-17 20:20:49','imp','optin_8','7227261368','66.249.79.63','125',0),(5017,'2017-12-17 20:36:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5018,'2017-12-17 21:09:26','imp','optin_5','mailchimp_7227261368','131.253.27.6','0',0),(5019,'2017-12-17 21:09:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5020,'2017-12-17 21:11:33','imp','optin_2','mailchimp_7227261368','144.76.14.17','92',0),(5021,'2017-12-17 21:13:35','imp','optin_5','mailchimp_7227261368','54.188.215.160','0',0),(5022,'2017-12-17 21:13:40','imp','optin_5','mailchimp_7227261368','54.188.215.160','0',0),(5023,'2017-12-17 22:07:48','imp','optin_5','mailchimp_7227261368','51.255.65.96','664',0),(5024,'2017-12-17 23:28:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','843',0),(5025,'2017-12-17 23:29:37','imp','optin_8','7227261368','66.249.79.35','843',0),(5026,'2017-12-17 23:52:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5027,'2017-12-17 23:59:22','imp','optin_2','mailchimp_7227261368','157.55.39.138','92',0),(5028,'2017-12-18 00:03:53','imp','optin_5','mailchimp_7227261368','54.90.248.165','0',0),(5029,'2017-12-18 00:50:01','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5030,'2017-12-18 01:37:04','imp','optin_2','mailchimp_7227261368','162.210.196.100','92',0),(5031,'2017-12-18 01:44:00','imp','optin_5','mailchimp_7227261368','157.55.39.200','173',0),(5032,'2017-12-18 03:13:02','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5033,'2017-12-18 04:15:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5034,'2017-12-18 05:01:19','imp','optin_5','mailchimp_7227261368','103.67.235.57','0',0),(5035,'2017-12-18 05:17:45','imp','optin_5','mailchimp_7227261368','51.255.65.67','0',0),(5036,'2017-12-18 05:19:26','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5037,'2017-12-18 06:54:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5038,'2017-12-18 07:24:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(5039,'2017-12-18 08:40:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5040,'2017-12-18 09:27:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(5041,'2017-12-18 09:39:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5042,'2017-12-18 09:56:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(5043,'2017-12-18 10:08:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(5044,'2017-12-18 10:16:06','imp','optin_5','mailchimp_7227261368','164.132.161.95','598',0),(5045,'2017-12-18 10:33:42','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5046,'2017-12-18 10:40:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5047,'2017-12-18 11:43:07','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5048,'2017-12-18 11:43:21','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5049,'2017-12-18 11:43:43','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5050,'2017-12-18 11:43:50','imp','optin_8','7227261368','66.249.79.63','-1',0),(5051,'2017-12-18 11:44:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5052,'2017-12-18 11:44:30','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(5053,'2017-12-18 11:44:53','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(5054,'2017-12-18 11:45:00','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(5055,'2017-12-18 11:45:08','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(5056,'2017-12-18 11:45:39','imp','optin_8','7227261368','66.249.79.63','0',0),(5057,'2017-12-18 12:36:06','imp','optin_5','mailchimp_7227261368','54.173.35.129','0',0),(5058,'2017-12-18 12:38:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5059,'2017-12-18 12:40:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5060,'2017-12-18 12:41:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(5061,'2017-12-18 12:46:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(5062,'2017-12-18 12:48:46','imp','optin_5','mailchimp_7227261368','164.132.161.12','602',0),(5063,'2017-12-18 13:22:51','imp','optin_2','mailchimp_7227261368','162.210.196.100','92',0),(5064,'2017-12-18 13:30:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(5065,'2017-12-18 13:38:26','imp','optin_5','mailchimp_7227261368','207.46.13.38','76',0),(5066,'2017-12-18 13:39:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5067,'2017-12-18 13:41:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5068,'2017-12-18 13:51:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(5069,'2017-12-18 14:10:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5070,'2017-12-18 14:18:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5071,'2017-12-18 14:22:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(5072,'2017-12-18 14:32:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5073,'2017-12-18 14:35:24','imp','optin_5','mailchimp_7227261368','51.255.65.56','665',0),(5074,'2017-12-18 14:37:39','imp','optin_5','mailchimp_7227261368','40.77.167.78','0',0),(5075,'2017-12-18 14:52:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(5076,'2017-12-18 15:07:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5077,'2017-12-18 15:09:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5078,'2017-12-18 15:19:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5079,'2017-12-18 16:23:40','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5080,'2017-12-18 16:26:25','imp','optin_5','mailchimp_7227261368','217.182.132.241','678',0),(5081,'2017-12-18 16:42:00','imp','optin_5','mailchimp_7227261368','34.207.98.73','843',0),(5082,'2017-12-18 16:43:07','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(5083,'2017-12-18 16:44:49','imp','optin_5','mailchimp_7227261368','164.132.161.63','0',0),(5084,'2017-12-18 16:45:23','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5085,'2017-12-18 17:03:05','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5086,'2017-12-18 17:03:11','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5087,'2017-12-18 17:03:13','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5088,'2017-12-18 17:22:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5089,'2017-12-18 17:29:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5090,'2017-12-18 17:30:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(5091,'2017-12-18 17:30:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5092,'2017-12-18 17:53:26','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5093,'2017-12-18 17:53:31','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5094,'2017-12-18 17:53:32','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5095,'2017-12-18 17:53:34','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5096,'2017-12-18 17:54:11','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(5097,'2017-12-18 17:54:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5098,'2017-12-18 17:55:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(5099,'2017-12-18 17:56:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(5100,'2017-12-18 18:04:43','imp','optin_5','mailchimp_7227261368','40.77.167.82','0',0),(5101,'2017-12-18 18:14:16','imp','optin_5','mailchimp_7227261368','137.74.207.101','599',0),(5102,'2017-12-18 18:23:43','imp','optin_5','mailchimp_7227261368','51.255.65.79','591',0),(5103,'2017-12-18 18:40:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(5104,'2017-12-18 19:12:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5105,'2017-12-18 19:22:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5106,'2017-12-18 19:22:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(5107,'2017-12-18 19:23:07','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(5108,'2017-12-18 19:27:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(5109,'2017-12-18 19:58:04','imp','optin_5','mailchimp_7227261368','54.85.182.120','843',0),(5110,'2017-12-18 19:58:04','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(5111,'2017-12-18 20:08:40','imp','optin_5','mailchimp_7227261368','217.182.132.185','680',0),(5112,'2017-12-18 20:24:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(5113,'2017-12-18 20:35:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5114,'2017-12-18 20:41:24','imp','optin_5','mailchimp_7227261368','51.255.65.87','594',0),(5115,'2017-12-18 21:23:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(5116,'2017-12-18 21:33:53','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5117,'2017-12-18 21:33:59','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(5118,'2017-12-18 21:34:17','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(5119,'2017-12-18 21:34:42','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(5120,'2017-12-18 21:51:17','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5121,'2017-12-18 22:07:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5122,'2017-12-18 22:09:56','imp','optin_5','mailchimp_7227261368','51.255.65.18','411',0),(5123,'2017-12-18 22:17:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5124,'2017-12-18 22:30:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(5125,'2017-12-18 22:32:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5126,'2017-12-18 22:52:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(5127,'2017-12-18 23:15:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5128,'2017-12-18 23:25:26','imp','optin_5','mailchimp_7227261368','164.132.161.8','668',0),(5129,'2017-12-18 23:37:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5130,'2017-12-18 23:37:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5131,'2017-12-18 23:45:34','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(5132,'2017-12-19 00:09:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(5133,'2017-12-19 00:14:30','imp','optin_5','mailchimp_7227261368','5.255.250.7','681',0),(5134,'2017-12-19 00:15:54','imp','optin_5','mailchimp_7227261368','5.255.250.7','668',0),(5135,'2017-12-19 00:16:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(5136,'2017-12-19 00:17:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5137,'2017-12-19 00:33:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(5138,'2017-12-19 01:42:06','imp','optin_2','mailchimp_7227261368','37.139.8.148','2',0),(5139,'2017-12-19 01:46:57','imp','optin_5','mailchimp_7227261368','37.139.8.148','0',0),(5140,'2017-12-19 01:58:55','imp','optin_5','mailchimp_7227261368','37.139.8.148','0',0),(5141,'2017-12-19 02:07:32','imp','optin_5','mailchimp_7227261368','37.139.8.148','0',0),(5142,'2017-12-19 02:55:50','imp','optin_5','mailchimp_7227261368','217.182.132.20','683',0),(5143,'2017-12-19 03:02:15','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5144,'2017-12-19 03:02:29','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5145,'2017-12-19 03:02:38','imp','optin_8','7227261368','66.249.79.63','0',0),(5146,'2017-12-19 08:34:26','imp','optin_5','mailchimp_7227261368','157.55.39.97','598',0),(5147,'2017-12-19 09:38:42','imp','optin_5','mailchimp_7227261368','217.182.132.94','673',0),(5148,'2017-12-19 09:53:33','imp','optin_2','mailchimp_7227261368','157.55.39.145','92',0),(5149,'2017-12-19 09:53:55','imp','optin_5','mailchimp_7227261368','217.182.132.151','573',0),(5150,'2017-12-19 10:38:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5151,'2017-12-19 10:41:06','imp','optin_8','7227261368','66.249.79.39','-1',0),(5152,'2017-12-19 10:50:24','imp','optin_5','mailchimp_7227261368','2.92.32.178','0',0),(5153,'2017-12-19 11:30:14','imp','optin_5','mailchimp_7227261368','66.249.79.35','668',0),(5154,'2017-12-19 11:30:33','imp','optin_8','7227261368','66.249.79.63','668',0),(5155,'2017-12-19 11:49:24','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5156,'2017-12-19 12:19:01','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5157,'2017-12-19 12:29:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(5158,'2017-12-19 12:30:11','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(5159,'2017-12-19 12:32:15','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(5160,'2017-12-19 12:44:31','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(5161,'2017-12-19 12:44:42','imp','optin_5','mailchimp_7227261368','34.207.98.73','207',0),(5162,'2017-12-19 12:45:38','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5163,'2017-12-19 13:49:53','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5164,'2017-12-19 13:51:45','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5165,'2017-12-19 16:22:53','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(5166,'2017-12-19 16:22:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5167,'2017-12-19 16:23:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5168,'2017-12-19 16:41:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(5169,'2017-12-19 18:07:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','207',0),(5170,'2017-12-19 18:07:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5171,'2017-12-19 18:50:46','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5172,'2017-12-19 18:50:51','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5173,'2017-12-19 18:50:51','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5174,'2017-12-19 18:53:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5175,'2017-12-19 18:59:20','imp','optin_5','mailchimp_7227261368','79.140.4.201','0',0),(5176,'2017-12-19 19:10:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(5177,'2017-12-19 19:25:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(5178,'2017-12-19 19:27:33','imp','optin_2','mailchimp_7227261368','79.42.87.184','92',0),(5179,'2017-12-19 19:27:43','imp','optin_5','mailchimp_7227261368','79.42.87.184','0',0),(5180,'2017-12-19 19:43:41','imp','optin_5','mailchimp_7227261368','54.85.182.120','843',0),(5181,'2017-12-19 19:43:42','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(5182,'2017-12-19 19:51:27','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5183,'2017-12-19 19:54:32','imp','optin_8','7227261368','66.249.79.63','0',0),(5184,'2017-12-19 20:05:55','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5185,'2017-12-19 20:19:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5186,'2017-12-19 21:39:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(5187,'2017-12-19 21:51:57','imp','optin_5','mailchimp_7227261368','66.249.79.23','835',0),(5188,'2017-12-19 22:01:00','imp','optin_8','7227261368','66.249.79.23','835',0),(5189,'2017-12-19 22:22:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5190,'2017-12-19 22:44:54','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5191,'2017-12-19 23:23:24','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5192,'2017-12-19 23:23:36','imp','optin_5','mailchimp_7227261368','207.46.13.142','0',0),(5193,'2017-12-19 23:32:42','imp','optin_5','mailchimp_7227261368','59.167.56.111','597',0),(5194,'2017-12-19 23:32:49','imp','optin_5','mailchimp_7227261368','59.167.56.111','0',0),(5195,'2017-12-19 23:32:56','imp','optin_5','mailchimp_7227261368','59.167.56.111','0',0),(5196,'2017-12-19 23:32:59','imp','optin_8','7227261368','59.167.56.111','597',0),(5197,'2017-12-19 23:33:15','imp','optin_8','7227261368','59.167.56.111','597',0),(5198,'2017-12-20 00:07:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(5199,'2017-12-20 00:24:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(5200,'2017-12-20 01:41:27','imp','optin_5','mailchimp_7227261368','207.46.13.142','0',0),(5201,'2017-12-20 02:51:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(5202,'2017-12-20 02:52:10','imp','optin_5','mailchimp_7227261368','207.46.13.90','0',0),(5203,'2017-12-20 02:56:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5204,'2017-12-20 03:17:58','imp','optin_2','mailchimp_7227261368','162.210.196.129','92',0),(5205,'2017-12-20 03:22:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5206,'2017-12-20 03:32:48','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(5207,'2017-12-20 03:57:05','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5208,'2017-12-20 04:22:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(5209,'2017-12-20 04:38:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(5210,'2017-12-20 05:18:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5211,'2017-12-20 05:19:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5212,'2017-12-20 05:37:22','imp','optin_5','mailchimp_7227261368','217.182.132.50','575',0),(5213,'2017-12-20 05:46:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(5214,'2017-12-20 06:03:02','imp','optin_5','mailchimp_7227261368','51.255.65.59','595',0),(5215,'2017-12-20 06:26:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(5216,'2017-12-20 06:31:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(5217,'2017-12-20 06:33:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(5218,'2017-12-20 06:54:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5219,'2017-12-20 07:23:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5220,'2017-12-20 07:24:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5221,'2017-12-20 07:58:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5222,'2017-12-20 08:00:21','imp','optin_5','mailchimp_7227261368','207.46.13.90','0',0),(5223,'2017-12-20 08:05:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5224,'2017-12-20 08:32:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(5225,'2017-12-20 08:36:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5226,'2017-12-20 08:44:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(5227,'2017-12-20 09:02:50','imp','optin_2','mailchimp_7227261368','40.77.167.120','92',0),(5228,'2017-12-20 09:05:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5229,'2017-12-20 10:01:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5230,'2017-12-20 10:01:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5231,'2017-12-20 10:08:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(5232,'2017-12-20 10:09:59','imp','optin_5','mailchimp_7227261368','66.249.69.87','0',0),(5233,'2017-12-20 10:47:36','imp','optin_5','mailchimp_7227261368','51.255.65.47','592',0),(5234,'2017-12-20 11:03:34','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(5235,'2017-12-20 11:11:43','imp','optin_5','mailchimp_7227261368','51.255.65.19','570',0),(5236,'2017-12-20 11:18:36','imp','optin_5','mailchimp_7227261368','66.249.69.89','0',0),(5237,'2017-12-20 11:18:44','imp','optin_8','7227261368','66.249.69.87','-1',0),(5238,'2017-12-20 11:21:56','imp','optin_5','mailchimp_7227261368','66.249.69.89','0',0),(5239,'2017-12-20 11:24:05','imp','optin_5','mailchimp_7227261368','66.249.69.89','0',0),(5240,'2017-12-20 11:25:00','imp','optin_8','7227261368','66.249.69.85','0',0),(5241,'2017-12-20 11:30:37','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(5242,'2017-12-20 11:32:52','imp','optin_5','mailchimp_7227261368','157.55.39.145','173',0),(5243,'2017-12-20 11:45:59','imp','optin_5','mailchimp_7227261368','207.46.13.90','0',0),(5244,'2017-12-20 12:16:31','imp','optin_5','mailchimp_7227261368','157.55.39.239','0',0),(5245,'2017-12-20 12:33:43','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(5246,'2017-12-20 12:35:11','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(5247,'2017-12-20 12:36:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5248,'2017-12-20 12:45:26','imp','optin_5','mailchimp_7227261368','51.255.65.89','682',0),(5249,'2017-12-20 12:51:40','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(5250,'2017-12-20 13:37:27','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(5251,'2017-12-20 15:31:49','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(5252,'2017-12-20 16:49:31','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5253,'2017-12-20 18:59:14','imp','optin_5','mailchimp_7227261368','40.77.167.181','0',0),(5254,'2017-12-20 19:30:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5255,'2017-12-20 20:11:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5256,'2017-12-20 21:20:34','imp','optin_5','mailchimp_7227261368','207.46.13.90','0',0),(5257,'2017-12-20 21:49:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5258,'2017-12-20 22:29:40','imp','optin_5','mailchimp_7227261368','157.55.39.119','593',0),(5259,'2017-12-21 03:22:41','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5260,'2017-12-21 04:05:44','imp','optin_5','mailchimp_7227261368','217.182.132.51','663',0),(5261,'2017-12-21 04:15:14','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(5262,'2017-12-21 05:33:59','imp','optin_2','mailchimp_7227261368','2a02:1205:c6bf:a600:2c1d:29cf:1e5:7603','92',0),(5263,'2017-12-21 06:19:39','imp','optin_5','mailchimp_7227261368','40.77.167.181','0',0),(5264,'2017-12-21 07:34:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5265,'2017-12-21 08:06:18','imp','optin_5','mailchimp_7227261368','164.132.161.66','679',0),(5266,'2017-12-21 10:27:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(5267,'2017-12-21 10:51:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5268,'2017-12-21 11:00:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(5269,'2017-12-21 11:39:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5270,'2017-12-21 11:52:37','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5271,'2017-12-21 11:52:53','imp','optin_2','mailchimp_7227261368','2400:8902::f03c:91ff:fe39:7219','92',0),(5272,'2017-12-21 12:11:35','imp','optin_2','mailchimp_7227261368','106.120.160.119','92',0),(5273,'2017-12-21 12:11:49','imp','optin_2','mailchimp_7227261368','106.120.160.119','92',0),(5274,'2017-12-21 12:11:58','imp','optin_2','mailchimp_7227261368','220.181.132.192','92',0),(5275,'2017-12-21 12:12:06','imp','optin_5','mailchimp_7227261368','220.181.132.192','0',0),(5276,'2017-12-21 12:12:11','imp','optin_2','mailchimp_7227261368','101.199.108.50','92',0),(5277,'2017-12-21 12:12:19','imp','optin_5','mailchimp_7227261368','101.199.108.50','0',0),(5278,'2017-12-21 12:17:20','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5279,'2017-12-21 12:17:44','imp','optin_2','mailchimp_7227261368','213.233.57.134','92',0),(5280,'2017-12-21 12:26:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5281,'2017-12-21 12:37:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(5282,'2017-12-21 12:38:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(5283,'2017-12-21 13:07:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5284,'2017-12-21 13:09:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(5285,'2017-12-21 13:15:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5286,'2017-12-21 13:27:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(5287,'2017-12-21 15:07:31','imp','optin_2','mailchimp_7227261368','186.188.181.99','92',0),(5288,'2017-12-21 15:09:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5289,'2017-12-21 15:13:02','imp','optin_5','mailchimp_7227261368','164.132.161.74','679',0),(5290,'2017-12-21 15:26:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5291,'2017-12-21 15:38:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5292,'2017-12-21 15:42:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5293,'2017-12-21 15:53:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(5294,'2017-12-21 15:54:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5295,'2017-12-21 16:08:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(5296,'2017-12-21 16:24:07','imp','optin_2','mailchimp_7227261368','185.36.102.114','92',0),(5297,'2017-12-21 16:24:12','imp','optin_5','mailchimp_7227261368','185.36.102.114','0',0),(5298,'2017-12-21 16:26:28','imp','optin_5','mailchimp_7227261368','100.43.85.116','714',0),(5299,'2017-12-21 16:26:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5300,'2017-12-21 16:37:38','imp','optin_5','mailchimp_7227261368','164.132.161.4','0',0),(5301,'2017-12-21 17:11:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5302,'2017-12-21 17:12:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(5303,'2017-12-21 17:12:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(5304,'2017-12-21 17:13:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5305,'2017-12-21 17:22:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5306,'2017-12-21 18:33:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(5307,'2017-12-21 18:42:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5308,'2017-12-21 18:49:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5309,'2017-12-21 18:50:02','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5310,'2017-12-21 18:57:39','imp','optin_5','mailchimp_7227261368','217.182.132.51','0',0),(5311,'2017-12-21 19:03:15','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(5312,'2017-12-21 19:03:19','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(5313,'2017-12-21 19:34:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5314,'2017-12-21 19:41:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(5315,'2017-12-21 19:48:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5316,'2017-12-21 19:54:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(5317,'2017-12-21 20:23:28','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5318,'2017-12-21 20:23:54','imp','optin_2','mailchimp_7227261368','46.101.92.212','92',0),(5319,'2017-12-21 20:51:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5320,'2017-12-21 21:01:19','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5321,'2017-12-21 21:01:28','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(5322,'2017-12-21 21:06:07','imp','optin_5','mailchimp_7227261368','51.255.65.43','681',0),(5323,'2017-12-21 21:07:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5324,'2017-12-21 21:13:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5325,'2017-12-21 21:30:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(5326,'2017-12-21 21:30:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(5327,'2017-12-21 21:44:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(5328,'2017-12-21 21:49:48','imp','optin_2','mailchimp_7227261368','52.27.224.51','92',0),(5329,'2017-12-21 21:52:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5330,'2017-12-21 21:53:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5331,'2017-12-21 22:43:33','imp','optin_2','mailchimp_7227261368','207.46.13.131','92',0),(5332,'2017-12-21 23:02:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(5333,'2017-12-21 23:08:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5334,'2017-12-21 23:13:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5335,'2017-12-21 23:24:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5336,'2017-12-21 23:26:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(5337,'2017-12-21 23:29:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(5338,'2017-12-21 23:36:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5339,'2017-12-21 23:46:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5340,'2017-12-22 00:09:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5341,'2017-12-22 00:40:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5342,'2017-12-22 01:38:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5343,'2017-12-22 01:47:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(5344,'2017-12-22 02:12:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(5345,'2017-12-22 02:45:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(5346,'2017-12-22 02:46:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(5347,'2017-12-22 02:58:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(5348,'2017-12-22 03:01:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5349,'2017-12-22 03:16:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(5350,'2017-12-22 03:19:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(5351,'2017-12-22 03:35:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5352,'2017-12-22 03:44:04','imp','optin_5','mailchimp_7227261368','157.55.39.145','0',0),(5353,'2017-12-22 04:00:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5354,'2017-12-22 04:23:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(5355,'2017-12-22 04:53:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(5356,'2017-12-22 05:32:10','imp','optin_5','mailchimp_7227261368','164.132.161.68','0',0),(5357,'2017-12-22 06:02:16','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5358,'2017-12-22 06:52:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5359,'2017-12-22 08:25:02','imp','optin_5','mailchimp_7227261368','164.132.161.19','663',0),(5360,'2017-12-22 10:18:11','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5361,'2017-12-22 11:35:12','imp','optin_5','mailchimp_7227261368','54.36.149.47','0',0),(5362,'2017-12-22 12:31:15','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5363,'2017-12-22 14:00:04','imp','optin_5','mailchimp_7227261368','157.55.39.239','173',0),(5364,'2017-12-22 15:12:45','imp','optin_5','mailchimp_7227261368','157.55.39.145','0',0),(5365,'2017-12-22 15:13:43','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(5366,'2017-12-22 16:19:56','imp','optin_5','mailchimp_7227261368','157.55.39.119','0',0),(5367,'2017-12-22 16:46:20','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5368,'2017-12-22 16:49:34','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5369,'2017-12-22 18:16:06','imp','optin_2','mailchimp_7227261368','192.99.47.111','92',0),(5370,'2017-12-22 18:16:21','imp','optin_2','mailchimp_7227261368','192.99.47.111','92',0),(5371,'2017-12-22 18:16:31','imp','optin_5','mailchimp_7227261368','192.99.47.111','76',0),(5372,'2017-12-22 18:16:38','imp','optin_5','mailchimp_7227261368','192.99.47.111','714',0),(5373,'2017-12-22 18:16:44','imp','optin_5','mailchimp_7227261368','192.99.47.111','663',0),(5374,'2017-12-22 18:16:48','imp','optin_5','mailchimp_7227261368','192.99.47.111','667',0),(5375,'2017-12-22 18:16:54','imp','optin_5','mailchimp_7227261368','192.99.47.111','0',0),(5376,'2017-12-22 18:16:59','imp','optin_2','mailchimp_7227261368','192.99.47.111','2',0),(5377,'2017-12-22 18:17:04','imp','optin_5','mailchimp_7227261368','192.99.47.111','664',0),(5378,'2017-12-22 18:17:11','imp','optin_5','mailchimp_7227261368','192.99.47.111','0',0),(5379,'2017-12-22 18:17:16','imp','optin_2','mailchimp_7227261368','192.99.47.111','92',0),(5380,'2017-12-22 18:22:51','imp','optin_2','mailchimp_7227261368','188.165.219.217','92',0),(5381,'2017-12-22 18:30:49','imp','optin_2','mailchimp_7227261368','54.36.148.255','92',0),(5382,'2017-12-22 20:02:21','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(5383,'2017-12-22 20:28:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(5384,'2017-12-22 20:33:35','imp','optin_2','mailchimp_7227261368','89.234.68.81','92',0),(5385,'2017-12-22 20:33:38','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(5386,'2017-12-22 20:33:55','imp','optin_5','mailchimp_7227261368','95.45.254.121','663',0),(5387,'2017-12-22 20:34:04','imp','optin_5','mailchimp_7227261368','89.234.68.81','663',0),(5388,'2017-12-22 20:34:22','imp','optin_2','mailchimp_7227261368','89.234.68.81','92',0),(5389,'2017-12-22 20:34:23','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(5390,'2017-12-22 20:34:49','imp','optin_5','mailchimp_7227261368','95.45.254.121','667',0),(5391,'2017-12-22 20:34:50','imp','optin_5','mailchimp_7227261368','89.234.68.81','667',0),(5392,'2017-12-22 20:35:14','imp','optin_5','mailchimp_7227261368','89.234.68.81','666',0),(5393,'2017-12-22 20:35:16','imp','optin_5','mailchimp_7227261368','95.45.254.121','666',0),(5394,'2017-12-22 20:56:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(5395,'2017-12-22 21:02:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5396,'2017-12-22 21:13:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5397,'2017-12-22 21:19:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(5398,'2017-12-22 21:19:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5399,'2017-12-22 21:19:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(5400,'2017-12-22 21:23:37','imp','optin_5','mailchimp_7227261368','66.249.79.86','0',0),(5401,'2017-12-22 21:24:34','imp','optin_5','mailchimp_7227261368','66.249.79.86','0',0),(5402,'2017-12-22 21:25:07','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(5403,'2017-12-22 22:10:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5404,'2017-12-22 22:14:09','imp','optin_5','mailchimp_7227261368','157.55.39.239','0',0),(5405,'2017-12-22 22:23:27','imp','optin_5','mailchimp_7227261368','54.36.148.178','593',0),(5406,'2017-12-22 22:23:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5407,'2017-12-23 00:27:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5408,'2017-12-23 00:55:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(5409,'2017-12-23 01:01:12','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5410,'2017-12-23 01:43:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5411,'2017-12-23 02:12:03','imp','optin_2','mailchimp_7227261368','43.251.17.39','92',0),(5412,'2017-12-23 02:12:07','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5413,'2017-12-23 02:12:11','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5414,'2017-12-23 02:12:15','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5415,'2017-12-23 02:12:18','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5416,'2017-12-23 02:12:22','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5417,'2017-12-23 02:12:25','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5418,'2017-12-23 02:12:29','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5419,'2017-12-23 02:12:32','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5420,'2017-12-23 02:12:36','imp','optin_5','mailchimp_7227261368','43.251.17.39','0',0),(5421,'2017-12-23 02:18:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5422,'2017-12-23 02:20:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5423,'2017-12-23 02:29:31','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(5424,'2017-12-23 02:30:11','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(5425,'2017-12-23 02:42:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(5426,'2017-12-23 03:10:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5427,'2017-12-23 03:39:23','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5428,'2017-12-23 03:53:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(5429,'2017-12-23 03:56:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(5430,'2017-12-23 04:00:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(5431,'2017-12-23 04:57:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5432,'2017-12-23 05:05:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(5433,'2017-12-23 05:15:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5434,'2017-12-23 05:23:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5435,'2017-12-23 05:23:10','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5436,'2017-12-23 05:23:41','imp','optin_8','7227261368','66.249.79.63','0',0),(5437,'2017-12-23 05:35:13','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5438,'2017-12-23 06:54:25','imp','optin_5','mailchimp_7227261368','207.46.13.90','0',0),(5439,'2017-12-23 07:33:11','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(5440,'2017-12-23 08:39:09','imp','optin_2','mailchimp_7227261368','207.46.13.131','92',0),(5441,'2017-12-23 08:51:19','imp','optin_8','7227261368','66.249.79.39','697',0),(5442,'2017-12-23 09:28:49','imp','optin_5','mailchimp_7227261368','157.55.39.37','0',0),(5443,'2017-12-23 10:16:40','imp','optin_8','7227261368','66.249.79.63','404',0),(5444,'2017-12-23 11:29:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5445,'2017-12-23 12:15:10','imp','optin_5','mailchimp_7227261368','54.36.148.183','0',0),(5446,'2017-12-23 14:36:45','imp','optin_2','mailchimp_7227261368','184.168.27.13','92',0),(5447,'2017-12-23 15:48:55','imp','optin_5','mailchimp_7227261368','157.55.39.239','714',0),(5448,'2017-12-23 15:56:19','imp','optin_5','mailchimp_7227261368','207.46.13.31','411',0),(5449,'2017-12-23 17:07:41','imp','optin_5','mailchimp_7227261368','54.36.148.57','667',0),(5450,'2017-12-23 17:17:20','imp','optin_5','mailchimp_7227261368','157.55.39.145','0',0),(5451,'2017-12-23 19:06:54','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(5452,'2017-12-23 19:43:16','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(5453,'2017-12-23 21:26:47','imp','optin_2','mailchimp_7227261368','54.36.148.36','2',0),(5454,'2017-12-23 21:56:53','imp','optin_5','mailchimp_7227261368','40.77.167.172','0',0),(5455,'2017-12-24 00:02:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5456,'2017-12-24 02:15:11','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(5457,'2017-12-24 02:15:20','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(5458,'2017-12-24 02:15:23','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5459,'2017-12-24 02:15:47','imp','optin_8','7227261368','14.200.97.161','2',0),(5460,'2017-12-24 02:27:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5461,'2017-12-24 03:03:39','imp','optin_2','mailchimp_7227261368','2a03:2880:21:6fe2:face:b00c:0:8000','92',0),(5462,'2017-12-24 03:03:39','imp','optin_2','mailchimp_7227261368','2a03:2880:21:6fe2:face:b00c:0:8000','92',0),(5463,'2017-12-24 03:10:54','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(5464,'2017-12-24 03:11:00','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5465,'2017-12-24 03:27:34','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5466,'2017-12-24 03:27:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5467,'2017-12-24 03:27:44','imp','optin_8','7227261368','66.249.79.63','0',0),(5468,'2017-12-24 03:28:16','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5469,'2017-12-24 03:39:50','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(5470,'2017-12-24 03:40:05','imp','optin_5','mailchimp_7227261368','157.55.39.37','666',0),(5471,'2017-12-24 03:41:30','imp','optin_2','mailchimp_7227261368','2a03:2880:30:6fc3:face:b00c:0:8000','92',0),(5472,'2017-12-24 03:41:31','imp','optin_2','mailchimp_7227261368','2a03:2880:1110:7fc7:face:b00c:0:8000','92',0),(5473,'2017-12-24 03:41:32','imp','optin_2','mailchimp_7227261368','2a03:2880:2120:1fe7:face:b00c:0:8000','92',0),(5474,'2017-12-24 03:41:39','imp','optin_5','mailchimp_7227261368','2a03:2880:1110:7fc2:face:b00c:0:8000','0',0),(5475,'2017-12-24 03:41:39','imp','optin_5','mailchimp_7227261368','2a03:2880:30:6fc2:face:b00c:0:8000','0',0),(5476,'2017-12-24 03:41:42','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:1fe7:face:b00c:0:8000','0',0),(5477,'2017-12-24 03:41:46','imp','optin_5','mailchimp_7227261368','2a03:2880:1110:7fc4:face:b00c:0:8000','0',0),(5478,'2017-12-24 03:41:50','imp','optin_5','mailchimp_7227261368','2a03:2880:30:6fc5:face:b00c:0:8000','0',0),(5479,'2017-12-24 03:41:51','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:1feb:face:b00c:0:8000','0',0),(5480,'2017-12-24 03:42:02','imp','optin_8','7227261368','2a03:2880:30:6fc2:face:b00c:0:8000','-1',0),(5481,'2017-12-24 03:42:05','imp','optin_8','7227261368','2a03:2880:2120:1fed:face:b00c:0:8000','-1',0),(5482,'2017-12-24 03:42:06','imp','optin_2','mailchimp_7227261368','2a03:2880:2060:2fe3:face:b00c:0:8000','92',0),(5483,'2017-12-24 03:42:13','imp','optin_2','mailchimp_7227261368','2a03:2880:30:bfc5:face:b00c:0:8000','92',0),(5484,'2017-12-24 03:42:14','imp','optin_2','mailchimp_7227261368','2a03:2880:1110:7fc2:face:b00c:0:8000','92',0),(5485,'2017-12-24 03:55:07','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5486,'2017-12-24 03:55:26','imp','optin_8','7227261368','66.249.79.63','-1',0),(5487,'2017-12-24 03:58:38','imp','optin_5','mailchimp_7227261368','157.55.39.119','678',0),(5488,'2017-12-24 04:00:52','imp','optin_8','7227261368','66.249.79.63','-1',0),(5489,'2017-12-24 04:05:05','imp','optin_2','mailchimp_7227261368','95.158.235.236','92',0),(5490,'2017-12-24 04:05:14','imp','optin_5','mailchimp_7227261368','95.158.235.236','0',0),(5491,'2017-12-24 04:08:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(5492,'2017-12-24 04:43:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5493,'2017-12-24 05:19:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5494,'2017-12-24 05:22:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5495,'2017-12-24 05:28:07','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5496,'2017-12-24 05:28:24','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5497,'2017-12-24 05:37:19','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(5498,'2017-12-24 05:42:26','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(5499,'2017-12-24 06:38:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5500,'2017-12-24 06:44:30','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(5501,'2017-12-24 06:55:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(5502,'2017-12-24 07:18:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5503,'2017-12-24 07:18:31','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5504,'2017-12-24 07:19:02','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5505,'2017-12-24 07:31:06','imp','optin_5','mailchimp_7227261368','157.55.39.119','0',0),(5506,'2017-12-24 07:37:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(5507,'2017-12-24 07:54:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(5508,'2017-12-24 08:09:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5509,'2017-12-24 08:10:27','imp','optin_5','mailchimp_7227261368','185.174.172.207','0',0),(5510,'2017-12-24 08:14:13','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(5511,'2017-12-24 09:06:26','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5512,'2017-12-24 09:08:43','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5513,'2017-12-24 09:23:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(5514,'2017-12-24 09:34:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5515,'2017-12-24 09:48:56','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5516,'2017-12-24 09:51:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5517,'2017-12-24 10:25:59','imp','optin_5','mailchimp_7227261368','54.36.148.65','601',0),(5518,'2017-12-24 10:29:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5519,'2017-12-24 10:33:35','imp','optin_2','mailchimp_7227261368','184.168.152.131','92',0),(5520,'2017-12-24 10:56:02','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5521,'2017-12-24 10:56:27','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5522,'2017-12-24 11:19:59','imp','optin_5','mailchimp_7227261368','54.36.149.37','0',0),(5523,'2017-12-24 12:17:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5524,'2017-12-24 12:25:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5525,'2017-12-24 12:42:52','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5526,'2017-12-24 12:43:05','imp','optin_8','7227261368','66.249.79.35','-1',0),(5527,'2017-12-24 12:47:20','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5528,'2017-12-24 12:49:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(5529,'2017-12-24 12:50:48','imp','optin_8','7227261368','66.249.79.63','-1',0),(5530,'2017-12-24 12:51:25','imp','optin_5','mailchimp_7227261368','54.36.148.34','597',0),(5531,'2017-12-24 13:05:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(5532,'2017-12-24 13:05:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(5533,'2017-12-24 13:07:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(5534,'2017-12-24 13:07:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(5535,'2017-12-24 13:17:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(5536,'2017-12-24 13:28:45','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5537,'2017-12-24 13:42:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5538,'2017-12-24 13:44:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5539,'2017-12-24 14:04:19','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5540,'2017-12-24 14:07:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(5541,'2017-12-24 14:08:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(5542,'2017-12-24 14:14:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(5543,'2017-12-24 14:28:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5544,'2017-12-24 14:29:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5545,'2017-12-24 14:38:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5546,'2017-12-24 14:56:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(5547,'2017-12-24 15:32:56','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5548,'2017-12-24 15:36:51','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5549,'2017-12-24 15:43:49','imp','optin_5','mailchimp_7227261368','34.207.98.73','76',0),(5550,'2017-12-24 15:43:54','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5551,'2017-12-24 15:44:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5552,'2017-12-24 15:44:52','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(5553,'2017-12-24 16:02:43','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5554,'2017-12-24 16:09:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5555,'2017-12-24 17:21:03','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5556,'2017-12-24 17:28:57','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5557,'2017-12-24 17:29:51','imp','optin_5','mailchimp_7227261368','157.55.39.119','0',0),(5558,'2017-12-24 17:37:53','imp','optin_5','mailchimp_7227261368','207.46.13.31','0',0),(5559,'2017-12-24 17:51:09','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5560,'2017-12-24 18:05:20','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5561,'2017-12-24 18:10:06','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5562,'2017-12-24 18:17:59','imp','optin_5','mailchimp_7227261368','89.178.238.106','207',0),(5563,'2017-12-24 18:18:39','imp','optin_5','mailchimp_7227261368','89.178.238.106','0',0),(5564,'2017-12-24 18:59:37','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5565,'2017-12-24 19:20:30','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5566,'2017-12-24 19:21:22','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5567,'2017-12-24 20:15:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5568,'2017-12-24 20:16:04','imp','optin_5','mailchimp_7227261368','207.46.13.31','577',0),(5569,'2017-12-24 20:16:48','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5570,'2017-12-24 20:33:54','imp','optin_5','mailchimp_7227261368','54.36.148.229','0',0),(5571,'2017-12-24 20:47:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5572,'2017-12-24 20:51:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(5573,'2017-12-24 20:51:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5574,'2017-12-24 20:55:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(5575,'2017-12-24 21:08:01','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5576,'2017-12-24 21:12:09','imp','optin_5','mailchimp_7227261368','54.36.149.8','666',0),(5577,'2017-12-24 21:26:59','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5578,'2017-12-24 21:27:26','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5579,'2017-12-24 21:36:12','imp','optin_2','mailchimp_7227261368','120.188.87.240','92',0),(5580,'2017-12-24 22:11:03','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5581,'2017-12-24 22:57:23','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(5582,'2017-12-24 22:57:25','imp','optin_5','mailchimp_7227261368','14.200.97.161','843',0),(5583,'2017-12-24 22:57:26','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5584,'2017-12-24 22:57:30','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5585,'2017-12-24 22:57:31','imp','optin_7','mailchimp_7227261368','14.200.97.161','714',0),(5586,'2017-12-24 22:58:05','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5587,'2017-12-24 22:58:08','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5588,'2017-12-24 22:58:16','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5589,'2017-12-24 23:05:19','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5590,'2017-12-24 23:06:13','imp','optin_8','7227261368','66.249.79.39','0',0),(5591,'2017-12-24 23:15:40','imp','optin_5','mailchimp_7227261368','54.36.148.70','177',0),(5592,'2017-12-24 23:32:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5593,'2017-12-24 23:41:34','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5594,'2017-12-24 23:43:32','imp','optin_5','mailchimp_7227261368','54.85.182.120','843',0),(5595,'2017-12-24 23:43:33','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(5596,'2017-12-24 23:43:33','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(5597,'2017-12-24 23:53:23','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5598,'2017-12-24 23:53:32','imp','optin_8','7227261368','66.249.79.35','-1',0),(5599,'2017-12-24 23:53:47','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5600,'2017-12-25 00:08:17','imp','optin_2','mailchimp_7227261368','207.46.13.154','2',0),(5601,'2017-12-25 00:23:55','imp','optin_5','mailchimp_7227261368','54.36.149.3','600',0),(5602,'2017-12-25 00:41:54','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(5603,'2017-12-25 00:45:42','imp','optin_2','mailchimp_7227261368','66.249.79.35','2',0),(5604,'2017-12-25 00:46:06','imp','optin_8','7227261368','66.249.79.63','2',0),(5605,'2017-12-25 01:03:55','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(5606,'2017-12-25 01:44:35','imp','optin_5','mailchimp_7227261368','207.46.13.154','0',0),(5607,'2017-12-25 01:54:38','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5608,'2017-12-25 01:54:48','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5609,'2017-12-25 01:54:54','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(5610,'2017-12-25 01:55:14','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5611,'2017-12-25 01:55:14','imp','optin_8','7227261368','66.249.79.35','714',0),(5612,'2017-12-25 01:55:41','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5613,'2017-12-25 01:58:03','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5614,'2017-12-25 01:59:57','imp','optin_5','mailchimp_7227261368','40.77.167.48','668',0),(5615,'2017-12-25 02:16:53','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5616,'2017-12-25 02:20:35','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5617,'2017-12-25 02:23:42','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5618,'2017-12-25 02:34:21','imp','optin_8','7227261368','66.249.79.39','192',0),(5619,'2017-12-25 02:48:40','imp','optin_8','7227261368','66.249.79.35','170',0),(5620,'2017-12-25 02:50:17','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(5621,'2017-12-25 02:50:27','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(5622,'2017-12-25 02:50:33','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(5623,'2017-12-25 02:50:40','imp','optin_8','7227261368','109.185.254.215','0',0),(5624,'2017-12-25 02:50:52','imp','optin_8','7227261368','109.185.254.215','0',0),(5625,'2017-12-25 02:52:08','imp','optin_5','mailchimp_7227261368','109.185.254.215','843',0),(5626,'2017-12-25 03:13:13','imp','optin_5','mailchimp_7227261368','34.207.98.73','664',0),(5627,'2017-12-25 03:26:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5628,'2017-12-25 03:42:02','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5629,'2017-12-25 03:46:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5630,'2017-12-25 03:49:28','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5631,'2017-12-25 03:50:22','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(5632,'2017-12-25 04:25:48','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5633,'2017-12-25 05:05:19','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5634,'2017-12-25 05:05:35','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(5635,'2017-12-25 05:05:52','imp','optin_8','7227261368','66.249.79.63','714',0),(5636,'2017-12-25 05:33:16','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5637,'2017-12-25 05:33:43','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5638,'2017-12-25 05:41:29','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5639,'2017-12-25 05:41:55','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5640,'2017-12-25 05:42:19','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5641,'2017-12-25 06:21:25','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5642,'2017-12-25 07:17:38','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5643,'2017-12-25 07:18:06','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5644,'2017-12-25 07:50:45','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(5645,'2017-12-25 07:50:57','imp','optin_8','7227261368','66.249.79.63','0',0),(5646,'2017-12-25 08:09:59','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5647,'2017-12-25 08:50:53','imp','optin_5','mailchimp_7227261368','97.74.24.199','0',0),(5648,'2017-12-25 08:50:57','imp','optin_5','mailchimp_7227261368','97.74.24.199','0',0),(5649,'2017-12-25 08:56:05','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5650,'2017-12-25 09:23:37','imp','optin_5','mailchimp_7227261368','207.46.13.154','173',0),(5651,'2017-12-25 09:33:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5652,'2017-12-25 10:05:39','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5653,'2017-12-25 10:06:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5654,'2017-12-25 10:27:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5655,'2017-12-25 11:05:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(5656,'2017-12-25 11:06:58','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5657,'2017-12-25 11:11:35','imp','optin_8','7227261368','66.249.79.63','-1',0),(5658,'2017-12-25 11:16:59','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5659,'2017-12-25 11:17:41','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(5660,'2017-12-25 11:18:02','imp','optin_8','7227261368','66.249.79.63','714',0),(5661,'2017-12-25 11:38:56','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(5662,'2017-12-25 11:39:11','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(5663,'2017-12-25 11:39:24','imp','optin_8','7227261368','66.249.79.35','714',0),(5664,'2017-12-25 11:41:58','imp','optin_2','mailchimp_7227261368','74.91.23.194','92',0),(5665,'2017-12-25 11:42:03','imp','optin_5','mailchimp_7227261368','74.91.23.194','0',0),(5666,'2017-12-25 11:43:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5667,'2017-12-25 11:50:03','imp','optin_5','mailchimp_7227261368','54.36.149.20','577',0),(5668,'2017-12-25 11:56:00','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(5669,'2017-12-25 12:13:18','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5670,'2017-12-25 13:20:00','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5671,'2017-12-25 13:47:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5672,'2017-12-25 14:35:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5673,'2017-12-25 15:06:29','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5674,'2017-12-25 15:07:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(5675,'2017-12-25 15:11:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5676,'2017-12-25 15:48:04','imp','optin_5','mailchimp_7227261368','54.36.149.62','665',0),(5677,'2017-12-25 16:14:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5678,'2017-12-25 16:43:07','imp','optin_5','mailchimp_7227261368','34.207.98.73','411',0),(5679,'2017-12-25 17:08:27','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5680,'2017-12-25 17:27:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(5681,'2017-12-25 17:39:02','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5682,'2017-12-25 17:39:22','imp','optin_8','7227261368','66.249.79.35','-1',0),(5683,'2017-12-25 17:55:11','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5684,'2017-12-25 18:26:44','imp','optin_5','mailchimp_7227261368','54.36.148.40','602',0),(5685,'2017-12-25 18:46:17','imp','optin_5','mailchimp_7227261368','54.36.148.31','598',0),(5686,'2017-12-25 19:54:25','imp','optin_8','7227261368','66.249.79.63','78',0),(5687,'2017-12-25 20:10:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5688,'2017-12-25 21:03:09','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5689,'2017-12-25 21:37:22','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5690,'2017-12-25 23:01:09','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(5691,'2017-12-25 23:01:19','imp','optin_8','7227261368','66.249.79.35','0',0),(5692,'2017-12-25 23:08:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5693,'2017-12-25 23:08:58','imp','optin_8','7227261368','66.249.79.63','-1',0),(5694,'2017-12-25 23:12:21','imp','optin_5','mailchimp_7227261368','40.77.167.169','0',0),(5695,'2017-12-25 23:57:53','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5696,'2017-12-26 00:00:19','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5697,'2017-12-26 00:00:29','imp','optin_8','7227261368','66.249.79.35','-1',0),(5698,'2017-12-26 00:04:32','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(5699,'2017-12-26 00:04:39','imp','optin_5','mailchimp_7227261368','34.207.98.73','663',0),(5700,'2017-12-26 00:08:39','imp','optin_5','mailchimp_7227261368','34.207.98.73','666',0),(5701,'2017-12-26 00:09:13','imp','optin_5','mailchimp_7227261368','34.207.98.73','665',0),(5702,'2017-12-26 00:21:29','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5703,'2017-12-26 00:21:38','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(5704,'2017-12-26 00:21:42','imp','optin_8','7227261368','66.249.79.63','714',0),(5705,'2017-12-26 00:32:47','imp','optin_2','mailchimp_7227261368','89.234.68.69','92',0),(5706,'2017-12-26 00:33:10','imp','optin_5','mailchimp_7227261368','89.234.68.69','663',0),(5707,'2017-12-26 00:33:40','imp','optin_2','mailchimp_7227261368','89.234.68.69','92',0),(5708,'2017-12-26 00:33:57','imp','optin_5','mailchimp_7227261368','89.234.68.69','667',0),(5709,'2017-12-26 00:34:14','imp','optin_5','mailchimp_7227261368','89.234.68.69','666',0),(5710,'2017-12-26 00:44:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5711,'2017-12-26 01:14:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5712,'2017-12-26 01:19:55','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(5713,'2017-12-26 01:20:05','imp','optin_8','7227261368','66.249.79.35','0',0),(5714,'2017-12-26 01:24:09','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5715,'2017-12-26 01:30:02','imp','optin_2','mailchimp_7227261368','207.46.13.31','92',0),(5716,'2017-12-26 01:44:48','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5717,'2017-12-26 01:48:38','imp','optin_5','mailchimp_7227261368','40.77.167.151','0',0),(5718,'2017-12-26 02:20:30','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5719,'2017-12-26 02:58:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5720,'2017-12-26 03:00:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5721,'2017-12-26 03:02:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(5722,'2017-12-26 03:02:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5723,'2017-12-26 03:02:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5724,'2017-12-26 03:02:43','imp','optin_5','mailchimp_7227261368','40.77.167.184','664',0),(5725,'2017-12-26 03:04:57','imp','optin_5','mailchimp_7227261368','5.255.250.7','411',0),(5726,'2017-12-26 03:05:02','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(5727,'2017-12-26 03:05:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(5728,'2017-12-26 03:06:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5729,'2017-12-26 03:16:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(5730,'2017-12-26 03:17:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(5731,'2017-12-26 03:17:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(5732,'2017-12-26 03:19:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(5733,'2017-12-26 03:20:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(5734,'2017-12-26 03:22:03','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(5735,'2017-12-26 03:25:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5736,'2017-12-26 03:26:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(5737,'2017-12-26 03:31:22','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5738,'2017-12-26 03:32:13','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5739,'2017-12-26 03:34:08','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5740,'2017-12-26 03:37:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5741,'2017-12-26 03:40:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(5742,'2017-12-26 03:45:51','imp','optin_2','mailchimp_7227261368','112.203.222.139','92',0),(5743,'2017-12-26 03:46:57','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5744,'2017-12-26 03:56:55','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5745,'2017-12-26 03:57:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5746,'2017-12-26 04:53:56','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5747,'2017-12-26 05:02:07','imp','optin_5','mailchimp_7227261368','157.55.39.119','0',0),(5748,'2017-12-26 05:30:31','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5749,'2017-12-26 05:35:11','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5750,'2017-12-26 05:49:52','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(5751,'2017-12-26 06:56:19','imp','optin_5','mailchimp_7227261368','66.249.65.135','714',0),(5752,'2017-12-26 06:56:55','imp','optin_7','mailchimp_7227261368','66.249.65.137','714',0),(5753,'2017-12-26 06:57:12','imp','optin_8','7227261368','66.249.65.139','714',0),(5754,'2017-12-26 07:01:05','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5755,'2017-12-26 08:14:35','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5756,'2017-12-26 08:23:58','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5757,'2017-12-26 08:50:45','imp','optin_5','mailchimp_7227261368','54.36.149.63','664',0),(5758,'2017-12-26 09:24:41','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5759,'2017-12-26 09:29:57','imp','optin_5','mailchimp_7227261368','157.55.39.119','673',0),(5760,'2017-12-26 09:50:42','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5761,'2017-12-26 10:43:09','imp','optin_5','mailchimp_7227261368','66.249.65.137','714',0),(5762,'2017-12-26 10:43:17','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(5763,'2017-12-26 11:09:34','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5764,'2017-12-26 11:53:59','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5765,'2017-12-26 11:54:31','imp','optin_8','7227261368','66.249.65.139','-1',0),(5766,'2017-12-26 12:15:52','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(5767,'2017-12-26 12:27:29','imp','optin_8','7227261368','66.249.65.135','-1',0),(5768,'2017-12-26 12:31:12','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5769,'2017-12-26 12:37:00','imp','optin_5','mailchimp_7227261368','66.249.65.135','714',0),(5770,'2017-12-26 12:47:33','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5771,'2017-12-26 12:53:22','imp','optin_2','mailchimp_7227261368','68.180.228.107','92',0),(5772,'2017-12-26 13:41:24','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5773,'2017-12-26 13:46:34','imp','optin_5','mailchimp_7227261368','66.249.65.139','714',0),(5774,'2017-12-26 13:46:44','imp','optin_7','mailchimp_7227261368','66.249.65.135','714',0),(5775,'2017-12-26 13:46:48','imp','optin_8','7227261368','66.249.65.135','714',0),(5776,'2017-12-26 14:31:40','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5777,'2017-12-26 14:35:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5778,'2017-12-26 14:35:15','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5779,'2017-12-26 14:35:57','imp','optin_2','mailchimp_7227261368','171.255.199.129','92',0),(5780,'2017-12-26 14:50:13','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(5781,'2017-12-26 14:50:28','imp','optin_2','mailchimp_7227261368','110.77.238.66','92',0),(5782,'2017-12-26 14:54:04','imp','optin_5','mailchimp_7227261368','66.249.65.135','76',0),(5783,'2017-12-26 15:30:47','imp','optin_5','mailchimp_7227261368','54.36.149.51','591',0),(5784,'2017-12-26 15:41:23','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5785,'2017-12-26 16:00:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5786,'2017-12-26 16:04:22','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5787,'2017-12-26 16:42:26','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5788,'2017-12-26 16:50:21','imp','optin_5','mailchimp_7227261368','66.249.65.137','714',0),(5789,'2017-12-26 17:13:35','imp','optin_2','mailchimp_7227261368','66.249.65.137','2',0),(5790,'2017-12-26 17:25:57','imp','optin_5','mailchimp_7227261368','66.249.73.208','0',0),(5791,'2017-12-26 17:26:13','imp','optin_8','7227261368','66.249.65.135','0',0),(5792,'2017-12-26 17:28:11','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5793,'2017-12-26 17:29:49','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5794,'2017-12-26 18:48:42','imp','optin_5','mailchimp_7227261368','157.55.39.71','173',0),(5795,'2017-12-26 19:09:22','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5796,'2017-12-26 19:34:55','imp','optin_5','mailchimp_7227261368','34.207.98.73','597',0),(5797,'2017-12-26 19:38:24','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5798,'2017-12-26 20:17:14','imp','optin_5','mailchimp_7227261368','66.249.65.135','714',0),(5799,'2017-12-26 20:17:24','imp','optin_7','mailchimp_7227261368','66.249.65.135','714',0),(5800,'2017-12-26 20:17:31','imp','optin_8','7227261368','66.249.65.135','714',0),(5801,'2017-12-26 20:55:40','imp','optin_5','mailchimp_7227261368','54.36.149.81','680',0),(5802,'2017-12-26 20:55:58','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5803,'2017-12-26 21:36:55','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5804,'2017-12-26 21:38:16','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5805,'2017-12-26 21:46:17','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(5806,'2017-12-26 22:01:05','imp','optin_5','mailchimp_7227261368','54.36.148.231','599',0),(5807,'2017-12-26 22:14:17','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(5808,'2017-12-26 22:26:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5809,'2017-12-26 23:07:12','imp','optin_5','mailchimp_7227261368','66.249.65.135','714',0),(5810,'2017-12-26 23:07:25','imp','optin_7','mailchimp_7227261368','66.249.65.137','714',0),(5811,'2017-12-26 23:07:37','imp','optin_8','7227261368','66.249.65.135','714',0),(5812,'2017-12-26 23:18:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5813,'2017-12-26 23:32:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5814,'2017-12-26 23:33:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5815,'2017-12-26 23:34:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5816,'2017-12-26 23:45:02','imp','optin_5','mailchimp_7227261368','54.36.148.207','411',0),(5817,'2017-12-26 23:52:19','imp','optin_5','mailchimp_7227261368','54.36.148.169','0',0),(5818,'2017-12-26 23:58:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(5819,'2017-12-27 00:02:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5820,'2017-12-27 00:17:21','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5821,'2017-12-27 00:17:30','imp','optin_8','7227261368','66.249.65.135','-1',0),(5822,'2017-12-27 00:21:20','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5823,'2017-12-27 00:41:31','imp','optin_5','mailchimp_7227261368','5.255.250.7','835',0),(5824,'2017-12-27 00:43:48','imp','optin_5','mailchimp_7227261368','54.36.148.48','594',0),(5825,'2017-12-27 00:46:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5826,'2017-12-27 00:47:35','imp','optin_2','mailchimp_7227261368','51.255.71.120','2',0),(5827,'2017-12-27 00:55:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(5828,'2017-12-27 01:11:26','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5829,'2017-12-27 01:22:07','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(5830,'2017-12-27 01:42:37','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5831,'2017-12-27 01:56:15','imp','optin_5','mailchimp_7227261368','66.249.65.139','714',0),(5832,'2017-12-27 01:58:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(5833,'2017-12-27 02:09:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5834,'2017-12-27 02:10:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5835,'2017-12-27 02:22:05','imp','optin_5','mailchimp_7227261368','54.36.148.94','668',0),(5836,'2017-12-27 02:38:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(5837,'2017-12-27 02:58:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(5838,'2017-12-27 03:07:43','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(5839,'2017-12-27 03:15:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(5840,'2017-12-27 03:35:31','imp','optin_5','mailchimp_7227261368','34.207.98.73','663',0),(5841,'2017-12-27 03:38:09','imp','optin_5','mailchimp_7227261368','34.207.98.73','666',0),(5842,'2017-12-27 03:38:14','imp','optin_5','mailchimp_7227261368','34.207.98.73','570',0),(5843,'2017-12-27 03:45:04','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(5844,'2017-12-27 03:46:17','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(5845,'2017-12-27 03:54:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(5846,'2017-12-27 04:00:46','imp','optin_5','mailchimp_7227261368','34.207.98.73','665',0),(5847,'2017-12-27 04:09:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(5848,'2017-12-27 04:09:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5849,'2017-12-27 04:10:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5850,'2017-12-27 04:12:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(5851,'2017-12-27 04:19:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5852,'2017-12-27 04:41:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5853,'2017-12-27 05:17:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5854,'2017-12-27 05:48:52','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5855,'2017-12-27 05:49:56','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5856,'2017-12-27 05:57:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5857,'2017-12-27 06:04:15','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5858,'2017-12-27 06:04:50','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5859,'2017-12-27 06:05:09','imp','optin_8','7227261368','66.249.79.35','-1',0),(5860,'2017-12-27 06:57:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(5861,'2017-12-27 07:04:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5862,'2017-12-27 07:19:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5863,'2017-12-27 07:19:44','imp','optin_5','mailchimp_7227261368','83.143.240.3','0',0),(5864,'2017-12-27 07:30:56','imp','optin_5','mailchimp_7227261368','207.46.13.183','0',0),(5865,'2017-12-27 07:40:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5866,'2017-12-27 07:40:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','591',0),(5867,'2017-12-27 07:41:46','imp','optin_5','mailchimp_7227261368','94.254.88.110','0',0),(5868,'2017-12-27 07:57:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(5869,'2017-12-27 08:00:10','imp','optin_5','mailchimp_7227261368','207.46.13.115','0',0),(5870,'2017-12-27 08:01:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5871,'2017-12-27 08:01:49','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(5872,'2017-12-27 08:12:57','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5873,'2017-12-27 08:22:29','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5874,'2017-12-27 08:26:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(5875,'2017-12-27 08:29:30','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5876,'2017-12-27 08:32:19','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5877,'2017-12-27 08:45:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(5878,'2017-12-27 08:51:32','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5879,'2017-12-27 08:51:35','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(5880,'2017-12-27 08:51:38','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5881,'2017-12-27 08:51:43','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5882,'2017-12-27 08:51:43','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5883,'2017-12-27 08:51:46','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(5884,'2017-12-27 09:03:16','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5885,'2017-12-27 09:08:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5886,'2017-12-27 09:10:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5887,'2017-12-27 09:25:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5888,'2017-12-27 09:25:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5889,'2017-12-27 09:26:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(5890,'2017-12-27 09:29:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(5891,'2017-12-27 09:43:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5892,'2017-12-27 09:49:52','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5893,'2017-12-27 10:08:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(5894,'2017-12-27 10:19:06','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5895,'2017-12-27 10:26:32','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(5896,'2017-12-27 10:26:32','imp','optin_5','mailchimp_7227261368','54.85.182.120','714',0),(5897,'2017-12-27 10:35:20','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5898,'2017-12-27 10:54:04','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5899,'2017-12-27 10:55:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5900,'2017-12-27 11:02:19','imp','optin_5','mailchimp_7227261368','141.8.143.189','173',0),(5901,'2017-12-27 11:08:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5902,'2017-12-27 11:22:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5903,'2017-12-27 11:23:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(5904,'2017-12-27 11:23:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5905,'2017-12-27 11:32:24','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5906,'2017-12-27 11:32:38','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5907,'2017-12-27 11:32:47','imp','optin_8','7227261368','66.249.79.63','-1',0),(5908,'2017-12-27 11:36:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(5909,'2017-12-27 11:47:44','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(5910,'2017-12-27 11:47:59','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(5911,'2017-12-27 11:48:03','imp','optin_8','7227261368','66.249.79.63','714',0),(5912,'2017-12-27 12:01:46','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(5913,'2017-12-27 12:02:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(5914,'2017-12-27 12:21:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5915,'2017-12-27 12:22:36','imp','optin_5','mailchimp_7227261368','54.36.149.10','673',0),(5916,'2017-12-27 12:22:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','679',0),(5917,'2017-12-27 12:27:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5918,'2017-12-27 12:35:47','imp','optin_5','mailchimp_7227261368','54.36.148.56','573',0),(5919,'2017-12-27 12:57:32','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5920,'2017-12-27 13:01:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(5921,'2017-12-27 13:02:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5922,'2017-12-27 13:03:40','imp','optin_5','mailchimp_7227261368','207.46.13.10','595',0),(5923,'2017-12-27 13:04:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(5924,'2017-12-27 13:30:20','imp','optin_5','mailchimp_7227261368','54.36.149.7','0',0),(5925,'2017-12-27 13:50:21','imp','optin_5','mailchimp_7227261368','54.36.149.56','0',0),(5926,'2017-12-27 14:13:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(5927,'2017-12-27 14:15:46','imp','optin_5','mailchimp_7227261368','141.8.143.189','600',0),(5928,'2017-12-27 14:37:52','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5929,'2017-12-27 14:48:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(5930,'2017-12-27 15:00:03','imp','optin_5','mailchimp_7227261368','5.255.250.7','598',0),(5931,'2017-12-27 15:02:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5932,'2017-12-27 15:04:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5933,'2017-12-27 15:08:09','imp','optin_8','7227261368','66.249.79.63','-1',0),(5934,'2017-12-27 15:08:30','imp','optin_8','7227261368','66.249.79.63','-1',0),(5935,'2017-12-27 15:12:24','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5936,'2017-12-27 15:16:32','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(5937,'2017-12-27 15:16:40','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(5938,'2017-12-27 15:16:44','imp','optin_8','7227261368','66.249.79.63','714',0),(5939,'2017-12-27 15:17:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(5940,'2017-12-27 15:20:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(5941,'2017-12-27 15:25:07','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5942,'2017-12-27 15:29:06','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5943,'2017-12-27 15:38:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(5944,'2017-12-27 15:48:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(5945,'2017-12-27 15:59:11','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(5946,'2017-12-27 15:59:17','imp','optin_5','mailchimp_7227261368','211.115.79.122','667',0),(5947,'2017-12-27 15:59:30','imp','optin_5','mailchimp_7227261368','211.115.79.122','76',0),(5948,'2017-12-27 15:59:36','imp','optin_2','mailchimp_7227261368','211.115.79.122','2',0),(5949,'2017-12-27 15:59:41','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(5950,'2017-12-27 15:59:51','imp','optin_5','mailchimp_7227261368','211.115.79.122','411',0),(5951,'2017-12-27 16:00:01','imp','optin_5','mailchimp_7227261368','211.115.79.122','666',0),(5952,'2017-12-27 16:00:18','imp','optin_5','mailchimp_7227261368','211.115.79.122','664',0),(5953,'2017-12-27 16:00:29','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(5954,'2017-12-27 16:00:34','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(5955,'2017-12-27 16:00:39','imp','optin_5','mailchimp_7227261368','211.115.79.122','665',0),(5956,'2017-12-27 16:00:51','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(5957,'2017-12-27 16:01:09','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(5958,'2017-12-27 16:01:14','imp','optin_5','mailchimp_7227261368','211.115.79.122','663',0),(5959,'2017-12-27 16:01:19','imp','optin_5','mailchimp_7227261368','211.115.79.122','714',0),(5960,'2017-12-27 16:01:24','imp','optin_5','mailchimp_7227261368','211.115.79.122','598',0),(5961,'2017-12-27 16:01:29','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(5962,'2017-12-27 16:06:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(5963,'2017-12-27 16:35:06','imp','optin_5','mailchimp_7227261368','188.166.111.48','0',0),(5964,'2017-12-27 16:35:11','imp','optin_5','mailchimp_7227261368','188.166.111.48','0',0),(5965,'2017-12-27 17:09:45','imp','optin_5','mailchimp_7227261368','157.55.39.222','601',0),(5966,'2017-12-27 17:34:30','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5967,'2017-12-27 17:37:58','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5968,'2017-12-27 18:18:06','imp','optin_5','mailchimp_7227261368','40.77.167.86','0',0),(5969,'2017-12-27 18:24:35','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(5970,'2017-12-27 19:08:20','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(5971,'2017-12-27 19:19:29','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5972,'2017-12-27 19:29:33','imp','optin_5','mailchimp_7227261368','54.36.148.115','0',0),(5973,'2017-12-27 19:42:10','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(5974,'2017-12-27 20:04:29','imp','optin_5','mailchimp_7227261368','54.36.148.255','575',0),(5975,'2017-12-27 20:41:07','imp','optin_2','mailchimp_7227261368','185.22.152.37','92',0),(5976,'2017-12-27 20:43:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(5977,'2017-12-27 20:48:56','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5978,'2017-12-27 21:03:53','imp','optin_2','mailchimp_7227261368','5.194.220.1','92',0),(5979,'2017-12-27 21:04:02','imp','optin_5','mailchimp_7227261368','5.194.220.1','0',0),(5980,'2017-12-27 21:04:10','imp','optin_5','mailchimp_7227261368','5.194.220.1','0',0),(5981,'2017-12-27 21:04:17','imp','optin_8','7227261368','5.194.220.1','-1',0),(5982,'2017-12-27 21:04:26','imp','optin_8','7227261368','5.194.220.1','-1',0),(5983,'2017-12-27 21:04:35','imp','optin_2','mailchimp_7227261368','5.194.220.1','2',0),(5984,'2017-12-27 21:04:39','imp','optin_5','mailchimp_7227261368','5.194.220.1','0',0),(5985,'2017-12-27 21:05:38','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5986,'2017-12-27 22:05:49','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5987,'2017-12-27 22:41:13','imp','optin_5','mailchimp_7227261368','54.36.149.81','595',0),(5988,'2017-12-27 22:58:04','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(5989,'2017-12-27 23:19:10','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(5990,'2017-12-27 23:23:54','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(5991,'2017-12-27 23:24:18','imp','optin_8','7227261368','66.249.79.39','-1',0),(5992,'2017-12-27 23:30:07','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(5993,'2017-12-27 23:31:00','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(5994,'2017-12-27 23:31:47','imp','optin_8','7227261368','66.249.79.63','714',0),(5995,'2017-12-27 23:40:00','imp','optin_2','mailchimp_7227261368','208.110.69.85','92',0),(5996,'2017-12-28 00:27:35','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(5997,'2017-12-28 00:28:43','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(5998,'2017-12-28 00:31:20','imp','optin_5','mailchimp_7227261368','207.46.13.169','600',0),(5999,'2017-12-28 00:43:40','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6000,'2017-12-28 01:01:18','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6001,'2017-12-28 01:08:01','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6002,'2017-12-28 01:12:33','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6003,'2017-12-28 01:17:32','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(6004,'2017-12-28 01:39:36','imp','optin_5','mailchimp_7227261368','54.36.149.73','0',0),(6005,'2017-12-28 02:06:50','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6006,'2017-12-28 02:06:59','imp','optin_8','7227261368','66.249.79.35','-1',0),(6007,'2017-12-28 02:11:15','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6008,'2017-12-28 02:20:36','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6009,'2017-12-28 02:33:26','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6010,'2017-12-28 02:34:24','imp','optin_8','7227261368','66.249.79.63','0',0),(6011,'2017-12-28 02:45:45','imp','optin_5','mailchimp_7227261368','195.181.160.68','0',0),(6012,'2017-12-28 03:37:07','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(6013,'2017-12-28 04:14:51','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6014,'2017-12-28 04:37:57','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6015,'2017-12-28 05:04:58','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6016,'2017-12-28 05:05:21','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6017,'2017-12-28 05:06:01','imp','optin_8','7227261368','66.249.79.35','714',0),(6018,'2017-12-28 05:57:19','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6019,'2017-12-28 06:05:19','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6020,'2017-12-28 06:13:05','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6021,'2017-12-28 06:13:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6022,'2017-12-28 06:27:22','imp','optin_2','mailchimp_7227261368','60.242.238.237','92',0),(6023,'2017-12-28 06:27:30','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6024,'2017-12-28 06:27:36','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6025,'2017-12-28 06:27:49','imp','optin_8','7227261368','60.242.238.237','-1',0),(6026,'2017-12-28 06:27:55','imp','optin_8','7227261368','60.242.238.237','-1',0),(6027,'2017-12-28 06:28:26','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6028,'2017-12-28 06:28:55','imp','optin_2','mailchimp_7227261368','60.242.238.237','2',0),(6029,'2017-12-28 06:28:58','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6030,'2017-12-28 06:29:18','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6031,'2017-12-28 06:29:43','imp','optin_5','mailchimp_7227261368','60.242.238.237','0',0),(6032,'2017-12-28 06:56:49','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6033,'2017-12-28 08:32:44','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6034,'2017-12-28 08:36:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(6035,'2017-12-28 08:36:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(6036,'2017-12-28 08:37:33','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6037,'2017-12-28 08:39:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6038,'2017-12-28 08:44:17','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6039,'2017-12-28 08:53:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','593',0),(6040,'2017-12-28 09:10:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6041,'2017-12-28 09:22:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6042,'2017-12-28 09:24:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6043,'2017-12-28 10:06:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6044,'2017-12-28 10:24:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6045,'2017-12-28 10:40:14','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(6046,'2017-12-28 10:47:50','imp','optin_5','mailchimp_7227261368','40.77.167.36','0',0),(6047,'2017-12-28 10:53:19','imp','optin_5','mailchimp_7227261368','5.255.250.7','678',0),(6048,'2017-12-28 11:10:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6049,'2017-12-28 11:20:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(6050,'2017-12-28 11:41:14','imp','optin_5','mailchimp_7227261368','54.36.149.52','682',0),(6051,'2017-12-28 11:51:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6052,'2017-12-28 12:26:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(6053,'2017-12-28 12:44:04','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6054,'2017-12-28 12:44:14','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(6055,'2017-12-28 12:45:12','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6056,'2017-12-28 12:47:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6057,'2017-12-28 12:58:17','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6058,'2017-12-28 12:58:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6059,'2017-12-28 12:58:49','imp','optin_8','7227261368','66.249.79.63','-1',0),(6060,'2017-12-28 13:06:37','imp','optin_5','mailchimp_7227261368','40.77.167.59','0',0),(6061,'2017-12-28 13:09:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(6062,'2017-12-28 13:10:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6063,'2017-12-28 13:24:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(6064,'2017-12-28 13:38:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(6065,'2017-12-28 13:47:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(6066,'2017-12-28 14:04:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(6067,'2017-12-28 14:12:25','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6068,'2017-12-28 14:26:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6069,'2017-12-28 14:46:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(6070,'2017-12-28 14:48:09','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6071,'2017-12-28 14:48:29','imp','optin_8','7227261368','66.249.79.35','-1',0),(6072,'2017-12-28 14:51:01','imp','optin_5','mailchimp_7227261368','54.36.148.117','592',0),(6073,'2017-12-28 14:51:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6074,'2017-12-28 15:40:59','imp','optin_2','mailchimp_7227261368','104.168.142.54','92',0),(6075,'2017-12-28 15:53:28','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6076,'2017-12-28 15:57:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','682',0),(6077,'2017-12-28 16:10:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6078,'2017-12-28 16:20:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6079,'2017-12-28 16:37:15','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(6080,'2017-12-28 16:43:47','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6081,'2017-12-28 16:44:20','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(6082,'2017-12-28 16:44:33','imp','optin_8','7227261368','66.249.79.63','714',0),(6083,'2017-12-28 16:46:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6084,'2017-12-28 16:47:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(6085,'2017-12-28 16:49:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6086,'2017-12-28 17:23:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6087,'2017-12-28 18:19:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6088,'2017-12-28 18:22:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(6089,'2017-12-28 18:25:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6090,'2017-12-28 18:28:31','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6091,'2017-12-28 18:32:16','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6092,'2017-12-28 18:39:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6093,'2017-12-28 19:03:40','imp','optin_2','mailchimp_7227261368','40.77.167.170','92',0),(6094,'2017-12-28 19:20:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6095,'2017-12-28 19:23:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6096,'2017-12-28 19:28:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6097,'2017-12-28 19:38:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6098,'2017-12-28 19:45:28','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6099,'2017-12-28 20:17:15','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6100,'2017-12-28 20:17:34','imp','optin_8','7227261368','66.249.79.35','714',0),(6101,'2017-12-28 20:24:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6102,'2017-12-28 20:25:19','imp','optin_5','mailchimp_7227261368','40.77.167.170','411',0),(6103,'2017-12-28 21:08:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(6104,'2017-12-28 21:25:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6105,'2017-12-28 22:04:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(6106,'2017-12-28 22:12:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6107,'2017-12-28 22:15:07','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6108,'2017-12-28 22:27:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6109,'2017-12-28 22:34:11','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(6110,'2017-12-28 22:34:31','imp','optin_8','7227261368','66.249.79.63','0',0),(6111,'2017-12-28 22:34:43','imp','optin_8','7227261368','66.249.79.63','0',0),(6112,'2017-12-28 22:38:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(6113,'2017-12-28 23:32:20','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6114,'2017-12-28 23:33:11','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6115,'2017-12-28 23:33:22','imp','optin_8','7227261368','66.249.79.63','714',0),(6116,'2017-12-28 23:42:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6117,'2017-12-28 23:53:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(6118,'2017-12-28 23:58:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6119,'2017-12-29 00:08:32','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6120,'2017-12-29 00:09:58','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6121,'2017-12-29 00:26:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(6122,'2017-12-29 00:27:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6123,'2017-12-29 00:29:47','imp','optin_5','mailchimp_7227261368','54.36.148.145','0',0),(6124,'2017-12-29 00:46:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6125,'2017-12-29 00:48:04','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6126,'2017-12-29 00:48:17','imp','optin_8','7227261368','66.249.79.35','-1',0),(6127,'2017-12-29 01:22:48','imp','optin_5','mailchimp_7227261368','54.36.148.101','0',0),(6128,'2017-12-29 01:41:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(6129,'2017-12-29 01:42:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(6130,'2017-12-29 01:59:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6131,'2017-12-29 02:08:59','imp','optin_2','mailchimp_7227261368','213.227.139.199','92',0),(6132,'2017-12-29 02:40:19','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6133,'2017-12-29 04:17:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6134,'2017-12-29 04:17:31','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6135,'2017-12-29 04:27:50','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6136,'2017-12-29 05:08:09','imp','optin_5','mailchimp_7227261368','54.36.149.67','682',0),(6137,'2017-12-29 05:58:03','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6138,'2017-12-29 06:15:12','imp','optin_2','mailchimp_7227261368','106.120.173.134','92',0),(6139,'2017-12-29 06:24:51','imp','optin_5','mailchimp_7227261368','54.36.149.81','592',0),(6140,'2017-12-29 06:43:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6141,'2017-12-29 07:25:14','imp','optin_5','mailchimp_7227261368','34.207.98.73','598',0),(6142,'2017-12-29 07:36:21','imp','optin_5','mailchimp_7227261368','157.55.39.160','570',0),(6143,'2017-12-29 08:57:51','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6144,'2017-12-29 09:06:26','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6145,'2017-12-29 09:06:43','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6146,'2017-12-29 09:25:24','imp','optin_5','mailchimp_7227261368','54.36.148.62','0',0),(6147,'2017-12-29 09:30:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6148,'2017-12-29 09:30:15','imp','optin_8','7227261368','66.249.79.63','-1',0),(6149,'2017-12-29 09:54:03','imp','optin_5','mailchimp_7227261368','185.174.172.207','0',0),(6150,'2017-12-29 10:13:07','imp','optin_5','mailchimp_7227261368','54.36.148.63','0',0),(6151,'2017-12-29 10:15:55','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6152,'2017-12-29 10:23:08','imp','optin_5','mailchimp_7227261368','157.55.39.160','0',0),(6153,'2017-12-29 10:23:59','imp','optin_2','mailchimp_7227261368','157.55.39.223','2',0),(6154,'2017-12-29 10:26:11','imp','optin_2','mailchimp_7227261368','68.180.228.107','92',0),(6155,'2017-12-29 10:41:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6156,'2017-12-29 11:06:02','imp','optin_5','mailchimp_7227261368','54.36.149.8','679',0),(6157,'2017-12-29 11:07:07','imp','optin_5','mailchimp_7227261368','34.207.98.73','602',0),(6158,'2017-12-29 11:07:13','imp','optin_5','mailchimp_7227261368','34.207.98.73','601',0),(6159,'2017-12-29 12:15:27','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6160,'2017-12-29 12:15:35','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6161,'2017-12-29 12:15:50','imp','optin_8','7227261368','66.249.79.63','714',0),(6162,'2017-12-29 12:15:53','imp','optin_2','mailchimp_7227261368','1.129.109.11','92',0),(6163,'2017-12-29 12:16:00','imp','optin_5','mailchimp_7227261368','1.129.109.11','0',0),(6164,'2017-12-29 12:16:08','imp','optin_5','mailchimp_7227261368','1.129.109.11','0',0),(6165,'2017-12-29 12:16:14','imp','optin_8','7227261368','1.129.109.11','-1',0),(6166,'2017-12-29 12:16:33','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6167,'2017-12-29 12:16:59','imp','optin_8','7227261368','66.249.79.35','-1',0),(6168,'2017-12-29 12:17:47','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6169,'2017-12-29 12:45:18','imp','optin_5','mailchimp_7227261368','54.36.149.93','595',0),(6170,'2017-12-29 13:08:31','imp','optin_5','mailchimp_7227261368','54.36.148.148','0',0),(6171,'2017-12-29 13:31:40','imp','optin_5','mailchimp_7227261368','157.55.39.160','0',0),(6172,'2017-12-29 14:01:45','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6173,'2017-12-29 14:01:52','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6174,'2017-12-29 14:01:52','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6175,'2017-12-29 14:02:04','imp','optin_8','7227261368','66.249.79.63','-1',0),(6176,'2017-12-29 14:03:03','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6177,'2017-12-29 14:03:14','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6178,'2017-12-29 14:03:21','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6179,'2017-12-29 14:03:27','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6180,'2017-12-29 14:03:33','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6181,'2017-12-29 14:03:40','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6182,'2017-12-29 14:03:44','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6183,'2017-12-29 14:03:50','imp','optin_5','mailchimp_7227261368','185.38.249.125','0',0),(6184,'2017-12-29 15:01:45','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6185,'2017-12-29 15:14:21','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(6186,'2017-12-29 15:14:26','imp','optin_8','7227261368','66.249.79.35','714',0),(6187,'2017-12-29 15:16:45','imp','optin_5','mailchimp_7227261368','188.226.190.113','0',0),(6188,'2017-12-29 15:30:40','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6189,'2017-12-29 16:50:10','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6190,'2017-12-29 16:57:11','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6191,'2017-12-29 16:57:23','imp','optin_8','7227261368','66.249.79.63','0',0),(6192,'2017-12-29 17:21:32','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6193,'2017-12-29 18:10:20','imp','optin_5','mailchimp_7227261368','195.154.59.236','0',0),(6194,'2017-12-29 18:29:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6195,'2017-12-29 18:33:28','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6196,'2017-12-29 19:01:21','imp','optin_5','mailchimp_7227261368','51.255.71.131','575',0),(6197,'2017-12-29 19:56:57','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6198,'2017-12-29 19:57:51','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6199,'2017-12-29 20:00:24','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6200,'2017-12-29 20:27:55','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6201,'2017-12-29 20:36:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6202,'2017-12-29 20:39:53','imp','optin_5','mailchimp_7227261368','54.36.148.249','0',0),(6203,'2017-12-29 20:43:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6204,'2017-12-29 20:44:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6205,'2017-12-29 20:44:39','imp','optin_5','mailchimp_7227261368','40.77.167.103','173',0),(6206,'2017-12-29 20:56:20','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(6207,'2017-12-29 21:01:20','imp','optin_5','mailchimp_7227261368','5.255.250.7','835',0),(6208,'2017-12-29 21:31:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(6209,'2017-12-29 21:48:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(6210,'2017-12-29 22:14:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6211,'2017-12-29 22:18:51','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6212,'2017-12-29 22:24:37','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6213,'2017-12-29 22:30:23','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(6214,'2017-12-29 22:31:17','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6215,'2017-12-29 22:31:34','imp','optin_8','7227261368','66.249.79.35','0',0),(6216,'2017-12-29 22:31:49','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(6217,'2017-12-29 22:39:29','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6218,'2017-12-29 22:41:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6219,'2017-12-29 23:01:01','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6220,'2017-12-29 23:15:18','imp','optin_2','mailchimp_7227261368','49.182.95.80','92',0),(6221,'2017-12-29 23:15:25','imp','optin_5','mailchimp_7227261368','49.182.95.80','0',0),(6222,'2017-12-29 23:15:59','imp','optin_2','mailchimp_7227261368','49.182.95.80','2',0),(6223,'2017-12-29 23:16:03','imp','optin_5','mailchimp_7227261368','49.182.95.80','0',0),(6224,'2017-12-29 23:16:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(6225,'2017-12-29 23:28:20','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6226,'2017-12-29 23:28:28','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6227,'2017-12-29 23:28:32','imp','optin_8','7227261368','66.249.79.63','714',0),(6228,'2017-12-29 23:43:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(6229,'2017-12-30 00:04:19','imp','optin_5','mailchimp_7227261368','54.36.148.125','0',0),(6230,'2017-12-30 00:10:05','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6231,'2017-12-30 00:10:21','imp','optin_8','7227261368','66.249.79.35','-1',0),(6232,'2017-12-30 00:10:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(6233,'2017-12-30 00:11:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6234,'2017-12-30 00:12:03','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6235,'2017-12-30 01:04:16','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6236,'2017-12-30 01:04:24','imp','optin_8','7227261368','66.249.79.63','-1',0),(6237,'2017-12-30 01:10:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(6238,'2017-12-30 01:12:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(6239,'2017-12-30 01:14:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6240,'2017-12-30 01:25:19','imp','optin_5','mailchimp_7227261368','54.36.148.113','0',0),(6241,'2017-12-30 01:35:26','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6242,'2017-12-30 01:38:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(6243,'2017-12-30 01:53:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6244,'2017-12-30 01:57:15','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6245,'2017-12-30 02:14:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6246,'2017-12-30 02:40:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6247,'2017-12-30 02:46:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(6248,'2017-12-30 02:49:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(6249,'2017-12-30 03:02:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6250,'2017-12-30 03:34:51','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6251,'2017-12-30 03:43:35','imp','optin_5','mailchimp_7227261368','54.36.148.128','0',0),(6252,'2017-12-30 03:56:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6253,'2017-12-30 04:08:33','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6254,'2017-12-30 04:10:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6255,'2017-12-30 04:23:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6256,'2017-12-30 04:31:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(6257,'2017-12-30 04:32:01','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6258,'2017-12-30 04:32:15','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6259,'2017-12-30 04:32:21','imp','optin_8','7227261368','66.249.79.63','714',0),(6260,'2017-12-30 04:58:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6261,'2017-12-30 05:41:19','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6262,'2017-12-30 05:45:24','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6263,'2017-12-30 06:14:04','imp','optin_5','mailchimp_7227261368','54.36.148.173','0',0),(6264,'2017-12-30 06:15:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6265,'2017-12-30 06:35:44','imp','optin_5','mailchimp_7227261368','157.55.39.70','679',0),(6266,'2017-12-30 06:40:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(6267,'2017-12-30 06:40:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(6268,'2017-12-30 06:40:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(6269,'2017-12-30 06:42:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(6270,'2017-12-30 06:56:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6271,'2017-12-30 06:56:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6272,'2017-12-30 07:11:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','682',0),(6273,'2017-12-30 07:21:58','imp','optin_2','mailchimp_7227261368','95.221.61.68','92',0),(6274,'2017-12-30 07:24:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','600',0),(6275,'2017-12-30 07:27:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','680',0),(6276,'2017-12-30 07:40:59','imp','optin_5','mailchimp_7227261368','54.36.148.155','663',0),(6277,'2017-12-30 07:41:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(6278,'2017-12-30 07:41:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(6279,'2017-12-30 07:50:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(6280,'2017-12-30 08:09:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6281,'2017-12-30 08:09:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6282,'2017-12-30 08:10:20','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6283,'2017-12-30 08:14:32','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6284,'2017-12-30 08:21:10','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6285,'2017-12-30 08:23:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6286,'2017-12-30 08:28:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6287,'2017-12-30 08:42:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(6288,'2017-12-30 09:25:55','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6289,'2017-12-30 09:26:05','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6290,'2017-12-30 09:34:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6291,'2017-12-30 09:37:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6292,'2017-12-30 09:57:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(6293,'2017-12-30 10:02:23','imp','optin_5','mailchimp_7227261368','207.46.13.206','0',0),(6294,'2017-12-30 10:04:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(6295,'2017-12-30 10:05:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(6296,'2017-12-30 10:12:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6297,'2017-12-30 10:28:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(6298,'2017-12-30 10:39:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6299,'2017-12-30 10:45:32','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6300,'2017-12-30 10:57:46','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6301,'2017-12-30 11:12:51','imp','optin_5','mailchimp_7227261368','157.55.39.160','0',0),(6302,'2017-12-30 11:28:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(6303,'2017-12-30 11:35:14','imp','optin_2','mailchimp_7227261368','67.188.2.62','92',0),(6304,'2017-12-30 11:35:22','imp','optin_5','mailchimp_7227261368','67.188.2.62','0',0),(6305,'2017-12-30 11:36:43','imp','optin_2','mailchimp_7227261368','54.36.149.96','92',0),(6306,'2017-12-30 11:39:05','imp','optin_5','mailchimp_7227261368','54.36.148.98','0',0),(6307,'2017-12-30 11:46:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6308,'2017-12-30 12:03:13','imp','optin_5','mailchimp_7227261368','5.255.250.7','177',0),(6309,'2017-12-30 12:04:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6310,'2017-12-30 12:12:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6311,'2017-12-30 12:24:39','imp','optin_5','mailchimp_7227261368','185.100.222.127','0',0),(6312,'2017-12-30 12:27:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6313,'2017-12-30 12:28:24','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6314,'2017-12-30 12:28:34','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6315,'2017-12-30 12:28:50','imp','optin_8','7227261368','66.249.79.63','714',0),(6316,'2017-12-30 12:36:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(6317,'2017-12-30 12:39:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6318,'2017-12-30 12:40:54','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(6319,'2017-12-30 12:42:02','imp','optin_2','mailchimp_7227261368','200.116.227.138','92',0),(6320,'2017-12-30 12:45:09','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6321,'2017-12-30 12:45:27','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6322,'2017-12-30 12:45:43','imp','optin_8','7227261368','66.249.79.63','-1',0),(6323,'2017-12-30 12:55:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(6324,'2017-12-30 12:59:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6325,'2017-12-30 13:12:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6326,'2017-12-30 13:18:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6327,'2017-12-30 13:26:42','imp','optin_2','mailchimp_7227261368','64.246.187.42','92',0),(6328,'2017-12-30 13:42:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(6329,'2017-12-30 13:51:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6330,'2017-12-30 14:02:16','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(6331,'2017-12-30 14:03:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6332,'2017-12-30 14:08:05','imp','optin_5','mailchimp_7227261368','5.255.250.7','173',0),(6333,'2017-12-30 14:41:27','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6334,'2017-12-30 14:58:30','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6335,'2017-12-30 15:01:08','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6336,'2017-12-30 15:01:12','imp','optin_8','7227261368','66.249.79.35','714',0),(6337,'2017-12-30 15:17:01','imp','optin_5','mailchimp_7227261368','54.36.148.72','681',0),(6338,'2017-12-30 15:24:54','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6339,'2017-12-30 16:34:45','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6340,'2017-12-30 17:21:33','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6341,'2017-12-30 17:44:55','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6342,'2017-12-30 17:56:47','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6343,'2017-12-30 18:06:27','imp','optin_5','mailchimp_7227261368','185.100.222.127','0',0),(6344,'2017-12-30 18:08:59','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6345,'2017-12-30 18:09:29','imp','optin_8','7227261368','66.249.79.39','-1',0),(6346,'2017-12-30 18:12:24','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6347,'2017-12-30 19:15:23','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6348,'2017-12-30 19:43:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6349,'2017-12-30 20:26:28','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6350,'2017-12-30 20:36:24','imp','optin_2','mailchimp_7227261368','82.46.182.59','92',0),(6351,'2017-12-30 20:36:33','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6352,'2017-12-30 20:37:53','imp','optin_5','mailchimp_7227261368','82.46.182.59','665',0),(6353,'2017-12-30 20:37:58','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6354,'2017-12-30 20:39:27','imp','optin_5','mailchimp_7227261368','82.46.182.59','667',0),(6355,'2017-12-30 20:39:31','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6356,'2017-12-30 20:40:33','imp','optin_5','mailchimp_7227261368','82.46.182.59','602',0),(6357,'2017-12-30 20:40:39','imp','optin_5','mailchimp_7227261368','82.46.182.59','602',0),(6358,'2017-12-30 20:40:43','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6359,'2017-12-30 20:41:46','imp','optin_5','mailchimp_7227261368','82.46.182.59','601',0),(6360,'2017-12-30 20:41:49','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6361,'2017-12-30 20:42:50','imp','optin_5','mailchimp_7227261368','82.46.182.59','663',0),(6362,'2017-12-30 20:42:54','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6363,'2017-12-30 20:43:34','imp','optin_5','mailchimp_7227261368','82.46.182.59','666',0),(6364,'2017-12-30 20:43:40','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6365,'2017-12-30 20:44:40','imp','optin_2','mailchimp_7227261368','82.46.182.59','92',0),(6366,'2017-12-30 20:44:44','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6367,'2017-12-30 20:45:40','imp','optin_5','mailchimp_7227261368','82.46.182.59','714',0),(6368,'2017-12-30 20:45:45','imp','optin_5','mailchimp_7227261368','82.46.182.59','0',0),(6369,'2017-12-30 20:50:57','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6370,'2017-12-30 21:31:30','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6371,'2017-12-30 21:38:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6372,'2017-12-30 21:38:25','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6373,'2017-12-30 21:57:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6374,'2017-12-31 00:19:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6375,'2017-12-31 00:59:11','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6376,'2017-12-31 01:00:29','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6377,'2017-12-31 01:00:38','imp','optin_8','7227261368','66.249.79.35','-1',0),(6378,'2017-12-31 01:02:22','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6379,'2017-12-31 01:02:33','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6380,'2017-12-31 01:02:37','imp','optin_8','7227261368','66.249.79.63','714',0),(6381,'2017-12-31 01:15:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6382,'2017-12-31 02:42:49','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6383,'2017-12-31 03:01:06','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6384,'2017-12-31 03:01:19','imp','optin_8','7227261368','66.249.79.63','0',0),(6385,'2017-12-31 03:27:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6386,'2017-12-31 04:07:21','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6387,'2017-12-31 04:12:13','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6388,'2017-12-31 04:17:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6389,'2017-12-31 04:34:14','imp','optin_2','mailchimp_7227261368','94.208.74.238','92',0),(6390,'2017-12-31 04:34:25','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6391,'2017-12-31 04:34:33','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6392,'2017-12-31 04:34:50','imp','optin_8','7227261368','94.208.74.238','-1',0),(6393,'2017-12-31 04:36:20','imp','optin_2','mailchimp_7227261368','94.208.74.238','2',0),(6394,'2017-12-31 04:36:25','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6395,'2017-12-31 04:48:24','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6396,'2017-12-31 04:48:34','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6397,'2017-12-31 04:53:05','imp','optin_5','mailchimp_7227261368','94.208.74.238','835',0),(6398,'2017-12-31 04:53:11','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6399,'2017-12-31 04:54:29','imp','optin_5','mailchimp_7227261368','94.208.74.238','843',0),(6400,'2017-12-31 04:54:34','imp','optin_5','mailchimp_7227261368','94.208.74.238','0',0),(6401,'2017-12-31 05:02:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6402,'2017-12-31 05:25:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6403,'2017-12-31 06:02:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6404,'2017-12-31 06:04:20','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6405,'2017-12-31 06:04:37','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6406,'2017-12-31 06:04:41','imp','optin_8','7227261368','66.249.79.35','714',0),(6407,'2017-12-31 06:22:27','imp','optin_5','mailchimp_7227261368','94.208.74.238','843',0),(6408,'2017-12-31 07:01:53','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6409,'2017-12-31 07:05:22','imp','optin_2','mailchimp_7227261368','79.118.83.58','92',0),(6410,'2017-12-31 07:05:32','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6411,'2017-12-31 07:06:16','imp','optin_5','mailchimp_7227261368','79.118.83.58','714',0),(6412,'2017-12-31 07:06:22','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6413,'2017-12-31 07:07:57','imp','optin_2','mailchimp_7227261368','79.118.83.58','92',0),(6414,'2017-12-31 07:08:06','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6415,'2017-12-31 07:08:20','imp','optin_2','mailchimp_7227261368','79.118.83.58','92',0),(6416,'2017-12-31 07:08:30','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6417,'2017-12-31 07:08:53','imp','optin_2','mailchimp_7227261368','79.118.83.58','92',0),(6418,'2017-12-31 07:08:57','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6419,'2017-12-31 07:09:05','imp','optin_2','mailchimp_7227261368','79.118.83.58','2',0),(6420,'2017-12-31 07:09:10','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6421,'2017-12-31 07:09:57','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6422,'2017-12-31 07:10:35','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6423,'2017-12-31 07:10:41','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6424,'2017-12-31 07:11:42','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6425,'2017-12-31 07:11:46','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6426,'2017-12-31 07:12:17','imp','optin_5','mailchimp_7227261368','79.118.83.58','714',0),(6427,'2017-12-31 07:12:23','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6428,'2017-12-31 07:12:27','imp','optin_7','mailchimp_7227261368','79.118.83.58','714',0),(6429,'2017-12-31 08:00:53','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6430,'2017-12-31 08:14:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6431,'2017-12-31 08:33:14','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6432,'2017-12-31 08:33:23','imp','optin_8','7227261368','66.249.79.63','-1',0),(6433,'2017-12-31 09:00:31','imp','optin_2','mailchimp_7227261368','5.144.225.64','92',0),(6434,'2017-12-31 09:00:41','imp','optin_5','mailchimp_7227261368','5.144.225.64','0',0),(6435,'2017-12-31 09:00:41','imp','optin_5','mailchimp_7227261368','5.144.225.64','0',0),(6436,'2017-12-31 09:00:50','imp','optin_2','mailchimp_7227261368','5.144.225.64','2',0),(6437,'2017-12-31 09:00:54','imp','optin_5','mailchimp_7227261368','5.144.225.64','0',0),(6438,'2017-12-31 09:01:18','imp','optin_8','7227261368','5.144.225.64','2',0),(6439,'2017-12-31 09:10:10','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6440,'2017-12-31 09:46:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6441,'2017-12-31 09:46:28','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6442,'2017-12-31 09:59:46','imp','optin_5','mailchimp_7227261368','66.249.79.35','843',0),(6443,'2017-12-31 10:21:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6444,'2017-12-31 10:25:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(6445,'2017-12-31 10:40:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(6446,'2017-12-31 10:53:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(6447,'2017-12-31 11:00:02','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6448,'2017-12-31 11:10:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6449,'2017-12-31 11:26:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6450,'2017-12-31 11:37:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6451,'2017-12-31 12:12:42','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6452,'2017-12-31 12:13:03','imp','optin_8','7227261368','66.249.79.63','-1',0),(6453,'2017-12-31 12:13:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(6454,'2017-12-31 12:56:09','imp','optin_5','mailchimp_7227261368','54.36.148.60','667',0),(6455,'2017-12-31 13:02:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(6456,'2017-12-31 13:20:53','imp','optin_5','mailchimp_7227261368','54.36.148.151','593',0),(6457,'2017-12-31 13:27:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6458,'2017-12-31 13:29:05','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6459,'2017-12-31 13:29:13','imp','optin_8','7227261368','66.249.79.63','-1',0),(6460,'2017-12-31 13:29:15','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6461,'2017-12-31 13:29:20','imp','optin_8','7227261368','66.249.79.63','714',0),(6462,'2017-12-31 13:35:55','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(6463,'2017-12-31 13:53:25','imp','optin_5','mailchimp_7227261368','157.55.39.254','664',0),(6464,'2017-12-31 13:59:27','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6465,'2017-12-31 14:09:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6466,'2017-12-31 14:18:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(6467,'2017-12-31 15:24:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(6468,'2017-12-31 15:24:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(6469,'2017-12-31 15:26:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(6470,'2017-12-31 15:46:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6471,'2017-12-31 15:59:17','imp','optin_5','mailchimp_7227261368','157.55.39.115','0',0),(6472,'2017-12-31 16:27:31','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6473,'2017-12-31 16:27:41','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6474,'2017-12-31 16:30:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(6475,'2017-12-31 16:31:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(6476,'2017-12-31 16:32:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6477,'2017-12-31 16:59:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6478,'2017-12-31 17:07:23','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6479,'2017-12-31 17:14:24','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6480,'2017-12-31 17:22:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6481,'2017-12-31 18:08:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(6482,'2017-12-31 18:15:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6483,'2017-12-31 18:29:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6484,'2017-12-31 18:56:02','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6485,'2017-12-31 18:56:11','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6486,'2017-12-31 18:56:15','imp','optin_8','7227261368','66.249.79.63','714',0),(6487,'2017-12-31 18:59:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(6488,'2017-12-31 19:02:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6489,'2017-12-31 19:13:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6490,'2017-12-31 19:15:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6491,'2017-12-31 19:22:36','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6492,'2017-12-31 19:37:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6493,'2017-12-31 19:41:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(6494,'2017-12-31 19:42:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','835',0),(6495,'2017-12-31 19:44:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(6496,'2017-12-31 19:52:05','imp','optin_2','mailchimp_7227261368','104.236.43.75','92',0),(6497,'2017-12-31 19:52:15','imp','optin_5','mailchimp_7227261368','104.236.43.75','76',0),(6498,'2017-12-31 19:52:20','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6499,'2017-12-31 19:52:25','imp','optin_2','mailchimp_7227261368','104.236.43.75','2',0),(6500,'2017-12-31 19:52:44','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6501,'2017-12-31 19:52:48','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6502,'2017-12-31 19:52:58','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6503,'2017-12-31 19:53:03','imp','optin_5','mailchimp_7227261368','104.236.43.75','577',0),(6504,'2017-12-31 19:53:08','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6505,'2017-12-31 19:53:14','imp','optin_5','mailchimp_7227261368','104.236.43.75','600',0),(6506,'2017-12-31 19:53:19','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6507,'2017-12-31 19:53:24','imp','optin_5','mailchimp_7227261368','104.236.43.75','666',0),(6508,'2017-12-31 19:53:29','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6509,'2017-12-31 19:53:34','imp','optin_5','mailchimp_7227261368','104.236.43.75','667',0),(6510,'2017-12-31 19:53:40','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6511,'2017-12-31 19:53:45','imp','optin_5','mailchimp_7227261368','104.236.43.75','601',0),(6512,'2017-12-31 19:53:50','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6513,'2017-12-31 19:53:54','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6514,'2017-12-31 19:53:59','imp','optin_5','mailchimp_7227261368','104.236.43.75','598',0),(6515,'2017-12-31 19:54:09','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6516,'2017-12-31 19:54:14','imp','optin_5','mailchimp_7227261368','104.236.43.75','673',0),(6517,'2017-12-31 19:54:19','imp','optin_5','mailchimp_7227261368','104.236.43.75','682',0),(6518,'2017-12-31 19:54:25','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6519,'2017-12-31 19:54:30','imp','optin_5','mailchimp_7227261368','104.236.43.75','663',0),(6520,'2017-12-31 19:54:36','imp','optin_5','mailchimp_7227261368','104.236.43.75','599',0),(6521,'2017-12-31 19:54:41','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6522,'2017-12-31 19:54:46','imp','optin_5','mailchimp_7227261368','104.236.43.75','683',0),(6523,'2017-12-31 19:54:51','imp','optin_5','mailchimp_7227261368','104.236.43.75','594',0),(6524,'2017-12-31 19:54:56','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6525,'2017-12-31 19:55:01','imp','optin_5','mailchimp_7227261368','104.236.43.75','665',0),(6526,'2017-12-31 19:55:07','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6527,'2017-12-31 19:55:17','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6528,'2017-12-31 19:55:23','imp','optin_5','mailchimp_7227261368','104.236.43.75','593',0),(6529,'2017-12-31 19:55:28','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6530,'2017-12-31 19:55:32','imp','optin_5','mailchimp_7227261368','104.236.43.75','591',0),(6531,'2017-12-31 19:55:38','imp','optin_5','mailchimp_7227261368','104.236.43.75','678',0),(6532,'2017-12-31 19:55:43','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6533,'2017-12-31 19:55:48','imp','optin_5','mailchimp_7227261368','104.236.43.75','681',0),(6534,'2017-12-31 19:55:54','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6535,'2017-12-31 19:55:59','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6536,'2017-12-31 19:56:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(6537,'2017-12-31 19:56:08','imp','optin_5','mailchimp_7227261368','104.236.43.75','668',0),(6538,'2017-12-31 19:56:13','imp','optin_5','mailchimp_7227261368','104.236.43.75','680',0),(6539,'2017-12-31 19:56:19','imp','optin_5','mailchimp_7227261368','104.236.43.75','664',0),(6540,'2017-12-31 19:56:24','imp','optin_5','mailchimp_7227261368','104.236.43.75','570',0),(6541,'2017-12-31 19:56:29','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6542,'2017-12-31 19:56:34','imp','optin_5','mailchimp_7227261368','104.236.43.75','573',0),(6543,'2017-12-31 19:56:40','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6544,'2017-12-31 19:56:45','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6545,'2017-12-31 19:56:50','imp','optin_5','mailchimp_7227261368','104.236.43.75','602',0),(6546,'2017-12-31 19:56:59','imp','optin_5','mailchimp_7227261368','104.236.43.75','835',0),(6547,'2017-12-31 19:57:04','imp','optin_5','mailchimp_7227261368','104.236.43.75','592',0),(6548,'2017-12-31 19:57:09','imp','optin_5','mailchimp_7227261368','104.236.43.75','575',0),(6549,'2017-12-31 19:57:15','imp','optin_5','mailchimp_7227261368','104.236.43.75','597',0),(6550,'2017-12-31 19:57:20','imp','optin_5','mailchimp_7227261368','104.236.43.75','411',0),(6551,'2017-12-31 19:57:24','imp','optin_5','mailchimp_7227261368','104.236.43.75','843',0),(6552,'2017-12-31 19:57:30','imp','optin_5','mailchimp_7227261368','104.236.43.75','679',0),(6553,'2017-12-31 19:57:35','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6554,'2017-12-31 19:57:40','imp','optin_5','mailchimp_7227261368','104.236.43.75','595',0),(6555,'2017-12-31 19:57:46','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6556,'2017-12-31 19:57:51','imp','optin_5','mailchimp_7227261368','104.236.43.75','0',0),(6557,'2017-12-31 19:58:00','imp','optin_5','mailchimp_7227261368','104.236.43.75','714',0),(6558,'2017-12-31 19:58:05','imp','optin_5','mailchimp_7227261368','104.236.43.75','714',0),(6559,'2017-12-31 20:41:00','imp','optin_2','mailchimp_7227261368','37.62.60.230','92',0),(6560,'2017-12-31 20:41:09','imp','optin_5','mailchimp_7227261368','37.62.60.230','0',0),(6561,'2017-12-31 20:42:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6562,'2017-12-31 20:52:18','imp','optin_5','mailchimp_7227261368','54.36.148.169','0',0),(6563,'2017-12-31 20:57:23','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6564,'2017-12-31 21:25:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6565,'2017-12-31 21:33:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6566,'2017-12-31 21:44:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6567,'2017-12-31 21:45:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(6568,'2017-12-31 21:49:38','imp','optin_5','mailchimp_7227261368','54.36.149.42','0',0),(6569,'2017-12-31 22:00:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6570,'2017-12-31 22:13:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(6571,'2017-12-31 22:14:10','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6572,'2017-12-31 23:05:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6573,'2017-12-31 23:09:16','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6574,'2017-12-31 23:13:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6575,'2017-12-31 23:14:44','imp','optin_5','mailchimp_7227261368','66.249.79.35','843',0),(6576,'2017-12-31 23:24:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(6577,'2017-12-31 23:28:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(6578,'2017-12-31 23:42:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6579,'2017-12-31 23:49:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6580,'2017-12-31 23:50:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6581,'2018-01-01 00:08:25','imp','optin_5','mailchimp_7227261368','54.36.148.173','0',0),(6582,'2018-01-01 00:33:15','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6583,'2018-01-01 00:33:28','imp','optin_8','7227261368','66.249.79.35','-1',0),(6584,'2018-01-01 00:33:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6585,'2018-01-01 00:34:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(6586,'2018-01-01 00:34:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(6587,'2018-01-01 00:45:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6588,'2018-01-01 01:03:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(6589,'2018-01-01 01:05:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6590,'2018-01-01 01:13:59','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6591,'2018-01-01 01:14:12','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6592,'2018-01-01 01:14:23','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6593,'2018-01-01 01:14:28','imp','optin_8','7227261368','66.249.79.63','714',0),(6594,'2018-01-01 01:17:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6595,'2018-01-01 01:27:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6596,'2018-01-01 02:02:07','imp','optin_5','mailchimp_7227261368','54.36.148.126','835',0),(6597,'2018-01-01 02:25:27','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6598,'2018-01-01 02:25:35','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(6599,'2018-01-01 02:26:01','imp','optin_8','7227261368','66.249.79.63','714',0),(6600,'2018-01-01 02:32:49','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6601,'2018-01-01 02:38:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6602,'2018-01-01 03:02:02','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6603,'2018-01-01 03:02:22','imp','optin_8','7227261368','66.249.79.63','0',0),(6604,'2018-01-01 03:31:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6605,'2018-01-01 03:32:37','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6606,'2018-01-01 03:41:56','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6607,'2018-01-01 04:10:40','imp','optin_5','mailchimp_7227261368','66.249.79.39','577',0),(6608,'2018-01-01 04:31:55','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6609,'2018-01-01 04:37:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6610,'2018-01-01 04:41:21','imp','optin_2','mailchimp_7227261368','94.130.228.163','92',0),(6611,'2018-01-01 05:03:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6612,'2018-01-01 05:06:41','imp','optin_8','7227261368','66.249.79.63','-1',0),(6613,'2018-01-01 05:07:05','imp','optin_8','7227261368','66.249.79.63','-1',0),(6614,'2018-01-01 05:14:52','imp','optin_5','mailchimp_7227261368','62.64.174.72, 66.249.93.52','714',0),(6615,'2018-01-01 05:14:59','imp','optin_5','mailchimp_7227261368','62.64.174.72, 66.249.93.52','0',0),(6616,'2018-01-01 05:15:02','imp','optin_7','mailchimp_7227261368','62.64.174.72, 66.249.93.52','714',0),(6617,'2018-01-01 05:26:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6618,'2018-01-01 06:06:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6619,'2018-01-01 06:09:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6620,'2018-01-01 06:35:09','imp','optin_2','mailchimp_7227261368','74.115.214.135','92',0),(6621,'2018-01-01 06:45:57','imp','optin_5','mailchimp_7227261368','95.140.43.27','0',0),(6622,'2018-01-01 06:46:01','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6623,'2018-01-01 06:46:02','imp','optin_5','mailchimp_7227261368','95.140.43.27','0',0),(6624,'2018-01-01 06:46:05','imp','optin_5','mailchimp_7227261368','95.140.43.27','0',0),(6625,'2018-01-01 06:46:09','imp','optin_5','mailchimp_7227261368','95.140.43.27','0',0),(6626,'2018-01-01 06:46:13','imp','optin_5','mailchimp_7227261368','95.140.43.27','0',0),(6627,'2018-01-01 06:54:34','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(6628,'2018-01-01 06:56:46','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6629,'2018-01-01 06:58:05','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6630,'2018-01-01 07:28:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6631,'2018-01-01 08:58:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6632,'2018-01-01 09:26:17','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6633,'2018-01-01 09:33:52','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6634,'2018-01-01 10:27:58','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(6635,'2018-01-01 10:31:02','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6636,'2018-01-01 10:31:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6637,'2018-01-01 10:46:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6638,'2018-01-01 11:38:45','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6639,'2018-01-01 11:40:23','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(6640,'2018-01-01 11:50:28','imp','optin_5','mailchimp_7227261368','40.77.167.182','0',0),(6641,'2018-01-01 11:52:08','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(6642,'2018-01-01 12:02:30','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6643,'2018-01-01 12:03:30','imp','optin_8','7227261368','66.249.79.35','-1',0),(6644,'2018-01-01 12:05:26','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6645,'2018-01-01 12:05:40','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6646,'2018-01-01 12:05:47','imp','optin_8','7227261368','66.249.79.63','714',0),(6647,'2018-01-01 12:35:43','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(6648,'2018-01-01 12:43:46','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(6649,'2018-01-01 12:47:50','imp','optin_5','mailchimp_7227261368','54.36.149.1','601',0),(6650,'2018-01-01 12:48:30','imp','optin_5','mailchimp_7227261368','176.14.192.60','0',0),(6651,'2018-01-01 12:48:44','imp','optin_5','mailchimp_7227261368','176.14.192.60','0',0),(6652,'2018-01-01 13:11:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6653,'2018-01-01 13:23:09','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6654,'2018-01-01 13:29:38','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6655,'2018-01-01 14:09:58','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6656,'2018-01-01 14:10:30','imp','optin_8','7227261368','66.249.79.39','-1',0),(6657,'2018-01-01 14:45:11','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6658,'2018-01-01 14:49:50','imp','optin_2','mailchimp_7227261368','2601:641:0:af70:9949:f61a:7e8:bc1f','92',0),(6659,'2018-01-01 14:56:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(6660,'2018-01-01 14:56:47','imp','optin_8','7227261368','66.249.79.63','0',0),(6661,'2018-01-01 16:29:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6662,'2018-01-01 17:15:03','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6663,'2018-01-01 17:22:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6664,'2018-01-01 18:05:01','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6665,'2018-01-01 18:19:26','imp','optin_5','mailchimp_7227261368','207.46.13.154','673',0),(6666,'2018-01-01 18:30:22','imp','optin_5','mailchimp_7227261368','79.118.83.58','714',0),(6667,'2018-01-01 18:30:32','imp','optin_5','mailchimp_7227261368','79.118.83.58','0',0),(6668,'2018-01-01 18:30:36','imp','optin_7','mailchimp_7227261368','79.118.83.58','714',0),(6669,'2018-01-01 18:30:55','imp','optin_8','7227261368','79.118.83.58','714',0),(6670,'2018-01-01 18:33:34','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6671,'2018-01-01 19:03:03','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6672,'2018-01-01 19:16:04','imp','optin_2','mailchimp_7227261368','219.251.7.60','92',0),(6673,'2018-01-01 19:29:10','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6674,'2018-01-01 19:29:48','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6675,'2018-01-01 19:29:52','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(6676,'2018-01-01 19:29:56','imp','optin_8','7227261368','66.249.79.63','714',0),(6677,'2018-01-01 19:35:07','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6678,'2018-01-01 19:38:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(6679,'2018-01-01 20:26:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(6680,'2018-01-01 20:54:32','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(6681,'2018-01-01 20:56:59','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6682,'2018-01-01 21:27:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6683,'2018-01-01 21:43:52','imp','optin_5','mailchimp_7227261368','51.255.71.127','665',0),(6684,'2018-01-01 22:12:06','imp','optin_5','mailchimp_7227261368','54.36.148.200','666',0),(6685,'2018-01-01 22:12:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6686,'2018-01-01 22:17:05','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(6687,'2018-01-01 22:21:39','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6688,'2018-01-01 22:29:01','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6689,'2018-01-01 22:49:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6690,'2018-01-01 23:11:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(6691,'2018-01-01 23:15:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(6692,'2018-01-01 23:55:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6693,'2018-01-01 23:58:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(6694,'2018-01-02 00:05:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(6695,'2018-01-02 00:09:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6696,'2018-01-02 00:12:17','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6697,'2018-01-02 00:12:31','imp','optin_8','7227261368','66.249.79.63','-1',0),(6698,'2018-01-02 00:16:41','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6699,'2018-01-02 00:28:39','imp','optin_2','mailchimp_7227261368','150.70.188.180','2',0),(6700,'2018-01-02 00:38:58','imp','optin_5','mailchimp_7227261368','54.36.148.151','0',0),(6701,'2018-01-02 00:45:55','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6702,'2018-01-02 00:46:05','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(6703,'2018-01-02 00:46:09','imp','optin_8','7227261368','66.249.79.63','714',0),(6704,'2018-01-02 00:57:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6705,'2018-01-02 01:17:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6706,'2018-01-02 01:25:12','imp','optin_5','mailchimp_7227261368','5.255.250.7','173',0),(6707,'2018-01-02 01:47:43','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(6708,'2018-01-02 02:07:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(6709,'2018-01-02 02:26:41','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(6710,'2018-01-02 02:26:51','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(6711,'2018-01-02 02:27:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(6712,'2018-01-02 02:52:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6713,'2018-01-02 02:54:28','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6714,'2018-01-02 02:58:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6715,'2018-01-02 03:06:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6716,'2018-01-02 03:09:06','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(6717,'2018-01-02 03:36:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6718,'2018-01-02 03:45:55','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(6719,'2018-01-02 03:51:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6720,'2018-01-02 04:02:32','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6721,'2018-01-02 04:02:41','imp','optin_8','7227261368','66.249.69.87','-1',0),(6722,'2018-01-02 04:02:45','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6723,'2018-01-02 04:32:03','imp','optin_5','mailchimp_7227261368','54.36.148.71','0',0),(6724,'2018-01-02 04:38:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6725,'2018-01-02 04:47:44','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(6726,'2018-01-02 04:48:11','imp','optin_5','mailchimp_7227261368','40.77.167.112','173',0),(6727,'2018-01-02 05:06:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(6728,'2018-01-02 05:22:47','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6729,'2018-01-02 05:51:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6730,'2018-01-02 06:09:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6731,'2018-01-02 06:10:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6732,'2018-01-02 06:11:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6733,'2018-01-02 06:35:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6734,'2018-01-02 06:37:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6735,'2018-01-02 06:39:50','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(6736,'2018-01-02 07:19:49','imp','optin_5','mailchimp_7227261368','54.36.149.68','598',0),(6737,'2018-01-02 07:36:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6738,'2018-01-02 07:52:35','imp','optin_5','mailchimp_7227261368','54.36.148.128','600',0),(6739,'2018-01-02 07:55:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6740,'2018-01-02 07:58:08','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6741,'2018-01-02 07:58:35','imp','optin_5','mailchimp_7227261368','54.36.149.86','843',0),(6742,'2018-01-02 08:01:24','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6743,'2018-01-02 08:09:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6744,'2018-01-02 08:12:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(6745,'2018-01-02 08:12:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6746,'2018-01-02 08:12:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(6747,'2018-01-02 08:25:46','imp','optin_5','mailchimp_7227261368','54.36.148.63','0',0),(6748,'2018-01-02 08:27:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(6749,'2018-01-02 08:27:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(6750,'2018-01-02 08:54:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(6751,'2018-01-02 09:24:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(6752,'2018-01-02 09:28:07','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(6753,'2018-01-02 09:28:20','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(6754,'2018-01-02 09:28:26','imp','optin_8','7227261368','66.249.69.85','714',0),(6755,'2018-01-02 09:47:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(6756,'2018-01-02 09:57:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6757,'2018-01-02 10:03:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6758,'2018-01-02 10:13:09','imp','optin_5','mailchimp_7227261368','54.36.148.112','577',0),(6759,'2018-01-02 10:13:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6760,'2018-01-02 10:18:02','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6761,'2018-01-02 10:23:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(6762,'2018-01-02 10:26:54','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6763,'2018-01-02 10:27:28','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6764,'2018-01-02 10:28:09','imp','optin_5','mailchimp_7227261368','54.36.149.61','0',0),(6765,'2018-01-02 11:03:22','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6766,'2018-01-02 11:03:39','imp','optin_8','7227261368','66.249.69.85','-1',0),(6767,'2018-01-02 11:07:39','imp','optin_5','mailchimp_7227261368','141.8.143.130','597',0),(6768,'2018-01-02 11:08:18','imp','optin_5','mailchimp_7227261368','100.43.91.127','76',0),(6769,'2018-01-02 11:12:49','imp','optin_5','mailchimp_7227261368','66.249.69.85','714',0),(6770,'2018-01-02 11:39:23','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(6771,'2018-01-02 11:59:40','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6772,'2018-01-02 12:00:02','imp','optin_5','mailchimp_7227261368','66.249.69.87','0',0),(6773,'2018-01-02 12:02:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6774,'2018-01-02 12:03:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6775,'2018-01-02 12:04:06','imp','optin_5','mailchimp_7227261368','84.201.133.42','411',0),(6776,'2018-01-02 12:05:41','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6777,'2018-01-02 12:22:41','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(6778,'2018-01-02 12:22:45','imp','optin_5','mailchimp_7227261368','5.255.250.124','0',0),(6779,'2018-01-02 12:22:48','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(6780,'2018-01-02 12:22:56','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(6781,'2018-01-02 12:23:03','imp','optin_8','7227261368','66.249.69.85','714',0),(6782,'2018-01-02 12:50:40','imp','optin_5','mailchimp_7227261368','77.88.5.5','592',0),(6783,'2018-01-02 12:50:44','imp','optin_5','mailchimp_7227261368','84.201.133.78','666',0),(6784,'2018-01-02 12:52:41','imp','optin_5','mailchimp_7227261368','100.43.85.190','665',0),(6785,'2018-01-02 13:08:16','imp','optin_5','mailchimp_7227261368','141.8.143.192','664',0),(6786,'2018-01-02 13:08:26','imp','optin_2','mailchimp_7227261368','5.255.250.57','2',0),(6787,'2018-01-02 13:09:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','575',0),(6788,'2018-01-02 13:10:00','imp','optin_5','mailchimp_7227261368','84.201.133.17','573',0),(6789,'2018-01-02 14:01:01','imp','optin_5','mailchimp_7227261368','109.120.41.52','714',0),(6790,'2018-01-02 14:08:44','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(6791,'2018-01-02 14:08:54','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(6792,'2018-01-02 14:09:01','imp','optin_8','7227261368','66.249.69.85','714',0),(6793,'2018-01-02 14:13:12','imp','optin_5','mailchimp_7227261368','66.249.69.89','666',0),(6794,'2018-01-02 15:08:25','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6795,'2018-01-02 15:10:00','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6796,'2018-01-02 16:14:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6797,'2018-01-02 16:48:22','imp','optin_5','mailchimp_7227261368','54.36.148.161','602',0),(6798,'2018-01-02 18:03:46','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6799,'2018-01-02 18:05:14','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(6800,'2018-01-02 18:26:39','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6801,'2018-01-02 18:44:50','imp','optin_2','mailchimp_7227261368','2a03:2880:21:1fe5:face:b00c:0:8000','92',0),(6802,'2018-01-02 18:44:59','imp','optin_2','mailchimp_7227261368','2a03:2880:11:bff8:face:b00c:0:8000','92',0),(6803,'2018-01-02 18:45:08','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fc6:face:b00c:0:8000','92',0),(6804,'2018-01-02 19:13:41','imp','optin_2','mailchimp_7227261368','88.122.215.62','92',0),(6805,'2018-01-02 19:43:11','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6806,'2018-01-02 19:43:17','imp','optin_5','mailchimp_7227261368','66.249.69.87','0',0),(6807,'2018-01-02 20:00:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6808,'2018-01-02 20:31:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6809,'2018-01-02 21:22:58','imp','optin_5','mailchimp_7227261368','40.77.167.125','665',0),(6810,'2018-01-02 21:29:44','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6811,'2018-01-02 21:30:50','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(6812,'2018-01-02 22:18:25','imp','optin_5','mailchimp_7227261368','52.203.251.198','592',0),(6813,'2018-01-02 22:19:43','imp','optin_5','mailchimp_7227261368','34.228.146.153','663',0),(6814,'2018-01-02 22:20:16','imp','optin_5','mailchimp_7227261368','34.203.212.222','664',0),(6815,'2018-01-02 22:20:55','imp','optin_5','mailchimp_7227261368','34.203.212.222','411',0),(6816,'2018-01-02 22:21:37','imp','optin_5','mailchimp_7227261368','34.203.212.222','598',0),(6817,'2018-01-02 22:22:22','imp','optin_5','mailchimp_7227261368','52.203.251.198','667',0),(6818,'2018-01-02 22:23:01','imp','optin_5','mailchimp_7227261368','34.203.212.222','665',0),(6819,'2018-01-02 22:23:49','imp','optin_5','mailchimp_7227261368','34.228.146.153','666',0),(6820,'2018-01-02 22:24:57','imp','optin_5','mailchimp_7227261368','52.91.130.102','0',0),(6821,'2018-01-02 22:25:38','imp','optin_5','mailchimp_7227261368','34.203.212.222','0',0),(6822,'2018-01-02 22:26:34','imp','optin_5','mailchimp_7227261368','34.207.185.227','577',0),(6823,'2018-01-02 22:27:02','imp','optin_5','mailchimp_7227261368','52.91.130.102','0',0),(6824,'2018-01-02 22:27:36','imp','optin_5','mailchimp_7227261368','52.91.130.102','591',0),(6825,'2018-01-02 22:28:23','imp','optin_5','mailchimp_7227261368','34.207.185.227','679',0),(6826,'2018-01-02 22:29:30','imp','optin_5','mailchimp_7227261368','34.228.146.153','597',0),(6827,'2018-01-02 22:29:50','imp','optin_5','mailchimp_7227261368','34.207.185.227','573',0),(6828,'2018-01-02 22:30:56','imp','optin_5','mailchimp_7227261368','34.207.185.227','575',0),(6829,'2018-01-02 22:31:40','imp','optin_5','mailchimp_7227261368','34.228.146.153','682',0),(6830,'2018-01-02 22:32:18','imp','optin_5','mailchimp_7227261368','34.207.185.227','570',0),(6831,'2018-01-02 22:32:57','imp','optin_5','mailchimp_7227261368','52.91.130.102','601',0),(6832,'2018-01-02 22:33:40','imp','optin_5','mailchimp_7227261368','52.91.130.102','595',0),(6833,'2018-01-02 22:34:18','imp','optin_5','mailchimp_7227261368','52.203.251.198','594',0),(6834,'2018-01-02 22:34:58','imp','optin_5','mailchimp_7227261368','34.203.212.222','593',0),(6835,'2018-01-02 22:35:41','imp','optin_5','mailchimp_7227261368','52.91.130.102','602',0),(6836,'2018-01-02 22:36:21','imp','optin_5','mailchimp_7227261368','34.203.212.222','599',0),(6837,'2018-01-02 22:37:00','imp','optin_5','mailchimp_7227261368','34.207.185.227','600',0),(6838,'2018-01-02 22:38:24','imp','optin_5','mailchimp_7227261368','52.203.251.198','678',0),(6839,'2018-01-02 22:38:59','imp','optin_5','mailchimp_7227261368','52.203.251.198','668',0),(6840,'2018-01-02 22:39:40','imp','optin_5','mailchimp_7227261368','52.203.251.198','681',0),(6841,'2018-01-02 22:40:16','imp','optin_5','mailchimp_7227261368','34.207.185.227','683',0),(6842,'2018-01-02 22:40:55','imp','optin_5','mailchimp_7227261368','34.207.185.227','680',0),(6843,'2018-01-02 22:41:40','imp','optin_5','mailchimp_7227261368','52.91.130.102','673',0),(6844,'2018-01-02 22:45:16','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6845,'2018-01-02 22:46:35','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6846,'2018-01-02 22:59:25','imp','optin_2','mailchimp_7227261368','91.215.152.233','92',0),(6847,'2018-01-02 23:30:41','imp','optin_5','mailchimp_7227261368','66.249.69.89','0',0),(6848,'2018-01-02 23:40:12','imp','optin_5','mailchimp_7227261368','54.36.148.136','591',0),(6849,'2018-01-03 00:27:38','imp','optin_5','mailchimp_7227261368','40.77.167.35','220',0),(6850,'2018-01-03 00:35:36','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6851,'2018-01-03 00:48:41','imp','optin_2','mailchimp_7227261368','74.115.214.156','92',0),(6852,'2018-01-03 01:04:16','imp','optin_5','mailchimp_7227261368','66.249.69.85','714',0),(6853,'2018-01-03 01:04:29','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(6854,'2018-01-03 01:04:34','imp','optin_8','7227261368','66.249.69.85','714',0),(6855,'2018-01-03 01:31:53','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(6856,'2018-01-03 01:35:49','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6857,'2018-01-03 02:28:37','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6858,'2018-01-03 02:28:50','imp','optin_8','7227261368','66.249.69.87','-1',0),(6859,'2018-01-03 02:56:22','imp','optin_5','mailchimp_7227261368','66.249.69.85','667',0),(6860,'2018-01-03 03:18:34','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6861,'2018-01-03 04:05:50','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(6862,'2018-01-03 04:37:31','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6863,'2018-01-03 04:37:56','imp','optin_8','7227261368','66.249.69.85','-1',0),(6864,'2018-01-03 04:44:30','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6865,'2018-01-03 04:49:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6866,'2018-01-03 04:54:02','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6867,'2018-01-03 05:05:28','imp','optin_2','mailchimp_7227261368','34.203.212.222','92',0),(6868,'2018-01-03 06:03:17','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(6869,'2018-01-03 06:03:46','imp','optin_2','mailchimp_7227261368','40.77.167.77','92',0),(6870,'2018-01-03 06:06:18','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6871,'2018-01-03 06:39:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(6872,'2018-01-03 06:42:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6873,'2018-01-03 06:43:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(6874,'2018-01-03 07:09:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(6875,'2018-01-03 07:16:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6876,'2018-01-03 07:39:27','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6877,'2018-01-03 07:41:34','imp','optin_5','mailchimp_7227261368','66.249.69.85','714',0),(6878,'2018-01-03 08:10:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6879,'2018-01-03 08:19:19','imp','optin_2','mailchimp_7227261368','1.144.110.166','92',0),(6880,'2018-01-03 08:19:28','imp','optin_5','mailchimp_7227261368','1.144.110.166','0',0),(6881,'2018-01-03 08:19:46','imp','optin_2','mailchimp_7227261368','1.144.110.166','2',0),(6882,'2018-01-03 08:19:51','imp','optin_5','mailchimp_7227261368','1.144.110.166','0',0),(6883,'2018-01-03 08:38:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6884,'2018-01-03 08:40:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(6885,'2018-01-03 08:41:21','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6886,'2018-01-03 08:46:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6887,'2018-01-03 08:54:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6888,'2018-01-03 08:55:57','imp','optin_5','mailchimp_7227261368','14.200.97.161','714',0),(6889,'2018-01-03 08:56:10','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6890,'2018-01-03 08:56:16','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6891,'2018-01-03 08:56:24','imp','optin_8','7227261368','14.200.97.161','-1',0),(6892,'2018-01-03 08:56:40','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6893,'2018-01-03 08:56:44','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6894,'2018-01-03 09:04:06','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6895,'2018-01-03 09:06:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(6896,'2018-01-03 09:07:42','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(6897,'2018-01-03 09:15:11','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(6898,'2018-01-03 09:15:21','imp','optin_7','mailchimp_7227261368','66.249.69.87','714',0),(6899,'2018-01-03 09:15:25','imp','optin_8','7227261368','66.249.69.85','714',0),(6900,'2018-01-03 09:15:35','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(6901,'2018-01-03 09:19:52','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6902,'2018-01-03 09:23:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6903,'2018-01-03 09:23:46','imp','optin_5','mailchimp_7227261368','54.36.148.10','0',0),(6904,'2018-01-03 09:53:55','imp','optin_5','mailchimp_7227261368','54.85.182.120','835',0),(6905,'2018-01-03 09:53:56','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(6906,'2018-01-03 09:57:38','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(6907,'2018-01-03 10:10:18','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6908,'2018-01-03 10:10:27','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6909,'2018-01-03 10:10:36','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6910,'2018-01-03 10:10:39','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6911,'2018-01-03 10:11:05','imp','optin_8','7227261368','14.200.97.161','-1',0),(6912,'2018-01-03 10:11:17','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6913,'2018-01-03 10:11:17','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6914,'2018-01-03 10:11:21','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6915,'2018-01-03 10:19:49','imp','optin_2','mailchimp_7227261368','14.200.97.161','92',0),(6916,'2018-01-03 10:19:54','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(6917,'2018-01-03 10:57:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(6918,'2018-01-03 11:27:41','imp','optin_2','mailchimp_7227261368','49.195.157.51','92',0),(6919,'2018-01-03 11:27:45','imp','optin_5','mailchimp_7227261368','49.195.157.51','0',0),(6920,'2018-01-03 11:33:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6921,'2018-01-03 11:37:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(6922,'2018-01-03 11:38:38','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(6923,'2018-01-03 11:38:49','imp','optin_8','7227261368','66.249.69.87','-1',0),(6924,'2018-01-03 11:42:22','imp','optin_5','mailchimp_7227261368','49.180.50.45','0',0),(6925,'2018-01-03 11:52:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6926,'2018-01-03 12:01:52','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(6927,'2018-01-03 12:02:01','imp','optin_5','mailchimp_7227261368','66.249.69.137','0',0),(6928,'2018-01-03 12:07:31','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(6929,'2018-01-03 12:18:28','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6930,'2018-01-03 12:37:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(6931,'2018-01-03 12:46:06','imp','optin_5','mailchimp_7227261368','141.8.143.189','220',0),(6932,'2018-01-03 12:46:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6933,'2018-01-03 13:04:05','imp','optin_2','mailchimp_7227261368','66.249.69.139','92',0),(6934,'2018-01-03 13:04:48','imp','optin_8','7227261368','66.249.69.135','-1',0),(6935,'2018-01-03 13:15:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6936,'2018-01-03 13:22:30','imp','optin_2','mailchimp_7227261368','66.249.75.153','92',0),(6937,'2018-01-03 13:25:59','imp','optin_5','mailchimp_7227261368','66.249.75.155','714',0),(6938,'2018-01-03 13:26:08','imp','optin_7','mailchimp_7227261368','66.249.75.151','714',0),(6939,'2018-01-03 13:26:12','imp','optin_8','7227261368','66.249.75.151','714',0),(6940,'2018-01-03 13:26:53','imp','optin_5','mailchimp_7227261368','54.36.148.93','664',0),(6941,'2018-01-03 13:29:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6942,'2018-01-03 13:40:02','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(6943,'2018-01-03 13:54:19','imp','optin_2','mailchimp_7227261368','111.20.46.120','92',0),(6944,'2018-01-03 14:10:51','imp','optin_5','mailchimp_7227261368','2400:8901::f03c:91ff:fe16:be39','0',0),(6945,'2018-01-03 14:12:28','imp','optin_5','mailchimp_7227261368','42.96.138.97','0',0),(6946,'2018-01-03 14:12:35','imp','optin_5','mailchimp_7227261368','116.196.100.55','0',0),(6947,'2018-01-03 14:25:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6948,'2018-01-03 14:38:46','imp','optin_2','mailchimp_7227261368','66.249.75.153','92',0),(6949,'2018-01-03 14:40:06','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(6950,'2018-01-03 14:51:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(6951,'2018-01-03 15:02:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6952,'2018-01-03 15:18:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6953,'2018-01-03 15:32:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6954,'2018-01-03 15:35:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','681',0),(6955,'2018-01-03 15:50:36','imp','optin_5','mailchimp_7227261368','141.8.143.189','600',0),(6956,'2018-01-03 15:53:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(6957,'2018-01-03 16:02:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6958,'2018-01-03 16:15:57','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(6959,'2018-01-03 16:24:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6960,'2018-01-03 16:37:05','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6961,'2018-01-03 17:09:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(6962,'2018-01-03 17:22:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6963,'2018-01-03 17:28:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6964,'2018-01-03 17:51:50','imp','optin_2','mailchimp_7227261368','66.249.79.63','2',0),(6965,'2018-01-03 17:52:05','imp','optin_8','7227261368','66.249.79.63','2',0),(6966,'2018-01-03 18:08:02','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6967,'2018-01-03 18:08:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6968,'2018-01-03 18:16:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(6969,'2018-01-03 18:33:51','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(6970,'2018-01-03 18:37:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6971,'2018-01-03 18:50:09','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6972,'2018-01-03 18:54:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(6973,'2018-01-03 19:00:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6974,'2018-01-03 19:00:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6975,'2018-01-03 19:19:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6976,'2018-01-03 19:20:03','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6977,'2018-01-03 19:59:35','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6978,'2018-01-03 19:59:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(6979,'2018-01-03 20:07:24','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(6980,'2018-01-03 20:07:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(6981,'2018-01-03 20:09:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6982,'2018-01-03 20:13:40','imp','optin_5','mailchimp_7227261368','54.36.148.187','0',0),(6983,'2018-01-03 20:35:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6984,'2018-01-03 20:40:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6985,'2018-01-03 20:40:12','imp','optin_2','mailchimp_7227261368','54.36.149.104','2',0),(6986,'2018-01-03 20:42:16','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(6987,'2018-01-03 21:06:12','imp','optin_5','mailchimp_7227261368','54.36.148.167','680',0),(6988,'2018-01-03 21:11:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(6989,'2018-01-03 21:29:23','imp','optin_8','7227261368','66.249.79.63','192',0),(6990,'2018-01-03 21:43:25','imp','optin_5','mailchimp_7227261368','66.249.79.63','682',0),(6991,'2018-01-03 22:34:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(6992,'2018-01-03 22:37:14','imp','optin_5','mailchimp_7227261368','66.249.79.35','663',0),(6993,'2018-01-03 22:58:08','imp','optin_5','mailchimp_7227261368','207.46.13.149','602',0),(6994,'2018-01-03 23:09:28','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(6995,'2018-01-03 23:31:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(6996,'2018-01-03 23:32:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(6997,'2018-01-03 23:59:37','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(6998,'2018-01-03 23:59:46','imp','optin_8','7227261368','66.249.79.35','-1',0),(6999,'2018-01-04 00:02:08','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7000,'2018-01-04 00:02:16','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7001,'2018-01-04 00:02:20','imp','optin_8','7227261368','66.249.79.63','714',0),(7002,'2018-01-04 00:24:24','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7003,'2018-01-04 00:31:18','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7004,'2018-01-04 00:32:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7005,'2018-01-04 01:36:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','591',0),(7006,'2018-01-04 02:00:42','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7007,'2018-01-04 02:00:54','imp','optin_8','7227261368','66.249.79.63','-1',0),(7008,'2018-01-04 02:01:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7009,'2018-01-04 02:46:07','imp','optin_5','mailchimp_7227261368','54.36.148.86','411',0),(7010,'2018-01-04 03:35:45','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7011,'2018-01-04 03:53:41','imp','optin_5','mailchimp_7227261368','54.36.148.166','594',0),(7012,'2018-01-04 04:11:21','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7013,'2018-01-04 05:58:19','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7014,'2018-01-04 06:24:52','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7015,'2018-01-04 06:25:31','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7016,'2018-01-04 06:25:45','imp','optin_8','7227261368','66.249.79.63','0',0),(7017,'2018-01-04 06:30:58','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7018,'2018-01-04 06:31:22','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7019,'2018-01-04 06:31:26','imp','optin_8','7227261368','66.249.79.35','714',0),(7020,'2018-01-04 06:40:07','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7021,'2018-01-04 06:40:35','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7022,'2018-01-04 06:40:55','imp','optin_8','7227261368','66.249.79.63','0',0),(7023,'2018-01-04 06:54:23','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7024,'2018-01-04 06:55:09','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7025,'2018-01-04 06:56:13','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7026,'2018-01-04 07:02:05','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7027,'2018-01-04 07:02:13','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7028,'2018-01-04 07:02:42','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7029,'2018-01-04 07:14:36','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7030,'2018-01-04 07:37:03','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7031,'2018-01-04 07:46:48','imp','optin_5','mailchimp_7227261368','66.249.79.35','665',0),(7032,'2018-01-04 08:02:28','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7033,'2018-01-04 08:23:38','imp','optin_5','mailchimp_7227261368','54.36.149.28','673',0),(7034,'2018-01-04 08:25:03','imp','optin_5','mailchimp_7227261368','51.255.71.121','0',0),(7035,'2018-01-04 09:05:38','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7036,'2018-01-04 09:09:41','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7037,'2018-01-04 10:04:18','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7038,'2018-01-04 10:06:38','imp','optin_5','mailchimp_7227261368','54.36.148.45','573',0),(7039,'2018-01-04 10:55:35','imp','optin_5','mailchimp_7227261368','54.36.148.230','668',0),(7040,'2018-01-04 12:11:37','imp','optin_2','mailchimp_7227261368','159.89.188.252','92',0),(7041,'2018-01-04 12:11:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7042,'2018-01-04 12:14:34','imp','optin_2','mailchimp_7227261368','71.214.217.61','92',0),(7043,'2018-01-04 12:14:42','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7044,'2018-01-04 12:14:44','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7045,'2018-01-04 12:14:54','imp','optin_8','7227261368','71.214.217.61','-1',0),(7046,'2018-01-04 12:15:08','imp','optin_8','7227261368','71.214.217.61','-1',0),(7047,'2018-01-04 12:15:38','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7048,'2018-01-04 12:15:43','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7049,'2018-01-04 12:15:46','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7050,'2018-01-04 12:15:59','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7051,'2018-01-04 12:16:23','imp','optin_5','mailchimp_7227261368','71.214.217.61','591',0),(7052,'2018-01-04 12:16:27','imp','optin_5','mailchimp_7227261368','71.214.217.61','0',0),(7053,'2018-01-04 12:23:59','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7054,'2018-01-04 12:24:08','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7055,'2018-01-04 12:24:13','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7056,'2018-01-04 12:24:17','imp','optin_8','7227261368','66.249.79.63','714',0),(7057,'2018-01-04 12:28:02','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7058,'2018-01-04 12:29:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7059,'2018-01-04 12:55:05','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7060,'2018-01-04 13:19:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7061,'2018-01-04 13:19:19','imp','optin_8','7227261368','66.249.79.35','0',0),(7062,'2018-01-04 13:21:45','imp','optin_5','mailchimp_7227261368','37.139.17.119','173',0),(7063,'2018-01-04 13:34:43','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7064,'2018-01-04 13:58:48','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7065,'2018-01-04 13:59:25','imp','optin_8','7227261368','66.249.79.63','0',0),(7066,'2018-01-04 14:00:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7067,'2018-01-04 14:29:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7068,'2018-01-04 14:29:58','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7069,'2018-01-04 14:43:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7070,'2018-01-04 14:52:35','imp','optin_5','mailchimp_7227261368','54.36.149.57','0',0),(7071,'2018-01-04 15:10:00','imp','optin_5','mailchimp_7227261368','84.201.133.21','594',0),(7072,'2018-01-04 15:14:49','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7073,'2018-01-04 15:14:53','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7074,'2018-01-04 15:14:57','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7075,'2018-01-04 15:15:01','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7076,'2018-01-04 15:15:04','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7077,'2018-01-04 15:15:07','imp','optin_5','mailchimp_7227261368','63.141.239.26','0',0),(7078,'2018-01-04 15:25:53','imp','optin_5','mailchimp_7227261368','84.201.133.17','411',0),(7079,'2018-01-04 15:29:19','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7080,'2018-01-04 15:41:20','imp','optin_2','mailchimp_7227261368','100.43.85.190','2',0),(7081,'2018-01-04 15:43:31','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(7082,'2018-01-04 16:09:11','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7083,'2018-01-04 16:09:26','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7084,'2018-01-04 16:09:39','imp','optin_8','7227261368','66.249.79.63','-1',0),(7085,'2018-01-04 16:11:36','imp','optin_5','mailchimp_7227261368','93.158.161.37','668',0),(7086,'2018-01-04 16:22:47','imp','optin_2','mailchimp_7227261368','185.53.44.96','92',0),(7087,'2018-01-04 16:25:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7088,'2018-01-04 16:26:59','imp','optin_5','mailchimp_7227261368','93.158.161.45','177',0),(7089,'2018-01-04 16:44:27','imp','optin_5','mailchimp_7227261368','141.8.143.175','667',0),(7090,'2018-01-04 16:54:55','imp','optin_5','mailchimp_7227261368','141.8.143.159','664',0),(7091,'2018-01-04 16:55:14','imp','optin_5','mailchimp_7227261368','207.46.13.149','683',0),(7092,'2018-01-04 17:24:56','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(7093,'2018-01-04 17:27:40','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(7094,'2018-01-04 17:30:04','imp','optin_5','mailchimp_7227261368','100.43.81.121','0',0),(7095,'2018-01-04 17:33:57','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7096,'2018-01-04 17:35:01','imp','optin_8','7227261368','66.249.79.63','-1',0),(7097,'2018-01-04 17:48:13','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7098,'2018-01-04 18:17:04','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(7099,'2018-01-04 18:23:53','imp','optin_5','mailchimp_7227261368','141.8.143.142','592',0),(7100,'2018-01-04 18:40:02','imp','optin_5','mailchimp_7227261368','100.43.85.190','595',0),(7101,'2018-01-04 18:54:40','imp','optin_5','mailchimp_7227261368','84.201.133.17','598',0),(7102,'2018-01-04 18:55:29','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7103,'2018-01-04 19:09:05','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7104,'2018-01-04 19:11:57','imp','optin_5','mailchimp_7227261368','141.8.143.170','673',0),(7105,'2018-01-04 19:39:13','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(7106,'2018-01-04 19:53:08','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(7107,'2018-01-04 19:53:25','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(7108,'2018-01-04 20:11:27','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(7109,'2018-01-04 20:37:00','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7110,'2018-01-04 20:40:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7111,'2018-01-04 20:48:11','imp','optin_5','mailchimp_7227261368','100.43.90.101','843',0),(7112,'2018-01-04 21:04:25','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7113,'2018-01-04 21:04:30','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7114,'2018-01-04 21:19:22','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(7115,'2018-01-04 21:23:45','imp','optin_5','mailchimp_7227261368','93.158.161.126','575',0),(7116,'2018-01-04 21:57:31','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7117,'2018-01-04 21:59:22','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(7118,'2018-01-04 21:59:26','imp','optin_8','7227261368','66.249.79.35','714',0),(7119,'2018-01-04 22:09:23','imp','optin_5','mailchimp_7227261368','84.201.133.42','597',0),(7120,'2018-01-04 22:10:04','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(7121,'2018-01-04 22:34:50','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7122,'2018-01-04 22:37:57','imp','optin_5','mailchimp_7227261368','40.77.167.77','667',0),(7123,'2018-01-04 22:47:04','imp','optin_2','mailchimp_7227261368','93.158.161.55','92',0),(7124,'2018-01-04 23:02:06','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7125,'2018-01-04 23:05:35','imp','optin_8','7227261368','66.249.79.63','0',0),(7126,'2018-01-04 23:07:20','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7127,'2018-01-04 23:08:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7128,'2018-01-04 23:09:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(7129,'2018-01-04 23:10:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(7130,'2018-01-04 23:15:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7131,'2018-01-04 23:38:51','imp','optin_5','mailchimp_7227261368','157.55.39.38','173',0),(7132,'2018-01-04 23:42:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(7133,'2018-01-04 23:44:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(7134,'2018-01-04 23:44:52','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(7135,'2018-01-04 23:47:28','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7136,'2018-01-05 00:00:59','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(7137,'2018-01-05 00:02:44','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7138,'2018-01-05 00:06:38','imp','optin_8','7227261368','66.249.79.63','-1',0),(7139,'2018-01-05 00:09:06','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(7140,'2018-01-05 00:11:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7141,'2018-01-05 00:11:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7142,'2018-01-05 00:24:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(7143,'2018-01-05 00:26:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(7144,'2018-01-05 00:42:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7145,'2018-01-05 01:00:13','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7146,'2018-01-05 01:07:29','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7147,'2018-01-05 01:07:40','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7148,'2018-01-05 01:07:50','imp','optin_8','7227261368','66.249.79.63','714',0),(7149,'2018-01-05 01:19:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7150,'2018-01-05 01:23:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(7151,'2018-01-05 01:23:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7152,'2018-01-05 02:11:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7153,'2018-01-05 02:24:19','imp','optin_5','mailchimp_7227261368','141.8.143.189','173',0),(7154,'2018-01-05 02:31:42','imp','optin_5','mailchimp_7227261368','141.8.143.189','602',0),(7155,'2018-01-05 02:32:55','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7156,'2018-01-05 03:21:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7157,'2018-01-05 03:24:41','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7158,'2018-01-05 03:24:50','imp','optin_8','7227261368','66.249.79.35','-1',0),(7159,'2018-01-05 03:32:13','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7160,'2018-01-05 03:41:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(7161,'2018-01-05 03:51:41','imp','optin_5','mailchimp_7227261368','5.255.250.7','573',0),(7162,'2018-01-05 03:52:14','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(7163,'2018-01-05 04:02:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(7164,'2018-01-05 04:04:09','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7165,'2018-01-05 04:21:01','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(7166,'2018-01-05 04:27:52','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(7167,'2018-01-05 04:33:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7168,'2018-01-05 04:33:57','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(7169,'2018-01-05 04:34:08','imp','optin_8','7227261368','66.249.79.63','714',0),(7170,'2018-01-05 04:39:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7171,'2018-01-05 04:50:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7172,'2018-01-05 05:10:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(7173,'2018-01-05 05:29:46','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(7174,'2018-01-05 05:35:38','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7175,'2018-01-05 05:39:59','imp','optin_2','mailchimp_7227261368','104.131.0.57','92',0),(7176,'2018-01-05 05:41:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7177,'2018-01-05 05:44:25','imp','optin_8','7227261368','66.249.79.35','0',0),(7178,'2018-01-05 05:51:09','imp','optin_5','mailchimp_7227261368','93.158.161.121','600',0),(7179,'2018-01-05 05:52:59','imp','optin_5','mailchimp_7227261368','93.158.161.121','601',0),(7180,'2018-01-05 06:21:43','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(7181,'2018-01-05 06:21:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7182,'2018-01-05 06:22:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7183,'2018-01-05 06:22:57','imp','optin_5','mailchimp_7227261368','51.255.71.127','0',0),(7184,'2018-01-05 06:24:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(7185,'2018-01-05 06:26:21','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7186,'2018-01-05 06:28:28','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7187,'2018-01-05 06:36:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7188,'2018-01-05 06:47:35','imp','optin_2','mailchimp_7227261368','38.80.27.42','92',0),(7189,'2018-01-05 06:51:37','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(7190,'2018-01-05 07:08:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7191,'2018-01-05 07:30:03','imp','optin_5','mailchimp_7227261368','157.55.39.38','0',0),(7192,'2018-01-05 07:31:58','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7193,'2018-01-05 07:52:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7194,'2018-01-05 08:03:43','imp','optin_5','mailchimp_7227261368','54.36.149.98','0',0),(7195,'2018-01-05 08:20:24','imp','optin_5','mailchimp_7227261368','207.46.13.149','593',0),(7196,'2018-01-05 08:36:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7197,'2018-01-05 09:26:15','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7198,'2018-01-05 10:07:15','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7199,'2018-01-05 10:33:58','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7200,'2018-01-05 11:03:55','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7201,'2018-01-05 11:17:12','imp','optin_8','7227261368','66.249.79.35','404',0),(7202,'2018-01-05 11:21:46','imp','optin_5','mailchimp_7227261368','54.36.148.58','673',0),(7203,'2018-01-05 11:36:15','imp','optin_5','mailchimp_7227261368','54.36.148.156','573',0),(7204,'2018-01-05 11:36:52','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7205,'2018-01-05 11:37:08','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(7206,'2018-01-05 11:37:21','imp','optin_8','7227261368','66.249.79.35','714',0),(7207,'2018-01-05 11:43:20','imp','optin_5','mailchimp_7227261368','54.36.148.158','594',0),(7208,'2018-01-05 12:02:42','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7209,'2018-01-05 12:32:40','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(7210,'2018-01-05 12:52:04','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(7211,'2018-01-05 13:14:28','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7212,'2018-01-05 13:15:08','imp','optin_8','7227261368','66.249.79.39','-1',0),(7213,'2018-01-05 13:17:37','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7214,'2018-01-05 14:33:54','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7215,'2018-01-05 14:34:01','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7216,'2018-01-05 14:34:05','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7217,'2018-01-05 14:34:11','imp','optin_8','7227261368','66.249.79.63','714',0),(7218,'2018-01-05 14:45:04','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7219,'2018-01-05 15:17:08','imp','optin_5','mailchimp_7227261368','40.77.167.88','76',0),(7220,'2018-01-05 16:29:04','imp','optin_5','mailchimp_7227261368','157.55.39.38','0',0),(7221,'2018-01-05 16:49:13','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7222,'2018-01-05 17:01:11','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7223,'2018-01-05 17:25:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7224,'2018-01-05 17:42:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7225,'2018-01-05 18:23:54','imp','optin_5','mailchimp_7227261368','207.46.13.149','0',0),(7226,'2018-01-05 18:24:36','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7227,'2018-01-05 19:42:20','imp','optin_2','mailchimp_7227261368','210.7.19.28','92',0),(7228,'2018-01-05 19:42:29','imp','optin_5','mailchimp_7227261368','210.7.19.28','0',0),(7229,'2018-01-05 19:43:46','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7230,'2018-01-05 20:02:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(7231,'2018-01-05 20:22:13','imp','optin_5','mailchimp_7227261368','54.36.148.102','668',0),(7232,'2018-01-05 20:36:30','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(7233,'2018-01-05 20:58:40','imp','optin_2','mailchimp_7227261368','109.166.138.109','92',0),(7234,'2018-01-05 20:58:51','imp','optin_5','mailchimp_7227261368','109.166.138.109','0',0),(7235,'2018-01-05 20:58:56','imp','optin_5','mailchimp_7227261368','54.36.148.125','0',0),(7236,'2018-01-05 20:59:04','imp','optin_2','mailchimp_7227261368','109.166.138.109','2',0),(7237,'2018-01-05 20:59:09','imp','optin_5','mailchimp_7227261368','109.166.138.109','0',0),(7238,'2018-01-05 21:33:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7239,'2018-01-05 21:33:20','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7240,'2018-01-05 21:54:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7241,'2018-01-05 23:32:39','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7242,'2018-01-05 23:32:49','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(7243,'2018-01-05 23:32:55','imp','optin_8','7227261368','66.249.79.63','714',0),(7244,'2018-01-05 23:47:45','imp','optin_2','mailchimp_7227261368','51.254.121.158','92',0),(7245,'2018-01-06 00:00:05','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7246,'2018-01-06 00:00:16','imp','optin_8','7227261368','66.249.79.63','-1',0),(7247,'2018-01-06 00:26:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7248,'2018-01-06 00:28:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(7249,'2018-01-06 01:32:50','imp','optin_8','7227261368','66.249.79.63','-1',0),(7250,'2018-01-06 01:33:26','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7251,'2018-01-06 01:59:57','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7252,'2018-01-06 02:07:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7253,'2018-01-06 02:40:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(7254,'2018-01-06 02:41:35','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(7255,'2018-01-06 02:41:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7256,'2018-01-06 03:03:16','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(7257,'2018-01-06 03:06:49','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7258,'2018-01-06 03:07:24','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7259,'2018-01-06 03:08:03','imp','optin_8','7227261368','66.249.79.63','714',0),(7260,'2018-01-06 03:12:26','imp','optin_5','mailchimp_7227261368','54.36.148.34','575',0),(7261,'2018-01-06 03:24:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(7262,'2018-01-06 03:53:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7263,'2018-01-06 03:58:55','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7264,'2018-01-06 04:38:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(7265,'2018-01-06 04:45:26','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(7266,'2018-01-06 04:52:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7267,'2018-01-06 05:08:35','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7268,'2018-01-06 05:24:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7269,'2018-01-06 05:26:30','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7270,'2018-01-06 05:27:17','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(7271,'2018-01-06 05:29:00','imp','optin_2','mailchimp_7227261368','66.249.79.57','92',0),(7272,'2018-01-06 05:37:54','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7273,'2018-01-06 05:40:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(7274,'2018-01-06 05:53:26','imp','optin_5','mailchimp_7227261368','54.36.148.129','682',0),(7275,'2018-01-06 06:01:58','imp','optin_5','mailchimp_7227261368','207.46.13.147','592',0),(7276,'2018-01-06 06:14:11','imp','optin_5','mailchimp_7227261368','54.36.148.242','595',0),(7277,'2018-01-06 06:22:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7278,'2018-01-06 06:24:31','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(7279,'2018-01-06 06:34:17','imp','optin_5','mailchimp_7227261368','54.36.148.30','592',0),(7280,'2018-01-06 06:38:13','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7281,'2018-01-06 06:39:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7282,'2018-01-06 06:51:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(7283,'2018-01-06 06:54:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7284,'2018-01-06 07:10:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(7285,'2018-01-06 07:25:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(7286,'2018-01-06 07:40:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7287,'2018-01-06 07:40:31','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7288,'2018-01-06 07:49:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','597',0),(7289,'2018-01-06 08:14:40','imp','optin_2','mailchimp_7227261368','34.216.125.232','92',0),(7290,'2018-01-06 08:31:09','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7291,'2018-01-06 08:42:40','imp','optin_5','mailchimp_7227261368','157.55.39.62','0',0),(7292,'2018-01-06 09:17:23','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7293,'2018-01-06 09:26:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7294,'2018-01-06 09:28:31','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7295,'2018-01-06 09:33:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7296,'2018-01-06 09:41:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7297,'2018-01-06 10:09:15','imp','optin_5','mailchimp_7227261368','66.249.79.45','714',0),(7298,'2018-01-06 10:12:24','imp','optin_2','mailchimp_7227261368','1.144.109.117','92',0),(7299,'2018-01-06 10:12:32','imp','optin_5','mailchimp_7227261368','1.144.109.117','0',0),(7300,'2018-01-06 10:12:38','imp','optin_5','mailchimp_7227261368','1.144.109.117','0',0),(7301,'2018-01-06 10:12:39','imp','optin_8','7227261368','1.144.109.117','-1',0),(7302,'2018-01-06 10:12:56','imp','optin_8','7227261368','1.144.109.117','-1',0),(7303,'2018-01-06 10:13:04','imp','optin_5','mailchimp_7227261368','1.144.109.117','0',0),(7304,'2018-01-06 10:13:28','imp','optin_2','mailchimp_7227261368','1.144.109.117','2',0),(7305,'2018-01-06 10:13:32','imp','optin_5','mailchimp_7227261368','1.144.109.117','0',0),(7306,'2018-01-06 10:59:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(7307,'2018-01-06 11:11:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7308,'2018-01-06 11:21:00','imp','optin_5','mailchimp_7227261368','66.249.79.45','714',0),(7309,'2018-01-06 11:21:29','imp','optin_7','mailchimp_7227261368','66.249.79.48','714',0),(7310,'2018-01-06 11:21:37','imp','optin_8','7227261368','66.249.79.45','714',0),(7311,'2018-01-06 11:44:39','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7312,'2018-01-06 11:44:47','imp','optin_8','7227261368','66.249.79.45','-1',0),(7313,'2018-01-06 11:56:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(7314,'2018-01-06 12:09:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7315,'2018-01-06 12:27:01','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7316,'2018-01-06 12:36:58','imp','optin_5','mailchimp_7227261368','54.36.149.66','679',0),(7317,'2018-01-06 12:48:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(7318,'2018-01-06 12:56:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7319,'2018-01-06 12:58:41','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7320,'2018-01-06 12:59:40','imp','optin_5','mailchimp_7227261368','54.36.148.105','0',0),(7321,'2018-01-06 13:05:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7322,'2018-01-06 13:06:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(7323,'2018-01-06 13:07:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(7324,'2018-01-06 13:14:42','imp','optin_5','mailchimp_7227261368','54.36.148.157','0',0),(7325,'2018-01-06 13:23:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(7326,'2018-01-06 13:43:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7327,'2018-01-06 13:53:54','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7328,'2018-01-06 13:53:58','imp','optin_5','mailchimp_7227261368','141.8.143.189','173',0),(7329,'2018-01-06 13:56:29','imp','optin_5','mailchimp_7227261368','54.36.148.80','570',0),(7330,'2018-01-06 13:59:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(7331,'2018-01-06 14:16:50','imp','optin_5','mailchimp_7227261368','54.36.148.232','0',0),(7332,'2018-01-06 14:19:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(7333,'2018-01-06 14:20:54','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7334,'2018-01-06 14:34:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7335,'2018-01-06 14:41:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7336,'2018-01-06 14:48:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7337,'2018-01-06 15:21:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7338,'2018-01-06 15:23:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7339,'2018-01-06 15:29:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7340,'2018-01-06 15:33:10','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7341,'2018-01-06 15:33:21','imp','optin_5','mailchimp_7227261368','66.249.79.48','0',0),(7342,'2018-01-06 15:38:26','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7343,'2018-01-06 15:47:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7344,'2018-01-06 16:25:20','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7345,'2018-01-06 16:25:52','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(7346,'2018-01-06 16:34:57','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7347,'2018-01-06 16:35:19','imp','optin_7','mailchimp_7227261368','66.249.79.54','714',0),(7348,'2018-01-06 16:35:55','imp','optin_8','7227261368','66.249.79.45','714',0),(7349,'2018-01-06 16:36:53','imp','optin_5','mailchimp_7227261368','5.255.250.7','667',0),(7350,'2018-01-06 16:37:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7351,'2018-01-06 16:40:12','imp','optin_5','mailchimp_7227261368','5.255.250.7','593',0),(7352,'2018-01-06 16:40:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7353,'2018-01-06 16:41:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7354,'2018-01-06 16:56:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(7355,'2018-01-06 17:01:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(7356,'2018-01-06 17:02:33','imp','optin_5','mailchimp_7227261368','157.55.39.121','76',0),(7357,'2018-01-06 17:19:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7358,'2018-01-06 17:21:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','177',0),(7359,'2018-01-06 17:22:52','imp','optin_5','mailchimp_7227261368','141.8.143.189','575',0),(7360,'2018-01-06 17:28:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7361,'2018-01-06 17:31:28','imp','optin_5','mailchimp_7227261368','54.36.148.108','0',0),(7362,'2018-01-06 17:42:28','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7363,'2018-01-06 18:04:37','imp','optin_2','mailchimp_7227261368','35.196.150.133','92',0),(7364,'2018-01-06 18:04:41','imp','optin_5','mailchimp_7227261368','35.196.150.133','0',0),(7365,'2018-01-06 18:45:15','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7366,'2018-01-06 18:45:35','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7367,'2018-01-06 19:18:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7368,'2018-01-06 19:20:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7369,'2018-01-06 19:31:45','imp','optin_5','mailchimp_7227261368','66.249.79.88','0',0),(7370,'2018-01-06 19:33:34','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7371,'2018-01-06 19:43:50','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(7372,'2018-01-06 19:58:46','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7373,'2018-01-06 19:59:07','imp','optin_8','7227261368','66.249.79.45','-1',0),(7374,'2018-01-06 20:35:10','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7375,'2018-01-06 20:49:45','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7376,'2018-01-06 20:59:36','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7377,'2018-01-06 21:19:08','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7378,'2018-01-06 21:31:14','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7379,'2018-01-06 21:32:37','imp','optin_5','mailchimp_7227261368','66.249.79.45','714',0),(7380,'2018-01-06 21:45:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7381,'2018-01-06 22:38:40','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7382,'2018-01-06 22:39:50','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7383,'2018-01-06 23:13:25','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7384,'2018-01-06 23:13:36','imp','optin_5','mailchimp_7227261368','66.249.79.48','0',0),(7385,'2018-01-06 23:21:03','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7386,'2018-01-06 23:22:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7387,'2018-01-06 23:25:34','imp','optin_8','7227261368','66.249.79.48','-1',0),(7388,'2018-01-06 23:41:47','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(7389,'2018-01-06 23:43:03','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(7390,'2018-01-06 23:43:55','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(7391,'2018-01-07 00:01:40','imp','optin_5','mailchimp_7227261368','66.249.79.48','0',0),(7392,'2018-01-07 00:04:51','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7393,'2018-01-07 00:09:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7394,'2018-01-07 00:38:57','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7395,'2018-01-07 01:09:17','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7396,'2018-01-07 01:34:53','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7397,'2018-01-07 02:01:47','imp','optin_5','mailchimp_7227261368','51.255.71.113','0',0),(7398,'2018-01-07 02:05:35','imp','optin_5','mailchimp_7227261368','66.249.79.45','714',0),(7399,'2018-01-07 02:05:59','imp','optin_7','mailchimp_7227261368','66.249.79.45','714',0),(7400,'2018-01-07 02:06:44','imp','optin_8','7227261368','66.249.79.45','714',0),(7401,'2018-01-07 02:26:49','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7402,'2018-01-07 02:46:16','imp','optin_2','mailchimp_7227261368','66.249.79.45','92',0),(7403,'2018-01-07 02:46:56','imp','optin_8','7227261368','66.249.79.45','-1',0),(7404,'2018-01-07 02:46:56','imp','optin_5','mailchimp_7227261368','157.55.39.77','76',0),(7405,'2018-01-07 03:33:55','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7406,'2018-01-07 03:59:29','imp','optin_5','mailchimp_7227261368','66.249.79.48','0',0),(7407,'2018-01-07 04:36:09','imp','optin_5','mailchimp_7227261368','66.249.79.42','714',0),(7408,'2018-01-07 04:40:28','imp','optin_2','mailchimp_7227261368','66.249.79.48','92',0),(7409,'2018-01-07 04:58:55','imp','optin_2','mailchimp_7227261368','66.249.79.60','92',0),(7410,'2018-01-07 05:33:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7411,'2018-01-07 05:38:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7412,'2018-01-07 05:59:18','imp','optin_2','mailchimp_7227261368','66.249.79.57','92',0),(7413,'2018-01-07 06:20:46','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(7414,'2018-01-07 06:25:53','imp','optin_5','mailchimp_7227261368','51.255.71.121','0',0),(7415,'2018-01-07 06:44:09','imp','optin_5','mailchimp_7227261368','207.46.13.48','591',0),(7416,'2018-01-07 07:04:27','imp','optin_2','mailchimp_7227261368','66.249.79.60','92',0),(7417,'2018-01-07 07:28:10','imp','optin_2','mailchimp_7227261368','66.249.79.57','92',0),(7418,'2018-01-07 07:28:45','imp','optin_2','mailchimp_7227261368','66.249.79.57','92',0),(7419,'2018-01-07 07:29:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7420,'2018-01-07 07:32:12','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(7421,'2018-01-07 08:02:33','imp','optin_5','mailchimp_7227261368','66.249.79.48','714',0),(7422,'2018-01-07 09:01:24','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7423,'2018-01-07 09:32:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7424,'2018-01-07 09:40:43','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7425,'2018-01-07 09:40:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(7426,'2018-01-07 09:56:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(7427,'2018-01-07 10:23:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(7428,'2018-01-07 10:45:14','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7429,'2018-01-07 10:52:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7430,'2018-01-07 11:08:45','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7431,'2018-01-07 11:08:56','imp','optin_8','7227261368','66.249.79.63','-1',0),(7432,'2018-01-07 11:10:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(7433,'2018-01-07 11:15:11','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7434,'2018-01-07 11:15:20','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7435,'2018-01-07 11:15:28','imp','optin_8','7227261368','66.249.79.63','714',0),(7436,'2018-01-07 11:38:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7437,'2018-01-07 12:09:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(7438,'2018-01-07 12:10:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(7439,'2018-01-07 12:24:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7440,'2018-01-07 12:41:11','imp','optin_2','mailchimp_7227261368','54.36.148.44','92',0),(7441,'2018-01-07 12:54:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(7442,'2018-01-07 12:55:32','imp','optin_5','mailchimp_7227261368','96.95.79.30','714',0),(7443,'2018-01-07 12:55:41','imp','optin_5','mailchimp_7227261368','96.95.79.30','0',0),(7444,'2018-01-07 12:55:45','imp','optin_7','mailchimp_7227261368','96.95.79.30','714',0),(7445,'2018-01-07 12:55:52','imp','optin_5','mailchimp_7227261368','96.95.79.30','0',0),(7446,'2018-01-07 12:56:05','imp','optin_8','7227261368','96.95.79.30','714',0),(7447,'2018-01-07 12:59:51','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7448,'2018-01-07 13:09:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7449,'2018-01-07 13:29:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7450,'2018-01-07 13:44:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7451,'2018-01-07 13:56:49','imp','optin_2','mailchimp_7227261368','49.195.112.103','92',0),(7452,'2018-01-07 13:56:51','imp','optin_2','mailchimp_7227261368','49.195.112.103','92',0),(7453,'2018-01-07 13:56:53','imp','optin_2','mailchimp_7227261368','49.195.112.103','92',0),(7454,'2018-01-07 13:57:14','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7455,'2018-01-07 13:57:27','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7456,'2018-01-07 13:57:41','imp','optin_8','7227261368','66.249.79.63','-1',0),(7457,'2018-01-07 13:58:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7458,'2018-01-07 14:19:17','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(7459,'2018-01-07 14:22:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(7460,'2018-01-07 14:33:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7461,'2018-01-07 14:33:37','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(7462,'2018-01-07 14:33:52','imp','optin_8','7227261368','66.249.79.63','714',0),(7463,'2018-01-07 15:12:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7464,'2018-01-07 15:31:03','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7465,'2018-01-07 15:41:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7466,'2018-01-07 15:48:56','imp','optin_5','mailchimp_7227261368','157.55.39.91','0',0),(7467,'2018-01-07 15:53:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7468,'2018-01-07 15:54:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(7469,'2018-01-07 15:55:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(7470,'2018-01-07 16:08:51','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7471,'2018-01-07 16:36:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7472,'2018-01-07 16:36:41','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7473,'2018-01-07 17:21:47','imp','optin_5','mailchimp_7227261368','54.36.148.233','663',0),(7474,'2018-01-07 17:45:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7475,'2018-01-07 18:07:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(7476,'2018-01-07 18:10:00','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(7477,'2018-01-07 18:11:49','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7478,'2018-01-07 18:45:06','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7479,'2018-01-07 18:55:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7480,'2018-01-07 19:18:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7481,'2018-01-07 19:21:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(7482,'2018-01-07 19:26:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7483,'2018-01-07 19:35:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','591',0),(7484,'2018-01-07 19:37:54','imp','optin_5','mailchimp_7227261368','93.158.161.121','681',0),(7485,'2018-01-07 19:41:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','220',0),(7486,'2018-01-07 19:41:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(7487,'2018-01-07 20:56:22','imp','optin_5','mailchimp_7227261368','198.71.227.43','0',0),(7488,'2018-01-07 20:56:26','imp','optin_5','mailchimp_7227261368','198.71.227.43','0',0),(7489,'2018-01-07 20:56:29','imp','optin_5','mailchimp_7227261368','198.71.227.43','0',0),(7490,'2018-01-07 20:56:34','imp','optin_5','mailchimp_7227261368','198.71.227.43','0',0),(7491,'2018-01-07 20:56:38','imp','optin_5','mailchimp_7227261368','198.71.227.43','0',0),(7492,'2018-01-07 20:58:01','imp','optin_5','mailchimp_7227261368','54.36.148.133','681',0),(7493,'2018-01-07 21:00:53','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7494,'2018-01-07 21:01:32','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7495,'2018-01-07 21:08:12','imp','optin_5','mailchimp_7227261368','5.255.250.7','597',0),(7496,'2018-01-07 21:08:37','imp','optin_2','mailchimp_7227261368','114.74.157.246','92',0),(7497,'2018-01-07 21:08:45','imp','optin_5','mailchimp_7227261368','114.74.157.246','0',0),(7498,'2018-01-07 21:09:00','imp','optin_5','mailchimp_7227261368','114.74.157.246','663',0),(7499,'2018-01-07 21:09:05','imp','optin_5','mailchimp_7227261368','114.74.157.246','0',0),(7500,'2018-01-07 21:09:54','imp','optin_5','mailchimp_7227261368','114.74.157.246','598',0),(7501,'2018-01-07 21:09:58','imp','optin_5','mailchimp_7227261368','114.74.157.246','0',0),(7502,'2018-01-07 21:24:39','imp','optin_5','mailchimp_7227261368','157.55.39.91','0',0),(7503,'2018-01-07 21:44:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7504,'2018-01-07 21:52:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7505,'2018-01-07 22:23:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7506,'2018-01-07 22:25:31','imp','optin_5','mailchimp_7227261368','5.255.250.7','573',0),(7507,'2018-01-07 22:28:17','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7508,'2018-01-07 22:38:50','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7509,'2018-01-07 22:51:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7510,'2018-01-07 23:08:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','76',0),(7511,'2018-01-07 23:15:21','imp','optin_5','mailchimp_7227261368','54.36.149.82','0',0),(7512,'2018-01-07 23:22:41','imp','optin_5','mailchimp_7227261368','114.74.157.246','0',0),(7513,'2018-01-07 23:23:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(7514,'2018-01-07 23:23:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(7515,'2018-01-07 23:23:47','imp','optin_5','mailchimp_7227261368','114.74.157.246','0',0),(7516,'2018-01-07 23:34:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7517,'2018-01-07 23:37:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7518,'2018-01-07 23:38:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7519,'2018-01-07 23:54:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(7520,'2018-01-08 00:03:19','imp','optin_5','mailchimp_7227261368','207.46.13.48','0',0),(7521,'2018-01-08 00:08:51','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7522,'2018-01-08 00:08:58','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7523,'2018-01-08 00:37:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7524,'2018-01-08 00:37:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7525,'2018-01-08 01:02:28','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7526,'2018-01-08 01:02:45','imp','optin_8','7227261368','66.249.79.63','-1',0),(7527,'2018-01-08 01:21:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','679',0),(7528,'2018-01-08 01:32:31','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7529,'2018-01-08 01:55:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7530,'2018-01-08 02:05:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(7531,'2018-01-08 02:08:32','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(7532,'2018-01-08 02:08:47','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7533,'2018-01-08 02:08:59','imp','optin_8','7227261368','66.249.79.63','714',0),(7534,'2018-01-08 02:10:19','imp','optin_5','mailchimp_7227261368','54.36.148.137','0',0),(7535,'2018-01-08 02:18:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7536,'2018-01-08 02:34:48','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7537,'2018-01-08 02:35:01','imp','optin_8','7227261368','66.249.79.63','-1',0),(7538,'2018-01-08 02:35:58','imp','optin_5','mailchimp_7227261368','5.255.250.7','598',0),(7539,'2018-01-08 02:50:20','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(7540,'2018-01-08 02:59:13','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7541,'2018-01-08 02:59:24','imp','optin_8','7227261368','66.249.79.63','0',0),(7542,'2018-01-08 03:01:40','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7543,'2018-01-08 03:01:58','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7544,'2018-01-08 03:13:40','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7545,'2018-01-08 04:27:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7546,'2018-01-08 04:34:22','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7547,'2018-01-08 04:34:32','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(7548,'2018-01-08 04:34:39','imp','optin_8','7227261368','66.249.79.85','714',0),(7549,'2018-01-08 04:37:37','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7550,'2018-01-08 04:46:00','imp','optin_2','mailchimp_7227261368','100.43.81.121','92',0),(7551,'2018-01-08 05:00:54','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(7552,'2018-01-08 05:03:21','imp','optin_8','7227261368','66.249.79.87','0',0),(7553,'2018-01-08 05:25:13','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7554,'2018-01-08 05:35:21','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7555,'2018-01-08 06:00:21','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7556,'2018-01-08 06:06:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7557,'2018-01-08 07:11:33','imp','optin_5','mailchimp_7227261368','157.55.39.209','667',0),(7558,'2018-01-08 07:19:50','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7559,'2018-01-08 07:26:05','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7560,'2018-01-08 07:29:32','imp','optin_5','mailchimp_7227261368','157.55.39.91','0',0),(7561,'2018-01-08 07:32:48','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7562,'2018-01-08 08:27:11','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7563,'2018-01-08 08:41:03','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7564,'2018-01-08 08:52:10','imp','optin_5','mailchimp_7227261368','157.55.39.91','0',0),(7565,'2018-01-08 08:55:59','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7566,'2018-01-08 09:22:50','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7567,'2018-01-08 10:06:21','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7568,'2018-01-08 10:10:00','imp','optin_5','mailchimp_7227261368','54.36.148.185','678',0),(7569,'2018-01-08 11:20:29','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(7570,'2018-01-08 11:20:49','imp','optin_8','7227261368','66.249.79.85','0',0),(7571,'2018-01-08 11:39:13','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7572,'2018-01-08 11:39:31','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(7573,'2018-01-08 11:39:57','imp','optin_8','7227261368','66.249.79.85','714',0),(7574,'2018-01-08 11:50:21','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7575,'2018-01-08 12:14:51','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(7576,'2018-01-08 12:15:54','imp','optin_8','7227261368','66.249.79.85','0',0),(7577,'2018-01-08 12:31:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7578,'2018-01-08 12:32:43','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7579,'2018-01-08 13:14:51','imp','optin_5','mailchimp_7227261368','54.36.148.87','599',0),(7580,'2018-01-08 13:16:46','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(7581,'2018-01-08 13:36:50','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7582,'2018-01-08 14:00:33','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7583,'2018-01-08 14:00:45','imp','optin_8','7227261368','66.249.79.85','-1',0),(7584,'2018-01-08 14:04:31','imp','optin_5','mailchimp_7227261368','66.249.79.85','411',0),(7585,'2018-01-08 14:04:46','imp','optin_8','7227261368','66.249.79.85','411',0),(7586,'2018-01-08 14:25:45','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(7587,'2018-01-08 14:33:07','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7588,'2018-01-08 14:35:02','imp','optin_5','mailchimp_7227261368','54.36.148.101','0',0),(7589,'2018-01-08 14:38:58','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(7590,'2018-01-08 14:49:51','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7591,'2018-01-08 15:05:57','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7592,'2018-01-08 15:17:52','imp','optin_5','mailchimp_7227261368','66.249.79.87','664',0),(7593,'2018-01-08 15:43:31','imp','optin_5','mailchimp_7227261368','66.249.79.89','573',0),(7594,'2018-01-08 16:04:21','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7595,'2018-01-08 16:04:34','imp','optin_8','7227261368','66.249.79.85','-1',0),(7596,'2018-01-08 16:36:47','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7597,'2018-01-08 16:36:54','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(7598,'2018-01-08 16:38:10','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7599,'2018-01-08 16:51:42','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7600,'2018-01-08 17:00:32','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7601,'2018-01-08 17:05:29','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(7602,'2018-01-08 17:05:42','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(7603,'2018-01-08 17:05:58','imp','optin_8','7227261368','66.249.79.85','714',0),(7604,'2018-01-08 17:35:10','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(7605,'2018-01-08 18:07:08','imp','optin_5','mailchimp_7227261368','66.249.79.89','665',0),(7606,'2018-01-08 18:07:31','imp','optin_8','7227261368','66.249.79.85','665',0),(7607,'2018-01-08 18:40:40','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7608,'2018-01-08 18:57:33','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(7609,'2018-01-08 19:03:57','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7610,'2018-01-08 19:12:21','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7611,'2018-01-08 19:42:58','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7612,'2018-01-08 19:45:01','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7613,'2018-01-08 19:48:40','imp','optin_2','mailchimp_7227261368','141.8.144.21','92',0),(7614,'2018-01-08 20:04:56','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7615,'2018-01-08 20:07:53','imp','optin_5','mailchimp_7227261368','141.8.143.192','0',0),(7616,'2018-01-08 20:17:52','imp','optin_5','mailchimp_7227261368','77.88.5.36','0',0),(7617,'2018-01-08 20:29:03','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7618,'2018-01-08 20:30:34','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7619,'2018-01-08 20:44:40','imp','optin_2','mailchimp_7227261368','115.69.32.39','92',0),(7620,'2018-01-08 20:44:49','imp','optin_5','mailchimp_7227261368','115.69.32.39','0',0),(7621,'2018-01-08 20:45:00','imp','optin_2','mailchimp_7227261368','115.69.32.39','2',0),(7622,'2018-01-08 20:45:03','imp','optin_5','mailchimp_7227261368','115.69.32.39','0',0),(7623,'2018-01-08 21:01:24','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7624,'2018-01-08 21:13:48','imp','optin_5','mailchimp_7227261368','84.201.133.41','602',0),(7625,'2018-01-08 21:26:19','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7626,'2018-01-08 21:32:31','imp','optin_5','mailchimp_7227261368','54.36.149.74','593',0),(7627,'2018-01-08 21:42:02','imp','optin_5','mailchimp_7227261368','141.8.143.159','664',0),(7628,'2018-01-08 21:56:40','imp','optin_5','mailchimp_7227261368','5.255.250.75','593',0),(7629,'2018-01-08 21:57:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7630,'2018-01-08 21:58:18','imp','optin_5','mailchimp_7227261368','5.255.250.7','592',0),(7631,'2018-01-08 22:03:59','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(7632,'2018-01-08 22:11:17','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7633,'2018-01-08 22:12:03','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7634,'2018-01-08 22:15:04','imp','optin_5','mailchimp_7227261368','54.36.149.15','667',0),(7635,'2018-01-08 22:39:37','imp','optin_2','mailchimp_7227261368','115.187.234.69','92',0),(7636,'2018-01-08 22:39:49','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7637,'2018-01-08 22:40:31','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7638,'2018-01-08 22:40:42','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7639,'2018-01-08 22:40:56','imp','optin_8','7227261368','115.187.234.69','-1',0),(7640,'2018-01-08 22:41:14','con','optin_8','mailchimp_7227261368','115.187.234.69','-1',0),(7641,'2018-01-08 22:43:26','imp','optin_5','mailchimp_7227261368','115.187.234.69','714',0),(7642,'2018-01-08 22:43:31','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7643,'2018-01-08 22:43:35','imp','optin_7','mailchimp_7227261368','115.187.234.69','714',0),(7644,'2018-01-08 22:44:22','con','optin_7','mailchimp_7227261368','115.187.234.69','714',0),(7645,'2018-01-08 22:44:46','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7646,'2018-01-08 22:50:25','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7647,'2018-01-08 22:52:13','imp','optin_2','mailchimp_7227261368','115.187.234.69','92',0),(7648,'2018-01-08 22:52:19','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7649,'2018-01-08 22:52:58','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7650,'2018-01-08 22:53:35','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7651,'2018-01-08 22:53:42','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7652,'2018-01-08 22:54:06','imp','optin_2','mailchimp_7227261368','115.187.234.69','2',0),(7653,'2018-01-08 22:54:11','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7654,'2018-01-08 22:54:15','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7655,'2018-01-08 22:55:49','imp','optin_2','mailchimp_7227261368','115.187.234.69','92',0),(7656,'2018-01-08 22:55:49','imp','optin_2','mailchimp_7227261368','115.187.234.69','92',0),(7657,'2018-01-08 22:55:53','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7658,'2018-01-08 22:56:05','imp','optin_2','mailchimp_7227261368','122.166.182.117','92',0),(7659,'2018-01-08 22:56:07','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7660,'2018-01-08 22:56:14','imp','optin_5','mailchimp_7227261368','122.166.182.117','0',0),(7661,'2018-01-08 22:56:27','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7662,'2018-01-08 23:01:56','imp','optin_2','mailchimp_7227261368','122.166.182.117','92',0),(7663,'2018-01-08 23:02:00','imp','optin_5','mailchimp_7227261368','122.166.182.117','0',0),(7664,'2018-01-08 23:06:10','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(7665,'2018-01-08 23:06:23','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(7666,'2018-01-08 23:06:36','imp','optin_8','7227261368','66.249.79.85','714',0),(7667,'2018-01-08 23:14:04','imp','optin_5','mailchimp_7227261368','141.8.144.21','714',0),(7668,'2018-01-08 23:25:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7669,'2018-01-08 23:26:00','imp','optin_5','mailchimp_7227261368','207.46.13.95','411',0),(7670,'2018-01-08 23:43:22','imp','optin_5','mailchimp_7227261368','217.209.74.220','0',0),(7671,'2018-01-08 23:43:26','imp','optin_5','mailchimp_7227261368','217.209.74.220','0',0),(7672,'2018-01-08 23:43:30','imp','optin_5','mailchimp_7227261368','217.209.74.220','0',0),(7673,'2018-01-08 23:43:33','imp','optin_5','mailchimp_7227261368','217.209.74.220','0',0),(7674,'2018-01-08 23:43:37','imp','optin_5','mailchimp_7227261368','217.209.74.220','0',0),(7675,'2018-01-08 23:56:50','imp','optin_5','mailchimp_7227261368','141.8.143.170','666',0),(7676,'2018-01-09 00:16:52','imp','optin_5','mailchimp_7227261368','141.8.143.192','177',0),(7677,'2018-01-09 00:26:26','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7678,'2018-01-09 00:26:46','imp','optin_8','7227261368','66.249.79.87','-1',0),(7679,'2018-01-09 00:27:05','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7680,'2018-01-09 00:27:13','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7681,'2018-01-09 00:52:56','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7682,'2018-01-09 00:57:51','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(7683,'2018-01-09 01:35:53','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7684,'2018-01-09 01:36:10','imp','optin_8','7227261368','66.249.79.89','-1',0),(7685,'2018-01-09 01:39:46','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7686,'2018-01-09 01:39:59','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(7687,'2018-01-09 01:42:31','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(7688,'2018-01-09 01:55:46','imp','optin_5','mailchimp_7227261368','54.36.149.16','665',0),(7689,'2018-01-09 02:19:24','imp','optin_5','mailchimp_7227261368','40.77.167.17','0',0),(7690,'2018-01-09 02:20:55','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7691,'2018-01-09 02:27:49','imp','optin_5','mailchimp_7227261368','93.158.161.126','173',0),(7692,'2018-01-09 02:40:02','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(7693,'2018-01-09 02:40:27','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(7694,'2018-01-09 02:41:00','imp','optin_8','7227261368','66.249.79.85','714',0),(7695,'2018-01-09 02:43:08','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7696,'2018-01-09 02:52:06','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(7697,'2018-01-09 02:59:26','imp','optin_5','mailchimp_7227261368','40.77.167.122','0',0),(7698,'2018-01-09 03:38:36','imp','optin_5','mailchimp_7227261368','54.36.148.69','666',0),(7699,'2018-01-09 03:45:27','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7700,'2018-01-09 03:50:19','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7701,'2018-01-09 03:56:14','imp','optin_5','mailchimp_7227261368','141.8.143.144','0',0),(7702,'2018-01-09 04:03:11','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7703,'2018-01-09 04:07:32','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7704,'2018-01-09 04:12:30','imp','optin_5','mailchimp_7227261368','141.8.143.144','0',0),(7705,'2018-01-09 04:13:10','imp','optin_5','mailchimp_7227261368','100.43.81.121','0',0),(7706,'2018-01-09 04:13:33','imp','optin_5','mailchimp_7227261368','77.88.5.36','0',0),(7707,'2018-01-09 04:32:27','imp','optin_5','mailchimp_7227261368','77.88.5.36','0',0),(7708,'2018-01-09 04:38:18','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7709,'2018-01-09 04:42:15','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(7710,'2018-01-09 04:43:04','imp','optin_5','mailchimp_7227261368','40.77.167.120','0',0),(7711,'2018-01-09 04:52:43','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7712,'2018-01-09 04:56:43','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7713,'2018-01-09 05:59:22','imp','optin_5','mailchimp_7227261368','5.255.250.57','570',0),(7714,'2018-01-09 06:16:52','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(7715,'2018-01-09 06:32:30','imp','optin_5','mailchimp_7227261368','66.249.79.89','592',0),(7716,'2018-01-09 06:42:46','imp','optin_5','mailchimp_7227261368','141.8.143.170','667',0),(7717,'2018-01-09 06:46:04','imp','optin_2','mailchimp_7227261368','58.173.68.192','92',0),(7718,'2018-01-09 06:46:11','imp','optin_5','mailchimp_7227261368','58.173.68.192','0',0),(7719,'2018-01-09 06:47:15','imp','optin_2','mailchimp_7227261368','58.173.68.192','92',0),(7720,'2018-01-09 06:47:18','imp','optin_5','mailchimp_7227261368','58.173.68.192','0',0),(7721,'2018-01-09 06:49:38','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(7722,'2018-01-09 06:50:38','imp','optin_2','mailchimp_7227261368','58.173.68.192','92',0),(7723,'2018-01-09 06:50:41','imp','optin_5','mailchimp_7227261368','58.173.68.192','0',0),(7724,'2018-01-09 07:22:10','imp','optin_5','mailchimp_7227261368','5.255.250.115','835',0),(7725,'2018-01-09 07:28:36','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(7726,'2018-01-09 07:28:43','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(7727,'2018-01-09 07:29:20','imp','optin_5','mailchimp_7227261368','100.43.91.127','680',0),(7728,'2018-01-09 07:30:45','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7729,'2018-01-09 07:30:50','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7730,'2018-01-09 07:37:23','imp','optin_5','mailchimp_7227261368','54.36.148.180','683',0),(7731,'2018-01-09 08:26:18','imp','optin_5','mailchimp_7227261368','84.201.133.78','0',0),(7732,'2018-01-09 08:40:51','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(7733,'2018-01-09 08:50:18','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7734,'2018-01-09 08:50:48','imp','optin_5','mailchimp_7227261368','141.8.143.166','665',0),(7735,'2018-01-09 08:53:29','imp','optin_5','mailchimp_7227261368','84.201.133.78','591',0),(7736,'2018-01-09 09:06:21','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(7737,'2018-01-09 09:09:25','imp','optin_2','mailchimp_7227261368','213.227.139.199','92',0),(7738,'2018-01-09 09:17:09','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7739,'2018-01-09 09:21:04','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(7740,'2018-01-09 09:23:13','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(7741,'2018-01-09 09:25:02','imp','optin_5','mailchimp_7227261368','84.201.133.42','668',0),(7742,'2018-01-09 09:31:22','imp','optin_5','mailchimp_7227261368','84.201.133.78','594',0),(7743,'2018-01-09 09:31:27','imp','optin_5','mailchimp_7227261368','100.43.91.120','594',0),(7744,'2018-01-09 09:36:38','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(7745,'2018-01-09 09:47:25','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(7746,'2018-01-09 09:56:40','imp','optin_5','mailchimp_7227261368','100.43.91.127','673',0),(7747,'2018-01-09 10:18:11','imp','optin_5','mailchimp_7227261368','84.201.133.21','577',0),(7748,'2018-01-09 10:27:56','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(7749,'2018-01-09 10:29:39','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7750,'2018-01-09 10:35:38','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(7751,'2018-01-09 10:43:41','imp','optin_5','mailchimp_7227261368','141.8.143.147','411',0),(7752,'2018-01-09 10:49:28','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7753,'2018-01-09 10:57:40','imp','optin_5','mailchimp_7227261368','77.88.5.5','681',0),(7754,'2018-01-09 11:01:31','imp','optin_5','mailchimp_7227261368','141.8.143.159','600',0),(7755,'2018-01-09 11:01:36','imp','optin_5','mailchimp_7227261368','5.255.250.59','600',0),(7756,'2018-01-09 11:03:59','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(7757,'2018-01-09 11:19:30','imp','optin_5','mailchimp_7227261368','84.201.133.78','0',0),(7758,'2018-01-09 11:20:38','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7759,'2018-01-09 11:25:51','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7760,'2018-01-09 11:25:59','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7761,'2018-01-09 11:26:05','imp','optin_8','7227261368','66.249.79.85','-1',0),(7762,'2018-01-09 11:37:34','imp','optin_5','mailchimp_7227261368','84.201.133.42','663',0),(7763,'2018-01-09 11:59:12','imp','optin_5','mailchimp_7227261368','100.43.91.127','682',0),(7764,'2018-01-09 12:12:01','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(7765,'2018-01-09 12:18:22','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7766,'2018-01-09 12:27:42','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7767,'2018-01-09 12:27:55','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(7768,'2018-01-09 12:28:12','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(7769,'2018-01-09 12:28:20','imp','optin_8','7227261368','66.249.79.85','714',0),(7770,'2018-01-09 12:53:53','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7771,'2018-01-09 13:12:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(7772,'2018-01-09 13:15:00','imp','optin_5','mailchimp_7227261368','84.201.133.42','599',0),(7773,'2018-01-09 13:26:42','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7774,'2018-01-09 13:26:47','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7775,'2018-01-09 13:29:46','imp','optin_5','mailchimp_7227261368','40.77.167.88','678',0),(7776,'2018-01-09 13:32:59','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(7777,'2018-01-09 13:40:01','imp','optin_5','mailchimp_7227261368','5.255.250.115','678',0),(7778,'2018-01-09 13:49:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7779,'2018-01-09 13:54:30','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(7780,'2018-01-09 14:08:25','imp','optin_2','mailchimp_7227261368','202.171.181.66, 175.45.116.60','92',0),(7781,'2018-01-09 14:08:34','imp','optin_5','mailchimp_7227261368','202.171.181.66, 175.45.116.60','0',0),(7782,'2018-01-09 14:08:35','imp','optin_5','mailchimp_7227261368','202.171.181.66, 175.45.116.60','0',0),(7783,'2018-01-09 14:08:39','imp','optin_5','mailchimp_7227261368','202.171.181.66, 175.45.116.60','0',0),(7784,'2018-01-09 14:08:52','imp','optin_8','7227261368','202.171.181.66, 175.45.116.60','-1',0),(7785,'2018-01-09 14:08:57','imp','optin_8','7227261368','202.171.181.66, 175.45.116.60','-1',0),(7786,'2018-01-09 14:09:41','imp','optin_2','mailchimp_7227261368','150.70.188.172','92',0),(7787,'2018-01-09 14:09:46','imp','optin_2','mailchimp_7227261368','150.70.188.168','92',0),(7788,'2018-01-09 14:22:38','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(7789,'2018-01-09 14:32:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7790,'2018-01-09 14:38:09','imp','optin_8','7227261368','66.249.79.87','697',0),(7791,'2018-01-09 15:21:10','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(7792,'2018-01-09 15:23:05','imp','optin_5','mailchimp_7227261368','54.36.148.73','835',0),(7793,'2018-01-09 15:32:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7794,'2018-01-09 15:51:00','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7795,'2018-01-09 15:51:13','imp','optin_8','7227261368','66.249.79.87','-1',0),(7796,'2018-01-09 15:55:57','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7797,'2018-01-09 16:02:28','imp','optin_5','mailchimp_7227261368','40.77.167.20','0',0),(7798,'2018-01-09 16:52:06','imp','optin_5','mailchimp_7227261368','66.249.79.89','575',0),(7799,'2018-01-09 17:25:19','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7800,'2018-01-09 18:05:16','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(7801,'2018-01-09 18:06:53','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7802,'2018-01-09 18:12:16','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(7803,'2018-01-09 18:12:34','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(7804,'2018-01-09 18:12:45','imp','optin_8','7227261368','66.249.79.85','714',0),(7805,'2018-01-09 18:50:15','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7806,'2018-01-09 19:49:20','imp','optin_5','mailchimp_7227261368','66.249.79.85','597',0),(7807,'2018-01-09 19:51:52','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fd5:face:b00c:0:8000','92',0),(7808,'2018-01-09 19:52:01','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fd1:face:b00c:0:8000','92',0),(7809,'2018-01-09 19:52:10','imp','optin_2','mailchimp_7227261368','2a03:2880:11:8ff4:face:b00c:0:8000','92',0),(7810,'2018-01-09 19:52:26','imp','optin_2','mailchimp_7227261368','2a03:2880:11:8ff5:face:b00c:0:8000','92',0),(7811,'2018-01-09 19:52:34','imp','optin_5','mailchimp_7227261368','2a03:2880:11:8ff7:face:b00c:0:8000','0',0),(7812,'2018-01-09 19:52:42','imp','optin_5','mailchimp_7227261368','2a03:2880:11:8ffb:face:b00c:0:8000','0',0),(7813,'2018-01-09 20:03:18','imp','optin_5','mailchimp_7227261368','54.36.148.62','177',0),(7814,'2018-01-09 20:08:47','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7815,'2018-01-09 20:09:36','imp','optin_2','mailchimp_7227261368','84.201.133.42','92',0),(7816,'2018-01-09 20:21:06','imp','optin_5','mailchimp_7227261368','66.249.79.89','411',0),(7817,'2018-01-09 20:22:38','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(7818,'2018-01-09 20:28:25','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7819,'2018-01-09 20:42:28','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7820,'2018-01-09 21:22:20','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7821,'2018-01-09 22:04:40','imp','optin_5','mailchimp_7227261368','54.36.148.202','0',0),(7822,'2018-01-09 23:10:14','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7823,'2018-01-09 23:26:32','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(7824,'2018-01-09 23:27:23','imp','optin_8','7227261368','66.249.79.87','0',0),(7825,'2018-01-09 23:35:21','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7826,'2018-01-09 23:35:33','imp','optin_8','7227261368','66.249.79.85','-1',0),(7827,'2018-01-09 23:48:56','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7828,'2018-01-09 23:49:38','imp','optin_7','mailchimp_7227261368','66.249.79.89','714',0),(7829,'2018-01-09 23:49:52','imp','optin_8','7227261368','66.249.79.85','714',0),(7830,'2018-01-10 00:02:32','imp','optin_5','mailchimp_7227261368','66.249.79.87','681',0),(7831,'2018-01-10 00:02:53','imp','optin_8','7227261368','66.249.79.87','681',0),(7832,'2018-01-10 00:06:44','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7833,'2018-01-10 01:40:40','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(7834,'2018-01-10 02:34:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7835,'2018-01-10 02:38:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(7836,'2018-01-10 02:54:11','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7837,'2018-01-10 02:54:42','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(7838,'2018-01-10 03:07:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7839,'2018-01-10 03:07:30','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(7840,'2018-01-10 03:09:26','imp','optin_5','mailchimp_7227261368','54.36.149.93','0',0),(7841,'2018-01-10 03:14:05','imp','optin_5','mailchimp_7227261368','54.36.149.18','0',0),(7842,'2018-01-10 03:18:34','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7843,'2018-01-10 03:18:49','imp','optin_8','7227261368','66.249.79.87','-1',0),(7844,'2018-01-10 03:23:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(7845,'2018-01-10 03:23:56','imp','optin_5','mailchimp_7227261368','157.55.39.227','0',0),(7846,'2018-01-10 03:37:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7847,'2018-01-10 04:06:49','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7848,'2018-01-10 04:34:27','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7849,'2018-01-10 04:36:32','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7850,'2018-01-10 05:24:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7851,'2018-01-10 05:24:57','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7852,'2018-01-10 05:41:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7853,'2018-01-10 06:38:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7854,'2018-01-10 06:39:25','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(7855,'2018-01-10 07:05:31','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(7856,'2018-01-10 07:05:46','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(7857,'2018-01-10 07:05:59','imp','optin_8','7227261368','66.249.79.71','714',0),(7858,'2018-01-10 07:09:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(7859,'2018-01-10 07:22:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7860,'2018-01-10 07:29:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7861,'2018-01-10 07:51:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','177',0),(7862,'2018-01-10 07:57:58','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(7863,'2018-01-10 07:58:02','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(7864,'2018-01-10 07:58:07','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(7865,'2018-01-10 07:58:27','imp','optin_8','7227261368','14.200.97.161','2',0),(7866,'2018-01-10 08:23:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(7867,'2018-01-10 08:52:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7868,'2018-01-10 09:15:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(7869,'2018-01-10 09:30:34','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7870,'2018-01-10 09:31:08','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7871,'2018-01-10 09:32:45','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(7872,'2018-01-10 09:39:26','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(7873,'2018-01-10 09:52:08','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(7874,'2018-01-10 09:55:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7875,'2018-01-10 10:30:06','imp','optin_5','mailchimp_7227261368','54.36.149.38','598',0),(7876,'2018-01-10 10:35:08','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(7877,'2018-01-10 10:39:06','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(7878,'2018-01-10 10:49:54','imp','optin_5','mailchimp_7227261368','84.201.133.41','683',0),(7879,'2018-01-10 11:10:30','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(7880,'2018-01-10 11:10:43','imp','optin_8','7227261368','66.249.79.87','-1',0),(7881,'2018-01-10 11:25:25','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(7882,'2018-01-10 11:35:59','imp','optin_5','mailchimp_7227261368','93.158.161.126','601',0),(7883,'2018-01-10 11:38:58','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7884,'2018-01-10 11:39:02','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(7885,'2018-01-10 11:54:49','imp','optin_5','mailchimp_7227261368','100.43.90.101','573',0),(7886,'2018-01-10 12:19:10','imp','optin_5','mailchimp_7227261368','66.249.69.135','714',0),(7887,'2018-01-10 12:20:08','imp','optin_7','mailchimp_7227261368','66.249.69.135','714',0),(7888,'2018-01-10 12:20:14','imp','optin_8','7227261368','66.249.69.135','714',0),(7889,'2018-01-10 12:44:49','imp','optin_5','mailchimp_7227261368','141.8.143.155','714',0),(7890,'2018-01-10 13:05:59','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(7891,'2018-01-10 13:12:13','imp','optin_5','mailchimp_7227261368','54.36.148.179','843',0),(7892,'2018-01-10 13:13:45','imp','optin_5','mailchimp_7227261368','54.36.149.68','0',0),(7893,'2018-01-10 13:22:24','imp','optin_5','mailchimp_7227261368','141.8.143.147','592',0),(7894,'2018-01-10 13:23:29','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7895,'2018-01-10 13:26:16','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7896,'2018-01-10 14:08:43','imp','optin_5','mailchimp_7227261368','141.8.143.147','664',0),(7897,'2018-01-10 14:18:58','imp','optin_2','mailchimp_7227261368','2a03:2880:30:6fc2:face:b00c:0:8000','92',0),(7898,'2018-01-10 14:26:58','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7899,'2018-01-10 14:36:04','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(7900,'2018-01-10 14:49:28','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7901,'2018-01-10 14:56:34','imp','optin_5','mailchimp_7227261368','54.36.148.166','577',0),(7902,'2018-01-10 15:05:25','imp','optin_5','mailchimp_7227261368','141.8.143.142','76',0),(7903,'2018-01-10 15:13:35','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7904,'2018-01-10 15:20:38','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7905,'2018-01-10 15:21:50','imp','optin_8','7227261368','66.249.79.63','714',0),(7906,'2018-01-10 15:52:01','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7907,'2018-01-10 15:52:16','imp','optin_8','7227261368','66.249.79.35','-1',0),(7908,'2018-01-10 16:03:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(7909,'2018-01-10 16:12:23','imp','optin_5','mailchimp_7227261368','77.88.47.39','220',0),(7910,'2018-01-10 16:17:48','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(7911,'2018-01-10 16:19:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(7912,'2018-01-10 16:44:11','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7913,'2018-01-10 17:02:32','imp','optin_5','mailchimp_7227261368','66.249.79.63','679',0),(7914,'2018-01-10 17:07:43','imp','optin_5','mailchimp_7227261368','100.43.90.101','666',0),(7915,'2018-01-10 17:10:05','imp','optin_5','mailchimp_7227261368','141.8.143.155','173',0),(7916,'2018-01-10 17:18:12','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(7917,'2018-01-10 17:22:45','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(7918,'2018-01-10 18:06:14','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7919,'2018-01-10 18:07:30','imp','optin_5','mailchimp_7227261368','5.255.250.115','598',0),(7920,'2018-01-10 18:17:17','imp','optin_2','mailchimp_7227261368','49.182.87.10','92',0),(7921,'2018-01-10 18:17:25','imp','optin_5','mailchimp_7227261368','49.182.87.10','0',0),(7922,'2018-01-10 18:22:55','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(7923,'2018-01-10 18:31:25','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7924,'2018-01-10 18:31:37','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(7925,'2018-01-10 18:31:42','imp','optin_8','7227261368','66.249.79.63','714',0),(7926,'2018-01-10 19:07:48','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(7927,'2018-01-10 19:16:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(7928,'2018-01-10 19:28:43','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7929,'2018-01-10 19:29:23','imp','optin_5','mailchimp_7227261368','54.36.148.73','602',0),(7930,'2018-01-10 19:30:08','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7931,'2018-01-10 19:51:07','imp','optin_5','mailchimp_7227261368','40.77.167.112','0',0),(7932,'2018-01-10 19:52:05','imp','optin_5','mailchimp_7227261368','141.8.143.166','597',0),(7933,'2018-01-10 19:52:55','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(7934,'2018-01-10 20:09:38','imp','optin_5','mailchimp_7227261368','93.158.161.126','595',0),(7935,'2018-01-10 20:10:08','imp','optin_5','mailchimp_7227261368','54.36.148.57','600',0),(7936,'2018-01-10 20:17:20','imp','optin_2','mailchimp_7227261368','217.147.169.147','92',0),(7937,'2018-01-10 20:17:42','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7938,'2018-01-10 20:17:42','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7939,'2018-01-10 20:17:47','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7940,'2018-01-10 20:17:48','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7941,'2018-01-10 20:17:49','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7942,'2018-01-10 20:17:50','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7943,'2018-01-10 20:17:50','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7944,'2018-01-10 20:17:50','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7945,'2018-01-10 20:17:50','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7946,'2018-01-10 20:17:50','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7947,'2018-01-10 20:17:52','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7948,'2018-01-10 20:17:52','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7949,'2018-01-10 20:17:52','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7950,'2018-01-10 20:17:52','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7951,'2018-01-10 20:17:53','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7952,'2018-01-10 20:17:53','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7953,'2018-01-10 20:17:54','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7954,'2018-01-10 20:17:54','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7955,'2018-01-10 20:18:01','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7956,'2018-01-10 20:18:01','imp','optin_5','mailchimp_7227261368','217.147.169.147','0',0),(7957,'2018-01-10 20:23:36','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(7958,'2018-01-10 20:44:37','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(7959,'2018-01-10 20:44:42','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(7960,'2018-01-10 20:44:46','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(7961,'2018-01-10 20:57:22','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7962,'2018-01-10 21:09:59','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7963,'2018-01-10 21:25:12','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(7964,'2018-01-10 21:26:17','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(7965,'2018-01-10 21:26:29','imp','optin_8','7227261368','66.249.79.63','0',0),(7966,'2018-01-10 21:31:15','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7967,'2018-01-10 21:37:27','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(7968,'2018-01-10 21:42:58','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7969,'2018-01-10 22:02:53','imp','optin_2','mailchimp_7227261368','114.73.52.251','92',0),(7970,'2018-01-10 22:03:01','imp','optin_5','mailchimp_7227261368','114.73.52.251','0',0),(7971,'2018-01-11 00:15:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(7972,'2018-01-11 00:15:56','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(7973,'2018-01-11 00:16:10','imp','optin_8','7227261368','66.249.79.39','714',0),(7974,'2018-01-11 00:53:15','imp','optin_5','mailchimp_7227261368','54.36.148.180','0',0),(7975,'2018-01-11 01:04:22','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(7976,'2018-01-11 01:28:43','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(7977,'2018-01-11 01:47:07','imp','optin_2','mailchimp_7227261368','50.234.252.115','92',0),(7978,'2018-01-11 02:08:20','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(7979,'2018-01-11 02:08:43','imp','optin_8','7227261368','66.249.79.63','-1',0),(7980,'2018-01-11 02:15:47','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(7981,'2018-01-11 02:15:54','imp','optin_5','mailchimp_7227261368','40.77.167.4','598',0),(7982,'2018-01-11 03:42:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(7983,'2018-01-11 03:42:14','imp','optin_8','7227261368','66.249.79.63','-1',0),(7984,'2018-01-11 03:46:15','imp','optin_2','mailchimp_7227261368','121.147.42.186','92',0),(7985,'2018-01-11 03:46:20','imp','optin_5','mailchimp_7227261368','121.147.42.186','667',0),(7986,'2018-01-11 03:46:27','imp','optin_5','mailchimp_7227261368','121.147.42.186','76',0),(7987,'2018-01-11 03:46:31','imp','optin_2','mailchimp_7227261368','121.147.42.186','2',0),(7988,'2018-01-11 03:46:36','imp','optin_5','mailchimp_7227261368','121.147.42.186','0',0),(7989,'2018-01-11 03:46:42','imp','optin_5','mailchimp_7227261368','121.147.42.186','411',0),(7990,'2018-01-11 03:46:52','imp','optin_5','mailchimp_7227261368','121.147.42.186','666',0),(7991,'2018-01-11 03:47:10','imp','optin_5','mailchimp_7227261368','121.147.42.186','664',0),(7992,'2018-01-11 03:47:16','imp','optin_5','mailchimp_7227261368','121.147.42.186','0',0),(7993,'2018-01-11 03:47:24','imp','optin_5','mailchimp_7227261368','121.147.42.186','0',0),(7994,'2018-01-11 03:47:28','imp','optin_5','mailchimp_7227261368','121.147.42.186','665',0),(7995,'2018-01-11 03:47:40','imp','optin_2','mailchimp_7227261368','121.147.42.186','92',0),(7996,'2018-01-11 03:47:59','imp','optin_5','mailchimp_7227261368','121.147.42.186','0',0),(7997,'2018-01-11 03:48:05','imp','optin_5','mailchimp_7227261368','121.147.42.186','663',0),(7998,'2018-01-11 03:48:10','imp','optin_5','mailchimp_7227261368','121.147.42.186','714',0),(7999,'2018-01-11 03:48:16','imp','optin_5','mailchimp_7227261368','121.147.42.186','598',0),(8000,'2018-01-11 03:48:22','imp','optin_2','mailchimp_7227261368','121.147.42.186','92',0),(8001,'2018-01-11 04:07:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8002,'2018-01-11 04:07:30','imp','optin_8','7227261368','66.249.79.63','0',0),(8003,'2018-01-11 05:10:51','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8004,'2018-01-11 05:15:51','imp','optin_5','mailchimp_7227261368','157.55.39.227','0',0),(8005,'2018-01-11 05:33:06','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8006,'2018-01-11 05:40:19','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8007,'2018-01-11 05:55:49','imp','optin_5','mailchimp_7227261368','207.46.13.48','714',0),(8008,'2018-01-11 05:56:14','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8009,'2018-01-11 06:06:19','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(8010,'2018-01-11 06:17:08','imp','optin_5','mailchimp_7227261368','199.30.24.30','598',0),(8011,'2018-01-11 06:43:34','imp','optin_5','mailchimp_7227261368','54.36.148.61','0',0),(8012,'2018-01-11 08:00:39','imp','optin_2','mailchimp_7227261368','66.249.79.69','92',0),(8013,'2018-01-11 08:02:49','imp','optin_5','mailchimp_7227261368','66.249.79.71','0',0),(8014,'2018-01-11 08:02:59','imp','optin_8','7227261368','66.249.79.71','0',0),(8015,'2018-01-11 08:19:22','imp','optin_5','mailchimp_7227261368','54.36.148.119','714',0),(8016,'2018-01-11 09:07:23','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8017,'2018-01-11 09:26:27','imp','optin_5','mailchimp_7227261368','54.36.148.92','680',0),(8018,'2018-01-11 09:35:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8019,'2018-01-11 09:39:03','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8020,'2018-01-11 10:13:48','imp','optin_5','mailchimp_7227261368','54.36.149.80','0',0),(8021,'2018-01-11 10:19:57','imp','optin_5','mailchimp_7227261368','54.36.148.84','0',0),(8022,'2018-01-11 10:52:57','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8023,'2018-01-11 11:08:40','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(8024,'2018-01-11 11:08:44','imp','optin_5','mailchimp_7227261368','207.46.13.48','0',0),(8025,'2018-01-11 11:27:30','imp','optin_2','mailchimp_7227261368','58.164.37.191','92',0),(8026,'2018-01-11 11:27:38','imp','optin_5','mailchimp_7227261368','58.164.37.191','0',0),(8027,'2018-01-11 11:27:45','imp','optin_2','mailchimp_7227261368','58.164.37.191','2',0),(8028,'2018-01-11 11:27:49','imp','optin_5','mailchimp_7227261368','58.164.37.191','0',0),(8029,'2018-01-11 11:27:53','imp','optin_5','mailchimp_7227261368','2001:8003:3cf4:d800:644d:5277:5851:cd94','0',0),(8030,'2018-01-11 11:28:06','imp','optin_8','7227261368','58.164.37.191','2',0),(8031,'2018-01-11 11:28:11','imp','optin_2','mailchimp_7227261368','58.164.37.191','92',0),(8032,'2018-01-11 11:28:25','imp','optin_2','mailchimp_7227261368','58.164.37.191','92',0),(8033,'2018-01-11 11:28:26','imp','optin_2','mailchimp_7227261368','58.164.37.191','2',0),(8034,'2018-01-11 11:28:29','imp','optin_5','mailchimp_7227261368','58.164.37.191','0',0),(8035,'2018-01-11 11:28:33','imp','optin_2','mailchimp_7227261368','58.164.37.191','2',0),(8036,'2018-01-11 11:28:36','imp','optin_5','mailchimp_7227261368','58.164.37.191','0',0),(8037,'2018-01-11 11:30:13','imp','optin_2','mailchimp_7227261368','2001:8003:3cf4:d800:644d:5277:5851:cd94','92',0),(8038,'2018-01-11 11:38:45','imp','optin_2','mailchimp_7227261368','2001:8003:3cf4:d800:644d:5277:5851:cd94','2',0),(8039,'2018-01-11 11:38:53','imp','optin_5','mailchimp_7227261368','2001:8003:3cf4:d800:644d:5277:5851:cd94','0',0),(8040,'2018-01-11 11:39:06','imp','optin_5','mailchimp_7227261368','77.88.47.39','667',0),(8041,'2018-01-11 11:39:52','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8042,'2018-01-11 11:53:29','imp','optin_2','mailchimp_7227261368','110.21.191.156','92',0),(8043,'2018-01-11 11:53:36','imp','optin_5','mailchimp_7227261368','110.21.191.156','0',0),(8044,'2018-01-11 12:00:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8045,'2018-01-11 12:17:51','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8046,'2018-01-11 12:19:23','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8047,'2018-01-11 12:27:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(8048,'2018-01-11 13:00:10','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(8049,'2018-01-11 13:08:50','imp','optin_5','mailchimp_7227261368','141.8.143.166','177',0),(8050,'2018-01-11 13:13:52','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(8051,'2018-01-11 13:13:56','imp','optin_2','mailchimp_7227261368','93.158.161.146','2',0),(8052,'2018-01-11 13:23:05','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(8053,'2018-01-11 13:26:42','imp','optin_5','mailchimp_7227261368','77.88.47.39','843',0),(8054,'2018-01-11 13:41:09','imp','optin_5','mailchimp_7227261368','100.43.90.101','570',0),(8055,'2018-01-11 13:46:43','imp','optin_2','mailchimp_7227261368','129.94.8.252','92',0),(8056,'2018-01-11 13:46:51','imp','optin_5','mailchimp_7227261368','129.94.8.252','0',0),(8057,'2018-01-11 13:46:55','imp','optin_5','mailchimp_7227261368','129.94.8.252','0',0),(8058,'2018-01-11 13:47:05','imp','optin_5','mailchimp_7227261368','129.94.8.252','0',0),(8059,'2018-01-11 13:47:09','imp','optin_5','mailchimp_7227261368','129.94.8.252','0',0),(8060,'2018-01-11 13:47:11','imp','optin_8','7227261368','129.94.8.252','697',0),(8061,'2018-01-11 13:48:01','imp','optin_2','mailchimp_7227261368','129.94.8.252','92',0),(8062,'2018-01-11 13:48:04','imp','optin_5','mailchimp_7227261368','129.94.8.252','0',0),(8063,'2018-01-11 14:10:08','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8064,'2018-01-11 14:10:20','imp','optin_8','7227261368','66.249.79.21','-1',0),(8065,'2018-01-11 14:12:28','imp','optin_5','mailchimp_7227261368','84.201.133.41','835',0),(8066,'2018-01-11 14:37:06','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8067,'2018-01-11 14:37:21','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8068,'2018-01-11 14:37:30','imp','optin_8','7227261368','66.249.79.85','714',0),(8069,'2018-01-11 14:41:57','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(8070,'2018-01-11 14:42:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8071,'2018-01-11 14:54:08','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8072,'2018-01-11 14:54:18','imp','optin_5','mailchimp_7227261368','93.158.161.146','573',0),(8073,'2018-01-11 14:54:49','imp','optin_5','mailchimp_7227261368','141.8.143.142','0',0),(8074,'2018-01-11 14:56:14','imp','optin_5','mailchimp_7227261368','54.36.148.29','76',0),(8075,'2018-01-11 15:28:39','imp','optin_5','mailchimp_7227261368','54.36.148.63','173',0),(8076,'2018-01-11 15:31:15','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(8077,'2018-01-11 15:31:20','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(8078,'2018-01-11 15:41:39','imp','optin_5','mailchimp_7227261368','84.201.133.17','593',0),(8079,'2018-01-11 15:42:13','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8080,'2018-01-11 15:42:29','imp','optin_8','7227261368','66.249.79.21','714',0),(8081,'2018-01-11 16:08:53','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(8082,'2018-01-11 16:09:09','imp','optin_8','7227261368','66.249.79.87','-1',0),(8083,'2018-01-11 16:23:09','imp','optin_2','mailchimp_7227261368','58.167.102.27','92',0),(8084,'2018-01-11 16:23:18','imp','optin_5','mailchimp_7227261368','58.167.102.27','0',0),(8085,'2018-01-11 16:23:37','imp','optin_5','mailchimp_7227261368','58.167.102.27','664',0),(8086,'2018-01-11 16:23:41','imp','optin_5','mailchimp_7227261368','58.167.102.27','0',0),(8087,'2018-01-11 16:24:08','imp','optin_5','mailchimp_7227261368','58.167.102.27','591',0),(8088,'2018-01-11 16:24:49','imp','optin_2','mailchimp_7227261368','58.167.102.27','92',0),(8089,'2018-01-11 16:24:52','imp','optin_5','mailchimp_7227261368','58.167.102.27','0',0),(8090,'2018-01-11 16:29:53','imp','optin_5','mailchimp_7227261368','54.36.149.75','591',0),(8091,'2018-01-11 16:38:27','imp','optin_5','mailchimp_7227261368','93.158.161.146','411',0),(8092,'2018-01-11 16:57:16','imp','optin_2','mailchimp_7227261368','66.249.79.23','92',0),(8093,'2018-01-11 17:07:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8094,'2018-01-11 17:09:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(8095,'2018-01-11 17:25:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(8096,'2018-01-11 17:27:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8097,'2018-01-11 17:29:05','imp','optin_5','mailchimp_7227261368','66.249.79.25','714',0),(8098,'2018-01-11 17:30:02','imp','optin_2','mailchimp_7227261368','66.249.79.23','92',0),(8099,'2018-01-11 17:31:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8100,'2018-01-11 17:40:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8101,'2018-01-11 18:27:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(8102,'2018-01-11 18:55:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(8103,'2018-01-11 18:59:12','imp','optin_5','mailchimp_7227261368','207.46.13.81','591',0),(8104,'2018-01-11 19:05:34','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8105,'2018-01-11 19:17:10','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(8106,'2018-01-11 19:17:13','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(8107,'2018-01-11 19:17:37','imp','optin_8','7227261368','14.200.97.161','2',0),(8108,'2018-01-11 19:17:38','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(8109,'2018-01-11 19:24:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8110,'2018-01-11 19:34:11','imp','optin_5','mailchimp_7227261368','66.249.79.89','595',0),(8111,'2018-01-11 19:39:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8112,'2018-01-11 19:40:03','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(8113,'2018-01-11 19:40:11','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(8114,'2018-01-11 19:41:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(8115,'2018-01-11 19:44:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(8116,'2018-01-11 19:54:34','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8117,'2018-01-11 20:17:29','imp','optin_5','mailchimp_7227261368','54.36.149.8','664',0),(8118,'2018-01-11 20:34:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8119,'2018-01-11 20:50:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8120,'2018-01-11 20:54:56','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(8121,'2018-01-11 21:00:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8122,'2018-01-11 21:02:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','665',0),(8123,'2018-01-11 21:08:44','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8124,'2018-01-11 21:15:20','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(8125,'2018-01-11 21:36:28','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8126,'2018-01-11 21:42:36','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8127,'2018-01-11 22:04:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(8128,'2018-01-11 22:16:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8129,'2018-01-11 22:27:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(8130,'2018-01-11 22:27:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(8131,'2018-01-11 22:29:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8132,'2018-01-11 22:31:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8133,'2018-01-11 22:39:35','imp','optin_5','mailchimp_7227261368','207.46.13.81','600',0),(8134,'2018-01-11 23:14:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(8135,'2018-01-11 23:28:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(8136,'2018-01-12 00:06:07','imp','optin_5','mailchimp_7227261368','207.46.13.81','843',0),(8137,'2018-01-12 00:09:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(8138,'2018-01-12 00:25:25','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(8139,'2018-01-12 00:25:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8140,'2018-01-12 00:29:21','imp','optin_5','mailchimp_7227261368','100.43.85.190','683',0),(8141,'2018-01-12 00:34:38','imp','optin_2','mailchimp_7227261368','66.249.79.89','2',0),(8142,'2018-01-12 00:35:31','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(8143,'2018-01-12 01:24:03','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8144,'2018-01-12 01:37:36','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8145,'2018-01-12 01:52:43','imp','optin_8','7227261368','66.249.79.87','0',0),(8146,'2018-01-12 01:52:45','imp','optin_8','7227261368','66.249.79.85','0',0),(8147,'2018-01-12 02:03:16','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8148,'2018-01-12 02:14:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8149,'2018-01-12 02:16:00','imp','optin_8','7227261368','66.249.79.87','404',0),(8150,'2018-01-12 02:16:19','imp','optin_5','mailchimp_7227261368','208.110.66.130','0',0),(8151,'2018-01-12 02:26:45','imp','optin_8','7227261368','66.249.79.89','2',0),(8152,'2018-01-12 02:28:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(8153,'2018-01-12 02:33:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(8154,'2018-01-12 02:33:29','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8155,'2018-01-12 02:33:40','imp','optin_8','7227261368','66.249.79.85','714',0),(8156,'2018-01-12 02:33:41','imp','optin_8','7227261368','66.249.79.85','192',0),(8157,'2018-01-12 03:11:50','imp','optin_5','mailchimp_7227261368','54.36.148.100','0',0),(8158,'2018-01-12 03:40:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(8159,'2018-01-12 03:48:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(8160,'2018-01-12 03:50:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8161,'2018-01-12 04:03:59','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8162,'2018-01-12 04:04:30','imp','optin_8','7227261368','66.249.79.85','-1',0),(8163,'2018-01-12 04:11:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(8164,'2018-01-12 04:31:32','imp','optin_2','mailchimp_7227261368','195.245.112.87','92',0),(8165,'2018-01-12 04:37:12','imp','optin_5','mailchimp_7227261368','157.55.39.157','0',0),(8166,'2018-01-12 05:18:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8167,'2018-01-12 05:32:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8168,'2018-01-12 06:11:04','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8169,'2018-01-12 06:19:04','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8170,'2018-01-12 06:19:10','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(8171,'2018-01-12 06:22:42','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8172,'2018-01-12 06:23:11','imp','optin_8','7227261368','66.249.79.89','-1',0),(8173,'2018-01-12 06:53:56','imp','optin_2','mailchimp_7227261368','35.164.240.120','92',0),(8174,'2018-01-12 07:03:05','imp','optin_2','mailchimp_7227261368','45.55.41.101','92',0),(8175,'2018-01-12 07:03:16','imp','optin_5','mailchimp_7227261368','45.55.41.101','76',0),(8176,'2018-01-12 07:03:21','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8177,'2018-01-12 07:03:26','imp','optin_2','mailchimp_7227261368','45.55.41.101','2',0),(8178,'2018-01-12 07:03:45','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8179,'2018-01-12 07:03:49','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8180,'2018-01-12 07:03:54','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8181,'2018-01-12 07:04:04','imp','optin_5','mailchimp_7227261368','45.55.41.101','577',0),(8182,'2018-01-12 07:04:09','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8183,'2018-01-12 07:04:14','imp','optin_5','mailchimp_7227261368','45.55.41.101','600',0),(8184,'2018-01-12 07:04:19','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8185,'2018-01-12 07:04:24','imp','optin_5','mailchimp_7227261368','45.55.41.101','666',0),(8186,'2018-01-12 07:04:30','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8187,'2018-01-12 07:04:36','imp','optin_5','mailchimp_7227261368','45.55.41.101','667',0),(8188,'2018-01-12 07:04:42','imp','optin_5','mailchimp_7227261368','45.55.41.101','601',0),(8189,'2018-01-12 07:04:48','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8190,'2018-01-12 07:04:54','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8191,'2018-01-12 07:05:00','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8192,'2018-01-12 07:05:06','imp','optin_5','mailchimp_7227261368','45.55.41.101','598',0),(8193,'2018-01-12 07:05:17','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8194,'2018-01-12 07:05:22','imp','optin_5','mailchimp_7227261368','45.55.41.101','663',0),(8195,'2018-01-12 07:05:27','imp','optin_5','mailchimp_7227261368','45.55.41.101','682',0),(8196,'2018-01-12 07:05:33','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8197,'2018-01-12 07:05:37','imp','optin_5','mailchimp_7227261368','45.55.41.101','673',0),(8198,'2018-01-12 07:05:43','imp','optin_5','mailchimp_7227261368','45.55.41.101','599',0),(8199,'2018-01-12 07:05:48','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8200,'2018-01-12 07:05:53','imp','optin_5','mailchimp_7227261368','45.55.41.101','683',0),(8201,'2018-01-12 07:05:59','imp','optin_5','mailchimp_7227261368','45.55.41.101','665',0),(8202,'2018-01-12 07:06:05','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8203,'2018-01-12 07:06:10','imp','optin_5','mailchimp_7227261368','45.55.41.101','594',0),(8204,'2018-01-12 07:06:15','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8205,'2018-01-12 07:06:24','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8206,'2018-01-12 07:06:29','imp','optin_5','mailchimp_7227261368','45.55.41.101','593',0),(8207,'2018-01-12 07:06:34','imp','optin_5','mailchimp_7227261368','45.55.41.101','591',0),(8208,'2018-01-12 07:06:40','imp','optin_5','mailchimp_7227261368','45.55.41.101','678',0),(8209,'2018-01-12 07:06:45','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8210,'2018-01-12 07:06:51','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8211,'2018-01-12 07:06:57','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8212,'2018-01-12 07:07:01','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8213,'2018-01-12 07:07:08','imp','optin_5','mailchimp_7227261368','45.55.41.101','681',0),(8214,'2018-01-12 07:07:18','imp','optin_5','mailchimp_7227261368','45.55.41.101','680',0),(8215,'2018-01-12 07:07:24','imp','optin_5','mailchimp_7227261368','45.55.41.101','668',0),(8216,'2018-01-12 07:07:29','imp','optin_5','mailchimp_7227261368','45.55.41.101','664',0),(8217,'2018-01-12 07:07:35','imp','optin_5','mailchimp_7227261368','45.55.41.101','570',0),(8218,'2018-01-12 07:07:39','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8219,'2018-01-12 07:07:45','imp','optin_5','mailchimp_7227261368','45.55.41.101','602',0),(8220,'2018-01-12 07:07:52','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8221,'2018-01-12 07:07:57','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8222,'2018-01-12 07:08:02','imp','optin_5','mailchimp_7227261368','45.55.41.101','573',0),(8223,'2018-01-12 07:08:12','imp','optin_5','mailchimp_7227261368','45.55.41.101','835',0),(8224,'2018-01-12 07:08:18','imp','optin_5','mailchimp_7227261368','45.55.41.101','592',0),(8225,'2018-01-12 07:08:24','imp','optin_5','mailchimp_7227261368','45.55.41.101','575',0),(8226,'2018-01-12 07:08:30','imp','optin_5','mailchimp_7227261368','45.55.41.101','597',0),(8227,'2018-01-12 07:08:35','imp','optin_5','mailchimp_7227261368','45.55.41.101','411',0),(8228,'2018-01-12 07:08:40','imp','optin_5','mailchimp_7227261368','45.55.41.101','843',0),(8229,'2018-01-12 07:08:46','imp','optin_5','mailchimp_7227261368','45.55.41.101','679',0),(8230,'2018-01-12 07:08:52','imp','optin_5','mailchimp_7227261368','45.55.41.101','595',0),(8231,'2018-01-12 07:08:57','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8232,'2018-01-12 07:09:02','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8233,'2018-01-12 07:09:07','imp','optin_5','mailchimp_7227261368','45.55.41.101','0',0),(8234,'2018-01-12 07:09:17','imp','optin_5','mailchimp_7227261368','45.55.41.101','714',0),(8235,'2018-01-12 07:09:23','imp','optin_5','mailchimp_7227261368','45.55.41.101','714',0),(8236,'2018-01-12 07:18:40','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8237,'2018-01-12 07:18:49','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8238,'2018-01-12 07:18:55','imp','optin_8','7227261368','66.249.79.85','714',0),(8239,'2018-01-12 07:52:53','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(8240,'2018-01-12 08:31:43','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(8241,'2018-01-12 09:35:01','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(8242,'2018-01-12 09:35:11','imp','optin_5','mailchimp_7227261368','54.36.148.132','0',0),(8243,'2018-01-12 09:37:40','imp','optin_5','mailchimp_7227261368','54.36.148.191','591',0),(8244,'2018-01-12 09:44:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8245,'2018-01-12 10:00:14','imp','optin_5','mailchimp_7227261368','66.249.69.85','678',0),(8246,'2018-01-12 10:23:56','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(8247,'2018-01-12 10:29:21','imp','optin_8','7227261368','66.249.69.87','678',0),(8248,'2018-01-12 10:32:27','imp','optin_5','mailchimp_7227261368','54.36.148.179','680',0),(8249,'2018-01-12 11:38:02','imp','optin_2','mailchimp_7227261368','157.55.39.59','92',0),(8250,'2018-01-12 12:37:13','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(8251,'2018-01-12 12:40:53','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(8252,'2018-01-12 12:41:45','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(8253,'2018-01-12 12:43:14','imp','optin_8','7227261368','66.249.69.89','-1',0),(8254,'2018-01-12 12:55:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(8255,'2018-01-12 13:24:45','imp','optin_5','mailchimp_7227261368','5.255.250.7','595',0),(8256,'2018-01-12 13:32:27','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(8257,'2018-01-12 13:40:22','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(8258,'2018-01-12 13:40:26','imp','optin_8','7227261368','66.249.69.85','714',0),(8259,'2018-01-12 13:58:57','imp','optin_5','mailchimp_7227261368','207.46.13.0','0',0),(8260,'2018-01-12 14:10:37','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(8261,'2018-01-12 14:10:52','imp','optin_8','7227261368','66.249.69.85','-1',0),(8262,'2018-01-12 14:13:25','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(8263,'2018-01-12 14:39:50','imp','optin_5','mailchimp_7227261368','157.55.39.220','0',0),(8264,'2018-01-12 15:09:06','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8265,'2018-01-12 15:10:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8266,'2018-01-12 15:51:12','imp','optin_5','mailchimp_7227261368','54.36.149.80','0',0),(8267,'2018-01-12 16:35:37','imp','optin_2','mailchimp_7227261368','66.249.69.87','92',0),(8268,'2018-01-12 16:42:51','imp','optin_2','mailchimp_7227261368','66.249.69.89','92',0),(8269,'2018-01-12 17:09:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(8270,'2018-01-12 17:26:19','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(8271,'2018-01-12 17:39:22','imp','optin_2','mailchimp_7227261368','123.126.68.134','92',0),(8272,'2018-01-12 17:39:30','imp','optin_5','mailchimp_7227261368','123.126.68.134','0',0),(8273,'2018-01-12 17:52:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(8274,'2018-01-12 18:06:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(8275,'2018-01-12 18:21:54','imp','optin_5','mailchimp_7227261368','54.36.148.230','664',0),(8276,'2018-01-12 19:35:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(8277,'2018-01-12 19:37:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(8278,'2018-01-12 19:49:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(8279,'2018-01-12 20:06:49','imp','optin_5','mailchimp_7227261368','66.249.69.89','714',0),(8280,'2018-01-12 20:07:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8281,'2018-01-12 20:16:00','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(8282,'2018-01-12 20:16:19','imp','optin_8','7227261368','66.249.69.85','714',0),(8283,'2018-01-12 20:18:36','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(8284,'2018-01-12 20:52:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(8285,'2018-01-12 20:52:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8286,'2018-01-12 21:12:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8287,'2018-01-12 21:20:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8288,'2018-01-12 21:31:42','imp','optin_2','mailchimp_7227261368','54.188.56.72','92',0),(8289,'2018-01-12 21:31:51','imp','optin_2','mailchimp_7227261368','54.188.56.72','92',0),(8290,'2018-01-12 21:36:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8291,'2018-01-12 21:38:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(8292,'2018-01-12 21:51:35','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8293,'2018-01-12 22:37:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(8294,'2018-01-12 22:42:21','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(8295,'2018-01-12 23:20:23','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(8296,'2018-01-12 23:36:16','imp','optin_5','mailchimp_7227261368','66.249.69.87','714',0),(8297,'2018-01-12 23:37:07','imp','optin_7','mailchimp_7227261368','66.249.69.89','714',0),(8298,'2018-01-12 23:37:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8299,'2018-01-12 23:37:17','imp','optin_8','7227261368','66.249.69.87','714',0),(8300,'2018-01-13 00:10:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8301,'2018-01-13 00:21:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(8302,'2018-01-13 00:35:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(8303,'2018-01-13 02:20:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8304,'2018-01-13 02:22:13','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8305,'2018-01-13 02:50:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8306,'2018-01-13 03:03:34','imp','optin_5','mailchimp_7227261368','66.249.69.85','714',0),(8307,'2018-01-13 03:04:35','imp','optin_7','mailchimp_7227261368','66.249.69.85','714',0),(8308,'2018-01-13 03:04:46','imp','optin_8','7227261368','66.249.69.85','714',0),(8309,'2018-01-13 03:08:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8310,'2018-01-13 03:21:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8311,'2018-01-13 03:24:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(8312,'2018-01-13 03:37:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(8313,'2018-01-13 04:05:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(8314,'2018-01-13 05:18:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8315,'2018-01-13 06:16:24','imp','optin_5','mailchimp_7227261368','66.249.69.139','714',0),(8316,'2018-01-13 06:16:38','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(8317,'2018-01-13 06:22:36','imp','optin_5','mailchimp_7227261368','93.158.161.121','664',0),(8318,'2018-01-13 07:38:12','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(8319,'2018-01-13 07:48:28','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(8320,'2018-01-13 08:46:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(8321,'2018-01-13 09:35:21','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8322,'2018-01-13 09:35:35','imp','optin_8','7227261368','66.249.79.85','-1',0),(8323,'2018-01-13 09:40:39','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8324,'2018-01-13 09:47:32','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8325,'2018-01-13 10:34:23','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8326,'2018-01-13 10:36:15','imp','optin_5','mailchimp_7227261368','51.255.71.118','177',0),(8327,'2018-01-13 11:13:26','imp','optin_8','7227261368','66.249.79.85','-1',0),(8328,'2018-01-13 11:34:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8329,'2018-01-13 11:36:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8330,'2018-01-13 12:08:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8331,'2018-01-13 12:10:29','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8332,'2018-01-13 12:10:54','imp','optin_8','7227261368','66.249.79.85','-1',0),(8333,'2018-01-13 12:11:48','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(8334,'2018-01-13 12:15:51','imp','optin_2','mailchimp_7227261368','49.180.77.107','92',0),(8335,'2018-01-13 12:16:00','imp','optin_5','mailchimp_7227261368','49.180.77.107','0',0),(8336,'2018-01-13 12:29:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(8337,'2018-01-13 12:31:33','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8338,'2018-01-13 12:31:56','imp','optin_5','mailchimp_7227261368','93.158.161.105','575',0),(8339,'2018-01-13 12:47:07','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(8340,'2018-01-13 13:05:08','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8341,'2018-01-13 13:05:35','imp','optin_8','7227261368','66.249.79.35','0',0),(8342,'2018-01-13 13:07:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8343,'2018-01-13 13:26:56','imp','optin_2','mailchimp_7227261368','193.9.28.24','92',0),(8344,'2018-01-13 13:35:01','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(8345,'2018-01-13 14:06:16','imp','optin_5','mailchimp_7227261368','157.55.39.174','173',0),(8346,'2018-01-13 14:11:14','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8347,'2018-01-13 14:17:14','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8348,'2018-01-13 14:18:57','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8349,'2018-01-13 14:19:08','imp','optin_8','7227261368','66.249.79.39','714',0),(8350,'2018-01-13 14:31:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8351,'2018-01-13 14:36:19','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(8352,'2018-01-13 14:51:57','imp','optin_5','mailchimp_7227261368','54.36.148.177','673',0),(8353,'2018-01-13 14:56:41','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8354,'2018-01-13 15:12:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8355,'2018-01-13 16:28:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8356,'2018-01-13 16:43:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8357,'2018-01-13 16:51:00','imp','optin_2','mailchimp_7227261368','54.36.148.81','2',0),(8358,'2018-01-13 16:53:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8359,'2018-01-13 16:57:03','imp','optin_2','mailchimp_7227261368','2001:8003:3501:df00:ec94:cd79:5a0c:6b19','92',0),(8360,'2018-01-13 16:57:11','imp','optin_5','mailchimp_7227261368','120.154.0.232','0',0),(8361,'2018-01-13 16:57:27','imp','optin_8','7227261368','120.154.0.232','-1',0),(8362,'2018-01-13 16:57:35','imp','optin_8','7227261368','120.154.0.232','-1',0),(8363,'2018-01-13 17:08:44','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(8364,'2018-01-13 17:09:22','imp','optin_2','mailchimp_7227261368','197.255.45.99','92',0),(8365,'2018-01-13 17:09:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8366,'2018-01-13 17:13:04','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8367,'2018-01-13 17:17:43','imp','optin_5','mailchimp_7227261368','54.36.148.65','594',0),(8368,'2018-01-13 17:18:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8369,'2018-01-13 17:33:14','imp','optin_2','mailchimp_7227261368','108.59.8.70','92',0),(8370,'2018-01-13 17:39:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8371,'2018-01-13 17:40:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(8372,'2018-01-13 18:24:24','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8373,'2018-01-13 18:29:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8374,'2018-01-13 18:55:11','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8375,'2018-01-13 18:56:35','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8376,'2018-01-13 18:57:03','imp','optin_8','7227261368','66.249.79.39','-1',0),(8377,'2018-01-13 19:06:11','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8378,'2018-01-13 19:07:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(8379,'2018-01-13 19:12:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(8380,'2018-01-13 19:36:17','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8381,'2018-01-13 19:37:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(8382,'2018-01-13 20:04:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(8383,'2018-01-13 20:05:41','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8384,'2018-01-13 20:06:56','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(8385,'2018-01-13 20:33:06','imp','optin_5','mailchimp_7227261368','5.255.250.124','665',0),(8386,'2018-01-13 20:36:12','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8387,'2018-01-13 20:38:25','imp','optin_5','mailchimp_7227261368','141.8.143.130','592',0),(8388,'2018-01-13 20:50:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8389,'2018-01-13 21:07:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8390,'2018-01-13 21:24:21','imp','optin_5','mailchimp_7227261368','100.43.91.120','601',0),(8391,'2018-01-13 21:33:25','imp','optin_5','mailchimp_7227261368','40.77.167.62','0',0),(8392,'2018-01-13 21:37:45','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8393,'2018-01-13 22:12:16','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8394,'2018-01-13 22:12:29','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8395,'2018-01-13 22:12:42','imp','optin_8','7227261368','66.249.79.63','714',0),(8396,'2018-01-13 22:14:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8397,'2018-01-13 22:22:00','imp','optin_5','mailchimp_7227261368','54.36.148.88','573',0),(8398,'2018-01-13 22:24:05','imp','optin_5','mailchimp_7227261368','5.255.250.57','673',0),(8399,'2018-01-13 22:25:40','imp','optin_5','mailchimp_7227261368','93.158.161.45','591',0),(8400,'2018-01-13 22:26:04','imp','optin_5','mailchimp_7227261368','54.36.149.94','668',0),(8401,'2018-01-13 22:28:25','imp','optin_5','mailchimp_7227261368','141.8.143.175','600',0),(8402,'2018-01-13 22:29:07','imp','optin_5','mailchimp_7227261368','93.158.161.126','678',0),(8403,'2018-01-13 22:29:09','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8404,'2018-01-13 23:04:13','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8405,'2018-01-13 23:08:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(8406,'2018-01-13 23:11:33','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(8407,'2018-01-13 23:43:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(8408,'2018-01-14 00:26:32','imp','optin_5','mailchimp_7227261368','40.77.167.47','714',0),(8409,'2018-01-14 00:34:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8410,'2018-01-14 00:38:36','imp','optin_5','mailchimp_7227261368','54.36.148.197','0',0),(8411,'2018-01-14 01:05:06','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8412,'2018-01-14 01:05:20','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8413,'2018-01-14 01:05:24','imp','optin_8','7227261368','66.249.79.63','714',0),(8414,'2018-01-14 01:23:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8415,'2018-01-14 01:30:57','imp','optin_5','mailchimp_7227261368','37.139.13.219','0',0),(8416,'2018-01-14 01:31:08','imp','optin_5','mailchimp_7227261368','37.139.13.219','0',0),(8417,'2018-01-14 01:43:00','imp','optin_5','mailchimp_7227261368','37.139.13.219','714',0),(8418,'2018-01-14 01:43:56','imp','optin_5','mailchimp_7227261368','37.139.13.219','0',0),(8419,'2018-01-14 01:47:55','imp','optin_5','mailchimp_7227261368','37.139.13.219','577',0),(8420,'2018-01-14 01:55:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8421,'2018-01-14 02:10:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8422,'2018-01-14 02:14:23','imp','optin_2','mailchimp_7227261368','52.13.126.52','92',0),(8423,'2018-01-14 02:15:36','imp','optin_5','mailchimp_7227261368','157.55.39.233','592',0),(8424,'2018-01-14 02:58:07','imp','optin_5','mailchimp_7227261368','54.36.148.78','0',0),(8425,'2018-01-14 03:56:51','imp','optin_5','mailchimp_7227261368','54.36.148.147','0',0),(8426,'2018-01-14 04:21:18','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8427,'2018-01-14 04:21:29','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8428,'2018-01-14 04:21:51','imp','optin_8','7227261368','66.249.79.63','714',0),(8429,'2018-01-14 04:47:25','imp','optin_5','mailchimp_7227261368','40.77.167.116','0',0),(8430,'2018-01-14 05:31:00','imp','optin_2','mailchimp_7227261368','40.77.167.124','92',0),(8431,'2018-01-14 07:31:14','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8432,'2018-01-14 07:31:34','imp','optin_8','7227261368','66.249.79.63','-1',0),(8433,'2018-01-14 07:33:12','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8434,'2018-01-14 07:35:02','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8435,'2018-01-14 07:38:09','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8436,'2018-01-14 07:38:17','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8437,'2018-01-14 09:11:10','imp','optin_5','mailchimp_7227261368','54.36.148.82','0',0),(8438,'2018-01-14 09:14:12','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8439,'2018-01-14 09:14:31','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8440,'2018-01-14 09:19:50','imp','optin_5','mailchimp_7227261368','54.36.148.115','0',0),(8441,'2018-01-14 11:06:50','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8442,'2018-01-14 11:07:45','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8443,'2018-01-14 11:08:05','imp','optin_8','7227261368','66.249.79.35','714',0),(8444,'2018-01-14 11:15:53','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8445,'2018-01-14 11:16:07','imp','optin_8','7227261368','66.249.79.35','-1',0),(8446,'2018-01-14 11:32:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8447,'2018-01-14 12:13:27','imp','optin_5','mailchimp_7227261368','54.36.148.84','0',0),(8448,'2018-01-14 12:34:30','imp','optin_2','mailchimp_7227261368','46.4.99.56','92',0),(8449,'2018-01-14 13:18:51','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8450,'2018-01-14 13:28:50','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8451,'2018-01-14 13:54:19','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8452,'2018-01-14 14:47:37','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8453,'2018-01-14 14:50:50','imp','optin_5','mailchimp_7227261368','54.36.149.45','575',0),(8454,'2018-01-14 15:01:14','imp','optin_5','mailchimp_7227261368','157.55.39.170','0',0),(8455,'2018-01-14 15:42:31','imp','optin_5','mailchimp_7227261368','5.255.250.115','177',0),(8456,'2018-01-14 15:51:33','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8457,'2018-01-14 15:52:00','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8458,'2018-01-14 15:52:30','imp','optin_8','7227261368','66.249.79.35','714',0),(8459,'2018-01-14 16:45:33','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8460,'2018-01-14 17:23:39','imp','optin_5','mailchimp_7227261368','54.36.148.108','570',0),(8461,'2018-01-14 17:29:08','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8462,'2018-01-14 17:55:26','imp','optin_5','mailchimp_7227261368','54.36.149.38','682',0),(8463,'2018-01-14 18:03:40','imp','optin_2','mailchimp_7227261368','34.203.194.130','92',0),(8464,'2018-01-14 18:05:59','imp','optin_5','mailchimp_7227261368','141.8.143.155','573',0),(8465,'2018-01-14 19:16:46','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8466,'2018-01-14 19:30:20','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8467,'2018-01-14 19:46:48','imp','optin_5','mailchimp_7227261368','5.255.250.57','666',0),(8468,'2018-01-14 19:55:20','imp','optin_2','mailchimp_7227261368','5.255.250.57','92',0),(8469,'2018-01-14 20:14:15','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8470,'2018-01-14 20:23:03','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8471,'2018-01-14 20:23:32','imp','optin_8','7227261368','66.249.79.63','0',0),(8472,'2018-01-14 20:37:05','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8473,'2018-01-14 21:55:04','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(8474,'2018-01-14 22:00:28','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8475,'2018-01-14 22:13:13','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8476,'2018-01-14 22:52:38','imp','optin_5','mailchimp_7227261368','77.88.47.43','667',0),(8477,'2018-01-14 22:53:41','imp','optin_5','mailchimp_7227261368','54.36.148.193','0',0),(8478,'2018-01-14 23:06:19','imp','optin_5','mailchimp_7227261368','84.201.133.41','595',0),(8479,'2018-01-14 23:54:06','imp','optin_5','mailchimp_7227261368','54.36.148.22','592',0),(8480,'2018-01-15 00:14:07','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8481,'2018-01-15 00:35:04','imp','optin_5','mailchimp_7227261368','54.36.148.50','0',0),(8482,'2018-01-15 00:45:29','imp','optin_5','mailchimp_7227261368','51.255.71.128','595',0),(8483,'2018-01-15 00:50:47','imp','optin_5','mailchimp_7227261368','93.158.161.121','835',0),(8484,'2018-01-15 00:58:51','imp','optin_2','mailchimp_7227261368','220.181.132.180','92',0),(8485,'2018-01-15 00:59:40','imp','optin_2','mailchimp_7227261368','106.120.162.96','92',0),(8486,'2018-01-15 01:09:14','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8487,'2018-01-15 01:09:30','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8488,'2018-01-15 01:09:42','imp','optin_8','7227261368','66.249.79.63','714',0),(8489,'2018-01-15 01:21:32','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8490,'2018-01-15 01:21:44','imp','optin_8','7227261368','66.249.79.35','-1',0),(8491,'2018-01-15 01:26:56','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8492,'2018-01-15 01:27:08','imp','optin_8','7227261368','66.249.79.39','-1',0),(8493,'2018-01-15 01:44:05','imp','optin_5','mailchimp_7227261368','54.36.149.60','679',0),(8494,'2018-01-15 01:44:21','imp','optin_2','mailchimp_7227261368','162.210.196.129','92',0),(8495,'2018-01-15 01:45:39','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8496,'2018-01-15 02:01:45','imp','optin_5','mailchimp_7227261368','207.46.13.143','595',0),(8497,'2018-01-15 02:03:04','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8498,'2018-01-15 02:04:40','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8499,'2018-01-15 02:04:49','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8500,'2018-01-15 02:04:56','imp','optin_8','7227261368','66.249.79.63','714',0),(8501,'2018-01-15 02:37:33','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8502,'2018-01-15 04:28:03','imp','optin_5','mailchimp_7227261368','40.77.167.191','173',0),(8503,'2018-01-15 04:38:11','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8504,'2018-01-15 04:46:11','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8505,'2018-01-15 05:21:19','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8506,'2018-01-15 05:25:16','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8507,'2018-01-15 05:26:06','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8508,'2018-01-15 06:13:36','imp','optin_5','mailchimp_7227261368','54.36.149.8','0',0),(8509,'2018-01-15 06:18:09','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8510,'2018-01-15 07:13:02','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8511,'2018-01-15 07:34:10','imp','optin_5','mailchimp_7227261368','54.36.148.90','714',0),(8512,'2018-01-15 07:39:03','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8513,'2018-01-15 07:39:20','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8514,'2018-01-15 07:48:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(8515,'2018-01-15 08:43:48','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8516,'2018-01-15 08:53:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8517,'2018-01-15 09:30:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8518,'2018-01-15 09:54:38','imp','optin_5','mailchimp_7227261368','54.36.148.152','0',0),(8519,'2018-01-15 10:36:47','imp','optin_5','mailchimp_7227261368','40.77.167.190','411',0),(8520,'2018-01-15 11:11:51','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8521,'2018-01-15 11:25:58','imp','optin_5','mailchimp_7227261368','54.36.148.125','0',0),(8522,'2018-01-15 11:30:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8523,'2018-01-15 11:46:40','imp','optin_5','mailchimp_7227261368','141.8.143.159','577',0),(8524,'2018-01-15 11:47:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8525,'2018-01-15 11:50:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8526,'2018-01-15 11:50:48','imp','optin_8','7227261368','66.249.79.63','-1',0),(8527,'2018-01-15 12:03:27','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8528,'2018-01-15 12:10:11','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8529,'2018-01-15 12:10:37','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8530,'2018-01-15 12:10:57','imp','optin_8','7227261368','66.249.79.63','714',0),(8531,'2018-01-15 12:17:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8532,'2018-01-15 12:45:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(8533,'2018-01-15 13:10:46','imp','optin_5','mailchimp_7227261368','54.36.148.183','0',0),(8534,'2018-01-15 13:14:59','imp','optin_5','mailchimp_7227261368','5.255.250.7','594',0),(8535,'2018-01-15 13:17:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8536,'2018-01-15 13:25:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8537,'2018-01-15 13:29:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(8538,'2018-01-15 13:58:34','imp','optin_5','mailchimp_7227261368','141.8.143.170','598',0),(8539,'2018-01-15 14:13:42','imp','optin_5','mailchimp_7227261368','54.36.149.36','663',0),(8540,'2018-01-15 15:39:36','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8541,'2018-01-15 15:39:48','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8542,'2018-01-15 15:39:53','imp','optin_8','7227261368','66.249.79.63','-1',0),(8543,'2018-01-15 16:17:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8544,'2018-01-15 16:27:27','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8545,'2018-01-15 16:27:34','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8546,'2018-01-15 16:27:38','imp','optin_8','7227261368','66.249.79.63','714',0),(8547,'2018-01-15 16:32:52','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8548,'2018-01-15 16:36:43','imp','optin_2','mailchimp_7227261368','54.36.149.42','92',0),(8549,'2018-01-15 16:54:57','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8550,'2018-01-15 17:19:37','imp','optin_2','mailchimp_7227261368','123.126.68.140','92',0),(8551,'2018-01-15 17:19:46','imp','optin_5','mailchimp_7227261368','123.126.68.140','0',0),(8552,'2018-01-15 17:58:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8553,'2018-01-15 18:14:13','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(8554,'2018-01-15 18:22:58','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8555,'2018-01-15 18:42:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8556,'2018-01-15 18:48:24','imp','optin_5','mailchimp_7227261368','100.43.81.121','0',0),(8557,'2018-01-15 19:00:43','imp','optin_5','mailchimp_7227261368','54.36.148.80','0',0),(8558,'2018-01-15 19:30:46','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8559,'2018-01-15 20:00:41','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(8560,'2018-01-15 20:06:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8561,'2018-01-15 20:11:27','imp','optin_5','mailchimp_7227261368','54.36.148.13','597',0),(8562,'2018-01-15 20:22:03','imp','optin_5','mailchimp_7227261368','93.158.161.126','683',0),(8563,'2018-01-15 20:22:08','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(8564,'2018-01-15 21:20:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8565,'2018-01-15 21:26:21','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(8566,'2018-01-15 21:35:55','imp','optin_2','mailchimp_7227261368','100.43.90.101','2',0),(8567,'2018-01-15 21:38:39','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(8568,'2018-01-15 21:40:47','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8569,'2018-01-15 21:49:05','imp','optin_5','mailchimp_7227261368','141.8.143.175','714',0),(8570,'2018-01-15 21:51:08','imp','optin_2','mailchimp_7227261368','207.46.13.43','2',0),(8571,'2018-01-15 21:52:20','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(8572,'2018-01-15 22:23:49','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8573,'2018-01-15 22:31:08','imp','optin_2','mailchimp_7227261368','212.178.2.147','92',0),(8574,'2018-01-15 22:43:59','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8575,'2018-01-15 23:32:11','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8576,'2018-01-15 23:32:40','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8577,'2018-01-15 23:32:46','imp','optin_8','7227261368','66.249.79.63','714',0),(8578,'2018-01-15 23:48:16','imp','optin_5','mailchimp_7227261368','141.8.143.175','598',0),(8579,'2018-01-15 23:56:58','imp','optin_5','mailchimp_7227261368','84.201.133.21','207',0),(8580,'2018-01-16 00:06:50','imp','optin_5','mailchimp_7227261368','54.36.148.69','681',0),(8581,'2018-01-16 00:09:04','imp','optin_5','mailchimp_7227261368','54.36.148.66','0',0),(8582,'2018-01-16 00:20:18','imp','optin_5','mailchimp_7227261368','141.8.143.175','679',0),(8583,'2018-01-16 00:31:40','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8584,'2018-01-16 00:32:33','imp','optin_8','7227261368','66.249.79.63','-1',0),(8585,'2018-01-16 00:33:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(8586,'2018-01-16 00:33:59','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(8587,'2018-01-16 00:34:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(8588,'2018-01-16 00:35:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8589,'2018-01-16 00:58:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(8590,'2018-01-16 01:10:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(8591,'2018-01-16 01:11:12','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8592,'2018-01-16 01:15:09','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8593,'2018-01-16 01:37:04','imp','optin_2','mailchimp_7227261368','188.226.129.55','92',0),(8594,'2018-01-16 02:15:27','imp','optin_5','mailchimp_7227261368','141.8.143.192','0',0),(8595,'2018-01-16 03:08:20','imp','optin_5','mailchimp_7227261368','5.255.250.75','0',0),(8596,'2018-01-16 03:16:55','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(8597,'2018-01-16 03:34:55','imp','optin_2','mailchimp_7227261368','77.88.5.32','2',0),(8598,'2018-01-16 04:01:41','imp','optin_5','mailchimp_7227261368','54.36.148.112','0',0),(8599,'2018-01-16 04:07:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8600,'2018-01-16 04:33:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8601,'2018-01-16 04:52:32','imp','optin_5','mailchimp_7227261368','54.36.148.121','667',0),(8602,'2018-01-16 05:11:03','imp','optin_5','mailchimp_7227261368','54.36.148.89','0',0),(8603,'2018-01-16 05:13:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8604,'2018-01-16 06:00:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(8605,'2018-01-16 07:00:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8606,'2018-01-16 08:44:38','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8607,'2018-01-16 08:44:47','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8608,'2018-01-16 10:50:32','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8609,'2018-01-16 10:50:47','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8610,'2018-01-16 10:51:09','imp','optin_8','7227261368','66.249.79.39','714',0),(8611,'2018-01-16 12:46:33','imp','optin_2','mailchimp_7227261368','34.215.87.159','92',0),(8612,'2018-01-16 13:06:40','imp','optin_2','mailchimp_7227261368','52.33.185.134','92',0),(8613,'2018-01-16 14:21:03','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8614,'2018-01-16 14:22:54','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8615,'2018-01-16 14:23:14','imp','optin_8','7227261368','66.249.79.63','714',0),(8616,'2018-01-16 15:21:45','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8617,'2018-01-16 15:22:15','imp','optin_8','7227261368','66.249.79.39','0',0),(8618,'2018-01-16 15:23:03','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8619,'2018-01-16 15:23:18','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8620,'2018-01-16 15:23:37','imp','optin_8','7227261368','66.249.79.63','714',0),(8621,'2018-01-16 15:25:26','imp','optin_5','mailchimp_7227261368','54.36.148.110','593',0),(8622,'2018-01-16 15:29:57','imp','optin_5','mailchimp_7227261368','54.36.149.54','665',0),(8623,'2018-01-16 16:38:30','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8624,'2018-01-16 17:08:58','imp','optin_5','mailchimp_7227261368','54.36.148.182','0',0),(8625,'2018-01-16 18:02:05','imp','optin_5','mailchimp_7227261368','54.36.148.38','0',0),(8626,'2018-01-16 18:05:40','imp','optin_5','mailchimp_7227261368','40.77.167.39','600',0),(8627,'2018-01-16 18:22:14','imp','optin_5','mailchimp_7227261368','54.36.149.104','678',0),(8628,'2018-01-16 19:28:45','imp','optin_2','mailchimp_7227261368','109.63.167.49','92',0),(8629,'2018-01-16 20:42:39','imp','optin_2','mailchimp_7227261368','141.8.143.175','92',0),(8630,'2018-01-16 22:45:56','imp','optin_5','mailchimp_7227261368','115.187.234.69','0',0),(8631,'2018-01-16 22:58:59','imp','optin_5','mailchimp_7227261368','93.158.161.45','591',0),(8632,'2018-01-16 22:59:04','imp','optin_5','mailchimp_7227261368','100.43.81.121','665',0),(8633,'2018-01-16 23:29:48','imp','optin_5','mailchimp_7227261368','141.8.143.170','681',0),(8634,'2018-01-16 23:37:22','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(8635,'2018-01-16 23:37:33','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8636,'2018-01-16 23:37:51','imp','optin_8','7227261368','66.249.79.63','0',0),(8637,'2018-01-16 23:58:00','imp','optin_5','mailchimp_7227261368','93.158.161.55','599',0),(8638,'2018-01-16 23:58:27','imp','optin_5','mailchimp_7227261368','77.88.5.32','573',0),(8639,'2018-01-17 00:26:21','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(8640,'2018-01-17 00:33:31','imp','optin_5','mailchimp_7227261368','54.36.148.247','599',0),(8641,'2018-01-17 00:54:55','imp','optin_5','mailchimp_7227261368','141.8.143.159','593',0),(8642,'2018-01-17 01:38:52','imp','optin_5','mailchimp_7227261368','141.8.144.21','668',0),(8643,'2018-01-17 01:38:57','imp','optin_5','mailchimp_7227261368','77.88.5.32','663',0),(8644,'2018-01-17 01:40:09','imp','optin_8','7227261368','66.249.79.63','78',0),(8645,'2018-01-17 01:41:02','imp','optin_5','mailchimp_7227261368','141.8.143.175','0',0),(8646,'2018-01-17 02:37:10','imp','optin_5','mailchimp_7227261368','54.36.148.151','76',0),(8647,'2018-01-17 02:41:36','imp','optin_5','mailchimp_7227261368','93.158.161.126','177',0),(8648,'2018-01-17 02:55:02','imp','optin_5','mailchimp_7227261368','141.8.143.192','600',0),(8649,'2018-01-17 02:56:55','imp','optin_5','mailchimp_7227261368','77.88.5.36','0',0),(8650,'2018-01-17 03:09:56','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(8651,'2018-01-17 03:26:43','imp','optin_5','mailchimp_7227261368','141.8.143.144','667',0),(8652,'2018-01-17 03:27:34','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8653,'2018-01-17 03:27:53','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8654,'2018-01-17 03:28:10','imp','optin_8','7227261368','66.249.79.35','714',0),(8655,'2018-01-17 04:22:08','imp','optin_5','mailchimp_7227261368','5.255.250.59','411',0),(8656,'2018-01-17 04:24:58','imp','optin_5','mailchimp_7227261368','141.8.143.159','575',0),(8657,'2018-01-17 04:38:09','imp','optin_5','mailchimp_7227261368','84.201.133.78','602',0),(8658,'2018-01-17 04:39:02','imp','optin_5','mailchimp_7227261368','93.158.161.45','570',0),(8659,'2018-01-17 05:50:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8660,'2018-01-17 06:29:00','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(8661,'2018-01-17 06:36:58','imp','optin_5','mailchimp_7227261368','141.8.143.144','0',0),(8662,'2018-01-17 06:54:30','imp','optin_5','mailchimp_7227261368','77.88.5.36','682',0),(8663,'2018-01-17 06:58:23','imp','optin_2','mailchimp_7227261368','46.4.99.56','92',0),(8664,'2018-01-17 07:10:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','835',0),(8665,'2018-01-17 07:11:08','imp','optin_8','7227261368','66.249.79.39','835',0),(8666,'2018-01-17 07:46:20','imp','optin_5','mailchimp_7227261368','141.8.143.142','220',0),(8667,'2018-01-17 07:54:24','imp','optin_5','mailchimp_7227261368','5.255.250.57','680',0),(8668,'2018-01-17 07:57:35','imp','optin_5','mailchimp_7227261368','84.201.133.78','0',0),(8669,'2018-01-17 08:09:02','imp','optin_5','mailchimp_7227261368','66.249.79.39','835',0),(8670,'2018-01-17 08:14:22','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8671,'2018-01-17 08:14:49','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8672,'2018-01-17 08:15:12','imp','optin_8','7227261368','66.249.79.39','714',0),(8673,'2018-01-17 09:04:18','imp','optin_5','mailchimp_7227261368','77.88.47.39','173',0),(8674,'2018-01-17 09:55:53','imp','optin_5','mailchimp_7227261368','100.43.90.101','577',0),(8675,'2018-01-17 09:58:16','imp','optin_5','mailchimp_7227261368','93.158.161.37','595',0),(8676,'2018-01-17 10:03:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8677,'2018-01-17 10:05:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8678,'2018-01-17 10:05:44','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(8679,'2018-01-17 10:09:55','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8680,'2018-01-17 10:09:55','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8681,'2018-01-17 10:10:27','imp','optin_8','7227261368','66.249.79.39','-1',0),(8682,'2018-01-17 10:25:44','imp','optin_5','mailchimp_7227261368','141.8.143.147','673',0),(8683,'2018-01-17 10:50:54','imp','optin_2','mailchimp_7227261368','83.166.242.112','92',0),(8684,'2018-01-17 11:19:28','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(8685,'2018-01-17 11:21:40','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8686,'2018-01-17 11:36:43','imp','optin_5','mailchimp_7227261368','77.88.47.43','835',0),(8687,'2018-01-17 11:45:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(8688,'2018-01-17 12:05:56','imp','optin_5','mailchimp_7227261368','141.8.144.21','678',0),(8689,'2018-01-17 12:07:07','imp','optin_5','mailchimp_7227261368','93.158.161.55','666',0),(8690,'2018-01-17 12:09:13','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(8691,'2018-01-17 12:16:34','imp','optin_5','mailchimp_7227261368','141.8.143.175','0',0),(8692,'2018-01-17 12:44:00','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8693,'2018-01-17 12:51:36','imp','optin_5','mailchimp_7227261368','77.88.5.5','714',0),(8694,'2018-01-17 13:09:41','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(8695,'2018-01-17 13:28:54','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(8696,'2018-01-17 13:33:31','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(8697,'2018-01-17 14:22:20','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8698,'2018-01-17 14:50:53','imp','optin_2','mailchimp_7227261368','34.212.161.201','92',0),(8699,'2018-01-17 14:53:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8700,'2018-01-17 15:32:31','imp','optin_5','mailchimp_7227261368','66.249.79.39','591',0),(8701,'2018-01-17 15:32:36','imp','optin_5','mailchimp_7227261368','66.249.79.35','570',0),(8702,'2018-01-17 15:32:56','imp','optin_8','7227261368','66.249.79.63','591',0),(8703,'2018-01-17 15:33:04','imp','optin_8','7227261368','66.249.79.63','570',0),(8704,'2018-01-17 15:51:21','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(8705,'2018-01-17 16:01:36','imp','optin_5','mailchimp_7227261368','54.36.149.76','666',0),(8706,'2018-01-17 16:05:20','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(8707,'2018-01-17 16:51:49','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8708,'2018-01-17 17:32:26','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(8709,'2018-01-17 18:07:20','imp','optin_5','mailchimp_7227261368','207.46.13.100','0',0),(8710,'2018-01-17 18:19:30','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8711,'2018-01-17 18:20:00','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8712,'2018-01-17 18:20:29','imp','optin_8','7227261368','66.249.79.63','714',0),(8713,'2018-01-17 18:22:21','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8714,'2018-01-17 18:54:57','imp','optin_5','mailchimp_7227261368','54.36.149.76','0',0),(8715,'2018-01-17 19:19:23','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8716,'2018-01-17 19:19:39','imp','optin_8','7227261368','66.249.79.63','-1',0),(8717,'2018-01-17 19:50:24','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8718,'2018-01-17 20:30:42','imp','optin_5','mailchimp_7227261368','157.55.39.4','0',0),(8719,'2018-01-17 20:31:54','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8720,'2018-01-17 20:50:17','imp','optin_2','mailchimp_7227261368','77.88.47.43','92',0),(8721,'2018-01-17 21:02:41','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8722,'2018-01-17 22:34:09','imp','optin_5','mailchimp_7227261368','40.77.167.5','0',0),(8723,'2018-01-17 22:42:07','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8724,'2018-01-17 22:42:18','imp','optin_8','7227261368','66.249.79.35','-1',0),(8725,'2018-01-17 22:48:52','imp','optin_2','mailchimp_7227261368','66.249.79.54','92',0),(8726,'2018-01-17 23:46:14','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8727,'2018-01-17 23:51:27','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(8728,'2018-01-17 23:51:31','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8729,'2018-01-17 23:51:55','imp','optin_8','7227261368','66.249.79.63','714',0),(8730,'2018-01-17 23:58:12','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8731,'2018-01-17 23:58:14','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8732,'2018-01-17 23:58:39','imp','optin_8','7227261368','66.249.79.63','-1',0),(8733,'2018-01-18 01:00:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(8734,'2018-01-18 01:00:45','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(8735,'2018-01-18 01:00:48','imp','optin_8','7227261368','66.249.79.63','714',0),(8736,'2018-01-18 01:18:53','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(8737,'2018-01-18 02:56:27','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8738,'2018-01-18 03:32:41','imp','optin_5','mailchimp_7227261368','212.178.2.147','0',0),(8739,'2018-01-18 03:33:11','imp','optin_5','mailchimp_7227261368','54.36.149.59','598',0),(8740,'2018-01-18 03:48:32','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(8741,'2018-01-18 04:10:45','imp','optin_5','mailchimp_7227261368','40.77.167.37','76',0),(8742,'2018-01-18 04:14:27','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8743,'2018-01-18 04:15:14','imp','optin_2','mailchimp_7227261368','31.164.32.167','92',0),(8744,'2018-01-18 04:16:33','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(8745,'2018-01-18 04:20:21','imp','optin_5','mailchimp_7227261368','54.36.149.60','600',0),(8746,'2018-01-18 05:09:32','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(8747,'2018-01-18 05:36:56','imp','optin_8','7227261368','66.249.79.85','-1',0),(8748,'2018-01-18 06:11:47','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(8749,'2018-01-18 06:35:21','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8750,'2018-01-18 06:37:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8751,'2018-01-18 07:10:26','imp','optin_5','mailchimp_7227261368','212.83.165.202','0',0),(8752,'2018-01-18 07:47:26','imp','optin_2','mailchimp_7227261368','173.203.70.234','92',0),(8753,'2018-01-18 07:50:21','imp','optin_5','mailchimp_7227261368','54.36.148.202','0',0),(8754,'2018-01-18 07:59:45','imp','optin_5','mailchimp_7227261368','104.131.254.50','0',0),(8755,'2018-01-18 08:31:02','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8756,'2018-01-18 09:30:03','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8757,'2018-01-18 09:57:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8758,'2018-01-18 10:14:33','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(8759,'2018-01-18 10:15:11','imp','optin_8','7227261368','66.249.79.85','0',0),(8760,'2018-01-18 11:15:26','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8761,'2018-01-18 11:15:52','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(8762,'2018-01-18 11:15:59','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8763,'2018-01-18 11:16:05','imp','optin_8','7227261368','66.249.79.85','714',0),(8764,'2018-01-18 11:28:32','imp','optin_5','mailchimp_7227261368','141.8.143.175','598',0),(8765,'2018-01-18 11:40:19','imp','optin_2','mailchimp_7227261368','122.54.143.252','92',0),(8766,'2018-01-18 13:07:05','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8767,'2018-01-18 13:07:50','imp','optin_8','7227261368','66.249.79.85','-1',0),(8768,'2018-01-18 13:14:11','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(8769,'2018-01-18 13:27:54','imp','optin_5','mailchimp_7227261368','100.43.90.101','594',0),(8770,'2018-01-18 13:57:11','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(8771,'2018-01-18 14:43:34','imp','optin_5','mailchimp_7227261368','93.158.161.119','597',0),(8772,'2018-01-18 15:19:07','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8773,'2018-01-18 15:21:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8774,'2018-01-18 15:56:20','imp','optin_5','mailchimp_7227261368','77.88.5.5','666',0),(8775,'2018-01-18 15:56:38','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(8776,'2018-01-18 15:59:38','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(8777,'2018-01-18 17:06:07','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8778,'2018-01-18 17:07:21','imp','optin_5','mailchimp_7227261368','77.88.47.43','593',0),(8779,'2018-01-18 17:22:57','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(8780,'2018-01-18 17:23:27','imp','optin_2','mailchimp_7227261368','140.227.8.77','92',0),(8781,'2018-01-18 17:23:58','imp','optin_5','mailchimp_7227261368','140.227.8.77','0',0),(8782,'2018-01-18 17:26:43','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(8783,'2018-01-18 17:58:28','imp','optin_5','mailchimp_7227261368','141.8.143.147','177',0),(8784,'2018-01-18 18:06:31','imp','optin_5','mailchimp_7227261368','93.158.161.119','599',0),(8785,'2018-01-18 18:11:04','imp','optin_5','mailchimp_7227261368','141.8.144.21','0',0),(8786,'2018-01-18 18:38:24','imp','optin_5','mailchimp_7227261368','84.201.133.21','76',0),(8787,'2018-01-18 18:49:05','imp','optin_5','mailchimp_7227261368','34.207.98.73','843',0),(8788,'2018-01-18 18:53:01','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(8789,'2018-01-18 19:03:58','imp','optin_5','mailchimp_7227261368','5.255.250.57','602',0),(8790,'2018-01-18 19:21:26','imp','optin_2','mailchimp_7227261368','93.158.161.126','2',0),(8791,'2018-01-18 19:50:00','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(8792,'2018-01-18 19:50:44','imp','optin_2','mailchimp_7227261368','61.154.29.190','92',0),(8793,'2018-01-18 19:54:47','imp','optin_5','mailchimp_7227261368','100.43.85.190','681',0),(8794,'2018-01-18 20:30:32','imp','optin_5','mailchimp_7227261368','5.255.250.57','664',0),(8795,'2018-01-18 20:53:31','imp','optin_5','mailchimp_7227261368','100.43.90.162','663',0),(8796,'2018-01-18 21:06:01','imp','optin_5','mailchimp_7227261368','54.36.148.75','577',0),(8797,'2018-01-18 21:19:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8798,'2018-01-18 21:39:09','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8799,'2018-01-18 21:39:23','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8800,'2018-01-18 21:39:28','imp','optin_8','7227261368','66.249.79.85','714',0),(8801,'2018-01-18 21:57:22','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(8802,'2018-01-18 22:23:53','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(8803,'2018-01-18 22:27:26','imp','optin_5','mailchimp_7227261368','5.255.250.132','577',0),(8804,'2018-01-18 22:35:20','imp','optin_5','mailchimp_7227261368','54.36.148.199','602',0),(8805,'2018-01-18 22:55:41','imp','optin_5','mailchimp_7227261368','5.255.250.57','673',0),(8806,'2018-01-18 23:14:10','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8807,'2018-01-18 23:15:04','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8808,'2018-01-18 23:15:22','imp','optin_8','7227261368','66.249.79.87','714',0),(8809,'2018-01-18 23:38:40','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(8810,'2018-01-18 23:42:10','imp','optin_5','mailchimp_7227261368','115.55.159.119','0',0),(8811,'2018-01-18 23:42:16','imp','optin_5','mailchimp_7227261368','82.209.219.244','0',0),(8812,'2018-01-18 23:42:25','imp','optin_5','mailchimp_7227261368','47.52.61.212','0',0),(8813,'2018-01-18 23:42:31','imp','optin_5','mailchimp_7227261368','50.116.12.105, 171.97.103.47, 171.97.103.47','0',0),(8814,'2018-01-18 23:42:32','imp','optin_5','mailchimp_7227261368','106.75.25.3','0',0),(8815,'2018-01-18 23:42:39','imp','optin_5','mailchimp_7227261368','112.229.81.226','0',0),(8816,'2018-01-18 23:42:57','imp','optin_5','mailchimp_7227261368','45.33.33.186, 115.87.205.57, 115.87.205.57','0',0),(8817,'2018-01-18 23:43:00','imp','optin_5','mailchimp_7227261368','112.93.40.44','0',0),(8818,'2018-01-18 23:43:05','imp','optin_5','mailchimp_7227261368','88.22.80.105','0',0),(8819,'2018-01-18 23:43:30','imp','optin_5','mailchimp_7227261368','159.203.207.100','0',0),(8820,'2018-01-18 23:43:37','imp','optin_5','mailchimp_7227261368','115.29.161.103','0',0),(8821,'2018-01-18 23:43:55','imp','optin_5','mailchimp_7227261368','104.237.243.39','0',0),(8822,'2018-01-18 23:44:08','imp','optin_5','mailchimp_7227261368','13.73.1.69','0',0),(8823,'2018-01-18 23:44:09','imp','optin_5','mailchimp_7227261368','137.74.253.161','0',0),(8824,'2018-01-18 23:44:11','imp','optin_2','mailchimp_7227261368','104.237.242.237','92',0),(8825,'2018-01-18 23:44:19','imp','optin_5','mailchimp_7227261368','140.227.9.110','0',0),(8826,'2018-01-18 23:49:27','imp','optin_5','mailchimp_7227261368','13.92.101.180','0',0),(8827,'2018-01-18 23:49:42','imp','optin_5','mailchimp_7227261368','198.23.143.29','0',0),(8828,'2018-01-18 23:50:09','imp','optin_5','mailchimp_7227261368','79.174.163.66','0',0),(8829,'2018-01-18 23:50:21','imp','optin_5','mailchimp_7227261368','140.227.8.77','0',0),(8830,'2018-01-19 00:24:54','imp','optin_5','mailchimp_7227261368','77.88.47.43','683',0),(8831,'2018-01-19 00:34:25','imp','optin_5','mailchimp_7227261368','77.88.5.32','0',0),(8832,'2018-01-19 00:35:53','imp','optin_5','mailchimp_7227261368','77.88.47.43','679',0),(8833,'2018-01-19 00:42:41','imp','optin_5','mailchimp_7227261368','93.158.161.164','0',0),(8834,'2018-01-19 00:48:05','imp','optin_5','mailchimp_7227261368','84.201.133.21','575',0),(8835,'2018-01-19 00:54:54','imp','optin_5','mailchimp_7227261368','77.88.5.32','835',0),(8836,'2018-01-19 00:55:48','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(8837,'2018-01-19 00:55:52','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(8838,'2018-01-19 01:26:48','imp','optin_5','mailchimp_7227261368','5.255.250.132','680',0),(8839,'2018-01-19 01:29:13','imp','optin_5','mailchimp_7227261368','100.43.91.105','570',0),(8840,'2018-01-19 01:31:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8841,'2018-01-19 01:38:21','imp','optin_5','mailchimp_7227261368','54.36.148.123','0',0),(8842,'2018-01-19 02:02:39','imp','optin_5','mailchimp_7227261368','84.201.133.60','843',0),(8843,'2018-01-19 03:23:57','imp','optin_5','mailchimp_7227261368','93.158.161.55','591',0),(8844,'2018-01-19 03:41:43','imp','optin_5','mailchimp_7227261368','141.8.143.170','173',0),(8845,'2018-01-19 03:48:51','imp','optin_2','mailchimp_7227261368','149.202.92.154','92',0),(8846,'2018-01-19 03:48:59','imp','optin_5','mailchimp_7227261368','149.202.92.154','0',0),(8847,'2018-01-19 04:55:12','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8848,'2018-01-19 04:55:24','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(8849,'2018-01-19 04:55:47','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8850,'2018-01-19 04:56:16','imp','optin_8','7227261368','66.249.79.85','714',0),(8851,'2018-01-19 05:06:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(8852,'2018-01-19 05:06:26','imp','optin_5','mailchimp_7227261368','34.207.98.73','207',0),(8853,'2018-01-19 05:06:33','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(8854,'2018-01-19 05:06:48','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(8855,'2018-01-19 05:06:56','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(8856,'2018-01-19 05:07:19','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(8857,'2018-01-19 05:08:02','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(8858,'2018-01-19 05:11:56','imp','optin_2','mailchimp_7227261368','46.4.99.56','92',0),(8859,'2018-01-19 05:13:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(8860,'2018-01-19 05:14:13','imp','optin_2','mailchimp_7227261368','140.227.10.252','92',0),(8861,'2018-01-19 06:36:34','imp','optin_5','mailchimp_7227261368','40.77.167.192','570',0),(8862,'2018-01-19 06:58:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8863,'2018-01-19 09:32:55','imp','optin_5','mailchimp_7227261368','157.55.39.100','0',0),(8864,'2018-01-19 10:17:12','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8865,'2018-01-19 11:13:19','imp','optin_5','mailchimp_7227261368','54.36.148.186','0',0),(8866,'2018-01-19 11:19:16','imp','optin_2','mailchimp_7227261368','106.120.161.68','92',0),(8867,'2018-01-19 11:19:57','imp','optin_2','mailchimp_7227261368','101.199.112.49','92',0),(8868,'2018-01-19 11:20:07','imp','optin_5','mailchimp_7227261368','101.199.112.49','0',0),(8869,'2018-01-19 11:48:19','imp','optin_5','mailchimp_7227261368','137.74.207.170','0',0),(8870,'2018-01-19 13:03:38','imp','optin_2','mailchimp_7227261368','207.46.13.22','92',0),(8871,'2018-01-19 13:04:01','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8872,'2018-01-19 13:04:13','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8873,'2018-01-19 13:04:18','imp','optin_8','7227261368','66.249.79.85','714',0),(8874,'2018-01-19 15:06:26','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8875,'2018-01-19 15:08:18','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(8876,'2018-01-19 15:36:04','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8877,'2018-01-19 15:36:15','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(8878,'2018-01-19 15:36:20','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8879,'2018-01-19 15:36:36','imp','optin_8','7227261368','66.249.79.85','714',0),(8880,'2018-01-19 16:17:53','imp','optin_5','mailchimp_7227261368','54.36.148.193','411',0),(8881,'2018-01-19 16:44:17','imp','optin_5','mailchimp_7227261368','54.36.148.119','601',0),(8882,'2018-01-19 17:07:06','imp','optin_5','mailchimp_7227261368','54.36.148.251','714',0),(8883,'2018-01-19 17:14:28','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8884,'2018-01-19 17:42:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8885,'2018-01-19 18:25:28','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8886,'2018-01-19 19:49:40','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8887,'2018-01-19 19:50:38','imp','optin_8','7227261368','66.249.79.89','-1',0),(8888,'2018-01-19 19:57:38','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(8889,'2018-01-19 20:05:13','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8890,'2018-01-19 20:17:55','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8891,'2018-01-19 20:20:42','imp','optin_5','mailchimp_7227261368','100.43.90.118','220',0),(8892,'2018-01-19 20:33:13','imp','optin_5','mailchimp_7227261368','5.255.250.132','0',0),(8893,'2018-01-19 20:41:33','imp','optin_5','mailchimp_7227261368','100.43.85.190','600',0),(8894,'2018-01-19 21:00:09','imp','optin_2','mailchimp_7227261368','50.112.194.65','92',0),(8895,'2018-01-19 21:00:43','imp','optin_2','mailchimp_7227261368','50.19.154.226','92',0),(8896,'2018-01-19 21:06:24','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8897,'2018-01-19 21:24:01','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8898,'2018-01-19 22:00:36','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(8899,'2018-01-19 22:00:38','imp','optin_2','mailchimp_7227261368','2600:3c00::f03c:91ff:fe67:e6da','92',0),(8900,'2018-01-19 22:38:21','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(8901,'2018-01-19 22:38:56','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(8902,'2018-01-19 22:39:29','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8903,'2018-01-19 22:42:21','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(8904,'2018-01-19 22:44:00','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(8905,'2018-01-19 22:46:52','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(8906,'2018-01-19 22:54:45','imp','optin_5','mailchimp_7227261368','54.36.148.133','0',0),(8907,'2018-01-19 23:01:04','imp','optin_2','mailchimp_7227261368','162.243.187.126','92',0),(8908,'2018-01-19 23:01:04','imp','optin_2','mailchimp_7227261368','139.99.130.178','92',0),(8909,'2018-01-19 23:01:05','imp','optin_2','mailchimp_7227261368','87.112.153.242','92',0),(8910,'2018-01-19 23:01:08','imp','optin_2','mailchimp_7227261368','87.118.115.176','92',0),(8911,'2018-01-19 23:19:35','imp','optin_5','mailchimp_7227261368','141.8.144.21','411',0),(8912,'2018-01-19 23:31:02','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(8913,'2018-01-19 23:37:51','imp','optin_5','mailchimp_7227261368','141.8.143.137','0',0),(8914,'2018-01-19 23:40:22','imp','optin_5','mailchimp_7227261368','84.201.133.60','665',0),(8915,'2018-01-19 23:55:17','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8916,'2018-01-20 00:02:45','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(8917,'2018-01-20 00:12:45','imp','optin_5','mailchimp_7227261368','77.88.5.5','0',0),(8918,'2018-01-20 00:25:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8919,'2018-01-20 00:40:08','imp','optin_5','mailchimp_7227261368','207.46.13.23','679',0),(8920,'2018-01-20 00:56:12','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(8921,'2018-01-20 01:07:49','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(8922,'2018-01-20 01:16:19','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8923,'2018-01-20 01:16:28','imp','optin_8','7227261368','66.249.79.87','-1',0),(8924,'2018-01-20 01:20:16','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8925,'2018-01-20 01:46:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8926,'2018-01-20 02:41:33','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8927,'2018-01-20 02:48:30','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8928,'2018-01-20 02:48:38','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8929,'2018-01-20 02:48:44','imp','optin_8','7227261368','66.249.79.85','714',0),(8930,'2018-01-20 02:54:06','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8931,'2018-01-20 02:54:14','imp','optin_8','7227261368','66.249.79.85','-1',0),(8932,'2018-01-20 03:28:59','imp','optin_2','mailchimp_7227261368','178.63.109.218','92',0),(8933,'2018-01-20 03:35:42','imp','optin_5','mailchimp_7227261368','207.46.13.24','0',0),(8934,'2018-01-20 03:44:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8935,'2018-01-20 03:55:09','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8936,'2018-01-20 03:59:12','imp','optin_5','mailchimp_7227261368','54.36.148.140','602',0),(8937,'2018-01-20 04:00:13','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(8938,'2018-01-20 04:00:30','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(8939,'2018-01-20 04:00:45','imp','optin_8','7227261368','66.249.79.85','714',0),(8940,'2018-01-20 04:21:56','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8941,'2018-01-20 04:23:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(8942,'2018-01-20 05:03:15','imp','optin_5','mailchimp_7227261368','54.36.148.208','0',0),(8943,'2018-01-20 05:18:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(8944,'2018-01-20 05:22:36','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8945,'2018-01-20 05:22:43','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(8946,'2018-01-20 05:23:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(8947,'2018-01-20 05:30:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(8948,'2018-01-20 05:32:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8949,'2018-01-20 05:38:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8950,'2018-01-20 05:55:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(8951,'2018-01-20 05:58:53','imp','optin_2','mailchimp_7227261368','96.47.226.20','92',0),(8952,'2018-01-20 06:12:57','imp','optin_5','mailchimp_7227261368','54.36.148.253','577',0),(8953,'2018-01-20 06:25:09','imp','optin_5','mailchimp_7227261368','54.36.149.65','0',0),(8954,'2018-01-20 06:37:05','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(8955,'2018-01-20 06:44:06','imp','optin_5','mailchimp_7227261368','40.77.167.92','173',0),(8956,'2018-01-20 06:54:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(8957,'2018-01-20 06:56:49','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(8958,'2018-01-20 07:17:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8959,'2018-01-20 07:27:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8960,'2018-01-20 07:27:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(8961,'2018-01-20 07:29:17','imp','optin_2','mailchimp_7227261368','2600:3c00::f03c:91ff:fea8:23d9','92',0),(8962,'2018-01-20 07:29:25','imp','optin_5','mailchimp_7227261368','2600:3c00::f03c:91ff:fea8:23d9','0',0),(8963,'2018-01-20 07:29:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8964,'2018-01-20 07:31:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8965,'2018-01-20 07:43:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(8966,'2018-01-20 07:50:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8967,'2018-01-20 08:25:17','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(8968,'2018-01-20 08:26:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8969,'2018-01-20 08:47:21','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(8970,'2018-01-20 09:13:34','imp','optin_5','mailchimp_7227261368','5.255.250.132','0',0),(8971,'2018-01-20 09:38:22','imp','optin_5','mailchimp_7227261368','141.8.143.170','573',0),(8972,'2018-01-20 09:43:55','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(8973,'2018-01-20 09:44:00','imp','optin_5','mailchimp_7227261368','141.8.144.21','666',0),(8974,'2018-01-20 09:44:24','imp','optin_5','mailchimp_7227261368','77.88.5.32','598',0),(8975,'2018-01-20 10:09:35','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(8976,'2018-01-20 10:18:13','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(8977,'2018-01-20 10:35:12','imp','optin_5','mailchimp_7227261368','54.36.148.93','591',0),(8978,'2018-01-20 11:05:03','imp','optin_5','mailchimp_7227261368','100.43.91.120','0',0),(8979,'2018-01-20 11:29:07','imp','optin_5','mailchimp_7227261368','141.8.143.175','0',0),(8980,'2018-01-20 11:29:29','imp','optin_5','mailchimp_7227261368','54.173.35.129','0',0),(8981,'2018-01-20 11:32:45','imp','optin_5','mailchimp_7227261368','100.43.90.162','602',0),(8982,'2018-01-20 11:41:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(8983,'2018-01-20 11:43:07','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(8984,'2018-01-20 11:55:47','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(8985,'2018-01-20 11:55:58','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(8986,'2018-01-20 11:56:02','imp','optin_8','7227261368','66.249.79.85','714',0),(8987,'2018-01-20 11:59:37','imp','optin_5','mailchimp_7227261368','93.158.161.119','76',0),(8988,'2018-01-20 12:14:00','imp','optin_5','mailchimp_7227261368','84.201.133.41','667',0),(8989,'2018-01-20 12:21:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(8990,'2018-01-20 13:04:37','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(8991,'2018-01-20 13:26:36','imp','optin_5','mailchimp_7227261368','100.43.85.123','0',0),(8992,'2018-01-20 13:54:18','imp','optin_5','mailchimp_7227261368','207.46.13.160','177',0),(8993,'2018-01-20 14:01:01','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(8994,'2018-01-20 14:32:19','imp','optin_2','mailchimp_7227261368','91.200.12.22','92',0),(8995,'2018-01-20 14:57:26','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(8996,'2018-01-20 14:57:41','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(8997,'2018-01-20 14:57:44','imp','optin_8','7227261368','66.249.79.63','714',0),(8998,'2018-01-20 15:14:31','imp','optin_2','mailchimp_7227261368','125.163.209.99','92',0),(8999,'2018-01-20 15:14:41','imp','optin_5','mailchimp_7227261368','125.163.209.99','0',0),(9000,'2018-01-20 16:14:40','imp','optin_5','mailchimp_7227261368','54.36.148.240','0',0),(9001,'2018-01-20 16:15:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9002,'2018-01-20 16:25:38','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9003,'2018-01-20 16:56:52','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9004,'2018-01-20 16:56:56','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9005,'2018-01-20 16:56:59','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9006,'2018-01-20 16:57:04','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9007,'2018-01-20 16:57:08','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9008,'2018-01-20 16:57:12','imp','optin_5','mailchimp_7227261368','195.22.127.177','0',0),(9009,'2018-01-20 17:31:07','imp','optin_2','mailchimp_7227261368','34.216.235.208','92',0),(9010,'2018-01-20 18:01:06','imp','optin_2','mailchimp_7227261368','14.200.97.161','2',0),(9011,'2018-01-20 18:01:08','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9012,'2018-01-20 18:01:15','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(9013,'2018-01-20 18:01:39','imp','optin_5','mailchimp_7227261368','14.200.97.161','0',0),(9014,'2018-01-20 18:01:40','imp','optin_8','7227261368','14.200.97.161','2',0),(9015,'2018-01-20 18:54:20','imp','optin_5','mailchimp_7227261368','112.137.167.30','0',0),(9016,'2018-01-20 18:55:39','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(9017,'2018-01-20 18:56:26','imp','optin_5','mailchimp_7227261368','112.137.167.30','0',0),(9018,'2018-01-20 18:57:07','imp','optin_5','mailchimp_7227261368','112.137.167.30','0',0),(9019,'2018-01-20 18:58:07','imp','optin_5','mailchimp_7227261368','112.137.167.30','0',0),(9020,'2018-01-20 20:03:34','imp','optin_2','mailchimp_7227261368','54.85.182.120','2',0),(9021,'2018-01-20 20:17:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9022,'2018-01-20 20:40:27','imp','optin_5','mailchimp_7227261368','54.36.149.82','680',0),(9023,'2018-01-20 21:01:09','imp','optin_2','mailchimp_7227261368','84.201.133.60','92',0),(9024,'2018-01-20 21:27:59','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9025,'2018-01-20 22:08:49','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(9026,'2018-01-20 23:02:34','imp','optin_5','mailchimp_7227261368','54.36.149.7','664',0),(9027,'2018-01-20 23:57:50','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9028,'2018-01-20 23:58:01','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(9029,'2018-01-20 23:58:04','imp','optin_8','7227261368','66.249.79.35','714',0),(9030,'2018-01-21 00:09:05','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(9031,'2018-01-21 00:58:24','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9032,'2018-01-21 01:07:11','imp','optin_5','mailchimp_7227261368','100.43.90.162','173',0),(9033,'2018-01-21 01:43:17','imp','optin_5','mailchimp_7227261368','207.46.13.188','592',0),(9034,'2018-01-21 01:51:25','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9035,'2018-01-21 01:51:48','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(9036,'2018-01-21 01:52:19','imp','optin_8','7227261368','66.249.79.35','714',0),(9037,'2018-01-21 02:05:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9038,'2018-01-21 02:17:32','imp','optin_5','mailchimp_7227261368','51.4.207.124','0',0),(9039,'2018-01-21 03:52:57','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(9040,'2018-01-21 04:07:58','imp','optin_5','mailchimp_7227261368','207.46.13.95','0',0),(9041,'2018-01-21 04:23:23','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(9042,'2018-01-21 05:23:25','imp','optin_5','mailchimp_7227261368','54.36.148.40','177',0),(9043,'2018-01-21 05:24:04','imp','optin_5','mailchimp_7227261368','5.255.250.132','0',0),(9044,'2018-01-21 06:21:40','imp','optin_5','mailchimp_7227261368','100.43.81.121','835',0),(9045,'2018-01-21 06:26:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9046,'2018-01-21 06:49:38','imp','optin_5','mailchimp_7227261368','141.8.144.21','680',0),(9047,'2018-01-21 07:29:32','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9048,'2018-01-21 08:34:48','imp','optin_5','mailchimp_7227261368','5.255.250.7','575',0),(9049,'2018-01-21 08:43:41','imp','optin_2','mailchimp_7227261368','118.237.126.210','92',0),(9050,'2018-01-21 09:29:49','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(9051,'2018-01-21 09:45:32','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(9052,'2018-01-21 10:21:06','imp','optin_5','mailchimp_7227261368','141.8.143.166','570',0),(9053,'2018-01-21 10:52:33','imp','optin_5','mailchimp_7227261368','5.255.250.59','683',0),(9054,'2018-01-21 12:09:08','imp','optin_5','mailchimp_7227261368','5.255.250.132','591',0),(9055,'2018-01-21 12:52:05','imp','optin_5','mailchimp_7227261368','5.255.250.57','679',0),(9056,'2018-01-21 13:08:08','imp','optin_5','mailchimp_7227261368','100.43.90.101','601',0),(9057,'2018-01-21 13:29:59','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(9058,'2018-01-21 13:30:30','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(9059,'2018-01-21 13:30:43','imp','optin_8','7227261368','66.249.79.63','714',0),(9060,'2018-01-21 14:23:39','imp','optin_5','mailchimp_7227261368','77.88.47.41','714',0),(9061,'2018-01-21 14:30:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9062,'2018-01-21 14:58:03','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(9063,'2018-01-21 15:02:05','imp','optin_5','mailchimp_7227261368','54.36.149.67','594',0),(9064,'2018-01-21 15:32:42','imp','optin_2','mailchimp_7227261368','125.62.213.90','92',0),(9065,'2018-01-21 15:33:07','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(9066,'2018-01-21 15:33:21','imp','optin_8','7227261368','66.249.79.35','-1',0),(9067,'2018-01-21 16:27:05','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(9068,'2018-01-21 17:38:47','imp','optin_5','mailchimp_7227261368','54.36.148.84','0',0),(9069,'2018-01-21 17:39:54','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9070,'2018-01-21 18:37:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9071,'2018-01-21 19:14:34','imp','optin_2','mailchimp_7227261368','181.1.78.93','92',0),(9072,'2018-01-21 20:07:52','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(9073,'2018-01-21 21:13:47','imp','optin_2','mailchimp_7227261368','74.115.214.153','92',0),(9074,'2018-01-21 21:31:57','imp','optin_5','mailchimp_7227261368','31.31.73.93','570',0),(9075,'2018-01-21 21:32:09','imp','optin_5','mailchimp_7227261368','31.31.73.93','573',0),(9076,'2018-01-21 21:32:21','imp','optin_5','mailchimp_7227261368','31.31.73.93','575',0),(9077,'2018-01-21 21:32:34','imp','optin_5','mailchimp_7227261368','31.31.73.93','577',0),(9078,'2018-01-21 21:32:48','imp','optin_5','mailchimp_7227261368','31.31.73.93','591',0),(9079,'2018-01-21 21:33:04','imp','optin_5','mailchimp_7227261368','31.31.73.93','592',0),(9080,'2018-01-21 21:33:18','imp','optin_5','mailchimp_7227261368','31.31.73.93','595',0),(9081,'2018-01-21 21:33:34','imp','optin_5','mailchimp_7227261368','31.31.73.93','597',0),(9082,'2018-01-21 21:33:48','imp','optin_5','mailchimp_7227261368','31.31.73.93','679',0),(9083,'2018-01-21 21:34:03','imp','optin_5','mailchimp_7227261368','31.31.73.93','682',0),(9084,'2018-01-21 21:45:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(9085,'2018-01-21 21:45:10','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(9086,'2018-01-21 21:45:13','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(9087,'2018-01-21 21:45:35','imp','optin_8','7227261368','66.249.79.63','714',0),(9088,'2018-01-21 21:56:34','imp','optin_2','mailchimp_7227261368','109.108.245.207','92',0),(9089,'2018-01-21 22:44:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9090,'2018-01-21 22:47:54','imp','optin_2','mailchimp_7227261368','194.6.231.240','92',0),(9091,'2018-01-21 22:48:09','imp','optin_5','mailchimp_7227261368','194.6.231.240','0',0),(9092,'2018-01-21 22:48:15','imp','optin_5','mailchimp_7227261368','194.6.231.240','0',0),(9093,'2018-01-21 22:48:21','imp','optin_5','mailchimp_7227261368','194.6.231.240','0',0),(9094,'2018-01-21 22:48:25','imp','optin_5','mailchimp_7227261368','194.6.231.240','0',0),(9095,'2018-01-21 22:48:30','imp','optin_5','mailchimp_7227261368','194.6.231.240','0',0),(9096,'2018-01-21 23:00:26','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(9097,'2018-01-21 23:00:33','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(9098,'2018-01-21 23:00:37','imp','optin_8','7227261368','66.249.79.63','714',0),(9099,'2018-01-21 23:46:19','imp','optin_5','mailchimp_7227261368','141.8.143.175','663',0),(9100,'2018-01-21 23:58:58','imp','optin_5','mailchimp_7227261368','54.36.148.130','573',0),(9101,'2018-01-22 00:02:53','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(9102,'2018-01-22 00:44:39','imp','optin_2','mailchimp_7227261368','142.4.218.156','92',0),(9103,'2018-01-22 00:44:53','imp','optin_2','mailchimp_7227261368','142.4.218.156','92',0),(9104,'2018-01-22 00:45:04','imp','optin_5','mailchimp_7227261368','142.4.218.156','76',0),(9105,'2018-01-22 00:45:10','imp','optin_5','mailchimp_7227261368','142.4.218.156','714',0),(9106,'2018-01-22 00:45:16','imp','optin_5','mailchimp_7227261368','142.4.218.156','663',0),(9107,'2018-01-22 00:45:21','imp','optin_5','mailchimp_7227261368','142.4.218.156','667',0),(9108,'2018-01-22 00:45:27','imp','optin_2','mailchimp_7227261368','142.4.218.156','2',0),(9109,'2018-01-22 00:45:33','imp','optin_5','mailchimp_7227261368','142.4.218.156','664',0),(9110,'2018-01-22 00:45:38','imp','optin_5','mailchimp_7227261368','142.4.218.156','0',0),(9111,'2018-01-22 00:45:48','imp','optin_5','mailchimp_7227261368','142.4.218.156','0',0),(9112,'2018-01-22 00:45:53','imp','optin_2','mailchimp_7227261368','142.4.218.156','92',0),(9113,'2018-01-22 00:50:16','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(9114,'2018-01-22 01:02:57','imp','optin_5','mailchimp_7227261368','54.36.148.231','668',0),(9115,'2018-01-22 01:25:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9116,'2018-01-22 01:38:39','imp','optin_2','mailchimp_7227261368','100.43.85.190','92',0),(9117,'2018-01-22 02:36:01','imp','optin_5','mailchimp_7227261368','141.8.143.175','665',0),(9118,'2018-01-22 02:44:35','imp','optin_5','mailchimp_7227261368','100.43.91.105','0',0),(9119,'2018-01-22 03:29:24','imp','optin_5','mailchimp_7227261368','93.158.161.65','673',0),(9120,'2018-01-22 03:58:17','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9121,'2018-01-22 03:58:29','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(9122,'2018-01-22 03:58:33','imp','optin_8','7227261368','66.249.79.63','714',0),(9123,'2018-01-22 05:22:08','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(9124,'2018-01-22 05:22:24','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9125,'2018-01-22 05:52:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9126,'2018-01-22 05:52:36','imp','optin_5','mailchimp_7227261368','51.255.71.125','0',0),(9127,'2018-01-22 06:03:38','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9128,'2018-01-22 06:14:23','imp','optin_5','mailchimp_7227261368','77.88.47.56','843',0),(9129,'2018-01-22 07:02:13','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9130,'2018-01-22 07:08:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9131,'2018-01-22 07:39:01','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9132,'2018-01-22 07:39:31','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9133,'2018-01-22 07:39:46','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9134,'2018-01-22 07:40:09','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9135,'2018-01-22 07:40:14','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9136,'2018-01-22 07:40:43','imp','optin_5','mailchimp_7227261368','173.208.128.34','592',0),(9137,'2018-01-22 07:42:12','imp','optin_5','mailchimp_7227261368','173.208.128.34','0',0),(9138,'2018-01-22 07:42:17','imp','optin_5','mailchimp_7227261368','173.208.128.34','664',0),(9139,'2018-01-22 07:42:52','imp','optin_5','mailchimp_7227261368','173.208.128.34','577',0),(9140,'2018-01-22 07:43:09','imp','optin_5','mailchimp_7227261368','173.208.128.34','598',0),(9141,'2018-01-22 07:45:22','imp','optin_5','mailchimp_7227261368','173.208.128.34','591',0),(9142,'2018-01-22 07:45:38','imp','optin_5','mailchimp_7227261368','173.208.128.34','665',0),(9143,'2018-01-22 07:45:48','imp','optin_5','mailchimp_7227261368','173.208.128.34','679',0),(9144,'2018-01-22 07:46:08','imp','optin_5','mailchimp_7227261368','173.208.128.34','597',0),(9145,'2018-01-22 07:46:24','imp','optin_5','mailchimp_7227261368','93.158.161.99','597',0),(9146,'2018-01-22 07:47:43','imp','optin_5','mailchimp_7227261368','173.208.128.34','573',0),(9147,'2018-01-22 07:48:14','imp','optin_5','mailchimp_7227261368','173.208.128.34','575',0),(9148,'2018-01-22 07:48:25','imp','optin_5','mailchimp_7227261368','173.208.128.34','682',0),(9149,'2018-01-22 07:49:25','imp','optin_5','mailchimp_7227261368','173.208.128.34','666',0),(9150,'2018-01-22 07:49:33','imp','optin_5','mailchimp_7227261368','173.208.128.34','570',0),(9151,'2018-01-22 07:50:04','imp','optin_5','mailchimp_7227261368','173.208.128.34','601',0),(9152,'2018-01-22 07:50:21','imp','optin_5','mailchimp_7227261368','173.208.128.34','595',0),(9153,'2018-01-22 07:50:38','imp','optin_5','mailchimp_7227261368','173.208.128.34','594',0),(9154,'2018-01-22 07:50:54','imp','optin_5','mailchimp_7227261368','173.208.128.34','593',0),(9155,'2018-01-22 07:50:59','imp','optin_5','mailchimp_7227261368','173.208.128.34','602',0),(9156,'2018-01-22 07:52:41','imp','optin_5','mailchimp_7227261368','173.208.128.34','599',0),(9157,'2018-01-22 07:52:47','imp','optin_5','mailchimp_7227261368','173.208.128.34','668',0),(9158,'2018-01-22 07:52:53','imp','optin_5','mailchimp_7227261368','173.208.128.34','600',0),(9159,'2018-01-22 07:53:08','imp','optin_5','mailchimp_7227261368','173.208.128.34','673',0),(9160,'2018-01-22 08:04:02','imp','optin_5','mailchimp_7227261368','141.8.143.144','668',0),(9161,'2018-01-22 08:08:18','imp','optin_2','mailchimp_7227261368','77.88.5.32','92',0),(9162,'2018-01-22 08:14:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9163,'2018-01-22 08:18:30','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(9164,'2018-01-22 08:30:26','imp','optin_5','mailchimp_7227261368','77.88.47.56','0',0),(9165,'2018-01-22 08:56:21','imp','optin_5','mailchimp_7227261368','141.8.143.147','595',0),(9166,'2018-01-22 09:21:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(9167,'2018-01-22 10:05:01','imp','optin_5','mailchimp_7227261368','93.158.161.65','593',0),(9168,'2018-01-22 10:14:28','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9169,'2018-01-22 10:16:42','imp','optin_5','mailchimp_7227261368','141.8.144.21','0',0),(9170,'2018-01-22 10:26:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9171,'2018-01-22 10:27:22','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9172,'2018-01-22 11:13:02','imp','optin_5','mailchimp_7227261368','54.36.148.68','679',0),(9173,'2018-01-22 11:26:19','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9174,'2018-01-22 11:27:55','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(9175,'2018-01-22 12:23:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9176,'2018-01-22 12:47:33','imp','optin_5','mailchimp_7227261368','77.88.5.5','0',0),(9177,'2018-01-22 12:50:35','imp','optin_5','mailchimp_7227261368','84.201.133.60','667',0),(9178,'2018-01-22 13:01:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','667',0),(9179,'2018-01-22 13:02:08','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9180,'2018-01-22 13:02:17','imp','optin_8','7227261368','66.249.79.85','667',0),(9181,'2018-01-22 13:11:38','imp','optin_5','mailchimp_7227261368','141.8.143.137','411',0),(9182,'2018-01-22 13:11:58','imp','optin_5','mailchimp_7227261368','100.43.91.105','666',0),(9183,'2018-01-22 13:12:32','imp','optin_5','mailchimp_7227261368','93.158.161.99','594',0),(9184,'2018-01-22 13:13:20','imp','optin_5','mailchimp_7227261368','54.36.149.50','0',0),(9185,'2018-01-22 13:19:20','imp','optin_5','mailchimp_7227261368','54.36.148.83','592',0),(9186,'2018-01-22 13:28:06','imp','optin_5','mailchimp_7227261368','93.158.161.55','681',0),(9187,'2018-01-22 13:28:11','imp','optin_5','mailchimp_7227261368','5.255.250.59','681',0),(9188,'2018-01-22 13:54:53','imp','optin_5','mailchimp_7227261368','141.8.143.144','177',0),(9189,'2018-01-22 14:00:05','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(9190,'2018-01-22 14:09:53','imp','optin_5','mailchimp_7227261368','100.43.90.162','599',0),(9191,'2018-01-22 14:16:39','imp','optin_5','mailchimp_7227261368','100.43.91.127','220',0),(9192,'2018-01-22 14:27:48','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9193,'2018-01-22 14:27:58','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9194,'2018-01-22 14:28:04','imp','optin_8','7227261368','66.249.79.85','714',0),(9195,'2018-01-22 15:59:08','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(9196,'2018-01-22 16:04:57','imp','optin_5','mailchimp_7227261368','54.36.148.68','570',0),(9197,'2018-01-22 16:47:17','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9198,'2018-01-22 16:56:33','imp','optin_5','mailchimp_7227261368','100.43.90.162','0',0),(9199,'2018-01-22 17:28:45','imp','optin_5','mailchimp_7227261368','54.36.148.130','0',0),(9200,'2018-01-22 17:55:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9201,'2018-01-22 18:16:59','imp','optin_5','mailchimp_7227261368','141.8.143.175','0',0),(9202,'2018-01-22 18:42:48','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(9203,'2018-01-22 18:43:01','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(9204,'2018-01-22 19:54:43','imp','optin_5','mailchimp_7227261368','192.151.145.178','411',0),(9205,'2018-01-22 19:55:00','imp','optin_5','mailchimp_7227261368','192.151.145.178','0',0),(9206,'2018-01-22 19:55:21','imp','optin_5','mailchimp_7227261368','192.151.145.178','0',0),(9207,'2018-01-22 19:55:59','imp','optin_5','mailchimp_7227261368','192.151.145.178','663',0),(9208,'2018-01-22 19:56:38','imp','optin_5','mailchimp_7227261368','192.151.145.178','667',0),(9209,'2018-01-22 19:57:42','imp','optin_5','mailchimp_7227261368','192.151.145.178','678',0),(9210,'2018-01-22 19:58:23','imp','optin_5','mailchimp_7227261368','192.151.145.178','680',0),(9211,'2018-01-22 19:59:09','imp','optin_5','mailchimp_7227261368','192.151.145.178','681',0),(9212,'2018-01-22 19:59:53','imp','optin_5','mailchimp_7227261368','192.151.145.178','683',0),(9213,'2018-01-22 20:15:37','imp','optin_5','mailchimp_7227261368','54.36.148.83','595',0),(9214,'2018-01-22 20:23:22','imp','optin_2','mailchimp_7227261368','5.255.250.57','92',0),(9215,'2018-01-22 21:56:41','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9216,'2018-01-22 21:56:47','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9217,'2018-01-22 21:56:52','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9218,'2018-01-22 21:56:55','imp','optin_8','7227261368','66.249.79.85','714',0),(9219,'2018-01-22 22:11:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9220,'2018-01-22 22:16:03','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(9221,'2018-01-22 23:09:49','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(9222,'2018-01-22 23:21:28','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9223,'2018-01-22 23:21:38','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9224,'2018-01-22 23:21:41','imp','optin_8','7227261368','66.249.79.85','714',0),(9225,'2018-01-22 23:22:10','imp','optin_5','mailchimp_7227261368','54.36.148.253','682',0),(9226,'2018-01-23 00:03:46','imp','optin_5','mailchimp_7227261368','142.54.187.51','0',0),(9227,'2018-01-23 00:49:13','imp','optin_5','mailchimp_7227261368','185.202.103.30','0',0),(9228,'2018-01-23 01:14:42','imp','optin_2','mailchimp_7227261368','191.96.249.125','92',0),(9229,'2018-01-23 01:15:13','imp','optin_5','mailchimp_7227261368','191.96.249.125','0',0),(9230,'2018-01-23 01:15:21','imp','optin_5','mailchimp_7227261368','191.96.249.125','0',0),(9231,'2018-01-23 03:05:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','599',0),(9232,'2018-01-23 03:05:41','imp','optin_8','7227261368','66.249.79.87','599',0),(9233,'2018-01-23 03:10:42','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(9234,'2018-01-23 03:10:52','imp','optin_8','7227261368','66.249.79.85','-1',0),(9235,'2018-01-23 03:14:03','imp','optin_2','mailchimp_7227261368','49.207.188.98','92',0),(9236,'2018-01-23 03:26:13','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9237,'2018-01-23 03:26:20','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9238,'2018-01-23 03:26:29','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9239,'2018-01-23 03:26:43','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9240,'2018-01-23 03:27:26','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9241,'2018-01-23 03:27:36','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9242,'2018-01-23 03:27:45','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9243,'2018-01-23 03:27:55','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9244,'2018-01-23 03:28:26','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9245,'2018-01-23 03:28:35','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9246,'2018-01-23 03:28:47','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9247,'2018-01-23 03:28:56','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9248,'2018-01-23 03:29:38','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9249,'2018-01-23 03:29:57','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9250,'2018-01-23 03:30:07','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9251,'2018-01-23 03:30:17','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9252,'2018-01-23 03:31:10','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9253,'2018-01-23 03:31:56','imp','optin_5','mailchimp_7227261368','158.69.251.119','0',0),(9254,'2018-01-23 03:34:13','imp','optin_5','mailchimp_7227261368','158.69.251.119','681',0),(9255,'2018-01-23 03:34:35','imp','optin_5','mailchimp_7227261368','158.69.251.119','683',0),(9256,'2018-01-23 03:34:59','imp','optin_5','mailchimp_7227261368','158.69.251.119','680',0),(9257,'2018-01-23 03:47:55','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(9258,'2018-01-23 04:00:48','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9259,'2018-01-23 04:01:06','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9260,'2018-01-23 04:01:18','imp','optin_8','7227261368','66.249.79.87','714',0),(9261,'2018-01-23 04:14:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9262,'2018-01-23 04:20:10','imp','optin_5','mailchimp_7227261368','54.36.148.135','575',0),(9263,'2018-01-23 04:22:13','imp','optin_5','mailchimp_7227261368','77.88.47.56','0',0),(9264,'2018-01-23 04:22:24','imp','optin_5','mailchimp_7227261368','93.158.161.65','577',0),(9265,'2018-01-23 04:54:58','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(9266,'2018-01-23 05:20:18','imp','optin_5','mailchimp_7227261368','144.76.8.231','0',0),(9267,'2018-01-23 05:20:29','imp','optin_5','mailchimp_7227261368','144.76.8.231','0',0),(9268,'2018-01-23 05:20:34','imp','optin_5','mailchimp_7227261368','144.76.8.231','0',0),(9269,'2018-01-23 05:20:40','imp','optin_5','mailchimp_7227261368','144.76.8.231','0',0),(9270,'2018-01-23 05:20:45','imp','optin_5','mailchimp_7227261368','144.76.8.231','0',0),(9271,'2018-01-23 05:20:50','imp','optin_5','mailchimp_7227261368','144.76.8.231','664',0),(9272,'2018-01-23 05:20:56','imp','optin_5','mailchimp_7227261368','144.76.8.231','601',0),(9273,'2018-01-23 05:21:02','imp','optin_5','mailchimp_7227261368','144.76.8.231','594',0),(9274,'2018-01-23 05:21:09','imp','optin_5','mailchimp_7227261368','144.76.8.231','602',0),(9275,'2018-01-23 05:21:15','imp','optin_5','mailchimp_7227261368','144.76.8.231','600',0),(9276,'2018-01-23 05:21:22','imp','optin_5','mailchimp_7227261368','144.76.8.231','673',0),(9277,'2018-01-23 05:24:46','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9278,'2018-01-23 05:35:26','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(9279,'2018-01-23 06:03:23','imp','optin_5','mailchimp_7227261368','89.221.215.5','0',0),(9280,'2018-01-23 06:03:50','imp','optin_5','mailchimp_7227261368','89.221.215.5','0',0),(9281,'2018-01-23 06:04:47','imp','optin_5','mailchimp_7227261368','89.221.215.5','0',0),(9282,'2018-01-23 06:04:58','imp','optin_5','mailchimp_7227261368','89.221.215.5','0',0),(9283,'2018-01-23 06:07:11','imp','optin_5','mailchimp_7227261368','89.221.215.5','663',0),(9284,'2018-01-23 06:07:37','imp','optin_5','mailchimp_7227261368','89.221.215.5','411',0),(9285,'2018-01-23 06:08:03','imp','optin_5','mailchimp_7227261368','89.221.215.5','667',0),(9286,'2018-01-23 06:09:08','imp','optin_5','mailchimp_7227261368','89.221.215.5','678',0),(9287,'2018-01-23 06:19:03','imp','optin_5','mailchimp_7227261368','105.187.104.163','714',0),(9288,'2018-01-23 06:19:17','imp','optin_5','mailchimp_7227261368','105.187.104.163','0',0),(9289,'2018-01-23 06:19:22','imp','optin_7','mailchimp_7227261368','105.187.104.163','714',0),(9290,'2018-01-23 06:19:36','imp','optin_8','7227261368','105.187.104.163','714',0),(9291,'2018-01-23 06:19:40','imp','optin_8','7227261368','105.187.104.163','714',0),(9292,'2018-01-23 06:39:38','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(9293,'2018-01-23 06:44:44','imp','optin_2','mailchimp_7227261368','84.28.14.64','92',0),(9294,'2018-01-23 08:32:23','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9295,'2018-01-23 08:37:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(9296,'2018-01-23 08:49:27','imp','optin_5','mailchimp_7227261368','40.77.167.32','177',0),(9297,'2018-01-23 09:08:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(9298,'2018-01-23 09:48:37','imp','optin_5','mailchimp_7227261368','54.36.149.10','0',0),(9299,'2018-01-23 09:56:24','imp','optin_5','mailchimp_7227261368','54.36.148.28','597',0),(9300,'2018-01-23 10:26:57','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9301,'2018-01-23 10:44:58','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9302,'2018-01-23 11:51:02','imp','optin_2','mailchimp_7227261368','54.36.148.171','92',0),(9303,'2018-01-23 12:38:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9304,'2018-01-23 12:44:50','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9305,'2018-01-23 12:45:00','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(9306,'2018-01-23 12:45:14','imp','optin_8','7227261368','66.249.79.85','714',0),(9307,'2018-01-23 12:52:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(9308,'2018-01-23 13:01:00','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9309,'2018-01-23 13:01:43','imp','optin_8','7227261368','66.249.79.87','0',0),(9310,'2018-01-23 13:02:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9311,'2018-01-23 13:25:57','imp','optin_5','mailchimp_7227261368','54.36.148.106','681',0),(9312,'2018-01-23 13:27:40','imp','optin_5','mailchimp_7227261368','54.36.148.147','663',0),(9313,'2018-01-23 13:36:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9314,'2018-01-23 13:56:30','imp','optin_5','mailchimp_7227261368','54.36.148.150','0',0),(9315,'2018-01-23 13:58:14','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9316,'2018-01-23 13:58:20','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9317,'2018-01-23 15:25:01','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9318,'2018-01-23 15:57:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(9319,'2018-01-23 16:24:43','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9320,'2018-01-23 16:47:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(9321,'2018-01-23 16:54:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9322,'2018-01-23 16:55:21','imp','optin_5','mailchimp_7227261368','66.249.79.85','666',0),(9323,'2018-01-23 16:55:31','imp','optin_8','7227261368','66.249.79.85','666',0),(9324,'2018-01-23 17:19:30','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9325,'2018-01-23 18:23:17','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9326,'2018-01-23 19:24:09','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9327,'2018-01-23 20:13:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9328,'2018-01-23 20:29:58','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9329,'2018-01-23 21:26:33','imp','optin_2','mailchimp_7227261368','66.249.79.73','92',0),(9330,'2018-01-23 21:26:59','imp','optin_8','7227261368','66.249.79.69','-1',0),(9331,'2018-01-23 23:29:44','imp','optin_8','7227261368','66.249.79.87','697',0),(9332,'2018-01-23 23:49:53','imp','optin_5','mailchimp_7227261368','5.255.250.7','76',0),(9333,'2018-01-23 23:49:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(9334,'2018-01-23 23:50:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(9335,'2018-01-23 23:50:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(9336,'2018-01-23 23:50:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(9337,'2018-01-23 23:50:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(9338,'2018-01-23 23:51:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(9339,'2018-01-23 23:55:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','597',0),(9340,'2018-01-23 23:55:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(9341,'2018-01-24 01:08:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9342,'2018-01-24 01:33:49','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9343,'2018-01-24 01:47:11','imp','optin_5','mailchimp_7227261368','54.36.148.75','667',0),(9344,'2018-01-24 02:17:50','imp','optin_5','mailchimp_7227261368','50.206.131.202','0',0),(9345,'2018-01-24 02:17:56','imp','optin_5','mailchimp_7227261368','178.210.52.170','0',0),(9346,'2018-01-24 02:18:08','imp','optin_5','mailchimp_7227261368','202.138.127.66','0',0),(9347,'2018-01-24 02:18:10','imp','optin_5','mailchimp_7227261368','118.193.26.18','0',0),(9348,'2018-01-24 02:18:28','imp','optin_5','mailchimp_7227261368','142.44.240.106','0',0),(9349,'2018-01-24 02:19:02','imp','optin_5','mailchimp_7227261368','47.91.252.239','0',0),(9350,'2018-01-24 02:24:28','imp','optin_5','mailchimp_7227261368','190.110.182.80','0',0),(9351,'2018-01-24 02:25:08','imp','optin_5','mailchimp_7227261368','180.234.223.18','0',0),(9352,'2018-01-24 02:30:57','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9353,'2018-01-24 02:31:10','imp','optin_7','mailchimp_7227261368','66.249.79.89','714',0),(9354,'2018-01-24 02:31:17','imp','optin_8','7227261368','66.249.79.85','714',0),(9355,'2018-01-24 03:49:51','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9356,'2018-01-24 03:53:57','imp','optin_5','mailchimp_7227261368','207.46.13.168','0',0),(9357,'2018-01-24 04:10:03','imp','optin_2','mailchimp_7227261368','91.200.12.113','92',0),(9358,'2018-01-24 04:17:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9359,'2018-01-24 04:17:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(9360,'2018-01-24 04:27:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9361,'2018-01-24 04:42:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(9362,'2018-01-24 04:49:20','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9363,'2018-01-24 04:50:15','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9364,'2018-01-24 04:50:35','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9365,'2018-01-24 04:52:42','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9366,'2018-01-24 04:59:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9367,'2018-01-24 05:01:30','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9368,'2018-01-24 05:02:16','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9369,'2018-01-24 05:03:02','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9370,'2018-01-24 05:06:50','imp','optin_5','mailchimp_7227261368','2400:8900::f03c:91ff:fe70:cdb','0',0),(9371,'2018-01-24 05:26:49','imp','optin_5','mailchimp_7227261368','66.249.79.87','598',0),(9372,'2018-01-24 05:27:07','imp','optin_8','7227261368','66.249.79.87','598',0),(9373,'2018-01-24 05:52:54','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9374,'2018-01-24 05:56:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9375,'2018-01-24 05:56:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(9376,'2018-01-24 06:21:04','imp','optin_5','mailchimp_7227261368','54.36.149.68','0',0),(9377,'2018-01-24 07:24:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9378,'2018-01-24 07:34:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9379,'2018-01-24 07:36:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(9380,'2018-01-24 07:46:48','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9381,'2018-01-24 08:56:44','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9382,'2018-01-24 09:48:23','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(9383,'2018-01-24 10:11:32','imp','optin_5','mailchimp_7227261368','146.185.154.14','0',0),(9384,'2018-01-24 10:12:00','imp','optin_5','mailchimp_7227261368','146.185.154.14','0',0),(9385,'2018-01-24 10:17:04','imp','optin_5','mailchimp_7227261368','146.185.154.14','0',0),(9386,'2018-01-24 10:25:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(9387,'2018-01-24 10:36:03','imp','optin_5','mailchimp_7227261368','146.185.154.14','76',0),(9388,'2018-01-24 10:53:49','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9389,'2018-01-24 11:44:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(9390,'2018-01-24 12:11:45','imp','optin_5','mailchimp_7227261368','207.46.13.57','570',0),(9391,'2018-01-24 12:17:12','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9392,'2018-01-24 12:19:17','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(9393,'2018-01-24 12:19:56','imp','optin_8','7227261368','66.249.79.87','714',0),(9394,'2018-01-24 12:20:54','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9395,'2018-01-24 12:32:39','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(9396,'2018-01-24 12:33:54','imp','optin_2','mailchimp_7227261368','104.236.20.96','92',0),(9397,'2018-01-24 12:34:04','imp','optin_5','mailchimp_7227261368','104.236.20.96','76',0),(9398,'2018-01-24 12:34:10','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9399,'2018-01-24 12:34:15','imp','optin_2','mailchimp_7227261368','104.236.20.96','2',0),(9400,'2018-01-24 12:34:21','imp','optin_8','7227261368','66.249.79.89','-1',0),(9401,'2018-01-24 12:34:34','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9402,'2018-01-24 12:34:39','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9403,'2018-01-24 12:34:44','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9404,'2018-01-24 12:34:53','imp','optin_5','mailchimp_7227261368','104.236.20.96','577',0),(9405,'2018-01-24 12:34:58','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9406,'2018-01-24 12:35:04','imp','optin_5','mailchimp_7227261368','104.236.20.96','600',0),(9407,'2018-01-24 12:35:09','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9408,'2018-01-24 12:35:14','imp','optin_5','mailchimp_7227261368','104.236.20.96','666',0),(9409,'2018-01-24 12:35:21','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9410,'2018-01-24 12:35:27','imp','optin_5','mailchimp_7227261368','104.236.20.96','667',0),(9411,'2018-01-24 12:35:32','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9412,'2018-01-24 12:35:37','imp','optin_5','mailchimp_7227261368','104.236.20.96','601',0),(9413,'2018-01-24 12:35:42','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9414,'2018-01-24 12:35:47','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9415,'2018-01-24 12:35:53','imp','optin_5','mailchimp_7227261368','104.236.20.96','598',0),(9416,'2018-01-24 12:36:04','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9417,'2018-01-24 12:36:08','imp','optin_5','mailchimp_7227261368','104.236.20.96','682',0),(9418,'2018-01-24 12:36:14','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9419,'2018-01-24 12:36:19','imp','optin_5','mailchimp_7227261368','104.236.20.96','663',0),(9420,'2018-01-24 12:36:25','imp','optin_5','mailchimp_7227261368','104.236.20.96','673',0),(9421,'2018-01-24 12:36:30','imp','optin_5','mailchimp_7227261368','104.236.20.96','599',0),(9422,'2018-01-24 12:36:35','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9423,'2018-01-24 12:36:40','imp','optin_5','mailchimp_7227261368','104.236.20.96','594',0),(9424,'2018-01-24 12:36:45','imp','optin_5','mailchimp_7227261368','104.236.20.96','683',0),(9425,'2018-01-24 12:36:50','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9426,'2018-01-24 12:36:54','imp','optin_5','mailchimp_7227261368','104.236.20.96','665',0),(9427,'2018-01-24 12:37:00','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9428,'2018-01-24 12:37:10','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9429,'2018-01-24 12:37:16','imp','optin_5','mailchimp_7227261368','104.236.20.96','591',0),(9430,'2018-01-24 12:37:21','imp','optin_5','mailchimp_7227261368','104.236.20.96','678',0),(9431,'2018-01-24 12:37:26','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9432,'2018-01-24 12:37:30','imp','optin_5','mailchimp_7227261368','104.236.20.96','593',0),(9433,'2018-01-24 12:37:36','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9434,'2018-01-24 12:37:40','imp','optin_5','mailchimp_7227261368','104.236.20.96','681',0),(9435,'2018-01-24 12:37:45','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9436,'2018-01-24 12:37:50','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9437,'2018-01-24 12:38:00','imp','optin_5','mailchimp_7227261368','104.236.20.96','680',0),(9438,'2018-01-24 12:38:06','imp','optin_5','mailchimp_7227261368','104.236.20.96','668',0),(9439,'2018-01-24 12:38:12','imp','optin_5','mailchimp_7227261368','104.236.20.96','664',0),(9440,'2018-01-24 12:38:17','imp','optin_5','mailchimp_7227261368','104.236.20.96','570',0),(9441,'2018-01-24 12:38:23','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9442,'2018-01-24 12:38:29','imp','optin_5','mailchimp_7227261368','104.236.20.96','602',0),(9443,'2018-01-24 12:38:35','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9444,'2018-01-24 12:38:40','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9445,'2018-01-24 12:38:45','imp','optin_5','mailchimp_7227261368','104.236.20.96','573',0),(9446,'2018-01-24 12:38:54','imp','optin_5','mailchimp_7227261368','104.236.20.96','835',0),(9447,'2018-01-24 12:38:59','imp','optin_5','mailchimp_7227261368','104.236.20.96','592',0),(9448,'2018-01-24 12:39:04','imp','optin_5','mailchimp_7227261368','104.236.20.96','575',0),(9449,'2018-01-24 12:39:09','imp','optin_5','mailchimp_7227261368','104.236.20.96','597',0),(9450,'2018-01-24 12:39:15','imp','optin_5','mailchimp_7227261368','104.236.20.96','411',0),(9451,'2018-01-24 12:39:20','imp','optin_5','mailchimp_7227261368','104.236.20.96','843',0),(9452,'2018-01-24 12:39:25','imp','optin_5','mailchimp_7227261368','104.236.20.96','679',0),(9453,'2018-01-24 12:39:30','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9454,'2018-01-24 12:39:35','imp','optin_5','mailchimp_7227261368','104.236.20.96','595',0),(9455,'2018-01-24 12:39:40','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9456,'2018-01-24 12:39:46','imp','optin_5','mailchimp_7227261368','104.236.20.96','0',0),(9457,'2018-01-24 12:39:55','imp','optin_5','mailchimp_7227261368','104.236.20.96','714',0),(9458,'2018-01-24 12:40:01','imp','optin_5','mailchimp_7227261368','104.236.20.96','714',0),(9459,'2018-01-24 14:41:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9460,'2018-01-24 14:50:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(9461,'2018-01-24 15:47:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(9462,'2018-01-24 15:56:27','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9463,'2018-01-24 15:56:40','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(9464,'2018-01-24 15:59:28','imp','optin_5','mailchimp_7227261368','157.55.39.62','0',0),(9465,'2018-01-24 16:10:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(9466,'2018-01-24 16:34:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9467,'2018-01-24 16:41:14','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9468,'2018-01-24 18:28:45','imp','optin_5','mailchimp_7227261368','103.87.139.25, 150.242.104.98','0',0),(9469,'2018-01-24 18:28:50','imp','optin_5','mailchimp_7227261368','71.13.151.210','0',0),(9470,'2018-01-24 18:28:57','imp','optin_5','mailchimp_7227261368','51.15.222.119','0',0),(9471,'2018-01-24 18:29:30','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9472,'2018-01-24 18:29:33','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9473,'2018-01-24 18:29:42','imp','optin_5','mailchimp_7227261368','121.8.98.33','0',0),(9474,'2018-01-24 18:29:44','imp','optin_5','mailchimp_7227261368','185.26.52.133','0',0),(9475,'2018-01-24 18:30:02','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9476,'2018-01-24 18:30:02','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9477,'2018-01-24 18:30:02','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9478,'2018-01-24 18:30:06','imp','optin_5','mailchimp_7227261368','197.232.17.83','0',0),(9479,'2018-01-24 18:30:09','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9480,'2018-01-24 18:30:14','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9481,'2018-01-24 18:30:16','imp','optin_5','mailchimp_7227261368','139.199.49.13','0',0),(9482,'2018-01-24 18:33:31','imp','optin_5','mailchimp_7227261368','109.169.21.205','0',0),(9483,'2018-01-24 18:34:02','imp','optin_5','mailchimp_7227261368','96.9.90.124','0',0),(9484,'2018-01-24 18:34:13','imp','optin_5','mailchimp_7227261368','36.67.114.226','0',0),(9485,'2018-01-24 18:34:27','imp','optin_5','mailchimp_7227261368','190.94.102.4','0',0),(9486,'2018-01-24 18:34:38','imp','optin_5','mailchimp_7227261368','122.183.242.54','0',0),(9487,'2018-01-24 18:54:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(9488,'2018-01-24 19:06:08','imp','optin_2','mailchimp_7227261368','37.252.14.101','92',0),(9489,'2018-01-24 20:37:51','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9490,'2018-01-24 20:43:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9491,'2018-01-24 21:14:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(9492,'2018-01-24 21:49:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9493,'2018-01-24 22:27:36','imp','optin_5','mailchimp_7227261368','128.199.157.152','0',0),(9494,'2018-01-24 22:33:41','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9495,'2018-01-24 23:12:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(9496,'2018-01-24 23:15:06','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9497,'2018-01-24 23:15:52','imp','optin_8','7227261368','66.249.79.85','0',0),(9498,'2018-01-24 23:16:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9499,'2018-01-25 00:31:26','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(9500,'2018-01-25 00:49:52','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9501,'2018-01-25 00:50:56','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9502,'2018-01-25 00:51:56','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9503,'2018-01-25 00:52:17','imp','optin_8','7227261368','66.249.79.87','714',0),(9504,'2018-01-25 00:54:57','imp','optin_2','mailchimp_7227261368','207.46.13.54','92',0),(9505,'2018-01-25 00:55:20','imp','optin_5','mailchimp_7227261368','40.77.179.74','0',0),(9506,'2018-01-25 01:49:08','imp','optin_2','mailchimp_7227261368','91.200.12.113','92',0),(9507,'2018-01-25 02:22:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9508,'2018-01-25 02:22:42','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(9509,'2018-01-25 04:01:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9510,'2018-01-25 04:43:48','imp','optin_2','mailchimp_7227261368','38.80.27.83','92',0),(9511,'2018-01-25 05:54:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(9512,'2018-01-25 06:31:09','imp','optin_2','mailchimp_7227261368','54.226.132.219','92',0),(9513,'2018-01-25 06:31:25','imp','optin_2','mailchimp_7227261368','54.226.132.219','92',0),(9514,'2018-01-25 06:54:30','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9515,'2018-01-25 07:35:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(9516,'2018-01-25 08:38:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9517,'2018-01-25 09:45:45','imp','optin_2','mailchimp_7227261368','5.2.211.92','92',0),(9518,'2018-01-25 10:04:15','imp','optin_2','mailchimp_7227261368','54.144.72.186','92',0),(9519,'2018-01-25 10:23:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9520,'2018-01-25 10:46:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(9521,'2018-01-25 10:54:21','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(9522,'2018-01-25 10:54:40','imp','optin_8','7227261368','66.249.79.85','-1',0),(9523,'2018-01-25 11:04:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(9524,'2018-01-25 11:08:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','665',0),(9525,'2018-01-25 11:08:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(9526,'2018-01-25 11:10:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','594',0),(9527,'2018-01-25 11:10:50','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(9528,'2018-01-25 11:25:24','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9529,'2018-01-25 11:34:02','imp','optin_5','mailchimp_7227261368','66.249.79.89','664',0),(9530,'2018-01-25 11:34:46','imp','optin_8','7227261368','66.249.79.85','664',0),(9531,'2018-01-25 11:36:52','imp','optin_5','mailchimp_7227261368','157.55.39.213','173',0),(9532,'2018-01-25 11:49:29','imp','optin_5','mailchimp_7227261368','40.77.167.61','220',0),(9533,'2018-01-25 12:00:51','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9534,'2018-01-25 12:01:32','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(9535,'2018-01-25 12:02:09','imp','optin_8','7227261368','66.249.79.89','714',0),(9536,'2018-01-25 13:05:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(9537,'2018-01-25 13:29:46','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(9538,'2018-01-25 13:55:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9539,'2018-01-25 14:15:28','imp','optin_5','mailchimp_7227261368','54.36.149.52','598',0),(9540,'2018-01-25 14:51:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(9541,'2018-01-25 15:05:15','imp','optin_5','mailchimp_7227261368','66.249.79.89','411',0),(9542,'2018-01-25 15:06:06','imp','optin_8','7227261368','66.249.79.85','411',0),(9543,'2018-01-25 15:13:41','imp','optin_2','mailchimp_7227261368','52.88.108.217','92',0),(9544,'2018-01-25 17:21:38','imp','optin_5','mailchimp_7227261368','40.77.167.101','76',0),(9545,'2018-01-25 17:26:13','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(9546,'2018-01-25 17:26:21','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(9547,'2018-01-25 18:39:43','imp','optin_5','mailchimp_7227261368','54.36.149.84','0',0),(9548,'2018-01-25 18:41:50','imp','optin_5','mailchimp_7227261368','51.255.71.125','0',0),(9549,'2018-01-25 19:04:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9550,'2018-01-25 19:07:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9551,'2018-01-25 19:50:22','imp','optin_5','mailchimp_7227261368','66.249.79.25','714',0),(9552,'2018-01-25 19:50:31','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(9553,'2018-01-25 19:52:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(9554,'2018-01-25 22:08:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(9555,'2018-01-25 22:36:02','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9556,'2018-01-25 23:17:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(9557,'2018-01-26 00:32:03','imp','optin_5','mailchimp_7227261368','157.55.39.72','591',0),(9558,'2018-01-26 00:32:19','imp','optin_5','mailchimp_7227261368','157.55.39.72','0',0),(9559,'2018-01-26 00:55:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9560,'2018-01-26 01:29:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9561,'2018-01-26 02:39:39','imp','optin_5','mailchimp_7227261368','54.36.149.11','666',0),(9562,'2018-01-26 03:00:26','imp','optin_5','mailchimp_7227261368','157.55.39.72','0',0),(9563,'2018-01-26 03:56:00','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(9564,'2018-01-26 03:57:59','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(9565,'2018-01-26 04:57:53','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(9566,'2018-01-26 06:02:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(9567,'2018-01-26 06:44:51','imp','optin_5','mailchimp_7227261368','157.55.39.104','0',0),(9568,'2018-01-26 08:38:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9569,'2018-01-26 10:06:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(9570,'2018-01-26 11:12:11','imp','optin_5','mailchimp_7227261368','207.46.13.48','592',0),(9571,'2018-01-26 12:18:09','imp','optin_2','mailchimp_7227261368','191.96.249.167','92',0),(9572,'2018-01-26 12:23:27','imp','optin_5','mailchimp_7227261368','54.190.141.67','0',0),(9573,'2018-01-26 12:23:31','imp','optin_5','mailchimp_7227261368','54.190.141.67','0',0),(9574,'2018-01-26 13:09:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(9575,'2018-01-26 13:59:35','imp','optin_5','mailchimp_7227261368','54.70.219.238','0',0),(9576,'2018-01-26 14:24:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(9577,'2018-01-26 14:37:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(9578,'2018-01-26 16:24:24','imp','optin_5','mailchimp_7227261368','207.46.13.50','714',0),(9579,'2018-01-26 18:10:23','imp','optin_5','mailchimp_7227261368','207.46.13.50','0',0),(9580,'2018-01-26 18:20:12','imp','optin_5','mailchimp_7227261368','40.77.167.51','76',0),(9581,'2018-01-26 18:20:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(9582,'2018-01-26 20:28:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9583,'2018-01-26 20:37:08','imp','optin_5','mailchimp_7227261368','207.46.13.50','0',0),(9584,'2018-01-26 21:21:34','imp','optin_2','mailchimp_7227261368','91.219.136.195','92',0),(9585,'2018-01-26 22:14:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9586,'2018-01-26 22:17:57','imp','optin_5','mailchimp_7227261368','54.36.148.15','666',0),(9587,'2018-01-26 22:25:36','imp','optin_5','mailchimp_7227261368','54.36.148.83','0',0),(9588,'2018-01-26 22:48:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(9589,'2018-01-27 00:45:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(9590,'2018-01-27 02:12:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(9591,'2018-01-27 02:12:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(9592,'2018-01-27 02:13:00','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9593,'2018-01-27 02:14:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9594,'2018-01-27 02:16:19','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(9595,'2018-01-27 02:16:23','imp','optin_5','mailchimp_7227261368','66.249.66.13','0',0),(9596,'2018-01-27 02:34:44','imp','optin_5','mailchimp_7227261368','207.46.13.69','207',0),(9597,'2018-01-27 02:53:23','imp','optin_5','mailchimp_7227261368','195.242.80.32','0',0),(9598,'2018-01-27 03:02:28','imp','optin_5','mailchimp_7227261368','51.255.71.122','0',0),(9599,'2018-01-27 03:16:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(9600,'2018-01-27 03:18:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(9601,'2018-01-27 03:20:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(9602,'2018-01-27 03:22:44','imp','optin_2','mailchimp_7227261368','74.115.214.135','92',0),(9603,'2018-01-27 03:45:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9604,'2018-01-27 03:52:46','imp','optin_5','mailchimp_7227261368','54.36.149.9','0',0),(9605,'2018-01-27 04:02:01','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(9606,'2018-01-27 05:08:26','imp','optin_5','mailchimp_7227261368','5.255.250.59','592',0),(9607,'2018-01-27 05:08:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9608,'2018-01-27 05:18:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(9609,'2018-01-27 05:22:57','imp','optin_5','mailchimp_7227261368','54.36.148.119','601',0),(9610,'2018-01-27 05:47:39','imp','optin_5','mailchimp_7227261368','13.56.229.65','0',0),(9611,'2018-01-27 07:41:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9612,'2018-01-27 08:04:36','imp','optin_5','mailchimp_7227261368','13.56.229.65','0',0),(9613,'2018-01-27 08:16:57','imp','optin_5','mailchimp_7227261368','212.83.165.202','0',0),(9614,'2018-01-27 08:37:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(9615,'2018-01-27 08:38:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9616,'2018-01-27 09:30:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(9617,'2018-01-27 09:56:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(9618,'2018-01-27 09:58:59','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(9619,'2018-01-27 10:09:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(9620,'2018-01-27 10:47:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9621,'2018-01-27 10:47:50','imp','optin_2','mailchimp_7227261368','54.213.155.123','92',0),(9622,'2018-01-27 11:56:41','imp','optin_5','mailchimp_7227261368','54.36.148.163','411',0),(9623,'2018-01-27 12:40:26','imp','optin_5','mailchimp_7227261368','54.36.148.118','0',0),(9624,'2018-01-27 13:28:36','imp','optin_5','mailchimp_7227261368','207.248.251.82','0',0),(9625,'2018-01-27 13:28:36','imp','optin_5','mailchimp_7227261368','207.248.251.82','0',0),(9626,'2018-01-27 13:30:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(9627,'2018-01-27 13:59:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9628,'2018-01-27 14:05:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(9629,'2018-01-27 14:40:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9630,'2018-01-27 15:17:16','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(9631,'2018-01-27 15:58:11','imp','optin_5','mailchimp_7227261368','54.36.149.106','0',0),(9632,'2018-01-27 16:04:37','imp','optin_2','mailchimp_7227261368','35.164.240.120','92',0),(9633,'2018-01-27 17:07:22','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(9634,'2018-01-27 17:08:43','imp','optin_8','7227261368','66.249.79.63','-1',0),(9635,'2018-01-27 17:15:24','imp','optin_5','mailchimp_7227261368','54.36.148.59','0',0),(9636,'2018-01-27 17:39:52','imp','optin_2','mailchimp_7227261368','117.2.149.141','92',0),(9637,'2018-01-27 17:40:01','imp','optin_5','mailchimp_7227261368','117.2.149.141','0',0),(9638,'2018-01-27 19:52:32','imp','optin_5','mailchimp_7227261368','54.36.149.43','0',0),(9639,'2018-01-27 19:59:01','imp','optin_5','mailchimp_7227261368','207.46.13.50','0',0),(9640,'2018-01-27 20:28:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9641,'2018-01-27 20:48:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(9642,'2018-01-27 20:48:52','imp','optin_5','mailchimp_7227261368','5.255.250.7','673',0),(9643,'2018-01-27 20:48:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','667',0),(9644,'2018-01-27 20:49:06','imp','optin_5','mailchimp_7227261368','5.255.250.7','595',0),(9645,'2018-01-27 23:00:31','imp','optin_5','mailchimp_7227261368','185.117.74.118','0',0),(9646,'2018-01-27 23:00:31','imp','optin_5','mailchimp_7227261368','185.117.74.118','0',0),(9647,'2018-01-27 23:00:36','imp','optin_5','mailchimp_7227261368','185.117.74.118','0',0),(9648,'2018-01-27 23:00:37','imp','optin_5','mailchimp_7227261368','185.117.74.118','0',0),(9649,'2018-01-27 23:00:39','imp','optin_5','mailchimp_7227261368','185.117.74.118','0',0),(9650,'2018-01-27 23:08:18','imp','optin_2','mailchimp_7227261368','193.9.28.26','92',0),(9651,'2018-01-27 23:19:21','imp','optin_5','mailchimp_7227261368','51.255.71.113','602',0),(9652,'2018-01-27 23:40:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(9653,'2018-01-27 23:50:20','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(9654,'2018-01-27 23:50:22','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(9655,'2018-01-27 23:50:25','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(9656,'2018-01-27 23:50:26','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(9657,'2018-01-27 23:50:28','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(9658,'2018-01-28 01:31:47','imp','optin_5','mailchimp_7227261368','40.77.167.91','220',0),(9659,'2018-01-28 01:52:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9660,'2018-01-28 02:40:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9661,'2018-01-28 02:41:02','imp','optin_5','mailchimp_7227261368','5.255.250.7','665',0),(9662,'2018-01-28 02:46:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(9663,'2018-01-28 02:46:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9664,'2018-01-28 02:46:38','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9665,'2018-01-28 02:46:43','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(9666,'2018-01-28 02:46:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9667,'2018-01-28 02:58:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(9668,'2018-01-28 03:50:20','imp','optin_2','mailchimp_7227261368','64.246.165.160','92',0),(9669,'2018-01-28 03:55:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9670,'2018-01-28 04:02:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9671,'2018-01-28 04:29:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(9672,'2018-01-28 04:40:25','imp','optin_5','mailchimp_7227261368','54.36.148.68','577',0),(9673,'2018-01-28 05:49:15','imp','optin_5','mailchimp_7227261368','2a02:c207:2015:2778::1','0',0),(9674,'2018-01-28 05:49:31','imp','optin_5','mailchimp_7227261368','112.114.96.77','0',0),(9675,'2018-01-28 05:49:45','imp','optin_5','mailchimp_7227261368','82.130.246.69','0',0),(9676,'2018-01-28 05:49:57','imp','optin_5','mailchimp_7227261368','203.92.33.87','0',0),(9677,'2018-01-28 05:49:58','imp','optin_5','mailchimp_7227261368','185.82.212.95','0',0),(9678,'2018-01-28 05:50:00','imp','optin_5','mailchimp_7227261368','59.152.111.146','0',0),(9679,'2018-01-28 05:50:00','imp','optin_5','mailchimp_7227261368','74.207.241.46','0',0),(9680,'2018-01-28 05:50:19','imp','optin_5','mailchimp_7227261368','67.94.57.16','0',0),(9681,'2018-01-28 05:50:24','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9682,'2018-01-28 05:50:27','imp','optin_5','mailchimp_7227261368','207.224.15.237','0',0),(9683,'2018-01-28 05:50:34','imp','optin_5','mailchimp_7227261368','51.15.160.216','0',0),(9684,'2018-01-28 05:50:46','imp','optin_5','mailchimp_7227261368','181.112.227.142','0',0),(9685,'2018-01-28 05:51:21','imp','optin_5','mailchimp_7227261368','12.164.247.10','0',0),(9686,'2018-01-28 05:51:25','imp','optin_5','mailchimp_7227261368','115.248.0.29','0',0),(9687,'2018-01-28 05:51:49','imp','optin_5','mailchimp_7227261368','209.217.208.99','0',0),(9688,'2018-01-28 06:00:01','imp','optin_5','mailchimp_7227261368','211.159.219.158','0',0),(9689,'2018-01-28 06:00:32','imp','optin_5','mailchimp_7227261368','36.67.134.113','0',0),(9690,'2018-01-28 06:00:39','imp','optin_5','mailchimp_7227261368','211.159.171.58','0',0),(9691,'2018-01-28 06:00:46','imp','optin_5','mailchimp_7227261368','91.240.13.42','0',0),(9692,'2018-01-28 06:01:01','imp','optin_5','mailchimp_7227261368','88.87.72.181','0',0),(9693,'2018-01-28 06:01:07','imp','optin_5','mailchimp_7227261368','99.194.155.184','0',0),(9694,'2018-01-28 06:01:13','imp','optin_5','mailchimp_7227261368','186.47.102.166','0',0),(9695,'2018-01-28 06:02:12','imp','optin_5','mailchimp_7227261368','120.84.136.29','0',0),(9696,'2018-01-28 06:04:49','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9697,'2018-01-28 06:04:53','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9698,'2018-01-28 06:04:57','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9699,'2018-01-28 06:05:01','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9700,'2018-01-28 06:05:06','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9701,'2018-01-28 06:05:09','imp','optin_5','mailchimp_7227261368','2002:c316:7fae::c316:7fae','0',0),(9702,'2018-01-28 06:09:55','imp','optin_5','mailchimp_7227261368','5.255.250.7','577',0),(9703,'2018-01-28 06:10:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(9704,'2018-01-28 06:10:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(9705,'2018-01-28 06:11:09','imp','optin_5','mailchimp_7227261368','115.248.0.29','0',0),(9706,'2018-01-28 07:02:26','imp','optin_2','mailchimp_7227261368','64.246.165.150','92',0),(9707,'2018-01-28 07:02:27','imp','optin_5','mailchimp_7227261368','54.36.148.133','0',0),(9708,'2018-01-28 07:03:30','imp','optin_5','mailchimp_7227261368','13.56.229.65','0',0),(9709,'2018-01-28 07:39:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9710,'2018-01-28 09:25:02','imp','optin_5','mailchimp_7227261368','13.56.229.65','0',0),(9711,'2018-01-28 09:52:35','imp','optin_5','mailchimp_7227261368','54.36.148.181','0',0),(9712,'2018-01-28 10:17:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(9713,'2018-01-28 10:17:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(9714,'2018-01-28 10:18:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9715,'2018-01-28 10:18:11','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(9716,'2018-01-28 10:18:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(9717,'2018-01-28 10:18:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9718,'2018-01-28 10:34:11','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9719,'2018-01-28 10:34:17','imp','optin_5','mailchimp_7227261368','5.255.250.7','668',0),(9720,'2018-01-28 10:34:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9721,'2018-01-28 11:04:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9722,'2018-01-28 11:31:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9723,'2018-01-28 12:17:50','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(9724,'2018-01-28 12:18:41','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(9725,'2018-01-28 12:37:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9726,'2018-01-28 13:08:37','imp','optin_5','mailchimp_7227261368','157.55.39.247','177',0),(9727,'2018-01-28 13:59:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(9728,'2018-01-28 14:01:17','imp','optin_5','mailchimp_7227261368','5.255.250.7','714',0),(9729,'2018-01-28 14:03:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9730,'2018-01-28 16:11:09','imp','optin_5','mailchimp_7227261368','54.36.149.33','591',0),(9731,'2018-01-28 17:10:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9732,'2018-01-28 17:12:53','imp','optin_2','mailchimp_7227261368','54.36.149.37','2',0),(9733,'2018-01-28 17:36:13','imp','optin_2','mailchimp_7227261368','39.104.29.35','92',0),(9734,'2018-01-28 17:59:26','imp','optin_5','mailchimp_7227261368','207.46.13.36','177',0),(9735,'2018-01-28 19:55:06','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(9736,'2018-01-28 19:55:23','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(9737,'2018-01-28 19:55:28','imp','optin_8','7227261368','66.249.79.63','714',0),(9738,'2018-01-28 20:14:13','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9739,'2018-01-28 20:29:05','imp','optin_2','mailchimp_7227261368','34.216.227.249','92',0),(9740,'2018-01-28 20:46:16','imp','optin_5','mailchimp_7227261368','5.255.250.7','411',0),(9741,'2018-01-28 20:46:21','imp','optin_5','mailchimp_7227261368','141.8.143.189','678',0),(9742,'2018-01-28 20:47:05','imp','optin_5','mailchimp_7227261368','5.255.250.7','663',0),(9743,'2018-01-28 20:48:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(9744,'2018-01-28 20:48:33','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(9745,'2018-01-28 21:34:17','imp','optin_5','mailchimp_7227261368','54.36.148.44','0',0),(9746,'2018-01-28 22:14:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','682',0),(9747,'2018-01-28 23:22:45','imp','optin_5','mailchimp_7227261368','54.36.148.57','664',0),(9748,'2018-01-29 00:15:59','imp','optin_5','mailchimp_7227261368','51.255.71.129','680',0),(9749,'2018-01-29 01:16:18','imp','optin_5','mailchimp_7227261368','207.248.251.82','0',0),(9750,'2018-01-29 01:44:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(9751,'2018-01-29 01:51:48','imp','optin_5','mailchimp_7227261368','54.36.148.242','0',0),(9752,'2018-01-29 02:02:57','imp','optin_5','mailchimp_7227261368','176.14.192.60','0',0),(9753,'2018-01-29 03:37:06','imp','optin_5','mailchimp_7227261368','13.56.229.65','0',0),(9754,'2018-01-29 03:44:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(9755,'2018-01-29 03:46:07','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(9756,'2018-01-29 04:14:00','imp','optin_8','7227261368','66.249.79.63','0',0),(9757,'2018-01-29 04:31:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9758,'2018-01-29 04:52:51','imp','optin_2','mailchimp_7227261368','74.115.214.147','92',0),(9759,'2018-01-29 05:11:32','imp','optin_2','mailchimp_7227261368','66.249.79.25','92',0),(9760,'2018-01-29 05:11:50','imp','optin_8','7227261368','66.249.79.135','-1',0),(9761,'2018-01-29 07:02:43','imp','optin_5','mailchimp_7227261368','207.46.13.28','0',0),(9762,'2018-01-29 07:17:37','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(9763,'2018-01-29 07:20:48','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(9764,'2018-01-29 10:20:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(9765,'2018-01-29 10:47:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(9766,'2018-01-29 11:26:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(9767,'2018-01-29 11:27:49','imp','optin_5','mailchimp_7227261368','141.8.143.130','591',0),(9768,'2018-01-29 14:11:34','imp','optin_5','mailchimp_7227261368','54.36.148.243','594',0),(9769,'2018-01-29 15:00:30','imp','optin_5','mailchimp_7227261368','100.43.91.120','665',0),(9770,'2018-01-29 15:03:40','imp','optin_5','mailchimp_7227261368','5.255.250.115','599',0),(9771,'2018-01-29 16:41:11','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9772,'2018-01-29 16:41:22','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(9773,'2018-01-29 16:41:37','imp','optin_8','7227261368','66.249.79.85','0',0),(9774,'2018-01-29 16:49:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9775,'2018-01-29 17:03:04','imp','optin_5','mailchimp_7227261368','54.36.148.135','0',0),(9776,'2018-01-29 18:19:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(9777,'2018-01-29 18:45:36','imp','optin_5','mailchimp_7227261368','54.36.149.79','0',0),(9778,'2018-01-29 19:44:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9779,'2018-01-29 19:52:16','imp','optin_5','mailchimp_7227261368','54.36.148.15','0',0),(9780,'2018-01-29 20:34:22','imp','optin_5','mailchimp_7227261368','40.77.167.174','600',0),(9781,'2018-01-29 20:35:45','imp','optin_5','mailchimp_7227261368','40.77.167.174','0',0),(9782,'2018-01-29 21:05:04','imp','optin_2','mailchimp_7227261368','34.216.234.230','92',0),(9783,'2018-01-29 21:12:02','imp','optin_5','mailchimp_7227261368','54.36.148.28','76',0),(9784,'2018-01-29 21:30:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(9785,'2018-01-29 21:47:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(9786,'2018-01-29 21:52:14','imp','optin_2','mailchimp_7227261368','1.128.107.116','92',0),(9787,'2018-01-29 21:52:23','imp','optin_5','mailchimp_7227261368','1.128.107.116','0',0),(9788,'2018-01-29 21:53:00','imp','optin_8','7227261368','1.128.107.116','-1',0),(9789,'2018-01-29 21:53:44','con','optin_8','mailchimp_7227261368','1.128.107.116','-1',0),(9790,'2018-01-29 22:21:02','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9791,'2018-01-29 22:21:42','imp','optin_5','mailchimp_7227261368','82.115.13.165','0',0),(9792,'2018-01-29 22:21:45','imp','optin_5','mailchimp_7227261368','171.221.116.110','0',0),(9793,'2018-01-29 22:21:50','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9794,'2018-01-29 22:21:50','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9795,'2018-01-29 22:21:55','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9796,'2018-01-29 22:22:02','imp','optin_5','mailchimp_7227261368','46.4.62.108','0',0),(9797,'2018-01-29 22:22:04','imp','optin_5','mailchimp_7227261368','93.72.174.43','0',0),(9798,'2018-01-29 22:22:06','imp','optin_5','mailchimp_7227261368','74.207.247.193, 183.89.50.174','0',0),(9799,'2018-01-29 22:22:08','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9800,'2018-01-29 22:22:23','imp','optin_5','mailchimp_7227261368','91.107.29.165','0',0),(9801,'2018-01-29 22:22:24','imp','optin_5','mailchimp_7227261368','190.12.20.242','0',0),(9802,'2018-01-29 22:22:37','imp','optin_5','mailchimp_7227261368','109.167.201.26','0',0),(9803,'2018-01-29 22:22:49','imp','optin_5','mailchimp_7227261368','117.102.81.6','0',0),(9804,'2018-01-29 22:22:56','imp','optin_5','mailchimp_7227261368','144.217.88.135','0',0),(9805,'2018-01-29 22:22:59','imp','optin_5','mailchimp_7227261368','179.177.231.199','0',0),(9806,'2018-01-29 22:23:12','imp','optin_5','mailchimp_7227261368','99.194.102.246','0',0),(9807,'2018-01-29 22:31:45','imp','optin_5','mailchimp_7227261368','2001:41d0:2:bb5c::','0',0),(9808,'2018-01-29 22:33:05','imp','optin_5','mailchimp_7227261368','unknown, 14.141.216.6','0',0),(9809,'2018-01-29 22:33:49','imp','optin_5','mailchimp_7227261368','103.15.251.76','0',0),(9810,'2018-01-29 22:34:07','imp','optin_5','mailchimp_7227261368','78.24.218.46','0',0),(9811,'2018-01-29 23:52:27','imp','optin_2','mailchimp_7227261368','86.47.80.148','92',0),(9812,'2018-01-29 23:52:47','imp','optin_5','mailchimp_7227261368','86.47.80.148','663',0),(9813,'2018-01-29 23:53:11','imp','optin_2','mailchimp_7227261368','86.47.80.148','92',0),(9814,'2018-01-29 23:53:31','imp','optin_5','mailchimp_7227261368','86.47.80.148','667',0),(9815,'2018-01-29 23:53:58','imp','optin_5','mailchimp_7227261368','86.47.80.148','666',0),(9816,'2018-01-30 00:03:52','imp','optin_5','mailchimp_7227261368','54.36.149.53','573',0),(9817,'2018-01-30 00:41:51','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(9818,'2018-01-30 00:54:20','imp','optin_5','mailchimp_7227261368','66.249.79.89','667',0),(9819,'2018-01-30 03:18:35','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(9820,'2018-01-30 06:48:34','imp','optin_2','mailchimp_7227261368','124.124.14.93','92',0),(9821,'2018-01-30 07:34:41','imp','optin_2','mailchimp_7227261368','92.98.185.178','92',0),(9822,'2018-01-30 08:00:19','imp','optin_2','mailchimp_7227261368','54.36.148.62','2',0),(9823,'2018-01-30 09:16:09','imp','optin_2','mailchimp_7227261368','45.55.255.97','92',0),(9824,'2018-01-30 09:16:20','imp','optin_5','mailchimp_7227261368','45.55.255.97','76',0),(9825,'2018-01-30 09:16:27','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9826,'2018-01-30 09:16:31','imp','optin_2','mailchimp_7227261368','45.55.255.97','2',0),(9827,'2018-01-30 09:16:52','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9828,'2018-01-30 09:16:57','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9829,'2018-01-30 09:17:03','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9830,'2018-01-30 09:17:13','imp','optin_5','mailchimp_7227261368','45.55.255.97','577',0),(9831,'2018-01-30 09:17:18','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9832,'2018-01-30 09:17:23','imp','optin_5','mailchimp_7227261368','45.55.255.97','600',0),(9833,'2018-01-30 09:17:29','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9834,'2018-01-30 09:17:38','imp','optin_5','mailchimp_7227261368','45.55.255.97','666',0),(9835,'2018-01-30 09:17:43','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9836,'2018-01-30 09:17:48','imp','optin_5','mailchimp_7227261368','45.55.255.97','667',0),(9837,'2018-01-30 09:17:53','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9838,'2018-01-30 09:17:58','imp','optin_5','mailchimp_7227261368','45.55.255.97','601',0),(9839,'2018-01-30 09:18:04','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9840,'2018-01-30 09:18:12','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9841,'2018-01-30 09:18:17','imp','optin_5','mailchimp_7227261368','45.55.255.97','598',0),(9842,'2018-01-30 09:18:28','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9843,'2018-01-30 09:18:33','imp','optin_5','mailchimp_7227261368','45.55.255.97','673',0),(9844,'2018-01-30 09:18:38','imp','optin_5','mailchimp_7227261368','45.55.255.97','682',0),(9845,'2018-01-30 09:18:43','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9846,'2018-01-30 09:18:48','imp','optin_5','mailchimp_7227261368','45.55.255.97','663',0),(9847,'2018-01-30 09:18:54','imp','optin_5','mailchimp_7227261368','45.55.255.97','594',0),(9848,'2018-01-30 09:19:00','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9849,'2018-01-30 09:19:05','imp','optin_5','mailchimp_7227261368','45.55.255.97','599',0),(9850,'2018-01-30 09:19:11','imp','optin_5','mailchimp_7227261368','45.55.255.97','683',0),(9851,'2018-01-30 09:19:17','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9852,'2018-01-30 09:19:23','imp','optin_5','mailchimp_7227261368','45.55.255.97','665',0),(9853,'2018-01-30 09:19:27','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9854,'2018-01-30 09:19:37','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9855,'2018-01-30 09:19:42','imp','optin_5','mailchimp_7227261368','45.55.255.97','593',0),(9856,'2018-01-30 09:19:47','imp','optin_5','mailchimp_7227261368','45.55.255.97','591',0),(9857,'2018-01-30 09:19:53','imp','optin_5','mailchimp_7227261368','45.55.255.97','678',0),(9858,'2018-01-30 09:19:59','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9859,'2018-01-30 09:20:04','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9860,'2018-01-30 09:20:10','imp','optin_5','mailchimp_7227261368','45.55.255.97','681',0),(9861,'2018-01-30 09:20:15','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9862,'2018-01-30 09:20:20','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9863,'2018-01-30 09:20:30','imp','optin_5','mailchimp_7227261368','45.55.255.97','680',0),(9864,'2018-01-30 09:20:36','imp','optin_5','mailchimp_7227261368','45.55.255.97','668',0),(9865,'2018-01-30 09:20:42','imp','optin_5','mailchimp_7227261368','45.55.255.97','570',0),(9866,'2018-01-30 09:20:47','imp','optin_5','mailchimp_7227261368','45.55.255.97','664',0),(9867,'2018-01-30 09:20:52','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9868,'2018-01-30 09:20:58','imp','optin_5','mailchimp_7227261368','45.55.255.97','573',0),(9869,'2018-01-30 09:21:04','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9870,'2018-01-30 09:21:09','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9871,'2018-01-30 09:21:14','imp','optin_5','mailchimp_7227261368','45.55.255.97','602',0),(9872,'2018-01-30 09:21:24','imp','optin_5','mailchimp_7227261368','45.55.255.97','835',0),(9873,'2018-01-30 09:21:30','imp','optin_5','mailchimp_7227261368','45.55.255.97','592',0),(9874,'2018-01-30 09:21:35','imp','optin_5','mailchimp_7227261368','45.55.255.97','575',0),(9875,'2018-01-30 09:21:40','imp','optin_5','mailchimp_7227261368','45.55.255.97','597',0),(9876,'2018-01-30 09:21:45','imp','optin_5','mailchimp_7227261368','45.55.255.97','411',0),(9877,'2018-01-30 09:21:50','imp','optin_5','mailchimp_7227261368','45.55.255.97','843',0),(9878,'2018-01-30 09:21:56','imp','optin_5','mailchimp_7227261368','45.55.255.97','679',0),(9879,'2018-01-30 09:22:01','imp','optin_5','mailchimp_7227261368','45.55.255.97','595',0),(9880,'2018-01-30 09:22:06','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9881,'2018-01-30 09:22:11','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9882,'2018-01-30 09:22:16','imp','optin_5','mailchimp_7227261368','45.55.255.97','0',0),(9883,'2018-01-30 09:22:25','imp','optin_5','mailchimp_7227261368','45.55.255.97','714',0),(9884,'2018-01-30 09:22:31','imp','optin_5','mailchimp_7227261368','45.55.255.97','714',0),(9885,'2018-01-30 09:28:15','imp','optin_5','mailchimp_7227261368','54.36.148.144','679',0),(9886,'2018-01-30 09:54:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9887,'2018-01-30 11:02:15','imp','optin_5','mailchimp_7227261368','54.36.148.104','592',0),(9888,'2018-01-30 11:31:38','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(9889,'2018-01-30 11:49:39','imp','optin_5','mailchimp_7227261368','54.36.149.78','668',0),(9890,'2018-01-30 11:56:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9891,'2018-01-30 13:01:06','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(9892,'2018-01-30 13:42:19','imp','optin_5','mailchimp_7227261368','54.36.149.106','0',0),(9893,'2018-01-30 13:42:58','imp','optin_5','mailchimp_7227261368','40.77.167.121','667',0),(9894,'2018-01-30 14:18:49','imp','optin_2','mailchimp_7227261368','40.77.167.72','92',0),(9895,'2018-01-30 14:47:25','imp','optin_5','mailchimp_7227261368','54.36.149.89','0',0),(9896,'2018-01-30 15:02:19','imp','optin_5','mailchimp_7227261368','54.36.148.247','570',0),(9897,'2018-01-30 15:12:21','imp','optin_5','mailchimp_7227261368','157.55.39.172','0',0),(9898,'2018-01-30 15:21:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(9899,'2018-01-30 15:31:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9900,'2018-01-30 16:56:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(9901,'2018-01-30 16:56:35','imp','optin_2','mailchimp_7227261368','39.35.48.226','92',0),(9902,'2018-01-30 16:56:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9903,'2018-01-30 17:01:07','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(9904,'2018-01-30 17:01:26','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(9905,'2018-01-30 17:01:39','imp','optin_8','7227261368','66.249.69.135','-1',0),(9906,'2018-01-30 17:23:24','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(9907,'2018-01-30 17:23:29','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9908,'2018-01-30 17:52:34','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9909,'2018-01-30 17:54:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9910,'2018-01-30 19:25:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(9911,'2018-01-30 20:00:19','imp','optin_5','mailchimp_7227261368','1.128.107.10','0',0),(9912,'2018-01-30 20:01:03','imp','optin_5','mailchimp_7227261368','1.128.107.10','0',0),(9913,'2018-01-30 20:03:30','imp','optin_2','mailchimp_7227261368','118.100.66.207','92',0),(9914,'2018-01-30 20:06:41','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9915,'2018-01-30 21:07:24','imp','optin_5','mailchimp_7227261368','93.158.161.105','667',0),(9916,'2018-01-30 22:29:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9917,'2018-01-30 22:53:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(9918,'2018-01-30 22:53:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(9919,'2018-01-30 23:02:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9920,'2018-01-30 23:41:01','imp','optin_5','mailchimp_7227261368','54.36.149.8','595',0),(9921,'2018-01-31 00:12:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(9922,'2018-01-31 00:38:53','imp','optin_5','mailchimp_7227261368','93.158.161.121','591',0),(9923,'2018-01-31 00:48:14','imp','optin_5','mailchimp_7227261368','54.36.148.152','682',0),(9924,'2018-01-31 00:55:57','imp','optin_2','mailchimp_7227261368','54.36.148.124','92',0),(9925,'2018-01-31 00:57:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(9926,'2018-01-31 01:50:02','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(9927,'2018-01-31 01:57:18','imp','optin_5','mailchimp_7227261368','137.119.118.14','0',0),(9928,'2018-01-31 01:57:34','imp','optin_5','mailchimp_7227261368','76.111.5.118','0',0),(9929,'2018-01-31 01:58:19','imp','optin_5','mailchimp_7227261368','114.100.185.237','0',0),(9930,'2018-01-31 01:58:36','imp','optin_5','mailchimp_7227261368','103.55.69.242','0',0),(9931,'2018-01-31 01:58:56','imp','optin_5','mailchimp_7227261368','2a02:c207:2016:1332::1','0',0),(9932,'2018-01-31 02:00:03','imp','optin_5','mailchimp_7227261368','103.15.251.76','0',0),(9933,'2018-01-31 02:07:52','imp','optin_5','mailchimp_7227261368','2001:41d0:2:bb5c::','0',0),(9934,'2018-01-31 02:38:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(9935,'2018-01-31 03:01:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(9936,'2018-01-31 04:01:44','imp','optin_2','mailchimp_7227261368','74.115.214.156','92',0),(9937,'2018-01-31 04:06:28','imp','optin_5','mailchimp_7227261368','54.36.148.200','597',0),(9938,'2018-01-31 04:37:01','imp','optin_5','mailchimp_7227261368','54.36.149.24','681',0),(9939,'2018-01-31 05:08:03','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9940,'2018-01-31 07:41:16','imp','optin_5','mailchimp_7227261368','54.36.149.76','575',0),(9941,'2018-01-31 09:08:00','imp','optin_2','mailchimp_7227261368','46.197.176.141','92',0),(9942,'2018-01-31 10:36:02','imp','optin_5','mailchimp_7227261368','217.182.132.15','663',0),(9943,'2018-01-31 10:51:42','imp','optin_5','mailchimp_7227261368','51.255.65.36','683',0),(9944,'2018-01-31 11:48:50','imp','optin_5','mailchimp_7227261368','51.255.65.97','0',0),(9945,'2018-01-31 13:50:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9946,'2018-01-31 14:21:19','imp','optin_5','mailchimp_7227261368','207.46.13.2','0',0),(9947,'2018-01-31 14:42:07','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9948,'2018-01-31 14:42:19','imp','optin_5','mailchimp_7227261368','90.146.96.195','0',0),(9949,'2018-01-31 14:42:24','imp','optin_5','mailchimp_7227261368','77.55.218.191','0',0),(9950,'2018-01-31 14:42:26','imp','optin_5','mailchimp_7227261368','195.22.126.147','0',0),(9951,'2018-01-31 14:42:27','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(9952,'2018-01-31 14:42:27','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9953,'2018-01-31 14:43:07','imp','optin_5','mailchimp_7227261368','185.93.3.123','0',0),(9954,'2018-01-31 14:43:08','imp','optin_5','mailchimp_7227261368','47.90.87.225','0',0),(9955,'2018-01-31 14:43:20','imp','optin_5','mailchimp_7227261368','174.64.234.29','0',0),(9956,'2018-01-31 14:43:21','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9957,'2018-01-31 14:43:21','imp','optin_5','mailchimp_7227261368','103.81.132.206','0',0),(9958,'2018-01-31 14:43:24','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9959,'2018-01-31 14:43:36','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9960,'2018-01-31 14:43:36','imp','optin_5','mailchimp_7227261368','47.91.252.239','0',0),(9961,'2018-01-31 14:43:36','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(9962,'2018-01-31 14:43:37','imp','optin_5','mailchimp_7227261368','164.132.222.249','0',0),(9963,'2018-01-31 14:44:16','imp','optin_5','mailchimp_7227261368','37.220.35.202','0',0),(9964,'2018-01-31 15:56:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(9965,'2018-01-31 16:06:35','imp','optin_5','mailchimp_7227261368','40.77.167.128','592',0),(9966,'2018-01-31 16:25:35','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(9967,'2018-01-31 17:43:37','imp','optin_2','mailchimp_7227261368','74.115.214.136','92',0),(9968,'2018-01-31 18:28:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(9969,'2018-01-31 19:15:09','imp','optin_5','mailchimp_7227261368','217.182.132.92','0',0),(9970,'2018-01-31 20:01:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9971,'2018-01-31 20:45:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(9972,'2018-01-31 20:49:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(9973,'2018-01-31 21:16:40','imp','optin_5','mailchimp_7227261368','51.255.65.35','667',0),(9974,'2018-01-31 21:22:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(9975,'2018-01-31 21:33:10','imp','optin_5','mailchimp_7227261368','157.55.39.215','177',0),(9976,'2018-01-31 22:14:51','imp','optin_5','mailchimp_7227261368','5.255.250.7','598',0),(9977,'2018-01-31 23:03:29','imp','optin_5','mailchimp_7227261368','157.55.39.214','0',0),(9978,'2018-01-31 23:17:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9979,'2018-01-31 23:18:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(9980,'2018-01-31 23:19:55','imp','optin_2','mailchimp_7227261368','122.52.135.235','92',0),(9981,'2018-01-31 23:45:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(9982,'2018-02-01 00:12:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9983,'2018-02-01 00:20:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(9984,'2018-02-01 00:53:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(9985,'2018-02-01 01:15:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(9986,'2018-02-01 01:40:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(9987,'2018-02-01 02:57:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9988,'2018-02-01 03:06:53','imp','optin_5','mailchimp_7227261368','190.96.76.26','0',0),(9989,'2018-02-01 03:20:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(9990,'2018-02-01 03:28:50','imp','optin_5','mailchimp_7227261368','157.55.39.215','843',0),(9991,'2018-02-01 04:02:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9992,'2018-02-01 04:50:05','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(9993,'2018-02-01 04:50:28','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(9994,'2018-02-01 05:00:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9995,'2018-02-01 05:41:45','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(9996,'2018-02-01 06:11:38','imp','optin_5','mailchimp_7227261368','209.200.244.56','0',0),(9997,'2018-02-01 10:02:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(9998,'2018-02-01 10:32:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(9999,'2018-02-01 12:00:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(10000,'2018-02-01 12:35:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10001,'2018-02-01 14:01:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(10002,'2018-02-01 14:08:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10003,'2018-02-01 14:30:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(10004,'2018-02-01 16:06:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(10005,'2018-02-01 16:17:08','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(10006,'2018-02-01 17:02:52','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(10007,'2018-02-01 17:37:08','imp','optin_5','mailchimp_7227261368','145.249.104.201','0',0),(10008,'2018-02-01 18:02:51','imp','optin_8','7227261368','66.249.79.35','-1',0),(10009,'2018-02-01 18:09:14','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10010,'2018-02-01 18:34:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10011,'2018-02-01 18:35:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(10012,'2018-02-01 18:38:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(10013,'2018-02-01 19:27:57','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(10014,'2018-02-01 19:56:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10015,'2018-02-01 20:05:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10016,'2018-02-01 20:32:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(10017,'2018-02-01 21:14:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10018,'2018-02-01 21:56:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(10019,'2018-02-01 23:13:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10020,'2018-02-01 23:33:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(10021,'2018-02-01 23:46:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10022,'2018-02-02 00:55:17','imp','optin_5','mailchimp_7227261368','40.77.167.190','76',0),(10023,'2018-02-02 00:59:27','imp','optin_2','mailchimp_7227261368','46.197.6.38','92',0),(10024,'2018-02-02 01:10:51','imp','optin_2','mailchimp_7227261368','95.145.52.218','92',0),(10025,'2018-02-02 02:31:37','imp','optin_5','mailchimp_7227261368','51.255.65.38','0',0),(10026,'2018-02-02 04:46:58','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10027,'2018-02-02 05:10:38','imp','optin_5','mailchimp_7227261368','51.255.65.57','0',0),(10028,'2018-02-02 05:22:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10029,'2018-02-02 06:30:44','imp','optin_5','mailchimp_7227261368','164.132.161.65','598',0),(10030,'2018-02-02 08:09:34','imp','optin_5','mailchimp_7227261368','157.55.39.248','177',0),(10031,'2018-02-02 08:18:35','imp','optin_5','mailchimp_7227261368','2001:41d0:a:30cb::','0',0),(10032,'2018-02-02 09:34:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(10033,'2018-02-02 10:12:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10034,'2018-02-02 11:10:14','imp','optin_2','mailchimp_7227261368','123.51.116.86','92',0),(10035,'2018-02-02 11:10:24','imp','optin_5','mailchimp_7227261368','123.51.116.86','0',0),(10036,'2018-02-02 11:10:30','imp','optin_5','mailchimp_7227261368','123.51.116.86','0',0),(10037,'2018-02-02 11:10:35','imp','optin_5','mailchimp_7227261368','123.51.116.86','0',0),(10038,'2018-02-02 11:10:46','imp','optin_8','7227261368','123.51.116.86','697',0),(10039,'2018-02-02 11:10:50','imp','optin_2','mailchimp_7227261368','123.51.116.86','2',0),(10040,'2018-02-02 11:10:54','imp','optin_2','mailchimp_7227261368','123.51.116.86','2',0),(10041,'2018-02-02 11:10:59','imp','optin_5','mailchimp_7227261368','123.51.116.86','0',0),(10042,'2018-02-02 11:23:45','imp','optin_2','mailchimp_7227261368','101.161.12.197','2',0),(10043,'2018-02-02 11:23:53','imp','optin_5','mailchimp_7227261368','101.161.12.197','0',0),(10044,'2018-02-02 11:24:16','imp','optin_8','7227261368','101.161.12.197','2',0),(10045,'2018-02-02 13:01:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10046,'2018-02-02 13:05:38','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(10047,'2018-02-02 13:05:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10048,'2018-02-02 14:18:24','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10049,'2018-02-02 14:43:06','imp','optin_5','mailchimp_7227261368','164.132.161.22','0',0),(10050,'2018-02-02 15:28:22','imp','optin_5','mailchimp_7227261368','157.55.39.253','0',0),(10051,'2018-02-02 16:03:22','imp','optin_5','mailchimp_7227261368','40.77.167.51','0',0),(10052,'2018-02-02 16:25:11','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10053,'2018-02-02 17:21:16','imp','optin_5','mailchimp_7227261368','51.255.71.121','0',0),(10054,'2018-02-02 18:09:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(10055,'2018-02-02 18:09:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(10056,'2018-02-02 19:52:39','imp','optin_2','mailchimp_7227261368','2a02:8071:2c83:5300:69cf:c6f7:7ae7:e86a','92',0),(10057,'2018-02-02 19:54:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(10058,'2018-02-02 20:21:21','imp','optin_2','mailchimp_7227261368','54.67.45.158','92',0),(10059,'2018-02-02 20:52:07','imp','optin_5','mailchimp_7227261368','196.47.64.42','0',0),(10060,'2018-02-02 20:58:17','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10061,'2018-02-02 21:36:51','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(10062,'2018-02-02 21:36:55','imp','optin_5','mailchimp_7227261368','211.115.79.122','667',0),(10063,'2018-02-02 21:37:03','imp','optin_5','mailchimp_7227261368','211.115.79.122','76',0),(10064,'2018-02-02 21:37:08','imp','optin_2','mailchimp_7227261368','211.115.79.122','2',0),(10065,'2018-02-02 21:37:12','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(10066,'2018-02-02 21:37:17','imp','optin_5','mailchimp_7227261368','211.115.79.122','411',0),(10067,'2018-02-02 21:37:26','imp','optin_5','mailchimp_7227261368','211.115.79.122','666',0),(10068,'2018-02-02 21:37:41','imp','optin_5','mailchimp_7227261368','211.115.79.122','664',0),(10069,'2018-02-02 21:37:47','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(10070,'2018-02-02 21:37:55','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(10071,'2018-02-02 21:38:00','imp','optin_5','mailchimp_7227261368','211.115.79.122','665',0),(10072,'2018-02-02 21:38:10','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10073,'2018-02-02 21:38:16','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(10074,'2018-02-02 21:38:31','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(10075,'2018-02-02 21:38:38','imp','optin_5','mailchimp_7227261368','211.115.79.122','663',0),(10076,'2018-02-02 21:38:42','imp','optin_5','mailchimp_7227261368','211.115.79.122','714',0),(10077,'2018-02-02 21:38:47','imp','optin_5','mailchimp_7227261368','211.115.79.122','598',0),(10078,'2018-02-02 21:38:54','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(10079,'2018-02-02 22:04:43','imp','optin_5','mailchimp_7227261368','52.91.40.23','663',0),(10080,'2018-02-02 22:05:32','imp','optin_5','mailchimp_7227261368','34.224.69.239','664',0),(10081,'2018-02-02 22:06:47','imp','optin_5','mailchimp_7227261368','52.91.40.23','411',0),(10082,'2018-02-02 22:07:23','imp','optin_5','mailchimp_7227261368','52.91.40.23','598',0),(10083,'2018-02-02 22:08:05','imp','optin_5','mailchimp_7227261368','34.224.69.239','667',0),(10084,'2018-02-02 22:08:51','imp','optin_5','mailchimp_7227261368','34.230.85.182','665',0),(10085,'2018-02-02 22:10:46','imp','optin_5','mailchimp_7227261368','34.224.69.239','592',0),(10086,'2018-02-02 22:10:58','imp','optin_5','mailchimp_7227261368','34.224.69.239','666',0),(10087,'2018-02-02 22:11:27','imp','optin_5','mailchimp_7227261368','52.91.40.23','577',0),(10088,'2018-02-02 22:12:38','imp','optin_5','mailchimp_7227261368','34.230.85.182','591',0),(10089,'2018-02-02 22:13:22','imp','optin_5','mailchimp_7227261368','54.173.20.86','679',0),(10090,'2018-02-02 22:14:08','imp','optin_5','mailchimp_7227261368','54.236.21.74','597',0),(10091,'2018-02-02 22:15:30','imp','optin_5','mailchimp_7227261368','52.91.40.23','573',0),(10092,'2018-02-02 22:16:06','imp','optin_5','mailchimp_7227261368','34.230.85.182','575',0),(10093,'2018-02-02 22:16:50','imp','optin_5','mailchimp_7227261368','54.236.21.74','682',0),(10094,'2018-02-02 22:18:04','imp','optin_5','mailchimp_7227261368','54.173.20.86','570',0),(10095,'2018-02-02 22:18:44','imp','optin_5','mailchimp_7227261368','34.230.85.182','678',0),(10096,'2018-02-02 22:19:20','imp','optin_5','mailchimp_7227261368','54.236.21.74','595',0),(10097,'2018-02-02 22:19:56','imp','optin_5','mailchimp_7227261368','54.236.21.74','602',0),(10098,'2018-02-02 22:21:32','imp','optin_5','mailchimp_7227261368','34.224.69.239','599',0),(10099,'2018-02-02 22:22:02','imp','optin_5','mailchimp_7227261368','34.224.69.239','600',0),(10100,'2018-02-02 22:22:40','imp','optin_5','mailchimp_7227261368','34.230.85.182','673',0),(10101,'2018-02-02 22:24:08','imp','optin_5','mailchimp_7227261368','54.173.20.86','601',0),(10102,'2018-02-02 22:24:46','imp','optin_5','mailchimp_7227261368','54.236.21.74','594',0),(10103,'2018-02-02 22:25:33','imp','optin_5','mailchimp_7227261368','34.224.69.239','593',0),(10104,'2018-02-02 22:25:58','imp','optin_5','mailchimp_7227261368','34.224.69.239','668',0),(10105,'2018-02-02 22:27:22','imp','optin_5','mailchimp_7227261368','34.230.85.182','681',0),(10106,'2018-02-02 22:28:08','imp','optin_5','mailchimp_7227261368','54.173.20.86','683',0),(10107,'2018-02-02 22:28:49','imp','optin_5','mailchimp_7227261368','34.230.85.182','680',0),(10108,'2018-02-02 22:30:10','imp','optin_5','mailchimp_7227261368','54.236.21.74','0',0),(10109,'2018-02-02 22:30:46','imp','optin_5','mailchimp_7227261368','34.224.69.239','0',0),(10110,'2018-02-02 22:32:10','imp','optin_5','mailchimp_7227261368','52.91.40.23','0',0),(10111,'2018-02-02 23:01:33','imp','optin_5','mailchimp_7227261368','164.132.161.24','666',0),(10112,'2018-02-02 23:14:03','imp','optin_5','mailchimp_7227261368','157.55.39.248','173',0),(10113,'2018-02-02 23:52:20','imp','optin_2','mailchimp_7227261368','188.146.106.78','92',0),(10114,'2018-02-02 23:55:13','imp','optin_2','mailchimp_7227261368','41.72.216.190','92',0),(10115,'2018-02-03 01:21:01','imp','optin_2','mailchimp_7227261368','5.197.108.152','92',0),(10116,'2018-02-03 01:45:01','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10117,'2018-02-03 01:53:16','imp','optin_5','mailchimp_7227261368','51.255.71.114','598',0),(10118,'2018-02-03 01:57:19','imp','optin_2','mailchimp_7227261368','182.185.137.212','92',0),(10119,'2018-02-03 02:01:23','imp','optin_5','mailchimp_7227261368','157.55.39.253','714',0),(10120,'2018-02-03 03:29:47','imp','optin_5','mailchimp_7227261368','51.255.65.74','0',0),(10121,'2018-02-03 03:48:24','imp','optin_5','mailchimp_7227261368','51.255.65.96','0',0),(10122,'2018-02-03 05:17:01','imp','optin_2','mailchimp_7227261368','52.91.40.23','92',0),(10123,'2018-02-03 05:40:07','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10124,'2018-02-03 06:14:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(10125,'2018-02-03 06:21:07','imp','optin_5','mailchimp_7227261368','54.36.149.80','0',0),(10126,'2018-02-03 06:36:27','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(10127,'2018-02-03 06:36:48','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10128,'2018-02-03 06:36:54','imp','optin_8','7227261368','66.249.79.63','-1',0),(10129,'2018-02-03 08:46:02','imp','optin_5','mailchimp_7227261368','40.77.167.102','0',0),(10130,'2018-02-03 09:20:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(10131,'2018-02-03 10:21:04','imp','optin_2','mailchimp_7227261368','2a03:2880:30:3fe8:face:b00c:0:8000','92',0),(10132,'2018-02-03 10:21:14','imp','optin_2','mailchimp_7227261368','2a03:2880:30:2fdb:face:b00c:0:8000','92',0),(10133,'2018-02-03 10:21:24','imp','optin_2','mailchimp_7227261368','2a03:2880:11:2ff9:face:b00c:0:8000','92',0),(10134,'2018-02-03 10:55:46','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(10135,'2018-02-03 11:01:03','imp','optin_5','mailchimp_7227261368','51.255.71.117','714',0),(10136,'2018-02-03 11:02:28','imp','optin_2','mailchimp_7227261368','52.24.91.149','92',0),(10137,'2018-02-03 11:02:30','imp','optin_2','mailchimp_7227261368','54.70.127.136','92',0),(10138,'2018-02-03 11:02:32','imp','optin_2','mailchimp_7227261368','54.71.87.87','92',0),(10139,'2018-02-03 11:02:39','imp','optin_5','mailchimp_7227261368','54.70.127.136','0',0),(10140,'2018-02-03 11:59:17','imp','optin_2','mailchimp_7227261368','54.201.160.13','92',0),(10141,'2018-02-03 11:59:25','imp','optin_5','mailchimp_7227261368','54.201.160.13','0',0),(10142,'2018-02-03 11:59:51','imp','optin_8','7227261368','54.201.160.13','-1',0),(10143,'2018-02-03 12:14:09','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(10144,'2018-02-03 12:15:11','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10145,'2018-02-03 12:58:34','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10146,'2018-02-03 13:09:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(10147,'2018-02-03 14:31:36','imp','optin_5','mailchimp_7227261368','37.59.178.104','0',0),(10148,'2018-02-03 14:44:15','imp','optin_5','mailchimp_7227261368','164.132.162.159','0',0),(10149,'2018-02-03 15:05:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10150,'2018-02-03 15:26:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10151,'2018-02-03 16:33:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','592',0),(10152,'2018-02-03 17:07:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(10153,'2018-02-03 17:26:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10154,'2018-02-03 19:03:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10155,'2018-02-03 19:04:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10156,'2018-02-03 19:56:46','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10157,'2018-02-03 20:01:55','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10158,'2018-02-03 20:06:07','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10159,'2018-02-03 20:07:30','imp','optin_8','7227261368','66.249.79.35','0',0),(10160,'2018-02-03 20:37:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(10161,'2018-02-03 20:48:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10162,'2018-02-03 21:36:10','imp','optin_5','mailchimp_7227261368','5.255.250.7','843',0),(10163,'2018-02-04 01:35:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10164,'2018-02-04 02:16:46','imp','optin_5','mailchimp_7227261368','207.46.13.130','0',0),(10165,'2018-02-04 04:21:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10166,'2018-02-04 05:17:41','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(10167,'2018-02-04 08:27:34','imp','optin_5','mailchimp_7227261368','80.122.98.69','0',0),(10168,'2018-02-04 08:52:21','imp','optin_5','mailchimp_7227261368','54.36.149.13','411',0),(10169,'2018-02-04 09:06:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10170,'2018-02-04 10:24:40','imp','optin_5','mailchimp_7227261368','5.255.250.7','680',0),(10171,'2018-02-04 10:30:52','imp','optin_5','mailchimp_7227261368','54.36.149.107','593',0),(10172,'2018-02-04 12:22:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(10173,'2018-02-04 14:21:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','714',0),(10174,'2018-02-04 14:51:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(10175,'2018-02-04 15:21:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(10176,'2018-02-04 15:30:52','imp','optin_5','mailchimp_7227261368','40.77.167.169','0',0),(10177,'2018-02-04 15:45:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10178,'2018-02-04 16:41:21','imp','optin_5','mailchimp_7227261368','207.46.13.94','207',0),(10179,'2018-02-04 17:52:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(10180,'2018-02-04 19:20:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(10181,'2018-02-04 19:29:57','imp','optin_2','mailchimp_7227261368','86.125.22.139','92',0),(10182,'2018-02-04 19:36:14','imp','optin_5','mailchimp_7227261368','164.132.161.9','601',0),(10183,'2018-02-04 20:08:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10184,'2018-02-04 20:17:13','imp','optin_5','mailchimp_7227261368','101.161.28.38','598',0),(10185,'2018-02-04 20:17:22','imp','optin_5','mailchimp_7227261368','101.161.28.38','0',0),(10186,'2018-02-04 20:17:27','imp','optin_8','7227261368','101.161.28.38','598',0),(10187,'2018-02-04 20:33:29','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(10188,'2018-02-04 20:33:50','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10189,'2018-02-04 20:33:58','imp','optin_8','7227261368','66.249.79.63','0',0),(10190,'2018-02-04 23:16:46','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(10191,'2018-02-04 23:17:28','imp','optin_5','mailchimp_7227261368','51.255.71.120','678',0),(10192,'2018-02-05 00:55:08','imp','optin_5','mailchimp_7227261368','188.166.60.161','0',0),(10193,'2018-02-05 00:59:45','imp','optin_5','mailchimp_7227261368','188.166.60.161','0',0),(10194,'2018-02-05 01:17:16','imp','optin_5','mailchimp_7227261368','188.166.60.161','177',0),(10195,'2018-02-05 01:17:25','imp','optin_5','mailchimp_7227261368','188.166.60.161','76',0),(10196,'2018-02-05 01:43:04','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10197,'2018-02-05 03:10:52','imp','optin_2','mailchimp_7227261368','14.202.250.89','92',0),(10198,'2018-02-05 03:57:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10199,'2018-02-05 04:55:22','imp','optin_5','mailchimp_7227261368','207.46.13.47','0',0),(10200,'2018-02-05 06:33:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(10201,'2018-02-05 06:56:05','imp','optin_5','mailchimp_7227261368','157.55.39.191','667',0),(10202,'2018-02-05 07:47:05','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(10203,'2018-02-05 08:10:56','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(10204,'2018-02-05 08:45:58','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(10205,'2018-02-05 08:46:21','imp','optin_2','mailchimp_7227261368','122.56.1.244','92',0),(10206,'2018-02-05 08:46:23','imp','optin_2','mailchimp_7227261368','2a03:2880:21:6fe1:face:b00c:0:8000','92',0),(10207,'2018-02-05 08:46:30','imp','optin_5','mailchimp_7227261368','122.56.1.244','0',0),(10208,'2018-02-05 08:46:36','imp','optin_5','mailchimp_7227261368','122.56.1.244','0',0),(10209,'2018-02-05 08:46:55','imp','optin_8','7227261368','122.56.1.244','-1',0),(10210,'2018-02-05 08:49:43','imp','optin_5','mailchimp_7227261368','217.182.132.184','673',0),(10211,'2018-02-05 08:55:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10212,'2018-02-05 09:34:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(10213,'2018-02-05 10:28:22','imp','optin_5','mailchimp_7227261368','54.36.148.250','577',0),(10214,'2018-02-05 10:44:42','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(10215,'2018-02-05 10:46:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(10216,'2018-02-05 11:34:36','imp','optin_5','mailchimp_7227261368','157.55.39.54','0',0),(10217,'2018-02-05 11:56:40','imp','optin_5','mailchimp_7227261368','137.74.207.188','591',0),(10218,'2018-02-05 12:02:07','imp','optin_5','mailchimp_7227261368','24.191.120.53, 66.102.7.136','602',0),(10219,'2018-02-05 12:02:13','imp','optin_5','mailchimp_7227261368','24.191.120.53, 66.102.7.136','0',0),(10220,'2018-02-05 13:46:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(10221,'2018-02-05 14:06:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10222,'2018-02-05 14:34:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(10223,'2018-02-05 14:46:38','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10224,'2018-02-05 15:15:38','imp','optin_5','mailchimp_7227261368','110.83.60.185','0',0),(10225,'2018-02-05 15:38:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10226,'2018-02-05 15:38:24','imp','optin_8','7227261368','66.249.79.63','0',0),(10227,'2018-02-05 15:55:26','imp','optin_2','mailchimp_7227261368','104.236.70.53','92',0),(10228,'2018-02-05 15:55:35','imp','optin_5','mailchimp_7227261368','104.236.70.53','76',0),(10229,'2018-02-05 15:55:41','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10230,'2018-02-05 15:55:45','imp','optin_2','mailchimp_7227261368','104.236.70.53','2',0),(10231,'2018-02-05 15:56:05','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10232,'2018-02-05 15:56:11','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10233,'2018-02-05 15:56:16','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10234,'2018-02-05 15:56:28','imp','optin_5','mailchimp_7227261368','104.236.70.53','577',0),(10235,'2018-02-05 15:56:33','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10236,'2018-02-05 15:56:38','imp','optin_5','mailchimp_7227261368','104.236.70.53','600',0),(10237,'2018-02-05 15:56:43','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10238,'2018-02-05 15:56:48','imp','optin_5','mailchimp_7227261368','104.236.70.53','666',0),(10239,'2018-02-05 15:56:53','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10240,'2018-02-05 15:56:58','imp','optin_5','mailchimp_7227261368','104.236.70.53','667',0),(10241,'2018-02-05 15:57:04','imp','optin_5','mailchimp_7227261368','104.236.70.53','601',0),(10242,'2018-02-05 15:57:10','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10243,'2018-02-05 15:57:16','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10244,'2018-02-05 15:57:21','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10245,'2018-02-05 15:57:26','imp','optin_5','mailchimp_7227261368','104.236.70.53','598',0),(10246,'2018-02-05 15:57:38','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10247,'2018-02-05 15:57:43','imp','optin_5','mailchimp_7227261368','104.236.70.53','673',0),(10248,'2018-02-05 15:57:48','imp','optin_5','mailchimp_7227261368','104.236.70.53','682',0),(10249,'2018-02-05 15:57:54','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10250,'2018-02-05 15:57:59','imp','optin_5','mailchimp_7227261368','104.236.70.53','663',0),(10251,'2018-02-05 15:58:04','imp','optin_5','mailchimp_7227261368','104.236.70.53','683',0),(10252,'2018-02-05 15:58:10','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10253,'2018-02-05 15:58:15','imp','optin_5','mailchimp_7227261368','104.236.70.53','665',0),(10254,'2018-02-05 15:58:20','imp','optin_5','mailchimp_7227261368','104.236.70.53','594',0),(10255,'2018-02-05 15:58:26','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10256,'2018-02-05 15:58:31','imp','optin_5','mailchimp_7227261368','104.236.70.53','599',0),(10257,'2018-02-05 15:58:37','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10258,'2018-02-05 15:58:47','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10259,'2018-02-05 15:58:52','imp','optin_5','mailchimp_7227261368','104.236.70.53','591',0),(10260,'2018-02-05 15:58:58','imp','optin_5','mailchimp_7227261368','104.236.70.53','678',0),(10261,'2018-02-05 15:59:04','imp','optin_5','mailchimp_7227261368','104.236.70.53','593',0),(10262,'2018-02-05 15:59:10','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10263,'2018-02-05 15:59:15','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10264,'2018-02-05 15:59:20','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10265,'2018-02-05 15:59:26','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10266,'2018-02-05 15:59:31','imp','optin_5','mailchimp_7227261368','104.236.70.53','681',0),(10267,'2018-02-05 15:59:40','imp','optin_5','mailchimp_7227261368','104.236.70.53','680',0),(10268,'2018-02-05 15:59:45','imp','optin_5','mailchimp_7227261368','104.236.70.53','668',0),(10269,'2018-02-05 15:59:50','imp','optin_5','mailchimp_7227261368','104.236.70.53','570',0),(10270,'2018-02-05 15:59:56','imp','optin_5','mailchimp_7227261368','104.236.70.53','664',0),(10271,'2018-02-05 16:00:03','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10272,'2018-02-05 16:00:09','imp','optin_5','mailchimp_7227261368','104.236.70.53','573',0),(10273,'2018-02-05 16:00:15','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10274,'2018-02-05 16:00:20','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10275,'2018-02-05 16:00:26','imp','optin_5','mailchimp_7227261368','104.236.70.53','602',0),(10276,'2018-02-05 16:00:35','imp','optin_5','mailchimp_7227261368','104.236.70.53','835',0),(10277,'2018-02-05 16:00:41','imp','optin_5','mailchimp_7227261368','104.236.70.53','592',0),(10278,'2018-02-05 16:00:46','imp','optin_5','mailchimp_7227261368','104.236.70.53','575',0),(10279,'2018-02-05 16:00:51','imp','optin_5','mailchimp_7227261368','104.236.70.53','597',0),(10280,'2018-02-05 16:00:57','imp','optin_5','mailchimp_7227261368','104.236.70.53','411',0),(10281,'2018-02-05 16:01:02','imp','optin_5','mailchimp_7227261368','104.236.70.53','843',0),(10282,'2018-02-05 16:01:07','imp','optin_5','mailchimp_7227261368','104.236.70.53','679',0),(10283,'2018-02-05 16:01:12','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10284,'2018-02-05 16:01:18','imp','optin_5','mailchimp_7227261368','104.236.70.53','595',0),(10285,'2018-02-05 16:01:23','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10286,'2018-02-05 16:01:28','imp','optin_5','mailchimp_7227261368','104.236.70.53','0',0),(10287,'2018-02-05 16:01:38','imp','optin_5','mailchimp_7227261368','104.236.70.53','714',0),(10288,'2018-02-05 16:01:43','imp','optin_5','mailchimp_7227261368','104.236.70.53','714',0),(10289,'2018-02-05 16:19:05','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10290,'2018-02-05 18:18:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(10291,'2018-02-05 18:29:43','imp','optin_5','mailchimp_7227261368','66.249.79.35','76',0),(10292,'2018-02-05 19:01:26','imp','optin_5','mailchimp_7227261368','66.249.79.39','76',0),(10293,'2018-02-05 19:03:06','imp','optin_8','7227261368','66.249.79.35','76',0),(10294,'2018-02-05 19:41:45','imp','optin_5','mailchimp_7227261368','51.255.65.16','0',0),(10295,'2018-02-05 20:14:19','imp','optin_2','mailchimp_7227261368','162.210.196.129','92',0),(10296,'2018-02-05 20:40:20','imp','optin_5','mailchimp_7227261368','54.36.148.70','602',0),(10297,'2018-02-05 21:45:24','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10298,'2018-02-05 21:48:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(10299,'2018-02-05 21:51:11','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10300,'2018-02-05 22:14:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(10301,'2018-02-05 22:15:52','imp','optin_2','mailchimp_7227261368','128.199.75.123','92',0),(10302,'2018-02-05 22:16:03','imp','optin_5','mailchimp_7227261368','128.199.75.123','0',0),(10303,'2018-02-05 22:16:28','imp','optin_8','7227261368','128.199.75.123','-1',0),(10304,'2018-02-05 22:39:40','imp','optin_2','mailchimp_7227261368','139.59.42.246','92',0),(10305,'2018-02-05 23:42:19','imp','optin_5','mailchimp_7227261368','51.255.65.16','680',0),(10306,'2018-02-05 23:46:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10307,'2018-02-05 23:53:10','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10308,'2018-02-06 01:49:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(10309,'2018-02-06 03:46:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10310,'2018-02-06 04:33:35','imp','optin_2','mailchimp_7227261368','207.46.13.171','2',0),(10311,'2018-02-06 04:36:06','imp','optin_5','mailchimp_7227261368','54.36.148.243','0',0),(10312,'2018-02-06 04:46:53','imp','optin_2','mailchimp_7227261368','51.15.196.209','92',0),(10313,'2018-02-06 07:02:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10314,'2018-02-06 07:02:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(10315,'2018-02-06 07:15:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10316,'2018-02-06 07:59:23','imp','optin_5','mailchimp_7227261368','51.255.71.130','664',0),(10317,'2018-02-06 11:04:55','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10318,'2018-02-06 11:31:07','imp','optin_5','mailchimp_7227261368','54.36.149.44','0',0),(10319,'2018-02-06 12:24:07','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(10320,'2018-02-06 12:47:51','imp','optin_2','mailchimp_7227261368','93.65.1.220','92',0),(10321,'2018-02-06 13:44:57','imp','optin_5','mailchimp_7227261368','207.46.13.94','0',0),(10322,'2018-02-06 14:01:55','imp','optin_5','mailchimp_7227261368','218.66.74.130','0',0),(10323,'2018-02-06 15:24:29','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10324,'2018-02-06 15:48:15','imp','optin_2','mailchimp_7227261368','144.217.67.83','92',0),(10325,'2018-02-06 15:49:04','imp','optin_2','mailchimp_7227261368','144.217.67.83','2',0),(10326,'2018-02-06 16:27:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10327,'2018-02-06 17:43:55','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(10328,'2018-02-06 17:48:44','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(10329,'2018-02-06 18:03:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(10330,'2018-02-06 18:05:47','imp','optin_2','mailchimp_7227261368','82.53.34.206, 66.249.93.56','92',0),(10331,'2018-02-06 18:05:51','imp','optin_5','mailchimp_7227261368','82.53.34.206, 66.249.93.87','0',0),(10332,'2018-02-06 20:18:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10333,'2018-02-06 21:33:51','imp','optin_5','mailchimp_7227261368','218.66.74.130','0',0),(10334,'2018-02-06 22:14:09','imp','optin_2','mailchimp_7227261368','162.210.196.130','92',0),(10335,'2018-02-06 23:05:39','imp','optin_5','mailchimp_7227261368','54.36.148.42','0',0),(10336,'2018-02-06 23:50:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10337,'2018-02-06 23:52:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10338,'2018-02-07 00:04:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(10339,'2018-02-07 00:21:18','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(10340,'2018-02-07 00:21:59','imp','optin_5','mailchimp_7227261368','207.46.13.81','173',0),(10341,'2018-02-07 00:38:21','imp','optin_5','mailchimp_7227261368','157.55.39.221','0',0),(10342,'2018-02-07 00:48:31','imp','optin_5','mailchimp_7227261368','141.8.143.189','673',0),(10343,'2018-02-07 01:02:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10344,'2018-02-07 01:05:42','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10345,'2018-02-07 01:07:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10346,'2018-02-07 01:44:16','imp','optin_2','mailchimp_7227261368','103.255.6.64','92',0),(10347,'2018-02-07 01:44:35','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10348,'2018-02-07 01:44:45','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10349,'2018-02-07 01:44:53','imp','optin_8','7227261368','103.255.6.64','-1',0),(10350,'2018-02-07 01:44:59','imp','optin_8','7227261368','103.255.6.64','-1',0),(10351,'2018-02-07 01:45:13','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10352,'2018-02-07 01:45:18','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10353,'2018-02-07 01:45:44','imp','optin_5','mailchimp_7227261368','103.255.6.64','666',0),(10354,'2018-02-07 01:45:48','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10355,'2018-02-07 01:47:16','imp','optin_5','mailchimp_7227261368','103.255.6.64','597',0),(10356,'2018-02-07 01:47:21','imp','optin_5','mailchimp_7227261368','103.255.6.64','0',0),(10357,'2018-02-07 02:28:31','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(10358,'2018-02-07 02:51:03','imp','optin_5','mailchimp_7227261368','207.46.13.81','0',0),(10359,'2018-02-07 03:13:25','imp','optin_5','mailchimp_7227261368','207.46.13.81','714',0),(10360,'2018-02-07 03:59:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(10361,'2018-02-07 04:44:41','imp','optin_5','mailchimp_7227261368','128.199.157.152','0',0),(10362,'2018-02-07 05:01:52','imp','optin_5','mailchimp_7227261368','51.255.65.24','570',0),(10363,'2018-02-07 05:39:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(10364,'2018-02-07 05:41:03','imp','optin_5','mailchimp_7227261368','87.39.16.15','714',0),(10365,'2018-02-07 05:41:12','imp','optin_5','mailchimp_7227261368','87.39.16.15','0',0),(10366,'2018-02-07 05:41:17','imp','optin_7','mailchimp_7227261368','87.39.16.15','714',0),(10367,'2018-02-07 05:41:17','imp','optin_5','mailchimp_7227261368','87.39.16.15','0',0),(10368,'2018-02-07 05:41:36','imp','optin_8','7227261368','87.39.16.15','714',0),(10369,'2018-02-07 07:47:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(10370,'2018-02-07 08:31:25','imp','optin_2','mailchimp_7227261368','122.56.1.244','92',0),(10371,'2018-02-07 08:31:34','imp','optin_5','mailchimp_7227261368','122.56.1.244','0',0),(10372,'2018-02-07 08:31:41','imp','optin_5','mailchimp_7227261368','122.56.1.244','0',0),(10373,'2018-02-07 08:31:58','imp','optin_8','7227261368','122.56.1.244','-1',0),(10374,'2018-02-07 08:40:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(10375,'2018-02-07 09:20:07','imp','optin_5','mailchimp_7227261368','128.72.121.50','207',0),(10376,'2018-02-07 09:34:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(10377,'2018-02-07 11:01:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(10378,'2018-02-07 11:01:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(10379,'2018-02-07 11:02:30','imp','optin_5','mailchimp_7227261368','199.30.24.232','714',0),(10380,'2018-02-07 11:08:35','imp','optin_2','mailchimp_7227261368','74.220.219.105','92',0),(10381,'2018-02-07 11:15:29','imp','optin_5','mailchimp_7227261368','51.255.65.22','668',0),(10382,'2018-02-07 13:13:16','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(10383,'2018-02-07 13:14:28','imp','optin_8','7227261368','66.249.79.63','-1',0),(10384,'2018-02-07 14:18:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10385,'2018-02-07 15:58:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','76',0),(10386,'2018-02-07 15:59:19','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10387,'2018-02-07 15:59:40','imp','optin_8','7227261368','66.249.79.63','76',0),(10388,'2018-02-07 16:47:40','imp','optin_5','mailchimp_7227261368','217.182.132.173','592',0),(10389,'2018-02-07 17:30:09','imp','optin_2','mailchimp_7227261368','41.104.117.96','92',0),(10390,'2018-02-07 18:02:16','imp','optin_5','mailchimp_7227261368','210.18.223.1','714',0),(10391,'2018-02-07 18:02:24','imp','optin_5','mailchimp_7227261368','210.18.223.1','0',0),(10392,'2018-02-07 18:02:29','imp','optin_7','mailchimp_7227261368','210.18.223.1','714',0),(10393,'2018-02-07 18:02:33','imp','optin_5','mailchimp_7227261368','210.18.223.1','0',0),(10394,'2018-02-07 18:02:48','imp','optin_8','7227261368','210.18.223.1','714',0),(10395,'2018-02-07 18:16:02','imp','optin_2','mailchimp_7227261368','207.46.13.185','92',0),(10396,'2018-02-07 19:32:59','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(10397,'2018-02-07 20:02:02','imp','optin_5','mailchimp_7227261368','51.255.65.40','679',0),(10398,'2018-02-07 20:56:38','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(10399,'2018-02-07 20:59:21','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10400,'2018-02-07 21:09:30','imp','optin_2','mailchimp_7227261368','108.174.149.34','92',0),(10401,'2018-02-07 22:12:32','imp','optin_5','mailchimp_7227261368','51.255.71.117','573',0),(10402,'2018-02-08 00:29:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10403,'2018-02-08 00:46:23','imp','optin_5','mailchimp_7227261368','164.132.161.86','575',0),(10404,'2018-02-08 00:48:29','imp','optin_5','mailchimp_7227261368','40.77.167.89','0',0),(10405,'2018-02-08 00:59:11','imp','optin_2','mailchimp_7227261368','203.45.244.248','92',0),(10406,'2018-02-08 01:19:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10407,'2018-02-08 01:37:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10408,'2018-02-08 01:49:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(10409,'2018-02-08 02:04:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(10410,'2018-02-08 02:58:40','imp','optin_5','mailchimp_7227261368','40.77.167.132','173',0),(10411,'2018-02-08 03:08:58','imp','optin_5','mailchimp_7227261368','51.255.71.119','681',0),(10412,'2018-02-08 03:38:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10413,'2018-02-08 03:47:07','imp','optin_5','mailchimp_7227261368','137.74.207.170','600',0),(10414,'2018-02-08 04:04:45','imp','optin_2','mailchimp_7227261368','217.160.62.69','92',0),(10415,'2018-02-08 04:20:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(10416,'2018-02-08 05:29:02','imp','optin_2','mailchimp_7227261368','211.212.167.216','92',0),(10417,'2018-02-08 05:29:50','imp','optin_5','mailchimp_7227261368','217.182.132.172','597',0),(10418,'2018-02-08 05:30:04','imp','optin_5','mailchimp_7227261368','217.182.132.176','667',0),(10419,'2018-02-08 06:34:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(10420,'2018-02-08 07:07:17','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(10421,'2018-02-08 07:24:04','imp','optin_5','mailchimp_7227261368','193.70.34.209','0',0),(10422,'2018-02-08 07:27:33','imp','optin_5','mailchimp_7227261368','54.36.149.7','595',0),(10423,'2018-02-08 08:05:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(10424,'2018-02-08 08:25:16','imp','optin_2','mailchimp_7227261368','162.210.196.97','92',0),(10425,'2018-02-08 08:29:00','imp','optin_2','mailchimp_7227261368','51.255.65.83','92',0),(10426,'2018-02-08 09:04:44','imp','optin_5','mailchimp_7227261368','190.60.95.3','0',0),(10427,'2018-02-08 09:15:24','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10428,'2018-02-08 09:41:37','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10429,'2018-02-08 09:42:49','imp','optin_8','7227261368','66.249.79.63','0',0),(10430,'2018-02-08 09:43:59','imp','optin_5','mailchimp_7227261368','87.126.68.178','0',0),(10431,'2018-02-08 11:10:11','imp','optin_5','mailchimp_7227261368','54.36.149.8','0',0),(10432,'2018-02-08 11:26:00','imp','optin_5','mailchimp_7227261368','54.36.148.235','663',0),(10433,'2018-02-08 11:39:26','imp','optin_2','mailchimp_7227261368','31.22.4.76','92',0),(10434,'2018-02-08 12:50:46','imp','optin_5','mailchimp_7227261368','209.200.244.56','0',0),(10435,'2018-02-08 13:00:48','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(10436,'2018-02-08 13:48:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(10437,'2018-02-08 14:26:46','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(10438,'2018-02-08 14:26:52','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(10439,'2018-02-08 14:40:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10440,'2018-02-08 14:41:19','imp','optin_7','mailchimp_7227261368','66.249.79.39','714',0),(10441,'2018-02-08 14:41:25','imp','optin_8','7227261368','66.249.79.35','714',0),(10442,'2018-02-08 14:52:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10443,'2018-02-08 15:58:48','imp','optin_5','mailchimp_7227261368','51.255.71.117','665',0),(10444,'2018-02-08 16:01:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(10445,'2018-02-08 16:11:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10446,'2018-02-08 16:15:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(10447,'2018-02-08 16:53:46','imp','optin_5','mailchimp_7227261368','51.255.65.63','682',0),(10448,'2018-02-08 17:16:25','imp','optin_5','mailchimp_7227261368','5.255.250.115','664',0),(10449,'2018-02-08 17:34:30','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10450,'2018-02-08 17:34:36','imp','optin_8','7227261368','66.249.79.63','404',0),(10451,'2018-02-08 17:47:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(10452,'2018-02-08 18:02:26','imp','optin_5','mailchimp_7227261368','5.255.250.124','681',0),(10453,'2018-02-08 18:09:06','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10454,'2018-02-08 18:09:24','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10455,'2018-02-08 18:09:35','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10456,'2018-02-08 18:09:58','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10457,'2018-02-08 18:11:21','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10458,'2018-02-08 18:11:45','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10459,'2018-02-08 18:11:56','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10460,'2018-02-08 18:11:58','imp','optin_5','mailchimp_7227261368','188.213.175.168','0',0),(10461,'2018-02-08 18:12:00','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10462,'2018-02-08 18:12:13','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10463,'2018-02-08 18:12:22','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10464,'2018-02-08 18:12:42','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10465,'2018-02-08 18:12:47','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10466,'2018-02-08 18:13:16','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10467,'2018-02-08 18:13:43','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10468,'2018-02-08 18:14:17','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10469,'2018-02-08 18:14:23','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10470,'2018-02-08 18:14:23','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10471,'2018-02-08 18:14:49','imp','optin_5','mailchimp_7227261368','188.213.175.168','0',0),(10472,'2018-02-08 18:14:50','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10473,'2018-02-08 18:14:51','imp','optin_5','mailchimp_7227261368','188.213.175.168','0',0),(10474,'2018-02-08 18:15:03','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10475,'2018-02-08 18:15:05','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10476,'2018-02-08 18:15:19','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10477,'2018-02-08 18:15:32','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10478,'2018-02-08 18:16:01','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10479,'2018-02-08 18:16:16','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(10480,'2018-02-08 18:16:24','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(10481,'2018-02-08 18:16:51','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10482,'2018-02-08 18:17:06','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10483,'2018-02-08 18:17:25','imp','optin_5','mailchimp_7227261368','108.161.139.77','0',0),(10484,'2018-02-08 18:17:41','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10485,'2018-02-08 18:17:48','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10486,'2018-02-08 18:18:13','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10487,'2018-02-08 18:18:38','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10488,'2018-02-08 18:18:49','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10489,'2018-02-08 18:18:59','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(10490,'2018-02-08 18:19:30','imp','optin_5','mailchimp_7227261368','2001:41d0:52:1000::15a','0',0),(10491,'2018-02-08 18:20:05','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10492,'2018-02-08 18:20:27','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10493,'2018-02-08 18:21:11','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10494,'2018-02-08 18:21:18','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(10495,'2018-02-08 19:16:40','imp','optin_5','mailchimp_7227261368','207.46.13.59','0',0),(10496,'2018-02-08 20:12:47','imp','optin_5','mailchimp_7227261368','40.77.177.157','0',0),(10497,'2018-02-08 20:13:09','imp','optin_5','mailchimp_7227261368','40.77.177.157','0',0),(10498,'2018-02-08 20:15:09','imp','optin_5','mailchimp_7227261368','217.182.132.96','177',0),(10499,'2018-02-08 20:16:55','imp','optin_5','mailchimp_7227261368','141.8.143.159','682',0),(10500,'2018-02-08 20:21:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10501,'2018-02-08 21:19:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10502,'2018-02-08 21:26:38','imp','optin_5','mailchimp_7227261368','120.18.118.72, 66.102.7.138','714',0),(10503,'2018-02-08 21:26:44','imp','optin_5','mailchimp_7227261368','120.18.118.72, 66.102.7.138','0',0),(10504,'2018-02-08 21:26:48','imp','optin_7','mailchimp_7227261368','120.18.118.72, 66.102.7.134','714',0),(10505,'2018-02-08 21:27:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(10506,'2018-02-08 21:46:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(10507,'2018-02-08 21:48:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(10508,'2018-02-08 23:04:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(10509,'2018-02-08 23:59:10','imp','optin_2','mailchimp_7227261368','213.251.182.107','92',0),(10510,'2018-02-09 00:54:54','imp','optin_2','mailchimp_7227261368','66.117.8.42','92',0),(10511,'2018-02-09 01:28:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10512,'2018-02-09 01:29:28','imp','optin_5','mailchimp_7227261368','157.55.39.229','591',0),(10513,'2018-02-09 01:29:43','imp','optin_5','mailchimp_7227261368','157.55.39.229','0',0),(10514,'2018-02-09 02:16:55','imp','optin_5','mailchimp_7227261368','54.36.149.13','0',0),(10515,'2018-02-09 02:17:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10516,'2018-02-09 02:26:52','imp','optin_5','mailchimp_7227261368','66.249.79.63','76',0),(10517,'2018-02-09 02:27:03','imp','optin_8','7227261368','66.249.79.63','76',0),(10518,'2018-02-09 03:56:37','imp','optin_5','mailchimp_7227261368','157.55.39.226','577',0),(10519,'2018-02-09 05:17:54','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10520,'2018-02-09 05:37:42','imp','optin_2','mailchimp_7227261368','123.1.189.18','92',0),(10521,'2018-02-09 05:37:50','imp','optin_5','mailchimp_7227261368','123.1.189.18','0',0),(10522,'2018-02-09 05:38:11','imp','optin_2','mailchimp_7227261368','106.120.162.97','92',0),(10523,'2018-02-09 07:05:58','imp','optin_5','mailchimp_7227261368','71.49.153.49','0',0),(10524,'2018-02-09 07:06:48','imp','optin_5','mailchimp_7227261368','176.15.163.199','0',0),(10525,'2018-02-09 07:17:16','imp','optin_2','mailchimp_7227261368','91.205.174.229','92',0),(10526,'2018-02-09 07:45:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(10527,'2018-02-09 08:31:16','imp','optin_5','mailchimp_7227261368','217.182.132.64','173',0),(10528,'2018-02-09 08:49:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10529,'2018-02-09 08:52:23','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10530,'2018-02-09 08:55:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10531,'2018-02-09 08:58:53','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10532,'2018-02-09 09:02:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10533,'2018-02-09 09:04:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10534,'2018-02-09 09:05:23','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10535,'2018-02-09 09:08:38','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10536,'2018-02-09 09:11:56','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10537,'2018-02-09 09:15:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10538,'2018-02-09 09:15:14','imp','optin_8','7227261368','66.249.79.35','0',0),(10539,'2018-02-09 10:23:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(10540,'2018-02-09 11:05:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(10541,'2018-02-09 11:57:02','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10542,'2018-02-09 13:18:32','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10543,'2018-02-09 13:59:05','imp','optin_5','mailchimp_7227261368','174.138.10.17','0',0),(10544,'2018-02-09 14:33:24','imp','optin_5','mailchimp_7227261368','164.132.162.157','0',0),(10545,'2018-02-09 15:00:29','imp','optin_2','mailchimp_7227261368','92.222.244.157','92',0),(10546,'2018-02-09 16:28:05','imp','optin_5','mailchimp_7227261368','164.132.161.54','0',0),(10547,'2018-02-09 16:58:32','imp','optin_5','mailchimp_7227261368','51.255.65.66','0',0),(10548,'2018-02-09 17:33:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(10549,'2018-02-09 17:49:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(10550,'2018-02-09 18:05:12','imp','optin_5','mailchimp_7227261368','51.255.65.33','0',0),(10551,'2018-02-09 20:14:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10552,'2018-02-09 20:25:47','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10553,'2018-02-09 20:26:06','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10554,'2018-02-09 20:26:15','imp','optin_8','7227261368','66.249.79.63','0',0),(10555,'2018-02-09 21:18:42','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10556,'2018-02-09 21:19:04','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(10557,'2018-02-09 21:22:29','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10558,'2018-02-09 21:26:15','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10559,'2018-02-09 21:30:02','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10560,'2018-02-09 21:33:50','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10561,'2018-02-09 21:34:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(10562,'2018-02-09 21:37:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10563,'2018-02-09 22:04:16','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10564,'2018-02-09 22:29:59','imp','optin_2','mailchimp_7227261368','212.227.221.54','92',0),(10565,'2018-02-09 22:48:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(10566,'2018-02-09 22:50:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10567,'2018-02-09 23:05:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(10568,'2018-02-09 23:49:24','imp','optin_5','mailchimp_7227261368','10.193.172.49, 180.97.106.18','0',0),(10569,'2018-02-09 23:50:38','imp','optin_5','mailchimp_7227261368','192.241.138.179','0',0),(10570,'2018-02-09 23:50:46','imp','optin_5','mailchimp_7227261368','173.255.251.142, 14.207.11.5','0',0),(10571,'2018-02-09 23:50:46','imp','optin_5','mailchimp_7227261368','35.178.11.197','0',0),(10572,'2018-02-09 23:50:48','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(10573,'2018-02-09 23:51:00','imp','optin_5','mailchimp_7227261368','67.234.75.138','0',0),(10574,'2018-02-09 23:51:30','imp','optin_5','mailchimp_7227261368','138.210.198.27','0',0),(10575,'2018-02-09 23:51:42','imp','optin_5','mailchimp_7227261368','13.68.76.243','0',0),(10576,'2018-02-09 23:52:02','imp','optin_5','mailchimp_7227261368','45.119.112.34','0',0),(10577,'2018-02-09 23:52:34','imp','optin_5','mailchimp_7227261368','185.82.212.95','0',0),(10578,'2018-02-09 23:52:52','imp','optin_5','mailchimp_7227261368','117.102.81.6','0',0),(10579,'2018-02-09 23:56:09','imp','optin_5','mailchimp_7227261368','138.210.202.200','0',0),(10580,'2018-02-09 23:56:09','imp','optin_5','mailchimp_7227261368','176.192.78.22','0',0),(10581,'2018-02-09 23:56:11','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(10582,'2018-02-09 23:56:52','imp','optin_5','mailchimp_7227261368','184.102.113.145','0',0),(10583,'2018-02-09 23:57:22','imp','optin_5','mailchimp_7227261368','212.95.180.50','0',0),(10584,'2018-02-10 00:00:57','imp','optin_5','mailchimp_7227261368','219.127.191.12','0',0),(10585,'2018-02-10 00:14:08','imp','optin_2','mailchimp_7227261368','2001:41d0:a:2dd3::','92',0),(10586,'2018-02-10 00:31:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10587,'2018-02-10 00:33:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10588,'2018-02-10 01:32:50','imp','optin_2','mailchimp_7227261368','115.159.99.54','92',0),(10589,'2018-02-10 01:35:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(10590,'2018-02-10 02:46:30','imp','optin_5','mailchimp_7227261368','5.255.250.7','598',0),(10591,'2018-02-10 03:29:59','imp','optin_2','mailchimp_7227261368','50.65.162.72','92',0),(10592,'2018-02-10 04:03:12','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10593,'2018-02-10 04:50:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(10594,'2018-02-10 04:52:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10595,'2018-02-10 04:52:55','imp','optin_8','7227261368','66.249.79.63','0',0),(10596,'2018-02-10 04:54:40','imp','optin_5','mailchimp_7227261368','207.46.13.77','663',0),(10597,'2018-02-10 04:57:44','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10598,'2018-02-10 05:18:06','imp','optin_5','mailchimp_7227261368','66.249.79.54','0',0),(10599,'2018-02-10 05:36:21','imp','optin_2','mailchimp_7227261368','204.101.161.159','92',0),(10600,'2018-02-10 05:36:21','imp','optin_2','mailchimp_7227261368','204.101.161.159','92',0),(10601,'2018-02-10 05:36:28','imp','optin_2','mailchimp_7227261368','204.101.161.159','92',0),(10602,'2018-02-10 05:43:25','imp','optin_2','mailchimp_7227261368','2001:41d0:2:8d69::','92',0),(10603,'2018-02-10 05:47:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(10604,'2018-02-10 06:21:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(10605,'2018-02-10 06:33:29','imp','optin_5','mailchimp_7227261368','5.255.250.7','177',0),(10606,'2018-02-10 06:46:00','imp','optin_5','mailchimp_7227261368','164.132.162.157','0',0),(10607,'2018-02-10 06:51:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10608,'2018-02-10 08:40:22','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10609,'2018-02-10 09:15:03','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10610,'2018-02-10 09:20:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(10611,'2018-02-10 10:05:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(10612,'2018-02-10 10:31:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10613,'2018-02-10 10:59:28','imp','optin_2','mailchimp_7227261368','106.120.161.66','92',0),(10614,'2018-02-10 10:59:46','imp','optin_2','mailchimp_7227261368','101.199.112.51','92',0),(10615,'2018-02-10 10:59:55','imp','optin_5','mailchimp_7227261368','101.199.112.51','0',0),(10616,'2018-02-10 11:04:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(10617,'2018-02-10 11:05:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(10618,'2018-02-10 11:40:41','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10619,'2018-02-10 11:52:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10620,'2018-02-10 13:06:26','imp','optin_2','mailchimp_7227261368','89.46.105.130','92',0),(10621,'2018-02-10 13:09:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10622,'2018-02-10 13:33:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(10623,'2018-02-10 13:44:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(10624,'2018-02-10 13:47:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(10625,'2018-02-10 13:53:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10626,'2018-02-10 14:40:49','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(10627,'2018-02-10 14:41:27','imp','optin_8','7227261368','66.249.79.63','-1',0),(10628,'2018-02-10 14:47:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(10629,'2018-02-10 14:47:42','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(10630,'2018-02-10 15:03:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(10631,'2018-02-10 15:24:32','imp','optin_2','mailchimp_7227261368','94.199.151.22','92',0),(10632,'2018-02-10 15:25:10','imp','optin_5','mailchimp_7227261368','94.199.151.22','76',0),(10633,'2018-02-10 15:25:52','imp','optin_2','mailchimp_7227261368','94.199.151.22','2',0),(10634,'2018-02-10 15:26:46','imp','optin_5','mailchimp_7227261368','94.199.151.22','0',0),(10635,'2018-02-10 15:27:02','imp','optin_5','mailchimp_7227261368','94.199.151.22','0',0),(10636,'2018-02-10 15:27:17','imp','optin_5','mailchimp_7227261368','94.199.151.22','714',0),(10637,'2018-02-10 15:27:36','imp','optin_5','mailchimp_7227261368','94.199.151.22','0',0),(10638,'2018-02-10 15:27:48','imp','optin_5','mailchimp_7227261368','94.199.151.22','411',0),(10639,'2018-02-10 15:28:12','imp','optin_5','mailchimp_7227261368','94.199.151.22','598',0),(10640,'2018-02-10 15:28:34','imp','optin_5','mailchimp_7227261368','94.199.151.22','663',0),(10641,'2018-02-10 15:28:53','imp','optin_5','mailchimp_7227261368','94.199.151.22','664',0),(10642,'2018-02-10 15:29:12','imp','optin_5','mailchimp_7227261368','94.199.151.22','665',0),(10643,'2018-02-10 15:29:35','imp','optin_5','mailchimp_7227261368','94.199.151.22','666',0),(10644,'2018-02-10 15:29:51','imp','optin_5','mailchimp_7227261368','94.199.151.22','667',0),(10645,'2018-02-10 15:30:12','imp','optin_5','mailchimp_7227261368','94.199.151.22','0',0),(10646,'2018-02-10 15:30:29','imp','optin_5','mailchimp_7227261368','94.199.151.22','714',0),(10647,'2018-02-10 15:30:48','imp','optin_5','mailchimp_7227261368','94.199.151.22','592',0),(10648,'2018-02-10 15:31:09','imp','optin_5','mailchimp_7227261368','94.199.151.22','577',0),(10649,'2018-02-10 15:31:33','imp','optin_5','mailchimp_7227261368','94.199.151.22','591',0),(10650,'2018-02-10 15:31:53','imp','optin_5','mailchimp_7227261368','94.199.151.22','595',0),(10651,'2018-02-10 15:32:08','imp','optin_5','mailchimp_7227261368','94.199.151.22','679',0),(10652,'2018-02-10 15:56:21','imp','optin_5','mailchimp_7227261368','218.66.74.130','0',0),(10653,'2018-02-10 16:24:34','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(10654,'2018-02-10 17:16:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(10655,'2018-02-10 17:16:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(10656,'2018-02-10 18:14:00','imp','optin_2','mailchimp_7227261368','119.94.175.110','92',0),(10657,'2018-02-10 19:26:41','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10658,'2018-02-10 19:27:16','imp','optin_8','7227261368','66.249.79.35','0',0),(10659,'2018-02-10 19:37:23','imp','optin_2','mailchimp_7227261368','103.255.6.83','92',0),(10660,'2018-02-10 19:37:32','imp','optin_5','mailchimp_7227261368','103.255.6.83','0',0),(10661,'2018-02-10 19:37:59','imp','optin_8','7227261368','103.255.6.83','-1',0),(10662,'2018-02-10 19:38:30','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:afd2:face:b00c:0:8000','92',0),(10663,'2018-02-10 19:38:37','imp','optin_5','mailchimp_7227261368','103.255.6.83','0',0),(10664,'2018-02-10 20:00:05','imp','optin_2','mailchimp_7227261368','202.142.151.235','92',0),(10665,'2018-02-10 20:00:16','imp','optin_5','mailchimp_7227261368','202.142.151.235','0',0),(10666,'2018-02-10 20:00:24','imp','optin_5','mailchimp_7227261368','202.142.151.235','0',0),(10667,'2018-02-10 20:00:30','imp','optin_8','7227261368','202.142.151.235','-1',0),(10668,'2018-02-10 20:00:39','imp','optin_8','7227261368','202.142.151.235','-1',0),(10669,'2018-02-10 20:00:41','imp','optin_2','mailchimp_7227261368','202.142.151.235','2',0),(10670,'2018-02-10 20:00:45','imp','optin_5','mailchimp_7227261368','202.142.151.235','0',0),(10671,'2018-02-10 20:00:53','imp','optin_5','mailchimp_7227261368','202.142.151.235','0',0),(10672,'2018-02-10 20:25:54','imp','optin_2','mailchimp_7227261368','67.225.139.196','92',0),(10673,'2018-02-10 20:36:34','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10674,'2018-02-10 21:05:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10675,'2018-02-10 21:31:41','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(10676,'2018-02-10 22:04:26','imp','optin_2','mailchimp_7227261368','157.55.39.235','92',0),(10677,'2018-02-10 22:06:33','imp','optin_5','mailchimp_7227261368','157.55.39.147','0',0),(10678,'2018-02-10 22:17:37','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(10679,'2018-02-10 22:17:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10680,'2018-02-10 22:18:09','imp','optin_5','mailchimp_7227261368','103.255.6.106','0',0),(10681,'2018-02-10 22:18:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10682,'2018-02-10 22:30:06','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(10683,'2018-02-10 22:40:17','imp','optin_8','7227261368','66.249.79.63','192',0),(10684,'2018-02-10 22:50:56','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10685,'2018-02-10 23:43:32','imp','optin_5','mailchimp_7227261368','51.255.65.70','0',0),(10686,'2018-02-10 23:48:13','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(10687,'2018-02-10 23:48:53','imp','optin_8','7227261368','66.249.79.63','-1',0),(10688,'2018-02-11 01:20:35','imp','optin_5','mailchimp_7227261368','217.182.132.152','598',0),(10689,'2018-02-11 01:28:16','imp','optin_5','mailchimp_7227261368','164.132.161.87','0',0),(10690,'2018-02-11 01:36:19','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10691,'2018-02-11 02:19:02','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10692,'2018-02-11 02:19:48','imp','optin_8','7227261368','66.249.79.63','0',0),(10693,'2018-02-11 02:48:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(10694,'2018-02-11 03:00:22','imp','optin_2','mailchimp_7227261368','205.234.159.77','92',0),(10695,'2018-02-11 03:11:59','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10696,'2018-02-11 04:01:48','imp','optin_5','mailchimp_7227261368','157.55.39.67','664',0),(10697,'2018-02-11 04:48:37','imp','optin_5','mailchimp_7227261368','5.255.250.7','681',0),(10698,'2018-02-11 05:20:28','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10699,'2018-02-11 06:01:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(10700,'2018-02-11 06:28:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(10701,'2018-02-11 07:26:51','imp','optin_2','mailchimp_7227261368','89.252.187.2','92',0),(10702,'2018-02-11 08:02:00','imp','optin_2','mailchimp_7227261368','117.48.120.178','92',0),(10703,'2018-02-11 08:16:30','imp','optin_5','mailchimp_7227261368','157.55.39.147','0',0),(10704,'2018-02-11 08:20:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(10705,'2018-02-11 08:22:43','imp','optin_2','mailchimp_7227261368','157.55.39.235','92',0),(10706,'2018-02-11 09:18:11','imp','optin_5','mailchimp_7227261368','100.43.91.120','835',0),(10707,'2018-02-11 09:50:38','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(10708,'2018-02-11 09:55:49','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(10709,'2018-02-11 09:56:07','imp','optin_8','7227261368','66.249.79.63','78',0),(10710,'2018-02-11 09:56:14','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(10711,'2018-02-11 10:48:17','imp','optin_5','mailchimp_7227261368','51.255.65.74','0',0),(10712,'2018-02-11 10:50:39','imp','optin_5','mailchimp_7227261368','93.158.161.45','0',0),(10713,'2018-02-11 11:32:45','imp','optin_5','mailchimp_7227261368','164.132.161.27','0',0),(10714,'2018-02-11 11:48:23','imp','optin_5','mailchimp_7227261368','164.132.161.37','0',0),(10715,'2018-02-11 11:55:54','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10716,'2018-02-11 11:56:17','imp','optin_8','7227261368','66.249.79.63','0',0),(10717,'2018-02-11 12:27:31','imp','optin_5','mailchimp_7227261368','65.55.210.51','0',0),(10718,'2018-02-11 12:43:14','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10719,'2018-02-11 12:47:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(10720,'2018-02-11 12:47:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(10721,'2018-02-11 12:47:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(10722,'2018-02-11 13:12:52','imp','optin_5','mailchimp_7227261368','157.55.39.78','666',0),(10723,'2018-02-11 13:32:49','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(10724,'2018-02-11 15:10:23','imp','optin_5','mailchimp_7227261368','2001:8003:54b4:e500:950d:ec53:ab0f:37c2','714',0),(10725,'2018-02-11 15:10:30','imp','optin_5','mailchimp_7227261368','110.147.217.13','0',0),(10726,'2018-02-11 15:10:33','imp','optin_7','mailchimp_7227261368','110.147.217.13','714',0),(10727,'2018-02-11 15:10:34','imp','optin_5','mailchimp_7227261368','2001:8003:54b4:e500:950d:ec53:ab0f:37c2','0',0),(10728,'2018-02-11 15:10:53','imp','optin_8','7227261368','110.147.217.13','714',0),(10729,'2018-02-11 15:18:06','imp','optin_5','mailchimp_7227261368','37.59.178.104','0',0),(10730,'2018-02-11 15:58:46','imp','optin_5','mailchimp_7227261368','207.46.13.91','0',0),(10731,'2018-02-11 16:28:18','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10732,'2018-02-11 16:35:04','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(10733,'2018-02-11 16:35:09','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10734,'2018-02-11 16:38:50','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10735,'2018-02-11 16:41:11','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10736,'2018-02-11 16:42:22','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10737,'2018-02-11 16:44:23','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10738,'2018-02-11 16:49:07','imp','optin_5','mailchimp_7227261368','2001:41d0:2:6e6d::1','0',0),(10739,'2018-02-11 18:33:13','imp','optin_2','mailchimp_7227261368','193.9.28.26','92',0),(10740,'2018-02-11 18:33:21','imp','optin_5','mailchimp_7227261368','193.9.28.26','0',0),(10741,'2018-02-11 18:54:16','imp','optin_2','mailchimp_7227261368','193.9.28.20','92',0),(10742,'2018-02-11 18:54:24','imp','optin_5','mailchimp_7227261368','193.9.28.20','0',0),(10743,'2018-02-11 18:58:43','imp','optin_5','mailchimp_7227261368','141.8.143.166','601',0),(10744,'2018-02-11 18:58:49','imp','optin_5','mailchimp_7227261368','5.255.250.7','573',0),(10745,'2018-02-11 19:10:17','imp','optin_2','mailchimp_7227261368','193.9.28.24','92',0),(10746,'2018-02-11 19:10:24','imp','optin_5','mailchimp_7227261368','193.9.28.24','0',0),(10747,'2018-02-11 19:12:45','imp','optin_5','mailchimp_7227261368','164.132.162.164','0',0),(10748,'2018-02-11 20:07:16','imp','optin_5','mailchimp_7227261368','217.182.132.14','0',0),(10749,'2018-02-11 20:20:50','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10750,'2018-02-11 20:40:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10751,'2018-02-11 23:20:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(10752,'2018-02-11 23:34:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(10753,'2018-02-12 00:06:04','imp','optin_2','mailchimp_7227261368','94.130.83.2','92',0),(10754,'2018-02-12 00:33:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10755,'2018-02-12 02:49:26','imp','optin_2','mailchimp_7227261368','205.234.159.77','92',0),(10756,'2018-02-12 03:05:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10757,'2018-02-12 03:06:04','imp','optin_2','mailchimp_7227261368','45.55.190.208','92',0),(10758,'2018-02-12 03:06:16','imp','optin_5','mailchimp_7227261368','45.55.190.208','76',0),(10759,'2018-02-12 03:06:22','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10760,'2018-02-12 03:06:27','imp','optin_2','mailchimp_7227261368','45.55.190.208','2',0),(10761,'2018-02-12 03:06:51','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10762,'2018-02-12 03:06:57','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10763,'2018-02-12 03:07:03','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10764,'2018-02-12 03:07:13','imp','optin_5','mailchimp_7227261368','45.55.190.208','577',0),(10765,'2018-02-12 03:07:20','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10766,'2018-02-12 03:07:25','imp','optin_5','mailchimp_7227261368','45.55.190.208','600',0),(10767,'2018-02-12 03:07:32','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10768,'2018-02-12 03:07:38','imp','optin_5','mailchimp_7227261368','45.55.190.208','666',0),(10769,'2018-02-12 03:07:44','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10770,'2018-02-12 03:07:50','imp','optin_5','mailchimp_7227261368','45.55.190.208','667',0),(10771,'2018-02-12 03:07:56','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10772,'2018-02-12 03:08:03','imp','optin_5','mailchimp_7227261368','45.55.190.208','601',0),(10773,'2018-02-12 03:08:09','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10774,'2018-02-12 03:08:15','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10775,'2018-02-12 03:08:20','imp','optin_5','mailchimp_7227261368','45.55.190.208','598',0),(10776,'2018-02-12 03:08:31','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10777,'2018-02-12 03:08:36','imp','optin_5','mailchimp_7227261368','45.55.190.208','673',0),(10778,'2018-02-12 03:08:42','imp','optin_5','mailchimp_7227261368','45.55.190.208','663',0),(10779,'2018-02-12 03:08:48','imp','optin_5','mailchimp_7227261368','45.55.190.208','682',0),(10780,'2018-02-12 03:08:53','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10781,'2018-02-12 03:09:00','imp','optin_5','mailchimp_7227261368','45.55.190.208','594',0),(10782,'2018-02-12 03:09:06','imp','optin_5','mailchimp_7227261368','45.55.190.208','599',0),(10783,'2018-02-12 03:09:12','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10784,'2018-02-12 03:09:17','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10785,'2018-02-12 03:09:23','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10786,'2018-02-12 03:09:28','imp','optin_5','mailchimp_7227261368','45.55.190.208','683',0),(10787,'2018-02-12 03:09:33','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10788,'2018-02-12 03:09:40','imp','optin_5','mailchimp_7227261368','45.55.190.208','665',0),(10789,'2018-02-12 03:09:50','imp','optin_5','mailchimp_7227261368','45.55.190.208','591',0),(10790,'2018-02-12 03:09:56','imp','optin_5','mailchimp_7227261368','45.55.190.208','593',0),(10791,'2018-02-12 03:10:02','imp','optin_5','mailchimp_7227261368','45.55.190.208','678',0),(10792,'2018-02-12 03:10:08','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10793,'2018-02-12 03:10:13','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10794,'2018-02-12 03:10:18','imp','optin_5','mailchimp_7227261368','45.55.190.208','681',0),(10795,'2018-02-12 03:10:24','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10796,'2018-02-12 03:10:29','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10797,'2018-02-12 03:10:39','imp','optin_5','mailchimp_7227261368','45.55.190.208','668',0),(10798,'2018-02-12 03:10:44','imp','optin_5','mailchimp_7227261368','45.55.190.208','680',0),(10799,'2018-02-12 03:10:50','imp','optin_5','mailchimp_7227261368','45.55.190.208','570',0),(10800,'2018-02-12 03:10:56','imp','optin_5','mailchimp_7227261368','45.55.190.208','664',0),(10801,'2018-02-12 03:11:01','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10802,'2018-02-12 03:11:07','imp','optin_5','mailchimp_7227261368','45.55.190.208','602',0),(10803,'2018-02-12 03:11:12','imp','optin_5','mailchimp_7227261368','45.55.190.208','573',0),(10804,'2018-02-12 03:11:18','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10805,'2018-02-12 03:11:23','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10806,'2018-02-12 03:11:34','imp','optin_5','mailchimp_7227261368','45.55.190.208','835',0),(10807,'2018-02-12 03:11:40','imp','optin_5','mailchimp_7227261368','45.55.190.208','592',0),(10808,'2018-02-12 03:11:45','imp','optin_5','mailchimp_7227261368','45.55.190.208','575',0),(10809,'2018-02-12 03:11:50','imp','optin_5','mailchimp_7227261368','45.55.190.208','597',0),(10810,'2018-02-12 03:11:55','imp','optin_5','mailchimp_7227261368','45.55.190.208','411',0),(10811,'2018-02-12 03:12:02','imp','optin_5','mailchimp_7227261368','45.55.190.208','843',0),(10812,'2018-02-12 03:12:08','imp','optin_5','mailchimp_7227261368','45.55.190.208','679',0),(10813,'2018-02-12 03:12:14','imp','optin_5','mailchimp_7227261368','45.55.190.208','595',0),(10814,'2018-02-12 03:12:20','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10815,'2018-02-12 03:12:25','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10816,'2018-02-12 03:12:31','imp','optin_5','mailchimp_7227261368','45.55.190.208','0',0),(10817,'2018-02-12 03:12:42','imp','optin_5','mailchimp_7227261368','45.55.190.208','714',0),(10818,'2018-02-12 03:12:49','imp','optin_5','mailchimp_7227261368','45.55.190.208','714',0),(10819,'2018-02-12 03:29:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10820,'2018-02-12 04:21:29','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(10821,'2018-02-12 04:21:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(10822,'2018-02-12 04:21:54','imp','optin_8','7227261368','66.249.79.63','0',0),(10823,'2018-02-12 06:03:29','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(10824,'2018-02-12 06:15:32','imp','optin_5','mailchimp_7227261368','40.77.167.118','667',0),(10825,'2018-02-12 07:14:13','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10826,'2018-02-12 07:17:16','imp','optin_5','mailchimp_7227261368','66.249.79.87','680',0),(10827,'2018-02-12 07:17:28','imp','optin_8','7227261368','66.249.79.85','680',0),(10828,'2018-02-12 07:18:08','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10829,'2018-02-12 07:18:46','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10830,'2018-02-12 07:19:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','679',0),(10831,'2018-02-12 07:19:42','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10832,'2018-02-12 07:19:50','imp','optin_8','7227261368','66.249.79.85','679',0),(10833,'2018-02-12 07:21:36','imp','optin_5','mailchimp_7227261368','40.77.167.121','76',0),(10834,'2018-02-12 07:22:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10835,'2018-02-12 07:24:06','imp','optin_5','mailchimp_7227261368','40.77.167.121','678',0),(10836,'2018-02-12 07:24:52','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10837,'2018-02-12 07:26:39','imp','optin_2','mailchimp_7227261368','185.213.210.128','92',0),(10838,'2018-02-12 07:27:09','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10839,'2018-02-12 07:33:16','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10840,'2018-02-12 07:45:19','imp','optin_2','mailchimp_7227261368','185.2.4.113','92',0),(10841,'2018-02-12 07:51:12','imp','optin_5','mailchimp_7227261368','45.33.43.74','0',0),(10842,'2018-02-12 07:51:43','imp','optin_5','mailchimp_7227261368','72.234.97.12','0',0),(10843,'2018-02-12 07:51:57','imp','optin_5','mailchimp_7227261368','119.42.93.145','0',0),(10844,'2018-02-12 07:57:06','imp','optin_5','mailchimp_7227261368','184.5.120.115','0',0),(10845,'2018-02-12 08:26:00','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10846,'2018-02-12 08:44:57','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10847,'2018-02-12 08:45:45','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10848,'2018-02-12 08:47:07','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10849,'2018-02-12 11:49:44','imp','optin_5','mailchimp_7227261368','157.55.39.31','665',0),(10850,'2018-02-12 11:50:38','imp','optin_5','mailchimp_7227261368','40.77.167.121','0',0),(10851,'2018-02-12 11:59:48','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','92',0),(10852,'2018-02-12 11:59:56','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10853,'2018-02-12 12:00:14','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','92',0),(10854,'2018-02-12 12:00:23','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10855,'2018-02-12 12:00:51','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10856,'2018-02-12 12:01:00','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','2',0),(10857,'2018-02-12 12:01:08','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10858,'2018-02-12 12:01:17','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','76',0),(10859,'2018-02-12 12:01:26','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10860,'2018-02-12 12:01:36','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','92',0),(10861,'2018-02-12 12:01:44','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10862,'2018-02-12 12:01:57','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','92',0),(10863,'2018-02-12 12:02:05','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10864,'2018-02-12 12:02:18','imp','optin_2','mailchimp_7227261368','2607:5300:203:1b8e::','92',0),(10865,'2018-02-12 12:02:26','imp','optin_5','mailchimp_7227261368','2607:5300:203:1b8e::','0',0),(10866,'2018-02-12 12:17:36','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(10867,'2018-02-12 12:17:36','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(10868,'2018-02-12 12:23:12','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10869,'2018-02-12 13:40:53','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10870,'2018-02-12 13:41:02','imp','optin_8','7227261368','66.249.79.87','0',0),(10871,'2018-02-12 15:10:29','imp','optin_2','mailchimp_7227261368','85.95.237.90','92',0),(10872,'2018-02-12 15:31:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(10873,'2018-02-12 15:36:34','imp','optin_5','mailchimp_7227261368','164.132.161.21','0',0),(10874,'2018-02-12 17:07:44','imp','optin_5','mailchimp_7227261368','207.46.13.129','0',0),(10875,'2018-02-12 17:11:25','imp','optin_5','mailchimp_7227261368','66.249.79.85','663',0),(10876,'2018-02-12 17:12:10','imp','optin_8','7227261368','66.249.79.85','663',0),(10877,'2018-02-12 18:28:09','imp','optin_5','mailchimp_7227261368','54.36.149.40','593',0),(10878,'2018-02-12 19:55:40','imp','optin_2','mailchimp_7227261368','46.4.99.56','92',0),(10879,'2018-02-12 20:47:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10880,'2018-02-12 21:20:49','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10881,'2018-02-12 21:24:25','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10882,'2018-02-12 21:28:01','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10883,'2018-02-12 21:31:43','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10884,'2018-02-12 21:34:04','imp','optin_5','mailchimp_7227261368','133.242.54.221','0',0),(10885,'2018-02-12 21:34:14','imp','optin_5','mailchimp_7227261368','133.242.54.221','0',0),(10886,'2018-02-12 21:35:15','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10887,'2018-02-12 21:38:50','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10888,'2018-02-12 21:42:24','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10889,'2018-02-12 23:31:42','imp','optin_2','mailchimp_7227261368','202.134.13.138','92',0),(10890,'2018-02-12 23:42:28','imp','optin_5','mailchimp_7227261368','217.182.132.19','411',0),(10891,'2018-02-13 00:09:36','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10892,'2018-02-13 00:10:05','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10893,'2018-02-13 00:10:17','imp','optin_8','7227261368','66.249.79.85','0',0),(10894,'2018-02-13 00:42:26','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10895,'2018-02-13 00:51:19','imp','optin_5','mailchimp_7227261368','217.182.132.65','678',0),(10896,'2018-02-13 00:53:21','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10897,'2018-02-13 01:04:02','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10898,'2018-02-13 01:11:13','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10899,'2018-02-13 01:14:48','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10900,'2018-02-13 01:25:37','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10901,'2018-02-13 01:32:53','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10902,'2018-02-13 01:36:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10903,'2018-02-13 01:43:37','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10904,'2018-02-13 01:47:14','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10905,'2018-02-13 02:01:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10906,'2018-02-13 02:05:12','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10907,'2018-02-13 02:09:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10908,'2018-02-13 02:11:31','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10909,'2018-02-13 02:33:56','imp','optin_2','mailchimp_7227261368','202.46.49.63','92',0),(10910,'2018-02-13 03:27:14','imp','optin_5','mailchimp_7227261368','40.77.167.182','173',0),(10911,'2018-02-13 04:14:04','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10912,'2018-02-13 05:17:53','imp','optin_5','mailchimp_7227261368','54.36.149.8','602',0),(10913,'2018-02-13 05:18:29','imp','optin_5','mailchimp_7227261368','157.55.39.66','0',0),(10914,'2018-02-13 07:02:58','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10915,'2018-02-13 07:25:36','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(10916,'2018-02-13 07:25:55','imp','optin_8','7227261368','66.249.79.85','-1',0),(10917,'2018-02-13 07:46:45','imp','optin_5','mailchimp_7227261368','218.50.2.102','0',0),(10918,'2018-02-13 07:47:13','imp','optin_5','mailchimp_7227261368','71.213.131.219','0',0),(10919,'2018-02-13 07:47:13','imp','optin_5','mailchimp_7227261368','184.5.210.162','0',0),(10920,'2018-02-13 07:47:16','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(10921,'2018-02-13 07:49:40','imp','optin_5','mailchimp_7227261368','99.194.25.54','0',0),(10922,'2018-02-13 07:51:38','imp','optin_5','mailchimp_7227261368','184.7.170.23','0',0),(10923,'2018-02-13 07:51:41','imp','optin_5','mailchimp_7227261368','138.210.229.27','0',0),(10924,'2018-02-13 07:51:43','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(10925,'2018-02-13 07:51:58','imp','optin_5','mailchimp_7227261368','5.196.60.65','0',0),(10926,'2018-02-13 07:52:09','imp','optin_5','mailchimp_7227261368','5.196.60.65','0',0),(10927,'2018-02-13 07:52:10','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(10928,'2018-02-13 07:52:12','imp','optin_5','mailchimp_7227261368','176.192.78.22','0',0),(10929,'2018-02-13 07:52:21','imp','optin_5','mailchimp_7227261368','74.208.110.38','0',0),(10930,'2018-02-13 08:12:49','imp','optin_5','mailchimp_7227261368','66.249.79.85','577',0),(10931,'2018-02-13 08:12:58','imp','optin_8','7227261368','66.249.79.87','577',0),(10932,'2018-02-13 08:35:41','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10933,'2018-02-13 09:32:58','imp','optin_5','mailchimp_7227261368','14.17.3.65','0',0),(10934,'2018-02-13 09:39:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(10935,'2018-02-13 09:41:52','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10936,'2018-02-13 09:53:14','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(10937,'2018-02-13 10:29:12','imp','optin_5','mailchimp_7227261368','193.70.34.209','0',0),(10938,'2018-02-13 10:30:42','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10939,'2018-02-13 10:37:38','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10940,'2018-02-13 10:44:34','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(10941,'2018-02-13 11:19:26','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(10942,'2018-02-13 11:20:31','imp','optin_8','7227261368','66.249.79.87','0',0),(10943,'2018-02-13 13:16:11','imp','optin_5','mailchimp_7227261368','54.36.148.118','591',0),(10944,'2018-02-13 14:02:27','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(10945,'2018-02-13 15:02:32','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(10946,'2018-02-13 15:02:33','imp','optin_5','mailchimp_7227261368','185.106.121.32','0',0),(10947,'2018-02-13 16:04:28','imp','optin_5','mailchimp_7227261368','54.202.26.159','0',0),(10948,'2018-02-13 16:04:36','imp','optin_5','mailchimp_7227261368','54.202.26.159','0',0),(10949,'2018-02-13 16:05:02','imp','optin_8','7227261368','54.202.26.159','0',0),(10950,'2018-02-13 17:08:55','imp','optin_5','mailchimp_7227261368','66.249.69.85','577',0),(10951,'2018-02-13 17:09:12','imp','optin_8','7227261368','66.249.69.87','577',0),(10952,'2018-02-13 18:36:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(10953,'2018-02-13 19:30:30','imp','optin_2','mailchimp_7227261368','205.234.159.77','92',0),(10954,'2018-02-13 20:52:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(10955,'2018-02-13 20:53:34','imp','optin_2','mailchimp_7227261368','127.0.0.1, 12.179.129.215','92',0),(10956,'2018-02-13 21:14:00','imp','optin_2','mailchimp_7227261368','58.250.125.175','92',0),(10957,'2018-02-13 21:43:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10958,'2018-02-13 21:51:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(10959,'2018-02-13 23:08:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10960,'2018-02-13 23:16:52','imp','optin_5','mailchimp_7227261368','54.36.148.67','680',0),(10961,'2018-02-13 23:23:04','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(10962,'2018-02-13 23:23:29','imp','optin_8','7227261368','66.249.69.85','0',0),(10963,'2018-02-14 00:50:18','imp','optin_5','mailchimp_7227261368','2001:41d0:a:30cb::','0',0),(10964,'2018-02-14 00:51:48','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(10965,'2018-02-14 00:55:03','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(10966,'2018-02-14 01:03:20','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(10967,'2018-02-14 01:04:42','imp','optin_5','mailchimp_7227261368','66.249.75.10','573',0),(10968,'2018-02-14 01:04:48','imp','optin_5','mailchimp_7227261368','66.249.75.8','600',0),(10969,'2018-02-14 01:05:06','imp','optin_8','7227261368','66.249.75.8','600',0),(10970,'2018-02-14 01:05:15','imp','optin_8','7227261368','66.249.75.10','573',0),(10971,'2018-02-14 01:05:33','imp','optin_5','mailchimp_7227261368','66.249.75.8','601',0),(10972,'2018-02-14 01:05:42','imp','optin_8','7227261368','66.249.75.8','601',0),(10973,'2018-02-14 01:06:17','imp','optin_5','mailchimp_7227261368','66.249.75.8','602',0),(10974,'2018-02-14 01:06:28','imp','optin_8','7227261368','66.249.75.10','602',0),(10975,'2018-02-14 01:07:02','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(10976,'2018-02-14 01:09:22','imp','optin_2','mailchimp_7227261368','240d:0:5d53:5300:94de:ebc6:66af:5d1f','92',0),(10977,'2018-02-14 02:00:36','imp','optin_5','mailchimp_7227261368','66.249.75.8','835',0),(10978,'2018-02-14 02:00:44','imp','optin_8','7227261368','66.249.75.10','835',0),(10979,'2018-02-14 02:11:46','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(10980,'2018-02-14 02:47:22','imp','optin_5','mailchimp_7227261368','54.36.149.92','664',0),(10981,'2018-02-14 04:46:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(10982,'2018-02-14 06:26:00','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10983,'2018-02-14 06:26:08','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10984,'2018-02-14 06:26:15','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10985,'2018-02-14 06:26:19','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10986,'2018-02-14 06:26:25','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10987,'2018-02-14 06:33:03','imp','optin_5','mailchimp_7227261368','2002:c316:7ddf::c316:7ddf','0',0),(10988,'2018-02-14 06:33:36','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(10989,'2018-02-14 07:08:13','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(10990,'2018-02-14 07:11:32','imp','optin_5','mailchimp_7227261368','66.249.75.12','600',0),(10991,'2018-02-14 07:11:41','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(10992,'2018-02-14 08:51:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(10993,'2018-02-14 09:19:24','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(10994,'2018-02-14 09:51:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(10995,'2018-02-14 10:41:55','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(10996,'2018-02-14 11:05:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(10997,'2018-02-14 11:22:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10998,'2018-02-14 11:51:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(10999,'2018-02-14 12:49:30','imp','optin_2','mailchimp_7227261368','34.216.240.148','92',0),(11000,'2018-02-14 13:13:52','imp','optin_2','mailchimp_7227261368','109.93.6.134','92',0),(11001,'2018-02-14 13:36:03','imp','optin_5','mailchimp_7227261368','207.46.13.150','0',0),(11002,'2018-02-14 13:42:08','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(11003,'2018-02-14 14:05:11','imp','optin_2','mailchimp_7227261368','84.201.133.41','2',0),(11004,'2018-02-14 14:05:49','imp','optin_5','mailchimp_7227261368','100.43.91.120','0',0),(11005,'2018-02-14 14:05:53','imp','optin_5','mailchimp_7227261368','141.8.143.159','76',0),(11006,'2018-02-14 14:06:32','imp','optin_5','mailchimp_7227261368','141.8.143.130','598',0),(11007,'2018-02-14 14:21:39','imp','optin_5','mailchimp_7227261368','141.8.143.159','664',0),(11008,'2018-02-14 14:24:49','imp','optin_5','mailchimp_7227261368','84.201.133.21','0',0),(11009,'2018-02-14 14:24:54','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(11010,'2018-02-14 14:24:59','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(11011,'2018-02-14 14:45:40','imp','optin_5','mailchimp_7227261368','54.36.148.23','683',0),(11012,'2018-02-14 16:57:31','imp','optin_5','mailchimp_7227261368','207.46.13.27','598',0),(11013,'2018-02-14 16:58:34','imp','optin_5','mailchimp_7227261368','40.77.167.187','0',0),(11014,'2018-02-14 17:09:33','imp','optin_5','mailchimp_7227261368','54.36.148.188','0',0),(11015,'2018-02-14 17:20:32','imp','optin_5','mailchimp_7227261368','54.36.148.223','0',0),(11016,'2018-02-14 17:26:11','imp','optin_5','mailchimp_7227261368','5.255.250.124','595',0),(11017,'2018-02-14 18:40:02','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(11018,'2018-02-14 18:49:48','imp','optin_5','mailchimp_7227261368','66.249.69.87','0',0),(11019,'2018-02-14 19:14:38','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(11020,'2018-02-14 19:45:48','imp','optin_2','mailchimp_7227261368','1.23.107.70','92',0),(11021,'2018-02-14 19:49:58','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(11022,'2018-02-14 20:26:43','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(11023,'2018-02-14 21:12:54','imp','optin_2','mailchimp_7227261368','58.250.125.72','92',0),(11024,'2018-02-14 21:44:47','imp','optin_2','mailchimp_7227261368','193.9.28.24','92',0),(11025,'2018-02-14 21:44:56','imp','optin_5','mailchimp_7227261368','193.9.28.24','0',0),(11026,'2018-02-14 23:34:21','imp','optin_5','mailchimp_7227261368','40.77.167.1','592',0),(11027,'2018-02-15 00:23:40','imp','optin_5','mailchimp_7227261368','5.255.250.59','663',0),(11028,'2018-02-15 00:27:11','imp','optin_5','mailchimp_7227261368','100.43.91.120','681',0),(11029,'2018-02-15 00:29:46','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(11030,'2018-02-15 00:31:22','imp','optin_2','mailchimp_7227261368','66.249.69.85','92',0),(11031,'2018-02-15 00:32:02','imp','optin_8','7227261368','66.249.69.87','-1',0),(11032,'2018-02-15 01:43:32','imp','optin_2','mailchimp_7227261368','66.249.69.85','2',0),(11033,'2018-02-15 01:44:41','imp','optin_8','7227261368','66.249.69.73','2',0),(11034,'2018-02-15 01:51:30','imp','optin_5','mailchimp_7227261368','5.255.250.115','678',0),(11035,'2018-02-15 01:51:35','imp','optin_5','mailchimp_7227261368','100.43.85.116','577',0),(11036,'2018-02-15 02:28:52','imp','optin_5','mailchimp_7227261368','66.249.69.87','0',0),(11037,'2018-02-15 02:30:50','imp','optin_8','7227261368','66.249.69.85','0',0),(11038,'2018-02-15 02:40:41','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(11039,'2018-02-15 03:20:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11040,'2018-02-15 04:00:25','imp','optin_2','mailchimp_7227261368','216.145.17.190','92',0),(11041,'2018-02-15 04:42:10','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(11042,'2018-02-15 05:45:53','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11043,'2018-02-15 05:50:00','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(11044,'2018-02-15 06:05:33','imp','optin_5','mailchimp_7227261368','34.217.145.55','714',0),(11045,'2018-02-15 06:05:42','imp','optin_5','mailchimp_7227261368','34.217.145.55','0',0),(11046,'2018-02-15 06:05:47','imp','optin_7','mailchimp_7227261368','34.217.145.55','714',0),(11047,'2018-02-15 06:06:07','imp','optin_8','7227261368','34.217.145.55','714',0),(11048,'2018-02-15 06:09:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(11049,'2018-02-15 06:12:01','imp','optin_2','mailchimp_7227261368','216.145.14.142','92',0),(11050,'2018-02-15 07:24:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(11051,'2018-02-15 07:35:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(11052,'2018-02-15 07:35:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(11053,'2018-02-15 07:57:45','imp','optin_5','mailchimp_7227261368','54.36.148.148','592',0),(11054,'2018-02-15 08:07:35','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(11055,'2018-02-15 10:45:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(11056,'2018-02-15 10:51:33','imp','optin_5','mailchimp_7227261368','54.36.149.102','679',0),(11057,'2018-02-15 11:07:01','imp','optin_5','mailchimp_7227261368','202.45.119.135, 66.102.6.116','0',0),(11058,'2018-02-15 11:07:08','imp','optin_5','mailchimp_7227261368','202.45.119.135, 66.102.6.118','0',0),(11059,'2018-02-15 12:38:31','imp','optin_2','mailchimp_7227261368','205.234.159.77','92',0),(11060,'2018-02-15 13:35:21','imp','optin_5','mailchimp_7227261368','40.77.167.187','177',0),(11061,'2018-02-15 15:47:10','imp','optin_5','mailchimp_7227261368','77.88.47.39','664',0),(11062,'2018-02-15 15:47:19','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(11063,'2018-02-15 16:50:40','imp','optin_5','mailchimp_7227261368','5.255.250.115','593',0),(11064,'2018-02-15 16:50:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(11065,'2018-02-15 16:59:24','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(11066,'2018-02-15 17:46:08','imp','optin_5','mailchimp_7227261368','54.202.111.142','0',0),(11067,'2018-02-15 17:46:36','imp','optin_8','7227261368','54.202.111.142','404',0),(11068,'2018-02-15 17:59:57','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11069,'2018-02-15 18:00:01','imp','optin_5','mailchimp_7227261368','211.115.79.122','667',0),(11070,'2018-02-15 18:00:08','imp','optin_5','mailchimp_7227261368','211.115.79.122','76',0),(11071,'2018-02-15 18:00:11','imp','optin_2','mailchimp_7227261368','211.115.79.122','2',0),(11072,'2018-02-15 18:00:16','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11073,'2018-02-15 18:00:20','imp','optin_5','mailchimp_7227261368','211.115.79.122','411',0),(11074,'2018-02-15 18:00:29','imp','optin_5','mailchimp_7227261368','211.115.79.122','666',0),(11075,'2018-02-15 18:00:42','imp','optin_5','mailchimp_7227261368','211.115.79.122','664',0),(11076,'2018-02-15 18:00:47','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11077,'2018-02-15 18:00:53','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11078,'2018-02-15 18:00:57','imp','optin_5','mailchimp_7227261368','211.115.79.122','665',0),(11079,'2018-02-15 18:01:07','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11080,'2018-02-15 18:01:21','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11081,'2018-02-15 18:01:27','imp','optin_5','mailchimp_7227261368','211.115.79.122','663',0),(11082,'2018-02-15 18:01:31','imp','optin_5','mailchimp_7227261368','211.115.79.122','714',0),(11083,'2018-02-15 18:01:35','imp','optin_5','mailchimp_7227261368','211.115.79.122','598',0),(11084,'2018-02-15 18:01:40','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11085,'2018-02-15 18:11:49','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11086,'2018-02-15 19:20:23','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(11087,'2018-02-15 19:46:32','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(11088,'2018-02-15 19:52:00','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(11089,'2018-02-15 20:08:34','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(11090,'2018-02-15 20:11:04','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(11091,'2018-02-15 20:11:18','imp','optin_2','mailchimp_7227261368','100.43.91.127','2',0),(11092,'2018-02-15 20:11:22','imp','optin_5','mailchimp_7227261368','5.255.250.115','76',0),(11093,'2018-02-15 20:11:27','imp','optin_5','mailchimp_7227261368','100.43.81.121','76',0),(11094,'2018-02-15 21:32:41','imp','optin_2','mailchimp_7227261368','60.240.203.32','92',0),(11095,'2018-02-15 21:32:50','imp','optin_5','mailchimp_7227261368','60.240.203.32','0',0),(11096,'2018-02-15 21:59:53','imp','optin_2','mailchimp_7227261368','180.76.15.151','92',0),(11097,'2018-02-15 22:05:47','imp','optin_2','mailchimp_7227261368','10.226.136.40, 213.61.159.2','92',0),(11098,'2018-02-15 22:05:59','imp','optin_5','mailchimp_7227261368','10.226.136.40, 213.61.159.2','0',0),(11099,'2018-02-15 22:06:05','imp','optin_5','mailchimp_7227261368','10.226.136.40, 213.61.159.2','0',0),(11100,'2018-02-15 22:06:24','imp','optin_8','7227261368','10.226.136.40, 213.61.159.2','-1',0),(11101,'2018-02-15 22:09:35','imp','optin_5','mailchimp_7227261368','66.249.73.4','0',0),(11102,'2018-02-15 22:36:52','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(11103,'2018-02-15 22:36:57','imp','optin_2','mailchimp_7227261368','91.200.12.91','92',0),(11104,'2018-02-15 22:51:13','imp','optin_5','mailchimp_7227261368','54.36.148.144','573',0),(11105,'2018-02-15 23:00:56','imp','optin_5','mailchimp_7227261368','195.242.80.8','0',0),(11106,'2018-02-15 23:32:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(11107,'2018-02-15 23:32:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(11108,'2018-02-15 23:33:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(11109,'2018-02-16 00:26:49','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(11110,'2018-02-16 00:26:53','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(11111,'2018-02-16 01:49:42','imp','optin_2','mailchimp_7227261368','68.40.114.76','92',0),(11112,'2018-02-16 03:06:57','imp','optin_5','mailchimp_7227261368','51.255.71.101','0',0),(11113,'2018-02-16 03:28:40','imp','optin_5','mailchimp_7227261368','141.8.143.192','666',0),(11114,'2018-02-16 03:45:38','imp','optin_5','mailchimp_7227261368','54.36.148.82','663',0),(11115,'2018-02-16 04:51:37','imp','optin_5','mailchimp_7227261368','77.88.5.5','600',0),(11116,'2018-02-16 05:07:36','imp','optin_2','mailchimp_7227261368','217.147.169.253','92',0),(11117,'2018-02-16 05:08:04','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11118,'2018-02-16 05:08:11','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11119,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11120,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11121,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11122,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11123,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11124,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11125,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11126,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11127,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11128,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11129,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11130,'2018-02-16 05:08:12','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11131,'2018-02-16 05:08:13','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11132,'2018-02-16 05:08:13','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11133,'2018-02-16 05:08:23','imp','optin_5','mailchimp_7227261368','217.147.169.253','0',0),(11134,'2018-02-16 05:37:18','imp','optin_5','mailchimp_7227261368','54.36.149.65','0',0),(11135,'2018-02-16 06:36:11','imp','optin_5','mailchimp_7227261368','95.143.139.2','0',0),(11136,'2018-02-16 06:36:56','imp','optin_5','mailchimp_7227261368','109.238.208.242','0',0),(11137,'2018-02-16 06:39:16','imp','optin_5','mailchimp_7227261368','54.36.149.94','0',0),(11138,'2018-02-16 06:39:22','imp','optin_5','mailchimp_7227261368','54.36.148.234','597',0),(11139,'2018-02-16 06:40:29','imp','optin_5','mailchimp_7227261368','71.49.184.18','0',0),(11140,'2018-02-16 06:40:54','imp','optin_5','mailchimp_7227261368','71.213.26.16','0',0),(11141,'2018-02-16 07:06:02','imp','optin_5','mailchimp_7227261368','141.8.143.192','714',0),(11142,'2018-02-16 07:08:23','imp','optin_5','mailchimp_7227261368','54.36.149.93','843',0),(11143,'2018-02-16 08:24:54','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(11144,'2018-02-16 09:54:00','imp','optin_5','mailchimp_7227261368','54.36.148.200','595',0),(11145,'2018-02-16 10:03:20','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(11146,'2018-02-16 11:16:34','imp','optin_5','mailchimp_7227261368','5.255.250.57','575',0),(11147,'2018-02-16 11:20:16','imp','optin_5','mailchimp_7227261368','100.43.85.190','667',0),(11148,'2018-02-16 11:34:05','imp','optin_5','mailchimp_7227261368','141.8.143.170','682',0),(11149,'2018-02-16 11:46:32','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(11150,'2018-02-16 11:46:37','imp','optin_5','mailchimp_7227261368','141.8.143.155','411',0),(11151,'2018-02-16 11:46:42','imp','optin_5','mailchimp_7227261368','93.158.161.37','835',0),(11152,'2018-02-16 11:46:48','imp','optin_5','mailchimp_7227261368','84.201.133.78','570',0),(11153,'2018-02-16 11:46:53','imp','optin_5','mailchimp_7227261368','100.43.85.190','577',0),(11154,'2018-02-16 11:46:58','imp','optin_5','mailchimp_7227261368','93.158.161.146','577',0),(11155,'2018-02-16 11:47:04','imp','optin_5','mailchimp_7227261368','77.88.5.5','679',0),(11156,'2018-02-16 12:12:11','imp','optin_8','7227261368','66.249.65.135','-1',0),(11157,'2018-02-16 12:21:33','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(11158,'2018-02-16 13:13:15','imp','optin_2','mailchimp_7227261368','54.36.148.155','92',0),(11159,'2018-02-16 13:31:35','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(11160,'2018-02-16 13:32:51','imp','optin_8','7227261368','66.249.65.139','-1',0),(11161,'2018-02-16 13:57:54','imp','optin_5','mailchimp_7227261368','157.55.39.216','0',0),(11162,'2018-02-16 14:19:22','imp','optin_5','mailchimp_7227261368','100.43.91.120','668',0),(11163,'2018-02-16 14:19:36','imp','optin_5','mailchimp_7227261368','54.36.148.125','600',0),(11164,'2018-02-16 14:27:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11165,'2018-02-16 14:27:47','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(11166,'2018-02-16 14:42:30','imp','optin_2','mailchimp_7227261368','150.70.188.171','92',0),(11167,'2018-02-16 14:55:42','imp','optin_5','mailchimp_7227261368','5.255.250.115','597',0),(11168,'2018-02-16 15:31:28','imp','optin_5','mailchimp_7227261368','54.36.148.160','835',0),(11169,'2018-02-16 16:10:41','imp','optin_2','mailchimp_7227261368','34.216.142.154','92',0),(11170,'2018-02-16 16:33:57','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(11171,'2018-02-16 18:08:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11172,'2018-02-16 18:17:01','imp','optin_5','mailchimp_7227261368','54.36.148.195','682',0),(11173,'2018-02-16 18:36:27','imp','optin_5','mailchimp_7227261368','207.46.13.150','0',0),(11174,'2018-02-16 18:45:30','imp','optin_5','mailchimp_7227261368','40.77.167.187','0',0),(11175,'2018-02-16 18:52:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11176,'2018-02-16 19:05:15','imp','optin_5','mailchimp_7227261368','54.36.148.100','0',0),(11177,'2018-02-16 19:42:44','imp','optin_2','mailchimp_7227261368','124.107.32.53','92',0),(11178,'2018-02-16 19:42:48','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11179,'2018-02-16 20:16:09','imp','optin_5','mailchimp_7227261368','54.36.148.71','76',0),(11180,'2018-02-16 20:45:50','imp','optin_2','mailchimp_7227261368','2001:8003:f1d6:1600:5cbc:702d:2112:f7d1','92',0),(11181,'2018-02-16 21:09:19','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(11182,'2018-02-16 21:13:05','imp','optin_5','mailchimp_7227261368','54.218.104.246','665',0),(11183,'2018-02-16 21:13:14','imp','optin_5','mailchimp_7227261368','54.218.104.246','0',0),(11184,'2018-02-16 21:13:39','imp','optin_8','7227261368','54.218.104.246','665',0),(11185,'2018-02-16 21:28:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(11186,'2018-02-16 23:32:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11187,'2018-02-16 23:33:54','imp','optin_5','mailchimp_7227261368','54.36.148.150','665',0),(11188,'2018-02-16 23:46:23','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(11189,'2018-02-17 00:35:34','imp','optin_5','mailchimp_7227261368','54.36.148.131','667',0),(11190,'2018-02-17 00:55:53','imp','optin_5','mailchimp_7227261368','40.77.167.138','0',0),(11191,'2018-02-17 00:56:17','imp','optin_2','mailchimp_7227261368','180.76.15.13','92',0),(11192,'2018-02-17 01:57:42','imp','optin_5','mailchimp_7227261368','54.36.148.89','681',0),(11193,'2018-02-17 02:44:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(11194,'2018-02-17 02:47:52','imp','optin_5','mailchimp_7227261368','141.8.143.175','591',0),(11195,'2018-02-17 02:47:57','imp','optin_5','mailchimp_7227261368','77.88.47.43','594',0),(11196,'2018-02-17 03:38:37','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(11197,'2018-02-17 05:18:02','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(11198,'2018-02-17 05:45:01','imp','optin_2','mailchimp_7227261368','192.187.101.178','92',0),(11199,'2018-02-17 05:46:52','imp','optin_5','mailchimp_7227261368','40.77.167.91','0',0),(11200,'2018-02-17 07:26:10','imp','optin_2','mailchimp_7227261368','2a01:4f8:202:6010::2','92',0),(11201,'2018-02-17 08:41:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11202,'2018-02-17 08:41:46','imp','optin_2','mailchimp_7227261368','59.90.31.236','92',0),(11203,'2018-02-17 09:33:07','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(11204,'2018-02-17 09:33:09','imp','optin_2','mailchimp_7227261368','95.211.94.107','92',0),(11205,'2018-02-17 10:08:07','imp','optin_2','mailchimp_7227261368','54.245.175.163','2',0),(11206,'2018-02-17 10:08:16','imp','optin_5','mailchimp_7227261368','54.245.175.163','0',0),(11207,'2018-02-17 10:08:41','imp','optin_8','7227261368','54.245.175.163','2',0),(11208,'2018-02-17 10:20:16','imp','optin_5','mailchimp_7227261368','40.77.167.36','0',0),(11209,'2018-02-17 13:02:05','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(11210,'2018-02-17 15:22:15','imp','optin_5','mailchimp_7227261368','54.36.148.187','0',0),(11211,'2018-02-17 16:28:42','imp','optin_2','mailchimp_7227261368','173.208.200.154','92',0),(11212,'2018-02-17 16:46:15','imp','optin_2','mailchimp_7227261368','2002:c316:7d05::c316:7d05','92',0),(11213,'2018-02-17 16:46:41','imp','optin_5','mailchimp_7227261368','2002:c316:7d05::c316:7d05','0',0),(11214,'2018-02-17 16:49:23','imp','optin_5','mailchimp_7227261368','54.36.148.196','173',0),(11215,'2018-02-17 18:31:34','imp','optin_5','mailchimp_7227261368','123.243.43.203','714',0),(11216,'2018-02-17 18:31:43','imp','optin_5','mailchimp_7227261368','123.243.43.203','0',0),(11217,'2018-02-17 18:31:49','imp','optin_7','mailchimp_7227261368','123.243.43.203','714',0),(11218,'2018-02-17 18:50:22','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11219,'2018-02-17 19:33:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11220,'2018-02-17 19:33:49','imp','optin_8','7227261368','66.249.79.85','0',0),(11221,'2018-02-17 19:49:50','imp','optin_5','mailchimp_7227261368','207.46.13.150','679',0),(11222,'2018-02-17 19:50:21','imp','optin_5','mailchimp_7227261368','157.55.39.171','0',0),(11223,'2018-02-17 20:27:13','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(11224,'2018-02-17 21:06:36','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11225,'2018-02-17 21:15:50','imp','optin_2','mailchimp_7227261368','180.76.15.153','92',0),(11226,'2018-02-17 22:40:33','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11227,'2018-02-17 23:34:02','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11228,'2018-02-17 23:34:20','imp','optin_8','7227261368','66.249.79.85','0',0),(11229,'2018-02-18 00:24:35','imp','optin_8','7227261368','66.249.79.85','697',0),(11230,'2018-02-18 00:50:07','imp','optin_5','mailchimp_7227261368','5.255.250.115','0',0),(11231,'2018-02-18 01:29:17','imp','optin_5','mailchimp_7227261368','52.37.187.187','663',0),(11232,'2018-02-18 01:29:26','imp','optin_5','mailchimp_7227261368','52.37.187.187','0',0),(11233,'2018-02-18 01:29:50','imp','optin_8','7227261368','52.37.187.187','663',0),(11234,'2018-02-18 01:29:59','imp','optin_5','mailchimp_7227261368','34.213.242.224','0',0),(11235,'2018-02-18 01:30:08','imp','optin_5','mailchimp_7227261368','34.213.242.224','0',0),(11236,'2018-02-18 01:30:35','imp','optin_8','7227261368','34.213.242.224','0',0),(11237,'2018-02-18 02:57:13','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11238,'2018-02-18 04:09:48','imp','optin_5','mailchimp_7227261368','207.46.13.150','173',0),(11239,'2018-02-18 04:31:51','imp','optin_5','mailchimp_7227261368','54.36.148.127','681',0),(11240,'2018-02-18 04:35:50','imp','optin_5','mailchimp_7227261368','84.201.133.21','683',0),(11241,'2018-02-18 04:45:59','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11242,'2018-02-18 05:42:33','imp','optin_5','mailchimp_7227261368','66.249.79.87','667',0),(11243,'2018-02-18 05:42:47','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(11244,'2018-02-18 05:43:07','imp','optin_8','7227261368','66.249.79.87','667',0),(11245,'2018-02-18 08:28:07','imp','optin_5','mailchimp_7227261368','40.77.167.66','173',0),(11246,'2018-02-18 09:41:19','imp','optin_5','mailchimp_7227261368','207.46.13.150','0',0),(11247,'2018-02-18 11:47:58','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(11248,'2018-02-18 12:31:46','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11249,'2018-02-18 12:33:04','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(11250,'2018-02-18 12:48:54','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(11251,'2018-02-18 13:00:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11252,'2018-02-18 13:48:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(11253,'2018-02-18 13:52:44','imp','optin_2','mailchimp_7227261368','104.131.89.3','92',0),(11254,'2018-02-18 13:52:55','imp','optin_5','mailchimp_7227261368','104.131.89.3','76',0),(11255,'2018-02-18 13:53:01','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11256,'2018-02-18 13:53:06','imp','optin_2','mailchimp_7227261368','104.131.89.3','2',0),(11257,'2018-02-18 13:53:31','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11258,'2018-02-18 13:53:36','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11259,'2018-02-18 13:53:42','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11260,'2018-02-18 13:53:52','imp','optin_5','mailchimp_7227261368','104.131.89.3','577',0),(11261,'2018-02-18 13:53:57','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11262,'2018-02-18 13:54:04','imp','optin_5','mailchimp_7227261368','104.131.89.3','600',0),(11263,'2018-02-18 13:54:10','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11264,'2018-02-18 13:54:16','imp','optin_5','mailchimp_7227261368','104.131.89.3','666',0),(11265,'2018-02-18 13:54:21','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11266,'2018-02-18 13:54:27','imp','optin_5','mailchimp_7227261368','104.131.89.3','667',0),(11267,'2018-02-18 13:54:32','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11268,'2018-02-18 13:54:38','imp','optin_5','mailchimp_7227261368','104.131.89.3','601',0),(11269,'2018-02-18 13:54:43','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11270,'2018-02-18 13:54:49','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11271,'2018-02-18 13:54:54','imp','optin_5','mailchimp_7227261368','104.131.89.3','598',0),(11272,'2018-02-18 13:55:04','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11273,'2018-02-18 13:55:09','imp','optin_5','mailchimp_7227261368','104.131.89.3','682',0),(11274,'2018-02-18 13:55:15','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11275,'2018-02-18 13:55:21','imp','optin_5','mailchimp_7227261368','104.131.89.3','663',0),(11276,'2018-02-18 13:55:27','imp','optin_5','mailchimp_7227261368','104.131.89.3','673',0),(11277,'2018-02-18 13:55:32','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11278,'2018-02-18 13:55:38','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11279,'2018-02-18 13:55:42','imp','optin_5','mailchimp_7227261368','104.131.89.3','683',0),(11280,'2018-02-18 13:55:48','imp','optin_5','mailchimp_7227261368','104.131.89.3','594',0),(11281,'2018-02-18 13:55:53','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11282,'2018-02-18 13:55:59','imp','optin_5','mailchimp_7227261368','104.131.89.3','665',0),(11283,'2018-02-18 13:56:05','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11284,'2018-02-18 13:56:16','imp','optin_5','mailchimp_7227261368','104.131.89.3','599',0),(11285,'2018-02-18 13:56:22','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11286,'2018-02-18 13:56:28','imp','optin_5','mailchimp_7227261368','104.131.89.3','593',0),(11287,'2018-02-18 13:56:33','imp','optin_5','mailchimp_7227261368','104.131.89.3','678',0),(11288,'2018-02-18 13:56:39','imp','optin_5','mailchimp_7227261368','104.131.89.3','591',0),(11289,'2018-02-18 13:56:44','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11290,'2018-02-18 13:56:50','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11291,'2018-02-18 13:56:55','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11292,'2018-02-18 13:57:00','imp','optin_5','mailchimp_7227261368','104.131.89.3','681',0),(11293,'2018-02-18 13:57:12','imp','optin_5','mailchimp_7227261368','104.131.89.3','680',0),(11294,'2018-02-18 13:57:17','imp','optin_5','mailchimp_7227261368','104.131.89.3','668',0),(11295,'2018-02-18 13:57:23','imp','optin_5','mailchimp_7227261368','104.131.89.3','570',0),(11296,'2018-02-18 13:57:28','imp','optin_5','mailchimp_7227261368','104.131.89.3','664',0),(11297,'2018-02-18 13:57:34','imp','optin_5','mailchimp_7227261368','104.131.89.3','602',0),(11298,'2018-02-18 13:57:40','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11299,'2018-02-18 13:57:46','imp','optin_5','mailchimp_7227261368','104.131.89.3','573',0),(11300,'2018-02-18 13:57:51','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11301,'2018-02-18 13:57:56','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11302,'2018-02-18 13:58:06','imp','optin_5','mailchimp_7227261368','104.131.89.3','835',0),(11303,'2018-02-18 13:58:12','imp','optin_5','mailchimp_7227261368','104.131.89.3','592',0),(11304,'2018-02-18 13:58:17','imp','optin_5','mailchimp_7227261368','104.131.89.3','575',0),(11305,'2018-02-18 13:58:23','imp','optin_5','mailchimp_7227261368','104.131.89.3','597',0),(11306,'2018-02-18 13:58:28','imp','optin_5','mailchimp_7227261368','104.131.89.3','411',0),(11307,'2018-02-18 13:58:34','imp','optin_5','mailchimp_7227261368','104.131.89.3','843',0),(11308,'2018-02-18 13:58:41','imp','optin_5','mailchimp_7227261368','104.131.89.3','679',0),(11309,'2018-02-18 13:58:46','imp','optin_5','mailchimp_7227261368','104.131.89.3','595',0),(11310,'2018-02-18 13:58:52','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11311,'2018-02-18 13:58:58','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11312,'2018-02-18 13:59:03','imp','optin_5','mailchimp_7227261368','104.131.89.3','0',0),(11313,'2018-02-18 13:59:14','imp','optin_5','mailchimp_7227261368','104.131.89.3','714',0),(11314,'2018-02-18 13:59:20','imp','optin_5','mailchimp_7227261368','104.131.89.3','714',0),(11315,'2018-02-18 14:42:48','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(11316,'2018-02-18 14:43:06','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(11317,'2018-02-18 14:43:12','imp','optin_8','7227261368','66.249.79.85','714',0),(11318,'2018-02-18 14:54:43','imp','optin_5','mailchimp_7227261368','207.46.13.150','714',0),(11319,'2018-02-18 15:39:26','imp','optin_5','mailchimp_7227261368','66.249.79.89','673',0),(11320,'2018-02-18 15:39:35','imp','optin_8','7227261368','66.249.64.87','673',0),(11321,'2018-02-18 15:57:03','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11322,'2018-02-18 15:57:07','imp','optin_5','mailchimp_7227261368','54.36.148.133','0',0),(11323,'2018-02-18 15:57:17','imp','optin_8','7227261368','66.249.79.87','-1',0),(11324,'2018-02-18 16:16:02','imp','optin_2','mailchimp_7227261368','54.212.48.78','92',0),(11325,'2018-02-18 16:16:11','imp','optin_2','mailchimp_7227261368','54.212.48.78','92',0),(11326,'2018-02-18 16:25:06','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(11327,'2018-02-18 16:31:13','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(11328,'2018-02-18 16:58:30','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11329,'2018-02-18 17:40:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11330,'2018-02-18 17:44:41','imp','optin_5','mailchimp_7227261368','54.36.149.96','76',0),(11331,'2018-02-18 17:50:59','imp','optin_5','mailchimp_7227261368','54.36.148.243','714',0),(11332,'2018-02-18 20:10:38','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(11333,'2018-02-18 20:51:58','imp','optin_2','mailchimp_7227261368','46.4.32.75','92',0),(11334,'2018-02-18 21:13:46','imp','optin_5','mailchimp_7227261368','207.46.13.150','0',0),(11335,'2018-02-18 22:06:45','imp','optin_5','mailchimp_7227261368','54.36.148.34','0',0),(11336,'2018-02-18 22:32:35','imp','optin_5','mailchimp_7227261368','54.36.148.247','0',0),(11337,'2018-02-18 22:35:34','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11338,'2018-02-18 22:35:38','imp','optin_5','mailchimp_7227261368','211.115.79.122','667',0),(11339,'2018-02-18 22:35:45','imp','optin_5','mailchimp_7227261368','211.115.79.122','76',0),(11340,'2018-02-18 22:35:49','imp','optin_2','mailchimp_7227261368','211.115.79.122','2',0),(11341,'2018-02-18 22:35:53','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11342,'2018-02-18 22:35:58','imp','optin_5','mailchimp_7227261368','211.115.79.122','411',0),(11343,'2018-02-18 22:36:07','imp','optin_5','mailchimp_7227261368','211.115.79.122','666',0),(11344,'2018-02-18 22:36:22','imp','optin_5','mailchimp_7227261368','211.115.79.122','664',0),(11345,'2018-02-18 22:36:28','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11346,'2018-02-18 22:36:36','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11347,'2018-02-18 22:36:40','imp','optin_5','mailchimp_7227261368','211.115.79.122','665',0),(11348,'2018-02-18 22:36:51','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11349,'2018-02-18 22:37:08','imp','optin_5','mailchimp_7227261368','211.115.79.122','0',0),(11350,'2018-02-18 22:37:13','imp','optin_5','mailchimp_7227261368','211.115.79.122','663',0),(11351,'2018-02-18 22:37:18','imp','optin_5','mailchimp_7227261368','211.115.79.122','714',0),(11352,'2018-02-18 22:37:22','imp','optin_5','mailchimp_7227261368','211.115.79.122','598',0),(11353,'2018-02-18 22:37:28','imp','optin_2','mailchimp_7227261368','211.115.79.122','92',0),(11354,'2018-02-18 23:10:00','imp','optin_5','mailchimp_7227261368','128.199.41.138','0',0),(11355,'2018-02-19 02:38:47','imp','optin_5','mailchimp_7227261368','54.214.173.221','0',0),(11356,'2018-02-19 02:39:11','imp','optin_8','7227261368','54.214.173.221','697',0),(11357,'2018-02-19 02:55:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11358,'2018-02-19 03:43:45','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(11359,'2018-02-19 05:32:26','imp','optin_5','mailchimp_7227261368','54.36.149.23','594',0),(11360,'2018-02-19 06:17:48','imp','optin_5','mailchimp_7227261368','187.202.250.46','714',0),(11361,'2018-02-19 06:17:49','imp','optin_5','mailchimp_7227261368','187.202.250.46','714',0),(11362,'2018-02-19 06:17:56','imp','optin_5','mailchimp_7227261368','187.202.250.46','0',0),(11363,'2018-02-19 06:18:02','imp','optin_7','mailchimp_7227261368','187.202.250.46','714',0),(11364,'2018-02-19 06:18:08','imp','optin_8','7227261368','187.202.250.46','714',0),(11365,'2018-02-19 06:26:17','imp','optin_5','mailchimp_7227261368','54.36.148.117','0',0),(11366,'2018-02-19 10:22:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11367,'2018-02-19 10:52:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(11368,'2018-02-19 11:15:29','imp','optin_5','mailchimp_7227261368','54.36.149.4','0',0),(11369,'2018-02-19 14:22:58','imp','optin_5','mailchimp_7227261368','54.36.148.66','0',0),(11370,'2018-02-19 14:35:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11371,'2018-02-19 15:42:08','imp','optin_5','mailchimp_7227261368','157.55.39.228','0',0),(11372,'2018-02-19 15:43:25','imp','optin_5','mailchimp_7227261368','34.213.70.193','666',0),(11373,'2018-02-19 15:43:27','imp','optin_5','mailchimp_7227261368','40.77.167.172','0',0),(11374,'2018-02-19 15:43:34','imp','optin_5','mailchimp_7227261368','34.213.70.193','0',0),(11375,'2018-02-19 15:44:01','imp','optin_8','7227261368','34.213.70.193','666',0),(11376,'2018-02-19 17:31:38','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(11377,'2018-02-19 17:55:51','imp','optin_5','mailchimp_7227261368','54.36.148.114','598',0),(11378,'2018-02-19 18:11:58','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11379,'2018-02-19 18:33:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11380,'2018-02-19 18:59:19','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(11381,'2018-02-19 20:44:19','imp','optin_5','mailchimp_7227261368','157.55.39.228','835',0),(11382,'2018-02-19 20:54:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11383,'2018-02-19 21:19:39','imp','optin_2','mailchimp_7227261368','157.55.39.198','92',0),(11384,'2018-02-19 21:20:01','imp','optin_5','mailchimp_7227261368','54.36.148.196','177',0),(11385,'2018-02-19 22:03:34','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11386,'2018-02-19 22:03:44','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(11387,'2018-02-19 22:17:20','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11388,'2018-02-19 22:17:29','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(11389,'2018-02-19 22:25:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11390,'2018-02-19 22:34:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11391,'2018-02-19 22:49:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(11392,'2018-02-19 23:59:27','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(11393,'2018-02-20 00:07:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(11394,'2018-02-20 00:51:04','imp','optin_2','mailchimp_7227261368','180.76.15.135','92',0),(11395,'2018-02-20 01:25:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(11396,'2018-02-20 01:27:44','imp','optin_5','mailchimp_7227261368','34.207.98.73','843',0),(11397,'2018-02-20 01:57:48','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(11398,'2018-02-20 01:58:47','imp','optin_5','mailchimp_7227261368','34.207.98.73','207',0),(11399,'2018-02-20 02:02:44','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(11400,'2018-02-20 02:03:01','imp','optin_5','mailchimp_7227261368','34.207.98.73','835',0),(11401,'2018-02-20 02:03:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(11402,'2018-02-20 02:11:39','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(11403,'2018-02-20 02:18:08','imp','optin_5','mailchimp_7227261368','207.46.13.184','664',0),(11404,'2018-02-20 02:22:20','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(11405,'2018-02-20 03:19:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(11406,'2018-02-20 03:26:48','imp','optin_2','mailchimp_7227261368','34.244.245.28','92',0),(11407,'2018-02-20 03:56:30','imp','optin_2','mailchimp_7227261368','93.122.248.168','92',0),(11408,'2018-02-20 03:56:40','imp','optin_5','mailchimp_7227261368','93.122.248.168','0',0),(11409,'2018-02-20 03:56:46','imp','optin_8','7227261368','93.122.248.168','-1',0),(11410,'2018-02-20 03:56:46','imp','optin_5','mailchimp_7227261368','93.122.248.168','0',0),(11411,'2018-02-20 03:57:05','imp','optin_8','7227261368','93.122.248.168','-1',0),(11412,'2018-02-20 04:22:13','imp','optin_2','mailchimp_7227261368','180.76.15.31','92',0),(11413,'2018-02-20 04:32:55','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(11414,'2018-02-20 04:33:06','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(11415,'2018-02-20 04:35:38','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(11416,'2018-02-20 04:40:44','imp','optin_2','mailchimp_7227261368','158.69.228.209','92',0),(11417,'2018-02-20 04:42:28','imp','optin_2','mailchimp_7227261368','158.69.228.209','92',0),(11418,'2018-02-20 04:54:23','imp','optin_2','mailchimp_7227261368','162.210.196.129','92',0),(11419,'2018-02-20 05:14:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(11420,'2018-02-20 05:32:18','imp','optin_2','mailchimp_7227261368','35.162.234.214','92',0),(11421,'2018-02-20 05:32:27','imp','optin_5','mailchimp_7227261368','35.162.234.214','0',0),(11422,'2018-02-20 06:50:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(11423,'2018-02-20 06:50:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(11424,'2018-02-20 06:50:54','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11425,'2018-02-20 06:50:54','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11426,'2018-02-20 08:20:28','imp','optin_5','mailchimp_7227261368','5.255.250.7','592',0),(11427,'2018-02-20 08:40:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11428,'2018-02-20 09:10:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11429,'2018-02-20 09:25:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11430,'2018-02-20 09:37:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11431,'2018-02-20 09:44:26','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11432,'2018-02-20 09:44:26','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11433,'2018-02-20 10:11:45','imp','optin_2','mailchimp_7227261368','146.185.144.64','92',0),(11434,'2018-02-20 13:03:16','imp','optin_5','mailchimp_7227261368','54.36.149.57','0',0),(11435,'2018-02-20 13:44:19','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11436,'2018-02-20 13:58:50','imp','optin_5','mailchimp_7227261368','54.36.149.46','593',0),(11437,'2018-02-20 14:06:38','imp','optin_5','mailchimp_7227261368','193.164.132.44','0',0),(11438,'2018-02-20 14:21:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11439,'2018-02-20 15:04:44','imp','optin_5','mailchimp_7227261368','40.77.167.26','0',0),(11440,'2018-02-20 15:34:41','imp','optin_5','mailchimp_7227261368','35.202.143.92','0',0),(11441,'2018-02-20 15:34:57','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11442,'2018-02-20 15:35:03','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11443,'2018-02-20 15:35:05','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11444,'2018-02-20 15:35:10','imp','optin_5','mailchimp_7227261368','219.91.255.178','0',0),(11445,'2018-02-20 15:35:11','imp','optin_5','mailchimp_7227261368','92.222.74.221','0',0),(11446,'2018-02-20 15:35:25','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11447,'2018-02-20 15:35:25','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11448,'2018-02-20 15:35:26','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11449,'2018-02-20 15:35:28','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11450,'2018-02-20 15:35:41','imp','optin_5','mailchimp_7227261368','10.46.37.59, 220.181.165.10','0',0),(11451,'2018-02-20 15:35:44','imp','optin_5','mailchimp_7227261368','31.25.141.46','0',0),(11452,'2018-02-20 15:35:45','imp','optin_5','mailchimp_7227261368','52.247.170.44','0',0),(11453,'2018-02-20 15:35:47','imp','optin_5','mailchimp_7227261368','173.46.132.53','0',0),(11454,'2018-02-20 15:35:50','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11455,'2018-02-20 15:35:51','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11456,'2018-02-20 15:35:52','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11457,'2018-02-20 15:35:52','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11458,'2018-02-20 15:35:54','imp','optin_5','mailchimp_7227261368','35.202.143.92','0',0),(11459,'2018-02-20 15:36:02','imp','optin_5','mailchimp_7227261368','36.67.158.49','0',0),(11460,'2018-02-20 15:38:11','imp','optin_5','mailchimp_7227261368','150.70.188.167','0',0),(11461,'2018-02-20 15:38:13','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(11462,'2018-02-20 15:38:40','imp','optin_5','mailchimp_7227261368','182.253.130.122','0',0),(11463,'2018-02-20 15:38:59','imp','optin_5','mailchimp_7227261368','180.234.223.18','0',0),(11464,'2018-02-20 16:50:28','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11465,'2018-02-20 16:50:29','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11466,'2018-02-20 17:08:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11467,'2018-02-20 17:11:51','imp','optin_5','mailchimp_7227261368','180.76.15.10','663',0),(11468,'2018-02-20 17:32:59','imp','optin_5','mailchimp_7227261368','54.36.148.93','411',0),(11469,'2018-02-20 17:56:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11470,'2018-02-20 18:14:25','imp','optin_5','mailchimp_7227261368','54.36.148.171','678',0),(11471,'2018-02-20 18:19:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(11472,'2018-02-20 19:31:10','imp','optin_5','mailchimp_7227261368','188.166.63.93','0',0),(11473,'2018-02-20 19:32:09','imp','optin_5','mailchimp_7227261368','188.166.63.93','592',0),(11474,'2018-02-20 19:32:30','imp','optin_5','mailchimp_7227261368','188.166.63.93','0',0),(11475,'2018-02-20 19:39:39','imp','optin_2','mailchimp_7227261368','69.58.178.59','92',0),(11476,'2018-02-20 19:39:50','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(11477,'2018-02-20 19:39:56','imp','optin_2','mailchimp_7227261368','69.58.178.59','2',0),(11478,'2018-02-20 19:40:02','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(11479,'2018-02-20 19:40:08','imp','optin_5','mailchimp_7227261368','69.58.178.59','835',0),(11480,'2018-02-20 19:40:14','imp','optin_5','mailchimp_7227261368','69.58.178.59','76',0),(11481,'2018-02-20 19:40:36','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(11482,'2018-02-20 19:40:41','imp','optin_5','mailchimp_7227261368','69.58.178.59','714',0),(11483,'2018-02-20 19:45:00','imp','optin_5','mailchimp_7227261368','188.166.63.93','679',0),(11484,'2018-02-20 19:46:08','imp','optin_5','mailchimp_7227261368','188.166.63.93','570',0),(11485,'2018-02-20 20:55:56','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(11486,'2018-02-20 20:56:28','imp','optin_8','7227261368','66.249.79.85','-1',0),(11487,'2018-02-20 22:08:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11488,'2018-02-20 22:41:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11489,'2018-02-20 22:43:07','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11490,'2018-02-20 22:43:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11491,'2018-02-20 23:06:44','imp','optin_5','mailchimp_7227261368','54.218.120.23','411',0),(11492,'2018-02-20 23:06:54','imp','optin_5','mailchimp_7227261368','54.218.120.23','0',0),(11493,'2018-02-20 23:18:09','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11494,'2018-02-20 23:44:27','imp','optin_5','mailchimp_7227261368','34.208.101.218','664',0),(11495,'2018-02-20 23:44:38','imp','optin_5','mailchimp_7227261368','34.208.101.218','0',0),(11496,'2018-02-20 23:49:06','imp','optin_2','mailchimp_7227261368','192.187.101.178','92',0),(11497,'2018-02-21 00:14:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(11498,'2018-02-21 00:57:18','imp','optin_5','mailchimp_7227261368','180.76.15.158','666',0),(11499,'2018-02-21 00:57:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(11500,'2018-02-21 01:12:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(11501,'2018-02-21 01:40:06','imp','optin_2','mailchimp_7227261368','158.69.225.35','92',0),(11502,'2018-02-21 01:40:22','imp','optin_2','mailchimp_7227261368','158.69.225.35','92',0),(11503,'2018-02-21 01:40:34','imp','optin_5','mailchimp_7227261368','158.69.225.35','76',0),(11504,'2018-02-21 01:40:40','imp','optin_5','mailchimp_7227261368','158.69.225.35','714',0),(11505,'2018-02-21 01:40:45','imp','optin_5','mailchimp_7227261368','158.69.225.35','663',0),(11506,'2018-02-21 01:40:52','imp','optin_5','mailchimp_7227261368','158.69.225.35','667',0),(11507,'2018-02-21 01:40:57','imp','optin_2','mailchimp_7227261368','158.69.225.35','2',0),(11508,'2018-02-21 01:41:03','imp','optin_5','mailchimp_7227261368','158.69.225.35','664',0),(11509,'2018-02-21 01:41:09','imp','optin_5','mailchimp_7227261368','158.69.225.35','0',0),(11510,'2018-02-21 01:41:21','imp','optin_5','mailchimp_7227261368','158.69.225.35','0',0),(11511,'2018-02-21 01:41:26','imp','optin_2','mailchimp_7227261368','158.69.225.35','92',0),(11512,'2018-02-21 01:59:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(11513,'2018-02-21 02:32:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(11514,'2018-02-21 02:48:06','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(11515,'2018-02-21 04:43:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(11516,'2018-02-21 04:47:50','imp','optin_2','mailchimp_7227261368','181.132.152.186','92',0),(11517,'2018-02-21 05:12:27','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11518,'2018-02-21 06:09:20','imp','optin_8','7227261368','66.249.79.89','444',0),(11519,'2018-02-21 06:57:06','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(11520,'2018-02-21 07:29:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(11521,'2018-02-21 07:30:18','imp','optin_5','mailchimp_7227261368','54.36.148.73','591',0),(11522,'2018-02-21 08:46:19','imp','optin_5','mailchimp_7227261368','66.249.79.89','665',0),(11523,'2018-02-21 08:46:34','imp','optin_8','7227261368','66.249.79.85','665',0),(11524,'2018-02-21 09:36:31','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(11525,'2018-02-21 09:36:54','imp','optin_8','7227261368','66.249.79.63','-1',0),(11526,'2018-02-21 09:57:58','imp','optin_2','mailchimp_7227261368','180.76.15.11','92',0),(11527,'2018-02-21 10:26:49','imp','optin_5','mailchimp_7227261368','5.255.250.57','598',0),(11528,'2018-02-21 10:44:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(11529,'2018-02-21 10:56:04','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11530,'2018-02-21 12:22:31','imp','optin_2','mailchimp_7227261368','141.8.143.142','2',0),(11531,'2018-02-21 12:30:44','imp','optin_5','mailchimp_7227261368','54.36.148.130','0',0),(11532,'2018-02-21 14:42:55','imp','optin_5','mailchimp_7227261368','54.36.148.255','680',0),(11533,'2018-02-21 14:43:28','imp','optin_5','mailchimp_7227261368','141.8.144.21','0',0),(11534,'2018-02-21 14:59:51','imp','optin_5','mailchimp_7227261368','66.249.79.137','0',0),(11535,'2018-02-21 15:00:02','imp','optin_8','7227261368','66.249.79.85','0',0),(11536,'2018-02-21 15:33:27','imp','optin_5','mailchimp_7227261368','84.201.133.60','664',0),(11537,'2018-02-21 16:16:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11538,'2018-02-21 16:49:04','imp','optin_5','mailchimp_7227261368','157.55.39.246','0',0),(11539,'2018-02-21 17:47:30','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(11540,'2018-02-21 18:13:30','imp','optin_5','mailchimp_7227261368','157.55.39.89','0',0),(11541,'2018-02-21 18:20:43','imp','optin_5','mailchimp_7227261368','54.36.148.52','0',0),(11542,'2018-02-21 19:31:41','imp','optin_5','mailchimp_7227261368','82.208.146.208','0',0),(11543,'2018-02-21 20:42:14','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(11544,'2018-02-21 20:48:39','imp','optin_2','mailchimp_7227261368','93.158.161.45','92',0),(11545,'2018-02-21 22:58:10','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(11546,'2018-02-21 23:01:17','imp','optin_5','mailchimp_7227261368','54.36.148.145','602',0),(11547,'2018-02-21 23:49:51','imp','optin_2','mailchimp_7227261368','192.187.101.178','92',0),(11548,'2018-02-22 00:04:06','imp','optin_5','mailchimp_7227261368','77.88.47.41','0',0),(11549,'2018-02-22 01:01:44','imp','optin_5','mailchimp_7227261368','54.36.148.205','714',0),(11550,'2018-02-22 03:06:07','imp','optin_5','mailchimp_7227261368','66.249.79.63','683',0),(11551,'2018-02-22 03:06:44','imp','optin_8','7227261368','66.249.79.63','683',0),(11552,'2018-02-22 03:39:24','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11553,'2018-02-22 03:39:32','imp','optin_8','7227261368','66.249.79.85','-1',0),(11554,'2018-02-22 03:43:22','imp','optin_5','mailchimp_7227261368','40.77.167.51','220',0),(11555,'2018-02-22 03:55:45','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11556,'2018-02-22 03:56:46','imp','optin_2','mailchimp_7227261368','189.84.113.180','92',0),(11557,'2018-02-22 04:27:59','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(11558,'2018-02-22 06:45:53','imp','optin_5','mailchimp_7227261368','5.255.250.132','220',0),(11559,'2018-02-22 09:21:14','imp','optin_5','mailchimp_7227261368','54.36.33.57','0',0),(11560,'2018-02-22 10:29:49','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11561,'2018-02-22 10:29:50','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11562,'2018-02-22 10:39:12','imp','optin_5','mailchimp_7227261368','93.158.161.126','665',0),(11563,'2018-02-22 11:16:09','imp','optin_5','mailchimp_7227261368','54.36.149.20','683',0),(11564,'2018-02-22 11:40:52','imp','optin_5','mailchimp_7227261368','5.255.250.59','666',0),(11565,'2018-02-22 11:48:55','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11566,'2018-02-22 12:15:55','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11567,'2018-02-22 12:15:59','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11568,'2018-02-22 12:16:02','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11569,'2018-02-22 12:16:06','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11570,'2018-02-22 12:16:11','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11571,'2018-02-22 12:16:14','imp','optin_5','mailchimp_7227261368','195.22.125.222','0',0),(11572,'2018-02-22 13:17:36','imp','optin_2','mailchimp_7227261368','46.118.115.22','92',0),(11573,'2018-02-22 13:17:45','imp','optin_5','mailchimp_7227261368','46.118.115.22','0',0),(11574,'2018-02-22 14:16:16','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11575,'2018-02-22 15:13:31','imp','optin_5','mailchimp_7227261368','82.81.63.6','0',0),(11576,'2018-02-22 17:21:30','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11577,'2018-02-22 17:21:30','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(11578,'2018-02-22 17:27:40','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(11579,'2018-02-22 17:38:29','imp','optin_5','mailchimp_7227261368','54.36.149.5','664',0),(11580,'2018-02-22 18:33:57','imp','optin_2','mailchimp_7227261368','2600:3c00::f03c:91ff:fe61:32b','92',0),(11581,'2018-02-22 18:34:30','imp','optin_2','mailchimp_7227261368','2600:3c00::f03c:91ff:fe61:32b','92',0),(11582,'2018-02-22 18:34:39','imp','optin_5','mailchimp_7227261368','2600:3c00::f03c:91ff:fe61:32b','0',0),(11583,'2018-02-22 19:01:18','imp','optin_5','mailchimp_7227261368','40.77.167.51','663',0),(11584,'2018-02-22 19:02:13','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(11585,'2018-02-22 22:18:38','imp','optin_2','mailchimp_7227261368','185.198.167.30','92',0),(11586,'2018-02-22 23:46:16','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(11587,'2018-02-22 23:50:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(11588,'2018-02-22 23:52:18','imp','optin_2','mailchimp_7227261368','202.66.177.5','92',0),(11589,'2018-02-23 00:22:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11590,'2018-02-23 00:48:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11591,'2018-02-23 00:53:16','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11592,'2018-02-23 00:53:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(11593,'2018-02-23 00:59:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(11594,'2018-02-23 01:18:30','imp','optin_5','mailchimp_7227261368','157.55.39.249','207',0),(11595,'2018-02-23 01:37:52','imp','optin_5','mailchimp_7227261368','54.36.148.161','573',0),(11596,'2018-02-23 01:56:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11597,'2018-02-23 02:20:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11598,'2018-02-23 02:35:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','597',0),(11599,'2018-02-23 02:35:23','imp','optin_8','7227261368','66.249.79.63','597',0),(11600,'2018-02-23 02:58:56','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(11601,'2018-02-23 03:12:42','imp','optin_5','mailchimp_7227261368','54.36.148.175','0',0),(11602,'2018-02-23 04:02:01','imp','optin_2','mailchimp_7227261368','180.76.15.27','92',0),(11603,'2018-02-23 04:11:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11604,'2018-02-23 04:31:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(11605,'2018-02-23 04:32:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11606,'2018-02-23 04:34:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11607,'2018-02-23 04:36:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11608,'2018-02-23 05:23:22','imp','optin_5','mailchimp_7227261368','54.36.148.55','679',0),(11609,'2018-02-23 05:36:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(11610,'2018-02-23 05:51:32','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(11611,'2018-02-23 06:47:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(11612,'2018-02-23 09:16:47','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(11613,'2018-02-23 09:17:03','imp','optin_8','7227261368','66.249.79.63','0',0),(11614,'2018-02-23 09:21:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11615,'2018-02-23 09:32:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(11616,'2018-02-23 09:51:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(11617,'2018-02-23 10:22:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11618,'2018-02-23 11:12:25','imp','optin_2','mailchimp_7227261368','46.101.139.248','92',0),(11619,'2018-02-23 11:14:46','imp','optin_2','mailchimp_7227261368','52.27.2.86','92',0),(11620,'2018-02-23 11:14:51','imp','optin_2','mailchimp_7227261368','52.27.2.86','92',0),(11621,'2018-02-23 11:56:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11622,'2018-02-23 12:19:42','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(11623,'2018-02-23 12:30:54','imp','optin_5','mailchimp_7227261368','40.77.167.177','601',0),(11624,'2018-02-23 12:38:18','imp','optin_2','mailchimp_7227261368','209.122.124.90','92',0),(11625,'2018-02-23 13:05:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(11626,'2018-02-23 14:21:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11627,'2018-02-23 14:24:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(11628,'2018-02-23 14:25:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(11629,'2018-02-23 14:37:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(11630,'2018-02-23 14:38:04','imp','optin_5','mailchimp_7227261368','54.36.148.59','592',0),(11631,'2018-02-23 14:39:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11632,'2018-02-23 15:01:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(11633,'2018-02-23 15:04:14','imp','optin_5','mailchimp_7227261368','34.207.98.73','76',0),(11634,'2018-02-23 15:07:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(11635,'2018-02-23 15:07:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(11636,'2018-02-23 15:14:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(11637,'2018-02-23 15:28:04','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11638,'2018-02-23 15:28:12','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11639,'2018-02-23 15:28:17','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11640,'2018-02-23 15:28:33','imp','optin_2','mailchimp_7227261368','203.30.176.250','92',0),(11641,'2018-02-23 15:28:36','imp','optin_8','7227261368','203.30.176.250','0',0),(11642,'2018-02-23 15:28:36','imp','optin_2','mailchimp_7227261368','203.30.176.250','2',0),(11643,'2018-02-23 15:28:40','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11644,'2018-02-23 15:28:44','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11645,'2018-02-23 15:33:19','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11646,'2018-02-23 15:33:27','imp','optin_5','mailchimp_7227261368','203.30.176.250','0',0),(11647,'2018-02-23 15:39:49','imp','optin_2','mailchimp_7227261368','40.77.167.11','92',0),(11648,'2018-02-23 17:50:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(11649,'2018-02-23 18:47:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11650,'2018-02-23 18:54:36','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(11651,'2018-02-23 18:54:45','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(11652,'2018-02-23 18:54:51','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(11653,'2018-02-23 20:04:42','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11654,'2018-02-23 20:29:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(11655,'2018-02-23 20:34:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11656,'2018-02-23 20:52:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11657,'2018-02-23 21:12:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11658,'2018-02-23 21:12:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(11659,'2018-02-23 21:12:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(11660,'2018-02-23 21:13:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(11661,'2018-02-23 21:13:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11662,'2018-02-23 21:13:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(11663,'2018-02-23 21:15:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(11664,'2018-02-23 21:27:20','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(11665,'2018-02-23 21:30:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(11666,'2018-02-23 21:35:28','imp','optin_2','mailchimp_7227261368','187.236.93.68','92',0),(11667,'2018-02-24 00:24:02','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(11668,'2018-02-24 00:44:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(11669,'2018-02-24 00:44:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(11670,'2018-02-24 00:44:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(11671,'2018-02-24 00:45:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(11672,'2018-02-24 01:07:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11673,'2018-02-24 01:08:26','imp','optin_5','mailchimp_7227261368','207.46.13.103','714',0),(11674,'2018-02-24 01:08:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11675,'2018-02-24 01:08:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11676,'2018-02-24 01:08:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11677,'2018-02-24 01:41:36','imp','optin_5','mailchimp_7227261368','54.36.149.35','599',0),(11678,'2018-02-24 02:10:54','imp','optin_5','mailchimp_7227261368','54.36.148.132','663',0),(11679,'2018-02-24 02:43:40','imp','optin_5','mailchimp_7227261368','40.77.167.112','173',0),(11680,'2018-02-24 04:14:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(11681,'2018-02-24 04:26:36','imp','optin_5','mailchimp_7227261368','2001:41d0:a:4205::','0',0),(11682,'2018-02-24 05:22:16','imp','optin_2','mailchimp_7227261368','192.187.101.178','92',0),(11683,'2018-02-24 05:48:09','imp','optin_5','mailchimp_7227261368','40.77.167.112','0',0),(11684,'2018-02-24 06:29:08','imp','optin_2','mailchimp_7227261368','180.76.15.15','92',0),(11685,'2018-02-24 06:29:11','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(11686,'2018-02-24 06:31:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(11687,'2018-02-24 06:33:28','imp','optin_5','mailchimp_7227261368','157.55.39.249','594',0),(11688,'2018-02-24 07:01:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11689,'2018-02-24 07:45:29','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11690,'2018-02-24 08:30:13','imp','optin_5','mailchimp_7227261368','207.46.13.124','0',0),(11691,'2018-02-24 08:39:04','imp','optin_5','mailchimp_7227261368','54.36.148.45','665',0),(11692,'2018-02-24 09:06:27','imp','optin_2','mailchimp_7227261368','54.36.148.173','92',0),(11693,'2018-02-24 09:27:08','imp','optin_5','mailchimp_7227261368','207.46.13.124','0',0),(11694,'2018-02-24 10:02:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(11695,'2018-02-24 10:04:43','imp','optin_2','mailchimp_7227261368','2804:431:9708:6949:2874:ce03:97c1:a93e','92',0),(11696,'2018-02-24 10:45:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(11697,'2018-02-24 12:45:00','imp','optin_2','mailchimp_7227261368','162.158.65.55','92',0),(11698,'2018-02-24 13:33:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(11699,'2018-02-24 13:39:06','imp','optin_2','mailchimp_7227261368','216.244.66.228','92',0),(11700,'2018-02-24 16:18:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(11701,'2018-02-24 17:49:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(11702,'2018-02-24 17:50:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(11703,'2018-02-24 18:12:47','imp','optin_5','mailchimp_7227261368','54.36.148.90','667',0),(11704,'2018-02-24 18:21:14','imp','optin_2','mailchimp_7227261368','72.255.35.184','92',0),(11705,'2018-02-24 19:09:31','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(11706,'2018-02-24 19:10:10','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11707,'2018-02-24 19:10:21','imp','optin_2','mailchimp_7227261368','2a02:c7d:51f4:3f00:198c:bee7:4c94:7547','92',0),(11708,'2018-02-24 19:25:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(11709,'2018-02-24 20:16:48','imp','optin_5','mailchimp_7227261368','40.77.167.8','0',0),(11710,'2018-02-24 20:22:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11711,'2018-02-24 20:40:54','imp','optin_5','mailchimp_7227261368','54.36.148.61','595',0),(11712,'2018-02-24 20:41:08','imp','optin_5','mailchimp_7227261368','54.36.148.77','600',0),(11713,'2018-02-24 21:03:15','imp','optin_5','mailchimp_7227261368','54.36.148.49','597',0),(11714,'2018-02-24 21:19:23','imp','optin_5','mailchimp_7227261368','40.77.167.72','0',0),(11715,'2018-02-24 23:16:35','imp','optin_5','mailchimp_7227261368','207.46.13.42','673',0),(11716,'2018-02-25 01:07:47','imp','optin_2','mailchimp_7227261368','157.55.39.191','2',0),(11717,'2018-02-25 02:24:05','imp','optin_5','mailchimp_7227261368','66.249.79.87','682',0),(11718,'2018-02-25 02:24:13','imp','optin_8','7227261368','66.249.79.87','682',0),(11719,'2018-02-25 02:43:12','imp','optin_5','mailchimp_7227261368','157.55.39.192','0',0),(11720,'2018-02-25 03:32:57','imp','optin_5','mailchimp_7227261368','157.55.39.192','0',0),(11721,'2018-02-25 04:11:35','imp','optin_2','mailchimp_7227261368','180.76.15.10','92',0),(11722,'2018-02-25 04:35:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11723,'2018-02-25 04:38:16','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11724,'2018-02-25 05:30:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11725,'2018-02-25 05:40:57','imp','optin_2','mailchimp_7227261368','157.55.39.191','2',0),(11726,'2018-02-25 06:31:58','imp','optin_5','mailchimp_7227261368','54.36.149.44','0',0),(11727,'2018-02-25 06:35:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11728,'2018-02-25 07:04:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11729,'2018-02-25 07:16:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11730,'2018-02-25 08:01:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(11731,'2018-02-25 08:02:39','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11732,'2018-02-25 08:48:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(11733,'2018-02-25 08:54:34','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(11734,'2018-02-25 09:04:04','imp','optin_5','mailchimp_7227261368','66.249.79.89','595',0),(11735,'2018-02-25 09:40:21','imp','optin_8','7227261368','66.249.79.89','-1',0),(11736,'2018-02-25 10:10:39','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(11737,'2018-02-25 10:10:46','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11738,'2018-02-25 10:10:52','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11739,'2018-02-25 10:11:05','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11740,'2018-02-25 10:11:31','imp','optin_8','7227261368','1.42.80.252','-1',0),(11741,'2018-02-25 10:11:59','imp','optin_2','mailchimp_7227261368','1.42.80.252','2',0),(11742,'2018-02-25 10:12:03','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11743,'2018-02-25 10:12:35','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11744,'2018-02-25 10:14:32','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11745,'2018-02-25 10:14:36','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11746,'2018-02-25 10:14:40','imp','optin_5','mailchimp_7227261368','1.42.80.252','592',0),(11747,'2018-02-25 10:14:44','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11748,'2018-02-25 10:15:45','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(11749,'2018-02-25 10:15:49','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11750,'2018-02-25 10:18:17','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11751,'2018-02-25 10:18:21','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11752,'2018-02-25 10:18:33','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11753,'2018-02-25 10:18:36','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11754,'2018-02-25 10:19:23','imp','optin_5','mailchimp_7227261368','1.42.80.252','591',0),(11755,'2018-02-25 10:19:43','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11756,'2018-02-25 10:19:50','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11757,'2018-02-25 10:56:06','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(11758,'2018-02-25 10:56:22','imp','optin_8','7227261368','66.249.79.87','-1',0),(11759,'2018-02-25 10:57:55','imp','optin_5','mailchimp_7227261368','180.76.15.29','0',0),(11760,'2018-02-25 11:06:17','imp','optin_8','7227261368','66.249.79.89','595',0),(11761,'2018-02-25 13:53:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11762,'2018-02-25 15:53:33','imp','optin_2','mailchimp_7227261368','46.4.58.130','92',0),(11763,'2018-02-25 16:44:39','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(11764,'2018-02-25 16:44:55','imp','optin_8','7227261368','66.249.66.213','0',0),(11765,'2018-02-25 16:51:07','imp','optin_5','mailchimp_7227261368','180.76.15.21','0',0),(11766,'2018-02-25 18:29:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11767,'2018-02-25 19:15:30','imp','optin_5','mailchimp_7227261368','157.55.39.194','0',0),(11768,'2018-02-25 19:53:16','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(11769,'2018-02-25 19:53:17','imp','optin_5','mailchimp_7227261368','54.85.182.120','592',0),(11770,'2018-02-25 20:15:30','imp','optin_5','mailchimp_7227261368','157.55.39.194','0',0),(11771,'2018-02-25 20:55:42','imp','optin_5','mailchimp_7227261368','54.85.182.120','591',0),(11772,'2018-02-25 20:55:43','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(11773,'2018-02-25 20:55:43','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(11774,'2018-02-25 22:52:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11775,'2018-02-26 01:17:20','imp','optin_2','mailchimp_7227261368','180.76.15.146','92',0),(11776,'2018-02-26 01:28:56','imp','optin_5','mailchimp_7227261368','54.36.148.23','0',0),(11777,'2018-02-26 01:48:21','imp','optin_5','mailchimp_7227261368','157.55.39.164','592',0),(11778,'2018-02-26 02:10:45','imp','optin_5','mailchimp_7227261368','157.55.39.164','0',0),(11779,'2018-02-26 02:42:13','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11780,'2018-02-26 02:55:49','imp','optin_5','mailchimp_7227261368','65.55.210.56','0',0),(11781,'2018-02-26 02:56:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11782,'2018-02-26 03:14:52','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(11783,'2018-02-26 03:55:10','imp','optin_5','mailchimp_7227261368','207.46.13.170','0',0),(11784,'2018-02-26 05:54:26','imp','optin_5','mailchimp_7227261368','180.76.15.19','663',0),(11785,'2018-02-26 06:37:29','imp','optin_5','mailchimp_7227261368','207.46.13.127','173',0),(11786,'2018-02-26 07:22:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11787,'2018-02-26 07:25:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11788,'2018-02-26 08:07:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11789,'2018-02-26 08:52:08','imp','optin_2','mailchimp_7227261368','180.76.15.151','92',0),(11790,'2018-02-26 10:13:25','imp','optin_5','mailchimp_7227261368','207.46.13.118','593',0),(11791,'2018-02-26 10:57:24','imp','optin_5','mailchimp_7227261368','180.76.15.21','668',0),(11792,'2018-02-26 11:51:39','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11793,'2018-02-26 12:08:39','imp','optin_5','mailchimp_7227261368','66.249.66.89','0',0),(11794,'2018-02-26 14:17:17','imp','optin_2','mailchimp_7227261368','64.246.165.150','92',0),(11795,'2018-02-26 14:38:19','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(11796,'2018-02-26 14:38:28','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11797,'2018-02-26 14:38:33','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11798,'2018-02-26 14:38:35','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11799,'2018-02-26 14:38:39','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11800,'2018-02-26 14:38:46','imp','optin_8','7227261368','1.42.80.252','0',0),(11801,'2018-02-26 14:38:49','imp','optin_5','mailchimp_7227261368','1.42.80.252','663',0),(11802,'2018-02-26 14:38:54','imp','optin_5','mailchimp_7227261368','1.42.80.252','663',0),(11803,'2018-02-26 14:38:59','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11804,'2018-02-26 14:43:41','imp','optin_5','mailchimp_7227261368','216.244.66.228','714',0),(11805,'2018-02-26 15:10:17','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(11806,'2018-02-26 15:57:50','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(11807,'2018-02-26 15:57:50','imp','optin_5','mailchimp_7227261368','54.85.182.120','663',0),(11808,'2018-02-26 16:21:54','imp','optin_2','mailchimp_7227261368','207.241.231.84','92',0),(11809,'2018-02-26 16:28:22','imp','optin_5','mailchimp_7227261368','207.241.231.84','0',0),(11810,'2018-02-26 16:33:20','imp','optin_5','mailchimp_7227261368','207.241.231.84','0',0),(11811,'2018-02-26 18:15:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11812,'2018-02-26 18:26:54','imp','optin_5','mailchimp_7227261368','54.202.192.114','0',0),(11813,'2018-02-26 18:27:03','imp','optin_5','mailchimp_7227261368','54.202.192.114','0',0),(11814,'2018-02-26 18:27:42','imp','optin_8','7227261368','54.202.192.114','0',0),(11815,'2018-02-26 18:51:08','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(11816,'2018-02-26 18:51:28','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(11817,'2018-02-26 18:51:35','imp','optin_8','7227261368','66.249.66.213','0',0),(11818,'2018-02-26 19:50:31','imp','optin_5','mailchimp_7227261368','180.76.15.140','591',0),(11819,'2018-02-26 20:18:23','imp','optin_2','mailchimp_7227261368','182.70.227.46','92',0),(11820,'2018-02-26 20:18:33','imp','optin_5','mailchimp_7227261368','182.70.227.46','0',0),(11821,'2018-02-26 22:01:49','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11822,'2018-02-26 22:49:14','imp','optin_5','mailchimp_7227261368','173.234.159.250','0',0),(11823,'2018-02-26 22:51:45','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(11824,'2018-02-26 22:51:53','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(11825,'2018-02-26 22:52:13','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(11826,'2018-02-26 22:59:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(11827,'2018-02-26 23:59:28','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11828,'2018-02-27 00:47:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(11829,'2018-02-27 01:51:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11830,'2018-02-27 02:01:22','imp','optin_2','mailchimp_7227261368','162.210.196.100','92',0),(11831,'2018-02-27 02:17:24','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(11832,'2018-02-27 02:18:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11833,'2018-02-27 03:07:50','imp','optin_5','mailchimp_7227261368','216.244.66.228','411',0),(11834,'2018-02-27 03:17:39','imp','optin_5','mailchimp_7227261368','253.82.153.243, 66.249.93.54','714',0),(11835,'2018-02-27 03:17:46','imp','optin_5','mailchimp_7227261368','253.82.153.243, 66.249.93.52','0',0),(11836,'2018-02-27 03:17:56','imp','optin_7','mailchimp_7227261368','253.82.153.243, 66.249.93.54','714',0),(11837,'2018-02-27 03:26:04','imp','optin_5','mailchimp_7227261368','54.36.148.202','0',0),(11838,'2018-02-27 04:04:31','imp','optin_5','mailchimp_7227261368','157.55.39.63','0',0),(11839,'2018-02-27 05:49:50','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(11840,'2018-02-27 05:55:08','imp','optin_2','mailchimp_7227261368','104.131.120.61','92',0),(11841,'2018-02-27 05:55:20','imp','optin_5','mailchimp_7227261368','104.131.120.61','76',0),(11842,'2018-02-27 05:55:26','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11843,'2018-02-27 05:55:30','imp','optin_2','mailchimp_7227261368','104.131.120.61','2',0),(11844,'2018-02-27 05:55:49','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11845,'2018-02-27 05:55:54','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11846,'2018-02-27 05:55:59','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11847,'2018-02-27 05:56:10','imp','optin_5','mailchimp_7227261368','104.131.120.61','577',0),(11848,'2018-02-27 05:56:17','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11849,'2018-02-27 05:56:23','imp','optin_5','mailchimp_7227261368','104.131.120.61','600',0),(11850,'2018-02-27 05:56:28','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11851,'2018-02-27 05:56:33','imp','optin_5','mailchimp_7227261368','104.131.120.61','666',0),(11852,'2018-02-27 05:56:39','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11853,'2018-02-27 05:56:44','imp','optin_5','mailchimp_7227261368','104.131.120.61','667',0),(11854,'2018-02-27 05:56:50','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11855,'2018-02-27 05:56:55','imp','optin_5','mailchimp_7227261368','104.131.120.61','601',0),(11856,'2018-02-27 05:57:00','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11857,'2018-02-27 05:57:05','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11858,'2018-02-27 05:57:10','imp','optin_5','mailchimp_7227261368','104.131.120.61','598',0),(11859,'2018-02-27 05:57:20','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11860,'2018-02-27 05:57:26','imp','optin_5','mailchimp_7227261368','104.131.120.61','673',0),(11861,'2018-02-27 05:57:31','imp','optin_5','mailchimp_7227261368','104.131.120.61','682',0),(11862,'2018-02-27 05:57:36','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11863,'2018-02-27 05:57:41','imp','optin_5','mailchimp_7227261368','104.131.120.61','663',0),(11864,'2018-02-27 05:57:47','imp','optin_5','mailchimp_7227261368','104.131.120.61','599',0),(11865,'2018-02-27 05:57:52','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11866,'2018-02-27 05:57:57','imp','optin_5','mailchimp_7227261368','104.131.120.61','665',0),(11867,'2018-02-27 05:58:02','imp','optin_5','mailchimp_7227261368','104.131.120.61','683',0),(11868,'2018-02-27 05:58:08','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11869,'2018-02-27 05:58:13','imp','optin_5','mailchimp_7227261368','104.131.120.61','594',0),(11870,'2018-02-27 05:58:19','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11871,'2018-02-27 05:58:29','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11872,'2018-02-27 05:58:34','imp','optin_5','mailchimp_7227261368','104.131.120.61','591',0),(11873,'2018-02-27 05:58:39','imp','optin_5','mailchimp_7227261368','104.131.120.61','678',0),(11874,'2018-02-27 05:58:45','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11875,'2018-02-27 05:58:49','imp','optin_5','mailchimp_7227261368','104.131.120.61','593',0),(11876,'2018-02-27 05:58:56','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11877,'2018-02-27 05:59:02','imp','optin_5','mailchimp_7227261368','104.131.120.61','681',0),(11878,'2018-02-27 05:59:08','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11879,'2018-02-27 05:59:13','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11880,'2018-02-27 05:59:23','imp','optin_5','mailchimp_7227261368','104.131.120.61','680',0),(11881,'2018-02-27 05:59:29','imp','optin_5','mailchimp_7227261368','104.131.120.61','668',0),(11882,'2018-02-27 05:59:35','imp','optin_5','mailchimp_7227261368','104.131.120.61','570',0),(11883,'2018-02-27 05:59:40','imp','optin_5','mailchimp_7227261368','104.131.120.61','664',0),(11884,'2018-02-27 05:59:46','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11885,'2018-02-27 05:59:51','imp','optin_5','mailchimp_7227261368','104.131.120.61','602',0),(11886,'2018-02-27 05:59:56','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11887,'2018-02-27 06:00:02','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11888,'2018-02-27 06:00:07','imp','optin_5','mailchimp_7227261368','104.131.120.61','573',0),(11889,'2018-02-27 06:00:18','imp','optin_5','mailchimp_7227261368','104.131.120.61','835',0),(11890,'2018-02-27 06:00:23','imp','optin_5','mailchimp_7227261368','104.131.120.61','592',0),(11891,'2018-02-27 06:00:30','imp','optin_5','mailchimp_7227261368','104.131.120.61','575',0),(11892,'2018-02-27 06:00:35','imp','optin_5','mailchimp_7227261368','104.131.120.61','597',0),(11893,'2018-02-27 06:00:40','imp','optin_5','mailchimp_7227261368','104.131.120.61','411',0),(11894,'2018-02-27 06:00:45','imp','optin_5','mailchimp_7227261368','104.131.120.61','843',0),(11895,'2018-02-27 06:00:50','imp','optin_5','mailchimp_7227261368','104.131.120.61','679',0),(11896,'2018-02-27 06:00:55','imp','optin_5','mailchimp_7227261368','104.131.120.61','595',0),(11897,'2018-02-27 06:01:00','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11898,'2018-02-27 06:01:06','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11899,'2018-02-27 06:01:11','imp','optin_5','mailchimp_7227261368','104.131.120.61','0',0),(11900,'2018-02-27 06:01:20','imp','optin_5','mailchimp_7227261368','104.131.120.61','714',0),(11901,'2018-02-27 06:01:25','imp','optin_5','mailchimp_7227261368','104.131.120.61','714',0),(11902,'2018-02-27 06:40:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11903,'2018-02-27 07:18:52','imp','optin_5','mailchimp_7227261368','216.244.66.228','664',0),(11904,'2018-02-27 08:21:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(11905,'2018-02-27 08:55:17','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(11906,'2018-02-27 08:55:39','imp','optin_8','7227261368','66.249.79.63','0',0),(11907,'2018-02-27 09:11:44','imp','optin_5','mailchimp_7227261368','40.77.167.64','0',0),(11908,'2018-02-27 09:31:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(11909,'2018-02-27 09:34:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(11910,'2018-02-27 09:46:48','imp','optin_5','mailchimp_7227261368','216.244.66.228','667',0),(11911,'2018-02-27 09:48:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(11912,'2018-02-27 10:49:02','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11913,'2018-02-27 13:27:46','imp','optin_2','mailchimp_7227261368','162.158.65.105','92',0),(11914,'2018-02-27 13:28:08','imp','optin_5','mailchimp_7227261368','207.241.231.85','0',0),(11915,'2018-02-27 14:01:02','imp','optin_5','mailchimp_7227261368','40.77.167.188','678',0),(11916,'2018-02-27 14:16:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(11917,'2018-02-27 14:58:57','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11918,'2018-02-27 17:15:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(11919,'2018-02-27 18:56:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(11920,'2018-02-27 19:18:33','imp','optin_5','mailchimp_7227261368','60.228.221.12','714',0),(11921,'2018-02-27 19:18:42','imp','optin_5','mailchimp_7227261368','60.228.221.12','0',0),(11922,'2018-02-27 19:18:50','imp','optin_7','mailchimp_7227261368','60.228.221.12','714',0),(11923,'2018-02-27 19:18:57','imp','optin_5','mailchimp_7227261368','60.228.221.12','0',0),(11924,'2018-02-27 19:19:07','imp','optin_8','7227261368','60.228.221.12','714',0),(11925,'2018-02-27 19:23:48','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(11926,'2018-02-27 19:27:18','imp','optin_5','mailchimp_7227261368','207.46.13.24','0',0),(11927,'2018-02-27 19:35:53','imp','optin_5','mailchimp_7227261368','216.244.66.228','666',0),(11928,'2018-02-27 19:44:19','imp','optin_5','mailchimp_7227261368','133.242.22.177','0',0),(11929,'2018-02-27 20:31:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(11930,'2018-02-27 21:12:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11931,'2018-02-27 21:37:17','imp','optin_5','mailchimp_7227261368','180.76.15.153','714',0),(11932,'2018-02-27 21:43:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(11933,'2018-02-27 21:43:07','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(11934,'2018-02-27 23:50:34','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(11935,'2018-02-28 00:03:17','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11936,'2018-02-28 00:03:21','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11937,'2018-02-28 00:03:27','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11938,'2018-02-28 00:03:32','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11939,'2018-02-28 00:03:37','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11940,'2018-02-28 00:06:33','imp','optin_5','mailchimp_7227261368','195.22.125.11','0',0),(11941,'2018-02-28 00:59:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11942,'2018-02-28 01:09:16','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(11943,'2018-02-28 01:14:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(11944,'2018-02-28 01:35:27','imp','optin_2','mailchimp_7227261368','180.76.15.155','92',0),(11945,'2018-02-28 02:15:19','imp','optin_5','mailchimp_7227261368','66.249.69.215','575',0),(11946,'2018-02-28 02:15:59','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(11947,'2018-02-28 02:16:15','imp','optin_8','7227261368','66.249.69.213','575',0),(11948,'2018-02-28 02:45:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(11949,'2018-02-28 02:59:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11950,'2018-02-28 03:05:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11951,'2018-02-28 03:15:19','imp','optin_2','mailchimp_7227261368','194.44.247.218','92',0),(11952,'2018-02-28 03:16:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(11953,'2018-02-28 04:31:26','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(11954,'2018-02-28 05:02:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11955,'2018-02-28 06:01:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(11956,'2018-02-28 06:01:34','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(11957,'2018-02-28 06:04:50','imp','optin_2','mailchimp_7227261368','162.210.196.100','92',0),(11958,'2018-02-28 06:41:07','imp','optin_5','mailchimp_7227261368','207.46.13.30','0',0),(11959,'2018-02-28 07:14:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(11960,'2018-02-28 07:44:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(11961,'2018-02-28 08:02:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(11962,'2018-02-28 08:03:08','imp','optin_5','mailchimp_7227261368','64.120.56.210','598',0),(11963,'2018-02-28 08:03:44','imp','optin_5','mailchimp_7227261368','64.120.56.210','664',0),(11964,'2018-02-28 08:04:21','imp','optin_5','mailchimp_7227261368','64.120.56.210','665',0),(11965,'2018-02-28 08:07:50','imp','optin_5','mailchimp_7227261368','64.120.56.210','666',0),(11966,'2018-02-28 08:38:40','imp','optin_5','mailchimp_7227261368','207.46.13.30','0',0),(11967,'2018-02-28 08:46:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(11968,'2018-02-28 09:24:03','imp','optin_5','mailchimp_7227261368','40.77.167.173','0',0),(11969,'2018-02-28 09:44:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11970,'2018-02-28 09:49:59','imp','optin_2','mailchimp_7227261368','88.99.19.242','92',0),(11971,'2018-02-28 11:10:24','imp','optin_5','mailchimp_7227261368','52.39.210.223','598',0),(11972,'2018-02-28 11:10:32','imp','optin_5','mailchimp_7227261368','52.39.210.223','0',0),(11973,'2018-02-28 11:11:35','imp','optin_8','7227261368','52.39.210.223','598',0),(11974,'2018-02-28 12:58:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(11975,'2018-02-28 13:06:12','imp','optin_2','mailchimp_7227261368','180.76.15.11','92',0),(11976,'2018-02-28 13:11:57','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(11977,'2018-02-28 13:12:37','imp','optin_8','7227261368','66.249.79.89','-1',0),(11978,'2018-02-28 13:43:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(11979,'2018-02-28 13:58:01','imp','optin_5','mailchimp_7227261368','180.76.15.31','0',0),(11980,'2018-02-28 14:29:13','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(11981,'2018-02-28 15:51:46','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(11982,'2018-02-28 16:46:18','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(11983,'2018-02-28 16:47:19','imp','optin_8','7227261368','66.249.79.85','-1',0),(11984,'2018-02-28 16:50:34','imp','optin_2','mailchimp_7227261368','54.190.51.125','92',0),(11985,'2018-02-28 17:07:50','imp','optin_5','mailchimp_7227261368','66.249.79.89','220',0),(11986,'2018-02-28 17:33:46','imp','optin_8','7227261368','66.249.79.85','220',0),(11987,'2018-02-28 18:38:17','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(11988,'2018-02-28 18:54:38','imp','optin_5','mailchimp_7227261368','34.211.116.122','0',0),(11989,'2018-02-28 18:55:02','imp','optin_8','7227261368','34.211.116.122','192',0),(11990,'2018-02-28 18:59:43','imp','optin_8','7227261368','66.249.79.87','0',0),(11991,'2018-02-28 19:08:45','imp','optin_2','mailchimp_7227261368','199.58.86.211','92',0),(11992,'2018-02-28 19:38:24','imp','optin_5','mailchimp_7227261368','157.55.39.73','0',0),(11993,'2018-02-28 19:45:03','imp','optin_2','mailchimp_7227261368','180.76.15.7','92',0),(11994,'2018-02-28 20:50:35','imp','optin_5','mailchimp_7227261368','157.55.39.73','0',0),(11995,'2018-02-28 21:04:06','imp','optin_2','mailchimp_7227261368','5.9.155.37','2',0),(11996,'2018-02-28 21:04:12','imp','optin_5','mailchimp_7227261368','5.9.155.37','76',0),(11997,'2018-02-28 21:17:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(11998,'2018-02-28 21:24:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(11999,'2018-02-28 21:49:16','imp','optin_5','mailchimp_7227261368','157.55.39.191','668',0),(12000,'2018-02-28 22:17:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12001,'2018-02-28 22:23:55','imp','optin_5','mailchimp_7227261368','207.46.13.24','0',0),(12002,'2018-02-28 22:42:53','imp','optin_2','mailchimp_7227261368','194.44.247.218','92',0),(12003,'2018-02-28 23:22:19','imp','optin_5','mailchimp_7227261368','180.76.15.29','664',0),(12004,'2018-02-28 23:56:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(12005,'2018-03-01 00:10:08','imp','optin_5','mailchimp_7227261368','216.244.66.228','679',0),(12006,'2018-03-01 00:17:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(12007,'2018-03-01 00:37:18','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(12008,'2018-03-01 01:10:55','imp','optin_5','mailchimp_7227261368','157.55.39.97','0',0),(12009,'2018-03-01 01:16:45','imp','optin_5','mailchimp_7227261368','157.55.39.191','0',0),(12010,'2018-03-01 01:43:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12011,'2018-03-01 02:02:08','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(12012,'2018-03-01 03:30:37','imp','optin_2','mailchimp_7227261368','180.76.15.138','92',0),(12013,'2018-03-01 03:57:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(12014,'2018-03-01 04:30:51','imp','optin_5','mailchimp_7227261368','65.55.210.71','0',0),(12015,'2018-03-01 04:33:07','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12016,'2018-03-01 07:34:53','imp','optin_5','mailchimp_7227261368','216.244.66.228','575',0),(12017,'2018-03-01 08:53:28','imp','optin_5','mailchimp_7227261368','65.55.210.172','0',0),(12018,'2018-03-01 09:33:01','imp','optin_5','mailchimp_7227261368','207.46.13.24','600',0),(12019,'2018-03-01 10:04:37','imp','optin_2','mailchimp_7227261368','13.56.229.65','92',0),(12020,'2018-03-01 10:57:39','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12021,'2018-03-01 11:47:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(12022,'2018-03-01 13:31:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(12023,'2018-03-01 14:40:36','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(12024,'2018-03-01 15:09:07','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(12025,'2018-03-01 15:53:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(12026,'2018-03-01 16:04:44','imp','optin_5','mailchimp_7227261368','216.244.66.228','592',0),(12027,'2018-03-01 17:21:04','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(12028,'2018-03-01 17:27:31','imp','optin_2','mailchimp_7227261368','54.218.59.45','92',0),(12029,'2018-03-01 17:27:40','imp','optin_5','mailchimp_7227261368','54.218.59.45','0',0),(12030,'2018-03-01 17:28:07','imp','optin_8','7227261368','54.218.59.45','-1',0),(12031,'2018-03-01 18:51:58','imp','optin_5','mailchimp_7227261368','216.244.66.228','668',0),(12032,'2018-03-01 20:17:47','imp','optin_5','mailchimp_7227261368','216.244.66.228','577',0),(12033,'2018-03-01 20:22:45','imp','optin_2','mailchimp_7227261368','46.118.115.22','92',0),(12034,'2018-03-01 20:22:53','imp','optin_5','mailchimp_7227261368','46.118.115.22','0',0),(12035,'2018-03-01 20:23:03','imp','optin_5','mailchimp_7227261368','46.118.115.22','0',0),(12036,'2018-03-01 21:00:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12037,'2018-03-01 21:17:44','imp','optin_5','mailchimp_7227261368','216.244.66.228','593',0),(12038,'2018-03-01 23:00:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(12039,'2018-03-01 23:44:47','imp','optin_5','mailchimp_7227261368','216.244.66.228','682',0),(12040,'2018-03-02 00:33:25','imp','optin_5','mailchimp_7227261368','65.55.210.83','600',0),(12041,'2018-03-02 01:34:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12042,'2018-03-02 02:09:24','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12043,'2018-03-02 03:56:15','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(12044,'2018-03-02 03:56:34','imp','optin_8','7227261368','66.249.79.35','-1',0),(12045,'2018-03-02 03:57:45','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12046,'2018-03-02 04:53:55','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12047,'2018-03-02 04:54:11','imp','optin_8','7227261368','66.249.79.35','0',0),(12048,'2018-03-02 05:55:12','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12049,'2018-03-02 05:57:52','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12050,'2018-03-02 05:58:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12051,'2018-03-02 06:00:05','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12052,'2018-03-02 06:02:15','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12053,'2018-03-02 06:04:35','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12054,'2018-03-02 06:09:55','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12055,'2018-03-02 06:12:16','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12056,'2018-03-02 06:14:33','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12057,'2018-03-02 06:16:50','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12058,'2018-03-02 06:19:07','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12059,'2018-03-02 06:20:23','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12060,'2018-03-02 06:22:50','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12061,'2018-03-02 06:25:20','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12062,'2018-03-02 06:27:40','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12063,'2018-03-02 06:29:36','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12064,'2018-03-02 06:30:35','imp','optin_5','mailchimp_7227261368','192.81.129.83','0',0),(12065,'2018-03-02 07:52:40','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12066,'2018-03-02 08:05:20','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12067,'2018-03-02 08:44:56','imp','optin_5','mailchimp_7227261368','52.168.125.71','598',0),(12068,'2018-03-02 08:45:07','imp','optin_5','mailchimp_7227261368','52.168.125.71','664',0),(12069,'2018-03-02 08:45:19','imp','optin_5','mailchimp_7227261368','52.168.125.71','665',0),(12070,'2018-03-02 08:45:31','imp','optin_5','mailchimp_7227261368','52.168.125.71','666',0),(12071,'2018-03-02 09:26:55','imp','optin_5','mailchimp_7227261368','207.46.13.174','173',0),(12072,'2018-03-02 09:27:17','imp','optin_5','mailchimp_7227261368','40.77.167.51','0',0),(12073,'2018-03-02 09:58:09','imp','optin_2','mailchimp_7227261368','121.218.68.45','92',0),(12074,'2018-03-02 09:58:20','imp','optin_2','mailchimp_7227261368','121.218.68.45','92',0),(12075,'2018-03-02 09:58:24','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12076,'2018-03-02 09:59:16','imp','optin_5','mailchimp_7227261368','121.218.68.45','598',0),(12077,'2018-03-02 09:59:20','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12078,'2018-03-02 09:59:31','imp','optin_2','mailchimp_7227261368','121.218.68.45','92',0),(12079,'2018-03-02 09:59:35','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12080,'2018-03-02 10:00:00','imp','optin_2','mailchimp_7227261368','121.218.68.45','92',0),(12081,'2018-03-02 10:00:22','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12082,'2018-03-02 10:00:24','imp','optin_2','mailchimp_7227261368','121.218.68.45','92',0),(12083,'2018-03-02 10:00:34','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12084,'2018-03-02 10:00:43','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12085,'2018-03-02 10:00:48','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12086,'2018-03-02 10:01:12','imp','optin_8','7227261368','121.218.68.45','0',0),(12087,'2018-03-02 10:01:51','imp','optin_2','mailchimp_7227261368','121.218.68.45','2',0),(12088,'2018-03-02 10:01:56','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12089,'2018-03-02 10:02:27','imp','optin_5','mailchimp_7227261368','121.218.68.45','0',0),(12090,'2018-03-02 10:36:27','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(12091,'2018-03-02 11:23:38','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(12092,'2018-03-02 11:23:48','imp','optin_8','7227261368','66.249.79.35','-1',0),(12093,'2018-03-02 12:54:04','imp','optin_2','mailchimp_7227261368','1.42.80.252','92',0),(12094,'2018-03-02 12:54:12','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12095,'2018-03-02 12:54:17','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12096,'2018-03-02 12:54:19','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12097,'2018-03-02 12:54:23','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12098,'2018-03-02 12:54:30','imp','optin_8','7227261368','1.42.80.252','0',0),(12099,'2018-03-02 12:54:47','imp','optin_8','7227261368','1.42.80.252','0',0),(12100,'2018-03-02 12:55:19','imp','optin_5','mailchimp_7227261368','1.42.80.252','595',0),(12101,'2018-03-02 12:55:23','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12102,'2018-03-02 12:55:49','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12103,'2018-03-02 13:01:30','imp','optin_2','mailchimp_7227261368','216.244.66.228','2',0),(12104,'2018-03-02 13:14:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12105,'2018-03-02 13:14:54','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12106,'2018-03-02 13:14:58','imp','optin_5','mailchimp_7227261368','1.42.80.252','0',0),(12107,'2018-03-02 13:20:45','imp','optin_5','mailchimp_7227261368','77.88.5.32','668',0),(12108,'2018-03-02 13:34:47','imp','optin_2','mailchimp_7227261368','180.76.15.161','92',0),(12109,'2018-03-02 13:54:30','imp','optin_5','mailchimp_7227261368','86.106.131.133','0',0),(12110,'2018-03-02 13:57:29','imp','optin_5','mailchimp_7227261368','93.158.161.137','601',0),(12111,'2018-03-02 13:59:04','imp','optin_5','mailchimp_7227261368','54.85.182.120','0',0),(12112,'2018-03-02 13:59:05','imp','optin_5','mailchimp_7227261368','54.85.182.120','595',0),(12113,'2018-03-02 13:59:06','imp','optin_5','mailchimp_7227261368','216.244.66.228','76',0),(12114,'2018-03-02 14:33:43','imp','optin_5','mailchimp_7227261368','199.30.24.104','0',0),(12115,'2018-03-02 16:18:30','imp','optin_5','mailchimp_7227261368','88.198.16.12','0',0),(12116,'2018-03-02 17:00:51','imp','optin_5','mailchimp_7227261368','216.244.66.228','573',0),(12117,'2018-03-02 17:01:49','imp','optin_2','mailchimp_7227261368','2a03:4000:6:d03e::1','92',0),(12118,'2018-03-02 17:48:49','imp','optin_2','mailchimp_7227261368','2604:a880:1:20::13ef:1','92',0),(12119,'2018-03-02 17:48:58','imp','optin_5','mailchimp_7227261368','2604:a880:1:20::13ef:1','0',0),(12120,'2018-03-02 18:08:44','imp','optin_2','mailchimp_7227261368','89.234.68.69','92',0),(12121,'2018-03-02 18:09:38','imp','optin_2','mailchimp_7227261368','89.234.68.69','92',0),(12122,'2018-03-02 18:10:03','imp','optin_5','mailchimp_7227261368','89.234.68.69','667',0),(12123,'2018-03-02 18:10:32','imp','optin_5','mailchimp_7227261368','89.234.68.69','666',0),(12124,'2018-03-02 18:33:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12125,'2018-03-02 18:50:03','imp','optin_2','mailchimp_7227261368','113.35.251.98','92',0),(12126,'2018-03-02 19:41:14','imp','optin_5','mailchimp_7227261368','40.77.167.136','599',0),(12127,'2018-03-02 19:46:06','imp','optin_5','mailchimp_7227261368','40.77.167.136','682',0),(12128,'2018-03-02 19:46:10','imp','optin_5','mailchimp_7227261368','207.46.13.175','0',0),(12129,'2018-03-02 19:59:58','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(12130,'2018-03-02 20:00:15','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(12131,'2018-03-02 20:00:21','imp','optin_8','7227261368','66.249.79.63','714',0),(12132,'2018-03-02 20:14:11','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(12133,'2018-03-02 20:14:58','imp','optin_8','7227261368','66.249.79.35','-1',0),(12134,'2018-03-02 21:58:28','imp','optin_5','mailchimp_7227261368','188.213.175.168','0',0),(12135,'2018-03-02 22:53:47','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12136,'2018-03-02 22:56:58','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12137,'2018-03-02 22:59:45','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12138,'2018-03-02 23:02:37','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12139,'2018-03-02 23:05:26','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12140,'2018-03-02 23:11:44','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12141,'2018-03-02 23:14:35','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12142,'2018-03-02 23:17:00','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12143,'2018-03-02 23:17:26','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12144,'2018-03-02 23:20:26','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12145,'2018-03-02 23:20:55','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12146,'2018-03-02 23:23:21','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12147,'2018-03-02 23:25:36','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12148,'2018-03-02 23:26:09','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12149,'2018-03-02 23:28:59','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12150,'2018-03-02 23:31:51','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12151,'2018-03-02 23:34:48','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12152,'2018-03-02 23:37:35','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12153,'2018-03-02 23:40:26','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12154,'2018-03-02 23:40:55','imp','optin_5','mailchimp_7227261368','45.79.75.152','0',0),(12155,'2018-03-03 00:32:33','imp','optin_2','mailchimp_7227261368','38.99.62.93','92',0),(12156,'2018-03-03 00:49:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(12157,'2018-03-03 01:01:35','imp','optin_5','mailchimp_7227261368','216.244.66.228','599',0),(12158,'2018-03-03 01:53:23','imp','optin_2','mailchimp_7227261368','54.212.110.151','92',0),(12159,'2018-03-03 01:54:33','imp','optin_2','mailchimp_7227261368','54.212.110.151','92',0),(12160,'2018-03-03 02:10:27','imp','optin_5','mailchimp_7227261368','40.77.167.9','0',0),(12161,'2018-03-03 02:31:24','imp','optin_2','mailchimp_7227261368','94.130.167.248','92',0),(12162,'2018-03-03 02:41:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(12163,'2018-03-03 02:54:46','imp','optin_2','mailchimp_7227261368','54.167.17.198','92',0),(12164,'2018-03-03 04:02:23','imp','optin_5','mailchimp_7227261368','180.76.15.33','667',0),(12165,'2018-03-03 04:11:10','imp','optin_5','mailchimp_7227261368','40.77.167.51','0',0),(12166,'2018-03-03 04:24:16','imp','optin_2','mailchimp_7227261368','35.205.210.1','92',0),(12167,'2018-03-03 04:32:40','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12168,'2018-03-03 04:47:14','imp','optin_2','mailchimp_7227261368','2607:5300:60:7eb2:2607:60:b300:100','92',0),(12169,'2018-03-03 04:47:32','imp','optin_5','mailchimp_7227261368','2607:5300:60:7eb2:2607:60:b300:100','0',0),(12170,'2018-03-03 05:00:31','imp','optin_5','mailchimp_7227261368','54.197.201.122','592',0),(12171,'2018-03-03 05:01:04','imp','optin_5','mailchimp_7227261368','34.228.27.233','663',0),(12172,'2018-03-03 05:02:57','imp','optin_5','mailchimp_7227261368','54.83.177.146','664',0),(12173,'2018-03-03 05:03:54','imp','optin_5','mailchimp_7227261368','34.228.57.16','411',0),(12174,'2018-03-03 05:05:16','imp','optin_5','mailchimp_7227261368','34.227.227.115','577',0),(12175,'2018-03-03 05:06:27','imp','optin_5','mailchimp_7227261368','54.197.201.122','598',0),(12176,'2018-03-03 05:07:17','imp','optin_5','mailchimp_7227261368','34.227.227.115','591',0),(12177,'2018-03-03 05:07:52','imp','optin_5','mailchimp_7227261368','34.228.57.16','667',0),(12178,'2018-03-03 05:09:07','imp','optin_5','mailchimp_7227261368','34.227.227.115','665',0),(12179,'2018-03-03 05:10:00','imp','optin_5','mailchimp_7227261368','54.83.177.146','679',0),(12180,'2018-03-03 05:10:54','imp','optin_5','mailchimp_7227261368','34.228.27.233','597',0),(12181,'2018-03-03 05:12:37','imp','optin_5','mailchimp_7227261368','34.228.27.233','573',0),(12182,'2018-03-03 05:13:57','imp','optin_5','mailchimp_7227261368','34.228.27.233','575',0),(12183,'2018-03-03 05:14:58','imp','optin_5','mailchimp_7227261368','34.228.57.16','666',0),(12184,'2018-03-03 05:16:36','imp','optin_5','mailchimp_7227261368','34.227.227.115','570',0),(12185,'2018-03-03 05:17:17','imp','optin_5','mailchimp_7227261368','54.83.177.146','678',0),(12186,'2018-03-03 05:17:45','imp','optin_5','mailchimp_7227261368','34.228.57.16','595',0),(12187,'2018-03-03 05:18:39','imp','optin_5','mailchimp_7227261368','34.227.227.115','602',0),(12188,'2018-03-03 05:19:59','imp','optin_5','mailchimp_7227261368','34.228.57.16','599',0),(12189,'2018-03-03 05:20:55','imp','optin_5','mailchimp_7227261368','34.227.227.115','600',0),(12190,'2018-03-03 05:21:18','imp','optin_5','mailchimp_7227261368','34.227.227.115','673',0),(12191,'2018-03-03 05:23:07','imp','optin_5','mailchimp_7227261368','54.197.201.122','682',0),(12192,'2018-03-03 05:24:29','imp','optin_5','mailchimp_7227261368','34.228.27.233','601',0),(12193,'2018-03-03 05:25:10','imp','optin_5','mailchimp_7227261368','34.228.57.16','594',0),(12194,'2018-03-03 05:26:41','imp','optin_5','mailchimp_7227261368','54.83.177.146','593',0),(12195,'2018-03-03 05:27:45','imp','optin_5','mailchimp_7227261368','34.228.57.16','668',0),(12196,'2018-03-03 05:28:19','imp','optin_5','mailchimp_7227261368','54.197.201.122','681',0),(12197,'2018-03-03 05:29:44','imp','optin_5','mailchimp_7227261368','34.227.227.115','683',0),(12198,'2018-03-03 05:31:18','imp','optin_5','mailchimp_7227261368','54.197.201.122','680',0),(12199,'2018-03-03 05:37:19','imp','optin_5','mailchimp_7227261368','66.249.79.35','411',0),(12200,'2018-03-03 05:37:27','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12201,'2018-03-03 05:37:38','imp','optin_8','7227261368','66.249.79.63','411',0),(12202,'2018-03-03 05:57:29','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(12203,'2018-03-03 05:57:41','imp','optin_2','mailchimp_7227261368','2607:f018:800:1:ec4:7aff:feb2:9417','92',0),(12204,'2018-03-03 05:58:32','imp','optin_8','7227261368','66.249.79.63','-1',0),(12205,'2018-03-03 07:45:00','imp','optin_2','mailchimp_7227261368','180.76.15.16','92',0),(12206,'2018-03-03 08:00:28','imp','optin_5','mailchimp_7227261368','87.250.224.98','663',0),(12207,'2018-03-03 08:00:44','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(12208,'2018-03-03 08:06:18','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(12209,'2018-03-03 08:54:36','imp','optin_2','mailchimp_7227261368','2607:f018:800:1:ec4:7aff:feb2:94bd','92',0),(12210,'2018-03-03 09:08:59','imp','optin_2','mailchimp_7227261368','77.244.213.197','92',0),(12211,'2018-03-03 09:47:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12212,'2018-03-03 09:53:09','imp','optin_5','mailchimp_7227261368','40.77.167.9','0',0),(12213,'2018-03-03 10:36:58','imp','optin_5','mailchimp_7227261368','40.77.167.51','0',0),(12214,'2018-03-03 10:58:48','imp','optin_2','mailchimp_7227261368','162.210.196.130','92',0),(12215,'2018-03-03 11:10:15','imp','optin_2','mailchimp_7227261368','34.227.227.115','92',0),(12216,'2018-03-03 11:13:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12217,'2018-03-03 11:32:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(12218,'2018-03-03 11:36:48','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12219,'2018-03-03 11:47:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12220,'2018-03-03 11:58:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12221,'2018-03-03 11:59:27','imp','optin_2','mailchimp_7227261368','54.36.94.220','92',0),(12222,'2018-03-03 12:07:55','imp','optin_5','mailchimp_7227261368','86.106.131.133','0',0),(12223,'2018-03-03 12:18:34','imp','optin_2','mailchimp_7227261368','208.80.194.35','92',0),(12224,'2018-03-03 13:14:27','imp','optin_2','mailchimp_7227261368','208.80.194.27','92',0),(12225,'2018-03-03 13:59:11','imp','optin_2','mailchimp_7227261368','2604:a880:1:20::13ef:1','92',0),(12226,'2018-03-03 13:59:19','imp','optin_2','mailchimp_7227261368','2604:a880:1:20::13ef:1','92',0),(12227,'2018-03-03 13:59:27','imp','optin_5','mailchimp_7227261368','2604:a880:1:20::13ef:1','0',0),(12228,'2018-03-03 14:15:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(12229,'2018-03-03 14:37:04','imp','optin_5','mailchimp_7227261368','173.208.200.154','0',0),(12230,'2018-03-03 14:37:10','imp','optin_5','mailchimp_7227261368','173.208.200.154','0',0),(12231,'2018-03-03 14:37:16','imp','optin_5','mailchimp_7227261368','173.208.200.154','0',0),(12232,'2018-03-03 14:37:21','imp','optin_5','mailchimp_7227261368','173.208.200.154','0',0),(12233,'2018-03-03 14:49:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(12234,'2018-03-03 15:05:42','imp','optin_2','mailchimp_7227261368','68.71.57.172','92',0),(12235,'2018-03-03 15:05:50','imp','optin_5','mailchimp_7227261368','68.71.57.172','0',0),(12236,'2018-03-03 15:32:09','imp','optin_5','mailchimp_7227261368','207.46.13.50','575',0),(12237,'2018-03-03 15:54:49','imp','optin_5','mailchimp_7227261368','216.244.66.228','595',0),(12238,'2018-03-03 16:09:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(12239,'2018-03-03 16:31:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12240,'2018-03-03 17:01:23','imp','optin_2','mailchimp_7227261368','2a03:4000:6:d03e::1','92',0),(12241,'2018-03-03 17:04:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12242,'2018-03-03 17:59:42','imp','optin_2','mailchimp_7227261368','54.82.81.81','92',0),(12243,'2018-03-03 17:59:51','imp','optin_5','mailchimp_7227261368','54.82.81.81','0',0),(12244,'2018-03-03 18:00:06','imp','optin_5','mailchimp_7227261368','54.82.81.81','0',0),(12245,'2018-03-03 18:00:10','imp','optin_2','mailchimp_7227261368','54.82.81.81','2',0),(12246,'2018-03-03 18:00:14','imp','optin_5','mailchimp_7227261368','54.82.81.81','0',0),(12247,'2018-03-03 18:00:22','imp','optin_2','mailchimp_7227261368','54.82.81.81','92',0),(12248,'2018-03-03 18:00:27','imp','optin_5','mailchimp_7227261368','54.82.81.81','0',0),(12249,'2018-03-03 19:03:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12250,'2018-03-03 19:10:57','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12251,'2018-03-03 19:48:20','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12252,'2018-03-03 19:48:28','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(12253,'2018-03-03 20:24:38','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(12254,'2018-03-03 21:13:57','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12255,'2018-03-03 21:18:49','imp','optin_5','mailchimp_7227261368','40.77.167.35','0',0),(12256,'2018-03-03 21:22:52','imp','optin_2','mailchimp_7227261368','180.76.15.138','92',0),(12257,'2018-03-03 23:06:23','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(12258,'2018-03-03 23:12:59','imp','optin_2','mailchimp_7227261368','138.197.111.88','92',0),(12259,'2018-03-03 23:13:06','imp','optin_5','mailchimp_7227261368','138.197.111.88','0',0),(12260,'2018-03-03 23:32:32','imp','optin_2','mailchimp_7227261368','138.197.69.244','92',0),(12261,'2018-03-03 23:33:17','imp','optin_5','mailchimp_7227261368','138.197.69.244','76',0),(12262,'2018-03-03 23:33:17','imp','optin_2','mailchimp_7227261368','138.197.69.244','2',0),(12263,'2018-03-03 23:33:23','imp','optin_2','mailchimp_7227261368','138.197.69.244','92',0),(12264,'2018-03-03 23:33:24','imp','optin_5','mailchimp_7227261368','138.197.69.244','0',0),(12265,'2018-03-03 23:33:24','imp','optin_5','mailchimp_7227261368','138.197.69.244','0',0),(12266,'2018-03-03 23:33:25','imp','optin_5','mailchimp_7227261368','138.197.69.244','714',0),(12267,'2018-03-03 23:33:31','imp','optin_5','mailchimp_7227261368','138.197.69.244','0',0),(12268,'2018-03-03 23:33:32','imp','optin_5','mailchimp_7227261368','138.197.69.244','663',0),(12269,'2018-03-03 23:33:32','imp','optin_5','mailchimp_7227261368','138.197.69.244','411',0),(12270,'2018-03-03 23:33:33','imp','optin_5','mailchimp_7227261368','138.197.69.244','598',0),(12271,'2018-03-03 23:33:33','imp','optin_5','mailchimp_7227261368','138.197.69.244','664',0),(12272,'2018-03-03 23:33:37','imp','optin_5','mailchimp_7227261368','138.197.69.244','665',0),(12273,'2018-03-03 23:33:38','imp','optin_5','mailchimp_7227261368','138.197.69.244','666',0),(12274,'2018-03-03 23:33:38','imp','optin_5','mailchimp_7227261368','138.197.69.244','667',0),(12275,'2018-03-04 00:26:17','imp','optin_2','mailchimp_7227261368','38.99.62.93','92',0),(12276,'2018-03-04 00:34:54','imp','optin_5','mailchimp_7227261368','40.77.167.35','843',0),(12277,'2018-03-04 00:55:57','imp','optin_2','mailchimp_7227261368','70.42.131.170','92',0),(12278,'2018-03-04 00:56:05','imp','optin_5','mailchimp_7227261368','70.42.131.170','0',0),(12279,'2018-03-04 00:56:38','imp','optin_2','mailchimp_7227261368','78.61.106.102','92',0),(12280,'2018-03-04 01:39:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12281,'2018-03-04 02:09:36','imp','optin_5','mailchimp_7227261368','40.77.167.16','714',0),(12282,'2018-03-04 02:34:20','imp','optin_5','mailchimp_7227261368','54.245.64.11','0',0),(12283,'2018-03-04 02:34:27','imp','optin_5','mailchimp_7227261368','54.245.64.11','0',0),(12284,'2018-03-04 02:45:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(12285,'2018-03-04 03:02:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(12286,'2018-03-04 04:50:10','imp','optin_5','mailchimp_7227261368','54.226.233.181','0',0),(12287,'2018-03-04 05:14:12','imp','optin_2','mailchimp_7227261368','40.77.167.31','92',0),(12288,'2018-03-04 05:14:38','imp','optin_5','mailchimp_7227261368','40.77.167.35','0',0),(12289,'2018-03-04 05:15:33','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(12290,'2018-03-04 05:15:49','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12291,'2018-03-04 05:16:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(12292,'2018-03-04 05:17:08','imp','optin_8','7227261368','66.249.79.87','-1',0),(12293,'2018-03-04 05:32:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(12294,'2018-03-04 05:32:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(12295,'2018-03-04 05:44:14','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12296,'2018-03-04 05:47:39','imp','optin_2','mailchimp_7227261368','2607:f018:800:1:ec4:7aff:feb2:94a1','92',0),(12297,'2018-03-04 06:05:39','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12298,'2018-03-04 06:10:43','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12299,'2018-03-04 06:16:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12300,'2018-03-04 08:14:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(12301,'2018-03-04 08:16:58','imp','optin_5','mailchimp_7227261368','216.244.66.228','591',0),(12302,'2018-03-04 08:31:46','imp','optin_2','mailchimp_7227261368','2607:f018:800:1:ec4:7aff:feb2:94fd','92',0),(12303,'2018-03-04 09:47:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12304,'2018-03-04 10:16:52','imp','optin_2','mailchimp_7227261368','185.86.93.45','92',0),(12305,'2018-03-04 10:44:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(12306,'2018-03-04 11:29:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(12307,'2018-03-04 12:19:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12308,'2018-03-04 12:45:39','imp','optin_2','mailchimp_7227261368','208.80.194.27','92',0),(12309,'2018-03-04 13:40:05','imp','optin_5','mailchimp_7227261368','207.46.13.59','663',0),(12310,'2018-03-04 13:42:12','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12311,'2018-03-04 13:45:16','imp','optin_2','mailchimp_7227261368','208.80.194.27','92',0),(12312,'2018-03-04 14:06:12','imp','optin_2','mailchimp_7227261368','88.99.19.242','92',0),(12313,'2018-03-04 14:08:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(12314,'2018-03-04 14:18:18','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(12315,'2018-03-04 14:45:24','imp','optin_5','mailchimp_7227261368','157.55.39.161','0',0),(12316,'2018-03-04 16:01:03','imp','optin_2','mailchimp_7227261368','103.255.254.123','92',0),(12317,'2018-03-04 16:25:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(12318,'2018-03-04 16:25:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(12319,'2018-03-04 19:27:31','imp','optin_5','mailchimp_7227261368','157.55.39.87','602',0),(12320,'2018-03-04 19:37:35','imp','optin_5','mailchimp_7227261368','77.88.5.36','0',0),(12321,'2018-03-04 19:39:20','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(12322,'2018-03-04 20:19:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(12323,'2018-03-04 21:17:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12324,'2018-03-04 21:19:09','imp','optin_5','mailchimp_7227261368','77.88.5.36','663',0),(12325,'2018-03-04 21:19:19','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(12326,'2018-03-04 21:28:16','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:4fc5:face:b00c:0:8000','92',0),(12327,'2018-03-04 21:28:26','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:2fc1:face:b00c:0:8000','92',0),(12328,'2018-03-04 21:28:37','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:3fcc:face:b00c:0:8000','92',0),(12329,'2018-03-04 21:46:17','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:3fc9:face:b00c:0:8000','92',0),(12330,'2018-03-04 21:46:28','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:4fc1:face:b00c:0:8000','92',0),(12331,'2018-03-04 21:46:40','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:3fc2:face:b00c:0:8000','92',0),(12332,'2018-03-04 23:57:40','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afc9:face:b00c:0:8000','92',0),(12333,'2018-03-04 23:57:49','imp','optin_2','mailchimp_7227261368','2a03:2880:20:8ff2:face:b00c:0:1','92',0),(12334,'2018-03-04 23:57:59','imp','optin_2','mailchimp_7227261368','2a03:2880:11:6ff2:face:b00c:0:8000','92',0),(12335,'2018-03-04 23:58:09','imp','optin_2','mailchimp_7227261368','2a03:2880:21:2fe7:face:b00c:0:8000','92',0),(12336,'2018-03-04 23:58:19','imp','optin_2','mailchimp_7227261368','2a03:2880:30:afe0:face:b00c:0:8000','92',0),(12337,'2018-03-04 23:58:27','imp','optin_2','mailchimp_7227261368','2a03:2880:21:2fe7:face:b00c:0:8000','92',0),(12338,'2018-03-05 00:03:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(12339,'2018-03-05 00:54:52','imp','optin_2','mailchimp_7227261368','70.42.131.170','92',0),(12340,'2018-03-05 00:55:01','imp','optin_5','mailchimp_7227261368','70.42.131.170','0',0),(12341,'2018-03-05 00:55:27','imp','optin_8','7227261368','70.42.131.170','-1',0),(12342,'2018-03-05 01:24:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(12343,'2018-03-05 01:28:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12344,'2018-03-05 01:30:45','imp','optin_5','mailchimp_7227261368','212.83.178.172','0',0),(12345,'2018-03-05 01:32:14','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(12346,'2018-03-05 02:32:58','imp','optin_5','mailchimp_7227261368','40.77.167.145','598',0),(12347,'2018-03-05 04:02:05','imp','optin_2','mailchimp_7227261368','103.255.254.123','92',0),(12348,'2018-03-05 04:38:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12349,'2018-03-05 05:02:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(12350,'2018-03-05 05:13:28','imp','optin_5','mailchimp_7227261368','87.126.68.178','0',0),(12351,'2018-03-05 06:02:24','imp','optin_5','mailchimp_7227261368','5.255.250.7','593',0),(12352,'2018-03-05 06:06:41','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(12353,'2018-03-05 06:08:05','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12354,'2018-03-05 06:36:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12355,'2018-03-05 06:44:09','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12356,'2018-03-05 07:19:37','imp','optin_5','mailchimp_7227261368','40.77.167.68','173',0),(12357,'2018-03-05 07:38:45','imp','optin_2','mailchimp_7227261368','64.246.187.42','92',0),(12358,'2018-03-05 08:25:23','imp','optin_5','mailchimp_7227261368','216.244.66.228','597',0),(12359,'2018-03-05 09:20:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12360,'2018-03-05 10:26:34','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12361,'2018-03-05 10:48:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(12362,'2018-03-05 11:01:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(12363,'2018-03-05 11:03:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12364,'2018-03-05 12:09:27','imp','optin_2','mailchimp_7227261368','159.65.254.77','92',0),(12365,'2018-03-05 12:19:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(12366,'2018-03-05 12:35:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(12367,'2018-03-05 12:40:35','imp','optin_5','mailchimp_7227261368','40.77.167.9','591',0),(12368,'2018-03-05 12:40:50','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(12369,'2018-03-05 12:42:08','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12370,'2018-03-05 13:23:40','imp','optin_2','mailchimp_7227261368','147.135.128.113','92',0),(12371,'2018-03-05 13:57:09','imp','optin_2','mailchimp_7227261368','49.191.26.165','92',0),(12372,'2018-03-05 13:57:18','imp','optin_5','mailchimp_7227261368','49.191.26.165','0',0),(12373,'2018-03-05 13:57:45','imp','optin_8','7227261368','49.191.26.165','-1',0),(12374,'2018-03-05 13:58:34','imp','optin_5','mailchimp_7227261368','49.191.26.165','0',0),(12375,'2018-03-05 13:59:03','imp','optin_5','mailchimp_7227261368','49.191.26.165','714',0),(12376,'2018-03-05 13:59:08','imp','optin_5','mailchimp_7227261368','49.191.26.165','0',0),(12377,'2018-03-05 13:59:13','imp','optin_7','mailchimp_7227261368','49.191.26.165','714',0),(12378,'2018-03-05 14:00:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(12379,'2018-03-05 14:01:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(12380,'2018-03-05 14:15:42','imp','optin_5','mailchimp_7227261368','147.135.128.113','76',0),(12381,'2018-03-05 14:16:03','imp','optin_2','mailchimp_7227261368','147.135.128.113','2',0),(12382,'2018-03-05 14:16:35','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12383,'2018-03-05 14:16:46','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12384,'2018-03-05 14:16:57','imp','optin_5','mailchimp_7227261368','147.135.128.113','714',0),(12385,'2018-03-05 14:17:07','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12386,'2018-03-05 14:17:19','imp','optin_5','mailchimp_7227261368','147.135.128.113','411',0),(12387,'2018-03-05 14:17:32','imp','optin_5','mailchimp_7227261368','147.135.128.113','598',0),(12388,'2018-03-05 14:17:48','imp','optin_5','mailchimp_7227261368','147.135.128.113','663',0),(12389,'2018-03-05 14:17:59','imp','optin_5','mailchimp_7227261368','147.135.128.113','664',0),(12390,'2018-03-05 14:18:10','imp','optin_5','mailchimp_7227261368','147.135.128.113','665',0),(12391,'2018-03-05 14:18:23','imp','optin_5','mailchimp_7227261368','147.135.128.113','666',0),(12392,'2018-03-05 14:18:34','imp','optin_5','mailchimp_7227261368','147.135.128.113','667',0),(12393,'2018-03-05 14:25:45','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12394,'2018-03-05 14:26:37','imp','optin_2','mailchimp_7227261368','198.204.243.138','92',0),(12395,'2018-03-05 14:26:56','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12396,'2018-03-05 14:27:10','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12397,'2018-03-05 14:28:08','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12398,'2018-03-05 14:28:25','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12399,'2018-03-05 14:28:42','imp','optin_5','mailchimp_7227261368','198.204.243.138','0',0),(12400,'2018-03-05 14:35:02','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12401,'2018-03-05 14:36:18','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(12402,'2018-03-05 14:36:44','imp','optin_2','mailchimp_7227261368','136.243.68.226','92',0),(12403,'2018-03-05 14:36:58','imp','optin_8','7227261368','66.249.79.63','-1',0),(12404,'2018-03-05 14:57:05','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12405,'2018-03-05 14:59:00','imp','optin_5','mailchimp_7227261368','147.135.128.113','714',0),(12406,'2018-03-05 14:59:11','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12407,'2018-03-05 14:59:33','imp','optin_5','mailchimp_7227261368','147.135.128.113','592',0),(12408,'2018-03-05 14:59:44','imp','optin_5','mailchimp_7227261368','147.135.128.113','577',0),(12409,'2018-03-05 14:59:55','imp','optin_5','mailchimp_7227261368','147.135.128.113','591',0),(12410,'2018-03-05 15:00:07','imp','optin_5','mailchimp_7227261368','147.135.128.113','595',0),(12411,'2018-03-05 15:00:18','imp','optin_5','mailchimp_7227261368','147.135.128.113','679',0),(12412,'2018-03-05 15:00:30','imp','optin_5','mailchimp_7227261368','147.135.128.113','597',0),(12413,'2018-03-05 15:00:41','imp','optin_5','mailchimp_7227261368','147.135.128.113','573',0),(12414,'2018-03-05 15:01:05','imp','optin_5','mailchimp_7227261368','147.135.128.113','575',0),(12415,'2018-03-05 15:01:17','imp','optin_5','mailchimp_7227261368','147.135.128.113','682',0),(12416,'2018-03-05 15:01:28','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12417,'2018-03-05 15:02:40','imp','optin_5','mailchimp_7227261368','147.135.128.113','843',0),(12418,'2018-03-05 15:02:52','imp','optin_5','mailchimp_7227261368','147.135.128.113','835',0),(12419,'2018-03-05 15:03:34','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12420,'2018-03-05 15:03:44','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12421,'2018-03-05 15:03:55','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12422,'2018-03-05 15:04:06','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12423,'2018-03-05 15:04:17','imp','optin_5','mailchimp_7227261368','147.135.128.113','673',0),(12424,'2018-03-05 15:05:11','imp','optin_5','mailchimp_7227261368','147.135.128.113','599',0); INSERT INTO `wp_et_bloom_stats` VALUES (12425,'2018-03-05 15:05:22','imp','optin_5','mailchimp_7227261368','147.135.128.113','602',0),(12426,'2018-03-05 15:06:54','imp','optin_5','mailchimp_7227261368','147.135.128.113','593',0),(12427,'2018-03-05 15:07:42','imp','optin_5','mailchimp_7227261368','147.135.128.113','594',0),(12428,'2018-03-05 15:30:29','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12429,'2018-03-05 15:30:54','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12430,'2018-03-05 15:31:06','imp','optin_5','mailchimp_7227261368','147.135.128.113','0',0),(12431,'2018-03-05 15:32:18','imp','optin_5','mailchimp_7227261368','147.135.128.113','570',0),(12432,'2018-03-05 15:32:31','imp','optin_5','mailchimp_7227261368','147.135.128.113','678',0),(12433,'2018-03-05 15:32:45','imp','optin_5','mailchimp_7227261368','147.135.128.113','601',0),(12434,'2018-03-05 15:33:00','imp','optin_5','mailchimp_7227261368','147.135.128.113','668',0),(12435,'2018-03-05 15:33:14','imp','optin_5','mailchimp_7227261368','147.135.128.113','681',0),(12436,'2018-03-05 15:35:30','imp','optin_5','mailchimp_7227261368','147.135.128.113','600',0),(12437,'2018-03-05 18:28:19','imp','optin_5','mailchimp_7227261368','141.8.143.144','570',0),(12438,'2018-03-05 18:29:37','imp','optin_5','mailchimp_7227261368','66.249.79.39','666',0),(12439,'2018-03-05 18:29:51','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12440,'2018-03-05 18:29:56','imp','optin_8','7227261368','66.249.79.63','666',0),(12441,'2018-03-05 18:32:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12442,'2018-03-05 19:30:28','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(12443,'2018-03-05 19:30:36','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(12444,'2018-03-05 20:29:36','imp','optin_2','mailchimp_7227261368','123.126.68.110','92',0),(12445,'2018-03-05 20:29:44','imp','optin_5','mailchimp_7227261368','123.126.68.110','0',0),(12446,'2018-03-05 21:04:42','imp','optin_2','mailchimp_7227261368','159.65.45.251','92',0),(12447,'2018-03-05 21:32:05','imp','optin_5','mailchimp_7227261368','84.201.133.21','598',0),(12448,'2018-03-05 22:22:41','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12449,'2018-03-05 22:30:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12450,'2018-03-05 22:34:07','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12451,'2018-03-05 22:40:30','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12452,'2018-03-05 22:43:07','imp','optin_2','mailchimp_7227261368','82.219.5.86','92',0),(12453,'2018-03-05 22:46:57','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12454,'2018-03-05 22:52:54','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12455,'2018-03-05 22:59:37','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12456,'2018-03-05 23:15:01','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12457,'2018-03-05 23:16:34','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(12458,'2018-03-05 23:21:28','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12459,'2018-03-05 23:27:31','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12460,'2018-03-05 23:34:03','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12461,'2018-03-05 23:40:34','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12462,'2018-03-05 23:47:21','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12463,'2018-03-05 23:53:34','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12464,'2018-03-06 00:00:52','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12465,'2018-03-06 00:08:28','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12466,'2018-03-06 00:12:05','imp','optin_2','mailchimp_7227261368','41.102.164.243','92',0),(12467,'2018-03-06 00:15:58','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12468,'2018-03-06 00:22:46','imp','optin_5','mailchimp_7227261368','176.34.151.13','0',0),(12469,'2018-03-06 00:56:08','imp','optin_5','mailchimp_7227261368','40.77.167.20','0',0),(12470,'2018-03-06 00:59:06','imp','optin_5','mailchimp_7227261368','2001:41d0:a:30cb::','0',0),(12471,'2018-03-06 02:14:10','imp','optin_5','mailchimp_7227261368','40.77.167.195','666',0),(12472,'2018-03-06 02:32:56','imp','optin_2','mailchimp_7227261368','180.76.15.147','92',0),(12473,'2018-03-06 02:38:24','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(12474,'2018-03-06 02:51:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12475,'2018-03-06 03:17:20','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(12476,'2018-03-06 04:45:53','imp','optin_2','mailchimp_7227261368','138.68.180.18','92',0),(12477,'2018-03-06 04:50:24','imp','optin_5','mailchimp_7227261368','5.255.250.75','599',0),(12478,'2018-03-06 04:52:31','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(12479,'2018-03-06 05:30:24','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12480,'2018-03-06 05:35:36','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12481,'2018-03-06 05:39:39','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12482,'2018-03-06 05:43:37','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12483,'2018-03-06 05:47:36','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12484,'2018-03-06 05:51:55','imp','optin_5','mailchimp_7227261368','40.77.167.20','570',0),(12485,'2018-03-06 05:56:35','imp','optin_5','mailchimp_7227261368','40.77.167.26','714',0),(12486,'2018-03-06 05:57:15','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12487,'2018-03-06 06:00:56','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12488,'2018-03-06 06:04:36','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12489,'2018-03-06 06:08:17','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12490,'2018-03-06 06:11:58','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12491,'2018-03-06 06:15:46','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12492,'2018-03-06 06:19:37','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12493,'2018-03-06 06:23:00','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12494,'2018-03-06 06:26:39','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12495,'2018-03-06 06:30:28','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12496,'2018-03-06 06:34:23','imp','optin_5','mailchimp_7227261368','52.53.189.0','0',0),(12497,'2018-03-06 07:16:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12498,'2018-03-06 07:23:57','imp','optin_5','mailchimp_7227261368','196.47.64.42','0',0),(12499,'2018-03-06 07:25:40','imp','optin_5','mailchimp_7227261368','196.47.64.42','0',0),(12500,'2018-03-06 07:47:49','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(12501,'2018-03-06 07:49:01','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(12502,'2018-03-06 08:34:10','imp','optin_5','mailchimp_7227261368','164.116.251.3','714',0),(12503,'2018-03-06 08:34:19','imp','optin_5','mailchimp_7227261368','164.116.251.3','0',0),(12504,'2018-03-06 08:34:24','imp','optin_7','mailchimp_7227261368','164.116.251.3','714',0),(12505,'2018-03-06 08:34:31','imp','optin_5','mailchimp_7227261368','164.116.251.3','0',0),(12506,'2018-03-06 08:34:43','imp','optin_8','7227261368','164.116.251.3','714',0),(12507,'2018-03-06 08:54:13','imp','optin_5','mailchimp_7227261368','204.10.105.9','0',0),(12508,'2018-03-06 09:02:50','imp','optin_2','mailchimp_7227261368','180.76.15.11','92',0),(12509,'2018-03-06 09:14:57','imp','optin_5','mailchimp_7227261368','54.36.148.69','0',0),(12510,'2018-03-06 09:31:09','imp','optin_5','mailchimp_7227261368','157.55.39.222','680',0),(12511,'2018-03-06 09:46:16','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(12512,'2018-03-06 10:38:56','imp','optin_2','mailchimp_7227261368','180.76.15.27','92',0),(12513,'2018-03-06 11:38:19','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12514,'2018-03-06 12:04:07','imp','optin_2','mailchimp_7227261368','196.196.254.106','92',0),(12515,'2018-03-06 12:04:17','imp','optin_5','mailchimp_7227261368','196.196.254.106','0',0),(12516,'2018-03-06 12:05:58','imp','optin_2','mailchimp_7227261368','107.174.148.4','92',0),(12517,'2018-03-06 12:15:39','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12518,'2018-03-06 14:05:39','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12519,'2018-03-06 14:40:33','imp','optin_5','mailchimp_7227261368','207.46.13.25','595',0),(12520,'2018-03-06 15:40:07','imp','optin_5','mailchimp_7227261368','84.201.133.42','600',0),(12521,'2018-03-06 16:32:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12522,'2018-03-06 17:08:48','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12523,'2018-03-06 17:34:38','imp','optin_5','mailchimp_7227261368','141.8.143.175','594',0),(12524,'2018-03-06 17:44:05','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12525,'2018-03-06 17:51:52','imp','optin_2','mailchimp_7227261368','158.69.252.176','92',0),(12526,'2018-03-06 18:26:34','imp','optin_2','mailchimp_7227261368','180.76.15.149','92',0),(12527,'2018-03-06 18:38:22','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(12528,'2018-03-06 19:17:57','imp','optin_5','mailchimp_7227261368','185.234.216.52','-1',0),(12529,'2018-03-06 19:18:02','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12530,'2018-03-06 19:18:07','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12531,'2018-03-06 19:18:11','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12532,'2018-03-06 19:18:16','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12533,'2018-03-06 19:18:20','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12534,'2018-03-06 19:18:25','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12535,'2018-03-06 19:18:29','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12536,'2018-03-06 19:18:34','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12537,'2018-03-06 19:18:39','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12538,'2018-03-06 19:18:44','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12539,'2018-03-06 19:18:49','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12540,'2018-03-06 19:18:53','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12541,'2018-03-06 19:18:58','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12542,'2018-03-06 19:19:03','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12543,'2018-03-06 19:19:07','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12544,'2018-03-06 19:19:11','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12545,'2018-03-06 19:19:16','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12546,'2018-03-06 19:19:20','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12547,'2018-03-06 19:19:24','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12548,'2018-03-06 20:03:22','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12549,'2018-03-06 20:59:07','imp','optin_2','mailchimp_7227261368','2604:a880:800:a1::1050:d001','92',0),(12550,'2018-03-06 21:30:36','imp','optin_5','mailchimp_7227261368','92.222.180.240','714',0),(12551,'2018-03-06 21:30:42','imp','optin_5','mailchimp_7227261368','92.222.180.240','0',0),(12552,'2018-03-06 21:30:48','imp','optin_5','mailchimp_7227261368','92.222.180.240','0',0),(12553,'2018-03-06 21:30:54','imp','optin_5','mailchimp_7227261368','92.222.180.240','835',0),(12554,'2018-03-06 21:31:00','imp','optin_5','mailchimp_7227261368','92.222.180.240','843',0),(12555,'2018-03-06 21:50:11','imp','optin_5','mailchimp_7227261368','84.201.133.41','679',0),(12556,'2018-03-06 22:17:24','imp','optin_5','mailchimp_7227261368','157.55.39.160','177',0),(12557,'2018-03-06 23:06:14','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12558,'2018-03-06 23:52:11','imp','optin_5','mailchimp_7227261368','54.36.148.254','0',0),(12559,'2018-03-07 00:56:11','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(12560,'2018-03-07 01:41:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12561,'2018-03-07 01:47:37','imp','optin_5','mailchimp_7227261368','180.76.15.23','0',0),(12562,'2018-03-07 01:58:39','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12563,'2018-03-07 02:00:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12564,'2018-03-07 02:18:15','imp','optin_5','mailchimp_7227261368','157.55.39.60','0',0),(12565,'2018-03-07 02:21:33','imp','optin_2','mailchimp_7227261368','138.197.111.241','92',0),(12566,'2018-03-07 02:22:14','imp','optin_5','mailchimp_7227261368','138.197.111.241','76',0),(12567,'2018-03-07 02:22:15','imp','optin_2','mailchimp_7227261368','138.197.111.241','2',0),(12568,'2018-03-07 02:22:21','imp','optin_2','mailchimp_7227261368','138.197.111.241','92',0),(12569,'2018-03-07 02:22:22','imp','optin_5','mailchimp_7227261368','138.197.111.241','0',0),(12570,'2018-03-07 02:22:22','imp','optin_5','mailchimp_7227261368','138.197.111.241','714',0),(12571,'2018-03-07 02:22:23','imp','optin_5','mailchimp_7227261368','138.197.111.241','0',0),(12572,'2018-03-07 02:22:27','imp','optin_5','mailchimp_7227261368','138.197.111.241','0',0),(12573,'2018-03-07 02:22:29','imp','optin_5','mailchimp_7227261368','138.197.111.241','411',0),(12574,'2018-03-07 02:22:29','imp','optin_5','mailchimp_7227261368','138.197.111.241','664',0),(12575,'2018-03-07 02:22:30','imp','optin_5','mailchimp_7227261368','138.197.111.241','598',0),(12576,'2018-03-07 02:22:30','imp','optin_5','mailchimp_7227261368','138.197.111.241','663',0),(12577,'2018-03-07 02:22:34','imp','optin_5','mailchimp_7227261368','138.197.111.241','665',0),(12578,'2018-03-07 02:22:35','imp','optin_5','mailchimp_7227261368','138.197.111.241','666',0),(12579,'2018-03-07 02:22:35','imp','optin_5','mailchimp_7227261368','138.197.111.241','667',0),(12580,'2018-03-07 02:41:46','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12581,'2018-03-07 03:06:23','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(12582,'2018-03-07 03:08:21','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(12583,'2018-03-07 04:06:43','imp','optin_5','mailchimp_7227261368','2001:41d0:a:118e::1','0',0),(12584,'2018-03-07 04:06:47','imp','optin_5','mailchimp_7227261368','2001:41d0:a:118e::1','0',0),(12585,'2018-03-07 04:36:12','imp','optin_5','mailchimp_7227261368','40.77.167.20','593',0),(12586,'2018-03-07 04:49:45','imp','optin_5','mailchimp_7227261368','54.36.148.158','682',0),(12587,'2018-03-07 05:10:44','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12588,'2018-03-07 05:15:58','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12589,'2018-03-07 05:21:20','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12590,'2018-03-07 05:26:34','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12591,'2018-03-07 05:30:00','imp','optin_5','mailchimp_7227261368','54.36.148.195','570',0),(12592,'2018-03-07 05:32:11','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12593,'2018-03-07 05:40:13','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(12594,'2018-03-07 05:44:07','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12595,'2018-03-07 05:50:29','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12596,'2018-03-07 05:56:08','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12597,'2018-03-07 06:02:29','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12598,'2018-03-07 06:08:17','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12599,'2018-03-07 06:14:37','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12600,'2018-03-07 06:20:22','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12601,'2018-03-07 06:20:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12602,'2018-03-07 06:26:39','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12603,'2018-03-07 06:33:08','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12604,'2018-03-07 06:38:51','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12605,'2018-03-07 06:44:29','imp','optin_5','mailchimp_7227261368','54.89.188.202','0',0),(12606,'2018-03-07 07:10:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(12607,'2018-03-07 07:38:12','imp','optin_2','mailchimp_7227261368','180.76.15.161','92',0),(12608,'2018-03-07 07:38:20','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12609,'2018-03-07 09:09:53','imp','optin_2','mailchimp_7227261368','14.202.130.26','92',0),(12610,'2018-03-07 09:10:02','imp','optin_2','mailchimp_7227261368','14.202.130.26','2',0),(12611,'2018-03-07 09:11:41','imp','optin_5','mailchimp_7227261368','66.249.79.35','76',0),(12612,'2018-03-07 09:13:41','imp','optin_8','7227261368','66.249.79.63','76',0),(12613,'2018-03-07 11:20:20','imp','optin_5','mailchimp_7227261368','141.8.142.87','595',0),(12614,'2018-03-07 11:20:28','imp','optin_5','mailchimp_7227261368','87.250.224.100','0',0),(12615,'2018-03-07 11:30:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12616,'2018-03-07 12:14:48','imp','optin_5','mailchimp_7227261368','54.36.148.46','0',0),(12617,'2018-03-07 12:19:35','imp','optin_5','mailchimp_7227261368','141.8.143.142','595',0),(12618,'2018-03-07 12:19:53','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(12619,'2018-03-07 12:21:48','imp','optin_5','mailchimp_7227261368','54.36.148.60','0',0),(12620,'2018-03-07 13:36:59','imp','optin_5','mailchimp_7227261368','66.249.79.63','667',0),(12621,'2018-03-07 13:38:04','imp','optin_8','7227261368','66.249.79.63','667',0),(12622,'2018-03-07 13:38:19','imp','optin_5','mailchimp_7227261368','185.234.216.52','0',0),(12623,'2018-03-07 14:10:21','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12624,'2018-03-07 14:14:45','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12625,'2018-03-07 14:19:43','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12626,'2018-03-07 14:25:07','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12627,'2018-03-07 14:27:07','imp','optin_2','mailchimp_7227261368','5.9.155.37','92',0),(12628,'2018-03-07 14:30:33','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12629,'2018-03-07 14:43:00','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12630,'2018-03-07 14:48:42','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12631,'2018-03-07 14:54:08','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12632,'2018-03-07 14:59:14','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12633,'2018-03-07 15:04:20','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12634,'2018-03-07 15:09:30','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12635,'2018-03-07 15:14:48','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12636,'2018-03-07 15:19:58','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12637,'2018-03-07 15:24:44','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12638,'2018-03-07 15:29:37','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12639,'2018-03-07 15:34:29','imp','optin_5','mailchimp_7227261368','18.195.252.113','0',0),(12640,'2018-03-07 16:33:49','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12641,'2018-03-07 17:13:25','imp','optin_5','mailchimp_7227261368','180.214.232.4','714',0),(12642,'2018-03-07 17:13:41','imp','optin_5','mailchimp_7227261368','180.214.232.4','0',0),(12643,'2018-03-07 17:13:54','imp','optin_7','mailchimp_7227261368','180.214.232.4','714',0),(12644,'2018-03-07 17:14:06','imp','optin_8','7227261368','180.214.232.4','714',0),(12645,'2018-03-07 17:14:09','imp','optin_8','7227261368','180.214.232.4','714',0),(12646,'2018-03-07 17:14:30','imp','optin_5','mailchimp_7227261368','180.214.232.4','0',0),(12647,'2018-03-07 20:09:11','imp','optin_2','mailchimp_7227261368','111.202.102.69','92',0),(12648,'2018-03-07 20:09:21','imp','optin_5','mailchimp_7227261368','111.202.102.69','0',0),(12649,'2018-03-07 20:28:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(12650,'2018-03-07 21:02:16','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(12651,'2018-03-07 21:02:29','imp','optin_8','7227261368','66.249.79.85','-1',0),(12652,'2018-03-07 21:22:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12653,'2018-03-07 21:46:35','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12654,'2018-03-07 22:17:05','imp','optin_5','mailchimp_7227261368','157.55.39.245','683',0),(12655,'2018-03-07 22:29:09','imp','optin_2','mailchimp_7227261368','180.76.15.142','92',0),(12656,'2018-03-07 22:32:19','imp','optin_5','mailchimp_7227261368','87.250.224.100','595',0),(12657,'2018-03-07 22:34:11','imp','optin_5','mailchimp_7227261368','141.8.143.189','595',0),(12658,'2018-03-07 23:07:59','imp','optin_5','mailchimp_7227261368','94.23.19.178','714',0),(12659,'2018-03-07 23:08:13','imp','optin_5','mailchimp_7227261368','94.23.19.178','0',0),(12660,'2018-03-07 23:35:46','imp','optin_5','mailchimp_7227261368','180.76.15.17','663',0),(12661,'2018-03-08 00:09:08','imp','optin_5','mailchimp_7227261368','180.76.15.17','714',0),(12662,'2018-03-08 00:54:21','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12663,'2018-03-08 01:12:18','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(12664,'2018-03-08 01:12:31','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(12665,'2018-03-08 01:18:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12666,'2018-03-08 01:20:06','imp','optin_5','mailchimp_7227261368','91.121.12.106','0',0),(12667,'2018-03-08 01:21:00','imp','optin_5','mailchimp_7227261368','91.121.12.106','0',0),(12668,'2018-03-08 01:40:01','imp','optin_5','mailchimp_7227261368','54.36.149.52','0',0),(12669,'2018-03-08 02:40:25','imp','optin_5','mailchimp_7227261368','157.55.39.245','76',0),(12670,'2018-03-08 02:40:42','imp','optin_5','mailchimp_7227261368','157.55.39.245','0',0),(12671,'2018-03-08 03:14:09','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12672,'2018-03-08 03:32:02','imp','optin_2','mailchimp_7227261368','138.197.111.89','92',0),(12673,'2018-03-08 03:32:10','imp','optin_5','mailchimp_7227261368','138.197.111.89','0',0),(12674,'2018-03-08 04:13:27','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(12675,'2018-03-08 04:21:28','imp','optin_5','mailchimp_7227261368','54.36.149.104','0',0),(12676,'2018-03-08 06:04:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12677,'2018-03-08 06:22:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(12678,'2018-03-08 06:42:11','imp','optin_5','mailchimp_7227261368','54.36.149.93','680',0),(12679,'2018-03-08 06:50:00','imp','optin_5','mailchimp_7227261368','54.36.148.230','0',0),(12680,'2018-03-08 07:11:19','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(12681,'2018-03-08 07:33:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(12682,'2018-03-08 07:37:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12683,'2018-03-08 07:54:06','imp','optin_2','mailchimp_7227261368','166.62.126.3','92',0),(12684,'2018-03-08 07:55:46','imp','optin_5','mailchimp_7227261368','54.36.148.22','599',0),(12685,'2018-03-08 08:44:51','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12686,'2018-03-08 08:51:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(12687,'2018-03-08 08:55:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12688,'2018-03-08 08:59:38','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(12689,'2018-03-08 09:23:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12690,'2018-03-08 09:32:37','imp','optin_5','mailchimp_7227261368','54.36.148.154','0',0),(12691,'2018-03-08 11:09:47','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12692,'2018-03-08 11:39:52','imp','optin_2','mailchimp_7227261368','34.213.203.138','92',0),(12693,'2018-03-08 12:48:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(12694,'2018-03-08 12:57:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12695,'2018-03-08 13:07:49','imp','optin_5','mailchimp_7227261368','54.36.148.115','673',0),(12696,'2018-03-08 13:09:09','imp','optin_2','mailchimp_7227261368','192.0.100.114','92',0),(12697,'2018-03-08 13:09:18','imp','optin_5','mailchimp_7227261368','192.0.100.114','0',0),(12698,'2018-03-08 13:23:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12699,'2018-03-08 13:50:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(12700,'2018-03-08 13:53:44','imp','optin_2','mailchimp_7227261368','69.30.198.178','92',0),(12701,'2018-03-08 14:00:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12702,'2018-03-08 15:36:10','imp','optin_5','mailchimp_7227261368','95.27.238.255','0',0),(12703,'2018-03-08 15:36:46','imp','optin_5','mailchimp_7227261368','95.27.238.255','0',0),(12704,'2018-03-08 15:56:58','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12705,'2018-03-08 15:58:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12706,'2018-03-08 16:08:02','imp','optin_5','mailchimp_7227261368','5.189.191.207','835',0),(12707,'2018-03-08 16:08:42','imp','optin_5','mailchimp_7227261368','5.189.191.207','843',0),(12708,'2018-03-08 16:09:33','imp','optin_5','mailchimp_7227261368','54.36.149.52','681',0),(12709,'2018-03-08 16:12:09','imp','optin_5','mailchimp_7227261368','207.46.13.185','0',0),(12710,'2018-03-08 16:58:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(12711,'2018-03-08 16:59:04','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(12712,'2018-03-08 16:59:10','imp','optin_8','7227261368','66.249.79.63','714',0),(12713,'2018-03-08 17:38:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12714,'2018-03-08 17:43:36','imp','optin_5','mailchimp_7227261368','207.46.13.110','0',0),(12715,'2018-03-08 17:51:03','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12716,'2018-03-08 18:05:34','imp','optin_5','mailchimp_7227261368','89.36.211.128','0',0),(12717,'2018-03-08 18:38:06','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12718,'2018-03-08 18:45:41','imp','optin_5','mailchimp_7227261368','40.77.179.207','0',0),(12719,'2018-03-08 19:44:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(12720,'2018-03-08 19:45:03','imp','optin_5','mailchimp_7227261368','54.36.149.54','600',0),(12721,'2018-03-08 19:50:34','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(12722,'2018-03-08 20:07:59','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(12723,'2018-03-08 20:52:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(12724,'2018-03-08 20:54:05','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12725,'2018-03-08 20:58:17','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12726,'2018-03-08 21:02:57','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12727,'2018-03-08 21:07:32','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12728,'2018-03-08 21:11:32','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12729,'2018-03-08 21:21:57','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12730,'2018-03-08 21:26:41','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12731,'2018-03-08 21:31:38','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12732,'2018-03-08 21:36:09','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12733,'2018-03-08 21:40:58','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12734,'2018-03-08 21:42:06','imp','optin_5','mailchimp_7227261368','207.46.13.110','575',0),(12735,'2018-03-08 21:45:35','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12736,'2018-03-08 21:50:13','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12737,'2018-03-08 21:54:39','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12738,'2018-03-08 22:00:21','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12739,'2018-03-08 22:04:55','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12740,'2018-03-08 22:08:45','imp','optin_5','mailchimp_7227261368','13.127.190.188','0',0),(12741,'2018-03-08 22:53:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(12742,'2018-03-08 23:04:52','imp','optin_5','mailchimp_7227261368','207.46.13.25','411',0),(12743,'2018-03-08 23:23:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12744,'2018-03-08 23:57:02','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(12745,'2018-03-08 23:59:09','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(12746,'2018-03-09 00:14:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(12747,'2018-03-09 01:30:54','imp','optin_2','mailchimp_7227261368','107.21.1.8','92',0),(12748,'2018-03-09 01:30:59','imp','optin_5','mailchimp_7227261368','107.21.1.8','0',0),(12749,'2018-03-09 01:31:41','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(12750,'2018-03-09 01:40:27','imp','optin_2','mailchimp_7227261368','77.73.88.70','92',0),(12751,'2018-03-09 01:53:28','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(12752,'2018-03-09 01:55:28','imp','optin_2','mailchimp_7227261368','100.43.81.121','92',0),(12753,'2018-03-09 02:08:53','imp','optin_5','mailchimp_7227261368','100.43.91.127','664',0),(12754,'2018-03-09 02:14:45','imp','optin_5','mailchimp_7227261368','100.43.81.121','714',0),(12755,'2018-03-09 02:18:47','imp','optin_5','mailchimp_7227261368','141.8.143.144','682',0),(12756,'2018-03-09 02:50:54','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(12757,'2018-03-09 03:03:11','imp','optin_2','mailchimp_7227261368','100.43.81.121','92',0),(12758,'2018-03-09 03:20:09','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(12759,'2018-03-09 03:28:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12760,'2018-03-09 04:10:39','imp','optin_5','mailchimp_7227261368','41.79.77.19','0',0),(12761,'2018-03-09 04:19:28','imp','optin_2','mailchimp_7227261368','179.7.110.60','92',0),(12762,'2018-03-09 04:19:39','imp','optin_5','mailchimp_7227261368','179.7.110.60','0',0),(12763,'2018-03-09 04:38:25','imp','optin_5','mailchimp_7227261368','216.244.66.228','601',0),(12764,'2018-03-09 04:57:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(12765,'2018-03-09 05:10:54','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12766,'2018-03-09 05:15:47','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12767,'2018-03-09 05:20:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12768,'2018-03-09 05:20:56','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12769,'2018-03-09 05:26:16','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12770,'2018-03-09 05:28:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12771,'2018-03-09 05:29:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12772,'2018-03-09 05:31:26','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12773,'2018-03-09 05:40:39','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12774,'2018-03-09 05:45:35','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12775,'2018-03-09 05:50:40','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12776,'2018-03-09 05:55:12','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12777,'2018-03-09 05:59:22','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12778,'2018-03-09 06:04:09','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12779,'2018-03-09 06:08:56','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12780,'2018-03-09 06:13:47','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12781,'2018-03-09 06:18:06','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12782,'2018-03-09 06:22:23','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12783,'2018-03-09 06:26:50','imp','optin_5','mailchimp_7227261368','13.229.140.199','0',0),(12784,'2018-03-09 06:33:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(12785,'2018-03-09 07:07:02','imp','optin_5','mailchimp_7227261368','54.36.148.255','597',0),(12786,'2018-03-09 07:09:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(12787,'2018-03-09 07:23:55','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(12788,'2018-03-09 07:27:13','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(12789,'2018-03-09 07:40:39','imp','optin_5','mailchimp_7227261368','54.36.148.41','667',0),(12790,'2018-03-09 07:40:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12791,'2018-03-09 07:51:20','imp','optin_5','mailchimp_7227261368','207.46.13.125','0',0),(12792,'2018-03-09 10:15:46','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12793,'2018-03-09 11:03:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12794,'2018-03-09 11:06:22','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12795,'2018-03-09 11:22:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(12796,'2018-03-09 12:06:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(12797,'2018-03-09 12:41:28','imp','optin_5','mailchimp_7227261368','223.255.229.30','714',0),(12798,'2018-03-09 12:41:37','imp','optin_5','mailchimp_7227261368','223.255.229.30','0',0),(12799,'2018-03-09 12:41:47','imp','optin_7','mailchimp_7227261368','223.255.229.30','714',0),(12800,'2018-03-09 12:41:57','imp','optin_5','mailchimp_7227261368','223.255.229.30','0',0),(12801,'2018-03-09 12:42:03','imp','optin_8','7227261368','223.255.229.30','714',0),(12802,'2018-03-09 12:42:13','imp','optin_5','mailchimp_7227261368','5.255.250.124','591',0),(12803,'2018-03-09 12:49:56','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(12804,'2018-03-09 13:17:49','imp','optin_5','mailchimp_7227261368','141.8.143.159','678',0),(12805,'2018-03-09 13:23:58','imp','optin_5','mailchimp_7227261368','118.185.137.114','602',0),(12806,'2018-03-09 13:25:31','imp','optin_5','mailchimp_7227261368','150.70.188.166','602',0),(12807,'2018-03-09 13:42:12','imp','optin_5','mailchimp_7227261368','77.88.47.39','592',0),(12808,'2018-03-09 13:54:02','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(12809,'2018-03-09 13:54:24','imp','optin_5','mailchimp_7227261368','95.45.254.121','663',0),(12810,'2018-03-09 13:54:44','imp','optin_2','mailchimp_7227261368','95.45.254.121','92',0),(12811,'2018-03-09 13:55:07','imp','optin_5','mailchimp_7227261368','95.45.254.121','667',0),(12812,'2018-03-09 13:55:22','imp','optin_5','mailchimp_7227261368','95.45.254.121','666',0),(12813,'2018-03-09 14:03:31','imp','optin_2','mailchimp_7227261368','148.69.64.65','92',0),(12814,'2018-03-09 14:04:41','imp','optin_2','mailchimp_7227261368','148.69.64.65','92',0),(12815,'2018-03-09 14:12:19','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(12816,'2018-03-09 14:17:45','imp','optin_2','mailchimp_7227261368','89.234.68.93','92',0),(12817,'2018-03-09 14:18:12','imp','optin_5','mailchimp_7227261368','89.234.68.93','76',0),(12818,'2018-03-09 14:18:39','imp','optin_5','mailchimp_7227261368','89.234.68.93','664',0),(12819,'2018-03-09 14:18:54','imp','optin_5','mailchimp_7227261368','89.234.68.93','714',0),(12820,'2018-03-09 14:19:16','imp','optin_5','mailchimp_7227261368','89.234.68.93','663',0),(12821,'2018-03-09 14:19:30','imp','optin_2','mailchimp_7227261368','89.234.68.93','92',0),(12822,'2018-03-09 14:20:46','imp','optin_5','mailchimp_7227261368','84.201.133.21','665',0),(12823,'2018-03-09 14:38:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(12824,'2018-03-09 15:02:57','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(12825,'2018-03-09 17:28:59','imp','optin_5','mailchimp_7227261368','41.79.77.19','0',0),(12826,'2018-03-09 17:44:42','imp','optin_5','mailchimp_7227261368','180.76.15.161','714',0),(12827,'2018-03-09 18:56:37','imp','optin_2','mailchimp_7227261368','122.161.127.249','92',0),(12828,'2018-03-09 18:56:41','imp','optin_5','mailchimp_7227261368','122.161.127.249','0',0),(12829,'2018-03-09 19:16:25','imp','optin_5','mailchimp_7227261368','77.88.47.39','411',0),(12830,'2018-03-09 19:17:42','imp','optin_5','mailchimp_7227261368','141.8.143.159','663',0),(12831,'2018-03-09 19:43:08','imp','optin_5','mailchimp_7227261368','54.36.148.237','577',0),(12832,'2018-03-09 19:55:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12833,'2018-03-09 20:00:51','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(12834,'2018-03-09 20:02:53','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(12835,'2018-03-09 20:09:10','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(12836,'2018-03-09 20:40:03','imp','optin_5','mailchimp_7227261368','141.8.143.170','598',0),(12837,'2018-03-09 21:15:34','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12838,'2018-03-09 21:15:42','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(12839,'2018-03-09 21:44:52','imp','optin_5','mailchimp_7227261368','54.36.148.121','665',0),(12840,'2018-03-09 21:51:31','imp','optin_5','mailchimp_7227261368','207.46.13.54','173',0),(12841,'2018-03-09 21:51:55','imp','optin_5','mailchimp_7227261368','40.77.167.66','0',0),(12842,'2018-03-09 22:01:18','imp','optin_2','mailchimp_7227261368','157.55.39.207','92',0),(12843,'2018-03-09 22:11:35','imp','optin_5','mailchimp_7227261368','141.8.143.170','673',0),(12844,'2018-03-09 22:14:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12845,'2018-03-09 22:15:03','imp','optin_2','mailchimp_7227261368','78.11.94.200','92',0),(12846,'2018-03-09 22:51:14','imp','optin_2','mailchimp_7227261368','54.36.149.82','2',0),(12847,'2018-03-09 22:52:42','imp','optin_5','mailchimp_7227261368','84.201.133.60','595',0),(12848,'2018-03-09 22:56:58','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(12849,'2018-03-09 22:57:47','imp','optin_2','mailchimp_7227261368','128.199.77.93','92',0),(12850,'2018-03-10 00:17:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12851,'2018-03-10 00:23:41','imp','optin_2','mailchimp_7227261368','180.76.15.159','92',0),(12852,'2018-03-10 02:23:34','imp','optin_5','mailchimp_7227261368','84.201.133.60','575',0),(12853,'2018-03-10 02:29:16','imp','optin_5','mailchimp_7227261368','157.55.39.181','663',0),(12854,'2018-03-10 03:56:31','imp','optin_5','mailchimp_7227261368','141.8.143.130','843',0),(12855,'2018-03-10 04:07:27','imp','optin_5','mailchimp_7227261368','54.36.148.224','0',0),(12856,'2018-03-10 04:19:24','imp','optin_5','mailchimp_7227261368','157.55.39.246','681',0),(12857,'2018-03-10 04:27:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12858,'2018-03-10 04:41:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(12859,'2018-03-10 05:00:03','imp','optin_5','mailchimp_7227261368','84.201.133.60','599',0),(12860,'2018-03-10 05:12:53','imp','optin_5','mailchimp_7227261368','163.172.255.139','0',0),(12861,'2018-03-10 05:12:58','imp','optin_5','mailchimp_7227261368','163.172.255.139','0',0),(12862,'2018-03-10 05:32:10','imp','optin_5','mailchimp_7227261368','86.106.131.133','0',0),(12863,'2018-03-10 06:10:16','imp','optin_2','mailchimp_7227261368','138.197.111.183','92',0),(12864,'2018-03-10 06:11:31','imp','optin_5','mailchimp_7227261368','138.197.111.183','76',0),(12865,'2018-03-10 06:11:31','imp','optin_2','mailchimp_7227261368','138.197.111.183','2',0),(12866,'2018-03-10 06:11:40','imp','optin_5','mailchimp_7227261368','138.197.111.183','0',0),(12867,'2018-03-10 06:11:41','imp','optin_5','mailchimp_7227261368','138.197.111.183','714',0),(12868,'2018-03-10 06:11:41','imp','optin_5','mailchimp_7227261368','138.197.111.183','0',0),(12869,'2018-03-10 06:11:42','imp','optin_2','mailchimp_7227261368','138.197.111.183','92',0),(12870,'2018-03-10 06:11:42','imp','optin_5','mailchimp_7227261368','138.197.111.183','0',0),(12871,'2018-03-10 06:11:49','imp','optin_5','mailchimp_7227261368','138.197.111.183','411',0),(12872,'2018-03-10 06:11:49','imp','optin_5','mailchimp_7227261368','138.197.111.183','598',0),(12873,'2018-03-10 06:11:50','imp','optin_5','mailchimp_7227261368','138.197.111.183','663',0),(12874,'2018-03-10 06:11:51','imp','optin_5','mailchimp_7227261368','138.197.111.183','664',0),(12875,'2018-03-10 06:11:51','imp','optin_5','mailchimp_7227261368','138.197.111.183','665',0),(12876,'2018-03-10 06:11:54','imp','optin_5','mailchimp_7227261368','138.197.111.183','667',0),(12877,'2018-03-10 06:11:55','imp','optin_5','mailchimp_7227261368','138.197.111.183','666',0),(12878,'2018-03-10 06:35:35','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(12879,'2018-03-10 06:35:54','imp','optin_8','7227261368','66.249.79.35','-1',0),(12880,'2018-03-10 06:51:52','imp','optin_5','mailchimp_7227261368','141.8.143.192','594',0),(12881,'2018-03-10 07:36:02','imp','optin_2','mailchimp_7227261368','37.110.118.21','92',0),(12882,'2018-03-10 07:36:05','imp','optin_2','mailchimp_7227261368','188.32.190.177','92',0),(12883,'2018-03-10 07:36:14','imp','optin_5','mailchimp_7227261368','37.110.118.21','0',0),(12884,'2018-03-10 07:36:16','imp','optin_5','mailchimp_7227261368','188.32.190.177','0',0),(12885,'2018-03-10 07:37:17','imp','optin_5','mailchimp_7227261368','216.244.66.228','673',0),(12886,'2018-03-10 08:26:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12887,'2018-03-10 08:39:36','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12888,'2018-03-10 08:39:40','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12889,'2018-03-10 08:39:44','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12890,'2018-03-10 08:39:48','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12891,'2018-03-10 08:39:51','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12892,'2018-03-10 08:39:55','imp','optin_5','mailchimp_7227261368','185.234.218.250','0',0),(12893,'2018-03-10 08:41:08','imp','optin_5','mailchimp_7227261368','84.201.133.21','570',0),(12894,'2018-03-10 09:09:17','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(12895,'2018-03-10 09:09:51','imp','optin_8','7227261368','66.249.79.63','-1',0),(12896,'2018-03-10 10:20:16','imp','optin_5','mailchimp_7227261368','40.77.167.191','602',0),(12897,'2018-03-10 11:49:29','imp','optin_5','mailchimp_7227261368','54.36.148.52','0',0),(12898,'2018-03-10 11:58:21','imp','optin_5','mailchimp_7227261368','54.36.148.82','0',0),(12899,'2018-03-10 12:23:24','imp','optin_5','mailchimp_7227261368','128.75.118.54','0',0),(12900,'2018-03-10 12:38:11','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12901,'2018-03-10 12:41:56','imp','optin_2','mailchimp_7227261368','49.195.140.231','92',0),(12902,'2018-03-10 13:12:24','imp','optin_2','mailchimp_7227261368','180.76.15.27','92',0),(12903,'2018-03-10 15:04:54','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12904,'2018-03-10 16:46:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12905,'2018-03-10 16:52:20','imp','optin_2','mailchimp_7227261368','163.172.178.166','92',0),(12906,'2018-03-10 17:04:45','imp','optin_2','mailchimp_7227261368','195.201.92.116','92',0),(12907,'2018-03-10 18:10:22','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12908,'2018-03-10 18:20:48','imp','optin_5','mailchimp_7227261368','40.77.167.7','663',0),(12909,'2018-03-10 19:12:28','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(12910,'2018-03-10 19:53:37','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(12911,'2018-03-10 20:22:42','imp','optin_5','mailchimp_7227261368','54.36.148.129','668',0),(12912,'2018-03-10 20:35:41','imp','optin_5','mailchimp_7227261368','54.36.148.148','0',0),(12913,'2018-03-10 20:39:29','imp','optin_5','mailchimp_7227261368','54.36.148.213','0',0),(12914,'2018-03-10 21:05:35','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12915,'2018-03-10 21:13:14','imp','optin_2','mailchimp_7227261368','69.58.178.59','92',0),(12916,'2018-03-10 21:13:27','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(12917,'2018-03-10 21:13:33','imp','optin_2','mailchimp_7227261368','69.58.178.59','2',0),(12918,'2018-03-10 21:13:39','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(12919,'2018-03-10 21:13:45','imp','optin_5','mailchimp_7227261368','69.58.178.59','835',0),(12920,'2018-03-10 21:13:52','imp','optin_5','mailchimp_7227261368','69.58.178.59','76',0),(12921,'2018-03-10 21:14:01','imp','optin_5','mailchimp_7227261368','54.36.148.186','0',0),(12922,'2018-03-10 21:14:12','imp','optin_5','mailchimp_7227261368','69.58.178.59','0',0),(12923,'2018-03-10 21:14:18','imp','optin_5','mailchimp_7227261368','69.58.178.59','714',0),(12924,'2018-03-10 21:21:51','imp','optin_5','mailchimp_7227261368','54.36.148.143','598',0),(12925,'2018-03-10 21:33:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12926,'2018-03-10 21:47:24','imp','optin_2','mailchimp_7227261368','37.232.107.166','92',0),(12927,'2018-03-10 22:19:32','imp','optin_5','mailchimp_7227261368','54.36.148.54','0',0),(12928,'2018-03-10 22:22:02','imp','optin_2','mailchimp_7227261368','180.76.15.141','92',0),(12929,'2018-03-10 23:10:09','imp','optin_5','mailchimp_7227261368','141.8.143.192','681',0),(12930,'2018-03-10 23:17:53','imp','optin_5','mailchimp_7227261368','5.228.38.226','663',0),(12931,'2018-03-10 23:18:06','imp','optin_5','mailchimp_7227261368','5.228.38.226','0',0),(12932,'2018-03-11 00:01:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12933,'2018-03-11 01:12:28','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(12934,'2018-03-11 01:18:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12935,'2018-03-11 02:35:08','imp','optin_5','mailchimp_7227261368','207.46.13.139','0',0),(12936,'2018-03-11 02:42:55','imp','optin_5','mailchimp_7227261368','54.36.148.78','666',0),(12937,'2018-03-11 02:49:21','imp','optin_5','mailchimp_7227261368','54.36.149.61','679',0),(12938,'2018-03-11 03:12:03','imp','optin_2','mailchimp_7227261368','116.206.165.117','92',0),(12939,'2018-03-11 04:23:56','imp','optin_5','mailchimp_7227261368','54.36.149.87','0',0),(12940,'2018-03-11 04:30:10','imp','optin_5','mailchimp_7227261368','86.106.131.133','0',0),(12941,'2018-03-11 05:36:55','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12942,'2018-03-11 06:26:16','imp','optin_5','mailchimp_7227261368','54.36.148.154','0',0),(12943,'2018-03-11 09:25:44','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12944,'2018-03-11 09:43:18','imp','optin_2','mailchimp_7227261368','128.111.48.252','92',0),(12945,'2018-03-11 09:43:26','imp','optin_5','mailchimp_7227261368','128.111.48.252','0',0),(12946,'2018-03-11 10:12:57','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12947,'2018-03-11 10:31:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12948,'2018-03-11 10:32:27','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(12949,'2018-03-11 10:46:41','imp','optin_5','mailchimp_7227261368','157.55.39.94','177',0),(12950,'2018-03-11 10:47:27','imp','optin_5','mailchimp_7227261368','157.55.39.94','0',0),(12951,'2018-03-11 11:32:41','imp','optin_2','mailchimp_7227261368','180.76.15.26','92',0),(12952,'2018-03-11 12:01:49','imp','optin_5','mailchimp_7227261368','54.36.149.100','173',0),(12953,'2018-03-11 12:02:32','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12954,'2018-03-11 12:06:53','imp','optin_5','mailchimp_7227261368','157.55.39.251','681',0),(12955,'2018-03-11 12:34:48','imp','optin_2','mailchimp_7227261368','138.197.96.251','92',0),(12956,'2018-03-11 12:34:58','imp','optin_5','mailchimp_7227261368','138.197.96.251','0',0),(12957,'2018-03-11 12:35:04','imp','optin_5','mailchimp_7227261368','54.36.148.176','601',0),(12958,'2018-03-11 12:56:47','imp','optin_2','mailchimp_7227261368','34.208.190.200','92',0),(12959,'2018-03-11 14:03:37','imp','optin_5','mailchimp_7227261368','185.178.143.154','0',0),(12960,'2018-03-11 14:32:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12961,'2018-03-11 15:06:44','imp','optin_5','mailchimp_7227261368','216.244.66.228','600',0),(12962,'2018-03-11 15:50:27','imp','optin_5','mailchimp_7227261368','40.77.167.135','173',0),(12963,'2018-03-11 16:04:04','imp','optin_5','mailchimp_7227261368','54.36.149.9','0',0),(12964,'2018-03-11 17:24:23','imp','optin_5','mailchimp_7227261368','66.249.79.87','593',0),(12965,'2018-03-11 17:26:50','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(12966,'2018-03-11 17:26:54','imp','optin_8','7227261368','66.249.79.85','593',0),(12967,'2018-03-11 17:34:11','imp','optin_2','mailchimp_7227261368','199.19.224.189','92',0),(12968,'2018-03-11 17:53:23','imp','optin_5','mailchimp_7227261368','40.77.167.7','592',0),(12969,'2018-03-11 18:09:42','imp','optin_5','mailchimp_7227261368','54.36.148.58','678',0),(12970,'2018-03-11 19:27:15','imp','optin_5','mailchimp_7227261368','54.36.148.25','0',0),(12971,'2018-03-11 19:28:30','imp','optin_5','mailchimp_7227261368','54.36.148.64','591',0),(12972,'2018-03-11 20:19:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(12973,'2018-03-11 20:20:39','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(12974,'2018-03-11 20:21:00','imp','optin_8','7227261368','66.249.69.213','-1',0),(12975,'2018-03-11 20:55:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(12976,'2018-03-11 21:59:36','imp','optin_5','mailchimp_7227261368','54.36.148.33','0',0),(12977,'2018-03-11 22:37:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(12978,'2018-03-11 22:37:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(12979,'2018-03-11 22:38:51','imp','optin_5','mailchimp_7227261368','66.249.69.213','663',0),(12980,'2018-03-11 23:22:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12981,'2018-03-11 23:25:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12982,'2018-03-11 23:26:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(12983,'2018-03-11 23:54:23','imp','optin_5','mailchimp_7227261368','195.242.80.99','0',0),(12984,'2018-03-12 00:12:20','imp','optin_2','mailchimp_7227261368','180.76.15.142','92',0),(12985,'2018-03-12 00:22:38','imp','optin_5','mailchimp_7227261368','40.77.167.0','0',0),(12986,'2018-03-12 01:18:58','imp','optin_5','mailchimp_7227261368','180.76.15.135','714',0),(12987,'2018-03-12 01:28:33','imp','optin_5','mailchimp_7227261368','216.244.66.228','594',0),(12988,'2018-03-12 01:48:37','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:afd8:face:b00c:0:8000','92',0),(12989,'2018-03-12 02:39:14','imp','optin_2','mailchimp_7227261368','201.18.18.173','92',0),(12990,'2018-03-12 02:39:23','imp','optin_5','mailchimp_7227261368','201.18.18.173','0',0),(12991,'2018-03-12 02:39:37','imp','optin_5','mailchimp_7227261368','201.18.18.173','0',0),(12992,'2018-03-12 03:36:34','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(12993,'2018-03-12 03:41:44','imp','optin_5','mailchimp_7227261368','216.244.66.228','665',0),(12994,'2018-03-12 03:42:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(12995,'2018-03-12 03:50:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(12996,'2018-03-12 04:13:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(12997,'2018-03-12 06:03:07','imp','optin_2','mailchimp_7227261368','95.27.14.12','92',0),(12998,'2018-03-12 07:00:44','imp','optin_2','mailchimp_7227261368','64.31.117.242','92',0),(12999,'2018-03-12 07:00:49','imp','optin_5','mailchimp_7227261368','64.31.117.242','0',0),(13000,'2018-03-12 07:14:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13001,'2018-03-12 07:20:24','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13002,'2018-03-12 07:24:04','imp','optin_5','mailchimp_7227261368','54.36.148.135','0',0),(13003,'2018-03-12 07:35:46','imp','optin_5','mailchimp_7227261368','54.36.149.8','0',0),(13004,'2018-03-12 08:50:59','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(13005,'2018-03-12 08:51:00','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(13006,'2018-03-12 09:03:33','imp','optin_5','mailchimp_7227261368','66.249.69.215','598',0),(13007,'2018-03-12 09:03:58','imp','optin_8','7227261368','66.249.69.213','598',0),(13008,'2018-03-12 09:10:16','imp','optin_5','mailchimp_7227261368','31.171.198.78','663',0),(13009,'2018-03-12 09:27:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(13010,'2018-03-12 09:58:02','imp','optin_5','mailchimp_7227261368','54.36.148.89','0',0),(13011,'2018-03-12 10:07:42','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(13012,'2018-03-12 10:08:56','imp','optin_8','7227261368','66.249.69.213','-1',0),(13013,'2018-03-12 10:15:37','imp','optin_5','mailchimp_7227261368','54.36.148.208','0',0),(13014,'2018-03-12 11:21:40','imp','optin_2','mailchimp_7227261368','40.77.167.46','92',0),(13015,'2018-03-12 11:31:24','imp','optin_5','mailchimp_7227261368','54.36.148.138','663',0),(13016,'2018-03-12 11:56:41','imp','optin_2','mailchimp_7227261368','91.210.147.20','92',0),(13017,'2018-03-12 11:56:51','imp','optin_5','mailchimp_7227261368','91.210.147.20','0',0),(13018,'2018-03-12 11:59:18','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(13019,'2018-03-12 13:05:09','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13020,'2018-03-12 13:08:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13021,'2018-03-12 13:39:44','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(13022,'2018-03-12 13:40:17','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(13023,'2018-03-12 14:53:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(13024,'2018-03-12 16:33:04','imp','optin_2','mailchimp_7227261368','66.249.69.215','92',0),(13025,'2018-03-12 16:42:23','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(13026,'2018-03-12 16:56:30','imp','optin_2','mailchimp_7227261368','185.198.167.29','92',0),(13027,'2018-03-12 17:26:48','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13028,'2018-03-12 17:41:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13029,'2018-03-12 18:26:29','imp','optin_5','mailchimp_7227261368','54.36.148.218','0',0),(13030,'2018-03-12 18:37:06','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(13031,'2018-03-12 18:37:17','imp','optin_5','mailchimp_7227261368','180.76.15.16','666',0),(13032,'2018-03-12 18:56:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13033,'2018-03-12 20:18:34','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(13034,'2018-03-12 20:49:07','imp','optin_5','mailchimp_7227261368','37.204.68.12','592',0),(13035,'2018-03-12 20:54:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(13036,'2018-03-12 20:55:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(13037,'2018-03-12 20:56:21','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13038,'2018-03-12 21:01:03','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13039,'2018-03-12 21:05:35','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13040,'2018-03-12 21:09:00','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13041,'2018-03-12 21:13:12','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13042,'2018-03-12 21:22:36','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13043,'2018-03-12 21:26:03','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13044,'2018-03-12 21:30:17','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13045,'2018-03-12 21:34:19','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13046,'2018-03-12 21:38:34','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13047,'2018-03-12 21:42:37','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13048,'2018-03-12 21:46:38','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13049,'2018-03-12 21:50:42','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13050,'2018-03-12 21:55:12','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13051,'2018-03-12 21:58:57','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13052,'2018-03-12 22:03:39','imp','optin_5','mailchimp_7227261368','54.207.85.242','0',0),(13053,'2018-03-12 22:16:27','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13054,'2018-03-12 22:43:35','imp','optin_5','mailchimp_7227261368','66.249.69.213','714',0),(13055,'2018-03-12 22:44:39','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(13056,'2018-03-12 22:44:44','imp','optin_7','mailchimp_7227261368','66.249.69.215','714',0),(13057,'2018-03-12 22:44:50','imp','optin_8','7227261368','66.249.69.213','714',0),(13058,'2018-03-12 22:48:28','imp','optin_5','mailchimp_7227261368','40.77.167.65','0',0),(13059,'2018-03-12 23:08:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(13060,'2018-03-13 00:07:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(13061,'2018-03-13 02:10:44','imp','optin_5','mailchimp_7227261368','66.249.69.217','714',0),(13062,'2018-03-13 02:10:54','imp','optin_7','mailchimp_7227261368','66.249.69.215','714',0),(13063,'2018-03-13 02:11:20','imp','optin_8','7227261368','66.249.69.217','714',0),(13064,'2018-03-13 02:18:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13065,'2018-03-13 02:24:06','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(13066,'2018-03-13 02:51:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(13067,'2018-03-13 03:36:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13068,'2018-03-13 03:45:50','imp','optin_2','mailchimp_7227261368','86.110.117.60','92',0),(13069,'2018-03-13 04:00:15','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13070,'2018-03-13 04:09:09','imp','optin_5','mailchimp_7227261368','66.249.69.213','664',0),(13071,'2018-03-13 04:09:56','imp','optin_8','7227261368','66.249.69.213','664',0),(13072,'2018-03-13 04:30:56','imp','optin_2','mailchimp_7227261368','180.76.15.34','92',0),(13073,'2018-03-13 04:43:15','imp','optin_5','mailchimp_7227261368','157.55.39.171','598',0),(13074,'2018-03-13 04:43:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(13075,'2018-03-13 04:46:05','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13076,'2018-03-13 04:51:18','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13077,'2018-03-13 04:55:17','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13078,'2018-03-13 05:00:13','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13079,'2018-03-13 05:04:22','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13080,'2018-03-13 05:09:18','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13081,'2018-03-13 05:14:23','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13082,'2018-03-13 05:19:17','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13083,'2018-03-13 05:29:27','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13084,'2018-03-13 05:30:39','imp','optin_2','mailchimp_7227261368','178.120.67.23','92',0),(13085,'2018-03-13 05:34:28','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13086,'2018-03-13 05:39:17','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13087,'2018-03-13 05:44:02','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13088,'2018-03-13 05:46:17','imp','optin_2','mailchimp_7227261368','203.45.244.248','92',0),(13089,'2018-03-13 05:48:50','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13090,'2018-03-13 05:53:19','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13091,'2018-03-13 05:57:41','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13092,'2018-03-13 06:02:18','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13093,'2018-03-13 06:06:55','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13094,'2018-03-13 06:17:14','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13095,'2018-03-13 06:21:47','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13096,'2018-03-13 06:22:17','imp','optin_5','mailchimp_7227261368','66.249.69.215','678',0),(13097,'2018-03-13 06:22:27','imp','optin_8','7227261368','66.249.69.213','678',0),(13098,'2018-03-13 06:26:39','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13099,'2018-03-13 06:31:26','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13100,'2018-03-13 06:36:30','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13101,'2018-03-13 06:41:25','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13102,'2018-03-13 06:45:48','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13103,'2018-03-13 06:49:58','imp','optin_5','mailchimp_7227261368','52.208.193.208','0',0),(13104,'2018-03-13 07:33:38','imp','optin_5','mailchimp_7227261368','207.46.13.100','597',0),(13105,'2018-03-13 08:19:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(13106,'2018-03-13 08:20:51','imp','optin_5','mailchimp_7227261368','54.36.149.17','0',0),(13107,'2018-03-13 08:21:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(13108,'2018-03-13 08:21:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(13109,'2018-03-13 08:37:21','imp','optin_5','mailchimp_7227261368','54.36.148.53','593',0),(13110,'2018-03-13 08:37:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(13111,'2018-03-13 08:46:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13112,'2018-03-13 09:27:39','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(13113,'2018-03-13 09:35:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13114,'2018-03-13 10:36:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(13115,'2018-03-13 10:37:12','imp','optin_2','mailchimp_7227261368','54.36.148.130','92',0),(13116,'2018-03-13 11:03:38','imp','optin_5','mailchimp_7227261368','54.36.148.161','573',0),(13117,'2018-03-13 12:42:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(13118,'2018-03-13 12:55:55','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(13119,'2018-03-13 12:55:57','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13120,'2018-03-13 12:56:11','imp','optin_2','mailchimp_7227261368','52.138.203.110','92',0),(13121,'2018-03-13 12:59:58','imp','optin_5','mailchimp_7227261368','66.249.79.35','592',0),(13122,'2018-03-13 13:00:12','imp','optin_8','7227261368','66.249.79.63','592',0),(13123,'2018-03-13 13:00:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13124,'2018-03-13 13:34:24','imp','optin_5','mailchimp_7227261368','66.249.79.63','714',0),(13125,'2018-03-13 13:34:31','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(13126,'2018-03-13 13:34:55','imp','optin_8','7227261368','66.249.79.63','714',0),(13127,'2018-03-13 13:56:04','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13128,'2018-03-13 14:05:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(13129,'2018-03-13 14:08:54','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(13130,'2018-03-13 14:38:45','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13131,'2018-03-13 14:54:14','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(13132,'2018-03-13 15:28:12','imp','optin_2','mailchimp_7227261368','104.236.63.174','92',0),(13133,'2018-03-13 15:29:00','imp','optin_5','mailchimp_7227261368','104.236.63.174','76',0),(13134,'2018-03-13 15:29:01','imp','optin_2','mailchimp_7227261368','104.236.63.174','2',0),(13135,'2018-03-13 15:29:08','imp','optin_2','mailchimp_7227261368','104.236.63.174','92',0),(13136,'2018-03-13 15:29:08','imp','optin_5','mailchimp_7227261368','104.236.63.174','0',0),(13137,'2018-03-13 15:29:08','imp','optin_5','mailchimp_7227261368','104.236.63.174','0',0),(13138,'2018-03-13 15:29:09','imp','optin_5','mailchimp_7227261368','104.236.63.174','714',0),(13139,'2018-03-13 15:29:16','imp','optin_5','mailchimp_7227261368','104.236.63.174','0',0),(13140,'2018-03-13 15:29:18','imp','optin_5','mailchimp_7227261368','104.236.63.174','411',0),(13141,'2018-03-13 15:29:18','imp','optin_5','mailchimp_7227261368','104.236.63.174','598',0),(13142,'2018-03-13 15:29:18','imp','optin_5','mailchimp_7227261368','104.236.63.174','664',0),(13143,'2018-03-13 15:29:18','imp','optin_5','mailchimp_7227261368','104.236.63.174','663',0),(13144,'2018-03-13 15:29:23','imp','optin_5','mailchimp_7227261368','104.236.63.174','665',0),(13145,'2018-03-13 15:29:24','imp','optin_5','mailchimp_7227261368','104.236.63.174','666',0),(13146,'2018-03-13 15:29:24','imp','optin_5','mailchimp_7227261368','104.236.63.174','667',0),(13147,'2018-03-13 15:36:45','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13148,'2018-03-13 16:04:31','imp','optin_2','mailchimp_7227261368','81.30.80.127','92',0),(13149,'2018-03-13 16:07:22','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(13150,'2018-03-13 16:07:23','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(13151,'2018-03-13 16:09:28','imp','optin_5','mailchimp_7227261368','157.55.39.243','177',0),(13152,'2018-03-13 16:25:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(13153,'2018-03-13 17:16:50','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13154,'2018-03-13 17:17:04','imp','optin_8','7227261368','66.249.79.35','0',0),(13155,'2018-03-13 18:26:15','imp','optin_5','mailchimp_7227261368','141.8.143.175','575',0),(13156,'2018-03-13 18:48:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13157,'2018-03-13 20:38:01','imp','optin_5','mailchimp_7227261368','5.255.250.115','411',0),(13158,'2018-03-13 20:49:24','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13159,'2018-03-13 20:55:54','imp','optin_2','mailchimp_7227261368','141.8.143.142','92',0),(13160,'2018-03-13 20:55:54','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(13161,'2018-03-13 21:12:51','imp','optin_2','mailchimp_7227261368','190.176.252.180','92',0),(13162,'2018-03-13 21:41:50','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(13163,'2018-03-13 22:04:21','imp','optin_2','mailchimp_7227261368','37.204.157.75','92',0),(13164,'2018-03-13 22:04:25','imp','optin_2','mailchimp_7227261368','37.204.206.193','92',0),(13165,'2018-03-13 22:04:32','imp','optin_5','mailchimp_7227261368','37.204.206.193','0',0),(13166,'2018-03-13 22:22:28','imp','optin_5','mailchimp_7227261368','41.79.77.19','0',0),(13167,'2018-03-13 22:38:21','imp','optin_2','mailchimp_7227261368','49.207.189.119','92',0),(13168,'2018-03-13 22:41:25','imp','optin_2','mailchimp_7227261368','178.212.79.202','92',0),(13169,'2018-03-13 22:48:28','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13170,'2018-03-13 22:48:30','imp','optin_2','mailchimp_7227261368','95.141.236.92','92',0),(13171,'2018-03-13 22:48:32','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(13172,'2018-03-13 22:55:18','imp','optin_5','mailchimp_7227261368','5.255.250.59','595',0),(13173,'2018-03-13 22:55:25','imp','optin_5','mailchimp_7227261368','54.36.149.69','592',0),(13174,'2018-03-13 23:00:17','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13175,'2018-03-13 23:05:04','imp','optin_5','mailchimp_7227261368','5.255.250.115','598',0),(13176,'2018-03-13 23:20:53','imp','optin_5','mailchimp_7227261368','54.36.149.37','0',0),(13177,'2018-03-14 00:00:08','imp','optin_2','mailchimp_7227261368','96.44.190.116','92',0),(13178,'2018-03-14 00:39:39','imp','optin_5','mailchimp_7227261368','84.201.133.17','663',0),(13179,'2018-03-14 00:41:01','imp','optin_5','mailchimp_7227261368','93.158.161.126','667',0),(13180,'2018-03-14 01:43:08','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13181,'2018-03-14 01:43:36','imp','optin_8','7227261368','66.249.79.63','0',0),(13182,'2018-03-14 02:05:20','imp','optin_5','mailchimp_7227261368','54.36.149.70','595',0),(13183,'2018-03-14 02:22:08','imp','optin_5','mailchimp_7227261368','157.55.39.246','0',0),(13184,'2018-03-14 02:22:44','imp','optin_5','mailchimp_7227261368','157.55.39.246','0',0),(13185,'2018-03-14 02:30:32','imp','optin_5','mailchimp_7227261368','54.36.149.18','594',0),(13186,'2018-03-14 03:09:00','imp','optin_5','mailchimp_7227261368','100.43.85.190','570',0),(13187,'2018-03-14 03:21:07','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(13188,'2018-03-14 03:41:43','imp','optin_5','mailchimp_7227261368','100.43.90.101','665',0),(13189,'2018-03-14 03:46:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13190,'2018-03-14 05:20:55','imp','optin_5','mailchimp_7227261368','5.228.23.44','592',0),(13191,'2018-03-14 06:03:57','imp','optin_5','mailchimp_7227261368','100.43.85.190','599',0),(13192,'2018-03-14 07:11:44','imp','optin_5','mailchimp_7227261368','54.36.149.43','0',0),(13193,'2018-03-14 07:13:31','imp','optin_2','mailchimp_7227261368','2001:8003:54b2:b900:216d:3fee:b009:c8b7','92',0),(13194,'2018-03-14 07:13:40','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13195,'2018-03-14 07:14:36','imp','optin_2','mailchimp_7227261368','110.144.57.124','92',0),(13196,'2018-03-14 07:14:40','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13197,'2018-03-14 07:15:00','imp','optin_2','mailchimp_7227261368','110.144.57.124','92',0),(13198,'2018-03-14 07:15:11','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13199,'2018-03-14 07:15:30','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13200,'2018-03-14 07:15:45','imp','optin_8','7227261368','110.144.57.124','697',0),(13201,'2018-03-14 07:15:54','imp','optin_8','7227261368','110.144.57.124','697',0),(13202,'2018-03-14 07:16:21','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13203,'2018-03-14 07:16:25','imp','optin_5','mailchimp_7227261368','110.144.57.124','0',0),(13204,'2018-03-14 07:16:35','imp','optin_5','mailchimp_7227261368','110.144.57.124','666',0),(13205,'2018-03-14 07:16:39','imp','optin_5','mailchimp_7227261368','2001:8003:54b2:b900:216d:3fee:b009:c8b7','0',0),(13206,'2018-03-14 08:09:06','imp','optin_5','mailchimp_7227261368','93.158.161.37','592',0),(13207,'2018-03-14 08:23:31','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13208,'2018-03-14 08:26:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13209,'2018-03-14 08:47:17','imp','optin_5','mailchimp_7227261368','54.36.149.92','592',0),(13210,'2018-03-14 08:59:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13211,'2018-03-14 09:02:24','imp','optin_5','mailchimp_7227261368','54.36.148.203','595',0),(13212,'2018-03-14 10:37:19','imp','optin_5','mailchimp_7227261368','40.77.167.49','0',0),(13213,'2018-03-14 11:00:34','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(13214,'2018-03-14 11:21:15','imp','optin_5','mailchimp_7227261368','1.136.105.146','0',0),(13215,'2018-03-14 11:25:17','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13216,'2018-03-14 11:26:43','imp','optin_2','mailchimp_7227261368','144.217.139.76','92',0),(13217,'2018-03-14 11:41:27','imp','optin_5','mailchimp_7227261368','66.249.79.87','843',0),(13218,'2018-03-14 11:42:27','imp','optin_8','7227261368','66.249.79.89','843',0),(13219,'2018-03-14 12:18:11','imp','optin_2','mailchimp_7227261368','123.126.113.103','92',0),(13220,'2018-03-14 12:45:40','imp','optin_5','mailchimp_7227261368','100.43.91.120','599',0),(13221,'2018-03-14 13:01:21','imp','optin_5','mailchimp_7227261368','54.36.148.224','593',0),(13222,'2018-03-14 13:16:10','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13223,'2018-03-14 13:41:38','imp','optin_5','mailchimp_7227261368','141.8.143.170','673',0),(13224,'2018-03-14 17:54:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13225,'2018-03-14 17:58:18','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(13226,'2018-03-14 17:58:54','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(13227,'2018-03-14 17:59:03','imp','optin_8','7227261368','66.249.79.85','-1',0),(13228,'2018-03-14 18:02:06','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(13229,'2018-03-14 18:03:51','imp','optin_2','mailchimp_7227261368','185.115.217.235','92',0),(13230,'2018-03-14 18:03:56','imp','optin_5','mailchimp_7227261368','185.115.217.235','0',0),(13231,'2018-03-14 18:04:03','imp','optin_2','mailchimp_7227261368','185.115.217.235','92',0),(13232,'2018-03-14 18:10:36','imp','optin_5','mailchimp_7227261368','54.36.148.111','682',0),(13233,'2018-03-14 18:51:26','imp','optin_2','mailchimp_7227261368','180.76.15.151','92',0),(13234,'2018-03-14 18:57:32','imp','optin_2','mailchimp_7227261368','162.158.65.72','92',0),(13235,'2018-03-14 19:11:36','imp','optin_2','mailchimp_7227261368','54.36.148.187','92',0),(13236,'2018-03-14 20:13:39','imp','optin_5','mailchimp_7227261368','54.36.148.92','573',0),(13237,'2018-03-14 21:41:01','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(13238,'2018-03-14 22:31:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13239,'2018-03-14 23:04:43','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(13240,'2018-03-14 23:08:08','imp','optin_2','mailchimp_7227261368','180.76.15.151','92',0),(13241,'2018-03-14 23:26:41','imp','optin_2','mailchimp_7227261368','100.43.85.190','92',0),(13242,'2018-03-14 23:36:07','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(13243,'2018-03-14 23:40:43','imp','optin_5','mailchimp_7227261368','54.36.148.90','570',0),(13244,'2018-03-15 00:16:08','imp','optin_5','mailchimp_7227261368','77.88.47.43','577',0),(13245,'2018-03-15 01:09:57','imp','optin_2','mailchimp_7227261368','138.197.111.146','92',0),(13246,'2018-03-15 01:10:05','imp','optin_5','mailchimp_7227261368','138.197.111.146','0',0),(13247,'2018-03-15 01:10:29','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(13248,'2018-03-15 01:11:26','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(13249,'2018-03-15 01:33:06','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(13250,'2018-03-15 01:44:34','imp','optin_5','mailchimp_7227261368','100.43.91.127','573',0),(13251,'2018-03-15 01:48:02','imp','optin_5','mailchimp_7227261368','141.8.143.155','681',0),(13252,'2018-03-15 01:55:56','imp','optin_2','mailchimp_7227261368','84.201.133.78','92',0),(13253,'2018-03-15 01:57:30','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(13254,'2018-03-15 02:38:39','imp','optin_5','mailchimp_7227261368','54.36.149.65','0',0),(13255,'2018-03-15 03:05:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13256,'2018-03-15 03:34:00','imp','optin_5','mailchimp_7227261368','40.77.167.92','173',0),(13257,'2018-03-15 03:49:38','imp','optin_5','mailchimp_7227261368','77.88.47.43','714',0),(13258,'2018-03-15 03:55:31','imp','optin_2','mailchimp_7227261368','121.42.54.54','92',0),(13259,'2018-03-15 04:41:24','imp','optin_2','mailchimp_7227261368','128.68.23.9','92',0),(13260,'2018-03-15 04:41:40','imp','optin_5','mailchimp_7227261368','128.68.23.9','0',0),(13261,'2018-03-15 04:52:18','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(13262,'2018-03-15 05:40:39','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13263,'2018-03-15 05:46:14','imp','optin_5','mailchimp_7227261368','54.36.149.95','0',0),(13264,'2018-03-15 07:09:34','imp','optin_5','mailchimp_7227261368','141.8.143.159','0',0),(13265,'2018-03-15 07:29:19','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13266,'2018-03-15 08:06:44','imp','optin_2','mailchimp_7227261368','159.65.24.22','92',0),(13267,'2018-03-15 12:02:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13268,'2018-03-15 12:19:47','imp','optin_5','mailchimp_7227261368','54.36.148.132','599',0),(13269,'2018-03-15 13:38:12','imp','optin_5','mailchimp_7227261368','93.158.161.126','597',0),(13270,'2018-03-15 14:12:23','imp','optin_5','mailchimp_7227261368','54.36.149.98','0',0),(13271,'2018-03-15 15:43:26','imp','optin_2','mailchimp_7227261368','69.30.211.2','92',0),(13272,'2018-03-15 16:13:09','imp','optin_5','mailchimp_7227261368','157.55.39.246','0',0),(13273,'2018-03-15 16:53:23','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13274,'2018-03-15 17:21:35','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(13275,'2018-03-15 17:51:22','imp','optin_2','mailchimp_7227261368','180.76.15.145','92',0),(13276,'2018-03-15 19:33:58','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(13277,'2018-03-15 20:42:48','imp','optin_5','mailchimp_7227261368','54.36.148.93','0',0),(13278,'2018-03-15 20:59:05','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(13279,'2018-03-15 21:50:24','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13280,'2018-03-15 22:21:53','imp','optin_5','mailchimp_7227261368','2001:41d0:a:4205::','0',0),(13281,'2018-03-15 22:40:51','imp','optin_5','mailchimp_7227261368','207.46.13.46','0',0),(13282,'2018-03-15 22:52:38','imp','optin_2','mailchimp_7227261368','2a01:598:8988:d0e:7185:c7b5:a3bd:4899','92',0),(13283,'2018-03-15 22:54:20','imp','optin_2','mailchimp_7227261368','2a01:598:8988:d0e:7185:c7b5:a3bd:4899','92',0),(13284,'2018-03-15 23:44:57','imp','optin_2','mailchimp_7227261368','106.212.173.222','92',0),(13285,'2018-03-15 23:45:01','imp','optin_5','mailchimp_7227261368','106.212.173.222','0',0),(13286,'2018-03-15 23:49:36','imp','optin_2','mailchimp_7227261368','188.98.127.79','92',0),(13287,'2018-03-16 01:37:06','imp','optin_5','mailchimp_7227261368','54.36.148.43','0',0),(13288,'2018-03-16 01:39:03','imp','optin_5','mailchimp_7227261368','157.55.39.253','220',0),(13289,'2018-03-16 02:31:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13290,'2018-03-16 02:55:00','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13291,'2018-03-16 03:48:23','imp','optin_5','mailchimp_7227261368','84.201.133.17','682',0),(13292,'2018-03-16 04:05:16','imp','optin_5','mailchimp_7227261368','141.8.143.130','76',0),(13293,'2018-03-16 04:24:32','imp','optin_2','mailchimp_7227261368','64.74.215.19','92',0),(13294,'2018-03-16 04:24:42','imp','optin_5','mailchimp_7227261368','64.74.215.19','0',0),(13295,'2018-03-16 04:41:22','imp','optin_5','mailchimp_7227261368','66.249.79.63','681',0),(13296,'2018-03-16 04:41:56','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13297,'2018-03-16 04:42:04','imp','optin_8','7227261368','66.249.79.63','681',0),(13298,'2018-03-16 04:42:46','imp','optin_8','7227261368','66.249.79.63','125',0),(13299,'2018-03-16 04:47:01','imp','optin_5','mailchimp_7227261368','77.88.47.43','602',0),(13300,'2018-03-16 05:26:56','imp','optin_5','mailchimp_7227261368','66.249.79.35','220',0),(13301,'2018-03-16 05:27:12','imp','optin_8','7227261368','66.249.79.35','220',0),(13302,'2018-03-16 05:28:49','imp','optin_5','mailchimp_7227261368','66.249.79.63','570',0),(13303,'2018-03-16 05:29:07','imp','optin_8','7227261368','66.249.79.35','570',0),(13304,'2018-03-16 05:29:43','imp','optin_5','mailchimp_7227261368','66.249.79.63','575',0),(13305,'2018-03-16 05:29:59','imp','optin_8','7227261368','66.249.79.63','575',0),(13306,'2018-03-16 05:30:39','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13307,'2018-03-16 05:31:02','imp','optin_8','7227261368','66.249.79.35','0',0),(13308,'2018-03-16 05:36:14','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13309,'2018-03-16 05:46:28','imp','optin_5','mailchimp_7227261368','66.249.79.63','678',0),(13310,'2018-03-16 05:46:52','imp','optin_8','7227261368','66.249.79.63','678',0),(13311,'2018-03-16 05:49:22','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13312,'2018-03-16 05:51:16','imp','optin_5','mailchimp_7227261368','54.36.148.66','680',0),(13313,'2018-03-16 05:53:36','imp','optin_5','mailchimp_7227261368','46.242.30.83','0',0),(13314,'2018-03-16 05:53:55','imp','optin_5','mailchimp_7227261368','66.249.79.63','683',0),(13315,'2018-03-16 05:54:10','imp','optin_8','7227261368','66.249.79.39','683',0),(13316,'2018-03-16 05:54:23','imp','optin_5','mailchimp_7227261368','46.242.30.83','0',0),(13317,'2018-03-16 05:55:33','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(13318,'2018-03-16 06:35:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13319,'2018-03-16 07:47:17','imp','optin_5','mailchimp_7227261368','84.201.133.21','683',0),(13320,'2018-03-16 08:46:44','imp','optin_5','mailchimp_7227261368','84.201.133.41','666',0),(13321,'2018-03-16 09:21:31','imp','optin_5','mailchimp_7227261368','141.8.144.21','0',0),(13322,'2018-03-16 09:24:21','imp','optin_5','mailchimp_7227261368','40.77.167.79','0',0),(13323,'2018-03-16 09:26:21','imp','optin_2','mailchimp_7227261368','207.241.231.80','92',0),(13324,'2018-03-16 09:41:42','imp','optin_5','mailchimp_7227261368','207.241.231.80','76',0),(13325,'2018-03-16 09:44:01','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13326,'2018-03-16 09:44:52','imp','optin_2','mailchimp_7227261368','207.241.231.80','2',0),(13327,'2018-03-16 09:53:22','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13328,'2018-03-16 09:53:55','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13329,'2018-03-16 09:57:55','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13330,'2018-03-16 09:58:19','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13331,'2018-03-16 10:00:52','imp','optin_2','mailchimp_7227261368','62.75.137.71','92',0),(13332,'2018-03-16 10:01:29','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13333,'2018-03-16 10:01:52','imp','optin_5','mailchimp_7227261368','207.241.231.80','714',0),(13334,'2018-03-16 10:04:14','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13335,'2018-03-16 10:04:43','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13336,'2018-03-16 10:05:54','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13337,'2018-03-16 10:06:40','imp','optin_5','mailchimp_7227261368','207.241.231.80','411',0),(13338,'2018-03-16 10:09:09','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13339,'2018-03-16 10:09:38','imp','optin_5','mailchimp_7227261368','207.241.231.80','598',0),(13340,'2018-03-16 10:11:53','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13341,'2018-03-16 10:12:31','imp','optin_5','mailchimp_7227261368','207.241.231.80','663',0),(13342,'2018-03-16 10:14:33','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13343,'2018-03-16 10:15:07','imp','optin_5','mailchimp_7227261368','207.241.231.80','664',0),(13344,'2018-03-16 10:17:42','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13345,'2018-03-16 10:18:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','665',0),(13346,'2018-03-16 10:21:13','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13347,'2018-03-16 10:21:45','imp','optin_5','mailchimp_7227261368','207.241.231.80','666',0),(13348,'2018-03-16 10:23:53','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13349,'2018-03-16 10:24:40','imp','optin_5','mailchimp_7227261368','207.241.231.80','667',0),(13350,'2018-03-16 10:27:08','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13351,'2018-03-16 10:30:28','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13352,'2018-03-16 10:31:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13353,'2018-03-16 10:31:55','imp','optin_5','mailchimp_7227261368','207.241.231.80','843',0),(13354,'2018-03-16 10:33:26','imp','optin_5','mailchimp_7227261368','207.241.231.80','835',0),(13355,'2018-03-16 10:35:46','imp','optin_5','mailchimp_7227261368','54.36.148.32','667',0),(13356,'2018-03-16 10:46:52','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13357,'2018-03-16 10:47:25','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13358,'2018-03-16 10:48:45','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13359,'2018-03-16 10:50:26','imp','optin_5','mailchimp_7227261368','207.241.231.80','714',0),(13360,'2018-03-16 10:51:20','imp','optin_5','mailchimp_7227261368','207.241.231.80','592',0),(13361,'2018-03-16 10:53:16','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13362,'2018-03-16 10:53:43','imp','optin_5','mailchimp_7227261368','207.241.231.80','577',0),(13363,'2018-03-16 10:55:45','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13364,'2018-03-16 10:56:09','imp','optin_5','mailchimp_7227261368','207.241.231.80','591',0),(13365,'2018-03-16 10:57:54','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13366,'2018-03-16 10:58:18','imp','optin_5','mailchimp_7227261368','207.241.231.80','595',0),(13367,'2018-03-16 11:00:02','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13368,'2018-03-16 11:00:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','679',0),(13369,'2018-03-16 11:06:10','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13370,'2018-03-16 11:06:39','imp','optin_5','mailchimp_7227261368','207.241.231.80','597',0),(13371,'2018-03-16 11:08:45','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13372,'2018-03-16 11:09:38','imp','optin_5','mailchimp_7227261368','207.241.231.80','573',0),(13373,'2018-03-16 11:12:21','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13374,'2018-03-16 11:12:48','imp','optin_5','mailchimp_7227261368','207.241.231.80','575',0),(13375,'2018-03-16 11:14:51','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13376,'2018-03-16 11:15:21','imp','optin_5','mailchimp_7227261368','207.241.231.80','682',0),(13377,'2018-03-16 11:17:22','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13378,'2018-03-16 11:17:47','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13379,'2018-03-16 11:19:18','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13380,'2018-03-16 11:19:58','imp','optin_5','mailchimp_7227261368','207.241.231.80','570',0),(13381,'2018-03-16 11:22:04','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13382,'2018-03-16 11:23:09','imp','optin_5','mailchimp_7227261368','207.241.231.80','678',0),(13383,'2018-03-16 11:25:55','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13384,'2018-03-16 11:26:32','imp','optin_5','mailchimp_7227261368','207.241.231.80','601',0),(13385,'2018-03-16 11:28:48','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13386,'2018-03-16 11:29:38','imp','optin_5','mailchimp_7227261368','207.241.231.80','594',0),(13387,'2018-03-16 11:32:14','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13388,'2018-03-16 11:33:04','imp','optin_5','mailchimp_7227261368','207.241.231.80','593',0),(13389,'2018-03-16 11:35:09','imp','optin_2','mailchimp_7227261368','2001:250:4803:1003:3802:7273:297b:3f97','92',0),(13390,'2018-03-16 11:35:36','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13391,'2018-03-16 11:36:06','imp','optin_5','mailchimp_7227261368','207.241.231.80','602',0),(13392,'2018-03-16 11:38:22','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13393,'2018-03-16 11:39:08','imp','optin_5','mailchimp_7227261368','207.241.231.80','599',0),(13394,'2018-03-16 11:41:29','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13395,'2018-03-16 11:42:30','imp','optin_5','mailchimp_7227261368','207.241.231.80','668',0),(13396,'2018-03-16 11:44:58','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13397,'2018-03-16 11:45:35','imp','optin_5','mailchimp_7227261368','207.241.231.80','681',0),(13398,'2018-03-16 11:47:59','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13399,'2018-03-16 11:49:17','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13400,'2018-03-16 11:51:14','imp','optin_5','mailchimp_7227261368','54.36.148.59','681',0),(13401,'2018-03-16 12:06:18','imp','optin_5','mailchimp_7227261368','93.158.161.146','668',0),(13402,'2018-03-16 12:09:10','imp','optin_5','mailchimp_7227261368','66.249.79.35','681',0),(13403,'2018-03-16 12:09:43','imp','optin_8','7227261368','66.249.79.35','681',0),(13404,'2018-03-16 12:10:35','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(13405,'2018-03-16 12:10:44','imp','optin_8','7227261368','66.249.79.35','0',0),(13406,'2018-03-16 12:14:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','575',0),(13407,'2018-03-16 12:14:29','imp','optin_8','7227261368','66.249.79.35','575',0),(13408,'2018-03-16 12:18:05','imp','optin_5','mailchimp_7227261368','54.36.148.203','597',0),(13409,'2018-03-16 12:20:01','imp','optin_5','mailchimp_7227261368','84.201.133.78','600',0),(13410,'2018-03-16 12:20:35','imp','optin_5','mailchimp_7227261368','66.249.79.35','570',0),(13411,'2018-03-16 12:21:03','imp','optin_8','7227261368','66.249.79.63','570',0),(13412,'2018-03-16 12:21:07','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13413,'2018-03-16 12:57:41','imp','optin_2','mailchimp_7227261368','95.28.39.44','92',0),(13414,'2018-03-16 13:14:27','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13415,'2018-03-16 13:24:38','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13416,'2018-03-16 13:36:08','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(13417,'2018-03-16 13:46:36','imp','optin_5','mailchimp_7227261368','40.77.167.103','678',0),(13418,'2018-03-16 14:52:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13419,'2018-03-16 14:52:59','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(13420,'2018-03-16 16:03:27','imp','optin_2','mailchimp_7227261368','216.145.14.142','92',0),(13421,'2018-03-16 16:06:58','imp','optin_5','mailchimp_7227261368','54.36.148.245','0',0),(13422,'2018-03-16 16:07:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','681',0),(13423,'2018-03-16 16:11:45','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(13424,'2018-03-16 16:20:53','imp','optin_8','7227261368','66.249.79.35','681',0),(13425,'2018-03-16 17:16:26','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13426,'2018-03-16 17:16:47','imp','optin_8','7227261368','66.249.79.63','-1',0),(13427,'2018-03-16 17:48:11','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13428,'2018-03-16 18:21:34','imp','optin_2','mailchimp_7227261368','100.43.85.116','92',0),(13429,'2018-03-16 18:27:21','imp','optin_2','mailchimp_7227261368','185.115.218.151','92',0),(13430,'2018-03-16 18:27:25','imp','optin_5','mailchimp_7227261368','185.115.218.151','0',0),(13431,'2018-03-16 18:27:30','imp','optin_2','mailchimp_7227261368','185.115.218.151','92',0),(13432,'2018-03-16 18:52:03','imp','optin_8','7227261368','66.249.79.35','697',0),(13433,'2018-03-16 19:05:17','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(13434,'2018-03-16 19:06:31','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(13435,'2018-03-16 20:00:03','imp','optin_5','mailchimp_7227261368','89.178.239.5','595',0),(13436,'2018-03-16 20:00:24','imp','optin_5','mailchimp_7227261368','89.178.239.5','0',0),(13437,'2018-03-16 20:34:32','imp','optin_5','mailchimp_7227261368','66.249.79.39','681',0),(13438,'2018-03-16 20:36:21','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13439,'2018-03-16 20:47:12','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(13440,'2018-03-16 21:11:44','imp','optin_5','mailchimp_7227261368','40.77.167.175','0',0),(13441,'2018-03-16 21:12:51','imp','optin_5','mailchimp_7227261368','40.77.167.103','0',0),(13442,'2018-03-16 21:39:34','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(13443,'2018-03-16 22:48:02','imp','optin_5','mailchimp_7227261368','77.88.47.43','714',0),(13444,'2018-03-16 23:09:18','imp','optin_5','mailchimp_7227261368','66.249.79.35','681',0),(13445,'2018-03-16 23:10:18','imp','optin_8','7227261368','66.249.79.39','681',0),(13446,'2018-03-16 23:12:20','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13447,'2018-03-16 23:19:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13448,'2018-03-17 00:06:25','imp','optin_5','mailchimp_7227261368','100.43.91.120','680',0),(13449,'2018-03-17 00:07:59','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13450,'2018-03-17 01:15:35','imp','optin_2','mailchimp_7227261368','84.201.133.17','92',0),(13451,'2018-03-17 01:17:31','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(13452,'2018-03-17 02:54:30','imp','optin_5','mailchimp_7227261368','100.43.90.101','0',0),(13453,'2018-03-17 02:55:04','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(13454,'2018-03-17 03:15:28','imp','optin_5','mailchimp_7227261368','100.43.85.190','679',0),(13455,'2018-03-17 03:16:24','imp','optin_2','mailchimp_7227261368','104.131.96.149','92',0),(13456,'2018-03-17 03:17:01','imp','optin_2','mailchimp_7227261368','104.131.96.149','2',0),(13457,'2018-03-17 03:17:02','imp','optin_5','mailchimp_7227261368','104.131.96.149','76',0),(13458,'2018-03-17 03:17:09','imp','optin_5','mailchimp_7227261368','104.131.96.149','0',0),(13459,'2018-03-17 03:17:11','imp','optin_2','mailchimp_7227261368','104.131.96.149','92',0),(13460,'2018-03-17 03:17:11','imp','optin_5','mailchimp_7227261368','104.131.96.149','0',0),(13461,'2018-03-17 03:17:12','imp','optin_5','mailchimp_7227261368','104.131.96.149','714',0),(13462,'2018-03-17 03:17:18','imp','optin_5','mailchimp_7227261368','104.131.96.149','0',0),(13463,'2018-03-17 03:17:19','imp','optin_5','mailchimp_7227261368','104.131.96.149','411',0),(13464,'2018-03-17 03:17:20','imp','optin_5','mailchimp_7227261368','104.131.96.149','663',0),(13465,'2018-03-17 03:17:20','imp','optin_5','mailchimp_7227261368','104.131.96.149','598',0),(13466,'2018-03-17 03:17:20','imp','optin_5','mailchimp_7227261368','104.131.96.149','664',0),(13467,'2018-03-17 03:17:23','imp','optin_5','mailchimp_7227261368','104.131.96.149','665',0),(13468,'2018-03-17 03:17:24','imp','optin_5','mailchimp_7227261368','104.131.96.149','666',0),(13469,'2018-03-17 03:17:25','imp','optin_5','mailchimp_7227261368','104.131.96.149','667',0),(13470,'2018-03-17 03:18:18','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(13471,'2018-03-17 03:24:30','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13472,'2018-03-17 03:37:01','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13473,'2018-03-17 04:25:23','imp','optin_5','mailchimp_7227261368','77.88.47.39','601',0),(13474,'2018-03-17 05:06:11','imp','optin_2','mailchimp_7227261368','180.76.15.148','92',0),(13475,'2018-03-17 05:10:26','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13476,'2018-03-17 05:18:54','imp','optin_5','mailchimp_7227261368','93.158.161.146','591',0),(13477,'2018-03-17 05:29:37','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13478,'2018-03-17 06:58:46','imp','optin_5','mailchimp_7227261368','54.36.148.228','600',0),(13479,'2018-03-17 07:29:08','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13480,'2018-03-17 07:50:23','imp','optin_2','mailchimp_7227261368','54.201.141.161','92',0),(13481,'2018-03-17 07:50:32','imp','optin_5','mailchimp_7227261368','54.201.141.161','0',0),(13482,'2018-03-17 08:28:55','imp','optin_5','mailchimp_7227261368','216.244.66.228','678',0),(13483,'2018-03-17 08:57:02','imp','optin_2','mailchimp_7227261368','31.171.244.165','92',0),(13484,'2018-03-17 10:08:48','imp','optin_5','mailchimp_7227261368','157.55.39.30','0',0),(13485,'2018-03-17 11:19:49','imp','optin_2','mailchimp_7227261368','159.65.187.12','92',0),(13486,'2018-03-17 11:19:59','imp','optin_5','mailchimp_7227261368','159.65.187.12','76',0),(13487,'2018-03-17 11:20:06','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13488,'2018-03-17 11:20:12','imp','optin_2','mailchimp_7227261368','159.65.187.12','2',0),(13489,'2018-03-17 11:20:34','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13490,'2018-03-17 11:20:39','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13491,'2018-03-17 11:20:44','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13492,'2018-03-17 11:20:53','imp','optin_5','mailchimp_7227261368','159.65.187.12','577',0),(13493,'2018-03-17 11:20:58','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13494,'2018-03-17 11:21:03','imp','optin_5','mailchimp_7227261368','159.65.187.12','600',0),(13495,'2018-03-17 11:21:08','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13496,'2018-03-17 11:21:14','imp','optin_5','mailchimp_7227261368','159.65.187.12','666',0),(13497,'2018-03-17 11:21:19','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13498,'2018-03-17 11:21:25','imp','optin_5','mailchimp_7227261368','159.65.187.12','667',0),(13499,'2018-03-17 11:21:31','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13500,'2018-03-17 11:21:36','imp','optin_5','mailchimp_7227261368','159.65.187.12','601',0),(13501,'2018-03-17 11:21:42','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13502,'2018-03-17 11:21:47','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13503,'2018-03-17 11:21:53','imp','optin_5','mailchimp_7227261368','159.65.187.12','598',0),(13504,'2018-03-17 11:22:04','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13505,'2018-03-17 11:22:09','imp','optin_5','mailchimp_7227261368','159.65.187.12','673',0),(13506,'2018-03-17 11:22:15','imp','optin_5','mailchimp_7227261368','159.65.187.12','663',0),(13507,'2018-03-17 11:22:21','imp','optin_5','mailchimp_7227261368','159.65.187.12','682',0),(13508,'2018-03-17 11:22:27','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13509,'2018-03-17 11:22:31','imp','optin_5','mailchimp_7227261368','159.65.187.12','665',0),(13510,'2018-03-17 11:22:37','imp','optin_5','mailchimp_7227261368','159.65.187.12','599',0),(13511,'2018-03-17 11:22:42','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13512,'2018-03-17 11:22:47','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13513,'2018-03-17 11:22:53','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13514,'2018-03-17 11:22:59','imp','optin_5','mailchimp_7227261368','159.65.187.12','683',0),(13515,'2018-03-17 11:23:05','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13516,'2018-03-17 11:23:10','imp','optin_5','mailchimp_7227261368','159.65.187.12','594',0),(13517,'2018-03-17 11:23:19','imp','optin_5','mailchimp_7227261368','159.65.187.12','593',0),(13518,'2018-03-17 11:23:24','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13519,'2018-03-17 11:23:29','imp','optin_5','mailchimp_7227261368','159.65.187.12','591',0),(13520,'2018-03-17 11:23:36','imp','optin_5','mailchimp_7227261368','159.65.187.12','678',0),(13521,'2018-03-17 11:23:42','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13522,'2018-03-17 11:23:48','imp','optin_5','mailchimp_7227261368','159.65.187.12','681',0),(13523,'2018-03-17 11:23:54','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13524,'2018-03-17 11:23:59','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13525,'2018-03-17 11:24:07','imp','optin_2','mailchimp_7227261368','157.55.39.126','92',0),(13526,'2018-03-17 11:24:08','imp','optin_5','mailchimp_7227261368','159.65.187.12','680',0),(13527,'2018-03-17 11:24:15','imp','optin_5','mailchimp_7227261368','159.65.187.12','668',0),(13528,'2018-03-17 11:24:21','imp','optin_5','mailchimp_7227261368','159.65.187.12','570',0),(13529,'2018-03-17 11:24:27','imp','optin_5','mailchimp_7227261368','159.65.187.12','664',0),(13530,'2018-03-17 11:24:34','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13531,'2018-03-17 11:24:39','imp','optin_5','mailchimp_7227261368','159.65.187.12','573',0),(13532,'2018-03-17 11:24:44','imp','optin_5','mailchimp_7227261368','159.65.187.12','602',0),(13533,'2018-03-17 11:24:49','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13534,'2018-03-17 11:24:54','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13535,'2018-03-17 11:25:04','imp','optin_5','mailchimp_7227261368','159.65.187.12','835',0),(13536,'2018-03-17 11:25:09','imp','optin_5','mailchimp_7227261368','159.65.187.12','592',0),(13537,'2018-03-17 11:25:14','imp','optin_5','mailchimp_7227261368','159.65.187.12','575',0),(13538,'2018-03-17 11:25:21','imp','optin_5','mailchimp_7227261368','159.65.187.12','597',0),(13539,'2018-03-17 11:25:28','imp','optin_5','mailchimp_7227261368','159.65.187.12','411',0),(13540,'2018-03-17 11:25:33','imp','optin_5','mailchimp_7227261368','159.65.187.12','843',0),(13541,'2018-03-17 11:25:38','imp','optin_5','mailchimp_7227261368','159.65.187.12','679',0),(13542,'2018-03-17 11:25:43','imp','optin_5','mailchimp_7227261368','159.65.187.12','595',0),(13543,'2018-03-17 11:25:48','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13544,'2018-03-17 11:25:54','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13545,'2018-03-17 11:25:59','imp','optin_5','mailchimp_7227261368','159.65.187.12','0',0),(13546,'2018-03-17 11:26:09','imp','optin_5','mailchimp_7227261368','159.65.187.12','714',0),(13547,'2018-03-17 11:26:16','imp','optin_5','mailchimp_7227261368','159.65.187.12','714',0),(13548,'2018-03-17 11:26:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13549,'2018-03-17 12:25:26','imp','optin_5','mailchimp_7227261368','40.77.167.52','0',0),(13550,'2018-03-17 12:25:30','imp','optin_5','mailchimp_7227261368','157.55.39.30','0',0),(13551,'2018-03-17 12:46:26','imp','optin_5','mailchimp_7227261368','5.255.250.59','602',0),(13552,'2018-03-17 12:50:50','imp','optin_5','mailchimp_7227261368','141.8.143.170','663',0),(13553,'2018-03-17 13:09:11','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13554,'2018-03-17 13:30:47','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(13555,'2018-03-17 13:31:13','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(13556,'2018-03-17 13:32:05','imp','optin_8','7227261368','66.249.79.85','-1',0),(13557,'2018-03-17 15:39:55','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13558,'2018-03-17 15:53:35','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13559,'2018-03-17 18:31:07','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(13560,'2018-03-17 19:00:37','imp','optin_5','mailchimp_7227261368','207.46.13.43','0',0),(13561,'2018-03-17 19:26:51','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(13562,'2018-03-17 19:27:50','imp','optin_8','7227261368','66.249.79.85','0',0),(13563,'2018-03-17 19:51:46','imp','optin_5','mailchimp_7227261368','54.36.149.37','665',0),(13564,'2018-03-17 20:08:16','imp','optin_5','mailchimp_7227261368','100.43.90.101','599',0),(13565,'2018-03-17 20:17:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13566,'2018-03-17 20:28:57','imp','optin_5','mailchimp_7227261368','37.145.124.191','0',0),(13567,'2018-03-17 20:32:16','imp','optin_5','mailchimp_7227261368','157.55.39.126','681',0),(13568,'2018-03-17 21:03:59','imp','optin_5','mailchimp_7227261368','84.201.133.21','664',0),(13569,'2018-03-17 21:18:58','imp','optin_5','mailchimp_7227261368','216.244.66.228','602',0),(13570,'2018-03-17 21:45:33','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13571,'2018-03-17 21:45:43','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13572,'2018-03-17 21:54:50','imp','optin_5','mailchimp_7227261368','40.77.167.149','663',0),(13573,'2018-03-17 21:55:24','imp','optin_5','mailchimp_7227261368','157.55.39.30','0',0),(13574,'2018-03-17 22:08:22','imp','optin_5','mailchimp_7227261368','77.88.5.5','593',0),(13575,'2018-03-17 22:15:20','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13576,'2018-03-17 22:55:56','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(13577,'2018-03-17 23:28:07','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13578,'2018-03-17 23:48:18','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(13579,'2018-03-17 23:57:36','imp','optin_5','mailchimp_7227261368','93.158.161.105','667',0),(13580,'2018-03-18 00:01:18','imp','optin_5','mailchimp_7227261368','216.244.66.228','598',0),(13581,'2018-03-18 00:01:37','imp','optin_5','mailchimp_7227261368','216.244.66.228','843',0),(13582,'2018-03-18 00:46:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13583,'2018-03-18 02:12:31','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13584,'2018-03-18 02:16:40','imp','optin_5','mailchimp_7227261368','100.43.85.116','173',0),(13585,'2018-03-18 02:39:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(13586,'2018-03-18 02:47:17','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13587,'2018-03-18 03:26:42','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(13588,'2018-03-18 04:05:26','imp','optin_5','mailchimp_7227261368','216.244.66.228','835',0),(13589,'2018-03-18 04:13:44','imp','optin_5','mailchimp_7227261368','141.8.143.170','598',0),(13590,'2018-03-18 04:36:59','imp','optin_2','mailchimp_7227261368','173.244.48.166','92',0),(13591,'2018-03-18 05:02:14','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13592,'2018-03-18 05:05:51','imp','optin_5','mailchimp_7227261368','93.158.161.37','843',0),(13593,'2018-03-18 05:31:41','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13594,'2018-03-18 05:56:16','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13595,'2018-03-18 06:19:06','imp','optin_5','mailchimp_7227261368','54.36.149.68','0',0),(13596,'2018-03-18 06:52:24','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(13597,'2018-03-18 07:06:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(13598,'2018-03-18 07:25:02','imp','optin_5','mailchimp_7227261368','93.158.161.126','673',0),(13599,'2018-03-18 08:08:50','imp','optin_5','mailchimp_7227261368','77.88.5.5','575',0),(13600,'2018-03-18 08:19:32','imp','optin_5','mailchimp_7227261368','141.8.143.155','595',0),(13601,'2018-03-18 08:33:50','imp','optin_2','mailchimp_7227261368','180.76.15.136','92',0),(13602,'2018-03-18 08:38:00','imp','optin_2','mailchimp_7227261368','114.115.190.4','92',0),(13603,'2018-03-18 10:24:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13604,'2018-03-18 11:02:23','imp','optin_2','mailchimp_7227261368','138.197.96.193','92',0),(13605,'2018-03-18 11:02:30','imp','optin_5','mailchimp_7227261368','138.197.96.193','0',0),(13606,'2018-03-18 11:31:50','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(13607,'2018-03-18 11:32:16','imp','optin_8','7227261368','66.249.79.85','-1',0),(13608,'2018-03-18 11:44:54','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13609,'2018-03-18 11:45:57','imp','optin_2','mailchimp_7227261368','54.213.48.114','92',0),(13610,'2018-03-18 11:46:05','imp','optin_5','mailchimp_7227261368','54.213.48.114','0',0),(13611,'2018-03-18 11:46:19','imp','optin_2','mailchimp_7227261368','103.28.149.180','92',0),(13612,'2018-03-18 11:46:21','imp','optin_5','mailchimp_7227261368','54.213.48.114','0',0),(13613,'2018-03-18 11:46:25','imp','optin_2','mailchimp_7227261368','54.213.48.114','2',0),(13614,'2018-03-18 11:46:28','imp','optin_5','mailchimp_7227261368','54.213.48.114','0',0),(13615,'2018-03-18 11:46:37','imp','optin_2','mailchimp_7227261368','54.213.48.114','92',0),(13616,'2018-03-18 11:46:41','imp','optin_5','mailchimp_7227261368','54.213.48.114','0',0),(13617,'2018-03-18 12:00:50','imp','optin_5','mailchimp_7227261368','76.4.98.6','570',0),(13618,'2018-03-18 12:00:54','imp','optin_5','mailchimp_7227261368','76.4.98.6','597',0),(13619,'2018-03-18 12:41:00','imp','optin_5','mailchimp_7227261368','54.36.149.65','598',0),(13620,'2018-03-18 13:04:37','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13621,'2018-03-18 13:04:46','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(13622,'2018-03-18 13:28:43','imp','optin_5','mailchimp_7227261368','37.144.49.19','595',0),(13623,'2018-03-18 13:30:54','imp','optin_5','mailchimp_7227261368','77.88.5.5','599',0),(13624,'2018-03-18 13:38:24','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(13625,'2018-03-18 13:57:35','imp','optin_2','mailchimp_7227261368','180.76.15.11','92',0),(13626,'2018-03-18 15:20:39','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13627,'2018-03-18 16:00:11','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(13628,'2018-03-18 16:00:18','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(13629,'2018-03-18 16:31:09','imp','optin_5','mailchimp_7227261368','40.77.167.57','714',0),(13630,'2018-03-18 17:11:27','imp','optin_5','mailchimp_7227261368','40.77.167.57','573',0),(13631,'2018-03-18 17:38:56','imp','optin_5','mailchimp_7227261368','77.88.5.5','411',0),(13632,'2018-03-18 17:41:07','imp','optin_5','mailchimp_7227261368','100.43.85.116','573',0),(13633,'2018-03-18 18:19:26','imp','optin_5','mailchimp_7227261368','216.244.66.228','714',0),(13634,'2018-03-18 19:39:47','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(13635,'2018-03-18 20:24:07','imp','optin_5','mailchimp_7227261368','141.8.143.166','577',0),(13636,'2018-03-18 20:27:38','imp','optin_5','mailchimp_7227261368','216.244.66.228','680',0),(13637,'2018-03-18 20:31:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13638,'2018-03-18 20:47:05','imp','optin_5','mailchimp_7227261368','54.36.148.15','0',0),(13639,'2018-03-18 21:37:22','imp','optin_5','mailchimp_7227261368','40.77.167.33','0',0),(13640,'2018-03-18 21:57:00','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(13641,'2018-03-18 22:00:13','imp','optin_5','mailchimp_7227261368','141.8.143.142','835',0),(13642,'2018-03-18 23:09:28','imp','optin_5','mailchimp_7227261368','54.36.148.52','679',0),(13643,'2018-03-19 00:04:38','imp','optin_5','mailchimp_7227261368','216.244.66.228','0',0),(13644,'2018-03-19 00:04:46','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(13645,'2018-03-19 00:49:21','imp','optin_5','mailchimp_7227261368','93.158.161.126','681',0),(13646,'2018-03-19 01:14:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13647,'2018-03-19 01:53:55','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(13648,'2018-03-19 01:55:50','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(13649,'2018-03-19 02:21:11','imp','optin_5','mailchimp_7227261368','207.46.13.20','600',0),(13650,'2018-03-19 02:32:41','imp','optin_5','mailchimp_7227261368','54.36.148.79','177',0),(13651,'2018-03-19 03:12:13','imp','optin_5','mailchimp_7227261368','100.43.85.116','678',0),(13652,'2018-03-19 03:16:57','imp','optin_5','mailchimp_7227261368','207.46.13.150','598',0),(13653,'2018-03-19 03:35:44','imp','optin_2','mailchimp_7227261368','77.88.47.43','92',0),(13654,'2018-03-19 03:37:44','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(13655,'2018-03-19 04:44:02','imp','optin_5','mailchimp_7227261368','95.172.244.36','0',0),(13656,'2018-03-19 05:34:28','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(13657,'2018-03-19 05:38:05','imp','optin_5','mailchimp_7227261368','141.8.143.170','665',0),(13658,'2018-03-19 05:43:44','imp','optin_5','mailchimp_7227261368','141.8.143.142','0',0),(13659,'2018-03-19 05:49:09','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13660,'2018-03-19 05:52:47','imp','optin_2','mailchimp_7227261368','45.79.104.189','92',0),(13661,'2018-03-19 06:50:14','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(13662,'2018-03-19 06:52:14','imp','optin_2','mailchimp_7227261368','93.158.161.45','92',0),(13663,'2018-03-19 07:22:17','imp','optin_5','mailchimp_7227261368','93.158.161.37','843',0),(13664,'2018-03-19 07:22:35','imp','optin_5','mailchimp_7227261368','5.255.250.124','0',0),(13665,'2018-03-19 08:01:14','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(13666,'2018-03-19 08:03:17','imp','optin_2','mailchimp_7227261368','141.8.143.170','92',0),(13667,'2018-03-19 08:10:41','imp','optin_5','mailchimp_7227261368','54.36.148.145','0',0),(13668,'2018-03-19 09:08:18','imp','optin_2','mailchimp_7227261368','100.43.85.190','92',0),(13669,'2018-03-19 09:10:17','imp','optin_2','mailchimp_7227261368','141.8.143.170','92',0),(13670,'2018-03-19 09:23:32','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13671,'2018-03-19 09:42:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13672,'2018-03-19 10:01:29','imp','optin_2','mailchimp_7227261368','93.219.37.99','92',0),(13673,'2018-03-19 10:50:07','imp','optin_5','mailchimp_7227261368','89.107.227.165','0',0),(13674,'2018-03-19 10:51:21','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(13675,'2018-03-19 10:51:25','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(13676,'2018-03-19 10:51:29','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(13677,'2018-03-19 10:51:34','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(13678,'2018-03-19 10:51:38','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(13679,'2018-03-19 10:56:14','imp','optin_5','mailchimp_7227261368','31.220.45.40','0',0),(13680,'2018-03-19 11:40:16','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(13681,'2018-03-19 11:40:59','imp','optin_8','7227261368','66.249.79.63','-1',0),(13682,'2018-03-19 13:33:55','imp','optin_5','mailchimp_7227261368','216.244.66.228','570',0),(13683,'2018-03-19 14:12:15','imp','optin_5','mailchimp_7227261368','100.43.81.121','682',0),(13684,'2018-03-19 14:34:34','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(13685,'2018-03-19 14:48:54','imp','optin_5','mailchimp_7227261368','5.255.250.124','597',0),(13686,'2018-03-19 14:50:32','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(13687,'2018-03-19 15:03:06','imp','optin_5','mailchimp_7227261368','207.46.13.27','0',0),(13688,'2018-03-19 15:29:48','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(13689,'2018-03-19 15:48:06','imp','optin_5','mailchimp_7227261368','216.244.66.228','681',0),(13690,'2018-03-19 16:03:33','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13691,'2018-03-19 16:05:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13692,'2018-03-19 16:07:03','imp','optin_2','mailchimp_7227261368','100.43.85.190','92',0),(13693,'2018-03-19 16:09:01','imp','optin_2','mailchimp_7227261368','84.201.133.78','92',0),(13694,'2018-03-19 16:13:34','imp','optin_2','mailchimp_7227261368','180.76.15.163','92',0),(13695,'2018-03-19 16:56:07','imp','optin_5','mailchimp_7227261368','54.36.148.141','591',0),(13696,'2018-03-19 17:55:50','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13697,'2018-03-19 18:09:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13698,'2018-03-19 18:14:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(13699,'2018-03-19 18:33:05','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13700,'2018-03-19 19:27:23','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:afd5:face:b00c:0:8000','92',0),(13701,'2018-03-19 19:45:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13702,'2018-03-19 20:30:28','imp','optin_5','mailchimp_7227261368','54.36.149.29','678',0),(13703,'2018-03-19 20:33:51','imp','optin_2','mailchimp_7227261368','34.245.69.54','92',0),(13704,'2018-03-19 21:21:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13705,'2018-03-19 21:39:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(13706,'2018-03-19 21:49:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(13707,'2018-03-19 21:55:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13708,'2018-03-19 21:56:18','imp','optin_5','mailchimp_7227261368','54.36.148.244','0',0),(13709,'2018-03-20 02:51:45','imp','optin_5','mailchimp_7227261368','216.244.66.228','683',0),(13710,'2018-03-20 03:04:21','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13711,'2018-03-20 03:04:38','imp','optin_8','7227261368','66.249.79.63','0',0),(13712,'2018-03-20 03:51:16','imp','optin_5','mailchimp_7227261368','141.8.143.192','668',0),(13713,'2018-03-20 04:18:06','imp','optin_5','mailchimp_7227261368','195.154.187.58','0',0),(13714,'2018-03-20 04:22:28','imp','optin_2','mailchimp_7227261368','202.46.48.208','92',0),(13715,'2018-03-20 04:55:30','imp','optin_5','mailchimp_7227261368','66.249.79.63','602',0),(13716,'2018-03-20 04:57:12','imp','optin_8','7227261368','66.249.79.35','602',0),(13717,'2018-03-20 05:21:07','imp','optin_5','mailchimp_7227261368','5.255.250.75','683',0),(13718,'2018-03-20 06:01:56','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13719,'2018-03-20 06:18:26','imp','optin_5','mailchimp_7227261368','95.28.177.221','663',0),(13720,'2018-03-20 06:18:46','imp','optin_5','mailchimp_7227261368','95.28.177.221','0',0),(13721,'2018-03-20 06:49:55','imp','optin_2','mailchimp_7227261368','5.255.250.57','92',0),(13722,'2018-03-20 07:22:04','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(13723,'2018-03-20 07:51:03','imp','optin_2','mailchimp_7227261368','100.43.91.105','92',0),(13724,'2018-03-20 08:17:27','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13725,'2018-03-20 08:21:17','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13726,'2018-03-20 08:21:52','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13727,'2018-03-20 08:27:25','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13728,'2018-03-20 08:28:48','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13729,'2018-03-20 08:32:48','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13730,'2018-03-20 08:32:49','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13731,'2018-03-20 08:33:22','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(13732,'2018-03-20 08:34:42','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(13733,'2018-03-20 08:36:26','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13734,'2018-03-20 08:40:08','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13735,'2018-03-20 08:46:44','imp','optin_2','mailchimp_7227261368','180.169.191.142','92',0),(13736,'2018-03-20 09:24:11','imp','optin_2','mailchimp_7227261368','84.201.133.60','2',0),(13737,'2018-03-20 09:28:37','imp','optin_5','mailchimp_7227261368','207.46.13.110','0',0),(13738,'2018-03-20 09:29:20','imp','optin_8','7227261368','66.249.79.35','404',0),(13739,'2018-03-20 09:36:44','imp','optin_7','mailchimp_7227261368','66.249.79.35','714',0),(13740,'2018-03-20 09:37:18','imp','optin_8','7227261368','66.249.79.35','714',0),(13741,'2018-03-20 09:52:20','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13742,'2018-03-20 10:03:46','imp','optin_8','7227261368','66.249.79.35','192',0),(13743,'2018-03-20 10:03:54','imp','optin_5','mailchimp_7227261368','93.158.161.99','76',0),(13744,'2018-03-20 10:27:04','imp','optin_5','mailchimp_7227261368','100.43.81.121','0',0),(13745,'2018-03-20 10:38:54','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13746,'2018-03-20 10:41:12','imp','optin_2','mailchimp_7227261368','66.249.79.35','2',0),(13747,'2018-03-20 10:41:38','imp','optin_8','7227261368','66.249.79.63','2',0),(13748,'2018-03-20 10:48:11','imp','optin_8','7227261368','66.249.79.63','78',0),(13749,'2018-03-20 11:21:36','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13750,'2018-03-20 11:27:06','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(13751,'2018-03-20 11:59:19','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(13752,'2018-03-20 12:02:07','imp','optin_5','mailchimp_7227261368','66.249.79.35','835',0),(13753,'2018-03-20 12:03:38','imp','optin_8','7227261368','66.249.79.63','-1',0),(13754,'2018-03-20 12:07:12','imp','optin_5','mailchimp_7227261368','157.55.39.44','0',0),(13755,'2018-03-20 12:50:30','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(13756,'2018-03-20 12:50:51','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(13757,'2018-03-20 12:50:59','imp','optin_8','7227261368','66.249.79.63','714',0),(13758,'2018-03-20 12:54:59','imp','optin_5','mailchimp_7227261368','180.76.15.20','0',0),(13759,'2018-03-20 13:21:04','imp','optin_8','7227261368','66.249.79.63','0',0),(13760,'2018-03-20 13:25:45','imp','optin_5','mailchimp_7227261368','141.8.144.21','714',0),(13761,'2018-03-20 13:28:19','imp','optin_5','mailchimp_7227261368','180.76.15.153','0',0),(13762,'2018-03-20 13:37:24','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(13763,'2018-03-20 13:42:43','imp','optin_5','mailchimp_7227261368','128.199.157.152','0',0),(13764,'2018-03-20 13:43:43','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(13765,'2018-03-20 13:44:04','imp','optin_8','7227261368','66.249.79.39','0',0),(13766,'2018-03-20 13:45:34','imp','optin_5','mailchimp_7227261368','128.199.157.152','0',0),(13767,'2018-03-20 13:51:36','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(13768,'2018-03-20 14:01:42','imp','optin_5','mailchimp_7227261368','180.76.15.11','663',0),(13769,'2018-03-20 14:03:29','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(13770,'2018-03-20 14:13:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13771,'2018-03-20 15:28:38','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(13772,'2018-03-20 15:29:11','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(13773,'2018-03-20 15:30:07','imp','optin_8','7227261368','66.249.79.63','714',0),(13774,'2018-03-20 16:47:51','imp','optin_5','mailchimp_7227261368','66.249.79.35','665',0),(13775,'2018-03-20 16:48:38','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(13776,'2018-03-20 16:49:07','imp','optin_8','7227261368','66.249.79.63','665',0),(13777,'2018-03-20 18:34:17','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(13778,'2018-03-20 18:49:41','imp','optin_5','mailchimp_7227261368','66.249.79.39','665',0),(13779,'2018-03-20 19:06:32','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13780,'2018-03-20 20:01:43','imp','optin_5','mailchimp_7227261368','77.88.5.36','666',0),(13781,'2018-03-20 20:22:32','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(13782,'2018-03-20 20:32:21','imp','optin_5','mailchimp_7227261368','66.249.79.39','663',0),(13783,'2018-03-20 20:32:51','imp','optin_8','7227261368','66.249.79.63','663',0),(13784,'2018-03-20 20:34:45','imp','optin_2','mailchimp_7227261368','103.244.123.32','92',0),(13785,'2018-03-20 20:36:02','imp','optin_5','mailchimp_7227261368','66.249.79.35','714',0),(13786,'2018-03-20 21:30:41','imp','optin_2','mailchimp_7227261368','92.74.193.216','92',0),(13787,'2018-03-20 21:35:20','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13788,'2018-03-20 21:36:52','imp','optin_5','mailchimp_7227261368','54.36.148.251','0',0),(13789,'2018-03-20 21:44:48','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(13790,'2018-03-20 21:47:50','imp','optin_2','mailchimp_7227261368','100.43.90.162','92',0),(13791,'2018-03-20 23:41:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13792,'2018-03-21 01:05:45','imp','optin_5','mailchimp_7227261368','54.36.148.99','663',0),(13793,'2018-03-21 01:34:49','imp','optin_5','mailchimp_7227261368','100.43.90.162','602',0),(13794,'2018-03-21 02:21:34','imp','optin_2','mailchimp_7227261368','100.43.90.118','92',0),(13795,'2018-03-21 02:34:49','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13796,'2018-03-21 02:35:00','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13797,'2018-03-21 02:38:08','imp','optin_2','mailchimp_7227261368','80.187.96.48','92',0),(13798,'2018-03-21 02:51:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13799,'2018-03-21 03:26:08','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(13800,'2018-03-21 03:49:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(13801,'2018-03-21 04:24:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(13802,'2018-03-21 04:37:31','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13803,'2018-03-21 04:56:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(13804,'2018-03-21 05:22:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(13805,'2018-03-21 05:24:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(13806,'2018-03-21 06:28:52','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(13807,'2018-03-21 06:39:47','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13808,'2018-03-21 06:39:55','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13809,'2018-03-21 06:40:03','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13810,'2018-03-21 06:40:11','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13811,'2018-03-21 06:40:19','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13812,'2018-03-21 06:40:27','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13813,'2018-03-21 06:40:34','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13814,'2018-03-21 06:40:40','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13815,'2018-03-21 06:40:47','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13816,'2018-03-21 06:40:53','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13817,'2018-03-21 06:41:01','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13818,'2018-03-21 06:41:09','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13819,'2018-03-21 06:41:16','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13820,'2018-03-21 06:41:23','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13821,'2018-03-21 08:18:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(13822,'2018-03-21 08:57:10','imp','optin_5','mailchimp_7227261368','180.76.15.153','668',0),(13823,'2018-03-21 09:03:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13824,'2018-03-21 10:13:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(13825,'2018-03-21 10:25:35','imp','optin_5','mailchimp_7227261368','66.249.65.139','0',0),(13826,'2018-03-21 12:11:36','imp','optin_5','mailchimp_7227261368','54.36.148.250','0',0),(13827,'2018-03-21 12:45:27','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13828,'2018-03-21 12:45:33','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13829,'2018-03-21 12:45:40','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13830,'2018-03-21 12:45:48','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13831,'2018-03-21 12:45:55','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13832,'2018-03-21 12:46:03','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13833,'2018-03-21 12:46:11','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13834,'2018-03-21 12:46:18','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13835,'2018-03-21 12:46:26','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13836,'2018-03-21 12:46:33','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13837,'2018-03-21 12:46:40','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13838,'2018-03-21 12:46:48','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13839,'2018-03-21 12:46:57','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13840,'2018-03-21 12:47:04','imp','optin_5','mailchimp_7227261368','195.22.127.169','0',0),(13841,'2018-03-21 12:49:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13842,'2018-03-21 12:51:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(13843,'2018-03-21 13:23:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(13844,'2018-03-21 13:29:44','imp','optin_5','mailchimp_7227261368','207.46.13.92','0',0),(13845,'2018-03-21 13:39:39','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13846,'2018-03-21 13:49:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(13847,'2018-03-21 14:06:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(13848,'2018-03-21 15:13:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(13849,'2018-03-21 15:19:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(13850,'2018-03-21 15:19:59','imp','optin_5','mailchimp_7227261368','54.36.148.167','663',0),(13851,'2018-03-21 16:08:56','imp','optin_5','mailchimp_7227261368','50.233.136.254','0',0),(13852,'2018-03-21 16:09:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(13853,'2018-03-21 16:23:28','imp','optin_5','mailchimp_7227261368','207.118.144.96','0',0),(13854,'2018-03-21 16:33:20','imp','optin_2','mailchimp_7227261368','54.191.232.51','92',0),(13855,'2018-03-21 17:04:16','imp','optin_5','mailchimp_7227261368','92.62.74.23','0',0),(13856,'2018-03-21 17:14:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13857,'2018-03-21 17:17:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(13858,'2018-03-21 17:19:03','imp','optin_5','mailchimp_7227261368','59.90.45.35','0',0),(13859,'2018-03-21 17:31:14','imp','optin_5','mailchimp_7227261368','185.145.202.171','0',0),(13860,'2018-03-21 17:43:00','imp','optin_5','mailchimp_7227261368','98.162.25.29','0',0),(13861,'2018-03-21 17:44:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(13862,'2018-03-21 18:09:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(13863,'2018-03-21 18:09:55','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13864,'2018-03-21 18:09:58','imp','optin_5','mailchimp_7227261368','110.77.172.250','0',0),(13865,'2018-03-21 18:10:27','imp','optin_5','mailchimp_7227261368','95.83.3.38','0',0),(13866,'2018-03-21 18:22:54','imp','optin_5','mailchimp_7227261368','223.25.99.163','0',0),(13867,'2018-03-21 18:38:22','imp','optin_5','mailchimp_7227261368','192.169.136.80','0',0),(13868,'2018-03-21 18:39:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(13869,'2018-03-21 18:49:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(13870,'2018-03-21 18:50:49','imp','optin_5','mailchimp_7227261368','41.0.237.195','0',0),(13871,'2018-03-21 18:51:12','imp','optin_5','mailchimp_7227261368','23.236.75.152','0',0),(13872,'2018-03-21 19:00:34','imp','optin_5','mailchimp_7227261368','54.36.149.12','835',0),(13873,'2018-03-21 19:15:02','imp','optin_5','mailchimp_7227261368','180.76.15.24','0',0),(13874,'2018-03-21 19:18:40','imp','optin_5','mailchimp_7227261368','92.47.30.74','0',0),(13875,'2018-03-21 19:31:45','imp','optin_5','mailchimp_7227261368','36.37.70.186','0',0),(13876,'2018-03-21 19:32:20','imp','optin_5','mailchimp_7227261368','54.36.148.191','0',0),(13877,'2018-03-21 19:33:07','imp','optin_5','mailchimp_7227261368','92.255.238.84','0',0),(13878,'2018-03-21 19:42:37','imp','optin_2','mailchimp_7227261368','2001:250:4803:1003:d9e3:f05d:9d77:cf0','92',0),(13879,'2018-03-21 19:48:21','imp','optin_5','mailchimp_7227261368','180.76.15.11','570',0),(13880,'2018-03-21 19:58:54','imp','optin_5','mailchimp_7227261368','114.33.75.32','0',0),(13881,'2018-03-21 19:59:38','imp','optin_5','mailchimp_7227261368','2001:470:1:31b:216:218:188:79','0',0),(13882,'2018-03-21 20:00:02','imp','optin_5','mailchimp_7227261368','41.73.234.195','0',0),(13883,'2018-03-21 20:28:36','imp','optin_5','mailchimp_7227261368','45.33.52.206','0',0),(13884,'2018-03-21 20:41:59','imp','optin_5','mailchimp_7227261368','222.217.14.118','0',0),(13885,'2018-03-21 20:44:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(13886,'2018-03-21 21:07:37','imp','optin_5','mailchimp_7227261368','unknown','0',0),(13887,'2018-03-21 21:11:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(13888,'2018-03-21 22:00:19','imp','optin_5','mailchimp_7227261368','118.194.132.52','0',0),(13889,'2018-03-21 22:36:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(13890,'2018-03-21 23:02:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13891,'2018-03-22 00:42:57','imp','optin_5','mailchimp_7227261368','180.76.15.10','663',0),(13892,'2018-03-22 00:51:35','imp','optin_2','mailchimp_7227261368','54.36.148.55','2',0),(13893,'2018-03-22 02:23:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(13894,'2018-03-22 02:23:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(13895,'2018-03-22 02:43:18','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13896,'2018-03-22 02:43:23','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13897,'2018-03-22 02:43:27','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13898,'2018-03-22 02:43:31','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13899,'2018-03-22 02:43:35','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13900,'2018-03-22 02:43:39','imp','optin_5','mailchimp_7227261368','185.234.218.246','0',0),(13901,'2018-03-22 03:23:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(13902,'2018-03-22 03:27:55','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(13903,'2018-03-22 03:47:42','imp','optin_2','mailchimp_7227261368','165.227.116.103','92',0),(13904,'2018-03-22 03:48:56','imp','optin_2','mailchimp_7227261368','165.227.116.103','92',0),(13905,'2018-03-22 03:51:25','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13906,'2018-03-22 04:32:01','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13907,'2018-03-22 04:48:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(13908,'2018-03-22 06:50:43','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(13909,'2018-03-22 06:55:07','imp','optin_5','mailchimp_7227261368','54.36.149.35','595',0),(13910,'2018-03-22 09:34:32','imp','optin_5','mailchimp_7227261368','54.36.149.100','592',0),(13911,'2018-03-22 09:48:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(13912,'2018-03-22 10:20:35','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(13913,'2018-03-22 10:20:49','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(13914,'2018-03-22 10:52:17','imp','optin_5','mailchimp_7227261368','40.77.167.66','0',0),(13915,'2018-03-22 11:19:29','imp','optin_2','mailchimp_7227261368','54.218.121.19','92',0),(13916,'2018-03-22 11:35:59','imp','optin_5','mailchimp_7227261368','31.211.86.13','0',0),(13917,'2018-03-22 12:08:48','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13918,'2018-03-22 12:23:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(13919,'2018-03-22 12:39:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13920,'2018-03-22 12:54:35','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13921,'2018-03-22 12:55:35','imp','optin_2','mailchimp_7227261368','181.193.60.194','92',0),(13922,'2018-03-22 13:00:15','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13923,'2018-03-22 13:00:26','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(13924,'2018-03-22 13:08:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(13925,'2018-03-22 13:10:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(13926,'2018-03-22 14:25:26','imp','optin_5','mailchimp_7227261368','207.241.231.81','0',0),(13927,'2018-03-22 14:26:58','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(13928,'2018-03-22 15:02:45','imp','optin_5','mailchimp_7227261368','54.36.148.20','682',0),(13929,'2018-03-22 15:03:54','imp','optin_2','mailchimp_7227261368','54.36.149.7','92',0),(13930,'2018-03-22 15:21:52','imp','optin_2','mailchimp_7227261368','51.254.143.169','92',0),(13931,'2018-03-22 16:36:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13932,'2018-03-22 16:43:22','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13933,'2018-03-22 16:43:43','imp','optin_2','mailchimp_7227261368','50.233.136.254','92',0),(13934,'2018-03-22 16:44:07','imp','optin_5','mailchimp_7227261368','50.233.136.254','0',0),(13935,'2018-03-22 18:08:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13936,'2018-03-22 18:34:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(13937,'2018-03-22 18:40:39','imp','optin_2','mailchimp_7227261368','162.158.65.90','92',0),(13938,'2018-03-22 19:11:07','imp','optin_2','mailchimp_7227261368','2a03:b0c0:1:d0::b3b:3001','92',0),(13939,'2018-03-22 19:56:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','597',0),(13940,'2018-03-22 20:06:43','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(13941,'2018-03-22 20:34:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13942,'2018-03-22 20:42:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(13943,'2018-03-22 20:45:47','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13944,'2018-03-22 21:00:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13945,'2018-03-22 21:14:02','imp','optin_5','mailchimp_7227261368','180.76.15.140','668',0),(13946,'2018-03-22 22:22:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(13947,'2018-03-22 22:26:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(13948,'2018-03-22 22:48:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(13949,'2018-03-23 01:02:43','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13950,'2018-03-23 01:21:39','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(13951,'2018-03-23 01:30:22','imp','optin_2','mailchimp_7227261368','162.158.64.85','92',0),(13952,'2018-03-23 01:52:42','imp','optin_2','mailchimp_7227261368','34.216.195.51','92',0),(13953,'2018-03-23 01:52:50','imp','optin_5','mailchimp_7227261368','34.216.195.51','0',0),(13954,'2018-03-23 01:53:07','imp','optin_5','mailchimp_7227261368','34.216.195.51','0',0),(13955,'2018-03-23 01:53:11','imp','optin_2','mailchimp_7227261368','34.216.195.51','2',0),(13956,'2018-03-23 01:53:15','imp','optin_5','mailchimp_7227261368','34.216.195.51','0',0),(13957,'2018-03-23 01:53:23','imp','optin_2','mailchimp_7227261368','34.216.195.51','92',0),(13958,'2018-03-23 01:53:27','imp','optin_5','mailchimp_7227261368','34.216.195.51','0',0),(13959,'2018-03-23 02:08:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(13960,'2018-03-23 02:08:51','imp','optin_2','mailchimp_7227261368','158.69.225.36','92',0),(13961,'2018-03-23 02:09:08','imp','optin_2','mailchimp_7227261368','158.69.225.36','92',0),(13962,'2018-03-23 02:09:22','imp','optin_5','mailchimp_7227261368','158.69.225.36','76',0),(13963,'2018-03-23 02:09:28','imp','optin_5','mailchimp_7227261368','158.69.225.36','714',0),(13964,'2018-03-23 02:09:35','imp','optin_5','mailchimp_7227261368','158.69.225.36','663',0),(13965,'2018-03-23 02:09:41','imp','optin_5','mailchimp_7227261368','158.69.225.36','667',0),(13966,'2018-03-23 02:09:47','imp','optin_2','mailchimp_7227261368','158.69.225.36','2',0),(13967,'2018-03-23 02:09:52','imp','optin_5','mailchimp_7227261368','158.69.225.36','664',0),(13968,'2018-03-23 02:09:58','imp','optin_5','mailchimp_7227261368','158.69.225.36','0',0),(13969,'2018-03-23 02:10:08','imp','optin_5','mailchimp_7227261368','158.69.225.36','0',0),(13970,'2018-03-23 02:10:14','imp','optin_2','mailchimp_7227261368','158.69.225.36','92',0),(13971,'2018-03-23 02:48:08','imp','optin_5','mailchimp_7227261368','54.36.148.222','570',0),(13972,'2018-03-23 03:08:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(13973,'2018-03-23 03:55:54','imp','optin_5','mailchimp_7227261368','195.154.168.130','0',0),(13974,'2018-03-23 05:12:53','imp','optin_5','mailchimp_7227261368','180.76.15.29','0',0),(13975,'2018-03-23 05:14:29','imp','optin_5','mailchimp_7227261368','54.36.149.50','714',0),(13976,'2018-03-23 05:17:22','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13977,'2018-03-23 05:49:42','imp','optin_5','mailchimp_7227261368','54.36.149.20','76',0),(13978,'2018-03-23 06:11:46','imp','optin_2','mailchimp_7227261368','216.145.11.94','92',0),(13979,'2018-03-23 06:16:23','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(13980,'2018-03-23 06:53:38','imp','optin_5','mailchimp_7227261368','54.36.148.136','573',0),(13981,'2018-03-23 07:00:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13982,'2018-03-23 07:04:04','imp','optin_5','mailchimp_7227261368','54.36.148.121','593',0),(13983,'2018-03-23 07:13:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(13984,'2018-03-23 07:51:39','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(13985,'2018-03-23 09:06:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(13986,'2018-03-23 09:37:44','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(13987,'2018-03-23 10:12:43','imp','optin_2','mailchimp_7227261368','46.118.115.22','92',0),(13988,'2018-03-23 10:12:52','imp','optin_5','mailchimp_7227261368','46.118.115.22','0',0),(13989,'2018-03-23 10:13:03','imp','optin_5','mailchimp_7227261368','46.118.115.22','0',0),(13990,'2018-03-23 12:13:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(13991,'2018-03-23 13:07:32','imp','optin_5','mailchimp_7227261368','141.8.143.130','220',0),(13992,'2018-03-23 13:14:25','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(13993,'2018-03-23 13:55:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13994,'2018-03-23 13:56:00','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13995,'2018-03-23 13:57:16','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13996,'2018-03-23 13:57:40','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13997,'2018-03-23 13:58:11','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13998,'2018-03-23 13:59:36','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(13999,'2018-03-23 14:00:01','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14000,'2018-03-23 14:00:34','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14001,'2018-03-23 14:01:51','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14002,'2018-03-23 14:02:16','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14003,'2018-03-23 14:02:50','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14004,'2018-03-23 14:04:03','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14005,'2018-03-23 14:04:50','imp','optin_5','mailchimp_7227261368','207.241.231.80','673',0),(14006,'2018-03-23 14:07:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14007,'2018-03-23 14:10:12','imp','optin_5','mailchimp_7227261368','207.241.231.80','600',0),(14008,'2018-03-23 14:13:03','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14009,'2018-03-23 14:17:42','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14010,'2018-03-23 14:19:32','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14011,'2018-03-23 14:21:06','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14012,'2018-03-23 14:21:38','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14013,'2018-03-23 14:22:09','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14014,'2018-03-23 14:23:07','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14015,'2018-03-23 14:23:36','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14016,'2018-03-23 14:24:33','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14017,'2018-03-23 14:26:28','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14018,'2018-03-23 14:26:51','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14019,'2018-03-23 14:27:16','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14020,'2018-03-23 14:27:42','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14021,'2018-03-23 14:28:05','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14022,'2018-03-23 14:30:13','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14023,'2018-03-23 14:31:33','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14024,'2018-03-23 14:34:00','imp','optin_5','mailchimp_7227261368','207.241.231.80','683',0),(14025,'2018-03-23 14:35:54','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14026,'2018-03-23 14:36:19','imp','optin_5','mailchimp_7227261368','207.241.231.80','680',0),(14027,'2018-03-23 14:38:05','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14028,'2018-03-23 14:42:20','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14029,'2018-03-23 14:42:49','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14030,'2018-03-23 14:43:44','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14031,'2018-03-23 14:44:08','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14032,'2018-03-23 14:45:00','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14033,'2018-03-23 14:46:14','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14034,'2018-03-23 14:46:43','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14035,'2018-03-23 14:47:43','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14036,'2018-03-23 14:48:10','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14037,'2018-03-23 14:49:02','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14038,'2018-03-23 14:50:23','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14039,'2018-03-23 14:50:50','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14040,'2018-03-23 14:51:46','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14041,'2018-03-23 14:52:25','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14042,'2018-03-23 14:53:31','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14043,'2018-03-23 14:54:43','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14044,'2018-03-23 14:55:12','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14045,'2018-03-23 14:56:05','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14046,'2018-03-23 14:56:35','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14047,'2018-03-23 14:57:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14048,'2018-03-23 14:59:33','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14049,'2018-03-23 15:00:03','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14050,'2018-03-23 15:00:56','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14051,'2018-03-23 15:01:24','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14052,'2018-03-23 15:02:00','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14053,'2018-03-23 15:02:31','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14054,'2018-03-23 15:03:08','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14055,'2018-03-23 15:04:18','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14056,'2018-03-23 15:05:52','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14057,'2018-03-23 15:06:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14058,'2018-03-23 15:07:05','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14059,'2018-03-23 15:07:42','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14060,'2018-03-23 15:10:39','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14061,'2018-03-23 15:12:23','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14062,'2018-03-23 15:12:57','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14063,'2018-03-23 15:13:30','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14064,'2018-03-23 15:13:58','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14065,'2018-03-23 15:15:19','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14066,'2018-03-23 15:15:48','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14067,'2018-03-23 15:16:18','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14068,'2018-03-23 15:16:44','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14069,'2018-03-23 15:17:19','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14070,'2018-03-23 15:17:48','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14071,'2018-03-23 15:18:22','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14072,'2018-03-23 15:18:53','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14073,'2018-03-23 15:19:27','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14074,'2018-03-23 15:20:02','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14075,'2018-03-23 15:20:30','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14076,'2018-03-23 15:20:55','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14077,'2018-03-23 15:21:20','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14078,'2018-03-23 15:22:24','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14079,'2018-03-23 15:22:53','imp','optin_5','mailchimp_7227261368','207.241.231.80','0',0),(14080,'2018-03-23 15:41:33','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14081,'2018-03-23 15:53:26','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14082,'2018-03-23 16:51:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14083,'2018-03-23 17:00:04','imp','optin_2','mailchimp_7227261368','180.76.15.10','92',0),(14084,'2018-03-23 17:41:08','imp','optin_5','mailchimp_7227261368','54.36.148.118','599',0),(14085,'2018-03-23 19:02:19','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14086,'2018-03-23 19:02:44','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14087,'2018-03-23 19:02:53','imp','optin_8','7227261368','66.249.79.63','-1',0),(14088,'2018-03-23 19:21:08','imp','optin_5','mailchimp_7227261368','207.46.13.17','0',0),(14089,'2018-03-23 20:06:21','imp','optin_5','mailchimp_7227261368','54.36.149.51','680',0),(14090,'2018-03-23 20:26:48','imp','optin_5','mailchimp_7227261368','207.46.13.17','0',0),(14091,'2018-03-23 20:26:52','imp','optin_5','mailchimp_7227261368','180.76.15.142','663',0),(14092,'2018-03-23 20:37:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14093,'2018-03-23 22:12:10','imp','optin_5','mailchimp_7227261368','54.36.148.146','411',0),(14094,'2018-03-23 22:41:11','imp','optin_5','mailchimp_7227261368','41.79.77.19','0',0),(14095,'2018-03-23 22:41:29','imp','optin_5','mailchimp_7227261368','41.79.77.19','0',0),(14096,'2018-03-23 23:08:42','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14097,'2018-03-24 00:26:40','imp','optin_5','mailchimp_7227261368','195.22.127.224','-1',0),(14098,'2018-03-24 00:26:45','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14099,'2018-03-24 00:26:49','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14100,'2018-03-24 00:26:55','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14101,'2018-03-24 00:26:59','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14102,'2018-03-24 00:27:03','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14103,'2018-03-24 00:27:08','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14104,'2018-03-24 00:27:13','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14105,'2018-03-24 00:27:17','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14106,'2018-03-24 00:27:24','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14107,'2018-03-24 00:27:28','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14108,'2018-03-24 00:27:33','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14109,'2018-03-24 00:27:38','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14110,'2018-03-24 00:27:42','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14111,'2018-03-24 00:27:47','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14112,'2018-03-24 00:27:51','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14113,'2018-03-24 00:27:55','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14114,'2018-03-24 00:28:00','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14115,'2018-03-24 00:28:05','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14116,'2018-03-24 00:28:10','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14117,'2018-03-24 00:28:20','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14118,'2018-03-24 00:28:24','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14119,'2018-03-24 00:45:34','imp','optin_5','mailchimp_7227261368','207.46.13.17','0',0),(14120,'2018-03-24 00:59:40','imp','optin_5','mailchimp_7227261368','180.76.15.156','0',0),(14121,'2018-03-24 01:17:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14122,'2018-03-24 01:51:24','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14123,'2018-03-24 01:51:57','imp','optin_8','7227261368','66.249.79.35','-1',0),(14124,'2018-03-24 02:14:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14125,'2018-03-24 02:16:30','imp','optin_5','mailchimp_7227261368','54.36.148.118','681',0),(14126,'2018-03-24 02:52:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14127,'2018-03-24 03:36:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14128,'2018-03-24 04:26:36','imp','optin_5','mailchimp_7227261368','40.77.167.69','678',0),(14129,'2018-03-24 04:34:09','imp','optin_2','mailchimp_7227261368','182.187.98.69','92',0),(14130,'2018-03-24 04:54:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14131,'2018-03-24 05:44:43','imp','optin_5','mailchimp_7227261368','157.55.39.218','0',0),(14132,'2018-03-24 05:45:04','imp','optin_5','mailchimp_7227261368','40.77.167.47','0',0),(14133,'2018-03-24 05:51:14','imp','optin_5','mailchimp_7227261368','54.36.148.47','667',0),(14134,'2018-03-24 06:00:40','imp','optin_5','mailchimp_7227261368','2a00:1110:223:90c9:2aa4:6622:c054:9113','411',0),(14135,'2018-03-24 06:00:50','imp','optin_5','mailchimp_7227261368','2a00:1110:223:90c9:2aa4:6622:c054:9113','0',0),(14136,'2018-03-24 06:00:57','imp','optin_5','mailchimp_7227261368','2a00:1110:223:90c9:2aa4:6622:c054:9113','0',0),(14137,'2018-03-24 06:01:15','imp','optin_8','7227261368','2a00:1110:223:90c9:2aa4:6622:c054:9113','411',0),(14138,'2018-03-24 06:01:16','imp','optin_8','7227261368','2a00:1110:223:90c9:2aa4:6622:c054:9113','411',0),(14139,'2018-03-24 06:27:48','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14140,'2018-03-24 06:30:52','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14141,'2018-03-24 08:16:59','imp','optin_2','mailchimp_7227261368','180.76.15.149','92',0),(14142,'2018-03-24 08:25:58','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14143,'2018-03-24 09:06:49','imp','optin_2','mailchimp_7227261368','180.76.15.160','92',0),(14144,'2018-03-24 09:40:06','imp','optin_5','mailchimp_7227261368','180.76.15.163','0',0),(14145,'2018-03-24 12:57:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14146,'2018-03-24 13:00:12','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14147,'2018-03-24 14:05:02','imp','optin_5','mailchimp_7227261368','54.36.148.247','600',0),(14148,'2018-03-24 15:24:31','imp','optin_5','mailchimp_7227261368','198.50.159.10','0',0),(14149,'2018-03-24 17:15:29','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14150,'2018-03-24 18:17:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14151,'2018-03-24 19:07:51','imp','optin_5','mailchimp_7227261368','207.46.13.17','0',0),(14152,'2018-03-24 19:51:47','imp','optin_2','mailchimp_7227261368','172.251.39.172','2',0),(14153,'2018-03-24 20:22:48','imp','optin_5','mailchimp_7227261368','151.236.58.219','0',0),(14154,'2018-03-24 21:22:38','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14155,'2018-03-24 22:27:14','imp','optin_2','mailchimp_7227261368','151.230.208.110','92',0),(14156,'2018-03-24 22:33:14','imp','optin_5','mailchimp_7227261368','157.55.39.121','663',0),(14157,'2018-03-24 23:01:58','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(14158,'2018-03-24 23:04:21','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(14159,'2018-03-24 23:07:23','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(14160,'2018-03-24 23:08:12','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(14161,'2018-03-24 23:10:22','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(14162,'2018-03-24 23:33:21','imp','optin_5','mailchimp_7227261368','54.36.148.219','0',0),(14163,'2018-03-24 23:39:58','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14164,'2018-03-25 01:10:10','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14165,'2018-03-25 01:17:03','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14166,'2018-03-25 01:47:02','imp','optin_5','mailchimp_7227261368','54.36.148.62','0',0),(14167,'2018-03-25 01:56:29','imp','optin_5','mailchimp_7227261368','54.36.148.220','0',0),(14168,'2018-03-25 02:01:29','imp','optin_5','mailchimp_7227261368','34.207.98.73','663',0),(14169,'2018-03-25 02:03:34','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(14170,'2018-03-25 02:16:53','imp','optin_5','mailchimp_7227261368','34.207.98.73','664',0),(14171,'2018-03-25 02:16:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','666',0),(14172,'2018-03-25 02:18:03','imp','optin_5','mailchimp_7227261368','34.207.98.73','665',0),(14173,'2018-03-25 02:19:01','imp','optin_5','mailchimp_7227261368','34.207.98.73','411',0),(14174,'2018-03-25 02:19:34','imp','optin_5','mailchimp_7227261368','34.207.98.73','598',0),(14175,'2018-03-25 03:15:49','imp','optin_2','mailchimp_7227261368','180.76.15.139','92',0),(14176,'2018-03-25 05:53:57','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14177,'2018-03-25 06:13:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14178,'2018-03-25 06:45:43','imp','optin_5','mailchimp_7227261368','54.36.148.213','597',0),(14179,'2018-03-25 06:51:48','imp','optin_5','mailchimp_7227261368','87.250.224.93','714',0),(14180,'2018-03-25 06:52:34','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(14181,'2018-03-25 06:52:55','imp','optin_7','mailchimp_7227261368','37.9.113.113','714',0),(14182,'2018-03-25 14:15:02','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14183,'2018-03-25 14:15:22','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14184,'2018-03-25 14:30:01','imp','optin_5','mailchimp_7227261368','188.166.38.192','173',0),(14185,'2018-03-25 14:31:35','imp','optin_5','mailchimp_7227261368','188.166.38.192','0',0),(14186,'2018-03-25 14:45:18','imp','optin_5','mailchimp_7227261368','188.166.38.192','177',0),(14187,'2018-03-25 14:45:24','imp','optin_5','mailchimp_7227261368','188.166.38.192','76',0),(14188,'2018-03-25 14:49:11','imp','optin_5','mailchimp_7227261368','188.166.38.192','0',0),(14189,'2018-03-25 15:16:47','imp','optin_5','mailchimp_7227261368','77.222.113.155','0',0),(14190,'2018-03-25 15:37:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14191,'2018-03-25 15:39:59','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14192,'2018-03-25 18:36:26','imp','optin_5','mailchimp_7227261368','41.79.76.154','0',0),(14193,'2018-03-25 18:54:35','imp','optin_5','mailchimp_7227261368','195.22.127.224','-1',0),(14194,'2018-03-25 18:54:39','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14195,'2018-03-25 18:54:44','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14196,'2018-03-25 18:54:49','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14197,'2018-03-25 18:54:54','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14198,'2018-03-25 18:54:59','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14199,'2018-03-25 18:55:04','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14200,'2018-03-25 18:55:08','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14201,'2018-03-25 18:55:12','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14202,'2018-03-25 18:55:16','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14203,'2018-03-25 18:55:20','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14204,'2018-03-25 18:55:25','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14205,'2018-03-25 18:55:29','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14206,'2018-03-25 18:55:33','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14207,'2018-03-25 18:55:37','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14208,'2018-03-25 18:55:41','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14209,'2018-03-25 18:55:46','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14210,'2018-03-25 18:55:50','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14211,'2018-03-25 18:55:54','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14212,'2018-03-25 18:55:58','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14213,'2018-03-25 18:56:06','imp','optin_5','mailchimp_7227261368','195.22.127.224','0',0),(14214,'2018-03-25 19:01:38','imp','optin_5','mailchimp_7227261368','54.36.148.22','601',0),(14215,'2018-03-25 20:10:01','imp','optin_2','mailchimp_7227261368','46.101.9.216','92',0),(14216,'2018-03-25 21:08:33','imp','optin_2','mailchimp_7227261368','91.200.12.53','92',0),(14217,'2018-03-25 22:05:15','imp','optin_2','mailchimp_7227261368','37.227.73.73','92',0),(14218,'2018-03-25 22:05:19','imp','optin_5','mailchimp_7227261368','37.227.73.73','0',0),(14219,'2018-03-25 22:27:57','imp','optin_5','mailchimp_7227261368','54.36.148.12','575',0),(14220,'2018-03-26 00:37:00','imp','optin_5','mailchimp_7227261368','54.36.149.2','177',0),(14221,'2018-03-26 00:51:06','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14222,'2018-03-26 01:25:29','imp','optin_2','mailchimp_7227261368','103.255.254.123','92',0),(14223,'2018-03-26 01:33:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14224,'2018-03-26 01:36:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(14225,'2018-03-26 01:57:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(14226,'2018-03-26 01:59:10','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14227,'2018-03-26 01:59:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(14228,'2018-03-26 03:27:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14229,'2018-03-26 03:37:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(14230,'2018-03-26 04:12:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14231,'2018-03-26 04:49:34','imp','optin_5','mailchimp_7227261368','157.55.39.167','0',0),(14232,'2018-03-26 04:55:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(14233,'2018-03-26 04:57:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(14234,'2018-03-26 05:13:06','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(14235,'2018-03-26 05:16:01','imp','optin_5','mailchimp_7227261368','180.76.15.34','0',0),(14236,'2018-03-26 05:36:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(14237,'2018-03-26 05:39:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(14238,'2018-03-26 05:57:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(14239,'2018-03-26 06:22:42','imp','optin_5','mailchimp_7227261368','180.76.15.29','667',0),(14240,'2018-03-26 06:43:46','imp','optin_2','mailchimp_7227261368','157.55.39.167','92',0),(14241,'2018-03-26 07:06:41','imp','optin_2','mailchimp_7227261368','136.243.10.167','92',0),(14242,'2018-03-26 07:06:55','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14243,'2018-03-26 07:11:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(14244,'2018-03-26 07:29:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(14245,'2018-03-26 08:03:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(14246,'2018-03-26 08:11:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(14247,'2018-03-26 08:25:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14248,'2018-03-26 08:46:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(14249,'2018-03-26 09:17:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(14250,'2018-03-26 10:00:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(14251,'2018-03-26 10:56:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(14252,'2018-03-26 11:24:43','imp','optin_5','mailchimp_7227261368','54.36.148.241','665',0),(14253,'2018-03-26 11:36:27','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14254,'2018-03-26 11:58:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(14255,'2018-03-26 11:58:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14256,'2018-03-26 12:05:11','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14257,'2018-03-26 12:15:15','imp','optin_5','mailchimp_7227261368','5.255.250.7','843',0),(14258,'2018-03-26 12:19:24','imp','optin_5','mailchimp_7227261368','180.76.15.156','0',0),(14259,'2018-03-26 12:34:04','imp','optin_5','mailchimp_7227261368','40.77.167.13','173',0),(14260,'2018-03-26 12:34:53','imp','optin_5','mailchimp_7227261368','40.77.167.30','0',0),(14261,'2018-03-26 14:16:10','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14262,'2018-03-26 15:15:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14263,'2018-03-26 15:41:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','600',0),(14264,'2018-03-26 15:42:21','imp','optin_2','mailchimp_7227261368','180.76.15.8','92',0),(14265,'2018-03-26 16:30:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(14266,'2018-03-26 16:48:26','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14267,'2018-03-26 17:17:06','imp','optin_5','mailchimp_7227261368','54.36.148.237','602',0),(14268,'2018-03-26 17:19:28','imp','optin_5','mailchimp_7227261368','207.46.13.28','0',0),(14269,'2018-03-26 17:41:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(14270,'2018-03-26 18:42:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(14271,'2018-03-26 18:43:29','imp','optin_2','mailchimp_7227261368','180.76.15.31','92',0),(14272,'2018-03-26 18:44:42','imp','optin_5','mailchimp_7227261368','54.36.148.234','598',0),(14273,'2018-03-26 19:16:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(14274,'2018-03-26 19:29:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(14275,'2018-03-26 19:38:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(14276,'2018-03-26 20:07:33','imp','optin_2','mailchimp_7227261368','180.76.15.134','92',0),(14277,'2018-03-26 20:10:18','imp','optin_5','mailchimp_7227261368','40.77.167.73','600',0),(14278,'2018-03-26 20:20:59','imp','optin_5','mailchimp_7227261368','54.36.148.252','0',0),(14279,'2018-03-26 20:29:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14280,'2018-03-26 20:40:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(14281,'2018-03-26 20:42:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(14282,'2018-03-26 20:46:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14283,'2018-03-26 20:49:22','imp','optin_5','mailchimp_7227261368','41.79.76.154','0',0),(14284,'2018-03-26 21:14:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(14285,'2018-03-26 21:20:15','imp','optin_2','mailchimp_7227261368','155.143.249.68','92',0),(14286,'2018-03-26 21:20:24','imp','optin_5','mailchimp_7227261368','155.143.249.68','0',0),(14287,'2018-03-26 21:20:52','imp','optin_5','mailchimp_7227261368','155.143.249.68','0',0),(14288,'2018-03-26 21:21:00','imp','optin_5','mailchimp_7227261368','155.143.249.68','0',0),(14289,'2018-03-26 21:21:15','imp','optin_8','7227261368','155.143.249.68','-1',0),(14290,'2018-03-26 21:21:16','imp','optin_8','7227261368','155.143.249.68','-1',0),(14291,'2018-03-26 21:21:29','imp','optin_5','mailchimp_7227261368','155.143.249.68','714',0),(14292,'2018-03-26 21:21:34','imp','optin_5','mailchimp_7227261368','155.143.249.68','0',0),(14293,'2018-03-26 21:21:38','imp','optin_7','mailchimp_7227261368','155.143.249.68','714',0),(14294,'2018-03-26 21:21:46','imp','optin_5','mailchimp_7227261368','155.143.249.68','0',0),(14295,'2018-03-26 21:38:15','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14296,'2018-03-26 21:45:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14297,'2018-03-26 22:26:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(14298,'2018-03-26 22:35:07','imp','optin_5','mailchimp_7227261368','54.36.148.244','0',0),(14299,'2018-03-26 22:41:47','imp','optin_2','mailchimp_7227261368','128.199.124.86','92',0),(14300,'2018-03-26 22:44:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14301,'2018-03-26 23:09:16','imp','optin_5','mailchimp_7227261368','40.77.167.32','0',0),(14302,'2018-03-27 00:11:39','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(14303,'2018-03-27 00:14:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(14304,'2018-03-27 00:20:46','imp','optin_5','mailchimp_7227261368','40.77.167.32','714',0),(14305,'2018-03-27 01:33:46','imp','optin_5','mailchimp_7227261368','54.36.148.116','679',0),(14306,'2018-03-27 01:52:31','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(14307,'2018-03-27 02:07:50','imp','optin_5','mailchimp_7227261368','40.77.167.73','575',0),(14308,'2018-03-27 02:47:45','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14309,'2018-03-27 03:05:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14310,'2018-03-27 04:55:29','imp','optin_5','mailchimp_7227261368','34.204.95.186','678',0),(14311,'2018-03-27 05:59:21','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14312,'2018-03-27 05:59:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14313,'2018-03-27 06:37:33','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14314,'2018-03-27 06:42:28','imp','optin_2','mailchimp_7227261368','162.158.64.145','92',0),(14315,'2018-03-27 06:54:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14316,'2018-03-27 06:54:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14317,'2018-03-27 08:19:21','imp','optin_5','mailchimp_7227261368','54.36.148.43','577',0),(14318,'2018-03-27 08:49:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(14319,'2018-03-27 08:59:18','imp','optin_2','mailchimp_7227261368','5.164.146.108','92',0),(14320,'2018-03-27 08:59:31','imp','optin_5','mailchimp_7227261368','5.164.146.108','0',0),(14321,'2018-03-27 09:41:37','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14322,'2018-03-27 13:06:23','imp','optin_5','mailchimp_7227261368','54.36.148.138','0',0),(14323,'2018-03-27 14:43:16','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14324,'2018-03-27 14:52:44','imp','optin_5','mailchimp_7227261368','54.36.149.12','683',0),(14325,'2018-03-27 15:06:46','imp','optin_5','mailchimp_7227261368','141.8.143.189','714',0),(14326,'2018-03-27 16:56:00','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(14327,'2018-03-27 16:57:11','imp','optin_2','mailchimp_7227261368','159.89.37.236','92',0),(14328,'2018-03-27 16:57:21','imp','optin_5','mailchimp_7227261368','159.89.37.236','76',0),(14329,'2018-03-27 16:57:27','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14330,'2018-03-27 16:57:32','imp','optin_2','mailchimp_7227261368','159.89.37.236','2',0),(14331,'2018-03-27 16:57:50','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14332,'2018-03-27 16:57:55','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14333,'2018-03-27 16:58:00','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14334,'2018-03-27 16:58:09','imp','optin_5','mailchimp_7227261368','159.89.37.236','577',0),(14335,'2018-03-27 16:58:14','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14336,'2018-03-27 16:58:19','imp','optin_5','mailchimp_7227261368','159.89.37.236','600',0),(14337,'2018-03-27 16:58:25','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14338,'2018-03-27 16:58:29','imp','optin_5','mailchimp_7227261368','159.89.37.236','666',0),(14339,'2018-03-27 16:58:35','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14340,'2018-03-27 16:58:40','imp','optin_5','mailchimp_7227261368','159.89.37.236','667',0),(14341,'2018-03-27 16:58:46','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14342,'2018-03-27 16:58:50','imp','optin_5','mailchimp_7227261368','159.89.37.236','601',0),(14343,'2018-03-27 16:58:55','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14344,'2018-03-27 16:59:00','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14345,'2018-03-27 16:59:06','imp','optin_5','mailchimp_7227261368','159.89.37.236','598',0),(14346,'2018-03-27 16:59:15','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14347,'2018-03-27 16:59:22','imp','optin_5','mailchimp_7227261368','159.89.37.236','663',0),(14348,'2018-03-27 16:59:27','imp','optin_5','mailchimp_7227261368','159.89.37.236','673',0),(14349,'2018-03-27 16:59:32','imp','optin_5','mailchimp_7227261368','159.89.37.236','682',0),(14350,'2018-03-27 16:59:37','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14351,'2018-03-27 16:59:42','imp','optin_5','mailchimp_7227261368','159.89.37.236','599',0),(14352,'2018-03-27 16:59:47','imp','optin_5','mailchimp_7227261368','159.89.37.236','683',0),(14353,'2018-03-27 16:59:52','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14354,'2018-03-27 16:59:57','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14355,'2018-03-27 17:00:02','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14356,'2018-03-27 17:00:07','imp','optin_5','mailchimp_7227261368','159.89.37.236','594',0),(14357,'2018-03-27 17:00:13','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14358,'2018-03-27 17:00:18','imp','optin_5','mailchimp_7227261368','159.89.37.236','665',0),(14359,'2018-03-27 17:00:29','imp','optin_5','mailchimp_7227261368','159.89.37.236','593',0),(14360,'2018-03-27 17:00:36','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14361,'2018-03-27 17:00:41','imp','optin_5','mailchimp_7227261368','159.89.37.236','591',0),(14362,'2018-03-27 17:00:47','imp','optin_5','mailchimp_7227261368','159.89.37.236','678',0),(14363,'2018-03-27 17:00:51','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14364,'2018-03-27 17:00:57','imp','optin_5','mailchimp_7227261368','159.89.37.236','681',0),(14365,'2018-03-27 17:01:03','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14366,'2018-03-27 17:01:08','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14367,'2018-03-27 17:01:17','imp','optin_5','mailchimp_7227261368','159.89.37.236','668',0),(14368,'2018-03-27 17:01:22','imp','optin_5','mailchimp_7227261368','159.89.37.236','680',0),(14369,'2018-03-27 17:01:28','imp','optin_5','mailchimp_7227261368','159.89.37.236','570',0),(14370,'2018-03-27 17:01:34','imp','optin_5','mailchimp_7227261368','159.89.37.236','664',0),(14371,'2018-03-27 17:01:39','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14372,'2018-03-27 17:01:43','imp','optin_5','mailchimp_7227261368','159.89.37.236','573',0),(14373,'2018-03-27 17:01:49','imp','optin_5','mailchimp_7227261368','159.89.37.236','602',0),(14374,'2018-03-27 17:01:54','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14375,'2018-03-27 17:02:00','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14376,'2018-03-27 17:02:11','imp','optin_5','mailchimp_7227261368','159.89.37.236','835',0),(14377,'2018-03-27 17:02:16','imp','optin_5','mailchimp_7227261368','159.89.37.236','592',0),(14378,'2018-03-27 17:02:23','imp','optin_5','mailchimp_7227261368','159.89.37.236','575',0),(14379,'2018-03-27 17:02:28','imp','optin_5','mailchimp_7227261368','159.89.37.236','597',0),(14380,'2018-03-27 17:02:34','imp','optin_5','mailchimp_7227261368','159.89.37.236','411',0),(14381,'2018-03-27 17:02:39','imp','optin_5','mailchimp_7227261368','159.89.37.236','843',0),(14382,'2018-03-27 17:02:44','imp','optin_5','mailchimp_7227261368','159.89.37.236','679',0),(14383,'2018-03-27 17:02:50','imp','optin_5','mailchimp_7227261368','159.89.37.236','595',0),(14384,'2018-03-27 17:02:56','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14385,'2018-03-27 17:03:00','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14386,'2018-03-27 17:03:05','imp','optin_5','mailchimp_7227261368','159.89.37.236','0',0),(14387,'2018-03-27 17:03:15','imp','optin_5','mailchimp_7227261368','159.89.37.236','714',0),(14388,'2018-03-27 17:03:20','imp','optin_5','mailchimp_7227261368','159.89.37.236','714',0),(14389,'2018-03-27 17:11:15','imp','optin_2','mailchimp_7227261368','95.229.244.22','92',0),(14390,'2018-03-27 17:11:21','imp','optin_5','mailchimp_7227261368','95.229.244.22','0',0),(14391,'2018-03-27 17:46:01','imp','optin_2','mailchimp_7227261368','180.76.15.10','92',0),(14392,'2018-03-27 17:57:51','imp','optin_5','mailchimp_7227261368','40.77.167.151','598',0),(14393,'2018-03-27 18:42:38','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(14394,'2018-03-27 18:52:42','imp','optin_5','mailchimp_7227261368','180.76.15.9','663',0),(14395,'2018-03-27 19:35:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(14396,'2018-03-27 19:36:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(14397,'2018-03-27 20:07:18','imp','optin_5','mailchimp_7227261368','54.36.148.104','678',0),(14398,'2018-03-27 20:25:53','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14399,'2018-03-27 20:42:40','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14400,'2018-03-27 21:53:29','imp','optin_5','mailchimp_7227261368','54.36.149.38','843',0),(14401,'2018-03-27 22:02:02','imp','optin_5','mailchimp_7227261368','2001:41d0:2:8ac5::','0',0),(14402,'2018-03-27 22:04:05','imp','optin_2','mailchimp_7227261368','180.76.15.10','92',0),(14403,'2018-03-27 22:06:39','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(14404,'2018-03-27 22:07:06','imp','optin_5','mailchimp_7227261368','66.249.65.139','0',0),(14405,'2018-03-27 22:07:24','imp','optin_8','7227261368','66.249.65.135','-1',0),(14406,'2018-03-27 22:54:45','imp','optin_5','mailchimp_7227261368','54.36.149.103','666',0),(14407,'2018-03-27 23:06:17','imp','optin_5','mailchimp_7227261368','54.36.149.84','173',0),(14408,'2018-03-27 23:16:39','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:1ff2:face:b00c:0:8000','92',0),(14409,'2018-03-27 23:17:14','imp','optin_2','mailchimp_7227261368','2a03:2880:2120:7fc6:face:b00c:0:8000','92',0),(14410,'2018-03-27 23:17:25','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:7fc5:face:b00c:0:8000','0',0),(14411,'2018-03-27 23:17:33','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:7fc0:face:b00c:0:8000','0',0),(14412,'2018-03-27 23:17:50','imp','optin_8','7227261368','2a03:2880:2120:7fc6:face:b00c:0:8000','-1',0),(14413,'2018-03-28 00:15:15','imp','optin_5','mailchimp_7227261368','5.45.207.29','714',0),(14414,'2018-03-28 00:15:24','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(14415,'2018-03-28 01:14:22','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14416,'2018-03-28 01:52:05','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14417,'2018-03-28 02:44:03','imp','optin_5','mailchimp_7227261368','180.76.15.143','667',0),(14418,'2018-03-28 03:19:36','imp','optin_5','mailchimp_7227261368','54.36.148.13','591',0),(14419,'2018-03-28 03:29:33','imp','optin_5','mailchimp_7227261368','157.55.39.240','592',0),(14420,'2018-03-28 03:29:47','imp','optin_5','mailchimp_7227261368','40.77.167.101','0',0),(14421,'2018-03-28 04:47:58','imp','optin_2','mailchimp_7227261368','93.179.68.151','92',0),(14422,'2018-03-28 04:53:43','imp','optin_5','mailchimp_7227261368','93.179.68.151','0',0),(14423,'2018-03-28 05:49:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14424,'2018-03-28 06:15:31','imp','optin_5','mailchimp_7227261368','2001:41d0:a:30cb::','0',0),(14425,'2018-03-28 07:15:48','imp','optin_5','mailchimp_7227261368','66.249.73.31','0',0),(14426,'2018-03-28 07:48:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14427,'2018-03-28 07:49:09','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(14428,'2018-03-28 08:15:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14429,'2018-03-28 08:30:13','imp','optin_5','mailchimp_7227261368','54.36.148.198','0',0),(14430,'2018-03-28 08:46:49','imp','optin_2','mailchimp_7227261368','180.76.15.141','92',0),(14431,'2018-03-28 09:07:40','imp','optin_5','mailchimp_7227261368','54.36.148.74','668',0),(14432,'2018-03-28 09:34:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14433,'2018-03-28 10:13:02','imp','optin_2','mailchimp_7227261368','54.190.47.179','92',0),(14434,'2018-03-28 10:40:11','imp','optin_5','mailchimp_7227261368','153.107.192.211','714',0),(14435,'2018-03-28 10:40:12','imp','optin_5','mailchimp_7227261368','103.246.36.212','714',0),(14436,'2018-03-28 10:40:18','imp','optin_2','mailchimp_7227261368','103.246.36.212','92',0),(14437,'2018-03-28 10:40:18','imp','optin_2','mailchimp_7227261368','103.246.36.212','92',0),(14438,'2018-03-28 10:40:24','imp','optin_5','mailchimp_7227261368','153.107.192.211','0',0),(14439,'2018-03-28 10:40:29','imp','optin_2','mailchimp_7227261368','103.246.36.213','92',0),(14440,'2018-03-28 10:40:33','imp','optin_7','mailchimp_7227261368','153.107.192.211','714',0),(14441,'2018-03-28 10:40:45','imp','optin_8','7227261368','153.107.192.211','714',0),(14442,'2018-03-28 11:35:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(14443,'2018-03-28 12:37:52','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14444,'2018-03-28 12:41:43','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14445,'2018-03-28 16:26:47','imp','optin_5','mailchimp_7227261368','157.55.39.197','177',0),(14446,'2018-03-28 17:05:33','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14447,'2018-03-28 17:35:57','imp','optin_5','mailchimp_7227261368','54.36.149.30','678',0),(14448,'2018-03-28 18:26:11','imp','optin_5','mailchimp_7227261368','180.76.15.22','76',0),(14449,'2018-03-28 18:41:25','imp','optin_5','mailchimp_7227261368','54.36.149.48','0',0),(14450,'2018-03-28 20:45:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(14451,'2018-03-28 21:12:15','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14452,'2018-03-28 22:46:15','imp','optin_5','mailchimp_7227261368','157.55.39.219','0',0),(14453,'2018-03-28 23:09:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(14454,'2018-03-28 23:27:31','imp','optin_2','mailchimp_7227261368','2a03:b0c0:3:d0::cad:e001','92',0),(14455,'2018-03-28 23:35:02','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14456,'2018-03-28 23:35:10','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(14457,'2018-03-29 00:30:09','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(14458,'2018-03-29 00:41:30','imp','optin_5','mailchimp_7227261368','54.36.149.20','591',0),(14459,'2018-03-29 00:57:25','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(14460,'2018-03-29 01:25:27','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14461,'2018-03-29 01:35:40','imp','optin_5','mailchimp_7227261368','180.76.15.137','714',0),(14462,'2018-03-29 02:26:54','imp','optin_5','mailchimp_7227261368','157.55.39.220','673',0),(14463,'2018-03-29 02:43:21','imp','optin_5','mailchimp_7227261368','86.9.103.155','714',0),(14464,'2018-03-29 02:43:31','imp','optin_5','mailchimp_7227261368','86.9.103.155','0',0),(14465,'2018-03-29 02:43:36','imp','optin_7','mailchimp_7227261368','86.9.103.155','714',0),(14466,'2018-03-29 02:43:55','imp','optin_8','7227261368','86.9.103.155','714',0),(14467,'2018-03-29 02:51:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(14468,'2018-03-29 02:59:07','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14469,'2018-03-29 03:11:42','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(14470,'2018-03-29 03:51:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(14471,'2018-03-29 04:19:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(14472,'2018-03-29 05:11:44','imp','optin_2','mailchimp_7227261368','92.86.48.29','92',0),(14473,'2018-03-29 05:11:55','imp','optin_5','mailchimp_7227261368','92.86.48.29','0',0),(14474,'2018-03-29 05:12:18','imp','optin_2','mailchimp_7227261368','92.86.48.29','92',0),(14475,'2018-03-29 05:12:23','imp','optin_5','mailchimp_7227261368','92.86.48.29','0',0),(14476,'2018-03-29 05:33:41','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(14477,'2018-03-29 05:33:54','imp','optin_5','mailchimp_7227261368','66.249.73.2','0',0),(14478,'2018-03-29 05:34:11','imp','optin_8','7227261368','66.249.73.31','-1',0),(14479,'2018-03-29 06:27:10','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14480,'2018-03-29 08:22:13','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14481,'2018-03-29 09:07:35','imp','optin_5','mailchimp_7227261368','54.36.148.119','668',0),(14482,'2018-03-29 09:39:51','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14483,'2018-03-29 10:41:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(14484,'2018-03-29 10:47:22','imp','optin_5','mailchimp_7227261368','207.46.13.81','678',0),(14485,'2018-03-29 10:47:47','imp','optin_5','mailchimp_7227261368','207.46.13.81','0',0),(14486,'2018-03-29 11:34:00','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14487,'2018-03-29 13:04:04','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(14488,'2018-03-29 13:14:28','imp','optin_5','mailchimp_7227261368','54.36.148.174','0',0),(14489,'2018-03-29 13:44:23','imp','optin_5','mailchimp_7227261368','54.36.148.60','663',0),(14490,'2018-03-29 14:54:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14491,'2018-03-29 16:51:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(14492,'2018-03-29 16:52:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14493,'2018-03-29 17:21:18','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14494,'2018-03-29 17:26:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(14495,'2018-03-29 17:27:10','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14496,'2018-03-29 18:57:54','imp','optin_5','mailchimp_7227261368','207.46.13.81','591',0),(14497,'2018-03-29 18:58:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(14498,'2018-03-29 19:26:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(14499,'2018-03-29 19:26:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(14500,'2018-03-29 20:15:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(14501,'2018-03-29 20:36:55','imp','optin_2','mailchimp_7227261368','51.254.121.158','92',0),(14502,'2018-03-29 22:00:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14503,'2018-03-29 22:41:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(14504,'2018-03-29 23:00:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(14505,'2018-03-29 23:34:10','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14506,'2018-03-29 23:54:16','imp','optin_5','mailchimp_7227261368','84.201.133.41','680',0),(14507,'2018-03-30 00:18:54','imp','optin_5','mailchimp_7227261368','100.43.85.190','602',0),(14508,'2018-03-30 00:23:30','imp','optin_5','mailchimp_7227261368','141.8.143.130','570',0),(14509,'2018-03-30 00:55:03','imp','optin_5','mailchimp_7227261368','180.76.15.25','714',0),(14510,'2018-03-30 01:33:51','imp','optin_5','mailchimp_7227261368','5.255.250.7','592',0),(14511,'2018-03-30 01:41:35','imp','optin_5','mailchimp_7227261368','141.8.143.170','600',0),(14512,'2018-03-30 03:06:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(14513,'2018-03-30 03:17:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14514,'2018-03-30 03:19:09','imp','optin_5','mailchimp_7227261368','157.55.39.40','598',0),(14515,'2018-03-30 03:35:50','imp','optin_5','mailchimp_7227261368','54.36.148.33','76',0),(14516,'2018-03-30 04:07:41','imp','optin_5','mailchimp_7227261368','54.36.148.198','595',0),(14517,'2018-03-30 05:00:59','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14518,'2018-03-30 06:08:58','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14519,'2018-03-30 06:56:42','imp','optin_2','mailchimp_7227261368','84.201.133.17','92',0),(14520,'2018-03-30 07:34:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','173',0),(14521,'2018-03-30 09:15:11','imp','optin_5','mailchimp_7227261368','59.174.144.16','0',0),(14522,'2018-03-30 09:15:16','imp','optin_5','mailchimp_7227261368','175.16.161.214','0',0),(14523,'2018-03-30 09:15:42','imp','optin_5','mailchimp_7227261368','67.236.95.86','0',0),(14524,'2018-03-30 09:18:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(14525,'2018-03-30 09:46:50','imp','optin_5','mailchimp_7227261368','54.36.148.82','682',0),(14526,'2018-03-30 10:34:44','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14527,'2018-03-30 10:40:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(14528,'2018-03-30 10:45:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(14529,'2018-03-30 11:42:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14530,'2018-03-30 12:29:00','imp','optin_2','mailchimp_7227261368','54.36.148.104','92',0),(14531,'2018-03-30 12:58:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14532,'2018-03-30 13:07:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(14533,'2018-03-30 13:39:59','imp','optin_5','mailchimp_7227261368','66.249.79.121','0',0),(14534,'2018-03-30 13:40:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(14535,'2018-03-30 14:06:18','imp','optin_5','mailchimp_7227261368','5.255.250.7','665',0),(14536,'2018-03-30 14:30:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14537,'2018-03-30 14:41:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(14538,'2018-03-30 14:43:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14539,'2018-03-30 14:53:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14540,'2018-03-30 16:21:54','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14541,'2018-03-30 16:24:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14542,'2018-03-30 16:40:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14543,'2018-03-30 17:05:56','imp','optin_5','mailchimp_7227261368','54.36.149.48','673',0),(14544,'2018-03-30 17:28:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14545,'2018-03-30 17:53:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(14546,'2018-03-30 17:55:48','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14547,'2018-03-30 18:03:47','imp','optin_2','mailchimp_7227261368','124.186.114.186','92',0),(14548,'2018-03-30 18:03:55','imp','optin_5','mailchimp_7227261368','124.186.114.186','0',0),(14549,'2018-03-30 18:04:01','imp','optin_5','mailchimp_7227261368','124.186.114.186','0',0),(14550,'2018-03-30 18:04:01','imp','optin_5','mailchimp_7227261368','124.186.114.186','0',0),(14551,'2018-03-30 18:04:19','imp','optin_8','7227261368','124.186.114.186','-1',0),(14552,'2018-03-30 18:04:19','imp','optin_8','7227261368','124.186.114.186','-1',0),(14553,'2018-03-30 18:04:38','imp','optin_2','mailchimp_7227261368','124.186.114.186','2',0),(14554,'2018-03-30 18:04:43','imp','optin_5','mailchimp_7227261368','124.186.114.186','0',0),(14555,'2018-03-30 19:14:00','imp','optin_2','mailchimp_7227261368','180.76.15.135','92',0),(14556,'2018-03-30 19:24:28','imp','optin_2','mailchimp_7227261368','157.55.39.40','92',0),(14557,'2018-03-30 19:25:07','imp','optin_5','mailchimp_7227261368','131.253.25.216','0',0),(14558,'2018-03-30 20:34:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14559,'2018-03-30 21:10:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(14560,'2018-03-30 21:17:56','imp','optin_5','mailchimp_7227261368','54.36.148.120','573',0),(14561,'2018-03-30 21:51:52','imp','optin_5','mailchimp_7227261368','157.55.39.40','577',0),(14562,'2018-03-30 21:52:37','imp','optin_5','mailchimp_7227261368','157.55.39.4','666',0),(14563,'2018-03-30 22:08:51','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(14564,'2018-03-30 22:20:20','imp','optin_2','mailchimp_7227261368','203.194.102.126','92',0),(14565,'2018-03-30 22:39:26','imp','optin_2','mailchimp_7227261368','180.76.15.156','92',0),(14566,'2018-03-30 23:11:24','imp','optin_5','mailchimp_7227261368','207.46.13.191','0',0),(14567,'2018-03-30 23:12:51','imp','optin_2','mailchimp_7227261368','180.76.15.135','92',0),(14568,'2018-03-30 23:43:13','imp','optin_5','mailchimp_7227261368','54.36.149.19','570',0),(14569,'2018-03-31 00:19:28','imp','optin_5','mailchimp_7227261368','180.76.15.157','411',0),(14570,'2018-03-31 00:31:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(14571,'2018-03-31 00:47:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(14572,'2018-03-31 01:15:38','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(14573,'2018-03-31 02:14:03','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14574,'2018-03-31 02:44:58','imp','optin_5','mailchimp_7227261368','54.36.148.62','0',0),(14575,'2018-03-31 03:10:08','imp','optin_2','mailchimp_7227261368','178.137.165.32','92',0),(14576,'2018-03-31 03:10:18','imp','optin_5','mailchimp_7227261368','178.137.165.32','0',0),(14577,'2018-03-31 03:10:29','imp','optin_5','mailchimp_7227261368','178.137.165.32','0',0),(14578,'2018-03-31 04:09:09','imp','optin_5','mailchimp_7227261368','5.255.250.7','575',0),(14579,'2018-03-31 04:09:21','imp','optin_5','mailchimp_7227261368','5.255.250.7','594',0),(14580,'2018-03-31 04:40:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(14581,'2018-03-31 05:04:33','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(14582,'2018-03-31 05:14:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14583,'2018-03-31 07:04:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(14584,'2018-03-31 08:40:42','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(14585,'2018-03-31 09:09:04','imp','optin_5','mailchimp_7227261368','157.55.39.145','0',0),(14586,'2018-03-31 10:29:30','imp','optin_5','mailchimp_7227261368','54.36.148.187','593',0),(14587,'2018-03-31 10:35:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(14588,'2018-03-31 10:39:35','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14589,'2018-03-31 11:00:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14590,'2018-03-31 11:33:19','imp','optin_5','mailchimp_7227261368','54.36.148.183','0',0),(14591,'2018-03-31 11:46:29','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14592,'2018-03-31 14:05:00','imp','optin_5','mailchimp_7227261368','207.46.13.81','0',0),(14593,'2018-03-31 14:18:33','imp','optin_5','mailchimp_7227261368','157.55.39.145','173',0),(14594,'2018-03-31 14:24:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(14595,'2018-03-31 15:15:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(14596,'2018-03-31 15:33:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(14597,'2018-03-31 15:36:00','imp','optin_5','mailchimp_7227261368','5.255.250.7','577',0),(14598,'2018-03-31 15:56:50','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(14599,'2018-03-31 15:57:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14600,'2018-03-31 16:23:22','imp','optin_5','mailchimp_7227261368','54.36.148.128','667',0),(14601,'2018-03-31 17:09:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(14602,'2018-03-31 17:49:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14603,'2018-03-31 18:45:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(14604,'2018-03-31 18:56:48','imp','optin_5','mailchimp_7227261368','54.36.148.162','0',0),(14605,'2018-03-31 20:03:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14606,'2018-03-31 20:21:25','imp','optin_5','mailchimp_7227261368','180.76.15.31','663',0),(14607,'2018-03-31 20:40:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14608,'2018-03-31 20:50:59','imp','optin_5','mailchimp_7227261368','66.249.79.121','0',0),(14609,'2018-03-31 23:50:08','imp','optin_2','mailchimp_7227261368','180.76.15.30','92',0),(14610,'2018-04-01 01:01:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(14611,'2018-04-01 01:31:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14612,'2018-04-01 01:36:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(14613,'2018-04-01 02:22:39','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(14614,'2018-04-01 02:22:44','imp','optin_8','7227261368','66.249.79.119','697',0),(14615,'2018-04-01 02:44:03','imp','optin_2','mailchimp_7227261368','180.76.15.142','92',0),(14616,'2018-04-01 02:05:40','imp','optin_5','mailchimp_7227261368','66.249.79.121','714',0),(14617,'2018-04-01 02:16:50','imp','optin_2','mailchimp_7227261368','180.76.15.147','92',0),(14618,'2018-04-01 02:23:17','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(14619,'2018-04-01 02:23:23','imp','optin_8','7227261368','66.249.79.119','192',0),(14620,'2018-04-01 02:25:26','imp','optin_7','mailchimp_7227261368','66.249.79.119','714',0),(14621,'2018-04-01 02:25:30','imp','optin_8','7227261368','66.249.79.119','714',0),(14622,'2018-04-01 02:37:10','imp','optin_5','mailchimp_7227261368','54.36.149.101','680',0),(14623,'2018-04-01 03:21:12','imp','optin_2','mailchimp_7227261368','180.252.179.26','92',0),(14624,'2018-04-01 05:08:45','imp','optin_5','mailchimp_7227261368','54.36.148.34','600',0),(14625,'2018-04-01 06:35:15','imp','optin_5','mailchimp_7227261368','207.46.13.53','0',0),(14626,'2018-04-01 06:41:16','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14627,'2018-04-01 07:49:26','imp','optin_2','mailchimp_7227261368','54.167.81.221','2',0),(14628,'2018-04-01 08:55:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(14629,'2018-04-01 09:36:22','imp','optin_5','mailchimp_7227261368','66.249.79.87','667',0),(14630,'2018-04-01 09:36:38','imp','optin_8','7227261368','66.249.79.85','667',0),(14631,'2018-04-01 09:41:35','imp','optin_5','mailchimp_7227261368','5.255.250.7','678',0),(14632,'2018-04-01 10:03:01','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(14633,'2018-04-01 10:08:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(14634,'2018-04-01 10:36:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(14635,'2018-04-01 11:07:07','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14636,'2018-04-01 11:07:10','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14637,'2018-04-01 11:07:14','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14638,'2018-04-01 11:07:18','imp','optin_5','mailchimp_7227261368','5.188.9.80','0',0),(14639,'2018-04-01 14:00:49','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(14640,'2018-04-01 15:27:40','imp','optin_2','mailchimp_7227261368','54.218.76.76','92',0),(14641,'2018-04-01 16:59:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','714',0),(14642,'2018-04-01 17:00:00','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(14643,'2018-04-01 18:01:48','imp','optin_2','mailchimp_7227261368','37.110.145.185','92',0),(14644,'2018-04-01 18:02:03','imp','optin_5','mailchimp_7227261368','37.110.145.185','0',0),(14645,'2018-04-01 18:13:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(14646,'2018-04-01 18:33:50','imp','optin_5','mailchimp_7227261368','54.36.149.15','0',0),(14647,'2018-04-01 18:38:51','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(14648,'2018-04-01 18:51:25','imp','optin_8','7227261368','66.249.79.89','0',0),(14649,'2018-04-01 19:37:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14650,'2018-04-01 19:43:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(14651,'2018-04-01 21:12:45','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(14652,'2018-04-01 22:07:16','imp','optin_5','mailchimp_7227261368','54.36.149.37','597',0),(14653,'2018-04-02 01:15:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14654,'2018-04-02 02:56:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(14655,'2018-04-02 07:52:21','imp','optin_5','mailchimp_7227261368','5.188.203.40','0',0),(14656,'2018-04-02 08:07:17','imp','optin_5','mailchimp_7227261368','157.55.39.16','0',0),(14657,'2018-04-02 08:07:33','imp','optin_5','mailchimp_7227261368','40.77.167.151','0',0),(14658,'2018-04-02 08:55:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(14659,'2018-04-02 09:32:08','imp','optin_2','mailchimp_7227261368','34.217.91.148','92',0),(14660,'2018-04-02 09:39:29','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14661,'2018-04-02 09:39:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14662,'2018-04-02 09:39:43','imp','optin_8','7227261368','66.249.79.63','-1',0),(14663,'2018-04-02 09:51:41','imp','optin_5','mailchimp_7227261368','54.36.148.22','0',0),(14664,'2018-04-02 11:43:37','imp','optin_2','mailchimp_7227261368','167.99.32.48','92',0),(14665,'2018-04-02 11:46:28','imp','optin_5','mailchimp_7227261368','167.99.32.48','0',0),(14666,'2018-04-02 11:49:28','imp','optin_5','mailchimp_7227261368','167.99.32.48','0',0),(14667,'2018-04-02 11:57:20','imp','optin_5','mailchimp_7227261368','167.99.32.48','0',0),(14668,'2018-04-02 13:14:51','imp','optin_5','mailchimp_7227261368','66.249.79.20','0',0),(14669,'2018-04-02 13:27:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(14670,'2018-04-02 13:49:06','imp','optin_5','mailchimp_7227261368','66.249.79.22','0',0),(14671,'2018-04-02 14:27:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14672,'2018-04-02 14:41:58','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14673,'2018-04-02 14:57:49','imp','optin_5','mailchimp_7227261368','54.36.149.6','714',0),(14674,'2018-04-02 16:33:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(14675,'2018-04-02 16:39:32','imp','optin_5','mailchimp_7227261368','198.50.159.10','0',0),(14676,'2018-04-02 17:35:51','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14677,'2018-04-02 17:36:23','imp','optin_8','7227261368','66.249.79.35','-1',0),(14678,'2018-04-02 20:02:22','imp','optin_5','mailchimp_7227261368','40.77.167.151','602',0),(14679,'2018-04-02 20:15:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(14680,'2018-04-02 20:44:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(14681,'2018-04-02 20:52:57','imp','optin_5','mailchimp_7227261368','54.36.148.35','665',0),(14682,'2018-04-02 20:55:13','imp','optin_2','mailchimp_7227261368','95.220.201.78','92',0),(14683,'2018-04-02 21:22:26','imp','optin_5','mailchimp_7227261368','40.77.167.151','0',0),(14684,'2018-04-02 21:26:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(14685,'2018-04-02 22:04:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(14686,'2018-04-02 22:24:13','imp','optin_5','mailchimp_7227261368','40.77.177.94','0',0),(14687,'2018-04-03 00:15:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14688,'2018-04-03 00:20:52','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(14689,'2018-04-03 00:20:59','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(14690,'2018-04-03 00:22:07','imp','optin_8','7227261368','66.249.79.119','-1',0),(14691,'2018-04-03 00:39:27','imp','optin_2','mailchimp_7227261368','2001:41d0:8:1c63::','92',0),(14692,'2018-04-03 00:59:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(14693,'2018-04-03 01:28:40','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(14694,'2018-04-03 01:42:57','imp','optin_5','mailchimp_7227261368','54.36.149.96','601',0),(14695,'2018-04-03 02:15:54','imp','optin_5','mailchimp_7227261368','54.145.200.0','663',0),(14696,'2018-04-03 02:16:36','imp','optin_5','mailchimp_7227261368','54.145.200.0','664',0),(14697,'2018-04-03 02:18:03','imp','optin_5','mailchimp_7227261368','54.145.200.0','411',0),(14698,'2018-04-03 02:19:20','imp','optin_5','mailchimp_7227261368','184.72.78.254','577',0),(14699,'2018-04-03 02:19:55','imp','optin_5','mailchimp_7227261368','35.174.7.253','598',0),(14700,'2018-04-03 02:21:12','imp','optin_5','mailchimp_7227261368','54.145.200.0','667',0),(14701,'2018-04-03 02:22:39','imp','optin_5','mailchimp_7227261368','54.164.51.150','665',0),(14702,'2018-04-03 02:23:13','imp','optin_5','mailchimp_7227261368','35.174.7.253','666',0),(14703,'2018-04-03 02:24:38','imp','optin_5','mailchimp_7227261368','54.210.17.223','592',0),(14704,'2018-04-03 02:25:51','imp','optin_5','mailchimp_7227261368','35.174.7.253','591',0),(14705,'2018-04-03 02:26:36','imp','optin_5','mailchimp_7227261368','54.210.17.223','679',0),(14706,'2018-04-03 02:27:57','imp','optin_5','mailchimp_7227261368','184.72.78.254','597',0),(14707,'2018-04-03 02:29:17','imp','optin_5','mailchimp_7227261368','54.164.51.150','573',0),(14708,'2018-04-03 02:29:52','imp','optin_5','mailchimp_7227261368','54.164.51.150','575',0),(14709,'2018-04-03 02:31:21','imp','optin_5','mailchimp_7227261368','35.174.7.253','682',0),(14710,'2018-04-03 02:31:56','imp','optin_5','mailchimp_7227261368','54.145.200.0','570',0),(14711,'2018-04-03 02:33:17','imp','optin_5','mailchimp_7227261368','54.164.51.150','678',0),(14712,'2018-04-03 02:34:34','imp','optin_5','mailchimp_7227261368','54.145.200.0','601',0),(14713,'2018-04-03 02:35:19','imp','optin_5','mailchimp_7227261368','54.164.51.150','595',0),(14714,'2018-04-03 02:36:34','imp','optin_5','mailchimp_7227261368','184.72.78.254','594',0),(14715,'2018-04-03 02:37:15','imp','optin_5','mailchimp_7227261368','184.72.78.254','593',0),(14716,'2018-04-03 02:38:31','imp','optin_5','mailchimp_7227261368','54.145.200.0','602',0),(14717,'2018-04-03 02:40:06','imp','optin_5','mailchimp_7227261368','54.145.200.0','599',0),(14718,'2018-04-03 02:40:45','imp','optin_5','mailchimp_7227261368','35.174.7.253','668',0),(14719,'2018-04-03 02:41:56','imp','optin_5','mailchimp_7227261368','35.174.7.253','681',0),(14720,'2018-04-03 02:42:37','imp','optin_5','mailchimp_7227261368','54.210.17.223','683',0),(14721,'2018-04-03 02:43:54','imp','optin_5','mailchimp_7227261368','54.145.200.0','680',0),(14722,'2018-04-03 02:44:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(14723,'2018-04-03 02:44:32','imp','optin_5','mailchimp_7227261368','54.210.17.223','600',0),(14724,'2018-04-03 02:45:51','imp','optin_5','mailchimp_7227261368','54.164.51.150','673',0),(14725,'2018-04-03 02:48:25','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(14726,'2018-04-03 04:25:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(14727,'2018-04-03 05:06:16','imp','optin_5','mailchimp_7227261368','207.46.13.132','835',0),(14728,'2018-04-03 06:14:49','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14729,'2018-04-03 06:46:05','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14730,'2018-04-03 08:11:34','imp','optin_2','mailchimp_7227261368','185.206.82.195','92',0),(14731,'2018-04-03 08:18:21','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14732,'2018-04-03 08:19:31','imp','optin_8','7227261368','66.249.79.119','-1',0),(14733,'2018-04-03 08:36:00','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(14734,'2018-04-03 09:39:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(14735,'2018-04-03 10:36:37','imp','optin_2','mailchimp_7227261368','184.72.78.254','92',0),(14736,'2018-04-03 10:57:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14737,'2018-04-03 11:15:53','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(14738,'2018-04-03 11:16:06','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(14739,'2018-04-03 11:16:08','imp','optin_5','mailchimp_7227261368','40.77.167.149','673',0),(14740,'2018-04-03 11:17:03','imp','optin_8','7227261368','66.249.79.119','-1',0),(14741,'2018-04-03 11:23:55','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14742,'2018-04-03 11:23:58','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14743,'2018-04-03 11:24:02','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14744,'2018-04-03 11:24:07','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14745,'2018-04-03 11:24:10','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14746,'2018-04-03 11:24:13','imp','optin_5','mailchimp_7227261368','2002:b9ea:daf7::b9ea:daf7','0',0),(14747,'2018-04-03 11:25:10','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(14748,'2018-04-03 12:02:06','imp','optin_5','mailchimp_7227261368','157.55.39.185','177',0),(14749,'2018-04-03 12:10:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(14750,'2018-04-03 14:51:56','imp','optin_5','mailchimp_7227261368','40.77.167.88','681',0),(14751,'2018-04-03 14:57:53','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14752,'2018-04-03 15:11:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','667',0),(14753,'2018-04-03 17:11:38','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(14754,'2018-04-03 19:13:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14755,'2018-04-03 20:39:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(14756,'2018-04-03 20:47:44','imp','optin_5','mailchimp_7227261368','157.55.39.54','0',0),(14757,'2018-04-03 22:45:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(14758,'2018-04-03 23:15:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(14759,'2018-04-03 23:57:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14760,'2018-04-04 00:12:06','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14761,'2018-04-04 00:15:07','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14762,'2018-04-04 00:47:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14763,'2018-04-04 01:37:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14764,'2018-04-04 02:12:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(14765,'2018-04-04 02:16:21','imp','optin_5','mailchimp_7227261368','207.46.13.213','0',0),(14766,'2018-04-04 02:27:38','imp','optin_5','mailchimp_7227261368','157.55.39.54','714',0),(14767,'2018-04-04 02:28:33','imp','optin_2','mailchimp_7227261368','82.165.140.254','92',0),(14768,'2018-04-04 03:28:32','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14769,'2018-04-04 03:40:46','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(14770,'2018-04-04 04:13:12','imp','optin_2','mailchimp_7227261368','2a03:2880:3010:fff7:face:b00c:0:8000','92',0),(14771,'2018-04-04 04:13:59','imp','optin_2','mailchimp_7227261368','2a03:2880:2120:2fea:face:b00c:0:8000','92',0),(14772,'2018-04-04 04:14:08','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:2fea:face:b00c:0:8000','0',0),(14773,'2018-04-04 04:14:17','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:2fed:face:b00c:0:8000','0',0),(14774,'2018-04-04 04:36:20','imp','optin_5','mailchimp_7227261368','54.36.149.47','577',0),(14775,'2018-04-04 06:46:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(14776,'2018-04-04 07:07:08','imp','optin_5','mailchimp_7227261368','54.36.148.15','679',0),(14777,'2018-04-04 07:42:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','599',0),(14778,'2018-04-04 07:42:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(14779,'2018-04-04 08:38:25','imp','optin_5','mailchimp_7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','602',0),(14780,'2018-04-04 08:38:30','imp','optin_5','mailchimp_7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','0',0),(14781,'2018-04-04 08:38:39','imp','optin_2','mailchimp_7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','92',0),(14782,'2018-04-04 08:38:43','imp','optin_5','mailchimp_7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','0',0),(14783,'2018-04-04 08:39:07','imp','optin_8','7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','-1',0),(14784,'2018-04-04 08:39:07','imp','optin_8','7227261368','2001:8003:3495:0:e43d:3531:5803:bcdf','-1',0),(14785,'2018-04-04 10:34:47','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14786,'2018-04-04 10:35:56','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(14787,'2018-04-04 10:46:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(14788,'2018-04-04 10:49:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14789,'2018-04-04 11:04:30','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14790,'2018-04-04 13:10:25','imp','optin_2','mailchimp_7227261368','180.76.15.145','92',0),(14791,'2018-04-04 13:13:38','imp','optin_2','mailchimp_7227261368','148.251.234.35','92',0),(14792,'2018-04-04 13:21:21','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(14793,'2018-04-04 13:22:12','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(14794,'2018-04-04 13:26:00','imp','optin_5','mailchimp_7227261368','217.208.161.196','0',0),(14795,'2018-04-04 13:44:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(14796,'2018-04-04 13:51:51','imp','optin_5','mailchimp_7227261368','54.36.148.139','598',0),(14797,'2018-04-04 14:10:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(14798,'2018-04-04 14:17:19','imp','optin_2','mailchimp_7227261368','123.126.68.126','92',0),(14799,'2018-04-04 14:17:27','imp','optin_5','mailchimp_7227261368','123.126.68.126','0',0),(14800,'2018-04-04 14:46:26','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14801,'2018-04-04 14:46:42','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(14802,'2018-04-04 15:08:58','imp','optin_5','mailchimp_7227261368','54.36.148.136','0',0),(14803,'2018-04-04 16:13:46','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(14804,'2018-04-04 19:14:19','imp','optin_2','mailchimp_7227261368','195.201.92.116','92',0),(14805,'2018-04-04 19:54:16','imp','optin_5','mailchimp_7227261368','54.36.149.58','598',0),(14806,'2018-04-04 20:04:31','imp','optin_2','mailchimp_7227261368','180.76.15.136','92',0),(14807,'2018-04-04 20:19:37','imp','optin_5','mailchimp_7227261368','54.36.148.242','666',0),(14808,'2018-04-04 20:36:59','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14809,'2018-04-04 20:59:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14810,'2018-04-04 21:40:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(14811,'2018-04-04 21:42:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14812,'2018-04-04 22:48:42','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(14813,'2018-04-05 00:09:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(14814,'2018-04-05 00:37:46','imp','optin_5','mailchimp_7227261368','54.36.148.196','0',0),(14815,'2018-04-05 05:05:42','imp','optin_5','mailchimp_7227261368','46.118.152.244','600',0),(14816,'2018-04-05 05:05:54','imp','optin_5','mailchimp_7227261368','46.118.152.244','600',0),(14817,'2018-04-05 06:08:33','imp','optin_5','mailchimp_7227261368','46.118.152.244','600',0),(14818,'2018-04-05 06:46:32','imp','optin_2','mailchimp_7227261368','180.76.15.141','92',0),(14819,'2018-04-05 07:40:40','imp','optin_5','mailchimp_7227261368','54.36.148.142','577',0),(14820,'2018-04-05 08:25:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(14821,'2018-04-05 08:54:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(14822,'2018-04-05 09:25:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14823,'2018-04-05 09:52:02','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14824,'2018-04-05 10:07:46','imp','optin_5','mailchimp_7227261368','54.36.149.84','679',0),(14825,'2018-04-05 11:21:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(14826,'2018-04-05 11:34:12','imp','optin_2','mailchimp_7227261368','180.76.15.152','92',0),(14827,'2018-04-05 13:08:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(14828,'2018-04-05 15:50:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14829,'2018-04-05 15:57:38','imp','optin_2','mailchimp_7227261368','163.172.54.35','92',0),(14830,'2018-04-05 15:58:46','imp','optin_2','mailchimp_7227261368','2400:6180:0:d1::4bf:f001','92',0),(14831,'2018-04-05 16:54:36','imp','optin_5','mailchimp_7227261368','54.36.148.88','678',0),(14832,'2018-04-05 18:25:29','imp','optin_5','mailchimp_7227261368','40.77.167.61','0',0),(14833,'2018-04-05 18:42:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(14834,'2018-04-05 19:04:44','imp','optin_2','mailchimp_7227261368','162.210.196.100','92',0),(14835,'2018-04-05 19:52:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14836,'2018-04-05 20:40:48','imp','optin_2','mailchimp_7227261368','157.55.39.131','92',0),(14837,'2018-04-05 20:41:09','imp','optin_5','mailchimp_7227261368','207.46.13.67','0',0),(14838,'2018-04-05 20:53:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(14839,'2018-04-05 21:14:13','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(14840,'2018-04-05 21:18:08','imp','optin_2','mailchimp_7227261368','46.246.1.176','92',0),(14841,'2018-04-05 21:47:48','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(14842,'2018-04-05 21:48:51','imp','optin_2','mailchimp_7227261368','104.236.4.145','92',0),(14843,'2018-04-05 22:30:21','imp','optin_2','mailchimp_7227261368','92.86.37.179','92',0),(14844,'2018-04-05 22:30:36','imp','optin_5','mailchimp_7227261368','92.86.37.179','0',0),(14845,'2018-04-05 22:31:12','imp','optin_5','mailchimp_7227261368','92.86.37.179','0',0),(14846,'2018-04-05 22:31:17','imp','optin_5','mailchimp_7227261368','92.86.37.179','0',0),(14847,'2018-04-05 22:48:53','imp','optin_5','mailchimp_7227261368','92.86.37.179','0',0),(14848,'2018-04-05 22:49:19','imp','optin_8','7227261368','92.86.37.179','-1',0),(14849,'2018-04-05 23:53:37','imp','optin_5','mailchimp_7227261368','52.185.148.199','0',0),(14850,'2018-04-06 00:48:03','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(14851,'2018-04-06 01:19:23','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14852,'2018-04-06 01:46:03','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(14853,'2018-04-06 03:00:53','imp','optin_5','mailchimp_7227261368','188.138.105.23','0',0),(14854,'2018-04-06 03:47:49','imp','optin_2','mailchimp_7227261368','185.198.167.30','92',0),(14855,'2018-04-06 04:20:04','imp','optin_2','mailchimp_7227261368','202.46.55.171','92',0),(14856,'2018-04-06 05:16:03','imp','optin_5','mailchimp_7227261368','207.46.13.2','0',0),(14857,'2018-04-06 06:57:48','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(14858,'2018-04-06 09:30:22','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14859,'2018-04-06 09:31:01','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14860,'2018-04-06 09:31:24','imp','optin_8','7227261368','66.249.79.35','-1',0),(14861,'2018-04-06 09:58:38','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14862,'2018-04-06 09:58:52','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14863,'2018-04-06 09:59:12','imp','optin_8','7227261368','66.249.79.35','-1',0),(14864,'2018-04-06 11:27:58','imp','optin_2','mailchimp_7227261368','185.86.93.25','92',0),(14865,'2018-04-06 11:44:29','imp','optin_5','mailchimp_7227261368','195.154.172.76','0',0),(14866,'2018-04-06 13:44:27','imp','optin_5','mailchimp_7227261368','40.77.167.44','173',0),(14867,'2018-04-06 14:26:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(14868,'2018-04-06 14:41:01','imp','optin_2','mailchimp_7227261368','103.255.254.135','92',0),(14869,'2018-04-06 16:11:20','imp','optin_2','mailchimp_7227261368','104.237.243.88','92',0),(14870,'2018-04-06 17:31:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14871,'2018-04-06 18:08:03','imp','optin_5','mailchimp_7227261368','157.55.39.253','411',0),(14872,'2018-04-06 19:11:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14873,'2018-04-06 20:27:04','imp','optin_2','mailchimp_7227261368','46.246.1.180','92',0),(14874,'2018-04-06 20:50:10','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14875,'2018-04-06 21:56:39','imp','optin_2','mailchimp_7227261368','82.102.21.144','92',0),(14876,'2018-04-06 23:26:51','imp','optin_2','mailchimp_7227261368','77.222.113.237','92',0),(14877,'2018-04-07 04:55:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(14878,'2018-04-07 05:02:27','imp','optin_5','mailchimp_7227261368','221.226.11.229','0',0),(14879,'2018-04-07 08:11:00','imp','optin_5','mailchimp_7227261368','157.55.39.255','0',0),(14880,'2018-04-07 08:41:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(14881,'2018-04-07 10:06:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(14882,'2018-04-07 10:16:30','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14883,'2018-04-07 10:16:37','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14884,'2018-04-07 10:16:59','imp','optin_8','7227261368','66.249.79.63','-1',0),(14885,'2018-04-07 10:27:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(14886,'2018-04-07 10:47:18','imp','optin_2','mailchimp_7227261368','34.216.181.250','92',0),(14887,'2018-04-07 13:25:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(14888,'2018-04-07 14:15:06','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14889,'2018-04-07 14:27:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','173',0),(14890,'2018-04-07 14:57:43','imp','optin_5','mailchimp_7227261368','157.55.39.254','0',0),(14891,'2018-04-07 15:26:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(14892,'2018-04-07 15:27:51','imp','optin_5','mailchimp_7227261368','207.46.13.142','0',0),(14893,'2018-04-07 15:38:05','imp','optin_2','mailchimp_7227261368','185.198.167.29','92',0),(14894,'2018-04-07 19:02:21','imp','optin_2','mailchimp_7227261368','197.52.85.192','92',0),(14895,'2018-04-07 19:09:58','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(14896,'2018-04-07 19:40:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(14897,'2018-04-07 21:52:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(14898,'2018-04-07 22:10:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(14899,'2018-04-08 01:26:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14900,'2018-04-08 02:39:46','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(14901,'2018-04-08 03:01:26','imp','optin_2','mailchimp_7227261368','94.180.198.251','92',0),(14902,'2018-04-08 03:01:40','imp','optin_5','mailchimp_7227261368','94.180.198.251','0',0),(14903,'2018-04-08 03:34:33','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(14904,'2018-04-08 03:40:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14905,'2018-04-08 06:18:19','imp','optin_5','mailchimp_7227261368','167.88.9.86','0',0),(14906,'2018-04-08 06:30:30','imp','optin_2','mailchimp_7227261368','104.237.243.17','92',0),(14907,'2018-04-08 07:33:32','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14908,'2018-04-08 07:34:18','imp','optin_8','7227261368','66.249.79.35','-1',0),(14909,'2018-04-08 08:30:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(14910,'2018-04-08 09:31:47','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(14911,'2018-04-08 10:30:56','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(14912,'2018-04-08 10:41:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14913,'2018-04-08 11:30:29','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14914,'2018-04-08 11:30:43','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14915,'2018-04-08 12:28:36','imp','optin_2','mailchimp_7227261368','94.138.213.187','92',0),(14916,'2018-04-08 12:28:45','imp','optin_5','mailchimp_7227261368','94.138.213.187','0',0),(14917,'2018-04-08 12:52:45','imp','optin_2','mailchimp_7227261368','207.241.229.100','92',0),(14918,'2018-04-08 12:52:53','imp','optin_5','mailchimp_7227261368','207.241.229.100','0',0),(14919,'2018-04-08 12:52:58','imp','optin_5','mailchimp_7227261368','207.241.229.100','0',0),(14920,'2018-04-08 12:53:07','imp','optin_5','mailchimp_7227261368','207.241.229.100','0',0),(14921,'2018-04-08 12:53:09','imp','optin_8','7227261368','207.241.229.100','-1',0),(14922,'2018-04-08 12:55:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14923,'2018-04-08 14:27:11','imp','optin_2','mailchimp_7227261368','173.254.249.66','92',0),(14924,'2018-04-08 14:37:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(14925,'2018-04-08 14:54:24','imp','optin_5','mailchimp_7227261368','207.241.231.90','0',0),(14926,'2018-04-08 14:56:33','imp','optin_5','mailchimp_7227261368','188.138.105.23','0',0),(14927,'2018-04-08 14:56:57','imp','optin_2','mailchimp_7227261368','207.241.231.90','92',0),(14928,'2018-04-08 14:57:36','imp','optin_5','mailchimp_7227261368','207.241.231.90','0',0),(14929,'2018-04-08 15:01:37','imp','optin_5','mailchimp_7227261368','207.241.231.90','0',0),(14930,'2018-04-08 16:09:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(14931,'2018-04-08 16:38:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(14932,'2018-04-08 16:51:44','imp','optin_2','mailchimp_7227261368','150.129.113.43','92',0),(14933,'2018-04-08 16:51:49','imp','optin_5','mailchimp_7227261368','150.129.113.43','0',0),(14934,'2018-04-08 17:59:57','imp','optin_5','mailchimp_7227261368','157.55.39.234','714',0),(14935,'2018-04-08 19:11:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14936,'2018-04-08 20:41:44','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(14937,'2018-04-08 21:09:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(14938,'2018-04-08 21:21:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14939,'2018-04-08 21:59:38','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14940,'2018-04-08 21:59:54','imp','optin_8','7227261368','66.249.79.35','-1',0),(14941,'2018-04-08 23:07:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(14942,'2018-04-08 23:12:00','imp','optin_5','mailchimp_7227261368','157.55.39.90','664',0),(14943,'2018-04-09 00:54:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(14944,'2018-04-09 01:45:33','imp','optin_2','mailchimp_7227261368','54.191.122.147','92',0),(14945,'2018-04-09 02:25:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(14946,'2018-04-09 02:50:41','imp','optin_2','mailchimp_7227261368','202.46.51.114','92',0),(14947,'2018-04-09 03:13:40','imp','optin_2','mailchimp_7227261368','37.145.10.63','92',0),(14948,'2018-04-09 03:39:18','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(14949,'2018-04-09 03:39:29','imp','optin_8','7227261368','66.249.79.35','-1',0),(14950,'2018-04-09 07:01:37','imp','optin_2','mailchimp_7227261368','173.230.156.123','92',0),(14951,'2018-04-09 07:42:24','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(14952,'2018-04-09 08:54:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(14953,'2018-04-09 09:00:38','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(14954,'2018-04-09 10:12:42','imp','optin_2','mailchimp_7227261368','23.239.1.30','92',0),(14955,'2018-04-09 10:52:21','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14956,'2018-04-09 10:52:29','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14957,'2018-04-09 11:23:53','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(14958,'2018-04-09 11:50:30','imp','optin_5','mailchimp_7227261368','157.55.39.234','0',0),(14959,'2018-04-09 12:14:36','imp','optin_2','mailchimp_7227261368','173.255.245.205','92',0),(14960,'2018-04-09 13:05:08','imp','optin_5','mailchimp_7227261368','195.154.172.76','0',0),(14961,'2018-04-09 13:21:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(14962,'2018-04-09 13:41:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14963,'2018-04-09 14:32:44','imp','optin_5','mailchimp_7227261368','23.254.130.249','0',0),(14964,'2018-04-09 14:32:52','imp','optin_5','mailchimp_7227261368','23.254.130.249','0',0),(14965,'2018-04-09 14:33:00','imp','optin_5','mailchimp_7227261368','23.254.130.249','0',0),(14966,'2018-04-09 14:33:07','imp','optin_5','mailchimp_7227261368','23.254.130.249','0',0),(14967,'2018-04-09 14:47:58','imp','optin_2','mailchimp_7227261368','45.33.50.26','92',0),(14968,'2018-04-09 14:54:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14969,'2018-04-09 15:44:56','imp','optin_5','mailchimp_7227261368','157.55.39.91','681',0),(14970,'2018-04-09 16:03:33','imp','optin_2','mailchimp_7227261368','193.106.30.99','92',0),(14971,'2018-04-09 16:14:56','imp','optin_2','mailchimp_7227261368','2001:41d0:303:1053::','92',0),(14972,'2018-04-09 16:15:07','imp','optin_5','mailchimp_7227261368','2001:41d0:303:1053::','0',0),(14973,'2018-04-09 17:40:23','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(14974,'2018-04-09 17:46:24','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(14975,'2018-04-09 17:48:29','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(14976,'2018-04-09 18:38:41','imp','optin_2','mailchimp_7227261368','23.239.1.30','92',0),(14977,'2018-04-09 21:38:43','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14978,'2018-04-09 22:49:58','imp','optin_2','mailchimp_7227261368','173.230.156.123','92',0),(14979,'2018-04-09 23:04:11','imp','optin_2','mailchimp_7227261368','64.246.165.210','92',0),(14980,'2018-04-10 00:15:00','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(14981,'2018-04-10 00:15:12','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(14982,'2018-04-10 00:15:27','imp','optin_8','7227261368','66.249.79.85','-1',0),(14983,'2018-04-10 00:50:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(14984,'2018-04-10 01:51:41','imp','optin_2','mailchimp_7227261368','202.46.49.209','92',0),(14985,'2018-04-10 01:56:05','imp','optin_5','mailchimp_7227261368','157.55.39.212','835',0),(14986,'2018-04-10 02:16:07','imp','optin_5','mailchimp_7227261368','95.211.203.231','0',0),(14987,'2018-04-10 02:49:52','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(14988,'2018-04-10 03:00:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14989,'2018-04-10 03:15:37','imp','optin_2','mailchimp_7227261368','173.230.156.123','92',0),(14990,'2018-04-10 03:31:43','imp','optin_2','mailchimp_7227261368','202.46.56.196','92',0),(14991,'2018-04-10 04:17:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(14992,'2018-04-10 04:38:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(14993,'2018-04-10 05:11:40','imp','optin_2','mailchimp_7227261368','202.46.51.100','92',0),(14994,'2018-04-10 05:38:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(14995,'2018-04-10 06:24:19','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14996,'2018-04-10 06:24:34','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(14997,'2018-04-10 06:33:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(14998,'2018-04-10 06:54:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(14999,'2018-04-10 07:34:39','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15000,'2018-04-10 07:43:14','imp','optin_2','mailchimp_7227261368','45.56.89.122','92',0),(15001,'2018-04-10 08:45:19','imp','optin_5','mailchimp_7227261368','157.55.39.212','835',0),(15002,'2018-04-10 08:54:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(15003,'2018-04-10 09:24:35','imp','optin_5','mailchimp_7227261368','5.255.250.7','601',0),(15004,'2018-04-10 09:24:43','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(15005,'2018-04-10 10:01:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','591',0),(15006,'2018-04-10 10:28:21','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15007,'2018-04-10 11:11:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(15008,'2018-04-10 12:00:03','imp','optin_5','mailchimp_7227261368','195.154.166.8','0',0),(15009,'2018-04-10 12:10:04','imp','optin_2','mailchimp_7227261368','23.239.20.27','92',0),(15010,'2018-04-10 12:14:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(15011,'2018-04-10 12:15:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15012,'2018-04-10 12:55:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(15013,'2018-04-10 15:54:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(15014,'2018-04-10 16:07:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(15015,'2018-04-10 17:22:11','imp','optin_2','mailchimp_7227261368','74.207.241.41','92',0),(15016,'2018-04-10 17:22:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15017,'2018-04-10 17:51:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15018,'2018-04-10 18:11:19','imp','optin_2','mailchimp_7227261368','187.217.189.229','92',0),(15019,'2018-04-10 19:55:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15020,'2018-04-10 21:10:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(15021,'2018-04-10 22:15:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(15022,'2018-04-10 23:21:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15023,'2018-04-11 00:22:07','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(15024,'2018-04-11 00:38:46','imp','optin_2','mailchimp_7227261368','52.87.86.158','92',0),(15025,'2018-04-11 01:44:53','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(15026,'2018-04-11 01:45:04','imp','optin_5','mailchimp_7227261368','94.23.34.73','0',0),(15027,'2018-04-11 02:08:40','imp','optin_2','mailchimp_7227261368','202.46.51.87','92',0),(15028,'2018-04-11 02:43:46','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(15029,'2018-04-11 03:23:41','imp','optin_5','mailchimp_7227261368','157.55.39.112','663',0),(15030,'2018-04-11 03:23:54','imp','optin_5','mailchimp_7227261368','157.55.39.39','0',0),(15031,'2018-04-11 04:19:05','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15032,'2018-04-11 04:39:04','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(15033,'2018-04-11 06:10:15','imp','optin_5','mailchimp_7227261368','89.36.211.128','0',0),(15034,'2018-04-11 06:38:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(15035,'2018-04-11 06:49:15','imp','optin_5','mailchimp_7227261368','157.55.39.39','602',0),(15036,'2018-04-11 07:44:13','imp','optin_2','mailchimp_7227261368','188.240.208.26','92',0),(15037,'2018-04-11 09:17:04','imp','optin_2','mailchimp_7227261368','202.46.55.170','92',0),(15038,'2018-04-11 09:29:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15039,'2018-04-11 10:01:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(15040,'2018-04-11 11:34:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15041,'2018-04-11 13:05:52','imp','optin_2','mailchimp_7227261368','91.200.12.113','92',0),(15042,'2018-04-11 13:59:46','imp','optin_5','mailchimp_7227261368','207.46.13.146','0',0),(15043,'2018-04-11 14:55:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(15044,'2018-04-11 17:05:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','207',0),(15045,'2018-04-11 17:07:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15046,'2018-04-11 18:34:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(15047,'2018-04-11 21:33:48','imp','optin_2','mailchimp_7227261368','197.211.60.42','92',0),(15048,'2018-04-11 21:40:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(15049,'2018-04-11 22:06:29','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(15050,'2018-04-11 22:06:40','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(15051,'2018-04-12 02:16:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15052,'2018-04-12 02:28:19','imp','optin_2','mailchimp_7227261368','52.87.86.158','92',0),(15053,'2018-04-12 02:44:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15054,'2018-04-12 03:26:09','imp','optin_2','mailchimp_7227261368','34.227.75.213','92',0),(15055,'2018-04-12 05:53:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15056,'2018-04-12 05:56:41','imp','optin_5','mailchimp_7227261368','146.185.223.240','0',0),(15057,'2018-04-12 06:14:39','imp','optin_2','mailchimp_7227261368','185.222.211.40','92',0),(15058,'2018-04-12 07:14:36','imp','optin_2','mailchimp_7227261368','80.82.221.243','92',0),(15059,'2018-04-12 07:59:43','imp','optin_2','mailchimp_7227261368','52.87.86.158','92',0),(15060,'2018-04-12 07:59:57','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(15061,'2018-04-12 12:15:10','imp','optin_5','mailchimp_7227261368','10.160.210.54','714',0),(15062,'2018-04-12 12:15:20','imp','optin_5','mailchimp_7227261368','10.160.210.54','0',0),(15063,'2018-04-12 12:15:28','imp','optin_7','mailchimp_7227261368','10.160.210.54','714',0),(15064,'2018-04-12 12:15:29','imp','optin_5','mailchimp_7227261368','10.160.210.54','0',0),(15065,'2018-04-12 12:15:44','imp','optin_8','7227261368','10.160.210.54','714',0),(15066,'2018-04-12 14:38:08','imp','optin_2','mailchimp_7227261368','54.148.190.142','92',0),(15067,'2018-04-12 15:31:04','imp','optin_5','mailchimp_7227261368','23.235.230.252','0',0),(15068,'2018-04-12 20:20:56','imp','optin_2','mailchimp_7227261368','91.200.12.151','92',0),(15069,'2018-04-12 21:17:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15070,'2018-04-12 21:43:21','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(15071,'2018-04-12 22:01:05','imp','optin_5','mailchimp_7227261368','207.46.13.50','601',0),(15072,'2018-04-12 22:01:25','imp','optin_2','mailchimp_7227261368','104.219.54.16','92',0),(15073,'2018-04-12 22:08:49','imp','optin_5','mailchimp_7227261368','157.55.39.87','173',0),(15074,'2018-04-12 22:09:29','imp','optin_5','mailchimp_7227261368','207.46.13.33','0',0),(15075,'2018-04-12 22:34:38','imp','optin_5','mailchimp_7227261368','40.77.167.141','667',0),(15076,'2018-04-13 00:31:26','imp','optin_5','mailchimp_7227261368','66.249.79.63','666',0),(15077,'2018-04-13 00:31:43','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(15078,'2018-04-13 00:31:52','imp','optin_8','7227261368','66.249.79.63','666',0),(15079,'2018-04-13 01:44:09','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15080,'2018-04-13 01:44:19','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15081,'2018-04-13 02:11:50','imp','optin_2','mailchimp_7227261368','166.62.90.110','92',0),(15082,'2018-04-13 02:35:21','imp','optin_5','mailchimp_7227261368','157.55.39.210','0',0),(15083,'2018-04-13 02:38:31','imp','optin_2','mailchimp_7227261368','66.249.79.39','92',0),(15084,'2018-04-13 02:38:42','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(15085,'2018-04-13 02:39:30','imp','optin_8','7227261368','66.249.79.63','-1',0),(15086,'2018-04-13 03:09:25','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(15087,'2018-04-13 03:38:18','imp','optin_5','mailchimp_7227261368','195.154.177.103','0',0),(15088,'2018-04-13 03:45:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15089,'2018-04-13 05:08:58','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15090,'2018-04-13 06:31:07','imp','optin_2','mailchimp_7227261368','202.46.49.192','92',0),(15091,'2018-04-13 07:04:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15092,'2018-04-13 07:42:21','imp','optin_2','mailchimp_7227261368','104.237.242.160','92',0),(15093,'2018-04-13 08:05:22','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15094,'2018-04-13 09:02:34','imp','optin_2','mailchimp_7227261368','54.187.145.103','92',0),(15095,'2018-04-13 09:27:30','imp','optin_5','mailchimp_7227261368','195.154.166.8','0',0),(15096,'2018-04-13 10:13:35','imp','optin_5','mailchimp_7227261368','207.46.13.236','598',0),(15097,'2018-04-13 10:37:27','imp','optin_2','mailchimp_7227261368','188.32.179.183','92',0),(15098,'2018-04-13 10:38:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(15099,'2018-04-13 11:55:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15100,'2018-04-13 12:46:23','imp','optin_5','mailchimp_7227261368','2607:5300:60:7f55::','0',0),(15101,'2018-04-13 12:55:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15102,'2018-04-13 13:17:16','imp','optin_2','mailchimp_7227261368','202.46.52.106','92',0),(15103,'2018-04-13 15:07:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15104,'2018-04-13 15:25:10','imp','optin_5','mailchimp_7227261368','157.55.39.210','0',0),(15105,'2018-04-13 17:05:16','imp','optin_2','mailchimp_7227261368','40.77.167.33','92',0),(15106,'2018-04-13 17:06:03','imp','optin_5','mailchimp_7227261368','199.30.24.107','0',0),(15107,'2018-04-13 17:11:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(15108,'2018-04-13 17:42:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15109,'2018-04-13 18:46:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(15110,'2018-04-13 18:56:47','imp','optin_2','mailchimp_7227261368','202.46.54.182','92',0),(15111,'2018-04-13 19:16:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(15112,'2018-04-13 20:28:08','imp','optin_5','mailchimp_7227261368','218.66.74.231','0',0),(15113,'2018-04-13 20:43:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(15114,'2018-04-13 21:26:04','imp','optin_5','mailchimp_7227261368','85.203.22.151','0',0),(15115,'2018-04-13 21:46:51','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(15116,'2018-04-13 22:45:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(15117,'2018-04-13 22:48:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(15118,'2018-04-13 22:59:58','imp','optin_5','mailchimp_7227261368','66.249.64.85','0',0),(15119,'2018-04-13 23:00:28','imp','optin_8','7227261368','66.249.64.85','0',0),(15120,'2018-04-13 23:36:59','imp','optin_2','mailchimp_7227261368','206.189.25.253','92',0),(15121,'2018-04-14 01:10:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(15122,'2018-04-14 01:30:10','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15123,'2018-04-14 02:10:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15124,'2018-04-14 02:13:19','imp','optin_5','mailchimp_7227261368','157.55.39.210','0',0),(15125,'2018-04-14 02:41:51','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15126,'2018-04-14 03:40:57','imp','optin_5','mailchimp_7227261368','66.249.64.87','0',0),(15127,'2018-04-14 03:47:00','imp','optin_2','mailchimp_7227261368','46.188.59.114','92',0),(15128,'2018-04-14 05:03:47','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(15129,'2018-04-14 05:19:23','imp','optin_5','mailchimp_7227261368','2a07:440:2000:1b::c30d:726d','0',0),(15130,'2018-04-14 06:31:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(15131,'2018-04-14 08:20:50','imp','optin_2','mailchimp_7227261368','2001:44b8:3147:b300:5c2b:5482:6e1d:c237','92',0),(15132,'2018-04-14 08:20:55','imp','optin_5','mailchimp_7227261368','2001:44b8:3147:b300:5c2b:5482:6e1d:c237','0',0),(15133,'2018-04-14 08:21:00','imp','optin_5','mailchimp_7227261368','2001:44b8:3147:b300:5c2b:5482:6e1d:c237','0',0),(15134,'2018-04-14 08:21:20','imp','optin_8','7227261368','2001:44b8:3147:b300:5c2b:5482:6e1d:c237','-1',0),(15135,'2018-04-14 09:22:51','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(15136,'2018-04-14 11:43:00','imp','optin_2','mailchimp_7227261368','166.62.126.3','92',0),(15137,'2018-04-14 12:24:27','imp','optin_5','mailchimp_7227261368','195.154.172.76','0',0),(15138,'2018-04-14 13:06:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15139,'2018-04-14 14:16:57','imp','optin_2','mailchimp_7227261368','136.243.145.134','92',0),(15140,'2018-04-14 16:19:31','imp','optin_2','mailchimp_7227261368','192.35.222.16','92',0),(15141,'2018-04-14 16:19:42','imp','optin_5','mailchimp_7227261368','192.35.222.16','0',0),(15142,'2018-04-14 17:13:26','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15143,'2018-04-14 18:23:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15144,'2018-04-14 18:56:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(15145,'2018-04-14 19:01:54','imp','optin_2','mailchimp_7227261368','202.46.53.44','92',0),(15146,'2018-04-14 19:35:11','imp','optin_2','mailchimp_7227261368','202.46.51.209','92',0),(15147,'2018-04-14 21:30:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15148,'2018-04-14 22:18:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(15149,'2018-04-15 00:22:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15150,'2018-04-15 01:31:25','imp','optin_5','mailchimp_7227261368','66.249.79.35','667',0),(15151,'2018-04-15 01:31:51','imp','optin_8','7227261368','66.249.79.63','667',0),(15152,'2018-04-15 02:36:30','imp','optin_2','mailchimp_7227261368','37.147.247.118','92',0),(15153,'2018-04-15 03:40:36','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(15154,'2018-04-15 04:40:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(15155,'2018-04-15 05:36:02','imp','optin_5','mailchimp_7227261368','23.235.230.252','0',0),(15156,'2018-04-15 05:47:21','imp','optin_5','mailchimp_7227261368','207.46.13.81','664',0),(15157,'2018-04-15 07:25:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15158,'2018-04-15 08:22:42','imp','optin_5','mailchimp_7227261368','66.249.79.39','714',0),(15159,'2018-04-15 08:22:54','imp','optin_7','mailchimp_7227261368','66.249.79.63','714',0),(15160,'2018-04-15 08:23:02','imp','optin_8','7227261368','66.249.79.63','714',0),(15161,'2018-04-15 09:03:16','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(15162,'2018-04-15 12:00:54','imp','optin_2','mailchimp_7227261368','202.46.57.206','92',0),(15163,'2018-04-15 12:40:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(15164,'2018-04-15 14:43:35','imp','optin_5','mailchimp_7227261368','157.55.39.35','673',0),(15165,'2018-04-15 14:44:05','imp','optin_5','mailchimp_7227261368','157.55.39.35','0',0),(15166,'2018-04-15 14:45:43','imp','optin_5','mailchimp_7227261368','207.46.13.212','592',0),(15167,'2018-04-15 16:35:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15168,'2018-04-15 18:34:06','imp','optin_2','mailchimp_7227261368','176.14.203.6','92',0),(15169,'2018-04-15 19:16:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15170,'2018-04-16 00:17:52','imp','optin_5','mailchimp_7227261368','207.46.13.215','207',0),(15171,'2018-04-16 00:22:44','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15172,'2018-04-16 01:25:37','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15173,'2018-04-16 01:45:55','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15174,'2018-04-16 02:39:58','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(15175,'2018-04-16 04:14:43','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15176,'2018-04-16 04:15:46','imp','optin_5','mailchimp_7227261368','40.77.167.17','0',0),(15177,'2018-04-16 04:39:03','imp','optin_5','mailchimp_7227261368','207.46.13.212','666',0),(15178,'2018-04-16 05:08:26','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(15179,'2018-04-16 05:08:49','imp','optin_2','mailchimp_7227261368','123.30.235.19','92',0),(15180,'2018-04-16 05:08:58','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(15181,'2018-04-16 05:09:14','imp','optin_8','7227261368','66.249.79.85','-1',0),(15182,'2018-04-16 05:32:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15183,'2018-04-16 05:35:27','imp','optin_5','mailchimp_7227261368','207.46.13.212','663',0),(15184,'2018-04-16 09:48:30','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15185,'2018-04-16 11:12:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15186,'2018-04-16 12:08:22','imp','optin_5','mailchimp_7227261368','5.255.250.7','666',0),(15187,'2018-04-16 13:42:47','imp','optin_5','mailchimp_7227261368','40.77.167.55','575',0),(15188,'2018-04-16 14:09:29','imp','optin_5','mailchimp_7227261368','207.46.13.9','595',0),(15189,'2018-04-16 15:20:24','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15190,'2018-04-16 16:53:04','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(15191,'2018-04-16 17:17:57','imp','optin_2','mailchimp_7227261368','106.185.52.36','92',0),(15192,'2018-04-16 17:43:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15193,'2018-04-16 19:20:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15194,'2018-04-16 20:33:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15195,'2018-04-16 21:14:34','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15196,'2018-04-16 22:18:45','imp','optin_2','mailchimp_7227261368','79.111.160.72','92',0),(15197,'2018-04-16 23:23:01','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15198,'2018-04-16 23:24:10','imp','optin_8','7227261368','66.249.79.85','0',0),(15199,'2018-04-16 23:53:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15200,'2018-04-17 02:41:52','imp','optin_2','mailchimp_7227261368','93.80.146.242','92',0),(15201,'2018-04-17 02:42:13','imp','optin_5','mailchimp_7227261368','93.80.146.242','0',0),(15202,'2018-04-17 02:42:41','imp','optin_8','7227261368','93.80.146.242','-1',0),(15203,'2018-04-17 04:23:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(15204,'2018-04-17 04:51:37','imp','optin_5','mailchimp_7227261368','85.203.22.153','0',0),(15205,'2018-04-17 05:01:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15206,'2018-04-17 05:14:14','imp','optin_5','mailchimp_7227261368','5.255.250.7','591',0),(15207,'2018-04-17 06:31:50','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(15208,'2018-04-17 06:31:57','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(15209,'2018-04-17 07:03:02','imp','optin_5','mailchimp_7227261368','188.165.244.200','0',0),(15210,'2018-04-17 07:08:32','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(15211,'2018-04-17 07:32:08','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(15212,'2018-04-17 07:32:29','imp','optin_8','7227261368','66.249.79.85','-1',0),(15213,'2018-04-17 09:17:18','imp','optin_2','mailchimp_7227261368','202.46.51.80','92',0),(15214,'2018-04-17 10:55:54','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(15215,'2018-04-17 11:23:59','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(15216,'2018-04-17 11:38:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15217,'2018-04-17 14:55:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15218,'2018-04-17 15:00:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(15219,'2018-04-17 15:03:12','imp','optin_2','mailchimp_7227261368','66.249.75.153','92',0),(15220,'2018-04-17 15:03:25','imp','optin_8','7227261368','66.249.75.153','-1',0),(15221,'2018-04-17 17:00:37','imp','optin_2','mailchimp_7227261368','66.249.75.151','92',0),(15222,'2018-04-17 17:00:43','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(15223,'2018-04-17 17:01:04','imp','optin_8','7227261368','66.249.75.155','-1',0),(15224,'2018-04-17 18:21:01','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15225,'2018-04-17 18:36:47','imp','optin_5','mailchimp_7227261368','66.249.75.153','663',0),(15226,'2018-04-17 18:37:06','imp','optin_8','7227261368','66.249.75.151','663',0),(15227,'2018-04-17 18:52:39','imp','optin_5','mailchimp_7227261368','40.77.167.51','570',0),(15228,'2018-04-17 20:34:48','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15229,'2018-04-17 20:36:02','imp','optin_2','mailchimp_7227261368','208.91.115.10','92',0),(15230,'2018-04-17 20:36:11','imp','optin_5','mailchimp_7227261368','208.91.115.10','0',0),(15231,'2018-04-17 20:41:59','imp','optin_5','mailchimp_7227261368','207.46.13.230','0',0),(15232,'2018-04-17 20:43:27','imp','optin_5','mailchimp_7227261368','207.46.13.180','0',0),(15233,'2018-04-17 23:54:29','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15234,'2018-04-18 01:36:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15235,'2018-04-18 02:04:52','imp','optin_5','mailchimp_7227261368','163.172.255.139','0',0),(15236,'2018-04-18 02:04:58','imp','optin_5','mailchimp_7227261368','163.172.255.139','0',0),(15237,'2018-04-18 02:08:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(15238,'2018-04-18 02:42:49','imp','optin_5','mailchimp_7227261368','207.46.13.232','173',0),(15239,'2018-04-18 02:43:26','imp','optin_5','mailchimp_7227261368','40.77.167.177','0',0),(15240,'2018-04-18 02:56:39','imp','optin_5','mailchimp_7227261368','157.55.39.145','173',0),(15241,'2018-04-18 03:52:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(15242,'2018-04-18 04:05:19','imp','optin_2','mailchimp_7227261368','202.46.51.178','92',0),(15243,'2018-04-18 04:13:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15244,'2018-04-18 06:07:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15245,'2018-04-18 07:53:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(15246,'2018-04-18 09:06:05','imp','optin_2','mailchimp_7227261368','51.15.92.133','92',0),(15247,'2018-04-18 09:06:11','imp','optin_2','mailchimp_7227261368','51.15.92.133','92',0),(15248,'2018-04-18 09:41:41','imp','optin_2','mailchimp_7227261368','46.147.122.94','92',0),(15249,'2018-04-18 11:16:39','imp','optin_5','mailchimp_7227261368','157.55.39.188','600',0),(15250,'2018-04-18 11:20:15','imp','optin_5','mailchimp_7227261368','157.55.39.187','714',0),(15251,'2018-04-18 12:41:26','imp','optin_2','mailchimp_7227261368','202.46.55.130','92',0),(15252,'2018-04-18 13:09:20','imp','optin_2','mailchimp_7227261368','91.200.12.113','92',0),(15253,'2018-04-18 13:09:25','imp','optin_2','mailchimp_7227261368','91.200.12.113','92',0),(15254,'2018-04-18 13:21:03','imp','optin_2','mailchimp_7227261368','104.236.63.51','92',0),(15255,'2018-04-18 14:10:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15256,'2018-04-18 14:11:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15257,'2018-04-18 16:00:03','imp','optin_2','mailchimp_7227261368','62.11.12.13\\\'','92',0),(15258,'2018-04-18 16:50:53','imp','optin_5','mailchimp_7227261368','193.106.30.99','0',0),(15259,'2018-04-18 18:32:42','imp','optin_5','mailchimp_7227261368','40.77.167.38','679',0),(15260,'2018-04-18 19:15:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15261,'2018-04-18 19:25:25','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15262,'2018-04-18 19:42:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15263,'2018-04-18 19:43:55','imp','optin_2','mailchimp_7227261368','40.77.167.189','2',0),(15264,'2018-04-18 19:49:46','imp','optin_2','mailchimp_7227261368','202.46.48.195','92',0),(15265,'2018-04-18 20:19:55','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15266,'2018-04-18 20:32:04','imp','optin_5','mailchimp_7227261368','188.138.105.23','0',0),(15267,'2018-04-18 22:09:14','imp','optin_5','mailchimp_7227261368','207.46.13.89','0',0),(15268,'2018-04-18 22:50:20','imp','optin_2','mailchimp_7227261368','176.56.224.115','92',0),(15269,'2018-04-18 23:13:54','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15270,'2018-04-19 00:13:29','imp','optin_5','mailchimp_7227261368','207.46.13.89','173',0),(15271,'2018-04-19 00:15:07','imp','optin_5','mailchimp_7227261368','207.46.13.128','0',0),(15272,'2018-04-19 02:06:08','imp','optin_2','mailchimp_7227261368','2a03:2880:3011:1fc0:face:b00c:0:8000','92',0),(15273,'2018-04-19 02:26:53','imp','optin_2','mailchimp_7227261368','27.115.124.2','92',0),(15274,'2018-04-19 02:37:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15275,'2018-04-19 03:12:46','imp','optin_2','mailchimp_7227261368','188.99.139.22','92',0),(15276,'2018-04-19 04:21:53','imp','optin_2','mailchimp_7227261368','118.136.209.231','92',0),(15277,'2018-04-19 04:25:22','imp','optin_5','mailchimp_7227261368','207.46.13.98','177',0),(15278,'2018-04-19 05:14:29','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(15279,'2018-04-19 06:46:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(15280,'2018-04-19 08:10:06','imp','optin_2','mailchimp_7227261368','5.45.75.6','92',0),(15281,'2018-04-19 10:37:44','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15282,'2018-04-19 10:38:48','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15283,'2018-04-19 10:55:07','imp','optin_2','mailchimp_7227261368','202.46.52.43','92',0),(15284,'2018-04-19 11:49:50','imp','optin_5','mailchimp_7227261368','94.23.31.164','0',0),(15285,'2018-04-19 13:36:17','imp','optin_2','mailchimp_7227261368','204.79.180.16','92',0),(15286,'2018-04-19 14:29:02','imp','optin_5','mailchimp_7227261368','66.249.79.87','598',0),(15287,'2018-04-19 14:29:35','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15288,'2018-04-19 14:29:51','imp','optin_8','7227261368','66.249.79.85','598',0),(15289,'2018-04-19 16:33:53','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15290,'2018-04-19 17:49:12','imp','optin_5','mailchimp_7227261368','157.55.39.152','0',0),(15291,'2018-04-19 18:18:44','imp','optin_2','mailchimp_7227261368','46.101.80.192','92',0),(15292,'2018-04-19 19:33:59','imp','optin_2','mailchimp_7227261368','37.147.96.253','92',0),(15293,'2018-04-19 20:01:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15294,'2018-04-19 21:16:47','imp','optin_2','mailchimp_7227261368','173.230.146.176','92',0),(15295,'2018-04-19 21:16:59','imp','optin_2','mailchimp_7227261368','173.230.146.176','92',0),(15296,'2018-04-20 00:16:47','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15297,'2018-04-20 00:16:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15298,'2018-04-20 01:43:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(15299,'2018-04-20 03:02:18','imp','optin_2','mailchimp_7227261368','69.28.85.127','92',0),(15300,'2018-04-20 03:23:58','imp','optin_2','mailchimp_7227261368','62.11.12.13\\\'','92',0),(15301,'2018-04-20 03:31:01','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15302,'2018-04-20 04:57:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15303,'2018-04-20 05:23:09','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15304,'2018-04-20 05:23:19','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15305,'2018-04-20 06:12:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15306,'2018-04-20 06:21:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(15307,'2018-04-20 06:28:01','imp','optin_2','mailchimp_7227261368','176.56.224.115','92',0),(15308,'2018-04-20 06:57:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15309,'2018-04-20 07:06:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(15310,'2018-04-20 07:11:23','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15311,'2018-04-20 07:43:21','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15312,'2018-04-20 09:21:59','imp','optin_5','mailchimp_7227261368','87.250.224.98','591',0),(15313,'2018-04-20 09:22:09','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(15314,'2018-04-20 09:58:55','imp','optin_5','mailchimp_7227261368','157.55.39.7','0',0),(15315,'2018-04-20 10:11:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(15316,'2018-04-20 10:49:20','imp','optin_5','mailchimp_7227261368','40.77.167.191','593',0),(15317,'2018-04-20 12:34:56','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15318,'2018-04-20 12:36:12','imp','optin_8','7227261368','66.249.79.85','-1',0),(15319,'2018-04-20 13:23:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15320,'2018-04-20 13:25:30','imp','optin_2','mailchimp_7227261368','185.18.23.20','92',0),(15321,'2018-04-20 13:25:42','imp','optin_5','mailchimp_7227261368','185.18.23.20','0',0),(15322,'2018-04-20 13:26:07','imp','optin_8','7227261368','185.18.23.20','-1',0),(15323,'2018-04-20 14:06:05','imp','optin_2','mailchimp_7227261368','106.51.249.210','92',0),(15324,'2018-04-20 14:27:06','imp','optin_5','mailchimp_7227261368','93.158.161.121','679',0),(15325,'2018-04-20 16:43:12','imp','optin_2','mailchimp_7227261368','172.251.39.172','92',0),(15326,'2018-04-20 17:22:26','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(15327,'2018-04-20 17:28:37','imp','optin_5','mailchimp_7227261368','40.77.167.191','570',0),(15328,'2018-04-20 17:37:26','imp','optin_2','mailchimp_7227261368','45.33.110.14','92',0),(15329,'2018-04-20 17:38:14','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(15330,'2018-04-20 18:16:41','imp','optin_5','mailchimp_7227261368','157.55.39.7','681',0),(15331,'2018-04-20 18:17:14','imp','optin_5','mailchimp_7227261368','40.77.167.191','0',0),(15332,'2018-04-20 18:40:08','imp','optin_5','mailchimp_7227261368','40.77.167.191','0',0),(15333,'2018-04-20 19:42:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15334,'2018-04-20 19:47:34','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15335,'2018-04-20 20:26:10','imp','optin_5','mailchimp_7227261368','157.55.39.44','0',0),(15336,'2018-04-20 21:59:26','imp','optin_2','mailchimp_7227261368','156.194.49.205','92',0),(15337,'2018-04-20 22:09:23','imp','optin_5','mailchimp_7227261368','207.46.13.103','592',0),(15338,'2018-04-21 00:42:07','imp','optin_2','mailchimp_7227261368','192.81.134.35','92',0),(15339,'2018-04-21 00:42:14','imp','optin_2','mailchimp_7227261368','192.81.134.35','92',0),(15340,'2018-04-21 00:56:53','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(15341,'2018-04-21 00:56:59','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15342,'2018-04-21 01:38:42','imp','optin_2','mailchimp_7227261368','129.78.110.124','92',0),(15343,'2018-04-21 03:38:34','imp','optin_5','mailchimp_7227261368','66.249.79.87','679',0),(15344,'2018-04-21 03:39:11','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(15345,'2018-04-21 03:39:36','imp','optin_8','7227261368','66.249.79.85','679',0),(15346,'2018-04-21 06:03:01','imp','optin_2','mailchimp_7227261368','159.203.92.176','92',0),(15347,'2018-04-21 06:03:50','imp','optin_2','mailchimp_7227261368','159.203.92.176','2',0),(15348,'2018-04-21 06:03:51','imp','optin_5','mailchimp_7227261368','159.203.92.176','76',0),(15349,'2018-04-21 06:04:00','imp','optin_2','mailchimp_7227261368','159.203.92.176','92',0),(15350,'2018-04-21 06:04:01','imp','optin_5','mailchimp_7227261368','159.203.92.176','0',0),(15351,'2018-04-21 06:04:01','imp','optin_5','mailchimp_7227261368','159.203.92.176','714',0),(15352,'2018-04-21 06:04:02','imp','optin_5','mailchimp_7227261368','159.203.92.176','0',0),(15353,'2018-04-21 06:04:09','imp','optin_5','mailchimp_7227261368','159.203.92.176','0',0),(15354,'2018-04-21 06:04:09','imp','optin_5','mailchimp_7227261368','159.203.92.176','411',0),(15355,'2018-04-21 06:04:10','imp','optin_5','mailchimp_7227261368','159.203.92.176','598',0),(15356,'2018-04-21 06:04:10','imp','optin_5','mailchimp_7227261368','159.203.92.176','663',0),(15357,'2018-04-21 06:04:11','imp','optin_5','mailchimp_7227261368','159.203.92.176','664',0),(15358,'2018-04-21 06:04:15','imp','optin_5','mailchimp_7227261368','159.203.92.176','665',0),(15359,'2018-04-21 06:04:16','imp','optin_5','mailchimp_7227261368','159.203.92.176','666',0),(15360,'2018-04-21 06:04:16','imp','optin_5','mailchimp_7227261368','159.203.92.176','667',0),(15361,'2018-04-21 06:05:50','imp','optin_2','mailchimp_7227261368','2a03:2880:1030:afc0:face:b00c:0:8000','92',0),(15362,'2018-04-21 06:05:58','imp','optin_5','mailchimp_7227261368','2a03:2880:1030:afc2:face:b00c:0:8000','0',0),(15363,'2018-04-21 06:06:05','imp','optin_5','mailchimp_7227261368','2a03:2880:1030:afc1:face:b00c:0:8000','0',0),(15364,'2018-04-21 06:06:23','imp','optin_8','7227261368','2a03:2880:1030:afc1:face:b00c:0:8000','-1',0),(15365,'2018-04-21 08:18:26','imp','optin_2','mailchimp_7227261368','46.101.80.192','92',0),(15366,'2018-04-21 09:05:48','imp','optin_5','mailchimp_7227261368','66.249.79.87','680',0),(15367,'2018-04-21 09:05:58','imp','optin_8','7227261368','66.249.79.87','680',0),(15368,'2018-04-21 09:39:35','imp','optin_2','mailchimp_7227261368','40.77.167.196','92',0),(15369,'2018-04-21 09:54:42','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(15370,'2018-04-21 10:39:00','imp','optin_5','mailchimp_7227261368','166.62.45.148','0',0),(15371,'2018-04-21 10:57:47','imp','optin_2','mailchimp_7227261368','64.246.165.180','92',0),(15372,'2018-04-21 11:33:51','imp','optin_2','mailchimp_7227261368','69.12.66.213','92',0),(15373,'2018-04-21 12:24:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15374,'2018-04-21 14:42:04','imp','optin_2','mailchimp_7227261368','202.46.55.19','92',0),(15375,'2018-04-21 14:52:51','imp','optin_5','mailchimp_7227261368','40.77.167.202','0',0),(15376,'2018-04-21 16:03:41','imp','optin_2','mailchimp_7227261368','2a03:2880:30:6fc0:face:b00c:0:8000','92',0),(15377,'2018-04-21 16:03:48','imp','optin_5','mailchimp_7227261368','2a03:2880:30:6fc0:face:b00c:0:8000','0',0),(15378,'2018-04-21 16:03:57','imp','optin_5','mailchimp_7227261368','2a03:2880:30:6fc0:face:b00c:0:8000','0',0),(15379,'2018-04-21 16:04:12','imp','optin_8','7227261368','2a03:2880:30:6fc7:face:b00c:0:8000','-1',0),(15380,'2018-04-21 16:19:26','imp','optin_5','mailchimp_7227261368','207.46.13.168','664',0),(15381,'2018-04-21 17:49:14','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15382,'2018-04-21 18:28:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15383,'2018-04-21 19:19:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(15384,'2018-04-21 19:28:01','imp','optin_5','mailchimp_7227261368','185.101.238.21','0',0),(15385,'2018-04-21 19:28:37','imp','optin_5','mailchimp_7227261368','64.55.87.9','0',0),(15386,'2018-04-21 19:33:38','imp','optin_5','mailchimp_7227261368','103.9.190.239','0',0),(15387,'2018-04-21 19:42:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15388,'2018-04-21 19:56:09','imp','optin_2','mailchimp_7227261368','104.237.243.194','92',0),(15389,'2018-04-21 20:28:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(15390,'2018-04-21 20:46:17','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15391,'2018-04-21 21:02:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15392,'2018-04-21 22:18:42','imp','optin_5','mailchimp_7227261368','43.247.157.26','714',0),(15393,'2018-04-21 22:18:53','imp','optin_5','mailchimp_7227261368','43.247.157.26','0',0),(15394,'2018-04-21 22:18:59','imp','optin_7','mailchimp_7227261368','43.247.157.26','714',0),(15395,'2018-04-21 22:19:06','imp','optin_5','mailchimp_7227261368','43.247.157.26','0',0),(15396,'2018-04-21 23:19:53','imp','optin_5','mailchimp_7227261368','43.247.157.26','714',0),(15397,'2018-04-22 00:14:12','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15398,'2018-04-22 00:45:43','imp','optin_5','mailchimp_7227261368','66.249.73.2','411',0),(15399,'2018-04-22 00:45:55','imp','optin_8','7227261368','66.249.73.2','411',0),(15400,'2018-04-22 01:09:52','imp','optin_2','mailchimp_7227261368','202.46.51.37','92',0),(15401,'2018-04-22 02:25:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15402,'2018-04-22 03:02:07','imp','optin_5','mailchimp_7227261368','66.249.73.2','0',0),(15403,'2018-04-22 04:56:56','imp','optin_2','mailchimp_7227261368','202.46.48.147','92',0),(15404,'2018-04-22 06:10:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15405,'2018-04-22 06:22:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15406,'2018-04-22 06:56:38','imp','optin_5','mailchimp_7227261368','66.249.73.4','0',0),(15407,'2018-04-22 07:48:27','imp','optin_2','mailchimp_7227261368','95.251.111.31','92',0),(15408,'2018-04-22 08:16:17','imp','optin_5','mailchimp_7227261368','81.230.137.192','0',0),(15409,'2018-04-22 10:59:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15410,'2018-04-22 11:04:34','imp','optin_2','mailchimp_7227261368','51.15.196.209','92',0),(15411,'2018-04-22 12:32:26','imp','optin_2','mailchimp_7227261368','162.158.64.108','92',0),(15412,'2018-04-22 12:52:51','imp','optin_2','mailchimp_7227261368','95.221.51.54','92',0),(15413,'2018-04-22 12:55:39','imp','optin_2','mailchimp_7227261368','202.46.57.179','92',0),(15414,'2018-04-22 13:20:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(15415,'2018-04-22 13:45:34','imp','optin_2','mailchimp_7227261368','165.227.180.237','92',0),(15416,'2018-04-22 13:45:43','imp','optin_5','mailchimp_7227261368','165.227.180.237','0',0),(15417,'2018-04-22 14:28:26','imp','optin_2','mailchimp_7227261368','51.15.54.0','92',0),(15418,'2018-04-22 14:43:05','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15419,'2018-04-22 14:52:25','imp','optin_5','mailchimp_7227261368','66.249.79.121','0',0),(15420,'2018-04-22 14:52:42','imp','optin_8','7227261368','66.249.79.117','0',0),(15421,'2018-04-22 14:53:34','imp','optin_2','mailchimp_7227261368','5.16.31.157','92',0),(15422,'2018-04-22 15:18:08','imp','optin_5','mailchimp_7227261368','157.55.39.34','207',0),(15423,'2018-04-22 17:12:35','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(15424,'2018-04-22 17:13:23','imp','optin_8','7227261368','66.249.79.119','-1',0),(15425,'2018-04-22 17:23:12','imp','optin_5','mailchimp_7227261368','188.138.105.83','0',0),(15426,'2018-04-22 18:12:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15427,'2018-04-22 18:17:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15428,'2018-04-22 18:20:31','imp','optin_5','mailchimp_7227261368','40.77.167.192','679',0),(15429,'2018-04-22 18:29:24','imp','optin_5','mailchimp_7227261368','157.55.39.83','0',0),(15430,'2018-04-22 19:15:47','imp','optin_2','mailchimp_7227261368','138.197.3.203','92',0),(15431,'2018-04-22 19:16:18','imp','optin_2','mailchimp_7227261368','138.197.3.203','2',0),(15432,'2018-04-22 19:16:18','imp','optin_5','mailchimp_7227261368','138.197.3.203','76',0),(15433,'2018-04-22 19:16:19','imp','optin_5','mailchimp_7227261368','138.197.3.203','667',0),(15434,'2018-04-22 19:16:27','imp','optin_2','mailchimp_7227261368','138.197.3.203','92',0),(15435,'2018-04-22 19:16:28','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(15436,'2018-04-22 19:16:28','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(15437,'2018-04-22 19:16:38','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(15438,'2018-04-22 19:16:38','imp','optin_5','mailchimp_7227261368','138.197.3.203','714',0),(15439,'2018-04-22 19:16:38','imp','optin_5','mailchimp_7227261368','138.197.3.203','411',0),(15440,'2018-04-22 19:16:39','imp','optin_5','mailchimp_7227261368','138.197.3.203','598',0),(15441,'2018-04-22 19:16:39','imp','optin_5','mailchimp_7227261368','138.197.3.203','663',0),(15442,'2018-04-22 19:16:44','imp','optin_5','mailchimp_7227261368','138.197.3.203','664',0),(15443,'2018-04-22 19:16:45','imp','optin_5','mailchimp_7227261368','138.197.3.203','665',0),(15444,'2018-04-22 19:16:45','imp','optin_5','mailchimp_7227261368','138.197.3.203','666',0),(15445,'2018-04-22 19:23:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15446,'2018-04-23 00:08:16','imp','optin_2','mailchimp_7227261368','2604:a880:400:d0::b25:1','92',0),(15447,'2018-04-23 02:22:09','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(15448,'2018-04-23 04:09:41','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(15449,'2018-04-23 04:10:03','imp','optin_8','7227261368','66.249.79.119','-1',0),(15450,'2018-04-23 04:20:35','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15451,'2018-04-23 04:20:45','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15452,'2018-04-23 04:21:21','imp','optin_8','7227261368','207.102.138.158','-1',0),(15453,'2018-04-23 05:26:08','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15454,'2018-04-23 05:39:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15455,'2018-04-23 06:31:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15456,'2018-04-23 06:53:21','imp','optin_2','mailchimp_7227261368','202.46.53.48','92',0),(15457,'2018-04-23 06:59:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15458,'2018-04-23 07:07:13','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(15459,'2018-04-23 07:07:32','imp','optin_8','7227261368','66.249.79.117','0',0),(15460,'2018-04-23 07:46:26','imp','optin_2','mailchimp_7227261368','195.154.50.91','92',0),(15461,'2018-04-23 09:40:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(15462,'2018-04-23 09:53:54','imp','optin_2','mailchimp_7227261368','52.35.28.18','92',0),(15463,'2018-04-23 12:04:43','imp','optin_2','mailchimp_7227261368','2607:5300:60:cf54::','92',0),(15464,'2018-04-23 12:07:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(15465,'2018-04-23 12:20:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(15466,'2018-04-23 16:50:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15467,'2018-04-23 18:25:11','imp','optin_2','mailchimp_7227261368','46.118.154.57','92',0),(15468,'2018-04-23 18:25:24','imp','optin_5','mailchimp_7227261368','46.118.154.57','0',0),(15469,'2018-04-23 19:58:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15470,'2018-04-23 20:02:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15471,'2018-04-23 21:06:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15472,'2018-04-23 23:00:45','imp','optin_5','mailchimp_7227261368','40.77.167.91','76',0),(15473,'2018-04-24 01:18:30','imp','optin_5','mailchimp_7227261368','157.55.39.89','595',0),(15474,'2018-04-24 01:28:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15475,'2018-04-24 01:37:09','imp','optin_5','mailchimp_7227261368','207.46.13.126','600',0),(15476,'2018-04-24 01:37:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15477,'2018-04-24 01:50:38','imp','optin_5','mailchimp_7227261368','207.46.13.150','0',0),(15478,'2018-04-24 02:08:39','imp','optin_5','mailchimp_7227261368','207.46.13.150','173',0),(15479,'2018-04-24 03:11:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15480,'2018-04-24 04:26:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15481,'2018-04-24 05:12:54','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(15482,'2018-04-24 05:14:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15483,'2018-04-24 05:30:30','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(15484,'2018-04-24 05:31:13','imp','optin_8','7227261368','66.249.79.117','0',0),(15485,'2018-04-24 05:46:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15486,'2018-04-24 05:50:01','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15487,'2018-04-24 07:12:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(15488,'2018-04-24 07:56:13','imp','optin_5','mailchimp_7227261368','66.249.79.119','668',0),(15489,'2018-04-24 07:56:28','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(15490,'2018-04-24 07:56:42','imp','optin_8','7227261368','66.249.79.117','668',0),(15491,'2018-04-24 08:40:05','imp','optin_2','mailchimp_7227261368','202.46.57.126','92',0),(15492,'2018-04-24 10:17:13','imp','optin_2','mailchimp_7227261368','2a03:2880:21:7fc9:face:b00c:0:8000','92',0),(15493,'2018-04-24 10:17:21','imp','optin_5','mailchimp_7227261368','2a03:2880:21:7fc7:face:b00c:0:8000','0',0),(15494,'2018-04-24 10:17:30','imp','optin_5','mailchimp_7227261368','2a03:2880:21:7fc9:face:b00c:0:8000','0',0),(15495,'2018-04-24 10:17:48','imp','optin_8','7227261368','2a03:2880:21:7fc7:face:b00c:0:8000','-1',0),(15496,'2018-04-24 11:09:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(15497,'2018-04-24 12:26:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15498,'2018-04-24 12:34:14','imp','optin_2','mailchimp_7227261368','128.69.231.35','92',0),(15499,'2018-04-24 12:34:31','imp','optin_5','mailchimp_7227261368','128.69.231.35','0',0),(15500,'2018-04-24 12:34:56','imp','optin_8','7227261368','128.69.231.35','-1',0),(15501,'2018-04-24 13:53:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15502,'2018-04-24 14:14:30','imp','optin_5','mailchimp_7227261368','66.249.79.117','600',0),(15503,'2018-04-24 14:14:52','imp','optin_8','7227261368','66.249.79.117','600',0),(15504,'2018-04-24 15:07:21','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15505,'2018-04-24 15:08:51','imp','optin_5','mailchimp_7227261368','93.158.161.121','663',0),(15506,'2018-04-24 16:09:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15507,'2018-04-24 16:47:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(15508,'2018-04-24 18:06:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15509,'2018-04-24 20:13:54','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15510,'2018-04-24 20:35:36','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(15511,'2018-04-24 20:52:43','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(15512,'2018-04-24 21:09:13','imp','optin_2','mailchimp_7227261368','84.201.133.41','92',0),(15513,'2018-04-24 21:18:02','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:bfe6:face:b00c:0:8000','92',0),(15514,'2018-04-24 21:18:11','imp','optin_5','mailchimp_7227261368','2a03:2880:3020:bfe0:face:b00c:0:8000','0',0),(15515,'2018-04-24 21:18:19','imp','optin_5','mailchimp_7227261368','2a03:2880:3020:bfe2:face:b00c:0:8000','0',0),(15516,'2018-04-24 21:18:35','imp','optin_8','7227261368','2a03:2880:3020:bfe0:face:b00c:0:8000','-1',0),(15517,'2018-04-24 23:39:51','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(15518,'2018-04-25 00:06:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15519,'2018-04-25 01:03:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15520,'2018-04-25 01:25:04','imp','optin_5','mailchimp_7227261368','157.55.39.130','602',0),(15521,'2018-04-25 01:31:28','imp','optin_5','mailchimp_7227261368','66.249.79.117','682',0),(15522,'2018-04-25 01:31:58','imp','optin_8','7227261368','66.249.79.117','682',0),(15523,'2018-04-25 01:41:00','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15524,'2018-04-25 01:41:08','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15525,'2018-04-25 04:50:51','imp','optin_2','mailchimp_7227261368','46.165.228.89','92',0),(15526,'2018-04-25 05:00:47','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15527,'2018-04-25 05:00:56','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15528,'2018-04-25 06:15:29','imp','optin_2','mailchimp_7227261368','95.181.179.62','92',0),(15529,'2018-04-25 06:16:05','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15530,'2018-04-25 06:16:05','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15531,'2018-04-25 06:16:05','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15532,'2018-04-25 06:16:07','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15533,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15534,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15535,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15536,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15537,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15538,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15539,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15540,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15541,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15542,'2018-04-25 06:16:08','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15543,'2018-04-25 06:16:09','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15544,'2018-04-25 06:16:18','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15545,'2018-04-25 06:16:18','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15546,'2018-04-25 06:16:18','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15547,'2018-04-25 06:16:18','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(15548,'2018-04-25 06:16:18','imp','optin_2','mailchimp_7227261368','95.181.179.62','92',0),(15549,'2018-04-25 07:19:52','imp','optin_2','mailchimp_7227261368','157.55.39.233','92',0),(15550,'2018-04-25 07:20:09','imp','optin_5','mailchimp_7227261368','199.30.25.245','0',0),(15551,'2018-04-25 07:21:00','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15552,'2018-04-25 07:32:16','imp','optin_5','mailchimp_7227261368','157.55.39.92','0',0),(15553,'2018-04-25 09:02:26','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(15554,'2018-04-25 10:00:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(15555,'2018-04-25 10:14:45','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15556,'2018-04-25 11:32:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15557,'2018-04-25 11:54:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(15558,'2018-04-25 15:02:15','imp','optin_2','mailchimp_7227261368','202.46.57.204','92',0),(15559,'2018-04-25 15:43:16','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(15560,'2018-04-25 16:28:17','imp','optin_2','mailchimp_7227261368','104.131.79.127','92',0),(15561,'2018-04-25 16:29:05','imp','optin_5','mailchimp_7227261368','104.131.79.127','76',0),(15562,'2018-04-25 16:29:07','imp','optin_2','mailchimp_7227261368','104.131.79.127','2',0),(15563,'2018-04-25 16:29:13','imp','optin_2','mailchimp_7227261368','104.131.79.127','92',0),(15564,'2018-04-25 16:29:14','imp','optin_5','mailchimp_7227261368','104.131.79.127','0',0),(15565,'2018-04-25 16:29:14','imp','optin_5','mailchimp_7227261368','104.131.79.127','0',0),(15566,'2018-04-25 16:29:15','imp','optin_5','mailchimp_7227261368','104.131.79.127','714',0),(15567,'2018-04-25 16:29:21','imp','optin_5','mailchimp_7227261368','104.131.79.127','0',0),(15568,'2018-04-25 16:29:22','imp','optin_5','mailchimp_7227261368','104.131.79.127','411',0),(15569,'2018-04-25 16:29:23','imp','optin_5','mailchimp_7227261368','104.131.79.127','598',0),(15570,'2018-04-25 16:29:23','imp','optin_5','mailchimp_7227261368','104.131.79.127','663',0),(15571,'2018-04-25 16:29:24','imp','optin_5','mailchimp_7227261368','104.131.79.127','664',0),(15572,'2018-04-25 16:29:26','imp','optin_5','mailchimp_7227261368','104.131.79.127','665',0),(15573,'2018-04-25 16:29:27','imp','optin_5','mailchimp_7227261368','104.131.79.127','666',0),(15574,'2018-04-25 16:29:28','imp','optin_5','mailchimp_7227261368','104.131.79.127','667',0),(15575,'2018-04-25 18:00:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15576,'2018-04-25 20:26:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15577,'2018-04-25 20:47:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15578,'2018-04-25 21:09:39','imp','optin_2','mailchimp_7227261368','189.141.211.9','92',0),(15579,'2018-04-25 22:42:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15580,'2018-04-26 00:06:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15581,'2018-04-26 00:18:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(15582,'2018-04-26 00:53:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(15583,'2018-04-26 01:15:21','imp','optin_2','mailchimp_7227261368','188.32.128.50','92',0),(15584,'2018-04-26 01:15:43','imp','optin_5','mailchimp_7227261368','188.32.129.69','0',0),(15585,'2018-04-26 01:15:44','imp','optin_5','mailchimp_7227261368','188.32.128.50','0',0),(15586,'2018-04-26 02:02:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15587,'2018-04-26 02:28:13','imp','optin_8','7227261368','66.249.79.119','697',0),(15588,'2018-04-26 04:13:28','imp','optin_5','mailchimp_7227261368','193.70.34.209','0',0),(15589,'2018-04-26 06:37:37','imp','optin_2','mailchimp_7227261368','202.46.51.197','92',0),(15590,'2018-04-26 07:23:02','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(15591,'2018-04-26 07:23:24','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15592,'2018-04-26 07:23:50','imp','optin_8','7227261368','66.249.79.117','-1',0),(15593,'2018-04-26 07:23:58','imp','optin_8','7227261368','66.249.79.117','-1',0),(15594,'2018-04-26 07:27:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15595,'2018-04-26 07:33:11','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(15596,'2018-04-26 08:20:56','imp','optin_2','mailchimp_7227261368','138.197.111.106','92',0),(15597,'2018-04-26 08:21:04','imp','optin_5','mailchimp_7227261368','138.197.111.106','0',0),(15598,'2018-04-26 08:30:01','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(15599,'2018-04-26 08:37:06','imp','optin_2','mailchimp_7227261368','188.138.105.23','92',0),(15600,'2018-04-26 09:03:34','imp','optin_5','mailchimp_7227261368','157.55.39.9','0',0),(15601,'2018-04-26 09:03:52','imp','optin_5','mailchimp_7227261368','157.55.39.9','0',0),(15602,'2018-04-26 10:04:35','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(15603,'2018-04-26 10:05:00','imp','optin_8','7227261368','66.249.79.117','-1',0),(15604,'2018-04-26 12:18:02','imp','optin_5','mailchimp_7227261368','66.249.79.82','0',0),(15605,'2018-04-26 12:35:25','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(15606,'2018-04-26 13:30:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(15607,'2018-04-26 15:07:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15608,'2018-04-26 16:55:19','imp','optin_5','mailchimp_7227261368','40.77.167.106','681',0),(15609,'2018-04-26 18:33:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(15610,'2018-04-26 20:49:27','imp','optin_2','mailchimp_7227261368','202.46.54.70','92',0),(15611,'2018-04-26 22:18:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15612,'2018-04-26 22:52:12','imp','optin_5','mailchimp_7227261368','66.249.79.121','0',0),(15613,'2018-04-26 23:26:44','imp','optin_5','mailchimp_7227261368','66.249.79.84','0',0),(15614,'2018-04-27 00:05:48','imp','optin_2','mailchimp_7227261368','2604:a880:800:10::5f9:e001','92',0),(15615,'2018-04-27 00:28:20','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15616,'2018-04-27 02:28:18','imp','optin_2','mailchimp_7227261368','158.69.251.77','92',0),(15617,'2018-04-27 03:44:27','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15618,'2018-04-27 04:30:46','imp','optin_2','mailchimp_7227261368','199.116.173.196','92',0),(15619,'2018-04-27 05:21:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15620,'2018-04-27 05:26:03','imp','optin_5','mailchimp_7227261368','151.236.58.219','0',0),(15621,'2018-04-27 07:14:27','imp','optin_2','mailchimp_7227261368','202.46.52.174','92',0),(15622,'2018-04-27 07:45:35','imp','optin_5','mailchimp_7227261368','207.46.13.168','0',0),(15623,'2018-04-27 09:38:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15624,'2018-04-27 11:22:16','imp','optin_5','mailchimp_7227261368','207.46.13.19','0',0),(15625,'2018-04-27 11:22:28','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15626,'2018-04-27 11:49:32','imp','optin_2','mailchimp_7227261368','66.249.79.121','2',0),(15627,'2018-04-27 12:06:04','imp','optin_5','mailchimp_7227261368','157.55.39.153','0',0),(15628,'2018-04-27 13:46:32','imp','optin_5','mailchimp_7227261368','66.249.79.119','678',0),(15629,'2018-04-27 13:47:07','imp','optin_8','7227261368','66.249.79.117','678',0),(15630,'2018-04-27 13:48:42','imp','optin_2','mailchimp_7227261368','66.249.79.121','2',0),(15631,'2018-04-27 14:52:29','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15632,'2018-04-27 15:54:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(15633,'2018-04-27 17:10:04','imp','optin_5','mailchimp_7227261368','141.8.143.189','683',0),(15634,'2018-04-27 19:04:06','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(15635,'2018-04-27 19:23:55','imp','optin_5','mailchimp_7227261368','34.207.98.73','76',0),(15636,'2018-04-27 19:45:45','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(15637,'2018-04-27 20:00:56','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(15638,'2018-04-27 20:05:46','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(15639,'2018-04-27 20:06:08','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15640,'2018-04-27 20:06:17','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15641,'2018-04-27 20:06:25','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15642,'2018-04-27 20:06:33','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15643,'2018-04-27 20:06:41','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15644,'2018-04-27 20:06:49','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15645,'2018-04-27 20:06:57','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15646,'2018-04-27 20:07:05','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15647,'2018-04-27 20:07:12','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15648,'2018-04-27 20:07:19','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15649,'2018-04-27 20:07:29','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15650,'2018-04-27 20:07:36','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15651,'2018-04-27 20:07:45','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15652,'2018-04-27 20:07:53','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15653,'2018-04-27 20:08:00','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15654,'2018-04-27 20:08:08','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15655,'2018-04-27 20:08:16','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15656,'2018-04-27 20:08:24','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15657,'2018-04-27 20:08:32','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15658,'2018-04-27 20:08:40','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15659,'2018-04-27 20:08:48','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15660,'2018-04-27 20:08:58','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15661,'2018-04-27 20:09:08','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15662,'2018-04-27 20:09:17','imp','optin_5','mailchimp_7227261368','195.22.127.231','0',0),(15663,'2018-04-27 20:27:30','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15664,'2018-04-27 20:41:20','imp','optin_2','mailchimp_7227261368','46.242.127.167','92',0),(15665,'2018-04-27 20:41:33','imp','optin_5','mailchimp_7227261368','46.242.127.167','0',0),(15666,'2018-04-27 21:22:24','imp','optin_5','mailchimp_7227261368','2600:1014:b059:a862:f9bc:c563:48e8:a5a3','714',0),(15667,'2018-04-27 21:22:32','imp','optin_5','mailchimp_7227261368','2600:1014:b059:a862:f9bc:c563:48e8:a5a3','0',0),(15668,'2018-04-27 21:22:37','imp','optin_7','mailchimp_7227261368','2600:1014:b059:a862:f9bc:c563:48e8:a5a3','714',0),(15669,'2018-04-27 21:22:42','imp','optin_5','mailchimp_7227261368','2600:1014:b059:a862:f9bc:c563:48e8:a5a3','0',0),(15670,'2018-04-27 21:22:56','imp','optin_8','7227261368','2600:1014:b059:a862:f9bc:c563:48e8:a5a3','714',0),(15671,'2018-04-27 21:24:49','imp','optin_5','mailchimp_7227261368','2003:6b:81e:7400:283a:f5bd:40a0:ab5d','597',0),(15672,'2018-04-27 21:25:02','imp','optin_5','mailchimp_7227261368','2003:6b:81e:7400:283a:f5bd:40a0:ab5d','679',0),(15673,'2018-04-27 21:28:16','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(15674,'2018-04-27 22:10:47','imp','optin_2','mailchimp_7227261368','202.46.50.122','92',0),(15675,'2018-04-27 22:11:52','imp','optin_2','mailchimp_7227261368','64.246.187.42','92',0),(15676,'2018-04-27 23:44:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15677,'2018-04-28 00:27:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(15678,'2018-04-28 00:47:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15679,'2018-04-28 01:15:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15680,'2018-04-28 01:46:16','imp','optin_2','mailchimp_7227261368','188.138.105.23','92',0),(15681,'2018-04-28 03:12:17','imp','optin_2','mailchimp_7227261368','137.74.132.80','92',0),(15682,'2018-04-28 03:12:24','imp','optin_5','mailchimp_7227261368','137.74.132.80','0',0),(15683,'2018-04-28 04:05:43','imp','optin_2','mailchimp_7227261368','104.237.242.161','92',0),(15684,'2018-04-28 04:24:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15685,'2018-04-28 04:30:00','imp','optin_2','mailchimp_7227261368','46.118.155.165','92',0),(15686,'2018-04-28 04:30:09','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(15687,'2018-04-28 04:30:21','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(15688,'2018-04-28 04:30:31','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(15689,'2018-04-28 04:48:24','imp','optin_2','mailchimp_7227261368','2a03:2880:1120:4fc6:face:b00c:0:8000','92',0),(15690,'2018-04-28 04:48:33','imp','optin_5','mailchimp_7227261368','2a03:2880:1120:4fc6:face:b00c:0:8000','0',0),(15691,'2018-04-28 04:48:54','imp','optin_5','mailchimp_7227261368','2a03:2880:1120:4fc2:face:b00c:0:8000','0',0),(15692,'2018-04-28 04:57:43','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15693,'2018-04-28 07:14:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15694,'2018-04-28 07:35:53','imp','optin_2','mailchimp_7227261368','123.30.235.19','92',0),(15695,'2018-04-28 07:36:02','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(15696,'2018-04-28 07:36:41','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(15697,'2018-04-28 07:36:50','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(15698,'2018-04-28 08:32:48','imp','optin_2','mailchimp_7227261368','202.46.55.90','92',0),(15699,'2018-04-28 10:27:22','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15700,'2018-04-28 10:27:48','imp','optin_2','mailchimp_7227261368','158.69.225.34','92',0),(15701,'2018-04-28 10:28:09','imp','optin_2','mailchimp_7227261368','158.69.225.34','92',0),(15702,'2018-04-28 10:28:21','imp','optin_5','mailchimp_7227261368','158.69.225.34','76',0),(15703,'2018-04-28 10:28:29','imp','optin_5','mailchimp_7227261368','158.69.225.34','714',0),(15704,'2018-04-28 10:28:36','imp','optin_5','mailchimp_7227261368','158.69.225.34','663',0),(15705,'2018-04-28 10:28:43','imp','optin_5','mailchimp_7227261368','158.69.225.34','667',0),(15706,'2018-04-28 10:28:50','imp','optin_2','mailchimp_7227261368','158.69.225.34','2',0),(15707,'2018-04-28 10:28:55','imp','optin_5','mailchimp_7227261368','158.69.225.34','664',0),(15708,'2018-04-28 10:29:02','imp','optin_5','mailchimp_7227261368','158.69.225.34','0',0),(15709,'2018-04-28 10:29:16','imp','optin_5','mailchimp_7227261368','158.69.225.34','0',0),(15710,'2018-04-28 10:29:22','imp','optin_2','mailchimp_7227261368','158.69.225.34','92',0),(15711,'2018-04-28 11:21:02','imp','optin_2','mailchimp_7227261368','138.197.104.18','92',0),(15712,'2018-04-28 11:22:16','imp','optin_2','mailchimp_7227261368','138.197.104.18','2',0),(15713,'2018-04-28 11:22:16','imp','optin_5','mailchimp_7227261368','138.197.104.18','76',0),(15714,'2018-04-28 11:22:25','imp','optin_2','mailchimp_7227261368','138.197.104.18','92',0),(15715,'2018-04-28 11:22:25','imp','optin_5','mailchimp_7227261368','138.197.104.18','0',0),(15716,'2018-04-28 11:22:26','imp','optin_5','mailchimp_7227261368','138.197.104.18','0',0),(15717,'2018-04-28 11:22:26','imp','optin_5','mailchimp_7227261368','138.197.104.18','714',0),(15718,'2018-04-28 11:22:31','imp','optin_5','mailchimp_7227261368','138.197.104.18','0',0),(15719,'2018-04-28 11:22:32','imp','optin_5','mailchimp_7227261368','138.197.104.18','411',0),(15720,'2018-04-28 11:22:34','imp','optin_5','mailchimp_7227261368','138.197.104.18','598',0),(15721,'2018-04-28 11:22:35','imp','optin_5','mailchimp_7227261368','138.197.104.18','663',0),(15722,'2018-04-28 11:22:35','imp','optin_5','mailchimp_7227261368','138.197.104.18','664',0),(15723,'2018-04-28 11:22:37','imp','optin_5','mailchimp_7227261368','138.197.104.18','665',0),(15724,'2018-04-28 11:22:38','imp','optin_5','mailchimp_7227261368','138.197.104.18','666',0),(15725,'2018-04-28 11:22:39','imp','optin_5','mailchimp_7227261368','138.197.104.18','667',0),(15726,'2018-04-28 12:07:45','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15727,'2018-04-28 13:34:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(15728,'2018-04-28 13:51:43','imp','optin_5','mailchimp_7227261368','46.109.20.103','0',0),(15729,'2018-04-28 14:58:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15730,'2018-04-28 15:45:26','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(15731,'2018-04-28 16:51:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(15732,'2018-04-28 19:20:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15733,'2018-04-28 19:28:08','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15734,'2018-04-28 21:32:56','imp','optin_5','mailchimp_7227261368','207.46.13.181','714',0),(15735,'2018-04-29 00:27:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15736,'2018-04-29 01:23:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15737,'2018-04-29 02:10:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15738,'2018-04-29 02:51:27','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15739,'2018-04-29 03:24:48','imp','optin_5','mailchimp_7227261368','2607:fea8:54e0:1a2:c521:9b42:abb7:3c1e','714',0),(15740,'2018-04-29 03:24:56','imp','optin_5','mailchimp_7227261368','99.246.105.208','0',0),(15741,'2018-04-29 03:25:01','imp','optin_7','mailchimp_7227261368','2607:fea8:54e0:1a2:c521:9b42:abb7:3c1e','714',0),(15742,'2018-04-29 03:25:21','imp','optin_8','7227261368','99.246.105.208','714',0),(15743,'2018-04-29 06:13:25','imp','optin_2','mailchimp_7227261368','2a03:2880:2120:7fc6:face:b00c:0:8000','92',0),(15744,'2018-04-29 06:13:33','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:7fc4:face:b00c:0:8000','0',0),(15745,'2018-04-29 06:13:43','imp','optin_5','mailchimp_7227261368','2a03:2880:2120:7fc0:face:b00c:0:8000','0',0),(15746,'2018-04-29 06:13:59','imp','optin_8','7227261368','2a03:2880:2120:7fc6:face:b00c:0:8000','-1',0),(15747,'2018-04-29 06:30:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15748,'2018-04-29 06:53:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(15749,'2018-04-29 09:00:48','imp','optin_5','mailchimp_7227261368','151.27.15.90','714',0),(15750,'2018-04-29 09:00:58','imp','optin_5','mailchimp_7227261368','151.27.15.90','0',0),(15751,'2018-04-29 09:01:02','imp','optin_7','mailchimp_7227261368','151.27.15.90','714',0),(15752,'2018-04-29 09:01:07','imp','optin_5','mailchimp_7227261368','151.27.15.90','0',0),(15753,'2018-04-29 09:01:25','imp','optin_8','7227261368','151.27.15.90','714',0),(15754,'2018-04-29 09:01:26','imp','optin_8','7227261368','151.27.15.90','714',0),(15755,'2018-04-29 11:28:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(15756,'2018-04-29 11:36:06','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(15757,'2018-04-29 12:25:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(15758,'2018-04-29 13:02:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(15759,'2018-04-29 16:47:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15760,'2018-04-29 16:53:14','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(15761,'2018-04-29 19:29:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15762,'2018-04-29 19:42:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(15763,'2018-04-29 20:18:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15764,'2018-04-29 21:14:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15765,'2018-04-29 21:53:47','imp','optin_2','mailchimp_7227261368','66.249.75.153','92',0),(15766,'2018-04-29 21:53:53','imp','optin_5','mailchimp_7227261368','66.249.75.151','0',0),(15767,'2018-04-29 21:56:19','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(15768,'2018-04-29 21:56:25','imp','optin_5','mailchimp_7227261368','66.249.75.153','0',0),(15769,'2018-04-29 21:56:35','imp','optin_8','7227261368','66.249.75.151','-1',0),(15770,'2018-04-29 22:07:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','177',0),(15771,'2018-04-29 23:08:21','imp','optin_5','mailchimp_7227261368','5.255.250.7','668',0),(15772,'2018-04-30 00:36:06','imp','optin_5','mailchimp_7227261368','157.55.39.220','0',0),(15773,'2018-04-30 00:56:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15774,'2018-04-30 02:06:08','imp','optin_5','mailchimp_7227261368','66.249.75.153','667',0),(15775,'2018-04-30 02:06:33','imp','optin_8','7227261368','66.249.75.151','667',0),(15776,'2018-04-30 03:16:03','imp','optin_5','mailchimp_7227261368','193.70.34.209','0',0),(15777,'2018-04-30 03:19:00','imp','optin_5','mailchimp_7227261368','66.249.75.153','714',0),(15778,'2018-04-30 03:19:33','imp','optin_7','mailchimp_7227261368','66.249.75.153','714',0),(15779,'2018-04-30 03:20:02','imp','optin_8','7227261368','66.249.75.151','714',0),(15780,'2018-04-30 08:02:09','imp','optin_2','mailchimp_7227261368','138.197.71.180','92',0),(15781,'2018-04-30 08:02:16','imp','optin_5','mailchimp_7227261368','138.197.71.180','0',0),(15782,'2018-04-30 08:44:26','imp','optin_2','mailchimp_7227261368','202.46.49.108','92',0),(15783,'2018-04-30 10:36:34','imp','optin_2','mailchimp_7227261368','46.242.116.116','92',0),(15784,'2018-04-30 10:42:35','imp','optin_5','mailchimp_7227261368','66.249.75.155','0',0),(15785,'2018-04-30 10:42:48','imp','optin_8','7227261368','66.249.75.151','0',0),(15786,'2018-04-30 14:22:28','imp','optin_5','mailchimp_7227261368','207.46.13.9','411',0),(15787,'2018-04-30 15:45:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(15788,'2018-04-30 16:10:20','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15789,'2018-04-30 17:25:47','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15790,'2018-04-30 18:15:34','imp','optin_2','mailchimp_7227261368','94.218.79.176','92',0),(15791,'2018-04-30 18:16:12','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15792,'2018-04-30 18:16:42','imp','optin_8','7227261368','94.218.79.176','-1',0),(15793,'2018-04-30 18:16:51','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15794,'2018-04-30 18:21:48','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15795,'2018-04-30 18:22:18','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15796,'2018-04-30 18:22:32','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15797,'2018-04-30 18:29:51','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15798,'2018-04-30 18:30:25','imp','optin_2','mailchimp_7227261368','94.218.79.176','92',0),(15799,'2018-04-30 18:30:37','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15800,'2018-04-30 18:31:00','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15801,'2018-04-30 18:31:06','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15802,'2018-04-30 18:31:14','imp','optin_5','mailchimp_7227261368','94.218.79.176','835',0),(15803,'2018-04-30 18:31:19','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15804,'2018-04-30 18:31:33','imp','optin_5','mailchimp_7227261368','94.218.79.176','843',0),(15805,'2018-04-30 18:31:40','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15806,'2018-04-30 18:43:02','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(15807,'2018-04-30 19:02:24','imp','optin_5','mailchimp_7227261368','203.171.242.247','843',0),(15808,'2018-04-30 19:02:24','imp','optin_2','mailchimp_7227261368','203.171.242.247','92',0),(15809,'2018-04-30 19:02:35','imp','optin_5','mailchimp_7227261368','203.171.242.247','0',0),(15810,'2018-04-30 19:02:41','imp','optin_5','mailchimp_7227261368','203.171.242.247','0',0),(15811,'2018-04-30 19:02:43','imp','optin_5','mailchimp_7227261368','203.171.242.247','0',0),(15812,'2018-04-30 19:03:00','imp','optin_8','7227261368','203.171.242.247','843',0),(15813,'2018-04-30 19:03:05','imp','optin_8','7227261368','203.171.242.247','-1',0),(15814,'2018-04-30 19:36:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15815,'2018-04-30 21:00:11','imp','optin_2','mailchimp_7227261368','191.96.163.185','92',0),(15816,'2018-04-30 22:10:26','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(15817,'2018-04-30 22:10:42','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(15818,'2018-04-30 22:10:55','imp','optin_5','mailchimp_7227261368','109.185.254.215','0',0),(15819,'2018-04-30 22:10:57','imp','optin_8','7227261368','109.185.254.215','0',0),(15820,'2018-04-30 22:11:06','imp','optin_8','7227261368','109.185.254.215','0',0),(15821,'2018-04-30 22:50:45','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15822,'2018-04-30 22:55:49','imp','optin_2','mailchimp_7227261368','38.80.23.173','92',0),(15823,'2018-04-30 23:09:00','imp','optin_2','mailchimp_7227261368','5.16.88.114','92',0),(15824,'2018-04-30 23:09:12','imp','optin_5','mailchimp_7227261368','5.16.88.114','0',0),(15825,'2018-04-30 23:17:45','imp','optin_2','mailchimp_7227261368','45.72.71.200','92',0),(15826,'2018-05-01 00:19:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15827,'2018-05-01 00:26:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15828,'2018-05-01 00:35:58','imp','optin_5','mailchimp_7227261368','40.77.167.108','667',0),(15829,'2018-05-01 01:15:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15830,'2018-05-01 01:53:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15831,'2018-05-01 02:16:55','imp','optin_5','mailchimp_7227261368','66.249.75.155','0',0),(15832,'2018-05-01 02:52:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(15833,'2018-05-01 05:14:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15834,'2018-05-01 05:27:29','imp','optin_5','mailchimp_7227261368','157.55.39.29','0',0),(15835,'2018-05-01 05:39:23','imp','optin_5','mailchimp_7227261368','157.55.39.219','173',0),(15836,'2018-05-01 05:39:53','imp','optin_5','mailchimp_7227261368','207.46.13.39','0',0),(15837,'2018-05-01 05:48:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15838,'2018-05-01 06:26:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15839,'2018-05-01 08:13:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(15840,'2018-05-01 08:37:10','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(15841,'2018-05-01 08:37:20','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(15842,'2018-05-01 09:05:40','imp','optin_5','mailchimp_7227261368','58.51.228.5','0',0),(15843,'2018-05-01 09:05:46','imp','optin_5','mailchimp_7227261368','58.51.228.5','0',0),(15844,'2018-05-01 12:49:33','imp','optin_2','mailchimp_7227261368','46.101.80.192','92',0),(15845,'2018-05-01 13:06:13','imp','optin_8','7227261368','66.249.79.119','170',0),(15846,'2018-05-01 13:36:29','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15847,'2018-05-01 16:57:29','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15848,'2018-05-01 17:26:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(15849,'2018-05-01 17:32:10','imp','optin_5','mailchimp_7227261368','207.46.13.74','602',0),(15850,'2018-05-01 17:52:44','imp','optin_2','mailchimp_7227261368','146.185.223.240','92',0),(15851,'2018-05-01 17:52:52','imp','optin_5','mailchimp_7227261368','146.185.223.240','0',0),(15852,'2018-05-01 23:08:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(15853,'2018-05-01 23:59:29','imp','optin_2','mailchimp_7227261368','202.46.56.207','92',0),(15854,'2018-05-02 03:52:57','imp','optin_5','mailchimp_7227261368','5.255.250.7','76',0),(15855,'2018-05-02 04:36:28','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15856,'2018-05-02 04:40:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(15857,'2018-05-02 05:21:54','imp','optin_2','mailchimp_7227261368','120.78.143.200','92',0),(15858,'2018-05-02 05:38:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15859,'2018-05-02 06:12:41','imp','optin_2','mailchimp_7227261368','66.249.79.117','411',0),(15860,'2018-05-02 06:12:42','imp','optin_2','mailchimp_7227261368','66.249.79.117','411',0),(15861,'2018-05-02 06:52:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15862,'2018-05-02 06:52:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(15863,'2018-05-02 07:20:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(15864,'2018-05-02 08:39:37','imp','optin_5','mailchimp_7227261368','66.249.79.121','0',0),(15865,'2018-05-02 09:28:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15866,'2018-05-02 09:57:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15867,'2018-05-02 10:14:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15868,'2018-05-02 11:11:29','imp','optin_5','mailchimp_7227261368','93.158.161.146','601',0),(15869,'2018-05-02 11:15:57','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(15870,'2018-05-02 11:44:49','imp','optin_2','mailchimp_7227261368','202.46.53.206','92',0),(15871,'2018-05-02 12:02:18','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(15872,'2018-05-02 12:08:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(15873,'2018-05-02 12:38:05','imp','optin_5','mailchimp_7227261368','207.46.13.71','666',0),(15874,'2018-05-02 12:38:21','imp','optin_5','mailchimp_7227261368','157.55.39.126','0',0),(15875,'2018-05-02 16:52:42','imp','optin_5','mailchimp_7227261368','5.255.250.59','664',0),(15876,'2018-05-02 17:09:18','imp','optin_5','mailchimp_7227261368','141.8.143.159','570',0),(15877,'2018-05-02 18:05:18','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(15878,'2018-05-02 18:05:54','imp','optin_8','7227261368','66.249.79.117','-1',0),(15879,'2018-05-02 19:05:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15880,'2018-05-02 22:48:17','imp','optin_5','mailchimp_7227261368','207.148.69.30','0',0),(15881,'2018-05-02 23:29:32','imp','optin_2','mailchimp_7227261368','202.46.49.141','92',0),(15882,'2018-05-02 23:41:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15883,'2018-05-03 00:23:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15884,'2018-05-03 01:15:33','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15885,'2018-05-03 01:52:37','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15886,'2018-05-03 01:52:51','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15887,'2018-05-03 02:21:19','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15888,'2018-05-03 02:21:29','imp','optin_8','7227261368','66.249.79.117','404',0),(15889,'2018-05-03 02:21:56','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15890,'2018-05-03 02:22:11','imp','optin_8','7227261368','66.249.79.119','0',0),(15891,'2018-05-03 03:40:26','imp','optin_2','mailchimp_7227261368','128.69.182.174','92',0),(15892,'2018-05-03 04:14:35','imp','optin_2','mailchimp_7227261368','66.249.79.119','2',0),(15893,'2018-05-03 04:15:29','imp','optin_8','7227261368','66.249.79.117','2',0),(15894,'2018-05-03 04:36:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(15895,'2018-05-03 08:12:22','imp','optin_5','mailchimp_7227261368','66.249.79.119','599',0),(15896,'2018-05-03 08:13:23','imp','optin_8','7227261368','66.249.79.117','599',0),(15897,'2018-05-03 08:23:50','imp','optin_5','mailchimp_7227261368','40.77.167.132','0',0),(15898,'2018-05-03 08:46:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(15899,'2018-05-03 08:51:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(15900,'2018-05-03 08:51:37','imp','optin_5','mailchimp_7227261368','157.55.39.121','668',0),(15901,'2018-05-03 10:10:47','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(15902,'2018-05-03 10:22:15','imp','optin_2','mailchimp_7227261368','131.161.9.247','92',0),(15903,'2018-05-03 10:52:38','imp','optin_2','mailchimp_7227261368','66.249.79.121','92',0),(15904,'2018-05-03 10:53:12','imp','optin_8','7227261368','66.249.79.117','-1',0),(15905,'2018-05-03 10:55:47','imp','optin_2','mailchimp_7227261368','216.240.174.31','92',0),(15906,'2018-05-03 10:56:02','imp','optin_2','mailchimp_7227261368','216.240.174.31','2',0),(15907,'2018-05-03 10:56:19','imp','optin_5','mailchimp_7227261368','216.240.174.31','0',0),(15908,'2018-05-03 10:56:26','imp','optin_2','mailchimp_7227261368','216.240.174.31','2',0),(15909,'2018-05-03 11:05:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15910,'2018-05-03 12:07:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(15911,'2018-05-03 14:10:05','imp','optin_2','mailchimp_7227261368','66.249.79.119','92',0),(15912,'2018-05-03 15:44:11','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15913,'2018-05-03 18:33:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(15914,'2018-05-03 18:43:22','imp','optin_5','mailchimp_7227261368','66.249.79.117','664',0),(15915,'2018-05-03 18:44:06','imp','optin_8','7227261368','66.249.79.119','664',0),(15916,'2018-05-03 18:52:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','682',0),(15917,'2018-05-03 19:06:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(15918,'2018-05-03 20:50:52','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15919,'2018-05-03 22:15:24','imp','optin_2','mailchimp_7227261368','162.158.64.108','92',0),(15920,'2018-05-03 22:56:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(15921,'2018-05-04 00:32:50','imp','optin_5','mailchimp_7227261368','188.25.141.196','0',0),(15922,'2018-05-04 00:33:01','imp','optin_5','mailchimp_7227261368','188.25.141.196','0',0),(15923,'2018-05-04 00:33:08','imp','optin_5','mailchimp_7227261368','188.25.141.196','0',0),(15924,'2018-05-04 00:33:19','imp','optin_8','7227261368','188.25.141.196','0',0),(15925,'2018-05-04 00:33:27','imp','optin_8','7227261368','188.25.141.196','0',0),(15926,'2018-05-04 01:45:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(15927,'2018-05-04 03:00:55','imp','optin_2','mailchimp_7227261368','138.197.96.247','92',0),(15928,'2018-05-04 03:01:06','imp','optin_5','mailchimp_7227261368','138.197.96.247','0',0),(15929,'2018-05-04 03:55:23','imp','optin_5','mailchimp_7227261368','2607:f208:561:2c60::10','0',0),(15930,'2018-05-04 03:55:36','imp','optin_5','mailchimp_7227261368','2607:f208:561:2c60::10','0',0),(15931,'2018-05-04 03:55:38','imp','optin_5','mailchimp_7227261368','2607:f208:561:2c60::10','0',0),(15932,'2018-05-04 03:57:22','imp','optin_5','mailchimp_7227261368','67.212.240.177','0',0),(15933,'2018-05-04 06:11:06','imp','optin_5','mailchimp_7227261368','67.212.240.177','0',0),(15934,'2018-05-04 06:11:10','imp','optin_5','mailchimp_7227261368','67.212.240.177','0',0),(15935,'2018-05-04 06:12:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15936,'2018-05-04 06:37:55','imp','optin_5','mailchimp_7227261368','148.72.28.201','0',0),(15937,'2018-05-04 06:47:08','imp','optin_5','mailchimp_7227261368','213.251.182.111','0',0),(15938,'2018-05-04 06:56:07','imp','optin_2','mailchimp_7227261368','212.83.131.197','92',0),(15939,'2018-05-04 08:23:10','imp','optin_5','mailchimp_7227261368','94.73.150.73','0',0),(15940,'2018-05-04 08:29:01','imp','optin_5','mailchimp_7227261368','5.255.250.7','597',0),(15941,'2018-05-04 09:15:39','imp','optin_2','mailchimp_7227261368','131.161.9.197','92',0),(15942,'2018-05-04 09:42:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(15943,'2018-05-04 10:22:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(15944,'2018-05-04 10:37:41','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(15945,'2018-05-04 10:38:28','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(15946,'2018-05-04 10:49:04','imp','optin_5','mailchimp_7227261368','40.77.167.13','714',0),(15947,'2018-05-04 11:06:09','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(15948,'2018-05-04 11:27:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15949,'2018-05-04 12:09:35','imp','optin_5','mailchimp_7227261368','2001:19f0:4400:42cb:5400:ff:fe3c:3bdf','0',0),(15950,'2018-05-04 12:09:44','imp','optin_5','mailchimp_7227261368','2001:19f0:4400:42cb:5400:ff:fe3c:3bdf','0',0),(15951,'2018-05-04 12:12:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15952,'2018-05-04 12:36:22','imp','optin_2','mailchimp_7227261368','69.28.84.208','92',0),(15953,'2018-05-04 13:33:37','imp','optin_5','mailchimp_7227261368','173.192.110.38','0',0),(15954,'2018-05-04 13:52:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15955,'2018-05-04 15:23:43','imp','optin_5','mailchimp_7227261368','203.59.98.87','714',0),(15956,'2018-05-04 15:23:54','imp','optin_5','mailchimp_7227261368','203.59.98.87','0',0),(15957,'2018-05-04 15:24:01','imp','optin_7','mailchimp_7227261368','203.59.98.87','714',0),(15958,'2018-05-04 15:24:04','imp','optin_5','mailchimp_7227261368','203.59.98.87','0',0),(15959,'2018-05-04 15:24:20','imp','optin_8','7227261368','203.59.98.87','714',0),(15960,'2018-05-04 15:49:16','imp','optin_2','mailchimp_7227261368','202.46.57.182','92',0),(15961,'2018-05-04 16:41:31','imp','optin_5','mailchimp_7227261368','188.120.231.114','0',0),(15962,'2018-05-04 16:41:33','imp','optin_5','mailchimp_7227261368','188.120.231.114','0',0),(15963,'2018-05-04 17:27:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(15964,'2018-05-04 18:11:35','imp','optin_5','mailchimp_7227261368','91.227.16.127','0',0),(15965,'2018-05-04 18:30:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(15966,'2018-05-04 18:55:15','imp','optin_2','mailchimp_7227261368','45.55.251.205','92',0),(15967,'2018-05-04 18:57:19','imp','optin_2','mailchimp_7227261368','45.55.251.205','2',0),(15968,'2018-05-04 18:57:20','imp','optin_5','mailchimp_7227261368','45.55.251.205','76',0),(15969,'2018-05-04 18:57:30','imp','optin_2','mailchimp_7227261368','45.55.251.205','92',0),(15970,'2018-05-04 18:57:30','imp','optin_5','mailchimp_7227261368','45.55.251.205','0',0),(15971,'2018-05-04 18:57:30','imp','optin_5','mailchimp_7227261368','45.55.251.205','714',0),(15972,'2018-05-04 18:57:30','imp','optin_5','mailchimp_7227261368','45.55.251.205','0',0),(15973,'2018-05-04 18:57:37','imp','optin_5','mailchimp_7227261368','45.55.251.205','0',0),(15974,'2018-05-04 18:57:39','imp','optin_5','mailchimp_7227261368','45.55.251.205','598',0),(15975,'2018-05-04 18:57:40','imp','optin_5','mailchimp_7227261368','45.55.251.205','411',0),(15976,'2018-05-04 18:57:40','imp','optin_5','mailchimp_7227261368','45.55.251.205','663',0),(15977,'2018-05-04 18:57:40','imp','optin_5','mailchimp_7227261368','45.55.251.205','664',0),(15978,'2018-05-04 18:57:43','imp','optin_5','mailchimp_7227261368','45.55.251.205','665',0),(15979,'2018-05-04 18:57:46','imp','optin_5','mailchimp_7227261368','45.55.251.205','666',0),(15980,'2018-05-04 18:57:46','imp','optin_5','mailchimp_7227261368','45.55.251.205','667',0),(15981,'2018-05-04 22:41:08','imp','optin_5','mailchimp_7227261368','80.87.203.2','0',0),(15982,'2018-05-04 22:41:11','imp','optin_5','mailchimp_7227261368','80.87.203.2','0',0),(15983,'2018-05-04 22:56:02','imp','optin_5','mailchimp_7227261368','81.31.155.72','0',0),(15984,'2018-05-05 00:10:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(15985,'2018-05-05 00:18:57','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15986,'2018-05-05 00:19:17','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(15987,'2018-05-05 01:57:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15988,'2018-05-05 04:26:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(15989,'2018-05-05 04:56:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(15990,'2018-05-05 05:09:57','imp','optin_5','mailchimp_7227261368','2001:1640:5::3:66','0',0),(15991,'2018-05-05 05:25:19','imp','optin_2','mailchimp_7227261368','202.46.54.104','92',0),(15992,'2018-05-05 05:33:51','imp','optin_5','mailchimp_7227261368','103.67.235.97','0',0),(15993,'2018-05-05 05:38:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(15994,'2018-05-05 06:06:29','imp','optin_2','mailchimp_7227261368','202.46.58.193','92',0),(15995,'2018-05-05 06:54:27','imp','optin_5','mailchimp_7227261368','89.111.177.210','0',0),(15996,'2018-05-05 06:54:54','imp','optin_5','mailchimp_7227261368','89.111.177.210','0',0),(15997,'2018-05-05 07:28:09','imp','optin_5','mailchimp_7227261368','157.55.39.154','714',0),(15998,'2018-05-05 07:54:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(15999,'2018-05-05 09:09:18','imp','optin_5','mailchimp_7227261368','89.111.179.130','0',0),(16000,'2018-05-05 09:09:44','imp','optin_5','mailchimp_7227261368','89.111.179.130','0',0),(16001,'2018-05-05 09:09:50','imp','optin_5','mailchimp_7227261368','89.111.179.130','0',0),(16002,'2018-05-05 09:26:49','imp','optin_2','mailchimp_7227261368','131.161.11.248','92',0),(16003,'2018-05-05 12:16:01','imp','optin_5','mailchimp_7227261368','157.55.39.41','0',0),(16004,'2018-05-05 13:09:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16005,'2018-05-05 14:16:51','imp','optin_5','mailchimp_7227261368','185.98.7.140','0',0),(16006,'2018-05-05 15:01:27','imp','optin_2','mailchimp_7227261368','173.244.48.147','92',0),(16007,'2018-05-05 15:01:33','imp','optin_2','mailchimp_7227261368','173.244.48.147','92',0),(16008,'2018-05-05 17:28:25','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(16009,'2018-05-05 17:29:14','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(16010,'2018-05-05 17:29:26','imp','optin_8','7227261368','66.249.79.117','0',0),(16011,'2018-05-05 18:14:54','imp','optin_5','mailchimp_7227261368','87.229.51.49','0',0),(16012,'2018-05-05 18:58:51','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(16013,'2018-05-05 19:07:31','imp','optin_5','mailchimp_7227261368','157.55.39.154','0',0),(16014,'2018-05-05 19:08:26','imp','optin_2','mailchimp_7227261368','2a03:2880:1030:afc1:face:b00c:0:8000','92',0),(16015,'2018-05-05 19:08:34','imp','optin_5','mailchimp_7227261368','173.252.92.246','0',0),(16016,'2018-05-05 19:08:42','imp','optin_5','mailchimp_7227261368','2a03:2880:1030:afc1:face:b00c:0:8000','0',0),(16017,'2018-05-05 19:08:56','imp','optin_5','mailchimp_7227261368','141.8.143.130','0',0),(16018,'2018-05-05 19:08:59','imp','optin_8','7227261368','2a03:2880:1030:afc1:face:b00c:0:8000','-1',0),(16019,'2018-05-05 19:19:52','imp','optin_2','mailchimp_7227261368','128.199.124.86','92',0),(16020,'2018-05-05 20:11:31','imp','optin_5','mailchimp_7227261368','100.43.91.127','0',0),(16021,'2018-05-05 20:57:42','imp','optin_5','mailchimp_7227261368','2404:8280:a111:101::48','0',0),(16022,'2018-05-05 21:06:47','imp','optin_5','mailchimp_7227261368','141.8.143.159','601',0),(16023,'2018-05-05 21:22:44','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(16024,'2018-05-05 21:27:16','imp','optin_2','mailchimp_7227261368','66.249.79.117','92',0),(16025,'2018-05-05 21:27:57','imp','optin_5','mailchimp_7227261368','66.249.79.117','76',0),(16026,'2018-05-05 21:29:16','imp','optin_2','mailchimp_7227261368','66.249.79.119','2',0),(16027,'2018-05-05 21:32:21','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(16028,'2018-05-05 21:33:54','imp','optin_5','mailchimp_7227261368','66.249.79.119','835',0),(16029,'2018-05-05 21:36:27','imp','optin_5','mailchimp_7227261368','66.249.66.213','843',0),(16030,'2018-05-05 21:37:14','imp','optin_5','mailchimp_7227261368','66.249.79.119','714',0),(16031,'2018-05-05 21:38:36','imp','optin_5','mailchimp_7227261368','66.249.79.121','577',0),(16032,'2018-05-05 21:39:18','imp','optin_5','mailchimp_7227261368','66.249.79.117','591',0),(16033,'2018-05-05 21:40:01','imp','optin_5','mailchimp_7227261368','66.249.79.119','592',0),(16034,'2018-05-05 21:41:25','imp','optin_5','mailchimp_7227261368','66.249.79.121','597',0),(16035,'2018-05-05 21:44:00','imp','optin_5','mailchimp_7227261368','66.249.79.117','600',0),(16036,'2018-05-05 21:44:43','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(16037,'2018-05-05 21:45:26','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(16038,'2018-05-05 21:46:08','imp','optin_5','mailchimp_7227261368','66.249.79.119','601',0),(16039,'2018-05-05 21:46:50','imp','optin_5','mailchimp_7227261368','66.249.79.119','668',0),(16040,'2018-05-05 21:48:01','imp','optin_5','mailchimp_7227261368','66.249.79.119','673',0),(16041,'2018-05-05 21:48:39','imp','optin_5','mailchimp_7227261368','66.249.79.117','599',0),(16042,'2018-05-05 21:58:04','imp','optin_5','mailchimp_7227261368','66.249.79.119','570',0),(16043,'2018-05-05 22:13:28','imp','optin_5','mailchimp_7227261368','81.23.124.94','0',0),(16044,'2018-05-05 22:13:33','imp','optin_5','mailchimp_7227261368','81.23.124.94','0',0),(16045,'2018-05-05 23:30:55','imp','optin_2','mailchimp_7227261368','37.9.113.83','92',0),(16046,'2018-05-05 23:30:59','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(16047,'2018-05-05 23:47:25','imp','optin_5','mailchimp_7227261368','174.37.241.142','0',0),(16048,'2018-05-05 23:50:42','imp','optin_5','mailchimp_7227261368','202.218.119.118','0',0),(16049,'2018-05-05 23:50:46','imp','optin_5','mailchimp_7227261368','202.218.119.118','0',0),(16050,'2018-05-05 23:56:18','imp','optin_5','mailchimp_7227261368','207.46.13.164','593',0),(16051,'2018-05-06 00:44:07','imp','optin_5','mailchimp_7227261368','51.254.38.5','0',0),(16052,'2018-05-06 03:32:32','imp','optin_5','mailchimp_7227261368','66.249.79.119','0',0),(16053,'2018-05-06 03:35:19','imp','optin_5','mailchimp_7227261368','66.249.79.117','0',0),(16054,'2018-05-06 03:35:31','imp','optin_8','7227261368','66.249.79.117','0',0),(16055,'2018-05-06 05:28:04','imp','optin_5','mailchimp_7227261368','81.31.155.72','0',0),(16056,'2018-05-06 05:28:04','imp','optin_5','mailchimp_7227261368','81.31.155.72','0',0),(16057,'2018-05-06 05:31:49','imp','optin_5','mailchimp_7227261368','40.77.167.182','666',0),(16058,'2018-05-06 06:13:28','imp','optin_5','mailchimp_7227261368','40.77.167.182','663',0),(16059,'2018-05-06 06:13:47','imp','optin_5','mailchimp_7227261368','207.46.13.164','0',0),(16060,'2018-05-06 07:57:41','imp','optin_2','mailchimp_7227261368','185.86.93.13','92',0),(16061,'2018-05-06 08:42:10','imp','optin_2','mailchimp_7227261368','202.46.55.80','92',0),(16062,'2018-05-06 08:50:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(16063,'2018-05-06 09:17:16','imp','optin_5','mailchimp_7227261368','138.201.163.62','0',0),(16064,'2018-05-06 09:31:36','imp','optin_2','mailchimp_7227261368','5.228.26.250','92',0),(16065,'2018-05-06 09:31:49','imp','optin_5','mailchimp_7227261368','5.228.26.250','0',0),(16066,'2018-05-06 10:19:17','imp','optin_2','mailchimp_7227261368','131.161.10.247','92',0),(16067,'2018-05-06 13:11:37','imp','optin_2','mailchimp_7227261368','2a03:2880:30:3fec:face:b00c:0:8000','92',0),(16068,'2018-05-06 13:11:48','imp','optin_5','mailchimp_7227261368','2a03:2880:30:3fed:face:b00c:0:8000','0',0),(16069,'2018-05-06 13:11:58','imp','optin_5','mailchimp_7227261368','2a03:2880:30:3fea:face:b00c:0:8000','0',0),(16070,'2018-05-06 13:12:17','imp','optin_8','7227261368','2a03:2880:30:3fed:face:b00c:0:8000','-1',0),(16071,'2018-05-06 13:38:19','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(16072,'2018-05-06 14:02:12','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16073,'2018-05-06 14:02:40','imp','optin_8','7227261368','66.249.65.135','-1',0),(16074,'2018-05-06 14:11:17','imp','optin_5','mailchimp_7227261368','81.88.49.20','0',0),(16075,'2018-05-06 14:11:27','imp','optin_5','mailchimp_7227261368','81.88.49.53','0',0),(16076,'2018-05-06 14:35:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(16077,'2018-05-06 15:38:14','imp','optin_5','mailchimp_7227261368','185.86.167.115','0',0),(16078,'2018-05-06 15:46:12','imp','optin_2','mailchimp_7227261368','40.77.167.42','411',0),(16079,'2018-05-06 15:46:12','imp','optin_2','mailchimp_7227261368','40.77.167.42','411',0),(16080,'2018-05-06 16:27:49','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16081,'2018-05-06 16:50:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(16082,'2018-05-06 16:53:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(16083,'2018-05-06 17:24:00','imp','optin_5','mailchimp_7227261368','81.88.49.29','0',0),(16084,'2018-05-06 17:46:21','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16085,'2018-05-06 17:46:28','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(16086,'2018-05-06 18:29:34','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(16087,'2018-05-06 18:53:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16088,'2018-05-06 18:56:02','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(16089,'2018-05-06 19:29:51','imp','optin_5','mailchimp_7227261368','186.202.126.163','0',0),(16090,'2018-05-06 19:37:00','imp','optin_5','mailchimp_7227261368','188.120.240.50','0',0),(16091,'2018-05-06 20:00:38','imp','optin_5','mailchimp_7227261368','190.61.4.74','0',0),(16092,'2018-05-06 20:13:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(16093,'2018-05-06 20:38:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(16094,'2018-05-06 20:41:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(16095,'2018-05-06 21:02:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16096,'2018-05-06 23:22:54','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(16097,'2018-05-06 23:26:28','imp','optin_2','mailchimp_7227261368','192.0.100.114','92',0),(16098,'2018-05-06 23:26:37','imp','optin_5','mailchimp_7227261368','192.0.100.114','0',0),(16099,'2018-05-07 00:11:01','imp','optin_2','mailchimp_7227261368','202.46.56.114','92',0),(16100,'2018-05-07 01:03:55','imp','optin_5','mailchimp_7227261368','89.160.3.18','0',0),(16101,'2018-05-07 01:54:51','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16102,'2018-05-07 02:52:06','imp','optin_5','mailchimp_7227261368','2001:41d0:1:a3a1::1','0',0),(16103,'2018-05-07 03:43:49','imp','optin_2','mailchimp_7227261368','212.129.57.65','92',0),(16104,'2018-05-07 05:11:00','imp','optin_5','mailchimp_7227261368','82.68.99.206','0',0),(16105,'2018-05-07 05:43:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16106,'2018-05-07 05:43:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(16107,'2018-05-07 06:08:54','imp','optin_5','mailchimp_7227261368','185.98.7.140','0',0),(16108,'2018-05-07 06:32:51','imp','optin_5','mailchimp_7227261368','122.28.54.19','0',0),(16109,'2018-05-07 06:33:04','imp','optin_5','mailchimp_7227261368','122.28.54.19','0',0),(16110,'2018-05-07 07:10:05','imp','optin_5','mailchimp_7227261368','66.249.65.139','0',0),(16111,'2018-05-07 07:44:07','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16112,'2018-05-07 07:50:46','imp','optin_5','mailchimp_7227261368','5.255.250.7','173',0),(16113,'2018-05-07 09:28:02','imp','optin_2','mailchimp_7227261368','131.161.10.220','92',0),(16114,'2018-05-07 09:39:42','imp','optin_2','mailchimp_7227261368','54.67.59.131','92',0),(16115,'2018-05-07 10:27:16','imp','optin_5','mailchimp_7227261368','66.249.65.68','0',0),(16116,'2018-05-07 10:47:34','imp','optin_5','mailchimp_7227261368','207.46.13.112','598',0),(16117,'2018-05-07 10:50:39','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16118,'2018-05-07 12:35:45','imp','optin_2','mailchimp_7227261368','212.129.57.65','92',0),(16119,'2018-05-07 15:53:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(16120,'2018-05-07 17:11:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16121,'2018-05-07 17:23:05','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:bfe5:face:b00c:0:8000','92',0),(16122,'2018-05-07 17:42:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(16123,'2018-05-07 18:12:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16124,'2018-05-07 18:39:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(16125,'2018-05-07 19:47:29','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16126,'2018-05-07 20:40:27','imp','optin_2','mailchimp_7227261368','52.88.128.246','92',0),(16127,'2018-05-07 20:51:21','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16128,'2018-05-07 21:23:52','imp','optin_2','mailchimp_7227261368','202.46.52.18','92',0),(16129,'2018-05-07 23:22:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16130,'2018-05-07 23:36:56','imp','optin_5','mailchimp_7227261368','157.55.39.154','0',0),(16131,'2018-05-08 00:21:41','imp','optin_5','mailchimp_7227261368','207.46.13.164','575',0),(16132,'2018-05-08 01:54:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16133,'2018-05-08 02:30:06','imp','optin_5','mailchimp_7227261368','157.55.39.187','173',0),(16134,'2018-05-08 03:21:58','imp','optin_5','mailchimp_7227261368','157.55.39.154','599',0),(16135,'2018-05-08 04:07:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16136,'2018-05-08 04:21:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(16137,'2018-05-08 04:52:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(16138,'2018-05-08 05:32:58','imp','optin_2','mailchimp_7227261368','138.197.67.85','92',0),(16139,'2018-05-08 05:33:32','imp','optin_2','mailchimp_7227261368','138.197.67.85','2',0),(16140,'2018-05-08 05:33:32','imp','optin_5','mailchimp_7227261368','138.197.67.85','76',0),(16141,'2018-05-08 05:33:37','imp','optin_2','mailchimp_7227261368','138.197.67.85','92',0),(16142,'2018-05-08 05:33:37','imp','optin_5','mailchimp_7227261368','138.197.67.85','0',0),(16143,'2018-05-08 05:33:37','imp','optin_5','mailchimp_7227261368','138.197.67.85','0',0),(16144,'2018-05-08 05:33:38','imp','optin_5','mailchimp_7227261368','138.197.67.85','714',0),(16145,'2018-05-08 05:33:42','imp','optin_5','mailchimp_7227261368','138.197.67.85','0',0),(16146,'2018-05-08 05:33:43','imp','optin_5','mailchimp_7227261368','138.197.67.85','663',0),(16147,'2018-05-08 05:33:43','imp','optin_5','mailchimp_7227261368','138.197.67.85','411',0),(16148,'2018-05-08 05:33:43','imp','optin_5','mailchimp_7227261368','138.197.67.85','598',0),(16149,'2018-05-08 05:33:44','imp','optin_5','mailchimp_7227261368','138.197.67.85','664',0),(16150,'2018-05-08 05:33:46','imp','optin_5','mailchimp_7227261368','138.197.67.85','665',0),(16151,'2018-05-08 05:33:47','imp','optin_5','mailchimp_7227261368','138.197.67.85','666',0),(16152,'2018-05-08 05:33:47','imp','optin_5','mailchimp_7227261368','138.197.67.85','667',0),(16153,'2018-05-08 05:38:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16154,'2018-05-08 06:06:51','imp','optin_2','mailchimp_7227261368','138.197.96.249','92',0),(16155,'2018-05-08 06:06:57','imp','optin_5','mailchimp_7227261368','138.197.96.249','0',0),(16156,'2018-05-08 06:09:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(16157,'2018-05-08 08:01:00','imp','optin_5','mailchimp_7227261368','67.61.168.86','714',0),(16158,'2018-05-08 08:01:08','imp','optin_5','mailchimp_7227261368','67.61.168.86','0',0),(16159,'2018-05-08 08:01:12','imp','optin_7','mailchimp_7227261368','67.61.168.86','714',0),(16160,'2018-05-08 08:01:23','imp','optin_5','mailchimp_7227261368','67.61.168.86','0',0),(16161,'2018-05-08 08:01:31','imp','optin_8','7227261368','67.61.168.86','714',0),(16162,'2018-05-08 08:37:43','imp','optin_2','mailchimp_7227261368','138.197.64.48','92',0),(16163,'2018-05-08 08:38:07','imp','optin_5','mailchimp_7227261368','138.197.64.48','667',0),(16164,'2018-05-08 08:38:08','imp','optin_2','mailchimp_7227261368','138.197.64.48','2',0),(16165,'2018-05-08 08:38:08','imp','optin_5','mailchimp_7227261368','138.197.64.48','76',0),(16166,'2018-05-08 08:38:12','imp','optin_2','mailchimp_7227261368','138.197.64.48','92',0),(16167,'2018-05-08 08:38:14','imp','optin_5','mailchimp_7227261368','138.197.64.48','0',0),(16168,'2018-05-08 08:38:14','imp','optin_5','mailchimp_7227261368','138.197.64.48','0',0),(16169,'2018-05-08 08:38:18','imp','optin_5','mailchimp_7227261368','138.197.64.48','714',0),(16170,'2018-05-08 08:38:20','imp','optin_5','mailchimp_7227261368','138.197.64.48','0',0),(16171,'2018-05-08 08:38:20','imp','optin_5','mailchimp_7227261368','138.197.64.48','411',0),(16172,'2018-05-08 08:38:21','imp','optin_5','mailchimp_7227261368','138.197.64.48','598',0),(16173,'2018-05-08 08:38:21','imp','optin_5','mailchimp_7227261368','138.197.64.48','663',0),(16174,'2018-05-08 08:38:24','imp','optin_5','mailchimp_7227261368','138.197.64.48','664',0),(16175,'2018-05-08 08:38:25','imp','optin_5','mailchimp_7227261368','138.197.64.48','665',0),(16176,'2018-05-08 08:38:25','imp','optin_5','mailchimp_7227261368','138.197.64.48','666',0),(16177,'2018-05-08 09:21:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(16178,'2018-05-08 10:22:14','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(16179,'2018-05-08 10:23:20','imp','optin_8','7227261368','87.250.224.98','697',0),(16180,'2018-05-08 10:30:43','imp','optin_2','mailchimp_7227261368','131.161.8.223','92',0),(16181,'2018-05-08 11:00:11','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(16182,'2018-05-08 11:23:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(16183,'2018-05-08 11:35:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(16184,'2018-05-08 13:10:39','imp','optin_2','mailchimp_7227261368','207.46.13.112','411',0),(16185,'2018-05-08 13:10:39','imp','optin_2','mailchimp_7227261368','207.46.13.112','411',0),(16186,'2018-05-08 13:20:59','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(16187,'2018-05-08 14:08:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16188,'2018-05-08 14:25:18','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16189,'2018-05-08 14:38:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','411',0),(16190,'2018-05-08 15:46:34','imp','optin_2','mailchimp_7227261368','34.217.74.173','92',0),(16191,'2018-05-08 15:46:40','imp','optin_2','mailchimp_7227261368','34.210.208.241','92',0),(16192,'2018-05-08 20:05:26','imp','optin_2','mailchimp_7227261368','157.55.39.40','92',0),(16193,'2018-05-08 20:06:25','imp','optin_5','mailchimp_7227261368','157.55.39.63','0',0),(16194,'2018-05-08 20:06:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(16195,'2018-05-08 20:17:37','imp','optin_2','mailchimp_7227261368','207.46.13.112','92',0),(16196,'2018-05-08 21:38:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16197,'2018-05-08 21:42:42','imp','optin_5','mailchimp_7227261368','40.77.167.93','663',0),(16198,'2018-05-08 22:11:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(16199,'2018-05-08 22:28:31','imp','optin_5','mailchimp_7227261368','66.249.79.89','843',0),(16200,'2018-05-08 22:30:18','imp','optin_8','7227261368','66.249.79.85','843',0),(16201,'2018-05-08 22:49:29','imp','optin_5','mailchimp_7227261368','141.8.183.35','667',0),(16202,'2018-05-08 22:50:15','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(16203,'2018-05-08 23:17:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16204,'2018-05-08 23:48:34','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(16205,'2018-05-08 23:48:38','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(16206,'2018-05-08 23:50:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16207,'2018-05-09 00:25:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(16208,'2018-05-09 00:45:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16209,'2018-05-09 00:52:39','imp','optin_5','mailchimp_7227261368','72.52.133.20','0',0),(16210,'2018-05-09 01:13:00','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16211,'2018-05-09 01:31:38','imp','optin_5','mailchimp_7227261368','218.66.74.197','0',0),(16212,'2018-05-09 03:43:31','imp','optin_2','mailchimp_7227261368','5.166.138.14','92',0),(16213,'2018-05-09 03:43:43','imp','optin_5','mailchimp_7227261368','5.166.138.14','0',0),(16214,'2018-05-09 03:49:36','imp','optin_5','mailchimp_7227261368','178.208.34.202','0',0),(16215,'2018-05-09 05:11:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16216,'2018-05-09 05:24:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16217,'2018-05-09 05:27:54','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16218,'2018-05-09 07:28:48','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16219,'2018-05-09 07:28:52','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16220,'2018-05-09 08:15:49','imp','optin_5','mailchimp_7227261368','69.12.66.213','0',0),(16221,'2018-05-09 08:50:19','imp','optin_5','mailchimp_7227261368','157.55.39.154','0',0),(16222,'2018-05-09 10:13:32','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(16223,'2018-05-09 10:13:36','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(16224,'2018-05-09 10:15:19','imp','optin_5','mailchimp_7227261368','195.154.177.103','0',0),(16225,'2018-05-09 10:26:56','imp','optin_2','mailchimp_7227261368','131.161.10.238','92',0),(16226,'2018-05-09 10:39:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16227,'2018-05-09 10:40:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(16228,'2018-05-09 10:41:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(16229,'2018-05-09 10:48:00','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16230,'2018-05-09 11:27:55','imp','optin_2','mailchimp_7227261368','216.145.11.94','92',0),(16231,'2018-05-09 12:24:13','imp','optin_2','mailchimp_7227261368','116.206.200.89','92',0),(16232,'2018-05-09 12:24:20','imp','optin_5','mailchimp_7227261368','116.206.200.89','0',0),(16233,'2018-05-09 12:24:24','imp','optin_5','mailchimp_7227261368','116.206.200.89','0',0),(16234,'2018-05-09 12:24:27','imp','optin_5','mailchimp_7227261368','116.206.200.89','0',0),(16235,'2018-05-09 12:24:46','imp','optin_8','7227261368','116.206.200.89','-1',0),(16236,'2018-05-09 13:00:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(16237,'2018-05-09 13:15:27','imp','optin_5','mailchimp_7227261368','2a02:25aa:1:4000:beef::16','0',0),(16238,'2018-05-09 13:15:29','imp','optin_5','mailchimp_7227261368','2a02:25aa:1:4000:beef::16','0',0),(16239,'2018-05-09 14:04:14','imp','optin_5','mailchimp_7227261368','23.235.228.201','0',0),(16240,'2018-05-09 14:30:12','imp','optin_5','mailchimp_7227261368','2607:fe90:5::32','0',0),(16241,'2018-05-09 15:42:09','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(16242,'2018-05-09 15:42:20','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(16243,'2018-05-09 15:42:38','imp','optin_8','7227261368','66.249.64.213','0',0),(16244,'2018-05-09 16:07:42','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(16245,'2018-05-09 16:28:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16246,'2018-05-09 16:52:25','imp','optin_5','mailchimp_7227261368','141.8.143.175','597',0),(16247,'2018-05-09 16:59:22','imp','optin_2','mailchimp_7227261368','202.46.52.12','92',0),(16248,'2018-05-09 17:08:16','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16249,'2018-05-09 17:37:36','imp','optin_5','mailchimp_7227261368','151.80.199.98','0',0),(16250,'2018-05-09 18:04:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16251,'2018-05-09 19:11:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(16252,'2018-05-09 19:45:44','imp','optin_5','mailchimp_7227261368','116.240.93.250','714',0),(16253,'2018-05-09 19:45:49','imp','optin_5','mailchimp_7227261368','116.240.93.250','0',0),(16254,'2018-05-09 19:46:00','imp','optin_7','mailchimp_7227261368','116.240.93.250','714',0),(16255,'2018-05-09 19:46:44','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(16256,'2018-05-09 20:18:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(16257,'2018-05-09 21:07:31','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(16258,'2018-05-09 21:25:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16259,'2018-05-09 21:49:32','imp','optin_5','mailchimp_7227261368','2a01:7e0:0:134::11f5','0',0),(16260,'2018-05-09 21:54:01','imp','optin_5','mailchimp_7227261368','89.111.179.130','0',0),(16261,'2018-05-09 22:35:35','imp','optin_5','mailchimp_7227261368','213.180.203.13','667',0),(16262,'2018-05-09 22:35:53','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(16263,'2018-05-10 00:28:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(16264,'2018-05-10 00:30:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(16265,'2018-05-10 00:31:30','imp','optin_2','mailchimp_7227261368','89.234.68.76','92',0),(16266,'2018-05-10 00:31:38','imp','optin_2','mailchimp_7227261368','83.71.247.36','92',0),(16267,'2018-05-10 00:31:54','imp','optin_5','mailchimp_7227261368','89.234.68.76','76',0),(16268,'2018-05-10 00:32:04','imp','optin_5','mailchimp_7227261368','83.71.247.36','76',0),(16269,'2018-05-10 00:32:06','imp','optin_5','mailchimp_7227261368','89.234.68.76','664',0),(16270,'2018-05-10 00:32:23','imp','optin_5','mailchimp_7227261368','89.234.68.76','714',0),(16271,'2018-05-10 00:32:24','imp','optin_5','mailchimp_7227261368','83.71.247.36','664',0),(16272,'2018-05-10 00:32:45','imp','optin_5','mailchimp_7227261368','89.234.68.76','663',0),(16273,'2018-05-10 00:32:47','imp','optin_5','mailchimp_7227261368','83.71.247.36','714',0),(16274,'2018-05-10 00:33:05','imp','optin_2','mailchimp_7227261368','89.234.68.76','92',0),(16275,'2018-05-10 00:33:11','imp','optin_5','mailchimp_7227261368','83.71.247.36','663',0),(16276,'2018-05-10 00:33:38','imp','optin_2','mailchimp_7227261368','83.71.247.36','92',0),(16277,'2018-05-10 00:46:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16278,'2018-05-10 00:46:39','imp','optin_2','mailchimp_7227261368','89.234.68.108','92',0),(16279,'2018-05-10 00:46:45','imp','optin_2','mailchimp_7227261368','89.234.68.100','92',0),(16280,'2018-05-10 00:47:02','imp','optin_5','mailchimp_7227261368','89.234.68.108','76',0),(16281,'2018-05-10 00:47:03','imp','optin_5','mailchimp_7227261368','89.234.68.100','76',0),(16282,'2018-05-10 00:47:17','imp','optin_5','mailchimp_7227261368','89.234.68.100','664',0),(16283,'2018-05-10 00:47:32','imp','optin_5','mailchimp_7227261368','89.234.68.108','664',0),(16284,'2018-05-10 00:47:34','imp','optin_5','mailchimp_7227261368','89.234.68.100','714',0),(16285,'2018-05-10 00:47:58','imp','optin_5','mailchimp_7227261368','89.234.68.108','714',0),(16286,'2018-05-10 00:48:00','imp','optin_5','mailchimp_7227261368','89.234.68.100','663',0),(16287,'2018-05-10 00:48:23','imp','optin_5','mailchimp_7227261368','89.234.68.108','663',0),(16288,'2018-05-10 00:48:31','imp','optin_2','mailchimp_7227261368','89.234.68.100','92',0),(16289,'2018-05-10 00:48:43','imp','optin_2','mailchimp_7227261368','89.234.68.108','92',0),(16290,'2018-05-10 01:22:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(16291,'2018-05-10 01:48:32','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16292,'2018-05-10 02:34:22','imp','optin_5','mailchimp_7227261368','218.66.74.197','0',0),(16293,'2018-05-10 02:48:29','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16294,'2018-05-10 02:48:57','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16295,'2018-05-10 02:48:57','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16296,'2018-05-10 02:59:10','imp','optin_5','mailchimp_7227261368','2601:802:8000:37c5:bd0b:aee8:9180:b05','714',0),(16297,'2018-05-10 02:59:17','imp','optin_5','mailchimp_7227261368','98.212.45.234','0',0),(16298,'2018-05-10 02:59:20','imp','optin_7','mailchimp_7227261368','98.212.45.234','714',0),(16299,'2018-05-10 02:59:25','imp','optin_5','mailchimp_7227261368','2601:802:8000:37c5:bd0b:aee8:9180:b05','0',0),(16300,'2018-05-10 02:59:30','imp','optin_8','7227261368','98.212.45.234','714',0),(16301,'2018-05-10 04:03:48','imp','optin_5','mailchimp_7227261368','159.203.76.114','0',0),(16302,'2018-05-10 04:58:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16303,'2018-05-10 05:42:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(16304,'2018-05-10 07:18:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16305,'2018-05-10 07:38:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16306,'2018-05-10 08:47:34','imp','optin_2','mailchimp_7227261368','45.5.36.253','92',0),(16307,'2018-05-10 08:47:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16308,'2018-05-10 09:21:58','imp','optin_5','mailchimp_7227261368','103.227.176.8','0',0),(16309,'2018-05-10 09:53:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(16310,'2018-05-10 10:17:41','imp','optin_2','mailchimp_7227261368','131.161.10.253','92',0),(16311,'2018-05-10 11:38:42','imp','optin_2','mailchimp_7227261368','51.15.73.150','92',0),(16312,'2018-05-10 11:55:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(16313,'2018-05-10 12:38:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16314,'2018-05-10 13:24:15','imp','optin_2','mailchimp_7227261368','69.28.90.118','92',0),(16315,'2018-05-10 13:40:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(16316,'2018-05-10 15:37:19','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16317,'2018-05-10 15:37:58','imp','optin_8','7227261368','66.249.65.135','-1',0),(16318,'2018-05-10 15:42:36','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(16319,'2018-05-10 16:03:12','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(16320,'2018-05-10 16:53:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(16321,'2018-05-10 17:22:12','imp','optin_5','mailchimp_7227261368','93.158.161.121','591',0),(16322,'2018-05-10 17:23:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16323,'2018-05-10 17:38:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(16324,'2018-05-10 18:52:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(16325,'2018-05-10 19:06:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(16326,'2018-05-10 19:34:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16327,'2018-05-10 19:42:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16328,'2018-05-10 20:03:18','imp','optin_5','mailchimp_7227261368','2404:8280:a111:101::48','0',0),(16329,'2018-05-10 21:43:57','imp','optin_5','mailchimp_7227261368','185.98.7.164','0',0),(16330,'2018-05-10 22:06:25','imp','optin_5','mailchimp_7227261368','87.229.51.49','0',0),(16331,'2018-05-10 22:33:39','imp','optin_5','mailchimp_7227261368','188.138.105.23','0',0),(16332,'2018-05-10 22:36:44','imp','optin_5','mailchimp_7227261368','193.233.155.200','0',0),(16333,'2018-05-10 22:36:45','imp','optin_5','mailchimp_7227261368','193.233.155.200','0',0),(16334,'2018-05-10 23:20:01','imp','optin_2','mailchimp_7227261368','202.46.52.74','92',0),(16335,'2018-05-11 00:31:02','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16336,'2018-05-11 00:37:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(16337,'2018-05-11 01:54:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(16338,'2018-05-11 02:02:52','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(16339,'2018-05-11 02:15:57','imp','optin_5','mailchimp_7227261368','110.83.60.135','0',0),(16340,'2018-05-11 02:35:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(16341,'2018-05-11 03:11:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(16342,'2018-05-11 03:17:23','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(16343,'2018-05-11 03:55:53','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(16344,'2018-05-11 05:12:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(16345,'2018-05-11 05:22:17','imp','optin_5','mailchimp_7227261368','178.32.13.93','0',0),(16346,'2018-05-11 06:00:04','imp','optin_2','mailchimp_7227261368','52.3.250.175','92',0),(16347,'2018-05-11 06:01:08','imp','optin_2','mailchimp_7227261368','52.3.250.175','92',0),(16348,'2018-05-11 06:03:11','imp','optin_2','mailchimp_7227261368','52.3.250.175','92',0),(16349,'2018-05-11 06:09:30','imp','optin_5','mailchimp_7227261368','5.255.250.7','679',0),(16350,'2018-05-11 06:15:17','imp','optin_2','mailchimp_7227261368','52.3.250.175','92',0),(16351,'2018-05-11 07:08:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(16352,'2018-05-11 07:35:24','imp','optin_5','mailchimp_7227261368','94.73.151.12','0',0),(16353,'2018-05-11 07:35:52','imp','optin_5','mailchimp_7227261368','94.73.151.12','0',0),(16354,'2018-05-11 07:44:43','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(16355,'2018-05-11 07:47:12','imp','optin_5','mailchimp_7227261368','37.9.171.95','0',0),(16356,'2018-05-11 07:47:21','imp','optin_5','mailchimp_7227261368','37.9.171.95','0',0),(16357,'2018-05-11 08:11:36','imp','optin_5','mailchimp_7227261368','207.46.13.72','0',0),(16358,'2018-05-11 08:23:15','imp','optin_2','mailchimp_7227261368','178.140.25.174','92',0),(16359,'2018-05-11 08:23:36','imp','optin_5','mailchimp_7227261368','178.140.25.174','0',0),(16360,'2018-05-11 08:36:10','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16361,'2018-05-11 08:47:21','imp','optin_5','mailchimp_7227261368','69.12.66.213','0',0),(16362,'2018-05-11 09:51:42','imp','optin_2','mailchimp_7227261368','131.161.10.211','92',0),(16363,'2018-05-11 11:23:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(16364,'2018-05-11 12:08:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16365,'2018-05-11 12:29:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(16366,'2018-05-11 13:04:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(16367,'2018-05-11 13:52:33','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16368,'2018-05-11 13:53:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(16369,'2018-05-11 14:08:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(16370,'2018-05-11 14:31:07','imp','optin_2','mailchimp_7227261368','54.37.188.88','92',0),(16371,'2018-05-11 14:54:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(16372,'2018-05-11 16:20:01','imp','optin_5','mailchimp_7227261368','72.52.133.20','0',0),(16373,'2018-05-11 16:20:04','imp','optin_5','mailchimp_7227261368','72.52.133.20','0',0),(16374,'2018-05-11 17:09:31','imp','optin_2','mailchimp_7227261368','165.227.208.203','92',0),(16375,'2018-05-11 17:09:37','imp','optin_5','mailchimp_7227261368','165.227.208.203','0',0),(16376,'2018-05-11 17:10:43','imp','optin_5','mailchimp_7227261368','165.227.208.203','666',0),(16377,'2018-05-11 17:10:44','imp','optin_2','mailchimp_7227261368','165.227.208.203','2',0),(16378,'2018-05-11 17:10:44','imp','optin_5','mailchimp_7227261368','165.227.208.203','76',0),(16379,'2018-05-11 17:10:48','imp','optin_5','mailchimp_7227261368','165.227.208.203','0',0),(16380,'2018-05-11 17:10:51','imp','optin_2','mailchimp_7227261368','165.227.208.203','92',0),(16381,'2018-05-11 17:10:52','imp','optin_5','mailchimp_7227261368','165.227.208.203','0',0),(16382,'2018-05-11 17:10:53','imp','optin_5','mailchimp_7227261368','165.227.208.203','411',0),(16383,'2018-05-11 17:10:53','imp','optin_5','mailchimp_7227261368','165.227.208.203','714',0),(16384,'2018-05-11 17:10:56','imp','optin_5','mailchimp_7227261368','165.227.208.203','598',0),(16385,'2018-05-11 17:10:57','imp','optin_5','mailchimp_7227261368','165.227.208.203','663',0),(16386,'2018-05-11 17:10:58','imp','optin_5','mailchimp_7227261368','165.227.208.203','664',0),(16387,'2018-05-11 17:10:58','imp','optin_5','mailchimp_7227261368','165.227.208.203','665',0),(16388,'2018-05-11 17:11:07','imp','optin_5','mailchimp_7227261368','165.227.208.203','667',0),(16389,'2018-05-11 17:42:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(16390,'2018-05-11 18:11:26','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(16391,'2018-05-11 18:38:25','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16392,'2018-05-11 18:45:33','imp','optin_5','mailchimp_7227261368','72.52.133.20','0',0),(16393,'2018-05-11 18:45:38','imp','optin_5','mailchimp_7227261368','72.52.133.20','0',0),(16394,'2018-05-11 19:32:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16395,'2018-05-11 20:36:50','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(16396,'2018-05-11 20:37:51','imp','optin_8','7227261368','66.249.65.135','-1',0),(16397,'2018-05-12 00:25:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(16398,'2018-05-12 00:55:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16399,'2018-05-12 01:12:52','imp','optin_5','mailchimp_7227261368','192.158.237.226','0',0),(16400,'2018-05-12 01:12:58','imp','optin_5','mailchimp_7227261368','192.158.237.226','0',0),(16401,'2018-05-12 01:39:20','imp','optin_5','mailchimp_7227261368','110.83.60.135','0',0),(16402,'2018-05-12 02:07:48','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:7::95','0',0),(16403,'2018-05-12 02:28:40','imp','optin_5','mailchimp_7227261368','167.99.212.39','0',0),(16404,'2018-05-12 02:29:17','imp','optin_5','mailchimp_7227261368','167.99.212.39','0',0),(16405,'2018-05-12 02:41:23','imp','optin_5','mailchimp_7227261368','167.99.212.39','76',0),(16406,'2018-05-12 02:44:35','imp','optin_2','mailchimp_7227261368','167.99.212.39','92',0),(16407,'2018-05-12 03:30:28','imp','optin_2','mailchimp_7227261368','66.249.65.137','411',0),(16408,'2018-05-12 03:30:28','imp','optin_2','mailchimp_7227261368','66.249.65.137','411',0),(16409,'2018-05-12 03:31:46','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(16410,'2018-05-12 03:56:35','imp','optin_5','mailchimp_7227261368','213.251.182.113','0',0),(16411,'2018-05-12 04:07:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(16412,'2018-05-12 04:23:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(16413,'2018-05-12 04:42:51','imp','optin_5','mailchimp_7227261368','2607:f298:6:a066::249:9517','0',0),(16414,'2018-05-12 04:42:54','imp','optin_5','mailchimp_7227261368','2607:f298:6:a066::249:9517','0',0),(16415,'2018-05-12 04:59:28','imp','optin_5','mailchimp_7227261368','157.55.39.7','0',0),(16416,'2018-05-12 06:20:36','imp','optin_2','mailchimp_7227261368','202.46.49.139','92',0),(16417,'2018-05-12 07:11:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(16418,'2018-05-12 08:04:52','imp','optin_2','mailchimp_7227261368','37.146.196.183','92',0),(16419,'2018-05-12 08:18:04','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16420,'2018-05-12 08:18:10','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16421,'2018-05-12 08:46:34','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16422,'2018-05-12 08:46:45','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16423,'2018-05-12 09:07:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(16424,'2018-05-12 09:36:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16425,'2018-05-12 09:40:56','imp','optin_2','mailchimp_7227261368','131.161.8.211','92',0),(16426,'2018-05-12 10:55:15','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16427,'2018-05-12 10:55:18','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16428,'2018-05-12 10:55:24','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16429,'2018-05-12 10:55:26','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16430,'2018-05-12 10:55:29','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16431,'2018-05-12 10:55:31','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9cb::b9ea:d9cb','0',0),(16432,'2018-05-12 10:58:48','imp','optin_2','mailchimp_7227261368','66.249.75.153','92',0),(16433,'2018-05-12 10:59:03','imp','optin_8','7227261368','66.249.75.153','-1',0),(16434,'2018-05-12 11:15:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16435,'2018-05-12 12:20:56','imp','optin_2','mailchimp_7227261368','202.46.55.144','92',0),(16436,'2018-05-12 12:43:22','imp','optin_5','mailchimp_7227261368','66.249.75.153','0',0),(16437,'2018-05-12 12:43:29','imp','optin_8','7227261368','66.249.75.153','0',0),(16438,'2018-05-12 13:06:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(16439,'2018-05-12 13:09:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(16440,'2018-05-12 13:46:49','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(16441,'2018-05-12 13:53:11','imp','optin_2','mailchimp_7227261368','66.249.75.151','92',0),(16442,'2018-05-12 14:07:29','imp','optin_5','mailchimp_7227261368','213.251.182.113','0',0),(16443,'2018-05-12 14:38:55','imp','optin_5','mailchimp_7227261368','157.55.39.7','593',0),(16444,'2018-05-12 14:41:53','imp','optin_5','mailchimp_7227261368','84.200.72.22','0',0),(16445,'2018-05-12 14:52:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(16446,'2018-05-12 15:18:25','imp','optin_5','mailchimp_7227261368','128.140.220.83','0',0),(16447,'2018-05-12 15:19:11','imp','optin_5','mailchimp_7227261368','207.46.13.16','592',0),(16448,'2018-05-12 15:19:15','imp','optin_5','mailchimp_7227261368','207.46.13.16','663',0),(16449,'2018-05-12 15:19:22','imp','optin_5','mailchimp_7227261368','157.55.39.7','0',0),(16450,'2018-05-12 15:29:13','imp','optin_5','mailchimp_7227261368','207.46.13.71','598',0),(16451,'2018-05-12 15:40:50','imp','optin_5','mailchimp_7227261368','37.17.224.27','0',0),(16452,'2018-05-12 15:40:54','imp','optin_5','mailchimp_7227261368','37.17.224.27','0',0),(16453,'2018-05-12 16:11:36','imp','optin_2','mailchimp_7227261368','46.242.9.174','92',0),(16454,'2018-05-12 16:12:49','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16455,'2018-05-12 16:12:58','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(16456,'2018-05-12 16:35:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(16457,'2018-05-12 18:22:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(16458,'2018-05-12 18:50:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16459,'2018-05-12 19:28:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16460,'2018-05-12 20:21:37','imp','optin_5','mailchimp_7227261368','118.139.161.46','0',0),(16461,'2018-05-12 20:21:38','imp','optin_5','mailchimp_7227261368','118.139.161.46','0',0),(16462,'2018-05-12 20:22:01','imp','optin_5','mailchimp_7227261368','118.139.161.46','0',0),(16463,'2018-05-12 20:22:05','imp','optin_5','mailchimp_7227261368','118.139.161.46','0',0),(16464,'2018-05-12 20:24:34','imp','optin_5','mailchimp_7227261368','2607:fe90:5::52','0',0),(16465,'2018-05-12 20:30:45','imp','optin_2','mailchimp_7227261368','202.46.49.72','92',0),(16466,'2018-05-12 20:49:41','imp','optin_5','mailchimp_7227261368','111.221.45.72','0',0),(16467,'2018-05-12 21:03:27','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16468,'2018-05-12 21:03:31','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16469,'2018-05-12 21:03:35','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16470,'2018-05-12 21:03:38','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16471,'2018-05-12 21:03:42','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16472,'2018-05-12 21:03:46','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16473,'2018-05-12 21:03:50','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16474,'2018-05-12 21:03:53','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16475,'2018-05-12 21:03:57','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16476,'2018-05-12 21:04:01','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16477,'2018-05-12 21:12:33','imp','optin_5','mailchimp_7227261368','51.254.49.255','0',0),(16478,'2018-05-12 22:31:37','imp','optin_2','mailchimp_7227261368','146.0.77.13','92',0),(16479,'2018-05-12 23:23:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16480,'2018-05-12 23:24:44','imp','optin_5','mailchimp_7227261368','37.186.144.29','0',0),(16481,'2018-05-12 23:24:49','imp','optin_5','mailchimp_7227261368','37.186.144.29','0',0),(16482,'2018-05-12 23:40:49','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16483,'2018-05-12 23:54:53','imp','optin_5','mailchimp_7227261368','120.79.171.34','0',0),(16484,'2018-05-13 00:04:46','imp','optin_2','mailchimp_7227261368','66.249.75.155','92',0),(16485,'2018-05-13 01:24:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(16486,'2018-05-13 01:34:25','imp','optin_2','mailchimp_7227261368','185.234.217.80','92',0),(16487,'2018-05-13 01:34:30','imp','optin_5','mailchimp_7227261368','185.234.217.80','0',0),(16488,'2018-05-13 02:08:12','imp','optin_5','mailchimp_7227261368','5.255.250.7','570',0),(16489,'2018-05-13 02:22:50','imp','optin_5','mailchimp_7227261368','37.59.178.111','0',0),(16490,'2018-05-13 02:37:40','imp','optin_2','mailchimp_7227261368','81.24.208.83','92',0),(16491,'2018-05-13 02:37:44','imp','optin_2','mailchimp_7227261368','81.24.208.83','92',0),(16492,'2018-05-13 02:37:48','imp','optin_2','mailchimp_7227261368','81.24.208.83','92',0),(16493,'2018-05-13 02:57:39','imp','optin_2','mailchimp_7227261368','95.181.179.218','92',0),(16494,'2018-05-13 02:58:10','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16495,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16496,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16497,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16498,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16499,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16500,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16501,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16502,'2018-05-13 02:58:16','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16503,'2018-05-13 02:58:17','imp','optin_2','mailchimp_7227261368','95.181.179.218','92',0),(16504,'2018-05-13 02:58:19','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16505,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16506,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16507,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16508,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16509,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16510,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16511,'2018-05-13 02:58:31','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16512,'2018-05-13 02:58:34','imp','optin_5','mailchimp_7227261368','95.181.179.218','0',0),(16513,'2018-05-13 04:09:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16514,'2018-05-13 04:24:14','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(16515,'2018-05-13 04:30:00','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:7::101','0',0),(16516,'2018-05-13 04:55:39','imp','optin_2','mailchimp_7227261368','5.16.86.249','92',0),(16517,'2018-05-13 04:56:03','imp','optin_5','mailchimp_7227261368','5.16.86.249','0',0),(16518,'2018-05-13 04:56:41','imp','optin_8','7227261368','5.16.86.249','-1',0),(16519,'2018-05-13 05:22:33','imp','optin_5','mailchimp_7227261368','2a02:25a9:0:b6d4::1','0',0),(16520,'2018-05-13 06:13:46','imp','optin_5','mailchimp_7227261368','193.34.145.202','0',0),(16521,'2018-05-13 07:53:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16522,'2018-05-13 09:37:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(16523,'2018-05-13 10:24:41','imp','optin_2','mailchimp_7227261368','131.161.9.242','92',0),(16524,'2018-05-13 10:50:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(16525,'2018-05-13 11:46:03','imp','optin_5','mailchimp_7227261368','65.55.213.31','0',0),(16526,'2018-05-13 11:51:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(16527,'2018-05-13 13:25:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16528,'2018-05-13 13:39:50','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(16529,'2018-05-13 14:37:24','imp','optin_5','mailchimp_7227261368','79.96.168.232','0',0),(16530,'2018-05-13 14:41:32','imp','optin_2','mailchimp_7227261368','202.46.57.168','92',0),(16531,'2018-05-13 14:42:47','imp','optin_5','mailchimp_7227261368','2a01:4f8:201:9469::2','0',0),(16532,'2018-05-13 15:35:56','imp','optin_2','mailchimp_7227261368','54.163.195.220','92',0),(16533,'2018-05-13 15:36:34','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(16534,'2018-05-13 16:00:48','imp','optin_5','mailchimp_7227261368','46.242.240.253','0',0),(16535,'2018-05-13 16:05:27','imp','optin_2','mailchimp_7227261368','34.240.9.254','92',0),(16536,'2018-05-13 16:52:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(16537,'2018-05-13 17:22:50','imp','optin_5','mailchimp_7227261368','45.32.230.224','0',0),(16538,'2018-05-13 18:01:23','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16539,'2018-05-13 18:01:37','imp','optin_2','mailchimp_7227261368','61.91.235.226','92',0),(16540,'2018-05-13 18:02:24','imp','optin_5','mailchimp_7227261368','61.91.235.226','0',0),(16541,'2018-05-13 18:56:11','imp','optin_5','mailchimp_7227261368','50.63.147.13','0',0),(16542,'2018-05-13 19:29:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16543,'2018-05-13 20:13:43','imp','optin_5','mailchimp_7227261368','138.201.163.62','0',0),(16544,'2018-05-13 20:13:44','imp','optin_5','mailchimp_7227261368','138.201.163.62','0',0),(16545,'2018-05-13 20:23:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(16546,'2018-05-13 20:42:31','imp','optin_5','mailchimp_7227261368','213.251.182.114','0',0),(16547,'2018-05-13 20:42:51','imp','optin_5','mailchimp_7227261368','213.251.182.114','0',0),(16548,'2018-05-13 20:42:55','imp','optin_5','mailchimp_7227261368','213.251.182.114','0',0),(16549,'2018-05-13 22:09:27','imp','optin_5','mailchimp_7227261368','81.88.49.40','0',0),(16550,'2018-05-13 22:09:59','imp','optin_5','mailchimp_7227261368','81.88.49.40','0',0),(16551,'2018-05-13 22:10:00','imp','optin_5','mailchimp_7227261368','81.88.49.26','0',0),(16552,'2018-05-13 22:34:45','imp','optin_5','mailchimp_7227261368','31.187.84.43','0',0),(16553,'2018-05-13 22:52:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(16554,'2018-05-13 23:53:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16555,'2018-05-14 00:09:17','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16556,'2018-05-14 00:47:40','imp','optin_5','mailchimp_7227261368','77.111.150.118','0',0),(16557,'2018-05-14 01:34:13','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16558,'2018-05-14 01:34:37','imp','optin_8','7227261368','66.249.65.135','-1',0),(16559,'2018-05-14 01:41:44','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(16560,'2018-05-14 01:44:59','imp','optin_5','mailchimp_7227261368','185.98.7.164','0',0),(16561,'2018-05-14 01:59:13','imp','optin_5','mailchimp_7227261368','103.229.72.38','0',0),(16562,'2018-05-14 02:11:34','imp','optin_5','mailchimp_7227261368','164.132.43.196','0',0),(16563,'2018-05-14 04:53:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16564,'2018-05-14 05:48:58','imp','optin_5','mailchimp_7227261368','69.12.66.247','0',0),(16565,'2018-05-14 06:53:02','imp','optin_2','mailchimp_7227261368','202.46.54.183','92',0),(16566,'2018-05-14 08:45:42','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(16567,'2018-05-14 08:49:21','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(16568,'2018-05-14 09:30:45','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(16569,'2018-05-14 09:52:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16570,'2018-05-14 14:52:28','imp','optin_5','mailchimp_7227261368','116.212.253.65','714',0),(16571,'2018-05-14 14:52:39','imp','optin_5','mailchimp_7227261368','116.212.253.65','714',0),(16572,'2018-05-14 14:52:52','imp','optin_5','mailchimp_7227261368','116.212.253.65','0',0),(16573,'2018-05-14 14:53:07','imp','optin_7','mailchimp_7227261368','116.212.253.65','714',0),(16574,'2018-05-14 14:53:12','imp','optin_5','mailchimp_7227261368','2600:1f18:65b9:df03:b1e3:380e:6374:6033','714',0),(16575,'2018-05-14 14:53:24','imp','optin_8','7227261368','116.212.253.65','714',0),(16576,'2018-05-14 17:04:26','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16577,'2018-05-14 17:04:30','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16578,'2018-05-14 17:04:33','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16579,'2018-05-14 17:04:37','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16580,'2018-05-14 17:04:41','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16581,'2018-05-14 17:04:45','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16582,'2018-05-14 17:04:50','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16583,'2018-05-14 17:04:54','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16584,'2018-05-14 17:04:58','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16585,'2018-05-14 17:05:02','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16586,'2018-05-14 17:18:58','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16587,'2018-05-14 17:39:31','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16588,'2018-05-14 18:17:57','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(16589,'2018-05-14 18:28:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(16590,'2018-05-14 19:54:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(16591,'2018-05-14 22:10:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(16592,'2018-05-14 22:19:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(16593,'2018-05-15 00:20:21','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(16594,'2018-05-15 00:53:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','835',0),(16595,'2018-05-15 00:58:01','imp','optin_2','mailchimp_7227261368','2a03:2880:3011:ffca:face:b00c:0:8000','92',0),(16596,'2018-05-15 01:21:06','imp','optin_5','mailchimp_7227261368','120.78.143.200','0',0),(16597,'2018-05-15 01:21:07','imp','optin_5','mailchimp_7227261368','47.106.149.44','0',0),(16598,'2018-05-15 02:00:32','imp','optin_2','mailchimp_7227261368','40.77.167.24','411',0),(16599,'2018-05-15 02:00:32','imp','optin_2','mailchimp_7227261368','40.77.167.24','411',0),(16600,'2018-05-15 03:23:53','imp','optin_2','mailchimp_7227261368','202.46.54.182','92',0),(16601,'2018-05-15 03:41:47','imp','optin_2','mailchimp_7227261368','138.197.67.158','92',0),(16602,'2018-05-15 03:42:29','imp','optin_5','mailchimp_7227261368','138.197.67.158','76',0),(16603,'2018-05-15 03:42:30','imp','optin_2','mailchimp_7227261368','138.197.67.158','2',0),(16604,'2018-05-15 03:42:34','imp','optin_2','mailchimp_7227261368','138.197.67.158','92',0),(16605,'2018-05-15 03:42:35','imp','optin_5','mailchimp_7227261368','138.197.67.158','0',0),(16606,'2018-05-15 03:42:36','imp','optin_5','mailchimp_7227261368','138.197.67.158','0',0),(16607,'2018-05-15 03:42:37','imp','optin_5','mailchimp_7227261368','138.197.67.158','714',0),(16608,'2018-05-15 03:42:37','imp','optin_5','mailchimp_7227261368','138.197.67.158','0',0),(16609,'2018-05-15 03:42:39','imp','optin_5','mailchimp_7227261368','138.197.67.158','411',0),(16610,'2018-05-15 03:42:41','imp','optin_5','mailchimp_7227261368','138.197.67.158','598',0),(16611,'2018-05-15 03:42:42','imp','optin_5','mailchimp_7227261368','138.197.67.158','664',0),(16612,'2018-05-15 03:42:42','imp','optin_5','mailchimp_7227261368','138.197.67.158','663',0),(16613,'2018-05-15 03:42:43','imp','optin_5','mailchimp_7227261368','138.197.67.158','665',0),(16614,'2018-05-15 03:42:44','imp','optin_5','mailchimp_7227261368','138.197.67.158','666',0),(16615,'2018-05-15 03:42:45','imp','optin_5','mailchimp_7227261368','138.197.67.158','667',0),(16616,'2018-05-15 04:50:58','imp','optin_2','mailchimp_7227261368','138.197.7.56','92',0),(16617,'2018-05-15 04:51:29','imp','optin_5','mailchimp_7227261368','138.197.7.56','667',0),(16618,'2018-05-15 04:51:29','imp','optin_5','mailchimp_7227261368','138.197.7.56','76',0),(16619,'2018-05-15 04:51:29','imp','optin_2','mailchimp_7227261368','138.197.7.56','2',0),(16620,'2018-05-15 04:51:34','imp','optin_2','mailchimp_7227261368','138.197.7.56','92',0),(16621,'2018-05-15 04:51:35','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(16622,'2018-05-15 04:51:35','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(16623,'2018-05-15 04:51:39','imp','optin_5','mailchimp_7227261368','138.197.7.56','714',0),(16624,'2018-05-15 04:51:40','imp','optin_5','mailchimp_7227261368','138.197.7.56','411',0),(16625,'2018-05-15 04:51:40','imp','optin_5','mailchimp_7227261368','138.197.7.56','598',0),(16626,'2018-05-15 04:51:40','imp','optin_5','mailchimp_7227261368','138.197.7.56','663',0),(16627,'2018-05-15 04:51:41','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(16628,'2018-05-15 04:51:43','imp','optin_5','mailchimp_7227261368','138.197.7.56','664',0),(16629,'2018-05-15 04:51:43','imp','optin_5','mailchimp_7227261368','138.197.7.56','665',0),(16630,'2018-05-15 04:51:44','imp','optin_5','mailchimp_7227261368','138.197.7.56','666',0),(16631,'2018-05-15 07:06:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(16632,'2018-05-15 07:12:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(16633,'2018-05-15 07:21:50','imp','optin_2','mailchimp_7227261368','207.46.13.96','92',0),(16634,'2018-05-15 08:09:25','imp','optin_2','mailchimp_7227261368','138.197.96.182','92',0),(16635,'2018-05-15 08:09:51','imp','optin_5','mailchimp_7227261368','138.197.96.182','0',0),(16636,'2018-05-15 08:10:35','imp','optin_2','mailchimp_7227261368','138.197.96.182','92',0),(16637,'2018-05-15 08:30:37','imp','optin_5','mailchimp_7227261368','131.253.25.74','714',0),(16638,'2018-05-15 08:30:55','imp','optin_5','mailchimp_7227261368','131.253.25.74','0',0),(16639,'2018-05-15 08:31:00','imp','optin_7','mailchimp_7227261368','131.253.25.73','714',0),(16640,'2018-05-15 09:22:55','imp','optin_5','mailchimp_7227261368','207.46.13.22','0',0),(16641,'2018-05-15 09:23:06','imp','optin_5','mailchimp_7227261368','207.46.13.22','0',0),(16642,'2018-05-15 09:48:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16643,'2018-05-15 09:56:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(16644,'2018-05-15 11:21:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16645,'2018-05-15 11:22:23','imp','optin_5','mailchimp_7227261368','66.249.65.137','714',0),(16646,'2018-05-15 11:22:31','imp','optin_8','7227261368','66.249.65.137','714',0),(16647,'2018-05-15 12:24:04','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16648,'2018-05-15 13:33:00','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(16649,'2018-05-15 13:33:53','imp','optin_8','7227261368','66.249.65.135','-1',0),(16650,'2018-05-15 13:57:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16651,'2018-05-15 14:41:03','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16652,'2018-05-15 15:04:57','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(16653,'2018-05-15 15:06:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16654,'2018-05-15 16:05:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(16655,'2018-05-15 16:38:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(16656,'2018-05-15 17:20:20','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(16657,'2018-05-15 17:20:42','imp','optin_8','7227261368','66.249.65.135','-1',0),(16658,'2018-05-15 18:37:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(16659,'2018-05-15 20:24:35','imp','optin_2','mailchimp_7227261368','34.242.71.225','92',0),(16660,'2018-05-15 21:26:22','imp','optin_2','mailchimp_7227261368','115.112.64.154','92',0),(16661,'2018-05-15 21:26:25','imp','optin_2','mailchimp_7227261368','115.112.64.154','92',0),(16662,'2018-05-15 21:28:46','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16663,'2018-05-15 22:16:14','imp','optin_5','mailchimp_7227261368','66.249.65.137','665',0),(16664,'2018-05-15 22:16:32','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16665,'2018-05-15 22:16:40','imp','optin_8','7227261368','66.249.65.135','665',0),(16666,'2018-05-15 22:20:16','imp','optin_8','7227261368','66.249.65.135','697',0),(16667,'2018-05-15 23:11:11','imp','optin_2','mailchimp_7227261368','64.246.161.190','92',0),(16668,'2018-05-15 23:23:25','imp','optin_2','mailchimp_7227261368','64.246.161.42','92',0),(16669,'2018-05-15 23:53:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16670,'2018-05-16 00:07:11','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16671,'2018-05-16 00:07:29','imp','optin_8','7227261368','66.249.65.135','-1',0),(16672,'2018-05-16 00:08:06','imp','optin_2','mailchimp_7227261368','54.154.168.11','92',0),(16673,'2018-05-16 00:34:26','imp','optin_5','mailchimp_7227261368','66.249.65.139','0',0),(16674,'2018-05-16 02:09:05','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(16675,'2018-05-16 03:33:43','imp','optin_2','mailchimp_7227261368','163.172.34.17','92',0),(16676,'2018-05-16 03:39:29','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(16677,'2018-05-16 03:51:20','imp','optin_8','7227261368','66.249.65.135','0',0),(16678,'2018-05-16 03:58:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(16679,'2018-05-16 04:08:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(16680,'2018-05-16 04:20:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(16681,'2018-05-16 05:43:28','imp','optin_5','mailchimp_7227261368','66.249.65.135','666',0),(16682,'2018-05-16 05:44:21','imp','optin_8','7227261368','66.249.65.135','666',0),(16683,'2018-05-16 05:48:31','imp','optin_2','mailchimp_7227261368','202.46.53.143','92',0),(16684,'2018-05-16 06:02:54','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(16685,'2018-05-16 06:40:05','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(16686,'2018-05-16 09:15:46','imp','optin_5','mailchimp_7227261368','66.249.65.135','663',0),(16687,'2018-05-16 09:16:29','imp','optin_8','7227261368','66.249.65.135','663',0),(16688,'2018-05-16 09:23:25','imp','optin_5','mailchimp_7227261368','144.132.169.18','714',0),(16689,'2018-05-16 09:23:28','imp','optin_5','mailchimp_7227261368','144.132.169.18','714',0),(16690,'2018-05-16 09:23:32','imp','optin_5','mailchimp_7227261368','144.132.169.18','0',0),(16691,'2018-05-16 09:23:35','imp','optin_7','mailchimp_7227261368','144.132.169.18','714',0),(16692,'2018-05-16 09:23:37','imp','optin_5','mailchimp_7227261368','144.132.169.18','0',0),(16693,'2018-05-16 09:23:54','imp','optin_8','7227261368','144.132.169.18','714',0),(16694,'2018-05-16 10:31:53','imp','optin_2','mailchimp_7227261368','66.249.65.139','92',0),(16695,'2018-05-16 10:33:20','imp','optin_8','7227261368','66.249.65.137','-1',0),(16696,'2018-05-16 12:53:34','imp','optin_5','mailchimp_7227261368','207.46.13.43','173',0),(16697,'2018-05-16 14:41:36','imp','optin_2','mailchimp_7227261368','2804:7f5:9484:22e4:115:9b0f:e5c3:642f','92',0),(16698,'2018-05-16 16:23:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(16699,'2018-05-16 17:56:18','imp','optin_5','mailchimp_7227261368','157.55.39.126','0',0),(16700,'2018-05-16 18:37:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(16701,'2018-05-16 18:41:04','imp','optin_5','mailchimp_7227261368','157.55.39.195','76',0),(16702,'2018-05-16 19:21:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16703,'2018-05-16 19:43:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16704,'2018-05-16 19:47:05','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16705,'2018-05-16 20:08:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(16706,'2018-05-16 20:14:15','imp','optin_5','mailchimp_7227261368','157.55.39.111','0',0),(16707,'2018-05-16 20:14:48','imp','optin_5','mailchimp_7227261368','157.55.39.195','0',0),(16708,'2018-05-16 20:52:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16709,'2018-05-16 20:52:47','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(16710,'2018-05-16 21:05:04','imp','optin_5','mailchimp_7227261368','110.21.5.201','714',0),(16711,'2018-05-16 21:05:11','imp','optin_5','mailchimp_7227261368','110.21.5.201','0',0),(16712,'2018-05-16 21:09:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(16713,'2018-05-16 21:12:20','imp','optin_5','mailchimp_7227261368','213.180.203.60','0',0),(16714,'2018-05-16 21:12:37','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(16715,'2018-05-16 21:20:09','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16716,'2018-05-16 21:20:13','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16717,'2018-05-16 21:20:17','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16718,'2018-05-16 21:20:20','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16719,'2018-05-16 21:20:24','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16720,'2018-05-16 21:20:28','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16721,'2018-05-16 21:20:32','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16722,'2018-05-16 21:20:35','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16723,'2018-05-16 21:20:39','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16724,'2018-05-16 21:20:43','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16725,'2018-05-16 21:20:47','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16726,'2018-05-16 22:42:28','imp','optin_5','mailchimp_7227261368','157.55.39.195','594',0),(16727,'2018-05-16 23:33:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(16728,'2018-05-17 00:20:31','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(16729,'2018-05-17 00:51:31','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(16730,'2018-05-17 00:58:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(16731,'2018-05-17 01:30:22','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(16732,'2018-05-17 01:31:56','imp','optin_5','mailchimp_7227261368','52.3.250.175','714',0),(16733,'2018-05-17 01:33:00','imp','optin_5','mailchimp_7227261368','52.3.250.175','714',0),(16734,'2018-05-17 01:35:03','imp','optin_5','mailchimp_7227261368','52.3.250.175','714',0),(16735,'2018-05-17 01:45:59','imp','optin_2','mailchimp_7227261368','202.46.51.84','92',0),(16736,'2018-05-17 02:47:02','imp','optin_5','mailchimp_7227261368','157.55.39.195','600',0),(16737,'2018-05-17 03:13:48','imp','optin_5','mailchimp_7227261368','157.55.39.88','664',0),(16738,'2018-05-17 03:14:43','imp','optin_5','mailchimp_7227261368','157.55.39.195','602',0),(16739,'2018-05-17 03:37:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(16740,'2018-05-17 03:53:08','imp','optin_5','mailchimp_7227261368','90.134.7.92','714',0),(16741,'2018-05-17 04:46:14','imp','optin_5','mailchimp_7227261368','2a02:6b8:b000:a617:428d:0:8d08:9027','679',0),(16742,'2018-05-17 05:27:19','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16743,'2018-05-17 05:27:20','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16744,'2018-05-17 05:27:21','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16745,'2018-05-17 05:27:22','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16746,'2018-05-17 05:27:23','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16747,'2018-05-17 05:27:24','imp','optin_5','mailchimp_7227261368','2002:b9ea:d955::b9ea:d955','0',0),(16748,'2018-05-17 05:45:50','imp','optin_5','mailchimp_7227261368','91.147.229.139','0',0),(16749,'2018-05-17 07:04:05','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(16750,'2018-05-17 07:04:05','imp','optin_5','mailchimp_7227261368','94.218.79.176','0',0),(16751,'2018-05-17 07:04:06','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(16752,'2018-05-17 07:04:06','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(16753,'2018-05-17 08:14:59','imp','optin_5','mailchimp_7227261368','40.77.167.109','0',0),(16754,'2018-05-17 08:24:57','imp','optin_5','mailchimp_7227261368','167.99.219.162','0',0),(16755,'2018-05-17 08:26:25','imp','optin_5','mailchimp_7227261368','167.99.219.162','0',0),(16756,'2018-05-17 08:27:49','imp','optin_2','mailchimp_7227261368','167.99.219.162','92',0),(16757,'2018-05-17 09:25:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(16758,'2018-05-17 11:56:25','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16759,'2018-05-17 13:11:45','imp','optin_5','mailchimp_7227261368','2001:41d0:a:54dd::','0',0),(16760,'2018-05-17 14:53:00','imp','optin_2','mailchimp_7227261368','202.46.52.141','92',0),(16761,'2018-05-17 15:19:25','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16762,'2018-05-17 18:40:35','imp','optin_5','mailchimp_7227261368','47.104.67.158','0',0),(16763,'2018-05-17 20:26:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16764,'2018-05-17 21:16:50','imp','optin_5','mailchimp_7227261368','207.46.13.184','411',0),(16765,'2018-05-17 21:29:03','imp','optin_2','mailchimp_7227261368','69.28.91.51','92',0),(16766,'2018-05-17 22:25:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(16767,'2018-05-17 23:26:11','imp','optin_5','mailchimp_7227261368','66.249.66.213','835',0),(16768,'2018-05-17 23:26:20','imp','optin_8','7227261368','66.249.66.213','835',0),(16769,'2018-05-18 00:16:32','imp','optin_2','mailchimp_7227261368','104.131.147.112','92',0),(16770,'2018-05-18 00:17:54','imp','optin_5','mailchimp_7227261368','104.131.147.112','0',0),(16771,'2018-05-18 00:20:36','imp','optin_5','mailchimp_7227261368','157.55.39.85','714',0),(16772,'2018-05-18 00:21:17','imp','optin_5','mailchimp_7227261368','40.77.167.182','0',0),(16773,'2018-05-18 00:23:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16774,'2018-05-18 00:23:10','imp','optin_5','mailchimp_7227261368','120.35.38.190','0',0),(16775,'2018-05-18 01:32:30','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(16776,'2018-05-18 01:44:30','imp','optin_5','mailchimp_7227261368','40.77.167.182','678',0),(16777,'2018-05-18 01:51:31','imp','optin_5','mailchimp_7227261368','66.249.66.215','602',0),(16778,'2018-05-18 01:51:51','imp','optin_8','7227261368','66.249.66.213','602',0),(16779,'2018-05-18 02:01:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(16780,'2018-05-18 02:49:50','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(16781,'2018-05-18 03:19:43','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(16782,'2018-05-18 04:04:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(16783,'2018-05-18 05:50:18','imp','optin_5','mailchimp_7227261368','40.77.167.132','681',0),(16784,'2018-05-18 06:08:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16785,'2018-05-18 08:29:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(16786,'2018-05-18 08:57:38','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16787,'2018-05-18 09:49:50','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(16788,'2018-05-18 10:22:44','imp','optin_2','mailchimp_7227261368','131.161.11.249','92',0),(16789,'2018-05-18 10:51:34','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(16790,'2018-05-18 11:27:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(16791,'2018-05-18 13:00:19','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(16792,'2018-05-18 13:00:41','imp','optin_8','7227261368','66.249.71.16','-1',0),(16793,'2018-05-18 13:28:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16794,'2018-05-18 13:31:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(16795,'2018-05-18 14:20:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(16796,'2018-05-18 14:25:24','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16797,'2018-05-18 15:26:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(16798,'2018-05-18 15:31:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16799,'2018-05-18 15:40:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16800,'2018-05-18 16:08:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(16801,'2018-05-18 17:22:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(16802,'2018-05-18 18:10:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(16803,'2018-05-18 18:56:50','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16804,'2018-05-18 18:56:52','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16805,'2018-05-18 18:57:01','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16806,'2018-05-18 18:57:04','imp','optin_5','mailchimp_7227261368','91.240.84.172','0',0),(16807,'2018-05-18 19:01:46','imp','optin_2','mailchimp_7227261368','106.192.217.208','92',0),(16808,'2018-05-18 19:54:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(16809,'2018-05-18 20:14:17','imp','optin_2','mailchimp_7227261368','2405:7f00:a805:6f00:a993:7235:a779:cfab','92',0),(16810,'2018-05-18 20:14:20','imp','optin_5','mailchimp_7227261368','2405:7f00:a805:6f00:a993:7235:a779:cfab','0',0),(16811,'2018-05-18 20:28:48','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(16812,'2018-05-18 20:28:48','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(16813,'2018-05-18 20:29:16','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(16814,'2018-05-18 20:29:44','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(16815,'2018-05-18 20:31:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(16816,'2018-05-18 20:31:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(16817,'2018-05-18 20:32:58','imp','optin_5','mailchimp_7227261368','207.46.13.228','0',0),(16818,'2018-05-18 21:01:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(16819,'2018-05-18 21:27:15','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(16820,'2018-05-18 23:03:50','imp','optin_5','mailchimp_7227261368','186.202.183.146','0',0),(16821,'2018-05-18 23:03:50','imp','optin_5','mailchimp_7227261368','186.202.183.146','0',0),(16822,'2018-05-18 23:03:55','imp','optin_5','mailchimp_7227261368','186.202.183.146','0',0),(16823,'2018-05-18 23:05:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16824,'2018-05-19 00:14:58','imp','optin_5','mailchimp_7227261368','50.62.161.185','0',0),(16825,'2018-05-19 00:41:01','imp','optin_5','mailchimp_7227261368','69.12.66.247','0',0),(16826,'2018-05-19 00:48:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16827,'2018-05-19 00:50:19','imp','optin_5','mailchimp_7227261368','87.229.51.49','0',0),(16828,'2018-05-19 00:50:19','imp','optin_5','mailchimp_7227261368','87.229.51.49','0',0),(16829,'2018-05-19 01:23:20','imp','optin_5','mailchimp_7227261368','167.99.219.96','597',0),(16830,'2018-05-19 01:31:18','imp','optin_5','mailchimp_7227261368','167.99.219.96','666',0),(16831,'2018-05-19 01:33:16','imp','optin_5','mailchimp_7227261368','167.99.219.96','0',0),(16832,'2018-05-19 01:38:09','imp','optin_5','mailchimp_7227261368','157.55.39.169','673',0),(16833,'2018-05-19 01:40:11','imp','optin_5','mailchimp_7227261368','167.99.219.96','673',0),(16834,'2018-05-19 01:41:22','imp','optin_2','mailchimp_7227261368','167.99.219.96','92',0),(16835,'2018-05-19 02:15:22','imp','optin_2','mailchimp_7227261368','5.45.75.6','92',0),(16836,'2018-05-19 02:32:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(16837,'2018-05-19 03:37:20','imp','optin_5','mailchimp_7227261368','185.98.7.164','0',0),(16838,'2018-05-19 03:52:34','imp','optin_5','mailchimp_7227261368','40.77.167.103','177',0),(16839,'2018-05-19 04:02:33','imp','optin_5','mailchimp_7227261368','98.114.3.240','601',0),(16840,'2018-05-19 04:02:36','imp','optin_5','mailchimp_7227261368','98.114.3.240','0',0),(16841,'2018-05-19 04:40:25','imp','optin_2','mailchimp_7227261368','202.46.52.202','92',0),(16842,'2018-05-19 04:43:56','imp','optin_2','mailchimp_7227261368','41.104.235.251','92',0),(16843,'2018-05-19 04:59:20','imp','optin_2','mailchimp_7227261368','5.188.62.11','92',0),(16844,'2018-05-19 04:59:26','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(16845,'2018-05-19 04:59:31','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(16846,'2018-05-19 04:59:33','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(16847,'2018-05-19 04:59:35','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(16848,'2018-05-19 04:59:37','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(16849,'2018-05-19 05:21:33','imp','optin_5','mailchimp_7227261368','66.249.71.18','591',0),(16850,'2018-05-19 05:27:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(16851,'2018-05-19 05:50:49','imp','optin_5','mailchimp_7227261368','46.101.11.29','0',0),(16852,'2018-05-19 06:20:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(16853,'2018-05-19 06:21:20','imp','optin_2','mailchimp_7227261368','39.104.71.120','92',0),(16854,'2018-05-19 07:22:07','imp','optin_5','mailchimp_7227261368','2a02:6b8:b010:a2f9:feaa:0:4d58:2f01','0',0),(16855,'2018-05-19 08:11:43','imp','optin_5','mailchimp_7227261368','2a02:6b8:b000:a617:428d:0:8d08:9027','668',0),(16856,'2018-05-19 08:24:37','imp','optin_5','mailchimp_7227261368','45.64.1.81','0',0),(16857,'2018-05-19 08:45:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(16858,'2018-05-19 10:26:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(16859,'2018-05-19 10:30:21','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(16860,'2018-05-19 10:30:26','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(16861,'2018-05-19 10:31:56','imp','optin_2','mailchimp_7227261368','131.161.8.194','92',0),(16862,'2018-05-19 10:35:23','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(16863,'2018-05-19 10:36:11','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(16864,'2018-05-19 11:16:10','imp','optin_2','mailchimp_7227261368','202.46.57.179','92',0),(16865,'2018-05-19 11:46:45','imp','optin_5','mailchimp_7227261368','157.55.39.7','663',0),(16866,'2018-05-19 12:08:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(16867,'2018-05-19 12:14:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(16868,'2018-05-19 13:24:06','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16869,'2018-05-19 14:56:53','imp','optin_5','mailchimp_7227261368','87.229.51.49','0',0),(16870,'2018-05-19 15:22:17','imp','optin_5','mailchimp_7227261368','81.88.49.40','0',0),(16871,'2018-05-19 15:22:19','imp','optin_5','mailchimp_7227261368','81.88.49.36','0',0),(16872,'2018-05-19 15:22:43','imp','optin_5','mailchimp_7227261368','81.88.49.36','0',0),(16873,'2018-05-19 16:18:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(16874,'2018-05-19 16:19:34','imp','optin_5','mailchimp_7227261368','207.46.13.206','0',0),(16875,'2018-05-19 16:38:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(16876,'2018-05-19 17:14:09','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(16877,'2018-05-19 17:14:15','imp','optin_8','7227261368','66.249.79.85','78',0),(16878,'2018-05-19 17:16:10','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(16879,'2018-05-19 17:23:13','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(16880,'2018-05-19 17:36:20','imp','optin_5','mailchimp_7227261368','2a01:4f8:201:9469::2','0',0),(16881,'2018-05-19 18:00:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(16882,'2018-05-19 18:45:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(16883,'2018-05-19 19:22:52','imp','optin_5','mailchimp_7227261368','195.144.11.46','0',0),(16884,'2018-05-19 19:22:52','imp','optin_5','mailchimp_7227261368','195.144.11.46','0',0),(16885,'2018-05-19 20:21:01','imp','optin_2','mailchimp_7227261368','202.46.54.95','92',0),(16886,'2018-05-19 21:18:03','imp','optin_5','mailchimp_7227261368','103.227.176.8','0',0),(16887,'2018-05-19 22:46:22','imp','optin_5','mailchimp_7227261368','203.174.83.178','0',0),(16888,'2018-05-19 22:56:33','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(16889,'2018-05-20 02:31:41','imp','optin_5','mailchimp_7227261368','144.76.98.122','0',0),(16890,'2018-05-20 02:31:42','imp','optin_5','mailchimp_7227261368','144.76.98.122','0',0),(16891,'2018-05-20 02:39:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(16892,'2018-05-20 03:22:20','imp','optin_5','mailchimp_7227261368','139.99.103.70','0',0),(16893,'2018-05-20 03:22:20','imp','optin_5','mailchimp_7227261368','139.99.103.70','0',0),(16894,'2018-05-20 03:25:38','imp','optin_5','mailchimp_7227261368','37.9.113.113','592',0),(16895,'2018-05-20 03:25:45','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(16896,'2018-05-20 03:58:11','imp','optin_2','mailchimp_7227261368','54.37.188.88','92',0),(16897,'2018-05-20 05:44:20','imp','optin_5','mailchimp_7227261368','89.111.179.130','0',0),(16898,'2018-05-20 05:55:34','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16899,'2018-05-20 06:26:24','imp','optin_8','7227261368','66.249.71.16','78',0),(16900,'2018-05-20 06:30:54','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(16901,'2018-05-20 06:31:09','imp','optin_8','7227261368','66.249.71.17','-1',0),(16902,'2018-05-20 06:34:49','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16903,'2018-05-20 07:26:19','imp','optin_2','mailchimp_7227261368','202.46.56.180','92',0),(16904,'2018-05-20 08:51:23','imp','optin_5','mailchimp_7227261368','203.114.74.136','0',0),(16905,'2018-05-20 08:51:27','imp','optin_5','mailchimp_7227261368','203.114.74.136','0',0),(16906,'2018-05-20 09:29:59','imp','optin_5','mailchimp_7227261368','47.96.233.222','0',0),(16907,'2018-05-20 09:53:50','imp','optin_2','mailchimp_7227261368','131.161.11.217','92',0),(16908,'2018-05-20 10:02:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(16909,'2018-05-20 10:24:49','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16910,'2018-05-20 11:53:43','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16911,'2018-05-20 11:53:53','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16912,'2018-05-20 11:54:06','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16913,'2018-05-20 11:54:29','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16914,'2018-05-20 11:58:01','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16915,'2018-05-20 12:00:18','imp','optin_5','mailchimp_7227261368','212.92.115.97','0',0),(16916,'2018-05-20 12:00:42','imp','optin_2','mailchimp_7227261368','212.92.115.97','92',0),(16917,'2018-05-20 12:02:53','imp','optin_2','mailchimp_7227261368','212.92.115.97','92',0),(16918,'2018-05-20 12:32:33','imp','optin_2','mailchimp_7227261368','40.77.167.71','92',0),(16919,'2018-05-20 12:33:24','imp','optin_5','mailchimp_7227261368','40.77.188.132','0',0),(16920,'2018-05-20 12:53:30','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(16921,'2018-05-20 14:54:05','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16922,'2018-05-20 15:41:20','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16923,'2018-05-20 15:41:21','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16924,'2018-05-20 15:41:23','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16925,'2018-05-20 15:41:25','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16926,'2018-05-20 15:41:26','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16927,'2018-05-20 15:41:27','imp','optin_5','mailchimp_7227261368','2002:b9ea:d94f::b9ea:d94f','0',0),(16928,'2018-05-20 17:27:27','imp','optin_2','mailchimp_7227261368','202.46.54.147','92',0),(16929,'2018-05-20 19:08:31','imp','optin_2','mailchimp_7227261368','104.193.88.243','92',0),(16930,'2018-05-20 20:06:57','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(16931,'2018-05-20 20:18:01','imp','optin_5','mailchimp_7227261368','185.78.220.22','0',0),(16932,'2018-05-20 20:22:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(16933,'2018-05-20 21:29:35','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16934,'2018-05-20 22:17:48','imp','optin_2','mailchimp_7227261368','91.210.146.92','92',0),(16935,'2018-05-20 22:18:01','imp','optin_5','mailchimp_7227261368','91.210.146.92','0',0),(16936,'2018-05-20 23:21:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(16937,'2018-05-21 00:06:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16938,'2018-05-21 01:39:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(16939,'2018-05-21 04:05:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(16940,'2018-05-21 04:32:24','imp','optin_2','mailchimp_7227261368','5.164.129.230','92',0),(16941,'2018-05-21 04:47:42','imp','optin_5','mailchimp_7227261368','46.101.11.29','0',0),(16942,'2018-05-21 04:47:45','imp','optin_5','mailchimp_7227261368','46.101.11.29','0',0),(16943,'2018-05-21 04:48:07','imp','optin_5','mailchimp_7227261368','46.101.11.29','0',0),(16944,'2018-05-21 05:12:07','imp','optin_2','mailchimp_7227261368','102.158.220.216','92',0),(16945,'2018-05-21 07:40:00','imp','optin_2','mailchimp_7227261368','104.131.147.112','92',0),(16946,'2018-05-21 07:41:32','imp','optin_5','mailchimp_7227261368','104.131.147.112','0',0),(16947,'2018-05-21 08:54:32','imp','optin_5','mailchimp_7227261368','78.4.254.171','0',0),(16948,'2018-05-21 08:54:32','imp','optin_5','mailchimp_7227261368','78.4.254.171','0',0),(16949,'2018-05-21 08:55:31','imp','optin_5','mailchimp_7227261368','82.224.181.85','0',0),(16950,'2018-05-21 09:28:14','imp','optin_2','mailchimp_7227261368','131.161.8.199','92',0),(16951,'2018-05-21 09:54:46','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(16952,'2018-05-21 09:54:53','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(16953,'2018-05-21 12:49:49','imp','optin_5','mailchimp_7227261368','2600:3c03::f03c:91ff:fe59:4545','0',0),(16954,'2018-05-21 13:50:06','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(16955,'2018-05-21 15:26:05','imp','optin_5','mailchimp_7227261368','93.115.113.122','0',0),(16956,'2018-05-21 15:38:14','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(16957,'2018-05-21 16:12:25','imp','optin_5','mailchimp_7227261368','67.212.240.177','0',0),(16958,'2018-05-21 16:39:07','imp','optin_2','mailchimp_7227261368','66.249.71.18','2',0),(16959,'2018-05-21 16:52:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(16960,'2018-05-21 18:07:43','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(16961,'2018-05-21 19:03:45','imp','optin_5','mailchimp_7227261368','118.163.216.107','0',0),(16962,'2018-05-21 19:39:22','imp','optin_2','mailchimp_7227261368','66.249.71.18','2',0),(16963,'2018-05-21 20:05:38','imp','optin_5','mailchimp_7227261368','66.249.71.16','843',0),(16964,'2018-05-21 20:14:29','imp','optin_5','mailchimp_7227261368','2a01:7e0:0:134::11f5','0',0),(16965,'2018-05-21 20:14:40','imp','optin_5','mailchimp_7227261368','2a01:7e0:0:134::11f5','0',0),(16966,'2018-05-21 20:15:39','imp','optin_5','mailchimp_7227261368','50.63.147.13','0',0),(16967,'2018-05-21 20:15:44','imp','optin_5','mailchimp_7227261368','50.63.147.13','0',0),(16968,'2018-05-21 21:12:27','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(16969,'2018-05-21 21:14:16','imp','optin_2','mailchimp_7227261368','202.46.54.187','92',0),(16970,'2018-05-21 21:24:03','imp','optin_5','mailchimp_7227261368','47.96.234.85','0',0),(16971,'2018-05-21 22:49:27','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(16972,'2018-05-21 23:13:51','imp','optin_2','mailchimp_7227261368','157.55.39.234','92',0),(16973,'2018-05-21 23:21:47','imp','optin_5','mailchimp_7227261368','47.52.114.90','0',0),(16974,'2018-05-21 23:21:49','imp','optin_5','mailchimp_7227261368','47.52.114.90','0',0),(16975,'2018-05-21 23:27:47','imp','optin_5','mailchimp_7227261368','207.46.13.36','0',0),(16976,'2018-05-21 23:41:00','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(16977,'2018-05-21 23:46:10','imp','optin_5','mailchimp_7227261368','2a01:4f8:160:71ad::63c9:d274','0',0),(16978,'2018-05-21 23:46:11','imp','optin_5','mailchimp_7227261368','2a01:4f8:160:71ad::63c9:d274','0',0),(16979,'2018-05-22 00:49:11','imp','optin_5','mailchimp_7227261368','203.114.74.136','0',0),(16980,'2018-05-22 01:02:32','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:9fe8:face:b00c:0:8000','92',0),(16981,'2018-05-22 01:36:40','imp','optin_5','mailchimp_7227261368','157.55.39.84','602',0),(16982,'2018-05-22 02:35:15','imp','optin_5','mailchimp_7227261368','2001:41d0:1000:f71::','0',0),(16983,'2018-05-22 02:56:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(16984,'2018-05-22 03:30:45','imp','optin_5','mailchimp_7227261368','66.249.71.85','843',0),(16985,'2018-05-22 05:11:00','imp','optin_5','mailchimp_7227261368','207.46.13.141','663',0),(16986,'2018-05-22 06:39:27','imp','optin_5','mailchimp_7227261368','5.196.94.125','0',0),(16987,'2018-05-22 06:39:30','imp','optin_5','mailchimp_7227261368','5.196.94.125','0',0),(16988,'2018-05-22 07:04:44','imp','optin_2','mailchimp_7227261368','66.249.71.87','92',0),(16989,'2018-05-22 07:05:46','imp','optin_8','7227261368','66.249.71.89','-1',0),(16990,'2018-05-22 08:31:08','imp','optin_5','mailchimp_7227261368','40.77.167.27','667',0),(16991,'2018-05-22 08:31:58','imp','optin_5','mailchimp_7227261368','77.232.66.20','0',0),(16992,'2018-05-22 09:07:23','imp','optin_5','mailchimp_7227261368','67.225.148.174','0',0),(16993,'2018-05-22 09:07:29','imp','optin_5','mailchimp_7227261368','67.225.148.174','0',0),(16994,'2018-05-22 09:07:42','imp','optin_5','mailchimp_7227261368','67.225.148.174','0',0),(16995,'2018-05-22 09:07:47','imp','optin_5','mailchimp_7227261368','67.225.148.174','0',0),(16996,'2018-05-22 09:53:15','imp','optin_5','mailchimp_7227261368','40.77.167.27','664',0),(16997,'2018-05-22 09:56:52','imp','optin_2','mailchimp_7227261368','131.161.10.217','92',0),(16998,'2018-05-22 10:21:55','imp','optin_5','mailchimp_7227261368','2a01:4f8:201:9469::2','0',0),(16999,'2018-05-22 10:36:45','imp','optin_5','mailchimp_7227261368','93.125.99.61','0',0),(17000,'2018-05-22 10:52:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17001,'2018-05-22 11:06:33','imp','optin_5','mailchimp_7227261368','47.52.169.178','0',0),(17002,'2018-05-22 11:07:01','imp','optin_5','mailchimp_7227261368','47.52.169.178','0',0),(17003,'2018-05-22 11:07:08','imp','optin_5','mailchimp_7227261368','47.52.169.178','0',0),(17004,'2018-05-22 11:07:21','imp','optin_2','mailchimp_7227261368','24.67.11.230','92',0),(17005,'2018-05-22 11:44:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(17006,'2018-05-22 11:46:45','imp','optin_5','mailchimp_7227261368','75.133.249.149','714',0),(17007,'2018-05-22 11:46:47','imp','optin_5','mailchimp_7227261368','75.133.249.149','714',0),(17008,'2018-05-22 11:46:55','imp','optin_5','mailchimp_7227261368','75.133.249.149','0',0),(17009,'2018-05-22 11:47:03','imp','optin_7','mailchimp_7227261368','75.133.249.149','714',0),(17010,'2018-05-22 11:48:04','imp','optin_8','7227261368','75.133.249.149','714',0),(17011,'2018-05-22 12:08:05','imp','optin_5','mailchimp_7227261368','23.235.228.201','0',0),(17012,'2018-05-22 12:24:31','imp','optin_5','mailchimp_7227261368','2a02:25aa:1:4000:beef::16','0',0),(17013,'2018-05-22 13:45:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17014,'2018-05-22 13:45:19','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17015,'2018-05-22 15:11:02','imp','optin_8','7227261368','66.249.71.85','192',0),(17016,'2018-05-22 15:42:16','imp','optin_5','mailchimp_7227261368','66.249.71.10','0',0),(17017,'2018-05-22 15:42:32','imp','optin_5','mailchimp_7227261368','66.249.71.10','0',0),(17018,'2018-05-22 17:06:41','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17019,'2018-05-22 17:06:47','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17020,'2018-05-22 17:14:56','imp','optin_2','mailchimp_7227261368','66.249.71.85','411',0),(17021,'2018-05-22 17:14:57','imp','optin_2','mailchimp_7227261368','66.249.71.85','411',0),(17022,'2018-05-22 17:14:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(17023,'2018-05-22 17:16:34','imp','optin_2','mailchimp_7227261368','188.32.182.66','92',0),(17024,'2018-05-22 17:16:47','imp','optin_5','mailchimp_7227261368','188.32.182.66','0',0),(17025,'2018-05-22 17:36:45','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:7::95','0',0),(17026,'2018-05-22 18:18:25','imp','optin_5','mailchimp_7227261368','66.249.71.85','0',0),(17027,'2018-05-22 18:20:15','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17028,'2018-05-22 18:25:43','imp','optin_8','7227261368','66.249.71.85','192',0),(17029,'2018-05-22 18:28:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17030,'2018-05-22 19:36:06','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(17031,'2018-05-22 20:32:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(17032,'2018-05-22 20:32:48','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(17033,'2018-05-22 20:33:27','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(17034,'2018-05-22 21:13:10','imp','optin_5','mailchimp_7227261368','207.46.13.226','600',0),(17035,'2018-05-22 21:17:46','imp','optin_2','mailchimp_7227261368','212.129.57.65','92',0),(17036,'2018-05-22 22:10:29','imp','optin_5','mailchimp_7227261368','2a03:3c00:a002:198::1','0',0),(17037,'2018-05-22 22:10:29','imp','optin_5','mailchimp_7227261368','2a03:3c00:a002:198::1','0',0),(17038,'2018-05-22 23:30:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(17039,'2018-05-22 23:35:17','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17040,'2018-05-22 23:47:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(17041,'2018-05-22 23:48:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(17042,'2018-05-22 23:50:29','imp','optin_5','mailchimp_7227261368','2001:41d0:8:85c8::','0',0),(17043,'2018-05-22 23:52:04','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17044,'2018-05-23 01:07:25','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17045,'2018-05-23 01:12:25','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17046,'2018-05-23 01:48:14','imp','optin_2','mailchimp_7227261368','212.129.57.65','92',0),(17047,'2018-05-23 02:03:04','imp','optin_5','mailchimp_7227261368','5.144.130.17','0',0),(17048,'2018-05-23 03:27:02','imp','optin_5','mailchimp_7227261368','77.245.149.72','0',0),(17049,'2018-05-23 04:39:36','imp','optin_5','mailchimp_7227261368','93.125.99.18','0',0),(17050,'2018-05-23 05:48:37','imp','optin_2','mailchimp_7227261368','104.236.67.162','92',0),(17051,'2018-05-23 07:05:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(17052,'2018-05-23 07:47:58','imp','optin_5','mailchimp_7227261368','47.96.234.201','0',0),(17053,'2018-05-23 08:39:09','imp','optin_2','mailchimp_7227261368','192.99.67.12','92',0),(17054,'2018-05-23 08:39:14','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17055,'2018-05-23 08:39:32','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17056,'2018-05-23 08:39:54','imp','optin_8','7227261368','192.99.67.12','192',0),(17057,'2018-05-23 08:40:03','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17058,'2018-05-23 08:40:06','imp','optin_2','mailchimp_7227261368','192.99.67.12','2',0),(17059,'2018-05-23 08:40:11','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17060,'2018-05-23 08:40:17','imp','optin_5','mailchimp_7227261368','192.99.67.12','76',0),(17061,'2018-05-23 08:40:24','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17062,'2018-05-23 08:40:30','imp','optin_2','mailchimp_7227261368','192.99.67.12','92',0),(17063,'2018-05-23 08:40:36','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17064,'2018-05-23 08:40:51','imp','optin_2','mailchimp_7227261368','192.99.67.12','92',0),(17065,'2018-05-23 08:40:56','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17066,'2018-05-23 08:41:17','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17067,'2018-05-23 08:41:32','imp','optin_5','mailchimp_7227261368','192.99.67.12','0',0),(17068,'2018-05-23 09:16:08','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(17069,'2018-05-23 09:16:08','imp','optin_5','mailchimp_7227261368','180.166.45.148','0',0),(17070,'2018-05-23 09:23:29','imp','optin_2','mailchimp_7227261368','194.44.247.218','92',0),(17071,'2018-05-23 09:25:10','imp','optin_5','mailchimp_7227261368','104.131.254.50','0',0),(17072,'2018-05-23 09:25:38','imp','optin_5','mailchimp_7227261368','104.131.254.50','0',0),(17073,'2018-05-23 09:25:38','imp','optin_5','mailchimp_7227261368','104.131.254.50','0',0),(17074,'2018-05-23 09:29:12','imp','optin_2','mailchimp_7227261368','202.46.58.53','92',0),(17075,'2018-05-23 09:33:31','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(17076,'2018-05-23 09:36:39','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(17077,'2018-05-23 09:42:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(17078,'2018-05-23 09:58:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(17079,'2018-05-23 10:44:23','imp','optin_5','mailchimp_7227261368','84.201.133.17','411',0),(17080,'2018-05-23 10:44:25','imp','optin_5','mailchimp_7227261368','2a01:4f8:160:808c::2','0',0),(17081,'2018-05-23 10:44:30','imp','optin_5','mailchimp_7227261368','2a01:4f8:160:808c::2','0',0),(17082,'2018-05-23 10:58:49','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(17083,'2018-05-23 11:08:57','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(17084,'2018-05-23 12:03:54','imp','optin_5','mailchimp_7227261368','2404:8280:a111:101::e','0',0),(17085,'2018-05-23 12:04:08','imp','optin_5','mailchimp_7227261368','103.67.235.14','0',0),(17086,'2018-05-23 12:17:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(17087,'2018-05-23 12:47:20','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(17088,'2018-05-23 14:26:09','imp','optin_2','mailchimp_7227261368','185.244.217.18','92',0),(17089,'2018-05-23 15:30:22','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17090,'2018-05-23 15:30:27','imp','optin_2','mailchimp_7227261368','78.141.65.242','92',0),(17091,'2018-05-23 18:06:03','imp','optin_5','mailchimp_7227261368','157.55.39.95','575',0),(17092,'2018-05-23 19:38:47','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17093,'2018-05-23 19:45:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(17094,'2018-05-23 20:28:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(17095,'2018-05-23 21:17:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(17096,'2018-05-24 00:25:38','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(17097,'2018-05-24 01:13:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(17098,'2018-05-24 01:21:43','imp','optin_5','mailchimp_7227261368','47.96.233.88','0',0),(17099,'2018-05-24 03:17:18','imp','optin_5','mailchimp_7227261368','207.210.200.148','0',0),(17100,'2018-05-24 05:26:44','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(17101,'2018-05-24 05:31:28','imp','optin_2','mailchimp_7227261368','202.46.55.150','92',0),(17102,'2018-05-24 05:56:40','imp','optin_2','mailchimp_7227261368','94.23.24.82','92',0),(17103,'2018-05-24 06:07:15','imp','optin_5','mailchimp_7227261368','2607:f298:5:101b::db5:7d2','0',0),(17104,'2018-05-24 06:17:47','imp','optin_2','mailchimp_7227261368','185.63.254.37','92',0),(17105,'2018-05-24 06:17:51','imp','optin_5','mailchimp_7227261368','185.63.254.37','0',0),(17106,'2018-05-24 06:17:58','imp','optin_5','mailchimp_7227261368','185.63.254.37','0',0),(17107,'2018-05-24 06:28:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(17108,'2018-05-24 06:48:39','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(17109,'2018-05-24 06:49:36','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(17110,'2018-05-24 06:50:04','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(17111,'2018-05-24 06:53:02','imp','optin_5','mailchimp_7227261368','2001:41d0:a:4205::','0',0),(17112,'2018-05-24 06:56:40','imp','optin_5','mailchimp_7227261368','166.62.90.110','0',0),(17113,'2018-05-24 07:01:17','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(17114,'2018-05-24 07:42:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(17115,'2018-05-24 08:33:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(17116,'2018-05-24 09:07:27','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(17117,'2018-05-24 09:07:48','imp','optin_8','7227261368','66.249.79.85','-1',0),(17118,'2018-05-24 09:09:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17119,'2018-05-24 09:17:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','673',0),(17120,'2018-05-24 09:19:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(17121,'2018-05-24 09:48:31','imp','optin_5','mailchimp_7227261368','40.77.167.170','599',0),(17122,'2018-05-24 10:03:12','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17123,'2018-05-24 10:03:13','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17124,'2018-05-24 10:03:14','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17125,'2018-05-24 10:03:16','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17126,'2018-05-24 10:03:17','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17127,'2018-05-24 10:03:19','imp','optin_5','mailchimp_7227261368','2002:b9ea:d9e1::b9ea:d9e1','0',0),(17128,'2018-05-24 10:16:36','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(17129,'2018-05-24 11:19:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(17130,'2018-05-24 12:12:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(17131,'2018-05-24 13:14:49','imp','optin_2','mailchimp_7227261368','46.188.32.25','92',0),(17132,'2018-05-24 13:15:17','imp','optin_5','mailchimp_7227261368','178.140.25.174','0',0),(17133,'2018-05-24 13:15:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(17134,'2018-05-24 13:45:44','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(17135,'2018-05-24 13:46:13','imp','optin_8','7227261368','66.249.71.16','-1',0),(17136,'2018-05-24 13:59:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(17137,'2018-05-24 14:54:01','imp','optin_5','mailchimp_7227261368','47.97.209.38','0',0),(17138,'2018-05-24 17:43:27','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(17139,'2018-05-24 18:09:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(17140,'2018-05-24 19:03:19','imp','optin_2','mailchimp_7227261368','185.12.6.147','92',0),(17141,'2018-05-24 21:27:10','imp','optin_2','mailchimp_7227261368','202.46.50.163','92',0),(17142,'2018-05-24 21:39:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(17143,'2018-05-24 21:56:58','imp','optin_2','mailchimp_7227261368','202.46.48.203','92',0),(17144,'2018-05-24 22:23:11','imp','optin_2','mailchimp_7227261368','40.77.167.41','411',0),(17145,'2018-05-24 22:23:12','imp','optin_2','mailchimp_7227261368','40.77.167.41','411',0),(17146,'2018-05-24 22:34:01','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(17147,'2018-05-24 22:48:59','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17148,'2018-05-24 23:05:50','imp','optin_2','mailchimp_7227261368','47.96.234.85','92',0),(17149,'2018-05-24 23:45:31','imp','optin_2','mailchimp_7227261368','162.158.64.210','92',0),(17150,'2018-05-25 00:36:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(17151,'2018-05-25 01:23:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(17152,'2018-05-25 01:39:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(17153,'2018-05-25 01:51:55','imp','optin_2','mailchimp_7227261368','18.208.74.83','92',0),(17154,'2018-05-25 02:22:03','imp','optin_5','mailchimp_7227261368','66.249.71.16','667',0),(17155,'2018-05-25 02:22:22','imp','optin_8','7227261368','66.249.79.85','667',0),(17156,'2018-05-25 03:07:52','imp','optin_2','mailchimp_7227261368','120.78.143.200','92',0),(17157,'2018-05-25 03:55:59','imp','optin_5','mailchimp_7227261368','47.96.234.201','0',0),(17158,'2018-05-25 05:21:53','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(17159,'2018-05-25 05:41:12','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17160,'2018-05-25 06:17:32','imp','optin_5','mailchimp_7227261368','193.190.253.144','714',0),(17161,'2018-05-25 06:17:40','imp','optin_5','mailchimp_7227261368','193.190.253.144','0',0),(17162,'2018-05-25 06:17:45','imp','optin_7','mailchimp_7227261368','193.190.253.144','714',0),(17163,'2018-05-25 06:17:56','imp','optin_5','mailchimp_7227261368','193.190.253.144','0',0),(17164,'2018-05-25 06:18:04','imp','optin_8','7227261368','193.190.253.144','714',0),(17165,'2018-05-25 06:18:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(17166,'2018-05-25 06:31:16','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(17167,'2018-05-25 06:31:40','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(17168,'2018-05-25 06:32:01','imp','optin_8','7227261368','66.249.71.16','-1',0),(17169,'2018-05-25 09:38:17','imp','optin_2','mailchimp_7227261368','120.77.159.175','92',0),(17170,'2018-05-25 10:05:50','imp','optin_5','mailchimp_7227261368','47.96.234.243','0',0),(17171,'2018-05-25 10:10:55','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(17172,'2018-05-25 11:15:10','imp','optin_5','mailchimp_7227261368','141.8.143.130','714',0),(17173,'2018-05-25 13:27:09','imp','optin_5','mailchimp_7227261368','93.158.161.37','714',0),(17174,'2018-05-25 13:33:36','imp','optin_5','mailchimp_7227261368','2607:fcc8:698e:a800:fd4e:408f:58dd:1475','714',0),(17175,'2018-05-25 13:33:46','imp','optin_5','mailchimp_7227261368','24.165.220.244','0',0),(17176,'2018-05-25 13:33:52','imp','optin_7','mailchimp_7227261368','2607:fcc8:698e:a800:fd4e:408f:58dd:1475','714',0),(17177,'2018-05-25 13:34:09','imp','optin_8','7227261368','24.165.220.244','714',0),(17178,'2018-05-25 14:05:10','imp','optin_2','mailchimp_7227261368','202.46.53.111','92',0),(17179,'2018-05-25 15:01:41','imp','optin_2','mailchimp_7227261368','157.55.39.255','92',0),(17180,'2018-05-25 16:12:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(17181,'2018-05-25 16:24:59','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(17182,'2018-05-25 18:08:09','imp','optin_5','mailchimp_7227261368','66.249.71.18','577',0),(17183,'2018-05-25 18:08:51','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(17184,'2018-05-25 18:38:24','imp','optin_2','mailchimp_7227261368','202.46.52.44','92',0),(17185,'2018-05-25 19:49:35','imp','optin_5','mailchimp_7227261368','207.46.13.103','0',0),(17186,'2018-05-25 21:19:12','imp','optin_5','mailchimp_7227261368','141.8.143.170','0',0),(17187,'2018-05-25 21:35:36','imp','optin_2','mailchimp_7227261368','139.5.103.234','92',0),(17188,'2018-05-25 21:35:38','imp','optin_5','mailchimp_7227261368','139.5.103.234','0',0),(17189,'2018-05-26 00:35:19','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17190,'2018-05-26 00:57:04','imp','optin_2','mailchimp_7227261368','45.227.254.252','92',0),(17191,'2018-05-26 00:57:42','imp','optin_2','mailchimp_7227261368','66.249.77.26','92',0),(17192,'2018-05-26 01:39:04','imp','optin_2','mailchimp_7227261368','202.46.54.195','92',0),(17193,'2018-05-26 01:59:17','imp','optin_5','mailchimp_7227261368','47.96.233.155','0',0),(17194,'2018-05-26 02:47:20','imp','optin_2','mailchimp_7227261368','123.30.235.19','92',0),(17195,'2018-05-26 02:47:24','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(17196,'2018-05-26 02:47:29','imp','optin_5','mailchimp_7227261368','123.30.235.19','0',0),(17197,'2018-05-26 05:50:37','imp','optin_2','mailchimp_7227261368','137.226.113.33','92',0),(17198,'2018-05-26 06:43:48','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(17199,'2018-05-26 09:35:59','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(17200,'2018-05-26 10:00:38','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(17201,'2018-05-26 11:23:28','imp','optin_5','mailchimp_7227261368','100.43.85.123','665',0),(17202,'2018-05-26 13:20:21','imp','optin_2','mailchimp_7227261368','202.46.49.70','92',0),(17203,'2018-05-26 15:37:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17204,'2018-05-26 15:37:50','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17205,'2018-05-26 15:48:48','imp','optin_5','mailchimp_7227261368','207.46.13.98','714',0),(17206,'2018-05-26 15:51:54','imp','optin_2','mailchimp_7227261368','159.65.24.22','92',0),(17207,'2018-05-26 16:58:48','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(17208,'2018-05-26 17:51:52','imp','optin_5','mailchimp_7227261368','207.46.13.98','0',0),(17209,'2018-05-26 17:57:18','imp','optin_5','mailchimp_7227261368','47.106.149.44','0',0),(17210,'2018-05-26 18:55:46','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(17211,'2018-05-26 19:53:03','imp','optin_2','mailchimp_7227261368','84.201.133.17','92',0),(17212,'2018-05-27 00:13:13','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(17213,'2018-05-27 01:48:29','imp','optin_5','mailchimp_7227261368','93.158.161.121','593',0),(17214,'2018-05-27 02:06:34','imp','optin_2','mailchimp_7227261368','84.201.133.78','92',0),(17215,'2018-05-27 03:36:00','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(17216,'2018-05-27 03:36:09','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(17217,'2018-05-27 03:36:17','imp','optin_8','7227261368','66.249.71.16','0',0),(17218,'2018-05-27 03:39:56','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17219,'2018-05-27 04:02:48','imp','optin_2','mailchimp_7227261368','128.75.98.108','92',0),(17220,'2018-05-27 04:03:11','imp','optin_5','mailchimp_7227261368','128.75.98.108','0',0),(17221,'2018-05-27 04:40:19','imp','optin_2','mailchimp_7227261368','207.46.13.97','411',0),(17222,'2018-05-27 04:40:19','imp','optin_2','mailchimp_7227261368','207.46.13.97','411',0),(17223,'2018-05-27 04:45:06','imp','optin_2','mailchimp_7227261368','101.53.205.48','92',0),(17224,'2018-05-27 04:50:03','imp','optin_2','mailchimp_7227261368','202.46.56.210','92',0),(17225,'2018-05-27 08:12:55','imp','optin_5','mailchimp_7227261368','207.46.13.98','0',0),(17226,'2018-05-27 09:42:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17227,'2018-05-27 09:42:39','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17228,'2018-05-27 10:13:24','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(17229,'2018-05-27 10:20:31','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17230,'2018-05-27 11:27:34','imp','optin_2','mailchimp_7227261368','202.46.56.12','92',0),(17231,'2018-05-27 11:29:40','imp','optin_5','mailchimp_7227261368','66.249.73.31','0',0),(17232,'2018-05-27 12:11:55','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(17233,'2018-05-27 12:12:36','imp','optin_8','7227261368','66.249.73.31','-1',0),(17234,'2018-05-27 12:41:01','imp','optin_5','mailchimp_7227261368','93.158.161.121','573',0),(17235,'2018-05-27 13:18:46','imp','optin_5','mailchimp_7227261368','141.8.143.142','594',0),(17236,'2018-05-27 13:35:01','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(17237,'2018-05-27 15:47:16','imp','optin_5','mailchimp_7227261368','141.8.143.192','668',0),(17238,'2018-05-27 15:48:01','imp','optin_5','mailchimp_7227261368','66.249.73.31','0',0),(17239,'2018-05-27 15:57:56','imp','optin_2','mailchimp_7227261368','66.249.73.2','92',0),(17240,'2018-05-27 15:58:20','imp','optin_8','7227261368','66.249.73.31','-1',0),(17241,'2018-05-27 17:42:11','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(17242,'2018-05-27 17:44:25','imp','optin_5','mailchimp_7227261368','93.158.161.121','663',0),(17243,'2018-05-27 17:47:15','imp','optin_5','mailchimp_7227261368','5.255.250.59','667',0),(17244,'2018-05-27 18:27:21','imp','optin_5','mailchimp_7227261368','84.201.133.21','599',0),(17245,'2018-05-27 18:52:24','imp','optin_5','mailchimp_7227261368','66.249.73.2','0',0),(17246,'2018-05-27 19:07:33','imp','optin_2','mailchimp_7227261368','185.198.164.174','92',0),(17247,'2018-05-27 19:20:50','imp','optin_2','mailchimp_7227261368','202.46.51.163','92',0),(17248,'2018-05-27 19:52:25','imp','optin_2','mailchimp_7227261368','202.46.58.80','92',0),(17249,'2018-05-27 19:52:41','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(17250,'2018-05-27 19:53:25','imp','optin_5','mailchimp_7227261368','66.249.73.4','0',0),(17251,'2018-05-27 19:53:34','imp','optin_8','7227261368','66.249.73.31','0',0),(17252,'2018-05-27 20:20:52','imp','optin_2','mailchimp_7227261368','66.249.73.31','92',0),(17253,'2018-05-27 20:21:26','imp','optin_8','7227261368','66.249.73.4','-1',0),(17254,'2018-05-27 20:25:11','imp','optin_2','mailchimp_7227261368','185.36.102.114','92',0),(17255,'2018-05-27 20:25:14','imp','optin_5','mailchimp_7227261368','185.36.102.114','0',0),(17256,'2018-05-27 22:03:44','imp','optin_5','mailchimp_7227261368','202.46.51.198','667',0),(17257,'2018-05-27 22:42:29','imp','optin_5','mailchimp_7227261368','141.8.143.189','682',0),(17258,'2018-05-27 23:08:46','imp','optin_2','mailchimp_7227261368','66.249.73.4','92',0),(17259,'2018-05-27 23:08:52','imp','optin_8','7227261368','66.249.73.2','-1',0),(17260,'2018-05-27 23:10:40','imp','optin_2','mailchimp_7227261368','188.32.21.30','92',0),(17261,'2018-05-27 23:10:44','imp','optin_5','mailchimp_7227261368','188.32.21.30','0',0),(17262,'2018-05-28 01:44:12','imp','optin_2','mailchimp_7227261368','206.180.165.147','92',0),(17263,'2018-05-28 01:44:19','imp','optin_5','mailchimp_7227261368','202.46.48.134','714',0),(17264,'2018-05-28 03:56:51','imp','optin_2','mailchimp_7227261368','66.249.73.31','92',0),(17265,'2018-05-28 03:57:10','imp','optin_8','7227261368','66.249.73.31','-1',0),(17266,'2018-05-28 04:47:40','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17267,'2018-05-28 06:40:11','imp','optin_2','mailchimp_7227261368','104.131.147.112','92',0),(17268,'2018-05-28 06:41:49','imp','optin_5','mailchimp_7227261368','104.131.147.112','0',0),(17269,'2018-05-28 07:03:45','imp','optin_5','mailchimp_7227261368','77.88.5.5','411',0),(17270,'2018-05-28 07:45:17','imp','optin_5','mailchimp_7227261368','5.255.250.124','673',0),(17271,'2018-05-28 07:50:36','imp','optin_2','mailchimp_7227261368','202.46.51.156','92',0),(17272,'2018-05-28 09:31:21','imp','optin_2','mailchimp_7227261368','77.37.207.233','92',0),(17273,'2018-05-28 09:31:35','imp','optin_5','mailchimp_7227261368','77.37.207.233','0',0),(17274,'2018-05-28 09:32:01','imp','optin_8','7227261368','77.37.207.233','-1',0),(17275,'2018-05-28 10:07:41','imp','optin_2','mailchimp_7227261368','202.46.51.156','92',0),(17276,'2018-05-28 10:22:30','imp','optin_2','mailchimp_7227261368','202.46.51.208','92',0),(17277,'2018-05-28 10:40:32','imp','optin_5','mailchimp_7227261368','141.8.143.159','595',0),(17278,'2018-05-28 11:29:13','imp','optin_2','mailchimp_7227261368','202.46.52.177','92',0),(17279,'2018-05-28 11:58:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(17280,'2018-05-28 12:21:15','imp','optin_5','mailchimp_7227261368','77.88.47.43','598',0),(17281,'2018-05-28 12:39:00','imp','optin_2','mailchimp_7227261368','202.46.54.95','92',0),(17282,'2018-05-28 14:22:34','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(17283,'2018-05-28 14:37:48','imp','optin_5','mailchimp_7227261368','180.95.41.74','714',0),(17284,'2018-05-28 14:37:54','imp','optin_5','mailchimp_7227261368','180.95.41.74','0',0),(17285,'2018-05-28 14:37:55','imp','optin_7','mailchimp_7227261368','180.95.41.74','714',0),(17286,'2018-05-28 14:37:59','imp','optin_5','mailchimp_7227261368','180.95.41.74','0',0),(17287,'2018-05-28 14:38:13','imp','optin_8','7227261368','180.95.41.74','714',0),(17288,'2018-05-28 14:38:15','imp','optin_8','7227261368','180.95.41.74','714',0),(17289,'2018-05-28 16:46:28','imp','optin_5','mailchimp_7227261368','157.55.39.136','0',0),(17290,'2018-05-28 17:05:19','imp','optin_2','mailchimp_7227261368','54.198.57.59','92',0),(17291,'2018-05-28 19:33:45','imp','optin_5','mailchimp_7227261368','202.46.57.76','714',0),(17292,'2018-05-28 20:40:23','imp','optin_5','mailchimp_7227261368','202.46.48.93','667',0),(17293,'2018-05-28 21:03:07','imp','optin_5','mailchimp_7227261368','66.249.77.28','0',0),(17294,'2018-05-29 00:21:32','imp','optin_2','mailchimp_7227261368','46.101.9.216','92',0),(17295,'2018-05-29 00:51:43','imp','optin_5','mailchimp_7227261368','66.249.71.131','714',0),(17296,'2018-05-29 00:52:05','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(17297,'2018-05-29 00:52:06','imp','optin_8','7227261368','66.249.77.26','714',0),(17298,'2018-05-29 01:35:04','imp','optin_2','mailchimp_7227261368','84.201.133.42','92',0),(17299,'2018-05-29 03:19:02','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(17300,'2018-05-29 03:19:07','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(17301,'2018-05-29 03:29:52','imp','optin_5','mailchimp_7227261368','84.201.133.42','664',0),(17302,'2018-05-29 03:40:54','imp','optin_5','mailchimp_7227261368','5.255.250.57','679',0),(17303,'2018-05-29 04:46:11','imp','optin_5','mailchimp_7227261368','66.249.66.215','714',0),(17304,'2018-05-29 05:10:52','imp','optin_5','mailchimp_7227261368','77.88.47.43','592',0),(17305,'2018-05-29 06:22:03','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(17306,'2018-05-29 06:27:31','imp','optin_5','mailchimp_7227261368','141.8.143.130','76',0),(17307,'2018-05-29 06:50:39','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17308,'2018-05-29 09:28:26','imp','optin_2','mailchimp_7227261368','13.231.112.156','92',0),(17309,'2018-05-29 10:07:04','imp','optin_2','mailchimp_7227261368','202.46.58.200','92',0),(17310,'2018-05-29 11:51:24','imp','optin_2','mailchimp_7227261368','46.4.48.48','92',0),(17311,'2018-05-29 11:54:28','imp','optin_5','mailchimp_7227261368','120.78.143.200','0',0),(17312,'2018-05-29 12:13:48','imp','optin_5','mailchimp_7227261368','5.255.250.57','600',0),(17313,'2018-05-29 12:15:03','imp','optin_2','mailchimp_7227261368','202.46.51.36','92',0),(17314,'2018-05-29 12:28:39','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(17315,'2018-05-29 12:41:48','imp','optin_5','mailchimp_7227261368','141.8.143.155','597',0),(17316,'2018-05-29 13:03:58','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17317,'2018-05-29 13:09:32','imp','optin_2','mailchimp_7227261368','37.147.102.140','92',0),(17318,'2018-05-29 13:09:45','imp','optin_5','mailchimp_7227261368','37.147.102.140','0',0),(17319,'2018-05-29 13:38:24','imp','optin_2','mailchimp_7227261368','66.249.66.217','92',0),(17320,'2018-05-29 13:38:33','imp','optin_8','7227261368','66.249.66.215','-1',0),(17321,'2018-05-29 13:45:32','imp','optin_5','mailchimp_7227261368','141.8.143.147','570',0),(17322,'2018-05-29 15:42:37','imp','optin_2','mailchimp_7227261368','202.46.49.66','2',0),(17323,'2018-05-29 16:38:56','imp','optin_5','mailchimp_7227261368','66.249.66.217','411',0),(17324,'2018-05-29 16:46:37','imp','optin_5','mailchimp_7227261368','195.242.80.89','0',0),(17325,'2018-05-29 17:20:03','imp','optin_5','mailchimp_7227261368','157.55.39.241','683',0),(17326,'2018-05-29 17:33:53','imp','optin_2','mailchimp_7227261368','5.228.21.26','92',0),(17327,'2018-05-29 17:51:51','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(17328,'2018-05-29 18:06:57','imp','optin_2','mailchimp_7227261368','104.236.67.162','92',0),(17329,'2018-05-29 18:21:11','imp','optin_2','mailchimp_7227261368','2001:41d0:2:8ac5::','92',0),(17330,'2018-05-29 19:32:13','imp','optin_5','mailchimp_7227261368','157.55.39.186','0',0),(17331,'2018-05-29 20:50:56','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(17332,'2018-05-30 01:46:24','imp','optin_2','mailchimp_7227261368','202.46.56.134','92',0),(17333,'2018-05-30 01:49:43','imp','optin_5','mailchimp_7227261368','84.201.133.42','714',0),(17334,'2018-05-30 02:19:39','imp','optin_5','mailchimp_7227261368','202.46.57.186','667',0),(17335,'2018-05-30 02:44:10','imp','optin_5','mailchimp_7227261368','2001:41d0:8:1c63::','0',0),(17336,'2018-05-30 03:43:53','imp','optin_5','mailchimp_7227261368','141.8.143.142','577',0),(17337,'2018-05-30 06:20:38','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17338,'2018-05-30 07:43:34','imp','optin_5','mailchimp_7227261368','207.46.13.75','0',0),(17339,'2018-05-30 10:24:09','imp','optin_5','mailchimp_7227261368','157.55.39.241','0',0),(17340,'2018-05-30 10:26:35','imp','optin_2','mailchimp_7227261368','202.46.51.198','92',0),(17341,'2018-05-30 10:47:40','imp','optin_2','mailchimp_7227261368','112.5.248.150','92',0),(17342,'2018-05-30 10:48:04','imp','optin_2','mailchimp_7227261368','202.46.51.138','92',0),(17343,'2018-05-30 10:59:43','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(17344,'2018-05-30 11:28:42','imp','optin_2','mailchimp_7227261368','202.46.57.76','92',0),(17345,'2018-05-30 12:17:39','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17346,'2018-05-30 13:15:33','imp','optin_2','mailchimp_7227261368','162.158.64.85','92',0),(17347,'2018-05-30 15:18:16','imp','optin_2','mailchimp_7227261368','109.173.57.189','92',0),(17348,'2018-05-30 15:18:31','imp','optin_5','mailchimp_7227261368','109.173.57.189','0',0),(17349,'2018-05-30 15:19:00','imp','optin_8','7227261368','109.173.57.189','-1',0),(17350,'2018-05-30 15:42:03','imp','optin_5','mailchimp_7227261368','77.88.47.39','683',0),(17351,'2018-05-30 15:45:46','imp','optin_2','mailchimp_7227261368','93.158.161.146','2',0),(17352,'2018-05-30 15:52:29','imp','optin_5','mailchimp_7227261368','93.158.161.105','575',0),(17353,'2018-05-30 17:03:25','imp','optin_2','mailchimp_7227261368','157.55.39.238','92',0),(17354,'2018-05-30 17:30:59','imp','optin_5','mailchimp_7227261368','93.158.161.37','678',0),(17355,'2018-05-30 17:51:38','imp','optin_2','mailchimp_7227261368','34.219.174.151','92',0),(17356,'2018-05-30 17:51:44','imp','optin_5','mailchimp_7227261368','34.219.174.151','0',0),(17357,'2018-05-30 17:51:51','imp','optin_5','mailchimp_7227261368','34.219.174.151','0',0),(17358,'2018-05-30 17:51:53','imp','optin_2','mailchimp_7227261368','34.219.174.151','2',0),(17359,'2018-05-30 17:51:55','imp','optin_5','mailchimp_7227261368','34.219.174.151','0',0),(17360,'2018-05-30 17:52:00','imp','optin_2','mailchimp_7227261368','34.219.174.151','92',0),(17361,'2018-05-30 17:52:02','imp','optin_5','mailchimp_7227261368','34.219.174.151','0',0),(17362,'2018-05-30 18:29:52','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17363,'2018-05-30 18:30:02','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17364,'2018-05-30 19:11:10','imp','optin_2','mailchimp_7227261368','202.46.50.99','92',0),(17365,'2018-05-30 19:44:59','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(17366,'2018-05-30 20:25:54','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:afee:face:b00c:0:8000','92',0),(17367,'2018-05-30 20:26:53','imp','optin_2','mailchimp_7227261368','2001:19f0:5c01:10f2:5400:1ff:fe84:8263','92',0),(17368,'2018-05-30 20:56:35','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(17369,'2018-05-30 21:30:52','imp','optin_5','mailchimp_7227261368','141.8.143.130','593',0),(17370,'2018-05-30 22:48:45','imp','optin_2','mailchimp_7227261368','157.55.39.238','92',0),(17371,'2018-05-30 22:49:08','imp','optin_5','mailchimp_7227261368','40.77.177.63','0',0),(17372,'2018-05-31 00:23:08','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(17373,'2018-05-31 00:57:48','imp','optin_5','mailchimp_7227261368','77.88.47.39','594',0),(17374,'2018-05-31 01:00:41','imp','optin_5','mailchimp_7227261368','93.158.161.126','573',0),(17375,'2018-05-31 01:48:23','imp','optin_5','mailchimp_7227261368','207.46.13.65','0',0),(17376,'2018-05-31 01:51:45','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(17377,'2018-05-31 01:52:03','imp','optin_8','7227261368','66.249.69.135','0',0),(17378,'2018-05-31 01:54:27','imp','optin_5','mailchimp_7227261368','84.201.133.41','0',0),(17379,'2018-05-31 02:39:37','imp','optin_5','mailchimp_7227261368','141.8.143.166','0',0),(17380,'2018-05-31 03:26:01','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(17381,'2018-05-31 06:12:37','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17382,'2018-05-31 06:12:44','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17383,'2018-05-31 06:12:55','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17384,'2018-05-31 06:13:19','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17385,'2018-05-31 06:13:34','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17386,'2018-05-31 06:13:39','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17387,'2018-05-31 06:13:43','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17388,'2018-05-31 06:13:48','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17389,'2018-05-31 06:13:51','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17390,'2018-05-31 06:13:55','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17391,'2018-05-31 06:13:59','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17392,'2018-05-31 06:14:08','imp','optin_5','mailchimp_7227261368','185.189.112.240','0',0),(17393,'2018-05-31 06:16:04','imp','optin_5','mailchimp_7227261368','141.8.143.166','665',0),(17394,'2018-05-31 06:44:14','imp','optin_5','mailchimp_7227261368','141.8.143.130','601',0),(17395,'2018-05-31 06:59:40','imp','optin_2','mailchimp_7227261368','47.96.234.85','92',0),(17396,'2018-05-31 07:02:06','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(17397,'2018-05-31 07:34:11','imp','optin_5','mailchimp_7227261368','157.55.39.241','575',0),(17398,'2018-05-31 07:52:44','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17399,'2018-05-31 08:59:49','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(17400,'2018-05-31 09:13:19','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17401,'2018-05-31 10:12:23','imp','optin_5','mailchimp_7227261368','93.158.161.126','595',0),(17402,'2018-05-31 10:54:19','imp','optin_2','mailchimp_7227261368','202.46.50.91','92',0),(17403,'2018-05-31 10:55:04','imp','optin_2','mailchimp_7227261368','94.130.167.248','92',0),(17404,'2018-05-31 11:07:48','imp','optin_5','mailchimp_7227261368','93.158.161.121','663',0),(17405,'2018-05-31 12:25:10','imp','optin_5','mailchimp_7227261368','5.255.250.59','591',0),(17406,'2018-05-31 13:12:22','imp','optin_5','mailchimp_7227261368','84.201.133.17','673',0),(17407,'2018-05-31 13:55:02','imp','optin_5','mailchimp_7227261368','157.55.39.241','0',0),(17408,'2018-05-31 14:16:01','imp','optin_2','mailchimp_7227261368','194.67.196.54','92',0),(17409,'2018-05-31 14:25:31','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17410,'2018-05-31 14:29:40','imp','optin_5','mailchimp_7227261368','5.255.250.59','667',0),(17411,'2018-05-31 15:11:09','imp','optin_5','mailchimp_7227261368','157.55.39.34','0',0),(17412,'2018-05-31 16:54:41','imp','optin_5','mailchimp_7227261368','207.46.13.183','593',0),(17413,'2018-05-31 17:26:44','imp','optin_5','mailchimp_7227261368','84.201.133.17','599',0),(17414,'2018-05-31 17:39:52','imp','optin_5','mailchimp_7227261368','157.55.39.213','173',0),(17415,'2018-05-31 19:29:31','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(17416,'2018-05-31 19:29:49','imp','optin_8','7227261368','66.249.75.213','-1',0),(17417,'2018-05-31 19:48:37','imp','optin_5','mailchimp_7227261368','207.46.13.183','591',0),(17418,'2018-05-31 20:34:08','imp','optin_5','mailchimp_7227261368','93.158.161.105','664',0),(17419,'2018-05-31 21:08:52','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17420,'2018-05-31 21:09:00','imp','optin_8','7227261368','66.249.75.213','0',0),(17421,'2018-05-31 22:22:03','imp','optin_2','mailchimp_7227261368','77.88.47.43','92',0),(17422,'2018-05-31 22:30:50','imp','optin_5','mailchimp_7227261368','202.46.52.205','667',0),(17423,'2018-05-31 22:45:01','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17424,'2018-05-31 22:45:17','imp','optin_8','7227261368','66.249.75.213','0',0),(17425,'2018-05-31 22:45:18','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17426,'2018-05-31 22:45:24','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17427,'2018-05-31 22:46:01','imp','optin_8','7227261368','66.249.75.213','0',0),(17428,'2018-06-01 02:38:05','imp','optin_2','mailchimp_7227261368','207.148.248.199','92',0),(17429,'2018-06-01 03:33:15','imp','optin_2','mailchimp_7227261368','23.105.165.235','92',0),(17430,'2018-06-01 03:51:30','imp','optin_2','mailchimp_7227261368','141.8.143.192','92',0),(17431,'2018-06-01 05:04:22','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17432,'2018-06-01 05:04:23','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17433,'2018-06-01 05:04:25','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17434,'2018-06-01 05:04:26','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17435,'2018-06-01 05:04:28','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17436,'2018-06-01 05:04:29','imp','optin_5','mailchimp_7227261368','185.234.217.135','0',0),(17437,'2018-06-01 07:02:45','imp','optin_2','mailchimp_7227261368','202.46.51.82','92',0),(17438,'2018-06-01 07:10:38','imp','optin_5','mailchimp_7227261368','141.8.143.147','592',0),(17439,'2018-06-01 07:36:41','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17440,'2018-06-01 07:52:30','imp','optin_5','mailchimp_7227261368','93.158.161.37','598',0),(17441,'2018-06-01 08:28:27','imp','optin_2','mailchimp_7227261368','13.56.232.243','92',0),(17442,'2018-06-01 09:28:15','imp','optin_5','mailchimp_7227261368','141.8.143.170','668',0),(17443,'2018-06-01 09:32:08','imp','optin_2','mailchimp_7227261368','202.46.52.75','2',0),(17444,'2018-06-01 10:48:20','imp','optin_2','mailchimp_7227261368','202.46.55.122','92',0),(17445,'2018-06-01 10:59:37','imp','optin_5','mailchimp_7227261368','141.8.143.159','597',0),(17446,'2018-06-01 11:14:12','imp','optin_5','mailchimp_7227261368','120.77.159.175','0',0),(17447,'2018-06-01 11:57:52','imp','optin_5','mailchimp_7227261368','141.8.143.166','76',0),(17448,'2018-06-01 13:26:59','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(17449,'2018-06-01 14:03:24','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17450,'2018-06-01 14:03:52','imp','optin_8','7227261368','66.249.75.213','0',0),(17451,'2018-06-01 14:22:17','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17452,'2018-06-01 14:22:30','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17453,'2018-06-01 14:22:34','imp','optin_8','7227261368','66.249.75.213','0',0),(17454,'2018-06-01 14:26:03','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17455,'2018-06-01 14:26:17','imp','optin_8','7227261368','66.249.75.213','0',0),(17456,'2018-06-01 14:29:51','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17457,'2018-06-01 14:30:03','imp','optin_8','7227261368','66.249.75.217','0',0),(17458,'2018-06-01 20:28:23','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(17459,'2018-06-01 22:31:03','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17460,'2018-06-01 22:57:05','imp','optin_2','mailchimp_7227261368','202.46.51.112','92',0),(17461,'2018-06-01 23:57:04','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(17462,'2018-06-02 00:18:08','imp','optin_2','mailchimp_7227261368','185.115.217.235','92',0),(17463,'2018-06-02 00:18:10','imp','optin_5','mailchimp_7227261368','185.115.217.235','0',0),(17464,'2018-06-02 00:18:14','imp','optin_2','mailchimp_7227261368','185.115.217.235','92',0),(17465,'2018-06-02 02:18:57','imp','optin_2','mailchimp_7227261368','59.88.102.69','92',0),(17466,'2018-06-02 02:30:19','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(17467,'2018-06-02 02:53:15','imp','optin_2','mailchimp_7227261368','66.249.75.217','411',0),(17468,'2018-06-02 02:53:16','imp','optin_2','mailchimp_7227261368','66.249.75.217','411',0),(17469,'2018-06-02 02:54:04','imp','optin_2','mailchimp_7227261368','202.46.50.133','92',0),(17470,'2018-06-02 03:03:16','imp','optin_2','mailchimp_7227261368','66.249.75.217','92',0),(17471,'2018-06-02 03:04:04','imp','optin_8','7227261368','66.249.75.213','-1',0),(17472,'2018-06-02 04:15:49','imp','optin_2','mailchimp_7227261368','178.140.234.224','92',0),(17473,'2018-06-02 04:15:53','imp','optin_5','mailchimp_7227261368','178.140.234.224','0',0),(17474,'2018-06-02 04:25:41','imp','optin_5','mailchimp_7227261368','202.46.50.189','664',0),(17475,'2018-06-02 04:50:33','imp','optin_2','mailchimp_7227261368','192.162.102.35','92',0),(17476,'2018-06-02 05:20:33','imp','optin_5','mailchimp_7227261368','2600:1011:b016:a47c:4918:ee55:4f1e:9c7e','714',0),(17477,'2018-06-02 05:20:48','imp','optin_5','mailchimp_7227261368','174.237.2.231','0',0),(17478,'2018-06-02 07:08:44','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17479,'2018-06-02 07:09:13','imp','optin_8','7227261368','66.249.75.213','0',0),(17480,'2018-06-02 08:09:14','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17481,'2018-06-02 08:09:32','imp','optin_8','7227261368','66.249.75.213','0',0),(17482,'2018-06-02 08:36:49','imp','optin_2','mailchimp_7227261368','202.46.50.163','92',0),(17483,'2018-06-02 10:05:30','imp','optin_2','mailchimp_7227261368','202.46.50.210','92',0),(17484,'2018-06-02 13:13:18','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(17485,'2018-06-02 13:14:06','imp','optin_8','7227261368','66.249.66.213','0',0),(17486,'2018-06-02 14:26:05','imp','optin_5','mailchimp_7227261368','77.88.47.43','683',0),(17487,'2018-06-02 15:02:55','imp','optin_5','mailchimp_7227261368','207.46.13.54','0',0),(17488,'2018-06-02 18:00:26','imp','optin_5','mailchimp_7227261368','202.46.53.91','714',0),(17489,'2018-06-02 19:23:53','imp','optin_2','mailchimp_7227261368','202.46.49.194','92',0),(17490,'2018-06-02 19:40:12','imp','optin_2','mailchimp_7227261368','64.246.165.190','92',0),(17491,'2018-06-02 20:44:58','imp','optin_2','mailchimp_7227261368','64.246.165.180','92',0),(17492,'2018-06-02 20:47:52','imp','optin_5','mailchimp_7227261368','66.249.66.217','0',0),(17493,'2018-06-02 20:48:02','imp','optin_8','7227261368','66.249.66.215','0',0),(17494,'2018-06-02 21:06:34','imp','optin_5','mailchimp_7227261368','141.8.143.159','593',0),(17495,'2018-06-02 23:15:12','imp','optin_2','mailchimp_7227261368','2001:8a0:74d1:7c01:40bc:beec:65c9:d500','92',0),(17496,'2018-06-02 23:24:35','imp','optin_2','mailchimp_7227261368','202.46.49.118','92',0),(17497,'2018-06-02 23:55:38','imp','optin_5','mailchimp_7227261368','51.15.157.211','0',0),(17498,'2018-06-03 00:49:21','imp','optin_5','mailchimp_7227261368','84.201.133.17','570',0),(17499,'2018-06-03 01:23:14','imp','optin_5','mailchimp_7227261368','207.46.13.148','598',0),(17500,'2018-06-03 01:29:52','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17501,'2018-06-03 01:29:59','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17502,'2018-06-03 01:54:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17503,'2018-06-03 02:07:58','imp','optin_2','mailchimp_7227261368','202.46.58.118','92',0),(17504,'2018-06-03 02:54:49','imp','optin_5','mailchimp_7227261368','40.77.167.23','0',0),(17505,'2018-06-03 05:02:58','imp','optin_5','mailchimp_7227261368','84.201.133.17','575',0),(17506,'2018-06-03 05:05:43','imp','optin_5','mailchimp_7227261368','141.8.143.130','599',0),(17507,'2018-06-03 05:57:54','imp','optin_5','mailchimp_7227261368','66.249.64.215','714',0),(17508,'2018-06-03 05:58:55','imp','optin_7','mailchimp_7227261368','66.249.64.215','714',0),(17509,'2018-06-03 05:59:03','imp','optin_8','7227261368','66.249.64.213','714',0),(17510,'2018-06-03 06:05:44','imp','optin_2','mailchimp_7227261368','5.166.150.139','92',0),(17511,'2018-06-03 06:06:53','imp','optin_5','mailchimp_7227261368','5.166.150.139','0',0),(17512,'2018-06-03 06:09:42','imp','optin_5','mailchimp_7227261368','5.255.250.115','665',0),(17513,'2018-06-03 06:30:11','imp','optin_5','mailchimp_7227261368','47.96.234.85','0',0),(17514,'2018-06-03 07:18:58','imp','optin_5','mailchimp_7227261368','93.158.161.37','577',0),(17515,'2018-06-03 08:09:21','imp','optin_5','mailchimp_7227261368','40.77.167.178','0',0),(17516,'2018-06-03 08:12:26','imp','optin_2','mailchimp_7227261368','202.46.58.185','92',0),(17517,'2018-06-03 08:23:42','imp','optin_5','mailchimp_7227261368','77.88.5.5','0',0),(17518,'2018-06-03 08:45:44','imp','optin_5','mailchimp_7227261368','202.46.51.197','667',0),(17519,'2018-06-03 09:20:32','imp','optin_5','mailchimp_7227261368','84.201.133.21','678',0),(17520,'2018-06-03 09:26:53','imp','optin_2','mailchimp_7227261368','138.197.111.190','92',0),(17521,'2018-06-03 09:27:27','imp','optin_5','mailchimp_7227261368','138.197.111.190','76',0),(17522,'2018-06-03 09:27:29','imp','optin_2','mailchimp_7227261368','138.197.111.190','2',0),(17523,'2018-06-03 09:27:31','imp','optin_2','mailchimp_7227261368','138.197.111.190','92',0),(17524,'2018-06-03 09:27:31','imp','optin_5','mailchimp_7227261368','138.197.111.190','0',0),(17525,'2018-06-03 09:27:31','imp','optin_5','mailchimp_7227261368','138.197.111.190','0',0),(17526,'2018-06-03 09:27:32','imp','optin_5','mailchimp_7227261368','138.197.111.190','0',0),(17527,'2018-06-03 09:27:32','imp','optin_5','mailchimp_7227261368','138.197.111.190','714',0),(17528,'2018-06-03 09:27:34','imp','optin_5','mailchimp_7227261368','138.197.111.190','598',0),(17529,'2018-06-03 09:27:34','imp','optin_5','mailchimp_7227261368','138.197.111.190','411',0),(17530,'2018-06-03 09:27:34','imp','optin_5','mailchimp_7227261368','138.197.111.190','663',0),(17531,'2018-06-03 09:27:34','imp','optin_5','mailchimp_7227261368','138.197.111.190','664',0),(17532,'2018-06-03 09:27:36','imp','optin_5','mailchimp_7227261368','138.197.111.190','665',0),(17533,'2018-06-03 09:27:36','imp','optin_5','mailchimp_7227261368','138.197.111.190','667',0),(17534,'2018-06-03 09:27:37','imp','optin_5','mailchimp_7227261368','138.197.111.190','666',0),(17535,'2018-06-03 10:02:47','imp','optin_2','mailchimp_7227261368','202.46.51.108','92',0),(17536,'2018-06-03 10:29:02','imp','optin_5','mailchimp_7227261368','141.8.143.147','0',0),(17537,'2018-06-03 10:40:05','imp','optin_2','mailchimp_7227261368','54.162.137.18','92',0),(17538,'2018-06-03 11:39:59','imp','optin_5','mailchimp_7227261368','77.88.47.39','594',0),(17539,'2018-06-03 11:59:19','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17540,'2018-06-03 11:59:38','imp','optin_8','7227261368','66.249.64.213','0',0),(17541,'2018-06-03 12:57:46','imp','optin_5','mailchimp_7227261368','5.255.250.59','573',0),(17542,'2018-06-03 13:00:13','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(17543,'2018-06-03 13:16:01','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17544,'2018-06-03 18:22:23','imp','optin_5','mailchimp_7227261368','141.8.143.142','663',0),(17545,'2018-06-03 18:52:37','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(17546,'2018-06-03 18:53:11','imp','optin_8','7227261368','66.249.64.215','0',0),(17547,'2018-06-03 19:09:08','imp','optin_5','mailchimp_7227261368','66.249.64.213','573',0),(17548,'2018-06-03 19:09:20','imp','optin_8','7227261368','66.249.64.213','573',0),(17549,'2018-06-03 19:36:38','imp','optin_5','mailchimp_7227261368','202.46.49.68','714',0),(17550,'2018-06-03 19:43:15','imp','optin_2','mailchimp_7227261368','54.212.215.120','92',0),(17551,'2018-06-04 00:10:52','imp','optin_5','mailchimp_7227261368','157.55.39.147','411',0),(17552,'2018-06-04 00:35:44','imp','optin_5','mailchimp_7227261368','51.255.39.44','-1',0),(17553,'2018-06-04 00:35:45','imp','optin_5','mailchimp_7227261368','51.255.39.44','0',0),(17554,'2018-06-04 00:35:51','imp','optin_5','mailchimp_7227261368','51.255.39.44','0',0),(17555,'2018-06-04 00:35:53','imp','optin_5','mailchimp_7227261368','51.255.39.44','0',0),(17556,'2018-06-04 00:35:58','imp','optin_5','mailchimp_7227261368','51.255.39.44','0',0),(17557,'2018-06-04 00:50:43','imp','optin_5','mailchimp_7227261368','5.255.250.124','714',0),(17558,'2018-06-04 00:51:52','imp','optin_2','mailchimp_7227261368','141.8.143.142','92',0),(17559,'2018-06-04 00:58:49','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(17560,'2018-06-04 00:59:33','imp','optin_8','7227261368','66.249.64.215','-1',0),(17561,'2018-06-04 01:01:10','imp','optin_8','7227261368','66.249.64.217','-1',0),(17562,'2018-06-04 01:52:43','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17563,'2018-06-04 01:53:47','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17564,'2018-06-04 01:54:07','imp','optin_8','7227261368','66.249.64.213','0',0),(17565,'2018-06-04 02:57:29','imp','optin_5','mailchimp_7227261368','212.129.3.60','573',0),(17566,'2018-06-04 04:17:47','imp','optin_5','mailchimp_7227261368','185.189.112.181','0',0),(17567,'2018-06-04 06:21:29','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17568,'2018-06-04 06:21:34','imp','optin_8','7227261368','66.249.64.213','0',0),(17569,'2018-06-04 06:50:19','imp','optin_2','mailchimp_7227261368','138.68.180.18','92',0),(17570,'2018-06-04 07:40:16','imp','optin_5','mailchimp_7227261368','66.249.64.217','0',0),(17571,'2018-06-04 08:09:32','imp','optin_5','mailchimp_7227261368','5.255.250.124','591',0),(17572,'2018-06-04 10:01:07','imp','optin_5','mailchimp_7227261368','141.8.142.87','663',0),(17573,'2018-06-04 10:01:39','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(17574,'2018-06-04 10:02:23','imp','optin_2','mailchimp_7227261368','66.249.64.213','92',0),(17575,'2018-06-04 10:34:07','imp','optin_2','mailchimp_7227261368','128.75.26.6','92',0),(17576,'2018-06-04 10:34:52','imp','optin_5','mailchimp_7227261368','93.158.161.146','664',0),(17577,'2018-06-04 11:08:01','imp','optin_5','mailchimp_7227261368','185.234.217.130','0',0),(17578,'2018-06-04 11:08:02','imp','optin_5','mailchimp_7227261368','185.234.217.130','0',0),(17579,'2018-06-04 11:29:42','imp','optin_5','mailchimp_7227261368','120.79.186.194','0',0),(17580,'2018-06-04 11:47:00','imp','optin_2','mailchimp_7227261368','138.197.7.56','92',0),(17581,'2018-06-04 11:47:44','imp','optin_5','mailchimp_7227261368','138.197.7.56','666',0),(17582,'2018-06-04 11:47:44','imp','optin_2','mailchimp_7227261368','138.197.7.56','2',0),(17583,'2018-06-04 11:47:45','imp','optin_5','mailchimp_7227261368','138.197.7.56','76',0),(17584,'2018-06-04 11:47:47','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(17585,'2018-06-04 11:47:47','imp','optin_2','mailchimp_7227261368','138.197.7.56','92',0),(17586,'2018-06-04 11:47:48','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(17587,'2018-06-04 11:47:48','imp','optin_5','mailchimp_7227261368','138.197.7.56','714',0),(17588,'2018-06-04 11:47:50','imp','optin_5','mailchimp_7227261368','138.197.7.56','663',0),(17589,'2018-06-04 11:47:51','imp','optin_5','mailchimp_7227261368','138.197.7.56','411',0),(17590,'2018-06-04 11:47:51','imp','optin_5','mailchimp_7227261368','138.197.7.56','598',0),(17591,'2018-06-04 11:47:51','imp','optin_5','mailchimp_7227261368','138.197.7.56','0',0),(17592,'2018-06-04 11:47:51','imp','optin_5','mailchimp_7227261368','138.197.7.56','664',0),(17593,'2018-06-04 11:47:52','imp','optin_5','mailchimp_7227261368','138.197.7.56','665',0),(17594,'2018-06-04 11:47:53','imp','optin_5','mailchimp_7227261368','138.197.7.56','667',0),(17595,'2018-06-04 12:10:48','imp','optin_2','mailchimp_7227261368','202.46.51.111','92',0),(17596,'2018-06-04 12:12:49','imp','optin_2','mailchimp_7227261368','66.249.64.213','92',0),(17597,'2018-06-04 12:13:10','imp','optin_8','7227261368','66.249.64.217','-1',0),(17598,'2018-06-04 13:00:51','imp','optin_2','mailchimp_7227261368','94.180.132.231','92',0),(17599,'2018-06-04 13:01:47','imp','optin_5','mailchimp_7227261368','141.8.143.170','601',0),(17600,'2018-06-04 13:16:12','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17601,'2018-06-04 13:16:19','imp','optin_8','7227261368','66.249.64.213','0',0),(17602,'2018-06-04 13:40:52','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17603,'2018-06-04 15:37:55','imp','optin_5','mailchimp_7227261368','5.255.250.7','595',0),(17604,'2018-06-04 15:47:26','imp','optin_5','mailchimp_7227261368','141.8.143.147','673',0),(17605,'2018-06-04 16:36:29','imp','optin_2','mailchimp_7227261368','141.8.143.170','92',0),(17606,'2018-06-04 17:02:34','imp','optin_2','mailchimp_7227261368','66.220.151.247','92',0),(17607,'2018-06-04 17:02:41','imp','optin_5','mailchimp_7227261368','2a03:2880:30:8fc1:face:b00c:0:8000','0',0),(17608,'2018-06-04 17:03:01','imp','optin_5','mailchimp_7227261368','66.220.151.242','0',0),(17609,'2018-06-04 17:48:37','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17610,'2018-06-04 17:49:23','imp','optin_8','7227261368','66.249.64.213','0',0),(17611,'2018-06-04 20:34:20','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(17612,'2018-06-04 20:48:48','imp','optin_2','mailchimp_7227261368','34.216.224.39','92',0),(17613,'2018-06-04 20:48:59','imp','optin_2','mailchimp_7227261368','34.216.224.39','92',0),(17614,'2018-06-04 21:01:24','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:9::99','0',0),(17615,'2018-06-05 00:13:04','imp','optin_5','mailchimp_7227261368','207.46.13.22','173',0),(17616,'2018-06-05 01:12:28','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(17617,'2018-06-05 03:33:28','imp','optin_2','mailchimp_7227261368','104.193.88.244','92',0),(17618,'2018-06-05 04:06:43','imp','optin_5','mailchimp_7227261368','202.46.48.139','714',0),(17619,'2018-06-05 05:03:07','imp','optin_5','mailchimp_7227261368','2001:4801:7800:27:4240:6dff:fe00:e839','0',0),(17620,'2018-06-05 06:07:01','imp','optin_5','mailchimp_7227261368','2a02:6b8:b000:a617:428d:0:8d08:9027','0',0),(17621,'2018-06-05 07:08:12','imp','optin_2','mailchimp_7227261368','2a03:2880:21:7fc6:face:b00c:0:8000','92',0),(17622,'2018-06-05 07:08:23','imp','optin_5','mailchimp_7227261368','2a03:2880:21:7fc8:face:b00c:0:8000','0',0),(17623,'2018-06-05 07:08:28','imp','optin_5','mailchimp_7227261368','2a03:2880:21:7fc6:face:b00c:0:8000','0',0),(17624,'2018-06-05 07:19:47','imp','optin_2','mailchimp_7227261368','2a02:6b8:b000:a617:428d:0:8d08:9027','92',0),(17625,'2018-06-05 07:54:12','imp','optin_5','mailchimp_7227261368','66.249.75.213','601',0),(17626,'2018-06-05 07:54:29','imp','optin_8','7227261368','66.249.75.213','601',0),(17627,'2018-06-05 09:00:26','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17628,'2018-06-05 09:00:50','imp','optin_8','7227261368','66.249.75.213','0',0),(17629,'2018-06-05 10:50:05','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17630,'2018-06-05 11:37:23','imp','optin_5','mailchimp_7227261368','100.43.85.116','592',0),(17631,'2018-06-05 13:47:10','imp','optin_2','mailchimp_7227261368','202.46.53.154','92',0),(17632,'2018-06-05 14:14:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17633,'2018-06-05 14:15:05','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17634,'2018-06-05 14:23:06','imp','optin_5','mailchimp_7227261368','203.173.248.33','714',0),(17635,'2018-06-05 14:23:12','imp','optin_5','mailchimp_7227261368','203.173.248.33','0',0),(17636,'2018-06-05 14:23:17','imp','optin_5','mailchimp_7227261368','203.173.248.33','0',0),(17637,'2018-06-05 14:23:19','imp','optin_7','mailchimp_7227261368','203.173.248.33','714',0),(17638,'2018-06-05 14:23:21','imp','optin_5','mailchimp_7227261368','203.173.248.33','0',0),(17639,'2018-06-05 14:23:24','imp','optin_5','mailchimp_7227261368','203.173.248.33','0',0),(17640,'2018-06-05 14:23:38','imp','optin_8','7227261368','203.173.248.33','714',0),(17641,'2018-06-05 15:55:42','imp','optin_5','mailchimp_7227261368','10.9.8.29','714',0),(17642,'2018-06-05 15:55:49','imp','optin_5','mailchimp_7227261368','10.9.8.29','0',0),(17643,'2018-06-05 15:55:51','imp','optin_7','mailchimp_7227261368','10.9.8.29','714',0),(17644,'2018-06-05 15:55:55','imp','optin_5','mailchimp_7227261368','10.9.8.29','0',0),(17645,'2018-06-05 15:56:07','imp','optin_8','7227261368','10.9.8.29','714',0),(17646,'2018-06-05 15:56:19','imp','optin_8','7227261368','10.9.8.29','714',0),(17647,'2018-06-05 15:56:32','imp','optin_2','mailchimp_7227261368','176.14.248.90','92',0),(17648,'2018-06-05 15:56:50','imp','optin_5','mailchimp_7227261368','176.14.248.90','0',0),(17649,'2018-06-05 16:42:00','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(17650,'2018-06-05 16:55:03','imp','optin_2','mailchimp_7227261368','218.158.235.56','92',0),(17651,'2018-06-05 17:25:44','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17652,'2018-06-05 17:45:46','imp','optin_2','mailchimp_7227261368','66.249.75.217','92',0),(17653,'2018-06-05 17:57:18','imp','optin_5','mailchimp_7227261368','77.88.47.39','667',0),(17654,'2018-06-05 18:14:00','imp','optin_5','mailchimp_7227261368','84.201.133.41','76',0),(17655,'2018-06-05 18:39:56','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17656,'2018-06-05 18:40:08','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(17657,'2018-06-05 19:06:16','imp','optin_2','mailchimp_7227261368','136.243.145.134','92',0),(17658,'2018-06-05 19:44:56','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(17659,'2018-06-05 20:14:30','imp','optin_2','mailchimp_7227261368','5.188.62.11','92',0),(17660,'2018-06-05 20:14:35','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17661,'2018-06-05 20:14:37','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17662,'2018-06-05 20:14:39','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17663,'2018-06-05 20:14:41','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17664,'2018-06-05 20:14:43','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17665,'2018-06-05 20:14:46','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(17666,'2018-06-05 20:47:23','imp','optin_5','mailchimp_7227261368','5.255.250.59','220',0),(17667,'2018-06-05 21:01:10','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(17668,'2018-06-06 00:00:25','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(17669,'2018-06-06 00:01:08','imp','optin_8','7227261368','66.249.69.135','0',0),(17670,'2018-06-06 00:05:50','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17671,'2018-06-06 00:13:33','imp','optin_5','mailchimp_7227261368','207.46.13.177','663',0),(17672,'2018-06-06 00:14:42','imp','optin_5','mailchimp_7227261368','207.46.13.91','0',0),(17673,'2018-06-06 00:18:41','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17674,'2018-06-06 01:04:43','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(17675,'2018-06-06 02:16:10','imp','optin_5','mailchimp_7227261368','173.162.237.189','714',0),(17676,'2018-06-06 02:16:17','imp','optin_5','mailchimp_7227261368','173.162.237.189','0',0),(17677,'2018-06-06 02:16:21','imp','optin_7','mailchimp_7227261368','173.162.237.189','714',0),(17678,'2018-06-06 02:34:43','imp','optin_5','mailchimp_7227261368','173.162.237.189','714',0),(17679,'2018-06-06 02:34:52','imp','optin_5','mailchimp_7227261368','173.162.237.189','0',0),(17680,'2018-06-06 02:34:54','imp','optin_7','mailchimp_7227261368','173.162.237.189','714',0),(17681,'2018-06-06 02:34:58','imp','optin_8','7227261368','173.162.237.189','714',0),(17682,'2018-06-06 02:35:07','imp','optin_5','mailchimp_7227261368','173.162.237.189','0',0),(17683,'2018-06-06 02:57:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(17684,'2018-06-06 04:34:58','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(17685,'2018-06-06 06:03:20','imp','optin_5','mailchimp_7227261368','93.158.161.121','0',0),(17686,'2018-06-06 06:30:49','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17687,'2018-06-06 08:40:44','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17688,'2018-06-06 08:40:56','imp','optin_8','7227261368','66.249.75.213','0',0),(17689,'2018-06-06 09:39:11','imp','optin_5','mailchimp_7227261368','93.158.161.121','593',0),(17690,'2018-06-06 10:03:05','imp','optin_5','mailchimp_7227261368','66.249.75.213','714',0),(17691,'2018-06-06 10:03:45','imp','optin_7','mailchimp_7227261368','66.249.75.213','714',0),(17692,'2018-06-06 11:09:01','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(17693,'2018-06-06 11:31:25','imp','optin_5','mailchimp_7227261368','103.7.41.211','0',0),(17694,'2018-06-06 11:44:30','imp','optin_2','mailchimp_7227261368','202.46.52.112','92',0),(17695,'2018-06-06 12:32:49','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(17696,'2018-06-06 13:03:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(17697,'2018-06-06 13:04:06','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17698,'2018-06-06 13:04:17','imp','optin_8','7227261368','66.249.75.213','0',0),(17699,'2018-06-06 13:10:39','imp','optin_2','mailchimp_7227261368','95.221.56.217','92',0),(17700,'2018-06-06 13:31:17','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17701,'2018-06-06 13:31:57','imp','optin_8','7227261368','66.249.75.213','0',0),(17702,'2018-06-06 14:35:33','imp','optin_5','mailchimp_7227261368','40.77.167.80','0',0),(17703,'2018-06-06 14:44:26','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17704,'2018-06-06 14:44:34','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(17705,'2018-06-06 14:48:04','imp','optin_5','mailchimp_7227261368','141.8.143.137','683',0),(17706,'2018-06-06 14:49:28','imp','optin_5','mailchimp_7227261368','66.249.75.213','714',0),(17707,'2018-06-06 14:49:39','imp','optin_7','mailchimp_7227261368','66.249.75.213','714',0),(17708,'2018-06-06 14:49:44','imp','optin_8','7227261368','66.249.75.213','714',0),(17709,'2018-06-06 15:53:48','imp','optin_2','mailchimp_7227261368','161.69.99.11','92',0),(17710,'2018-06-06 16:10:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17711,'2018-06-06 18:13:46','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17712,'2018-06-06 18:31:38','imp','optin_5','mailchimp_7227261368','89.111.178.201','0',0),(17713,'2018-06-06 18:38:17','imp','optin_5','mailchimp_7227261368','91.250.39.226','0',0),(17714,'2018-06-06 18:43:53','imp','optin_5','mailchimp_7227261368','185.98.7.124','0',0),(17715,'2018-06-06 18:48:20','imp','optin_2','mailchimp_7227261368','202.46.52.73','92',0),(17716,'2018-06-06 20:02:21','imp','optin_5','mailchimp_7227261368','66.7.198.160','0',0),(17717,'2018-06-06 21:14:13','imp','optin_5','mailchimp_7227261368','23.225.180.148','0',0),(17718,'2018-06-06 21:22:25','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:1ff1:face:b00c:0:8000','92',0),(17719,'2018-06-07 00:00:29','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(17720,'2018-06-07 00:00:58','imp','optin_8','7227261368','66.249.75.8','0',0),(17721,'2018-06-07 00:22:33','imp','optin_5','mailchimp_7227261368','93.158.161.146','665',0),(17722,'2018-06-07 00:26:14','imp','optin_5','mailchimp_7227261368','77.88.47.39','573',0),(17723,'2018-06-07 00:46:25','imp','optin_2','mailchimp_7227261368','66.249.75.217','92',0),(17724,'2018-06-07 00:46:36','imp','optin_8','7227261368','66.249.75.213','-1',0),(17725,'2018-06-07 00:50:58','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17726,'2018-06-07 01:04:27','imp','optin_5','mailchimp_7227261368','109.70.3.170','0',0),(17727,'2018-06-07 01:04:30','imp','optin_5','mailchimp_7227261368','186.202.126.98','0',0),(17728,'2018-06-07 01:14:12','imp','optin_2','mailchimp_7227261368','93.158.161.137','92',0),(17729,'2018-06-07 02:08:52','imp','optin_5','mailchimp_7227261368','2a02:2498:e004:1:216:3eff:fe8d:7028','0',0),(17730,'2018-06-07 02:08:53','imp','optin_5','mailchimp_7227261368','2a02:2498:e004:1:216:3eff:fe8d:7028','0',0),(17731,'2018-06-07 02:25:17','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(17732,'2018-06-07 02:40:26','imp','optin_5','mailchimp_7227261368','141.8.143.192','577',0),(17733,'2018-06-07 03:07:41','imp','optin_5','mailchimp_7227261368','5.187.5.203','0',0),(17734,'2018-06-07 04:43:48','imp','optin_5','mailchimp_7227261368','40.77.167.207','0',0),(17735,'2018-06-07 04:44:00','imp','optin_5','mailchimp_7227261368','40.77.167.207','0',0),(17736,'2018-06-07 04:59:02','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17737,'2018-06-07 05:29:20','imp','optin_2','mailchimp_7227261368','93.158.161.133','92',0),(17738,'2018-06-07 08:07:48','imp','optin_5','mailchimp_7227261368','141.8.143.130','594',0),(17739,'2018-06-07 08:36:37','imp','optin_2','mailchimp_7227261368','2400:6180:0:d1::4e4:d001','92',0),(17740,'2018-06-07 10:50:35','imp','optin_5','mailchimp_7227261368','2001:41d0:8:cbbc::1','0',0),(17741,'2018-06-07 10:51:24','imp','optin_5','mailchimp_7227261368','2001:41d0:8:cbbc::1','0',0),(17742,'2018-06-07 10:52:45','imp','optin_5','mailchimp_7227261368','5.135.138.188','0',0),(17743,'2018-06-07 11:09:20','imp','optin_2','mailchimp_7227261368','93.158.161.133','2',0),(17744,'2018-06-07 11:33:14','imp','optin_5','mailchimp_7227261368','45.79.71.25','0',0),(17745,'2018-06-07 12:00:15','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17746,'2018-06-07 12:01:02','imp','optin_8','7227261368','66.249.75.213','0',0),(17747,'2018-06-07 12:41:32','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17748,'2018-06-07 13:06:54','imp','optin_2','mailchimp_7227261368','202.46.58.59','92',0),(17749,'2018-06-07 13:42:47','imp','optin_5','mailchimp_7227261368','2001:8d8:960:1b00::25:d85b','0',0),(17750,'2018-06-07 13:42:50','imp','optin_5','mailchimp_7227261368','2001:8d8:960:1b00::25:d85b','0',0),(17751,'2018-06-07 16:12:57','imp','optin_5','mailchimp_7227261368','158.69.89.59','0',0),(17752,'2018-06-07 16:12:57','imp','optin_5','mailchimp_7227261368','158.69.89.59','0',0),(17753,'2018-06-07 16:13:06','imp','optin_5','mailchimp_7227261368','77.106.252.31','0',0),(17754,'2018-06-07 16:13:07','imp','optin_5','mailchimp_7227261368','77.106.252.31','0',0),(17755,'2018-06-07 16:45:59','imp','optin_2','mailchimp_7227261368','202.46.54.29','2',0),(17756,'2018-06-07 18:04:48','imp','optin_5','mailchimp_7227261368','50.63.12.201','0',0),(17757,'2018-06-07 18:05:09','imp','optin_5','mailchimp_7227261368','2600:3c01::f03c:91ff:fe28:d3fb','0',0),(17758,'2018-06-07 18:05:19','imp','optin_5','mailchimp_7227261368','50.116.6.141','0',0),(17759,'2018-06-07 18:49:34','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17760,'2018-06-07 19:31:32','imp','optin_5','mailchimp_7227261368','178.208.83.9','0',0),(17761,'2018-06-07 19:52:56','imp','optin_5','mailchimp_7227261368','5.255.250.57','595',0),(17762,'2018-06-07 20:05:09','imp','optin_5','mailchimp_7227261368','77.88.47.43','678',0),(17763,'2018-06-07 20:20:57','imp','optin_5','mailchimp_7227261368','64.91.242.5','0',0),(17764,'2018-06-07 20:21:01','imp','optin_5','mailchimp_7227261368','64.91.242.5','0',0),(17765,'2018-06-07 21:02:16','imp','optin_2','mailchimp_7227261368','178.175.135.99','92',0),(17766,'2018-06-07 21:53:06','imp','optin_5','mailchimp_7227261368','104.236.12.88','0',0),(17767,'2018-06-07 21:53:06','imp','optin_5','mailchimp_7227261368','104.236.12.88','0',0),(17768,'2018-06-07 22:09:30','imp','optin_2','mailchimp_7227261368','175.36.95.156','92',0),(17769,'2018-06-07 22:09:36','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17770,'2018-06-07 22:09:58','imp','optin_8','7227261368','175.36.95.156','-1',0),(17771,'2018-06-07 22:10:23','imp','optin_2','mailchimp_7227261368','175.36.95.156','2',0),(17772,'2018-06-07 22:10:26','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17773,'2018-06-07 22:10:54','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17774,'2018-06-07 22:11:27','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17775,'2018-06-07 22:11:36','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17776,'2018-06-07 22:11:52','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17777,'2018-06-07 22:11:54','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17778,'2018-06-07 22:12:22','imp','optin_5','mailchimp_7227261368','175.36.95.156','595',0),(17779,'2018-06-07 22:12:25','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17780,'2018-06-07 22:12:26','imp','optin_5','mailchimp_7227261368','175.36.95.156','0',0),(17781,'2018-06-07 23:33:07','imp','optin_5','mailchimp_7227261368','141.8.143.147','663',0),(17782,'2018-06-08 00:14:17','imp','optin_2','mailchimp_7227261368','77.88.47.43','92',0),(17783,'2018-06-08 00:45:06','imp','optin_5','mailchimp_7227261368','165.227.218.88','0',0),(17784,'2018-06-08 00:45:24','imp','optin_5','mailchimp_7227261368','165.227.218.88','0',0),(17785,'2018-06-08 01:17:37','imp','optin_5','mailchimp_7227261368','2a02:4780:bad:15:fced:1ff:fe15:136','0',0),(17786,'2018-06-08 02:49:26','imp','optin_5','mailchimp_7227261368','67.227.236.143','0',0),(17787,'2018-06-08 03:54:34','imp','optin_5','mailchimp_7227261368','93.158.161.133','0',0),(17788,'2018-06-08 07:16:30','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17789,'2018-06-08 07:17:38','imp','optin_8','7227261368','66.249.75.217','0',0),(17790,'2018-06-08 07:49:15','imp','optin_2','mailchimp_7227261368','185.86.93.58','92',0),(17791,'2018-06-08 09:51:28','imp','optin_5','mailchimp_7227261368','2600:1700:19e0:4ba0:8d54:3fc5:5f2a:84a9','714',0),(17792,'2018-06-08 09:51:32','imp','optin_5','mailchimp_7227261368','2600:1700:19e0:4ba0:8d54:3fc5:5f2a:84a9','0',0),(17793,'2018-06-08 09:51:33','imp','optin_7','mailchimp_7227261368','2600:1700:19e0:4ba0:8d54:3fc5:5f2a:84a9','714',0),(17794,'2018-06-08 09:54:09','imp','optin_2','mailchimp_7227261368','202.46.58.13','92',0),(17795,'2018-06-08 10:21:27','imp','optin_2','mailchimp_7227261368','41.182.188.135','92',0),(17796,'2018-06-08 10:22:09','imp','optin_2','mailchimp_7227261368','202.46.55.68','92',0),(17797,'2018-06-08 10:22:18','imp','optin_5','mailchimp_7227261368','141.8.143.192','591',0),(17798,'2018-06-08 11:09:37','imp','optin_5','mailchimp_7227261368','202.46.54.186','667',0),(17799,'2018-06-08 11:29:08','imp','optin_5','mailchimp_7227261368','157.55.39.188','0',0),(17800,'2018-06-08 11:36:50','imp','optin_2','mailchimp_7227261368','51.15.65.25','92',0),(17801,'2018-06-08 12:06:13','imp','optin_5','mailchimp_7227261368','141.8.143.166','664',0),(17802,'2018-06-08 13:07:01','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17803,'2018-06-08 13:07:56','imp','optin_8','7227261368','66.249.75.213','0',0),(17804,'2018-06-08 15:07:23','imp','optin_2','mailchimp_7227261368','202.46.58.72','92',0),(17805,'2018-06-08 15:15:56','imp','optin_5','mailchimp_7227261368','213.180.203.54','0',0),(17806,'2018-06-08 15:16:20','imp','optin_5','mailchimp_7227261368','37.9.113.113','0',0),(17807,'2018-06-08 15:39:24','imp','optin_5','mailchimp_7227261368','128.77.34.95','0',0),(17808,'2018-06-08 15:39:37','imp','optin_5','mailchimp_7227261368','128.77.34.95','0',0),(17809,'2018-06-08 15:47:08','imp','optin_2','mailchimp_7227261368','194.6.231.251','92',0),(17810,'2018-06-08 15:47:15','imp','optin_5','mailchimp_7227261368','194.6.231.251','0',0),(17811,'2018-06-08 15:47:17','imp','optin_5','mailchimp_7227261368','194.6.231.251','0',0),(17812,'2018-06-08 15:47:18','imp','optin_5','mailchimp_7227261368','194.6.231.251','0',0),(17813,'2018-06-08 15:47:20','imp','optin_5','mailchimp_7227261368','194.6.231.251','0',0),(17814,'2018-06-08 15:47:22','imp','optin_5','mailchimp_7227261368','194.6.231.251','0',0),(17815,'2018-06-08 15:51:29','imp','optin_5','mailchimp_7227261368','2001:8d8:96d:8600::10:a54','0',0),(17816,'2018-06-08 16:35:20','imp','optin_5','mailchimp_7227261368','40.77.167.183','678',0),(17817,'2018-06-08 16:35:44','imp','optin_5','mailchimp_7227261368','40.77.167.183','0',0),(17818,'2018-06-08 17:03:30','imp','optin_5','mailchimp_7227261368','2001:4801:7800:27:4240:6dff:fe00:e839','0',0),(17819,'2018-06-08 17:47:23','imp','optin_5','mailchimp_7227261368','93.158.161.126','667',0),(17820,'2018-06-08 18:46:20','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(17821,'2018-06-08 18:46:40','imp','optin_8','7227261368','66.249.75.213','-1',0),(17822,'2018-06-08 18:54:58','imp','optin_5','mailchimp_7227261368','199.167.41.196','0',0),(17823,'2018-06-08 18:54:58','imp','optin_5','mailchimp_7227261368','199.167.41.196','0',0),(17824,'2018-06-08 19:46:51','imp','optin_5','mailchimp_7227261368','186.202.126.64','0',0),(17825,'2018-06-08 19:52:24','imp','optin_5','mailchimp_7227261368','185.234.217.34','0',0),(17826,'2018-06-08 20:01:22','imp','optin_5','mailchimp_7227261368','202.46.57.72','714',0),(17827,'2018-06-08 20:10:38','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17828,'2018-06-08 20:18:33','imp','optin_5','mailchimp_7227261368','185.98.7.126','0',0),(17829,'2018-06-08 21:27:46','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(17830,'2018-06-08 22:47:24','imp','optin_2','mailchimp_7227261368','66.249.75.213','92',0),(17831,'2018-06-08 23:52:30','imp','optin_5','mailchimp_7227261368','2607:fa18:0:35::1120','0',0),(17832,'2018-06-08 23:52:37','imp','optin_5','mailchimp_7227261368','2607:fa18:0:35::1120','0',0),(17833,'2018-06-09 00:39:54','imp','optin_5','mailchimp_7227261368','46.4.24.66','0',0),(17834,'2018-06-09 00:40:18','imp','optin_5','mailchimp_7227261368','46.4.24.66','0',0),(17835,'2018-06-09 00:44:44','imp','optin_5','mailchimp_7227261368','198.71.227.10','0',0),(17836,'2018-06-09 01:06:05','imp','optin_5','mailchimp_7227261368','77.246.191.192','0',0),(17837,'2018-06-09 01:06:05','imp','optin_5','mailchimp_7227261368','77.246.191.192','0',0),(17838,'2018-06-09 01:06:27','imp','optin_5','mailchimp_7227261368','77.246.191.192','0',0),(17839,'2018-06-09 01:06:31','imp','optin_5','mailchimp_7227261368','77.246.191.192','0',0),(17840,'2018-06-09 01:32:30','imp','optin_5','mailchimp_7227261368','82.68.99.206','0',0),(17841,'2018-06-09 01:56:02','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(17842,'2018-06-09 01:56:04','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(17843,'2018-06-09 02:27:02','imp','optin_5','mailchimp_7227261368','77.88.5.5','597',0),(17844,'2018-06-09 02:27:07','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17845,'2018-06-09 02:45:34','imp','optin_5','mailchimp_7227261368','185.5.249.220','0',0),(17846,'2018-06-09 03:17:11','imp','optin_5','mailchimp_7227261368','2a01:4f8:140:93eb:add:1337:beef:1','0',0),(17847,'2018-06-09 04:35:29','imp','optin_5','mailchimp_7227261368','157.55.39.58','0',0),(17848,'2018-06-09 04:36:49','imp','optin_2','mailchimp_7227261368','191.243.243.14','92',0),(17849,'2018-06-09 05:52:11','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(17850,'2018-06-09 05:52:13','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(17851,'2018-06-09 06:03:11','imp','optin_2','mailchimp_7227261368','141.8.143.144','92',0),(17852,'2018-06-09 06:40:33','imp','optin_5','mailchimp_7227261368','202.46.56.72','714',0),(17853,'2018-06-09 06:41:20','imp','optin_5','mailchimp_7227261368','157.55.39.58','602',0),(17854,'2018-06-09 06:46:52','imp','optin_2','mailchimp_7227261368','104.236.37.44','92',0),(17855,'2018-06-09 06:47:20','imp','optin_5','mailchimp_7227261368','104.236.37.44','76',0),(17856,'2018-06-09 06:47:20','imp','optin_2','mailchimp_7227261368','104.236.37.44','2',0),(17857,'2018-06-09 06:47:22','imp','optin_2','mailchimp_7227261368','104.236.37.44','92',0),(17858,'2018-06-09 06:47:23','imp','optin_5','mailchimp_7227261368','104.236.37.44','0',0),(17859,'2018-06-09 06:47:23','imp','optin_5','mailchimp_7227261368','104.236.37.44','0',0),(17860,'2018-06-09 06:47:23','imp','optin_5','mailchimp_7227261368','104.236.37.44','714',0),(17861,'2018-06-09 06:47:24','imp','optin_5','mailchimp_7227261368','104.236.37.44','411',0),(17862,'2018-06-09 06:47:24','imp','optin_5','mailchimp_7227261368','104.236.37.44','0',0),(17863,'2018-06-09 06:47:25','imp','optin_5','mailchimp_7227261368','104.236.37.44','598',0),(17864,'2018-06-09 06:47:25','imp','optin_5','mailchimp_7227261368','104.236.37.44','663',0),(17865,'2018-06-09 06:47:26','imp','optin_5','mailchimp_7227261368','104.236.37.44','664',0),(17866,'2018-06-09 06:47:26','imp','optin_5','mailchimp_7227261368','104.236.37.44','665',0),(17867,'2018-06-09 06:47:26','imp','optin_5','mailchimp_7227261368','104.236.37.44','666',0),(17868,'2018-06-09 06:47:27','imp','optin_5','mailchimp_7227261368','104.236.37.44','667',0),(17869,'2018-06-09 11:02:32','imp','optin_2','mailchimp_7227261368','202.46.51.117','2',0),(17870,'2018-06-09 11:30:45','imp','optin_8','7227261368','66.249.75.213','697',0),(17871,'2018-06-09 12:04:03','imp','optin_5','mailchimp_7227261368','172.241.118.217','0',0),(17872,'2018-06-09 12:50:09','imp','optin_5','mailchimp_7227261368','94.130.23.138','0',0),(17873,'2018-06-09 12:50:11','imp','optin_5','mailchimp_7227261368','94.130.23.138','0',0),(17874,'2018-06-09 12:52:25','imp','optin_5','mailchimp_7227261368','23.225.221.162','0',0),(17875,'2018-06-09 13:44:08','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17876,'2018-06-09 13:44:16','imp','optin_8','7227261368','66.249.75.213','0',0),(17877,'2018-06-09 13:44:59','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(17878,'2018-06-09 13:45:25','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(17879,'2018-06-09 13:57:44','imp','optin_2','mailchimp_7227261368','84.201.133.21','92',0),(17880,'2018-06-09 16:21:42','imp','optin_5','mailchimp_7227261368','213.251.182.106','0',0),(17881,'2018-06-09 16:21:42','imp','optin_5','mailchimp_7227261368','213.251.182.106','0',0),(17882,'2018-06-09 16:21:54','imp','optin_5','mailchimp_7227261368','213.251.182.106','0',0),(17883,'2018-06-09 16:37:33','imp','optin_5','mailchimp_7227261368','84.201.133.21','592',0),(17884,'2018-06-09 16:40:56','imp','optin_5','mailchimp_7227261368','94.130.23.138','0',0),(17885,'2018-06-09 16:40:58','imp','optin_5','mailchimp_7227261368','94.130.23.138','0',0),(17886,'2018-06-09 17:41:37','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17887,'2018-06-09 18:24:07','imp','optin_5','mailchimp_7227261368','31.7.34.55','0',0),(17888,'2018-06-09 18:37:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(17889,'2018-06-09 19:01:10','imp','optin_5','mailchimp_7227261368','144.217.15.227','0',0),(17890,'2018-06-09 19:02:05','imp','optin_5','mailchimp_7227261368','144.217.15.227','0',0),(17891,'2018-06-09 19:03:03','imp','optin_5','mailchimp_7227261368','144.217.15.227','0',0),(17892,'2018-06-09 19:04:44','imp','optin_5','mailchimp_7227261368','81.88.49.28','0',0),(17893,'2018-06-09 19:04:46','imp','optin_5','mailchimp_7227261368','81.88.49.3','0',0),(17894,'2018-06-09 19:10:00','imp','optin_2','mailchimp_7227261368','66.249.75.215','2',0),(17895,'2018-06-09 19:10:31','imp','optin_8','7227261368','66.249.75.213','2',0),(17896,'2018-06-09 19:54:27','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17897,'2018-06-09 19:54:40','imp','optin_5','mailchimp_7227261368','141.8.143.166','683',0),(17898,'2018-06-09 20:06:53','imp','optin_5','mailchimp_7227261368','103.67.235.72','0',0),(17899,'2018-06-09 20:58:30','imp','optin_5','mailchimp_7227261368','202.46.57.75','667',0),(17900,'2018-06-09 21:30:47','imp','optin_2','mailchimp_7227261368','202.46.52.175','92',0),(17901,'2018-06-09 21:33:48','imp','optin_5','mailchimp_7227261368','66.249.75.213','673',0),(17902,'2018-06-09 22:11:21','imp','optin_2','mailchimp_7227261368','5.255.250.75','92',0),(17903,'2018-06-09 22:15:52','imp','optin_5','mailchimp_7227261368','185.98.7.126','0',0),(17904,'2018-06-09 22:21:52','imp','optin_5','mailchimp_7227261368','208.67.16.29','0',0),(17905,'2018-06-09 22:33:49','imp','optin_5','mailchimp_7227261368','141.8.143.189','673',0),(17906,'2018-06-09 22:39:18','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17907,'2018-06-09 22:40:44','imp','optin_8','7227261368','66.249.75.213','0',0),(17908,'2018-06-09 23:20:01','imp','optin_5','mailchimp_7227261368','219.94.129.181','0',0),(17909,'2018-06-09 23:32:56','imp','optin_5','mailchimp_7227261368','93.158.161.37','668',0),(17910,'2018-06-09 23:56:06','imp','optin_5','mailchimp_7227261368','88.208.252.217','0',0),(17911,'2018-06-09 23:57:47','imp','optin_5','mailchimp_7227261368','141.8.143.130','714',0),(17912,'2018-06-10 00:13:28','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17913,'2018-06-10 00:13:54','imp','optin_8','7227261368','66.249.75.213','0',0),(17914,'2018-06-10 00:25:34','imp','optin_5','mailchimp_7227261368','2001:470:1f0a:d95::2','0',0),(17915,'2018-06-10 00:36:48','imp','optin_5','mailchimp_7227261368','109.234.161.25','0',0),(17916,'2018-06-10 00:36:51','imp','optin_5','mailchimp_7227261368','109.234.161.25','0',0),(17917,'2018-06-10 01:14:08','imp','optin_5','mailchimp_7227261368','66.249.75.217','663',0),(17918,'2018-06-10 01:14:14','imp','optin_8','7227261368','66.249.75.213','663',0),(17919,'2018-06-10 01:25:50','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(17920,'2018-06-10 01:38:37','imp','optin_2','mailchimp_7227261368','190.2.130.63','92',0),(17921,'2018-06-10 03:26:31','imp','optin_8','7227261368','66.249.75.213','673',0),(17922,'2018-06-10 03:31:53','imp','optin_5','mailchimp_7227261368','84.201.133.17','573',0),(17923,'2018-06-10 03:39:17','imp','optin_2','mailchimp_7227261368','138.197.96.193','92',0),(17924,'2018-06-10 03:39:22','imp','optin_5','mailchimp_7227261368','138.197.96.193','0',0),(17925,'2018-06-10 03:41:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17926,'2018-06-10 03:44:25','imp','optin_2','mailchimp_7227261368','36.66.53.191','92',0),(17927,'2018-06-10 04:15:15','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17928,'2018-06-10 04:51:54','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17929,'2018-06-10 05:34:34','imp','optin_5','mailchimp_7227261368','93.158.161.146','598',0),(17930,'2018-06-10 06:27:11','imp','optin_5','mailchimp_7227261368','219.94.129.181','0',0),(17931,'2018-06-10 07:27:26','imp','optin_5','mailchimp_7227261368','87.229.51.44','0',0),(17932,'2018-06-10 08:26:21','imp','optin_5','mailchimp_7227261368','202.46.58.132','665',0),(17933,'2018-06-10 08:28:31','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(17934,'2018-06-10 09:06:09','imp','optin_5','mailchimp_7227261368','109.106.180.79','0',0),(17935,'2018-06-10 09:06:16','imp','optin_5','mailchimp_7227261368','109.106.180.79','0',0),(17936,'2018-06-10 09:06:21','imp','optin_5','mailchimp_7227261368','109.106.180.79','0',0),(17937,'2018-06-10 09:06:23','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(17938,'2018-06-10 09:06:37','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(17939,'2018-06-10 09:06:42','imp','optin_5','mailchimp_7227261368','109.106.180.79','0',0),(17940,'2018-06-10 09:06:49','imp','optin_5','mailchimp_7227261368','109.106.180.79','0',0),(17941,'2018-06-10 09:06:52','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(17942,'2018-06-10 09:08:21','imp','optin_5','mailchimp_7227261368','77.88.47.39','714',0),(17943,'2018-06-10 10:12:00','imp','optin_5','mailchimp_7227261368','35.162.61.132','591',0),(17944,'2018-06-10 10:12:07','imp','optin_5','mailchimp_7227261368','35.162.61.132','0',0),(17945,'2018-06-10 11:39:55','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17946,'2018-06-10 11:39:56','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17947,'2018-06-10 11:39:57','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17948,'2018-06-10 11:39:58','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17949,'2018-06-10 11:40:00','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17950,'2018-06-10 11:40:01','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(17951,'2018-06-10 11:56:58','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17952,'2018-06-10 12:00:17','imp','optin_8','7227261368','66.249.75.213','0',0),(17953,'2018-06-10 13:03:41','imp','optin_5','mailchimp_7227261368','93.158.161.65','602',0),(17954,'2018-06-10 13:08:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(17955,'2018-06-10 13:53:07','imp','optin_2','mailchimp_7227261368','202.46.54.132','92',0),(17956,'2018-06-10 14:00:39','imp','optin_2','mailchimp_7227261368','202.46.51.191','92',0),(17957,'2018-06-10 14:16:37','imp','optin_2','mailchimp_7227261368','18.217.97.131','92',0),(17958,'2018-06-10 14:16:43','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17959,'2018-06-10 14:16:49','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17960,'2018-06-10 14:16:51','imp','optin_2','mailchimp_7227261368','18.217.97.131','2',0),(17961,'2018-06-10 14:16:53','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17962,'2018-06-10 14:16:57','imp','optin_2','mailchimp_7227261368','18.217.97.131','92',0),(17963,'2018-06-10 14:16:58','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17964,'2018-06-10 14:28:52','imp','optin_2','mailchimp_7227261368','18.217.97.131','92',0),(17965,'2018-06-10 14:28:58','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17966,'2018-06-10 14:29:03','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17967,'2018-06-10 14:29:05','imp','optin_2','mailchimp_7227261368','18.217.97.131','2',0),(17968,'2018-06-10 14:29:07','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17969,'2018-06-10 14:29:11','imp','optin_2','mailchimp_7227261368','18.217.97.131','92',0),(17970,'2018-06-10 14:29:12','imp','optin_5','mailchimp_7227261368','18.217.97.131','0',0),(17971,'2018-06-10 17:51:05','imp','optin_5','mailchimp_7227261368','84.201.133.60','593',0),(17972,'2018-06-10 18:59:38','imp','optin_5','mailchimp_7227261368','186.202.183.148','0',0),(17973,'2018-06-10 19:00:18','imp','optin_2','mailchimp_7227261368','202.46.50.17','92',0),(17974,'2018-06-10 19:15:55','imp','optin_5','mailchimp_7227261368','141.8.143.192','0',0),(17975,'2018-06-10 19:33:19','imp','optin_5','mailchimp_7227261368','94.127.186.6','0',0),(17976,'2018-06-10 19:33:19','imp','optin_5','mailchimp_7227261368','94.127.186.6','0',0),(17977,'2018-06-10 19:33:20','imp','optin_5','mailchimp_7227261368','94.127.186.6','0',0),(17978,'2018-06-10 19:58:18','imp','optin_5','mailchimp_7227261368','207.46.13.134','0',0),(17979,'2018-06-10 20:24:57','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(17980,'2018-06-10 21:52:12','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17981,'2018-06-10 22:09:46','imp','optin_2','mailchimp_7227261368','141.8.143.130','92',0),(17982,'2018-06-10 22:35:16','imp','optin_5','mailchimp_7227261368','249.249.147.195','714',0),(17983,'2018-06-10 22:35:21','imp','optin_5','mailchimp_7227261368','249.249.147.195','0',0),(17984,'2018-06-10 22:35:24','imp','optin_7','mailchimp_7227261368','249.249.147.195','714',0),(17985,'2018-06-10 23:18:49','imp','optin_5','mailchimp_7227261368','2001:41d0:a:fd7d::1','0',0),(17986,'2018-06-10 23:21:46','imp','optin_5','mailchimp_7227261368','103.243.107.103','0',0),(17987,'2018-06-10 23:26:58','imp','optin_5','mailchimp_7227261368','202.46.57.78','667',0),(17988,'2018-06-11 00:18:13','imp','optin_2','mailchimp_7227261368','84.201.133.78','92',0),(17989,'2018-06-11 00:52:09','imp','optin_5','mailchimp_7227261368','184.168.200.161','0',0),(17990,'2018-06-11 00:52:09','imp','optin_5','mailchimp_7227261368','184.168.200.161','0',0),(17991,'2018-06-11 01:02:01','imp','optin_5','mailchimp_7227261368','89.221.80.5','0',0),(17992,'2018-06-11 02:43:39','imp','optin_5','mailchimp_7227261368','181.114.24.150','0',0),(17993,'2018-06-11 03:15:13','imp','optin_5','mailchimp_7227261368','213.180.203.13','595',0),(17994,'2018-06-11 03:15:31','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(17995,'2018-06-11 03:48:02','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(17996,'2018-06-11 04:06:39','imp','optin_5','mailchimp_7227261368','213.239.198.234','0',0),(17997,'2018-06-11 04:18:35','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(17998,'2018-06-11 04:25:01','imp','optin_5','mailchimp_7227261368','85.233.160.31','0',0),(17999,'2018-06-11 04:25:17','imp','optin_5','mailchimp_7227261368','85.233.160.31','0',0),(18000,'2018-06-11 04:41:26','imp','optin_2','mailchimp_7227261368','141.8.143.142','92',0),(18001,'2018-06-11 04:52:27','imp','optin_5','mailchimp_7227261368','151.80.218.210','0',0),(18002,'2018-06-11 04:52:27','imp','optin_5','mailchimp_7227261368','151.80.218.210','0',0),(18003,'2018-06-11 04:52:36','imp','optin_5','mailchimp_7227261368','81.88.49.16','0',0),(18004,'2018-06-11 04:52:36','imp','optin_5','mailchimp_7227261368','81.88.49.16','0',0),(18005,'2018-06-11 06:48:36','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(18006,'2018-06-11 06:55:23','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(18007,'2018-06-11 07:04:46','imp','optin_8','7227261368','66.249.75.215','0',0),(18008,'2018-06-11 07:08:13','imp','optin_8','7227261368','66.249.75.217','0',0),(18009,'2018-06-11 07:28:00','imp','optin_5','mailchimp_7227261368','80.67.28.108','0',0),(18010,'2018-06-11 07:49:51','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(18011,'2018-06-11 08:12:50','imp','optin_5','mailchimp_7227261368','34.221.47.229','663',0),(18012,'2018-06-11 08:12:57','imp','optin_5','mailchimp_7227261368','34.221.47.229','0',0),(18013,'2018-06-11 08:13:19','imp','optin_8','7227261368','34.221.47.229','663',0),(18014,'2018-06-11 09:16:55','imp','optin_5','mailchimp_7227261368','66.249.75.213','0',0),(18015,'2018-06-11 09:17:03','imp','optin_8','7227261368','66.249.75.213','0',0),(18016,'2018-06-11 09:32:54','imp','optin_5','mailchimp_7227261368','157.7.106.170','0',0),(18017,'2018-06-11 09:32:54','imp','optin_5','mailchimp_7227261368','157.7.106.170','0',0),(18018,'2018-06-11 10:19:53','imp','optin_5','mailchimp_7227261368','93.158.161.126','678',0),(18019,'2018-06-11 10:57:13','imp','optin_2','mailchimp_7227261368','66.249.75.215','92',0),(18020,'2018-06-11 10:57:33','imp','optin_8','7227261368','66.249.75.215','-1',0),(18021,'2018-06-11 11:02:56','imp','optin_5','mailchimp_7227261368','186.202.126.141','0',0),(18022,'2018-06-11 11:14:58','imp','optin_5','mailchimp_7227261368','107.155.141.98','0',0),(18023,'2018-06-11 11:14:59','imp','optin_5','mailchimp_7227261368','107.155.141.98','0',0),(18024,'2018-06-11 12:21:50','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(18025,'2018-06-11 12:23:37','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(18026,'2018-06-11 12:31:18','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(18027,'2018-06-11 12:34:06','imp','optin_2','mailchimp_7227261368','142.0.201.156','92',0),(18028,'2018-06-11 12:34:24','imp','optin_2','mailchimp_7227261368','202.46.56.191','92',0),(18029,'2018-06-11 12:50:02','imp','optin_2','mailchimp_7227261368','202.46.49.92','92',0),(18030,'2018-06-11 13:35:34','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(18031,'2018-06-11 15:23:19','imp','optin_2','mailchimp_7227261368','37.145.230.150','92',0),(18032,'2018-06-11 15:24:32','imp','optin_5','mailchimp_7227261368','202.191.60.145','0',0),(18033,'2018-06-11 17:02:52','imp','optin_2','mailchimp_7227261368','66.249.75.215','411',0),(18034,'2018-06-11 17:02:52','imp','optin_2','mailchimp_7227261368','66.249.75.215','411',0),(18035,'2018-06-11 17:22:50','imp','optin_5','mailchimp_7227261368','93.158.161.37','664',0),(18036,'2018-06-11 17:24:08','imp','optin_5','mailchimp_7227261368','66.249.75.215','0',0),(18037,'2018-06-11 17:24:27','imp','optin_8','7227261368','66.249.75.213','0',0),(18038,'2018-06-11 18:58:28','imp','optin_5','mailchimp_7227261368','66.249.75.217','0',0),(18039,'2018-06-11 20:14:57','imp','optin_2','mailchimp_7227261368','139.59.42.246','92',0),(18040,'2018-06-11 21:21:46','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(18041,'2018-06-11 22:09:15','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18042,'2018-06-11 23:06:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(18043,'2018-06-11 23:19:32','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(18044,'2018-06-11 23:19:32','imp','optin_5','mailchimp_7227261368','45.76.70.138','0',0),(18045,'2018-06-11 23:38:11','imp','optin_5','mailchimp_7227261368','2001:4801:7800:27:4240:6dff:fe00:e839','0',0),(18046,'2018-06-12 00:39:42','imp','optin_5','mailchimp_7227261368','141.8.143.130','591',0),(18047,'2018-06-12 02:10:50','imp','optin_5','mailchimp_7227261368','141.8.143.155','595',0),(18048,'2018-06-12 02:12:47','imp','optin_5','mailchimp_7227261368','93.158.161.105','663',0),(18049,'2018-06-12 02:26:39','imp','optin_5','mailchimp_7227261368','5.255.250.59','597',0),(18050,'2018-06-12 06:36:59','imp','optin_5','mailchimp_7227261368','157.55.39.249','220',0),(18051,'2018-06-12 06:37:00','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(18052,'2018-06-12 06:37:02','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(18053,'2018-06-12 06:37:03','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(18054,'2018-06-12 06:37:05','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(18055,'2018-06-12 06:37:05','imp','optin_5','mailchimp_7227261368','157.55.39.249','0',0),(18056,'2018-06-12 06:37:06','imp','optin_5','mailchimp_7227261368','40.77.167.83','177',0),(18057,'2018-06-12 06:37:08','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(18058,'2018-06-12 06:37:09','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(18059,'2018-06-12 06:37:11','imp','optin_5','mailchimp_7227261368','40.77.167.83','0',0),(18060,'2018-06-12 06:37:11','imp','optin_2','mailchimp_7227261368','207.46.13.165','2',0),(18061,'2018-06-12 06:37:13','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18062,'2018-06-12 06:37:14','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18063,'2018-06-12 06:37:16','imp','optin_5','mailchimp_7227261368','207.46.13.165','76',0),(18064,'2018-06-12 06:37:17','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18065,'2018-06-12 06:37:19','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18066,'2018-06-12 06:37:20','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18067,'2018-06-12 06:37:22','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18068,'2018-06-12 06:37:23','imp','optin_5','mailchimp_7227261368','207.46.13.165','0',0),(18069,'2018-06-12 06:41:47','imp','optin_2','mailchimp_7227261368','157.55.39.93','2',0),(18070,'2018-06-12 06:41:57','imp','optin_5','mailchimp_7227261368','157.55.39.86','0',0),(18071,'2018-06-12 06:41:59','imp','optin_5','mailchimp_7227261368','157.55.39.86','76',0),(18072,'2018-06-12 06:41:59','imp','optin_5','mailchimp_7227261368','157.55.39.86','0',0),(18073,'2018-06-12 08:05:24','imp','optin_2','mailchimp_7227261368','141.8.143.170','92',0),(18074,'2018-06-12 08:07:12','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(18075,'2018-06-12 08:07:42','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(18076,'2018-06-12 08:07:43','imp','optin_8','7227261368','66.249.79.85','714',0),(18077,'2018-06-12 08:55:28','imp','optin_5','mailchimp_7227261368','91.250.39.226','0',0),(18078,'2018-06-12 10:16:56','imp','optin_2','mailchimp_7227261368','202.46.50.125','92',0),(18079,'2018-06-12 11:11:28','imp','optin_5','mailchimp_7227261368','202.46.49.123','664',0),(18080,'2018-06-12 11:37:22','imp','optin_2','mailchimp_7227261368','95.181.179.33','92',0),(18081,'2018-06-12 11:37:26','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18082,'2018-06-12 11:37:29','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18083,'2018-06-12 11:37:29','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18084,'2018-06-12 11:37:30','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18085,'2018-06-12 11:37:31','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18086,'2018-06-12 11:37:33','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18087,'2018-06-12 11:37:33','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18088,'2018-06-12 11:37:33','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18089,'2018-06-12 11:37:33','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18090,'2018-06-12 11:37:34','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18091,'2018-06-12 11:37:34','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18092,'2018-06-12 11:37:34','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18093,'2018-06-12 11:37:34','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18094,'2018-06-12 11:37:35','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18095,'2018-06-12 11:37:35','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18096,'2018-06-12 11:37:35','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18097,'2018-06-12 11:37:35','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18098,'2018-06-12 11:37:35','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18099,'2018-06-12 11:37:35','imp','optin_2','mailchimp_7227261368','95.181.179.33','92',0),(18100,'2018-06-12 11:37:36','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18101,'2018-06-12 11:37:36','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18102,'2018-06-12 11:37:36','imp','optin_5','mailchimp_7227261368','95.181.179.33','0',0),(18103,'2018-06-12 13:27:35','imp','optin_2','mailchimp_7227261368','202.46.49.90','92',0),(18104,'2018-06-12 14:04:13','imp','optin_5','mailchimp_7227261368','144.76.162.15','0',0),(18105,'2018-06-12 14:04:34','imp','optin_5','mailchimp_7227261368','144.76.162.15','0',0),(18106,'2018-06-12 14:14:07','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18107,'2018-06-12 14:14:50','imp','optin_8','7227261368','66.249.79.85','-1',0),(18108,'2018-06-12 15:26:07','imp','optin_5','mailchimp_7227261368','34.223.251.184','835',0),(18109,'2018-06-12 15:26:22','imp','optin_5','mailchimp_7227261368','34.223.251.184','0',0),(18110,'2018-06-12 15:26:51','imp','optin_5','mailchimp_7227261368','34.223.251.184','0',0),(18111,'2018-06-12 15:27:33','imp','optin_8','7227261368','34.223.251.184','835',0),(18112,'2018-06-12 16:46:13','imp','optin_5','mailchimp_7227261368','157.55.39.142','0',0),(18113,'2018-06-12 18:22:19','imp','optin_2','mailchimp_7227261368','66.249.79.71','92',0),(18114,'2018-06-12 18:22:37','imp','optin_8','7227261368','66.249.79.71','-1',0),(18115,'2018-06-12 18:45:56','imp','optin_5','mailchimp_7227261368','47.72.56.162','714',0),(18116,'2018-06-12 18:46:01','imp','optin_5','mailchimp_7227261368','47.72.56.162','0',0),(18117,'2018-06-12 18:46:03','imp','optin_7','mailchimp_7227261368','47.72.56.162','714',0),(18118,'2018-06-12 18:46:07','imp','optin_5','mailchimp_7227261368','47.72.56.162','0',0),(18119,'2018-06-12 18:46:22','imp','optin_8','7227261368','47.72.56.162','714',0),(18120,'2018-06-12 18:48:59','imp','optin_2','mailchimp_7227261368','194.44.236.82','92',0),(18121,'2018-06-12 18:56:22','imp','optin_5','mailchimp_7227261368','67.225.241.143','0',0),(18122,'2018-06-12 19:22:09','imp','optin_5','mailchimp_7227261368','81.88.49.25','0',0),(18123,'2018-06-12 19:22:10','imp','optin_5','mailchimp_7227261368','81.88.49.36','0',0),(18124,'2018-06-12 19:22:12','imp','optin_5','mailchimp_7227261368','81.88.49.5','0',0),(18125,'2018-06-12 19:38:30','imp','optin_2','mailchimp_7227261368','5.255.250.57','92',0),(18126,'2018-06-12 20:52:50','imp','optin_2','mailchimp_7227261368','202.46.49.66','92',0),(18127,'2018-06-12 21:39:05','imp','optin_5','mailchimp_7227261368','128.77.34.95','0',0),(18128,'2018-06-13 00:13:57','imp','optin_2','mailchimp_7227261368','128.69.203.82','92',0),(18129,'2018-06-13 00:14:09','imp','optin_5','mailchimp_7227261368','128.69.203.82','0',0),(18130,'2018-06-13 00:20:43','imp','optin_5','mailchimp_7227261368','2001:470:1f0a:d95::2','0',0),(18131,'2018-06-13 00:20:43','imp','optin_5','mailchimp_7227261368','2001:470:1f0a:d95::2','0',0),(18132,'2018-06-13 00:28:42','imp','optin_2','mailchimp_7227261368','141.8.143.147','92',0),(18133,'2018-06-13 00:34:10','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18134,'2018-06-13 02:08:33','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:724a::2','0',0),(18135,'2018-06-13 02:08:36','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:724a::2','0',0),(18136,'2018-06-13 03:38:35','imp','optin_2','mailchimp_7227261368','54.234.44.132','92',0),(18137,'2018-06-13 03:38:57','imp','optin_2','mailchimp_7227261368','54.234.44.132','92',0),(18138,'2018-06-13 04:34:34','imp','optin_5','mailchimp_7227261368','2.229.17.86','0',0),(18139,'2018-06-13 04:34:34','imp','optin_5','mailchimp_7227261368','2.229.17.86','0',0),(18140,'2018-06-13 04:36:02','imp','optin_5','mailchimp_7227261368','185.98.7.216','0',0),(18141,'2018-06-13 04:59:11','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18142,'2018-06-13 05:28:53','imp','optin_5','mailchimp_7227261368','173.230.252.58','0',0),(18143,'2018-06-13 05:37:03','imp','optin_5','mailchimp_7227261368','213.251.182.113','0',0),(18144,'2018-06-13 05:48:53','imp','optin_8','7227261368','66.249.79.87','0',0),(18145,'2018-06-13 05:59:37','imp','optin_5','mailchimp_7227261368','219.94.129.181','0',0),(18146,'2018-06-13 06:35:48','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18147,'2018-06-13 07:16:01','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18148,'2018-06-13 08:02:04','imp','optin_2','mailchimp_7227261368','54.234.202.212','92',0),(18149,'2018-06-13 08:03:12','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18150,'2018-06-13 08:03:23','imp','optin_8','7227261368','66.249.79.85','-1',0),(18151,'2018-06-13 09:05:05','imp','optin_5','mailchimp_7227261368','202.46.53.15','0',0),(18152,'2018-06-13 09:12:16','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(18153,'2018-06-13 09:12:24','imp','optin_8','7227261368','66.249.79.85','0',0),(18154,'2018-06-13 09:27:03','imp','optin_5','mailchimp_7227261368','207.46.13.103','0',0),(18155,'2018-06-13 11:11:20','imp','optin_5','mailchimp_7227261368','66.249.79.85','598',0),(18156,'2018-06-13 11:11:33','imp','optin_8','7227261368','66.249.79.85','598',0),(18157,'2018-06-13 11:25:33','imp','optin_2','mailchimp_7227261368','187.179.68.60','92',0),(18158,'2018-06-13 12:05:41','imp','optin_2','mailchimp_7227261368','202.46.52.63','92',0),(18159,'2018-06-13 12:17:23','imp','optin_5','mailchimp_7227261368','2001:41d0:2:8ac5::','0',0),(18160,'2018-06-13 12:19:05','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18161,'2018-06-13 12:19:51','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18162,'2018-06-13 12:19:58','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18163,'2018-06-13 12:20:07','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18164,'2018-06-13 12:22:16','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18165,'2018-06-13 12:22:25','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18166,'2018-06-13 12:22:29','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18167,'2018-06-13 12:22:54','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18168,'2018-06-13 12:23:03','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18169,'2018-06-13 12:23:16','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18170,'2018-06-13 12:23:55','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18171,'2018-06-13 12:24:19','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18172,'2018-06-13 12:24:36','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18173,'2018-06-13 12:24:45','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18174,'2018-06-13 12:25:30','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18175,'2018-06-13 12:25:49','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18176,'2018-06-13 12:26:05','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18177,'2018-06-13 12:26:59','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18178,'2018-06-13 12:27:27','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18179,'2018-06-13 12:28:21','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18180,'2018-06-13 12:28:21','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18181,'2018-06-13 12:28:39','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18182,'2018-06-13 12:29:08','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18183,'2018-06-13 12:29:31','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18184,'2018-06-13 12:31:19','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18185,'2018-06-13 12:31:32','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(18186,'2018-06-13 12:47:06','imp','optin_5','mailchimp_7227261368','207.46.13.148','592',0),(18187,'2018-06-13 13:00:30','imp','optin_2','mailchimp_7227261368','202.46.57.120','92',0),(18188,'2018-06-13 14:50:10','imp','optin_5','mailchimp_7227261368','217.149.7.175','0',0),(18189,'2018-06-13 14:50:59','imp','optin_5','mailchimp_7227261368','217.149.7.175','0',0),(18190,'2018-06-13 15:26:42','imp','optin_5','mailchimp_7227261368','66.249.79.75','0',0),(18191,'2018-06-13 15:27:00','imp','optin_8','7227261368','66.249.79.71','0',0),(18192,'2018-06-13 16:37:14','imp','optin_5','mailchimp_7227261368','31.192.213.123','0',0),(18193,'2018-06-13 16:37:15','imp','optin_5','mailchimp_7227261368','31.192.213.123','0',0),(18194,'2018-06-13 17:17:57','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(18195,'2018-06-13 17:18:24','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(18196,'2018-06-13 17:27:05','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18197,'2018-06-13 17:27:12','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(18198,'2018-06-13 17:31:50','imp','optin_5','mailchimp_7227261368','206.225.83.187','0',0),(18199,'2018-06-13 18:31:11','imp','optin_5','mailchimp_7227261368','164.132.59.152','0',0),(18200,'2018-06-13 18:31:11','imp','optin_5','mailchimp_7227261368','164.132.59.152','0',0),(18201,'2018-06-13 18:31:37','imp','optin_5','mailchimp_7227261368','188.120.240.50','0',0),(18202,'2018-06-13 18:35:10','imp','optin_5','mailchimp_7227261368','139.216.127.17','714',0),(18203,'2018-06-13 18:35:15','imp','optin_5','mailchimp_7227261368','139.216.127.17','0',0),(18204,'2018-06-13 18:35:17','imp','optin_7','mailchimp_7227261368','139.216.127.17','714',0),(18205,'2018-06-13 18:35:36','imp','optin_8','7227261368','139.216.127.17','714',0),(18206,'2018-06-13 18:35:37','imp','optin_8','7227261368','139.216.127.17','714',0),(18207,'2018-06-13 18:56:33','imp','optin_5','mailchimp_7227261368','185.85.207.166','0',0),(18208,'2018-06-13 19:02:02','imp','optin_5','mailchimp_7227261368','2a02:4780:bad:11:fced:1ff:fe11:38','0',0),(18209,'2018-06-13 19:05:13','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(18210,'2018-06-13 19:07:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18211,'2018-06-13 19:07:39','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(18212,'2018-06-13 19:09:26','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:9::99','0',0),(18213,'2018-06-13 19:40:32','imp','optin_2','mailchimp_7227261368','5.255.250.59','92',0),(18214,'2018-06-13 21:09:55','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18215,'2018-06-13 21:10:06','imp','optin_8','7227261368','66.249.79.87','0',0),(18216,'2018-06-13 22:08:22','imp','optin_2','mailchimp_7227261368','206.16.134.27','92',0),(18217,'2018-06-13 22:24:23','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(18218,'2018-06-13 22:24:24','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(18219,'2018-06-13 22:24:24','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(18220,'2018-06-13 22:30:26','imp','optin_5','mailchimp_7227261368','64.16.211.4','0',0),(18221,'2018-06-13 22:30:26','imp','optin_5','mailchimp_7227261368','64.16.211.4','0',0),(18222,'2018-06-13 22:55:19','imp','optin_5','mailchimp_7227261368','94.250.254.148','0',0),(18223,'2018-06-14 00:33:24','imp','optin_5','mailchimp_7227261368','93.158.161.133','666',0),(18224,'2018-06-14 00:34:15','imp','optin_2','mailchimp_7227261368','93.158.161.65','92',0),(18225,'2018-06-14 01:30:08','imp','optin_2','mailchimp_7227261368','54.160.224.218','92',0),(18226,'2018-06-14 01:30:13','imp','optin_5','mailchimp_7227261368','54.160.224.218','0',0),(18227,'2018-06-14 01:32:47','imp','optin_5','mailchimp_7227261368','157.55.39.17','602',0),(18228,'2018-06-14 01:41:27','imp','optin_5','mailchimp_7227261368','84.201.133.41','593',0),(18229,'2018-06-14 01:48:13','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18230,'2018-06-14 03:18:05','imp','optin_2','mailchimp_7227261368','2600:3c03::f03c:91ff:fe23:f483','92',0),(18231,'2018-06-14 03:19:48','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(18232,'2018-06-14 03:48:35','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18233,'2018-06-14 03:48:54','imp','optin_8','7227261368','66.249.79.85','0',0),(18234,'2018-06-14 04:12:24','imp','optin_2','mailchimp_7227261368','157.55.39.153','92',0),(18235,'2018-06-14 04:32:09','imp','optin_5','mailchimp_7227261368','54.90.121.65','0',0),(18236,'2018-06-14 04:32:11','imp','optin_5','mailchimp_7227261368','54.90.121.65','0',0),(18237,'2018-06-14 04:36:52','imp','optin_5','mailchimp_7227261368','100.43.85.116','678',0),(18238,'2018-06-14 05:59:46','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(18239,'2018-06-14 05:59:55','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(18240,'2018-06-14 06:00:01','imp','optin_5','mailchimp_7227261368','167.114.117.176','76',0),(18241,'2018-06-14 06:00:06','imp','optin_5','mailchimp_7227261368','167.114.117.176','714',0),(18242,'2018-06-14 06:00:10','imp','optin_5','mailchimp_7227261368','167.114.117.176','663',0),(18243,'2018-06-14 06:00:13','imp','optin_5','mailchimp_7227261368','167.114.117.176','667',0),(18244,'2018-06-14 06:00:17','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(18245,'2018-06-14 06:00:20','imp','optin_5','mailchimp_7227261368','167.114.117.176','664',0),(18246,'2018-06-14 06:00:23','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(18247,'2018-06-14 06:00:29','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(18248,'2018-06-14 06:00:32','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(18249,'2018-06-14 06:15:38','imp','optin_5','mailchimp_7227261368','54.167.7.11','0',0),(18250,'2018-06-14 06:35:38','imp','optin_5','mailchimp_7227261368','84.201.133.42','411',0),(18251,'2018-06-14 06:48:42','imp','optin_5','mailchimp_7227261368','112.217.110.130','0',0),(18252,'2018-06-14 06:52:54','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18253,'2018-06-14 06:54:10','imp','optin_8','7227261368','66.249.79.85','0',0),(18254,'2018-06-14 07:04:13','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18255,'2018-06-14 07:04:19','imp','optin_8','7227261368','66.249.79.87','0',0),(18256,'2018-06-14 07:52:45','imp','optin_2','mailchimp_7227261368','188.32.76.34','92',0),(18257,'2018-06-14 07:52:55','imp','optin_5','mailchimp_7227261368','188.32.76.34','0',0),(18258,'2018-06-14 08:23:39','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(18259,'2018-06-14 08:43:10','imp','optin_5','mailchimp_7227261368','157.55.39.88','173',0),(18260,'2018-06-14 08:55:51','imp','optin_5','mailchimp_7227261368','66.249.79.85','666',0),(18261,'2018-06-14 08:56:00','imp','optin_8','7227261368','66.249.79.85','666',0),(18262,'2018-06-14 09:15:43','imp','optin_2','mailchimp_7227261368','88.214.163.9','92',0),(18263,'2018-06-14 10:27:22','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(18264,'2018-06-14 10:56:57','imp','optin_5','mailchimp_7227261368','157.55.39.154','0',0),(18265,'2018-06-14 12:59:01','imp','optin_2','mailchimp_7227261368','202.46.57.172','92',0),(18266,'2018-06-14 13:08:07','imp','optin_2','mailchimp_7227261368','64.246.161.30','92',0),(18267,'2018-06-14 13:21:18','imp','optin_5','mailchimp_7227261368','84.201.133.17','683',0),(18268,'2018-06-14 13:22:00','imp','optin_5','mailchimp_7227261368','141.8.143.142','0',0),(18269,'2018-06-14 13:44:22','imp','optin_2','mailchimp_7227261368','157.55.39.153','411',0),(18270,'2018-06-14 13:44:22','imp','optin_2','mailchimp_7227261368','157.55.39.153','411',0),(18271,'2018-06-14 13:45:55','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(18272,'2018-06-14 13:50:19','imp','optin_2','mailchimp_7227261368','202.46.53.157','92',0),(18273,'2018-06-14 15:35:25','imp','optin_5','mailchimp_7227261368','157.55.39.153','0',0),(18274,'2018-06-14 15:36:41','imp','optin_5','mailchimp_7227261368','103.227.176.8','0',0),(18275,'2018-06-14 15:36:41','imp','optin_5','mailchimp_7227261368','103.227.176.8','0',0),(18276,'2018-06-14 15:39:14','imp','optin_5','mailchimp_7227261368','207.46.13.143','220',0),(18277,'2018-06-14 15:39:16','imp','optin_5','mailchimp_7227261368','207.46.13.143','0',0),(18278,'2018-06-14 15:39:16','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(18279,'2018-06-14 15:39:17','imp','optin_5','mailchimp_7227261368','207.46.13.143','0',0),(18280,'2018-06-14 15:39:17','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(18281,'2018-06-14 15:39:19','imp','optin_5','mailchimp_7227261368','157.55.39.146','177',0),(18282,'2018-06-14 15:39:20','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(18283,'2018-06-14 15:39:20','imp','optin_5','mailchimp_7227261368','207.46.13.143','0',0),(18284,'2018-06-14 15:39:21','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(18285,'2018-06-14 15:39:23','imp','optin_5','mailchimp_7227261368','157.55.39.146','0',0),(18286,'2018-06-14 15:39:24','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18287,'2018-06-14 15:39:26','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18288,'2018-06-14 15:39:27','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18289,'2018-06-14 15:39:29','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18290,'2018-06-14 15:39:30','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18291,'2018-06-14 15:39:32','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18292,'2018-06-14 15:39:33','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18293,'2018-06-14 15:39:33','imp','optin_2','mailchimp_7227261368','207.46.13.140','2',0),(18294,'2018-06-14 15:39:35','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18295,'2018-06-14 15:39:35','imp','optin_5','mailchimp_7227261368','157.55.39.88','173',0),(18296,'2018-06-14 15:39:36','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18297,'2018-06-14 15:39:36','imp','optin_5','mailchimp_7227261368','157.55.39.88','0',0),(18298,'2018-06-14 15:39:38','imp','optin_5','mailchimp_7227261368','207.46.13.140','76',0),(18299,'2018-06-14 15:39:40','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18300,'2018-06-14 15:39:41','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18301,'2018-06-14 15:39:43','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18302,'2018-06-14 15:39:44','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18303,'2018-06-14 15:39:46','imp','optin_5','mailchimp_7227261368','207.46.13.140','0',0),(18304,'2018-06-14 16:34:14','imp','optin_2','mailchimp_7227261368','unknown','92',0),(18305,'2018-06-14 16:45:37','imp','optin_5','mailchimp_7227261368','202.46.53.144','667',0),(18306,'2018-06-14 17:39:51','imp','optin_5','mailchimp_7227261368','77.88.5.5','668',0),(18307,'2018-06-14 18:39:29','imp','optin_5','mailchimp_7227261368','91.189.123.230','0',0),(18308,'2018-06-14 18:43:33','imp','optin_5','mailchimp_7227261368','77.88.5.32','667',0),(18309,'2018-06-14 19:13:01','imp','optin_2','mailchimp_7227261368','31.171.247.184','92',0),(18310,'2018-06-14 19:44:08','imp','optin_5','mailchimp_7227261368','202.46.54.133','714',0),(18311,'2018-06-14 20:10:06','imp','optin_5','mailchimp_7227261368','5.255.250.59','682',0),(18312,'2018-06-14 20:41:09','imp','optin_5','mailchimp_7227261368','84.201.133.42','595',0),(18313,'2018-06-14 20:51:31','imp','optin_2','mailchimp_7227261368','74.121.190.226','92',0),(18314,'2018-06-14 20:51:37','imp','optin_5','mailchimp_7227261368','74.121.190.226','0',0),(18315,'2018-06-14 21:23:59','imp','optin_2','mailchimp_7227261368','202.46.48.126','92',0),(18316,'2018-06-14 21:26:56','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(18317,'2018-06-14 21:30:53','imp','optin_5','mailchimp_7227261368','170.233.84.35','0',0),(18318,'2018-06-14 21:30:58','imp','optin_5','mailchimp_7227261368','170.233.84.35','0',0),(18319,'2018-06-14 21:40:04','imp','optin_5','mailchimp_7227261368','103.237.144.213','0',0),(18320,'2018-06-14 21:40:10','imp','optin_5','mailchimp_7227261368','103.237.144.213','0',0),(18321,'2018-06-14 22:42:41','imp','optin_5','mailchimp_7227261368','213.167.0.249','0',0),(18322,'2018-06-14 22:53:01','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18323,'2018-06-14 22:56:10','imp','optin_5','mailchimp_7227261368','93.158.161.146','573',0),(18324,'2018-06-14 23:13:14','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18325,'2018-06-14 23:13:45','imp','optin_8','7227261368','66.249.79.85','0',0),(18326,'2018-06-14 23:47:56','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(18327,'2018-06-14 23:53:59','imp','optin_2','mailchimp_7227261368','138.197.111.191','92',0),(18328,'2018-06-14 23:54:26','imp','optin_5','mailchimp_7227261368','138.197.111.191','76',0),(18329,'2018-06-14 23:54:28','imp','optin_2','mailchimp_7227261368','138.197.111.191','2',0),(18330,'2018-06-14 23:54:29','imp','optin_2','mailchimp_7227261368','138.197.111.191','92',0),(18331,'2018-06-14 23:54:29','imp','optin_5','mailchimp_7227261368','138.197.111.191','0',0),(18332,'2018-06-14 23:54:31','imp','optin_5','mailchimp_7227261368','138.197.111.191','0',0),(18333,'2018-06-14 23:54:32','imp','optin_5','mailchimp_7227261368','138.197.111.191','411',0),(18334,'2018-06-14 23:54:32','imp','optin_5','mailchimp_7227261368','138.197.111.191','0',0),(18335,'2018-06-14 23:54:32','imp','optin_5','mailchimp_7227261368','138.197.111.191','714',0),(18336,'2018-06-14 23:54:32','imp','optin_5','mailchimp_7227261368','138.197.111.191','598',0),(18337,'2018-06-14 23:54:33','imp','optin_5','mailchimp_7227261368','138.197.111.191','663',0),(18338,'2018-06-14 23:54:35','imp','optin_5','mailchimp_7227261368','138.197.111.191','664',0),(18339,'2018-06-14 23:54:35','imp','optin_5','mailchimp_7227261368','138.197.111.191','665',0),(18340,'2018-06-14 23:54:35','imp','optin_5','mailchimp_7227261368','138.197.111.191','667',0),(18341,'2018-06-14 23:54:35','imp','optin_5','mailchimp_7227261368','138.197.111.191','666',0),(18342,'2018-06-15 00:45:25','imp','optin_5','mailchimp_7227261368','144.217.15.227','0',0),(18343,'2018-06-15 00:53:21','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18344,'2018-06-15 00:53:34','imp','optin_8','7227261368','66.249.79.85','0',0),(18345,'2018-06-15 01:18:34','imp','optin_2','mailchimp_7227261368','37.204.254.81','92',0),(18346,'2018-06-15 01:20:38','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(18347,'2018-06-15 02:39:25','imp','optin_2','mailchimp_7227261368','79.111.94.233','92',0),(18348,'2018-06-15 02:39:32','imp','optin_5','mailchimp_7227261368','79.111.94.233','0',0),(18349,'2018-06-15 02:39:32','imp','optin_5','mailchimp_7227261368','79.111.94.233','0',0),(18350,'2018-06-15 03:40:00','imp','optin_2','mailchimp_7227261368','141.8.143.142','92',0),(18351,'2018-06-15 04:14:42','imp','optin_5','mailchimp_7227261368','93.158.161.37','598',0),(18352,'2018-06-15 04:28:42','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18353,'2018-06-15 04:29:21','imp','optin_8','7227261368','66.249.75.213','0',0),(18354,'2018-06-15 04:41:40','imp','optin_5','mailchimp_7227261368','93.158.161.121','592',0),(18355,'2018-06-15 05:02:53','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18356,'2018-06-15 05:14:21','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18357,'2018-06-15 07:24:36','imp','optin_2','mailchimp_7227261368','2600:3c03::f03c:91ff:fe52:88c1','92',0),(18358,'2018-06-15 08:27:57','imp','optin_2','mailchimp_7227261368','5.188.62.11','92',0),(18359,'2018-06-15 08:28:02','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18360,'2018-06-15 08:28:04','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18361,'2018-06-15 08:28:06','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18362,'2018-06-15 08:28:09','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18363,'2018-06-15 08:28:11','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18364,'2018-06-15 08:28:13','imp','optin_5','mailchimp_7227261368','5.188.62.11','0',0),(18365,'2018-06-15 09:27:42','imp','optin_5','mailchimp_7227261368','5.255.250.59','76',0),(18366,'2018-06-15 10:00:31','imp','optin_2','mailchimp_7227261368','178.137.165.32','92',0),(18367,'2018-06-15 10:00:35','imp','optin_5','mailchimp_7227261368','178.137.165.32','0',0),(18368,'2018-06-15 10:14:01','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(18369,'2018-06-15 10:30:34','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18370,'2018-06-15 10:44:58','imp','optin_5','mailchimp_7227261368','54.199.175.229','0',0),(18371,'2018-06-15 10:45:19','imp','optin_5','mailchimp_7227261368','54.199.175.229','0',0),(18372,'2018-06-15 10:50:33','imp','optin_2','mailchimp_7227261368','202.46.53.205','92',0),(18373,'2018-06-15 11:44:41','imp','optin_2','mailchimp_7227261368','202.46.52.161','92',0),(18374,'2018-06-15 11:46:51','imp','optin_5','mailchimp_7227261368','10.4.200.128','714',0),(18375,'2018-06-15 11:46:57','imp','optin_5','mailchimp_7227261368','10.4.200.128','0',0),(18376,'2018-06-15 11:47:02','imp','optin_7','mailchimp_7227261368','10.4.200.128','714',0),(18377,'2018-06-15 11:47:03','imp','optin_5','mailchimp_7227261368','10.4.200.128','0',0),(18378,'2018-06-15 11:47:18','imp','optin_8','7227261368','10.4.200.128','714',0),(18379,'2018-06-15 11:49:22','imp','optin_5','mailchimp_7227261368','128.77.34.95','0',0),(18380,'2018-06-15 11:51:47','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18381,'2018-06-15 12:12:25','imp','optin_5','mailchimp_7227261368','93.158.161.133','0',0),(18382,'2018-06-15 12:21:39','imp','optin_5','mailchimp_7227261368','178.22.66.102','0',0),(18383,'2018-06-15 12:39:34','imp','optin_5','mailchimp_7227261368','5.255.250.57','663',0),(18384,'2018-06-15 12:52:55','imp','optin_5','mailchimp_7227261368','141.8.144.21','599',0),(18385,'2018-06-15 13:49:05','imp','optin_2','mailchimp_7227261368','202.46.51.167','2',0),(18386,'2018-06-15 14:58:08','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18387,'2018-06-15 14:58:14','imp','optin_8','7227261368','66.249.79.85','0',0),(18388,'2018-06-15 15:03:55','imp','optin_5','mailchimp_7227261368','77.88.5.5','600',0),(18389,'2018-06-15 15:59:38','imp','optin_5','mailchimp_7227261368','202.46.52.178','667',0),(18390,'2018-06-15 16:56:28','imp','optin_5','mailchimp_7227261368','141.8.143.192','591',0),(18391,'2018-06-15 17:37:34','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18392,'2018-06-15 17:37:41','imp','optin_8','7227261368','66.249.79.87','0',0),(18393,'2018-06-15 18:15:09','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18394,'2018-06-15 18:15:11','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18395,'2018-06-15 18:15:12','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18396,'2018-06-15 18:15:14','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18397,'2018-06-15 18:15:16','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18398,'2018-06-15 18:15:17','imp','optin_5','mailchimp_7227261368','185.234.217.32','0',0),(18399,'2018-06-15 18:45:59','imp','optin_5','mailchimp_7227261368','202.46.58.194','0',0),(18400,'2018-06-15 19:08:28','imp','optin_2','mailchimp_7227261368','2a03:2880:3020:1fe6:face:b00c:0:8000','92',0),(18401,'2018-06-15 19:44:54','imp','optin_2','mailchimp_7227261368','141.8.143.137','92',0),(18402,'2018-06-15 19:56:23','imp','optin_5','mailchimp_7227261368','202.46.58.135','570',0),(18403,'2018-06-15 19:57:16','imp','optin_2','mailchimp_7227261368','105.4.0.199','92',0),(18404,'2018-06-15 19:57:22','imp','optin_5','mailchimp_7227261368','105.4.0.199','0',0),(18405,'2018-06-15 19:57:27','imp','optin_5','mailchimp_7227261368','105.4.0.199','0',0),(18406,'2018-06-15 19:57:44','imp','optin_8','7227261368','105.4.0.199','-1',0),(18407,'2018-06-15 20:10:11','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(18408,'2018-06-15 20:10:27','imp','optin_8','7227261368','66.249.79.85','0',0),(18409,'2018-06-15 20:20:47','imp','optin_2','mailchimp_7227261368','105.4.0.199','92',0),(18410,'2018-06-15 20:20:51','imp','optin_5','mailchimp_7227261368','105.4.0.199','0',0),(18411,'2018-06-15 20:29:42','imp','optin_5','mailchimp_7227261368','202.46.55.150','714',0),(18412,'2018-06-15 20:31:20','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(18413,'2018-06-15 20:36:27','imp','optin_5','mailchimp_7227261368','105.4.0.199','0',0),(18414,'2018-06-15 20:56:56','imp','optin_5','mailchimp_7227261368','84.201.133.78','0',0),(18415,'2018-06-15 21:36:41','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(18416,'2018-06-15 21:41:56','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18417,'2018-06-15 22:17:09','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18418,'2018-06-15 22:17:15','imp','optin_8','7227261368','66.249.79.85','0',0),(18419,'2018-06-15 22:26:43','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(18420,'2018-06-15 23:11:26','imp','optin_2','mailchimp_7227261368','202.46.57.184','92',0),(18421,'2018-06-15 23:23:11','imp','optin_5','mailchimp_7227261368','207.46.13.66','598',0),(18422,'2018-06-15 23:50:19','imp','optin_5','mailchimp_7227261368','77.88.47.39','602',0),(18423,'2018-06-16 00:01:59','imp','optin_2','mailchimp_7227261368','105.4.6.89','92',0),(18424,'2018-06-16 00:02:03','imp','optin_5','mailchimp_7227261368','105.4.6.89','0',0),(18425,'2018-06-16 00:45:20','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18426,'2018-06-16 00:46:08','imp','optin_8','7227261368','66.249.79.87','0',0),(18427,'2018-06-16 00:58:25','imp','optin_2','mailchimp_7227261368','206.16.134.30','92',0),(18428,'2018-06-16 03:27:48','imp','optin_5','mailchimp_7227261368','202.46.50.11','665',0),(18429,'2018-06-16 03:28:31','imp','optin_5','mailchimp_7227261368','93.158.161.146','0',0),(18430,'2018-06-16 04:34:57','imp','optin_5','mailchimp_7227261368','207.46.13.53','663',0),(18431,'2018-06-16 05:15:36','imp','optin_5','mailchimp_7227261368','93.158.161.133','577',0),(18432,'2018-06-16 06:38:37','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18433,'2018-06-16 06:52:51','imp','optin_5','mailchimp_7227261368','207.46.13.38','714',0),(18434,'2018-06-16 06:57:58','imp','optin_5','mailchimp_7227261368','157.55.39.183','0',0),(18435,'2018-06-16 08:05:56','imp','optin_5','mailchimp_7227261368','34.221.22.58','0',0),(18436,'2018-06-16 08:06:02','imp','optin_5','mailchimp_7227261368','34.221.22.58','0',0),(18437,'2018-06-16 08:06:24','imp','optin_8','7227261368','34.221.22.58','0',0),(18438,'2018-06-16 08:29:27','imp','optin_5','mailchimp_7227261368','202.46.52.75','570',0),(18439,'2018-06-16 08:47:59','imp','optin_5','mailchimp_7227261368','141.8.143.166','664',0),(18440,'2018-06-16 10:28:10','imp','optin_5','mailchimp_7227261368','54.188.141.143','663',0),(18441,'2018-06-16 10:28:22','imp','optin_5','mailchimp_7227261368','54.188.141.143','0',0),(18442,'2018-06-16 10:28:46','imp','optin_8','7227261368','54.188.141.143','663',0),(18443,'2018-06-16 11:56:31','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(18444,'2018-06-16 12:45:51','imp','optin_5','mailchimp_7227261368','157.55.39.221','0',0),(18445,'2018-06-16 12:54:22','imp','optin_2','mailchimp_7227261368','202.46.52.205','92',0),(18446,'2018-06-16 13:12:46','imp','optin_2','mailchimp_7227261368','202.46.51.23','92',0),(18447,'2018-06-16 13:19:25','imp','optin_5','mailchimp_7227261368','34.209.137.14','714',0),(18448,'2018-06-16 13:19:31','imp','optin_5','mailchimp_7227261368','34.209.137.14','0',0),(18449,'2018-06-16 13:19:33','imp','optin_7','mailchimp_7227261368','34.209.137.14','714',0),(18450,'2018-06-16 13:19:52','imp','optin_8','7227261368','34.209.137.14','714',0),(18451,'2018-06-16 14:34:04','imp','optin_2','mailchimp_7227261368','35.160.176.21','2',0),(18452,'2018-06-16 14:34:10','imp','optin_5','mailchimp_7227261368','35.160.176.21','0',0),(18453,'2018-06-16 14:34:32','imp','optin_8','7227261368','35.160.176.21','2',0),(18454,'2018-06-16 15:51:18','imp','optin_2','mailchimp_7227261368','113.53.108.39','92',0),(18455,'2018-06-16 15:51:23','imp','optin_5','mailchimp_7227261368','113.53.108.39','0',0),(18456,'2018-06-16 16:19:22','imp','optin_5','mailchimp_7227261368','77.88.5.32','597',0),(18457,'2018-06-16 16:19:42','imp','optin_5','mailchimp_7227261368','66.249.73.153','664',0),(18458,'2018-06-16 16:20:05','imp','optin_8','7227261368','66.249.73.149','664',0),(18459,'2018-06-16 19:36:18','imp','optin_5','mailchimp_7227261368','66.249.73.151','0',0),(18460,'2018-06-16 19:36:29','imp','optin_8','7227261368','66.249.73.151','0',0),(18461,'2018-06-16 19:57:13','imp','optin_5','mailchimp_7227261368','202.46.58.167','714',0),(18462,'2018-06-16 20:04:27','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(18463,'2018-06-16 20:30:32','imp','optin_5','mailchimp_7227261368','202.46.58.55','667',0),(18464,'2018-06-16 21:07:23','imp','optin_2','mailchimp_7227261368','2002:c1a9:fc4c::c1a9:fc4c','92',0),(18465,'2018-06-16 21:07:47','imp','optin_5','mailchimp_7227261368','2002:c1a9:fc4c::c1a9:fc4c','0',0),(18466,'2018-06-16 22:06:33','imp','optin_2','mailchimp_7227261368','202.46.56.201','92',0),(18467,'2018-06-17 01:21:57','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(18468,'2018-06-17 01:22:28','imp','optin_5','mailchimp_7227261368','77.88.5.32','0',0),(18469,'2018-06-17 02:01:38','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(18470,'2018-06-17 03:30:00','imp','optin_5','mailchimp_7227261368','77.88.5.5','0',0),(18471,'2018-06-17 06:12:12','imp','optin_5','mailchimp_7227261368','141.8.143.137','595',0),(18472,'2018-06-17 07:58:37','imp','optin_5','mailchimp_7227261368','77.88.5.5','0',0),(18473,'2018-06-17 08:35:57','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18474,'2018-06-17 09:57:06','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18475,'2018-06-17 10:25:24','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18476,'2018-06-17 10:51:11','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18477,'2018-06-17 10:51:31','imp','optin_8','7227261368','66.249.79.85','-1',0),(18478,'2018-06-17 10:53:52','imp','optin_2','mailchimp_7227261368','202.46.48.142','92',0),(18479,'2018-06-17 10:54:12','imp','optin_2','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','92',0),(18480,'2018-06-17 10:54:36','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18481,'2018-06-17 10:55:22','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18482,'2018-06-17 10:55:45','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18483,'2018-06-17 10:56:08','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18484,'2018-06-17 10:56:30','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18485,'2018-06-17 10:56:53','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18486,'2018-06-17 10:57:16','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18487,'2018-06-17 10:57:39','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18488,'2018-06-17 10:58:02','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18489,'2018-06-17 10:58:25','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18490,'2018-06-17 10:58:48','imp','optin_5','mailchimp_7227261368','2002:b9ea:d91f::b9ea:d91f','0',0),(18491,'2018-06-17 11:49:18','imp','optin_2','mailchimp_7227261368','75.149.221.170','92',0),(18492,'2018-06-17 12:50:37','imp','optin_2','mailchimp_7227261368','202.46.55.130','92',0),(18493,'2018-06-17 12:53:59','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(18494,'2018-06-17 12:54:04','imp','optin_8','7227261368','66.249.79.85','0',0),(18495,'2018-06-17 12:55:44','imp','optin_2','mailchimp_7227261368','156.221.40.234','92',0),(18496,'2018-06-17 14:03:50','imp','optin_5','mailchimp_7227261368','93.158.161.146','683',0),(18497,'2018-06-17 14:53:39','imp','optin_5','mailchimp_7227261368','157.55.39.122','177',0),(18498,'2018-06-17 15:38:20','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(18499,'2018-06-17 16:49:25','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18500,'2018-06-17 17:30:42','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18501,'2018-06-17 17:32:29','imp','optin_8','7227261368','66.249.79.87','0',0),(18502,'2018-06-17 18:43:14','imp','optin_2','mailchimp_7227261368','2607:fb90:9ca4:2e3:d85d:3f30:c708:44e','92',0),(18503,'2018-06-17 18:43:16','imp','optin_5','mailchimp_7227261368','2607:fb90:9ca4:2e3:d85d:3f30:c708:44e','0',0),(18504,'2018-06-17 19:33:00','imp','optin_5','mailchimp_7227261368','93.158.161.119','599',0),(18505,'2018-06-17 19:47:24','imp','optin_5','mailchimp_7227261368','157.55.39.55','220',0),(18506,'2018-06-17 19:48:17','imp','optin_5','mailchimp_7227261368','207.46.13.217','0',0),(18507,'2018-06-17 20:09:26','imp','optin_5','mailchimp_7227261368','93.158.161.119','678',0),(18508,'2018-06-17 21:43:12','imp','optin_5','mailchimp_7227261368','54.149.186.198','0',0),(18509,'2018-06-17 21:43:34','imp','optin_8','7227261368','54.149.186.198','404',0),(18510,'2018-06-17 22:51:46','imp','optin_2','mailchimp_7227261368','84.201.133.42','92',0),(18511,'2018-06-17 23:21:05','imp','optin_2','mailchimp_7227261368','157.55.39.90','411',0),(18512,'2018-06-17 23:21:05','imp','optin_2','mailchimp_7227261368','157.55.39.90','411',0),(18513,'2018-06-17 23:32:47','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18514,'2018-06-17 23:32:49','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18515,'2018-06-17 23:32:51','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18516,'2018-06-17 23:32:53','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18517,'2018-06-17 23:32:56','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18518,'2018-06-17 23:32:58','imp','optin_5','mailchimp_7227261368','193.169.252.82','0',0),(18519,'2018-06-18 00:21:25','imp','optin_5','mailchimp_7227261368','93.158.161.121','667',0),(18520,'2018-06-18 00:27:39','imp','optin_5','mailchimp_7227261368','141.8.143.166','593',0),(18521,'2018-06-18 00:42:38','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(18522,'2018-06-18 00:42:58','imp','optin_8','7227261368','66.249.79.85','0',0),(18523,'2018-06-18 01:14:06','imp','optin_5','mailchimp_7227261368','157.55.39.90','0',0),(18524,'2018-06-18 01:27:17','imp','optin_5','mailchimp_7227261368','77.88.5.5','411',0),(18525,'2018-06-18 02:37:33','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(18526,'2018-06-18 03:20:47','imp','optin_5','mailchimp_7227261368','141.8.143.137','76',0),(18527,'2018-06-18 03:22:38','imp','optin_5','mailchimp_7227261368','93.158.161.121','598',0),(18528,'2018-06-18 04:04:31','imp','optin_5','mailchimp_7227261368','77.88.5.5','668',0),(18529,'2018-06-18 04:26:14','imp','optin_5','mailchimp_7227261368','141.8.143.166','682',0),(18530,'2018-06-18 04:54:11','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(18531,'2018-06-18 05:14:06','imp','optin_5','mailchimp_7227261368','66.249.64.217','681',0),(18532,'2018-06-18 05:14:23','imp','optin_8','7227261368','66.249.64.213','681',0),(18533,'2018-06-18 05:14:32','imp','optin_5','mailchimp_7227261368','157.55.39.141','173',0),(18534,'2018-06-18 06:03:36','imp','optin_5','mailchimp_7227261368','51.15.147.154','0',0),(18535,'2018-06-18 08:21:14','imp','optin_5','mailchimp_7227261368','157.55.39.141','0',0),(18536,'2018-06-18 08:21:18','imp','optin_5','mailchimp_7227261368','157.55.39.141','76',0),(18537,'2018-06-18 08:21:19','imp','optin_5','mailchimp_7227261368','157.55.39.141','0',0),(18538,'2018-06-18 08:53:08','imp','optin_5','mailchimp_7227261368','141.8.143.155','592',0),(18539,'2018-06-18 09:03:19','imp','optin_5','mailchimp_7227261368','141.8.143.192','602',0),(18540,'2018-06-18 09:03:22','imp','optin_2','mailchimp_7227261368','138.197.64.40','92',0),(18541,'2018-06-18 09:03:43','imp','optin_5','mailchimp_7227261368','138.197.64.40','666',0),(18542,'2018-06-18 09:03:43','imp','optin_2','mailchimp_7227261368','138.197.64.40','2',0),(18543,'2018-06-18 09:03:43','imp','optin_5','mailchimp_7227261368','138.197.64.40','76',0),(18544,'2018-06-18 09:03:46','imp','optin_5','mailchimp_7227261368','138.197.64.40','0',0),(18545,'2018-06-18 09:03:46','imp','optin_5','mailchimp_7227261368','138.197.64.40','0',0),(18546,'2018-06-18 09:03:46','imp','optin_2','mailchimp_7227261368','138.197.64.40','92',0),(18547,'2018-06-18 09:03:47','imp','optin_5','mailchimp_7227261368','138.197.64.40','714',0),(18548,'2018-06-18 09:03:48','imp','optin_5','mailchimp_7227261368','138.197.64.40','0',0),(18549,'2018-06-18 09:03:49','imp','optin_5','mailchimp_7227261368','138.197.64.40','411',0),(18550,'2018-06-18 09:03:49','imp','optin_5','mailchimp_7227261368','138.197.64.40','598',0),(18551,'2018-06-18 09:03:49','imp','optin_5','mailchimp_7227261368','138.197.64.40','663',0),(18552,'2018-06-18 09:03:50','imp','optin_5','mailchimp_7227261368','138.197.64.40','665',0),(18553,'2018-06-18 09:03:50','imp','optin_5','mailchimp_7227261368','138.197.64.40','664',0),(18554,'2018-06-18 09:03:51','imp','optin_5','mailchimp_7227261368','138.197.64.40','667',0),(18555,'2018-06-18 09:05:02','imp','optin_2','mailchimp_7227261368','54.245.211.130','92',0),(18556,'2018-06-18 09:05:08','imp','optin_5','mailchimp_7227261368','54.245.211.130','0',0),(18557,'2018-06-18 09:05:30','imp','optin_8','7227261368','54.245.211.130','-1',0),(18558,'2018-06-18 10:07:46','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18559,'2018-06-18 10:07:58','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18560,'2018-06-18 10:08:25','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18561,'2018-06-18 10:08:40','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18562,'2018-06-18 10:08:44','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18563,'2018-06-18 10:08:50','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18564,'2018-06-18 10:10:43','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18565,'2018-06-18 10:10:46','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18566,'2018-06-18 10:10:52','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18567,'2018-06-18 10:10:56','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18568,'2018-06-18 10:11:09','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18569,'2018-06-18 10:12:14','imp','optin_5','mailchimp_7227261368','169.54.92.138','0',0),(18570,'2018-06-18 10:35:55','imp','optin_2','mailchimp_7227261368','202.46.51.104','92',0),(18571,'2018-06-18 11:04:42','imp','optin_5','mailchimp_7227261368','202.46.50.160','667',0),(18572,'2018-06-18 11:32:50','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18573,'2018-06-18 13:20:58','imp','optin_2','mailchimp_7227261368','202.46.54.22','92',0),(18574,'2018-06-18 13:43:27','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(18575,'2018-06-18 16:03:23','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(18576,'2018-06-18 16:03:46','imp','optin_8','7227261368','66.249.64.213','-1',0),(18577,'2018-06-18 16:35:22','imp','optin_2','mailchimp_7227261368','37.110.118.117','92',0),(18578,'2018-06-18 16:35:28','imp','optin_5','mailchimp_7227261368','37.110.118.117','0',0),(18579,'2018-06-18 16:35:28','imp','optin_5','mailchimp_7227261368','37.110.118.117','0',0),(18580,'2018-06-18 16:55:40','imp','optin_2','mailchimp_7227261368','193.128.114.40','92',0),(18581,'2018-06-18 17:46:31','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(18582,'2018-06-18 18:05:01','imp','optin_2','mailchimp_7227261368','157.55.39.255','2',0),(18583,'2018-06-18 20:12:52','imp','optin_2','mailchimp_7227261368','34.221.87.143','92',0),(18584,'2018-06-18 20:27:35','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(18585,'2018-06-18 20:28:04','imp','optin_8','7227261368','66.249.64.215','0',0),(18586,'2018-06-18 21:19:52','imp','optin_5','mailchimp_7227261368','59.106.19.141','0',0),(18587,'2018-06-18 21:57:58','imp','optin_5','mailchimp_7227261368','141.8.143.130','666',0),(18588,'2018-06-18 22:01:51','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(18589,'2018-06-18 22:02:09','imp','optin_8','7227261368','66.249.64.217','0',0),(18590,'2018-06-18 22:02:45','imp','optin_2','mailchimp_7227261368','2804:14c:65d6:577d:f853:d055:55dc:a895','92',0),(18591,'2018-06-18 22:54:14','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(18592,'2018-06-18 22:54:33','imp','optin_8','7227261368','66.249.64.213','0',0),(18593,'2018-06-18 23:34:14','imp','optin_5','mailchimp_7227261368','141.8.143.175','679',0),(18594,'2018-06-19 00:51:54','imp','optin_5','mailchimp_7227261368','207.46.13.115','0',0),(18595,'2018-06-19 02:28:45','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(18596,'2018-06-19 02:29:22','imp','optin_8','7227261368','66.249.64.213','0',0),(18597,'2018-06-19 03:35:55','imp','optin_5','mailchimp_7227261368','93.158.161.121','600',0),(18598,'2018-06-19 03:56:07','imp','optin_5','mailchimp_7227261368','141.8.143.147','573',0),(18599,'2018-06-19 03:57:05','imp','optin_5','mailchimp_7227261368','141.8.143.192','664',0),(18600,'2018-06-19 04:02:09','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(18601,'2018-06-19 04:39:11','imp','optin_2','mailchimp_7227261368','180.169.191.142','92',0),(18602,'2018-06-19 05:21:41','imp','optin_2','mailchimp_7227261368','138.197.71.243','92',0),(18603,'2018-06-19 05:21:49','imp','optin_5','mailchimp_7227261368','138.197.71.243','0',0),(18604,'2018-06-19 05:46:15','imp','optin_5','mailchimp_7227261368','18.237.253.87','411',0),(18605,'2018-06-19 05:46:22','imp','optin_5','mailchimp_7227261368','18.237.253.87','0',0),(18606,'2018-06-19 05:46:44','imp','optin_8','7227261368','18.237.253.87','411',0),(18607,'2018-06-19 06:10:43','imp','optin_5','mailchimp_7227261368','202.46.56.182','0',0),(18608,'2018-06-19 06:25:27','imp','optin_5','mailchimp_7227261368','207.46.13.116','591',0),(18609,'2018-06-19 07:25:05','imp','optin_5','mailchimp_7227261368','66.249.66.217','0',0),(18610,'2018-06-19 08:30:57','imp','optin_5','mailchimp_7227261368','157.55.39.213','664',0),(18611,'2018-06-19 10:48:34','imp','optin_2','mailchimp_7227261368','202.46.53.206','92',0),(18612,'2018-06-19 11:07:55','imp','optin_2','mailchimp_7227261368','46.118.155.165','92',0),(18613,'2018-06-19 11:08:00','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(18614,'2018-06-19 11:15:58','imp','optin_2','mailchimp_7227261368','202.46.58.160','92',0),(18615,'2018-06-19 12:22:39','imp','optin_5','mailchimp_7227261368','202.46.54.168','0',0),(18616,'2018-06-19 12:55:58','imp','optin_5','mailchimp_7227261368','202.46.58.26','664',0),(18617,'2018-06-19 13:06:55','imp','optin_5','mailchimp_7227261368','207.46.13.89','0',0),(18618,'2018-06-19 14:19:35','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18619,'2018-06-19 14:25:51','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(18620,'2018-06-19 14:30:08','imp','optin_8','7227261368','66.249.66.213','0',0),(18621,'2018-06-19 14:36:42','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18622,'2018-06-19 14:38:51','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18623,'2018-06-19 15:31:13','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18624,'2018-06-19 15:46:44','imp','optin_8','7227261368','66.249.66.215','0',0),(18625,'2018-06-19 16:57:15','imp','optin_5','mailchimp_7227261368','84.201.133.17','577',0),(18626,'2018-06-19 17:22:15','imp','optin_5','mailchimp_7227261368','66.249.66.217','0',0),(18627,'2018-06-19 18:02:40','imp','optin_5','mailchimp_7227261368','91.146.108.71','0',0),(18628,'2018-06-19 18:08:01','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(18629,'2018-06-19 18:08:23','imp','optin_8','7227261368','66.249.66.213','0',0),(18630,'2018-06-19 18:15:24','imp','optin_2','mailchimp_7227261368','202.46.57.163','92',0),(18631,'2018-06-19 18:34:08','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(18632,'2018-06-19 18:47:46','imp','optin_5','mailchimp_7227261368','54.70.5.83','0',0),(18633,'2018-06-19 18:47:52','imp','optin_5','mailchimp_7227261368','54.70.5.83','0',0),(18634,'2018-06-19 19:10:02','imp','optin_5','mailchimp_7227261368','66.249.66.217','0',0),(18635,'2018-06-19 19:29:51','imp','optin_5','mailchimp_7227261368','34.219.70.109','666',0),(18636,'2018-06-19 19:29:57','imp','optin_5','mailchimp_7227261368','34.219.70.109','0',0),(18637,'2018-06-19 19:44:25','imp','optin_5','mailchimp_7227261368','23.225.221.162','0',0),(18638,'2018-06-19 20:05:44','imp','optin_5','mailchimp_7227261368','66.249.66.213','0',0),(18639,'2018-06-19 20:12:45','imp','optin_5','mailchimp_7227261368','94.126.169.118','0',0),(18640,'2018-06-19 20:29:07','imp','optin_2','mailchimp_7227261368','66.249.66.215','92',0),(18641,'2018-06-19 20:41:42','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18642,'2018-06-19 20:43:46','imp','optin_8','7227261368','66.249.66.215','0',0),(18643,'2018-06-19 20:46:37','imp','optin_5','mailchimp_7227261368','141.8.143.130','597',0),(18644,'2018-06-19 21:01:49','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18645,'2018-06-19 21:17:14','imp','optin_5','mailchimp_7227261368','47.96.233.155','0',0),(18646,'2018-06-19 21:24:47','imp','optin_5','mailchimp_7227261368','138.197.10.226','0',0),(18647,'2018-06-19 21:25:04','imp','optin_5','mailchimp_7227261368','138.197.10.226','0',0),(18648,'2018-06-19 21:32:15','imp','optin_5','mailchimp_7227261368','54.190.54.177','663',0),(18649,'2018-06-19 21:32:22','imp','optin_5','mailchimp_7227261368','54.190.54.177','0',0),(18650,'2018-06-19 21:36:34','imp','optin_5','mailchimp_7227261368','77.88.47.39','714',0),(18651,'2018-06-19 22:06:27','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18652,'2018-06-19 22:35:15','imp','optin_2','mailchimp_7227261368','51.254.121.158','92',0),(18653,'2018-06-19 23:27:28','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(18654,'2018-06-20 00:00:20','imp','optin_5','mailchimp_7227261368','34.209.165.158','598',0),(18655,'2018-06-20 00:00:52','imp','optin_5','mailchimp_7227261368','34.209.165.158','0',0),(18656,'2018-06-20 00:05:31','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(18657,'2018-06-20 00:11:36','imp','optin_5','mailchimp_7227261368','93.158.161.146','663',0),(18658,'2018-06-20 00:15:56','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(18659,'2018-06-20 00:23:40','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18660,'2018-06-20 00:40:01','imp','optin_5','mailchimp_7227261368','66.249.66.215','0',0),(18661,'2018-06-20 00:53:09','imp','optin_5','mailchimp_7227261368','178.208.83.9','0',0),(18662,'2018-06-20 00:53:11','imp','optin_5','mailchimp_7227261368','178.208.83.9','0',0),(18663,'2018-06-20 00:55:53','imp','optin_5','mailchimp_7227261368','141.8.144.21','599',0),(18664,'2018-06-20 01:51:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18665,'2018-06-20 01:52:03','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(18666,'2018-06-20 02:39:39','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(18667,'2018-06-20 02:39:42','imp','optin_2','mailchimp_7227261368','202.46.48.131','92',0),(18668,'2018-06-20 03:04:13','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:7::101','0',0),(18669,'2018-06-20 03:28:58','imp','optin_5','mailchimp_7227261368','141.8.143.189','595',0),(18670,'2018-06-20 04:41:59','imp','optin_5','mailchimp_7227261368','202.46.57.16','0',0),(18671,'2018-06-20 05:18:50','imp','optin_5','mailchimp_7227261368','141.8.143.147','714',0),(18672,'2018-06-20 05:29:10','imp','optin_5','mailchimp_7227261368','77.88.47.39','593',0),(18673,'2018-06-20 06:25:15','imp','optin_5','mailchimp_7227261368','212.109.197.18','0',0),(18674,'2018-06-20 07:07:40','imp','optin_5','mailchimp_7227261368','141.8.143.189','591',0),(18675,'2018-06-20 07:20:26','imp','optin_2','mailchimp_7227261368','184.168.152.200','92',0),(18676,'2018-06-20 07:30:29','imp','optin_2','mailchimp_7227261368','2a03:2880:1110:2fe8:face:b00c:0:8000','92',0),(18677,'2018-06-20 07:30:35','imp','optin_5','mailchimp_7227261368','2a03:2880:1110:2fea:face:b00c:0:8000','0',0),(18678,'2018-06-20 07:30:56','imp','optin_5','mailchimp_7227261368','2a03:2880:1110:2fe8:face:b00c:0:8000','0',0),(18679,'2018-06-20 09:11:14','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(18680,'2018-06-20 09:11:29','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(18681,'2018-06-20 09:56:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18682,'2018-06-20 10:39:35','imp','optin_2','mailchimp_7227261368','40.77.167.157','92',0),(18683,'2018-06-20 10:40:10','imp','optin_2','mailchimp_7227261368','52.201.163.50','92',0),(18684,'2018-06-20 10:42:25','imp','optin_2','mailchimp_7227261368','2a03:2880:2130:bff1:face:b00c:0:8000','92',0),(18685,'2018-06-20 10:42:32','imp','optin_5','mailchimp_7227261368','2a03:2880:2130:bff1:face:b00c:0:8000','0',0),(18686,'2018-06-20 10:42:37','imp','optin_5','mailchimp_7227261368','2a03:2880:2130:bff5:face:b00c:0:8000','0',0),(18687,'2018-06-20 10:44:55','imp','optin_5','mailchimp_7227261368','52.201.163.50','76',0),(18688,'2018-06-20 11:17:17','imp','optin_2','mailchimp_7227261368','52.201.163.50','2',0),(18689,'2018-06-20 11:18:54','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18690,'2018-06-20 11:19:26','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18691,'2018-06-20 11:19:59','imp','optin_5','mailchimp_7227261368','52.201.163.50','714',0),(18692,'2018-06-20 11:20:31','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18693,'2018-06-20 11:21:35','imp','optin_5','mailchimp_7227261368','52.201.163.50','411',0),(18694,'2018-06-20 11:21:50','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(18695,'2018-06-20 11:22:07','imp','optin_5','mailchimp_7227261368','52.201.163.50','598',0),(18696,'2018-06-20 11:22:10','imp','optin_8','7227261368','66.249.69.213','0',0),(18697,'2018-06-20 11:22:40','imp','optin_5','mailchimp_7227261368','52.201.163.50','663',0),(18698,'2018-06-20 11:23:12','imp','optin_5','mailchimp_7227261368','52.201.163.50','664',0),(18699,'2018-06-20 11:23:44','imp','optin_5','mailchimp_7227261368','52.201.163.50','665',0),(18700,'2018-06-20 11:24:17','imp','optin_5','mailchimp_7227261368','52.201.163.50','666',0),(18701,'2018-06-20 11:25:43','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18702,'2018-06-20 11:26:46','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18703,'2018-06-20 11:28:50','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18704,'2018-06-20 11:32:54','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18705,'2018-06-20 11:34:08','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(18706,'2018-06-20 11:34:23','imp','optin_8','7227261368','66.249.69.213','0',0),(18707,'2018-06-20 11:36:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18708,'2018-06-20 11:40:57','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18709,'2018-06-20 11:48:39','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(18710,'2018-06-20 11:57:01','imp','optin_5','mailchimp_7227261368','52.201.163.50','667',0),(18711,'2018-06-20 12:01:13','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18712,'2018-06-20 12:02:17','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18713,'2018-06-20 12:04:20','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18714,'2018-06-20 12:08:23','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18715,'2018-06-20 12:16:27','imp','optin_5','mailchimp_7227261368','52.201.163.50','0',0),(18716,'2018-06-20 12:25:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(18717,'2018-06-20 12:44:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18718,'2018-06-20 13:05:33','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(18719,'2018-06-20 13:28:00','imp','optin_2','mailchimp_7227261368','202.46.51.174','92',0),(18720,'2018-06-20 13:55:30','imp','optin_5','mailchimp_7227261368','40.77.167.91','0',0),(18721,'2018-06-20 13:59:50','imp','optin_2','mailchimp_7227261368','202.46.50.97','92',0),(18722,'2018-06-20 14:28:47','imp','optin_5','mailchimp_7227261368','40.77.167.91','0',0),(18723,'2018-06-20 14:30:06','imp','optin_5','mailchimp_7227261368','66.249.69.217','0',0),(18724,'2018-06-20 14:31:10','imp','optin_8','7227261368','66.249.69.213','0',0),(18725,'2018-06-20 14:35:59','imp','optin_2','mailchimp_7227261368','13.57.220.0','92',0),(18726,'2018-06-20 15:37:48','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(18727,'2018-06-20 16:52:33','imp','optin_5','mailchimp_7227261368','46.242.145.99','0',0),(18728,'2018-06-20 17:40:39','imp','optin_2','mailchimp_7227261368','31.28.161.29','92',0),(18729,'2018-06-20 18:21:47','imp','optin_2','mailchimp_7227261368','54.149.42.115','92',0),(18730,'2018-06-20 18:46:14','imp','optin_5','mailchimp_7227261368','157.55.39.82','0',0),(18731,'2018-06-20 18:52:13','imp','optin_5','mailchimp_7227261368','93.158.161.37','76',0),(18732,'2018-06-20 18:55:38','imp','optin_5','mailchimp_7227261368','202.46.54.98','570',0),(18733,'2018-06-20 20:38:06','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(18734,'2018-06-20 20:39:47','imp','optin_5','mailchimp_7227261368','66.249.69.213','594',0),(18735,'2018-06-20 20:40:08','imp','optin_8','7227261368','66.249.69.215','594',0),(18736,'2018-06-20 20:52:11','imp','optin_5','mailchimp_7227261368','67.225.241.143','0',0),(18737,'2018-06-20 21:56:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(18738,'2018-06-20 22:00:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18739,'2018-06-20 22:08:12','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(18740,'2018-06-20 22:08:38','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(18741,'2018-06-20 22:16:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(18742,'2018-06-20 22:51:01','imp','optin_2','mailchimp_7227261368','64.246.165.210','92',0),(18743,'2018-06-20 23:11:33','imp','optin_2','mailchimp_7227261368','64.246.165.200','92',0),(18744,'2018-06-20 23:24:58','imp','optin_5','mailchimp_7227261368','93.158.161.45','682',0),(18745,'2018-06-20 23:44:49','imp','optin_5','mailchimp_7227261368','5.44.223.251','0',0),(18746,'2018-06-20 23:44:52','imp','optin_5','mailchimp_7227261368','5.44.223.251','0',0),(18747,'2018-06-21 00:10:56','imp','optin_5','mailchimp_7227261368','82.224.181.85','0',0),(18748,'2018-06-21 00:56:38','imp','optin_5','mailchimp_7227261368','202.46.50.96','714',0),(18749,'2018-06-21 01:00:02','imp','optin_5','mailchimp_7227261368','40.77.167.127','592',0),(18750,'2018-06-21 01:31:13','imp','optin_5','mailchimp_7227261368','141.8.143.189','678',0),(18751,'2018-06-21 02:13:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18752,'2018-06-21 02:15:06','imp','optin_5','mailchimp_7227261368','2001:41d0:a:58b3::','0',0),(18753,'2018-06-21 02:40:57','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18754,'2018-06-21 02:41:04','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(18755,'2018-06-21 03:09:36','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18756,'2018-06-21 03:33:54','imp','optin_5','mailchimp_7227261368','67.225.241.143','0',0),(18757,'2018-06-21 03:45:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18758,'2018-06-21 03:46:04','imp','optin_2','mailchimp_7227261368','39.104.77.15','92',0),(18759,'2018-06-21 04:43:53','imp','optin_5','mailchimp_7227261368','138.197.217.55','0',0),(18760,'2018-06-21 04:43:54','imp','optin_5','mailchimp_7227261368','138.197.217.55','0',0),(18761,'2018-06-21 06:23:29','imp','optin_2','mailchimp_7227261368','157.55.39.135','2',0),(18762,'2018-06-21 06:38:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(18763,'2018-06-21 07:52:20','imp','optin_5','mailchimp_7227261368','47.52.56.9','0',0),(18764,'2018-06-21 07:52:47','imp','optin_5','mailchimp_7227261368','47.52.56.9','0',0),(18765,'2018-06-21 08:15:44','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18766,'2018-06-21 08:15:59','imp','optin_8','7227261368','66.249.79.85','-1',0),(18767,'2018-06-21 08:20:39','imp','optin_5','mailchimp_7227261368','157.55.39.211','173',0),(18768,'2018-06-21 08:28:07','imp','optin_5','mailchimp_7227261368','46.4.24.66','0',0),(18769,'2018-06-21 08:28:11','imp','optin_5','mailchimp_7227261368','46.4.24.66','0',0),(18770,'2018-06-21 08:28:12','imp','optin_2','mailchimp_7227261368','134.53.237.34','92',0),(18771,'2018-06-21 09:34:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(18772,'2018-06-21 09:50:50','imp','optin_5','mailchimp_7227261368','34.221.164.222','0',0),(18773,'2018-06-21 10:15:28','imp','optin_8','7227261368','66.249.79.89','-1',0),(18774,'2018-06-21 10:15:42','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18775,'2018-06-21 11:07:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(18776,'2018-06-21 11:14:39','imp','optin_2','mailchimp_7227261368','202.46.57.12','92',0),(18777,'2018-06-21 11:37:09','imp','optin_2','mailchimp_7227261368','100.36.144.2','92',0),(18778,'2018-06-21 11:37:11','imp','optin_5','mailchimp_7227261368','100.36.144.2','0',0),(18779,'2018-06-21 12:41:23','imp','optin_5','mailchimp_7227261368','66.249.79.87','667',0),(18780,'2018-06-21 12:41:29','imp','optin_8','7227261368','66.249.79.85','667',0),(18781,'2018-06-21 12:58:45','imp','optin_2','mailchimp_7227261368','202.46.50.162','92',0),(18782,'2018-06-21 13:38:41','imp','optin_5','mailchimp_7227261368','202.46.54.142','714',0),(18783,'2018-06-21 15:08:25','imp','optin_5','mailchimp_7227261368','212.129.16.22','0',0),(18784,'2018-06-21 15:42:21','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(18785,'2018-06-21 15:42:44','imp','optin_8','7227261368','66.249.79.85','0',0),(18786,'2018-06-21 16:03:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(18787,'2018-06-21 17:41:07','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18788,'2018-06-21 17:59:36','imp','optin_5','mailchimp_7227261368','202.46.52.119','76',0),(18789,'2018-06-21 18:47:00','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18790,'2018-06-21 18:47:52','imp','optin_8','7227261368','66.249.79.85','-1',0),(18791,'2018-06-21 19:03:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(18792,'2018-06-21 19:54:29','imp','optin_5','mailchimp_7227261368','84.201.133.17','0',0),(18793,'2018-06-21 19:58:09','imp','optin_5','mailchimp_7227261368','178.62.201.203','0',0),(18794,'2018-06-21 20:03:19','imp','optin_5','mailchimp_7227261368','178.62.201.203','0',0),(18795,'2018-06-21 20:16:18','imp','optin_5','mailchimp_7227261368','178.62.201.203','0',0),(18796,'2018-06-21 20:21:52','imp','optin_5','mailchimp_7227261368','178.62.201.203','76',0),(18797,'2018-06-21 21:13:15','imp','optin_5','mailchimp_7227261368','141.8.143.144','666',0),(18798,'2018-06-21 21:51:57','imp','optin_5','mailchimp_7227261368','23.225.180.148','0',0),(18799,'2018-06-21 22:48:14','imp','optin_5','mailchimp_7227261368','202.46.53.178','667',0),(18800,'2018-06-21 23:04:53','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:724a::2','0',0),(18801,'2018-06-21 23:04:56','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:724a::2','0',0),(18802,'2018-06-21 23:36:58','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18803,'2018-06-22 00:10:33','imp','optin_5','mailchimp_7227261368','93.158.161.119','0',0),(18804,'2018-06-22 00:32:52','imp','optin_2','mailchimp_7227261368','77.88.5.36','92',0),(18805,'2018-06-22 01:17:53','imp','optin_2','mailchimp_7227261368','202.46.51.38','92',0),(18806,'2018-06-22 02:24:32','imp','optin_5','mailchimp_7227261368','202.46.53.54','570',0),(18807,'2018-06-22 03:27:58','imp','optin_5','mailchimp_7227261368','34.217.118.235','0',0),(18808,'2018-06-22 03:28:05','imp','optin_5','mailchimp_7227261368','34.217.118.235','0',0),(18809,'2018-06-22 04:39:39','imp','optin_2','mailchimp_7227261368','2604:a880:800:10::e5:7001','92',0),(18810,'2018-06-22 07:00:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(18811,'2018-06-22 08:14:53','imp','optin_2','mailchimp_7227261368','93.158.161.45','92',0),(18812,'2018-06-22 09:23:27','imp','optin_5','mailchimp_7227261368','207.46.13.135','0',0),(18813,'2018-06-22 10:20:34','imp','optin_2','mailchimp_7227261368','202.46.56.70','92',0),(18814,'2018-06-22 10:33:09','imp','optin_2','mailchimp_7227261368','202.46.48.196','92',0),(18815,'2018-06-22 11:16:24','imp','optin_2','mailchimp_7227261368','206.180.165.147','92',0),(18816,'2018-06-22 12:00:40','imp','optin_2','mailchimp_7227261368','202.46.57.206','92',0),(18817,'2018-06-22 12:43:58','imp','optin_5','mailchimp_7227261368','34.214.159.195','577',0),(18818,'2018-06-22 12:44:05','imp','optin_5','mailchimp_7227261368','34.214.159.195','0',0),(18819,'2018-06-22 12:55:31','imp','optin_2','mailchimp_7227261368','202.46.56.63','92',0),(18820,'2018-06-22 13:04:33','imp','optin_2','mailchimp_7227261368','66.249.79.71','411',0),(18821,'2018-06-22 13:04:34','imp','optin_2','mailchimp_7227261368','66.249.79.71','411',0),(18822,'2018-06-22 14:38:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(18823,'2018-06-22 15:22:01','imp','optin_5','mailchimp_7227261368','202.46.52.118','0',0),(18824,'2018-06-22 16:09:55','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18825,'2018-06-22 16:43:29','imp','optin_5','mailchimp_7227261368','2a03:b0c0:3:d0::4d4:5001','0',0),(18826,'2018-06-22 17:19:05','imp','optin_5','mailchimp_7227261368','202.46.58.121','570',0),(18827,'2018-06-22 17:52:25','imp','optin_5','mailchimp_7227261368','202.46.53.119','0',0),(18828,'2018-06-22 17:55:18','imp','optin_5','mailchimp_7227261368','157.55.39.42','575',0),(18829,'2018-06-22 17:55:40','imp','optin_5','mailchimp_7227261368','157.55.39.42','0',0),(18830,'2018-06-22 18:03:01','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18831,'2018-06-22 18:05:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(18832,'2018-06-22 18:25:45','imp','optin_5','mailchimp_7227261368','202.46.53.120','667',0),(18833,'2018-06-22 18:33:52','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18834,'2018-06-22 18:41:09','imp','optin_2','mailchimp_7227261368','34.216.240.225','92',0),(18835,'2018-06-22 18:41:15','imp','optin_5','mailchimp_7227261368','34.216.240.225','0',0),(18836,'2018-06-22 19:08:47','imp','optin_5','mailchimp_7227261368','18.237.120.120','664',0),(18837,'2018-06-22 19:08:55','imp','optin_5','mailchimp_7227261368','18.237.120.120','0',0),(18838,'2018-06-22 19:38:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(18839,'2018-06-22 19:44:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(18840,'2018-06-22 20:03:34','imp','optin_5','mailchimp_7227261368','34.217.78.20','595',0),(18841,'2018-06-22 20:03:41','imp','optin_5','mailchimp_7227261368','34.217.78.20','0',0),(18842,'2018-06-22 20:04:29','imp','optin_5','mailchimp_7227261368','34.213.40.117','0',0),(18843,'2018-06-22 20:04:35','imp','optin_5','mailchimp_7227261368','34.213.40.117','0',0),(18844,'2018-06-22 20:22:52','imp','optin_5','mailchimp_7227261368','66.249.79.89','678',0),(18845,'2018-06-22 20:23:04','imp','optin_8','7227261368','66.249.79.85','678',0),(18846,'2018-06-22 20:49:21','imp','optin_5','mailchimp_7227261368','66.249.79.85','678',0),(18847,'2018-06-22 21:42:35','imp','optin_2','mailchimp_7227261368','141.8.144.21','92',0),(18848,'2018-06-22 21:53:12','imp','optin_5','mailchimp_7227261368','141.8.143.192','575',0),(18849,'2018-06-22 21:54:12','imp','optin_5','mailchimp_7227261368','202.46.52.168','76',0),(18850,'2018-06-22 22:39:31','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18851,'2018-06-22 22:39:32','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18852,'2018-06-22 22:39:34','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18853,'2018-06-22 22:39:36','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18854,'2018-06-22 22:39:37','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18855,'2018-06-22 22:39:39','imp','optin_5','mailchimp_7227261368','185.234.218.43','0',0),(18856,'2018-06-22 22:44:59','imp','optin_5','mailchimp_7227261368','66.249.79.89','714',0),(18857,'2018-06-22 22:45:04','imp','optin_7','mailchimp_7227261368','66.249.79.85','714',0),(18858,'2018-06-23 00:11:32','imp','optin_5','mailchimp_7227261368','141.8.143.144','667',0),(18859,'2018-06-23 01:00:47','imp','optin_5','mailchimp_7227261368','66.249.79.85','575',0),(18860,'2018-06-23 01:01:48','imp','optin_8','7227261368','66.249.79.85','575',0),(18861,'2018-06-23 02:15:20','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(18862,'2018-06-23 02:31:27','imp','optin_5','mailchimp_7227261368','52.38.149.6','76',0),(18863,'2018-06-23 02:31:33','imp','optin_5','mailchimp_7227261368','52.38.149.6','0',0),(18864,'2018-06-23 03:45:25','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(18865,'2018-06-23 03:47:24','imp','optin_5','mailchimp_7227261368','141.8.144.21','599',0),(18866,'2018-06-23 03:52:53','imp','optin_2','mailchimp_7227261368','2a03:b0c0:2:d0::c52:8001','92',0),(18867,'2018-06-23 04:49:36','imp','optin_2','mailchimp_7227261368','45.126.144.105','92',0),(18868,'2018-06-23 05:05:10','imp','optin_5','mailchimp_7227261368','202.46.58.183','667',0),(18869,'2018-06-23 05:13:08','imp','optin_5','mailchimp_7227261368','141.8.143.142','680',0),(18870,'2018-06-23 06:11:49','imp','optin_2','mailchimp_7227261368','202.46.57.202','92',0),(18871,'2018-06-23 07:39:04','imp','optin_5','mailchimp_7227261368','93.158.161.99','0',0),(18872,'2018-06-23 07:54:42','imp','optin_2','mailchimp_7227261368','202.46.52.78','92',0),(18873,'2018-06-23 08:01:55','imp','optin_5','mailchimp_7227261368','93.158.161.55','682',0),(18874,'2018-06-23 08:36:15','imp','optin_5','mailchimp_7227261368','93.158.161.99','0',0),(18875,'2018-06-23 08:48:14','imp','optin_5','mailchimp_7227261368','202.46.50.74','570',0),(18876,'2018-06-23 09:04:12','imp','optin_5','mailchimp_7227261368','77.88.47.39','679',0),(18877,'2018-06-23 10:33:54','imp','optin_5','mailchimp_7227261368','202.46.58.154','0',0),(18878,'2018-06-23 11:34:41','imp','optin_2','mailchimp_7227261368','68.200.43.16','92',0),(18879,'2018-06-23 11:47:05','imp','optin_5','mailchimp_7227261368','141.8.144.21','601',0),(18880,'2018-06-23 12:01:13','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18881,'2018-06-23 12:03:16','imp','optin_8','7227261368','66.249.79.87','0',0),(18882,'2018-06-23 12:23:38','imp','optin_5','mailchimp_7227261368','34.212.139.10','0',0),(18883,'2018-06-23 12:23:45','imp','optin_5','mailchimp_7227261368','34.212.139.10','0',0),(18884,'2018-06-23 12:32:19','imp','optin_5','mailchimp_7227261368','202.46.49.193','0',0),(18885,'2018-06-23 13:05:40','imp','optin_5','mailchimp_7227261368','202.46.53.210','570',0),(18886,'2018-06-23 13:12:35','imp','optin_2','mailchimp_7227261368','202.46.53.164','92',0),(18887,'2018-06-23 13:30:21','imp','optin_5','mailchimp_7227261368','141.8.143.142','678',0),(18888,'2018-06-23 13:32:26','imp','optin_2','mailchimp_7227261368','202.46.53.122','92',0),(18889,'2018-06-23 16:15:12','imp','optin_5','mailchimp_7227261368','34.221.130.94','714',0),(18890,'2018-06-23 16:15:18','imp','optin_5','mailchimp_7227261368','34.221.130.94','0',0),(18891,'2018-06-23 16:15:20','imp','optin_7','mailchimp_7227261368','34.221.130.94','714',0),(18892,'2018-06-23 17:09:12','imp','optin_5','mailchimp_7227261368','202.46.57.179','76',0),(18893,'2018-06-23 17:20:07','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18894,'2018-06-23 17:42:31','imp','optin_2','mailchimp_7227261368','202.46.50.87','92',0),(18895,'2018-06-23 18:09:35','imp','optin_5','mailchimp_7227261368','93.158.161.121','591',0),(18896,'2018-06-23 18:13:22','imp','optin_2','mailchimp_7227261368','23.254.202.163','92',0),(18897,'2018-06-23 18:13:25','imp','optin_2','mailchimp_7227261368','23.254.202.163','92',0),(18898,'2018-06-23 18:13:28','imp','optin_2','mailchimp_7227261368','23.254.202.163','92',0),(18899,'2018-06-23 18:13:32','imp','optin_2','mailchimp_7227261368','23.254.202.163','92',0),(18900,'2018-06-23 18:17:36','imp','optin_5','mailchimp_7227261368','34.219.41.223','575',0),(18901,'2018-06-23 18:17:44','imp','optin_5','mailchimp_7227261368','34.219.41.223','0',0),(18902,'2018-06-23 18:23:26','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(18903,'2018-06-23 18:30:06','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(18904,'2018-06-23 20:48:39','imp','optin_5','mailchimp_7227261368','110.54.239.122','714',0),(18905,'2018-06-23 23:36:41','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18906,'2018-06-23 23:50:54','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(18907,'2018-06-24 00:30:28','imp','optin_5','mailchimp_7227261368','89.238.167.44','0',0),(18908,'2018-06-24 00:30:31','imp','optin_5','mailchimp_7227261368','89.238.167.44','0',0),(18909,'2018-06-24 00:30:33','imp','optin_5','mailchimp_7227261368','89.238.167.44','0',0),(18910,'2018-06-24 00:30:35','imp','optin_5','mailchimp_7227261368','89.238.167.44','0',0),(18911,'2018-06-24 00:30:37','imp','optin_5','mailchimp_7227261368','89.238.167.44','0',0),(18912,'2018-06-24 00:58:19','imp','optin_5','mailchimp_7227261368','93.158.161.126','411',0),(18913,'2018-06-24 01:02:16','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(18914,'2018-06-24 01:02:22','imp','optin_8','7227261368','66.249.79.87','0',0),(18915,'2018-06-24 01:11:32','imp','optin_5','mailchimp_7227261368','141.8.143.142','665',0),(18916,'2018-06-24 01:21:55','imp','optin_5','mailchimp_7227261368','207.46.13.61','0',0),(18917,'2018-06-24 02:37:28','imp','optin_5','mailchimp_7227261368','5.255.250.57','570',0),(18918,'2018-06-24 02:49:13','imp','optin_2','mailchimp_7227261368','202.46.53.164','92',0),(18919,'2018-06-24 03:06:08','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18920,'2018-06-24 03:06:31','imp','optin_8','7227261368','66.249.79.85','-1',0),(18921,'2018-06-24 03:42:59','imp','optin_5','mailchimp_7227261368','84.201.133.78','663',0),(18922,'2018-06-24 03:49:31','imp','optin_2','mailchimp_7227261368','34.220.218.206','92',0),(18923,'2018-06-24 03:49:37','imp','optin_5','mailchimp_7227261368','34.220.218.206','0',0),(18924,'2018-06-24 04:23:26','imp','optin_5','mailchimp_7227261368','54.213.101.146','0',0),(18925,'2018-06-24 04:23:32','imp','optin_5','mailchimp_7227261368','54.213.101.146','0',0),(18926,'2018-06-24 04:33:47','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18927,'2018-06-24 04:57:52','imp','optin_5','mailchimp_7227261368','141.8.143.155','593',0),(18928,'2018-06-24 05:17:20','imp','optin_5','mailchimp_7227261368','202.46.51.200','0',0),(18929,'2018-06-24 06:25:41','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18930,'2018-06-24 06:25:57','imp','optin_8','7227261368','66.249.79.85','-1',0),(18931,'2018-06-24 07:10:16','imp','optin_5','mailchimp_7227261368','157.55.39.183','667',0),(18932,'2018-06-24 08:09:55','imp','optin_2','mailchimp_7227261368','202.46.50.81','92',0),(18933,'2018-06-24 08:36:38','imp','optin_5','mailchimp_7227261368','202.46.48.29','411',0),(18934,'2018-06-24 09:09:57','imp','optin_5','mailchimp_7227261368','202.46.54.101','0',0),(18935,'2018-06-24 09:36:17','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18936,'2018-06-24 09:38:34','imp','optin_5','mailchimp_7227261368','54.213.83.59','666',0),(18937,'2018-06-24 09:38:41','imp','optin_5','mailchimp_7227261368','54.213.83.59','0',0),(18938,'2018-06-24 09:43:17','imp','optin_5','mailchimp_7227261368','202.46.51.37','667',0),(18939,'2018-06-24 10:01:20','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18940,'2018-06-24 10:46:44','imp','optin_5','mailchimp_7227261368','185.234.218.44','0',0),(18941,'2018-06-24 11:06:26','imp','optin_2','mailchimp_7227261368','18.237.102.214','92',0),(18942,'2018-06-24 11:24:53','imp','optin_2','mailchimp_7227261368','202.46.57.74','92',0),(18943,'2018-06-24 12:12:13','imp','optin_5','mailchimp_7227261368','5.255.250.57','0',0),(18944,'2018-06-24 12:31:38','imp','optin_5','mailchimp_7227261368','66.249.79.89','593',0),(18945,'2018-06-24 12:32:29','imp','optin_8','7227261368','66.249.79.85','593',0),(18946,'2018-06-24 12:42:09','imp','optin_5','mailchimp_7227261368','167.99.215.120','0',0),(18947,'2018-06-24 12:42:27','imp','optin_2','mailchimp_7227261368','167.99.215.120','92',0),(18948,'2018-06-24 12:48:33','imp','optin_5','mailchimp_7227261368','167.99.215.120','0',0),(18949,'2018-06-24 12:56:30','imp','optin_5','mailchimp_7227261368','167.99.215.120','0',0),(18950,'2018-06-24 12:59:00','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18951,'2018-06-24 12:59:17','imp','optin_8','7227261368','66.249.79.85','-1',0),(18952,'2018-06-24 13:22:20','imp','optin_5','mailchimp_7227261368','54.190.15.40','602',0),(18953,'2018-06-24 13:22:27','imp','optin_5','mailchimp_7227261368','54.190.15.40','0',0),(18954,'2018-06-24 13:35:11','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18955,'2018-06-24 14:03:02','imp','optin_2','mailchimp_7227261368','5.255.250.59','92',0),(18956,'2018-06-24 15:44:13','imp','optin_5','mailchimp_7227261368','34.212.161.210','600',0),(18957,'2018-06-24 15:44:20','imp','optin_5','mailchimp_7227261368','34.212.161.210','0',0),(18958,'2018-06-24 16:41:02','imp','optin_2','mailchimp_7227261368','94.97.68.87','92',0),(18959,'2018-06-24 16:51:43','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(18960,'2018-06-24 17:05:25','imp','optin_8','7227261368','66.249.79.85','404',0),(18961,'2018-06-24 17:05:38','imp','optin_8','7227261368','66.249.79.85','404',0),(18962,'2018-06-24 17:06:03','imp','optin_8','7227261368','66.249.79.89','404',0),(18963,'2018-06-24 17:09:47','imp','optin_2','mailchimp_7227261368','2a03:2880:3120:6fc4:face:b00c:0:8000','92',0),(18964,'2018-06-24 18:28:47','imp','optin_5','mailchimp_7227261368','157.55.39.38','0',0),(18965,'2018-06-24 19:10:13','imp','optin_2','mailchimp_7227261368','138.197.64.73','92',0),(18966,'2018-06-24 19:10:36','imp','optin_5','mailchimp_7227261368','138.197.64.73','667',0),(18967,'2018-06-24 19:10:36','imp','optin_2','mailchimp_7227261368','138.197.64.73','2',0),(18968,'2018-06-24 19:10:38','imp','optin_5','mailchimp_7227261368','138.197.64.73','76',0),(18969,'2018-06-24 19:10:39','imp','optin_5','mailchimp_7227261368','138.197.64.73','0',0),(18970,'2018-06-24 19:10:39','imp','optin_2','mailchimp_7227261368','138.197.64.73','92',0),(18971,'2018-06-24 19:10:40','imp','optin_5','mailchimp_7227261368','138.197.64.73','0',0),(18972,'2018-06-24 19:10:42','imp','optin_5','mailchimp_7227261368','138.197.64.73','0',0),(18973,'2018-06-24 19:10:42','imp','optin_5','mailchimp_7227261368','138.197.64.73','714',0),(18974,'2018-06-24 19:10:42','imp','optin_5','mailchimp_7227261368','138.197.64.73','411',0),(18975,'2018-06-24 19:10:42','imp','optin_5','mailchimp_7227261368','138.197.64.73','598',0),(18976,'2018-06-24 19:10:43','imp','optin_5','mailchimp_7227261368','138.197.64.73','663',0),(18977,'2018-06-24 19:10:44','imp','optin_5','mailchimp_7227261368','138.197.64.73','664',0),(18978,'2018-06-24 19:10:44','imp','optin_5','mailchimp_7227261368','138.197.64.73','665',0),(18979,'2018-06-24 19:10:44','imp','optin_5','mailchimp_7227261368','138.197.64.73','666',0),(18980,'2018-06-24 19:23:14','imp','optin_2','mailchimp_7227261368','141.8.143.166','92',0),(18981,'2018-06-24 19:46:15','imp','optin_5','mailchimp_7227261368','141.8.143.175','592',0),(18982,'2018-06-24 20:43:17','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(18983,'2018-06-24 20:44:09','imp','optin_8','7227261368','66.249.79.87','-1',0),(18984,'2018-06-24 20:53:26','imp','optin_5','mailchimp_7227261368','157.55.39.38','173',0),(18985,'2018-06-24 21:54:38','imp','optin_5','mailchimp_7227261368','84.201.133.42','76',0),(18986,'2018-06-24 23:36:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(18987,'2018-06-24 23:55:54','imp','optin_5','mailchimp_7227261368','89.163.249.70','665',0),(18988,'2018-06-25 01:30:28','imp','optin_2','mailchimp_7227261368','93.158.161.55','92',0),(18989,'2018-06-25 01:48:50','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18990,'2018-06-25 03:57:30','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(18991,'2018-06-25 04:39:17','imp','optin_5','mailchimp_7227261368','47.96.234.173','0',0),(18992,'2018-06-25 04:44:12','imp','optin_2','mailchimp_7227261368','202.46.56.202','92',0),(18993,'2018-06-25 04:56:54','imp','optin_5','mailchimp_7227261368','93.158.161.45','594',0),(18994,'2018-06-25 05:01:57','imp','optin_2','mailchimp_7227261368','80.93.187.145','92',0),(18995,'2018-06-25 05:02:00','imp','optin_5','mailchimp_7227261368','80.93.187.145','0',0),(18996,'2018-06-25 06:24:43','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(18997,'2018-06-25 06:41:23','imp','optin_2','mailchimp_7227261368','207.46.13.60','92',0),(18998,'2018-06-25 06:41:25','imp','optin_2','mailchimp_7227261368','207.46.13.61','2',0),(18999,'2018-06-25 06:41:25','imp','optin_5','mailchimp_7227261368','207.46.13.60','0',0),(19000,'2018-06-25 06:41:27','imp','optin_5','mailchimp_7227261368','207.46.13.60','598',0),(19001,'2018-06-25 06:41:29','imp','optin_5','mailchimp_7227261368','207.46.13.60','577',0),(19002,'2018-06-25 06:41:29','imp','optin_5','mailchimp_7227261368','207.46.13.61','173',0),(19003,'2018-06-25 06:41:33','imp','optin_5','mailchimp_7227261368','207.46.13.61','714',0),(19004,'2018-06-25 06:41:36','imp','optin_5','mailchimp_7227261368','207.46.13.144','591',0),(19005,'2018-06-25 06:41:37','imp','optin_5','mailchimp_7227261368','207.46.13.144','76',0),(19006,'2018-06-25 06:41:40','imp','optin_5','mailchimp_7227261368','207.46.13.144','0',0),(19007,'2018-06-25 06:41:41','imp','optin_5','mailchimp_7227261368','207.46.13.144','0',0),(19008,'2018-06-25 06:41:45','imp','optin_5','mailchimp_7227261368','157.55.39.183','220',0),(19009,'2018-06-25 06:41:45','imp','optin_5','mailchimp_7227261368','207.46.13.144','0',0),(19010,'2018-06-25 06:45:14','imp','optin_5','mailchimp_7227261368','202.46.50.183','411',0),(19011,'2018-06-25 07:52:48','imp','optin_2','mailchimp_7227261368','66.249.73.149','92',0),(19012,'2018-06-25 09:50:46','imp','optin_5','mailchimp_7227261368','54.188.25.234','679',0),(19013,'2018-06-25 09:50:53','imp','optin_5','mailchimp_7227261368','54.188.25.234','0',0),(19014,'2018-06-25 10:54:38','imp','optin_2','mailchimp_7227261368','66.249.73.153','92',0),(19015,'2018-06-25 11:12:30','imp','optin_2','mailchimp_7227261368','202.46.58.26','92',0),(19016,'2018-06-25 12:09:03','imp','optin_2','mailchimp_7227261368','202.46.57.164','92',0),(19017,'2018-06-25 13:31:15','imp','optin_2','mailchimp_7227261368','66.249.73.151','92',0),(19018,'2018-06-25 14:40:13','imp','optin_5','mailchimp_7227261368','34.213.249.204','835',0),(19019,'2018-06-25 14:40:19','imp','optin_5','mailchimp_7227261368','34.213.249.204','0',0),(19020,'2018-06-25 14:55:47','imp','optin_2','mailchimp_7227261368','2a01:8740:ffff:fffb:ec4:7aff:fe78:f691','92',0),(19021,'2018-06-25 15:15:30','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(19022,'2018-06-25 15:15:33','imp','optin_5','mailchimp_7227261368','141.8.144.21','0',0),(19023,'2018-06-25 16:25:57','imp','optin_2','mailchimp_7227261368','66.249.73.149','92',0),(19024,'2018-06-25 17:05:23','imp','optin_5','mailchimp_7227261368','202.46.56.196','0',0),(19025,'2018-06-25 17:09:13','imp','optin_5','mailchimp_7227261368','66.249.73.151','664',0),(19026,'2018-06-25 18:16:32','imp','optin_2','mailchimp_7227261368','66.249.73.151','92',0),(19027,'2018-06-25 18:23:47','imp','optin_2','mailchimp_7227261368','188.27.253.113','92',0),(19028,'2018-06-25 18:23:53','imp','optin_5','mailchimp_7227261368','188.27.253.113','0',0),(19029,'2018-06-25 19:01:56','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19030,'2018-06-25 19:03:51','imp','optin_5','mailchimp_7227261368','5.255.250.132','598',0),(19031,'2018-06-25 19:05:51','imp','optin_2','mailchimp_7227261368','141.8.144.21','92',0),(19032,'2018-06-25 19:21:35','imp','optin_2','mailchimp_7227261368','49.51.232.36','92',0),(19033,'2018-06-25 19:21:41','imp','optin_5','mailchimp_7227261368','49.51.232.36','0',0),(19034,'2018-06-25 19:35:58','imp','optin_5','mailchimp_7227261368','66.249.73.151','714',0),(19035,'2018-06-25 20:27:07','imp','optin_5','mailchimp_7227261368','202.46.53.161','714',0),(19036,'2018-06-25 20:28:33','imp','optin_5','mailchimp_7227261368','34.220.219.229','592',0),(19037,'2018-06-25 20:28:40','imp','optin_5','mailchimp_7227261368','34.220.219.229','0',0),(19038,'2018-06-25 21:02:05','imp','optin_7','mailchimp_7227261368','66.249.73.149','714',0),(19039,'2018-06-25 21:02:06','imp','optin_8','7227261368','66.249.73.149','714',0),(19040,'2018-06-25 21:08:37','imp','optin_5','mailchimp_7227261368','34.215.88.31','682',0),(19041,'2018-06-25 21:08:44','imp','optin_5','mailchimp_7227261368','34.215.88.31','0',0),(19042,'2018-06-25 21:20:04','imp','optin_5','mailchimp_7227261368','93.158.161.137','602',0),(19043,'2018-06-25 21:43:50','imp','optin_2','mailchimp_7227261368','66.249.73.151','92',0),(19044,'2018-06-25 22:11:20','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(19045,'2018-06-25 23:11:12','imp','optin_5','mailchimp_7227261368','66.249.73.151','0',0),(19046,'2018-06-25 23:11:16','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(19047,'2018-06-25 23:12:05','imp','optin_8','7227261368','66.249.73.149','0',0),(19048,'2018-06-25 23:19:00','imp','optin_5','mailchimp_7227261368','66.249.73.149','0',0),(19049,'2018-06-25 23:19:07','imp','optin_8','7227261368','66.249.73.151','0',0),(19050,'2018-06-25 23:24:15','imp','optin_8','7227261368','66.249.73.153','444',0),(19051,'2018-06-26 00:22:57','imp','optin_2','mailchimp_7227261368','5.249.226.63','92',0),(19052,'2018-06-26 00:29:45','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19053,'2018-06-26 00:29:46','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19054,'2018-06-26 00:29:47','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19055,'2018-06-26 00:29:48','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19056,'2018-06-26 00:29:50','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19057,'2018-06-26 00:31:03','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19058,'2018-06-26 01:28:28','imp','optin_5','mailchimp_7227261368','84.201.133.78','599',0),(19059,'2018-06-26 01:37:42','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19060,'2018-06-26 01:37:44','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19061,'2018-06-26 01:37:46','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19062,'2018-06-26 01:37:47','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19063,'2018-06-26 01:42:30','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19064,'2018-06-26 02:00:08','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19065,'2018-06-26 02:00:09','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19066,'2018-06-26 02:00:10','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19067,'2018-06-26 02:00:12','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19068,'2018-06-26 02:52:09','imp','optin_5','mailchimp_7227261368','77.88.47.39','0',0),(19069,'2018-06-26 03:21:20','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19070,'2018-06-26 04:31:38','imp','optin_5','mailchimp_7227261368','141.8.143.130','600',0),(19071,'2018-06-26 04:44:43','imp','optin_5','mailchimp_7227261368','185.234.218.44','0',0),(19072,'2018-06-26 05:00:58','imp','optin_5','mailchimp_7227261368','2001:41d0:8:cbbc::1','0',0),(19073,'2018-06-26 05:13:50','imp','optin_5','mailchimp_7227261368','202.46.53.123','0',0),(19074,'2018-06-26 06:08:26','imp','optin_5','mailchimp_7227261368','141.8.143.137','666',0),(19075,'2018-06-26 06:22:55','imp','optin_2','mailchimp_7227261368','207.46.13.60','92',0),(19076,'2018-06-26 07:04:22','imp','optin_2','mailchimp_7227261368','2804:14d:9e85:317:3915:4d54:c42f:c595','92',0),(19077,'2018-06-26 07:12:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(19078,'2018-06-26 07:21:39','imp','optin_2','mailchimp_7227261368','66.249.73.153','92',0),(19079,'2018-06-26 07:42:36','imp','optin_5','mailchimp_7227261368','2a02:c200:1:10:2:4:8075:1','0',0),(19080,'2018-06-26 08:11:53','imp','optin_5','mailchimp_7227261368','66.249.69.114','0',0),(19081,'2018-06-26 08:25:30','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(19082,'2018-06-26 08:54:29','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19083,'2018-06-26 08:54:30','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19084,'2018-06-26 08:54:31','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19085,'2018-06-26 08:54:32','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(19086,'2018-06-26 09:58:29','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(19087,'2018-06-26 11:07:07','imp','optin_5','mailchimp_7227261368','202.46.57.89','0',0),(19088,'2018-06-26 12:30:38','imp','optin_2','mailchimp_7227261368','202.46.56.197','92',0),(19089,'2018-06-26 12:58:52','imp','optin_5','mailchimp_7227261368','141.8.144.21','682',0),(19090,'2018-06-26 12:59:22','imp','optin_5','mailchimp_7227261368','77.88.5.32','601',0),(19091,'2018-06-26 13:44:40','imp','optin_5','mailchimp_7227261368','77.88.47.39','575',0),(19092,'2018-06-26 14:24:20','imp','optin_5','mailchimp_7227261368','5.255.250.7','595',0),(19093,'2018-06-26 14:35:40','imp','optin_2','mailchimp_7227261368','138.197.111.120','92',0),(19094,'2018-06-26 14:35:48','imp','optin_5','mailchimp_7227261368','138.197.111.120','0',0),(19095,'2018-06-26 15:27:06','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(19096,'2018-06-26 15:28:30','imp','optin_5','mailchimp_7227261368','84.201.133.17','678',0),(19097,'2018-06-26 16:37:09','imp','optin_5','mailchimp_7227261368','2002:b9ea:da28::b9ea:da28','0',0),(19098,'2018-06-26 17:09:44','imp','optin_5','mailchimp_7227261368','141.8.143.142','680',0),(19099,'2018-06-26 17:57:47','imp','optin_5','mailchimp_7227261368','202.46.54.24','714',0),(19100,'2018-06-26 18:50:03','imp','optin_2','mailchimp_7227261368','5.255.250.75','92',0),(19101,'2018-06-26 19:10:44','imp','optin_5','mailchimp_7227261368','185.244.217.18','0',0),(19102,'2018-06-26 19:54:24','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19103,'2018-06-26 20:06:34','imp','optin_5','mailchimp_7227261368','54.191.192.51','665',0),(19104,'2018-06-26 20:06:41','imp','optin_5','mailchimp_7227261368','54.191.192.51','0',0),(19105,'2018-06-26 20:18:58','imp','optin_5','mailchimp_7227261368','2001:41d0:a:2dd3::','0',0),(19106,'2018-06-26 22:01:52','imp','optin_5','mailchimp_7227261368','202.46.56.137','663',0),(19107,'2018-06-26 22:03:44','imp','optin_5','mailchimp_7227261368','207.46.13.130','0',0),(19108,'2018-06-26 22:05:54','imp','optin_5','mailchimp_7227261368','84.201.133.41','665',0),(19109,'2018-06-26 22:29:32','imp','optin_2','mailchimp_7227261368','45.40.166.172','92',0),(19110,'2018-06-26 22:29:35','imp','optin_5','mailchimp_7227261368','45.40.166.172','0',0),(19111,'2018-06-26 22:29:40','imp','optin_5','mailchimp_7227261368','45.40.166.172','0',0),(19112,'2018-06-26 22:42:58','imp','optin_5','mailchimp_7227261368','5.255.250.59','667',0),(19113,'2018-06-26 23:15:08','imp','optin_2','mailchimp_7227261368','91.210.146.254','92',0),(19114,'2018-06-26 23:15:16','imp','optin_5','mailchimp_7227261368','91.210.146.254','0',0),(19115,'2018-06-26 23:34:18','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(19116,'2018-06-26 23:34:19','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(19117,'2018-06-27 00:03:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(19118,'2018-06-27 00:38:28','imp','optin_2','mailchimp_7227261368','89.234.68.90','92',0),(19119,'2018-06-27 00:38:52','imp','optin_5','mailchimp_7227261368','89.234.68.90','76',0),(19120,'2018-06-27 00:39:17','imp','optin_5','mailchimp_7227261368','89.234.68.90','664',0),(19121,'2018-06-27 00:39:41','imp','optin_5','mailchimp_7227261368','89.234.68.90','714',0),(19122,'2018-06-27 00:39:56','imp','optin_5','mailchimp_7227261368','89.234.68.90','663',0),(19123,'2018-06-27 00:40:06','imp','optin_2','mailchimp_7227261368','89.234.68.90','92',0),(19124,'2018-06-27 00:45:03','imp','optin_2','mailchimp_7227261368','128.68.21.185','92',0),(19125,'2018-06-27 00:46:55','imp','optin_5','mailchimp_7227261368','91.134.248.211','0',0),(19126,'2018-06-27 00:58:10','imp','optin_2','mailchimp_7227261368','138.197.13.231','92',0),(19127,'2018-06-27 00:58:31','imp','optin_5','mailchimp_7227261368','138.197.13.231','76',0),(19128,'2018-06-27 00:58:34','imp','optin_2','mailchimp_7227261368','138.197.13.231','2',0),(19129,'2018-06-27 00:58:34','imp','optin_2','mailchimp_7227261368','138.197.13.231','92',0),(19130,'2018-06-27 00:58:34','imp','optin_5','mailchimp_7227261368','138.197.13.231','0',0),(19131,'2018-06-27 00:58:36','imp','optin_5','mailchimp_7227261368','138.197.13.231','0',0),(19132,'2018-06-27 00:58:36','imp','optin_5','mailchimp_7227261368','138.197.13.231','0',0),(19133,'2018-06-27 00:58:37','imp','optin_5','mailchimp_7227261368','138.197.13.231','598',0),(19134,'2018-06-27 00:58:37','imp','optin_5','mailchimp_7227261368','138.197.13.231','714',0),(19135,'2018-06-27 00:58:37','imp','optin_5','mailchimp_7227261368','138.197.13.231','411',0),(19136,'2018-06-27 00:58:39','imp','optin_5','mailchimp_7227261368','138.197.13.231','663',0),(19137,'2018-06-27 00:58:39','imp','optin_5','mailchimp_7227261368','138.197.13.231','664',0),(19138,'2018-06-27 00:58:40','imp','optin_5','mailchimp_7227261368','138.197.13.231','666',0),(19139,'2018-06-27 00:58:40','imp','optin_5','mailchimp_7227261368','138.197.13.231','665',0),(19140,'2018-06-27 00:58:40','imp','optin_5','mailchimp_7227261368','138.197.13.231','667',0),(19141,'2018-06-27 01:11:27','imp','optin_5','mailchimp_7227261368','212.109.197.18','0',0),(19142,'2018-06-27 01:11:29','imp','optin_5','mailchimp_7227261368','212.109.197.18','0',0),(19143,'2018-06-27 01:28:42','imp','optin_5','mailchimp_7227261368','84.201.133.78','0',0),(19144,'2018-06-27 02:08:36','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(19145,'2018-06-27 02:58:18','imp','optin_5','mailchimp_7227261368','213.251.182.105','0',0),(19146,'2018-06-27 02:58:18','imp','optin_5','mailchimp_7227261368','213.251.182.105','0',0),(19147,'2018-06-27 02:58:27','imp','optin_5','mailchimp_7227261368','213.251.182.105','0',0),(19148,'2018-06-27 02:58:42','imp','optin_5','mailchimp_7227261368','213.251.182.105','0',0),(19149,'2018-06-27 03:36:54','imp','optin_2','mailchimp_7227261368','34.210.150.179','92',0),(19150,'2018-06-27 03:37:00','imp','optin_5','mailchimp_7227261368','34.210.150.179','0',0),(19151,'2018-06-27 03:46:47','imp','optin_5','mailchimp_7227261368','66.249.69.114','0',0),(19152,'2018-06-27 04:28:03','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(19153,'2018-06-27 04:28:04','imp','optin_2','mailchimp_7227261368','202.46.55.122','92',0),(19154,'2018-06-27 06:01:10','imp','optin_5','mailchimp_7227261368','18.237.216.195','665',0),(19155,'2018-06-27 06:01:16','imp','optin_5','mailchimp_7227261368','18.237.216.195','0',0),(19156,'2018-06-27 06:07:22','imp','optin_5','mailchimp_7227261368','54.149.102.18','667',0),(19157,'2018-06-27 06:07:29','imp','optin_5','mailchimp_7227261368','54.149.102.18','0',0),(19158,'2018-06-27 06:52:56','imp','optin_2','mailchimp_7227261368','173.201.196.220','92',0),(19159,'2018-06-27 06:52:59','imp','optin_5','mailchimp_7227261368','173.201.196.220','0',0),(19160,'2018-06-27 06:53:02','imp','optin_5','mailchimp_7227261368','173.201.196.220','0',0),(19161,'2018-06-27 08:04:27','imp','optin_2','mailchimp_7227261368','202.46.52.165','92',0),(19162,'2018-06-27 08:33:32','imp','optin_5','mailchimp_7227261368','54.212.70.216','601',0),(19163,'2018-06-27 08:33:38','imp','optin_5','mailchimp_7227261368','54.212.70.216','0',0),(19164,'2018-06-27 10:45:44','imp','optin_5','mailchimp_7227261368','35.163.17.145','598',0),(19165,'2018-06-27 10:45:51','imp','optin_5','mailchimp_7227261368','35.163.17.145','0',0),(19166,'2018-06-27 10:55:39','imp','optin_5','mailchimp_7227261368','198.11.211.216','0',0),(19167,'2018-06-27 10:55:39','imp','optin_5','mailchimp_7227261368','198.11.211.216','0',0),(19168,'2018-06-27 11:59:48','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19169,'2018-06-27 12:13:38','imp','optin_5','mailchimp_7227261368','77.88.47.43','577',0),(19170,'2018-06-27 12:23:40','imp','optin_5','mailchimp_7227261368','202.46.58.118','0',0),(19171,'2018-06-27 12:39:05','imp','optin_2','mailchimp_7227261368','128.77.6.76','92',0),(19172,'2018-06-27 12:39:11','imp','optin_5','mailchimp_7227261368','128.77.6.76','0',0),(19173,'2018-06-27 12:39:14','imp','optin_5','mailchimp_7227261368','128.77.6.76','0',0),(19174,'2018-06-27 13:27:45','imp','optin_2','mailchimp_7227261368','202.46.51.160','92',0),(19175,'2018-06-27 13:44:56','imp','optin_2','mailchimp_7227261368','66.249.69.213','92',0),(19176,'2018-06-27 13:45:09','imp','optin_8','7227261368','66.249.69.213','-1',0),(19177,'2018-06-27 13:52:47','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19178,'2018-06-27 14:29:45','imp','optin_5','mailchimp_7227261368','93.158.161.37','0',0),(19179,'2018-06-27 14:39:05','imp','optin_5','mailchimp_7227261368','91.212.191.6','0',0),(19180,'2018-06-27 14:50:52','imp','optin_5','mailchimp_7227261368','202.46.55.139','666',0),(19181,'2018-06-27 14:54:31','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(19182,'2018-06-27 15:00:18','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(19183,'2018-06-27 15:57:30','imp','optin_5','mailchimp_7227261368','202.46.57.170','663',0),(19184,'2018-06-27 15:58:22','imp','optin_5','mailchimp_7227261368','141.8.143.159','570',0),(19185,'2018-06-27 16:03:37','imp','optin_2','mailchimp_7227261368','66.249.69.217','92',0),(19186,'2018-06-27 16:30:50','imp','optin_5','mailchimp_7227261368','202.46.58.200','664',0),(19187,'2018-06-27 17:37:30','imp','optin_5','mailchimp_7227261368','202.46.52.178','0',0),(19188,'2018-06-27 18:10:50','imp','optin_5','mailchimp_7227261368','202.46.49.70','570',0),(19189,'2018-06-27 18:41:11','imp','optin_5','mailchimp_7227261368','100.43.85.190','835',0),(19190,'2018-06-27 19:07:29','imp','optin_5','mailchimp_7227261368','34.217.82.42','0',0),(19191,'2018-06-27 19:07:36','imp','optin_5','mailchimp_7227261368','34.217.82.42','0',0),(19192,'2018-06-27 19:23:26','imp','optin_5','mailchimp_7227261368','66.249.69.114','173',0),(19193,'2018-06-27 19:24:28','imp','optin_5','mailchimp_7227261368','66.249.69.197','177',0),(19194,'2018-06-27 19:24:37','imp','optin_8','7227261368','66.249.69.201','177',0),(19195,'2018-06-27 19:32:39','imp','optin_5','mailchimp_7227261368','93.158.161.37','663',0),(19196,'2018-06-27 20:08:12','imp','optin_2','mailchimp_7227261368','95.45.254.123','92',0),(19197,'2018-06-27 20:13:27','imp','optin_5','mailchimp_7227261368','93.158.161.146','591',0),(19198,'2018-06-27 20:41:37','imp','optin_5','mailchimp_7227261368','100.43.85.190','0',0),(19199,'2018-06-27 20:54:47','imp','optin_5','mailchimp_7227261368','66.249.69.213','173',0),(19200,'2018-06-27 20:54:59','imp','optin_8','7227261368','66.249.69.215','173',0),(19201,'2018-06-27 20:55:28','imp','optin_5','mailchimp_7227261368','66.249.69.213','0',0),(19202,'2018-06-27 20:56:12','imp','optin_8','7227261368','66.249.69.213','0',0),(19203,'2018-06-27 21:26:22','imp','optin_5','mailchimp_7227261368','34.219.64.212','597',0),(19204,'2018-06-27 21:26:29','imp','optin_5','mailchimp_7227261368','34.219.64.212','0',0),(19205,'2018-06-27 21:33:42','imp','optin_2','mailchimp_7227261368','202.46.52.60','2',0),(19206,'2018-06-27 22:04:37','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(19207,'2018-06-27 22:44:24','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19208,'2018-06-27 23:45:33','imp','optin_5','mailchimp_7227261368','66.249.69.213','173',0),(19209,'2018-06-27 23:46:04','imp','optin_5','mailchimp_7227261368','66.249.69.215','0',0),(19210,'2018-06-28 00:16:26','imp','optin_8','7227261368','66.249.69.213','173',0),(19211,'2018-06-28 00:20:51','imp','optin_5','mailchimp_7227261368','213.251.182.107','0',0),(19212,'2018-06-28 01:10:54','imp','optin_5','mailchimp_7227261368','208.67.16.29','0',0),(19213,'2018-06-28 01:38:47','imp','optin_5','mailchimp_7227261368','84.201.133.42','0',0),(19214,'2018-06-28 01:54:33','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(19215,'2018-06-28 01:54:33','imp','optin_5','mailchimp_7227261368','91.134.248.253','0',0),(19216,'2018-06-28 03:01:24','imp','optin_5','mailchimp_7227261368','202.46.54.195','0',0),(19217,'2018-06-28 03:52:41','imp','optin_5','mailchimp_7227261368','108.167.174.192','0',0),(19218,'2018-06-28 04:09:55','imp','optin_2','mailchimp_7227261368','2001:19f0:5c01:15ce:5400:1ff:fe8f:e58e','92',0),(19219,'2018-06-28 04:12:11','imp','optin_5','mailchimp_7227261368','77.232.66.165','0',0),(19220,'2018-06-28 04:26:15','imp','optin_5','mailchimp_7227261368','5.45.207.29','714',0),(19221,'2018-06-28 04:26:30','imp','optin_5','mailchimp_7227261368','87.250.224.98','0',0),(19222,'2018-06-28 04:27:24','imp','optin_7','mailchimp_7227261368','87.250.224.98','714',0),(19223,'2018-06-28 04:35:09','imp','optin_5','mailchimp_7227261368','162.210.48.196','0',0),(19224,'2018-06-28 04:35:10','imp','optin_5','mailchimp_7227261368','162.210.48.196','0',0),(19225,'2018-06-28 04:35:54','imp','optin_5','mailchimp_7227261368','78.135.89.130','0',0),(19226,'2018-06-28 04:36:23','imp','optin_5','mailchimp_7227261368','78.135.89.130','0',0),(19227,'2018-06-28 05:06:03','imp','optin_5','mailchimp_7227261368','95.141.36.107','0',0),(19228,'2018-06-28 05:06:07','imp','optin_5','mailchimp_7227261368','95.141.36.107','0',0),(19229,'2018-06-28 05:06:07','imp','optin_5','mailchimp_7227261368','95.141.36.107','0',0),(19230,'2018-06-28 05:26:54','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19231,'2018-06-28 05:32:01','imp','optin_5','mailchimp_7227261368','77.88.47.43','593',0),(19232,'2018-06-28 05:41:50','imp','optin_5','mailchimp_7227261368','93.158.161.146','714',0),(19233,'2018-06-28 06:10:34','imp','optin_5','mailchimp_7227261368','193.239.44.197','0',0),(19234,'2018-06-28 06:10:35','imp','optin_5','mailchimp_7227261368','193.239.44.197','0',0),(19235,'2018-06-28 06:10:36','imp','optin_5','mailchimp_7227261368','193.239.44.197','0',0),(19236,'2018-06-28 06:22:59','imp','optin_5','mailchimp_7227261368','213.251.182.115','0',0),(19237,'2018-06-28 06:53:23','imp','optin_5','mailchimp_7227261368','77.111.66.41','0',0),(19238,'2018-06-28 07:20:21','imp','optin_5','mailchimp_7227261368','157.55.39.229','0',0),(19239,'2018-06-28 07:37:54','imp','optin_5','mailchimp_7227261368','217.12.199.146','0',0),(19240,'2018-06-28 07:40:12','imp','optin_2','mailchimp_7227261368','13.211.29.240','92',0),(19241,'2018-06-28 07:56:17','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19242,'2018-06-28 07:56:18','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19243,'2018-06-28 07:56:20','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19244,'2018-06-28 07:56:21','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19245,'2018-06-28 07:56:22','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19246,'2018-06-28 07:56:23','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(19247,'2018-06-28 08:04:27','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(19248,'2018-06-28 08:06:45','imp','optin_5','mailchimp_7227261368','2a02:c207:2012:1324::1','0',0),(19249,'2018-06-28 08:06:48','imp','optin_5','mailchimp_7227261368','2a02:c207:2012:1324::1','0',0),(19250,'2018-06-28 08:11:33','imp','optin_2','mailchimp_7227261368','201.131.176.110','92',0),(19251,'2018-06-28 08:18:26','imp','optin_2','mailchimp_7227261368','47.106.120.217','92',0),(19252,'2018-06-28 08:18:33','imp','optin_5','mailchimp_7227261368','47.106.120.217','0',0),(19253,'2018-06-28 08:32:45','imp','optin_5','mailchimp_7227261368','77.68.64.27','0',0),(19254,'2018-06-28 08:49:42','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(19255,'2018-06-28 08:53:30','imp','optin_5','mailchimp_7227261368','54.213.229.12','843',0),(19256,'2018-06-28 08:53:36','imp','optin_5','mailchimp_7227261368','54.213.229.12','0',0),(19257,'2018-06-28 08:54:23','imp','optin_5','mailchimp_7227261368','141.8.143.155','683',0),(19258,'2018-06-28 09:24:17','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19259,'2018-06-28 09:51:21','imp','optin_2','mailchimp_7227261368','202.46.58.83','92',0),(19260,'2018-06-28 09:59:53','imp','optin_5','mailchimp_7227261368','2a02:c207:2009:5448::1','0',0),(19261,'2018-06-28 09:59:53','imp','optin_5','mailchimp_7227261368','2a02:c207:2009:5448::1','0',0),(19262,'2018-06-28 10:00:19','imp','optin_5','mailchimp_7227261368','2a02:c207:2009:5448::1','0',0),(19263,'2018-06-28 10:40:16','imp','optin_5','mailchimp_7227261368','77.88.5.5','592',0),(19264,'2018-06-28 11:12:43','imp','optin_2','mailchimp_7227261368','202.46.54.135','92',0),(19265,'2018-06-28 11:23:08','imp','optin_5','mailchimp_7227261368','104.236.21.61','0',0),(19266,'2018-06-28 11:23:08','imp','optin_5','mailchimp_7227261368','104.236.21.61','0',0),(19267,'2018-06-28 11:23:33','imp','optin_5','mailchimp_7227261368','104.236.21.61','0',0),(19268,'2018-06-28 11:36:58','imp','optin_2','mailchimp_7227261368','86.47.80.145','92',0),(19269,'2018-06-28 11:37:18','imp','optin_5','mailchimp_7227261368','86.47.80.145','76',0),(19270,'2018-06-28 11:37:31','imp','optin_5','mailchimp_7227261368','86.47.80.145','664',0),(19271,'2018-06-28 11:37:44','imp','optin_5','mailchimp_7227261368','86.47.80.145','714',0),(19272,'2018-06-28 11:38:01','imp','optin_5','mailchimp_7227261368','86.47.80.145','663',0),(19273,'2018-06-28 11:38:20','imp','optin_2','mailchimp_7227261368','86.47.80.145','92',0),(19274,'2018-06-28 11:38:55','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(19275,'2018-06-28 11:39:10','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(19276,'2018-06-28 11:39:24','imp','optin_8','7227261368','66.249.64.213','0',0),(19277,'2018-06-28 11:57:37','imp','optin_5','mailchimp_7227261368','93.158.161.133','714',0),(19278,'2018-06-28 12:31:23','imp','optin_5','mailchimp_7227261368','46.30.40.94','0',0),(19279,'2018-06-28 12:34:01','imp','optin_5','mailchimp_7227261368','83.147.216.50','0',0),(19280,'2018-06-28 12:46:53','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(19281,'2018-06-28 12:48:54','imp','optin_5','mailchimp_7227261368','46.4.69.69','0',0),(19282,'2018-06-28 12:48:58','imp','optin_5','mailchimp_7227261368','100.43.85.123','411',0),(19283,'2018-06-28 13:45:09','imp','optin_2','mailchimp_7227261368','46.148.22.210','92',0),(19284,'2018-06-28 13:45:13','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19285,'2018-06-28 13:45:15','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19286,'2018-06-28 13:45:17','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19287,'2018-06-28 13:45:19','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19288,'2018-06-28 13:45:21','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19289,'2018-06-28 13:45:23','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19290,'2018-06-28 13:47:46','imp','optin_5','mailchimp_7227261368','40.77.167.60','0',0),(19291,'2018-06-28 15:29:29','imp','optin_5','mailchimp_7227261368','141.8.143.166','76',0),(19292,'2018-06-28 15:40:48','imp','optin_5','mailchimp_7227261368','54.184.199.65','0',0),(19293,'2018-06-28 15:40:55','imp','optin_5','mailchimp_7227261368','54.184.199.65','0',0),(19294,'2018-06-28 16:15:35','imp','optin_2','mailchimp_7227261368','202.46.54.93','92',0),(19295,'2018-06-28 16:48:59','imp','optin_5','mailchimp_7227261368','34.215.180.202','714',0),(19296,'2018-06-28 17:22:14','imp','optin_5','mailchimp_7227261368','202.46.53.158','411',0),(19297,'2018-06-28 17:33:00','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19298,'2018-06-28 18:03:04','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(19299,'2018-06-28 22:30:18','imp','optin_5','mailchimp_7227261368','202.46.58.181','0',0),(19300,'2018-06-28 22:43:53','imp','optin_5','mailchimp_7227261368','18.237.135.199','0',0),(19301,'2018-06-28 23:13:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19302,'2018-06-28 23:46:46','imp','optin_2','mailchimp_7227261368','109.93.38.70','92',0),(19303,'2018-06-29 00:01:45','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19304,'2018-06-29 00:26:00','imp','optin_2','mailchimp_7227261368','66.249.64.213','92',0),(19305,'2018-06-29 00:26:24','imp','optin_8','7227261368','66.249.64.213','-1',0),(19306,'2018-06-29 00:27:46','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(19307,'2018-06-29 01:26:00','imp','optin_5','mailchimp_7227261368','193.142.103.15','0',0),(19308,'2018-06-29 01:26:03','imp','optin_5','mailchimp_7227261368','193.142.103.15','0',0),(19309,'2018-06-29 01:29:39','imp','optin_2','mailchimp_7227261368','66.249.64.213','92',0),(19310,'2018-06-29 02:30:02','imp','optin_2','mailchimp_7227261368','46.148.22.210','92',0),(19311,'2018-06-29 02:30:06','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19312,'2018-06-29 02:30:08','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19313,'2018-06-29 02:30:09','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19314,'2018-06-29 02:30:11','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19315,'2018-06-29 02:30:13','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19316,'2018-06-29 02:30:15','imp','optin_5','mailchimp_7227261368','46.148.22.210','0',0),(19317,'2018-06-29 02:55:51','imp','optin_5','mailchimp_7227261368','37.9.169.11','0',0),(19318,'2018-06-29 02:55:52','imp','optin_5','mailchimp_7227261368','37.9.169.11','0',0),(19319,'2018-06-29 03:17:31','imp','optin_5','mailchimp_7227261368','223.27.21.194','0',0),(19320,'2018-06-29 03:36:58','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(19321,'2018-06-29 03:36:58','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(19322,'2018-06-29 03:36:58','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(19323,'2018-06-29 03:36:58','imp','optin_2','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','92',0),(19324,'2018-06-29 03:36:59','imp','optin_2','mailchimp_7227261368','100.43.85.123','92',0),(19325,'2018-06-29 03:51:47','imp','optin_5','mailchimp_7227261368','104.247.77.16','0',0),(19326,'2018-06-29 04:16:41','imp','optin_5','mailchimp_7227261368','34.216.118.131','598',0),(19327,'2018-06-29 04:16:48','imp','optin_5','mailchimp_7227261368','34.216.118.131','0',0),(19328,'2018-06-29 04:19:19','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(19329,'2018-06-29 04:19:27','imp','optin_8','7227261368','66.249.64.213','-1',0),(19330,'2018-06-29 04:19:45','imp','optin_5','mailchimp_7227261368','69.12.66.247','0',0),(19331,'2018-06-29 04:28:23','imp','optin_5','mailchimp_7227261368','193.70.2.138','0',0),(19332,'2018-06-29 05:39:34','imp','optin_5','mailchimp_7227261368','54.184.22.201','570',0),(19333,'2018-06-29 05:39:40','imp','optin_5','mailchimp_7227261368','54.184.22.201','0',0),(19334,'2018-06-29 06:09:38','imp','optin_5','mailchimp_7227261368','66.249.64.215','683',0),(19335,'2018-06-29 06:09:55','imp','optin_8','7227261368','66.249.64.213','683',0),(19336,'2018-06-29 06:19:47','imp','optin_5','mailchimp_7227261368','2a00:1650:1000:0:ec4:7aff:fee3:b8ce','0',0),(19337,'2018-06-29 06:50:04','imp','optin_5','mailchimp_7227261368','46.105.103.120','0',0),(19338,'2018-06-29 06:50:24','imp','optin_5','mailchimp_7227261368','46.105.103.120','0',0),(19339,'2018-06-29 07:03:47','imp','optin_5','mailchimp_7227261368','62.210.83.132','0',0),(19340,'2018-06-29 07:32:22','imp','optin_2','mailchimp_7227261368','185.156.177.76','92',0),(19341,'2018-06-29 07:34:12','imp','optin_2','mailchimp_7227261368','176.14.37.74','92',0),(19342,'2018-06-29 07:44:50','imp','optin_5','mailchimp_7227261368','81.88.49.20','0',0),(19343,'2018-06-29 07:44:51','imp','optin_5','mailchimp_7227261368','81.88.49.5','0',0),(19344,'2018-06-29 08:13:31','imp','optin_5','mailchimp_7227261368','149.255.62.73','0',0),(19345,'2018-06-29 08:13:33','imp','optin_5','mailchimp_7227261368','149.255.62.73','0',0),(19346,'2018-06-29 08:13:39','imp','optin_5','mailchimp_7227261368','149.255.62.73','0',0),(19347,'2018-06-29 08:16:04','imp','optin_5','mailchimp_7227261368','94.156.175.61','0',0),(19348,'2018-06-29 08:49:22','imp','optin_5','mailchimp_7227261368','207.46.13.12','0',0),(19349,'2018-06-29 09:08:31','imp','optin_5','mailchimp_7227261368','156.54.172.15','0',0),(19350,'2018-06-29 09:08:34','imp','optin_5','mailchimp_7227261368','156.54.172.15','0',0),(19351,'2018-06-29 09:49:29','imp','optin_5','mailchimp_7227261368','18.237.107.188','0',0),(19352,'2018-06-29 09:49:36','imp','optin_5','mailchimp_7227261368','18.237.107.188','0',0),(19353,'2018-06-29 10:08:33','imp','optin_5','mailchimp_7227261368','66.249.64.217','0',0),(19354,'2018-06-29 10:08:33','imp','optin_5','mailchimp_7227261368','178.248.244.15','0',0),(19355,'2018-06-29 10:08:33','imp','optin_5','mailchimp_7227261368','178.248.244.15','0',0),(19356,'2018-06-29 10:45:19','imp','optin_5','mailchimp_7227261368','66.249.64.213','220',0),(19357,'2018-06-29 13:09:25','imp','optin_5','mailchimp_7227261368','202.46.58.26','714',0),(19358,'2018-06-29 13:29:57','imp','optin_2','mailchimp_7227261368','202.46.57.199','92',0),(19359,'2018-06-29 13:56:59','imp','optin_5','mailchimp_7227261368','51.254.210.100','0',0),(19360,'2018-06-29 13:56:59','imp','optin_5','mailchimp_7227261368','51.254.210.100','0',0),(19361,'2018-06-29 14:00:36','imp','optin_5','mailchimp_7227261368','67.225.241.143','0',0),(19362,'2018-06-29 14:44:22','imp','optin_2','mailchimp_7227261368','192.35.222.13','92',0),(19363,'2018-06-29 14:44:29','imp','optin_5','mailchimp_7227261368','192.35.222.13','0',0),(19364,'2018-06-29 15:38:25','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2a::b9ea:da2a','0',0),(19365,'2018-06-29 15:52:03','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(19366,'2018-06-29 15:52:43','imp','optin_8','7227261368','66.249.64.213','-1',0),(19367,'2018-06-29 16:08:35','imp','optin_2','mailchimp_7227261368','66.249.64.213','92',0),(19368,'2018-06-29 16:09:07','imp','optin_8','7227261368','66.249.64.217','-1',0),(19369,'2018-06-29 16:33:47','imp','optin_5','mailchimp_7227261368','202.46.53.11','411',0),(19370,'2018-06-29 16:37:34','imp','optin_5','mailchimp_7227261368','176.31.239.179','0',0),(19371,'2018-06-29 16:45:03','imp','optin_5','mailchimp_7227261368','77.232.66.165','0',0),(19372,'2018-06-29 16:45:03','imp','optin_5','mailchimp_7227261368','77.232.66.165','0',0),(19373,'2018-06-29 16:46:30','imp','optin_5','mailchimp_7227261368','2a02:c200:1:10:2:5:8397:1','0',0),(19374,'2018-06-29 16:46:31','imp','optin_5','mailchimp_7227261368','2a02:c200:1:10:2:5:8397:1','0',0),(19375,'2018-06-29 16:58:36','imp','optin_5','mailchimp_7227261368','2a03:b0c0:2:f0::b:b001','0',0),(19376,'2018-06-29 18:09:07','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(19377,'2018-06-29 18:12:02','imp','optin_5','mailchimp_7227261368','37.9.169.11','0',0),(19378,'2018-06-29 18:12:04','imp','optin_5','mailchimp_7227261368','37.9.169.11','0',0),(19379,'2018-06-29 18:15:42','imp','optin_5','mailchimp_7227261368','202.46.57.89','0',0),(19380,'2018-06-29 19:49:12','imp','optin_5','mailchimp_7227261368','66.249.64.213','602',0),(19381,'2018-06-29 19:49:42','imp','optin_8','7227261368','66.249.64.213','602',0),(19382,'2018-06-29 21:38:13','imp','optin_2','mailchimp_7227261368','109.194.122.70','92',0),(19383,'2018-06-29 21:38:22','imp','optin_5','mailchimp_7227261368','109.194.122.70','0',0),(19384,'2018-06-29 21:38:46','imp','optin_8','7227261368','109.194.122.70','-1',0),(19385,'2018-06-29 22:37:13','imp','optin_5','mailchimp_7227261368','157.55.39.78','0',0),(19386,'2018-06-29 22:37:15','imp','optin_5','mailchimp_7227261368','40.77.167.201','0',0),(19387,'2018-06-29 22:37:15','imp','optin_5','mailchimp_7227261368','157.55.39.78','0',0),(19388,'2018-06-29 22:37:17','imp','optin_5','mailchimp_7227261368','40.77.167.201','0',0),(19389,'2018-06-29 22:37:17','imp','optin_5','mailchimp_7227261368','157.55.39.78','0',0),(19390,'2018-06-29 22:37:18','imp','optin_5','mailchimp_7227261368','40.77.167.201','0',0),(19391,'2018-06-29 22:37:19','imp','optin_5','mailchimp_7227261368','157.55.39.78','0',0),(19392,'2018-06-29 22:37:19','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19393,'2018-06-29 22:37:21','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19394,'2018-06-29 22:37:23','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19395,'2018-06-29 22:37:25','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19396,'2018-06-29 22:37:26','imp','optin_5','mailchimp_7227261368','157.55.39.78','0',0),(19397,'2018-06-29 22:37:27','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19398,'2018-06-29 22:37:29','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19399,'2018-06-29 22:37:30','imp','optin_5','mailchimp_7227261368','157.55.39.117','0',0),(19400,'2018-06-29 22:41:11','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19401,'2018-06-29 22:41:25','imp','optin_5','mailchimp_7227261368','66.249.64.213','0',0),(19402,'2018-06-29 22:41:41','imp','optin_8','7227261368','66.249.64.213','-1',0),(19403,'2018-06-29 23:41:06','imp','optin_5','mailchimp_7227261368','144.217.29.161','0',0),(19404,'2018-06-30 00:24:31','imp','optin_5','mailchimp_7227261368','94.23.1.205','663',0),(19405,'2018-06-30 00:30:49','imp','optin_5','mailchimp_7227261368','50.62.30.5','0',0),(19406,'2018-06-30 00:30:52','imp','optin_5','mailchimp_7227261368','50.62.30.5','0',0),(19407,'2018-06-30 00:31:15','imp','optin_5','mailchimp_7227261368','50.62.30.5','0',0),(19408,'2018-06-30 00:36:41','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19409,'2018-06-30 01:00:03','imp','optin_5','mailchimp_7227261368','5.10.94.13','0',0),(19410,'2018-06-30 01:00:03','imp','optin_5','mailchimp_7227261368','5.10.94.13','0',0),(19411,'2018-06-30 01:02:35','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19412,'2018-06-30 01:02:57','imp','optin_8','7227261368','66.249.64.213','-1',0),(19413,'2018-06-30 01:09:42','imp','optin_5','mailchimp_7227261368','202.46.48.14','76',0),(19414,'2018-06-30 01:43:02','imp','optin_5','mailchimp_7227261368','202.46.54.165','663',0),(19415,'2018-06-30 02:05:02','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19416,'2018-06-30 03:07:25','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19417,'2018-06-30 03:15:30','imp','optin_2','mailchimp_7227261368','100.43.90.162','92',0),(19418,'2018-06-30 04:46:26','imp','optin_5','mailchimp_7227261368','2a02:c205:2015:2174::1','0',0),(19419,'2018-06-30 05:04:06','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(19420,'2018-06-30 05:04:10','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(19421,'2018-06-30 05:06:46','imp','optin_5','mailchimp_7227261368','45.64.1.208','0',0),(19422,'2018-06-30 05:07:02','imp','optin_5','mailchimp_7227261368','45.64.1.208','0',0),(19423,'2018-06-30 05:07:32','imp','optin_5','mailchimp_7227261368','45.64.1.208','0',0),(19424,'2018-06-30 05:49:16','imp','optin_2','mailchimp_7227261368','100.43.91.105','92',0),(19425,'2018-06-30 06:58:15','imp','optin_5','mailchimp_7227261368','81.88.49.42','0',0),(19426,'2018-06-30 06:58:16','imp','optin_5','mailchimp_7227261368','81.88.49.27','0',0),(19427,'2018-06-30 06:59:23','imp','optin_5','mailchimp_7227261368','2a00:1650:1000:0:ec4:7aff:fee3:b8ce','0',0),(19428,'2018-06-30 07:18:51','imp','optin_5','mailchimp_7227261368','91.134.248.235','0',0),(19429,'2018-06-30 07:21:23','imp','optin_5','mailchimp_7227261368','198.38.82.72','0',0),(19430,'2018-06-30 08:01:03','imp','optin_5','mailchimp_7227261368','2a01:4f8:c17:14fa::2','0',0),(19431,'2018-06-30 09:06:21','imp','optin_5','mailchimp_7227261368','202.46.48.80','668',0),(19432,'2018-06-30 09:08:28','imp','optin_5','mailchimp_7227261368','198.12.154.240','0',0),(19433,'2018-06-30 09:11:58','imp','optin_8','7227261368','66.249.64.213','78',0),(19434,'2018-06-30 09:48:33','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19435,'2018-06-30 09:51:29','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(19436,'2018-06-30 10:36:40','imp','optin_2','mailchimp_7227261368','202.46.49.112','92',0),(19437,'2018-06-30 10:48:59','imp','optin_2','mailchimp_7227261368','37.110.144.231','92',0),(19438,'2018-06-30 10:49:09','imp','optin_5','mailchimp_7227261368','37.110.144.231','0',0),(19439,'2018-06-30 13:01:08','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19440,'2018-06-30 13:01:48','imp','optin_8','7227261368','66.249.64.213','-1',0),(19441,'2018-06-30 13:39:18','imp','optin_5','mailchimp_7227261368','40.77.167.201','0',0),(19442,'2018-06-30 15:08:28','imp','optin_2','mailchimp_7227261368','109.173.58.87','92',0),(19443,'2018-06-30 15:20:23','imp','optin_5','mailchimp_7227261368','46.165.223.220','0',0),(19444,'2018-06-30 15:20:23','imp','optin_5','mailchimp_7227261368','46.165.223.220','0',0),(19445,'2018-06-30 15:20:49','imp','optin_5','mailchimp_7227261368','46.165.223.220','0',0),(19446,'2018-06-30 16:46:00','imp','optin_5','mailchimp_7227261368','84.201.133.60','680',0),(19447,'2018-06-30 16:52:25','imp','optin_5','mailchimp_7227261368','67.225.148.174','0',0),(19448,'2018-06-30 18:01:20','imp','optin_5','mailchimp_7227261368','93.158.161.99','577',0),(19449,'2018-06-30 18:17:11','imp','optin_5','mailchimp_7227261368','141.8.143.155','0',0),(19450,'2018-06-30 18:27:35','imp','optin_5','mailchimp_7227261368','93.89.235.77','0',0),(19451,'2018-06-30 18:27:35','imp','optin_5','mailchimp_7227261368','93.89.235.77','0',0),(19452,'2018-06-30 18:27:35','imp','optin_5','mailchimp_7227261368','93.89.235.77','0',0),(19453,'2018-06-30 18:27:54','imp','optin_5','mailchimp_7227261368','93.89.235.77','0',0),(19454,'2018-06-30 18:29:42','imp','optin_5','mailchimp_7227261368','141.8.143.189','679',0),(19455,'2018-06-30 19:46:11','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19456,'2018-06-30 20:13:28','imp','optin_2','mailchimp_7227261368','2001:41d0:1:a940::','92',0),(19457,'2018-06-30 20:14:35','imp','optin_5','mailchimp_7227261368','141.8.143.147','594',0),(19458,'2018-06-30 21:11:59','imp','optin_2','mailchimp_7227261368','5.228.144.13','92',0),(19459,'2018-06-30 21:28:35','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(19460,'2018-06-30 22:18:46','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19461,'2018-06-30 22:18:47','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19462,'2018-06-30 22:18:49','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19463,'2018-06-30 22:18:51','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19464,'2018-06-30 22:18:52','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19465,'2018-06-30 22:18:53','imp','optin_5','mailchimp_7227261368','2002:b9ea:da2b::b9ea:da2b','0',0),(19466,'2018-06-30 22:34:58','imp','optin_5','mailchimp_7227261368','202.46.57.198','667',0),(19467,'2018-06-30 22:37:16','imp','optin_2','mailchimp_7227261368','66.249.64.215','92',0),(19468,'2018-06-30 22:38:02','imp','optin_8','7227261368','66.249.64.213','-1',0),(19469,'2018-06-30 22:44:09','imp','optin_5','mailchimp_7227261368','141.8.143.189','667',0),(19470,'2018-06-30 22:47:52','imp','optin_5','mailchimp_7227261368','141.8.143.155','573',0),(19471,'2018-06-30 22:51:49','imp','optin_5','mailchimp_7227261368','66.249.64.215','177',0),(19472,'2018-06-30 23:10:27','imp','optin_5','mailchimp_7227261368','93.158.161.119','678',0),(19473,'2018-06-30 23:13:48','imp','optin_2','mailchimp_7227261368','84.201.133.78','92',0),(19474,'2018-06-30 23:29:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','595',0),(19475,'2018-07-01 00:15:46','imp','optin_5','mailchimp_7227261368','120.151.171.46','714',0),(19476,'2018-07-01 00:15:56','imp','optin_5','mailchimp_7227261368','120.151.171.46','0',0),(19477,'2018-07-01 00:16:12','imp','optin_7','mailchimp_7227261368','120.151.171.46','714',0),(19478,'2018-07-01 01:19:25','imp','optin_5','mailchimp_7227261368','202.46.55.150','0',0),(19479,'2018-07-01 01:29:02','imp','optin_5','mailchimp_7227261368','100.43.90.162','602',0),(19480,'2018-07-01 01:38:16','imp','optin_5','mailchimp_7227261368','100.43.85.116','665',0),(19481,'2018-07-01 02:14:07','imp','optin_5','mailchimp_7227261368','141.8.143.166','599',0),(19482,'2018-07-01 03:25:40','imp','optin_5','mailchimp_7227261368','202.46.53.119','667',0),(19483,'2018-07-01 03:29:58','imp','optin_5','mailchimp_7227261368','2001:1388:4442:2628:155c:89eb:a8e2:93be','714',0),(19484,'2018-07-01 03:30:04','imp','optin_5','mailchimp_7227261368','2001:1388:4442:2628:155c:89eb:a8e2:93be','0',0),(19485,'2018-07-01 03:30:06','imp','optin_7','mailchimp_7227261368','2001:1388:4442:2628:155c:89eb:a8e2:93be','714',0),(19486,'2018-07-01 03:37:10','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19487,'2018-07-01 03:42:57','imp','optin_2','mailchimp_7227261368','91.210.147.7','92',0),(19488,'2018-07-01 03:43:17','imp','optin_5','mailchimp_7227261368','91.210.147.7','0',0),(19489,'2018-07-01 03:52:25','imp','optin_5','mailchimp_7227261368','5.255.250.7','575',0),(19490,'2018-07-01 04:12:04','imp','optin_2','mailchimp_7227261368','158.69.167.220','92',0),(19491,'2018-07-01 04:12:09','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19492,'2018-07-01 04:12:27','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19493,'2018-07-01 04:12:31','imp','optin_2','mailchimp_7227261368','158.69.167.220','2',0),(19494,'2018-07-01 04:12:36','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19495,'2018-07-01 04:12:42','imp','optin_5','mailchimp_7227261368','158.69.167.220','76',0),(19496,'2018-07-01 04:12:48','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19497,'2018-07-01 04:12:53','imp','optin_2','mailchimp_7227261368','158.69.167.220','92',0),(19498,'2018-07-01 04:12:58','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19499,'2018-07-01 04:13:05','imp','optin_2','mailchimp_7227261368','158.69.167.220','92',0),(19500,'2018-07-01 04:13:10','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19501,'2018-07-01 04:13:28','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19502,'2018-07-01 04:13:38','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19503,'2018-07-01 04:13:42','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19504,'2018-07-01 04:13:48','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19505,'2018-07-01 04:13:53','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19506,'2018-07-01 04:14:00','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19507,'2018-07-01 04:14:05','imp','optin_5','mailchimp_7227261368','158.69.167.220','714',0),(19508,'2018-07-01 04:14:11','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19509,'2018-07-01 04:14:17','imp','optin_7','mailchimp_7227261368','158.69.167.220','714',0),(19510,'2018-07-01 04:14:19','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19511,'2018-07-01 04:14:24','imp','optin_5','mailchimp_7227261368','158.69.167.220','0',0),(19512,'2018-07-01 04:33:27','imp','optin_2','mailchimp_7227261368','158.69.165.200','92',0),(19513,'2018-07-01 04:33:33','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19514,'2018-07-01 04:33:52','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19515,'2018-07-01 04:33:56','imp','optin_2','mailchimp_7227261368','158.69.165.200','2',0),(19516,'2018-07-01 04:34:02','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19517,'2018-07-01 04:34:08','imp','optin_5','mailchimp_7227261368','158.69.165.200','76',0),(19518,'2018-07-01 04:34:14','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19519,'2018-07-01 04:34:18','imp','optin_2','mailchimp_7227261368','158.69.165.200','92',0),(19520,'2018-07-01 04:34:24','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19521,'2018-07-01 04:34:30','imp','optin_2','mailchimp_7227261368','158.69.165.200','92',0),(19522,'2018-07-01 04:34:35','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19523,'2018-07-01 04:34:53','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19524,'2018-07-01 04:35:03','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19525,'2018-07-01 04:35:06','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19526,'2018-07-01 04:35:12','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19527,'2018-07-01 04:35:17','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19528,'2018-07-01 04:35:22','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19529,'2018-07-01 04:35:27','imp','optin_5','mailchimp_7227261368','158.69.165.200','714',0),(19530,'2018-07-01 04:35:33','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19531,'2018-07-01 04:35:38','imp','optin_7','mailchimp_7227261368','158.69.165.200','714',0),(19532,'2018-07-01 04:35:40','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19533,'2018-07-01 04:35:46','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19534,'2018-07-01 04:35:50','imp','optin_5','mailchimp_7227261368','158.69.165.200','411',0),(19535,'2018-07-01 04:35:55','imp','optin_5','mailchimp_7227261368','158.69.165.200','0',0),(19536,'2018-07-01 05:19:31','imp','optin_5','mailchimp_7227261368','202.46.53.178','663',0),(19537,'2018-07-01 05:27:04','imp','optin_5','mailchimp_7227261368','84.201.133.60','0',0),(19538,'2018-07-01 05:48:04','imp','optin_2','mailchimp_7227261368','202.46.58.113','92',0),(19539,'2018-07-01 05:56:31','imp','optin_5','mailchimp_7227261368','40.77.167.60','575',0),(19540,'2018-07-01 06:09:03','imp','optin_5','mailchimp_7227261368','40.77.167.60','0',0),(19541,'2018-07-01 06:20:04','imp','optin_5','mailchimp_7227261368','141.8.143.192','601',0),(19542,'2018-07-01 06:50:54','imp','optin_2','mailchimp_7227261368','202.46.55.136','92',0),(19543,'2018-07-01 07:24:14','imp','optin_2','mailchimp_7227261368','202.46.55.125','2',0),(19544,'2018-07-01 08:29:00','imp','optin_2','mailchimp_7227261368','138.197.11.151','92',0),(19545,'2018-07-01 08:29:06','imp','optin_5','mailchimp_7227261368','138.197.11.151','0',0),(19546,'2018-07-01 08:29:52','imp','optin_5','mailchimp_7227261368','138.197.11.151','667',0),(19547,'2018-07-01 08:29:53','imp','optin_5','mailchimp_7227261368','138.197.11.151','76',0),(19548,'2018-07-01 08:29:53','imp','optin_2','mailchimp_7227261368','138.197.11.151','2',0),(19549,'2018-07-01 08:29:55','imp','optin_2','mailchimp_7227261368','138.197.11.151','92',0),(19550,'2018-07-01 08:29:56','imp','optin_5','mailchimp_7227261368','138.197.11.151','0',0),(19551,'2018-07-01 08:29:56','imp','optin_5','mailchimp_7227261368','138.197.11.151','0',0),(19552,'2018-07-01 08:29:57','imp','optin_5','mailchimp_7227261368','138.197.11.151','714',0),(19553,'2018-07-01 08:29:58','imp','optin_5','mailchimp_7227261368','138.197.11.151','0',0),(19554,'2018-07-01 08:29:58','imp','optin_5','mailchimp_7227261368','138.197.11.151','411',0),(19555,'2018-07-01 08:29:58','imp','optin_5','mailchimp_7227261368','138.197.11.151','663',0),(19556,'2018-07-01 08:29:58','imp','optin_5','mailchimp_7227261368','138.197.11.151','598',0),(19557,'2018-07-01 08:29:59','imp','optin_5','mailchimp_7227261368','138.197.11.151','664',0),(19558,'2018-07-01 08:30:00','imp','optin_5','mailchimp_7227261368','138.197.11.151','665',0),(19559,'2018-07-01 08:30:00','imp','optin_5','mailchimp_7227261368','138.197.11.151','666',0),(19560,'2018-07-01 09:05:45','imp','optin_5','mailchimp_7227261368','93.158.161.55','668',0),(19561,'2018-07-01 09:40:44','imp','optin_5','mailchimp_7227261368','202.46.52.150','668',0),(19562,'2018-07-01 10:01:54','imp','optin_2','mailchimp_7227261368','149.202.72.198','92',0),(19563,'2018-07-01 10:14:21','imp','optin_2','mailchimp_7227261368','18.188.188.93','92',0),(19564,'2018-07-01 10:14:27','imp','optin_5','mailchimp_7227261368','18.188.188.93','0',0),(19565,'2018-07-01 10:14:33','imp','optin_5','mailchimp_7227261368','18.188.188.93','0',0),(19566,'2018-07-01 10:14:35','imp','optin_2','mailchimp_7227261368','18.188.188.93','2',0),(19567,'2018-07-01 10:14:37','imp','optin_5','mailchimp_7227261368','18.188.188.93','0',0),(19568,'2018-07-01 10:14:41','imp','optin_2','mailchimp_7227261368','18.188.188.93','92',0),(19569,'2018-07-01 10:14:42','imp','optin_5','mailchimp_7227261368','18.188.188.93','0',0),(19570,'2018-07-01 11:44:23','imp','optin_5','mailchimp_7227261368','93.158.161.55','666',0),(19571,'2018-07-01 11:55:17','imp','optin_2','mailchimp_7227261368','202.46.57.89','92',0),(19572,'2018-07-01 13:08:58','imp','optin_2','mailchimp_7227261368','66.249.64.217','92',0),(19573,'2018-07-01 13:09:42','imp','optin_8','7227261368','66.249.64.213','-1',0),(19574,'2018-07-01 13:09:56','imp','optin_2','mailchimp_7227261368','202.46.54.30','92',0),(19575,'2018-07-01 13:36:52','imp','optin_5','mailchimp_7227261368','77.88.47.39','593',0),(19576,'2018-07-01 14:09:55','imp','optin_5','mailchimp_7227261368','93.158.161.55','663',0),(19577,'2018-07-01 14:33:11','imp','optin_2','mailchimp_7227261368','14.200.187.191','92',0),(19578,'2018-07-01 14:33:16','imp','optin_5','mailchimp_7227261368','14.200.187.191','0',0),(19579,'2018-07-01 14:33:33','imp','optin_2','mailchimp_7227261368','14.200.187.191','2',0),(19580,'2018-07-01 14:33:35','imp','optin_5','mailchimp_7227261368','14.200.187.191','0',0),(19581,'2018-07-01 14:33:56','imp','optin_8','7227261368','14.200.187.191','2',0),(19582,'2018-07-01 14:34:38','imp','optin_5','mailchimp_7227261368','14.200.187.191','0',0),(19583,'2018-07-01 14:34:59','imp','optin_5','mailchimp_7227261368','14.200.187.191','0',0),(19584,'2018-07-01 14:48:58','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(19585,'2018-07-01 14:57:14','imp','optin_5','mailchimp_7227261368','34.207.98.73','76',0),(19586,'2018-07-01 14:58:09','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(19587,'2018-07-01 14:58:42','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(19588,'2018-07-01 15:10:07','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(19589,'2018-07-01 16:58:45','imp','optin_5','mailchimp_7227261368','84.201.133.60','600',0),(19590,'2018-07-01 18:36:58','imp','optin_5','mailchimp_7227261368','40.77.167.189','0',0),(19591,'2018-07-01 18:41:09','imp','optin_5','mailchimp_7227261368','40.77.167.60','0',0),(19592,'2018-07-01 19:01:33','imp','optin_5','mailchimp_7227261368','84.201.133.21','682',0),(19593,'2018-07-01 19:04:37','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(19594,'2018-07-01 19:48:02','imp','optin_5','mailchimp_7227261368','202.46.50.86','663',0),(19595,'2018-07-02 01:29:01','imp','optin_2','mailchimp_7227261368','66.249.64.213','411',0),(19596,'2018-07-02 01:29:02','imp','optin_2','mailchimp_7227261368','66.249.64.213','411',0),(19597,'2018-07-02 04:45:20','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19598,'2018-07-02 04:58:46','imp','optin_2','mailchimp_7227261368','2a03:2880:3110:3fc0:face:b00c:0:8000','92',0),(19599,'2018-07-02 05:04:38','imp','optin_5','mailchimp_7227261368','202.46.51.24','663',0),(19600,'2018-07-02 05:58:41','imp','optin_5','mailchimp_7227261368','207.46.13.3','714',0),(19601,'2018-07-02 06:48:30','imp','optin_5','mailchimp_7227261368','157.55.39.20','667',0),(19602,'2018-07-02 07:59:29','imp','optin_5','mailchimp_7227261368','66.249.64.215','0',0),(19603,'2018-07-02 09:07:20','imp','optin_2','mailchimp_7227261368','46.101.9.216','92',0),(19604,'2018-07-02 10:47:42','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19605,'2018-07-02 11:05:11','imp','optin_2','mailchimp_7227261368','202.46.48.16','92',0),(19606,'2018-07-02 12:16:48','imp','optin_2','mailchimp_7227261368','64.246.161.190','92',0),(19607,'2018-07-02 12:55:08','imp','optin_2','mailchimp_7227261368','202.46.51.22','92',0),(19608,'2018-07-02 14:01:15','imp','optin_5','mailchimp_7227261368','66.249.64.217','0',0),(19609,'2018-07-02 14:02:08','imp','optin_8','7227261368','66.249.64.215','0',0),(19610,'2018-07-02 17:34:17','imp','optin_5','mailchimp_7227261368','94.124.122.8','0',0),(19611,'2018-07-02 17:34:17','imp','optin_5','mailchimp_7227261368','2a02:9e0:9000::8','0',0),(19612,'2018-07-02 18:01:50','imp','optin_5','mailchimp_7227261368','69.16.253.113','0',0),(19613,'2018-07-02 18:01:54','imp','optin_5','mailchimp_7227261368','69.16.253.113','0',0),(19614,'2018-07-02 18:11:37','imp','optin_2','mailchimp_7227261368','103.85.11.210','92',0),(19615,'2018-07-02 18:31:38','imp','optin_5','mailchimp_7227261368','81.88.49.57','0',0),(19616,'2018-07-02 18:32:03','imp','optin_5','mailchimp_7227261368','81.88.49.20','0',0),(19617,'2018-07-02 18:43:21','imp','optin_5','mailchimp_7227261368','66.249.64.215','411',0),(19618,'2018-07-02 18:44:05','imp','optin_5','mailchimp_7227261368','2a00:1a28:1157:87::2ba9','0',0),(19619,'2018-07-02 18:57:17','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(19620,'2018-07-02 19:22:32','imp','optin_5','mailchimp_7227261368','141.8.143.130','681',0),(19621,'2018-07-02 19:24:02','imp','optin_2','mailchimp_7227261368','202.46.56.203','92',0),(19622,'2018-07-02 19:53:48','imp','optin_5','mailchimp_7227261368','84.201.133.78','591',0),(19623,'2018-07-02 20:51:20','imp','optin_5','mailchimp_7227261368','40.77.167.139','0',0),(19624,'2018-07-02 22:01:59','imp','optin_5','mailchimp_7227261368','2607:f1c0:7c2:4:74:208:180:109','0',0),(19625,'2018-07-02 22:02:03','imp','optin_5','mailchimp_7227261368','2607:f1c0:7c2:4:74:208:180:109','0',0),(19626,'2018-07-02 22:41:42','imp','optin_2','mailchimp_7227261368','2a01:598:8881:15f3:988a:c476:3a43:3b32','92',0),(19627,'2018-07-02 23:04:45','imp','optin_5','mailchimp_7227261368','93.158.161.55','0',0),(19628,'2018-07-02 23:25:27','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(19629,'2018-07-03 01:29:00','imp','optin_5','mailchimp_7227261368','5.255.250.75','570',0),(19630,'2018-07-03 01:39:58','imp','optin_2','mailchimp_7227261368','159.203.101.95','92',0),(19631,'2018-07-03 01:40:19','imp','optin_5','mailchimp_7227261368','159.203.101.95','76',0),(19632,'2018-07-03 01:40:21','imp','optin_2','mailchimp_7227261368','159.203.101.95','2',0),(19633,'2018-07-03 01:40:21','imp','optin_2','mailchimp_7227261368','159.203.101.95','92',0),(19634,'2018-07-03 01:40:22','imp','optin_5','mailchimp_7227261368','159.203.101.95','0',0),(19635,'2018-07-03 01:40:23','imp','optin_5','mailchimp_7227261368','159.203.101.95','0',0),(19636,'2018-07-03 01:40:24','imp','optin_5','mailchimp_7227261368','159.203.101.95','714',0),(19637,'2018-07-03 01:40:24','imp','optin_5','mailchimp_7227261368','159.203.101.95','0',0),(19638,'2018-07-03 01:40:24','imp','optin_5','mailchimp_7227261368','159.203.101.95','411',0),(19639,'2018-07-03 01:40:25','imp','optin_5','mailchimp_7227261368','159.203.101.95','598',0),(19640,'2018-07-03 01:40:26','imp','optin_5','mailchimp_7227261368','159.203.101.95','663',0),(19641,'2018-07-03 01:40:27','imp','optin_5','mailchimp_7227261368','159.203.101.95','664',0),(19642,'2018-07-03 01:40:27','imp','optin_5','mailchimp_7227261368','159.203.101.95','666',0),(19643,'2018-07-03 01:40:27','imp','optin_5','mailchimp_7227261368','159.203.101.95','665',0),(19644,'2018-07-03 01:40:27','imp','optin_5','mailchimp_7227261368','159.203.101.95','667',0),(19645,'2018-07-03 01:54:15','imp','optin_8','7227261368','66.249.64.213','697',0),(19646,'2018-07-03 03:28:13','imp','optin_5','mailchimp_7227261368','93.158.161.126','0',0),(19647,'2018-07-03 03:32:17','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19648,'2018-07-03 04:28:03','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19649,'2018-07-03 06:22:34','imp','optin_5','mailchimp_7227261368','100.43.85.116','0',0),(19650,'2018-07-03 08:29:24','imp','optin_2','mailchimp_7227261368','192.99.35.121','92',0),(19651,'2018-07-03 10:47:46','imp','optin_5','mailchimp_7227261368','2a01:4f8:201:1153::2','0',0),(19652,'2018-07-03 11:56:16','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19653,'2018-07-03 11:56:37','imp','optin_2','mailchimp_7227261368','51.38.224.237','92',0),(19654,'2018-07-03 11:56:49','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19655,'2018-07-03 11:57:02','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19656,'2018-07-03 11:57:15','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19657,'2018-07-03 11:57:31','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19658,'2018-07-03 11:58:15','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19659,'2018-07-03 11:58:37','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19660,'2018-07-03 11:58:43','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19661,'2018-07-03 11:58:55','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19662,'2018-07-03 11:59:16','imp','optin_5','mailchimp_7227261368','51.38.224.237','0',0),(19663,'2018-07-03 12:12:21','imp','optin_2','mailchimp_7227261368','202.46.56.194','92',0),(19664,'2018-07-03 12:26:23','imp','optin_5','mailchimp_7227261368','198.57.152.218','0',0),(19665,'2018-07-03 13:17:59','imp','optin_2','mailchimp_7227261368','202.46.51.196','92',0),(19666,'2018-07-03 13:33:02','imp','optin_2','mailchimp_7227261368','202.46.50.150','92',0),(19667,'2018-07-03 14:00:22','imp','optin_5','mailchimp_7227261368','100.43.85.123','76',0),(19668,'2018-07-03 18:32:26','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(19669,'2018-07-03 18:32:46','imp','optin_8','7227261368','66.249.79.85','-1',0),(19670,'2018-07-03 19:03:18','imp','optin_2','mailchimp_7227261368','93.158.161.126','92',0),(19671,'2018-07-03 22:19:55','imp','optin_2','mailchimp_7227261368','138.197.111.100','92',0),(19672,'2018-07-03 22:20:03','imp','optin_5','mailchimp_7227261368','138.197.111.100','0',0),(19673,'2018-07-04 01:03:29','imp','optin_5','mailchimp_7227261368','77.88.5.32','0',0),(19674,'2018-07-04 01:08:58','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(19675,'2018-07-04 01:21:34','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(19676,'2018-07-04 01:26:57','imp','optin_5','mailchimp_7227261368','77.111.66.41','0',0),(19677,'2018-07-04 01:26:59','imp','optin_5','mailchimp_7227261368','77.111.66.41','0',0),(19678,'2018-07-04 01:31:57','imp','optin_5','mailchimp_7227261368','2404:8280:a222:bbbb:bba1:92:ffff:ffff','0',0),(19679,'2018-07-04 02:45:51','imp','optin_5','mailchimp_7227261368','93.158.161.146','602',0),(19680,'2018-07-04 04:08:32','imp','optin_2','mailchimp_7227261368','2001:41d0:a:2dd3::','92',0),(19681,'2018-07-04 04:14:15','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19682,'2018-07-04 04:24:48','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19683,'2018-07-04 04:27:06','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19684,'2018-07-04 04:27:14','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(19685,'2018-07-04 04:27:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(19686,'2018-07-04 06:26:28','imp','optin_2','mailchimp_7227261368','40.77.167.41','411',0),(19687,'2018-07-04 06:26:28','imp','optin_2','mailchimp_7227261368','40.77.167.41','411',0),(19688,'2018-07-04 07:08:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(19689,'2018-07-04 07:15:48','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19690,'2018-07-04 07:30:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(19691,'2018-07-04 07:51:21','imp','optin_5','mailchimp_7227261368','40.77.167.139','602',0),(19692,'2018-07-04 08:12:55','imp','optin_5','mailchimp_7227261368','5.255.250.7','683',0),(19693,'2018-07-04 10:11:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(19694,'2018-07-04 10:18:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(19695,'2018-07-04 10:27:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(19696,'2018-07-04 10:34:15','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19697,'2018-07-04 10:53:43','imp','optin_2','mailchimp_7227261368','202.46.48.85','92',0),(19698,'2018-07-04 11:30:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(19699,'2018-07-04 11:37:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(19700,'2018-07-04 11:37:24','imp','optin_2','mailchimp_7227261368','202.46.56.91','92',0),(19701,'2018-07-04 14:15:13','imp','optin_5','mailchimp_7227261368','2604:bc80:8001:104c:216:3eff:feac:a9a3','0',0),(19702,'2018-07-04 14:34:26','imp','optin_5','mailchimp_7227261368','202.46.49.72','667',0),(19703,'2018-07-04 15:06:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19704,'2018-07-04 15:15:46','imp','optin_2','mailchimp_7227261368','159.65.24.22','92',0),(19705,'2018-07-04 15:31:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19706,'2018-07-04 15:39:25','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:430b::2','0',0),(19707,'2018-07-04 15:39:25','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:430b::2','0',0),(19708,'2018-07-04 15:39:26','imp','optin_5','mailchimp_7227261368','2a01:4f8:192:430b::2','0',0),(19709,'2018-07-04 16:14:10','imp','optin_5','mailchimp_7227261368','93.123.73.193','0',0),(19710,'2018-07-04 16:14:10','imp','optin_5','mailchimp_7227261368','93.123.73.193','0',0),(19711,'2018-07-04 16:33:14','imp','optin_5','mailchimp_7227261368','40.77.167.171','0',0),(19712,'2018-07-04 16:38:00','imp','optin_2','mailchimp_7227261368','89.178.231.84','92',0),(19713,'2018-07-04 16:54:59','imp','optin_5','mailchimp_7227261368','89.111.178.100','0',0),(19714,'2018-07-04 17:29:27','imp','optin_5','mailchimp_7227261368','2a01:4f8:c17:14fa::2','0',0),(19715,'2018-07-04 17:29:43','imp','optin_5','mailchimp_7227261368','2a01:4f8:c17:14fa::2','0',0),(19716,'2018-07-04 17:29:46','imp','optin_5','mailchimp_7227261368','2a01:4f8:c17:14fa::2','0',0),(19717,'2018-07-04 18:02:25','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19718,'2018-07-04 18:21:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19719,'2018-07-04 18:26:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(19720,'2018-07-04 19:04:18','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19721,'2018-07-04 19:04:28','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(19722,'2018-07-04 19:12:45','imp','optin_5','mailchimp_7227261368','81.169.144.135','0',0),(19723,'2018-07-04 19:23:06','imp','optin_5','mailchimp_7227261368','109.234.161.25','0',0),(19724,'2018-07-04 19:24:47','imp','optin_5','mailchimp_7227261368','40.77.167.171','173',0),(19725,'2018-07-04 20:44:47','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(19726,'2018-07-04 20:44:55','imp','optin_8','7227261368','66.249.79.87','0',0),(19727,'2018-07-04 21:25:55','imp','optin_2','mailchimp_7227261368','192.0.85.183','92',0),(19728,'2018-07-04 21:26:02','imp','optin_5','mailchimp_7227261368','192.0.85.183','0',0),(19729,'2018-07-04 21:30:44','imp','optin_5','mailchimp_7227261368','128.77.34.95','0',0),(19730,'2018-07-04 21:59:50','imp','optin_5','mailchimp_7227261368','144.217.29.161','0',0),(19731,'2018-07-04 21:59:50','imp','optin_5','mailchimp_7227261368','144.217.29.161','0',0),(19732,'2018-07-04 23:05:03','imp','optin_5','mailchimp_7227261368','2a0a:7d80:1:7::95','0',0),(19733,'2018-07-04 23:19:30','imp','optin_5','mailchimp_7227261368','40.77.167.171','0',0),(19734,'2018-07-04 23:21:06','imp','optin_5','mailchimp_7227261368','40.77.167.139','0',0),(19735,'2018-07-05 00:12:46','imp','optin_5','mailchimp_7227261368','157.55.39.242','663',0),(19736,'2018-07-05 00:14:09','imp','optin_5','mailchimp_7227261368','40.77.167.139','0',0),(19737,'2018-07-05 01:05:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(19738,'2018-07-05 01:40:30','imp','optin_2','mailchimp_7227261368','202.46.52.208','92',0),(19739,'2018-07-05 02:06:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19740,'2018-07-05 02:19:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19741,'2018-07-05 02:37:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(19742,'2018-07-05 03:53:10','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19743,'2018-07-05 04:09:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19744,'2018-07-05 04:11:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(19745,'2018-07-05 04:15:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(19746,'2018-07-05 05:19:54','imp','optin_5','mailchimp_7227261368','157.55.39.152','0',0),(19747,'2018-07-05 05:43:18','imp','optin_2','mailchimp_7227261368','2a03:2880:2111:afec:face:b00c:0:8000','92',0),(19748,'2018-07-05 05:43:24','imp','optin_5','mailchimp_7227261368','2a03:2880:2111:afe8:face:b00c:0:8000','0',0),(19749,'2018-07-05 05:43:29','imp','optin_5','mailchimp_7227261368','2a03:2880:2111:afed:face:b00c:0:8000','0',0),(19750,'2018-07-05 06:24:38','imp','optin_5','mailchimp_7227261368','202.46.55.149','667',0),(19751,'2018-07-05 06:27:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(19752,'2018-07-05 07:40:26','imp','optin_5','mailchimp_7227261368','40.77.167.87','0',0),(19753,'2018-07-05 08:41:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(19754,'2018-07-05 10:21:26','imp','optin_5','mailchimp_7227261368','66.249.79.71','668',0),(19755,'2018-07-05 11:49:10','imp','optin_2','mailchimp_7227261368','80.94.55.4','92',0),(19756,'2018-07-05 12:06:08','imp','optin_2','mailchimp_7227261368','202.46.57.207','92',0),(19757,'2018-07-05 12:09:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19758,'2018-07-05 12:10:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(19759,'2018-07-05 12:40:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(19760,'2018-07-05 13:22:46','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19761,'2018-07-05 14:27:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19762,'2018-07-05 16:14:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19763,'2018-07-05 16:29:58','imp','optin_2','mailchimp_7227261368','45.33.72.115','92',0),(19764,'2018-07-05 17:22:32','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(19765,'2018-07-05 17:22:58','imp','optin_8','7227261368','66.249.79.85','-1',0),(19766,'2018-07-05 18:04:30','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(19767,'2018-07-05 18:36:37','imp','optin_2','mailchimp_7227261368','2604:a880:800:c1::2e:6001','92',0),(19768,'2018-07-05 20:32:13','imp','optin_2','mailchimp_7227261368','2a03:2880:1030:afc3:face:b00c:0:8000','92',0),(19769,'2018-07-05 20:32:19','imp','optin_5','mailchimp_7227261368','2a03:2880:1030:afc3:face:b00c:0:8000','0',0),(19770,'2018-07-05 20:32:26','imp','optin_5','mailchimp_7227261368','2a03:2880:1030:afc5:face:b00c:0:8000','0',0),(19771,'2018-07-05 20:32:41','imp','optin_8','7227261368','2a03:2880:1030:afc0:face:b00c:0:8000','-1',0),(19772,'2018-07-05 21:53:56','imp','optin_5','mailchimp_7227261368','202.46.51.178','663',0),(19773,'2018-07-05 22:27:15','imp','optin_2','mailchimp_7227261368','202.46.55.38','92',0),(19774,'2018-07-05 22:34:47','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(19775,'2018-07-06 01:43:55','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(19776,'2018-07-06 02:00:52','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(19777,'2018-07-06 02:00:59','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(19778,'2018-07-06 03:14:31','imp','optin_5','mailchimp_7227261368','66.249.79.89','663',0),(19779,'2018-07-06 03:14:57','imp','optin_8','7227261368','66.249.79.85','663',0),(19780,'2018-07-06 03:18:24','imp','optin_5','mailchimp_7227261368','157.55.39.241','177',0),(19781,'2018-07-06 03:34:16','imp','optin_5','mailchimp_7227261368','141.8.143.142','602',0),(19782,'2018-07-06 04:29:47','imp','optin_2','mailchimp_7227261368','202.46.50.131','92',0),(19783,'2018-07-06 05:11:31','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19784,'2018-07-06 05:19:28','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(19785,'2018-07-06 06:34:17','imp','optin_2','mailchimp_7227261368','95.24.13.156','92',0),(19786,'2018-07-06 06:56:19','imp','optin_5','mailchimp_7227261368','141.8.143.130','680',0),(19787,'2018-07-06 08:02:17','imp','optin_2','mailchimp_7227261368','109.99.108.151','92',0),(19788,'2018-07-06 08:35:38','imp','optin_5','mailchimp_7227261368','195.242.80.130','0',0),(19789,'2018-07-06 11:00:38','imp','optin_2','mailchimp_7227261368','34.244.19.158','92',0),(19790,'2018-07-06 11:28:02','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19791,'2018-07-06 11:30:44','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19792,'2018-07-06 11:30:45','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19793,'2018-07-06 11:30:47','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19794,'2018-07-06 11:30:48','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19795,'2018-07-06 11:30:49','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19796,'2018-07-06 11:30:50','imp','optin_5','mailchimp_7227261368','2002:c1a9:fcb8::c1a9:fcb8','0',0),(19797,'2018-07-06 11:54:32','imp','optin_5','mailchimp_7227261368','157.55.39.132','0',0),(19798,'2018-07-06 12:53:20','imp','optin_2','mailchimp_7227261368','202.46.51.138','92',0),(19799,'2018-07-06 13:53:38','imp','optin_2','mailchimp_7227261368','5.164.77.73','92',0),(19800,'2018-07-06 13:53:48','imp','optin_5','mailchimp_7227261368','5.164.77.73','0',0),(19801,'2018-07-06 13:54:13','imp','optin_8','7227261368','5.164.77.73','-1',0),(19802,'2018-07-06 16:32:01','imp','optin_2','mailchimp_7227261368','185.86.93.37','92',0),(19803,'2018-07-06 16:56:25','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(19804,'2018-07-06 16:56:31','imp','optin_5','mailchimp_7227261368','192.95.30.29','0',0),(19805,'2018-07-06 17:45:48','imp','optin_5','mailchimp_7227261368','69.87.219.109','0',0),(19806,'2018-07-06 23:42:58','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(19807,'2018-07-06 23:57:12','imp','optin_2','mailchimp_7227261368','181.226.100.97','92',0),(19808,'2018-07-06 23:58:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(19809,'2018-07-07 00:40:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19810,'2018-07-07 00:49:39','imp','optin_2','mailchimp_7227261368','202.46.53.47','92',0),(19811,'2018-07-07 01:07:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(19812,'2018-07-07 01:19:50','imp','optin_5','mailchimp_7227261368','5.255.250.7','411',0),(19813,'2018-07-07 01:38:30','imp','optin_5','mailchimp_7227261368','93.158.161.105','664',0),(19814,'2018-07-07 01:55:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(19815,'2018-07-07 03:00:00','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(19816,'2018-07-07 03:07:56','imp','optin_5','mailchimp_7227261368','157.55.39.216','0',0),(19817,'2018-07-07 03:07:58','imp','optin_5','mailchimp_7227261368','157.55.39.216','220',0),(19818,'2018-07-07 03:07:58','imp','optin_2','mailchimp_7227261368','40.77.167.133','92',0),(19819,'2018-07-07 03:07:59','imp','optin_5','mailchimp_7227261368','157.55.39.216','0',0),(19820,'2018-07-07 03:08:03','imp','optin_5','mailchimp_7227261368','157.55.39.132','0',0),(19821,'2018-07-07 04:01:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(19822,'2018-07-07 04:48:07','imp','optin_5','mailchimp_7227261368','157.55.39.132','714',0),(19823,'2018-07-07 04:53:26','imp','optin_5','mailchimp_7227261368','40.77.167.146','0',0),(19824,'2018-07-07 05:00:26','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19825,'2018-07-07 06:54:20','imp','optin_2','mailchimp_7227261368','138.197.3.203','92',0),(19826,'2018-07-07 06:54:45','imp','optin_2','mailchimp_7227261368','138.197.3.203','2',0),(19827,'2018-07-07 06:54:46','imp','optin_5','mailchimp_7227261368','138.197.3.203','76',0),(19828,'2018-07-07 06:54:46','imp','optin_5','mailchimp_7227261368','138.197.3.203','667',0),(19829,'2018-07-07 06:54:49','imp','optin_2','mailchimp_7227261368','138.197.3.203','92',0),(19830,'2018-07-07 06:54:49','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(19831,'2018-07-07 06:54:49','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(19832,'2018-07-07 06:54:51','imp','optin_5','mailchimp_7227261368','138.197.3.203','714',0),(19833,'2018-07-07 06:54:51','imp','optin_5','mailchimp_7227261368','138.197.3.203','411',0),(19834,'2018-07-07 06:54:51','imp','optin_5','mailchimp_7227261368','138.197.3.203','0',0),(19835,'2018-07-07 06:54:52','imp','optin_5','mailchimp_7227261368','138.197.3.203','598',0),(19836,'2018-07-07 06:54:52','imp','optin_5','mailchimp_7227261368','138.197.3.203','663',0),(19837,'2018-07-07 06:54:53','imp','optin_5','mailchimp_7227261368','138.197.3.203','664',0),(19838,'2018-07-07 06:54:53','imp','optin_5','mailchimp_7227261368','138.197.3.203','665',0),(19839,'2018-07-07 06:54:54','imp','optin_5','mailchimp_7227261368','138.197.3.203','666',0),(19840,'2018-07-07 08:10:55','imp','optin_5','mailchimp_7227261368','157.55.39.132','714',0),(19841,'2018-07-07 08:20:15','imp','optin_5','mailchimp_7227261368','40.77.167.146','0',0),(19842,'2018-07-07 08:57:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19843,'2018-07-07 10:00:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(19844,'2018-07-07 11:08:29','imp','optin_2','mailchimp_7227261368','202.46.54.13','92',0),(19845,'2018-07-07 11:48:28','imp','optin_2','mailchimp_7227261368','23.106.19.155','92',0),(19846,'2018-07-07 13:00:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(19847,'2018-07-07 13:24:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19848,'2018-07-07 15:35:01','imp','optin_2','mailchimp_7227261368','45.33.72.115','92',0),(19849,'2018-07-07 18:16:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(19850,'2018-07-07 18:33:41','imp','optin_2','mailchimp_7227261368','188.20.8.70','92',0),(19851,'2018-07-07 18:33:53','imp','optin_2','mailchimp_7227261368','188.20.8.70','92',0),(19852,'2018-07-07 18:33:58','imp','optin_2','mailchimp_7227261368','188.20.8.70','92',0),(19853,'2018-07-07 18:43:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19854,'2018-07-07 19:55:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(19855,'2018-07-07 21:40:47','imp','optin_5','mailchimp_7227261368','5.255.250.7','602',0),(19856,'2018-07-07 21:41:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(19857,'2018-07-07 22:45:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(19858,'2018-07-07 23:09:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(19859,'2018-07-08 00:02:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(19860,'2018-07-08 00:47:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(19861,'2018-07-08 02:43:41','imp','optin_5','mailchimp_7227261368','50.63.196.169','0',0),(19862,'2018-07-08 02:43:44','imp','optin_5','mailchimp_7227261368','50.63.196.169','0',0),(19863,'2018-07-08 03:23:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(19864,'2018-07-08 03:31:22','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(19865,'2018-07-08 04:09:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19866,'2018-07-08 05:02:58','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(19867,'2018-07-08 05:04:03','imp','optin_8','7227261368','66.249.79.87','0',0),(19868,'2018-07-08 05:10:27','imp','optin_5','mailchimp_7227261368','192.99.35.135','0',0),(19869,'2018-07-08 05:10:30','imp','optin_5','mailchimp_7227261368','192.99.35.135','0',0),(19870,'2018-07-08 05:37:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(19871,'2018-07-08 05:38:25','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19872,'2018-07-08 07:26:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(19873,'2018-07-08 08:56:46','imp','optin_2','mailchimp_7227261368','153.217.215.106','92',0),(19874,'2018-07-08 08:56:52','imp','optin_5','mailchimp_7227261368','153.217.215.106','0',0),(19875,'2018-07-08 09:04:04','imp','optin_2','mailchimp_7227261368','206.180.165.147','92',0),(19876,'2018-07-08 09:07:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(19877,'2018-07-08 10:07:19','imp','optin_2','mailchimp_7227261368','202.46.55.12','92',0),(19878,'2018-07-08 10:45:31','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(19879,'2018-07-08 10:46:24','imp','optin_8','7227261368','66.249.79.87','-1',0),(19880,'2018-07-08 11:50:39','imp','optin_2','mailchimp_7227261368','202.46.58.97','92',0),(19881,'2018-07-08 13:34:11','imp','optin_5','mailchimp_7227261368','66.249.79.85','597',0),(19882,'2018-07-08 13:34:28','imp','optin_8','7227261368','66.249.79.85','597',0),(19883,'2018-07-08 13:35:08','imp','optin_5','mailchimp_7227261368','66.249.79.85','714',0),(19884,'2018-07-08 13:35:15','imp','optin_7','mailchimp_7227261368','66.249.79.87','714',0),(19885,'2018-07-08 13:35:17','imp','optin_8','7227261368','66.249.79.85','714',0),(19886,'2018-07-08 14:11:36','imp','optin_5','mailchimp_7227261368','40.77.167.121','599',0),(19887,'2018-07-08 14:35:53','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(19888,'2018-07-08 14:57:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(19889,'2018-07-08 15:15:59','imp','optin_5','mailchimp_7227261368','66.249.79.71','0',0),(19890,'2018-07-08 15:26:22','imp','optin_5','mailchimp_7227261368','202.46.55.18','665',0),(19891,'2018-07-08 15:32:21','imp','optin_5','mailchimp_7227261368','40.77.167.121','0',0),(19892,'2018-07-08 15:34:35','imp','optin_5','mailchimp_7227261368','66.249.79.71','0',0),(19893,'2018-07-08 15:34:43','imp','optin_8','7227261368','66.249.79.71','192',0),(19894,'2018-07-08 15:48:21','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(19895,'2018-07-08 15:58:11','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(19896,'2018-07-08 16:33:02','imp','optin_5','mailchimp_7227261368','202.46.56.192','667',0),(19897,'2018-07-08 18:47:59','imp','optin_5','mailchimp_7227261368','69.12.66.247','0',0),(19898,'2018-07-08 19:40:55','imp','optin_5','mailchimp_7227261368','66.249.79.85','595',0),(19899,'2018-07-08 19:41:18','imp','optin_8','7227261368','66.249.79.85','595',0),(19900,'2018-07-08 20:28:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(19901,'2018-07-08 20:57:53','imp','optin_2','mailchimp_7227261368','64.246.165.180','92',0),(19902,'2018-07-08 21:05:56','imp','optin_5','mailchimp_7227261368','202.46.51.107','668',0),(19903,'2018-07-08 22:04:50','imp','optin_2','mailchimp_7227261368','45.55.238.74','92',0),(19904,'2018-07-08 22:05:19','imp','optin_5','mailchimp_7227261368','45.55.238.74','76',0),(19905,'2018-07-08 22:05:20','imp','optin_2','mailchimp_7227261368','45.55.238.74','2',0),(19906,'2018-07-08 22:05:22','imp','optin_5','mailchimp_7227261368','45.55.238.74','0',0),(19907,'2018-07-08 22:05:22','imp','optin_2','mailchimp_7227261368','45.55.238.74','92',0),(19908,'2018-07-08 22:05:23','imp','optin_5','mailchimp_7227261368','45.55.238.74','0',0),(19909,'2018-07-08 22:05:24','imp','optin_5','mailchimp_7227261368','45.55.238.74','0',0),(19910,'2018-07-08 22:05:24','imp','optin_5','mailchimp_7227261368','45.55.238.74','714',0),(19911,'2018-07-08 22:05:24','imp','optin_5','mailchimp_7227261368','45.55.238.74','411',0),(19912,'2018-07-08 22:05:24','imp','optin_5','mailchimp_7227261368','45.55.238.74','598',0),(19913,'2018-07-08 22:05:25','imp','optin_5','mailchimp_7227261368','45.55.238.74','663',0),(19914,'2018-07-08 22:05:26','imp','optin_5','mailchimp_7227261368','45.55.238.74','664',0),(19915,'2018-07-08 22:05:26','imp','optin_5','mailchimp_7227261368','45.55.238.74','665',0),(19916,'2018-07-08 22:05:27','imp','optin_5','mailchimp_7227261368','45.55.238.74','666',0),(19917,'2018-07-08 22:05:27','imp','optin_5','mailchimp_7227261368','45.55.238.74','667',0),(19918,'2018-07-08 22:22:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19919,'2018-07-08 23:17:55','imp','optin_2','mailchimp_7227261368','64.246.165.170','92',0),(19920,'2018-07-08 23:47:27','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19921,'2018-07-08 23:47:29','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19922,'2018-07-08 23:47:31','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19923,'2018-07-08 23:47:32','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19924,'2018-07-08 23:47:34','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19925,'2018-07-08 23:47:35','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(19926,'2018-07-09 01:19:00','imp','optin_5','mailchimp_7227261368','40.77.167.158','602',0),(19927,'2018-07-09 03:05:39','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(19928,'2018-07-09 03:06:28','imp','optin_8','7227261368','66.249.79.87','-1',0),(19929,'2018-07-09 03:55:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19930,'2018-07-09 04:33:12','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(19931,'2018-07-09 04:33:28','imp','optin_5','mailchimp_7227261368','66.249.79.132','0',0),(19932,'2018-07-09 05:08:44','imp','optin_2','mailchimp_7227261368','78.109.52.73','92',0),(19933,'2018-07-09 06:20:52','imp','optin_5','mailchimp_7227261368','202.46.55.69','665',0),(19934,'2018-07-09 07:10:01','imp','optin_5','mailchimp_7227261368','40.77.167.154','0',0),(19935,'2018-07-09 08:22:37','imp','optin_5','mailchimp_7227261368','157.55.39.250','0',0),(19936,'2018-07-09 11:30:43','imp','optin_5','mailchimp_7227261368','66.249.79.87','665',0),(19937,'2018-07-09 11:31:28','imp','optin_8','7227261368','66.249.79.85','665',0),(19938,'2018-07-09 11:57:39','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(19939,'2018-07-09 13:03:40','imp','optin_2','mailchimp_7227261368','202.46.58.125','92',0),(19940,'2018-07-09 16:54:44','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(19941,'2018-07-09 16:54:53','imp','optin_8','7227261368','66.249.79.85','0',0),(19942,'2018-07-09 17:07:23','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(19943,'2018-07-09 18:08:06','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19944,'2018-07-09 18:46:39','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(19945,'2018-07-09 19:02:31','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(19946,'2018-07-09 19:02:50','imp','optin_8','7227261368','66.249.79.85','-1',0),(19947,'2018-07-09 19:21:19','imp','optin_5','mailchimp_7227261368','202.46.48.88','667',0),(19948,'2018-07-09 19:25:10','imp','optin_2','mailchimp_7227261368','2001:41d0:303:1053::','92',0),(19949,'2018-07-09 19:25:17','imp','optin_5','mailchimp_7227261368','2001:41d0:303:1053::','0',0),(19950,'2018-07-09 20:06:43','imp','optin_5','mailchimp_7227261368','157.55.39.202','667',0),(19951,'2018-07-09 20:35:29','imp','optin_2','mailchimp_7227261368','202.46.54.17','92',0),(19952,'2018-07-09 21:12:10','imp','optin_2','mailchimp_7227261368','2001:41d0:a:2dd3::','92',0),(19953,'2018-07-09 22:54:48','imp','optin_2','mailchimp_7227261368','110.144.135.11','92',0),(19954,'2018-07-09 22:54:54','imp','optin_5','mailchimp_7227261368','110.144.135.11','0',0),(19955,'2018-07-09 22:54:59','imp','optin_5','mailchimp_7227261368','110.144.135.11','0',0),(19956,'2018-07-09 22:55:06','imp','optin_8','7227261368','110.144.135.11','-1',0),(19957,'2018-07-09 22:55:16','imp','optin_8','7227261368','110.144.135.11','-1',0),(19958,'2018-07-09 23:13:01','imp','optin_2','mailchimp_7227261368','202.46.49.115','92',0),(19959,'2018-07-09 23:30:33','imp','optin_5','mailchimp_7227261368','157.55.39.202','666',0),(19960,'2018-07-10 02:06:19','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19961,'2018-07-10 02:15:26','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(19962,'2018-07-10 02:42:22','imp','optin_2','mailchimp_7227261368','202.46.51.17','92',0),(19963,'2018-07-10 04:04:56','imp','optin_5','mailchimp_7227261368','50.62.208.127','0',0),(19964,'2018-07-10 04:04:59','imp','optin_5','mailchimp_7227261368','50.62.208.127','0',0),(19965,'2018-07-10 04:24:45','imp','optin_2','mailchimp_7227261368','66.249.79.89','92',0),(19966,'2018-07-10 04:25:25','imp','optin_8','7227261368','66.249.79.87','-1',0),(19967,'2018-07-10 04:46:34','imp','optin_5','mailchimp_7227261368','163.172.255.166','0',0),(19968,'2018-07-10 05:15:40','imp','optin_2','mailchimp_7227261368','23.106.19.155','92',0),(19969,'2018-07-10 10:00:24','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(19970,'2018-07-10 10:13:59','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(19971,'2018-07-10 10:14:24','imp','optin_8','7227261368','66.249.79.85','-1',0),(19972,'2018-07-10 11:04:29','imp','optin_5','mailchimp_7227261368','207.46.13.81','0',0),(19973,'2018-07-10 11:32:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(19974,'2018-07-10 11:39:24','imp','optin_2','mailchimp_7227261368','202.46.57.177','92',0),(19975,'2018-07-10 11:46:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(19976,'2018-07-10 14:19:14','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(19977,'2018-07-10 14:23:44','imp','optin_5','mailchimp_7227261368','66.249.79.134','0',0),(19978,'2018-07-10 16:29:40','imp','optin_2','mailchimp_7227261368','138.197.111.101','92',0),(19979,'2018-07-10 16:29:47','imp','optin_5','mailchimp_7227261368','138.197.111.101','0',0),(19980,'2018-07-10 16:57:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(19981,'2018-07-10 17:15:45','imp','optin_5','mailchimp_7227261368','5.255.250.7','592',0),(19982,'2018-07-10 18:37:16','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(19983,'2018-07-10 19:49:26','imp','optin_2','mailchimp_7227261368','157.55.39.41','2',0),(19984,'2018-07-10 23:32:13','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(19985,'2018-07-11 00:46:16','imp','optin_5','mailchimp_7227261368','99.105.58.195','714',0),(19986,'2018-07-11 00:46:22','imp','optin_5','mailchimp_7227261368','99.105.58.195','0',0),(19987,'2018-07-11 00:46:24','imp','optin_7','mailchimp_7227261368','99.105.58.195','714',0),(19988,'2018-07-11 00:46:38','imp','optin_8','7227261368','99.105.58.195','714',0),(19989,'2018-07-11 00:46:43','imp','optin_8','7227261368','99.105.58.195','714',0),(19990,'2018-07-11 00:48:58','imp','optin_5','mailchimp_7227261368','2602:306:3693:ac38:1c1:2b38:6581:bff9','714',0),(19991,'2018-07-11 00:49:02','imp','optin_5','mailchimp_7227261368','2602:306:3693:ac38:1c1:2b38:6581:bff9','0',0),(19992,'2018-07-11 00:49:03','imp','optin_7','mailchimp_7227261368','2602:306:3693:ac38:1c1:2b38:6581:bff9','714',0),(19993,'2018-07-11 03:14:18','imp','optin_5','mailchimp_7227261368','66.249.79.87','570',0),(19994,'2018-07-11 03:15:04','imp','optin_8','7227261368','66.249.79.87','570',0),(19995,'2018-07-11 04:06:18','imp','optin_2','mailchimp_7227261368','49.51.41.219','92',0),(19996,'2018-07-11 04:06:24','imp','optin_5','mailchimp_7227261368','49.51.41.219','0',0),(19997,'2018-07-11 04:52:16','imp','optin_5','mailchimp_7227261368','66.249.79.136','0',0),(19998,'2018-07-11 06:03:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(19999,'2018-07-11 06:06:10','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(20000,'2018-07-11 06:08:16','imp','optin_2','mailchimp_7227261368','46.101.9.216','92',0),(20001,'2018-07-11 07:10:13','imp','optin_2','mailchimp_7227261368','18.236.74.224','92',0),(20002,'2018-07-11 07:11:35','imp','optin_2','mailchimp_7227261368','191.5.240.42','92',0),(20003,'2018-07-11 07:11:45','imp','optin_5','mailchimp_7227261368','191.5.240.42','0',0),(20004,'2018-07-11 07:37:27','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20005,'2018-07-11 07:37:28','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20006,'2018-07-11 07:37:29','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20007,'2018-07-11 07:37:30','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20008,'2018-07-11 07:37:31','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20009,'2018-07-11 07:37:32','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20010,'2018-07-11 07:37:33','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20011,'2018-07-11 07:37:34','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20012,'2018-07-11 07:37:35','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20013,'2018-07-11 07:37:36','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20014,'2018-07-11 07:37:37','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20015,'2018-07-11 07:37:38','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20016,'2018-07-11 07:37:39','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20017,'2018-07-11 07:37:40','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20018,'2018-07-11 07:37:41','imp','optin_5','mailchimp_7227261368','115.28.111.201','0',0),(20019,'2018-07-11 07:56:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20020,'2018-07-11 09:27:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(20021,'2018-07-11 09:54:06','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20022,'2018-07-11 09:54:10','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20023,'2018-07-11 09:57:12','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20024,'2018-07-11 09:57:16','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20025,'2018-07-11 10:24:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20026,'2018-07-11 10:27:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(20027,'2018-07-11 10:30:35','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(20028,'2018-07-11 10:33:49','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(20029,'2018-07-11 10:34:05','imp','optin_8','7227261368','66.249.79.87','-1',0),(20030,'2018-07-11 11:22:08','imp','optin_5','mailchimp_7227261368','141.8.143.159','601',0),(20031,'2018-07-11 14:41:00','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(20032,'2018-07-11 17:05:01','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20033,'2018-07-11 17:05:23','imp','optin_2','mailchimp_7227261368','92.27.91.253','92',0),(20034,'2018-07-11 17:11:01','imp','optin_5','mailchimp_7227261368','157.55.39.212','592',0),(20035,'2018-07-11 19:05:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20036,'2018-07-11 19:27:07','imp','optin_2','mailchimp_7227261368','66.249.79.87','92',0),(20037,'2018-07-11 19:27:46','imp','optin_8','7227261368','66.249.79.85','-1',0),(20038,'2018-07-11 20:20:51','imp','optin_2','mailchimp_7227261368','40.77.167.133','92',0),(20039,'2018-07-11 20:21:03','imp','optin_5','mailchimp_7227261368','40.77.167.90','0',0),(20040,'2018-07-11 21:30:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(20041,'2018-07-11 21:59:15','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20042,'2018-07-11 22:01:33','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20043,'2018-07-11 22:01:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20044,'2018-07-11 22:03:10','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20045,'2018-07-11 22:03:10','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20046,'2018-07-11 22:03:43','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20047,'2018-07-11 22:07:10','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20048,'2018-07-11 22:07:11','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20049,'2018-07-11 22:08:16','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20050,'2018-07-11 22:12:26','imp','optin_5','mailchimp_7227261368','2001:41d0:52:cff::13c0','0',0),(20051,'2018-07-11 23:57:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(20052,'2018-07-12 00:03:09','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20053,'2018-07-12 01:25:06','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20054,'2018-07-12 01:30:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(20055,'2018-07-12 02:26:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(20056,'2018-07-12 04:42:39','imp','optin_5','mailchimp_7227261368','40.77.167.90','76',0),(20057,'2018-07-12 05:05:21','imp','optin_5','mailchimp_7227261368','81.171.18.36','0',0),(20058,'2018-07-12 06:12:29','imp','optin_5','mailchimp_7227261368','184.168.152.145','0',0),(20059,'2018-07-12 06:12:33','imp','optin_5','mailchimp_7227261368','184.168.152.145','0',0),(20060,'2018-07-12 06:53:35','imp','optin_5','mailchimp_7227261368','157.55.39.132','0',0),(20061,'2018-07-12 07:16:50','imp','optin_5','mailchimp_7227261368','192.99.35.135','0',0),(20062,'2018-07-12 07:16:56','imp','optin_5','mailchimp_7227261368','192.99.35.135','0',0),(20063,'2018-07-12 07:25:06','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(20064,'2018-07-12 07:27:58','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20065,'2018-07-12 07:28:02','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20066,'2018-07-12 07:28:03','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20067,'2018-07-12 07:28:06','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20068,'2018-07-12 07:28:08','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20069,'2018-07-12 07:28:10','imp','optin_5','mailchimp_7227261368','185.234.217.48','0',0),(20070,'2018-07-12 07:38:20','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(20071,'2018-07-12 07:57:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(20072,'2018-07-12 08:13:43','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20073,'2018-07-12 13:32:03','imp','optin_2','mailchimp_7227261368','202.46.58.112','92',0),(20074,'2018-07-12 13:41:57','imp','optin_2','mailchimp_7227261368','202.46.56.187','92',0),(20075,'2018-07-12 16:14:10','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20076,'2018-07-12 16:40:15','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20077,'2018-07-12 19:09:59','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(20078,'2018-07-12 19:48:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(20079,'2018-07-12 21:47:17','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(20080,'2018-07-12 22:10:17','imp','optin_2','mailchimp_7227261368','138.197.7.44','92',0),(20081,'2018-07-12 22:10:37','imp','optin_2','mailchimp_7227261368','138.197.7.44','2',0),(20082,'2018-07-12 22:10:38','imp','optin_5','mailchimp_7227261368','138.197.7.44','667',0),(20083,'2018-07-12 22:10:38','imp','optin_5','mailchimp_7227261368','138.197.7.44','76',0),(20084,'2018-07-12 22:10:40','imp','optin_2','mailchimp_7227261368','138.197.7.44','92',0),(20085,'2018-07-12 22:10:41','imp','optin_5','mailchimp_7227261368','138.197.7.44','0',0),(20086,'2018-07-12 22:10:41','imp','optin_5','mailchimp_7227261368','138.197.7.44','0',0),(20087,'2018-07-12 22:10:43','imp','optin_5','mailchimp_7227261368','138.197.7.44','411',0),(20088,'2018-07-12 22:10:44','imp','optin_5','mailchimp_7227261368','138.197.7.44','0',0),(20089,'2018-07-12 22:10:44','imp','optin_5','mailchimp_7227261368','138.197.7.44','714',0),(20090,'2018-07-12 22:10:44','imp','optin_5','mailchimp_7227261368','138.197.7.44','663',0),(20091,'2018-07-12 22:10:44','imp','optin_5','mailchimp_7227261368','138.197.7.44','598',0),(20092,'2018-07-12 22:10:45','imp','optin_5','mailchimp_7227261368','138.197.7.44','664',0),(20093,'2018-07-12 22:10:46','imp','optin_5','mailchimp_7227261368','138.197.7.44','665',0),(20094,'2018-07-12 22:10:46','imp','optin_5','mailchimp_7227261368','138.197.7.44','666',0),(20095,'2018-07-12 22:21:14','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(20096,'2018-07-12 22:26:10','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20097,'2018-07-12 22:28:32','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(20098,'2018-07-12 22:37:21','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(20099,'2018-07-13 00:31:23','imp','optin_5','mailchimp_7227261368','185.234.217.29','0',0),(20100,'2018-07-13 01:13:39','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(20101,'2018-07-13 01:13:39','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(20102,'2018-07-13 01:13:39','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(20103,'2018-07-13 01:13:39','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(20104,'2018-07-13 01:13:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20105,'2018-07-13 03:41:56','imp','optin_2','mailchimp_7227261368','170.80.40.21','92',0),(20106,'2018-07-13 03:42:02','imp','optin_5','mailchimp_7227261368','170.80.40.21','0',0),(20107,'2018-07-13 03:48:22','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20108,'2018-07-13 08:30:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20109,'2018-07-13 08:55:17','imp','optin_5','mailchimp_7227261368','46.166.148.64','0',0),(20110,'2018-07-13 08:57:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','411',0),(20111,'2018-07-13 08:57:39','imp','optin_2','mailchimp_7227261368','66.249.79.39','411',0),(20112,'2018-07-13 09:07:43','imp','optin_2','mailchimp_7227261368','35.177.136.250','92',0),(20113,'2018-07-13 09:15:41','imp','optin_5','mailchimp_7227261368','157.55.39.250','173',0),(20114,'2018-07-13 09:37:49','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20115,'2018-07-13 09:38:07','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20116,'2018-07-13 09:38:43','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20117,'2018-07-13 09:38:56','imp','optin_5','mailchimp_7227261368','132.148.80.15','0',0),(20118,'2018-07-13 09:39:14','imp','optin_5','mailchimp_7227261368','132.148.80.15','0',0),(20119,'2018-07-13 09:40:16','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(20120,'2018-07-13 09:40:21','imp','optin_5','mailchimp_7227261368','132.148.80.15','0',0),(20121,'2018-07-13 10:27:55','imp','optin_2','mailchimp_7227261368','51.254.101.95','92',0),(20122,'2018-07-13 11:17:50','imp','optin_2','mailchimp_7227261368','177.20.179.8','92',0),(20123,'2018-07-13 11:17:58','imp','optin_5','mailchimp_7227261368','177.20.179.8','0',0),(20124,'2018-07-13 11:52:13','imp','optin_5','mailchimp_7227261368','202.74.164.174','714',0),(20125,'2018-07-13 11:52:18','imp','optin_5','mailchimp_7227261368','202.74.164.174','0',0),(20126,'2018-07-13 11:52:22','imp','optin_7','mailchimp_7227261368','202.74.164.174','714',0),(20127,'2018-07-13 11:52:22','imp','optin_5','mailchimp_7227261368','202.74.164.174','0',0),(20128,'2018-07-13 11:52:39','imp','optin_8','7227261368','202.74.164.174','714',0),(20129,'2018-07-13 12:07:54','imp','optin_2','mailchimp_7227261368','202.46.58.189','92',0),(20130,'2018-07-13 12:10:07','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20131,'2018-07-13 12:46:20','imp','optin_5','mailchimp_7227261368','93.158.161.105','667',0),(20132,'2018-07-13 13:36:44','imp','optin_2','mailchimp_7227261368','94.180.192.42','92',0),(20133,'2018-07-13 14:40:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20134,'2018-07-13 14:58:11','imp','optin_5','mailchimp_7227261368','202.46.58.158','667',0),(20135,'2018-07-13 15:04:59','imp','optin_5','mailchimp_7227261368','202.131.110.34','714',0),(20136,'2018-07-13 15:05:06','imp','optin_5','mailchimp_7227261368','202.131.110.34','0',0),(20137,'2018-07-13 15:05:09','imp','optin_7','mailchimp_7227261368','202.131.110.34','714',0),(20138,'2018-07-13 15:05:12','imp','optin_5','mailchimp_7227261368','202.131.110.34','0',0),(20139,'2018-07-13 15:05:28','imp','optin_8','7227261368','202.131.110.34','714',0),(20140,'2018-07-13 17:04:39','imp','optin_5','mailchimp_7227261368','202.46.52.166','714',0),(20141,'2018-07-13 17:25:42','imp','optin_2','mailchimp_7227261368','141.8.143.142','92',0),(20142,'2018-07-13 17:37:58','imp','optin_5','mailchimp_7227261368','202.46.53.176','835',0),(20143,'2018-07-13 18:01:30','imp','optin_5','mailchimp_7227261368','93.158.161.126','592',0),(20144,'2018-07-13 18:03:33','imp','optin_2','mailchimp_7227261368','178.128.38.243','92',0),(20145,'2018-07-13 19:04:24','imp','optin_2','mailchimp_7227261368','77.88.5.5','92',0),(20146,'2018-07-13 19:10:49','imp','optin_5','mailchimp_7227261368','104.36.19.57','0',0),(20147,'2018-07-13 19:30:45','imp','optin_2','mailchimp_7227261368','93.158.161.37','2',0),(20148,'2018-07-13 20:49:47','imp','optin_5','mailchimp_7227261368','1.128.108.242','668',0),(20149,'2018-07-13 20:49:53','imp','optin_5','mailchimp_7227261368','1.128.108.242','0',0),(20150,'2018-07-13 20:50:16','imp','optin_8','7227261368','1.128.108.242','668',0),(20151,'2018-07-13 21:55:53','imp','optin_5','mailchimp_7227261368','202.46.54.71','714',0),(20152,'2018-07-13 22:01:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20153,'2018-07-14 00:10:38','imp','optin_2','mailchimp_7227261368','34.207.158.53','92',0),(20154,'2018-07-14 01:48:31','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(20155,'2018-07-14 01:57:41','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(20156,'2018-07-14 03:28:13','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(20157,'2018-07-14 04:13:11','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(20158,'2018-07-14 04:24:13','imp','optin_5','mailchimp_7227261368','163.172.255.166','0',0),(20159,'2018-07-14 04:32:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(20160,'2018-07-14 05:23:26','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20161,'2018-07-14 05:26:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(20162,'2018-07-14 05:57:35','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(20163,'2018-07-14 05:57:50','imp','optin_8','7227261368','66.249.79.63','-1',0),(20164,'2018-07-14 06:30:33','imp','optin_5','mailchimp_7227261368','77.88.5.5','411',0),(20165,'2018-07-14 07:37:07','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(20166,'2018-07-14 07:37:16','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(20167,'2018-07-14 07:37:22','imp','optin_5','mailchimp_7227261368','167.114.117.176','76',0),(20168,'2018-07-14 07:37:27','imp','optin_5','mailchimp_7227261368','167.114.117.176','714',0),(20169,'2018-07-14 07:37:30','imp','optin_5','mailchimp_7227261368','167.114.117.176','663',0),(20170,'2018-07-14 07:37:34','imp','optin_5','mailchimp_7227261368','167.114.117.176','667',0),(20171,'2018-07-14 07:37:37','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(20172,'2018-07-14 07:37:40','imp','optin_5','mailchimp_7227261368','167.114.117.176','664',0),(20173,'2018-07-14 07:37:43','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(20174,'2018-07-14 07:37:50','imp','optin_5','mailchimp_7227261368','167.114.117.176','0',0),(20175,'2018-07-14 07:37:52','imp','optin_2','mailchimp_7227261368','167.114.117.176','92',0),(20176,'2018-07-14 07:41:30','imp','optin_5','mailchimp_7227261368','184.168.193.150','0',0),(20177,'2018-07-14 07:41:33','imp','optin_5','mailchimp_7227261368','184.168.193.150','0',0),(20178,'2018-07-14 08:03:29','imp','optin_2','mailchimp_7227261368','173.252.122.59','92',0),(20179,'2018-07-14 08:03:34','imp','optin_5','mailchimp_7227261368','173.252.122.54','0',0),(20180,'2018-07-14 08:03:40','imp','optin_5','mailchimp_7227261368','173.252.122.60','0',0),(20181,'2018-07-14 08:03:56','imp','optin_8','7227261368','173.252.122.58','-1',0),(20182,'2018-07-14 09:39:38','imp','optin_5','mailchimp_7227261368','100.43.85.116','665',0),(20183,'2018-07-14 10:29:25','imp','optin_2','mailchimp_7227261368','202.46.54.19','92',0),(20184,'2018-07-14 10:44:32','imp','optin_2','mailchimp_7227261368','185.12.6.244','92',0),(20185,'2018-07-14 11:28:38','imp','optin_2','mailchimp_7227261368','202.46.58.82','92',0),(20186,'2018-07-14 11:53:49','imp','optin_5','mailchimp_7227261368','77.88.47.39','680',0),(20187,'2018-07-14 12:00:25','imp','optin_2','mailchimp_7227261368','202.46.55.85','92',0),(20188,'2018-07-14 12:41:55','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20189,'2018-07-14 14:17:35','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(20190,'2018-07-14 15:49:21','imp','optin_2','mailchimp_7227261368','192.95.30.29','92',0),(20191,'2018-07-14 16:19:35','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(20192,'2018-07-14 18:37:48','imp','optin_2','mailchimp_7227261368','138.197.73.96','92',0),(20193,'2018-07-14 18:38:12','imp','optin_5','mailchimp_7227261368','138.197.73.96','76',0),(20194,'2018-07-14 18:38:13','imp','optin_2','mailchimp_7227261368','138.197.73.96','2',0),(20195,'2018-07-14 18:38:14','imp','optin_2','mailchimp_7227261368','138.197.73.96','92',0),(20196,'2018-07-14 18:38:15','imp','optin_5','mailchimp_7227261368','138.197.73.96','0',0),(20197,'2018-07-14 18:38:16','imp','optin_5','mailchimp_7227261368','138.197.73.96','0',0),(20198,'2018-07-14 18:38:17','imp','optin_5','mailchimp_7227261368','138.197.73.96','714',0),(20199,'2018-07-14 18:38:17','imp','optin_5','mailchimp_7227261368','138.197.73.96','0',0),(20200,'2018-07-14 18:38:17','imp','optin_5','mailchimp_7227261368','138.197.73.96','411',0),(20201,'2018-07-14 18:38:18','imp','optin_5','mailchimp_7227261368','138.197.73.96','598',0),(20202,'2018-07-14 18:38:19','imp','optin_5','mailchimp_7227261368','138.197.73.96','663',0),(20203,'2018-07-14 18:38:20','imp','optin_5','mailchimp_7227261368','138.197.73.96','664',0),(20204,'2018-07-14 18:38:20','imp','optin_5','mailchimp_7227261368','138.197.73.96','665',0),(20205,'2018-07-14 18:38:20','imp','optin_5','mailchimp_7227261368','138.197.73.96','666',0),(20206,'2018-07-14 18:38:20','imp','optin_5','mailchimp_7227261368','138.197.73.96','667',0),(20207,'2018-07-14 19:59:19','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20208,'2018-07-14 22:56:01','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20209,'2018-07-14 23:37:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20210,'2018-07-14 23:40:46','imp','optin_2','mailchimp_7227261368','5.165.240.199','92',0),(20211,'2018-07-14 23:40:55','imp','optin_5','mailchimp_7227261368','5.165.240.199','0',0),(20212,'2018-07-14 23:41:19','imp','optin_8','7227261368','5.165.240.199','-1',0),(20213,'2018-07-15 01:18:53','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(20214,'2018-07-15 01:18:53','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(20215,'2018-07-15 03:25:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(20216,'2018-07-15 04:38:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(20217,'2018-07-15 05:01:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(20218,'2018-07-15 06:33:16','imp','optin_5','mailchimp_7227261368','157.55.39.72','0',0),(20219,'2018-07-15 08:46:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(20220,'2018-07-15 10:10:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(20221,'2018-07-15 10:17:01','imp','optin_2','mailchimp_7227261368','192.99.9.147','92',0),(20222,'2018-07-15 10:24:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(20223,'2018-07-15 10:28:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20224,'2018-07-15 11:30:38','imp','optin_5','mailchimp_7227261368','66.249.79.35','592',0),(20225,'2018-07-15 11:33:10','imp','optin_8','7227261368','66.249.79.63','592',0),(20226,'2018-07-15 11:55:47','imp','optin_2','mailchimp_7227261368','202.46.51.102','92',0),(20227,'2018-07-15 13:48:21','imp','optin_2','mailchimp_7227261368','34.221.122.98','92',0),(20228,'2018-07-15 13:48:25','imp','optin_5','mailchimp_7227261368','34.221.122.98','76',0),(20229,'2018-07-15 16:42:39','imp','optin_2','mailchimp_7227261368','110.54.240.12','92',0),(20230,'2018-07-15 17:00:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(20231,'2018-07-15 17:00:22','imp','optin_2','mailchimp_7227261368','202.46.49.136','92',0),(20232,'2018-07-15 18:24:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(20233,'2018-07-15 18:24:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(20234,'2018-07-15 21:08:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20235,'2018-07-15 21:32:22','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20236,'2018-07-15 21:43:02','imp','optin_2','mailchimp_7227261368','95.181.179.62','92',0),(20237,'2018-07-15 21:43:04','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20238,'2018-07-15 21:43:10','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20239,'2018-07-15 21:43:12','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20240,'2018-07-15 21:43:13','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20241,'2018-07-15 21:43:13','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20242,'2018-07-15 21:43:13','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20243,'2018-07-15 21:43:14','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20244,'2018-07-15 21:43:14','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20245,'2018-07-15 21:43:14','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20246,'2018-07-15 21:43:14','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20247,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20248,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20249,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20250,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20251,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20252,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20253,'2018-07-15 21:43:15','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20254,'2018-07-15 21:43:15','imp','optin_2','mailchimp_7227261368','95.181.179.62','92',0),(20255,'2018-07-15 21:43:16','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20256,'2018-07-15 21:43:16','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20257,'2018-07-15 21:43:16','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20258,'2018-07-15 21:43:35','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20259,'2018-07-15 21:43:44','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20260,'2018-07-15 21:43:53','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20261,'2018-07-15 21:44:04','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20262,'2018-07-15 21:46:19','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20263,'2018-07-15 21:52:11','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20264,'2018-07-15 21:52:12','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20265,'2018-07-15 22:02:30','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20266,'2018-07-15 22:17:10','imp','optin_5','mailchimp_7227261368','95.181.179.62','0',0),(20267,'2018-07-15 22:52:47','imp','optin_5','mailchimp_7227261368','40.77.167.90','0',0),(20268,'2018-07-15 22:55:52','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20269,'2018-07-15 22:56:05','imp','optin_8','7227261368','66.249.66.26','-1',0),(20270,'2018-07-15 23:13:13','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(20271,'2018-07-16 00:02:32','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20272,'2018-07-16 00:10:37','imp','optin_5','mailchimp_7227261368','202.46.57.178','714',0),(20273,'2018-07-16 01:26:09','imp','optin_2','mailchimp_7227261368','45.227.254.252','92',0),(20274,'2018-07-16 01:58:20','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20275,'2018-07-16 03:31:04','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20276,'2018-07-16 04:01:23','imp','optin_5','mailchimp_7227261368','157.55.39.192','714',0),(20277,'2018-07-16 04:37:54','imp','optin_5','mailchimp_7227261368','176.105.180.172','714',0),(20278,'2018-07-16 04:38:01','imp','optin_5','mailchimp_7227261368','176.105.180.172','0',0),(20279,'2018-07-16 04:38:05','imp','optin_7','mailchimp_7227261368','176.105.180.172','714',0),(20280,'2018-07-16 04:38:17','imp','optin_5','mailchimp_7227261368','176.105.180.172','0',0),(20281,'2018-07-16 04:38:24','imp','optin_8','7227261368','176.105.180.172','714',0),(20282,'2018-07-16 05:29:34','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20283,'2018-07-16 05:40:27','imp','optin_5','mailchimp_7227261368','157.55.39.250','0',0),(20284,'2018-07-16 06:21:29','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20285,'2018-07-16 07:09:54','imp','optin_5','mailchimp_7227261368','157.55.39.167','666',0),(20286,'2018-07-16 07:32:34','imp','optin_5','mailchimp_7227261368','157.55.39.167','667',0),(20287,'2018-07-16 08:10:40','imp','optin_5','mailchimp_7227261368','50.63.196.152','0',0),(20288,'2018-07-16 08:10:44','imp','optin_5','mailchimp_7227261368','50.63.196.152','0',0),(20289,'2018-07-16 09:18:12','imp','optin_2','mailchimp_7227261368','188.244.47.215','92',0),(20290,'2018-07-16 09:18:21','imp','optin_5','mailchimp_7227261368','188.244.47.215','0',0),(20291,'2018-07-16 09:32:57','imp','optin_5','mailchimp_7227261368','40.77.167.90','0',0),(20292,'2018-07-16 10:23:00','imp','optin_2','mailchimp_7227261368','202.46.50.162','92',0),(20293,'2018-07-16 10:24:45','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20294,'2018-07-16 10:24:56','imp','optin_8','7227261368','66.249.66.26','-1',0),(20295,'2018-07-16 10:27:41','imp','optin_2','mailchimp_7227261368','192.168.30.128','92',0),(20296,'2018-07-16 10:27:47','imp','optin_5','mailchimp_7227261368','192.168.30.128','0',0),(20297,'2018-07-16 10:27:51','imp','optin_5','mailchimp_7227261368','192.168.30.128','0',0),(20298,'2018-07-16 10:28:08','imp','optin_8','7227261368','192.168.30.128','-1',0),(20299,'2018-07-16 10:37:26','imp','optin_2','mailchimp_7227261368','202.46.48.201','92',0),(20300,'2018-07-16 11:36:33','imp','optin_2','mailchimp_7227261368','157.55.39.72','92',0),(20301,'2018-07-16 12:32:18','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20302,'2018-07-16 12:53:12','imp','optin_2','mailchimp_7227261368','202.46.48.95','92',0),(20303,'2018-07-16 13:34:30','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20304,'2018-07-16 15:11:00','imp','optin_2','mailchimp_7227261368','31.13.125.119','92',0),(20305,'2018-07-16 15:11:11','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20306,'2018-07-16 15:11:41','imp','optin_8','7227261368','66.249.66.26','-1',0),(20307,'2018-07-16 16:13:58','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20308,'2018-07-16 16:27:35','imp','optin_5','mailchimp_7227261368','157.55.39.137','599',0),(20309,'2018-07-16 17:05:00','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20310,'2018-07-16 18:30:26','imp','optin_5','mailchimp_7227261368','193.169.252.189','0',0),(20311,'2018-07-16 18:31:31','imp','optin_2','mailchimp_7227261368','34.203.227.255','92',0),(20312,'2018-07-16 18:48:27','imp','optin_2','mailchimp_7227261368','202.46.49.146','92',0),(20313,'2018-07-16 19:35:20','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20314,'2018-07-16 19:47:53','imp','optin_2','mailchimp_7227261368','52.54.237.36','92',0),(20315,'2018-07-16 20:35:57','imp','optin_5','mailchimp_7227261368','202.46.57.175','667',0),(20316,'2018-07-16 20:39:07','imp','optin_2','mailchimp_7227261368','23.236.167.200','92',0),(20317,'2018-07-16 20:50:45','imp','optin_5','mailchimp_7227261368','157.55.39.137','0',0),(20318,'2018-07-16 20:51:20','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20319,'2018-07-16 23:05:08','imp','optin_8','7227261368','66.249.66.28','-1',0),(20320,'2018-07-16 23:31:18','imp','optin_2','mailchimp_7227261368','35.171.153.199','92',0),(20321,'2018-07-16 23:37:01','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20322,'2018-07-16 23:37:17','imp','optin_8','7227261368','66.249.66.27','-1',0),(20323,'2018-07-17 02:07:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20324,'2018-07-17 02:44:41','imp','optin_2','mailchimp_7227261368','192.198.109.252','92',0),(20325,'2018-07-17 03:33:57','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(20326,'2018-07-17 04:28:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20327,'2018-07-17 04:38:06','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(20328,'2018-07-17 04:45:56','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(20329,'2018-07-17 05:03:19','imp','optin_5','mailchimp_7227261368','163.172.255.166','0',0),(20330,'2018-07-17 05:29:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(20331,'2018-07-17 06:03:37','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20332,'2018-07-17 07:13:27','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20333,'2018-07-17 08:54:16','imp','optin_2','mailchimp_7227261368','138.197.96.208','92',0),(20334,'2018-07-17 08:54:22','imp','optin_5','mailchimp_7227261368','138.197.96.208','0',0),(20335,'2018-07-17 09:19:28','imp','optin_5','mailchimp_7227261368','66.249.66.28','667',0),(20336,'2018-07-17 09:19:41','imp','optin_8','7227261368','66.249.66.26','667',0),(20337,'2018-07-17 09:48:15','imp','optin_2','mailchimp_7227261368','162.158.68.92','92',0),(20338,'2018-07-17 10:10:27','imp','optin_2','mailchimp_7227261368','66.249.66.26','2',0),(20339,'2018-07-17 10:11:11','imp','optin_5','mailchimp_7227261368','66.249.66.28','411',0),(20340,'2018-07-17 10:11:30','imp','optin_8','7227261368','66.249.66.26','411',0),(20341,'2018-07-17 10:14:46','imp','optin_8','7227261368','66.249.66.27','2',0),(20342,'2018-07-17 10:31:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20343,'2018-07-17 12:15:24','imp','optin_2','mailchimp_7227261368','66.249.66.52','2',0),(20344,'2018-07-17 12:20:28','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20345,'2018-07-17 12:33:59','imp','optin_2','mailchimp_7227261368','202.46.52.100','92',0),(20346,'2018-07-17 12:56:20','imp','optin_5','mailchimp_7227261368','202.46.48.126','714',0),(20347,'2018-07-17 14:42:47','imp','optin_2','mailchimp_7227261368','104.149.216.59','92',0),(20348,'2018-07-17 14:54:53','imp','optin_2','mailchimp_7227261368','46.101.80.192','92',0),(20349,'2018-07-17 15:43:35','imp','optin_2','mailchimp_7227261368','66.220.148.169','92',0),(20350,'2018-07-17 15:43:40','imp','optin_5','mailchimp_7227261368','66.220.148.165','0',0),(20351,'2018-07-17 15:43:44','imp','optin_5','mailchimp_7227261368','66.220.148.168','0',0),(20352,'2018-07-17 15:44:02','imp','optin_8','7227261368','66.220.148.168','-1',0),(20353,'2018-07-17 15:46:05','imp','optin_2','mailchimp_7227261368','173.252.122.158','92',0),(20354,'2018-07-17 15:46:11','imp','optin_5','mailchimp_7227261368','173.252.122.143','0',0),(20355,'2018-07-17 15:46:16','imp','optin_5','mailchimp_7227261368','173.252.122.157','0',0),(20356,'2018-07-17 17:51:41','imp','optin_5','mailchimp_7227261368','202.46.58.132','835',0),(20357,'2018-07-17 18:08:47','imp','optin_2','mailchimp_7227261368','202.46.52.143','92',0),(20358,'2018-07-17 18:25:00','imp','optin_2','mailchimp_7227261368','202.46.56.184','92',0),(20359,'2018-07-17 21:16:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(20360,'2018-07-17 23:09:59','imp','optin_2','mailchimp_7227261368','207.148.248.199','92',0),(20361,'2018-07-17 23:15:34','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(20362,'2018-07-18 00:15:23','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(20363,'2018-07-18 00:27:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(20364,'2018-07-18 00:32:09','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(20365,'2018-07-18 00:55:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20366,'2018-07-18 00:55:48','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(20367,'2018-07-18 00:56:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(20368,'2018-07-18 00:57:37','imp','optin_2','mailchimp_7227261368','66.249.66.2','92',0),(20369,'2018-07-18 00:58:09','imp','optin_8','7227261368','66.249.66.90','-1',0),(20370,'2018-07-18 01:07:46','imp','optin_2','mailchimp_7227261368','66.249.66.31','92',0),(20371,'2018-07-18 04:11:20','imp','optin_5','mailchimp_7227261368','69.12.66.211','0',0),(20372,'2018-07-18 04:46:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(20373,'2018-07-18 06:08:49','imp','optin_5','mailchimp_7227261368','24.47.100.30','714',0),(20374,'2018-07-18 06:08:55','imp','optin_5','mailchimp_7227261368','24.47.100.30','0',0),(20375,'2018-07-18 06:08:58','imp','optin_7','mailchimp_7227261368','24.47.100.30','714',0),(20376,'2018-07-18 06:09:03','imp','optin_5','mailchimp_7227261368','24.47.100.30','0',0),(20377,'2018-07-18 06:09:08','imp','optin_8','7227261368','24.47.100.30','714',0),(20378,'2018-07-18 06:09:17','imp','optin_8','7227261368','24.47.100.30','714',0),(20379,'2018-07-18 06:09:36','imp','optin_5','mailchimp_7227261368','24.47.100.30','714',0),(20380,'2018-07-18 06:09:37','imp','optin_5','mailchimp_7227261368','24.47.100.30','0',0),(20381,'2018-07-18 06:09:39','imp','optin_7','mailchimp_7227261368','24.47.100.30','714',0),(20382,'2018-07-18 06:36:23','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20383,'2018-07-18 06:36:26','imp','optin_8','7227261368','66.249.66.27','0',0),(20384,'2018-07-18 07:35:25','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20385,'2018-07-18 08:29:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(20386,'2018-07-18 09:00:24','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20387,'2018-07-18 09:00:29','imp','optin_8','7227261368','66.249.66.26','-1',0),(20388,'2018-07-18 09:49:55','imp','optin_2','mailchimp_7227261368','207.46.13.25','2',0),(20389,'2018-07-18 10:01:28','imp','optin_5','mailchimp_7227261368','97.74.24.196','0',0),(20390,'2018-07-18 10:01:31','imp','optin_5','mailchimp_7227261368','97.74.24.196','0',0),(20391,'2018-07-18 10:14:18','imp','optin_2','mailchimp_7227261368','202.46.55.86','92',0),(20392,'2018-07-18 12:27:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(20393,'2018-07-18 13:03:06','imp','optin_2','mailchimp_7227261368','202.46.55.83','92',0),(20394,'2018-07-18 14:04:11','imp','optin_2','mailchimp_7227261368','202.46.51.170','92',0),(20395,'2018-07-18 14:28:43','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20396,'2018-07-18 15:14:22','imp','optin_2','mailchimp_7227261368','138.197.10.222','92',0),(20397,'2018-07-18 15:15:19','imp','optin_2','mailchimp_7227261368','138.197.10.222','92',0),(20398,'2018-07-18 15:16:51','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20399,'2018-07-18 15:23:21','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20400,'2018-07-18 15:23:46','imp','optin_8','7227261368','66.249.66.27','-1',0),(20401,'2018-07-18 15:31:24','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20402,'2018-07-18 15:43:25','imp','optin_2','mailchimp_7227261368','45.227.254.241','92',0),(20403,'2018-07-18 16:29:00','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20404,'2018-07-18 16:44:41','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20405,'2018-07-18 16:53:52','imp','optin_2','mailchimp_7227261368','94.217.246.26','92',0),(20406,'2018-07-18 18:29:59','imp','optin_2','mailchimp_7227261368','202.46.51.176','92',0),(20407,'2018-07-18 18:50:49','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20408,'2018-07-18 19:07:45','imp','optin_5','mailchimp_7227261368','5.255.250.7','673',0),(20409,'2018-07-18 19:28:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20410,'2018-07-18 19:58:32','imp','optin_5','mailchimp_7227261368','207.46.13.99','0',0),(20411,'2018-07-18 20:03:36','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20412,'2018-07-18 20:03:37','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20413,'2018-07-18 20:03:38','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20414,'2018-07-18 20:03:39','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20415,'2018-07-18 20:03:41','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20416,'2018-07-18 20:03:42','imp','optin_5','mailchimp_7227261368','185.234.217.47','0',0),(20417,'2018-07-18 20:05:43','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20418,'2018-07-18 20:07:28','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20419,'2018-07-18 20:07:41','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20420,'2018-07-18 20:09:17','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20421,'2018-07-18 20:10:09','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20422,'2018-07-18 20:10:46','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20423,'2018-07-18 20:14:34','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20424,'2018-07-18 20:14:36','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(20425,'2018-07-18 20:43:21','imp','optin_5','mailchimp_7227261368','202.46.50.155','667',0),(20426,'2018-07-18 21:27:42','imp','optin_5','mailchimp_7227261368','124.105.105.69','714',0),(20427,'2018-07-18 21:27:50','imp','optin_5','mailchimp_7227261368','124.105.105.69','0',0),(20428,'2018-07-18 21:28:31','imp','optin_5','mailchimp_7227261368','124.105.105.69','0',0),(20429,'2018-07-18 21:28:35','imp','optin_7','mailchimp_7227261368','124.105.105.69','714',0),(20430,'2018-07-18 21:29:05','imp','optin_8','7227261368','124.105.105.69','714',0),(20431,'2018-07-18 21:29:07','imp','optin_5','mailchimp_7227261368','124.105.105.69','0',0),(20432,'2018-07-18 21:35:46','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20433,'2018-07-18 22:11:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20434,'2018-07-18 22:14:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(20435,'2018-07-18 22:22:45','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20436,'2018-07-18 22:28:41','imp','optin_2','mailchimp_7227261368','10.5.197.41','92',0),(20437,'2018-07-18 22:28:52','imp','optin_5','mailchimp_7227261368','10.5.197.41','0',0),(20438,'2018-07-18 22:29:14','imp','optin_8','7227261368','10.5.197.41','-1',0),(20439,'2018-07-18 22:52:40','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20440,'2018-07-18 23:16:48','imp','optin_2','mailchimp_7227261368','5.228.18.29','92',0),(20441,'2018-07-18 23:53:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(20442,'2018-07-19 00:14:34','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20443,'2018-07-19 00:47:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(20444,'2018-07-19 02:05:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20445,'2018-07-19 02:28:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(20446,'2018-07-19 04:02:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','843',0),(20447,'2018-07-19 05:20:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(20448,'2018-07-19 05:47:56','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20449,'2018-07-19 05:48:04','imp','optin_8','7227261368','66.249.66.26','-1',0),(20450,'2018-07-19 06:54:02','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20451,'2018-07-19 07:46:18','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20452,'2018-07-19 07:46:27','imp','optin_8','7227261368','66.249.66.26','-1',0),(20453,'2018-07-19 09:01:16','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20454,'2018-07-19 09:11:47','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20455,'2018-07-19 09:16:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20456,'2018-07-19 09:57:01','imp','optin_2','mailchimp_7227261368','213.233.104.85','92',0),(20457,'2018-07-19 10:15:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(20458,'2018-07-19 10:16:54','imp','optin_2','mailchimp_7227261368','202.46.55.63','92',0),(20459,'2018-07-19 10:32:59','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20460,'2018-07-19 10:33:10','imp','optin_8','7227261368','66.249.66.26','-1',0),(20461,'2018-07-19 10:43:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(20462,'2018-07-19 12:03:32','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20463,'2018-07-19 12:40:09','imp','optin_2','mailchimp_7227261368','202.46.58.156','92',0),(20464,'2018-07-19 13:39:56','imp','optin_5','mailchimp_7227261368','202.46.55.145','714',0),(20465,'2018-07-19 14:02:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(20466,'2018-07-19 14:33:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20467,'2018-07-19 15:11:11','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20468,'2018-07-19 15:20:51','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20469,'2018-07-19 15:20:55','imp','optin_8','7227261368','66.249.66.26','-1',0),(20470,'2018-07-19 15:26:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(20471,'2018-07-19 15:49:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(20472,'2018-07-19 15:49:47','imp','optin_2','mailchimp_7227261368','202.46.55.182','92',0),(20473,'2018-07-19 16:21:03','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20474,'2018-07-19 17:35:20','imp','optin_2','mailchimp_7227261368','195.154.166.8','92',0),(20475,'2018-07-19 17:59:16','imp','optin_5','mailchimp_7227261368','202.46.50.94','835',0),(20476,'2018-07-19 18:07:13','imp','optin_5','mailchimp_7227261368','69.12.66.250','0',0),(20477,'2018-07-19 19:05:59','imp','optin_2','mailchimp_7227261368','202.46.53.200','92',0),(20478,'2018-07-19 19:08:29','imp','optin_5','mailchimp_7227261368','66.96.196.170','843',0),(20479,'2018-07-19 19:08:34','imp','optin_5','mailchimp_7227261368','66.96.196.170','0',0),(20480,'2018-07-19 19:08:39','imp','optin_5','mailchimp_7227261368','66.96.196.170','0',0),(20481,'2018-07-19 19:08:59','imp','optin_8','7227261368','66.96.196.170','843',0),(20482,'2018-07-19 19:19:59','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20483,'2018-07-19 19:28:08','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20484,'2018-07-19 19:29:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20485,'2018-07-19 19:38:46','imp','optin_8','7227261368','66.249.66.27','-1',0),(20486,'2018-07-19 22:59:19','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20487,'2018-07-19 23:15:00','imp','optin_2','mailchimp_7227261368','100.43.85.190','92',0),(20488,'2018-07-19 23:17:39','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(20489,'2018-07-20 00:34:43','imp','optin_2','mailchimp_7227261368','93.80.145.248','92',0),(20490,'2018-07-20 00:51:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(20491,'2018-07-20 01:14:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(20492,'2018-07-20 01:55:51','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(20493,'2018-07-20 02:27:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20494,'2018-07-20 02:33:56','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20495,'2018-07-20 03:25:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(20496,'2018-07-20 04:00:35','imp','optin_5','mailchimp_7227261368','13.77.169.115','0',0),(20497,'2018-07-20 04:24:42','imp','optin_5','mailchimp_7227261368','202.46.57.73','664',0),(20498,'2018-07-20 04:58:03','imp','optin_5','mailchimp_7227261368','202.46.58.183','714',0),(20499,'2018-07-20 05:31:22','imp','optin_5','mailchimp_7227261368','202.46.55.63','667',0),(20500,'2018-07-20 05:34:39','imp','optin_2','mailchimp_7227261368','134.249.50.5','92',0),(20501,'2018-07-20 05:34:42','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20502,'2018-07-20 05:34:45','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20503,'2018-07-20 07:42:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','665',0),(20504,'2018-07-20 09:56:05','imp','optin_5','mailchimp_7227261368','66.249.66.26','666',0),(20505,'2018-07-20 09:56:15','imp','optin_8','7227261368','66.249.66.27','666',0),(20506,'2018-07-20 10:27:19','imp','optin_2','mailchimp_7227261368','202.46.55.182','92',0),(20507,'2018-07-20 10:40:29','imp','optin_2','mailchimp_7227261368','64.246.161.42','92',0),(20508,'2018-07-20 11:11:53','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20509,'2018-07-20 11:40:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(20510,'2018-07-20 11:43:48','imp','optin_5','mailchimp_7227261368','184.168.46.81','0',0),(20511,'2018-07-20 11:43:52','imp','optin_5','mailchimp_7227261368','184.168.46.81','0',0),(20512,'2018-07-20 11:53:25','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20513,'2018-07-20 12:18:30','imp','optin_5','mailchimp_7227261368','202.46.56.117','679',0),(20514,'2018-07-20 13:13:13','imp','optin_5','mailchimp_7227261368','207.46.13.99','0',0),(20515,'2018-07-20 13:54:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20516,'2018-07-20 14:53:04','imp','optin_2','mailchimp_7227261368','138.197.111.185','92',0),(20517,'2018-07-20 14:53:31','imp','optin_5','mailchimp_7227261368','138.197.111.185','76',0),(20518,'2018-07-20 14:53:33','imp','optin_2','mailchimp_7227261368','138.197.111.185','2',0),(20519,'2018-07-20 14:53:33','imp','optin_2','mailchimp_7227261368','138.197.111.185','92',0),(20520,'2018-07-20 14:53:33','imp','optin_5','mailchimp_7227261368','138.197.111.185','0',0),(20521,'2018-07-20 14:53:35','imp','optin_5','mailchimp_7227261368','138.197.111.185','0',0),(20522,'2018-07-20 14:53:35','imp','optin_5','mailchimp_7227261368','138.197.111.185','714',0),(20523,'2018-07-20 14:53:36','imp','optin_5','mailchimp_7227261368','138.197.111.185','0',0),(20524,'2018-07-20 14:53:36','imp','optin_5','mailchimp_7227261368','138.197.111.185','598',0),(20525,'2018-07-20 14:53:36','imp','optin_5','mailchimp_7227261368','138.197.111.185','411',0),(20526,'2018-07-20 14:53:38','imp','optin_5','mailchimp_7227261368','138.197.111.185','663',0),(20527,'2018-07-20 14:53:38','imp','optin_5','mailchimp_7227261368','138.197.111.185','665',0),(20528,'2018-07-20 14:53:39','imp','optin_5','mailchimp_7227261368','138.197.111.185','664',0),(20529,'2018-07-20 14:53:39','imp','optin_5','mailchimp_7227261368','138.197.111.185','667',0),(20530,'2018-07-20 14:53:39','imp','optin_5','mailchimp_7227261368','138.197.111.185','666',0),(20531,'2018-07-20 15:04:06','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20532,'2018-07-20 15:04:20','imp','optin_8','7227261368','66.249.66.26','-1',0),(20533,'2018-07-20 15:39:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20534,'2018-07-20 16:25:31','imp','optin_2','mailchimp_7227261368','202.46.58.137','92',0),(20535,'2018-07-20 19:05:07','imp','optin_5','mailchimp_7227261368','31.171.249.151','0',0),(20536,'2018-07-20 19:57:37','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20537,'2018-07-20 21:19:52','imp','optin_2','mailchimp_7227261368','202.46.49.69','92',0),(20538,'2018-07-20 21:42:00','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(20539,'2018-07-20 22:44:57','imp','optin_2','mailchimp_7227261368','167.99.223.224','92',0),(20540,'2018-07-20 22:45:02','imp','optin_5','mailchimp_7227261368','110.83.60.239','0',0),(20541,'2018-07-20 22:51:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','570',0),(20542,'2018-07-20 23:03:55','imp','optin_5','mailchimp_7227261368','207.46.13.99','714',0),(20543,'2018-07-20 23:04:18','imp','optin_5','mailchimp_7227261368','207.46.13.100','0',0),(20544,'2018-07-20 23:43:51','imp','optin_2','mailchimp_7227261368','34.229.183.182','92',0),(20545,'2018-07-20 23:44:56','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20546,'2018-07-21 00:10:50','imp','optin_2','mailchimp_7227261368','202.46.57.187','92',0),(20547,'2018-07-21 00:41:32','imp','optin_2','mailchimp_7227261368','40.77.167.98','92',0),(20548,'2018-07-21 01:55:19','imp','optin_5','mailchimp_7227261368','40.77.167.92','0',0),(20549,'2018-07-21 01:56:33','imp','optin_5','mailchimp_7227261368','202.46.56.196','835',0),(20550,'2018-07-21 03:24:24','imp','optin_2','mailchimp_7227261368','104.36.19.79','92',0),(20551,'2018-07-21 03:49:35','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20552,'2018-07-21 03:51:36','imp','optin_2','mailchimp_7227261368','202.46.58.71','92',0),(20553,'2018-07-21 04:24:55','imp','optin_5','mailchimp_7227261368','202.46.57.164','664',0),(20554,'2018-07-21 05:34:59','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20555,'2018-07-21 05:35:16','imp','optin_8','7227261368','66.249.66.26','-1',0),(20556,'2018-07-21 06:04:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(20557,'2018-07-21 09:18:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20558,'2018-07-21 09:38:18','imp','optin_5','mailchimp_7227261368','66.249.66.28','714',0),(20559,'2018-07-21 10:07:17','imp','optin_7','mailchimp_7227261368','66.249.66.27','714',0),(20560,'2018-07-21 10:07:21','imp','optin_8','7227261368','66.249.66.26','714',0),(20561,'2018-07-21 10:51:52','imp','optin_2','mailchimp_7227261368','202.46.56.63','92',0),(20562,'2018-07-21 11:04:49','imp','optin_2','mailchimp_7227261368','202.46.53.16','92',0),(20563,'2018-07-21 11:28:02','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(20564,'2018-07-21 11:36:18','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20565,'2018-07-21 11:36:24','imp','optin_8','7227261368','66.249.66.26','-1',0),(20566,'2018-07-21 11:53:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(20567,'2018-07-21 12:01:47','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20568,'2018-07-21 12:02:08','imp','optin_8','7227261368','66.249.66.28','-1',0),(20569,'2018-07-21 12:51:20','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20570,'2018-07-21 13:56:02','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20571,'2018-07-21 14:33:13','imp','optin_2','mailchimp_7227261368','202.46.58.150','92',0),(20572,'2018-07-21 17:06:31','imp','optin_2','mailchimp_7227261368','66.249.66.26','2',0),(20573,'2018-07-21 17:14:39','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(20574,'2018-07-21 17:31:52','imp','optin_5','mailchimp_7227261368','202.46.51.157','667',0),(20575,'2018-07-21 17:41:16','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20576,'2018-07-21 20:29:30','imp','optin_2','mailchimp_7227261368','122.228.10.51','92',0),(20577,'2018-07-21 20:55:42','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20578,'2018-07-21 21:22:29','imp','optin_2','mailchimp_7227261368','144.217.90.60','92',0),(20579,'2018-07-21 21:32:38','imp','optin_2','mailchimp_7227261368','178.137.93.108','92',0),(20580,'2018-07-21 21:32:41','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(20581,'2018-07-21 21:32:46','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(20582,'2018-07-21 23:17:13','imp','optin_5','mailchimp_7227261368','202.46.55.14','714',0),(20583,'2018-07-21 23:41:11','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20584,'2018-07-21 23:46:32','imp','optin_8','7227261368','66.249.66.26','-1',0),(20585,'2018-07-22 00:16:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20586,'2018-07-22 01:07:44','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20587,'2018-07-22 01:30:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(20588,'2018-07-22 02:31:21','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20589,'2018-07-22 02:48:32','imp','optin_2','mailchimp_7227261368','212.83.162.240','92',0),(20590,'2018-07-22 02:48:34','imp','optin_5','mailchimp_7227261368','212.83.162.240','0',0),(20591,'2018-07-22 02:48:36','imp','optin_5','mailchimp_7227261368','212.83.162.240','0',0),(20592,'2018-07-22 03:06:53','imp','optin_5','mailchimp_7227261368','46.166.148.70','0',0),(20593,'2018-07-22 03:45:20','imp','optin_5','mailchimp_7227261368','69.12.66.252','0',0),(20594,'2018-07-22 04:03:51','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20595,'2018-07-22 04:03:52','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20596,'2018-07-22 04:03:53','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20597,'2018-07-22 04:03:55','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20598,'2018-07-22 04:03:56','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20599,'2018-07-22 04:03:57','imp','optin_5','mailchimp_7227261368','185.234.217.45','0',0),(20600,'2018-07-22 06:38:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20601,'2018-07-22 07:19:32','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(20602,'2018-07-22 07:45:14','imp','optin_2','mailchimp_7227261368','134.249.50.5','92',0),(20603,'2018-07-22 07:45:17','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20604,'2018-07-22 07:45:20','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20605,'2018-07-22 09:18:15','imp','optin_5','mailchimp_7227261368','202.46.53.122','666',0),(20606,'2018-07-22 09:38:36','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20607,'2018-07-22 10:26:07','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20608,'2018-07-22 10:28:02','imp','optin_8','7227261368','66.249.66.27','-1',0),(20609,'2018-07-22 10:30:56','imp','optin_5','mailchimp_7227261368','5.255.250.7','664',0),(20610,'2018-07-22 11:10:09','imp','optin_2','mailchimp_7227261368','173.212.227.23','92',0),(20611,'2018-07-22 12:01:02','imp','optin_2','mailchimp_7227261368','134.249.50.185','92',0),(20612,'2018-07-22 12:01:05','imp','optin_5','mailchimp_7227261368','134.249.50.185','0',0),(20613,'2018-07-22 12:01:07','imp','optin_5','mailchimp_7227261368','134.249.50.185','0',0),(20614,'2018-07-22 12:10:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(20615,'2018-07-22 12:18:05','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20616,'2018-07-22 12:20:00','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20617,'2018-07-22 13:22:45','imp','optin_2','mailchimp_7227261368','134.249.141.24','92',0),(20618,'2018-07-22 13:22:48','imp','optin_5','mailchimp_7227261368','134.249.141.24','0',0),(20619,'2018-07-22 13:22:50','imp','optin_5','mailchimp_7227261368','134.249.141.24','0',0),(20620,'2018-07-22 13:59:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(20621,'2018-07-22 14:22:59','imp','optin_5','mailchimp_7227261368','1.128.108.69','714',0),(20622,'2018-07-22 14:22:59','imp','optin_5','mailchimp_7227261368','1.128.108.69','714',0),(20623,'2018-07-22 14:23:05','imp','optin_5','mailchimp_7227261368','1.128.108.69','0',0),(20624,'2018-07-22 14:23:07','imp','optin_7','mailchimp_7227261368','1.128.108.69','714',0),(20625,'2018-07-22 14:23:10','imp','optin_5','mailchimp_7227261368','1.128.108.69','0',0),(20626,'2018-07-22 14:23:27','imp','optin_8','7227261368','1.128.108.69','714',0),(20627,'2018-07-22 14:40:58','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20628,'2018-07-22 14:44:40','imp','optin_2','mailchimp_7227261368','109.99.108.151','92',0),(20629,'2018-07-22 14:44:47','imp','optin_5','mailchimp_7227261368','109.99.108.151','0',0),(20630,'2018-07-22 14:45:09','imp','optin_8','7227261368','109.99.108.151','-1',0),(20631,'2018-07-22 15:00:04','imp','optin_5','mailchimp_7227261368','67.202.67.242','0',0),(20632,'2018-07-22 15:00:09','imp','optin_5','mailchimp_7227261368','67.202.67.242','0',0),(20633,'2018-07-22 15:20:02','imp','optin_5','mailchimp_7227261368','202.46.54.133','0',0),(20634,'2018-07-22 15:55:56','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(20635,'2018-07-22 16:07:54','imp','optin_5','mailchimp_7227261368','66.249.66.27','177',0),(20636,'2018-07-22 16:08:00','imp','optin_8','7227261368','66.249.66.27','177',0),(20637,'2018-07-22 16:14:48','imp','optin_5','mailchimp_7227261368','40.77.167.175','0',0),(20638,'2018-07-22 16:17:36','imp','optin_2','mailchimp_7227261368','5.255.250.59','2',0),(20639,'2018-07-22 16:25:23','imp','optin_5','mailchimp_7227261368','124.183.16.29','714',0),(20640,'2018-07-22 16:25:23','imp','optin_5','mailchimp_7227261368','52.64.156.81','714',0),(20641,'2018-07-22 16:25:29','imp','optin_5','mailchimp_7227261368','124.183.16.29','0',0),(20642,'2018-07-22 16:25:30','imp','optin_2','mailchimp_7227261368','52.64.156.81','92',0),(20643,'2018-07-22 16:25:31','imp','optin_7','mailchimp_7227261368','124.183.16.29','714',0),(20644,'2018-07-22 16:25:39','imp','optin_5','mailchimp_7227261368','124.183.16.29','0',0),(20645,'2018-07-22 16:25:50','imp','optin_8','7227261368','124.183.16.29','714',0),(20646,'2018-07-22 16:26:42','imp','optin_2','mailchimp_7227261368','202.46.53.64','92',0),(20647,'2018-07-22 16:45:10','imp','optin_5','mailchimp_7227261368','124.183.16.29','714',0),(20648,'2018-07-22 16:45:12','imp','optin_5','mailchimp_7227261368','124.183.16.29','0',0),(20649,'2018-07-22 16:45:14','imp','optin_7','mailchimp_7227261368','124.183.16.29','714',0),(20650,'2018-07-22 16:45:15','imp','optin_5','mailchimp_7227261368','124.183.16.29','0',0),(20651,'2018-07-22 16:45:33','con','optin_7','mailchimp_7227261368','124.183.16.29','714',0),(20652,'2018-07-22 17:33:07','imp','optin_5','mailchimp_7227261368','157.55.39.208','0',0),(20653,'2018-07-22 17:33:08','imp','optin_5','mailchimp_7227261368','40.77.167.175','0',0),(20654,'2018-07-22 17:33:09','imp','optin_5','mailchimp_7227261368','157.55.39.208','0',0),(20655,'2018-07-22 17:33:11','imp','optin_5','mailchimp_7227261368','157.55.39.208','0',0),(20656,'2018-07-22 17:33:12','imp','optin_5','mailchimp_7227261368','157.55.39.208','0',0),(20657,'2018-07-22 17:33:20','imp','optin_2','mailchimp_7227261368','202.46.51.166','2',0),(20658,'2018-07-22 17:33:22','imp','optin_5','mailchimp_7227261368','40.77.167.43','0',0),(20659,'2018-07-22 17:34:06','imp','optin_5','mailchimp_7227261368','40.77.167.43','0',0),(20660,'2018-07-22 17:51:21','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20661,'2018-07-22 18:05:53','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20662,'2018-07-22 18:06:43','imp','optin_2','mailchimp_7227261368','202.46.58.126','2',0),(20663,'2018-07-22 18:50:28','imp','optin_5','mailchimp_7227261368','173.252.85.53','714',0),(20664,'2018-07-22 18:50:38','imp','optin_5','mailchimp_7227261368','173.252.85.48','0',0),(20665,'2018-07-22 18:50:40','imp','optin_7','mailchimp_7227261368','173.252.85.48','714',0),(20666,'2018-07-22 18:50:43','imp','optin_5','mailchimp_7227261368','173.252.85.50','0',0),(20667,'2018-07-22 20:17:40','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20668,'2018-07-22 21:54:50','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(20669,'2018-07-22 22:52:05','imp','optin_5','mailchimp_7227261368','40.77.167.175','173',0),(20670,'2018-07-22 22:52:47','imp','optin_5','mailchimp_7227261368','157.55.39.208','0',0),(20671,'2018-07-23 00:21:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20672,'2018-07-23 01:02:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(20673,'2018-07-23 01:15:09','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20674,'2018-07-23 01:15:16','imp','optin_8','7227261368','66.249.66.26','-1',0),(20675,'2018-07-23 02:08:51','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20676,'2018-07-23 02:20:18','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(20677,'2018-07-23 02:20:19','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(20678,'2018-07-23 03:50:10','imp','optin_2','mailchimp_7227261368','144.217.65.84','92',0),(20679,'2018-07-23 03:50:16','imp','optin_5','mailchimp_7227261368','144.217.65.84','76',0),(20680,'2018-07-23 03:50:19','imp','optin_2','mailchimp_7227261368','144.217.65.84','92',0),(20681,'2018-07-23 03:50:23','imp','optin_2','mailchimp_7227261368','144.217.65.84','92',0),(20682,'2018-07-23 03:50:26','imp','optin_2','mailchimp_7227261368','144.217.65.84','2',0),(20683,'2018-07-23 03:50:34','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20684,'2018-07-23 03:50:37','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20685,'2018-07-23 03:50:40','imp','optin_5','mailchimp_7227261368','144.217.65.84','714',0),(20686,'2018-07-23 03:50:43','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20687,'2018-07-23 03:50:46','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20688,'2018-07-23 03:50:49','imp','optin_5','mailchimp_7227261368','144.217.65.84','411',0),(20689,'2018-07-23 03:50:52','imp','optin_2','mailchimp_7227261368','144.217.65.84','92',0),(20690,'2018-07-23 03:50:55','imp','optin_5','mailchimp_7227261368','144.217.65.84','598',0),(20691,'2018-07-23 03:50:59','imp','optin_5','mailchimp_7227261368','144.217.65.84','663',0),(20692,'2018-07-23 03:51:02','imp','optin_5','mailchimp_7227261368','144.217.65.84','664',0),(20693,'2018-07-23 03:51:06','imp','optin_5','mailchimp_7227261368','144.217.65.84','665',0),(20694,'2018-07-23 03:51:09','imp','optin_5','mailchimp_7227261368','144.217.65.84','666',0),(20695,'2018-07-23 03:51:13','imp','optin_5','mailchimp_7227261368','144.217.65.84','667',0),(20696,'2018-07-23 03:51:17','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20697,'2018-07-23 03:51:21','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20698,'2018-07-23 03:51:24','imp','optin_5','mailchimp_7227261368','144.217.65.84','592',0),(20699,'2018-07-23 03:51:27','imp','optin_5','mailchimp_7227261368','144.217.65.84','577',0),(20700,'2018-07-23 03:51:30','imp','optin_5','mailchimp_7227261368','144.217.65.84','591',0),(20701,'2018-07-23 03:51:33','imp','optin_5','mailchimp_7227261368','144.217.65.84','595',0),(20702,'2018-07-23 03:51:36','imp','optin_5','mailchimp_7227261368','144.217.65.84','679',0),(20703,'2018-07-23 03:51:39','imp','optin_5','mailchimp_7227261368','144.217.65.84','597',0),(20704,'2018-07-23 03:51:41','imp','optin_5','mailchimp_7227261368','144.217.65.84','0',0),(20705,'2018-07-23 03:52:23','imp','optin_2','mailchimp_7227261368','202.46.54.30','92',0),(20706,'2018-07-23 04:39:58','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20707,'2018-07-23 04:59:05','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20708,'2018-07-23 05:30:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(20709,'2018-07-23 05:48:13','imp','optin_2','mailchimp_7227261368','202.46.55.142','2',0),(20710,'2018-07-23 06:05:18','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(20711,'2018-07-23 07:29:13','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20712,'2018-07-23 07:56:16','imp','optin_2','mailchimp_7227261368','64.85.24.24','92',0),(20713,'2018-07-23 07:56:20','imp','optin_5','mailchimp_7227261368','64.85.24.24','0',0),(20714,'2018-07-23 09:13:45','imp','optin_5','mailchimp_7227261368','203.104.11.78','714',0),(20715,'2018-07-23 09:13:46','imp','optin_5','mailchimp_7227261368','52.64.156.81','714',0),(20716,'2018-07-23 09:13:47','imp','optin_5','mailchimp_7227261368','203.104.11.78','0',0),(20717,'2018-07-23 09:13:55','imp','optin_5','mailchimp_7227261368','203.104.11.78','714',0),(20718,'2018-07-23 09:13:57','imp','optin_5','mailchimp_7227261368','203.104.11.78','0',0),(20719,'2018-07-23 09:14:23','imp','optin_5','mailchimp_7227261368','203.104.11.78','714',0),(20720,'2018-07-23 09:14:25','imp','optin_5','mailchimp_7227261368','203.104.11.78','0',0),(20721,'2018-07-23 10:03:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20722,'2018-07-23 10:12:57','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20723,'2018-07-23 11:21:18','imp','optin_2','mailchimp_7227261368','113.177.55.103','92',0),(20724,'2018-07-23 11:21:24','imp','optin_5','mailchimp_7227261368','113.177.55.103','0',0),(20725,'2018-07-23 11:41:32','imp','optin_2','mailchimp_7227261368','202.46.56.114','92',0),(20726,'2018-07-23 12:28:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20727,'2018-07-23 12:40:24','imp','optin_2','mailchimp_7227261368','89.151.178.55','92',0),(20728,'2018-07-23 13:12:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20729,'2018-07-23 13:30:12','imp','optin_2','mailchimp_7227261368','202.46.50.185','92',0),(20730,'2018-07-23 14:52:44','imp','optin_5','mailchimp_7227261368','5.255.250.7','667',0),(20731,'2018-07-23 14:55:29','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20732,'2018-07-23 14:57:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(20733,'2018-07-23 15:21:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(20734,'2018-07-23 16:08:01','imp','optin_5','mailchimp_7227261368','207.46.13.185','0',0),(20735,'2018-07-23 16:32:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(20736,'2018-07-23 16:58:43','imp','optin_5','mailchimp_7227261368','51.254.71.213','0',0),(20737,'2018-07-23 17:27:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(20738,'2018-07-23 17:40:40','imp','optin_5','mailchimp_7227261368','75.71.38.149','0',0),(20739,'2018-07-23 18:23:15','imp','optin_2','mailchimp_7227261368','66.249.66.26','411',0),(20740,'2018-07-23 18:23:16','imp','optin_2','mailchimp_7227261368','66.249.66.26','411',0),(20741,'2018-07-23 18:27:22','imp','optin_5','mailchimp_7227261368','202.46.57.165','714',0),(20742,'2018-07-23 19:14:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(20743,'2018-07-23 19:15:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(20744,'2018-07-23 19:41:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','573',0),(20745,'2018-07-23 20:11:48','imp','optin_5','mailchimp_7227261368','141.8.143.189','680',0),(20746,'2018-07-23 22:48:34','imp','optin_5','mailchimp_7227261368','202.46.49.208','843',0),(20747,'2018-07-23 23:58:24','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20748,'2018-07-24 02:03:47','imp','optin_2','mailchimp_7227261368','202.46.58.113','92',0),(20749,'2018-07-24 03:03:01','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(20750,'2018-07-24 03:53:12','imp','optin_2','mailchimp_7227261368','202.46.54.97','92',0),(20751,'2018-07-24 04:07:38','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(20752,'2018-07-24 04:18:17','imp','optin_5','mailchimp_7227261368','93.84.33.110','714',0),(20753,'2018-07-24 04:18:24','imp','optin_5','mailchimp_7227261368','93.84.33.110','0',0),(20754,'2018-07-24 04:18:29','imp','optin_7','mailchimp_7227261368','93.84.33.110','714',0),(20755,'2018-07-24 04:18:40','imp','optin_5','mailchimp_7227261368','93.84.33.110','0',0),(20756,'2018-07-24 04:18:42','imp','optin_8','7227261368','93.84.33.110','714',0),(20757,'2018-07-24 04:18:48','imp','optin_8','7227261368','93.84.33.110','714',0),(20758,'2018-07-24 04:26:31','imp','optin_2','mailchimp_7227261368','202.46.50.161','92',0),(20759,'2018-07-24 05:16:52','imp','optin_5','mailchimp_7227261368','94.23.204.36','0',0),(20760,'2018-07-24 05:33:11','imp','optin_5','mailchimp_7227261368','202.46.58.112','667',0),(20761,'2018-07-24 06:08:33','imp','optin_2','mailchimp_7227261368','202.46.52.172','92',0),(20762,'2018-07-24 06:14:19','imp','optin_2','mailchimp_7227261368','31.13.113.79','92',0),(20763,'2018-07-24 06:14:21','imp','optin_2','mailchimp_7227261368','31.13.114.112','92',0),(20764,'2018-07-24 06:36:05','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(20765,'2018-07-24 06:37:36','imp','optin_8','7227261368','66.249.66.27','0',0),(20766,'2018-07-24 06:57:27','imp','optin_2','mailchimp_7227261368','172.241.187.235','92',0),(20767,'2018-07-24 06:57:35','imp','optin_2','mailchimp_7227261368','172.241.187.235','92',0),(20768,'2018-07-24 07:27:18','imp','optin_5','mailchimp_7227261368','40.77.167.175','714',0),(20769,'2018-07-24 09:03:28','imp','optin_5','mailchimp_7227261368','141.8.143.170','591',0),(20770,'2018-07-24 09:11:30','imp','optin_5','mailchimp_7227261368','93.158.161.121','666',0),(20771,'2018-07-24 09:33:45','imp','optin_5','mailchimp_7227261368','202.46.48.126','664',0),(20772,'2018-07-24 10:13:06','imp','optin_2','mailchimp_7227261368','138.197.111.95','92',0),(20773,'2018-07-24 10:13:12','imp','optin_5','mailchimp_7227261368','138.197.111.95','0',0),(20774,'2018-07-24 10:43:36','imp','optin_5','mailchimp_7227261368','192.99.35.121','0',0),(20775,'2018-07-24 10:43:42','imp','optin_5','mailchimp_7227261368','192.99.35.121','0',0),(20776,'2018-07-24 11:48:30','imp','optin_5','mailchimp_7227261368','202.46.55.123','835',0),(20777,'2018-07-24 12:30:36','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20778,'2018-07-24 12:37:42','imp','optin_2','mailchimp_7227261368','202.46.54.19','92',0),(20779,'2018-07-24 12:58:49','imp','optin_2','mailchimp_7227261368','202.46.57.183','92',0),(20780,'2018-07-24 13:01:12','imp','optin_5','mailchimp_7227261368','92.243.28.45','0',0),(20781,'2018-07-24 13:19:16','imp','optin_5','mailchimp_7227261368','174.45.193.153','714',0),(20782,'2018-07-24 13:19:22','imp','optin_5','mailchimp_7227261368','174.45.193.153','0',0),(20783,'2018-07-24 13:19:26','imp','optin_7','mailchimp_7227261368','174.45.193.153','714',0),(20784,'2018-07-24 13:19:36','imp','optin_5','mailchimp_7227261368','174.45.193.153','0',0),(20785,'2018-07-24 13:19:43','imp','optin_8','7227261368','174.45.193.153','714',0),(20786,'2018-07-24 14:04:01','imp','optin_2','mailchimp_7227261368','192.168.30.155','92',0),(20787,'2018-07-24 14:04:09','imp','optin_5','mailchimp_7227261368','192.168.30.155','0',0),(20788,'2018-07-24 14:04:14','imp','optin_5','mailchimp_7227261368','192.168.30.155','0',0),(20789,'2018-07-24 14:04:30','imp','optin_8','7227261368','192.168.30.155','-1',0),(20790,'2018-07-24 14:18:42','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(20791,'2018-07-24 15:58:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20792,'2018-07-24 19:03:47','imp','optin_5','mailchimp_7227261368','202.46.51.179','714',0),(20793,'2018-07-24 19:32:04','imp','optin_5','mailchimp_7227261368','184.168.193.135','0',0),(20794,'2018-07-24 19:32:08','imp','optin_5','mailchimp_7227261368','184.168.193.135','0',0),(20795,'2018-07-24 20:45:52','imp','optin_5','mailchimp_7227261368','40.77.167.175','0',0),(20796,'2018-07-24 21:20:40','imp','optin_2','mailchimp_7227261368','134.249.50.5','92',0),(20797,'2018-07-24 21:20:44','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20798,'2018-07-24 21:20:49','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(20799,'2018-07-24 22:20:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20800,'2018-07-24 22:52:41','imp','optin_2','mailchimp_7227261368','89.151.178.55','92',0),(20801,'2018-07-24 23:52:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(20802,'2018-07-25 00:19:39','imp','optin_2','mailchimp_7227261368','169.55.194.61','92',0),(20803,'2018-07-25 01:48:09','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20804,'2018-07-25 01:57:19','imp','optin_2','mailchimp_7227261368','46.118.155.165','92',0),(20805,'2018-07-25 01:57:22','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(20806,'2018-07-25 01:57:25','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(20807,'2018-07-25 02:04:28','imp','optin_2','mailchimp_7227261368','212.129.61.154','92',0),(20808,'2018-07-25 02:04:31','imp','optin_5','mailchimp_7227261368','212.129.61.154','0',0),(20809,'2018-07-25 02:04:33','imp','optin_5','mailchimp_7227261368','212.129.61.154','0',0),(20810,'2018-07-25 02:11:32','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20811,'2018-07-25 02:11:48','imp','optin_8','7227261368','66.249.66.27','0',0),(20812,'2018-07-25 02:40:43','imp','optin_5','mailchimp_7227261368','202.46.48.89','0',0),(20813,'2018-07-25 03:36:31','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(20814,'2018-07-25 04:06:05','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20815,'2018-07-25 04:31:25','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(20816,'2018-07-25 04:33:39','imp','optin_5','mailchimp_7227261368','34.207.98.73','714',0),(20817,'2018-07-25 04:37:55','imp','optin_5','mailchimp_7227261368','163.172.255.166','0',0),(20818,'2018-07-25 05:23:19','imp','optin_5','mailchimp_7227261368','173.249.6.207','0',0),(20819,'2018-07-25 06:44:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20820,'2018-07-25 07:11:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20821,'2018-07-25 07:58:49','imp','optin_5','mailchimp_7227261368','202.46.48.120','570',0),(20822,'2018-07-25 09:48:49','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20823,'2018-07-25 10:28:14','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20824,'2018-07-25 10:50:53','imp','optin_2','mailchimp_7227261368','168.227.180.34','92',0),(20825,'2018-07-25 11:21:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(20826,'2018-07-25 11:32:36','imp','optin_5','mailchimp_7227261368','40.77.167.175','714',0),(20827,'2018-07-25 12:05:32','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(20828,'2018-07-25 12:05:40','imp','optin_8','7227261368','66.249.66.26','-1',0),(20829,'2018-07-25 13:12:05','imp','optin_2','mailchimp_7227261368','202.46.58.75','92',0),(20830,'2018-07-25 13:54:52','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20831,'2018-07-25 14:04:23','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(20832,'2018-07-25 14:04:23','imp','optin_2','mailchimp_7227261368','107.21.1.8','92',0),(20833,'2018-07-25 14:04:26','imp','optin_5','mailchimp_7227261368','107.21.1.8','0',0),(20834,'2018-07-25 14:04:26','imp','optin_5','mailchimp_7227261368','54.208.102.37','0',0),(20835,'2018-07-25 14:19:47','imp','optin_2','mailchimp_7227261368','104.144.236.6','92',0),(20836,'2018-07-25 14:32:00','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(20837,'2018-07-25 14:32:11','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20838,'2018-07-25 14:32:17','imp','optin_8','7227261368','66.249.66.26','-1',0),(20839,'2018-07-25 14:45:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20840,'2018-07-25 14:46:00','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20841,'2018-07-25 14:47:39','imp','optin_2','mailchimp_7227261368','132.148.80.15','92',0),(20842,'2018-07-25 15:55:32','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20843,'2018-07-25 16:34:38','imp','optin_5','mailchimp_7227261368','173.255.195.47','0',0),(20844,'2018-07-25 17:14:33','imp','optin_2','mailchimp_7227261368','212.237.5.106','92',0),(20845,'2018-07-25 18:35:33','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20846,'2018-07-25 18:35:33','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20847,'2018-07-25 18:56:39','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20848,'2018-07-25 19:33:29','imp','optin_2','mailchimp_7227261368','172.241.187.235','92',0),(20849,'2018-07-25 19:41:06','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20850,'2018-07-25 20:36:47','imp','optin_2','mailchimp_7227261368','178.137.93.108','92',0),(20851,'2018-07-25 20:36:52','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(20852,'2018-07-25 20:36:54','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(20853,'2018-07-25 21:22:03','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(20854,'2018-07-25 22:04:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(20855,'2018-07-25 23:00:31','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20856,'2018-07-25 23:00:37','imp','optin_8','7227261368','66.249.66.26','-1',0),(20857,'2018-07-25 23:07:27','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20858,'2018-07-25 23:28:38','imp','optin_2','mailchimp_7227261368','207.46.13.42','92',0),(20859,'2018-07-25 23:29:14','imp','optin_5','mailchimp_7227261368','207.46.13.44','0',0),(20860,'2018-07-25 23:46:28','imp','optin_5','mailchimp_7227261368','202.46.50.79','666',0),(20861,'2018-07-26 00:33:04','imp','optin_5','mailchimp_7227261368','176.62.193.89','0',0),(20862,'2018-07-26 01:27:55','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20863,'2018-07-26 01:51:41','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(20864,'2018-07-26 02:16:04','imp','optin_2','mailchimp_7227261368','202.46.57.209','92',0),(20865,'2018-07-26 02:49:29','imp','optin_2','mailchimp_7227261368','212.129.61.154','92',0),(20866,'2018-07-26 02:49:32','imp','optin_5','mailchimp_7227261368','212.129.61.154','0',0),(20867,'2018-07-26 02:49:34','imp','optin_5','mailchimp_7227261368','212.129.61.154','0',0),(20868,'2018-07-26 06:53:04','imp','optin_5','mailchimp_7227261368','141.8.144.39','668',0),(20869,'2018-07-26 07:59:21','imp','optin_8','7227261368','66.249.66.26','78',0),(20870,'2018-07-26 08:03:37','imp','optin_2','mailchimp_7227261368','202.46.53.148','92',0),(20871,'2018-07-26 08:44:52','imp','optin_5','mailchimp_7227261368','207.46.13.43','714',0),(20872,'2018-07-26 10:09:05','imp','optin_2','mailchimp_7227261368','54.160.114.133','92',0),(20873,'2018-07-26 10:09:07','imp','optin_2','mailchimp_7227261368','54.160.114.133','92',0),(20874,'2018-07-26 10:09:09','imp','optin_5','mailchimp_7227261368','54.160.114.133','76',0),(20875,'2018-07-26 10:09:11','imp','optin_5','mailchimp_7227261368','54.160.114.133','76',0),(20876,'2018-07-26 10:09:25','imp','optin_5','mailchimp_7227261368','54.160.114.133','0',0),(20877,'2018-07-26 10:09:26','imp','optin_2','mailchimp_7227261368','54.160.114.133','92',0),(20878,'2018-07-26 10:09:32','imp','optin_5','mailchimp_7227261368','54.160.114.133','0',0),(20879,'2018-07-26 10:18:11','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(20880,'2018-07-26 10:54:57','imp','optin_5','mailchimp_7227261368','207.46.13.44','0',0),(20881,'2018-07-26 11:00:09','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(20882,'2018-07-26 11:31:07','imp','optin_8','7227261368','66.249.66.26','78',0),(20883,'2018-07-26 11:34:02','imp','optin_2','mailchimp_7227261368','34.229.212.65','92',0),(20884,'2018-07-26 13:17:37','imp','optin_2','mailchimp_7227261368','202.46.53.47','92',0),(20885,'2018-07-26 13:26:48','imp','optin_5','mailchimp_7227261368','74.201.38.160','0',0),(20886,'2018-07-26 13:53:24','imp','optin_2','mailchimp_7227261368','202.46.51.22','92',0),(20887,'2018-07-26 15:42:28','imp','optin_5','mailchimp_7227261368','2001:44b8:2d9:ab00:31a9:f3de:e49c:cdff','714',0),(20888,'2018-07-26 15:42:30','imp','optin_5','mailchimp_7227261368','118.210.131.51','714',0),(20889,'2018-07-26 15:42:35','imp','optin_5','mailchimp_7227261368','2001:44b8:2d9:ab00:31a9:f3de:e49c:cdff','0',0),(20890,'2018-07-26 15:42:37','imp','optin_7','mailchimp_7227261368','118.210.131.51','714',0),(20891,'2018-07-26 15:42:42','imp','optin_5','mailchimp_7227261368','2001:44b8:2d9:ab00:31a9:f3de:e49c:cdff','0',0),(20892,'2018-07-26 15:42:57','imp','optin_8','7227261368','118.210.131.51','714',0),(20893,'2018-07-26 16:53:29','imp','optin_5','mailchimp_7227261368','69.12.66.247','0',0),(20894,'2018-07-26 17:10:15','imp','optin_5','mailchimp_7227261368','217.168.155.84','0',0),(20895,'2018-07-26 17:29:10','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20896,'2018-07-26 18:02:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20897,'2018-07-26 18:52:00','imp','optin_5','mailchimp_7227261368','207.46.13.43','0',0),(20898,'2018-07-26 19:04:29','imp','optin_5','mailchimp_7227261368','92.222.29.57','0',0),(20899,'2018-07-26 19:08:19','imp','optin_5','mailchimp_7227261368','202.46.55.195','835',0),(20900,'2018-07-26 20:48:22','imp','optin_2','mailchimp_7227261368','202.46.52.173','92',0),(20901,'2018-07-26 21:13:16','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(20902,'2018-07-26 21:21:41','imp','optin_5','mailchimp_7227261368','202.46.53.140','570',0),(20903,'2018-07-26 21:43:47','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(20904,'2018-07-26 22:00:22','imp','optin_2','mailchimp_7227261368','64.246.165.50','92',0),(20905,'2018-07-26 23:11:36','imp','optin_2','mailchimp_7227261368','64.246.161.42','92',0),(20906,'2018-07-26 23:30:34','imp','optin_2','mailchimp_7227261368','206.81.26.84','92',0),(20907,'2018-07-27 00:17:06','imp','optin_5','mailchimp_7227261368','184.168.46.146','0',0),(20908,'2018-07-27 00:17:09','imp','optin_5','mailchimp_7227261368','184.168.46.146','0',0),(20909,'2018-07-27 01:46:49','imp','optin_5','mailchimp_7227261368','202.46.54.21','667',0),(20910,'2018-07-27 01:46:57','imp','optin_2','mailchimp_7227261368','1.136.111.242','92',0),(20911,'2018-07-27 01:47:03','imp','optin_5','mailchimp_7227261368','1.136.111.242','0',0),(20912,'2018-07-27 01:47:25','imp','optin_8','7227261368','1.136.111.242','-1',0),(20913,'2018-07-27 01:48:50','imp','optin_5','mailchimp_7227261368','1.136.111.242','0',0),(20914,'2018-07-27 02:39:11','imp','optin_2','mailchimp_7227261368','195.245.113.127','92',0),(20915,'2018-07-27 03:22:28','imp','optin_5','mailchimp_7227261368','202.46.53.158','664',0),(20916,'2018-07-27 04:06:00','imp','optin_2','mailchimp_7227261368','52.56.238.24','92',0),(20917,'2018-07-27 04:34:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20918,'2018-07-27 04:47:40','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(20919,'2018-07-27 05:28:35','imp','optin_5','mailchimp_7227261368','40.77.167.83','173',0),(20920,'2018-07-27 06:52:31','imp','optin_5','mailchimp_7227261368','207.46.13.44','0',0),(20921,'2018-07-27 08:02:47','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20922,'2018-07-27 08:02:47','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20923,'2018-07-27 08:30:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(20924,'2018-07-27 08:39:36','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20925,'2018-07-27 09:02:04','imp','optin_5','mailchimp_7227261368','160.177.81.140','714',0),(20926,'2018-07-27 09:02:10','imp','optin_5','mailchimp_7227261368','105.156.107.4','0',0),(20927,'2018-07-27 09:02:15','imp','optin_7','mailchimp_7227261368','160.177.81.140','714',0),(20928,'2018-07-27 09:02:23','imp','optin_5','mailchimp_7227261368','105.156.107.4','0',0),(20929,'2018-07-27 09:41:51','imp','optin_2','mailchimp_7227261368','202.46.52.75','92',0),(20930,'2018-07-27 10:22:56','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20931,'2018-07-27 10:59:48','imp','optin_5','mailchimp_7227261368','100.43.91.127','570',0),(20932,'2018-07-27 11:01:43','imp','optin_2','mailchimp_7227261368','202.46.54.207','92',0),(20933,'2018-07-27 11:12:43','imp','optin_2','mailchimp_7227261368','23.250.17.222','92',0),(20934,'2018-07-27 11:55:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(20935,'2018-07-27 12:05:04','imp','optin_2','mailchimp_7227261368','202.46.51.176','92',0),(20936,'2018-07-27 12:19:00','imp','optin_5','mailchimp_7227261368','207.46.13.43','714',0),(20937,'2018-07-27 12:31:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(20938,'2018-07-27 14:16:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20939,'2018-07-27 14:22:53','imp','optin_5','mailchimp_7227261368','37.157.194.142','0',0),(20940,'2018-07-27 14:54:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(20941,'2018-07-27 15:02:33','imp','optin_2','mailchimp_7227261368','209.169.166.148','92',0),(20942,'2018-07-27 15:27:11','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20943,'2018-07-27 18:32:18','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20944,'2018-07-27 18:59:18','imp','optin_2','mailchimp_7227261368','46.118.155.165','92',0),(20945,'2018-07-27 18:59:21','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(20946,'2018-07-27 18:59:24','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(20947,'2018-07-27 20:39:50','imp','optin_5','mailchimp_7227261368','188.166.82.177','0',0),(20948,'2018-07-27 22:08:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20949,'2018-07-27 22:38:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(20950,'2018-07-27 23:34:42','imp','optin_2','mailchimp_7227261368','115.186.186.95','92',0),(20951,'2018-07-28 00:10:30','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(20952,'2018-07-28 02:24:37','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(20953,'2018-07-28 02:59:20','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(20954,'2018-07-28 03:17:55','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(20955,'2018-07-28 03:25:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20956,'2018-07-28 04:58:22','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20957,'2018-07-28 05:27:29','imp','optin_2','mailchimp_7227261368','192.35.222.23','92',0),(20958,'2018-07-28 05:27:36','imp','optin_5','mailchimp_7227261368','192.35.222.23','0',0),(20959,'2018-07-28 07:30:56','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(20960,'2018-07-28 07:41:03','imp','optin_2','mailchimp_7227261368','5.62.60.127','92',0),(20961,'2018-07-28 07:55:27','imp','optin_2','mailchimp_7227261368','5.62.60.127','92',0),(20962,'2018-07-28 07:59:38','imp','optin_5','mailchimp_7227261368','89.158.95.52','714',0),(20963,'2018-07-28 07:59:45','imp','optin_5','mailchimp_7227261368','89.158.95.52','0',0),(20964,'2018-07-28 07:59:47','imp','optin_7','mailchimp_7227261368','89.158.95.52','714',0),(20965,'2018-07-28 07:59:52','imp','optin_5','mailchimp_7227261368','89.158.95.52','0',0),(20966,'2018-07-28 08:00:00','imp','optin_8','7227261368','89.158.95.52','714',0),(20967,'2018-07-28 08:00:06','imp','optin_8','7227261368','89.158.95.52','714',0),(20968,'2018-07-28 08:01:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(20969,'2018-07-28 08:18:43','imp','optin_2','mailchimp_7227261368','5.62.60.127','92',0),(20970,'2018-07-28 09:52:16','imp','optin_2','mailchimp_7227261368','5.62.60.127','92',0),(20971,'2018-07-28 09:56:51','imp','optin_5','mailchimp_7227261368','51.254.125.56','0',0),(20972,'2018-07-28 10:40:57','imp','optin_2','mailchimp_7227261368','202.46.57.183','92',0),(20973,'2018-07-28 10:47:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(20974,'2018-07-28 11:53:33','imp','optin_2','mailchimp_7227261368','202.46.56.116','92',0),(20975,'2018-07-28 12:05:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20976,'2018-07-28 12:11:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(20977,'2018-07-28 13:23:57','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(20978,'2018-07-28 13:59:42','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20979,'2018-07-28 14:31:26','imp','optin_2','mailchimp_7227261368','202.46.56.91','2',0),(20980,'2018-07-28 16:27:22','imp','optin_5','mailchimp_7227261368','202.46.52.158','682',0),(20981,'2018-07-28 17:46:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(20982,'2018-07-28 18:33:46','imp','optin_5','mailchimp_7227261368','207.46.13.43','0',0),(20983,'2018-07-28 18:42:54','imp','optin_2','mailchimp_7227261368','54.208.102.37','92',0),(20984,'2018-07-28 18:42:54','imp','optin_2','mailchimp_7227261368','107.21.1.8','92',0),(20985,'2018-07-28 18:42:57','imp','optin_5','mailchimp_7227261368','107.21.1.8','0',0),(20986,'2018-07-28 18:42:57','imp','optin_5','mailchimp_7227261368','54.208.102.37','0',0),(20987,'2018-07-28 19:57:31','imp','optin_5','mailchimp_7227261368','34.207.98.73','667',0),(20988,'2018-07-28 20:42:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(20989,'2018-07-28 20:48:35','imp','optin_5','mailchimp_7227261368','202.46.49.144','835',0),(20990,'2018-07-28 21:21:48','imp','optin_2','mailchimp_7227261368','195.223.42.6','92',0),(20991,'2018-07-28 21:24:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','575',0),(20992,'2018-07-28 23:16:03','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(20993,'2018-07-28 23:26:57','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20994,'2018-07-28 23:26:58','imp','optin_2','mailchimp_7227261368','207.46.13.42','411',0),(20995,'2018-07-28 23:42:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(20996,'2018-07-29 00:04:12','imp','optin_5','mailchimp_7227261368','66.249.66.27','76',0),(20997,'2018-07-29 00:07:03','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(20998,'2018-07-29 00:07:18','imp','optin_8','7227261368','66.249.66.26','76',0),(20999,'2018-07-29 01:00:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(21000,'2018-07-29 02:11:29','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21001,'2018-07-29 02:17:59','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21002,'2018-07-29 02:17:59','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21003,'2018-07-29 02:17:59','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(21004,'2018-07-29 03:10:08','imp','optin_2','mailchimp_7227261368','66.220.156.16','92',0),(21005,'2018-07-29 03:10:14','imp','optin_5','mailchimp_7227261368','66.220.156.19','0',0),(21006,'2018-07-29 03:10:18','imp','optin_5','mailchimp_7227261368','66.220.156.19','0',0),(21007,'2018-07-29 03:10:37','imp','optin_8','7227261368','66.220.156.19','-1',0),(21008,'2018-07-29 04:05:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','680',0),(21009,'2018-07-29 04:11:36','imp','optin_5','mailchimp_7227261368','194.103.7.26','0',0),(21010,'2018-07-29 04:13:39','imp','optin_5','mailchimp_7227261368','202.46.54.71','843',0),(21011,'2018-07-29 04:19:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(21012,'2018-07-29 04:20:03','imp','optin_2','mailchimp_7227261368','46.118.155.165','92',0),(21013,'2018-07-29 04:20:06','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(21014,'2018-07-29 04:20:09','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(21015,'2018-07-29 05:26:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(21016,'2018-07-29 06:01:46','imp','optin_5','mailchimp_7227261368','50.63.194.69','0',0),(21017,'2018-07-29 06:01:50','imp','optin_5','mailchimp_7227261368','50.63.194.69','0',0),(21018,'2018-07-29 06:29:58','imp','optin_5','mailchimp_7227261368','207.46.13.8','0',0),(21019,'2018-07-29 07:01:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21020,'2018-07-29 07:56:09','imp','optin_5','mailchimp_7227261368','97.95.227.192','714',0),(21021,'2018-07-29 08:12:27','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(21022,'2018-07-29 09:47:05','imp','optin_5','mailchimp_7227261368','185.148.241.43','0',0),(21023,'2018-07-29 11:12:04','imp','optin_2','mailchimp_7227261368','202.46.58.190','92',0),(21024,'2018-07-29 11:50:47','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(21025,'2018-07-29 12:43:29','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(21026,'2018-07-29 12:43:48','imp','optin_8','7227261368','66.249.66.26','-1',0),(21027,'2018-07-29 12:48:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(21028,'2018-07-29 13:26:22','imp','optin_8','7227261368','66.249.66.27','697',0),(21029,'2018-07-29 14:32:32','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21030,'2018-07-29 15:25:07','imp','optin_5','mailchimp_7227261368','87.106.48.6','0',0),(21031,'2018-07-29 15:41:30','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21032,'2018-07-29 16:29:49','imp','optin_2','mailchimp_7227261368','139.5.103.234','92',0),(21033,'2018-07-29 16:29:51','imp','optin_5','mailchimp_7227261368','139.5.103.234','0',0),(21034,'2018-07-29 17:24:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(21035,'2018-07-29 18:02:35','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(21036,'2018-07-29 18:02:52','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21037,'2018-07-29 19:27:31','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(21038,'2018-07-29 20:14:28','imp','optin_5','mailchimp_7227261368','185.58.73.18','0',0),(21039,'2018-07-29 20:27:57','imp','optin_5','mailchimp_7227261368','212.227.81.33','0',0),(21040,'2018-07-29 20:27:58','imp','optin_5','mailchimp_7227261368','212.227.81.33','0',0),(21041,'2018-07-29 21:57:16','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21042,'2018-07-29 22:17:08','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21043,'2018-07-29 23:19:50','imp','optin_2','mailchimp_7227261368','171.242.109.247','92',0),(21044,'2018-07-29 23:37:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(21045,'2018-07-29 23:39:15','imp','optin_5','mailchimp_7227261368','5.145.175.111','0',0),(21046,'2018-07-29 23:39:15','imp','optin_5','mailchimp_7227261368','202.46.55.156','714',0),(21047,'2018-07-29 23:39:40','imp','optin_5','mailchimp_7227261368','5.145.175.111','0',0),(21048,'2018-07-29 23:54:28','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21049,'2018-07-30 01:23:56','imp','optin_5','mailchimp_7227261368','5.148.188.20','0',0),(21050,'2018-07-30 01:51:08','imp','optin_5','mailchimp_7227261368','81.88.49.32','0',0),(21051,'2018-07-30 01:51:08','imp','optin_5','mailchimp_7227261368','81.88.49.38','0',0),(21052,'2018-07-30 01:51:09','imp','optin_5','mailchimp_7227261368','81.88.49.23','0',0),(21053,'2018-07-30 02:44:14','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21054,'2018-07-30 05:10:23','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(21055,'2018-07-30 05:51:16','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21056,'2018-07-30 06:39:24','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(21057,'2018-07-30 06:39:37','imp','optin_8','7227261368','66.249.66.26','-1',0),(21058,'2018-07-30 06:49:42','imp','optin_5','mailchimp_7227261368','94.46.162.30','0',0),(21059,'2018-07-30 06:49:45','imp','optin_5','mailchimp_7227261368','94.46.162.30','0',0),(21060,'2018-07-30 07:56:43','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21061,'2018-07-30 08:05:40','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(21062,'2018-07-30 08:05:40','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(21063,'2018-07-30 08:05:40','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(21064,'2018-07-30 08:56:59','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(21065,'2018-07-30 08:59:44','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(21066,'2018-07-30 08:59:49','imp','optin_8','7227261368','66.249.66.27','0',0),(21067,'2018-07-30 10:56:10','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21068,'2018-07-30 11:00:18','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(21069,'2018-07-30 11:04:43','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21070,'2018-07-30 11:05:22','imp','optin_8','7227261368','66.249.66.26','0',0),(21071,'2018-07-30 11:21:36','imp','optin_5','mailchimp_7227261368','46.242.145.99','0',0),(21072,'2018-07-30 11:24:28','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21073,'2018-07-30 12:23:10','imp','optin_5','mailchimp_7227261368','66.249.66.27','714',0),(21074,'2018-07-30 13:22:12','imp','optin_8','7227261368','66.249.66.26','-1',0),(21075,'2018-07-30 14:09:25','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(21076,'2018-07-30 14:09:31','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(21077,'2018-07-30 14:45:22','imp','optin_5','mailchimp_7227261368','103.67.235.111','0',0),(21078,'2018-07-30 15:43:12','imp','optin_2','mailchimp_7227261368','157.55.39.42','92',0),(21079,'2018-07-30 15:43:30','imp','optin_5','mailchimp_7227261368','65.55.210.69','0',0),(21080,'2018-07-30 15:43:55','imp','optin_8','7227261368','65.55.210.69','-1',0),(21081,'2018-07-30 15:54:51','imp','optin_5','mailchimp_7227261368','89.161.181.212','0',0),(21082,'2018-07-30 16:43:49','imp','optin_5','mailchimp_7227261368','66.249.66.27','835',0),(21083,'2018-07-30 16:43:57','imp','optin_8','7227261368','66.249.66.27','835',0),(21084,'2018-07-30 17:13:05','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21085,'2018-07-30 17:13:14','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21086,'2018-07-30 17:14:56','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21087,'2018-07-30 17:35:59','imp','optin_5','mailchimp_7227261368','93.123.73.193','0',0),(21088,'2018-07-30 18:13:02','imp','optin_5','mailchimp_7227261368','66.249.66.27','594',0),(21089,'2018-07-30 18:22:23','imp','optin_5','mailchimp_7227261368','144.76.222.40','0',0),(21090,'2018-07-30 18:25:20','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(21091,'2018-07-30 18:47:48','imp','optin_5','mailchimp_7227261368','157.55.39.115','0',0),(21092,'2018-07-30 18:48:51','imp','optin_5','mailchimp_7227261368','93.158.161.105','0',0),(21093,'2018-07-30 18:50:45','imp','optin_5','mailchimp_7227261368','118.209.205.185','714',0),(21094,'2018-07-30 18:50:51','imp','optin_5','mailchimp_7227261368','118.209.205.185','0',0),(21095,'2018-07-30 18:50:53','imp','optin_7','mailchimp_7227261368','118.209.205.185','714',0),(21096,'2018-07-30 18:51:00','imp','optin_8','7227261368','118.209.205.185','714',0),(21097,'2018-07-30 18:51:03','imp','optin_5','mailchimp_7227261368','118.209.205.185','0',0),(21098,'2018-07-30 18:54:44','imp','optin_5','mailchimp_7227261368','37.139.0.76','0',0),(21099,'2018-07-30 19:13:16','imp','optin_8','7227261368','66.249.66.27','78',0),(21100,'2018-07-30 19:31:22','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21101,'2018-07-30 19:33:41','imp','optin_5','mailchimp_7227261368','37.187.77.211','0',0),(21102,'2018-07-30 19:40:36','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21103,'2018-07-30 20:08:56','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(21104,'2018-07-30 20:14:38','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21105,'2018-07-30 20:25:51','imp','optin_5','mailchimp_7227261368','5.135.143.224','0',0),(21106,'2018-07-30 20:32:34','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(21107,'2018-07-30 20:32:56','imp','optin_8','7227261368','66.249.66.26','0',0),(21108,'2018-07-30 21:20:42','imp','optin_2','mailchimp_7227261368','188.165.193.197','92',0),(21109,'2018-07-30 22:17:31','imp','optin_2','mailchimp_7227261368','104.131.254.50','92',0),(21110,'2018-07-30 22:20:53','imp','optin_5','mailchimp_7227261368','66.249.66.27','682',0),(21111,'2018-07-30 22:38:39','imp','optin_2','mailchimp_7227261368','162.243.244.161','92',0),(21112,'2018-07-30 22:43:21','imp','optin_5','mailchimp_7227261368','66.249.66.26','679',0),(21113,'2018-07-30 22:43:30','imp','optin_8','7227261368','66.249.66.26','679',0),(21114,'2018-07-30 23:04:04','imp','optin_2','mailchimp_7227261368','196.38.105.69','92',0),(21115,'2018-07-30 23:21:48','imp','optin_2','mailchimp_7227261368','5.189.162.237','92',0),(21116,'2018-07-30 23:37:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','683',0),(21117,'2018-07-30 23:39:09','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(21118,'2018-07-30 23:39:22','imp','optin_8','7227261368','66.249.66.26','-1',0),(21119,'2018-07-30 23:49:12','imp','optin_5','mailchimp_7227261368','141.8.144.39','591',0),(21120,'2018-07-31 00:35:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','595',0),(21121,'2018-07-31 00:47:10','imp','optin_5','mailchimp_7227261368','66.249.66.28','602',0),(21122,'2018-07-31 00:47:24','imp','optin_8','7227261368','66.249.66.26','602',0),(21123,'2018-07-31 01:00:06','imp','optin_2','mailchimp_7227261368','192.95.30.29','92',0),(21124,'2018-07-31 01:01:18','imp','optin_5','mailchimp_7227261368','202.46.49.204','0',0),(21125,'2018-07-31 01:33:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(21126,'2018-07-31 01:50:37','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(21127,'2018-07-31 02:13:16','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21128,'2018-07-31 02:21:20','imp','optin_5','mailchimp_7227261368','13.66.205.121','714',0),(21129,'2018-07-31 02:35:35','imp','optin_5','mailchimp_7227261368','157.55.39.43','173',0),(21130,'2018-07-31 02:42:25','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(21131,'2018-07-31 02:42:29','imp','optin_8','7227261368','66.249.66.27','-1',0),(21132,'2018-07-31 03:24:57','imp','optin_2','mailchimp_7227261368','138.197.7.102','92',0),(21133,'2018-07-31 03:25:21','imp','optin_5','mailchimp_7227261368','138.197.7.102','666',0),(21134,'2018-07-31 03:25:21','imp','optin_2','mailchimp_7227261368','138.197.7.102','2',0),(21135,'2018-07-31 03:25:22','imp','optin_5','mailchimp_7227261368','138.197.7.102','76',0),(21136,'2018-07-31 03:25:24','imp','optin_2','mailchimp_7227261368','138.197.7.102','92',0),(21137,'2018-07-31 03:25:24','imp','optin_5','mailchimp_7227261368','138.197.7.102','0',0),(21138,'2018-07-31 03:25:25','imp','optin_5','mailchimp_7227261368','138.197.7.102','0',0),(21139,'2018-07-31 03:25:26','imp','optin_5','mailchimp_7227261368','138.197.7.102','0',0),(21140,'2018-07-31 03:25:27','imp','optin_5','mailchimp_7227261368','138.197.7.102','411',0),(21141,'2018-07-31 03:25:27','imp','optin_5','mailchimp_7227261368','138.197.7.102','714',0),(21142,'2018-07-31 03:25:27','imp','optin_5','mailchimp_7227261368','138.197.7.102','598',0),(21143,'2018-07-31 03:25:27','imp','optin_5','mailchimp_7227261368','138.197.7.102','663',0),(21144,'2018-07-31 03:25:28','imp','optin_5','mailchimp_7227261368','138.197.7.102','664',0),(21145,'2018-07-31 03:25:29','imp','optin_5','mailchimp_7227261368','138.197.7.102','665',0),(21146,'2018-07-31 03:25:30','imp','optin_5','mailchimp_7227261368','138.197.7.102','667',0),(21147,'2018-07-31 03:34:40','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(21148,'2018-07-31 06:07:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','682',0),(21149,'2018-07-31 06:45:11','imp','optin_5','mailchimp_7227261368','13.66.185.4','714',0),(21150,'2018-07-31 07:15:20','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21151,'2018-07-31 07:15:22','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21152,'2018-07-31 07:15:23','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21153,'2018-07-31 07:15:24','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21154,'2018-07-31 07:15:25','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21155,'2018-07-31 07:19:52','imp','optin_5','mailchimp_7227261368','185.234.217.19','0',0),(21156,'2018-07-31 08:10:54','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(21157,'2018-07-31 08:11:03','imp','optin_8','7227261368','66.249.66.26','-1',0),(21158,'2018-07-31 10:10:03','imp','optin_2','mailchimp_7227261368','202.46.51.58','92',0),(21159,'2018-07-31 11:31:13','imp','optin_5','mailchimp_7227261368','182.50.130.52','0',0),(21160,'2018-07-31 11:31:15','imp','optin_5','mailchimp_7227261368','182.50.130.52','0',0),(21161,'2018-07-31 11:42:59','imp','optin_5','mailchimp_7227261368','141.8.144.39','600',0),(21162,'2018-07-31 12:10:28','imp','optin_2','mailchimp_7227261368','213.170.84.42','92',0),(21163,'2018-07-31 12:29:36','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(21164,'2018-07-31 12:29:37','imp','optin_5','mailchimp_7227261368','91.208.99.2','0',0),(21165,'2018-07-31 13:18:12','imp','optin_5','mailchimp_7227261368','83.170.125.28','0',0),(21166,'2018-07-31 13:50:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','411',0),(21167,'2018-07-31 14:08:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','667',0),(21168,'2018-07-31 14:17:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(21169,'2018-07-31 15:16:09','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(21170,'2018-07-31 15:16:14','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(21171,'2018-07-31 15:36:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21172,'2018-07-31 15:45:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','76',0),(21173,'2018-07-31 16:55:32','imp','optin_5','mailchimp_7227261368','141.8.144.39','663',0),(21174,'2018-07-31 17:42:57','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(21175,'2018-07-31 17:43:01','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21176,'2018-07-31 17:55:12','imp','optin_5','mailchimp_7227261368','158.69.205.33','0',0),(21177,'2018-07-31 18:02:27','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21178,'2018-07-31 18:02:42','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21179,'2018-07-31 18:02:49','imp','optin_5','mailchimp_7227261368','85.134.54.10','0',0),(21180,'2018-07-31 18:52:20','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21181,'2018-07-31 18:59:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21182,'2018-07-31 19:41:45','imp','optin_2','mailchimp_7227261368','138.197.111.86','92',0),(21183,'2018-07-31 19:41:53','imp','optin_5','mailchimp_7227261368','138.197.111.86','0',0),(21184,'2018-07-31 20:47:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(21185,'2018-07-31 21:23:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','592',0),(21186,'2018-07-31 21:36:37','imp','optin_5','mailchimp_7227261368','94.23.204.36','0',0),(21187,'2018-07-31 21:36:51','imp','optin_5','mailchimp_7227261368','94.23.204.36','0',0),(21188,'2018-07-31 21:44:04','imp','optin_5','mailchimp_7227261368','37.187.132.5','0',0),(21189,'2018-07-31 21:44:09','imp','optin_5','mailchimp_7227261368','37.187.111.2','0',0),(21190,'2018-07-31 21:49:01','imp','optin_5','mailchimp_7227261368','144.217.15.227','0',0),(21191,'2018-07-31 22:39:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21192,'2018-07-31 23:00:58','imp','optin_2','mailchimp_7227261368','138.197.73.72','92',0),(21193,'2018-07-31 23:01:27','imp','optin_5','mailchimp_7227261368','138.197.73.72','76',0),(21194,'2018-07-31 23:01:28','imp','optin_2','mailchimp_7227261368','138.197.73.72','2',0),(21195,'2018-07-31 23:01:30','imp','optin_2','mailchimp_7227261368','138.197.73.72','92',0),(21196,'2018-07-31 23:01:31','imp','optin_5','mailchimp_7227261368','138.197.73.72','0',0),(21197,'2018-07-31 23:01:31','imp','optin_5','mailchimp_7227261368','138.197.73.72','0',0),(21198,'2018-07-31 23:01:33','imp','optin_5','mailchimp_7227261368','138.197.73.72','714',0),(21199,'2018-07-31 23:01:33','imp','optin_5','mailchimp_7227261368','138.197.73.72','411',0),(21200,'2018-07-31 23:01:33','imp','optin_5','mailchimp_7227261368','138.197.73.72','0',0),(21201,'2018-07-31 23:01:34','imp','optin_5','mailchimp_7227261368','138.197.73.72','598',0),(21202,'2018-07-31 23:01:34','imp','optin_5','mailchimp_7227261368','138.197.73.72','663',0),(21203,'2018-07-31 23:01:35','imp','optin_5','mailchimp_7227261368','138.197.73.72','665',0),(21204,'2018-07-31 23:01:36','imp','optin_5','mailchimp_7227261368','138.197.73.72','664',0),(21205,'2018-07-31 23:01:36','imp','optin_5','mailchimp_7227261368','138.197.73.72','666',0),(21206,'2018-07-31 23:01:36','imp','optin_5','mailchimp_7227261368','138.197.73.72','667',0),(21207,'2018-07-31 23:06:35','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21208,'2018-07-31 23:48:03','imp','optin_5','mailchimp_7227261368','207.46.13.66','714',0),(21209,'2018-07-31 23:53:08','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21210,'2018-08-01 00:21:42','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21211,'2018-08-01 01:10:36','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(21212,'2018-08-01 01:10:41','imp','optin_5','mailchimp_7227261368','192.99.9.147','0',0),(21213,'2018-08-01 02:05:50','imp','optin_5','mailchimp_7227261368','202.46.58.130','843',0),(21214,'2018-08-01 02:15:53','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21215,'2018-08-01 02:53:12','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21216,'2018-08-01 03:36:35','imp','optin_2','mailchimp_7227261368','202.46.49.143','92',0),(21217,'2018-08-01 03:49:39','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21218,'2018-08-01 03:50:59','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21219,'2018-08-01 03:51:06','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21220,'2018-08-01 06:27:20','imp','optin_2','mailchimp_7227261368','212.129.15.92','92',0),(21221,'2018-08-01 07:20:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','577',0),(21222,'2018-08-01 07:33:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21223,'2018-08-01 07:44:17','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21224,'2018-08-01 08:12:54','imp','optin_5','mailchimp_7227261368','157.55.39.43','0',0),(21225,'2018-08-01 09:12:23','imp','optin_5','mailchimp_7227261368','203.110.235.7','714',0),(21226,'2018-08-01 09:12:29','imp','optin_5','mailchimp_7227261368','203.110.235.7','0',0),(21227,'2018-08-01 09:12:34','imp','optin_7','mailchimp_7227261368','203.110.235.7','714',0),(21228,'2018-08-01 09:12:34','imp','optin_5','mailchimp_7227261368','203.110.235.7','0',0),(21229,'2018-08-01 09:12:53','imp','optin_8','7227261368','203.110.235.7','714',0),(21230,'2018-08-01 09:48:03','imp','optin_5','mailchimp_7227261368','203.110.235.7','714',0),(21231,'2018-08-01 09:48:06','imp','optin_5','mailchimp_7227261368','203.110.235.7','0',0),(21232,'2018-08-01 09:48:07','imp','optin_7','mailchimp_7227261368','203.110.235.7','714',0),(21233,'2018-08-01 09:48:08','imp','optin_5','mailchimp_7227261368','203.110.235.143','0',0),(21234,'2018-08-01 10:30:27','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21235,'2018-08-01 12:45:34','imp','optin_2','mailchimp_7227261368','202.46.58.159','92',0),(21236,'2018-08-01 13:15:10','imp','optin_2','mailchimp_7227261368','202.46.48.143','92',0),(21237,'2018-08-01 13:49:31','imp','optin_5','mailchimp_7227261368','114.74.15.169','714',0),(21238,'2018-08-01 13:49:31','imp','optin_5','mailchimp_7227261368','114.74.15.169','714',0),(21239,'2018-08-01 13:49:37','imp','optin_5','mailchimp_7227261368','114.74.15.169','0',0),(21240,'2018-08-01 14:48:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','678',0),(21241,'2018-08-01 15:15:15','imp','optin_5','mailchimp_7227261368','202.46.58.193','835',0),(21242,'2018-08-01 15:58:26','imp','optin_2','mailchimp_7227261368','202.46.58.90','92',0),(21243,'2018-08-01 16:21:55','imp','optin_5','mailchimp_7227261368','202.46.50.83','0',0),(21244,'2018-08-01 17:42:53','imp','optin_5','mailchimp_7227261368','141.8.144.39','679',0),(21245,'2018-08-01 17:46:09','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(21246,'2018-08-01 17:46:17','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(21247,'2018-08-01 17:46:27','imp','optin_8','7227261368','66.249.79.63','0',0),(21248,'2018-08-01 18:21:54','imp','optin_5','mailchimp_7227261368','141.8.144.39','573',0),(21249,'2018-08-01 18:35:19','imp','optin_2','mailchimp_7227261368','202.46.58.198','92',0),(21250,'2018-08-01 19:08:35','imp','optin_5','mailchimp_7227261368','202.46.48.145','0',0),(21251,'2018-08-01 19:31:30','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(21252,'2018-08-01 19:41:55','imp','optin_5','mailchimp_7227261368','202.46.50.160','668',0),(21253,'2018-08-01 20:40:42','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(21254,'2018-08-01 20:45:42','imp','optin_5','mailchimp_7227261368','195.142.1.243','0',0),(21255,'2018-08-01 20:53:48','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(21256,'2018-08-01 21:14:16','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21257,'2018-08-01 21:14:24','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21258,'2018-08-01 21:15:19','imp','optin_5','mailchimp_7227261368','141.8.144.39','664',0),(21259,'2018-08-01 21:37:41','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(21260,'2018-08-01 22:55:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21261,'2018-08-01 22:55:45','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21262,'2018-08-01 23:01:22','imp','optin_2','mailchimp_7227261368','66.249.79.139','92',0),(21263,'2018-08-01 23:01:32','imp','optin_8','7227261368','66.249.79.63','-1',0),(21264,'2018-08-01 23:08:27','imp','optin_2','mailchimp_7227261368','18.219.42.234','92',0),(21265,'2018-08-01 23:08:32','imp','optin_5','mailchimp_7227261368','18.219.42.234','0',0),(21266,'2018-08-01 23:48:12','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(21267,'2018-08-01 23:59:46','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21268,'2018-08-02 00:00:01','imp','optin_2','mailchimp_7227261368','184.94.240.92','2',0),(21269,'2018-08-02 00:00:09','imp','optin_5','mailchimp_7227261368','184.94.240.92','666',0),(21270,'2018-08-02 00:00:23','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21271,'2018-08-02 00:00:31','imp','optin_5','mailchimp_7227261368','184.94.240.92','577',0),(21272,'2018-08-02 00:00:39','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21273,'2018-08-02 00:00:49','imp','optin_5','mailchimp_7227261368','184.94.240.92','667',0),(21274,'2018-08-02 00:00:57','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21275,'2018-08-02 00:01:10','imp','optin_5','mailchimp_7227261368','184.94.240.92','601',0),(21276,'2018-08-02 00:01:15','imp','optin_5','mailchimp_7227261368','184.94.240.92','598',0),(21277,'2018-08-02 00:38:51','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(21278,'2018-08-02 00:38:59','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(21279,'2018-08-02 00:41:27','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21280,'2018-08-02 00:42:08','imp','optin_2','mailchimp_7227261368','184.94.240.92','2',0),(21281,'2018-08-02 00:42:14','imp','optin_5','mailchimp_7227261368','184.94.240.92','666',0),(21282,'2018-08-02 00:42:29','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21283,'2018-08-02 00:42:32','imp','optin_5','mailchimp_7227261368','184.94.240.92','577',0),(21284,'2018-08-02 00:42:42','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21285,'2018-08-02 00:42:45','imp','optin_5','mailchimp_7227261368','184.94.240.92','667',0),(21286,'2018-08-02 00:42:48','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21287,'2018-08-02 00:42:55','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21288,'2018-08-02 00:43:08','imp','optin_5','mailchimp_7227261368','184.94.240.92','601',0),(21289,'2018-08-02 01:04:45','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(21290,'2018-08-02 01:06:34','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21291,'2018-08-02 01:06:57','imp','optin_2','mailchimp_7227261368','184.94.240.92','2',0),(21292,'2018-08-02 01:07:11','imp','optin_5','mailchimp_7227261368','184.94.240.92','666',0),(21293,'2018-08-02 01:07:33','imp','optin_5','mailchimp_7227261368','184.94.240.92','600',0),(21294,'2018-08-02 01:07:51','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21295,'2018-08-02 01:07:59','imp','optin_5','mailchimp_7227261368','184.94.240.92','577',0),(21296,'2018-08-02 01:08:16','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21297,'2018-08-02 01:08:19','imp','optin_5','mailchimp_7227261368','184.94.240.92','667',0),(21298,'2018-08-02 01:08:23','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21299,'2018-08-02 01:08:25','imp','optin_5','mailchimp_7227261368','184.94.240.92','598',0),(21300,'2018-08-02 01:13:14','imp','optin_5','mailchimp_7227261368','188.128.172.119','0',0),(21301,'2018-08-02 01:25:34','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21302,'2018-08-02 01:25:45','imp','optin_2','mailchimp_7227261368','184.94.240.92','2',0),(21303,'2018-08-02 01:25:58','imp','optin_5','mailchimp_7227261368','184.94.240.92','666',0),(21304,'2018-08-02 01:26:08','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21305,'2018-08-02 01:26:16','imp','optin_5','mailchimp_7227261368','184.94.240.92','577',0),(21306,'2018-08-02 01:26:24','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21307,'2018-08-02 01:26:27','imp','optin_5','mailchimp_7227261368','184.94.240.92','667',0),(21308,'2018-08-02 01:26:30','imp','optin_5','mailchimp_7227261368','184.94.240.92','600',0),(21309,'2018-08-02 01:26:34','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21310,'2018-08-02 01:26:39','imp','optin_5','mailchimp_7227261368','184.94.240.92','0',0),(21311,'2018-08-02 01:32:24','imp','optin_5','mailchimp_7227261368','207.46.13.236','411',0),(21312,'2018-08-02 01:32:42','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21313,'2018-08-02 02:23:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','681',0),(21314,'2018-08-02 03:30:47','imp','optin_5','mailchimp_7227261368','93.170.129.12','0',0),(21315,'2018-08-02 03:30:50','imp','optin_5','mailchimp_7227261368','93.170.129.12','0',0),(21316,'2018-08-02 03:37:18','imp','optin_2','mailchimp_7227261368','157.55.39.89','2',0),(21317,'2018-08-02 03:44:21','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(21318,'2018-08-02 03:51:33','imp','optin_5','mailchimp_7227261368','66.249.79.63','598',0),(21319,'2018-08-02 03:52:14','imp','optin_5','mailchimp_7227261368','66.249.79.63','664',0),(21320,'2018-08-02 03:52:54','imp','optin_8','7227261368','66.249.79.63','664',0),(21321,'2018-08-02 04:40:00','imp','optin_5','mailchimp_7227261368','66.249.79.63','663',0),(21322,'2018-08-02 04:40:12','imp','optin_8','7227261368','66.249.79.63','663',0),(21323,'2018-08-02 04:57:05','imp','optin_5','mailchimp_7227261368','120.155.217.159','598',0),(21324,'2018-08-02 04:57:11','imp','optin_5','mailchimp_7227261368','120.155.217.159','0',0),(21325,'2018-08-02 04:57:14','imp','optin_5','mailchimp_7227261368','120.155.217.159','0',0),(21326,'2018-08-02 04:57:32','imp','optin_8','7227261368','120.155.217.159','598',0),(21327,'2018-08-02 06:00:42','imp','optin_5','mailchimp_7227261368','66.249.79.39','0',0),(21328,'2018-08-02 06:01:54','imp','optin_5','mailchimp_7227261368','81.88.49.20','0',0),(21329,'2018-08-02 07:15:47','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(21330,'2018-08-02 07:16:04','imp','optin_8','7227261368','66.249.79.35','-1',0),(21331,'2018-08-02 07:30:36','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21332,'2018-08-02 10:43:59','imp','optin_5','mailchimp_7227261368','66.249.79.39','665',0),(21333,'2018-08-02 10:59:38','imp','optin_2','mailchimp_7227261368','202.46.55.87','92',0),(21334,'2018-08-02 11:02:23','imp','optin_2','mailchimp_7227261368','192.168.132.115','92',0),(21335,'2018-08-02 11:02:29','imp','optin_5','mailchimp_7227261368','192.168.132.115','0',0),(21336,'2018-08-02 11:02:33','imp','optin_5','mailchimp_7227261368','192.168.132.115','0',0),(21337,'2018-08-02 11:02:52','imp','optin_8','7227261368','192.168.132.115','-1',0),(21338,'2018-08-02 11:03:08','imp','optin_5','mailchimp_7227261368','192.168.132.115','0',0),(21339,'2018-08-02 11:53:10','imp','optin_2','mailchimp_7227261368','202.46.48.80','92',0),(21340,'2018-08-02 11:55:16','imp','optin_5','mailchimp_7227261368','132.148.42.248','0',0),(21341,'2018-08-02 12:05:54','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(21342,'2018-08-02 12:05:59','imp','optin_8','7227261368','66.249.79.63','-1',0),(21343,'2018-08-02 13:45:45','imp','optin_2','mailchimp_7227261368','184.94.240.92','92',0),(21344,'2018-08-02 15:12:20','imp','optin_2','mailchimp_7227261368','113.88.12.31','92',0),(21345,'2018-08-02 15:27:21','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(21346,'2018-08-02 15:27:28','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(21347,'2018-08-02 15:27:34','imp','optin_5','mailchimp_7227261368','167.114.174.95','76',0),(21348,'2018-08-02 15:27:38','imp','optin_5','mailchimp_7227261368','167.114.174.95','714',0),(21349,'2018-08-02 15:27:42','imp','optin_5','mailchimp_7227261368','167.114.174.95','663',0),(21350,'2018-08-02 15:27:45','imp','optin_5','mailchimp_7227261368','167.114.174.95','667',0),(21351,'2018-08-02 15:27:48','imp','optin_5','mailchimp_7227261368','167.114.174.95','0',0),(21352,'2018-08-02 15:27:51','imp','optin_5','mailchimp_7227261368','167.114.174.95','664',0),(21353,'2018-08-02 15:27:54','imp','optin_5','mailchimp_7227261368','167.114.174.95','0',0),(21354,'2018-08-02 15:28:00','imp','optin_5','mailchimp_7227261368','167.114.174.95','598',0),(21355,'2018-08-02 15:28:03','imp','optin_5','mailchimp_7227261368','167.114.174.95','665',0),(21356,'2018-08-02 15:28:06','imp','optin_5','mailchimp_7227261368','167.114.174.95','411',0),(21357,'2018-08-02 15:28:10','imp','optin_5','mailchimp_7227261368','167.114.174.95','0',0),(21358,'2018-08-02 15:28:15','imp','optin_5','mailchimp_7227261368','167.114.174.95','0',0),(21359,'2018-08-02 15:28:18','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(21360,'2018-08-02 15:54:57','imp','optin_2','mailchimp_7227261368','66.249.79.35','92',0),(21361,'2018-08-02 15:55:21','imp','optin_8','7227261368','66.249.79.63','-1',0),(21362,'2018-08-02 16:30:50','imp','optin_5','mailchimp_7227261368','50.62.8.236','0',0),(21363,'2018-08-02 16:30:54','imp','optin_5','mailchimp_7227261368','50.62.8.236','0',0),(21364,'2018-08-02 16:45:24','imp','optin_5','mailchimp_7227261368','141.8.144.39','597',0),(21365,'2018-08-02 17:16:12','imp','optin_2','mailchimp_7227261368','202.46.50.187','92',0),(21366,'2018-08-02 17:45:57','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21367,'2018-08-02 17:45:58','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21368,'2018-08-02 17:45:58','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21369,'2018-08-02 17:45:58','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21370,'2018-08-02 17:46:00','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21371,'2018-08-02 17:46:00','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21372,'2018-08-02 17:46:01','imp','optin_2','mailchimp_7227261368','195.154.173.101','92',0),(21373,'2018-08-02 17:46:01','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21374,'2018-08-02 17:46:01','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21375,'2018-08-02 17:46:04','imp','optin_5','mailchimp_7227261368','195.154.173.101','0',0),(21376,'2018-08-02 18:27:24','imp','optin_5','mailchimp_7227261368','78.129.140.8','0',0),(21377,'2018-08-02 18:59:36','imp','optin_5','mailchimp_7227261368','170.210.156.91','0',0),(21378,'2018-08-02 19:14:52','imp','optin_5','mailchimp_7227261368','170.210.156.91','0',0),(21379,'2018-08-02 19:16:42','imp','optin_5','mailchimp_7227261368','170.210.156.91','0',0),(21380,'2018-08-02 20:21:43','imp','optin_5','mailchimp_7227261368','79.143.179.19','0',0),(21381,'2018-08-02 20:56:41','imp','optin_5','mailchimp_7227261368','192.169.139.41','0',0),(21382,'2018-08-02 20:56:49','imp','optin_5','mailchimp_7227261368','192.169.139.41','0',0),(21383,'2018-08-02 20:57:04','imp','optin_5','mailchimp_7227261368','192.169.139.41','0',0),(21384,'2018-08-02 21:19:34','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(21385,'2018-08-02 22:23:13','imp','optin_2','mailchimp_7227261368','66.249.79.39','411',0),(21386,'2018-08-02 22:23:13','imp','optin_2','mailchimp_7227261368','66.249.79.39','411',0),(21387,'2018-08-02 22:40:19','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21388,'2018-08-02 23:37:53','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(21389,'2018-08-02 23:38:12','imp','optin_5','mailchimp_7227261368','66.249.79.63','0',0),(21390,'2018-08-02 23:38:17','imp','optin_8','7227261368','66.249.79.63','-1',0),(21391,'2018-08-03 00:03:42','imp','optin_2','mailchimp_7227261368','31.13.124.203','92',0),(21392,'2018-08-03 00:19:48','imp','optin_5','mailchimp_7227261368','170.75.248.22','0',0),(21393,'2018-08-03 01:16:17','imp','optin_5','mailchimp_7227261368','94.127.186.6','0',0),(21394,'2018-08-03 01:16:35','imp','optin_5','mailchimp_7227261368','94.127.186.6','0',0),(21395,'2018-08-03 01:25:35','imp','optin_2','mailchimp_7227261368','202.46.52.153','92',0),(21396,'2018-08-03 01:39:11','imp','optin_2','mailchimp_7227261368','213.233.84.140','92',0),(21397,'2018-08-03 01:51:25','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21398,'2018-08-03 01:58:54','imp','optin_5','mailchimp_7227261368','202.46.50.92','714',0),(21399,'2018-08-03 02:36:41','imp','optin_5','mailchimp_7227261368','95.95.11.187','714',0),(21400,'2018-08-03 02:36:42','imp','optin_5','mailchimp_7227261368','95.95.11.187','714',0),(21401,'2018-08-03 02:36:49','imp','optin_5','mailchimp_7227261368','95.95.11.187','0',0),(21402,'2018-08-03 02:36:50','imp','optin_7','mailchimp_7227261368','95.95.11.187','714',0),(21403,'2018-08-03 02:37:08','imp','optin_8','7227261368','95.95.11.187','714',0),(21404,'2018-08-03 02:37:10','imp','optin_8','7227261368','95.95.11.187','714',0),(21405,'2018-08-03 03:03:56','imp','optin_2','mailchimp_7227261368','66.249.79.63','92',0),(21406,'2018-08-03 03:04:00','imp','optin_5','mailchimp_7227261368','66.249.79.35','0',0),(21407,'2018-08-03 03:04:02','imp','optin_8','7227261368','66.249.79.63','-1',0),(21408,'2018-08-03 03:05:16','imp','optin_2','mailchimp_7227261368','80.32.132.118','92',0),(21409,'2018-08-03 03:09:32','imp','optin_5','mailchimp_7227261368','185.234.217.105','0',0),(21410,'2018-08-03 03:53:34','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21411,'2018-10-02 21:24:29','imp','optin_2','mailchimp_7227261368','192.168.130.157','92',0),(21412,'2018-10-02 21:24:37','imp','optin_5','mailchimp_7227261368','192.168.130.157','0',0),(21413,'2018-10-02 21:24:56','imp','optin_2','mailchimp_7227261368','192.168.130.157','92',0),(21414,'2018-10-02 21:24:57','imp','optin_5','mailchimp_7227261368','192.168.130.157','0',0),(21415,'2018-10-02 21:25:03','imp','optin_2','mailchimp_7227261368','90.252.81.153','92',0),(21416,'2018-10-02 21:25:10','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21417,'2018-10-02 21:25:13','imp','optin_8','7227261368','90.252.81.153','-1',0),(21418,'2018-10-02 21:25:14','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21419,'2018-10-02 21:25:15','imp','optin_5','mailchimp_7227261368','192.168.130.157','0',0),(21420,'2018-10-02 21:25:15','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21421,'2018-10-02 21:25:19','imp','optin_8','7227261368','192.168.130.157','-1',0),(21422,'2018-10-02 21:25:27','imp','optin_2','mailchimp_7227261368','90.252.81.153','92',0),(21423,'2018-10-02 21:25:29','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21424,'2018-10-02 21:25:34','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21425,'2018-10-02 21:25:47','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21426,'2018-10-02 21:25:55','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21427,'2018-10-02 21:26:17','imp','optin_2','mailchimp_7227261368','90.252.81.153','2',0),(21428,'2018-10-02 21:26:20','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21429,'2018-10-02 21:26:24','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21430,'2018-10-02 21:27:51','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21431,'2018-10-02 21:27:55','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21432,'2018-10-02 21:27:58','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21433,'2018-10-02 21:28:10','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21434,'2018-10-02 21:28:14','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21435,'2018-10-02 21:28:17','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21436,'2018-10-02 21:28:30','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21437,'2018-10-02 21:28:37','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21438,'2018-10-02 21:28:43','imp','optin_5','mailchimp_7227261368','90.252.81.153','714',0),(21439,'2018-10-02 21:28:46','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21440,'2018-10-02 21:28:48','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21441,'2018-10-02 21:28:51','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21442,'2018-10-02 21:28:58','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21443,'2018-10-02 21:29:08','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21444,'2018-10-02 21:29:12','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21445,'2018-10-02 21:31:39','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21446,'2018-10-02 21:55:48','imp','optin_5','mailchimp_7227261368','5.2.211.92','0',0),(21447,'2018-10-03 00:20:18','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21448,'2018-10-03 00:23:09','imp','optin_2','mailchimp_7227261368','66.249.73.87','92',0),(21449,'2018-10-03 00:32:05','imp','optin_5','mailchimp_7227261368','66.249.65.180','0',0),(21450,'2018-10-03 00:37:37','imp','optin_5','mailchimp_7227261368','66.249.65.180','0',0),(21451,'2018-10-03 01:05:36','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21452,'2018-10-03 01:05:40','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21453,'2018-10-03 01:05:44','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21454,'2018-10-03 01:05:48','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21455,'2018-10-03 01:05:52','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21456,'2018-10-03 01:27:27','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(21457,'2018-10-03 01:43:03','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21458,'2018-10-03 01:47:49','imp','optin_5','mailchimp_7227261368','92.222.29.57','0',0),(21459,'2018-10-03 01:53:24','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21460,'2018-10-03 01:53:24','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21461,'2018-10-03 01:53:25','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(21462,'2018-10-03 02:36:57','imp','optin_5','mailchimp_7227261368','66.249.73.89','668',0),(21463,'2018-10-03 03:02:58','imp','optin_2','mailchimp_7227261368','175.44.35.227','92',0),(21464,'2018-10-03 03:03:05','imp','optin_2','mailchimp_7227261368','175.44.35.227','92',0),(21465,'2018-10-03 03:03:18','imp','optin_2','mailchimp_7227261368','175.44.35.227','92',0),(21466,'2018-10-03 03:53:09','imp','optin_5','mailchimp_7227261368','66.249.65.180','0',0),(21467,'2018-10-03 03:58:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21468,'2018-10-03 06:35:16','imp','optin_5','mailchimp_7227261368','66.249.69.54','0',0),(21469,'2018-10-03 06:40:23','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21470,'2018-10-03 06:40:25','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21471,'2018-10-03 06:40:28','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21472,'2018-10-03 06:40:32','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21473,'2018-10-03 06:40:36','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21474,'2018-10-03 06:40:38','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21475,'2018-10-03 06:40:41','imp','optin_5','mailchimp_7227261368','47.100.247.173','0',0),(21476,'2018-10-03 06:41:06','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(21477,'2018-10-03 07:08:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21478,'2018-10-03 07:30:16','imp','optin_5','mailchimp_7227261368','192.144.173.202','0',0),(21479,'2018-10-03 07:30:23','imp','optin_5','mailchimp_7227261368','192.144.173.202','0',0),(21480,'2018-10-03 07:30:26','imp','optin_5','mailchimp_7227261368','192.144.173.202','0',0),(21481,'2018-10-03 08:02:39','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21482,'2018-10-03 08:02:42','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21483,'2018-10-03 08:02:45','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21484,'2018-10-03 08:02:47','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21485,'2018-10-03 08:02:49','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21486,'2018-10-03 08:02:52','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21487,'2018-10-03 08:02:54','imp','optin_5','mailchimp_7227261368','120.24.183.44','0',0),(21488,'2018-10-03 08:36:19','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(21489,'2018-10-03 09:00:18','imp','optin_5','mailchimp_7227261368','66.249.71.110','0',0),(21490,'2018-10-03 09:36:43','imp','optin_5','mailchimp_7227261368','111.231.115.138','0',0),(21491,'2018-10-03 10:45:31','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21492,'2018-10-03 10:45:33','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21493,'2018-10-03 10:45:34','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21494,'2018-10-03 10:45:35','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21495,'2018-10-03 10:45:36','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21496,'2018-10-03 10:45:37','imp','optin_5','mailchimp_7227261368','193.169.252.142','0',0),(21497,'2018-10-03 10:55:15','imp','optin_2','mailchimp_7227261368','185.234.217.11','92',0),(21498,'2018-10-03 11:13:31','imp','optin_2','mailchimp_7227261368','202.46.53.206','92',0),(21499,'2018-10-03 12:12:07','imp','optin_2','mailchimp_7227261368','202.46.57.171','92',0),(21500,'2018-10-03 12:30:27','imp','optin_2','mailchimp_7227261368','77.243.183.115','92',0),(21501,'2018-10-03 13:09:34','imp','optin_5','mailchimp_7227261368','66.249.71.16','714',0),(21502,'2018-10-03 13:20:00','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(21503,'2018-10-03 13:20:03','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(21504,'2018-10-03 13:20:05','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(21505,'2018-10-03 13:20:07','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(21506,'2018-10-03 13:20:09','imp','optin_5','mailchimp_7227261368','134.249.50.5','0',0),(21507,'2018-10-03 14:27:36','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21508,'2018-10-03 14:37:08','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21509,'2018-10-03 15:47:12','imp','optin_2','mailchimp_7227261368','207.46.13.48','2',0),(21510,'2018-10-03 15:48:12','imp','optin_5','mailchimp_7227261368','157.55.39.116','0',0),(21511,'2018-10-03 15:50:41','imp','optin_5','mailchimp_7227261368','202.46.55.143','843',0),(21512,'2018-10-03 16:57:21','imp','optin_2','mailchimp_7227261368','202.46.53.157','92',0),(21513,'2018-10-03 18:02:26','imp','optin_2','mailchimp_7227261368','18.206.40.217','92',0),(21514,'2018-10-03 18:23:53','imp','optin_5','mailchimp_7227261368','119.29.109.19','0',0),(21515,'2018-10-03 19:22:22','imp','optin_5','mailchimp_7227261368','90.252.81.153','0',0),(21516,'2018-10-03 19:25:45','imp','optin_2','mailchimp_7227261368','64.185.235.234','92',0),(21517,'2018-10-03 19:26:06','imp','optin_2','mailchimp_7227261368','64.185.235.234','2',0),(21518,'2018-10-03 19:40:40','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(21519,'2018-10-03 19:44:55','imp','optin_5','mailchimp_7227261368','207.46.13.153','0',0),(21520,'2018-10-03 21:04:18','imp','optin_2','mailchimp_7227261368','202.46.48.12','92',0),(21521,'2018-10-03 21:37:29','imp','optin_5','mailchimp_7227261368','202.46.50.182','679',0),(21522,'2018-10-03 22:10:48','imp','optin_5','mailchimp_7227261368','202.46.51.190','0',0),(21523,'2018-10-03 22:27:27','imp','optin_2','mailchimp_7227261368','62.210.83.78','92',0),(21524,'2018-10-04 00:21:25','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21525,'2018-10-04 02:28:48','imp','optin_2','mailchimp_7227261368','202.46.48.201','92',0),(21526,'2018-10-04 03:49:21','imp','optin_2','mailchimp_7227261368','202.46.51.160','92',0),(21527,'2018-10-04 04:31:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(21528,'2018-10-04 04:50:51','imp','optin_5','mailchimp_7227261368','141.8.143.189','0',0),(21529,'2018-10-04 05:25:30','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(21530,'2018-10-04 06:56:24','imp','optin_5','mailchimp_7227261368','207.46.13.131','0',0),(21531,'2018-10-04 07:38:40','imp','optin_5','mailchimp_7227261368','39.104.233.168','0',0),(21532,'2018-10-04 07:42:37','imp','optin_5','mailchimp_7227261368','202.46.51.166','835',0),(21533,'2018-10-04 08:02:05','imp','optin_5','mailchimp_7227261368','186.233.94.106','0',0),(21534,'2018-10-04 09:31:50','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21535,'2018-10-04 09:31:52','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21536,'2018-10-04 09:31:54','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21537,'2018-10-04 09:31:57','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21538,'2018-10-04 09:31:59','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21539,'2018-10-04 09:32:01','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21540,'2018-10-04 09:32:04','imp','optin_5','mailchimp_7227261368','194.1.237.170','0',0),(21541,'2018-10-04 09:36:17','imp','optin_5','mailchimp_7227261368','58.87.66.215','0',0),(21542,'2018-10-04 11:38:51','imp','optin_5','mailchimp_7227261368','207.46.13.131','599',0),(21543,'2018-10-04 12:44:22','imp','optin_5','mailchimp_7227261368','202.46.53.42','679',0),(21544,'2018-10-04 13:02:59','imp','optin_5','mailchimp_7227261368','39.104.226.239','0',0),(21545,'2018-10-04 13:19:11','imp','optin_2','mailchimp_7227261368','202.46.57.202','92',0),(21546,'2018-10-04 13:28:15','imp','optin_2','mailchimp_7227261368','207.46.13.153','92',0),(21547,'2018-10-04 14:04:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21548,'2018-10-04 14:04:49','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21549,'2018-10-04 14:12:03','imp','optin_5','mailchimp_7227261368','66.249.69.135','411',0),(21550,'2018-10-04 14:43:15','imp','optin_5','mailchimp_7227261368','66.249.69.137','0',0),(21551,'2018-10-04 15:01:39','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(21552,'2018-10-04 15:39:46','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21553,'2018-10-04 15:39:47','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21554,'2018-10-04 15:39:48','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21555,'2018-10-04 15:39:50','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21556,'2018-10-04 15:39:51','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21557,'2018-10-04 15:45:45','imp','optin_5','mailchimp_7227261368','193.169.252.143','0',0),(21558,'2018-10-04 18:08:19','imp','optin_5','mailchimp_7227261368','66.249.71.16','714',0),(21559,'2018-10-04 18:08:39','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(21560,'2018-10-04 18:49:56','imp','optin_5','mailchimp_7227261368','202.46.51.181','0',0),(21561,'2018-10-04 19:23:16','imp','optin_5','mailchimp_7227261368','202.46.54.98','679',0),(21562,'2018-10-04 19:42:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21563,'2018-10-04 19:53:17','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21564,'2018-10-04 19:53:19','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21565,'2018-10-04 19:53:27','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21566,'2018-10-04 19:53:29','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21567,'2018-10-04 19:53:31','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21568,'2018-10-04 20:49:13','imp','optin_5','mailchimp_7227261368','37.115.189.131','0',0),(21569,'2018-10-04 21:06:05','imp','optin_5','mailchimp_7227261368','66.249.69.52','0',0),(21570,'2018-10-04 22:24:41','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21571,'2018-10-04 22:30:28','imp','optin_2','mailchimp_7227261368','23.106.201.35','92',0),(21572,'2018-10-04 23:50:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21573,'2018-10-05 02:41:26','imp','optin_5','mailchimp_7227261368','141.8.144.39','598',0),(21574,'2018-10-05 03:49:59','imp','optin_2','mailchimp_7227261368','207.46.13.121','92',0),(21575,'2018-10-05 04:26:05','imp','optin_5','mailchimp_7227261368','66.249.64.53','680',0),(21576,'2018-10-05 04:26:25','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(21577,'2018-10-05 04:26:28','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(21578,'2018-10-05 04:26:32','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(21579,'2018-10-05 04:34:30','imp','optin_5','mailchimp_7227261368','202.46.56.200','0',0),(21580,'2018-10-05 04:39:28','imp','optin_2','mailchimp_7227261368','185.86.93.12','92',0),(21581,'2018-10-05 05:07:51','imp','optin_5','mailchimp_7227261368','202.46.48.147','0',0),(21582,'2018-10-05 07:56:10','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21583,'2018-10-05 08:11:25','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(21584,'2018-10-05 08:51:33','imp','optin_5','mailchimp_7227261368','47.91.158.217','0',0),(21585,'2018-10-05 10:19:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21586,'2018-10-05 10:34:00','imp','optin_2','mailchimp_7227261368','202.46.58.54','92',0),(21587,'2018-10-05 11:08:35','imp','optin_2','mailchimp_7227261368','202.46.49.148','92',0),(21588,'2018-10-05 13:22:13','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(21589,'2018-10-05 13:44:48','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(21590,'2018-10-05 14:24:26','imp','optin_2','mailchimp_7227261368','175.44.32.148','92',0),(21591,'2018-10-05 14:24:29','imp','optin_2','mailchimp_7227261368','175.44.32.148','92',0),(21592,'2018-10-05 14:24:38','imp','optin_2','mailchimp_7227261368','175.44.32.148','92',0),(21593,'2018-10-05 14:29:17','imp','optin_5','mailchimp_7227261368','66.249.64.53','663',0),(21594,'2018-10-05 15:02:52','imp','optin_5','mailchimp_7227261368','202.46.56.187','843',0),(21595,'2018-10-05 16:46:45','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(21596,'2018-10-05 17:18:01','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21597,'2018-10-05 17:18:05','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21598,'2018-10-05 17:18:08','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21599,'2018-10-05 17:18:11','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21600,'2018-10-05 17:18:14','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21601,'2018-10-05 17:18:17','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21602,'2018-10-05 17:18:20','imp','optin_5','mailchimp_7227261368','47.52.248.191','0',0),(21603,'2018-10-05 17:23:38','imp','optin_5','mailchimp_7227261368','66.249.64.55','173',0),(21604,'2018-10-05 17:40:44','imp','optin_5','mailchimp_7227261368','221.0.183.42','0',0),(21605,'2018-10-05 17:48:46','imp','optin_5','mailchimp_7227261368','148.66.145.148','0',0),(21606,'2018-10-05 17:48:49','imp','optin_5','mailchimp_7227261368','148.66.145.148','0',0),(21607,'2018-10-05 17:48:52','imp','optin_5','mailchimp_7227261368','148.66.145.148','0',0),(21608,'2018-10-05 19:24:37','imp','optin_2','mailchimp_7227261368','202.46.48.199','92',0),(21609,'2018-10-05 19:57:46','imp','optin_2','mailchimp_7227261368','202.46.56.117','92',0),(21610,'2018-10-05 22:42:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21611,'2018-10-05 22:47:34','imp','optin_5','mailchimp_7227261368','166.62.126.58','0',0),(21612,'2018-10-05 22:48:19','imp','optin_5','mailchimp_7227261368','166.62.126.58','0',0),(21613,'2018-10-05 22:48:41','imp','optin_5','mailchimp_7227261368','166.62.126.58','0',0),(21614,'2018-10-05 23:31:04','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(21615,'2018-10-05 23:44:21','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(21616,'2018-10-05 23:46:25','imp','optin_2','mailchimp_7227261368','202.46.54.108','92',0),(21617,'2018-10-06 00:02:58','imp','optin_5','mailchimp_7227261368','82.165.140.254','0',0),(21618,'2018-10-06 00:19:47','imp','optin_5','mailchimp_7227261368','202.46.58.194','835',0),(21619,'2018-10-06 00:53:05','imp','optin_5','mailchimp_7227261368','202.46.48.139','679',0),(21620,'2018-10-06 01:44:34','imp','optin_5','mailchimp_7227261368','66.249.71.18','714',0),(21621,'2018-10-06 01:54:46','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21622,'2018-10-06 01:54:46','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21623,'2018-10-06 01:54:46','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(21624,'2018-10-06 04:22:47','imp','optin_5','mailchimp_7227261368','66.249.71.17','411',0),(21625,'2018-10-06 04:26:45','imp','optin_5','mailchimp_7227261368','5.2.211.92','0',0),(21626,'2018-10-06 05:01:18','imp','optin_5','mailchimp_7227261368','66.249.71.18','602',0),(21627,'2018-10-06 05:43:47','imp','optin_5','mailchimp_7227261368','66.249.79.167','598',0),(21628,'2018-10-06 05:56:27','imp','optin_5','mailchimp_7227261368','141.8.144.39','220',0),(21629,'2018-10-06 06:22:48','imp','optin_5','mailchimp_7227261368','66.249.71.17','601',0),(21630,'2018-10-06 06:24:05','imp','optin_5','mailchimp_7227261368','66.249.71.17','594',0),(21631,'2018-10-06 06:42:00','imp','optin_5','mailchimp_7227261368','66.249.79.169','681',0),(21632,'2018-10-06 06:42:37','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21633,'2018-10-06 06:57:26','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21634,'2018-10-06 07:19:45','imp','optin_5','mailchimp_7227261368','193.70.2.138','0',0),(21635,'2018-10-06 07:19:52','imp','optin_5','mailchimp_7227261368','66.249.71.16','577',0),(21636,'2018-10-06 07:26:05','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(21637,'2018-10-06 07:26:12','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21638,'2018-10-06 07:26:12','imp','optin_5','mailchimp_7227261368','66.249.79.165','0',0),(21639,'2018-10-06 07:50:22','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21640,'2018-10-06 08:14:14','imp','optin_5','mailchimp_7227261368','87.98.227.4','0',0),(21641,'2018-10-06 09:06:21','imp','optin_2','mailchimp_7227261368','46.101.102.52','92',0),(21642,'2018-10-06 09:57:55','imp','optin_5','mailchimp_7227261368','66.249.79.167','0',0),(21643,'2018-10-06 10:38:36','imp','optin_5','mailchimp_7227261368','157.55.39.193','0',0),(21644,'2018-10-06 12:12:33','imp','optin_5','mailchimp_7227261368','5.2.211.92','0',0),(21645,'2018-10-06 12:34:56','imp','optin_5','mailchimp_7227261368','128.199.194.131','0',0),(21646,'2018-10-06 13:01:38','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(21647,'2018-10-06 13:28:04','imp','optin_2','mailchimp_7227261368','202.46.50.210','92',0),(21648,'2018-10-06 13:32:02','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21649,'2018-10-06 14:52:08','imp','optin_2','mailchimp_7227261368','202.46.58.209','92',0),(21650,'2018-10-06 15:25:35','imp','optin_5','mailchimp_7227261368','202.46.51.80','0',0),(21651,'2018-10-06 15:26:20','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21652,'2018-10-06 15:33:46','imp','optin_2','mailchimp_7227261368','202.46.50.86','92',0),(21653,'2018-10-06 15:40:39','imp','optin_2','mailchimp_7227261368','54.244.44.75','92',0),(21654,'2018-10-06 15:40:40','imp','optin_2','mailchimp_7227261368','54.244.44.75','92',0),(21655,'2018-10-06 15:54:49','imp','optin_5','mailchimp_7227261368','66.249.71.18','575',0),(21656,'2018-10-06 16:12:00','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21657,'2018-10-06 16:12:02','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21658,'2018-10-06 16:12:04','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21659,'2018-10-06 16:12:06','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21660,'2018-10-06 16:12:08','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21661,'2018-10-06 16:46:23','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(21662,'2018-10-06 17:51:09','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21663,'2018-10-06 19:06:29','imp','optin_5','mailchimp_7227261368','207.46.13.176','714',0),(21664,'2018-10-06 20:13:55','imp','optin_2','mailchimp_7227261368','202.46.58.86','92',0),(21665,'2018-10-06 20:38:39','imp','optin_5','mailchimp_7227261368','207.46.13.176','0',0),(21666,'2018-10-06 20:47:04','imp','optin_5','mailchimp_7227261368','202.46.58.71','0',0),(21667,'2018-10-06 22:11:48','imp','optin_2','mailchimp_7227261368','202.46.54.99','92',0),(21668,'2018-10-06 22:27:02','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21669,'2018-10-06 22:57:48','imp','optin_2','mailchimp_7227261368','34.213.121.175','92',0),(21670,'2018-10-06 23:56:53','imp','optin_5','mailchimp_7227261368','66.249.71.18','573',0),(21671,'2018-10-06 23:57:24','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21672,'2018-10-07 00:26:38','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(21673,'2018-10-07 01:14:54','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21674,'2018-10-07 01:16:49','imp','optin_5','mailchimp_7227261368','66.249.71.16','714',0),(21675,'2018-10-07 01:31:04','imp','optin_5','mailchimp_7227261368','66.249.71.17','679',0),(21676,'2018-10-07 01:53:42','imp','optin_2','mailchimp_7227261368','202.46.58.193','92',0),(21677,'2018-10-07 01:56:27','imp','optin_5','mailchimp_7227261368','66.249.71.16','597',0),(21678,'2018-10-07 03:25:30','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21679,'2018-10-07 03:27:02','imp','optin_5','mailchimp_7227261368','202.46.48.126','679',0),(21680,'2018-10-07 03:40:36','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(21681,'2018-10-07 03:58:34','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(21682,'2018-10-07 04:00:59','imp','optin_2','mailchimp_7227261368','66.249.79.23','92',0),(21683,'2018-10-07 05:09:08','imp','optin_2','mailchimp_7227261368','202.46.56.209','92',0),(21684,'2018-10-07 05:43:14','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21685,'2018-10-07 06:24:43','imp','optin_5','mailchimp_7227261368','106.12.110.247','0',0),(21686,'2018-10-07 07:25:53','imp','optin_5','mailchimp_7227261368','157.55.39.60','0',0),(21687,'2018-10-07 07:36:32','imp','optin_5','mailchimp_7227261368','66.249.79.23','177',0),(21688,'2018-10-07 08:02:43','imp','optin_2','mailchimp_7227261368','65.19.167.132','92',0),(21689,'2018-10-07 08:44:42','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21690,'2018-10-07 08:48:22','imp','optin_5','mailchimp_7227261368','120.78.128.145','0',0),(21691,'2018-10-07 08:51:54','imp','optin_2','mailchimp_7227261368','40.77.167.96','92',0),(21692,'2018-10-07 08:55:50','imp','optin_5','mailchimp_7227261368','66.249.79.25','595',0),(21693,'2018-10-07 08:56:07','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21694,'2018-10-07 08:56:09','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21695,'2018-10-07 08:56:12','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21696,'2018-10-07 08:56:14','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21697,'2018-10-07 09:15:03','imp','optin_5','mailchimp_7227261368','66.249.79.21','177',0),(21698,'2018-10-07 09:32:16','imp','optin_5','mailchimp_7227261368','211.159.167.87','0',0),(21699,'2018-10-07 09:32:19','imp','optin_5','mailchimp_7227261368','211.159.167.87','0',0),(21700,'2018-10-07 09:32:22','imp','optin_5','mailchimp_7227261368','211.159.167.87','0',0),(21701,'2018-10-07 09:43:57','imp','optin_5','mailchimp_7227261368','66.249.71.16','570',0),(21702,'2018-10-07 10:14:38','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21703,'2018-10-07 12:01:43','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21704,'2018-10-07 13:21:31','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21705,'2018-10-07 13:26:23','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(21706,'2018-10-07 13:35:16','imp','optin_2','mailchimp_7227261368','185.86.93.32','92',0),(21707,'2018-10-07 14:22:14','imp','optin_5','mailchimp_7227261368','180.76.171.97','0',0),(21708,'2018-10-07 14:28:16','imp','optin_2','mailchimp_7227261368','202.46.53.111','92',0),(21709,'2018-10-07 14:32:02','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21710,'2018-10-07 14:37:47','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21711,'2018-10-07 14:37:53','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21712,'2018-10-07 14:38:00','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21713,'2018-10-07 14:38:04','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21714,'2018-10-07 14:38:13','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21715,'2018-10-07 14:38:19','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21716,'2018-10-07 14:38:24','imp','optin_5','mailchimp_7227261368','187.33.5.110','0',0),(21717,'2018-10-07 14:42:28','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21718,'2018-10-07 14:57:32','imp','optin_5','mailchimp_7227261368','202.46.56.134','843',0),(21719,'2018-10-07 15:11:32','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21720,'2018-10-07 15:30:45','imp','optin_5','mailchimp_7227261368','202.46.56.13','0',0),(21721,'2018-10-07 16:44:06','imp','optin_5','mailchimp_7227261368','66.249.71.16','714',0),(21722,'2018-10-07 17:16:49','imp','optin_2','mailchimp_7227261368','207.46.13.4','92',0),(21723,'2018-10-07 17:19:07','imp','optin_5','mailchimp_7227261368','40.77.189.242','0',0),(21724,'2018-10-07 18:48:37','imp','optin_2','mailchimp_7227261368','69.171.251.4','92',0),(21725,'2018-10-07 18:48:42','imp','optin_5','mailchimp_7227261368','69.171.251.14','0',0),(21726,'2018-10-07 18:48:46','imp','optin_5','mailchimp_7227261368','69.171.251.19','0',0),(21727,'2018-10-07 18:49:06','imp','optin_8','7227261368','69.171.251.4','-1',0),(21728,'2018-10-07 19:08:21','imp','optin_5','mailchimp_7227261368','93.103.182.60','0',0),(21729,'2018-10-07 19:44:57','imp','optin_2','mailchimp_7227261368','202.46.54.37','92',0),(21730,'2018-10-07 21:22:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21731,'2018-10-07 21:53:22','imp','optin_2','mailchimp_7227261368','64.246.161.30','92',0),(21732,'2018-10-07 21:57:26','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(21733,'2018-10-07 22:59:55','imp','optin_2','mailchimp_7227261368','216.145.11.94','92',0),(21734,'2018-10-07 23:48:10','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21735,'2018-10-08 01:19:33','imp','optin_5','mailchimp_7227261368','202.46.54.140','0',0),(21736,'2018-10-08 02:17:57','imp','optin_5','mailchimp_7227261368','157.55.39.186','666',0),(21737,'2018-10-08 03:13:26','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21738,'2018-10-08 03:13:27','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21739,'2018-10-08 03:13:29','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21740,'2018-10-08 03:13:32','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21741,'2018-10-08 03:13:35','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21742,'2018-10-08 03:13:36','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21743,'2018-10-08 03:13:38','imp','optin_5','mailchimp_7227261368','182.61.171.57','0',0),(21744,'2018-10-08 04:04:19','imp','optin_2','mailchimp_7227261368','167.99.85.226','92',0),(21745,'2018-10-08 06:50:14','imp','optin_2','mailchimp_7227261368','206.180.165.147','92',0),(21746,'2018-10-08 07:53:06','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(21747,'2018-10-08 08:35:30','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21748,'2018-10-08 08:35:36','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(21749,'2018-10-08 08:35:44','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21750,'2018-10-08 10:18:03','imp','optin_2','mailchimp_7227261368','202.46.53.174','92',0),(21751,'2018-10-08 11:33:32','imp','optin_2','mailchimp_7227261368','202.46.52.111','92',0),(21752,'2018-10-08 13:01:06','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21753,'2018-10-08 13:10:10','imp','optin_2','mailchimp_7227261368','202.46.49.118','92',0),(21754,'2018-10-08 13:33:45','imp','optin_2','mailchimp_7227261368','202.46.53.67','92',0),(21755,'2018-10-08 14:28:46','imp','optin_5','mailchimp_7227261368','202.46.50.13','679',0),(21756,'2018-10-08 14:43:09','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21757,'2018-10-08 15:01:45','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21758,'2018-10-08 15:01:51','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21759,'2018-10-08 15:01:52','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21760,'2018-10-08 15:06:39','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21761,'2018-10-08 16:52:06','imp','optin_5','mailchimp_7227261368','207.46.13.84','0',0),(21762,'2018-10-08 17:48:07','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(21763,'2018-10-08 18:12:57','imp','optin_2','mailchimp_7227261368','207.46.13.24','92',0),(21764,'2018-10-08 20:09:02','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(21765,'2018-10-08 20:28:15','imp','optin_2','mailchimp_7227261368','37.187.132.5','92',0),(21766,'2018-10-08 20:38:06','imp','optin_5','mailchimp_7227261368','185.222.211.218','0',0),(21767,'2018-10-08 20:38:08','imp','optin_5','mailchimp_7227261368','185.222.211.218','0',0),(21768,'2018-10-08 20:38:11','imp','optin_5','mailchimp_7227261368','185.222.211.218','0',0),(21769,'2018-10-08 20:38:13','imp','optin_5','mailchimp_7227261368','185.222.211.218','0',0),(21770,'2018-10-08 20:38:16','imp','optin_5','mailchimp_7227261368','185.222.211.218','0',0),(21771,'2018-10-08 20:52:00','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(21772,'2018-10-08 22:10:52','imp','optin_5','mailchimp_7227261368','101.132.243.11','0',0),(21773,'2018-10-09 00:28:03','imp','optin_2','mailchimp_7227261368','31.211.86.13','92',0),(21774,'2018-10-09 00:49:12','imp','optin_2','mailchimp_7227261368','104.131.254.50','92',0),(21775,'2018-10-09 01:23:46','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(21776,'2018-10-09 01:28:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21777,'2018-10-09 03:14:10','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21778,'2018-10-09 03:14:10','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21779,'2018-10-09 03:14:10','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(21780,'2018-10-09 03:56:13','imp','optin_2','mailchimp_7227261368','77.72.82.112','92',0),(21781,'2018-10-09 04:06:51','imp','optin_5','mailchimp_7227261368','202.46.51.173','0',0),(21782,'2018-10-09 05:02:10','imp','optin_5','mailchimp_7227261368','104.131.254.50','0',0),(21783,'2018-10-09 07:47:14','imp','optin_2','mailchimp_7227261368','202.46.56.195','92',0),(21784,'2018-10-09 08:18:47','imp','optin_2','mailchimp_7227261368','202.46.49.135','92',0),(21785,'2018-10-09 08:44:44','imp','optin_5','mailchimp_7227261368','5.196.133.205','0',0),(21786,'2018-10-09 09:05:46','imp','optin_5','mailchimp_7227261368','94.23.204.36','0',0),(21787,'2018-10-09 10:47:55','imp','optin_5','mailchimp_7227261368','178.137.16.151','0',0),(21788,'2018-10-09 11:12:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21789,'2018-10-09 11:47:29','imp','optin_2','mailchimp_7227261368','202.46.51.23','92',0),(21790,'2018-10-09 11:58:45','imp','optin_2','mailchimp_7227261368','202.46.49.144','92',0),(21791,'2018-10-09 13:13:48','imp','optin_2','mailchimp_7227261368','175.32.59.176','92',0),(21792,'2018-10-09 13:13:54','imp','optin_5','mailchimp_7227261368','175.32.59.176','0',0),(21793,'2018-10-09 13:14:00','imp','optin_8','7227261368','175.32.59.176','-1',0),(21794,'2018-10-09 13:14:16','imp','optin_8','7227261368','175.32.59.176','-1',0),(21795,'2018-10-09 14:03:24','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(21796,'2018-10-09 14:11:18','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21797,'2018-10-09 15:40:56','imp','optin_5','mailchimp_7227261368','180.76.165.244','0',0),(21798,'2018-10-09 16:43:42','imp','optin_2','mailchimp_7227261368','202.46.58.122','2',0),(21799,'2018-10-09 16:43:42','imp','optin_5','mailchimp_7227261368','66.249.71.16','843',0),(21800,'2018-10-09 16:43:46','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21801,'2018-10-09 16:43:48','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21802,'2018-10-09 16:43:50','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21803,'2018-10-09 17:14:39','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21804,'2018-10-09 17:14:39','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21805,'2018-10-09 17:35:51','imp','optin_2','mailchimp_7227261368','112.5.243.213','92',0),(21806,'2018-10-09 17:48:53','imp','optin_5','mailchimp_7227261368','221.0.91.34','0',0),(21807,'2018-10-09 17:48:57','imp','optin_5','mailchimp_7227261368','221.0.91.34','0',0),(21808,'2018-10-09 17:49:13','imp','optin_5','mailchimp_7227261368','221.0.91.34','0',0),(21809,'2018-10-09 17:49:38','imp','optin_5','mailchimp_7227261368','221.0.91.34','0',0),(21810,'2018-10-09 17:49:42','imp','optin_5','mailchimp_7227261368','221.0.91.34','0',0),(21811,'2018-10-09 19:49:25','imp','optin_2','mailchimp_7227261368','202.46.52.170','92',0),(21812,'2018-10-09 20:22:36','imp','optin_5','mailchimp_7227261368','202.46.54.15','679',0),(21813,'2018-10-09 20:25:12','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21814,'2018-10-09 20:54:40','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21815,'2018-10-09 20:54:47','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21816,'2018-10-09 20:55:11','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21817,'2018-10-09 20:55:55','imp','optin_5','mailchimp_7227261368','202.46.54.117','0',0),(21818,'2018-10-09 20:58:19','imp','optin_5','mailchimp_7227261368','66.249.71.18','683',0),(21819,'2018-10-09 21:28:54','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21820,'2018-10-09 21:56:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21821,'2018-10-09 21:56:47','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21822,'2018-10-10 00:06:52','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21823,'2018-10-10 01:15:18','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21824,'2018-10-10 01:15:21','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21825,'2018-10-10 01:15:23','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21826,'2018-10-10 01:15:26','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21827,'2018-10-10 01:15:30','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21828,'2018-10-10 01:21:30','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21829,'2018-10-10 03:11:16','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21830,'2018-10-10 03:33:39','imp','optin_2','mailchimp_7227261368','185.212.171.108','92',0),(21831,'2018-10-10 03:59:31','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21832,'2018-10-10 04:57:19','imp','optin_5','mailchimp_7227261368','37.58.150.203','0',0),(21833,'2018-10-10 04:58:50','imp','optin_5','mailchimp_7227261368','37.58.150.203','0',0),(21834,'2018-10-10 04:58:58','imp','optin_5','mailchimp_7227261368','37.58.150.203','0',0),(21835,'2018-10-10 07:19:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(21836,'2018-10-10 07:27:44','imp','optin_2','mailchimp_7227261368','89.234.68.88','92',0),(21837,'2018-10-10 07:28:00','imp','optin_5','mailchimp_7227261368','89.234.68.88','76',0),(21838,'2018-10-10 07:28:17','imp','optin_5','mailchimp_7227261368','89.234.68.88','664',0),(21839,'2018-10-10 07:28:37','imp','optin_5','mailchimp_7227261368','89.234.68.88','714',0),(21840,'2018-10-10 07:28:56','imp','optin_5','mailchimp_7227261368','89.234.68.88','663',0),(21841,'2018-10-10 07:29:05','imp','optin_2','mailchimp_7227261368','89.234.68.88','92',0),(21842,'2018-10-10 07:49:55','imp','optin_2','mailchimp_7227261368','211.57.200.67','92',0),(21843,'2018-10-10 08:32:44','imp','optin_5','mailchimp_7227261368','134.249.141.24','0',0),(21844,'2018-10-10 09:51:22','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21845,'2018-10-10 11:50:11','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21846,'2018-10-10 14:55:39','imp','optin_2','mailchimp_7227261368','202.46.57.175','92',0),(21847,'2018-10-10 15:00:44','imp','optin_5','mailchimp_7227261368','163.172.206.183','0',0),(21848,'2018-10-10 15:10:54','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21849,'2018-10-10 15:36:29','imp','optin_5','mailchimp_7227261368','157.55.39.144','0',0),(21850,'2018-10-10 15:51:50','imp','optin_2','mailchimp_7227261368','202.46.54.109','92',0),(21851,'2018-10-10 17:37:22','imp','optin_5','mailchimp_7227261368','211.57.200.67','0',0),(21852,'2018-10-10 17:38:35','imp','optin_5','mailchimp_7227261368','211.57.200.67','0',0),(21853,'2018-10-10 17:41:03','imp','optin_5','mailchimp_7227261368','211.57.200.67','0',0),(21854,'2018-10-10 18:44:33','imp','optin_5','mailchimp_7227261368','5.2.211.92','0',0),(21855,'2018-10-10 18:45:35','imp','optin_5','mailchimp_7227261368','5.2.211.92','0',0),(21856,'2018-10-10 18:46:46','imp','optin_5','mailchimp_7227261368','40.74.68.101','0',0),(21857,'2018-10-10 20:12:15','imp','optin_2','mailchimp_7227261368','202.46.53.160','92',0),(21858,'2018-10-10 20:15:48','imp','optin_2','mailchimp_7227261368','37.58.150.203','92',0),(21859,'2018-10-10 20:34:21','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21860,'2018-10-10 20:35:21','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21861,'2018-10-10 20:35:25','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21862,'2018-10-10 20:35:26','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21863,'2018-10-10 20:35:32','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21864,'2018-10-10 21:11:46','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21865,'2018-10-10 21:11:54','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21866,'2018-10-10 21:23:18','imp','optin_2','mailchimp_7227261368','202.46.53.121','92',0),(21867,'2018-10-10 21:26:14','imp','optin_2','mailchimp_7227261368','166.62.90.110','92',0),(21868,'2018-10-10 21:27:15','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(21869,'2018-10-10 21:27:17','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(21870,'2018-10-10 21:27:20','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21871,'2018-10-10 21:36:07','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21872,'2018-10-10 21:54:46','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21873,'2018-10-10 22:26:53','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21874,'2018-10-10 22:38:35','imp','optin_2','mailchimp_7227261368','202.46.52.178','92',0),(21875,'2018-10-10 22:47:16','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(21876,'2018-10-10 22:47:22','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(21877,'2018-10-10 23:12:01','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21878,'2018-10-10 23:34:01','imp','optin_2','mailchimp_7227261368','157.55.39.158','92',0),(21879,'2018-10-10 23:37:26','imp','optin_5','mailchimp_7227261368','207.46.13.66','0',0),(21880,'2018-10-10 23:48:14','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(21881,'2018-10-11 00:05:58','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(21882,'2018-10-11 01:06:27','imp','optin_5','mailchimp_7227261368','202.46.57.124','679',0),(21883,'2018-10-11 03:25:08','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21884,'2018-10-11 03:54:12','imp','optin_5','mailchimp_7227261368','193.70.2.138','0',0),(21885,'2018-10-11 05:02:52','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21886,'2018-10-11 05:19:46','imp','optin_2','mailchimp_7227261368','185.43.209.88','92',0),(21887,'2018-10-11 05:50:53','imp','optin_5','mailchimp_7227261368','103.76.18.147','0',0),(21888,'2018-10-11 05:50:56','imp','optin_5','mailchimp_7227261368','103.76.18.147','0',0),(21889,'2018-10-11 05:50:59','imp','optin_5','mailchimp_7227261368','103.76.18.147','0',0),(21890,'2018-10-11 07:15:06','imp','optin_2','mailchimp_7227261368','51.254.114.91','92',0),(21891,'2018-10-11 07:51:38','imp','optin_5','mailchimp_7227261368','195.22.88.167','0',0),(21892,'2018-10-11 08:03:11','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21893,'2018-10-11 08:17:02','imp','optin_5','mailchimp_7227261368','51.254.125.56','0',0),(21894,'2018-10-11 08:17:09','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21895,'2018-10-11 09:30:55','imp','optin_5','mailchimp_7227261368','37.115.189.131','0',0),(21896,'2018-10-11 09:31:03','imp','optin_2','mailchimp_7227261368','202.46.55.13','92',0),(21897,'2018-10-11 11:51:54','imp','optin_5','mailchimp_7227261368','202.46.48.139','0',0),(21898,'2018-10-11 12:48:44','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21899,'2018-10-11 12:48:48','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21900,'2018-10-11 12:48:57','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21901,'2018-10-11 12:49:01','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21902,'2018-10-11 12:49:05','imp','optin_5','mailchimp_7227261368','178.137.92.187','0',0),(21903,'2018-10-11 13:11:47','imp','optin_2','mailchimp_7227261368','202.46.54.18','92',0),(21904,'2018-10-11 13:43:26','imp','optin_5','mailchimp_7227261368','207.46.13.220','0',0),(21905,'2018-10-11 14:40:59','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21906,'2018-10-11 15:35:27','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(21907,'2018-10-11 15:47:48','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21908,'2018-10-11 19:21:17','imp','optin_5','mailchimp_7227261368','207.46.13.66','0',0),(21909,'2018-10-11 20:37:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21910,'2018-10-11 20:43:52','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21911,'2018-10-11 20:49:10','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21912,'2018-10-11 20:49:14','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21913,'2018-10-11 20:49:16','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(21914,'2018-10-11 20:49:17','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(21915,'2018-10-11 20:49:19','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21916,'2018-10-11 20:49:21','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21917,'2018-10-11 20:58:45','imp','optin_2','mailchimp_7227261368','5.2.211.92','92',0),(21918,'2018-10-11 21:14:25','imp','optin_5','mailchimp_7227261368','172.81.133.202','0',0),(21919,'2018-10-11 21:19:39','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21920,'2018-10-11 21:23:59','imp','optin_5','mailchimp_7227261368','134.249.141.24','0',0),(21921,'2018-10-11 21:29:54','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21922,'2018-10-11 22:31:13','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(21923,'2018-10-11 23:50:27','imp','optin_2','mailchimp_7227261368','202.46.51.15','92',0),(21924,'2018-10-12 00:23:16','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21925,'2018-10-12 00:31:30','imp','optin_2','mailchimp_7227261368','202.46.55.138','92',0),(21926,'2018-10-12 01:04:36','imp','optin_2','mailchimp_7227261368','37.187.77.211','92',0),(21927,'2018-10-12 01:28:00','imp','optin_2','mailchimp_7227261368','94.23.254.125','92',0),(21928,'2018-10-12 01:38:10','imp','optin_5','mailchimp_7227261368','202.46.52.60','679',0),(21929,'2018-10-12 02:52:58','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21930,'2018-10-12 03:03:09','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21931,'2018-10-12 03:03:09','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(21932,'2018-10-12 03:03:09','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(21933,'2018-10-12 04:16:19','imp','optin_2','mailchimp_7227261368','66.220.149.9','92',0),(21934,'2018-10-12 04:16:26','imp','optin_5','mailchimp_7227261368','66.220.149.26','0',0),(21935,'2018-10-12 04:16:29','imp','optin_5','mailchimp_7227261368','66.220.149.14','0',0),(21936,'2018-10-12 07:04:18','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(21937,'2018-10-12 08:27:50','imp','optin_2','mailchimp_7227261368','202.46.57.168','92',0),(21938,'2018-10-12 08:34:18','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21939,'2018-10-12 08:35:16','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21940,'2018-10-12 08:35:19','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21941,'2018-10-12 08:35:21','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(21942,'2018-10-12 09:07:37','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21943,'2018-10-12 09:08:24','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21944,'2018-10-12 09:14:41','imp','optin_2','mailchimp_7227261368','202.46.57.20','92',0),(21945,'2018-10-12 09:41:07','imp','optin_5','mailchimp_7227261368','93.103.182.60','0',0),(21946,'2018-10-12 09:41:09','imp','optin_5','mailchimp_7227261368','93.103.182.60','0',0),(21947,'2018-10-12 10:31:19','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21948,'2018-10-12 10:44:11','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21949,'2018-10-12 10:53:46','imp','optin_5','mailchimp_7227261368','66.249.79.185','0',0),(21950,'2018-10-12 11:11:38','imp','optin_2','mailchimp_7227261368','202.46.51.24','92',0),(21951,'2018-10-12 11:18:17','imp','optin_2','mailchimp_7227261368','202.46.51.168','92',0),(21952,'2018-10-12 11:19:19','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21953,'2018-10-12 11:40:42','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21954,'2018-10-12 11:59:22','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(21955,'2018-10-12 12:27:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21956,'2018-10-12 13:44:14','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21957,'2018-10-12 15:03:14','imp','optin_5','mailchimp_7227261368','178.17.170.135','0',0),(21958,'2018-10-12 15:17:15','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21959,'2018-10-12 15:39:34','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(21960,'2018-10-12 16:54:12','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21961,'2018-10-12 16:54:35','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21962,'2018-10-12 17:46:46','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21963,'2018-10-12 17:59:35','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21964,'2018-10-12 18:49:41','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21965,'2018-10-12 18:50:00','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21966,'2018-10-12 18:50:12','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21967,'2018-10-12 18:50:14','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21968,'2018-10-12 18:50:16','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21969,'2018-10-12 18:50:18','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21970,'2018-10-12 18:50:21','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(21971,'2018-10-12 19:12:34','imp','optin_5','mailchimp_7227261368','178.62.0.178','0',0),(21972,'2018-10-12 19:28:41','imp','optin_2','mailchimp_7227261368','157.55.39.224','2',0),(21973,'2018-10-12 19:36:34','imp','optin_5','mailchimp_7227261368','202.46.52.159','665',0),(21974,'2018-10-12 20:01:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21975,'2018-10-12 20:09:55','imp','optin_5','mailchimp_7227261368','202.46.52.176','0',0),(21976,'2018-10-12 20:59:44','imp','optin_5','mailchimp_7227261368','207.46.13.116','0',0),(21977,'2018-10-12 21:03:04','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21978,'2018-10-12 21:41:54','imp','optin_2','mailchimp_7227261368','40.77.167.115','92',0),(21979,'2018-10-12 21:42:24','imp','optin_5','mailchimp_7227261368','207.46.13.135','0',0),(21980,'2018-10-12 21:45:41','imp','optin_2','mailchimp_7227261368','181.215.49.121','92',0),(21981,'2018-10-12 21:45:46','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21982,'2018-10-12 21:45:50','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21983,'2018-10-12 21:45:56','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21984,'2018-10-12 21:46:00','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21985,'2018-10-12 21:46:05','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21986,'2018-10-12 21:46:10','imp','optin_5','mailchimp_7227261368','181.215.49.121','0',0),(21987,'2018-10-12 22:20:16','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21988,'2018-10-12 22:54:40','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(21989,'2018-10-12 23:42:55','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(21990,'2018-10-12 23:47:49','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21991,'2018-10-12 23:47:52','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(21992,'2018-10-12 23:48:03','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(21993,'2018-10-12 23:48:05','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(21994,'2018-10-13 00:44:57','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(21995,'2018-10-13 01:13:50','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(21996,'2018-10-13 02:18:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21997,'2018-10-13 02:20:20','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(21998,'2018-10-13 04:03:36','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(21999,'2018-10-13 04:45:38','imp','optin_2','mailchimp_7227261368','202.46.58.17','92',0),(22000,'2018-10-13 05:03:02','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22001,'2018-10-13 05:53:42','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(22002,'2018-10-13 06:15:51','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(22003,'2018-10-13 06:17:02','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22004,'2018-10-13 06:17:43','imp','optin_5','mailchimp_7227261368','98.143.159.174','0',0),(22005,'2018-10-13 08:18:42','imp','optin_5','mailchimp_7227261368','202.46.48.147','0',0),(22006,'2018-10-13 08:25:37','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22007,'2018-10-13 08:52:03','imp','optin_5','mailchimp_7227261368','202.46.57.15','411',0),(22008,'2018-10-13 09:25:32','imp','optin_2','mailchimp_7227261368','202.46.55.139','92',0),(22009,'2018-10-13 12:45:48','imp','optin_2','mailchimp_7227261368','202.46.57.182','92',0),(22010,'2018-10-13 13:00:57','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22011,'2018-10-13 13:31:22','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22012,'2018-10-13 13:31:22','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(22013,'2018-10-13 13:31:24','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22014,'2018-10-13 14:08:28','imp','optin_5','mailchimp_7227261368','202.46.51.22','664',0),(22015,'2018-10-13 14:11:34','imp','optin_2','mailchimp_7227261368','202.46.51.190','92',0),(22016,'2018-10-13 14:27:02','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(22017,'2018-10-13 14:36:10','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(22018,'2018-10-13 14:36:16','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(22019,'2018-10-13 14:36:18','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22020,'2018-10-13 14:36:20','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22021,'2018-10-13 14:36:22','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22022,'2018-10-13 16:55:16','imp','optin_5','mailchimp_7227261368','40.77.167.46','0',0),(22023,'2018-10-13 17:09:44','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22024,'2018-10-13 17:09:49','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22025,'2018-10-13 17:42:10','imp','optin_2','mailchimp_7227261368','178.128.20.65','92',0),(22026,'2018-10-13 17:59:03','imp','optin_5','mailchimp_7227261368','185.71.1.207','0',0),(22027,'2018-10-13 18:01:07','imp','optin_5','mailchimp_7227261368','202.46.56.39','679',0),(22028,'2018-10-13 18:29:12','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22029,'2018-10-13 18:29:31','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22030,'2018-10-13 18:59:31','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22031,'2018-10-13 19:47:27','imp','optin_2','mailchimp_7227261368','66.249.71.17','92',0),(22032,'2018-10-13 19:47:56','imp','optin_8','7227261368','66.249.71.16','-1',0),(22033,'2018-10-13 20:44:41','imp','optin_5','mailchimp_7227261368','101.184.61.183','714',0),(22034,'2018-10-13 20:44:42','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22035,'2018-10-13 20:44:45','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22036,'2018-10-13 20:44:49','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22037,'2018-10-13 20:44:51','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22038,'2018-10-13 20:44:53','imp','optin_5','mailchimp_7227261368','101.184.61.183','0',0),(22039,'2018-10-13 20:44:55','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22040,'2018-10-13 20:44:56','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22041,'2018-10-13 20:45:01','imp','optin_7','mailchimp_7227261368','101.184.61.183','714',0),(22042,'2018-10-13 20:45:16','imp','optin_8','7227261368','101.184.61.183','714',0),(22043,'2018-10-13 20:45:19','imp','optin_8','7227261368','101.184.61.183','714',0),(22044,'2018-10-13 20:46:13','imp','optin_5','mailchimp_7227261368','101.184.61.183','0',0),(22045,'2018-10-13 20:59:45','imp','optin_2','mailchimp_7227261368','138.128.30.132','92',0),(22046,'2018-10-13 20:59:53','imp','optin_2','mailchimp_7227261368','138.128.30.132','92',0),(22047,'2018-10-13 21:00:07','imp','optin_5','mailchimp_7227261368','23.244.120.171','0',0),(22048,'2018-10-13 21:00:10','imp','optin_5','mailchimp_7227261368','23.244.120.171','0',0),(22049,'2018-10-13 21:00:14','imp','optin_5','mailchimp_7227261368','23.244.120.171','0',0),(22050,'2018-10-13 21:00:18','imp','optin_5','mailchimp_7227261368','23.244.120.171','0',0),(22051,'2018-10-13 21:00:36','imp','optin_5','mailchimp_7227261368','23.88.140.163','0',0),(22052,'2018-10-13 21:00:39','imp','optin_5','mailchimp_7227261368','23.88.140.163','0',0),(22053,'2018-10-13 21:00:43','imp','optin_5','mailchimp_7227261368','23.88.140.163','0',0),(22054,'2018-10-13 21:00:47','imp','optin_5','mailchimp_7227261368','23.88.140.163','0',0),(22055,'2018-10-13 22:38:55','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(22056,'2018-10-14 02:23:23','imp','optin_2','mailchimp_7227261368','178.22.71.201','92',0),(22057,'2018-10-14 03:34:02','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22058,'2018-10-14 03:34:07','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22059,'2018-10-14 04:08:27','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22060,'2018-10-14 04:41:51','imp','optin_5','mailchimp_7227261368','94.250.249.41','0',0),(22061,'2018-10-14 04:41:53','imp','optin_5','mailchimp_7227261368','94.250.249.41','0',0),(22062,'2018-10-14 06:38:18','imp','optin_2','mailchimp_7227261368','176.8.89.33','92',0),(22063,'2018-10-14 06:38:21','imp','optin_5','mailchimp_7227261368','176.8.89.33','0',0),(22064,'2018-10-14 08:39:26','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(22065,'2018-10-14 08:39:27','imp','optin_5','mailchimp_7227261368','124.149.247.197','714',0),(22066,'2018-10-14 08:39:27','imp','optin_5','mailchimp_7227261368','124.149.247.197','714',0),(22067,'2018-10-14 08:39:33','imp','optin_5','mailchimp_7227261368','124.149.247.197','0',0),(22068,'2018-10-14 08:39:35','imp','optin_7','mailchimp_7227261368','124.149.247.197','714',0),(22069,'2018-10-14 08:39:37','imp','optin_5','mailchimp_7227261368','124.149.247.197','0',0),(22070,'2018-10-14 08:39:55','imp','optin_8','7227261368','124.149.247.197','714',0),(22071,'2018-10-14 10:08:40','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22072,'2018-10-14 10:08:40','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22073,'2018-10-14 10:14:52','imp','optin_5','mailchimp_7227261368','207.46.13.138','0',0),(22074,'2018-10-14 10:27:09','imp','optin_2','mailchimp_7227261368','202.46.54.116','92',0),(22075,'2018-10-14 11:15:46','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(22076,'2018-10-14 11:15:49','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(22077,'2018-10-14 11:15:51','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(22078,'2018-10-14 11:15:53','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(22079,'2018-10-14 11:15:56','imp','optin_5','mailchimp_7227261368','46.118.155.165','0',0),(22080,'2018-10-14 13:17:29','imp','optin_2','mailchimp_7227261368','202.46.49.93','92',0),(22081,'2018-10-14 13:30:28','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22082,'2018-10-14 14:05:31','imp','optin_2','mailchimp_7227261368','202.46.58.11','92',0),(22083,'2018-10-14 15:14:18','imp','optin_2','mailchimp_7227261368','202.46.55.83','92',0),(22084,'2018-10-14 16:02:04','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22085,'2018-10-14 16:02:04','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22086,'2018-10-14 16:05:53','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22087,'2018-10-14 16:06:02','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22088,'2018-10-14 16:06:04','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22089,'2018-10-14 16:06:06','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22090,'2018-10-14 16:06:08','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22091,'2018-10-14 16:10:10','imp','optin_5','mailchimp_7227261368','202.46.48.145','679',0),(22092,'2018-10-14 17:16:18','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(22093,'2018-10-14 17:59:33','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22094,'2018-10-14 18:02:59','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22095,'2018-10-14 18:48:40','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22096,'2018-10-14 18:48:45','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22097,'2018-10-14 19:45:38','imp','optin_5','mailchimp_7227261368','202.46.56.204','0',0),(22098,'2018-10-14 20:01:03','imp','optin_5','mailchimp_7227261368','207.46.13.138','0',0),(22099,'2018-10-14 21:33:41','imp','optin_2','mailchimp_7227261368','202.46.52.169','92',0),(22100,'2018-10-14 21:48:29','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22101,'2018-10-14 21:48:30','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22102,'2018-10-14 23:22:07','imp','optin_5','mailchimp_7227261368','91.230.25.106','0',0),(22103,'2018-10-14 23:22:07','imp','optin_2','mailchimp_7227261368','91.230.25.106','92',0),(22104,'2018-10-14 23:22:07','imp','optin_2','mailchimp_7227261368','91.230.25.106','92',0),(22105,'2018-10-15 01:59:16','imp','optin_5','mailchimp_7227261368','202.46.55.121','0',0),(22106,'2018-10-15 03:03:36','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22107,'2018-10-15 03:13:46','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22108,'2018-10-15 03:13:46','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(22109,'2018-10-15 03:13:48','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22110,'2018-10-15 03:18:32','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22111,'2018-10-15 03:18:38','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22112,'2018-10-15 03:18:40','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22113,'2018-10-15 03:18:41','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22114,'2018-10-15 03:18:43','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22115,'2018-10-15 03:18:45','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22116,'2018-10-15 03:23:11','imp','optin_2','mailchimp_7227261368','157.55.39.242','92',0),(22117,'2018-10-15 03:23:34','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22118,'2018-10-15 03:23:44','imp','optin_5','mailchimp_7227261368','157.55.39.186','0',0),(22119,'2018-10-15 03:28:46','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22120,'2018-10-15 03:28:51','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22121,'2018-10-15 04:47:57','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22122,'2018-10-15 05:05:41','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(22123,'2018-10-15 05:15:40','imp','optin_5','mailchimp_7227261368','191.96.164.229','0',0),(22124,'2018-10-15 05:45:35','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22125,'2018-10-15 05:45:40','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22126,'2018-10-15 06:15:42','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22127,'2018-10-15 06:23:44','imp','optin_2','mailchimp_7227261368','202.46.51.13','92',0),(22128,'2018-10-15 07:15:47','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(22129,'2018-10-15 07:30:25','imp','optin_5','mailchimp_7227261368','202.46.48.145','679',0),(22130,'2018-10-15 07:43:50','imp','optin_2','mailchimp_7227261368','34.207.98.73','2',0),(22131,'2018-10-15 08:00:06','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(22132,'2018-10-15 08:10:27','imp','optin_5','mailchimp_7227261368','157.55.39.186','0',0),(22133,'2018-10-15 08:12:34','imp','optin_2','mailchimp_7227261368','34.207.98.73','92',0),(22134,'2018-10-15 09:36:24','imp','optin_2','mailchimp_7227261368','193.201.224.223','92',0),(22135,'2018-10-15 10:24:09','imp','optin_2','mailchimp_7227261368','207.46.13.138','2',0),(22136,'2018-10-15 12:13:30','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22137,'2018-10-15 12:30:54','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22138,'2018-10-15 12:44:09','imp','optin_2','mailchimp_7227261368','202.46.54.192','92',0),(22139,'2018-10-15 12:54:24','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22140,'2018-10-15 12:54:27','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22141,'2018-10-15 13:34:27','imp','optin_2','mailchimp_7227261368','202.46.49.199','92',0),(22142,'2018-10-15 15:28:50','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22143,'2018-10-15 16:46:51','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22144,'2018-10-15 19:03:25','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22145,'2018-10-15 19:13:30','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22146,'2018-10-15 22:14:16','imp','optin_5','mailchimp_7227261368','104.144.226.42','0',0),(22147,'2018-10-15 23:24:33','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22148,'2018-10-15 23:24:36','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22149,'2018-10-15 23:24:39','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22150,'2018-10-16 00:54:51','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22151,'2018-10-16 00:54:51','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22152,'2018-10-16 00:54:53','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(22153,'2018-10-16 03:29:24','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(22154,'2018-10-16 03:29:31','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(22155,'2018-10-16 07:51:36','imp','optin_5','mailchimp_7227261368','157.55.39.180','595',0),(22156,'2018-10-16 07:51:44','imp','optin_5','mailchimp_7227261368','157.55.39.55','0',0),(22157,'2018-10-16 08:14:00','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(22158,'2018-10-16 08:14:02','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(22159,'2018-10-16 08:14:04','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(22160,'2018-10-16 08:14:07','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(22161,'2018-10-16 08:38:46','imp','optin_5','mailchimp_7227261368','188.138.105.83','0',0),(22162,'2018-10-16 10:03:09','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(22163,'2018-10-16 10:03:13','imp','optin_5','mailchimp_7227261368','66.249.79.181','0',0),(22164,'2018-10-16 10:26:25','imp','optin_2','mailchimp_7227261368','157.55.39.180','92',0),(22165,'2018-10-16 10:30:02','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22166,'2018-10-16 11:13:43','imp','optin_2','mailchimp_7227261368','192.3.105.198','92',0),(22167,'2018-10-16 11:13:44','imp','optin_2','mailchimp_7227261368','192.3.105.198','92',0),(22168,'2018-10-16 11:29:54','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22169,'2018-10-16 11:35:50','imp','optin_2','mailchimp_7227261368','185.212.171.108','92',0),(22170,'2018-10-16 11:38:39','imp','optin_2','mailchimp_7227261368','202.46.49.60','92',0),(22171,'2018-10-16 12:19:17','imp','optin_2','mailchimp_7227261368','202.46.51.172','92',0),(22172,'2018-10-16 12:37:16','imp','optin_2','mailchimp_7227261368','1.129.105.158','92',0),(22173,'2018-10-16 12:37:22','imp','optin_5','mailchimp_7227261368','1.129.105.158','0',0),(22174,'2018-10-16 12:37:47','imp','optin_8','7227261368','1.129.105.158','-1',0),(22175,'2018-10-16 13:01:56','imp','optin_2','mailchimp_7227261368','202.46.49.118','92',0),(22176,'2018-10-16 13:13:29','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22177,'2018-10-16 13:35:17','imp','optin_5','mailchimp_7227261368','202.46.52.141','714',0),(22178,'2018-10-16 13:53:50','imp','optin_5','mailchimp_7227261368','66.249.79.185','0',0),(22179,'2018-10-16 13:53:54','imp','optin_5','mailchimp_7227261368','66.249.79.183','0',0),(22180,'2018-10-16 14:24:55','imp','optin_2','mailchimp_7227261368','202.46.48.199','92',0),(22181,'2018-10-16 15:27:58','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22182,'2018-10-16 16:39:39','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22183,'2018-10-16 16:39:46','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22184,'2018-10-16 16:39:49','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22185,'2018-10-16 16:39:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22186,'2018-10-16 16:44:33','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22187,'2018-10-16 16:49:34','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22188,'2018-10-16 18:33:44','imp','optin_5','mailchimp_7227261368','157.55.39.106','177',0),(22189,'2018-10-16 20:00:10','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22190,'2018-10-16 21:09:37','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22191,'2018-10-16 21:09:39','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22192,'2018-10-16 23:18:58','imp','optin_5','mailchimp_7227261368','40.77.167.176','0',0),(22193,'2018-10-17 01:37:25','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22194,'2018-10-17 01:37:27','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22195,'2018-10-17 01:37:29','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22196,'2018-10-17 01:37:34','imp','optin_8','7227261368','66.249.66.27','0',0),(22197,'2018-10-17 01:41:03','imp','optin_2','mailchimp_7227261368','202.46.57.164','92',0),(22198,'2018-10-17 02:14:22','imp','optin_2','mailchimp_7227261368','202.46.52.113','92',0),(22199,'2018-10-17 04:01:20','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22200,'2018-10-17 04:01:31','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22201,'2018-10-17 04:01:33','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22202,'2018-10-17 04:06:18','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22203,'2018-10-17 04:11:20','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22204,'2018-10-17 05:02:36','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22205,'2018-10-17 07:50:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22206,'2018-10-17 07:50:47','imp','optin_2','mailchimp_7227261368','12.175.211.121','92',0),(22207,'2018-10-17 08:29:38','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(22208,'2018-10-17 09:30:28','imp','optin_5','mailchimp_7227261368','148.69.67.61','0',0),(22209,'2018-10-17 09:39:21','imp','optin_5','mailchimp_7227261368','200.31.5.178','0',0),(22210,'2018-10-17 11:26:06','imp','optin_2','mailchimp_7227261368','94.130.140.243','92',0),(22211,'2018-10-17 11:33:12','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(22212,'2018-10-17 11:51:59','imp','optin_5','mailchimp_7227261368','185.93.180.200','0',0),(22213,'2018-10-17 12:53:23','imp','optin_2','mailchimp_7227261368','202.46.58.138','92',0),(22214,'2018-10-17 13:11:09','imp','optin_2','mailchimp_7227261368','202.46.48.191','92',0),(22215,'2018-10-17 14:23:28','imp','optin_5','mailchimp_7227261368','202.46.53.205','679',0),(22216,'2018-10-17 14:29:18','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(22217,'2018-10-17 14:52:44','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22218,'2018-10-17 14:52:52','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22219,'2018-10-17 14:52:54','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22220,'2018-10-17 14:52:55','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22221,'2018-10-17 14:52:57','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22222,'2018-10-17 14:52:58','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22223,'2018-10-17 15:04:38','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22224,'2018-10-17 17:01:07','imp','optin_5','mailchimp_7227261368','83.36.179.243','0',0),(22225,'2018-10-17 17:58:23','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22226,'2018-10-17 18:03:28','imp','optin_5','mailchimp_7227261368','66.249.66.26','411',0),(22227,'2018-10-17 18:03:37','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22228,'2018-10-17 18:03:42','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22229,'2018-10-17 18:03:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22230,'2018-10-17 18:24:03','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22231,'2018-10-17 18:24:08','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22232,'2018-10-17 20:39:27','imp','optin_5','mailchimp_7227261368','115.236.33.226','0',0),(22233,'2018-10-17 21:29:08','imp','optin_2','mailchimp_7227261368','5.188.62.5','92',0),(22234,'2018-10-17 21:29:12','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22235,'2018-10-17 21:29:14','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22236,'2018-10-17 21:29:16','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22237,'2018-10-17 21:29:18','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22238,'2018-10-17 21:29:20','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22239,'2018-10-17 21:29:22','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22240,'2018-10-17 21:29:24','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22241,'2018-10-17 21:29:26','imp','optin_5','mailchimp_7227261368','5.188.62.5','0',0),(22242,'2018-10-17 22:21:19','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22243,'2018-10-17 22:21:24','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22244,'2018-10-17 22:21:29','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22245,'2018-10-17 22:21:32','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22246,'2018-10-17 22:21:38','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22247,'2018-10-17 22:21:43','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22248,'2018-10-17 22:21:47','imp','optin_5','mailchimp_7227261368','47.100.209.14','0',0),(22249,'2018-10-17 22:35:53','imp','optin_2','mailchimp_7227261368','5.188.210.45','92',0),(22250,'2018-10-17 23:07:33','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(22251,'2018-10-18 00:10:38','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(22252,'2018-10-18 01:46:04','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22253,'2018-10-18 01:46:08','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22254,'2018-10-18 01:46:10','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22255,'2018-10-18 01:46:13','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22256,'2018-10-18 01:47:04','imp','optin_2','mailchimp_7227261368','202.46.49.148','92',0),(22257,'2018-10-18 01:58:12','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22258,'2018-10-18 01:58:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22259,'2018-10-18 02:20:25','imp','optin_2','mailchimp_7227261368','202.46.56.72','92',0),(22260,'2018-10-18 02:53:45','imp','optin_5','mailchimp_7227261368','202.46.54.30','714',0),(22261,'2018-10-18 03:05:06','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22262,'2018-10-18 03:06:01','imp','optin_2','mailchimp_7227261368','46.101.46.96','92',0),(22263,'2018-10-18 03:23:49','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22264,'2018-10-18 03:42:55','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22265,'2018-10-18 03:47:33','imp','optin_5','mailchimp_7227261368','66.249.66.27','714',0),(22266,'2018-10-18 06:56:05','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(22267,'2018-10-18 06:56:05','imp','optin_2','mailchimp_7227261368','91.90.192.198','92',0),(22268,'2018-10-18 06:56:07','imp','optin_2','mailchimp_7227261368','91.90.192.198','92',0),(22269,'2018-10-18 10:02:57','imp','optin_5','mailchimp_7227261368','219.88.224.55','714',0),(22270,'2018-10-18 10:03:03','imp','optin_5','mailchimp_7227261368','219.88.224.55','0',0),(22271,'2018-10-18 10:03:06','imp','optin_7','mailchimp_7227261368','219.88.224.55','714',0),(22272,'2018-10-18 10:03:07','imp','optin_5','mailchimp_7227261368','219.88.224.55','0',0),(22273,'2018-10-18 10:03:26','imp','optin_8','7227261368','219.88.224.55','714',0),(22274,'2018-10-18 10:16:35','imp','optin_5','mailchimp_7227261368','47.100.122.174','0',0),(22275,'2018-10-18 10:16:39','imp','optin_5','mailchimp_7227261368','47.100.122.174','0',0),(22276,'2018-10-18 11:34:35','imp','optin_2','mailchimp_7227261368','202.46.49.201','92',0),(22277,'2018-10-18 11:37:08','imp','optin_5','mailchimp_7227261368','120.78.91.77','0',0),(22278,'2018-10-18 12:02:08','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(22279,'2018-10-18 12:02:15','imp','optin_8','7227261368','66.249.66.26','-1',0),(22280,'2018-10-18 12:05:18','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22281,'2018-10-18 12:05:21','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22282,'2018-10-18 12:05:24','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22283,'2018-10-18 12:05:27','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22284,'2018-10-18 12:05:30','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22285,'2018-10-18 12:54:25','imp','optin_5','mailchimp_7227261368','132.232.87.199','0',0),(22286,'2018-10-18 13:07:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22287,'2018-10-18 13:08:55','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22288,'2018-10-18 13:08:58','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22289,'2018-10-18 13:09:01','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22290,'2018-10-18 13:09:04','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22291,'2018-10-18 13:09:07','imp','optin_5','mailchimp_7227261368','212.8.253.137','0',0),(22292,'2018-10-18 13:35:33','imp','optin_5','mailchimp_7227261368','39.108.184.180','0',0),(22293,'2018-10-18 13:35:37','imp','optin_5','mailchimp_7227261368','39.108.184.180','0',0),(22294,'2018-10-18 13:59:51','imp','optin_5','mailchimp_7227261368','157.55.39.248','0',0),(22295,'2018-10-18 14:08:07','imp','optin_5','mailchimp_7227261368','202.46.56.73','0',0),(22296,'2018-10-18 14:12:51','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22297,'2018-10-18 14:57:55','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22298,'2018-10-18 15:15:12','imp','optin_2','mailchimp_7227261368','202.46.50.162','92',0),(22299,'2018-10-18 15:16:47','imp','optin_5','mailchimp_7227261368','116.62.144.115','0',0),(22300,'2018-10-18 15:16:51','imp','optin_5','mailchimp_7227261368','116.62.144.115','0',0),(22301,'2018-10-18 15:24:24','imp','optin_2','mailchimp_7227261368','188.165.209.216','92',0),(22302,'2018-10-18 15:24:32','imp','optin_5','mailchimp_7227261368','188.165.209.216','0',0),(22303,'2018-10-18 15:30:18','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22304,'2018-10-18 17:01:05','imp','optin_5','mailchimp_7227261368','39.106.179.158','0',0),(22305,'2018-10-18 17:01:11','imp','optin_5','mailchimp_7227261368','39.106.179.158','0',0),(22306,'2018-10-18 17:31:21','imp','optin_5','mailchimp_7227261368','66.249.66.26','714',0),(22307,'2018-10-18 17:32:01','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22308,'2018-10-18 17:32:07','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22309,'2018-10-18 19:43:34','imp','optin_5','mailchimp_7227261368','203.6.149.134','0',0),(22310,'2018-10-18 20:28:23','imp','optin_5','mailchimp_7227261368','23.22.151.19','0',0),(22311,'2018-10-18 20:28:25','imp','optin_5','mailchimp_7227261368','23.22.151.19','0',0),(22312,'2018-10-18 20:34:47','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22313,'2018-10-18 21:32:19','imp','optin_2','mailchimp_7227261368','202.46.54.138','92',0),(22314,'2018-10-18 22:19:07','imp','optin_5','mailchimp_7227261368','66.249.66.26','663',0),(22315,'2018-10-18 22:20:14','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22316,'2018-10-18 23:10:26','imp','optin_5','mailchimp_7227261368','207.46.13.87','0',0),(22317,'2018-10-18 23:21:18','imp','optin_2','mailchimp_7227261368','202.46.54.210','92',0),(22318,'2018-10-18 23:32:01','imp','optin_5','mailchimp_7227261368','162.212.172.235','0',0),(22319,'2018-10-18 23:53:23','imp','optin_5','mailchimp_7227261368','219.93.106.33','0',0),(22320,'2018-10-18 23:53:28','imp','optin_5','mailchimp_7227261368','219.93.106.33','0',0),(22321,'2018-10-19 00:00:05','imp','optin_5','mailchimp_7227261368','47.100.200.55','0',0),(22322,'2018-10-19 00:00:08','imp','optin_5','mailchimp_7227261368','47.100.200.55','0',0),(22323,'2018-10-19 00:06:03','imp','optin_5','mailchimp_7227261368','118.24.11.166','0',0),(22324,'2018-10-19 00:06:06','imp','optin_5','mailchimp_7227261368','118.24.11.166','0',0),(22325,'2018-10-19 00:23:08','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22326,'2018-10-19 00:23:12','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22327,'2018-10-19 00:38:07','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22328,'2018-10-19 01:23:22','imp','optin_5','mailchimp_7227261368','207.46.13.206','663',0),(22329,'2018-10-19 01:30:46','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22330,'2018-10-19 01:30:50','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22331,'2018-10-19 01:30:51','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22332,'2018-10-19 01:30:54','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22333,'2018-10-19 01:31:02','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22334,'2018-10-19 01:43:57','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(22335,'2018-10-19 01:57:15','imp','optin_2','mailchimp_7227261368','192.162.102.25','92',0),(22336,'2018-10-19 01:58:52','imp','optin_2','mailchimp_7227261368','34.219.176.249','92',0),(22337,'2018-10-19 01:58:56','imp','optin_2','mailchimp_7227261368','34.219.176.249','92',0),(22338,'2018-10-19 01:59:01','imp','optin_5','mailchimp_7227261368','34.219.176.249','0',0),(22339,'2018-10-19 02:01:29','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22340,'2018-10-19 02:01:31','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22341,'2018-10-19 02:01:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22342,'2018-10-19 02:01:38','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22343,'2018-10-19 02:19:25','imp','optin_2','mailchimp_7227261368','202.46.52.171','92',0),(22344,'2018-10-19 02:25:12','imp','optin_5','mailchimp_7227261368','137.116.130.62','0',0),(22345,'2018-10-19 02:25:18','imp','optin_5','mailchimp_7227261368','137.116.130.62','0',0),(22346,'2018-10-19 02:47:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22347,'2018-10-19 02:47:46','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22348,'2018-10-19 02:47:48','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22349,'2018-10-19 02:47:49','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22350,'2018-10-19 02:47:52','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22351,'2018-10-19 03:14:27','imp','optin_5','mailchimp_7227261368','66.249.66.28','714',0),(22352,'2018-10-19 03:15:18','imp','optin_7','mailchimp_7227261368','66.249.66.26','714',0),(22353,'2018-10-19 05:22:29','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(22354,'2018-10-19 05:23:13','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22355,'2018-10-19 05:25:49','imp','optin_5','mailchimp_7227261368','109.86.115.141','0',0),(22356,'2018-10-19 05:36:08','imp','optin_5','mailchimp_7227261368','120.55.61.200','0',0),(22357,'2018-10-19 05:48:10','imp','optin_5','mailchimp_7227261368','202.46.51.195','664',0),(22358,'2018-10-19 06:21:31','imp','optin_5','mailchimp_7227261368','202.46.55.17','714',0),(22359,'2018-10-19 06:25:52','imp','optin_5','mailchimp_7227261368','98.143.159.174','0',0),(22360,'2018-10-19 06:54:51','imp','optin_5','mailchimp_7227261368','202.46.51.21','666',0),(22361,'2018-10-19 06:57:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22362,'2018-10-19 06:58:04','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22363,'2018-10-19 07:00:22','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22364,'2018-10-19 07:13:59','imp','optin_5','mailchimp_7227261368','14.143.13.116','0',0),(22365,'2018-10-19 07:14:02','imp','optin_5','mailchimp_7227261368','14.143.13.116','0',0),(22366,'2018-10-19 07:47:55','imp','optin_5','mailchimp_7227261368','34.207.98.73','0',0),(22367,'2018-10-19 08:34:06','imp','optin_5','mailchimp_7227261368','66.249.66.26','665',0),(22368,'2018-10-19 09:06:28','imp','optin_2','mailchimp_7227261368','94.130.140.243','92',0),(22369,'2018-10-19 09:46:02','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22370,'2018-10-19 09:56:23','imp','optin_2','mailchimp_7227261368','62.210.77.198','92',0),(22371,'2018-10-19 10:19:07','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22372,'2018-10-19 10:19:47','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22373,'2018-10-19 10:37:11','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22374,'2018-10-19 11:05:03','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22375,'2018-10-19 11:29:38','imp','optin_5','mailchimp_7227261368','120.25.67.89','0',0),(22376,'2018-10-19 11:29:43','imp','optin_5','mailchimp_7227261368','120.25.67.89','0',0),(22377,'2018-10-19 12:22:49','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(22378,'2018-10-19 12:22:51','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(22379,'2018-10-19 12:22:53','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(22380,'2018-10-19 12:22:54','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(22381,'2018-10-19 12:22:57','imp','optin_5','mailchimp_7227261368','178.137.93.108','0',0),(22382,'2018-10-19 12:27:26','imp','optin_5','mailchimp_7227261368','202.46.55.135','714',0),(22383,'2018-10-19 12:47:12','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22384,'2018-10-19 13:03:37','imp','optin_5','mailchimp_7227261368','47.93.216.46','0',0),(22385,'2018-10-19 13:20:41','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22386,'2018-10-19 13:34:06','imp','optin_2','mailchimp_7227261368','202.46.54.106','92',0),(22387,'2018-10-19 13:40:41','imp','optin_2','mailchimp_7227261368','202.46.58.75','92',0),(22388,'2018-10-19 13:51:04','imp','optin_5','mailchimp_7227261368','39.104.148.111','0',0),(22389,'2018-10-19 15:29:49','imp','optin_5','mailchimp_7227261368','58.87.88.139','0',0),(22390,'2018-10-19 15:58:17','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22391,'2018-10-19 15:58:28','imp','optin_8','7227261368','66.249.66.26','-1',0),(22392,'2018-10-19 16:02:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(22393,'2018-10-19 16:19:41','imp','optin_5','mailchimp_7227261368','47.92.194.22','0',0),(22394,'2018-10-19 16:19:48','imp','optin_5','mailchimp_7227261368','47.92.194.22','0',0),(22395,'2018-10-19 16:49:55','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22396,'2018-10-19 17:20:57','imp','optin_5','mailchimp_7227261368','81.88.197.196','0',0),(22397,'2018-10-19 18:19:47','imp','optin_5','mailchimp_7227261368','47.94.95.66','0',0),(22398,'2018-10-19 18:43:12','imp','optin_5','mailchimp_7227261368','66.249.66.27','665',0),(22399,'2018-10-19 18:43:21','imp','optin_8','7227261368','66.249.66.27','665',0),(22400,'2018-10-19 18:58:53','imp','optin_5','mailchimp_7227261368','104.36.16.188','0',0),(22401,'2018-10-19 20:06:17','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22402,'2018-10-19 20:14:23','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22403,'2018-10-19 20:14:29','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22404,'2018-10-19 22:05:18','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22405,'2018-10-19 22:40:01','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22406,'2018-10-19 22:52:02','imp','optin_5','mailchimp_7227261368','66.249.66.26','411',0),(22407,'2018-10-19 22:53:18','imp','optin_5','mailchimp_7227261368','66.249.66.28','663',0),(22408,'2018-10-20 00:23:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22409,'2018-10-20 00:30:00','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22410,'2018-10-20 01:01:21','imp','optin_5','mailchimp_7227261368','188.138.105.83','0',0),(22411,'2018-10-20 01:50:14','imp','optin_5','mailchimp_7227261368','202.46.52.101','714',0),(22412,'2018-10-20 03:46:21','imp','optin_5','mailchimp_7227261368','66.249.66.28','714',0),(22413,'2018-10-20 03:46:26','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22414,'2018-10-20 03:46:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22415,'2018-10-20 03:46:35','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22416,'2018-10-20 03:46:37','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22417,'2018-10-20 03:46:51','imp','optin_7','mailchimp_7227261368','66.249.66.26','714',0),(22418,'2018-10-20 03:52:49','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(22419,'2018-10-20 03:52:58','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22420,'2018-10-20 03:52:59','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22421,'2018-10-20 03:53:02','imp','optin_8','7227261368','66.249.66.27','-1',0),(22422,'2018-10-20 04:19:31','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22423,'2018-10-20 04:19:38','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22424,'2018-10-20 04:19:39','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22425,'2018-10-20 04:19:41','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22426,'2018-10-20 04:19:43','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22427,'2018-10-20 04:19:47','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22428,'2018-10-20 06:27:08','imp','optin_2','mailchimp_7227261368','202.46.53.42','92',0),(22429,'2018-10-20 06:58:08','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(22430,'2018-10-20 08:21:57','imp','optin_5','mailchimp_7227261368','66.249.66.27','411',0),(22431,'2018-10-20 08:22:07','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22432,'2018-10-20 08:26:23','imp','optin_2','mailchimp_7227261368','202.46.49.116','92',0),(22433,'2018-10-20 10:42:08','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22434,'2018-10-20 10:42:43','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22435,'2018-10-20 11:13:09','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22436,'2018-10-20 13:44:45','imp','optin_5','mailchimp_7227261368','66.249.66.27','663',0),(22437,'2018-10-20 13:55:08','imp','optin_5','mailchimp_7227261368','66.249.66.27','663',0),(22438,'2018-10-20 14:24:20','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22439,'2018-10-20 14:48:51','imp','optin_5','mailchimp_7227261368','202.46.58.124','679',0),(22440,'2018-10-20 15:07:44','imp','optin_2','mailchimp_7227261368','202.46.58.51','92',0),(22441,'2018-10-20 15:35:18','imp','optin_5','mailchimp_7227261368','69.12.66.253','0',0),(22442,'2018-10-20 15:36:06','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22443,'2018-10-20 15:36:17','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22444,'2018-10-20 15:36:27','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22445,'2018-10-20 15:55:32','imp','optin_5','mailchimp_7227261368','202.46.51.109','0',0),(22446,'2018-10-20 16:51:37','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22447,'2018-10-20 17:03:05','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22448,'2018-10-20 17:08:07','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22449,'2018-10-20 17:13:10','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22450,'2018-10-20 17:13:14','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22451,'2018-10-20 18:19:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22452,'2018-10-20 19:02:03','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22453,'2018-10-20 19:20:35','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22454,'2018-10-20 19:20:42','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22455,'2018-10-20 19:20:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22456,'2018-10-20 19:20:46','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22457,'2018-10-20 19:41:40','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22458,'2018-10-20 21:36:24','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22459,'2018-10-20 21:47:45','imp','optin_5','mailchimp_7227261368','66.249.66.28','714',0),(22460,'2018-10-20 21:47:51','imp','optin_7','mailchimp_7227261368','66.249.66.26','714',0),(22461,'2018-10-20 22:56:19','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22462,'2018-10-20 23:06:57','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22463,'2018-10-20 23:44:06','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22464,'2018-10-21 01:06:47','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22465,'2018-10-21 02:21:05','imp','optin_2','mailchimp_7227261368','64.246.187.42','92',0),(22466,'2018-10-21 02:48:45','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22467,'2018-10-21 02:48:50','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22468,'2018-10-21 02:59:03','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22469,'2018-10-21 02:59:03','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(22470,'2018-10-21 02:59:03','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22471,'2018-10-21 04:45:37','imp','optin_5','mailchimp_7227261368','98.143.159.172','0',0),(22472,'2018-10-21 08:38:08','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22473,'2018-10-21 08:51:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22474,'2018-10-21 09:02:36','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22475,'2018-10-21 09:04:06','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22476,'2018-10-21 09:04:08','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22477,'2018-10-21 09:04:11','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22478,'2018-10-21 09:04:14','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22479,'2018-10-21 09:37:58','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22480,'2018-10-21 09:38:03','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22481,'2018-10-21 09:38:06','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22482,'2018-10-21 12:33:24','imp','optin_5','mailchimp_7227261368','157.55.39.169','0',0),(22483,'2018-10-21 13:46:55','imp','optin_2','mailchimp_7227261368','52.62.13.120','92',0),(22484,'2018-10-21 14:00:17','imp','optin_2','mailchimp_7227261368','202.46.48.198','92',0),(22485,'2018-10-21 14:19:27','imp','optin_2','mailchimp_7227261368','154.16.62.142','92',0),(22486,'2018-10-21 14:28:41','imp','optin_2','mailchimp_7227261368','202.46.52.43','92',0),(22487,'2018-10-21 14:48:44','imp','optin_2','mailchimp_7227261368','202.46.53.204','92',0),(22488,'2018-10-21 15:54:30','imp','optin_5','mailchimp_7227261368','207.46.13.17','0',0),(22489,'2018-10-21 16:16:24','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22490,'2018-10-21 16:16:25','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22491,'2018-10-21 16:16:28','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22492,'2018-10-21 16:16:31','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22493,'2018-10-21 16:16:34','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22494,'2018-10-21 16:16:36','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22495,'2018-10-21 16:16:41','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22496,'2018-10-21 16:16:49','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22497,'2018-10-21 16:16:59','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22498,'2018-10-21 16:17:06','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22499,'2018-10-21 17:14:08','imp','optin_5','mailchimp_7227261368','40.77.167.78','0',0),(22500,'2018-10-21 17:50:48','imp','optin_5','mailchimp_7227261368','188.165.197.221','0',0),(22501,'2018-10-21 18:08:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22502,'2018-10-21 18:08:55','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22503,'2018-10-21 18:53:00','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22504,'2018-10-21 19:20:09','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22505,'2018-10-21 19:41:25','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22506,'2018-10-21 20:46:04','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22507,'2018-10-21 20:46:32','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22508,'2018-10-21 21:23:10','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22509,'2018-10-21 22:00:34','imp','optin_2','mailchimp_7227261368','202.46.54.15','92',0),(22510,'2018-10-21 23:20:29','imp','optin_5','mailchimp_7227261368','188.138.105.63','0',0),(22511,'2018-10-21 23:30:04','imp','optin_2','mailchimp_7227261368','194.99.105.167','92',0),(22512,'2018-10-22 00:25:26','imp','optin_5','mailchimp_7227261368','207.46.13.75','714',0),(22513,'2018-10-22 00:31:13','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22514,'2018-10-22 00:56:25','imp','optin_5','mailchimp_7227261368','72.27.18.18','714',0),(22515,'2018-10-22 00:56:36','imp','optin_5','mailchimp_7227261368','72.27.18.18','0',0),(22516,'2018-10-22 00:56:45','imp','optin_7','mailchimp_7227261368','72.27.18.18','714',0),(22517,'2018-10-22 00:57:02','imp','optin_5','mailchimp_7227261368','72.27.18.18','0',0),(22518,'2018-10-22 00:57:03','imp','optin_8','7227261368','72.27.18.18','714',0),(22519,'2018-10-22 00:58:24','imp','optin_5','mailchimp_7227261368','34.228.240.168','714',0),(22520,'2018-10-22 01:01:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22521,'2018-10-22 01:14:36','imp','optin_5','mailchimp_7227261368','39.104.146.183','0',0),(22522,'2018-10-22 03:14:59','imp','optin_2','mailchimp_7227261368','202.46.54.142','92',0),(22523,'2018-10-22 03:29:10','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22524,'2018-10-22 03:29:42','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22525,'2018-10-22 03:29:43','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22526,'2018-10-22 03:31:13','imp','optin_5','mailchimp_7227261368','207.46.13.49','591',0),(22527,'2018-10-22 04:02:18','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22528,'2018-10-22 04:24:43','imp','optin_5','mailchimp_7227261368','98.143.159.174','0',0),(22529,'2018-10-22 04:56:02','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22530,'2018-10-22 05:39:43','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22531,'2018-10-22 05:51:12','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22532,'2018-10-22 05:58:35','imp','optin_5','mailchimp_7227261368','40.77.167.78','664',0),(22533,'2018-10-22 07:00:05','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22534,'2018-10-22 07:29:42','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22535,'2018-10-22 07:51:24','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22536,'2018-10-22 08:18:29','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22537,'2018-10-22 08:18:49','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22538,'2018-10-22 08:19:27','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22539,'2018-10-22 08:19:29','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22540,'2018-10-22 08:45:47','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(22541,'2018-10-22 08:51:00','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22542,'2018-10-22 09:52:58','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22543,'2018-10-22 10:12:15','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22544,'2018-10-22 10:12:37','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22545,'2018-10-22 10:13:45','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22546,'2018-10-22 10:45:35','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22547,'2018-10-22 10:45:37','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22548,'2018-10-22 10:45:39','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22549,'2018-10-22 10:45:41','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22550,'2018-10-22 10:45:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22551,'2018-10-22 10:46:32','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22552,'2018-10-22 10:47:03','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22553,'2018-10-22 10:47:35','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22554,'2018-10-22 10:48:04','imp','optin_5','mailchimp_7227261368','207.46.13.75','0',0),(22555,'2018-10-22 11:17:17','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22556,'2018-10-22 12:55:36','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22557,'2018-10-22 12:55:39','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22558,'2018-10-22 12:55:41','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22559,'2018-10-22 12:55:42','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22560,'2018-10-22 12:55:43','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22561,'2018-10-22 12:56:01','imp','optin_5','mailchimp_7227261368','69.12.66.200','0',0),(22562,'2018-10-22 13:02:10','imp','optin_2','mailchimp_7227261368','202.46.49.94','92',0),(22563,'2018-10-22 13:11:14','imp','optin_2','mailchimp_7227261368','202.46.49.157','92',0),(22564,'2018-10-22 13:57:28','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22565,'2018-10-22 14:33:38','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22566,'2018-10-22 17:30:50','imp','optin_5','mailchimp_7227261368','202.46.57.29','679',0),(22567,'2018-10-22 17:35:42','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22568,'2018-10-22 17:47:19','imp','optin_2','mailchimp_7227261368','5.188.210.25','92',0),(22569,'2018-10-22 17:47:22','imp','optin_5','mailchimp_7227261368','5.188.210.25','0',0),(22570,'2018-10-22 18:03:57','imp','optin_5','mailchimp_7227261368','202.46.52.70','0',0),(22571,'2018-10-22 19:02:44','imp','optin_5','mailchimp_7227261368','66.249.66.27','666',0),(22572,'2018-10-22 19:02:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22573,'2018-10-22 19:02:54','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22574,'2018-10-22 19:02:57','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22575,'2018-10-22 19:03:00','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22576,'2018-10-22 20:40:44','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22577,'2018-10-22 20:42:34','imp','optin_2','mailchimp_7227261368','91.90.192.195','92',0),(22578,'2018-10-22 20:45:29','imp','optin_2','mailchimp_7227261368','188.166.114.112','92',0),(22579,'2018-10-22 20:54:43','imp','optin_2','mailchimp_7227261368','202.46.56.66','92',0),(22580,'2018-10-22 20:54:56','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22581,'2018-10-22 23:16:45','imp','optin_2','mailchimp_7227261368','202.46.48.147','92',0),(22582,'2018-10-23 01:53:31','imp','optin_2','mailchimp_7227261368','185.253.97.251','92',0),(22583,'2018-10-23 01:56:13','imp','optin_5','mailchimp_7227261368','91.247.38.46','0',0),(22584,'2018-10-23 04:39:36','imp','optin_2','mailchimp_7227261368','202.46.56.67','92',0),(22585,'2018-10-23 05:22:53','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22586,'2018-10-23 05:46:09','imp','optin_5','mailchimp_7227261368','202.46.54.102','714',0),(22587,'2018-10-23 07:15:34','imp','optin_2','mailchimp_7227261368','202.46.48.147','92',0),(22588,'2018-10-23 07:28:36','imp','optin_2','mailchimp_7227261368','45.125.193.242','92',0),(22589,'2018-10-23 09:44:23','imp','optin_2','mailchimp_7227261368','162.158.64.166','92',0),(22590,'2018-10-23 10:10:43','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(22591,'2018-10-23 10:10:51','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(22592,'2018-10-23 10:10:58','imp','optin_5','mailchimp_7227261368','167.114.174.95','76',0),(22593,'2018-10-23 10:11:02','imp','optin_5','mailchimp_7227261368','167.114.174.95','714',0),(22594,'2018-10-23 10:11:05','imp','optin_5','mailchimp_7227261368','167.114.174.95','663',0),(22595,'2018-10-23 10:11:08','imp','optin_5','mailchimp_7227261368','167.114.174.95','664',0),(22596,'2018-10-23 10:11:12','imp','optin_5','mailchimp_7227261368','167.114.174.95','0',0),(22597,'2018-10-23 10:11:14','imp','optin_2','mailchimp_7227261368','167.114.174.95','92',0),(22598,'2018-10-23 10:29:10','imp','optin_2','mailchimp_7227261368','207.46.13.127','92',0),(22599,'2018-10-23 10:29:48','imp','optin_5','mailchimp_7227261368','207.46.13.49','0',0),(22600,'2018-10-23 10:35:58','imp','optin_2','mailchimp_7227261368','202.46.57.171','92',0),(22601,'2018-10-23 11:09:36','imp','optin_5','mailchimp_7227261368','202.46.49.108','0',0),(22602,'2018-10-23 11:42:46','imp','optin_5','mailchimp_7227261368','202.46.50.191','0',0),(22603,'2018-10-23 13:00:53','imp','optin_2','mailchimp_7227261368','202.46.53.148','92',0),(22604,'2018-10-23 14:48:44','imp','optin_2','mailchimp_7227261368','52.53.201.78','92',0),(22605,'2018-10-23 15:12:10','imp','optin_2','mailchimp_7227261368','166.70.118.101','92',0),(22606,'2018-10-23 16:15:04','imp','optin_2','mailchimp_7227261368','94.130.140.243','92',0),(22607,'2018-10-23 16:31:28','imp','optin_2','mailchimp_7227261368','202.46.58.87','92',0),(22608,'2018-10-23 18:49:11','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22609,'2018-10-23 18:49:12','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22610,'2018-10-23 18:49:15','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22611,'2018-10-23 18:49:16','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22612,'2018-10-23 18:49:18','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22613,'2018-10-23 18:49:20','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22614,'2018-10-23 18:49:21','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22615,'2018-10-23 19:44:39','imp','optin_5','mailchimp_7227261368','5.188.210.25','600',0),(22616,'2018-10-23 19:44:43','imp','optin_5','mailchimp_7227261368','5.188.210.25','0',0),(22617,'2018-10-23 19:46:51','imp','optin_5','mailchimp_7227261368','5.188.210.25','600',0),(22618,'2018-10-23 21:28:16','imp','optin_5','mailchimp_7227261368','39.104.154.81','0',0),(22619,'2018-10-23 21:37:25','imp','optin_2','mailchimp_7227261368','78.128.112.6','92',0),(22620,'2018-10-23 22:13:06','imp','optin_5','mailchimp_7227261368','202.46.53.45','679',0),(22621,'2018-10-23 22:36:38','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22622,'2018-10-23 22:36:56','imp','optin_5','mailchimp_7227261368','13.66.139.0','0',0),(22623,'2018-10-23 22:46:25','imp','optin_2','mailchimp_7227261368','202.46.53.178','92',0),(22624,'2018-10-23 23:19:43','imp','optin_5','mailchimp_7227261368','202.46.51.118','602',0),(22625,'2018-10-24 00:01:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22626,'2018-10-24 00:06:17','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22627,'2018-10-24 02:49:08','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22628,'2018-10-24 02:49:38','imp','optin_2','mailchimp_7227261368','89.134.90.117','92',0),(22629,'2018-10-24 03:51:46','imp','optin_5','mailchimp_7227261368','98.143.159.172','0',0),(22630,'2018-10-24 04:30:50','imp','optin_5','mailchimp_7227261368','202.46.52.163','0',0),(22631,'2018-10-24 05:01:57','imp','optin_2','mailchimp_7227261368','185.253.97.251','92',0),(22632,'2018-10-24 05:08:23','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22633,'2018-10-24 05:09:57','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22634,'2018-10-24 05:10:10','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22635,'2018-10-24 08:35:38','imp','optin_2','mailchimp_7227261368','45.125.193.243','92',0),(22636,'2018-10-24 10:03:06','imp','optin_5','mailchimp_7227261368','202.46.53.118','679',0),(22637,'2018-10-24 12:23:37','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22638,'2018-10-24 12:23:46','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22639,'2018-10-24 12:23:48','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22640,'2018-10-24 12:23:49','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22641,'2018-10-24 12:23:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22642,'2018-10-24 12:23:53','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22643,'2018-10-24 12:23:58','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22644,'2018-10-24 12:24:14','imp','optin_8','7227261368','66.249.66.26','-1',0),(22645,'2018-10-24 12:27:38','imp','optin_5','mailchimp_7227261368','207.46.13.22','0',0),(22646,'2018-10-24 14:18:56','imp','optin_5','mailchimp_7227261368','207.46.13.187','0',0),(22647,'2018-10-24 16:28:00','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(22648,'2018-10-24 16:28:23','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22649,'2018-10-24 18:06:24','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22650,'2018-10-24 20:16:55','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22651,'2018-10-24 22:37:52','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22652,'2018-10-24 22:37:59','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22653,'2018-10-24 22:46:04','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22654,'2018-10-25 03:56:12','imp','optin_2','mailchimp_7227261368','90.253.125.37','92',0),(22655,'2018-10-25 03:56:20','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22656,'2018-10-25 03:56:25','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22657,'2018-10-25 03:56:30','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22658,'2018-10-25 03:56:42','imp','optin_8','7227261368','90.253.125.37','-1',0),(22659,'2018-10-25 03:57:40','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22660,'2018-10-25 03:57:53','imp','optin_2','mailchimp_7227261368','90.253.125.37','2',0),(22661,'2018-10-25 03:57:55','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22662,'2018-10-25 03:58:00','imp','optin_5','mailchimp_7227261368','90.253.125.37','0',0),(22663,'2018-10-25 04:03:45','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(22664,'2018-10-25 05:26:58','imp','optin_2','mailchimp_7227261368','78.63.248.173','92',0),(22665,'2018-10-25 05:32:37','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22666,'2018-10-25 05:32:40','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22667,'2018-10-25 05:32:44','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22668,'2018-10-25 05:34:17','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22669,'2018-10-25 05:34:19','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22670,'2018-10-25 05:34:24','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22671,'2018-10-25 05:34:55','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22672,'2018-10-25 05:34:59','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22673,'2018-10-25 05:35:01','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22674,'2018-10-25 05:35:03','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22675,'2018-10-25 05:35:06','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22676,'2018-10-25 05:35:51','imp','optin_5','mailchimp_7227261368','90.253.79.215','595',0),(22677,'2018-10-25 05:35:51','imp','optin_5','mailchimp_7227261368','90.253.79.215','595',0),(22678,'2018-10-25 05:35:54','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22679,'2018-10-25 05:35:58','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22680,'2018-10-25 05:38:23','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22681,'2018-10-25 05:38:25','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22682,'2018-10-25 05:38:29','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22683,'2018-10-25 05:39:15','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22684,'2018-10-25 05:39:17','imp','optin_5','mailchimp_7227261368','90.253.79.215','0',0),(22685,'2018-10-25 07:21:22','imp','optin_2','mailchimp_7227261368','66.249.66.27','411',0),(22686,'2018-10-25 07:21:22','imp','optin_2','mailchimp_7227261368','66.249.66.27','411',0),(22687,'2018-10-25 07:28:34','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22688,'2018-10-25 07:28:39','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22689,'2018-10-25 07:28:41','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22690,'2018-10-25 07:28:43','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22691,'2018-10-25 07:28:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22692,'2018-10-25 07:28:46','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22693,'2018-10-25 07:28:48','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22694,'2018-10-25 07:28:49','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22695,'2018-10-25 09:37:43','imp','optin_2','mailchimp_7227261368','94.130.140.243','92',0),(22696,'2018-10-25 12:11:13','imp','optin_2','mailchimp_7227261368','178.22.67.29','92',0),(22697,'2018-10-25 15:42:07','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(22698,'2018-10-25 17:46:26','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22699,'2018-10-25 17:46:33','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22700,'2018-10-25 17:46:36','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22701,'2018-10-25 17:46:38','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22702,'2018-10-25 17:46:40','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22703,'2018-10-25 17:46:43','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22704,'2018-10-25 18:16:56','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22705,'2018-10-25 18:28:38','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22706,'2018-10-25 18:29:14','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22707,'2018-10-25 18:29:16','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22708,'2018-10-25 21:31:36','imp','optin_2','mailchimp_7227261368','178.127.133.104','92',0),(22709,'2018-10-25 22:19:03','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(22710,'2018-10-26 00:57:11','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22711,'2018-10-26 01:23:06','imp','optin_2','mailchimp_7227261368','89.249.64.140','92',0),(22712,'2018-10-26 01:47:26','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(22713,'2018-10-26 03:10:40','imp','optin_5','mailchimp_7227261368','69.12.66.226','0',0),(22714,'2018-10-26 03:22:25','imp','optin_5','mailchimp_7227261368','66.249.66.26','663',0),(22715,'2018-10-26 03:23:17','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22716,'2018-10-26 03:23:18','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22717,'2018-10-26 03:23:20','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22718,'2018-10-26 03:23:21','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22719,'2018-10-26 05:10:42','imp','optin_2','mailchimp_7227261368','66.249.66.26','411',0),(22720,'2018-10-26 05:10:43','imp','optin_2','mailchimp_7227261368','66.249.66.26','411',0),(22721,'2018-10-26 08:13:03','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22722,'2018-10-26 08:13:04','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22723,'2018-10-26 08:13:07','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22724,'2018-10-26 08:13:09','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22725,'2018-10-26 08:25:22','imp','optin_5','mailchimp_7227261368','66.249.66.28','902',0),(22726,'2018-10-26 08:25:26','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22727,'2018-10-26 08:25:28','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22728,'2018-10-26 09:00:23','imp','optin_5','mailchimp_7227261368','186.200.58.66','0',0),(22729,'2018-10-26 09:12:43','imp','optin_5','mailchimp_7227261368','78.85.207.182','0',0),(22730,'2018-10-26 10:43:26','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22731,'2018-10-26 10:43:33','imp','optin_8','7227261368','66.249.66.27','0',0),(22732,'2018-10-26 13:09:18','imp','optin_5','mailchimp_7227261368','66.249.66.26','575',0),(22733,'2018-10-26 13:25:16','imp','optin_5','mailchimp_7227261368','66.249.66.26','602',0),(22734,'2018-10-26 13:26:05','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22735,'2018-10-26 13:26:07','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22736,'2018-10-26 13:26:08','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22737,'2018-10-26 13:27:20','imp','optin_5','mailchimp_7227261368','66.249.66.26','594',0),(22738,'2018-10-26 13:27:39','imp','optin_5','mailchimp_7227261368','66.249.66.27','570',0),(22739,'2018-10-26 14:54:44','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22740,'2018-10-26 14:59:15','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22741,'2018-10-26 15:58:30','imp','optin_5','mailchimp_7227261368','66.249.66.28','601',0),(22742,'2018-10-26 16:26:49','imp','optin_2','mailchimp_7227261368','66.249.66.27','92',0),(22743,'2018-10-26 16:46:28','imp','optin_5','mailchimp_7227261368','207.46.13.22','0',0),(22744,'2018-10-26 17:28:09','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22745,'2018-10-26 17:28:27','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22746,'2018-10-26 18:21:49','imp','optin_5','mailchimp_7227261368','66.249.66.28','573',0),(22747,'2018-10-26 18:21:58','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22748,'2018-10-26 18:22:00','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22749,'2018-10-26 18:22:03','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22750,'2018-10-26 18:43:22','imp','optin_2','mailchimp_7227261368','14.202.130.26','92',0),(22751,'2018-10-26 18:43:28','imp','optin_2','mailchimp_7227261368','14.202.130.26','2',0),(22752,'2018-10-26 19:14:40','imp','optin_2','mailchimp_7227261368','167.114.233.118','92',0),(22753,'2018-10-26 19:18:01','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22754,'2018-10-26 19:26:47','imp','optin_5','mailchimp_7227261368','162.213.37.156','0',0),(22755,'2018-10-26 20:12:34','imp','optin_5','mailchimp_7227261368','66.249.66.52','0',0),(22756,'2018-10-26 20:42:34','imp','optin_5','mailchimp_7227261368','66.249.66.27','679',0),(22757,'2018-10-26 20:42:49','imp','optin_5','mailchimp_7227261368','66.249.66.27','597',0),(22758,'2018-10-26 20:43:26','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22759,'2018-10-26 20:43:28','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22760,'2018-10-26 21:13:43','imp','optin_5','mailchimp_7227261368','66.249.66.27','668',0),(22761,'2018-10-26 21:18:56','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22762,'2018-10-26 21:19:13','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22763,'2018-10-26 21:19:14','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22764,'2018-10-26 22:07:09','imp','optin_2','mailchimp_7227261368','112.5.243.201','92',0),(22765,'2018-10-27 00:42:15','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22766,'2018-10-27 02:30:53','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(22767,'2018-10-27 03:12:11','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22768,'2018-10-27 05:34:32','imp','optin_2','mailchimp_7227261368','66.249.66.27','411',0),(22769,'2018-10-27 05:34:32','imp','optin_2','mailchimp_7227261368','66.249.66.27','411',0),(22770,'2018-10-27 07:27:53','imp','optin_2','mailchimp_7227261368','135.23.221.142','92',0),(22771,'2018-10-27 07:51:11','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22772,'2018-10-27 07:53:03','imp','optin_8','7227261368','66.249.66.26','0',0),(22773,'2018-10-27 08:41:02','imp','optin_2','mailchimp_7227261368','66.249.66.28','92',0),(22774,'2018-10-27 08:41:07','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22775,'2018-10-27 08:41:10','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22776,'2018-10-27 09:21:02','imp','optin_2','mailchimp_7227261368','104.144.83.187','92',0),(22777,'2018-10-27 09:21:11','imp','optin_2','mailchimp_7227261368','104.144.83.187','92',0),(22778,'2018-10-27 09:21:16','imp','optin_5','mailchimp_7227261368','167.160.78.187','0',0),(22779,'2018-10-27 09:21:20','imp','optin_5','mailchimp_7227261368','167.160.78.187','0',0),(22780,'2018-10-27 09:21:24','imp','optin_5','mailchimp_7227261368','167.160.78.187','0',0),(22781,'2018-10-27 09:21:27','imp','optin_5','mailchimp_7227261368','167.160.78.187','0',0),(22782,'2018-10-27 10:06:04','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22783,'2018-10-27 10:36:21','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22784,'2018-10-27 10:36:51','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22785,'2018-10-27 10:36:55','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22786,'2018-10-27 10:36:59','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22787,'2018-10-27 10:51:30','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22788,'2018-10-27 10:56:23','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22789,'2018-10-27 10:56:28','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22790,'2018-10-27 10:56:33','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22791,'2018-10-27 11:16:36','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(22792,'2018-10-27 11:16:40','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(22793,'2018-10-27 11:31:45','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(22794,'2018-10-27 12:42:48','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22795,'2018-10-27 13:33:41','imp','optin_2','mailchimp_7227261368','216.41.233.217','92',0),(22796,'2018-10-27 13:33:49','imp','optin_2','mailchimp_7227261368','216.41.233.217','92',0),(22797,'2018-10-27 13:37:51','imp','optin_2','mailchimp_7227261368','93.158.161.146','92',0),(22798,'2018-10-27 19:26:29','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22799,'2018-10-27 19:27:00','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22800,'2018-10-27 19:27:02','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22801,'2018-10-27 19:27:05','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22802,'2018-10-27 19:27:07','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22803,'2018-10-27 19:27:14','imp','optin_8','7227261368','66.249.66.31','0',0),(22804,'2018-10-27 19:31:29','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22805,'2018-10-27 19:36:32','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22806,'2018-10-27 19:41:35','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22807,'2018-10-27 19:46:38','imp','optin_5','mailchimp_7227261368','66.249.66.4','0',0),(22808,'2018-10-27 19:51:42','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22809,'2018-10-27 20:16:57','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22810,'2018-10-27 20:22:42','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22811,'2018-10-27 20:34:48','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22812,'2018-10-27 20:42:11','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22813,'2018-10-27 20:42:44','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22814,'2018-10-27 20:42:45','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22815,'2018-10-27 20:42:47','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22816,'2018-10-27 20:47:24','imp','optin_5','mailchimp_7227261368','66.249.66.4','0',0),(22817,'2018-10-27 20:52:19','imp','optin_5','mailchimp_7227261368','66.249.66.4','0',0),(22818,'2018-10-27 20:57:20','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22819,'2018-10-27 20:57:49','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22820,'2018-10-27 20:57:51','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22821,'2018-10-27 21:02:23','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22822,'2018-10-27 21:12:29','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22823,'2018-10-27 21:27:47','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22824,'2018-10-27 21:53:03','imp','optin_5','mailchimp_7227261368','66.249.66.2','0',0),(22825,'2018-10-27 21:53:10','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22826,'2018-10-27 21:53:13','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(22827,'2018-10-27 22:16:55','imp','optin_2','mailchimp_7227261368','66.249.92.2','92',0),(22828,'2018-10-27 22:43:25','imp','optin_5','mailchimp_7227261368','66.249.66.4','0',0),(22829,'2018-10-27 22:48:03','imp','optin_5','mailchimp_7227261368','66.249.92.31','0',0),(22830,'2018-10-27 22:48:27','imp','optin_5','mailchimp_7227261368','66.249.92.31','0',0),(22831,'2018-10-27 22:48:30','imp','optin_5','mailchimp_7227261368','66.249.92.31','0',0),(22832,'2018-10-27 23:34:05','imp','optin_5','mailchimp_7227261368','66.249.73.151','0',0),(22833,'2018-10-27 23:38:56','imp','optin_5','mailchimp_7227261368','66.249.73.153','0',0),(22834,'2018-10-27 23:53:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22835,'2018-10-28 00:09:15','imp','optin_5','mailchimp_7227261368','66.249.73.149','0',0),(22836,'2018-10-28 00:19:21','imp','optin_5','mailchimp_7227261368','66.249.73.153','0',0),(22837,'2018-10-28 00:46:04','imp','optin_5','mailchimp_7227261368','66.249.73.153','0',0),(22838,'2018-10-28 00:49:38','imp','optin_5','mailchimp_7227261368','66.249.73.151','0',0),(22839,'2018-10-28 00:50:09','imp','optin_8','7227261368','66.249.73.151','0',0),(22840,'2018-10-28 00:52:06','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22841,'2018-10-28 00:52:12','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22842,'2018-10-28 01:06:05','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(22843,'2018-10-28 01:24:10','imp','optin_8','7227261368','66.249.73.149','0',0),(22844,'2018-10-28 01:24:59','imp','optin_5','mailchimp_7227261368','66.249.73.149','0',0),(22845,'2018-10-28 01:35:05','imp','optin_5','mailchimp_7227261368','66.249.73.153','0',0),(22846,'2018-10-28 02:00:25','imp','optin_5','mailchimp_7227261368','66.249.73.149','0',0),(22847,'2018-10-28 02:59:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22848,'2018-10-28 04:43:58','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22849,'2018-10-28 05:15:15','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22850,'2018-10-28 06:33:33','imp','optin_2','mailchimp_7227261368','18.234.168.53','92',0),(22851,'2018-10-28 08:04:09','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22852,'2018-10-28 08:48:21','imp','optin_5','mailchimp_7227261368','66.249.79.85','666',0),(22853,'2018-10-28 08:56:40','imp','optin_2','mailchimp_7227261368','66.249.79.85','411',0),(22854,'2018-10-28 08:56:41','imp','optin_2','mailchimp_7227261368','66.249.79.85','411',0),(22855,'2018-10-28 09:04:18','imp','optin_2','mailchimp_7227261368','135.23.221.142','92',0),(22856,'2018-10-28 09:23:24','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22857,'2018-10-28 09:23:26','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(22858,'2018-10-28 09:23:27','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(22859,'2018-10-28 09:28:10','imp','optin_2','mailchimp_7227261368','134.249.50.193','92',0),(22860,'2018-10-28 09:28:12','imp','optin_2','mailchimp_7227261368','134.249.50.193','92',0),(22861,'2018-10-28 09:28:15','imp','optin_5','mailchimp_7227261368','134.249.50.193','0',0),(22862,'2018-10-28 11:37:26','imp','optin_2','mailchimp_7227261368','216.145.5.42','92',0),(22863,'2018-10-28 11:43:45','imp','optin_2','mailchimp_7227261368','64.246.178.34','92',0),(22864,'2018-10-28 12:35:15','imp','optin_2','mailchimp_7227261368','66.249.79.85','92',0),(22865,'2018-10-28 12:35:19','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22866,'2018-10-28 12:35:22','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22867,'2018-10-28 12:35:25','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22868,'2018-10-28 12:35:31','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22869,'2018-10-28 15:47:56','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22870,'2018-10-28 18:22:05','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22871,'2018-10-28 18:47:20','imp','optin_2','mailchimp_7227261368','14.202.130.26','92',0),(22872,'2018-10-28 18:47:24','imp','optin_2','mailchimp_7227261368','14.202.130.26','2',0),(22873,'2018-10-28 21:04:58','imp','optin_5','mailchimp_7227261368','40.77.167.78','0',0),(22874,'2018-10-28 21:16:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22875,'2018-10-28 21:42:35','imp','optin_2','mailchimp_7227261368','207.46.13.125','92',0),(22876,'2018-10-28 22:15:57','imp','optin_5','mailchimp_7227261368','40.77.167.78','0',0),(22877,'2018-10-28 22:19:12','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22878,'2018-10-28 22:35:44','imp','optin_2','mailchimp_7227261368','34.219.138.125','92',0),(22879,'2018-10-28 22:35:45','imp','optin_2','mailchimp_7227261368','34.219.138.125','92',0),(22880,'2018-10-28 22:35:51','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22881,'2018-10-28 22:35:52','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22882,'2018-10-28 22:43:40','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(22883,'2018-10-28 22:43:41','imp','optin_5','mailchimp_7227261368','66.249.79.89','0',0),(22884,'2018-10-29 01:12:52','imp','optin_5','mailchimp_7227261368','40.77.167.39','0',0),(22885,'2018-10-29 02:46:36','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22886,'2018-10-29 05:47:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22887,'2018-10-29 09:17:15','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(22888,'2018-10-29 09:17:16','imp','optin_5','mailchimp_7227261368','66.249.69.85','0',0),(22889,'2018-10-30 00:07:46','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(22890,'2018-10-30 00:54:30','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22891,'2018-10-30 04:22:38','imp','optin_2','mailchimp_7227261368','66.249.64.53','411',0),(22892,'2018-10-30 04:22:38','imp','optin_2','mailchimp_7227261368','66.249.64.53','411',0),(22893,'2018-10-30 04:33:02','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(22894,'2018-10-30 04:33:02','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22895,'2018-10-30 04:33:02','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(22896,'2018-10-30 04:33:18','imp','optin_5','mailchimp_7227261368','77.88.87.74','0',0),(22897,'2018-10-30 04:54:53','imp','optin_2','mailchimp_7227261368','66.249.64.53','92',0),(22898,'2018-10-30 04:55:05','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(22899,'2018-10-30 04:55:14','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22900,'2018-10-30 04:55:21','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22901,'2018-10-30 05:03:08','imp','optin_2','mailchimp_7227261368','66.249.64.55','92',0),(22902,'2018-10-30 08:15:39','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22903,'2018-10-30 09:41:57','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(22904,'2018-10-30 11:07:10','imp','optin_2','mailchimp_7227261368','66.220.149.4','92',0),(22905,'2018-10-30 11:07:15','imp','optin_5','mailchimp_7227261368','66.220.149.4','0',0),(22906,'2018-10-30 11:07:20','imp','optin_5','mailchimp_7227261368','66.220.149.9','0',0),(22907,'2018-10-30 11:07:39','imp','optin_8','7227261368','66.220.149.4','-1',0),(22908,'2018-10-30 11:07:47','imp','optin_5','mailchimp_7227261368','207.46.13.16','177',0),(22909,'2018-10-30 16:20:46','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22910,'2018-10-30 16:20:48','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22911,'2018-10-30 16:22:04','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22912,'2018-10-30 16:22:07','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22913,'2018-10-30 17:36:20','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22914,'2018-10-30 17:36:23','imp','optin_2','mailchimp_7227261368','223.190.37.166','92',0),(22915,'2018-10-30 18:58:40','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22916,'2018-10-30 18:59:18','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(22917,'2018-10-30 18:59:39','imp','optin_8','7227261368','66.249.64.53','0',0),(22918,'2018-10-30 19:20:17','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(22919,'2018-10-30 19:20:22','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22920,'2018-10-30 19:20:24','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22921,'2018-10-30 19:20:26','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22922,'2018-10-30 19:20:28','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22923,'2018-10-30 19:20:30','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(22924,'2018-10-30 21:24:36','imp','optin_2','mailchimp_7227261368','192.0.85.183','92',0),(22925,'2018-10-30 21:24:42','imp','optin_5','mailchimp_7227261368','192.0.85.183','0',0),(22926,'2018-10-30 22:04:47','imp','optin_5','mailchimp_7227261368','90.243.110.53','0',0),(22927,'2018-10-30 22:05:11','imp','optin_8','7227261368','90.243.110.53','697',0),(22928,'2018-10-31 00:22:42','imp','optin_2','mailchimp_7227261368','66.249.89.119','92',0),(22929,'2018-10-31 00:27:38','imp','optin_5','mailchimp_7227261368','66.249.89.117','0',0),(22930,'2018-10-31 03:58:00','imp','optin_5','mailchimp_7227261368','69.12.66.220','0',0),(22931,'2018-10-31 06:56:16','imp','optin_2','mailchimp_7227261368','34.245.59.209','92',0),(22932,'2018-10-31 07:18:20','imp','optin_2','mailchimp_7227261368','167.114.116.24','92',0),(22933,'2018-10-31 07:18:22','imp','optin_2','mailchimp_7227261368','167.114.116.24','2',0),(22934,'2018-10-31 08:00:01','imp','optin_5','mailchimp_7227261368','69.12.66.241','0',0),(22935,'2018-10-31 08:21:57','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22936,'2018-10-31 09:31:36','imp','optin_5','mailchimp_7227261368','66.249.71.122','664',0),(22937,'2018-10-31 09:31:43','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(22938,'2018-10-31 09:31:50','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22939,'2018-10-31 09:31:53','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22940,'2018-10-31 09:32:09','imp','optin_8','7227261368','66.249.71.129','664',0),(22941,'2018-10-31 09:36:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22942,'2018-10-31 10:49:41','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22943,'2018-10-31 10:49:47','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22944,'2018-10-31 11:06:30','imp','optin_5','mailchimp_7227261368','51.158.25.61','0',0),(22945,'2018-10-31 11:11:22','imp','optin_2','mailchimp_7227261368','61.238.71.192','92',0),(22946,'2018-10-31 11:42:15','imp','optin_5','mailchimp_7227261368','66.249.71.129','664',0),(22947,'2018-10-31 12:47:10','imp','optin_5','mailchimp_7227261368','207.46.13.36','0',0),(22948,'2018-10-31 15:12:53','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(22949,'2018-10-31 18:24:33','imp','optin_2','mailchimp_7227261368','173.252.87.14','92',0),(22950,'2018-10-31 18:24:38','imp','optin_5','mailchimp_7227261368','173.252.87.9','0',0),(22951,'2018-10-31 18:24:42','imp','optin_5','mailchimp_7227261368','173.252.87.3','0',0),(22952,'2018-10-31 19:20:39','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(22953,'2018-10-31 19:20:52','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22954,'2018-10-31 19:20:53','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22955,'2018-10-31 19:20:55','imp','optin_5','mailchimp_7227261368','66.249.71.159','0',0),(22956,'2018-10-31 19:20:56','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22957,'2018-10-31 19:20:58','imp','optin_5','mailchimp_7227261368','66.249.71.159','0',0),(22958,'2018-10-31 19:21:00','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22959,'2018-10-31 20:23:06','imp','optin_5','mailchimp_7227261368','90.243.110.53','0',0),(22960,'2018-10-31 20:23:10','imp','optin_5','mailchimp_7227261368','90.243.110.53','0',0),(22961,'2018-10-31 22:29:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(22962,'2018-10-31 22:53:38','imp','optin_5','mailchimp_7227261368','69.12.66.212','0',0),(22963,'2018-10-31 22:56:39','imp','optin_2','mailchimp_7227261368','199.249.230.71','92',0),(22964,'2018-10-31 23:30:22','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(22965,'2018-11-01 00:55:10','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22966,'2018-11-01 02:48:31','imp','optin_5','mailchimp_7227261368','69.12.66.233','0',0),(22967,'2018-11-01 04:20:57','imp','optin_2','mailchimp_7227261368','34.244.234.205','92',0),(22968,'2018-11-01 04:20:59','imp','optin_2','mailchimp_7227261368','34.244.234.205','92',0),(22969,'2018-11-01 05:42:25','imp','optin_2','mailchimp_7227261368','18.216.95.85','92',0),(22970,'2018-11-01 05:42:26','imp','optin_2','mailchimp_7227261368','18.216.95.85','92',0),(22971,'2018-11-01 05:42:27','imp','optin_2','mailchimp_7227261368','18.216.95.85','92',0),(22972,'2018-11-01 05:42:32','imp','optin_5','mailchimp_7227261368','18.216.95.85','0',0),(22973,'2018-11-01 05:42:35','imp','optin_5','mailchimp_7227261368','18.216.95.85','0',0),(22974,'2018-11-01 05:42:40','imp','optin_5','mailchimp_7227261368','18.216.95.85','0',0),(22975,'2018-11-01 05:42:42','imp','optin_2','mailchimp_7227261368','18.216.95.85','2',0),(22976,'2018-11-01 05:42:43','imp','optin_5','mailchimp_7227261368','18.216.95.85','0',0),(22977,'2018-11-01 05:42:47','imp','optin_2','mailchimp_7227261368','18.216.95.85','92',0),(22978,'2018-11-01 05:42:49','imp','optin_5','mailchimp_7227261368','18.216.95.85','0',0),(22979,'2018-11-01 10:02:26','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(22980,'2018-11-01 10:02:28','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22981,'2018-11-01 10:02:30','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22982,'2018-11-01 10:02:31','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(22983,'2018-11-01 12:02:52','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22984,'2018-11-01 12:03:00','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(22985,'2018-11-01 12:22:56','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22986,'2018-11-01 15:03:10','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(22987,'2018-11-01 15:03:10','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22988,'2018-11-01 15:42:49','imp','optin_5','mailchimp_7227261368','66.249.71.159','0',0),(22989,'2018-11-01 17:06:47','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22990,'2018-11-01 20:36:12','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(22991,'2018-11-01 23:09:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(22992,'2018-11-02 00:26:02','imp','optin_5','mailchimp_7227261368','94.250.249.41','0',0),(22993,'2018-11-02 00:26:04','imp','optin_5','mailchimp_7227261368','94.250.249.41','0',0),(22994,'2018-11-02 01:35:49','imp','optin_2','mailchimp_7227261368','66.249.71.123','411',0),(22995,'2018-11-02 01:35:49','imp','optin_2','mailchimp_7227261368','66.249.71.123','411',0),(22996,'2018-11-02 02:04:07','imp','optin_5','mailchimp_7227261368','66.249.71.129','0',0),(22997,'2018-11-02 02:04:07','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(22998,'2018-11-02 03:06:16','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(22999,'2018-11-02 03:51:35','imp','optin_2','mailchimp_7227261368','31.13.115.13','92',0),(23000,'2018-11-02 06:14:51','imp','optin_2','mailchimp_7227261368','31.13.127.11','92',0),(23001,'2018-11-02 06:14:56','imp','optin_5','mailchimp_7227261368','31.13.127.2','0',0),(23002,'2018-11-02 06:15:20','imp','optin_8','7227261368','31.13.127.11','-1',0),(23003,'2018-11-02 07:30:56','imp','optin_2','mailchimp_7227261368','144.202.51.238','92',0),(23004,'2018-11-02 12:04:33','imp','optin_5','mailchimp_7227261368','66.249.71.159','0',0),(23005,'2018-11-02 12:52:37','imp','optin_2','mailchimp_7227261368','66.249.71.122','92',0),(23006,'2018-11-02 12:52:41','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23007,'2018-11-02 12:52:49','imp','optin_8','7227261368','66.249.71.16','-1',0),(23008,'2018-11-02 13:36:56','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23009,'2018-11-02 14:33:32','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23010,'2018-11-02 18:28:22','imp','optin_2','mailchimp_7227261368','173.252.127.41','92',0),(23011,'2018-11-02 18:28:27','imp','optin_5','mailchimp_7227261368','173.252.127.32','0',0),(23012,'2018-11-02 18:28:31','imp','optin_5','mailchimp_7227261368','173.252.127.36','0',0),(23013,'2018-11-02 20:02:12','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23014,'2018-11-02 20:02:20','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(23015,'2018-11-02 20:04:47','imp','optin_5','mailchimp_7227261368','162.213.38.170','0',0),(23016,'2018-11-02 20:37:28','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23017,'2018-11-02 23:28:18','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23018,'2018-11-02 23:28:28','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(23019,'2018-11-02 23:28:29','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(23020,'2018-11-02 23:28:34','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23021,'2018-11-02 23:28:36','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(23022,'2018-11-02 23:29:02','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23023,'2018-11-02 23:32:42','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23024,'2018-11-02 23:35:00','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23025,'2018-11-03 00:08:14','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23026,'2018-11-03 02:11:00','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(23027,'2018-11-03 02:58:52','imp','optin_5','mailchimp_7227261368','66.249.71.129','600',0),(23028,'2018-11-03 02:59:52','imp','optin_8','7227261368','66.249.71.123','600',0),(23029,'2018-11-03 05:31:17','imp','optin_2','mailchimp_7227261368','62.210.83.78','92',0),(23030,'2018-11-03 06:23:33','imp','optin_5','mailchimp_7227261368','90.243.101.226','0',0),(23031,'2018-11-03 06:23:39','imp','optin_5','mailchimp_7227261368','90.243.101.226','0',0),(23032,'2018-11-03 06:23:56','imp','optin_8','7227261368','90.243.101.226','697',0),(23033,'2018-11-03 07:50:30','imp','optin_2','mailchimp_7227261368','188.166.114.112','92',0),(23034,'2018-11-03 08:30:53','imp','optin_5','mailchimp_7227261368','90.243.101.226','0',0),(23035,'2018-11-03 08:31:04','imp','optin_5','mailchimp_7227261368','90.243.101.226','0',0),(23036,'2018-11-03 09:50:22','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23037,'2018-11-03 16:33:18','imp','optin_5','mailchimp_7227261368','66.249.71.124','0',0),(23038,'2018-11-03 18:28:38','imp','optin_2','mailchimp_7227261368','173.252.127.1','92',0),(23039,'2018-11-03 18:28:43','imp','optin_5','mailchimp_7227261368','173.252.127.19','0',0),(23040,'2018-11-03 18:28:46','imp','optin_5','mailchimp_7227261368','173.252.127.24','0',0),(23041,'2018-11-03 18:40:16','imp','optin_5','mailchimp_7227261368','66.249.71.124','0',0),(23042,'2018-11-03 20:47:04','imp','optin_5','mailchimp_7227261368','157.55.39.203','664',0),(23043,'2018-11-03 21:48:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23044,'2018-11-03 22:58:40','imp','optin_5','mailchimp_7227261368','66.249.71.124','0',0),(23045,'2018-11-03 22:59:15','imp','optin_8','7227261368','66.249.71.122','0',0),(23046,'2018-11-03 23:19:29','imp','optin_5','mailchimp_7227261368','40.77.167.98','0',0),(23047,'2018-11-03 23:35:07','imp','optin_2','mailchimp_7227261368','66.249.79.85','2',0),(23048,'2018-11-04 00:03:57','imp','optin_8','7227261368','66.249.71.124','2',0),(23049,'2018-11-04 01:11:28','imp','optin_2','mailchimp_7227261368','144.168.162.250','92',0),(23050,'2018-11-04 05:59:10','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23051,'2018-11-04 07:59:57','imp','optin_2','mailchimp_7227261368','66.249.71.16','2',0),(23052,'2018-11-04 08:01:19','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23053,'2018-11-04 10:04:33','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23054,'2018-11-04 12:15:15','imp','optin_5','mailchimp_7227261368','207.46.13.151','177',0),(23055,'2018-11-04 18:08:03','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23056,'2018-11-04 18:08:37','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(23057,'2018-11-04 18:53:49','imp','optin_2','mailchimp_7227261368','190.2.148.176','92',0),(23058,'2018-11-04 18:53:51','imp','optin_2','mailchimp_7227261368','190.2.148.176','92',0),(23059,'2018-11-04 22:51:12','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23060,'2018-11-04 23:03:21','imp','optin_2','mailchimp_7227261368','157.55.39.249','92',0),(23061,'2018-11-05 00:52:50','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23062,'2018-11-05 03:38:59','imp','optin_5','mailchimp_7227261368','69.12.66.212','0',0),(23063,'2018-11-05 03:49:32','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23064,'2018-11-05 03:49:32','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23065,'2018-11-05 03:49:32','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(23066,'2018-11-05 06:06:46','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23067,'2018-11-05 06:06:46','imp','optin_5','mailchimp_7227261368','66.249.79.87','0',0),(23068,'2018-11-05 06:07:01','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(23069,'2018-11-05 06:07:02','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23070,'2018-11-05 06:07:04','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23071,'2018-11-05 06:07:24','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(23072,'2018-11-05 07:23:03','imp','optin_2','mailchimp_7227261368','185.86.93.50','92',0),(23073,'2018-11-05 07:24:29','imp','optin_5','mailchimp_7227261368','69.12.66.233','0',0),(23074,'2018-11-05 08:42:50','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(23075,'2018-11-05 08:42:54','imp','optin_2','mailchimp_7227261368','66.249.71.16','92',0),(23076,'2018-11-05 08:43:03','imp','optin_8','7227261368','66.249.71.16','-1',0),(23077,'2018-11-05 08:43:26','imp','optin_8','7227261368','66.249.79.85','-1',0),(23078,'2018-11-05 11:02:52','imp','optin_2','mailchimp_7227261368','157.55.39.249','411',0),(23079,'2018-11-05 11:02:53','imp','optin_2','mailchimp_7227261368','157.55.39.249','411',0),(23080,'2018-11-05 11:10:06','imp','optin_5','mailchimp_7227261368','66.249.79.85','0',0),(23081,'2018-11-05 14:29:17','imp','optin_5','mailchimp_7227261368','203.62.28.16','714',0),(23082,'2018-11-05 14:29:17','imp','optin_5','mailchimp_7227261368','203.62.28.16','714',0),(23083,'2018-11-05 14:29:17','imp','optin_5','mailchimp_7227261368','203.62.28.16','714',0),(23084,'2018-11-05 14:29:21','imp','optin_5','mailchimp_7227261368','203.62.28.16','0',0),(23085,'2018-11-05 14:29:23','imp','optin_7','mailchimp_7227261368','203.62.28.16','714',0),(23086,'2018-11-05 14:29:29','imp','optin_5','mailchimp_7227261368','203.62.28.16','0',0),(23087,'2018-11-05 14:29:46','imp','optin_8','7227261368','203.62.28.16','714',0),(23088,'2018-11-05 16:20:13','imp','optin_2','mailchimp_7227261368','66.249.71.159','92',0),(23089,'2018-11-05 16:20:24','imp','optin_8','7227261368','66.249.71.123','-1',0),(23090,'2018-11-05 17:25:39','imp','optin_2','mailchimp_7227261368','47.75.108.147','92',0),(23091,'2018-11-05 17:25:46','imp','optin_2','mailchimp_7227261368','42.236.10.92','92',0),(23092,'2018-11-05 17:25:50','imp','optin_5','mailchimp_7227261368','180.163.220.68','0',0),(23093,'2018-11-05 18:11:23','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23094,'2018-11-05 18:11:37','imp','optin_8','7227261368','66.249.71.16','0',0),(23095,'2018-11-05 19:04:58','imp','optin_2','mailchimp_7227261368','37.123.243.21','92',0),(23096,'2018-11-05 19:55:25','imp','optin_2','mailchimp_7227261368','39.98.61.223','92',0),(23097,'2018-11-05 23:02:34','imp','optin_5','mailchimp_7227261368','66.249.71.129','0',0),(23098,'2018-11-06 04:02:02','imp','optin_2','mailchimp_7227261368','66.249.71.18','92',0),(23099,'2018-11-06 04:03:22','imp','optin_8','7227261368','66.249.71.17','-1',0),(23100,'2018-11-06 04:39:22','imp','optin_5','mailchimp_7227261368','69.12.66.241','0',0),(23101,'2018-11-06 08:44:56','imp','optin_5','mailchimp_7227261368','69.12.66.220','0',0),(23102,'2018-11-06 11:15:22','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23103,'2018-11-06 18:03:56','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(23104,'2018-11-06 18:42:04','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23105,'2018-11-06 23:01:46','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23106,'2018-11-06 23:24:13','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23107,'2018-11-07 01:12:39','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23108,'2018-11-07 02:17:31','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23109,'2018-11-07 02:22:30','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23110,'2018-11-07 02:23:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23111,'2018-11-07 02:39:14','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23112,'2018-11-07 07:33:59','imp','optin_5','mailchimp_7227261368','90.255.207.167','0',0),(23113,'2018-11-07 07:33:59','imp','optin_5','mailchimp_7227261368','90.255.207.167','0',0),(23114,'2018-11-07 15:29:17','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23115,'2018-11-07 17:17:06','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23116,'2018-11-07 22:15:48','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23117,'2018-11-07 22:20:55','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23118,'2018-11-07 22:24:51','imp','optin_2','mailchimp_7227261368','42.202.54.142','92',0),(23119,'2018-11-07 22:27:14','imp','optin_2','mailchimp_7227261368','111.63.3.187','92',0),(23120,'2018-11-07 22:29:09','imp','optin_2','mailchimp_7227261368','180.107.234.186','92',0),(23121,'2018-11-07 22:29:47','imp','optin_2','mailchimp_7227261368','114.138.56.27','92',0),(23122,'2018-11-07 22:31:00','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23123,'2018-11-07 22:31:16','imp','optin_2','mailchimp_7227261368','171.90.231.94','92',0),(23124,'2018-11-07 22:34:11','imp','optin_2','mailchimp_7227261368','60.182.176.244','92',0),(23125,'2018-11-07 22:36:01','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23126,'2018-11-07 22:41:04','imp','optin_5','mailchimp_7227261368','66.249.71.16','0',0),(23127,'2018-11-07 22:48:16','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23128,'2018-11-07 22:48:20','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(23129,'2018-11-07 22:51:40','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23130,'2018-11-07 22:51:54','imp','optin_8','7227261368','66.249.71.16','0',0),(23131,'2018-11-07 22:53:33','imp','optin_5','mailchimp_7227261368','66.249.71.18','0',0),(23132,'2018-11-07 23:02:55','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23133,'2018-11-08 00:35:27','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23134,'2018-11-08 02:48:33','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23135,'2018-11-08 03:19:00','imp','optin_5','mailchimp_7227261368','66.249.71.17','0',0),(23136,'2018-11-08 03:59:22','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23137,'2018-11-08 05:50:59','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23138,'2018-11-08 05:51:04','imp','optin_8','7227261368','66.249.79.23','0',0),(23139,'2018-11-08 06:32:04','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23140,'2018-11-08 06:32:05','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23141,'2018-11-08 06:34:35','imp','optin_5','mailchimp_7227261368','207.46.13.74','177',0),(23142,'2018-11-08 11:22:56','imp','optin_5','mailchimp_7227261368','177.101.57.164','0',0),(23143,'2018-11-08 11:23:15','imp','optin_5','mailchimp_7227261368','177.101.57.164','0',0),(23144,'2018-11-08 11:23:25','imp','optin_8','7227261368','177.101.57.164','0',0),(23145,'2018-11-08 12:45:27','imp','optin_5','mailchimp_7227261368','66.249.73.85','0',0),(23146,'2018-11-08 12:46:49','imp','optin_5','mailchimp_7227261368','66.249.73.87','0',0),(23147,'2018-11-08 13:10:26','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23148,'2018-11-08 14:23:25','imp','optin_2','mailchimp_7227261368','66.249.73.87','92',0),(23149,'2018-11-08 14:23:33','imp','optin_5','mailchimp_7227261368','66.249.73.87','0',0),(23150,'2018-11-08 14:23:42','imp','optin_8','7227261368','66.249.73.85','-1',0),(23151,'2018-11-08 18:25:54','imp','optin_5','mailchimp_7227261368','66.249.73.87','0',0),(23152,'2018-11-08 20:15:19','imp','optin_5','mailchimp_7227261368','66.249.73.85','0',0),(23153,'2018-11-08 20:17:14','imp','optin_8','7227261368','66.249.73.85','0',0),(23154,'2018-11-08 20:19:56','imp','optin_2','mailchimp_7227261368','31.13.127.2','92',0),(23155,'2018-11-08 20:20:15','imp','optin_5','mailchimp_7227261368','31.13.127.17','0',0),(23156,'2018-11-08 20:20:18','imp','optin_5','mailchimp_7227261368','31.13.127.13','0',0),(23157,'2018-11-08 20:43:05','imp','optin_5','mailchimp_7227261368','66.249.73.87','930',0),(23158,'2018-11-08 20:45:36','imp','optin_5','mailchimp_7227261368','66.249.73.87','0',0),(23159,'2018-11-08 20:47:05','imp','optin_8','7227261368','66.249.73.87','0',0),(23160,'2018-11-08 23:52:19','imp','optin_2','mailchimp_7227261368','172.245.84.194','92',0),(23161,'2018-11-08 23:52:21','imp','optin_5','mailchimp_7227261368','172.245.84.194','665',0),(23162,'2018-11-08 23:52:36','imp','optin_5','mailchimp_7227261368','172.245.84.194','665',0),(23163,'2018-11-08 23:53:00','imp','optin_5','mailchimp_7227261368','172.245.84.194','665',0),(23164,'2018-11-09 00:53:21','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23165,'2018-11-09 01:37:21','imp','optin_5','mailchimp_7227261368','66.249.73.89','663',0),(23166,'2018-11-09 01:37:38','imp','optin_5','mailchimp_7227261368','66.249.73.85','0',0),(23167,'2018-11-09 01:37:41','imp','optin_8','7227261368','66.249.73.85','663',0),(23168,'2018-11-09 01:53:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23169,'2018-11-09 02:38:08','imp','optin_5','mailchimp_7227261368','66.249.73.89','663',0),(23170,'2018-11-09 06:49:10','imp','optin_5','mailchimp_7227261368','69.12.66.212','0',0),(23171,'2018-11-09 07:18:10','imp','optin_2','mailchimp_7227261368','66.70.157.189','92',0),(23172,'2018-11-09 07:18:14','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23173,'2018-11-09 07:18:28','imp','optin_2','mailchimp_7227261368','66.70.157.189','92',0),(23174,'2018-11-09 07:18:32','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23175,'2018-11-09 07:19:14','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23176,'2018-11-09 07:19:17','imp','optin_2','mailchimp_7227261368','66.70.157.189','2',0),(23177,'2018-11-09 07:19:21','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23178,'2018-11-09 07:19:48','imp','optin_2','mailchimp_7227261368','66.70.157.189','2',0),(23179,'2018-11-09 07:19:52','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23180,'2018-11-09 07:20:07','imp','optin_5','mailchimp_7227261368','66.70.157.189','76',0),(23181,'2018-11-09 07:20:11','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23182,'2018-11-09 07:20:15','imp','optin_2','mailchimp_7227261368','66.70.157.189','92',0),(23183,'2018-11-09 07:20:19','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23184,'2018-11-09 07:20:25','imp','optin_2','mailchimp_7227261368','66.70.157.189','92',0),(23185,'2018-11-09 07:20:29','imp','optin_5','mailchimp_7227261368','66.70.157.189','0',0),(23186,'2018-11-09 07:52:43','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23187,'2018-11-09 08:04:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(23188,'2018-11-09 08:51:20','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23189,'2018-11-09 11:51:57','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23190,'2018-11-09 11:51:58','imp','optin_5','mailchimp_7227261368','198.23.132.168','665',0),(23191,'2018-11-09 12:13:14','imp','optin_2','mailchimp_7227261368','195.154.52.33','92',0),(23192,'2018-11-09 12:35:29','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23193,'2018-11-09 14:13:31','imp','optin_2','mailchimp_7227261368','104.248.145.158','92',0),(23194,'2018-11-09 17:28:36','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23195,'2018-11-09 18:31:05','imp','optin_5','mailchimp_7227261368','66.249.71.122','0',0),(23196,'2018-11-09 18:43:11','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(23197,'2018-11-09 19:25:35','imp','optin_2','mailchimp_7227261368','172.245.84.212','92',0),(23198,'2018-11-09 19:25:37','imp','optin_5','mailchimp_7227261368','172.245.84.212','665',0),(23199,'2018-11-09 19:25:40','imp','optin_5','mailchimp_7227261368','172.245.84.212','665',0),(23200,'2018-11-09 19:25:56','imp','optin_5','mailchimp_7227261368','172.245.84.212','665',0),(23201,'2018-11-09 19:26:10','imp','optin_5','mailchimp_7227261368','172.245.84.212','665',0),(23202,'2018-11-09 19:35:40','imp','optin_5','mailchimp_7227261368','23.94.184.178','665',0),(23203,'2018-11-09 20:03:06','imp','optin_5','mailchimp_7227261368','45.63.74.241','0',0),(23204,'2018-11-09 21:01:42','imp','optin_2','mailchimp_7227261368','64.246.165.140','92',0),(23205,'2018-11-09 21:38:03','imp','optin_5','mailchimp_7227261368','207.46.13.16','667',0),(23206,'2018-11-09 21:38:05','imp','optin_5','mailchimp_7227261368','207.46.13.16','664',0),(23207,'2018-11-10 02:33:09','imp','optin_5','mailchimp_7227261368','40.77.167.88','0',0),(23208,'2018-11-10 05:06:50','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23209,'2018-11-10 06:02:31','imp','optin_5','mailchimp_7227261368','40.77.167.88','0',0),(23210,'2018-11-10 06:12:25','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23211,'2018-11-10 06:12:27','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(23212,'2018-11-10 07:07:27','imp','optin_2','mailchimp_7227261368','39.98.61.115','92',0),(23213,'2018-11-10 07:29:49','imp','optin_5','mailchimp_7227261368','157.55.39.136','177',0),(23214,'2018-11-10 10:11:42','imp','optin_5','mailchimp_7227261368','207.46.13.16','0',0),(23215,'2018-11-10 10:16:16','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23216,'2018-11-10 10:16:25','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23217,'2018-11-10 10:16:29','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23218,'2018-11-10 10:16:47','imp','optin_8','7227261368','81.110.61.69','0',0),(23219,'2018-11-10 10:19:19','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23220,'2018-11-10 10:19:21','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23221,'2018-11-10 10:20:00','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23222,'2018-11-10 10:20:01','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23223,'2018-11-10 10:20:34','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23224,'2018-11-10 10:20:36','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23225,'2018-11-10 10:21:06','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23226,'2018-11-10 10:21:08','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23227,'2018-11-10 10:22:01','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23228,'2018-11-10 10:22:03','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23229,'2018-11-10 10:23:15','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23230,'2018-11-10 10:23:17','imp','optin_5','mailchimp_7227261368','81.110.61.69','0',0),(23231,'2018-11-10 12:18:37','imp','optin_2','mailchimp_7227261368','37.9.87.229','92',0),(23232,'2018-11-10 12:54:42','imp','optin_5','mailchimp_7227261368','104.223.71.45','665',0),(23233,'2018-11-10 15:12:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(23234,'2018-11-10 17:11:26','imp','optin_2','mailchimp_7227261368','180.163.220.66','92',0),(23235,'2018-11-10 17:11:26','imp','optin_2','mailchimp_7227261368','42.236.10.124','92',0),(23236,'2018-11-10 17:11:34','imp','optin_2','mailchimp_7227261368','42.236.10.75','92',0),(23237,'2018-11-10 17:11:35','imp','optin_2','mailchimp_7227261368','180.163.220.4','92',0),(23238,'2018-11-10 17:11:59','imp','optin_5','mailchimp_7227261368','180.163.220.66','0',0),(23239,'2018-11-10 17:26:22','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(23240,'2018-11-10 17:27:07','imp','optin_8','7227261368','66.249.69.135','-1',0),(23241,'2018-11-10 23:25:11','imp','optin_5','mailchimp_7227261368','66.249.75.8','930',0),(23242,'2018-11-10 23:26:25','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(23243,'2018-11-11 01:31:36','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23244,'2018-11-11 04:26:15','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23245,'2018-11-11 04:35:41','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23246,'2018-11-11 05:41:41','imp','optin_2','mailchimp_7227261368','45.61.160.149','92',0),(23247,'2018-11-11 06:49:07','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23248,'2018-11-11 07:39:12','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23249,'2018-11-11 07:46:00','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23250,'2018-11-11 08:51:29','imp','optin_2','mailchimp_7227261368','185.128.26.91','92',0),(23251,'2018-11-11 08:51:33','imp','optin_5','mailchimp_7227261368','185.128.26.91','936',0),(23252,'2018-11-11 10:23:36','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23253,'2018-11-11 11:13:05','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23254,'2018-11-11 11:20:14','imp','optin_2','mailchimp_7227261368','66.249.64.53','411',0),(23255,'2018-11-11 11:20:14','imp','optin_2','mailchimp_7227261368','66.249.64.53','411',0),(23256,'2018-11-11 11:38:06','imp','optin_5','mailchimp_7227261368','40.77.167.88','0',0),(23257,'2018-11-11 12:09:12','imp','optin_8','7227261368','66.249.64.53','697',0),(23258,'2018-11-11 18:47:05','imp','optin_2','mailchimp_7227261368','66.249.64.53','92',0),(23259,'2018-11-11 19:59:39','imp','optin_2','mailchimp_7227261368','66.249.64.55','92',0),(23260,'2018-11-11 20:00:12','imp','optin_8','7227261368','66.249.64.53','-1',0),(23261,'2018-11-11 22:57:24','imp','optin_2','mailchimp_7227261368','66.249.64.57','92',0),(23262,'2018-11-12 01:01:07','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23263,'2018-11-12 03:21:15','imp','optin_5','mailchimp_7227261368','66.249.75.12','714',0),(23264,'2018-11-12 09:40:55','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(23265,'2018-11-12 09:42:44','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(23266,'2018-11-12 09:43:04','imp','optin_8','7227261368','66.249.75.10','0',0),(23267,'2018-11-12 10:00:53','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(23268,'2018-11-12 12:05:25','imp','optin_5','mailchimp_7227261368','69.12.66.220','0',0),(23269,'2018-11-12 15:42:24','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23270,'2018-11-12 18:13:55','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(23271,'2018-11-12 21:06:26','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(23272,'2018-11-12 21:07:04','imp','optin_5','mailchimp_7227261368','66.249.69.135','0',0),(23273,'2018-11-12 21:07:12','imp','optin_8','7227261368','66.249.69.135','-1',0),(23274,'2018-11-13 00:54:39','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23275,'2018-11-13 01:15:12','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(23276,'2018-11-13 01:15:47','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23277,'2018-11-13 01:15:53','imp','optin_8','7227261368','66.249.64.53','0',0),(23278,'2018-11-13 01:33:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23279,'2018-11-13 03:52:06','imp','optin_5','mailchimp_7227261368','66.249.64.55','577',0),(23280,'2018-11-13 04:14:05','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23281,'2018-11-13 04:15:06','imp','optin_5','mailchimp_7227261368','66.249.64.55','680',0),(23282,'2018-11-13 04:15:52','imp','optin_8','7227261368','66.249.64.53','680',0),(23283,'2018-11-13 04:18:42','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23284,'2018-11-13 04:48:06','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23285,'2018-11-13 06:17:46','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23286,'2018-11-13 06:38:30','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23287,'2018-11-13 07:11:14','imp','optin_5','mailchimp_7227261368','100.43.85.119','665',0),(23288,'2018-11-13 07:47:55','imp','optin_5','mailchimp_7227261368','66.249.64.55','411',0),(23289,'2018-11-13 07:48:21','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23290,'2018-11-13 07:48:32','imp','optin_8','7227261368','66.249.64.55','411',0),(23291,'2018-11-13 09:00:18','imp','optin_2','mailchimp_7227261368','69.171.251.21','92',0),(23292,'2018-11-13 09:00:18','imp','optin_2','mailchimp_7227261368','66.220.149.23','92',0),(23293,'2018-11-13 09:00:18','imp','optin_2','mailchimp_7227261368','31.13.127.10','92',0),(23294,'2018-11-13 09:00:24','imp','optin_5','mailchimp_7227261368','69.171.251.30','0',0),(23295,'2018-11-13 09:00:24','imp','optin_5','mailchimp_7227261368','66.220.149.40','0',0),(23296,'2018-11-13 09:00:24','imp','optin_5','mailchimp_7227261368','31.13.127.10','0',0),(23297,'2018-11-13 09:00:28','imp','optin_5','mailchimp_7227261368','69.171.251.34','0',0),(23298,'2018-11-13 09:00:28','imp','optin_5','mailchimp_7227261368','66.220.149.34','0',0),(23299,'2018-11-13 09:00:49','imp','optin_8','7227261368','69.171.251.21','-1',0),(23300,'2018-11-13 09:00:49','imp','optin_8','7227261368','31.13.127.13','-1',0),(23301,'2018-11-13 09:00:49','imp','optin_8','7227261368','66.220.149.2','-1',0),(23302,'2018-11-13 09:00:55','imp','optin_2','mailchimp_7227261368','31.13.127.7','92',0),(23303,'2018-11-13 09:00:55','imp','optin_2','mailchimp_7227261368','69.171.251.34','92',0),(23304,'2018-11-13 09:00:56','imp','optin_2','mailchimp_7227261368','173.252.87.17','92',0),(23305,'2018-11-13 10:41:27','imp','optin_2','mailchimp_7227261368','66.249.64.55','92',0),(23306,'2018-11-13 10:42:02','imp','optin_8','7227261368','66.249.64.55','-1',0),(23307,'2018-11-13 12:05:24','imp','optin_2','mailchimp_7227261368','13.239.86.64','92',0),(23308,'2018-11-13 15:24:01','imp','optin_5','mailchimp_7227261368','40.77.167.21','0',0),(23309,'2018-11-13 15:26:31','imp','optin_2','mailchimp_7227261368','52.62.13.120','92',0),(23310,'2018-11-13 21:57:01','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23311,'2018-11-13 21:57:21','imp','optin_8','7227261368','66.249.64.53','0',0),(23312,'2018-11-13 22:50:55','imp','optin_5','mailchimp_7227261368','40.77.167.12','0',0),(23313,'2018-11-13 23:46:38','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23314,'2018-11-13 23:58:51','imp','optin_2','mailchimp_7227261368','66.249.64.57','92',0),(23315,'2018-11-13 23:59:09','imp','optin_8','7227261368','66.249.64.55','-1',0),(23316,'2018-11-14 00:06:22','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23317,'2018-11-14 00:07:23','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23318,'2018-11-14 00:18:09','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23319,'2018-11-14 00:18:14','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23320,'2018-11-14 00:58:28','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23321,'2018-11-14 02:27:46','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23322,'2018-11-14 03:06:27','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23323,'2018-11-14 03:16:01','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23324,'2018-11-14 04:36:26','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23325,'2018-11-14 06:03:24','imp','optin_2','mailchimp_7227261368','207.46.13.124','92',0),(23326,'2018-11-14 06:06:33','imp','optin_5','mailchimp_7227261368','207.46.13.127','0',0),(23327,'2018-11-14 09:01:26','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23328,'2018-11-14 09:01:31','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23329,'2018-11-14 09:01:39','imp','optin_8','7227261368','66.249.64.53','0',0),(23330,'2018-11-14 09:12:55','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23331,'2018-11-14 09:13:39','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23332,'2018-11-14 09:13:42','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23333,'2018-11-14 09:27:23','imp','optin_2','mailchimp_7227261368','66.249.64.55','92',0),(23334,'2018-11-14 09:45:42','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23335,'2018-11-14 09:52:46','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23336,'2018-11-14 09:53:10','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23337,'2018-11-14 10:45:20','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23338,'2018-11-14 12:44:55','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23339,'2018-11-14 14:41:15','imp','optin_5','mailchimp_7227261368','207.46.13.126','666',0),(23340,'2018-11-14 15:20:29','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23341,'2018-11-14 15:22:48','imp','optin_2','mailchimp_7227261368','27.33.150.103','92',0),(23342,'2018-11-14 15:22:51','imp','optin_5','mailchimp_7227261368','27.33.150.103','0',0),(23343,'2018-11-14 15:22:54','imp','optin_5','mailchimp_7227261368','27.33.150.103','0',0),(23344,'2018-11-14 15:23:15','imp','optin_8','7227261368','27.33.150.103','-1',0),(23345,'2018-11-14 15:45:49','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23346,'2018-11-14 15:46:04','imp','optin_8','7227261368','66.249.64.55','0',0),(23347,'2018-11-14 15:46:11','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23348,'2018-11-14 15:47:15','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23349,'2018-11-14 16:13:33','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23350,'2018-11-14 20:22:13','imp','optin_2','mailchimp_7227261368','220.240.113.214','92',0),(23351,'2018-11-14 21:31:27','imp','optin_5','mailchimp_7227261368','37.9.87.168','681',0),(23352,'2018-11-14 22:10:24','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23353,'2018-11-14 22:36:13','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23354,'2018-11-14 22:39:37','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23355,'2018-11-14 23:00:33','imp','optin_5','mailchimp_7227261368','90.253.94.112','936',0),(23356,'2018-11-14 23:00:35','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23357,'2018-11-15 00:48:38','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23358,'2018-11-15 00:49:09','imp','optin_2','mailchimp_7227261368','5.255.250.7','2',0),(23359,'2018-11-15 00:56:56','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23360,'2018-11-15 01:24:53','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23361,'2018-11-15 01:25:16','imp','optin_8','7227261368','66.249.64.55','0',0),(23362,'2018-11-15 02:40:27','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23363,'2018-11-15 02:40:27','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23364,'2018-11-15 02:41:11','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23365,'2018-11-15 04:22:33','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23366,'2018-11-15 04:22:42','imp','optin_8','7227261368','66.249.64.53','0',0),(23367,'2018-11-15 04:57:20','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23368,'2018-11-15 05:13:57','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23369,'2018-11-15 09:56:31','imp','optin_2','mailchimp_7227261368','5.255.250.124','92',0),(23370,'2018-11-15 12:20:33','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23371,'2018-11-15 12:20:37','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23372,'2018-11-15 12:20:50','imp','optin_8','7227261368','66.249.64.53','0',0),(23373,'2018-11-15 13:02:27','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23374,'2018-11-15 13:06:07','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23375,'2018-11-15 19:23:59','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23376,'2018-11-15 22:22:34','imp','optin_5','mailchimp_7227261368','66.249.64.37','0',0),(23377,'2018-11-15 22:22:58','imp','optin_8','7227261368','66.249.64.37','0',0),(23378,'2018-11-15 22:24:01','imp','optin_2','mailchimp_7227261368','66.249.64.37','411',0),(23379,'2018-11-15 22:24:01','imp','optin_2','mailchimp_7227261368','66.249.64.37','411',0),(23380,'2018-11-15 23:09:15','imp','optin_5','mailchimp_7227261368','40.77.167.176','0',0),(23381,'2018-11-15 23:33:28','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(23382,'2018-11-15 23:46:27','imp','optin_2','mailchimp_7227261368','66.220.149.36','92',0),(23383,'2018-11-16 00:21:33','imp','optin_2','mailchimp_7227261368','37.9.87.144','92',0),(23384,'2018-11-16 01:38:11','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23385,'2018-11-16 01:55:59','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23386,'2018-11-16 01:56:11','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23387,'2018-11-16 01:56:20','imp','optin_8','7227261368','66.249.64.53','0',0),(23388,'2018-11-16 03:07:23','imp','optin_5','mailchimp_7227261368','157.55.39.86','667',0),(23389,'2018-11-16 04:24:40','imp','optin_2','mailchimp_7227261368','37.9.87.144','2',0),(23390,'2018-11-16 05:52:48','imp','optin_2','mailchimp_7227261368','66.249.79.23','92',0),(23391,'2018-11-16 05:52:54','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23392,'2018-11-16 05:53:10','imp','optin_8','7227261368','66.249.79.21','-1',0),(23393,'2018-11-16 07:54:50','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23394,'2018-11-16 08:06:19','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23395,'2018-11-16 09:43:39','imp','optin_2','mailchimp_7227261368','178.154.244.202','92',0),(23396,'2018-11-16 09:44:15','imp','optin_2','mailchimp_7227261368','100.43.91.120','2',0),(23397,'2018-11-16 11:58:24','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23398,'2018-11-16 12:31:52','imp','optin_8','7227261368','66.249.71.17','404',0),(23399,'2018-11-16 13:49:41','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23400,'2018-11-16 15:02:32','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(23401,'2018-11-16 15:02:42','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23402,'2018-11-16 15:03:02','imp','optin_8','7227261368','66.249.71.53','-1',0),(23403,'2018-11-16 15:44:23','imp','optin_8','7227261368','66.249.79.21','404',0),(23404,'2018-11-16 16:03:43','imp','optin_2','mailchimp_7227261368','52.87.77.79','92',0),(23405,'2018-11-16 16:57:40','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23406,'2018-11-16 20:22:38','imp','optin_5','mailchimp_7227261368','165.227.96.104','0',0),(23407,'2018-11-16 20:26:07','imp','optin_2','mailchimp_7227261368','162.213.37.86','92',0),(23408,'2018-11-16 20:38:14','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23409,'2018-11-16 20:48:57','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23410,'2018-11-16 21:43:54','imp','optin_5','mailchimp_7227261368','66.249.71.55','577',0),(23411,'2018-11-16 21:44:21','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23412,'2018-11-16 21:44:27','imp','optin_8','7227261368','66.249.79.21','577',0),(23413,'2018-11-16 22:15:52','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(23414,'2018-11-16 22:43:57','imp','optin_2','mailchimp_7227261368','54.236.1.12','92',0),(23415,'2018-11-16 22:43:57','imp','optin_2','mailchimp_7227261368','54.236.1.12','92',0),(23416,'2018-11-16 22:44:28','imp','optin_2','mailchimp_7227261368','54.236.1.12','92',0),(23417,'2018-11-16 22:46:00','imp','optin_5','mailchimp_7227261368','54.236.1.14','0',0),(23418,'2018-11-16 22:46:34','imp','optin_5','mailchimp_7227261368','54.236.1.12','0',0),(23419,'2018-11-16 23:27:40','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23420,'2018-11-16 23:28:12','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23421,'2018-11-17 01:39:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','714',0),(23422,'2018-11-17 01:47:10','imp','optin_5','mailchimp_7227261368','66.249.71.55','666',0),(23423,'2018-11-17 01:47:31','imp','optin_8','7227261368','66.249.71.53','666',0),(23424,'2018-11-17 02:00:32','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23425,'2018-11-17 02:00:43','imp','optin_8','7227261368','66.249.71.53','0',0),(23426,'2018-11-17 02:33:13','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23427,'2018-11-17 02:43:31','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(23428,'2018-11-17 02:43:31','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23429,'2018-11-17 02:43:31','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23430,'2018-11-17 03:07:44','imp','optin_5','mailchimp_7227261368','66.249.71.53','593',0),(23431,'2018-11-17 03:08:06','imp','optin_8','7227261368','66.249.71.57','593',0),(23432,'2018-11-17 05:24:02','imp','optin_5','mailchimp_7227261368','90.253.94.112','936',0),(23433,'2018-11-17 05:24:55','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23434,'2018-11-17 05:25:01','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23435,'2018-11-17 05:37:11','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23436,'2018-11-17 05:37:22','imp','optin_8','7227261368','66.249.71.53','0',0),(23437,'2018-11-17 05:38:19','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23438,'2018-11-17 06:37:06','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23439,'2018-11-17 06:43:51','imp','optin_2','mailchimp_7227261368','64.246.165.160','92',0),(23440,'2018-11-17 07:00:01','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23441,'2018-11-17 07:00:12','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23442,'2018-11-17 07:00:24','imp','optin_8','7227261368','66.249.79.21','0',0),(23443,'2018-11-17 09:04:12','imp','optin_2','mailchimp_7227261368','64.246.165.150','92',0),(23444,'2018-11-17 09:22:38','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23445,'2018-11-17 11:24:09','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23446,'2018-11-17 14:50:39','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23447,'2018-11-17 14:51:51','imp','optin_2','mailchimp_7227261368','89.102.2.149','92',0),(23448,'2018-11-17 17:11:23','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23449,'2018-11-17 17:11:39','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23450,'2018-11-17 17:11:51','imp','optin_8','7227261368','66.249.71.53','0',0),(23451,'2018-11-17 17:12:02','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23452,'2018-11-17 17:18:36','imp','optin_5','mailchimp_7227261368','40.77.167.176','0',0),(23453,'2018-11-17 17:32:08','imp','optin_2','mailchimp_7227261368','66.249.79.25','92',0),(23454,'2018-11-17 17:32:15','imp','optin_8','7227261368','66.249.71.53','-1',0),(23455,'2018-11-17 19:40:28','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23456,'2018-11-17 21:11:11','imp','optin_5','mailchimp_7227261368','66.249.79.25','0',0),(23457,'2018-11-17 21:13:02','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23458,'2018-11-17 21:56:57','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23459,'2018-11-17 22:14:28','imp','optin_5','mailchimp_7227261368','40.77.167.176','0',0),(23460,'2018-11-17 23:14:35','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23461,'2018-11-17 23:14:40','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(23462,'2018-11-18 00:12:27','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23463,'2018-11-18 00:12:35','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(23464,'2018-11-18 01:38:43','imp','optin_2','mailchimp_7227261368','37.9.87.229','92',0),(23465,'2018-11-18 02:19:32','imp','optin_5','mailchimp_7227261368','40.77.167.176','714',0),(23466,'2018-11-18 02:20:28','imp','optin_5','mailchimp_7227261368','207.46.13.127','0',0),(23467,'2018-11-18 08:40:37','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23468,'2018-11-18 11:27:35','imp','optin_5','mailchimp_7227261368','101.177.214.162','714',0),(23469,'2018-11-18 11:27:38','imp','optin_5','mailchimp_7227261368','101.177.214.162','0',0),(23470,'2018-11-18 11:27:42','imp','optin_5','mailchimp_7227261368','101.177.214.162','0',0),(23471,'2018-11-18 11:27:42','imp','optin_7','mailchimp_7227261368','101.177.214.162','714',0),(23472,'2018-11-18 13:28:25','imp','optin_5','mailchimp_7227261368','69.12.66.241','0',0),(23473,'2018-11-18 15:59:08','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23474,'2018-11-18 18:46:43','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23475,'2018-11-18 19:02:12','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23476,'2018-11-18 22:21:42','imp','optin_2','mailchimp_7227261368','100.43.91.127','92',0),(23477,'2018-11-18 22:42:51','imp','optin_2','mailchimp_7227261368','109.153.131.239','92',0),(23478,'2018-11-18 22:42:58','imp','optin_5','mailchimp_7227261368','109.153.131.239','0',0),(23479,'2018-11-18 22:43:04','imp','optin_5','mailchimp_7227261368','109.153.131.239','0',0),(23480,'2018-11-18 22:43:21','imp','optin_8','7227261368','109.153.131.239','-1',0),(23481,'2018-11-18 22:47:10','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23482,'2018-11-18 22:47:18','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23483,'2018-11-18 22:47:21','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23484,'2018-11-18 22:48:22','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(23485,'2018-11-18 22:48:24','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23486,'2018-11-18 22:54:33','imp','optin_5','mailchimp_7227261368','109.153.131.239','714',0),(23487,'2018-11-18 22:54:39','imp','optin_5','mailchimp_7227261368','109.153.131.239','0',0),(23488,'2018-11-18 22:54:42','imp','optin_7','mailchimp_7227261368','109.153.131.239','714',0),(23489,'2018-11-18 22:54:45','imp','optin_5','mailchimp_7227261368','109.153.131.239','0',0),(23490,'2018-11-19 00:34:30','imp','optin_2','mailchimp_7227261368','100.43.90.107','92',0),(23491,'2018-11-19 00:34:58','imp','optin_2','mailchimp_7227261368','141.8.143.159','2',0),(23492,'2018-11-19 01:27:20','imp','optin_5','mailchimp_7227261368','66.249.66.31','0',0),(23493,'2018-11-19 01:51:36','imp','optin_5','mailchimp_7227261368','141.8.143.140','0',0),(23494,'2018-11-19 03:00:20','imp','optin_5','mailchimp_7227261368','109.153.131.239','0',0),(23495,'2018-11-19 03:05:23','imp','optin_8','7227261368','66.249.66.28','0',0),(23496,'2018-11-19 05:01:28','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(23497,'2018-11-19 07:00:02','imp','optin_5','mailchimp_7227261368','207.46.13.196','575',0),(23498,'2018-11-19 09:33:04','imp','optin_5','mailchimp_7227261368','207.46.13.122','0',0),(23499,'2018-11-19 11:11:30','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(23500,'2018-11-19 16:06:55','imp','optin_5','mailchimp_7227261368','5.255.250.59','0',0),(23501,'2018-11-19 16:45:24','imp','optin_2','mailchimp_7227261368','14.142.64.3','92',0),(23502,'2018-11-19 18:48:54','imp','optin_2','mailchimp_7227261368','120.33.231.216','92',0),(23503,'2018-11-19 18:48:54','imp','optin_2','mailchimp_7227261368','112.5.243.140','92',0),(23504,'2018-11-19 18:48:54','imp','optin_2','mailchimp_7227261368','112.5.243.140','92',0),(23505,'2018-11-19 19:09:22','imp','optin_5','mailchimp_7227261368','157.55.39.133','0',0),(23506,'2018-11-19 20:04:06','imp','optin_5','mailchimp_7227261368','77.88.47.43','0',0),(23507,'2018-11-19 22:57:47','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23508,'2018-11-19 22:57:51','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23509,'2018-11-20 00:05:05','imp','optin_2','mailchimp_7227261368','5.255.250.59','92',0),(23510,'2018-11-20 01:28:56','imp','optin_2','mailchimp_7227261368','100.43.90.107','92',0),(23511,'2018-11-20 03:19:55','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23512,'2018-11-20 03:19:56','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(23513,'2018-11-20 03:19:56','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23514,'2018-11-20 04:57:00','imp','optin_2','mailchimp_7227261368','54.37.235.148','92',0),(23515,'2018-11-20 05:04:36','imp','optin_5','mailchimp_7227261368','207.46.13.77','665',0),(23516,'2018-11-20 05:46:49','imp','optin_2','mailchimp_7227261368','207.46.13.77','92',0),(23517,'2018-11-20 05:47:28','imp','optin_5','mailchimp_7227261368','207.46.13.196','0',0),(23518,'2018-11-20 08:06:43','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23519,'2018-11-20 08:13:04','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23520,'2018-11-20 09:41:53','imp','optin_5','mailchimp_7227261368','66.249.65.137','591',0),(23521,'2018-11-20 13:12:11','imp','optin_2','mailchimp_7227261368','91.210.147.177','92',0),(23522,'2018-11-20 13:12:22','imp','optin_5','mailchimp_7227261368','91.210.147.177','0',0),(23523,'2018-11-20 18:55:27','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23524,'2018-11-20 19:48:27','imp','optin_2','mailchimp_7227261368','31.13.115.19','92',0),(23525,'2018-11-20 19:48:33','imp','optin_5','mailchimp_7227261368','31.13.115.20','0',0),(23526,'2018-11-20 19:48:37','imp','optin_5','mailchimp_7227261368','31.13.115.19','0',0),(23527,'2018-11-20 19:59:05','imp','optin_2','mailchimp_7227261368','66.249.65.137','92',0),(23528,'2018-11-20 19:59:37','imp','optin_8','7227261368','66.249.65.137','-1',0),(23529,'2018-11-20 20:26:58','imp','optin_2','mailchimp_7227261368','172.84.80.66','92',0),(23530,'2018-11-20 20:27:08','imp','optin_2','mailchimp_7227261368','172.84.80.66','92',0),(23531,'2018-11-20 20:27:30','imp','optin_5','mailchimp_7227261368','23.82.81.142','0',0),(23532,'2018-11-20 20:27:33','imp','optin_5','mailchimp_7227261368','23.82.81.142','0',0),(23533,'2018-11-20 20:27:37','imp','optin_5','mailchimp_7227261368','23.82.81.142','0',0),(23534,'2018-11-20 20:27:41','imp','optin_5','mailchimp_7227261368','23.82.81.142','0',0),(23535,'2018-11-20 20:27:52','imp','optin_5','mailchimp_7227261368','172.84.80.133','0',0),(23536,'2018-11-20 20:27:56','imp','optin_5','mailchimp_7227261368','172.84.80.133','0',0),(23537,'2018-11-20 20:28:00','imp','optin_5','mailchimp_7227261368','172.84.80.133','0',0),(23538,'2018-11-20 20:28:04','imp','optin_5','mailchimp_7227261368','172.84.80.133','0',0),(23539,'2018-11-20 20:28:09','imp','optin_5','mailchimp_7227261368','104.251.85.13','0',0),(23540,'2018-11-20 20:28:12','imp','optin_5','mailchimp_7227261368','104.251.85.13','0',0),(23541,'2018-11-20 20:28:16','imp','optin_5','mailchimp_7227261368','104.251.85.13','0',0),(23542,'2018-11-20 20:28:20','imp','optin_5','mailchimp_7227261368','104.251.85.13','0',0),(23543,'2018-11-20 20:52:42','imp','optin_2','mailchimp_7227261368','31.13.115.9','92',0),(23544,'2018-11-20 20:52:48','imp','optin_5','mailchimp_7227261368','31.13.115.11','0',0),(23545,'2018-11-20 20:52:52','imp','optin_5','mailchimp_7227261368','31.13.115.3','0',0),(23546,'2018-11-20 22:32:34','imp','optin_5','mailchimp_7227261368','157.55.39.133','0',0),(23547,'2018-11-21 00:35:54','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23548,'2018-11-21 00:36:03','imp','optin_5','mailchimp_7227261368','90.253.94.112','0',0),(23549,'2018-11-21 02:04:06','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(23550,'2018-11-21 02:05:04','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23551,'2018-11-21 02:09:21','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23552,'2018-11-21 03:07:02','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23553,'2018-11-21 03:12:07','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23554,'2018-11-21 03:57:01','imp','optin_2','mailchimp_7227261368','176.31.101.204','92',0),(23555,'2018-11-21 05:13:11','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(23556,'2018-11-21 05:13:25','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23557,'2018-11-21 05:13:31','imp','optin_8','7227261368','66.249.65.135','-1',0),(23558,'2018-11-21 07:31:08','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23559,'2018-11-21 09:05:39','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(23560,'2018-11-21 10:02:32','imp','optin_2','mailchimp_7227261368','23.106.20.20','92',0),(23561,'2018-11-21 10:38:12','imp','optin_5','mailchimp_7227261368','178.154.200.54','714',0),(23562,'2018-11-21 10:38:55','imp','optin_5','mailchimp_7227261368','87.250.224.127','0',0),(23563,'2018-11-21 10:39:19','imp','optin_7','mailchimp_7227261368','37.9.113.83','714',0),(23564,'2018-11-21 10:48:03','imp','optin_2','mailchimp_7227261368','185.43.209.58','92',0),(23565,'2018-11-21 14:43:49','imp','optin_5','mailchimp_7227261368','40.77.167.168','714',0),(23566,'2018-11-21 15:11:27','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(23567,'2018-11-21 15:11:34','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23568,'2018-11-21 15:11:41','imp','optin_8','7227261368','66.249.65.135','0',0),(23569,'2018-11-21 15:12:38','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(23570,'2018-11-21 16:55:29','imp','optin_2','mailchimp_7227261368','176.31.101.204','92',0),(23571,'2018-11-21 18:02:25','imp','optin_2','mailchimp_7227261368','141.8.143.145','92',0),(23572,'2018-11-21 22:05:02','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(23573,'2018-11-21 22:51:01','imp','optin_5','mailchimp_7227261368','37.9.87.169','0',0),(23574,'2018-11-21 23:11:18','imp','optin_2','mailchimp_7227261368','100.43.85.119','92',0),(23575,'2018-11-21 23:28:53','imp','optin_5','mailchimp_7227261368','60.53.235.187','0',0),(23576,'2018-11-21 23:29:01','imp','optin_5','mailchimp_7227261368','60.53.235.187','0',0),(23577,'2018-11-21 23:29:05','imp','optin_8','7227261368','60.53.235.187','0',0),(23578,'2018-11-21 23:29:05','imp','optin_5','mailchimp_7227261368','60.53.235.187','0',0),(23579,'2018-11-22 01:01:41','imp','optin_5','mailchimp_7227261368','40.77.167.168','0',0),(23580,'2018-11-22 01:02:47','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(23581,'2018-11-22 03:15:57','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23582,'2018-11-22 03:16:13','imp','optin_8','7227261368','66.249.66.27','0',0),(23583,'2018-11-22 04:03:04','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23584,'2018-11-22 04:18:05','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23585,'2018-11-22 04:21:47','imp','optin_2','mailchimp_7227261368','177.189.65.168','92',0),(23586,'2018-11-22 04:33:10','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23587,'2018-11-22 04:44:44','imp','optin_5','mailchimp_7227261368','207.46.13.192','666',0),(23588,'2018-11-22 04:48:10','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23589,'2018-11-22 05:03:13','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23590,'2018-11-22 05:18:17','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23591,'2018-11-22 05:33:18','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23592,'2018-11-22 05:48:20','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23593,'2018-11-22 06:03:24','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23594,'2018-11-22 06:18:26','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23595,'2018-11-22 06:33:39','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23596,'2018-11-22 06:48:35','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23597,'2018-11-22 07:03:40','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23598,'2018-11-22 07:05:46','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(23599,'2018-11-22 07:17:09','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23600,'2018-11-22 07:18:25','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23601,'2018-11-22 07:33:37','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23602,'2018-11-22 07:48:43','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23603,'2018-11-22 07:54:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23604,'2018-11-22 08:03:44','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23605,'2018-11-22 08:18:47','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23606,'2018-11-22 08:33:49','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23607,'2018-11-22 08:45:29','imp','optin_2','mailchimp_7227261368','66.249.66.28','411',0),(23608,'2018-11-22 08:45:30','imp','optin_2','mailchimp_7227261368','66.249.66.28','411',0),(23609,'2018-11-22 08:48:42','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23610,'2018-11-22 09:04:00','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23611,'2018-11-22 09:19:00','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23612,'2018-11-22 09:33:58','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23613,'2018-11-22 09:49:00','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23614,'2018-11-22 10:04:08','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23615,'2018-11-22 10:19:07','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23616,'2018-11-22 10:34:14','imp','optin_2','mailchimp_7227261368','207.241.229.30','92',0),(23617,'2018-11-22 10:42:16','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23618,'2018-11-22 15:23:43','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23619,'2018-11-22 15:51:59','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23620,'2018-11-22 18:30:05','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23621,'2018-11-22 18:59:50','imp','optin_5','mailchimp_7227261368','66.249.66.28','0',0),(23622,'2018-11-22 18:59:55','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(23623,'2018-11-22 19:00:11','imp','optin_8','7227261368','66.249.66.27','0',0),(23624,'2018-11-22 19:01:25','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23625,'2018-11-22 20:11:54','imp','optin_5','mailchimp_7227261368','66.249.66.26','0',0),(23626,'2018-11-22 20:12:01','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(23627,'2018-11-22 20:12:07','imp','optin_8','7227261368','66.249.66.26','0',0),(23628,'2018-11-22 21:58:42','imp','optin_5','mailchimp_7227261368','90.243.79.250','0',0),(23629,'2018-11-22 22:00:35','imp','optin_5','mailchimp_7227261368','90.243.79.250','0',0),(23630,'2018-11-22 23:19:04','imp','optin_2','mailchimp_7227261368','141.8.143.153','92',0),(23631,'2018-11-22 23:56:58','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23632,'2018-11-23 01:04:18','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23633,'2018-11-23 01:41:06','imp','optin_2','mailchimp_7227261368','37.9.87.168','92',0),(23634,'2018-11-23 04:10:10','imp','optin_2','mailchimp_7227261368','209.97.137.191','92',0),(23635,'2018-11-23 04:15:22','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(23636,'2018-11-23 05:16:38','imp','optin_2','mailchimp_7227261368','95.211.194.218','92',0),(23637,'2018-11-23 08:36:17','imp','optin_2','mailchimp_7227261368','66.249.79.21','92',0),(23638,'2018-11-23 08:36:26','imp','optin_8','7227261368','66.249.71.53','-1',0),(23639,'2018-11-23 08:36:40','imp','optin_8','7227261368','66.249.71.53','-1',0),(23640,'2018-11-23 08:48:57','imp','optin_2','mailchimp_7227261368','195.154.104.5','92',0),(23641,'2018-11-23 09:33:17','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23642,'2018-11-23 10:02:41','imp','optin_2','mailchimp_7227261368','220.244.96.62','92',0),(23643,'2018-11-23 13:30:42','imp','optin_5','mailchimp_7227261368','207.46.13.192','667',0),(23644,'2018-11-23 15:12:20','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(23645,'2018-11-23 15:20:23','imp','optin_2','mailchimp_7227261368','40.77.167.34','2',0),(23646,'2018-11-23 15:20:51','imp','optin_5','mailchimp_7227261368','207.46.13.149','0',0),(23647,'2018-11-23 15:23:07','imp','optin_8','7227261368','66.249.71.57','-1',0),(23648,'2018-11-23 15:27:57','imp','optin_2','mailchimp_7227261368','5.255.250.115','92',0),(23649,'2018-11-23 17:29:30','imp','optin_5','mailchimp_7227261368','66.249.71.53','678',0),(23650,'2018-11-23 19:32:16','imp','optin_5','mailchimp_7227261368','66.249.71.57','591',0),(23651,'2018-11-23 19:32:43','imp','optin_8','7227261368','66.249.79.21','591',0),(23652,'2018-11-23 20:40:52','imp','optin_5','mailchimp_7227261368','66.249.79.21','0',0),(23653,'2018-11-23 21:08:24','imp','optin_2','mailchimp_7227261368','31.13.127.1','92',0),(23654,'2018-11-23 21:08:30','imp','optin_5','mailchimp_7227261368','31.13.127.8','0',0),(23655,'2018-11-23 21:08:34','imp','optin_5','mailchimp_7227261368','31.13.127.1','0',0),(23656,'2018-11-23 21:17:40','imp','optin_5','mailchimp_7227261368','46.101.7.100','0',0),(23657,'2018-11-23 23:37:08','imp','optin_5','mailchimp_7227261368','207.46.13.129','0',0),(23658,'2018-11-24 00:15:02','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23659,'2018-11-24 00:28:08','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(23660,'2018-11-24 00:48:26','imp','optin_2','mailchimp_7227261368','66.249.71.39','92',0),(23661,'2018-11-24 01:09:52','imp','optin_2','mailchimp_7227261368','178.154.244.202','92',0),(23662,'2018-11-24 01:22:28','imp','optin_2','mailchimp_7227261368','100.43.90.107','92',0),(23663,'2018-11-24 01:47:11','imp','optin_2','mailchimp_7227261368','66.249.69.53','92',0),(23664,'2018-11-24 01:47:19','imp','optin_5','mailchimp_7227261368','66.249.69.55','0',0),(23665,'2018-11-24 01:47:31','imp','optin_8','7227261368','66.249.69.53','-1',0),(23666,'2018-11-24 02:55:00','imp','optin_2','mailchimp_7227261368','178.154.244.202','92',0),(23667,'2018-11-24 08:34:24','imp','optin_2','mailchimp_7227261368','66.249.69.55','92',0),(23668,'2018-11-24 08:34:53','imp','optin_8','7227261368','66.249.69.53','-1',0),(23669,'2018-11-24 09:35:44','imp','optin_2','mailchimp_7227261368','141.8.143.153','92',0),(23670,'2018-11-24 11:07:13','imp','optin_2','mailchimp_7227261368','185.206.224.230','92',0),(23671,'2018-11-24 14:45:10','imp','optin_5','mailchimp_7227261368','66.249.69.57','0',0),(23672,'2018-11-24 16:04:35','imp','optin_2','mailchimp_7227261368','141.8.143.153','92',0),(23673,'2018-11-24 20:04:00','imp','optin_5','mailchimp_7227261368','66.249.69.55','0',0),(23674,'2018-11-24 20:04:29','imp','optin_8','7227261368','66.249.69.53','0',0),(23675,'2018-11-24 20:05:25','imp','optin_5','mailchimp_7227261368','66.249.69.53','0',0),(23676,'2018-11-24 21:10:00','imp','optin_2','mailchimp_7227261368','37.9.87.144','92',0),(23677,'2018-11-24 21:57:40','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23678,'2018-11-24 23:46:29','imp','optin_5','mailchimp_7227261368','66.249.69.55','0',0),(23679,'2018-11-25 01:52:41','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23680,'2018-11-25 05:59:03','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23681,'2018-11-25 07:22:12','imp','optin_2','mailchimp_7227261368','178.154.246.138','92',0),(23682,'2018-11-25 07:44:23','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23683,'2018-11-25 07:55:44','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23684,'2018-11-25 13:19:05','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23685,'2018-11-25 13:19:56','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23686,'2018-11-25 13:19:57','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23687,'2018-11-25 13:50:25','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23688,'2018-11-25 14:29:11','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(23689,'2018-11-25 14:29:15','imp','optin_2','mailchimp_7227261368','178.154.246.138','92',0),(23690,'2018-11-25 14:31:00','imp','optin_5','mailchimp_7227261368','207.46.13.129','0',0),(23691,'2018-11-25 17:58:28','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23692,'2018-11-25 19:24:45','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(23693,'2018-11-25 19:24:55','imp','optin_8','7227261368','66.249.71.55','-1',0),(23694,'2018-11-25 19:38:15','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23695,'2018-11-25 19:45:17','imp','optin_2','mailchimp_7227261368','203.63.169.102','92',0),(23696,'2018-11-25 20:51:04','imp','optin_5','mailchimp_7227261368','207.46.13.129','0',0),(23697,'2018-11-25 22:09:06','imp','optin_5','mailchimp_7227261368','157.55.39.111','220',0),(23698,'2018-11-25 23:44:18','imp','optin_2','mailchimp_7227261368','40.77.167.95','92',0),(23699,'2018-11-25 23:44:52','imp','optin_5','mailchimp_7227261368','207.46.13.149','0',0),(23700,'2018-11-26 00:26:32','imp','optin_2','mailchimp_7227261368','141.8.143.140','92',0),(23701,'2018-11-26 03:02:23','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23702,'2018-11-26 03:11:50','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23703,'2018-11-26 04:43:08','imp','optin_2','mailchimp_7227261368','93.158.161.37','92',0),(23704,'2018-11-26 05:09:11','imp','optin_2','mailchimp_7227261368','93.158.161.105','92',0),(23705,'2018-11-26 06:19:07','imp','optin_2','mailchimp_7227261368','66.249.71.57','2',0),(23706,'2018-11-26 06:19:16','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23707,'2018-11-26 06:19:23','imp','optin_8','7227261368','66.249.79.21','2',0),(23708,'2018-11-26 11:14:59','imp','optin_2','mailchimp_7227261368','77.88.47.39','92',0),(23709,'2018-11-26 11:47:09','imp','optin_2','mailchimp_7227261368','23.88.212.41','92',0),(23710,'2018-11-26 17:26:14','imp','optin_2','mailchimp_7227261368','5.255.250.59','92',0),(23711,'2018-11-26 23:11:34','imp','optin_2','mailchimp_7227261368','178.154.246.138','92',0),(23712,'2018-11-27 00:33:35','imp','optin_2','mailchimp_7227261368','77.88.47.43','92',0),(23713,'2018-11-27 01:41:35','imp','optin_2','mailchimp_7227261368','37.9.87.229','92',0),(23714,'2018-11-27 02:26:38','imp','optin_5','mailchimp_7227261368','66.249.64.55','681',0),(23715,'2018-11-27 02:27:19','imp','optin_8','7227261368','66.249.64.55','681',0),(23716,'2018-11-27 04:50:20','imp','optin_2','mailchimp_7227261368','178.154.244.202','92',0),(23717,'2018-11-27 05:22:02','imp','optin_8','7227261368','66.249.64.53','192',0),(23718,'2018-11-27 07:01:06','imp','optin_5','mailchimp_7227261368','207.46.13.129','714',0),(23719,'2018-11-27 09:21:00','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23720,'2018-11-27 10:38:12','imp','optin_2','mailchimp_7227261368','51.68.154.199','92',0),(23721,'2018-11-27 10:39:50','imp','optin_5','mailchimp_7227261368','178.154.244.162','714',0),(23722,'2018-11-27 10:52:04','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23723,'2018-11-27 11:36:58','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23724,'2018-11-27 12:02:10','imp','optin_2','mailchimp_7227261368','141.8.143.145','92',0),(23725,'2018-11-27 12:38:24','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23726,'2018-11-27 15:11:25','imp','optin_5','mailchimp_7227261368','66.249.64.55','0',0),(23727,'2018-11-27 15:11:27','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23728,'2018-11-27 15:30:34','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23729,'2018-11-27 15:30:50','imp','optin_2','mailchimp_7227261368','82.114.90.126','92',0),(23730,'2018-11-27 18:29:59','imp','optin_2','mailchimp_7227261368','100.43.91.120','92',0),(23731,'2018-11-27 18:52:39','imp','optin_5','mailchimp_7227261368','207.46.13.7','664',0),(23732,'2018-11-27 19:24:41','imp','optin_5','mailchimp_7227261368','207.46.13.129','0',0),(23733,'2018-11-27 19:27:19','imp','optin_2','mailchimp_7227261368','173.252.127.40','92',0),(23734,'2018-11-27 19:27:24','imp','optin_5','mailchimp_7227261368','173.252.127.40','0',0); INSERT INTO `wp_et_bloom_stats` VALUES (23735,'2018-11-27 19:27:28','imp','optin_5','mailchimp_7227261368','173.252.127.7','0',0),(23736,'2018-11-27 21:08:18','imp','optin_5','mailchimp_7227261368','66.249.64.57','0',0),(23737,'2018-11-27 23:13:16','imp','optin_5','mailchimp_7227261368','66.249.64.57','595',0),(23738,'2018-11-27 23:13:31','imp','optin_5','mailchimp_7227261368','66.249.64.53','0',0),(23739,'2018-11-27 23:13:37','imp','optin_8','7227261368','66.249.64.53','595',0),(23740,'2018-11-27 23:29:16','imp','optin_2','mailchimp_7227261368','157.55.39.213','411',0),(23741,'2018-11-27 23:29:16','imp','optin_2','mailchimp_7227261368','157.55.39.213','411',0),(23742,'2018-11-28 01:12:41','imp','optin_2','mailchimp_7227261368','52.56.33.205','92',0),(23743,'2018-11-28 02:16:42','imp','optin_2','mailchimp_7227261368','141.8.143.159','92',0),(23744,'2018-11-28 04:27:28','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23745,'2018-11-28 06:01:25','imp','optin_5','mailchimp_7227261368','66.249.71.53','663',0),(23746,'2018-11-28 10:32:55','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23747,'2018-11-28 12:46:15','imp','optin_2','mailchimp_7227261368','141.8.143.140','92',0),(23748,'2018-11-28 14:46:02','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23749,'2018-11-28 14:49:34','imp','optin_2','mailchimp_7227261368','27.5.178.44','92',0),(23750,'2018-11-28 15:38:42','imp','optin_5','mailchimp_7227261368','66.249.79.23','0',0),(23751,'2018-11-28 17:45:15','imp','optin_5','mailchimp_7227261368','66.249.79.23','602',0),(23752,'2018-11-28 17:45:41','imp','optin_8','7227261368','66.249.79.21','602',0),(23753,'2018-11-28 20:05:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23754,'2018-11-28 21:53:52','imp','optin_2','mailchimp_7227261368','195.245.112.60','92',0),(23755,'2018-11-28 22:21:05','imp','optin_2','mailchimp_7227261368','66.249.79.23','92',0),(23756,'2018-11-28 22:21:11','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23757,'2018-11-28 22:21:22','imp','optin_8','7227261368','66.249.71.53','-1',0),(23758,'2018-11-28 23:21:59','imp','optin_5','mailchimp_7227261368','157.55.39.120','0',0),(23759,'2018-11-28 23:35:48','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23760,'2018-11-28 23:36:22','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(23761,'2018-11-29 00:08:02','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23762,'2018-11-29 00:08:27','imp','optin_2','mailchimp_7227261368','141.8.144.39','2',0),(23763,'2018-11-29 01:30:23','imp','optin_2','mailchimp_7227261368','14.141.107.206','92',0),(23764,'2018-11-29 01:59:12','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23765,'2018-11-29 03:07:55','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23766,'2018-11-29 03:07:55','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23767,'2018-11-29 03:18:11','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23768,'2018-11-29 03:18:11','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23769,'2018-11-29 08:45:39','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23770,'2018-11-29 10:44:24','imp','optin_5','mailchimp_7227261368','40.77.167.4','0',0),(23771,'2018-11-29 14:07:06','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23772,'2018-11-29 14:32:40','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23773,'2018-11-29 15:26:39','imp','optin_5','mailchimp_7227261368','40.77.167.2','665',0),(23774,'2018-11-29 18:18:43','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(23775,'2018-11-29 20:55:08','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23776,'2018-11-29 22:19:15','imp','optin_2','mailchimp_7227261368','52.56.33.205','92',0),(23777,'2018-11-29 22:21:44','imp','optin_2','mailchimp_7227261368','52.87.197.129','92',0),(23778,'2018-11-29 22:21:52','imp','optin_5','mailchimp_7227261368','52.87.197.129','0',0),(23779,'2018-11-29 22:22:33','imp','optin_5','mailchimp_7227261368','52.87.197.129','0',0),(23780,'2018-11-29 23:19:33','imp','optin_2','mailchimp_7227261368','66.249.71.57','411',0),(23781,'2018-11-29 23:19:34','imp','optin_2','mailchimp_7227261368','66.249.71.57','411',0),(23782,'2018-11-29 23:41:29','imp','optin_2','mailchimp_7227261368','64.246.165.50','92',0),(23783,'2018-11-30 00:37:18','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23784,'2018-11-30 01:39:55','imp','optin_2','mailchimp_7227261368','84.9.226.127','92',0),(23785,'2018-11-30 01:40:00','imp','optin_5','mailchimp_7227261368','84.9.226.127','0',0),(23786,'2018-11-30 01:40:04','imp','optin_5','mailchimp_7227261368','84.9.226.127','0',0),(23787,'2018-11-30 01:40:21','imp','optin_8','7227261368','84.9.226.127','-1',0),(23788,'2018-11-30 01:40:22','imp','optin_8','7227261368','84.9.226.127','-1',0),(23789,'2018-11-30 02:15:26','imp','optin_5','mailchimp_7227261368','66.249.71.57','411',0),(23790,'2018-11-30 02:16:30','imp','optin_5','mailchimp_7227261368','66.249.71.57','0',0),(23791,'2018-11-30 02:58:20','imp','optin_5','mailchimp_7227261368','40.77.167.3','0',0),(23792,'2018-11-30 04:38:37','imp','optin_5','mailchimp_7227261368','40.77.167.1','666',0),(23793,'2018-11-30 04:49:31','imp','optin_2','mailchimp_7227261368','66.249.71.55','92',0),(23794,'2018-11-30 04:52:58','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23795,'2018-11-30 04:55:47','imp','optin_2','mailchimp_7227261368','66.249.71.57','92',0),(23796,'2018-11-30 04:59:29','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23797,'2018-11-30 05:51:24','imp','optin_5','mailchimp_7227261368','66.249.71.55','714',0),(23798,'2018-11-30 05:52:14','imp','optin_7','mailchimp_7227261368','66.249.71.55','714',0),(23799,'2018-11-30 08:20:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23800,'2018-11-30 09:58:01','imp','optin_2','mailchimp_7227261368','157.55.39.119','2',0),(23801,'2018-11-30 12:44:06','imp','optin_2','mailchimp_7227261368','66.249.71.53','92',0),(23802,'2018-11-30 12:44:34','imp','optin_8','7227261368','66.249.71.53','-1',0),(23803,'2018-11-30 13:24:35','imp','optin_2','mailchimp_7227261368','173.212.240.51','92',0),(23804,'2018-11-30 14:38:17','imp','optin_2','mailchimp_7227261368','46.101.252.186','92',0),(23805,'2018-11-30 14:47:46','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23806,'2018-11-30 17:46:02','imp','optin_5','mailchimp_7227261368','66.249.79.23','714',0),(23807,'2018-11-30 17:46:23','imp','optin_7','mailchimp_7227261368','66.249.71.55','714',0),(23808,'2018-11-30 18:47:31','imp','optin_2','mailchimp_7227261368','144.132.44.226','92',0),(23809,'2018-11-30 18:47:33','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23810,'2018-11-30 18:47:36','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23811,'2018-11-30 18:47:51','imp','optin_5','mailchimp_7227261368','144.132.44.226','665',0),(23812,'2018-11-30 18:47:52','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23813,'2018-11-30 18:47:54','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23814,'2018-11-30 18:48:00','imp','optin_5','mailchimp_7227261368','144.132.44.226','664',0),(23815,'2018-11-30 18:48:01','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23816,'2018-11-30 18:48:03','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23817,'2018-11-30 18:56:46','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23818,'2018-11-30 18:57:00','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23819,'2018-11-30 18:57:02','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23820,'2018-11-30 18:57:14','imp','optin_5','mailchimp_7227261368','144.132.44.226','714',0),(23821,'2018-11-30 18:57:15','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23822,'2018-11-30 18:57:17','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23823,'2018-11-30 18:57:18','imp','optin_7','mailchimp_7227261368','144.132.44.226','714',0),(23824,'2018-11-30 19:03:03','imp','optin_5','mailchimp_7227261368','144.132.44.226','936',0),(23825,'2018-11-30 19:03:04','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23826,'2018-11-30 19:03:05','imp','optin_5','mailchimp_7227261368','144.132.44.226','0',0),(23827,'2018-11-30 20:40:42','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23828,'2018-11-30 23:15:40','imp','optin_2','mailchimp_7227261368','78.24.186.120','92',0),(23829,'2018-11-30 23:15:42','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23830,'2018-11-30 23:15:44','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23831,'2018-11-30 23:15:46','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23832,'2018-11-30 23:15:48','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23833,'2018-11-30 23:15:50','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23834,'2018-11-30 23:15:52','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23835,'2018-11-30 23:15:54','imp','optin_5','mailchimp_7227261368','78.24.186.120','0',0),(23836,'2018-12-01 04:18:09','imp','optin_5','mailchimp_7227261368','157.55.39.232','667',0),(23837,'2018-12-01 05:18:49','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23838,'2018-12-01 05:20:37','imp','optin_5','mailchimp_7227261368','207.46.13.34','0',0),(23839,'2018-12-01 05:20:39','imp','optin_5','mailchimp_7227261368','207.46.13.34','76',0),(23840,'2018-12-01 05:20:39','imp','optin_2','mailchimp_7227261368','207.46.13.152','92',0),(23841,'2018-12-01 05:20:45','imp','optin_5','mailchimp_7227261368','157.55.39.232','0',0),(23842,'2018-12-01 05:20:47','imp','optin_5','mailchimp_7227261368','157.55.39.232','714',0),(23843,'2018-12-01 08:26:23','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23844,'2018-12-01 08:27:56','imp','optin_2','mailchimp_7227261368','40.77.167.50','411',0),(23845,'2018-12-01 08:27:57','imp','optin_2','mailchimp_7227261368','40.77.167.50','411',0),(23846,'2018-12-01 08:41:52','imp','optin_5','mailchimp_7227261368','5.255.250.7','0',0),(23847,'2018-12-01 09:14:11','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23848,'2018-12-01 10:31:29','imp','optin_2','mailchimp_7227261368','18.219.32.75','92',0),(23849,'2018-12-01 10:31:31','imp','optin_2','mailchimp_7227261368','18.219.32.75','92',0),(23850,'2018-12-01 10:31:33','imp','optin_2','mailchimp_7227261368','18.219.32.75','92',0),(23851,'2018-12-01 10:31:37','imp','optin_5','mailchimp_7227261368','18.219.32.75','0',0),(23852,'2018-12-01 10:31:40','imp','optin_5','mailchimp_7227261368','18.219.32.75','0',0),(23853,'2018-12-01 10:31:46','imp','optin_5','mailchimp_7227261368','18.219.32.75','0',0),(23854,'2018-12-01 10:31:48','imp','optin_2','mailchimp_7227261368','18.219.32.75','2',0),(23855,'2018-12-01 10:31:50','imp','optin_5','mailchimp_7227261368','18.219.32.75','0',0),(23856,'2018-12-01 10:31:53','imp','optin_2','mailchimp_7227261368','18.219.32.75','92',0),(23857,'2018-12-01 10:31:55','imp','optin_5','mailchimp_7227261368','18.219.32.75','0',0),(23858,'2018-12-01 10:37:58','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23859,'2018-12-01 10:52:23','imp','optin_5','mailchimp_7227261368','66.249.71.55','714',0),(23860,'2018-12-01 10:52:44','imp','optin_7','mailchimp_7227261368','66.249.71.53','714',0),(23861,'2018-12-01 12:38:03','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23862,'2018-12-01 13:46:42','imp','optin_2','mailchimp_7227261368','79.137.68.42','92',0),(23863,'2018-12-01 13:46:45','imp','optin_2','mailchimp_7227261368','79.137.68.42','92',0),(23864,'2018-12-01 13:53:37','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(23865,'2018-12-01 13:53:37','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(23866,'2018-12-01 13:53:37','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(23867,'2018-12-01 13:53:38','imp','optin_2','mailchimp_7227261368','203.170.84.161','92',0),(23868,'2018-12-01 13:53:39','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23869,'2018-12-01 16:31:36','imp','optin_2','mailchimp_7227261368','66.249.71.57','92',0),(23870,'2018-12-01 17:09:19','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23871,'2018-12-01 17:09:44','imp','optin_2','mailchimp_7227261368','188.120.209.97','92',0),(23872,'2018-12-01 18:44:50','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23873,'2018-12-01 19:07:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23874,'2018-12-01 21:23:05','imp','optin_2','mailchimp_7227261368','207.46.13.54','92',0),(23875,'2018-12-01 21:23:20','imp','optin_5','mailchimp_7227261368','157.55.39.111','0',0),(23876,'2018-12-01 22:01:44','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(23877,'2018-12-01 22:07:26','imp','optin_5','mailchimp_7227261368','66.249.71.55','0',0),(23878,'2018-12-02 00:07:49','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(23879,'2018-12-02 00:22:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23880,'2018-12-02 03:53:10','imp','optin_5','mailchimp_7227261368','40.77.167.49','0',0),(23881,'2018-12-02 05:37:47','imp','optin_5','mailchimp_7227261368','66.249.71.53','0',0),(23882,'2018-12-02 07:22:59','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23883,'2018-12-02 09:58:14','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(23884,'2018-12-02 11:40:09','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23885,'2018-12-02 14:01:41','imp','optin_2','mailchimp_7227261368','18.144.37.62','92',0),(23886,'2018-12-02 14:38:29','imp','optin_2','mailchimp_7227261368','207.46.13.54','411',0),(23887,'2018-12-02 14:38:30','imp','optin_2','mailchimp_7227261368','207.46.13.54','411',0),(23888,'2018-12-02 17:39:33','imp','optin_5','mailchimp_7227261368','141.8.144.39','594',0),(23889,'2018-12-02 20:31:45','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23890,'2018-12-02 22:35:20','imp','optin_5','mailchimp_7227261368','69.12.66.196','0',0),(23891,'2018-12-03 01:34:59','imp','optin_2','mailchimp_7227261368','34.221.251.110','92',0),(23892,'2018-12-03 01:35:00','imp','optin_2','mailchimp_7227261368','34.221.251.110','92',0),(23893,'2018-12-03 02:06:39','imp','optin_5','mailchimp_7227261368','157.55.39.87','664',0),(23894,'2018-12-03 03:20:38','imp','optin_2','mailchimp_7227261368','93.158.161.121','92',0),(23895,'2018-12-03 10:02:58','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23896,'2018-12-03 12:55:21','imp','optin_2','mailchimp_7227261368','18.208.196.195','92',0),(23897,'2018-12-03 12:55:21','imp','optin_2','mailchimp_7227261368','18.208.196.195','92',0),(23898,'2018-12-03 13:16:06','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23899,'2018-12-03 15:30:59','imp','optin_5','mailchimp_7227261368','66.249.65.135','0',0),(23900,'2018-12-03 15:59:33','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(23901,'2018-12-03 15:59:41','imp','optin_5','mailchimp_7227261368','66.249.65.137','0',0),(23902,'2018-12-03 17:19:22','imp','optin_5','mailchimp_7227261368','41.13.56.227','714',0),(23903,'2018-12-03 17:19:31','imp','optin_5','mailchimp_7227261368','41.13.56.227','0',0),(23904,'2018-12-03 17:19:38','imp','optin_7','mailchimp_7227261368','41.13.56.227','714',0),(23905,'2018-12-03 17:19:57','imp','optin_8','7227261368','41.13.56.227','714',0),(23906,'2018-12-03 17:19:57','imp','optin_8','7227261368','41.13.56.227','714',0),(23907,'2018-12-03 17:32:41','imp','optin_2','mailchimp_7227261368','54.236.1.12','92',0),(23908,'2018-12-03 17:32:46','imp','optin_5','mailchimp_7227261368','54.236.1.12','0',0),(23909,'2018-12-03 17:33:16','imp','optin_5','mailchimp_7227261368','54.236.1.14','0',0),(23910,'2018-12-03 17:33:18','imp','optin_5','mailchimp_7227261368','54.236.1.12','0',0),(23911,'2018-12-03 20:14:43','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(23912,'2018-12-03 21:05:30','imp','optin_2','mailchimp_7227261368','31.13.115.7','92',0),(23913,'2018-12-03 21:05:36','imp','optin_5','mailchimp_7227261368','31.13.115.10','0',0),(23914,'2018-12-03 21:05:41','imp','optin_5','mailchimp_7227261368','31.13.115.5','0',0),(23915,'2018-12-03 21:42:59','imp','optin_5','mailchimp_7227261368','90.254.164.143','0',0),(23916,'2018-12-03 21:43:11','imp','optin_5','mailchimp_7227261368','90.254.164.143','0',0),(23917,'2018-12-04 01:26:04','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23918,'2018-12-04 03:39:25','imp','optin_5','mailchimp_7227261368','157.55.39.91','0',0),(23919,'2018-12-04 04:07:32','imp','optin_5','mailchimp_7227261368','66.249.65.139','0',0),(23920,'2018-12-04 05:12:46','imp','optin_2','mailchimp_7227261368','58.22.64.19','92',0),(23921,'2018-12-04 06:10:49','imp','optin_5','mailchimp_7227261368','207.46.13.49','0',0),(23922,'2018-12-04 06:18:04','imp','optin_2','mailchimp_7227261368','66.249.65.135','92',0),(23923,'2018-12-04 08:24:10','imp','optin_5','mailchimp_7227261368','90.254.164.143','0',0),(23924,'2018-12-04 08:50:05','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23925,'2018-12-04 13:37:26','imp','optin_5','mailchimp_7227261368','66.249.73.87','0',0),(23926,'2018-12-04 14:11:54','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23927,'2018-12-04 15:46:48','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23928,'2018-12-04 19:40:38','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23929,'2018-12-04 22:15:52','imp','optin_2','mailchimp_7227261368','52.51.108.152','92',0),(23930,'2018-12-05 02:29:07','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23931,'2018-12-05 04:10:00','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23932,'2018-12-05 04:10:00','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(23933,'2018-12-05 04:10:00','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(23934,'2018-12-05 13:39:56','imp','optin_5','mailchimp_7227261368','172.27.21.253','714',0),(23935,'2018-12-05 13:39:58','imp','optin_5','mailchimp_7227261368','172.27.21.253','0',0),(23936,'2018-12-05 13:40:03','imp','optin_7','mailchimp_7227261368','172.27.21.253','714',0),(23937,'2018-12-05 13:40:03','imp','optin_5','mailchimp_7227261368','172.27.21.253','0',0),(23938,'2018-12-05 13:40:20','imp','optin_8','7227261368','172.27.21.253','714',0),(23939,'2018-12-05 14:14:09','imp','optin_2','mailchimp_7227261368','49.149.67.54','92',0),(23940,'2018-12-05 14:14:18','imp','optin_5','mailchimp_7227261368','49.149.67.54','0',0),(23941,'2018-12-05 14:14:30','imp','optin_5','mailchimp_7227261368','49.149.67.54','0',0),(23942,'2018-12-05 14:14:43','imp','optin_8','7227261368','49.149.67.54','-1',0),(23943,'2018-12-05 14:59:06','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23944,'2018-12-05 15:18:57','imp','optin_5','mailchimp_7227261368','157.55.39.237','0',0),(23945,'2018-12-05 16:42:09','imp','optin_2','mailchimp_7227261368','87.118.122.254','92',0),(23946,'2018-12-05 20:03:00','imp','optin_5','mailchimp_7227261368','207.46.13.217','0',0),(23947,'2018-12-05 20:57:28','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(23948,'2018-12-05 21:45:46','imp','optin_2','mailchimp_7227261368','40.77.167.130','411',0),(23949,'2018-12-05 21:45:47','imp','optin_2','mailchimp_7227261368','40.77.167.130','411',0),(23950,'2018-12-05 22:03:06','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(23951,'2018-12-05 22:07:04','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(23952,'2018-12-06 07:18:26','imp','optin_5','mailchimp_7227261368','172.27.21.253','714',0),(23953,'2018-12-06 07:18:28','imp','optin_5','mailchimp_7227261368','172.27.21.253','0',0),(23954,'2018-12-06 07:18:31','imp','optin_5','mailchimp_7227261368','172.27.21.253','0',0),(23955,'2018-12-06 07:18:31','imp','optin_7','mailchimp_7227261368','172.27.21.253','714',0),(23956,'2018-12-06 08:35:17','imp','optin_2','mailchimp_7227261368','94.187.88.226','92',0),(23957,'2018-12-06 11:35:47','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23958,'2018-12-06 12:21:14','imp','optin_2','mailchimp_7227261368','66.249.75.8','92',0),(23959,'2018-12-06 12:21:21','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23960,'2018-12-06 12:21:32','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(23961,'2018-12-06 19:20:04','imp','optin_2','mailchimp_7227261368','66.249.69.137','92',0),(23962,'2018-12-06 19:20:14','imp','optin_8','7227261368','66.249.69.137','-1',0),(23963,'2018-12-06 22:36:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(23964,'2018-12-07 01:42:28','imp','optin_2','mailchimp_7227261368','157.112.183.68','92',0),(23965,'2018-12-07 01:42:32','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23966,'2018-12-07 01:42:34','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23967,'2018-12-07 01:42:35','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23968,'2018-12-07 01:42:37','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23969,'2018-12-07 01:42:39','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23970,'2018-12-07 01:42:40','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23971,'2018-12-07 01:42:42','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23972,'2018-12-07 01:42:44','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23973,'2018-12-07 01:42:45','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23974,'2018-12-07 01:42:46','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23975,'2018-12-07 01:42:48','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23976,'2018-12-07 01:42:49','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23977,'2018-12-07 01:42:51','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23978,'2018-12-07 01:42:52','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23979,'2018-12-07 01:42:54','imp','optin_2','mailchimp_7227261368','157.112.183.68','92',0),(23980,'2018-12-07 01:42:56','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23981,'2018-12-07 01:42:57','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23982,'2018-12-07 01:42:58','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23983,'2018-12-07 01:43:02','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23984,'2018-12-07 01:43:03','imp','optin_2','mailchimp_7227261368','157.112.183.68','92',0),(23985,'2018-12-07 01:43:05','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23986,'2018-12-07 01:43:07','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23987,'2018-12-07 01:43:08','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23988,'2018-12-07 01:43:11','imp','optin_5','mailchimp_7227261368','157.112.183.68','0',0),(23989,'2018-12-07 01:43:13','imp','optin_2','mailchimp_7227261368','157.112.183.68','92',0),(23990,'2018-12-07 01:43:20','imp','optin_2','mailchimp_7227261368','157.112.183.68','92',0),(23991,'2018-12-07 04:06:18','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(23992,'2018-12-07 05:08:07','imp','optin_2','mailchimp_7227261368','75.189.131.246','92',0),(23993,'2018-12-07 05:08:17','imp','optin_5','mailchimp_7227261368','75.189.131.246','0',0),(23994,'2018-12-07 05:08:24','imp','optin_5','mailchimp_7227261368','75.189.131.246','0',0),(23995,'2018-12-07 05:08:40','imp','optin_8','7227261368','75.189.131.246','-1',0),(23996,'2018-12-07 05:48:04','imp','optin_5','mailchimp_7227261368','157.55.39.125','664',0),(23997,'2018-12-07 07:59:12','imp','optin_2','mailchimp_7227261368','157.55.39.126','411',0),(23998,'2018-12-07 07:59:12','imp','optin_2','mailchimp_7227261368','157.55.39.126','411',0),(23999,'2018-12-07 08:02:32','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24000,'2018-12-07 09:49:09','imp','optin_5','mailchimp_7227261368','138.68.95.12','0',0),(24001,'2018-12-07 09:49:11','imp','optin_5','mailchimp_7227261368','138.68.95.12','0',0),(24002,'2018-12-07 12:42:10','imp','optin_2','mailchimp_7227261368','185.86.93.55','92',0),(24003,'2018-12-07 13:43:45','imp','optin_2','mailchimp_7227261368','162.213.39.24','92',0),(24004,'2018-12-07 14:13:03','imp','optin_2','mailchimp_7227261368','64.246.165.160','92',0),(24005,'2018-12-07 14:23:20','imp','optin_2','mailchimp_7227261368','64.246.165.170','92',0),(24006,'2018-12-07 15:14:19','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24007,'2018-12-07 15:32:34','imp','optin_5','mailchimp_7227261368','5.255.250.7','573',0),(24008,'2018-12-07 16:07:07','imp','optin_5','mailchimp_7227261368','77.72.85.14','0',0),(24009,'2018-12-07 16:08:54','imp','optin_5','mailchimp_7227261368','178.128.240.72','0',0),(24010,'2018-12-07 16:08:58','imp','optin_5','mailchimp_7227261368','178.128.240.72','0',0),(24011,'2018-12-07 17:10:00','imp','optin_2','mailchimp_7227261368','141.8.143.189','92',0),(24012,'2018-12-07 17:24:56','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24013,'2018-12-07 18:58:46','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24014,'2018-12-07 20:43:51','imp','optin_5','mailchimp_7227261368','185.12.6.73','0',0),(24015,'2018-12-07 20:48:47','imp','optin_2','mailchimp_7227261368','54.197.222.189','92',0),(24016,'2018-12-07 20:49:13','imp','optin_2','mailchimp_7227261368','54.197.222.189','92',0),(24017,'2018-12-08 00:18:30','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(24018,'2018-12-08 00:59:54','imp','optin_5','mailchimp_7227261368','40.77.167.115','0',0),(24019,'2018-12-08 01:17:14','imp','optin_2','mailchimp_7227261368','66.102.6.134','92',0),(24020,'2018-12-08 01:17:14','imp','optin_2','mailchimp_7227261368','66.102.6.136','92',0),(24021,'2018-12-08 01:18:32','imp','optin_2','mailchimp_7227261368','66.249.83.155','92',0),(24022,'2018-12-08 01:18:36','imp','optin_2','mailchimp_7227261368','66.249.88.34','92',0),(24023,'2018-12-08 01:20:28','imp','optin_2','mailchimp_7227261368','66.102.6.138','92',0),(24024,'2018-12-08 02:48:36','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(24025,'2018-12-08 02:48:36','imp','optin_5','mailchimp_7227261368','203.170.84.161','0',0),(24026,'2018-12-08 02:48:36','imp','optin_5','mailchimp_7227261368','69.46.36.28','0',0),(24027,'2018-12-08 04:56:34','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24028,'2018-12-08 05:37:43','imp','optin_2','mailchimp_7227261368','40.77.167.134','92',0),(24029,'2018-12-08 06:04:23','imp','optin_5','mailchimp_7227261368','141.8.144.39','0',0),(24030,'2018-12-08 06:33:08','imp','optin_5','mailchimp_7227261368','173.31.25.236','714',0),(24031,'2018-12-08 06:33:25','imp','optin_5','mailchimp_7227261368','173.31.25.236','0',0),(24032,'2018-12-08 06:33:28','imp','optin_5','mailchimp_7227261368','173.31.25.236','0',0),(24033,'2018-12-08 06:33:28','imp','optin_7','mailchimp_7227261368','173.31.25.236','714',0),(24034,'2018-12-08 06:33:47','imp','optin_8','7227261368','173.31.25.236','714',0),(24035,'2018-12-08 06:34:40','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24036,'2018-12-08 07:55:09','imp','optin_5','mailchimp_7227261368','69.12.66.196','0',0),(24037,'2018-12-08 09:28:49','imp','optin_2','mailchimp_7227261368','52.25.94.185','92',0),(24038,'2018-12-08 13:30:01','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24039,'2018-12-08 13:30:05','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24040,'2018-12-08 13:30:05','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24041,'2018-12-08 13:30:07','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24042,'2018-12-08 13:30:09','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24043,'2018-12-08 13:30:09','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24044,'2018-12-08 13:30:11','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24045,'2018-12-08 13:30:12','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24046,'2018-12-08 13:30:13','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24047,'2018-12-08 13:30:16','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24048,'2018-12-08 13:30:16','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24049,'2018-12-08 13:30:18','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24050,'2018-12-08 13:30:20','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24051,'2018-12-08 13:30:20','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24052,'2018-12-08 13:30:22','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24053,'2018-12-08 13:30:24','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24054,'2018-12-08 13:30:24','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24055,'2018-12-08 13:30:26','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24056,'2018-12-08 13:30:27','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24057,'2018-12-08 13:30:29','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24058,'2018-12-08 13:30:31','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24059,'2018-12-08 13:30:32','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24060,'2018-12-08 13:30:34','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24061,'2018-12-08 13:30:36','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24062,'2018-12-08 13:30:38','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24063,'2018-12-08 13:30:39','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24064,'2018-12-08 13:30:41','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24065,'2018-12-08 13:30:45','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24066,'2018-12-08 13:30:48','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24067,'2018-12-08 13:30:51','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24068,'2018-12-08 13:30:54','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24069,'2018-12-08 13:30:57','imp','optin_5','mailchimp_7227261368','84.54.36.10','0',0),(24070,'2018-12-08 15:00:50','imp','optin_5','mailchimp_7227261368','77.88.47.39','682',0),(24071,'2018-12-08 18:11:09','imp','optin_5','mailchimp_7227261368','141.8.144.39','666',0),(24072,'2018-12-08 19:09:37','imp','optin_5','mailchimp_7227261368','141.8.144.39','602',0),(24073,'2018-12-08 19:25:07','imp','optin_5','mailchimp_7227261368','5.255.250.7','936',0),(24074,'2018-12-08 20:13:53','imp','optin_2','mailchimp_7227261368','66.249.69.135','92',0),(24075,'2018-12-08 20:20:01','imp','optin_5','mailchimp_7227261368','66.249.69.139','0',0),(24076,'2018-12-08 20:53:08','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24077,'2018-12-08 21:37:27','imp','optin_5','mailchimp_7227261368','66.249.69.52','0',0),(24078,'2018-12-08 22:07:28','imp','optin_5','mailchimp_7227261368','90.254.184.43','936',0),(24079,'2018-12-08 22:07:33','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24080,'2018-12-08 22:07:37','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24081,'2018-12-08 22:07:48','imp','optin_2','mailchimp_7227261368','90.254.184.43','92',0),(24082,'2018-12-08 22:07:50','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24083,'2018-12-08 22:07:57','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24084,'2018-12-08 22:08:07','imp','optin_8','7227261368','90.254.184.43','-1',0),(24085,'2018-12-08 22:08:12','imp','optin_8','7227261368','90.254.184.43','-1',0),(24086,'2018-12-08 22:08:20','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24087,'2018-12-08 22:08:25','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24088,'2018-12-08 22:08:28','imp','optin_2','mailchimp_7227261368','90.254.184.43','92',0),(24089,'2018-12-08 22:08:31','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24090,'2018-12-08 22:08:36','imp','optin_5','mailchimp_7227261368','90.254.184.43','0',0),(24091,'2018-12-08 23:17:29','imp','optin_2','mailchimp_7227261368','207.102.138.158','92',0),(24092,'2018-12-08 23:17:33','imp','optin_5','mailchimp_7227261368','207.102.138.158','0',0),(24093,'2018-12-08 23:49:58','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24094,'2018-12-09 00:01:15','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24095,'2018-12-09 00:01:17','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(24096,'2018-12-09 00:01:35','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24097,'2018-12-09 00:01:37','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24098,'2018-12-09 00:46:23','imp','optin_2','mailchimp_7227261368','87.219.241.164','92',0),(24099,'2018-12-09 02:04:49','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24100,'2018-12-09 02:04:52','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24101,'2018-12-09 02:33:53','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(24102,'2018-12-09 02:58:54','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(24103,'2018-12-09 04:24:58','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(24104,'2018-12-09 04:29:28','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24105,'2018-12-09 05:11:03','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24106,'2018-12-09 06:53:53','imp','optin_2','mailchimp_7227261368','104.227.246.106','92',0),(24107,'2018-12-09 07:22:35','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(24108,'2018-12-09 08:43:08','imp','optin_5','mailchimp_7227261368','66.249.75.10','0',0),(24109,'2018-12-09 11:09:51','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24110,'2018-12-09 12:14:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24111,'2018-12-09 12:29:59','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24112,'2018-12-09 17:25:01','imp','optin_2','mailchimp_7227261368','66.249.75.12','92',0),(24113,'2018-12-09 20:07:22','imp','optin_2','mailchimp_7227261368','109.201.154.243','92',0),(24114,'2018-12-09 21:08:25','imp','optin_5','mailchimp_7227261368','66.249.69.137','0',0),(24115,'2018-12-09 21:22:17','imp','optin_5','mailchimp_7227261368','170.130.1.122','0',0),(24116,'2018-12-09 21:22:19','imp','optin_5','mailchimp_7227261368','170.130.1.122','0',0),(24117,'2018-12-09 21:36:51','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24118,'2018-12-10 02:10:09','imp','optin_5','mailchimp_7227261368','66.249.75.8','0',0),(24119,'2018-12-10 02:28:48','imp','optin_5','mailchimp_7227261368','66.249.75.12','0',0),(24120,'2018-12-10 04:01:01','imp','optin_2','mailchimp_7227261368','141.8.144.39','92',0),(24121,'2018-12-10 04:08:57','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(24122,'2018-12-10 05:33:29','imp','optin_5','mailchimp_7227261368','69.12.66.196','0',0),(24123,'2018-12-10 05:47:57','imp','optin_2','mailchimp_7227261368','66.249.66.26','92',0),(24124,'2018-12-10 06:12:58','imp','optin_5','mailchimp_7227261368','141.8.144.39','601',0),(24125,'2018-12-10 07:50:07','imp','optin_5','mailchimp_7227261368','141.8.144.39','930',0),(24126,'2018-12-10 07:55:04','imp','optin_5','mailchimp_7227261368','100.43.85.119','577',0),(24127,'2018-12-10 08:09:42','imp','optin_5','mailchimp_7227261368','141.8.144.39','599',0),(24128,'2018-12-10 11:31:24','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24129,'2018-12-10 11:45:01','imp','optin_5','mailchimp_7227261368','141.8.144.39','593',0),(24130,'2018-12-10 13:16:37','imp','optin_5','mailchimp_7227261368','66.249.66.28','666',0),(24131,'2018-12-10 14:57:46','imp','optin_5','mailchimp_7227261368','37.9.87.169','843',0),(24132,'2018-12-10 17:18:42','imp','optin_2','mailchimp_7227261368','47.90.16.219','92',0),(24133,'2018-12-10 17:57:22','imp','optin_5','mailchimp_7227261368','66.249.66.27','0',0),(24134,'2018-12-10 19:11:11','imp','optin_2','mailchimp_7227261368','5.255.250.7','92',0),(24135,'2018-12-10 19:42:50','imp','optin_5','mailchimp_7227261368','40.77.167.71','0',0),(24136,'2018-12-10 21:57:46','imp','optin_5','mailchimp_7227261368','207.46.13.143','665',0),(24137,'2018-12-11 00:08:06','imp','optin_5','mailchimp_7227261368','90.253.90.224','0',0),(24138,'2018-12-11 00:08:14','imp','optin_5','mailchimp_7227261368','90.253.90.224','0',0),(24139,'2018-12-11 00:59:31','imp','optin_8','7227261368','','-1',0),(24140,'2018-12-11 00:59:59','imp','optin_2','7227261368','','92',0),(24141,'2018-12-12 11:18:29','imp','optin_8','7227261368','','-1',0),(24142,'2018-12-14 14:04:56','imp','optin_8','7227261368','','0',0),(24143,'2018-12-15 02:51:27','imp','optin_8','7227261368','','-1',0),(24144,'2018-12-16 11:26:53','imp','optin_2','7227261368','','92',0),(24145,'2018-12-16 11:26:54','imp','optin_8','7227261368','','-1',0),(24146,'2018-12-17 17:19:02','imp','optin_8','7227261368','','926',0),(24147,'2018-12-17 17:19:07','imp','optin_5','7227261368','','926',0),(24148,'2018-12-17 23:04:37','imp','optin_8','7227261368','','0',0),(24149,'2018-12-18 00:43:34','imp','optin_5','7227261368','','945',0),(24150,'2018-12-18 00:43:42','imp','optin_8','7227261368','','945',0),(24151,'2018-12-18 00:52:05','imp','optin_8','7227261368','','-1',0),(24152,'2018-12-18 00:58:08','imp','optin_2','7227261368','','92',0),(24153,'2018-12-18 00:58:09','imp','optin_8','7227261368','','-1',0),(24154,'2018-12-18 01:03:37','imp','optin_2','7227261368','','92',0),(24155,'2018-12-18 01:04:11','imp','optin_8','7227261368','','894',0),(24156,'2018-12-18 07:04:45','imp','optin_2','7227261368','','92',0),(24157,'2018-12-18 07:04:49','imp','optin_8','7227261368','','-1',0),(24158,'2018-12-18 09:58:10','imp','optin_2','7227261368','','92',0),(24159,'2018-12-18 09:58:12','imp','optin_8','7227261368','','-1',0),(24160,'2018-12-18 09:58:49','imp','optin_5','7227261368','','936',0),(24161,'2018-12-18 10:03:40','imp','optin_2','7227261368','','92',0),(24162,'2018-12-18 10:03:40','imp','optin_8','7227261368','','-1',0),(24163,'2018-12-18 12:56:58','imp','optin_8','7227261368','','-1',0),(24164,'2018-12-18 12:57:03','imp','optin_2','7227261368','','92',0),(24165,'2018-12-18 14:17:25','imp','optin_2','7227261368','','92',0),(24166,'2018-12-19 08:15:21','imp','optin_7','mailchimp_7227261368','','714',0),(24167,'2018-12-19 08:15:36','imp','optin_8','7227261368','','714',0),(24168,'2018-12-19 08:36:07','imp','optin_5','7227261368','','714',0),(24169,'2018-12-19 08:38:50','imp','optin_7','7227261368','','714',0),(24170,'2018-12-19 13:25:59','imp','optin_7','mailchimp_7227261368','','714',0),(24171,'2018-12-19 13:26:15','imp','optin_5','7227261368','','714',0),(24172,'2018-12-19 13:26:18','imp','optin_8','7227261368','','714',0),(24173,'2018-12-19 17:19:30','imp','optin_8','7227261368','','945',0),(24174,'2018-12-21 04:29:32','imp','optin_7','mailchimp_7227261368','','714',0),(24175,'2018-12-21 19:14:31','imp','optin_8','7227261368','','697',0),(24176,'2018-12-21 20:22:12','imp','optin_8','7227261368','','0',0),(24177,'2018-12-22 01:25:39','imp','optin_8','7227261368','','411',0),(24178,'2018-12-22 03:07:52','imp','optin_7','mailchimp_7227261368','','714',0),(24179,'2018-12-22 03:53:31','imp','optin_7','mailchimp_7227261368','','714',0),(24180,'2018-12-22 03:53:40','imp','optin_8','7227261368','','714',0),(24181,'2018-12-22 04:15:10','imp','optin_8','7227261368','','664',0),(24182,'2018-12-22 06:26:40','imp','optin_8','7227261368','','666',0),(24183,'2018-12-22 06:48:48','imp','optin_8','7227261368','','697',0),(24184,'2018-12-22 10:10:56','imp','optin_8','7227261368','','0',0),(24185,'2018-12-22 11:05:43','imp','optin_8','7227261368','','404',0),(24186,'2018-12-22 11:49:12','imp','optin_7','mailchimp_7227261368','','714',0),(24187,'2018-12-22 13:45:01','imp','optin_8','7227261368','','2',0),(24188,'2018-12-22 13:46:08','imp','optin_8','7227261368','','663',0),(24189,'2018-12-22 14:11:53','imp','optin_8','7227261368','','602',0),(24190,'2018-12-22 14:35:43','imp','optin_8','7227261368','','664',0),(24191,'2018-12-22 15:49:47','imp','optin_8','7227261368','','714',0),(24192,'2018-12-22 17:40:20','imp','optin_8','7227261368','','666',0),(24193,'2018-12-22 17:48:24','imp','optin_8','7227261368','','598',0),(24194,'2018-12-22 21:43:11','imp','optin_7','mailchimp_7227261368','','714',0),(24195,'2018-12-22 23:28:19','imp','optin_8','7227261368','','2',0),(24196,'2018-12-22 23:30:18','imp','optin_8','7227261368','','843',0),(24197,'2018-12-22 23:40:46','imp','optin_8','7227261368','','192',0),(24198,'2018-12-23 00:21:05','imp','optin_8','7227261368','','663',0),(24199,'2018-12-23 00:44:08','imp','optin_8','7227261368','','665',0),(24200,'2018-12-23 02:21:29','imp','optin_8','7227261368','','0',0),(24201,'2018-12-23 03:12:45','imp','optin_8','7227261368','','680',0),(24202,'2018-12-23 09:16:35','imp','optin_8','7227261368','','598',0),(24203,'2018-12-23 09:22:43','imp','optin_7','mailchimp_7227261368','','714',0),(24204,'2018-12-23 09:54:49','imp','optin_8','7227261368','','-1',0),(24205,'2018-12-23 10:07:11','imp','optin_8','7227261368','','411',0),(24206,'2018-12-23 10:14:01','imp','optin_8','7227261368','','714',0),(24207,'2018-12-23 10:57:23','imp','optin_8','7227261368','','666',0),(24208,'2018-12-23 11:24:46','imp','optin_8','7227261368','','697',0),(24209,'2018-12-23 11:26:09','imp','optin_8','7227261368','','404',0),(24210,'2018-12-23 11:33:35','imp','optin_8','7227261368','','2',0),(24211,'2018-12-23 11:51:48','imp','optin_8','7227261368','','663',0),(24212,'2018-12-23 12:00:55','imp','optin_8','7227261368','','192',0),(24213,'2018-12-23 13:40:07','imp','optin_8','7227261368','','602',0),(24214,'2018-12-23 14:22:34','imp','optin_8','7227261368','','177',0),(24215,'2018-12-23 15:09:21','imp','optin_8','7227261368','','-1',0),(24216,'2018-12-23 15:11:02','imp','optin_8','7227261368','','668',0),(24217,'2018-12-23 15:16:57','imp','optin_8','7227261368','','0',0),(24218,'2018-12-23 19:21:28','imp','optin_8','7227261368','','664',0),(24219,'2018-12-23 20:31:19','imp','optin_8','7227261368','','666',0),(24220,'2018-12-24 04:05:55','imp','optin_8','7227261368','','663',0),(24221,'2018-12-24 04:12:46','imp','optin_8','7227261368','','598',0),(24222,'2018-12-24 04:42:39','imp','optin_8','7227261368','','192',0),(24223,'2018-12-24 04:50:23','imp','optin_8','7227261368','','835',0),(24224,'2018-12-24 06:17:27','imp','optin_8','7227261368','','664',0),(24225,'2018-12-24 06:59:26','imp','optin_8','7227261368','','666',0),(24226,'2018-12-24 07:18:13','imp','optin_8','7227261368','','843',0),(24227,'2018-12-24 11:58:18','imp','optin_8','7227261368','','678',0),(24228,'2018-12-24 17:16:42','imp','optin_7','mailchimp_7227261368','','714',0),(24229,'2018-12-24 17:30:20','imp','optin_8','7227261368','','714',0),(24230,'2018-12-24 17:37:49','imp','optin_8','7227261368','','-1',0),(24231,'2018-12-24 18:44:24','imp','optin_8','7227261368','','664',0),(24232,'2018-12-24 18:58:54','imp','optin_8','7227261368','','697',0),(24233,'2018-12-24 19:58:25','imp','optin_8','7227261368','','663',0),(24234,'2018-12-24 20:06:17','imp','optin_8','7227261368','','0',0),(24235,'2018-12-24 20:09:04','imp','optin_8','7227261368','','602',0),(24236,'2018-12-24 20:10:17','imp','optin_8','7227261368','','411',0),(24237,'2018-12-24 20:30:49','imp','optin_8','7227261368','','843',0),(24238,'2018-12-25 02:35:05','imp','optin_7','mailchimp_7227261368','','714',0),(24239,'2018-12-25 06:07:17','imp','optin_8','7227261368','','411',0),(24240,'2018-12-25 06:13:09','imp','optin_8','7227261368','','602',0),(24241,'2018-12-25 06:14:43','imp','optin_8','7227261368','','0',0),(24242,'2018-12-25 12:17:27','imp','optin_8','7227261368','','665',0),(24243,'2018-12-25 12:58:47','imp','optin_8','7227261368','','843',0),(24244,'2018-12-25 21:34:21','imp','optin_8','7227261368','','2',0),(24245,'2018-12-25 21:38:00','imp','optin_8','7227261368','','411',0),(24246,'2018-12-25 22:18:40','imp','optin_8','7227261368','','404',0),(24247,'2018-12-26 06:53:15','imp','optin_8','7227261368','','2',0),(24248,'2018-12-26 07:00:29','imp','optin_8','7227261368','','411',0),(24249,'2018-12-26 07:59:39','imp','optin_8','7227261368','','404',0),(24250,'2018-12-26 10:41:39','imp','optin_8','7227261368','','663',0),(24251,'2018-12-26 11:09:13','imp','optin_8','7227261368','','192',0),(24252,'2018-12-26 11:17:54','imp','optin_8','7227261368','','598',0),(24253,'2018-12-26 11:59:09','imp','optin_8','7227261368','','602',0),(24254,'2018-12-27 01:46:42','imp','optin_7','mailchimp_7227261368','','714',0),(24255,'2018-12-27 01:46:45','imp','optin_5','7227261368','','714',0),(24256,'2018-12-27 01:47:01','imp','optin_8','7227261368','','714',0),(24257,'2018-12-27 01:47:22','imp','optin_7','7227261368','','714',0),(24258,'2018-12-27 03:18:15','imp','optin_7','mailchimp_7227261368','','714',0),(24259,'2018-12-27 03:18:27','imp','optin_8','7227261368','','714',0),(24260,'2018-12-27 03:25:12','imp','optin_7','mailchimp_7227261368','','714',0),(24261,'2018-12-27 04:08:18','imp','optin_8','7227261368','','664',0),(24262,'2018-12-27 04:09:39','imp','optin_8','7227261368','','697',0),(24263,'2018-12-27 04:19:15','imp','optin_8','7227261368','','0',0),(24264,'2018-12-27 05:24:19','imp','optin_8','7227261368','','843',0),(24265,'2018-12-27 09:08:16','imp','optin_8','7227261368','','2',0),(24266,'2018-12-27 09:23:42','imp','optin_8','7227261368','','663',0),(24267,'2018-12-27 09:49:42','imp','optin_8','7227261368','','665',0),(24268,'2018-12-27 12:52:38','imp','optin_7','mailchimp_7227261368','','714',0),(24269,'2018-12-27 12:52:40','imp','optin_8','7227261368','','714',0),(24270,'2018-12-27 14:04:20','imp','optin_8','7227261368','','0',0),(24271,'2018-12-27 14:27:40','imp','optin_8','7227261368','','843',0),(24272,'2018-12-27 23:58:58','imp','optin_8','7227261368','','843',0),(24273,'2018-12-28 01:12:36','imp','optin_8','7227261368','','411',0),(24274,'2018-12-28 01:37:16','imp','optin_8','7227261368','','404',0),(24275,'2018-12-28 07:56:22','imp','optin_8','7227261368','','663',0),(24276,'2018-12-28 10:59:39','imp','optin_8','7227261368','','411',0),(24277,'2018-12-29 00:25:58','imp','optin_8','7227261368','','-1',0),(24278,'2018-12-30 06:28:10','imp','optin_2','7227261368','','92',0),(24279,'2018-12-30 06:28:13','imp','optin_8','7227261368','','-1',0),(24280,'2018-12-30 14:50:33','imp','optin_8','7227261368','','945',0),(24281,'2018-12-30 21:27:06','imp','optin_8','7227261368','','998',0),(24282,'2019-01-02 06:23:35','imp','optin_8','7227261368','','945',0),(24283,'2019-01-03 15:12:13','imp','optin_8','7227261368','','-1',0),(24284,'2019-01-04 11:11:49','imp','optin_7','mailchimp_7227261368','','714',0),(24285,'2019-01-04 11:11:49','imp','optin_5','7227261368','','714',0),(24286,'2019-01-04 11:12:04','imp','optin_8','7227261368','','714',0),(24287,'2019-01-04 11:12:17','imp','optin_7','7227261368','','714',0),(24288,'2019-01-04 11:16:45','con','optin_7','mailchimp_7227261368','','714',0),(24289,'2019-01-04 23:29:49','imp','optin_8','7227261368','','-1',0),(24290,'2019-01-05 20:18:14','imp','optin_5','7227261368','','0',0),(24291,'2019-01-05 20:18:31','imp','optin_8','7227261368','','0',0),(24292,'2019-01-06 09:20:14','imp','optin_7','mailchimp_7227261368','','714',0),(24293,'2019-01-06 09:20:28','imp','optin_8','7227261368','','714',0),(24294,'2019-01-06 09:20:44','imp','optin_7','7227261368','','714',0),(24295,'2019-01-07 08:43:04','imp','optin_8','7227261368','','673',0),(24296,'2019-01-07 13:24:52','imp','optin_7','mailchimp_7227261368','','714',0),(24297,'2019-01-07 13:24:55','imp','optin_5','7227261368','','714',0),(24298,'2019-01-07 13:25:10','imp','optin_8','7227261368','','714',0),(24299,'2019-01-07 13:25:23','imp','optin_7','7227261368','','714',0),(24300,'2019-01-07 15:05:06','imp','optin_8','7227261368','','904',0),(24301,'2019-01-07 15:08:39','imp','optin_2','7227261368','','92',0),(24302,'2019-01-07 19:10:07','imp','optin_8','7227261368','','-1',0),(24303,'2019-01-08 00:44:48','imp','optin_5','7227261368','','597',0),(24304,'2019-01-08 00:45:04','imp','optin_8','7227261368','','597',0),(24305,'2019-01-08 00:46:53','imp','optin_2','7227261368','','2',0),(24306,'2019-01-08 00:47:31','imp','optin_7','mailchimp_7227261368','','714',0),(24307,'2019-01-08 00:47:43','imp','optin_7','7227261368','','714',0),(24308,'2019-01-09 07:18:15','imp','optin_8','7227261368','','-1',0),(24309,'2019-01-12 09:30:31','imp','optin_8','7227261368','','-1',0),(24310,'2019-01-12 09:53:02','imp','optin_8','7227261368','','835',0),(24311,'2019-01-12 21:35:01','imp','optin_8','7227261368','','-1',0),(24312,'2019-01-13 04:35:50','imp','optin_8','7227261368','','0',0),(24313,'2019-01-13 23:05:34','imp','optin_8','7227261368','','0',0),(24314,'2019-01-14 23:03:36','imp','optin_8','7227261368','','714',0),(24315,'2019-01-15 06:39:02','imp','optin_7','mailchimp_7227261368','','714',0),(24316,'2019-01-15 07:14:36','imp','optin_7','mailchimp_7227261368','','714',0),(24317,'2019-01-15 07:14:37','imp','optin_5','7227261368','','714',0),(24318,'2019-01-15 09:19:39','imp','optin_8','7227261368','','-1',0),(24319,'2019-01-15 11:05:13','imp','optin_8','7227261368','','-1',0),(24320,'2019-01-15 18:14:17','imp','optin_8','7227261368','','663',0),(24321,'2019-01-16 00:41:37','imp','optin_8','7227261368','','192',0),(24322,'2019-01-16 01:08:50','imp','optin_8','7227261368','','-1',0),(24323,'2019-01-16 01:09:02','imp','optin_8','7227261368','','-1',0),(24324,'2019-01-16 01:39:23','imp','optin_8','7227261368','','-1',0),(24325,'2019-01-16 04:12:49','imp','optin_8','7227261368','','666',0),(24326,'2019-01-16 05:31:42','imp','optin_8','7227261368','','-1',0),(24327,'2019-01-16 07:38:35','imp','optin_8','7227261368','','2',0),(24328,'2019-01-16 12:56:20','imp','optin_8','7227261368','','0',0),(24329,'2019-01-16 13:01:06','imp','optin_8','7227261368','','0',0),(24330,'2019-01-16 13:11:56','imp','optin_8','7227261368','','0',0),(24331,'2019-01-16 13:26:46','imp','optin_8','7227261368','','0',0),(24332,'2019-01-16 18:08:24','imp','optin_8','7227261368','','76',0),(24333,'2019-01-17 10:43:44','imp','optin_8','7227261368','','600',0),(24334,'2019-01-17 13:06:00','imp','optin_8','7227261368','','-1',0),(24335,'2019-01-17 20:15:03','imp','optin_8','7227261368','','0',0),(24336,'2019-01-18 03:20:41','imp','optin_8','7227261368','','-1',0),(24337,'2019-01-18 08:58:49','imp','optin_7','mailchimp_7227261368','','714',0),(24338,'2019-01-18 08:58:55','imp','optin_8','7227261368','','714',0),(24339,'2019-01-18 18:04:08','imp','optin_8','7227261368','','-1',0),(24340,'2019-01-18 18:53:37','imp','optin_7','mailchimp_7227261368','','714',0),(24341,'2019-01-18 18:53:38','imp','optin_5','7227261368','','714',0),(24342,'2019-01-18 18:53:55','imp','optin_8','7227261368','','714',0),(24343,'2019-01-18 18:54:31','imp','optin_7','7227261368','','714',0),(24344,'2019-01-19 03:35:16','imp','optin_8','7227261368','','790',0),(24345,'2019-01-19 03:35:16','imp','optin_5','7227261368','','790',0),(24346,'2019-01-19 09:11:10','imp','optin_7','mailchimp_7227261368','','714',0),(24347,'2019-01-19 09:11:28','imp','optin_8','7227261368','','714',0),(24348,'2019-01-19 09:11:38','imp','optin_5','7227261368','','714',0),(24349,'2019-01-19 09:12:12','imp','optin_7','7227261368','','714',0),(24350,'2019-01-19 18:57:43','imp','optin_7','mailchimp_7227261368','','714',0),(24351,'2019-01-19 18:57:55','imp','optin_8','7227261368','','714',0),(24352,'2019-01-19 19:21:42','imp','optin_8','7227261368','','-1',0),(24353,'2019-01-19 21:33:57','imp','optin_8','7227261368','','0',0),(24354,'2019-01-19 21:43:47','imp','optin_8','7227261368','','667',0),(24355,'2019-01-20 05:58:38','imp','optin_8','7227261368','','697',0),(24356,'2019-01-20 07:22:54','imp','optin_8','7227261368','','667',0),(24357,'2019-01-21 03:01:00','imp','optin_8','7227261368','','0',0),(24358,'2019-01-21 10:13:23','imp','optin_8','7227261368','','0',0),(24359,'2019-01-21 13:31:29','imp','optin_8','7227261368','','411',0),(24360,'2019-01-21 19:39:05','imp','optin_8','7227261368','','926',0),(24361,'2019-01-22 02:24:04','imp','optin_8','7227261368','','404',0),(24362,'2019-01-22 04:54:25','imp','optin_7','mailchimp_7227261368','','714',0),(24363,'2019-01-22 04:54:36','imp','optin_8','7227261368','','714',0),(24364,'2019-01-22 05:31:42','imp','optin_8','7227261368','','923',0),(24365,'2019-01-22 06:36:42','imp','optin_8','7227261368','','968',0),(24366,'2019-01-22 06:39:33','imp','optin_8','7227261368','','0',0),(24367,'2019-01-22 06:47:12','imp','optin_8','7227261368','','602',0),(24368,'2019-01-22 08:00:58','imp','optin_8','7227261368','','697',0),(24369,'2019-01-22 08:25:42','imp','optin_8','7227261368','','789',0),(24370,'2019-01-22 08:53:37','imp','optin_8','7227261368','','855',0),(24371,'2019-01-22 08:58:46','imp','optin_8','7227261368','','664',0),(24372,'2019-01-22 09:21:24','imp','optin_8','7227261368','','836',0),(24373,'2019-01-22 09:23:47','imp','optin_8','7227261368','','-1',0),(24374,'2019-01-22 09:24:30','imp','optin_8','7227261368','','-1',0),(24375,'2019-01-22 11:00:20','imp','optin_7','mailchimp_7227261368','','714',0),(24376,'2019-01-22 11:00:24','imp','optin_8','7227261368','','714',0),(24377,'2019-01-22 11:32:31','imp','optin_8','7227261368','','0',0),(24378,'2019-01-22 12:05:40','imp','optin_8','7227261368','','667',0),(24379,'2019-01-22 14:46:26','imp','optin_8','7227261368','','967',0),(24380,'2019-01-22 14:50:12','imp','optin_8','7227261368','','574',0),(24381,'2019-01-22 14:52:45','imp','optin_8','7227261368','','969',0),(24382,'2019-01-22 14:53:46','imp','optin_8','7227261368','','671',0),(24383,'2019-01-22 14:59:19','imp','optin_8','7227261368','','705',0),(24384,'2019-01-22 15:02:59','imp','optin_8','7227261368','','850',0),(24385,'2019-01-22 15:06:02','imp','optin_8','7227261368','','594',0),(24386,'2019-01-22 15:24:26','imp','optin_8','7227261368','','192',0),(24387,'2019-01-22 15:37:51','imp','optin_8','7227261368','','677',0),(24388,'2019-01-22 15:39:45','imp','optin_8','7227261368','','679',0),(24389,'2019-01-22 15:40:21','imp','optin_8','7227261368','','0',0),(24390,'2019-01-22 15:43:29','imp','optin_8','7227261368','','921',0),(24391,'2019-01-22 16:04:19','imp','optin_8','7227261368','','598',0),(24392,'2019-01-22 16:36:01','imp','optin_8','7227261368','','959',0),(24393,'2019-01-22 16:40:09','imp','optin_8','7227261368','','576',0),(24394,'2019-01-22 16:40:12','imp','optin_8','7227261368','','492',0),(24395,'2019-01-22 19:58:30','imp','optin_8','7227261368','','665',0),(24396,'2019-01-22 20:45:36','imp','optin_8','7227261368','','697',0),(24397,'2019-01-22 22:01:10','imp','optin_8','7227261368','','789',0),(24398,'2019-01-23 00:46:44','imp','optin_8','7227261368','','667',0),(24399,'2019-01-23 01:18:43','imp','optin_8','7227261368','','0',0),(24400,'2019-01-23 01:58:30','imp','optin_8','7227261368','','411',0),(24401,'2019-01-23 02:15:20','imp','optin_8','7227261368','','664',0),(24402,'2019-01-23 03:07:09','imp','optin_8','7227261368','','177',0),(24403,'2019-01-23 03:40:25','imp','optin_8','7227261368','','192',0),(24404,'2019-01-23 03:58:46','imp','optin_7','mailchimp_7227261368','','714',0),(24405,'2019-01-23 03:59:00','imp','optin_8','7227261368','','714',0),(24406,'2019-01-23 05:18:09','imp','optin_8','7227261368','','843',0),(24407,'2019-01-23 05:21:51','imp','optin_8','7227261368','','0',0),(24408,'2019-01-23 06:16:26','imp','optin_8','7227261368','','598',0),(24409,'2019-01-23 10:17:34','imp','optin_8','7227261368','','589',0),(24410,'2019-01-23 10:22:33','imp','optin_8','7227261368','','589',0),(24411,'2019-01-23 12:33:59','imp','optin_7','mailchimp_7227261368','','714',0),(24412,'2019-01-23 16:49:47','imp','optin_8','7227261368','','0',0),(24413,'2019-01-23 17:34:56','imp','optin_8','7227261368','','-1',0),(24414,'2019-01-23 20:10:31','imp','optin_8','7227261368','','2',0),(24415,'2019-01-24 19:23:35','imp','optin_8','7227261368','','971',0),(24416,'2019-01-24 20:52:02','imp','optin_8','7227261368','','411',0),(24417,'2019-01-24 20:56:11','imp','optin_8','7227261368','','697',0),(24418,'2019-01-24 21:31:37','imp','optin_8','7227261368','','789',0),(24419,'2019-01-25 01:17:05','imp','optin_8','7227261368','','-1',0),(24420,'2019-01-25 01:53:21','imp','optin_8','7227261368','','945',0),(24421,'2019-01-25 10:58:17','imp','optin_8','7227261368','','855',0),(24422,'2019-01-25 12:42:01','imp','optin_8','7227261368','','945',0),(24423,'2019-01-25 12:43:11','imp','optin_8','7227261368','','-1',0),(24424,'2019-01-26 17:30:45','imp','optin_8','7227261368','','-1',0),(24425,'2019-01-26 21:09:26','imp','optin_8','7227261368','','790',0),(24426,'2019-01-26 21:09:26','imp','optin_5','7227261368','','790',0),(24427,'2019-01-27 12:56:28','imp','optin_7','mailchimp_7227261368','','714',0),(24428,'2019-01-27 12:59:19','imp','optin_8','7227261368','','714',0),(24429,'2019-01-28 06:05:39','imp','optin_8','7227261368','','945',0),(24430,'2019-01-28 06:07:13','imp','optin_8','7227261368','','855',0),(24431,'2019-01-28 07:32:06','imp','optin_8','7227261368','','-1',0),(24432,'2019-01-28 17:29:25','imp','optin_8','7227261368','','923',0),(24433,'2019-01-28 17:30:32','imp','optin_8','7227261368','','705',0),(24434,'2019-01-28 17:31:48','imp','optin_8','7227261368','','926',0),(24435,'2019-01-28 17:56:35','imp','optin_8','7227261368','','970',0),(24436,'2019-01-28 23:30:56','imp','optin_8','7227261368','','-1',0),(24437,'2019-01-29 01:11:23','imp','optin_8','7227261368','','663',0),(24438,'2019-01-29 05:50:56','imp','optin_8','7227261368','','2',0),(24439,'2019-01-29 06:02:52','imp','optin_8','7227261368','','789',0),(24440,'2019-01-29 07:28:02','imp','optin_8','7227261368','','971',0),(24441,'2019-01-29 13:03:55','imp','optin_8','7227261368','','855',0),(24442,'2019-01-29 14:48:33','imp','optin_8','7227261368','','970',0),(24443,'2019-01-29 14:52:55','imp','optin_8','7227261368','','969',0),(24444,'2019-01-29 14:57:37','imp','optin_8','7227261368','','664',0),(24445,'2019-01-29 15:27:45','imp','optin_8','7227261368','','790',0),(24446,'2019-01-29 17:34:11','imp','optin_8','7227261368','','220',0),(24447,'2019-01-29 17:34:52','imp','optin_8','7227261368','','220',0),(24448,'2019-01-29 18:28:01','imp','optin_8','7227261368','','789',0),(24449,'2019-01-29 19:00:06','imp','optin_8','7227261368','','-1',0),(24450,'2019-01-29 19:19:14','imp','optin_8','7227261368','','2',0),(24451,'2019-01-29 23:25:15','imp','optin_8','7227261368','','969',0),(24452,'2019-01-29 23:29:20','imp','optin_8','7227261368','','-1',0),(24453,'2019-01-29 23:56:35','imp','optin_8','7227261368','','664',0),(24454,'2019-01-30 01:36:07','imp','optin_8','7227261368','','-1',0),(24455,'2019-01-30 02:56:57','imp','optin_8','7227261368','','-1',0),(24456,'2019-01-30 02:56:57','imp','optin_2','7227261368','','92',0),(24457,'2019-01-30 03:41:28','imp','optin_8','7227261368','','945',0),(24458,'2019-01-30 04:28:31','imp','optin_8','7227261368','','971',0),(24459,'2019-01-30 04:30:27','imp','optin_8','7227261368','','789',0),(24460,'2019-01-30 04:39:48','imp','optin_8','7227261368','','663',0),(24461,'2019-01-30 04:51:20','imp','optin_8','7227261368','','2',0),(24462,'2019-01-30 06:50:28','imp','optin_8','7227261368','','972',0),(24463,'2019-01-30 08:37:07','imp','optin_5','7227261368','','0',0),(24464,'2019-01-30 08:37:12','imp','optin_8','7227261368','','0',0),(24465,'2019-01-30 15:59:11','imp','optin_8','7227261368','','666',0),(24466,'2019-01-31 00:03:17','imp','optin_8','7227261368','','2',0),(24467,'2019-01-31 00:31:48','imp','optin_8','7227261368','','664',0),(24468,'2019-01-31 01:21:58','imp','optin_7','mailchimp_7227261368','','714',0),(24469,'2019-01-31 02:14:51','imp','optin_8','7227261368','','790',0),(24470,'2019-01-31 03:37:19','imp','optin_8','7227261368','','-1',0),(24471,'2019-01-31 04:23:30','imp','optin_8','7227261368','','0',0),(24472,'2019-01-31 04:43:37','imp','optin_8','7227261368','','789',0),(24473,'2019-01-31 05:07:46','imp','optin_8','7227261368','','192',0),(24474,'2019-01-31 05:49:28','imp','optin_8','7227261368','','923',0),(24475,'2019-01-31 06:42:09','imp','optin_8','7227261368','','-1',0),(24476,'2019-01-31 06:53:59','imp','optin_8','7227261368','','697',0),(24477,'2019-01-31 07:03:58','imp','optin_8','7227261368','','968',0),(24478,'2019-01-31 07:04:57','imp','optin_8','7227261368','','970',0),(24479,'2019-01-31 07:05:04','imp','optin_8','7227261368','','969',0),(24480,'2019-01-31 07:17:52','imp','optin_8','7227261368','','411',0),(24481,'2019-01-31 07:44:05','imp','optin_8','7227261368','','404',0),(24482,'2019-01-31 07:53:36','imp','optin_8','7227261368','','598',0),(24483,'2019-01-31 07:58:30','imp','optin_8','7227261368','','0',0),(24484,'2019-01-31 08:08:04','imp','optin_8','7227261368','','967',0),(24485,'2019-01-31 08:09:05','imp','optin_8','7227261368','','602',0),(24486,'2019-01-31 10:16:24','imp','optin_7','mailchimp_7227261368','','714',0),(24487,'2019-01-31 10:16:43','imp','optin_8','7227261368','','714',0),(24488,'2019-01-31 10:17:04','imp','optin_7','7227261368','','714',0),(24489,'2019-01-31 11:25:44','imp','optin_5','7227261368','','945',0),(24490,'2019-01-31 11:25:47','imp','optin_8','7227261368','','945',0),(24491,'2019-01-31 11:40:22','imp','optin_8','7227261368','','0',0),(24492,'2019-01-31 11:57:31','imp','optin_7','mailchimp_7227261368','','714',0),(24493,'2019-01-31 11:57:41','imp','optin_8','7227261368','','714',0),(24494,'2019-01-31 12:38:11','imp','optin_8','7227261368','','78',0),(24495,'2019-01-31 12:51:12','imp','optin_8','7227261368','','926',0),(24496,'2019-01-31 14:17:52','imp','optin_8','7227261368','','968',0),(24497,'2019-01-31 14:26:22','imp','optin_8','7227261368','','411',0),(24498,'2019-01-31 14:28:10','imp','optin_8','7227261368','','-1',0),(24499,'2019-01-31 14:44:43','imp','optin_8','7227261368','','789',0),(24500,'2019-01-31 14:47:10','imp','optin_8','7227261368','','667',0),(24501,'2019-01-31 15:10:16','imp','optin_8','7227261368','','967',0),(24502,'2019-01-31 16:30:37','imp','optin_8','7227261368','','0',0),(24503,'2019-02-01 04:04:25','imp','optin_8','7227261368','','0',0),(24504,'2019-02-01 09:09:41','imp','optin_8','7227261368','','-1',0),(24505,'2019-02-01 14:53:50','imp','optin_5','7227261368','','904',0),(24506,'2019-02-01 14:54:01','imp','optin_8','7227261368','','904',0),(24507,'2019-02-01 21:56:16','imp','optin_8','7227261368','','0',0),(24508,'2019-02-02 03:16:10','imp','optin_8','7227261368','','-1',0),(24509,'2019-02-02 15:05:57','imp','optin_7','mailchimp_7227261368','','714',0),(24510,'2019-02-02 15:05:57','imp','optin_5','7227261368','','714',0),(24511,'2019-02-02 15:06:06','imp','optin_7','7227261368','','714',0),(24512,'2019-02-02 15:06:12','imp','optin_8','7227261368','','714',0),(24513,'2019-02-02 18:17:08','imp','optin_8','7227261368','','663',0),(24514,'2019-02-02 18:35:12','imp','optin_7','mailchimp_7227261368','','714',0),(24515,'2019-02-02 18:35:26','imp','optin_8','7227261368','','714',0),(24516,'2019-02-02 21:15:34','imp','optin_8','7227261368','','-1',0),(24517,'2019-02-02 21:29:32','imp','optin_8','7227261368','','-1',0),(24518,'2019-02-02 21:30:57','imp','optin_8','7227261368','','-1',0),(24519,'2019-02-02 22:08:12','imp','optin_8','7227261368','','789',0),(24520,'2019-02-03 03:35:09','imp','optin_8','7227261368','','663',0),(24521,'2019-02-03 04:13:27','imp','optin_8','7227261368','','971',0),(24522,'2019-02-03 08:19:48','imp','optin_8','7227261368','','-1',0),(24523,'2019-02-03 08:40:02','imp','optin_8','7227261368','','789',0),(24524,'2019-02-03 15:24:17','imp','optin_8','7227261368','','666',0),(24525,'2019-02-03 23:32:46','imp','optin_8','7227261368','','-1',0),(24526,'2019-02-04 05:17:13','imp','optin_8','7227261368','','192',0),(24527,'2019-02-04 09:38:12','imp','optin_8','7227261368','','945',0),(24528,'2019-02-04 11:57:59','imp','optin_8','7227261368','','945',0),(24529,'2019-02-04 20:08:02','imp','optin_8','7227261368','','666',0),(24530,'2019-02-05 04:51:10','imp','optin_8','7227261368','','945',0),(24531,'2019-02-05 08:35:10','imp','optin_8','7227261368','','666',0),(24532,'2019-02-05 10:00:57','imp','optin_8','7227261368','','971',0),(24533,'2019-02-05 11:20:58','imp','optin_8','7227261368','','967',0),(24534,'2019-02-05 12:50:26','imp','optin_8','7227261368','','968',0),(24535,'2019-02-05 19:14:28','imp','optin_7','mailchimp_7227261368','','714',0),(24536,'2019-02-05 19:14:29','imp','optin_5','7227261368','','714',0),(24537,'2019-02-05 19:14:46','imp','optin_8','7227261368','','714',0),(24538,'2019-02-05 19:15:01','imp','optin_7','7227261368','','714',0),(24539,'2019-02-06 07:54:37','imp','optin_8','7227261368','','-1',0),(24540,'2019-02-06 07:54:42','imp','optin_8','7227261368','','-1',0),(24541,'2019-02-06 08:21:56','imp','optin_8','7227261368','','-1',0),(24542,'2019-02-06 09:09:57','imp','optin_7','mailchimp_7227261368','','714',0),(24543,'2019-02-06 09:09:58','imp','optin_8','7227261368','','714',0),(24544,'2019-02-06 09:13:17','imp','optin_8','7227261368','','663',0),(24545,'2019-02-06 19:52:35','imp','optin_8','7227261368','','2',0),(24546,'2019-02-06 21:22:02','imp','optin_8','7227261368','','789',0),(24547,'2019-02-07 01:32:14','imp','optin_8','7227261368','','-1',0),(24548,'2019-02-07 06:39:18','imp','optin_8','7227261368','','-1',0),(24549,'2019-02-07 07:06:43','imp','optin_8','7227261368','','789',0),(24550,'2019-02-07 09:48:08','imp','optin_8','7227261368','','971',0),(24551,'2019-02-07 12:03:44','imp','optin_8','7227261368','','855',0),(24552,'2019-02-07 20:01:07','imp','optin_8','7227261368','','-1',0),(24553,'2019-02-07 20:31:43','imp','optin_8','7227261368','','-1',0),(24554,'2019-02-08 00:20:29','imp','optin_8','7227261368','','789',0),(24555,'2019-02-08 00:30:19','imp','optin_8','7227261368','','663',0),(24556,'2019-02-08 00:39:07','imp','optin_8','7227261368','','-1',0),(24557,'2019-02-08 00:39:08','imp','optin_8','7227261368','','-1',0),(24558,'2019-02-08 02:32:05','imp','optin_8','7227261368','','-1',0),(24559,'2019-02-08 02:34:03','imp','optin_7','mailchimp_7227261368','','714',0),(24560,'2019-02-08 02:34:07','imp','optin_8','7227261368','','714',0),(24561,'2019-02-08 06:59:07','imp','optin_8','7227261368','','-1',0),(24562,'2019-02-08 08:41:03','imp','optin_8','7227261368','','945',0),(24563,'2019-02-08 12:02:31','imp','optin_8','7227261368','','-1',0),(24564,'2019-02-08 15:49:02','imp','optin_8','7227261368','','-1',0),(24565,'2019-02-08 18:22:29','imp','optin_8','7227261368','','0',0),(24566,'2019-02-09 05:56:35','imp','optin_8','7227261368','','192',0),(24567,'2019-02-09 12:36:46','imp','optin_8','7227261368','','-1',0),(24568,'2019-02-09 14:46:39','imp','optin_8','7227261368','','-1',0),(24569,'2019-02-09 18:38:29','imp','optin_8','7227261368','','970',0),(24570,'2019-02-09 19:47:58','imp','optin_8','7227261368','','971',0),(24571,'2019-02-09 20:41:39','imp','optin_8','7227261368','','664',0),(24572,'2019-02-09 20:45:58','imp','optin_8','7227261368','','790',0),(24573,'2019-02-09 21:39:09','imp','optin_8','7227261368','','697',0),(24574,'2019-02-10 00:30:07','imp','optin_8','7227261368','','-1',0),(24575,'2019-02-10 04:11:01','imp','optin_8','7227261368','','663',0),(24576,'2019-02-10 11:45:27','imp','optin_8','7227261368','','-1',0),(24577,'2019-02-10 11:45:33','imp','optin_8','7227261368','','-1',0),(24578,'2019-02-10 17:47:51','imp','optin_8','7227261368','','789',0),(24579,'2019-02-10 17:49:08','imp','optin_8','7227261368','','663',0),(24580,'2019-02-11 14:11:44','imp','optin_8','7227261368','','945',0),(24581,'2019-02-11 20:45:09','imp','optin_8','7227261368','','666',0),(24582,'2019-02-11 23:48:31','imp','optin_8','7227261368','','945',0),(24583,'2019-02-12 15:13:48','imp','optin_8','7227261368','','-1',0),(24584,'2019-02-13 05:43:47','imp','optin_8','7227261368','','945',0),(24585,'2019-02-13 10:47:55','imp','optin_7','mailchimp_7227261368','','714',0),(24586,'2019-02-13 10:48:14','imp','optin_8','7227261368','','714',0),(24587,'2019-02-13 10:48:35','imp','optin_7','7227261368','','714',0),(24588,'2019-02-13 10:49:05','imp','optin_8','7227261368','','-1',0),(24589,'2019-02-13 15:54:45','imp','optin_8','7227261368','','945',0),(24590,'2019-02-13 16:45:52','imp','optin_7','mailchimp_7227261368','','714',0),(24591,'2019-02-13 16:46:18','imp','optin_8','7227261368','','714',0),(24592,'2019-02-13 16:46:56','imp','optin_5','7227261368','','714',0),(24593,'2019-02-13 16:47:14','imp','optin_7','7227261368','','714',0),(24594,'2019-02-13 22:57:19','imp','optin_8','7227261368','','0',0),(24595,'2019-02-14 06:11:25','imp','optin_8','7227261368','','666',0),(24596,'2019-02-14 09:17:11','imp','optin_7','mailchimp_7227261368','','714',0),(24597,'2019-02-14 15:23:43','imp','optin_8','7227261368','','-1',0),(24598,'2019-02-14 20:16:11','imp','optin_8','7227261368','','0',0),(24599,'2019-02-15 05:52:59','imp','optin_8','7227261368','','-1',0),(24600,'2019-02-15 11:00:32','imp','optin_8','7227261368','','-1',0),(24601,'2019-02-15 17:19:08','imp','optin_8','7227261368','','931',0),(24602,'2019-02-15 23:34:18','imp','optin_8','7227261368','','-1',0),(24603,'2019-02-16 01:13:16','imp','optin_8','7227261368','','945',0),(24604,'2019-02-16 09:21:52','imp','optin_8','7227261368','','-1',0),(24605,'2019-02-16 18:01:45','imp','optin_8','7227261368','','945',0),(24606,'2019-02-17 00:13:19','imp','optin_8','7227261368','','678',0),(24607,'2019-02-17 00:34:54','imp','optin_8','7227261368','','-1',0),(24608,'2019-02-17 10:17:37','imp','optin_8','7227261368','','0',0),(24609,'2019-02-17 10:57:36','imp','optin_8','7227261368','','582',0),(24610,'2019-02-17 12:42:35','imp','optin_5','7227261368','','714',0),(24611,'2019-02-17 12:42:35','imp','optin_7','mailchimp_7227261368','','714',0),(24612,'2019-02-17 12:42:42','imp','optin_8','7227261368','','714',0),(24613,'2019-02-17 12:42:42','imp','optin_7','7227261368','','714',0),(24614,'2019-02-17 20:12:14','imp','optin_8','7227261368','','-1',0),(24615,'2019-02-18 06:19:38','imp','optin_8','7227261368','','-1',0),(24616,'2019-02-19 16:49:18','imp','optin_8','7227261368','','930',0),(24617,'2019-02-19 18:26:14','imp','optin_7','mailchimp_7227261368','','714',0),(24618,'2019-02-19 22:14:48','imp','optin_8','7227261368','','923',0),(24619,'2019-02-20 07:32:04','imp','optin_8','7227261368','','945',0),(24620,'2019-02-20 08:36:46','imp','optin_7','mailchimp_7227261368','','714',0),(24621,'2019-02-20 08:37:05','imp','optin_8','7227261368','','714',0),(24622,'2019-02-20 08:38:01','imp','optin_7','7227261368','','714',0),(24623,'2019-02-20 11:54:05','imp','optin_8','7227261368','','957',0),(24624,'2019-02-20 13:54:28','imp','optin_8','7227261368','','999',0),(24625,'2019-02-20 14:24:00','imp','optin_7','mailchimp_7227261368','','714',0),(24626,'2019-02-20 14:24:19','imp','optin_8','7227261368','','714',0),(24627,'2019-02-20 14:24:54','imp','optin_7','7227261368','','714',0),(24628,'2019-02-20 16:10:02','imp','optin_5','7227261368','','964',0),(24629,'2019-02-20 16:10:02','imp','optin_8','7227261368','','964',0),(24630,'2019-02-20 17:25:06','imp','optin_8','7227261368','','0',0),(24631,'2019-02-20 21:23:45','imp','optin_8','7227261368','','-1',0),(24632,'2019-02-20 23:57:16','imp','optin_8','7227261368','','843',0),(24633,'2019-02-21 13:24:46','imp','optin_8','7227261368','','958',0),(24634,'2019-02-21 15:31:06','imp','optin_8','7227261368','','0',0),(24635,'2019-02-21 16:18:36','imp','optin_8','7227261368','','0',0),(24636,'2019-02-22 03:04:07','imp','optin_7','mailchimp_7227261368','','714',0),(24637,'2019-02-22 03:04:26','imp','optin_8','7227261368','','714',0),(24638,'2019-02-22 03:04:52','imp','optin_7','7227261368','','714',0),(24639,'2019-02-22 06:50:34','imp','optin_7','mailchimp_7227261368','','714',0),(24640,'2019-02-22 06:50:53','imp','optin_8','7227261368','','714',0),(24641,'2019-02-22 06:50:53','imp','optin_5','7227261368','','714',0),(24642,'2019-02-22 06:51:05','imp','optin_7','7227261368','','714',0),(24643,'2019-02-22 08:26:25','imp','optin_8','7227261368','','0',0),(24644,'2019-02-22 08:41:42','imp','optin_8','7227261368','','0',0),(24645,'2019-02-23 09:21:19','imp','optin_8','7227261368','','972',0),(24646,'2019-02-23 21:44:28','imp','optin_8','7227261368','','-1',0),(24647,'2019-02-23 23:00:05','imp','optin_8','7227261368','','-1',0),(24648,'2019-02-23 23:00:24','imp','optin_8','7227261368','','-1',0),(24649,'2019-02-24 04:35:08','imp','optin_8','7227261368','','926',0),(24650,'2019-02-24 10:45:48','imp','optin_8','7227261368','','-1',0),(24651,'2019-02-24 17:33:09','imp','optin_8','7227261368','','666',0),(24652,'2019-02-25 02:39:23','imp','optin_8','7227261368','','0',0),(24653,'2019-02-25 02:41:57','imp','optin_8','7227261368','','0',0),(24654,'2019-02-25 02:43:16','imp','optin_8','7227261368','','0',0),(24655,'2019-02-25 03:11:43','imp','optin_8','7227261368','','967',0),(24656,'2019-02-25 06:37:52','imp','optin_8','7227261368','','598',0),(24657,'2019-02-25 11:47:10','imp','optin_8','7227261368','','663',0),(24658,'2019-02-25 13:07:02','imp','optin_8','7227261368','','664',0),(24659,'2019-02-25 14:31:46','imp','optin_8','7227261368','','-1',0),(24660,'2019-02-25 14:31:55','imp','optin_2','7227261368','','92',0),(24661,'2019-02-25 14:40:40','imp','optin_7','mailchimp_7227261368','','714',0),(24662,'2019-02-25 14:40:40','imp','optin_5','7227261368','','714',0),(24663,'2019-02-25 14:40:51','imp','optin_8','7227261368','','714',0),(24664,'2019-02-25 14:40:54','imp','optin_7','7227261368','','714',0),(24665,'2019-02-25 14:43:29','imp','optin_2','7227261368','','92',0),(24666,'2019-02-25 23:17:30','imp','optin_8','7227261368','','-1',0),(24667,'2019-02-25 23:18:45','imp','optin_2','7227261368','','92',0),(24668,'2019-02-26 05:46:35','imp','optin_8','7227261368','','-1',0),(24669,'2019-02-26 05:46:38','imp','optin_8','7227261368','','-1',0),(24670,'2019-02-26 06:05:34','imp','optin_7','mailchimp_7227261368','','714',0),(24671,'2019-02-26 06:05:52','imp','optin_8','7227261368','','714',0),(24672,'2019-02-26 06:06:11','imp','optin_7','7227261368','','714',0),(24673,'2019-02-26 06:11:00','imp','optin_8','7227261368','','965',0),(24674,'2019-02-26 07:12:23','imp','optin_8','7227261368','','825',0),(24675,'2019-02-26 08:09:28','imp','optin_8','7227261368','','966',0),(24676,'2019-02-26 11:05:12','imp','optin_8','7227261368','','-1',0),(24677,'2019-02-26 12:59:18','imp','optin_8','7227261368','','-1',0),(24678,'2019-02-26 14:49:48','imp','optin_8','7227261368','','0',0),(24679,'2019-02-26 20:24:08','imp','optin_8','7227261368','','-1',0),(24680,'2019-02-26 20:24:31','imp','optin_2','7227261368','','92',0),(24681,'2019-02-27 01:42:05','imp','optin_8','7227261368','','780',0),(24682,'2019-02-27 06:29:29','imp','optin_8','7227261368','','0',0),(24683,'2019-02-27 16:34:14','imp','optin_5','7227261368','','714',0),(24684,'2019-02-27 16:34:14','imp','optin_7','mailchimp_7227261368','','714',0),(24685,'2019-02-27 16:34:21','imp','optin_7','7227261368','','714',0),(24686,'2019-02-27 20:45:17','imp','optin_8','7227261368','','663',0),(24687,'2019-02-27 22:16:12','imp','optin_8','7227261368','','843',0),(24688,'2019-02-27 23:46:26','imp','optin_8','7227261368','','780',0),(24689,'2019-02-28 15:19:48','imp','optin_7','mailchimp_7227261368','','714',0),(24690,'2019-02-28 15:20:07','imp','optin_8','7227261368','','714',0),(24691,'2019-02-28 15:21:09','imp','optin_5','7227261368','','714',0),(24692,'2019-02-28 15:21:18','imp','optin_7','7227261368','','714',0),(24693,'2019-02-28 19:52:16','imp','optin_7','mailchimp_7227261368','','714',0),(24694,'2019-02-28 19:52:34','imp','optin_8','7227261368','','714',0),(24695,'2019-02-28 19:53:20','imp','optin_7','7227261368','','714',0),(24696,'2019-03-01 01:39:11','imp','optin_5','7227261368','','0',0),(24697,'2019-03-01 01:39:11','imp','optin_8','7227261368','','0',0),(24698,'2019-03-01 01:39:12','imp','optin_8','7227261368','','0',0),(24699,'2019-03-01 05:23:23','imp','optin_7','mailchimp_7227261368','','714',0),(24700,'2019-03-01 05:23:37','imp','optin_5','7227261368','','714',0),(24701,'2019-03-01 05:23:42','imp','optin_8','7227261368','','714',0),(24702,'2019-03-01 05:23:55','imp','optin_7','7227261368','','714',0),(24703,'2019-03-01 05:33:48','imp','optin_7','mailchimp_7227261368','','714',0),(24704,'2019-03-01 05:33:59','imp','optin_8','7227261368','','714',0),(24705,'2019-03-01 05:34:06','imp','optin_7','7227261368','','714',0),(24706,'2019-03-01 13:59:01','imp','optin_8','7227261368','','-1',0),(24707,'2019-03-03 16:02:52','imp','optin_7','mailchimp_7227261368','','714',0),(24708,'2019-03-03 16:03:20','imp','optin_8','7227261368','','714',0),(24709,'2019-03-03 16:03:39','imp','optin_5','7227261368','','714',0),(24710,'2019-03-03 16:04:02','imp','optin_7','7227261368','','714',0),(24711,'2019-03-04 09:25:36','imp','optin_8','7227261368','','-1',0),(24712,'2019-03-04 11:54:46','imp','optin_7','mailchimp_7227261368','','714',0),(24713,'2019-03-04 11:55:06','imp','optin_8','7227261368','','714',0),(24714,'2019-03-05 02:36:01','imp','optin_8','7227261368','','-1',0),(24715,'2019-03-05 18:25:23','imp','optin_8','7227261368','','-1',0),(24716,'2019-03-05 22:03:30','imp','optin_8','7227261368','','0',0),(24717,'2019-03-06 00:30:19','imp','optin_8','7227261368','','-1',0),(24718,'2019-03-06 18:52:55','imp','optin_8','7227261368','','2',0),(24719,'2019-03-06 19:44:02','imp','optin_7','mailchimp_7227261368','','714',0),(24720,'2019-03-06 19:44:22','imp','optin_8','7227261368','','714',0),(24721,'2019-03-06 20:30:27','imp','optin_8','7227261368','','843',0),(24722,'2019-03-07 00:08:04','imp','optin_8','7227261368','','-1',0),(24723,'2019-03-07 01:20:20','imp','optin_8','7227261368','','789',0),(24724,'2019-03-07 02:43:51','imp','optin_8','7227261368','','971',0),(24725,'2019-03-07 05:13:39','imp','optin_8','7227261368','','-1',0),(24726,'2019-03-07 15:05:14','imp','optin_7','mailchimp_7227261368','','714',0),(24727,'2019-03-07 15:05:14','imp','optin_5','7227261368','','714',0),(24728,'2019-03-07 15:05:35','imp','optin_8','7227261368','','714',0),(24729,'2019-03-07 15:19:49','imp','optin_7','mailchimp_7227261368','','714',0),(24730,'2019-03-07 15:19:50','imp','optin_8','7227261368','','714',0),(24731,'2019-03-08 05:22:37','imp','optin_7','mailchimp_7227261368','','714',0),(24732,'2019-03-08 05:22:38','imp','optin_8','7227261368','','714',0),(24733,'2019-03-08 13:52:01','imp','optin_8','7227261368','','936',0),(24734,'2019-03-08 17:51:19','imp','optin_8','7227261368','','-1',0),(24735,'2019-03-08 20:10:10','imp','optin_7','mailchimp_7227261368','','714',0),(24736,'2019-03-08 20:10:30','imp','optin_8','7227261368','','714',0),(24737,'2019-03-08 23:20:46','imp','optin_8','7227261368','','945',0),(24738,'2019-03-09 02:14:51','imp','optin_8','7227261368','','970',0),(24739,'2019-03-10 01:58:05','imp','optin_7','mailchimp_7227261368','','714',0),(24740,'2019-03-10 01:58:06','imp','optin_8','7227261368','','714',0),(24741,'2019-03-10 04:24:50','imp','optin_8','7227261368','','-1',0),(24742,'2019-03-10 21:53:44','imp','optin_7','mailchimp_7227261368','','714',0),(24743,'2019-03-10 21:53:45','imp','optin_8','7227261368','','714',0),(24744,'2019-03-11 04:02:04','imp','optin_8','7227261368','','-1',0),(24745,'2019-03-11 04:54:19','imp','optin_8','7227261368','','969',0),(24746,'2019-03-11 07:34:45','imp','optin_7','mailchimp_7227261368','','714',0),(24747,'2019-03-11 07:34:47','imp','optin_8','7227261368','','714',0),(24748,'2019-03-11 14:27:07','imp','optin_8','7227261368','','855',0),(24749,'2019-03-12 13:48:55','imp','optin_7','mailchimp_7227261368','','714',0),(24750,'2019-03-12 13:48:55','imp','optin_5','7227261368','','714',0),(24751,'2019-03-12 13:49:08','imp','optin_7','7227261368','','714',0),(24752,'2019-03-12 13:49:08','imp','optin_8','7227261368','','714',0),(24753,'2019-03-12 13:49:09','imp','optin_8','7227261368','','714',0),(24754,'2019-03-12 22:28:50','imp','optin_8','7227261368','','-1',0),(24755,'2019-03-13 09:19:30','imp','optin_8','7227261368','','0',0),(24756,'2019-03-14 00:00:01','imp','optin_8','7227261368','','-1',0),(24757,'2019-03-14 12:01:24','imp','optin_8','7227261368','','0',0),(24758,'2019-03-14 16:39:43','imp','optin_8','7227261368','','-1',0),(24759,'2019-03-15 05:10:01','imp','optin_8','7227261368','','0',0),(24760,'2019-03-15 08:28:55','imp','optin_8','7227261368','','0',0),(24761,'2019-03-15 13:58:08','imp','optin_7','mailchimp_7227261368','','714',0),(24762,'2019-03-15 13:58:14','imp','optin_5','7227261368','','714',0),(24763,'2019-03-15 13:58:27','imp','optin_8','7227261368','','714',0),(24764,'2019-03-15 13:59:00','imp','optin_7','7227261368','','714',0),(24765,'2019-03-15 14:00:03','imp','optin_2','7227261368','','92',0),(24766,'2019-03-15 16:22:00','imp','optin_8','7227261368','','-1',0),(24767,'2019-03-15 16:23:16','imp','optin_7','mailchimp_7227261368','','714',0),(24768,'2019-03-15 16:23:36','imp','optin_8','7227261368','','714',0),(24769,'2019-03-15 16:24:49','imp','optin_7','7227261368','','714',0),(24770,'2019-03-15 19:29:49','imp','optin_8','7227261368','','0',0),(24771,'2019-03-15 19:51:47','imp','optin_8','7227261368','','0',0),(24772,'2019-03-15 20:28:09','imp','optin_8','7227261368','','-1',0),(24773,'2019-03-16 02:24:23','imp','optin_7','mailchimp_7227261368','','714',0),(24774,'2019-03-16 02:24:25','imp','optin_8','7227261368','','714',0),(24775,'2019-03-16 06:03:08','imp','optin_8','7227261368','','0',0),(24776,'2019-03-16 18:04:29','imp','optin_8','7227261368','','-1',0),(24777,'2019-03-17 08:49:30','imp','optin_8','7227261368','','0',0),(24778,'2019-03-17 11:31:49','imp','optin_8','7227261368','','-1',0),(24779,'2019-03-17 13:44:44','imp','optin_8','7227261368','','444',0),(24780,'2019-03-17 14:05:29','imp','optin_8','7227261368','','0',0),(24781,'2019-03-18 07:49:33','imp','optin_8','7227261368','','0',0),(24782,'2019-03-18 13:55:53','imp','optin_8','7227261368','','-1',0),(24783,'2019-03-18 14:49:38','imp','optin_8','7227261368','','220',0),(24784,'2019-03-18 20:19:25','imp','optin_8','7227261368','','923',0),(24785,'2019-03-18 22:48:09','imp','optin_8','7227261368','','0',0),(24786,'2019-03-18 23:05:54','imp','optin_7','mailchimp_7227261368','','714',0),(24787,'2019-03-18 23:05:54','imp','optin_5','7227261368','','714',0),(24788,'2019-03-18 23:06:14','imp','optin_8','7227261368','','714',0),(24789,'2019-03-18 23:06:26','imp','optin_7','7227261368','','714',0),(24790,'2019-03-18 23:40:56','imp','optin_8','7227261368','','663',0),(24791,'2019-03-19 00:43:03','imp','optin_8','7227261368','','705',0),(24792,'2019-03-19 07:18:43','imp','optin_7','mailchimp_7227261368','','714',0),(24793,'2019-03-19 07:18:43','imp','optin_5','7227261368','','714',0),(24794,'2019-03-19 07:18:51','imp','optin_7','7227261368','','714',0),(24795,'2019-03-19 07:18:52','imp','optin_8','7227261368','','714',0),(24796,'2019-03-19 16:59:16','imp','optin_8','7227261368','','-1',0),(24797,'2019-03-20 07:45:42','imp','optin_7','mailchimp_7227261368','','714',0),(24798,'2019-03-20 07:45:51','imp','optin_5','7227261368','','714',0),(24799,'2019-03-20 07:46:00','imp','optin_8','7227261368','','714',0),(24800,'2019-03-20 07:46:13','imp','optin_7','7227261368','','714',0),(24801,'2019-03-20 11:43:43','imp','optin_7','mailchimp_7227261368','','714',0),(24802,'2019-03-20 11:44:02','imp','optin_8','7227261368','','714',0),(24803,'2019-03-20 11:44:59','imp','optin_5','7227261368','','714',0),(24804,'2019-03-20 11:45:36','imp','optin_7','7227261368','','714',0),(24805,'2019-03-21 03:15:26','imp','optin_8','7227261368','','790',0),(24806,'2019-03-21 11:36:11','imp','optin_8','7227261368','','-1',0),(24807,'2019-03-21 12:23:29','imp','optin_8','7227261368','','697',0),(24808,'2019-03-21 16:41:11','imp','optin_7','mailchimp_7227261368','','714',0),(24809,'2019-03-21 16:41:14','imp','optin_5','7227261368','','714',0),(24810,'2019-03-21 16:41:30','imp','optin_8','7227261368','','714',0),(24811,'2019-03-21 16:41:53','imp','optin_7','7227261368','','714',0),(24812,'2019-03-22 08:00:23','imp','optin_7','mailchimp_7227261368','','714',0),(24813,'2019-03-22 08:00:41','imp','optin_8','7227261368','','714',0),(24814,'2019-03-22 08:05:10','imp','optin_7','7227261368','','714',0),(24815,'2019-03-22 14:16:50','imp','optin_8','7227261368','','836',0),(24816,'2019-03-22 14:23:41','imp','optin_8','7227261368','','-1',0),(24817,'2019-03-23 00:11:10','imp','optin_7','mailchimp_7227261368','','714',0),(24818,'2019-03-23 00:11:17','imp','optin_8','7227261368','','714',0),(24819,'2019-03-23 00:11:24','imp','optin_7','7227261368','','714',0),(24820,'2019-03-23 21:38:40','imp','optin_8','7227261368','','666',0),(24821,'2019-03-24 07:52:25','imp','optin_8','7227261368','','-1',0),(24822,'2019-03-24 16:52:21','imp','optin_8','7227261368','','0',0),(24823,'2019-03-25 01:05:04','imp','optin_8','7227261368','','-1',0),(24824,'2019-03-25 02:45:47','imp','optin_8','7227261368','','583',0),(24825,'2019-03-25 03:31:04','imp','optin_7','mailchimp_7227261368','','714',0),(24826,'2019-03-25 03:31:05','imp','optin_5','7227261368','','714',0),(24827,'2019-03-25 03:31:25','imp','optin_8','7227261368','','714',0),(24828,'2019-03-25 03:31:55','imp','optin_7','7227261368','','714',0),(24829,'2019-03-25 20:55:48','imp','optin_8','7227261368','','-1',0),(24830,'2019-03-25 22:37:33','imp','optin_8','7227261368','','519',0),(24831,'2019-03-25 23:25:55','imp','optin_7','mailchimp_7227261368','','714',0),(24832,'2019-03-25 23:25:59','imp','optin_5','7227261368','','714',0),(24833,'2019-03-25 23:26:13','imp','optin_8','7227261368','','714',0),(24834,'2019-03-25 23:28:06','imp','optin_7','7227261368','','714',0),(24835,'2019-03-25 23:39:43','imp','optin_8','7227261368','','667',0),(24836,'2019-03-26 01:00:16','imp','optin_8','7227261368','','587',0),(24837,'2019-03-26 07:03:26','imp','optin_8','7227261368','','961',0),(24838,'2019-03-26 07:41:51','imp','optin_8','7227261368','','590',0),(24839,'2019-03-26 08:18:16','imp','optin_8','7227261368','','578',0),(24840,'2019-03-26 08:20:03','imp','optin_8','7227261368','','580',0),(24841,'2019-03-26 08:41:10','imp','optin_8','7227261368','','968',0),(24842,'2019-03-26 08:42:56','imp','optin_8','7227261368','','192',0),(24843,'2019-03-26 09:44:51','imp','optin_7','mailchimp_7227261368','','714',0),(24844,'2019-03-26 09:44:54','imp','optin_8','7227261368','','714',0),(24845,'2019-03-26 10:43:18','imp','optin_8','7227261368','','0',0),(24846,'2019-03-26 11:34:56','imp','optin_8','7227261368','','697',0),(24847,'2019-03-26 11:49:20','imp','optin_8','7227261368','','589',0),(24848,'2019-03-26 12:23:32','imp','optin_5','7227261368','','0',0),(24849,'2019-03-26 12:27:49','imp','optin_8','7227261368','','0',0),(24850,'2019-03-26 14:05:04','imp','optin_8','7227261368','','593',0),(24851,'2019-03-26 16:30:00','imp','optin_8','7227261368','','592',0),(24852,'2019-03-27 05:37:48','imp','optin_8','7227261368','','-1',0),(24853,'2019-03-27 06:17:18','imp','optin_7','mailchimp_7227261368','','714',0),(24854,'2019-03-27 06:17:37','imp','optin_8','7227261368','','714',0),(24855,'2019-03-27 14:23:38','imp','optin_8','7227261368','','670',0),(24856,'2019-03-27 14:51:57','imp','optin_8','7227261368','','-1',0),(24857,'2019-03-28 00:48:17','imp','optin_8','7227261368','','923',0),(24858,'2019-03-28 01:01:24','imp','optin_8','7227261368','','-1',0),(24859,'2019-03-28 03:49:35','imp','optin_8','7227261368','','0',0),(24860,'2019-03-28 13:41:55','imp','optin_8','7227261368','','905',0),(24861,'2019-03-28 23:26:41','imp','optin_7','mailchimp_7227261368','','714',0),(24862,'2019-03-28 23:26:49','imp','optin_8','7227261368','','714',0),(24863,'2019-03-29 01:54:13','imp','optin_8','7227261368','','936',0),(24864,'2019-03-29 15:15:16','imp','optin_5','7227261368','','714',0),(24865,'2019-03-29 15:15:16','imp','optin_7','mailchimp_7227261368','','714',0),(24866,'2019-03-29 15:15:26','imp','optin_8','7227261368','','714',0),(24867,'2019-03-29 15:15:37','imp','optin_7','7227261368','','714',0),(24868,'2019-03-30 01:09:39','imp','optin_5','7227261368','','714',0),(24869,'2019-03-30 01:09:39','imp','optin_7','mailchimp_7227261368','','714',0),(24870,'2019-03-30 01:09:54','imp','optin_8','7227261368','','714',0),(24871,'2019-03-30 01:09:57','imp','optin_7','7227261368','','714',0),(24872,'2019-03-30 09:55:37','imp','optin_8','7227261368','','-1',0),(24873,'2019-03-30 09:56:20','imp','optin_2','7227261368','','92',0),(24874,'2019-03-30 17:07:58','imp','optin_8','7227261368','','-1',0),(24875,'2019-04-04 23:12:55','imp','optin_7','mailchimp_7227261368','','714',0),(24876,'2019-04-04 23:13:14','imp','optin_8','7227261368','','714',0),(24877,'2019-04-05 08:29:30','imp','optin_7','mailchimp_7227261368','','714',0),(24878,'2019-04-05 08:29:30','imp','optin_5','7227261368','','714',0),(24879,'2019-04-05 08:29:49','imp','optin_8','7227261368','','714',0),(24880,'2019-04-05 08:29:49','imp','optin_7','7227261368','','714',0),(24881,'2019-04-05 17:43:54','imp','optin_7','mailchimp_7227261368','','714',0),(24882,'2019-04-06 02:19:28','imp','optin_7','mailchimp_7227261368','','714',0),(24883,'2019-04-06 02:19:48','imp','optin_8','7227261368','','714',0),(24884,'2019-04-09 21:27:26','imp','optin_7','mailchimp_7227261368','','714',0),(24885,'2019-04-09 21:27:46','imp','optin_8','7227261368','','714',0),(24886,'2019-04-09 21:30:27','imp','optin_7','7227261368','','714',0),(24887,'2019-04-11 00:22:30','imp','optin_7','mailchimp_7227261368','','714',0),(24888,'2019-04-11 00:22:31','imp','optin_5','7227261368','','714',0),(24889,'2019-04-11 00:22:48','imp','optin_8','7227261368','','714',0),(24890,'2019-04-11 00:22:54','imp','optin_7','7227261368','','714',0),(24891,'2019-04-11 09:00:03','imp','optin_7','mailchimp_7227261368','','714',0),(24892,'2019-04-11 09:00:03','imp','optin_5','7227261368','','714',0),(24893,'2019-04-11 09:00:21','imp','optin_8','7227261368','','714',0),(24894,'2019-04-11 09:00:42','imp','optin_7','7227261368','','714',0),(24895,'2019-04-11 17:02:50','imp','optin_8','7227261368','','-1',0),(24896,'2019-04-11 19:07:40','imp','optin_7','mailchimp_7227261368','','714',0),(24897,'2019-04-11 20:29:42','imp','optin_7','mailchimp_7227261368','','714',0),(24898,'2019-04-15 05:31:11','imp','optin_7','mailchimp_7227261368','','714',0),(24899,'2019-04-15 05:31:19','imp','optin_7','7227261368','','714',0),(24900,'2019-04-15 05:31:19','imp','optin_8','7227261368','','714',0),(24901,'2019-04-16 16:04:15','imp','optin_8','7227261368','','-1',0),(24902,'2019-04-17 19:10:44','imp','optin_7','mailchimp_7227261368','','714',0),(24903,'2019-04-19 08:53:55','imp','optin_8','7227261368','','192',0),(24904,'2019-04-19 23:26:18','imp','optin_7','mailchimp_7227261368','','714',0),(24905,'2019-04-19 23:26:37','imp','optin_8','7227261368','','714',0),(24906,'2019-04-19 23:26:51','imp','optin_7','7227261368','','714',0),(24907,'2019-04-19 23:29:06','imp','optin_7','7227261368','','714',0),(24908,'2019-04-22 03:26:37','imp','optin_7','mailchimp_7227261368','','714',0),(24909,'2019-04-22 03:26:54','imp','optin_8','7227261368','','714',0),(24910,'2019-04-22 03:26:54','imp','optin_8','7227261368','','714',0),(24911,'2019-04-22 11:29:40','imp','optin_7','mailchimp_7227261368','','714',0),(24912,'2019-04-22 11:29:56','imp','optin_8','7227261368','','714',0),(24913,'2019-04-22 11:30:21','imp','optin_7','7227261368','','714',0),(24914,'2019-04-23 01:45:14','imp','optin_5','7227261368','','945',0),(24915,'2019-04-23 01:45:22','imp','optin_8','7227261368','','945',0),(24916,'2019-04-23 05:00:31','imp','optin_8','7227261368','','0',0),(24917,'2019-04-23 05:00:31','imp','optin_5','7227261368','','0',0),(24918,'2019-04-26 01:17:30','imp','optin_7','mailchimp_7227261368','','714',0),(24919,'2019-04-26 01:18:21','imp','optin_8','7227261368','','714',0),(24920,'2019-04-26 16:35:34','imp','optin_7','mailchimp_7227261368','','714',0),(24921,'2019-04-26 16:35:34','imp','optin_8','7227261368','','714',0),(24922,'2019-04-26 16:35:34','imp','optin_7','7227261368','','714',0),(24923,'2019-04-26 17:01:56','imp','optin_7','mailchimp_7227261368','','714',0),(24924,'2019-04-26 17:01:56','imp','optin_5','7227261368','','714',0),(24925,'2019-04-26 17:02:05','imp','optin_8','7227261368','','714',0),(24926,'2019-04-26 17:02:05','imp','optin_7','7227261368','','714',0),(24927,'2019-04-27 12:57:24','imp','optin_7','mailchimp_7227261368','','714',0),(24928,'2019-04-27 12:57:36','imp','optin_5','7227261368','','714',0),(24929,'2019-04-27 12:57:41','imp','optin_8','7227261368','','714',0),(24930,'2019-04-27 12:58:02','imp','optin_7','7227261368','','714',0),(24931,'2019-04-29 13:59:42','imp','optin_8','7227261368','','697',0),(24932,'2019-04-29 14:00:06','con','optin_8','mailchimp_7227261368','','697',0),(24933,'2019-04-30 08:52:02','imp','optin_7','mailchimp_7227261368','','714',0),(24934,'2019-04-30 08:52:17','imp','optin_8','7227261368','','714',0),(24935,'2019-04-30 15:01:44','imp','optin_7','mailchimp_7227261368','','714',0),(24936,'2019-04-30 15:02:06','imp','optin_8','7227261368','','714',0),(24937,'2019-04-30 15:06:32','imp','optin_5','7227261368','','714',0),(24938,'2019-04-30 15:09:49','imp','optin_7','7227261368','','714',0),(24939,'2019-05-01 01:20:55','imp','optin_7','mailchimp_7227261368','','714',0),(24940,'2019-05-01 01:20:55','imp','optin_5','7227261368','','714',0),(24941,'2019-05-01 02:49:08','imp','optin_5','7227261368','','714',0),(24942,'2019-05-01 02:49:16','imp','optin_7','7227261368','','714',0),(24943,'2019-05-01 12:32:54','imp','optin_8','7227261368','','-1',0),(24944,'2019-05-01 12:33:55','con','optin_8','mailchimp_7227261368','','-1',0),(24945,'2019-05-01 12:35:08','imp','optin_5','7227261368','','0',0),(24946,'2019-05-02 08:47:14','imp','optin_7','mailchimp_7227261368','','714',0),(24947,'2019-05-02 13:02:44','imp','optin_8','7227261368','','-1',0),(24948,'2019-05-03 11:32:05','imp','optin_7','mailchimp_7227261368','','714',0),(24949,'2019-05-03 15:43:58','imp','optin_8','7227261368','','945',0),(24950,'2019-05-03 15:47:05','imp','optin_5','7227261368','','945',0),(24951,'2019-05-03 15:47:11','imp','optin_8','7227261368','','945',0),(24952,'2019-05-05 09:05:26','imp','optin_8','7227261368','','-1',0),(24953,'2019-05-05 09:06:05','imp','optin_2','7227261368','','92',0),(24954,'2019-05-05 14:50:04','imp','optin_7','mailchimp_7227261368','','714',0),(24955,'2019-05-05 14:50:11','imp','optin_5','7227261368','','904',0),(24956,'2019-05-05 14:50:11','imp','optin_5','7227261368','','902',0),(24957,'2019-05-05 14:50:12','imp','optin_5','7227261368','','0',0),(24958,'2019-05-05 14:50:12','imp','optin_8','7227261368','','0',0),(24959,'2019-05-05 14:50:12','imp','optin_8','7227261368','','902',0),(24960,'2019-05-05 14:50:15','imp','optin_5','7227261368','','714',0),(24961,'2019-05-05 21:00:44','imp','optin_7','mailchimp_7227261368','','714',0),(24962,'2019-05-05 21:01:05','imp','optin_8','7227261368','','714',0),(24963,'2019-05-05 21:01:07','imp','optin_5','7227261368','','714',0),(24964,'2019-05-06 06:52:18','imp','optin_7','mailchimp_7227261368','','714',0),(24965,'2019-05-06 06:52:21','imp','optin_5','7227261368','','714',0),(24966,'2019-05-06 06:52:36','imp','optin_8','7227261368','','714',0),(24967,'2019-05-06 06:52:36','imp','optin_7','7227261368','','714',0),(24968,'2019-05-06 06:52:37','imp','optin_8','7227261368','','714',0),(24969,'2019-05-07 04:13:52','imp','optin_7','mailchimp_7227261368','','714',0),(24970,'2019-05-07 04:14:11','imp','optin_8','7227261368','','714',0),(24971,'2019-05-07 04:14:26','imp','optin_5','7227261368','','714',0),(24972,'2019-05-07 10:59:42','imp','optin_7','mailchimp_7227261368','','714',0),(24973,'2019-05-07 20:25:07','imp','optin_7','mailchimp_7227261368','','714',0),(24974,'2019-05-08 03:34:40','imp','optin_7','mailchimp_7227261368','','714',0),(24975,'2019-05-08 03:34:45','imp','optin_5','7227261368','','714',0),(24976,'2019-05-08 03:34:54','imp','optin_8','7227261368','','714',0),(24977,'2019-05-08 03:34:55','imp','optin_7','7227261368','','714',0),(24978,'2019-05-09 17:36:31','imp','optin_7','mailchimp_7227261368','','714',0),(24979,'2019-05-09 17:36:49','imp','optin_8','7227261368','','714',0),(24980,'2019-05-09 17:36:50','imp','optin_5','7227261368','','714',0),(24981,'2019-05-09 17:37:23','imp','optin_7','7227261368','','714',0),(24982,'2019-05-10 03:58:21','imp','optin_7','mailchimp_7227261368','','714',0),(24983,'2019-05-10 03:58:24','imp','optin_7','7227261368','','714',0),(24984,'2019-05-10 03:58:24','imp','optin_8','7227261368','','714',0),(24985,'2019-05-10 07:23:39','imp','optin_7','mailchimp_7227261368','','714',0),(24986,'2019-05-10 07:23:56','imp','optin_8','7227261368','','714',0),(24987,'2019-05-10 07:24:39','imp','optin_7','7227261368','','714',0),(24988,'2019-05-10 23:12:40','imp','optin_7','mailchimp_7227261368','','714',0),(24989,'2019-05-10 23:12:53','imp','optin_5','7227261368','','714',0),(24990,'2019-05-11 07:18:23','imp','optin_7','mailchimp_7227261368','','714',0),(24991,'2019-05-11 07:18:42','imp','optin_8','7227261368','','714',0),(24992,'2019-05-11 07:20:31','imp','optin_7','7227261368','','714',0),(24993,'2019-05-11 07:20:31','imp','optin_5','7227261368','','714',0),(24994,'2019-05-11 21:05:50','imp','optin_7','mailchimp_7227261368','','714',0),(24995,'2019-05-11 21:06:05','imp','optin_8','7227261368','','714',0),(24996,'2019-05-11 21:06:25','imp','optin_5','7227261368','','714',0),(24997,'2019-05-11 21:06:35','imp','optin_7','7227261368','','714',0),(24998,'2019-05-12 01:57:12','imp','optin_7','mailchimp_7227261368','','714',0),(24999,'2019-05-12 06:48:15','imp','optin_8','7227261368','','-1',0),(25000,'2019-05-16 08:36:17','imp','optin_7','mailchimp_7227261368','','714',0),(25001,'2019-05-16 08:36:35','imp','optin_8','7227261368','','714',0),(25002,'2019-05-16 17:45:02','imp','optin_7','mailchimp_7227261368','','714',0),(25003,'2019-05-17 04:17:43','imp','optin_7','mailchimp_7227261368','','714',0),(25004,'2019-05-17 04:17:44','imp','optin_8','7227261368','','714',0),(25005,'2019-05-17 10:50:44','imp','optin_7','mailchimp_7227261368','','714',0),(25006,'2019-05-17 10:51:18','imp','optin_8','7227261368','','714',0),(25007,'2019-05-17 10:51:49','imp','optin_7','7227261368','','714',0),(25008,'2019-05-18 02:49:59','imp','optin_7','mailchimp_7227261368','','714',0),(25009,'2019-05-19 09:41:54','imp','optin_7','mailchimp_7227261368','','714',0),(25010,'2019-05-19 09:42:03','imp','optin_5','7227261368','','714',0),(25011,'2019-05-19 09:42:11','imp','optin_8','7227261368','','714',0),(25012,'2019-05-19 09:42:56','imp','optin_7','7227261368','','714',0),(25013,'2019-05-20 17:57:01','imp','optin_7','mailchimp_7227261368','','714',0),(25014,'2019-05-20 17:57:01','imp','optin_5','7227261368','','714',0),(25015,'2019-05-20 17:57:17','imp','optin_8','7227261368','','714',0),(25016,'2019-05-20 17:57:35','imp','optin_7','7227261368','','714',0),(25017,'2019-05-20 23:32:05','imp','optin_2','7227261368','','92',0),(25018,'2019-05-20 23:32:28','imp','optin_8','7227261368','','0',0),(25019,'2019-05-20 23:32:28','imp','optin_8','7227261368','','0',0),(25020,'2019-05-20 23:32:31','imp','optin_5','7227261368','','0',0),(25021,'2019-05-20 23:32:41','imp','optin_2','7227261368','','92',0),(25022,'2019-05-21 14:41:48','imp','optin_7','mailchimp_7227261368','','714',0),(25023,'2019-05-21 14:41:48','imp','optin_5','7227261368','','714',0),(25024,'2019-05-21 14:41:56','imp','optin_8','7227261368','','714',0),(25025,'2019-05-21 14:44:16','imp','optin_7','7227261368','','714',0),(25026,'2019-05-21 17:57:19','imp','optin_7','mailchimp_7227261368','','714',0),(25027,'2019-05-21 17:57:38','imp','optin_8','7227261368','','714',0),(25028,'2019-05-21 17:58:02','imp','optin_7','7227261368','','714',0),(25029,'2019-05-21 17:58:02','imp','optin_5','7227261368','','714',0),(25030,'2019-05-22 00:48:26','imp','optin_7','mailchimp_7227261368','','714',0),(25031,'2019-05-22 02:27:23','imp','optin_7','mailchimp_7227261368','','714',0),(25032,'2019-05-22 02:27:23','imp','optin_8','7227261368','','714',0),(25033,'2019-05-22 02:27:23','imp','optin_7','7227261368','','714',0),(25034,'2019-05-22 16:47:46','imp','optin_7','mailchimp_7227261368','','714',0),(25035,'2019-05-22 16:48:17','imp','optin_8','7227261368','','714',0),(25036,'2019-05-22 16:51:38','imp','optin_5','7227261368','','714',0),(25037,'2019-05-22 16:51:44','imp','optin_7','7227261368','','714',0),(25038,'2019-05-23 02:26:40','imp','optin_5','7227261368','','714',0),(25039,'2019-05-23 02:26:40','imp','optin_7','mailchimp_7227261368','','714',0),(25040,'2019-05-23 13:37:19','imp','optin_7','mailchimp_7227261368','','714',0),(25041,'2019-05-23 13:37:21','imp','optin_5','7227261368','','714',0),(25042,'2019-05-23 13:37:30','imp','optin_7','7227261368','','714',0),(25043,'2019-05-23 13:37:31','imp','optin_8','7227261368','','714',0),(25044,'2019-05-24 21:34:22','imp','optin_7','mailchimp_7227261368','','714',0),(25045,'2019-05-24 21:34:40','imp','optin_8','7227261368','','714',0),(25046,'2019-05-24 21:36:03','imp','optin_7','7227261368','','714',0),(25047,'2019-05-24 21:36:56','imp','optin_5','7227261368','','714',0),(25048,'2019-05-25 22:31:28','imp','optin_7','mailchimp_7227261368','','714',0),(25049,'2019-05-25 22:31:58','imp','optin_8','7227261368','','714',0),(25050,'2019-05-25 22:34:14','imp','optin_7','7227261368','','714',0),(25051,'2019-05-25 23:35:48','imp','optin_7','mailchimp_7227261368','','714',0),(25052,'2019-05-26 13:42:44','imp','optin_7','mailchimp_7227261368','','714',0),(25053,'2019-05-26 13:42:44','imp','optin_5','7227261368','','714',0),(25054,'2019-05-26 13:43:25','imp','optin_7','7227261368','','714',0),(25055,'2019-05-26 13:43:25','imp','optin_8','7227261368','','714',0),(25056,'2019-05-26 20:42:59','imp','optin_8','7227261368','','-1',0),(25057,'2019-05-27 15:21:50','imp','optin_7','mailchimp_7227261368','','714',0),(25058,'2019-05-27 15:21:50','imp','optin_5','7227261368','','714',0),(25059,'2019-05-27 15:22:05','imp','optin_8','7227261368','','714',0),(25060,'2019-05-27 15:22:56','imp','optin_7','7227261368','','714',0),(25061,'2019-05-28 22:25:53','imp','optin_7','mailchimp_7227261368','','714',0),(25062,'2019-05-28 22:25:53','imp','optin_5','7227261368','','714',0),(25063,'2019-05-28 22:26:02','imp','optin_7','7227261368','','714',0),(25064,'2019-05-28 22:26:02','imp','optin_8','7227261368','','714',0),(25065,'2019-05-29 10:59:30','imp','optin_7','mailchimp_7227261368','','714',0),(25066,'2019-05-29 10:59:42','imp','optin_5','7227261368','','714',0),(25067,'2019-05-30 15:24:32','imp','optin_8','7227261368','','-1',0),(25068,'2019-05-30 15:24:50','imp','optin_2','7227261368','','92',0),(25069,'2019-06-01 18:56:15','imp','optin_7','mailchimp_7227261368','','714',0),(25070,'2019-06-01 18:56:15','imp','optin_5','7227261368','','714',0),(25071,'2019-06-01 18:56:20','imp','optin_7','7227261368','','714',0),(25072,'2019-06-01 18:56:20','imp','optin_8','7227261368','','714',0),(25073,'2019-06-02 12:34:13','imp','optin_7','mailchimp_7227261368','','714',0),(25074,'2019-06-02 12:34:19','imp','optin_8','7227261368','','714',0),(25075,'2019-06-02 12:34:31','imp','optin_7','7227261368','','714',0),(25076,'2019-06-04 01:13:54','imp','optin_7','mailchimp_7227261368','','714',0),(25077,'2019-06-04 01:14:09','imp','optin_8','7227261368','','714',0),(25078,'2019-06-04 01:14:09','imp','optin_7','7227261368','','714',0),(25079,'2019-06-04 08:46:51','imp','optin_7','mailchimp_7227261368','','714',0),(25080,'2019-06-04 08:47:09','imp','optin_8','7227261368','','714',0),(25081,'2019-06-04 08:48:23','imp','optin_7','7227261368','','714',0),(25082,'2019-06-04 21:52:17','imp','optin_7','mailchimp_7227261368','','714',0),(25083,'2019-06-04 21:52:27','imp','optin_5','7227261368','','714',0),(25084,'2019-06-04 21:52:36','imp','optin_8','7227261368','','714',0),(25085,'2019-06-04 21:53:54','imp','optin_7','7227261368','','714',0),(25086,'2019-06-04 22:07:42','imp','optin_7','mailchimp_7227261368','','714',0),(25087,'2019-06-04 22:08:01','imp','optin_8','7227261368','','714',0),(25088,'2019-06-04 22:08:25','imp','optin_7','7227261368','','714',0),(25089,'2019-06-05 03:45:10','imp','optin_7','mailchimp_7227261368','','714',0),(25090,'2019-06-05 03:45:29','imp','optin_8','7227261368','','714',0),(25091,'2019-06-05 03:46:50','imp','optin_5','7227261368','','714',0),(25092,'2019-06-06 05:29:59','imp','optin_7','mailchimp_7227261368','','714',0),(25093,'2019-06-06 05:30:15','imp','optin_8','7227261368','','714',0),(25094,'2019-06-06 05:30:55','imp','optin_7','7227261368','','714',0),(25095,'2019-06-06 22:43:55','imp','optin_7','mailchimp_7227261368','','714',0),(25096,'2019-06-06 22:43:55','imp','optin_5','7227261368','','714',0),(25097,'2019-06-06 22:44:14','imp','optin_8','7227261368','','714',0),(25098,'2019-06-06 22:44:29','imp','optin_7','7227261368','','714',0),(25099,'2019-06-07 18:29:05','imp','optin_5','7227261368','','789',0),(25100,'2019-06-07 18:29:05','imp','optin_8','7227261368','','789',0),(25101,'2019-06-08 12:26:34','imp','optin_7','mailchimp_7227261368','','714',0),(25102,'2019-06-08 12:26:34','imp','optin_5','7227261368','','714',0),(25103,'2019-06-08 12:26:52','imp','optin_8','7227261368','','714',0),(25104,'2019-06-08 12:26:58','imp','optin_7','7227261368','','714',0),(25105,'2019-06-08 12:39:59','imp','optin_7','mailchimp_7227261368','','714',0),(25106,'2019-06-08 12:40:17','imp','optin_8','7227261368','','714',0),(25107,'2019-06-08 12:41:34','imp','optin_7','7227261368','','714',0),(25108,'2019-06-09 04:20:36','imp','optin_7','mailchimp_7227261368','','714',0),(25109,'2019-06-09 04:20:55','imp','optin_8','7227261368','','714',0),(25110,'2019-06-11 15:27:07','imp','optin_7','mailchimp_7227261368','','714',0),(25111,'2019-06-11 15:27:22','imp','optin_8','7227261368','','714',0),(25112,'2019-06-11 15:29:26','imp','optin_7','7227261368','','714',0),(25113,'2019-06-12 00:05:38','imp','optin_2','7227261368','','92',0),(25114,'2019-06-12 00:05:41','imp','optin_8','7227261368','','-1',0),(25115,'2019-06-12 06:26:43','imp','optin_7','mailchimp_7227261368','','714',0),(25116,'2019-06-12 06:26:45','imp','optin_5','7227261368','','714',0),(25117,'2019-06-12 06:26:48','imp','optin_8','7227261368','','714',0),(25118,'2019-06-12 06:26:48','imp','optin_7','7227261368','','714',0),(25119,'2019-06-12 07:50:02','imp','optin_7','mailchimp_7227261368','','714',0),(25120,'2019-06-12 07:50:32','imp','optin_8','7227261368','','714',0),(25121,'2019-06-12 07:52:15','imp','optin_7','7227261368','','714',0),(25122,'2019-06-12 07:52:15','imp','optin_5','7227261368','','714',0),(25123,'2019-06-13 03:24:07','imp','optin_7','mailchimp_7227261368','','714',0),(25124,'2019-06-13 03:24:08','imp','optin_7','7227261368','','714',0),(25125,'2019-06-13 03:24:09','imp','optin_5','7227261368','','714',0),(25126,'2019-06-13 03:24:25','imp','optin_8','7227261368','','714',0),(25127,'2019-06-13 11:20:48','imp','optin_7','mailchimp_7227261368','','714',0),(25128,'2019-06-13 11:20:48','imp','optin_5','7227261368','','714',0),(25129,'2019-06-13 11:21:00','imp','optin_8','7227261368','','714',0),(25130,'2019-06-13 11:21:03','imp','optin_7','7227261368','','714',0),(25131,'2019-06-13 17:13:12','imp','optin_7','mailchimp_7227261368','','714',0),(25132,'2019-06-13 17:13:31','imp','optin_8','7227261368','','714',0),(25133,'2019-06-13 18:52:24','imp','optin_7','mailchimp_7227261368','','714',0),(25134,'2019-06-13 18:52:24','imp','optin_5','7227261368','','714',0),(25135,'2019-06-13 18:52:31','imp','optin_8','7227261368','','714',0),(25136,'2019-06-14 02:42:18','imp','optin_7','mailchimp_7227261368','','714',0),(25137,'2019-06-14 22:46:46','imp','optin_8','7227261368','','-1',0),(25138,'2019-06-15 17:14:48','imp','optin_7','mailchimp_7227261368','','714',0),(25139,'2019-06-16 13:57:17','imp','optin_7','mailchimp_7227261368','','714',0),(25140,'2019-06-16 13:57:35','imp','optin_8','7227261368','','714',0),(25141,'2019-06-16 13:57:43','imp','optin_5','7227261368','','714',0),(25142,'2019-06-16 13:57:52','imp','optin_7','7227261368','','714',0),(25143,'2019-06-16 22:02:34','imp','optin_7','mailchimp_7227261368','','714',0),(25144,'2019-06-16 23:46:49','imp','optin_7','mailchimp_7227261368','','714',0),(25145,'2019-06-17 02:24:22','imp','optin_7','mailchimp_7227261368','','714',0),(25146,'2019-06-17 12:03:53','imp','optin_5','7227261368','','599',0),(25147,'2019-06-17 13:00:01','imp','optin_7','mailchimp_7227261368','','714',0),(25148,'2019-06-17 16:52:15','imp','optin_7','mailchimp_7227261368','','714',0),(25149,'2019-06-17 20:28:23','imp','optin_7','mailchimp_7227261368','','714',0),(25150,'2019-06-17 20:28:47','imp','optin_8','7227261368','','714',0),(25151,'2019-06-17 20:29:00','imp','optin_7','7227261368','','714',0),(25152,'2019-06-17 20:31:30','imp','optin_5','7227261368','','714',0),(25153,'2019-06-18 06:39:19','imp','optin_7','mailchimp_7227261368','','714',0),(25154,'2019-06-18 12:31:55','imp','optin_7','mailchimp_7227261368','','714',0),(25155,'2019-06-18 12:32:03','imp','optin_5','7227261368','','714',0),(25156,'2019-06-18 12:32:14','imp','optin_8','7227261368','','714',0),(25157,'2019-06-18 12:32:33','imp','optin_7','7227261368','','714',0),(25158,'2019-06-18 12:43:06','imp','optin_7','mailchimp_7227261368','','714',0),(25159,'2019-06-18 12:51:03','imp','optin_7','mailchimp_7227261368','','714',0),(25160,'2019-06-18 13:05:18','imp','optin_7','mailchimp_7227261368','','714',0),(25161,'2019-06-19 22:01:25','imp','optin_7','mailchimp_7227261368','','714',0),(25162,'2019-06-19 22:01:31','imp','optin_5','7227261368','','714',0),(25163,'2019-06-19 22:01:44','imp','optin_8','7227261368','','714',0),(25164,'2019-06-19 22:02:02','imp','optin_7','7227261368','','714',0),(25165,'2019-06-21 20:29:48','imp','optin_8','7227261368','','-1',0),(25166,'2019-06-22 10:29:55','imp','optin_7','mailchimp_7227261368','','714',0),(25167,'2019-06-22 10:30:14','imp','optin_8','7227261368','','714',0),(25168,'2019-06-22 10:30:44','imp','optin_5','7227261368','','714',0),(25169,'2019-06-22 10:30:44','imp','optin_7','7227261368','','714',0),(25170,'2019-06-23 23:28:53','imp','optin_7','mailchimp_7227261368','','714',0),(25171,'2019-06-23 23:29:13','imp','optin_8','7227261368','','714',0),(25172,'2019-06-23 23:35:11','imp','optin_5','7227261368','','714',0),(25173,'2019-06-23 23:35:52','imp','optin_7','7227261368','','714',0),(25174,'2019-06-24 23:18:28','imp','optin_7','mailchimp_7227261368','','714',0),(25175,'2019-06-24 23:18:35','imp','optin_5','7227261368','','714',0),(25176,'2019-06-24 23:18:47','imp','optin_8','7227261368','','714',0),(25177,'2019-06-24 23:19:13','imp','optin_7','7227261368','','714',0),(25178,'2019-06-25 12:06:45','imp','optin_5','7227261368','','0',0),(25179,'2019-06-25 12:06:48','imp','optin_8','7227261368','','0',0),(25180,'2019-06-25 12:06:49','imp','optin_8','7227261368','','0',0),(25181,'2019-06-25 15:03:29','imp','optin_8','7227261368','','-1',0),(25182,'2019-06-25 17:01:47','imp','optin_8','7227261368','','-1',0),(25183,'2019-06-26 08:18:59','imp','optin_7','mailchimp_7227261368','','714',0),(25184,'2019-06-26 08:19:13','imp','optin_8','7227261368','','714',0),(25185,'2019-06-26 08:19:21','imp','optin_7','7227261368','','714',0),(25186,'2019-06-27 05:52:09','imp','optin_7','mailchimp_7227261368','','714',0),(25187,'2019-06-27 08:05:18','imp','optin_7','mailchimp_7227261368','','714',0),(25188,'2019-06-27 10:44:09','imp','optin_7','mailchimp_7227261368','','714',0),(25189,'2019-06-27 12:08:08','imp','optin_5','7227261368','','714',0),(25190,'2019-06-27 12:08:08','imp','optin_7','mailchimp_7227261368','','714',0),(25191,'2019-06-27 12:08:15','imp','optin_8','7227261368','','714',0),(25192,'2019-06-27 12:08:15','imp','optin_7','7227261368','','714',0),(25193,'2019-06-27 13:57:24','imp','optin_5','7227261368','','714',0),(25194,'2019-06-27 13:57:24','imp','optin_7','mailchimp_7227261368','','714',0),(25195,'2019-06-27 14:46:49','imp','optin_7','mailchimp_7227261368','','714',0),(25196,'2019-06-28 00:08:39','imp','optin_7','mailchimp_7227261368','','714',0),(25197,'2019-06-28 06:52:44','imp','optin_7','mailchimp_7227261368','','714',0),(25198,'2019-06-28 16:03:17','imp','optin_7','mailchimp_7227261368','','714',0),(25199,'2019-06-29 22:35:23','imp','optin_7','mailchimp_7227261368','','714',0),(25200,'2019-06-29 22:35:42','imp','optin_8','7227261368','','714',0),(25201,'2019-06-29 22:36:01','imp','optin_7','7227261368','','714',0),(25202,'2019-06-29 22:36:04','imp','optin_5','7227261368','','714',0),(25203,'2019-06-29 23:43:06','imp','optin_7','mailchimp_7227261368','','714',0),(25204,'2019-06-30 03:02:53','imp','optin_7','mailchimp_7227261368','','714',0),(25205,'2019-06-30 09:51:34','imp','optin_7','mailchimp_7227261368','','714',0),(25206,'2019-06-30 09:51:43','imp','optin_7','7227261368','','714',0),(25207,'2019-06-30 09:51:43','imp','optin_8','7227261368','','714',0),(25208,'2019-06-30 20:41:23','imp','optin_7','mailchimp_7227261368','','714',0),(25209,'2019-06-30 20:41:42','imp','optin_8','7227261368','','714',0),(25210,'2019-06-30 20:42:06','imp','optin_7','7227261368','','714',0),(25211,'2019-07-01 16:14:37','imp','optin_2','7227261368','','92',0),(25212,'2019-07-01 16:14:38','imp','optin_8','7227261368','','-1',0),(25213,'2019-07-01 16:15:06','imp','optin_5','7227261368','','936',0),(25214,'2019-07-01 17:07:48','imp','optin_7','mailchimp_7227261368','','714',0),(25215,'2019-07-01 17:07:48','imp','optin_5','7227261368','','714',0),(25216,'2019-07-01 17:08:07','imp','optin_8','7227261368','','714',0),(25217,'2019-07-01 17:08:14','imp','optin_7','7227261368','','714',0),(25218,'2019-07-02 22:15:24','imp','optin_8','7227261368','','192',0),(25219,'2019-07-02 22:16:15','imp','optin_2','7227261368','','2',0),(25220,'2019-07-04 14:48:06','imp','optin_7','mailchimp_7227261368','','714',0),(25221,'2019-07-04 14:48:06','imp','optin_5','7227261368','','714',0),(25222,'2019-07-04 14:48:27','imp','optin_8','7227261368','','714',0),(25223,'2019-07-05 15:53:19','imp','optin_7','mailchimp_7227261368','','714',0),(25224,'2019-07-06 23:40:06','imp','optin_7','mailchimp_7227261368','','714',0),(25225,'2019-07-06 23:40:22','imp','optin_8','7227261368','','714',0),(25226,'2019-07-06 23:41:25','imp','optin_7','7227261368','','714',0),(25227,'2019-07-08 13:17:33','imp','optin_7','mailchimp_7227261368','','714',0),(25228,'2019-07-08 18:49:54','imp','optin_8','7227261368','','-1',0),(25229,'2019-07-08 21:25:19','imp','optin_7','mailchimp_7227261368','','714',0),(25230,'2019-07-08 21:25:34','imp','optin_5','7227261368','','714',0),(25231,'2019-07-08 21:25:37','imp','optin_8','7227261368','','714',0),(25232,'2019-07-08 21:49:01','imp','optin_7','mailchimp_7227261368','','714',0),(25233,'2019-07-08 21:49:24','imp','optin_7','7227261368','','714',0),(25234,'2019-07-09 09:35:49','imp','optin_7','mailchimp_7227261368','','714',0),(25235,'2019-07-09 17:36:46','imp','optin_7','mailchimp_7227261368','','714',0),(25236,'2019-07-09 17:36:47','imp','optin_5','7227261368','','714',0),(25237,'2019-07-09 17:37:00','imp','optin_7','7227261368','','714',0),(25238,'2019-07-09 17:37:00','imp','optin_8','7227261368','','714',0),(25239,'2019-07-13 23:56:27','imp','optin_7','mailchimp_7227261368','','714',0),(25240,'2019-07-14 14:00:04','imp','optin_7','mailchimp_7227261368','','714',0),(25241,'2019-07-14 15:07:31','imp','optin_8','7227261368','','714',0),(25242,'2019-07-14 19:05:07','imp','optin_7','mailchimp_7227261368','','714',0),(25243,'2019-07-14 19:05:27','imp','optin_8','7227261368','','714',0),(25244,'2019-07-14 19:06:25','imp','optin_5','7227261368','','714',0),(25245,'2019-07-16 10:29:16','imp','optin_7','mailchimp_7227261368','','714',0),(25246,'2019-07-16 10:29:32','imp','optin_8','7227261368','','714',0),(25247,'2019-07-16 10:32:43','imp','optin_7','7227261368','','714',0),(25248,'2019-07-16 10:32:43','imp','optin_5','7227261368','','714',0),(25249,'2019-07-17 12:05:43','imp','optin_7','mailchimp_7227261368','','714',0),(25250,'2019-07-17 12:06:02','imp','optin_8','7227261368','','714',0),(25251,'2019-07-17 17:15:28','imp','optin_2','7227261368','','92',0),(25252,'2019-07-17 17:15:28','imp','optin_8','7227261368','','-1',0),(25253,'2019-07-17 20:16:10','imp','optin_8','7227261368','','-1',0),(25254,'2019-07-17 20:16:20','imp','optin_2','7227261368','','92',0),(25255,'2019-07-17 20:28:11','imp','optin_8','7227261368','','-1',0),(25256,'2019-07-17 20:28:13','imp','optin_2','7227261368','','92',0),(25257,'2019-07-18 02:02:35','imp','optin_7','mailchimp_7227261368','','714',0),(25258,'2019-07-18 02:03:01','imp','optin_8','7227261368','','714',0),(25259,'2019-07-18 02:03:02','imp','optin_5','7227261368','','714',0),(25260,'2019-07-18 02:03:24','imp','optin_7','7227261368','','714',0),(25261,'2019-07-18 19:54:32','imp','optin_7','mailchimp_7227261368','','714',0),(25262,'2019-07-18 19:54:47','imp','optin_5','7227261368','','714',0),(25263,'2019-07-18 19:54:48','imp','optin_8','7227261368','','714',0),(25264,'2019-07-18 19:54:51','imp','optin_7','7227261368','','714',0),(25265,'2019-07-19 02:09:43','imp','optin_2','7227261368','','92',0),(25266,'2019-07-19 02:09:43','imp','optin_8','7227261368','','-1',0),(25267,'2019-07-19 13:26:43','imp','optin_8','7227261368','','-1',0),(25268,'2019-07-19 13:26:44','imp','optin_2','7227261368','','92',0),(25269,'2019-07-19 13:28:48','imp','optin_5','7227261368','','936',0),(25270,'2019-07-20 08:32:44','imp','optin_7','mailchimp_7227261368','','714',0),(25271,'2019-07-20 08:32:45','imp','optin_5','7227261368','','714',0),(25272,'2019-07-22 12:39:16','imp','optin_7','mailchimp_7227261368','','714',0),(25273,'2019-07-22 12:39:31','imp','optin_8','7227261368','','714',0),(25274,'2019-07-22 12:42:57','imp','optin_7','7227261368','','714',0),(25275,'2019-07-23 16:47:56','imp','optin_8','7227261368','','2',0),(25276,'2019-07-24 21:08:39','imp','optin_7','mailchimp_7227261368','','714',0),(25277,'2019-07-24 23:54:48','imp','optin_7','mailchimp_7227261368','','714',0),(25278,'2019-07-25 09:24:57','imp','optin_5','7227261368','','0',0),(25279,'2019-07-25 09:25:03','imp','optin_7','mailchimp_7227261368','','714',0),(25280,'2019-07-25 09:25:23','imp','optin_2','7227261368','','92',0),(25281,'2019-07-26 17:01:42','imp','optin_7','mailchimp_7227261368','','714',0),(25282,'2019-07-26 17:02:02','imp','optin_8','7227261368','','714',0),(25283,'2019-07-26 19:59:46','imp','optin_2','7227261368','','92',0),(25284,'2019-07-26 19:59:47','imp','optin_8','7227261368','','-1',0),(25285,'2019-07-27 04:43:18','imp','optin_7','mailchimp_7227261368','','714',0),(25286,'2019-07-27 04:43:19','imp','optin_5','7227261368','','714',0),(25287,'2019-07-27 04:43:29','imp','optin_8','7227261368','','714',0),(25288,'2019-07-27 04:43:34','imp','optin_7','7227261368','','714',0),(25289,'2019-07-28 12:01:37','imp','optin_5','7227261368','','714',0),(25290,'2019-07-28 12:01:37','imp','optin_8','7227261368','','714',0),(25291,'2019-07-28 12:01:37','imp','optin_7','7227261368','','714',0),(25292,'2019-07-28 12:01:37','imp','optin_7','mailchimp_7227261368','','714',0),(25293,'2019-07-29 04:21:16','imp','optin_7','mailchimp_7227261368','','714',0),(25294,'2019-07-29 04:21:35','imp','optin_8','7227261368','','714',0),(25295,'2019-07-29 04:21:45','imp','optin_7','7227261368','','714',0),(25296,'2019-07-31 08:15:22','imp','optin_7','mailchimp_7227261368','','714',0),(25297,'2019-07-31 08:15:42','imp','optin_8','7227261368','','714',0),(25298,'2019-07-31 08:20:50','imp','optin_5','7227261368','','714',0),(25299,'2019-08-02 06:04:48','imp','optin_7','mailchimp_7227261368','','714',0),(25300,'2019-08-02 06:05:07','imp','optin_8','7227261368','','714',0),(25301,'2019-08-02 20:09:37','imp','optin_8','7227261368','','-1',0),(25302,'2019-08-03 19:08:25','imp','optin_7','mailchimp_7227261368','','714',0),(25303,'2019-08-03 19:08:45','imp','optin_8','7227261368','','714',0),(25304,'2019-08-03 19:11:08','imp','optin_5','7227261368','','714',0),(25305,'2019-08-03 19:11:24','imp','optin_7','7227261368','','714',0),(25306,'2019-08-04 14:56:03','imp','optin_7','mailchimp_7227261368','','714',0),(25307,'2019-08-04 14:56:22','imp','optin_8','7227261368','','714',0),(25308,'2019-08-04 14:56:23','imp','optin_7','7227261368','','714',0),(25309,'2019-08-05 06:15:47','imp','optin_7','mailchimp_7227261368','','714',0),(25310,'2019-08-05 06:15:54','imp','optin_5','7227261368','','714',0),(25311,'2019-08-05 06:15:59','imp','optin_8','7227261368','','714',0),(25312,'2019-08-05 06:15:59','imp','optin_7','7227261368','','714',0),(25313,'2019-08-07 23:36:37','imp','optin_5','7227261368','','967',0),(25314,'2019-08-07 23:36:37','imp','optin_8','7227261368','','967',0),(25315,'2019-08-08 00:19:27','imp','optin_8','7227261368','','-1',0),(25316,'2019-08-08 00:20:06','imp','optin_5','7227261368','','0',0),(25317,'2019-08-08 00:21:16','imp','optin_2','7227261368','','2',0),(25318,'2019-08-08 11:45:19','imp','optin_7','mailchimp_7227261368','','714',0),(25319,'2019-08-08 11:45:19','imp','optin_5','7227261368','','714',0),(25320,'2019-08-08 11:45:38','imp','optin_8','7227261368','','714',0),(25321,'2019-08-08 11:45:56','imp','optin_7','7227261368','','714',0),(25322,'2019-08-08 23:52:43','imp','optin_7','mailchimp_7227261368','','714',0),(25323,'2019-08-08 23:52:43','imp','optin_5','7227261368','','714',0),(25324,'2019-08-08 23:52:49','imp','optin_8','7227261368','','714',0),(25325,'2019-08-08 23:52:55','imp','optin_7','7227261368','','714',0),(25326,'2019-08-09 06:13:53','imp','optin_7','mailchimp_7227261368','','714',0),(25327,'2019-08-09 06:13:53','imp','optin_5','7227261368','','714',0),(25328,'2019-08-09 06:14:06','imp','optin_8','7227261368','','714',0),(25329,'2019-08-09 06:14:10','imp','optin_7','7227261368','','714',0),(25330,'2019-08-09 23:37:22','imp','optin_8','7227261368','','945',0),(25331,'2019-08-10 18:32:33','imp','optin_7','mailchimp_7227261368','','714',0),(25332,'2019-08-10 18:32:50','imp','optin_8','7227261368','','714',0),(25333,'2019-08-11 22:34:42','imp','optin_7','mailchimp_7227261368','','714',0),(25334,'2019-08-12 05:40:37','imp','optin_7','mailchimp_7227261368','','714',0),(25335,'2019-08-12 12:01:35','imp','optin_5','7227261368','','714',0),(25336,'2019-08-12 12:01:35','imp','optin_7','mailchimp_7227261368','','714',0),(25337,'2019-08-12 17:38:58','imp','optin_8','7227261368','','-1',0),(25338,'2019-08-12 17:39:03','imp','optin_2','7227261368','','92',0),(25339,'2019-08-12 17:40:01','imp','optin_5','7227261368','','936',0),(25340,'2019-08-12 22:18:40','imp','optin_7','mailchimp_7227261368','','714',0),(25341,'2019-08-12 22:18:49','imp','optin_5','7227261368','','714',0),(25342,'2019-08-12 22:18:59','imp','optin_8','7227261368','','714',0),(25343,'2019-08-12 22:34:18','imp','optin_8','7227261368','','-1',0),(25344,'2019-08-12 23:10:09','imp','optin_2','7227261368','','92',0),(25345,'2019-08-13 10:48:11','imp','optin_5','7227261368','','0',0),(25346,'2019-08-13 17:45:55','imp','optin_7','mailchimp_7227261368','','714',0),(25347,'2019-08-13 17:46:09','imp','optin_8','7227261368','','714',0),(25348,'2019-08-13 17:46:16','imp','optin_7','7227261368','','714',0),(25349,'2019-08-13 17:46:17','imp','optin_5','7227261368','','714',0),(25350,'2019-08-13 17:55:13','imp','optin_7','mailchimp_7227261368','','714',0),(25351,'2019-08-13 17:55:36','imp','optin_8','7227261368','','714',0),(25352,'2019-08-13 17:55:48','imp','optin_7','7227261368','','714',0),(25353,'2019-08-13 17:55:51','imp','optin_5','7227261368','','714',0),(25354,'2019-08-13 22:05:17','imp','optin_7','mailchimp_7227261368','','714',0),(25355,'2019-08-13 22:05:36','imp','optin_8','7227261368','','714',0),(25356,'2019-08-13 22:08:20','imp','optin_7','7227261368','','714',0),(25357,'2019-08-14 02:41:33','imp','optin_7','mailchimp_7227261368','','714',0),(25358,'2019-08-14 02:41:36','imp','optin_5','7227261368','','714',0),(25359,'2019-08-14 02:41:47','imp','optin_7','7227261368','','714',0),(25360,'2019-08-14 02:41:48','imp','optin_8','7227261368','','714',0),(25361,'2019-08-14 13:26:53','imp','optin_7','mailchimp_7227261368','','714',0),(25362,'2019-08-14 13:27:13','imp','optin_8','7227261368','','714',0),(25363,'2019-08-15 11:00:06','imp','optin_7','mailchimp_7227261368','','714',0),(25364,'2019-08-15 11:00:06','imp','optin_5','7227261368','','714',0),(25365,'2019-08-15 11:00:24','imp','optin_8','7227261368','','714',0),(25366,'2019-08-16 02:43:36','imp','optin_8','7227261368','','-1',0),(25367,'2019-08-16 02:43:51','imp','optin_7','mailchimp_7227261368','','714',0),(25368,'2019-08-16 02:44:18','imp','optin_7','7227261368','','714',0),(25369,'2019-08-16 02:44:24','imp','optin_2','7227261368','','92',0),(25370,'2019-08-16 02:52:33','imp','optin_8','7227261368','','-1',0),(25371,'2019-08-16 09:05:24','imp','optin_7','mailchimp_7227261368','','714',0),(25372,'2019-08-16 09:58:26','imp','optin_7','mailchimp_7227261368','','714',0),(25373,'2019-08-16 09:58:45','imp','optin_8','7227261368','','714',0),(25374,'2019-08-16 10:09:37','imp','optin_5','7227261368','','714',0),(25375,'2019-08-16 10:10:04','imp','optin_7','7227261368','','714',0),(25376,'2019-08-16 12:30:07','imp','optin_8','7227261368','','-1',0),(25377,'2019-08-16 19:28:18','imp','optin_7','mailchimp_7227261368','','714',0),(25378,'2019-08-16 21:53:16','imp','optin_7','mailchimp_7227261368','','714',0),(25379,'2019-08-17 15:26:05','imp','optin_7','mailchimp_7227261368','','714',0),(25380,'2019-08-17 15:26:24','imp','optin_8','7227261368','','714',0),(25381,'2019-08-17 15:26:50','imp','optin_5','7227261368','','714',0),(25382,'2019-08-18 21:45:57','imp','optin_7','mailchimp_7227261368','','714',0),(25383,'2019-08-18 21:46:08','imp','optin_8','7227261368','','714',0),(25384,'2019-08-18 21:46:19','imp','optin_7','7227261368','','714',0),(25385,'2019-08-19 02:48:50','imp','optin_7','mailchimp_7227261368','','714',0),(25386,'2019-08-19 02:48:56','imp','optin_5','7227261368','','714',0),(25387,'2019-08-19 02:49:01','imp','optin_8','7227261368','','714',0),(25388,'2019-08-19 02:49:11','imp','optin_7','7227261368','','714',0),(25389,'2019-08-19 20:04:03','imp','optin_7','mailchimp_7227261368','','714',0),(25390,'2019-08-19 23:09:26','imp','optin_7','mailchimp_7227261368','','714',0),(25391,'2019-08-19 23:09:45','imp','optin_8','7227261368','','714',0),(25392,'2019-08-19 23:09:51','imp','optin_5','7227261368','','714',0),(25393,'2019-08-19 23:09:59','imp','optin_7','7227261368','','714',0),(25394,'2019-08-20 09:02:09','imp','optin_5','7227261368','','714',0),(25395,'2019-08-20 09:02:09','imp','optin_7','mailchimp_7227261368','','714',0),(25396,'2019-08-20 17:42:01','imp','optin_7','mailchimp_7227261368','','714',0),(25397,'2019-08-20 17:59:45','imp','optin_7','mailchimp_7227261368','','714',0),(25398,'2019-08-21 12:02:30','imp','optin_2','7227261368','','92',0),(25399,'2019-08-21 12:02:30','imp','optin_8','7227261368','','-1',0),(25400,'2019-08-21 12:32:57','imp','optin_7','mailchimp_7227261368','','714',0),(25401,'2019-08-21 12:32:58','imp','optin_5','7227261368','','714',0),(25402,'2019-08-21 12:33:10','imp','optin_7','7227261368','','714',0),(25403,'2019-08-21 12:33:10','imp','optin_8','7227261368','','714',0),(25404,'2019-08-21 12:49:20','imp','optin_7','mailchimp_7227261368','','714',0),(25405,'2019-08-21 14:10:40','imp','optin_7','mailchimp_7227261368','','714',0),(25406,'2019-08-21 14:10:58','imp','optin_8','7227261368','','714',0),(25407,'2019-08-21 14:11:48','imp','optin_5','7227261368','','714',0),(25408,'2019-08-21 14:11:48','imp','optin_7','7227261368','','714',0),(25409,'2019-08-22 01:38:55','imp','optin_7','mailchimp_7227261368','','714',0),(25410,'2019-08-22 12:48:24','imp','optin_7','mailchimp_7227261368','','714',0),(25411,'2019-08-22 12:48:30','imp','optin_8','7227261368','','714',0),(25412,'2019-08-22 12:48:47','imp','optin_7','7227261368','','714',0),(25413,'2019-08-22 14:29:43','imp','optin_7','mailchimp_7227261368','','714',0),(25414,'2019-08-22 14:29:43','imp','optin_5','7227261368','','714',0),(25415,'2019-08-22 14:29:58','imp','optin_8','7227261368','','714',0),(25416,'2019-08-22 14:32:41','imp','optin_7','7227261368','','714',0),(25417,'2019-08-22 18:18:13','imp','optin_7','mailchimp_7227261368','','714',0),(25418,'2019-08-22 18:18:32','imp','optin_8','7227261368','','714',0),(25419,'2019-08-22 21:45:20','imp','optin_8','7227261368','','-1',0),(25420,'2019-08-22 22:42:18','imp','optin_7','mailchimp_7227261368','','714',0),(25421,'2019-08-22 22:42:33','imp','optin_8','7227261368','','714',0),(25422,'2019-08-22 22:42:38','imp','optin_5','7227261368','','714',0),(25423,'2019-08-22 22:42:48','imp','optin_7','7227261368','','714',0),(25424,'2019-08-23 01:20:07','imp','optin_7','mailchimp_7227261368','','714',0),(25425,'2019-08-23 01:20:23','imp','optin_8','7227261368','','714',0),(25426,'2019-08-23 01:20:54','imp','optin_5','7227261368','','714',0),(25427,'2019-08-23 01:21:32','imp','optin_7','7227261368','','714',0),(25428,'2019-08-23 04:26:53','imp','optin_7','mailchimp_7227261368','','714',0),(25429,'2019-08-23 04:47:22','imp','optin_7','mailchimp_7227261368','','714',0),(25430,'2019-08-23 19:44:49','imp','optin_5','7227261368','','714',0),(25431,'2019-08-23 19:44:49','imp','optin_7','mailchimp_7227261368','','714',0),(25432,'2019-08-23 19:45:07','imp','optin_8','7227261368','','714',0),(25433,'2019-08-23 19:45:27','imp','optin_7','7227261368','','714',0),(25434,'2019-08-24 01:11:33','imp','optin_5','7227261368','','789',0),(25435,'2019-08-24 01:11:33','imp','optin_8','7227261368','','789',0),(25436,'2019-08-27 00:41:34','imp','optin_7','mailchimp_7227261368','','714',0),(25437,'2019-08-27 00:41:42','imp','optin_8','7227261368','','714',0),(25438,'2019-08-27 00:42:34','imp','optin_7','7227261368','','714',0),(25439,'2019-08-28 06:22:12','imp','optin_7','mailchimp_7227261368','','714',0),(25440,'2019-08-28 06:22:12','imp','optin_5','7227261368','','714',0),(25441,'2019-08-28 06:22:28','imp','optin_8','7227261368','','714',0),(25442,'2019-08-28 06:22:47','imp','optin_7','7227261368','','714',0),(25443,'2019-08-28 12:07:04','imp','optin_5','7227261368','','714',0),(25444,'2019-08-28 12:07:04','imp','optin_7','mailchimp_7227261368','','714',0),(25445,'2019-08-28 12:07:18','imp','optin_7','7227261368','','714',0),(25446,'2019-08-28 12:07:19','imp','optin_8','7227261368','','714',0),(25447,'2019-08-29 09:54:15','imp','optin_7','mailchimp_7227261368','','714',0),(25448,'2019-08-29 09:54:31','imp','optin_8','7227261368','','714',0),(25449,'2019-08-29 09:58:47','imp','optin_5','7227261368','','714',0),(25450,'2019-08-29 09:59:10','imp','optin_7','7227261368','','714',0),(25451,'2019-08-29 10:59:51','imp','optin_7','mailchimp_7227261368','','714',0),(25452,'2019-08-29 20:20:19','imp','optin_7','mailchimp_7227261368','','714',0),(25453,'2019-08-29 20:20:39','imp','optin_8','7227261368','','714',0),(25454,'2019-08-30 12:15:08','imp','optin_5','7227261368','','714',0),(25455,'2019-08-30 12:15:08','imp','optin_7','mailchimp_7227261368','','714',0),(25456,'2019-08-31 06:50:15','imp','optin_7','mailchimp_7227261368','','714',0),(25457,'2019-08-31 06:50:34','imp','optin_8','7227261368','','714',0),(25458,'2019-08-31 06:50:56','imp','optin_7','7227261368','','714',0),(25459,'2019-08-31 14:04:02','imp','optin_2','7227261368','','92',0),(25460,'2019-08-31 14:04:02','imp','optin_8','7227261368','','-1',0),(25461,'2019-08-31 18:16:18','imp','optin_7','mailchimp_7227261368','','714',0),(25462,'2019-08-31 18:16:37','imp','optin_8','7227261368','','714',0),(25463,'2019-08-31 18:16:53','imp','optin_7','7227261368','','714',0),(25464,'2019-09-01 12:25:09','imp','optin_7','mailchimp_7227261368','','714',0),(25465,'2019-09-01 12:25:22','imp','optin_8','7227261368','','714',0),(25466,'2019-09-01 12:25:30','imp','optin_7','7227261368','','714',0),(25467,'2019-09-01 16:41:43','imp','optin_7','mailchimp_7227261368','','714',0),(25468,'2019-09-01 16:41:49','imp','optin_5','7227261368','','714',0),(25469,'2019-09-01 16:42:01','imp','optin_8','7227261368','','714',0),(25470,'2019-09-02 15:42:46','imp','optin_7','mailchimp_7227261368','','714',0),(25471,'2019-09-02 15:43:03','imp','optin_8','7227261368','','714',0),(25472,'2019-09-02 16:01:27','imp','optin_5','7227261368','','714',0),(25473,'2019-09-02 16:01:53','imp','optin_7','7227261368','','714',0),(25474,'2019-09-02 17:37:12','imp','optin_2','7227261368','','92',0),(25475,'2019-09-02 17:37:17','imp','optin_8','7227261368','','-1',0),(25476,'2019-09-03 15:27:09','imp','optin_7','mailchimp_7227261368','','714',0),(25477,'2019-09-03 15:27:09','imp','optin_5','7227261368','','714',0),(25478,'2019-09-03 15:27:23','imp','optin_8','7227261368','','714',0),(25479,'2019-09-03 15:27:29','imp','optin_7','7227261368','','714',0),(25480,'2019-09-03 18:16:50','imp','optin_5','7227261368','','714',0),(25481,'2019-09-03 18:16:50','imp','optin_7','mailchimp_7227261368','','714',0),(25482,'2019-09-03 18:17:09','imp','optin_8','7227261368','','714',0),(25483,'2019-09-03 18:17:52','imp','optin_7','7227261368','','714',0),(25484,'2019-09-05 04:38:23','imp','optin_7','mailchimp_7227261368','','714',0),(25485,'2019-09-05 07:49:48','imp','optin_7','mailchimp_7227261368','','714',0),(25486,'2019-09-05 21:09:41','imp','optin_7','mailchimp_7227261368','','714',0),(25487,'2019-09-05 21:10:01','imp','optin_8','7227261368','','714',0),(25488,'2019-09-05 21:10:43','imp','optin_5','7227261368','','714',0),(25489,'2019-09-06 10:07:41','imp','optin_7','mailchimp_7227261368','','714',0),(25490,'2019-09-06 11:45:32','imp','optin_5','7227261368','','714',0),(25491,'2019-09-06 11:45:32','imp','optin_7','mailchimp_7227261368','','714',0),(25492,'2019-09-06 11:45:40','imp','optin_8','7227261368','','714',0),(25493,'2019-09-08 11:42:42','imp','optin_8','7227261368','','-1',0),(25494,'2019-09-09 11:14:03','imp','optin_7','mailchimp_7227261368','','714',0),(25495,'2019-09-09 11:14:16','imp','optin_5','7227261368','','714',0),(25496,'2019-09-09 11:14:18','imp','optin_8','7227261368','','714',0),(25497,'2019-09-09 11:14:21','imp','optin_7','7227261368','','714',0),(25498,'2019-09-09 17:05:25','imp','optin_2','7227261368','','92',0),(25499,'2019-09-09 17:05:27','imp','optin_8','7227261368','','-1',0),(25500,'2019-09-11 04:17:48','imp','optin_7','mailchimp_7227261368','','714',0),(25501,'2019-09-11 04:17:48','imp','optin_5','7227261368','','714',0),(25502,'2019-09-11 04:18:05','imp','optin_8','7227261368','','714',0),(25503,'2019-09-11 04:18:20','imp','optin_7','7227261368','','714',0),(25504,'2019-09-11 04:49:40','imp','optin_7','mailchimp_7227261368','','714',0),(25505,'2019-09-11 04:49:59','imp','optin_8','7227261368','','714',0),(25506,'2019-09-11 14:57:53','imp','optin_5','7227261368','','714',0),(25507,'2019-09-11 14:57:53','imp','optin_7','mailchimp_7227261368','','714',0),(25508,'2019-09-11 14:58:00','imp','optin_7','7227261368','','714',0),(25509,'2019-09-11 14:58:00','imp','optin_8','7227261368','','714',0),(25510,'2019-09-12 11:41:35','imp','optin_7','mailchimp_7227261368','','714',0),(25511,'2019-09-13 23:53:00','imp','optin_7','mailchimp_7227261368','','714',0),(25512,'2019-09-13 23:53:18','imp','optin_8','7227261368','','714',0),(25513,'2019-09-13 23:58:56','imp','optin_5','7227261368','','714',0),(25514,'2019-09-13 23:58:59','imp','optin_7','7227261368','','714',0),(25515,'2019-09-15 10:26:30','imp','optin_7','mailchimp_7227261368','','714',0),(25516,'2019-09-15 10:26:49','imp','optin_8','7227261368','','714',0),(25517,'2019-09-15 10:27:22','imp','optin_7','7227261368','','714',0),(25518,'2019-09-16 15:14:33','imp','optin_7','mailchimp_7227261368','','714',0),(25519,'2019-09-16 15:14:51','imp','optin_8','7227261368','','714',0),(25520,'2019-09-17 02:06:09','imp','optin_7','mailchimp_7227261368','','714',0),(25521,'2019-09-17 02:06:24','imp','optin_8','7227261368','','714',0),(25522,'2019-09-17 10:43:10','imp','optin_5','7227261368','','714',0),(25523,'2019-09-17 10:43:10','imp','optin_7','mailchimp_7227261368','','714',0),(25524,'2019-09-17 10:43:25','imp','optin_8','7227261368','','714',0),(25525,'2019-09-17 10:44:32','imp','optin_7','7227261368','','714',0),(25526,'2019-09-17 11:55:43','imp','optin_7','mailchimp_7227261368','','714',0),(25527,'2019-09-17 11:55:44','imp','optin_5','7227261368','','714',0),(25528,'2019-09-17 11:56:02','imp','optin_7','7227261368','','714',0),(25529,'2019-09-17 11:56:03','imp','optin_8','7227261368','','714',0),(25530,'2019-09-17 11:56:03','imp','optin_8','7227261368','','714',0),(25531,'2019-09-17 12:07:08','imp','optin_7','mailchimp_7227261368','','714',0),(25532,'2019-09-17 12:07:09','imp','optin_5','7227261368','','714',0),(25533,'2019-09-17 12:07:28','imp','optin_8','7227261368','','714',0),(25534,'2019-09-17 12:07:28','imp','optin_7','7227261368','','714',0),(25535,'2019-09-17 13:49:57','imp','optin_7','mailchimp_7227261368','','714',0),(25536,'2019-09-18 00:02:58','imp','optin_8','7227261368','','-1',0),(25537,'2019-09-18 06:13:32','imp','optin_8','7227261368','','-1',0),(25538,'2019-09-18 07:50:28','imp','optin_5','7227261368','','714',0),(25539,'2019-09-18 07:50:28','imp','optin_7','mailchimp_7227261368','','714',0),(25540,'2019-09-18 07:50:44','imp','optin_7','7227261368','','714',0),(25541,'2019-09-18 07:50:44','imp','optin_8','7227261368','','714',0),(25542,'2019-09-18 10:37:41','imp','optin_7','mailchimp_7227261368','','714',0),(25543,'2019-09-18 15:10:08','imp','optin_7','mailchimp_7227261368','','714',0),(25544,'2019-09-18 15:10:08','imp','optin_5','7227261368','','714',0),(25545,'2019-09-18 15:10:22','imp','optin_8','7227261368','','714',0),(25546,'2019-09-18 15:10:34','imp','optin_7','7227261368','','714',0),(25547,'2019-09-18 18:38:57','imp','optin_7','mailchimp_7227261368','','714',0),(25548,'2019-09-18 18:38:57','imp','optin_5','7227261368','','714',0),(25549,'2019-09-18 18:39:16','imp','optin_8','7227261368','','714',0),(25550,'2019-09-18 22:48:00','imp','optin_7','mailchimp_7227261368','','714',0),(25551,'2019-09-19 01:57:24','imp','optin_7','mailchimp_7227261368','','714',0),(25552,'2019-09-19 01:57:27','imp','optin_7','7227261368','','714',0),(25553,'2019-09-19 01:57:27','imp','optin_8','7227261368','','714',0),(25554,'2019-09-19 12:02:35','imp','optin_7','mailchimp_7227261368','','714',0),(25555,'2019-09-19 12:02:42','imp','optin_5','7227261368','','714',0),(25556,'2019-09-19 12:02:53','imp','optin_8','7227261368','','714',0),(25557,'2019-09-19 12:02:57','imp','optin_7','7227261368','','714',0),(25558,'2019-09-19 13:08:33','imp','optin_7','mailchimp_7227261368','','714',0),(25559,'2019-09-19 13:08:52','imp','optin_8','7227261368','','714',0),(25560,'2019-09-19 13:10:01','imp','optin_7','7227261368','','714',0),(25561,'2019-09-19 13:10:02','imp','optin_5','7227261368','','714',0),(25562,'2019-09-19 14:04:27','imp','optin_7','mailchimp_7227261368','','714',0),(25563,'2019-09-19 18:49:51','imp','optin_7','mailchimp_7227261368','','714',0),(25564,'2019-09-19 18:51:12','imp','optin_8','7227261368','','714',0),(25565,'2019-09-19 18:53:11','imp','optin_7','7227261368','','714',0),(25566,'2019-09-20 03:03:31','imp','optin_7','mailchimp_7227261368','','714',0),(25567,'2019-09-20 08:46:25','imp','optin_8','7227261368','','519',0),(25568,'2019-09-21 09:06:33','imp','optin_7','mailchimp_7227261368','','714',0),(25569,'2019-09-21 09:06:53','imp','optin_8','7227261368','','714',0),(25570,'2019-09-21 13:31:02','imp','optin_7','mailchimp_7227261368','','714',0),(25571,'2019-09-21 13:31:07','imp','optin_7','7227261368','','714',0),(25572,'2019-09-21 13:31:08','imp','optin_8','7227261368','','714',0),(25573,'2019-09-21 13:53:08','imp','optin_8','7227261368','','-1',0),(25574,'2019-09-23 11:17:34','imp','optin_7','mailchimp_7227261368','','714',0),(25575,'2019-09-23 11:17:53','imp','optin_8','7227261368','','714',0),(25576,'2019-09-23 11:18:48','imp','optin_5','7227261368','','714',0),(25577,'2019-09-23 11:19:30','imp','optin_7','7227261368','','714',0),(25578,'2019-09-23 15:37:47','imp','optin_2','7227261368','','92',0),(25579,'2019-09-23 15:37:48','imp','optin_8','7227261368','','-1',0),(25580,'2019-09-23 23:49:48','imp','optin_7','mailchimp_7227261368','','714',0),(25581,'2019-09-24 04:29:09','imp','optin_7','mailchimp_7227261368','','714',0),(25582,'2019-09-24 04:29:26','imp','optin_8','7227261368','','714',0),(25583,'2019-09-24 04:32:47','imp','optin_7','7227261368','','714',0),(25584,'2019-09-25 10:55:22','imp','optin_7','mailchimp_7227261368','','714',0),(25585,'2019-09-25 20:35:34','imp','optin_7','mailchimp_7227261368','','714',0),(25586,'2019-09-25 20:35:53','imp','optin_8','7227261368','','714',0),(25587,'2019-09-25 20:36:34','imp','optin_7','7227261368','','714',0),(25588,'2019-09-26 14:26:27','imp','optin_8','7227261368','','-1',0),(25589,'2019-09-26 14:26:27','imp','optin_2','7227261368','','92',0),(25590,'2019-09-27 01:54:12','imp','optin_7','mailchimp_7227261368','','714',0),(25591,'2019-09-27 01:54:30','imp','optin_8','7227261368','','714',0),(25592,'2019-09-27 11:27:53','imp','optin_7','mailchimp_7227261368','','714',0),(25593,'2019-09-27 11:54:00','imp','optin_7','mailchimp_7227261368','','714',0),(25594,'2019-09-27 13:45:11','imp','optin_7','mailchimp_7227261368','','714',0),(25595,'2019-09-28 10:19:40','imp','optin_7','mailchimp_7227261368','','714',0),(25596,'2019-09-28 10:19:58','imp','optin_8','7227261368','','714',0),(25597,'2019-09-28 10:20:08','imp','optin_7','7227261368','','714',0),(25598,'2019-09-28 10:36:04','imp','optin_7','mailchimp_7227261368','','714',0),(25599,'2019-09-28 10:36:24','imp','optin_8','7227261368','','714',0),(25600,'2019-09-28 10:36:36','imp','optin_5','7227261368','','714',0),(25601,'2019-09-28 10:36:45','imp','optin_7','7227261368','','714',0),(25602,'2019-09-28 17:10:25','imp','optin_7','mailchimp_7227261368','','714',0),(25603,'2019-09-28 20:00:36','imp','optin_7','mailchimp_7227261368','','714',0),(25604,'2019-09-29 02:40:58','imp','optin_7','mailchimp_7227261368','','714',0),(25605,'2019-09-29 02:41:18','imp','optin_8','7227261368','','714',0),(25606,'2019-09-29 02:41:42','imp','optin_7','7227261368','','714',0),(25607,'2019-09-30 23:54:16','imp','optin_7','mailchimp_7227261368','','714',0),(25608,'2019-09-30 23:54:16','imp','optin_5','7227261368','','714',0),(25609,'2019-09-30 23:54:34','imp','optin_8','7227261368','','714',0),(25610,'2019-10-01 00:00:54','imp','optin_7','7227261368','','714',0),(25611,'2019-10-01 11:41:42','imp','optin_8','7227261368','','681',0),(25612,'2019-10-03 02:02:22','imp','optin_8','7227261368','','968',0),(25613,'2019-10-05 20:36:22','imp','optin_7','mailchimp_7227261368','','714',0),(25614,'2019-10-05 23:21:21','imp','optin_7','mailchimp_7227261368','','714',0),(25615,'2019-10-05 23:21:21','imp','optin_5','7227261368','','714',0),(25616,'2019-10-05 23:21:38','imp','optin_8','7227261368','','714',0),(25617,'2019-10-05 23:21:45','imp','optin_7','7227261368','','714',0),(25618,'2019-10-06 00:10:19','imp','optin_8','7227261368','','411',0),(25619,'2019-10-08 09:45:59','imp','optin_7','mailchimp_7227261368','','714',0),(25620,'2019-10-08 09:45:59','imp','optin_5','7227261368','','714',0),(25621,'2019-10-08 13:20:17','imp','optin_5','7227261368','','714',0),(25622,'2019-10-08 13:20:17','imp','optin_7','mailchimp_7227261368','','714',0),(25623,'2019-10-08 13:20:31','imp','optin_7','7227261368','','714',0),(25624,'2019-10-08 13:20:32','imp','optin_8','7227261368','','714',0),(25625,'2019-10-09 00:55:37','imp','optin_7','mailchimp_7227261368','','714',0),(25626,'2019-10-09 04:42:01','imp','optin_7','mailchimp_7227261368','','714',0),(25627,'2019-10-09 04:42:10','imp','optin_8','7227261368','','714',0),(25628,'2019-10-09 04:42:22','imp','optin_7','7227261368','','714',0),(25629,'2019-10-09 14:49:46','imp','optin_7','mailchimp_7227261368','','714',0),(25630,'2019-10-09 14:50:05','imp','optin_8','7227261368','','714',0),(25631,'2019-10-09 14:50:40','imp','optin_7','7227261368','','714',0),(25632,'2019-10-09 21:01:32','imp','optin_7','mailchimp_7227261368','','714',0),(25633,'2019-10-09 21:01:35','imp','optin_5','7227261368','','714',0),(25634,'2019-10-09 21:01:50','imp','optin_8','7227261368','','714',0),(25635,'2019-10-09 21:02:05','imp','optin_7','7227261368','','714',0),(25636,'2019-10-11 00:01:48','imp','optin_7','mailchimp_7227261368','','714',0),(25637,'2019-10-11 00:02:06','imp','optin_8','7227261368','','714',0),(25638,'2019-10-11 00:02:10','imp','optin_7','7227261368','','714',0),(25639,'2019-10-11 15:15:16','imp','optin_7','mailchimp_7227261368','','714',0),(25640,'2019-10-11 15:15:35','imp','optin_8','7227261368','','714',0),(25641,'2019-10-11 18:32:51','imp','optin_7','mailchimp_7227261368','','714',0),(25642,'2019-10-11 18:32:52','imp','optin_5','7227261368','','714',0),(25643,'2019-10-11 18:32:57','imp','optin_8','7227261368','','714',0),(25644,'2019-10-11 18:33:35','imp','optin_7','7227261368','','714',0),(25645,'2019-10-12 21:53:10','imp','optin_7','mailchimp_7227261368','','714',0),(25646,'2019-10-12 21:53:31','imp','optin_8','7227261368','','714',0),(25647,'2019-10-13 00:24:39','imp','optin_7','mailchimp_7227261368','','714',0),(25648,'2019-10-13 00:24:58','imp','optin_8','7227261368','','714',0),(25649,'2019-10-13 13:34:04','imp','optin_7','mailchimp_7227261368','','714',0),(25650,'2019-10-13 13:34:14','imp','optin_8','7227261368','','714',0),(25651,'2019-10-13 13:34:18','imp','optin_7','7227261368','','714',0),(25652,'2019-10-14 14:26:57','imp','optin_7','mailchimp_7227261368','','714',0),(25653,'2019-10-14 14:27:13','imp','optin_8','7227261368','','714',0),(25654,'2019-10-14 14:28:30','imp','optin_7','7227261368','','714',0),(25655,'2019-10-14 23:54:43','imp','optin_8','7227261368','','-1',0),(25656,'2019-10-15 17:09:53','imp','optin_7','mailchimp_7227261368','','714',0),(25657,'2019-10-15 17:10:12','imp','optin_8','7227261368','','714',0),(25658,'2019-10-15 17:10:30','imp','optin_5','7227261368','','714',0),(25659,'2019-10-15 17:10:56','imp','optin_7','7227261368','','714',0),(25660,'2019-10-15 18:50:04','imp','optin_2','7227261368','','92',0),(25661,'2019-10-15 19:11:33','imp','optin_2','7227261368','','92',0),(25662,'2019-10-15 22:52:04','imp','optin_2','7227261368','','92',0),(25663,'2019-10-16 00:00:04','imp','optin_7','mailchimp_7227261368','','714',0),(25664,'2019-10-16 00:00:04','imp','optin_5','7227261368','','714',0),(25665,'2019-10-16 00:00:22','imp','optin_8','7227261368','','714',0),(25666,'2019-10-16 00:02:26','imp','optin_7','7227261368','','714',0),(25667,'2019-10-16 02:55:51','imp','optin_2','7227261368','','92',0),(25668,'2019-10-16 15:26:09','imp','optin_7','mailchimp_7227261368','','714',0),(25669,'2019-10-16 15:26:28','imp','optin_8','7227261368','','714',0),(25670,'2019-10-16 22:57:01','imp','optin_2','7227261368','','92',0),(25671,'2019-10-16 23:56:00','imp','optin_2','7227261368','','92',0),(25672,'2019-10-17 01:17:12','imp','optin_2','7227261368','','92',0),(25673,'2019-10-17 06:54:32','imp','optin_2','7227261368','','92',0),(25674,'2019-10-17 08:26:29','imp','optin_2','7227261368','','92',0),(25675,'2019-10-17 08:46:07','imp','optin_2','7227261368','','92',0),(25676,'2019-10-17 13:23:35','imp','optin_2','7227261368','','92',0),(25677,'2019-10-18 05:13:20','imp','optin_5','7227261368','','780',0),(25678,'2019-10-18 05:13:20','imp','optin_8','7227261368','','780',0),(25679,'2019-10-18 14:18:10','imp','optin_7','mailchimp_7227261368','','714',0),(25680,'2019-10-20 04:46:32','imp','optin_7','mailchimp_7227261368','','714',0),(25681,'2019-10-21 12:40:16','imp','optin_7','mailchimp_7227261368','','714',0),(25682,'2019-10-21 12:40:24','imp','optin_7','7227261368','','714',0),(25683,'2019-10-21 12:40:33','imp','optin_5','7227261368','','714',0),(25684,'2019-10-21 12:40:34','imp','optin_8','7227261368','','714',0),(25685,'2019-10-21 22:25:05','imp','optin_2','7227261368','','92',0),(25686,'2019-10-22 01:24:21','imp','optin_7','mailchimp_7227261368','','714',0),(25687,'2019-10-22 07:51:13','imp','optin_2','7227261368','','92',0),(25688,'2019-10-22 14:45:16','imp','optin_2','7227261368','','92',0),(25689,'2019-10-23 08:48:26','imp','optin_7','mailchimp_7227261368','','714',0),(25690,'2019-10-23 08:48:33','imp','optin_5','7227261368','','714',0),(25691,'2019-10-23 08:48:41','imp','optin_8','7227261368','','714',0),(25692,'2019-10-23 11:26:30','imp','optin_7','mailchimp_7227261368','','714',0),(25693,'2019-10-23 11:26:30','imp','optin_5','7227261368','','714',0),(25694,'2019-10-23 12:50:50','imp','optin_7','mailchimp_7227261368','','714',0),(25695,'2019-10-23 12:51:09','imp','optin_8','7227261368','','714',0),(25696,'2019-10-23 12:51:25','imp','optin_7','7227261368','','714',0),(25697,'2019-10-23 18:08:02','imp','optin_7','mailchimp_7227261368','','714',0),(25698,'2019-10-23 18:08:06','imp','optin_8','7227261368','','714',0),(25699,'2019-10-23 21:15:44','imp','optin_7','mailchimp_7227261368','','714',0),(25700,'2019-10-23 21:15:44','imp','optin_5','7227261368','','714',0),(25701,'2019-10-23 21:16:03','imp','optin_8','7227261368','','714',0),(25702,'2019-10-23 21:16:22','imp','optin_7','7227261368','','714',0),(25703,'2019-10-24 07:46:33','imp','optin_7','mailchimp_7227261368','','714',0),(25704,'2019-10-24 07:46:53','imp','optin_8','7227261368','','714',0),(25705,'2019-10-24 16:56:25','imp','optin_7','mailchimp_7227261368','','714',0),(25706,'2019-10-24 16:56:25','imp','optin_5','7227261368','','714',0),(25707,'2019-10-24 16:56:44','imp','optin_8','7227261368','','714',0),(25708,'2019-10-24 16:56:44','imp','optin_7','7227261368','','714',0),(25709,'2019-10-26 19:08:28','imp','optin_2','7227261368','','92',0),(25710,'2019-10-26 19:08:28','imp','optin_8','7227261368','','-1',0),(25711,'2019-10-27 01:33:19','imp','optin_2','7227261368','','92',0),(25712,'2019-10-28 00:30:26','imp','optin_2','7227261368','','92',0),(25713,'2019-10-28 06:39:10','imp','optin_2','7227261368','','92',0),(25714,'2019-10-28 08:17:32','imp','optin_5','7227261368','','714',0),(25715,'2019-10-28 08:17:32','imp','optin_7','mailchimp_7227261368','','714',0),(25716,'2019-10-28 08:17:51','imp','optin_8','7227261368','','714',0),(25717,'2019-10-28 08:18:10','imp','optin_7','7227261368','','714',0),(25718,'2019-10-29 16:26:21','imp','optin_7','mailchimp_7227261368','','714',0),(25719,'2019-10-29 16:26:21','imp','optin_5','7227261368','','714',0),(25720,'2019-10-29 16:26:39','imp','optin_8','7227261368','','714',0),(25721,'2019-10-30 08:41:41','imp','optin_7','mailchimp_7227261368','','714',0),(25722,'2019-10-31 05:11:07','imp','optin_7','mailchimp_7227261368','','714',0),(25723,'2019-10-31 05:11:25','imp','optin_8','7227261368','','714',0),(25724,'2019-10-31 05:36:29','imp','optin_5','7227261368','','714',0),(25725,'2019-10-31 05:36:29','imp','optin_7','mailchimp_7227261368','','714',0),(25726,'2019-10-31 05:36:48','imp','optin_8','7227261368','','714',0),(25727,'2019-10-31 05:37:08','imp','optin_7','7227261368','','714',0),(25728,'2019-10-31 07:51:39','imp','optin_8','7227261368','','964',0),(25729,'2019-10-31 07:51:43','imp','optin_5','7227261368','','964',0),(25730,'2019-10-31 22:10:01','imp','optin_8','7227261368','','971',0),(25731,'2019-11-02 07:44:30','imp','optin_7','mailchimp_7227261368','','714',0),(25732,'2019-11-02 07:44:37','imp','optin_8','7227261368','','714',0),(25733,'2019-11-02 15:33:14','imp','optin_7','mailchimp_7227261368','','714',0),(25734,'2019-11-03 12:25:44','imp','optin_7','mailchimp_7227261368','','714',0),(25735,'2019-11-03 12:25:54','imp','optin_8','7227261368','','714',0),(25736,'2019-11-03 18:20:40','imp','optin_7','mailchimp_7227261368','','714',0),(25737,'2019-11-03 18:20:40','imp','optin_5','7227261368','','714',0),(25738,'2019-11-03 18:20:54','imp','optin_8','7227261368','','714',0),(25739,'2019-11-03 18:20:54','imp','optin_7','7227261368','','714',0),(25740,'2019-11-04 08:32:22','imp','optin_7','mailchimp_7227261368','','714',0),(25741,'2019-11-04 08:32:40','imp','optin_8','7227261368','','714',0),(25742,'2019-11-04 12:30:16','imp','optin_7','mailchimp_7227261368','','714',0),(25743,'2019-11-04 12:30:18','imp','optin_5','7227261368','','714',0),(25744,'2019-11-04 12:30:35','imp','optin_8','7227261368','','714',0),(25745,'2019-11-04 12:30:54','imp','optin_7','7227261368','','714',0),(25746,'2019-11-04 12:33:36','imp','optin_7','mailchimp_7227261368','','714',0),(25747,'2019-11-04 12:33:56','imp','optin_8','7227261368','','714',0),(25748,'2019-11-04 12:33:56','imp','optin_8','7227261368','','714',0),(25749,'2019-11-04 12:33:56','imp','optin_7','7227261368','','714',0),(25750,'2019-11-05 13:02:35','imp','optin_5','7227261368','','714',0),(25751,'2019-11-05 13:02:35','imp','optin_7','mailchimp_7227261368','','714',0),(25752,'2019-11-05 13:02:54','imp','optin_8','7227261368','','714',0),(25753,'2019-11-05 13:03:30','imp','optin_7','7227261368','','714',0),(25754,'2019-11-05 21:15:03','imp','optin_7','mailchimp_7227261368','','714',0),(25755,'2019-11-05 21:15:03','imp','optin_5','7227261368','','714',0),(25756,'2019-11-05 21:15:22','imp','optin_8','7227261368','','714',0),(25757,'2019-11-05 21:15:23','imp','optin_7','7227261368','','714',0),(25758,'2019-11-05 21:22:40','imp','optin_8','7227261368','','-1',0),(25759,'2019-11-05 22:22:40','imp','optin_7','mailchimp_7227261368','','714',0),(25760,'2019-11-05 22:37:53','imp','optin_8','7227261368','','2',0),(25761,'2019-11-05 22:41:52','imp','optin_2','7227261368','','2',0),(25762,'2019-11-06 07:28:10','imp','optin_7','mailchimp_7227261368','','714',0),(25763,'2019-11-06 09:15:13','imp','optin_7','mailchimp_7227261368','','714',0),(25764,'2019-11-07 03:26:26','imp','optin_7','mailchimp_7227261368','','714',0),(25765,'2019-11-07 03:26:45','imp','optin_8','7227261368','','714',0),(25766,'2019-11-07 11:35:49','imp','optin_8','7227261368','','-1',0),(25767,'2019-11-07 11:35:49','imp','optin_2','7227261368','','92',0),(25768,'2019-11-07 17:07:41','imp','optin_5','7227261368','','714',0),(25769,'2019-11-07 17:07:41','imp','optin_7','mailchimp_7227261368','','714',0),(25770,'2019-11-07 17:07:58','imp','optin_7','7227261368','','714',0),(25771,'2019-11-07 17:07:59','imp','optin_8','7227261368','','714',0),(25772,'2019-11-07 17:07:59','imp','optin_8','7227261368','','714',0),(25773,'2019-11-07 17:08:28','con','optin_8','mailchimp_7227261368','','714',0),(25774,'2019-11-08 08:00:47','imp','optin_8','7227261368','','-1',0),(25775,'2019-11-08 08:17:53','imp','optin_2','7227261368','','92',0),(25776,'2019-11-08 21:13:37','imp','optin_7','mailchimp_7227261368','','714',0),(25777,'2019-11-08 21:13:37','imp','optin_5','7227261368','','714',0),(25778,'2019-11-08 21:13:46','imp','optin_8','7227261368','','714',0),(25779,'2019-11-08 21:13:50','imp','optin_7','7227261368','','714',0),(25780,'2019-11-09 07:45:56','imp','optin_5','7227261368','','714',0),(25781,'2019-11-09 07:45:56','imp','optin_7','mailchimp_7227261368','','714',0),(25782,'2019-11-12 23:39:12','imp','optin_7','mailchimp_7227261368','','714',0),(25783,'2019-11-12 23:39:28','imp','optin_8','7227261368','','714',0),(25784,'2019-11-12 23:40:42','imp','optin_7','7227261368','','714',0),(25785,'2019-11-13 04:22:23','imp','optin_7','mailchimp_7227261368','','714',0),(25786,'2019-11-13 04:22:23','imp','optin_5','7227261368','','714',0),(25787,'2019-11-13 04:22:28','imp','optin_8','7227261368','','714',0),(25788,'2019-11-13 04:22:29','imp','optin_7','7227261368','','714',0),(25789,'2019-11-13 10:59:21','imp','optin_7','mailchimp_7227261368','','714',0),(25790,'2019-11-13 15:47:42','imp','optin_7','mailchimp_7227261368','','714',0),(25791,'2019-11-14 14:23:32','imp','optin_7','mailchimp_7227261368','','714',0),(25792,'2019-11-14 14:23:42','imp','optin_5','7227261368','','714',0),(25793,'2019-11-14 14:23:50','imp','optin_8','7227261368','','714',0),(25794,'2019-11-14 14:24:19','imp','optin_7','7227261368','','714',0),(25795,'2019-11-15 05:46:04','imp','optin_7','mailchimp_7227261368','','714',0),(25796,'2019-11-15 06:47:17','imp','optin_7','mailchimp_7227261368','','714',0),(25797,'2019-11-15 11:24:30','imp','optin_7','mailchimp_7227261368','','714',0),(25798,'2019-11-15 11:24:30','imp','optin_5','7227261368','','714',0),(25799,'2019-11-15 11:24:39','imp','optin_7','7227261368','','714',0),(25800,'2019-11-15 11:24:39','imp','optin_8','7227261368','','714',0),(25801,'2019-11-15 11:46:55','imp','optin_7','mailchimp_7227261368','','714',0),(25802,'2019-11-15 11:47:15','imp','optin_8','7227261368','','714',0),(25803,'2019-11-15 11:50:23','imp','optin_7','7227261368','','714',0),(25804,'2019-11-15 23:46:01','imp','optin_7','mailchimp_7227261368','','714',0),(25805,'2019-11-16 06:24:47','imp','optin_7','mailchimp_7227261368','','714',0),(25806,'2019-11-16 06:25:05','imp','optin_8','7227261368','','714',0),(25807,'2019-11-16 06:25:17','imp','optin_7','7227261368','','714',0),(25808,'2019-11-16 13:26:14','imp','optin_7','mailchimp_7227261368','','714',0),(25809,'2019-11-16 13:27:03','imp','optin_7','mailchimp_7227261368','','714',0),(25810,'2019-11-16 22:17:45','imp','optin_8','7227261368','','-1',0),(25811,'2019-11-18 09:48:06','imp','optin_7','mailchimp_7227261368','','714',0),(25812,'2019-11-18 09:48:07','imp','optin_5','7227261368','','714',0),(25813,'2019-11-18 09:48:20','imp','optin_7','7227261368','','714',0),(25814,'2019-11-19 14:24:34','imp','optin_8','7227261368','','-1',0),(25815,'2019-11-19 14:24:36','imp','optin_2','7227261368','','92',0),(25816,'2019-11-19 14:24:49','imp','optin_7','mailchimp_7227261368','','714',0),(25817,'2019-11-20 11:53:29','imp','optin_7','mailchimp_7227261368','','714',0),(25818,'2019-11-20 11:53:48','imp','optin_8','7227261368','','714',0),(25819,'2019-11-21 18:04:19','imp','optin_8','7227261368','','973',0),(25820,'2019-11-21 18:04:22','imp','optin_5','7227261368','','973',0),(25821,'2019-11-21 21:38:48','imp','optin_7','mailchimp_7227261368','','714',0),(25822,'2019-11-22 07:30:09','imp','optin_7','mailchimp_7227261368','','714',0),(25823,'2019-11-22 07:55:45','imp','optin_7','mailchimp_7227261368','','714',0),(25824,'2019-11-22 07:55:45','imp','optin_5','7227261368','','714',0),(25825,'2019-11-22 07:56:04','imp','optin_8','7227261368','','714',0),(25826,'2019-11-22 07:57:47','imp','optin_7','mailchimp_7227261368','','714',0),(25827,'2019-11-22 07:59:02','imp','optin_7','7227261368','','714',0),(25828,'2019-11-23 00:11:18','imp','optin_7','mailchimp_7227261368','','714',0),(25829,'2019-11-23 08:21:00','imp','optin_7','mailchimp_7227261368','','714',0),(25830,'2019-11-24 12:21:10','imp','optin_7','mailchimp_7227261368','','714',0),(25831,'2019-11-24 12:21:13','imp','optin_5','7227261368','','714',0),(25832,'2019-11-24 12:21:27','imp','optin_8','7227261368','','714',0),(25833,'2019-11-24 12:21:40','imp','optin_7','7227261368','','714',0),(25834,'2019-11-26 01:28:45','imp','optin_7','mailchimp_7227261368','','714',0),(25835,'2019-11-26 10:29:23','imp','optin_7','mailchimp_7227261368','','714',0),(25836,'2019-11-26 10:29:44','imp','optin_8','7227261368','','714',0),(25837,'2019-11-26 13:24:00','imp','optin_8','7227261368','','-1',0),(25838,'2019-11-27 10:03:45','imp','optin_7','mailchimp_7227261368','','714',0),(25839,'2019-11-27 10:03:45','imp','optin_5','7227261368','','714',0),(25840,'2019-11-27 10:03:55','imp','optin_7','7227261368','','714',0),(25841,'2019-11-27 10:03:57','imp','optin_8','7227261368','','714',0),(25842,'2019-11-28 11:40:12','imp','optin_7','mailchimp_7227261368','','714',0),(25843,'2019-11-28 11:40:25','imp','optin_8','7227261368','','714',0),(25844,'2019-11-28 11:40:25','imp','optin_7','7227261368','','714',0),(25845,'2019-11-28 23:52:27','imp','optin_7','7227261368','','714',0),(25846,'2019-11-30 00:24:00','imp','optin_7','mailchimp_7227261368','','714',0),(25847,'2019-11-30 00:24:19','imp','optin_8','7227261368','','714',0),(25848,'2019-11-30 05:07:53','imp','optin_7','mailchimp_7227261368','','714',0),(25849,'2019-11-30 05:08:04','imp','optin_8','7227261368','','714',0),(25850,'2019-11-30 06:03:30','imp','optin_7','mailchimp_7227261368','','714',0),(25851,'2019-11-30 06:19:31','imp','optin_7','mailchimp_7227261368','','714',0),(25852,'2019-11-30 07:31:05','imp','optin_7','mailchimp_7227261368','','714',0),(25853,'2019-11-30 07:31:24','imp','optin_8','7227261368','','714',0),(25854,'2019-11-30 08:23:14','imp','optin_7','mailchimp_7227261368','','714',0),(25855,'2019-11-30 08:46:27','imp','optin_7','mailchimp_7227261368','','714',0),(25856,'2019-11-30 09:46:35','imp','optin_7','mailchimp_7227261368','','714',0),(25857,'2019-11-30 09:46:53','imp','optin_8','7227261368','','714',0),(25858,'2019-11-30 13:37:30','imp','optin_5','7227261368','','945',0),(25859,'2019-11-30 13:37:49','imp','optin_8','7227261368','','945',0),(25860,'2019-11-30 18:52:56','imp','optin_7','mailchimp_7227261368','','714',0),(25861,'2019-11-30 18:53:17','imp','optin_8','7227261368','','714',0),(25862,'2019-11-30 18:53:20','imp','optin_7','7227261368','','714',0),(25863,'2019-11-30 19:27:28','imp','optin_7','mailchimp_7227261368','','714',0),(25864,'2019-11-30 21:52:12','imp','optin_7','mailchimp_7227261368','','714',0),(25865,'2019-11-30 21:52:56','imp','optin_7','mailchimp_7227261368','','714',0),(25866,'2019-12-01 13:04:50','imp','optin_7','mailchimp_7227261368','','714',0),(25867,'2019-12-01 13:05:05','imp','optin_8','7227261368','','714',0),(25868,'2019-12-02 03:36:02','imp','optin_5','7227261368','','714',0),(25869,'2019-12-02 03:36:02','imp','optin_7','mailchimp_7227261368','','714',0),(25870,'2019-12-02 03:36:14','imp','optin_8','7227261368','','714',0),(25871,'2019-12-02 03:36:24','imp','optin_7','7227261368','','714',0),(25872,'2019-12-02 20:01:26','imp','optin_7','mailchimp_7227261368','','714',0),(25873,'2019-12-02 20:01:46','imp','optin_8','7227261368','','714',0),(25874,'2019-12-02 20:03:00','imp','optin_7','7227261368','','714',0),(25875,'2019-12-02 21:47:39','imp','optin_8','7227261368','','-1',0),(25876,'2019-12-02 22:20:24','imp','optin_7','mailchimp_7227261368','','714',0),(25877,'2019-12-02 22:20:45','imp','optin_8','7227261368','','714',0),(25878,'2019-12-02 22:21:18','imp','optin_5','7227261368','','714',0),(25879,'2019-12-02 22:21:35','imp','optin_7','7227261368','','714',0),(25880,'2019-12-02 23:55:03','imp','optin_7','mailchimp_7227261368','','714',0),(25881,'2019-12-02 23:55:21','imp','optin_8','7227261368','','714',0),(25882,'2019-12-03 14:02:35','imp','optin_5','7227261368','','714',0),(25883,'2019-12-03 14:02:35','imp','optin_7','mailchimp_7227261368','','714',0),(25884,'2019-12-03 14:02:55','imp','optin_8','7227261368','','714',0),(25885,'2019-12-03 14:05:00','imp','optin_7','7227261368','','714',0),(25886,'2019-12-04 01:30:18','imp','optin_7','mailchimp_7227261368','','714',0),(25887,'2019-12-04 02:29:18','imp','optin_7','mailchimp_7227261368','','714',0),(25888,'2019-12-04 10:56:44','imp','optin_7','mailchimp_7227261368','','714',0),(25889,'2019-12-04 13:45:33','imp','optin_7','mailchimp_7227261368','','714',0),(25890,'2019-12-04 20:17:39','imp','optin_7','mailchimp_7227261368','','714',0),(25891,'2019-12-05 02:24:40','imp','optin_7','mailchimp_7227261368','','714',0),(25892,'2019-12-05 02:24:59','imp','optin_8','7227261368','','714',0),(25893,'2019-12-05 07:06:26','imp','optin_7','mailchimp_7227261368','','714',0),(25894,'2019-12-06 05:35:36','imp','optin_7','mailchimp_7227261368','','714',0),(25895,'2019-12-06 05:35:36','imp','optin_5','7227261368','','714',0),(25896,'2019-12-06 05:35:55','imp','optin_7','7227261368','','714',0),(25897,'2019-12-06 05:35:56','imp','optin_8','7227261368','','714',0),(25898,'2019-12-06 05:35:56','imp','optin_8','7227261368','','714',0),(25899,'2019-12-06 14:18:59','imp','optin_7','mailchimp_7227261368','','714',0),(25900,'2019-12-06 14:19:08','imp','optin_7','7227261368','','714',0),(25901,'2019-12-06 14:19:08','imp','optin_8','7227261368','','714',0),(25902,'2019-12-06 21:35:49','imp','optin_8','7227261368','','-1',0),(25903,'2019-12-06 21:36:20','imp','optin_2','7227261368','','92',0),(25904,'2019-12-07 02:14:52','imp','optin_7','mailchimp_7227261368','','714',0),(25905,'2019-12-09 10:32:42','imp','optin_8','7227261368','','-1',0),(25906,'2019-12-09 12:51:41','imp','optin_7','mailchimp_7227261368','','714',0),(25907,'2019-12-09 12:51:42','imp','optin_5','7227261368','','714',0),(25908,'2019-12-09 12:51:50','imp','optin_8','7227261368','','714',0),(25909,'2019-12-10 04:41:14','imp','optin_7','mailchimp_7227261368','','714',0),(25910,'2019-12-10 04:41:33','imp','optin_8','7227261368','','714',0),(25911,'2019-12-10 04:42:20','imp','optin_5','7227261368','','714',0),(25912,'2019-12-10 04:42:32','imp','optin_7','7227261368','','714',0),(25913,'2019-12-10 09:06:32','imp','optin_8','7227261368','','780',0),(25914,'2019-12-10 09:06:37','imp','optin_5','7227261368','','780',0),(25915,'2019-12-10 09:15:47','imp','optin_7','mailchimp_7227261368','','714',0),(25916,'2019-12-10 09:15:59','imp','optin_7','7227261368','','714',0),(25917,'2019-12-10 11:05:20','imp','optin_8','7227261368','','-1',0),(25918,'2019-12-10 13:18:35','imp','optin_7','mailchimp_7227261368','','714',0),(25919,'2019-12-10 13:18:56','imp','optin_8','7227261368','','714',0),(25920,'2019-12-10 18:12:39','imp','optin_7','mailchimp_7227261368','','714',0),(25921,'2019-12-10 18:12:59','imp','optin_8','7227261368','','714',0),(25922,'2019-12-10 18:12:59','imp','optin_8','7227261368','','714',0),(25923,'2019-12-10 18:13:19','imp','optin_7','7227261368','','714',0),(25924,'2019-12-10 18:13:20','imp','optin_5','7227261368','','714',0),(25925,'2019-12-12 10:21:28','imp','optin_7','mailchimp_7227261368','','714',0),(25926,'2019-12-12 10:21:28','imp','optin_5','7227261368','','714',0),(25927,'2019-12-12 10:21:45','imp','optin_7','7227261368','','714',0),(25928,'2019-12-12 10:21:46','imp','optin_8','7227261368','','714',0),(25929,'2019-12-12 10:21:47','imp','optin_8','7227261368','','714',0),(25930,'2019-12-12 17:20:06','imp','optin_7','mailchimp_7227261368','','714',0),(25931,'2019-12-12 17:20:25','imp','optin_8','7227261368','','714',0),(25932,'2019-12-13 03:06:36','imp','optin_7','mailchimp_7227261368','','714',0),(25933,'2019-12-13 03:06:39','imp','optin_5','7227261368','','714',0),(25934,'2019-12-13 03:06:47','imp','optin_8','7227261368','','714',0),(25935,'2019-12-13 03:07:03','imp','optin_7','7227261368','','714',0),(25936,'2019-12-13 04:31:39','imp','optin_7','mailchimp_7227261368','','714',0),(25937,'2019-12-13 20:57:26','imp','optin_7','mailchimp_7227261368','','714',0),(25938,'2019-12-14 12:53:46','imp','optin_7','mailchimp_7227261368','','714',0),(25939,'2019-12-15 02:25:18','imp','optin_7','mailchimp_7227261368','','714',0),(25940,'2019-12-15 02:25:37','imp','optin_8','7227261368','','714',0),(25941,'2019-12-15 02:30:59','imp','optin_7','7227261368','','714',0),(25942,'2019-12-15 23:43:10','imp','optin_8','7227261368','','-1',0),(25943,'2019-12-16 02:05:30','imp','optin_7','mailchimp_7227261368','','714',0),(25944,'2019-12-16 04:28:53','imp','optin_7','mailchimp_7227261368','','714',0),(25945,'2019-12-16 04:29:11','imp','optin_8','7227261368','','714',0),(25946,'2019-12-16 04:29:21','imp','optin_7','7227261368','','714',0),(25947,'2019-12-18 02:08:52','imp','optin_7','mailchimp_7227261368','','714',0),(25948,'2019-12-19 22:07:53','imp','optin_7','mailchimp_7227261368','','714',0),(25949,'2019-12-20 02:52:54','imp','optin_5','7227261368','','714',0),(25950,'2019-12-20 02:52:54','imp','optin_7','mailchimp_7227261368','','714',0),(25951,'2019-12-24 20:10:28','imp','optin_8','7227261368','','192',0),(25952,'2019-12-25 07:00:18','imp','optin_7','mailchimp_7227261368','','714',0),(25953,'2019-12-25 13:41:52','imp','optin_7','mailchimp_7227261368','','714',0),(25954,'2019-12-26 10:49:17','imp','optin_5','7227261368','','714',0),(25955,'2019-12-26 10:49:17','imp','optin_7','mailchimp_7227261368','','714',0),(25956,'2019-12-26 10:49:31','imp','optin_8','7227261368','','714',0),(25957,'2019-12-26 10:49:31','imp','optin_7','7227261368','','714',0),(25958,'2019-12-26 16:21:39','imp','optin_7','mailchimp_7227261368','','714',0),(25959,'2019-12-26 16:21:45','imp','optin_8','7227261368','','714',0),(25960,'2019-12-26 16:21:45','imp','optin_7','7227261368','','714',0),(25961,'2019-12-26 16:22:25','imp','optin_5','7227261368','','714',0),(25962,'2019-12-26 16:42:20','imp','optin_7','mailchimp_7227261368','','714',0),(25963,'2019-12-26 18:42:43','imp','optin_7','mailchimp_7227261368','','714',0),(25964,'2019-12-27 05:46:30','imp','optin_7','mailchimp_7227261368','','714',0),(25965,'2019-12-27 05:55:37','imp','optin_7','mailchimp_7227261368','','714',0),(25966,'2019-12-28 22:52:06','imp','optin_7','mailchimp_7227261368','','714',0),(25967,'2019-12-29 01:10:32','imp','optin_7','mailchimp_7227261368','','714',0),(25968,'2019-12-29 01:13:34','imp','optin_8','7227261368','','714',0),(25969,'2019-12-29 01:23:25','imp','optin_7','mailchimp_7227261368','','714',0),(25970,'2019-12-29 21:05:45','imp','optin_7','mailchimp_7227261368','','714',0),(25971,'2019-12-29 23:34:13','imp','optin_7','mailchimp_7227261368','','714',0),(25972,'2019-12-30 11:21:19','imp','optin_7','mailchimp_7227261368','','714',0),(25973,'2019-12-30 14:02:31','imp','optin_7','mailchimp_7227261368','','714',0),(25974,'2019-12-31 01:39:42','imp','optin_7','mailchimp_7227261368','','714',0),(25975,'2019-12-31 01:45:29','imp','optin_7','mailchimp_7227261368','','714',0),(25976,'2019-12-31 05:54:22','imp','optin_5','7227261368','','945',0),(25977,'2019-12-31 05:54:39','imp','optin_8','7227261368','','945',0),(25978,'2019-12-31 07:39:11','imp','optin_7','mailchimp_7227261368','','714',0),(25979,'2019-12-31 10:14:18','imp','optin_7','mailchimp_7227261368','','714',0),(25980,'2019-12-31 12:51:09','imp','optin_7','mailchimp_7227261368','','714',0),(25981,'2019-12-31 17:04:44','imp','optin_7','mailchimp_7227261368','','714',0),(25982,'2019-12-31 23:36:22','imp','optin_7','mailchimp_7227261368','','714',0),(25983,'2020-01-01 02:41:33','imp','optin_7','mailchimp_7227261368','','714',0),(25984,'2020-01-01 05:25:30','imp','optin_7','mailchimp_7227261368','','714',0),(25985,'2020-01-01 05:25:47','imp','optin_8','7227261368','','714',0),(25986,'2020-01-01 05:25:48','imp','optin_7','7227261368','','714',0),(25987,'2020-01-01 08:29:27','imp','optin_8','7227261368','','-1',0),(25988,'2020-01-01 12:30:52','imp','optin_7','mailchimp_7227261368','','714',0),(25989,'2020-01-01 23:10:58','imp','optin_7','mailchimp_7227261368','','714',0),(25990,'2020-01-02 06:26:33','imp','optin_7','mailchimp_7227261368','','714',0),(25991,'2020-01-02 15:06:18','imp','optin_7','mailchimp_7227261368','','714',0),(25992,'2020-01-02 15:31:09','imp','optin_7','mailchimp_7227261368','','714',0),(25993,'2020-01-03 00:11:27','imp','optin_7','mailchimp_7227261368','','714',0),(25994,'2020-01-03 00:21:44','imp','optin_7','mailchimp_7227261368','','714',0),(25995,'2020-01-03 00:31:13','imp','optin_7','mailchimp_7227261368','','714',0),(25996,'2020-01-03 09:04:59','imp','optin_7','mailchimp_7227261368','','714',0),(25997,'2020-01-03 12:43:49','imp','optin_8','7227261368','','855',0),(25998,'2020-01-03 18:03:44','imp','optin_7','mailchimp_7227261368','','714',0),(25999,'2020-01-03 18:35:55','imp','optin_7','mailchimp_7227261368','','714',0),(26000,'2020-01-03 18:35:58','imp','optin_7','mailchimp_7227261368','','714',0),(26001,'2020-01-04 02:42:54','imp','optin_7','mailchimp_7227261368','','714',0),(26002,'2020-01-04 02:43:14','imp','optin_8','7227261368','','714',0),(26003,'2020-01-04 02:43:24','imp','optin_7','7227261368','','714',0),(26004,'2020-01-04 02:43:26','imp','optin_5','7227261368','','714',0),(26005,'2020-01-04 03:10:17','imp','optin_7','mailchimp_7227261368','','714',0),(26006,'2020-01-04 03:14:19','imp','optin_7','mailchimp_7227261368','','714',0),(26007,'2020-01-04 03:30:55','imp','optin_7','mailchimp_7227261368','','714',0),(26008,'2020-01-04 13:14:17','imp','optin_7','mailchimp_7227261368','','714',0),(26009,'2020-01-04 18:13:57','imp','optin_7','mailchimp_7227261368','','714',0),(26010,'2020-01-04 23:08:51','imp','optin_7','mailchimp_7227261368','','714',0),(26011,'2020-01-05 01:01:33','imp','optin_7','mailchimp_7227261368','','714',0),(26012,'2020-01-05 04:37:37','imp','optin_7','mailchimp_7227261368','','714',0),(26013,'2020-01-05 04:37:53','imp','optin_8','7227261368','','714',0),(26014,'2020-01-05 17:29:31','imp','optin_7','mailchimp_7227261368','','714',0),(26015,'2020-01-05 22:25:26','imp','optin_2','7227261368','','92',0),(26016,'2020-01-05 22:25:41','imp','optin_8','7227261368','','-1',0),(26017,'2020-01-05 22:26:21','imp','optin_5','7227261368','','0',0),(26018,'2020-01-06 02:10:45','imp','optin_7','mailchimp_7227261368','','714',0),(26019,'2020-01-06 04:20:48','imp','optin_7','mailchimp_7227261368','','714',0),(26020,'2020-01-06 05:02:11','imp','optin_7','mailchimp_7227261368','','714',0),(26021,'2020-01-06 05:02:16','imp','optin_7','mailchimp_7227261368','','714',0),(26022,'2020-01-06 13:41:40','imp','optin_7','mailchimp_7227261368','','714',0),(26023,'2020-01-06 14:35:10','imp','optin_7','mailchimp_7227261368','','714',0),(26024,'2020-01-06 14:40:01','imp','optin_7','mailchimp_7227261368','','714',0),(26025,'2020-01-06 23:12:37','imp','optin_7','mailchimp_7227261368','','714',0),(26026,'2020-01-07 22:48:47','imp','optin_7','mailchimp_7227261368','','714',0),(26027,'2020-01-07 22:59:24','imp','optin_7','mailchimp_7227261368','','714',0),(26028,'2020-01-08 02:51:38','imp','optin_7','mailchimp_7227261368','','714',0),(26029,'2020-01-08 02:51:38','imp','optin_5','7227261368','','714',0),(26030,'2020-01-08 02:51:57','imp','optin_8','7227261368','','714',0),(26031,'2020-01-08 02:52:33','imp','optin_7','7227261368','','714',0),(26032,'2020-01-08 13:07:46','imp','optin_7','mailchimp_7227261368','','714',0),(26033,'2020-01-08 13:07:58','imp','optin_8','7227261368','','714',0),(26034,'2020-01-08 13:08:25','imp','optin_7','7227261368','','714',0),(26035,'2020-01-08 23:07:57','imp','optin_7','mailchimp_7227261368','','714',0),(26036,'2020-01-08 23:08:00','imp','optin_5','7227261368','','714',0),(26037,'2020-01-08 23:08:06','imp','optin_8','7227261368','','714',0),(26038,'2020-01-08 23:08:13','imp','optin_7','7227261368','','714',0),(26039,'2020-01-09 02:32:42','imp','optin_7','mailchimp_7227261368','','714',0),(26040,'2020-01-09 02:32:52','imp','optin_8','7227261368','','714',0),(26041,'2020-01-09 23:37:41','imp','optin_7','mailchimp_7227261368','','714',0),(26042,'2020-01-09 23:38:01','imp','optin_8','7227261368','','714',0),(26043,'2020-01-09 23:38:14','imp','optin_7','7227261368','','714',0),(26044,'2020-01-09 23:38:15','imp','optin_5','7227261368','','714',0),(26045,'2020-01-09 23:38:34','con','optin_5','mailchimp_7227261368','','714',0),(26046,'2020-01-10 01:46:59','imp','optin_7','mailchimp_7227261368','','714',0),(26047,'2020-01-10 05:29:59','imp','optin_7','mailchimp_7227261368','','714',0),(26048,'2020-01-10 05:30:06','imp','optin_8','7227261368','','714',0),(26049,'2020-01-10 05:30:06','imp','optin_7','7227261368','','714',0),(26050,'2020-01-10 08:13:21','imp','optin_5','7227261368','','945',0),(26051,'2020-01-10 08:13:30','imp','optin_8','7227261368','','945',0),(26052,'2020-01-10 11:41:16','imp','optin_7','mailchimp_7227261368','','714',0),(26053,'2020-01-10 15:54:35','imp','optin_7','mailchimp_7227261368','','714',0),(26054,'2020-01-10 15:54:38','imp','optin_7','mailchimp_7227261368','','714',0),(26055,'2020-01-11 00:41:07','imp','optin_7','mailchimp_7227261368','','714',0),(26056,'2020-01-11 07:32:14','imp','optin_7','mailchimp_7227261368','','714',0),(26057,'2020-01-11 09:42:46','imp','optin_7','mailchimp_7227261368','','714',0),(26058,'2020-01-11 10:12:45','imp','optin_7','mailchimp_7227261368','','714',0),(26059,'2020-01-11 19:54:43','imp','optin_7','mailchimp_7227261368','','714',0),(26060,'2020-01-13 14:45:46','imp','optin_7','mailchimp_7227261368','','714',0),(26061,'2020-01-13 14:46:02','imp','optin_8','7227261368','','714',0),(26062,'2020-01-13 14:46:22','imp','optin_7','7227261368','','714',0),(26063,'2020-01-14 01:45:54','imp','optin_8','7227261368','','192',0),(26064,'2020-01-14 08:14:31','imp','optin_7','mailchimp_7227261368','','714',0),(26065,'2020-01-14 08:14:46','imp','optin_8','7227261368','','714',0),(26066,'2020-01-15 07:08:33','imp','optin_7','mailchimp_7227261368','','714',0),(26067,'2020-01-15 07:08:38','imp','optin_5','7227261368','','714',0),(26068,'2020-01-15 07:08:53','imp','optin_8','7227261368','','714',0),(26069,'2020-01-15 07:11:37','imp','optin_7','7227261368','','714',0),(26070,'2020-01-15 18:34:57','imp','optin_7','mailchimp_7227261368','','714',0),(26071,'2020-01-16 03:17:59','imp','optin_7','mailchimp_7227261368','','714',0),(26072,'2020-01-16 06:31:12','imp','optin_7','mailchimp_7227261368','','714',0),(26073,'2020-01-16 06:31:32','imp','optin_8','7227261368','','714',0),(26074,'2020-01-16 13:18:03','imp','optin_7','mailchimp_7227261368','','714',0),(26075,'2020-01-17 00:13:05','imp','optin_7','mailchimp_7227261368','','714',0),(26076,'2020-01-17 01:03:29','imp','optin_8','7227261368','','-1',0),(26077,'2020-01-17 08:38:07','imp','optin_7','mailchimp_7227261368','','714',0),(26078,'2020-01-17 12:12:47','imp','optin_7','mailchimp_7227261368','','714',0),(26079,'2020-01-17 22:29:18','imp','optin_7','mailchimp_7227261368','','714',0),(26080,'2020-01-17 22:29:29','imp','optin_7','mailchimp_7227261368','','714',0),(26081,'2020-01-17 22:31:20','imp','optin_7','mailchimp_7227261368','','714',0),(26082,'2020-01-18 08:35:48','imp','optin_7','mailchimp_7227261368','','714',0),(26083,'2020-01-18 16:01:29','imp','optin_7','mailchimp_7227261368','','714',0),(26084,'2020-01-20 10:30:52','imp','optin_7','mailchimp_7227261368','','714',0),(26085,'2020-01-20 10:31:13','imp','optin_8','7227261368','','714',0),(26086,'2020-01-20 10:31:40','imp','optin_7','7227261368','','714',0),(26087,'2020-01-20 23:06:33','imp','optin_7','mailchimp_7227261368','','714',0),(26088,'2020-01-20 23:06:34','imp','optin_5','7227261368','','714',0),(26089,'2020-01-20 23:06:41','imp','optin_8','7227261368','','714',0),(26090,'2020-01-20 23:06:45','imp','optin_7','7227261368','','714',0),(26091,'2020-01-21 00:40:05','imp','optin_7','mailchimp_7227261368','','714',0),(26092,'2020-01-21 00:40:07','imp','optin_5','7227261368','','714',0),(26093,'2020-01-21 00:40:24','imp','optin_8','7227261368','','714',0),(26094,'2020-01-21 00:40:25','imp','optin_7','7227261368','','714',0),(26095,'2020-01-21 06:42:42','imp','optin_7','mailchimp_7227261368','','714',0),(26096,'2020-01-21 06:42:43','imp','optin_5','7227261368','','714',0),(26097,'2020-01-21 06:42:56','imp','optin_7','7227261368','','714',0),(26098,'2020-01-21 06:42:56','imp','optin_8','7227261368','','714',0),(26099,'2020-01-21 09:21:55','imp','optin_7','mailchimp_7227261368','','714',0),(26100,'2020-01-21 09:21:57','imp','optin_5','7227261368','','714',0),(26101,'2020-01-21 09:22:08','imp','optin_7','7227261368','','714',0),(26102,'2020-01-21 09:22:14','imp','optin_8','7227261368','','714',0),(26103,'2020-01-21 09:22:15','imp','optin_8','7227261368','','714',0),(26104,'2020-01-21 14:59:57','imp','optin_7','mailchimp_7227261368','','714',0),(26105,'2020-01-21 14:59:58','imp','optin_5','7227261368','','714',0),(26106,'2020-01-21 15:00:23','imp','optin_8','7227261368','','714',0),(26107,'2020-01-21 15:00:50','imp','optin_7','7227261368','','714',0),(26108,'2020-01-21 20:08:26','imp','optin_7','mailchimp_7227261368','','714',0),(26109,'2020-01-21 20:08:45','imp','optin_8','7227261368','','714',0),(26110,'2020-01-21 20:09:32','imp','optin_7','7227261368','','714',0),(26111,'2020-01-21 21:29:55','imp','optin_7','mailchimp_7227261368','','714',0),(26112,'2020-01-21 21:29:55','imp','optin_5','7227261368','','714',0),(26113,'2020-01-21 21:30:13','imp','optin_8','7227261368','','714',0),(26114,'2020-01-21 21:30:13','imp','optin_7','7227261368','','714',0),(26115,'2020-01-21 21:30:15','imp','optin_8','7227261368','','714',0),(26116,'2020-01-22 11:46:47','imp','optin_7','mailchimp_7227261368','','714',0),(26117,'2020-01-22 11:46:47','imp','optin_5','7227261368','','714',0),(26118,'2020-01-22 15:26:50','imp','optin_7','mailchimp_7227261368','','714',0),(26119,'2020-01-23 02:40:43','imp','optin_7','mailchimp_7227261368','','714',0),(26120,'2020-01-23 04:05:22','imp','optin_7','mailchimp_7227261368','','714',0),(26121,'2020-01-23 07:04:55','imp','optin_7','mailchimp_7227261368','','714',0),(26122,'2020-01-23 07:04:55','imp','optin_5','7227261368','','714',0),(26123,'2020-01-23 07:05:11','imp','optin_7','7227261368','','714',0),(26124,'2020-01-23 07:05:12','imp','optin_8','7227261368','','714',0),(26125,'2020-01-23 20:52:15','imp','optin_7','mailchimp_7227261368','','714',0),(26126,'2020-01-23 20:52:19','imp','optin_5','7227261368','','714',0),(26127,'2020-01-23 20:52:35','imp','optin_8','7227261368','','714',0),(26128,'2020-01-23 20:52:53','imp','optin_7','7227261368','','714',0),(26129,'2020-01-23 21:53:36','imp','optin_7','mailchimp_7227261368','','714',0),(26130,'2020-01-23 21:53:36','imp','optin_5','7227261368','','714',0),(26131,'2020-01-23 21:53:47','imp','optin_7','7227261368','','714',0),(26132,'2020-01-23 21:53:56','imp','optin_8','7227261368','','714',0),(26133,'2020-01-25 04:08:56','imp','optin_7','mailchimp_7227261368','','714',0),(26134,'2020-01-26 01:55:24','imp','optin_8','7227261368','','967',0),(26135,'2020-01-26 03:46:17','imp','optin_7','mailchimp_7227261368','','714',0),(26136,'2020-01-26 03:46:17','imp','optin_5','7227261368','','714',0),(26137,'2020-01-26 03:46:37','imp','optin_8','7227261368','','714',0),(26138,'2020-01-26 04:25:25','imp','optin_7','7227261368','','714',0),(26139,'2020-01-27 01:22:48','imp','optin_7','mailchimp_7227261368','','714',0),(26140,'2020-01-27 09:18:38','imp','optin_2','7227261368','','92',0),(26141,'2020-01-27 09:18:38','imp','optin_8','7227261368','','-1',0),(26142,'2020-01-27 22:39:29','imp','optin_8','7227261368','','789',0),(26143,'2020-01-27 22:39:31','imp','optin_5','7227261368','','789',0),(26144,'2020-01-28 07:59:52','imp','optin_7','mailchimp_7227261368','','714',0),(26145,'2020-01-28 13:56:20','imp','optin_7','mailchimp_7227261368','','714',0),(26146,'2020-01-28 13:56:31','imp','optin_8','7227261368','','714',0),(26147,'2020-01-28 13:56:45','imp','optin_7','7227261368','','714',0),(26148,'2020-01-28 19:50:55','imp','optin_7','mailchimp_7227261368','','714',0),(26149,'2020-01-29 03:24:49','imp','optin_7','mailchimp_7227261368','','714',0),(26150,'2020-01-29 03:24:50','imp','optin_5','7227261368','','714',0),(26151,'2020-01-29 03:25:09','imp','optin_8','7227261368','','714',0),(26152,'2020-01-29 03:25:30','imp','optin_7','7227261368','','714',0),(26153,'2020-01-29 07:34:03','imp','optin_7','mailchimp_7227261368','','714',0),(26154,'2020-01-29 07:34:04','imp','optin_5','7227261368','','714',0),(26155,'2020-01-29 07:34:20','imp','optin_8','7227261368','','714',0),(26156,'2020-01-29 07:35:04','imp','optin_7','7227261368','','714',0),(26157,'2020-01-30 07:57:02','imp','optin_7','mailchimp_7227261368','','714',0),(26158,'2020-01-30 07:57:20','imp','optin_8','7227261368','','714',0),(26159,'2020-01-30 07:57:24','imp','optin_5','7227261368','','714',0),(26160,'2020-01-30 07:57:35','imp','optin_7','7227261368','','714',0),(26161,'2020-01-30 14:05:17','imp','optin_7','mailchimp_7227261368','','714',0),(26162,'2020-01-30 14:05:37','imp','optin_8','7227261368','','714',0),(26163,'2020-01-30 14:07:07','imp','optin_5','7227261368','','714',0),(26164,'2020-01-30 14:07:29','imp','optin_7','7227261368','','714',0),(26165,'2020-01-31 06:27:39','imp','optin_7','mailchimp_7227261368','','714',0),(26166,'2020-01-31 06:27:41','imp','optin_5','7227261368','','714',0),(26167,'2020-01-31 06:27:57','imp','optin_8','7227261368','','714',0),(26168,'2020-01-31 06:37:29','imp','optin_7','mailchimp_7227261368','','714',0),(26169,'2020-01-31 06:37:49','imp','optin_8','7227261368','','714',0),(26170,'2020-01-31 06:39:14','imp','optin_7','7227261368','','714',0),(26171,'2020-01-31 12:43:52','imp','optin_5','7227261368','','714',0),(26172,'2020-01-31 12:43:52','imp','optin_7','mailchimp_7227261368','','714',0),(26173,'2020-01-31 12:44:12','imp','optin_8','7227261368','','714',0),(26174,'2020-01-31 12:45:04','imp','optin_7','7227261368','','714',0),(26175,'2020-01-31 21:16:00','imp','optin_7','mailchimp_7227261368','','714',0),(26176,'2020-01-31 21:16:33','imp','optin_8','7227261368','','-1',0),(26177,'2020-01-31 22:22:52','imp','optin_5','7227261368','','714',0),(26178,'2020-01-31 22:22:52','imp','optin_7','mailchimp_7227261368','','714',0),(26179,'2020-01-31 22:23:08','imp','optin_8','7227261368','','714',0),(26180,'2020-01-31 22:23:08','imp','optin_7','7227261368','','714',0),(26181,'2020-01-31 22:29:55','imp','optin_7','mailchimp_7227261368','','714',0),(26182,'2020-01-31 22:30:00','imp','optin_8','7227261368','','714',0),(26183,'2020-01-31 22:30:00','imp','optin_7','7227261368','','714',0),(26184,'2020-01-31 23:23:50','imp','optin_8','7227261368','','705',0),(26185,'2020-02-01 00:42:46','imp','optin_7','mailchimp_7227261368','','714',0),(26186,'2020-02-01 00:42:47','imp','optin_5','7227261368','','714',0),(26187,'2020-02-01 00:43:06','imp','optin_8','7227261368','','714',0),(26188,'2020-02-01 00:43:17','imp','optin_7','7227261368','','714',0),(26189,'2020-02-02 02:17:42','imp','optin_8','7227261368','','-1',0),(26190,'2020-02-02 04:52:57','imp','optin_8','7227261368','','-1',0),(26191,'2020-02-02 23:55:41','imp','optin_7','mailchimp_7227261368','','714',0),(26192,'2020-02-03 06:00:17','imp','optin_8','7227261368','','-1',0),(26193,'2020-02-03 09:04:38','imp','optin_7','mailchimp_7227261368','','714',0),(26194,'2020-02-03 12:01:57','imp','optin_7','mailchimp_7227261368','','714',0),(26195,'2020-02-04 08:26:28','imp','optin_8','7227261368','','970',0),(26196,'2020-02-04 08:26:30','imp','optin_5','7227261368','','970',0),(26197,'2020-02-04 15:41:21','imp','optin_7','mailchimp_7227261368','','714',0),(26198,'2020-02-04 15:41:40','imp','optin_8','7227261368','','714',0),(26199,'2020-02-05 00:20:30','imp','optin_8','7227261368','','-1',0),(26200,'2020-02-05 02:29:05','imp','optin_8','7227261368','','-1',0),(26201,'2020-02-05 03:51:49','imp','optin_7','mailchimp_7227261368','','714',0),(26202,'2020-02-05 03:52:01','imp','optin_8','7227261368','','714',0),(26203,'2020-02-05 03:52:10','imp','optin_7','7227261368','','714',0),(26204,'2020-02-05 06:59:22','imp','optin_7','mailchimp_7227261368','','714',0),(26205,'2020-02-05 08:04:31','imp','optin_7','mailchimp_7227261368','','714',0),(26206,'2020-02-06 02:24:47','imp','optin_7','mailchimp_7227261368','','714',0),(26207,'2020-02-06 02:24:47','imp','optin_5','7227261368','','714',0),(26208,'2020-02-06 02:24:58','imp','optin_8','7227261368','','714',0),(26209,'2020-02-06 02:25:00','imp','optin_7','7227261368','','714',0),(26210,'2020-02-06 03:57:10','imp','optin_7','mailchimp_7227261368','','714',0),(26211,'2020-02-06 03:57:11','imp','optin_5','7227261368','','714',0),(26212,'2020-02-06 03:57:18','imp','optin_8','7227261368','','714',0),(26213,'2020-02-06 03:57:21','imp','optin_7','7227261368','','714',0),(26214,'2020-02-06 12:22:14','imp','optin_7','mailchimp_7227261368','','714',0),(26215,'2020-02-06 12:52:02','imp','optin_2','7227261368','','92',0),(26216,'2020-02-07 04:00:28','imp','optin_7','mailchimp_7227261368','','714',0),(26217,'2020-02-07 04:00:32','imp','optin_5','7227261368','','714',0),(26218,'2020-02-07 04:00:47','imp','optin_8','7227261368','','714',0),(26219,'2020-02-07 04:01:52','imp','optin_7','7227261368','','714',0),(26220,'2020-02-07 04:02:28','con','optin_5','mailchimp_7227261368','','714',0),(26221,'2020-02-07 04:39:12','imp','optin_7','mailchimp_7227261368','','714',0),(26222,'2020-02-07 21:09:13','imp','optin_8','7227261368','','-1',0),(26223,'2020-02-08 12:12:52','imp','optin_8','7227261368','','2',0),(26224,'2020-02-08 12:14:01','imp','optin_2','7227261368','','2',0),(26225,'2020-02-08 19:28:18','imp','optin_7','mailchimp_7227261368','','714',0),(26226,'2020-02-09 04:06:38','imp','optin_7','mailchimp_7227261368','','714',0),(26227,'2020-02-09 04:32:34','imp','optin_7','mailchimp_7227261368','','714',0),(26228,'2020-02-09 14:03:55','imp','optin_7','mailchimp_7227261368','','714',0),(26229,'2020-02-09 22:32:17','imp','optin_7','mailchimp_7227261368','','714',0),(26230,'2020-02-09 23:54:40','imp','optin_2','7227261368','','92',0),(26231,'2020-02-09 23:54:41','imp','optin_8','7227261368','','-1',0),(26232,'2020-02-10 08:38:46','imp','optin_7','mailchimp_7227261368','','714',0),(26233,'2020-02-10 21:51:28','imp','optin_7','mailchimp_7227261368','','714',0),(26234,'2020-02-10 21:51:48','imp','optin_8','7227261368','','714',0),(26235,'2020-02-10 21:51:52','imp','optin_7','7227261368','','714',0),(26236,'2020-02-10 21:54:05','imp','optin_8','7227261368','','-1',0),(26237,'2020-02-10 22:09:30','imp','optin_7','mailchimp_7227261368','','714',0),(26238,'2020-02-10 22:09:30','imp','optin_5','7227261368','','714',0),(26239,'2020-02-10 22:09:45','imp','optin_8','7227261368','','714',0),(26240,'2020-02-10 22:11:29','imp','optin_7','7227261368','','714',0),(26241,'2020-02-11 02:31:35','imp','optin_7','mailchimp_7227261368','','714',0),(26242,'2020-02-11 02:31:54','imp','optin_8','7227261368','','714',0),(26243,'2020-02-11 02:32:08','imp','optin_7','7227261368','','714',0),(26244,'2020-02-11 10:16:41','imp','optin_7','mailchimp_7227261368','','714',0),(26245,'2020-02-11 10:17:01','imp','optin_8','7227261368','','714',0),(26246,'2020-02-11 10:17:13','imp','optin_5','7227261368','','714',0),(26247,'2020-02-11 10:17:26','imp','optin_7','7227261368','','714',0),(26248,'2020-02-11 12:12:30','imp','optin_7','mailchimp_7227261368','','714',0),(26249,'2020-02-11 12:12:50','imp','optin_8','7227261368','','714',0),(26250,'2020-02-11 12:13:14','imp','optin_7','7227261368','','714',0),(26251,'2020-02-12 03:31:00','imp','optin_7','mailchimp_7227261368','','714',0),(26252,'2020-02-12 03:31:00','imp','optin_5','7227261368','','714',0),(26253,'2020-02-12 03:31:06','imp','optin_8','7227261368','','714',0),(26254,'2020-02-12 03:31:17','con','optin_5','mailchimp_7227261368','','714',0),(26255,'2020-02-12 06:53:12','imp','optin_8','7227261368','','-1',0),(26256,'2020-02-12 14:45:00','imp','optin_7','mailchimp_7227261368','','714',0),(26257,'2020-02-12 20:56:38','imp','optin_7','mailchimp_7227261368','','714',0),(26258,'2020-02-12 20:56:54','imp','optin_8','7227261368','','714',0),(26259,'2020-02-12 20:57:00','imp','optin_7','7227261368','','714',0),(26260,'2020-02-12 22:46:31','imp','optin_7','mailchimp_7227261368','','714',0),(26261,'2020-02-13 02:55:21','imp','optin_7','mailchimp_7227261368','','714',0),(26262,'2020-02-13 02:55:41','imp','optin_8','7227261368','','714',0),(26263,'2020-02-13 02:55:50','imp','optin_7','7227261368','','714',0),(26264,'2020-02-13 06:04:43','imp','optin_7','mailchimp_7227261368','','714',0),(26265,'2020-02-13 06:05:03','imp','optin_8','7227261368','','714',0),(26266,'2020-02-13 06:10:09','imp','optin_5','7227261368','','714',0),(26267,'2020-02-13 06:18:29','imp','optin_7','7227261368','','714',0),(26268,'2020-02-13 14:41:33','imp','optin_7','mailchimp_7227261368','','714',0),(26269,'2020-02-13 14:41:53','imp','optin_8','7227261368','','714',0),(26270,'2020-02-13 14:42:01','imp','optin_5','7227261368','','714',0),(26271,'2020-02-13 14:43:30','imp','optin_7','7227261368','','714',0),(26272,'2020-02-13 21:50:20','imp','optin_8','7227261368','','-1',0),(26273,'2020-02-14 04:16:22','imp','optin_7','mailchimp_7227261368','','714',0),(26274,'2020-02-14 05:52:20','imp','optin_7','mailchimp_7227261368','','714',0),(26275,'2020-02-14 05:52:32','imp','optin_8','7227261368','','714',0),(26276,'2020-02-14 05:52:35','imp','optin_7','7227261368','','714',0),(26277,'2020-02-14 20:19:11','imp','optin_7','mailchimp_7227261368','','714',0),(26278,'2020-02-15 03:49:17','imp','optin_7','mailchimp_7227261368','','714',0),(26279,'2020-02-15 03:49:19','imp','optin_8','7227261368','','714',0),(26280,'2020-02-15 03:49:31','imp','optin_7','7227261368','','714',0),(26281,'2020-02-15 10:35:56','imp','optin_8','7227261368','','-1',0),(26282,'2020-02-15 11:47:43','imp','optin_7','mailchimp_7227261368','','714',0),(26283,'2020-02-15 11:48:03','imp','optin_8','7227261368','','714',0),(26284,'2020-02-15 14:40:56','imp','optin_7','mailchimp_7227261368','','714',0),(26285,'2020-02-15 14:40:57','imp','optin_5','7227261368','','714',0),(26286,'2020-02-15 14:41:16','imp','optin_8','7227261368','','714',0),(26287,'2020-02-15 14:41:26','imp','optin_7','7227261368','','714',0),(26288,'2020-02-16 17:30:53','imp','optin_7','mailchimp_7227261368','','714',0),(26289,'2020-02-16 22:23:46','imp','optin_8','7227261368','','-1',0),(26290,'2020-02-17 06:40:59','imp','optin_7','mailchimp_7227261368','','714',0),(26291,'2020-02-17 06:41:08','imp','optin_8','7227261368','','714',0),(26292,'2020-02-17 06:41:20','imp','optin_7','7227261368','','714',0),(26293,'2020-02-18 05:53:32','imp','optin_8','7227261368','','-1',0),(26294,'2020-02-18 10:35:01','imp','optin_7','mailchimp_7227261368','','714',0),(26295,'2020-02-18 10:35:20','imp','optin_8','7227261368','','714',0),(26296,'2020-02-18 19:06:56','imp','optin_8','7227261368','','-1',0),(26297,'2020-02-19 02:39:08','imp','optin_7','mailchimp_7227261368','','714',0),(26298,'2020-02-19 02:39:28','imp','optin_8','7227261368','','714',0),(26299,'2020-02-19 02:41:24','imp','optin_7','7227261368','','714',0),(26300,'2020-02-19 14:15:57','imp','optin_7','mailchimp_7227261368','','714',0),(26301,'2020-02-19 14:16:12','imp','optin_8','7227261368','','714',0),(26302,'2020-02-19 22:35:21','imp','optin_8','7227261368','','-1',0),(26303,'2020-02-19 22:35:21','imp','optin_2','7227261368','','92',0),(26304,'2020-02-20 02:41:21','imp','optin_8','7227261368','','-1',0),(26305,'2020-02-20 03:04:37','imp','optin_7','mailchimp_7227261368','','714',0),(26306,'2020-02-20 03:04:37','imp','optin_5','7227261368','','714',0),(26307,'2020-02-20 03:04:45','imp','optin_8','7227261368','','714',0),(26308,'2020-02-20 03:04:51','imp','optin_7','7227261368','','714',0),(26309,'2020-02-20 06:49:15','imp','optin_8','7227261368','','-1',0),(26310,'2020-02-20 07:54:37','imp','optin_7','mailchimp_7227261368','','714',0),(26311,'2020-02-20 07:54:37','imp','optin_7','7227261368','','714',0),(26312,'2020-02-20 08:03:23','imp','optin_2','7227261368','','92',0),(26313,'2020-02-20 08:04:14','imp','optin_5','7227261368','','0',0),(26314,'2020-02-20 09:53:08','imp','optin_5','7227261368','','714',0),(26315,'2020-02-20 09:53:08','imp','optin_7','mailchimp_7227261368','','714',0),(26316,'2020-02-20 09:53:25','imp','optin_7','7227261368','','714',0),(26317,'2020-02-20 09:53:28','imp','optin_8','7227261368','','714',0),(26318,'2020-02-20 11:17:21','imp','optin_7','mailchimp_7227261368','','714',0),(26319,'2020-02-20 15:53:04','imp','optin_7','mailchimp_7227261368','','714',0),(26320,'2020-02-20 19:37:35','imp','optin_7','mailchimp_7227261368','','714',0),(26321,'2020-02-20 19:37:56','imp','optin_8','7227261368','','714',0),(26322,'2020-02-20 20:39:28','imp','optin_5','7227261368','','714',0),(26323,'2020-02-20 20:40:19','imp','optin_7','7227261368','','714',0),(26324,'2020-02-21 06:02:24','imp','optin_8','7227261368','','-1',0),(26325,'2020-02-21 19:12:52','imp','optin_7','mailchimp_7227261368','','714',0),(26326,'2020-02-21 19:13:11','imp','optin_8','7227261368','','714',0),(26327,'2020-02-21 19:13:15','imp','optin_7','7227261368','','714',0),(26328,'2020-02-22 05:35:47','imp','optin_8','7227261368','','926',0),(26329,'2020-02-22 05:35:50','imp','optin_5','7227261368','','926',0),(26330,'2020-02-22 06:26:41','imp','optin_7','mailchimp_7227261368','','714',0),(26331,'2020-02-22 09:21:27','imp','optin_7','mailchimp_7227261368','','714',0),(26332,'2020-02-22 09:21:30','imp','optin_5','7227261368','','714',0),(26333,'2020-02-22 09:21:47','imp','optin_8','7227261368','','714',0),(26334,'2020-02-22 15:45:51','imp','optin_8','7227261368','','-1',0),(26335,'2020-02-23 03:15:45','imp','optin_8','7227261368','','-1',0),(26336,'2020-02-24 12:20:10','imp','optin_5','7227261368','','714',0),(26337,'2020-02-24 12:20:10','imp','optin_7','mailchimp_7227261368','','714',0),(26338,'2020-02-24 12:20:25','imp','optin_7','7227261368','','714',0),(26339,'2020-02-24 12:20:25','imp','optin_8','7227261368','','714',0),(26340,'2020-02-24 12:49:45','imp','optin_8','7227261368','','936',0),(26341,'2020-02-24 13:02:17','imp','optin_5','7227261368','','936',0),(26342,'2020-02-24 13:02:57','imp','optin_2','7227261368','','92',0),(26343,'2020-02-24 20:30:25','imp','optin_7','mailchimp_7227261368','','714',0),(26344,'2020-02-24 20:30:25','imp','optin_5','7227261368','','714',0),(26345,'2020-02-24 20:30:37','imp','optin_7','7227261368','','714',0),(26346,'2020-02-25 10:51:23','imp','optin_8','7227261368','','-1',0),(26347,'2020-02-25 16:45:29','imp','optin_7','mailchimp_7227261368','','714',0),(26348,'2020-02-25 18:27:11','imp','optin_7','mailchimp_7227261368','','714',0),(26349,'2020-02-25 19:50:39','imp','optin_7','mailchimp_7227261368','','714',0),(26350,'2020-02-26 04:02:13','imp','optin_7','mailchimp_7227261368','','714',0),(26351,'2020-02-26 07:31:45','imp','optin_7','mailchimp_7227261368','','714',0),(26352,'2020-02-26 10:32:54','imp','optin_7','mailchimp_7227261368','','714',0),(26353,'2020-02-26 12:21:12','imp','optin_8','7227261368','','-1',0),(26354,'2020-02-26 12:21:16','imp','optin_2','7227261368','','92',0),(26355,'2020-02-26 17:42:04','imp','optin_7','mailchimp_7227261368','','714',0),(26356,'2020-02-26 17:42:24','imp','optin_8','7227261368','','714',0),(26357,'2020-02-26 23:27:58','imp','optin_7','mailchimp_7227261368','','714',0),(26358,'2020-02-26 23:28:02','imp','optin_5','7227261368','','714',0),(26359,'2020-02-26 23:28:18','imp','optin_8','7227261368','','714',0),(26360,'2020-02-27 03:32:21','imp','optin_7','mailchimp_7227261368','','714',0),(26361,'2020-02-27 10:11:42','imp','optin_8','7227261368','','789',0),(26362,'2020-02-27 15:01:05','imp','optin_8','7227261368','','-1',0),(26363,'2020-02-27 19:45:08','imp','optin_7','mailchimp_7227261368','','714',0),(26364,'2020-02-27 19:45:08','imp','optin_5','7227261368','','714',0),(26365,'2020-02-27 19:45:16','imp','optin_7','7227261368','','714',0),(26366,'2020-02-27 20:54:20','imp','optin_7','mailchimp_7227261368','','714',0),(26367,'2020-02-27 20:54:40','imp','optin_8','7227261368','','714',0),(26368,'2020-02-27 20:54:54','imp','optin_7','7227261368','','714',0),(26369,'2020-02-29 11:05:38','imp','optin_7','mailchimp_7227261368','','714',0),(26370,'2020-02-29 11:05:56','imp','optin_8','7227261368','','714',0),(26371,'2020-02-29 11:06:23','imp','optin_7','7227261368','','714',0),(26372,'2020-02-29 13:02:24','imp','optin_7','mailchimp_7227261368','','714',0),(26373,'2020-02-29 18:06:52','imp','optin_7','mailchimp_7227261368','','714',0),(26374,'2020-02-29 18:06:53','imp','optin_5','7227261368','','714',0),(26375,'2020-02-29 18:07:12','imp','optin_8','7227261368','','714',0),(26376,'2020-02-29 18:07:19','imp','optin_7','7227261368','','714',0),(26377,'2020-02-29 20:54:41','imp','optin_8','7227261368','','-1',0),(26378,'2020-03-01 11:55:39','imp','optin_8','7227261368','','2',0),(26379,'2020-03-01 11:56:21','imp','optin_2','7227261368','','2',0),(26380,'2020-03-01 11:56:36','imp','optin_7','mailchimp_7227261368','','714',0),(26381,'2020-03-01 11:56:37','imp','optin_5','7227261368','','714',0),(26382,'2020-03-01 11:56:51','imp','optin_7','7227261368','','714',0),(26383,'2020-03-01 16:48:32','imp','optin_7','mailchimp_7227261368','','714',0),(26384,'2020-03-01 21:15:36','imp','optin_8','7227261368','','-1',0),(26385,'2020-03-02 12:29:35','imp','optin_7','mailchimp_7227261368','','714',0),(26386,'2020-03-02 12:29:35','imp','optin_5','7227261368','','714',0),(26387,'2020-03-02 12:29:52','imp','optin_8','7227261368','','714',0),(26388,'2020-03-02 12:30:43','imp','optin_7','7227261368','','714',0),(26389,'2020-03-02 22:49:25','imp','optin_7','mailchimp_7227261368','','714',0),(26390,'2020-03-02 22:49:45','imp','optin_8','7227261368','','714',0),(26391,'2020-03-02 22:49:45','imp','optin_8','7227261368','','714',0),(26392,'2020-03-02 22:49:45','imp','optin_7','7227261368','','714',0),(26393,'2020-03-03 10:22:26','imp','optin_8','7227261368','','-1',0),(26394,'2020-03-03 10:22:37','imp','optin_8','7227261368','','-1',0),(26395,'2020-03-03 10:22:43','imp','optin_2','7227261368','','92',0),(26396,'2020-03-03 10:23:07','imp','optin_2','7227261368','','92',0),(26397,'2020-03-03 10:23:08','imp','optin_8','7227261368','','-1',0),(26398,'2020-03-03 10:45:01','imp','optin_2','7227261368','','92',0),(26399,'2020-03-04 18:24:19','imp','optin_8','7227261368','','698',0),(26400,'2020-03-05 02:35:08','imp','optin_7','mailchimp_7227261368','','714',0),(26401,'2020-03-05 02:35:28','imp','optin_8','7227261368','','714',0),(26402,'2020-03-05 09:53:30','imp','optin_8','7227261368','','-1',0),(26403,'2020-03-05 22:06:36','imp','optin_8','7227261368','','-1',0),(26404,'2020-03-06 03:35:09','imp','optin_7','mailchimp_7227261368','','714',0),(26405,'2020-03-06 03:35:09','imp','optin_5','7227261368','','714',0),(26406,'2020-03-06 03:35:22','imp','optin_7','7227261368','','714',0),(26407,'2020-03-06 03:35:22','imp','optin_8','7227261368','','714',0),(26408,'2020-03-06 07:00:53','imp','optin_2','7227261368','','92',0),(26409,'2020-03-06 07:00:53','imp','optin_8','7227261368','','-1',0),(26410,'2020-03-06 21:36:12','imp','optin_8','7227261368','','-1',0),(26411,'2020-03-07 23:00:40','imp','optin_8','7227261368','','-1',0),(26412,'2020-03-07 23:00:52','imp','optin_2','7227261368','','92',0),(26413,'2020-03-08 03:09:19','imp','optin_8','7227261368','','-1',0),(26414,'2020-03-08 17:02:07','imp','optin_7','mailchimp_7227261368','','714',0),(26415,'2020-03-08 21:00:44','imp','optin_7','mailchimp_7227261368','','714',0),(26416,'2020-03-08 23:32:34','imp','optin_7','mailchimp_7227261368','','714',0),(26417,'2020-03-08 23:32:48','imp','optin_5','7227261368','','714',0),(26418,'2020-03-08 23:32:54','imp','optin_8','7227261368','','714',0),(26419,'2020-03-08 23:33:03','imp','optin_7','7227261368','','714',0),(26420,'2020-03-09 10:08:38','imp','optin_5','7227261368','','714',0),(26421,'2020-03-09 10:08:38','imp','optin_7','mailchimp_7227261368','','714',0),(26422,'2020-03-09 10:08:56','imp','optin_8','7227261368','','714',0),(26423,'2020-03-09 10:09:05','imp','optin_7','7227261368','','714',0),(26424,'2020-03-09 11:34:24','imp','optin_8','7227261368','','-1',0),(26425,'2020-03-09 11:34:28','imp','optin_2','7227261368','','92',0),(26426,'2020-03-09 16:07:07','imp','optin_7','mailchimp_7227261368','','714',0),(26427,'2020-03-09 16:07:08','imp','optin_5','7227261368','','714',0),(26428,'2020-03-09 16:07:28','imp','optin_8','7227261368','','714',0),(26429,'2020-03-09 19:31:18','imp','optin_7','mailchimp_7227261368','','714',0),(26430,'2020-03-09 19:31:18','imp','optin_5','7227261368','','714',0),(26431,'2020-03-09 19:31:33','imp','optin_7','7227261368','','714',0),(26432,'2020-03-09 19:31:33','imp','optin_8','7227261368','','714',0),(26433,'2020-03-09 22:56:43','imp','optin_7','mailchimp_7227261368','','714',0),(26434,'2020-03-09 22:57:03','imp','optin_8','7227261368','','714',0),(26435,'2020-03-09 22:57:10','imp','optin_7','7227261368','','714',0),(26436,'2020-03-10 09:29:18','imp','optin_7','mailchimp_7227261368','','714',0),(26437,'2020-03-10 09:29:37','imp','optin_8','7227261368','','714',0),(26438,'2020-03-10 10:20:47','imp','optin_5','7227261368','','714',0),(26439,'2020-03-10 10:21:18','imp','optin_7','7227261368','','714',0),(26440,'2020-03-10 10:21:46','con','optin_7','mailchimp_7227261368','','714',0),(26441,'2020-03-11 03:14:43','imp','optin_8','7227261368','','-1',0),(26442,'2020-03-11 11:57:24','imp','optin_7','mailchimp_7227261368','','714',0),(26443,'2020-03-11 11:57:24','imp','optin_5','7227261368','','714',0),(26444,'2020-03-11 11:57:44','imp','optin_8','7227261368','','714',0),(26445,'2020-03-11 11:58:14','imp','optin_7','7227261368','','714',0),(26446,'2020-03-11 22:44:27','imp','optin_7','mailchimp_7227261368','','714',0),(26447,'2020-03-11 22:44:27','imp','optin_5','7227261368','','714',0),(26448,'2020-03-11 22:44:47','imp','optin_8','7227261368','','714',0),(26449,'2020-03-11 22:45:08','imp','optin_7','7227261368','','714',0),(26450,'2020-03-12 00:28:03','imp','optin_7','mailchimp_7227261368','','714',0),(26451,'2020-03-12 00:28:38','imp','optin_8','7227261368','','714',0),(26452,'2020-03-12 23:21:02','imp','optin_7','mailchimp_7227261368','','714',0),(26453,'2020-03-12 23:21:20','imp','optin_8','7227261368','','714',0),(26454,'2020-03-12 23:21:20','imp','optin_7','7227261368','','714',0),(26455,'2020-03-12 23:21:42','imp','optin_5','7227261368','','714',0),(26456,'2020-03-13 05:40:26','imp','optin_7','mailchimp_7227261368','','714',0),(26457,'2020-03-13 11:57:22','imp','optin_8','7227261368','','945',0),(26458,'2020-03-13 13:23:17','imp','optin_8','7227261368','','-1',0),(26459,'2020-03-13 16:35:08','imp','optin_7','mailchimp_7227261368','','714',0),(26460,'2020-03-13 16:35:28','imp','optin_8','7227261368','','714',0),(26461,'2020-03-13 22:24:35','imp','optin_7','mailchimp_7227261368','','714',0),(26462,'2020-03-13 22:24:54','imp','optin_8','7227261368','','714',0),(26463,'2020-03-13 22:25:36','imp','optin_7','7227261368','','714',0),(26464,'2020-03-14 02:06:47','imp','optin_7','mailchimp_7227261368','','714',0),(26465,'2020-03-14 02:06:47','imp','optin_7','mailchimp_7227261368','','714',0),(26466,'2020-03-14 06:28:51','imp','optin_7','mailchimp_7227261368','','714',0),(26467,'2020-03-14 06:29:06','imp','optin_7','7227261368','','714',0),(26468,'2020-03-14 06:29:06','imp','optin_8','7227261368','','714',0),(26469,'2020-03-14 06:29:07','imp','optin_8','7227261368','','714',0),(26470,'2020-03-14 06:45:07','imp','optin_5','7227261368','','714',0),(26471,'2020-03-14 09:30:09','imp','optin_7','mailchimp_7227261368','','714',0),(26472,'2020-03-14 17:06:05','imp','optin_7','mailchimp_7227261368','','714',0),(26473,'2020-03-15 08:01:40','imp','optin_7','mailchimp_7227261368','','714',0),(26474,'2020-03-15 08:01:59','imp','optin_8','7227261368','','714',0),(26475,'2020-03-15 08:03:32','imp','optin_7','7227261368','','714',0),(26476,'2020-03-15 08:44:58','imp','optin_7','mailchimp_7227261368','','714',0),(26477,'2020-03-15 08:44:58','imp','optin_5','7227261368','','714',0),(26478,'2020-03-15 08:45:04','imp','optin_8','7227261368','','714',0),(26479,'2020-03-15 08:45:04','imp','optin_7','7227261368','','714',0),(26480,'2020-03-15 21:26:00','imp','optin_7','mailchimp_7227261368','','714',0),(26481,'2020-03-15 21:26:24','imp','optin_8','7227261368','','714',0),(26482,'2020-03-15 21:26:52','imp','optin_5','7227261368','','714',0),(26483,'2020-03-15 21:26:53','imp','optin_7','7227261368','','714',0),(26484,'2020-03-16 04:36:17','imp','optin_8','7227261368','','-1',0),(26485,'2020-03-16 09:55:45','imp','optin_7','mailchimp_7227261368','','714',0),(26486,'2020-03-16 09:56:03','imp','optin_8','7227261368','','714',0),(26487,'2020-03-16 10:03:30','imp','optin_5','7227261368','','714',0),(26488,'2020-03-16 10:03:58','imp','optin_7','7227261368','','714',0),(26489,'2020-03-16 15:06:59','imp','optin_7','mailchimp_7227261368','','714',0),(26490,'2020-03-16 15:06:59','imp','optin_5','7227261368','','714',0),(26491,'2020-03-16 15:07:18','imp','optin_8','7227261368','','714',0),(26492,'2020-03-16 15:07:30','imp','optin_7','7227261368','','714',0),(26493,'2020-03-16 17:00:24','imp','optin_7','mailchimp_7227261368','','714',0),(26494,'2020-03-16 17:00:42','imp','optin_8','7227261368','','714',0),(26495,'2020-03-16 21:29:36','imp','optin_7','mailchimp_7227261368','','714',0),(26496,'2020-03-16 21:29:56','imp','optin_8','7227261368','','714',0),(26497,'2020-03-16 21:34:20','imp','optin_5','7227261368','','714',0),(26498,'2020-03-17 04:55:06','imp','optin_8','7227261368','','192',0),(26499,'2020-03-17 04:56:41','imp','optin_2','7227261368','','2',0),(26500,'2020-03-18 00:37:58','imp','optin_7','mailchimp_7227261368','','714',0),(26501,'2020-03-18 00:37:58','imp','optin_5','7227261368','','714',0),(26502,'2020-03-18 00:39:27','imp','optin_8','7227261368','','714',0),(26503,'2020-03-18 22:44:11','imp','optin_7','mailchimp_7227261368','','714',0),(26504,'2020-03-18 22:44:31','imp','optin_8','7227261368','','714',0),(26505,'2020-03-18 22:45:49','imp','optin_5','7227261368','','714',0),(26506,'2020-03-18 22:45:51','imp','optin_7','7227261368','','714',0),(26507,'2020-03-19 02:46:12','imp','optin_8','7227261368','','-1',0),(26508,'2020-03-19 08:16:17','imp','optin_7','mailchimp_7227261368','','714',0),(26509,'2020-03-19 08:16:17','imp','optin_5','7227261368','','714',0),(26510,'2020-03-19 08:16:35','imp','optin_8','7227261368','','714',0),(26511,'2020-03-19 08:16:46','imp','optin_7','7227261368','','714',0),(26512,'2020-03-20 02:38:37','imp','optin_7','mailchimp_7227261368','','714',0),(26513,'2020-03-20 03:05:04','imp','optin_7','mailchimp_7227261368','','714',0),(26514,'2020-03-20 03:05:24','imp','optin_8','7227261368','','714',0),(26515,'2020-03-20 03:08:15','imp','optin_5','7227261368','','714',0),(26516,'2020-03-20 03:08:38','imp','optin_7','7227261368','','714',0),(26517,'2020-03-20 04:48:18','imp','optin_7','mailchimp_7227261368','','714',0),(26518,'2020-03-20 04:48:18','imp','optin_5','7227261368','','714',0),(26519,'2020-03-20 04:48:37','imp','optin_8','7227261368','','714',0),(26520,'2020-03-20 04:54:54','imp','optin_7','7227261368','','714',0),(26521,'2020-03-20 07:27:47','imp','optin_7','mailchimp_7227261368','','714',0),(26522,'2020-03-20 07:28:03','imp','optin_8','7227261368','','714',0),(26523,'2020-03-20 08:39:20','imp','optin_7','mailchimp_7227261368','','714',0),(26524,'2020-03-20 08:39:40','imp','optin_8','7227261368','','714',0),(26525,'2020-03-20 08:39:49','imp','optin_5','7227261368','','714',0),(26526,'2020-03-20 08:41:30','imp','optin_7','7227261368','','714',0),(26527,'2020-03-20 11:14:05','imp','optin_7','mailchimp_7227261368','','714',0),(26528,'2020-03-20 11:14:05','imp','optin_7','mailchimp_7227261368','','714',0),(26529,'2020-03-20 11:14:24','imp','optin_8','7227261368','','714',0),(26530,'2020-03-20 11:16:49','imp','optin_7','7227261368','','714',0),(26531,'2020-03-20 11:17:06','imp','optin_5','7227261368','','714',0),(26532,'2020-03-20 14:25:59','imp','optin_7','mailchimp_7227261368','','714',0),(26533,'2020-03-20 14:26:18','imp','optin_8','7227261368','','714',0),(26534,'2020-03-20 14:27:00','imp','optin_7','7227261368','','714',0),(26535,'2020-03-20 19:05:59','imp','optin_7','mailchimp_7227261368','','714',0),(26536,'2020-03-20 19:06:00','imp','optin_5','7227261368','','714',0),(26537,'2020-03-20 19:06:09','imp','optin_7','7227261368','','714',0),(26538,'2020-03-20 19:06:19','imp','optin_8','7227261368','','714',0),(26539,'2020-03-20 22:13:08','imp','optin_7','mailchimp_7227261368','','714',0),(26540,'2020-03-20 22:13:28','imp','optin_8','7227261368','','714',0),(26541,'2020-03-20 22:15:00','imp','optin_7','7227261368','','714',0),(26542,'2020-03-21 13:48:28','imp','optin_7','mailchimp_7227261368','','714',0),(26543,'2020-03-21 13:48:43','imp','optin_8','7227261368','','714',0),(26544,'2020-03-21 13:49:18','imp','optin_7','7227261368','','714',0),(26545,'2020-03-21 16:07:45','imp','optin_7','mailchimp_7227261368','','714',0),(26546,'2020-03-21 16:07:47','imp','optin_5','7227261368','','714',0),(26547,'2020-03-21 16:07:57','imp','optin_8','7227261368','','714',0),(26548,'2020-03-21 16:08:04','imp','optin_7','7227261368','','714',0),(26549,'2020-03-21 20:55:01','imp','optin_8','7227261368','','-1',0),(26550,'2020-03-21 22:49:08','imp','optin_7','mailchimp_7227261368','','714',0),(26551,'2020-03-22 20:37:42','imp','optin_2','7227261368','','92',0),(26552,'2020-03-22 20:37:44','imp','optin_8','7227261368','','-1',0),(26553,'2020-03-22 20:38:22','con','optin_8','mailchimp_7227261368','','-1',0),(26554,'2020-03-22 23:06:18','imp','optin_8','7227261368','','585',0),(26555,'2020-03-22 23:23:03','imp','optin_7','mailchimp_7227261368','','714',0),(26556,'2020-03-22 23:26:51','imp','optin_5','7227261368','','585',0),(26557,'2020-03-23 02:35:23','imp','optin_8','7227261368','','-1',0),(26558,'2020-03-23 04:01:57','imp','optin_7','mailchimp_7227261368','','714',0),(26559,'2020-03-23 04:02:02','imp','optin_5','7227261368','','714',0),(26560,'2020-03-23 04:02:16','imp','optin_8','7227261368','','714',0),(26561,'2020-03-23 04:05:31','imp','optin_7','7227261368','','714',0),(26562,'2020-03-23 15:21:50','imp','optin_7','mailchimp_7227261368','','714',0),(26563,'2020-03-23 15:21:52','imp','optin_8','7227261368','','714',0),(26564,'2020-03-23 15:21:55','imp','optin_5','7227261368','','714',0),(26565,'2020-03-23 15:21:58','imp','optin_7','7227261368','','714',0),(26566,'2020-03-23 16:56:38','imp','optin_7','mailchimp_7227261368','','714',0),(26567,'2020-03-23 23:58:21','imp','optin_7','mailchimp_7227261368','','714',0),(26568,'2020-03-23 23:58:40','imp','optin_8','7227261368','','714',0),(26569,'2020-03-23 23:58:51','imp','optin_5','7227261368','','714',0),(26570,'2020-03-24 03:46:59','imp','optin_7','mailchimp_7227261368','','714',0),(26571,'2020-03-24 03:46:59','imp','optin_5','7227261368','','714',0),(26572,'2020-03-24 03:47:16','imp','optin_8','7227261368','','714',0),(26573,'2020-03-24 03:47:40','con','optin_8','mailchimp_7227261368','','714',0),(26574,'2020-03-24 03:48:03','imp','optin_7','7227261368','','714',0),(26575,'2020-03-24 04:53:31','imp','optin_7','mailchimp_7227261368','','714',0),(26576,'2020-03-24 04:53:50','imp','optin_8','7227261368','','714',0),(26577,'2020-03-24 04:54:33','imp','optin_5','7227261368','','714',0),(26578,'2020-03-24 09:23:18','imp','optin_7','mailchimp_7227261368','','714',0),(26579,'2020-03-24 09:23:35','imp','optin_8','7227261368','','714',0),(26580,'2020-03-24 09:24:19','imp','optin_7','7227261368','','714',0),(26581,'2020-03-24 09:24:19','imp','optin_5','7227261368','','714',0),(26582,'2020-03-24 14:39:08','imp','optin_7','mailchimp_7227261368','','714',0),(26583,'2020-03-24 14:39:28','imp','optin_8','7227261368','','714',0),(26584,'2020-03-24 14:39:34','imp','optin_7','7227261368','','714',0),(26585,'2020-03-24 21:02:15','imp','optin_8','7227261368','','-1',0),(26586,'2020-03-24 21:02:29','imp','optin_2','7227261368','','92',0),(26587,'2020-03-24 21:59:51','imp','optin_8','7227261368','','-1',0),(26588,'2020-03-25 17:37:00','imp','optin_7','mailchimp_7227261368','','714',0),(26589,'2020-03-25 17:37:09','imp','optin_8','7227261368','','714',0),(26590,'2020-03-25 22:00:38','imp','optin_7','mailchimp_7227261368','','714',0),(26591,'2020-03-25 22:00:57','imp','optin_8','7227261368','','714',0),(26592,'2020-03-25 22:01:38','imp','optin_7','7227261368','','714',0),(26593,'2020-03-25 22:01:39','imp','optin_5','7227261368','','714',0),(26594,'2020-03-26 05:23:24','imp','optin_7','mailchimp_7227261368','','714',0),(26595,'2020-03-26 05:23:41','imp','optin_8','7227261368','','714',0),(26596,'2020-03-26 05:23:59','imp','optin_7','7227261368','','714',0),(26597,'2020-03-26 07:18:43','imp','optin_2','7227261368','','92',0),(26598,'2020-03-26 07:18:44','imp','optin_8','7227261368','','-1',0),(26599,'2020-03-26 07:21:23','imp','optin_5','7227261368','','411',0),(26600,'2020-03-26 07:21:33','imp','optin_7','mailchimp_7227261368','','714',0),(26601,'2020-03-26 15:26:01','imp','optin_7','mailchimp_7227261368','','714',0),(26602,'2020-03-26 18:27:57','imp','optin_7','mailchimp_7227261368','','714',0),(26603,'2020-03-26 18:28:16','imp','optin_8','7227261368','','714',0),(26604,'2020-03-26 18:28:38','imp','optin_7','7227261368','','714',0),(26605,'2020-03-26 21:50:18','imp','optin_7','mailchimp_7227261368','','714',0),(26606,'2020-03-26 21:50:25','imp','optin_8','7227261368','','714',0),(26607,'2020-03-26 21:50:30','imp','optin_7','7227261368','','714',0),(26608,'2020-03-26 21:50:40','imp','optin_5','7227261368','','714',0),(26609,'2020-03-27 06:59:46','imp','optin_7','mailchimp_7227261368','','714',0),(26610,'2020-03-27 07:00:04','imp','optin_8','7227261368','','714',0),(26611,'2020-03-27 07:00:17','imp','optin_7','7227261368','','714',0),(26612,'2020-03-27 14:54:48','imp','optin_5','7227261368','','714',0),(26613,'2020-03-27 14:54:48','imp','optin_7','mailchimp_7227261368','','714',0),(26614,'2020-03-27 14:55:06','imp','optin_8','7227261368','','714',0),(26615,'2020-03-27 14:55:14','imp','optin_7','7227261368','','714',0),(26616,'2020-03-27 16:58:59','imp','optin_7','mailchimp_7227261368','','714',0),(26617,'2020-03-27 17:00:43','imp','optin_7','mailchimp_7227261368','','714',0),(26618,'2020-03-28 00:39:47','imp','optin_8','7227261368','','-1',0),(26619,'2020-03-28 03:24:01','imp','optin_7','mailchimp_7227261368','','714',0),(26620,'2020-03-28 03:24:01','imp','optin_5','7227261368','','714',0),(26621,'2020-03-28 12:22:13','imp','optin_7','mailchimp_7227261368','','714',0),(26622,'2020-03-28 12:22:31','imp','optin_8','7227261368','','714',0),(26623,'2020-03-28 12:23:19','imp','optin_7','7227261368','','714',0),(26624,'2020-03-28 16:14:42','imp','optin_7','mailchimp_7227261368','','714',0),(26625,'2020-03-28 16:15:02','imp','optin_8','7227261368','','714',0),(26626,'2020-03-28 16:15:16','imp','optin_7','7227261368','','714',0),(26627,'2020-03-28 18:10:19','imp','optin_7','mailchimp_7227261368','','714',0),(26628,'2020-03-28 18:10:30','imp','optin_8','7227261368','','714',0),(26629,'2020-03-28 18:10:42','imp','optin_7','7227261368','','714',0),(26630,'2020-03-28 18:10:44','imp','optin_5','7227261368','','714',0),(26631,'2020-03-29 01:32:43','imp','optin_7','mailchimp_7227261368','','714',0),(26632,'2020-03-29 05:33:47','imp','optin_7','mailchimp_7227261368','','714',0),(26633,'2020-03-29 06:04:31','imp','optin_8','7227261368','','-1',0),(26634,'2020-03-29 17:55:19','imp','optin_7','mailchimp_7227261368','','714',0),(26635,'2020-03-29 18:27:44','imp','optin_7','mailchimp_7227261368','','714',0),(26636,'2020-03-29 18:28:03','imp','optin_8','7227261368','','714',0),(26637,'2020-03-29 18:33:54','imp','optin_5','7227261368','','714',0),(26638,'2020-03-29 18:34:19','imp','optin_7','7227261368','','714',0),(26639,'2020-03-30 03:28:50','imp','optin_7','mailchimp_7227261368','','714',0),(26640,'2020-03-30 08:28:49','imp','optin_7','mailchimp_7227261368','','714',0),(26641,'2020-03-30 08:29:05','imp','optin_8','7227261368','','714',0),(26642,'2020-03-30 09:19:22','imp','optin_7','mailchimp_7227261368','','714',0),(26643,'2020-03-30 10:45:28','imp','optin_7','mailchimp_7227261368','','714',0),(26644,'2020-03-30 10:45:28','imp','optin_5','7227261368','','714',0),(26645,'2020-03-30 10:45:40','imp','optin_7','7227261368','','714',0),(26646,'2020-03-30 10:45:40','imp','optin_8','7227261368','','714',0),(26647,'2020-03-30 13:50:06','imp','optin_7','mailchimp_7227261368','','714',0),(26648,'2020-03-30 13:50:09','imp','optin_5','7227261368','','714',0),(26649,'2020-03-30 13:50:27','imp','optin_8','7227261368','','714',0),(26650,'2020-03-30 13:51:12','imp','optin_7','7227261368','','714',0),(26651,'2020-03-30 21:37:36','imp','optin_8','7227261368','','-1',0),(26652,'2020-03-30 22:15:05','imp','optin_7','mailchimp_7227261368','','714',0),(26653,'2020-03-30 22:15:24','imp','optin_8','7227261368','','714',0),(26654,'2020-03-30 22:16:05','imp','optin_7','7227261368','','714',0),(26655,'2020-03-30 22:16:11','imp','optin_5','7227261368','','714',0),(26656,'2020-03-31 02:55:44','imp','optin_7','mailchimp_7227261368','','714',0),(26657,'2020-03-31 02:55:58','imp','optin_8','7227261368','','714',0),(26658,'2020-03-31 02:56:08','imp','optin_7','7227261368','','714',0),(26659,'2020-03-31 03:33:29','imp','optin_5','7227261368','','714',0),(26660,'2020-03-31 03:33:30','imp','optin_7','mailchimp_7227261368','','714',0),(26661,'2020-03-31 03:33:40','imp','optin_8','7227261368','','714',0),(26662,'2020-03-31 03:33:40','imp','optin_7','7227261368','','714',0),(26663,'2020-03-31 19:06:32','imp','optin_7','mailchimp_7227261368','','714',0),(26664,'2020-04-01 01:10:25','imp','optin_7','mailchimp_7227261368','','714',0),(26665,'2020-04-01 01:10:43','imp','optin_8','7227261368','','714',0),(26666,'2020-04-01 01:11:31','imp','optin_7','7227261368','','714',0),(26667,'2020-04-01 01:11:31','imp','optin_5','7227261368','','714',0),(26668,'2020-04-01 01:40:44','imp','optin_7','mailchimp_7227261368','','714',0),(26669,'2020-04-01 01:40:45','imp','optin_5','7227261368','','714',0),(26670,'2020-04-01 01:41:04','imp','optin_8','7227261368','','714',0),(26671,'2020-04-01 01:43:29','imp','optin_7','7227261368','','714',0),(26672,'2020-04-01 03:45:58','imp','optin_7','mailchimp_7227261368','','714',0),(26673,'2020-04-01 03:45:59','imp','optin_5','7227261368','','714',0),(26674,'2020-04-01 03:46:17','imp','optin_8','7227261368','','714',0),(26675,'2020-04-01 03:47:24','imp','optin_7','7227261368','','714',0),(26676,'2020-04-01 04:54:06','imp','optin_7','mailchimp_7227261368','','714',0),(26677,'2020-04-01 04:54:28','imp','optin_8','7227261368','','714',0),(26678,'2020-04-01 04:54:37','imp','optin_7','7227261368','','714',0),(26679,'2020-04-01 05:47:53','imp','optin_8','7227261368','','-1',0),(26680,'2020-04-01 11:15:40','imp','optin_7','mailchimp_7227261368','','714',0),(26681,'2020-04-01 11:15:48','imp','optin_5','7227261368','','714',0),(26682,'2020-04-01 11:16:00','imp','optin_8','7227261368','','714',0),(26683,'2020-04-01 11:16:08','imp','optin_7','7227261368','','714',0),(26684,'2020-04-01 11:21:23','imp','optin_7','mailchimp_7227261368','','714',0),(26685,'2020-04-01 11:21:30','imp','optin_8','7227261368','','714',0),(26686,'2020-04-01 11:21:40','imp','optin_7','7227261368','','714',0),(26687,'2020-04-01 11:21:41','imp','optin_5','7227261368','','714',0),(26688,'2020-04-01 12:43:37','imp','optin_7','mailchimp_7227261368','','714',0),(26689,'2020-04-01 12:43:38','imp','optin_5','7227261368','','714',0),(26690,'2020-04-01 12:43:54','imp','optin_7','7227261368','','714',0),(26691,'2020-04-01 12:43:54','imp','optin_8','7227261368','','714',0),(26692,'2020-04-01 21:54:03','imp','optin_7','mailchimp_7227261368','','714',0),(26693,'2020-04-01 21:54:22','imp','optin_8','7227261368','','714',0),(26694,'2020-04-01 21:54:29','imp','optin_5','7227261368','','714',0),(26695,'2020-04-01 21:58:43','imp','optin_7','7227261368','','714',0),(26696,'2020-04-02 00:14:20','imp','optin_7','mailchimp_7227261368','','714',0),(26697,'2020-04-02 00:14:28','imp','optin_8','7227261368','','714',0),(26698,'2020-04-02 00:15:21','imp','optin_7','7227261368','','714',0),(26699,'2020-04-02 02:09:39','imp','optin_7','mailchimp_7227261368','','714',0),(26700,'2020-04-02 02:09:53','imp','optin_8','7227261368','','714',0),(26701,'2020-04-02 02:10:00','imp','optin_7','7227261368','','714',0),(26702,'2020-04-02 02:53:21','imp','optin_7','mailchimp_7227261368','','714',0),(26703,'2020-04-02 02:53:22','imp','optin_5','7227261368','','714',0),(26704,'2020-04-02 02:53:42','imp','optin_8','7227261368','','714',0),(26705,'2020-04-02 02:55:10','imp','optin_7','7227261368','','714',0),(26706,'2020-04-02 03:19:50','imp','optin_7','mailchimp_7227261368','','714',0),(26707,'2020-04-02 03:19:50','imp','optin_5','7227261368','','714',0),(26708,'2020-04-02 03:20:09','imp','optin_8','7227261368','','714',0),(26709,'2020-04-02 03:20:19','imp','optin_7','7227261368','','714',0),(26710,'2020-04-02 09:43:42','imp','optin_5','7227261368','','714',0),(26711,'2020-04-02 09:43:42','imp','optin_7','mailchimp_7227261368','','714',0),(26712,'2020-04-02 09:43:56','imp','optin_8','7227261368','','714',0),(26713,'2020-04-02 09:43:56','imp','optin_7','7227261368','','714',0),(26714,'2020-04-02 16:54:33','imp','optin_7','mailchimp_7227261368','','714',0),(26715,'2020-04-02 16:54:39','imp','optin_8','7227261368','','714',0),(26716,'2020-04-02 16:54:45','imp','optin_7','7227261368','','714',0),(26717,'2020-04-02 23:02:57','imp','optin_8','7227261368','','-1',0),(26718,'2020-04-03 10:29:34','imp','optin_7','mailchimp_7227261368','','714',0),(26719,'2020-04-03 10:29:43','imp','optin_8','7227261368','','714',0),(26720,'2020-04-03 10:29:51','imp','optin_7','7227261368','','714',0),(26721,'2020-04-03 10:29:53','imp','optin_5','7227261368','','714',0),(26722,'2020-04-04 04:31:05','imp','optin_8','7227261368','','-1',0),(26723,'2020-04-04 13:18:56','imp','optin_5','7227261368','','714',0),(26724,'2020-04-04 13:18:56','imp','optin_7','mailchimp_7227261368','','714',0),(26725,'2020-04-04 13:19:02','imp','optin_8','7227261368','','714',0),(26726,'2020-04-04 13:20:10','imp','optin_7','7227261368','','714',0),(26727,'2020-04-04 20:05:50','imp','optin_7','mailchimp_7227261368','','714',0),(26728,'2020-04-04 20:36:50','imp','optin_7','mailchimp_7227261368','','714',0),(26729,'2020-04-04 22:12:45','imp','optin_7','mailchimp_7227261368','','714',0),(26730,'2020-04-05 01:11:11','imp','optin_7','mailchimp_7227261368','','714',0),(26731,'2020-04-05 09:30:26','imp','optin_7','mailchimp_7227261368','','714',0),(26732,'2020-04-05 19:34:58','imp','optin_7','mailchimp_7227261368','','714',0),(26733,'2020-04-05 19:35:18','imp','optin_8','7227261368','','714',0),(26734,'2020-04-05 19:35:23','imp','optin_7','7227261368','','714',0),(26735,'2020-04-05 19:43:17','imp','optin_8','7227261368','','-1',0),(26736,'2020-04-06 06:53:52','imp','optin_7','mailchimp_7227261368','','714',0),(26737,'2020-04-06 06:53:52','imp','optin_5','7227261368','','714',0),(26738,'2020-04-06 06:54:11','imp','optin_8','7227261368','','714',0),(26739,'2020-04-06 07:04:38','imp','optin_7','mailchimp_7227261368','','714',0),(26740,'2020-04-06 07:04:58','imp','optin_8','7227261368','','714',0),(26741,'2020-04-06 08:13:35','imp','optin_7','mailchimp_7227261368','','714',0),(26742,'2020-04-06 08:13:35','imp','optin_5','7227261368','','714',0),(26743,'2020-04-06 15:28:15','imp','optin_7','mailchimp_7227261368','','714',0),(26744,'2020-04-07 00:56:20','imp','optin_7','mailchimp_7227261368','','714',0),(26745,'2020-04-07 00:56:30','imp','optin_8','7227261368','','714',0),(26746,'2020-04-07 00:56:31','imp','optin_7','7227261368','','714',0),(26747,'2020-04-07 02:38:48','imp','optin_7','mailchimp_7227261368','','714',0),(26748,'2020-04-07 02:38:48','imp','optin_5','7227261368','','714',0),(26749,'2020-04-07 02:38:54','imp','optin_7','7227261368','','714',0),(26750,'2020-04-07 02:38:54','imp','optin_8','7227261368','','714',0),(26751,'2020-04-07 03:31:09','imp','optin_7','mailchimp_7227261368','','714',0),(26752,'2020-04-07 03:31:10','imp','optin_5','7227261368','','714',0),(26753,'2020-04-07 03:31:22','imp','optin_8','7227261368','','714',0),(26754,'2020-04-07 03:31:23','imp','optin_7','7227261368','','714',0),(26755,'2020-04-07 09:07:27','imp','optin_8','7227261368','','-1',0),(26756,'2020-04-08 05:19:43','imp','optin_7','mailchimp_7227261368','','714',0),(26757,'2020-04-08 05:20:03','imp','optin_8','7227261368','','714',0),(26758,'2020-04-08 05:20:32','imp','optin_7','7227261368','','714',0),(26759,'2020-04-08 05:51:06','imp','optin_7','mailchimp_7227261368','','714',0),(26760,'2020-04-08 05:51:26','imp','optin_8','7227261368','','714',0),(26761,'2020-04-08 05:51:57','imp','optin_7','7227261368','','714',0),(26762,'2020-04-08 10:54:45','imp','optin_7','mailchimp_7227261368','','714',0),(26763,'2020-04-08 11:34:38','imp','optin_7','mailchimp_7227261368','','714',0),(26764,'2020-04-09 06:12:42','imp','optin_7','mailchimp_7227261368','','714',0),(26765,'2020-04-09 06:24:51','imp','optin_7','mailchimp_7227261368','','714',0),(26766,'2020-04-09 06:24:52','imp','optin_5','7227261368','','714',0),(26767,'2020-04-09 06:25:11','imp','optin_8','7227261368','','714',0),(26768,'2020-04-09 11:13:12','imp','optin_7','mailchimp_7227261368','','714',0),(26769,'2020-04-09 11:13:26','imp','optin_8','7227261368','','714',0),(26770,'2020-04-09 11:13:40','imp','optin_7','7227261368','','714',0),(26771,'2020-04-09 11:16:52','imp','optin_8','7227261368','','-1',0),(26772,'2020-04-09 15:51:09','imp','optin_8','7227261368','','-1',0),(26773,'2020-04-11 00:07:39','imp','optin_7','mailchimp_7227261368','','714',0),(26774,'2020-04-11 00:07:59','imp','optin_8','7227261368','','714',0),(26775,'2020-04-11 01:47:20','imp','optin_7','7227261368','','714',0),(26776,'2020-04-11 01:47:32','imp','optin_5','7227261368','','714',0),(26777,'2020-04-11 04:33:06','imp','optin_7','mailchimp_7227261368','','714',0),(26778,'2020-04-11 04:33:13','imp','optin_8','7227261368','','714',0),(26779,'2020-04-11 05:50:15','imp','optin_8','7227261368','','-1',0),(26780,'2020-04-11 12:33:55','imp','optin_8','7227261368','','-1',0),(26781,'2020-04-11 13:26:27','imp','optin_7','mailchimp_7227261368','','714',0),(26782,'2020-04-11 13:26:27','imp','optin_5','7227261368','','714',0),(26783,'2020-04-11 13:26:36','imp','optin_7','7227261368','','714',0),(26784,'2020-04-11 13:26:36','imp','optin_8','7227261368','','714',0),(26785,'2020-04-11 19:08:10','imp','optin_7','mailchimp_7227261368','','714',0),(26786,'2020-04-11 19:08:30','imp','optin_8','7227261368','','714',0),(26787,'2020-04-12 11:22:21','imp','optin_7','mailchimp_7227261368','','714',0),(26788,'2020-04-12 11:22:40','imp','optin_8','7227261368','','714',0),(26789,'2020-04-13 02:22:51','imp','optin_7','mailchimp_7227261368','','714',0),(26790,'2020-04-13 02:22:52','imp','optin_7','mailchimp_7227261368','','714',0),(26791,'2020-04-13 02:22:59','imp','optin_8','7227261368','','714',0),(26792,'2020-04-13 02:23:18','imp','optin_7','7227261368','','714',0),(26793,'2020-04-13 02:57:45','imp','optin_7','mailchimp_7227261368','','714',0),(26794,'2020-04-13 02:57:50','imp','optin_5','7227261368','','714',0),(26795,'2020-04-13 02:58:04','imp','optin_8','7227261368','','714',0),(26796,'2020-04-13 02:58:27','con','optin_8','mailchimp_7227261368','','714',0),(26797,'2020-04-13 02:58:29','con','optin_8','mailchimp_7227261368','','714',0),(26798,'2020-04-13 02:58:41','imp','optin_7','7227261368','','714',0),(26799,'2020-04-13 06:17:35','imp','optin_8','7227261368','','-1',0),(26800,'2020-04-13 09:18:59','imp','optin_8','7227261368','','-1',0),(26801,'2020-04-13 16:09:00','imp','optin_2','7227261368','','92',0),(26802,'2020-04-13 16:09:01','imp','optin_8','7227261368','','-1',0),(26803,'2020-04-13 16:09:10','imp','optin_7','mailchimp_7227261368','','714',0),(26804,'2020-04-13 16:09:41','imp','optin_7','7227261368','','714',0),(26805,'2020-04-13 19:12:47','imp','optin_8','7227261368','','-1',0),(26806,'2020-04-14 23:13:15','imp','optin_7','mailchimp_7227261368','','714',0),(26807,'2020-04-14 23:13:29','imp','optin_8','7227261368','','714',0),(26808,'2020-04-14 23:13:38','imp','optin_7','7227261368','','714',0),(26809,'2020-04-15 01:58:50','imp','optin_7','mailchimp_7227261368','','714',0),(26810,'2020-04-15 01:58:51','imp','optin_5','7227261368','','714',0),(26811,'2020-04-15 07:25:27','imp','optin_7','mailchimp_7227261368','','714',0),(26812,'2020-04-15 07:26:07','imp','optin_8','7227261368','','714',0),(26813,'2020-04-15 07:26:09','imp','optin_5','7227261368','','714',0),(26814,'2020-04-15 07:26:18','imp','optin_7','7227261368','','714',0),(26815,'2020-04-15 09:08:05','imp','optin_7','mailchimp_7227261368','','714',0),(26816,'2020-04-15 09:08:06','imp','optin_5','7227261368','','714',0),(26817,'2020-04-15 09:08:24','imp','optin_8','7227261368','','714',0),(26818,'2020-04-15 09:08:31','imp','optin_7','7227261368','','714',0),(26819,'2020-04-15 09:26:32','imp','optin_7','mailchimp_7227261368','','714',0),(26820,'2020-04-15 09:26:45','imp','optin_8','7227261368','','714',0),(26821,'2020-04-15 09:26:45','imp','optin_7','7227261368','','714',0),(26822,'2020-04-15 12:40:27','imp','optin_7','mailchimp_7227261368','','714',0),(26823,'2020-04-15 12:40:27','imp','optin_8','7227261368','','714',0),(26824,'2020-04-15 12:40:28','imp','optin_7','7227261368','','714',0),(26825,'2020-04-16 01:46:51','imp','optin_8','7227261368','','-1',0),(26826,'2020-04-16 04:14:40','imp','optin_7','mailchimp_7227261368','','714',0),(26827,'2020-04-16 04:14:57','imp','optin_8','7227261368','','714',0),(26828,'2020-04-16 19:51:43','imp','optin_7','mailchimp_7227261368','','714',0),(26829,'2020-04-16 20:33:50','imp','optin_7','mailchimp_7227261368','','714',0),(26830,'2020-04-17 00:10:48','imp','optin_7','mailchimp_7227261368','','714',0),(26831,'2020-04-17 00:10:57','imp','optin_8','7227261368','','714',0),(26832,'2020-04-17 00:11:05','imp','optin_7','7227261368','','714',0),(26833,'2020-04-17 02:36:09','imp','optin_7','mailchimp_7227261368','','714',0),(26834,'2020-04-17 05:26:37','imp','optin_7','mailchimp_7227261368','','714',0),(26835,'2020-04-17 06:14:45','imp','optin_7','mailchimp_7227261368','','714',0),(26836,'2020-04-17 06:15:05','imp','optin_8','7227261368','','714',0),(26837,'2020-04-17 06:17:42','imp','optin_5','7227261368','','714',0),(26838,'2020-04-17 06:17:46','imp','optin_7','7227261368','','714',0),(26839,'2020-04-17 20:29:37','imp','optin_7','mailchimp_7227261368','','714',0),(26840,'2020-04-17 20:29:44','imp','optin_8','7227261368','','714',0),(26841,'2020-04-17 20:29:44','imp','optin_7','7227261368','','714',0),(26842,'2020-04-17 21:51:12','imp','optin_8','7227261368','','-1',0),(26843,'2020-04-17 21:51:16','imp','optin_2','7227261368','','92',0),(26844,'2020-04-18 00:29:55','imp','optin_7','mailchimp_7227261368','','714',0),(26845,'2020-04-18 00:29:56','imp','optin_5','7227261368','','714',0),(26846,'2020-04-18 00:30:03','imp','optin_8','7227261368','','714',0),(26847,'2020-04-18 00:30:09','imp','optin_7','7227261368','','714',0),(26848,'2020-04-18 15:26:08','imp','optin_7','mailchimp_7227261368','','714',0),(26849,'2020-04-18 15:26:08','imp','optin_5','7227261368','','714',0),(26850,'2020-04-18 15:26:26','imp','optin_8','7227261368','','714',0),(26851,'2020-04-18 15:26:44','imp','optin_7','7227261368','','714',0),(26852,'2020-04-18 23:07:34','imp','optin_5','7227261368','','714',0),(26853,'2020-04-18 23:07:34','imp','optin_7','mailchimp_7227261368','','714',0),(26854,'2020-04-18 23:07:54','imp','optin_8','7227261368','','714',0),(26855,'2020-04-18 23:08:02','imp','optin_7','7227261368','','714',0),(26856,'2020-04-19 15:51:02','imp','optin_8','7227261368','','-1',0),(26857,'2020-04-20 06:40:04','imp','optin_8','7227261368','','-1',0),(26858,'2020-04-20 10:10:35','imp','optin_5','7227261368','','714',0),(26859,'2020-04-20 10:10:35','imp','optin_7','mailchimp_7227261368','','714',0),(26860,'2020-04-20 10:10:40','imp','optin_8','7227261368','','714',0),(26861,'2020-04-20 10:10:44','imp','optin_7','7227261368','','714',0),(26862,'2020-04-20 12:25:26','imp','optin_7','mailchimp_7227261368','','714',0),(26863,'2020-04-20 12:25:46','imp','optin_8','7227261368','','714',0),(26864,'2020-04-20 12:36:21','imp','optin_5','7227261368','','714',0),(26865,'2020-04-20 18:14:25','imp','optin_7','mailchimp_7227261368','','714',0),(26866,'2020-04-20 18:14:45','imp','optin_8','7227261368','','714',0),(26867,'2020-04-20 22:18:54','imp','optin_7','mailchimp_7227261368','','714',0),(26868,'2020-04-20 22:19:14','imp','optin_8','7227261368','','714',0),(26869,'2020-04-20 22:19:38','imp','optin_7','7227261368','','714',0),(26870,'2020-04-21 04:12:45','imp','optin_7','mailchimp_7227261368','','714',0),(26871,'2020-04-21 04:13:03','imp','optin_8','7227261368','','714',0),(26872,'2020-04-21 04:13:28','imp','optin_2','7227261368','','92',0),(26873,'2020-04-21 09:34:29','imp','optin_8','7227261368','','-1',0),(26874,'2020-04-21 11:18:02','imp','optin_8','7227261368','','-1',0),(26875,'2020-04-21 16:50:24','imp','optin_7','mailchimp_7227261368','','714',0),(26876,'2020-04-21 16:50:24','imp','optin_5','7227261368','','714',0),(26877,'2020-04-21 16:50:26','imp','optin_8','7227261368','','714',0),(26878,'2020-04-21 16:50:26','imp','optin_7','7227261368','','714',0),(26879,'2020-04-21 17:50:42','imp','optin_7','mailchimp_7227261368','','714',0),(26880,'2020-04-21 17:50:42','imp','optin_5','7227261368','','714',0),(26881,'2020-04-21 20:55:51','imp','optin_7','mailchimp_7227261368','','714',0),(26882,'2020-04-21 20:56:04','imp','optin_5','7227261368','','714',0),(26883,'2020-04-21 20:56:11','imp','optin_8','7227261368','','714',0),(26884,'2020-04-21 20:56:47','imp','optin_7','7227261368','','714',0),(26885,'2020-04-22 02:49:22','imp','optin_7','mailchimp_7227261368','','714',0),(26886,'2020-04-22 02:49:22','imp','optin_5','7227261368','','714',0),(26887,'2020-04-22 02:49:25','imp','optin_8','7227261368','','714',0),(26888,'2020-04-22 02:49:28','imp','optin_7','7227261368','','714',0),(26889,'2020-04-22 08:05:07','imp','optin_7','mailchimp_7227261368','','714',0),(26890,'2020-04-22 08:05:26','imp','optin_7','7227261368','','714',0),(26891,'2020-04-22 08:05:27','imp','optin_8','7227261368','','714',0),(26892,'2020-04-22 09:25:35','imp','optin_7','mailchimp_7227261368','','714',0),(26893,'2020-04-22 09:25:36','imp','optin_5','7227261368','','714',0),(26894,'2020-04-22 09:25:55','imp','optin_8','7227261368','','714',0),(26895,'2020-04-22 13:43:04','imp','optin_8','7227261368','','-1',0),(26896,'2020-04-22 18:54:25','imp','optin_8','7227261368','','-1',0),(26897,'2020-04-23 01:34:22','imp','optin_7','mailchimp_7227261368','','714',0),(26898,'2020-04-23 01:34:22','imp','optin_5','7227261368','','714',0),(26899,'2020-04-23 01:34:28','imp','optin_8','7227261368','','714',0),(26900,'2020-04-23 01:34:38','imp','optin_7','7227261368','','714',0),(26901,'2020-04-23 01:59:46','imp','optin_7','mailchimp_7227261368','','714',0),(26902,'2020-04-23 02:00:06','imp','optin_8','7227261368','','714',0),(26903,'2020-04-23 02:01:34','imp','optin_5','7227261368','','714',0),(26904,'2020-04-23 02:01:39','imp','optin_7','7227261368','','714',0),(26905,'2020-04-23 06:39:07','imp','optin_7','mailchimp_7227261368','','714',0),(26906,'2020-04-24 00:44:32','imp','optin_8','7227261368','','-1',0),(26907,'2020-04-24 04:57:22','imp','optin_7','mailchimp_7227261368','','714',0),(26908,'2020-04-24 15:43:20','imp','optin_7','mailchimp_7227261368','','714',0),(26909,'2020-04-24 15:43:21','imp','optin_5','7227261368','','714',0),(26910,'2020-04-24 19:09:42','imp','optin_7','mailchimp_7227261368','','714',0),(26911,'2020-04-24 19:09:42','imp','optin_5','7227261368','','714',0),(26912,'2020-04-25 02:59:58','imp','optin_8','7227261368','','698',0),(26913,'2020-04-25 02:59:58','imp','optin_5','7227261368','','698',0),(26914,'2020-04-25 05:14:23','imp','optin_5','7227261368','','714',0),(26915,'2020-04-25 05:14:23','imp','optin_7','mailchimp_7227261368','','714',0),(26916,'2020-04-25 05:14:30','imp','optin_8','7227261368','','714',0),(26917,'2020-04-25 05:14:35','imp','optin_7','7227261368','','714',0),(26918,'2020-04-25 06:22:42','imp','optin_7','mailchimp_7227261368','','714',0),(26919,'2020-04-25 06:23:00','imp','optin_8','7227261368','','714',0),(26920,'2020-04-25 06:23:01','imp','optin_8','7227261368','','714',0),(26921,'2020-04-25 06:24:00','imp','optin_7','7227261368','','714',0),(26922,'2020-04-25 07:39:11','imp','optin_7','mailchimp_7227261368','','714',0),(26923,'2020-04-25 07:39:26','imp','optin_8','7227261368','','714',0),(26924,'2020-04-25 07:39:44','imp','optin_7','7227261368','','714',0),(26925,'2020-04-25 10:04:44','imp','optin_7','mailchimp_7227261368','','714',0),(26926,'2020-04-25 10:04:44','imp','optin_5','7227261368','','714',0),(26927,'2020-04-25 10:05:03','imp','optin_8','7227261368','','714',0),(26928,'2020-04-25 20:11:15','imp','optin_8','7227261368','','-1',0),(26929,'2020-04-26 00:14:17','imp','optin_7','mailchimp_7227261368','','714',0),(26930,'2020-04-26 00:14:34','imp','optin_5','7227261368','','714',0),(26931,'2020-04-26 00:14:37','imp','optin_8','7227261368','','714',0),(26932,'2020-04-26 00:15:06','imp','optin_7','7227261368','','714',0),(26933,'2020-04-26 04:59:45','imp','optin_7','mailchimp_7227261368','','714',0),(26934,'2020-04-26 04:59:48','imp','optin_8','7227261368','','714',0),(26935,'2020-04-26 04:59:56','imp','optin_7','7227261368','','714',0),(26936,'2020-04-26 06:11:37','imp','optin_7','mailchimp_7227261368','','714',0),(26937,'2020-04-26 06:11:37','imp','optin_5','7227261368','','714',0),(26938,'2020-04-26 06:11:56','imp','optin_7','7227261368','','714',0),(26939,'2020-04-26 06:11:57','imp','optin_8','7227261368','','714',0),(26940,'2020-04-27 14:29:00','imp','optin_7','mailchimp_7227261368','','714',0),(26941,'2020-04-27 14:29:00','imp','optin_5','7227261368','','714',0),(26942,'2020-04-27 14:29:15','imp','optin_8','7227261368','','714',0),(26943,'2020-04-27 14:29:25','imp','optin_7','7227261368','','714',0),(26944,'2020-04-27 22:41:43','imp','optin_7','mailchimp_7227261368','','714',0),(26945,'2020-04-27 22:41:47','imp','optin_5','7227261368','','714',0),(26946,'2020-04-27 22:42:03','imp','optin_8','7227261368','','714',0),(26947,'2020-04-28 03:57:20','imp','optin_7','mailchimp_7227261368','','714',0),(26948,'2020-04-28 03:57:20','imp','optin_5','7227261368','','714',0),(26949,'2020-04-28 03:57:40','imp','optin_8','7227261368','','714',0),(26950,'2020-04-28 04:06:48','imp','optin_7','mailchimp_7227261368','','714',0),(26951,'2020-04-28 04:06:49','imp','optin_5','7227261368','','714',0),(26952,'2020-04-28 04:07:08','imp','optin_8','7227261368','','714',0),(26953,'2020-04-28 04:08:40','imp','optin_7','7227261368','','714',0),(26954,'2020-04-28 04:13:56','imp','optin_7','mailchimp_7227261368','','714',0),(26955,'2020-04-28 04:13:56','imp','optin_5','7227261368','','714',0),(26956,'2020-04-28 04:14:06','imp','optin_8','7227261368','','714',0),(26957,'2020-04-28 04:14:10','imp','optin_7','7227261368','','714',0),(26958,'2020-04-28 21:20:52','imp','optin_7','mailchimp_7227261368','','714',0),(26959,'2020-04-28 21:21:13','imp','optin_8','7227261368','','714',0),(26960,'2020-04-29 00:09:42','imp','optin_7','mailchimp_7227261368','','714',0),(26961,'2020-04-29 00:10:02','imp','optin_8','7227261368','','714',0),(26962,'2020-04-29 00:10:03','imp','optin_5','7227261368','','714',0),(26963,'2020-04-29 00:10:08','imp','optin_7','7227261368','','714',0),(26964,'2020-04-29 07:38:58','imp','optin_7','mailchimp_7227261368','','714',0),(26965,'2020-04-29 07:39:13','imp','optin_5','7227261368','','714',0),(26966,'2020-04-29 07:39:21','imp','optin_7','7227261368','','714',0),(26967,'2020-04-29 13:02:09','imp','optin_8','7227261368','','-1',0),(26968,'2020-04-29 13:07:13','imp','optin_7','mailchimp_7227261368','','714',0),(26969,'2020-04-29 13:07:13','imp','optin_5','7227261368','','714',0),(26970,'2020-04-29 13:07:32','imp','optin_8','7227261368','','714',0),(26971,'2020-04-29 13:08:26','imp','optin_7','7227261368','','714',0),(26972,'2020-04-30 03:22:16','imp','optin_7','mailchimp_7227261368','','714',0),(26973,'2020-04-30 03:22:18','imp','optin_5','7227261368','','714',0),(26974,'2020-04-30 03:22:33','imp','optin_8','7227261368','','714',0),(26975,'2020-04-30 03:22:48','imp','optin_7','7227261368','','714',0),(26976,'2020-04-30 19:24:47','imp','optin_8','7227261368','','-1',0),(26977,'2020-04-30 20:44:16','imp','optin_7','mailchimp_7227261368','','714',0),(26978,'2020-04-30 20:44:34','imp','optin_8','7227261368','','714',0),(26979,'2020-05-01 02:48:53','imp','optin_7','mailchimp_7227261368','','714',0),(26980,'2020-05-01 02:48:53','imp','optin_5','7227261368','','714',0),(26981,'2020-05-01 02:49:06','imp','optin_7','7227261368','','714',0),(26982,'2020-05-01 02:49:07','imp','optin_8','7227261368','','714',0),(26983,'2020-05-01 04:20:54','imp','optin_8','7227261368','','-1',0),(26984,'2020-05-01 05:12:15','imp','optin_7','mailchimp_7227261368','','714',0),(26985,'2020-05-01 05:12:15','imp','optin_5','7227261368','','714',0),(26986,'2020-05-01 05:12:34','imp','optin_8','7227261368','','714',0),(26987,'2020-05-01 05:12:50','imp','optin_7','7227261368','','714',0),(26988,'2020-05-01 08:04:05','imp','optin_7','mailchimp_7227261368','','714',0),(26989,'2020-05-01 08:04:11','imp','optin_7','7227261368','','714',0),(26990,'2020-05-01 08:04:11','imp','optin_8','7227261368','','714',0),(26991,'2020-05-01 09:34:31','imp','optin_7','mailchimp_7227261368','','714',0),(26992,'2020-05-01 09:34:31','imp','optin_5','7227261368','','714',0),(26993,'2020-05-01 09:34:48','imp','optin_8','7227261368','','714',0),(26994,'2020-05-01 09:34:52','imp','optin_7','7227261368','','714',0),(26995,'2020-05-01 10:05:29','imp','optin_7','mailchimp_7227261368','','714',0),(26996,'2020-05-01 10:05:42','imp','optin_8','7227261368','','714',0),(26997,'2020-05-01 10:05:58','imp','optin_7','7227261368','','714',0),(26998,'2020-05-01 14:50:47','imp','optin_7','mailchimp_7227261368','','714',0),(26999,'2020-05-01 21:57:19','imp','optin_7','mailchimp_7227261368','','714',0),(27000,'2020-05-01 21:57:39','imp','optin_8','7227261368','','714',0),(27001,'2020-05-02 02:57:35','imp','optin_8','7227261368','','-1',0),(27002,'2020-05-02 11:47:01','imp','optin_7','mailchimp_7227261368','','714',0),(27003,'2020-05-02 11:47:07','imp','optin_5','7227261368','','714',0),(27004,'2020-05-02 11:47:20','imp','optin_8','7227261368','','714',0),(27005,'2020-05-02 11:47:44','imp','optin_7','7227261368','','714',0),(27006,'2020-05-02 20:59:16','imp','optin_7','mailchimp_7227261368','','714',0),(27007,'2020-05-02 20:59:35','imp','optin_8','7227261368','','714',0),(27008,'2020-05-02 21:00:11','imp','optin_7','7227261368','','714',0),(27009,'2020-05-03 02:11:04','imp','optin_5','7227261368','','714',0),(27010,'2020-05-03 02:11:04','imp','optin_7','mailchimp_7227261368','','714',0),(27011,'2020-05-03 02:11:22','imp','optin_8','7227261368','','714',0),(27012,'2020-05-03 02:11:26','imp','optin_7','7227261368','','714',0),(27013,'2020-05-03 06:03:38','imp','optin_7','mailchimp_7227261368','','714',0),(27014,'2020-05-03 12:22:11','imp','optin_7','mailchimp_7227261368','','714',0),(27015,'2020-05-03 12:22:21','imp','optin_7','7227261368','','714',0),(27016,'2020-05-03 12:22:24','imp','optin_5','7227261368','','714',0),(27017,'2020-05-03 20:49:03','imp','optin_7','mailchimp_7227261368','','714',0),(27018,'2020-05-03 20:49:22','imp','optin_8','7227261368','','714',0),(27019,'2020-05-03 20:49:37','imp','optin_7','7227261368','','714',0),(27020,'2020-05-03 21:12:11','imp','optin_8','7227261368','','-1',0),(27021,'2020-05-04 00:57:33','imp','optin_7','mailchimp_7227261368','','714',0),(27022,'2020-05-04 00:57:52','imp','optin_8','7227261368','','714',0),(27023,'2020-05-04 01:57:32','imp','optin_7','mailchimp_7227261368','','714',0),(27024,'2020-05-04 01:58:56','imp','optin_8','7227261368','','714',0),(27025,'2020-05-04 04:13:49','imp','optin_7','mailchimp_7227261368','','714',0),(27026,'2020-05-04 04:13:52','imp','optin_7','mailchimp_7227261368','','714',0),(27027,'2020-05-04 13:28:07','imp','optin_7','mailchimp_7227261368','','714',0),(27028,'2020-05-04 13:28:10','imp','optin_5','7227261368','','714',0),(27029,'2020-05-04 13:28:26','imp','optin_8','7227261368','','714',0),(27030,'2020-05-04 14:21:23','imp','optin_2','7227261368','','92',0),(27031,'2020-05-04 14:21:24','imp','optin_8','7227261368','','-1',0),(27032,'2020-05-05 00:27:39','imp','optin_7','mailchimp_7227261368','','714',0),(27033,'2020-05-05 05:33:34','imp','optin_8','7227261368','','-1',0),(27034,'2020-05-05 16:03:51','imp','optin_7','mailchimp_7227261368','','714',0),(27035,'2020-05-05 16:04:10','imp','optin_8','7227261368','','714',0),(27036,'2020-05-05 16:04:10','imp','optin_5','7227261368','','714',0),(27037,'2020-05-05 16:04:39','imp','optin_7','7227261368','','714',0),(27038,'2020-05-06 01:09:12','imp','optin_8','7227261368','','-1',0),(27039,'2020-05-06 05:30:21','imp','optin_7','mailchimp_7227261368','','714',0),(27040,'2020-05-06 05:30:27','imp','optin_5','7227261368','','714',0),(27041,'2020-05-06 05:30:37','imp','optin_8','7227261368','','714',0),(27042,'2020-05-06 05:30:44','imp','optin_7','7227261368','','714',0),(27043,'2020-05-06 18:20:25','imp','optin_8','7227261368','','-1',0),(27044,'2020-05-07 03:54:11','imp','optin_7','mailchimp_7227261368','','714',0),(27045,'2020-05-07 03:54:32','imp','optin_8','7227261368','','714',0),(27046,'2020-05-07 08:11:06','imp','optin_7','mailchimp_7227261368','','714',0),(27047,'2020-05-07 14:14:09','imp','optin_7','mailchimp_7227261368','','714',0),(27048,'2020-05-07 14:14:29','imp','optin_8','7227261368','','714',0),(27049,'2020-05-07 14:15:08','imp','optin_7','7227261368','','714',0),(27050,'2020-05-07 21:04:13','imp','optin_7','mailchimp_7227261368','','714',0),(27051,'2020-05-07 21:04:22','imp','optin_8','7227261368','','714',0),(27052,'2020-05-08 00:46:55','imp','optin_7','mailchimp_7227261368','','714',0),(27053,'2020-05-08 00:46:55','imp','optin_5','7227261368','','714',0),(27054,'2020-05-08 00:47:15','imp','optin_8','7227261368','','714',0),(27055,'2020-05-08 00:47:36','imp','optin_7','7227261368','','714',0),(27056,'2020-05-08 05:20:09','imp','optin_8','7227261368','','-1',0),(27057,'2020-05-08 06:06:06','imp','optin_8','7227261368','','-1',0),(27058,'2020-05-08 10:12:26','imp','optin_7','mailchimp_7227261368','','714',0),(27059,'2020-05-08 10:12:26','imp','optin_5','7227261368','','714',0),(27060,'2020-05-08 10:12:46','imp','optin_8','7227261368','','714',0),(27061,'2020-05-08 10:12:52','imp','optin_7','7227261368','','714',0),(27062,'2020-05-08 23:53:17','imp','optin_7','mailchimp_7227261368','','714',0),(27063,'2020-05-08 23:53:36','imp','optin_8','7227261368','','714',0),(27064,'2020-05-09 06:46:29','imp','optin_5','7227261368','','714',0),(27065,'2020-05-09 06:46:29','imp','optin_7','mailchimp_7227261368','','714',0),(27066,'2020-05-09 06:46:40','imp','optin_8','7227261368','','714',0),(27067,'2020-05-09 06:46:40','imp','optin_7','7227261368','','714',0),(27068,'2020-05-09 08:18:23','imp','optin_7','mailchimp_7227261368','','714',0),(27069,'2020-05-09 08:18:40','imp','optin_8','7227261368','','714',0),(27070,'2020-05-09 08:18:43','imp','optin_5','7227261368','','714',0),(27071,'2020-05-09 08:18:58','imp','optin_7','7227261368','','714',0),(27072,'2020-05-09 16:16:08','imp','optin_7','mailchimp_7227261368','','714',0),(27073,'2020-05-09 16:16:29','imp','optin_8','7227261368','','714',0),(27074,'2020-05-10 03:46:02','imp','optin_7','mailchimp_7227261368','','714',0),(27075,'2020-05-10 03:46:02','imp','optin_5','7227261368','','714',0),(27076,'2020-05-10 03:46:21','imp','optin_8','7227261368','','714',0),(27077,'2020-05-10 04:42:10','imp','optin_7','mailchimp_7227261368','','714',0),(27078,'2020-05-10 04:42:31','imp','optin_8','7227261368','','714',0),(27079,'2020-05-10 04:42:47','imp','optin_5','7227261368','','714',0),(27080,'2020-05-10 04:43:27','imp','optin_7','7227261368','','714',0),(27081,'2020-05-10 07:05:47','imp','optin_7','mailchimp_7227261368','','714',0),(27082,'2020-05-10 07:05:49','imp','optin_5','7227261368','','714',0),(27083,'2020-05-10 15:26:52','imp','optin_8','7227261368','','843',0),(27084,'2020-05-11 02:55:46','imp','optin_8','7227261368','','-1',0),(27085,'2020-05-11 10:07:56','imp','optin_7','mailchimp_7227261368','','714',0),(27086,'2020-05-11 10:08:04','imp','optin_7','7227261368','','714',0),(27087,'2020-05-11 10:08:04','imp','optin_8','7227261368','','714',0),(27088,'2020-05-11 10:08:08','imp','optin_5','7227261368','','714',0),(27089,'2020-05-11 14:01:09','imp','optin_7','mailchimp_7227261368','','714',0),(27090,'2020-05-11 14:01:10','imp','optin_5','7227261368','','714',0),(27091,'2020-05-11 14:01:29','imp','optin_8','7227261368','','714',0),(27092,'2020-05-11 14:01:53','imp','optin_7','7227261368','','714',0),(27093,'2020-05-12 02:23:57','imp','optin_7','mailchimp_7227261368','','714',0),(27094,'2020-05-12 13:50:24','imp','optin_7','mailchimp_7227261368','','714',0),(27095,'2020-05-12 15:49:11','imp','optin_7','mailchimp_7227261368','','714',0),(27096,'2020-05-12 15:49:11','imp','optin_5','7227261368','','714',0),(27097,'2020-05-12 15:49:29','imp','optin_8','7227261368','','714',0),(27098,'2020-05-12 23:24:00','imp','optin_7','mailchimp_7227261368','','714',0),(27099,'2020-05-12 23:24:03','imp','optin_5','7227261368','','714',0),(27100,'2020-05-13 02:33:27','imp','optin_7','mailchimp_7227261368','','714',0),(27101,'2020-05-13 02:33:29','imp','optin_5','7227261368','','714',0),(27102,'2020-05-13 02:33:31','imp','optin_7','7227261368','','714',0),(27103,'2020-05-13 02:33:31','imp','optin_8','7227261368','','714',0),(27104,'2020-05-13 03:59:55','imp','optin_8','7227261368','','-1',0),(27105,'2020-05-13 05:50:43','imp','optin_7','mailchimp_7227261368','','714',0),(27106,'2020-05-13 05:54:42','imp','optin_8','7227261368','','-1',0),(27107,'2020-05-13 09:46:27','imp','optin_7','mailchimp_7227261368','','714',0),(27108,'2020-05-13 09:46:47','imp','optin_8','7227261368','','714',0),(27109,'2020-05-13 09:51:06','imp','optin_7','mailchimp_7227261368','','714',0),(27110,'2020-05-13 09:51:06','imp','optin_5','7227261368','','714',0),(27111,'2020-05-13 09:51:25','imp','optin_8','7227261368','','714',0),(27112,'2020-05-13 09:51:48','con','optin_8','mailchimp_7227261368','','714',0),(27113,'2020-05-13 09:52:42','imp','optin_7','7227261368','','714',0),(27114,'2020-05-13 13:15:41','imp','optin_7','mailchimp_7227261368','','714',0),(27115,'2020-05-13 13:15:56','imp','optin_7','7227261368','','714',0),(27116,'2020-05-13 14:03:06','imp','optin_7','mailchimp_7227261368','','714',0),(27117,'2020-05-13 14:03:30','imp','optin_8','7227261368','','714',0),(27118,'2020-05-13 14:03:59','imp','optin_7','7227261368','','714',0),(27119,'2020-05-14 02:41:39','imp','optin_7','mailchimp_7227261368','','714',0),(27120,'2020-05-14 02:41:52','imp','optin_8','7227261368','','714',0),(27121,'2020-05-14 02:42:06','imp','optin_7','7227261368','','714',0),(27122,'2020-05-14 08:50:29','imp','optin_5','7227261368','','714',0),(27123,'2020-05-14 08:50:29','imp','optin_7','mailchimp_7227261368','','714',0),(27124,'2020-05-14 08:50:44','imp','optin_8','7227261368','','714',0),(27125,'2020-05-14 08:51:36','imp','optin_7','7227261368','','714',0),(27126,'2020-05-14 12:28:51','imp','optin_7','mailchimp_7227261368','','714',0),(27127,'2020-05-14 16:08:38','imp','optin_7','mailchimp_7227261368','','714',0),(27128,'2020-05-14 16:09:01','imp','optin_8','7227261368','','714',0),(27129,'2020-05-14 16:10:34','imp','optin_5','7227261368','','714',0),(27130,'2020-05-14 16:10:49','imp','optin_7','7227261368','','714',0),(27131,'2020-05-15 01:30:49','imp','optin_7','mailchimp_7227261368','','714',0),(27132,'2020-05-15 01:31:00','imp','optin_8','7227261368','','714',0),(27133,'2020-05-15 01:31:00','imp','optin_7','7227261368','','714',0),(27134,'2020-05-15 02:21:14','imp','optin_7','mailchimp_7227261368','','714',0),(27135,'2020-05-15 02:21:32','imp','optin_8','7227261368','','714',0),(27136,'2020-05-15 02:21:52','imp','optin_7','7227261368','','714',0),(27137,'2020-05-15 04:12:53','imp','optin_7','mailchimp_7227261368','','714',0),(27138,'2020-05-15 04:12:54','imp','optin_5','7227261368','','714',0),(27139,'2020-05-15 04:12:57','imp','optin_8','7227261368','','714',0),(27140,'2020-05-15 04:12:57','imp','optin_7','7227261368','','714',0),(27141,'2020-05-15 13:46:06','imp','optin_7','mailchimp_7227261368','','714',0),(27142,'2020-05-15 15:11:21','imp','optin_7','mailchimp_7227261368','','714',0),(27143,'2020-05-15 15:18:12','imp','optin_8','7227261368','','-1',0),(27144,'2020-05-16 07:00:58','imp','optin_5','7227261368','','714',0),(27145,'2020-05-16 07:00:58','imp','optin_7','mailchimp_7227261368','','714',0),(27146,'2020-05-16 22:37:15','imp','optin_8','7227261368','','-1',0),(27147,'2020-05-17 08:36:30','imp','optin_5','7227261368','','714',0),(27148,'2020-05-17 08:36:30','imp','optin_7','mailchimp_7227261368','','714',0),(27149,'2020-05-17 08:36:46','imp','optin_8','7227261368','','714',0),(27150,'2020-05-17 08:36:51','imp','optin_7','7227261368','','714',0),(27151,'2020-05-17 10:45:00','imp','optin_7','mailchimp_7227261368','','714',0),(27152,'2020-05-17 22:29:58','imp','optin_8','7227261368','','789',0),(27153,'2020-05-18 11:59:51','imp','optin_7','mailchimp_7227261368','','714',0),(27154,'2020-05-18 11:59:56','imp','optin_5','7227261368','','714',0),(27155,'2020-05-18 12:00:07','imp','optin_8','7227261368','','714',0),(27156,'2020-05-18 12:02:48','imp','optin_7','7227261368','','714',0),(27157,'2020-05-18 15:57:24','imp','optin_7','mailchimp_7227261368','','714',0),(27158,'2020-05-18 22:24:36','imp','optin_7','mailchimp_7227261368','','714',0),(27159,'2020-05-18 22:24:55','imp','optin_8','7227261368','','714',0),(27160,'2020-05-19 04:54:55','imp','optin_7','mailchimp_7227261368','','714',0),(27161,'2020-05-19 04:54:56','imp','optin_5','7227261368','','714',0),(27162,'2020-05-19 04:55:03','imp','optin_8','7227261368','','714',0),(27163,'2020-05-19 04:55:08','imp','optin_7','7227261368','','714',0),(27164,'2020-05-19 10:43:42','imp','optin_8','7227261368','','-1',0),(27165,'2020-05-19 11:37:56','imp','optin_7','mailchimp_7227261368','','714',0),(27166,'2020-05-19 11:38:10','imp','optin_8','7227261368','','714',0),(27167,'2020-05-19 11:38:21','imp','optin_7','7227261368','','714',0),(27168,'2020-05-19 13:15:16','imp','optin_7','mailchimp_7227261368','','714',0),(27169,'2020-05-19 13:15:18','imp','optin_5','7227261368','','714',0),(27170,'2020-05-19 13:15:22','imp','optin_7','7227261368','','714',0),(27171,'2020-05-19 13:15:22','imp','optin_8','7227261368','','714',0),(27172,'2020-05-19 14:17:14','imp','optin_8','7227261368','','-1',0),(27173,'2020-05-20 10:13:00','imp','optin_7','mailchimp_7227261368','','714',0),(27174,'2020-05-20 19:20:38','imp','optin_8','7227261368','','-1',0),(27175,'2020-05-20 19:57:30','imp','optin_7','mailchimp_7227261368','','714',0),(27176,'2020-05-20 19:57:50','imp','optin_8','7227261368','','714',0),(27177,'2020-05-20 19:58:49','imp','optin_7','7227261368','','714',0),(27178,'2020-05-21 05:29:08','imp','optin_7','mailchimp_7227261368','','714',0),(27179,'2020-05-21 05:29:08','imp','optin_5','7227261368','','714',0),(27180,'2020-05-21 05:29:21','imp','optin_8','7227261368','','714',0),(27181,'2020-05-21 05:29:27','imp','optin_7','7227261368','','714',0),(27182,'2020-05-21 07:40:01','imp','optin_8','7227261368','','-1',0),(27183,'2020-05-21 07:40:04','imp','optin_8','7227261368','','-1',0),(27184,'2020-05-21 09:56:26','imp','optin_7','mailchimp_7227261368','','714',0),(27185,'2020-05-21 09:56:26','imp','optin_5','7227261368','','714',0),(27186,'2020-05-21 09:56:37','imp','optin_7','7227261368','','714',0),(27187,'2020-05-21 09:56:37','imp','optin_8','7227261368','','714',0),(27188,'2020-05-21 16:59:15','imp','optin_7','mailchimp_7227261368','','714',0),(27189,'2020-05-21 17:25:22','imp','optin_7','mailchimp_7227261368','','714',0),(27190,'2020-05-21 23:40:14','imp','optin_7','mailchimp_7227261368','','714',0),(27191,'2020-05-21 23:40:15','imp','optin_5','7227261368','','714',0),(27192,'2020-05-21 23:40:24','imp','optin_7','7227261368','','714',0),(27193,'2020-05-22 06:25:30','imp','optin_7','mailchimp_7227261368','','714',0),(27194,'2020-05-22 06:25:48','imp','optin_8','7227261368','','714',0),(27195,'2020-05-22 06:25:49','imp','optin_8','7227261368','','714',0),(27196,'2020-05-22 06:26:18','imp','optin_7','7227261368','','714',0),(27197,'2020-05-22 16:18:26','imp','optin_5','7227261368','','714',0),(27198,'2020-05-22 16:18:26','imp','optin_7','mailchimp_7227261368','','714',0),(27199,'2020-05-22 16:18:36','imp','optin_7','7227261368','','714',0),(27200,'2020-05-22 16:18:39','imp','optin_8','7227261368','','714',0),(27201,'2020-05-22 17:00:56','imp','optin_7','mailchimp_7227261368','','714',0),(27202,'2020-05-22 17:00:59','imp','optin_5','7227261368','','714',0),(27203,'2020-05-22 17:01:17','imp','optin_8','7227261368','','714',0),(27204,'2020-05-22 17:04:50','imp','optin_7','7227261368','','714',0),(27205,'2020-05-23 00:16:10','imp','optin_7','mailchimp_7227261368','','714',0),(27206,'2020-05-23 00:16:28','imp','optin_8','7227261368','','714',0),(27207,'2020-05-23 05:38:56','imp','optin_5','7227261368','','714',0),(27208,'2020-05-23 05:38:56','imp','optin_7','mailchimp_7227261368','','714',0),(27209,'2020-05-23 05:39:14','imp','optin_8','7227261368','','714',0),(27210,'2020-05-23 05:39:44','imp','optin_7','7227261368','','714',0),(27211,'2020-05-23 05:50:14','imp','optin_8','7227261368','','-1',0),(27212,'2020-05-23 07:27:38','imp','optin_7','mailchimp_7227261368','','714',0),(27213,'2020-05-23 07:27:58','imp','optin_8','7227261368','','714',0),(27214,'2020-05-23 07:28:27','imp','optin_7','7227261368','','714',0),(27215,'2020-05-23 10:36:35','imp','optin_7','mailchimp_7227261368','','714',0),(27216,'2020-05-23 10:36:35','imp','optin_5','7227261368','','714',0),(27217,'2020-05-23 10:36:54','imp','optin_8','7227261368','','714',0),(27218,'2020-05-23 10:37:07','imp','optin_7','7227261368','','714',0),(27219,'2020-05-23 10:44:30','imp','optin_7','mailchimp_7227261368','','714',0),(27220,'2020-05-23 16:33:14','imp','optin_7','mailchimp_7227261368','','714',0),(27221,'2020-05-23 16:33:14','imp','optin_5','7227261368','','714',0),(27222,'2020-05-23 16:33:32','imp','optin_7','7227261368','','714',0),(27223,'2020-05-23 16:33:32','imp','optin_8','7227261368','','714',0),(27224,'2020-05-24 15:16:37','imp','optin_7','mailchimp_7227261368','','714',0),(27225,'2020-05-25 00:14:49','imp','optin_7','mailchimp_7227261368','','714',0),(27226,'2020-05-25 00:15:08','imp','optin_8','7227261368','','714',0),(27227,'2020-05-25 00:16:02','imp','optin_7','7227261368','','714',0),(27228,'2020-05-25 00:33:52','imp','optin_8','7227261368','','-1',0),(27229,'2020-05-25 02:33:07','imp','optin_7','mailchimp_7227261368','','714',0),(27230,'2020-05-25 02:33:27','imp','optin_7','mailchimp_7227261368','','714',0),(27231,'2020-05-25 09:21:35','imp','optin_7','mailchimp_7227261368','','714',0),(27232,'2020-05-25 09:21:54','imp','optin_8','7227261368','','714',0),(27233,'2020-05-25 09:22:15','imp','optin_5','7227261368','','714',0),(27234,'2020-05-25 09:23:18','imp','optin_7','7227261368','','714',0),(27235,'2020-05-26 07:37:18','imp','optin_7','mailchimp_7227261368','','714',0),(27236,'2020-05-26 21:00:40','imp','optin_8','7227261368','','-1',0),(27237,'2020-05-27 07:39:52','imp','optin_7','mailchimp_7227261368','','714',0),(27238,'2020-05-27 07:40:11','imp','optin_8','7227261368','','714',0),(27239,'2020-05-27 07:40:21','imp','optin_5','7227261368','','714',0),(27240,'2020-05-27 18:29:21','imp','optin_7','mailchimp_7227261368','','714',0),(27241,'2020-05-27 18:29:38','imp','optin_8','7227261368','','714',0),(27242,'2020-05-27 18:32:01','imp','optin_5','7227261368','','714',0),(27243,'2020-05-27 18:32:07','imp','optin_7','7227261368','','714',0),(27244,'2020-05-27 22:22:02','imp','optin_7','mailchimp_7227261368','','714',0),(27245,'2020-05-28 11:05:17','imp','optin_8','7227261368','','-1',0),(27246,'2020-05-28 14:17:57','imp','optin_8','7227261368','','-1',0),(27247,'2020-05-28 15:29:44','imp','optin_7','mailchimp_7227261368','','714',0),(27248,'2020-05-28 18:33:16','imp','optin_7','mailchimp_7227261368','','714',0),(27249,'2020-05-28 18:33:41','imp','optin_8','7227261368','','714',0),(27250,'2020-05-28 18:34:06','imp','optin_7','7227261368','','714',0),(27251,'2020-05-28 19:53:18','imp','optin_7','mailchimp_7227261368','','714',0),(27252,'2020-05-28 19:53:39','imp','optin_7','mailchimp_7227261368','','714',0),(27253,'2020-05-28 20:12:45','imp','optin_7','mailchimp_7227261368','','714',0),(27254,'2020-05-28 20:12:46','imp','optin_5','7227261368','','714',0),(27255,'2020-05-28 20:12:56','imp','optin_7','7227261368','','714',0),(27256,'2020-05-28 20:12:56','imp','optin_8','7227261368','','714',0),(27257,'2020-05-29 03:32:05','imp','optin_5','7227261368','','714',0),(27258,'2020-05-29 03:32:05','imp','optin_7','mailchimp_7227261368','','714',0),(27259,'2020-05-29 03:32:07','imp','optin_7','7227261368','','714',0),(27260,'2020-05-29 03:32:07','imp','optin_8','7227261368','','714',0),(27261,'2020-05-29 06:17:27','imp','optin_7','mailchimp_7227261368','','714',0),(27262,'2020-05-29 06:17:44','imp','optin_8','7227261368','','714',0),(27263,'2020-05-29 07:59:47','imp','optin_7','mailchimp_7227261368','','714',0),(27264,'2020-05-29 08:00:06','imp','optin_8','7227261368','','714',0),(27265,'2020-05-29 08:00:06','imp','optin_8','7227261368','','714',0),(27266,'2020-05-29 08:00:21','imp','optin_7','7227261368','','714',0),(27267,'2020-05-29 18:43:25','imp','optin_8','7227261368','','-1',0),(27268,'2020-05-29 23:35:48','imp','optin_7','mailchimp_7227261368','','714',0),(27269,'2020-05-30 07:07:36','imp','optin_7','mailchimp_7227261368','','714',0),(27270,'2020-05-31 00:41:34','imp','optin_7','mailchimp_7227261368','','714',0),(27271,'2020-05-31 00:41:55','imp','optin_8','7227261368','','714',0),(27272,'2020-05-31 00:42:49','imp','optin_5','7227261368','','714',0),(27273,'2020-05-31 00:43:10','imp','optin_7','7227261368','','714',0),(27274,'2020-05-31 02:29:40','imp','optin_8','7227261368','','-1',0),(27275,'2020-05-31 23:48:49','imp','optin_7','mailchimp_7227261368','','714',0),(27276,'2020-05-31 23:48:49','imp','optin_5','7227261368','','714',0),(27277,'2020-05-31 23:49:09','imp','optin_8','7227261368','','714',0),(27278,'2020-05-31 23:53:30','imp','optin_7','7227261368','','714',0),(27279,'2020-06-01 08:35:23','imp','optin_5','7227261368','','714',0),(27280,'2020-06-01 08:35:23','imp','optin_7','mailchimp_7227261368','','714',0),(27281,'2020-06-01 10:08:27','imp','optin_7','mailchimp_7227261368','','714',0),(27282,'2020-06-01 10:08:39','imp','optin_8','7227261368','','714',0),(27283,'2020-06-01 10:08:47','imp','optin_7','7227261368','','714',0),(27284,'2020-06-01 10:25:18','imp','optin_8','7227261368','','-1',0),(27285,'2020-06-01 13:01:37','imp','optin_7','mailchimp_7227261368','','714',0),(27286,'2020-06-01 13:01:38','imp','optin_5','7227261368','','714',0),(27287,'2020-06-01 13:01:44','imp','optin_7','7227261368','','714',0),(27288,'2020-06-01 13:01:44','imp','optin_8','7227261368','','714',0),(27289,'2020-06-01 15:02:52','imp','optin_7','mailchimp_7227261368','','714',0),(27290,'2020-06-01 15:03:11','imp','optin_8','7227261368','','714',0),(27291,'2020-06-02 04:38:45','imp','optin_7','mailchimp_7227261368','','714',0),(27292,'2020-06-02 12:23:52','imp','optin_7','mailchimp_7227261368','','714',0),(27293,'2020-06-02 12:23:52','imp','optin_5','7227261368','','714',0),(27294,'2020-06-02 12:24:07','imp','optin_7','7227261368','','714',0),(27295,'2020-06-02 12:24:07','imp','optin_8','7227261368','','714',0),(27296,'2020-06-02 18:10:14','imp','optin_8','7227261368','','-1',0),(27297,'2020-06-02 19:49:08','imp','optin_8','7227261368','','-1',0),(27298,'2020-06-02 22:38:40','imp','optin_8','7227261368','','-1',0),(27299,'2020-06-03 08:14:13','imp','optin_5','7227261368','','714',0),(27300,'2020-06-03 08:14:13','imp','optin_7','mailchimp_7227261368','','714',0),(27301,'2020-06-03 08:14:24','imp','optin_8','7227261368','','714',0),(27302,'2020-06-03 08:14:25','imp','optin_7','7227261368','','714',0),(27303,'2020-06-03 10:53:41','imp','optin_7','mailchimp_7227261368','','714',0),(27304,'2020-06-03 11:06:57','imp','optin_7','mailchimp_7227261368','','714',0),(27305,'2020-06-03 11:06:58','imp','optin_5','7227261368','','714',0),(27306,'2020-06-03 11:07:18','imp','optin_8','7227261368','','714',0),(27307,'2020-06-03 11:07:21','imp','optin_7','7227261368','','714',0),(27308,'2020-06-03 13:16:24','imp','optin_8','7227261368','','1082',0),(27309,'2020-06-04 01:08:59','imp','optin_7','mailchimp_7227261368','','714',0),(27310,'2020-06-04 01:09:00','imp','optin_5','7227261368','','714',0),(27311,'2020-06-04 01:09:19','imp','optin_8','7227261368','','714',0),(27312,'2020-06-04 01:09:48','imp','optin_7','7227261368','','714',0),(27313,'2020-06-04 04:53:40','imp','optin_5','7227261368','','714',0),(27314,'2020-06-04 04:53:40','imp','optin_7','mailchimp_7227261368','','714',0),(27315,'2020-06-04 04:53:59','imp','optin_8','7227261368','','714',0),(27316,'2020-06-04 04:54:07','imp','optin_7','7227261368','','714',0),(27317,'2020-06-04 05:21:54','imp','optin_7','mailchimp_7227261368','','714',0),(27318,'2020-06-04 05:22:14','imp','optin_8','7227261368','','714',0),(27319,'2020-06-04 06:09:31','imp','optin_5','7227261368','','714',0),(27320,'2020-06-04 11:36:35','imp','optin_7','mailchimp_7227261368','','714',0),(27321,'2020-06-04 11:36:35','imp','optin_5','7227261368','','714',0),(27322,'2020-06-04 11:36:52','imp','optin_8','7227261368','','714',0),(27323,'2020-06-04 11:38:25','imp','optin_7','7227261368','','714',0),(27324,'2020-06-04 15:14:31','imp','optin_8','7227261368','','-1',0),(27325,'2020-06-04 21:34:34','imp','optin_8','7227261368','','1082',0),(27326,'2020-06-04 21:34:34','imp','optin_8','7227261368','','1082',0),(27327,'2020-06-04 21:35:10','imp','optin_2','7227261368','','2',0),(27328,'2020-06-05 01:07:10','imp','optin_7','mailchimp_7227261368','','714',0),(27329,'2020-06-05 01:07:14','imp','optin_5','7227261368','','714',0),(27330,'2020-06-05 01:07:29','imp','optin_8','7227261368','','714',0),(27331,'2020-06-05 01:07:36','imp','optin_7','7227261368','','714',0),(27332,'2020-06-05 01:46:21','imp','optin_7','mailchimp_7227261368','','714',0),(27333,'2020-06-05 01:46:41','imp','optin_8','7227261368','','714',0),(27334,'2020-06-05 01:47:06','imp','optin_7','7227261368','','714',0),(27335,'2020-06-05 01:47:06','imp','optin_5','7227261368','','714',0),(27336,'2020-06-05 01:48:08','con','optin_7','mailchimp_7227261368','','714',0),(27337,'2020-06-05 01:50:21','con','optin_5','mailchimp_7227261368','','714',0),(27338,'2020-06-05 01:50:26','imp','optin_7','mailchimp_7227261368','','714',0),(27339,'2020-06-05 01:50:45','imp','optin_8','7227261368','','714',0),(27340,'2020-06-05 04:09:56','imp','optin_8','7227261368','','945',0),(27341,'2020-06-05 07:19:08','imp','optin_7','mailchimp_7227261368','','714',0),(27342,'2020-06-05 07:19:15','imp','optin_7','7227261368','','714',0),(27343,'2020-06-05 07:19:16','imp','optin_5','7227261368','','714',0),(27344,'2020-06-05 07:19:18','imp','optin_7','mailchimp_7227261368','','714',0),(27345,'2020-06-05 07:19:19','imp','optin_8','7227261368','','714',0),(27346,'2020-06-05 08:25:15','imp','optin_7','mailchimp_7227261368','','714',0),(27347,'2020-06-05 08:25:24','imp','optin_7','7227261368','','714',0),(27348,'2020-06-05 08:25:24','imp','optin_8','7227261368','','714',0),(27349,'2020-06-05 10:12:39','imp','optin_7','mailchimp_7227261368','','714',0),(27350,'2020-06-05 10:12:40','imp','optin_5','7227261368','','714',0),(27351,'2020-06-05 10:12:53','imp','optin_7','7227261368','','714',0),(27352,'2020-06-05 10:12:53','imp','optin_8','7227261368','','714',0),(27353,'2020-06-05 22:23:48','imp','optin_8','7227261368','','-1',0),(27354,'2020-06-06 11:39:39','imp','optin_7','mailchimp_7227261368','','714',0),(27355,'2020-06-06 11:39:41','imp','optin_5','7227261368','','714',0),(27356,'2020-06-06 11:39:58','imp','optin_8','7227261368','','714',0),(27357,'2020-06-06 11:40:13','imp','optin_7','7227261368','','714',0),(27358,'2020-06-06 12:33:53','imp','optin_7','mailchimp_7227261368','','714',0),(27359,'2020-06-06 12:34:13','imp','optin_8','7227261368','','714',0),(27360,'2020-06-06 12:34:14','imp','optin_7','7227261368','','714',0),(27361,'2020-06-06 15:33:56','imp','optin_7','mailchimp_7227261368','','714',0),(27362,'2020-06-06 15:34:17','imp','optin_8','7227261368','','714',0),(27363,'2020-06-06 15:39:21','imp','optin_5','7227261368','','714',0),(27364,'2020-06-06 15:39:54','imp','optin_7','7227261368','','714',0),(27365,'2020-06-06 21:27:04','imp','optin_5','7227261368','','714',0),(27366,'2020-06-06 21:27:04','imp','optin_7','mailchimp_7227261368','','714',0),(27367,'2020-06-06 21:27:23','imp','optin_8','7227261368','','714',0),(27368,'2020-06-06 21:27:33','imp','optin_7','7227261368','','714',0),(27369,'2020-06-07 01:53:24','imp','optin_7','mailchimp_7227261368','','714',0),(27370,'2020-06-07 04:36:56','imp','optin_7','mailchimp_7227261368','','714',0),(27371,'2020-06-07 04:36:56','imp','optin_5','7227261368','','714',0),(27372,'2020-06-07 04:37:04','imp','optin_8','7227261368','','714',0),(27373,'2020-06-07 04:37:07','imp','optin_7','7227261368','','714',0),(27374,'2020-06-07 06:56:33','imp','optin_8','7227261368','','-1',0),(27375,'2020-06-08 10:37:08','imp','optin_8','7227261368','','-1',0),(27376,'2020-06-09 03:22:41','imp','optin_7','mailchimp_7227261368','','714',0),(27377,'2020-06-09 03:23:00','imp','optin_8','7227261368','','714',0),(27378,'2020-06-09 04:34:35','imp','optin_5','7227261368','','714',0),(27379,'2020-06-09 08:08:49','imp','optin_8','7227261368','','-1',0),(27380,'2020-06-09 14:16:43','imp','optin_8','7227261368','','-1',0),(27381,'2020-06-09 14:38:22','imp','optin_2','7227261368','','92',0),(27382,'2020-06-09 19:50:31','imp','optin_5','7227261368','','714',0),(27383,'2020-06-09 19:50:31','imp','optin_7','mailchimp_7227261368','','714',0),(27384,'2020-06-09 19:50:51','imp','optin_8','7227261368','','714',0),(27385,'2020-06-09 19:51:48','imp','optin_7','7227261368','','714',0),(27386,'2020-06-10 02:39:23','imp','optin_7','mailchimp_7227261368','','714',0),(27387,'2020-06-10 02:39:23','imp','optin_5','7227261368','','714',0),(27388,'2020-06-10 02:39:42','imp','optin_8','7227261368','','714',0),(27389,'2020-06-10 02:39:42','imp','optin_7','7227261368','','714',0),(27390,'2020-06-10 09:52:30','imp','optin_8','7227261368','','-1',0),(27391,'2020-06-10 10:56:35','imp','optin_7','mailchimp_7227261368','','714',0),(27392,'2020-06-10 10:56:42','imp','optin_5','7227261368','','714',0),(27393,'2020-06-10 16:07:42','imp','optin_7','mailchimp_7227261368','','714',0),(27394,'2020-06-10 16:08:02','imp','optin_8','7227261368','','714',0),(27395,'2020-06-10 16:08:24','imp','optin_8','7227261368','','-1',0),(27396,'2020-06-10 16:09:09','imp','optin_7','7227261368','','714',0),(27397,'2020-06-10 16:14:40','imp','optin_8','7227261368','','1041',0),(27398,'2020-06-10 16:15:38','imp','optin_2','7227261368','','2',0),(27399,'2020-06-10 16:16:01','imp','optin_5','7227261368','','936',0),(27400,'2020-06-10 16:22:47','imp','optin_5','7227261368','','714',0),(27401,'2020-06-10 16:22:47','imp','optin_7','mailchimp_7227261368','','714',0),(27402,'2020-06-10 16:22:57','imp','optin_7','7227261368','','714',0),(27403,'2020-06-10 16:22:57','imp','optin_8','7227261368','','714',0),(27404,'2020-06-11 01:02:13','imp','optin_7','mailchimp_7227261368','','714',0),(27405,'2020-06-11 01:02:13','imp','optin_5','7227261368','','714',0),(27406,'2020-06-11 01:02:23','imp','optin_8','7227261368','','714',0),(27407,'2020-06-11 01:02:27','imp','optin_7','7227261368','','714',0),(27408,'2020-06-11 03:26:31','imp','optin_7','mailchimp_7227261368','','714',0),(27409,'2020-06-11 03:26:41','imp','optin_8','7227261368','','714',0),(27410,'2020-06-11 03:27:10','imp','optin_7','7227261368','','714',0),(27411,'2020-06-11 08:18:55','imp','optin_7','mailchimp_7227261368','','714',0),(27412,'2020-06-11 08:18:55','imp','optin_5','7227261368','','714',0),(27413,'2020-06-11 08:19:01','imp','optin_7','7227261368','','714',0),(27414,'2020-06-11 08:19:01','imp','optin_8','7227261368','','714',0),(27415,'2020-06-11 11:12:36','imp','optin_2','7227261368','','92',0),(27416,'2020-06-11 11:12:41','imp','optin_8','7227261368','','-1',0),(27417,'2020-06-11 12:22:20','imp','optin_7','mailchimp_7227261368','','714',0),(27418,'2020-06-11 12:22:21','imp','optin_5','7227261368','','714',0),(27419,'2020-06-11 12:22:24','imp','optin_7','7227261368','','714',0),(27420,'2020-06-11 12:22:25','imp','optin_8','7227261368','','714',0),(27421,'2020-06-11 17:32:26','imp','optin_7','mailchimp_7227261368','','714',0),(27422,'2020-06-11 17:32:42','imp','optin_8','7227261368','','714',0),(27423,'2020-06-11 17:40:35','imp','optin_5','7227261368','','714',0),(27424,'2020-06-11 17:40:45','imp','optin_7','7227261368','','714',0),(27425,'2020-06-11 19:00:37','imp','optin_2','7227261368','','92',0),(27426,'2020-06-11 19:00:38','imp','optin_8','7227261368','','-1',0),(27427,'2020-06-11 22:41:16','imp','optin_8','7227261368','','-1',0),(27428,'2020-06-12 07:47:57','imp','optin_5','7227261368','','714',0),(27429,'2020-06-12 07:47:57','imp','optin_7','mailchimp_7227261368','','714',0),(27430,'2020-06-12 07:48:23','imp','optin_7','7227261368','','714',0),(27431,'2020-06-12 10:12:16','imp','optin_7','mailchimp_7227261368','','714',0),(27432,'2020-06-12 10:12:29','imp','optin_8','7227261368','','714',0),(27433,'2020-06-12 10:12:39','imp','optin_7','7227261368','','714',0),(27434,'2020-06-12 10:29:35','imp','optin_7','mailchimp_7227261368','','714',0),(27435,'2020-06-12 10:31:32','imp','optin_7','mailchimp_7227261368','','714',0),(27436,'2020-06-12 10:31:51','imp','optin_8','7227261368','','714',0),(27437,'2020-06-12 10:33:15','imp','optin_5','7227261368','','714',0),(27438,'2020-06-12 10:33:50','imp','optin_7','7227261368','','714',0),(27439,'2020-06-12 17:53:38','imp','optin_7','mailchimp_7227261368','','714',0),(27440,'2020-06-12 17:53:42','imp','optin_5','7227261368','','714',0),(27441,'2020-06-12 17:53:58','imp','optin_8','7227261368','','714',0),(27442,'2020-06-12 17:54:12','imp','optin_7','7227261368','','714',0),(27443,'2020-06-12 23:45:03','imp','optin_8','7227261368','','-1',0),(27444,'2020-06-13 09:04:02','imp','optin_7','mailchimp_7227261368','','714',0),(27445,'2020-06-13 10:48:49','imp','optin_7','mailchimp_7227261368','','714',0),(27446,'2020-06-13 10:48:49','imp','optin_5','7227261368','','714',0),(27447,'2020-06-13 10:49:05','imp','optin_7','7227261368','','714',0),(27448,'2020-06-13 10:49:05','imp','optin_8','7227261368','','714',0),(27449,'2020-06-14 04:42:11','imp','optin_7','mailchimp_7227261368','','714',0),(27450,'2020-06-14 05:47:25','imp','optin_8','7227261368','','-1',0),(27451,'2020-06-14 06:53:46','imp','optin_7','mailchimp_7227261368','','714',0),(27452,'2020-06-14 06:53:47','imp','optin_7','7227261368','','714',0),(27453,'2020-06-14 06:53:50','imp','optin_5','7227261368','','714',0),(27454,'2020-06-14 13:18:26','imp','optin_7','mailchimp_7227261368','','714',0),(27455,'2020-06-14 13:18:28','imp','optin_5','7227261368','','714',0),(27456,'2020-06-14 13:18:46','imp','optin_8','7227261368','','714',0),(27457,'2020-06-14 23:02:58','imp','optin_8','7227261368','','-1',0),(27458,'2020-06-15 02:58:07','imp','optin_7','mailchimp_7227261368','','714',0),(27459,'2020-06-15 10:11:32','imp','optin_7','mailchimp_7227261368','','714',0),(27460,'2020-06-15 10:11:51','imp','optin_8','7227261368','','714',0),(27461,'2020-06-15 10:14:39','imp','optin_7','7227261368','','714',0),(27462,'2020-06-15 17:42:08','imp','optin_7','mailchimp_7227261368','','714',0),(27463,'2020-06-15 17:42:27','imp','optin_8','7227261368','','714',0),(27464,'2020-06-15 17:42:54','imp','optin_7','7227261368','','714',0),(27465,'2020-06-15 17:42:57','imp','optin_5','7227261368','','714',0),(27466,'2020-06-15 18:10:19','imp','optin_7','mailchimp_7227261368','','714',0),(27467,'2020-06-15 18:10:19','imp','optin_5','7227261368','','714',0),(27468,'2020-06-15 18:10:34','imp','optin_7','7227261368','','714',0),(27469,'2020-06-15 18:10:38','imp','optin_8','7227261368','','714',0),(27470,'2020-06-15 19:05:00','imp','optin_7','mailchimp_7227261368','','714',0),(27471,'2020-06-15 19:05:20','imp','optin_8','7227261368','','714',0),(27472,'2020-06-16 22:55:22','imp','optin_7','mailchimp_7227261368','','714',0),(27473,'2020-06-16 22:55:40','imp','optin_5','7227261368','','714',0),(27474,'2020-06-16 22:55:48','imp','optin_8','7227261368','','714',0),(27475,'2020-06-16 22:55:58','imp','optin_7','7227261368','','714',0),(27476,'2020-06-17 01:52:26','imp','optin_8','7227261368','','-1',0),(27477,'2020-06-17 06:44:48','imp','optin_7','mailchimp_7227261368','','714',0),(27478,'2020-06-17 06:44:48','imp','optin_5','7227261368','','714',0),(27479,'2020-06-17 06:45:03','imp','optin_8','7227261368','','714',0),(27480,'2020-06-17 06:45:03','imp','optin_7','7227261368','','714',0),(27481,'2020-06-17 09:41:48','imp','optin_7','mailchimp_7227261368','','714',0),(27482,'2020-06-17 09:42:07','imp','optin_8','7227261368','','714',0),(27483,'2020-06-17 09:44:35','imp','optin_7','7227261368','','714',0),(27484,'2020-06-17 14:35:08','imp','optin_7','mailchimp_7227261368','','714',0),(27485,'2020-06-17 14:35:08','imp','optin_5','7227261368','','714',0),(27486,'2020-06-17 14:35:14','imp','optin_7','7227261368','','714',0),(27487,'2020-06-17 14:35:19','imp','optin_8','7227261368','','714',0),(27488,'2020-06-18 16:07:16','imp','optin_8','7227261368','','192',0),(27489,'2020-06-18 16:07:23','imp','optin_2','7227261368','','2',0),(27490,'2020-06-18 17:07:10','imp','optin_8','7227261368','','-1',0),(27491,'2020-06-18 22:59:57','imp','optin_7','mailchimp_7227261368','','714',0),(27492,'2020-06-18 23:45:12','imp','optin_8','7227261368','','945',0),(27493,'2020-06-19 00:29:15','imp','optin_7','mailchimp_7227261368','','714',0),(27494,'2020-06-19 00:29:18','imp','optin_7','7227261368','','714',0),(27495,'2020-06-19 00:29:18','imp','optin_8','7227261368','','714',0),(27496,'2020-06-19 11:36:55','imp','optin_2','7227261368','','92',0),(27497,'2020-06-19 11:36:55','imp','optin_8','7227261368','','-1',0),(27498,'2020-06-19 17:00:48','imp','optin_7','mailchimp_7227261368','','714',0),(27499,'2020-06-19 17:00:49','imp','optin_5','7227261368','','714',0),(27500,'2020-06-19 17:01:08','imp','optin_8','7227261368','','714',0),(27501,'2020-06-19 17:01:19','imp','optin_7','7227261368','','714',0),(27502,'2020-06-19 22:15:15','imp','optin_8','7227261368','','-1',0),(27503,'2020-06-20 06:28:36','imp','optin_7','mailchimp_7227261368','','714',0),(27504,'2020-06-20 06:28:54','imp','optin_8','7227261368','','714',0),(27505,'2020-06-20 06:29:05','imp','optin_7','7227261368','','714',0),(27506,'2020-06-20 08:55:34','imp','optin_7','mailchimp_7227261368','','714',0),(27507,'2020-06-20 08:55:40','imp','optin_5','7227261368','','714',0),(27508,'2020-06-20 08:55:54','imp','optin_8','7227261368','','714',0),(27509,'2020-06-20 11:12:45','imp','optin_7','mailchimp_7227261368','','714',0),(27510,'2020-06-20 11:12:56','imp','optin_8','7227261368','','714',0),(27511,'2020-06-20 11:13:08','imp','optin_7','7227261368','','714',0),(27512,'2020-06-20 12:16:15','imp','optin_7','mailchimp_7227261368','','714',0),(27513,'2020-06-20 12:16:37','imp','optin_8','7227261368','','714',0),(27514,'2020-06-20 12:16:50','imp','optin_7','7227261368','','714',0),(27515,'2020-06-21 04:18:35','imp','optin_7','mailchimp_7227261368','','714',0),(27516,'2020-06-21 04:18:38','imp','optin_7','7227261368','','714',0),(27517,'2020-06-21 04:18:39','imp','optin_8','7227261368','','714',0),(27518,'2020-06-21 06:25:21','imp','optin_8','7227261368','','-1',0),(27519,'2020-06-21 10:40:44','imp','optin_7','mailchimp_7227261368','','714',0),(27520,'2020-06-21 10:41:04','imp','optin_8','7227261368','','714',0),(27521,'2020-06-21 10:41:36','imp','optin_7','7227261368','','714',0),(27522,'2020-06-21 14:27:40','imp','optin_7','mailchimp_7227261368','','714',0),(27523,'2020-06-21 14:27:59','imp','optin_8','7227261368','','714',0),(27524,'2020-06-21 14:30:41','imp','optin_7','7227261368','','714',0),(27525,'2020-06-21 14:37:29','imp','optin_5','7227261368','','714',0),(27526,'2020-06-21 15:20:05','imp','optin_7','mailchimp_7227261368','','714',0),(27527,'2020-06-22 12:55:18','imp','optin_7','mailchimp_7227261368','','714',0),(27528,'2020-06-22 12:55:18','imp','optin_5','7227261368','','714',0),(27529,'2020-06-22 12:55:31','imp','optin_8','7227261368','','714',0),(27530,'2020-06-22 12:55:34','imp','optin_7','7227261368','','714',0),(27531,'2020-06-22 13:05:14','imp','optin_7','mailchimp_7227261368','','714',0),(27532,'2020-06-22 13:05:16','imp','optin_5','7227261368','','714',0),(27533,'2020-06-22 13:05:34','imp','optin_8','7227261368','','714',0),(27534,'2020-06-22 13:05:38','imp','optin_7','7227261368','','714',0),(27535,'2020-06-22 19:06:38','imp','optin_8','7227261368','','-1',0),(27536,'2020-06-23 07:17:41','imp','optin_7','mailchimp_7227261368','','714',0),(27537,'2020-06-23 09:32:50','imp','optin_7','mailchimp_7227261368','','714',0),(27538,'2020-06-23 09:33:10','imp','optin_8','7227261368','','714',0),(27539,'2020-06-23 10:14:42','imp','optin_7','mailchimp_7227261368','','714',0),(27540,'2020-06-23 10:14:44','imp','optin_5','7227261368','','714',0),(27541,'2020-06-23 10:15:02','imp','optin_8','7227261368','','714',0),(27542,'2020-06-23 10:15:11','imp','optin_7','7227261368','','714',0),(27543,'2020-06-23 16:57:17','imp','optin_7','mailchimp_7227261368','','714',0),(27544,'2020-06-23 16:58:23','imp','optin_7','mailchimp_7227261368','','714',0),(27545,'2020-06-23 20:35:21','imp','optin_5','7227261368','','714',0),(27546,'2020-06-23 20:35:21','imp','optin_7','mailchimp_7227261368','','714',0),(27547,'2020-06-23 20:35:41','imp','optin_8','7227261368','','714',0),(27548,'2020-06-23 20:35:57','imp','optin_7','7227261368','','714',0),(27549,'2020-06-23 22:47:02','imp','optin_8','7227261368','','-1',0),(27550,'2020-06-23 22:57:54','imp','optin_8','7227261368','','-1',0),(27551,'2020-06-24 03:42:22','imp','optin_8','7227261368','','-1',0),(27552,'2020-06-24 04:17:52','imp','optin_7','mailchimp_7227261368','','714',0),(27553,'2020-06-24 04:17:52','imp','optin_5','7227261368','','714',0),(27554,'2020-06-24 04:18:12','imp','optin_8','7227261368','','714',0),(27555,'2020-06-24 04:18:27','imp','optin_7','7227261368','','714',0),(27556,'2020-06-24 15:46:02','imp','optin_7','mailchimp_7227261368','','714',0),(27557,'2020-06-24 15:46:06','imp','optin_7','7227261368','','714',0),(27558,'2020-06-24 15:46:07','imp','optin_8','7227261368','','714',0),(27559,'2020-06-24 15:54:01','imp','optin_7','mailchimp_7227261368','','714',0),(27560,'2020-06-24 15:54:02','imp','optin_5','7227261368','','714',0),(27561,'2020-06-24 15:54:07','imp','optin_8','7227261368','','714',0),(27562,'2020-06-24 15:54:07','imp','optin_7','7227261368','','714',0),(27563,'2020-06-24 17:19:10','imp','optin_7','mailchimp_7227261368','','714',0),(27564,'2020-06-24 17:19:19','imp','optin_5','7227261368','','714',0),(27565,'2020-06-24 17:19:29','imp','optin_8','7227261368','','714',0),(27566,'2020-06-24 17:20:19','imp','optin_7','7227261368','','714',0),(27567,'2020-06-25 05:38:08','imp','optin_7','mailchimp_7227261368','','714',0),(27568,'2020-06-25 07:31:53','imp','optin_7','mailchimp_7227261368','','714',0),(27569,'2020-06-25 07:31:54','imp','optin_5','7227261368','','714',0),(27570,'2020-06-25 07:32:13','imp','optin_8','7227261368','','714',0),(27571,'2020-06-25 07:32:28','imp','optin_7','7227261368','','714',0),(27572,'2020-06-25 17:18:54','imp','optin_7','mailchimp_7227261368','','714',0),(27573,'2020-06-25 17:19:14','imp','optin_8','7227261368','','714',0),(27574,'2020-06-25 17:19:33','imp','optin_5','7227261368','','714',0),(27575,'2020-06-25 19:44:50','imp','optin_8','7227261368','','-1',0),(27576,'2020-06-25 20:38:48','imp','optin_7','mailchimp_7227261368','','714',0),(27577,'2020-06-25 20:38:50','imp','optin_5','7227261368','','714',0),(27578,'2020-06-25 20:39:08','imp','optin_8','7227261368','','714',0),(27579,'2020-06-25 20:39:16','imp','optin_7','7227261368','','714',0),(27580,'2020-06-25 22:18:42','imp','optin_7','mailchimp_7227261368','','714',0),(27581,'2020-06-25 22:19:02','imp','optin_8','7227261368','','714',0),(27582,'2020-06-25 22:39:11','imp','optin_7','7227261368','','714',0),(27583,'2020-06-26 20:02:10','imp','optin_2','7227261368','','92',0),(27584,'2020-06-26 20:02:12','imp','optin_8','7227261368','','-1',0),(27585,'2020-06-26 22:36:14','imp','optin_7','mailchimp_7227261368','','714',0),(27586,'2020-06-26 22:36:31','imp','optin_8','7227261368','','714',0),(27587,'2020-06-27 02:45:07','imp','optin_8','7227261368','','-1',0),(27588,'2020-06-27 03:48:30','imp','optin_7','mailchimp_7227261368','','714',0),(27589,'2020-06-27 06:20:40','imp','optin_7','mailchimp_7227261368','','714',0),(27590,'2020-06-28 03:59:00','imp','optin_7','mailchimp_7227261368','','714',0),(27591,'2020-06-28 03:59:17','imp','optin_8','7227261368','','714',0),(27592,'2020-06-28 04:00:24','imp','optin_7','7227261368','','714',0),(27593,'2020-06-28 08:20:13','imp','optin_7','mailchimp_7227261368','','714',0),(27594,'2020-06-28 08:20:13','imp','optin_5','7227261368','','714',0),(27595,'2020-06-28 08:20:32','imp','optin_8','7227261368','','714',0),(27596,'2020-06-28 08:20:32','imp','optin_7','7227261368','','714',0),(27597,'2020-06-28 12:27:16','imp','optin_7','mailchimp_7227261368','','714',0),(27598,'2020-06-28 12:27:17','imp','optin_5','7227261368','','714',0),(27599,'2020-06-28 12:27:25','imp','optin_7','7227261368','','714',0),(27600,'2020-06-28 12:27:25','imp','optin_8','7227261368','','714',0),(27601,'2020-06-28 20:17:49','imp','optin_7','mailchimp_7227261368','','714',0),(27602,'2020-06-28 20:17:52','imp','optin_5','7227261368','','714',0),(27603,'2020-06-28 20:18:04','imp','optin_8','7227261368','','714',0),(27604,'2020-06-28 20:18:04','imp','optin_7','7227261368','','714',0),(27605,'2020-06-28 20:20:15','imp','optin_8','7227261368','','-1',0),(27606,'2020-06-29 00:06:38','imp','optin_7','mailchimp_7227261368','','714',0),(27607,'2020-06-29 00:06:58','imp','optin_8','7227261368','','714',0),(27608,'2020-06-29 00:07:41','imp','optin_7','7227261368','','714',0),(27609,'2020-06-29 07:58:51','imp','optin_7','mailchimp_7227261368','','714',0),(27610,'2020-06-29 07:59:01','imp','optin_8','7227261368','','714',0),(27611,'2020-06-29 07:59:04','imp','optin_7','7227261368','','714',0),(27612,'2020-06-29 07:59:05','imp','optin_5','7227261368','','714',0),(27613,'2020-06-29 14:19:04','imp','optin_8','7227261368','','-1',0),(27614,'2020-06-29 14:20:28','imp','optin_2','7227261368','','92',0),(27615,'2020-06-29 22:19:58','imp','optin_7','mailchimp_7227261368','','714',0),(27616,'2020-06-29 22:20:01','imp','optin_5','7227261368','','714',0),(27617,'2020-06-29 22:20:18','imp','optin_8','7227261368','','714',0),(27618,'2020-06-29 22:20:48','imp','optin_7','7227261368','','714',0),(27619,'2020-06-30 00:44:49','imp','optin_7','mailchimp_7227261368','','714',0),(27620,'2020-06-30 00:45:08','imp','optin_8','7227261368','','714',0),(27621,'2020-06-30 00:49:12','imp','optin_5','7227261368','','714',0),(27622,'2020-06-30 01:03:56','imp','optin_7','7227261368','','714',0),(27623,'2020-06-30 04:19:54','imp','optin_7','mailchimp_7227261368','','714',0),(27624,'2020-06-30 05:49:04','imp','optin_8','7227261368','','-1',0),(27625,'2020-06-30 05:58:21','imp','optin_7','mailchimp_7227261368','','714',0),(27626,'2020-06-30 05:58:40','imp','optin_8','7227261368','','714',0),(27627,'2020-06-30 11:21:03','imp','optin_7','mailchimp_7227261368','','714',0),(27628,'2020-06-30 15:02:52','imp','optin_7','mailchimp_7227261368','','714',0),(27629,'2020-06-30 15:02:52','imp','optin_5','7227261368','','714',0),(27630,'2020-06-30 15:03:12','imp','optin_8','7227261368','','714',0),(27631,'2020-06-30 15:05:58','imp','optin_7','7227261368','','714',0),(27632,'2020-06-30 17:53:18','imp','optin_7','mailchimp_7227261368','','714',0),(27633,'2020-06-30 17:54:03','imp','optin_7','mailchimp_7227261368','','714',0),(27634,'2020-06-30 22:22:45','imp','optin_7','mailchimp_7227261368','','714',0),(27635,'2020-06-30 22:22:47','imp','optin_5','7227261368','','714',0),(27636,'2020-06-30 22:23:01','imp','optin_7','7227261368','','714',0),(27637,'2020-06-30 22:23:02','imp','optin_8','7227261368','','714',0),(27638,'2020-07-01 07:51:08','imp','optin_7','mailchimp_7227261368','','714',0),(27639,'2020-07-01 07:51:28','imp','optin_8','7227261368','','714',0),(27640,'2020-07-01 07:52:11','imp','optin_5','7227261368','','714',0),(27641,'2020-07-01 07:52:27','imp','optin_7','7227261368','','714',0),(27642,'2020-07-01 11:40:24','imp','optin_7','mailchimp_7227261368','','714',0),(27643,'2020-07-01 11:40:24','imp','optin_5','7227261368','','714',0),(27644,'2020-07-01 11:40:43','imp','optin_7','7227261368','','714',0),(27645,'2020-07-01 11:40:44','imp','optin_8','7227261368','','714',0),(27646,'2020-07-01 23:02:07','imp','optin_7','mailchimp_7227261368','','714',0),(27647,'2020-07-01 23:02:27','imp','optin_8','7227261368','','714',0),(27648,'2020-07-01 23:02:31','imp','optin_7','7227261368','','714',0),(27649,'2020-07-02 11:23:43','imp','optin_5','7227261368','','714',0),(27650,'2020-07-02 11:23:43','imp','optin_7','mailchimp_7227261368','','714',0),(27651,'2020-07-02 11:24:01','imp','optin_8','7227261368','','714',0),(27652,'2020-07-02 11:24:47','imp','optin_7','7227261368','','714',0),(27653,'2020-07-02 11:40:58','imp','optin_8','7227261368','','945',0),(27654,'2020-07-02 13:32:26','imp','optin_7','mailchimp_7227261368','','714',0),(27655,'2020-07-02 13:32:27','imp','optin_5','7227261368','','714',0),(27656,'2020-07-02 13:32:32','imp','optin_8','7227261368','','714',0),(27657,'2020-07-02 13:32:32','imp','optin_7','7227261368','','714',0),(27658,'2020-07-02 15:53:00','imp','optin_7','mailchimp_7227261368','','714',0),(27659,'2020-07-02 15:53:15','imp','optin_8','7227261368','','714',0),(27660,'2020-07-02 15:53:16','imp','optin_7','7227261368','','714',0),(27661,'2020-07-02 20:39:31','imp','optin_7','mailchimp_7227261368','','714',0),(27662,'2020-07-02 20:39:51','imp','optin_8','7227261368','','714',0),(27663,'2020-07-04 12:21:16','imp','optin_7','mailchimp_7227261368','','714',0),(27664,'2020-07-04 12:21:31','imp','optin_8','7227261368','','714',0),(27665,'2020-07-04 12:22:47','imp','optin_7','7227261368','','714',0),(27666,'2020-07-04 14:01:39','imp','optin_8','7227261368','','-1',0),(27667,'2020-07-04 20:03:34','imp','optin_7','mailchimp_7227261368','','714',0),(27668,'2020-07-04 20:03:53','imp','optin_8','7227261368','','714',0),(27669,'2020-07-05 02:25:17','imp','optin_7','mailchimp_7227261368','','714',0),(27670,'2020-07-05 02:25:27','imp','optin_8','7227261368','','714',0),(27671,'2020-07-05 02:25:37','imp','optin_7','7227261368','','714',0),(27672,'2020-07-05 02:30:59','imp','optin_7','mailchimp_7227261368','','714',0),(27673,'2020-07-05 03:59:09','imp','optin_7','mailchimp_7227261368','','714',0),(27674,'2020-07-05 03:59:28','imp','optin_8','7227261368','','714',0),(27675,'2020-07-05 04:20:45','imp','optin_7','7227261368','','714',0),(27676,'2020-07-05 04:21:01','imp','optin_5','7227261368','','714',0),(27677,'2020-07-05 09:31:30','imp','optin_7','mailchimp_7227261368','','714',0),(27678,'2020-07-05 09:31:30','imp','optin_5','7227261368','','714',0),(27679,'2020-07-05 09:31:49','imp','optin_8','7227261368','','714',0),(27680,'2020-07-05 09:33:41','imp','optin_7','7227261368','','714',0),(27681,'2020-07-05 13:33:07','imp','optin_7','mailchimp_7227261368','','714',0),(27682,'2020-07-05 13:33:25','imp','optin_8','7227261368','','714',0),(27683,'2020-07-05 13:33:26','imp','optin_8','7227261368','','714',0),(27684,'2020-07-05 13:33:32','imp','optin_7','7227261368','','714',0),(27685,'2020-07-05 18:51:15','imp','optin_7','mailchimp_7227261368','','714',0),(27686,'2020-07-06 01:23:58','imp','optin_5','7227261368','','714',0),(27687,'2020-07-06 01:23:58','imp','optin_7','mailchimp_7227261368','','714',0),(27688,'2020-07-06 01:24:00','imp','optin_8','7227261368','','714',0),(27689,'2020-07-06 01:24:00','imp','optin_7','7227261368','','714',0),(27690,'2020-07-06 10:05:33','imp','optin_7','mailchimp_7227261368','','714',0),(27691,'2020-07-06 11:51:34','imp','optin_7','mailchimp_7227261368','','714',0),(27692,'2020-07-06 11:51:34','imp','optin_5','7227261368','','714',0),(27693,'2020-07-06 12:37:28','imp','optin_7','mailchimp_7227261368','','714',0),(27694,'2020-07-06 12:37:33','imp','optin_8','7227261368','','714',0),(27695,'2020-07-06 12:37:39','imp','optin_7','7227261368','','714',0),(27696,'2020-07-06 19:29:07','imp','optin_8','7227261368','','-1',0),(27697,'2020-07-06 22:10:56','imp','optin_8','7227261368','','698',0),(27698,'2020-07-06 22:39:50','imp','optin_7','mailchimp_7227261368','','714',0),(27699,'2020-07-06 22:40:10','imp','optin_8','7227261368','','714',0),(27700,'2020-07-06 22:48:36','imp','optin_5','7227261368','','714',0),(27701,'2020-07-06 22:48:38','imp','optin_7','7227261368','','714',0),(27702,'2020-07-06 23:51:04','imp','optin_7','mailchimp_7227261368','','714',0),(27703,'2020-07-06 23:51:23','imp','optin_8','7227261368','','714',0),(27704,'2020-07-06 23:51:53','imp','optin_7','7227261368','','714',0),(27705,'2020-07-07 12:30:22','imp','optin_7','mailchimp_7227261368','','714',0),(27706,'2020-07-07 13:53:40','imp','optin_7','mailchimp_7227261368','','714',0),(27707,'2020-07-08 17:38:18','imp','optin_7','mailchimp_7227261368','','714',0),(27708,'2020-07-08 19:55:45','imp','optin_7','mailchimp_7227261368','','714',0),(27709,'2020-07-08 20:31:58','imp','optin_7','mailchimp_7227261368','','714',0),(27710,'2020-07-09 01:20:23','imp','optin_7','mailchimp_7227261368','','714',0),(27711,'2020-07-09 01:20:43','imp','optin_8','7227261368','','714',0),(27712,'2020-07-09 01:21:01','imp','optin_7','7227261368','','714',0),(27713,'2020-07-09 16:41:28','imp','optin_7','mailchimp_7227261368','','714',0),(27714,'2020-07-09 16:41:28','imp','optin_5','7227261368','','714',0),(27715,'2020-07-09 16:41:34','imp','optin_8','7227261368','','714',0),(27716,'2020-07-09 16:41:35','imp','optin_7','7227261368','','714',0),(27717,'2020-07-09 21:18:44','imp','optin_7','mailchimp_7227261368','','714',0),(27718,'2020-07-09 21:19:04','imp','optin_8','7227261368','','714',0),(27719,'2020-07-09 21:19:34','imp','optin_7','7227261368','','714',0),(27720,'2020-07-10 09:25:13','imp','optin_7','mailchimp_7227261368','','714',0),(27721,'2020-07-10 10:16:22','imp','optin_7','mailchimp_7227261368','','714',0),(27722,'2020-07-10 11:59:50','imp','optin_7','mailchimp_7227261368','','714',0),(27723,'2020-07-10 12:00:09','imp','optin_7','7227261368','','714',0),(27724,'2020-07-10 12:00:09','imp','optin_8','7227261368','','714',0),(27725,'2020-07-10 12:00:10','imp','optin_8','7227261368','','714',0),(27726,'2020-07-10 13:01:14','imp','optin_7','mailchimp_7227261368','','714',0),(27727,'2020-07-10 15:15:41','imp','optin_8','7227261368','','-1',0),(27728,'2020-07-10 15:16:08','imp','optin_2','7227261368','','92',0),(27729,'2020-07-10 15:17:30','imp','optin_5','7227261368','','0',0),(27730,'2020-07-10 16:17:16','imp','optin_7','mailchimp_7227261368','','714',0),(27731,'2020-07-10 16:17:25','imp','optin_7','7227261368','','714',0),(27732,'2020-07-10 19:44:28','imp','optin_8','7227261368','','-1',0),(27733,'2020-07-11 06:36:20','imp','optin_7','mailchimp_7227261368','','714',0),(27734,'2020-07-11 12:35:56','imp','optin_7','mailchimp_7227261368','','714',0),(27735,'2020-07-11 15:33:16','imp','optin_7','mailchimp_7227261368','','714',0),(27736,'2020-07-11 15:47:34','imp','optin_8','7227261368','','-1',0),(27737,'2020-07-11 16:32:46','imp','optin_7','mailchimp_7227261368','','714',0),(27738,'2020-07-11 16:43:14','imp','optin_5','7227261368','','714',0),(27739,'2020-07-11 16:43:14','imp','optin_7','mailchimp_7227261368','','714',0),(27740,'2020-07-11 16:43:26','imp','optin_8','7227261368','','714',0),(27741,'2020-07-11 16:43:27','imp','optin_7','7227261368','','714',0),(27742,'2020-07-11 22:47:52','imp','optin_7','mailchimp_7227261368','','714',0),(27743,'2020-07-11 22:48:12','imp','optin_8','7227261368','','714',0),(27744,'2020-07-11 22:48:55','imp','optin_7','7227261368','','714',0),(27745,'2020-07-12 11:18:07','imp','optin_7','mailchimp_7227261368','','714',0),(27746,'2020-07-12 11:18:25','imp','optin_5','7227261368','','714',0),(27747,'2020-07-12 11:18:26','imp','optin_8','7227261368','','714',0),(27748,'2020-07-12 11:18:31','imp','optin_7','7227261368','','714',0),(27749,'2020-07-12 15:57:43','imp','optin_7','mailchimp_7227261368','','714',0),(27750,'2020-07-12 15:57:47','imp','optin_5','7227261368','','714',0),(27751,'2020-07-12 15:57:59','imp','optin_8','7227261368','','714',0),(27752,'2020-07-12 15:58:28','imp','optin_7','7227261368','','714',0),(27753,'2020-07-12 22:40:32','imp','optin_7','mailchimp_7227261368','','714',0),(27754,'2020-07-12 22:40:54','imp','optin_8','7227261368','','714',0),(27755,'2020-07-12 22:41:20','imp','optin_7','7227261368','','714',0),(27756,'2020-07-12 22:45:02','imp','optin_7','mailchimp_7227261368','','714',0),(27757,'2020-07-12 22:45:16','imp','optin_8','7227261368','','714',0),(27758,'2020-07-12 22:45:21','imp','optin_7','7227261368','','714',0),(27759,'2020-07-13 03:48:51','imp','optin_5','7227261368','','714',0),(27760,'2020-07-13 03:48:51','imp','optin_7','mailchimp_7227261368','','714',0),(27761,'2020-07-13 03:48:57','imp','optin_8','7227261368','','714',0),(27762,'2020-07-13 03:49:04','imp','optin_7','7227261368','','714',0),(27763,'2020-07-13 10:57:11','imp','optin_7','mailchimp_7227261368','','714',0),(27764,'2020-07-13 10:57:29','imp','optin_8','7227261368','','714',0),(27765,'2020-07-13 10:57:29','imp','optin_8','7227261368','','714',0),(27766,'2020-07-13 20:24:40','imp','optin_7','mailchimp_7227261368','','714',0),(27767,'2020-07-13 20:25:00','imp','optin_8','7227261368','','714',0),(27768,'2020-07-13 20:25:21','imp','optin_7','7227261368','','714',0),(27769,'2020-07-13 21:03:45','imp','optin_7','mailchimp_7227261368','','714',0),(27770,'2020-07-13 21:03:45','imp','optin_5','7227261368','','714',0),(27771,'2020-07-13 21:04:01','imp','optin_8','7227261368','','714',0),(27772,'2020-07-13 21:04:05','imp','optin_7','7227261368','','714',0),(27773,'2020-07-13 21:05:33','imp','optin_7','mailchimp_7227261368','','714',0),(27774,'2020-07-13 21:05:33','imp','optin_5','7227261368','','714',0),(27775,'2020-07-13 21:05:53','imp','optin_8','7227261368','','714',0),(27776,'2020-07-13 21:07:20','imp','optin_7','7227261368','','714',0),(27777,'2020-07-14 00:57:45','imp','optin_7','mailchimp_7227261368','','714',0),(27778,'2020-07-14 00:58:05','imp','optin_8','7227261368','','714',0),(27779,'2020-07-14 16:31:54','imp','optin_7','mailchimp_7227261368','','714',0),(27780,'2020-07-14 20:15:36','imp','optin_8','7227261368','','-1',0),(27781,'2020-07-14 21:39:25','imp','optin_7','mailchimp_7227261368','','714',0),(27782,'2020-07-14 21:39:45','imp','optin_8','7227261368','','714',0),(27783,'2020-07-14 21:42:08','imp','optin_5','7227261368','','714',0),(27784,'2020-07-14 21:42:17','imp','optin_7','7227261368','','714',0),(27785,'2020-07-15 09:15:43','imp','optin_8','7227261368','','-1',0),(27786,'2020-07-15 22:16:46','imp','optin_7','mailchimp_7227261368','','714',0),(27787,'2020-07-15 22:17:06','imp','optin_8','7227261368','','714',0),(27788,'2020-07-16 07:21:37','imp','optin_7','mailchimp_7227261368','','714',0),(27789,'2020-07-16 07:30:09','imp','optin_7','mailchimp_7227261368','','714',0),(27790,'2020-07-16 12:17:06','imp','optin_7','mailchimp_7227261368','','714',0),(27791,'2020-07-16 12:18:35','imp','optin_7','mailchimp_7227261368','','714',0),(27792,'2020-07-16 18:20:57','imp','optin_7','mailchimp_7227261368','','714',0),(27793,'2020-07-16 18:21:16','imp','optin_8','7227261368','','714',0),(27794,'2020-07-17 01:43:57','imp','optin_7','mailchimp_7227261368','','714',0),(27795,'2020-07-17 01:43:57','imp','optin_5','7227261368','','714',0),(27796,'2020-07-17 01:43:59','imp','optin_8','7227261368','','714',0),(27797,'2020-07-17 01:44:00','imp','optin_7','7227261368','','714',0),(27798,'2020-07-17 02:06:49','imp','optin_7','mailchimp_7227261368','','714',0),(27799,'2020-07-17 04:15:47','imp','optin_7','mailchimp_7227261368','','714',0),(27800,'2020-07-17 05:38:47','imp','optin_7','mailchimp_7227261368','','714',0),(27801,'2020-07-17 05:39:08','imp','optin_8','7227261368','','714',0),(27802,'2020-07-17 05:39:17','imp','optin_5','7227261368','','714',0),(27803,'2020-07-17 08:32:53','imp','optin_7','mailchimp_7227261368','','714',0),(27804,'2020-07-17 08:33:12','imp','optin_8','7227261368','','714',0),(27805,'2020-07-17 08:34:13','imp','optin_7','7227261368','','714',0),(27806,'2020-07-17 08:34:16','imp','optin_5','7227261368','','714',0),(27807,'2020-07-17 08:36:10','imp','optin_2','7227261368','','2',0),(27808,'2020-07-17 19:18:05','imp','optin_7','mailchimp_7227261368','','714',0),(27809,'2020-07-17 19:18:25','imp','optin_8','7227261368','','714',0),(27810,'2020-07-18 00:56:25','imp','optin_7','mailchimp_7227261368','','714',0),(27811,'2020-07-18 18:18:12','imp','optin_7','mailchimp_7227261368','','714',0),(27812,'2020-07-18 18:18:26','imp','optin_8','7227261368','','714',0),(27813,'2020-07-18 18:18:38','imp','optin_7','7227261368','','714',0),(27814,'2020-07-18 18:18:46','imp','optin_5','7227261368','','714',0),(27815,'2020-07-19 06:10:48','imp','optin_5','7227261368','','714',0),(27816,'2020-07-19 06:10:48','imp','optin_7','mailchimp_7227261368','','714',0),(27817,'2020-07-19 08:27:36','imp','optin_8','7227261368','','-1',0),(27818,'2020-07-19 08:50:43','imp','optin_7','mailchimp_7227261368','','714',0),(27819,'2020-07-19 19:02:36','imp','optin_7','mailchimp_7227261368','','714',0),(27820,'2020-07-20 00:03:08','imp','optin_7','mailchimp_7227261368','','714',0),(27821,'2020-07-20 02:22:46','imp','optin_7','mailchimp_7227261368','','714',0),(27822,'2020-07-20 02:23:05','imp','optin_8','7227261368','','714',0),(27823,'2020-07-20 02:23:19','imp','optin_7','7227261368','','714',0),(27824,'2020-07-20 17:34:00','imp','optin_7','mailchimp_7227261368','','714',0),(27825,'2020-07-20 17:42:54','imp','optin_7','mailchimp_7227261368','','714',0),(27826,'2020-07-20 17:43:03','imp','optin_8','7227261368','','714',0),(27827,'2020-07-20 18:31:15','imp','optin_5','7227261368','','967',0),(27828,'2020-07-20 18:31:15','imp','optin_8','7227261368','','967',0),(27829,'2020-07-20 18:45:36','imp','optin_7','mailchimp_7227261368','','714',0),(27830,'2020-07-20 18:45:37','imp','optin_5','7227261368','','714',0),(27831,'2020-07-20 18:45:56','imp','optin_8','7227261368','','714',0),(27832,'2020-07-20 18:47:07','imp','optin_7','7227261368','','714',0),(27833,'2020-07-21 00:33:49','imp','optin_7','mailchimp_7227261368','','714',0),(27834,'2020-07-21 00:34:05','imp','optin_5','7227261368','','714',0),(27835,'2020-07-21 00:34:07','imp','optin_8','7227261368','','714',0),(27836,'2020-07-21 00:35:11','imp','optin_7','7227261368','','714',0),(27837,'2020-07-21 02:06:42','imp','optin_7','mailchimp_7227261368','','714',0),(27838,'2020-07-21 02:06:42','imp','optin_5','7227261368','','714',0),(27839,'2020-07-21 02:06:51','imp','optin_8','7227261368','','714',0),(27840,'2020-07-21 02:06:52','imp','optin_7','7227261368','','714',0),(27841,'2020-07-21 06:35:00','imp','optin_7','mailchimp_7227261368','','714',0),(27842,'2020-07-21 08:09:59','imp','optin_8','7227261368','','-1',0),(27843,'2020-07-22 05:11:20','imp','optin_5','7227261368','','714',0),(27844,'2020-07-22 05:11:20','imp','optin_7','mailchimp_7227261368','','714',0),(27845,'2020-07-22 05:11:21','imp','optin_8','7227261368','','714',0),(27846,'2020-07-22 05:11:26','imp','optin_7','7227261368','','714',0),(27847,'2020-07-22 19:07:40','imp','optin_7','mailchimp_7227261368','','714',0),(27848,'2020-07-22 19:07:58','imp','optin_8','7227261368','','714',0),(27849,'2020-07-22 19:08:07','imp','optin_7','7227261368','','714',0),(27850,'2020-07-23 04:24:58','imp','optin_5','7227261368','','714',0),(27851,'2020-07-23 04:24:58','imp','optin_7','mailchimp_7227261368','','714',0),(27852,'2020-07-23 04:25:06','imp','optin_8','7227261368','','714',0),(27853,'2020-07-23 04:25:13','imp','optin_7','7227261368','','714',0),(27854,'2020-07-23 05:38:42','imp','optin_7','mailchimp_7227261368','','714',0),(27855,'2020-07-23 05:38:42','imp','optin_5','7227261368','','714',0),(27856,'2020-07-23 05:38:46','imp','optin_8','7227261368','','714',0),(27857,'2020-07-23 05:38:50','imp','optin_7','7227261368','','714',0),(27858,'2020-07-24 02:58:57','imp','optin_7','mailchimp_7227261368','','714',0),(27859,'2020-07-24 02:58:58','imp','optin_5','7227261368','','714',0),(27860,'2020-07-24 02:59:14','imp','optin_8','7227261368','','714',0),(27861,'2020-07-24 02:59:18','imp','optin_7','7227261368','','714',0),(27862,'2020-07-24 10:52:21','imp','optin_7','mailchimp_7227261368','','714',0),(27863,'2020-07-24 10:52:40','imp','optin_8','7227261368','','714',0),(27864,'2020-07-24 15:43:41','imp','optin_5','7227261368','','714',0),(27865,'2020-07-24 15:43:41','imp','optin_7','mailchimp_7227261368','','714',0),(27866,'2020-07-24 16:39:34','imp','optin_7','mailchimp_7227261368','','714',0),(27867,'2020-07-24 16:39:53','imp','optin_8','7227261368','','714',0),(27868,'2020-07-24 16:40:06','imp','optin_7','7227261368','','714',0),(27869,'2020-07-25 07:35:12','imp','optin_8','7227261368','','926',0),(27870,'2020-07-25 07:35:18','imp','optin_5','7227261368','','926',0),(27871,'2020-07-25 14:13:53','imp','optin_7','mailchimp_7227261368','','714',0),(27872,'2020-07-25 14:13:54','imp','optin_5','7227261368','','714',0),(27873,'2020-07-25 14:14:13','imp','optin_8','7227261368','','714',0),(27874,'2020-07-25 14:14:20','imp','optin_7','7227261368','','714',0),(27875,'2020-07-26 04:49:39','imp','optin_7','mailchimp_7227261368','','714',0),(27876,'2020-07-26 04:49:57','imp','optin_8','7227261368','','714',0),(27877,'2020-07-26 04:50:11','imp','optin_7','7227261368','','714',0),(27878,'2020-07-26 12:13:03','imp','optin_7','mailchimp_7227261368','','714',0),(27879,'2020-07-26 12:13:10','imp','optin_8','7227261368','','714',0),(27880,'2020-07-26 12:13:24','imp','optin_7','7227261368','','714',0),(27881,'2020-07-26 12:55:52','imp','optin_7','mailchimp_7227261368','','714',0),(27882,'2020-07-26 12:56:12','imp','optin_8','7227261368','','714',0),(27883,'2020-07-26 12:56:38','imp','optin_7','7227261368','','714',0),(27884,'2020-07-26 14:09:16','imp','optin_7','mailchimp_7227261368','','714',0),(27885,'2020-07-26 14:12:20','imp','optin_7','mailchimp_7227261368','','714',0),(27886,'2020-07-26 14:29:26','imp','optin_7','mailchimp_7227261368','','714',0),(27887,'2020-07-26 14:29:36','imp','optin_7','7227261368','','714',0),(27888,'2020-07-26 14:29:37','imp','optin_8','7227261368','','714',0),(27889,'2020-07-27 16:18:54','imp','optin_7','mailchimp_7227261368','','714',0),(27890,'2020-07-27 16:19:14','imp','optin_8','7227261368','','714',0),(27891,'2020-07-27 16:20:10','imp','optin_5','7227261368','','714',0),(27892,'2020-07-27 16:20:20','imp','optin_7','7227261368','','714',0),(27893,'2020-07-27 18:38:46','imp','optin_8','7227261368','','1110',0),(27894,'2020-07-27 18:38:50','imp','optin_5','7227261368','','1110',0),(27895,'2020-07-27 19:23:02','imp','optin_8','7227261368','','-1',0),(27896,'2020-07-27 20:14:21','imp','optin_8','7227261368','','-1',0),(27897,'2020-07-28 16:00:09','imp','optin_7','mailchimp_7227261368','','714',0),(27898,'2020-07-28 16:00:09','imp','optin_5','7227261368','','714',0),(27899,'2020-07-28 16:00:25','imp','optin_7','7227261368','','714',0),(27900,'2020-07-28 16:00:27','imp','optin_8','7227261368','','714',0),(27901,'2020-07-28 20:07:16','imp','optin_7','mailchimp_7227261368','','714',0),(27902,'2020-07-28 20:07:36','imp','optin_8','7227261368','','714',0),(27903,'2020-07-29 12:02:28','imp','optin_7','mailchimp_7227261368','','714',0),(27904,'2020-07-29 12:02:47','imp','optin_8','7227261368','','714',0),(27905,'2020-07-29 23:38:27','imp','optin_7','mailchimp_7227261368','','714',0),(27906,'2020-07-29 23:38:29','imp','optin_5','7227261368','','714',0),(27907,'2020-07-30 05:34:47','imp','optin_7','mailchimp_7227261368','','714',0),(27908,'2020-07-30 05:35:07','imp','optin_8','7227261368','','714',0),(27909,'2020-07-30 05:37:11','imp','optin_5','7227261368','','714',0),(27910,'2020-07-30 05:37:17','imp','optin_7','7227261368','','714',0),(27911,'2020-07-30 05:43:18','imp','optin_7','mailchimp_7227261368','','714',0),(27912,'2020-07-30 05:43:37','imp','optin_8','7227261368','','714',0),(27913,'2020-07-30 05:55:24','imp','optin_7','7227261368','','714',0),(27914,'2020-07-30 12:48:28','imp','optin_7','mailchimp_7227261368','','714',0),(27915,'2020-07-30 12:48:48','imp','optin_8','7227261368','','714',0),(27916,'2020-07-30 12:49:09','imp','optin_7','7227261368','','714',0),(27917,'2020-07-31 11:37:23','imp','optin_7','mailchimp_7227261368','','714',0),(27918,'2020-07-31 11:37:34','imp','optin_5','7227261368','','714',0),(27919,'2020-07-31 11:37:42','imp','optin_8','7227261368','','714',0),(27920,'2020-07-31 11:38:15','imp','optin_7','7227261368','','714',0),(27921,'2020-07-31 13:14:43','imp','optin_7','mailchimp_7227261368','','714',0),(27922,'2020-07-31 13:15:03','imp','optin_8','7227261368','','714',0),(27923,'2020-08-01 05:54:16','imp','optin_7','mailchimp_7227261368','','714',0),(27924,'2020-08-01 05:54:16','imp','optin_5','7227261368','','714',0),(27925,'2020-08-01 05:54:25','imp','optin_8','7227261368','','714',0),(27926,'2020-08-01 05:54:33','imp','optin_7','7227261368','','714',0),(27927,'2020-08-01 06:12:04','imp','optin_7','mailchimp_7227261368','','714',0),(27928,'2020-08-01 06:12:16','imp','optin_8','7227261368','','714',0),(27929,'2020-08-01 06:12:24','imp','optin_7','7227261368','','714',0),(27930,'2020-08-01 09:00:40','imp','optin_7','mailchimp_7227261368','','714',0),(27931,'2020-08-01 09:00:48','imp','optin_8','7227261368','','714',0),(27932,'2020-08-01 09:01:04','imp','optin_7','7227261368','','714',0),(27933,'2020-08-01 09:01:08','imp','optin_5','7227261368','','714',0),(27934,'2020-08-02 14:21:58','imp','optin_7','mailchimp_7227261368','','714',0),(27935,'2020-08-02 14:22:12','imp','optin_8','7227261368','','714',0),(27936,'2020-08-02 14:22:23','imp','optin_7','7227261368','','714',0),(27937,'2020-08-02 14:22:25','imp','optin_5','7227261368','','714',0),(27938,'2020-08-03 11:07:30','imp','optin_7','mailchimp_7227261368','','714',0),(27939,'2020-08-03 13:33:53','imp','optin_7','mailchimp_7227261368','','714',0),(27940,'2020-08-03 13:33:55','imp','optin_5','7227261368','','714',0),(27941,'2020-08-03 13:34:11','imp','optin_8','7227261368','','714',0),(27942,'2020-08-03 13:34:18','imp','optin_7','7227261368','','714',0),(27943,'2020-08-03 20:01:18','imp','optin_8','7227261368','','-1',0),(27944,'2020-08-04 10:05:36','imp','optin_7','mailchimp_7227261368','','714',0),(27945,'2020-08-04 10:05:53','imp','optin_8','7227261368','','714',0),(27946,'2020-08-04 10:07:21','imp','optin_5','7227261368','','714',0),(27947,'2020-08-04 16:54:55','imp','optin_7','mailchimp_7227261368','','714',0),(27948,'2020-08-04 16:55:15','imp','optin_8','7227261368','','714',0),(27949,'2020-08-05 13:00:24','imp','optin_7','mailchimp_7227261368','','714',0),(27950,'2020-08-05 13:00:34','imp','optin_7','mailchimp_7227261368','','714',0),(27951,'2020-08-05 13:00:38','imp','optin_5','7227261368','','714',0),(27952,'2020-08-05 13:00:53','imp','optin_7','7227261368','','714',0),(27953,'2020-08-05 13:00:54','imp','optin_8','7227261368','','714',0),(27954,'2020-08-05 13:00:54','imp','optin_8','7227261368','','714',0),(27955,'2020-08-05 15:37:20','imp','optin_7','mailchimp_7227261368','','714',0),(27956,'2020-08-05 15:37:35','imp','optin_8','7227261368','','714',0),(27957,'2020-08-05 15:38:08','imp','optin_7','7227261368','','714',0),(27958,'2020-08-05 20:29:28','imp','optin_7','mailchimp_7227261368','','714',0),(27959,'2020-08-05 20:29:47','imp','optin_7','7227261368','','714',0),(27960,'2020-08-05 20:29:47','imp','optin_8','7227261368','','714',0),(27961,'2020-08-05 20:29:48','imp','optin_8','7227261368','','714',0),(27962,'2020-08-06 08:10:12','imp','optin_7','mailchimp_7227261368','','714',0),(27963,'2020-08-06 08:10:22','imp','optin_8','7227261368','','714',0),(27964,'2020-08-06 08:10:28','imp','optin_7','7227261368','','714',0),(27965,'2020-08-06 21:21:41','imp','optin_7','mailchimp_7227261368','','714',0),(27966,'2020-08-06 21:22:00','imp','optin_8','7227261368','','714',0),(27967,'2020-08-06 21:23:06','imp','optin_7','7227261368','','714',0),(27968,'2020-08-06 23:26:59','imp','optin_7','mailchimp_7227261368','','714',0),(27969,'2020-08-06 23:27:19','imp','optin_8','7227261368','','714',0),(27970,'2020-08-07 04:52:52','imp','optin_7','mailchimp_7227261368','','714',0),(27971,'2020-08-07 04:53:06','imp','optin_8','7227261368','','714',0),(27972,'2020-08-07 04:54:37','imp','optin_7','7227261368','','714',0),(27973,'2020-08-07 10:38:30','imp','optin_5','7227261368','','714',0),(27974,'2020-08-07 10:38:30','imp','optin_7','mailchimp_7227261368','','714',0),(27975,'2020-08-07 10:38:49','imp','optin_8','7227261368','','714',0),(27976,'2020-08-07 10:39:12','imp','optin_7','7227261368','','714',0),(27977,'2020-08-07 16:51:36','imp','optin_7','mailchimp_7227261368','','714',0),(27978,'2020-08-07 16:51:55','imp','optin_8','7227261368','','714',0),(27979,'2020-08-07 17:09:28','imp','optin_5','7227261368','','714',0),(27980,'2020-08-07 22:30:45','imp','optin_7','mailchimp_7227261368','','714',0),(27981,'2020-08-07 22:30:52','imp','optin_5','7227261368','','714',0),(27982,'2020-08-08 00:17:22','imp','optin_7','mailchimp_7227261368','','714',0),(27983,'2020-08-08 00:18:07','imp','optin_8','7227261368','','714',0),(27984,'2020-08-08 00:41:27','imp','optin_7','mailchimp_7227261368','','714',0),(27985,'2020-08-08 00:41:28','imp','optin_5','7227261368','','714',0),(27986,'2020-08-08 00:41:39','imp','optin_7','7227261368','','714',0),(27987,'2020-08-08 00:41:40','imp','optin_8','7227261368','','714',0),(27988,'2020-08-08 09:01:29','imp','optin_5','7227261368','','714',0),(27989,'2020-08-08 09:01:29','imp','optin_7','7227261368','','714',0),(27990,'2020-08-08 10:01:55','imp','optin_7','mailchimp_7227261368','','714',0),(27991,'2020-08-08 10:02:18','imp','optin_8','7227261368','','714',0),(27992,'2020-08-08 10:02:48','imp','optin_7','7227261368','','714',0),(27993,'2020-08-08 12:42:52','imp','optin_7','mailchimp_7227261368','','714',0),(27994,'2020-08-08 12:43:12','imp','optin_8','7227261368','','714',0),(27995,'2020-08-08 12:43:12','imp','optin_8','7227261368','','714',0),(27996,'2020-08-09 04:33:36','imp','optin_7','mailchimp_7227261368','','714',0),(27997,'2020-08-09 04:33:36','imp','optin_5','7227261368','','714',0),(27998,'2020-08-09 07:13:35','imp','optin_7','mailchimp_7227261368','','714',0),(27999,'2020-08-09 07:13:35','imp','optin_5','7227261368','','714',0),(28000,'2020-08-09 07:13:54','imp','optin_8','7227261368','','714',0),(28001,'2020-08-09 18:25:13','imp','optin_8','7227261368','','-1',0),(28002,'2020-08-09 18:25:13','imp','optin_2','7227261368','','92',0),(28003,'2020-08-09 18:29:32','imp','optin_2','7227261368','','2',0),(28004,'2020-08-09 18:29:58','imp','optin_8','7227261368','','1020',0),(28005,'2020-08-09 18:30:16','con','optin_8','mailchimp_7227261368','','1020',0),(28006,'2020-08-09 18:33:44','imp','optin_7','mailchimp_7227261368','','714',0),(28007,'2020-08-09 18:33:45','imp','optin_5','7227261368','','714',0),(28008,'2020-08-09 19:17:06','imp','optin_7','mailchimp_7227261368','','714',0),(28009,'2020-08-09 19:17:25','imp','optin_8','7227261368','','714',0),(28010,'2020-08-10 07:33:34','imp','optin_8','7227261368','','-1',0),(28011,'2020-08-10 13:28:43','imp','optin_7','mailchimp_7227261368','','714',0),(28012,'2020-08-10 13:29:02','imp','optin_8','7227261368','','714',0),(28013,'2020-08-10 13:30:16','imp','optin_7','7227261368','','714',0),(28014,'2020-08-10 14:41:37','imp','optin_7','mailchimp_7227261368','','714',0),(28015,'2020-08-10 14:41:37','imp','optin_5','7227261368','','714',0),(28016,'2020-08-10 19:58:44','imp','optin_8','7227261368','','-1',0),(28017,'2020-08-10 23:41:46','imp','optin_7','mailchimp_7227261368','','714',0),(28018,'2020-08-10 23:41:46','imp','optin_5','7227261368','','714',0),(28019,'2020-08-10 23:42:04','imp','optin_8','7227261368','','714',0),(28020,'2020-08-11 02:44:26','imp','optin_7','mailchimp_7227261368','','714',0),(28021,'2020-08-11 02:44:46','imp','optin_8','7227261368','','714',0),(28022,'2020-08-11 02:44:56','imp','optin_5','7227261368','','714',0),(28023,'2020-08-11 17:45:46','imp','optin_7','mailchimp_7227261368','','714',0),(28024,'2020-08-11 17:46:00','imp','optin_5','7227261368','','714',0),(28025,'2020-08-11 17:46:04','imp','optin_8','7227261368','','714',0),(28026,'2020-08-12 00:17:13','imp','optin_7','mailchimp_7227261368','','714',0),(28027,'2020-08-12 01:53:06','imp','optin_7','mailchimp_7227261368','','714',0),(28028,'2020-08-12 01:53:06','imp','optin_5','7227261368','','714',0),(28029,'2020-08-12 01:53:24','imp','optin_8','7227261368','','714',0),(28030,'2020-08-12 01:53:31','imp','optin_7','7227261368','','714',0),(28031,'2020-08-12 11:33:11','imp','optin_7','mailchimp_7227261368','','714',0),(28032,'2020-08-12 11:33:27','imp','optin_8','7227261368','','714',0),(28033,'2020-08-12 11:34:08','imp','optin_7','7227261368','','714',0),(28034,'2020-08-13 13:38:31','imp','optin_8','7227261368','','1047',0),(28035,'2020-08-13 13:38:38','imp','optin_5','7227261368','','1047',0),(28036,'2020-08-14 03:05:25','imp','optin_7','mailchimp_7227261368','','714',0),(28037,'2020-08-14 03:05:44','imp','optin_8','7227261368','','714',0),(28038,'2020-08-14 03:06:04','imp','optin_7','7227261368','','714',0),(28039,'2020-08-14 09:13:44','imp','optin_7','mailchimp_7227261368','','714',0),(28040,'2020-08-14 09:13:44','imp','optin_5','7227261368','','714',0),(28041,'2020-08-14 09:13:57','imp','optin_8','7227261368','','714',0),(28042,'2020-08-14 09:14:07','imp','optin_7','7227261368','','714',0),(28043,'2020-08-14 09:45:57','imp','optin_7','mailchimp_7227261368','','714',0),(28044,'2020-08-14 09:46:13','imp','optin_7','7227261368','','714',0),(28045,'2020-08-14 09:46:13','imp','optin_8','7227261368','','714',0),(28046,'2020-08-14 15:39:26','imp','optin_7','mailchimp_7227261368','','714',0),(28047,'2020-08-15 03:10:38','imp','optin_7','mailchimp_7227261368','','714',0),(28048,'2020-08-15 03:10:50','imp','optin_5','7227261368','','714',0),(28049,'2020-08-15 03:10:56','imp','optin_8','7227261368','','714',0),(28050,'2020-08-15 03:14:50','imp','optin_7','mailchimp_7227261368','','714',0),(28051,'2020-08-15 03:15:01','imp','optin_8','7227261368','','714',0),(28052,'2020-08-15 03:15:07','imp','optin_7','7227261368','','714',0),(28053,'2020-08-15 06:57:41','imp','optin_7','mailchimp_7227261368','','714',0),(28054,'2020-08-15 06:57:51','imp','optin_8','7227261368','','714',0),(28055,'2020-08-15 06:58:03','imp','optin_7','7227261368','','714',0),(28056,'2020-08-15 08:05:47','imp','optin_7','mailchimp_7227261368','','714',0),(28057,'2020-08-15 11:56:43','imp','optin_7','mailchimp_7227261368','','714',0),(28058,'2020-08-15 21:25:32','imp','optin_7','mailchimp_7227261368','','714',0),(28059,'2020-08-15 21:25:51','imp','optin_8','7227261368','','714',0),(28060,'2020-08-15 23:47:45','imp','optin_7','mailchimp_7227261368','','714',0),(28061,'2020-08-15 23:47:48','imp','optin_5','7227261368','','714',0),(28062,'2020-08-16 09:09:24','imp','optin_7','mailchimp_7227261368','','714',0),(28063,'2020-08-16 09:09:34','imp','optin_8','7227261368','','714',0),(28064,'2020-08-16 09:09:54','imp','optin_7','7227261368','','714',0),(28065,'2020-08-16 16:09:40','imp','optin_7','mailchimp_7227261368','','714',0),(28066,'2020-08-16 16:09:41','imp','optin_5','7227261368','','714',0),(28067,'2020-08-16 16:09:59','imp','optin_8','7227261368','','714',0),(28068,'2020-08-16 16:10:12','imp','optin_7','7227261368','','714',0),(28069,'2020-08-17 14:12:53','imp','optin_7','mailchimp_7227261368','','714',0),(28070,'2020-08-17 18:49:07','imp','optin_8','7227261368','','-1',0),(28071,'2020-08-18 03:02:44','imp','optin_7','mailchimp_7227261368','','714',0),(28072,'2020-08-18 03:03:03','imp','optin_8','7227261368','','714',0),(28073,'2020-08-18 03:03:15','imp','optin_7','7227261368','','714',0),(28074,'2020-08-18 03:03:17','imp','optin_5','7227261368','','714',0),(28075,'2020-08-18 12:04:15','imp','optin_7','mailchimp_7227261368','','714',0),(28076,'2020-08-18 12:28:42','imp','optin_7','mailchimp_7227261368','','714',0),(28077,'2020-08-18 13:50:43','imp','optin_7','mailchimp_7227261368','','714',0),(28078,'2020-08-18 13:51:03','imp','optin_8','7227261368','','714',0),(28079,'2020-08-18 13:52:18','imp','optin_5','7227261368','','714',0),(28080,'2020-08-18 13:52:21','imp','optin_7','7227261368','','714',0),(28081,'2020-08-18 13:56:40','imp','optin_7','mailchimp_7227261368','','714',0),(28082,'2020-08-18 13:56:41','imp','optin_5','7227261368','','714',0),(28083,'2020-08-18 13:57:00','imp','optin_8','7227261368','','714',0),(28084,'2020-08-18 13:57:14','imp','optin_7','7227261368','','714',0),(28085,'2020-08-18 14:39:10','imp','optin_7','mailchimp_7227261368','','714',0),(28086,'2020-08-18 14:39:15','imp','optin_5','7227261368','','714',0),(28087,'2020-08-18 14:39:30','imp','optin_8','7227261368','','714',0),(28088,'2020-08-18 14:40:10','imp','optin_7','7227261368','','714',0),(28089,'2020-08-18 20:08:01','imp','optin_8','7227261368','','519',0),(28090,'2020-08-18 20:08:01','imp','optin_5','7227261368','','519',0),(28091,'2020-08-18 20:08:32','imp','optin_2','7227261368','','92',0),(28092,'2020-08-18 20:09:29','imp','optin_8','7227261368','','-1',0),(28093,'2020-08-18 20:14:49','imp','optin_8','7227261368','','602',0),(28094,'2020-08-18 20:45:38','imp','optin_7','mailchimp_7227261368','','714',0),(28095,'2020-08-18 20:45:58','imp','optin_8','7227261368','','714',0),(28096,'2020-08-18 20:46:43','imp','optin_7','7227261368','','714',0),(28097,'2020-08-19 03:00:50','imp','optin_7','mailchimp_7227261368','','714',0),(28098,'2020-08-19 05:47:28','imp','optin_7','mailchimp_7227261368','','714',0),(28099,'2020-08-19 05:47:46','imp','optin_8','7227261368','','714',0),(28100,'2020-08-19 11:05:42','imp','optin_7','mailchimp_7227261368','','714',0),(28101,'2020-08-19 11:05:47','imp','optin_8','7227261368','','714',0),(28102,'2020-08-19 11:06:12','imp','optin_7','7227261368','','714',0),(28103,'2020-08-19 17:57:07','imp','optin_7','mailchimp_7227261368','','714',0),(28104,'2020-08-19 17:57:24','imp','optin_8','7227261368','','714',0),(28105,'2020-08-19 17:57:45','imp','optin_7','7227261368','','714',0),(28106,'2020-08-19 21:30:06','imp','optin_7','mailchimp_7227261368','','714',0),(28107,'2020-08-20 06:38:21','imp','optin_7','mailchimp_7227261368','','714',0),(28108,'2020-08-20 07:12:31','imp','optin_7','mailchimp_7227261368','','714',0),(28109,'2020-08-20 07:12:51','imp','optin_8','7227261368','','714',0),(28110,'2020-08-20 07:17:34','imp','optin_5','7227261368','','714',0),(28111,'2020-08-20 07:17:41','imp','optin_7','7227261368','','714',0),(28112,'2020-08-20 07:49:16','imp','optin_8','7227261368','','714',0),(28113,'2020-08-20 09:24:55','imp','optin_7','mailchimp_7227261368','','714',0),(28114,'2020-08-20 09:24:56','imp','optin_5','7227261368','','714',0),(28115,'2020-08-20 09:25:12','imp','optin_7','7227261368','','714',0),(28116,'2020-08-20 09:25:13','imp','optin_8','7227261368','','714',0),(28117,'2020-08-20 12:00:58','imp','optin_5','7227261368','','714',0),(28118,'2020-08-20 12:00:58','imp','optin_7','mailchimp_7227261368','','714',0),(28119,'2020-08-20 12:01:17','imp','optin_8','7227261368','','714',0),(28120,'2020-08-20 12:30:27','imp','optin_7','mailchimp_7227261368','','714',0),(28121,'2020-08-20 12:30:27','imp','optin_5','7227261368','','714',0),(28122,'2020-08-20 12:30:31','imp','optin_7','7227261368','','714',0),(28123,'2020-08-20 18:46:14','imp','optin_8','7227261368','','1107',0),(28124,'2020-08-20 18:46:14','imp','optin_5','7227261368','','1107',0),(28125,'2020-08-21 03:03:59','imp','optin_7','mailchimp_7227261368','','714',0),(28126,'2020-08-21 03:04:16','imp','optin_7','7227261368','','714',0),(28127,'2020-08-21 03:04:16','imp','optin_8','7227261368','','714',0),(28128,'2020-08-21 03:04:16','imp','optin_8','7227261368','','714',0),(28129,'2020-08-21 07:08:39','imp','optin_7','mailchimp_7227261368','','714',0),(28130,'2020-08-21 07:08:55','imp','optin_8','7227261368','','714',0),(28131,'2020-08-21 07:09:23','imp','optin_7','7227261368','','714',0),(28132,'2020-08-21 10:40:10','imp','optin_7','mailchimp_7227261368','','714',0),(28133,'2020-08-21 11:15:27','imp','optin_7','mailchimp_7227261368','','714',0),(28134,'2020-08-21 11:15:46','imp','optin_8','7227261368','','714',0),(28135,'2020-08-21 11:15:52','imp','optin_7','7227261368','','714',0),(28136,'2020-08-21 13:00:49','imp','optin_7','mailchimp_7227261368','','714',0),(28137,'2020-08-21 13:00:59','imp','optin_8','7227261368','','714',0),(28138,'2020-08-21 13:01:07','imp','optin_7','7227261368','','714',0),(28139,'2020-08-21 14:01:22','imp','optin_7','mailchimp_7227261368','','714',0),(28140,'2020-08-21 14:01:23','imp','optin_5','7227261368','','714',0),(28141,'2020-08-21 14:01:42','imp','optin_8','7227261368','','714',0),(28142,'2020-08-21 22:18:40','imp','optin_7','mailchimp_7227261368','','714',0),(28143,'2020-08-21 22:18:40','imp','optin_5','7227261368','','714',0),(28144,'2020-08-21 22:18:47','imp','optin_8','7227261368','','714',0),(28145,'2020-08-22 05:24:21','imp','optin_7','mailchimp_7227261368','','714',0),(28146,'2020-08-22 06:07:46','imp','optin_7','mailchimp_7227261368','','714',0),(28147,'2020-08-22 11:46:28','imp','optin_7','mailchimp_7227261368','','714',0),(28148,'2020-08-22 11:46:31','imp','optin_5','7227261368','','714',0),(28149,'2020-08-22 11:46:43','imp','optin_7','7227261368','','714',0),(28150,'2020-08-22 11:46:44','imp','optin_8','7227261368','','714',0),(28151,'2020-08-22 23:12:54','imp','optin_7','mailchimp_7227261368','','714',0),(28152,'2020-08-22 23:12:54','imp','optin_5','7227261368','','714',0),(28153,'2020-08-22 23:12:56','imp','optin_8','7227261368','','714',0),(28154,'2020-08-22 23:12:57','imp','optin_7','7227261368','','714',0),(28155,'2020-08-22 23:16:14','imp','optin_8','7227261368','','789',0),(28156,'2020-08-22 23:16:17','imp','optin_5','7227261368','','789',0),(28157,'2020-08-23 10:53:51','imp','optin_7','mailchimp_7227261368','','714',0),(28158,'2020-08-23 10:53:59','imp','optin_8','7227261368','','714',0),(28159,'2020-08-23 10:54:07','imp','optin_7','7227261368','','714',0),(28160,'2020-08-23 12:59:53','imp','optin_7','mailchimp_7227261368','','714',0),(28161,'2020-08-23 13:00:14','imp','optin_8','7227261368','','714',0),(28162,'2020-08-23 13:00:22','imp','optin_5','7227261368','','714',0),(28163,'2020-08-23 13:00:26','imp','optin_7','7227261368','','714',0),(28164,'2020-08-24 00:09:25','imp','optin_8','7227261368','','-1',0),(28165,'2020-08-24 11:47:04','imp','optin_5','7227261368','','714',0),(28166,'2020-08-24 11:47:04','imp','optin_7','mailchimp_7227261368','','714',0),(28167,'2020-08-24 12:40:23','imp','optin_7','mailchimp_7227261368','','714',0),(28168,'2020-08-24 12:41:04','imp','optin_8','7227261368','','714',0),(28169,'2020-08-24 17:18:20','imp','optin_7','mailchimp_7227261368','','714',0),(28170,'2020-08-24 17:18:39','imp','optin_8','7227261368','','714',0),(28171,'2020-08-24 18:31:11','imp','optin_7','mailchimp_7227261368','','714',0),(28172,'2020-08-24 18:31:16','imp','optin_5','7227261368','','714',0),(28173,'2020-08-24 18:31:31','imp','optin_8','7227261368','','714',0),(28174,'2020-08-24 18:32:18','imp','optin_7','7227261368','','714',0),(28175,'2020-08-24 19:53:12','imp','optin_7','mailchimp_7227261368','','714',0),(28176,'2020-08-24 19:53:31','imp','optin_8','7227261368','','714',0),(28177,'2020-08-24 19:53:40','imp','optin_7','7227261368','','714',0),(28178,'2020-08-25 02:20:17','imp','optin_8','7227261368','','-1',0),(28179,'2020-08-25 02:20:17','imp','optin_2','7227261368','','92',0),(28180,'2020-08-25 05:19:44','imp','optin_8','7227261368','','1020',0),(28181,'2020-08-25 05:24:41','imp','optin_5','7227261368','','1110',0),(28182,'2020-08-25 07:26:16','imp','optin_7','mailchimp_7227261368','','714',0),(28183,'2020-08-25 07:26:35','imp','optin_8','7227261368','','714',0),(28184,'2020-08-25 07:27:00','imp','optin_7','7227261368','','714',0),(28185,'2020-08-25 11:31:22','imp','optin_7','mailchimp_7227261368','','714',0),(28186,'2020-08-25 11:31:29','imp','optin_8','7227261368','','714',0),(28187,'2020-08-26 05:26:40','imp','optin_8','7227261368','','714',0),(28188,'2020-08-26 05:26:40','imp','optin_7','mailchimp_7227261368','','714',0),(28189,'2020-08-26 05:26:40','imp','optin_5','7227261368','','714',0),(28190,'2020-08-26 05:26:41','imp','optin_7','7227261368','','714',0),(28191,'2020-08-26 09:21:03','imp','optin_7','mailchimp_7227261368','','714',0),(28192,'2020-08-26 09:21:18','imp','optin_8','7227261368','','714',0),(28193,'2020-08-26 20:29:40','imp','optin_7','mailchimp_7227261368','','714',0),(28194,'2020-08-27 11:22:27','imp','optin_5','7227261368','','714',0),(28195,'2020-08-27 11:22:27','imp','optin_7','mailchimp_7227261368','','714',0),(28196,'2020-08-27 11:22:45','imp','optin_8','7227261368','','714',0),(28197,'2020-08-27 11:23:48','imp','optin_7','mailchimp_7227261368','','714',0),(28198,'2020-08-27 11:24:00','imp','optin_7','7227261368','','714',0),(28199,'2020-08-27 11:24:00','imp','optin_8','7227261368','','714',0),(28200,'2020-08-27 13:21:57','imp','optin_7','mailchimp_7227261368','','714',0),(28201,'2020-08-27 13:21:57','imp','optin_5','7227261368','','714',0),(28202,'2020-08-27 13:21:59','imp','optin_8','7227261368','','714',0),(28203,'2020-08-27 14:29:56','imp','optin_7','mailchimp_7227261368','','714',0),(28204,'2020-08-27 14:30:06','imp','optin_8','7227261368','','714',0),(28205,'2020-08-28 00:01:28','imp','optin_7','mailchimp_7227261368','','714',0),(28206,'2020-08-28 00:01:31','imp','optin_8','7227261368','','714',0),(28207,'2020-08-28 00:01:31','imp','optin_7','7227261368','','714',0),(28208,'2020-08-28 13:03:01','imp','optin_7','mailchimp_7227261368','','714',0),(28209,'2020-08-28 13:03:17','imp','optin_8','7227261368','','714',0),(28210,'2020-08-28 13:07:17','imp','optin_5','7227261368','','714',0),(28211,'2020-08-28 13:07:22','imp','optin_7','7227261368','','714',0),(28212,'2020-08-29 00:40:21','imp','optin_7','mailchimp_7227261368','','714',0),(28213,'2020-08-29 00:40:40','imp','optin_8','7227261368','','714',0),(28214,'2020-08-29 03:55:07','imp','optin_7','mailchimp_7227261368','','714',0),(28215,'2020-08-29 03:55:09','imp','optin_5','7227261368','','714',0),(28216,'2020-08-29 03:55:15','imp','optin_8','7227261368','','714',0),(28217,'2020-08-29 11:33:58','imp','optin_7','mailchimp_7227261368','','714',0),(28218,'2020-08-29 14:17:40','imp','optin_7','mailchimp_7227261368','','714',0),(28219,'2020-08-29 14:17:40','imp','optin_7','mailchimp_7227261368','','714',0),(28220,'2020-08-29 14:17:40','imp','optin_5','7227261368','','714',0),(28221,'2020-08-29 14:17:57','imp','optin_8','7227261368','','714',0),(28222,'2020-08-29 14:18:14','imp','optin_7','7227261368','','714',0),(28223,'2020-08-30 07:45:49','imp','optin_5','7227261368','','714',0),(28224,'2020-08-30 07:45:49','imp','optin_7','mailchimp_7227261368','','714',0),(28225,'2020-08-30 07:45:59','imp','optin_8','7227261368','','714',0),(28226,'2020-08-30 07:45:59','imp','optin_7','7227261368','','714',0),(28227,'2020-08-30 07:51:44','imp','optin_7','mailchimp_7227261368','','714',0),(28228,'2020-08-30 07:51:49','imp','optin_8','7227261368','','714',0),(28229,'2020-08-30 11:15:33','imp','optin_7','mailchimp_7227261368','','714',0),(28230,'2020-08-30 11:15:53','imp','optin_8','7227261368','','714',0),(28231,'2020-08-30 11:19:17','imp','optin_7','7227261368','','714',0),(28232,'2020-08-30 18:27:04','imp','optin_5','7227261368','','714',0),(28233,'2020-08-30 18:27:04','imp','optin_7','mailchimp_7227261368','','714',0),(28234,'2020-08-30 18:27:06','imp','optin_8','7227261368','','714',0),(28235,'2020-08-30 18:27:06','imp','optin_7','7227261368','','714',0),(28236,'2020-08-30 23:16:37','imp','optin_7','mailchimp_7227261368','','714',0),(28237,'2020-08-30 23:16:50','imp','optin_8','7227261368','','714',0),(28238,'2020-08-30 23:16:56','imp','optin_7','7227261368','','714',0),(28239,'2020-08-31 07:33:24','imp','optin_5','7227261368','','714',0),(28240,'2020-08-31 07:33:24','imp','optin_7','mailchimp_7227261368','','714',0),(28241,'2020-08-31 07:33:41','imp','optin_8','7227261368','','714',0),(28242,'2020-08-31 07:33:47','imp','optin_7','7227261368','','714',0),(28243,'2020-08-31 13:22:17','imp','optin_7','mailchimp_7227261368','','714',0),(28244,'2020-08-31 13:22:17','imp','optin_5','7227261368','','714',0),(28245,'2020-08-31 13:22:27','imp','optin_8','7227261368','','714',0),(28246,'2020-08-31 13:22:27','imp','optin_7','7227261368','','714',0),(28247,'2020-08-31 16:21:55','imp','optin_7','mailchimp_7227261368','','714',0),(28248,'2020-08-31 16:22:14','imp','optin_8','7227261368','','714',0),(28249,'2020-08-31 16:22:15','imp','optin_8','7227261368','','714',0),(28250,'2020-08-31 16:22:18','imp','optin_7','7227261368','','714',0),(28251,'2020-08-31 17:26:24','imp','optin_8','7227261368','','698',0),(28252,'2020-08-31 17:26:30','imp','optin_5','7227261368','','698',0),(28253,'2020-08-31 17:27:24','imp','optin_2','7227261368','','92',0),(28254,'2020-08-31 23:05:36','imp','optin_5','7227261368','','714',0),(28255,'2020-08-31 23:05:36','imp','optin_7','mailchimp_7227261368','','714',0),(28256,'2020-08-31 23:05:51','imp','optin_8','7227261368','','714',0),(28257,'2020-08-31 23:05:51','imp','optin_7','7227261368','','714',0),(28258,'2020-09-01 01:38:13','imp','optin_7','mailchimp_7227261368','','714',0),(28259,'2020-09-01 01:38:13','imp','optin_5','7227261368','','714',0),(28260,'2020-09-01 01:38:17','imp','optin_8','7227261368','','714',0),(28261,'2020-09-01 01:38:18','imp','optin_7','7227261368','','714',0),(28262,'2020-09-01 02:03:27','imp','optin_7','mailchimp_7227261368','','714',0),(28263,'2020-09-01 02:03:28','imp','optin_5','7227261368','','714',0),(28264,'2020-09-01 02:03:33','imp','optin_8','7227261368','','714',0),(28265,'2020-09-01 02:03:33','imp','optin_7','7227261368','','714',0),(28266,'2020-09-01 02:23:53','imp','optin_7','mailchimp_7227261368','','714',0),(28267,'2020-09-01 02:23:53','imp','optin_5','7227261368','','714',0),(28268,'2020-09-01 02:24:00','imp','optin_7','7227261368','','714',0),(28269,'2020-09-01 02:24:00','imp','optin_8','7227261368','','714',0),(28270,'2020-09-01 02:50:02','imp','optin_7','mailchimp_7227261368','','714',0),(28271,'2020-09-01 05:37:50','imp','optin_7','mailchimp_7227261368','','714',0),(28272,'2020-09-01 05:38:01','imp','optin_8','7227261368','','714',0),(28273,'2020-09-01 05:38:19','imp','optin_7','7227261368','','714',0),(28274,'2020-09-01 07:26:58','imp','optin_7','mailchimp_7227261368','','714',0),(28275,'2020-09-01 07:26:59','imp','optin_5','7227261368','','714',0),(28276,'2020-09-01 07:27:13','imp','optin_8','7227261368','','714',0),(28277,'2020-09-01 07:27:13','imp','optin_7','7227261368','','714',0),(28278,'2020-09-01 12:35:32','imp','optin_7','mailchimp_7227261368','','714',0),(28279,'2020-09-01 12:35:44','imp','optin_8','7227261368','','714',0),(28280,'2020-09-01 12:35:47','imp','optin_7','7227261368','','714',0),(28281,'2020-09-01 14:54:43','imp','optin_7','mailchimp_7227261368','','714',0),(28282,'2020-09-01 14:54:43','imp','optin_5','7227261368','','714',0),(28283,'2020-09-01 14:54:53','imp','optin_7','7227261368','','714',0),(28284,'2020-09-01 14:54:53','imp','optin_8','7227261368','','714',0),(28285,'2020-09-01 21:25:40','imp','optin_7','mailchimp_7227261368','','714',0),(28286,'2020-09-01 21:25:58','imp','optin_8','7227261368','','714',0),(28287,'2020-09-01 21:26:04','imp','optin_7','7227261368','','714',0),(28288,'2020-09-02 06:24:21','imp','optin_7','mailchimp_7227261368','','714',0),(28289,'2020-09-02 06:24:38','imp','optin_8','7227261368','','714',0),(28290,'2020-09-02 06:44:18','imp','optin_5','7227261368','','714',0),(28291,'2020-09-02 06:48:15','imp','optin_7','mailchimp_7227261368','','714',0),(28292,'2020-09-02 06:48:15','imp','optin_5','7227261368','','714',0),(28293,'2020-09-02 06:48:34','imp','optin_8','7227261368','','714',0),(28294,'2020-09-02 06:48:44','imp','optin_7','7227261368','','714',0),(28295,'2020-09-02 13:10:33','imp','optin_7','mailchimp_7227261368','','714',0),(28296,'2020-09-02 13:10:33','imp','optin_5','7227261368','','714',0),(28297,'2020-09-02 13:10:46','imp','optin_7','7227261368','','714',0),(28298,'2020-09-02 21:10:26','imp','optin_7','mailchimp_7227261368','','714',0),(28299,'2020-09-02 21:10:27','imp','optin_5','7227261368','','714',0),(28300,'2020-09-02 21:10:39','imp','optin_8','7227261368','','714',0),(28301,'2020-09-02 21:10:49','imp','optin_7','7227261368','','714',0),(28302,'2020-09-03 00:07:09','imp','optin_7','mailchimp_7227261368','','714',0),(28303,'2020-09-03 00:07:09','imp','optin_5','7227261368','','714',0),(28304,'2020-09-03 00:07:26','imp','optin_8','7227261368','','714',0),(28305,'2020-09-03 00:07:31','imp','optin_7','7227261368','','714',0),(28306,'2020-09-03 00:35:32','imp','optin_8','7227261368','','-1',0),(28307,'2020-09-03 08:05:36','imp','optin_7','mailchimp_7227261368','','714',0),(28308,'2020-09-03 08:05:36','imp','optin_5','7227261368','','714',0),(28309,'2020-09-03 08:05:46','imp','optin_7','7227261368','','714',0),(28310,'2020-09-03 08:05:46','imp','optin_8','7227261368','','714',0),(28311,'2020-09-03 08:31:18','imp','optin_5','7227261368','','714',0),(28312,'2020-09-03 08:31:19','imp','optin_7','mailchimp_7227261368','','714',0),(28313,'2020-09-03 08:31:29','imp','optin_8','7227261368','','714',0),(28314,'2020-09-03 13:57:49','imp','optin_7','mailchimp_7227261368','','714',0),(28315,'2020-09-03 13:58:04','imp','optin_8','7227261368','','714',0),(28316,'2020-09-03 16:03:50','imp','optin_8','7227261368','','-1',0),(28317,'2020-09-03 23:34:17','imp','optin_7','mailchimp_7227261368','','714',0),(28318,'2020-09-03 23:34:17','imp','optin_5','7227261368','','714',0),(28319,'2020-09-03 23:34:26','imp','optin_7','7227261368','','714',0),(28320,'2020-09-03 23:34:26','imp','optin_8','7227261368','','714',0),(28321,'2020-09-04 10:58:48','imp','optin_7','mailchimp_7227261368','','714',0),(28322,'2020-09-04 10:59:06','imp','optin_8','7227261368','','714',0),(28323,'2020-09-04 14:34:38','imp','optin_7','mailchimp_7227261368','','714',0),(28324,'2020-09-04 14:34:54','imp','optin_8','7227261368','','714',0),(28325,'2020-09-04 14:35:22','imp','optin_7','7227261368','','714',0),(28326,'2020-09-04 21:21:12','imp','optin_8','7227261368','','-1',0),(28327,'2020-09-04 23:15:30','imp','optin_8','7227261368','','666',0),(28328,'2020-09-04 23:18:42','imp','optin_5','7227261368','','0',0),(28329,'2020-09-05 04:55:27','imp','optin_7','mailchimp_7227261368','','714',0),(28330,'2020-09-05 04:55:37','imp','optin_8','7227261368','','714',0),(28331,'2020-09-05 04:55:52','imp','optin_7','7227261368','','714',0),(28332,'2020-09-05 05:50:45','imp','optin_8','7227261368','','971',0),(28333,'2020-09-05 06:50:13','imp','optin_7','mailchimp_7227261368','','714',0),(28334,'2020-09-05 08:13:13','imp','optin_7','mailchimp_7227261368','','714',0),(28335,'2020-09-05 09:31:08','imp','optin_7','mailchimp_7227261368','','714',0),(28336,'2020-09-05 09:31:27','imp','optin_8','7227261368','','714',0),(28337,'2020-09-05 10:32:21','imp','optin_7','mailchimp_7227261368','','714',0),(28338,'2020-09-05 10:32:36','imp','optin_8','7227261368','','714',0),(28339,'2020-09-05 10:32:56','imp','optin_7','7227261368','','714',0),(28340,'2020-09-05 11:46:12','imp','optin_7','mailchimp_7227261368','','714',0),(28341,'2020-09-05 11:46:21','imp','optin_8','7227261368','','714',0),(28342,'2020-09-05 15:48:45','imp','optin_7','mailchimp_7227261368','','714',0),(28343,'2020-09-05 15:48:45','imp','optin_5','7227261368','','714',0),(28344,'2020-09-05 15:49:04','imp','optin_8','7227261368','','714',0),(28345,'2020-09-05 15:49:11','imp','optin_7','7227261368','','714',0),(28346,'2020-09-06 02:11:12','imp','optin_7','mailchimp_7227261368','','714',0),(28347,'2020-09-06 02:11:31','imp','optin_8','7227261368','','714',0),(28348,'2020-09-06 03:07:28','imp','optin_7','mailchimp_7227261368','','714',0),(28349,'2020-09-06 03:07:40','imp','optin_5','7227261368','','714',0),(28350,'2020-09-06 03:07:44','imp','optin_8','7227261368','','714',0),(28351,'2020-09-06 03:07:54','imp','optin_7','7227261368','','714',0),(28352,'2020-09-06 06:28:06','imp','optin_5','7227261368','','714',0),(28353,'2020-09-06 06:28:06','imp','optin_7','mailchimp_7227261368','','714',0),(28354,'2020-09-06 07:21:29','imp','optin_7','mailchimp_7227261368','','714',0),(28355,'2020-09-06 07:21:48','imp','optin_8','7227261368','','714',0),(28356,'2020-09-06 07:22:10','imp','optin_7','7227261368','','714',0),(28357,'2020-09-06 07:32:50','imp','optin_7','mailchimp_7227261368','','714',0),(28358,'2020-09-07 04:21:42','imp','optin_7','mailchimp_7227261368','','714',0),(28359,'2020-09-07 04:21:57','imp','optin_8','7227261368','','714',0),(28360,'2020-09-07 09:48:51','imp','optin_5','7227261368','','714',0),(28361,'2020-09-07 09:48:51','imp','optin_7','mailchimp_7227261368','','714',0),(28362,'2020-09-07 11:59:12','imp','optin_7','mailchimp_7227261368','','714',0),(28363,'2020-09-07 11:59:15','imp','optin_5','7227261368','','714',0),(28364,'2020-09-07 11:59:31','imp','optin_8','7227261368','','714',0),(28365,'2020-09-07 11:59:37','imp','optin_7','7227261368','','714',0),(28366,'2020-09-07 13:20:17','imp','optin_7','mailchimp_7227261368','','714',0),(28367,'2020-09-07 13:20:27','imp','optin_8','7227261368','','714',0),(28368,'2020-09-07 13:20:40','imp','optin_7','7227261368','','714',0),(28369,'2020-09-07 19:08:54','imp','optin_8','7227261368','','-1',0),(28370,'2020-09-08 22:59:57','imp','optin_7','mailchimp_7227261368','','714',0),(28371,'2020-09-08 23:00:10','imp','optin_8','7227261368','','714',0),(28372,'2020-09-08 23:00:29','imp','optin_7','7227261368','','714',0),(28373,'2020-09-09 06:41:59','imp','optin_7','mailchimp_7227261368','','714',0),(28374,'2020-09-09 06:42:00','imp','optin_5','7227261368','','714',0),(28375,'2020-09-09 06:42:18','imp','optin_8','7227261368','','714',0),(28376,'2020-09-09 06:42:29','imp','optin_7','7227261368','','714',0),(28377,'2020-09-09 14:36:09','imp','optin_7','mailchimp_7227261368','','714',0),(28378,'2020-09-09 14:36:13','imp','optin_5','7227261368','','714',0),(28379,'2020-09-09 15:06:18','imp','optin_7','mailchimp_7227261368','','714',0),(28380,'2020-09-09 15:06:38','imp','optin_8','7227261368','','714',0),(28381,'2020-09-09 15:09:36','imp','optin_5','7227261368','','714',0),(28382,'2020-09-09 15:09:54','imp','optin_7','7227261368','','714',0),(28383,'2020-09-09 22:54:46','imp','optin_7','mailchimp_7227261368','','714',0),(28384,'2020-09-09 22:54:51','imp','optin_5','7227261368','','714',0),(28385,'2020-09-09 22:55:06','imp','optin_8','7227261368','','714',0),(28386,'2020-09-09 22:55:17','imp','optin_7','7227261368','','714',0),(28387,'2020-09-09 23:01:23','imp','optin_7','mailchimp_7227261368','','714',0),(28388,'2020-09-09 23:01:42','imp','optin_8','7227261368','','714',0),(28389,'2020-09-09 23:01:43','imp','optin_7','7227261368','','714',0),(28390,'2020-09-10 03:45:37','imp','optin_7','mailchimp_7227261368','','714',0),(28391,'2020-09-10 03:46:41','imp','optin_8','7227261368','','714',0),(28392,'2020-09-10 03:47:11','imp','optin_7','7227261368','','714',0),(28393,'2020-09-10 07:44:48','imp','optin_7','mailchimp_7227261368','','714',0),(28394,'2020-09-10 07:44:48','imp','optin_5','7227261368','','714',0),(28395,'2020-09-10 07:44:52','imp','optin_8','7227261368','','714',0),(28396,'2020-09-10 07:45:27','imp','optin_7','7227261368','','714',0),(28397,'2020-09-11 02:01:49','imp','optin_7','mailchimp_7227261368','','714',0),(28398,'2020-09-11 02:02:04','imp','optin_8','7227261368','','714',0),(28399,'2020-09-11 02:18:52','imp','optin_5','7227261368','','714',0),(28400,'2020-09-11 10:40:27','imp','optin_7','mailchimp_7227261368','','714',0),(28401,'2020-09-11 20:48:35','imp','optin_7','mailchimp_7227261368','','714',0),(28402,'2020-09-11 20:48:55','imp','optin_8','7227261368','','714',0),(28403,'2020-09-11 20:49:02','imp','optin_7','7227261368','','714',0),(28404,'2020-09-11 22:06:06','imp','optin_7','mailchimp_7227261368','','714',0),(28405,'2020-09-11 22:06:26','imp','optin_8','7227261368','','714',0),(28406,'2020-09-11 22:06:33','imp','optin_7','7227261368','','714',0),(28407,'2020-09-11 23:21:18','imp','optin_7','mailchimp_7227261368','','714',0),(28408,'2020-09-11 23:21:38','imp','optin_8','7227261368','','714',0),(28409,'2020-09-12 03:57:56','imp','optin_7','mailchimp_7227261368','','714',0),(28410,'2020-09-12 03:57:56','imp','optin_5','7227261368','','714',0),(28411,'2020-09-12 03:57:56','imp','optin_7','mailchimp_7227261368','','714',0),(28412,'2020-09-12 03:58:12','imp','optin_8','7227261368','','714',0),(28413,'2020-09-12 03:59:03','imp','optin_7','7227261368','','714',0),(28414,'2020-09-12 04:34:11','imp','optin_7','mailchimp_7227261368','','714',0),(28415,'2020-09-12 04:34:30','imp','optin_8','7227261368','','714',0),(28416,'2020-09-12 04:34:42','imp','optin_5','7227261368','','714',0),(28417,'2020-09-12 04:43:31','imp','optin_7','mailchimp_7227261368','','714',0),(28418,'2020-09-12 04:43:31','imp','optin_5','7227261368','','714',0),(28419,'2020-09-12 06:38:12','imp','optin_7','mailchimp_7227261368','','714',0),(28420,'2020-09-12 06:38:30','imp','optin_8','7227261368','','714',0),(28421,'2020-09-12 06:38:31','imp','optin_8','7227261368','','714',0),(28422,'2020-09-12 06:38:37','imp','optin_7','7227261368','','714',0),(28423,'2020-09-12 08:00:35','imp','optin_7','mailchimp_7227261368','','714',0),(28424,'2020-09-12 08:00:41','imp','optin_5','7227261368','','714',0),(28425,'2020-09-12 08:00:53','imp','optin_8','7227261368','','714',0),(28426,'2020-09-12 08:01:06','imp','optin_7','7227261368','','714',0),(28427,'2020-09-12 12:56:33','imp','optin_7','mailchimp_7227261368','','714',0),(28428,'2020-09-12 13:47:36','imp','optin_7','mailchimp_7227261368','','714',0),(28429,'2020-09-13 03:46:44','imp','optin_7','mailchimp_7227261368','','714',0),(28430,'2020-09-13 11:04:52','imp','optin_7','mailchimp_7227261368','','714',0),(28431,'2020-09-13 11:04:52','imp','optin_5','7227261368','','714',0),(28432,'2020-09-13 15:49:16','imp','optin_7','mailchimp_7227261368','','714',0),(28433,'2020-09-13 17:08:56','imp','optin_7','mailchimp_7227261368','','714',0),(28434,'2020-09-13 17:08:58','imp','optin_5','7227261368','','714',0),(28435,'2020-09-13 17:09:16','imp','optin_8','7227261368','','714',0),(28436,'2020-09-13 17:10:48','imp','optin_7','mailchimp_7227261368','','714',0),(28437,'2020-09-13 18:13:23','imp','optin_7','mailchimp_7227261368','','714',0),(28438,'2020-09-13 18:13:36','imp','optin_8','7227261368','','714',0),(28439,'2020-09-13 18:13:46','imp','optin_7','7227261368','','714',0),(28440,'2020-09-14 03:34:06','imp','optin_7','mailchimp_7227261368','','714',0),(28441,'2020-09-14 14:20:08','imp','optin_7','mailchimp_7227261368','','714',0),(28442,'2020-09-14 14:20:26','imp','optin_8','7227261368','','714',0),(28443,'2020-09-14 14:21:10','imp','optin_5','7227261368','','714',0),(28444,'2020-09-14 14:21:23','imp','optin_7','7227261368','','714',0),(28445,'2020-09-14 18:23:42','imp','optin_7','mailchimp_7227261368','','714',0),(28446,'2020-09-14 18:24:01','imp','optin_8','7227261368','','714',0),(28447,'2020-09-14 18:30:38','imp','optin_7','7227261368','','714',0),(28448,'2020-09-14 18:51:49','imp','optin_8','7227261368','','-1',0),(28449,'2020-09-14 20:14:36','imp','optin_7','mailchimp_7227261368','','714',0),(28450,'2020-09-14 20:14:55','imp','optin_8','7227261368','','714',0),(28451,'2020-09-14 20:15:19','imp','optin_7','7227261368','','714',0),(28452,'2020-09-14 22:35:41','imp','optin_7','mailchimp_7227261368','','714',0),(28453,'2020-09-14 22:35:50','imp','optin_5','7227261368','','714',0),(28454,'2020-09-14 22:36:01','imp','optin_8','7227261368','','714',0),(28455,'2020-09-14 22:38:02','imp','optin_7','7227261368','','714',0),(28456,'2020-09-15 02:34:07','imp','optin_7','mailchimp_7227261368','','714',0),(28457,'2020-09-15 02:34:11','imp','optin_5','7227261368','','714',0),(28458,'2020-09-15 02:34:20','imp','optin_7','7227261368','','714',0),(28459,'2020-09-15 02:34:25','imp','optin_8','7227261368','','714',0),(28460,'2020-09-15 04:09:49','imp','optin_7','mailchimp_7227261368','','714',0),(28461,'2020-09-15 04:09:56','imp','optin_7','7227261368','','714',0),(28462,'2020-09-15 04:10:02','imp','optin_8','7227261368','','714',0),(28463,'2020-09-15 05:35:15','imp','optin_7','mailchimp_7227261368','','714',0),(28464,'2020-09-15 05:35:36','imp','optin_8','7227261368','','714',0),(28465,'2020-09-15 05:36:34','imp','optin_7','7227261368','','714',0),(28466,'2020-09-15 05:36:35','imp','optin_5','7227261368','','714',0),(28467,'2020-09-15 06:00:20','imp','optin_8','7227261368','','-1',0),(28468,'2020-09-15 10:42:10','imp','optin_7','mailchimp_7227261368','','714',0),(28469,'2020-09-15 10:42:10','imp','optin_5','7227261368','','714',0),(28470,'2020-09-15 10:42:29','imp','optin_8','7227261368','','714',0),(28471,'2020-09-15 10:44:01','imp','optin_7','7227261368','','714',0),(28472,'2020-09-15 16:27:12','imp','optin_7','mailchimp_7227261368','','714',0),(28473,'2020-09-15 16:27:30','imp','optin_8','7227261368','','714',0),(28474,'2020-09-15 16:31:47','imp','optin_5','7227261368','','714',0),(28475,'2020-09-15 17:52:16','imp','optin_7','mailchimp_7227261368','','714',0),(28476,'2020-09-15 17:52:16','imp','optin_5','7227261368','','714',0),(28477,'2020-09-15 17:52:22','imp','optin_7','7227261368','','714',0),(28478,'2020-09-15 17:52:22','imp','optin_8','7227261368','','714',0),(28479,'2020-09-15 20:45:30','imp','optin_7','mailchimp_7227261368','','714',0),(28480,'2020-09-15 20:45:33','imp','optin_5','7227261368','','714',0),(28481,'2020-09-15 20:45:50','imp','optin_8','7227261368','','714',0),(28482,'2020-09-15 20:46:23','imp','optin_7','7227261368','','714',0),(28483,'2020-09-15 22:30:18','imp','optin_8','7227261368','','-1',0),(28484,'2020-09-15 22:30:18','imp','optin_2','7227261368','','92',0),(28485,'2020-09-16 12:55:23','imp','optin_7','mailchimp_7227261368','','714',0),(28486,'2020-09-16 12:55:41','imp','optin_8','7227261368','','714',0),(28487,'2020-09-16 12:56:28','imp','optin_7','7227261368','','714',0),(28488,'2020-09-16 13:37:57','imp','optin_7','mailchimp_7227261368','','714',0),(28489,'2020-09-16 13:38:11','imp','optin_5','7227261368','','714',0),(28490,'2020-09-16 13:38:16','imp','optin_8','7227261368','','714',0),(28491,'2020-09-16 13:38:24','imp','optin_7','7227261368','','714',0),(28492,'2020-09-16 18:42:43','imp','optin_7','mailchimp_7227261368','','714',0),(28493,'2020-09-16 18:42:43','imp','optin_5','7227261368','','714',0),(28494,'2020-09-16 18:42:44','imp','optin_7','7227261368','','714',0),(28495,'2020-09-16 18:42:44','imp','optin_8','7227261368','','714',0),(28496,'2020-09-16 20:35:17','imp','optin_7','mailchimp_7227261368','','714',0),(28497,'2020-09-16 20:35:36','imp','optin_8','7227261368','','714',0),(28498,'2020-09-16 20:36:01','imp','optin_7','7227261368','','714',0),(28499,'2020-09-17 05:27:18','imp','optin_7','mailchimp_7227261368','','714',0),(28500,'2020-09-17 08:06:33','imp','optin_7','mailchimp_7227261368','','714',0),(28501,'2020-09-17 08:06:34','imp','optin_5','7227261368','','714',0),(28502,'2020-09-17 08:06:50','imp','optin_7','7227261368','','714',0),(28503,'2020-09-17 08:06:50','imp','optin_8','7227261368','','714',0),(28504,'2020-09-17 08:29:35','imp','optin_7','mailchimp_7227261368','','714',0),(28505,'2020-09-17 13:46:27','imp','optin_7','mailchimp_7227261368','','714',0),(28506,'2020-09-17 13:46:30','imp','optin_8','7227261368','','714',0),(28507,'2020-09-17 16:27:21','imp','optin_7','mailchimp_7227261368','','714',0),(28508,'2020-09-17 16:27:21','imp','optin_5','7227261368','','714',0),(28509,'2020-09-17 16:27:33','imp','optin_7','7227261368','','714',0),(28510,'2020-09-17 16:27:33','imp','optin_8','7227261368','','714',0),(28511,'2020-09-17 17:35:39','imp','optin_7','mailchimp_7227261368','','714',0),(28512,'2020-09-17 17:35:39','imp','optin_5','7227261368','','714',0),(28513,'2020-09-17 17:35:42','imp','optin_8','7227261368','','714',0),(28514,'2020-09-17 17:35:45','imp','optin_7','7227261368','','714',0),(28515,'2020-09-17 17:51:45','imp','optin_7','mailchimp_7227261368','','714',0),(28516,'2020-09-17 21:08:05','imp','optin_7','mailchimp_7227261368','','714',0),(28517,'2020-09-17 21:08:25','imp','optin_8','7227261368','','714',0),(28518,'2020-09-18 00:19:54','imp','optin_7','mailchimp_7227261368','','714',0),(28519,'2020-09-18 00:19:54','imp','optin_5','7227261368','','714',0),(28520,'2020-09-18 00:19:58','imp','optin_8','7227261368','','714',0),(28521,'2020-09-18 00:19:58','imp','optin_7','7227261368','','714',0),(28522,'2020-09-18 09:55:12','imp','optin_7','mailchimp_7227261368','','714',0),(28523,'2020-09-19 00:31:31','imp','optin_7','mailchimp_7227261368','','714',0),(28524,'2020-09-19 00:31:48','imp','optin_8','7227261368','','714',0),(28525,'2020-09-19 00:31:57','imp','optin_7','7227261368','','714',0),(28526,'2020-09-19 03:40:27','imp','optin_7','mailchimp_7227261368','','714',0),(28527,'2020-09-19 03:40:31','imp','optin_5','7227261368','','714',0),(28528,'2020-09-19 03:40:44','imp','optin_8','7227261368','','714',0),(28529,'2020-09-19 03:40:50','imp','optin_7','7227261368','','714',0),(28530,'2020-09-19 04:11:21','imp','optin_7','mailchimp_7227261368','','714',0),(28531,'2020-09-19 04:11:23','imp','optin_8','7227261368','','714',0),(28532,'2020-09-19 04:11:23','imp','optin_7','7227261368','','714',0),(28533,'2020-09-19 04:45:32','imp','optin_7','mailchimp_7227261368','','714',0),(28534,'2020-09-19 04:45:54','imp','optin_8','7227261368','','714',0),(28535,'2020-09-19 04:46:37','imp','optin_5','7227261368','','714',0),(28536,'2020-09-19 04:46:49','imp','optin_7','7227261368','','714',0),(28537,'2020-09-19 06:38:48','imp','optin_7','mailchimp_7227261368','','714',0),(28538,'2020-09-19 06:38:48','imp','optin_5','7227261368','','714',0),(28539,'2020-09-19 06:39:07','imp','optin_8','7227261368','','714',0),(28540,'2020-09-19 06:48:18','imp','optin_7','mailchimp_7227261368','','714',0),(28541,'2020-09-19 06:48:30','imp','optin_8','7227261368','','714',0),(28542,'2020-09-19 10:59:24','imp','optin_7','mailchimp_7227261368','','714',0),(28543,'2020-09-19 10:59:24','imp','optin_5','7227261368','','714',0),(28544,'2020-09-19 10:59:32','imp','optin_8','7227261368','','714',0),(28545,'2020-09-19 10:59:32','imp','optin_7','7227261368','','714',0),(28546,'2020-09-19 16:00:59','imp','optin_7','mailchimp_7227261368','','714',0),(28547,'2020-09-19 16:01:16','imp','optin_8','7227261368','','714',0),(28548,'2020-09-19 18:31:13','imp','optin_7','mailchimp_7227261368','','714',0),(28549,'2020-09-19 18:31:20','imp','optin_7','mailchimp_7227261368','','714',0),(28550,'2020-09-19 22:46:30','imp','optin_7','mailchimp_7227261368','','714',0),(28551,'2020-09-19 22:46:47','imp','optin_8','7227261368','','714',0),(28552,'2020-09-19 22:47:10','imp','optin_7','7227261368','','714',0),(28553,'2020-09-20 17:44:00','imp','optin_7','mailchimp_7227261368','','714',0),(28554,'2020-09-20 17:44:00','imp','optin_5','7227261368','','714',0),(28555,'2020-09-20 17:44:19','imp','optin_8','7227261368','','714',0),(28556,'2020-09-20 22:01:20','imp','optin_7','mailchimp_7227261368','','714',0),(28557,'2020-09-20 22:01:39','imp','optin_8','7227261368','','714',0),(28558,'2020-09-20 22:02:34','imp','optin_7','7227261368','','714',0),(28559,'2020-09-20 23:42:09','imp','optin_7','mailchimp_7227261368','','714',0),(28560,'2020-09-20 23:42:12','imp','optin_5','7227261368','','714',0),(28561,'2020-09-20 23:42:28','imp','optin_8','7227261368','','714',0),(28562,'2020-09-20 23:42:43','imp','optin_7','7227261368','','714',0),(28563,'2020-09-21 16:38:51','imp','optin_7','mailchimp_7227261368','','714',0),(28564,'2020-09-21 16:38:51','imp','optin_5','7227261368','','714',0),(28565,'2020-09-21 16:39:09','imp','optin_8','7227261368','','714',0),(28566,'2020-09-21 16:39:14','imp','optin_7','7227261368','','714',0),(28567,'2020-09-21 20:06:39','imp','optin_8','7227261368','','-1',0),(28568,'2020-09-22 03:44:06','imp','optin_7','mailchimp_7227261368','','714',0),(28569,'2020-09-22 03:44:14','imp','optin_8','7227261368','','714',0),(28570,'2020-09-22 05:40:33','imp','optin_7','mailchimp_7227261368','','714',0),(28571,'2020-09-22 05:40:33','imp','optin_5','7227261368','','714',0),(28572,'2020-09-22 05:40:49','imp','optin_8','7227261368','','714',0),(28573,'2020-09-22 06:12:58','imp','optin_7','mailchimp_7227261368','','714',0),(28574,'2020-09-22 06:13:11','imp','optin_8','7227261368','','714',0),(28575,'2020-09-22 06:13:23','imp','optin_7','7227261368','','714',0),(28576,'2020-09-22 06:16:57','imp','optin_5','7227261368','','714',0),(28577,'2020-09-22 16:01:34','imp','optin_7','mailchimp_7227261368','','714',0),(28578,'2020-09-22 16:01:54','imp','optin_8','7227261368','','714',0),(28579,'2020-09-22 16:01:54','imp','optin_8','7227261368','','714',0),(28580,'2020-09-22 16:02:13','imp','optin_7','7227261368','','714',0),(28581,'2020-09-22 16:02:15','imp','optin_5','7227261368','','714',0),(28582,'2020-09-22 22:03:23','imp','optin_7','mailchimp_7227261368','','714',0),(28583,'2020-09-22 22:03:43','imp','optin_8','7227261368','','714',0),(28584,'2020-09-22 22:04:14','imp','optin_5','7227261368','','714',0),(28585,'2020-09-22 22:09:24','imp','optin_7','mailchimp_7227261368','','714',0),(28586,'2020-09-23 03:37:13','imp','optin_7','mailchimp_7227261368','','714',0),(28587,'2020-09-23 03:37:13','imp','optin_5','7227261368','','714',0),(28588,'2020-09-23 03:37:18','imp','optin_7','7227261368','','714',0),(28589,'2020-09-23 03:37:18','imp','optin_8','7227261368','','714',0),(28590,'2020-09-23 21:07:14','imp','optin_7','mailchimp_7227261368','','714',0),(28591,'2020-09-23 21:07:34','imp','optin_8','7227261368','','714',0),(28592,'2020-09-23 21:08:09','imp','optin_7','7227261368','','714',0),(28593,'2020-09-23 23:00:17','imp','optin_7','mailchimp_7227261368','','714',0),(28594,'2020-09-23 23:00:22','imp','optin_8','7227261368','','714',0),(28595,'2020-09-24 00:43:32','imp','optin_7','mailchimp_7227261368','','714',0),(28596,'2020-09-24 00:43:34','imp','optin_5','7227261368','','714',0),(28597,'2020-09-24 00:43:38','imp','optin_7','7227261368','','714',0),(28598,'2020-09-24 00:43:39','imp','optin_8','7227261368','','714',0),(28599,'2020-09-24 00:59:39','imp','optin_7','mailchimp_7227261368','','714',0),(28600,'2020-09-24 00:59:46','imp','optin_8','7227261368','','714',0),(28601,'2020-09-24 04:11:34','imp','optin_7','mailchimp_7227261368','','714',0),(28602,'2020-09-24 05:11:37','imp','optin_7','mailchimp_7227261368','','714',0),(28603,'2020-09-24 05:11:56','imp','optin_8','7227261368','','714',0),(28604,'2020-09-24 05:12:38','imp','optin_7','7227261368','','714',0),(28605,'2020-09-24 06:33:20','imp','optin_7','mailchimp_7227261368','','714',0),(28606,'2020-09-24 06:33:40','imp','optin_8','7227261368','','714',0),(28607,'2020-09-24 06:33:56','imp','optin_5','7227261368','','714',0),(28608,'2020-09-24 06:34:13','imp','optin_7','7227261368','','714',0),(28609,'2020-09-24 09:31:12','imp','optin_7','mailchimp_7227261368','','714',0),(28610,'2020-09-24 09:31:13','imp','optin_5','7227261368','','714',0),(28611,'2020-09-24 09:31:18','imp','optin_8','7227261368','','714',0),(28612,'2020-09-24 09:31:18','imp','optin_7','7227261368','','714',0),(28613,'2020-09-25 00:10:35','imp','optin_7','mailchimp_7227261368','','714',0),(28614,'2020-09-25 00:10:35','imp','optin_5','7227261368','','714',0),(28615,'2020-09-25 00:10:55','imp','optin_7','7227261368','','714',0),(28616,'2020-09-25 00:10:55','imp','optin_8','7227261368','','714',0),(28617,'2020-09-25 02:47:27','imp','optin_7','mailchimp_7227261368','','714',0),(28618,'2020-09-25 02:47:47','imp','optin_8','7227261368','','714',0),(28619,'2020-09-25 02:48:49','imp','optin_7','7227261368','','714',0),(28620,'2020-09-25 07:33:11','imp','optin_7','mailchimp_7227261368','','714',0),(28621,'2020-09-25 07:33:13','imp','optin_5','7227261368','','714',0),(28622,'2020-09-25 07:33:25','imp','optin_8','7227261368','','714',0),(28623,'2020-09-25 07:33:25','imp','optin_7','7227261368','','714',0),(28624,'2020-09-25 07:33:34','imp','optin_5','7227261368','','714',0),(28625,'2020-09-25 07:33:34','imp','optin_7','mailchimp_7227261368','','714',0),(28626,'2020-09-25 07:33:54','imp','optin_8','7227261368','','714',0),(28627,'2020-09-25 07:34:00','imp','optin_7','7227261368','','714',0),(28628,'2020-09-25 09:07:52','imp','optin_7','mailchimp_7227261368','','714',0),(28629,'2020-09-25 13:47:42','imp','optin_7','mailchimp_7227261368','','714',0),(28630,'2020-09-25 15:28:40','imp','optin_8','7227261368','','-1',0),(28631,'2020-09-25 16:39:30','imp','optin_7','mailchimp_7227261368','','714',0),(28632,'2020-09-25 16:39:51','imp','optin_8','7227261368','','714',0),(28633,'2020-09-25 16:41:32','imp','optin_5','7227261368','','714',0),(28634,'2020-09-25 16:41:41','imp','optin_7','7227261368','','714',0),(28635,'2020-09-25 17:32:31','imp','optin_7','mailchimp_7227261368','','714',0),(28636,'2020-09-25 17:32:51','imp','optin_8','7227261368','','714',0),(28637,'2020-09-25 19:01:12','imp','optin_5','7227261368','','714',0),(28638,'2020-09-25 19:01:23','imp','optin_7','7227261368','','714',0),(28639,'2020-09-25 22:06:03','imp','optin_7','mailchimp_7227261368','','714',0),(28640,'2020-09-25 22:06:20','imp','optin_8','7227261368','','714',0),(28641,'2020-09-25 22:06:28','imp','optin_7','7227261368','','714',0),(28642,'2020-09-25 22:46:51','imp','optin_7','mailchimp_7227261368','','714',0),(28643,'2020-09-25 22:46:52','imp','optin_5','7227261368','','714',0),(28644,'2020-09-25 22:47:11','imp','optin_8','7227261368','','714',0),(28645,'2020-09-25 22:47:29','imp','optin_7','7227261368','','714',0),(28646,'2020-09-26 06:29:54','imp','optin_7','mailchimp_7227261368','','714',0),(28647,'2020-09-26 06:30:00','imp','optin_8','7227261368','','714',0),(28648,'2020-09-26 06:30:13','imp','optin_7','7227261368','','714',0),(28649,'2020-09-26 11:03:49','imp','optin_7','mailchimp_7227261368','','714',0),(28650,'2020-09-26 21:00:56','imp','optin_7','mailchimp_7227261368','','714',0),(28651,'2020-09-26 21:01:17','imp','optin_8','7227261368','','714',0),(28652,'2020-09-26 21:02:48','imp','optin_7','7227261368','','714',0),(28653,'2020-09-26 21:02:57','imp','optin_5','7227261368','','714',0),(28654,'2020-09-27 02:44:21','imp','optin_7','mailchimp_7227261368','','714',0),(28655,'2020-09-27 02:44:40','imp','optin_8','7227261368','','714',0),(28656,'2020-09-27 02:44:41','imp','optin_8','7227261368','','714',0),(28657,'2020-09-27 02:45:08','imp','optin_7','7227261368','','714',0),(28658,'2020-09-27 03:37:22','imp','optin_7','mailchimp_7227261368','','714',0),(28659,'2020-09-27 03:37:41','imp','optin_8','7227261368','','714',0),(28660,'2020-09-27 03:37:52','imp','optin_7','7227261368','','714',0),(28661,'2020-09-27 03:37:54','imp','optin_5','7227261368','','714',0),(28662,'2020-09-27 11:55:52','imp','optin_8','7227261368','','926',0),(28663,'2020-09-27 11:55:52','imp','optin_5','7227261368','','926',0),(28664,'2020-09-27 12:58:21','imp','optin_7','mailchimp_7227261368','','714',0),(28665,'2020-09-27 12:58:22','imp','optin_5','7227261368','','714',0),(28666,'2020-09-27 12:58:41','imp','optin_8','7227261368','','714',0),(28667,'2020-09-27 22:17:34','imp','optin_7','mailchimp_7227261368','','714',0),(28668,'2020-09-27 22:17:34','imp','optin_7','mailchimp_7227261368','','714',0),(28669,'2020-09-27 22:29:35','imp','optin_8','7227261368','','714',0),(28670,'2020-09-28 04:38:44','imp','optin_7','mailchimp_7227261368','','714',0),(28671,'2020-09-28 04:38:45','imp','optin_5','7227261368','','714',0),(28672,'2020-09-28 07:27:57','imp','optin_7','mailchimp_7227261368','','714',0),(28673,'2020-09-28 07:27:58','imp','optin_5','7227261368','','714',0),(28674,'2020-09-28 07:28:12','imp','optin_7','7227261368','','714',0),(28675,'2020-09-28 07:28:12','imp','optin_8','7227261368','','714',0),(28676,'2020-09-28 08:51:45','imp','optin_7','mailchimp_7227261368','','714',0),(28677,'2020-09-28 08:51:45','imp','optin_5','7227261368','','714',0),(28678,'2020-09-28 08:51:49','imp','optin_7','7227261368','','714',0),(28679,'2020-09-28 08:51:49','imp','optin_8','7227261368','','714',0),(28680,'2020-09-28 19:03:34','imp','optin_8','7227261368','','-1',0),(28681,'2020-09-29 01:49:12','imp','optin_7','mailchimp_7227261368','','714',0),(28682,'2020-09-29 01:49:23','imp','optin_8','7227261368','','714',0),(28683,'2020-09-29 01:49:34','imp','optin_7','7227261368','','714',0),(28684,'2020-09-29 04:47:01','imp','optin_7','mailchimp_7227261368','','714',0),(28685,'2020-09-29 04:47:19','imp','optin_8','7227261368','','714',0),(28686,'2020-09-29 04:47:28','imp','optin_5','7227261368','','714',0),(28687,'2020-09-29 04:48:27','imp','optin_7','7227261368','','714',0),(28688,'2020-09-29 05:47:15','imp','optin_7','mailchimp_7227261368','','714',0),(28689,'2020-09-29 05:47:35','imp','optin_8','7227261368','','714',0),(28690,'2020-09-29 05:47:44','imp','optin_7','7227261368','','714',0),(28691,'2020-09-29 07:20:06','imp','optin_7','mailchimp_7227261368','','714',0),(28692,'2020-09-29 07:20:27','imp','optin_8','7227261368','','714',0),(28693,'2020-09-29 07:22:08','imp','optin_5','7227261368','','714',0),(28694,'2020-09-29 07:22:16','imp','optin_7','7227261368','','714',0),(28695,'2020-09-29 10:03:27','imp','optin_7','mailchimp_7227261368','','714',0),(28696,'2020-09-29 10:03:39','imp','optin_5','7227261368','','714',0),(28697,'2020-09-29 10:03:46','imp','optin_8','7227261368','','714',0),(28698,'2020-09-29 10:03:51','imp','optin_7','7227261368','','714',0),(28699,'2020-09-29 11:16:11','imp','optin_7','mailchimp_7227261368','','714',0),(28700,'2020-09-29 11:16:32','imp','optin_8','7227261368','','714',0),(28701,'2020-09-29 11:19:08','imp','optin_5','7227261368','','714',0),(28702,'2020-09-29 11:19:19','imp','optin_7','7227261368','','714',0),(28703,'2020-09-29 15:00:17','imp','optin_7','mailchimp_7227261368','','714',0),(28704,'2020-09-29 15:00:28','imp','optin_8','7227261368','','714',0),(28705,'2020-09-29 15:00:50','imp','optin_7','7227261368','','714',0),(28706,'2020-09-29 17:26:30','imp','optin_7','mailchimp_7227261368','','714',0),(28707,'2020-09-30 00:33:17','imp','optin_7','mailchimp_7227261368','','714',0),(28708,'2020-09-30 00:33:37','imp','optin_8','7227261368','','714',0),(28709,'2020-09-30 00:34:51','imp','optin_7','7227261368','','714',0),(28710,'2020-09-30 04:49:15','imp','optin_7','mailchimp_7227261368','','714',0),(28711,'2020-09-30 04:49:34','imp','optin_8','7227261368','','714',0),(28712,'2020-09-30 04:51:36','imp','optin_7','mailchimp_7227261368','','714',0),(28713,'2020-09-30 04:51:36','imp','optin_5','7227261368','','714',0),(28714,'2020-09-30 04:51:56','imp','optin_8','7227261368','','714',0),(28715,'2020-09-30 04:52:18','imp','optin_7','7227261368','','714',0),(28716,'2020-09-30 05:23:55','imp','optin_8','7227261368','','-1',0),(28717,'2020-09-30 07:00:12','imp','optin_7','mailchimp_7227261368','','714',0),(28718,'2020-09-30 08:30:15','imp','optin_7','mailchimp_7227261368','','714',0),(28719,'2020-09-30 08:30:16','imp','optin_5','7227261368','','714',0),(28720,'2020-09-30 10:13:00','imp','optin_7','mailchimp_7227261368','','714',0),(28721,'2020-09-30 10:13:17','imp','optin_8','7227261368','','714',0),(28722,'2020-09-30 10:20:34','imp','optin_7','mailchimp_7227261368','','714',0),(28723,'2020-09-30 10:20:42','imp','optin_5','7227261368','','714',0),(28724,'2020-09-30 10:20:45','imp','optin_8','7227261368','','714',0),(28725,'2020-09-30 10:20:50','imp','optin_7','7227261368','','714',0),(28726,'2020-09-30 14:25:32','imp','optin_7','mailchimp_7227261368','','714',0),(28727,'2020-09-30 14:25:45','imp','optin_8','7227261368','','714',0),(28728,'2020-09-30 17:07:59','imp','optin_8','7227261368','','-1',0),(28729,'2020-10-01 01:54:25','imp','optin_8','7227261368','','-1',0),(28730,'2020-10-01 01:54:34','imp','optin_2','7227261368','','92',0),(28731,'2020-10-01 07:38:22','imp','optin_7','mailchimp_7227261368','','714',0),(28732,'2020-10-01 07:38:22','imp','optin_5','7227261368','','714',0),(28733,'2020-10-01 07:38:37','imp','optin_8','7227261368','','714',0),(28734,'2020-10-01 07:38:37','imp','optin_7','7227261368','','714',0),(28735,'2020-10-01 11:13:49','imp','optin_7','mailchimp_7227261368','','714',0),(28736,'2020-10-01 11:14:08','imp','optin_8','7227261368','','714',0),(28737,'2020-10-01 11:15:22','imp','optin_7','7227261368','','714',0),(28738,'2020-10-01 12:42:32','imp','optin_7','mailchimp_7227261368','','714',0),(28739,'2020-10-01 13:47:03','imp','optin_7','mailchimp_7227261368','','714',0),(28740,'2020-10-01 14:06:28','imp','optin_7','mailchimp_7227261368','','714',0),(28741,'2020-10-01 15:12:08','imp','optin_8','7227261368','','-1',0),(28742,'2020-10-01 20:12:12','imp','optin_7','mailchimp_7227261368','','714',0),(28743,'2020-10-01 20:12:18','imp','optin_8','7227261368','','714',0),(28744,'2020-10-01 20:12:19','imp','optin_7','7227261368','','714',0),(28745,'2020-10-02 00:01:25','imp','optin_7','mailchimp_7227261368','','714',0),(28746,'2020-10-02 00:01:29','imp','optin_5','7227261368','','714',0),(28747,'2020-10-02 00:01:43','imp','optin_8','7227261368','','714',0),(28748,'2020-10-02 00:01:59','imp','optin_7','7227261368','','714',0),(28749,'2020-10-02 00:49:32','imp','optin_7','mailchimp_7227261368','','714',0),(28750,'2020-10-02 00:49:32','imp','optin_5','7227261368','','714',0),(28751,'2020-10-02 03:15:09','imp','optin_7','mailchimp_7227261368','','714',0),(28752,'2020-10-02 03:15:19','imp','optin_8','7227261368','','714',0),(28753,'2020-10-02 05:18:24','imp','optin_7','mailchimp_7227261368','','714',0),(28754,'2020-10-02 05:18:24','imp','optin_5','7227261368','','714',0),(28755,'2020-10-02 05:18:43','imp','optin_8','7227261368','','714',0),(28756,'2020-10-02 06:18:05','imp','optin_7','mailchimp_7227261368','','714',0),(28757,'2020-10-02 06:18:05','imp','optin_5','7227261368','','714',0),(28758,'2020-10-02 06:18:16','imp','optin_8','7227261368','','714',0),(28759,'2020-10-02 06:18:16','imp','optin_7','7227261368','','714',0),(28760,'2020-10-02 07:59:04','imp','optin_7','mailchimp_7227261368','','714',0),(28761,'2020-10-02 09:33:30','imp','optin_7','mailchimp_7227261368','','714',0),(28762,'2020-10-02 18:19:01','imp','optin_7','mailchimp_7227261368','','714',0),(28763,'2020-10-02 20:43:04','imp','optin_7','mailchimp_7227261368','','714',0),(28764,'2020-10-03 01:13:37','imp','optin_5','7227261368','','714',0),(28765,'2020-10-03 01:13:37','imp','optin_7','mailchimp_7227261368','','714',0),(28766,'2020-10-03 01:13:56','imp','optin_8','7227261368','','714',0),(28767,'2020-10-03 01:27:46','imp','optin_7','mailchimp_7227261368','','714',0),(28768,'2020-10-03 01:27:57','imp','optin_8','7227261368','','714',0),(28769,'2020-10-03 01:28:02','imp','optin_7','7227261368','','714',0),(28770,'2020-10-03 02:25:34','imp','optin_8','7227261368','','192',0),(28771,'2020-10-03 03:20:42','imp','optin_7','mailchimp_7227261368','','714',0),(28772,'2020-10-03 05:00:44','imp','optin_7','mailchimp_7227261368','','714',0),(28773,'2020-10-03 05:00:44','imp','optin_5','7227261368','','714',0),(28774,'2020-10-03 05:01:01','imp','optin_8','7227261368','','714',0),(28775,'2020-10-03 05:01:14','imp','optin_7','7227261368','','714',0),(28776,'2020-10-03 10:26:18','imp','optin_7','mailchimp_7227261368','','714',0),(28777,'2020-10-03 16:46:34','imp','optin_7','mailchimp_7227261368','','714',0),(28778,'2020-10-03 16:46:52','imp','optin_8','7227261368','','714',0),(28779,'2020-10-03 16:46:53','imp','optin_8','7227261368','','714',0),(28780,'2020-10-03 21:25:40','imp','optin_7','mailchimp_7227261368','','714',0),(28781,'2020-10-03 21:25:40','imp','optin_5','7227261368','','714',0),(28782,'2020-10-03 21:25:59','imp','optin_8','7227261368','','714',0),(28783,'2020-10-03 21:26:33','imp','optin_7','7227261368','','714',0),(28784,'2020-10-04 00:15:25','imp','optin_5','7227261368','','714',0),(28785,'2020-10-04 00:15:25','imp','optin_7','mailchimp_7227261368','','714',0),(28786,'2020-10-04 00:15:41','imp','optin_7','7227261368','','714',0),(28787,'2020-10-04 00:15:41','imp','optin_8','7227261368','','714',0),(28788,'2020-10-04 03:43:29','imp','optin_7','mailchimp_7227261368','','714',0),(28789,'2020-10-04 03:43:44','imp','optin_8','7227261368','','714',0),(28790,'2020-10-04 03:44:13','imp','optin_7','7227261368','','714',0),(28791,'2020-10-04 05:07:32','imp','optin_7','mailchimp_7227261368','','714',0),(28792,'2020-10-04 07:57:48','imp','optin_7','mailchimp_7227261368','','714',0),(28793,'2020-10-04 09:33:06','imp','optin_2','7227261368','','92',0),(28794,'2020-10-04 09:33:06','imp','optin_8','7227261368','','-1',0),(28795,'2020-10-04 10:35:51','imp','optin_7','mailchimp_7227261368','','714',0),(28796,'2020-10-04 10:35:51','imp','optin_5','7227261368','','714',0),(28797,'2020-10-04 10:36:11','imp','optin_8','7227261368','','714',0),(28798,'2020-10-04 10:36:25','imp','optin_7','7227261368','','714',0),(28799,'2020-10-04 13:54:02','imp','optin_7','mailchimp_7227261368','','714',0),(28800,'2020-10-04 14:38:54','imp','optin_7','mailchimp_7227261368','','714',0),(28801,'2020-10-04 14:39:14','imp','optin_8','7227261368','','714',0),(28802,'2020-10-04 14:40:45','imp','optin_7','7227261368','','714',0),(28803,'2020-10-04 14:40:51','imp','optin_5','7227261368','','714',0),(28804,'2020-10-04 17:02:12','imp','optin_7','mailchimp_7227261368','','714',0),(28805,'2020-10-04 17:02:33','imp','optin_8','7227261368','','714',0),(28806,'2020-10-04 17:02:41','imp','optin_5','7227261368','','714',0),(28807,'2020-10-04 17:03:04','imp','optin_7','7227261368','','714',0),(28808,'2020-10-04 20:28:51','imp','optin_7','mailchimp_7227261368','','714',0),(28809,'2020-10-04 23:25:12','imp','optin_7','mailchimp_7227261368','','714',0),(28810,'2020-10-05 07:49:09','imp','optin_7','mailchimp_7227261368','','714',0),(28811,'2020-10-05 07:49:27','imp','optin_8','7227261368','','714',0),(28812,'2020-10-05 08:25:20','imp','optin_7','mailchimp_7227261368','','714',0),(28813,'2020-10-05 08:25:20','imp','optin_5','7227261368','','714',0),(28814,'2020-10-05 08:25:28','imp','optin_8','7227261368','','714',0),(28815,'2020-10-05 08:25:38','imp','optin_7','7227261368','','714',0),(28816,'2020-10-05 10:06:06','imp','optin_7','mailchimp_7227261368','','714',0),(28817,'2020-10-05 10:06:26','imp','optin_8','7227261368','','714',0),(28818,'2020-10-05 10:06:46','imp','optin_5','7227261368','','714',0),(28819,'2020-10-05 10:07:12','imp','optin_7','7227261368','','714',0),(28820,'2020-10-05 11:11:38','imp','optin_7','mailchimp_7227261368','','714',0),(28821,'2020-10-05 11:11:38','imp','optin_7','mailchimp_7227261368','','714',0),(28822,'2020-10-05 15:56:29','imp','optin_7','mailchimp_7227261368','','714',0),(28823,'2020-10-05 16:04:25','imp','optin_7','mailchimp_7227261368','','714',0),(28824,'2020-10-05 16:04:26','imp','optin_5','7227261368','','714',0),(28825,'2020-10-05 16:04:45','imp','optin_8','7227261368','','714',0),(28826,'2020-10-05 16:04:55','imp','optin_7','7227261368','','714',0),(28827,'2020-10-05 18:34:27','imp','optin_8','7227261368','','-1',0),(28828,'2020-10-05 19:46:51','imp','optin_8','7227261368','','-1',0),(28829,'2020-10-05 19:54:26','imp','optin_7','mailchimp_7227261368','','714',0),(28830,'2020-10-05 19:54:26','imp','optin_5','7227261368','','714',0),(28831,'2020-10-05 19:54:29','imp','optin_7','7227261368','','714',0),(28832,'2020-10-05 19:54:30','imp','optin_8','7227261368','','714',0),(28833,'2020-10-05 23:58:48','imp','optin_7','mailchimp_7227261368','','714',0),(28834,'2020-10-05 23:59:07','imp','optin_8','7227261368','','714',0),(28835,'2020-10-06 01:59:32','imp','optin_7','mailchimp_7227261368','','714',0),(28836,'2020-10-06 01:59:33','imp','optin_5','7227261368','','714',0),(28837,'2020-10-06 02:05:04','imp','optin_7','mailchimp_7227261368','','714',0),(28838,'2020-10-06 02:05:24','imp','optin_8','7227261368','','714',0),(28839,'2020-10-06 02:05:46','imp','optin_5','7227261368','','714',0),(28840,'2020-10-06 02:05:56','imp','optin_7','7227261368','','714',0),(28841,'2020-10-06 06:30:16','imp','optin_8','7227261368','','-1',0),(28842,'2020-10-06 07:10:06','imp','optin_7','mailchimp_7227261368','','714',0),(28843,'2020-10-06 07:41:21','imp','optin_7','mailchimp_7227261368','','714',0),(28844,'2020-10-06 07:41:39','imp','optin_5','7227261368','','714',0),(28845,'2020-10-06 07:41:41','imp','optin_8','7227261368','','714',0),(28846,'2020-10-06 07:50:55','imp','optin_7','mailchimp_7227261368','','714',0),(28847,'2020-10-06 07:51:01','imp','optin_8','7227261368','','714',0),(28848,'2020-10-06 07:51:15','imp','optin_7','7227261368','','714',0),(28849,'2020-10-06 09:43:49','imp','optin_7','mailchimp_7227261368','','714',0),(28850,'2020-10-06 09:43:52','imp','optin_8','7227261368','','714',0),(28851,'2020-10-06 09:43:55','imp','optin_7','7227261368','','714',0),(28852,'2020-10-07 00:04:10','imp','optin_7','mailchimp_7227261368','','714',0),(28853,'2020-10-07 00:04:34','imp','optin_8','7227261368','','714',0),(28854,'2020-10-07 00:04:38','imp','optin_7','7227261368','','714',0),(28855,'2020-10-07 06:15:13','imp','optin_7','mailchimp_7227261368','','714',0),(28856,'2020-10-07 06:15:14','imp','optin_5','7227261368','','714',0),(28857,'2020-10-07 06:15:32','imp','optin_8','7227261368','','714',0),(28858,'2020-10-07 06:15:37','imp','optin_7','7227261368','','714',0),(28859,'2020-10-07 07:52:42','imp','optin_7','mailchimp_7227261368','','714',0),(28860,'2020-10-07 07:53:02','imp','optin_8','7227261368','','714',0),(28861,'2020-10-07 07:53:07','imp','optin_7','7227261368','','714',0),(28862,'2020-10-07 08:20:30','imp','optin_7','mailchimp_7227261368','','714',0),(28863,'2020-10-07 10:36:50','imp','optin_7','mailchimp_7227261368','','714',0),(28864,'2020-10-07 10:37:10','imp','optin_8','7227261368','','714',0),(28865,'2020-10-07 10:59:51','imp','optin_7','mailchimp_7227261368','','714',0),(28866,'2020-10-07 11:00:11','imp','optin_8','7227261368','','714',0),(28867,'2020-10-07 11:00:19','imp','optin_7','7227261368','','714',0),(28868,'2020-10-07 15:01:12','imp','optin_7','mailchimp_7227261368','','714',0),(28869,'2020-10-07 15:01:22','imp','optin_8','7227261368','','714',0),(28870,'2020-10-07 15:01:31','imp','optin_7','7227261368','','714',0),(28871,'2020-10-07 17:17:13','imp','optin_7','mailchimp_7227261368','','714',0),(28872,'2020-10-07 17:17:32','imp','optin_8','7227261368','','714',0),(28873,'2020-10-07 22:09:45','imp','optin_7','mailchimp_7227261368','','714',0),(28874,'2020-10-07 22:09:45','imp','optin_5','7227261368','','714',0),(28875,'2020-10-07 22:10:04','imp','optin_7','7227261368','','714',0),(28876,'2020-10-07 22:10:04','imp','optin_8','7227261368','','714',0),(28877,'2020-10-08 00:33:21','imp','optin_7','mailchimp_7227261368','','714',0),(28878,'2020-10-08 00:33:21','imp','optin_8','7227261368','','714',0),(28879,'2020-10-08 00:33:22','imp','optin_7','7227261368','','714',0),(28880,'2020-10-08 00:33:25','imp','optin_5','7227261368','','714',0),(28881,'2020-10-08 00:43:31','imp','optin_7','mailchimp_7227261368','','714',0),(28882,'2020-10-08 00:56:27','imp','optin_7','mailchimp_7227261368','','714',0),(28883,'2020-10-08 05:07:56','imp','optin_7','mailchimp_7227261368','','714',0),(28884,'2020-10-08 06:30:16','imp','optin_5','7227261368','','714',0),(28885,'2020-10-08 06:30:16','imp','optin_7','mailchimp_7227261368','','714',0),(28886,'2020-10-08 06:30:36','imp','optin_8','7227261368','','714',0),(28887,'2020-10-08 11:14:14','imp','optin_7','mailchimp_7227261368','','714',0),(28888,'2020-10-08 11:14:30','imp','optin_8','7227261368','','714',0),(28889,'2020-10-08 15:38:58','imp','optin_7','mailchimp_7227261368','','714',0),(28890,'2020-10-08 23:57:06','imp','optin_7','mailchimp_7227261368','','714',0),(28891,'2020-10-08 23:57:09','imp','optin_5','7227261368','','714',0),(28892,'2020-10-08 23:57:25','imp','optin_8','7227261368','','714',0),(28893,'2020-10-08 23:57:33','imp','optin_7','7227261368','','714',0),(28894,'2020-10-09 12:15:01','imp','optin_7','mailchimp_7227261368','','714',0),(28895,'2020-10-09 15:10:11','imp','optin_7','mailchimp_7227261368','','714',0),(28896,'2020-10-09 21:29:30','imp','optin_7','mailchimp_7227261368','','714',0),(28897,'2020-10-10 04:48:57','imp','optin_7','mailchimp_7227261368','','714',0),(28898,'2020-10-10 04:49:10','imp','optin_8','7227261368','','714',0),(28899,'2020-10-10 04:49:51','imp','optin_7','7227261368','','714',0),(28900,'2020-10-10 05:58:52','imp','optin_7','mailchimp_7227261368','','714',0),(28901,'2020-10-10 10:18:06','imp','optin_7','mailchimp_7227261368','','714',0),(28902,'2020-10-10 10:18:15','imp','optin_8','7227261368','','714',0),(28903,'2020-10-10 10:19:11','imp','optin_7','7227261368','','714',0),(28904,'2020-10-10 13:56:33','imp','optin_7','mailchimp_7227261368','','714',0),(28905,'2020-10-10 13:56:44','imp','optin_5','7227261368','','714',0),(28906,'2020-10-10 13:56:52','imp','optin_8','7227261368','','714',0),(28907,'2020-10-10 13:57:39','imp','optin_7','7227261368','','714',0),(28908,'2020-10-10 17:06:15','imp','optin_7','mailchimp_7227261368','','714',0),(28909,'2020-10-10 17:34:21','imp','optin_7','mailchimp_7227261368','','714',0),(28910,'2020-10-10 17:34:41','imp','optin_8','7227261368','','714',0),(28911,'2020-10-10 17:36:50','imp','optin_7','7227261368','','714',0),(28912,'2020-10-10 19:00:12','imp','optin_8','7227261368','','-1',0),(28913,'2020-10-10 19:00:40','con','optin_8','mailchimp_7227261368','','-1',0),(28914,'2020-10-10 19:00:45','imp','optin_2','7227261368','','92',0),(28915,'2020-10-11 01:41:15','imp','optin_7','mailchimp_7227261368','','714',0),(28916,'2020-10-11 07:09:48','imp','optin_7','mailchimp_7227261368','','714',0),(28917,'2020-10-11 11:17:09','imp','optin_7','mailchimp_7227261368','','714',0),(28918,'2020-10-11 14:15:55','imp','optin_7','mailchimp_7227261368','','714',0),(28919,'2020-10-11 14:16:15','imp','optin_8','7227261368','','714',0),(28920,'2020-10-11 14:16:31','imp','optin_7','7227261368','','714',0),(28921,'2020-10-11 16:02:42','imp','optin_7','mailchimp_7227261368','','714',0),(28922,'2020-10-11 18:14:26','imp','optin_7','mailchimp_7227261368','','714',0),(28923,'2020-10-11 18:14:46','imp','optin_8','7227261368','','714',0),(28924,'2020-10-11 18:15:28','imp','optin_7','7227261368','','714',0),(28925,'2020-10-11 18:45:09','imp','optin_7','mailchimp_7227261368','','714',0),(28926,'2020-10-11 19:22:37','imp','optin_8','7227261368','','926',0),(28927,'2020-10-11 19:22:38','imp','optin_5','7227261368','','926',0),(28928,'2020-10-11 23:27:36','imp','optin_5','7227261368','','714',0),(28929,'2020-10-11 23:27:36','imp','optin_7','mailchimp_7227261368','','714',0),(28930,'2020-10-11 23:27:50','imp','optin_8','7227261368','','714',0),(28931,'2020-10-11 23:27:52','imp','optin_7','7227261368','','714',0),(28932,'2020-10-12 01:28:21','imp','optin_7','mailchimp_7227261368','','714',0),(28933,'2020-10-12 04:41:40','imp','optin_7','mailchimp_7227261368','','714',0),(28934,'2020-10-12 04:41:57','imp','optin_8','7227261368','','714',0),(28935,'2020-10-12 04:42:07','imp','optin_7','7227261368','','714',0),(28936,'2020-10-12 07:06:05','imp','optin_7','mailchimp_7227261368','','714',0),(28937,'2020-10-12 07:06:06','imp','optin_5','7227261368','','714',0),(28938,'2020-10-12 08:16:06','imp','optin_7','mailchimp_7227261368','','714',0),(28939,'2020-10-12 08:16:26','imp','optin_8','7227261368','','714',0),(28940,'2020-10-12 08:16:39','imp','optin_7','7227261368','','714',0),(28941,'2020-10-12 10:41:19','imp','optin_7','mailchimp_7227261368','','714',0),(28942,'2020-10-12 10:41:29','imp','optin_8','7227261368','','714',0),(28943,'2020-10-12 10:41:32','imp','optin_7','7227261368','','714',0),(28944,'2020-10-12 19:45:08','imp','optin_8','7227261368','','-1',0),(28945,'2020-10-12 23:42:01','imp','optin_7','mailchimp_7227261368','','714',0),(28946,'2020-10-12 23:42:01','imp','optin_5','7227261368','','714',0),(28947,'2020-10-13 00:37:21','imp','optin_7','mailchimp_7227261368','','714',0),(28948,'2020-10-13 00:37:40','imp','optin_8','7227261368','','714',0),(28949,'2020-10-13 01:27:07','imp','optin_7','7227261368','','714',0),(28950,'2020-10-13 01:27:09','imp','optin_5','7227261368','','714',0),(28951,'2020-10-13 05:34:58','imp','optin_5','7227261368','','714',0),(28952,'2020-10-13 05:34:58','imp','optin_7','mailchimp_7227261368','','714',0),(28953,'2020-10-13 05:35:14','imp','optin_8','7227261368','','714',0),(28954,'2020-10-13 05:35:17','imp','optin_7','7227261368','','714',0),(28955,'2020-10-13 07:20:06','imp','optin_7','mailchimp_7227261368','','714',0),(28956,'2020-10-13 07:20:10','imp','optin_5','7227261368','','714',0),(28957,'2020-10-13 09:39:26','imp','optin_7','mailchimp_7227261368','','714',0),(28958,'2020-10-13 09:39:46','imp','optin_8','7227261368','','714',0),(28959,'2020-10-13 11:46:37','imp','optin_7','mailchimp_7227261368','','714',0),(28960,'2020-10-13 11:46:55','imp','optin_8','7227261368','','714',0),(28961,'2020-10-13 11:49:44','imp','optin_7','7227261368','','714',0),(28962,'2020-10-13 17:08:14','imp','optin_7','mailchimp_7227261368','','714',0),(28963,'2020-10-13 17:08:33','imp','optin_8','7227261368','','714',0),(28964,'2020-10-13 17:10:45','imp','optin_5','7227261368','','714',0),(28965,'2020-10-13 18:43:15','imp','optin_8','7227261368','','-1',0),(28966,'2020-10-14 05:10:47','imp','optin_7','mailchimp_7227261368','','714',0),(28967,'2020-10-14 05:11:01','imp','optin_8','7227261368','','714',0),(28968,'2020-10-14 05:11:17','imp','optin_7','7227261368','','714',0),(28969,'2020-10-14 07:43:33','imp','optin_7','mailchimp_7227261368','','714',0),(28970,'2020-10-14 07:43:53','imp','optin_8','7227261368','','714',0),(28971,'2020-10-14 07:59:15','imp','optin_7','mailchimp_7227261368','','714',0),(28972,'2020-10-14 07:59:16','imp','optin_5','7227261368','','714',0),(28973,'2020-10-14 07:59:23','imp','optin_7','7227261368','','714',0),(28974,'2020-10-14 07:59:23','imp','optin_8','7227261368','','714',0),(28975,'2020-10-14 08:23:45','imp','optin_7','mailchimp_7227261368','','714',0),(28976,'2020-10-14 08:23:46','imp','optin_5','7227261368','','714',0),(28977,'2020-10-14 08:24:05','imp','optin_8','7227261368','','714',0),(28978,'2020-10-14 08:24:16','imp','optin_7','7227261368','','714',0),(28979,'2020-10-14 10:35:13','imp','optin_7','mailchimp_7227261368','','714',0),(28980,'2020-10-14 10:35:13','imp','optin_5','7227261368','','714',0),(28981,'2020-10-14 10:35:28','imp','optin_7','7227261368','','714',0),(28982,'2020-10-14 10:35:32','imp','optin_8','7227261368','','714',0),(28983,'2020-10-14 10:35:33','imp','optin_8','7227261368','','714',0),(28984,'2020-10-14 10:41:22','imp','optin_7','mailchimp_7227261368','','714',0),(28985,'2020-10-14 10:41:41','imp','optin_8','7227261368','','714',0),(28986,'2020-10-14 10:41:41','imp','optin_8','7227261368','','714',0),(28987,'2020-10-14 10:41:50','imp','optin_7','7227261368','','714',0),(28988,'2020-10-14 21:07:41','imp','optin_7','mailchimp_7227261368','','714',0),(28989,'2020-10-15 12:25:13','imp','optin_7','mailchimp_7227261368','','714',0),(28990,'2020-10-15 12:25:31','imp','optin_8','7227261368','','714',0),(28991,'2020-10-15 16:51:13','imp','optin_7','mailchimp_7227261368','','714',0),(28992,'2020-10-15 16:51:13','imp','optin_5','7227261368','','714',0),(28993,'2020-10-15 16:51:30','imp','optin_7','7227261368','','714',0),(28994,'2020-10-15 16:51:30','imp','optin_8','7227261368','','714',0),(28995,'2020-10-15 18:32:35','imp','optin_7','mailchimp_7227261368','','714',0),(28996,'2020-10-15 18:37:04','imp','optin_7','mailchimp_7227261368','','714',0),(28997,'2020-10-15 18:37:08','imp','optin_7','7227261368','','714',0),(28998,'2020-10-15 18:37:09','imp','optin_8','7227261368','','714',0),(28999,'2020-10-15 19:03:06','imp','optin_7','mailchimp_7227261368','','714',0),(29000,'2020-10-15 19:03:26','imp','optin_8','7227261368','','714',0),(29001,'2020-10-15 19:22:10','imp','optin_8','7227261368','','698',0),(29002,'2020-10-15 19:22:50','imp','optin_5','7227261368','','698',0),(29003,'2020-10-15 20:29:21','imp','optin_5','7227261368','','714',0),(29004,'2020-10-15 20:31:08','imp','optin_7','7227261368','','714',0),(29005,'2020-10-15 21:56:03','imp','optin_7','mailchimp_7227261368','','714',0),(29006,'2020-10-15 21:56:04','imp','optin_5','7227261368','','714',0),(29007,'2020-10-15 21:56:10','imp','optin_8','7227261368','','714',0),(29008,'2020-10-15 23:23:19','imp','optin_7','mailchimp_7227261368','','714',0),(29009,'2020-10-15 23:23:21','imp','optin_5','7227261368','','714',0),(29010,'2020-10-15 23:23:26','imp','optin_8','7227261368','','714',0),(29011,'2020-10-15 23:23:26','imp','optin_7','7227261368','','714',0),(29012,'2020-10-16 01:35:08','imp','optin_7','mailchimp_7227261368','','714',0),(29013,'2020-10-16 01:35:10','imp','optin_7','7227261368','','714',0),(29014,'2020-10-16 01:35:11','imp','optin_8','7227261368','','714',0),(29015,'2020-10-16 01:35:12','imp','optin_5','7227261368','','714',0),(29016,'2020-10-16 04:04:16','imp','optin_7','mailchimp_7227261368','','714',0),(29017,'2020-10-16 09:18:53','imp','optin_7','mailchimp_7227261368','','714',0),(29018,'2020-10-16 09:18:53','imp','optin_5','7227261368','','714',0),(29019,'2020-10-16 09:19:13','imp','optin_8','7227261368','','714',0),(29020,'2020-10-16 16:21:30','imp','optin_7','mailchimp_7227261368','','714',0),(29021,'2020-10-16 16:21:49','imp','optin_8','7227261368','','714',0),(29022,'2020-10-16 16:30:08','imp','optin_5','7227261368','','714',0),(29023,'2020-10-16 16:30:24','imp','optin_7','7227261368','','714',0),(29024,'2020-10-16 18:16:12','imp','optin_7','mailchimp_7227261368','','714',0),(29025,'2020-10-16 18:16:25','imp','optin_8','7227261368','','714',0),(29026,'2020-10-16 18:16:29','imp','optin_7','7227261368','','714',0),(29027,'2020-10-16 20:03:33','imp','optin_7','mailchimp_7227261368','','714',0),(29028,'2020-10-16 20:03:53','imp','optin_8','7227261368','','714',0),(29029,'2020-10-16 20:04:48','imp','optin_5','7227261368','','714',0),(29030,'2020-10-16 20:04:52','imp','optin_7','7227261368','','714',0),(29031,'2020-10-16 20:07:19','imp','optin_7','mailchimp_7227261368','','714',0),(29032,'2020-10-16 20:07:33','imp','optin_8','7227261368','','714',0),(29033,'2020-10-16 20:07:33','imp','optin_7','7227261368','','714',0),(29034,'2020-10-17 02:18:24','imp','optin_7','mailchimp_7227261368','','714',0),(29035,'2020-10-17 02:18:33','imp','optin_8','7227261368','','714',0),(29036,'2020-10-17 02:18:55','imp','optin_7','7227261368','','714',0),(29037,'2020-10-17 07:47:47','imp','optin_7','mailchimp_7227261368','','714',0),(29038,'2020-10-17 07:48:06','imp','optin_8','7227261368','','714',0),(29039,'2020-10-17 12:06:00','imp','optin_7','mailchimp_7227261368','','714',0),(29040,'2020-10-17 12:06:00','imp','optin_5','7227261368','','714',0),(29041,'2020-10-17 12:06:08','imp','optin_8','7227261368','','714',0),(29042,'2020-10-17 12:06:08','imp','optin_7','7227261368','','714',0),(29043,'2020-10-17 23:30:08','imp','optin_7','mailchimp_7227261368','','714',0),(29044,'2020-10-17 23:30:29','imp','optin_8','7227261368','','714',0),(29045,'2020-10-18 10:51:05','imp','optin_7','mailchimp_7227261368','','714',0),(29046,'2020-10-18 12:40:33','imp','optin_7','mailchimp_7227261368','','714',0),(29047,'2020-10-18 12:40:53','imp','optin_8','7227261368','','714',0),(29048,'2020-10-18 12:41:32','imp','optin_7','7227261368','','714',0),(29049,'2020-10-18 13:41:31','imp','optin_7','mailchimp_7227261368','','714',0),(29050,'2020-10-18 13:41:40','imp','optin_8','7227261368','','714',0),(29051,'2020-10-18 18:09:16','imp','optin_5','7227261368','','714',0),(29052,'2020-10-19 04:39:28','imp','optin_7','mailchimp_7227261368','','714',0),(29053,'2020-10-19 04:40:44','imp','optin_7','mailchimp_7227261368','','714',0),(29054,'2020-10-19 08:04:46','imp','optin_7','mailchimp_7227261368','','714',0),(29055,'2020-10-19 08:05:05','imp','optin_8','7227261368','','714',0),(29056,'2020-10-19 08:05:37','imp','optin_5','7227261368','','714',0),(29057,'2020-10-19 08:06:33','imp','optin_7','7227261368','','714',0),(29058,'2020-10-19 08:17:00','imp','optin_7','mailchimp_7227261368','','714',0),(29059,'2020-10-19 08:17:21','imp','optin_8','7227261368','','714',0),(29060,'2020-10-19 08:17:36','imp','optin_5','7227261368','','714',0),(29061,'2020-10-19 08:17:43','imp','optin_7','7227261368','','714',0),(29062,'2020-10-19 10:36:48','imp','optin_7','mailchimp_7227261368','','714',0),(29063,'2020-10-19 10:37:03','imp','optin_8','7227261368','','714',0),(29064,'2020-10-19 10:37:25','imp','optin_7','7227261368','','714',0),(29065,'2020-10-19 13:00:55','imp','optin_7','mailchimp_7227261368','','714',0),(29066,'2020-10-19 13:01:15','imp','optin_8','7227261368','','714',0),(29067,'2020-10-19 14:10:00','imp','optin_7','mailchimp_7227261368','','714',0),(29068,'2020-10-19 14:10:00','imp','optin_5','7227261368','','714',0),(29069,'2020-10-19 14:10:09','imp','optin_7','7227261368','','714',0),(29070,'2020-10-19 19:58:31','imp','optin_8','7227261368','','-1',0),(29071,'2020-10-19 22:57:35','imp','optin_7','mailchimp_7227261368','','714',0),(29072,'2020-10-19 22:57:55','imp','optin_8','7227261368','','714',0),(29073,'2020-10-19 22:59:00','imp','optin_5','7227261368','','714',0),(29074,'2020-10-19 22:59:48','imp','optin_7','7227261368','','714',0),(29075,'2020-10-19 23:13:53','imp','optin_5','7227261368','','664',0),(29076,'2020-10-19 23:14:00','imp','optin_8','7227261368','','664',0),(29077,'2020-10-19 23:14:00','imp','optin_8','7227261368','','664',0),(29078,'2020-10-20 01:50:30','imp','optin_7','mailchimp_7227261368','','714',0),(29079,'2020-10-20 01:50:48','imp','optin_5','7227261368','','714',0),(29080,'2020-10-20 01:50:50','imp','optin_8','7227261368','','714',0),(29081,'2020-10-20 01:51:26','imp','optin_7','7227261368','','714',0),(29082,'2020-10-20 02:32:28','imp','optin_7','mailchimp_7227261368','','714',0),(29083,'2020-10-20 02:32:29','imp','optin_5','7227261368','','714',0),(29084,'2020-10-20 02:32:40','imp','optin_7','7227261368','','714',0),(29085,'2020-10-20 02:32:41','imp','optin_8','7227261368','','714',0),(29086,'2020-10-20 06:45:02','imp','optin_7','mailchimp_7227261368','','714',0),(29087,'2020-10-20 06:45:21','imp','optin_8','7227261368','','714',0),(29088,'2020-10-20 06:46:03','imp','optin_7','7227261368','','714',0),(29089,'2020-10-20 10:24:40','imp','optin_7','mailchimp_7227261368','','714',0),(29090,'2020-10-20 10:25:02','imp','optin_8','7227261368','','714',0),(29091,'2020-10-20 22:42:45','imp','optin_7','mailchimp_7227261368','','714',0),(29092,'2020-10-20 22:42:47','imp','optin_5','7227261368','','714',0),(29093,'2020-10-21 00:54:08','imp','optin_7','mailchimp_7227261368','','714',0),(29094,'2020-10-21 00:54:14','imp','optin_7','7227261368','','714',0),(29095,'2020-10-21 02:53:43','imp','optin_7','mailchimp_7227261368','','714',0),(29096,'2020-10-21 02:53:43','imp','optin_5','7227261368','','714',0),(29097,'2020-10-21 02:53:48','imp','optin_8','7227261368','','714',0),(29098,'2020-10-21 02:53:48','imp','optin_7','7227261368','','714',0),(29099,'2020-10-21 04:21:14','imp','optin_8','7227261368','','926',0),(29100,'2020-10-21 04:21:14','imp','optin_5','7227261368','','926',0),(29101,'2020-10-21 14:18:37','imp','optin_7','mailchimp_7227261368','','714',0),(29102,'2020-10-21 14:18:38','imp','optin_5','7227261368','','714',0),(29103,'2020-10-21 14:18:56','imp','optin_8','7227261368','','714',0),(29104,'2020-10-21 14:18:58','imp','optin_7','7227261368','','714',0),(29105,'2020-10-22 14:52:20','imp','optin_5','7227261368','','714',0),(29106,'2020-10-22 14:52:20','imp','optin_7','mailchimp_7227261368','','714',0),(29107,'2020-10-22 14:52:39','imp','optin_8','7227261368','','714',0),(29108,'2020-10-22 14:53:21','imp','optin_7','7227261368','','714',0),(29109,'2020-10-22 15:04:51','imp','optin_7','mailchimp_7227261368','','714',0),(29110,'2020-10-22 15:04:51','imp','optin_5','7227261368','','714',0),(29111,'2020-10-22 15:05:11','imp','optin_8','7227261368','','714',0),(29112,'2020-10-22 15:07:17','imp','optin_7','7227261368','','714',0),(29113,'2020-10-22 22:59:07','imp','optin_7','mailchimp_7227261368','','714',0),(29114,'2020-10-22 22:59:07','imp','optin_5','7227261368','','714',0),(29115,'2020-10-22 22:59:25','imp','optin_8','7227261368','','714',0),(29116,'2020-10-22 22:59:26','imp','optin_8','7227261368','','714',0),(29117,'2020-10-22 22:59:31','imp','optin_7','7227261368','','714',0),(29118,'2020-10-23 05:54:55','imp','optin_7','mailchimp_7227261368','','714',0),(29119,'2020-10-23 05:55:06','imp','optin_5','7227261368','','714',0),(29120,'2020-10-23 05:55:13','imp','optin_8','7227261368','','714',0),(29121,'2020-10-23 13:56:53','imp','optin_7','mailchimp_7227261368','','714',0),(29122,'2020-10-23 13:56:58','imp','optin_8','7227261368','','714',0),(29123,'2020-10-23 13:57:06','imp','optin_7','7227261368','','714',0),(29124,'2020-10-23 15:40:04','imp','optin_7','mailchimp_7227261368','','714',0),(29125,'2020-10-23 15:40:24','imp','optin_8','7227261368','','714',0),(29126,'2020-10-23 15:51:13','imp','optin_7','7227261368','','714',0),(29127,'2020-10-24 02:34:48','imp','optin_7','mailchimp_7227261368','','714',0),(29128,'2020-10-24 02:35:08','imp','optin_8','7227261368','','714',0),(29129,'2020-10-24 09:32:57','imp','optin_7','mailchimp_7227261368','','714',0),(29130,'2020-10-24 09:33:15','imp','optin_8','7227261368','','714',0),(29131,'2020-10-24 09:33:15','imp','optin_8','7227261368','','714',0),(29132,'2020-10-24 09:33:32','imp','optin_7','7227261368','','714',0),(29133,'2020-10-24 10:40:26','imp','optin_7','mailchimp_7227261368','','714',0),(29134,'2020-10-24 10:40:45','imp','optin_8','7227261368','','714',0),(29135,'2020-10-24 10:40:46','imp','optin_8','7227261368','','714',0),(29136,'2020-10-24 10:41:06','imp','optin_7','7227261368','','714',0),(29137,'2020-10-24 17:02:49','imp','optin_7','mailchimp_7227261368','','714',0),(29138,'2020-10-24 17:03:07','imp','optin_8','7227261368','','714',0),(29139,'2020-10-24 17:03:30','imp','optin_7','7227261368','','714',0),(29140,'2020-10-24 17:03:36','imp','optin_5','7227261368','','714',0),(29141,'2020-10-25 08:55:53','imp','optin_5','7227261368','','714',0),(29142,'2020-10-25 08:55:53','imp','optin_7','mailchimp_7227261368','','714',0),(29143,'2020-10-25 08:56:05','imp','optin_7','7227261368','','714',0),(29144,'2020-10-25 08:56:12','imp','optin_8','7227261368','','714',0),(29145,'2020-10-25 20:17:18','imp','optin_7','mailchimp_7227261368','','714',0),(29146,'2020-10-25 20:17:34','imp','optin_8','7227261368','','714',0),(29147,'2020-10-25 20:17:51','imp','optin_7','7227261368','','714',0),(29148,'2020-10-26 01:21:51','imp','optin_5','7227261368','','714',0),(29149,'2020-10-26 01:21:51','imp','optin_7','mailchimp_7227261368','','714',0),(29150,'2020-10-26 01:21:58','imp','optin_8','7227261368','','714',0),(29151,'2020-10-26 01:22:06','imp','optin_7','7227261368','','714',0),(29152,'2020-10-26 04:08:59','imp','optin_7','mailchimp_7227261368','','714',0),(29153,'2020-10-26 04:09:02','imp','optin_5','7227261368','','714',0),(29154,'2020-10-26 04:09:19','imp','optin_8','7227261368','','714',0),(29155,'2020-10-26 06:08:14','imp','optin_7','mailchimp_7227261368','','714',0),(29156,'2020-10-26 06:08:33','imp','optin_8','7227261368','','714',0),(29157,'2020-10-26 06:09:11','imp','optin_7','7227261368','','714',0),(29158,'2020-10-26 10:00:19','imp','optin_7','mailchimp_7227261368','','714',0),(29159,'2020-10-26 10:00:33','imp','optin_8','7227261368','','714',0),(29160,'2020-10-26 11:37:56','imp','optin_2','7227261368','','2',0),(29161,'2020-10-26 11:37:57','imp','optin_8','7227261368','','2',0),(29162,'2020-10-26 11:37:58','imp','optin_8','7227261368','','2',0),(29163,'2020-10-26 16:40:42','imp','optin_7','mailchimp_7227261368','','714',0),(29164,'2020-10-26 16:40:51','imp','optin_8','7227261368','','714',0),(29165,'2020-10-26 16:40:55','imp','optin_7','7227261368','','714',0),(29166,'2020-10-26 18:05:41','imp','optin_7','mailchimp_7227261368','','714',0),(29167,'2020-10-26 18:06:01','imp','optin_8','7227261368','','714',0),(29168,'2020-10-26 18:07:17','imp','optin_7','7227261368','','714',0),(29169,'2020-10-26 19:41:51','imp','optin_8','7227261368','','-1',0),(29170,'2020-10-27 06:06:39','imp','optin_7','mailchimp_7227261368','','714',0),(29171,'2020-10-27 06:06:58','imp','optin_8','7227261368','','714',0),(29172,'2020-10-27 06:08:07','imp','optin_7','7227261368','','714',0),(29173,'2020-10-27 06:08:12','imp','optin_5','7227261368','','714',0),(29174,'2020-10-27 07:31:11','imp','optin_7','mailchimp_7227261368','','714',0),(29175,'2020-10-27 07:31:30','imp','optin_8','7227261368','','714',0),(29176,'2020-10-27 07:32:57','imp','optin_7','7227261368','','714',0),(29177,'2020-10-27 22:40:36','imp','optin_8','7227261368','','575',0),(29178,'2020-10-27 22:41:06','imp','optin_5','7227261368','','575',0),(29179,'2020-10-27 22:41:50','imp','optin_7','mailchimp_7227261368','','714',0),(29180,'2020-10-28 01:42:42','imp','optin_7','mailchimp_7227261368','','714',0),(29181,'2020-10-28 01:42:42','imp','optin_5','7227261368','','714',0),(29182,'2020-10-28 02:14:38','imp','optin_7','mailchimp_7227261368','','714',0),(29183,'2020-10-28 02:14:58','imp','optin_8','7227261368','','714',0),(29184,'2020-10-28 02:43:29','imp','optin_7','mailchimp_7227261368','','714',0),(29185,'2020-10-28 02:43:49','imp','optin_8','7227261368','','714',0),(29186,'2020-10-28 03:55:28','imp','optin_7','mailchimp_7227261368','','714',0),(29187,'2020-10-28 03:55:48','imp','optin_8','7227261368','','714',0),(29188,'2020-10-28 07:08:23','imp','optin_7','mailchimp_7227261368','','714',0),(29189,'2020-10-28 12:45:15','imp','optin_8','7227261368','','1107',0),(29190,'2020-10-28 12:45:21','imp','optin_5','7227261368','','1107',0),(29191,'2020-10-28 12:45:44','imp','optin_2','7227261368','','2',0),(29192,'2020-10-28 15:52:32','imp','optin_7','mailchimp_7227261368','','714',0),(29193,'2020-10-28 20:21:35','imp','optin_7','mailchimp_7227261368','','714',0),(29194,'2020-10-28 20:21:55','imp','optin_8','7227261368','','714',0),(29195,'2020-10-28 20:22:48','imp','optin_7','7227261368','','714',0),(29196,'2020-10-29 01:30:33','imp','optin_7','mailchimp_7227261368','','714',0),(29197,'2020-10-29 01:30:52','imp','optin_8','7227261368','','714',0),(29198,'2020-10-29 01:32:00','imp','optin_7','7227261368','','714',0),(29199,'2020-10-29 03:44:04','imp','optin_7','mailchimp_7227261368','','714',0),(29200,'2020-10-29 13:00:05','imp','optin_8','7227261368','','-1',0),(29201,'2020-10-29 14:13:53','imp','optin_7','mailchimp_7227261368','','714',0),(29202,'2020-10-29 14:13:54','imp','optin_5','7227261368','','714',0),(29203,'2020-10-29 14:14:01','imp','optin_7','7227261368','','714',0),(29204,'2020-10-29 14:14:02','imp','optin_8','7227261368','','714',0),(29205,'2020-10-29 15:25:09','imp','optin_7','mailchimp_7227261368','','714',0),(29206,'2020-10-29 15:25:58','imp','optin_7','mailchimp_7227261368','','714',0),(29207,'2020-10-29 16:22:03','imp','optin_7','mailchimp_7227261368','','714',0),(29208,'2020-10-30 00:10:58','imp','optin_7','mailchimp_7227261368','','714',0),(29209,'2020-10-30 00:11:11','imp','optin_5','7227261368','','714',0),(29210,'2020-10-30 00:11:16','imp','optin_8','7227261368','','714',0),(29211,'2020-10-30 00:11:16','imp','optin_7','7227261368','','714',0),(29212,'2020-10-30 00:11:17','imp','optin_8','7227261368','','714',0),(29213,'2020-10-30 01:02:00','imp','optin_7','mailchimp_7227261368','','714',0),(29214,'2020-10-30 01:02:01','imp','optin_5','7227261368','','714',0),(29215,'2020-10-30 01:02:07','imp','optin_7','7227261368','','714',0),(29216,'2020-10-30 01:02:08','imp','optin_8','7227261368','','714',0),(29217,'2020-10-30 03:35:52','imp','optin_7','mailchimp_7227261368','','714',0),(29218,'2020-10-30 09:54:55','imp','optin_7','mailchimp_7227261368','','714',0),(29219,'2020-10-30 09:54:59','imp','optin_5','7227261368','','714',0),(29220,'2020-10-30 09:55:14','imp','optin_8','7227261368','','714',0),(29221,'2020-10-30 09:55:36','imp','optin_7','7227261368','','714',0),(29222,'2020-10-30 10:13:16','imp','optin_7','mailchimp_7227261368','','714',0),(29223,'2020-10-30 10:13:16','imp','optin_5','7227261368','','714',0),(29224,'2020-10-30 10:13:33','imp','optin_7','7227261368','','714',0),(29225,'2020-10-30 10:13:35','imp','optin_8','7227261368','','714',0),(29226,'2020-10-30 12:52:37','imp','optin_7','mailchimp_7227261368','','714',0),(29227,'2020-10-30 12:52:57','imp','optin_8','7227261368','','714',0),(29228,'2020-10-30 14:26:44','imp','optin_7','mailchimp_7227261368','','714',0),(29229,'2020-10-30 14:27:04','imp','optin_8','7227261368','','714',0),(29230,'2020-10-30 14:49:12','imp','optin_7','mailchimp_7227261368','','714',0),(29231,'2020-10-30 14:49:25','imp','optin_7','7227261368','','714',0),(29232,'2020-10-30 14:49:25','imp','optin_8','7227261368','','714',0),(29233,'2020-10-30 14:53:34','imp','optin_2','7227261368','','92',0),(29234,'2020-10-30 14:53:34','imp','optin_8','7227261368','','-1',0),(29235,'2020-10-30 15:56:11','imp','optin_7','7227261368','','714',0),(29236,'2020-10-30 19:04:31','imp','optin_7','mailchimp_7227261368','','714',0),(29237,'2020-10-31 03:48:03','imp','optin_7','mailchimp_7227261368','','714',0),(29238,'2020-10-31 03:48:03','imp','optin_5','7227261368','','714',0),(29239,'2020-10-31 03:48:23','imp','optin_8','7227261368','','714',0),(29240,'2020-10-31 03:48:50','imp','optin_7','7227261368','','714',0),(29241,'2020-10-31 05:17:23','imp','optin_7','mailchimp_7227261368','','714',0),(29242,'2020-10-31 05:17:31','imp','optin_8','7227261368','','714',0),(29243,'2020-10-31 05:17:38','imp','optin_7','7227261368','','714',0),(29244,'2020-10-31 07:42:24','imp','optin_7','mailchimp_7227261368','','714',0),(29245,'2020-10-31 07:42:42','imp','optin_8','7227261368','','714',0),(29246,'2020-10-31 07:43:28','imp','optin_7','7227261368','','714',0),(29247,'2020-10-31 14:26:42','imp','optin_7','mailchimp_7227261368','','714',0),(29248,'2020-10-31 14:27:01','imp','optin_8','7227261368','','714',0),(29249,'2020-10-31 23:04:49','imp','optin_7','mailchimp_7227261368','','714',0),(29250,'2020-11-01 01:06:05','imp','optin_7','mailchimp_7227261368','','714',0),(29251,'2020-11-01 01:06:09','imp','optin_8','7227261368','','714',0),(29252,'2020-11-01 01:06:09','imp','optin_7','7227261368','','714',0),(29253,'2020-11-01 01:06:14','imp','optin_5','7227261368','','714',0),(29254,'2020-11-01 01:48:16','imp','optin_7','mailchimp_7227261368','','714',0),(29255,'2020-11-01 01:48:34','imp','optin_8','7227261368','','714',0),(29256,'2020-11-01 04:37:52','imp','optin_8','7227261368','','-1',0),(29257,'2020-11-01 07:04:58','imp','optin_7','mailchimp_7227261368','','714',0),(29258,'2020-11-01 13:49:27','imp','optin_7','mailchimp_7227261368','','714',0),(29259,'2020-11-01 13:49:37','imp','optin_8','7227261368','','714',0),(29260,'2020-11-01 13:50:00','imp','optin_7','7227261368','','714',0),(29261,'2020-11-01 17:29:30','imp','optin_7','mailchimp_7227261368','','714',0),(29262,'2020-11-01 17:29:31','imp','optin_5','7227261368','','714',0),(29263,'2020-11-01 17:29:50','imp','optin_8','7227261368','','714',0),(29264,'2020-11-01 17:32:07','imp','optin_7','7227261368','','714',0),(29265,'2020-11-02 10:55:57','imp','optin_5','7227261368','','698',0),(29266,'2020-11-02 10:55:57','imp','optin_8','7227261368','','698',0),(29267,'2020-11-02 16:34:30','imp','optin_8','7227261368','','-1',0),(29268,'2020-11-02 20:47:49','imp','optin_8','7227261368','','-1',0),(29269,'2020-11-02 22:57:14','imp','optin_7','mailchimp_7227261368','','714',0),(29270,'2020-11-02 22:57:27','imp','optin_8','7227261368','','714',0),(29271,'2020-11-02 23:50:50','imp','optin_7','mailchimp_7227261368','','714',0),(29272,'2020-11-02 23:51:10','imp','optin_8','7227261368','','714',0),(29273,'2020-11-02 23:52:15','imp','optin_7','7227261368','','714',0),(29274,'2020-11-02 23:52:44','imp','optin_7','mailchimp_7227261368','','714',0),(29275,'2020-11-02 23:53:01','imp','optin_8','7227261368','','714',0),(29276,'2020-11-02 23:53:07','imp','optin_7','7227261368','','714',0),(29277,'2020-11-03 02:39:45','imp','optin_7','mailchimp_7227261368','','714',0),(29278,'2020-11-03 02:39:45','imp','optin_5','7227261368','','714',0),(29279,'2020-11-03 02:40:05','imp','optin_8','7227261368','','714',0),(29280,'2020-11-03 08:56:25','imp','optin_7','mailchimp_7227261368','','714',0),(29281,'2020-11-03 15:56:27','imp','optin_8','7227261368','','698',0),(29282,'2020-11-03 15:56:27','imp','optin_5','7227261368','','698',0),(29283,'2020-11-03 17:48:32','imp','optin_7','mailchimp_7227261368','','714',0),(29284,'2020-11-03 17:48:47','imp','optin_8','7227261368','','714',0),(29285,'2020-11-03 17:49:03','imp','optin_7','7227261368','','714',0),(29286,'2020-11-03 19:45:37','imp','optin_8','7227261368','','-1',0),(29287,'2020-11-03 23:14:06','imp','optin_8','7227261368','','192',0),(29288,'2020-11-03 23:14:18','imp','optin_8','7227261368','','192',0),(29289,'2020-11-04 11:40:58','imp','optin_7','mailchimp_7227261368','','714',0),(29290,'2020-11-04 11:41:10','imp','optin_8','7227261368','','714',0),(29291,'2020-11-04 11:41:24','imp','optin_7','7227261368','','714',0),(29292,'2020-11-04 12:18:08','imp','optin_7','mailchimp_7227261368','','714',0),(29293,'2020-11-04 12:18:08','imp','optin_5','7227261368','','714',0),(29294,'2020-11-04 12:18:30','imp','optin_8','7227261368','','714',0),(29295,'2020-11-04 13:06:10','imp','optin_7','mailchimp_7227261368','','714',0),(29296,'2020-11-04 13:06:11','imp','optin_5','7227261368','','714',0),(29297,'2020-11-04 13:06:30','imp','optin_8','7227261368','','714',0),(29298,'2020-11-05 00:11:49','imp','optin_7','mailchimp_7227261368','','714',0),(29299,'2020-11-05 00:12:08','imp','optin_8','7227261368','','714',0),(29300,'2020-11-05 00:12:47','imp','optin_7','7227261368','','714',0),(29301,'2020-11-05 05:24:57','imp','optin_7','mailchimp_7227261368','','714',0),(29302,'2020-11-05 05:24:59','imp','optin_5','7227261368','','714',0),(29303,'2020-11-05 05:25:14','imp','optin_8','7227261368','','714',0),(29304,'2020-11-05 05:25:14','imp','optin_7','7227261368','','714',0),(29305,'2020-11-05 05:29:53','imp','optin_7','mailchimp_7227261368','','714',0),(29306,'2020-11-05 05:30:23','imp','optin_8','7227261368','','714',0),(29307,'2020-11-05 14:07:04','imp','optin_8','7227261368','','-1',0),(29308,'2020-11-05 14:07:35','imp','optin_2','7227261368','','92',0),(29309,'2020-11-05 16:54:52','imp','optin_8','7227261368','','-1',0),(29310,'2020-11-06 00:40:37','imp','optin_7','mailchimp_7227261368','','714',0),(29311,'2020-11-06 00:40:43','imp','optin_7','7227261368','','714',0),(29312,'2020-11-06 01:14:23','imp','optin_7','mailchimp_7227261368','','714',0),(29313,'2020-11-06 01:14:38','imp','optin_7','7227261368','','714',0),(29314,'2020-11-06 01:14:39','imp','optin_8','7227261368','','714',0),(29315,'2020-11-06 03:26:18','imp','optin_7','mailchimp_7227261368','','714',0),(29316,'2020-11-06 03:26:38','imp','optin_8','7227261368','','714',0),(29317,'2020-11-06 03:26:54','imp','optin_7','7227261368','','714',0),(29318,'2020-11-06 03:26:56','imp','optin_5','7227261368','','714',0),(29319,'2020-11-06 10:45:10','imp','optin_8','7227261368','','192',0),(29320,'2020-11-06 11:51:53','imp','optin_7','mailchimp_7227261368','','714',0),(29321,'2020-11-06 11:52:06','imp','optin_8','7227261368','','714',0),(29322,'2020-11-06 12:19:03','imp','optin_7','mailchimp_7227261368','','714',0),(29323,'2020-11-06 12:19:03','imp','optin_5','7227261368','','714',0),(29324,'2020-11-06 12:19:18','imp','optin_8','7227261368','','714',0),(29325,'2020-11-06 12:19:18','imp','optin_7','7227261368','','714',0),(29326,'2020-11-06 18:13:14','imp','optin_7','mailchimp_7227261368','','714',0),(29327,'2020-11-06 18:13:33','imp','optin_8','7227261368','','714',0),(29328,'2020-11-06 18:13:52','imp','optin_7','7227261368','','714',0),(29329,'2020-11-06 19:35:09','imp','optin_7','mailchimp_7227261368','','714',0),(29330,'2020-11-06 19:35:29','imp','optin_8','7227261368','','714',0),(29331,'2020-11-06 23:53:14','imp','optin_7','mailchimp_7227261368','','714',0),(29332,'2020-11-06 23:53:34','imp','optin_8','7227261368','','714',0),(29333,'2020-11-07 05:56:58','imp','optin_7','mailchimp_7227261368','','714',0),(29334,'2020-11-07 05:57:00','imp','optin_5','7227261368','','714',0),(29335,'2020-11-07 05:57:16','imp','optin_8','7227261368','','714',0),(29336,'2020-11-07 05:57:16','imp','optin_7','7227261368','','714',0),(29337,'2020-11-07 05:57:17','imp','optin_8','7227261368','','714',0),(29338,'2020-11-07 07:11:15','imp','optin_7','mailchimp_7227261368','','714',0),(29339,'2020-11-07 07:11:17','imp','optin_5','7227261368','','714',0),(29340,'2020-11-07 07:11:28','imp','optin_8','7227261368','','714',0),(29341,'2020-11-07 07:11:28','imp','optin_7','7227261368','','714',0),(29342,'2020-11-07 14:16:19','imp','optin_7','mailchimp_7227261368','','714',0),(29343,'2020-11-07 14:16:39','imp','optin_8','7227261368','','714',0),(29344,'2020-11-07 14:17:28','imp','optin_7','7227261368','','714',0),(29345,'2020-11-07 16:53:56','imp','optin_7','mailchimp_7227261368','','714',0),(29346,'2020-11-07 16:54:16','imp','optin_8','7227261368','','714',0),(29347,'2020-11-07 16:55:59','imp','optin_5','7227261368','','714',0),(29348,'2020-11-07 16:58:56','imp','optin_7','7227261368','','714',0),(29349,'2020-11-07 18:02:02','imp','optin_7','mailchimp_7227261368','','714',0),(29350,'2020-11-07 18:02:20','imp','optin_8','7227261368','','714',0),(29351,'2020-11-07 18:02:45','imp','optin_7','7227261368','','714',0),(29352,'2020-11-07 20:01:21','imp','optin_2','7227261368','','92',0),(29353,'2020-11-07 20:01:21','imp','optin_8','7227261368','','-1',0),(29354,'2020-11-07 20:38:11','imp','optin_8','7227261368','','1110',0),(29355,'2020-11-07 20:38:24','imp','optin_5','7227261368','','1110',0),(29356,'2020-11-07 20:39:41','imp','optin_2','7227261368','','2',0),(29357,'2020-11-07 20:43:00','imp','optin_7','mailchimp_7227261368','','714',0),(29358,'2020-11-07 20:43:46','imp','optin_7','7227261368','','714',0),(29359,'2020-11-08 08:29:30','imp','optin_7','mailchimp_7227261368','','714',0),(29360,'2020-11-08 08:29:49','imp','optin_8','7227261368','','714',0),(29361,'2020-11-08 08:29:52','imp','optin_7','7227261368','','714',0),(29362,'2020-11-08 23:37:40','imp','optin_7','mailchimp_7227261368','','714',0),(29363,'2020-11-08 23:38:00','imp','optin_8','7227261368','','714',0),(29364,'2020-11-08 23:38:13','imp','optin_7','7227261368','','714',0),(29365,'2020-11-09 03:46:34','imp','optin_7','mailchimp_7227261368','','714',0),(29366,'2020-11-09 10:18:46','imp','optin_8','7227261368','','-1',0),(29367,'2020-11-09 10:21:11','imp','optin_8','7227261368','','-1',0),(29368,'2020-11-09 10:21:20','imp','optin_2','7227261368','','92',0),(29369,'2020-11-09 19:13:12','imp','optin_8','7227261368','','967',0),(29370,'2020-11-09 20:10:38','imp','optin_2','7227261368','','92',0),(29371,'2020-11-09 20:10:39','imp','optin_8','7227261368','','-1',0),(29372,'2020-11-09 20:12:10','imp','optin_2','7227261368','','92',0),(29373,'2020-11-09 20:12:13','imp','optin_8','7227261368','','-1',0),(29374,'2020-11-09 20:42:05','imp','optin_8','7227261368','','-1',0),(29375,'2020-11-09 23:58:26','imp','optin_5','7227261368','','714',0),(29376,'2020-11-09 23:58:26','imp','optin_7','mailchimp_7227261368','','714',0),(29377,'2020-11-09 23:58:36','imp','optin_7','7227261368','','714',0),(29378,'2020-11-09 23:58:36','imp','optin_8','7227261368','','714',0),(29379,'2020-11-10 06:54:51','imp','optin_7','mailchimp_7227261368','','714',0),(29380,'2020-11-10 06:55:04','imp','optin_8','7227261368','','714',0),(29381,'2020-11-10 06:55:27','imp','optin_7','7227261368','','714',0),(29382,'2020-11-10 07:46:38','imp','optin_7','mailchimp_7227261368','','714',0),(29383,'2020-11-10 07:46:38','imp','optin_5','7227261368','','714',0),(29384,'2020-11-10 07:46:44','imp','optin_7','7227261368','','714',0),(29385,'2020-11-10 07:46:45','imp','optin_8','7227261368','','714',0),(29386,'2020-11-10 09:13:26','imp','optin_7','mailchimp_7227261368','','714',0),(29387,'2020-11-10 09:13:26','imp','optin_5','7227261368','','714',0),(29388,'2020-11-10 09:39:17','imp','optin_7','mailchimp_7227261368','','714',0),(29389,'2020-11-10 09:39:29','imp','optin_8','7227261368','','714',0),(29390,'2020-11-10 09:39:44','imp','optin_7','7227261368','','714',0),(29391,'2020-11-10 19:02:16','imp','optin_7','mailchimp_7227261368','','714',0),(29392,'2020-11-10 19:25:51','imp','optin_7','mailchimp_7227261368','','714',0),(29393,'2020-11-10 19:26:11','imp','optin_8','7227261368','','714',0),(29394,'2020-11-11 04:02:59','imp','optin_5','7227261368','','714',0),(29395,'2020-11-11 04:02:59','imp','optin_7','mailchimp_7227261368','','714',0),(29396,'2020-11-11 04:03:05','imp','optin_7','7227261368','','714',0),(29397,'2020-11-11 04:03:05','imp','optin_8','7227261368','','714',0),(29398,'2020-11-11 14:01:26','imp','optin_7','mailchimp_7227261368','','714',0),(29399,'2020-11-11 14:01:34','imp','optin_8','7227261368','','714',0),(29400,'2020-11-11 14:01:50','imp','optin_7','7227261368','','714',0),(29401,'2020-11-11 15:57:28','imp','optin_7','mailchimp_7227261368','','714',0),(29402,'2020-11-11 17:34:06','imp','optin_7','mailchimp_7227261368','','714',0),(29403,'2020-11-11 17:34:26','imp','optin_8','7227261368','','714',0),(29404,'2020-11-12 00:11:45','imp','optin_7','mailchimp_7227261368','','714',0),(29405,'2020-11-12 00:41:30','imp','optin_7','mailchimp_7227261368','','714',0),(29406,'2020-11-12 00:41:48','imp','optin_8','7227261368','','714',0),(29407,'2020-11-12 00:41:49','imp','optin_8','7227261368','','714',0),(29408,'2020-11-12 05:06:18','imp','optin_7','mailchimp_7227261368','','714',0),(29409,'2020-11-12 05:06:18','imp','optin_5','7227261368','','714',0),(29410,'2020-11-12 05:06:32','imp','optin_7','7227261368','','714',0),(29411,'2020-11-12 05:06:32','imp','optin_8','7227261368','','714',0),(29412,'2020-11-12 05:12:27','imp','optin_7','mailchimp_7227261368','','714',0),(29413,'2020-11-12 05:12:47','imp','optin_8','7227261368','','714',0),(29414,'2020-11-12 05:58:27','imp','optin_7','mailchimp_7227261368','','714',0),(29415,'2020-11-12 08:20:25','imp','optin_7','mailchimp_7227261368','','714',0),(29416,'2020-11-12 08:20:39','imp','optin_5','7227261368','','714',0),(29417,'2020-11-12 08:20:44','imp','optin_8','7227261368','','714',0),(29418,'2020-11-12 08:20:44','imp','optin_8','7227261368','','714',0),(29419,'2020-11-12 08:20:45','imp','optin_7','7227261368','','714',0),(29420,'2020-11-12 10:19:36','imp','optin_7','mailchimp_7227261368','','714',0),(29421,'2020-11-12 15:27:24','imp','optin_7','mailchimp_7227261368','','714',0),(29422,'2020-11-12 17:29:12','imp','optin_7','mailchimp_7227261368','','714',0),(29423,'2020-11-12 17:29:31','imp','optin_8','7227261368','','714',0),(29424,'2020-11-12 17:29:45','imp','optin_5','7227261368','','714',0),(29425,'2020-11-13 01:08:25','imp','optin_7','mailchimp_7227261368','','714',0),(29426,'2020-11-13 01:08:45','imp','optin_8','7227261368','','714',0),(29427,'2020-11-13 01:08:53','imp','optin_7','7227261368','','714',0),(29428,'2020-11-13 05:16:27','imp','optin_7','mailchimp_7227261368','','714',0),(29429,'2020-11-13 08:20:02','imp','optin_7','mailchimp_7227261368','','714',0),(29430,'2020-11-13 08:34:18','imp','optin_7','mailchimp_7227261368','','714',0),(29431,'2020-11-13 08:34:30','imp','optin_8','7227261368','','714',0),(29432,'2020-11-13 08:34:37','imp','optin_5','7227261368','','714',0),(29433,'2020-11-13 08:35:31','imp','optin_7','7227261368','','714',0),(29434,'2020-11-13 10:04:13','imp','optin_7','mailchimp_7227261368','','714',0),(29435,'2020-11-13 10:04:33','imp','optin_8','7227261368','','714',0),(29436,'2020-11-13 10:11:06','imp','optin_5','7227261368','','714',0),(29437,'2020-11-13 10:11:25','imp','optin_7','7227261368','','714',0),(29438,'2020-11-13 11:30:51','imp','optin_7','mailchimp_7227261368','','714',0),(29439,'2020-11-13 11:30:52','imp','optin_5','7227261368','','714',0),(29440,'2020-11-13 11:31:02','imp','optin_7','7227261368','','714',0),(29441,'2020-11-13 11:31:02','imp','optin_8','7227261368','','714',0),(29442,'2020-11-13 11:50:04','imp','optin_7','mailchimp_7227261368','','714',0),(29443,'2020-11-13 11:50:23','imp','optin_8','7227261368','','714',0),(29444,'2020-11-13 11:52:38','imp','optin_5','7227261368','','714',0),(29445,'2020-11-13 11:52:49','imp','optin_7','7227261368','','714',0),(29446,'2020-11-13 12:33:05','imp','optin_7','mailchimp_7227261368','','714',0),(29447,'2020-11-13 12:33:17','imp','optin_7','7227261368','','714',0),(29448,'2020-11-13 12:33:17','imp','optin_8','7227261368','','714',0),(29449,'2020-11-13 13:46:59','imp','optin_7','mailchimp_7227261368','','714',0),(29450,'2020-11-13 13:46:59','imp','optin_5','7227261368','','714',0),(29451,'2020-11-13 13:47:16','imp','optin_8','7227261368','','714',0),(29452,'2020-11-13 13:47:23','imp','optin_7','7227261368','','714',0),(29453,'2020-11-13 14:56:43','imp','optin_7','mailchimp_7227261368','','714',0),(29454,'2020-11-13 14:56:56','imp','optin_5','7227261368','','714',0),(29455,'2020-11-13 14:57:03','imp','optin_8','7227261368','','714',0),(29456,'2020-11-13 18:03:24','imp','optin_7','mailchimp_7227261368','','714',0),(29457,'2020-11-13 18:03:29','imp','optin_5','7227261368','','714',0),(29458,'2020-11-13 18:03:43','imp','optin_8','7227261368','','714',0),(29459,'2020-11-13 20:01:13','imp','optin_7','mailchimp_7227261368','','714',0),(29460,'2020-11-13 20:01:33','imp','optin_8','7227261368','','714',0),(29461,'2020-11-13 20:01:52','imp','optin_5','7227261368','','714',0),(29462,'2020-11-13 20:02:07','imp','optin_7','7227261368','','714',0),(29463,'2020-11-13 21:11:57','imp','optin_7','mailchimp_7227261368','','714',0),(29464,'2020-11-14 02:57:53','imp','optin_5','7227261368','','714',0),(29465,'2020-11-14 02:57:53','imp','optin_7','mailchimp_7227261368','','714',0),(29466,'2020-11-14 02:58:12','imp','optin_8','7227261368','','714',0),(29467,'2020-11-14 02:58:19','imp','optin_7','7227261368','','714',0),(29468,'2020-11-14 03:59:18','imp','optin_7','mailchimp_7227261368','','714',0),(29469,'2020-11-14 05:21:13','imp','optin_7','mailchimp_7227261368','','714',0),(29470,'2020-11-14 05:21:34','imp','optin_8','7227261368','','714',0),(29471,'2020-11-14 05:21:40','imp','optin_5','7227261368','','714',0),(29472,'2020-11-14 05:21:59','imp','optin_7','7227261368','','714',0),(29473,'2020-11-14 05:29:14','imp','optin_7','mailchimp_7227261368','','714',0),(29474,'2020-11-14 05:29:16','imp','optin_5','7227261368','','714',0),(29475,'2020-11-14 05:29:34','imp','optin_8','7227261368','','714',0),(29476,'2020-11-14 05:29:39','imp','optin_7','7227261368','','714',0),(29477,'2020-11-14 06:43:31','imp','optin_7','mailchimp_7227261368','','714',0),(29478,'2020-11-14 06:43:31','imp','optin_5','7227261368','','714',0),(29479,'2020-11-14 06:43:51','imp','optin_8','7227261368','','714',0),(29480,'2020-11-14 14:16:43','imp','optin_7','mailchimp_7227261368','','714',0),(29481,'2020-11-14 14:16:43','imp','optin_5','7227261368','','714',0),(29482,'2020-11-14 14:17:01','imp','optin_8','7227261368','','714',0),(29483,'2020-11-14 14:17:21','imp','optin_7','7227261368','','714',0),(29484,'2020-11-14 15:18:08','imp','optin_7','mailchimp_7227261368','','714',0),(29485,'2020-11-14 15:57:19','imp','optin_7','mailchimp_7227261368','','714',0),(29486,'2020-11-15 01:41:03','imp','optin_7','mailchimp_7227261368','','714',0),(29487,'2020-11-15 01:41:05','imp','optin_5','7227261368','','714',0),(29488,'2020-11-15 01:41:19','imp','optin_8','7227261368','','714',0),(29489,'2020-11-15 01:41:19','imp','optin_7','7227261368','','714',0),(29490,'2020-11-15 05:32:43','imp','optin_7','mailchimp_7227261368','','714',0),(29491,'2020-11-15 05:45:34','imp','optin_7','mailchimp_7227261368','','714',0),(29492,'2020-11-15 05:45:52','imp','optin_8','7227261368','','714',0),(29493,'2020-11-15 05:45:53','imp','optin_8','7227261368','','714',0),(29494,'2020-11-15 05:45:59','imp','optin_7','7227261368','','714',0),(29495,'2020-11-15 06:03:15','imp','optin_7','mailchimp_7227261368','','714',0),(29496,'2020-11-15 06:03:26','imp','optin_5','7227261368','','714',0),(29497,'2020-11-15 06:03:30','imp','optin_8','7227261368','','714',0),(29498,'2020-11-15 06:03:33','imp','optin_7','7227261368','','714',0),(29499,'2020-11-15 10:01:42','imp','optin_7','mailchimp_7227261368','','714',0),(29500,'2020-11-15 10:02:02','imp','optin_8','7227261368','','714',0),(29501,'2020-11-15 10:02:27','imp','optin_7','7227261368','','714',0),(29502,'2020-11-15 12:09:38','imp','optin_7','mailchimp_7227261368','','714',0),(29503,'2020-11-15 12:09:47','imp','optin_8','7227261368','','714',0),(29504,'2020-11-15 12:10:14','imp','optin_7','7227261368','','714',0),(29505,'2020-11-15 15:46:37','imp','optin_8','7227261368','','-1',0),(29506,'2020-11-15 17:59:56','imp','optin_7','mailchimp_7227261368','','714',0),(29507,'2020-11-15 20:05:48','imp','optin_7','mailchimp_7227261368','','714',0),(29508,'2020-11-15 20:06:09','imp','optin_8','7227261368','','714',0),(29509,'2020-11-15 20:38:19','imp','optin_5','7227261368','','714',0),(29510,'2020-11-15 20:38:46','imp','optin_7','7227261368','','714',0),(29511,'2020-11-16 03:49:45','imp','optin_7','mailchimp_7227261368','','714',0),(29512,'2020-11-16 03:49:46','imp','optin_5','7227261368','','714',0),(29513,'2020-11-16 03:50:03','imp','optin_8','7227261368','','714',0),(29514,'2020-11-16 03:51:01','imp','optin_7','7227261368','','714',0),(29515,'2020-11-16 16:21:57','imp','optin_7','mailchimp_7227261368','','714',0),(29516,'2020-11-16 16:21:57','imp','optin_5','7227261368','','714',0),(29517,'2020-11-16 16:22:13','imp','optin_8','7227261368','','714',0),(29518,'2020-11-16 18:15:26','imp','optin_7','mailchimp_7227261368','','714',0),(29519,'2020-11-16 18:15:41','imp','optin_8','7227261368','','714',0),(29520,'2020-11-16 18:28:50','imp','optin_7','mailchimp_7227261368','','714',0),(29521,'2020-11-16 18:29:04','imp','optin_8','7227261368','','714',0),(29522,'2020-11-16 18:44:45','imp','optin_7','mailchimp_7227261368','','714',0),(29523,'2020-11-16 18:45:04','imp','optin_8','7227261368','','714',0),(29524,'2020-11-16 18:45:31','imp','optin_7','7227261368','','714',0),(29525,'2020-11-16 18:45:37','imp','optin_5','7227261368','','714',0),(29526,'2020-11-16 19:01:46','imp','optin_7','mailchimp_7227261368','','714',0),(29527,'2020-11-16 19:36:56','imp','optin_7','mailchimp_7227261368','','714',0),(29528,'2020-11-16 19:44:28','imp','optin_7','mailchimp_7227261368','','714',0),(29529,'2020-11-16 19:44:48','imp','optin_8','7227261368','','714',0),(29530,'2020-11-16 20:14:57','imp','optin_8','7227261368','','-1',0),(29531,'2020-11-16 20:32:49','imp','optin_7','mailchimp_7227261368','','714',0),(29532,'2020-11-16 20:33:08','imp','optin_8','7227261368','','714',0),(29533,'2020-11-16 20:37:19','imp','optin_7','mailchimp_7227261368','','714',0),(29534,'2020-11-16 20:37:39','imp','optin_8','7227261368','','714',0),(29535,'2020-11-16 20:37:40','imp','optin_5','7227261368','','714',0),(29536,'2020-11-17 02:44:58','imp','optin_5','7227261368','','945',0),(29537,'2020-11-17 06:40:11','imp','optin_7','mailchimp_7227261368','','714',0),(29538,'2020-11-17 06:40:19','imp','optin_8','7227261368','','714',0),(29539,'2020-11-17 06:40:19','imp','optin_7','7227261368','','714',0),(29540,'2020-11-17 10:05:52','imp','optin_7','mailchimp_7227261368','','714',0),(29541,'2020-11-17 12:28:30','imp','optin_7','mailchimp_7227261368','','714',0),(29542,'2020-11-17 12:28:51','imp','optin_8','7227261368','','714',0),(29543,'2020-11-17 12:34:06','imp','optin_5','7227261368','','714',0),(29544,'2020-11-17 12:34:36','imp','optin_7','7227261368','','714',0),(29545,'2020-11-17 12:38:14','imp','optin_7','mailchimp_7227261368','','714',0),(29546,'2020-11-17 12:38:34','imp','optin_8','7227261368','','714',0),(29547,'2020-11-17 15:31:18','imp','optin_8','7227261368','','-1',0),(29548,'2020-11-17 18:17:15','imp','optin_7','mailchimp_7227261368','','714',0),(29549,'2020-11-17 18:17:34','imp','optin_8','7227261368','','714',0),(29550,'2020-11-17 18:17:42','imp','optin_7','7227261368','','714',0),(29551,'2020-11-17 23:38:41','imp','optin_7','mailchimp_7227261368','','714',0),(29552,'2020-11-17 23:39:00','imp','optin_8','7227261368','','714',0),(29553,'2020-11-17 23:40:22','imp','optin_7','7227261368','','714',0),(29554,'2020-11-17 23:56:32','imp','optin_7','mailchimp_7227261368','','714',0),(29555,'2020-11-17 23:56:32','imp','optin_5','7227261368','','714',0),(29556,'2020-11-17 23:56:51','imp','optin_8','7227261368','','714',0),(29557,'2020-11-17 23:57:02','imp','optin_7','7227261368','','714',0),(29558,'2020-11-18 01:43:39','imp','optin_7','mailchimp_7227261368','','714',0),(29559,'2020-11-18 01:43:44','imp','optin_8','7227261368','','714',0),(29560,'2020-11-18 01:43:44','imp','optin_7','7227261368','','714',0),(29561,'2020-11-18 05:46:11','imp','optin_7','mailchimp_7227261368','','714',0),(29562,'2020-11-18 10:29:54','imp','optin_7','mailchimp_7227261368','','714',0),(29563,'2020-11-18 10:29:54','imp','optin_5','7227261368','','714',0),(29564,'2020-11-18 10:30:05','imp','optin_8','7227261368','','714',0),(29565,'2020-11-18 10:30:05','imp','optin_7','7227261368','','714',0),(29566,'2020-11-18 10:57:57','imp','optin_7','mailchimp_7227261368','','714',0),(29567,'2020-11-18 10:57:59','imp','optin_5','7227261368','','714',0),(29568,'2020-11-18 10:58:06','imp','optin_7','7227261368','','714',0),(29569,'2020-11-18 10:58:06','imp','optin_8','7227261368','','714',0),(29570,'2020-11-18 12:40:31','imp','optin_7','mailchimp_7227261368','','714',0),(29571,'2020-11-18 12:40:31','imp','optin_5','7227261368','','714',0),(29572,'2020-11-18 12:40:41','imp','optin_7','7227261368','','714',0),(29573,'2020-11-18 12:40:41','imp','optin_8','7227261368','','714',0),(29574,'2020-11-18 12:45:44','imp','optin_7','mailchimp_7227261368','','714',0),(29575,'2020-11-18 12:45:44','imp','optin_5','7227261368','','714',0),(29576,'2020-11-18 12:46:04','imp','optin_8','7227261368','','714',0),(29577,'2020-11-18 12:47:01','imp','optin_7','7227261368','','714',0),(29578,'2020-11-19 02:49:15','imp','optin_7','mailchimp_7227261368','','714',0),(29579,'2020-11-19 02:49:33','imp','optin_8','7227261368','','714',0),(29580,'2020-11-19 02:49:46','imp','optin_7','7227261368','','714',0),(29581,'2020-11-19 03:03:55','imp','optin_7','mailchimp_7227261368','','714',0),(29582,'2020-11-19 03:03:55','imp','optin_5','7227261368','','714',0),(29583,'2020-11-19 03:04:14','imp','optin_8','7227261368','','714',0),(29584,'2020-11-19 09:13:17','imp','optin_7','mailchimp_7227261368','','714',0),(29585,'2020-11-19 09:13:36','imp','optin_8','7227261368','','714',0),(29586,'2020-11-19 09:13:38','imp','optin_5','7227261368','','714',0),(29587,'2020-11-19 09:13:59','imp','optin_7','7227261368','','714',0),(29588,'2020-11-19 10:04:59','imp','optin_7','mailchimp_7227261368','','714',0),(29589,'2020-11-19 10:04:59','imp','optin_5','7227261368','','714',0),(29590,'2020-11-19 12:17:43','imp','optin_7','mailchimp_7227261368','','714',0),(29591,'2020-11-19 12:17:43','imp','optin_5','7227261368','','714',0),(29592,'2020-11-19 12:17:51','imp','optin_8','7227261368','','714',0),(29593,'2020-11-19 12:17:59','imp','optin_7','7227261368','','714',0),(29594,'2020-11-19 14:09:02','imp','optin_7','mailchimp_7227261368','','714',0),(29595,'2020-11-19 14:09:02','imp','optin_5','7227261368','','714',0),(29596,'2020-11-19 16:11:38','imp','optin_5','7227261368','','714',0),(29597,'2020-11-19 16:11:38','imp','optin_7','mailchimp_7227261368','','714',0),(29598,'2020-11-19 16:11:55','imp','optin_8','7227261368','','714',0),(29599,'2020-11-19 16:12:21','imp','optin_7','7227261368','','714',0),(29600,'2020-11-20 05:46:08','imp','optin_7','mailchimp_7227261368','','714',0),(29601,'2020-11-20 05:46:08','imp','optin_5','7227261368','','714',0),(29602,'2020-11-20 05:46:27','imp','optin_8','7227261368','','714',0),(29603,'2020-11-20 05:47:14','imp','optin_7','7227261368','','714',0),(29604,'2020-11-20 08:46:15','imp','optin_5','7227261368','','714',0),(29605,'2020-11-20 08:46:15','imp','optin_7','mailchimp_7227261368','','714',0),(29606,'2020-11-20 08:46:33','imp','optin_8','7227261368','','714',0),(29607,'2020-11-20 09:13:29','imp','optin_7','7227261368','','714',0),(29608,'2020-11-20 09:30:32','imp','optin_7','mailchimp_7227261368','','714',0),(29609,'2020-11-20 09:30:32','imp','optin_5','7227261368','','714',0),(29610,'2020-11-20 15:30:02','imp','optin_8','7227261368','','-1',0),(29611,'2020-11-21 07:42:00','imp','optin_5','7227261368','','714',0),(29612,'2020-11-21 07:42:00','imp','optin_7','mailchimp_7227261368','','714',0),(29613,'2020-11-21 07:42:18','imp','optin_7','7227261368','','714',0),(29614,'2020-11-21 07:42:18','imp','optin_8','7227261368','','714',0),(29615,'2020-11-21 22:45:36','imp','optin_7','mailchimp_7227261368','','714',0),(29616,'2020-11-21 22:45:56','imp','optin_8','7227261368','','714',0),(29617,'2020-11-21 22:46:07','imp','optin_5','7227261368','','714',0),(29618,'2020-11-22 02:24:50','imp','optin_7','mailchimp_7227261368','','714',0),(29619,'2020-11-22 10:49:25','imp','optin_7','mailchimp_7227261368','','714',0),(29620,'2020-11-22 10:49:43','imp','optin_8','7227261368','','714',0),(29621,'2020-11-22 10:50:00','imp','optin_7','7227261368','','714',0),(29622,'2020-11-22 10:59:27','imp','optin_7','mailchimp_7227261368','','714',0),(29623,'2020-11-22 20:39:04','imp','optin_7','mailchimp_7227261368','','714',0),(29624,'2020-11-22 22:38:10','imp','optin_7','mailchimp_7227261368','','714',0),(29625,'2020-11-23 02:03:52','imp','optin_7','mailchimp_7227261368','','714',0),(29626,'2020-11-23 02:04:02','imp','optin_8','7227261368','','714',0),(29627,'2020-11-23 02:04:20','imp','optin_7','7227261368','','714',0),(29628,'2020-11-23 04:14:13','imp','optin_7','mailchimp_7227261368','','714',0),(29629,'2020-11-23 04:14:14','imp','optin_5','7227261368','','714',0),(29630,'2020-11-23 04:14:27','imp','optin_8','7227261368','','714',0),(29631,'2020-11-23 05:09:19','imp','optin_7','mailchimp_7227261368','','714',0),(29632,'2020-11-23 05:09:39','imp','optin_8','7227261368','','714',0),(29633,'2020-11-23 05:10:05','imp','optin_7','7227261368','','714',0),(29634,'2020-11-23 07:46:40','imp','optin_7','mailchimp_7227261368','','714',0),(29635,'2020-11-23 10:02:21','imp','optin_7','mailchimp_7227261368','','714',0),(29636,'2020-11-23 10:02:40','imp','optin_8','7227261368','','714',0),(29637,'2020-11-23 10:03:05','imp','optin_7','7227261368','','714',0),(29638,'2020-11-23 11:24:21','imp','optin_7','mailchimp_7227261368','','714',0),(29639,'2020-11-23 11:24:41','imp','optin_8','7227261368','','714',0),(29640,'2020-11-23 11:24:53','imp','optin_7','7227261368','','714',0),(29641,'2020-11-23 17:08:13','imp','optin_7','mailchimp_7227261368','','714',0),(29642,'2020-11-23 17:08:26','imp','optin_7','7227261368','','714',0),(29643,'2020-11-23 17:08:27','imp','optin_8','7227261368','','714',0),(29644,'2020-11-23 20:40:30','imp','optin_8','7227261368','','-1',0),(29645,'2020-11-23 21:16:06','imp','optin_7','mailchimp_7227261368','','714',0),(29646,'2020-11-23 21:16:26','imp','optin_8','7227261368','','714',0),(29647,'2020-11-23 21:16:34','imp','optin_7','7227261368','','714',0),(29648,'2020-11-24 07:01:23','imp','optin_7','mailchimp_7227261368','','714',0),(29649,'2020-11-24 07:01:23','imp','optin_5','7227261368','','714',0),(29650,'2020-11-24 15:28:46','imp','optin_8','7227261368','','-1',0),(29651,'2020-11-24 17:17:30','imp','optin_5','7227261368','','714',0),(29652,'2020-11-24 17:17:30','imp','optin_7','mailchimp_7227261368','','714',0),(29653,'2020-11-24 17:17:49','imp','optin_8','7227261368','','714',0),(29654,'2020-11-24 17:23:25','imp','optin_7','7227261368','','714',0),(29655,'2020-11-24 19:27:38','imp','optin_7','mailchimp_7227261368','','714',0),(29656,'2020-11-24 19:27:51','imp','optin_7','7227261368','','714',0),(29657,'2020-11-24 19:27:51','imp','optin_8','7227261368','','714',0),(29658,'2020-11-25 05:54:39','imp','optin_7','mailchimp_7227261368','','714',0),(29659,'2020-11-25 08:33:04','imp','optin_7','mailchimp_7227261368','','714',0),(29660,'2020-11-25 08:33:06','imp','optin_5','7227261368','','714',0),(29661,'2020-11-25 08:33:24','imp','optin_8','7227261368','','714',0),(29662,'2020-11-25 09:12:59','imp','optin_7','7227261368','','714',0),(29663,'2020-11-25 12:15:04','imp','optin_7','mailchimp_7227261368','','714',0),(29664,'2020-11-25 12:15:23','imp','optin_8','7227261368','','714',0),(29665,'2020-11-25 16:22:12','imp','optin_7','mailchimp_7227261368','','714',0),(29666,'2020-11-25 16:22:13','imp','optin_5','7227261368','','714',0),(29667,'2020-11-25 16:22:30','imp','optin_8','7227261368','','714',0),(29668,'2020-11-25 16:22:39','imp','optin_7','7227261368','','714',0),(29669,'2020-11-26 09:50:49','imp','optin_7','mailchimp_7227261368','','714',0),(29670,'2020-11-26 09:51:07','imp','optin_8','7227261368','','714',0),(29671,'2020-11-26 09:52:03','imp','optin_7','7227261368','','714',0),(29672,'2020-11-26 13:45:56','imp','optin_7','mailchimp_7227261368','','714',0),(29673,'2020-11-26 13:46:21','imp','optin_8','7227261368','','714',0),(29674,'2020-11-26 13:47:25','imp','optin_7','mailchimp_7227261368','','714',0),(29675,'2020-11-26 13:47:32','imp','optin_7','7227261368','','714',0),(29676,'2020-11-26 13:47:45','imp','optin_8','7227261368','','714',0),(29677,'2020-11-26 14:19:10','imp','optin_7','mailchimp_7227261368','','714',0),(29678,'2020-11-26 14:19:29','imp','optin_8','7227261368','','714',0),(29679,'2020-11-26 14:21:25','imp','optin_7','7227261368','','714',0),(29680,'2020-11-26 14:21:43','imp','optin_5','7227261368','','714',0),(29681,'2020-11-26 19:19:58','imp','optin_7','mailchimp_7227261368','','714',0),(29682,'2020-11-26 19:20:18','imp','optin_8','7227261368','','714',0),(29683,'2020-11-26 19:23:25','imp','optin_5','7227261368','','714',0),(29684,'2020-11-26 19:23:34','imp','optin_7','7227261368','','714',0),(29685,'2020-11-26 20:12:07','imp','optin_7','mailchimp_7227261368','','714',0),(29686,'2020-11-26 20:12:09','imp','optin_5','7227261368','','714',0),(29687,'2020-11-26 20:12:27','imp','optin_7','7227261368','','714',0),(29688,'2020-11-26 20:12:28','imp','optin_8','7227261368','','714',0),(29689,'2020-11-27 00:02:08','imp','optin_2','7227261368','','92',0),(29690,'2020-11-27 00:02:09','imp','optin_8','7227261368','','-1',0),(29691,'2020-11-27 00:24:57','imp','optin_7','mailchimp_7227261368','','714',0),(29692,'2020-11-27 00:25:18','imp','optin_8','7227261368','','714',0),(29693,'2020-11-27 00:26:01','imp','optin_7','7227261368','','714',0),(29694,'2020-11-27 00:26:02','imp','optin_5','7227261368','','714',0),(29695,'2020-11-27 02:23:13','imp','optin_7','mailchimp_7227261368','','714',0),(29696,'2020-11-27 06:43:37','imp','optin_7','mailchimp_7227261368','','714',0),(29697,'2020-11-27 07:40:05','imp','optin_7','mailchimp_7227261368','','714',0),(29698,'2020-11-27 07:40:25','imp','optin_8','7227261368','','714',0),(29699,'2020-11-27 17:42:20','imp','optin_7','mailchimp_7227261368','','714',0),(29700,'2020-11-27 17:42:20','imp','optin_5','7227261368','','714',0),(29701,'2020-11-27 17:42:39','imp','optin_8','7227261368','','714',0),(29702,'2020-11-27 17:42:39','imp','optin_7','7227261368','','714',0),(29703,'2020-11-27 18:12:22','imp','optin_7','mailchimp_7227261368','','714',0),(29704,'2020-11-27 18:12:23','imp','optin_5','7227261368','','714',0),(29705,'2020-11-27 18:12:43','imp','optin_8','7227261368','','714',0),(29706,'2020-11-27 20:59:58','imp','optin_7','mailchimp_7227261368','','714',0),(29707,'2020-11-27 20:59:58','imp','optin_5','7227261368','','714',0),(29708,'2020-11-27 21:00:17','imp','optin_8','7227261368','','714',0),(29709,'2020-11-27 21:00:27','imp','optin_7','7227261368','','714',0),(29710,'2020-11-28 04:34:04','imp','optin_7','mailchimp_7227261368','','714',0),(29711,'2020-11-28 05:00:30','imp','optin_7','mailchimp_7227261368','','714',0),(29712,'2020-11-28 05:00:48','imp','optin_8','7227261368','','714',0),(29713,'2020-11-28 05:01:07','imp','optin_5','7227261368','','714',0),(29714,'2020-11-28 14:44:47','imp','optin_7','mailchimp_7227261368','','714',0),(29715,'2020-11-28 14:44:49','imp','optin_5','7227261368','','714',0),(29716,'2020-11-28 14:44:54','imp','optin_8','7227261368','','714',0),(29717,'2020-11-28 20:40:32','imp','optin_7','mailchimp_7227261368','','714',0),(29718,'2020-11-28 20:40:52','imp','optin_8','7227261368','','714',0),(29719,'2020-11-28 21:10:00','imp','optin_7','mailchimp_7227261368','','714',0),(29720,'2020-11-28 21:10:20','imp','optin_8','7227261368','','714',0),(29721,'2020-11-29 05:53:04','imp','optin_8','7227261368','','-1',0),(29722,'2020-11-29 07:28:30','imp','optin_7','mailchimp_7227261368','','714',0),(29723,'2020-11-29 07:28:50','imp','optin_8','7227261368','','714',0),(29724,'2020-11-29 07:28:58','imp','optin_5','7227261368','','714',0),(29725,'2020-11-29 07:29:21','imp','optin_7','7227261368','','714',0),(29726,'2020-11-30 07:48:47','imp','optin_7','mailchimp_7227261368','','714',0),(29727,'2020-11-30 07:48:58','imp','optin_8','7227261368','','714',0),(29728,'2020-11-30 07:49:13','imp','optin_7','7227261368','','714',0),(29729,'2020-11-30 14:37:27','imp','optin_7','mailchimp_7227261368','','714',0),(29730,'2020-11-30 14:37:47','imp','optin_8','7227261368','','714',0),(29731,'2020-11-30 14:38:16','imp','optin_7','7227261368','','714',0),(29732,'2020-11-30 14:46:29','imp','optin_7','mailchimp_7227261368','','714',0),(29733,'2020-11-30 14:46:39','imp','optin_8','7227261368','','714',0),(29734,'2020-11-30 14:46:49','imp','optin_7','7227261368','','714',0),(29735,'2020-11-30 19:17:20','imp','optin_7','mailchimp_7227261368','','714',0),(29736,'2020-11-30 19:17:22','imp','optin_5','7227261368','','714',0),(29737,'2020-11-30 19:17:40','imp','optin_8','7227261368','','714',0),(29738,'2020-11-30 19:17:58','imp','optin_7','7227261368','','714',0),(29739,'2020-11-30 20:31:17','imp','optin_8','7227261368','','-1',0),(29740,'2020-11-30 20:56:05','imp','optin_7','mailchimp_7227261368','','714',0),(29741,'2020-11-30 20:56:16','imp','optin_8','7227261368','','714',0),(29742,'2020-11-30 20:56:21','imp','optin_5','7227261368','','714',0),(29743,'2020-11-30 20:56:25','imp','optin_7','7227261368','','714',0),(29744,'2020-11-30 22:26:54','imp','optin_7','mailchimp_7227261368','','714',0),(29745,'2020-11-30 22:27:06','imp','optin_5','7227261368','','714',0),(29746,'2020-11-30 22:27:11','imp','optin_8','7227261368','','714',0),(29747,'2020-11-30 22:27:26','imp','optin_7','7227261368','','714',0),(29748,'2020-12-01 07:46:09','imp','optin_7','mailchimp_7227261368','','714',0),(29749,'2020-12-01 07:46:10','imp','optin_5','7227261368','','714',0),(29750,'2020-12-01 13:30:43','imp','optin_7','mailchimp_7227261368','','714',0),(29751,'2020-12-01 13:31:03','imp','optin_8','7227261368','','714',0),(29752,'2020-12-01 15:15:58','imp','optin_7','mailchimp_7227261368','','714',0),(29753,'2020-12-01 23:33:50','imp','optin_8','7227261368','','967',0),(29754,'2020-12-02 04:15:59','imp','optin_5','7227261368','','714',0),(29755,'2020-12-02 04:15:59','imp','optin_7','mailchimp_7227261368','','714',0),(29756,'2020-12-02 04:16:18','imp','optin_8','7227261368','','714',0),(29757,'2020-12-02 04:16:30','imp','optin_7','7227261368','','714',0),(29758,'2020-12-02 05:51:55','imp','optin_7','mailchimp_7227261368','','714',0),(29759,'2020-12-02 05:52:05','imp','optin_8','7227261368','','714',0),(29760,'2020-12-02 05:52:05','imp','optin_7','7227261368','','714',0),(29761,'2020-12-02 05:52:12','imp','optin_5','7227261368','','714',0),(29762,'2020-12-02 08:36:17','imp','optin_7','mailchimp_7227261368','','714',0),(29763,'2020-12-02 08:36:36','imp','optin_8','7227261368','','714',0),(29764,'2020-12-02 08:37:14','imp','optin_5','7227261368','','714',0),(29765,'2020-12-02 08:37:39','imp','optin_7','mailchimp_7227261368','','714',0),(29766,'2020-12-02 08:37:59','imp','optin_8','7227261368','','714',0),(29767,'2020-12-02 08:39:36','imp','optin_7','7227261368','','714',0),(29768,'2020-12-02 08:40:48','imp','optin_5','7227261368','','714',0),(29769,'2020-12-02 08:41:18','imp','optin_7','7227261368','','714',0),(29770,'2020-12-02 10:20:43','imp','optin_7','mailchimp_7227261368','','714',0),(29771,'2020-12-02 10:20:43','imp','optin_5','7227261368','','714',0),(29772,'2020-12-02 10:30:52','imp','optin_7','mailchimp_7227261368','','714',0),(29773,'2020-12-02 10:31:12','imp','optin_8','7227261368','','714',0),(29774,'2020-12-02 10:35:27','imp','optin_5','7227261368','','714',0),(29775,'2020-12-02 14:10:07','imp','optin_7','mailchimp_7227261368','','714',0),(29776,'2020-12-02 14:10:17','imp','optin_8','7227261368','','714',0),(29777,'2020-12-02 14:10:17','imp','optin_7','7227261368','','714',0),(29778,'2020-12-02 14:10:23','imp','optin_5','7227261368','','714',0),(29779,'2020-12-02 15:46:08','imp','optin_7','mailchimp_7227261368','','714',0),(29780,'2020-12-02 15:46:08','imp','optin_5','7227261368','','714',0),(29781,'2020-12-02 15:46:21','imp','optin_7','7227261368','','714',0),(29782,'2020-12-02 15:46:21','imp','optin_8','7227261368','','714',0),(29783,'2020-12-02 19:09:29','imp','optin_7','mailchimp_7227261368','','714',0),(29784,'2020-12-02 22:07:13','imp','optin_7','mailchimp_7227261368','','714',0),(29785,'2020-12-03 04:11:51','imp','optin_7','mailchimp_7227261368','','714',0),(29786,'2020-12-03 04:12:12','imp','optin_8','7227261368','','714',0),(29787,'2020-12-03 05:43:39','imp','optin_7','mailchimp_7227261368','','714',0),(29788,'2020-12-03 05:43:50','imp','optin_5','7227261368','','714',0),(29789,'2020-12-03 05:43:58','imp','optin_8','7227261368','','714',0),(29790,'2020-12-03 05:44:08','imp','optin_7','7227261368','','714',0),(29791,'2020-12-03 09:47:10','imp','optin_7','mailchimp_7227261368','','714',0),(29792,'2020-12-03 09:47:31','imp','optin_8','7227261368','','714',0),(29793,'2020-12-03 09:48:43','imp','optin_7','7227261368','','714',0),(29794,'2020-12-04 01:57:37','imp','optin_7','mailchimp_7227261368','','714',0),(29795,'2020-12-04 04:16:59','imp','optin_5','7227261368','','945',0),(29796,'2020-12-04 04:17:15','imp','optin_8','7227261368','','945',0),(29797,'2020-12-04 07:22:32','imp','optin_7','mailchimp_7227261368','','714',0),(29798,'2020-12-04 07:22:32','imp','optin_5','7227261368','','714',0),(29799,'2020-12-04 07:22:36','imp','optin_8','7227261368','','714',0),(29800,'2020-12-04 07:22:37','imp','optin_7','7227261368','','714',0),(29801,'2020-12-04 07:53:08','imp','optin_7','mailchimp_7227261368','','714',0),(29802,'2020-12-04 07:53:08','imp','optin_5','7227261368','','714',0),(29803,'2020-12-04 07:53:11','imp','optin_7','7227261368','','714',0),(29804,'2020-12-04 07:53:11','imp','optin_8','7227261368','','714',0),(29805,'2020-12-04 17:20:37','imp','optin_7','mailchimp_7227261368','','714',0),(29806,'2020-12-04 22:33:14','imp','optin_7','mailchimp_7227261368','','714',0),(29807,'2020-12-04 22:33:34','imp','optin_8','7227261368','','714',0),(29808,'2020-12-04 22:34:11','imp','optin_7','7227261368','','714',0),(29809,'2020-12-05 02:36:21','imp','optin_7','mailchimp_7227261368','','714',0),(29810,'2020-12-05 02:40:23','imp','optin_7','mailchimp_7227261368','','714',0),(29811,'2020-12-05 02:40:43','imp','optin_8','7227261368','','714',0),(29812,'2020-12-05 02:40:57','imp','optin_7','7227261368','','714',0),(29813,'2020-12-05 03:26:19','imp','optin_7','mailchimp_7227261368','','714',0),(29814,'2020-12-05 03:26:29','imp','optin_8','7227261368','','714',0),(29815,'2020-12-05 03:26:38','imp','optin_7','7227261368','','714',0),(29816,'2020-12-05 04:06:46','imp','optin_7','mailchimp_7227261368','','714',0),(29817,'2020-12-05 04:06:46','imp','optin_5','7227261368','','714',0),(29818,'2020-12-05 04:07:06','imp','optin_8','7227261368','','714',0),(29819,'2020-12-05 04:07:27','imp','optin_7','7227261368','','714',0),(29820,'2020-12-05 04:16:50','imp','optin_7','mailchimp_7227261368','','714',0),(29821,'2020-12-05 04:17:11','imp','optin_8','7227261368','','714',0),(29822,'2020-12-05 04:18:11','imp','optin_5','7227261368','','714',0),(29823,'2020-12-05 04:18:47','imp','optin_7','7227261368','','714',0),(29824,'2020-12-05 05:01:43','imp','optin_7','mailchimp_7227261368','','714',0),(29825,'2020-12-05 05:02:02','imp','optin_8','7227261368','','714',0),(29826,'2020-12-05 05:02:50','imp','optin_7','7227261368','','714',0),(29827,'2020-12-05 07:40:36','imp','optin_7','mailchimp_7227261368','','714',0),(29828,'2020-12-05 18:08:54','imp','optin_7','mailchimp_7227261368','','714',0),(29829,'2020-12-05 18:09:14','imp','optin_8','7227261368','','714',0),(29830,'2020-12-05 18:09:52','imp','optin_7','7227261368','','714',0),(29831,'2020-12-06 00:44:42','imp','optin_7','mailchimp_7227261368','','714',0),(29832,'2020-12-06 07:20:16','imp','optin_7','mailchimp_7227261368','','714',0),(29833,'2020-12-06 07:20:35','imp','optin_8','7227261368','','714',0),(29834,'2020-12-06 14:42:47','imp','optin_7','mailchimp_7227261368','','714',0),(29835,'2020-12-06 14:42:50','imp','optin_5','7227261368','','714',0),(29836,'2020-12-06 14:43:04','imp','optin_8','7227261368','','714',0),(29837,'2020-12-06 14:43:12','imp','optin_7','7227261368','','714',0),(29838,'2020-12-07 08:53:55','imp','optin_7','mailchimp_7227261368','','714',0),(29839,'2020-12-07 08:54:15','imp','optin_8','7227261368','','714',0),(29840,'2020-12-07 08:54:35','imp','optin_7','7227261368','','714',0),(29841,'2020-12-07 10:31:05','imp','optin_7','mailchimp_7227261368','','714',0),(29842,'2020-12-07 10:31:25','imp','optin_8','7227261368','','714',0),(29843,'2020-12-07 15:35:36','imp','optin_8','7227261368','','-1',0),(29844,'2020-12-07 16:05:30','imp','optin_7','mailchimp_7227261368','','714',0),(29845,'2020-12-07 20:53:46','imp','optin_8','7227261368','','-1',0),(29846,'2020-12-08 01:39:28','imp','optin_7','mailchimp_7227261368','','714',0),(29847,'2020-12-08 04:14:15','imp','optin_7','mailchimp_7227261368','','714',0),(29848,'2020-12-08 04:14:24','imp','optin_8','7227261368','','714',0),(29849,'2020-12-08 04:14:32','imp','optin_7','7227261368','','714',0),(29850,'2020-12-08 08:47:14','imp','optin_7','mailchimp_7227261368','','714',0),(29851,'2020-12-08 08:47:34','imp','optin_8','7227261368','','714',0),(29852,'2020-12-08 09:12:11','imp','optin_7','mailchimp_7227261368','','714',0),(29853,'2020-12-08 09:12:21','imp','optin_5','7227261368','','714',0),(29854,'2020-12-08 09:12:30','imp','optin_8','7227261368','','714',0),(29855,'2020-12-08 09:12:43','imp','optin_7','7227261368','','714',0),(29856,'2020-12-08 10:20:44','imp','optin_7','mailchimp_7227261368','','714',0),(29857,'2020-12-08 14:20:03','imp','optin_7','mailchimp_7227261368','','714',0),(29858,'2020-12-08 17:27:26','imp','optin_7','mailchimp_7227261368','','714',0),(29859,'2020-12-08 17:27:46','imp','optin_8','7227261368','','714',0),(29860,'2020-12-08 20:45:45','imp','optin_7','mailchimp_7227261368','','714',0),(29861,'2020-12-08 22:57:38','imp','optin_7','mailchimp_7227261368','','714',0),(29862,'2020-12-08 22:57:58','imp','optin_8','7227261368','','714',0),(29863,'2020-12-09 07:19:31','imp','optin_7','7227261368','','714',0),(29864,'2020-12-09 07:46:34','imp','optin_7','mailchimp_7227261368','','714',0),(29865,'2020-12-09 07:46:50','imp','optin_7','7227261368','','714',0),(29866,'2020-12-09 07:46:51','imp','optin_8','7227261368','','714',0),(29867,'2020-12-09 07:47:18','imp','optin_5','7227261368','','714',0),(29868,'2020-12-09 08:39:57','imp','optin_7','mailchimp_7227261368','','714',0),(29869,'2020-12-09 08:40:12','imp','optin_8','7227261368','','714',0),(29870,'2020-12-09 17:33:04','imp','optin_7','mailchimp_7227261368','','714',0),(29871,'2020-12-09 17:33:04','imp','optin_5','7227261368','','714',0),(29872,'2020-12-09 17:33:23','imp','optin_8','7227261368','','714',0),(29873,'2020-12-10 01:04:35','imp','optin_7','mailchimp_7227261368','','714',0),(29874,'2020-12-10 01:04:52','imp','optin_8','7227261368','','714',0),(29875,'2020-12-10 21:53:11','imp','optin_8','7227261368','','-1',0),(29876,'2020-12-11 06:35:20','imp','optin_5','7227261368','','714',0),(29877,'2020-12-11 06:35:20','imp','optin_7','mailchimp_7227261368','','714',0),(29878,'2020-12-11 06:35:28','imp','optin_8','7227261368','','714',0),(29879,'2020-12-11 06:35:29','imp','optin_7','7227261368','','714',0),(29880,'2020-12-11 08:57:15','imp','optin_7','mailchimp_7227261368','','714',0),(29881,'2020-12-11 08:57:15','imp','optin_5','7227261368','','714',0),(29882,'2020-12-11 08:57:35','imp','optin_8','7227261368','','714',0),(29883,'2020-12-11 13:07:57','imp','optin_7','mailchimp_7227261368','','714',0),(29884,'2020-12-11 13:08:17','imp','optin_8','7227261368','','714',0),(29885,'2020-12-11 13:09:41','imp','optin_7','7227261368','','714',0),(29886,'2020-12-11 18:48:08','imp','optin_7','mailchimp_7227261368','','714',0),(29887,'2020-12-11 18:48:27','imp','optin_8','7227261368','','714',0),(29888,'2020-12-11 18:49:38','imp','optin_7','7227261368','','714',0),(29889,'2020-12-11 20:40:07','imp','optin_7','mailchimp_7227261368','','714',0),(29890,'2020-12-12 05:24:16','imp','optin_7','mailchimp_7227261368','','714',0),(29891,'2020-12-12 05:24:16','imp','optin_5','7227261368','','714',0),(29892,'2020-12-12 05:24:35','imp','optin_8','7227261368','','714',0),(29893,'2020-12-12 05:24:51','imp','optin_7','7227261368','','714',0),(29894,'2020-12-12 06:05:55','imp','optin_7','mailchimp_7227261368','','714',0),(29895,'2020-12-12 06:06:15','imp','optin_8','7227261368','','714',0),(29896,'2020-12-12 06:06:30','imp','optin_5','7227261368','','714',0),(29897,'2020-12-12 06:06:39','imp','optin_7','7227261368','','714',0),(29898,'2020-12-12 22:31:38','imp','optin_7','mailchimp_7227261368','','714',0),(29899,'2020-12-13 01:53:39','imp','optin_7','mailchimp_7227261368','','714',0),(29900,'2020-12-13 01:53:49','imp','optin_8','7227261368','','714',0),(29901,'2020-12-13 01:54:03','imp','optin_7','7227261368','','714',0),(29902,'2020-12-13 10:41:56','imp','optin_7','mailchimp_7227261368','','714',0),(29903,'2020-12-13 10:42:12','imp','optin_8','7227261368','','714',0),(29904,'2020-12-13 11:39:45','imp','optin_7','mailchimp_7227261368','','714',0),(29905,'2020-12-13 11:39:45','imp','optin_5','7227261368','','714',0),(29906,'2020-12-13 11:40:04','imp','optin_7','7227261368','','714',0),(29907,'2020-12-13 11:40:04','imp','optin_8','7227261368','','714',0),(29908,'2020-12-13 11:40:05','imp','optin_8','7227261368','','714',0),(29909,'2020-12-13 12:03:20','imp','optin_7','mailchimp_7227261368','','714',0),(29910,'2020-12-13 12:44:21','imp','optin_7','mailchimp_7227261368','','714',0),(29911,'2020-12-13 12:44:26','imp','optin_5','7227261368','','714',0),(29912,'2020-12-13 12:44:40','imp','optin_8','7227261368','','714',0),(29913,'2020-12-13 12:44:48','imp','optin_7','7227261368','','714',0),(29914,'2020-12-13 18:25:13','imp','optin_7','mailchimp_7227261368','','714',0),(29915,'2020-12-13 19:34:19','imp','optin_7','mailchimp_7227261368','','714',0),(29916,'2020-12-13 19:34:39','imp','optin_8','7227261368','','714',0),(29917,'2020-12-13 19:35:32','imp','optin_7','7227261368','','714',0),(29918,'2020-12-14 01:06:42','imp','optin_7','mailchimp_7227261368','','714',0),(29919,'2020-12-14 01:06:42','imp','optin_5','7227261368','','714',0),(29920,'2020-12-14 01:07:00','imp','optin_7','7227261368','','714',0),(29921,'2020-12-14 01:07:01','imp','optin_8','7227261368','','714',0),(29922,'2020-12-14 01:42:33','imp','optin_7','mailchimp_7227261368','','714',0),(29923,'2020-12-14 01:42:53','imp','optin_8','7227261368','','714',0),(29924,'2020-12-14 01:43:54','imp','optin_7','7227261368','','714',0),(29925,'2020-12-14 14:24:07','imp','optin_8','7227261368','','2',0),(29926,'2020-12-14 14:24:07','imp','optin_2','7227261368','','2',0),(29927,'2020-12-14 19:04:41','imp','optin_7','mailchimp_7227261368','','714',0),(29928,'2020-12-14 19:05:01','imp','optin_8','7227261368','','714',0),(29929,'2020-12-14 19:05:59','imp','optin_7','7227261368','','714',0),(29930,'2020-12-14 20:53:18','imp','optin_8','7227261368','','-1',0),(29931,'2020-12-14 21:50:42','imp','optin_7','mailchimp_7227261368','','714',0),(29932,'2020-12-14 21:50:43','imp','optin_7','mailchimp_7227261368','','714',0),(29933,'2020-12-14 22:35:13','imp','optin_7','mailchimp_7227261368','','714',0),(29934,'2020-12-14 22:35:26','imp','optin_8','7227261368','','714',0),(29935,'2020-12-14 22:35:33','imp','optin_7','7227261368','','714',0),(29936,'2020-12-14 23:35:30','imp','optin_7','mailchimp_7227261368','','714',0),(29937,'2020-12-14 23:35:50','imp','optin_8','7227261368','','714',0),(29938,'2020-12-15 02:23:08','imp','optin_7','mailchimp_7227261368','','714',0),(29939,'2020-12-15 02:23:27','imp','optin_8','7227261368','','714',0),(29940,'2020-12-15 03:15:42','imp','optin_7','mailchimp_7227261368','','714',0),(29941,'2020-12-15 03:15:42','imp','optin_5','7227261368','','714',0),(29942,'2020-12-15 03:16:01','imp','optin_8','7227261368','','714',0),(29943,'2020-12-15 03:19:15','imp','optin_7','7227261368','','714',0),(29944,'2020-12-15 10:03:53','imp','optin_7','mailchimp_7227261368','','714',0),(29945,'2020-12-15 10:04:11','imp','optin_8','7227261368','','714',0),(29946,'2020-12-15 10:04:33','imp','optin_5','7227261368','','714',0),(29947,'2020-12-15 10:05:02','imp','optin_7','7227261368','','714',0),(29948,'2020-12-15 21:17:32','imp','optin_7','mailchimp_7227261368','','714',0),(29949,'2020-12-15 21:17:32','imp','optin_5','7227261368','','714',0),(29950,'2020-12-15 21:17:36','imp','optin_7','7227261368','','714',0),(29951,'2020-12-15 21:17:36','imp','optin_8','7227261368','','714',0),(29952,'2020-12-15 22:22:02','imp','optin_7','mailchimp_7227261368','','714',0),(29953,'2020-12-15 22:22:07','imp','optin_5','7227261368','','714',0),(29954,'2020-12-16 01:41:17','imp','optin_5','7227261368','','714',0),(29955,'2020-12-16 01:41:17','imp','optin_7','mailchimp_7227261368','','714',0),(29956,'2020-12-16 01:41:22','imp','optin_7','7227261368','','714',0),(29957,'2020-12-16 01:41:22','imp','optin_8','7227261368','','714',0),(29958,'2020-12-16 06:50:00','imp','optin_7','mailchimp_7227261368','','714',0),(29959,'2020-12-16 06:50:19','imp','optin_8','7227261368','','714',0),(29960,'2020-12-16 09:09:03','imp','optin_7','mailchimp_7227261368','','714',0),(29961,'2020-12-16 09:09:23','imp','optin_8','7227261368','','714',0),(29962,'2020-12-16 09:10:09','imp','optin_7','7227261368','','714',0),(29963,'2020-12-16 09:10:11','imp','optin_5','7227261368','','714',0),(29964,'2020-12-16 17:36:10','imp','optin_7','mailchimp_7227261368','','714',0),(29965,'2020-12-17 01:46:33','imp','optin_7','mailchimp_7227261368','','714',0),(29966,'2020-12-17 01:46:47','imp','optin_7','7227261368','','714',0),(29967,'2020-12-17 01:46:52','imp','optin_8','7227261368','','714',0),(29968,'2020-12-17 05:13:35','imp','optin_7','mailchimp_7227261368','','714',0),(29969,'2020-12-17 07:00:29','imp','optin_7','mailchimp_7227261368','','714',0),(29970,'2020-12-17 08:28:51','imp','optin_7','mailchimp_7227261368','','714',0),(29971,'2020-12-17 08:29:04','imp','optin_5','7227261368','','714',0),(29972,'2020-12-17 08:29:10','imp','optin_8','7227261368','','714',0),(29973,'2020-12-17 08:29:23','imp','optin_7','7227261368','','714',0),(29974,'2020-12-17 08:36:28','imp','optin_7','mailchimp_7227261368','','714',0),(29975,'2020-12-17 08:36:48','imp','optin_8','7227261368','','714',0),(29976,'2020-12-17 08:37:06','imp','optin_7','7227261368','','714',0),(29977,'2020-12-17 12:20:43','imp','optin_7','mailchimp_7227261368','','714',0),(29978,'2020-12-17 16:12:22','imp','optin_7','mailchimp_7227261368','','714',0),(29979,'2020-12-17 16:12:32','imp','optin_5','7227261368','','714',0),(29980,'2020-12-17 16:12:36','imp','optin_7','7227261368','','714',0),(29981,'2020-12-17 16:12:41','imp','optin_8','7227261368','','714',0),(29982,'2020-12-17 18:00:25','imp','optin_7','mailchimp_7227261368','','714',0),(29983,'2020-12-17 18:00:40','imp','optin_8','7227261368','','714',0),(29984,'2020-12-17 18:00:46','imp','optin_7','7227261368','','714',0),(29985,'2020-12-17 21:36:16','imp','optin_7','mailchimp_7227261368','','714',0),(29986,'2020-12-17 21:36:17','imp','optin_5','7227261368','','714',0),(29987,'2020-12-17 21:36:36','imp','optin_8','7227261368','','714',0),(29988,'2020-12-18 06:04:55','imp','optin_7','mailchimp_7227261368','','714',0),(29989,'2020-12-18 06:05:12','imp','optin_8','7227261368','','714',0),(29990,'2020-12-18 06:05:41','imp','optin_7','7227261368','','714',0),(29991,'2020-12-18 06:05:43','imp','optin_5','7227261368','','714',0),(29992,'2020-12-18 07:09:40','imp','optin_7','mailchimp_7227261368','','714',0),(29993,'2020-12-18 07:09:51','imp','optin_8','7227261368','','714',0),(29994,'2020-12-18 07:28:11','imp','optin_7','mailchimp_7227261368','','714',0),(29995,'2020-12-18 13:10:20','imp','optin_7','mailchimp_7227261368','','714',0),(29996,'2020-12-18 13:10:37','imp','optin_7','7227261368','','714',0),(29997,'2020-12-18 13:10:37','imp','optin_8','7227261368','','714',0),(29998,'2020-12-18 13:10:56','imp','optin_5','7227261368','','714',0),(29999,'2020-12-19 01:34:39','imp','optin_7','mailchimp_7227261368','','714',0),(30000,'2020-12-19 01:34:58','imp','optin_8','7227261368','','714',0),(30001,'2020-12-19 04:20:50','imp','optin_7','mailchimp_7227261368','','714',0),(30002,'2020-12-19 04:20:51','imp','optin_5','7227261368','','714',0),(30003,'2020-12-19 04:50:46','imp','optin_7','mailchimp_7227261368','','714',0),(30004,'2020-12-19 05:35:21','imp','optin_7','mailchimp_7227261368','','714',0),(30005,'2020-12-19 05:35:28','imp','optin_8','7227261368','','714',0),(30006,'2020-12-19 06:17:08','imp','optin_7','mailchimp_7227261368','','714',0),(30007,'2020-12-19 06:17:27','imp','optin_8','7227261368','','714',0),(30008,'2020-12-19 06:17:31','imp','optin_7','7227261368','','714',0),(30009,'2020-12-19 17:06:11','imp','optin_7','mailchimp_7227261368','','714',0),(30010,'2020-12-20 03:06:42','imp','optin_7','mailchimp_7227261368','','714',0),(30011,'2020-12-20 07:48:31','imp','optin_7','mailchimp_7227261368','','714',0),(30012,'2020-12-20 08:08:07','imp','optin_7','mailchimp_7227261368','','714',0),(30013,'2020-12-20 08:08:11','imp','optin_8','7227261368','','714',0),(30014,'2020-12-20 08:08:18','imp','optin_7','7227261368','','714',0),(30015,'2020-12-20 09:13:33','imp','optin_8','7227261368','','-1',0),(30016,'2020-12-20 10:19:27','imp','optin_7','mailchimp_7227261368','','714',0),(30017,'2020-12-20 10:19:27','imp','optin_5','7227261368','','714',0),(30018,'2020-12-20 15:28:51','imp','optin_8','7227261368','','-1',0),(30019,'2020-12-20 18:50:28','imp','optin_7','mailchimp_7227261368','','714',0),(30020,'2020-12-20 20:26:11','imp','optin_7','mailchimp_7227261368','','714',0),(30021,'2020-12-20 20:26:23','imp','optin_8','7227261368','','714',0),(30022,'2020-12-20 20:26:29','imp','optin_7','7227261368','','714',0),(30023,'2020-12-21 01:05:41','imp','optin_7','mailchimp_7227261368','','714',0),(30024,'2020-12-21 01:05:42','imp','optin_5','7227261368','','714',0),(30025,'2020-12-21 01:05:53','imp','optin_7','7227261368','','714',0),(30026,'2020-12-21 01:05:53','imp','optin_8','7227261368','','714',0),(30027,'2020-12-21 18:43:05','imp','optin_7','mailchimp_7227261368','','714',0),(30028,'2020-12-21 20:21:57','imp','optin_8','7227261368','','-1',0),(30029,'2020-12-22 04:28:49','imp','optin_7','mailchimp_7227261368','','714',0),(30030,'2020-12-22 04:28:49','imp','optin_5','7227261368','','714',0),(30031,'2020-12-22 04:28:56','imp','optin_7','7227261368','','714',0),(30032,'2020-12-22 04:29:08','imp','optin_8','7227261368','','714',0),(30033,'2020-12-22 05:28:18','imp','optin_7','mailchimp_7227261368','','714',0),(30034,'2020-12-22 19:57:54','imp','optin_2','7227261368','','92',0),(30035,'2020-12-22 19:57:56','imp','optin_8','7227261368','','-1',0),(30036,'2020-12-23 01:48:01','imp','optin_7','mailchimp_7227261368','','714',0),(30037,'2020-12-23 01:48:01','imp','optin_5','7227261368','','714',0),(30038,'2020-12-23 01:48:20','imp','optin_8','7227261368','','714',0),(30039,'2020-12-23 01:48:21','imp','optin_7','7227261368','','714',0),(30040,'2020-12-23 02:31:49','imp','optin_7','mailchimp_7227261368','','714',0),(30041,'2020-12-23 09:30:48','imp','optin_7','mailchimp_7227261368','','714',0),(30042,'2020-12-23 16:14:35','imp','optin_7','mailchimp_7227261368','','714',0),(30043,'2020-12-23 16:14:35','imp','optin_5','7227261368','','714',0),(30044,'2020-12-23 16:14:54','imp','optin_8','7227261368','','714',0),(30045,'2020-12-23 16:15:05','imp','optin_7','7227261368','','714',0),(30046,'2020-12-23 20:17:07','imp','optin_7','mailchimp_7227261368','','714',0),(30047,'2020-12-23 20:17:27','imp','optin_8','7227261368','','714',0),(30048,'2020-12-23 20:18:03','imp','optin_7','7227261368','','714',0),(30049,'2020-12-24 00:25:09','imp','optin_8','7227261368','','698',0),(30050,'2020-12-24 00:25:09','imp','optin_5','7227261368','','698',0),(30051,'2020-12-24 02:04:06','imp','optin_5','7227261368','','945',0),(30052,'2020-12-24 02:04:12','imp','optin_8','7227261368','','945',0),(30053,'2020-12-24 02:46:19','imp','optin_7','mailchimp_7227261368','','714',0),(30054,'2020-12-24 02:46:20','imp','optin_5','7227261368','','714',0),(30055,'2020-12-24 02:46:26','imp','optin_8','7227261368','','714',0),(30056,'2020-12-24 02:46:33','imp','optin_7','7227261368','','714',0),(30057,'2020-12-24 03:29:20','imp','optin_7','mailchimp_7227261368','','714',0),(30058,'2020-12-24 03:29:41','imp','optin_8','7227261368','','714',0),(30059,'2020-12-24 03:29:41','imp','optin_5','7227261368','','714',0),(30060,'2020-12-24 03:30:17','imp','optin_7','7227261368','','714',0),(30061,'2020-12-24 12:28:26','imp','optin_7','mailchimp_7227261368','','714',0),(30062,'2020-12-24 16:05:26','imp','optin_7','mailchimp_7227261368','','714',0),(30063,'2020-12-24 16:05:46','imp','optin_8','7227261368','','714',0),(30064,'2020-12-24 19:07:07','imp','optin_7','mailchimp_7227261368','','714',0),(30065,'2020-12-24 19:07:27','imp','optin_8','7227261368','','714',0),(30066,'2020-12-24 19:09:40','imp','optin_7','7227261368','','714',0),(30067,'2020-12-24 21:59:56','imp','optin_7','mailchimp_7227261368','','714',0),(30068,'2020-12-25 15:29:52','imp','optin_7','mailchimp_7227261368','','714',0),(30069,'2020-12-25 15:30:12','imp','optin_8','7227261368','','714',0),(30070,'2020-12-25 15:31:14','imp','optin_5','7227261368','','714',0),(30071,'2020-12-26 03:28:59','imp','optin_7','mailchimp_7227261368','','714',0),(30072,'2020-12-26 03:29:16','imp','optin_8','7227261368','','714',0),(30073,'2020-12-26 03:29:22','imp','optin_7','7227261368','','714',0),(30074,'2020-12-26 06:26:09','imp','optin_7','mailchimp_7227261368','','714',0),(30075,'2020-12-26 06:26:28','imp','optin_8','7227261368','','714',0),(30076,'2020-12-26 06:28:17','imp','optin_5','7227261368','','714',0),(30077,'2020-12-26 06:28:21','imp','optin_7','7227261368','','714',0),(30078,'2020-12-26 06:34:53','imp','optin_7','mailchimp_7227261368','','714',0),(30079,'2020-12-26 11:09:19','imp','optin_8','7227261368','','-1',0),(30080,'2020-12-26 14:22:58','imp','optin_7','mailchimp_7227261368','','714',0),(30081,'2020-12-26 14:23:20','imp','optin_8','7227261368','','714',0),(30082,'2020-12-26 14:23:50','imp','optin_7','7227261368','','714',0),(30083,'2020-12-26 15:28:20','imp','optin_8','7227261368','','-1',0),(30084,'2020-12-27 04:30:55','imp','optin_7','mailchimp_7227261368','','714',0),(30085,'2020-12-27 04:39:01','imp','optin_8','7227261368','','714',0),(30086,'2020-12-27 07:02:57','imp','optin_7','mailchimp_7227261368','','714',0),(30087,'2020-12-27 07:03:15','imp','optin_8','7227261368','','714',0),(30088,'2020-12-27 08:07:46','imp','optin_7','mailchimp_7227261368','','714',0),(30089,'2020-12-27 08:08:00','imp','optin_8','7227261368','','714',0),(30090,'2020-12-27 08:33:49','imp','optin_7','mailchimp_7227261368','','714',0),(30091,'2020-12-27 08:33:57','imp','optin_8','7227261368','','714',0),(30092,'2020-12-27 08:34:11','imp','optin_7','7227261368','','714',0),(30093,'2020-12-27 21:05:12','imp','optin_7','mailchimp_7227261368','','714',0),(30094,'2020-12-27 21:05:12','imp','optin_5','7227261368','','714',0),(30095,'2020-12-28 08:05:15','imp','optin_7','mailchimp_7227261368','','714',0),(30096,'2020-12-28 08:05:32','imp','optin_8','7227261368','','714',0),(30097,'2020-12-28 19:11:00','imp','optin_8','7227261368','','894',0),(30098,'2020-12-28 20:35:25','imp','optin_8','7227261368','','-1',0),(30099,'2020-12-28 20:37:14','imp','optin_8','7227261368','','-1',0),(30100,'2020-12-29 06:47:56','imp','optin_7','mailchimp_7227261368','','714',0),(30101,'2020-12-29 08:18:25','imp','optin_7','mailchimp_7227261368','','714',0),(30102,'2020-12-29 08:18:37','imp','optin_8','7227261368','','714',0),(30103,'2020-12-29 08:18:52','imp','optin_7','7227261368','','714',0),(30104,'2020-12-29 16:44:30','imp','optin_7','mailchimp_7227261368','','714',0),(30105,'2020-12-31 00:26:28','imp','optin_2','7227261368','','92',0),(30106,'2020-12-31 00:26:28','imp','optin_8','7227261368','','-1',0),(30107,'2020-12-31 05:09:49','imp','optin_7','mailchimp_7227261368','','714',0),(30108,'2020-12-31 20:42:49','imp','optin_7','mailchimp_7227261368','','714',0),(30109,'2020-12-31 20:43:00','imp','optin_8','7227261368','','714',0),(30110,'2020-12-31 20:43:08','imp','optin_7','7227261368','','714',0),(30111,'2020-12-31 20:43:09','imp','optin_5','7227261368','','714',0),(30112,'2020-12-31 23:54:28','imp','optin_7','mailchimp_7227261368','','714',0),(30113,'2021-01-01 07:31:45','imp','optin_7','mailchimp_7227261368','','714',0),(30114,'2021-01-01 07:31:53','imp','optin_7','7227261368','','714',0),(30115,'2021-01-01 07:31:54','imp','optin_8','7227261368','','714',0),(30116,'2021-01-01 07:32:01','imp','optin_5','7227261368','','714',0),(30117,'2021-01-02 08:29:14','imp','optin_5','7227261368','','714',0),(30118,'2021-01-02 08:29:14','imp','optin_7','mailchimp_7227261368','','714',0),(30119,'2021-01-02 08:29:30','imp','optin_8','7227261368','','714',0),(30120,'2021-01-02 08:29:46','imp','optin_7','7227261368','','714',0),(30121,'2021-01-02 12:51:45','imp','optin_7','mailchimp_7227261368','','714',0),(30122,'2021-01-02 12:51:55','imp','optin_8','7227261368','','714',0),(30123,'2021-01-02 12:52:11','imp','optin_7','7227261368','','714',0),(30124,'2021-01-02 13:55:57','imp','optin_7','mailchimp_7227261368','','714',0),(30125,'2021-01-02 13:56:15','imp','optin_8','7227261368','','714',0),(30126,'2021-01-02 13:56:15','imp','optin_7','7227261368','','714',0),(30127,'2021-01-02 13:56:17','imp','optin_8','7227261368','','714',0),(30128,'2021-01-02 15:49:28','imp','optin_7','mailchimp_7227261368','','714',0),(30129,'2021-01-02 15:49:47','imp','optin_8','7227261368','','714',0),(30130,'2021-01-02 16:02:33','imp','optin_8','7227261368','','970',0),(30131,'2021-01-02 22:06:07','imp','optin_7','mailchimp_7227261368','','714',0),(30132,'2021-01-02 22:06:27','imp','optin_8','7227261368','','714',0),(30133,'2021-01-02 22:06:27','imp','optin_8','7227261368','','714',0),(30134,'2021-01-02 22:06:43','imp','optin_7','7227261368','','714',0),(30135,'2021-01-03 01:27:29','imp','optin_7','mailchimp_7227261368','','714',0),(30136,'2021-01-03 01:27:35','imp','optin_8','7227261368','','714',0),(30137,'2021-01-03 01:27:44','imp','optin_7','7227261368','','714',0),(30138,'2021-01-03 10:37:19','imp','optin_7','mailchimp_7227261368','','714',0),(30139,'2021-01-03 10:37:38','imp','optin_8','7227261368','','714',0),(30140,'2021-01-03 10:37:49','imp','optin_7','7227261368','','714',0),(30141,'2021-01-03 15:29:29','imp','optin_8','7227261368','','-1',0),(30142,'2021-01-03 17:56:43','imp','optin_8','7227261368','','1107',0),(30143,'2021-01-03 17:57:05','imp','optin_5','7227261368','','1107',0),(30144,'2021-01-03 18:41:27','imp','optin_7','mailchimp_7227261368','','714',0),(30145,'2021-01-03 18:41:35','imp','optin_5','7227261368','','714',0),(30146,'2021-01-03 18:41:47','imp','optin_8','7227261368','','714',0),(30147,'2021-01-03 18:42:28','imp','optin_7','7227261368','','714',0),(30148,'2021-01-04 00:12:32','imp','optin_7','mailchimp_7227261368','','714',0),(30149,'2021-01-04 00:12:52','imp','optin_8','7227261368','','714',0),(30150,'2021-01-05 00:08:49','imp','optin_5','7227261368','','714',0),(30151,'2021-01-05 00:08:49','imp','optin_7','mailchimp_7227261368','','714',0),(30152,'2021-01-05 00:09:07','imp','optin_7','7227261368','','714',0),(30153,'2021-01-05 00:09:08','imp','optin_8','7227261368','','714',0),(30154,'2021-01-05 03:12:11','imp','optin_8','7227261368','','-1',0),(30155,'2021-01-05 03:40:52','imp','optin_7','mailchimp_7227261368','','714',0),(30156,'2021-01-05 03:40:54','imp','optin_5','7227261368','','714',0),(30157,'2021-01-05 03:41:01','imp','optin_7','7227261368','','714',0),(30158,'2021-01-05 03:41:01','imp','optin_8','7227261368','','714',0),(30159,'2021-01-05 07:05:38','imp','optin_7','mailchimp_7227261368','','714',0),(30160,'2021-01-05 09:26:55','imp','optin_7','mailchimp_7227261368','','714',0),(30161,'2021-01-05 09:27:07','imp','optin_8','7227261368','','714',0),(30162,'2021-01-05 09:27:16','imp','optin_7','7227261368','','714',0),(30163,'2021-01-05 11:12:28','imp','optin_7','mailchimp_7227261368','','714',0),(30164,'2021-01-05 11:12:47','imp','optin_8','7227261368','','714',0),(30165,'2021-01-05 11:13:10','imp','optin_7','7227261368','','714',0),(30166,'2021-01-05 12:37:58','imp','optin_7','mailchimp_7227261368','','714',0),(30167,'2021-01-05 12:37:58','imp','optin_5','7227261368','','714',0),(30168,'2021-01-05 12:38:18','imp','optin_8','7227261368','','714',0),(30169,'2021-01-05 12:38:22','imp','optin_7','7227261368','','714',0),(30170,'2021-01-06 05:31:36','imp','optin_7','mailchimp_7227261368','','714',0),(30171,'2021-01-06 05:31:56','imp','optin_8','7227261368','','714',0),(30172,'2021-01-06 05:36:12','imp','optin_7','7227261368','','714',0),(30173,'2021-01-06 07:29:27','imp','optin_7','mailchimp_7227261368','','714',0),(30174,'2021-01-06 07:29:27','imp','optin_5','7227261368','','714',0),(30175,'2021-01-06 07:29:47','imp','optin_8','7227261368','','714',0),(30176,'2021-01-06 07:30:02','imp','optin_7','7227261368','','714',0),(30177,'2021-01-06 08:44:26','imp','optin_7','mailchimp_7227261368','','714',0),(30178,'2021-01-06 08:44:27','imp','optin_5','7227261368','','714',0),(30179,'2021-01-06 08:44:46','imp','optin_8','7227261368','','714',0),(30180,'2021-01-06 08:44:51','imp','optin_7','7227261368','','714',0),(30181,'2021-01-07 02:30:48','imp','optin_7','mailchimp_7227261368','','714',0),(30182,'2021-01-07 02:30:48','imp','optin_5','7227261368','','714',0),(30183,'2021-01-07 02:31:08','imp','optin_8','7227261368','','714',0),(30184,'2021-01-07 02:31:12','imp','optin_7','7227261368','','714',0),(30185,'2021-01-07 02:44:07','imp','optin_7','mailchimp_7227261368','','714',0),(30186,'2021-01-07 02:44:28','imp','optin_8','7227261368','','714',0),(30187,'2021-01-07 02:46:47','imp','optin_5','7227261368','','714',0),(30188,'2021-01-07 02:46:56','imp','optin_7','7227261368','','714',0),(30189,'2021-01-07 05:12:55','imp','optin_7','mailchimp_7227261368','','714',0),(30190,'2021-01-07 05:13:07','imp','optin_5','7227261368','','714',0),(30191,'2021-01-07 05:13:13','imp','optin_8','7227261368','','714',0),(30192,'2021-01-07 05:13:36','imp','optin_7','7227261368','','714',0),(30193,'2021-01-07 07:24:25','imp','optin_7','mailchimp_7227261368','','714',0),(30194,'2021-01-07 07:32:21','imp','optin_7','mailchimp_7227261368','','714',0),(30195,'2021-01-07 07:32:41','imp','optin_8','7227261368','','714',0),(30196,'2021-01-07 07:33:00','imp','optin_7','7227261368','','714',0),(30197,'2021-01-07 20:27:56','imp','optin_7','mailchimp_7227261368','','714',0),(30198,'2021-01-07 20:27:57','imp','optin_5','7227261368','','714',0),(30199,'2021-01-08 02:45:46','imp','optin_7','mailchimp_7227261368','','714',0),(30200,'2021-01-08 02:45:47','imp','optin_5','7227261368','','714',0),(30201,'2021-01-08 02:46:06','imp','optin_8','7227261368','','714',0),(30202,'2021-01-08 02:46:31','imp','optin_7','7227261368','','714',0),(30203,'2021-01-08 13:56:32','imp','optin_7','mailchimp_7227261368','','714',0),(30204,'2021-01-08 13:56:32','imp','optin_5','7227261368','','714',0),(30205,'2021-01-08 13:56:38','imp','optin_7','7227261368','','714',0),(30206,'2021-01-08 13:56:38','imp','optin_8','7227261368','','714',0),(30207,'2021-01-08 23:12:19','imp','optin_7','mailchimp_7227261368','','714',0),(30208,'2021-01-08 23:12:37','imp','optin_8','7227261368','','714',0),(30209,'2021-01-08 23:52:37','imp','optin_5','7227261368','','714',0),(30210,'2021-01-09 00:04:54','imp','optin_7','7227261368','','714',0),(30211,'2021-01-09 01:06:10','imp','optin_7','mailchimp_7227261368','','714',0),(30212,'2021-01-09 03:28:25','imp','optin_7','mailchimp_7227261368','','714',0),(30213,'2021-01-09 03:28:46','imp','optin_8','7227261368','','714',0),(30214,'2021-01-09 03:29:23','imp','optin_5','7227261368','','714',0),(30215,'2021-01-09 03:29:24','con','optin_8','mailchimp_7227261368','','714',0),(30216,'2021-01-09 03:29:30','imp','optin_7','7227261368','','714',0),(30217,'2021-01-09 08:23:50','imp','optin_7','mailchimp_7227261368','','714',0),(30218,'2021-01-09 08:24:09','imp','optin_8','7227261368','','714',0),(30219,'2021-01-09 13:51:10','imp','optin_7','mailchimp_7227261368','','714',0),(30220,'2021-01-09 13:51:30','imp','optin_8','7227261368','','714',0),(30221,'2021-01-09 13:51:40','imp','optin_7','7227261368','','714',0),(30222,'2021-01-09 23:14:16','imp','optin_7','mailchimp_7227261368','','714',0),(30223,'2021-01-10 08:04:31','imp','optin_7','mailchimp_7227261368','','714',0),(30224,'2021-01-10 08:04:50','imp','optin_8','7227261368','','714',0),(30225,'2021-01-10 08:05:13','imp','optin_5','7227261368','','714',0),(30226,'2021-01-10 09:58:28','imp','optin_7','mailchimp_7227261368','','714',0),(30227,'2021-01-10 09:58:47','imp','optin_8','7227261368','','714',0),(30228,'2021-01-10 09:59:10','imp','optin_7','7227261368','','714',0),(30229,'2021-01-10 11:08:05','imp','optin_7','mailchimp_7227261368','','714',0),(30230,'2021-01-10 11:08:24','imp','optin_8','7227261368','','714',0),(30231,'2021-01-10 11:08:40','imp','optin_7','7227261368','','714',0),(30232,'2021-01-10 15:55:50','imp','optin_7','mailchimp_7227261368','','714',0),(30233,'2021-01-10 15:56:08','imp','optin_8','7227261368','','714',0),(30234,'2021-01-10 15:57:22','imp','optin_7','7227261368','','714',0),(30235,'2021-01-10 16:45:01','imp','optin_7','mailchimp_7227261368','','714',0),(30236,'2021-01-10 16:45:21','imp','optin_8','7227261368','','714',0),(30237,'2021-01-10 16:46:17','imp','optin_7','7227261368','','714',0),(30238,'2021-01-10 16:48:14','imp','optin_2','7227261368','','92',0),(30239,'2021-01-11 00:11:01','imp','optin_7','mailchimp_7227261368','','714',0),(30240,'2021-01-11 03:41:03','imp','optin_7','mailchimp_7227261368','','714',0),(30241,'2021-01-11 03:41:16','imp','optin_8','7227261368','','714',0),(30242,'2021-01-11 03:44:06','imp','optin_7','7227261368','','714',0),(30243,'2021-01-11 03:44:22','imp','optin_5','7227261368','','714',0),(30244,'2021-01-11 03:45:07','con','optin_8','mailchimp_7227261368','','714',0),(30245,'2021-01-11 03:45:41','con','optin_7','mailchimp_7227261368','','714',0),(30246,'2021-01-11 07:51:29','imp','optin_7','mailchimp_7227261368','','714',0),(30247,'2021-01-11 08:28:32','imp','optin_7','mailchimp_7227261368','','714',0),(30248,'2021-01-11 08:28:52','imp','optin_8','7227261368','','714',0),(30249,'2021-01-11 09:40:25','imp','optin_7','mailchimp_7227261368','','714',0),(30250,'2021-01-11 09:40:45','imp','optin_8','7227261368','','714',0),(30251,'2021-01-11 09:40:49','imp','optin_5','7227261368','','714',0),(30252,'2021-01-11 09:45:47','imp','optin_7','7227261368','','714',0),(30253,'2021-01-11 10:02:37','imp','optin_7','mailchimp_7227261368','','714',0),(30254,'2021-01-11 10:02:57','imp','optin_8','7227261368','','714',0),(30255,'2021-01-11 10:02:57','imp','optin_8','7227261368','','714',0),(30256,'2021-01-11 10:03:14','imp','optin_7','7227261368','','714',0),(30257,'2021-01-11 11:05:57','imp','optin_7','mailchimp_7227261368','','714',0),(30258,'2021-01-11 11:29:17','imp','optin_7','mailchimp_7227261368','','714',0),(30259,'2021-01-11 11:29:36','imp','optin_8','7227261368','','714',0),(30260,'2021-01-11 11:30:05','imp','optin_7','7227261368','','714',0),(30261,'2021-01-11 12:20:16','imp','optin_7','mailchimp_7227261368','','714',0),(30262,'2021-01-11 12:20:32','imp','optin_8','7227261368','','714',0),(30263,'2021-01-11 12:20:39','imp','optin_7','7227261368','','714',0),(30264,'2021-01-11 12:21:06','imp','optin_5','7227261368','','714',0),(30265,'2021-01-12 01:29:06','imp','optin_8','7227261368','','-1',0),(30266,'2021-01-12 01:32:06','imp','optin_7','mailchimp_7227261368','','714',0),(30267,'2021-01-12 01:32:25','imp','optin_8','7227261368','','714',0),(30268,'2021-01-12 01:36:21','imp','optin_7','7227261368','','714',0),(30269,'2021-01-12 01:36:26','imp','optin_5','7227261368','','714',0),(30270,'2021-01-12 01:54:07','imp','optin_7','mailchimp_7227261368','','714',0),(30271,'2021-01-12 01:54:24','imp','optin_8','7227261368','','714',0),(30272,'2021-01-12 01:54:49','imp','optin_7','7227261368','','714',0),(30273,'2021-01-12 07:29:27','imp','optin_5','7227261368','','714',0),(30274,'2021-01-12 07:29:27','imp','optin_7','mailchimp_7227261368','','714',0),(30275,'2021-01-12 07:29:37','imp','optin_7','7227261368','','714',0),(30276,'2021-01-12 07:29:37','imp','optin_8','7227261368','','714',0),(30277,'2021-01-12 07:45:42','imp','optin_7','mailchimp_7227261368','','714',0),(30278,'2021-01-12 07:45:59','imp','optin_8','7227261368','','714',0),(30279,'2021-01-12 13:30:01','imp','optin_7','mailchimp_7227261368','','714',0),(30280,'2021-01-12 14:04:19','imp','optin_7','mailchimp_7227261368','','714',0),(30281,'2021-01-12 14:04:39','imp','optin_8','7227261368','','714',0),(30282,'2021-01-12 17:01:40','imp','optin_7','mailchimp_7227261368','','714',0),(30283,'2021-01-12 17:01:59','imp','optin_8','7227261368','','714',0),(30284,'2021-01-12 18:47:34','imp','optin_7','mailchimp_7227261368','','714',0),(30285,'2021-01-12 18:47:34','imp','optin_5','7227261368','','714',0),(30286,'2021-01-12 18:47:53','imp','optin_8','7227261368','','714',0),(30287,'2021-01-12 23:19:50','imp','optin_7','mailchimp_7227261368','','714',0),(30288,'2021-01-12 23:20:09','imp','optin_8','7227261368','','714',0),(30289,'2021-01-12 23:20:10','imp','optin_5','7227261368','','714',0),(30290,'2021-01-13 01:20:51','imp','optin_7','mailchimp_7227261368','','714',0),(30291,'2021-01-13 01:21:10','imp','optin_8','7227261368','','714',0),(30292,'2021-01-13 01:22:45','imp','optin_7','7227261368','','714',0),(30293,'2021-01-13 07:44:56','imp','optin_5','7227261368','','714',0),(30294,'2021-01-13 07:44:56','imp','optin_7','mailchimp_7227261368','','714',0),(30295,'2021-01-13 07:45:03','imp','optin_7','7227261368','','714',0),(30296,'2021-01-13 07:45:03','imp','optin_8','7227261368','','714',0),(30297,'2021-01-13 08:37:29','imp','optin_7','mailchimp_7227261368','','714',0),(30298,'2021-01-13 08:37:38','imp','optin_8','7227261368','','714',0),(30299,'2021-01-13 08:37:51','imp','optin_7','7227261368','','714',0),(30300,'2021-01-13 14:14:42','imp','optin_7','mailchimp_7227261368','','714',0),(30301,'2021-01-13 14:14:46','imp','optin_8','7227261368','','714',0),(30302,'2021-01-13 14:14:52','imp','optin_7','7227261368','','714',0),(30303,'2021-01-14 03:23:07','imp','optin_8','7227261368','','192',0),(30304,'2021-01-14 04:14:31','imp','optin_7','mailchimp_7227261368','','714',0),(30305,'2021-01-14 05:15:32','imp','optin_7','mailchimp_7227261368','','714',0),(30306,'2021-01-14 05:15:32','imp','optin_5','7227261368','','714',0),(30307,'2021-01-14 05:15:50','imp','optin_8','7227261368','','714',0),(30308,'2021-01-14 05:16:02','imp','optin_7','7227261368','','714',0),(30309,'2021-01-14 06:13:59','imp','optin_7','mailchimp_7227261368','','714',0),(30310,'2021-01-14 06:14:19','imp','optin_8','7227261368','','714',0),(30311,'2021-01-14 06:22:50','imp','optin_5','7227261368','','714',0),(30312,'2021-01-14 06:22:50','imp','optin_7','7227261368','','714',0),(30313,'2021-01-14 12:01:43','imp','optin_7','mailchimp_7227261368','','714',0),(30314,'2021-01-14 12:01:43','imp','optin_5','7227261368','','714',0),(30315,'2021-01-14 12:01:53','imp','optin_7','7227261368','','714',0),(30316,'2021-01-14 12:01:56','imp','optin_8','7227261368','','714',0),(30317,'2021-01-14 14:34:44','imp','optin_8','7227261368','','665',0),(30318,'2021-01-14 16:03:30','imp','optin_7','mailchimp_7227261368','','714',0),(30319,'2021-01-14 16:03:30','imp','optin_5','7227261368','','714',0),(30320,'2021-01-14 16:03:38','imp','optin_8','7227261368','','714',0),(30321,'2021-01-14 16:03:46','imp','optin_7','7227261368','','714',0),(30322,'2021-01-14 18:34:53','imp','optin_7','mailchimp_7227261368','','714',0),(30323,'2021-01-14 20:45:17','imp','optin_8','7227261368','','1110',0),(30324,'2021-01-14 20:45:18','imp','optin_5','7227261368','','1110',0),(30325,'2021-01-15 12:34:20','imp','optin_7','mailchimp_7227261368','','714',0),(30326,'2021-01-15 14:38:05','imp','optin_7','mailchimp_7227261368','','714',0),(30327,'2021-01-15 14:38:24','imp','optin_8','7227261368','','714',0),(30328,'2021-01-15 14:43:57','imp','optin_7','7227261368','','714',0),(30329,'2021-01-15 14:54:13','imp','optin_7','mailchimp_7227261368','','714',0),(30330,'2021-01-15 14:54:27','imp','optin_8','7227261368','','714',0),(30331,'2021-01-15 14:54:27','imp','optin_7','7227261368','','714',0),(30332,'2021-01-15 15:58:18','imp','optin_8','7227261368','','-1',0),(30333,'2021-01-15 22:22:44','imp','optin_7','mailchimp_7227261368','','714',0),(30334,'2021-01-15 22:24:37','imp','optin_7','mailchimp_7227261368','','714',0),(30335,'2021-01-15 23:11:48','imp','optin_7','mailchimp_7227261368','','714',0),(30336,'2021-01-15 23:12:08','imp','optin_8','7227261368','','714',0),(30337,'2021-01-15 23:13:34','imp','optin_5','7227261368','','714',0),(30338,'2021-01-15 23:15:27','imp','optin_7','7227261368','','714',0),(30339,'2021-01-16 01:52:26','imp','optin_7','mailchimp_7227261368','','714',0),(30340,'2021-01-16 01:52:28','imp','optin_5','7227261368','','714',0),(30341,'2021-01-16 06:35:48','imp','optin_7','mailchimp_7227261368','','714',0),(30342,'2021-01-16 06:35:56','imp','optin_8','7227261368','','714',0),(30343,'2021-01-16 06:35:58','imp','optin_7','7227261368','','714',0),(30344,'2021-01-16 07:05:37','imp','optin_7','mailchimp_7227261368','','714',0),(30345,'2021-01-16 07:05:57','imp','optin_8','7227261368','','714',0),(30346,'2021-01-16 07:06:38','imp','optin_7','7227261368','','714',0),(30347,'2021-01-16 07:15:05','imp','optin_7','mailchimp_7227261368','','714',0),(30348,'2021-01-16 07:15:25','imp','optin_8','7227261368','','714',0),(30349,'2021-01-16 07:15:44','imp','optin_7','7227261368','','714',0),(30350,'2021-01-17 08:35:46','imp','optin_7','mailchimp_7227261368','','714',0),(30351,'2021-01-17 08:36:06','imp','optin_8','7227261368','','714',0),(30352,'2021-01-17 08:37:11','imp','optin_7','7227261368','','714',0),(30353,'2021-01-17 09:59:16','imp','optin_7','mailchimp_7227261368','','714',0),(30354,'2021-01-17 09:59:16','imp','optin_5','7227261368','','714',0),(30355,'2021-01-17 09:59:33','imp','optin_8','7227261368','','714',0),(30356,'2021-01-17 09:59:33','imp','optin_7','7227261368','','714',0),(30357,'2021-01-17 22:16:21','imp','optin_7','mailchimp_7227261368','','714',0),(30358,'2021-01-17 22:16:37','imp','optin_8','7227261368','','714',0),(30359,'2021-01-17 22:16:47','imp','optin_7','7227261368','','714',0),(30360,'2021-01-18 01:22:01','imp','optin_7','mailchimp_7227261368','','714',0),(30361,'2021-01-18 01:22:21','imp','optin_8','7227261368','','714',0),(30362,'2021-01-18 01:36:33','imp','optin_7','7227261368','','714',0),(30363,'2021-01-18 03:57:01','imp','optin_7','mailchimp_7227261368','','714',0),(30364,'2021-01-18 03:57:21','imp','optin_8','7227261368','','714',0),(30365,'2021-01-18 03:58:01','imp','optin_7','7227261368','','714',0),(30366,'2021-01-18 06:42:20','imp','optin_7','mailchimp_7227261368','','714',0),(30367,'2021-01-18 06:42:40','imp','optin_8','7227261368','','714',0),(30368,'2021-01-18 12:03:26','imp','optin_7','mailchimp_7227261368','','714',0),(30369,'2021-01-18 12:03:46','imp','optin_8','7227261368','','714',0),(30370,'2021-01-18 12:04:24','imp','optin_5','7227261368','','714',0),(30371,'2021-01-18 12:04:48','imp','optin_7','7227261368','','714',0),(30372,'2021-01-18 13:40:28','imp','optin_7','mailchimp_7227261368','','714',0),(30373,'2021-01-18 13:40:43','imp','optin_8','7227261368','','714',0),(30374,'2021-01-18 13:40:56','imp','optin_7','7227261368','','714',0),(30375,'2021-01-18 20:18:31','imp','optin_8','7227261368','','-1',0),(30376,'2021-01-19 03:52:52','imp','optin_5','7227261368','','714',0),(30377,'2021-01-19 03:52:52','imp','optin_7','mailchimp_7227261368','','714',0),(30378,'2021-01-19 03:53:09','imp','optin_8','7227261368','','714',0),(30379,'2021-01-19 03:53:10','imp','optin_7','7227261368','','714',0),(30380,'2021-01-19 05:22:17','imp','optin_7','mailchimp_7227261368','','714',0),(30381,'2021-01-19 05:22:22','imp','optin_5','7227261368','','714',0),(30382,'2021-01-19 05:22:36','imp','optin_8','7227261368','','714',0),(30383,'2021-01-19 05:22:41','imp','optin_7','7227261368','','714',0),(30384,'2021-01-19 05:48:52','imp','optin_7','mailchimp_7227261368','','714',0),(30385,'2021-01-19 05:49:12','imp','optin_8','7227261368','','714',0),(30386,'2021-01-19 05:50:01','imp','optin_7','7227261368','','714',0),(30387,'2021-01-19 07:37:06','imp','optin_5','7227261368','','714',0),(30388,'2021-01-19 07:37:06','imp','optin_7','mailchimp_7227261368','','714',0),(30389,'2021-01-19 10:47:59','imp','optin_7','mailchimp_7227261368','','714',0),(30390,'2021-01-19 10:48:17','imp','optin_8','7227261368','','714',0),(30391,'2021-01-19 10:48:44','imp','optin_7','7227261368','','714',0),(30392,'2021-01-19 11:15:06','imp','optin_7','mailchimp_7227261368','','714',0),(30393,'2021-01-19 11:15:06','imp','optin_5','7227261368','','714',0),(30394,'2021-01-19 11:15:15','imp','optin_8','7227261368','','714',0),(30395,'2021-01-19 11:15:21','imp','optin_7','7227261368','','714',0),(30396,'2021-01-19 14:37:07','imp','optin_8','7227261368','','192',0),(30397,'2021-01-19 14:37:19','imp','optin_8','7227261368','','192',0),(30398,'2021-01-20 00:38:50','imp','optin_7','mailchimp_7227261368','','714',0),(30399,'2021-01-20 00:39:08','imp','optin_5','7227261368','','714',0),(30400,'2021-01-20 00:39:09','imp','optin_8','7227261368','','714',0),(30401,'2021-01-20 00:39:59','imp','optin_7','7227261368','','714',0),(30402,'2021-01-20 03:21:46','imp','optin_7','mailchimp_7227261368','','714',0),(30403,'2021-01-20 03:21:46','imp','optin_5','7227261368','','714',0),(30404,'2021-01-20 03:22:00','imp','optin_7','7227261368','','714',0),(30405,'2021-01-20 03:22:01','imp','optin_8','7227261368','','714',0),(30406,'2021-01-20 03:47:53','imp','optin_7','mailchimp_7227261368','','714',0),(30407,'2021-01-20 03:48:09','imp','optin_7','mailchimp_7227261368','','714',0),(30408,'2021-01-20 03:48:29','imp','optin_8','7227261368','','714',0),(30409,'2021-01-20 03:48:52','imp','optin_7','7227261368','','714',0),(30410,'2021-01-20 03:52:28','imp','optin_7','mailchimp_7227261368','','714',0),(30411,'2021-01-20 03:52:28','imp','optin_5','7227261368','','714',0),(30412,'2021-01-20 03:52:48','imp','optin_8','7227261368','','714',0),(30413,'2021-01-20 03:53:08','imp','optin_7','7227261368','','714',0),(30414,'2021-01-20 03:56:08','imp','optin_7','mailchimp_7227261368','','714',0),(30415,'2021-01-20 03:56:28','imp','optin_8','7227261368','','714',0),(30416,'2021-01-20 07:20:55','imp','optin_7','mailchimp_7227261368','','714',0),(30417,'2021-01-20 07:36:07','imp','optin_7','mailchimp_7227261368','','714',0),(30418,'2021-01-20 07:36:26','imp','optin_8','7227261368','','714',0),(30419,'2021-01-20 12:42:35','imp','optin_7','mailchimp_7227261368','','714',0),(30420,'2021-01-20 12:42:38','imp','optin_5','7227261368','','714',0),(30421,'2021-01-20 12:42:51','imp','optin_8','7227261368','','714',0),(30422,'2021-01-20 12:42:53','imp','optin_7','7227261368','','714',0),(30423,'2021-01-20 21:18:42','imp','optin_7','mailchimp_7227261368','','714',0),(30424,'2021-01-20 21:19:03','imp','optin_8','7227261368','','714',0),(30425,'2021-01-20 21:19:41','imp','optin_7','7227261368','','714',0),(30426,'2021-01-20 21:57:50','imp','optin_7','mailchimp_7227261368','','714',0),(30427,'2021-01-20 21:57:51','imp','optin_5','7227261368','','714',0),(30428,'2021-01-20 21:58:10','imp','optin_8','7227261368','','714',0),(30429,'2021-01-21 01:11:03','imp','optin_7','mailchimp_7227261368','','714',0),(30430,'2021-01-21 01:11:22','imp','optin_8','7227261368','','714',0),(30431,'2021-01-21 08:33:10','imp','optin_7','mailchimp_7227261368','','714',0),(30432,'2021-01-21 08:33:21','imp','optin_7','7227261368','','714',0),(30433,'2021-01-21 08:33:29','imp','optin_8','7227261368','','714',0),(30434,'2021-01-21 09:03:46','imp','optin_7','mailchimp_7227261368','','714',0),(30435,'2021-01-21 12:32:38','imp','optin_7','mailchimp_7227261368','','714',0),(30436,'2021-01-21 14:10:29','imp','optin_7','mailchimp_7227261368','','714',0),(30437,'2021-01-21 14:10:45','imp','optin_8','7227261368','','714',0),(30438,'2021-01-21 14:11:03','imp','optin_7','7227261368','','714',0),(30439,'2021-01-21 14:17:06','imp','optin_7','mailchimp_7227261368','','714',0),(30440,'2021-01-21 14:17:17','imp','optin_8','7227261368','','714',0),(30441,'2021-01-21 14:17:24','imp','optin_7','7227261368','','714',0),(30442,'2021-01-21 15:34:11','imp','optin_7','mailchimp_7227261368','','714',0),(30443,'2021-01-21 15:34:31','imp','optin_8','7227261368','','714',0),(30444,'2021-01-21 15:34:40','imp','optin_7','7227261368','','714',0),(30445,'2021-01-21 17:57:59','imp','optin_7','mailchimp_7227261368','','714',0),(30446,'2021-01-21 17:58:19','imp','optin_8','7227261368','','714',0),(30447,'2021-01-21 17:58:33','imp','optin_5','7227261368','','714',0),(30448,'2021-01-21 17:59:29','imp','optin_7','7227261368','','714',0),(30449,'2021-01-22 01:23:05','imp','optin_7','mailchimp_7227261368','','714',0),(30450,'2021-01-22 01:23:24','imp','optin_8','7227261368','','714',0),(30451,'2021-01-22 01:23:24','imp','optin_8','7227261368','','714',0),(30452,'2021-01-22 01:23:39','imp','optin_7','7227261368','','714',0),(30453,'2021-01-22 03:33:51','imp','optin_5','7227261368','','714',0),(30454,'2021-01-22 03:33:51','imp','optin_7','mailchimp_7227261368','','714',0),(30455,'2021-01-22 03:33:52','imp','optin_8','7227261368','','714',0),(30456,'2021-01-22 03:33:52','imp','optin_7','7227261368','','714',0),(30457,'2021-01-22 04:20:21','imp','optin_7','mailchimp_7227261368','','714',0),(30458,'2021-01-22 04:20:21','imp','optin_5','7227261368','','714',0),(30459,'2021-01-22 04:20:41','imp','optin_8','7227261368','','714',0),(30460,'2021-01-22 04:21:20','imp','optin_7','7227261368','','714',0),(30461,'2021-01-22 09:41:45','imp','optin_7','mailchimp_7227261368','','714',0),(30462,'2021-01-22 16:04:29','imp','optin_5','7227261368','','1041',0),(30463,'2021-01-22 16:04:29','imp','optin_8','7227261368','','1041',0),(30464,'2021-01-22 23:11:56','imp','optin_7','mailchimp_7227261368','','714',0),(30465,'2021-01-22 23:12:04','imp','optin_5','7227261368','','714',0),(30466,'2021-01-23 00:10:28','imp','optin_7','mailchimp_7227261368','','714',0),(30467,'2021-01-23 00:10:28','imp','optin_5','7227261368','','714',0),(30468,'2021-01-23 00:10:43','imp','optin_8','7227261368','','714',0),(30469,'2021-01-23 01:35:17','imp','optin_7','mailchimp_7227261368','','714',0),(30470,'2021-01-23 01:35:37','imp','optin_8','7227261368','','714',0),(30471,'2021-01-23 01:36:12','imp','optin_7','7227261368','','714',0),(30472,'2021-01-23 05:24:58','imp','optin_7','mailchimp_7227261368','','714',0),(30473,'2021-01-23 05:24:58','imp','optin_5','7227261368','','714',0),(30474,'2021-01-23 05:25:12','imp','optin_7','7227261368','','714',0),(30475,'2021-01-23 05:25:13','imp','optin_8','7227261368','','714',0),(30476,'2021-01-23 07:32:54','imp','optin_7','mailchimp_7227261368','','714',0),(30477,'2021-01-23 07:33:14','imp','optin_8','7227261368','','714',0),(30478,'2021-01-23 07:33:43','imp','optin_7','7227261368','','714',0),(30479,'2021-01-23 08:33:02','imp','optin_7','mailchimp_7227261368','','714',0),(30480,'2021-01-23 18:44:10','imp','optin_7','mailchimp_7227261368','','714',0),(30481,'2021-01-23 23:14:51','imp','optin_7','mailchimp_7227261368','','714',0),(30482,'2021-01-24 05:27:42','imp','optin_5','7227261368','','714',0),(30483,'2021-01-24 05:27:42','imp','optin_7','mailchimp_7227261368','','714',0),(30484,'2021-01-24 05:27:56','imp','optin_7','7227261368','','714',0),(30485,'2021-01-24 05:27:56','imp','optin_8','7227261368','','714',0),(30486,'2021-01-24 13:34:03','imp','optin_7','mailchimp_7227261368','','714',0),(30487,'2021-01-24 13:34:03','imp','optin_5','7227261368','','714',0),(30488,'2021-01-24 13:34:23','imp','optin_8','7227261368','','714',0),(30489,'2021-01-24 13:35:41','imp','optin_7','7227261368','','714',0),(30490,'2021-01-24 21:26:28','imp','optin_7','mailchimp_7227261368','','714',0),(30491,'2021-01-24 21:26:28','imp','optin_5','7227261368','','714',0),(30492,'2021-01-24 21:26:47','imp','optin_8','7227261368','','714',0),(30493,'2021-01-24 21:26:56','imp','optin_7','7227261368','','714',0),(30494,'2021-01-25 02:04:28','imp','optin_7','mailchimp_7227261368','','714',0),(30495,'2021-01-25 02:45:46','imp','optin_7','mailchimp_7227261368','','714',0),(30496,'2021-01-25 02:45:54','imp','optin_7','7227261368','','714',0),(30497,'2021-01-25 03:25:06','imp','optin_7','mailchimp_7227261368','','714',0),(30498,'2021-01-25 03:25:23','imp','optin_8','7227261368','','714',0),(30499,'2021-01-25 03:25:23','imp','optin_7','7227261368','','714',0),(30500,'2021-01-25 03:25:26','imp','optin_5','7227261368','','714',0),(30501,'2021-01-25 07:42:12','imp','optin_7','mailchimp_7227261368','','714',0),(30502,'2021-01-25 07:42:12','imp','optin_5','7227261368','','714',0),(30503,'2021-01-25 07:42:29','imp','optin_8','7227261368','','714',0),(30504,'2021-01-25 07:46:16','imp','optin_7','mailchimp_7227261368','','714',0),(30505,'2021-01-25 07:46:20','imp','optin_5','7227261368','','714',0),(30506,'2021-01-25 07:46:28','imp','optin_7','7227261368','','714',0),(30507,'2021-01-25 07:46:28','imp','optin_8','7227261368','','714',0),(30508,'2021-01-25 10:10:09','imp','optin_7','mailchimp_7227261368','','714',0),(30509,'2021-01-25 10:10:21','imp','optin_8','7227261368','','714',0),(30510,'2021-01-25 10:10:21','imp','optin_7','7227261368','','714',0),(30511,'2021-01-25 20:23:52','imp','optin_8','7227261368','','-1',0),(30512,'2021-01-26 10:32:00','imp','optin_7','mailchimp_7227261368','','714',0),(30513,'2021-01-26 10:32:18','imp','optin_8','7227261368','','714',0),(30514,'2021-01-26 10:32:18','imp','optin_8','7227261368','','714',0),(30515,'2021-01-26 10:32:27','imp','optin_7','7227261368','','714',0),(30516,'2021-01-26 11:23:13','imp','optin_8','7227261368','','1107',0),(30517,'2021-01-26 11:23:16','imp','optin_5','7227261368','','1107',0),(30518,'2021-01-26 14:37:25','imp','optin_7','mailchimp_7227261368','','714',0),(30519,'2021-01-26 14:37:25','imp','optin_5','7227261368','','714',0),(30520,'2021-01-26 14:37:45','imp','optin_8','7227261368','','714',0),(30521,'2021-01-26 14:38:03','imp','optin_7','7227261368','','714',0),(30522,'2021-01-26 20:37:11','imp','optin_7','mailchimp_7227261368','','714',0),(30523,'2021-01-26 20:37:23','imp','optin_7','7227261368','','714',0),(30524,'2021-01-26 20:37:24','imp','optin_8','7227261368','','714',0),(30525,'2021-01-27 01:53:45','imp','optin_7','mailchimp_7227261368','','714',0),(30526,'2021-01-27 01:53:48','imp','optin_8','7227261368','','714',0),(30527,'2021-01-27 01:53:48','imp','optin_7','7227261368','','714',0),(30528,'2021-01-27 03:30:13','imp','optin_7','mailchimp_7227261368','','714',0),(30529,'2021-01-27 03:37:45','imp','optin_8','7227261368','','714',0),(30530,'2021-01-27 05:07:13','imp','optin_7','mailchimp_7227261368','','714',0),(30531,'2021-01-27 05:07:33','imp','optin_8','7227261368','','714',0),(30532,'2021-01-27 08:30:29','imp','optin_7','mailchimp_7227261368','','714',0),(30533,'2021-01-27 08:30:38','imp','optin_8','7227261368','','714',0),(30534,'2021-01-27 15:17:40','imp','optin_7','mailchimp_7227261368','','714',0),(30535,'2021-01-27 23:14:46','imp','optin_7','mailchimp_7227261368','','714',0),(30536,'2021-01-27 23:14:51','imp','optin_5','7227261368','','714',0),(30537,'2021-01-27 23:14:57','imp','optin_7','7227261368','','714',0),(30538,'2021-01-27 23:14:57','imp','optin_8','7227261368','','714',0),(30539,'2021-01-27 23:44:05','imp','optin_7','mailchimp_7227261368','','714',0),(30540,'2021-01-27 23:44:24','imp','optin_8','7227261368','','714',0),(30541,'2021-01-27 23:44:31','imp','optin_7','7227261368','','714',0),(30542,'2021-01-28 01:42:29','imp','optin_7','mailchimp_7227261368','','714',0),(30543,'2021-01-28 01:42:30','imp','optin_5','7227261368','','714',0),(30544,'2021-01-28 02:51:48','imp','optin_7','mailchimp_7227261368','','714',0),(30545,'2021-01-28 02:52:08','imp','optin_8','7227261368','','714',0),(30546,'2021-01-28 02:53:16','imp','optin_7','7227261368','','714',0),(30547,'2021-01-28 02:53:17','imp','optin_5','7227261368','','714',0),(30548,'2021-01-28 04:58:46','imp','optin_7','mailchimp_7227261368','','714',0),(30549,'2021-01-28 04:59:07','imp','optin_8','7227261368','','714',0),(30550,'2021-01-28 04:59:23','imp','optin_5','7227261368','','714',0),(30551,'2021-01-28 04:59:30','imp','optin_7','7227261368','','714',0),(30552,'2021-01-28 05:25:56','imp','optin_7','mailchimp_7227261368','','714',0),(30553,'2021-01-28 08:36:10','imp','optin_7','mailchimp_7227261368','','714',0),(30554,'2021-01-28 08:36:11','imp','optin_5','7227261368','','714',0),(30555,'2021-01-28 08:36:31','imp','optin_8','7227261368','','714',0),(30556,'2021-01-28 09:47:20','imp','optin_7','mailchimp_7227261368','','714',0),(30557,'2021-01-28 09:47:36','imp','optin_8','7227261368','','714',0),(30558,'2021-01-28 09:47:49','imp','optin_7','7227261368','','714',0),(30559,'2021-01-28 09:47:51','imp','optin_5','7227261368','','714',0),(30560,'2021-01-28 15:03:15','imp','optin_7','mailchimp_7227261368','','714',0),(30561,'2021-01-28 15:03:33','imp','optin_8','7227261368','','714',0),(30562,'2021-01-28 15:10:56','imp','optin_7','7227261368','','714',0),(30563,'2021-01-28 15:29:37','imp','optin_7','mailchimp_7227261368','','714',0),(30564,'2021-01-28 15:29:37','imp','optin_5','7227261368','','714',0),(30565,'2021-01-28 15:29:43','imp','optin_7','7227261368','','714',0),(30566,'2021-01-28 15:29:44','imp','optin_8','7227261368','','714',0),(30567,'2021-01-28 22:29:52','imp','optin_7','mailchimp_7227261368','','714',0),(30568,'2021-01-28 22:30:12','imp','optin_8','7227261368','','714',0),(30569,'2021-01-29 00:18:05','imp','optin_7','mailchimp_7227261368','','714',0),(30570,'2021-01-29 00:18:21','imp','optin_8','7227261368','','714',0),(30571,'2021-01-29 01:34:48','imp','optin_7','mailchimp_7227261368','','714',0),(30572,'2021-01-29 01:35:09','imp','optin_8','7227261368','','714',0),(30573,'2021-01-29 01:46:03','imp','optin_7','mailchimp_7227261368','','714',0),(30574,'2021-01-29 01:46:15','imp','optin_7','7227261368','','714',0),(30575,'2021-01-29 01:46:15','imp','optin_8','7227261368','','714',0),(30576,'2021-01-29 01:46:53','imp','optin_7','mailchimp_7227261368','','714',0),(30577,'2021-01-29 01:47:13','imp','optin_8','7227261368','','714',0),(30578,'2021-01-29 02:02:53','imp','optin_7','mailchimp_7227261368','','714',0),(30579,'2021-01-29 02:02:56','imp','optin_5','7227261368','','714',0),(30580,'2021-01-29 02:57:38','imp','optin_7','mailchimp_7227261368','','714',0),(30581,'2021-01-29 02:57:45','imp','optin_8','7227261368','','714',0),(30582,'2021-01-29 02:57:55','imp','optin_7','7227261368','','714',0),(30583,'2021-01-29 03:09:22','imp','optin_7','mailchimp_7227261368','','714',0),(30584,'2021-01-29 03:09:25','imp','optin_5','7227261368','','714',0),(30585,'2021-01-29 03:09:37','imp','optin_7','7227261368','','714',0),(30586,'2021-01-29 03:09:37','imp','optin_8','7227261368','','714',0),(30587,'2021-01-29 07:04:20','imp','optin_7','mailchimp_7227261368','','714',0),(30588,'2021-01-29 07:04:38','imp','optin_8','7227261368','','714',0),(30589,'2021-01-29 08:25:37','imp','optin_5','7227261368','','1110',0),(30590,'2021-01-29 08:25:37','imp','optin_8','7227261368','','1110',0),(30591,'2021-01-29 14:37:50','imp','optin_7','mailchimp_7227261368','','714',0),(30592,'2021-01-29 14:38:08','imp','optin_8','7227261368','','714',0),(30593,'2021-01-29 19:43:41','imp','optin_5','7227261368','','714',0),(30594,'2021-01-29 19:43:41','imp','optin_7','mailchimp_7227261368','','714',0),(30595,'2021-01-29 19:44:01','imp','optin_8','7227261368','','714',0),(30596,'2021-01-29 19:44:42','imp','optin_7','7227261368','','714',0),(30597,'2021-01-29 21:21:04','imp','optin_7','mailchimp_7227261368','','714',0),(30598,'2021-01-29 21:21:24','imp','optin_8','7227261368','','714',0),(30599,'2021-01-29 21:22:56','imp','optin_2','7227261368','','92',0),(30600,'2021-01-29 21:24:26','imp','optin_7','7227261368','','714',0),(30601,'2021-01-29 23:51:12','imp','optin_7','mailchimp_7227261368','','714',0),(30602,'2021-01-29 23:51:12','imp','optin_5','7227261368','','714',0),(30603,'2021-01-29 23:51:30','imp','optin_8','7227261368','','714',0),(30604,'2021-01-29 23:51:53','imp','optin_7','7227261368','','714',0),(30605,'2021-01-30 01:15:10','imp','optin_8','7227261368','','998',0),(30606,'2021-01-30 07:56:09','imp','optin_7','mailchimp_7227261368','','714',0),(30607,'2021-01-30 07:56:27','imp','optin_8','7227261368','','714',0),(30608,'2021-01-30 07:56:27','imp','optin_5','7227261368','','714',0),(30609,'2021-01-30 07:57:13','imp','optin_7','7227261368','','714',0),(30610,'2021-01-30 10:06:40','imp','optin_7','mailchimp_7227261368','','714',0),(30611,'2021-01-30 10:07:00','imp','optin_8','7227261368','','714',0),(30612,'2021-01-30 10:07:22','imp','optin_7','7227261368','','714',0),(30613,'2021-01-30 10:15:36','imp','optin_7','mailchimp_7227261368','','714',0),(30614,'2021-01-30 10:15:53','imp','optin_8','7227261368','','714',0),(30615,'2021-01-30 10:16:12','imp','optin_7','7227261368','','714',0),(30616,'2021-01-30 13:38:46','imp','optin_7','mailchimp_7227261368','','714',0),(30617,'2021-01-30 13:38:47','imp','optin_5','7227261368','','714',0),(30618,'2021-01-30 13:38:50','imp','optin_7','7227261368','','714',0),(30619,'2021-01-30 13:38:50','imp','optin_8','7227261368','','714',0),(30620,'2021-01-30 16:21:38','imp','optin_7','mailchimp_7227261368','','714',0),(30621,'2021-01-30 16:21:38','imp','optin_5','7227261368','','714',0),(30622,'2021-01-31 02:29:39','imp','optin_7','mailchimp_7227261368','','714',0),(30623,'2021-01-31 02:29:48','imp','optin_8','7227261368','','714',0),(30624,'2021-01-31 02:29:52','imp','optin_7','7227261368','','714',0),(30625,'2021-01-31 03:26:08','imp','optin_7','mailchimp_7227261368','','714',0),(30626,'2021-01-31 03:26:09','imp','optin_5','7227261368','','714',0),(30627,'2021-01-31 03:26:18','imp','optin_7','7227261368','','714',0),(30628,'2021-01-31 03:26:18','imp','optin_8','7227261368','','714',0),(30629,'2021-01-31 08:07:40','imp','optin_7','mailchimp_7227261368','','714',0),(30630,'2021-01-31 08:07:54','imp','optin_7','7227261368','','714',0),(30631,'2021-01-31 08:07:57','imp','optin_8','7227261368','','714',0),(30632,'2021-01-31 10:41:11','imp','optin_7','mailchimp_7227261368','','714',0),(30633,'2021-01-31 10:41:31','imp','optin_8','7227261368','','714',0),(30634,'2021-01-31 12:47:41','imp','optin_7','mailchimp_7227261368','','714',0),(30635,'2021-01-31 12:47:43','imp','optin_5','7227261368','','714',0),(30636,'2021-01-31 12:47:49','imp','optin_8','7227261368','','714',0),(30637,'2021-01-31 12:47:49','imp','optin_7','7227261368','','714',0),(30638,'2021-01-31 14:14:17','imp','optin_7','mailchimp_7227261368','','714',0),(30639,'2021-01-31 14:14:36','imp','optin_8','7227261368','','714',0),(30640,'2021-01-31 14:14:36','imp','optin_8','7227261368','','714',0),(30641,'2021-01-31 14:14:42','imp','optin_7','7227261368','','714',0),(30642,'2021-01-31 20:13:23','imp','optin_7','mailchimp_7227261368','','714',0),(30643,'2021-01-31 20:13:43','imp','optin_8','7227261368','','714',0),(30644,'2021-01-31 20:14:09','imp','optin_7','7227261368','','714',0),(30645,'2021-01-31 20:44:07','imp','optin_7','mailchimp_7227261368','','714',0),(30646,'2021-01-31 20:44:08','imp','optin_5','7227261368','','714',0),(30647,'2021-01-31 20:44:14','imp','optin_8','7227261368','','714',0),(30648,'2021-01-31 20:44:20','imp','optin_7','7227261368','','714',0),(30649,'2021-02-01 06:34:36','imp','optin_5','7227261368','','714',0),(30650,'2021-02-01 06:34:36','imp','optin_7','mailchimp_7227261368','','714',0),(30651,'2021-02-01 06:34:55','imp','optin_8','7227261368','','714',0),(30652,'2021-02-01 06:35:10','imp','optin_7','7227261368','','714',0),(30653,'2021-02-01 20:41:35','imp','optin_8','7227261368','','-1',0),(30654,'2021-02-01 21:47:58','imp','optin_7','mailchimp_7227261368','','714',0),(30655,'2021-02-01 21:47:58','imp','optin_5','7227261368','','714',0),(30656,'2021-02-01 21:48:17','imp','optin_8','7227261368','','714',0),(30657,'2021-02-01 22:03:08','imp','optin_7','7227261368','','714',0),(30658,'2021-02-02 05:07:12','imp','optin_7','mailchimp_7227261368','','714',0),(30659,'2021-02-02 05:07:25','imp','optin_8','7227261368','','714',0),(30660,'2021-02-02 05:09:17','imp','optin_7','mailchimp_7227261368','','714',0),(30661,'2021-02-02 05:09:40','imp','optin_8','7227261368','','714',0),(30662,'2021-02-02 05:09:42','imp','optin_8','7227261368','','714',0),(30663,'2021-02-02 05:09:55','imp','optin_7','7227261368','','714',0),(30664,'2021-02-02 07:42:09','imp','optin_7','mailchimp_7227261368','','714',0),(30665,'2021-02-02 07:42:17','imp','optin_8','7227261368','','714',0),(30666,'2021-02-02 09:24:50','imp','optin_7','mailchimp_7227261368','','714',0),(30667,'2021-02-02 09:25:11','imp','optin_8','7227261368','','714',0),(30668,'2021-02-02 09:38:21','imp','optin_7','mailchimp_7227261368','','714',0),(30669,'2021-02-02 09:38:40','imp','optin_8','7227261368','','714',0),(30670,'2021-02-02 09:39:26','imp','optin_7','7227261368','','714',0),(30671,'2021-02-02 14:45:50','imp','optin_7','mailchimp_7227261368','','714',0),(30672,'2021-02-02 14:46:09','imp','optin_8','7227261368','','714',0),(30673,'2021-02-02 14:50:16','imp','optin_7','7227261368','','714',0),(30674,'2021-02-03 03:24:40','imp','optin_7','mailchimp_7227261368','','714',0),(30675,'2021-02-03 03:24:59','imp','optin_8','7227261368','','714',0),(30676,'2021-02-03 03:25:23','imp','optin_7','7227261368','','714',0),(30677,'2021-02-03 05:43:55','imp','optin_7','mailchimp_7227261368','','714',0),(30678,'2021-02-03 05:43:55','imp','optin_5','7227261368','','714',0),(30679,'2021-02-03 05:44:14','imp','optin_8','7227261368','','714',0),(30680,'2021-02-03 06:08:58','imp','optin_7','mailchimp_7227261368','','714',0),(30681,'2021-02-03 06:09:00','imp','optin_5','7227261368','','714',0),(30682,'2021-02-03 06:09:10','imp','optin_8','7227261368','','714',0),(30683,'2021-02-03 06:09:10','imp','optin_7','7227261368','','714',0),(30684,'2021-02-03 06:56:18','imp','optin_7','mailchimp_7227261368','','714',0),(30685,'2021-02-03 06:56:31','imp','optin_7','7227261368','','714',0),(30686,'2021-02-03 06:56:32','imp','optin_8','7227261368','','714',0),(30687,'2021-02-03 08:48:35','imp','optin_7','mailchimp_7227261368','','714',0),(30688,'2021-02-03 08:48:56','imp','optin_8','7227261368','','714',0),(30689,'2021-02-03 09:15:40','imp','optin_7','mailchimp_7227261368','','714',0),(30690,'2021-02-03 09:15:40','imp','optin_5','7227261368','','714',0),(30691,'2021-02-03 09:15:59','imp','optin_8','7227261368','','714',0),(30692,'2021-02-03 09:16:19','imp','optin_7','7227261368','','714',0),(30693,'2021-02-03 11:44:56','imp','optin_7','mailchimp_7227261368','','714',0),(30694,'2021-02-03 11:45:06','imp','optin_8','7227261368','','714',0),(30695,'2021-02-03 11:45:15','imp','optin_7','7227261368','','714',0),(30696,'2021-02-03 12:56:00','imp','optin_7','mailchimp_7227261368','','714',0),(30697,'2021-02-03 12:56:07','imp','optin_8','7227261368','','714',0),(30698,'2021-02-03 12:57:10','imp','optin_5','7227261368','','714',0),(30699,'2021-02-03 14:27:18','imp','optin_8','7227261368','','192',0),(30700,'2021-02-03 16:29:16','imp','optin_8','7227261368','','192',0),(30701,'2021-02-03 16:29:30','imp','optin_8','7227261368','','192',0),(30702,'2021-02-03 17:51:09','imp','optin_7','mailchimp_7227261368','','714',0),(30703,'2021-02-03 21:43:40','imp','optin_8','7227261368','','1110',0),(30704,'2021-02-03 21:43:56','imp','optin_5','7227261368','','1110',0),(30705,'2021-02-04 04:15:56','imp','optin_7','mailchimp_7227261368','','714',0),(30706,'2021-02-04 04:16:17','imp','optin_8','7227261368','','714',0),(30707,'2021-02-04 04:17:53','imp','optin_5','7227261368','','714',0),(30708,'2021-02-04 04:18:27','imp','optin_7','7227261368','','714',0),(30709,'2021-02-04 04:42:45','imp','optin_8','7227261368','','192',0),(30710,'2021-02-04 05:11:26','imp','optin_7','mailchimp_7227261368','','714',0),(30711,'2021-02-04 05:11:31','imp','optin_8','7227261368','','714',0),(30712,'2021-02-04 06:57:25','imp','optin_7','mailchimp_7227261368','','714',0),(30713,'2021-02-04 06:57:43','imp','optin_8','7227261368','','714',0),(30714,'2021-02-04 06:57:59','imp','optin_7','7227261368','','714',0),(30715,'2021-02-04 06:58:08','imp','optin_5','7227261368','','714',0),(30716,'2021-02-04 07:10:42','imp','optin_7','mailchimp_7227261368','','714',0),(30717,'2021-02-04 07:10:46','imp','optin_5','7227261368','','714',0),(30718,'2021-02-04 07:11:02','imp','optin_8','7227261368','','714',0),(30719,'2021-02-04 07:11:54','imp','optin_7','7227261368','','714',0),(30720,'2021-02-04 07:36:20','imp','optin_8','7227261368','','192',0),(30721,'2021-02-04 07:36:28','imp','optin_8','7227261368','','192',0),(30722,'2021-02-04 08:23:10','imp','optin_7','mailchimp_7227261368','','714',0),(30723,'2021-02-04 08:23:30','imp','optin_8','7227261368','','714',0),(30724,'2021-02-04 08:24:27','imp','optin_7','7227261368','','714',0),(30725,'2021-02-04 10:25:41','imp','optin_5','7227261368','','945',0),(30726,'2021-02-04 10:25:58','imp','optin_8','7227261368','','945',0),(30727,'2021-02-04 12:08:18','imp','optin_7','mailchimp_7227261368','','714',0),(30728,'2021-02-04 12:08:37','imp','optin_8','7227261368','','714',0),(30729,'2021-02-04 12:39:48','imp','optin_7','mailchimp_7227261368','','714',0),(30730,'2021-02-04 12:40:07','imp','optin_8','7227261368','','714',0),(30731,'2021-02-04 12:42:37','imp','optin_7','7227261368','','714',0),(30732,'2021-02-04 14:01:22','imp','optin_7','mailchimp_7227261368','','714',0),(30733,'2021-02-04 14:01:42','imp','optin_8','7227261368','','714',0),(30734,'2021-02-04 14:04:31','imp','optin_7','7227261368','','714',0),(30735,'2021-02-04 14:04:33','imp','optin_5','7227261368','','714',0),(30736,'2021-02-04 14:14:16','imp','optin_7','mailchimp_7227261368','','714',0),(30737,'2021-02-05 01:34:53','imp','optin_7','mailchimp_7227261368','','714',0),(30738,'2021-02-05 01:34:53','imp','optin_5','7227261368','','714',0),(30739,'2021-02-05 01:35:11','imp','optin_8','7227261368','','714',0),(30740,'2021-02-05 01:35:28','imp','optin_7','7227261368','','714',0),(30741,'2021-02-05 02:01:48','imp','optin_7','mailchimp_7227261368','','714',0),(30742,'2021-02-05 02:01:51','imp','optin_5','7227261368','','714',0),(30743,'2021-02-05 02:02:08','imp','optin_8','7227261368','','714',0),(30744,'2021-02-05 02:02:52','imp','optin_7','7227261368','','714',0),(30745,'2021-02-05 02:57:09','imp','optin_7','mailchimp_7227261368','','714',0),(30746,'2021-02-05 02:57:26','imp','optin_8','7227261368','','714',0),(30747,'2021-02-05 03:15:54','imp','optin_7','mailchimp_7227261368','','714',0),(30748,'2021-02-05 03:16:13','imp','optin_8','7227261368','','714',0),(30749,'2021-02-05 03:16:14','imp','optin_8','7227261368','','714',0),(30750,'2021-02-05 03:49:04','imp','optin_7','mailchimp_7227261368','','714',0),(30751,'2021-02-05 05:42:50','imp','optin_7','mailchimp_7227261368','','714',0),(30752,'2021-02-05 05:43:03','imp','optin_8','7227261368','','714',0),(30753,'2021-02-05 05:43:03','imp','optin_7','7227261368','','714',0),(30754,'2021-02-05 08:36:10','imp','optin_8','7227261368','','789',0),(30755,'2021-02-05 08:36:10','imp','optin_5','7227261368','','789',0),(30756,'2021-02-05 10:00:41','imp','optin_7','mailchimp_7227261368','','714',0),(30757,'2021-02-05 10:00:42','imp','optin_5','7227261368','','714',0),(30758,'2021-02-05 10:01:00','imp','optin_8','7227261368','','714',0),(30759,'2021-02-05 10:01:53','imp','optin_7','7227261368','','714',0),(30760,'2021-02-05 17:38:51','imp','optin_7','mailchimp_7227261368','','714',0),(30761,'2021-02-05 17:53:49','imp','optin_7','mailchimp_7227261368','','714',0),(30762,'2021-02-05 17:54:09','imp','optin_8','7227261368','','714',0),(30763,'2021-02-05 22:29:27','imp','optin_7','mailchimp_7227261368','','714',0),(30764,'2021-02-06 01:08:19','imp','optin_7','mailchimp_7227261368','','714',0),(30765,'2021-02-06 01:08:34','imp','optin_8','7227261368','','714',0),(30766,'2021-02-06 01:09:05','imp','optin_7','7227261368','','714',0),(30767,'2021-02-06 05:24:43','imp','optin_7','mailchimp_7227261368','','714',0),(30768,'2021-02-06 05:24:43','imp','optin_5','7227261368','','714',0),(30769,'2021-02-06 05:24:54','imp','optin_8','7227261368','','714',0),(30770,'2021-02-06 05:25:04','imp','optin_7','7227261368','','714',0),(30771,'2021-02-06 07:17:31','imp','optin_7','mailchimp_7227261368','','714',0),(30772,'2021-02-06 07:17:49','imp','optin_8','7227261368','','714',0),(30773,'2021-02-06 07:17:50','imp','optin_7','7227261368','','714',0),(30774,'2021-02-06 07:43:23','imp','optin_7','mailchimp_7227261368','','714',0),(30775,'2021-02-06 07:43:24','imp','optin_5','7227261368','','714',0),(30776,'2021-02-06 07:43:25','imp','optin_8','7227261368','','714',0),(30777,'2021-02-06 07:43:43','imp','optin_7','7227261368','','714',0),(30778,'2021-02-06 13:01:52','imp','optin_7','mailchimp_7227261368','','714',0),(30779,'2021-02-06 13:02:02','imp','optin_8','7227261368','','714',0),(30780,'2021-02-06 13:02:06','imp','optin_7','7227261368','','714',0),(30781,'2021-02-06 13:03:00','imp','optin_5','7227261368','','714',0),(30782,'2021-02-06 13:18:37','imp','optin_7','mailchimp_7227261368','','714',0),(30783,'2021-02-06 13:18:49','imp','optin_8','7227261368','','714',0),(30784,'2021-02-06 13:18:55','imp','optin_7','7227261368','','714',0),(30785,'2021-02-06 13:42:57','imp','optin_7','mailchimp_7227261368','','714',0),(30786,'2021-02-06 13:42:58','imp','optin_5','7227261368','','714',0),(30787,'2021-02-06 13:58:03','imp','optin_7','mailchimp_7227261368','','714',0),(30788,'2021-02-06 13:58:20','imp','optin_8','7227261368','','714',0),(30789,'2021-02-06 13:58:47','imp','optin_7','7227261368','','714',0),(30790,'2021-02-06 13:58:55','imp','optin_5','7227261368','','714',0),(30791,'2021-02-06 14:24:47','imp','optin_7','mailchimp_7227261368','','714',0),(30792,'2021-02-06 14:24:47','imp','optin_5','7227261368','','714',0),(30793,'2021-02-06 14:24:53','imp','optin_8','7227261368','','714',0),(30794,'2021-02-06 15:00:32','imp','optin_7','mailchimp_7227261368','','714',0),(30795,'2021-02-06 15:00:52','imp','optin_8','7227261368','','714',0),(30796,'2021-02-06 15:24:44','imp','optin_7','mailchimp_7227261368','','714',0),(30797,'2021-02-06 15:24:56','imp','optin_8','7227261368','','714',0),(30798,'2021-02-06 15:25:09','imp','optin_7','7227261368','','714',0),(30799,'2021-02-06 16:37:32','imp','optin_7','mailchimp_7227261368','','714',0),(30800,'2021-02-06 16:37:53','imp','optin_8','7227261368','','714',0),(30801,'2021-02-06 16:38:35','imp','optin_7','7227261368','','714',0),(30802,'2021-02-06 18:35:55','imp','optin_7','mailchimp_7227261368','','714',0),(30803,'2021-02-07 02:55:25','imp','optin_8','7227261368','','698',0),(30804,'2021-02-07 02:55:25','imp','optin_5','7227261368','','698',0),(30805,'2021-02-07 04:34:19','imp','optin_7','mailchimp_7227261368','','714',0),(30806,'2021-02-07 04:34:32','imp','optin_8','7227261368','','714',0),(30807,'2021-02-07 04:34:39','imp','optin_7','7227261368','','714',0),(30808,'2021-02-07 06:39:30','imp','optin_7','mailchimp_7227261368','','714',0),(30809,'2021-02-07 06:39:42','imp','optin_8','7227261368','','714',0),(30810,'2021-02-07 06:39:46','imp','optin_7','7227261368','','714',0),(30811,'2021-02-07 11:33:08','imp','optin_7','mailchimp_7227261368','','714',0),(30812,'2021-02-07 11:33:28','imp','optin_8','7227261368','','714',0),(30813,'2021-02-07 12:11:46','imp','optin_7','mailchimp_7227261368','','714',0),(30814,'2021-02-07 12:12:06','imp','optin_8','7227261368','','714',0),(30815,'2021-02-07 12:13:10','imp','optin_7','7227261368','','714',0),(30816,'2021-02-07 13:02:39','imp','optin_7','mailchimp_7227261368','','714',0),(30817,'2021-02-07 13:02:59','imp','optin_8','7227261368','','714',0),(30818,'2021-02-07 13:03:22','imp','optin_7','7227261368','','714',0),(30819,'2021-02-07 13:03:29','imp','optin_5','7227261368','','714',0),(30820,'2021-02-07 19:22:49','imp','optin_7','mailchimp_7227261368','','714',0),(30821,'2021-02-07 19:22:58','imp','optin_8','7227261368','','714',0),(30822,'2021-02-07 19:22:59','imp','optin_7','7227261368','','714',0),(30823,'2021-02-07 19:22:59','imp','optin_5','7227261368','','714',0),(30824,'2021-02-08 05:38:20','imp','optin_7','mailchimp_7227261368','','714',0),(30825,'2021-02-08 05:38:39','imp','optin_8','7227261368','','714',0),(30826,'2021-02-08 07:17:31','imp','optin_7','mailchimp_7227261368','','714',0),(30827,'2021-02-08 07:17:31','imp','optin_5','7227261368','','714',0),(30828,'2021-02-08 07:17:41','imp','optin_8','7227261368','','714',0),(30829,'2021-02-08 07:17:41','imp','optin_7','7227261368','','714',0),(30830,'2021-02-08 08:38:21','imp','optin_7','mailchimp_7227261368','','714',0),(30831,'2021-02-08 08:38:23','imp','optin_5','7227261368','','714',0),(30832,'2021-02-08 08:38:41','imp','optin_8','7227261368','','714',0),(30833,'2021-02-08 09:33:54','imp','optin_7','mailchimp_7227261368','','714',0),(30834,'2021-02-08 09:33:55','imp','optin_5','7227261368','','714',0),(30835,'2021-02-08 09:34:13','imp','optin_8','7227261368','','714',0),(30836,'2021-02-08 09:36:43','imp','optin_7','7227261368','','714',0),(30837,'2021-02-08 13:38:49','imp','optin_7','mailchimp_7227261368','','714',0),(30838,'2021-02-08 13:39:08','imp','optin_8','7227261368','','714',0),(30839,'2021-02-08 15:00:12','imp','optin_7','mailchimp_7227261368','','714',0),(30840,'2021-02-08 15:00:32','imp','optin_8','7227261368','','714',0),(30841,'2021-02-08 16:21:21','imp','optin_7','mailchimp_7227261368','','714',0),(30842,'2021-02-08 16:27:16','imp','optin_7','mailchimp_7227261368','','714',0),(30843,'2021-02-08 16:27:36','imp','optin_8','7227261368','','714',0),(30844,'2021-02-08 20:31:37','imp','optin_8','7227261368','','-1',0),(30845,'2021-02-08 22:44:44','imp','optin_8','7227261368','','-1',0),(30846,'2021-02-08 22:46:01','imp','optin_5','7227261368','','904',0),(30847,'2021-02-09 00:51:23','imp','optin_5','7227261368','','698',0),(30848,'2021-02-09 00:51:23','imp','optin_8','7227261368','','698',0),(30849,'2021-02-09 02:16:51','imp','optin_7','mailchimp_7227261368','','714',0),(30850,'2021-02-09 02:17:05','imp','optin_8','7227261368','','714',0),(30851,'2021-02-09 02:40:32','imp','optin_5','7227261368','','714',0),(30852,'2021-02-09 02:41:18','imp','optin_7','7227261368','','714',0),(30853,'2021-02-09 02:42:13','con','optin_7','mailchimp_7227261368','','714',0),(30854,'2021-02-09 03:48:24','imp','optin_7','mailchimp_7227261368','','714',0),(30855,'2021-02-09 06:30:51','imp','optin_7','mailchimp_7227261368','','714',0),(30856,'2021-02-09 06:31:10','imp','optin_8','7227261368','','714',0),(30857,'2021-02-09 06:32:38','imp','optin_7','7227261368','','714',0),(30858,'2021-02-09 06:39:47','imp','optin_7','mailchimp_7227261368','','714',0),(30859,'2021-02-09 06:39:47','imp','optin_5','7227261368','','714',0),(30860,'2021-02-09 06:40:06','imp','optin_8','7227261368','','714',0),(30861,'2021-02-09 06:40:19','imp','optin_7','7227261368','','714',0),(30862,'2021-02-09 10:20:55','imp','optin_7','mailchimp_7227261368','','714',0),(30863,'2021-02-09 10:21:04','imp','optin_8','7227261368','','714',0),(30864,'2021-02-09 16:45:03','imp','optin_7','mailchimp_7227261368','','714',0),(30865,'2021-02-09 16:45:03','imp','optin_5','7227261368','','714',0),(30866,'2021-02-09 16:45:19','imp','optin_7','7227261368','','714',0),(30867,'2021-02-09 16:45:21','imp','optin_8','7227261368','','714',0),(30868,'2021-02-09 20:03:08','imp','optin_7','mailchimp_7227261368','','714',0),(30869,'2021-02-09 20:03:13','imp','optin_5','7227261368','','714',0),(30870,'2021-02-09 20:03:26','imp','optin_8','7227261368','','714',0),(30871,'2021-02-09 20:03:27','imp','optin_7','7227261368','','714',0),(30872,'2021-02-09 23:37:44','imp','optin_7','mailchimp_7227261368','','714',0),(30873,'2021-02-09 23:38:04','imp','optin_8','7227261368','','714',0),(30874,'2021-02-09 23:38:40','imp','optin_7','7227261368','','714',0),(30875,'2021-02-10 00:48:31','imp','optin_7','mailchimp_7227261368','','714',0),(30876,'2021-02-10 01:01:53','imp','optin_7','mailchimp_7227261368','','714',0),(30877,'2021-02-10 01:21:31','imp','optin_7','mailchimp_7227261368','','714',0),(30878,'2021-02-10 01:21:51','imp','optin_8','7227261368','','714',0),(30879,'2021-02-10 04:43:20','imp','optin_7','mailchimp_7227261368','','714',0),(30880,'2021-02-10 04:43:33','imp','optin_8','7227261368','','714',0),(30881,'2021-02-10 04:43:38','imp','optin_7','7227261368','','714',0),(30882,'2021-02-10 12:50:06','imp','optin_7','mailchimp_7227261368','','714',0),(30883,'2021-02-10 12:50:13','imp','optin_8','7227261368','','714',0),(30884,'2021-02-10 12:50:14','imp','optin_7','7227261368','','714',0),(30885,'2021-02-10 12:56:42','imp','optin_7','mailchimp_7227261368','','714',0),(30886,'2021-02-10 12:56:42','imp','optin_5','7227261368','','714',0),(30887,'2021-02-10 16:33:53','imp','optin_7','mailchimp_7227261368','','714',0),(30888,'2021-02-10 17:05:51','imp','optin_7','mailchimp_7227261368','','714',0),(30889,'2021-02-10 17:06:08','imp','optin_8','7227261368','','714',0),(30890,'2021-02-10 17:06:23','imp','optin_7','7227261368','','714',0),(30891,'2021-02-10 17:06:28','imp','optin_5','7227261368','','714',0),(30892,'2021-02-10 21:09:20','imp','optin_7','mailchimp_7227261368','','714',0),(30893,'2021-02-10 21:15:41','imp','optin_7','mailchimp_7227261368','','714',0),(30894,'2021-02-10 21:15:54','imp','optin_7','7227261368','','714',0),(30895,'2021-02-10 21:15:54','imp','optin_8','7227261368','','714',0),(30896,'2021-02-10 21:30:29','imp','optin_7','mailchimp_7227261368','','714',0),(30897,'2021-02-10 21:30:50','imp','optin_8','7227261368','','714',0),(30898,'2021-02-10 21:30:53','imp','optin_7','7227261368','','714',0),(30899,'2021-02-11 00:29:24','imp','optin_7','mailchimp_7227261368','','714',0),(30900,'2021-02-11 00:29:24','imp','optin_5','7227261368','','714',0),(30901,'2021-02-11 00:29:43','imp','optin_8','7227261368','','714',0),(30902,'2021-02-11 00:29:54','imp','optin_7','7227261368','','714',0),(30903,'2021-02-11 01:37:11','imp','optin_7','mailchimp_7227261368','','714',0),(30904,'2021-02-11 01:37:28','imp','optin_7','7227261368','','714',0),(30905,'2021-02-11 01:37:28','imp','optin_8','7227261368','','714',0),(30906,'2021-02-11 01:37:53','imp','optin_5','7227261368','','714',0),(30907,'2021-02-11 02:32:54','imp','optin_7','mailchimp_7227261368','','714',0),(30908,'2021-02-11 02:33:14','imp','optin_8','7227261368','','714',0),(30909,'2021-02-11 02:33:48','imp','optin_7','7227261368','','714',0),(30910,'2021-02-11 02:53:51','imp','optin_7','mailchimp_7227261368','','714',0),(30911,'2021-02-11 02:54:11','imp','optin_8','7227261368','','714',0),(30912,'2021-02-11 02:54:30','imp','optin_7','7227261368','','714',0),(30913,'2021-02-11 06:22:17','imp','optin_7','mailchimp_7227261368','','714',0),(30914,'2021-02-11 06:25:16','imp','optin_7','mailchimp_7227261368','','714',0),(30915,'2021-02-11 06:25:16','imp','optin_5','7227261368','','714',0),(30916,'2021-02-11 06:25:23','imp','optin_7','7227261368','','714',0),(30917,'2021-02-11 06:25:37','imp','optin_8','7227261368','','714',0),(30918,'2021-02-11 09:52:58','imp','optin_7','mailchimp_7227261368','','714',0),(30919,'2021-02-11 09:53:18','imp','optin_8','7227261368','','714',0),(30920,'2021-02-11 12:51:44','imp','optin_5','7227261368','','714',0),(30921,'2021-02-11 12:51:44','imp','optin_7','mailchimp_7227261368','','714',0),(30922,'2021-02-11 12:52:03','imp','optin_8','7227261368','','714',0),(30923,'2021-02-11 12:52:16','imp','optin_7','7227261368','','714',0),(30924,'2021-02-11 13:14:18','imp','optin_7','mailchimp_7227261368','','714',0),(30925,'2021-02-11 13:14:18','imp','optin_5','7227261368','','714',0),(30926,'2021-02-11 20:33:56','imp','optin_7','mailchimp_7227261368','','714',0),(30927,'2021-02-11 20:34:17','imp','optin_8','7227261368','','714',0),(30928,'2021-02-11 20:35:12','imp','optin_5','7227261368','','714',0),(30929,'2021-02-12 00:48:31','imp','optin_7','mailchimp_7227261368','','714',0),(30930,'2021-02-12 01:18:53','imp','optin_7','mailchimp_7227261368','','714',0),(30931,'2021-02-12 01:19:13','imp','optin_8','7227261368','','714',0),(30932,'2021-02-12 01:19:42','imp','optin_7','7227261368','','714',0),(30933,'2021-02-12 01:20:15','imp','optin_5','7227261368','','714',0),(30934,'2021-02-12 08:18:07','imp','optin_7','mailchimp_7227261368','','714',0),(30935,'2021-02-12 08:18:08','imp','optin_5','7227261368','','714',0),(30936,'2021-02-12 08:18:24','imp','optin_8','7227261368','','714',0),(30937,'2021-02-12 08:18:28','imp','optin_7','7227261368','','714',0),(30938,'2021-02-12 22:30:36','imp','optin_7','mailchimp_7227261368','','714',0),(30939,'2021-02-12 22:30:43','imp','optin_5','7227261368','','714',0),(30940,'2021-02-12 22:30:56','imp','optin_8','7227261368','','714',0),(30941,'2021-02-12 22:32:01','imp','optin_7','7227261368','','714',0),(30942,'2021-02-13 00:26:23','imp','optin_7','mailchimp_7227261368','','714',0),(30943,'2021-02-13 00:26:43','imp','optin_8','7227261368','','714',0),(30944,'2021-02-13 00:27:58','imp','optin_7','7227261368','','714',0),(30945,'2021-02-13 01:32:53','imp','optin_7','mailchimp_7227261368','','714',0),(30946,'2021-02-13 01:33:00','imp','optin_8','7227261368','','714',0),(30947,'2021-02-13 01:33:04','imp','optin_7','7227261368','','714',0),(30948,'2021-02-13 02:50:28','imp','optin_7','mailchimp_7227261368','','714',0),(30949,'2021-02-13 02:50:47','imp','optin_8','7227261368','','714',0),(30950,'2021-02-13 02:51:40','imp','optin_7','7227261368','','714',0),(30951,'2021-02-13 06:15:11','imp','optin_7','mailchimp_7227261368','','714',0),(30952,'2021-02-13 06:15:12','imp','optin_7','7227261368','','714',0),(30953,'2021-02-13 06:15:13','imp','optin_8','7227261368','','714',0),(30954,'2021-02-13 06:15:17','imp','optin_5','7227261368','','714',0),(30955,'2021-02-13 07:14:49','imp','optin_7','mailchimp_7227261368','','714',0),(30956,'2021-02-13 07:15:05','imp','optin_8','7227261368','','714',0),(30957,'2021-02-13 07:31:35','imp','optin_7','mailchimp_7227261368','','714',0),(30958,'2021-02-13 07:31:58','imp','optin_8','7227261368','','714',0),(30959,'2021-02-13 09:13:17','imp','optin_7','mailchimp_7227261368','','714',0),(30960,'2021-02-13 09:13:30','imp','optin_8','7227261368','','714',0),(30961,'2021-02-13 09:13:45','imp','optin_7','7227261368','','714',0),(30962,'2021-02-14 00:49:27','imp','optin_5','7227261368','','714',0),(30963,'2021-02-14 05:27:25','imp','optin_7','mailchimp_7227261368','','714',0),(30964,'2021-02-14 05:27:43','imp','optin_8','7227261368','','714',0),(30965,'2021-02-14 05:28:26','imp','optin_7','7227261368','','714',0),(30966,'2021-02-14 09:11:29','imp','optin_7','mailchimp_7227261368','','714',0),(30967,'2021-02-14 09:11:30','imp','optin_5','7227261368','','714',0),(30968,'2021-02-14 09:11:35','imp','optin_8','7227261368','','714',0),(30969,'2021-02-14 09:11:35','imp','optin_7','7227261368','','714',0),(30970,'2021-02-14 17:16:03','imp','optin_7','mailchimp_7227261368','','714',0),(30971,'2021-02-14 17:16:22','imp','optin_8','7227261368','','714',0),(30972,'2021-02-15 01:11:55','imp','optin_7','mailchimp_7227261368','','714',0),(30973,'2021-02-15 01:12:15','imp','optin_8','7227261368','','714',0),(30974,'2021-02-15 03:22:04','imp','optin_7','mailchimp_7227261368','','714',0),(30975,'2021-02-15 03:22:24','imp','optin_8','7227261368','','714',0),(30976,'2021-02-15 03:23:17','imp','optin_7','7227261368','','714',0),(30977,'2021-02-15 09:19:22','imp','optin_7','mailchimp_7227261368','','714',0),(30978,'2021-02-15 09:19:22','imp','optin_5','7227261368','','714',0),(30979,'2021-02-15 09:19:40','imp','optin_8','7227261368','','714',0),(30980,'2021-02-15 18:55:05','imp','optin_7','mailchimp_7227261368','','714',0),(30981,'2021-02-15 18:55:25','imp','optin_8','7227261368','','714',0),(30982,'2021-02-15 18:56:16','imp','optin_5','7227261368','','714',0),(30983,'2021-02-15 19:36:23','imp','optin_7','mailchimp_7227261368','','714',0),(30984,'2021-02-15 19:36:27','imp','optin_5','7227261368','','714',0),(30985,'2021-02-15 19:36:43','imp','optin_8','7227261368','','714',0),(30986,'2021-02-15 19:36:47','imp','optin_7','7227261368','','714',0),(30987,'2021-02-15 20:25:31','imp','optin_8','7227261368','','-1',0),(30988,'2021-02-16 03:40:13','imp','optin_7','mailchimp_7227261368','','714',0),(30989,'2021-02-16 05:22:43','imp','optin_7','mailchimp_7227261368','','714',0),(30990,'2021-02-16 05:22:43','imp','optin_5','7227261368','','714',0),(30991,'2021-02-16 08:04:02','imp','optin_7','mailchimp_7227261368','','714',0),(30992,'2021-02-16 08:14:17','imp','optin_7','mailchimp_7227261368','','714',0),(30993,'2021-02-16 08:14:37','imp','optin_8','7227261368','','714',0),(30994,'2021-02-16 08:14:55','imp','optin_7','7227261368','','714',0),(30995,'2021-02-16 15:47:47','imp','optin_7','mailchimp_7227261368','','714',0),(30996,'2021-02-16 15:47:47','imp','optin_5','7227261368','','714',0),(30997,'2021-02-16 15:48:06','imp','optin_8','7227261368','','714',0),(30998,'2021-02-16 15:48:42','imp','optin_7','7227261368','','714',0),(30999,'2021-02-16 20:34:24','imp','optin_7','mailchimp_7227261368','','714',0),(31000,'2021-02-16 20:34:24','imp','optin_5','7227261368','','714',0),(31001,'2021-02-16 20:34:31','imp','optin_8','7227261368','','714',0),(31002,'2021-02-16 20:34:35','imp','optin_7','7227261368','','714',0),(31003,'2021-02-16 21:53:20','imp','optin_7','mailchimp_7227261368','','714',0),(31004,'2021-02-16 21:53:20','imp','optin_5','7227261368','','714',0),(31005,'2021-02-16 21:53:33','imp','optin_7','7227261368','','714',0),(31006,'2021-02-16 21:53:34','imp','optin_8','7227261368','','714',0),(31007,'2021-02-17 04:25:14','imp','optin_7','mailchimp_7227261368','','714',0),(31008,'2021-02-17 04:25:25','imp','optin_8','7227261368','','714',0),(31009,'2021-02-17 05:10:49','imp','optin_7','mailchimp_7227261368','','714',0),(31010,'2021-02-17 05:11:09','imp','optin_8','7227261368','','714',0),(31011,'2021-02-17 05:11:19','imp','optin_7','7227261368','','714',0),(31012,'2021-02-17 07:47:41','imp','optin_7','mailchimp_7227261368','','714',0),(31013,'2021-02-17 07:47:41','imp','optin_5','7227261368','','714',0),(31014,'2021-02-17 07:47:59','imp','optin_8','7227261368','','714',0),(31015,'2021-02-17 11:25:08','imp','optin_7','mailchimp_7227261368','','714',0),(31016,'2021-02-17 11:25:16','imp','optin_8','7227261368','','714',0),(31017,'2021-02-17 11:25:21','imp','optin_7','7227261368','','714',0),(31018,'2021-02-17 11:36:15','imp','optin_7','mailchimp_7227261368','','714',0),(31019,'2021-02-17 13:58:42','imp','optin_7','mailchimp_7227261368','','714',0),(31020,'2021-02-17 13:59:01','imp','optin_8','7227261368','','714',0),(31021,'2021-02-17 13:59:05','imp','optin_7','7227261368','','714',0),(31022,'2021-02-17 14:12:02','imp','optin_7','mailchimp_7227261368','','714',0),(31023,'2021-02-17 14:12:10','imp','optin_8','7227261368','','714',0),(31024,'2021-02-17 14:12:20','imp','optin_7','7227261368','','714',0),(31025,'2021-02-17 15:31:06','imp','optin_8','7227261368','','-1',0),(31026,'2021-02-17 19:29:53','imp','optin_7','mailchimp_7227261368','','714',0),(31027,'2021-02-17 20:28:32','imp','optin_7','mailchimp_7227261368','','714',0),(31028,'2021-02-17 20:28:33','imp','optin_5','7227261368','','714',0),(31029,'2021-02-18 01:05:17','imp','optin_7','mailchimp_7227261368','','714',0),(31030,'2021-02-18 01:05:27','imp','optin_5','7227261368','','714',0),(31031,'2021-02-18 01:05:37','imp','optin_8','7227261368','','714',0),(31032,'2021-02-18 01:06:18','imp','optin_7','7227261368','','714',0),(31033,'2021-02-18 02:49:58','imp','optin_7','mailchimp_7227261368','','714',0),(31034,'2021-02-18 02:50:17','imp','optin_8','7227261368','','714',0),(31035,'2021-02-18 02:50:35','imp','optin_7','7227261368','','714',0),(31036,'2021-02-18 03:00:01','imp','optin_7','mailchimp_7227261368','','714',0),(31037,'2021-02-18 03:00:03','imp','optin_5','7227261368','','714',0),(31038,'2021-02-18 03:00:20','imp','optin_8','7227261368','','714',0),(31039,'2021-02-18 03:00:44','imp','optin_7','7227261368','','714',0),(31040,'2021-02-18 03:20:30','imp','optin_7','mailchimp_7227261368','','714',0),(31041,'2021-02-18 03:20:38','imp','optin_5','7227261368','','714',0),(31042,'2021-02-18 03:20:42','imp','optin_8','7227261368','','714',0),(31043,'2021-02-18 03:20:42','imp','optin_7','7227261368','','714',0),(31044,'2021-02-18 06:12:13','imp','optin_5','7227261368','','714',0),(31045,'2021-02-18 06:12:13','imp','optin_7','mailchimp_7227261368','','714',0),(31046,'2021-02-18 08:15:44','imp','optin_7','mailchimp_7227261368','','714',0),(31047,'2021-02-18 08:15:44','imp','optin_5','7227261368','','714',0),(31048,'2021-02-18 08:16:01','imp','optin_8','7227261368','','714',0),(31049,'2021-02-18 08:16:05','imp','optin_7','7227261368','','714',0),(31050,'2021-02-18 08:59:49','imp','optin_7','mailchimp_7227261368','','714',0),(31051,'2021-02-18 08:59:54','imp','optin_7','7227261368','','714',0),(31052,'2021-02-18 08:59:54','imp','optin_8','7227261368','','714',0),(31053,'2021-02-18 09:00:04','imp','optin_5','7227261368','','714',0),(31054,'2021-02-18 12:26:34','imp','optin_5','7227261368','','714',0),(31055,'2021-02-18 12:26:34','imp','optin_7','mailchimp_7227261368','','714',0),(31056,'2021-02-18 12:26:41','imp','optin_7','7227261368','','714',0),(31057,'2021-02-18 12:26:41','imp','optin_8','7227261368','','714',0),(31058,'2021-02-18 13:16:13','imp','optin_7','mailchimp_7227261368','','714',0),(31059,'2021-02-18 15:21:05','imp','optin_7','mailchimp_7227261368','','714',0),(31060,'2021-02-18 15:21:16','imp','optin_5','7227261368','','714',0),(31061,'2021-02-18 15:21:21','imp','optin_8','7227261368','','714',0),(31062,'2021-02-18 15:21:21','imp','optin_7','7227261368','','714',0),(31063,'2021-02-18 19:42:53','imp','optin_7','mailchimp_7227261368','','714',0),(31064,'2021-02-18 19:43:12','imp','optin_8','7227261368','','714',0),(31065,'2021-02-18 19:43:16','imp','optin_7','7227261368','','714',0),(31066,'2021-02-18 20:52:54','imp','optin_7','mailchimp_7227261368','','714',0),(31067,'2021-02-18 20:54:06','imp','optin_8','7227261368','','714',0),(31068,'2021-02-18 20:54:36','imp','optin_7','7227261368','','714',0),(31069,'2021-02-19 00:42:23','imp','optin_7','mailchimp_7227261368','','714',0),(31070,'2021-02-19 00:42:40','imp','optin_8','7227261368','','714',0),(31071,'2021-02-19 00:42:53','imp','optin_7','7227261368','','714',0),(31072,'2021-02-19 03:00:59','imp','optin_7','mailchimp_7227261368','','714',0),(31073,'2021-02-19 03:01:20','imp','optin_8','7227261368','','714',0),(31074,'2021-02-19 03:13:30','imp','optin_7','mailchimp_7227261368','','714',0),(31075,'2021-02-19 03:13:30','imp','optin_5','7227261368','','714',0),(31076,'2021-02-19 03:13:48','imp','optin_8','7227261368','','714',0),(31077,'2021-02-19 03:13:54','imp','optin_7','7227261368','','714',0),(31078,'2021-02-19 03:29:17','imp','optin_5','7227261368','','714',0),(31079,'2021-02-19 03:29:17','imp','optin_7','mailchimp_7227261368','','714',0),(31080,'2021-02-19 03:29:36','imp','optin_8','7227261368','','714',0),(31081,'2021-02-19 03:36:29','imp','optin_7','7227261368','','714',0),(31082,'2021-02-19 05:57:06','imp','optin_5','7227261368','','714',0),(31083,'2021-02-19 05:57:06','imp','optin_7','mailchimp_7227261368','','714',0),(31084,'2021-02-19 05:57:17','imp','optin_7','7227261368','','714',0),(31085,'2021-02-19 05:57:22','imp','optin_8','7227261368','','714',0),(31086,'2021-02-19 06:01:11','imp','optin_7','mailchimp_7227261368','','714',0),(31087,'2021-02-19 06:01:31','imp','optin_8','7227261368','','714',0),(31088,'2021-02-19 07:22:44','imp','optin_7','mailchimp_7227261368','','714',0),(31089,'2021-02-19 07:22:44','imp','optin_7','mailchimp_7227261368','','714',0),(31090,'2021-02-19 07:22:50','imp','optin_8','7227261368','','714',0),(31091,'2021-02-19 07:23:24','imp','optin_7','7227261368','','714',0),(31092,'2021-02-19 07:23:29','imp','optin_5','7227261368','','714',0),(31093,'2021-02-19 07:27:41','imp','optin_7','mailchimp_7227261368','','714',0),(31094,'2021-02-19 07:28:01','imp','optin_8','7227261368','','714',0),(31095,'2021-02-19 07:28:28','imp','optin_7','7227261368','','714',0),(31096,'2021-02-19 08:11:10','imp','optin_7','mailchimp_7227261368','','714',0),(31097,'2021-02-19 08:11:30','imp','optin_8','7227261368','','714',0),(31098,'2021-02-19 12:44:58','imp','optin_7','mailchimp_7227261368','','714',0),(31099,'2021-02-19 12:45:03','imp','optin_5','7227261368','','714',0),(31100,'2021-02-19 12:45:14','imp','optin_8','7227261368','','714',0),(31101,'2021-02-19 12:45:20','imp','optin_7','7227261368','','714',0),(31102,'2021-02-19 15:38:47','imp','optin_7','mailchimp_7227261368','','714',0),(31103,'2021-02-19 15:39:07','imp','optin_8','7227261368','','714',0),(31104,'2021-02-19 15:39:39','imp','optin_7','7227261368','','714',0),(31105,'2021-02-19 15:54:58','imp','optin_7','mailchimp_7227261368','','714',0),(31106,'2021-02-19 15:55:18','imp','optin_8','7227261368','','714',0),(31107,'2021-02-19 15:55:23','imp','optin_7','7227261368','','714',0),(31108,'2021-02-19 16:03:00','imp','optin_7','mailchimp_7227261368','','714',0),(31109,'2021-02-19 16:03:04','imp','optin_7','7227261368','','714',0),(31110,'2021-02-19 16:03:05','imp','optin_8','7227261368','','714',0),(31111,'2021-02-19 16:03:06','imp','optin_5','7227261368','','714',0),(31112,'2021-02-19 19:33:42','imp','optin_7','mailchimp_7227261368','','714',0),(31113,'2021-02-19 19:34:02','imp','optin_8','7227261368','','714',0),(31114,'2021-02-19 19:34:16','imp','optin_7','7227261368','','714',0),(31115,'2021-02-20 00:39:46','imp','optin_7','mailchimp_7227261368','','714',0),(31116,'2021-02-20 00:39:46','imp','optin_5','7227261368','','714',0),(31117,'2021-02-20 00:40:05','imp','optin_8','7227261368','','714',0),(31118,'2021-02-20 02:39:24','imp','optin_7','mailchimp_7227261368','','714',0),(31119,'2021-02-20 02:39:43','imp','optin_8','7227261368','','714',0),(31120,'2021-02-20 02:39:59','imp','optin_7','7227261368','','714',0),(31121,'2021-02-20 02:52:37','imp','optin_8','7227261368','','1082',0),(31122,'2021-02-20 02:53:09','imp','optin_2','7227261368','','92',0),(31123,'2021-02-20 02:53:57','imp','optin_7','mailchimp_7227261368','','714',0),(31124,'2021-02-20 02:54:06','imp','optin_8','7227261368','','1082',0),(31125,'2021-02-20 02:54:19','imp','optin_5','7227261368','','936',0),(31126,'2021-02-20 06:09:09','imp','optin_7','mailchimp_7227261368','','714',0),(31127,'2021-02-20 06:09:15','imp','optin_5','7227261368','','714',0),(31128,'2021-02-20 06:09:28','imp','optin_8','7227261368','','714',0),(31129,'2021-02-20 06:09:33','imp','optin_7','7227261368','','714',0),(31130,'2021-02-20 08:39:25','imp','optin_7','mailchimp_7227261368','','714',0),(31131,'2021-02-20 09:10:55','imp','optin_7','mailchimp_7227261368','','714',0),(31132,'2021-02-20 09:11:13','imp','optin_8','7227261368','','714',0),(31133,'2021-02-20 09:11:13','imp','optin_7','7227261368','','714',0),(31134,'2021-02-20 12:02:45','imp','optin_7','mailchimp_7227261368','','714',0),(31135,'2021-02-20 12:03:05','imp','optin_8','7227261368','','714',0),(31136,'2021-02-20 12:03:11','imp','optin_7','7227261368','','714',0),(31137,'2021-02-20 12:10:25','imp','optin_7','mailchimp_7227261368','','714',0),(31138,'2021-02-20 12:10:25','imp','optin_5','7227261368','','714',0),(31139,'2021-02-20 12:10:45','imp','optin_8','7227261368','','714',0),(31140,'2021-02-20 12:11:12','imp','optin_7','7227261368','','714',0),(31141,'2021-02-20 15:05:33','imp','optin_7','mailchimp_7227261368','','714',0),(31142,'2021-02-20 15:05:39','imp','optin_8','7227261368','','714',0),(31143,'2021-02-20 15:39:34','imp','optin_7','mailchimp_7227261368','','714',0),(31144,'2021-02-20 15:39:40','imp','optin_8','7227261368','','714',0),(31145,'2021-02-20 15:39:46','imp','optin_7','7227261368','','714',0),(31146,'2021-02-21 00:18:33','imp','optin_7','mailchimp_7227261368','','714',0),(31147,'2021-02-21 00:18:52','imp','optin_8','7227261368','','714',0),(31148,'2021-02-21 03:27:57','imp','optin_7','mailchimp_7227261368','','714',0),(31149,'2021-02-21 03:28:05','imp','optin_8','7227261368','','714',0),(31150,'2021-02-21 03:28:28','imp','optin_7','7227261368','','714',0),(31151,'2021-02-21 04:18:38','imp','optin_7','mailchimp_7227261368','','714',0),(31152,'2021-02-21 04:18:55','imp','optin_8','7227261368','','714',0),(31153,'2021-02-21 04:19:21','imp','optin_7','7227261368','','714',0),(31154,'2021-02-21 04:46:44','imp','optin_7','mailchimp_7227261368','','714',0),(31155,'2021-02-21 04:46:57','imp','optin_8','7227261368','','714',0),(31156,'2021-02-21 04:47:02','imp','optin_7','7227261368','','714',0),(31157,'2021-02-21 07:30:07','imp','optin_7','mailchimp_7227261368','','714',0),(31158,'2021-02-21 07:53:09','imp','optin_7','mailchimp_7227261368','','714',0),(31159,'2021-02-21 07:53:29','imp','optin_8','7227261368','','714',0),(31160,'2021-02-21 07:54:06','imp','optin_7','7227261368','','714',0),(31161,'2021-02-21 09:00:47','imp','optin_7','mailchimp_7227261368','','714',0),(31162,'2021-02-21 09:00:49','imp','optin_5','7227261368','','714',0),(31163,'2021-02-21 09:00:58','imp','optin_8','7227261368','','714',0),(31164,'2021-02-21 09:01:02','imp','optin_7','7227261368','','714',0),(31165,'2021-02-21 11:28:16','imp','optin_7','mailchimp_7227261368','','714',0),(31166,'2021-02-21 14:22:08','imp','optin_7','mailchimp_7227261368','','714',0),(31167,'2021-02-21 14:22:28','imp','optin_8','7227261368','','714',0),(31168,'2021-02-21 14:23:17','imp','optin_7','7227261368','','714',0),(31169,'2021-02-21 14:23:27','imp','optin_5','7227261368','','714',0),(31170,'2021-02-21 17:10:31','imp','optin_7','mailchimp_7227261368','','714',0),(31171,'2021-02-21 17:10:41','imp','optin_8','7227261368','','714',0),(31172,'2021-02-21 17:10:58','imp','optin_7','7227261368','','714',0),(31173,'2021-02-22 01:03:59','imp','optin_7','mailchimp_7227261368','','714',0),(31174,'2021-02-22 01:04:06','imp','optin_8','7227261368','','714',0),(31175,'2021-02-22 01:04:27','imp','optin_7','7227261368','','714',0),(31176,'2021-02-22 02:55:28','imp','optin_7','mailchimp_7227261368','','714',0),(31177,'2021-02-22 02:55:28','imp','optin_8','7227261368','','714',0),(31178,'2021-02-22 04:28:36','imp','optin_7','mailchimp_7227261368','','714',0),(31179,'2021-02-22 04:28:51','imp','optin_5','7227261368','','714',0),(31180,'2021-02-22 04:28:55','imp','optin_7','7227261368','','714',0),(31181,'2021-02-22 04:28:56','imp','optin_8','7227261368','','714',0),(31182,'2021-02-22 06:22:32','imp','optin_7','mailchimp_7227261368','','714',0),(31183,'2021-02-22 09:03:21','imp','optin_7','mailchimp_7227261368','','714',0),(31184,'2021-02-22 09:03:37','imp','optin_8','7227261368','','714',0),(31185,'2021-02-22 09:03:57','imp','optin_7','7227261368','','714',0),(31186,'2021-02-22 09:44:07','imp','optin_7','mailchimp_7227261368','','714',0),(31187,'2021-02-22 09:44:27','imp','optin_8','7227261368','','714',0),(31188,'2021-02-22 09:46:59','imp','optin_7','7227261368','','714',0),(31189,'2021-02-22 11:05:04','imp','optin_7','mailchimp_7227261368','','714',0),(31190,'2021-02-22 11:05:24','imp','optin_8','7227261368','','714',0),(31191,'2021-02-22 12:44:04','imp','optin_7','mailchimp_7227261368','','714',0),(31192,'2021-02-22 12:44:10','imp','optin_8','7227261368','','714',0),(31193,'2021-02-22 12:44:18','imp','optin_7','7227261368','','714',0),(31194,'2021-02-22 14:37:45','imp','optin_7','mailchimp_7227261368','','714',0),(31195,'2021-02-22 14:37:58','imp','optin_8','7227261368','','714',0),(31196,'2021-02-22 14:38:09','imp','optin_7','7227261368','','714',0),(31197,'2021-02-22 14:38:30','imp','optin_5','7227261368','','714',0),(31198,'2021-02-22 20:40:01','imp','optin_7','mailchimp_7227261368','','714',0),(31199,'2021-02-22 20:40:20','imp','optin_8','7227261368','','714',0),(31200,'2021-02-22 20:40:43','imp','optin_5','7227261368','','714',0),(31201,'2021-02-22 20:41:08','imp','optin_7','7227261368','','714',0),(31202,'2021-02-22 21:27:12','imp','optin_8','7227261368','','-1',0),(31203,'2021-02-22 21:31:32','imp','optin_7','mailchimp_7227261368','','714',0),(31204,'2021-02-22 21:31:52','imp','optin_8','7227261368','','714',0),(31205,'2021-02-22 21:32:20','imp','optin_7','7227261368','','714',0),(31206,'2021-02-23 00:05:59','imp','optin_7','mailchimp_7227261368','','714',0),(31207,'2021-02-23 00:06:07','imp','optin_8','7227261368','','714',0),(31208,'2021-02-23 00:06:16','imp','optin_7','7227261368','','714',0),(31209,'2021-02-23 04:20:01','imp','optin_7','mailchimp_7227261368','','714',0),(31210,'2021-02-23 04:20:18','imp','optin_8','7227261368','','714',0),(31211,'2021-02-23 04:20:19','imp','optin_8','7227261368','','714',0),(31212,'2021-02-23 04:20:26','imp','optin_7','7227261368','','714',0),(31213,'2021-02-23 04:20:27','imp','optin_5','7227261368','','714',0),(31214,'2021-02-23 05:39:34','imp','optin_7','mailchimp_7227261368','','714',0),(31215,'2021-02-23 05:39:53','imp','optin_8','7227261368','','714',0),(31216,'2021-02-23 08:31:22','imp','optin_7','mailchimp_7227261368','','714',0),(31217,'2021-02-23 08:31:41','imp','optin_8','7227261368','','714',0),(31218,'2021-02-23 08:32:19','imp','optin_7','7227261368','','714',0),(31219,'2021-02-23 14:10:15','imp','optin_7','mailchimp_7227261368','','714',0),(31220,'2021-02-23 14:10:31','imp','optin_8','7227261368','','714',0),(31221,'2021-02-23 14:10:35','imp','optin_7','7227261368','','714',0),(31222,'2021-02-23 18:24:01','imp','optin_7','mailchimp_7227261368','','714',0),(31223,'2021-02-23 18:24:17','imp','optin_8','7227261368','','714',0),(31224,'2021-02-23 18:24:33','imp','optin_7','7227261368','','714',0),(31225,'2021-02-23 21:59:26','imp','optin_7','mailchimp_7227261368','','714',0),(31226,'2021-02-23 21:59:38','imp','optin_8','7227261368','','714',0),(31227,'2021-02-24 03:07:00','imp','optin_7','mailchimp_7227261368','','714',0),(31228,'2021-02-24 03:07:18','imp','optin_8','7227261368','','714',0),(31229,'2021-02-24 04:19:49','imp','optin_7','mailchimp_7227261368','','714',0),(31230,'2021-02-24 04:19:52','imp','optin_5','7227261368','','714',0),(31231,'2021-02-24 04:20:05','imp','optin_8','7227261368','','714',0),(31232,'2021-02-24 04:21:35','imp','optin_7','7227261368','','714',0),(31233,'2021-02-24 04:38:21','imp','optin_7','mailchimp_7227261368','','714',0),(31234,'2021-02-24 04:38:42','imp','optin_8','7227261368','','714',0),(31235,'2021-02-24 04:59:59','imp','optin_7','mailchimp_7227261368','','714',0),(31236,'2021-02-24 05:00:19','imp','optin_8','7227261368','','714',0),(31237,'2021-02-24 05:36:32','imp','optin_5','7227261368','','714',0),(31238,'2021-02-24 05:36:47','imp','optin_7','7227261368','','714',0),(31239,'2021-02-24 06:48:38','imp','optin_7','mailchimp_7227261368','','714',0),(31240,'2021-02-24 06:48:38','imp','optin_5','7227261368','','714',0),(31241,'2021-02-24 06:48:58','imp','optin_8','7227261368','','714',0),(31242,'2021-02-24 07:30:35','imp','optin_7','mailchimp_7227261368','','714',0),(31243,'2021-02-24 07:30:36','imp','optin_5','7227261368','','714',0),(31244,'2021-02-24 07:30:55','imp','optin_8','7227261368','','714',0),(31245,'2021-02-24 10:35:49','imp','optin_7','mailchimp_7227261368','','714',0),(31246,'2021-02-24 10:35:57','imp','optin_8','7227261368','','714',0),(31247,'2021-02-24 10:36:18','imp','optin_7','7227261368','','714',0),(31248,'2021-02-24 20:45:47','imp','optin_7','mailchimp_7227261368','','714',0),(31249,'2021-02-24 20:46:07','imp','optin_8','7227261368','','714',0),(31250,'2021-02-25 00:47:59','imp','optin_7','mailchimp_7227261368','','714',0),(31251,'2021-02-25 00:48:20','imp','optin_8','7227261368','','714',0),(31252,'2021-02-25 03:33:47','imp','optin_7','mailchimp_7227261368','','714',0),(31253,'2021-02-25 03:34:02','imp','optin_8','7227261368','','714',0),(31254,'2021-02-25 03:34:13','imp','optin_7','7227261368','','714',0),(31255,'2021-02-25 07:11:46','imp','optin_7','mailchimp_7227261368','','714',0),(31256,'2021-02-25 07:12:05','imp','optin_8','7227261368','','714',0),(31257,'2021-02-25 07:59:29','imp','optin_7','mailchimp_7227261368','','714',0),(31258,'2021-02-25 07:59:35','imp','optin_8','7227261368','','714',0),(31259,'2021-02-25 07:59:35','imp','optin_7','7227261368','','714',0),(31260,'2021-02-25 08:20:58','imp','optin_7','mailchimp_7227261368','','714',0),(31261,'2021-02-25 08:21:17','imp','optin_8','7227261368','','714',0),(31262,'2021-02-25 08:21:31','imp','optin_7','7227261368','','714',0),(31263,'2021-02-25 08:43:01','imp','optin_7','mailchimp_7227261368','','714',0),(31264,'2021-02-25 09:28:08','imp','optin_7','mailchimp_7227261368','','714',0),(31265,'2021-02-25 09:28:24','imp','optin_5','7227261368','','714',0),(31266,'2021-02-25 09:28:28','imp','optin_8','7227261368','','714',0),(31267,'2021-02-25 09:28:45','imp','optin_7','7227261368','','714',0),(31268,'2021-02-25 11:05:17','imp','optin_7','mailchimp_7227261368','','714',0),(31269,'2021-02-25 11:05:38','imp','optin_8','7227261368','','714',0),(31270,'2021-02-25 11:05:42','imp','optin_7','7227261368','','714',0),(31271,'2021-02-25 11:26:05','imp','optin_7','mailchimp_7227261368','','714',0),(31272,'2021-02-25 11:26:25','imp','optin_8','7227261368','','714',0),(31273,'2021-02-25 14:03:04','imp','optin_7','mailchimp_7227261368','','714',0),(31274,'2021-02-25 14:03:24','imp','optin_8','7227261368','','714',0),(31275,'2021-02-25 15:15:51','imp','optin_7','mailchimp_7227261368','','714',0),(31276,'2021-02-25 15:16:11','imp','optin_8','7227261368','','714',0),(31277,'2021-02-25 15:17:59','imp','optin_7','7227261368','','714',0),(31278,'2021-02-25 21:10:07','imp','optin_7','mailchimp_7227261368','','714',0),(31279,'2021-02-25 21:10:27','imp','optin_8','7227261368','','714',0),(31280,'2021-02-25 21:11:32','imp','optin_7','7227261368','','714',0),(31281,'2021-02-26 01:27:25','imp','optin_7','mailchimp_7227261368','','714',0),(31282,'2021-02-26 01:27:45','imp','optin_8','7227261368','','714',0),(31283,'2021-02-26 01:28:19','imp','optin_7','7227261368','','714',0),(31284,'2021-02-26 03:49:00','imp','optin_7','mailchimp_7227261368','','714',0),(31285,'2021-02-26 03:49:05','imp','optin_8','7227261368','','714',0),(31286,'2021-02-26 03:49:06','imp','optin_7','7227261368','','714',0),(31287,'2021-02-26 03:51:00','imp','optin_7','mailchimp_7227261368','','714',0),(31288,'2021-02-26 03:51:15','imp','optin_5','7227261368','','714',0),(31289,'2021-02-26 03:51:20','imp','optin_8','7227261368','','714',0),(31290,'2021-02-26 05:42:33','imp','optin_7','mailchimp_7227261368','','714',0),(31291,'2021-02-26 05:42:51','imp','optin_8','7227261368','','714',0),(31292,'2021-02-26 05:43:10','imp','optin_7','7227261368','','714',0),(31293,'2021-02-26 05:43:14','imp','optin_5','7227261368','','714',0),(31294,'2021-02-26 05:47:59','imp','optin_7','mailchimp_7227261368','','714',0),(31295,'2021-02-26 05:48:19','imp','optin_8','7227261368','','714',0),(31296,'2021-02-26 05:48:41','imp','optin_7','7227261368','','714',0),(31297,'2021-02-26 08:22:43','imp','optin_7','mailchimp_7227261368','','714',0),(31298,'2021-02-26 08:23:01','imp','optin_8','7227261368','','714',0),(31299,'2021-02-26 08:23:01','imp','optin_7','7227261368','','714',0),(31300,'2021-02-26 13:06:37','imp','optin_8','7227261368','','-1',0),(31301,'2021-02-26 15:33:22','imp','optin_8','7227261368','','-1',0),(31302,'2021-02-26 21:18:13','imp','optin_7','mailchimp_7227261368','','714',0),(31303,'2021-02-26 21:18:14','imp','optin_5','7227261368','','714',0),(31304,'2021-02-27 01:25:28','imp','optin_7','mailchimp_7227261368','','714',0),(31305,'2021-02-27 01:25:47','imp','optin_8','7227261368','','714',0),(31306,'2021-02-27 03:10:31','imp','optin_7','mailchimp_7227261368','','714',0),(31307,'2021-02-27 03:10:32','imp','optin_5','7227261368','','714',0),(31308,'2021-02-27 03:10:51','imp','optin_8','7227261368','','714',0),(31309,'2021-02-27 03:10:54','imp','optin_7','7227261368','','714',0),(31310,'2021-02-27 03:22:28','imp','optin_7','mailchimp_7227261368','','714',0),(31311,'2021-02-27 03:22:48','imp','optin_8','7227261368','','714',0),(31312,'2021-02-27 03:23:28','imp','optin_7','7227261368','','714',0),(31313,'2021-02-27 03:24:36','imp','optin_5','7227261368','','714',0),(31314,'2021-02-27 11:45:05','imp','optin_7','mailchimp_7227261368','','714',0),(31315,'2021-02-27 11:45:24','imp','optin_8','7227261368','','714',0),(31316,'2021-02-27 11:45:51','imp','optin_7','7227261368','','714',0),(31317,'2021-02-27 13:03:41','imp','optin_7','mailchimp_7227261368','','714',0),(31318,'2021-02-27 13:04:01','imp','optin_8','7227261368','','714',0),(31319,'2021-02-27 13:05:46','imp','optin_7','7227261368','','714',0),(31320,'2021-02-27 13:11:49','imp','optin_7','mailchimp_7227261368','','714',0),(31321,'2021-02-27 15:30:37','imp','optin_8','7227261368','','-1',0),(31322,'2021-02-27 18:17:08','imp','optin_7','mailchimp_7227261368','','714',0),(31323,'2021-02-27 18:17:08','imp','optin_5','7227261368','','714',0),(31324,'2021-02-27 18:17:16','imp','optin_8','7227261368','','714',0),(31325,'2021-02-27 18:17:16','imp','optin_7','7227261368','','714',0),(31326,'2021-02-27 20:16:28','imp','optin_7','mailchimp_7227261368','','714',0),(31327,'2021-02-27 20:17:03','imp','optin_7','7227261368','','714',0),(31328,'2021-02-28 03:07:07','imp','optin_7','mailchimp_7227261368','','714',0),(31329,'2021-02-28 03:07:09','imp','optin_5','7227261368','','714',0),(31330,'2021-02-28 03:07:23','imp','optin_7','7227261368','','714',0),(31331,'2021-02-28 03:07:23','imp','optin_8','7227261368','','714',0),(31332,'2021-02-28 05:36:36','imp','optin_7','mailchimp_7227261368','','714',0),(31333,'2021-02-28 05:36:47','imp','optin_7','7227261368','','714',0),(31334,'2021-02-28 05:36:47','imp','optin_8','7227261368','','714',0),(31335,'2021-02-28 07:34:00','imp','optin_7','mailchimp_7227261368','','714',0),(31336,'2021-02-28 07:34:02','imp','optin_5','7227261368','','714',0),(31337,'2021-02-28 07:34:19','imp','optin_8','7227261368','','714',0),(31338,'2021-02-28 07:34:20','imp','optin_7','7227261368','','714',0),(31339,'2021-02-28 09:02:02','imp','optin_7','mailchimp_7227261368','','714',0),(31340,'2021-02-28 09:02:22','imp','optin_8','7227261368','','714',0),(31341,'2021-02-28 09:04:07','imp','optin_7','7227261368','','714',0),(31342,'2021-02-28 09:48:01','imp','optin_7','mailchimp_7227261368','','714',0),(31343,'2021-02-28 09:48:10','imp','optin_8','7227261368','','714',0),(31344,'2021-02-28 09:48:28','imp','optin_7','7227261368','','714',0),(31345,'2021-02-28 11:58:36','imp','optin_7','mailchimp_7227261368','','714',0),(31346,'2021-02-28 11:58:54','imp','optin_8','7227261368','','714',0),(31347,'2021-02-28 11:59:19','imp','optin_7','7227261368','','714',0),(31348,'2021-02-28 15:50:54','imp','optin_7','mailchimp_7227261368','','714',0),(31349,'2021-02-28 15:51:14','imp','optin_8','7227261368','','714',0),(31350,'2021-02-28 15:53:33','imp','optin_7','7227261368','','714',0),(31351,'2021-02-28 21:39:57','imp','optin_7','mailchimp_7227261368','','714',0),(31352,'2021-02-28 21:39:59','imp','optin_5','7227261368','','714',0),(31353,'2021-02-28 21:40:17','imp','optin_8','7227261368','','714',0),(31354,'2021-02-28 21:40:32','imp','optin_7','7227261368','','714',0),(31355,'2021-02-28 22:51:36','imp','optin_7','mailchimp_7227261368','','714',0),(31356,'2021-02-28 22:51:58','imp','optin_8','7227261368','','714',0),(31357,'2021-02-28 22:52:03','imp','optin_5','7227261368','','714',0),(31358,'2021-02-28 22:52:05','imp','optin_7','7227261368','','714',0),(31359,'2021-03-01 11:57:07','imp','optin_5','7227261368','','714',0),(31360,'2021-03-01 11:57:07','imp','optin_7','mailchimp_7227261368','','714',0),(31361,'2021-03-01 11:57:26','imp','optin_8','7227261368','','714',0),(31362,'2021-03-01 11:57:39','imp','optin_7','7227261368','','714',0),(31363,'2021-03-01 12:31:59','imp','optin_7','mailchimp_7227261368','','714',0),(31364,'2021-03-01 13:04:01','imp','optin_7','mailchimp_7227261368','','714',0),(31365,'2021-03-01 13:04:21','imp','optin_8','7227261368','','714',0),(31366,'2021-03-01 13:06:04','imp','optin_5','7227261368','','714',0),(31367,'2021-03-01 13:06:45','imp','optin_7','7227261368','','714',0),(31368,'2021-03-01 15:32:38','imp','optin_5','7227261368','','714',0),(31369,'2021-03-01 15:32:38','imp','optin_7','mailchimp_7227261368','','714',0),(31370,'2021-03-01 15:32:58','imp','optin_8','7227261368','','714',0),(31371,'2021-03-01 15:41:15','imp','optin_7','7227261368','','714',0),(31372,'2021-03-01 20:20:46','imp','optin_8','7227261368','','-1',0),(31373,'2021-03-03 09:26:38','imp','optin_7','mailchimp_7227261368','','714',0),(31374,'2021-03-03 09:35:12','imp','optin_7','mailchimp_7227261368','','714',0),(31375,'2021-03-03 09:50:57','imp','optin_7','mailchimp_7227261368','','714',0),(31376,'2021-03-03 11:08:03','imp','optin_7','mailchimp_7227261368','','714',0),(31377,'2021-03-03 11:08:29','imp','optin_8','7227261368','','714',0),(31378,'2021-03-03 11:14:27','imp','optin_7','mailchimp_7227261368','','714',0),(31379,'2021-03-03 11:14:27','imp','optin_5','7227261368','','714',0),(31380,'2021-03-03 11:14:46','imp','optin_8','7227261368','','714',0),(31381,'2021-03-03 11:14:54','imp','optin_7','7227261368','','714',0),(31382,'2021-03-03 11:42:38','imp','optin_8','7227261368','','698',0),(31383,'2021-03-03 11:42:38','imp','optin_5','7227261368','','698',0),(31384,'2021-03-03 12:59:59','imp','optin_7','mailchimp_7227261368','','714',0),(31385,'2021-03-03 12:59:59','imp','optin_5','7227261368','','714',0),(31386,'2021-03-03 13:00:02','imp','optin_7','7227261368','','714',0),(31387,'2021-03-03 13:00:02','imp','optin_8','7227261368','','714',0),(31388,'2021-03-03 17:34:16','imp','optin_7','mailchimp_7227261368','','714',0),(31389,'2021-03-03 17:34:37','imp','optin_7','mailchimp_7227261368','','714',0),(31390,'2021-03-04 01:04:17','imp','optin_7','mailchimp_7227261368','','714',0),(31391,'2021-03-04 01:04:36','imp','optin_8','7227261368','','714',0),(31392,'2021-03-04 01:05:09','imp','optin_7','7227261368','','714',0),(31393,'2021-03-04 01:34:09','imp','optin_7','mailchimp_7227261368','','714',0),(31394,'2021-03-04 01:34:37','imp','optin_7','mailchimp_7227261368','','714',0),(31395,'2021-03-04 01:47:36','imp','optin_7','mailchimp_7227261368','','714',0),(31396,'2021-03-04 01:47:56','imp','optin_8','7227261368','','714',0),(31397,'2021-03-04 02:43:14','imp','optin_7','mailchimp_7227261368','','714',0),(31398,'2021-03-04 02:43:15','imp','optin_5','7227261368','','714',0),(31399,'2021-03-04 03:02:26','imp','optin_7','mailchimp_7227261368','','714',0),(31400,'2021-03-04 03:02:45','imp','optin_7','7227261368','','714',0),(31401,'2021-03-04 03:02:45','imp','optin_8','7227261368','','714',0),(31402,'2021-03-04 03:02:45','imp','optin_8','7227261368','','714',0),(31403,'2021-03-04 04:13:42','imp','optin_7','mailchimp_7227261368','','714',0),(31404,'2021-03-04 04:13:44','imp','optin_5','7227261368','','714',0),(31405,'2021-03-04 09:34:40','imp','optin_7','mailchimp_7227261368','','714',0),(31406,'2021-03-04 09:34:59','imp','optin_7','mailchimp_7227261368','','714',0),(31407,'2021-03-04 17:32:16','imp','optin_7','mailchimp_7227261368','','714',0),(31408,'2021-03-04 17:32:52','imp','optin_7','mailchimp_7227261368','','714',0),(31409,'2021-03-04 17:53:06','imp','optin_7','mailchimp_7227261368','','714',0),(31410,'2021-03-04 17:53:17','imp','optin_8','7227261368','','714',0),(31411,'2021-03-04 17:53:25','imp','optin_7','7227261368','','714',0),(31412,'2021-03-04 19:11:18','imp','optin_7','mailchimp_7227261368','','714',0),(31413,'2021-03-04 21:42:04','imp','optin_7','mailchimp_7227261368','','714',0),(31414,'2021-03-04 21:42:24','imp','optin_8','7227261368','','714',0),(31415,'2021-03-04 21:43:25','imp','optin_7','7227261368','','714',0),(31416,'2021-03-05 00:52:09','imp','optin_7','mailchimp_7227261368','','714',0),(31417,'2021-03-05 00:52:21','imp','optin_8','7227261368','','714',0),(31418,'2021-03-05 00:53:25','imp','optin_5','7227261368','','714',0),(31419,'2021-03-05 00:54:00','imp','optin_7','7227261368','','714',0),(31420,'2021-03-05 01:31:35','imp','optin_7','mailchimp_7227261368','','714',0),(31421,'2021-03-05 01:31:36','imp','optin_7','mailchimp_7227261368','','714',0),(31422,'2021-03-05 01:32:11','imp','optin_7','mailchimp_7227261368','','714',0),(31423,'2021-03-05 01:48:38','imp','optin_7','mailchimp_7227261368','','714',0),(31424,'2021-03-05 01:48:38','imp','optin_5','7227261368','','714',0),(31425,'2021-03-05 01:48:55','imp','optin_8','7227261368','','714',0),(31426,'2021-03-05 01:48:55','imp','optin_7','7227261368','','714',0),(31427,'2021-03-05 07:14:52','imp','optin_7','mailchimp_7227261368','','714',0),(31428,'2021-03-05 07:14:52','imp','optin_5','7227261368','','714',0),(31429,'2021-03-05 07:15:08','imp','optin_7','7227261368','','714',0),(31430,'2021-03-05 07:15:08','imp','optin_8','7227261368','','714',0),(31431,'2021-03-05 09:29:31','imp','optin_7','mailchimp_7227261368','','714',0),(31432,'2021-03-05 09:29:40','imp','optin_7','mailchimp_7227261368','','714',0),(31433,'2021-03-05 09:47:23','imp','optin_7','mailchimp_7227261368','','714',0),(31434,'2021-03-05 09:47:41','imp','optin_7','7227261368','','714',0),(31435,'2021-03-05 09:47:41','imp','optin_8','7227261368','','714',0),(31436,'2021-03-05 12:54:37','imp','optin_7','mailchimp_7227261368','','714',0),(31437,'2021-03-05 12:54:38','imp','optin_5','7227261368','','714',0),(31438,'2021-03-05 12:54:56','imp','optin_8','7227261368','','714',0),(31439,'2021-03-05 13:54:37','imp','optin_7','mailchimp_7227261368','','714',0),(31440,'2021-03-05 13:54:56','imp','optin_8','7227261368','','714',0),(31441,'2021-03-05 14:08:31','imp','optin_7','7227261368','','714',0),(31442,'2021-03-05 17:28:17','imp','optin_7','mailchimp_7227261368','','714',0),(31443,'2021-03-05 17:28:43','imp','optin_7','mailchimp_7227261368','','714',0),(31444,'2021-03-05 17:29:42','imp','optin_7','mailchimp_7227261368','','714',0),(31445,'2021-03-05 18:58:58','imp','optin_7','mailchimp_7227261368','','714',0),(31446,'2021-03-05 18:59:18','imp','optin_8','7227261368','','714',0),(31447,'2021-03-06 01:15:16','imp','optin_7','mailchimp_7227261368','','714',0),(31448,'2021-03-06 01:15:36','imp','optin_8','7227261368','','714',0),(31449,'2021-03-06 01:15:49','imp','optin_7','7227261368','','714',0),(31450,'2021-03-06 01:28:03','imp','optin_7','mailchimp_7227261368','','714',0),(31451,'2021-03-06 01:28:04','imp','optin_7','mailchimp_7227261368','','714',0),(31452,'2021-03-06 01:28:27','imp','optin_7','mailchimp_7227261368','','714',0),(31453,'2021-03-06 02:53:12','imp','optin_7','mailchimp_7227261368','','714',0),(31454,'2021-03-06 02:53:26','imp','optin_8','7227261368','','714',0),(31455,'2021-03-06 02:53:40','imp','optin_7','7227261368','','714',0),(31456,'2021-03-06 05:58:15','imp','optin_7','mailchimp_7227261368','','714',0),(31457,'2021-03-06 05:58:31','imp','optin_8','7227261368','','714',0),(31458,'2021-03-06 05:58:50','imp','optin_7','7227261368','','714',0),(31459,'2021-03-06 07:13:42','imp','optin_7','mailchimp_7227261368','','714',0),(31460,'2021-03-06 08:03:02','imp','optin_7','mailchimp_7227261368','','714',0),(31461,'2021-03-06 08:03:18','imp','optin_8','7227261368','','714',0),(31462,'2021-03-06 08:03:21','imp','optin_7','7227261368','','714',0),(31463,'2021-03-06 08:04:44','imp','optin_7','mailchimp_7227261368','','714',0),(31464,'2021-03-06 08:04:49','imp','optin_5','7227261368','','714',0),(31465,'2021-03-06 08:05:04','imp','optin_8','7227261368','','714',0),(31466,'2021-03-06 08:05:27','imp','optin_7','7227261368','','714',0),(31467,'2021-03-06 09:14:44','imp','optin_7','mailchimp_7227261368','','714',0),(31468,'2021-03-06 09:15:04','imp','optin_8','7227261368','','714',0),(31469,'2021-03-06 09:15:32','imp','optin_7','7227261368','','714',0),(31470,'2021-03-06 09:15:35','imp','optin_5','7227261368','','714',0),(31471,'2021-03-06 09:27:39','imp','optin_7','mailchimp_7227261368','','714',0),(31472,'2021-03-06 09:27:51','imp','optin_7','mailchimp_7227261368','','714',0),(31473,'2021-03-06 14:25:27','imp','optin_8','7227261368','','825',0),(31474,'2021-03-06 14:25:37','imp','optin_8','7227261368','','825',0),(31475,'2021-03-06 15:24:16','imp','optin_8','7227261368','','-1',0),(31476,'2021-03-06 20:46:50','imp','optin_7','mailchimp_7227261368','','714',0),(31477,'2021-03-06 20:47:09','imp','optin_8','7227261368','','714',0),(31478,'2021-03-06 20:48:19','imp','optin_7','7227261368','','714',0),(31479,'2021-03-06 20:48:24','imp','optin_5','7227261368','','714',0),(31480,'2021-03-07 01:08:51','imp','optin_7','mailchimp_7227261368','','714',0),(31481,'2021-03-07 01:10:31','imp','optin_7','7227261368','','714',0),(31482,'2021-03-07 01:10:31','imp','optin_8','7227261368','','714',0),(31483,'2021-03-07 05:07:14','imp','optin_7','mailchimp_7227261368','','714',0),(31484,'2021-03-07 08:03:31','imp','optin_7','mailchimp_7227261368','','714',0),(31485,'2021-03-07 08:41:37','imp','optin_7','mailchimp_7227261368','','714',0),(31486,'2021-03-07 08:48:57','imp','optin_7','mailchimp_7227261368','','714',0),(31487,'2021-03-07 08:49:16','imp','optin_8','7227261368','','714',0),(31488,'2021-03-07 15:52:07','imp','optin_7','mailchimp_7227261368','','714',0),(31489,'2021-03-07 16:30:21','imp','optin_5','7227261368','','602',0),(31490,'2021-03-07 22:43:12','imp','optin_8','7227261368','','2',0),(31491,'2021-03-07 22:44:46','imp','optin_2','7227261368','','2',0),(31492,'2021-03-08 06:34:31','imp','optin_7','mailchimp_7227261368','','714',0),(31493,'2021-03-08 15:27:43','imp','optin_7','mailchimp_7227261368','','714',0),(31494,'2021-03-08 15:27:48','imp','optin_5','7227261368','','714',0),(31495,'2021-03-08 15:28:01','imp','optin_8','7227261368','','714',0),(31496,'2021-03-08 15:28:19','imp','optin_7','7227261368','','714',0),(31497,'2021-03-08 15:39:21','imp','optin_7','mailchimp_7227261368','','714',0),(31498,'2021-03-08 15:39:31','imp','optin_8','7227261368','','714',0),(31499,'2021-03-08 15:39:46','imp','optin_7','7227261368','','714',0),(31500,'2021-03-08 19:48:22','imp','optin_7','mailchimp_7227261368','','714',0),(31501,'2021-03-08 19:48:42','imp','optin_8','7227261368','','714',0),(31502,'2021-03-08 19:48:50','imp','optin_7','7227261368','','714',0),(31503,'2021-03-08 20:44:05','imp','optin_8','7227261368','','-1',0),(31504,'2021-03-08 21:40:28','imp','optin_7','mailchimp_7227261368','','714',0),(31505,'2021-03-08 22:37:04','imp','optin_7','mailchimp_7227261368','','714',0),(31506,'2021-03-08 22:37:07','imp','optin_5','7227261368','','714',0),(31507,'2021-03-08 22:37:23','imp','optin_8','7227261368','','714',0),(31508,'2021-03-08 23:02:06','imp','optin_7','mailchimp_7227261368','','714',0),(31509,'2021-03-08 23:02:29','imp','optin_8','7227261368','','714',0),(31510,'2021-03-09 00:17:52','imp','optin_7','mailchimp_7227261368','','714',0),(31511,'2021-03-09 00:17:55','imp','optin_5','7227261368','','714',0),(31512,'2021-03-09 00:18:11','imp','optin_8','7227261368','','714',0),(31513,'2021-03-09 00:21:54','imp','optin_7','7227261368','','714',0),(31514,'2021-03-09 00:40:09','imp','optin_7','mailchimp_7227261368','','714',0),(31515,'2021-03-09 01:15:18','imp','optin_7','mailchimp_7227261368','','714',0),(31516,'2021-03-09 01:15:36','imp','optin_8','7227261368','','714',0),(31517,'2021-03-09 01:15:38','imp','optin_8','7227261368','','714',0),(31518,'2021-03-09 01:15:41','imp','optin_7','7227261368','','714',0),(31519,'2021-03-09 01:15:43','imp','optin_5','7227261368','','714',0),(31520,'2021-03-09 02:51:47','imp','optin_7','mailchimp_7227261368','','714',0),(31521,'2021-03-09 02:51:49','imp','optin_5','7227261368','','714',0),(31522,'2021-03-09 02:52:04','imp','optin_8','7227261368','','714',0),(31523,'2021-03-09 02:52:09','imp','optin_7','7227261368','','714',0),(31524,'2021-03-09 05:29:52','imp','optin_7','mailchimp_7227261368','','714',0),(31525,'2021-03-09 05:33:03','imp','optin_7','mailchimp_7227261368','','714',0),(31526,'2021-03-09 05:33:23','imp','optin_8','7227261368','','714',0),(31527,'2021-03-09 05:33:30','imp','optin_7','7227261368','','714',0),(31528,'2021-03-09 10:29:13','imp','optin_7','mailchimp_7227261368','','714',0),(31529,'2021-03-09 10:29:32','imp','optin_8','7227261368','','714',0),(31530,'2021-03-09 10:29:32','imp','optin_8','7227261368','','714',0),(31531,'2021-03-09 14:22:08','imp','optin_7','mailchimp_7227261368','','714',0),(31532,'2021-03-09 14:23:58','imp','optin_8','7227261368','','714',0),(31533,'2021-03-09 14:26:11','imp','optin_7','7227261368','','714',0),(31534,'2021-03-09 17:20:23','imp','optin_7','mailchimp_7227261368','','714',0),(31535,'2021-03-09 17:20:43','imp','optin_8','7227261368','','714',0),(31536,'2021-03-09 20:48:47','imp','optin_7','mailchimp_7227261368','','714',0),(31537,'2021-03-09 21:11:57','imp','optin_7','mailchimp_7227261368','','714',0),(31538,'2021-03-09 21:12:12','imp','optin_8','7227261368','','714',0),(31539,'2021-03-09 21:12:17','imp','optin_7','7227261368','','714',0),(31540,'2021-03-09 23:00:15','imp','optin_7','mailchimp_7227261368','','714',0),(31541,'2021-03-09 23:00:35','imp','optin_8','7227261368','','714',0),(31542,'2021-03-09 23:00:40','imp','optin_7','7227261368','','714',0),(31543,'2021-03-10 00:30:56','imp','optin_7','mailchimp_7227261368','','714',0),(31544,'2021-03-10 01:16:17','imp','optin_5','7227261368','','714',0),(31545,'2021-03-10 01:16:17','imp','optin_7','mailchimp_7227261368','','714',0),(31546,'2021-03-10 01:16:36','imp','optin_8','7227261368','','714',0),(31547,'2021-03-10 01:16:48','imp','optin_7','7227261368','','714',0),(31548,'2021-03-10 01:18:24','imp','optin_7','mailchimp_7227261368','','714',0),(31549,'2021-03-10 01:18:24','imp','optin_5','7227261368','','714',0),(31550,'2021-03-10 03:34:19','imp','optin_7','mailchimp_7227261368','','714',0),(31551,'2021-03-10 03:34:20','imp','optin_5','7227261368','','714',0),(31552,'2021-03-10 03:34:30','imp','optin_7','7227261368','','714',0),(31553,'2021-03-10 03:34:30','imp','optin_8','7227261368','','714',0),(31554,'2021-03-10 03:56:29','imp','optin_7','mailchimp_7227261368','','714',0),(31555,'2021-03-10 04:18:44','imp','optin_7','mailchimp_7227261368','','714',0),(31556,'2021-03-10 04:19:05','imp','optin_8','7227261368','','714',0),(31557,'2021-03-10 04:19:53','imp','optin_7','7227261368','','714',0),(31558,'2021-03-10 05:03:35','imp','optin_7','mailchimp_7227261368','','714',0),(31559,'2021-03-10 05:03:35','imp','optin_5','7227261368','','714',0),(31560,'2021-03-10 05:03:55','imp','optin_8','7227261368','','714',0),(31561,'2021-03-10 05:04:51','imp','optin_7','7227261368','','714',0),(31562,'2021-03-10 05:35:41','imp','optin_8','7227261368','','-1',0),(31563,'2021-03-10 06:11:47','imp','optin_7','mailchimp_7227261368','','714',0),(31564,'2021-03-10 06:12:07','imp','optin_8','7227261368','','714',0),(31565,'2021-03-10 06:12:33','imp','optin_7','7227261368','','714',0),(31566,'2021-03-10 06:51:22','imp','optin_5','7227261368','','714',0),(31567,'2021-03-10 06:51:22','imp','optin_7','mailchimp_7227261368','','714',0),(31568,'2021-03-10 07:01:38','imp','optin_7','mailchimp_7227261368','','714',0),(31569,'2021-03-10 07:01:51','imp','optin_8','7227261368','','714',0),(31570,'2021-03-10 07:02:07','imp','optin_7','7227261368','','714',0),(31571,'2021-03-10 07:52:29','imp','optin_7','mailchimp_7227261368','','714',0),(31572,'2021-03-10 07:52:41','imp','optin_7','7227261368','','714',0),(31573,'2021-03-10 07:52:46','imp','optin_8','7227261368','','714',0),(31574,'2021-03-10 07:53:30','imp','optin_5','7227261368','','714',0),(31575,'2021-03-10 08:37:12','imp','optin_7','mailchimp_7227261368','','714',0),(31576,'2021-03-10 08:37:15','imp','optin_5','7227261368','','714',0),(31577,'2021-03-10 08:37:32','imp','optin_8','7227261368','','714',0),(31578,'2021-03-10 08:37:54','imp','optin_7','7227261368','','714',0),(31579,'2021-03-10 08:45:42','imp','optin_7','mailchimp_7227261368','','714',0),(31580,'2021-03-10 08:45:44','imp','optin_5','7227261368','','714',0),(31581,'2021-03-10 08:46:02','imp','optin_8','7227261368','','714',0),(31582,'2021-03-10 08:46:09','imp','optin_7','7227261368','','714',0),(31583,'2021-03-10 08:46:33','con','optin_7','mailchimp_7227261368','','714',0),(31584,'2021-03-10 20:00:46','imp','optin_7','mailchimp_7227261368','','714',0),(31585,'2021-03-10 23:12:10','imp','optin_7','mailchimp_7227261368','','714',0),(31586,'2021-03-10 23:12:10','imp','optin_5','7227261368','','714',0),(31587,'2021-03-10 23:12:29','imp','optin_8','7227261368','','714',0),(31588,'2021-03-10 23:14:37','imp','optin_7','7227261368','','714',0),(31589,'2021-03-10 23:16:21','con','optin_7','mailchimp_7227261368','','714',0),(31590,'2021-03-10 23:49:46','imp','optin_7','mailchimp_7227261368','','714',0),(31591,'2021-03-10 23:49:47','imp','optin_5','7227261368','','714',0),(31592,'2021-03-10 23:49:57','imp','optin_8','7227261368','','714',0),(31593,'2021-03-10 23:50:00','imp','optin_7','7227261368','','714',0),(31594,'2021-03-11 01:33:35','imp','optin_8','7227261368','','698',0),(31595,'2021-03-11 01:33:35','imp','optin_5','7227261368','','698',0),(31596,'2021-03-11 03:41:27','imp','optin_7','mailchimp_7227261368','','714',0),(31597,'2021-03-11 03:41:27','imp','optin_5','7227261368','','714',0),(31598,'2021-03-11 03:41:37','imp','optin_8','7227261368','','714',0),(31599,'2021-03-11 03:41:41','imp','optin_7','7227261368','','714',0),(31600,'2021-03-11 06:37:37','imp','optin_7','mailchimp_7227261368','','714',0),(31601,'2021-03-11 06:37:57','imp','optin_8','7227261368','','714',0),(31602,'2021-03-11 06:39:53','imp','optin_7','7227261368','','714',0),(31603,'2021-03-11 07:28:34','imp','optin_7','mailchimp_7227261368','','714',0),(31604,'2021-03-11 07:28:34','imp','optin_5','7227261368','','714',0),(31605,'2021-03-11 07:28:38','imp','optin_8','7227261368','','714',0),(31606,'2021-03-11 07:28:40','imp','optin_7','7227261368','','714',0),(31607,'2021-03-11 20:47:18','imp','optin_7','mailchimp_7227261368','','714',0),(31608,'2021-03-11 20:47:33','imp','optin_7','7227261368','','714',0),(31609,'2021-03-11 20:47:33','imp','optin_8','7227261368','','714',0),(31610,'2021-03-11 20:47:41','imp','optin_5','7227261368','','714',0),(31611,'2021-03-12 01:45:17','imp','optin_7','mailchimp_7227261368','','714',0),(31612,'2021-03-12 01:45:35','imp','optin_7','7227261368','','714',0),(31613,'2021-03-12 01:45:37','imp','optin_8','7227261368','','714',0),(31614,'2021-03-12 05:33:23','imp','optin_5','7227261368','','714',0),(31615,'2021-03-12 05:33:23','imp','optin_7','mailchimp_7227261368','','714',0),(31616,'2021-03-12 05:33:42','imp','optin_8','7227261368','','714',0),(31617,'2021-03-12 05:33:56','imp','optin_7','7227261368','','714',0),(31618,'2021-03-12 06:36:52','imp','optin_7','mailchimp_7227261368','','714',0),(31619,'2021-03-12 06:37:12','imp','optin_8','7227261368','','714',0),(31620,'2021-03-12 06:37:28','imp','optin_7','7227261368','','714',0),(31621,'2021-03-12 06:37:32','imp','optin_5','7227261368','','714',0),(31622,'2021-03-12 07:57:25','imp','optin_8','7227261368','','-1',0),(31623,'2021-03-12 08:29:04','imp','optin_8','7227261368','','1107',0),(31624,'2021-03-12 08:29:04','imp','optin_5','7227261368','','1107',0),(31625,'2021-03-12 09:16:47','imp','optin_7','mailchimp_7227261368','','714',0),(31626,'2021-03-12 09:23:29','imp','optin_7','mailchimp_7227261368','','714',0),(31627,'2021-03-12 09:36:09','imp','optin_7','mailchimp_7227261368','','714',0),(31628,'2021-03-12 09:55:11','imp','optin_7','mailchimp_7227261368','','714',0),(31629,'2021-03-12 09:55:21','imp','optin_8','7227261368','','714',0),(31630,'2021-03-12 09:55:34','imp','optin_7','7227261368','','714',0),(31631,'2021-03-12 10:23:42','imp','optin_7','mailchimp_7227261368','','714',0),(31632,'2021-03-12 10:24:02','imp','optin_8','7227261368','','714',0),(31633,'2021-03-12 10:24:05','imp','optin_7','7227261368','','714',0),(31634,'2021-03-12 10:24:19','imp','optin_5','7227261368','','714',0),(31635,'2021-03-12 13:00:32','imp','optin_7','mailchimp_7227261368','','714',0),(31636,'2021-03-12 13:00:47','imp','optin_8','7227261368','','714',0),(31637,'2021-03-12 13:01:02','imp','optin_7','7227261368','','714',0),(31638,'2021-03-12 21:38:56','imp','optin_7','mailchimp_7227261368','','714',0),(31639,'2021-03-12 21:38:56','imp','optin_5','7227261368','','714',0),(31640,'2021-03-12 21:39:15','imp','optin_8','7227261368','','714',0),(31641,'2021-03-12 21:39:43','imp','optin_7','7227261368','','714',0),(31642,'2021-03-12 21:57:47','imp','optin_7','mailchimp_7227261368','','714',0),(31643,'2021-03-12 21:58:08','imp','optin_8','7227261368','','714',0),(31644,'2021-03-12 22:52:14','imp','optin_5','7227261368','','714',0),(31645,'2021-03-12 22:52:57','imp','optin_7','7227261368','','714',0),(31646,'2021-03-12 22:55:04','imp','optin_2','7227261368','','2',0),(31647,'2021-03-13 00:15:20','imp','optin_7','mailchimp_7227261368','','714',0),(31648,'2021-03-13 00:15:25','imp','optin_8','7227261368','','714',0),(31649,'2021-03-13 00:15:32','imp','optin_7','7227261368','','714',0),(31650,'2021-03-13 00:54:34','imp','optin_7','mailchimp_7227261368','','714',0),(31651,'2021-03-13 00:54:47','imp','optin_5','7227261368','','714',0),(31652,'2021-03-13 00:54:53','imp','optin_8','7227261368','','714',0),(31653,'2021-03-13 00:55:01','imp','optin_7','7227261368','','714',0),(31654,'2021-03-13 04:41:57','imp','optin_7','mailchimp_7227261368','','714',0),(31655,'2021-03-13 04:42:13','imp','optin_8','7227261368','','714',0),(31656,'2021-03-13 04:42:35','imp','optin_7','7227261368','','714',0),(31657,'2021-03-13 05:24:57','imp','optin_7','mailchimp_7227261368','','714',0),(31658,'2021-03-13 05:25:16','imp','optin_8','7227261368','','714',0),(31659,'2021-03-14 03:57:10','imp','optin_7','mailchimp_7227261368','','714',0),(31660,'2021-03-14 03:57:29','imp','optin_8','7227261368','','714',0),(31661,'2021-03-14 04:00:15','imp','optin_7','7227261368','','714',0),(31662,'2021-03-14 06:04:10','imp','optin_5','7227261368','','714',0),(31663,'2021-03-14 06:04:10','imp','optin_7','mailchimp_7227261368','','714',0),(31664,'2021-03-14 06:04:30','imp','optin_8','7227261368','','714',0),(31665,'2021-03-14 09:21:14','imp','optin_7','mailchimp_7227261368','','714',0),(31666,'2021-03-14 10:26:49','imp','optin_7','mailchimp_7227261368','','714',0),(31667,'2021-03-14 10:27:07','imp','optin_5','7227261368','','714',0),(31668,'2021-03-14 10:27:09','imp','optin_8','7227261368','','714',0),(31669,'2021-03-14 11:46:46','imp','optin_7','mailchimp_7227261368','','714',0),(31670,'2021-03-14 11:46:47','imp','optin_5','7227261368','','714',0),(31671,'2021-03-14 11:47:06','imp','optin_8','7227261368','','714',0),(31672,'2021-03-14 11:47:42','imp','optin_7','7227261368','','714',0),(31673,'2021-03-14 12:39:57','imp','optin_7','mailchimp_7227261368','','714',0),(31674,'2021-03-14 12:39:57','imp','optin_5','7227261368','','714',0),(31675,'2021-03-14 12:40:17','imp','optin_8','7227261368','','714',0),(31676,'2021-03-14 23:24:32','imp','optin_7','mailchimp_7227261368','','714',0),(31677,'2021-03-14 23:24:33','imp','optin_7','mailchimp_7227261368','','714',0),(31678,'2021-03-14 23:24:44','imp','optin_8','7227261368','','714',0),(31679,'2021-03-15 00:20:15','imp','optin_7','mailchimp_7227261368','','714',0),(31680,'2021-03-15 00:20:17','imp','optin_5','7227261368','','714',0),(31681,'2021-03-15 00:20:27','imp','optin_8','7227261368','','714',0),(31682,'2021-03-15 00:20:31','imp','optin_7','7227261368','','714',0),(31683,'2021-03-15 11:03:41','imp','optin_7','mailchimp_7227261368','','714',0),(31684,'2021-03-15 11:03:45','imp','optin_8','7227261368','','714',0),(31685,'2021-03-15 12:15:08','imp','optin_8','7227261368','','1110',0),(31686,'2021-03-15 17:25:39','imp','optin_7','mailchimp_7227261368','','714',0),(31687,'2021-03-15 18:25:11','imp','optin_7','mailchimp_7227261368','','714',0),(31688,'2021-03-15 18:25:31','imp','optin_8','7227261368','','714',0),(31689,'2021-03-15 19:49:29','imp','optin_8','7227261368','','-1',0),(31690,'2021-03-16 00:54:29','imp','optin_7','mailchimp_7227261368','','714',0),(31691,'2021-03-16 00:54:38','imp','optin_5','7227261368','','714',0),(31692,'2021-03-16 00:54:49','imp','optin_8','7227261368','','714',0),(31693,'2021-03-16 00:55:04','imp','optin_7','7227261368','','714',0),(31694,'2021-03-16 01:44:09','imp','optin_7','mailchimp_7227261368','','714',0),(31695,'2021-03-16 01:44:09','imp','optin_5','7227261368','','714',0),(31696,'2021-03-16 01:44:28','imp','optin_8','7227261368','','714',0),(31697,'2021-03-16 01:44:47','imp','optin_7','7227261368','','714',0),(31698,'2021-03-16 02:41:46','imp','optin_5','7227261368','','714',0),(31699,'2021-03-16 02:41:46','imp','optin_7','mailchimp_7227261368','','714',0),(31700,'2021-03-16 02:41:52','imp','optin_8','7227261368','','714',0),(31701,'2021-03-16 02:41:52','imp','optin_7','7227261368','','714',0),(31702,'2021-03-16 02:49:38','imp','optin_5','7227261368','','714',0),(31703,'2021-03-16 02:49:38','imp','optin_7','mailchimp_7227261368','','714',0),(31704,'2021-03-16 02:49:57','imp','optin_8','7227261368','','714',0),(31705,'2021-03-16 02:50:03','imp','optin_7','7227261368','','714',0),(31706,'2021-03-16 03:26:35','imp','optin_7','mailchimp_7227261368','','714',0),(31707,'2021-03-16 07:38:25','imp','optin_7','mailchimp_7227261368','','714',0),(31708,'2021-03-16 07:38:40','imp','optin_8','7227261368','','714',0),(31709,'2021-03-16 07:38:49','imp','optin_7','7227261368','','714',0),(31710,'2021-03-16 11:00:38','imp','optin_7','mailchimp_7227261368','','714',0),(31711,'2021-03-16 11:00:39','imp','optin_5','7227261368','','714',0),(31712,'2021-03-16 13:21:50','imp','optin_7','mailchimp_7227261368','','714',0),(31713,'2021-03-16 13:21:51','imp','optin_5','7227261368','','714',0),(31714,'2021-03-16 13:22:05','imp','optin_8','7227261368','','714',0),(31715,'2021-03-16 13:22:05','imp','optin_7','7227261368','','714',0),(31716,'2021-03-16 13:26:28','imp','optin_8','7227261368','','698',0),(31717,'2021-03-16 13:26:28','imp','optin_5','7227261368','','698',0),(31718,'2021-03-17 00:41:20','imp','optin_2','7227261368','','92',0),(31719,'2021-03-17 01:50:42','imp','optin_7','mailchimp_7227261368','','714',0),(31720,'2021-03-17 01:50:43','imp','optin_5','7227261368','','714',0),(31721,'2021-03-17 01:51:02','imp','optin_8','7227261368','','714',0),(31722,'2021-03-17 05:32:01','imp','optin_7','mailchimp_7227261368','','714',0),(31723,'2021-03-17 06:03:57','imp','optin_7','mailchimp_7227261368','','714',0),(31724,'2021-03-17 06:04:03','imp','optin_8','7227261368','','714',0),(31725,'2021-03-17 06:31:54','imp','optin_7','mailchimp_7227261368','','714',0),(31726,'2021-03-17 06:32:14','imp','optin_8','7227261368','','714',0),(31727,'2021-03-17 06:33:48','imp','optin_7','7227261368','','714',0),(31728,'2021-03-17 06:52:34','imp','optin_7','mailchimp_7227261368','','714',0),(31729,'2021-03-17 06:52:53','imp','optin_8','7227261368','','714',0),(31730,'2021-03-17 06:53:10','imp','optin_7','7227261368','','714',0),(31731,'2021-03-17 13:18:59','imp','optin_7','mailchimp_7227261368','','714',0),(31732,'2021-03-17 21:15:37','imp','optin_7','mailchimp_7227261368','','714',0),(31733,'2021-03-17 21:15:54','imp','optin_8','7227261368','','714',0),(31734,'2021-03-17 21:16:00','imp','optin_5','7227261368','','714',0),(31735,'2021-03-17 21:16:53','imp','optin_7','7227261368','','714',0),(31736,'2021-03-17 22:36:21','imp','optin_7','mailchimp_7227261368','','714',0),(31737,'2021-03-17 22:36:22','imp','optin_5','7227261368','','714',0),(31738,'2021-03-17 22:36:29','imp','optin_8','7227261368','','-1',0),(31739,'2021-03-17 22:36:42','imp','optin_8','7227261368','','714',0),(31740,'2021-03-17 23:02:13','imp','optin_7','mailchimp_7227261368','','714',0),(31741,'2021-03-17 23:38:01','imp','optin_7','mailchimp_7227261368','','714',0),(31742,'2021-03-17 23:38:20','imp','optin_8','7227261368','','714',0),(31743,'2021-03-17 23:39:01','imp','optin_5','7227261368','','714',0),(31744,'2021-03-17 23:41:43','imp','optin_7','7227261368','','714',0),(31745,'2021-03-18 00:34:44','imp','optin_7','mailchimp_7227261368','','714',0),(31746,'2021-03-18 09:14:25','imp','optin_7','mailchimp_7227261368','','714',0),(31747,'2021-03-18 09:14:44','imp','optin_8','7227261368','','714',0),(31748,'2021-03-18 10:29:02','imp','optin_7','mailchimp_7227261368','','714',0),(31749,'2021-03-18 17:01:10','imp','optin_7','mailchimp_7227261368','','714',0),(31750,'2021-03-18 18:46:14','imp','optin_7','mailchimp_7227261368','','714',0),(31751,'2021-03-18 18:46:15','imp','optin_5','7227261368','','714',0),(31752,'2021-03-18 18:46:33','imp','optin_8','7227261368','','714',0),(31753,'2021-03-18 18:46:58','imp','optin_7','7227261368','','714',0),(31754,'2021-03-19 01:55:16','imp','optin_7','mailchimp_7227261368','','714',0),(31755,'2021-03-19 01:55:28','imp','optin_8','7227261368','','714',0),(31756,'2021-03-19 01:56:06','imp','optin_7','7227261368','','714',0),(31757,'2021-03-19 02:41:30','imp','optin_7','mailchimp_7227261368','','714',0),(31758,'2021-03-19 02:41:51','imp','optin_8','7227261368','','714',0),(31759,'2021-03-19 04:01:15','imp','optin_7','mailchimp_7227261368','','714',0),(31760,'2021-03-19 04:01:32','imp','optin_8','7227261368','','714',0),(31761,'2021-03-19 04:01:37','imp','optin_7','7227261368','','714',0),(31762,'2021-03-19 04:53:48','imp','optin_7','mailchimp_7227261368','','714',0),(31763,'2021-03-19 04:54:07','imp','optin_8','7227261368','','714',0),(31764,'2021-03-19 06:03:20','imp','optin_7','mailchimp_7227261368','','714',0),(31765,'2021-03-19 06:03:40','imp','optin_8','7227261368','','714',0),(31766,'2021-03-19 06:09:09','imp','optin_7','mailchimp_7227261368','','714',0),(31767,'2021-03-19 06:09:30','imp','optin_8','7227261368','','714',0),(31768,'2021-03-19 06:13:41','imp','optin_5','7227261368','','714',0),(31769,'2021-03-19 06:14:47','imp','optin_7','7227261368','','714',0),(31770,'2021-03-19 06:46:30','imp','optin_7','mailchimp_7227261368','','714',0),(31771,'2021-03-19 06:55:35','imp','optin_7','mailchimp_7227261368','','714',0),(31772,'2021-03-19 06:55:55','imp','optin_5','7227261368','','714',0),(31773,'2021-03-19 06:55:55','imp','optin_8','7227261368','','714',0),(31774,'2021-03-19 06:56:07','imp','optin_7','7227261368','','714',0),(31775,'2021-03-19 07:00:43','imp','optin_7','mailchimp_7227261368','','714',0),(31776,'2021-03-19 08:21:52','imp','optin_7','mailchimp_7227261368','','714',0),(31777,'2021-03-19 08:22:12','imp','optin_8','7227261368','','714',0),(31778,'2021-03-19 08:22:34','imp','optin_7','7227261368','','714',0),(31779,'2021-03-19 08:30:47','imp','optin_7','mailchimp_7227261368','','714',0),(31780,'2021-03-19 09:37:06','imp','optin_7','mailchimp_7227261368','','714',0),(31781,'2021-03-19 14:29:08','imp','optin_7','mailchimp_7227261368','','714',0),(31782,'2021-03-19 14:29:27','imp','optin_8','7227261368','','714',0),(31783,'2021-03-19 14:31:16','imp','optin_7','7227261368','','714',0),(31784,'2021-03-19 23:35:28','imp','optin_7','mailchimp_7227261368','','714',0),(31785,'2021-03-19 23:35:41','imp','optin_8','7227261368','','714',0),(31786,'2021-03-19 23:55:39','imp','optin_7','mailchimp_7227261368','','714',0),(31787,'2021-03-19 23:55:40','imp','optin_5','7227261368','','714',0),(31788,'2021-03-19 23:55:56','imp','optin_8','7227261368','','714',0),(31789,'2021-03-19 23:55:56','imp','optin_7','7227261368','','714',0),(31790,'2021-03-20 01:08:29','imp','optin_7','mailchimp_7227261368','','714',0),(31791,'2021-03-20 01:08:41','imp','optin_8','7227261368','','714',0),(31792,'2021-03-20 02:21:36','imp','optin_7','mailchimp_7227261368','','714',0),(31793,'2021-03-20 02:21:44','imp','optin_5','7227261368','','714',0),(31794,'2021-03-20 02:21:56','imp','optin_8','7227261368','','714',0),(31795,'2021-03-20 02:21:56','imp','optin_8','7227261368','','714',0),(31796,'2021-03-20 02:21:57','imp','optin_7','7227261368','','714',0),(31797,'2021-03-20 02:35:15','imp','optin_7','mailchimp_7227261368','','714',0),(31798,'2021-03-20 02:35:35','imp','optin_8','7227261368','','714',0),(31799,'2021-03-20 02:36:17','imp','optin_7','7227261368','','714',0),(31800,'2021-03-20 03:25:54','imp','optin_7','mailchimp_7227261368','','714',0),(31801,'2021-03-20 03:26:14','imp','optin_8','7227261368','','714',0),(31802,'2021-03-20 03:26:21','imp','optin_5','7227261368','','714',0),(31803,'2021-03-20 03:27:05','imp','optin_7','7227261368','','714',0),(31804,'2021-03-20 05:24:49','imp','optin_7','7227261368','','714',0),(31805,'2021-03-20 09:11:06','imp','optin_7','mailchimp_7227261368','','714',0),(31806,'2021-03-20 09:51:32','imp','optin_7','mailchimp_7227261368','','714',0),(31807,'2021-03-20 09:51:51','imp','optin_8','7227261368','','714',0),(31808,'2021-03-20 09:52:15','imp','optin_7','7227261368','','714',0),(31809,'2021-03-20 10:20:42','imp','optin_7','mailchimp_7227261368','','714',0),(31810,'2021-03-20 11:29:59','imp','optin_7','mailchimp_7227261368','','714',0),(31811,'2021-03-20 11:30:14','imp','optin_7','7227261368','','714',0),(31812,'2021-03-20 11:30:19','imp','optin_8','7227261368','','714',0),(31813,'2021-03-20 11:57:26','imp','optin_5','7227261368','','714',0),(31814,'2021-03-20 17:19:28','imp','optin_7','mailchimp_7227261368','','714',0),(31815,'2021-03-20 17:19:28','imp','optin_5','7227261368','','714',0),(31816,'2021-03-20 17:19:48','imp','optin_8','7227261368','','714',0),(31817,'2021-03-20 17:21:12','imp','optin_7','7227261368','','714',0),(31818,'2021-03-20 21:43:48','imp','optin_7','mailchimp_7227261368','','714',0),(31819,'2021-03-20 21:44:08','imp','optin_8','7227261368','','714',0),(31820,'2021-03-20 22:20:47','imp','optin_5','7227261368','','714',0),(31821,'2021-03-21 00:09:48','imp','optin_7','mailchimp_7227261368','','714',0),(31822,'2021-03-21 00:10:06','imp','optin_8','7227261368','','714',0),(31823,'2021-03-21 00:10:21','imp','optin_7','7227261368','','714',0),(31824,'2021-03-21 11:33:39','imp','optin_7','mailchimp_7227261368','','714',0),(31825,'2021-03-21 11:33:45','imp','optin_5','7227261368','','714',0),(31826,'2021-03-21 11:33:58','imp','optin_8','7227261368','','714',0),(31827,'2021-03-21 17:13:45','imp','optin_8','7227261368','','2',0),(31828,'2021-03-22 01:31:08','imp','optin_7','mailchimp_7227261368','','714',0),(31829,'2021-03-22 04:36:46','imp','optin_7','mailchimp_7227261368','','714',0),(31830,'2021-03-22 04:37:00','imp','optin_5','7227261368','','714',0),(31831,'2021-03-22 04:37:06','imp','optin_8','7227261368','','714',0),(31832,'2021-03-22 06:32:36','imp','optin_8','7227261368','','-1',0),(31833,'2021-03-22 06:32:36','imp','optin_2','7227261368','','92',0),(31834,'2021-03-22 10:12:54','imp','optin_7','mailchimp_7227261368','','714',0),(31835,'2021-03-22 10:12:55','imp','optin_5','7227261368','','714',0),(31836,'2021-03-22 10:15:28','imp','optin_7','mailchimp_7227261368','','714',0),(31837,'2021-03-22 10:15:29','imp','optin_5','7227261368','','714',0),(31838,'2021-03-22 10:15:42','imp','optin_7','7227261368','','714',0),(31839,'2021-03-22 10:15:42','imp','optin_8','7227261368','','714',0),(31840,'2021-03-22 11:03:06','imp','optin_7','mailchimp_7227261368','','714',0),(31841,'2021-03-22 11:03:26','imp','optin_8','7227261368','','714',0),(31842,'2021-03-22 11:04:05','imp','optin_7','7227261368','','714',0),(31843,'2021-03-22 11:04:08','imp','optin_5','7227261368','','714',0),(31844,'2021-03-22 15:28:06','imp','optin_7','mailchimp_7227261368','','714',0),(31845,'2021-03-22 15:28:25','imp','optin_5','7227261368','','714',0),(31846,'2021-03-22 15:28:26','imp','optin_8','7227261368','','714',0),(31847,'2021-03-22 19:21:32','imp','optin_7','mailchimp_7227261368','','714',0),(31848,'2021-03-22 19:21:32','imp','optin_5','7227261368','','714',0),(31849,'2021-03-22 19:21:51','imp','optin_8','7227261368','','714',0),(31850,'2021-03-22 19:22:27','imp','optin_7','7227261368','','714',0),(31851,'2021-03-22 19:47:00','imp','optin_8','7227261368','','-1',0),(31852,'2021-03-22 20:56:34','imp','optin_7','mailchimp_7227261368','','714',0),(31853,'2021-03-22 22:25:27','imp','optin_8','7227261368','','790',0),(31854,'2021-03-22 22:30:36','imp','optin_5','7227261368','','790',0),(31855,'2021-03-22 23:16:54','imp','optin_7','mailchimp_7227261368','','714',0),(31856,'2021-03-22 23:16:59','imp','optin_5','7227261368','','714',0),(31857,'2021-03-22 23:17:14','imp','optin_8','7227261368','','714',0),(31858,'2021-03-22 23:27:42','imp','optin_7','7227261368','','714',0),(31859,'2021-03-22 23:38:24','imp','optin_7','mailchimp_7227261368','','714',0),(31860,'2021-03-22 23:41:23','imp','optin_7','mailchimp_7227261368','','714',0),(31861,'2021-03-23 00:06:41','imp','optin_7','mailchimp_7227261368','','714',0),(31862,'2021-03-23 02:10:14','imp','optin_7','mailchimp_7227261368','','714',0),(31863,'2021-03-23 02:10:16','imp','optin_5','7227261368','','714',0),(31864,'2021-03-23 02:10:34','imp','optin_8','7227261368','','714',0),(31865,'2021-03-23 02:25:20','imp','optin_7','mailchimp_7227261368','','714',0),(31866,'2021-03-23 02:25:40','imp','optin_8','7227261368','','714',0),(31867,'2021-03-23 03:08:20','imp','optin_7','mailchimp_7227261368','','714',0),(31868,'2021-03-23 03:08:20','imp','optin_5','7227261368','','714',0),(31869,'2021-03-23 03:08:39','imp','optin_7','7227261368','','714',0),(31870,'2021-03-23 03:08:39','imp','optin_8','7227261368','','714',0),(31871,'2021-03-23 06:58:30','imp','optin_7','mailchimp_7227261368','','714',0),(31872,'2021-03-23 06:58:32','imp','optin_5','7227261368','','714',0),(31873,'2021-03-23 06:58:45','imp','optin_8','7227261368','','714',0),(31874,'2021-03-23 06:58:48','imp','optin_7','7227261368','','714',0),(31875,'2021-03-23 18:47:45','imp','optin_7','mailchimp_7227261368','','714',0),(31876,'2021-03-23 23:47:20','imp','optin_7','mailchimp_7227261368','','714',0),(31877,'2021-03-23 23:47:40','imp','optin_8','7227261368','','714',0),(31878,'2021-03-23 23:48:02','imp','optin_7','7227261368','','714',0),(31879,'2021-03-23 23:48:06','imp','optin_5','7227261368','','714',0),(31880,'2021-03-23 23:55:53','imp','optin_7','mailchimp_7227261368','','714',0),(31881,'2021-03-23 23:55:54','imp','optin_5','7227261368','','714',0),(31882,'2021-03-23 23:56:12','imp','optin_8','7227261368','','714',0),(31883,'2021-03-23 23:56:19','imp','optin_7','7227261368','','714',0),(31884,'2021-03-24 01:25:44','imp','optin_7','mailchimp_7227261368','','714',0),(31885,'2021-03-24 01:25:45','imp','optin_5','7227261368','','714',0),(31886,'2021-03-24 01:26:04','imp','optin_8','7227261368','','714',0),(31887,'2021-03-24 01:26:16','imp','optin_7','7227261368','','714',0),(31888,'2021-03-24 03:17:38','imp','optin_7','mailchimp_7227261368','','714',0),(31889,'2021-03-24 03:17:58','imp','optin_8','7227261368','','714',0),(31890,'2021-03-24 04:54:55','imp','optin_7','mailchimp_7227261368','','714',0),(31891,'2021-03-24 04:55:11','imp','optin_8','7227261368','','714',0),(31892,'2021-03-24 04:55:19','imp','optin_5','7227261368','','714',0),(31893,'2021-03-24 06:23:42','imp','optin_7','mailchimp_7227261368','','714',0),(31894,'2021-03-24 06:24:01','imp','optin_8','7227261368','','714',0),(31895,'2021-03-24 06:24:12','imp','optin_7','7227261368','','714',0),(31896,'2021-03-24 06:25:05','imp','optin_7','mailchimp_7227261368','','714',0),(31897,'2021-03-24 06:25:23','imp','optin_8','7227261368','','714',0),(31898,'2021-03-24 09:19:33','imp','optin_7','mailchimp_7227261368','','714',0),(31899,'2021-03-24 14:33:51','imp','optin_8','7227261368','','-1',0),(31900,'2021-03-24 18:50:32','imp','optin_7','mailchimp_7227261368','','714',0),(31901,'2021-03-24 18:50:32','imp','optin_5','7227261368','','714',0),(31902,'2021-03-24 18:50:41','imp','optin_7','7227261368','','714',0),(31903,'2021-03-24 18:50:41','imp','optin_8','7227261368','','714',0),(31904,'2021-03-24 19:45:21','imp','optin_7','mailchimp_7227261368','','714',0),(31905,'2021-03-24 19:45:21','imp','optin_5','7227261368','','714',0),(31906,'2021-03-24 19:45:35','imp','optin_8','7227261368','','714',0),(31907,'2021-03-24 19:45:40','imp','optin_7','7227261368','','714',0),(31908,'2021-03-25 02:14:40','imp','optin_7','mailchimp_7227261368','','714',0),(31909,'2021-03-25 02:14:40','imp','optin_5','7227261368','','714',0),(31910,'2021-03-25 02:15:01','imp','optin_8','7227261368','','714',0),(31911,'2021-03-25 02:15:55','imp','optin_7','7227261368','','714',0),(31912,'2021-03-25 03:17:04','imp','optin_7','mailchimp_7227261368','','714',0),(31913,'2021-03-25 03:17:25','imp','optin_8','7227261368','','714',0),(31914,'2021-03-25 03:52:08','imp','optin_5','7227261368','','714',0),(31915,'2021-03-25 03:52:16','imp','optin_7','7227261368','','714',0),(31916,'2021-03-25 05:36:21','imp','optin_7','mailchimp_7227261368','','714',0),(31917,'2021-03-25 06:49:39','imp','optin_7','mailchimp_7227261368','','714',0),(31918,'2021-03-25 06:49:43','imp','optin_5','7227261368','','714',0),(31919,'2021-03-25 06:49:59','imp','optin_8','7227261368','','714',0),(31920,'2021-03-25 06:52:00','imp','optin_7','7227261368','','714',0),(31921,'2021-03-25 10:18:08','imp','optin_7','mailchimp_7227261368','','714',0),(31922,'2021-03-25 10:18:08','imp','optin_5','7227261368','','714',0),(31923,'2021-03-25 10:18:15','imp','optin_8','7227261368','','714',0),(31924,'2021-03-25 10:18:15','imp','optin_7','7227261368','','714',0),(31925,'2021-03-25 16:21:29','imp','optin_7','mailchimp_7227261368','','714',0),(31926,'2021-03-25 16:21:47','imp','optin_8','7227261368','','714',0),(31927,'2021-03-25 16:21:48','imp','optin_8','7227261368','','714',0),(31928,'2021-03-25 16:21:51','imp','optin_7','7227261368','','714',0),(31929,'2021-03-25 18:24:47','imp','optin_7','mailchimp_7227261368','','714',0),(31930,'2021-03-25 20:52:31','imp','optin_8','7227261368','','1110',0),(31931,'2021-03-25 20:52:31','imp','optin_5','7227261368','','1110',0),(31932,'2021-03-25 20:53:01','imp','optin_2','7227261368','','92',0),(31933,'2021-03-26 01:42:15','imp','optin_7','mailchimp_7227261368','','714',0),(31934,'2021-03-26 01:42:15','imp','optin_5','7227261368','','714',0),(31935,'2021-03-26 01:42:34','imp','optin_8','7227261368','','714',0),(31936,'2021-03-26 01:42:47','imp','optin_7','7227261368','','714',0),(31937,'2021-03-26 04:50:16','imp','optin_7','mailchimp_7227261368','','714',0),(31938,'2021-03-26 04:50:36','imp','optin_8','7227261368','','714',0),(31939,'2021-03-26 05:08:13','imp','optin_7','mailchimp_7227261368','','714',0),(31940,'2021-03-26 05:08:33','imp','optin_8','7227261368','','714',0),(31941,'2021-03-26 05:59:25','imp','optin_7','mailchimp_7227261368','','714',0),(31942,'2021-03-26 05:59:41','imp','optin_8','7227261368','','714',0),(31943,'2021-03-26 06:26:26','imp','optin_5','7227261368','','714',0),(31944,'2021-03-26 06:26:33','imp','optin_7','7227261368','','714',0),(31945,'2021-03-26 08:10:09','imp','optin_7','mailchimp_7227261368','','714',0),(31946,'2021-03-26 08:10:29','imp','optin_8','7227261368','','714',0),(31947,'2021-03-26 08:11:16','imp','optin_7','7227261368','','714',0),(31948,'2021-03-26 08:28:13','imp','optin_7','mailchimp_7227261368','','714',0),(31949,'2021-03-26 12:40:22','imp','optin_7','mailchimp_7227261368','','714',0),(31950,'2021-03-26 12:40:41','imp','optin_8','7227261368','','714',0),(31951,'2021-03-26 17:02:51','imp','optin_7','mailchimp_7227261368','','714',0),(31952,'2021-03-26 17:03:10','imp','optin_8','7227261368','','714',0),(31953,'2021-03-26 17:03:38','imp','optin_7','7227261368','','714',0),(31954,'2021-03-26 17:16:47','imp','optin_7','mailchimp_7227261368','','714',0),(31955,'2021-03-26 17:16:56','imp','optin_8','7227261368','','714',0),(31956,'2021-03-26 17:17:06','imp','optin_7','7227261368','','714',0),(31957,'2021-03-26 21:08:48','imp','optin_5','7227261368','','714',0),(31958,'2021-03-26 21:08:48','imp','optin_7','mailchimp_7227261368','','714',0),(31959,'2021-03-26 21:09:07','imp','optin_8','7227261368','','714',0),(31960,'2021-03-26 21:09:30','imp','optin_7','7227261368','','714',0),(31961,'2021-03-27 01:26:19','imp','optin_7','mailchimp_7227261368','','714',0),(31962,'2021-03-27 01:26:35','imp','optin_8','7227261368','','714',0),(31963,'2021-03-27 01:26:38','imp','optin_7','7227261368','','714',0),(31964,'2021-03-27 08:09:52','imp','optin_7','mailchimp_7227261368','','714',0),(31965,'2021-03-27 08:10:17','imp','optin_8','7227261368','','714',0),(31966,'2021-03-27 08:10:37','imp','optin_7','7227261368','','714',0),(31967,'2021-03-27 11:38:12','imp','optin_7','mailchimp_7227261368','','714',0),(31968,'2021-03-27 11:38:32','imp','optin_8','7227261368','','714',0),(31969,'2021-03-27 11:57:04','imp','optin_8','7227261368','','698',0),(31970,'2021-03-27 11:57:56','imp','optin_5','7227261368','','698',0),(31971,'2021-03-27 20:28:04','imp','optin_7','mailchimp_7227261368','','714',0),(31972,'2021-03-27 20:28:24','imp','optin_8','7227261368','','714',0),(31973,'2021-03-28 05:30:58','imp','optin_7','mailchimp_7227261368','','714',0),(31974,'2021-03-28 05:31:07','imp','optin_8','7227261368','','714',0),(31975,'2021-03-28 05:31:10','imp','optin_7','7227261368','','714',0),(31976,'2021-03-28 10:04:24','imp','optin_5','7227261368','','714',0),(31977,'2021-03-28 10:04:24','imp','optin_7','mailchimp_7227261368','','714',0),(31978,'2021-03-28 10:04:36','imp','optin_8','7227261368','','714',0),(31979,'2021-03-28 10:04:39','imp','optin_7','7227261368','','714',0),(31980,'2021-03-28 16:19:48','imp','optin_7','mailchimp_7227261368','','714',0),(31981,'2021-03-28 16:20:08','imp','optin_8','7227261368','','714',0),(31982,'2021-03-28 17:40:31','imp','optin_7','mailchimp_7227261368','','714',0),(31983,'2021-03-28 17:40:51','imp','optin_8','7227261368','','714',0),(31984,'2021-03-29 01:41:14','imp','optin_7','mailchimp_7227261368','','714',0),(31985,'2021-03-29 01:41:27','imp','optin_8','7227261368','','714',0),(31986,'2021-03-29 01:41:27','imp','optin_7','7227261368','','714',0),(31987,'2021-03-29 10:22:12','imp','optin_7','mailchimp_7227261368','','714',0),(31988,'2021-03-29 10:22:30','imp','optin_8','7227261368','','714',0),(31989,'2021-03-29 10:38:32','imp','optin_7','mailchimp_7227261368','','714',0),(31990,'2021-03-29 10:38:37','imp','optin_5','7227261368','','714',0),(31991,'2021-03-29 10:38:52','imp','optin_8','7227261368','','714',0),(31992,'2021-03-29 10:38:57','imp','optin_7','7227261368','','714',0),(31993,'2021-03-29 14:51:29','imp','optin_7','mailchimp_7227261368','','714',0),(31994,'2021-03-29 14:51:30','imp','optin_5','7227261368','','714',0),(31995,'2021-03-29 14:51:47','imp','optin_7','7227261368','','714',0),(31996,'2021-03-29 14:51:47','imp','optin_8','7227261368','','714',0),(31997,'2021-03-29 18:40:59','imp','optin_7','mailchimp_7227261368','','714',0),(31998,'2021-03-29 18:41:19','imp','optin_8','7227261368','','714',0),(31999,'2021-03-29 18:41:22','imp','optin_5','7227261368','','714',0),(32000,'2021-03-29 19:08:29','imp','optin_8','7227261368','','-1',0),(32001,'2021-03-30 02:20:04','imp','optin_7','mailchimp_7227261368','','714',0),(32002,'2021-03-30 02:20:19','imp','optin_7','7227261368','','714',0),(32003,'2021-03-30 02:20:20','imp','optin_8','7227261368','','714',0),(32004,'2021-03-30 02:20:31','imp','optin_5','7227261368','','714',0),(32005,'2021-03-30 04:18:14','imp','optin_7','mailchimp_7227261368','','714',0),(32006,'2021-03-30 04:18:14','imp','optin_5','7227261368','','714',0),(32007,'2021-03-30 05:09:47','imp','optin_7','mailchimp_7227261368','','714',0),(32008,'2021-03-30 05:10:06','imp','optin_8','7227261368','','714',0),(32009,'2021-03-30 06:37:23','imp','optin_7','mailchimp_7227261368','','714',0),(32010,'2021-03-30 08:34:27','imp','optin_7','mailchimp_7227261368','','714',0),(32011,'2021-03-30 08:34:47','imp','optin_8','7227261368','','714',0),(32012,'2021-03-30 08:36:52','imp','optin_7','7227261368','','714',0),(32013,'2021-03-30 11:11:45','imp','optin_7','mailchimp_7227261368','','714',0),(32014,'2021-03-30 11:11:55','imp','optin_8','7227261368','','714',0),(32015,'2021-03-30 11:12:07','imp','optin_7','7227261368','','714',0),(32016,'2021-03-30 11:18:52','imp','optin_7','mailchimp_7227261368','','714',0),(32017,'2021-03-30 11:18:53','imp','optin_5','7227261368','','714',0),(32018,'2021-03-30 11:18:58','imp','optin_8','7227261368','','714',0),(32019,'2021-03-30 11:19:01','imp','optin_7','7227261368','','714',0),(32020,'2021-03-30 11:44:39','imp','optin_7','mailchimp_7227261368','','714',0),(32021,'2021-03-30 11:44:59','imp','optin_8','7227261368','','714',0),(32022,'2021-03-30 11:45:08','imp','optin_7','7227261368','','714',0),(32023,'2021-03-30 11:45:10','imp','optin_5','7227261368','','714',0),(32024,'2021-03-30 14:38:46','imp','optin_7','mailchimp_7227261368','','714',0),(32025,'2021-03-30 14:39:02','imp','optin_5','7227261368','','714',0),(32026,'2021-03-30 14:39:06','imp','optin_8','7227261368','','714',0),(32027,'2021-03-30 14:39:14','imp','optin_7','7227261368','','714',0),(32028,'2021-03-30 19:21:09','imp','optin_7','mailchimp_7227261368','','714',0),(32029,'2021-03-30 20:42:26','imp','optin_7','mailchimp_7227261368','','714',0),(32030,'2021-03-30 20:42:40','imp','optin_7','7227261368','','714',0),(32031,'2021-03-30 20:42:41','imp','optin_8','7227261368','','714',0),(32032,'2021-03-31 00:03:54','imp','optin_7','mailchimp_7227261368','','714',0),(32033,'2021-03-31 00:04:07','imp','optin_8','7227261368','','714',0),(32034,'2021-03-31 00:04:14','imp','optin_7','7227261368','','714',0),(32035,'2021-03-31 00:33:42','imp','optin_7','mailchimp_7227261368','','714',0),(32036,'2021-03-31 00:33:48','imp','optin_5','7227261368','','714',0),(32037,'2021-03-31 00:34:02','imp','optin_8','7227261368','','714',0),(32038,'2021-03-31 03:08:31','imp','optin_7','mailchimp_7227261368','','714',0),(32039,'2021-03-31 03:08:33','imp','optin_5','7227261368','','714',0),(32040,'2021-03-31 04:59:02','imp','optin_7','mailchimp_7227261368','','714',0),(32041,'2021-03-31 04:59:22','imp','optin_8','7227261368','','714',0),(32042,'2021-03-31 05:22:54','imp','optin_7','mailchimp_7227261368','','714',0),(32043,'2021-03-31 05:23:14','imp','optin_8','7227261368','','714',0),(32044,'2021-03-31 05:23:18','imp','optin_7','7227261368','','714',0),(32045,'2021-03-31 07:29:14','imp','optin_7','mailchimp_7227261368','','714',0),(32046,'2021-03-31 07:29:14','imp','optin_5','7227261368','','714',0),(32047,'2021-03-31 07:29:34','imp','optin_8','7227261368','','714',0),(32048,'2021-03-31 07:29:34','imp','optin_7','7227261368','','714',0),(32049,'2021-03-31 07:29:34','imp','optin_8','7227261368','','714',0),(32050,'2021-03-31 08:00:46','imp','optin_7','mailchimp_7227261368','','714',0),(32051,'2021-03-31 08:00:46','imp','optin_5','7227261368','','714',0),(32052,'2021-03-31 08:01:00','imp','optin_8','7227261368','','714',0),(32053,'2021-03-31 08:01:11','imp','optin_7','7227261368','','714',0),(32054,'2021-04-01 00:32:27','imp','optin_8','7227261368','','709',0),(32055,'2021-04-01 00:49:18','imp','optin_7','mailchimp_7227261368','','714',0),(32056,'2021-04-01 00:49:37','imp','optin_8','7227261368','','714',0),(32057,'2021-04-01 00:51:08','imp','optin_7','7227261368','','714',0),(32058,'2021-04-01 02:15:24','imp','optin_7','mailchimp_7227261368','','714',0),(32059,'2021-04-01 02:15:25','imp','optin_5','7227261368','','714',0),(32060,'2021-04-01 02:15:44','imp','optin_8','7227261368','','714',0),(32061,'2021-04-01 02:15:52','imp','optin_7','7227261368','','714',0),(32062,'2021-04-01 07:48:43','imp','optin_7','mailchimp_7227261368','','714',0),(32063,'2021-04-01 07:48:51','imp','optin_8','7227261368','','714',0),(32064,'2021-04-01 07:48:51','imp','optin_7','7227261368','','714',0),(32065,'2021-04-01 09:40:49','imp','optin_7','mailchimp_7227261368','','714',0),(32066,'2021-04-01 09:41:08','imp','optin_8','7227261368','','714',0),(32067,'2021-04-01 09:41:11','imp','optin_5','7227261368','','714',0),(32068,'2021-04-01 13:25:21','imp','optin_7','mailchimp_7227261368','','714',0),(32069,'2021-04-01 16:13:54','imp','optin_8','7227261368','','-1',0),(32070,'2021-04-01 19:35:05','imp','optin_7','mailchimp_7227261368','','714',0),(32071,'2021-04-01 19:35:26','imp','optin_8','7227261368','','714',0),(32072,'2021-04-01 19:41:14','imp','optin_5','7227261368','','714',0),(32073,'2021-04-01 19:42:07','imp','optin_7','7227261368','','714',0),(32074,'2021-04-01 21:36:02','imp','optin_7','mailchimp_7227261368','','714',0),(32075,'2021-04-02 00:44:16','imp','optin_7','mailchimp_7227261368','','714',0),(32076,'2021-04-02 00:44:36','imp','optin_8','7227261368','','714',0),(32077,'2021-04-02 00:46:53','imp','optin_7','7227261368','','714',0),(32078,'2021-04-02 02:17:38','imp','optin_7','mailchimp_7227261368','','714',0),(32079,'2021-04-02 02:17:58','imp','optin_8','7227261368','','714',0),(32080,'2021-04-02 02:22:28','imp','optin_5','7227261368','','714',0),(32081,'2021-04-02 02:29:30','imp','optin_7','7227261368','','714',0),(32082,'2021-04-02 03:13:12','imp','optin_7','mailchimp_7227261368','','714',0),(32083,'2021-04-02 03:13:18','imp','optin_5','7227261368','','714',0),(32084,'2021-04-02 03:13:29','imp','optin_8','7227261368','','714',0),(32085,'2021-04-02 03:13:29','imp','optin_7','7227261368','','714',0),(32086,'2021-04-02 03:25:35','imp','optin_7','mailchimp_7227261368','','714',0),(32087,'2021-04-02 03:25:54','imp','optin_8','7227261368','','714',0),(32088,'2021-04-02 04:54:02','imp','optin_7','mailchimp_7227261368','','714',0),(32089,'2021-04-02 04:54:21','imp','optin_8','7227261368','','714',0),(32090,'2021-04-02 04:54:49','imp','optin_7','7227261368','','714',0),(32091,'2021-04-02 04:54:49','imp','optin_5','7227261368','','714',0),(32092,'2021-04-02 06:10:01','imp','optin_7','mailchimp_7227261368','','714',0),(32093,'2021-04-02 06:10:22','imp','optin_8','7227261368','','714',0),(32094,'2021-04-02 07:12:02','imp','optin_7','mailchimp_7227261368','','714',0),(32095,'2021-04-02 07:12:02','imp','optin_5','7227261368','','714',0),(32096,'2021-04-02 07:12:21','imp','optin_8','7227261368','','714',0),(32097,'2021-04-02 07:12:47','imp','optin_7','7227261368','','714',0),(32098,'2021-04-02 07:18:16','imp','optin_7','mailchimp_7227261368','','714',0),(32099,'2021-04-02 07:18:37','imp','optin_8','7227261368','','714',0),(32100,'2021-04-02 07:21:28','imp','optin_5','7227261368','','714',0),(32101,'2021-04-02 07:21:39','imp','optin_7','7227261368','','714',0),(32102,'2021-04-02 12:53:58','imp','optin_7','mailchimp_7227261368','','714',0),(32103,'2021-04-02 20:45:11','imp','optin_7','mailchimp_7227261368','','714',0),(32104,'2021-04-02 20:45:31','imp','optin_8','7227261368','','714',0),(32105,'2021-04-02 21:19:47','imp','optin_7','mailchimp_7227261368','','714',0),(32106,'2021-04-02 21:19:47','imp','optin_5','7227261368','','714',0),(32107,'2021-04-02 21:20:01','imp','optin_8','7227261368','','714',0),(32108,'2021-04-02 21:20:12','imp','optin_7','7227261368','','714',0),(32109,'2021-04-02 21:23:30','imp','optin_7','7227261368','','714',0),(32110,'2021-04-02 23:27:00','imp','optin_7','mailchimp_7227261368','','714',0),(32111,'2021-04-02 23:27:20','imp','optin_8','7227261368','','714',0),(32112,'2021-04-03 05:47:53','imp','optin_7','mailchimp_7227261368','','714',0),(32113,'2021-04-03 05:48:07','imp','optin_7','mailchimp_7227261368','','714',0),(32114,'2021-04-03 05:48:07','imp','optin_5','7227261368','','714',0),(32115,'2021-04-03 05:48:07','imp','optin_8','7227261368','','714',0),(32116,'2021-04-03 05:48:27','imp','optin_8','7227261368','','714',0),(32117,'2021-04-03 05:48:29','imp','optin_7','7227261368','','714',0),(32118,'2021-04-03 09:36:39','imp','optin_7','mailchimp_7227261368','','714',0),(32119,'2021-04-03 09:36:51','imp','optin_8','7227261368','','714',0),(32120,'2021-04-03 13:45:16','imp','optin_7','mailchimp_7227261368','','714',0),(32121,'2021-04-03 20:35:12','imp','optin_7','mailchimp_7227261368','','714',0),(32122,'2021-04-03 20:35:31','imp','optin_8','7227261368','','714',0),(32123,'2021-04-03 20:35:32','imp','optin_8','7227261368','','714',0),(32124,'2021-04-04 03:18:48','imp','optin_7','mailchimp_7227261368','','714',0),(32125,'2021-04-04 03:27:19','imp','optin_7','mailchimp_7227261368','','714',0),(32126,'2021-04-04 03:27:33','imp','optin_8','7227261368','','714',0),(32127,'2021-04-04 03:27:44','imp','optin_7','7227261368','','714',0),(32128,'2021-04-04 03:59:34','imp','optin_7','mailchimp_7227261368','','714',0),(32129,'2021-04-04 03:59:53','imp','optin_8','7227261368','','714',0),(32130,'2021-04-04 04:00:22','imp','optin_7','7227261368','','714',0),(32131,'2021-04-04 04:01:26','imp','optin_5','7227261368','','714',0),(32132,'2021-04-04 08:52:38','imp','optin_7','mailchimp_7227261368','','714',0),(32133,'2021-04-04 08:52:58','imp','optin_8','7227261368','','714',0),(32134,'2021-04-04 09:45:45','imp','optin_7','mailchimp_7227261368','','714',0),(32135,'2021-04-04 09:45:48','imp','optin_5','7227261368','','714',0),(32136,'2021-04-04 09:46:07','imp','optin_8','7227261368','','714',0),(32137,'2021-04-04 10:58:04','imp','optin_7','mailchimp_7227261368','','714',0),(32138,'2021-04-04 10:58:14','imp','optin_8','7227261368','','714',0),(32139,'2021-04-04 10:58:25','imp','optin_7','7227261368','','714',0),(32140,'2021-04-04 12:15:21','imp','optin_7','mailchimp_7227261368','','714',0),(32141,'2021-04-04 12:15:41','imp','optin_8','7227261368','','714',0),(32142,'2021-04-05 01:23:43','imp','optin_7','mailchimp_7227261368','','714',0),(32143,'2021-04-05 01:23:55','imp','optin_8','7227261368','','714',0),(32144,'2021-04-05 06:47:06','imp','optin_7','mailchimp_7227261368','','714',0),(32145,'2021-04-05 06:47:25','imp','optin_8','7227261368','','714',0),(32146,'2021-04-05 06:52:37','imp','optin_7','7227261368','','714',0),(32147,'2021-04-05 18:47:04','imp','optin_8','7227261368','','-1',0),(32148,'2021-04-06 16:47:16','imp','optin_7','mailchimp_7227261368','','714',0),(32149,'2021-04-06 16:47:35','imp','optin_8','7227261368','','714',0),(32150,'2021-04-06 16:52:23','imp','optin_5','7227261368','','714',0),(32151,'2021-04-06 16:52:35','imp','optin_7','7227261368','','714',0),(32152,'2021-04-07 06:11:21','imp','optin_7','mailchimp_7227261368','','714',0),(32153,'2021-04-07 06:11:21','imp','optin_5','7227261368','','714',0),(32154,'2021-04-07 13:33:55','imp','optin_7','mailchimp_7227261368','','714',0),(32155,'2021-04-07 13:34:06','imp','optin_8','7227261368','','714',0),(32156,'2021-04-07 13:34:15','imp','optin_7','7227261368','','714',0),(32157,'2021-04-07 15:23:45','imp','optin_7','mailchimp_7227261368','','714',0),(32158,'2021-04-07 15:23:45','imp','optin_5','7227261368','','714',0),(32159,'2021-04-07 15:23:52','imp','optin_8','7227261368','','-1',0),(32160,'2021-04-07 15:24:05','imp','optin_8','7227261368','','714',0),(32161,'2021-04-07 19:52:21','imp','optin_7','mailchimp_7227261368','','714',0),(32162,'2021-04-08 03:24:36','imp','optin_7','mailchimp_7227261368','','714',0),(32163,'2021-04-08 03:24:40','imp','optin_7','7227261368','','714',0),(32164,'2021-04-08 03:24:43','imp','optin_5','7227261368','','714',0),(32165,'2021-04-08 03:24:56','imp','optin_8','7227261368','','714',0),(32166,'2021-04-08 03:25:13','imp','optin_7','mailchimp_7227261368','','714',0),(32167,'2021-04-08 03:25:15','imp','optin_5','7227261368','','714',0),(32168,'2021-04-08 03:25:33','imp','optin_8','7227261368','','714',0),(32169,'2021-04-08 03:26:19','con','optin_8','mailchimp_7227261368','','714',0),(32170,'2021-04-08 04:28:23','imp','optin_7','mailchimp_7227261368','','714',0),(32171,'2021-04-08 06:42:19','imp','optin_7','7227261368','','714',0),(32172,'2021-04-08 11:56:23','imp','optin_7','mailchimp_7227261368','','714',0),(32173,'2021-04-08 11:56:41','imp','optin_8','7227261368','','714',0),(32174,'2021-04-08 11:57:04','imp','optin_7','7227261368','','714',0),(32175,'2021-04-08 13:07:51','imp','optin_7','mailchimp_7227261368','','714',0),(32176,'2021-04-08 23:11:07','imp','optin_7','mailchimp_7227261368','','714',0),(32177,'2021-04-08 23:11:27','imp','optin_8','7227261368','','714',0),(32178,'2021-04-08 23:11:50','imp','optin_7','7227261368','','714',0),(32179,'2021-04-09 05:33:55','imp','optin_7','mailchimp_7227261368','','714',0),(32180,'2021-04-09 05:33:59','imp','optin_8','7227261368','','714',0),(32181,'2021-04-09 05:34:08','imp','optin_7','7227261368','','714',0),(32182,'2021-04-09 08:46:24','imp','optin_8','7227261368','','970',0),(32183,'2021-04-09 14:11:56','imp','optin_7','mailchimp_7227261368','','714',0),(32184,'2021-04-09 15:03:41','imp','optin_8','7227261368','','-1',0),(32185,'2021-04-09 20:27:00','imp','optin_7','mailchimp_7227261368','','714',0),(32186,'2021-04-09 20:27:20','imp','optin_8','7227261368','','714',0),(32187,'2021-04-09 20:28:31','imp','optin_7','mailchimp_7227261368','','714',0),(32188,'2021-04-09 20:28:32','imp','optin_5','7227261368','','714',0),(32189,'2021-04-09 20:28:37','imp','optin_7','7227261368','','714',0),(32190,'2021-04-09 20:28:46','imp','optin_8','7227261368','','714',0),(32191,'2021-04-09 20:28:51','imp','optin_7','7227261368','','714',0),(32192,'2021-04-09 22:33:11','imp','optin_7','mailchimp_7227261368','','714',0),(32193,'2021-04-09 22:34:04','imp','optin_8','7227261368','','714',0),(32194,'2021-04-09 23:29:14','imp','optin_7','mailchimp_7227261368','','714',0),(32195,'2021-04-09 23:29:27','imp','optin_8','7227261368','','714',0),(32196,'2021-04-09 23:29:38','imp','optin_7','7227261368','','714',0),(32197,'2021-04-10 01:12:08','imp','optin_7','mailchimp_7227261368','','714',0),(32198,'2021-04-10 01:12:27','imp','optin_8','7227261368','','714',0),(32199,'2021-04-10 01:13:36','imp','optin_7','7227261368','','714',0),(32200,'2021-04-10 02:05:48','imp','optin_7','mailchimp_7227261368','','714',0),(32201,'2021-04-10 02:06:18','imp','optin_8','7227261368','','714',0),(32202,'2021-04-10 02:06:39','imp','optin_7','7227261368','','714',0),(32203,'2021-04-10 02:06:46','imp','optin_5','7227261368','','714',0),(32204,'2021-04-10 02:19:10','imp','optin_7','mailchimp_7227261368','','714',0),(32205,'2021-04-10 02:19:30','imp','optin_8','7227261368','','714',0),(32206,'2021-04-10 02:20:05','imp','optin_7','7227261368','','714',0),(32207,'2021-04-10 03:21:37','imp','optin_7','mailchimp_7227261368','','714',0),(32208,'2021-04-10 03:23:00','imp','optin_7','7227261368','','714',0),(32209,'2021-04-10 03:41:30','imp','optin_7','mailchimp_7227261368','','714',0),(32210,'2021-04-10 04:36:33','imp','optin_7','mailchimp_7227261368','','714',0),(32211,'2021-04-10 06:38:12','imp','optin_7','mailchimp_7227261368','','714',0),(32212,'2021-04-10 07:35:22','imp','optin_7','mailchimp_7227261368','','714',0),(32213,'2021-04-10 07:35:23','imp','optin_5','7227261368','','714',0),(32214,'2021-04-10 07:35:42','imp','optin_8','7227261368','','714',0),(32215,'2021-04-10 07:37:03','imp','optin_7','7227261368','','714',0),(32216,'2021-04-10 11:28:37','imp','optin_7','mailchimp_7227261368','','714',0),(32217,'2021-04-10 11:28:48','imp','optin_8','7227261368','','714',0),(32218,'2021-04-10 12:36:33','imp','optin_7','mailchimp_7227261368','','714',0),(32219,'2021-04-10 12:36:53','imp','optin_8','7227261368','','714',0),(32220,'2021-04-10 12:37:30','imp','optin_7','7227261368','','714',0),(32221,'2021-04-10 14:51:12','imp','optin_7','mailchimp_7227261368','','714',0),(32222,'2021-04-10 14:51:32','imp','optin_8','7227261368','','714',0),(32223,'2021-04-10 14:56:53','imp','optin_7','7227261368','','714',0),(32224,'2021-04-10 18:57:33','imp','optin_7','mailchimp_7227261368','','714',0),(32225,'2021-04-10 22:22:44','imp','optin_7','mailchimp_7227261368','','714',0),(32226,'2021-04-10 22:22:45','imp','optin_5','7227261368','','714',0),(32227,'2021-04-10 22:22:58','imp','optin_8','7227261368','','714',0),(32228,'2021-04-10 22:23:02','imp','optin_7','7227261368','','714',0),(32229,'2021-04-11 02:03:07','imp','optin_7','mailchimp_7227261368','','714',0),(32230,'2021-04-11 02:03:07','imp','optin_5','7227261368','','714',0),(32231,'2021-04-11 02:03:25','imp','optin_8','7227261368','','714',0),(32232,'2021-04-11 02:03:39','imp','optin_7','7227261368','','714',0),(32233,'2021-04-11 02:06:51','imp','optin_7','mailchimp_7227261368','','714',0),(32234,'2021-04-11 02:56:30','imp','optin_7','mailchimp_7227261368','','714',0),(32235,'2021-04-11 02:56:50','imp','optin_8','7227261368','','714',0),(32236,'2021-04-11 06:34:40','imp','optin_7','mailchimp_7227261368','','714',0),(32237,'2021-04-11 09:55:11','imp','optin_7','mailchimp_7227261368','','714',0),(32238,'2021-04-11 09:55:15','imp','optin_8','7227261368','','714',0),(32239,'2021-04-11 09:55:19','imp','optin_7','7227261368','','714',0),(32240,'2021-04-11 09:55:26','imp','optin_5','7227261368','','714',0),(32241,'2021-04-11 12:51:37','imp','optin_2','7227261368','','92',0),(32242,'2021-04-11 12:51:38','imp','optin_8','7227261368','','-1',0),(32243,'2021-04-11 12:51:44','imp','optin_8','7227261368','','-1',0),(32244,'2021-04-11 21:16:02','imp','optin_8','7227261368','','-1',0),(32245,'2021-04-12 00:14:23','imp','optin_7','mailchimp_7227261368','','714',0),(32246,'2021-04-12 00:14:42','imp','optin_8','7227261368','','714',0),(32247,'2021-04-12 00:16:35','imp','optin_5','7227261368','','714',0),(32248,'2021-04-12 04:01:54','imp','optin_7','mailchimp_7227261368','','714',0),(32249,'2021-04-12 07:29:49','imp','optin_7','mailchimp_7227261368','','714',0),(32250,'2021-04-12 07:30:02','imp','optin_8','7227261368','','714',0),(32251,'2021-04-12 07:30:02','imp','optin_7','7227261368','','714',0),(32252,'2021-04-12 08:51:07','imp','optin_7','mailchimp_7227261368','','714',0),(32253,'2021-04-12 09:18:54','imp','optin_7','7227261368','','714',0),(32254,'2021-04-12 09:33:05','imp','optin_7','mailchimp_7227261368','','714',0),(32255,'2021-04-12 09:33:05','imp','optin_5','7227261368','','714',0),(32256,'2021-04-12 09:33:24','imp','optin_8','7227261368','','714',0),(32257,'2021-04-12 09:38:23','imp','optin_7','7227261368','','714',0),(32258,'2021-04-12 11:31:48','imp','optin_7','mailchimp_7227261368','','714',0),(32259,'2021-04-12 11:31:49','imp','optin_5','7227261368','','714',0),(32260,'2021-04-12 11:32:08','imp','optin_8','7227261368','','714',0),(32261,'2021-04-12 11:32:15','imp','optin_7','7227261368','','714',0),(32262,'2021-04-12 16:18:26','imp','optin_8','7227261368','','-1',0),(32263,'2021-04-12 18:43:33','imp','optin_8','7227261368','','-1',0),(32264,'2021-04-12 23:20:24','imp','optin_7','mailchimp_7227261368','','714',0),(32265,'2021-04-12 23:20:33','imp','optin_5','7227261368','','714',0),(32266,'2021-04-12 23:20:44','imp','optin_8','7227261368','','714',0),(32267,'2021-04-13 00:02:05','imp','optin_7','mailchimp_7227261368','','714',0),(32268,'2021-04-13 00:02:10','imp','optin_5','7227261368','','714',0),(32269,'2021-04-13 00:02:25','imp','optin_8','7227261368','','714',0),(32270,'2021-04-13 00:02:45','imp','optin_7','7227261368','','714',0),(32271,'2021-04-13 02:31:45','imp','optin_7','mailchimp_7227261368','','714',0),(32272,'2021-04-13 02:31:49','imp','optin_5','7227261368','','714',0),(32273,'2021-04-13 02:32:05','imp','optin_8','7227261368','','714',0),(32274,'2021-04-13 02:32:05','imp','optin_7','7227261368','','714',0),(32275,'2021-04-13 03:42:50','imp','optin_7','mailchimp_7227261368','','714',0),(32276,'2021-04-13 04:33:25','imp','optin_7','mailchimp_7227261368','','714',0),(32277,'2021-04-13 04:33:45','imp','optin_8','7227261368','','714',0),(32278,'2021-04-13 09:33:54','imp','optin_7','mailchimp_7227261368','','714',0),(32279,'2021-04-13 09:34:14','imp','optin_8','7227261368','','714',0),(32280,'2021-04-13 13:11:36','imp','optin_7','mailchimp_7227261368','','714',0),(32281,'2021-04-13 14:42:30','imp','optin_7','mailchimp_7227261368','','714',0),(32282,'2021-04-13 14:42:33','imp','optin_5','7227261368','','714',0),(32283,'2021-04-13 14:42:50','imp','optin_8','7227261368','','714',0),(32284,'2021-04-13 14:43:15','imp','optin_7','7227261368','','714',0),(32285,'2021-04-13 23:50:57','imp','optin_7','mailchimp_7227261368','','714',0),(32286,'2021-04-13 23:51:13','imp','optin_5','7227261368','','714',0),(32287,'2021-04-13 23:51:18','imp','optin_8','7227261368','','714',0),(32288,'2021-04-13 23:51:37','imp','optin_7','7227261368','','714',0),(32289,'2021-04-14 01:02:30','imp','optin_7','mailchimp_7227261368','','714',0),(32290,'2021-04-14 01:02:31','imp','optin_5','7227261368','','714',0),(32291,'2021-04-14 01:02:49','imp','optin_8','7227261368','','714',0),(32292,'2021-04-14 01:02:56','imp','optin_7','7227261368','','714',0),(32293,'2021-04-14 01:31:03','imp','optin_7','mailchimp_7227261368','','714',0),(32294,'2021-04-14 01:31:22','imp','optin_8','7227261368','','714',0),(32295,'2021-04-14 01:31:49','imp','optin_7','7227261368','','714',0),(32296,'2021-04-14 03:03:11','imp','optin_7','mailchimp_7227261368','','714',0),(32297,'2021-04-14 03:03:16','imp','optin_5','7227261368','','714',0),(32298,'2021-04-14 03:03:23','imp','optin_8','7227261368','','714',0),(32299,'2021-04-14 03:03:23','imp','optin_7','7227261368','','714',0),(32300,'2021-04-14 06:34:08','imp','optin_7','mailchimp_7227261368','','714',0),(32301,'2021-04-14 06:34:13','imp','optin_5','7227261368','','714',0),(32302,'2021-04-14 06:34:26','imp','optin_8','7227261368','','714',0),(32303,'2021-04-14 06:35:25','imp','optin_7','7227261368','','714',0),(32304,'2021-04-14 07:00:40','imp','optin_7','mailchimp_7227261368','','714',0),(32305,'2021-04-14 07:00:41','imp','optin_5','7227261368','','714',0),(32306,'2021-04-14 07:00:59','imp','optin_8','7227261368','','714',0),(32307,'2021-04-14 07:01:03','imp','optin_7','7227261368','','714',0),(32308,'2021-04-14 07:12:41','imp','optin_7','mailchimp_7227261368','','714',0),(32309,'2021-04-14 07:12:54','imp','optin_7','7227261368','','714',0),(32310,'2021-04-14 07:12:54','imp','optin_8','7227261368','','714',0),(32311,'2021-04-14 07:15:06','imp','optin_7','mailchimp_7227261368','','714',0),(32312,'2021-04-14 07:15:06','imp','optin_5','7227261368','','714',0),(32313,'2021-04-14 07:15:26','imp','optin_8','7227261368','','714',0),(32314,'2021-04-14 07:15:59','imp','optin_7','7227261368','','714',0),(32315,'2021-04-14 11:55:14','imp','optin_7','mailchimp_7227261368','','714',0),(32316,'2021-04-14 11:55:32','imp','optin_8','7227261368','','714',0),(32317,'2021-04-14 16:04:36','imp','optin_7','mailchimp_7227261368','','714',0),(32318,'2021-04-14 16:04:45','imp','optin_8','7227261368','','714',0),(32319,'2021-04-14 16:04:49','imp','optin_7','7227261368','','714',0),(32320,'2021-04-14 19:17:23','imp','optin_7','mailchimp_7227261368','','714',0),(32321,'2021-04-14 19:17:38','imp','optin_5','7227261368','','714',0),(32322,'2021-04-14 19:17:43','imp','optin_8','7227261368','','714',0),(32323,'2021-04-14 19:17:46','imp','optin_7','7227261368','','714',0),(32324,'2021-04-14 19:25:26','imp','optin_7','mailchimp_7227261368','','714',0),(32325,'2021-04-14 19:25:47','imp','optin_8','7227261368','','714',0),(32326,'2021-04-14 19:26:19','imp','optin_5','7227261368','','714',0),(32327,'2021-04-14 19:26:27','imp','optin_7','7227261368','','714',0),(32328,'2021-04-15 01:21:11','imp','optin_7','mailchimp_7227261368','','714',0),(32329,'2021-04-15 01:21:32','imp','optin_8','7227261368','','714',0),(32330,'2021-04-15 01:24:25','imp','optin_5','7227261368','','714',0),(32331,'2021-04-15 04:51:52','imp','optin_7','mailchimp_7227261368','','714',0),(32332,'2021-04-15 04:52:00','imp','optin_5','7227261368','','714',0),(32333,'2021-04-15 04:52:09','imp','optin_8','7227261368','','714',0),(32334,'2021-04-15 04:52:10','imp','optin_7','7227261368','','714',0),(32335,'2021-04-15 04:52:10','imp','optin_8','7227261368','','714',0),(32336,'2021-04-15 05:17:22','imp','optin_7','mailchimp_7227261368','','714',0),(32337,'2021-04-15 05:17:31','imp','optin_8','7227261368','','714',0),(32338,'2021-04-15 05:17:43','imp','optin_7','7227261368','','714',0),(32339,'2021-04-15 06:41:51','imp','optin_7','mailchimp_7227261368','','714',0),(32340,'2021-04-15 06:41:52','imp','optin_7','7227261368','','714',0),(32341,'2021-04-15 06:41:52','imp','optin_8','7227261368','','714',0),(32342,'2021-04-15 06:42:03','imp','optin_5','7227261368','','714',0),(32343,'2021-04-15 10:09:16','imp','optin_7','mailchimp_7227261368','','714',0),(32344,'2021-04-15 10:09:36','imp','optin_8','7227261368','','714',0),(32345,'2021-04-15 10:47:05','imp','optin_7','mailchimp_7227261368','','714',0),(32346,'2021-04-15 10:47:06','imp','optin_5','7227261368','','714',0),(32347,'2021-04-15 10:47:15','imp','optin_7','7227261368','','714',0),(32348,'2021-04-15 10:47:25','imp','optin_8','7227261368','','714',0),(32349,'2021-04-15 18:24:47','imp','optin_7','mailchimp_7227261368','','714',0),(32350,'2021-04-15 18:24:48','imp','optin_7','mailchimp_7227261368','','714',0),(32351,'2021-04-15 18:25:08','imp','optin_8','7227261368','','714',0),(32352,'2021-04-15 18:25:49','imp','optin_7','7227261368','','714',0),(32353,'2021-04-15 18:25:51','imp','optin_5','7227261368','','714',0),(32354,'2021-04-15 18:41:21','imp','optin_7','mailchimp_7227261368','','714',0),(32355,'2021-04-15 18:41:21','imp','optin_5','7227261368','','714',0),(32356,'2021-04-15 18:41:40','imp','optin_8','7227261368','','714',0),(32357,'2021-04-15 18:41:41','imp','optin_7','7227261368','','714',0),(32358,'2021-04-15 19:43:46','imp','optin_7','mailchimp_7227261368','','714',0),(32359,'2021-04-15 19:43:56','imp','optin_5','7227261368','','714',0),(32360,'2021-04-15 19:43:59','imp','optin_8','7227261368','','714',0),(32361,'2021-04-15 19:44:02','imp','optin_7','7227261368','','714',0),(32362,'2021-04-15 20:04:25','imp','optin_7','mailchimp_7227261368','','714',0),(32363,'2021-04-15 20:04:45','imp','optin_8','7227261368','','714',0),(32364,'2021-04-15 20:05:53','imp','optin_7','7227261368','','714',0),(32365,'2021-04-15 20:06:51','con','optin_7','mailchimp_7227261368','','714',0),(32366,'2021-04-15 20:07:19','imp','optin_5','7227261368','','714',0),(32367,'2021-04-15 23:19:16','imp','optin_7','mailchimp_7227261368','','714',0),(32368,'2021-04-16 00:25:57','imp','optin_7','mailchimp_7227261368','','714',0),(32369,'2021-04-16 00:25:57','imp','optin_5','7227261368','','714',0),(32370,'2021-04-16 00:26:17','imp','optin_8','7227261368','','714',0),(32371,'2021-04-16 00:26:40','imp','optin_7','7227261368','','714',0),(32372,'2021-04-16 02:08:42','imp','optin_7','mailchimp_7227261368','','714',0),(32373,'2021-04-16 02:08:46','imp','optin_5','7227261368','','714',0),(32374,'2021-04-16 02:09:00','imp','optin_7','7227261368','','714',0),(32375,'2021-04-16 02:09:00','imp','optin_8','7227261368','','714',0),(32376,'2021-04-16 03:04:18','imp','optin_7','mailchimp_7227261368','','714',0),(32377,'2021-04-16 03:04:18','imp','optin_5','7227261368','','714',0),(32378,'2021-04-16 03:04:38','imp','optin_8','7227261368','','714',0),(32379,'2021-04-16 03:09:51','imp','optin_7','7227261368','','714',0),(32380,'2021-04-16 03:34:47','imp','optin_7','mailchimp_7227261368','','714',0),(32381,'2021-04-16 03:35:07','imp','optin_8','7227261368','','714',0),(32382,'2021-04-16 03:35:23','imp','optin_5','7227261368','','714',0),(32383,'2021-04-16 03:58:20','imp','optin_5','7227261368','','714',0),(32384,'2021-04-16 03:58:20','imp','optin_7','mailchimp_7227261368','','714',0),(32385,'2021-04-16 03:58:30','imp','optin_8','7227261368','','714',0),(32386,'2021-04-16 03:58:30','imp','optin_7','7227261368','','714',0),(32387,'2021-04-16 05:21:45','imp','optin_5','7227261368','','714',0),(32388,'2021-04-16 05:21:45','imp','optin_7','mailchimp_7227261368','','714',0),(32389,'2021-04-16 05:21:52','imp','optin_7','7227261368','','714',0),(32390,'2021-04-16 05:21:52','imp','optin_8','7227261368','','714',0),(32391,'2021-04-16 12:13:37','imp','optin_7','mailchimp_7227261368','','714',0),(32392,'2021-04-16 12:13:56','imp','optin_8','7227261368','','714',0),(32393,'2021-04-16 12:14:32','imp','optin_7','7227261368','','714',0),(32394,'2021-04-16 19:50:59','imp','optin_7','mailchimp_7227261368','','714',0),(32395,'2021-04-16 19:51:01','imp','optin_5','7227261368','','714',0),(32396,'2021-04-16 19:51:19','imp','optin_8','7227261368','','714',0),(32397,'2021-04-16 19:51:32','imp','optin_7','7227261368','','714',0),(32398,'2021-04-16 21:51:10','imp','optin_7','mailchimp_7227261368','','714',0),(32399,'2021-04-16 21:51:29','imp','optin_8','7227261368','','714',0),(32400,'2021-04-16 21:52:57','imp','optin_7','7227261368','','714',0),(32401,'2021-04-16 23:00:45','imp','optin_7','mailchimp_7227261368','','714',0),(32402,'2021-04-16 23:00:46','imp','optin_5','7227261368','','714',0),(32403,'2021-04-16 23:00:57','imp','optin_8','7227261368','','714',0),(32404,'2021-04-16 23:01:04','imp','optin_7','7227261368','','714',0),(32405,'2021-04-17 00:24:13','imp','optin_7','mailchimp_7227261368','','714',0),(32406,'2021-04-17 05:20:30','imp','optin_7','mailchimp_7227261368','','714',0),(32407,'2021-04-17 06:05:25','imp','optin_7','mailchimp_7227261368','','714',0),(32408,'2021-04-17 06:05:45','imp','optin_8','7227261368','','714',0),(32409,'2021-04-17 06:06:50','imp','optin_7','7227261368','','714',0),(32410,'2021-04-17 06:20:22','imp','optin_7','mailchimp_7227261368','','714',0),(32411,'2021-04-17 06:25:35','imp','optin_7','mailchimp_7227261368','','714',0),(32412,'2021-04-17 06:25:54','imp','optin_8','7227261368','','714',0),(32413,'2021-04-17 10:55:09','imp','optin_7','mailchimp_7227261368','','714',0),(32414,'2021-04-17 10:55:23','imp','optin_8','7227261368','','714',0),(32415,'2021-04-17 10:55:41','imp','optin_7','7227261368','','714',0),(32416,'2021-04-17 10:55:46','imp','optin_5','7227261368','','714',0),(32417,'2021-04-17 12:18:27','imp','optin_7','mailchimp_7227261368','','714',0),(32418,'2021-04-17 12:18:39','imp','optin_8','7227261368','','714',0),(32419,'2021-04-17 12:18:56','imp','optin_7','7227261368','','714',0),(32420,'2021-04-17 13:40:31','imp','optin_7','mailchimp_7227261368','','714',0),(32421,'2021-04-17 13:40:51','imp','optin_8','7227261368','','714',0),(32422,'2021-04-17 13:43:33','imp','optin_7','7227261368','','714',0),(32423,'2021-04-17 13:43:39','imp','optin_5','7227261368','','714',0),(32424,'2021-04-17 14:04:32','imp','optin_7','mailchimp_7227261368','','714',0),(32425,'2021-04-17 14:04:39','imp','optin_5','7227261368','','714',0),(32426,'2021-04-17 14:04:52','imp','optin_8','7227261368','','714',0),(32427,'2021-04-17 14:07:04','imp','optin_7','7227261368','','714',0),(32428,'2021-04-17 16:14:55','imp','optin_7','mailchimp_7227261368','','714',0),(32429,'2021-04-17 16:15:13','imp','optin_8','7227261368','','714',0),(32430,'2021-04-17 16:16:19','imp','optin_7','7227261368','','714',0),(32431,'2021-04-17 16:16:28','imp','optin_5','7227261368','','714',0),(32432,'2021-04-17 16:17:28','con','optin_7','mailchimp_7227261368','','714',0),(32433,'2021-04-17 18:51:19','imp','optin_7','mailchimp_7227261368','','714',0),(32434,'2021-04-18 07:52:20','imp','optin_7','mailchimp_7227261368','','714',0),(32435,'2021-04-18 07:52:22','imp','optin_8','7227261368','','714',0),(32436,'2021-04-18 07:52:22','imp','optin_7','7227261368','','714',0),(32437,'2021-04-18 16:45:41','imp','optin_7','mailchimp_7227261368','','714',0),(32438,'2021-04-18 16:46:01','imp','optin_8','7227261368','','714',0),(32439,'2021-04-18 16:48:32','imp','optin_7','7227261368','','714',0),(32440,'2021-04-18 20:44:46','imp','optin_7','mailchimp_7227261368','','714',0),(32441,'2021-04-18 20:45:06','imp','optin_8','7227261368','','714',0),(32442,'2021-04-19 03:29:59','imp','optin_7','mailchimp_7227261368','','714',0),(32443,'2021-04-19 03:30:19','imp','optin_8','7227261368','','714',0),(32444,'2021-04-19 10:39:59','imp','optin_7','mailchimp_7227261368','','714',0),(32445,'2021-04-19 10:40:18','imp','optin_7','7227261368','','714',0),(32446,'2021-04-19 10:40:18','imp','optin_8','7227261368','','714',0),(32447,'2021-04-19 10:40:39','imp','optin_5','7227261368','','714',0),(32448,'2021-04-19 11:01:40','imp','optin_7','mailchimp_7227261368','','714',0),(32449,'2021-04-19 11:01:56','imp','optin_8','7227261368','','714',0),(32450,'2021-04-19 11:01:59','imp','optin_5','7227261368','','714',0),(32451,'2021-04-19 11:02:07','imp','optin_7','7227261368','','714',0),(32452,'2021-04-19 17:54:20','imp','optin_7','mailchimp_7227261368','','714',0),(32453,'2021-04-19 17:54:26','imp','optin_8','7227261368','','714',0),(32454,'2021-04-19 18:46:01','imp','optin_8','7227261368','','-1',0),(32455,'2021-04-19 21:18:19','imp','optin_7','mailchimp_7227261368','','714',0),(32456,'2021-04-19 21:18:20','imp','optin_5','7227261368','','714',0),(32457,'2021-04-19 21:18:40','imp','optin_8','7227261368','','714',0),(32458,'2021-04-19 22:21:23','imp','optin_7','7227261368','','714',0),(32459,'2021-04-19 23:37:06','imp','optin_7','mailchimp_7227261368','','714',0),(32460,'2021-04-19 23:37:16','imp','optin_7','mailchimp_7227261368','','714',0),(32461,'2021-04-19 23:56:18','imp','optin_7','mailchimp_7227261368','','714',0),(32462,'2021-04-20 00:14:27','imp','optin_7','mailchimp_7227261368','','714',0),(32463,'2021-04-20 00:27:24','imp','optin_7','mailchimp_7227261368','','714',0),(32464,'2021-04-20 00:27:37','imp','optin_7','7227261368','','714',0),(32465,'2021-04-20 00:27:40','imp','optin_8','7227261368','','714',0),(32466,'2021-04-20 00:43:14','imp','optin_7','mailchimp_7227261368','','714',0),(32467,'2021-04-20 00:55:55','imp','optin_7','mailchimp_7227261368','','714',0),(32468,'2021-04-20 00:56:15','imp','optin_8','7227261368','','714',0),(32469,'2021-04-20 01:24:31','imp','optin_7','mailchimp_7227261368','','714',0),(32470,'2021-04-20 01:24:47','imp','optin_8','7227261368','','714',0),(32471,'2021-04-20 03:11:51','imp','optin_7','mailchimp_7227261368','','714',0),(32472,'2021-04-20 03:12:00','imp','optin_7','7227261368','','714',0),(32473,'2021-04-20 03:12:00','imp','optin_8','7227261368','','714',0),(32474,'2021-04-20 03:12:06','imp','optin_5','7227261368','','714',0),(32475,'2021-04-20 06:03:41','imp','optin_7','mailchimp_7227261368','','714',0),(32476,'2021-04-20 06:03:41','imp','optin_5','7227261368','','714',0),(32477,'2021-04-20 06:03:59','imp','optin_8','7227261368','','714',0),(32478,'2021-04-20 06:05:04','imp','optin_7','7227261368','','714',0),(32479,'2021-04-20 07:59:44','imp','optin_7','mailchimp_7227261368','','714',0),(32480,'2021-04-20 08:00:05','imp','optin_8','7227261368','','714',0),(32481,'2021-04-20 08:00:21','imp','optin_5','7227261368','','714',0),(32482,'2021-04-20 08:00:36','imp','optin_7','7227261368','','714',0),(32483,'2021-04-20 08:56:21','imp','optin_7','mailchimp_7227261368','','714',0),(32484,'2021-04-20 08:56:41','imp','optin_8','7227261368','','714',0),(32485,'2021-04-20 08:57:26','imp','optin_7','7227261368','','714',0),(32486,'2021-04-20 11:55:33','imp','optin_7','mailchimp_7227261368','','714',0),(32487,'2021-04-20 12:45:26','imp','optin_7','mailchimp_7227261368','','714',0),(32488,'2021-04-20 12:45:46','imp','optin_8','7227261368','','714',0),(32489,'2021-04-20 12:45:47','imp','optin_7','7227261368','','714',0),(32490,'2021-04-20 12:45:50','imp','optin_5','7227261368','','714',0),(32491,'2021-04-20 18:09:18','imp','optin_7','mailchimp_7227261368','','714',0),(32492,'2021-04-20 19:45:27','imp','optin_8','7227261368','','698',0),(32493,'2021-04-20 19:45:27','imp','optin_5','7227261368','','698',0),(32494,'2021-04-20 21:01:00','imp','optin_7','mailchimp_7227261368','','714',0),(32495,'2021-04-20 22:39:09','imp','optin_7','mailchimp_7227261368','','714',0),(32496,'2021-04-20 22:39:29','imp','optin_8','7227261368','','714',0),(32497,'2021-04-20 22:40:00','imp','optin_7','7227261368','','714',0),(32498,'2021-04-21 02:46:47','imp','optin_7','mailchimp_7227261368','','714',0),(32499,'2021-04-21 02:46:51','imp','optin_5','7227261368','','714',0),(32500,'2021-04-21 02:46:57','imp','optin_7','7227261368','','714',0),(32501,'2021-04-21 02:46:57','imp','optin_8','7227261368','','714',0),(32502,'2021-04-21 04:28:15','imp','optin_7','mailchimp_7227261368','','714',0),(32503,'2021-04-21 04:28:22','imp','optin_8','7227261368','','714',0),(32504,'2021-04-21 04:28:32','imp','optin_7','7227261368','','714',0),(32505,'2021-04-21 10:34:48','imp','optin_7','mailchimp_7227261368','','714',0),(32506,'2021-04-21 10:34:48','imp','optin_5','7227261368','','714',0),(32507,'2021-04-21 10:34:50','imp','optin_8','7227261368','','714',0),(32508,'2021-04-21 10:34:56','imp','optin_7','7227261368','','714',0),(32509,'2021-04-21 14:43:41','imp','optin_7','mailchimp_7227261368','','714',0),(32510,'2021-04-21 19:15:29','imp','optin_8','7227261368','','192',0),(32511,'2021-04-21 19:47:27','imp','optin_7','mailchimp_7227261368','','714',0),(32512,'2021-04-21 19:47:47','imp','optin_8','7227261368','','714',0),(32513,'2021-04-21 19:48:29','imp','optin_5','7227261368','','714',0),(32514,'2021-04-21 21:59:33','imp','optin_7','mailchimp_7227261368','','714',0),(32515,'2021-04-21 22:04:12','imp','optin_7','mailchimp_7227261368','','714',0),(32516,'2021-04-22 00:38:06','imp','optin_7','mailchimp_7227261368','','714',0),(32517,'2021-04-22 05:09:15','imp','optin_7','mailchimp_7227261368','','714',0),(32518,'2021-04-22 05:09:26','imp','optin_8','7227261368','','714',0),(32519,'2021-04-22 05:09:33','imp','optin_7','7227261368','','714',0),(32520,'2021-04-22 07:25:21','imp','optin_7','mailchimp_7227261368','','714',0),(32521,'2021-04-22 07:25:36','imp','optin_8','7227261368','','714',0),(32522,'2021-04-22 07:25:42','imp','optin_7','7227261368','','714',0),(32523,'2021-04-22 11:40:41','imp','optin_7','mailchimp_7227261368','','714',0),(32524,'2021-04-22 11:40:41','imp','optin_5','7227261368','','714',0),(32525,'2021-04-22 11:40:52','imp','optin_8','7227261368','','714',0),(32526,'2021-04-22 11:40:58','imp','optin_7','7227261368','','714',0),(32527,'2021-04-22 11:45:55','imp','optin_7','mailchimp_7227261368','','714',0),(32528,'2021-04-22 11:45:55','imp','optin_5','7227261368','','714',0),(32529,'2021-04-22 11:46:06','imp','optin_7','7227261368','','714',0),(32530,'2021-04-22 11:46:06','imp','optin_8','7227261368','','714',0),(32531,'2021-04-22 12:08:59','imp','optin_7','mailchimp_7227261368','','714',0),(32532,'2021-04-22 12:47:47','imp','optin_7','mailchimp_7227261368','','714',0),(32533,'2021-04-22 19:20:29','imp','optin_7','mailchimp_7227261368','','714',0),(32534,'2021-04-22 19:20:29','imp','optin_5','7227261368','','714',0),(32535,'2021-04-22 19:20:42','imp','optin_7','7227261368','','714',0),(32536,'2021-04-22 19:20:42','imp','optin_8','7227261368','','714',0),(32537,'2021-04-22 23:16:36','imp','optin_7','mailchimp_7227261368','','714',0),(32538,'2021-04-22 23:16:36','imp','optin_5','7227261368','','714',0),(32539,'2021-04-22 23:16:56','imp','optin_8','7227261368','','714',0),(32540,'2021-04-22 23:17:15','imp','optin_7','7227261368','','714',0),(32541,'2021-04-23 03:31:38','imp','optin_7','mailchimp_7227261368','','714',0),(32542,'2021-04-23 03:31:52','imp','optin_7','7227261368','','714',0),(32543,'2021-04-23 03:31:52','imp','optin_8','7227261368','','714',0),(32544,'2021-04-23 04:09:35','imp','optin_7','mailchimp_7227261368','','714',0),(32545,'2021-04-23 04:09:37','imp','optin_5','7227261368','','714',0),(32546,'2021-04-23 04:09:55','imp','optin_8','7227261368','','714',0),(32547,'2021-04-23 05:03:50','imp','optin_7','mailchimp_7227261368','','714',0),(32548,'2021-04-23 05:03:56','imp','optin_8','7227261368','','714',0),(32549,'2021-04-23 11:57:58','imp','optin_7','mailchimp_7227261368','','714',0),(32550,'2021-04-23 11:58:05','imp','optin_5','7227261368','','714',0),(32551,'2021-04-23 11:58:17','imp','optin_8','7227261368','','714',0),(32552,'2021-04-23 11:58:43','imp','optin_7','7227261368','','714',0),(32553,'2021-04-23 12:01:26','imp','optin_7','mailchimp_7227261368','','714',0),(32554,'2021-04-23 12:01:27','imp','optin_5','7227261368','','714',0),(32555,'2021-04-23 12:01:46','imp','optin_8','7227261368','','714',0),(32556,'2021-04-23 12:02:43','imp','optin_7','7227261368','','714',0),(32557,'2021-04-23 13:47:33','imp','optin_5','7227261368','','714',0),(32558,'2021-04-23 13:47:33','imp','optin_7','mailchimp_7227261368','','714',0),(32559,'2021-04-23 13:47:43','imp','optin_7','7227261368','','714',0),(32560,'2021-04-23 13:47:44','imp','optin_8','7227261368','','714',0),(32561,'2021-04-23 16:26:48','imp','optin_7','mailchimp_7227261368','','714',0),(32562,'2021-04-23 16:27:03','imp','optin_8','7227261368','','714',0),(32563,'2021-04-23 19:08:35','imp','optin_8','7227261368','','2',0),(32564,'2021-04-23 21:09:23','imp','optin_7','mailchimp_7227261368','','714',0),(32565,'2021-04-23 21:09:27','imp','optin_5','7227261368','','714',0),(32566,'2021-04-23 21:09:43','imp','optin_8','7227261368','','714',0),(32567,'2021-04-23 21:11:20','imp','optin_7','mailchimp_7227261368','','714',0),(32568,'2021-04-23 21:11:20','imp','optin_5','7227261368','','714',0),(32569,'2021-04-23 21:11:38','imp','optin_8','7227261368','','714',0),(32570,'2021-04-23 21:12:22','imp','optin_7','7227261368','','714',0),(32571,'2021-04-23 21:14:25','imp','optin_7','7227261368','','714',0),(32572,'2021-04-24 03:28:32','imp','optin_7','mailchimp_7227261368','','714',0),(32573,'2021-04-24 03:28:51','imp','optin_8','7227261368','','714',0),(32574,'2021-04-24 03:29:08','imp','optin_7','7227261368','','714',0),(32575,'2021-04-24 03:42:08','imp','optin_7','mailchimp_7227261368','','714',0),(32576,'2021-04-24 03:42:28','imp','optin_8','7227261368','','714',0),(32577,'2021-04-24 03:44:39','imp','optin_7','7227261368','','714',0),(32578,'2021-04-24 04:43:32','imp','optin_8','7227261368','','-1',0),(32579,'2021-04-24 12:41:28','imp','optin_7','mailchimp_7227261368','','714',0),(32580,'2021-04-24 12:41:29','imp','optin_5','7227261368','','714',0),(32581,'2021-04-24 12:41:47','imp','optin_8','7227261368','','714',0),(32582,'2021-04-24 12:42:51','imp','optin_7','7227261368','','714',0),(32583,'2021-04-24 14:29:06','imp','optin_7','mailchimp_7227261368','','714',0),(32584,'2021-04-24 14:29:15','imp','optin_8','7227261368','','714',0),(32585,'2021-04-24 23:21:43','imp','optin_7','mailchimp_7227261368','','714',0),(32586,'2021-04-24 23:22:03','imp','optin_8','7227261368','','714',0),(32587,'2021-04-24 23:23:13','imp','optin_7','7227261368','','714',0),(32588,'2021-04-25 00:21:12','imp','optin_7','mailchimp_7227261368','','714',0),(32589,'2021-04-25 00:21:12','imp','optin_5','7227261368','','714',0),(32590,'2021-04-25 00:21:16','imp','optin_8','7227261368','','714',0),(32591,'2021-04-25 00:21:25','imp','optin_7','7227261368','','714',0),(32592,'2021-04-25 00:59:26','imp','optin_8','7227261368','','2',0),(32593,'2021-04-25 01:01:43','imp','optin_2','7227261368','','2',0),(32594,'2021-04-25 10:05:33','imp','optin_7','mailchimp_7227261368','','714',0),(32595,'2021-04-25 10:05:36','imp','optin_8','7227261368','','714',0),(32596,'2021-04-25 10:05:40','imp','optin_7','7227261368','','714',0),(32597,'2021-04-25 12:07:50','imp','optin_7','mailchimp_7227261368','','714',0),(32598,'2021-04-25 12:08:02','imp','optin_8','7227261368','','714',0),(32599,'2021-04-25 12:08:15','imp','optin_7','7227261368','','714',0),(32600,'2021-04-25 13:43:29','imp','optin_7','mailchimp_7227261368','','714',0),(32601,'2021-04-25 13:43:49','imp','optin_8','7227261368','','714',0),(32602,'2021-04-25 13:44:27','imp','optin_7','7227261368','','714',0),(32603,'2021-04-25 18:25:31','imp','optin_7','mailchimp_7227261368','','714',0),(32604,'2021-04-25 18:25:49','imp','optin_8','7227261368','','714',0),(32605,'2021-04-25 20:03:49','imp','optin_7','mailchimp_7227261368','','714',0),(32606,'2021-04-25 20:04:09','imp','optin_8','7227261368','','714',0),(32607,'2021-04-25 20:04:47','imp','optin_7','7227261368','','714',0),(32608,'2021-04-25 20:04:51','imp','optin_5','7227261368','','714',0),(32609,'2021-04-25 20:05:36','imp','optin_2','7227261368','','92',0),(32610,'2021-04-25 20:05:52','con','optin_2','mailchimp_7227261368','','92',0),(32611,'2021-04-26 00:37:05','imp','optin_8','7227261368','','192',0),(32612,'2021-04-26 02:50:44','imp','optin_7','mailchimp_7227261368','','714',0),(32613,'2021-04-26 02:51:04','imp','optin_8','7227261368','','714',0),(32614,'2021-04-26 03:04:31','imp','optin_7','7227261368','','714',0),(32615,'2021-04-26 05:05:49','imp','optin_5','7227261368','','714',0),(32616,'2021-04-26 05:05:49','imp','optin_7','mailchimp_7227261368','','714',0),(32617,'2021-04-26 05:06:04','imp','optin_8','7227261368','','714',0),(32618,'2021-04-26 06:16:45','imp','optin_7','mailchimp_7227261368','','714',0),(32619,'2021-04-26 09:45:27','imp','optin_7','mailchimp_7227261368','','714',0),(32620,'2021-04-26 09:45:43','imp','optin_7','7227261368','','714',0),(32621,'2021-04-26 09:45:43','imp','optin_8','7227261368','','714',0),(32622,'2021-04-26 14:35:26','imp','optin_7','mailchimp_7227261368','','714',0),(32623,'2021-04-26 14:35:34','imp','optin_8','7227261368','','714',0),(32624,'2021-04-26 14:35:58','imp','optin_7','7227261368','','714',0),(32625,'2021-04-26 20:05:24','imp','optin_8','7227261368','','-1',0),(32626,'2021-04-26 23:27:38','imp','optin_7','mailchimp_7227261368','','714',0),(32627,'2021-04-26 23:27:38','imp','optin_5','7227261368','','714',0),(32628,'2021-04-26 23:27:58','imp','optin_8','7227261368','','714',0),(32629,'2021-04-26 23:28:07','imp','optin_7','7227261368','','714',0),(32630,'2021-04-27 03:30:15','imp','optin_7','mailchimp_7227261368','','714',0),(32631,'2021-04-27 03:30:29','imp','optin_5','7227261368','','714',0),(32632,'2021-04-27 03:30:34','imp','optin_8','7227261368','','714',0),(32633,'2021-04-27 03:31:14','imp','optin_7','7227261368','','714',0),(32634,'2021-04-27 04:10:23','imp','optin_8','7227261368','','698',0),(32635,'2021-04-27 04:53:08','imp','optin_7','mailchimp_7227261368','','714',0),(32636,'2021-04-27 04:53:27','imp','optin_8','7227261368','','714',0),(32637,'2021-04-27 04:53:38','imp','optin_7','7227261368','','714',0),(32638,'2021-04-27 06:23:42','imp','optin_7','mailchimp_7227261368','','714',0),(32639,'2021-04-27 06:24:02','imp','optin_8','7227261368','','714',0),(32640,'2021-04-27 10:18:21','imp','optin_7','mailchimp_7227261368','','714',0),(32641,'2021-04-27 10:18:41','imp','optin_8','7227261368','','714',0),(32642,'2021-04-27 10:18:56','imp','optin_7','7227261368','','714',0),(32643,'2021-04-27 10:44:39','imp','optin_7','mailchimp_7227261368','','714',0),(32644,'2021-04-27 10:44:51','imp','optin_8','7227261368','','714',0),(32645,'2021-04-27 10:45:00','imp','optin_7','7227261368','','714',0),(32646,'2021-04-27 13:45:48','imp','optin_7','mailchimp_7227261368','','714',0),(32647,'2021-04-27 13:45:49','imp','optin_5','7227261368','','714',0),(32648,'2021-04-27 13:46:07','imp','optin_8','7227261368','','714',0),(32649,'2021-04-27 13:49:16','imp','optin_7','7227261368','','714',0),(32650,'2021-04-27 13:57:31','imp','optin_7','mailchimp_7227261368','','714',0),(32651,'2021-04-28 03:14:08','imp','optin_5','7227261368','','714',0),(32652,'2021-04-28 03:14:08','imp','optin_7','mailchimp_7227261368','','714',0),(32653,'2021-04-28 03:14:24','imp','optin_7','7227261368','','714',0),(32654,'2021-04-28 03:14:24','imp','optin_8','7227261368','','714',0),(32655,'2021-04-28 03:41:01','imp','optin_7','mailchimp_7227261368','','714',0),(32656,'2021-04-28 05:11:12','imp','optin_7','mailchimp_7227261368','','714',0),(32657,'2021-04-28 05:11:12','imp','optin_5','7227261368','','714',0),(32658,'2021-04-28 05:11:31','imp','optin_8','7227261368','','714',0),(32659,'2021-04-28 05:11:41','imp','optin_7','7227261368','','714',0),(32660,'2021-04-28 05:22:49','imp','optin_7','mailchimp_7227261368','','714',0),(32661,'2021-04-28 05:23:02','imp','optin_8','7227261368','','714',0),(32662,'2021-04-28 05:23:08','imp','optin_7','7227261368','','714',0),(32663,'2021-04-28 05:54:00','imp','optin_7','mailchimp_7227261368','','714',0),(32664,'2021-04-28 05:54:21','imp','optin_8','7227261368','','714',0),(32665,'2021-04-28 08:18:55','imp','optin_7','mailchimp_7227261368','','714',0),(32666,'2021-04-28 09:32:02','imp','optin_7','mailchimp_7227261368','','714',0),(32667,'2021-04-28 09:32:02','imp','optin_7','7227261368','','714',0),(32668,'2021-04-28 09:32:18','imp','optin_8','7227261368','','714',0),(32669,'2021-04-28 11:34:54','imp','optin_5','7227261368','','714',0),(32670,'2021-04-28 14:22:23','imp','optin_7','mailchimp_7227261368','','714',0),(32671,'2021-04-28 14:22:43','imp','optin_8','7227261368','','714',0),(32672,'2021-04-28 14:51:36','imp','optin_5','7227261368','','714',0),(32673,'2021-04-28 14:51:43','imp','optin_7','7227261368','','714',0),(32674,'2021-04-28 15:11:59','imp','optin_8','7227261368','','-1',0),(32675,'2021-04-28 15:11:59','imp','optin_2','7227261368','','92',0),(32676,'2021-04-28 20:23:53','imp','optin_7','mailchimp_7227261368','','714',0),(32677,'2021-04-28 20:24:12','imp','optin_8','7227261368','','714',0),(32678,'2021-04-28 20:24:29','imp','optin_7','7227261368','','714',0),(32679,'2021-04-29 02:22:42','imp','optin_7','mailchimp_7227261368','','714',0),(32680,'2021-04-29 02:22:57','imp','optin_7','7227261368','','714',0),(32681,'2021-04-29 02:22:58','imp','optin_8','7227261368','','714',0),(32682,'2021-04-29 02:23:05','imp','optin_5','7227261368','','714',0),(32683,'2021-04-29 07:32:35','imp','optin_7','mailchimp_7227261368','','714',0),(32684,'2021-04-29 07:32:53','imp','optin_8','7227261368','','714',0),(32685,'2021-04-29 07:34:05','imp','optin_7','7227261368','','714',0),(32686,'2021-04-29 13:30:14','imp','optin_8','7227261368','','-1',0),(32687,'2021-04-29 22:20:12','imp','optin_8','7227261368','','878',0),(32688,'2021-04-29 22:20:12','imp','optin_5','7227261368','','878',0),(32689,'2021-04-29 22:21:12','imp','optin_2','7227261368','','2',0),(32690,'2021-04-29 23:32:38','imp','optin_7','mailchimp_7227261368','','714',0),(32691,'2021-04-29 23:32:46','imp','optin_8','7227261368','','714',0),(32692,'2021-04-29 23:32:59','imp','optin_7','7227261368','','714',0),(32693,'2021-04-30 05:38:10','imp','optin_7','mailchimp_7227261368','','714',0),(32694,'2021-04-30 05:38:25','imp','optin_8','7227261368','','714',0),(32695,'2021-04-30 05:38:59','imp','optin_7','7227261368','','714',0),(32696,'2021-04-30 06:14:15','imp','optin_7','mailchimp_7227261368','','714',0),(32697,'2021-04-30 06:14:15','imp','optin_5','7227261368','','714',0),(32698,'2021-04-30 06:14:34','imp','optin_8','7227261368','','714',0),(32699,'2021-04-30 06:15:57','imp','optin_7','7227261368','','714',0),(32700,'2021-04-30 08:20:07','imp','optin_7','mailchimp_7227261368','','714',0),(32701,'2021-04-30 08:20:27','imp','optin_8','7227261368','','714',0),(32702,'2021-04-30 08:20:43','imp','optin_7','7227261368','','714',0),(32703,'2021-04-30 11:16:02','imp','optin_7','mailchimp_7227261368','','714',0),(32704,'2021-04-30 11:16:22','imp','optin_8','7227261368','','714',0),(32705,'2021-04-30 11:16:25','imp','optin_5','7227261368','','714',0),(32706,'2021-04-30 22:20:21','imp','optin_7','mailchimp_7227261368','','714',0),(32707,'2021-04-30 22:20:21','imp','optin_5','7227261368','','714',0),(32708,'2021-04-30 22:20:39','imp','optin_8','7227261368','','714',0),(32709,'2021-04-30 22:20:39','imp','optin_7','7227261368','','714',0),(32710,'2021-04-30 22:20:40','imp','optin_8','7227261368','','714',0),(32711,'2021-04-30 23:07:20','imp','optin_7','mailchimp_7227261368','','714',0),(32712,'2021-04-30 23:07:21','imp','optin_5','7227261368','','714',0),(32713,'2021-04-30 23:07:40','imp','optin_8','7227261368','','714',0),(32714,'2021-04-30 23:08:25','imp','optin_7','7227261368','','714',0),(32715,'2021-05-01 00:34:15','imp','optin_7','mailchimp_7227261368','','714',0),(32716,'2021-05-01 00:34:32','imp','optin_8','7227261368','','714',0),(32717,'2021-05-01 00:38:17','imp','optin_7','mailchimp_7227261368','','714',0),(32718,'2021-05-01 00:38:19','imp','optin_5','7227261368','','714',0),(32719,'2021-05-01 00:38:34','imp','optin_8','7227261368','','714',0),(32720,'2021-05-01 00:38:55','imp','optin_7','7227261368','','714',0),(32721,'2021-05-01 01:44:59','imp','optin_7','mailchimp_7227261368','','714',0),(32722,'2021-05-01 01:45:28','imp','optin_7','7227261368','','714',0),(32723,'2021-05-01 01:45:28','imp','optin_8','7227261368','','714',0),(32724,'2021-05-01 01:55:47','imp','optin_7','mailchimp_7227261368','','714',0),(32725,'2021-05-01 01:55:56','imp','optin_7','7227261368','','714',0),(32726,'2021-05-01 01:56:06','imp','optin_8','7227261368','','714',0),(32727,'2021-05-01 01:58:57','imp','optin_5','7227261368','','714',0),(32728,'2021-05-01 03:15:10','imp','optin_7','mailchimp_7227261368','','714',0),(32729,'2021-05-01 03:15:10','imp','optin_5','7227261368','','714',0),(32730,'2021-05-01 03:15:23','imp','optin_8','7227261368','','714',0),(32731,'2021-05-01 03:15:23','imp','optin_7','7227261368','','714',0),(32732,'2021-05-01 03:58:33','imp','optin_7','mailchimp_7227261368','','714',0),(32733,'2021-05-01 03:58:42','imp','optin_5','7227261368','','714',0),(32734,'2021-05-01 03:58:52','imp','optin_8','7227261368','','714',0),(32735,'2021-05-01 06:04:27','imp','optin_7','mailchimp_7227261368','','714',0),(32736,'2021-05-01 06:04:36','imp','optin_5','7227261368','','714',0),(32737,'2021-05-01 06:04:47','imp','optin_8','7227261368','','714',0),(32738,'2021-05-01 06:05:10','imp','optin_7','7227261368','','714',0),(32739,'2021-05-01 11:59:24','imp','optin_7','mailchimp_7227261368','','714',0),(32740,'2021-05-01 11:59:31','imp','optin_5','7227261368','','714',0),(32741,'2021-05-01 11:59:41','imp','optin_7','7227261368','','714',0),(32742,'2021-05-01 11:59:44','imp','optin_8','7227261368','','714',0),(32743,'2021-05-01 12:17:57','imp','optin_8','7227261368','','967',0),(32744,'2021-05-01 13:35:36','imp','optin_8','7227261368','','-1',0),(32745,'2021-05-01 20:01:40','imp','optin_7','mailchimp_7227261368','','714',0),(32746,'2021-05-01 20:01:59','imp','optin_8','7227261368','','714',0),(32747,'2021-05-01 20:02:39','imp','optin_7','7227261368','','714',0),(32748,'2021-05-01 21:54:39','imp','optin_8','7227261368','','575',0),(32749,'2021-05-01 21:55:01','imp','optin_5','7227261368','','575',0),(32750,'2021-05-02 02:40:12','imp','optin_7','mailchimp_7227261368','','714',0),(32751,'2021-05-02 02:40:32','imp','optin_8','7227261368','','714',0),(32752,'2021-05-02 02:40:40','imp','optin_7','7227261368','','714',0),(32753,'2021-05-02 03:19:43','imp','optin_7','mailchimp_7227261368','','714',0),(32754,'2021-05-02 03:20:03','imp','optin_8','7227261368','','714',0),(32755,'2021-05-02 03:20:12','imp','optin_7','7227261368','','714',0),(32756,'2021-05-02 04:24:34','imp','optin_7','mailchimp_7227261368','','714',0),(32757,'2021-05-02 04:24:47','imp','optin_8','7227261368','','714',0),(32758,'2021-05-02 04:25:24','imp','optin_7','7227261368','','714',0),(32759,'2021-05-02 08:10:33','imp','optin_7','mailchimp_7227261368','','714',0),(32760,'2021-05-02 08:10:53','imp','optin_8','7227261368','','714',0),(32761,'2021-05-02 08:21:22','imp','optin_5','7227261368','','714',0),(32762,'2021-05-02 08:23:17','imp','optin_7','7227261368','','714',0),(32763,'2021-05-02 23:31:50','imp','optin_7','mailchimp_7227261368','','714',0),(32764,'2021-05-02 23:32:09','imp','optin_8','7227261368','','714',0),(32765,'2021-05-02 23:32:43','imp','optin_7','7227261368','','714',0),(32766,'2021-05-03 02:48:18','imp','optin_7','mailchimp_7227261368','','714',0),(32767,'2021-05-03 02:48:38','imp','optin_8','7227261368','','714',0),(32768,'2021-05-03 02:49:08','imp','optin_7','7227261368','','714',0),(32769,'2021-05-03 06:06:56','imp','optin_7','mailchimp_7227261368','','714',0),(32770,'2021-05-03 09:51:27','imp','optin_7','mailchimp_7227261368','','714',0),(32771,'2021-05-03 09:51:27','imp','optin_5','7227261368','','714',0),(32772,'2021-05-03 09:51:45','imp','optin_8','7227261368','','714',0),(32773,'2021-05-03 09:51:59','imp','optin_7','7227261368','','714',0),(32774,'2021-05-03 12:06:37','imp','optin_7','mailchimp_7227261368','','714',0),(32775,'2021-05-03 12:06:57','imp','optin_8','7227261368','','714',0),(32776,'2021-05-03 12:08:05','imp','optin_5','7227261368','','714',0),(32777,'2021-05-03 12:08:11','imp','optin_7','7227261368','','714',0),(32778,'2021-05-03 12:57:50','imp','optin_7','mailchimp_7227261368','','714',0),(32779,'2021-05-03 12:58:09','imp','optin_8','7227261368','','714',0),(32780,'2021-05-03 12:58:29','imp','optin_7','7227261368','','714',0),(32781,'2021-05-03 13:15:29','imp','optin_7','mailchimp_7227261368','','714',0),(32782,'2021-05-03 13:15:38','imp','optin_5','7227261368','','714',0),(32783,'2021-05-03 13:15:49','imp','optin_8','7227261368','','714',0),(32784,'2021-05-03 13:16:06','imp','optin_7','7227261368','','714',0),(32785,'2021-05-03 14:36:32','imp','optin_7','mailchimp_7227261368','','714',0),(32786,'2021-05-03 14:36:37','imp','optin_5','7227261368','','714',0),(32787,'2021-05-03 14:36:51','imp','optin_8','7227261368','','714',0),(32788,'2021-05-03 19:46:07','imp','optin_8','7227261368','','-1',0),(32789,'2021-05-04 01:00:40','imp','optin_7','mailchimp_7227261368','','714',0),(32790,'2021-05-04 01:00:40','imp','optin_5','7227261368','','714',0),(32791,'2021-05-04 01:00:59','imp','optin_8','7227261368','','714',0),(32792,'2021-05-04 01:01:17','imp','optin_7','7227261368','','714',0),(32793,'2021-05-04 01:26:19','imp','optin_7','mailchimp_7227261368','','714',0),(32794,'2021-05-04 01:26:27','imp','optin_5','7227261368','','714',0),(32795,'2021-05-04 01:26:39','imp','optin_8','7227261368','','714',0),(32796,'2021-05-04 01:26:46','imp','optin_7','7227261368','','714',0),(32797,'2021-05-04 01:31:31','imp','optin_7','mailchimp_7227261368','','714',0),(32798,'2021-05-04 01:31:51','imp','optin_8','7227261368','','714',0),(32799,'2021-05-04 01:34:55','imp','optin_7','7227261368','','714',0),(32800,'2021-05-04 03:02:32','imp','optin_7','mailchimp_7227261368','','714',0),(32801,'2021-05-04 03:02:51','imp','optin_8','7227261368','','714',0),(32802,'2021-05-04 03:02:56','imp','optin_7','7227261368','','714',0),(32803,'2021-05-04 03:02:56','imp','optin_5','7227261368','','714',0),(32804,'2021-05-04 03:18:11','imp','optin_7','mailchimp_7227261368','','714',0),(32805,'2021-05-04 03:18:23','imp','optin_8','7227261368','','714',0),(32806,'2021-05-04 03:18:38','imp','optin_8','7227261368','','714',0),(32807,'2021-05-04 07:31:19','imp','optin_7','mailchimp_7227261368','','714',0),(32808,'2021-05-04 07:31:19','imp','optin_2','7227261368','','92',0),(32809,'2021-05-04 07:31:19','imp','optin_7','mailchimp_7227261368','','714',0),(32810,'2021-05-04 07:31:28','imp','optin_8','7227261368','','-1',0),(32811,'2021-05-04 08:37:13','imp','optin_7','mailchimp_7227261368','','714',0),(32812,'2021-05-04 19:45:47','imp','optin_8','7227261368','','-1',0),(32813,'2021-05-04 19:47:35','imp','optin_2','7227261368','','92',0),(32814,'2021-05-04 23:10:36','imp','optin_7','mailchimp_7227261368','','714',0),(32815,'2021-05-04 23:10:55','imp','optin_8','7227261368','','714',0),(32816,'2021-05-04 23:10:59','imp','optin_5','7227261368','','714',0),(32817,'2021-05-05 03:05:54','imp','optin_7','mailchimp_7227261368','','714',0),(32818,'2021-05-05 03:06:15','imp','optin_8','7227261368','','714',0),(32819,'2021-05-05 03:08:02','imp','optin_5','7227261368','','714',0),(32820,'2021-05-05 03:08:44','imp','optin_7','7227261368','','714',0),(32821,'2021-05-05 03:39:35','imp','optin_5','7227261368','','714',0),(32822,'2021-05-05 03:39:35','imp','optin_7','mailchimp_7227261368','','714',0),(32823,'2021-05-05 03:39:55','imp','optin_8','7227261368','','714',0),(32824,'2021-05-05 03:41:23','imp','optin_7','7227261368','','714',0),(32825,'2021-05-05 07:02:34','imp','optin_8','7227261368','','926',0),(32826,'2021-05-05 07:10:33','imp','optin_7','mailchimp_7227261368','','714',0),(32827,'2021-05-05 07:10:43','imp','optin_5','7227261368','','714',0),(32828,'2021-05-05 07:10:52','imp','optin_8','7227261368','','714',0),(32829,'2021-05-05 16:32:53','imp','optin_7','mailchimp_7227261368','','714',0),(32830,'2021-05-05 16:33:13','imp','optin_8','7227261368','','714',0),(32831,'2021-05-05 16:58:49','imp','optin_5','7227261368','','714',0),(32832,'2021-05-05 21:08:49','imp','optin_7','mailchimp_7227261368','','714',0),(32833,'2021-05-05 21:08:50','imp','optin_5','7227261368','','714',0),(32834,'2021-05-05 21:09:09','imp','optin_8','7227261368','','714',0),(32835,'2021-05-05 21:09:58','imp','optin_7','7227261368','','714',0),(32836,'2021-05-06 03:23:20','imp','optin_7','mailchimp_7227261368','','714',0),(32837,'2021-05-06 03:23:24','imp','optin_8','7227261368','','714',0),(32838,'2021-05-06 03:23:34','imp','optin_7','7227261368','','714',0),(32839,'2021-05-06 05:37:26','imp','optin_7','mailchimp_7227261368','','714',0),(32840,'2021-05-06 05:37:46','imp','optin_8','7227261368','','714',0),(32841,'2021-05-06 06:02:39','imp','optin_7','mailchimp_7227261368','','714',0),(32842,'2021-05-06 06:02:46','imp','optin_5','7227261368','','714',0),(32843,'2021-05-06 06:02:59','imp','optin_8','7227261368','','714',0),(32844,'2021-05-06 06:05:12','imp','optin_7','7227261368','','714',0),(32845,'2021-05-06 14:00:20','imp','optin_7','mailchimp_7227261368','','714',0),(32846,'2021-05-06 14:00:39','imp','optin_8','7227261368','','714',0),(32847,'2021-05-06 17:53:07','imp','optin_7','mailchimp_7227261368','','714',0),(32848,'2021-05-06 17:53:27','imp','optin_8','7227261368','','714',0),(32849,'2021-05-06 17:53:56','imp','optin_7','7227261368','','714',0),(32850,'2021-05-06 18:06:47','imp','optin_7','mailchimp_7227261368','','714',0),(32851,'2021-05-06 18:07:08','imp','optin_8','7227261368','','714',0),(32852,'2021-05-06 18:07:11','imp','optin_5','7227261368','','714',0),(32853,'2021-05-06 18:07:24','imp','optin_7','7227261368','','714',0),(32854,'2021-05-06 21:26:13','imp','optin_8','7227261368','','2',0),(32855,'2021-05-06 21:26:27','imp','optin_2','7227261368','','2',0),(32856,'2021-05-06 22:09:23','imp','optin_7','mailchimp_7227261368','','714',0),(32857,'2021-05-06 22:09:36','imp','optin_8','7227261368','','714',0),(32858,'2021-05-06 22:09:49','imp','optin_7','7227261368','','714',0),(32859,'2021-05-06 22:29:31','imp','optin_7','mailchimp_7227261368','','714',0),(32860,'2021-05-06 22:29:50','imp','optin_8','7227261368','','714',0),(32861,'2021-05-06 22:30:20','imp','optin_7','7227261368','','714',0),(32862,'2021-05-07 01:10:10','imp','optin_7','mailchimp_7227261368','','714',0),(32863,'2021-05-07 01:10:15','imp','optin_5','7227261368','','714',0),(32864,'2021-05-07 01:10:29','imp','optin_8','7227261368','','714',0),(32865,'2021-05-07 01:10:58','imp','optin_7','7227261368','','714',0),(32866,'2021-05-07 05:56:23','imp','optin_8','7227261368','','-1',0),(32867,'2021-05-07 05:56:32','imp','optin_2','7227261368','','92',0),(32868,'2021-05-07 08:13:44','imp','optin_7','mailchimp_7227261368','','714',0),(32869,'2021-05-07 08:14:05','imp','optin_8','7227261368','','714',0),(32870,'2021-05-07 08:14:42','imp','optin_7','7227261368','','714',0),(32871,'2021-05-07 08:14:43','imp','optin_5','7227261368','','714',0),(32872,'2021-05-07 08:26:59','imp','optin_7','mailchimp_7227261368','','714',0),(32873,'2021-05-07 08:27:19','imp','optin_8','7227261368','','714',0),(32874,'2021-05-07 08:27:45','imp','optin_7','7227261368','','714',0),(32875,'2021-05-07 11:35:21','imp','optin_7','mailchimp_7227261368','','714',0),(32876,'2021-05-07 11:35:42','imp','optin_8','7227261368','','714',0),(32877,'2021-05-07 11:35:56','imp','optin_5','7227261368','','714',0),(32878,'2021-05-07 11:36:13','imp','optin_7','7227261368','','714',0),(32879,'2021-05-07 11:46:24','imp','optin_7','mailchimp_7227261368','','714',0),(32880,'2021-05-07 11:46:45','imp','optin_8','7227261368','','714',0),(32881,'2021-05-07 12:09:55','imp','optin_7','mailchimp_7227261368','','714',0),(32882,'2021-05-07 12:10:14','imp','optin_8','7227261368','','714',0),(32883,'2021-05-07 12:10:14','imp','optin_8','7227261368','','714',0),(32884,'2021-05-07 12:10:38','imp','optin_7','7227261368','','714',0),(32885,'2021-05-07 12:58:42','imp','optin_7','mailchimp_7227261368','','714',0),(32886,'2021-05-07 12:58:54','imp','optin_8','7227261368','','714',0),(32887,'2021-05-07 12:59:10','imp','optin_7','7227261368','','714',0),(32888,'2021-05-07 14:30:24','imp','optin_8','7227261368','','-1',0),(32889,'2021-05-07 15:51:44','imp','optin_2','7227261368','','92',0),(32890,'2021-05-07 17:38:49','imp','optin_7','mailchimp_7227261368','','714',0),(32891,'2021-05-07 17:39:10','imp','optin_8','7227261368','','714',0),(32892,'2021-05-08 00:04:57','imp','optin_7','mailchimp_7227261368','','714',0),(32893,'2021-05-08 00:04:57','imp','optin_5','7227261368','','714',0),(32894,'2021-05-08 00:05:17','imp','optin_8','7227261368','','714',0),(32895,'2021-05-08 00:05:36','imp','optin_7','7227261368','','714',0),(32896,'2021-05-08 00:22:24','imp','optin_7','mailchimp_7227261368','','714',0),(32897,'2021-05-08 00:22:44','imp','optin_8','7227261368','','714',0),(32898,'2021-05-08 00:26:50','imp','optin_7','7227261368','','714',0),(32899,'2021-05-08 05:21:23','imp','optin_7','mailchimp_7227261368','','714',0),(32900,'2021-05-08 05:21:42','imp','optin_8','7227261368','','714',0),(32901,'2021-05-08 05:23:10','imp','optin_5','7227261368','','714',0),(32902,'2021-05-08 05:23:19','imp','optin_7','7227261368','','714',0),(32903,'2021-05-08 09:04:30','imp','optin_7','mailchimp_7227261368','','714',0),(32904,'2021-05-08 09:04:42','imp','optin_8','7227261368','','714',0),(32905,'2021-05-08 12:58:22','imp','optin_8','7227261368','','714',0),(32906,'2021-05-08 12:58:22','imp','optin_7','7227261368','','714',0),(32907,'2021-05-08 12:58:27','imp','optin_5','7227261368','','714',0),(32908,'2021-05-08 14:20:06','imp','optin_7','mailchimp_7227261368','','714',0),(32909,'2021-05-08 17:32:42','imp','optin_7','mailchimp_7227261368','','714',0),(32910,'2021-05-08 17:32:47','imp','optin_7','mailchimp_7227261368','','714',0),(32911,'2021-05-09 03:33:20','imp','optin_7','mailchimp_7227261368','','714',0),(32912,'2021-05-09 07:27:34','imp','optin_7','mailchimp_7227261368','','714',0),(32913,'2021-05-09 07:27:43','imp','optin_8','7227261368','','714',0),(32914,'2021-05-09 07:27:59','imp','optin_7','7227261368','','714',0),(32915,'2021-05-09 09:40:13','imp','optin_7','mailchimp_7227261368','','714',0),(32916,'2021-05-09 09:40:19','imp','optin_5','7227261368','','714',0),(32917,'2021-05-09 09:40:26','imp','optin_8','7227261368','','714',0),(32918,'2021-05-09 09:40:29','imp','optin_7','7227261368','','714',0),(32919,'2021-05-09 10:53:43','imp','optin_7','mailchimp_7227261368','','714',0),(32920,'2021-05-09 10:53:57','imp','optin_8','7227261368','','714',0),(32921,'2021-05-09 10:54:14','imp','optin_7','7227261368','','714',0),(32922,'2021-05-09 12:14:05','imp','optin_7','mailchimp_7227261368','','714',0),(32923,'2021-05-09 12:14:24','imp','optin_8','7227261368','','714',0),(32924,'2021-05-09 12:14:36','imp','optin_5','7227261368','','714',0),(32925,'2021-05-09 12:14:50','imp','optin_7','7227261368','','714',0),(32926,'2021-05-09 18:26:23','imp','optin_7','mailchimp_7227261368','','714',0),(32927,'2021-05-09 18:26:31','imp','optin_8','7227261368','','714',0),(32928,'2021-05-09 18:26:40','imp','optin_7','7227261368','','714',0),(32929,'2021-05-09 22:16:02','imp','optin_7','mailchimp_7227261368','','714',0),(32930,'2021-05-10 03:42:28','imp','optin_7','mailchimp_7227261368','','714',0),(32931,'2021-05-10 03:42:48','imp','optin_8','7227261368','','714',0),(32932,'2021-05-10 05:24:42','imp','optin_7','mailchimp_7227261368','','714',0),(32933,'2021-05-10 07:38:40','imp','optin_7','mailchimp_7227261368','','714',0),(32934,'2021-05-10 07:39:00','imp','optin_8','7227261368','','714',0),(32935,'2021-05-10 17:46:45','imp','optin_8','7227261368','','-1',0),(32936,'2021-05-10 23:03:04','imp','optin_7','mailchimp_7227261368','','714',0),(32937,'2021-05-10 23:03:11','imp','optin_5','7227261368','','714',0),(32938,'2021-05-10 23:03:22','imp','optin_8','7227261368','','714',0),(32939,'2021-05-10 23:03:28','imp','optin_7','7227261368','','714',0),(32940,'2021-05-10 23:28:59','imp','optin_7','mailchimp_7227261368','','714',0),(32941,'2021-05-10 23:28:59','imp','optin_5','7227261368','','714',0),(32942,'2021-05-10 23:29:43','imp','optin_7','mailchimp_7227261368','','714',0),(32943,'2021-05-10 23:29:43','imp','optin_5','7227261368','','714',0),(32944,'2021-05-10 23:29:55','imp','optin_8','7227261368','','714',0),(32945,'2021-05-10 23:29:56','imp','optin_7','7227261368','','714',0),(32946,'2021-05-11 06:38:03','imp','optin_7','mailchimp_7227261368','','714',0),(32947,'2021-05-11 06:38:04','imp','optin_5','7227261368','','714',0),(32948,'2021-05-11 08:16:04','imp','optin_5','7227261368','','0',0),(32949,'2021-05-11 08:16:12','imp','optin_8','7227261368','','0',0),(32950,'2021-05-11 08:38:20','imp','optin_7','mailchimp_7227261368','','714',0),(32951,'2021-05-11 08:56:35','imp','optin_7','mailchimp_7227261368','','714',0),(32952,'2021-05-11 08:56:55','imp','optin_8','7227261368','','714',0),(32953,'2021-05-11 09:11:02','imp','optin_7','mailchimp_7227261368','','714',0),(32954,'2021-05-11 09:11:22','imp','optin_8','7227261368','','714',0),(32955,'2021-05-11 09:14:41','imp','optin_5','7227261368','','714',0),(32956,'2021-05-11 09:15:02','imp','optin_7','7227261368','','714',0),(32957,'2021-05-11 10:36:28','imp','optin_7','mailchimp_7227261368','','714',0),(32958,'2021-05-11 10:36:48','imp','optin_8','7227261368','','714',0),(32959,'2021-05-11 12:52:13','imp','optin_7','mailchimp_7227261368','','714',0),(32960,'2021-05-11 12:52:33','imp','optin_8','7227261368','','714',0),(32961,'2021-05-11 12:53:02','imp','optin_7','7227261368','','714',0),(32962,'2021-05-11 15:50:32','imp','optin_7','mailchimp_7227261368','','714',0),(32963,'2021-05-11 15:50:33','imp','optin_5','7227261368','','714',0),(32964,'2021-05-11 15:50:43','imp','optin_7','7227261368','','714',0),(32965,'2021-05-11 15:50:44','imp','optin_8','7227261368','','714',0),(32966,'2021-05-11 21:38:08','imp','optin_7','mailchimp_7227261368','','714',0),(32967,'2021-05-12 00:38:41','imp','optin_7','mailchimp_7227261368','','714',0),(32968,'2021-05-12 00:38:42','imp','optin_5','7227261368','','714',0),(32969,'2021-05-12 00:38:50','imp','optin_8','7227261368','','714',0),(32970,'2021-05-12 00:38:53','imp','optin_7','7227261368','','714',0),(32971,'2021-05-12 02:01:57','imp','optin_7','mailchimp_7227261368','','714',0),(32972,'2021-05-12 14:00:58','imp','optin_8','7227261368','','-1',0),(32973,'2021-05-12 14:11:38','imp','optin_7','mailchimp_7227261368','','714',0),(32974,'2021-05-12 14:11:38','imp','optin_5','7227261368','','714',0),(32975,'2021-05-12 14:11:58','imp','optin_8','7227261368','','714',0),(32976,'2021-05-12 14:14:04','imp','optin_7','7227261368','','714',0),(32977,'2021-05-12 19:34:21','imp','optin_7','mailchimp_7227261368','','714',0),(32978,'2021-05-12 19:34:35','imp','optin_5','7227261368','','714',0),(32979,'2021-05-12 19:34:41','imp','optin_8','7227261368','','714',0),(32980,'2021-05-12 19:36:31','imp','optin_7','7227261368','','714',0),(32981,'2021-05-12 19:39:00','imp','optin_8','7227261368','','-1',0),(32982,'2021-05-12 23:24:09','imp','optin_7','mailchimp_7227261368','','714',0),(32983,'2021-05-12 23:24:29','imp','optin_8','7227261368','','714',0),(32984,'2021-05-12 23:25:10','imp','optin_7','7227261368','','714',0),(32985,'2021-05-12 23:35:05','imp','optin_7','mailchimp_7227261368','','714',0),(32986,'2021-05-12 23:35:25','imp','optin_8','7227261368','','714',0),(32987,'2021-05-12 23:36:01','imp','optin_7','7227261368','','714',0),(32988,'2021-05-13 03:28:03','imp','optin_7','mailchimp_7227261368','','714',0),(32989,'2021-05-13 03:28:23','imp','optin_8','7227261368','','714',0),(32990,'2021-05-13 03:29:10','imp','optin_7','7227261368','','714',0),(32991,'2021-05-13 04:30:58','imp','optin_7','mailchimp_7227261368','','714',0),(32992,'2021-05-13 04:30:58','imp','optin_5','7227261368','','714',0),(32993,'2021-05-13 04:31:05','imp','optin_7','7227261368','','714',0),(32994,'2021-05-13 04:31:05','imp','optin_8','7227261368','','714',0),(32995,'2021-05-13 05:31:06','imp','optin_7','mailchimp_7227261368','','714',0),(32996,'2021-05-13 05:31:18','imp','optin_8','7227261368','','714',0),(32997,'2021-05-13 05:31:25','imp','optin_7','7227261368','','714',0),(32998,'2021-05-13 07:35:21','imp','optin_7','mailchimp_7227261368','','714',0),(32999,'2021-05-13 07:35:40','imp','optin_8','7227261368','','714',0),(33000,'2021-05-13 07:35:53','imp','optin_7','7227261368','','714',0),(33001,'2021-05-13 09:45:25','imp','optin_7','mailchimp_7227261368','','714',0),(33002,'2021-05-13 09:45:40','imp','optin_8','7227261368','','714',0),(33003,'2021-05-13 10:24:30','imp','optin_7','mailchimp_7227261368','','714',0),(33004,'2021-05-13 10:24:30','imp','optin_5','7227261368','','714',0),(33005,'2021-05-13 10:24:50','imp','optin_8','7227261368','','714',0),(33006,'2021-05-13 10:24:56','imp','optin_7','7227261368','','714',0),(33007,'2021-05-13 12:53:54','imp','optin_7','mailchimp_7227261368','','714',0),(33008,'2021-05-13 12:54:13','imp','optin_8','7227261368','','714',0),(33009,'2021-05-13 12:54:57','imp','optin_5','7227261368','','714',0),(33010,'2021-05-13 12:55:16','imp','optin_7','7227261368','','714',0),(33011,'2021-05-13 18:31:41','imp','optin_7','mailchimp_7227261368','','714',0),(33012,'2021-05-13 18:32:00','imp','optin_8','7227261368','','714',0),(33013,'2021-05-13 22:23:17','imp','optin_7','mailchimp_7227261368','','714',0),(33014,'2021-05-14 00:13:56','imp','optin_7','mailchimp_7227261368','','714',0),(33015,'2021-05-14 00:13:56','imp','optin_5','7227261368','','714',0),(33016,'2021-05-14 00:14:00','imp','optin_7','7227261368','','714',0),(33017,'2021-05-14 00:14:01','imp','optin_8','7227261368','','714',0),(33018,'2021-05-14 06:08:13','imp','optin_7','mailchimp_7227261368','','714',0),(33019,'2021-05-14 06:08:33','imp','optin_8','7227261368','','714',0),(33020,'2021-05-14 06:18:23','imp','optin_7','mailchimp_7227261368','','714',0),(33021,'2021-05-14 06:18:23','imp','optin_5','7227261368','','714',0),(33022,'2021-05-14 06:18:42','imp','optin_8','7227261368','','714',0),(33023,'2021-05-14 06:18:57','imp','optin_7','7227261368','','714',0),(33024,'2021-05-14 12:53:08','imp','optin_7','mailchimp_7227261368','','714',0),(33025,'2021-05-14 12:53:08','imp','optin_5','7227261368','','714',0),(33026,'2021-05-14 12:53:23','imp','optin_8','7227261368','','714',0),(33027,'2021-05-14 12:53:35','imp','optin_7','7227261368','','714',0),(33028,'2021-05-14 13:34:04','imp','optin_7','mailchimp_7227261368','','714',0),(33029,'2021-05-14 13:34:24','imp','optin_8','7227261368','','714',0),(33030,'2021-05-14 13:35:26','imp','optin_7','7227261368','','714',0),(33031,'2021-05-14 18:30:07','imp','optin_7','mailchimp_7227261368','','714',0),(33032,'2021-05-14 18:30:07','imp','optin_5','7227261368','','714',0),(33033,'2021-05-14 18:30:20','imp','optin_7','7227261368','','714',0),(33034,'2021-05-14 18:30:26','imp','optin_8','7227261368','','714',0),(33035,'2021-05-14 19:47:29','imp','optin_8','7227261368','','-1',0),(33036,'2021-05-14 19:47:30','imp','optin_2','7227261368','','92',0),(33037,'2021-05-14 21:36:01','imp','optin_7','mailchimp_7227261368','','714',0),(33038,'2021-05-14 21:36:16','imp','optin_5','7227261368','','714',0),(33039,'2021-05-14 21:36:35','imp','optin_8','7227261368','','714',0),(33040,'2021-05-14 21:38:11','imp','optin_7','7227261368','','714',0),(33041,'2021-05-14 22:40:44','imp','optin_7','mailchimp_7227261368','','714',0),(33042,'2021-05-14 22:41:02','imp','optin_8','7227261368','','714',0),(33043,'2021-05-14 22:41:40','imp','optin_7','7227261368','','714',0),(33044,'2021-05-14 23:06:11','imp','optin_7','mailchimp_7227261368','','714',0),(33045,'2021-05-14 23:06:30','imp','optin_8','7227261368','','714',0),(33046,'2021-05-14 23:06:31','imp','optin_7','7227261368','','714',0),(33047,'2021-05-14 23:06:37','imp','optin_5','7227261368','','714',0),(33048,'2021-05-14 23:34:05','imp','optin_7','mailchimp_7227261368','','714',0),(33049,'2021-05-14 23:34:05','imp','optin_5','7227261368','','714',0),(33050,'2021-05-14 23:34:25','imp','optin_8','7227261368','','714',0),(33051,'2021-05-14 23:51:10','imp','optin_7','mailchimp_7227261368','','714',0),(33052,'2021-05-14 23:51:13','imp','optin_5','7227261368','','714',0),(33053,'2021-05-14 23:51:30','imp','optin_8','7227261368','','714',0),(33054,'2021-05-14 23:51:38','imp','optin_7','7227261368','','714',0),(33055,'2021-05-15 01:01:08','imp','optin_7','mailchimp_7227261368','','714',0),(33056,'2021-05-15 01:01:12','imp','optin_5','7227261368','','714',0),(33057,'2021-05-15 01:01:28','imp','optin_8','7227261368','','714',0),(33058,'2021-05-15 01:01:33','imp','optin_7','7227261368','','714',0),(33059,'2021-05-15 03:11:23','imp','optin_5','7227261368','','714',0),(33060,'2021-05-15 03:11:23','imp','optin_7','mailchimp_7227261368','','714',0),(33061,'2021-05-15 03:11:44','imp','optin_8','7227261368','','714',0),(33062,'2021-05-15 04:43:51','imp','optin_7','mailchimp_7227261368','','714',0),(33063,'2021-05-15 04:44:10','imp','optin_8','7227261368','','714',0),(33064,'2021-05-15 04:45:58','imp','optin_7','7227261368','','714',0),(33065,'2021-05-15 06:18:40','imp','optin_7','mailchimp_7227261368','','714',0),(33066,'2021-05-15 06:18:40','imp','optin_5','7227261368','','714',0),(33067,'2021-05-15 06:19:00','imp','optin_8','7227261368','','714',0),(33068,'2021-05-15 06:39:36','imp','optin_7','mailchimp_7227261368','','714',0),(33069,'2021-05-15 06:39:56','imp','optin_8','7227261368','','714',0),(33070,'2021-05-15 06:40:06','imp','optin_5','7227261368','','714',0),(33071,'2021-05-15 07:04:19','imp','optin_7','mailchimp_7227261368','','714',0),(33072,'2021-05-15 07:24:24','imp','optin_7','mailchimp_7227261368','','714',0),(33073,'2021-05-15 07:24:43','imp','optin_8','7227261368','','714',0),(33074,'2021-05-15 07:24:58','imp','optin_7','7227261368','','714',0),(33075,'2021-05-15 09:26:11','imp','optin_7','mailchimp_7227261368','','714',0),(33076,'2021-05-15 09:26:31','imp','optin_8','7227261368','','714',0),(33077,'2021-05-15 09:26:43','imp','optin_7','7227261368','','714',0),(33078,'2021-05-15 13:27:40','imp','optin_7','mailchimp_7227261368','','714',0),(33079,'2021-05-15 13:27:40','imp','optin_5','7227261368','','714',0),(33080,'2021-05-15 13:27:59','imp','optin_8','7227261368','','714',0),(33081,'2021-05-15 13:28:16','imp','optin_7','7227261368','','714',0),(33082,'2021-05-16 00:01:35','imp','optin_7','mailchimp_7227261368','','714',0),(33083,'2021-05-16 00:01:54','imp','optin_8','7227261368','','714',0),(33084,'2021-05-16 00:05:07','imp','optin_5','7227261368','','714',0),(33085,'2021-05-16 04:22:40','imp','optin_7','mailchimp_7227261368','','714',0),(33086,'2021-05-16 04:22:40','imp','optin_5','7227261368','','714',0),(33087,'2021-05-16 09:13:49','imp','optin_7','mailchimp_7227261368','','714',0),(33088,'2021-05-16 09:14:09','imp','optin_8','7227261368','','714',0),(33089,'2021-05-16 17:50:08','imp','optin_7','mailchimp_7227261368','','714',0),(33090,'2021-05-16 17:50:26','imp','optin_8','7227261368','','714',0),(33091,'2021-05-16 17:51:24','imp','optin_7','7227261368','','714',0),(33092,'2021-05-16 18:39:52','imp','optin_7','7227261368','','714',0),(33093,'2021-05-16 18:54:36','imp','optin_7','mailchimp_7227261368','','714',0),(33094,'2021-05-16 18:54:48','imp','optin_5','7227261368','','714',0),(33095,'2021-05-16 18:54:56','imp','optin_8','7227261368','','714',0),(33096,'2021-05-16 18:55:39','imp','optin_7','7227261368','','714',0),(33097,'2021-05-16 22:34:39','imp','optin_7','mailchimp_7227261368','','714',0),(33098,'2021-05-17 01:11:36','imp','optin_7','mailchimp_7227261368','','714',0),(33099,'2021-05-17 01:11:44','imp','optin_5','7227261368','','714',0),(33100,'2021-05-17 01:11:49','imp','optin_8','7227261368','','714',0),(33101,'2021-05-17 01:11:49','imp','optin_7','7227261368','','714',0),(33102,'2021-05-17 02:41:15','imp','optin_7','mailchimp_7227261368','','714',0),(33103,'2021-05-17 03:01:55','imp','optin_5','7227261368','','714',0),(33104,'2021-05-17 03:02:03','imp','optin_7','7227261368','','714',0),(33105,'2021-05-17 03:40:01','imp','optin_7','mailchimp_7227261368','','714',0),(33106,'2021-05-17 03:40:11','imp','optin_8','7227261368','','714',0),(33107,'2021-05-17 03:40:20','imp','optin_7','7227261368','','714',0),(33108,'2021-05-17 03:40:20','imp','optin_5','7227261368','','714',0),(33109,'2021-05-17 05:03:16','imp','optin_7','mailchimp_7227261368','','714',0),(33110,'2021-05-17 08:55:28','imp','optin_7','mailchimp_7227261368','','714',0),(33111,'2021-05-17 11:40:15','imp','optin_7','mailchimp_7227261368','','714',0),(33112,'2021-05-17 11:40:15','imp','optin_5','7227261368','','714',0),(33113,'2021-05-17 11:59:39','imp','optin_7','mailchimp_7227261368','','714',0),(33114,'2021-05-17 13:39:51','imp','optin_8','7227261368','','-1',0),(33115,'2021-05-17 17:58:53','imp','optin_8','7227261368','','-1',0),(33116,'2021-05-17 18:46:28','imp','optin_8','7227261368','','-1',0),(33117,'2021-05-17 19:08:07','imp','optin_8','7227261368','','878',0),(33118,'2021-05-17 19:08:07','imp','optin_5','7227261368','','878',0),(33119,'2021-05-17 20:37:46','imp','optin_7','mailchimp_7227261368','','714',0),(33120,'2021-05-17 20:38:07','imp','optin_8','7227261368','','714',0),(33121,'2021-05-18 01:00:57','imp','optin_7','mailchimp_7227261368','','714',0),(33122,'2021-05-18 01:00:57','imp','optin_5','7227261368','','714',0),(33123,'2021-05-18 01:01:15','imp','optin_8','7227261368','','714',0),(33124,'2021-05-18 01:01:22','imp','optin_7','7227261368','','714',0),(33125,'2021-05-18 05:03:23','imp','optin_7','mailchimp_7227261368','','714',0),(33126,'2021-05-18 05:03:32','imp','optin_5','7227261368','','714',0),(33127,'2021-05-18 05:03:41','imp','optin_8','7227261368','','714',0),(33128,'2021-05-18 05:33:36','imp','optin_2','7227261368','','92',0),(33129,'2021-05-18 05:33:36','imp','optin_8','7227261368','','-1',0),(33130,'2021-05-18 15:39:00','imp','optin_7','mailchimp_7227261368','','714',0),(33131,'2021-05-18 15:39:19','imp','optin_8','7227261368','','714',0),(33132,'2021-05-18 15:39:55','imp','optin_7','7227261368','','714',0),(33133,'2021-05-18 19:56:11','imp','optin_7','mailchimp_7227261368','','714',0),(33134,'2021-05-18 19:56:31','imp','optin_8','7227261368','','714',0),(33135,'2021-05-18 19:58:10','imp','optin_7','7227261368','','714',0),(33136,'2021-05-18 22:37:30','imp','optin_7','mailchimp_7227261368','','714',0),(33137,'2021-05-18 22:37:30','imp','optin_5','7227261368','','714',0),(33138,'2021-05-18 23:38:20','imp','optin_7','mailchimp_7227261368','','714',0),(33139,'2021-05-18 23:38:21','imp','optin_5','7227261368','','714',0),(33140,'2021-05-18 23:38:32','imp','optin_7','7227261368','','714',0),(33141,'2021-05-18 23:38:32','imp','optin_8','7227261368','','714',0),(33142,'2021-05-19 03:16:59','imp','optin_7','mailchimp_7227261368','','714',0),(33143,'2021-05-19 03:17:08','imp','optin_8','7227261368','','714',0),(33144,'2021-05-19 03:17:18','imp','optin_7','7227261368','','714',0),(33145,'2021-05-19 06:07:54','imp','optin_7','mailchimp_7227261368','','714',0),(33146,'2021-05-19 06:07:54','imp','optin_5','7227261368','','714',0),(33147,'2021-05-19 06:08:10','imp','optin_7','7227261368','','714',0),(33148,'2021-05-19 06:08:10','imp','optin_8','7227261368','','714',0),(33149,'2021-05-19 14:37:21','imp','optin_7','mailchimp_7227261368','','714',0),(33150,'2021-05-19 14:37:41','imp','optin_8','7227261368','','714',0),(33151,'2021-05-19 14:40:53','imp','optin_5','7227261368','','714',0),(33152,'2021-05-19 14:41:57','imp','optin_7','7227261368','','714',0),(33153,'2021-05-19 15:11:00','imp','optin_7','mailchimp_7227261368','','714',0),(33154,'2021-05-19 15:11:09','imp','optin_8','7227261368','','714',0),(33155,'2021-05-19 15:11:13','imp','optin_7','7227261368','','714',0),(33156,'2021-05-19 22:21:26','imp','optin_7','mailchimp_7227261368','','714',0),(33157,'2021-05-19 22:21:46','imp','optin_8','7227261368','','714',0),(33158,'2021-05-20 01:20:27','imp','optin_7','mailchimp_7227261368','','714',0),(33159,'2021-05-20 01:20:27','imp','optin_5','7227261368','','714',0),(33160,'2021-05-20 01:20:40','imp','optin_8','7227261368','','714',0),(33161,'2021-05-20 01:20:43','imp','optin_7','7227261368','','714',0),(33162,'2021-05-20 01:26:24','imp','optin_7','mailchimp_7227261368','','714',0),(33163,'2021-05-20 01:26:44','imp','optin_8','7227261368','','714',0),(33164,'2021-05-20 01:26:48','imp','optin_7','7227261368','','714',0),(33165,'2021-05-20 01:26:56','imp','optin_5','7227261368','','714',0),(33166,'2021-05-20 04:02:49','imp','optin_7','mailchimp_7227261368','','714',0),(33167,'2021-05-20 04:02:49','imp','optin_5','7227261368','','714',0),(33168,'2021-05-20 04:03:08','imp','optin_8','7227261368','','714',0),(33169,'2021-05-20 04:03:31','imp','optin_7','7227261368','','714',0),(33170,'2021-05-20 04:39:53','imp','optin_7','mailchimp_7227261368','','714',0),(33171,'2021-05-20 08:31:31','imp','optin_7','mailchimp_7227261368','','714',0),(33172,'2021-05-20 08:31:51','imp','optin_8','7227261368','','714',0),(33173,'2021-05-20 13:35:49','imp','optin_8','7227261368','','-1',0),(33174,'2021-05-20 14:39:13','imp','optin_7','mailchimp_7227261368','','714',0),(33175,'2021-05-20 14:39:24','imp','optin_8','7227261368','','714',0),(33176,'2021-05-20 14:39:24','imp','optin_7','7227261368','','714',0),(33177,'2021-05-20 14:39:28','imp','optin_5','7227261368','','714',0),(33178,'2021-05-20 15:51:29','imp','optin_7','mailchimp_7227261368','','714',0),(33179,'2021-05-20 15:51:48','imp','optin_5','7227261368','','714',0),(33180,'2021-05-20 15:51:49','imp','optin_8','7227261368','','714',0),(33181,'2021-05-20 15:51:58','imp','optin_7','7227261368','','714',0),(33182,'2021-05-20 20:20:23','imp','optin_7','mailchimp_7227261368','','714',0),(33183,'2021-05-20 21:13:45','imp','optin_7','mailchimp_7227261368','','714',0),(33184,'2021-05-20 21:13:55','imp','optin_8','7227261368','','714',0),(33185,'2021-05-20 21:13:59','imp','optin_7','7227261368','','714',0),(33186,'2021-05-21 00:04:41','imp','optin_7','mailchimp_7227261368','','714',0),(33187,'2021-05-21 00:04:46','imp','optin_7','7227261368','','714',0),(33188,'2021-05-21 00:04:47','imp','optin_8','7227261368','','714',0),(33189,'2021-05-21 02:43:42','imp','optin_7','mailchimp_7227261368','','714',0),(33190,'2021-05-21 02:47:05','imp','optin_7','mailchimp_7227261368','','714',0),(33191,'2021-05-21 02:47:07','imp','optin_5','7227261368','','714',0),(33192,'2021-05-21 02:47:16','imp','optin_7','7227261368','','714',0),(33193,'2021-05-21 03:04:04','imp','optin_7','mailchimp_7227261368','','714',0),(33194,'2021-05-21 03:04:04','imp','optin_5','7227261368','','714',0),(33195,'2021-05-21 03:04:10','imp','optin_8','7227261368','','714',0),(33196,'2021-05-21 03:04:32','imp','optin_7','7227261368','','714',0),(33197,'2021-05-21 05:04:23','imp','optin_7','mailchimp_7227261368','','714',0),(33198,'2021-05-21 05:04:36','imp','optin_5','7227261368','','714',0),(33199,'2021-05-21 05:04:42','imp','optin_8','7227261368','','714',0),(33200,'2021-05-21 05:05:09','imp','optin_7','7227261368','','714',0),(33201,'2021-05-21 05:24:22','imp','optin_7','mailchimp_7227261368','','714',0),(33202,'2021-05-21 05:24:41','imp','optin_8','7227261368','','714',0),(33203,'2021-05-21 11:03:00','imp','optin_7','mailchimp_7227261368','','714',0),(33204,'2021-05-21 11:03:13','imp','optin_8','7227261368','','714',0),(33205,'2021-05-21 11:03:36','imp','optin_7','7227261368','','714',0),(33206,'2021-05-21 11:41:54','imp','optin_7','mailchimp_7227261368','','714',0),(33207,'2021-05-21 11:42:14','imp','optin_8','7227261368','','714',0),(33208,'2021-05-21 12:30:30','imp','optin_7','mailchimp_7227261368','','714',0),(33209,'2021-05-21 12:30:50','imp','optin_8','7227261368','','714',0),(33210,'2021-05-21 14:37:30','imp','optin_7','mailchimp_7227261368','','714',0),(33211,'2021-05-21 14:37:46','imp','optin_7','7227261368','','714',0),(33212,'2021-05-21 14:37:47','imp','optin_8','7227261368','','714',0),(33213,'2021-05-21 17:03:41','imp','optin_7','mailchimp_7227261368','','714',0),(33214,'2021-05-21 17:04:01','imp','optin_8','7227261368','','714',0),(33215,'2021-05-21 18:43:16','imp','optin_7','mailchimp_7227261368','','714',0),(33216,'2021-05-21 20:53:17','imp','optin_7','mailchimp_7227261368','','714',0),(33217,'2021-05-21 20:53:20','imp','optin_5','7227261368','','714',0),(33218,'2021-05-21 20:53:33','imp','optin_7','7227261368','','714',0),(33219,'2021-05-21 20:53:35','imp','optin_8','7227261368','','714',0),(33220,'2021-05-21 21:07:25','imp','optin_5','7227261368','','714',0),(33221,'2021-05-21 21:07:33','imp','optin_7','7227261368','','714',0),(33222,'2021-05-21 23:15:05','imp','optin_7','mailchimp_7227261368','','714',0),(33223,'2021-05-21 23:15:25','imp','optin_8','7227261368','','714',0),(33224,'2021-05-21 23:19:01','imp','optin_7','mailchimp_7227261368','','714',0),(33225,'2021-05-21 23:19:02','imp','optin_5','7227261368','','714',0),(33226,'2021-05-21 23:19:21','imp','optin_8','7227261368','','714',0),(33227,'2021-05-21 23:19:21','imp','optin_7','7227261368','','714',0),(33228,'2021-05-22 09:29:33','imp','optin_5','7227261368','','714',0),(33229,'2021-05-22 09:29:33','imp','optin_7','mailchimp_7227261368','','714',0),(33230,'2021-05-22 09:29:44','imp','optin_8','7227261368','','714',0),(33231,'2021-05-22 09:29:54','imp','optin_7','7227261368','','714',0),(33232,'2021-05-22 11:51:00','imp','optin_7','mailchimp_7227261368','','714',0),(33233,'2021-05-22 11:51:00','imp','optin_5','7227261368','','714',0),(33234,'2021-05-22 11:51:20','imp','optin_8','7227261368','','714',0),(33235,'2021-05-22 11:51:47','imp','optin_7','7227261368','','714',0),(33236,'2021-05-22 17:18:01','imp','optin_7','mailchimp_7227261368','','714',0),(33237,'2021-05-23 01:14:44','imp','optin_7','mailchimp_7227261368','','714',0),(33238,'2021-05-23 01:14:51','imp','optin_5','7227261368','','714',0),(33239,'2021-05-23 01:15:04','imp','optin_8','7227261368','','714',0),(33240,'2021-05-23 03:01:10','imp','optin_7','mailchimp_7227261368','','714',0),(33241,'2021-05-23 03:01:30','imp','optin_8','7227261368','','714',0),(33242,'2021-05-23 03:02:23','imp','optin_7','7227261368','','714',0),(33243,'2021-05-23 07:47:29','imp','optin_7','mailchimp_7227261368','','714',0),(33244,'2021-05-23 17:05:34','imp','optin_7','mailchimp_7227261368','','714',0),(33245,'2021-05-23 17:05:53','imp','optin_8','7227261368','','714',0),(33246,'2021-05-23 17:10:09','imp','optin_7','7227261368','','714',0),(33247,'2021-05-23 22:49:45','imp','optin_7','mailchimp_7227261368','','714',0),(33248,'2021-05-23 22:50:02','imp','optin_8','7227261368','','714',0),(33249,'2021-05-23 22:50:11','imp','optin_7','7227261368','','714',0),(33250,'2021-05-24 01:58:25','imp','optin_7','mailchimp_7227261368','','714',0),(33251,'2021-05-24 01:58:44','imp','optin_8','7227261368','','714',0),(33252,'2021-05-24 06:37:27','imp','optin_7','mailchimp_7227261368','','714',0),(33253,'2021-05-24 06:37:30','imp','optin_5','7227261368','','714',0),(33254,'2021-05-24 10:50:51','imp','optin_7','mailchimp_7227261368','','714',0),(33255,'2021-05-24 10:51:12','imp','optin_8','7227261368','','714',0),(33256,'2021-05-24 10:52:18','imp','optin_7','7227261368','','714',0),(33257,'2021-05-24 10:54:43','imp','optin_5','7227261368','','714',0),(33258,'2021-05-24 10:56:22','imp','optin_7','mailchimp_7227261368','','714',0),(33259,'2021-05-24 10:56:42','imp','optin_8','7227261368','','714',0),(33260,'2021-05-24 10:56:57','imp','optin_7','7227261368','','714',0),(33261,'2021-05-24 12:37:02','imp','optin_7','mailchimp_7227261368','','714',0),(33262,'2021-05-24 12:37:22','imp','optin_8','7227261368','','714',0),(33263,'2021-05-24 12:39:20','imp','optin_7','7227261368','','714',0),(33264,'2021-05-24 13:03:59','imp','optin_7','mailchimp_7227261368','','714',0),(33265,'2021-05-24 13:04:17','imp','optin_8','7227261368','','714',0),(33266,'2021-05-24 13:04:36','imp','optin_7','7227261368','','714',0),(33267,'2021-05-24 13:58:48','imp','optin_8','7227261368','','-1',0),(33268,'2021-05-24 14:45:43','imp','optin_7','mailchimp_7227261368','','714',0),(33269,'2021-05-24 17:42:50','imp','optin_8','7227261368','','-1',0),(33270,'2021-05-24 19:14:28','imp','optin_8','7227261368','','-1',0),(33271,'2021-05-24 19:14:28','imp','optin_8','7227261368','','-1',0),(33272,'2021-05-24 19:35:07','imp','optin_8','7227261368','','192',0),(33273,'2021-05-24 19:35:35','imp','optin_2','7227261368','','2',0),(33274,'2021-05-24 23:23:12','imp','optin_8','7227261368','','-1',0),(33275,'2021-05-25 00:10:47','imp','optin_7','mailchimp_7227261368','','714',0),(33276,'2021-05-25 00:10:54','imp','optin_8','7227261368','','714',0),(33277,'2021-05-25 00:10:54','imp','optin_7','7227261368','','714',0),(33278,'2021-05-25 00:46:59','imp','optin_7','mailchimp_7227261368','','714',0),(33279,'2021-05-25 00:47:19','imp','optin_8','7227261368','','714',0),(33280,'2021-05-25 00:47:52','imp','optin_7','7227261368','','714',0),(33281,'2021-05-25 03:38:25','imp','optin_7','mailchimp_7227261368','','714',0),(33282,'2021-05-25 03:38:25','imp','optin_5','7227261368','','714',0),(33283,'2021-05-25 03:38:46','imp','optin_8','7227261368','','714',0),(33284,'2021-05-25 05:15:04','imp','optin_7','mailchimp_7227261368','','714',0),(33285,'2021-05-25 05:15:04','imp','optin_5','7227261368','','714',0),(33286,'2021-05-25 05:15:23','imp','optin_8','7227261368','','714',0),(33287,'2021-05-25 05:15:27','imp','optin_7','7227261368','','714',0),(33288,'2021-05-25 05:16:57','imp','optin_7','mailchimp_7227261368','','714',0),(33289,'2021-05-25 05:16:57','imp','optin_5','7227261368','','714',0),(33290,'2021-05-25 05:17:08','imp','optin_7','7227261368','','714',0),(33291,'2021-05-25 05:17:08','imp','optin_8','7227261368','','714',0),(33292,'2021-05-25 11:16:16','imp','optin_7','mailchimp_7227261368','','714',0),(33293,'2021-05-25 11:16:35','imp','optin_8','7227261368','','714',0),(33294,'2021-05-25 11:16:48','imp','optin_7','7227261368','','714',0),(33295,'2021-05-25 11:19:52','imp','optin_7','mailchimp_7227261368','','714',0),(33296,'2021-05-25 11:19:52','imp','optin_5','7227261368','','714',0),(33297,'2021-05-25 11:20:03','imp','optin_8','7227261368','','714',0),(33298,'2021-05-25 11:20:03','imp','optin_7','7227261368','','714',0),(33299,'2021-05-25 11:47:09','imp','optin_8','7227261368','','697',0),(33300,'2021-05-25 11:47:33','imp','optin_2','7227261368','','92',0),(33301,'2021-05-25 11:48:16','imp','optin_2','7227261368','','92',0),(33302,'2021-05-25 11:48:17','imp','optin_8','7227261368','','-1',0),(33303,'2021-05-25 17:59:36','imp','optin_7','mailchimp_7227261368','','714',0),(33304,'2021-05-25 17:59:51','imp','optin_5','7227261368','','714',0),(33305,'2021-05-25 17:59:55','imp','optin_8','7227261368','','714',0),(33306,'2021-05-25 18:00:15','imp','optin_7','7227261368','','714',0),(33307,'2021-05-25 19:33:02','imp','optin_7','mailchimp_7227261368','','714',0),(33308,'2021-05-25 20:16:52','imp','optin_7','mailchimp_7227261368','','714',0),(33309,'2021-05-25 20:17:12','imp','optin_8','7227261368','','714',0),(33310,'2021-05-25 20:17:48','imp','optin_7','7227261368','','714',0),(33311,'2021-05-25 20:17:49','imp','optin_5','7227261368','','714',0),(33312,'2021-05-25 22:12:05','imp','optin_7','mailchimp_7227261368','','714',0),(33313,'2021-05-25 22:12:08','imp','optin_5','7227261368','','714',0),(33314,'2021-05-25 22:12:25','imp','optin_8','7227261368','','714',0),(33315,'2021-05-25 22:13:05','imp','optin_7','7227261368','','714',0),(33316,'2021-05-26 00:16:33','imp','optin_7','mailchimp_7227261368','','714',0),(33317,'2021-05-26 00:16:53','imp','optin_8','7227261368','','714',0),(33318,'2021-05-26 00:17:21','imp','optin_7','7227261368','','714',0),(33319,'2021-05-26 00:59:34','imp','optin_8','7227261368','','-1',0),(33320,'2021-05-26 04:48:32','imp','optin_7','mailchimp_7227261368','','714',0),(33321,'2021-05-26 04:48:33','imp','optin_5','7227261368','','714',0),(33322,'2021-05-26 04:48:45','imp','optin_7','7227261368','','714',0),(33323,'2021-05-26 04:48:51','imp','optin_8','7227261368','','714',0),(33324,'2021-05-26 05:38:15','imp','optin_7','mailchimp_7227261368','','714',0),(33325,'2021-05-26 09:25:51','imp','optin_7','mailchimp_7227261368','','714',0),(33326,'2021-05-26 09:26:10','imp','optin_8','7227261368','','714',0),(33327,'2021-05-26 15:11:15','imp','optin_8','7227261368','','-1',0),(33328,'2021-05-26 20:56:20','imp','optin_7','mailchimp_7227261368','','714',0),(33329,'2021-05-26 20:56:22','imp','optin_5','7227261368','','714',0),(33330,'2021-05-26 20:56:40','imp','optin_8','7227261368','','714',0),(33331,'2021-05-26 20:56:46','imp','optin_7','7227261368','','714',0),(33332,'2021-05-26 21:18:35','imp','optin_7','mailchimp_7227261368','','714',0),(33333,'2021-05-26 21:18:36','imp','optin_5','7227261368','','714',0),(33334,'2021-05-26 21:18:55','imp','optin_8','7227261368','','714',0),(33335,'2021-05-26 21:19:16','imp','optin_7','7227261368','','714',0),(33336,'2021-05-26 23:36:14','imp','optin_7','mailchimp_7227261368','','714',0),(33337,'2021-05-26 23:36:14','imp','optin_5','7227261368','','714',0),(33338,'2021-05-26 23:36:28','imp','optin_7','7227261368','','714',0),(33339,'2021-05-26 23:36:29','imp','optin_8','7227261368','','714',0),(33340,'2021-05-27 02:27:36','imp','optin_7','mailchimp_7227261368','','714',0),(33341,'2021-05-27 02:27:56','imp','optin_8','7227261368','','714',0),(33342,'2021-05-27 02:42:10','imp','optin_7','mailchimp_7227261368','','714',0),(33343,'2021-05-27 02:42:10','imp','optin_5','7227261368','','714',0),(33344,'2021-05-27 02:42:20','imp','optin_7','7227261368','','714',0),(33345,'2021-05-27 02:42:22','imp','optin_8','7227261368','','714',0),(33346,'2021-05-27 02:50:24','imp','optin_7','mailchimp_7227261368','','714',0),(33347,'2021-05-27 02:50:44','imp','optin_8','7227261368','','714',0),(33348,'2021-05-27 05:34:41','imp','optin_7','mailchimp_7227261368','','714',0),(33349,'2021-05-27 10:03:31','imp','optin_7','mailchimp_7227261368','','714',0),(33350,'2021-05-27 13:47:45','imp','optin_7','mailchimp_7227261368','','714',0),(33351,'2021-05-27 22:38:12','imp','optin_7','mailchimp_7227261368','','714',0),(33352,'2021-05-27 22:38:16','imp','optin_5','7227261368','','714',0),(33353,'2021-05-27 22:38:32','imp','optin_8','7227261368','','714',0),(33354,'2021-05-28 01:28:52','imp','optin_7','mailchimp_7227261368','','714',0),(33355,'2021-05-28 01:28:58','imp','optin_8','7227261368','','714',0),(33356,'2021-05-28 01:28:58','imp','optin_7','7227261368','','714',0),(33357,'2021-05-28 01:59:08','imp','optin_7','mailchimp_7227261368','','714',0),(33358,'2021-05-28 01:59:12','imp','optin_5','7227261368','','714',0),(33359,'2021-05-28 01:59:28','imp','optin_8','7227261368','','714',0),(33360,'2021-05-28 02:10:38','imp','optin_7','mailchimp_7227261368','','714',0),(33361,'2021-05-28 02:10:39','imp','optin_5','7227261368','','714',0),(33362,'2021-05-28 02:10:58','imp','optin_8','7227261368','','714',0),(33363,'2021-05-28 02:11:07','imp','optin_7','7227261368','','714',0),(33364,'2021-05-28 02:18:31','imp','optin_7','7227261368','','714',0),(33365,'2021-05-28 02:41:41','imp','optin_8','7227261368','','-1',0),(33366,'2021-05-28 04:30:38','imp','optin_7','mailchimp_7227261368','','714',0),(33367,'2021-05-28 04:30:56','imp','optin_8','7227261368','','714',0),(33368,'2021-05-28 04:30:57','imp','optin_7','7227261368','','714',0),(33369,'2021-05-28 04:31:00','imp','optin_5','7227261368','','714',0),(33370,'2021-05-28 05:28:02','imp','optin_7','mailchimp_7227261368','','714',0),(33371,'2021-05-28 05:28:22','imp','optin_8','7227261368','','714',0),(33372,'2021-05-28 11:14:54','imp','optin_7','mailchimp_7227261368','','714',0),(33373,'2021-05-28 11:15:13','imp','optin_8','7227261368','','714',0),(33374,'2021-05-28 11:15:21','imp','optin_7','7227261368','','714',0),(33375,'2021-05-28 11:25:02','imp','optin_7','mailchimp_7227261368','','714',0),(33376,'2021-05-28 11:25:02','imp','optin_5','7227261368','','714',0),(33377,'2021-05-28 11:25:14','imp','optin_7','7227261368','','714',0),(33378,'2021-05-28 11:25:22','imp','optin_8','7227261368','','714',0),(33379,'2021-05-28 11:36:08','imp','optin_7','mailchimp_7227261368','','714',0),(33380,'2021-05-28 11:36:27','imp','optin_8','7227261368','','714',0),(33381,'2021-05-28 11:36:48','imp','optin_7','7227261368','','714',0),(33382,'2021-05-28 12:56:22','imp','optin_7','mailchimp_7227261368','','714',0),(33383,'2021-05-28 12:56:41','imp','optin_8','7227261368','','714',0),(33384,'2021-05-28 13:00:03','imp','optin_7','7227261368','','714',0),(33385,'2021-05-28 13:00:31','con','optin_7','mailchimp_7227261368','','714',0),(33386,'2021-05-28 13:43:10','imp','optin_7','mailchimp_7227261368','','714',0),(33387,'2021-05-28 13:43:27','imp','optin_8','7227261368','','714',0),(33388,'2021-05-28 18:44:51','imp','optin_7','mailchimp_7227261368','','714',0),(33389,'2021-05-28 18:45:00','imp','optin_5','7227261368','','714',0),(33390,'2021-05-28 18:45:09','imp','optin_8','7227261368','','714',0),(33391,'2021-05-28 18:57:26','imp','optin_7','mailchimp_7227261368','','714',0),(33392,'2021-05-28 18:57:46','imp','optin_8','7227261368','','714',0),(33393,'2021-05-28 18:57:49','imp','optin_7','7227261368','','714',0),(33394,'2021-05-28 23:53:43','imp','optin_7','mailchimp_7227261368','','714',0),(33395,'2021-05-28 23:54:02','imp','optin_8','7227261368','','714',0),(33396,'2021-05-28 23:54:32','imp','optin_7','7227261368','','714',0),(33397,'2021-05-28 23:54:34','imp','optin_5','7227261368','','714',0),(33398,'2021-05-29 00:33:33','imp','optin_7','mailchimp_7227261368','','714',0),(33399,'2021-05-29 00:33:45','imp','optin_5','7227261368','','714',0),(33400,'2021-05-29 00:33:53','imp','optin_8','7227261368','','714',0),(33401,'2021-05-29 00:34:22','imp','optin_7','7227261368','','714',0),(33402,'2021-05-29 01:44:20','imp','optin_7','mailchimp_7227261368','','714',0),(33403,'2021-05-29 01:44:20','imp','optin_5','7227261368','','714',0),(33404,'2021-05-29 01:44:40','imp','optin_8','7227261368','','714',0),(33405,'2021-05-29 01:45:16','imp','optin_7','7227261368','','714',0),(33406,'2021-05-29 02:48:38','imp','optin_7','mailchimp_7227261368','','714',0),(33407,'2021-05-29 02:48:40','imp','optin_5','7227261368','','714',0),(33408,'2021-05-29 02:48:44','imp','optin_8','7227261368','','714',0),(33409,'2021-05-29 02:48:44','imp','optin_7','7227261368','','714',0),(33410,'2021-05-29 03:24:14','imp','optin_7','mailchimp_7227261368','','714',0),(33411,'2021-05-29 03:24:14','imp','optin_5','7227261368','','714',0),(33412,'2021-05-29 03:24:33','imp','optin_8','7227261368','','714',0),(33413,'2021-05-29 03:36:47','imp','optin_7','mailchimp_7227261368','','714',0),(33414,'2021-05-29 03:36:47','imp','optin_5','7227261368','','714',0),(33415,'2021-05-29 03:37:07','imp','optin_8','7227261368','','714',0),(33416,'2021-05-29 03:37:31','imp','optin_7','7227261368','','714',0),(33417,'2021-05-29 09:58:40','imp','optin_7','mailchimp_7227261368','','714',0),(33418,'2021-05-29 09:58:59','imp','optin_8','7227261368','','714',0),(33419,'2021-05-29 09:59:25','imp','optin_7','7227261368','','714',0),(33420,'2021-05-29 11:13:23','imp','optin_7','mailchimp_7227261368','','714',0),(33421,'2021-05-29 20:44:46','imp','optin_8','7227261368','','1110',0),(33422,'2021-05-29 20:44:46','imp','optin_5','7227261368','','1110',0),(33423,'2021-05-29 20:44:55','imp','optin_2','7227261368','','2',0),(33424,'2021-05-30 00:20:01','imp','optin_7','mailchimp_7227261368','','714',0),(33425,'2021-05-30 00:20:20','imp','optin_8','7227261368','','714',0),(33426,'2021-05-30 04:39:27','imp','optin_7','mailchimp_7227261368','','714',0),(33427,'2021-05-30 04:39:33','imp','optin_8','7227261368','','714',0),(33428,'2021-05-30 04:39:39','imp','optin_7','7227261368','','714',0),(33429,'2021-05-30 07:32:51','imp','optin_7','mailchimp_7227261368','','714',0),(33430,'2021-05-30 07:33:11','imp','optin_8','7227261368','','714',0),(33431,'2021-05-30 07:41:37','imp','optin_7','7227261368','','714',0),(33432,'2021-05-30 14:16:46','imp','optin_7','mailchimp_7227261368','','714',0),(33433,'2021-05-30 14:16:47','imp','optin_5','7227261368','','714',0),(33434,'2021-05-30 17:57:17','imp','optin_7','mailchimp_7227261368','','714',0),(33435,'2021-05-30 17:57:35','imp','optin_8','7227261368','','714',0),(33436,'2021-05-30 17:57:36','imp','optin_8','7227261368','','714',0),(33437,'2021-05-30 17:57:58','imp','optin_7','7227261368','','714',0),(33438,'2021-05-31 00:10:19','imp','optin_7','mailchimp_7227261368','','714',0),(33439,'2021-05-31 00:10:19','imp','optin_5','7227261368','','714',0),(33440,'2021-05-31 00:10:38','imp','optin_8','7227261368','','714',0),(33441,'2021-05-31 00:10:57','imp','optin_7','7227261368','','714',0),(33442,'2021-05-31 09:55:42','imp','optin_7','mailchimp_7227261368','','714',0),(33443,'2021-05-31 09:55:53','imp','optin_8','7227261368','','714',0),(33444,'2021-06-01 01:18:53','imp','optin_7','mailchimp_7227261368','','714',0),(33445,'2021-06-01 01:19:12','imp','optin_8','7227261368','','714',0),(33446,'2021-06-01 01:19:40','imp','optin_7','7227261368','','714',0),(33447,'2021-06-01 03:38:26','imp','optin_7','mailchimp_7227261368','','714',0),(33448,'2021-06-01 03:38:32','imp','optin_8','7227261368','','714',0),(33449,'2021-06-01 03:38:40','imp','optin_7','7227261368','','714',0),(33450,'2021-06-01 05:52:07','imp','optin_7','mailchimp_7227261368','','714',0),(33451,'2021-06-01 05:52:12','imp','optin_7','7227261368','','714',0),(33452,'2021-06-01 05:52:12','imp','optin_8','7227261368','','714',0),(33453,'2021-06-01 06:17:20','imp','optin_7','mailchimp_7227261368','','714',0),(33454,'2021-06-01 06:17:40','imp','optin_8','7227261368','','714',0),(33455,'2021-06-01 08:41:58','imp','optin_7','mailchimp_7227261368','','714',0),(33456,'2021-06-01 08:42:17','imp','optin_8','7227261368','','714',0),(33457,'2021-06-01 08:43:19','imp','optin_7','7227261368','','714',0),(33458,'2021-06-01 08:44:06','imp','optin_5','7227261368','','714',0),(33459,'2021-06-01 09:24:48','imp','optin_7','mailchimp_7227261368','','714',0),(33460,'2021-06-01 09:25:04','imp','optin_8','7227261368','','714',0),(33461,'2021-06-01 09:25:16','imp','optin_7','7227261368','','714',0),(33462,'2021-06-01 09:39:26','imp','optin_7','mailchimp_7227261368','','714',0),(33463,'2021-06-01 11:57:54','imp','optin_8','7227261368','','-1',0),(33464,'2021-06-01 18:52:13','imp','optin_7','mailchimp_7227261368','','714',0),(33465,'2021-06-01 22:57:48','imp','optin_8','7227261368','','-1',0),(33466,'2021-06-02 00:43:49','imp','optin_7','mailchimp_7227261368','','714',0),(33467,'2021-06-02 00:43:59','imp','optin_7','mailchimp_7227261368','','714',0),(33468,'2021-06-02 00:44:00','imp','optin_5','7227261368','','714',0),(33469,'2021-06-02 00:44:09','imp','optin_8','7227261368','','714',0),(33470,'2021-06-02 00:44:19','imp','optin_8','7227261368','','714',0),(33471,'2021-06-02 00:44:26','imp','optin_7','7227261368','','714',0),(33472,'2021-06-02 00:44:57','imp','optin_7','7227261368','','714',0),(33473,'2021-06-02 02:31:45','imp','optin_7','mailchimp_7227261368','','714',0),(33474,'2021-06-02 02:32:05','imp','optin_8','7227261368','','714',0),(33475,'2021-06-02 18:05:47','imp','optin_8','7227261368','','-1',0),(33476,'2021-06-02 20:36:26','imp','optin_2','7227261368','','92',0),(33477,'2021-06-02 20:36:28','imp','optin_8','7227261368','','-1',0),(33478,'2021-06-03 05:42:37','imp','optin_7','mailchimp_7227261368','','714',0),(33479,'2021-06-03 05:42:39','imp','optin_5','7227261368','','714',0),(33480,'2021-06-03 05:42:51','imp','optin_7','7227261368','','714',0),(33481,'2021-06-03 05:42:51','imp','optin_8','7227261368','','714',0),(33482,'2021-06-03 07:58:49','imp','optin_7','mailchimp_7227261368','','714',0),(33483,'2021-06-03 08:04:09','imp','optin_7','7227261368','','714',0),(33484,'2021-06-03 13:57:11','imp','optin_8','7227261368','','-1',0),(33485,'2021-06-03 13:57:19','imp','optin_2','7227261368','','92',0),(33486,'2021-06-03 18:38:07','imp','optin_7','mailchimp_7227261368','','714',0),(33487,'2021-06-03 18:38:15','imp','optin_7','7227261368','','714',0),(33488,'2021-06-03 18:38:15','imp','optin_8','7227261368','','714',0),(33489,'2021-06-03 20:40:37','imp','optin_7','mailchimp_7227261368','','714',0),(33490,'2021-06-03 20:40:57','imp','optin_8','7227261368','','714',0),(33491,'2021-06-03 20:41:11','imp','optin_7','7227261368','','714',0),(33492,'2021-06-03 23:18:55','imp','optin_7','mailchimp_7227261368','','714',0),(33493,'2021-06-03 23:19:11','imp','optin_8','7227261368','','714',0),(33494,'2021-06-03 23:19:19','imp','optin_7','7227261368','','714',0),(33495,'2021-06-03 23:19:22','imp','optin_5','7227261368','','714',0),(33496,'2021-06-04 00:16:15','imp','optin_7','mailchimp_7227261368','','714',0),(33497,'2021-06-04 00:16:25','imp','optin_7','7227261368','','714',0),(33498,'2021-06-04 00:16:25','imp','optin_8','7227261368','','714',0),(33499,'2021-06-04 04:15:15','imp','optin_7','mailchimp_7227261368','','714',0),(33500,'2021-06-04 04:15:34','imp','optin_8','7227261368','','714',0),(33501,'2021-06-04 08:57:47','imp','optin_7','mailchimp_7227261368','','714',0),(33502,'2021-06-04 08:58:07','imp','optin_8','7227261368','','714',0),(33503,'2021-06-04 08:58:13','imp','optin_5','7227261368','','714',0),(33504,'2021-06-04 08:58:22','imp','optin_7','7227261368','','714',0),(33505,'2021-06-04 09:04:39','imp','optin_7','mailchimp_7227261368','','714',0),(33506,'2021-06-04 09:04:57','imp','optin_8','7227261368','','714',0),(33507,'2021-06-04 10:42:19','imp','optin_7','mailchimp_7227261368','','714',0),(33508,'2021-06-04 11:19:53','imp','optin_7','mailchimp_7227261368','','714',0),(33509,'2021-06-04 11:20:07','imp','optin_8','7227261368','','714',0),(33510,'2021-06-04 11:20:30','imp','optin_7','7227261368','','714',0),(33511,'2021-06-04 13:42:15','imp','optin_7','mailchimp_7227261368','','714',0),(33512,'2021-06-04 13:42:35','imp','optin_7','7227261368','','714',0),(33513,'2021-06-04 13:42:35','imp','optin_8','7227261368','','714',0),(33514,'2021-06-05 03:08:25','imp','optin_7','mailchimp_7227261368','','714',0),(33515,'2021-06-05 03:08:43','imp','optin_8','7227261368','','714',0),(33516,'2021-06-05 03:10:02','imp','optin_5','7227261368','','714',0),(33517,'2021-06-05 03:10:22','imp','optin_7','7227261368','','714',0),(33518,'2021-06-05 04:37:25','imp','optin_7','mailchimp_7227261368','','714',0),(33519,'2021-06-05 04:37:29','imp','optin_5','7227261368','','714',0),(33520,'2021-06-05 17:06:31','imp','optin_7','mailchimp_7227261368','','714',0),(33521,'2021-06-05 19:26:43','imp','optin_7','mailchimp_7227261368','','714',0),(33522,'2021-06-05 19:26:44','imp','optin_5','7227261368','','714',0),(33523,'2021-06-05 19:26:54','imp','optin_7','7227261368','','714',0),(33524,'2021-06-05 19:27:02','imp','optin_8','7227261368','','714',0),(33525,'2021-06-06 07:32:18','imp','optin_7','mailchimp_7227261368','','714',0),(33526,'2021-06-06 07:32:30','imp','optin_8','7227261368','','714',0),(33527,'2021-06-06 07:32:44','imp','optin_7','7227261368','','714',0),(33528,'2021-06-06 22:00:49','imp','optin_7','mailchimp_7227261368','','714',0),(33529,'2021-06-07 11:59:38','imp','optin_7','mailchimp_7227261368','','714',0),(33530,'2021-06-07 11:59:57','imp','optin_8','7227261368','','714',0),(33531,'2021-06-07 12:00:08','imp','optin_7','7227261368','','714',0),(33532,'2021-06-07 18:51:06','imp','optin_8','7227261368','','-1',0),(33533,'2021-06-07 22:03:21','imp','optin_7','mailchimp_7227261368','','714',0),(33534,'2021-06-07 22:36:51','imp','optin_7','mailchimp_7227261368','','714',0),(33535,'2021-06-07 22:36:52','imp','optin_5','7227261368','','714',0),(33536,'2021-06-08 08:54:22','imp','optin_7','mailchimp_7227261368','','714',0),(33537,'2021-06-08 08:54:40','imp','optin_8','7227261368','','714',0),(33538,'2021-06-08 08:54:55','imp','optin_7','7227261368','','714',0),(33539,'2021-06-08 09:53:28','imp','optin_5','7227261368','','714',0),(33540,'2021-06-08 09:53:28','imp','optin_7','mailchimp_7227261368','','714',0),(33541,'2021-06-08 09:53:47','imp','optin_8','7227261368','','714',0),(33542,'2021-06-08 09:54:09','imp','optin_7','7227261368','','714',0),(33543,'2021-06-08 11:13:55','imp','optin_7','mailchimp_7227261368','','714',0),(33544,'2021-06-08 11:14:14','imp','optin_8','7227261368','','714',0),(33545,'2021-06-08 11:32:59','imp','optin_7','7227261368','','714',0),(33546,'2021-06-08 12:06:53','imp','optin_7','mailchimp_7227261368','','714',0),(33547,'2021-06-08 12:06:53','imp','optin_5','7227261368','','714',0),(33548,'2021-06-08 12:07:13','imp','optin_8','7227261368','','714',0),(33549,'2021-06-08 12:07:48','imp','optin_7','7227261368','','714',0),(33550,'2021-06-08 12:24:05','imp','optin_7','mailchimp_7227261368','','714',0),(33551,'2021-06-08 12:24:25','imp','optin_8','7227261368','','714',0),(33552,'2021-06-08 18:45:44','imp','optin_7','mailchimp_7227261368','','714',0),(33553,'2021-06-08 18:46:02','imp','optin_8','7227261368','','714',0),(33554,'2021-06-08 18:46:37','imp','optin_7','7227261368','','714',0),(33555,'2021-06-08 18:46:38','imp','optin_5','7227261368','','714',0),(33556,'2021-06-08 20:51:11','imp','optin_7','mailchimp_7227261368','','714',0),(33557,'2021-06-08 20:51:11','imp','optin_5','7227261368','','714',0),(33558,'2021-06-08 20:51:30','imp','optin_8','7227261368','','714',0),(33559,'2021-06-09 08:01:49','imp','optin_7','mailchimp_7227261368','','714',0),(33560,'2021-06-09 08:01:59','imp','optin_8','7227261368','','714',0),(33561,'2021-06-09 08:02:21','imp','optin_7','7227261368','','714',0),(33562,'2021-06-09 15:57:32','imp','optin_7','mailchimp_7227261368','','714',0),(33563,'2021-06-09 15:57:51','imp','optin_8','7227261368','','714',0),(33564,'2021-06-09 15:58:30','imp','optin_5','7227261368','','714',0),(33565,'2021-06-09 15:58:46','imp','optin_7','7227261368','','714',0),(33566,'2021-06-09 22:00:22','imp','optin_7','mailchimp_7227261368','','714',0),(33567,'2021-06-09 22:00:42','imp','optin_8','7227261368','','714',0),(33568,'2021-06-09 22:11:24','con','optin_8','mailchimp_7227261368','','714',0),(33569,'2021-06-09 22:11:29','imp','optin_5','7227261368','','714',0),(33570,'2021-06-09 22:16:57','imp','optin_7','7227261368','','714',0),(33571,'2021-06-10 03:05:16','imp','optin_5','7227261368','','714',0),(33572,'2021-06-10 03:05:16','imp','optin_7','mailchimp_7227261368','','714',0),(33573,'2021-06-10 03:05:30','imp','optin_7','7227261368','','714',0),(33574,'2021-06-10 03:05:30','imp','optin_8','7227261368','','714',0),(33575,'2021-06-10 04:02:21','imp','optin_7','mailchimp_7227261368','','714',0),(33576,'2021-06-10 04:02:28','imp','optin_7','7227261368','','714',0),(33577,'2021-06-10 04:02:40','imp','optin_8','7227261368','','714',0),(33578,'2021-06-10 06:44:51','imp','optin_7','mailchimp_7227261368','','714',0),(33579,'2021-06-10 06:44:51','imp','optin_5','7227261368','','714',0),(33580,'2021-06-10 06:45:01','imp','optin_7','7227261368','','714',0),(33581,'2021-06-10 06:45:06','imp','optin_8','7227261368','','714',0),(33582,'2021-06-10 13:55:26','imp','optin_5','7227261368','','714',0),(33583,'2021-06-10 13:55:26','imp','optin_7','mailchimp_7227261368','','714',0),(33584,'2021-06-10 13:55:37','imp','optin_7','7227261368','','714',0),(33585,'2021-06-10 13:55:38','imp','optin_8','7227261368','','714',0),(33586,'2021-06-11 00:26:47','imp','optin_7','mailchimp_7227261368','','714',0),(33587,'2021-06-11 00:27:01','imp','optin_8','7227261368','','714',0),(33588,'2021-06-11 00:27:12','imp','optin_7','7227261368','','714',0),(33589,'2021-06-11 01:02:10','imp','optin_5','7227261368','','714',0),(33590,'2021-06-11 01:02:10','imp','optin_7','mailchimp_7227261368','','714',0),(33591,'2021-06-11 01:02:30','imp','optin_8','7227261368','','714',0),(33592,'2021-06-11 01:02:47','imp','optin_7','7227261368','','714',0),(33593,'2021-06-11 03:02:28','imp','optin_7','mailchimp_7227261368','','714',0),(33594,'2021-06-11 03:02:47','imp','optin_8','7227261368','','714',0),(33595,'2021-06-11 03:02:54','imp','optin_7','7227261368','','714',0),(33596,'2021-06-11 03:03:49','imp','optin_5','7227261368','','714',0),(33597,'2021-06-11 04:46:35','imp','optin_7','mailchimp_7227261368','','714',0),(33598,'2021-06-11 04:46:38','imp','optin_5','7227261368','','714',0),(33599,'2021-06-11 04:46:54','imp','optin_8','7227261368','','714',0),(33600,'2021-06-11 04:47:02','imp','optin_7','7227261368','','714',0),(33601,'2021-06-11 19:05:57','imp','optin_7','mailchimp_7227261368','','714',0),(33602,'2021-06-11 19:06:08','imp','optin_8','7227261368','','714',0),(33603,'2021-06-11 19:06:16','imp','optin_7','7227261368','','714',0),(33604,'2021-06-11 20:09:02','imp','optin_7','mailchimp_7227261368','','714',0),(33605,'2021-06-11 20:09:22','imp','optin_8','7227261368','','714',0),(33606,'2021-06-12 00:17:32','imp','optin_7','mailchimp_7227261368','','714',0),(33607,'2021-06-12 00:17:41','imp','optin_8','7227261368','','714',0),(33608,'2021-06-12 02:39:48','imp','optin_7','mailchimp_7227261368','','714',0),(33609,'2021-06-12 02:40:08','imp','optin_8','7227261368','','714',0),(33610,'2021-06-12 12:49:02','imp','optin_7','mailchimp_7227261368','','714',0),(33611,'2021-06-12 12:49:20','imp','optin_8','7227261368','','714',0),(33612,'2021-06-12 19:35:43','imp','optin_7','mailchimp_7227261368','','714',0),(33613,'2021-06-12 19:36:03','imp','optin_8','7227261368','','714',0),(33614,'2021-06-12 19:36:59','imp','optin_7','7227261368','','714',0),(33615,'2021-06-13 09:03:19','imp','optin_7','mailchimp_7227261368','','714',0),(33616,'2021-06-13 09:03:37','imp','optin_8','7227261368','','714',0),(33617,'2021-06-13 09:03:42','imp','optin_7','7227261368','','714',0),(33618,'2021-06-13 21:26:40','imp','optin_7','mailchimp_7227261368','','714',0),(33619,'2021-06-13 21:26:49','imp','optin_5','7227261368','','714',0),(33620,'2021-06-13 22:58:51','imp','optin_7','mailchimp_7227261368','','714',0),(33621,'2021-06-13 22:59:11','imp','optin_8','7227261368','','714',0),(33622,'2021-06-14 15:55:04','imp','optin_7','mailchimp_7227261368','','714',0),(33623,'2021-06-14 17:37:54','imp','optin_7','mailchimp_7227261368','','714',0),(33624,'2021-06-14 17:37:55','imp','optin_5','7227261368','','714',0),(33625,'2021-06-14 17:46:44','imp','optin_8','7227261368','','-1',0),(33626,'2021-06-15 05:34:34','imp','optin_7','mailchimp_7227261368','','714',0),(33627,'2021-06-15 05:34:34','imp','optin_5','7227261368','','714',0),(33628,'2021-06-15 05:34:53','imp','optin_8','7227261368','','714',0),(33629,'2021-06-15 05:35:28','imp','optin_7','7227261368','','714',0),(33630,'2021-06-15 23:14:40','imp','optin_7','mailchimp_7227261368','','714',0),(33631,'2021-06-15 23:14:54','imp','optin_8','7227261368','','714',0),(33632,'2021-06-15 23:15:06','imp','optin_7','7227261368','','714',0),(33633,'2021-06-16 01:42:53','imp','optin_5','7227261368','','698',0),(33634,'2021-06-16 01:42:53','imp','optin_8','7227261368','','698',0),(33635,'2021-06-16 01:43:16','imp','optin_8','7227261368','','698',0),(33636,'2021-06-16 02:42:15','imp','optin_7','mailchimp_7227261368','','714',0),(33637,'2021-06-16 02:42:35','imp','optin_8','7227261368','','714',0),(33638,'2021-06-16 05:31:06','imp','optin_7','mailchimp_7227261368','','714',0),(33639,'2021-06-16 05:31:25','imp','optin_8','7227261368','','714',0),(33640,'2021-06-16 05:32:03','imp','optin_5','7227261368','','714',0),(33641,'2021-06-16 05:32:11','imp','optin_7','7227261368','','714',0),(33642,'2021-06-16 10:11:19','imp','optin_8','7227261368','','-1',0),(33643,'2021-06-16 12:27:31','imp','optin_5','7227261368','','698',0),(33644,'2021-06-16 12:27:31','imp','optin_8','7227261368','','698',0),(33645,'2021-06-16 13:35:05','imp','optin_7','mailchimp_7227261368','','714',0),(33646,'2021-06-16 13:35:23','imp','optin_8','7227261368','','714',0),(33647,'2021-06-16 13:36:02','imp','optin_7','7227261368','','714',0),(33648,'2021-06-17 09:37:27','imp','optin_7','mailchimp_7227261368','','714',0),(33649,'2021-06-17 12:09:44','imp','optin_7','mailchimp_7227261368','','714',0),(33650,'2021-06-17 12:10:04','imp','optin_8','7227261368','','714',0),(33651,'2021-06-17 14:29:10','imp','optin_8','7227261368','','-1',0),(33652,'2021-06-17 16:00:52','imp','optin_7','mailchimp_7227261368','','714',0),(33653,'2021-06-17 16:01:12','imp','optin_8','7227261368','','714',0),(33654,'2021-06-17 16:01:40','imp','optin_7','7227261368','','714',0),(33655,'2021-06-17 16:37:44','imp','optin_7','mailchimp_7227261368','','714',0),(33656,'2021-06-17 16:38:03','imp','optin_8','7227261368','','714',0),(33657,'2021-06-17 23:07:37','imp','optin_5','7227261368','','714',0),(33658,'2021-06-17 23:07:37','imp','optin_7','mailchimp_7227261368','','714',0),(33659,'2021-06-17 23:07:51','imp','optin_7','7227261368','','714',0),(33660,'2021-06-17 23:07:56','imp','optin_8','7227261368','','714',0),(33661,'2021-06-18 04:35:13','imp','optin_5','7227261368','','714',0),(33662,'2021-06-18 04:35:13','imp','optin_7','mailchimp_7227261368','','714',0),(33663,'2021-06-18 04:35:28','imp','optin_8','7227261368','','714',0),(33664,'2021-06-18 04:35:35','imp','optin_7','7227261368','','714',0),(33665,'2021-06-18 08:38:56','imp','optin_7','mailchimp_7227261368','','714',0),(33666,'2021-06-18 08:39:16','imp','optin_8','7227261368','','714',0),(33667,'2021-06-18 08:44:13','imp','optin_7','7227261368','','714',0),(33668,'2021-06-18 08:44:15','imp','optin_5','7227261368','','714',0),(33669,'2021-06-18 14:37:56','imp','optin_5','7227261368','','714',0),(33670,'2021-06-18 14:37:56','imp','optin_7','mailchimp_7227261368','','714',0),(33671,'2021-06-18 14:38:12','imp','optin_8','7227261368','','714',0),(33672,'2021-06-18 14:38:15','imp','optin_7','7227261368','','714',0),(33673,'2021-06-18 16:08:43','imp','optin_7','mailchimp_7227261368','','714',0),(33674,'2021-06-18 16:09:03','imp','optin_8','7227261368','','714',0),(33675,'2021-06-18 16:09:59','imp','optin_7','7227261368','','714',0),(33676,'2021-06-19 01:46:35','imp','optin_7','mailchimp_7227261368','','714',0),(33677,'2021-06-19 01:46:55','imp','optin_8','7227261368','','714',0),(33678,'2021-06-19 01:47:18','imp','optin_7','7227261368','','714',0),(33679,'2021-06-19 01:47:22','imp','optin_5','7227261368','','714',0),(33680,'2021-06-19 05:02:27','imp','optin_7','mailchimp_7227261368','','714',0),(33681,'2021-06-19 06:22:47','imp','optin_7','mailchimp_7227261368','','714',0),(33682,'2021-06-19 18:09:36','imp','optin_7','mailchimp_7227261368','','714',0),(33683,'2021-06-19 18:09:54','imp','optin_8','7227261368','','714',0),(33684,'2021-06-19 18:13:41','imp','optin_7','7227261368','','714',0),(33685,'2021-06-19 19:29:29','imp','optin_7','mailchimp_7227261368','','714',0),(33686,'2021-06-19 19:31:33','imp','optin_8','7227261368','','714',0),(33687,'2021-06-19 19:33:39','imp','optin_7','7227261368','','714',0),(33688,'2021-06-20 01:46:57','imp','optin_7','mailchimp_7227261368','','714',0),(33689,'2021-06-20 01:48:05','imp','optin_8','7227261368','','714',0),(33690,'2021-06-20 03:56:37','imp','optin_8','7227261368','','968',0),(33691,'2021-06-20 03:56:37','imp','optin_5','7227261368','','968',0),(33692,'2021-06-20 07:11:40','imp','optin_7','mailchimp_7227261368','','714',0),(33693,'2021-06-20 13:07:24','imp','optin_7','mailchimp_7227261368','','714',0),(33694,'2021-06-20 14:06:39','imp','optin_8','7227261368','','-1',0),(33695,'2021-06-20 14:08:50','imp','optin_7','mailchimp_7227261368','','714',0),(33696,'2021-06-20 14:08:57','imp','optin_5','7227261368','','714',0),(33697,'2021-06-20 14:09:10','imp','optin_8','7227261368','','714',0),(33698,'2021-06-20 16:41:20','imp','optin_7','mailchimp_7227261368','','714',0),(33699,'2021-06-20 16:41:26','imp','optin_5','7227261368','','714',0),(33700,'2021-06-20 16:41:40','imp','optin_8','7227261368','','714',0),(33701,'2021-06-20 16:42:32','imp','optin_7','7227261368','','714',0),(33702,'2021-06-20 21:56:12','imp','optin_7','mailchimp_7227261368','','714',0),(33703,'2021-06-20 21:56:32','imp','optin_8','7227261368','','714',0),(33704,'2021-06-20 21:59:09','imp','optin_7','7227261368','','714',0),(33705,'2021-06-20 21:59:16','imp','optin_5','7227261368','','714',0),(33706,'2021-06-20 21:59:55','con','optin_5','mailchimp_7227261368','','714',0),(33707,'2021-06-21 00:19:47','imp','optin_7','mailchimp_7227261368','','714',0),(33708,'2021-06-21 00:20:07','imp','optin_8','7227261368','','714',0),(33709,'2021-06-21 00:20:07','imp','optin_7','7227261368','','714',0),(33710,'2021-06-21 21:11:38','imp','optin_8','7227261368','','-1',0),(33711,'2021-06-22 00:56:53','imp','optin_7','mailchimp_7227261368','','714',0),(33712,'2021-06-22 00:57:12','imp','optin_8','7227261368','','714',0),(33713,'2021-06-22 01:00:45','imp','optin_7','7227261368','','714',0),(33714,'2021-06-22 01:32:56','imp','optin_7','mailchimp_7227261368','','714',0),(33715,'2021-06-22 01:32:56','imp','optin_5','7227261368','','714',0),(33716,'2021-06-22 01:33:07','imp','optin_8','7227261368','','714',0),(33717,'2021-06-22 01:33:07','imp','optin_7','7227261368','','714',0),(33718,'2021-06-22 02:47:14','imp','optin_8','7227261368','','698',0),(33719,'2021-06-22 02:47:15','imp','optin_5','7227261368','','698',0),(33720,'2021-06-22 06:44:57','imp','optin_7','mailchimp_7227261368','','714',0),(33721,'2021-06-22 06:45:16','imp','optin_8','7227261368','','714',0),(33722,'2021-06-22 15:10:20','imp','optin_7','mailchimp_7227261368','','714',0),(33723,'2021-06-22 15:10:20','imp','optin_5','7227261368','','714',0),(33724,'2021-06-22 15:10:39','imp','optin_8','7227261368','','714',0),(33725,'2021-06-22 15:11:33','imp','optin_7','7227261368','','714',0),(33726,'2021-06-22 17:10:06','imp','optin_7','mailchimp_7227261368','','714',0),(33727,'2021-06-22 17:10:24','imp','optin_8','7227261368','','714',0),(33728,'2021-06-22 17:10:58','imp','optin_5','7227261368','','714',0),(33729,'2021-06-22 17:12:51','imp','optin_7','7227261368','','714',0),(33730,'2021-06-22 22:53:27','imp','optin_7','7227261368','','714',0),(33731,'2021-06-23 00:21:56','imp','optin_7','mailchimp_7227261368','','714',0),(33732,'2021-06-23 00:22:15','imp','optin_8','7227261368','','714',0),(33733,'2021-06-23 00:22:16','imp','optin_8','7227261368','','714',0),(33734,'2021-06-23 00:22:26','imp','optin_7','7227261368','','714',0),(33735,'2021-06-23 02:34:27','imp','optin_7','mailchimp_7227261368','','714',0),(33736,'2021-06-23 02:34:35','imp','optin_8','7227261368','','714',0),(33737,'2021-06-23 05:42:42','imp','optin_7','mailchimp_7227261368','','714',0),(33738,'2021-06-23 05:42:53','imp','optin_5','7227261368','','714',0),(33739,'2021-06-23 05:43:00','imp','optin_8','7227261368','','714',0),(33740,'2021-06-23 05:43:20','imp','optin_7','7227261368','','714',0),(33741,'2021-06-23 05:51:51','imp','optin_7','mailchimp_7227261368','','714',0),(33742,'2021-06-23 05:51:55','imp','optin_5','7227261368','','714',0),(33743,'2021-06-23 05:52:10','imp','optin_8','7227261368','','714',0),(33744,'2021-06-23 05:52:22','imp','optin_7','7227261368','','714',0),(33745,'2021-06-23 06:09:42','con','optin_7','mailchimp_7227261368','','714',0),(33746,'2021-06-24 02:28:58','imp','optin_7','mailchimp_7227261368','','714',0),(33747,'2021-06-24 02:29:17','imp','optin_8','7227261368','','714',0),(33748,'2021-06-24 02:34:59','imp','optin_5','7227261368','','714',0),(33749,'2021-06-24 02:38:24','imp','optin_7','7227261368','','714',0),(33750,'2021-06-24 10:56:05','imp','optin_5','7227261368','','714',0),(33751,'2021-06-24 10:56:05','imp','optin_7','mailchimp_7227261368','','714',0),(33752,'2021-06-24 10:56:24','imp','optin_8','7227261368','','714',0),(33753,'2021-06-24 10:58:56','imp','optin_7','7227261368','','714',0),(33754,'2021-06-24 11:53:40','imp','optin_2','7227261368','','92',0),(33755,'2021-06-24 11:53:41','imp','optin_8','7227261368','','-1',0),(33756,'2021-06-25 01:10:12','imp','optin_7','mailchimp_7227261368','','714',0),(33757,'2021-06-25 01:10:19','imp','optin_7','7227261368','','714',0),(33758,'2021-06-25 01:10:19','imp','optin_8','7227261368','','714',0),(33759,'2021-06-25 01:10:28','imp','optin_5','7227261368','','714',0),(33760,'2021-06-25 04:49:36','imp','optin_7','mailchimp_7227261368','','714',0),(33761,'2021-06-25 04:49:55','imp','optin_8','7227261368','','714',0),(33762,'2021-06-25 04:50:23','imp','optin_7','7227261368','','714',0),(33763,'2021-06-25 04:50:30','imp','optin_5','7227261368','','714',0),(33764,'2021-06-25 07:28:11','imp','optin_7','mailchimp_7227261368','','714',0),(33765,'2021-06-25 07:28:31','imp','optin_8','7227261368','','714',0),(33766,'2021-06-25 10:38:57','imp','optin_7','mailchimp_7227261368','','714',0),(33767,'2021-06-25 10:39:16','imp','optin_8','7227261368','','714',0),(33768,'2021-06-25 10:41:15','imp','optin_7','7227261368','','714',0),(33769,'2021-06-25 12:25:46','imp','optin_7','mailchimp_7227261368','','714',0),(33770,'2021-06-25 12:25:46','imp','optin_5','7227261368','','714',0),(33771,'2021-06-25 12:26:01','imp','optin_7','7227261368','','714',0),(33772,'2021-06-25 12:26:05','imp','optin_8','7227261368','','714',0),(33773,'2021-06-26 01:42:02','imp','optin_5','7227261368','','714',0),(33774,'2021-06-26 01:42:02','imp','optin_7','mailchimp_7227261368','','714',0),(33775,'2021-06-26 01:42:21','imp','optin_8','7227261368','','714',0),(33776,'2021-06-26 01:50:40','imp','optin_7','7227261368','','714',0),(33777,'2021-06-26 01:52:07','imp','optin_2','7227261368','','2',0),(33778,'2021-06-26 11:36:48','imp','optin_7','mailchimp_7227261368','','714',0),(33779,'2021-06-26 11:37:07','imp','optin_8','7227261368','','714',0),(33780,'2021-06-26 17:07:45','imp','optin_7','mailchimp_7227261368','','714',0),(33781,'2021-06-26 17:07:47','imp','optin_8','7227261368','','714',0),(33782,'2021-06-26 17:07:48','imp','optin_7','7227261368','','714',0),(33783,'2021-06-26 17:39:00','imp','optin_5','7227261368','','714',0),(33784,'2021-06-27 01:34:34','imp','optin_7','mailchimp_7227261368','','714',0),(33785,'2021-06-27 01:34:44','imp','optin_8','7227261368','','714',0),(33786,'2021-06-27 01:34:50','imp','optin_7','7227261368','','714',0),(33787,'2021-06-27 14:04:12','imp','optin_5','7227261368','','714',0),(33788,'2021-06-27 14:04:12','imp','optin_7','mailchimp_7227261368','','714',0),(33789,'2021-06-27 14:04:31','imp','optin_8','7227261368','','714',0),(33790,'2021-06-27 14:04:45','imp','optin_7','7227261368','','714',0),(33791,'2021-06-27 19:09:43','imp','optin_7','mailchimp_7227261368','','714',0),(33792,'2021-06-27 19:10:03','imp','optin_8','7227261368','','714',0),(33793,'2021-06-27 19:10:08','imp','optin_7','7227261368','','714',0),(33794,'2021-06-28 04:23:45','imp','optin_7','mailchimp_7227261368','','714',0),(33795,'2021-06-28 04:24:03','imp','optin_8','7227261368','','714',0),(33796,'2021-06-28 04:24:34','imp','optin_7','7227261368','','714',0),(33797,'2021-06-28 04:25:13','imp','optin_5','7227261368','','714',0),(33798,'2021-06-28 08:56:51','imp','optin_7','mailchimp_7227261368','','714',0),(33799,'2021-06-28 08:57:11','imp','optin_8','7227261368','','714',0),(33800,'2021-06-28 08:57:38','imp','optin_7','7227261368','','714',0),(33801,'2021-06-28 08:57:42','imp','optin_5','7227261368','','714',0),(33802,'2021-06-28 16:46:27','imp','optin_7','mailchimp_7227261368','','714',0),(33803,'2021-06-28 16:46:46','imp','optin_8','7227261368','','714',0),(33804,'2021-06-28 17:10:13','imp','optin_7','mailchimp_7227261368','','714',0),(33805,'2021-06-28 17:10:33','imp','optin_8','7227261368','','714',0),(33806,'2021-06-28 17:15:30','imp','optin_7','mailchimp_7227261368','','714',0),(33807,'2021-06-28 17:15:54','imp','optin_8','7227261368','','714',0),(33808,'2021-06-28 18:56:18','imp','optin_7','mailchimp_7227261368','','714',0),(33809,'2021-06-28 18:56:22','imp','optin_5','7227261368','','714',0),(33810,'2021-06-28 19:22:24','imp','optin_8','7227261368','','-1',0),(33811,'2021-06-29 04:08:21','imp','optin_7','mailchimp_7227261368','','714',0),(33812,'2021-06-29 06:03:28','imp','optin_7','mailchimp_7227261368','','714',0),(33813,'2021-06-29 06:04:15','imp','optin_7','mailchimp_7227261368','','714',0),(33814,'2021-06-29 10:39:59','imp','optin_5','7227261368','','714',0),(33815,'2021-06-29 10:39:59','imp','optin_7','mailchimp_7227261368','','714',0),(33816,'2021-06-29 10:40:14','imp','optin_7','7227261368','','714',0),(33817,'2021-06-29 10:40:16','imp','optin_8','7227261368','','714',0),(33818,'2021-06-29 12:10:07','imp','optin_7','mailchimp_7227261368','','714',0),(33819,'2021-06-29 12:10:15','imp','optin_7','7227261368','','714',0),(33820,'2021-06-29 12:10:18','imp','optin_8','7227261368','','714',0),(33821,'2021-06-29 14:16:29','imp','optin_8','7227261368','','-1',0),(33822,'2021-06-29 15:29:23','imp','optin_7','mailchimp_7227261368','','714',0),(33823,'2021-06-29 15:29:42','imp','optin_8','7227261368','','714',0),(33824,'2021-06-29 15:30:36','imp','optin_5','7227261368','','714',0),(33825,'2021-06-30 08:40:05','imp','optin_7','mailchimp_7227261368','','714',0),(33826,'2021-06-30 12:50:57','imp','optin_7','mailchimp_7227261368','','714',0),(33827,'2021-06-30 12:51:17','imp','optin_8','7227261368','','714',0),(33828,'2021-06-30 12:53:17','imp','optin_7','7227261368','','714',0),(33829,'2021-06-30 13:16:21','imp','optin_7','mailchimp_7227261368','','714',0),(33830,'2021-06-30 20:45:48','imp','optin_7','mailchimp_7227261368','','714',0),(33831,'2021-06-30 22:57:01','imp','optin_7','mailchimp_7227261368','','714',0),(33832,'2021-06-30 22:57:06','imp','optin_5','7227261368','','714',0),(33833,'2021-06-30 22:57:19','imp','optin_8','7227261368','','714',0),(33834,'2021-06-30 22:57:24','imp','optin_7','7227261368','','714',0),(33835,'2021-06-30 23:14:56','imp','optin_7','mailchimp_7227261368','','714',0),(33836,'2021-07-01 07:07:25','imp','optin_7','mailchimp_7227261368','','714',0),(33837,'2021-07-01 12:47:42','imp','optin_5','7227261368','','714',0),(33838,'2021-07-01 12:47:42','imp','optin_7','mailchimp_7227261368','','714',0),(33839,'2021-07-01 12:48:02','imp','optin_8','7227261368','','714',0),(33840,'2021-07-01 12:48:21','imp','optin_7','7227261368','','714',0),(33841,'2021-07-01 16:19:17','imp','optin_8','7227261368','','714',0),(33842,'2021-07-01 16:19:17','imp','optin_7','mailchimp_7227261368','','714',0),(33843,'2021-07-01 16:19:17','imp','optin_7','7227261368','','714',0),(33844,'2021-07-01 20:50:00','imp','optin_7','mailchimp_7227261368','','714',0),(33845,'2021-07-01 20:50:21','imp','optin_8','7227261368','','714',0),(33846,'2021-07-02 01:04:14','imp','optin_7','mailchimp_7227261368','','714',0),(33847,'2021-07-02 01:04:33','imp','optin_8','7227261368','','714',0),(33848,'2021-07-02 06:22:41','imp','optin_7','mailchimp_7227261368','','714',0),(33849,'2021-07-02 06:22:59','imp','optin_8','7227261368','','714',0),(33850,'2021-07-02 06:23:40','imp','optin_7','7227261368','','714',0),(33851,'2021-07-02 10:30:09','imp','optin_7','mailchimp_7227261368','','714',0),(33852,'2021-07-02 12:23:09','imp','optin_7','mailchimp_7227261368','','714',0),(33853,'2021-07-02 12:23:24','imp','optin_8','7227261368','','714',0),(33854,'2021-07-02 12:23:40','imp','optin_7','7227261368','','714',0),(33855,'2021-07-02 21:57:30','imp','optin_7','mailchimp_7227261368','','714',0),(33856,'2021-07-02 21:57:40','imp','optin_8','7227261368','','714',0),(33857,'2021-07-02 21:57:54','imp','optin_7','7227261368','','714',0),(33858,'2021-07-03 00:10:46','imp','optin_7','mailchimp_7227261368','','714',0),(33859,'2021-07-03 00:11:06','imp','optin_8','7227261368','','714',0),(33860,'2021-07-03 00:12:22','imp','optin_7','7227261368','','714',0),(33861,'2021-07-03 00:43:59','imp','optin_7','mailchimp_7227261368','','714',0),(33862,'2021-07-03 06:02:00','imp','optin_7','mailchimp_7227261368','','714',0),(33863,'2021-07-03 06:03:12','imp','optin_8','7227261368','','714',0),(33864,'2021-07-03 14:20:03','imp','optin_8','7227261368','','-1',0),(33865,'2021-07-03 16:32:03','imp','optin_7','mailchimp_7227261368','','714',0),(33866,'2021-07-03 16:32:11','imp','optin_5','7227261368','','714',0),(33867,'2021-07-03 16:32:23','imp','optin_8','7227261368','','714',0),(33868,'2021-07-03 16:33:40','imp','optin_7','7227261368','','714',0),(33869,'2021-07-03 16:50:31','imp','optin_7','mailchimp_7227261368','','714',0),(33870,'2021-07-03 16:50:37','imp','optin_5','7227261368','','714',0),(33871,'2021-07-03 16:50:48','imp','optin_8','7227261368','','714',0),(33872,'2021-07-03 16:50:51','imp','optin_7','7227261368','','714',0),(33873,'2021-07-03 17:05:05','imp','optin_7','mailchimp_7227261368','','714',0),(33874,'2021-07-04 02:19:50','imp','optin_7','mailchimp_7227261368','','714',0),(33875,'2021-07-04 02:19:58','imp','optin_8','7227261368','','714',0),(33876,'2021-07-04 02:20:19','imp','optin_7','7227261368','','714',0),(33877,'2021-07-04 05:39:57','imp','optin_7','mailchimp_7227261368','','714',0),(33878,'2021-07-04 05:40:07','imp','optin_8','7227261368','','714',0),(33879,'2021-07-04 05:40:14','imp','optin_7','7227261368','','714',0),(33880,'2021-07-04 11:14:50','imp','optin_7','mailchimp_7227261368','','714',0),(33881,'2021-07-04 11:15:06','imp','optin_8','7227261368','','714',0),(33882,'2021-07-04 11:15:37','imp','optin_7','7227261368','','714',0),(33883,'2021-07-04 14:15:25','imp','optin_8','7227261368','','-1',0),(33884,'2021-07-04 15:49:23','imp','optin_7','mailchimp_7227261368','','714',0),(33885,'2021-07-04 15:49:43','imp','optin_8','7227261368','','714',0),(33886,'2021-07-04 15:59:07','imp','optin_7','7227261368','','714',0),(33887,'2021-07-04 20:22:15','imp','optin_7','mailchimp_7227261368','','714',0),(33888,'2021-07-04 20:22:35','imp','optin_8','7227261368','','714',0),(33889,'2021-07-04 20:25:34','imp','optin_5','7227261368','','714',0),(33890,'2021-07-04 20:25:41','imp','optin_7','7227261368','','714',0),(33891,'2021-07-05 02:10:52','imp','optin_7','mailchimp_7227261368','','714',0),(33892,'2021-07-05 13:35:20','imp','optin_7','mailchimp_7227261368','','714',0),(33893,'2021-07-05 13:35:32','imp','optin_8','7227261368','','714',0),(33894,'2021-07-05 13:35:45','imp','optin_7','7227261368','','714',0),(33895,'2021-07-05 20:07:15','imp','optin_8','7227261368','','-1',0),(33896,'2021-07-05 21:03:28','imp','optin_7','mailchimp_7227261368','','714',0),(33897,'2021-07-05 21:03:43','imp','optin_8','7227261368','','714',0),(33898,'2021-07-05 21:03:51','imp','optin_7','7227261368','','714',0),(33899,'2021-07-06 00:11:52','imp','optin_7','mailchimp_7227261368','','714',0),(33900,'2021-07-06 00:12:01','imp','optin_5','7227261368','','714',0),(33901,'2021-07-06 00:12:11','imp','optin_8','7227261368','','714',0),(33902,'2021-07-06 00:12:11','imp','optin_7','7227261368','','714',0),(33903,'2021-07-06 10:38:13','imp','optin_7','mailchimp_7227261368','','714',0),(33904,'2021-07-06 10:38:32','imp','optin_8','7227261368','','714',0),(33905,'2021-07-06 10:39:20','imp','optin_7','7227261368','','714',0),(33906,'2021-07-06 10:48:19','imp','optin_7','mailchimp_7227261368','','714',0),(33907,'2021-07-06 10:48:38','imp','optin_8','7227261368','','714',0),(33908,'2021-07-06 10:49:09','imp','optin_7','7227261368','','714',0),(33909,'2021-07-06 14:50:58','imp','optin_7','mailchimp_7227261368','','714',0),(33910,'2021-07-06 14:51:17','imp','optin_8','7227261368','','714',0),(33911,'2021-07-06 14:52:09','imp','optin_7','7227261368','','714',0),(33912,'2021-07-07 05:42:09','imp','optin_7','mailchimp_7227261368','','714',0),(33913,'2021-07-07 05:42:15','imp','optin_7','7227261368','','714',0),(33914,'2021-07-07 05:42:15','imp','optin_8','7227261368','','714',0),(33915,'2021-07-07 18:25:06','imp','optin_7','mailchimp_7227261368','','714',0),(33916,'2021-07-07 18:25:25','imp','optin_8','7227261368','','714',0),(33917,'2021-07-08 01:15:40','imp','optin_7','mailchimp_7227261368','','714',0),(33918,'2021-07-08 01:15:59','imp','optin_8','7227261368','','714',0),(33919,'2021-07-08 01:18:25','imp','optin_7','7227261368','','714',0),(33920,'2021-07-08 12:40:48','imp','optin_7','mailchimp_7227261368','','714',0),(33921,'2021-07-08 12:40:49','imp','optin_5','7227261368','','714',0),(33922,'2021-07-08 14:00:34','imp','optin_7','mailchimp_7227261368','','714',0),(33923,'2021-07-08 14:00:54','imp','optin_8','7227261368','','714',0),(33924,'2021-07-08 14:01:59','imp','optin_5','7227261368','','714',0),(33925,'2021-07-08 14:02:44','imp','optin_7','7227261368','','714',0),(33926,'2021-07-09 03:29:43','imp','optin_7','mailchimp_7227261368','','714',0),(33927,'2021-07-09 03:29:53','imp','optin_8','7227261368','','714',0),(33928,'2021-07-09 03:30:02','imp','optin_7','7227261368','','714',0),(33929,'2021-07-09 14:27:48','imp','optin_8','7227261368','','-1',0),(33930,'2021-07-09 14:48:00','imp','optin_7','mailchimp_7227261368','','714',0),(33931,'2021-07-09 14:48:19','imp','optin_8','7227261368','','714',0),(33932,'2021-07-09 18:57:25','imp','optin_7','mailchimp_7227261368','','714',0),(33933,'2021-07-09 18:57:45','imp','optin_8','7227261368','','714',0),(33934,'2021-07-09 19:02:49','imp','optin_7','7227261368','','714',0),(33935,'2021-07-09 21:28:48','imp','optin_7','mailchimp_7227261368','','714',0),(33936,'2021-07-09 21:29:07','imp','optin_8','7227261368','','714',0),(33937,'2021-07-09 21:29:08','imp','optin_8','7227261368','','714',0),(33938,'2021-07-09 21:31:34','imp','optin_7','7227261368','','714',0),(33939,'2021-07-10 09:32:59','imp','optin_7','mailchimp_7227261368','','714',0),(33940,'2021-07-10 09:33:19','imp','optin_8','7227261368','','714',0),(33941,'2021-07-10 09:34:01','imp','optin_5','7227261368','','714',0),(33942,'2021-07-10 10:51:54','imp','optin_7','mailchimp_7227261368','','714',0),(33943,'2021-07-10 10:52:04','imp','optin_5','7227261368','','714',0),(33944,'2021-07-10 10:52:14','imp','optin_8','7227261368','','714',0),(33945,'2021-07-10 11:29:44','imp','optin_7','mailchimp_7227261368','','714',0),(33946,'2021-07-10 11:30:04','imp','optin_8','7227261368','','714',0),(33947,'2021-07-10 11:30:38','imp','optin_7','7227261368','','714',0),(33948,'2021-07-10 11:30:39','imp','optin_5','7227261368','','714',0),(33949,'2021-07-10 23:17:38','imp','optin_7','mailchimp_7227261368','','714',0),(33950,'2021-07-10 23:17:42','imp','optin_8','7227261368','','714',0),(33951,'2021-07-11 06:50:10','imp','optin_7','mailchimp_7227261368','','714',0),(33952,'2021-07-11 06:50:16','imp','optin_7','7227261368','','714',0),(33953,'2021-07-11 06:50:17','imp','optin_8','7227261368','','714',0),(33954,'2021-07-11 10:19:54','imp','optin_8','7227261368','','825',0),(33955,'2021-07-11 10:19:59','imp','optin_5','7227261368','','825',0),(33956,'2021-07-11 12:20:39','imp','optin_7','mailchimp_7227261368','','714',0),(33957,'2021-07-11 12:20:41','imp','optin_5','7227261368','','714',0),(33958,'2021-07-11 12:20:59','imp','optin_8','7227261368','','714',0),(33959,'2021-07-11 13:18:21','imp','optin_7','mailchimp_7227261368','','714',0),(33960,'2021-07-11 13:18:21','imp','optin_7','7227261368','','714',0),(33961,'2021-07-11 13:18:21','imp','optin_8','7227261368','','714',0),(33962,'2021-07-11 20:18:05','imp','optin_7','mailchimp_7227261368','','714',0),(33963,'2021-07-11 20:18:21','imp','optin_7','7227261368','','714',0),(33964,'2021-07-11 20:18:22','imp','optin_8','7227261368','','714',0),(33965,'2021-07-11 23:31:27','imp','optin_7','mailchimp_7227261368','','714',0),(33966,'2021-07-11 23:31:33','imp','optin_8','7227261368','','714',0),(33967,'2021-07-11 23:31:41','imp','optin_7','7227261368','','714',0),(33968,'2021-07-12 11:34:15','imp','optin_7','mailchimp_7227261368','','714',0),(33969,'2021-07-12 11:34:28','imp','optin_8','7227261368','','714',0),(33970,'2021-07-12 11:34:45','imp','optin_7','7227261368','','714',0),(33971,'2021-07-12 11:45:54','imp','optin_5','7227261368','','714',0),(33972,'2021-07-12 19:16:10','imp','optin_8','7227261368','','-1',0),(33973,'2021-07-12 22:35:45','imp','optin_7','mailchimp_7227261368','','714',0),(33974,'2021-07-12 22:36:06','imp','optin_8','7227261368','','714',0),(33975,'2021-07-12 22:36:10','imp','optin_5','7227261368','','714',0),(33976,'2021-07-12 22:36:31','imp','optin_7','7227261368','','714',0),(33977,'2021-07-13 03:53:19','imp','optin_7','mailchimp_7227261368','','714',0),(33978,'2021-07-13 03:53:38','imp','optin_8','7227261368','','714',0),(33979,'2021-07-13 03:54:02','imp','optin_7','7227261368','','714',0),(33980,'2021-07-13 05:30:10','imp','optin_7','mailchimp_7227261368','','714',0),(33981,'2021-07-13 05:30:27','imp','optin_8','7227261368','','714',0),(33982,'2021-07-13 05:30:38','imp','optin_7','7227261368','','714',0),(33983,'2021-07-13 05:31:55','imp','optin_7','7227261368','','714',0),(33984,'2021-07-13 06:53:46','imp','optin_7','mailchimp_7227261368','','714',0),(33985,'2021-07-13 06:53:50','imp','optin_7','7227261368','','714',0),(33986,'2021-07-13 11:18:50','imp','optin_7','mailchimp_7227261368','','714',0),(33987,'2021-07-13 11:19:04','imp','optin_8','7227261368','','714',0),(33988,'2021-07-13 11:19:16','imp','optin_7','7227261368','','714',0),(33989,'2021-07-13 11:36:09','imp','optin_7','mailchimp_7227261368','','714',0),(33990,'2021-07-13 11:36:29','imp','optin_8','7227261368','','714',0),(33991,'2021-07-13 11:36:53','imp','optin_7','7227261368','','714',0),(33992,'2021-07-13 11:40:22','imp','optin_7','mailchimp_7227261368','','714',0),(33993,'2021-07-13 11:40:22','imp','optin_5','7227261368','','714',0),(33994,'2021-07-13 11:40:42','imp','optin_8','7227261368','','714',0),(33995,'2021-07-13 12:37:11','imp','optin_7','mailchimp_7227261368','','714',0),(33996,'2021-07-13 12:37:30','imp','optin_8','7227261368','','714',0),(33997,'2021-07-13 12:37:53','imp','optin_7','7227261368','','714',0),(33998,'2021-07-13 13:42:48','imp','optin_7','mailchimp_7227261368','','714',0),(33999,'2021-07-13 13:43:08','imp','optin_8','7227261368','','714',0),(34000,'2021-07-13 13:43:20','imp','optin_7','7227261368','','714',0),(34001,'2021-07-13 21:55:08','imp','optin_7','mailchimp_7227261368','','714',0),(34002,'2021-07-13 21:55:25','imp','optin_8','7227261368','','714',0),(34003,'2021-07-13 21:55:44','imp','optin_7','7227261368','','714',0),(34004,'2021-07-14 01:45:34','imp','optin_7','mailchimp_7227261368','','714',0),(34005,'2021-07-14 01:45:34','imp','optin_5','7227261368','','714',0),(34006,'2021-07-14 01:45:41','imp','optin_7','7227261368','','714',0),(34007,'2021-07-14 04:04:20','imp','optin_7','mailchimp_7227261368','','714',0),(34008,'2021-07-14 04:04:20','imp','optin_5','7227261368','','714',0),(34009,'2021-07-14 04:30:39','imp','optin_7','mailchimp_7227261368','','714',0),(34010,'2021-07-14 04:30:50','imp','optin_5','7227261368','','714',0),(34011,'2021-07-14 04:40:47','imp','optin_7','mailchimp_7227261368','','714',0),(34012,'2021-07-14 04:41:03','imp','optin_7','7227261368','','714',0),(34013,'2021-07-14 04:41:04','imp','optin_8','7227261368','','714',0),(34014,'2021-07-14 10:54:15','imp','optin_7','mailchimp_7227261368','','714',0),(34015,'2021-07-14 10:54:21','imp','optin_5','7227261368','','714',0),(34016,'2021-07-14 10:54:34','imp','optin_8','7227261368','','714',0),(34017,'2021-07-14 11:00:19','imp','optin_7','7227261368','','714',0),(34018,'2021-07-14 23:21:03','imp','optin_7','mailchimp_7227261368','','714',0),(34019,'2021-07-14 23:21:22','imp','optin_8','7227261368','','714',0),(34020,'2021-07-14 23:22:09','imp','optin_7','7227261368','','714',0),(34021,'2021-07-15 00:34:18','imp','optin_7','mailchimp_7227261368','','714',0),(34022,'2021-07-15 00:34:38','imp','optin_8','7227261368','','714',0),(34023,'2021-07-15 00:34:57','imp','optin_7','7227261368','','714',0),(34024,'2021-07-15 01:07:22','imp','optin_7','mailchimp_7227261368','','714',0),(34025,'2021-07-15 01:32:11','imp','optin_7','mailchimp_7227261368','','714',0),(34026,'2021-07-15 01:32:30','imp','optin_8','7227261368','','714',0),(34027,'2021-07-15 01:51:52','imp','optin_7','7227261368','','714',0),(34028,'2021-07-15 01:51:54','imp','optin_5','7227261368','','714',0),(34029,'2021-07-15 04:44:13','imp','optin_7','mailchimp_7227261368','','714',0),(34030,'2021-07-15 04:44:33','imp','optin_8','7227261368','','714',0),(34031,'2021-07-15 12:06:16','imp','optin_5','7227261368','','665',0),(34032,'2021-07-15 12:06:17','imp','optin_8','7227261368','','665',0),(34033,'2021-07-15 14:29:42','imp','optin_8','7227261368','','-1',0),(34034,'2021-07-15 18:30:14','imp','optin_5','7227261368','','714',0),(34035,'2021-07-15 18:30:14','imp','optin_7','mailchimp_7227261368','','714',0),(34036,'2021-07-15 18:30:32','imp','optin_8','7227261368','','714',0),(34037,'2021-07-15 18:30:46','imp','optin_7','7227261368','','714',0),(34038,'2021-07-16 00:45:53','imp','optin_7','mailchimp_7227261368','','714',0),(34039,'2021-07-16 00:46:12','imp','optin_8','7227261368','','714',0),(34040,'2021-07-16 00:46:25','imp','optin_7','7227261368','','714',0),(34041,'2021-07-16 00:47:15','imp','optin_5','7227261368','','714',0),(34042,'2021-07-16 04:01:25','imp','optin_7','mailchimp_7227261368','','714',0),(34043,'2021-07-16 04:01:25','imp','optin_7','7227261368','','714',0),(34044,'2021-07-16 04:01:25','imp','optin_8','7227261368','','714',0),(34045,'2021-07-16 04:01:28','imp','optin_5','7227261368','','714',0),(34046,'2021-07-16 04:41:06','imp','optin_7','mailchimp_7227261368','','714',0),(34047,'2021-07-16 05:28:54','imp','optin_7','mailchimp_7227261368','','714',0),(34048,'2021-07-16 05:28:57','imp','optin_5','7227261368','','714',0),(34049,'2021-07-16 05:29:13','imp','optin_8','7227261368','','714',0),(34050,'2021-07-16 05:29:41','imp','optin_7','7227261368','','714',0),(34051,'2021-07-16 09:50:31','imp','optin_7','mailchimp_7227261368','','714',0),(34052,'2021-07-16 09:50:50','imp','optin_8','7227261368','','714',0),(34053,'2021-07-16 10:04:52','imp','optin_7','mailchimp_7227261368','','714',0),(34054,'2021-07-16 10:05:03','imp','optin_8','7227261368','','714',0),(34055,'2021-07-16 10:05:16','imp','optin_7','7227261368','','714',0),(34056,'2021-07-16 10:55:09','imp','optin_7','mailchimp_7227261368','','714',0),(34057,'2021-07-16 10:55:09','imp','optin_5','7227261368','','714',0),(34058,'2021-07-16 10:55:29','imp','optin_8','7227261368','','714',0),(34059,'2021-07-16 10:55:43','imp','optin_7','7227261368','','714',0),(34060,'2021-07-16 16:40:34','imp','optin_7','mailchimp_7227261368','','714',0),(34061,'2021-07-16 16:40:48','imp','optin_5','7227261368','','714',0),(34062,'2021-07-17 05:03:03','imp','optin_7','mailchimp_7227261368','','714',0),(34063,'2021-07-17 05:03:21','imp','optin_8','7227261368','','714',0),(34064,'2021-07-17 05:03:31','imp','optin_7','7227261368','','714',0),(34065,'2021-07-17 05:58:44','imp','optin_7','mailchimp_7227261368','','714',0),(34066,'2021-07-17 06:46:18','imp','optin_7','mailchimp_7227261368','','714',0),(34067,'2021-07-17 18:30:12','imp','optin_7','mailchimp_7227261368','','714',0),(34068,'2021-07-17 18:30:15','imp','optin_5','7227261368','','714',0),(34069,'2021-07-17 18:30:31','imp','optin_8','7227261368','','714',0),(34070,'2021-07-17 18:30:44','imp','optin_7','7227261368','','714',0),(34071,'2021-07-17 19:38:27','imp','optin_7','mailchimp_7227261368','','714',0),(34072,'2021-07-17 19:38:46','imp','optin_8','7227261368','','714',0),(34073,'2021-07-17 19:38:47','imp','optin_8','7227261368','','714',0),(34074,'2021-07-17 22:40:19','imp','optin_7','mailchimp_7227261368','','714',0),(34075,'2021-07-17 22:40:38','imp','optin_8','7227261368','','714',0),(34076,'2021-07-17 22:46:35','imp','optin_7','mailchimp_7227261368','','714',0),(34077,'2021-07-17 22:49:15','imp','optin_8','7227261368','','714',0),(34078,'2021-07-17 23:50:12','imp','optin_7','mailchimp_7227261368','','714',0),(34079,'2021-07-18 01:34:35','imp','optin_7','mailchimp_7227261368','','714',0),(34080,'2021-07-18 01:34:55','imp','optin_8','7227261368','','714',0),(34081,'2021-07-18 01:36:37','imp','optin_7','7227261368','','714',0),(34082,'2021-07-18 12:13:19','imp','optin_7','mailchimp_7227261368','','714',0),(34083,'2021-07-18 12:13:38','imp','optin_8','7227261368','','714',0),(34084,'2021-07-18 12:14:08','imp','optin_7','7227261368','','714',0),(34085,'2021-07-18 12:15:07','con','optin_7','mailchimp_7227261368','','714',0),(34086,'2021-07-18 14:32:28','imp','optin_7','mailchimp_7227261368','','714',0),(34087,'2021-07-18 14:32:47','imp','optin_8','7227261368','','714',0),(34088,'2021-07-18 18:08:22','imp','optin_8','7227261368','','968',0),(34089,'2021-07-18 22:13:09','imp','optin_7','mailchimp_7227261368','','714',0),(34090,'2021-07-18 22:13:29','imp','optin_8','7227261368','','714',0),(34091,'2021-07-18 22:14:30','imp','optin_7','7227261368','','714',0),(34092,'2021-07-18 22:22:30','imp','optin_5','7227261368','','0',0),(34093,'2021-07-18 22:23:01','con','optin_5','mailchimp_7227261368','','0',0),(34094,'2021-07-18 22:23:40','imp','optin_2','7227261368','','92',0),(34095,'2021-07-18 23:37:03','imp','optin_7','mailchimp_7227261368','','714',0),(34096,'2021-07-18 23:37:23','imp','optin_8','7227261368','','714',0),(34097,'2021-07-18 23:38:08','imp','optin_7','7227261368','','714',0),(34098,'2021-07-18 23:42:37','imp','optin_7','mailchimp_7227261368','','714',0),(34099,'2021-07-18 23:42:56','imp','optin_8','7227261368','','714',0),(34100,'2021-07-18 23:43:22','imp','optin_7','7227261368','','714',0),(34101,'2021-07-19 02:46:16','imp','optin_7','mailchimp_7227261368','','714',0),(34102,'2021-07-19 02:46:33','imp','optin_8','7227261368','','714',0),(34103,'2021-07-19 02:47:03','imp','optin_7','7227261368','','714',0),(34104,'2021-07-19 10:02:56','imp','optin_7','mailchimp_7227261368','','714',0),(34105,'2021-07-19 10:03:14','imp','optin_7','mailchimp_7227261368','','714',0),(34106,'2021-07-19 10:03:16','imp','optin_8','7227261368','','714',0),(34107,'2021-07-19 10:03:34','imp','optin_8','7227261368','','714',0),(34108,'2021-07-19 10:59:55','imp','optin_8','7227261368','','0',0),(34109,'2021-07-19 11:00:41','imp','optin_5','7227261368','','0',0),(34110,'2021-07-19 12:57:11','imp','optin_7','mailchimp_7227261368','','714',0),(34111,'2021-07-19 12:57:12','imp','optin_5','7227261368','','714',0),(34112,'2021-07-19 12:57:24','imp','optin_8','7227261368','','714',0),(34113,'2021-07-19 12:57:24','imp','optin_7','7227261368','','714',0),(34114,'2021-07-19 13:12:41','imp','optin_7','mailchimp_7227261368','','714',0),(34115,'2021-07-19 13:13:01','imp','optin_8','7227261368','','714',0),(34116,'2021-07-19 14:24:58','imp','optin_8','7227261368','','-1',0),(34117,'2021-07-19 19:29:31','imp','optin_8','7227261368','','-1',0),(34118,'2021-07-19 20:15:31','imp','optin_7','mailchimp_7227261368','','714',0),(34119,'2021-07-19 20:57:51','imp','optin_8','7227261368','','-1',0),(34120,'2021-07-19 21:31:35','imp','optin_7','mailchimp_7227261368','','714',0),(34121,'2021-07-19 21:32:24','imp','optin_7','7227261368','','714',0),(34122,'2021-07-20 00:38:16','imp','optin_7','mailchimp_7227261368','','714',0),(34123,'2021-07-20 01:53:56','imp','optin_7','7227261368','','714',0),(34124,'2021-07-20 07:57:16','con','optin_7','mailchimp_7227261368','','714',0),(34125,'2021-07-20 10:59:26','imp','optin_7','mailchimp_7227261368','','714',0),(34126,'2021-07-20 10:59:38','imp','optin_8','7227261368','','714',0),(34127,'2021-07-20 12:29:24','imp','optin_7','mailchimp_7227261368','','714',0),(34128,'2021-07-20 12:29:49','imp','optin_8','7227261368','','714',0),(34129,'2021-07-20 12:31:10','imp','optin_7','7227261368','','714',0),(34130,'2021-07-20 14:45:45','imp','optin_8','7227261368','','-1',0),(34131,'2021-07-20 14:46:34','imp','optin_2','7227261368','','92',0),(34132,'2021-07-20 21:25:20','imp','optin_7','mailchimp_7227261368','','714',0),(34133,'2021-07-20 21:25:20','imp','optin_5','7227261368','','714',0),(34134,'2021-07-20 21:25:39','imp','optin_8','7227261368','','714',0),(34135,'2021-07-20 21:26:16','imp','optin_7','7227261368','','714',0),(34136,'2021-07-20 23:44:18','imp','optin_7','mailchimp_7227261368','','714',0),(34137,'2021-07-20 23:44:34','imp','optin_8','7227261368','','714',0),(34138,'2021-07-20 23:44:47','imp','optin_7','7227261368','','714',0),(34139,'2021-07-21 10:13:50','imp','optin_5','7227261368','','780',0),(34140,'2021-07-21 10:13:50','imp','optin_8','7227261368','','780',0),(34141,'2021-07-21 11:49:56','imp','optin_7','mailchimp_7227261368','','714',0),(34142,'2021-07-21 11:50:05','imp','optin_8','7227261368','','714',0),(34143,'2021-07-21 11:50:16','imp','optin_7','7227261368','','714',0),(34144,'2021-07-21 16:14:11','imp','optin_5','7227261368','','714',0),(34145,'2021-07-21 16:14:11','imp','optin_7','mailchimp_7227261368','','714',0),(34146,'2021-07-21 16:14:28','imp','optin_8','7227261368','','714',0),(34147,'2021-07-21 16:15:20','imp','optin_7','7227261368','','714',0),(34148,'2021-07-22 16:42:16','imp','optin_7','mailchimp_7227261368','','714',0),(34149,'2021-07-22 16:42:19','imp','optin_5','7227261368','','714',0),(34150,'2021-07-22 16:42:35','imp','optin_8','7227261368','','714',0),(34151,'2021-07-22 16:45:24','imp','optin_7','7227261368','','714',0),(34152,'2021-07-22 23:35:33','imp','optin_7','mailchimp_7227261368','','714',0),(34153,'2021-07-22 23:35:50','imp','optin_8','7227261368','','714',0),(34154,'2021-07-22 23:35:52','imp','optin_8','7227261368','','714',0),(34155,'2021-07-22 23:36:07','imp','optin_7','7227261368','','714',0),(34156,'2021-07-23 05:42:00','imp','optin_7','mailchimp_7227261368','','714',0),(34157,'2021-07-23 05:42:19','imp','optin_8','7227261368','','714',0),(34158,'2021-07-23 05:44:22','imp','optin_5','7227261368','','714',0),(34159,'2021-07-23 14:35:59','imp','optin_8','7227261368','','-1',0),(34160,'2021-07-23 15:49:15','imp','optin_7','mailchimp_7227261368','','714',0),(34161,'2021-07-23 15:49:35','imp','optin_8','7227261368','','714',0),(34162,'2021-07-23 15:49:55','imp','optin_5','7227261368','','714',0),(34163,'2021-07-23 15:50:33','imp','optin_7','7227261368','','714',0),(34164,'2021-07-23 21:48:37','imp','optin_7','mailchimp_7227261368','','714',0),(34165,'2021-07-23 22:03:34','imp','optin_7','mailchimp_7227261368','','714',0),(34166,'2021-07-24 02:24:08','imp','optin_7','mailchimp_7227261368','','714',0),(34167,'2021-07-24 02:24:08','imp','optin_5','7227261368','','714',0),(34168,'2021-07-24 02:24:14','imp','optin_8','7227261368','','714',0),(34169,'2021-07-24 02:24:19','imp','optin_7','7227261368','','714',0),(34170,'2021-07-24 06:28:50','imp','optin_7','mailchimp_7227261368','','714',0),(34171,'2021-07-24 07:49:06','imp','optin_7','mailchimp_7227261368','','714',0),(34172,'2021-07-24 07:49:22','imp','optin_8','7227261368','','714',0),(34173,'2021-07-24 07:49:28','imp','optin_7','7227261368','','714',0),(34174,'2021-07-25 01:19:13','imp','optin_7','mailchimp_7227261368','','714',0),(34175,'2021-07-25 01:19:32','imp','optin_8','7227261368','','714',0),(34176,'2021-07-25 01:20:12','imp','optin_7','7227261368','','714',0),(34177,'2021-07-25 01:20:13','imp','optin_5','7227261368','','714',0),(34178,'2021-07-25 02:11:01','imp','optin_7','mailchimp_7227261368','','714',0),(34179,'2021-07-25 08:39:43','imp','optin_7','mailchimp_7227261368','','714',0),(34180,'2021-07-25 08:39:43','imp','optin_5','7227261368','','714',0),(34181,'2021-07-25 08:40:02','imp','optin_8','7227261368','','714',0),(34182,'2021-07-25 08:40:11','imp','optin_7','7227261368','','714',0),(34183,'2021-07-25 11:03:07','imp','optin_7','mailchimp_7227261368','','714',0),(34184,'2021-07-26 03:39:49','imp','optin_7','mailchimp_7227261368','','714',0),(34185,'2021-07-26 03:39:57','imp','optin_8','7227261368','','714',0),(34186,'2021-07-26 03:40:14','imp','optin_7','7227261368','','714',0),(34187,'2021-07-26 06:55:04','imp','optin_7','mailchimp_7227261368','','714',0),(34188,'2021-07-26 09:42:29','imp','optin_7','mailchimp_7227261368','','714',0),(34189,'2021-07-26 09:42:44','imp','optin_8','7227261368','','714',0),(34190,'2021-07-26 09:43:19','imp','optin_7','7227261368','','714',0),(34191,'2021-07-26 09:51:35','imp','optin_7','mailchimp_7227261368','','714',0),(34192,'2021-07-26 09:51:38','imp','optin_5','7227261368','','714',0),(34193,'2021-07-26 09:51:55','imp','optin_8','7227261368','','714',0),(34194,'2021-07-26 09:52:04','imp','optin_7','7227261368','','714',0),(34195,'2021-07-26 10:45:24','imp','optin_7','mailchimp_7227261368','','714',0),(34196,'2021-07-26 12:37:21','imp','optin_7','mailchimp_7227261368','','714',0),(34197,'2021-07-26 12:37:41','imp','optin_8','7227261368','','714',0),(34198,'2021-07-26 14:53:23','imp','optin_7','mailchimp_7227261368','','714',0),(34199,'2021-07-26 14:53:43','imp','optin_8','7227261368','','714',0),(34200,'2021-07-26 14:58:28','imp','optin_7','mailchimp_7227261368','','714',0),(34201,'2021-07-26 14:58:48','imp','optin_8','7227261368','','714',0),(34202,'2021-07-26 18:32:52','imp','optin_7','mailchimp_7227261368','','714',0),(34203,'2021-07-26 18:33:12','imp','optin_8','7227261368','','714',0),(34204,'2021-07-26 18:34:03','imp','optin_5','7227261368','','714',0),(34205,'2021-07-26 18:34:07','imp','optin_7','7227261368','','714',0),(34206,'2021-07-26 19:24:00','imp','optin_8','7227261368','','-1',0),(34207,'2021-07-26 23:57:33','imp','optin_7','mailchimp_7227261368','','714',0),(34208,'2021-07-26 23:57:50','imp','optin_8','7227261368','','714',0),(34209,'2021-07-26 23:58:01','imp','optin_7','7227261368','','714',0),(34210,'2021-07-27 05:04:15','imp','optin_7','mailchimp_7227261368','','714',0),(34211,'2021-07-27 05:04:34','imp','optin_8','7227261368','','714',0),(34212,'2021-07-27 05:04:34','imp','optin_8','7227261368','','714',0),(34213,'2021-07-27 05:04:57','imp','optin_7','7227261368','','714',0),(34214,'2021-07-27 05:30:22','imp','optin_7','mailchimp_7227261368','','714',0),(34215,'2021-07-27 05:30:34','imp','optin_7','7227261368','','714',0),(34216,'2021-07-27 05:30:35','imp','optin_8','7227261368','','714',0),(34217,'2021-07-27 08:51:05','imp','optin_7','mailchimp_7227261368','','714',0),(34218,'2021-07-27 08:51:06','imp','optin_5','7227261368','','714',0),(34219,'2021-07-27 08:51:25','imp','optin_8','7227261368','','714',0),(34220,'2021-07-27 08:52:21','imp','optin_7','7227261368','','714',0),(34221,'2021-07-27 14:31:03','imp','optin_8','7227261368','','-1',0),(34222,'2021-07-27 23:14:45','imp','optin_7','mailchimp_7227261368','','714',0),(34223,'2021-07-28 01:13:59','imp','optin_7','mailchimp_7227261368','','714',0),(34224,'2021-07-28 01:14:10','imp','optin_8','7227261368','','714',0),(34225,'2021-07-28 04:08:31','imp','optin_8','7227261368','','698',0),(34226,'2021-07-28 04:08:31','imp','optin_5','7227261368','','698',0),(34227,'2021-07-28 09:17:52','imp','optin_7','mailchimp_7227261368','','714',0),(34228,'2021-07-28 09:18:01','imp','optin_8','7227261368','','714',0),(34229,'2021-07-28 09:18:12','imp','optin_7','7227261368','','714',0),(34230,'2021-07-28 16:34:55','imp','optin_7','mailchimp_7227261368','','714',0),(34231,'2021-07-28 16:34:56','imp','optin_5','7227261368','','714',0),(34232,'2021-07-28 16:35:14','imp','optin_8','7227261368','','714',0),(34233,'2021-07-28 17:14:02','imp','optin_7','mailchimp_7227261368','','714',0),(34234,'2021-07-28 17:14:02','imp','optin_5','7227261368','','714',0),(34235,'2021-07-28 17:14:22','imp','optin_8','7227261368','','714',0),(34236,'2021-07-28 17:14:41','imp','optin_7','7227261368','','714',0),(34237,'2021-07-29 08:17:48','imp','optin_7','mailchimp_7227261368','','714',0),(34238,'2021-07-29 08:17:49','imp','optin_5','7227261368','','714',0),(34239,'2021-07-29 08:18:08','imp','optin_8','7227261368','','714',0),(34240,'2021-07-29 08:18:19','imp','optin_7','7227261368','','714',0),(34241,'2021-07-29 09:41:09','imp','optin_8','7227261368','','698',0),(34242,'2021-07-29 09:45:10','imp','optin_5','7227261368','','698',0),(34243,'2021-07-30 02:00:36','imp','optin_7','mailchimp_7227261368','','714',0),(34244,'2021-07-30 02:00:56','imp','optin_8','7227261368','','714',0),(34245,'2021-07-30 02:01:07','imp','optin_7','7227261368','','714',0),(34246,'2021-07-30 02:01:11','imp','optin_5','7227261368','','714',0),(34247,'2021-07-30 03:24:06','imp','optin_7','mailchimp_7227261368','','714',0),(34248,'2021-07-30 09:58:34','imp','optin_7','mailchimp_7227261368','','714',0),(34249,'2021-07-30 11:33:51','imp','optin_7','mailchimp_7227261368','','714',0),(34250,'2021-07-30 11:33:51','imp','optin_5','7227261368','','714',0),(34251,'2021-07-30 11:34:11','imp','optin_8','7227261368','','714',0),(34252,'2021-07-30 11:34:17','imp','optin_7','7227261368','','714',0),(34253,'2021-07-30 17:14:51','imp','optin_7','mailchimp_7227261368','','714',0),(34254,'2021-07-30 17:15:11','imp','optin_8','7227261368','','714',0),(34255,'2021-07-30 17:55:18','imp','optin_7','mailchimp_7227261368','','714',0),(34256,'2021-07-30 20:08:52','imp','optin_7','mailchimp_7227261368','','714',0),(34257,'2021-07-30 20:08:56','imp','optin_5','7227261368','','714',0),(34258,'2021-07-30 20:09:12','imp','optin_8','7227261368','','714',0),(34259,'2021-07-30 20:09:31','imp','optin_7','7227261368','','714',0),(34260,'2021-07-31 04:32:46','imp','optin_7','mailchimp_7227261368','','714',0),(34261,'2021-07-31 04:33:04','imp','optin_8','7227261368','','714',0),(34262,'2021-07-31 06:14:50','imp','optin_7','mailchimp_7227261368','','714',0),(34263,'2021-07-31 06:15:04','imp','optin_8','7227261368','','714',0),(34264,'2021-07-31 06:23:41','imp','optin_5','7227261368','','714',0),(34265,'2021-07-31 06:24:19','imp','optin_7','7227261368','','714',0),(34266,'2021-07-31 10:23:23','imp','optin_7','mailchimp_7227261368','','714',0),(34267,'2021-07-31 10:23:24','imp','optin_5','7227261368','','714',0),(34268,'2021-07-31 10:23:35','imp','optin_7','7227261368','','714',0),(34269,'2021-07-31 10:23:35','imp','optin_8','7227261368','','714',0),(34270,'2021-07-31 12:24:07','imp','optin_7','mailchimp_7227261368','','714',0),(34271,'2021-07-31 12:24:27','imp','optin_8','7227261368','','714',0),(34272,'2021-07-31 21:45:29','imp','optin_7','mailchimp_7227261368','','714',0),(34273,'2021-07-31 21:45:49','imp','optin_8','7227261368','','714',0),(34274,'2021-07-31 21:46:52','imp','optin_7','7227261368','','714',0),(34275,'2021-08-01 05:59:09','imp','optin_7','mailchimp_7227261368','','714',0),(34276,'2021-08-01 05:59:09','imp','optin_5','7227261368','','714',0),(34277,'2021-08-01 05:59:10','imp','optin_8','7227261368','','714',0),(34278,'2021-08-01 05:59:13','imp','optin_7','7227261368','','714',0),(34279,'2021-08-01 14:33:31','imp','optin_8','7227261368','','-1',0),(34280,'2021-08-02 17:59:51','imp','optin_7','mailchimp_7227261368','','714',0),(34281,'2021-08-02 18:00:10','imp','optin_8','7227261368','','714',0),(34282,'2021-08-02 19:28:35','imp','optin_8','7227261368','','-1',0),(34283,'2021-08-02 20:48:32','imp','optin_7','mailchimp_7227261368','','714',0),(34284,'2021-08-03 12:23:49','imp','optin_7','mailchimp_7227261368','','714',0),(34285,'2021-08-03 12:24:08','imp','optin_8','7227261368','','714',0),(34286,'2021-08-03 12:29:49','imp','optin_7','mailchimp_7227261368','','714',0),(34287,'2021-08-03 12:30:09','imp','optin_8','7227261368','','714',0),(34288,'2021-08-03 12:30:16','imp','optin_7','7227261368','','714',0),(34289,'2021-08-03 23:14:18','imp','optin_7','mailchimp_7227261368','','714',0),(34290,'2021-08-04 04:22:35','imp','optin_7','mailchimp_7227261368','','714',0),(34291,'2021-08-04 04:22:42','imp','optin_8','7227261368','','714',0),(34292,'2021-08-04 04:22:51','imp','optin_7','7227261368','','714',0),(34293,'2021-08-04 08:00:48','imp','optin_7','mailchimp_7227261368','','714',0),(34294,'2021-08-04 21:36:30','imp','optin_7','mailchimp_7227261368','','714',0),(34295,'2021-08-04 21:36:50','imp','optin_8','7227261368','','714',0),(34296,'2021-08-04 23:06:27','imp','optin_7','mailchimp_7227261368','','714',0),(34297,'2021-08-05 20:50:53','imp','optin_8','7227261368','','-1',0),(34298,'2021-08-05 20:50:54','imp','optin_2','7227261368','','92',0),(34299,'2021-08-05 23:55:44','imp','optin_7','mailchimp_7227261368','','714',0),(34300,'2021-08-05 23:55:50','imp','optin_7','7227261368','','714',0),(34301,'2021-08-05 23:55:50','imp','optin_8','7227261368','','714',0),(34302,'2021-08-06 00:48:00','imp','optin_7','mailchimp_7227261368','','714',0),(34303,'2021-08-06 00:48:10','imp','optin_7','7227261368','','714',0),(34304,'2021-08-06 00:48:10','imp','optin_8','7227261368','','714',0),(34305,'2021-08-06 01:22:36','imp','optin_7','mailchimp_7227261368','','714',0),(34306,'2021-08-06 01:22:44','imp','optin_8','7227261368','','714',0),(34307,'2021-08-06 01:22:51','imp','optin_7','7227261368','','714',0),(34308,'2021-08-06 03:38:06','imp','optin_7','mailchimp_7227261368','','714',0),(34309,'2021-08-06 03:38:06','imp','optin_5','7227261368','','714',0),(34310,'2021-08-06 03:38:22','imp','optin_7','7227261368','','714',0),(34311,'2021-08-06 03:38:24','imp','optin_8','7227261368','','714',0),(34312,'2021-08-06 04:40:08','imp','optin_8','7227261368','','-1',0),(34313,'2021-08-06 04:43:11','imp','optin_2','7227261368','','2',0),(34314,'2021-08-06 12:15:28','imp','optin_7','mailchimp_7227261368','','714',0),(34315,'2021-08-06 12:15:39','imp','optin_8','7227261368','','714',0),(34316,'2021-08-06 12:15:53','imp','optin_7','7227261368','','714',0),(34317,'2021-08-06 12:15:56','imp','optin_5','7227261368','','714',0),(34318,'2021-08-06 14:59:19','imp','optin_7','mailchimp_7227261368','','714',0),(34319,'2021-08-06 14:59:19','imp','optin_5','7227261368','','714',0),(34320,'2021-08-06 14:59:38','imp','optin_8','7227261368','','714',0),(34321,'2021-08-07 04:32:54','imp','optin_7','mailchimp_7227261368','','714',0),(34322,'2021-08-07 04:32:59','imp','optin_7','7227261368','','714',0),(34323,'2021-08-07 04:32:59','imp','optin_8','7227261368','','714',0),(34324,'2021-08-07 10:18:52','imp','optin_7','mailchimp_7227261368','','714',0),(34325,'2021-08-07 10:19:11','imp','optin_8','7227261368','','714',0),(34326,'2021-08-07 10:19:27','imp','optin_7','7227261368','','714',0),(34327,'2021-08-07 11:58:03','imp','optin_7','mailchimp_7227261368','','714',0),(34328,'2021-08-07 11:58:14','imp','optin_8','7227261368','','714',0),(34329,'2021-08-07 11:58:31','imp','optin_7','7227261368','','714',0),(34330,'2021-08-07 18:23:48','imp','optin_7','mailchimp_7227261368','','714',0),(34331,'2021-08-07 18:23:48','imp','optin_5','7227261368','','714',0),(34332,'2021-08-07 18:24:07','imp','optin_8','7227261368','','714',0),(34333,'2021-08-07 18:24:19','imp','optin_7','7227261368','','714',0),(34334,'2021-08-07 20:03:39','imp','optin_8','7227261368','','1110',0),(34335,'2021-08-07 20:03:47','imp','optin_5','7227261368','','1110',0),(34336,'2021-08-07 20:04:15','imp','optin_2','7227261368','','2',0),(34337,'2021-08-07 22:49:31','imp','optin_7','mailchimp_7227261368','','714',0),(34338,'2021-08-07 22:49:50','imp','optin_8','7227261368','','714',0),(34339,'2021-08-07 22:50:14','imp','optin_7','7227261368','','714',0),(34340,'2021-08-08 02:23:51','imp','optin_7','mailchimp_7227261368','','714',0),(34341,'2021-08-08 02:23:51','imp','optin_5','7227261368','','714',0),(34342,'2021-08-08 02:28:14','imp','optin_7','mailchimp_7227261368','','714',0),(34343,'2021-08-08 09:05:37','imp','optin_7','mailchimp_7227261368','','714',0),(34344,'2021-08-08 09:05:55','imp','optin_8','7227261368','','714',0),(34345,'2021-08-08 12:14:15','imp','optin_7','mailchimp_7227261368','','714',0),(34346,'2021-08-08 22:09:20','imp','optin_7','mailchimp_7227261368','','714',0),(34347,'2021-08-08 22:09:39','imp','optin_8','7227261368','','714',0),(34348,'2021-08-09 14:12:25','imp','optin_7','mailchimp_7227261368','','714',0),(34349,'2021-08-09 14:12:34','imp','optin_8','7227261368','','714',0),(34350,'2021-08-09 14:12:41','imp','optin_7','7227261368','','714',0),(34351,'2021-08-09 19:00:12','imp','optin_8','7227261368','','-1',0),(34352,'2021-08-09 19:09:16','imp','optin_7','mailchimp_7227261368','','714',0),(34353,'2021-08-09 19:09:29','imp','optin_7','7227261368','','714',0),(34354,'2021-08-09 19:09:30','imp','optin_8','7227261368','','714',0),(34355,'2021-08-10 12:06:20','imp','optin_7','mailchimp_7227261368','','714',0),(34356,'2021-08-10 12:06:39','imp','optin_8','7227261368','','714',0),(34357,'2021-08-10 12:06:43','imp','optin_7','7227261368','','714',0),(34358,'2021-08-10 12:07:38','imp','optin_7','mailchimp_7227261368','','714',0),(34359,'2021-08-10 12:07:42','imp','optin_8','7227261368','','714',0),(34360,'2021-08-11 09:31:44','imp','optin_7','mailchimp_7227261368','','714',0),(34361,'2021-08-11 09:32:04','imp','optin_8','7227261368','','714',0),(34362,'2021-08-11 09:32:24','imp','optin_7','7227261368','','714',0),(34363,'2021-08-11 12:40:56','imp','optin_7','mailchimp_7227261368','','714',0),(34364,'2021-08-11 12:41:16','imp','optin_8','7227261368','','714',0),(34365,'2021-08-11 12:42:37','imp','optin_7','7227261368','','714',0),(34366,'2021-08-11 12:43:25','imp','optin_7','mailchimp_7227261368','','714',0),(34367,'2021-08-11 12:43:45','imp','optin_8','7227261368','','714',0),(34368,'2021-08-11 13:45:16','imp','optin_8','7227261368','','192',0),(34369,'2021-08-11 22:24:35','imp','optin_7','mailchimp_7227261368','','714',0),(34370,'2021-08-11 22:24:48','imp','optin_8','7227261368','','714',0),(34371,'2021-08-12 01:07:46','imp','optin_7','mailchimp_7227261368','','714',0),(34372,'2021-08-12 01:07:53','imp','optin_8','7227261368','','714',0),(34373,'2021-08-12 01:08:03','imp','optin_7','7227261368','','714',0),(34374,'2021-08-12 05:51:26','imp','optin_8','7227261368','','-1',0),(34375,'2021-08-12 05:51:26','imp','optin_2','7227261368','','92',0),(34376,'2021-08-12 05:59:19','imp','optin_7','mailchimp_7227261368','','714',0),(34377,'2021-08-12 05:59:39','imp','optin_8','7227261368','','714',0),(34378,'2021-08-12 23:40:48','imp','optin_7','mailchimp_7227261368','','714',0),(34379,'2021-08-12 23:41:07','imp','optin_8','7227261368','','714',0),(34380,'2021-08-12 23:55:14','imp','optin_5','7227261368','','714',0),(34381,'2021-08-13 03:48:05','imp','optin_7','mailchimp_7227261368','','714',0),(34382,'2021-08-13 03:48:05','imp','optin_5','7227261368','','714',0),(34383,'2021-08-13 03:48:23','imp','optin_8','7227261368','','714',0),(34384,'2021-08-13 03:48:42','imp','optin_7','7227261368','','714',0),(34385,'2021-08-13 05:18:26','imp','optin_7','mailchimp_7227261368','','714',0),(34386,'2021-08-13 05:18:45','imp','optin_8','7227261368','','714',0),(34387,'2021-08-13 09:22:11','imp','optin_7','mailchimp_7227261368','','714',0),(34388,'2021-08-13 10:57:49','imp','optin_7','mailchimp_7227261368','','714',0),(34389,'2021-08-13 10:58:09','imp','optin_8','7227261368','','714',0),(34390,'2021-08-13 10:58:32','imp','optin_7','7227261368','','714',0),(34391,'2021-08-13 14:24:18','imp','optin_8','7227261368','','-1',0),(34392,'2021-08-13 17:23:48','imp','optin_7','mailchimp_7227261368','','714',0),(34393,'2021-08-13 17:24:03','imp','optin_8','7227261368','','714',0),(34394,'2021-08-13 17:24:12','imp','optin_7','7227261368','','714',0),(34395,'2021-08-14 11:59:22','imp','optin_7','mailchimp_7227261368','','714',0),(34396,'2021-08-14 11:59:42','imp','optin_8','7227261368','','714',0),(34397,'2021-08-14 20:07:46','imp','optin_7','mailchimp_7227261368','','714',0),(34398,'2021-08-14 20:08:02','imp','optin_8','7227261368','','714',0),(34399,'2021-08-14 20:08:11','imp','optin_7','7227261368','','714',0),(34400,'2021-08-14 21:24:45','imp','optin_7','mailchimp_7227261368','','714',0),(34401,'2021-08-14 21:25:02','imp','optin_8','7227261368','','714',0),(34402,'2021-08-14 21:25:14','imp','optin_7','7227261368','','714',0),(34403,'2021-08-14 23:19:01','imp','optin_7','mailchimp_7227261368','','714',0),(34404,'2021-08-14 23:19:21','imp','optin_8','7227261368','','714',0),(34405,'2021-08-15 04:56:40','imp','optin_7','mailchimp_7227261368','','714',0),(34406,'2021-08-15 04:56:59','imp','optin_8','7227261368','','714',0),(34407,'2021-08-15 04:57:16','imp','optin_7','7227261368','','714',0),(34408,'2021-08-15 07:16:17','imp','optin_7','mailchimp_7227261368','','714',0),(34409,'2021-08-15 07:16:35','imp','optin_8','7227261368','','714',0),(34410,'2021-08-15 07:17:18','imp','optin_7','7227261368','','714',0),(34411,'2021-08-15 10:46:49','imp','optin_7','mailchimp_7227261368','','714',0),(34412,'2021-08-15 10:47:03','imp','optin_8','7227261368','','714',0),(34413,'2021-08-15 10:47:19','imp','optin_7','7227261368','','714',0),(34414,'2021-08-15 18:46:04','imp','optin_7','mailchimp_7227261368','','714',0),(34415,'2021-08-15 20:46:07','imp','optin_7','mailchimp_7227261368','','714',0),(34416,'2021-08-16 03:34:08','imp','optin_7','mailchimp_7227261368','','714',0),(34417,'2021-08-16 04:46:00','imp','optin_7','mailchimp_7227261368','','714',0),(34418,'2021-08-16 19:47:57','imp','optin_8','7227261368','','-1',0),(34419,'2021-08-17 01:16:22','imp','optin_7','mailchimp_7227261368','','714',0),(34420,'2021-08-17 01:16:40','imp','optin_8','7227261368','','714',0),(34421,'2021-08-17 02:38:34','imp','optin_7','mailchimp_7227261368','','714',0),(34422,'2021-08-17 02:39:31','imp','optin_8','7227261368','','714',0),(34423,'2021-08-17 05:06:14','imp','optin_7','mailchimp_7227261368','','714',0),(34424,'2021-08-17 05:06:33','imp','optin_8','7227261368','','714',0),(34425,'2021-08-17 09:34:32','imp','optin_7','mailchimp_7227261368','','714',0),(34426,'2021-08-17 09:34:51','imp','optin_8','7227261368','','714',0),(34427,'2021-08-17 10:20:32','imp','optin_7','mailchimp_7227261368','','714',0),(34428,'2021-08-17 10:20:46','imp','optin_8','7227261368','','714',0),(34429,'2021-08-17 10:20:52','imp','optin_7','7227261368','','714',0),(34430,'2021-08-17 11:50:19','imp','optin_7','mailchimp_7227261368','','714',0),(34431,'2021-08-17 11:50:30','imp','optin_8','7227261368','','714',0),(34432,'2021-08-17 11:50:51','imp','optin_7','7227261368','','714',0),(34433,'2021-08-17 12:37:50','imp','optin_7','mailchimp_7227261368','','714',0),(34434,'2021-08-17 14:20:48','imp','optin_8','7227261368','','-1',0),(34435,'2021-08-18 04:15:50','imp','optin_7','mailchimp_7227261368','','714',0),(34436,'2021-08-18 04:16:10','imp','optin_8','7227261368','','714',0),(34437,'2021-08-18 04:19:52','imp','optin_5','7227261368','','714',0),(34438,'2021-08-18 04:20:05','imp','optin_7','7227261368','','714',0),(34439,'2021-08-18 09:28:18','imp','optin_7','mailchimp_7227261368','','714',0),(34440,'2021-08-18 09:28:24','imp','optin_5','7227261368','','714',0),(34441,'2021-08-18 09:28:34','imp','optin_8','7227261368','','714',0),(34442,'2021-08-18 12:34:03','imp','optin_7','mailchimp_7227261368','','714',0),(34443,'2021-08-18 12:34:22','imp','optin_8','7227261368','','714',0),(34444,'2021-08-18 22:14:13','imp','optin_7','mailchimp_7227261368','','714',0),(34445,'2021-08-18 22:14:17','imp','optin_8','7227261368','','714',0),(34446,'2021-08-18 22:14:23','imp','optin_7','7227261368','','714',0),(34447,'2021-08-18 23:22:57','imp','optin_7','mailchimp_7227261368','','714',0),(34448,'2021-08-18 23:23:15','imp','optin_8','7227261368','','714',0),(34449,'2021-08-18 23:34:16','imp','optin_7','7227261368','','714',0),(34450,'2021-08-19 14:25:52','imp','optin_7','mailchimp_7227261368','','714',0),(34451,'2021-08-19 14:26:08','imp','optin_8','7227261368','','714',0),(34452,'2021-08-19 14:26:24','imp','optin_7','7227261368','','714',0),(34453,'2021-08-19 14:26:30','imp','optin_5','7227261368','','714',0),(34454,'2021-08-19 20:22:19','imp','optin_7','mailchimp_7227261368','','714',0),(34455,'2021-08-19 20:22:40','imp','optin_8','7227261368','','714',0),(34456,'2021-08-20 07:15:55','imp','optin_7','mailchimp_7227261368','','714',0),(34457,'2021-08-20 07:16:13','imp','optin_8','7227261368','','714',0),(34458,'2021-08-20 07:16:34','imp','optin_7','7227261368','','714',0),(34459,'2021-08-20 07:27:56','imp','optin_7','mailchimp_7227261368','','714',0),(34460,'2021-08-20 07:28:16','imp','optin_8','7227261368','','714',0),(34461,'2021-08-20 10:01:23','imp','optin_5','7227261368','','714',0),(34462,'2021-08-20 10:01:35','imp','optin_7','7227261368','','714',0),(34463,'2021-08-20 11:25:09','imp','optin_7','mailchimp_7227261368','','714',0),(34464,'2021-08-20 11:25:28','imp','optin_8','7227261368','','714',0),(34465,'2021-08-20 11:32:52','imp','optin_7','mailchimp_7227261368','','714',0),(34466,'2021-08-20 11:33:12','imp','optin_8','7227261368','','714',0),(34467,'2021-08-20 11:34:55','imp','optin_5','7227261368','','714',0),(34468,'2021-08-20 11:35:05','imp','optin_7','7227261368','','714',0),(34469,'2021-08-20 16:08:59','imp','optin_7','mailchimp_7227261368','','714',0),(34470,'2021-08-20 16:09:11','imp','optin_8','7227261368','','714',0),(34471,'2021-08-20 16:09:24','imp','optin_7','7227261368','','714',0),(34472,'2021-08-20 19:53:29','imp','optin_7','mailchimp_7227261368','','714',0),(34473,'2021-08-20 19:53:40','imp','optin_5','7227261368','','714',0),(34474,'2021-08-20 19:53:49','imp','optin_8','7227261368','','714',0),(34475,'2021-08-20 19:54:04','imp','optin_7','7227261368','','714',0),(34476,'2021-08-20 20:58:00','imp','optin_7','mailchimp_7227261368','','714',0),(34477,'2021-08-21 05:16:46','imp','optin_7','mailchimp_7227261368','','714',0),(34478,'2021-08-21 23:00:28','imp','optin_7','mailchimp_7227261368','','714',0),(34479,'2021-08-21 23:00:46','imp','optin_8','7227261368','','714',0),(34480,'2021-08-22 03:24:57','imp','optin_7','mailchimp_7227261368','','714',0),(34481,'2021-08-22 03:25:00','imp','optin_8','7227261368','','714',0),(34482,'2021-08-23 00:00:12','imp','optin_8','7227261368','','-1',0),(34483,'2021-08-23 02:29:08','imp','optin_7','mailchimp_7227261368','','714',0),(34484,'2021-08-23 02:29:27','imp','optin_8','7227261368','','714',0),(34485,'2021-08-23 02:29:41','imp','optin_7','7227261368','','714',0),(34486,'2021-08-23 05:04:01','imp','optin_7','mailchimp_7227261368','','714',0),(34487,'2021-08-23 05:04:20','imp','optin_8','7227261368','','714',0),(34488,'2021-08-23 05:06:03','imp','optin_7','7227261368','','714',0),(34489,'2021-08-23 05:06:11','imp','optin_5','7227261368','','714',0),(34490,'2021-08-23 06:21:30','imp','optin_5','7227261368','','714',0),(34491,'2021-08-23 06:21:30','imp','optin_7','mailchimp_7227261368','','714',0),(34492,'2021-08-23 06:21:34','imp','optin_8','7227261368','','714',0),(34493,'2021-08-23 06:21:34','imp','optin_7','7227261368','','714',0),(34494,'2021-08-23 15:34:55','imp','optin_5','7227261368','','714',0),(34495,'2021-08-23 15:34:55','imp','optin_7','mailchimp_7227261368','','714',0),(34496,'2021-08-23 15:35:02','imp','optin_7','7227261368','','714',0),(34497,'2021-08-23 15:35:02','imp','optin_8','7227261368','','714',0),(34498,'2021-08-23 19:00:06','imp','optin_8','7227261368','','-1',0),(34499,'2021-08-23 23:55:52','imp','optin_5','7227261368','','714',0),(34500,'2021-08-23 23:55:52','imp','optin_7','mailchimp_7227261368','','714',0),(34501,'2021-08-23 23:56:03','imp','optin_7','7227261368','','714',0),(34502,'2021-08-23 23:56:03','imp','optin_8','7227261368','','714',0),(34503,'2021-08-24 05:35:29','imp','optin_7','mailchimp_7227261368','','714',0),(34504,'2021-08-24 05:35:30','imp','optin_5','7227261368','','714',0),(34505,'2021-08-24 05:35:48','imp','optin_8','7227261368','','714',0),(34506,'2021-08-24 06:22:40','imp','optin_7','mailchimp_7227261368','','714',0),(34507,'2021-08-24 06:22:55','imp','optin_8','7227261368','','714',0),(34508,'2021-08-24 06:23:01','imp','optin_7','7227261368','','714',0),(34509,'2021-08-24 10:59:08','imp','optin_7','mailchimp_7227261368','','714',0),(34510,'2021-08-24 10:59:14','imp','optin_8','7227261368','','714',0),(34511,'2021-08-24 10:59:24','imp','optin_7','7227261368','','714',0),(34512,'2021-08-24 15:09:08','imp','optin_2','7227261368','','2',0),(34513,'2021-08-24 15:09:08','imp','optin_8','7227261368','','2',0),(34514,'2021-08-25 05:16:41','imp','optin_7','mailchimp_7227261368','','714',0),(34515,'2021-08-25 05:17:00','imp','optin_8','7227261368','','714',0),(34516,'2021-08-25 05:58:00','imp','optin_2','7227261368','','92',0),(34517,'2021-08-25 05:58:00','imp','optin_8','7227261368','','-1',0),(34518,'2021-08-25 06:31:46','imp','optin_7','mailchimp_7227261368','','714',0),(34519,'2021-08-25 06:31:58','imp','optin_8','7227261368','','714',0),(34520,'2021-08-25 06:32:12','imp','optin_7','7227261368','','714',0),(34521,'2021-08-25 09:10:20','imp','optin_7','mailchimp_7227261368','','714',0),(34522,'2021-08-25 09:10:30','imp','optin_8','7227261368','','714',0),(34523,'2021-08-25 09:10:38','imp','optin_7','7227261368','','714',0),(34524,'2021-08-25 09:23:18','imp','optin_7','mailchimp_7227261368','','714',0),(34525,'2021-08-25 09:23:18','imp','optin_5','7227261368','','714',0),(34526,'2021-08-25 09:23:31','imp','optin_7','7227261368','','714',0),(34527,'2021-08-25 12:43:07','imp','optin_7','mailchimp_7227261368','','714',0),(34528,'2021-08-25 12:43:15','imp','optin_8','7227261368','','714',0),(34529,'2021-08-25 12:43:21','imp','optin_7','7227261368','','714',0),(34530,'2021-08-25 12:43:22','imp','optin_5','7227261368','','714',0),(34531,'2021-08-25 13:44:13','imp','optin_7','mailchimp_7227261368','','714',0),(34532,'2021-08-25 13:44:34','imp','optin_8','7227261368','','714',0),(34533,'2021-08-25 13:46:07','imp','optin_7','7227261368','','714',0),(34534,'2021-08-26 03:36:44','imp','optin_7','mailchimp_7227261368','','714',0),(34535,'2021-08-26 03:38:38','imp','optin_8','7227261368','','714',0),(34536,'2021-08-26 04:08:42','imp','optin_7','mailchimp_7227261368','','714',0),(34537,'2021-08-26 04:08:44','imp','optin_5','7227261368','','714',0),(34538,'2021-08-26 04:08:51','imp','optin_7','7227261368','','714',0),(34539,'2021-08-26 04:08:59','imp','optin_8','7227261368','','714',0),(34540,'2021-08-26 07:47:30','imp','optin_7','mailchimp_7227261368','','714',0),(34541,'2021-08-26 07:47:48','imp','optin_8','7227261368','','714',0),(34542,'2021-08-26 07:49:21','imp','optin_7','7227261368','','714',0),(34543,'2021-08-26 08:40:29','imp','optin_7','mailchimp_7227261368','','714',0),(34544,'2021-08-26 08:40:30','imp','optin_5','7227261368','','714',0),(34545,'2021-08-26 08:40:42','imp','optin_7','7227261368','','714',0),(34546,'2021-08-26 08:40:42','imp','optin_8','7227261368','','714',0),(34547,'2021-08-26 11:09:07','imp','optin_7','mailchimp_7227261368','','714',0),(34548,'2021-08-26 11:09:26','imp','optin_8','7227261368','','714',0),(34549,'2021-08-26 11:10:08','imp','optin_7','7227261368','','714',0),(34550,'2021-08-26 13:44:20','imp','optin_7','mailchimp_7227261368','','714',0),(34551,'2021-08-26 13:44:25','imp','optin_5','7227261368','','714',0),(34552,'2021-08-26 13:44:39','imp','optin_8','7227261368','','714',0),(34553,'2021-08-26 13:48:11','imp','optin_7','7227261368','','714',0),(34554,'2021-08-26 16:52:12','imp','optin_8','7227261368','','1107',0),(34555,'2021-08-26 16:52:12','imp','optin_5','7227261368','','1107',0),(34556,'2021-08-26 23:37:06','imp','optin_7','mailchimp_7227261368','','714',0),(34557,'2021-08-26 23:37:31','imp','optin_8','7227261368','','714',0),(34558,'2021-08-26 23:38:07','imp','optin_5','7227261368','','714',0),(34559,'2021-08-26 23:38:35','imp','optin_7','7227261368','','714',0),(34560,'2021-08-27 05:27:03','imp','optin_7','mailchimp_7227261368','','714',0),(34561,'2021-08-27 05:27:04','imp','optin_5','7227261368','','714',0),(34562,'2021-08-27 05:27:22','imp','optin_8','7227261368','','714',0),(34563,'2021-08-27 05:27:48','imp','optin_7','7227261368','','714',0),(34564,'2021-08-27 12:12:03','imp','optin_7','mailchimp_7227261368','','714',0),(34565,'2021-08-27 12:12:22','imp','optin_8','7227261368','','714',0),(34566,'2021-08-27 12:13:17','imp','optin_7','7227261368','','714',0),(34567,'2021-08-27 14:43:54','imp','optin_7','mailchimp_7227261368','','714',0),(34568,'2021-08-27 14:43:54','imp','optin_5','7227261368','','714',0),(34569,'2021-08-27 14:44:10','imp','optin_7','7227261368','','714',0),(34570,'2021-08-27 14:44:10','imp','optin_8','7227261368','','714',0),(34571,'2021-08-27 15:52:18','imp','optin_7','mailchimp_7227261368','','714',0),(34572,'2021-08-27 15:52:36','imp','optin_8','7227261368','','714',0),(34573,'2021-08-27 15:53:40','imp','optin_7','7227261368','','714',0),(34574,'2021-08-27 17:47:47','imp','optin_7','mailchimp_7227261368','','714',0),(34575,'2021-08-27 17:48:06','imp','optin_8','7227261368','','714',0),(34576,'2021-08-27 17:49:02','imp','optin_7','7227261368','','714',0),(34577,'2021-08-27 19:00:34','imp','optin_7','mailchimp_7227261368','','714',0),(34578,'2021-08-27 19:00:54','imp','optin_8','7227261368','','714',0),(34579,'2021-08-27 19:03:48','imp','optin_7','7227261368','','714',0),(34580,'2021-08-27 20:34:38','imp','optin_7','mailchimp_7227261368','','714',0),(34581,'2021-08-27 20:34:57','imp','optin_8','7227261368','','714',0),(34582,'2021-08-27 20:56:05','imp','optin_7','7227261368','','714',0),(34583,'2021-08-28 11:48:07','imp','optin_7','mailchimp_7227261368','','714',0),(34584,'2021-08-28 14:54:32','imp','optin_8','7227261368','','-1',0),(34585,'2021-08-28 16:22:40','imp','optin_7','mailchimp_7227261368','','714',0),(34586,'2021-08-28 16:23:00','imp','optin_8','7227261368','','714',0),(34587,'2021-08-28 16:23:09','imp','optin_7','7227261368','','714',0),(34588,'2021-08-28 20:47:20','imp','optin_7','mailchimp_7227261368','','714',0),(34589,'2021-08-28 20:47:22','imp','optin_5','7227261368','','714',0),(34590,'2021-08-28 20:47:47','imp','optin_8','7227261368','','714',0),(34591,'2021-08-28 22:18:30','imp','optin_7','mailchimp_7227261368','','714',0),(34592,'2021-08-29 01:53:45','imp','optin_5','7227261368','','714',0),(34593,'2021-08-29 01:53:45','imp','optin_7','mailchimp_7227261368','','714',0),(34594,'2021-08-29 01:53:55','imp','optin_7','7227261368','','714',0),(34595,'2021-08-29 01:53:58','imp','optin_8','7227261368','','714',0),(34596,'2021-08-29 05:14:37','imp','optin_7','mailchimp_7227261368','','714',0),(34597,'2021-08-29 05:14:38','imp','optin_5','7227261368','','714',0),(34598,'2021-08-29 05:14:56','imp','optin_8','7227261368','','714',0),(34599,'2021-08-29 05:15:00','imp','optin_7','7227261368','','714',0),(34600,'2021-08-29 08:21:39','imp','optin_7','mailchimp_7227261368','','714',0),(34601,'2021-08-29 09:00:23','imp','optin_7','mailchimp_7227261368','','714',0),(34602,'2021-08-29 14:38:40','imp','optin_7','mailchimp_7227261368','','714',0),(34603,'2021-08-29 15:06:51','imp','optin_8','7227261368','','714',0),(34604,'2021-08-29 16:19:12','imp','optin_7','mailchimp_7227261368','','714',0),(34605,'2021-08-29 16:19:13','imp','optin_5','7227261368','','714',0),(34606,'2021-08-29 16:19:14','imp','optin_7','7227261368','','714',0),(34607,'2021-08-29 16:19:14','imp','optin_8','7227261368','','714',0),(34608,'2021-08-29 19:09:34','imp','optin_7','mailchimp_7227261368','','714',0),(34609,'2021-08-29 22:54:08','imp','optin_7','mailchimp_7227261368','','714',0),(34610,'2021-08-30 06:15:57','imp','optin_7','mailchimp_7227261368','','714',0),(34611,'2021-08-30 06:45:40','imp','optin_7','mailchimp_7227261368','','714',0),(34612,'2021-08-30 07:50:04','imp','optin_8','7227261368','','964',0),(34613,'2021-08-30 07:55:31','imp','optin_7','mailchimp_7227261368','','714',0),(34614,'2021-08-30 07:55:50','imp','optin_8','7227261368','','714',0),(34615,'2021-08-30 07:56:10','imp','optin_7','7227261368','','714',0),(34616,'2021-08-30 08:15:14','imp','optin_7','mailchimp_7227261368','','714',0),(34617,'2021-08-30 08:15:34','imp','optin_8','7227261368','','714',0),(34618,'2021-08-30 08:15:52','imp','optin_7','7227261368','','714',0),(34619,'2021-08-30 17:11:39','imp','optin_7','mailchimp_7227261368','','714',0),(34620,'2021-08-30 17:11:59','imp','optin_8','7227261368','','714',0),(34621,'2021-08-30 20:14:48','imp','optin_8','7227261368','','-1',0),(34622,'2021-08-31 00:48:36','imp','optin_7','mailchimp_7227261368','','714',0),(34623,'2021-08-31 00:48:55','imp','optin_8','7227261368','','714',0),(34624,'2021-08-31 00:51:01','imp','optin_7','7227261368','','714',0),(34625,'2021-08-31 00:51:32','imp','optin_5','7227261368','','714',0),(34626,'2021-08-31 02:26:33','imp','optin_8','7227261368','','-1',0),(34627,'2021-08-31 14:58:12','imp','optin_5','7227261368','','714',0),(34628,'2021-08-31 14:58:13','imp','optin_7','7227261368','','714',0),(34629,'2021-08-31 15:06:59','imp','optin_7','mailchimp_7227261368','','714',0),(34630,'2021-08-31 15:07:19','imp','optin_8','7227261368','','714',0),(34631,'2021-08-31 15:08:16','imp','optin_7','7227261368','','714',0),(34632,'2021-08-31 23:40:30','imp','optin_7','mailchimp_7227261368','','714',0),(34633,'2021-09-01 07:47:25','imp','optin_5','7227261368','','714',0),(34634,'2021-09-01 07:47:25','imp','optin_7','mailchimp_7227261368','','714',0),(34635,'2021-09-01 07:47:35','imp','optin_8','7227261368','','714',0),(34636,'2021-09-01 07:47:35','imp','optin_7','7227261368','','714',0),(34637,'2021-09-01 15:12:52','imp','optin_8','7227261368','','714',0),(34638,'2021-09-01 15:35:36','imp','optin_5','7227261368','','665',0),(34639,'2021-09-01 15:35:53','imp','optin_8','7227261368','','665',0),(34640,'2021-09-01 22:43:56','imp','optin_7','mailchimp_7227261368','','714',0),(34641,'2021-09-01 23:45:42','imp','optin_7','mailchimp_7227261368','','714',0),(34642,'2021-09-01 23:45:42','imp','optin_5','7227261368','','714',0),(34643,'2021-09-01 23:45:59','imp','optin_8','7227261368','','714',0),(34644,'2021-09-01 23:45:59','imp','optin_7','7227261368','','714',0),(34645,'2021-09-02 01:08:34','imp','optin_8','7227261368','','-1',0),(34646,'2021-09-02 01:08:34','imp','optin_2','7227261368','','92',0),(34647,'2021-09-02 01:08:36','imp','optin_8','7227261368','','-1',0),(34648,'2021-09-02 04:48:43','imp','optin_7','mailchimp_7227261368','','714',0),(34649,'2021-09-02 04:49:02','imp','optin_8','7227261368','','714',0),(34650,'2021-09-02 04:49:17','imp','optin_7','7227261368','','714',0),(34651,'2021-09-02 14:04:06','imp','optin_7','mailchimp_7227261368','','714',0),(34652,'2021-09-02 14:04:26','imp','optin_8','7227261368','','714',0),(34653,'2021-09-02 14:05:15','imp','optin_5','7227261368','','714',0),(34654,'2021-09-02 14:05:21','imp','optin_7','7227261368','','714',0),(34655,'2021-09-02 20:01:46','imp','optin_7','mailchimp_7227261368','','714',0),(34656,'2021-09-02 20:01:47','imp','optin_5','7227261368','','714',0),(34657,'2021-09-02 20:02:05','imp','optin_8','7227261368','','714',0),(34658,'2021-09-02 20:02:17','imp','optin_7','7227261368','','714',0),(34659,'2021-09-02 21:36:32','imp','optin_7','mailchimp_7227261368','','714',0),(34660,'2021-09-02 23:34:20','imp','optin_5','7227261368','','714',0),(34661,'2021-09-02 23:34:20','imp','optin_7','mailchimp_7227261368','','714',0),(34662,'2021-09-02 23:34:39','imp','optin_8','7227261368','','714',0),(34663,'2021-09-03 09:44:35','imp','optin_7','mailchimp_7227261368','','714',0),(34664,'2021-09-03 09:44:53','imp','optin_7','7227261368','','714',0),(34665,'2021-09-03 09:44:53','imp','optin_8','7227261368','','714',0),(34666,'2021-09-03 09:44:54','imp','optin_8','7227261368','','714',0),(34667,'2021-09-03 18:40:32','imp','optin_7','mailchimp_7227261368','','714',0),(34668,'2021-09-03 18:40:51','imp','optin_8','7227261368','','714',0),(34669,'2021-09-03 18:43:17','imp','optin_5','7227261368','','714',0),(34670,'2021-09-03 18:44:11','imp','optin_7','7227261368','','714',0),(34671,'2021-09-03 19:26:44','imp','optin_7','mailchimp_7227261368','','714',0),(34672,'2021-09-03 19:26:45','imp','optin_5','7227261368','','714',0),(34673,'2021-09-03 19:27:04','imp','optin_8','7227261368','','714',0),(34674,'2021-09-03 19:28:20','imp','optin_7','7227261368','','714',0),(34675,'2021-09-04 15:55:49','imp','optin_7','mailchimp_7227261368','','714',0),(34676,'2021-09-04 15:56:09','imp','optin_8','7227261368','','714',0),(34677,'2021-09-04 15:56:40','imp','optin_7','7227261368','','714',0),(34678,'2021-09-05 05:59:11','imp','optin_7','mailchimp_7227261368','','714',0),(34679,'2021-09-05 05:59:30','imp','optin_8','7227261368','','714',0),(34680,'2021-09-05 06:00:34','imp','optin_7','7227261368','','714',0),(34681,'2021-09-05 06:00:37','imp','optin_5','7227261368','','714',0),(34682,'2021-09-05 08:59:48','imp','optin_7','mailchimp_7227261368','','714',0),(34683,'2021-09-05 08:59:50','imp','optin_5','7227261368','','714',0),(34684,'2021-09-05 20:15:40','imp','optin_7','mailchimp_7227261368','','714',0),(34685,'2021-09-05 20:16:00','imp','optin_8','7227261368','','714',0),(34686,'2021-09-06 06:46:06','imp','optin_7','mailchimp_7227261368','','714',0),(34687,'2021-09-06 06:46:22','imp','optin_8','7227261368','','714',0),(34688,'2021-09-06 06:46:24','imp','optin_7','7227261368','','714',0),(34689,'2021-09-06 11:31:45','imp','optin_7','mailchimp_7227261368','','714',0),(34690,'2021-09-06 11:32:04','imp','optin_8','7227261368','','714',0),(34691,'2021-09-06 19:30:48','imp','optin_8','7227261368','','-1',0),(34692,'2021-09-06 20:18:59','imp','optin_2','7227261368','','92',0),(34693,'2021-09-06 20:18:59','imp','optin_8','7227261368','','-1',0),(34694,'2021-09-07 04:53:38','imp','optin_7','mailchimp_7227261368','','714',0),(34695,'2021-09-07 04:53:57','imp','optin_8','7227261368','','714',0),(34696,'2021-09-07 04:54:01','imp','optin_7','7227261368','','714',0),(34697,'2021-09-07 07:23:01','imp','optin_7','mailchimp_7227261368','','714',0),(34698,'2021-09-07 07:23:19','imp','optin_8','7227261368','','714',0),(34699,'2021-09-07 08:06:51','imp','optin_7','mailchimp_7227261368','','714',0),(34700,'2021-09-07 08:07:11','imp','optin_8','7227261368','','714',0),(34701,'2021-09-07 14:48:33','imp','optin_7','mailchimp_7227261368','','714',0),(34702,'2021-09-07 14:48:33','imp','optin_5','7227261368','','714',0),(34703,'2021-09-07 14:48:48','imp','optin_8','7227261368','','714',0),(34704,'2021-09-07 14:49:04','imp','optin_7','7227261368','','714',0),(34705,'2021-09-07 15:56:00','imp','optin_7','mailchimp_7227261368','','714',0),(34706,'2021-09-07 15:56:10','imp','optin_8','7227261368','','714',0),(34707,'2021-09-07 15:56:15','imp','optin_7','7227261368','','714',0),(34708,'2021-09-08 00:42:57','imp','optin_7','mailchimp_7227261368','','714',0),(34709,'2021-09-08 00:42:57','imp','optin_5','7227261368','','714',0),(34710,'2021-09-08 00:43:00','imp','optin_7','7227261368','','714',0),(34711,'2021-09-08 00:43:00','imp','optin_8','7227261368','','714',0),(34712,'2021-09-08 03:33:57','imp','optin_7','mailchimp_7227261368','','714',0),(34713,'2021-09-08 03:34:15','imp','optin_8','7227261368','','714',0),(34714,'2021-09-08 03:34:45','imp','optin_7','7227261368','','714',0),(34715,'2021-09-08 04:00:49','imp','optin_7','mailchimp_7227261368','','714',0),(34716,'2021-09-08 04:00:55','imp','optin_5','7227261368','','714',0),(34717,'2021-09-08 04:01:10','imp','optin_8','7227261368','','714',0),(34718,'2021-09-08 05:15:23','imp','optin_7','mailchimp_7227261368','','714',0),(34719,'2021-09-08 05:15:25','imp','optin_5','7227261368','','714',0),(34720,'2021-09-08 09:33:20','imp','optin_7','mailchimp_7227261368','','714',0),(34721,'2021-09-08 09:33:31','imp','optin_8','7227261368','','714',0),(34722,'2021-09-08 09:33:37','imp','optin_7','7227261368','','714',0),(34723,'2021-09-08 18:26:49','imp','optin_7','mailchimp_7227261368','','714',0),(34724,'2021-09-08 18:27:08','imp','optin_8','7227261368','','714',0),(34725,'2021-09-08 18:27:50','imp','optin_5','7227261368','','714',0),(34726,'2021-09-08 18:28:20','imp','optin_7','7227261368','','714',0),(34727,'2021-09-08 20:37:15','imp','optin_7','mailchimp_7227261368','','714',0),(34728,'2021-09-08 20:37:15','imp','optin_5','7227261368','','714',0),(34729,'2021-09-08 20:37:35','imp','optin_8','7227261368','','714',0),(34730,'2021-09-08 20:38:20','imp','optin_7','7227261368','','714',0),(34731,'2021-09-08 21:34:04','imp','optin_7','7227261368','','714',0),(34732,'2021-09-08 21:34:05','imp','optin_8','7227261368','','714',0),(34733,'2021-09-08 22:01:08','imp','optin_7','mailchimp_7227261368','','714',0),(34734,'2021-09-08 22:01:28','imp','optin_8','7227261368','','714',0),(34735,'2021-09-08 22:05:07','imp','optin_5','7227261368','','714',0),(34736,'2021-09-08 22:05:33','imp','optin_7','7227261368','','714',0),(34737,'2021-09-09 00:16:27','imp','optin_7','mailchimp_7227261368','','714',0),(34738,'2021-09-09 00:16:27','imp','optin_5','7227261368','','714',0),(34739,'2021-09-09 00:16:46','imp','optin_8','7227261368','','714',0),(34740,'2021-09-09 00:17:03','imp','optin_7','7227261368','','714',0),(34741,'2021-09-09 00:27:15','imp','optin_7','mailchimp_7227261368','','714',0),(34742,'2021-09-09 00:27:34','imp','optin_8','7227261368','','714',0),(34743,'2021-09-09 04:39:21','imp','optin_7','mailchimp_7227261368','','714',0),(34744,'2021-09-09 04:39:34','imp','optin_5','7227261368','','714',0),(34745,'2021-09-09 04:39:40','imp','optin_8','7227261368','','714',0),(34746,'2021-09-09 04:42:51','imp','optin_7','7227261368','','714',0),(34747,'2021-09-09 07:13:13','imp','optin_7','mailchimp_7227261368','','714',0),(34748,'2021-09-09 07:13:13','imp','optin_8','7227261368','','714',0),(34749,'2021-09-10 00:37:38','imp','optin_7','mailchimp_7227261368','','714',0),(34750,'2021-09-10 00:37:57','imp','optin_8','7227261368','','714',0),(34751,'2021-09-10 00:53:05','imp','optin_7','7227261368','','714',0),(34752,'2021-09-10 03:36:31','imp','optin_7','mailchimp_7227261368','','714',0),(34753,'2021-09-10 03:36:31','imp','optin_5','7227261368','','714',0),(34754,'2021-09-10 03:36:50','imp','optin_8','7227261368','','714',0),(34755,'2021-09-10 03:37:55','imp','optin_7','7227261368','','714',0),(34756,'2021-09-10 22:13:06','imp','optin_7','mailchimp_7227261368','','714',0),(34757,'2021-09-10 22:13:26','imp','optin_8','7227261368','','714',0),(34758,'2021-09-10 22:13:54','imp','optin_7','7227261368','','714',0),(34759,'2021-09-10 23:40:37','imp','optin_5','7227261368','','714',0),(34760,'2021-09-11 06:41:26','imp','optin_7','mailchimp_7227261368','','714',0),(34761,'2021-09-11 06:42:13','imp','optin_8','7227261368','','714',0),(34762,'2021-09-11 08:55:58','imp','optin_7','mailchimp_7227261368','','714',0),(34763,'2021-09-11 08:56:18','imp','optin_8','7227261368','','714',0),(34764,'2021-09-11 08:56:44','imp','optin_7','7227261368','','714',0),(34765,'2021-09-11 08:58:49','imp','optin_5','7227261368','','714',0),(34766,'2021-09-11 14:32:33','imp','optin_8','7227261368','','-1',0),(34767,'2021-09-11 23:58:08','imp','optin_8','7227261368','','-1',0),(34768,'2021-09-12 07:33:59','imp','optin_8','7227261368','','926',0),(34769,'2021-09-12 07:34:12','imp','optin_5','7227261368','','926',0),(34770,'2021-09-12 19:14:29','imp','optin_8','7227261368','','411',0),(34771,'2021-09-12 23:49:25','imp','optin_7','mailchimp_7227261368','','714',0),(34772,'2021-09-12 23:49:35','imp','optin_8','7227261368','','714',0),(34773,'2021-09-13 00:26:10','imp','optin_7','mailchimp_7227261368','','714',0),(34774,'2021-09-13 00:26:23','imp','optin_8','7227261368','','714',0),(34775,'2021-09-13 00:26:27','imp','optin_7','7227261368','','714',0),(34776,'2021-09-13 00:26:28','imp','optin_5','7227261368','','714',0),(34777,'2021-09-13 01:21:58','imp','optin_7','mailchimp_7227261368','','714',0),(34778,'2021-09-13 01:22:18','imp','optin_8','7227261368','','714',0),(34779,'2021-09-13 01:38:47','imp','optin_5','7227261368','','714',0),(34780,'2021-09-13 01:39:05','imp','optin_7','7227261368','','714',0),(34781,'2021-09-13 03:08:25','imp','optin_7','mailchimp_7227261368','','714',0),(34782,'2021-09-13 03:08:45','imp','optin_8','7227261368','','714',0),(34783,'2021-09-13 03:09:10','imp','optin_7','7227261368','','714',0),(34784,'2021-09-13 08:00:21','imp','optin_7','mailchimp_7227261368','','714',0),(34785,'2021-09-13 08:00:40','imp','optin_8','7227261368','','714',0),(34786,'2021-09-13 08:01:51','imp','optin_7','7227261368','','714',0),(34787,'2021-09-13 13:05:40','imp','optin_7','mailchimp_7227261368','','714',0),(34788,'2021-09-13 13:05:41','imp','optin_5','7227261368','','714',0),(34789,'2021-09-13 13:05:59','imp','optin_8','7227261368','','714',0),(34790,'2021-09-13 13:06:08','imp','optin_7','7227261368','','714',0),(34791,'2021-09-13 19:50:54','imp','optin_8','7227261368','','-1',0),(34792,'2021-09-14 03:08:48','imp','optin_7','mailchimp_7227261368','','714',0),(34793,'2021-09-14 03:09:07','imp','optin_8','7227261368','','714',0),(34794,'2021-09-14 04:59:25','imp','optin_7','mailchimp_7227261368','','714',0),(34795,'2021-09-14 04:59:37','imp','optin_8','7227261368','','714',0),(34796,'2021-09-14 04:59:53','imp','optin_7','7227261368','','714',0),(34797,'2021-09-14 06:30:29','imp','optin_7','mailchimp_7227261368','','714',0),(34798,'2021-09-14 06:30:48','imp','optin_8','7227261368','','714',0),(34799,'2021-09-14 06:31:03','imp','optin_7','7227261368','','714',0),(34800,'2021-09-14 07:34:49','imp','optin_7','mailchimp_7227261368','','714',0),(34801,'2021-09-14 22:01:27','imp','optin_8','7227261368','','698',0),(34802,'2021-09-14 22:01:32','imp','optin_5','7227261368','','698',0),(34803,'2021-09-15 03:19:47','imp','optin_7','mailchimp_7227261368','','714',0),(34804,'2021-09-15 03:20:06','imp','optin_8','7227261368','','714',0),(34805,'2021-09-15 03:28:10','imp','optin_7','mailchimp_7227261368','','714',0),(34806,'2021-09-15 03:28:30','imp','optin_7','7227261368','','714',0),(34807,'2021-09-15 03:28:30','imp','optin_8','7227261368','','714',0),(34808,'2021-09-15 03:28:30','imp','optin_8','7227261368','','714',0),(34809,'2021-09-15 05:58:48','imp','optin_7','mailchimp_7227261368','','714',0),(34810,'2021-09-15 09:24:13','imp','optin_7','mailchimp_7227261368','','714',0),(34811,'2021-09-15 09:24:32','imp','optin_8','7227261368','','714',0),(34812,'2021-09-15 09:25:01','imp','optin_7','7227261368','','714',0),(34813,'2021-09-15 11:57:20','imp','optin_7','mailchimp_7227261368','','714',0),(34814,'2021-09-15 11:57:40','imp','optin_8','7227261368','','714',0),(34815,'2021-09-15 11:57:59','imp','optin_5','7227261368','','714',0),(34816,'2021-09-15 11:58:03','imp','optin_7','7227261368','','714',0),(34817,'2021-09-16 00:57:51','imp','optin_7','mailchimp_7227261368','','714',0),(34818,'2021-09-16 00:57:53','imp','optin_8','7227261368','','714',0),(34819,'2021-09-16 00:57:59','imp','optin_7','7227261368','','714',0),(34820,'2021-09-16 02:44:40','imp','optin_7','mailchimp_7227261368','','714',0),(34821,'2021-09-16 02:44:50','imp','optin_5','7227261368','','714',0),(34822,'2021-09-16 02:44:59','imp','optin_8','7227261368','','714',0),(34823,'2021-09-16 03:55:23','imp','optin_5','7227261368','','714',0),(34824,'2021-09-16 03:55:42','imp','optin_7','mailchimp_7227261368','','714',0),(34825,'2021-09-16 06:00:13','imp','optin_7','mailchimp_7227261368','','714',0),(34826,'2021-09-16 06:00:13','imp','optin_5','7227261368','','714',0),(34827,'2021-09-16 07:13:46','imp','optin_7','mailchimp_7227261368','','714',0),(34828,'2021-09-16 07:14:06','imp','optin_8','7227261368','','714',0),(34829,'2021-09-16 10:29:11','imp','optin_7','mailchimp_7227261368','','714',0),(34830,'2021-09-16 10:29:30','imp','optin_8','7227261368','','714',0),(34831,'2021-09-16 10:31:28','imp','optin_7','mailchimp_7227261368','','714',0),(34832,'2021-09-16 10:31:48','imp','optin_8','7227261368','','714',0),(34833,'2021-09-16 17:02:34','imp','optin_5','7227261368','','714',0),(34834,'2021-09-16 17:02:34','imp','optin_7','mailchimp_7227261368','','714',0),(34835,'2021-09-16 17:02:54','imp','optin_8','7227261368','','714',0),(34836,'2021-09-17 04:05:10','imp','optin_7','mailchimp_7227261368','','714',0),(34837,'2021-09-17 04:05:29','imp','optin_8','7227261368','','714',0),(34838,'2021-09-17 04:05:56','imp','optin_7','7227261368','','714',0),(34839,'2021-09-17 05:45:28','imp','optin_7','mailchimp_7227261368','','714',0),(34840,'2021-09-17 06:02:49','imp','optin_8','7227261368','','904',0),(34841,'2021-09-17 06:06:41','imp','optin_5','7227261368','','904',0),(34842,'2021-09-17 19:48:28','imp','optin_7','mailchimp_7227261368','','714',0),(34843,'2021-09-17 19:48:48','imp','optin_8','7227261368','','714',0),(34844,'2021-09-17 19:49:02','imp','optin_7','7227261368','','714',0),(34845,'2021-09-18 04:54:56','imp','optin_7','mailchimp_7227261368','','714',0),(34846,'2021-09-18 04:54:59','imp','optin_8','7227261368','','714',0),(34847,'2021-09-18 05:54:58','imp','optin_7','mailchimp_7227261368','','714',0),(34848,'2021-09-18 05:55:06','imp','optin_8','7227261368','','714',0),(34849,'2021-09-18 05:55:16','imp','optin_7','7227261368','','714',0),(34850,'2021-09-18 07:18:21','imp','optin_7','mailchimp_7227261368','','714',0),(34851,'2021-09-18 07:18:41','imp','optin_8','7227261368','','714',0),(34852,'2021-09-18 07:18:59','imp','optin_7','7227261368','','714',0),(34853,'2021-09-18 08:19:58','imp','optin_7','mailchimp_7227261368','','714',0),(34854,'2021-09-18 08:20:03','imp','optin_8','7227261368','','714',0),(34855,'2021-09-18 08:20:22','imp','optin_7','7227261368','','714',0),(34856,'2021-09-18 15:59:44','imp','optin_7','mailchimp_7227261368','','714',0),(34857,'2021-09-18 16:00:02','imp','optin_8','7227261368','','714',0),(34858,'2021-09-18 16:01:11','imp','optin_7','mailchimp_7227261368','','714',0),(34859,'2021-09-18 16:01:30','imp','optin_8','7227261368','','714',0),(34860,'2021-09-18 16:01:48','imp','optin_7','7227261368','','714',0),(34861,'2021-09-18 16:02:09','con','optin_7','mailchimp_7227261368','','714',0),(34862,'2021-09-18 16:02:12','imp','optin_5','7227261368','','714',0),(34863,'2021-09-19 09:32:30','imp','optin_7','mailchimp_7227261368','','714',0),(34864,'2021-09-19 09:32:35','imp','optin_7','7227261368','','714',0),(34865,'2021-09-19 09:32:35','imp','optin_8','7227261368','','714',0),(34866,'2021-09-19 12:30:21','imp','optin_8','7227261368','','-1',0),(34867,'2021-09-19 12:35:35','imp','optin_7','mailchimp_7227261368','','714',0),(34868,'2021-09-19 12:35:55','imp','optin_8','7227261368','','714',0),(34869,'2021-09-19 12:36:42','imp','optin_7','7227261368','','714',0),(34870,'2021-09-19 15:58:33','imp','optin_7','mailchimp_7227261368','','714',0),(34871,'2021-09-19 18:09:10','imp','optin_7','mailchimp_7227261368','','714',0),(34872,'2021-09-19 18:09:18','imp','optin_8','7227261368','','714',0),(34873,'2021-09-19 18:09:26','imp','optin_7','7227261368','','714',0),(34874,'2021-09-19 19:35:04','imp','optin_7','mailchimp_7227261368','','714',0),(34875,'2021-09-20 00:34:45','imp','optin_7','mailchimp_7227261368','','714',0),(34876,'2021-09-20 00:35:05','imp','optin_8','7227261368','','714',0),(34877,'2021-09-20 00:41:12','imp','optin_5','7227261368','','714',0),(34878,'2021-09-20 01:46:03','imp','optin_7','mailchimp_7227261368','','714',0),(34879,'2021-09-20 01:46:17','imp','optin_8','7227261368','','714',0),(34880,'2021-09-20 01:46:27','imp','optin_7','7227261368','','714',0),(34881,'2021-09-20 11:41:44','imp','optin_7','mailchimp_7227261368','','714',0),(34882,'2021-09-20 11:42:04','imp','optin_8','7227261368','','714',0),(34883,'2021-09-20 13:53:04','imp','optin_7','mailchimp_7227261368','','714',0),(34884,'2021-09-20 13:53:04','imp','optin_5','7227261368','','714',0),(34885,'2021-09-20 13:53:16','imp','optin_7','7227261368','','714',0),(34886,'2021-09-20 13:53:18','imp','optin_8','7227261368','','714',0),(34887,'2021-09-20 17:47:27','imp','optin_7','mailchimp_7227261368','','714',0),(34888,'2021-09-20 17:47:39','imp','optin_8','7227261368','','714',0),(34889,'2021-09-20 17:47:51','imp','optin_7','7227261368','','714',0),(34890,'2021-09-20 19:10:59','imp','optin_8','7227261368','','-1',0),(34891,'2021-09-20 21:04:35','imp','optin_7','mailchimp_7227261368','','714',0),(34892,'2021-09-20 21:04:53','imp','optin_5','7227261368','','714',0),(34893,'2021-09-20 21:04:53','imp','optin_8','7227261368','','714',0),(34894,'2021-09-20 23:01:51','imp','optin_7','mailchimp_7227261368','','714',0),(34895,'2021-09-20 23:02:11','imp','optin_8','7227261368','','714',0),(34896,'2021-09-20 23:10:48','imp','optin_7','7227261368','','714',0),(34897,'2021-09-20 23:10:48','imp','optin_5','7227261368','','714',0),(34898,'2021-09-21 02:44:13','imp','optin_5','7227261368','','714',0),(34899,'2021-09-21 02:44:13','imp','optin_7','mailchimp_7227261368','','714',0),(34900,'2021-09-21 02:44:32','imp','optin_8','7227261368','','714',0),(34901,'2021-09-21 02:46:37','imp','optin_7','7227261368','','714',0),(34902,'2021-09-21 10:49:04','imp','optin_7','mailchimp_7227261368','','714',0),(34903,'2021-09-21 10:49:23','imp','optin_8','7227261368','','714',0),(34904,'2021-09-21 13:39:38','imp','optin_7','mailchimp_7227261368','','714',0),(34905,'2021-09-21 13:39:57','imp','optin_5','7227261368','','714',0),(34906,'2021-09-21 13:39:57','imp','optin_8','7227261368','','714',0),(34907,'2021-09-21 13:40:21','imp','optin_7','7227261368','','714',0),(34908,'2021-09-21 14:25:03','imp','optin_8','7227261368','','-1',0),(34909,'2021-09-21 15:48:53','imp','optin_8','7227261368','','-1',0),(34910,'2021-09-21 16:00:45','imp','optin_2','7227261368','','2',0),(34911,'2021-09-21 16:24:54','imp','optin_7','mailchimp_7227261368','','714',0),(34912,'2021-09-21 16:25:12','imp','optin_8','7227261368','','714',0),(34913,'2021-09-21 16:25:14','imp','optin_8','7227261368','','714',0),(34914,'2021-09-21 16:25:20','imp','optin_7','7227261368','','714',0),(34915,'2021-09-22 06:25:48','imp','optin_7','mailchimp_7227261368','','714',0),(34916,'2021-09-22 06:25:56','imp','optin_5','7227261368','','714',0),(34917,'2021-09-22 06:26:06','imp','optin_8','7227261368','','714',0),(34918,'2021-09-22 06:26:13','imp','optin_7','7227261368','','714',0),(34919,'2021-09-22 13:39:29','imp','optin_2','7227261368','','2',0),(34920,'2021-09-22 13:39:29','imp','optin_8','7227261368','','2',0),(34921,'2021-09-22 15:33:56','imp','optin_7','mailchimp_7227261368','','714',0),(34922,'2021-09-22 15:34:16','imp','optin_8','7227261368','','714',0),(34923,'2021-09-22 16:05:40','imp','optin_7','mailchimp_7227261368','','714',0),(34924,'2021-09-22 16:06:00','imp','optin_8','7227261368','','714',0),(34925,'2021-09-22 18:33:29','imp','optin_7','mailchimp_7227261368','','714',0),(34926,'2021-09-22 18:33:48','imp','optin_8','7227261368','','714',0),(34927,'2021-09-22 18:34:17','imp','optin_7','7227261368','','714',0),(34928,'2021-09-22 23:25:00','imp','optin_7','mailchimp_7227261368','','714',0),(34929,'2021-09-22 23:40:06','imp','optin_7','mailchimp_7227261368','','714',0),(34930,'2021-09-22 23:40:26','imp','optin_8','7227261368','','714',0),(34931,'2021-09-22 23:40:46','imp','optin_7','7227261368','','714',0),(34932,'2021-09-23 05:06:26','imp','optin_7','mailchimp_7227261368','','714',0),(34933,'2021-09-23 05:06:27','imp','optin_5','7227261368','','714',0),(34934,'2021-09-23 05:06:45','imp','optin_8','7227261368','','714',0),(34935,'2021-09-23 05:07:01','imp','optin_7','7227261368','','714',0),(34936,'2021-09-23 07:09:52','imp','optin_7','mailchimp_7227261368','','714',0),(34937,'2021-09-23 07:09:52','imp','optin_5','7227261368','','714',0),(34938,'2021-09-23 07:09:59','imp','optin_7','7227261368','','714',0),(34939,'2021-09-23 07:10:00','imp','optin_8','7227261368','','714',0),(34940,'2021-09-23 09:02:38','imp','optin_7','mailchimp_7227261368','','714',0),(34941,'2021-09-23 09:44:00','imp','optin_7','mailchimp_7227261368','','714',0),(34942,'2021-09-23 09:44:20','imp','optin_8','7227261368','','714',0),(34943,'2021-09-23 09:44:26','imp','optin_5','7227261368','','714',0),(34944,'2021-09-23 09:44:38','imp','optin_7','7227261368','','714',0),(34945,'2021-09-23 16:51:23','imp','optin_2','7227261368','','92',0),(34946,'2021-09-23 16:51:25','imp','optin_8','7227261368','','-1',0),(34947,'2021-09-23 16:52:34','imp','optin_5','7227261368','','936',0),(34948,'2021-09-23 21:58:10','imp','optin_7','mailchimp_7227261368','','714',0),(34949,'2021-09-23 21:58:29','imp','optin_8','7227261368','','714',0),(34950,'2021-09-23 22:00:34','imp','optin_5','7227261368','','714',0),(34951,'2021-09-24 00:30:00','imp','optin_7','mailchimp_7227261368','','714',0),(34952,'2021-09-24 00:30:10','imp','optin_8','7227261368','','714',0),(34953,'2021-09-24 00:39:11','imp','optin_7','mailchimp_7227261368','','714',0),(34954,'2021-09-24 00:39:31','imp','optin_8','7227261368','','714',0),(34955,'2021-09-24 00:39:57','imp','optin_5','7227261368','','714',0),(34956,'2021-09-24 00:40:08','imp','optin_7','7227261368','','714',0),(34957,'2021-09-24 04:16:55','imp','optin_7','mailchimp_7227261368','','714',0),(34958,'2021-09-24 10:06:34','imp','optin_7','mailchimp_7227261368','','714',0),(34959,'2021-09-24 10:06:35','imp','optin_5','7227261368','','714',0),(34960,'2021-09-24 10:06:52','imp','optin_8','7227261368','','714',0),(34961,'2021-09-24 10:08:37','imp','optin_7','7227261368','','714',0),(34962,'2021-09-24 10:08:46','imp','optin_7','mailchimp_7227261368','','714',0),(34963,'2021-09-24 10:09:06','imp','optin_8','7227261368','','714',0),(34964,'2021-09-24 10:10:50','imp','optin_7','7227261368','','714',0),(34965,'2021-09-24 12:51:27','imp','optin_7','mailchimp_7227261368','','714',0),(34966,'2021-09-24 12:51:46','imp','optin_8','7227261368','','714',0),(34967,'2021-09-24 12:51:55','imp','optin_7','7227261368','','714',0),(34968,'2021-09-25 00:31:16','imp','optin_7','mailchimp_7227261368','','714',0),(34969,'2021-09-25 00:31:35','imp','optin_8','7227261368','','714',0),(34970,'2021-09-25 00:31:42','imp','optin_7','7227261368','','714',0),(34971,'2021-09-25 00:31:48','imp','optin_5','7227261368','','714',0),(34972,'2021-09-25 01:25:05','imp','optin_7','mailchimp_7227261368','','714',0),(34973,'2021-09-25 01:25:25','imp','optin_8','7227261368','','714',0),(34974,'2021-09-25 01:25:32','imp','optin_7','7227261368','','714',0),(34975,'2021-09-25 01:28:30','imp','optin_5','7227261368','','714',0),(34976,'2021-09-25 04:29:04','imp','optin_7','mailchimp_7227261368','','714',0),(34977,'2021-09-25 04:29:23','imp','optin_8','7227261368','','714',0),(34978,'2021-09-25 10:33:19','imp','optin_7','mailchimp_7227261368','','714',0),(34979,'2021-09-25 10:33:34','imp','optin_8','7227261368','','714',0),(34980,'2021-09-25 10:33:42','imp','optin_7','7227261368','','714',0),(34981,'2021-09-25 12:01:48','imp','optin_7','mailchimp_7227261368','','714',0),(34982,'2021-09-25 12:01:54','imp','optin_8','7227261368','','714',0),(34983,'2021-09-25 12:02:03','imp','optin_7','7227261368','','714',0),(34984,'2021-09-25 16:23:08','imp','optin_7','mailchimp_7227261368','','714',0),(34985,'2021-09-25 16:23:27','imp','optin_8','7227261368','','714',0),(34986,'2021-09-25 16:23:34','imp','optin_7','7227261368','','714',0),(34987,'2021-09-26 00:47:41','imp','optin_7','mailchimp_7227261368','','714',0),(34988,'2021-09-26 00:47:41','imp','optin_5','7227261368','','714',0),(34989,'2021-09-26 00:47:54','imp','optin_7','7227261368','','714',0),(34990,'2021-09-26 00:47:54','imp','optin_8','7227261368','','714',0),(34991,'2021-09-26 08:13:24','imp','optin_7','mailchimp_7227261368','','714',0),(34992,'2021-09-26 08:13:40','imp','optin_8','7227261368','','714',0),(34993,'2021-09-26 08:14:01','imp','optin_7','7227261368','','714',0),(34994,'2021-09-26 11:48:56','imp','optin_7','mailchimp_7227261368','','714',0),(34995,'2021-09-26 11:49:17','imp','optin_8','7227261368','','714',0),(34996,'2021-09-26 11:49:27','imp','optin_7','7227261368','','714',0),(34997,'2021-09-26 13:54:32','imp','optin_7','mailchimp_7227261368','','714',0),(34998,'2021-09-26 13:54:43','imp','optin_8','7227261368','','714',0),(34999,'2021-09-26 13:54:59','imp','optin_7','7227261368','','714',0),(35000,'2021-09-26 14:05:00','imp','optin_8','7227261368','','-1',0),(35001,'2021-09-26 18:33:11','imp','optin_7','mailchimp_7227261368','','714',0),(35002,'2021-09-26 18:33:25','imp','optin_7','mailchimp_7227261368','','714',0),(35003,'2021-09-26 18:33:30','imp','optin_8','7227261368','','714',0),(35004,'2021-09-26 18:35:30','imp','optin_7','mailchimp_7227261368','','714',0),(35005,'2021-09-26 18:35:51','imp','optin_8','7227261368','','714',0),(35006,'2021-09-26 18:38:25','imp','optin_5','7227261368','','714',0),(35007,'2021-09-26 18:38:32','imp','optin_7','7227261368','','714',0),(35008,'2021-09-26 19:37:22','imp','optin_7','mailchimp_7227261368','','714',0),(35009,'2021-09-26 19:37:34','imp','optin_8','7227261368','','714',0),(35010,'2021-09-26 19:37:42','imp','optin_7','7227261368','','714',0),(35011,'2021-09-26 20:03:33','imp','optin_7','mailchimp_7227261368','','714',0),(35012,'2021-09-26 20:03:42','imp','optin_8','7227261368','','714',0),(35013,'2021-09-26 20:03:51','imp','optin_7','7227261368','','714',0),(35014,'2021-09-26 21:50:34','imp','optin_7','mailchimp_7227261368','','714',0),(35015,'2021-09-26 21:50:56','imp','optin_8','7227261368','','714',0),(35016,'2021-09-26 22:26:26','imp','optin_7','mailchimp_7227261368','','714',0),(35017,'2021-09-27 02:18:02','imp','optin_7','mailchimp_7227261368','','714',0),(35018,'2021-09-27 02:18:12','imp','optin_5','7227261368','','714',0),(35019,'2021-09-27 02:18:21','imp','optin_8','7227261368','','714',0),(35020,'2021-09-27 02:18:28','imp','optin_7','7227261368','','714',0),(35021,'2021-09-27 03:36:06','imp','optin_7','mailchimp_7227261368','','714',0),(35022,'2021-09-27 03:36:24','imp','optin_8','7227261368','','714',0),(35023,'2021-09-27 03:36:25','imp','optin_8','7227261368','','714',0),(35024,'2021-09-27 05:26:43','imp','optin_7','mailchimp_7227261368','','714',0),(35025,'2021-09-27 05:26:57','imp','optin_8','7227261368','','714',0),(35026,'2021-09-27 05:27:11','imp','optin_7','7227261368','','714',0),(35027,'2021-09-27 10:52:07','imp','optin_7','mailchimp_7227261368','','714',0),(35028,'2021-09-27 18:19:00','imp','optin_7','mailchimp_7227261368','','714',0),(35029,'2021-09-27 18:20:15','imp','optin_7','mailchimp_7227261368','','714',0),(35030,'2021-09-27 18:23:03','imp','optin_7','mailchimp_7227261368','','714',0),(35031,'2021-09-27 18:23:23','imp','optin_8','7227261368','','714',0),(35032,'2021-09-27 18:23:32','imp','optin_5','7227261368','','714',0),(35033,'2021-09-27 18:23:43','imp','optin_7','7227261368','','714',0),(35034,'2021-09-27 20:16:59','imp','optin_8','7227261368','','-1',0),(35035,'2021-09-28 04:44:31','imp','optin_8','7227261368','','878',0),(35036,'2021-09-28 04:44:31','imp','optin_5','7227261368','','878',0),(35037,'2021-09-28 06:29:12','imp','optin_7','mailchimp_7227261368','','714',0),(35038,'2021-09-28 13:03:52','imp','optin_7','mailchimp_7227261368','','714',0),(35039,'2021-09-28 13:03:52','imp','optin_5','7227261368','','714',0),(35040,'2021-09-28 15:10:55','imp','optin_8','7227261368','','-1',0),(35041,'2021-09-28 16:50:55','imp','optin_7','mailchimp_7227261368','','714',0),(35042,'2021-09-28 16:51:07','imp','optin_5','7227261368','','714',0),(35043,'2021-09-28 16:51:13','imp','optin_8','7227261368','','714',0),(35044,'2021-09-28 16:51:14','imp','optin_8','7227261368','','714',0),(35045,'2021-09-28 16:51:24','imp','optin_7','7227261368','','714',0),(35046,'2021-09-28 17:31:04','imp','optin_7','mailchimp_7227261368','','714',0),(35047,'2021-09-28 17:31:24','imp','optin_8','7227261368','','714',0),(35048,'2021-09-28 17:31:40','imp','optin_7','7227261368','','714',0),(35049,'2021-09-28 22:14:32','imp','optin_7','mailchimp_7227261368','','714',0),(35050,'2021-09-29 02:38:27','imp','optin_7','mailchimp_7227261368','','714',0),(35051,'2021-09-29 02:38:31','imp','optin_8','7227261368','','714',0),(35052,'2021-09-29 02:38:37','imp','optin_7','7227261368','','714',0),(35053,'2021-09-29 03:36:25','imp','optin_7','mailchimp_7227261368','','714',0),(35054,'2021-09-29 05:39:50','imp','optin_5','7227261368','','714',0),(35055,'2021-09-29 05:39:50','imp','optin_7','mailchimp_7227261368','','714',0),(35056,'2021-09-29 05:39:57','imp','optin_8','7227261368','','714',0),(35057,'2021-09-29 05:39:58','imp','optin_7','7227261368','','714',0),(35058,'2021-09-29 06:07:35','imp','optin_7','mailchimp_7227261368','','714',0),(35059,'2021-09-29 06:07:55','imp','optin_8','7227261368','','714',0),(35060,'2021-09-29 06:10:01','imp','optin_7','7227261368','','714',0),(35061,'2021-09-29 14:47:24','imp','optin_8','7227261368','','-1',0),(35062,'2021-09-29 14:47:29','imp','optin_8','7227261368','','-1',0),(35063,'2021-09-29 14:48:07','imp','optin_8','7227261368','','-1',0),(35064,'2021-09-29 19:34:06','imp','optin_7','mailchimp_7227261368','','714',0),(35065,'2021-09-29 19:34:26','imp','optin_8','7227261368','','714',0),(35066,'2021-09-29 19:35:18','imp','optin_7','7227261368','','714',0),(35067,'2021-09-29 20:34:05','imp','optin_7','mailchimp_7227261368','','714',0),(35068,'2021-09-29 20:34:25','imp','optin_8','7227261368','','714',0),(35069,'2021-09-29 20:34:32','imp','optin_7','7227261368','','714',0),(35070,'2021-09-30 06:38:16','imp','optin_8','7227261368','','0',0),(35071,'2021-09-30 07:06:04','imp','optin_5','7227261368','','0',0),(35072,'2021-09-30 07:06:17','con','optin_8','mailchimp_7227261368','','0',0),(35073,'2021-09-30 08:47:37','imp','optin_7','mailchimp_7227261368','','714',0),(35074,'2021-09-30 08:47:55','imp','optin_8','7227261368','','714',0),(35075,'2021-09-30 08:48:06','imp','optin_7','7227261368','','714',0),(35076,'2021-09-30 10:29:01','imp','optin_7','mailchimp_7227261368','','714',0),(35077,'2021-09-30 10:29:04','imp','optin_5','7227261368','','714',0),(35078,'2021-09-30 10:29:16','imp','optin_7','7227261368','','714',0),(35079,'2021-09-30 10:29:18','imp','optin_8','7227261368','','714',0),(35080,'2021-09-30 21:58:26','imp','optin_7','mailchimp_7227261368','','714',0),(35081,'2021-09-30 21:58:46','imp','optin_8','7227261368','','714',0),(35082,'2021-10-01 00:36:04','imp','optin_7','mailchimp_7227261368','','714',0),(35083,'2021-10-01 00:36:20','imp','optin_8','7227261368','','714',0),(35084,'2021-10-01 00:36:20','imp','optin_7','7227261368','','714',0),(35085,'2021-10-01 02:48:44','imp','optin_7','mailchimp_7227261368','','714',0),(35086,'2021-10-01 02:48:45','imp','optin_5','7227261368','','714',0),(35087,'2021-10-01 02:49:01','imp','optin_7','7227261368','','714',0),(35088,'2021-10-01 02:49:02','imp','optin_8','7227261368','','714',0),(35089,'2021-10-01 15:01:48','imp','optin_8','7227261368','','878',0),(35090,'2021-10-01 15:04:25','imp','optin_2','7227261368','','92',0),(35091,'2021-10-01 17:17:18','imp','optin_7','mailchimp_7227261368','','714',0),(35092,'2021-10-01 17:17:18','imp','optin_5','7227261368','','714',0),(35093,'2021-10-01 17:17:26','imp','optin_8','7227261368','','714',0),(35094,'2021-10-01 17:17:32','imp','optin_7','7227261368','','714',0),(35095,'2021-10-01 21:20:59','imp','optin_8','7227261368','','967',0),(35096,'2021-10-01 21:22:27','imp','optin_5','7227261368','','967',0),(35097,'2021-10-01 22:08:04','imp','optin_7','mailchimp_7227261368','','714',0),(35098,'2021-10-01 22:08:04','imp','optin_5','7227261368','','714',0),(35099,'2021-10-01 22:08:23','imp','optin_8','7227261368','','714',0),(35100,'2021-10-01 22:08:50','imp','optin_7','7227261368','','714',0),(35101,'2021-10-01 22:15:09','imp','optin_7','mailchimp_7227261368','','714',0),(35102,'2021-10-01 22:15:10','imp','optin_5','7227261368','','714',0),(35103,'2021-10-01 22:15:29','imp','optin_8','7227261368','','714',0),(35104,'2021-10-01 22:16:00','imp','optin_7','7227261368','','714',0),(35105,'2021-10-02 03:15:20','imp','optin_7','mailchimp_7227261368','','714',0),(35106,'2021-10-02 03:15:20','imp','optin_5','7227261368','','714',0),(35107,'2021-10-02 03:15:32','imp','optin_8','7227261368','','714',0),(35108,'2021-10-02 03:15:32','imp','optin_7','7227261368','','714',0),(35109,'2021-10-02 03:45:56','imp','optin_7','mailchimp_7227261368','','714',0),(35110,'2021-10-02 03:46:15','imp','optin_8','7227261368','','714',0),(35111,'2021-10-02 03:48:21','imp','optin_7','7227261368','','714',0),(35112,'2021-10-02 08:26:28','imp','optin_7','mailchimp_7227261368','','714',0),(35113,'2021-10-02 08:26:47','imp','optin_8','7227261368','','714',0),(35114,'2021-10-02 11:20:53','imp','optin_8','7227261368','','-1',0),(35115,'2021-10-02 11:20:53','imp','optin_2','7227261368','','92',0),(35116,'2021-10-02 11:53:21','imp','optin_8','7227261368','','-1',0); /*!40000 ALTER TABLE `wp_et_bloom_stats` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_et_social_stats` -- DROP TABLE IF EXISTS `wp_et_social_stats`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_et_social_stats` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `sharing_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `network` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `action` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` bigint(20) NOT NULL, `ip_address` varchar(45) COLLATE utf8mb4_unicode_520_ci NOT NULL, `media_url` varchar(2083) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_et_social_stats` -- LOCK TABLES `wp_et_social_stats` WRITE; /*!40000 ALTER TABLE `wp_et_social_stats` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_et_social_stats` 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` longtext 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=MyISAM AUTO_INCREMENT=8 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 DEFAULT NULL, `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=MyISAM AUTO_INCREMENT=121041 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://www.raisingclevergirls.com.au','yes'),(2,'blogname','Raising Clever Girls','yes'),(3,'blogdescription','Raising girls that are smart, strong and clever, not just pretty.','yes'),(4,'users_can_register','0','yes'),(5,'admin_email','contact@raisingclevergirls.com','yes'),(6,'start_of_week','1','yes'),(7,'use_balanceTags','0','yes'),(8,'use_smilies','1','yes'),(9,'require_name_email','1','yes'),(10,'comments_notify','1','yes'),(11,'posts_per_rss','10','yes'),(12,'rss_use_excerpt','0','yes'),(13,'mailserver_url','mail.example.com','yes'),(14,'mailserver_login','login@example.com','yes'),(15,'mailserver_pass','password','yes'),(16,'mailserver_port','110','yes'),(17,'default_category','1','yes'),(18,'default_comment_status','open','yes'),(19,'default_ping_status','open','yes'),(20,'default_pingback_flag','0','yes'),(22,'posts_per_page','5','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'),(29,'comment_moderation','0','yes'),(30,'moderation_notify','1','yes'),(31,'permalink_structure','/%postname%/','yes'),(33,'hack_file','0','yes'),(34,'blog_charset','UTF-8','yes'),(35,'moderation_keys','','no'),(36,'active_plugins','a:24:{i:0;s:19:\"akismet/akismet.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:3;s:36:\"contact-form-7/wp-contact-form-7.php\";i:4;s:49:\"elegant-themes-support/elegant-themes-support.php\";i:5;s:36:\"elegantbuilder/et-layout-builder.php\";i:6;s:31:\"et-shortcodes/et-shortcodes.php\";i:7;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:8;s:35:\"insert-headers-and-footers/ihaf.php\";i:9;s:33:\"instagram-feed/instagram-feed.php\";i:10;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:11;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:12;s:19:\"monarch/monarch.php\";i:13;s:29:\"pdf-embedder/pdf_embedder.php\";i:14;s:27:\"updraftplus/updraftplus.php\";i:15;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";i:16;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:17;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:18;s:27:\"woocommerce/woocommerce.php\";i:19;s:23:\"wordfence/wordfence.php\";i:20;s:24:\"wordpress-seo/wp-seo.php\";i:21;s:23:\"wp-smushit/wp-smush.php\";i:22;s:44:\"yith-woocommerce-membership-premium/init.php\";i:23;s:46:\"yith-woocommerce-multi-vendor-premium/init.php\";}','yes'),(37,'home','http://www.raisingclevergirls.com.au','yes'),(38,'category_base','','yes'),(39,'ping_sites','http://rpc.pingomatic.com/','yes'),(41,'comment_max_links','2','yes'),(42,'gmt_offset','','yes'),(43,'default_email_category','1','yes'),(44,'recently_edited','a:5:{i:0;s:73:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/updraftplus/updraftplus.php\";i:1;s:69:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/themes/Divi-child/functions.php\";i:2;s:65:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/themes/Divi-child/style.css\";i:3;s:101:\"/home/raisingc/public_html/wp-content/plugins/facebook-conversion-pixel/facebook-conversion-pixel.php\";i:4;s:69:\"/home/raisingc/public_html/wp-content/themes/Divi-child/functions.php\";}','yes'),(45,'template','Divi','yes'),(46,'stylesheet','Divi-child','yes'),(47,'comment_whitelist','1','yes'),(48,'blacklist_keys','','no'),(49,'comment_registration','0','yes'),(51,'html_type','text/html','yes'),(52,'use_trackback','0','yes'),(53,'default_role','subscriber','yes'),(54,'db_version','38590','yes'),(55,'uploads_use_yearmonth_folders','1','yes'),(56,'upload_path','/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/uploads','yes'),(57,'blog_public','1','yes'),(58,'default_link_category','2','yes'),(59,'show_on_front','page','yes'),(60,'tag_base','','yes'),(61,'show_avatars','1','yes'),(62,'avatar_rating','G','yes'),(63,'upload_url_path','','yes'),(64,'thumbnail_size_w','150','yes'),(65,'thumbnail_size_h','150','yes'),(66,'thumbnail_crop','1','yes'),(67,'medium_size_w','300','yes'),(68,'medium_size_h','300','yes'),(69,'avatar_default','mystery','yes'),(72,'large_size_w','1024','yes'),(73,'large_size_h','1024','yes'),(74,'image_default_link_type','','yes'),(75,'image_default_size','','yes'),(76,'image_default_align','','yes'),(77,'close_comments_for_old_posts','0','yes'),(78,'close_comments_days_old','14','yes'),(79,'thread_comments','1','yes'),(80,'thread_comments_depth','5','yes'),(81,'page_comments','0','yes'),(82,'comments_per_page','50','yes'),(83,'default_comments_page','newest','yes'),(84,'comment_order','asc','yes'),(85,'sticky_posts','a:0:{}','yes'),(86,'widget_categories','a:2:{i:2;a:4:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:12:\"hierarchical\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(87,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(88,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(89,'timezone_string','Australia/Sydney','yes'),(91,'embed_size_w','','yes'),(92,'embed_size_h','600','yes'),(93,'page_for_posts','0','yes'),(94,'page_on_front','92','yes'),(95,'wp_user_roles','a:10:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:146:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s: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:9:\"edit_plan\";b:1;s:11:\"delete_plan\";b:1;s:10:\"edit_plans\";b:1;s:17:\"edit_others_plans\";b:1;s:13:\"publish_plans\";b:1;s:18:\"read_private_plans\";b:1;s:12:\"delete_plans\";b:1;s:20:\"delete_private_plans\";b:1;s:22:\"delete_published_plans\";b:1;s:19:\"delete_others_plans\";b:1;s:18:\"edit_private_plans\";b:1;s:20:\"edit_published_plans\";b:1;s:20:\"wpseo_manage_options\";b:1;s:29:\"manage_instagram_feed_options\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:35:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s: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:121:{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;s:9:\"edit_plan\";b:1;s:11:\"delete_plan\";b:1;s:10:\"edit_plans\";b:1;s:17:\"edit_others_plans\";b:1;s:13:\"publish_plans\";b:1;s:18:\"read_private_plans\";b:1;s:12:\"delete_plans\";b:1;s:20:\"delete_private_plans\";b:1;s:22:\"delete_published_plans\";b:1;s:19:\"delete_others_plans\";b:1;s:18:\"edit_private_plans\";b:1;s:20:\"edit_published_plans\";b:1;}}s:11:\"yith_vendor\";a:2:{s:4:\"name\";s:6:\"Vendor\";s:12:\"capabilities\";a:17:{s:4:\"read\";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:15:\"delete_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"assign_product_terms\";b:1;s:12:\"upload_files\";b:1;s:15:\"manage_bookings\";b:1;s:19:\"manage_vendor_store\";b:1;s:10:\"edit_posts\";b:1;s:12:\"delete_posts\";b:1;s:24:\"view_woocommerce_reports\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:37:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(96,'widget_search','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(97,'widget_recent-posts','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(98,'widget_recent-comments','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:6:\"number\";i:5;}s:12:\"_multiwidget\";i:1;}','yes'),(99,'widget_archives','a:2:{i:2;a:3:{s:5:\"title\";s:0:\"\";s:5:\"count\";i:0;s:8:\"dropdown\";i:0;}s:12:\"_multiwidget\";i:1;}','yes'),(100,'widget_meta','a:2:{i:2;a:1:{s:5:\"title\";s:0:\"\";}s:12:\"_multiwidget\";i:1;}','yes'),(101,'sidebars_widgets','a:13:{s:18:\"orphaned_widgets_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:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:1:{i:0;s:13:\"bloomwidget-2\";}s:9:\"sidebar-2\";a:0:{}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:9:\"sidebar-8\";a:0:{}s:9:\"sidebar-9\";a:0:{}s:10:\"sidebar-10\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(102,'ftp_credentials','a:3:{s:8:\"hostname\";s:9:\"localhost\";s:8:\"username\";N;s:15:\"connection_type\";s:3:\"ftp\";}','yes'),(103,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(104,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(105,'widget_links','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(106,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(107,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(15665,'_amn_mi-lite_last_checked','1581033600','yes'),(17745,'_transient_timeout_external_ip_address_185.129.148.167','1508663901','no'),(17746,'_transient_external_ip_address_185.129.148.167','2404:8280:a111:101::46','no'),(16857,'_transient_timeout_external_ip_address_106.120.173.154','1507423794','no'),(16481,'_transient_timeout_external_ip_address_162.209.168.18','1506903269','no'),(16482,'_transient_external_ip_address_162.209.168.18','2404:8280:a111:101::46','no'),(16496,'_transient_timeout_external_ip_address_77.220.213.169','1506935653','no'),(17660,'_transient_external_ip_address_204.15.110.134','103.67.235.70','no'),(16497,'_transient_external_ip_address_77.220.213.169','103.67.235.70','no'),(16500,'_transient_timeout_external_ip_address_65.55.210.110','1506937324','no'),(16501,'_transient_external_ip_address_65.55.210.110','2404:8280:a111:101::46','no'),(17659,'_transient_timeout_external_ip_address_204.15.110.134','1508540917','no'),(16348,'_transient_timeout_external_ip_address_106.201.81.52','1506704850','no'),(16349,'_transient_external_ip_address_106.201.81.52','2404:8280:a111:101::46','no'),(6408,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6409,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(6410,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(5090,'yith_wcmap_endpoint_view-order','a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:10:\"view-order\";s:5:\"label\";s:9:\"My Orders\";s:4:\"icon\";s:11:\"file-text-o\";s:7:\"content\";s:20:\"[view_order_content]\";}','yes'),(5091,'yith_wcmap_endpoint_edit-account','a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:12:\"edit-account\";s:5:\"label\";s:12:\"Edit Account\";s:4:\"icon\";s:15:\"pencil-square-o\";s:7:\"content\";s:0:\"\";}','yes'),(5092,'yith_wcmap_endpoint_edit-address','a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:12:\"edit-address\";s:5:\"label\";s:12:\"Edit Address\";s:4:\"icon\";s:15:\"pencil-square-o\";s:7:\"content\";s:0:\"\";}','yes'),(109,'uninstall_plugins','a:6:{s:17:\"wpclef/wpclef.php\";a:2:{i:0;s:9:\"ClefSetup\";i:1;s:16:\"uninstall_plugin\";}s:53:\"child-theme-configurator/child-theme-configurator.php\";s:22:\"chld_thm_cfg_uninstall\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:35:\"monsterinsights_lite_uninstall_hook\";s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";s:34:\"wonderplugin_slider_lite_uninstall\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:31:\"wonderplugin_carousel_uninstall\";s:33:\"instagram-feed/instagram-feed.php\";s:22:\"sb_instagram_uninstall\";}','no'),(110,'default_post_format','0','yes'),(111,'link_manager_enabled','1','yes'),(112,'finished_splitting_shared_terms','1','yes'),(113,'site_icon','349','yes'),(114,'medium_large_size_w','768','yes'),(115,'medium_large_size_h','0','yes'),(116,'initial_db_version','15260','yes'),(118,'cron','a:24:{i:1633141134;a:1:{s:34:\"clef_wp_session_garbage_collection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1633142505;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:1633146704;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:1633149480;a:1:{s:29:\"mc4wp_refresh_mailchimp_lists\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633155832;a:1:{s:24:\"bloom_lists_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633164464;a:2:{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;}}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:1633164583;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633165562;a:1:{s:21:\"et_builder_fonts_cron\";a:1:{s:32:\"552cbb9d6515dadbbc4718ad75114f08\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:1:{s:8:\"interval\";s:5:\"daily\";}s:8:\"interval\";i:86400;}}}i:1633170993;a:1:{s:19:\"wpseo-reindex-links\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633173360;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:1633175100;a:1:{s:24:\"bloom_stats_auto_refresh\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633176008;a:2:{s:35:\"yith_wcmbs_check_expired_membership\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:38:\"yith_wcmbs_check_credits_in_membership\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633183200;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:1633189067;a:1:{s:36:\"yith_wcmbs_check_expiring_membership\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1633211343;a:1:{s:24:\"akismet_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:1633216630;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:1633250093;a:1:{s:35:\"monsterinsights_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1633327200;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1633361400;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"3c55782c193b9d8c7b31c2671c8477f5\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1633361400;}}}}i:1633437869;a:2:{s:14:\"updraft_backup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fortnightly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1209600;}}s:23:\"updraft_backup_database\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fortnightly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1209600;}}}i:1633620600;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"a6c51edd10e09b337a748c1fee73e429\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1633620600;}}}}i:1633996800;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:2592000;}}}i:1634779195;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','yes'),(119,'db_upgraded','','yes'),(3673,'WPLANG','','yes'),(121,'_transient_update_plugins','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(186,'et_divi','a:146:{s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:25:\"3_0_flush_rewrite_rules_2\";s:4:\"done\";s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:15:\"divi_1_3_images\";s:7:\"checked\";s:12:\"boxed_layout\";b:1;s:17:\"use_sidebar_width\";b:0;s:12:\"accent_color\";s:7:\"#e86f8b\";s:10:\"link_color\";s:7:\"#d62655\";s:12:\"vertical_nav\";b:0;s:8:\"hide_nav\";b:0;s:16:\"menu_link_active\";s:7:\"#d62856\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#d62856\";s:24:\"show_header_social_icons\";b:0;s:23:\"secondary_nav_fullwidth\";b:0;s:16:\"secondary_nav_bg\";s:7:\"#d62856\";s:25:\"secondary_nav_dropdown_bg\";s:7:\"#d62856\";s:22:\"fixed_secondary_nav_bg\";s:7:\"#d62856\";s:22:\"fixed_menu_link_active\";s:7:\"#d62856\";s:24:\"show_footer_social_icons\";b:1;s:29:\"footer_menu_active_link_color\";s:7:\"#d62856\";s:29:\"disable_custom_footer_credits\";b:1;s:13:\"color_schemes\";s:5:\"green\";s:12:\"header_style\";s:8:\"centered\";s:9:\"divi_logo\";s:108:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/logo-raising-clever-girls-header-website.jpg\";s:12:\"divi_favicon\";s:83:\"http://www.clevergirls.com.au/wp-content/uploads/2017/03/favicon-clever-girls-1.jpg\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:2:\"on\";s:15:\"divi_blog_style\";s:5:\"false\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_mailchimp_api_key\";s:0:\"\";s:31:\"divi_regenerate_mailchimp_lists\";s:5:\"false\";s:28:\"divi_regenerate_aweber_lists\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:5:\"false\";s:21:\"divi_show_google_icon\";s:5:\"false\";s:18:\"divi_show_rss_icon\";s:5:\"false\";s:17:\"divi_facebook_url\";s:44:\"https://www.facebook.com/raisingclevergirls/\";s:16:\"divi_twitter_url\";s:1:\"#\";s:15:\"divi_google_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:9;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:18;s:17:\"divi_tagnum_posts\";i:9;s:16:\"divi_date_format\";s:5:\"j M Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:26:\"divi_responsive_shortcodes\";s:2:\"on\";s:33:\"divi_gf_enable_all_character_sets\";s:2:\"on\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:15:\"divi_custom_css\";s:1212:\".et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 600px) {\n.et_header_style_centered #logo {\nmax-height: 180px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:25:\"divi_scroll_to_anchor_fix\";s:5:\"false\";s:14:\"divi_postinfo2\";a:0:{}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:5:\"false\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:0:{}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:30:\"et_fb_pref_modal_snap_location\";s:5:\"false\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:732;s:33:\"et_fb_pref_modal_dimension_height\";i:562;s:27:\"et_fb_pref_modal_position_x\";i:663;s:27:\"et_fb_pref_modal_position_y\";i:88;s:16:\"show_search_icon\";b:1;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:39:\"static_css_custom_css_safety_check_done\";b:1;s:19:\"et_pb_css_in_footer\";s:2:\"on\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:27:\"divi_minify_combine_scripts\";s:2:\"on\";s:26:\"divi_minify_combine_styles\";s:2:\"on\";s:21:\"et_pb_static_css_file\";s:2:\"on\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:19:\"product_tour_status\";a:1:{i:44;s:3:\"off\";}s:27:\"divi_skip_font_subset_force\";b:1;s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";}','yes'),(187,'theme_mods_Divi','a:7:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1488425811;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:0:{}s:18:\"orphaned_widgets_1\";a:6:{i:0;s:8:\"search-2\";i:1;s:14:\"recent-posts-2\";i:2;s:17:\"recent-comments-2\";i:3;s:10:\"archives-2\";i:4;s:12:\"categories-2\";i:5;s:6:\"meta-2\";}}}}','yes'),(123,'_transient_update_themes','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:0;}','yes'),(183,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(184,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(185,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(130,'wpclef','a:3:{s:12:\"installed_at\";s:5:\"2.6.1\";s:29:\"clef_form_settings_embed_clef\";i:1;s:7:\"version\";s:5:\"2.6.1\";}','yes'),(2049,'widget_yith_wcmbs_messages_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(318,'_site_transient_et_update_lb_plugin','O:8:\"stdClass\":1:{s:12:\"last_checked\";i:1633130647;}','no'),(131,'theme_mods_twentyseventeen','a:3:{s:18:\"custom_css_post_id\";i:-1;s:18:\"nav_menu_locations\";a:4:{s:12:\"primary-menu\";i:7;s:13:\"handheld-menu\";i:7;s:14:\"secondary-menu\";i:36;s:11:\"footer-menu\";i:39;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1498397341;s:4:\"data\";a:7:{s:19:\"wp_inactive_widgets\";a:0:{}s:18:\"orphaned_widgets_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:18:\"orphaned_widgets_2\";a:0:{}s:18:\"orphaned_widgets_3\";a:0:{}s:18:\"orphaned_widgets_4\";a:0:{}s:18:\"orphaned_widgets_5\";a:0:{}s:18:\"orphaned_widgets_6\";a:0:{}}}}','yes'),(136,'can_compress_scripts','0','no'),(1173,'_site_transient_timeout_browser_e962b733612dd4249c54f83e15b3b715','1490915745','no'),(1174,'_site_transient_browser_e962b733612dd4249c54f83e15b3b715','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2161,'woocommerce_gateway_order','a:4:{s:4:\"bacs\";i:0;s:6:\"cheque\";i:1;s:3:\"cod\";i:2;s:6:\"paypal\";i:3;}','yes'),(2013,'yit_recently_activated','a:2:{i:0;s:44:\"yith-woocommerce-membership-premium/init.php\";i:1;s:50:\"yith-woocommerce-customize-myaccount-page/init.php\";}','yes'),(2843,'_site_transient_timeout_browser_7eb30e157660040b1eb960c7ecc6697f','1493894493','no'),(2018,'yith_wcmbs_db_version','1.0.1','yes'),(2157,'woocommerce_shipping_debug_mode','no','no'),(2054,'yith_product_vendors_payments_table_created','1','yes'),(2055,'yith_product_vendors_db_version','1.1.0','yes'),(1955,'_wp_session_expires_b2655db895391bcbafd965b5055f3e7e','3015301824','no'),(1550,'updraft_dropbox','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e8a278ca42f7f6066ba9b0a1b4c95e16\";a:5:{s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:472:\"XJ+noZ2sXNR26r6jLK2/XJf3BReYrgMw2ArkdM1ZDvN/w9uH1shw66+Uy4XLG3ehukwwxN9wWuACN6dRvBQysPVbgx1LvPyY6YmpmuhWRBh+ymIeu5BijxkLuQPq76mTcUZolx00F422ti6wVq7nf0p4UdE4rjRAXbwBmmQ4wRJNzNxwH9Q3Z9D237uuNog4gjUSugDNt/k8XUCAOeOZLbQCOz75FAxeGey17iun1wWsBqbLNRHq41JrgNXKS0x9Xzpyd0JeZtHyiLzURVtSseNoGZcBK20VSNoQ+lj7EuOm1FWUuUExOzklsZbaxGPHlqchcQYB+mAPqJ1apspErvoQxm/3ccIcr7KOU3buWolnXZsE5p+jlOVhejkj9oNVoCANf+tleMO5opr+X89RKEFWO2TOEN9oDjDBex/+qmQJE19VgetrIvJW1x1kcLGPK9kLZEt5nkJJ2PxYbmhiIg==\";s:9:\"ownername\";s:9:\"anda ilie\";s:4:\"CSRF\";s:0:\"\";s:16:\"instance_enabled\";i:1;}}}','yes'),(1551,'updraftplus-addons_siteid','df32c02e1242be9597ae52c39e67e8b2','no'),(1552,'updraft_retain_extrarules','a:0:{}','yes'),(1553,'updraft_email','kiddiesandme@yahoo.com','yes'),(1554,'updraft_report_warningsonly','a:0:{}','yes'),(1555,'updraft_report_wholebackup','a:0:{}','yes'),(1556,'updraft_extradbs','a:0:{}','yes'),(1557,'updraft_include_more_path','a:0:{}','yes'),(1558,'updraft_interval','fortnightly','yes'),(1559,'updraft_retain','2','yes'),(1562,'updraft_interval_database','fortnightly','yes'),(1563,'updraft_retain_db','2','yes'),(1564,'updraft_service','dropbox','yes'),(1565,'updraft_s3','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-101fad4afe9bbcd6afb5a650ea50cd6e\";a:3:{s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1566,'updraft_cloudfiles','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-86b24bbb12d6646216182c2e10a43fa4\";a:5:{s:7:\"authurl\";s:35:\"https://auth.api.rackspacecloud.com\";s:6:\"region\";s:3:\"DFW\";s:4:\"user\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1567,'updraft_googledrive','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-01b2c28d79aea901ec707ad14328d740\";a:3:{s:8:\"clientid\";s:0:\"\";s:6:\"secret\";s:0:\"\";s:6:\"folder\";s:11:\"UpdraftPlus\";}}}','yes'),(1568,'updraft_ftp','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-6163bda9a03f67d5b66253a37dca490e\";a:5:{s:4:\"host\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";s:4:\"path\";s:0:\"\";s:7:\"passive\";s:1:\"1\";}}}','yes'),(1569,'updraft_s3generic','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-0520fd55a5cec0721fdfa6e1b6544722\";a:4:{s:8:\"endpoint\";s:0:\"\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1570,'updraft_openstack','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-aaa690e65741cbda639f0485ff15fbc9\";a:6:{s:7:\"authurl\";s:0:\"\";s:6:\"tenant\";s:0:\"\";s:6:\"region\";s:0:\"\";s:4:\"user\";s:0:\"\";s:8:\"password\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1571,'updraft_dreamobjects','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-ead56da92cc5365e8acd9a842d171835\";a:4:{s:8:\"endpoint\";s:26:\"objects-us-west-1.dream.io\";s:9:\"accesskey\";s:0:\"\";s:9:\"secretkey\";s:0:\"\";s:4:\"path\";s:0:\"\";}}}','yes'),(1572,'updraft_include_plugins','1','yes'),(1573,'updraft_include_themes','1','yes'),(1574,'updraft_include_uploads','1','yes'),(1575,'updraft_include_uploads_exclude','backup*,*backups,backwpup*,wp-clone,snapshots','yes'),(1576,'updraft_include_others','1','yes'),(1577,'updraft_include_others_exclude','upgrade,cache,updraft,backup*,*backups,mysql.sql,debug.log','yes'),(1578,'updraft_split_every','400','yes'),(1579,'updraft_delete_local','1','yes'),(1580,'updraft_dir','updraft','yes'),(1581,'updraft_debug_mode','0','yes'),(1582,'updraft_ssl_useservercerts','0','yes'),(1583,'updraft_ssl_disableverify','0','yes'),(1584,'updraft_ssl_nossl','0','yes'),(1585,'updraft_lastmessage','The backup attempt has finished, apparently unsuccessfully (Sep 22 03:39:54)','yes'),(1587,'updraftplus_locked_fd','1','yes'),(1588,'updraftplus_last_lock_time_fd','2021-09-21 13:07:09','yes'),(1589,'updraftplus_semaphore_fd','1','yes'),(1590,'updraft_last_scheduled_fd','1632229629','yes'),(1593,'updraftplus_unlocked_','1','yes'),(1594,'updraftplus_last_lock_time_','2017-03-28 12:45:47','yes'),(1595,'updraftplus_semaphore_','0','yes'),(907,'et_anticipate_settings','a:11:{s:18:\"et_anticipate_logo\";s:84:\"http://www.clevergirls.com.au/wp-content/uploads/2017/03/clever-girls-logo-round.jpg\";s:18:\"et_anticipate_date\";s:0:\"\";s:30:\"et_anticipate_complete_percent\";s:2:\"10\";s:25:\"et_anticipate_twitter_url\";s:0:\"\";s:26:\"et_anticipate_facebook_url\";s:45:\"https://www.facebook.com/clevergirlsempowered\";s:21:\"et_anticipate_rss_url\";s:35:\"http://www.clevergirls.com.au/feed/\";s:19:\"et_anticipate_cufon\";s:1:\"1\";s:8:\"username\";s:0:\"\";s:7:\"api_key\";s:0:\"\";s:20:\"et_anticipate_emails\";s:0:\"\";s:27:\"et_anticipate_content-pages\";s:0:\"\";}','yes'),(1279,'mc4wp_form_preview_id','121','no'),(1597,'updraft_last_backup','a:5:{s:11:\"backup_time\";i:1632229629;s:12:\"backup_array\";a:11:{s:7:\"plugins\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-plugins.zip\";}s:12:\"plugins-size\";i:60138256;s:6:\"themes\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-themes.zip\";}s:11:\"themes-size\";i:8873515;s:7:\"uploads\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-uploads.zip\";}s:12:\"uploads-size\";i:149624060;s:6:\"others\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-others.zip\";}s:11:\"others-size\";i:150827097;s:2:\"db\";s:62:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-db.gz\";s:7:\"db-size\";i:2591111;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"bd039dbd7c5abab70a1c1c07fc36ea22e1777d3f\";s:7:\"themes0\";s:40:\"6725ec655a8e2ed318affad4e769c1b0c5193e3c\";s:8:\"uploads0\";s:40:\"94a0d462ff47d44c6bd30fe75ad6b269fa1a91b0\";s:7:\"others0\";s:40:\"f941e8233bc9867a2eeae12efef3d96b07d501c6\";s:3:\"db0\";s:40:\"b559c31689031bbf363038e241bcd24ec5a537a5\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"e6d059d20bbed27fb8c576d54b2b7f2beb2f2bcca22648045d7360100a16054b\";s:7:\"themes0\";s:64:\"7fc27ff8e378e6bc6ba231d98b2b1cc2459b1ed8d482c0afce768e59c3a02fae\";s:8:\"uploads0\";s:64:\"89045bc3c8bc42dfdfcfa29d2ee45a209f13eaae0ebc7a89ecd3e6d787af2b92\";s:7:\"others0\";s:64:\"0d99f7d1a17d416eaa979b553e44f2b1c20332e115636e1586cf51fe9fb3ad02\";s:3:\"db0\";s:64:\"3250f67914ec28734aec9733d2add1dfb6eb5b800eff595a8476fc9f236a417c\";}}}s:7:\"success\";i:0;s:6:\"errors\";a:6:{i:0;a:2:{s:5:\"level\";s:7:\"warning\";s:7:\"message\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}i:1;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:126:\"Dropbox: failed to upload file to backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-plugins.zip (see log file for more)\";}i:2;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:125:\"Dropbox: failed to upload file to backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-themes.zip (see log file for more)\";}i:3;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:126:\"Dropbox: failed to upload file to backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-uploads.zip (see log file for more)\";}i:4;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:125:\"Dropbox: failed to upload file to backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-others.zip (see log file for more)\";}i:5;a:2:{s:5:\"level\";s:5:\"error\";s:7:\"message\";s:120:\"Dropbox: failed to upload file to backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-db.gz (see log file for more)\";}}s:12:\"backup_nonce\";s:12:\"26e3a49f7a88\";}','yes'),(1600,'fb_pxl_options','a:19:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:10:\"attachment\";s:2:\"on\";s:8:\"revision\";s:2:\"on\";s:13:\"nav_menu_item\";s:2:\"on\";s:10:\"custom_css\";s:2:\"on\";s:19:\"customize_changeset\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:18:\"wpcf7_contact_form\";s:2:\"on\";s:10:\"mc4wp-form\";s:2:\"on\";s:7:\"product\";s:2:\"on\";s:17:\"product_variation\";s:2:\"on\";s:10:\"shop_order\";s:2:\"on\";s:17:\"shop_order_refund\";s:2:\"on\";s:11:\"shop_coupon\";s:2:\"on\";s:12:\"shop_webhook\";s:2:\"on\";s:17:\"ywcmbs-membership\";s:2:\"on\";s:17:\"yith-wcmbs-thread\";s:2:\"on\";s:15:\"yith-wcmbs-plan\";s:2:\"on\";}','yes'),(274,'et_google_api_settings','a:2:{s:7:\"api_key\";s:0:\"\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','yes'),(2194,'_transient_product-transient-version','1540416272','yes'),(2187,'yith_vendors_show_gravatar_image','enabled','yes'),(2186,'yith_wcmv_flush_rewrite_rules','','yes'),(7662,'wonderplugin_carousel_userrole','manage_options','yes'),(1615,'_site_transient_timeout_browser_085a7441ba8d27acdeb0223d99655031','1491311204','no'),(1616,'_site_transient_browser_085a7441ba8d27acdeb0223d99655031','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"56.0.2924.87\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2572,'_wp_session_expires_45c66c4ab147733024f2481110ecb050','3017041868','no'),(164,'_site_transient_timeout_wporg_theme_feature_list','1488434040','no'),(165,'_site_transient_wporg_theme_feature_list','a:3:{s:6:\"Layout\";a:7:{i:0;s:11:\"grid-layout\";i:1;s:10:\"one-column\";i:2;s:11:\"two-columns\";i:3;s:13:\"three-columns\";i:4;s:12:\"four-columns\";i:5;s:12:\"left-sidebar\";i:6;s:13:\"right-sidebar\";}s:8:\"Features\";a:20:{i:0;s:19:\"accessibility-ready\";i:1;s:10:\"buddypress\";i:2;s:17:\"custom-background\";i:3;s:13:\"custom-colors\";i:4;s:13:\"custom-header\";i:5;s:11:\"custom-menu\";i:6;s:12:\"editor-style\";i:7;s:21:\"featured-image-header\";i:8;s:15:\"featured-images\";i:9;s:15:\"flexible-header\";i:10;s:14:\"footer-widgets\";i:11;s:20:\"front-page-post-form\";i:12;s:19:\"full-width-template\";i:13;s:12:\"microformats\";i:14;s:12:\"post-formats\";i:15;s:20:\"rtl-language-support\";i:16;s:11:\"sticky-post\";i:17;s:13:\"theme-options\";i:18;s:17:\"threaded-comments\";i:19;s:17:\"translation-ready\";}s:7:\"Subject\";a:9:{i:0;s:4:\"blog\";i:1;s:10:\"e-commerce\";i:2;s:9:\"education\";i:3;s:13:\"entertainment\";i:4;s:14:\"food-and-drink\";i:5;s:7:\"holiday\";i:6;s:4:\"news\";i:7;s:11:\"photography\";i:8;s:9:\"portfolio\";}}','no'),(173,'recently_activated','a:0:{}','yes'),(174,'widget_akismet_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(188,'et_images_temp_folder','','yes'),(189,'et_schedule_clean_images_last_time','1501552158','yes'),(2170,'_transient_product_query-transient-version','1633090527','yes'),(190,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(191,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(192,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(193,'current_theme','Divi Child','yes'),(194,'theme_switched','','yes'),(195,'theme_switched_via_customizer','','yes'),(196,'customize_stashed_theme_mods','a:0:{}','no'),(197,'fresh_site','0','yes'),(214,'theme_mods_Divi-child','a:8:{s:16:\"et_pb_css_synced\";s:3:\"yes\";s:21:\"et_pb_layouts_updated\";s:3:\"yes\";s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:30:\"et_pb_predefined_layouts_added\";s:2:\"on\";s:34:\"et_pb_predefined_layouts_version_2\";s:2:\"on\";s:18:\"custom_css_post_id\";i:48;s:21:\"et_pb_replace_content\";s:2:\"on\";s:18:\"nav_menu_locations\";a:4:{s:12:\"primary-menu\";i:7;s:13:\"handheld-menu\";i:7;s:14:\"secondary-menu\";i:36;s:11:\"footer-menu\";i:39;}}','yes'),(203,'wordpress_api_key','6b31c2f3ae38','yes'),(204,'akismet_strictness','1','yes'),(51547,'_site_transient_timeout_poptags_40cd750bba9870f18aada2478b24840a','1544458649','no'),(51548,'_site_transient_poptags_40cd750bba9870f18aada2478b24840a','O:8:\"stdClass\":100:{s:6:\"widget\";a:3:{s:4:\"name\";s:6:\"widget\";s:4:\"slug\";s:6:\"widget\";s:5:\"count\";i:4527;}s:11:\"woocommerce\";a:3:{s:4:\"name\";s:11:\"woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:5:\"count\";i:3160;}s:4:\"post\";a:3:{s:4:\"name\";s:4:\"post\";s:4:\"slug\";s:4:\"post\";s:5:\"count\";i:2601;}s:5:\"admin\";a:3:{s:4:\"name\";s:5:\"admin\";s:4:\"slug\";s:5:\"admin\";s:5:\"count\";i:2463;}s:5:\"posts\";a:3:{s:4:\"name\";s:5:\"posts\";s:4:\"slug\";s:5:\"posts\";s:5:\"count\";i:1890;}s:9:\"shortcode\";a:3:{s:4:\"name\";s:9:\"shortcode\";s:4:\"slug\";s:9:\"shortcode\";s:5:\"count\";i:1698;}s:8:\"comments\";a:3:{s:4:\"name\";s:8:\"comments\";s:4:\"slug\";s:8:\"comments\";s:5:\"count\";i:1690;}s:7:\"twitter\";a:3:{s:4:\"name\";s:7:\"twitter\";s:4:\"slug\";s:7:\"twitter\";s:5:\"count\";i:1460;}s:6:\"google\";a:3:{s:4:\"name\";s:6:\"google\";s:4:\"slug\";s:6:\"google\";s:5:\"count\";i:1413;}s:6:\"images\";a:3:{s:4:\"name\";s:6:\"images\";s:4:\"slug\";s:6:\"images\";s:5:\"count\";i:1413;}s:8:\"facebook\";a:3:{s:4:\"name\";s:8:\"facebook\";s:4:\"slug\";s:8:\"facebook\";s:5:\"count\";i:1410;}s:5:\"image\";a:3:{s:4:\"name\";s:5:\"image\";s:4:\"slug\";s:5:\"image\";s:5:\"count\";i:1343;}s:7:\"sidebar\";a:3:{s:4:\"name\";s:7:\"sidebar\";s:4:\"slug\";s:7:\"sidebar\";s:5:\"count\";i:1284;}s:3:\"seo\";a:3:{s:4:\"name\";s:3:\"seo\";s:4:\"slug\";s:3:\"seo\";s:5:\"count\";i:1268;}s:7:\"gallery\";a:3:{s:4:\"name\";s:7:\"gallery\";s:4:\"slug\";s:7:\"gallery\";s:5:\"count\";i:1124;}s:4:\"page\";a:3:{s:4:\"name\";s:4:\"page\";s:4:\"slug\";s:4:\"page\";s:5:\"count\";i:1081;}s:5:\"email\";a:3:{s:4:\"name\";s:5:\"email\";s:4:\"slug\";s:5:\"email\";s:5:\"count\";i:1067;}s:6:\"social\";a:3:{s:4:\"name\";s:6:\"social\";s:4:\"slug\";s:6:\"social\";s:5:\"count\";i:1044;}s:9:\"ecommerce\";a:3:{s:4:\"name\";s:9:\"ecommerce\";s:4:\"slug\";s:9:\"ecommerce\";s:5:\"count\";i:955;}s:5:\"login\";a:3:{s:4:\"name\";s:5:\"login\";s:4:\"slug\";s:5:\"login\";s:5:\"count\";i:907;}s:5:\"links\";a:3:{s:4:\"name\";s:5:\"links\";s:4:\"slug\";s:5:\"links\";s:5:\"count\";i:838;}s:7:\"widgets\";a:3:{s:4:\"name\";s:7:\"widgets\";s:4:\"slug\";s:7:\"widgets\";s:5:\"count\";i:823;}s:5:\"video\";a:3:{s:4:\"name\";s:5:\"video\";s:4:\"slug\";s:5:\"video\";s:5:\"count\";i:813;}s:8:\"security\";a:3:{s:4:\"name\";s:8:\"security\";s:4:\"slug\";s:8:\"security\";s:5:\"count\";i:744;}s:7:\"content\";a:3:{s:4:\"name\";s:7:\"content\";s:4:\"slug\";s:7:\"content\";s:5:\"count\";i:716;}s:4:\"spam\";a:3:{s:4:\"name\";s:4:\"spam\";s:4:\"slug\";s:4:\"spam\";s:5:\"count\";i:706;}s:10:\"buddypress\";a:3:{s:4:\"name\";s:10:\"buddypress\";s:4:\"slug\";s:10:\"buddypress\";s:5:\"count\";i:700;}s:6:\"slider\";a:3:{s:4:\"name\";s:6:\"slider\";s:4:\"slug\";s:6:\"slider\";s:5:\"count\";i:698;}s:3:\"rss\";a:3:{s:4:\"name\";s:3:\"rss\";s:4:\"slug\";s:3:\"rss\";s:5:\"count\";i:690;}s:10:\"e-commerce\";a:3:{s:4:\"name\";s:10:\"e-commerce\";s:4:\"slug\";s:10:\"e-commerce\";s:5:\"count\";i:672;}s:5:\"pages\";a:3:{s:4:\"name\";s:5:\"pages\";s:4:\"slug\";s:5:\"pages\";s:5:\"count\";i:671;}s:9:\"analytics\";a:3:{s:4:\"name\";s:9:\"analytics\";s:4:\"slug\";s:9:\"analytics\";s:5:\"count\";i:670;}s:5:\"media\";a:3:{s:4:\"name\";s:5:\"media\";s:4:\"slug\";s:5:\"media\";s:5:\"count\";i:652;}s:6:\"jquery\";a:3:{s:4:\"name\";s:6:\"jquery\";s:4:\"slug\";s:6:\"jquery\";s:5:\"count\";i:647;}s:4:\"form\";a:3:{s:4:\"name\";s:4:\"form\";s:4:\"slug\";s:4:\"form\";s:5:\"count\";i:629;}s:6:\"search\";a:3:{s:4:\"name\";s:6:\"search\";s:4:\"slug\";s:6:\"search\";s:5:\"count\";i:629;}s:4:\"feed\";a:3:{s:4:\"name\";s:4:\"feed\";s:4:\"slug\";s:4:\"feed\";s:5:\"count\";i:620;}s:4:\"ajax\";a:3:{s:4:\"name\";s:4:\"ajax\";s:4:\"slug\";s:4:\"ajax\";s:5:\"count\";i:611;}s:4:\"menu\";a:3:{s:4:\"name\";s:4:\"menu\";s:4:\"slug\";s:4:\"menu\";s:5:\"count\";i:609;}s:8:\"category\";a:3:{s:4:\"name\";s:8:\"category\";s:4:\"slug\";s:8:\"category\";s:5:\"count\";i:602;}s:5:\"embed\";a:3:{s:4:\"name\";s:5:\"embed\";s:4:\"slug\";s:5:\"embed\";s:5:\"count\";i:574;}s:10:\"javascript\";a:3:{s:4:\"name\";s:10:\"javascript\";s:4:\"slug\";s:10:\"javascript\";s:5:\"count\";i:558;}s:4:\"link\";a:3:{s:4:\"name\";s:4:\"link\";s:4:\"slug\";s:4:\"link\";s:5:\"count\";i:550;}s:3:\"css\";a:3:{s:4:\"name\";s:3:\"css\";s:4:\"slug\";s:3:\"css\";s:5:\"count\";i:549;}s:6:\"editor\";a:3:{s:4:\"name\";s:6:\"editor\";s:4:\"slug\";s:6:\"editor\";s:5:\"count\";i:543;}s:7:\"youtube\";a:3:{s:4:\"name\";s:7:\"youtube\";s:4:\"slug\";s:7:\"youtube\";s:5:\"count\";i:539;}s:5:\"share\";a:3:{s:4:\"name\";s:5:\"share\";s:4:\"slug\";s:5:\"share\";s:5:\"count\";i:528;}s:5:\"theme\";a:3:{s:4:\"name\";s:5:\"theme\";s:4:\"slug\";s:5:\"theme\";s:5:\"count\";i:521;}s:7:\"comment\";a:3:{s:4:\"name\";s:7:\"comment\";s:4:\"slug\";s:7:\"comment\";s:5:\"count\";i:519;}s:12:\"contact-form\";a:3:{s:4:\"name\";s:12:\"contact form\";s:4:\"slug\";s:12:\"contact-form\";s:5:\"count\";i:516;}s:10:\"responsive\";a:3:{s:4:\"name\";s:10:\"responsive\";s:4:\"slug\";s:10:\"responsive\";s:5:\"count\";i:512;}s:9:\"dashboard\";a:3:{s:4:\"name\";s:9:\"dashboard\";s:4:\"slug\";s:9:\"dashboard\";s:5:\"count\";i:507;}s:6:\"custom\";a:3:{s:4:\"name\";s:6:\"custom\";s:4:\"slug\";s:6:\"custom\";s:5:\"count\";i:496;}s:10:\"categories\";a:3:{s:4:\"name\";s:10:\"categories\";s:4:\"slug\";s:10:\"categories\";s:5:\"count\";i:490;}s:9:\"affiliate\";a:3:{s:4:\"name\";s:9:\"affiliate\";s:4:\"slug\";s:9:\"affiliate\";s:5:\"count\";i:490;}s:3:\"ads\";a:3:{s:4:\"name\";s:3:\"ads\";s:4:\"slug\";s:3:\"ads\";s:5:\"count\";i:483;}s:4:\"tags\";a:3:{s:4:\"name\";s:4:\"tags\";s:4:\"slug\";s:4:\"tags\";s:5:\"count\";i:468;}s:6:\"button\";a:3:{s:4:\"name\";s:6:\"button\";s:4:\"slug\";s:6:\"button\";s:5:\"count\";i:465;}s:4:\"user\";a:3:{s:4:\"name\";s:4:\"user\";s:4:\"slug\";s:4:\"user\";s:5:\"count\";i:462;}s:7:\"contact\";a:3:{s:4:\"name\";s:7:\"contact\";s:4:\"slug\";s:7:\"contact\";s:5:\"count\";i:454;}s:6:\"mobile\";a:3:{s:4:\"name\";s:6:\"mobile\";s:4:\"slug\";s:6:\"mobile\";s:5:\"count\";i:450;}s:3:\"api\";a:3:{s:4:\"name\";s:3:\"api\";s:4:\"slug\";s:3:\"api\";s:5:\"count\";i:447;}s:7:\"payment\";a:3:{s:4:\"name\";s:7:\"payment\";s:4:\"slug\";s:7:\"payment\";s:5:\"count\";i:441;}s:5:\"users\";a:3:{s:4:\"name\";s:5:\"users\";s:4:\"slug\";s:5:\"users\";s:5:\"count\";i:427;}s:5:\"photo\";a:3:{s:4:\"name\";s:5:\"photo\";s:4:\"slug\";s:5:\"photo\";s:5:\"count\";i:427;}s:6:\"events\";a:3:{s:4:\"name\";s:6:\"events\";s:4:\"slug\";s:6:\"events\";s:5:\"count\";i:420;}s:5:\"stats\";a:3:{s:4:\"name\";s:5:\"stats\";s:4:\"slug\";s:5:\"stats\";s:5:\"count\";i:418;}s:9:\"slideshow\";a:3:{s:4:\"name\";s:9:\"slideshow\";s:4:\"slug\";s:9:\"slideshow\";s:5:\"count\";i:417;}s:6:\"photos\";a:3:{s:4:\"name\";s:6:\"photos\";s:4:\"slug\";s:6:\"photos\";s:5:\"count\";i:412;}s:10:\"navigation\";a:3:{s:4:\"name\";s:10:\"navigation\";s:4:\"slug\";s:10:\"navigation\";s:5:\"count\";i:398;}s:10:\"statistics\";a:3:{s:4:\"name\";s:10:\"statistics\";s:4:\"slug\";s:10:\"statistics\";s:5:\"count\";i:390;}s:15:\"payment-gateway\";a:3:{s:4:\"name\";s:15:\"payment gateway\";s:4:\"slug\";s:15:\"payment-gateway\";s:5:\"count\";i:390;}s:8:\"calendar\";a:3:{s:4:\"name\";s:8:\"calendar\";s:4:\"slug\";s:8:\"calendar\";s:5:\"count\";i:380;}s:4:\"chat\";a:3:{s:4:\"name\";s:4:\"chat\";s:4:\"slug\";s:4:\"chat\";s:5:\"count\";i:373;}s:4:\"news\";a:3:{s:4:\"name\";s:4:\"news\";s:4:\"slug\";s:4:\"news\";s:5:\"count\";i:373;}s:10:\"shortcodes\";a:3:{s:4:\"name\";s:10:\"shortcodes\";s:4:\"slug\";s:10:\"shortcodes\";s:5:\"count\";i:371;}s:9:\"marketing\";a:3:{s:4:\"name\";s:9:\"marketing\";s:4:\"slug\";s:9:\"marketing\";s:5:\"count\";i:371;}s:5:\"popup\";a:3:{s:4:\"name\";s:5:\"popup\";s:4:\"slug\";s:5:\"popup\";s:5:\"count\";i:371;}s:12:\"social-media\";a:3:{s:4:\"name\";s:12:\"social media\";s:4:\"slug\";s:12:\"social-media\";s:5:\"count\";i:358;}s:7:\"plugins\";a:3:{s:4:\"name\";s:7:\"plugins\";s:4:\"slug\";s:7:\"plugins\";s:5:\"count\";i:355;}s:10:\"newsletter\";a:3:{s:4:\"name\";s:10:\"newsletter\";s:4:\"slug\";s:10:\"newsletter\";s:5:\"count\";i:355;}s:9:\"multisite\";a:3:{s:4:\"name\";s:9:\"multisite\";s:4:\"slug\";s:9:\"multisite\";s:5:\"count\";i:353;}s:4:\"code\";a:3:{s:4:\"name\";s:4:\"code\";s:4:\"slug\";s:4:\"code\";s:5:\"count\";i:346;}s:4:\"meta\";a:3:{s:4:\"name\";s:4:\"meta\";s:4:\"slug\";s:4:\"meta\";s:5:\"count\";i:343;}s:3:\"url\";a:3:{s:4:\"name\";s:3:\"url\";s:4:\"slug\";s:3:\"url\";s:5:\"count\";i:341;}s:4:\"list\";a:3:{s:4:\"name\";s:4:\"list\";s:4:\"slug\";s:4:\"list\";s:5:\"count\";i:338;}s:5:\"forms\";a:3:{s:4:\"name\";s:5:\"forms\";s:4:\"slug\";s:5:\"forms\";s:5:\"count\";i:336;}s:8:\"redirect\";a:3:{s:4:\"name\";s:8:\"redirect\";s:4:\"slug\";s:8:\"redirect\";s:5:\"count\";i:333;}s:11:\"advertising\";a:3:{s:4:\"name\";s:11:\"advertising\";s:4:\"slug\";s:11:\"advertising\";s:5:\"count\";i:316;}s:11:\"performance\";a:3:{s:4:\"name\";s:11:\"performance\";s:4:\"slug\";s:11:\"performance\";s:5:\"count\";i:316;}s:12:\"notification\";a:3:{s:4:\"name\";s:12:\"notification\";s:4:\"slug\";s:12:\"notification\";s:5:\"count\";i:314;}s:16:\"custom-post-type\";a:3:{s:4:\"name\";s:16:\"custom post type\";s:4:\"slug\";s:16:\"custom-post-type\";s:5:\"count\";i:312;}s:6:\"simple\";a:3:{s:4:\"name\";s:6:\"simple\";s:4:\"slug\";s:6:\"simple\";s:5:\"count\";i:310;}s:14:\"contact-form-7\";a:3:{s:4:\"name\";s:14:\"contact form 7\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"count\";i:307;}s:16:\"google-analytics\";a:3:{s:4:\"name\";s:16:\"google analytics\";s:4:\"slug\";s:16:\"google-analytics\";s:5:\"count\";i:307;}s:8:\"tracking\";a:3:{s:4:\"name\";s:8:\"tracking\";s:4:\"slug\";s:8:\"tracking\";s:5:\"count\";i:304;}s:3:\"tag\";a:3:{s:4:\"name\";s:3:\"tag\";s:4:\"slug\";s:3:\"tag\";s:5:\"count\";i:304;}s:4:\"html\";a:3:{s:4:\"name\";s:4:\"html\";s:4:\"slug\";s:4:\"html\";s:5:\"count\";i:304;}s:7:\"adsense\";a:3:{s:4:\"name\";s:7:\"adsense\";s:4:\"slug\";s:7:\"adsense\";s:5:\"count\";i:303;}s:6:\"author\";a:3:{s:4:\"name\";s:6:\"author\";s:4:\"slug\";s:6:\"author\";s:5:\"count\";i:299;}}','no'),(207,'akismet_show_user_comments_approved','0','yes'),(74882,'_site_transient_timeout_available_translations','1583293532','no'),(74883,'_site_transient_available_translations','a:109:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-04 12:02:13\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-29 08:49:40\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.7/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-22 18:59:07\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 18:40:55\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 09:24:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:22:\"Продължение\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-04 16:58:43\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:6:\"4.7.16\";s:7:\"updated\";s:19:\"2019-10-22 02:53:36\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.16/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"མུ་མཐུད།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:6:\"4.7.16\";s:7:\"updated\";s:19:\"2019-10-25 20:25:51\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.16/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-08 21:01:45\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:6:\"4.7.16\";s:7:\"updated\";s:19:\"2019-10-27 09:55:23\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.16/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 16:27:32\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-27 19:10:04\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Fortsæt\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-14 20:03:25\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-04 15:29:24\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-09 11:51:58\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Fortfahren\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-09 11:53:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/translation/core/4.8.1/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:51:51\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 03:57:05\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 10:03:08\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 17:31:04\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-25 19:47:01\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:6:\"4.7.15\";s:7:\"updated\";s:19:\"2019-03-13 07:15:33\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.15/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 10:38:53\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 15:12:02\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-30 16:09:17\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:6:\"4.7.16\";s:7:\"updated\";s:19:\"2019-12-07 04:01:58\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.16/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 04:48:11\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"4.7.12\";s:7:\"updated\";s:19:\"2019-03-02 06:17:47\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.12/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-09 09:36:22\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-13 17:00:30\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-18 14:39:36\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 16:37:11\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 12:08:05\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-09 15:50:45\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:00:29\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 09:14:18\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:37:07\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-13 19:34:52\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 12:45:35\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-31 06:54:10\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:5:\"4.4.2\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.4.2/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-12 21:37:24\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"להמשיך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:29:26\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"जारी\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-17 21:32:24\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:39\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Tovább\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:45:08\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2018-09-20 11:13:37\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-10 18:53:47\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-03 23:23:50\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"続ける\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-06-12 09:20:11\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-22 15:33:00\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-07 02:07:59\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 10:48:16\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:48:25\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ຕໍ່\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 11:02:15\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:6:\"4.7.15\";s:7:\"updated\";s:19:\"2019-05-10 10:24:08\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.15/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"4.7.7\";s:7:\"updated\";s:19:\"2017-01-26 15:54:41\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.7/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:3:\"4.8\";s:7:\"updated\";s:19:\"2017-07-05 19:40:47\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/4.8/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:6:\"4.7.11\";s:7:\"updated\";s:19:\"2017-11-15 14:11:50\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.7.11/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-26 15:57:42\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.1.20/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ေဆာင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-02 21:02:39\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 08:47:10\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"जारीराख्नु \";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-17 11:00:54\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-30 07:58:32\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-27 16:44:39\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-01 07:32:10\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.1/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-06 08:34:38\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.1.20\";s:7:\"updated\";s:19:\"2015-03-29 22:19:48\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.1.20/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"دوام\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-05 18:31:50\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-10 19:12:13\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-26 21:35:20\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 13:05:58\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 20:27:57\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-09 13:26:18\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-12 12:51:50\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Nadaljujte\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:6:\"4.7.16\";s:7:\"updated\";s:19:\"2019-10-20 12:35:27\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.16/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 12:07:44\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 08:58:31\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:6:\"4.7.15\";s:7:\"updated\";s:19:\"2019-03-27 04:31:06\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.15/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-30 02:38:08\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-31 11:38:12\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-05 09:23:39\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-19 19:56:39\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-07-28 14:27:29\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-11 16:54:43\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-13 04:19:14\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.8.1/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-14 16:47:28\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-08-04 07:53:05\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:5:\"4.8.1\";s:7:\"updated\";s:19:\"2017-09-12 11:35:05\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.8.1/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(6591,'wc_stripe_show_apple_pay_notice','no','yes'),(6592,'wc_stripe_show_request_api_notice','no','yes'),(352,'monsterinsights_db_version','7.4.0','yes'),(73347,'_amn_mi-lite_to_check','1609743186','yes'),(211,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:5:{s:10:\"Divi-child\";s:17:\"3.0.34.1488425738\";s:4:\"Divi\";s:3:\"3.2\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:6:{s:11:\"new_version\";s:5:\"4.3.1\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:18:\"et_username_status\";s:7:\"expired\";s:23:\"et_expired_subscription\";s:2:\"on\";s:7:\"package\";s:153:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi-4-0-10&api_key=5ebc469b51d3af86acb5541711ee246f458855c4&username=kiddiesandme\";}}s:12:\"last_checked\";i:1581044089;}','no'),(6584,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(213,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:34:{s:19:\"akismet/akismet.php\";s:5:\"4.0.1\";s:15:\"bloom/bloom.php\";s:6:\"1.3.10\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:5:\"2.5.2\";s:17:\"wpclef/wpclef.php\";s:5:\"2.6.4\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.0.5\";s:39:\"easy-coming-soon/coming-soon-plugin.php\";s:3:\"2.2\";s:36:\"elegantbuilder/et-layout-builder.php\";s:3:\"2.4\";s:49:\"elegant-themes-support/elegant-themes-support.php\";s:3:\"1.3\";s:31:\"et-shortcodes/et-shortcodes.php\";s:5:\"1.2.1\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:6:\"7.10.4\";s:21:\"handheld/handheld.php\";s:5:\"1.3.1\";s:9:\"hello.php\";s:3:\"1.6\";s:35:\"insert-headers-and-footers/ihaf.php\";s:5:\"1.4.3\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:5:\"1.7.1\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:5:\"4.7.4\";s:19:\"monarch/monarch.php\";s:6:\"1.4.12\";s:29:\"pdf-embedder/pdf_embedder.php\";s:3:\"4.6\";s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";s:5:\"2.4.0\";s:33:\"instagram-feed/instagram-feed.php\";s:5:\"2.1.5\";s:23:\"wp-smushit/wp-smush.php\";s:5:\"3.4.2\";s:27:\"updraftplus/updraftplus.php\";s:7:\"1.16.21\";s:33:\"w3-total-cache/w3-total-cache.php\";s:7:\"0.9.5.4\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:4:\"11.6\";s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";s:3:\"6.2\";s:27:\"woocommerce/woocommerce.php\";s:5:\"3.1.2\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:5:\"1.4.3\";s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";s:5:\"3.2.3\";s:23:\"wordfence/wordfence.php\";s:6:\"6.3.18\";s:37:\"wp-carousel-free/wp-carousel-free.php\";s:5:\"1.4.4\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.6.4\";s:44:\"yith-woocommerce-membership-premium/init.php\";s:5:\"1.3.1\";s:46:\"yith-woocommerce-multi-vendor-premium/init.php\";s:5:\"2.1.1\";s:50:\"yith-woocommerce-multi-vendor-premium-old/init.php\";s:5:\"2.0.3\";s:24:\"wordpress-seo/wp-seo.php\";s:5:\"9.2.1\";}s:8:\"response\";a:3:{s:15:\"bloom/bloom.php\";O:8:\"stdClass\":8:{s:11:\"new_version\";s:6:\"1.3.12\";s:6:\"plugin\";s:15:\"bloom/bloom.php\";s:4:\"slug\";s:5:\"bloom\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:57:\"https://www.elegantthemes.com/images/plugins/2x/bloom.png\";s:2:\"1x\";s:57:\"https://www.elegantthemes.com/images/plugins/1x/bloom.png\";}s:3:\"url\";s:53:\"https://www.elegantthemes.com/api/changelog/bloom.txt\";s:18:\"et_username_status\";s:7:\"expired\";s:23:\"et_expired_subscription\";s:2:\"on\";}s:49:\"elegant-themes-support/elegant-themes-support.php\";O:8:\"stdClass\":6:{s:11:\"new_version\";s:3:\"1.5\";s:6:\"plugin\";s:49:\"elegant-themes-support/elegant-themes-support.php\";s:4:\"slug\";s:22:\"elegant-themes-support\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://www.elegantthemes.com/images/plugins/2x/support.png\";s:2:\"1x\";s:59:\"https://www.elegantthemes.com/images/plugins/1x/support.png\";}s:3:\"url\";s:70:\"https://www.elegantthemes.com/api/changelog/elegant-themes-support.txt\";}s:19:\"monarch/monarch.php\";O:8:\"stdClass\":6:{s:11:\"new_version\";s:6:\"1.4.14\";s:6:\"plugin\";s:19:\"monarch/monarch.php\";s:4:\"slug\";s:7:\"monarch\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://www.elegantthemes.com/images/plugins/2x/monarch.png\";s:2:\"1x\";s:59:\"https://www.elegantthemes.com/images/plugins/1x/monarch.png\";}s:3:\"url\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";}}s:12:\"last_checked\";i:1633106300;}','no'),(51688,'!sbi_header_5799464764','%7B%22data%22:%7B%22id%22:%225799464764%22,%22username%22:%22raisingclevergirls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22bio%22:%22Inspiring%20#parents%20to%20bring%20up%20their%20#daughters%20to%20be%20happy,%20resilient,%20#successful%20women%20that%20love%20their%20lives.%20%5CnJoin%20in!%22,%22website%22:%22http://raisingclevergirls.com.au/%22,%22is_business%22:true,%22counts%22:%7B%22media%22:75,%22follows%22:192,%22followed_by%22:188%7D%7D,%22meta%22:%7B%22code%22:200%7D%7D','no'),(2047,'widget_yith-vendor-store-location','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2048,'widget_yith-vendor-quick-info','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(254,'limit_login_retries','a:1:{s:37:\"2404:8280:a222:bbbb:bba1:92:ffff:ffff\";i:5;}','no'),(255,'limit_login_retries_valid','a:1:{s:37:\"2404:8280:a222:bbbb:bba1:92:ffff:ffff\";i:1632849136;}','no'),(215,'chld_thm_cfg_options_configvars','a:38:{s:8:\"addl_css\";N;s:8:\"forcedep\";N;s:8:\"cssunreg\";N;s:9:\"csswphead\";N;s:10:\"cssnotheme\";N;s:7:\"reorder\";N;s:10:\"parnt_deps\";N;s:10:\"child_deps\";a:8:{i:0;s:10:\"divi-style\";i:1;s:17:\"et-shortcodes-css\";i:2;s:28:\"et-shortcodes-responsive-css\";i:3;s:14:\"magnific-popup\";i:4;s:10:\"divi-style\";i:5;s:17:\"et-shortcodes-css\";i:6;s:28:\"et-shortcodes-responsive-css\";i:7;s:14:\"magnific-popup\";}s:9:\"hasstyles\";i:1;s:11:\"parntloaded\";N;s:11:\"childloaded\";N;s:11:\"ignoreparnt\";N;s:9:\"qpriority\";i:10;s:7:\"enqueue\";s:7:\"enqueue\";s:8:\"handling\";s:7:\"primary\";s:9:\"templates\";a:22:{i:0;s:7:\"404.php\";i:1;s:12:\"comments.php\";i:2;s:10:\"footer.php\";i:3;s:10:\"header.php\";i:4;s:9:\"index.php\";i:5;s:16:\"options_divi.php\";i:6;s:23:\"page-template-blank.php\";i:7;s:8:\"page.php\";i:8;s:24:\"post_thumbnails_divi.php\";i:9;s:18:\"sidebar-footer.php\";i:10;s:11:\"sidebar.php\";i:11;s:23:\"single-et_pb_layout.php\";i:12;s:18:\"single-project.php\";i:13;s:10:\"single.php\";i:14;s:23:\"includes/navigation.php\";i:15;s:23:\"includes/no-results.php\";i:16;s:25:\"includes/social_icons.php\";i:17;s:20:\"includes/widgets.php\";i:18;s:35:\"includes/functions/installation.php\";i:19;s:32:\"includes/functions/tutorials.php\";i:20;s:38:\"includes/builder/comments_template.php\";i:21;s:37:\"includes/builder/template-preview.php\";}s:7:\"max_sel\";N;s:7:\"imports\";a:2:{s:5:\"child\";a:0:{}s:5:\"parnt\";a:0:{}}s:13:\"child_version\";s:6:\"3.0.34\";s:12:\"child_author\";s:14:\"Elegant Themes\";s:10:\"child_name\";s:10:\"Divi Child\";s:14:\"child_themeuri\";s:42:\"http://www.elegantthemes.com/gallery/divi/\";s:15:\"child_authoruri\";s:28:\"http://www.elegantthemes.com\";s:11:\"child_descr\";s:78:\"Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.\";s:10:\"child_tags\";s:246:\"responsive-layout,one-column,two-columns,three-columns,four-columns,left-sidebar,right-sidebar,custom-background,custom-colors,featured-images,full-width-template,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready\";s:5:\"parnt\";s:4:\"Divi\";s:5:\"child\";s:10:\"Divi-child\";s:10:\"configtype\";s:5:\"theme\";s:6:\"valkey\";i:645;s:7:\"rulekey\";i:146;s:5:\"qskey\";i:2281;s:6:\"selkey\";i:2110;s:8:\"querykey\";i:15;s:8:\"tokenkey\";N;s:6:\"recent\";N;s:9:\"converted\";i:1;s:5:\"fsize\";i:565;s:7:\"version\";s:7:\"2.2.4.1\";}','no'),(216,'chld_thm_cfg_options_dict_qs','a:2281:{i:1;s:3:\"1:1\";i:2;s:3:\"1:2\";i:3;s:3:\"1:3\";i:4;s:3:\"1:4\";i:5;s:3:\"1:5\";i:6;s:3:\"1:6\";i:7;s:3:\"1:7\";i:8;s:3:\"2:8\";i:9;s:3:\"2:1\";i:10;s:3:\"2:9\";i:11;s:4:\"2:10\";i:12;s:4:\"2:11\";i:13;s:4:\"3:12\";i:14;s:4:\"3:13\";i:15;s:4:\"3:14\";i:16;s:4:\"3:15\";i:17;s:4:\"3:16\";i:18;s:4:\"3:17\";i:19;s:4:\"3:18\";i:20;s:4:\"3:19\";i:21;s:4:\"3:20\";i:22;s:4:\"3:21\";i:23;s:4:\"3:22\";i:24;s:4:\"3:23\";i:25;s:4:\"3:24\";i:26;s:4:\"3:25\";i:27;s:4:\"3:26\";i:28;s:4:\"3:27\";i:29;s:4:\"3:28\";i:30;s:4:\"3:29\";i:31;s:4:\"3:30\";i:32;s:4:\"3:31\";i:33;s:4:\"3:32\";i:34;s:4:\"3:33\";i:35;s:4:\"3:34\";i:36;s:4:\"3:35\";i:37;s:4:\"3:36\";i:38;s:4:\"3:37\";i:39;s:4:\"3:38\";i:40;s:4:\"3:39\";i:41;s:4:\"3:40\";i:42;s:4:\"3:41\";i:43;s:4:\"3:42\";i:44;s:4:\"3:43\";i:45;s:4:\"3:44\";i:46;s:4:\"3:45\";i:47;s:4:\"3:46\";i:48;s:4:\"3:47\";i:49;s:4:\"4:48\";i:50;s:4:\"4:49\";i:51;s:4:\"4:50\";i:52;s:4:\"4:51\";i:53;s:4:\"4:52\";i:54;s:4:\"4:53\";i:55;s:4:\"4:54\";i:56;s:4:\"4:55\";i:57;s:4:\"4:56\";i:58;s:4:\"4:57\";i:59;s:4:\"4:58\";i:60;s:4:\"4:59\";i:61;s:4:\"4:60\";i:62;s:4:\"4:61\";i:63;s:4:\"4:62\";i:64;s:4:\"4:63\";i:65;s:4:\"4:64\";i:66;s:4:\"4:65\";i:67;s:4:\"4:66\";i:68;s:4:\"4:67\";i:69;s:4:\"4:68\";i:70;s:4:\"4:69\";i:71;s:4:\"4:70\";i:72;s:4:\"4:71\";i:73;s:4:\"4:72\";i:74;s:4:\"4:73\";i:75;s:4:\"4:74\";i:76;s:4:\"4:75\";i:77;s:4:\"4:76\";i:78;s:4:\"4:77\";i:79;s:4:\"4:78\";i:80;s:4:\"4:79\";i:81;s:4:\"4:80\";i:82;s:4:\"4:81\";i:83;s:4:\"4:82\";i:84;s:4:\"4:83\";i:85;s:4:\"4:84\";i:86;s:4:\"4:85\";i:87;s:4:\"4:86\";i:88;s:4:\"4:87\";i:89;s:4:\"4:88\";i:90;s:4:\"4:89\";i:91;s:4:\"4:90\";i:92;s:4:\"4:91\";i:93;s:4:\"4:92\";i:94;s:4:\"4:93\";i:95;s:4:\"4:94\";i:96;s:4:\"4:95\";i:97;s:4:\"4:96\";i:98;s:4:\"4:97\";i:99;s:4:\"4:98\";i:100;s:4:\"4:99\";i:101;s:5:\"4:100\";i:102;s:5:\"4:101\";i:103;s:5:\"4:102\";i:104;s:5:\"4:103\";i:105;s:5:\"4:104\";i:106;s:5:\"4:105\";i:107;s:5:\"4:106\";i:108;s:5:\"4:107\";i:109;s:5:\"4:108\";i:110;s:5:\"4:109\";i:111;s:5:\"4:110\";i:112;s:5:\"4:111\";i:113;s:5:\"4:112\";i:114;s:5:\"4:113\";i:115;s:5:\"4:114\";i:116;s:5:\"4:115\";i:117;s:5:\"4:116\";i:118;s:5:\"4:117\";i:119;s:5:\"4:118\";i:120;s:5:\"4:119\";i:121;s:5:\"4:120\";i:122;s:5:\"4:121\";i:123;s:5:\"4:122\";i:124;s:5:\"4:123\";i:125;s:5:\"4:124\";i:126;s:5:\"4:125\";i:127;s:5:\"4:126\";i:128;s:5:\"4:127\";i:129;s:5:\"4:128\";i:130;s:5:\"4:129\";i:131;s:5:\"4:130\";i:132;s:5:\"4:131\";i:133;s:5:\"4:132\";i:134;s:5:\"4:133\";i:135;s:5:\"4:134\";i:136;s:5:\"4:135\";i:137;s:5:\"4:136\";i:138;s:5:\"4:137\";i:139;s:5:\"4:138\";i:140;s:5:\"4:139\";i:141;s:5:\"4:140\";i:142;s:5:\"4:141\";i:143;s:5:\"4:142\";i:144;s:5:\"4:143\";i:145;s:5:\"4:144\";i:146;s:5:\"4:145\";i:147;s:5:\"4:146\";i:148;s:5:\"4:147\";i:149;s:5:\"4:148\";i:150;s:5:\"4:149\";i:151;s:5:\"4:150\";i:152;s:5:\"4:151\";i:153;s:5:\"4:152\";i:154;s:5:\"4:153\";i:155;s:5:\"4:154\";i:156;s:5:\"4:155\";i:157;s:5:\"4:156\";i:158;s:5:\"4:157\";i:159;s:5:\"4:158\";i:160;s:5:\"4:159\";i:161;s:5:\"4:160\";i:162;s:5:\"4:161\";i:163;s:5:\"4:162\";i:164;s:5:\"4:163\";i:165;s:5:\"4:164\";i:166;s:5:\"4:165\";i:167;s:5:\"4:166\";i:168;s:5:\"4:167\";i:169;s:5:\"4:168\";i:170;s:5:\"4:169\";i:171;s:5:\"4:170\";i:172;s:5:\"4:171\";i:173;s:5:\"4:172\";i:174;s:5:\"4:173\";i:175;s:5:\"4:174\";i:176;s:5:\"4:175\";i:177;s:5:\"4:176\";i:178;s:5:\"4:177\";i:179;s:5:\"4:178\";i:180;s:5:\"4:179\";i:181;s:5:\"4:180\";i:182;s:5:\"4:181\";i:183;s:5:\"4:182\";i:184;s:5:\"4:183\";i:185;s:5:\"4:184\";i:186;s:5:\"4:185\";i:187;s:5:\"4:186\";i:188;s:5:\"4:187\";i:189;s:5:\"4:188\";i:190;s:5:\"4:189\";i:191;s:5:\"4:190\";i:192;s:5:\"4:191\";i:193;s:5:\"4:192\";i:194;s:5:\"4:193\";i:195;s:5:\"4:194\";i:196;s:5:\"4:195\";i:197;s:5:\"4:196\";i:198;s:5:\"4:197\";i:199;s:5:\"4:198\";i:200;s:5:\"4:199\";i:201;s:5:\"4:200\";i:202;s:5:\"4:201\";i:203;s:5:\"4:202\";i:204;s:5:\"4:203\";i:205;s:5:\"4:204\";i:206;s:5:\"4:205\";i:207;s:5:\"4:206\";i:208;s:5:\"4:207\";i:209;s:5:\"4:208\";i:210;s:5:\"4:209\";i:211;s:5:\"4:210\";i:212;s:5:\"4:211\";i:213;s:5:\"4:212\";i:214;s:5:\"4:213\";i:215;s:5:\"4:214\";i:216;s:5:\"4:215\";i:217;s:5:\"4:216\";i:218;s:5:\"4:217\";i:219;s:5:\"4:218\";i:220;s:5:\"4:219\";i:221;s:5:\"4:220\";i:222;s:5:\"4:221\";i:223;s:5:\"4:222\";i:224;s:5:\"4:223\";i:225;s:5:\"4:224\";i:226;s:5:\"4:225\";i:227;s:5:\"4:226\";i:228;s:5:\"4:227\";i:229;s:5:\"4:228\";i:230;s:5:\"4:229\";i:231;s:5:\"4:230\";i:232;s:5:\"4:231\";i:233;s:5:\"4:232\";i:234;s:5:\"4:233\";i:235;s:5:\"4:234\";i:236;s:5:\"4:235\";i:237;s:5:\"4:236\";i:238;s:5:\"4:237\";i:239;s:5:\"4:238\";i:240;s:5:\"4:239\";i:241;s:5:\"4:240\";i:242;s:5:\"4:241\";i:243;s:5:\"4:242\";i:244;s:5:\"4:243\";i:245;s:5:\"4:244\";i:246;s:5:\"4:245\";i:247;s:5:\"4:246\";i:248;s:5:\"4:247\";i:249;s:5:\"4:248\";i:250;s:5:\"4:249\";i:251;s:5:\"4:250\";i:252;s:5:\"4:251\";i:253;s:5:\"4:252\";i:254;s:5:\"4:253\";i:255;s:5:\"4:254\";i:256;s:5:\"4:255\";i:257;s:5:\"4:256\";i:258;s:5:\"4:257\";i:259;s:5:\"4:258\";i:260;s:5:\"4:259\";i:261;s:5:\"4:260\";i:262;s:5:\"4:261\";i:263;s:5:\"4:262\";i:264;s:5:\"4:263\";i:265;s:5:\"4:264\";i:266;s:5:\"4:265\";i:267;s:5:\"4:266\";i:268;s:5:\"4:267\";i:269;s:5:\"4:268\";i:270;s:5:\"4:269\";i:271;s:5:\"4:270\";i:272;s:5:\"4:271\";i:273;s:5:\"4:272\";i:274;s:5:\"4:273\";i:275;s:5:\"4:274\";i:276;s:5:\"4:275\";i:277;s:5:\"4:276\";i:278;s:5:\"4:277\";i:279;s:5:\"4:278\";i:280;s:5:\"4:279\";i:281;s:5:\"4:280\";i:282;s:5:\"4:281\";i:283;s:5:\"4:282\";i:284;s:5:\"4:283\";i:285;s:5:\"4:284\";i:286;s:5:\"4:285\";i:287;s:5:\"4:286\";i:288;s:5:\"4:287\";i:289;s:5:\"4:288\";i:290;s:5:\"4:289\";i:291;s:5:\"4:290\";i:292;s:5:\"4:291\";i:293;s:5:\"4:292\";i:294;s:5:\"4:293\";i:295;s:5:\"4:294\";i:296;s:5:\"4:295\";i:297;s:5:\"4:296\";i:298;s:5:\"4:297\";i:299;s:5:\"4:298\";i:300;s:5:\"4:299\";i:301;s:5:\"4:300\";i:302;s:5:\"4:301\";i:303;s:5:\"4:302\";i:304;s:5:\"4:303\";i:305;s:5:\"4:304\";i:306;s:5:\"4:305\";i:307;s:5:\"4:306\";i:308;s:5:\"4:307\";i:309;s:5:\"4:308\";i:310;s:5:\"4:309\";i:311;s:5:\"4:310\";i:312;s:5:\"4:311\";i:313;s:5:\"4:312\";i:314;s:5:\"4:313\";i:315;s:5:\"4:314\";i:316;s:5:\"4:315\";i:317;s:5:\"4:316\";i:318;s:5:\"4:317\";i:319;s:5:\"4:318\";i:320;s:5:\"4:319\";i:321;s:5:\"4:320\";i:322;s:5:\"4:321\";i:323;s:5:\"4:322\";i:324;s:5:\"4:323\";i:325;s:5:\"4:324\";i:326;s:5:\"4:325\";i:327;s:5:\"4:326\";i:328;s:5:\"4:327\";i:329;s:5:\"4:328\";i:330;s:5:\"4:329\";i:331;s:5:\"4:330\";i:332;s:5:\"4:331\";i:333;s:5:\"4:332\";i:334;s:5:\"4:333\";i:335;s:5:\"4:334\";i:336;s:5:\"4:335\";i:337;s:5:\"4:336\";i:338;s:5:\"4:337\";i:339;s:5:\"4:338\";i:340;s:5:\"4:339\";i:341;s:5:\"4:340\";i:342;s:5:\"4:341\";i:343;s:5:\"4:342\";i:344;s:5:\"4:343\";i:345;s:5:\"4:344\";i:346;s:5:\"4:345\";i:347;s:5:\"4:346\";i:348;s:5:\"4:347\";i:349;s:5:\"4:348\";i:350;s:5:\"4:349\";i:351;s:5:\"4:350\";i:352;s:5:\"4:351\";i:353;s:5:\"4:352\";i:354;s:5:\"4:353\";i:355;s:5:\"4:354\";i:356;s:5:\"4:355\";i:357;s:5:\"4:356\";i:358;s:5:\"4:357\";i:359;s:5:\"4:358\";i:360;s:5:\"4:359\";i:361;s:5:\"4:360\";i:362;s:5:\"4:361\";i:363;s:5:\"4:362\";i:364;s:5:\"4:363\";i:365;s:5:\"4:364\";i:366;s:5:\"4:365\";i:367;s:5:\"4:366\";i:368;s:5:\"4:367\";i:369;s:3:\"4:2\";i:370;s:3:\"4:4\";i:371;s:3:\"4:3\";i:372;s:3:\"4:5\";i:373;s:5:\"4:368\";i:374;s:5:\"4:369\";i:375;s:5:\"4:370\";i:376;s:5:\"4:371\";i:377;s:5:\"4:372\";i:378;s:5:\"4:373\";i:379;s:5:\"4:374\";i:380;s:5:\"4:375\";i:381;s:5:\"4:376\";i:382;s:5:\"4:377\";i:383;s:5:\"4:378\";i:384;s:5:\"4:379\";i:385;s:5:\"4:380\";i:386;s:5:\"4:381\";i:387;s:5:\"4:382\";i:388;s:5:\"4:383\";i:389;s:5:\"4:384\";i:390;s:5:\"4:385\";i:391;s:5:\"4:386\";i:392;s:5:\"4:387\";i:393;s:5:\"4:388\";i:394;s:5:\"4:389\";i:395;s:5:\"4:390\";i:396;s:5:\"4:391\";i:397;s:5:\"4:392\";i:398;s:5:\"4:393\";i:399;s:5:\"4:394\";i:400;s:5:\"4:395\";i:401;s:5:\"4:396\";i:402;s:5:\"4:397\";i:403;s:5:\"4:398\";i:404;s:5:\"4:399\";i:405;s:5:\"4:400\";i:406;s:5:\"4:401\";i:407;s:5:\"4:402\";i:408;s:5:\"4:403\";i:409;s:5:\"4:404\";i:410;s:5:\"4:405\";i:411;s:5:\"4:406\";i:412;s:5:\"4:407\";i:413;s:5:\"4:408\";i:414;s:5:\"4:409\";i:415;s:5:\"4:410\";i:416;s:5:\"4:411\";i:417;s:5:\"4:412\";i:418;s:5:\"4:413\";i:419;s:5:\"4:414\";i:420;s:5:\"4:415\";i:421;s:5:\"4:416\";i:422;s:5:\"4:417\";i:423;s:5:\"4:418\";i:424;s:5:\"4:419\";i:425;s:5:\"4:420\";i:426;s:5:\"4:421\";i:427;s:5:\"4:422\";i:428;s:5:\"4:423\";i:429;s:5:\"4:424\";i:430;s:5:\"4:425\";i:431;s:5:\"4:426\";i:432;s:5:\"4:427\";i:433;s:5:\"4:428\";i:434;s:5:\"4:429\";i:435;s:5:\"4:430\";i:436;s:5:\"4:431\";i:437;s:5:\"4:432\";i:438;s:5:\"4:433\";i:439;s:5:\"4:434\";i:440;s:5:\"4:435\";i:441;s:5:\"4:436\";i:442;s:5:\"4:437\";i:443;s:5:\"4:438\";i:444;s:5:\"4:439\";i:445;s:5:\"4:440\";i:446;s:5:\"4:441\";i:447;s:5:\"4:442\";i:448;s:5:\"4:443\";i:449;s:5:\"4:444\";i:450;s:5:\"4:445\";i:451;s:5:\"4:446\";i:452;s:5:\"4:447\";i:453;s:5:\"4:448\";i:454;s:5:\"4:449\";i:455;s:5:\"4:450\";i:456;s:5:\"4:451\";i:457;s:5:\"4:452\";i:458;s:5:\"4:453\";i:459;s:5:\"4:454\";i:460;s:5:\"4:455\";i:461;s:5:\"4:456\";i:462;s:5:\"4:457\";i:463;s:5:\"4:458\";i:464;s:5:\"4:459\";i:465;s:5:\"4:460\";i:466;s:5:\"4:461\";i:467;s:5:\"4:462\";i:468;s:5:\"4:463\";i:469;s:5:\"4:464\";i:470;s:5:\"4:465\";i:471;s:5:\"4:466\";i:472;s:5:\"4:467\";i:473;s:5:\"4:468\";i:474;s:5:\"4:469\";i:475;s:5:\"4:470\";i:476;s:5:\"4:471\";i:477;s:5:\"4:472\";i:478;s:5:\"4:473\";i:479;s:5:\"4:474\";i:480;s:5:\"4:475\";i:481;s:5:\"5:476\";i:482;s:5:\"5:477\";i:483;s:5:\"5:478\";i:484;s:5:\"5:479\";i:485;s:5:\"5:480\";i:486;s:5:\"5:481\";i:487;s:5:\"5:482\";i:488;s:5:\"5:483\";i:489;s:5:\"5:484\";i:490;s:5:\"5:485\";i:491;s:5:\"5:486\";i:492;s:5:\"5:487\";i:493;s:5:\"5:488\";i:494;s:5:\"5:489\";i:495;s:5:\"5:490\";i:496;s:5:\"5:491\";i:497;s:5:\"5:492\";i:498;s:5:\"5:493\";i:499;s:5:\"5:494\";i:500;s:5:\"5:495\";i:501;s:5:\"5:496\";i:502;s:5:\"5:497\";i:503;s:5:\"5:498\";i:504;s:5:\"5:499\";i:505;s:5:\"5:500\";i:506;s:5:\"5:501\";i:507;s:3:\"5:1\";i:508;s:5:\"5:502\";i:509;s:5:\"5:503\";i:510;s:5:\"5:504\";i:511;s:5:\"6:505\";i:512;s:5:\"6:299\";i:513;s:5:\"6:300\";i:514;s:5:\"6:506\";i:515;s:5:\"6:309\";i:516;s:5:\"6:507\";i:517;s:5:\"6:508\";i:518;s:5:\"6:509\";i:519;s:5:\"6:510\";i:520;s:5:\"6:511\";i:521;s:5:\"6:512\";i:522;s:5:\"6:513\";i:523;s:5:\"6:514\";i:524;s:5:\"6:515\";i:525;s:5:\"6:516\";i:526;s:5:\"6:517\";i:527;s:5:\"6:518\";i:528;s:5:\"6:519\";i:529;s:5:\"6:520\";i:530;s:5:\"6:521\";i:531;s:5:\"6:312\";i:532;s:5:\"6:315\";i:533;s:5:\"6:522\";i:534;s:5:\"6:523\";i:535;s:5:\"6:524\";i:536;s:5:\"6:525\";i:537;s:5:\"6:526\";i:538;s:5:\"6:527\";i:539;s:5:\"6:528\";i:540;s:5:\"6:529\";i:541;s:5:\"6:530\";i:542;s:5:\"6:531\";i:543;s:5:\"6:532\";i:544;s:5:\"6:533\";i:545;s:5:\"6:534\";i:546;s:5:\"6:535\";i:547;s:5:\"6:536\";i:548;s:5:\"6:537\";i:549;s:5:\"6:538\";i:550;s:5:\"6:539\";i:551;s:5:\"6:540\";i:552;s:5:\"6:541\";i:553;s:5:\"6:542\";i:554;s:5:\"6:543\";i:555;s:5:\"6:544\";i:556;s:5:\"6:545\";i:557;s:5:\"6:546\";i:558;s:5:\"6:547\";i:559;s:5:\"6:548\";i:560;s:5:\"6:549\";i:561;s:5:\"6:550\";i:562;s:5:\"6:478\";i:563;s:5:\"6:551\";i:564;s:5:\"6:552\";i:565;s:5:\"6:553\";i:566;s:5:\"6:554\";i:567;s:5:\"6:555\";i:568;s:5:\"6:556\";i:569;s:5:\"6:557\";i:570;s:5:\"6:558\";i:571;s:5:\"6:559\";i:572;s:5:\"6:560\";i:573;s:5:\"6:561\";i:574;s:5:\"6:562\";i:575;s:5:\"6:563\";i:576;s:5:\"6:564\";i:577;s:5:\"6:565\";i:578;s:5:\"6:566\";i:579;s:5:\"6:567\";i:580;s:5:\"6:568\";i:581;s:5:\"6:569\";i:582;s:5:\"6:570\";i:583;s:5:\"6:571\";i:584;s:5:\"6:572\";i:585;s:5:\"6:573\";i:586;s:5:\"6:574\";i:587;s:5:\"6:575\";i:588;s:5:\"6:576\";i:589;s:5:\"6:577\";i:590;s:5:\"6:578\";i:591;s:5:\"6:579\";i:592;s:5:\"6:580\";i:593;s:5:\"6:581\";i:594;s:5:\"6:582\";i:595;s:5:\"6:583\";i:596;s:5:\"6:584\";i:597;s:5:\"6:445\";i:598;s:5:\"6:446\";i:599;s:5:\"6:448\";i:600;s:5:\"6:449\";i:601;s:5:\"6:443\";i:602;s:5:\"6:585\";i:603;s:5:\"6:586\";i:604;s:5:\"6:587\";i:605;s:5:\"6:588\";i:606;s:5:\"6:589\";i:607;s:5:\"6:590\";i:608;s:5:\"6:591\";i:609;s:5:\"6:592\";i:610;s:5:\"6:593\";i:611;s:5:\"6:594\";i:612;s:5:\"6:595\";i:613;s:5:\"6:596\";i:614;s:5:\"6:597\";i:615;s:5:\"6:598\";i:616;s:5:\"6:599\";i:617;s:5:\"6:380\";i:618;s:5:\"6:600\";i:619;s:5:\"6:601\";i:620;s:5:\"6:602\";i:621;s:5:\"6:603\";i:622;s:5:\"6:604\";i:623;s:5:\"6:605\";i:624;s:5:\"6:606\";i:625;s:5:\"6:607\";i:626;s:5:\"6:608\";i:627;s:5:\"6:609\";i:628;s:5:\"6:610\";i:629;s:5:\"6:611\";i:630;s:5:\"6:612\";i:631;s:5:\"6:613\";i:632;s:5:\"6:614\";i:633;s:5:\"6:615\";i:634;s:5:\"6:616\";i:635;s:5:\"6:617\";i:636;s:5:\"6:368\";i:637;s:5:\"6:618\";i:638;s:5:\"6:619\";i:639;s:5:\"6:620\";i:640;s:5:\"6:621\";i:641;s:5:\"6:622\";i:642;s:5:\"6:623\";i:643;s:5:\"6:624\";i:644;s:5:\"6:625\";i:645;s:5:\"6:626\";i:646;s:5:\"6:627\";i:647;s:5:\"6:628\";i:648;s:5:\"6:629\";i:649;s:5:\"6:630\";i:650;s:5:\"6:631\";i:651;s:5:\"6:632\";i:652;s:5:\"6:412\";i:653;s:5:\"6:633\";i:654;s:5:\"6:634\";i:655;s:5:\"6:635\";i:656;s:5:\"6:636\";i:657;s:5:\"6:637\";i:658;s:5:\"6:638\";i:659;s:5:\"6:639\";i:660;s:5:\"6:640\";i:661;s:5:\"6:641\";i:662;s:5:\"6:642\";i:663;s:5:\"6:643\";i:664;s:5:\"6:644\";i:665;s:5:\"6:645\";i:666;s:5:\"6:646\";i:667;s:5:\"6:647\";i:668;s:5:\"6:473\";i:669;s:5:\"6:648\";i:670;s:5:\"7:649\";i:671;s:5:\"7:646\";i:672;s:5:\"7:650\";i:673;s:5:\"7:651\";i:674;s:5:\"8:652\";i:675;s:5:\"8:653\";i:676;s:5:\"8:654\";i:677;s:5:\"8:655\";i:678;s:5:\"8:656\";i:679;s:5:\"8:657\";i:680;s:5:\"9:658\";i:681;s:5:\"9:659\";i:682;s:5:\"9:660\";i:683;s:5:\"9:661\";i:684;s:5:\"9:662\";i:685;s:5:\"9:663\";i:686;s:5:\"9:664\";i:687;s:5:\"9:548\";i:688;s:5:\"9:478\";i:689;s:5:\"9:665\";i:690;s:5:\"9:666\";i:691;s:5:\"9:667\";i:692;s:5:\"9:668\";i:693;s:5:\"9:669\";i:694;s:5:\"9:670\";i:695;s:5:\"9:671\";i:696;s:5:\"9:524\";i:697;s:5:\"9:672\";i:698;s:5:\"9:673\";i:699;s:5:\"9:525\";i:700;s:5:\"9:526\";i:701;s:5:\"9:527\";i:702;s:5:\"9:674\";i:703;s:5:\"9:532\";i:704;s:5:\"9:534\";i:705;s:5:\"9:675\";i:706;s:5:\"9:676\";i:707;s:5:\"9:677\";i:708;s:5:\"9:678\";i:709;s:5:\"9:679\";i:710;s:5:\"9:680\";i:711;s:5:\"9:681\";i:712;s:5:\"9:551\";i:713;s:5:\"9:682\";i:714;s:5:\"9:683\";i:715;s:5:\"9:684\";i:716;s:5:\"9:685\";i:717;s:5:\"9:686\";i:718;s:5:\"9:544\";i:719;s:5:\"9:687\";i:720;s:5:\"9:688\";i:721;s:5:\"9:689\";i:722;s:5:\"9:546\";i:723;s:5:\"9:690\";i:724;s:5:\"9:691\";i:725;s:5:\"9:692\";i:726;s:5:\"9:693\";i:727;s:5:\"9:694\";i:728;s:5:\"9:554\";i:729;s:5:\"9:695\";i:730;s:5:\"9:696\";i:731;s:5:\"9:559\";i:732;s:5:\"9:564\";i:733;s:5:\"9:565\";i:734;s:5:\"9:566\";i:735;s:5:\"9:567\";i:736;s:5:\"9:697\";i:737;s:5:\"9:698\";i:738;s:5:\"9:699\";i:739;s:5:\"9:700\";i:740;s:5:\"9:701\";i:741;s:5:\"9:702\";i:742;s:5:\"9:703\";i:743;s:5:\"9:704\";i:744;s:5:\"9:705\";i:745;s:5:\"9:706\";i:746;s:5:\"9:707\";i:747;s:5:\"9:489\";i:748;s:5:\"9:708\";i:749;s:5:\"9:709\";i:750;s:5:\"9:710\";i:751;s:5:\"9:711\";i:752;s:5:\"9:712\";i:753;s:5:\"9:713\";i:754;s:5:\"9:714\";i:755;s:5:\"9:715\";i:756;s:5:\"9:716\";i:757;s:5:\"9:717\";i:758;s:5:\"9:718\";i:759;s:5:\"9:719\";i:760;s:5:\"9:720\";i:761;s:5:\"9:578\";i:762;s:5:\"9:721\";i:763;s:5:\"9:722\";i:764;s:5:\"9:723\";i:765;s:5:\"9:724\";i:766;s:5:\"9:725\";i:767;s:5:\"9:726\";i:768;s:5:\"9:727\";i:769;s:5:\"9:728\";i:770;s:5:\"9:590\";i:771;s:5:\"9:729\";i:772;s:5:\"9:730\";i:773;s:5:\"9:731\";i:774;s:5:\"9:732\";i:775;s:5:\"9:733\";i:776;s:5:\"9:734\";i:777;s:5:\"9:735\";i:778;s:5:\"9:736\";i:779;s:5:\"9:737\";i:780;s:5:\"9:604\";i:781;s:5:\"9:738\";i:782;s:5:\"9:739\";i:783;s:5:\"9:740\";i:784;s:5:\"9:741\";i:785;s:5:\"9:475\";i:786;s:5:\"9:742\";i:787;s:5:\"9:743\";i:788;s:5:\"9:744\";i:789;s:5:\"9:745\";i:790;s:5:\"9:746\";i:791;s:6:\"10:747\";i:792;s:6:\"10:748\";i:793;s:6:\"10:749\";i:794;s:6:\"10:659\";i:795;s:6:\"10:689\";i:796;s:6:\"10:546\";i:797;s:6:\"10:750\";i:798;s:6:\"10:751\";i:799;s:6:\"10:752\";i:800;s:6:\"10:478\";i:801;s:6:\"10:753\";i:802;s:6:\"10:754\";i:803;s:6:\"10:755\";i:804;s:6:\"10:756\";i:805;s:6:\"10:757\";i:806;s:6:\"10:758\";i:807;s:6:\"10:759\";i:808;s:6:\"10:760\";i:809;s:6:\"10:761\";i:810;s:6:\"10:711\";i:811;s:6:\"10:713\";i:812;s:6:\"10:714\";i:813;s:6:\"10:762\";i:814;s:6:\"10:763\";i:815;s:6:\"10:525\";i:816;s:6:\"10:526\";i:817;s:6:\"10:527\";i:818;s:6:\"10:764\";i:819;s:6:\"10:680\";i:820;s:6:\"10:681\";i:821;s:6:\"10:559\";i:822;s:6:\"10:693\";i:823;s:6:\"10:694\";i:824;s:6:\"10:765\";i:825;s:6:\"10:766\";i:826;s:6:\"10:767\";i:827;s:6:\"10:768\";i:828;s:6:\"10:769\";i:829;s:6:\"10:770\";i:830;s:6:\"10:771\";i:831;s:6:\"10:772\";i:832;s:6:\"10:773\";i:833;s:6:\"10:774\";i:834;s:6:\"10:775\";i:835;s:6:\"10:776\";i:836;s:6:\"10:722\";i:837;s:6:\"10:725\";i:838;s:6:\"10:777\";i:839;s:6:\"10:778\";i:840;s:6:\"10:578\";i:841;s:6:\"10:604\";i:842;s:6:\"10:779\";i:843;s:6:\"10:780\";i:844;s:6:\"10:728\";i:845;s:6:\"10:590\";i:846;s:6:\"10:781\";i:847;s:6:\"10:656\";i:848;s:6:\"10:782\";i:849;s:6:\"11:783\";i:850;s:6:\"11:784\";i:851;s:6:\"11:785\";i:852;s:6:\"12:357\";i:853;s:6:\"12:786\";i:854;s:6:\"12:787\";i:855;s:6:\"12:788\";i:856;s:6:\"12:789\";i:857;s:6:\"13:790\";i:858;s:6:\"14:791\";i:859;s:6:\"14:792\";i:860;s:6:\"14:793\";i:861;s:6:\"14:794\";i:862;s:6:\"14:795\";i:863;s:6:\"14:698\";i:864;s:6:\"14:697\";i:865;s:6:\"14:796\";i:866;s:6:\"14:797\";i:867;s:6:\"14:798\";i:868;s:6:\"14:479\";i:869;s:6:\"14:799\";i:870;s:6:\"14:800\";i:871;s:6:\"14:801\";i:872;s:6:\"14:802\";i:873;s:6:\"14:803\";i:874;s:6:\"14:704\";i:875;s:6:\"14:804\";i:876;s:6:\"14:706\";i:877;s:6:\"14:805\";i:878;s:6:\"14:806\";i:879;s:6:\"14:707\";i:880;s:6:\"14:489\";i:881;s:6:\"14:709\";i:882;s:6:\"14:807\";i:883;s:6:\"14:711\";i:884;s:6:\"14:712\";i:885;s:6:\"14:713\";i:886;s:6:\"14:714\";i:887;s:6:\"14:658\";i:888;s:6:\"15:808\";i:889;s:6:\"15:809\";i:890;s:6:\"15:810\";i:891;s:6:\"15:811\";i:892;s:6:\"15:812\";i:893;s:6:\"15:813\";i:894;s:6:\"15:814\";i:895;s:6:\"15:815\";i:896;s:6:\"15:816\";i:897;s:6:\"15:817\";i:898;s:6:\"15:818\";i:899;s:6:\"15:819\";i:900;s:6:\"15:820\";i:901;s:6:\"15:821\";i:902;s:6:\"15:822\";i:903;s:6:\"15:823\";i:904;s:6:\"15:824\";i:905;s:6:\"15:825\";i:906;s:6:\"15:826\";i:907;s:6:\"15:827\";i:908;s:6:\"15:828\";i:909;s:6:\"15:829\";i:910;s:6:\"15:830\";i:911;s:6:\"15:831\";i:912;s:6:\"15:832\";i:913;s:6:\"15:833\";i:914;s:6:\"15:834\";i:915;s:6:\"15:835\";i:916;s:6:\"15:836\";i:917;s:6:\"15:837\";i:918;s:6:\"15:838\";i:919;s:6:\"15:839\";i:920;s:6:\"15:840\";i:921;s:6:\"15:841\";i:922;s:6:\"15:842\";i:923;s:6:\"15:843\";i:924;s:6:\"15:844\";i:925;s:6:\"15:845\";i:926;s:6:\"15:846\";i:927;s:6:\"15:847\";i:928;s:6:\"15:848\";i:929;s:6:\"15:849\";i:930;s:6:\"15:850\";i:931;s:6:\"15:851\";i:932;s:6:\"15:852\";i:933;s:6:\"15:853\";i:934;s:6:\"15:854\";i:935;s:6:\"15:855\";i:936;s:6:\"15:856\";i:937;s:6:\"15:857\";i:938;s:6:\"15:858\";i:939;s:6:\"15:859\";i:940;s:6:\"15:860\";i:941;s:6:\"15:861\";i:942;s:6:\"15:862\";i:943;s:6:\"15:863\";i:944;s:6:\"15:864\";i:945;s:6:\"15:865\";i:946;s:6:\"15:866\";i:947;s:6:\"15:867\";i:948;s:6:\"15:868\";i:949;s:6:\"15:869\";i:950;s:6:\"15:870\";i:951;s:6:\"15:871\";i:952;s:6:\"15:872\";i:953;s:6:\"15:873\";i:954;s:6:\"15:874\";i:955;s:6:\"15:875\";i:956;s:6:\"15:876\";i:957;s:6:\"15:877\";i:958;s:6:\"15:878\";i:959;s:6:\"15:879\";i:960;s:6:\"15:880\";i:961;s:6:\"15:881\";i:962;s:6:\"15:882\";i:963;s:6:\"15:883\";i:964;s:6:\"15:884\";i:965;s:6:\"15:885\";i:966;s:6:\"15:886\";i:967;s:6:\"15:887\";i:968;s:6:\"15:888\";i:969;s:6:\"15:889\";i:970;s:6:\"15:890\";i:971;s:6:\"15:891\";i:972;s:6:\"15:892\";i:973;s:6:\"15:893\";i:974;s:6:\"15:894\";i:975;s:6:\"15:895\";i:976;s:6:\"15:896\";i:977;s:6:\"15:897\";i:978;s:6:\"15:898\";i:979;s:6:\"15:899\";i:980;s:6:\"15:900\";i:981;s:6:\"15:901\";i:982;s:6:\"15:902\";i:983;s:6:\"15:903\";i:984;s:6:\"15:649\";i:985;s:6:\"15:904\";i:986;s:6:\"15:905\";i:987;s:6:\"15:650\";i:988;s:6:\"15:906\";i:989;s:6:\"15:907\";i:990;s:6:\"15:908\";i:991;s:6:\"15:909\";i:992;s:6:\"15:910\";i:993;s:6:\"15:612\";i:994;s:6:\"15:911\";i:995;s:6:\"15:912\";i:996;s:6:\"15:913\";i:997;s:6:\"15:914\";i:998;s:6:\"15:915\";i:999;s:6:\"15:916\";i:1000;s:6:\"15:917\";i:1001;s:6:\"15:918\";i:1002;s:6:\"15:919\";i:1003;s:6:\"15:920\";i:1004;s:6:\"15:921\";i:1005;s:6:\"15:922\";i:1006;s:6:\"15:923\";i:1007;s:6:\"15:924\";i:1008;s:6:\"15:925\";i:1009;s:6:\"15:926\";i:1010;s:6:\"15:927\";i:1011;s:6:\"15:928\";i:1012;s:6:\"15:929\";i:1013;s:6:\"15:930\";i:1014;s:6:\"15:931\";i:1015;s:6:\"15:932\";i:1016;s:6:\"15:933\";i:1017;s:6:\"15:934\";i:1018;s:6:\"15:935\";i:1019;s:6:\"15:936\";i:1020;s:6:\"15:937\";i:1021;s:6:\"15:938\";i:1022;s:6:\"15:939\";i:1023;s:6:\"15:940\";i:1024;s:6:\"15:941\";i:1025;s:6:\"15:942\";i:1026;s:6:\"15:615\";i:1027;s:6:\"15:943\";i:1028;s:6:\"15:944\";i:1029;s:6:\"15:945\";i:1030;s:6:\"15:946\";i:1031;s:6:\"15:601\";i:1032;s:6:\"15:947\";i:1033;s:6:\"15:631\";i:1034;s:6:\"15:948\";i:1035;s:6:\"15:949\";i:1036;s:6:\"15:950\";i:1037;s:6:\"15:951\";i:1038;s:6:\"15:952\";i:1039;s:6:\"15:953\";i:1040;s:6:\"15:954\";i:1041;s:6:\"15:955\";i:1042;s:6:\"15:956\";i:1043;s:6:\"15:618\";i:1044;s:6:\"15:957\";i:1045;s:6:\"15:958\";i:1046;s:6:\"15:959\";i:1047;s:6:\"15:960\";i:1048;s:6:\"15:741\";i:1049;s:6:\"15:632\";i:1050;s:6:\"15:412\";i:1051;s:6:\"15:961\";i:1052;s:6:\"15:613\";i:1053;s:6:\"15:962\";i:1054;s:6:\"15:963\";i:1055;s:6:\"15:964\";i:1056;s:6:\"15:965\";i:1057;s:6:\"15:630\";i:1058;s:6:\"15:966\";i:1059;s:6:\"15:967\";i:1060;s:6:\"15:629\";i:1061;s:6:\"15:968\";i:1062;s:6:\"15:969\";i:1063;s:6:\"15:970\";i:1064;s:6:\"15:971\";i:1065;s:6:\"15:972\";i:1066;s:6:\"15:604\";i:1067;s:6:\"15:973\";i:1068;s:6:\"15:974\";i:1069;s:6:\"15:975\";i:1070;s:6:\"15:976\";i:1071;s:6:\"15:977\";i:1072;s:6:\"15:978\";i:1073;s:6:\"15:979\";i:1074;s:6:\"15:980\";i:1075;s:6:\"15:981\";i:1076;s:6:\"15:982\";i:1077;s:6:\"15:983\";i:1078;s:6:\"15:984\";i:1079;s:6:\"15:985\";i:1080;s:6:\"15:986\";i:1081;s:6:\"15:622\";i:1082;s:6:\"15:987\";i:1083;s:6:\"15:621\";i:1084;s:6:\"15:988\";i:1085;s:6:\"15:989\";i:1086;s:6:\"15:990\";i:1087;s:6:\"15:991\";i:1088;s:6:\"15:992\";i:1089;s:6:\"15:993\";i:1090;s:6:\"15:994\";i:1091;s:6:\"15:995\";i:1092;s:6:\"15:996\";i:1093;s:6:\"15:997\";i:1094;s:6:\"15:998\";i:1095;s:6:\"15:999\";i:1096;s:7:\"15:1000\";i:1097;s:7:\"15:1001\";i:1098;s:7:\"15:1002\";i:1099;s:7:\"15:1003\";i:1100;s:7:\"15:1004\";i:1101;s:7:\"15:1005\";i:1102;s:7:\"15:1006\";i:1103;s:7:\"15:1007\";i:1104;s:7:\"15:1008\";i:1105;s:7:\"15:1009\";i:1106;s:7:\"15:1010\";i:1107;s:7:\"15:1011\";i:1108;s:7:\"15:1012\";i:1109;s:7:\"15:1013\";i:1110;s:7:\"15:1014\";i:1111;s:7:\"15:1015\";i:1112;s:7:\"15:1016\";i:1113;s:7:\"15:1017\";i:1114;s:7:\"15:1018\";i:1115;s:7:\"15:1019\";i:1116;s:7:\"15:1020\";i:1117;s:7:\"15:1021\";i:1118;s:7:\"15:1022\";i:1119;s:7:\"15:1023\";i:1120;s:7:\"15:1024\";i:1121;s:7:\"15:1025\";i:1122;s:7:\"15:1026\";i:1123;s:7:\"15:1027\";i:1124;s:7:\"15:1028\";i:1125;s:7:\"15:1029\";i:1126;s:7:\"15:1030\";i:1127;s:7:\"15:1031\";i:1128;s:7:\"15:1032\";i:1129;s:7:\"15:1033\";i:1130;s:7:\"15:1034\";i:1131;s:7:\"15:1035\";i:1132;s:7:\"15:1036\";i:1133;s:7:\"15:1037\";i:1134;s:7:\"15:1038\";i:1135;s:7:\"15:1039\";i:1136;s:7:\"15:1040\";i:1137;s:7:\"15:1041\";i:1138;s:7:\"15:1042\";i:1139;s:7:\"15:1043\";i:1140;s:7:\"15:1044\";i:1141;s:7:\"15:1045\";i:1142;s:7:\"15:1046\";i:1143;s:7:\"15:1047\";i:1144;s:7:\"15:1048\";i:1145;s:7:\"15:1049\";i:1146;s:7:\"15:1050\";i:1147;s:7:\"15:1051\";i:1148;s:7:\"15:1052\";i:1149;s:7:\"15:1053\";i:1150;s:7:\"15:1054\";i:1151;s:7:\"15:1055\";i:1152;s:7:\"15:1056\";i:1153;s:7:\"15:1057\";i:1154;s:7:\"15:1058\";i:1155;s:7:\"15:1059\";i:1156;s:7:\"15:1060\";i:1157;s:7:\"15:1061\";i:1158;s:7:\"15:1062\";i:1159;s:7:\"15:1063\";i:1160;s:7:\"15:1064\";i:1161;s:7:\"15:1065\";i:1162;s:6:\"15:656\";i:1163;s:7:\"15:1066\";i:1164;s:7:\"15:1067\";i:1165;s:7:\"15:1068\";i:1166;s:7:\"15:1069\";i:1167;s:7:\"15:1070\";i:1168;s:7:\"15:1071\";i:1169;s:7:\"15:1072\";i:1170;s:7:\"15:1073\";i:1171;s:7:\"15:1074\";i:1172;s:7:\"15:1075\";i:1173;s:7:\"15:1076\";i:1174;s:7:\"15:1077\";i:1175;s:7:\"15:1078\";i:1176;s:6:\"15:731\";i:1177;s:7:\"15:1079\";i:1178;s:6:\"15:732\";i:1179;s:7:\"15:1080\";i:1180;s:7:\"15:1081\";i:1181;s:7:\"15:1082\";i:1182;s:7:\"15:1083\";i:1183;s:7:\"15:1084\";i:1184;s:7:\"15:1085\";i:1185;s:7:\"15:1086\";i:1186;s:7:\"15:1087\";i:1187;s:7:\"15:1088\";i:1188;s:7:\"15:1089\";i:1189;s:7:\"15:1090\";i:1190;s:7:\"15:1091\";i:1191;s:7:\"15:1092\";i:1192;s:7:\"15:1093\";i:1193;s:7:\"15:1094\";i:1194;s:7:\"15:1095\";i:1195;s:7:\"15:1096\";i:1196;s:7:\"15:1097\";i:1197;s:7:\"15:1098\";i:1198;s:7:\"15:1099\";i:1199;s:7:\"15:1100\";i:1200;s:7:\"15:1101\";i:1201;s:7:\"15:1102\";i:1202;s:7:\"15:1103\";i:1203;s:7:\"15:1104\";i:1204;s:7:\"15:1105\";i:1205;s:7:\"15:1106\";i:1206;s:7:\"15:1107\";i:1207;s:7:\"15:1108\";i:1208;s:7:\"15:1109\";i:1209;s:7:\"15:1110\";i:1210;s:7:\"15:1111\";i:1211;s:7:\"15:1112\";i:1212;s:6:\"15:560\";i:1213;s:7:\"15:1113\";i:1214;s:7:\"15:1114\";i:1215;s:7:\"15:1115\";i:1216;s:7:\"15:1116\";i:1217;s:7:\"15:1117\";i:1218;s:7:\"15:1118\";i:1219;s:7:\"15:1119\";i:1220;s:7:\"15:1120\";i:1221;s:7:\"15:1121\";i:1222;s:7:\"15:1122\";i:1223;s:7:\"15:1123\";i:1224;s:7:\"15:1124\";i:1225;s:7:\"15:1125\";i:1226;s:7:\"15:1126\";i:1227;s:7:\"15:1127\";i:1228;s:7:\"15:1128\";i:1229;s:7:\"15:1129\";i:1230;s:7:\"15:1130\";i:1231;s:7:\"15:1131\";i:1232;s:7:\"15:1132\";i:1233;s:7:\"15:1133\";i:1234;s:7:\"15:1134\";i:1235;s:7:\"15:1135\";i:1236;s:7:\"15:1136\";i:1237;s:7:\"15:1137\";i:1238;s:7:\"15:1138\";i:1239;s:7:\"15:1139\";i:1240;s:7:\"15:1140\";i:1241;s:7:\"15:1141\";i:1242;s:7:\"15:1142\";i:1243;s:7:\"15:1143\";i:1244;s:7:\"15:1144\";i:1245;s:7:\"15:1145\";i:1246;s:7:\"15:1146\";i:1247;s:7:\"15:1147\";i:1248;s:7:\"15:1148\";i:1249;s:7:\"15:1149\";i:1250;s:7:\"15:1150\";i:1251;s:7:\"15:1151\";i:1252;s:7:\"15:1152\";i:1253;s:7:\"15:1153\";i:1254;s:7:\"15:1154\";i:1255;s:7:\"15:1155\";i:1256;s:7:\"15:1156\";i:1257;s:7:\"15:1157\";i:1258;s:7:\"15:1158\";i:1259;s:6:\"15:499\";i:1260;s:7:\"15:1159\";i:1261;s:7:\"15:1160\";i:1262;s:7:\"15:1161\";i:1263;s:7:\"15:1162\";i:1264;s:7:\"15:1163\";i:1265;s:7:\"15:1164\";i:1266;s:7:\"15:1165\";i:1267;s:7:\"15:1166\";i:1268;s:6:\"15:633\";i:1269;s:7:\"15:1167\";i:1270;s:7:\"15:1168\";i:1271;s:7:\"15:1169\";i:1272;s:7:\"15:1170\";i:1273;s:6:\"15:590\";i:1274;s:7:\"15:1171\";i:1275;s:7:\"15:1172\";i:1276;s:7:\"15:1173\";i:1277;s:7:\"15:1174\";i:1278;s:7:\"15:1175\";i:1279;s:7:\"15:1176\";i:1280;s:7:\"15:1177\";i:1281;s:7:\"15:1178\";i:1282;s:7:\"15:1179\";i:1283;s:7:\"15:1180\";i:1284;s:7:\"15:1181\";i:1285;s:7:\"15:1182\";i:1286;s:7:\"15:1183\";i:1287;s:7:\"15:1184\";i:1288;s:6:\"15:593\";i:1289;s:7:\"15:1185\";i:1290;s:7:\"15:1186\";i:1291;s:7:\"15:1187\";i:1292;s:7:\"15:1188\";i:1293;s:7:\"15:1189\";i:1294;s:7:\"15:1190\";i:1295;s:7:\"15:1191\";i:1296;s:7:\"15:1192\";i:1297;s:7:\"15:1193\";i:1298;s:7:\"15:1194\";i:1299;s:7:\"15:1195\";i:1300;s:7:\"15:1196\";i:1301;s:7:\"15:1197\";i:1302;s:7:\"15:1198\";i:1303;s:7:\"15:1199\";i:1304;s:7:\"15:1200\";i:1305;s:7:\"15:1201\";i:1306;s:7:\"15:1202\";i:1307;s:7:\"15:1203\";i:1308;s:6:\"15:441\";i:1309;s:6:\"15:503\";i:1310;s:7:\"15:1204\";i:1311;s:7:\"15:1205\";i:1312;s:7:\"15:1206\";i:1313;s:7:\"15:1207\";i:1314;s:7:\"15:1208\";i:1315;s:7:\"15:1209\";i:1316;s:7:\"15:1210\";i:1317;s:7:\"15:1211\";i:1318;s:7:\"15:1212\";i:1319;s:7:\"15:1213\";i:1320;s:7:\"15:1214\";i:1321;s:7:\"15:1215\";i:1322;s:7:\"15:1216\";i:1323;s:7:\"15:1217\";i:1324;s:7:\"15:1218\";i:1325;s:7:\"15:1219\";i:1326;s:7:\"15:1220\";i:1327;s:7:\"15:1221\";i:1328;s:7:\"15:1222\";i:1329;s:7:\"15:1223\";i:1330;s:7:\"15:1224\";i:1331;s:7:\"15:1225\";i:1332;s:7:\"15:1226\";i:1333;s:7:\"15:1227\";i:1334;s:7:\"15:1228\";i:1335;s:7:\"15:1229\";i:1336;s:7:\"15:1230\";i:1337;s:7:\"15:1231\";i:1338;s:7:\"15:1232\";i:1339;s:7:\"15:1233\";i:1340;s:7:\"15:1234\";i:1341;s:7:\"15:1235\";i:1342;s:7:\"15:1236\";i:1343;s:7:\"15:1237\";i:1344;s:7:\"15:1238\";i:1345;s:7:\"15:1239\";i:1346;s:7:\"15:1240\";i:1347;s:7:\"15:1241\";i:1348;s:7:\"15:1242\";i:1349;s:7:\"15:1243\";i:1350;s:7:\"15:1244\";i:1351;s:7:\"15:1245\";i:1352;s:7:\"15:1246\";i:1353;s:7:\"15:1247\";i:1354;s:7:\"15:1248\";i:1355;s:7:\"15:1249\";i:1356;s:7:\"15:1250\";i:1357;s:7:\"15:1251\";i:1358;s:7:\"15:1252\";i:1359;s:7:\"15:1253\";i:1360;s:7:\"15:1254\";i:1361;s:7:\"15:1255\";i:1362;s:7:\"15:1256\";i:1363;s:7:\"15:1257\";i:1364;s:7:\"15:1258\";i:1365;s:7:\"15:1259\";i:1366;s:7:\"15:1260\";i:1367;s:7:\"15:1261\";i:1368;s:7:\"15:1262\";i:1369;s:7:\"15:1263\";i:1370;s:7:\"15:1264\";i:1371;s:7:\"15:1265\";i:1372;s:7:\"15:1266\";i:1373;s:7:\"15:1267\";i:1374;s:7:\"15:1268\";i:1375;s:7:\"15:1269\";i:1376;s:7:\"15:1270\";i:1377;s:7:\"15:1271\";i:1378;s:7:\"15:1272\";i:1379;s:7:\"15:1273\";i:1380;s:7:\"15:1274\";i:1381;s:7:\"15:1275\";i:1382;s:7:\"15:1276\";i:1383;s:7:\"15:1277\";i:1384;s:7:\"15:1278\";i:1385;s:7:\"15:1279\";i:1386;s:7:\"15:1280\";i:1387;s:7:\"15:1281\";i:1388;s:7:\"15:1282\";i:1389;s:7:\"15:1283\";i:1390;s:7:\"15:1284\";i:1391;s:7:\"15:1285\";i:1392;s:7:\"15:1286\";i:1393;s:7:\"15:1287\";i:1394;s:7:\"15:1288\";i:1395;s:7:\"15:1289\";i:1396;s:7:\"15:1290\";i:1397;s:7:\"15:1291\";i:1398;s:7:\"15:1292\";i:1399;s:7:\"15:1293\";i:1400;s:7:\"15:1294\";i:1401;s:7:\"15:1295\";i:1402;s:7:\"15:1296\";i:1403;s:7:\"15:1297\";i:1404;s:7:\"15:1298\";i:1405;s:7:\"15:1299\";i:1406;s:7:\"15:1300\";i:1407;s:7:\"15:1301\";i:1408;s:7:\"15:1302\";i:1409;s:7:\"15:1303\";i:1410;s:7:\"15:1304\";i:1411;s:7:\"15:1305\";i:1412;s:7:\"15:1306\";i:1413;s:7:\"15:1307\";i:1414;s:7:\"15:1308\";i:1415;s:7:\"15:1309\";i:1416;s:7:\"15:1310\";i:1417;s:7:\"15:1311\";i:1418;s:7:\"15:1312\";i:1419;s:7:\"15:1313\";i:1420;s:6:\"15:744\";i:1421;s:7:\"15:1314\";i:1422;s:6:\"15:745\";i:1423;s:7:\"15:1315\";i:1424;s:7:\"15:1316\";i:1425;s:7:\"15:1317\";i:1426;s:7:\"15:1318\";i:1427;s:7:\"15:1319\";i:1428;s:7:\"15:1320\";i:1429;s:7:\"15:1321\";i:1430;s:7:\"15:1322\";i:1431;s:6:\"15:475\";i:1432;s:7:\"15:1323\";i:1433;s:6:\"15:743\";i:1434;s:7:\"15:1324\";i:1435;s:7:\"15:1325\";i:1436;s:7:\"15:1326\";i:1437;s:7:\"15:1327\";i:1438;s:7:\"15:1328\";i:1439;s:7:\"15:1329\";i:1440;s:7:\"15:1330\";i:1441;s:7:\"15:1331\";i:1442;s:7:\"15:1332\";i:1443;s:7:\"15:1333\";i:1444;s:7:\"15:1334\";i:1445;s:7:\"15:1335\";i:1446;s:7:\"15:1336\";i:1447;s:7:\"15:1337\";i:1448;s:7:\"15:1338\";i:1449;s:7:\"15:1339\";i:1450;s:7:\"15:1340\";i:1451;s:7:\"15:1341\";i:1452;s:7:\"15:1342\";i:1453;s:7:\"15:1343\";i:1454;s:7:\"15:1344\";i:1455;s:7:\"15:1345\";i:1456;s:7:\"15:1346\";i:1457;s:7:\"15:1347\";i:1458;s:7:\"15:1348\";i:1459;s:7:\"15:1349\";i:1460;s:7:\"15:1350\";i:1461;s:7:\"15:1351\";i:1462;s:7:\"15:1352\";i:1463;s:7:\"15:1353\";i:1464;s:7:\"15:1354\";i:1465;s:7:\"15:1355\";i:1466;s:7:\"15:1356\";i:1467;s:7:\"15:1357\";i:1468;s:7:\"15:1358\";i:1469;s:7:\"15:1359\";i:1470;s:7:\"15:1360\";i:1471;s:7:\"15:1361\";i:1472;s:7:\"15:1362\";i:1473;s:7:\"15:1363\";i:1474;s:7:\"15:1364\";i:1475;s:7:\"15:1365\";i:1476;s:7:\"15:1366\";i:1477;s:7:\"15:1367\";i:1478;s:7:\"15:1368\";i:1479;s:7:\"15:1369\";i:1480;s:7:\"15:1370\";i:1481;s:7:\"15:1371\";i:1482;s:7:\"15:1372\";i:1483;s:7:\"15:1373\";i:1484;s:7:\"15:1374\";i:1485;s:6:\"15:301\";i:1486;s:6:\"15:505\";i:1487;s:7:\"15:1375\";i:1488;s:7:\"15:1376\";i:1489;s:7:\"15:1377\";i:1490;s:7:\"15:1378\";i:1491;s:7:\"15:1379\";i:1492;s:7:\"15:1380\";i:1493;s:7:\"15:1381\";i:1494;s:7:\"15:1382\";i:1495;s:7:\"15:1383\";i:1496;s:7:\"15:1384\";i:1497;s:7:\"15:1385\";i:1498;s:7:\"15:1386\";i:1499;s:7:\"15:1387\";i:1500;s:7:\"15:1388\";i:1501;s:7:\"15:1389\";i:1502;s:7:\"15:1390\";i:1503;s:7:\"15:1391\";i:1504;s:7:\"15:1392\";i:1505;s:7:\"15:1393\";i:1506;s:7:\"15:1394\";i:1507;s:7:\"15:1395\";i:1508;s:7:\"15:1396\";i:1509;s:7:\"15:1397\";i:1510;s:7:\"15:1398\";i:1511;s:7:\"15:1399\";i:1512;s:7:\"15:1400\";i:1513;s:7:\"15:1401\";i:1514;s:7:\"15:1402\";i:1515;s:7:\"15:1403\";i:1516;s:7:\"15:1404\";i:1517;s:7:\"15:1405\";i:1518;s:7:\"15:1406\";i:1519;s:7:\"15:1407\";i:1520;s:7:\"15:1408\";i:1521;s:7:\"15:1409\";i:1522;s:7:\"15:1410\";i:1523;s:7:\"15:1411\";i:1524;s:7:\"15:1412\";i:1525;s:7:\"15:1413\";i:1526;s:7:\"15:1414\";i:1527;s:7:\"15:1415\";i:1528;s:7:\"15:1416\";i:1529;s:7:\"15:1417\";i:1530;s:7:\"15:1418\";i:1531;s:7:\"15:1419\";i:1532;s:7:\"15:1420\";i:1533;s:7:\"15:1421\";i:1534;s:7:\"15:1422\";i:1535;s:7:\"15:1423\";i:1536;s:7:\"15:1424\";i:1537;s:7:\"15:1425\";i:1538;s:7:\"15:1426\";i:1539;s:7:\"15:1427\";i:1540;s:7:\"15:1428\";i:1541;s:7:\"15:1429\";i:1542;s:7:\"15:1430\";i:1543;s:7:\"15:1431\";i:1544;s:7:\"15:1432\";i:1545;s:7:\"15:1433\";i:1546;s:7:\"15:1434\";i:1547;s:7:\"15:1435\";i:1548;s:7:\"15:1436\";i:1549;s:7:\"15:1437\";i:1550;s:7:\"15:1438\";i:1551;s:7:\"15:1439\";i:1552;s:7:\"15:1440\";i:1553;s:7:\"15:1441\";i:1554;s:7:\"15:1442\";i:1555;s:7:\"15:1443\";i:1556;s:7:\"15:1444\";i:1557;s:6:\"15:775\";i:1558;s:7:\"15:1445\";i:1559;s:7:\"15:1446\";i:1560;s:7:\"15:1447\";i:1561;s:7:\"15:1448\";i:1562;s:7:\"15:1449\";i:1563;s:7:\"15:1450\";i:1564;s:7:\"15:1451\";i:1565;s:7:\"15:1452\";i:1566;s:7:\"15:1453\";i:1567;s:7:\"15:1454\";i:1568;s:7:\"15:1455\";i:1569;s:7:\"15:1456\";i:1570;s:7:\"15:1457\";i:1571;s:7:\"15:1458\";i:1572;s:7:\"15:1459\";i:1573;s:7:\"15:1460\";i:1574;s:7:\"15:1461\";i:1575;s:7:\"15:1462\";i:1576;s:7:\"15:1463\";i:1577;s:7:\"15:1464\";i:1578;s:7:\"15:1465\";i:1579;s:7:\"15:1466\";i:1580;s:7:\"15:1467\";i:1581;s:6:\"15:478\";i:1582;s:7:\"15:1468\";i:1583;s:7:\"15:1469\";i:1584;s:7:\"15:1470\";i:1585;s:6:\"15:754\";i:1586;s:7:\"15:1471\";i:1587;s:7:\"15:1472\";i:1588;s:7:\"15:1473\";i:1589;s:7:\"15:1474\";i:1590;s:7:\"15:1475\";i:1591;s:7:\"15:1476\";i:1592;s:7:\"15:1477\";i:1593;s:7:\"15:1478\";i:1594;s:7:\"15:1479\";i:1595;s:7:\"15:1480\";i:1596;s:7:\"15:1481\";i:1597;s:7:\"15:1482\";i:1598;s:7:\"15:1483\";i:1599;s:7:\"15:1484\";i:1600;s:7:\"15:1485\";i:1601;s:7:\"15:1486\";i:1602;s:7:\"15:1487\";i:1603;s:7:\"15:1488\";i:1604;s:7:\"15:1489\";i:1605;s:7:\"15:1490\";i:1606;s:7:\"15:1491\";i:1607;s:7:\"15:1492\";i:1608;s:7:\"15:1493\";i:1609;s:7:\"15:1494\";i:1610;s:7:\"15:1495\";i:1611;s:7:\"15:1496\";i:1612;s:7:\"15:1497\";i:1613;s:7:\"15:1498\";i:1614;s:7:\"15:1499\";i:1615;s:7:\"15:1500\";i:1616;s:7:\"15:1501\";i:1617;s:7:\"15:1502\";i:1618;s:7:\"15:1503\";i:1619;s:7:\"15:1504\";i:1620;s:7:\"15:1505\";i:1621;s:7:\"15:1506\";i:1622;s:6:\"15:652\";i:1623;s:6:\"15:791\";i:1624;s:7:\"15:1507\";i:1625;s:7:\"15:1508\";i:1626;s:7:\"15:1509\";i:1627;s:7:\"15:1510\";i:1628;s:7:\"15:1511\";i:1629;s:7:\"15:1512\";i:1630;s:7:\"15:1513\";i:1631;s:7:\"15:1514\";i:1632;s:7:\"15:1515\";i:1633;s:7:\"15:1516\";i:1634;s:7:\"15:1517\";i:1635;s:7:\"15:1518\";i:1636;s:7:\"15:1519\";i:1637;s:7:\"15:1520\";i:1638;s:7:\"15:1521\";i:1639;s:7:\"15:1522\";i:1640;s:7:\"15:1523\";i:1641;s:7:\"15:1524\";i:1642;s:7:\"15:1525\";i:1643;s:7:\"15:1526\";i:1644;s:7:\"15:1527\";i:1645;s:7:\"15:1528\";i:1646;s:7:\"15:1529\";i:1647;s:7:\"15:1530\";i:1648;s:7:\"15:1531\";i:1649;s:7:\"15:1532\";i:1650;s:7:\"15:1533\";i:1651;s:7:\"15:1534\";i:1652;s:7:\"15:1535\";i:1653;s:7:\"15:1536\";i:1654;s:7:\"15:1537\";i:1655;s:7:\"15:1538\";i:1656;s:7:\"15:1539\";i:1657;s:7:\"15:1540\";i:1658;s:6:\"15:542\";i:1659;s:6:\"15:543\";i:1660;s:7:\"15:1541\";i:1661;s:7:\"15:1542\";i:1662;s:7:\"15:1543\";i:1663;s:7:\"15:1544\";i:1664;s:7:\"15:1545\";i:1665;s:6:\"15:681\";i:1666;s:7:\"15:1546\";i:1667;s:7:\"15:1547\";i:1668;s:7:\"15:1548\";i:1669;s:7:\"15:1549\";i:1670;s:7:\"15:1550\";i:1671;s:7:\"15:1551\";i:1672;s:7:\"15:1552\";i:1673;s:7:\"15:1553\";i:1674;s:7:\"15:1554\";i:1675;s:7:\"15:1555\";i:1676;s:7:\"15:1556\";i:1677;s:7:\"15:1557\";i:1678;s:7:\"15:1558\";i:1679;s:7:\"15:1559\";i:1680;s:7:\"15:1560\";i:1681;s:7:\"15:1561\";i:1682;s:7:\"15:1562\";i:1683;s:7:\"15:1563\";i:1684;s:7:\"15:1564\";i:1685;s:7:\"15:1565\";i:1686;s:7:\"15:1566\";i:1687;s:7:\"15:1567\";i:1688;s:7:\"15:1568\";i:1689;s:7:\"15:1569\";i:1690;s:7:\"15:1570\";i:1691;s:7:\"15:1571\";i:1692;s:6:\"15:694\";i:1693;s:7:\"15:1572\";i:1694;s:7:\"15:1573\";i:1695;s:7:\"15:1574\";i:1696;s:7:\"15:1575\";i:1697;s:7:\"15:1576\";i:1698;s:7:\"15:1577\";i:1699;s:7:\"15:1578\";i:1700;s:7:\"15:1579\";i:1701;s:7:\"15:1580\";i:1702;s:7:\"15:1581\";i:1703;s:6:\"15:792\";i:1704;s:7:\"15:1582\";i:1705;s:7:\"15:1583\";i:1706;s:7:\"15:1584\";i:1707;s:7:\"15:1585\";i:1708;s:7:\"15:1586\";i:1709;s:7:\"15:1587\";i:1710;s:7:\"15:1588\";i:1711;s:7:\"15:1589\";i:1712;s:7:\"15:1590\";i:1713;s:7:\"15:1591\";i:1714;s:7:\"15:1592\";i:1715;s:7:\"15:1593\";i:1716;s:7:\"15:1594\";i:1717;s:7:\"15:1595\";i:1718;s:7:\"15:1596\";i:1719;s:7:\"15:1597\";i:1720;s:7:\"15:1598\";i:1721;s:7:\"15:1599\";i:1722;s:7:\"15:1600\";i:1723;s:7:\"15:1601\";i:1724;s:7:\"15:1602\";i:1725;s:7:\"15:1603\";i:1726;s:7:\"15:1604\";i:1727;s:7:\"15:1605\";i:1728;s:7:\"15:1606\";i:1729;s:7:\"15:1607\";i:1730;s:7:\"15:1608\";i:1731;s:7:\"15:1609\";i:1732;s:7:\"15:1610\";i:1733;s:7:\"15:1611\";i:1734;s:7:\"15:1612\";i:1735;s:7:\"15:1613\";i:1736;s:7:\"15:1614\";i:1737;s:7:\"15:1615\";i:1738;s:7:\"15:1616\";i:1739;s:7:\"15:1617\";i:1740;s:6:\"15:564\";i:1741;s:7:\"15:1618\";i:1742;s:7:\"15:1619\";i:1743;s:6:\"15:565\";i:1744;s:7:\"15:1620\";i:1745;s:6:\"15:566\";i:1746;s:6:\"15:567\";i:1747;s:7:\"15:1621\";i:1748;s:7:\"15:1622\";i:1749;s:7:\"15:1623\";i:1750;s:7:\"15:1624\";i:1751;s:7:\"15:1625\";i:1752;s:7:\"15:1626\";i:1753;s:7:\"15:1627\";i:1754;s:7:\"15:1628\";i:1755;s:7:\"15:1629\";i:1756;s:7:\"15:1630\";i:1757;s:7:\"15:1631\";i:1758;s:7:\"15:1632\";i:1759;s:7:\"15:1633\";i:1760;s:7:\"15:1634\";i:1761;s:7:\"15:1635\";i:1762;s:7:\"15:1636\";i:1763;s:7:\"15:1637\";i:1764;s:7:\"15:1638\";i:1765;s:7:\"15:1639\";i:1766;s:7:\"15:1640\";i:1767;s:7:\"15:1641\";i:1768;s:7:\"15:1642\";i:1769;s:7:\"15:1643\";i:1770;s:7:\"15:1644\";i:1771;s:7:\"15:1645\";i:1772;s:7:\"15:1646\";i:1773;s:7:\"15:1647\";i:1774;s:7:\"15:1648\";i:1775;s:7:\"15:1649\";i:1776;s:7:\"15:1650\";i:1777;s:7:\"15:1651\";i:1778;s:7:\"15:1652\";i:1779;s:7:\"15:1653\";i:1780;s:7:\"15:1654\";i:1781;s:7:\"15:1655\";i:1782;s:7:\"15:1656\";i:1783;s:7:\"15:1657\";i:1784;s:7:\"15:1658\";i:1785;s:7:\"15:1659\";i:1786;s:7:\"15:1660\";i:1787;s:7:\"15:1661\";i:1788;s:7:\"15:1662\";i:1789;s:7:\"15:1663\";i:1790;s:7:\"15:1664\";i:1791;s:7:\"15:1665\";i:1792;s:7:\"15:1666\";i:1793;s:7:\"15:1667\";i:1794;s:6:\"15:699\";i:1795;s:6:\"15:700\";i:1796;s:7:\"15:1668\";i:1797;s:7:\"15:1669\";i:1798;s:7:\"15:1670\";i:1799;s:7:\"15:1671\";i:1800;s:7:\"15:1672\";i:1801;s:7:\"15:1673\";i:1802;s:7:\"15:1674\";i:1803;s:7:\"15:1675\";i:1804;s:7:\"15:1676\";i:1805;s:7:\"15:1677\";i:1806;s:7:\"15:1678\";i:1807;s:7:\"15:1679\";i:1808;s:7:\"15:1680\";i:1809;s:7:\"15:1681\";i:1810;s:7:\"15:1682\";i:1811;s:7:\"15:1683\";i:1812;s:7:\"15:1684\";i:1813;s:7:\"15:1685\";i:1814;s:7:\"15:1686\";i:1815;s:7:\"15:1687\";i:1816;s:7:\"15:1688\";i:1817;s:7:\"15:1689\";i:1818;s:6:\"15:709\";i:1819;s:7:\"15:1690\";i:1820;s:6:\"15:800\";i:1821;s:7:\"15:1691\";i:1822;s:6:\"15:480\";i:1823;s:7:\"15:1692\";i:1824;s:6:\"15:481\";i:1825;s:7:\"15:1693\";i:1826;s:7:\"15:1694\";i:1827;s:7:\"15:1695\";i:1828;s:7:\"15:1696\";i:1829;s:7:\"15:1697\";i:1830;s:6:\"15:482\";i:1831;s:7:\"15:1698\";i:1832;s:7:\"15:1699\";i:1833;s:7:\"15:1700\";i:1834;s:7:\"15:1701\";i:1835;s:7:\"15:1702\";i:1836;s:7:\"15:1703\";i:1837;s:7:\"15:1704\";i:1838;s:7:\"15:1705\";i:1839;s:7:\"15:1706\";i:1840;s:7:\"15:1707\";i:1841;s:7:\"15:1708\";i:1842;s:7:\"15:1709\";i:1843;s:7:\"15:1710\";i:1844;s:7:\"15:1711\";i:1845;s:7:\"15:1712\";i:1846;s:7:\"15:1713\";i:1847;s:7:\"15:1714\";i:1848;s:7:\"15:1715\";i:1849;s:7:\"15:1716\";i:1850;s:6:\"15:710\";i:1851;s:7:\"15:1717\";i:1852;s:7:\"15:1718\";i:1853;s:7:\"15:1719\";i:1854;s:7:\"15:1720\";i:1855;s:7:\"15:1721\";i:1856;s:7:\"15:1722\";i:1857;s:7:\"15:1723\";i:1858;s:7:\"15:1724\";i:1859;s:7:\"15:1725\";i:1860;s:7:\"15:1726\";i:1861;s:7:\"15:1727\";i:1862;s:7:\"15:1728\";i:1863;s:6:\"15:577\";i:1864;s:7:\"15:1729\";i:1865;s:7:\"15:1730\";i:1866;s:7:\"15:1731\";i:1867;s:7:\"15:1732\";i:1868;s:7:\"15:1733\";i:1869;s:7:\"15:1734\";i:1870;s:7:\"15:1735\";i:1871;s:7:\"15:1736\";i:1872;s:7:\"15:1737\";i:1873;s:7:\"15:1738\";i:1874;s:6:\"15:484\";i:1875;s:6:\"15:485\";i:1876;s:6:\"15:486\";i:1877;s:6:\"15:487\";i:1878;s:6:\"15:488\";i:1879;s:7:\"15:1739\";i:1880;s:6:\"15:711\";i:1881;s:6:\"15:712\";i:1882;s:6:\"15:713\";i:1883;s:7:\"15:1740\";i:1884;s:7:\"15:1741\";i:1885;s:7:\"15:1742\";i:1886;s:7:\"15:1743\";i:1887;s:7:\"15:1744\";i:1888;s:7:\"15:1745\";i:1889;s:6:\"15:714\";i:1890;s:6:\"15:490\";i:1891;s:6:\"15:491\";i:1892;s:6:\"15:492\";i:1893;s:6:\"15:493\";i:1894;s:7:\"15:1746\";i:1895;s:7:\"15:1747\";i:1896;s:7:\"15:1748\";i:1897;s:7:\"15:1749\";i:1898;s:7:\"15:1750\";i:1899;s:7:\"15:1751\";i:1900;s:7:\"15:1752\";i:1901;s:7:\"15:1753\";i:1902;s:7:\"15:1754\";i:1903;s:7:\"15:1755\";i:1904;s:7:\"15:1756\";i:1905;s:7:\"15:1757\";i:1906;s:7:\"15:1758\";i:1907;s:7:\"15:1759\";i:1908;s:7:\"15:1760\";i:1909;s:7:\"15:1761\";i:1910;s:7:\"15:1762\";i:1911;s:7:\"15:1763\";i:1912;s:7:\"15:1764\";i:1913;s:7:\"15:1765\";i:1914;s:7:\"15:1766\";i:1915;s:7:\"15:1767\";i:1916;s:7:\"15:1768\";i:1917;s:7:\"15:1769\";i:1918;s:7:\"15:1770\";i:1919;s:7:\"15:1771\";i:1920;s:7:\"15:1772\";i:1921;s:7:\"15:1773\";i:1922;s:7:\"15:1774\";i:1923;s:7:\"15:1775\";i:1924;s:7:\"15:1776\";i:1925;s:7:\"15:1777\";i:1926;s:7:\"15:1778\";i:1927;s:7:\"15:1779\";i:1928;s:7:\"15:1780\";i:1929;s:7:\"15:1781\";i:1930;s:7:\"15:1782\";i:1931;s:7:\"15:1783\";i:1932;s:7:\"15:1784\";i:1933;s:7:\"15:1785\";i:1934;s:7:\"15:1786\";i:1935;s:6:\"15:563\";i:1936;s:7:\"15:1787\";i:1937;s:6:\"15:661\";i:1938;s:7:\"15:1788\";i:1939;s:7:\"15:1789\";i:1940;s:7:\"15:1790\";i:1941;s:7:\"15:1791\";i:1942;s:7:\"15:1792\";i:1943;s:7:\"15:1793\";i:1944;s:7:\"15:1794\";i:1945;s:7:\"15:1795\";i:1946;s:7:\"15:1796\";i:1947;s:7:\"15:1797\";i:1948;s:7:\"15:1798\";i:1949;s:7:\"15:1799\";i:1950;s:7:\"15:1800\";i:1951;s:7:\"15:1801\";i:1952;s:7:\"15:1802\";i:1953;s:7:\"15:1803\";i:1954;s:7:\"15:1804\";i:1955;s:7:\"15:1805\";i:1956;s:7:\"15:1806\";i:1957;s:7:\"15:1807\";i:1958;s:7:\"15:1808\";i:1959;s:7:\"15:1809\";i:1960;s:7:\"15:1810\";i:1961;s:7:\"15:1811\";i:1962;s:6:\"15:682\";i:1963;s:6:\"15:683\";i:1964;s:7:\"15:1812\";i:1965;s:7:\"15:1813\";i:1966;s:7:\"15:1814\";i:1967;s:7:\"15:1815\";i:1968;s:7:\"15:1816\";i:1969;s:7:\"15:1817\";i:1970;s:7:\"15:1818\";i:1971;s:7:\"15:1819\";i:1972;s:6:\"15:684\";i:1973;s:6:\"15:685\";i:1974;s:7:\"15:1820\";i:1975;s:7:\"15:1821\";i:1976;s:7:\"15:1822\";i:1977;s:7:\"15:1823\";i:1978;s:7:\"15:1824\";i:1979;s:7:\"15:1825\";i:1980;s:7:\"15:1826\";i:1981;s:7:\"15:1827\";i:1982;s:7:\"15:1828\";i:1983;s:6:\"15:690\";i:1984;s:6:\"15:660\";i:1985;s:7:\"15:1829\";i:1986;s:7:\"15:1830\";i:1987;s:7:\"15:1831\";i:1988;s:6:\"15:689\";i:1989;s:7:\"15:1832\";i:1990;s:6:\"15:548\";i:1991;s:6:\"15:546\";i:1992;s:7:\"15:1833\";i:1993;s:7:\"15:1834\";i:1994;s:7:\"15:1835\";i:1995;s:7:\"15:1836\";i:1996;s:7:\"15:1837\";i:1997;s:6:\"15:544\";i:1998;s:7:\"15:1838\";i:1999;s:7:\"15:1839\";i:2000;s:7:\"15:1840\";i:2001;s:7:\"15:1841\";i:2002;s:7:\"15:1842\";i:2003;s:7:\"15:1843\";i:2004;s:7:\"15:1844\";i:2005;s:7:\"15:1845\";i:2006;s:7:\"15:1846\";i:2007;s:7:\"15:1847\";i:2008;s:7:\"15:1848\";i:2009;s:7:\"15:1849\";i:2010;s:7:\"15:1850\";i:2011;s:7:\"15:1851\";i:2012;s:7:\"15:1852\";i:2013;s:7:\"15:1853\";i:2014;s:7:\"15:1854\";i:2015;s:7:\"15:1855\";i:2016;s:7:\"15:1856\";i:2017;s:7:\"15:1857\";i:2018;s:7:\"15:1858\";i:2019;s:7:\"15:1859\";i:2020;s:6:\"15:659\";i:2021;s:7:\"15:1860\";i:2022;s:7:\"15:1861\";i:2023;s:7:\"15:1862\";i:2024;s:7:\"15:1863\";i:2025;s:7:\"15:1864\";i:2026;s:7:\"15:1865\";i:2027;s:7:\"15:1866\";i:2028;s:7:\"15:1867\";i:2029;s:7:\"15:1868\";i:2030;s:7:\"15:1869\";i:2031;s:7:\"15:1870\";i:2032;s:7:\"15:1871\";i:2033;s:7:\"15:1872\";i:2034;s:7:\"15:1873\";i:2035;s:7:\"15:1874\";i:2036;s:7:\"15:1875\";i:2037;s:7:\"15:1876\";i:2038;s:7:\"15:1877\";i:2039;s:7:\"15:1878\";i:2040;s:7:\"15:1879\";i:2041;s:7:\"15:1880\";i:2042;s:7:\"15:1881\";i:2043;s:7:\"15:1882\";i:2044;s:7:\"15:1883\";i:2045;s:7:\"15:1884\";i:2046;s:7:\"15:1885\";i:2047;s:7:\"15:1886\";i:2048;s:7:\"15:1887\";i:2049;s:6:\"15:299\";i:2050;s:7:\"15:1888\";i:2051;s:6:\"15:300\";i:2052;s:7:\"15:1889\";i:2053;s:7:\"15:1890\";i:2054;s:7:\"15:1891\";i:2055;s:7:\"15:1892\";i:2056;s:7:\"15:1893\";i:2057;s:7:\"15:1894\";i:2058;s:7:\"15:1895\";i:2059;s:7:\"15:1896\";i:2060;s:7:\"15:1897\";i:2061;s:7:\"15:1898\";i:2062;s:6:\"15:514\";i:2063;s:6:\"15:310\";i:2064;s:6:\"15:311\";i:2065;s:7:\"15:1899\";i:2066;s:7:\"15:1900\";i:2067;s:7:\"15:1901\";i:2068;s:7:\"15:1902\";i:2069;s:7:\"15:1903\";i:2070;s:7:\"15:1904\";i:2071;s:7:\"15:1905\";i:2072;s:7:\"15:1906\";i:2073;s:7:\"15:1907\";i:2074;s:7:\"15:1908\";i:2075;s:7:\"15:1909\";i:2076;s:7:\"15:1910\";i:2077;s:7:\"15:1911\";i:2078;s:7:\"15:1912\";i:2079;s:7:\"15:1913\";i:2080;s:7:\"15:1914\";i:2081;s:7:\"15:1915\";i:2082;s:7:\"15:1916\";i:2083;s:7:\"15:1917\";i:2084;s:7:\"15:1918\";i:2085;s:7:\"15:1919\";i:2086;s:7:\"15:1920\";i:2087;s:7:\"15:1921\";i:2088;s:7:\"15:1922\";i:2089;s:7:\"15:1923\";i:2090;s:7:\"15:1924\";i:2091;s:7:\"15:1925\";i:2092;s:7:\"15:1926\";i:2093;s:7:\"15:1927\";i:2094;s:7:\"15:1928\";i:2095;s:7:\"15:1929\";i:2096;s:7:\"15:1930\";i:2097;s:7:\"15:1931\";i:2098;s:7:\"15:1932\";i:2099;s:7:\"15:1933\";i:2100;s:7:\"15:1934\";i:2101;s:7:\"15:1935\";i:2102;s:7:\"15:1936\";i:2103;s:7:\"15:1937\";i:2104;s:7:\"15:1938\";i:2105;s:7:\"15:1939\";i:2106;s:7:\"15:1940\";i:2107;s:7:\"15:1941\";i:2108;s:7:\"15:1942\";i:2109;s:7:\"15:1943\";i:2110;s:7:\"15:1944\";i:2111;s:7:\"15:1945\";i:2112;s:7:\"15:1946\";i:2113;s:7:\"15:1947\";i:2114;s:7:\"15:1948\";i:2115;s:7:\"15:1949\";i:2116;s:7:\"15:1950\";i:2117;s:7:\"15:1951\";i:2118;s:7:\"15:1952\";i:2119;s:7:\"15:1953\";i:2120;s:7:\"15:1954\";i:2121;s:7:\"15:1955\";i:2122;s:7:\"15:1956\";i:2123;s:7:\"15:1957\";i:2124;s:7:\"15:1958\";i:2125;s:7:\"15:1959\";i:2126;s:7:\"15:1960\";i:2127;s:7:\"15:1961\";i:2128;s:7:\"15:1962\";i:2129;s:7:\"15:1963\";i:2130;s:7:\"15:1964\";i:2131;s:7:\"15:1965\";i:2132;s:7:\"15:1966\";i:2133;s:7:\"15:1967\";i:2134;s:7:\"15:1968\";i:2135;s:7:\"15:1969\";i:2136;s:7:\"15:1970\";i:2137;s:7:\"15:1971\";i:2138;s:7:\"15:1972\";i:2139;s:7:\"15:1973\";i:2140;s:7:\"15:1974\";i:2141;s:7:\"15:1975\";i:2142;s:7:\"15:1976\";i:2143;s:7:\"15:1977\";i:2144;s:7:\"15:1978\";i:2145;s:7:\"15:1979\";i:2146;s:7:\"15:1980\";i:2147;s:7:\"15:1981\";i:2148;s:7:\"15:1982\";i:2149;s:7:\"15:1983\";i:2150;s:7:\"15:1984\";i:2151;s:7:\"15:1985\";i:2152;s:7:\"15:1986\";i:2153;s:7:\"15:1987\";i:2154;s:7:\"15:1988\";i:2155;s:7:\"15:1989\";i:2156;s:7:\"15:1990\";i:2157;s:7:\"15:1991\";i:2158;s:7:\"15:1992\";i:2159;s:7:\"15:1993\";i:2160;s:7:\"15:1994\";i:2161;s:7:\"15:1995\";i:2162;s:7:\"15:1996\";i:2163;s:7:\"15:1997\";i:2164;s:7:\"15:1998\";i:2165;s:7:\"15:1999\";i:2166;s:7:\"15:2000\";i:2167;s:7:\"15:2001\";i:2168;s:7:\"15:2002\";i:2169;s:7:\"15:2003\";i:2170;s:7:\"15:2004\";i:2171;s:7:\"15:2005\";i:2172;s:7:\"15:2006\";i:2173;s:7:\"15:2007\";i:2174;s:7:\"15:2008\";i:2175;s:7:\"15:2009\";i:2176;s:7:\"15:2010\";i:2177;s:7:\"15:2011\";i:2178;s:7:\"15:2012\";i:2179;s:7:\"15:2013\";i:2180;s:6:\"15:558\";i:2181;s:7:\"15:2014\";i:2182;s:7:\"15:2015\";i:2183;s:7:\"15:2016\";i:2184;s:7:\"15:2017\";i:2185;s:7:\"15:2018\";i:2186;s:7:\"15:2019\";i:2187;s:7:\"15:2020\";i:2188;s:7:\"15:2021\";i:2189;s:7:\"15:2022\";i:2190;s:7:\"15:2023\";i:2191;s:7:\"15:2024\";i:2192;s:7:\"15:2025\";i:2193;s:7:\"15:2026\";i:2194;s:7:\"15:2027\";i:2195;s:7:\"15:2028\";i:2196;s:7:\"15:2029\";i:2197;s:7:\"15:2030\";i:2198;s:7:\"15:2031\";i:2199;s:7:\"15:2032\";i:2200;s:7:\"15:2033\";i:2201;s:7:\"15:2034\";i:2202;s:7:\"15:2035\";i:2203;s:7:\"15:2036\";i:2204;s:7:\"15:2037\";i:2205;s:7:\"15:2038\";i:2206;s:7:\"15:2039\";i:2207;s:7:\"15:2040\";i:2208;s:7:\"15:2041\";i:2209;s:7:\"15:2042\";i:2210;s:7:\"15:2043\";i:2211;s:7:\"15:2044\";i:2212;s:7:\"15:2045\";i:2213;s:7:\"15:2046\";i:2214;s:7:\"15:2047\";i:2215;s:7:\"15:2048\";i:2216;s:7:\"15:2049\";i:2217;s:7:\"15:2050\";i:2218;s:7:\"15:2051\";i:2219;s:7:\"15:2052\";i:2220;s:7:\"15:2053\";i:2221;s:7:\"15:2054\";i:2222;s:7:\"15:2055\";i:2223;s:7:\"15:2056\";i:2224;s:7:\"15:2057\";i:2225;s:7:\"15:2058\";i:2226;s:7:\"15:2059\";i:2227;s:7:\"15:2060\";i:2228;s:7:\"15:2061\";i:2229;s:7:\"15:2062\";i:2230;s:7:\"15:2063\";i:2231;s:7:\"15:2064\";i:2232;s:7:\"15:2065\";i:2233;s:7:\"15:2066\";i:2234;s:7:\"15:2067\";i:2235;s:7:\"15:2068\";i:2236;s:7:\"15:2069\";i:2237;s:7:\"15:2070\";i:2238;s:7:\"15:2071\";i:2239;s:7:\"15:2072\";i:2240;s:7:\"15:2073\";i:2241;s:7:\"15:2074\";i:2242;s:6:\"15:722\";i:2243;s:7:\"15:2075\";i:2244;s:6:\"15:776\";i:2245;s:7:\"15:2076\";i:2246;s:7:\"15:2077\";i:2247;s:7:\"15:2078\";i:2248;s:7:\"15:2079\";i:2249;s:7:\"15:2080\";i:2250;s:6:\"15:725\";i:2251;s:7:\"15:2081\";i:2252;s:7:\"15:2082\";i:2253;s:7:\"15:2083\";i:2254;s:7:\"15:2084\";i:2255;s:7:\"15:2085\";i:2256;s:7:\"15:2086\";i:2257;s:7:\"15:2087\";i:2258;s:7:\"15:2088\";i:2259;s:7:\"15:2089\";i:2260;s:6:\"15:785\";i:2261;s:7:\"15:2090\";i:2262;s:7:\"15:2091\";i:2263;s:7:\"15:2092\";i:2264;s:7:\"15:2093\";i:2265;s:7:\"15:2094\";i:2266;s:7:\"15:2095\";i:2267;s:7:\"15:2096\";i:2268;s:7:\"15:2097\";i:2269;s:7:\"15:2098\";i:2270;s:7:\"15:2099\";i:2271;s:7:\"15:2100\";i:2272;s:7:\"15:2101\";i:2273;s:7:\"15:2102\";i:2274;s:7:\"15:2103\";i:2275;s:7:\"15:2104\";i:2276;s:7:\"15:2105\";i:2277;s:7:\"15:2106\";i:2278;s:7:\"15:2107\";i:2279;s:7:\"15:2108\";i:2280;s:7:\"15:2109\";i:2281;s:7:\"15:2110\";}','no'),(217,'chld_thm_cfg_options_dict_sel','a:2110:{i:1;s:610:\".et_vertical_nav.et_right_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_right_sidebar.woocommerce-page #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce #content div.product div.images, .et_vertical_nav.et_left_sidebar.woocommerce-page #content div.product div.images\";i:2;s:171:\".et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1), .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n+1)\";i:3;s:167:\".et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n), .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n)\";i:4;s:167:\".et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n), .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(3n)\";i:5;s:171:\".et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1), .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item:nth-child(2n+1)\";i:6;s:139:\".et_vertical_nav.et_right_sidebar .et_post_gallery li.et_gallery_item, .et_vertical_nav.et_left_sidebar .et_post_gallery li.et_gallery_item\";i:7;s:64:\".et_vertical_nav.archive.et_right_sidebar ul.products li.product\";i:8;s:45:\".et_vertical_nav .footer-widget:nth-child(2n)\";i:9;s:92:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n)\";i:10;s:76:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.first\";i:11;s:94:\".et_vertical_nav.archive.et_full_width_page.woocommerce ul.products li.product:nth-child(3n+1)\";i:12;s:24:\".et_pb_column .et_pb_map\";i:13;s:51:\".et_pb_blog_grid .mejs-container .mejs-controls div\";i:14;s:51:\".et_pb_blog_grid .mejs-container.wp-audio-shortcode\";i:15;s:43:\".et_pb_blog_grid .mejs-audio .mejs-controls\";i:16;s:51:\".et_pb_blog_grid .mejs-button.mejs-playpause-button\";i:17;s:61:\".et_pb_blog_grid .mejs-time.mejs-currenttime-container.custom\";i:18;s:48:\".et_pb_blog_grid .mejs-button.mejs-volume-button\";i:19;s:48:\".et_pb_blog_grid a.mejs-horizontal-volume-slider\";i:20;s:46:\".et_pb_blog_grid .mejs-horizontal-volume-total\";i:21;s:50:\".et_pb_blog_grid .mejs-controls div.mejs-time-rail\";i:22;s:51:\".et_pb_blog_grid a.mejs-time-total.mejs-time-slider\";i:23;s:55:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table\";i:24;s:168:\".et_vertical_nav .et_pb_pricing_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_2_3 .et_pb_pricing_table\";i:25;s:282:\".et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table\";i:26;s:691:\".et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_2 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_table.et-last-child\";i:27;s:144:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(4n+1), .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(3n+1)\";i:28;s:144:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(3n+1), .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(2n+1)\";i:29;s:142:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table:nth-child(n+4), .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table:nth-child(n+3)\";i:30;s:184:\".et_vertical_nav .et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_vertical_nav .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3)\";i:31;s:92:\".et_vertical_nav .et_pb_column_1_4 .et_pb_sum, .et_vertical_nav .et_pb_column_1_3 .et_pb_sum\";i:32;s:124:\".et_vertical_nav .et_pb_column_1_4 .et_pb_pricing_content_top, .et_vertical_nav .et_pb_column_1_3 .et_pb_pricing_content_top\";i:33;s:87:\".et_vertical_nav .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:34;s:181:\".et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n), .et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n)\";i:35;s:185:\".et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(2n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(2n+1)\";i:36;s:185:\".et_vertical_nav.archive.et_left_sidebar.woocommerce ul.products li.product:nth-child(3n+1), .et_vertical_nav.archive.et_right_sidebar.woocommerce ul.products li.product:nth-child(3n+1)\";i:37;s:54:\".et_vertical_nav .et_pb_column_1_4 .et_audio_container\";i:38;s:180:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container .mejs-controls div, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container .mejs-controls div\";i:39;s:142:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-container, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-container\";i:40;s:140:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls\";i:41;s:180:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-playpause-button, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-playpause-button\";i:42;s:200:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:43;s:174:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:44;s:174:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:45;s:170:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-horizontal-volume-total, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-horizontal-volume-total\";i:46;s:178:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:47;s:180:\".et_vertical_nav .et_pb_column_3_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_vertical_nav .et_pb_column_2_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:48;s:70:\".et_pb_gutters3 .et_pb_column, .et_pb_gutters3.et_pb_row .et_pb_column\";i:49;s:78:\".et_pb_gutters3 .et_pb_column_4_4, .et_pb_gutters3.et_pb_row .et_pb_column_4_4\";i:50;s:106:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:51;s:78:\".et_pb_gutters3 .et_pb_column_3_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4\";i:52;s:321:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:53;s:78:\".et_pb_gutters3 .et_pb_column_2_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3\";i:54;s:285:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_module\";i:55;s:78:\".et_pb_gutters3 .et_pb_column_1_2, .et_pb_gutters3.et_pb_row .et_pb_column_1_2\";i:56;s:285:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_module\";i:57;s:78:\".et_pb_gutters3 .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_1_3\";i:58;s:303:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:59;s:78:\".et_pb_gutters3 .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_4\";i:60;s:536:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:61;s:252:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8\";i:62;s:294:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters3.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:63;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:64;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:65;s:157:\".et_pb_gutters3 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters3.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:66;s:695:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_full_width_page.woocommerce-page ul.products li.product\";i:67;s:2341:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters3.et_left_sidebar.woocommerce-page ul.products li.product, .et_pb_gutters3.et_right_sidebar.woocommerce-page ul.products li.product\";i:68;s:1428:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:69;s:1428:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:70;s:697:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:71;s:697:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:72;s:697:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:73;s:796:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product\";i:74;s:1186:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters3.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:75;s:904:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters3.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters3.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product\";i:76;s:68:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:77;s:80:\".et_pb_gutters3 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:78;s:68:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:79;s:80:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:80;s:68:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:81;s:80:\".et_pb_gutters3 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:82;s:80:\".et_pb_gutters3 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:83;s:80:\".et_pb_gutters3 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:84;s:80:\".et_pb_gutters3 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:85;s:98:\".et_pb_gutters3 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:86;s:30:\".et_pb_gutters3 .footer-widget\";i:87;s:52:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget\";i:88;s:61:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget .fwidget\";i:89;s:57:\".et_pb_gutters3.et_pb_footer_columns4 .footer-widget.last\";i:90;s:52:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget\";i:91;s:65:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:92;s:61:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget .fwidget\";i:93;s:57:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last\";i:94;s:66:\".et_pb_gutters3.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:95;s:52:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget\";i:96;s:68:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:97;s:61:\".et_pb_gutters3.et_pb_footer_columns2 .footer-widget .fwidget\";i:98;s:52:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget\";i:99;s:61:\".et_pb_gutters3.et_pb_footer_columns1 .footer-widget .fwidget\";i:100;s:75:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:101;s:84:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:102;s:76:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:103;s:85:\".et_pb_gutters3.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:104;s:75:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:105;s:84:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:106;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:107;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:108;s:75:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:109;s:84:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:110;s:76:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:111;s:85:\".et_pb_gutters3.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:112;s:75:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:113;s:84:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:114;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:115;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:116;s:76:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:117;s:85:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:118;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:119;s:82:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:120;s:65:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:121;s:74:\".et_pb_gutters3.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:122;s:72:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:123;s:81:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:124;s:91:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:125;s:100:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:126;s:73:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:127;s:65:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:128;s:74:\".et_pb_gutters3.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:129;s:70:\".et_pb_gutters4 .et_pb_column, .et_pb_gutters4.et_pb_row .et_pb_column\";i:130;s:78:\".et_pb_gutters4 .et_pb_column_4_4, .et_pb_gutters4.et_pb_row .et_pb_column_4_4\";i:131;s:106:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:132;s:78:\".et_pb_gutters4 .et_pb_column_3_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4\";i:133;s:321:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:134;s:78:\".et_pb_gutters4 .et_pb_column_2_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3\";i:135;s:285:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_module\";i:136;s:78:\".et_pb_gutters4 .et_pb_column_1_2, .et_pb_gutters4.et_pb_row .et_pb_column_1_2\";i:137;s:285:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_module\";i:138;s:78:\".et_pb_gutters4 .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_1_3\";i:139;s:303:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:140;s:78:\".et_pb_gutters4 .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_4\";i:141;s:536:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:142;s:252:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8\";i:143;s:294:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters4.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:144;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:145;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:146;s:157:\".et_pb_gutters4 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters4.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:147;s:514:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_column_4_4 .et_pb_widget, .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:148;s:2194:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n)\";i:149;s:1428:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:150;s:1428:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:151;s:697:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:152;s:697:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:153;s:697:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:154;s:796:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product\";i:155;s:1186:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters4.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:156;s:904:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters4.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters4.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product\";i:157;s:68:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:158;s:80:\".et_pb_gutters4 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:159;s:68:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:160;s:80:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:161;s:68:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:162;s:80:\".et_pb_gutters4 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:163;s:80:\".et_pb_gutters4 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:164;s:80:\".et_pb_gutters4 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:165;s:80:\".et_pb_gutters4 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:166;s:98:\".et_pb_gutters4 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:167;s:30:\".et_pb_gutters4 .footer-widget\";i:168;s:52:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget\";i:169;s:61:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget .fwidget\";i:170;s:57:\".et_pb_gutters4.et_pb_footer_columns4 .footer-widget.last\";i:171;s:52:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget\";i:172;s:65:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:173;s:61:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget .fwidget\";i:174;s:57:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last\";i:175;s:66:\".et_pb_gutters4.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:176;s:52:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget\";i:177;s:68:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:178;s:61:\".et_pb_gutters4.et_pb_footer_columns2 .footer-widget .fwidget\";i:179;s:52:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget\";i:180;s:61:\".et_pb_gutters4.et_pb_footer_columns1 .footer-widget .fwidget\";i:181;s:75:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:182;s:84:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:183;s:76:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:184;s:85:\".et_pb_gutters4.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:185;s:75:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:186;s:84:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:187;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:188;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:189;s:75:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:190;s:84:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:191;s:76:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:192;s:85:\".et_pb_gutters4.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:193;s:75:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:194;s:84:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:195;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:196;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:197;s:76:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:198;s:85:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:199;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:200;s:82:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:201;s:65:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:202;s:74:\".et_pb_gutters4.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:203;s:72:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:204;s:81:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:205;s:91:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:206;s:100:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:207;s:73:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:208;s:65:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:209;s:74:\".et_pb_gutters4.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:210;s:70:\".et_pb_gutters2 .et_pb_column, .et_pb_gutters2.et_pb_row .et_pb_column\";i:211;s:78:\".et_pb_gutters2 .et_pb_column_4_4, .et_pb_gutters2.et_pb_row .et_pb_column_4_4\";i:212;s:106:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_module\";i:213;s:78:\".et_pb_gutters2 .et_pb_column_3_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4\";i:214;s:321:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_module\";i:215;s:78:\".et_pb_gutters2 .et_pb_column_2_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3\";i:216;s:285:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_module\";i:217;s:78:\".et_pb_gutters2 .et_pb_column_1_2, .et_pb_gutters2.et_pb_row .et_pb_column_1_2\";i:218;s:285:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_module\";i:219;s:78:\".et_pb_gutters2 .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_1_3\";i:220;s:303:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_module\";i:221;s:78:\".et_pb_gutters2 .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_4\";i:222;s:536:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_module\";i:223;s:252:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8\";i:224;s:294:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_pb_gutters2.et_pb_row > .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_3_8 .et_pb_module, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_module\";i:225;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_4 .et_pb_module\";i:226;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_3 .et_pb_module\";i:227;s:157:\".et_pb_gutters2 .et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module, .et_pb_gutters2.et_pb_row .et_pb_column_single.et_pb_column_1_2 .et_pb_module\";i:228;s:618:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:229;s:2194:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n)\";i:230;s:1428:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:231;s:1428:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:232;s:796:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:233;s:796:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:234;s:796:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:235;s:796:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product\";i:236;s:1186:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_gutters2.et_pb_row_inner .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:237;s:904:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_grid_item, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_widget, .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_gutters2.et_pb_row_inner .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product\";i:238;s:148:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters2.et_pb_row .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3\";i:239;s:80:\".et_pb_gutters2 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3 .et_pb_post\";i:240;s:148:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2\";i:241;s:80:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:242;s:148:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters2.et_pb_row .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2\";i:243;s:80:\".et_pb_gutters2 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:244;s:80:\".et_pb_gutters2 .et_pb_column_1_2 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:245;s:80:\".et_pb_gutters2 .et_pb_column_1_3 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:246;s:80:\".et_pb_gutters2 .et_pb_column_1_4 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:247;s:98:\".et_pb_gutters2 .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid .column.size-1of1 .et_pb_post\";i:248;s:30:\".et_pb_gutters2 .footer-widget\";i:249;s:52:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget\";i:250;s:61:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget .fwidget\";i:251;s:57:\".et_pb_gutters2.et_pb_footer_columns4 .footer-widget.last\";i:252;s:52:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget\";i:253;s:65:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget:nth-child(3)\";i:254;s:61:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget .fwidget\";i:255;s:57:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last\";i:256;s:66:\".et_pb_gutters2.et_pb_footer_columns3 .footer-widget.last .fwidget\";i:257;s:52:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget\";i:258;s:68:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget:nth-child(even)\";i:259;s:61:\".et_pb_gutters2.et_pb_footer_columns2 .footer-widget .fwidget\";i:260;s:52:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget\";i:261;s:61:\".et_pb_gutters2.et_pb_footer_columns1 .footer-widget .fwidget\";i:262;s:75:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd)\";i:263;s:84:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd) .fwidget\";i:264;s:76:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even)\";i:265;s:85:\".et_pb_gutters2.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even) .fwidget\";i:266;s:75:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd)\";i:267;s:84:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd) .fwidget\";i:268;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:269;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even) .fwidget\";i:270;s:75:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd)\";i:271;s:84:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd) .fwidget\";i:272;s:76:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even)\";i:273;s:85:\".et_pb_gutters2.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even) .fwidget\";i:274;s:75:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:275;s:84:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd) .fwidget\";i:276;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:277;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even) .fwidget\";i:278;s:76:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2)\";i:279;s:85:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2) .fwidget\";i:280;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3)\";i:281;s:82:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3) .fwidget\";i:282;s:65:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last\";i:283;s:74:\".et_pb_gutters2.et_pb_footer_columns_1_4__1_2 .footer-widget.last .fwidget\";i:284;s:72:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:285;s:81:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child .fwidget\";i:286;s:91:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:287;s:100:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3) .fwidget\";i:288;s:73:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(3)\";i:289;s:65:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:290;s:74:\".et_pb_gutters2.et_pb_footer_columns_1_2__1_4 .footer-widget.last .fwidget\";i:291;s:1204:\".et_pb_gutters1 .et_pb_column, .et_pb_gutters1 .et_pb_column .et_pb_row_inner .et_pb_column, .et_pb_gutters1 .et_pb_column .et_pb_module, .et_pb_gutters1 .et_section_specialty .et_pb_column .et_pb_module, .et_section_specialty .et_pb_gutters1.et_pb_row .et_pb_column .et_pb_module, .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column, .et_section_specialty .et_pb_column .et_pb_gutters1.et_pb_row_inner .et_pb_column .et_pb_module, .et_pb_gutters1 .et_pb_column .et_pb_widget, .et_pb_gutters1 .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_grid_item, .et_pb_gutters1 .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_row_inner .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of3 .et_pb_post, .et_pb_gutters1 .footer-widget, .et_pb_gutters1 .footer-widget .fwidget\";i:292;s:280:\".et_pb_gutters1 .et_pb_column_4_4, .et_pb_gutters1.et_pb_footer_columns1 .footer-widget, .et_pb_gutters1.et_pb_footer_columns3 .footer-widget.last, .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget.last, .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget.last\";i:293;s:188:\".et_pb_gutters1 .et_pb_column_3_4, .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(even)\";i:294;s:188:\".et_pb_gutters1 .et_pb_column_2_3, .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(even)\";i:295;s:1905:\".et_pb_gutters1 .et_pb_column_1_2, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_column_3_8, .et_pb_gutters1.et_pb_row .et_pb_column_3_4 .et_pb_column_3_8, .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_3_8, .et_section_specialty .et_pb_column_2_3 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_3, .et_section_specialty .et_pb_column_1_2 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column_2_3 .et_pb_widget, .et_pb_gutters1 .et_pb_column_1_2 .et_pb_widget, .et_pb_gutters1.et_pb_footer_columns2 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(3), .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:first-child\";i:296;s:973:\".et_pb_gutters1 .et_pb_column_1_3, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_1_4, .et_section_specialty .et_pb_column_3_4 .et_pb_gutters1.et_pb_row_inner .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_blog_grid .column.size-1of3, .et_pb_gutters1 .et_pb_column_3_4 .et_pb_widget, .et_pb_gutters1.et_pb_footer_columns3 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(even), .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:297;s:703:\".et_pb_gutters1 .et_pb_column_1_4, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_gutters1 .et_pb_column_4_4 .et_pb_widget, .et_pb_gutters1.et_pb_footer_columns4 .footer-widget, .et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(even), .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_4__1_2 .footer-widget:nth-child(-n+2), .et_pb_gutters1.et_pb_footer_columns_1_2__1_4 .footer-widget:nth-child(n+2):nth-child(-n+3)\";i:298;s:306:\".et_pb_gutters1.et_pb_footer_columns_3_4__1_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_4__3_4 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_2_3__1_3 .footer-widget:nth-child(odd), .et_pb_gutters1.et_pb_footer_columns_1_3__2_3 .footer-widget:nth-child(odd)\";i:299;s:14:\".et_pb_section\";i:300;s:24:\".et_pb_fullwidth_section\";i:301;s:10:\".et_pb_row\";i:302;s:34:\".et_pb_column_3_4 .et_pb_row_inner\";i:303;s:34:\".et_pb_column_2_3 .et_pb_row_inner\";i:304;s:34:\".et_pb_column_1_2 .et_pb_row_inner\";i:305;s:20:\".et_pb_column_single\";i:306;s:97:\".et_pb_column_single .et_pb_module:first-child, .et_pb_column_single .et_pb_module.et-first-child\";i:307;s:95:\".et_pb_column_single .et_pb_module:last-child, .et_pb_column_single .et_pb_module.et-last-child\";i:308;s:577:\".et_pb_section .et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_section .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_column .et_pb_module.et-last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module:last-child, .et_pb_section.et_section_specialty .et_pb_row .et_pb_column .et_pb_row_inner .et_pb_column .et_pb_module.et-last-child\";i:309;s:34:\".et_section_specialty > .et_pb_row\";i:310;s:16:\".et_pb_row_inner\";i:311;s:164:\".et_pb_row .et_pb_column:last-child, .et_pb_row .et_pb_column.et-last-child, .et_pb_row_inner .et_pb_column:last-child, .et_pb_row_inner .et_pb_column.et-last-child\";i:312;s:71:\".et_pb_row.et_pb_row_fullwidth, .et_pb_specialty_fullwidth > .et_pb_row\";i:313;s:206:\".et_pb_gutters4.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters4 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters4.et_pb_specialty_fullwidth > .et_pb_row, .et_pb_gutters4 .et_pb_specialty_fullwidth > .et_pb_row\";i:314;s:206:\".et_pb_gutters2.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters2 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters2.et_pb_specialty_fullwidth > .et_pb_row, .et_pb_gutters2 .et_pb_specialty_fullwidth > .et_pb_row\";i:315;s:206:\".et_pb_gutters1.et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1 .et_pb_row.et_pb_row_fullwidth, .et_pb_gutters1.et_pb_specialty_fullwidth > .et_pb_row, .et_pb_gutters1 .et_pb_specialty_fullwidth > .et_pb_row\";i:316;s:117:\".et_pb_row.et_pb_equal_columns, .et_pb_row_inner.et_pb_equal_columns, .et_pb_section.et_pb_equal_columns > .et_pb_row\";i:317;s:53:\".et_pb_filterable_portfolio_grid, .et_pb_gallery_grid\";i:318;s:140:\".et_pb_gallery_grid .et_pb_gallery_item, .et_pb_portfolio_grid .et_pb_portfolio_item, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item\";i:319;s:152:\".et_pb_gallery_grid .et_pb_gallery_item img, .et_pb_portfolio_grid .et_pb_portfolio_item img, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item img\";i:320;s:94:\".et_pb_shop_grid .woocommerce ul.products li.product, .woocommerce-page ul.products li.product\";i:321;s:1990:\".et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_pb_row .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n), .et_pb_row .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n), .et_pb_row .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n), .et_pb_row .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(3n), .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_grid_item:nth-child(2n), .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_row .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n), .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_row .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_row .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_row .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_section_specialty .et_pb_row .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_section_specialty .et_pb_row .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n)\";i:322;s:558:\".et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1), .et_pb_column_3_4 .et_pb_grid_item:nth-child(3n+1), .et_pb_column_2_3 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_1_2 .et_pb_grid_item:nth-child(2n+1), .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1), .et_pb_column_3_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column_2_3 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column_1_2 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1)\";i:323;s:68:\".et_pb_column_3_4 .et_pb_column_4_4 .et_pb_grid_item:nth-child(4n+1)\";i:324;s:104:\".et_pb_column_3_4 .et_pb_column_4_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(4n+1)\";i:325;s:358:\".et_pb_column_3_4 .et_pb_column_3_8 .et_pb_grid_item, .et_pb_column_1_3 .et_pb_grid_item, .et_pb_column_1_4 .et_pb_grid_item, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_3 .et_pb_shop_grid .woocommerce ul.products li.product, .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product\";i:326;s:70:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item\";i:327;s:82:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.last_in_row\";i:328;s:83:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item.first_in_row\";i:329;s:149:\".et_pb_gallery_grid .et_pb_gallery_item h3, .et_pb_portfolio_grid .et_pb_portfolio_item h2, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item h2\";i:330;s:76:\".et_pb_portfolio_item .post-meta, .et_pb_gallery_item .et_pb_gallery_caption\";i:331;s:664:\".et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_row .et_pb_column_4_4 .et_pb_widget:nth-child(4n), .et_pb_row .et_pb_column_3_4 .et_pb_widget:nth-child(3n), .et_pb_row .et_pb_column_2_3 .et_pb_widget:nth-child(2n), .et_pb_row .et_pb_column_1_2 .et_pb_widget:nth-child(2n), .et_pb_column_3_4 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(3n), .et_pb_column_2_3 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n), .et_pb_column_1_2 .et_pb_row_inner .et_pb_column_4_4 .et_pb_widget:nth-child(2n)\";i:332;s:194:\".et_pb_column_4_4 .et_pb_widget:nth-child(4n+1), .et_pb_column_3_4 .et_pb_widget:nth-child(3n+1), .et_pb_column_2_3 .et_pb_widget:nth-child(2n+1), .et_pb_column_1_2 .et_pb_widget:nth-child(2n+1)\";i:333;s:115:\".et_pb_column_3_4 .et_pb_column_3_8 .et_pb_widget, .et_pb_column_1_3 .et_pb_widget, .et_pb_column_1_4 .et_pb_widget\";i:334;s:574:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_with_image .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_with_image .et_pb_slide_description\";i:335;s:302:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_1_2 .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_video, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_video, .et_pb_column_1_4 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_video\";i:336;s:150:\".et_pb_column_1_2 .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slide_image\";i:337;s:220:\".et_pb_column_1_4 .et_pb_audio_module .mejs-container .mejs-controls div, .et_pb_column_1_3 .et_pb_audio_module .mejs-container .mejs-controls div, .et_pb_column_3_8 .et_pb_audio_module .mejs-container .mejs-controls div\";i:338;s:163:\".et_pb_column_1_4 .et_pb_audio_module .mejs-container, .et_pb_column_1_3 .et_pb_audio_module .mejs-container, .et_pb_column_3_8 .et_pb_audio_module .mejs-container\";i:339;s:160:\".et_pb_column_1_4 .et_pb_audio_module .mejs-controls, .et_pb_column_1_3 .et_pb_audio_module .mejs-controls, .et_pb_column_3_8 .et_pb_audio_module .mejs-controls\";i:340;s:250:\".et_pb_column_1_4 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_pb_column_1_3 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom, .et_pb_column_3_8 .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:341;s:211:\".et_pb_column_1_4 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_pb_column_1_3 .et_pb_audio_module .mejs-button.mejs-volume-button, .et_pb_column_3_8 .et_pb_audio_module .mejs-button.mejs-volume-button\";i:342;s:211:\".et_pb_column_1_4 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_pb_column_1_3 .et_pb_audio_module a.mejs-horizontal-volume-slider, .et_pb_column_3_8 .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:343;s:205:\".et_pb_column_1_4 .et_pb_audio_module .mejs-horizontal-volume-total, .et_pb_column_1_3 .et_pb_audio_module .mejs-horizontal-volume-total, .et_pb_column_3_8 .et_pb_audio_module .mejs-horizontal-volume-total\";i:344;s:217:\".et_pb_column_1_4 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_pb_column_1_3 .et_pb_audio_module .mejs-controls div.mejs-time-rail, .et_pb_column_3_8 .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:345;s:220:\".et_pb_column_1_4 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_pb_column_1_3 .et_pb_audio_module a.mejs-time-total.mejs-time-slider, .et_pb_column_3_8 .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:346;s:56:\".et_pb_column_4_4 .et_pb_blog_grid[data-columns]::before\";i:347;s:114:\".et_pb_column_3_4 .et_pb_blog_grid[data-columns]::before, .et_pb_column_2_3 .et_pb_blog_grid[data-columns]::before\";i:348;s:248:\".et_pb_column_1_2 .et_pb_blog_grid[data-columns]::before, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_blog_grid[data-columns]::before, .et_pb_column_1_3 .et_pb_blog_grid[data-columns]::before, .et_pb_column_1_4 .et_pb_blog_grid[data-columns]::before\";i:349;s:311:\".et_pb_section_sticky, .et_pb_section_sticky .et_pb_row:last-child, .et_pb_section_sticky .et_pb_row.et-last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky .et_pb_column_single\";i:350;s:65:\".et_dropdown_animation_fade.et_pb_fullwidth_menu ul li:hover > ul\";i:351;s:66:\".et_dropdown_animation_slide.et_pb_fullwidth_menu ul li:hover > ul\";i:352;s:67:\".et_dropdown_animation_expand.et_pb_fullwidth_menu ul li:hover > ul\";i:353;s:71:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li ul li:hover > ul\";i:354;s:65:\".et_dropdown_animation_flip.et_pb_fullwidth_menu ul li:hover > ul\";i:355;s:63:\".et_pb_fullwidth_menu.et_pb_fullwidth_menu_fullwidth .et_pb_row\";i:356;s:42:\".et_pb_column_1_3 .et_pb_slide_description\";i:357;s:42:\".et_pb_column_1_4 .et_pb_slide_description\";i:358;s:184:\".et_pb_column_1_2 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_3 .et_pb_comments_module .comment_avatar img, .et_pb_column_1_4 .et_pb_comments_module .comment_avatar img\";i:359;s:166:\".et_pb_column_1_2 .et_pb_comments_module .comment-body, .et_pb_column_1_3 .et_pb_comments_module .comment-body, .et_pb_column_1_4 .et_pb_comments_module .comment-body\";i:360;s:181:\".et_pb_column_1_2 .et_pb_comments_module .comment .children, .et_pb_column_1_3 .et_pb_comments_module .comment .children, .et_pb_column_1_4 .et_pb_comments_module .comment .children\";i:361;s:184:\".et_pb_column_1_2 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_3 .et_pb_comments_module .comment-reply-link, .et_pb_column_1_4 .et_pb_comments_module .comment-reply-link\";i:362;s:256:\".et_pb_column_1_2 .et_pb_comments_module #commentform [class*=\"comment-form-\"] input, .et_pb_column_1_3 .et_pb_comments_module #commentform [class*=\"comment-form-\"] input, .et_pb_column_1_4 .et_pb_comments_module #commentform [class*=\"comment-form-\"] input\";i:363;s:138:\".et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_hide_fixed_logo #main-header.et-fixed-header .logo_container\";i:364;s:534:\".et_hide_primary_logo #main-header:not(.et-fixed-header) .centered-inline-logo-wrap, .et_hide_fixed_logo #main-header.et-fixed-header .centered-inline-logo-wrap, .et_header_style_centered.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_centered.et_hide_fixed_logo #main-header.et-fixed-header .logo_container, .et_header_style_split.et_hide_primary_logo #main-header:not(.et-fixed-header) .logo_container, .et_header_style_split.et_hide_fixed_logo #main-header.et-fixed-header .logo_container\";i:365;s:35:\".et-animated-content#page-container\";i:366;s:65:\".et_hide_nav #page-container, .et_transparent_nav #page-container\";i:367;s:354:\".et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_non_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_transparent_nav.et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:368;s:28:\".et_header_style_split #logo\";i:369;s:44:\".et_vertical_nav.et_header_style_split #logo\";i:370;s:55:\".et_header_style_split .centered-inline-logo-wrap #logo\";i:371;s:58:\".et_header_style_split.ie .centered-inline-logo-wrap #logo\";i:372;s:70:\".et_header_style_split.et_hide_primary_logo .centered-inline-logo-wrap\";i:373;s:75:\".et_fullwidth_nav .et-search-form, .et_fullwidth_nav .et_close_search_field\";i:374;s:28:\"#main-header.et-fixed-header\";i:375;s:117:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:376;s:153:\".et_header_style_left .et-fixed-header #et-top-navigation nav > ul > li > a, .et_header_style_split .et-fixed-header #et-top-navigation nav > ul > li > a\";i:377;s:58:\".et_header_style_centered .et-fixed-header .et-search-form\";i:378;s:66:\".et_header_style_split .et-fixed-header .centered-inline-logo-wrap\";i:379;s:65:\".et_header_style_centered .et-fixed-header #et_search_icon:before\";i:380;s:202:\".et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_fixed_nav #main-header\";i:381;s:266:\".et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav .et-fixed-header#main-header, .et_hide_nav.et_fixed_nav .et-fixed-header#top-header, .et_hide_nav.et_fixed_nav .et-fixed-header#main-header\";i:382;s:488:\".et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #top-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav.et_non_fixed_nav.et_transparent_nav #main-header, .et_hide_nav .centered-inline-logo-wrap, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_fixed_nav #top-header, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav.et_fixed_nav #main-header, .et_hide_nav .centered-inline-logo-wrap\";i:383;s:28:\".et_hide_nav #page-container\";i:384;s:150:\".et_primary_nav_dropdown_animation_fade #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_fade #et-secondary-nav li:hover > ul\";i:385;s:152:\".et_primary_nav_dropdown_animation_slide #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_slide #et-secondary-nav li:hover > ul\";i:386;s:154:\".et_primary_nav_dropdown_animation_expand #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_expand #et-secondary-nav li:hover > ul\";i:387;s:159:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li ul li:hover > ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav ul li:hover > ul\";i:388;s:150:\".et_primary_nav_dropdown_animation_flip #et-top-navigation ul li:hover > ul, .et_secondary_nav_dropdown_animation_flip #et-secondary-nav li:hover > ul\";i:389;s:60:\".et_vertical_nav #et-main-area, .et_vertical_nav #top-header\";i:390;s:28:\".et_vertical_nav #top-header\";i:391;s:45:\".et_vertical_nav #page-container #main-header\";i:392;s:40:\".et_vertical_nav #main-header .container\";i:393;s:217:\".et_vertical_nav #main-header #top-menu, .et_vertical_nav #main-header #top-menu-nav, .et_vertical_nav #main-header #et_top_search, .et_vertical_nav #main-header #et-top-navigation, .et_vertical_nav #main-header #logo\";i:394;s:35:\".et_vertical_nav #main-header #logo\";i:395;s:42:\".et_vertical_nav #main-header #top-menu li\";i:396;s:57:\".et_vertical_nav #main-header #top-menu li.mega-menu > ul\";i:397;s:45:\".et_vertical_nav #main-header #top-menu li ul\";i:398;s:48:\".et_vertical_nav #main-header #top-menu li ul ul\";i:399;s:55:\".et_vertical_nav #main-header #top-menu li.mega-menu ul\";i:400;s:58:\".et_vertical_nav #main-header #top-menu li.mega-menu ul ul\";i:401;s:48:\".et_vertical_nav #main-header #top-menu > li > a\";i:402;s:54:\".et_vertical_nav #main-header #top-menu > li > a:after\";i:403;s:61:\".et_vertical_nav.et_boxed_layout #page-container #main-header\";i:404;s:135:\".et_vertical_nav.et_header_style_centered #main-header #top-menu-nav, .et_vertical_nav.et_header_style_split #main-header #top-menu-nav\";i:405;s:96:\".et_vertical_nav.et_vertical_right #et-main-area, .et_vertical_nav.et_vertical_right #top-header\";i:406;s:63:\".et_vertical_nav.et_vertical_right #page-container #main-header\";i:407;s:75:\".et_vertical_nav.et_vertical_right #main-header #top-menu li.mega-menu > ul\";i:408;s:63:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul\";i:409;s:66:\".et_vertical_nav.et_vertical_right #main-header #top-menu li ul ul\";i:410;s:38:\".et_vertical_nav input.et-search-field\";i:411;s:39:\".et_vertical_nav #et_search_icon:before\";i:412;s:49:\".et_vertical_nav #et-top-navigation .et-cart-info\";i:413;s:52:\".et_vertical_nav .container.et_search_form_container\";i:414;s:74:\".et_vertical_nav .container.et_search_form_container .et-search-form input\";i:415;s:70:\".et_vertical_nav .container.et_search_form_container div#et_top_search\";i:416;s:214:\".et_vertical_nav .et_pb_menu_hidden #top-menu-nav > ul, .et_vertical_nav .et_pb_menu_visible #top-menu-nav > ul, .et_vertical_nav .et_pb_menu_hidden .et-cart-info, .et_vertical_nav .et_pb_menu_visible .et-cart-info\";i:417;s:34:\".et_vertical_nav div#et_top_search\";i:418;s:50:\".et_vertical_nav .et_pb_menu_hidden #et_top_search\";i:419;s:51:\".et_vertical_nav .et_pb_menu_visible #et_top_search\";i:420;s:73:\".et_vertical_nav .container.et_search_form_container.et_pb_search_visible\";i:421;s:42:\".et_vertical_nav .et_pb_search_form_hidden\";i:422;s:49:\".et_vertical_nav span.et_close_search_field:after\";i:423;s:43:\".et_vertical_nav span.et_close_search_field\";i:424;s:38:\".et_vertical_nav .et-search-form input\";i:425;s:66:\".et_vertical_nav .et_search_form_container input::-moz-placeholder\";i:426;s:75:\".et_vertical_nav .et_search_form_container input::-webkit-input-placeholder\";i:427;s:70:\".et_vertical_nav .et_search_form_container input:-ms-input-placeholder\";i:428;s:33:\".et_vertical_nav .et_search_outer\";i:429;s:70:\".et_vertical_nav.et_header_style_centered #main-header .et-search-form\";i:430;s:64:\".et_vertical_nav.et_header_style_centered #et_search_icon:before\";i:431;s:69:\".et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:432;s:87:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container\";i:433;s:108:\".et_vertical_nav.et_header_style_split #main-header .container.et_search_form_container.et_pb_search_visible\";i:434;s:61:\".et_vertical_nav.et_header_style_split #et_search_icon:before\";i:435;s:559:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_pb_row .et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .single.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .archive.et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n), .et_pb_row .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n)\";i:436;s:224:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_left_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1), .et_right_sidebar.woocommerce-page ul.products li.product:nth-child(3n+1)\";i:437;s:41:\".et_fullwidth_nav #main-header .container\";i:438;s:79:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left #main-header .container\";i:439;s:71:\".et_non_fixed_nav.et_fullwidth_nav.et_header_style_left .logo_container\";i:440;s:50:\".et_fullwidth_secondary_nav #top-header .container\";i:441;s:8:\"#sidebar\";i:442;s:10:\"#left-area\";i:443;s:31:\"#main-content .container:before\";i:444;s:30:\".et_full_width_page #left-area\";i:445;s:28:\".et_right_sidebar #left-area\";i:446;s:26:\".et_right_sidebar #sidebar\";i:447;s:49:\".et_right_sidebar #main-content .container:before\";i:448;s:27:\".et_left_sidebar #left-area\";i:449;s:25:\".et_left_sidebar #sidebar\";i:450;s:48:\".et_left_sidebar #main-content .container:before\";i:451;s:39:\".et_pb_gutter.et_pb_gutters4 #left-area\";i:452;s:39:\".et_pb_gutter.et_pb_gutters2 #left-area\";i:453;s:39:\".et_pb_gutter.et_pb_gutters1 #left-area\";i:454;s:37:\".et_pb_gutter.et_pb_gutters4 #sidebar\";i:455;s:37:\".et_pb_gutter.et_pb_gutters2 #sidebar\";i:456;s:37:\".et_pb_gutter.et_pb_gutters1 #sidebar\";i:457;s:43:\".et_pb_gutters4.et_right_sidebar #left-area\";i:458;s:42:\".et_pb_gutters4.et_left_sidebar #left-area\";i:459;s:43:\".et_pb_gutters2.et_right_sidebar #left-area\";i:460;s:42:\".et_pb_gutters2.et_left_sidebar #left-area\";i:461;s:43:\".et_pb_gutters1.et_right_sidebar #left-area\";i:462;s:42:\".et_pb_gutters1.et_left_sidebar #left-area\";i:463;s:77:\".et_pb_gutter.et_pb_gutters4.et_right_sidebar #main-content .container:before\";i:464;s:76:\".et_pb_gutter.et_pb_gutters4.et_left_sidebar #main-content .container:before\";i:465;s:77:\".et_pb_gutter.et_pb_gutters2.et_right_sidebar #main-content .container:before\";i:466;s:76:\".et_pb_gutter.et_pb_gutters2.et_left_sidebar #main-content .container:before\";i:467;s:77:\".et_pb_gutter.et_pb_gutters1.et_right_sidebar #main-content .container:before\";i:468;s:76:\".et_pb_gutter.et_pb_gutters1.et_left_sidebar #main-content .container:before\";i:469;s:63:\".et_vertical_nav.et_vertical_fixed #page-container #main-header\";i:470;s:185:\".et_vertical_nav.et_vertical_fixed.et_header_style_left .et-fixed-header #et-top-navigation, .et_vertical_nav.et_vertical_fixed.et_header_style_split .et-fixed-header #et-top-navigation\";i:471;s:89:\".et_header_style_slide #et-top-navigation, .et_header_style_fullscreen #et-top-navigation\";i:472;s:100:\".et_header_style_slide .et_toggle_slide_menu, .et_header_style_fullscreen .et_toggle_fullscreen_menu\";i:473;s:48:\".et_fixed_nav.et_header_style_slide #main-header\";i:474;s:64:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #main-header\";i:475;s:39:\".et_header_style_fullscreen div#et-info\";i:476;s:158:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content, .et_pb_column_2_3 .et_pb_slide_content\";i:477;s:250:\".et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_2_3 .et_pb_slide_description .et_pb_slide_title\";i:478;s:11:\".et_pb_post\";i:479;s:17:\".et_quote_content\";i:480;s:35:\".et_pb_column_2_3 .et_quote_content\";i:481;s:35:\".et_pb_column_1_2 .et_quote_content\";i:482;s:145:\".et_pb_column_1_3 .et_quote_content, .et_pb_column_3_8 .et_quote_content, .et_pb_column_1_4 .et_quote_content, .et_pb_blog_grid .et_quote_content\";i:483;s:42:\".et_pb_column_4_4 .et_pb_post .et_pb_slide\";i:484;s:42:\".et_pb_column_3_4 .et_pb_post .et_pb_slide\";i:485;s:42:\".et_pb_column_2_3 .et_pb_post .et_pb_slide\";i:486;s:42:\".et_pb_column_1_2 .et_pb_post .et_pb_slide\";i:487;s:86:\".et_pb_column_1_3 .et_pb_post .et_pb_slide, .et_pb_column_3_8 .et_pb_post .et_pb_slide\";i:488;s:42:\".et_pb_column_1_4 .et_pb_post .et_pb_slide\";i:489;s:41:\".et_pb_blog_grid .et_pb_post .et_pb_slide\";i:490;s:40:\".et_pb_column_1_2 .et_pb_audio_cover_art\";i:491;s:40:\".et_pb_column_3_8 .et_pb_audio_cover_art\";i:492;s:40:\".et_pb_column_1_3 .et_pb_audio_cover_art\";i:493;s:40:\".et_pb_column_1_4 .et_pb_audio_cover_art\";i:494;s:38:\".et_pb_column_1_4 .et_pb_contact_right\";i:495;s:48:\".et_pb_column_1_4 .et_pb_number_counter .percent\";i:496;s:42:\".et_pb_column_1_4 .et_pb_number_counter h3\";i:497;s:65:\".et_vertical_nav.et_right_sidebar #main-content .container:before\";i:498;s:64:\".et_vertical_nav.et_left_sidebar #main-content .container:before\";i:499;s:44:\".et_vertical_nav #top-menu li.mega-menu > ul\";i:500;s:67:\".et_vertical_nav .et_pb_column_1_4 .et_pb_number_counter .percent p\";i:501;s:117:\".et_vertical_nav .et_pb_column_3_4 .mejs-container, .et_vertical_nav .et_pb_column_3_4 .mejs-container .mejs-controls\";i:502;s:58:\".et_vertical_nav .et_pb_column_1_4 .wp-pagenavi span.pages\";i:503;s:22:\"#sidebar .et_pb_widget\";i:504;s:39:\".et_left_sidebar #sidebar .et_pb_widget\";i:505;s:13:\".et_pb_column\";i:506;s:42:\".et_pb_row, .et_pb_column .et_pb_row_inner\";i:507;s:29:\".et_pb_gutters1 .et_pb_column\";i:508;s:100:\".et_pb_row:last-child .et_pb_column:last-child, .et_pb_row.et-last-child .et_pb_column.et-last-child\";i:509;s:42:\".et_pb_section .et_pb_column .et_pb_module\";i:510;s:43:\".et_pb_gutters1 .et_pb_column .et_pb_module\";i:511;s:161:\".et_pb_gutters1 .et_section_specialty .et_pb_row > .et_pb_column > .et_pb_module, .et_section_specialty .et_pb_gutters1.et_pb_row > .et_pb_column > .et_pb_module\";i:512;s:48:\".et_section_specialty .et_pb_row > .et_pb_column\";i:513;s:252:\".et_pb_row .et_pb_column .et_pb_module:last-child, .et_pb_row .et_pb_column .et_pb_module.et-last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module:last-child, .et_section_specialty .et_pb_row .et_pb_column .et_pb_module.et-last-child\";i:514;s:32:\".et_pb_column.et_pb_column_empty\";i:515;s:353:\".et_pb_section_sticky_mobile, .et_pb_section_sticky_mobile .et_pb_row:last-child, .et_pb_section_sticky_mobile .et_pb_row.et-last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner:last-child, .et_pb_section_sticky_mobile .et_pb_specialty_column .et_pb_row_inner.et-last-child, .et_pb_section_sticky_mobile .et_pb_column_single\";i:516;s:178:\".et_pb_section_sticky .et_pb_row:last-child .et_pb_column.et_pb_row_sticky:last-child, .et_pb_section_sticky .et_pb_row.et-last-child .et_pb_column.et_pb_row_sticky.et-last-child\";i:517;s:83:\".et_pb_row_4col, .et_pb_row_1-4_1-4_1-2, .et_pb_row_1-2_1-4_1-4, .et_pb_row_1-4_1-4\";i:518;s:215:\".et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4\";i:519;s:552:\".et_pb_gutters1 .et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1 .et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_4col > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row_1-4_1-4 .et_pb_column.et_pb_column_1_4\";i:520;s:278:\".et_pb_row_4col > .et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(even), .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4:nth-child(odd)\";i:521;s:164:\".et_pb_row_4col .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-4_1-4 .et_pb_column:nth-last-child(-n+2), .et_pb_row_1-2_1-4_1-4 .et_pb_column:nth-last-child(-n+2)\";i:522;s:27:\".et_pb_space.et-hide-mobile\";i:523;s:355:\".et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item\";i:524;s:290:\".et_pb_gutters1 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n)\";i:525;s:83:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n)\";i:526;s:95:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).last_in_row\";i:527;s:96:\".et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n).first_in_row\";i:528;s:1871:\".et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_4col > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-4_1-4_1-2 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-2_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_row_1-4_1-4 > .et_pb_column.et_pb_column_1_4 .et_pb_widget:nth-child(n)\";i:529;s:4104:\".et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_4col > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1 .et_pb_row_4col > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-4_1-4_1-2 > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-2_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_grid_item:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_gutters1 .et_pb_column_1_4 .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_blog_grid .column, .et_pb_gutters1.et_pb_row_1-4_1-4 > .et_pb_column_1_4 .et_pb_widget:nth-child(n)\";i:530;s:279:\".et_pb_column .et_pb_grid_item:nth-child(3n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n), .et_pb_column .woocommerce ul.products li.product:nth-child(3n), .woocommerce-page ul.products li.product:nth-child(3n), .et_gallery_item:nth-child(3n)\";i:531;s:289:\".et_pb_column .et_pb_grid_item:nth-child(3n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(3n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(3n+1), .woocommerce-page ul.products li.product:nth-child(3n+1), .et_gallery_item:nth-child(3n+1)\";i:532;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:533;s:71:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:534;s:83:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:535;s:82:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:536;s:90:\".et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_column .et_pb_widget:nth-child(n)\";i:537;s:60:\".et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post\";i:538;s:40:\".et_pb_column .et_pb_widget:nth-child(n)\";i:539;s:122:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:540;s:134:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of2 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:541;s:105:\".et_pb_column .et_pb_blog_grid .column.size-1of2:nth-child(2n), .et_pb_column .et_pb_widget:nth-child(2n)\";i:542;s:23:\".et_pb_widget_area_left\";i:543;s:24:\".et_pb_widget_area_right\";i:544;s:18:\".et_pb_more_button\";i:545;s:93:\".et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_4 .et_pb_slider_fullwidth_off h2\";i:546;s:20:\".et_pb_slide_content\";i:547;s:24:\".et_pb_slide_description\";i:548;s:48:\".et_pb_slide_with_image .et_pb_slide_description\";i:549;s:62:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_container\";i:550;s:66:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content\";i:551;s:202:\".et_pb_column .et_pb_newsletter_form, .et_pb_column .et_pb_newsletter_description, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_description\";i:552;s:93:\".et_pb_column .et_pb_newsletter_form, .et_pb_column.et_pb_column_inner .et_pb_newsletter_form\";i:553;s:115:\".et_pb_column.et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column.et_pb_column_1_4 .et_pb_newsletter_description\";i:554;s:34:\".et_pb_column .et_pb_pricing_table\";i:555;s:51:\".et_pb_column .et_pb_pricing_1 .et_pb_pricing_table\";i:556;s:50:\".et_pb_column .et_pb_pricing_table:nth-child(2n+1)\";i:557;s:49:\".et_pb_column .et_pb_pricing_table:nth-child(n+3)\";i:558;s:42:\".et_pb_fullwidth_section .et_pb_post_title\";i:559;s:61:\".et_pb_column .et_pb_map, .et_pb_fullwidth_section .et_pb_map\";i:560;s:46:\".et_full_width_portfolio_page .et_project_meta\";i:561;s:27:\".et_always_center_on_mobile\";i:562;s:15:\".fullwidth-menu\";i:563;s:19:\".et_mobile_nav_menu\";i:564;s:29:\".et_pb_countdown_timer .title\";i:565;s:33:\".et_pb_countdown_timer .section p\";i:566;s:39:\".et_pb_countdown_timer .section p.label\";i:567;s:27:\".et_pb_countdown_timer .sep\";i:568;s:41:\".et_pb_fullwidth_menu .fullwidth-menu-nav\";i:569;s:32:\".et_pb_fullwidth_menu .et_pb_row\";i:570;s:41:\".et_pb_fullwidth_menu .et_mobile_nav_menu\";i:571;s:45:\".et_pb_fullwidth_menu .mobile_menu_bar:before\";i:572;s:37:\".et_pb_fullwidth_menu .et_mobile_menu\";i:573;s:40:\".et_pb_fullwidth_menu .et_mobile_menu ul\";i:574;s:79:\".et_pb_fullwidth_menu .et_mobile_menu, .et_pb_fullwidth_menu .et_mobile_menu ul\";i:575;s:73:\".et_pb_section .et_pb_row, .et_pb_section.et_section_specialty .et_pb_row\";i:576;s:99:\".et_pb_column_3_8 .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:577;s:341:\".et_pb_column_1_3 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_3_8 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_column_1_4 .et_audio_container .mejs-container .mejs-controls .mejs-time span, .et_pb_blog_grid .et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:578;s:160:\".et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_section .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:579;s:49:\".et_hide_mobile_logo #main-header .logo_container\";i:580;s:300:\"#page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav #page-container\";i:581;s:33:\".et_non_fixed_nav #page-container\";i:582;s:366:\".et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_header_style_centered #page-container\";i:583;s:20:\"#sidebar, #left-area\";i:584;s:112:\".et_right_sidebar #left-area, .et_right_sidebar #sidebar, .et_left_sidebar #left-area, .et_left_sidebar #sidebar\";i:585;s:129:\".et_full_width_page.woocommerce-page ul.products li.product:nth-child(4n+1), .et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:586;s:27:\".footer-widget:nth-child(n)\";i:587;s:39:\"#footer-widgets .footer-widget .fwidget\";i:588;s:43:\".et_pb_gutters1 .footer-widget:nth-child(n)\";i:589;s:55:\".et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:590;s:15:\"#footer-widgets\";i:591;s:44:\"#footer-widgets .footer-widget:nth-child(2n)\";i:592;s:51:\"#footer-widgets .footer-widget:nth-last-child(-n+2)\";i:593;s:11:\".bottom-nav\";i:594;s:75:\".woocommerce .cart-collaterals > div, .woocommerce .cart-collaterals > form\";i:595;s:19:\".shop_table .coupon\";i:596;s:55:\".checkout .form-row, .checkout .col-1, .checkout .col-2\";i:597;s:34:\".checkout .col-1, .checkout .col-2\";i:598;s:25:\"#main-header, #top-header\";i:599;s:9:\"#top-menu\";i:600;s:38:\".et_header_style_centered #main-header\";i:601;s:42:\".et_header_style_centered nav#top-menu-nav\";i:602;s:35:\".et_header_style_split #main-header\";i:603;s:101:\".et_header_style_split #et-top-navigation, .et_header_style_split .et-fixed-header #et-top-navigation\";i:604;s:18:\"#et-top-navigation\";i:605;s:154:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:606;s:99:\".et_header_style_left .et-fixed-header #et-top-navigation, .et_header_style_left #et-top-navigation\";i:607;s:77:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_fixed_nav #main-header\";i:608;s:89:\".et_vertical_nav.et_right_sidebar #left-area, .et_vertical_nav.et_left_sidebar #left-area\";i:609;s:37:\"#et-secondary-nav, #et-secondary-menu\";i:610;s:171:\".et_non_fixed_nav.et_transparent_nav_temp #main-header, .et_secondary_nav_only_menu #main-header, .et_fixed_nav_temp #main-header, .et_secondary_nav_only_menu #main-header\";i:611;s:39:\".et_secondary_nav_only_menu #top-header\";i:612;s:22:\"#top-header .container\";i:613;s:8:\"#et-info\";i:614;s:48:\"#logo, .logo_container, #main-header, .container\";i:615;s:31:\".et_header_style_centered #logo\";i:616;s:60:\".et_header_style_centered header#main-header .logo_container\";i:617;s:57:\".et_header_style_split header#main-header .logo_container\";i:618;s:33:\".et_vertical_nav span.logo_helper\";i:619;s:53:\".et_vertical_nav.et_header_style_left .logo_container\";i:620;s:57:\".et_header_style_left #logo, .et_header_style_split #logo\";i:621;s:14:\"#et_top_search\";i:622;s:22:\"#et_search_icon:before\";i:623;s:111:\".et_header_style_centered #et_top_search, .et_vertical_nav.et_header_style_centered #main-header #et_top_search\";i:624;s:83:\".et_header_style_centered .et_search_outer, .et_header_style_split .et_search_outer\";i:625;s:105:\".et_header_style_split #et_top_search, .et_vertical_nav.et_header_style_split #main-header #et_top_search\";i:626;s:77:\".et_header_style_left .et-search-form, .et_header_style_split .et-search-form\";i:627;s:66:\".et_header_style_slide .et_slide_in_menu_container .et-search-form\";i:628;s:30:\".et-social-icons, #footer-info\";i:629;s:16:\".et-social-icons\";i:630;s:28:\"#top-header .et-social-icons\";i:631;s:58:\".et_header_style_centered #et-top-navigation .et-cart-info\";i:632;s:32:\"#et-top-navigation .et-cart-info\";i:633;s:19:\"#et_mobile_nav_menu\";i:634;s:83:\".et_header_style_centered .mobile_menu_bar, .et_header_style_split .mobile_menu_bar\";i:635;s:45:\".et_header_style_centered #et_mobile_nav_menu\";i:636;s:50:\".et_header_style_centered #main-header .mobile_nav\";i:637;s:99:\".et_header_style_centered .mobile_nav .select_page, .et_header_style_split .mobile_nav .select_page\";i:638;s:42:\".et_header_style_centered .mobile_menu_bar\";i:639;s:41:\".et_header_style_centered .et_mobile_menu\";i:640;s:42:\".et_header_style_split #et_mobile_nav_menu\";i:641;s:39:\".et_header_style_split nav#top-menu-nav\";i:642;s:47:\".et_header_style_split #main-header .mobile_nav\";i:643;s:39:\".et_header_style_split .mobile_menu_bar\";i:644;s:38:\".et_header_style_split .et_mobile_menu\";i:645;s:43:\"body.admin-bar.et_vertical_nav #main-header\";i:646;s:151:\".et_non_fixed_nav.et_transparent_nav.et_secondary_nav_only_menu.admin-bar #main-header, .et_fixed_nav.et_secondary_nav_only_menu.admin-bar #main-header\";i:647;s:62:\"body.admin-bar.et_fixed_nav.et_header_style_slide #main-header\";i:648;s:80:\".et_fixed_nav.et_boxed_layout.et_header_style_slide #page-container #main-header\";i:649;s:210:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header, body.admin-bar.et_fixed_nav #main-header, body.admin-bar.et_fixed_nav #top-header\";i:650;s:155:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.admin-bar.et_fixed_nav.et_secondary_nav_enabled #main-header\";i:651;s:64:\"body.admin-bar.et_header_style_slide .et_slide_in_menu_container\";i:652;s:146:\".et_pb_column_4_4 .et_pb_video_play, .et_pb_column_3_4 .et_pb_video_play, .et_pb_column_2_3 .et_pb_video_play, .et_pb_column_1_2 .et_pb_video_play\";i:653;s:256:\"table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, .woocommerce-cart #content-area table tr, .woocommerce-cart #content-area table td, .woocommerce-cart #content-area table th\";i:654;s:66:\"table.cart tr, #main-content table.cart tr, #content-area table tr\";i:655;s:33:\".woocommerce .cart_item .quantity\";i:656;s:59:\".woocommerce-cart table.cart td.actions .coupon .input-text\";i:657;s:67:\".woocommerce-cart table.cart td.actions .button[name=\"update_cart\"]\";i:658;s:52:\".et_pb_column .et_pb_blog_grid[data-columns]::before\";i:659;s:23:\".et_pb_text_align_right\";i:660;s:38:\".et_pb_slide_image, .et_pb_slide_video\";i:661;s:18:\".et_pb_slide_video\";i:662;s:39:\".et_pb_section_first .et_pb_slide_image\";i:663;s:84:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_description .et_pb_slide_title\";i:664;s:61:\".et_pb_slider.et_pb_module .et_pb_slides .et_pb_slide_content\";i:665;s:67:\".et_pb_post h2, .et_pb_portfolio_item h2, .et_pb_title_container h1\";i:666;s:74:\".et_pb_carousel .et-pb-arrow-prev, .et_pb_carousel:hover .et-pb-arrow-prev\";i:667;s:74:\".et_pb_carousel .et-pb-arrow-next, .et_pb_carousel:hover .et-pb-arrow-next\";i:668;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-prev\";i:669;s:46:\".et_pb_slider_carousel:hover .et-pb-arrow-next\";i:670;s:288:\".et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play\";i:671;s:368:\".et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item:nth-child(n)\";i:672;s:279:\".et_pb_column .et_pb_grid_item:nth-child(2n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n), .et_pb_column .woocommerce ul.products li.product:nth-child(2n), .woocommerce-page ul.products li.product:nth-child(2n), .et_gallery_item:nth-child(2n)\";i:673;s:289:\".et_pb_column .et_pb_grid_item:nth-child(2n+1), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(2n+1), .et_pb_column .woocommerce ul.products li.product:nth-child(2n+1), .woocommerce-page ul.products li.product:nth-child(2n+1), .et_gallery_item:nth-child(2n+1)\";i:674;s:69:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:675;s:84:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-child(2) a\";i:676;s:104:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(odd) a\";i:677;s:105:\".et_pb_column .et_pb_filterable_portfolio .et_pb_portfolio_filters li:nth-last-child(1):nth-child(even) a\";i:678;s:214:\".et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_column .et_pb_widget:nth-child(n), .et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1, .et_pb_gutters1 .et_pb_column .et_pb_widget:nth-child(n)\";i:679;s:89:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget\";i:680;s:121:\".et_pb_gutters1 .et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_gutters1 .et_pb_column .et_pb_widget\";i:681;s:12:\".et_pb_promo\";i:682;s:74:\".et_pb_slider:hover .et-pb-arrow-prev, .et_mobile_device .et-pb-arrow-prev\";i:683;s:74:\".et_pb_slider:hover .et-pb-arrow-next, .et_mobile_device .et-pb-arrow-next\";i:684;s:18:\".et-pb-controllers\";i:685;s:34:\".format-gallery .et-pb-controllers\";i:686;s:65:\".et_transparent_nav .et_pb_section:first-child .et-pb-controllers\";i:687;s:88:\".et_pb_slide_image, .et_pb_slide_video, .et_pb_slide_with_image .et_pb_slide_description\";i:688;s:88:\".et_pb_slider_show_image .et_pb_slide_image, .et_pb_slider_show_image .et_pb_slide_video\";i:689;s:43:\".et_pb_slide_description .et_pb_slide_title\";i:690;s:22:\".et_pb_slide_image img\";i:691;s:43:\".et_pb_section_first .et_pb_slide_image img\";i:692;s:128:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_slide_with_image .et_pb_slide_description\";i:693;s:20:\".et_pb_tabs_controls\";i:694;s:23:\".et_pb_tabs_controls li\";i:695;s:95:\".et_pb_column .et_pb_pricing_table:last-child, .et_pb_column .et_pb_pricing_table.et-last-child\";i:696;s:55:\".et_pb_column .et_pb_contact p.et_pb_contact_field_half\";i:697;s:44:\".et_pb_column .et_pb_testimonial_description\";i:698;s:41:\".et_pb_column .et_pb_testimonial_portrait\";i:699;s:24:\".et_pb_team_member_image\";i:700;s:30:\".et_pb_team_member_description\";i:701;s:53:\".et_quote_content, .et_pb_blog_grid .et_quote_content\";i:702;s:79:\".et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p\";i:703;s:85:\".et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite\";i:704;s:16:\".et_link_content\";i:705;s:41:\".et_link_content h2, .et_audio_content h2\";i:706;s:35:\".et_link_content a.et_link_main_url\";i:707;s:24:\".et_pb_post .et_pb_slide\";i:708;s:17:\".et_audio_content\";i:709;s:20:\".et_audio_content h2\";i:710;s:66:\".et_audio_container .mejs-container .mejs-controls .mejs-time span\";i:711;s:22:\".et_pb_audio_cover_art\";i:712;s:27:\".et_pb_audio_module_content\";i:713;s:30:\".et_pb_audio_module_content h2\";i:714;s:39:\".et_pb_column_1_4 .et_audio_module_meta\";i:715;s:15:\".et-hide-mobile\";i:716;s:127:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:717;s:585:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container\";i:718;s:159:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:719;s:169:\".et_pb_slider_with_overlay .et_pb_slide_image, .et_pb_slider_with_overlay .et_pb_slide_video, .et_pb_slider_with_overlay .et_pb_slide_with_image .et_pb_slide_description\";i:720;s:45:\".et_pb_slider_with_overlay .et_pb_slide_image\";i:721;s:32:\"#comment-wrap li.comment article\";i:722;s:13:\".comment-body\";i:723;s:19:\".comment-reply-link\";i:724;s:31:\"#commentform input[type=\"text\"]\";i:725;s:18:\".comment .children\";i:726;s:78:\"#footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget\";i:727;s:84:\"#footer-widgets .footer-widget:nth-child(n), #footer-widgets .footer-widget .fwidget\";i:728;s:116:\".et_pb_gutters1 #footer-widgets .footer-widget:nth-child(n), .et_pb_gutters1 #footer-widgets .footer-widget .fwidget\";i:729;s:50:\"#footer-widgets .footer-widget .fwidget:last-child\";i:730;s:41:\"#footer-widgets .footer-widget:last-child\";i:731;s:276:\"body.woocommerce div.product .woocommerce-tabs ul.tabs li, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li, body.woocommerce div.product .woocommerce-tabs ul.tabs li.active, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:732;s:134:\"body.woocommerce div.product .woocommerce-tabs ul.tabs li a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li a\";i:733;s:22:\".woocommerce .form-row\";i:734;s:210:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header, body.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.admin-bar.et_fixed_nav #top-header, body.admin-bar.et_fixed_nav #main-header\";i:735;s:161:\"body.admin-bar.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header, body.admin-bar.et_fixed_nav.et_secondary_nav_two_panels #main-header\";i:736;s:25:\"#et-info .et-social-icons\";i:737;s:45:\"#et-secondary-menu .et_duplicate_social_icons\";i:738;s:141:\"body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_two_panels #main-header, body.et_fixed_nav.et_secondary_nav_two_panels #main-header\";i:739;s:28:\"#et-info, #et-secondary-menu\";i:740;s:47:\".et_secondary_nav_two_panels #et-secondary-menu\";i:741;s:25:\"#top-header .et-cart-info\";i:742;s:38:\".et_header_style_fullscreen #et-info a\";i:743;s:62:\".et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:744;s:55:\".et_header_style_fullscreen .et_slide_in_menu_container\";i:745;s:102:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu\";i:746;s:82:\".et_hide_search_icon.et_header_style_fullscreen .et_slide_menu_top .et-search-form\";i:747;s:56:\".et_pb_section .et_pb_row .et_pb_column.et_pb_column_1_4\";i:748;s:115:\".et_pb_gutters1 .et_pb_row .et_pb_column.et_pb_column_1_4, .et_pb_gutters1.et_pb_row .et_pb_column.et_pb_column_1_4\";i:749;s:109:\".et_pb_row .et_pb_column.et_pb_column_1_4:last-child, .et_pb_row .et_pb_column.et_pb_column_1_4.et-last-child\";i:750;s:41:\".et_pb_slide_content, a.et_pb_more_button\";i:751;s:96:\".et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_slider_fullwidth_off .et_pb_more_button\";i:752;s:21:\".et_pb_portfolio_item\";i:753;s:35:\".et_pb_post h2, .et_pb_blog_grid h2\";i:754;s:22:\".et_pb_post .post-meta\";i:755;s:214:\".et_pb_blog_grid .et_pb_post.format-quote > *, .et_pb_blog_grid .et_pb_post.format-link > *, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_pb_post .et_pb_slider\";i:756;s:131:\".et_pb_blog_grid .et_pb_post > .et_pb_image_container, .et_pb_blog_grid .et_pb_post > h2, .et_pb_blog_grid .et_pb_post > .post-meta\";i:757;s:39:\".et_pb_blog_grid .et_pb_post .post-meta\";i:758;s:230:\".et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play\";i:759;s:107:\".et_quote_content, .et_pb_blog_grid .et_quote_content, .et_audio_content, .et_pb_blog_grid .et_link_content\";i:760;s:41:\".et_pb_blog_grid .et_main_video_container\";i:761;s:67:\".et_pb_post .et_pb_slide, .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:762;s:373:\".et_pb_column .et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_column .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_column .woocommerce ul.products li.product:nth-child(n), .woocommerce-page ul.products li.product:nth-child(n), .et_gallery_item:nth-child(n)\";i:763;s:295:\".et_pb_gutters1 .et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_filterable_portfolio_grid .et_pb_portfolio_item.et_pb_grid_item:nth-child(n), .et_pb_gutters1 .et_pb_shop_grid .woocommerce ul.products li.product:nth-child(n), .et_pb_gutters1 .woocommerce ul.products li.product:nth-child(n)\";i:764;s:102:\".et_pb_column .et_pb_blog_grid .column.size-1of1 .et_pb_post, .et_pb_column .et_pb_widget:nth-child(n)\";i:765;s:68:\".et_pb_column .et_pb_audio_module .mejs-container .mejs-controls div\";i:766;s:49:\".et_pb_column .et_pb_audio_module .mejs-container\";i:767;s:48:\".et_pb_column .et_pb_audio_module .mejs-controls\";i:768;s:78:\".et_pb_column .et_pb_audio_module .mejs-time.mejs-currenttime-container.custom\";i:769;s:65:\".et_pb_column .et_pb_audio_module .mejs-button.mejs-volume-button\";i:770;s:65:\".et_pb_column .et_pb_audio_module a.mejs-horizontal-volume-slider\";i:771;s:63:\".et_pb_column .et_pb_audio_module .mejs-horizontal-volume-total\";i:772;s:67:\".et_pb_column .et_pb_audio_module .mejs-controls div.mejs-time-rail\";i:773;s:68:\".et_pb_column .et_pb_audio_module a.mejs-time-total.mejs-time-slider\";i:774;s:95:\".et_pb_column .et_pb_blog_grid .et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:775;s:18:\".et_pb_testimonial\";i:776;s:19:\".comment_avatar img\";i:777;s:33:\"a.comment-reply-link.et_pb_button\";i:778;s:39:\"a.comment-reply-link.et_pb_button:after\";i:779;s:68:\"#footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget\";i:780;s:35:\"#footer-widgets .footer-widget.last\";i:781;s:115:\"table.cart th, #content table.cart th, table.cart td, #content table.cart td, table.cart tr, #content table.cart tr\";i:782;s:108:\".woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .button\";i:783;s:25:\"#top-header, #main-header\";i:784;s:15:\"#page-container\";i:785;s:8:\"#respond\";i:786;s:60:\".et_pb_column_1_4 .et_pb_comments_module .comment_avatar img\";i:787;s:54:\".et_pb_column_1_4 .et_pb_comments_module .comment-body\";i:788;s:59:\".et_pb_column_1_4 .et_pb_comments_module .comment .children\";i:789;s:60:\".et_pb_column_1_4 .et_pb_comments_module .comment-reply-link\";i:790;s:62:\".et_pb_in_customizer.et_pb_login .et_pb_newsletter_description\";i:791;s:109:\".et_pb_column_3_8 .et_pb_video_play, .et_pb_column_1_3 .et_pb_video_play, .et_pb_column_1_4 .et_pb_video_play\";i:792;s:78:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls\";i:793;s:84:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li\";i:794;s:118:\".et_pb_column_1_3 .et_pb_tabs_controls, .et_pb_column_1_4 .et_pb_tabs_controls, .et_pb_column_3_8 .et_pb_tabs_controls\";i:795;s:188:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_tabs_controls li, .et_pb_tabs_controls li:last-child, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:796;s:195:\".et_pb_row_4col .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4_1-2 .et_pb_testimonial_portrait, .et_pb_row_1-2_1-4_1-4 .et_pb_testimonial_portrait, .et_pb_row_1-4_1-4 .et_pb_testimonial_portrait\";i:797;s:38:\".et_pb_column .et_pb_team_member_image\";i:798;s:44:\".et_pb_column .et_pb_team_member_description\";i:799;s:30:\".et_quote_content blockquote p\";i:800;s:33:\".et_quote_content blockquote cite\";i:801;s:34:\".et_pb_blog_grid .et_quote_content\";i:802;s:47:\".et_pb_blog_grid .et_quote_content blockquote p\";i:803;s:50:\".et_pb_blog_grid .et_quote_content blockquote cite\";i:804;s:19:\".et_link_content h2\";i:805;s:36:\".et_pb_blog_grid .et_link_content h2\";i:806;s:52:\".et_pb_blog_grid .et_link_content a.et_link_main_url\";i:807;s:37:\".et_pb_blog_grid .et_audio_content h2\";i:808;s:294:\"html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend\";i:809;s:4:\"body\";i:810;s:6:\"ol, ul\";i:811;s:13:\"blockquote, q\";i:812;s:54:\"blockquote:before, blockquote:after, q:before, q:after\";i:813;s:10:\"blockquote\";i:814;s:6:\":focus\";i:815;s:3:\"ins\";i:816;s:3:\"del\";i:817;s:5:\"table\";i:818;s:52:\"article, aside, footer, header, hgroup, nav, section\";i:819;s:123:\"body.et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container, body.et_fixed_nav.et_boxed_layout #page-container\";i:820;s:58:\"body.page-template-page-template-blank-php #page-container\";i:821;s:24:\"body.et_cover_background\";i:822;s:1:\"a\";i:823;s:7:\"a:hover\";i:824;s:1:\"p\";i:825;s:14:\"p:last-of-type\";i:826;s:19:\"p.et_normal_padding\";i:827;s:6:\"strong\";i:828;s:11:\"cite, em, i\";i:829;s:9:\"pre, code\";i:830;s:8:\"sup, sub\";i:831;s:3:\"sup\";i:832;s:3:\"sub\";i:833;s:2:\"dl\";i:834;s:5:\"dl dt\";i:835;s:2:\"dd\";i:836;s:12:\"blockquote p\";i:837;s:28:\"embed, iframe, object, video\";i:838;s:22:\"h1, h2, h3, h4, h5, h6\";i:839;s:34:\"h1 a, h2 a, h3 a, h4 a, h5 a, h6 a\";i:840;s:2:\"h1\";i:841;s:2:\"h2\";i:842;s:2:\"h3\";i:843;s:2:\"h4\";i:844;s:2:\"h5\";i:845;s:2:\"h6\";i:846;s:5:\"input\";i:847;s:20:\"input[type=checkbox]\";i:848;s:17:\"input[type=radio]\";i:849;s:117:\"input[type=text], input[type=password], input[type=tel], input[type=email], input.text, input.title, textarea, select\";i:850;s:89:\"input[type=text]:focus, input.text:focus, input.title:focus, textarea:focus, select:focus\";i:851;s:59:\"input[type=text], input.text, input.title, textarea, select\";i:852;s:8:\"textarea\";i:853;s:3:\"img\";i:854;s:8:\"#ie8 img\";i:855;s:6:\".clear\";i:856;s:8:\"br.clear\";i:857;s:38:\".et_vertical_nav #page-container:after\";i:858;s:35:\"#et-secondary-menu li, #top-menu li\";i:859;s:98:\".woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message\";i:860;s:2300:\"#et_search_icon:hover, .mobile_menu_bar:before, .mobile_menu_bar:after, .et-social-icon a:hover, .comment-reply-link, .form-submit .et_pb_button, .entry-summary p.price ins, .woocommerce div.product span.price, .woocommerce-page div.product span.price, .woocommerce #content div.product span.price, .woocommerce-page #content div.product span.price, .woocommerce div.product p.price, .woocommerce-page div.product p.price, .woocommerce #content div.product p.price, .woocommerce-page #content div.product p.price, .woocommerce .star-rating span:before, .woocommerce-page .star-rating span:before, .woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .wp-pagenavi span.current, .wp-pagenavi a:hover, .et_password_protected_form .et_submit_button, .nav-single a, .posted_in a, #top-menu li.current-menu-ancestor > a, #top-menu li.current-menu-item > a, .bottom-nav li.current-menu-item > a, .footer-widget h4\";i:861;s:82:\".et-search-form, .nav li ul, .et_mobile_menu, .footer-widget li:before, blockquote\";i:862;s:36:\"#top-header, #et-secondary-nav li ul\";i:863;s:13:\"#main-content\";i:864;s:12:\"#main-header\";i:865;s:10:\".container\";i:866;s:24:\"#main-content .container\";i:867;s:114:\".et_full_width_page #main-content .container:before, .et_full_width_portfolio_page #main-content .container:before\";i:868;s:35:\".et_transparent_nav #page-container\";i:869;s:32:\".et_boxed_layout #page-container\";i:870;s:685:\".et_boxed_layout #page-container, .et_boxed_layout.et_non_fixed_nav.et_transparent_nav #page-container #top-header, .et_non_fixed_nav.et_transparent_nav.et_boxed_layout #page-container #main-header, .et_fixed_nav.et_boxed_layout #page-container #top-header, .et_fixed_nav.et_boxed_layout #page-container #main-header, .et_boxed_layout #page-container .container, .et_boxed_layout #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row, .et_boxed_layout.et_pb_pagebuilder_layout.single #page-container .et_pb_row\";i:871;s:48:\".et_boxed_layout.et_vertical_nav #page-container\";i:872;s:60:\".et_boxed_layout.et_vertical_nav #page-container #top-header\";i:873;s:32:\".et_vertical_nav #page-container\";i:874;s:11:\".main_title\";i:875;s:688:\".woocommerce a.button.alt, .woocommerce-page a.button.alt, .woocommerce button.button.alt, .woocommerce-page button.button.alt, .woocommerce input.button.alt, .woocommerce-page input.button.alt, .woocommerce #respond input#submit.alt, .woocommerce-page #respond input#submit.alt, .woocommerce #content input.button.alt, .woocommerce-page #content input.button.alt, .woocommerce a.button, .woocommerce-page a.button, .woocommerce button.button, .woocommerce-page button.button, .woocommerce input.button, .woocommerce-page input.button, .woocommerce #respond input#submit, .woocommerce-page #respond input#submit, .woocommerce #content input.button, .woocommerce-page #content input.button\";i:876;s:808:\".woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover\";i:877;s:922:\".comment-reply-link:hover, .form-submit .et_pb_button:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce a.button.alt:hover, .woocommerce-page a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce-page button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce-page input.button.alt:hover, .woocommerce #respond input#submit.alt:hover, .woocommerce-page #respond input#submit.alt:hover, .woocommerce #content input.button.alt:hover, .woocommerce-page #content input.button.alt:hover, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover\";i:878;s:808:\".woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce a.button:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after\";i:879;s:1187:\".et_button_icon_visible .et_pb_button, .et_button_icon_visible.woocommerce a.button.alt, .et_button_icon_visible.woocommerce-page a.button.alt, .et_button_icon_visible.woocommerce button.button.alt, .et_button_icon_visible.woocommerce-page button.button.alt, .et_button_icon_visible.woocommerce input.button.alt, .et_button_icon_visible.woocommerce-page input.button.alt, .et_button_icon_visible.woocommerce #respond input#submit.alt, .et_button_icon_visible.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.woocommerce #content input.button.alt, .et_button_icon_visible.woocommerce-page #content input.button.alt, .et_button_icon_visible.woocommerce a.button, .et_button_icon_visible.woocommerce-page a.button, .et_button_icon_visible.woocommerce button.button, .et_button_icon_visible.woocommerce-page button.button, .et_button_icon_visible.woocommerce input.button, .et_button_icon_visible.woocommerce-page input.button, .et_button_icon_visible.woocommerce #respond input#submit, .et_button_icon_visible.woocommerce-page #respond input#submit, .et_button_icon_visible.woocommerce #content input.button, .et_button_icon_visible.woocommerce-page #content input.button\";i:880;s:1313:\".et_button_icon_visible .et_pb_button:after, .et_button_icon_visible.woocommerce a.button.alt:after, .et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_icon_visible.woocommerce button.button.alt:after, .et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_icon_visible.woocommerce input.button.alt:after, .et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.woocommerce a.button:after, .et_button_icon_visible.woocommerce-page a.button:after, .et_button_icon_visible.woocommerce button.button:after, .et_button_icon_visible.woocommerce-page button.button:after, .et_button_icon_visible.woocommerce input.button:after, .et_button_icon_visible.woocommerce-page input.button:after, .et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_icon_visible.woocommerce #content input.button:after, .et_button_icon_visible.woocommerce-page #content input.button:after\";i:881;s:1431:\".et_button_left .et_pb_button:hover:after, .et_button_icon_visible.woocommerce a.button.alt:hover:after, .et_button_icon_visible.woocommerce-page a.button.alt:hover:after, .et_button_icon_visible.woocommerce button.button.alt:hover:after, .et_button_icon_visible.woocommerce-page button.button.alt:hover:after, .et_button_icon_visible.woocommerce input.button.alt:hover:after, .et_button_icon_visible.woocommerce-page input.button.alt:hover:after, .et_button_icon_visible.woocommerce #respond input#submit.alt:hover:after, .et_button_icon_visible.woocommerce-page #respond input#submit.alt:hover:after, .et_button_icon_visible.woocommerce #content input.button.alt:hover:after, .et_button_icon_visible.woocommerce-page #content input.button.alt:hover:after, .et_button_icon_visible.woocommerce a.button:hover:after, .et_button_icon_visible.woocommerce-page a.button:hover:after, .et_button_icon_visible.woocommerce button.button:hover:after, .et_button_icon_visible.woocommerce-page button.button:hover:after, .et_button_icon_visible.woocommerce input.button:hover:after, .et_button_icon_visible.woocommerce-page input.button:hover:after, .et_button_icon_visible.woocommerce #respond input#submit:hover:after, .et_button_icon_visible.woocommerce-page #respond input#submit:hover:after, .et_button_icon_visible.woocommerce #content input.button:hover:after, .et_button_icon_visible.woocommerce-page #content input.button:hover:after\";i:882;s:961:\".comment-reply-link:hover:after, .woocommerce a.button.alt:hover:after, .woocommerce-page a.button.alt:hover:after, .woocommerce button.button.alt:hover:after, .woocommerce-page button.button.alt:hover:after, .woocommerce input.button.alt:hover:after, .woocommerce-page input.button.alt:hover:after, .woocommerce #respond input#submit.alt:hover:after, .woocommerce-page #respond input#submit.alt:hover:after, .woocommerce #content input.button.alt:hover:after, .woocommerce-page #content input.button.alt:hover:after, .woocommerce a.button:hover:after, .woocommerce-page a.button:hover:after, .woocommerce button.button:hover:after, .woocommerce-page button.button:hover:after, .woocommerce input.button:hover:after, .woocommerce-page input.button:hover:after, .woocommerce #respond input#submit:hover:after, .woocommerce-page #respond input#submit:hover:after, .woocommerce #content input.button:hover:after, .woocommerce-page #content input.button:hover:after\";i:883;s:1145:\".et_button_left .et_pb_button:after, .et_button_left.woocommerce a.button.alt:after, .et_button_left.woocommerce-page a.button.alt:after, .et_button_left.woocommerce button.button.alt:after, .et_button_left.woocommerce-page button.button.alt:after, .et_button_left.woocommerce input.button.alt:after, .et_button_left.woocommerce-page input.button.alt:after, .et_button_left.woocommerce #respond input#submit.alt:after, .et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_left.woocommerce #content input.button.alt:after, .et_button_left.woocommerce-page #content input.button.alt:after, .et_button_left.woocommerce a.button:after, .et_button_left.woocommerce-page a.button:after, .et_button_left.woocommerce button.button:after, .et_button_left.woocommerce-page button.button:after, .et_button_left.woocommerce input.button:after, .et_button_left.woocommerce-page input.button:after, .et_button_left.woocommerce #respond input#submit:after, .et_button_left.woocommerce-page #respond input#submit:after, .et_button_left.woocommerce #content input.button:after, .et_button_left.woocommerce-page #content input.button:after\";i:884;s:2700:\".et_button_left .et_pb_button:hover, .et_button_left .et_pb_module .et_pb_button:hover, .et_button_icon_visible.et_button_left .et_pb_button, .et_button_left.woocommerce a.button.alt:hover, .et_button_left.woocommerce-page a.button.alt:hover, .et_button_left.woocommerce button.button.alt:hover, .et_button_left.woocommerce-page button.button.alt:hover, .et_button_left.woocommerce input.button.alt:hover, .et_button_left.woocommerce-page input.button.alt:hover, .et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_left.woocommerce #content input.button.alt:hover, .et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_left.woocommerce a.button:hover, .et_button_left.woocommerce-page a.button:hover, .et_button_left.woocommerce button.button:hover, .et_button_left.woocommerce-page button.button:hover, .et_button_left.woocommerce input.button:hover, .et_button_left.woocommerce-page input.button:hover, .et_button_left.woocommerce #respond input#submit:hover, .et_button_left.woocommerce-page #respond input#submit:hover, .et_button_left.woocommerce #content input.button:hover, .et_button_left.woocommerce-page #content input.button:hover, .et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button\";i:885;s:2901:\".et_button_left .et_pb_button:hover:after, .et_button_icon_visible.et_button_left .et_pb_button:after, .et_button_left.woocommerce a.button.alt:hover:after, .et_button_left.woocommerce-page a.button.alt:hover:after, .et_button_left.woocommerce button.button.alt:hover:after, .et_button_left.woocommerce-page button.button.alt:hover:after, .et_button_left.woocommerce input.button.alt:hover:after, .et_button_left.woocommerce-page input.button.alt:hover:after, .et_button_left.woocommerce #respond input#submit.alt:hover:after, .et_button_left.woocommerce-page #respond input#submit.alt:hover:after, .et_button_left.woocommerce #content input.button.alt:hover:after, .et_button_left.woocommerce-page #content input.button.alt:hover:after, .et_button_left.woocommerce a.button:hover:after, .et_button_left.woocommerce-page a.button:hover:after, .et_button_left.woocommerce button.button:hover:after, .et_button_left.woocommerce-page button.button:hover:after, .et_button_left.woocommerce input.button:hover:after, .et_button_left.woocommerce-page input.button:hover:after, .et_button_left.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_left.woocommerce #content input.button:hover:after, .et_button_left.woocommerce-page #content input.button:hover:after, .et_button_icon_visible.et_button_left.woocommerce a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt:after, .et_button_icon_visible.et_button_left.woocommerce a.button:after, .et_button_icon_visible.et_button_left.woocommerce-page a.button:after, .et_button_icon_visible.et_button_left.woocommerce button.button:after, .et_button_icon_visible.et_button_left.woocommerce-page button.button:after, .et_button_icon_visible.et_button_left.woocommerce input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page input.button:after, .et_button_icon_visible.et_button_left.woocommerce #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit:after, .et_button_icon_visible.et_button_left.woocommerce #content input.button:after, .et_button_icon_visible.et_button_left.woocommerce-page #content input.button:after\";i:886;s:174:\".form-submit .et_pb_button:hover, .et_password_protected_form .et_submit_button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover\";i:887;s:1208:\".et_button_no_icon .et_pb_button:after, .et_button_no_icon.woocommerce a.button.alt:after, .et_button_no_icon.woocommerce-page a.button.alt:after, .et_button_no_icon.woocommerce button.button.alt:after, .et_button_no_icon.woocommerce-page button.button.alt:after, .et_button_no_icon.woocommerce input.button.alt:after, .et_button_no_icon.woocommerce-page input.button.alt:after, .et_button_no_icon.woocommerce #respond input#submit.alt:after, .et_button_no_icon.woocommerce-page #respond input#submit.alt:after, .et_button_no_icon.woocommerce #content input.button.alt:after, .et_button_no_icon.woocommerce-page #content input.button.alt:after, .et_button_no_icon.woocommerce a.button:after, .et_button_no_icon.woocommerce-page a.button:after, .et_button_no_icon.woocommerce button.button:after, .et_button_no_icon.woocommerce-page button.button:after, .et_button_no_icon.woocommerce input.button:after, .et_button_no_icon.woocommerce-page input.button:after, .et_button_no_icon.woocommerce #respond input#submit:after, .et_button_no_icon.woocommerce-page #respond input#submit:after, .et_button_no_icon.woocommerce #content input.button:after, .et_button_no_icon.woocommerce-page #content input.button:after\";i:888;s:5759:\".et_button_no_icon .et_pb_button, .et_button_no_icon .et_pb_button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left .et_pb_button, .et_button_no_icon.et_button_left .et_pb_button:hover, .et_button_no_icon.woocommerce a.button.alt, .et_button_no_icon.woocommerce-page a.button.alt, .et_button_no_icon.woocommerce button.button.alt, .et_button_no_icon.woocommerce-page button.button.alt, .et_button_no_icon.woocommerce input.button.alt, .et_button_no_icon.woocommerce-page input.button.alt, .et_button_no_icon.woocommerce #respond input#submit.alt, .et_button_no_icon.woocommerce-page #respond input#submit.alt, .et_button_no_icon.woocommerce #content input.button.alt, .et_button_no_icon.woocommerce-page #content input.button.alt, .et_button_no_icon.woocommerce a.button, .et_button_no_icon.woocommerce-page a.button, .et_button_no_icon.woocommerce button.button, .et_button_no_icon.woocommerce-page button.button, .et_button_no_icon.woocommerce input.button, .et_button_no_icon.woocommerce-page input.button, .et_button_no_icon.woocommerce #respond input#submit, .et_button_no_icon.woocommerce-page #respond input#submit, .et_button_no_icon.woocommerce #content input.button, .et_button_no_icon.woocommerce-page #content input.button, .et_button_no_icon.woocommerce a.button.alt:hover, .et_button_no_icon.woocommerce-page a.button.alt:hover, .et_button_no_icon.woocommerce button.button.alt:hover, .et_button_no_icon.woocommerce-page button.button.alt:hover, .et_button_no_icon.woocommerce input.button.alt:hover, .et_button_no_icon.woocommerce-page input.button.alt:hover, .et_button_no_icon.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.woocommerce #content input.button.alt:hover, .et_button_no_icon.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.woocommerce a.button:hover, .et_button_no_icon.woocommerce-page a.button:hover, .et_button_no_icon.woocommerce button.button:hover, .et_button_no_icon.woocommerce-page button.button:hover, .et_button_no_icon.woocommerce input.button:hover, .et_button_no_icon.woocommerce-page input.button:hover, .et_button_no_icon.woocommerce #respond input#submit:hover, .et_button_no_icon.woocommerce-page #respond input#submit:hover, .et_button_no_icon.woocommerce #content input.button:hover, .et_button_no_icon.woocommerce-page #content input.button:hover, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button.alt, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page a.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page button.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #respond input#submit, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce #content input.button, .et_button_no_icon.et_button_icon_visible.et_button_left.woocommerce-page #content input.button, .et_button_no_icon.et_button_left.woocommerce a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit.alt:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button.alt:hover, .et_button_no_icon.et_button_left.woocommerce a.button:hover, .et_button_no_icon.et_button_left.woocommerce-page a.button:hover, .et_button_no_icon.et_button_left.woocommerce button.button:hover, .et_button_no_icon.et_button_left.woocommerce-page button.button:hover, .et_button_no_icon.et_button_left.woocommerce input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page input.button:hover, .et_button_no_icon.et_button_left.woocommerce #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce-page #respond input#submit:hover, .et_button_no_icon.et_button_left.woocommerce #content input.button:hover, .et_button_no_icon.et_button_left.woocommerce-page #content input.button:hover, .woocommerce input.button, .woocommerce input.button:hover\";i:889;s:1292:\".et_button_custom_icon .et_pb_button:after, .et_button_custom_icon.woocommerce a.button.alt:after, .et_button_custom_icon.woocommerce-page a.button.alt:after, .et_button_custom_icon.woocommerce button.button.alt:after, .et_button_custom_icon.woocommerce-page button.button.alt:after, .et_button_custom_icon.woocommerce input.button.alt:after, .et_button_custom_icon.woocommerce-page input.button.alt:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.woocommerce #content input.button.alt:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.woocommerce a.button:after, .et_button_custom_icon.woocommerce-page a.button:after, .et_button_custom_icon.woocommerce button.button:after, .et_button_custom_icon.woocommerce-page button.button:after, .et_button_custom_icon.woocommerce input.button:after, .et_button_custom_icon.woocommerce-page input.button:after, .et_button_custom_icon.woocommerce #respond input#submit:after, .et_button_custom_icon.woocommerce-page #respond input#submit:after, .et_button_custom_icon.woocommerce #content input.button:after, .et_button_custom_icon.woocommerce-page #content input.button:after\";i:890;s:3188:\".et_button_custom_icon .et_pb_button:hover:after, .et_button_custom_icon.et_button_icon_visible .et_pb_button:after, .et_button_custom_icon.woocommerce a.button.alt:hover:after, .et_button_custom_icon.woocommerce-page a.button.alt:hover:after, .et_button_custom_icon.woocommerce button.button.alt:hover:after, .et_button_custom_icon.woocommerce-page button.button.alt:hover:after, .et_button_custom_icon.woocommerce input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page input.button.alt:hover:after, .et_button_custom_icon.woocommerce #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce-page #respond input#submit.alt:hover:after, .et_button_custom_icon.woocommerce #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce-page #content input.button.alt:hover:after, .et_button_custom_icon.woocommerce a.button:hover:after, .et_button_custom_icon.woocommerce-page a.button:hover:after, .et_button_custom_icon.woocommerce button.button:hover:after, .et_button_custom_icon.woocommerce-page button.button:hover:after, .et_button_custom_icon.woocommerce input.button:hover:after, .et_button_custom_icon.woocommerce-page input.button:hover:after, .et_button_custom_icon.woocommerce #respond input#submit:hover:after, .et_button_left.woocommerce-page #respond input#submit:hover:after, .et_button_custom_icon.woocommerce #content input.button:hover:after, .et_button_custom_icon.woocommerce-page #content input.button:hover:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button.alt:after, .et_button_custom_icon.et_button_icon_visible.woocommerce a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page a.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page button.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #respond input#submit:after, .et_button_custom_icon.et_button_icon_visible.woocommerce #content input.button:after, .et_button_custom_icon.et_button_icon_visible.woocommerce-page #content input.button:after\";i:891;s:71:\".entry-content table, body.et-pb-preview #main-content .container table\";i:892;s:150:\".entry-content tr th, .entry-content thead th, body.et-pb-preview #main-content .container tr th, body.et-pb-preview #main-content .container thead th\";i:893;s:71:\".entry-content tr td, body.et-pb-preview #main-content .container tr td\";i:894;s:101:\"#left-area ul, .entry-content ul, .comment-content ul, body.et-pb-preview #main-content .container ul\";i:895;s:101:\"#left-area ol, .entry-content ol, .comment-content ol, body.et-pb-preview #main-content .container ol\";i:896;s:152:\"#left-area ul li ul, .entry-content ul li ol, .comment-content ul li ul, .comment-content ul li ol, body.et-pb-preview #main-content .container ul li ol\";i:897;s:152:\"#left-area ol li ul, .entry-content ol li ol, .comment-content ol li ul, .comment-content ol li ol, body.et-pb-preview #main-content .container ol li ol\";i:898;s:34:\"ol.commentlist, .comment .children\";i:899;s:19:\".comment-content ul\";i:900;s:19:\".comment-content ol\";i:901;s:22:\"#left-area ul.products\";i:902;s:15:\".gallery-item a\";i:903;s:33:\".gallery-item a, .gallery-caption\";i:904;s:266:\"body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_non_fixed_nav.et_transparent_nav #top-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #main-header, body.et-wp-pre-3_8.admin-bar.et_fixed_nav #top-header\";i:905;s:135:\"body.et_non_fixed_nav.et_transparent_nav.et_secondary_nav_enabled #main-header, body.et_fixed_nav.et_secondary_nav_enabled #main-header\";i:906;s:57:\".et_vertical_fixed.admin-bar #page-container #main-header\";i:907;s:11:\"#wpadminbar\";i:908;s:11:\"#top-header\";i:909;s:28:\"#top-header a, #top-header a\";i:910;s:30:\"#top-header, #et-secondary-nav\";i:911;s:26:\".et_duplicate_social_icons\";i:912;s:88:\"#top-header, #top-header .container, #top-header #et-info, #top-header .et-social-icon a\";i:913;s:107:\".et_non_fixed_nav.et_transparent_nav.et_show_nav #page-container, .et_fixed_nav.et_show_nav #page-container\";i:914;s:157:\".et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled #page-container\";i:915;s:207:\".et_non_fixed_nav.et_transparent_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_secondary_nav_enabled.et_header_style_centered #page-container\";i:916;s:157:\".et_non_fixed_nav.et_transparent_nav.et_show_nav.et_header_style_centered #page-container, .et_fixed_nav.et_show_nav.et_header_style_centered #page-container\";i:917;s:75:\".et_non_fixed_nav.et_transparent_nav #top-header, .et_fixed_nav #top-header\";i:918;s:99:\".et_non_fixed_nav.et_transparent_nav #main-header, .et_non_fixed_nav.et_transparent_nav #top-header\";i:919;s:53:\".et_fixed_nav #main-header, .et_fixed_nav #top-header\";i:920;s:83:\".et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation\";i:921;s:119:\".et_header_style_left #et-top-navigation nav > ul > li > a, .et_header_style_split #et-top-navigation nav > ul > li > a\";i:922;s:37:\".et_header_style_left .logo_container\";i:923;s:59:\".et_header_style_split #et-top-navigation nav > ul > li > a\";i:924;s:49:\".et_header_style_split .centered-inline-logo-wrap\";i:925;s:65:\".et_header_style_split .centered-inline-logo-wrap .logo_container\";i:926;s:51:\".et_header_style_split .centered-inline-logo-wrap a\";i:927;s:38:\".et_header_style_split .logo_container\";i:928;s:36:\".et_header_style_split #top-menu-nav\";i:929;s:37:\".et_header_style_split #et_top_search\";i:930;s:53:\".et_header_style_split.et_vertical_nav #et_top_search\";i:931;s:45:\".et_header_style_split #et_search_icon:before\";i:932;s:79:\".et_header_style_split .mobile_menu_bar, .et_header_style_left .mobile_menu_bar\";i:933;s:41:\".et_header_style_split #et-top-navigation\";i:934;s:57:\".et_header_style_split.et_vertical_nav #et-top-navigation\";i:935;s:99:\".et_header_style_split #main-header .container, .et_header_style_split #main-header .logo_container\";i:936;s:39:\".et_header_style_split span.logo_helper\";i:937;s:160:\".et_header_style_split nav#top-menu-nav, .et_header_style_split #top-menu, .et_header_style_split nav.fullwidth-menu-nav, .et_header_style_split .fullwidth-menu\";i:938;s:48:\".safari.et_header_style_split #et-top-navigation\";i:939;s:49:\".et_header_style_centered #main-header .container\";i:940;s:65:\".et_header_style_centered.et_vertical_nav #main-header .container\";i:941;s:60:\".et_header_style_centered #main-header div#et-top-navigation\";i:942;s:158:\".et_header_style_centered #logo, .et_header_style_centered #et-top-navigation, .et_header_style_centered nav#top-menu-nav, .et_header_style_centered #top-menu\";i:943;s:54:\".et_header_style_centered #main-header .logo_container\";i:944;s:76:\".et_header_style_centered header#main-header.et-fixed-header .logo_container\";i:945;s:40:\".et_header_style_centered #et_top_search\";i:946;s:48:\".et_header_style_centered #et_search_icon:before\";i:947;s:44:\".et_header_style_centered #top-menu > li > a\";i:948;s:92:\".et_hide_search_icon #et_top_search, .et_hide_search_icon .et_slide_menu_top .et-search-form\";i:949;s:164:\".et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header .logo_container, .et_vertical_nav.et_header_style_centered #main-header .logo_container\";i:950;s:176:\".et_vertical_nav.et_header_style_centered header#main-header #top-menu > li > a, .et_vertical_nav.et_header_style_centered header#main-header.et-fixed-header #top-menu > li > a\";i:951;s:115:\".et_vertical_nav.et_header_style_split #et-top-navigation, .et_vertical_nav.et_header_style_left #et-top-navigation\";i:952;s:5:\"#logo\";i:953;s:110:\".et_pb_svg_logo #logo, .et_pb_svg_logo.et_header_style_split .et-fixed-header .centered-inline-logo-wrap #logo\";i:954;s:15:\".logo_container\";i:955;s:16:\"span.logo_helper\";i:956;s:32:\".et_vertical_nav .logo_container\";i:957;s:34:\".safari .centered-inline-logo-wrap\";i:958;s:24:\"#et-define-logo-wrap img\";i:959;s:36:\".gecko #et-define-logo-wrap.svg-logo\";i:960;s:13:\".et-cart-info\";i:961;s:119:\".et_header_style_slide #et-top-navigation a.et-cart-info, .et_header_style_fullscreen #et-top-navigation a.et-cart-info\";i:962;s:50:\"#et-info-phone, #et-info-email, .et-cart-info span\";i:963;s:21:\"#et-info-phone:before\";i:964;s:14:\"#et-info-phone\";i:965;s:21:\"#et-info-email:before\";i:966;s:35:\"#et-secondary-menu .et-social-icons\";i:967;s:31:\"#top-header .et-social-icons li\";i:968;s:19:\".et-social-icons li\";i:969;s:17:\".et-social-icon a\";i:970;s:20:\".et-social-icon span\";i:971;s:29:\"#top-header .et-social-icon a\";i:972;s:24:\"#top-menu-nav, #top-menu\";i:973;s:32:\".et_fixed_nav #et-top-navigation\";i:974;s:18:\"#et-secondary-menu\";i:975;s:40:\"#et-info, #et-secondary-menu > ul > li a\";i:976;s:39:\"#et-secondary-nav, #et-secondary-nav li\";i:977;s:19:\"#et-secondary-nav a\";i:978;s:20:\"#et-secondary-nav li\";i:979;s:33:\"#et-secondary-nav > li:last-child\";i:980;s:25:\".et-cart-info span:before\";i:981;s:68:\"nav#top-menu-nav, #top-menu, nav.fullwidth-menu-nav, .fullwidth-menu\";i:982;s:12:\"#top-menu li\";i:983;s:25:\"#top-menu > li:last-child\";i:984;s:95:\".et_fullwidth_nav.et_non_fixed_nav.et_header_style_left #top-menu > li:last-child > ul.sub-menu\";i:985;s:11:\"#top-menu a\";i:986;s:121:\"#top-menu-nav > ul > li > a:hover, #et-secondary-menu > ul > li > a:hover, #et-info-email:hover, .et-social-icons a:hover\";i:987;s:21:\"#et_search_icon:hover\";i:988;s:31:\"#et_top_search.et_search_opened\";i:989;s:31:\".et_vertical_nav #et_top_search\";i:990;s:15:\".et-search-form\";i:991;s:21:\".et-search-form input\";i:992;s:43:\".et-search-form .et-search-field::-ms-clear\";i:993;s:101:\".et_header_style_centered .et-search-form input, .et_header_style_centered span.et_close_search_field\";i:994;s:133:\".et_vertical_nav.et_header_style_centered .et-search-form input, .et_vertical_nav.et_header_style_centered span.et_close_search_field\";i:995;s:25:\".et_search_form_container\";i:996;s:35:\".container.et_search_form_container\";i:997;s:56:\".container.et_search_form_container.et_pb_search_visible\";i:998;s:40:\".et_pb_search_visible.et_pb_no_animation\";i:999;s:25:\".et_pb_search_form_hidden\";i:1000;s:26:\"span.et_close_search_field\";i:1001;s:32:\"span.et_close_search_field:after\";i:1002;s:28:\".container.et_menu_container\";i:1003;s:60:\".container.et_search_form_container.et_pb_search_form_hidden\";i:1004;s:16:\".et_search_outer\";i:1005;s:28:\".container.et_pb_menu_hidden\";i:1006;s:19:\"form.et-search-form\";i:1007;s:50:\"input[type=\"search\"]::-webkit-search-cancel-button\";i:1008;s:21:\"#left-area .post-meta\";i:1009;s:23:\"#left-area .post-meta a\";i:1010;s:29:\"#left-area .et_featured_image\";i:1011;s:13:\".single .post\";i:1012;s:29:\"body.single .et_audio_content\";i:1013;s:76:\".single.et_pb_pagebuilder_layout.et_full_width_page #main-content .container\";i:1014;s:73:\".single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper\";i:1015;s:86:\".single.et_pb_pagebuilder_layout.et_full_width_page .et_post_meta_wrapper:last-of-type\";i:1016;s:64:\".et_pb_pagebuilder_layout.single-post #page-container .et_pb_row\";i:1017;s:87:\".et_pb_pagebuilder_layout.single-post #page-container .et_pb_with_background .et_pb_row\";i:1018;s:168:\".et_pb_pagebuilder_layout.single.et_full_width_page #page-container .et_pb_row, .et_pb_pagebuilder_layout.single.et_full_width_portfolio_page #page-container .et_pb_row\";i:1019;s:94:\".et_pb_pagebuilder_layout .entry-content, .et_pb_pagebuilder_layout .et_pb_post .entry-content\";i:1020;s:52:\".single-project.et_pb_pagebuilder_layout .nav-single\";i:1021;s:27:\".et_password_protected_form\";i:1022;s:35:\".et_password_protected_form p input\";i:1023;s:33:\".et_password_protected_form label\";i:1024;s:45:\".et_password_protected_form .et_submit_button\";i:1025;s:82:\".post-password-required .et_pb_row, .post-password-required p.nocomments.container\";i:1026;s:53:\".post-password-required p.nocomments.container:before\";i:1027;s:12:\"p.demo_store\";i:1028;s:101:\".entry-content address, .comment-content address, body.et-pb-preview #main-content .container address\";i:1029;s:19:\".woocommerce-info a\";i:1030;s:28:\".shop_table .actions .submit\";i:1031;s:37:\".shop_table .actions .checkout-button\";i:1032;s:19:\".col2-set.addresses\";i:1033;s:16:\"table.shop_table\";i:1034;s:40:\".woocommerce-message a.button.wc-forward\";i:1035;s:46:\".woocommerce-message a.button.wc-forward:hover\";i:1036;s:82:\".woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea\";i:1037;s:26:\"p.woocommerce-result-count\";i:1038;s:27:\".entry-summary .entry-title\";i:1039;s:24:\".et_pb_widget .buttons a\";i:1040;s:13:\".product_meta\";i:1041;s:12:\".posted_in a\";i:1042;s:20:\".product .related h2\";i:1043;s:89:\".woocommerce ul.products li.product a img, .woocommerce-page ul.products li.product a img\";i:1044;s:83:\".woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3\";i:1045;s:93:\".woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale\";i:1046;s:55:\".woocommerce span.onsale, .woocommerce-page span.onsale\";i:1047;s:190:\".woocommerce div.product div.images img, .woocommerce-page div.product div.images img, .woocommerce #content div.product div.images img, .woocommerce-page #content div.product div.images img\";i:1048;s:234:\".woocommerce div.product div.images div.thumbnails, .woocommerce-page div.product div.images div.thumbnails, .woocommerce #content div.product div.images div.thumbnails, .woocommerce-page #content div.product div.images div.thumbnails\";i:1049;s:111:\".woocommerce .woocommerce-pagination ul.page-numbers, .woocommerce-page .woocommerce-pagination ul.page-numbers\";i:1050;s:77:\".woocommerce .products .star-rating, .woocommerce-page .products .star-rating\";i:1051;s:71:\".woocommerce .star-rating:before, .woocommerce-page .star-rating:before\";i:1052;s:192:\".woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price, .woocommerce ul.products li.product .price del, .woocommerce-page ul.products li.product .price del\";i:1053;s:27:\".entry-summary p.price span\";i:1054;s:26:\".entry-summary p.price del\";i:1055;s:26:\".cart_table_item .quantity\";i:1056;s:31:\"#main-content .cart-subtotal td\";i:1057;s:53:\".woocommerce-checkout #main-content .cart-subtotal td\";i:1058;s:202:\"table.cart th, #main-content table.cart th, table.cart td, #main-content table.cart td, table.cart tr, #main-content table.cart tr, #content-area table tr, #content-area table td, #content-area table th\";i:1059;s:82:\"table.cart td.actions .button.alt, #main-content table.cart td.actions .button.alt\";i:1060;s:38:\"table.cart td.actions .checkout-button\";i:1061;s:66:\".orderby, .woocommerce div.product form.cart .variations td select\";i:1062;s:40:\".cart_totals h2, .shipping_calculator h2\";i:1063;s:170:\".woocommerce div.product form.cart, .woocommerce-page div.product form.cart, .woocommerce #content div.product form.cart, .woocommerce-page #content div.product form.cart\";i:1064;s:222:\".woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity, .woocommerce #content div.product form.cart div.quantity, .woocommerce-page #content div.product form.cart div.quantity\";i:1065;s:223:\".woocommerce .quantity input.qty, .woocommerce-page .quantity input.qty, .woocommerce #content .quantity input.qty, .woocommerce-page #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text\";i:1066;s:78:\".woocommerce-cart table.cart td.actions .coupon .input-text::input-placeholder\";i:1067;s:86:\".woocommerce-cart table.cart td.actions .coupon .input-text::-webkit-input-placeholder\";i:1068;s:76:\".woocommerce-cart table.cart td.actions .coupon .input-text:-moz-placeholder\";i:1069;s:77:\".woocommerce-cart table.cart td.actions .coupon .input-text::-moz-placeholder\";i:1070;s:81:\".woocommerce-cart table.cart td.actions .coupon .input-text:-ms-input-placeholder\";i:1071;s:298:\".woocommerce .quantity .plus, .woocommerce-page .quantity .plus, .woocommerce #content .quantity .plus, .woocommerce-page #content .quantity .plus, .woocommerce .quantity .minus, .woocommerce-page .quantity .minus, .woocommerce #content .quantity .minus, .woocommerce-page #content .quantity .minus\";i:1072;s:122:\".woocommerce #content .quantity, .woocommerce .quantity, .woocommerce-page #content .quantity, .woocommerce-page .quantity\";i:1073;s:49:\".woocommerce div.product form.cart .variations td\";i:1074;s:60:\".woocommerce div.product form.cart .variations td:last-child\";i:1075;s:148:\".woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li, .woocommerce-page ul.cart_list li, .woocommerce-page ul.product_list_widget li\";i:1076;s:262:\".woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before\";i:1077;s:34:\"body.woocommerce .woocommerce-tabs\";i:1078;s:124:\"body.woocommerce div.product .woocommerce-tabs ul.tabs, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs\";i:1079;s:78:\"body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active\";i:1080;s:288:\"body.woocommerce div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:before, body.woocommerce div.product .woocommerce-tabs ul.tabs li:after, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li:after\";i:1081;s:148:\"body.woocommerce div.product .woocommerce-tabs ul.tabs li.active a, body.woocommerce #content-area div.product .woocommerce-tabs ul.tabs li.active a\";i:1082;s:122:\"body.woocommerce div.product .woocommerce-tabs .panel, body.woocommerce #content-area div.product .woocommerce-tabs .panel\";i:1083;s:21:\"#reviews .commentlist\";i:1084;s:105:\".woocommerce #reviews #comments ol.commentlist li, .woocommerce-page #reviews #comments ol.commentlist li\";i:1085;s:133:\".woocommerce #reviews #comments ol.commentlist li .comment-text, .woocommerce-page #reviews #comments ol.commentlist li .comment-text\";i:1086;s:127:\".woocommerce #reviews #comments ol.commentlist li img.avatar, .woocommerce-page #reviews #comments ol.commentlist li img.avatar\";i:1087;s:147:\".woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, .woocommerce-page #reviews #comments ol.commentlist li .comment-text p.meta\";i:1088;s:47:\".woocommerce #reviews .commentlist .star-rating\";i:1089;s:75:\".woocommerce #reviews #comments h2, .woocommerce-page #reviews #comments h2\";i:1090;s:59:\".woocommerce-message, .woocommerce-error, .woocommerce-info\";i:1091;s:80:\".woocommerce-message:before, .woocommerce-error:before, .woocommerce-info:before\";i:1092;s:94:\".woocommerce-page #reviews #commentform, .woocommerce-page #review_form #respond p.form-submit\";i:1093;s:17:\"div.pp_pic_holder\";i:1094;s:14:\"div.pp_overlay\";i:1095;s:26:\".single-project #left-area\";i:1096;s:14:\".et_main_title\";i:1097;s:17:\".et_main_title h1\";i:1098;s:37:\".et_main_title .et_project_categories\";i:1099;s:39:\".et_main_title .et_project_categories a\";i:1100;s:23:\".project .entry-content\";i:1101;s:22:\".et_project_meta_title\";i:1102;s:16:\".et_project_meta\";i:1103;s:18:\".et_project_meta p\";i:1104;s:20:\".et_project_meta p a\";i:1105;s:13:\".nav-single a\";i:1106;s:13:\".nav-previous\";i:1107;s:9:\".nav-next\";i:1108;s:19:\".single .et_pb_post\";i:1109;s:35:\".et_shop_image, .et_portfolio_image\";i:1110;s:23:\".et_portfolio_image img\";i:1111;s:45:\".single .et_pb_post.et_pb_no_comments_section\";i:1112;s:49:\".et_pb_pagebuilder_layout .project .entry-content\";i:1113;s:44:\".et_full_width_portfolio_page .entry-content\";i:1114;s:41:\".et_full_width_portfolio_page .nav-single\";i:1115;s:41:\".entry-content .et_pb_member_social_links\";i:1116;s:15:\"#top-menu li li\";i:1117;s:17:\"#top-menu li li a\";i:1118;s:23:\"#et-secondary-nav li ul\";i:1119;s:26:\"#et-secondary-nav li ul ul\";i:1120;s:26:\"#et-secondary-nav li ul li\";i:1121;s:34:\"#et-secondary-nav li.et-hover > ul\";i:1122;s:25:\"#et-secondary-nav li > ul\";i:1123;s:31:\"#et-secondary-nav li:hover > ul\";i:1124;s:23:\"#et-secondary-nav li li\";i:1125;s:25:\"#et-secondary-nav li li a\";i:1126;s:31:\"#et-secondary-nav ul li a:hover\";i:1127;s:26:\"#et-secondary-nav li:hover\";i:1128;s:120:\"#top-menu .menu-item-has-children > a:first-child:after, #et-secondary-nav .menu-item-has-children > a:first-child:after\";i:1129;s:108:\"#top-menu .menu-item-has-children > a:first-child, #et-secondary-nav .menu-item-has-children > a:first-child\";i:1130;s:52:\"#top-menu li .menu-item-has-children > a:first-child\";i:1131;s:58:\"#top-menu li .menu-item-has-children > a:first-child:after\";i:1132;s:63:\"#et-secondary-nav .menu-item-has-children > a:first-child:after\";i:1133;s:66:\"#et-secondary-nav li .menu-item-has-children > a:first-child:after\";i:1134;s:22:\"#top-menu li.mega-menu\";i:1135;s:27:\"#top-menu li.mega-menu > ul\";i:1136;s:28:\"#top-menu li.mega-menu ul li\";i:1137;s:48:\"#top-menu li.mega-menu > ul > li:nth-of-type(4n)\";i:1138;s:50:\"#top-menu li.mega-menu > ul > li:nth-of-type(4n+1)\";i:1139;s:31:\"#top-menu li.mega-menu ul li li\";i:1140;s:30:\"#top-menu li.mega-menu li > ul\";i:1141;s:28:\"#top-menu li.mega-menu li ul\";i:1142;s:37:\"#top-menu li.mega-menu.et-hover li ul\";i:1143;s:33:\"#top-menu li.mega-menu:hover > ul\";i:1144;s:36:\"#top-menu li.mega-menu > ul > li > a\";i:1145;s:48:\"#top-menu li.mega-menu > ul > li > a:first-child\";i:1146;s:54:\"#top-menu li.mega-menu > ul > li > a:first-child:hover\";i:1147;s:29:\"#top-menu li.mega-menu li > a\";i:1148;s:93:\"#top-menu li.mega-menu.mega-menu-parent li li, #top-menu li.mega-menu.mega-menu-parent li > a\";i:1149;s:54:\"#top-menu li.mega-menu.mega-menu-parent li > .sub-menu\";i:1150;s:32:\"#top-menu li.mega-menu > ul > li\";i:1151;s:51:\"#top-menu li.mega-menu.mega-menu-parent-3 > ul > li\";i:1152;s:51:\"#top-menu li.mega-menu.mega-menu-parent-2 > ul > li\";i:1153;s:51:\"#top-menu li.mega-menu.mega-menu-parent-1 > ul > li\";i:1154;s:68:\"#top-menu li.mega-menu .menu-item-has-children > a:first-child:after\";i:1155;s:42:\"#top-menu li.mega-menu > ul > li > ul > li\";i:1156;s:39:\".et_vertical_nav #top-menu li.mega-menu\";i:1157;s:47:\".et_vertical_nav #top-menu li.mega-menu li > ul\";i:1158;s:46:\".et_vertical_nav #top-menu li.mega-menu li > a\";i:1159;s:49:\".et_vertical_nav #top-menu li.mega-menu > ul > li\";i:1160;s:68:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-1 > ul > li\";i:1161;s:68:\".et_vertical_nav #top-menu li.mega-menu.mega-menu-parent-2 > ul > li\";i:1162;s:64:\".et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(n+4)\";i:1163;s:63:\".et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(3n)\";i:1164;s:65:\".et_vertical_nav #top-menu li.mega-menu > ul > li:nth-child(3n+1)\";i:1165;s:67:\".et_vertical_nav #top-menu li.mega-menu > ul > li:nth-of-type(4n+1)\";i:1166;s:65:\".et_vertical_nav #top-menu li.mega-menu > ul > li:nth-of-type(4n)\";i:1167;s:16:\".mobile_menu_bar\";i:1168;s:52:\".mobile_menu_bar:before, .et_toggle_slide_menu:after\";i:1169;s:24:\".mobile_nav .select_page\";i:1170;s:12:\"#main-footer\";i:1171;s:14:\".footer-widget\";i:1172;s:5:\".last\";i:1173;s:34:\".footer-widget .fwidget:last-child\";i:1174;s:33:\"#footer-widgets .footer-widget li\";i:1175;s:40:\"#footer-widgets .footer-widget li:before\";i:1176;s:35:\"#footer-widgets .footer-widget li a\";i:1177;s:41:\"#footer-widgets .footer-widget li a:hover\";i:1178;s:40:\".footer-widget .widget_adsensewidget ins\";i:1179;s:14:\"#footer-bottom\";i:1180;s:16:\"#footer-bottom a\";i:1181;s:12:\"#footer-info\";i:1182;s:14:\"#footer-info a\";i:1183;s:20:\"#footer-info a:hover\";i:1184;s:14:\"#et-footer-nav\";i:1185;s:14:\".bottom-nav li\";i:1186;s:13:\".bottom-nav a\";i:1187;s:19:\".bottom-nav a:hover\";i:1188;s:45:\"div.post .new-post .aligncenter, .aligncenter\";i:1189;s:11:\".wp-caption\";i:1190;s:21:\".wp-caption.alignleft\";i:1191;s:22:\".wp-caption.alignright\";i:1192;s:15:\".wp-caption img\";i:1193;s:29:\".wp-caption p.wp-caption-text\";i:1194;s:11:\".alignright\";i:1195;s:10:\".alignleft\";i:1196;s:13:\"img.alignleft\";i:1197;s:14:\"img.alignright\";i:1198;s:11:\".pagination\";i:1199;s:12:\".wp-pagenavi\";i:1200;s:33:\".wp-pagenavi a, .wp-pagenavi span\";i:1201;s:60:\".wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink\";i:1202;s:47:\".wp-pagenavi span.current, .wp-pagenavi a:hover\";i:1203;s:44:\".page.et_pb_pagebuilder_layout #main-content\";i:1204;s:15:\"img#about-image\";i:1205;s:34:\".widget_search .screen-reader-text\";i:1206;s:57:\".widget_search input#s, .widget_search input#searchsubmit\";i:1207;s:17:\".widget_search #s\";i:1208;s:26:\".widget_search #searchform\";i:1209;s:28:\".widget_search #searchsubmit\";i:1210;s:13:\"#searchsubmit\";i:1211;s:12:\"#wp-calendar\";i:1212;s:14:\"#wp-calendar a\";i:1213;s:20:\"#wp-calendar a:hover\";i:1214;s:20:\"#wp-calendar caption\";i:1215;s:15:\"#wp-calendar td\";i:1216;s:21:\"#wp-calendar td#today\";i:1217;s:15:\"#wp-calendar th\";i:1218;s:42:\"#wp-calendar #prev a, #wp-calendar #next a\";i:1219;s:20:\"#wp-calendar #next a\";i:1220;s:20:\"#wp-calendar #prev a\";i:1221;s:11:\".tagcloud a\";i:1222;s:17:\".tagcloud a:hover\";i:1223;s:24:\".et_color_scheme_green a\";i:1224;s:149:\".et_color_scheme_green .et_pb_counter_amount, .et_color_scheme_green .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_green #top-header\";i:1225;s:1258:\".et_color_scheme_green.woocommerce a.button.alt, .et_color_scheme_green.woocommerce-page a.button.alt, .et_color_scheme_green.woocommerce button.button.alt, .et_color_scheme_green.woocommerce-page button.button.alt, .et_color_scheme_green.woocommerce input.button.alt, .et_color_scheme_green.woocommerce-page input.button.alt, .et_color_scheme_green.woocommerce #respond input#submit.alt, .et_color_scheme_green.woocommerce-page #respond input#submit.alt, .et_color_scheme_green.woocommerce #content input.button.alt, .et_color_scheme_green.woocommerce-page #content input.button.alt, .et_color_scheme_green.woocommerce a.button, .et_color_scheme_green.woocommerce-page a.button, .et_color_scheme_green.woocommerce button.button, .et_color_scheme_green.woocommerce-page button.button, .et_color_scheme_green.woocommerce input.button, .et_color_scheme_green.woocommerce-page input.button, .et_color_scheme_green.woocommerce #respond input#submit, .et_color_scheme_green.woocommerce-page #respond input#submit, .et_color_scheme_green.woocommerce #content input.button, .et_color_scheme_green.woocommerce-page #content input.button, .et_color_scheme_green .woocommerce-message, .et_color_scheme_green .woocommerce-error, .et_color_scheme_green .woocommerce-info\";i:1226;s:1474:\".et_color_scheme_green #et_search_icon:hover, .et_color_scheme_green .mobile_menu_bar:before, .et_color_scheme_green .footer-widget h4, .et_color_scheme_green .et_pb_sum, .et_color_scheme_green .et_pb_pricing li a, .et_color_scheme_green .et_pb_pricing_table_button, .et_color_scheme_green .comment-reply-link, .et_color_scheme_green .form-submit .et_pb_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_green .et_pb_contact_submit, .et_color_scheme_green .et_password_protected_form .et_submit_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_green .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_green .et_overlay:before, .et_color_scheme_green .entry-summary p.price ins, .et_color_scheme_green.woocommerce div.product span.price, .et_color_scheme_green.woocommerce-page div.product span.price, .et_color_scheme_green.woocommerce #content div.product span.price, .et_color_scheme_green.woocommerce-page #content div.product span.price, .et_color_scheme_green.woocommerce div.product p.price, .et_color_scheme_green.woocommerce-page div.product p.price, .et_color_scheme_green.woocommerce #content div.product p.price, .et_color_scheme_green.woocommerce-page #content div.product p.price, .et_color_scheme_green #top-menu li.current-menu-ancestor > a, .et_color_scheme_green #top-menu li.current-menu-item > a, .et_color_scheme_green .bottom-nav li.current-menu-item > a\";i:1227;s:125:\".et_color_scheme_green.woocommerce .star-rating span:before, .et_color_scheme_green.woocommerce-page .star-rating span:before\";i:1228;s:211:\".et_color_scheme_green .et-search-form, .et_color_scheme_green .nav li ul, .et_color_scheme_green .et_mobile_menu, .et_color_scheme_green .footer-widget li:before, .et_color_scheme_green .et_pb_pricing li:before\";i:1229;s:23:\".et_color_scheme_pink a\";i:1230;s:146:\".et_color_scheme_pink .et_pb_counter_amount, .et_color_scheme_pink .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_pink #top-header\";i:1231;s:1235:\".et_color_scheme_pink.woocommerce a.button.alt, .et_color_scheme_pink.woocommerce-page a.button.alt, .et_color_scheme_pink.woocommerce button.button.alt, .et_color_scheme_pink.woocommerce-page button.button.alt, .et_color_scheme_pink.woocommerce input.button.alt, .et_color_scheme_pink.woocommerce-page input.button.alt, .et_color_scheme_pink.woocommerce #respond input#submit.alt, .et_color_scheme_pink.woocommerce-page #respond input#submit.alt, .et_color_scheme_pink.woocommerce #content input.button.alt, .et_color_scheme_pink.woocommerce-page #content input.button.alt, .et_color_scheme_pink.woocommerce a.button, .et_color_scheme_pink.woocommerce-page a.button, .et_color_scheme_pink.woocommerce button.button, .et_color_scheme_pink.woocommerce-page button.button, .et_color_scheme_pink.woocommerce input.button, .et_color_scheme_pink.woocommerce-page input.button, .et_color_scheme_pink.woocommerce #respond input#submit, .et_color_scheme_pink.woocommerce-page #respond input#submit, .et_color_scheme_pink.woocommerce #content input.button, .et_color_scheme_pink.woocommerce-page #content input.button, .et_color_scheme_pink .woocommerce-message, .et_color_scheme_pink .woocommerce-error, .et_color_scheme_pink .woocommerce-info\";i:1232;s:1448:\".et_color_scheme_pink #et_search_icon:hover, .et_color_scheme_pink .mobile_menu_bar:before, .et_color_scheme_pink .footer-widget h4, .et_color_scheme_pink .et_pb_sum, .et_color_scheme_pink .et_pb_pricing li a, .et_color_scheme_pink .et_pb_pricing_table_button, .et_color_scheme_pink .comment-reply-link, .et_color_scheme_pink .form-submit .et_pb_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_contact_submit, .et_color_scheme_pink .et_password_protected_form .et_submit_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_pink .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_pink .et_overlay:before, .et_color_scheme_pink .entry-summary p.price ins, .et_color_scheme_pink.woocommerce div.product span.price, .et_color_scheme_pink.woocommerce-page div.product span.price, .et_color_scheme_pink.woocommerce #content div.product span.price, .et_color_scheme_pink.woocommerce-page #content div.product span.price, .et_color_scheme_pink.woocommerce div.product p.price, .et_color_scheme_pink.woocommerce-page div.product p.price, .et_color_scheme_pink.woocommerce #content div.product p.price, .et_color_scheme_pink.woocommerce-page #content div.product p.price, .et_color_scheme_pink #top-menu li.current-menu-ancestor > a, .et_color_scheme_pink #top-menu li.current-menu-item > a, .et_color_scheme_pink .bottom-nav li.current-menu-item > a\";i:1233;s:123:\".et_color_scheme_pink.woocommerce .star-rating span:before, .et_color_scheme_pink.woocommerce-page .star-rating span:before\";i:1234;s:206:\".et_color_scheme_pink .et-search-form, .et_color_scheme_pink .nav li ul, .et_color_scheme_pink .et_mobile_menu, .et_color_scheme_pink .footer-widget li:before, .et_color_scheme_pink .et_pb_pricing li:before\";i:1235;s:22:\".et_color_scheme_red a\";i:1236;s:143:\".et_color_scheme_red .et_pb_counter_amount, .et_color_scheme_red .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_red #top-header\";i:1237;s:1212:\".et_color_scheme_red.woocommerce a.button.alt, .et_color_scheme_red.woocommerce-page a.button.alt, .et_color_scheme_red.woocommerce button.button.alt, .et_color_scheme_red.woocommerce-page button.button.alt, .et_color_scheme_red.woocommerce input.button.alt, .et_color_scheme_red.woocommerce-page input.button.alt, .et_color_scheme_red.woocommerce #respond input#submit.alt, .et_color_scheme_red.woocommerce-page #respond input#submit.alt, .et_color_scheme_red.woocommerce #content input.button.alt, .et_color_scheme_red.woocommerce-page #content input.button.alt, .et_color_scheme_red.woocommerce a.button, .et_color_scheme_red.woocommerce-page a.button, .et_color_scheme_red.woocommerce button.button, .et_color_scheme_red.woocommerce-page button.button, .et_color_scheme_red.woocommerce input.button, .et_color_scheme_red.woocommerce-page input.button, .et_color_scheme_red.woocommerce #respond input#submit, .et_color_scheme_red.woocommerce-page #respond input#submit, .et_color_scheme_red.woocommerce #content input.button, .et_color_scheme_red.woocommerce-page #content input.button, .et_color_scheme_red .woocommerce-message, .et_color_scheme_red .woocommerce-error, .et_color_scheme_red .woocommerce-info\";i:1238;s:1422:\".et_color_scheme_red #et_search_icon:hover, .et_color_scheme_red .mobile_menu_bar:before, .et_color_scheme_red .footer-widget h4, .et_color_scheme_red .et_pb_sum, .et_color_scheme_red .et_pb_pricing li a, .et_color_scheme_red .et_pb_pricing_table_button, .et_color_scheme_red .comment-reply-link, .et_color_scheme_red .form-submit .et_pb_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_red .et_pb_contact_submit, .et_color_scheme_red .et_password_protected_form .et_submit_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_red .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_red .et_overlay:before, .et_color_scheme_red .entry-summary p.price ins, .et_color_scheme_red.woocommerce div.product span.price, .et_color_scheme_red.woocommerce-page div.product span.price, .et_color_scheme_red.woocommerce #content div.product span.price, .et_color_scheme_red.woocommerce-page #content div.product span.price, .et_color_scheme_red.woocommerce div.product p.price, .et_color_scheme_red.woocommerce-page div.product p.price, .et_color_scheme_red.woocommerce #content div.product p.price, .et_color_scheme_red.woocommerce-page #content div.product p.price, .et_color_scheme_red #top-menu li.current-menu-ancestor > a, .et_color_scheme_red #top-menu li.current-menu-item > a, .et_color_scheme_red .bottom-nav li.current-menu-item > a\";i:1239;s:123:\".et_color_scheme_red .woocommerce .star-rating span:before, .et_color_scheme_red .woocommerce-page .star-rating span:before\";i:1240;s:201:\".et_color_scheme_red .et-search-form, .et_color_scheme_red .nav li ul, .et_color_scheme_red .et_mobile_menu, .et_color_scheme_red .footer-widget li:before, .et_color_scheme_red .et_pb_pricing li:before\";i:1241;s:25:\".et_color_scheme_orange a\";i:1242;s:152:\".et_color_scheme_orange .et_pb_counter_amount, .et_color_scheme_orange .et_pb_featured_table .et_pb_pricing_heading, .et_color_scheme_orange #top-header\";i:1243;s:1281:\".et_color_scheme_orange.woocommerce a.button.alt, .et_color_scheme_orange.woocommerce-page a.button.alt, .et_color_scheme_orange.woocommerce button.button.alt, .et_color_scheme_orange.woocommerce-page button.button.alt, .et_color_scheme_orange.woocommerce input.button.alt, .et_color_scheme_orange.woocommerce-page input.button.alt, .et_color_scheme_orange.woocommerce #respond input#submit.alt, .et_color_scheme_orange.woocommerce-page #respond input#submit.alt, .et_color_scheme_orange.woocommerce #content input.button.alt, .et_color_scheme_orange.woocommerce-page #content input.button.alt, .et_color_scheme_orange.woocommerce a.button, .et_color_scheme_orange.woocommerce-page a.button, .et_color_scheme_orange.woocommerce button.button, .et_color_scheme_orange.woocommerce-page button.button, .et_color_scheme_orange.woocommerce input.button, .et_color_scheme_orange.woocommerce-page input.button, .et_color_scheme_orange.woocommerce #respond input#submit, .et_color_scheme_orange.woocommerce-page #respond input#submit, .et_color_scheme_orange.woocommerce #content input.button, .et_color_scheme_orange.woocommerce-page #content input.button, .et_color_scheme_orange .woocommerce-message, .et_color_scheme_orange .woocommerce-error, .et_color_scheme_orange .woocommerce-info\";i:1244;s:1500:\".et_color_scheme_orange #et_search_icon:hover, .et_color_scheme_orange .mobile_menu_bar:before, .et_color_scheme_orange .footer-widget h4, .et_color_scheme_orange .et_pb_sum, .et_color_scheme_orange .et_pb_pricing li a, .et_color_scheme_orange .et_pb_pricing_table_button, .et_color_scheme_orange .comment-reply-link, .et_color_scheme_orange .form-submit .et_pb_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_contact_submit, .et_color_scheme_orange .et_password_protected_form .et_submit_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_more_button, .et_color_scheme_orange .et_pb_bg_layout_light .et_pb_promo_button, .et_color_scheme_orange .et_overlay:before, .et_color_scheme_orange .entry-summary p.price ins, .et_color_scheme_orange.woocommerce div.product span.price, .et_color_scheme_orange.woocommerce-page div.product span.price, .et_color_scheme_orange.woocommerce #content div.product span.price, .et_color_scheme_orange.woocommerce-page #content div.product span.price, .et_color_scheme_orange.woocommerce div.product p.price, .et_color_scheme_orange.woocommerce-page div.product p.price, .et_color_scheme_orange.woocommerce #content div.product p.price, .et_color_scheme_orange.woocommerce-page #content div.product p.price, .et_color_scheme_orange #top-menu li.current-menu-ancestor > a, .et_color_scheme_orange #top-menu li.current-menu-item > a, .et_color_scheme_orange .bottom-nav li.current-menu-item > a\";i:1245;s:129:\".et_color_scheme_orange .woocommerce .star-rating span:before, .et_color_scheme_orange .woocommerce-page .star-rating span:before\";i:1246;s:216:\".et_color_scheme_orange .et-search-form, .et_color_scheme_orange .nav li ul, .et_color_scheme_orange .et_mobile_menu, .et_color_scheme_orange .footer-widget li:before, .et_color_scheme_orange .et_pb_pricing li:before\";i:1247;s:1684:\".et_color_scheme_green .et-cart-info, .et_color_scheme_pink .et-cart-info, .et_color_scheme_red .et-cart-info, .et_color_scheme_orange .et-cart-info, .et_color_scheme_green .et-social-icon a:hover, .et_color_scheme_pink .et-social-icon a:hover, .et_color_scheme_red .et-social-icon a:hover, .et_color_scheme_orange .et-social-icon a:hover, .et_color_scheme_green .et_pb_promo_button, .et_color_scheme_pink .et_pb_promo_button, .et_color_scheme_red .et_pb_promo_button, .et_color_scheme_orange .et_pb_promo_button, .et_color_scheme_green .et_pb_more_button, .et_color_scheme_pink .et_pb_more_button, .et_color_scheme_red .et_pb_more_button, .et_color_scheme_orange .et_pb_more_button, .et_color_scheme_green .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_pink .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_red .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_orange .et_pb_slide_description .et_pb_slide_title a, .et_color_scheme_green .et-pb-slider-arrows a, .et_color_scheme_pink .et-pb-slider-arrows a, .et_color_scheme_red .et-pb-slider-arrows a, .et_color_scheme_orange .et-pb-slider-arrows a, .et_color_scheme_green .et_audio_content a, .et_color_scheme_pink .et_audio_content a, .et_color_scheme_red .et_audio_content a, .et_color_scheme_orange .et_audio_content a, .et_color_scheme_green .et_link_content a, .et_color_scheme_pink .et_link_content a, .et_color_scheme_red .et_link_content a, .et_color_scheme_orange .et_link_content a, .et_color_scheme_green .et_pb_newsletter_button, .et_color_scheme_pink .et_pb_newsletter_button, .et_color_scheme_red .et_pb_newsletter_button, .et_color_scheme_orange .et_pb_newsletter_button\";i:1248;s:17:\"ul.et_pb_side_nav\";i:1249;s:34:\"ul.et_pb_side_nav li.side_nav_item\";i:1250;s:34:\"ul.et_pb_side_nav .side_nav_item a\";i:1251;s:28:\"ul.et_pb_side_nav.et-visible\";i:1252;s:41:\"ul.et_pb_side_nav .side_nav_item a.active\";i:1253;s:28:\".et_pb_scroll_top.et-pb-icon\";i:1254;s:24:\".et_pb_scroll_top:before\";i:1255;s:28:\".et_pb_scroll_top.et-visible\";i:1256;s:27:\".et_pb_scroll_top.et-hidden\";i:1257;s:105:\".et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .et-cart-info\";i:1258;s:108:\".et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .et-cart-info\";i:1259;s:108:\".et_pb_menu_hidden #top-menu, .et_pb_menu_hidden #et_search_icon:before, .et_pb_menu_hidden .mobile_menu_bar\";i:1260;s:111:\".et_pb_menu_visible #top-menu, .et_pb_menu_visible #et_search_icon:before, .et_pb_menu_visible .mobile_menu_bar\";i:1261;s:157:\".et_pb_no_animation #top-menu, .et_pb_no_animation #et_search_icon:before, .et_pb_no_animation .mobile_menu_bar, .et_pb_no_animation.et_search_form_container\";i:1262;s:429:\".et_header_style_slide .et_slide_in_menu_container .et_mobile_menu li a, .et_header_style_slide .et_slide_in_menu_container, .et_header_style_slide .et_slide_in_menu_container input.et-search-field, .et_header_style_slide .et_slide_in_menu_container a, .et_header_style_slide .et_slide_in_menu_container #et-info span, .et_header_style_slide .et_slide_menu_top ul.et-social-icons a, .et_header_style_slide .et_slide_menu_top span\";i:1263;s:85:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:1264;s:94:\".et_header_style_slide .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:1265;s:89:\".et_header_style_slide .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:1266;s:36:\".mobile_menu_bar.et_pb_header_toggle\";i:1267;s:60:\".et_header_style_slide .mobile_menu_bar.et_toggle_slide_menu\";i:1268;s:382:\".et_header_style_slide #et_top_search, .et_header_style_fullscreen #et_top_search, .et_header_style_slide #top-header, .et_header_style_fullscreen #top-header, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu li ul, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_fullscreen div#et_mobile_nav_menu, .et_header_style_fullscreen .et_slide_menu_top .clear\";i:1269;s:216:\".et_header_style_slide.et_fullwidth_nav .et-search-form, .et_header_style_fullscreen.et_fullwidth_nav .et-search-form, .et_header_style_slide div#et_mobile_nav_menu, .et_header_style_fullscreen div#et_mobile_nav_menu\";i:1270;s:158:\".et_slide_menu_top button#searchsubmit_header:before, .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before, .et_toggle_slide_menu:after\";i:1271;s:57:\".et_toggle_slide_menu:before, .et_toggle_slide_menu:after\";i:1272;s:28:\".et_toggle_slide_menu:before\";i:1273;s:27:\".et_toggle_slide_menu:after\";i:1274;s:53:\".et_pb_slide_menu_active .et_toggle_slide_menu:before\";i:1275;s:52:\".et_pb_slide_menu_active .et_toggle_slide_menu:after\";i:1276;s:238:\".et_header_style_slide #top-menu-nav, .et_header_style_fullscreen #top-menu-nav, .et_header_style_slide .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu, .et_slide_in_menu_container #mobile_menu_slide ul.sub-menu\";i:1277;s:50:\".et_header_style_slide .et_slide_in_menu_container\";i:1278;s:27:\".et_slide_in_menu_container\";i:1279;s:38:\".admin-bar .et_slide_in_menu_container\";i:1280;s:18:\".et_slide_menu_top\";i:1281;s:38:\".et_header_style_slide #page-container\";i:1282;s:76:\".et_slide_menu_top ul.et-social-icons, .et_slide_menu_top span#et-info-email\";i:1283;s:40:\".et_slide_menu_top ul.et-social-icons li\";i:1284;s:33:\".et_slide_menu_top a.et-cart-info\";i:1285;s:24:\".et_slide_menu_top:after\";i:1286;s:34:\".et_slide_menu_top .et-search-form\";i:1287;s:40:\".et_slide_menu_top input.et-search-field\";i:1288;s:45:\".et_slide_menu_top button#searchsubmit_header\";i:1289;s:52:\".et_slide_menu_top button#searchsubmit_header:before\";i:1290;s:23:\".et_slide_menu_top span\";i:1291;s:30:\".et_slide_menu_top div#et-info\";i:1292;s:66:\".et_slide_menu_top, .et_slide_menu_top a, .et_slide_menu_top input\";i:1293;s:48:\".et_slide_in_menu_container ul#mobile_menu_slide\";i:1294;s:122:\".et_slide_in_menu_container #mobile_menu_slide li.current-menu-item a, .et_slide_in_menu_container #mobile_menu_slide li a\";i:1295;s:70:\".et_slide_in_menu_container #mobile_menu_slide .menu-item-has-children\";i:1296;s:53:\".et_slide_in_menu_container span.et_mobile_menu_arrow\";i:1297;s:74:\".et_slide_in_menu_container span.et_mobile_menu_arrow.et_pb_submenu_opened\";i:1298;s:75:\".et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:1299;s:71:\".et_slide_in_menu_container .et_mobile_menu .menu-item-has-children > a\";i:1300;s:73:\".et_slide_in_menu_container .et_mobile_menu > .menu-item-has-children > a\";i:1301;s:61:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu li\";i:1302;s:91:\".et_slide_in_menu_container #mobile_menu_slide ul.sub-menu.et_pb_slide_dropdown_opened > li\";i:1303;s:54:\".et_slide_in_menu_container .et_mobile_menu li a:hover\";i:1304;s:54:\".et_slide_in_menu_container #mobile_menu_slide li li a\";i:1305;s:60:\".et_slide_in_menu_container #mobile_menu_slide li li a:hover\";i:1306;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container .et_mobile_menu li a\";i:1307;s:386:\".et_header_style_fullscreen .et_slide_in_menu_container, .et_header_style_fullscreen .et_slide_in_menu_container input.et-search-field, .et_header_style_fullscreen .et_slide_in_menu_container a, .et_header_style_fullscreen .et_slide_in_menu_container #et-info span, .et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons a, .et_header_style_fullscreen .et_slide_menu_top span\";i:1308;s:90:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-moz-placeholder\";i:1309;s:99:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field::-webkit-input-placeholder\";i:1310;s:94:\".et_header_style_fullscreen .et_slide_in_menu_container .et-search-field:-ms-input-placeholder\";i:1311;s:70:\".et_header_style_fullscreen .mobile_menu_bar.et_toggle_fullscreen_menu\";i:1312;s:59:\".et_header_style_fullscreen .et_pb_fullscreen_nav_container\";i:1313;s:83:\".et_header_style_fullscreen.et_pb_no_top_bar_fullscreen .et_slide_in_menu_container\";i:1314;s:84:\".et_header_style_fullscreen .et_slide_in_menu_container.et_pb_fullscreen_menu_opened\";i:1315;s:109:\".et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before\";i:1316;s:46:\".et_header_style_fullscreen .et_slide_menu_top\";i:1317;s:49:\".et_header_style_fullscreen .et_pb_top_menu_inner\";i:1318;s:289:\".et_header_style_fullscreen .et_slide_menu_top a, .et_header_style_fullscreen .et_slide_menu_top, .et_header_style_fullscreen .et_slide_in_menu_container span.mobile_menu_bar.et_toggle_fullscreen_menu:before, .et_header_style_fullscreen .et_slide_menu_top button#searchsubmit_header:before\";i:1319;s:51:\".et_header_style_fullscreen input::-moz-placeholder\";i:1320;s:60:\".et_header_style_fullscreen input::-webkit-input-placeholder\";i:1321;s:55:\".et_header_style_fullscreen input:-ms-input-placeholder\";i:1322;s:131:\".et_header_style_fullscreen div#et-info, .et_header_style_fullscreen ul.et-social-icons, .et_header_style_fullscreen a.et-cart-info\";i:1323;s:44:\".et_header_style_fullscreen div#et-info span\";i:1324;s:42:\".et_header_style_fullscreen a.et-cart-info\";i:1325;s:65:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons\";i:1326;s:68:\".et_header_style_fullscreen .et_slide_menu_top ul.et-social-icons li\";i:1327;s:70:\".et_header_style_fullscreen #mobile_menu_slide .menu-item-has-children\";i:1328;s:48:\".et_header_style_fullscreen ul#mobile_menu_slide\";i:1329;s:43:\".et_header_style_fullscreen .et_mobile_menu\";i:1330;s:45:\".et_pb_fullscreen_menu_opened .et_mobile_menu\";i:1331;s:46:\".et_header_style_fullscreen .et_mobile_menu li\";i:1332;s:76:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide a\";i:1333;s:81:\".et_header_style_fullscreen .et_slide_in_menu_container span.et_mobile_menu_arrow\";i:1334;s:103:\".et_header_style_fullscreen .et_slide_in_menu_container #mobile_menu_slide .et_mobile_menu_arrow:before\";i:1335;s:50:\".et_pb_fullscreen_menu_animated .et_mobile_menu li\";i:1336;s:48:\".et_pb_fullscreen_menu_opened .et_mobile_menu li\";i:1337;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(1)\";i:1338;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(2)\";i:1339;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(3)\";i:1340;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(4)\";i:1341;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(5)\";i:1342;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(6)\";i:1343;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(7)\";i:1344;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(8)\";i:1345;s:61:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(9)\";i:1346;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(10)\";i:1347;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(11)\";i:1348;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(12)\";i:1349;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(13)\";i:1350;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(14)\";i:1351;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(15)\";i:1352;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(16)\";i:1353;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(17)\";i:1354;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(18)\";i:1355;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(19)\";i:1356;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(20)\";i:1357;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(21)\";i:1358;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(22)\";i:1359;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(23)\";i:1360;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(24)\";i:1361;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(25)\";i:1362;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(26)\";i:1363;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(27)\";i:1364;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(28)\";i:1365;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(29)\";i:1366;s:62:\".et_pb_fullscreen_menu_opened .et_mobile_menu li:nth-child(30)\";i:1367;s:123:\".et_header_style_slide .et-fixed-header #et-top-navigation, .et_header_style_fullscreen .et-fixed-header #et-top-navigation\";i:1368;s:42:\".et_pb_column_1_3 h1, .et_pb_column_1_4 h1\";i:1369;s:42:\".et_pb_column_1_3 h2, .et_pb_column_1_4 h2\";i:1370;s:15:\".clearfix:after\";i:1371;s:511:\".et_pb_gallery_item, .et_pb_portfolio_item, .et_pb_blurb_content, .et_pb_tabs_controls, .et_pb_tab, .et_pb_slide_description, .et_pb_pricing_heading, .et_pb_pricing_content, .et_pb_promo_description, .et_pb_newsletter_description, .et_pb_counter_title, .et_pb_circle_counter, .et_pb_number_counter, .et_pb_toggle_title, .et_pb_toggle_content, .et_pb_contact_main_title, .et_pb_testimonial_description_inner, .et_pb_team_member, .et_pb_countdown_timer_container, .et_pb_post, .et_pb_text, .product, .et_pb_widget\";i:1372;s:593:\".et_pb_sum, .et_pb_pricing li a, .et_pb_pricing_table_button, .et_overlay:before, .et_pb_member_social_links a:hover, .woocommerce-page #content input.button:hover .et_pb_widget li a:hover, .et_pb_bg_layout_light .et_pb_promo_button, .et_pb_bg_layout_light.et_pb_module.et_pb_button, .et_pb_bg_layout_light .et_pb_more_button, .et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active, .et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_contact_submit, .et_pb_bg_layout_light .et_pb_newsletter_button\";i:1373;s:29:\".et_pb_pricing li span:before\";i:1374;s:123:\".et_pb_counter_amount, .et_pb_featured_table .et_pb_pricing_heading, .et_quote_content, .et_link_content, .et_audio_content\";i:1375;s:36:\".et_pb_column.et_pb_section_parallax\";i:1376;s:13:\".et_pb_button\";i:1377;s:54:\".et_pb_module .et_pb_button:hover, .et_pb_button:hover\";i:1378;s:19:\".et_pb_button:hover\";i:1379;s:177:\".et_pb_bg_layout_light .et_pb_button:hover, .et_pb_pricing_table_button:hover, .et_pb_contact_submit:hover, .et_pb_contact_reset:hover, .et_pb_bg_layout_light.et_pb_button:hover\";i:1380;s:41:\".et_pb_button:before, .et_pb_button:after\";i:1381;s:20:\".et_pb_button:before\";i:1382;s:169:\".et_pb_button:hover:after, .et_pb_more_button:hover:after, .et_pb_promo_button:hover:after, .et_pb_newsletter_button:hover:after, .et_pb_pricing_table_button:hover:after\";i:1383;s:26:\".et_pb_contact_reset:hover\";i:1384;s:20:\".et_subscribe_loader\";i:1385;s:56:\".et_pb_button_text_loading .et_pb_newsletter_button_text\";i:1386;s:16:\".et_post_gallery\";i:1387;s:23:\"p.et_pb_gallery_caption\";i:1388;s:18:\".fullwidth-menu li\";i:1389;s:31:\".fullwidth-menu > li:last-child\";i:1390;s:17:\".fullwidth-menu a\";i:1391;s:23:\".fullwidth-menu a:hover\";i:1392;s:22:\".fullwidth-menu li > a\";i:1393;s:12:\".et_pb_image\";i:1394;s:24:\".et_pb_image.aligncenter\";i:1395;s:53:\".et_pb_image.et_pb_has_overlay a.et_pb_lightbox_image\";i:1396;s:19:\".et_pb_image_sticky\";i:1397;s:11:\".et-pb-icon\";i:1398;s:18:\".et-pb-icon-circle\";i:1399;s:25:\".et-pb-icon-circle-border\";i:1400;s:20:\".et_pb_blurb_content\";i:1401;s:35:\".et_pb_blurb_content p:last-of-type\";i:1402;s:23:\".et_pb_main_blurb_image\";i:1403;s:15:\".et_pb_blurb h4\";i:1404;s:17:\".et_pb_blurb h4 a\";i:1405;s:103:\".et_pb_blurb_position_left .et_pb_main_blurb_image, .et_pb_blurb_position_right .et_pb_main_blurb_image\";i:1406;s:111:\".et_pb_blurb_position_left .et_pb_main_blurb_image img, .et_pb_blurb_position_right .et_pb_main_blurb_image img\";i:1407;s:79:\".et_pb_blurb_position_left .et-pb-icon, .et_pb_blurb_position_right .et-pb-icon\";i:1408;s:93:\".et_pb_blurb_position_left .et-pb-icon-circle, .et_pb_blurb_position_right .et-pb-icon-circle\";i:1409;s:107:\".et_pb_blurb_position_left .et-pb-icon-circle-border, .et_pb_blurb_position_right .et-pb-icon-circle-border\";i:1410;s:101:\".et_pb_blurb_position_left .et_pb_blurb_container, .et_pb_blurb_position_right .et_pb_blurb_container\";i:1411;s:49:\".et_pb_blurb_position_left .et_pb_blurb_container\";i:1412;s:47:\".et_pb_blurb_position_left .et_pb_blurb_content\";i:1413;s:50:\".et_pb_blurb_position_right .et_pb_blurb_container\";i:1414;s:48:\".et_pb_blurb_position_right .et_pb_blurb_content\";i:1415;s:51:\".et_pb_blurb_position_right .et_pb_main_blurb_image\";i:1416;s:39:\".et_pb_blurb_position_right .et-pb-icon\";i:1417;s:20:\".et_pb_pricing_table\";i:1418;s:21:\".et_pb_featured_table\";i:1419;s:44:\".et_pb_centered_pricing_items .et_pb_pricing\";i:1420;s:38:\".et_pb_column_4_4 .et_pb_pricing_table\";i:1421;s:55:\".et_pb_column_4_4 .et_pb_pricing_3 .et_pb_pricing_table\";i:1422;s:117:\".et_pb_pricing_2 .et_pb_pricing_table, .et_pb_column_2_3 .et_pb_pricing_table, .et_pb_column_1_2 .et_pb_pricing_table\";i:1423;s:157:\".et_pb_pricing_1 .et_pb_pricing_table, .et_pb_column_3_8 .et_pb_pricing_table, .et_pb_column_1_3 .et_pb_pricing_table, .et_pb_column_1_4 .et_pb_pricing_table\";i:1424;s:416:\".et_pb_pricing_1 .et_pb_pricing_table:last-child, .et_pb_pricing_1 .et_pb_pricing_table.et-last-child, .et_pb_column_3_8 .et_pb_pricing_table:last-child, .et_pb_column_3_8 .et_pb_pricing_table.et-last-child, .et_pb_column_1_3 .et_pb_pricing_table:last-child, .et_pb_column_1_3 .et_pb_pricing_table.et-last-child, .et_pb_column_1_4 .et_pb_pricing_table:last-child, .et_pb_column_1_4 .et_pb_pricing_table.et-last-child\";i:1425;s:298:\".et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(4n+1), .et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(3n+1), .et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1), .et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(2n+1)\";i:1426;s:294:\".et_pb_column_4_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+5), .et_pb_column_3_4 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+4), .et_pb_column_2_3 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3), .et_pb_column_1_2 > .et_pb_pricing > .et_pb_pricing_table:nth-child(n+3)\";i:1427;s:302:\".et_pb_column_4_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+5), .et_pb_column_3_4 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+4), .et_pb_column_2_3 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3), .et_pb_column_1_2 .et_pb_pricing_table.et_pb_featured_table:nth-child(n+3)\";i:1428;s:22:\".et_pb_pricing_heading\";i:1429;s:25:\".et_pb_pricing_heading h2\";i:1430;s:17:\".et_pb_best_value\";i:1431;s:26:\".et_pb_pricing_content_top\";i:1432;s:15:\".et_pb_et_price\";i:1433;s:18:\".et_pb_dollar_sign\";i:1434;s:10:\".et_pb_sum\";i:1435;s:22:\".et_pb_pricing_content\";i:1436;s:44:\".et_pb_featured_table .et_pb_pricing_content\";i:1437;s:17:\".et_pb_pricing li\";i:1438;s:28:\".et_pb_pricing li:last-child\";i:1439;s:37:\".et_pb_pricing li.et_pb_not_available\";i:1440;s:49:\".et_pb_pricing li.et_pb_not_available span:before\";i:1441;s:19:\".et_pb_pricing li a\";i:1442;s:22:\".et_pb_pricing li span\";i:1443;s:47:\".et_pb_centered_pricing_items .et_pb_pricing li\";i:1444;s:27:\".et_pb_pricing_table_button\";i:1445;s:42:\".et_pb_testimonial.et_pb_testimonial_no_bg\";i:1446;s:33:\".et_pb_testimonial p:last-of-type\";i:1447;s:63:\".et_pb_testimonial_portrait, .et_pb_testimonial_portrait:before\";i:1448;s:27:\".et_pb_testimonial_portrait\";i:1449;s:34:\".et_pb_testimonial_portrait:before\";i:1450;s:139:\".et_pb_column_1_3 .et_pb_testimonial_portrait, .et_pb_column_1_4 .et_pb_testimonial_portrait, .et_pb_column_3_8 .et_pb_testimonial_portrait\";i:1451;s:30:\".et_pb_testimonial_description\";i:1452;s:54:\".et_pb_bg_layout_dark .et_pb_testimonial_description a\";i:1453;s:25:\".et_pb_testimonial_author\";i:1454;s:27:\".et_pb_testimonial_author a\";i:1455;s:25:\".et_pb_testimonial:before\";i:1456;s:49:\".et_pb_testimonial.et_pb_testimonial_no_bg:before\";i:1457;s:40:\".et_pb_testimonial.et_pb_icon_off:before\";i:1458;s:93:\".et_pb_testimonial_old_layout, .et_pb_testimonial_old_layout .et_pb_testimonial_description a\";i:1459;s:9:\".et-promo\";i:1460;s:21:\".et-promo-description\";i:1461;s:23:\".et-promo-description p\";i:1462;s:16:\".et-promo-button\";i:1463;s:20:\".et_pb_counter_title\";i:1464;s:43:\".et_pb_bg_layout_light .et_pb_counter_title\";i:1465;s:24:\".et_pb_counter_container\";i:1466;s:21:\".et_pb_counter_amount\";i:1467;s:48:\".et_pb_counters span.et_pb_counter_amount_number\";i:1468;s:37:\".et_pb_post .entry-featured-image-url\";i:1469;s:14:\".et_pb_post h2\";i:1470;s:44:\".et_pb_post h2 a, .et_pb_portfolio_item h3 a\";i:1471;s:60:\".et_pb_post .post-meta a, .et_pb_portfolio_item .post-meta a\";i:1472;s:17:\".et_pb_post .more\";i:1473;s:24:\".et_pb_posts a.more-link\";i:1474;s:54:\".et_pb_has_overlay.et_pb_post .et_pb_image_container a\";i:1475;s:44:\".et_pb_posts.et_pb_module article .et_pb_row\";i:1476;s:67:\".et_pb_posts.et_pb_module article .et_pb_with_background .et_pb_row\";i:1477;s:356:\".et_pb_bg_layout_light .et_pb_post .post-meta, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_light .et_pb_post .post-meta a, .et_pb_bg_layout_light .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_light .et_pb_post p, .et_pb_bg_layout_light p.et_pb_title_meta_container, .et_pb_bg_layout_light p.et_pb_title_meta_container a\";i:1478;s:349:\".et_pb_bg_layout_dark .et_pb_post .post-meta, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta, .et_pb_bg_layout_dark .et_pb_post .post-meta a, .et_pb_bg_layout_dark .et_pb_portfolio_item .post-meta a, .et_pb_bg_layout_dark .et_pb_post p, .et_pb_bg_layout_dark p.et_pb_title_meta_container, .et_pb_bg_layout_dark p.et_pb_title_meta_container a\";i:1479;s:24:\".et_pb_blog_grid .column\";i:1480;s:98:\".et_pb_blog_grid .column.size-1of3:nth-child(3n), .et_pb_blog_grid .column.size-1of2:nth-child(2n)\";i:1481;s:28:\".et_pb_blog_grid .et_pb_post\";i:1482;s:39:\".et_pb_blog_grid_dropshadow .et_pb_post\";i:1483;s:39:\".et_pb_blog_grid .et_pb_image_container\";i:1484;s:145:\".et_pb_image_container, .et_pb_blog_grid .et_main_video_container, .et_pb_blog_grid .et_audio_content, .et_pb_blog_grid .et_pb_post .et_pb_slider\";i:1485;s:45:\".et_pb_image_container img, .et_pb_post a img\";i:1486;s:43:\".et_pb_blog_grid .et_pb_image_container img\";i:1487;s:35:\".et_pb_blog_grid .et_pb_no_thumb h2\";i:1488;s:34:\".et_pb_blog_grid .et_audio_content\";i:1489;s:19:\".et_pb_blog_grid h2\";i:1490;s:38:\".et_pb_blog_grid[data-columns]::before\";i:1491;s:42:\".et_pb_blog_grid[data-columns] .et_pb_post\";i:1492;s:50:\".et_ie9 .et_pb_blog_grid[data-columns] .et_pb_post\";i:1493;s:50:\".et_pb_blog_grid[data-columns] .column .et_pb_post\";i:1494;s:36:\".et_pb_post .et_main_video_container\";i:1495;s:50:\".et_pb_post .et_pb_video_overlay .et_pb_video_play\";i:1496;s:44:\".et_pb_post .et_pb_video_overlay_hover:hover\";i:1497;s:52:\".et_pb_blog_grid .et_main_video_overlay:hover:before\";i:1498;s:12:\".et_pb_video\";i:1499;s:16:\".et_pb_video_box\";i:1500;s:22:\".et_pb_video_box video\";i:1501;s:20:\".et_pb_video_overlay\";i:1502;s:24:\".et_pb_video_play:before\";i:1503;s:17:\".et_pb_video_play\";i:1504;s:40:\".et_pb_bg_layout_light .et_pb_video_play\";i:1505;s:26:\".et_pb_video_overlay_hover\";i:1506;s:45:\".et_pb_video .et_pb_video_overlay_hover:hover\";i:1507;s:66:\".et_pb_video_slider .et_pb_slider:hover .et_pb_video_overlay_hover\";i:1508;s:61:\".et_pb_video_slider .et_pb_controls_dark .et-pb-slider-arrows\";i:1509;s:70:\".et_pb_video_slider .et-pb-controllers-has-video-tag.et-pb-controllers\";i:1510;s:15:\".et_pb_carousel\";i:1511;s:39:\".et_pb_carousel:hover .et-pb-arrow-prev\";i:1512;s:39:\".et_pb_carousel:hover .et-pb-arrow-next\";i:1513;s:22:\".et_pb_slider_carousel\";i:1514;s:241:\".et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_light + .et_pb_carousel .et_pb_video_play\";i:1515;s:362:\".et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-prev, .et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et-pb-arrow-next, .et_pb_slider_carousel.et_pb_controls_dark + .et_pb_carousel .et_pb_video_play\";i:1516;s:21:\".et_pb_carousel_items\";i:1517;s:40:\".et_pb_carousel_items .et-carousel-group\";i:1518;s:47:\".et_pb_carousel_items .et-carousel-group.active\";i:1519;s:79:\".et_pb_carousel_items .et-carousel-group.active .et_pb_carousel_item:last-child\";i:1520;s:20:\".et_pb_carousel_item\";i:1521;s:52:\".et_pb_carousel_items.columns-6 .et_pb_carousel_item\";i:1522;s:52:\".et_pb_carousel_items.columns-5 .et_pb_carousel_item\";i:1523;s:52:\".et_pb_carousel_items.columns-4 .et_pb_carousel_item\";i:1524;s:52:\".et_pb_carousel_items.columns-3 .et_pb_carousel_item\";i:1525;s:52:\".et_pb_carousel_items.columns-2 .et_pb_carousel_item\";i:1526;s:52:\".et_pb_carousel_items.columns-1 .et_pb_carousel_item\";i:1527;s:26:\".et_pb_carousel_item:after\";i:1528;s:41:\".et_pb_carousel_item .et_pb_video_overlay\";i:1529;s:68:\".et_pb_carousel_item.et-pb-active-control .et_pb_video_overlay_hover\";i:1530;s:38:\".et_pb_carousel_item .et_pb_video_play\";i:1531;s:65:\".et_pb_carousel_item .et_pb_video_overlay:hover .et_pb_video_play\";i:1532;s:53:\".et_pb_carousel_item .et_pb_video_overlay_hover:hover\";i:1533;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-prev\";i:1534;s:58:\".et_mobile_device .et_pb_slider_carousel .et-pb-arrow-next\";i:1535;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-prev\";i:1536;s:51:\".et_mobile_device .et_pb_carousel .et-pb-arrow-next\";i:1537;s:53:\".et_pb_column_1_4 .et_pb_slider_carousel .et_pb_slide\";i:1538;s:230:\".et_pb_column_4_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_3_4 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_2_3 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_2 .et_pb_carousel_item .et_pb_video_play\";i:1539;s:114:\".et_pb_column_3_8 .et_pb_carousel_item .et_pb_video_play, .et_pb_column_1_3 .et_pb_carousel_item .et_pb_video_play\";i:1540;s:56:\".et_pb_column_1_4 .et_pb_carousel_item .et_pb_video_play\";i:1541;s:58:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_left\";i:1542;s:59:\".et_pb_no_sidebar_vertical_divider .et_pb_widget_area_right\";i:1543;s:24:\".et_pb_sidebar_no_border\";i:1544;s:22:\".et_pb_fullwidth_image\";i:1545;s:26:\".et_pb_fullwidth_image img\";i:1546;s:24:\".et_pb_promo_description\";i:1547;s:39:\".et_pb_promo_description p:last-of-type\";i:1548;s:47:\".et_pb_promo_button, .et_pb_module.et_pb_button\";i:1549;s:57:\".et_pb_promo_button:hover, .et_pb_newsletter_button:hover\";i:1550;s:94:\".et_pb_column_1_2 .et_pb_promo, .et_pb_column_1_3 .et_pb_promo, .et_pb_column_1_4 .et_pb_promo\";i:1551;s:57:\".et_pb_button_module_wrapper.et_pb_button_alignment_right\";i:1552;s:58:\".et_pb_button_module_wrapper.et_pb_button_alignment_center\";i:1553;s:17:\".et_pb_newsletter\";i:1554;s:53:\".et_pb_newsletter_form, .et_pb_newsletter_description\";i:1555;s:29:\".et_pb_newsletter_description\";i:1556;s:44:\".et_pb_newsletter_description p:last-of-type\";i:1557;s:22:\".et_pb_newsletter_form\";i:1558;s:30:\".et_pb_newsletter_form p input\";i:1559;s:44:\".et_pb_newsletter_form p .et_pb_signup_error\";i:1560;s:24:\".et_pb_newsletter_result\";i:1561;s:24:\".et_pb_newsletter_button\";i:1562;s:91:\".et_pb_login_form .et_pb_newsletter_button, .et_pb_feedburner_form .et_pb_newsletter_button\";i:1563;s:51:\".et_pb_login_form form, .et_pb_feedburner_form form\";i:1564;s:97:\".et_pb_login_form ::-webkit-input-placeholder, .et_pb_feedburner_form ::-webkit-input-placeholder\";i:1565;s:79:\".et_pb_login_form ::-moz-placeholder, .et_pb_feedburner_form ::-moz-placeholder\";i:1566;s:87:\".et_pb_login_form :-ms-input-placeholder, .et_pb_feedburner_form :-ms-input-placeholder\";i:1567;s:12:\".et_pb_no_bg\";i:1568;s:584:\".logged-in .et_pb_login .et_pb_newsletter_description, .et_pb_column_1_2 .et_pb_newsletter_form, .et_pb_column_1_2 .et_pb_newsletter_description, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_form, .et_pb_column_3_8.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column_1_3 .et_pb_newsletter_form, .et_pb_column_1_3 .et_pb_newsletter_description, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_form, .et_pb_column_1_3.et_pb_column_inner .et_pb_newsletter_description, .et_pb_column_1_4 .et_pb_newsletter_form, .et_pb_column_1_4 .et_pb_newsletter_description\";i:1569;s:124:\".et_pb_column_4_4 .et_pb_newsletter_form, .et_pb_column_3_4 .et_pb_newsletter_form, .et_pb_column_2_3 .et_pb_newsletter_form\";i:1570;s:11:\".et_pb_tabs\";i:1571;s:22:\"ul.et_pb_tabs_controls\";i:1572;s:57:\".et_pb_tabs_controls li:not(.et_pb_tab_active):last-child\";i:1573;s:25:\".et_pb_tabs_controls li a\";i:1574;s:40:\".et_pb_tabs_controls li.et_pb_tab_active\";i:1575;s:40:\".et_pb_tabs_controls .et_pb_tab_active a\";i:1576;s:19:\".et_pb_tab_active a\";i:1577;s:25:\".et_pb_tab p:last-of-type\";i:1578;s:15:\".et_pb_all_tabs\";i:1579;s:64:\".et_pb_all_tabs > div, .et_pb_toggle_close .et_pb_toggle_content\";i:1580;s:37:\".et_pb_all_tabs .et_pb_active_content\";i:1581;s:10:\".et_pb_tab\";i:1582;s:127:\".et_pb_column_1_3 .et_pb_tabs_controls li, .et_pb_column_1_4 .et_pb_tabs_controls li, .et_pb_column_3_8 .et_pb_tabs_controls li\";i:1583;s:13:\".et_pb_toggle\";i:1584;s:19:\".et_pb_toggle_close\";i:1585;s:18:\".et_pb_toggle_open\";i:1586;s:35:\".et_pb_toggle h5.et_pb_toggle_title\";i:1587;s:41:\".et_pb_toggle_close h5.et_pb_toggle_title\";i:1588;s:40:\".et_pb_toggle_open h5.et_pb_toggle_title\";i:1589;s:26:\".et_pb_toggle_title:before\";i:1590;s:45:\".et_pb_toggle_open .et_pb_toggle_title:before\";i:1591;s:21:\".et_pb_toggle_content\";i:1592;s:36:\".et_pb_toggle_content p:last-of-type\";i:1593;s:10:\".et_pb_map\";i:1594;s:43:\"body.chrome.parallax-map-support .et_pb_map\";i:1595;s:45:\".et_pb_fullwidth_section .et_pb_map_container\";i:1596;s:24:\".et_pb_map_container img\";i:1597;s:14:\".et_pb_map_pin\";i:1598;s:28:\".et_pb_column_2_3 .et_pb_map\";i:1599;s:58:\".et_pb_column_1_2 .et_pb_map, .et_pb_column_3_8 .et_pb_map\";i:1600;s:58:\".et_pb_column_1_3 .et_pb_map, .et_pb_column_1_4 .et_pb_map\";i:1601;s:19:\".et_pb_contact_form\";i:1602;s:21:\"p.et_pb_contact_field\";i:1603;s:25:\".et_pb_contact_main_title\";i:1604;s:88:\".et_pb_column_1_3 .et_pb_contact_main_title, .et_pb_column_1_4 .et_pb_contact_main_title\";i:1605;s:25:\".et_pb_contact_form_label\";i:1606;s:20:\".et_pb_contact_right\";i:1607;s:40:\".et_pb_contact .et_pb_contact_field_half\";i:1608;s:49:\".et_pb_contact p input, .et_pb_contact p textarea\";i:1609;s:28:\".et_pb_contact_right p input\";i:1610;s:22:\".et_pb_contact_message\";i:1611;s:43:\".et_pb_contact_submit, .et_pb_contact_reset\";i:1612;s:34:\".et_pb_contact p .et_contact_error\";i:1613;s:28:\".et_contact_bottom_container\";i:1614;s:53:\".et_pb_contact_form .et_pb_contactform_validate_field\";i:1615;s:33:\".et_pb_contactform_validate_field\";i:1616;s:22:\".et_pb_countdown_timer\";i:1617;s:55:\".et_pb_countdown_timer .et_pb_countdown_timer_container\";i:1618;s:31:\".et_pb_countdown_timer .section\";i:1619;s:38:\".et_pb_countdown_timer .section.values\";i:1620;s:38:\".et_pb_countdown_timer .section.zero p\";i:1621;s:51:\".et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1622;s:51:\".et_pb_column_1_2 .et_pb_countdown_timer .section p\";i:1623;s:57:\".et_pb_column_1_2 .et_pb_countdown_timer .section p.label\";i:1624;s:186:\".et_pb_column_1_2 .et_pb_countdown_timer .sep, .et_pb_column_3_8 .et_pb_countdown_timer .sep, .et_pb_column_1_3 .et_pb_countdown_timer .sep, .et_pb_column_1_4 .et_pb_countdown_timer .sep\";i:1625;s:96:\".et_pb_column_1_3 .et_pb_countdown_timer .title, .et_pb_column_1_4 .et_pb_countdown_timer .title\";i:1626;s:157:\".et_pb_column_3_8 .et_pb_countdown_timer .section p, .et_pb_column_1_3 .et_pb_countdown_timer .section p, .et_pb_column_1_4 .et_pb_countdown_timer .section p\";i:1627;s:175:\".et_pb_column_3_8 .et_pb_countdown_timer .section p.label, .et_pb_column_1_3 .et_pb_countdown_timer .section p.label, .et_pb_column_1_4 .et_pb_countdown_timer .section p.label\";i:1628;s:424:\".et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_3_8 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_3 .et_pb_countdown_timer .sep p, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .section p.value, .et_vertical_nav .et_pb_column_1_4 .et_pb_countdown_timer .sep p\";i:1629;s:44:\".et_pb_circle_counter, .et_pb_number_counter\";i:1630;s:21:\".et_pb_circle_counter\";i:1631;s:28:\".et_pb_circle_counter canvas\";i:1632;s:30:\".et_pb_circle_counter .percent\";i:1633;s:62:\".et_pb_circle_counter .percent, .et_pb_number_counter .percent\";i:1634;s:66:\".et_pb_circle_counter .percent p, .et_pb_number_counter .percent p\";i:1635;s:100:\".et_pb_circle_counter .percent p, .et_pb_slide_content .et_pb_circle_counter .percent p:last-of-type\";i:1636;s:50:\".et_pb_circle_counter h3, .et_pb_number_counter h3\";i:1637;s:21:\".et_pb_number_counter\";i:1638;s:28:\".et_pb_number_counter canvas\";i:1639;s:30:\".et_pb_number_counter .percent\";i:1640;s:32:\".et_pb_number_counter .percent p\";i:1641;s:26:\".et_pb_post .entry-content\";i:1642;s:68:\".et_pb_portfolio_item h2, .et_pb_gallery_grid .et_pb_gallery_item h3\";i:1643;s:63:\".et_pb_inline_icon:before, .et_overlay.et_pb_inline_icon:before\";i:1644;s:11:\".et_overlay\";i:1645;s:18:\".et_overlay:before\";i:1646;s:24:\".et_overlay:hover:before\";i:1647;s:281:\".et_shop_image:hover .et_overlay, .et_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay, .et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .meta, .et_pb_gallery_image:hover .et_overlay, .et_pb_has_overlay:hover .et_overlay\";i:1648;s:53:\".et_pb_slider.et_pb_gallery_fullwidth span.et_overlay\";i:1649;s:34:\"#ie7 .et_overlay, #ie8 .et_overlay\";i:1650;s:21:\".et_pb_fullwidth_menu\";i:1651;s:89:\".et_pb_fullwidth_menu .fullwidth-menu-nav, .et_pb_fullwidth_menu .fullwidth-menu-nav > ul\";i:1652;s:46:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul\";i:1653;s:66:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul > li.mega-menu > ul\";i:1654;s:49:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul ul\";i:1655;s:50:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a\";i:1656;s:56:\".et_pb_bg_layout_dark.et_pb_fullwidth_menu ul li a:hover\";i:1657;s:66:\".fullwidth-menu li li.menu-item-has-children > a:first-child:after\";i:1658;s:54:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards\";i:1659;s:59:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li\";i:1660;s:63:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards > li > a\";i:1661;s:60:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul\";i:1662;s:66:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li ul li ul\";i:1663;s:73:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu ul ul\";i:1664;s:72:\".et_pb_fullwidth_menu .fullwidth-menu-nav > ul.upwards li.mega-menu > ul\";i:1665;s:22:\".et_pb_forgot_password\";i:1666;s:24:\".et_pb_forgot_password a\";i:1667;s:47:\".et_pb_bg_layout_light .et_pb_forgot_password a\";i:1668;s:58:\".et_pb_team_member_no_image .et_pb_team_member_description\";i:1669;s:33:\".et_pb_team_member_description h4\";i:1670;s:22:\".et_pb_member_position\";i:1671;s:174:\".et_pb_column_1_2 .et_pb_team_member_image, .et_pb_column_3_8 .et_pb_team_member_image, .et_pb_column_1_3 .et_pb_team_member_image, .et_pb_column_1_4 .et_pb_team_member_image\";i:1672;s:198:\".et_pb_column_1_2 .et_pb_team_member_description, .et_pb_column_3_8 .et_pb_team_member_description, .et_pb_column_1_3 .et_pb_team_member_description, .et_pb_column_3_4 .et_pb_team_member_description\";i:1673;s:29:\".et_pb_member_social_links li\";i:1674;s:28:\".et_pb_member_social_links a\";i:1675;s:27:\".et_pb_facebook_icon:before\";i:1676;s:26:\".et_pb_twitter_icon:before\";i:1677;s:25:\".et_pb_google_icon:before\";i:1678;s:27:\".et_pb_linkedin_icon:before\";i:1679;s:31:\".et_pb_member_social_links span\";i:1680;s:83:\".et_quote_content, .et_link_content, .et_audio_content, .et_pb_audio_module_content\";i:1681;s:83:\".et_link_content, .et_audio_content, .et_pb_audio_module_content, .et_quote_content\";i:1682;s:177:\".et_quote_content blockquote p, .et_quote_content blockquote cite, .et_link_content h2, .et_link_content a.et_link_main_url, .et_audio_content h2, .et_pb_audio_module_content h2\";i:1683;s:361:\".et_pb_text_color_dark .et_quote_content blockquote p, .et_pb_text_color_dark .et_quote_content blockquote cite, .et_pb_text_color_dark .et_link_content h2, .et_pb_text_color_dark .et_link_content a.et_link_main_url, .et_pb_text_color_dark .et_audio_content h2, .et_pb_text_color_dark .et_pb_audio_module_content h2, .et_pb_text_color_dark .et_audio_module_meta\";i:1684;s:309:\".et_pb_text_color_dark.et_quote_content blockquote p, .et_pb_text_color_dark.et_quote_content blockquote cite, .et_pb_text_color_dark.et_link_content h2, .et_pb_text_color_dark.et_link_content a.et_link_main_url, .et_pb_text_color_dark.et_audio_content h2, .et_pb_text_color_dark.et_pb_audio_module_content h2\";i:1685;s:120:\".et_pb_text_color_dark.et_quote_content, .et_pb_text_color_dark.et_link_content, .et_pb_text_color_dark.et_audio_content\";i:1686;s:19:\".et_quote_main_link\";i:1687;s:28:\".et_quote_content blockquote\";i:1688;s:105:\".et_quote_content blockquote p, .et_link_content h2, .et_audio_content h2, .et_pb_audio_module_content h2\";i:1689;s:73:\".et_quote_content blockquote p, .et_link_content h2, .et_audio_content h2\";i:1690;s:70:\".et_quote_content blockquote cite, .et_link_content a.et_link_main_url\";i:1691;s:197:\".et_pb_column_1_2 .et_audio_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2\";i:1692;s:118:\".et_pb_column_2_3 .et_link_content, .et_pb_column_2_3 .et_audio_content, .et_pb_column_2_3 .et_pb_audio_module_content\";i:1693;s:71:\".et_pb_column_1_2 .et_link_content, .et_pb_column_1_2 .et_audio_content\";i:1694;s:45:\".et_pb_column_1_2 .et_pb_audio_module_content\";i:1695;s:48:\".et_pb_column_1_2 .et_quote_content blockquote p\";i:1696;s:127:\".et_pb_column_1_2 .et_quote_content blockquote p, .et_pb_column_1_2 .et_link_content h2, .et_pb_column_1_2 .et_audio_content h2\";i:1697;s:106:\".et_pb_column_1_2 .et_quote_content blockquote cite, .et_pb_column_1_2 .et_link_content a.et_link_main_url\";i:1698;s:511:\".et_pb_column_1_3 .et_quote_content blockquote p, .et_pb_column_3_8 .et_quote_content blockquote p, .et_pb_column_1_4 .et_quote_content blockquote p, .et_pb_blog_grid .et_quote_content blockquote p, .et_pb_column_1_3 .et_link_content h2, .et_pb_column_3_8 .et_link_content h2, .et_pb_column_1_4 .et_link_content h2, .et_pb_blog_grid .et_link_content h2, .et_pb_column_1_3 .et_audio_content h2, .et_pb_column_3_8 .et_audio_content h2, .et_pb_column_1_4 .et_audio_content h2, .et_pb_blog_grid .et_audio_content h2\";i:1699;s:428:\".et_pb_column_1_3 .et_quote_content blockquote cite, .et_pb_column_3_8 .et_quote_content blockquote cite, .et_pb_column_1_4 .et_quote_content blockquote cite, .et_pb_blog_grid .et_quote_content blockquote cite, .et_pb_column_1_3 .et_link_content a.et_link_main_url, .et_pb_column_3_8 .et_link_content a.et_link_main_url, .et_pb_column_1_4 .et_link_content a.et_link_main_url, .et_pb_blog_grid .et_link_content a.et_link_main_url\";i:1700;s:69:\".et_pb_blog_grid .et_link_content, .et_pb_blog_grid .et_quote_content\";i:1701;s:288:\".et_pb_column_1_3 .et_link_content, .et_pb_column_3_8 .et_link_content, .et_pb_column_1_4 .et_link_content, .et_pb_blog_grid .et_link_content, .et_pb_column_1_3 .et_audio_content, .et_pb_column_1_4 .et_audio_content, .et_pb_column_3_8 .et_audio_content, .et_pb_blog_grid .et_audio_content\";i:1702;s:139:\".et_pb_column_3_8 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content\";i:1703;s:158:\".et_audio_container .mejs-container, .et_audio_container .mejs-embed, .et_audio_container .mejs-embed body, .et_audio_container .mejs-container .mejs-controls\";i:1704;s:127:\".et_audio_container .mejs-time.mejs-currenttime-container, .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-loaded\";i:1705;s:64:\".et_audio_container .mejs-time.mejs-currenttime-container.custom\";i:1706;s:164:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";i:1707;s:210:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-total, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total\";i:1708;s:40:\".et_audio_container .mejs-controls > div\";i:1709;s:53:\".et_audio_container .mejs-controls div.mejs-time-rail\";i:1710;s:57:\".et_audio_container span.mejs-time-total.mejs-time-slider\";i:1711;s:51:\".et_audio_container .mejs-button.mejs-volume-button\";i:1712;s:168:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current, .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:1713;s:214:\".et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-time-rail .mejs-time-current, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:1714;s:97:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current\";i:1715;s:166:\".et_audio_container .mejs-controls .mejs-time-rail .mejs-time-handle, .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:1716;s:96:\".et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:1717;s:66:\".et_audio_container .mejs-controls a.mejs-horizontal-volume-slider\";i:1718;s:68:\".et_audio_container .mejs-controls div.mejs-horizontal-volume-slider\";i:1719;s:97:\".et_audio_container .mejs-playpause-button button, .et_audio_container .mejs-volume-button button\";i:1720;s:56:\".et_audio_container .mejs-playpause-button button:before\";i:1721;s:111:\".et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before\";i:1722;s:157:\".et_pb_text_color_dark .et_audio_container .mejs-playpause-button button:before, .et_pb_text_color_dark .et_audio_container .mejs-volume-button button:before\";i:1723;s:192:\".et_pb_text_color_dark .mejs-controls .mejs-time-rail .mejs-time-handle, .et_pb_text_color_dark .et_audio_container .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle\";i:1724;s:69:\".et_pb_text_color_dark .mejs-container .mejs-controls .mejs-time span\";i:1725;s:42:\".et_audio_container .mejs-playpause-button\";i:1726;s:60:\".et_audio_container .mejs-controls .mejs-button button:focus\";i:1727;s:67:\".et_audio_container .mejs-playpause-button.mejs-pause button:before\";i:1728;s:53:\".et_audio_container .mejs-volume-button button:before\";i:1729;s:49:\".et_pb_post .et_pb_gallery_post_type .et_pb_slide\";i:1730;s:52:\".et_pb_row .et_pb_blog_grid .et_pb_post .et_pb_slide\";i:1731;s:16:\".et_gallery_item\";i:1732;s:30:\".et_gallery_item:nth-child(3n)\";i:1733;s:32:\".et_gallery_item:nth-child(3n+1)\";i:1734;s:36:\".et_full_width_page .et_gallery_item\";i:1735;s:50:\".et_full_width_page .et_gallery_item:nth-child(3n)\";i:1736;s:52:\".et_full_width_page .et_gallery_item:nth-child(3n+1)\";i:1737;s:50:\".et_full_width_page .et_gallery_item:nth-child(4n)\";i:1738;s:52:\".et_full_width_page .et_gallery_item:nth-child(4n+1)\";i:1739;s:19:\".et_pb_audio_module\";i:1740;s:21:\".et_audio_module_meta\";i:1741;s:49:\".et_pb_audio_no_image .et_pb_audio_module_content\";i:1742;s:40:\".et_pb_column_2_3 .et_pb_audio_cover_art\";i:1743;s:45:\".et_pb_column_2_3 .et_pb_audio_module_content\";i:1744;s:166:\".et_pb_column_1_2 .et_pb_audio_cover_art, .et_pb_column_3_8 .et_pb_audio_cover_art, .et_pb_column_1_3 .et_pb_audio_cover_art, .et_pb_column_1_4 .et_pb_audio_cover_art\";i:1745;s:186:\".et_pb_column_1_2 .et_pb_audio_module_content, .et_pb_column_3_8 .et_pb_audio_module_content, .et_pb_column_1_3 .et_pb_audio_module_content, .et_pb_column_1_4 .et_pb_audio_module_content\";i:1746;s:1599:\".et-pb-arrow-prev:before, .et-pb-arrow-next:before, .et_pb_testimonial:before, .et_pb_toggle_title:before, .et_overlay:before, #et_search_icon:before, .mobile_menu_bar:before, .et-social-icon a:before, .et_pb_social_icon a.icon:before, .et_pb_font_icon:before, .et_audio_container .mejs-playpause-button button:before, .et_audio_container .mejs-volume-button button:before, #et-info-phone:before, #et-info-email:before, .et-cart-info span:before, .et_pb_pricing_table_button:after, .et_pb_promo_button:after, a.et_pb_more_button:after, .et_pb_newsletter_button:after, .comment-reply-link:after, .form-submit .et_pb_button:after, .et_pb_contact_submit:after, .et_pb_contact_reset:after, .et_password_protected_form .et_submit_button:after, .et_pb_button:after, .woocommerce button.single_add_to_cart_button.button:after, .woocommerce a.button.alt:after, .woocommerce-page a.button.alt:after, .woocommerce button.button.alt:after, .woocommerce-page button.button.alt:after, .woocommerce input.button.alt:after, .woocommerce-page input.button.alt:after, .woocommerce #respond input#submit.alt:after, .woocommerce-page #respond input#submit.alt:after, .woocommerce #content input.button.alt:after, .woocommerce-page #content input.button.alt:after, .woocommerce-page a.button:after, .woocommerce button.button:after, .woocommerce-page button.button:after, .woocommerce input.button:after, .woocommerce-page input.button:after, .woocommerce #respond input#submit:after, .woocommerce-page #respond input#submit:after, .woocommerce #content input.button:after, .woocommerce-page #content input.button:after\";i:1747;s:103:\".et_pb_login .et_pb_custom_button_icon.et_pb_button:after, .et_pb_custom_button_icon.et_pb_button:after\";i:1748;s:10:\".nav li li\";i:1749;s:23:\".fullwidth-menu li li a\";i:1750;s:7:\".nav li\";i:1751;s:10:\".nav li ul\";i:1752;s:21:\".nav li.et-hover > ul\";i:1753;s:18:\".nav li:hover > ul\";i:1754;s:13:\".nav li li ul\";i:1755;s:38:\".nav li.et-reverse-direction-nav li ul\";i:1756;s:13:\".nav li:hover\";i:1757;s:34:\".nav li li a, .et_mobile_menu li a\";i:1758;s:46:\".nav ul li a:hover, .et_mobile_menu li a:hover\";i:1759;s:26:\".et-dropdown-removing > ul\";i:1760;s:37:\".mega-menu .et-dropdown-removing > ul\";i:1761;s:61:\".fullwidth-menu .menu-item-has-children > a:first-child:after\";i:1762;s:55:\".fullwidth-menu .menu-item-has-children > a:first-child\";i:1763;s:32:\".fullwidth-menu-nav li.mega-menu\";i:1764;s:37:\".fullwidth-menu-nav li.mega-menu > ul\";i:1765;s:38:\".fullwidth-menu-nav li.mega-menu ul li\";i:1766;s:40:\".fullwidth-menu-nav li.mega-menu li > ul\";i:1767;s:38:\".fullwidth-menu-nav li.mega-menu li ul\";i:1768;s:47:\".fullwidth-menu-nav li.mega-menu.et-hover li ul\";i:1769;s:43:\".fullwidth-menu-nav li.mega-menu:hover > ul\";i:1770;s:58:\".fullwidth-menu-nav li.mega-menu > ul > li > a:first-child\";i:1771;s:64:\".fullwidth-menu-nav li.mega-menu > ul > li > a:first-child:hover\";i:1772;s:39:\".fullwidth-menu-nav li.mega-menu li > a\";i:1773;s:113:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent li li, .fullwidth-menu-nav li.mega-menu.mega-menu-parent li > a\";i:1774;s:64:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent li > .sub-menu\";i:1775;s:42:\".fullwidth-menu-nav li.mega-menu > ul > li\";i:1776;s:61:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-3 > ul > li\";i:1777;s:61:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-2 > ul > li\";i:1778;s:61:\".fullwidth-menu-nav li.mega-menu.mega-menu-parent-1 > ul > li\";i:1779;s:80:\".et_pb_fullwidth_menu li.mega-menu .menu-item-has-children > a:first-child:after\";i:1780;s:45:\".et_fullwidth_nav #top-menu li.mega-menu > ul\";i:1781;s:15:\".et_mobile_menu\";i:1782;s:79:\"#main-header .et_mobile_menu li ul, .et_pb_fullwidth_menu .et_mobile_menu li ul\";i:1783;s:21:\".et_mobile_menu li li\";i:1784;s:20:\".et_mobile_menu li a\";i:1785;s:43:\".et_mobile_menu .menu-item-has-children > a\";i:1786;s:46:\".et_mobile_menu li .menu-item-has-children > a\";i:1787;s:23:\".mobile_menu_bar:before\";i:1788;s:13:\".et_pb_slider\";i:1789;s:61:\".et_pb_slides:after, .et_pb_row:after, .et_pb_row_inner:after\";i:1790;s:26:\".et_pb_slider .et_pb_slide\";i:1791;s:80:\".format-gallery .et_pb_slider .et_pb_slide, .et_pb_slider_no_shadow .et_pb_slide\";i:1792;s:60:\".format-gallery .et_pb_slider.gallery-not-found .et_pb_slide\";i:1793;s:107:\".et_pb_slider.gallery-not-found .et_pb_slide, .et_pb_slider.gallery-not-found .et_pb_slide .et_pb_container\";i:1794;s:42:\".et_pb_slider .et_pb_slide, .et_pb_section\";i:1795;s:38:\".et_pb_slider .et_pb_slide:first-child\";i:1796;s:25:\".et_pb_post .et_pb_slider\";i:1797;s:30:\".et_pb_slider .et_pb_container\";i:1798;s:12:\".et_pb_slide\";i:1799;s:32:\".et_pb_video_slider .et_pb_slide\";i:1800;s:44:\".et_pb_slider_fullwidth_off .et_pb_container\";i:1801;s:36:\".et-pb-arrow-prev, .et-pb-arrow-next\";i:1802;s:82:\".et_pb_bg_layout_light .et-pb-arrow-prev, .et_pb_bg_layout_light .et-pb-arrow-next\";i:1803;s:63:\".et_pb_bg_layout_light .et-pb-controllers .et-pb-active-control\";i:1804;s:43:\".et_pb_bg_layout_light .et-pb-controllers a\";i:1805;s:40:\".et-pb-controllers .et-pb-active-control\";i:1806;s:48:\".et-pb-arrow-prev:hover, .et-pb-arrow-next:hover\";i:1807;s:46:\".et-pb-arrow-prev span, .et-pb-arrow-next span\";i:1808;s:17:\".et-pb-arrow-prev\";i:1809;s:17:\".et-pb-arrow-next\";i:1810;s:24:\".et-pb-arrow-prev:before\";i:1811;s:24:\".et-pb-arrow-next:before\";i:1812;s:68:\".format-gallery .et-pb-arrow-prev, .format-gallery .et-pb-arrow-next\";i:1813;s:36:\".format-gallery .et-pb-controllers a\";i:1814;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-prev\";i:1815;s:53:\".format-gallery .et_pb_slider:hover .et-pb-arrow-next\";i:1816;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-prev, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev\";i:1817;s:112:\".et_pb_column_1_3 .et_pb_slider:hover .et-pb-arrow-next, .et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-prev\";i:1818;s:44:\".et_pb_column_1_4 .et_pb_slider .et_pb_slide\";i:1819;s:55:\".et_pb_column_1_4 .et_pb_slider:hover .et-pb-arrow-next\";i:1820;s:20:\".et-pb-controllers a\";i:1821;s:32:\".et_pb_post .et-pb-controllers a\";i:1822;s:31:\".et-pb-controllers a:last-child\";i:1823;s:18:\".et_pb_slide_image\";i:1824;s:47:\".et_pb_slide:first-child .et_pb_slide_image img\";i:1825;s:54:\".et_pb_slide:first-child .et_pb_slide_image img.active\";i:1826;s:48:\".et_pb_media_alignment_center .et_pb_slide_image\";i:1827;s:78:\".et-pb-active-slide .et_pb_slide_image, .et-pb-active-slide .et_pb_slide_video\";i:1828;s:38:\".et-pb-active-slide .et_pb_slide_image\";i:1829;s:44:\".et-pb-active-slide .et_pb_slide_description\";i:1830;s:46:\".et_pb_bg_layout_dark .et_pb_slide_description\";i:1831;s:42:\".et_pb_bg_layout_dark .et_pb_slide_content\";i:1832;s:78:\".et_pb_slide_description, .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1833;s:35:\".et_pb_slide_content p:last-of-type\";i:1834;s:30:\".et_pb_slides .et_pb_container\";i:1835;s:43:\".et_pb_slides .et_pb_slider_container_inner\";i:1836;s:112:\".et_pb_slides .et_pb_empty_slide.et_pb_container, .et_pb_slides .et_pb_empty_slide .et_pb_slider_container_inner\";i:1837;s:31:\".et_pb_slides .et_pb_temp_slide\";i:1838;s:15:\".et_parallax_bg\";i:1839;s:47:\".et_pb_section_parallax, .et_pb_slider_parallax\";i:1840;s:93:\".et_pb_section_parallax .et_pb_parallax_css, .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:1841;s:148:\".et_pb_section_parallax.et_pb_row .et_pb_column, .et_pb_section_parallax.et_pb_row .et_pb_module, .et_pb_section_parallax.et_pb_column .et_pb_module\";i:1842;s:71:\".et_mobile_device .et-waypoint, .et_mobile_device .et_pb_counter_amount\";i:1843;s:184:\".et_mobile_device .et_pb_slider_parallax .et_pb_slide, .et_mobile_device .et_pb_section_parallax .et_pb_parallax_css, .et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css\";i:1844;s:214:\".et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_description\";i:1845;s:198:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:1846;s:166:\".et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_description, .et_pb_column_1_4 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_description\";i:1847;s:578:\".et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_1_3 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_1_2 .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content, .et_pb_column_3_8 .et_pb_slider_fullwidth_off .et_pb_slide_video\";i:1848;s:176:\".et_pb_column_1_2 .et_pb_slide_content, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_content, .et_pb_column_1_3 .et_pb_slide_content, .et_pb_column_1_4 .et_pb_slide_content\";i:1849;s:274:\".et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_content, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_image, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_video, .et_pb_column .et_pb_slider_fullwidth_off .et_pb_slide_with_image .et_pb_slide_content\";i:1850;s:142:\".et_pb_column_1_2 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_3_4 .et_pb_column_3_8 .et_pb_slide_description .et_pb_slide_title\";i:1851;s:124:\".et_pb_column_1_3 .et_pb_slide_description .et_pb_slide_title, .et_pb_column_1_4 .et_pb_slide_description .et_pb_slide_title\";i:1852;s:60:\".et_pb_preload > div, .et_pb_preload .et_pb_section_video_bg\";i:1853;s:14:\".et_pb_preload\";i:1854;s:21:\".et_pb_preload:before\";i:1855;s:30:\".et_pb_text ul, .et_pb_text ol\";i:1856;s:25:\".et_pb_text > :last-child\";i:1857;s:177:\".et_pb_bg_layout_dark, .et_pb_bg_layout_dark h1, .et_pb_bg_layout_dark h2, .et_pb_bg_layout_dark h3, .et_pb_bg_layout_dark h4, .et_pb_bg_layout_dark h5, .et_pb_bg_layout_dark h6\";i:1858;s:22:\".et_pb_text_align_left\";i:1859;s:24:\".et_pb_text_align_center\";i:1860;s:27:\".et_pb_text_align_justified\";i:1861;s:28:\"ul.et_pb_social_media_follow\";i:1862;s:29:\".et_pb_social_media_follow li\";i:1863;s:31:\".et_pb_social_media_follow li a\";i:1864;s:45:\".et_pb_social_media_follow li a.follow_button\";i:1865;s:51:\".et_pb_social_media_follow li a.follow_button:hover\";i:1866;s:66:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button\";i:1867;s:72:\".et_pb_social_media_follow.et_pb_bg_layout_dark li a.follow_button:hover\";i:1868;s:36:\".et_pb_social_media_follow li a.icon\";i:1869;s:44:\".et_pb_social_media_follow li a.icon::before\";i:1870;s:50:\".et_pb_social_media_follow li a.icon:hover::before\";i:1871;s:54:\".et_pb_social_media_follow li a.icon.rounded_rectangle\";i:1872;s:43:\".et_pb_social_media_follow li a.icon.circle\";i:1873;s:27:\"li.et_pb_social_icon a span\";i:1874;s:33:\".et-social-facebook a.icon:before\";i:1875;s:32:\".et-social-twitter a.icon:before\";i:1876;s:36:\".et-social-google-plus a.icon:before\";i:1877;s:34:\".et-social-pinterest a.icon:before\";i:1878;s:33:\".et-social-linkedin a.icon:before\";i:1879;s:31:\".et-social-tumblr a.icon:before\";i:1880;s:34:\".et-social-instagram a.icon:before\";i:1881;s:30:\".et-social-skype a.icon:before\";i:1882;s:30:\".et-social-flikr a.icon:before\";i:1883;s:32:\".et-social-myspace a.icon:before\";i:1884;s:33:\".et-social-dribbble a.icon:before\";i:1885;s:32:\".et-social-youtube a.icon:before\";i:1886;s:30:\".et-social-vimeo a.icon:before\";i:1887;s:28:\".et-social-rss a.icon:before\";i:1888;s:37:\".et_pb_section.et_section_transparent\";i:1889;s:35:\".et_pb_fullwidth_section .et_pb_row\";i:1890;s:19:\".et_pb_inner_shadow\";i:1891;s:20:\".et_pb_section_video\";i:1892;s:23:\".et_pb_section_video_bg\";i:1893;s:82:\".et_pb_section_video_bg .mejs-controls, .et_pb_section_video_bg .mejs-overlay-play\";i:1894;s:124:\".et_pb_section_video_bg embed, .et_pb_section_video_bg iframe, .et_pb_section_video_bg object, .et_pb_section_video_bg video\";i:1895;s:35:\".et_pb_section_video_bg .mejs-video\";i:1896;s:45:\".et_pb_section_video_bg .mejs-overlay-loading\";i:1897;s:87:\"body.iphone .et_pb_section_video_bg video::-webkit-media-controls-start-playback-button\";i:1898;s:77:\".et_pb_row.et_pb_row_empty, .et_pb_row_inner:nth-of-type(n+2).et_pb_row_empty\";i:1899;s:12:\".et_pb_space\";i:1900;s:14:\".et_pb_divider\";i:1901;s:21:\".et_pb_divider:before\";i:1902;s:37:\".et_pb_divider_position_bottom:before\";i:1903;s:37:\".et_pb_divider_position_center:before\";i:1904;s:22:\"body.ie .et_pb_divider\";i:1905;s:23:\".et_pb_fullwidth_header\";i:1906;s:25:\".et_pb_fullwidth_header p\";i:1907;s:31:\".et_pb_fullwidth_header_subhead\";i:1908;s:17:\".et_pb_fullscreen\";i:1909;s:57:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container\";i:1910;s:51:\".et_pb_fullscreen .et_pb_fullwidth_header_container\";i:1911;s:64:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center\";i:1912;s:58:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center\";i:1913;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-bottom\";i:1914;s:72:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-center\";i:1915;s:98:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container\";i:1916;s:114:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.center-bottom .header-content-container .header-content\";i:1917;s:103:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center.bottom-center .header-image-container.center\";i:1918;s:180:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container\";i:1919;s:194:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-image-container.center\";i:1920;s:182:\".et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.center .header-image-container.bottom\";i:1921;s:62:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left\";i:1922;s:63:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right\";i:1923;s:179:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container\";i:1924;s:404:\".et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.left .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container, .et_pb_fullwidth_header.et_pb_header_with_image .et_pb_fullwidth_header_container.right .header-content-container, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container\";i:1925;s:384:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-image-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content-container.center, .et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-image-container.center\";i:1926;s:360:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-image-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-image-container.bottom\";i:1927;s:78:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.left .header-content\";i:1928;s:79:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.right .header-content\";i:1929;s:181:\".et_pb_fullscreen .et_pb_fullwidth_header_container.left .header-content-container.bottom, .et_pb_fullscreen .et_pb_fullwidth_header_container.right .header-content-container.bottom\";i:1930;s:39:\".et_pb_fullwidth_header .header-content\";i:1931;s:80:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container.center .header-content\";i:1932;s:37:\".et_pb_fullwidth_header .header-image\";i:1933;s:88:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .header-content a.et_pb_button\";i:1934;s:75:\".et_pb_fullwidth_header .et_pb_fullwidth_header_container .et_pb_button_two\";i:1935;s:55:\".et_pb_fullwidth_header .et_pb_fullwidth_header_overlay\";i:1936;s:43:\".et_pb_fullwidth_header .et_pb_parallax_css\";i:1937;s:54:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll\";i:1938;s:56:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a\";i:1939;s:68:\".et_pb_fullwidth_header .et_pb_fullwidth_header_scroll a .et-pb-icon\";i:1940;s:30:\".et_pb_accordion .et_pb_toggle\";i:1941;s:41:\".et_pb_accordion .et_pb_toggle:last-child\";i:1942;s:62:\".et_pb_accordion .et_pb_toggle_open .et_pb_toggle_title:before\";i:1943;s:76:\".et_pb_counters, .et_pb_pricing, .et_pb_widget_area ul, .et_pb_tabs_controls\";i:1944;s:35:\".et_pb_gallery .et_pb_gallery_items\";i:1945;s:40:\".et_pb_gallery_grid .et_pb_gallery_items\";i:1946;s:40:\".et_pb_gallery_grid .et_pb_gallery_image\";i:1947;s:48:\".safari .et_pb_gallery_grid .et_pb_gallery_image\";i:1948;s:20:\".et_pb_gallery_image\";i:1949;s:95:\".et_pb_gallery_grid .et_pb_gallery_item, .et_pb_filterable_portfolio_grid .et_pb_portfolio_item\";i:1950;s:44:\".et_pb_gallery_fullwidth .et_pb_gallery_item\";i:1951;s:95:\".et_pb_gallery_fullwidth .et_pb_gallery_item, .et_pb_gallery_fullwidth .et_pb_gallery_image img\";i:1952;s:56:\".et_pb_gallery_fullwidth .et_pb_gallery_item:first-child\";i:1953;s:52:\".et_pb_filterable_portfolio .et_pb_portfolio_filters\";i:1954;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters ul\";i:1955;s:55:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:1956;s:57:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a\";i:1957;s:69:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:1958;s:68:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:1959;s:63:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a:hover\";i:1960;s:64:\".et_pb_filterable_portfolio .et_pb_portfolio_filters li a.active\";i:1961;s:110:\".et_pb_filterable_portfolio .et_pb_portfolio_items, .et_pb_filterable_portfolio .et_pb_portfolio_items_wrapper\";i:1962;s:97:\".et_pb_filterable_portfolio .et_pb_portfolio_item.active, .et_pb_gallery_grid .et_pb_gallery_item\";i:1963;s:223:\".et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li\";i:1964;s:265:\".et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:first-child a\";i:1965;s:262:\".et_pb_column_3_8 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_3 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a, .et_pb_column_1_4 .et_pb_filterable_portfolio .et_pb_portfolio_filters li:last-child a\";i:1966;s:98:\".et_pb_gallery .et_pb_gallery_pagination, .et_pb_filterable_portfolio .et_pb_portofolio_pagination\";i:1967;s:104:\".et_pb_gallery .et_pb_gallery_pagination ul, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul\";i:1968;s:110:\".et_pb_gallery .et_pb_gallery_pagination ul li, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li\";i:1969;s:114:\".et_pb_gallery .et_pb_gallery_pagination ul li a, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a\";i:1970;s:128:\".et_pb_gallery .et_pb_gallery_pagination ul li a.active, .et_pb_filterable_portfolio .et_pb_portofolio_pagination ul li a.active\";i:1971;s:156:\".et_pb_gallery.et_pb_bg_layout_dark .et_pb_gallery_pagination ul li a, .et_pb_filterable_portfolio.et_pb_bg_layout_dark .et_pb_portofolio_pagination ul li a\";i:1972;s:44:\".et_pb_portfolio_items_wrapper.no_pagination\";i:1973;s:13:\".et_pb_widget\";i:1974;s:15:\".et_pb_widget a\";i:1975;s:24:\".et_pb_widget li a:hover\";i:1976;s:19:\".et_pb_widget ul li\";i:1977;s:25:\".et_pb_widget ul li ul li\";i:1978;s:20:\".et_pb_widget select\";i:1979;s:34:\".et_pb_widget_area .et_pb_widget a\";i:1980;s:41:\".et_pb_bg_layout_light .et_pb_widget li a\";i:1981;s:40:\".et_pb_bg_layout_dark .et_pb_widget li a\";i:1982;s:26:\".et_pb_fullwidth_portfolio\";i:1983;s:38:\".et_pb_fullwidth_portfolio .et_overlay\";i:1984;s:48:\".et_pb_fullwidth_portfolio .et_pb_carousel_group\";i:1985;s:55:\".et_pb_fullwidth_portfolio .et_pb_carousel_group.active\";i:1986;s:79:\".et_pb_fullwidth_portfolio.et_pb_fullwidth_portfolio_grid .et_pb_carousel_group\";i:1987;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_items\";i:1988;s:48:\".et_pb_fullwidth_portfolio .et_pb_portfolio_item\";i:1989;s:49:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image\";i:1990;s:53:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image img\";i:1991;s:63:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.landscape img\";i:1992;s:62:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image.portrait img\";i:1993;s:68:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .et_overlay:before\";i:1994;s:74:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover .et_overlay:before\";i:1995;s:82:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .et_pb_portfolio_image .et_overlay\";i:1996;s:55:\".et_pb_fullwidth_portfolio.et_pb_bg_layout_dark .meta p\";i:1997;s:55:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image .meta\";i:1998;s:29:\".et_pb_fullwidth_portfolio h2\";i:1999;s:105:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image h3, .et_pb_fullwidth_portfolio .et_pb_portfolio_image p\";i:2000;s:52:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image h3\";i:2001;s:58:\".et_pb_fullwidth_portfolio .et_pb_portfolio_image:hover h3\";i:2002;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-prev\";i:2003;s:50:\".et_pb_fullwidth_portfolio:hover .et-pb-arrow-next\";i:2004;s:25:\".et_pb_title_container h1\";i:2005;s:88:\".et_pb_column_1_3 .et_pb_title_container h1, .et_pb_column_1_4 .et_pb_title_container h1\";i:2006;s:35:\".et_pb_post_title.et_pb_featured_bg\";i:2007;s:37:\".et_pb_post_title .et_pb_parallax_css\";i:2008;s:35:\".et_pb_title_featured_container img\";i:2009;s:58:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:2010;s:22:\".et_pb_title_container\";i:2011;s:31:\".et_pb_title_featured_container\";i:2012;s:28:\"p.et_pb_title_meta_container\";i:2013;s:63:\".et_pb_post_title.et_pb_featured_bg .et_pb_title_meta_container\";i:2014;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_above\";i:2015;s:60:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_image_below\";i:2016;s:145:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title, .single-post.et_left_sidebar .et_pb_fullwidth_section .et_pb_post_title\";i:2017;s:90:\".single-post.et_right_sidebar .et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg\";i:2018;s:83:\".et_pb_fullwidth_section .et_pb_post_title.et_pb_featured_bg .et_pb_title_container\";i:2019;s:105:\".et_pb_fullwidth_section .et_pb_title_container, .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2020;s:146:\".single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container, .single.et_right_sidebar .et_pb_fullwidth_section .et_pb_title_container\";i:2021;s:64:\".single .et_pb_fullwidth_section .et_pb_title_featured_container\";i:2022;s:34:\".et_pb_fullwidth_code.et_pb_module\";i:2023;s:86:\".et_pb_module.et_pb_has_overlay, article.et_pb_has_overlay .et_pb_blog_image_container\";i:2024;s:70:\".et_pb_module.et_pb_has_overlay .et_overlay, article.et_pb_has_overlay\";i:2025;s:44:\".et_pb_module.et_pb_slider.et_pb_post_slider\";i:2026;s:50:\".et_pb_post_slider_image_bottom .et_pb_slide_image\";i:2027;s:56:\".et_pb_post_slider_image_bottom .et_pb_slide_description\";i:2028;s:47:\".et_pb_post_slider_image_top .et_pb_slide_image\";i:2029;s:53:\".et_pb_post_slider_image_top .et_pb_slide_description\";i:2030;s:55:\".et_pb_post_slider_image_right .et_pb_slide_description\";i:2031;s:49:\".et_pb_post_slider_image_right .et_pb_slide_image\";i:2032;s:52:\".et_pb_slider_with_text_overlay h2.et_pb_slide_title\";i:2033;s:52:\".et_pb_slider_with_text_overlay .et_pb_slide_content\";i:2034;s:57:\".et_pb_slider_with_overlay .et_pb_slide_overlay_container\";i:2035;s:66:\".et_pb_slide_content .post-meta, .et_pb_slide_content .post-meta a\";i:2036;s:31:\".et_pb_slide_content .post-meta\";i:2037;s:229:\".et_pb_bg_layout_light.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_title, .et_pb_bg_layout_light.et_pb_slider_with_text_overlay .et_pb_slide_content\";i:2038;s:226:\".et_pb_bg_layout_dark.et_pb_slider_with_overlay .et_pb_slide_overlay_container, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_title, .et_pb_bg_layout_dark.et_pb_slider_with_text_overlay .et_pb_slide_content\";i:2039;s:104:\".et_pb_post_slider.et_pb_bg_layout_dark .post-meta, .et_pb_post_slider.et_pb_bg_layout_dark .post-meta a\";i:2040;s:106:\".et_pb_post_slider.et_pb_bg_layout_light .post-meta, .et_pb_post_slider.et_pb_bg_layout_light .post-meta a\";i:2041;s:39:\".et_pb_post_slider.et_pb_bg_layout_dark\";i:2042;s:40:\".et_pb_post_slider.et_pb_bg_layout_light\";i:2043;s:146:\".et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_description, .et_pb_post_slider .et_pb_slide.et-pb-active-slide .et_pb_slide_image\";i:2044;s:254:\".et_pb_column_1_2 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide\";i:2045;s:130:\".et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2046;s:278:\".et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_4_4 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2047;s:138:\".et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_2_3 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2048;s:278:\".et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_3 .et_pb_post_slider_image_bottom .et_pb_slide_video, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_3_8 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2049;s:138:\".et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_image, .et_pb_column_1_4 .et_pb_post_slider_image_bottom .et_pb_slide_video\";i:2050;s:42:\".et_pb_post_slider.et_pb_module .et_pb_row\";i:2051;s:65:\".et_pb_post_slider.et_pb_module .et_pb_with_background .et_pb_row\";i:2052;s:46:\".et_pb_post_slider.et_pb_module .et_pb_section\";i:2053;s:33:\".et_pb_search .screen-reader-text\";i:2054;s:67:\".et_pb_search input.et_pb_s, .et_pb_search input.et_pb_searchsubmit\";i:2055;s:54:\".et_pb_search input.et_pb_s::-webkit-input-placeholder\";i:2056;s:45:\".et_pb_search input.et_pb_s::-moz-placeholder\";i:2057;s:49:\".et_pb_search input.et_pb_s:-ms-input-placeholder\";i:2058;s:27:\".et_pb_search input.et_pb_s\";i:2059;s:31:\".et_pb_search .et_pb_searchform\";i:2060;s:38:\".et_pb_search input.et_pb_searchsubmit\";i:2061;s:114:\".et_pb_search.et_pb_text_align_left .et_pb_searchsubmit, .et_pb_search.et_pb_text_align_center .et_pb_searchsubmit\";i:2062;s:56:\".et_pb_search.et_pb_text_align_right .et_pb_searchsubmit\";i:2063;s:50:\".et_pb_search.et_pb_text_align_right input.et_pb_s\";i:2064;s:51:\".et_pb_search.et_pb_text_align_center input.et_pb_s\";i:2065;s:63:\".et_pb_search.et_pb_hide_search_button input.et_pb_searchsubmit\";i:2066;s:52:\".et_pb_search.et_pb_hide_search_button input.et_pb_s\";i:2067;s:48:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s\";i:2068;s:75:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-webkit-input-placeholder\";i:2069;s:66:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s::-moz-placeholder\";i:2070;s:70:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_s:-ms-input-placeholder\";i:2071;s:59:\".et_pb_search.et_pb_bg_layout_dark input.et_pb_searchsubmit\";i:2072;s:13:\"#comment-wrap\";i:2073;s:36:\".et_pb_comments_module #comment-wrap\";i:2074;s:29:\".single-project #comment-wrap\";i:2075;s:15:\".comment_avatar\";i:2076;s:17:\".comment_postinfo\";i:2077;s:18:\"span.fn, span.fn a\";i:2078;s:17:\"span.comment_date\";i:2079;s:33:\".comment_area .comment-reply-link\";i:2080;s:45:\".comment-reply-link:hover, .form-submit:hover\";i:2081;s:40:\"#comment-wrap li.comment.depth-5 article\";i:2082;s:54:\".et_pb_comments_module.et_pb_no_avatar .comment_avatar\";i:2083;s:52:\".et_pb_comments_module.et_pb_no_avatar .comment-body\";i:2084;s:74:\".et_pb_comments_module.et_pb_no_avatar.et_pb_no_reply_button .comment-body\";i:2085;s:65:\".et_pb_comments_module.et_pb_no_reply_button span.reply-container\";i:2086;s:58:\".et_pb_comments_module.et_pb_no_reply_button .comment-body\";i:2087;s:58:\".et_pb_comments_module.et_pb_no_comments_count h1#comments\";i:2088;s:87:\".et_pb_bg_layout_dark .comment_postinfo span, .et_pb_bg_layout_dark .comment_postinfo a\";i:2089;s:17:\".comment #respond\";i:2090;s:12:\"#commentform\";i:2091;s:97:\"#commentform input[type=\"text\"], #commentform input[type=\"email\"], #commentform input[type=\"url\"]\";i:2092;s:21:\"#commentform textarea\";i:2093;s:120:\"#commentform textarea, #commentform input[type=\"text\"], #commentform input[type=\"email\"], #commentform input[type=\"url\"]\";i:2094;s:12:\".form-submit\";i:2095;s:26:\".form-submit .et_pb_button\";i:2096;s:18:\"#reply-title small\";i:2097;s:33:\".et_pb_posts_nav.nav-single:after\";i:2098;s:18:\".et_pb_posts_nav a\";i:2099;s:12:\".et-waypoint\";i:2100;s:15:\".et_pb_counters\";i:2101;s:20:\".et_pb_animation_off\";i:2102;s:42:\".et-animated li span .et_pb_counter_amount\";i:2103;s:33:\".et_pb_animation_left.et-animated\";i:2104;s:34:\".et_pb_animation_right.et-animated\";i:2105;s:32:\".et_pb_animation_top.et-animated\";i:2106;s:35:\".et_pb_animation_bottom.et-animated\";i:2107;s:36:\".et_pb_animation_fade_in.et-animated\";i:2108;s:44:\"#wp-admin-bar-et-use-visual-builder a:before\";i:2109;s:50:\"#wp-admin-bar-et-use-visual-builder:hover a:before\";i:2110;s:88:\"#wp-admin-bar-et-use-visual-builder a:hover, #wp-admin-bar-et-use-visual-builder:hover a\";}','no'),(218,'chld_thm_cfg_options_dict_query','a:15:{i:1;s:34:\"@media all and (min-width: 1405px)\";i:2;s:58:\"@media all and (min-width: 1100px) and (max-width: 1405px)\";i:3;s:57:\"@media all and (min-width: 981px) and (max-width: 1405px)\";i:4;s:33:\"@media all and (min-width: 981px)\";i:5;s:57:\"@media all and (min-width: 981px) and (max-width: 1100px)\";i:6;s:33:\"@media all and (max-width: 980px)\";i:7;s:36:\"@media screen and (max-width: 782px)\";i:8;s:33:\"@media all and (max-width: 768px)\";i:9;s:33:\"@media all and (max-width: 767px)\";i:10;s:33:\"@media all and (max-width: 479px)\";i:11;s:12:\"@media print\";i:12;s:33:\"@media all and (min-width: 480px)\";i:13;s:33:\"@media all and (min-width: 768px)\";i:14;s:56:\"@media all and (min-width: 768px) and (max-width: 980px)\";i:15;s:4:\"base\";}','no'),(219,'chld_thm_cfg_options_dict_rule','a:146:{i:1;s:5:\"width\";i:2;s:5:\"clear\";i:3;s:12:\"margin-right\";i:4;s:9:\"max-width\";i:5;s:8:\"position\";i:6;s:6:\"height\";i:7;s:7:\"z-index\";i:8;s:3:\"top\";i:9;s:4:\"left\";i:10;s:5:\"right\";i:11;s:7:\"display\";i:12;s:12:\"padding-left\";i:13;s:11:\"margin-left\";i:14;s:10:\"margin-top\";i:15;s:13:\"margin-bottom\";i:16;s:9:\"font-size\";i:17;s:14:\"padding-bottom\";i:18;s:11:\"padding-top\";i:19;s:13:\"padding-right\";i:20;s:8:\"overflow\";i:21;s:5:\"float\";i:22;s:9:\"word-wrap\";i:23;s:6:\"bottom\";i:24;s:7:\"content\";i:25;s:10:\"transition\";i:26;s:17:\"-webkit-animation\";i:27;s:14:\"-moz-animation\";i:28;s:12:\"-o-animation\";i:29;s:9:\"animation\";i:30;s:16:\"transform-origin\";i:31;s:27:\"-webkit-backface-visibility\";i:32;s:19:\"backface-visibility\";i:33;s:10:\"box-sizing\";i:34;s:7:\"opacity\";i:35;s:10:\"box-shadow\";i:36;s:9:\"transform\";i:37;s:19:\"transition-duration\";i:38;s:10:\"max-height\";i:39;s:10:\"border-top\";i:40;s:17:\"border-left-width\";i:41;s:17:\"border-left-style\";i:42;s:18:\"border-right-width\";i:43;s:18:\"border-right-style\";i:44;s:11:\"border-left\";i:45;s:10:\"font-style\";i:46;s:15:\"text-decoration\";i:47;s:16:\"background-color\";i:48;s:10:\"min-height\";i:49;s:11:\"line-height\";i:50;s:17:\"-webkit-flex-wrap\";i:51;s:13:\"-ms-flex-wrap\";i:52;s:9:\"flex-wrap\";i:53;s:13:\"border-radius\";i:54;s:12:\"border-right\";i:55;s:11:\"font-weight\";i:56;s:10:\"text-align\";i:57;s:10:\"list-style\";i:58;s:5:\"color\";i:59;s:13:\"border-bottom\";i:60;s:17:\"-webkit-flex-flow\";i:61;s:14:\"-moz-flex-flow\";i:62;s:13:\"-ms-flex-flow\";i:63;s:9:\"flex-flow\";i:64;s:23:\"-webkit-justify-content\";i:65;s:20:\"-moz-justify-content\";i:66;s:19:\"-ms-justify-content\";i:67;s:15:\"justify-content\";i:68;s:6:\"border\";i:69;s:7:\"outline\";i:70;s:14:\"vertical-align\";i:71;s:6:\"quotes\";i:72;s:14:\"border-spacing\";i:73;s:15:\"border-collapse\";i:74;s:11:\"font-family\";i:75;s:14:\"font-smoothing\";i:76;s:23:\"-moz-osx-font-smoothing\";i:77;s:17:\"background-repeat\";i:78;s:21:\"background-attachment\";i:79;s:19:\"background-position\";i:80;s:23:\"-webkit-background-size\";i:81;s:20:\"-moz-background-size\";i:82;s:15:\"background-size\";i:83;s:18:\"-webkit-appearance\";i:84;s:12:\"border-color\";i:85;s:10:\"visibility\";i:86;s:15:\"list-style-type\";i:87;s:19:\"list-style-position\";i:88;s:6:\"cursor\";i:89;s:12:\"font-variant\";i:90;s:14:\"text-transform\";i:91;s:5:\"speak\";i:92;s:9:\"min-width\";i:93;s:11:\"text-shadow\";i:94;s:22:\"border-top-left-radius\";i:95;s:25:\"border-bottom-left-radius\";i:96;s:19:\"border-bottom-color\";i:97;s:16:\"background-image\";i:98;s:12:\"border-width\";i:99;s:12:\"border-style\";i:100;s:23:\"border-top-right-radius\";i:101;s:22:\"border-radius-topright\";i:102;s:26:\"border-bottom-right-radius\";i:103;s:25:\"border-radius-bottomright\";i:104;s:11:\"empty-cells\";i:105;s:21:\"border-radius-topleft\";i:106;s:24:\"border-radius-bottomleft\";i:107;s:11:\"text-indent\";i:108;s:16:\"transition-delay\";i:109;s:10:\"overflow-x\";i:110;s:24:\"-moz-backface-visibility\";i:111;s:22:\"-o-backface-visibility\";i:112;s:19:\"border-bottom-width\";i:113;s:19:\"border-bottom-style\";i:114;s:22:\"-webkit-animation-name\";i:115;s:19:\"-moz-animation-name\";i:116;s:18:\"-ms-animation-name\";i:117;s:17:\"-o-animation-name\";i:118;s:14:\"animation-name\";i:119;s:26:\"-webkit-animation-duration\";i:120;s:23:\"-moz-animation-duration\";i:121;s:22:\"-ms-animation-duration\";i:122;s:21:\"-o-animation-duration\";i:123;s:18:\"animation-duration\";i:124;s:33:\"-webkit-animation-timing-function\";i:125;s:30:\"-moz-animation-timing-function\";i:126;s:29:\"-ms-animation-timing-function\";i:127;s:28:\"-o-animation-timing-function\";i:128;s:25:\"animation-timing-function\";i:129;s:23:\"-webkit-animation-delay\";i:130;s:20:\"-moz-animation-delay\";i:131;s:19:\"-ms-animation-delay\";i:132;s:18:\"-o-animation-delay\";i:133;s:15:\"animation-delay\";i:134;s:27:\"-webkit-animation-fill-mode\";i:135;s:24:\"-moz-animation-fill-mode\";i:136;s:23:\"-ms-animation-fill-mode\";i:137;s:22:\"-o-animation-fill-mode\";i:138;s:19:\"animation-fill-mode\";i:139;s:16:\"border-top-width\";i:140;s:16:\"border-top-style\";i:141;s:16:\"border-top-color\";i:142;s:18:\"-webkit-align-self\";i:143;s:15:\"-moz-align-self\";i:144;s:14:\"-ms-align-self\";i:145;s:10:\"align-self\";i:146;s:14:\"pointer-events\";}','no'),(220,'chld_thm_cfg_options_dict_val','a:645:{i:1;s:5:\"315px\";i:2;s:0:\"\";i:3;s:4:\"both\";i:4;s:4:\"60px\";i:5;s:1:\"0\";i:6;s:4:\"none\";i:7;s:5:\"193px\";i:8;s:4:\"50px\";i:9;s:5:\"250px\";i:10;s:4:\"100%\";i:11;s:8:\"absolute\";i:12;s:4:\"80px\";i:13;s:2:\"99\";i:14;s:4:\"30px\";i:15;s:3:\"7px\";i:16;s:4:\"26px\";i:17;s:5:\"block\";i:18;s:8:\"relative\";i:19;s:7:\"33.333%\";i:20;s:3:\"50%\";i:21;s:4:\"40px\";i:22;s:4:\"20px\";i:23;s:4:\"5.5%\";i:24;s:5:\"2.75%\";i:25;s:7:\"73.625%\";i:26;s:6:\"3.735%\";i:27;s:7:\"64.833%\";i:28;s:6:\"4.242%\";i:29;s:6:\"47.25%\";i:30;s:5:\"5.82%\";i:31;s:7:\"29.666%\";i:32;s:5:\"9.27%\";i:33;s:7:\"20.875%\";i:34;s:7:\"13.174%\";i:35;s:7:\"46.265%\";i:36;s:5:\"7.47%\";i:37;s:7:\"28.353%\";i:38;s:7:\"45.758%\";i:39;s:6:\"8.483%\";i:40;s:6:\"44.18%\";i:41;s:6:\"11.64%\";i:42;s:6:\"18.54%\";i:43;s:7:\"26.348%\";i:44;s:6:\"14.94%\";i:45;s:6:\"8.484%\";i:46;s:2:\"8%\";i:47;s:2:\"4%\";i:48;s:3:\"73%\";i:49;s:6:\"5.479%\";i:50;s:3:\"64%\";i:51;s:5:\"6.25%\";i:52;s:3:\"46%\";i:53;s:6:\"8.696%\";i:54;s:3:\"28%\";i:55;s:7:\"14.286%\";i:56;s:3:\"19%\";i:57;s:7:\"21.053%\";i:58;s:6:\"44.52%\";i:59;s:7:\"10.959%\";i:60;s:7:\"26.027%\";i:61;s:6:\"43.75%\";i:62;s:5:\"12.5%\";i:63;s:7:\"41.305%\";i:64;s:7:\"17.391%\";i:65;s:7:\"28.572%\";i:66;s:7:\"42.106%\";i:67;s:7:\"21.918%\";i:68;s:7:\"17.392%\";i:69;s:7:\"10.958%\";i:70;s:2:\"3%\";i:71;s:4:\"1.5%\";i:72;s:6:\"74.25%\";i:73;s:5:\"2.02%\";i:74;s:7:\"65.666%\";i:75;s:6:\"2.284%\";i:76;s:5:\"48.5%\";i:77;s:6:\"3.093%\";i:78;s:7:\"31.333%\";i:79;s:6:\"4.787%\";i:80;s:6:\"22.75%\";i:81;s:6:\"6.593%\";i:82;s:6:\"47.98%\";i:83;s:5:\"4.04%\";i:84;s:6:\"30.64%\";i:85;s:7:\"47.715%\";i:86;s:6:\"4.569%\";i:87;s:7:\"46.907%\";i:88;s:6:\"6.186%\";i:89;s:6:\"9.574%\";i:90;s:7:\"13.186%\";i:91;s:5:\"8.08%\";i:92;s:6:\"4.568%\";i:93;s:3:\"75%\";i:94;s:7:\"66.666%\";i:95;s:3:\"25%\";i:96;s:2:\"2%\";i:97;s:7:\"4.2415%\";i:98;s:6:\"2.855%\";i:99;s:3:\"89%\";i:100;s:3:\"86%\";i:101;s:3:\"94%\";i:102;s:11:\"-webkit-box\";i:103;s:8:\"-moz-box\";i:104;s:11:\"-ms-flexbox\";i:105;s:12:\"-webkit-flex\";i:106;s:4:\"flex\";i:107;s:6:\"hidden\";i:108;s:4:\"left\";i:109;s:4:\"10px\";i:110;s:4:\"18px\";i:111;s:10:\"break-word\";i:112;s:5:\"0.4em\";i:113;s:4:\"14px\";i:114;s:3:\"10%\";i:115;s:4:\"auto\";i:116;s:4:\"65px\";i:117;s:21:\"\"3 .column.size-1of3\"\";i:118;s:21:\"\"2 .column.size-1of2\"\";i:119;s:21:\"\"1 .column.size-1of1\"\";i:120;s:20:\"all 0.2s ease-in-out\";i:121;s:25:\"fadeLeft 0.4s ease-in-out\";i:122;s:3:\"0 0\";i:123;s:21:\"Grow 0.4s ease-in-out\";i:124;s:21:\"Grow 0.8s ease-in-out\";i:125;s:7:\"visible\";i:126;s:24:\"flipInX 0.6s ease-in-out\";i:127;s:24:\"flipInY 0.6s ease-in-out\";i:128;s:3:\"26%\";i:129;s:3:\"34%\";i:130;s:4:\"25px\";i:131;s:5:\"right\";i:132;s:5:\"-10px\";i:133;s:10:\"border-box\";i:134;s:20:\"all 0.4s ease-in-out\";i:135;s:27:\"margin-top 0.4s ease-in-out\";i:136;s:7:\"initial\";i:137;s:43:\"fadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:138;s:6:\"inline\";i:139;s:26:\"0 0 7px rgba(0, 0, 0, 0.1)\";i:140;s:4:\"21px\";i:141;s:4:\"54px\";i:142;s:5:\"-20px\";i:143;s:1:\"1\";i:144;s:13:\"translateY(0)\";i:145;s:4:\"0.7s\";i:146;s:5:\"225px\";i:147;s:4:\"9999\";i:148;s:4:\"28px\";i:149;s:5:\"190px\";i:150;s:5:\"185px\";i:151;s:5:\"-32px\";i:152;s:3:\"3px\";i:153;s:5:\"solid\";i:154;s:5:\"237px\";i:155;s:5:\"-40px\";i:156;s:4:\"19px\";i:157;s:4:\"-3px\";i:158;s:49:\"fadeOutRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:159;s:48:\"fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:160;s:47:\"fadeInLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:161;s:48:\"fadeOutLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:162;s:5:\"-45px\";i:163;s:4:\"16px\";i:164;s:4:\"13px\";i:165;s:3:\"90%\";i:166;s:6:\"normal\";i:167;s:4:\"-5px\";i:168;s:3:\"999\";i:169;s:7:\"79.125%\";i:170;s:4:\"23px\";i:171;s:3:\"1px\";i:172;s:7:\"#e2e2e2\";i:173;s:2:\"\"\"\";i:174;s:3:\"81%\";i:175;s:6:\"77.25%\";i:176;s:5:\"fixed\";i:177;s:4:\"33px\";i:178;s:4:\"24px\";i:179;s:144:\"left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s ease-in-out, opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out\";i:180;s:164:\"left 0.8s cubic-bezier(0.77, 0, 0.175, 1), background 0.4s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1), transform 0.4s ease-in-out\";i:181;s:4:\"42px\";i:182;s:4:\"70px\";i:183;s:4:\"45px\";i:184;s:4:\"35px\";i:185;s:4:\"47px\";i:186;s:4:\"32px\";i:187;s:5:\"534px\";i:188;s:5:\"392px\";i:189;s:5:\"345px\";i:190;s:5:\"155px\";i:191;s:5:\"108px\";i:192;s:5:\"340px\";i:193;s:5:\"242px\";i:194;s:5:\"210px\";i:195;s:5:\"145px\";i:196;s:3:\"5px\";i:197;s:4:\"55px\";i:198;s:5:\"195px\";i:199;s:5:\"675px\";i:200;s:5:\"215px\";i:201;s:5:\"119px\";i:202;s:4:\"wrap\";i:203;s:3:\"80%\";i:204;s:7:\"28.333%\";i:205;s:4:\"7.5%\";i:206;s:5:\"11.5%\";i:207;s:11:\"3px 0 0 3px\";i:208;s:11:\"0 3px 3px 0\";i:209;s:6:\"46.25%\";i:210;s:6:\"16.21%\";i:211;s:12:\"inline-block\";i:212;s:3:\"500\";i:213;s:3:\"400\";i:214;s:6:\"center\";i:215;s:5:\"350px\";i:216;s:4:\"22px\";i:217;s:4:\"64px\";i:218;s:5:\"-28px\";i:219;s:4:\"81px\";i:220;s:2:\"5%\";i:221;s:6:\"1080px\";i:222;s:5:\"136px\";i:223;s:6:\"0.75em\";i:224;s:5:\"100px\";i:225;s:5:\"-38px\";i:226;s:19:\"rgba(0, 0, 0, 0.05)\";i:227;s:4:\"#666\";i:228;s:3:\"2px\";i:229;s:4:\"53px\";i:230;s:3:\"9px\";i:231;s:4:\"46px\";i:232;s:7:\"-1.5rem\";i:233;s:4:\"3rem\";i:234;s:2:\"6%\";i:235;s:4:\"-8px\";i:236;s:5:\"-1rem\";i:237;s:4:\"2rem\";i:238;s:6:\"45.25%\";i:239;s:4:\"9.5%\";i:240;s:9:\"3px 0 0 0\";i:241;s:9:\"0 3px 0 0\";i:242;s:11:\"0 0 3px 3px\";i:243;s:7:\"0 0 3px\";i:244;s:2:\"10\";i:245;s:9:\"table-row\";i:246;s:4:\"12px\";i:247;s:5:\"300px\";i:248;s:17:\"1px solid #d9d9d9\";i:249;s:5:\"220px\";i:250;s:5:\"222px\";i:251;s:6:\"column\";i:252;s:17:\"1px solid #e0dadf\";i:253;s:5:\"104px\";i:254;s:4:\"58px\";i:255;s:4:\"15px\";i:256;s:5:\"140px\";i:257;s:8:\"-0.75rem\";i:258;s:6:\"1.5rem\";i:259;s:5:\"156px\";i:260;s:5:\"200px\";i:261;s:3:\"16%\";i:262;s:3:\"12%\";i:263;s:7:\"0.857em\";i:264;s:7:\"0.287em\";i:265;s:5:\"-3rem\";i:266;s:4:\"6rem\";i:267;s:10:\"table-cell\";i:268;s:5:\"280px\";i:269;s:4:\"43px\";i:270;s:4:\"44px\";i:271;s:5:\"384px\";i:272;s:5:\"182px\";i:273;s:5:\"400px\";i:274;s:4:\"36px\";i:275;s:11:\"transparent\";i:276;s:8:\"baseline\";i:277;s:9:\"5px solid\";i:278;s:12:\"line-through\";i:279;s:8:\"collapse\";i:280;s:4:\"#fff\";i:281;s:30:\"\"Open Sans\", Arial, sans-serif\";i:282;s:11:\"antialiased\";i:283;s:9:\"grayscale\";i:284;s:5:\"1.7em\";i:285;s:9:\"no-repeat\";i:286;s:10:\"top center\";i:287;s:5:\"cover\";i:288;s:7:\"#2ea3f2\";i:289;s:3:\"1em\";i:290;s:4:\"bold\";i:291;s:6:\"italic\";i:292;s:22:\"Courier New, monospace\";i:293;s:5:\"0.8em\";i:294;s:5:\"0.3em\";i:295;s:5:\"1.5em\";i:296;s:4:\"#333\";i:297;s:7:\"inherit\";i:298;s:8:\"checkbox\";i:299;s:5:\"radio\";i:300;s:14:\"1px solid #bbb\";i:301;s:7:\"#4e4e4e\";i:302;s:7:\"#2d3940\";i:303;s:7:\"#3e3e3e\";i:304;s:3:\"4px\";i:305;s:3:\"\" \"\";i:306;s:75:\"background-color 0.4s, color 0.4s, transform 0.4s, opacity 0.4s ease-in-out\";i:307;s:29:\"0 0 10px 0 rgba(0, 0, 0, 0.2)\";i:308;s:6:\"1200px\";i:309;s:6:\"1425px\";i:310;s:9:\"2px solid\";i:311;s:8:\"all 0.2s\";i:312;s:3:\"2em\";i:313;s:21:\"2px solid transparent\";i:314;s:4:\"-1em\";i:315;s:11:\"\"ETmodules\"\";i:316;s:5:\"\"\\35\"\";i:317;s:5:\"0.7em\";i:318;s:6:\"0.15em\";i:319;s:14:\"1px solid #eee\";i:320;s:4:\"#555\";i:321;s:3:\"6px\";i:322;s:4:\"disc\";i:323;s:6:\"inside\";i:324;s:7:\"decimal\";i:325;s:3:\"1.7\";i:326;s:4:\"63px\";i:327;s:6:\"100001\";i:328;s:6:\"100000\";i:329;s:63:\"background-color 0.4s, transform 0.4s, opacity 0.4s ease-in-out\";i:330;s:3:\"600\";i:331;s:5:\"99999\";i:332;s:26:\"0 1px 0 rgba(0, 0, 0, 0.1)\";i:333;s:5:\"111px\";i:334;s:5:\"177px\";i:335;s:5:\"147px\";i:336;s:1:\"3\";i:337;s:4:\"66px\";i:338;s:5:\"-33px\";i:339;s:4:\"-9px\";i:340;s:6:\"middle\";i:341;s:1:\"2\";i:342;s:20:\"translate3d(0, 0, 0)\";i:343;s:5:\"-13px\";i:344;s:3:\"54%\";i:345;s:4:\"-2px\";i:346;s:7:\"\"\\e090\"\";i:347;s:7:\"\"\\e076\"\";i:348;s:19:\"color 300ms ease 0s\";i:349;s:45:\"background-color 0.4s, color 0.4s ease-in-out\";i:350;s:7:\"\"\\e07a\"\";i:351;s:18:\"rgba(0, 0, 0, 0.6)\";i:352;s:3:\"0.7\";i:353;s:4:\"17px\";i:354;s:5:\"\"\\55\"\";i:355;s:7:\"pointer\";i:356;s:4:\"1000\";i:357;s:3:\"60%\";i:358;s:46:\"fadeInTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:359;s:47:\"fadeOutTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:360;s:5:\"\"\\4d\"\";i:361;s:2:\"-1\";i:362;s:16:\"rgba(0, 0, 0, 0)\";i:363;s:4:\"-6px\";i:364;s:5:\"550px\";i:365;s:4:\"68vh\";i:366;s:4:\"#999\";i:367;s:4:\"#eee\";i:368;s:3:\"8px\";i:369;s:17:\"1px solid #dadada\";i:370;s:7:\"#82c0c7\";i:371;s:7:\"#ef8f61\";i:372;s:4:\"#ccc\";i:373;s:17:\"\"\\53\\53\\53\\53\\53\"\";i:374;s:7:\"0.587em\";i:375;s:7:\"#ececec\";i:376;s:4:\"39px\";i:377;s:4:\"49px\";i:378;s:18:\"rgba(0, 0, 0, 0.2)\";i:379;s:5:\"150px\";i:380;s:17:\"1px solid #bcc8c9\";i:381;s:7:\"#bcc8c9\";i:382;s:3:\"300\";i:383;s:5:\"1.3em\";i:384;s:7:\"#d9d9d9\";i:385;s:7:\"#f4f4f4\";i:386;s:4:\"#000\";i:387;s:3:\"700\";i:388;s:17:\"1px solid #e2e2e2\";i:389;s:4:\"27px\";i:390;s:6:\"bottom\";i:391;s:3:\"21%\";i:392;s:6:\"999999\";i:393;s:28:\"0 2px 5px rgba(0, 0, 0, 0.1)\";i:394;s:19:\"rgba(0, 0, 0, 0.03)\";i:395;s:3:\"800\";i:396;s:3:\"\"3\"\";i:397;s:6:\"0.67em\";i:398;s:5:\"2.3em\";i:399;s:29:\"1px solid rgba(0, 0, 0, 0.03)\";i:400;s:6:\"33.33%\";i:401;s:4:\"62px\";i:402;s:5:\"790px\";i:403;s:5:\"\"\\61\"\";i:404;s:4:\"#222\";i:405;s:24:\"rgba(255, 255, 255, 0.7)\";i:406;s:5:\"160px\";i:407;s:7:\"#1f1f1f\";i:408;s:19:\"rgba(0, 0, 0, 0.32)\";i:409;s:25:\"rgba(255, 255, 255, 0.05)\";i:410;s:4:\"#bbb\";i:411;s:3:\"96%\";i:412;s:14:\"1px solid #ddd\";i:413;s:7:\"#f3f3f3\";i:414;s:6:\"0 none\";i:415;s:4:\"#ddd\";i:416;s:4:\"show\";i:417;s:9:\"underline\";i:418;s:17:\"Arial, Sans-Serif\";i:419;s:7:\"#9f9f9f\";i:420;s:10:\"capitalize\";i:421;s:3:\"9pt\";i:422;s:19:\"rgba(0, 0, 0, 0.15)\";i:423;s:7:\"#7cc68d\";i:424;s:7:\"#c37cc6\";i:425;s:7:\"#cd5c5c\";i:426;s:7:\"#edb059\";i:427;s:18:\"rgba(0, 0, 0, 0.4)\";i:428;s:24:\"rgba(255, 255, 255, 0.5)\";i:429;s:7:\"-9999px\";i:430;s:50:\"fadeInRight 1.5s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:431;s:5:\"125px\";i:432;s:3:\"\"2\"\";i:433;s:50:\"fadeOutBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:434;s:49:\"fadeInBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:435;s:24:\"rgba(255, 255, 255, 0.6)\";i:436;s:8:\"all 0.7s\";i:437;s:13:\"rotate(45deg)\";i:438;s:12:\"rotate(0deg)\";i:439;s:4:\"0.3s\";i:440;s:5:\"320px\";i:441;s:5:\"-100%\";i:442;s:42:\"right 0.8s cubic-bezier(0.77, 0, 0.175, 1)\";i:443;s:18:\"rgba(0, 0, 0, 0.1)\";i:444;s:70:\"left 0.8s cubic-bezier(0.77, 0, 0.175, 1), margin-top 0.4s ease-in-out\";i:445;s:4:\"11px\";i:446;s:3:\"0.6\";i:447;s:8:\"all 0.5s\";i:448;s:14:\"rotate(180deg)\";i:449;s:36:\"0.5s cubic-bezier(0.77, 0, 0.175, 1)\";i:450;s:39:\"1s 0.1s cubic-bezier(0.77, 0, 0.175, 1)\";i:451;s:3:\"0.4\";i:452;s:5:\"table\";i:453;s:14:\"1s ease-in-out\";i:454;s:4:\"0.95\";i:455;s:4:\"34px\";i:456;s:14:\"1px solid #fff\";i:457;s:5:\"-31px\";i:458;s:16:\"0.3s ease-in-out\";i:459;s:2:\"0s\";i:460;s:10:\"scale(1.3)\";i:461;s:8:\"scale(1)\";i:462;s:4:\"0.1s\";i:463;s:4:\"0.2s\";i:464;s:4:\"0.4s\";i:465;s:4:\"0.5s\";i:466;s:4:\"0.6s\";i:467;s:4:\"0.8s\";i:468;s:4:\"0.9s\";i:469;s:2:\"1s\";i:470;s:4:\"1.1s\";i:471;s:4:\"1.2s\";i:472;s:4:\"1.3s\";i:473;s:4:\"1.4s\";i:474;s:4:\"1.5s\";i:475;s:4:\"1.6s\";i:476;s:4:\"1.7s\";i:477;s:4:\"1.8s\";i:478;s:4:\"1.9s\";i:479;s:2:\"2s\";i:480;s:4:\"2.1s\";i:481;s:4:\"2.2s\";i:482;s:4:\"2.3s\";i:483;s:4:\"2.4s\";i:484;s:4:\"2.5s\";i:485;s:4:\"2.6s\";i:486;s:4:\"2.7s\";i:487;s:4:\"2.8s\";i:488;s:4:\"2.9s\";i:489;s:2:\"3s\";i:490;s:24:\"rgba(255, 255, 255, 0.2)\";i:491;s:58:\"url(./includes/builder/styles/images/subscribe-loader.gif)\";i:492;s:4:\"29px\";i:493;s:4:\"96px\";i:494;s:15:\"attr(data-icon)\";i:495;s:4:\"48px\";i:496;s:9:\"3px solid\";i:497;s:3:\"top\";i:498;s:4:\"52px\";i:499;s:4:\"-1px\";i:500;s:17:\"1px solid #bebebe\";i:501;s:7:\"#fcfcfc\";i:502;s:27:\"0 0 12px rgba(0, 0, 0, 0.1)\";i:503;s:7:\"#bebebe\";i:504;s:6:\"-0.5em\";i:505;s:6:\"1.03em\";i:506;s:5:\"1.6em\";i:507;s:5:\"-14px\";i:508;s:3:\"1.5\";i:509;s:4:\"90px\";i:510;s:32:\"inset 0 0 3px rgba(0, 0, 0, 0.3)\";i:511;s:5:\"-16px\";i:512;s:4:\"31px\";i:513;s:7:\"#f5f5f5\";i:514;s:5:\"\"\\7c\"\";i:515;s:7:\"#1f6581\";i:516;s:5:\"754px\";i:517;s:19:\"rgba(0, 0, 0, 0.35)\";i:518;s:17:\"1px solid #d8d8d8\";i:519;s:28:\"0 1px 5px rgba(0, 0, 0, 0.1)\";i:520;s:47:\"gridFadeIn 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:521;s:5:\"\"\\49\"\";i:522;s:3:\"100\";i:523;s:20:\"all 0.5s ease-in-out\";i:524;s:19:\"rgba(0, 0, 0, 0.25)\";i:525;s:3:\"15%\";i:526;s:5:\"18.4%\";i:527;s:5:\"23.5%\";i:528;s:3:\"32%\";i:529;s:3:\"49%\";i:530;s:8:\"-1.39rem\";i:531;s:7:\"2.78rem\";i:532;s:28:\"1px solid rgba(0, 0, 0, 0.1)\";i:533;s:14:\"1px solid #f00\";i:534;s:7:\"\"\\e050\"\";i:535;s:7:\"\"\\e04f\"\";i:536;s:5:\"440px\";i:537;s:5:\"230px\";i:538;s:3:\"-3%\";i:539;s:13:\"1px solid red\";i:540;s:5:\"-1.5%\";i:541;s:3:\"17%\";i:542;s:4:\"38px\";i:543;s:5:\"-22px\";i:544;s:5:\"0.1em\";i:545;s:4:\"72px\";i:546;s:17:\"1px solid #e5e5e5\";i:547;s:24:\"rgba(255, 255, 255, 0.9)\";i:548;s:8:\"all 0.3s\";i:549;s:3:\"55%\";i:550;s:8:\"all 0.4s\";i:551;s:4:\"76px\";i:552;s:24:\"rgba(255, 255, 255, 0.8)\";i:553;s:31:\"2px -2px 5px rgba(0, 0, 0, 0.1)\";i:554;s:5:\"-23px\";i:555;s:4:\"#aaa\";i:556;s:7:\"#b2b2b2\";i:557;s:7:\"\"\\e093\"\";i:558;s:7:\"\"\\e094\"\";i:559;s:7:\"\"\\e096\"\";i:560;s:7:\"\"\\e09d\"\";i:561;s:7:\"#e8e8e8\";i:562;s:3:\"200\";i:563;s:24:\"rgba(153, 153, 153, 0.5)\";i:564;s:5:\"\"\\45\"\";i:565;s:4:\"-7px\";i:566;s:5:\"\"\\60\"\";i:567;s:7:\"\"\\e068\"\";i:568;s:5:\"500px\";i:569;s:5:\"180px\";i:570;s:5:\"442px\";i:571;s:5:\"390px\";i:572;s:5:\"284px\";i:573;s:5:\"380px\";i:574;s:5:\"275px\";i:575;s:5:\"240px\";i:576;s:5:\"170px\";i:577;s:17:\"3px solid #2ea3f2\";i:578;s:3:\"\".\"\";i:579;s:33:\"inset 0 0 10px rgba(0, 0, 0, 0.1)\";i:580;s:9:\"list-item\";i:581;s:5:\"-24px\";i:582;s:18:\"rgba(0, 0, 0, 0.3)\";i:583;s:5:\"\"\\34\"\";i:584;s:8:\"fadeLeft\";i:585;s:11:\"ease-in-out\";i:586;s:10:\"fadeBottom\";i:587;s:28:\"0 1px 3px rgba(0, 0, 0, 0.3)\";i:588;s:1:\"9\";i:589;s:6:\"scroll\";i:590;s:7:\"#464646\";i:591;s:51:\"url(./includes/builder/styles/images/preloader.gif)\";i:592;s:7:\"justify\";i:593;s:18:\"rgba(0, 0, 0, 0.5)\";i:594;s:18:\"rgba(0, 0, 0, 0.7)\";i:595;s:10:\"color 0.3s\";i:596;s:7:\"\"\\e095\"\";i:597;s:7:\"\"\\e097\"\";i:598;s:7:\"\"\\e09a\"\";i:599;s:7:\"\"\\e0a2\"\";i:600;s:7:\"\"\\e0a6\"\";i:601;s:7:\"\"\\e0a1\"\";i:602;s:7:\"\"\\e09b\"\";i:603;s:7:\"\"\\e0a3\"\";i:604;s:7:\"\"\\e09c\"\";i:605;s:7:\"\"\\e09e\"\";i:606;s:33:\"inset 0 0 7px rgba(0, 0, 0, 0.07)\";i:607;s:13:\"center center\";i:608;s:5:\"100vh\";i:609;s:9:\"-moz-flex\";i:610;s:8:\"-ms-flex\";i:611;s:8:\"row wrap\";i:612;s:11:\"column wrap\";i:613;s:8:\"flex-end\";i:614;s:10:\"flex-start\";i:615;s:3:\"row\";i:616;s:11:\"row-reverse\";i:617;s:5:\"800px\";i:618;s:5:\"3.5em\";i:619;s:23:\"height 0.2s ease-in-out\";i:620;s:7:\"#f9f9f9\";i:621;s:45:\"fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:622;s:11:\"3px 3px 0 0\";i:623;s:5:\"0.5em\";i:624;s:3:\"20%\";i:625;s:3:\"45%\";i:626;s:3:\"33%\";i:627;s:1:\"5\";i:628;s:3:\"40%\";i:629;s:3:\"35%\";i:630;s:2:\"98\";i:631;s:2:\"7%\";i:632;s:14:\"2px solid #fff\";i:633;s:4:\"75px\";i:634;s:4:\"87px\";i:635;s:5:\"110px\";i:636;s:5:\"-30px\";i:637;s:3:\"47%\";i:638;s:47:\"slideWidth 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:639;s:46:\"fadeRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:640;s:44:\"fadeTop 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:641;s:47:\"fadeBottom 1s 1 cubic-bezier(0.77, 0, 0.175, 1)\";i:642;s:7:\"#974df3\";i:643;s:7:\"\"\\e625\"\";i:644;s:7:\"#7e3bd0\";i:645;s:26:\"background-color 0.5s ease\";}','no'),(221,'chld_thm_cfg_options_dict_seq','a:0:{}','no'),(222,'chld_thm_cfg_options_dict_token','a:0:{}','no'),(223,'chld_thm_cfg_options_val_ndx','a:2281:{i:1;s:13:\"VE=hT?GUatlBA\";i:2;s:13:\"EH=hT?GU6tlBA\";i:3;s:13:\">J=hT?GU:tlBA\";i:4;s:13:\">J=hT?GU\"tlBA\";i:5;s:13:\"EH=hT?GUPulBA\";i:6;s:13:\"VE=hT?GUeBlBA\";i:7;s:13:\">J=hT?GUvulBA\";i:8;s:13:\">J=hT?GU~AlBA\";i:9;s:13:\"VE=hT?GU#ulBA\";i:10;s:13:\">J=hT?GU\"tlBA\";i:11;s:13:\"EH=hT?GUPulBA\";i:12;s:24:\"FH=hT?GU6tlBjL.4Fx}M%ABA\";i:13;s:13:\"9M=hT?GU>BlBA\";i:14;s:13:\"sP=hT?GUDClBA\";i:15;s:13:\"bS=hT?GUUvlBA\";i:16;s:13:\"bS=hT?GU?ulBA\";i:17;s:35:\"MV=hT?GUjClB3L.4FxrjBAeZ=hT?GU~AlBA\";i:18;s:24:\"`X=hT?GUzClB7L.4Fxs@DABA\";i:19;s:24:\"`X=hT?GU^ClB#L.4Fx}MBABA\";i:20;s:46:\"kg=hT?GUJwlBrL.4Fxs@&AvW=hT?GU^ClB#L.4FxrjBABA\";i:21;s:35:\"jg=hT?GUIDlBrL.4Fx~5)A;C=hT?GU?ulBA\";i:22;s:24:\"WE=hT?GU?ulB,L.4Fx~5(ABA\";i:23;s:35:\"uP=hT?GUZwlBbL.4Fx~5&A1k=hT?GU~AlBA\";i:24;s:13:\"VE=hT?GUoDlBA\";i:25;s:13:\"VE=hT?GU4DlBA\";i:26;s:57:\"ZE=hT?GU>BlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx~5DA1k=hT?GU~AlBA\";i:27;s:13:\"4r=hT?GU~AlBA\";i:28;s:13:\"EH=hT?GUOBlBA\";i:29;s:12:\"EH=hT?GU5A$A\";i:30;s:13:\"/o=hT?GUuBlBA\";i:31;s:13:\"/o=hT?GUzClBA\";i:32;s:13:\"nu=hT?GU.DlBA\";i:33;s:13:\"Wx=hT?GU}DlBA\";i:34;s:13:\"VE=hT?GU>BlBA\";i:35;s:13:\">J=hT?GU\"tlBA\";i:36;s:24:\"FH=hT?GU6tlBjL.4Fx}M%ABA\";i:37;s:13:\"EH=hT?GUPulBA\";i:38;s:13:\"Wx=hT?GU.DlBA\";i:39;s:13:\"sP=hT?GUDClBA\";i:40;s:13:\"bS=hT?GUUvlBA\";i:41;s:13:\"bS=hT?GU?ulBA\";i:42;s:35:\"MV=hT?GUjClB3L.4FxrjBAeZ=hT?GU~AlBA\";i:43;s:24:\"`X=hT?GUzClB7L.4Fxs@DABA\";i:44;s:24:\"`X=hT?GU^ClB#L.4Fx}MBABA\";i:45;s:46:\"kg=hT?GUJwlBrL.4Fxs@&AvW=hT?GU^ClB#L.4FxrjBABA\";i:46;s:35:\"jg=hT?GUIDlBrL.4Fx~5)A;C=hT?GU?ulBA\";i:47;s:24:\"WE=hT?GU?ulB,L.4Fx~5(ABA\";i:48;s:35:\"uP=hT?GUZwlBbL.4Fx~5&A1k=hT?GU~AlBA\";i:49;s:13:\">J=hT?GUNElBA\";i:50;s:13:\"VE=hT?GU>BlBA\";i:51;s:13:\"4r=hT?GUdElBA\";i:52;s:13:\"VE=hT?GUtElBA\";i:53;s:13:\"4r=hT?GU9ElBA\";i:54;s:13:\"VE=hT?GU=ElBA\";i:55;s:13:\"4r=hT?GUCFlBA\";i:56;s:13:\"VE=hT?GUSFlBA\";i:57;s:13:\"4r=hT?GUiFlBA\";i:58;s:13:\"VE=hT?GUyFlBA\";i:59;s:13:\"4r=hT?GU&FlBA\";i:60;s:13:\"VE=hT?GU]FlBA\";i:61;s:13:\"4r=hT?GUHGlBA\";i:62;s:24:\"WE=hT?GUXGlBjL.4Fx}MJABA\";i:63;s:13:\"4r=hT?GUnGlBA\";i:64;s:13:\"4r=hT?GUHGlBA\";i:65;s:13:\"4r=hT?GU&FlBA\";i:66;s:13:\"4r=hT?GUiFlBA\";i:67;s:57:\"ZE=hT?GU]FlB?L.4FxrjBApI=hT?GUNElB^L.4Fxs@FA1k=hT?GU~AlBA\";i:68;s:24:\"WE=hT?GU3GlBjL.4Fx}MJABA\";i:69;s:24:\"WE=hT?GU,GlBjL.4Fxs@JABA\";i:70;s:24:\"WE=hT?GUMHlBjL.4FxrjKABA\";i:71;s:13:\"4r=hT?GUnGlBA\";i:72;s:13:\"4r=hT?GU|GlBA\";i:73;s:13:\"4r=hT?GUcHlBA\";i:74;s:13:\"4r=hT?GUsHlBA\";i:75;s:13:\"4r=hT?GU8HlBA\";i:76;s:13:\"4r=hT?GUJ=hT?GU~AlBA\";i:91;s:13:\"VE=hT?GUyFlBA\";i:92;s:13:\">J=hT?GU~AlBA\";i:93;s:13:\"4r=hT?GUsHlBA\";i:94;s:13:\"VE=hT?GU>BlBA\";i:95;s:13:\"4r=hT?GUNElBA\";i:96;s:13:\"VE=hT?GUSFlBA\";i:97;s:13:\">J=hT?GU~AlBA\";i:98;s:13:\"4r=hT?GUcHlBA\";i:99;s:24:\"WE=hT?GU>BlBjL.4FxrjBABA\";i:100;s:13:\"4r=hT?GUNElBA\";i:101;s:23:\"FH=hT?GU5A$A;CSOYM@1CtA\";i:102;s:13:\"4r=hT?GUnGlBA\";i:103;s:24:\"WE=hT?GU]FlBjL.4FxrjBABA\";i:104;s:13:\"4r=hT?GU8HlBA\";i:105;s:23:\"FH=hT?GU5A$A;CSOYM?IDtA\";i:106;s:13:\"4r=hT?GU8HlBA\";i:107;s:24:\"WE=hT?GUtElBjL.4FxrjBABA\";i:108;s:13:\"4r=hT?GUnGlBA\";i:109;s:23:\"FH=hT?GU5A$A;CSOYMM%CtA\";i:110;s:13:\"4r=hT?GUBIlBA\";i:111;s:24:\"WE=hT?GUyFlBjL.4FxrjBABA\";i:112;s:13:\"4r=hT?GUsHlBA\";i:113;s:23:\"FH=hT?GU5A$A;CSOYM6|CtA\";i:114;s:13:\"4r=hT?GUsHlBA\";i:115;s:24:\"WE=hT?GU=ElBjL.4FxrjBABA\";i:116;s:13:\"4r=hT?GUBIlBA\";i:117;s:13:\"VE=hT?GU]FlBA\";i:118;s:13:\"4r=hT?GU8HlBA\";i:119;s:24:\"WE=hT?GUSFlBjL.4FxrjBABA\";i:120;s:13:\"4r=hT?GUcHlBA\";i:121;s:13:\"VE=hT?GU>BlBA\";i:122;s:13:\"4r=hT?GUNElBA\";i:123;s:13:\"VE=hT?GUSFlBA\";i:124;s:13:\"4r=hT?GUcHlBA\";i:125;s:13:\"VE=hT?GU]FlBA\";i:126;s:13:\"4r=hT?GU8HlBA\";i:127;s:13:\">J=hT?GU~AlBA\";i:128;s:13:\"VE=hT?GU>BlBA\";i:129;s:13:\"4r=hT?GUNElBA\";i:130;s:13:\">J=hT?GURIlBA\";i:131;s:13:\"VE=hT?GU>BlBA\";i:132;s:13:\"4r=hT?GUhIlBA\";i:133;s:13:\"VE=hT?GUxIlBA\";i:134;s:13:\"4r=hT?GU%IlBA\";i:135;s:13:\"VE=hT?GU[IlBA\";i:136;s:13:\"4r=hT?GUGJlBA\";i:137;s:13:\"VE=hT?GUWJlBA\";i:138;s:13:\"4r=hT?GUmJlBA\";i:139;s:13:\"VE=hT?GU2JlBA\";i:140;s:13:\"4r=hT?GU+JlBA\";i:141;s:13:\"VE=hT?GU{JlBA\";i:142;s:13:\"4r=hT?GULKlBA\";i:143;s:24:\"WE=hT?GUbKlBjL.4Fxs@OABA\";i:144;s:13:\"4r=hT?GUrKlBA\";i:145;s:13:\"4r=hT?GULKlBA\";i:146;s:13:\"4r=hT?GU+JlBA\";i:147;s:13:\"4r=hT?GUmJlBA\";i:148;s:57:\"ZE=hT?GU{JlB?L.4FxrjBApI=hT?GURIlB^L.4Fx~5LA1k=hT?GU~AlBA\";i:149;s:24:\"WE=hT?GU7KlBjL.4Fxs@OABA\";i:150;s:24:\"WE=hT?GU;KlBjL.4Fx~5PABA\";i:151;s:24:\"WE=hT?GUQLlBjL.4Fx}MQABA\";i:152;s:13:\"4r=hT?GUrKlBA\";i:153;s:13:\"4r=hT?GUALlBA\";i:154;s:13:\"4r=hT?GUgLlBA\";i:155;s:13:\"4r=hT?GUwLlBA\";i:156;s:13:\"4r=hT?GU$LlBA\";i:157;s:13:\"4r=hT?GU@LlBA\";i:158;s:24:\"WE=hT?GU2JlBjL.4Fx~5LABA\";i:159;s:13:\"4r=hT?GUwLlBA\";i:160;s:24:\"WE=hT?GUbKlBjL.4Fxs@OABA\";i:161;s:13:\"4r=hT?GU@LlBA\";i:162;s:24:\"WE=hT?GU;KlBjL.4Fx~5PABA\";i:163;s:13:\"4r=hT?GUwLlBA\";i:164;s:13:\"4r=hT?GUFMlBA\";i:165;s:13:\"4r=hT?GUwLlBA\";i:166;s:13:\"4r=hT?GU$LlBA\";i:167;s:13:\"4r=hT?GU@LlBA\";i:168;s:46:\"J=hT?GU~AlBA\";i:172;s:13:\"VE=hT?GU2JlBA\";i:173;s:13:\">J=hT?GU~AlBA\";i:174;s:13:\"4r=hT?GUwLlBA\";i:175;s:13:\"VE=hT?GU>BlBA\";i:176;s:13:\"4r=hT?GURIlBA\";i:177;s:13:\"VE=hT?GUWJlBA\";i:178;s:13:\">J=hT?GU~AlBA\";i:179;s:13:\"4r=hT?GUFMlBA\";i:180;s:24:\"WE=hT?GU>BlBjL.4FxrjBABA\";i:181;s:13:\"4r=hT?GURIlBA\";i:182;s:23:\"FH=hT?GU5A$A;CSOYMWDEtA\";i:183;s:13:\"4r=hT?GUVMlBA\";i:184;s:24:\"WE=hT?GU{JlBjL.4FxrjBABA\";i:185;s:13:\"4r=hT?GU$LlBA\";i:186;s:23:\"FH=hT?GU5A$A;CSOYMXwEtA\";i:187;s:13:\"4r=hT?GU$LlBA\";i:188;s:24:\"WE=hT?GUxIlBjL.4FxrjBABA\";i:189;s:13:\"4r=hT?GUVMlBA\";i:190;s:23:\"FH=hT?GU5A$A;CSOYMtOEtA\";i:191;s:13:\"4r=hT?GUALlBA\";i:192;s:24:\"WE=hT?GU2JlBjL.4FxrjBABA\";i:193;s:13:\"4r=hT?GUwLlBA\";i:194;s:23:\"FH=hT?GU5A$A;CSOYMAlEtA\";i:195;s:13:\"4r=hT?GUwLlBA\";i:196;s:24:\"WE=hT?GU[IlBjL.4FxrjBABA\";i:197;s:13:\"4r=hT?GUALlBA\";i:198;s:13:\"VE=hT?GU{JlBA\";i:199;s:13:\"4r=hT?GU$LlBA\";i:200;s:24:\"WE=hT?GUWJlBjL.4FxrjBABA\";i:201;s:13:\"4r=hT?GUFMlBA\";i:202;s:13:\"VE=hT?GU>BlBA\";i:203;s:13:\"4r=hT?GURIlBA\";i:204;s:13:\"VE=hT?GUWJlBA\";i:205;s:13:\"4r=hT?GUFMlBA\";i:206;s:13:\"VE=hT?GU{JlBA\";i:207;s:13:\"4r=hT?GU$LlBA\";i:208;s:13:\">J=hT?GU~AlBA\";i:209;s:13:\"VE=hT?GU>BlBA\";i:210;s:13:\"4r=hT?GURIlBA\";i:211;s:13:\">J=hT?GUlMlBA\";i:212;s:13:\"VE=hT?GU>BlBA\";i:213;s:13:\"4r=hT?GU1MlBA\";i:214;s:13:\"VE=hT?GU*MlBA\";i:215;s:13:\"4r=hT?GU`MlBA\";i:216;s:13:\"VE=hT?GUKNlBA\";i:217;s:13:\"4r=hT?GUaNlBA\";i:218;s:13:\"VE=hT?GUqNlBA\";i:219;s:13:\"4r=hT?GU6NlBA\";i:220;s:13:\"VE=hT?GU:NlBA\";i:221;s:13:\"4r=hT?GU\"NlBA\";i:222;s:13:\"VE=hT?GUPOlBA\";i:223;s:13:\"4r=hT?GUfOlBA\";i:224;s:24:\"WE=hT?GUvOlBjL.4Fxs@UABA\";i:225;s:13:\"4r=hT?GU#OlBA\";i:226;s:13:\"4r=hT?GUfOlBA\";i:227;s:13:\"4r=hT?GU\"NlBA\";i:228;s:13:\"4r=hT?GU6NlBA\";i:229;s:57:\"ZE=hT?GUPOlB?L.4FxrjBApI=hT?GUlMlB^L.4Fx~5RA1k=hT?GU~AlBA\";i:230;s:24:\"WE=hT?GU?OlBjL.4Fxs@UABA\";i:231;s:24:\"WE=hT?GUEPlBjL.4Fx~5VABA\";i:232;s:24:\"WE=hT?GUkPlBjL.4Fx}MWABA\";i:233;s:13:\"4r=hT?GU#OlBA\";i:234;s:13:\"4r=hT?GUUPlBA\";i:235;s:13:\"4r=hT?GU0PlBA\";i:236;s:13:\"4r=hT?GU)PlBA\";i:237;s:13:\"4r=hT?GU_PlBA\";i:238;s:13:\"4r=hT?GUJQlBA\";i:239;s:24:\"WE=hT?GU:NlBjL.4Fx~5RABA\";i:240;s:13:\"4r=hT?GU)PlBA\";i:241;s:24:\"WE=hT?GUvOlBjL.4Fxs@UABA\";i:242;s:13:\"4r=hT?GUJQlBA\";i:243;s:24:\"WE=hT?GUEPlBjL.4Fx~5VABA\";i:244;s:13:\"4r=hT?GU)PlBA\";i:245;s:13:\"4r=hT?GU0PlBA\";i:246;s:13:\"4r=hT?GU)PlBA\";i:247;s:13:\"4r=hT?GU_PlBA\";i:248;s:13:\"4r=hT?GUJQlBA\";i:249;s:46:\"J=hT?GU~AlBA\";i:253;s:13:\"VE=hT?GU:NlBA\";i:254;s:13:\">J=hT?GU~AlBA\";i:255;s:13:\"4r=hT?GU)PlBA\";i:256;s:13:\"VE=hT?GU>BlBA\";i:257;s:13:\"4r=hT?GUlMlBA\";i:258;s:13:\"VE=hT?GUqNlBA\";i:259;s:13:\">J=hT?GU~AlBA\";i:260;s:13:\"4r=hT?GU0PlBA\";i:261;s:24:\"WE=hT?GU>BlBjL.4FxrjBABA\";i:262;s:13:\"4r=hT?GUlMlBA\";i:263;s:23:\"FH=hT?GU5A$A;CSOYMXwFtA\";i:264;s:13:\"4r=hT?GU#OlBA\";i:265;s:24:\"WE=hT?GUPOlBjL.4FxrjBABA\";i:266;s:13:\"4r=hT?GU_PlBA\";i:267;s:23:\"FH=hT?GU5A$A;CSOYMWDGtA\";i:268;s:13:\"4r=hT?GU_PlBA\";i:269;s:24:\"WE=hT?GU*MlBjL.4FxrjBABA\";i:270;s:13:\"4r=hT?GU#OlBA\";i:271;s:23:\"FH=hT?GU5A$A;CSOYMu7FtA\";i:272;s:13:\"4r=hT?GUZQlBA\";i:273;s:24:\"WE=hT?GU:NlBjL.4FxrjBABA\";i:274;s:13:\"4r=hT?GU)PlBA\";i:275;s:23:\"FH=hT?GU5A$A;CSOYMB]FtA\";i:276;s:13:\"4r=hT?GU)PlBA\";i:277;s:24:\"WE=hT?GUKNlBjL.4FxrjBABA\";i:278;s:13:\"4r=hT?GUZQlBA\";i:279;s:13:\"VE=hT?GUPOlBA\";i:280;s:13:\"4r=hT?GU_PlBA\";i:281;s:24:\"WE=hT?GUqNlBjL.4FxrjBABA\";i:282;s:13:\"4r=hT?GU0PlBA\";i:283;s:13:\"VE=hT?GU>BlBA\";i:284;s:13:\"4r=hT?GUlMlBA\";i:285;s:13:\"VE=hT?GUqNlBA\";i:286;s:13:\"4r=hT?GU0PlBA\";i:287;s:13:\"VE=hT?GUPOlBA\";i:288;s:13:\"4r=hT?GU_PlBA\";i:289;s:13:\">J=hT?GU~AlBA\";i:290;s:13:\"VE=hT?GU>BlBA\";i:291;s:13:\"4r=hT?GUlMlBA\";i:292;s:46:\"BlBA\";i:294;s:13:\"VE=hT?GUpQlBA\";i:295;s:13:\"VE=hT?GU5QlBA\";i:296;s:13:\"VE=hT?GU4DlBA\";i:297;s:13:\"VE=hT?GUoDlBA\";i:298;s:13:\"VE=hT?GU/QlBA\";i:299;s:12:\"EH=hT?GU5A$A\";i:300;s:46:\"I0=hT?GUhIlBIM.4FxrjBABlBA\";i:312;s:13:\">J=hT?GU\"tlBA\";i:313;s:24:\"WE=hT?GUv!lBnL.4Fxs@}ABA\";i:314;s:24:\"WE=hT?GU#!lBnL.4Fx}M~ACA\";i:315;s:24:\"WE=hT?GU?!lBnL.4Fxrj~ACA\";i:316;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:317;s:43:\"ig=hT?OUDSlBV`MA(a2EFB`aF\"#zPBq\"jt,ub@7;5FA\";i:318;s:13:\"hg=hT?GUOBlBA\";i:319;s:24:\"u8=hT?GUITlBrL.4Fx~5EABA\";i:320;s:13:\"VE=hT?GU>BlBA\";i:321;s:13:\"EH=hT?GUOBlBA\";i:322;s:13:\">J=hT?GU~AlBA\";i:323;s:12:\"EH=hT?GU5A$A\";i:324;s:13:\"EH=hT?GUOBlBA\";i:325;s:13:\"EH=hT?GUOBlBA\";i:326;s:24:\"WE=hT?GU?ulBjL.4FxrjBABA\";i:327;s:13:\"EH=hT?GUPulBA\";i:328;s:13:\">J=hT?GU\"tlBA\";i:329;s:13:\"EH=hT?GU6tlBA\";i:330;s:79:\"?o=hT?GUYTlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBAJ=hT?GU~AlBA\";i:333;s:12:\"EH=hT?GU5A$A\";i:334;s:24:\"WE=hT?GU?ulBjL.4FxrjBABA\";i:335;s:13:\"VE=hT?GU?ulBA\";i:336;s:90:\"@o=hT?GUO%lBjL.4Fxrj%ATq=hT?GU\"tlB;L.4Fxrj%A7y=hT?GU~AlBIM.4FxrjBABlBA\";i:341;s:13:\"_X=hT?GUzClBA\";i:342;s:24:\"`X=hT?GUzClB#L.4Fx}MdABA\";i:343;s:46:\"kg=hT?GUIDlBrL.4Fxs@CAvW=hT?GUzClB#L.4FxrjBABA\";i:344;s:35:\"jg=hT?GUIDlBrL.4Fx~5EA;C=hT?GU>BlBA\";i:345;s:24:\"WE=hT?GU?ulB,L.4Fx~5DABA\";i:346;s:35:\"uP=hT?GUYDlBbL.4Fx~5&A1k=hT?GU~AlBA\";i:347;s:13:\"`)=hT?GU9UlBA\";i:348;s:13:\"`)=hT?GU=UlBA\";i:349;s:13:\"`)=hT?GUCVlBA\";i:350;s:13:\"Wx=hT?GU\"tlBA\";i:351;s:13:\"),=hT?GUSVlBA\";i:352;s:46:\"2:=hT?GUiVlBoM.4FxrjeA,>=hT?GUiVlBwM.4FxrjeABA\";i:353;s:79:\"@`=hT?GUyVlBkM.4Fxs@eA};=hT?GU]VlBsM.4Fxs@eA2[=hT?GU&VlB4M.4FxrjEBCA>hT?GUI(lBA\";i:354;s:68:\"4:=hT?GUXWlBoM.4Fx~5fA,>=hT?GUXWlBwM.4Fx~5fAU|=hT?GUI(lB8M.4FxrjEBCA\";i:355;s:68:\"4:=hT?GUnWlBoM.4Fxs@fA,>=hT?GUnWlBwM.4Fxs@fAU|=hT?GUI(lB8M.4FxrjEBCA\";i:356;s:68:\"aE=hT?GU>BlBnL.4Fx~5CA7y=hT?GU\"tlBIM.4Fx~5(Ajt,ub@=1^CQA\";i:363;s:25:\"WE>hT?GU~@&A7F#(k)No%D:CA\";i:364;s:36:\"dS=hT?GU~AlB)M.4FxrjBAf+=hT?GU}j(ACA\";i:365;s:68:\"gS=hT?GU~AlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlB)M.4FxrjBABA\";i:366;s:14:\"),=hT?GU~@(ACA\";i:367;s:13:\"),=hT?GUOBlBA\";i:368;s:13:\"F0=hT?GU~AlBA\";i:369;s:13:\"EH=hT?GUOBlBA\";i:370;s:12:\">J=hT?GU/A$A\";i:371;s:13:\">J=hT?GU~AlBA\";i:372;s:12:\"EH=hT?GU5A$A\";i:373;s:13:\"hg=hT?GUOBlBA\";i:374;s:13:\"hg=hT?GUIDlBA\";i:375;s:62:\"lg=hT?GU}j)Aa4$(k)No`,uB3(.\",ub@=1CDQA/\",ub@=1CDRtzBJHNzijKM$A\";i:376;s:14:\"hg=hT?GU}j*ACA\";i:377;s:13:\"VE=hT?GU~AlBA\";i:378;s:13:\"yd=hT?GUzClBA\";i:379;s:14:\">J>hT?GU~@PCEA\";i:380;s:13:\"F0=hT?GU}DlBA\";i:381;s:13:\"Wx=hT?GU}DlBA\";i:382;s:14:\"_X=hT?GU}j+ACA\";i:383;s:72:\"aE=hT?GU~@+A,h#(k)No`,yBJt*\",ub@=1MDRtmBJHNz!PuWyKqI:$vbuhT?GU~AlBA\";i:386;s:26:\"FH>hT?GU~@,AwW%(k)No`,kEIA\";i:387;s:14:\"sP>hT?GU~@.ACA\";i:388;s:13:\"F0=hT?GU\"tlBA\";i:389;s:13:\"),=hT?GUSVlBA\";i:390;s:46:\"2:=hT?GUiVlBoM.4FxrjeA,>=hT?GUiVlBwM.4FxrjeABA\";i:391;s:79:\"@`=hT?GUyVlBkM.4Fxs@eA};=hT?GU]VlBsM.4Fxs@eA2[=hT?GU&VlB4M.4FxrjEBCA>hT?GUI(lBA\";i:392;s:68:\"4:=hT?GUXWlBoM.4Fx~5fA,>=hT?GUXWlBwM.4Fx~5fAU|=hT?GUI(lB8M.4FxrjEBCA\";i:393;s:68:\"4:=hT?GUnWlBoM.4Fxs@fA,>=hT?GUnWlBwM.4Fxs@fAU|=hT?GUI(lB8M.4FxrjEBCA\";i:394;s:25:\"tP=hT?GUYDlB;L.4Fx}MUN8FA\";i:395;s:14:\"KV=hT?GU~@/ACA\";i:396;s:81:\"yP=hT?GUDClB3L.4FxrjBAeZ=hT?GU~AlBbL.4Fx}MUN6FGuLvSQ[zKAyWjt,ub@PP5FPzLvSQ[zRhyWA\";i:397;s:57:\"ZE=hT?GUdUlB?L.4FxrjBApI=hT?GU.DlB^L.4FxrjBA1k=hT?GU.DlBA\";i:398;s:24:\"u8=hT?GUOBlBgM.4Fx~5BABA\";i:399;s:69:\"gS>hT?GUOBlB^L.4Fx}M5O6FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5FA\";i:400;s:24:\"ig=hT?GUIDlBIM.4FxrjBABA\";i:401;s:26:\"`X=hT?GU~@:A8y#(k)No`,qEIA\";i:402;s:61:\"}X=hT?GU~@;A8y#(k)No`,7B3(;\",ub@4E5FE0LvSQ[z**yWBlBA\";i:410;s:25:\"?J=hT?GU}j/AP/#(k)No|B;CA\";i:411;s:24:\"zd=hT?GU\"tlB7L.4Fxs@BBCA\";i:412;s:25:\"zd=hT?GU}jVCbLit,ub@Z[7FA\";i:413;s:60:\"2d=hT?GU}j;A8y#(k)No6o:CSazXJI{Z@iZLLPVElg*NM3Kt[9_Q3nE3sAgA\";i:414;s:13:\"yd>hT?GU~AlBA\";i:415;s:13:\"(a=hT?GU\"tlBA\";i:416;s:14:\"_X=hT?GU~@>ACA\";i:417;s:24:\"ig=hT?GUIDlBQM.4Fx~5BABA\";i:418;s:47:\"vP=hT?GUYDlB#L.4Fxrj%A[Q=hT?GU/wlB?L.4Fx}MrY8FA\";i:419;s:36:\"pu=hT?GU~$lBVN.4Fx}Mab8FJ1LvSQ[z@CIA\";i:420;s:13:\"bS=hT?GUzClBA\";i:421;s:47:\"HH>hT?GU~@RCyWkt,ub@4E7F*xLvSQ[z@C2W/\",ub@4E7FA\";i:422;s:35:\"XE=hT?GU>BlBvL.4Fx~5DAkn=hT?GU}DlBA\";i:423;s:62:\"IH>hT?GU~AlBkM.4Fx}M8V6F*xLvSQ[z6{yW#TqI:$vbuhT?GU~@,Aa4$(k)No`,)B3(.\",ub@=1uDQA/\",ub@=1uDRtzBJHNzijEO$A\";i:425;s:74:\"3d=hT?GU~AlB)M.4Fx}MKL6F1xLvSQ[zWCzW\"SqI:$vb\"IW\"jn_Q3nE3~RoA2[=hT?GU}j@ACA\";i:426;s:62:\"IH>hT?GU~AlBkM.4Fx}M+X6F*xLvSQ[zFFzW#TqI:$vbWUW\".o_Q3nE3sooABA\";i:427;s:14:\"nu=hT?GU~@[ACA\";i:428;s:25:\"WE=hT?GU}j]A,h#(k)No@m:CA\";i:429;s:14:\"VE=hT?GU~@]ACA\";i:430;s:25:\"Am>hT?GU}jdCz(mt,ub@4E7FA\";i:431;s:25:\"Am>hT?GU}jdCz(mt,ub@4E7FA\";i:432;s:25:\"Am>hT?GU}jdCz(mt,ub@4E7FA\";i:433;s:24:\"#5=hT?GUHWlBrL.4Fx~5EABA\";i:434;s:13:\"(a=hT?GU~AlBA\";i:435;s:25:\")a=hT?GU4DlB;L.4Fx}M\"b6FA\";i:436;s:58:\"lg=hT?GUJwlB?L.4Fx}MQZ6FxtLvSQ[zYB3(*\",ub@^D5FbvLvSQ[zYBIA\";i:437;s:14:\"KV=hT?GU~@,ACA\";i:438;s:14:\"KV=hT?GU}j_ACA\";i:439;s:13:\"/o=hT?GU~AlBA\";i:440;s:13:\">J=hT?GU~AlBA\";i:441;s:12:\"EH=hT?GU5A$A\";i:442;s:46:\"YE=hT?GU>BlBnL.4Fx~5CAq1=hT?GUzClB,L.4Fx~5DABA\";i:443;s:13:\"Qj=hT?GU~AlBA\";i:444;s:13:\"Qj=hT?GUzClBA\";i:445;s:46:\"YE=hT?GU>BlBnL.4Fx~5CAq1=hT?GUzClB,L.4Fx~5DABA\";i:446;s:24:\"u8=hT?GUITlBbL.4FxrjIABA\";i:447;s:26:\"WE=hT?GU~@_A7F$(k)No`,?BIA\";i:448;s:71:\"xP=hT?GUDClB3L.4FxrjBA;C=hT?GU~@`A,h#(k)No%D:C6azXJI{ZB#ZLoIVElg*N6=LtA\";i:449;s:24:\"u8=hT?GUOBlBbL.4Fx~5&ABA\";i:450;s:24:\"u8=hT?GUITlBIM.4Fxs@FABA\";i:451;s:13:\"Qj=hT?GUzClBA\";i:452;s:13:\"yd=hT?GU^ylBA\";i:453;s:25:\"u8=hT?GU~@%Ax(#(k)NoaI:CA\";i:454;s:13:\"?2=hT?GUzClBA\";i:455;s:13:\"(a=hT?GU^ylBA\";i:456;s:14:\"VE=hT?GU}j|ACA\";i:457;s:14:\"VE=hT?GU~@|ACA\";i:458;s:13:\"VE=hT?GUpQlBA\";i:459;s:13:\"VE=hT?GU{JlBA\";i:460;s:13:\"VE=hT?GUPOlBA\";i:461;s:13:\"VE=hT?GU/QlBA\";i:462;s:13:\"?2=hT?GURIlBA\";i:463;s:13:\"Qj=hT?GURIlBA\";i:464;s:13:\"?2=hT?GUlMlBA\";i:465;s:13:\"Qj=hT?GUlMlBA\";i:466;s:13:\"?2=hT?GU~AlBA\";i:467;s:13:\"Qj=hT?GU~AlBA\";i:468;s:13:\"yd=hT?GU|2lBA\";i:469;s:13:\"(a=hT?GU|2lBA\";i:470;s:13:\"yd=hT?GUQ7lBA\";i:471;s:13:\"(a=hT?GUQ7lBA\";i:472;s:13:\"yd=hT?GU:9lBA\";i:473;s:13:\"(a=hT?GU:9lBA\";i:474;s:14:\"sP=hT?GU}j}ACA\";i:475;s:14:\"F0=hT?GU~@}ACA\";i:476;s:48:\"I0=hT?GU}jjC/hjt,ub@^D7FAwLvSQ[z@07WoIqI:$vbtLgA\";i:477;s:13:\"Wx=hT?GU~AlBA\";i:478;s:31:\")a=hT?GU~AlBgM.4?z}Mnk6F=ZY:wWA\";i:479;s:13:\"(a=hT?GUdUlBA\";i:480;s:13:\"/o=hT?GU~AlBA\";i:481;s:13:\"nu=hT?GU}TlBA\";i:482;s:13:\"nu=hT?GUoTlBA\";i:483;s:14:\"4r=hT?GU~@\"AEA\";i:484;s:49:\"I0=hT?GUuBlBIM.4Fx}Mxm6FAwLvSQ[z{&zWoIqI:$vbuhT?GU~@CBEA\";i:489;s:14:\"nu>hT?GU}jDBEA\";i:490;s:14:\"nu>hT?GU~@DBEA\";i:491;s:13:\"nu>hT?GU!BlBA\";i:492;s:14:\"nu>hT?GU}jEBEA\";i:493;s:14:\"nu>hT?GU~@EBEA\";i:494;s:14:\"nu>hT?GU}jEBEA\";i:495;s:14:\"bS=hT?GU}jFBEA\";i:496;s:14:\"bS=hT?GU~@FBEA\";i:497;s:14:\"bS=hT?GU}jGBEA\";i:498;s:14:\"bS=hT?GU~@GBEA\";i:499;s:14:\">J=hT?GU}jHBEA\";i:500;s:14:\"bS=hT?GU~@HBEA\";i:501;s:46:\"I0=hT?GUYTlBIM.4FxrjBAJ=hT?GU~AlBA\";i:511;s:24:\"WE=hT?GU?ulB^L.4Fx~5DABA\";i:512;s:46:\"I0=hT?GUuBlBIM.4FxrjBAJ=hT?GU~AlBA\";i:530;s:13:\"4r=hT?GU~AlBA\";i:531;s:26:\"WE=hT?GU~@vCFtht,ub@=1JKQA\";i:532;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:533;s:13:\"hg=hT?GUOBlBA\";i:534;s:82:\"z8=hT?GUITlBfL.4Fx~5BA;C=hT?GU}jwCz(it,ub@^D7FxtLvSQ[z:m8WyKqI:$vbX%7\"aS_Q3nE3\"W$A\";i:535;s:57:\"ZE=hT?GUpwlB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fxrj%A1k=hT?GU\"tlBA\";i:536;s:13:\"EH=hT?GUPulBA\";i:537;s:13:\">J=hT?GU\"tlBA\";i:538;s:13:\"EH=hT?GU6tlBA\";i:539;s:58:\"ZE=hT?GU?ulB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fx}Mm38FbvLvSQ[z?CIA\";i:540;s:46:\"J=hT?GU\"tlBA\";i:542;s:12:\"EH=hT?GU5A$A\";i:543;s:13:\"VE=hT?GUdUlBA\";i:544;s:24:\"WE=hT?GUdUlB1N.4FxrjBABA\";i:545;s:14:\"t8>hT?GU~@MBEA\";i:546;s:14:\"t8>hT?GU}jNBEA\";i:547;s:60:\"ZE=hT?GU~@yCz(it,ub@^D7FxtLvSQ[z:m8WyKqI:$vbX%7\"aS_Q3nE3\"W$A\";i:548;s:14:\"4r=hT?GU}jOBEA\";i:549;s:14:\"4r=hT?GU~@LBEA\";i:550;s:57:\"ZE=hT?GU5wlB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fxrj%A1k=hT?GU\"tlBA\";i:551;s:13:\"4r=hT?GU~AlBA\";i:552;s:13:\">J=hT?GU\"tlBA\";i:553;s:24:\"@2=hT?GU~AlB5N.4Fx~5BABA\";i:554;s:24:\"Rj=hT?GU~AlBRN.4Fx~5BABA\";i:555;s:14:\"hg=hT?GU~@zCEA\";i:556;s:25:\"ou=hT?GU^ClB9N.4Fx}M678FA\";i:557;s:26:\"ou=hT?GU}j]Aln&(k)No`,fCIA\";i:558;s:14:\"`)>hT?GU}jQBEA\";i:559;s:13:\"`)>hT?GUITlBA\";i:560;s:13:\"nu>hT?GUdUlBA\";i:561;s:13:\"hg=hT?GUIDlBA\";i:562;s:14:\"4r=hT?GU~@\"AEA\";i:563;s:57:\"ZE=hT?GU4DlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:564;s:13:\"Qj=hT?GU.DlBA\";i:565;s:57:\"ZE=hT?GU>BlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:566;s:13:\"VE=hT?GU5wlBA\";i:567;s:13:\"VE=hT?GU?ulBA\";i:568;s:12:\"EH=hT?GU5A$A\";i:569;s:13:\"/o=hT?GUuBlBA\";i:570;s:46:\"I0=hT?GUTClBIM.4FxrjBAhT?GU~@SBEA\";i:582;s:13:\"t8=hT?GUOBlBA\";i:583;s:13:\"_X=hT?GU^ClBA\";i:584;s:63:\"}X=hT?GU~@SByWjt,ub@=1=ERtuBJHNzijlT$AADSOYM*+:mlB,L.4Fx}MY%6FA\";i:585;s:46:\"I0=hT?GU~AlBIM.4FxrjBAhT?GUITlB*N.4Fx~5%ABA\";i:587;s:14:\"9M=hT?GU~@4CEA\";i:588;s:13:\"\"l=hT?GU~AlBA\";i:589;s:13:\"nu=hT?GUoTlBA\";i:590;s:14:\"4r=hT?GU}j4CEA\";i:591;s:36:\"jg=hT?GUOBlB)M.4FxrjBAf+=hT?GU}j(ACA\";i:592;s:13:\"F0=hT?GUTClBA\";i:593;s:13:\"F0=hT?GU~AlBA\";i:594;s:14:\"F0=hT?GU}jUBEA\";i:595;s:13:\"VE=hT?GU?ulBA\";i:596;s:46:\"w8=hT?GUOBlBbL.4Fxs@cAq1=hT?GU~AlB,L.4FxrjBABA\";i:597;s:13:\">J=hT?GU~AlBA\";i:598;s:24:\"Am=hT?GU~AlBRN.4Fx~5BABA\";i:599;s:13:\"\"l=hT?GU~AlBA\";i:600;s:24:\"?J=hT?GU~AlB5N.4Fx~5BABA\";i:601;s:13:\"hg=hT?GUPulBA\";i:602;s:13:\"EH=hT?GUOBlBA\";i:603;s:60:\"ZE=hT?GU~@yCz(it,ub@^D7FxtLvSQ[z:m8WyKqI:$vbX%7\"aS_Q3nE3\"W$A\";i:604;s:14:\"4r=hT?GU}jOBEA\";i:605;s:57:\"ZE=hT?GU5wlB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fxrj%A1k=hT?GU\"tlBA\";i:606;s:13:\"4r=hT?GU~AlBA\";i:607;s:46:\"I0=hT?GURIlBIM.4FxrjBAJ=hT?GU\"tlBA\";i:609;s:13:\"4r=hT?GU\"tlBA\";i:610;s:14:\"`)>hT?GU}jQBEA\";i:611;s:24:\"u8=hT?GUPulBbL.4Fx~5&ABA\";i:612;s:14:\"4r=hT?GU}jLCEA\";i:613;s:24:\"u8=hT?GUPulBbL.4Fxs@BBCA\";i:614;s:14:\"4r=hT?GU}jLCEA\";i:615;s:13:\"),=hT?GUOBlBA\";i:616;s:13:\"hg=hT?GUOBlBA\";i:617;s:26:\"FH>hT?GU~@,AwW%(k)No`,kEIA\";i:618;s:46:\"I0=hT?GU}DlBIM.4FxrjBAhT?GU/A$A\";i:634;s:69:\"gS=hT?GUdUlB_M.4Fx}MH)6FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5FA\";i:635;s:69:\"gS=hT?GUdUlB_M.4Fx}MH)6FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5FA\";i:636;s:12:\"bS>hT?GU/A$A\";i:637;s:14:\"hg=hT?GU~@OBEA\";i:638;s:24:\"tP=hT?GUDClBvL.4Fx~5CABA\";i:639;s:13:\"9M=hT?GU4DlBA\";i:640;s:58:\"x8=hT?GUITlB?L.4FxrjBApI=hT?GU}jBB:>it,ub@^D5FbvLvSQ[zFAEA\";i:641;s:13:\"_X=hT?GU(ClBA\";i:642;s:13:\"hg=hT?GUPulBA\";i:643;s:13:\"hg=hT?GUOBlBA\";i:644;s:13:\"hg=hT?GUPulBA\";i:645;s:24:\"WE=hT?GU5wlBnL.4Fx}M*ABA\";i:646;s:24:\"WE=hT?GU?ulBnL.4Fx~5&ABA\";i:647;s:25:\"u8=hT?GUOBlB%N.4Fx}ME96FA\";i:648;s:47:\"hT?GU~@,ACA\";i:655;s:35:\"v8=hT?GUOBlBrL.4Fx~5EAkn=hT?GU}DlBA\";i:656;s:94:\"og=hT?GUIDlBEM.4Fx}Mjw6FgwLvSQ[zSB2W+\",ub@=1dEQA*\",ub@F=5Fe2LvSQ[ztN0WFhqI:$vbtfe\"+>_Q3nE3xJ$A\";i:657;s:37:\"jg=hT?GU~@OByWot,ub@=1AFQA+\",ub@??5FA\";i:658;s:37:\"uP=hT?GUDClB3L.4Fx}M[+6F+uLvSQ[ztN0WA\";i:659;s:14:\"_X=hT?GU~@XBEA\";i:660;s:46:\"kg=hT?GUIDlBQM.4Fx~5BAHO=hT?GUYDlB?L.4Fx~5FABA\";i:661;s:13:\"hg=hT?GUOBlBA\";i:662;s:94:\"og=hT?GUIDlBEM.4Fx}Mb.6FgwLvSQ[zSB2W+\",ub@=1GFQA*\",ub@F=5Fe2LvSQ[ztN0WFhqI:$vbtfe\"+>_Q3nE3xJ$A\";i:663;s:37:\"uP=hT?GUDClB3L.4Fx}M[+6F+uLvSQ[ztN0WA\";i:664;s:14:\"_X=hT?GU~@XBEA\";i:665;s:13:\"_X=hT?GU\"tlBA\";i:666;s:14:\"_X=hT?GU}jnCEA\";i:667;s:13:\"_X=hT?GU\"tlBA\";i:668;s:13:\"(a=hT?GU\"tlBA\";i:669;s:13:\"VE=hT?GU>BlBA\";i:670;s:14:\"_X=hT?GU~@YBEA\";i:671;s:14:\"_X=hT?GU~@9CEA\";i:672;s:13:\"_X=hT?GUTClBA\";i:673;s:14:\"_X=hT?GU~@YBEA\";i:674;s:50:\"BlBA\";i:676;s:46:\"I0=hT?GU~AlBIM.4FxrjBABlBA\";i:680;s:13:\"`)=hT?GUCVlBA\";i:681;s:13:\"`)>hT?GUITlBA\";i:682;s:118:\"]o=hT?IU}j#C/hBD5FrXzXJI{ZoBc4ht,ub@FN5FxtLvSQ[zYB3(*\",ub@^D5FbvLvSQ[zYBJt+\",ub@^D5FgwLvSQ[zFAbLjt,ub@^D5FLvLvSQ[zFAEA\";i:683;s:13:\"t8=hT?GUOBlBA\";i:684;s:57:\"}X=hT?GU}DlB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fxrj%A1k=hT?GU\"tlBA\";i:685;s:13:\"nu=hT?GU}DlBA\";i:686;s:13:\"nu=hT?GU}TlBA\";i:687;s:36:\"v8=hT?GUOBlBbL.4Fx~5CAw(>hT?GU}jQBEA\";i:688;s:14:\"4r=hT?GU~@\"AEA\";i:689;s:13:\"nu=hT?GUoTlBA\";i:690;s:26:\")a=hT?GU~@aByWlt,ub@=1ODQA\";i:691;s:26:\"zd=hT?GU~@aByWlt,ub@=1ODQA\";i:692;s:13:\"EH>hT?GU\"tlBA\";i:693;s:13:\"EH>hT?GU\"tlBA\";i:694;s:50:\"J=hT?GU\"tlBA\";i:698;s:12:\"EH=hT?GU5A$A\";i:699;s:13:\"EH=hT?GUPulBA\";i:700;s:13:\">J=hT?GU\"tlBA\";i:701;s:13:\"EH=hT?GU6tlBA\";i:702;s:13:\"VE=hT?GU>BlBA\";i:703;s:13:\"VE=hT?GU4DlBA\";i:704;s:14:\"t8>hT?GU}jdBEA\";i:705;s:14:\"t8>hT?GU~@dBEA\";i:706;s:14:\"t8>hT?GU}jeBEA\";i:707;s:14:\"t8>hT?GU~@eBEA\";i:708;s:24:\"WE=hT?GU?ulBjL.4Fxrj%ABA\";i:709;s:14:\"4r=hT?GU~@%CEA\";i:710;s:13:\"4r=hT?GU\"tlBA\";i:711;s:46:\"I0=hT?GU.DlBIM.4FxrjFABlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:713;s:25:\")a=hT?GU~AlB)M.4Fx}MKL6FA\";i:714;s:25:\"zd=hT?GU~AlB)M.4Fx}MKL6FA\";i:715;s:82:\"yP=hT?GUDClBzL.4Fx}MN]6FFxLvSQ[zB[0WeGqI:$vbWARtlBJHNz)duWUEqI:$vb\"EgA%BJHNzij@S$A\";i:716;s:13:\"bS=hT?GUdUlBA\";i:717;s:13:\"L&=hT?GUoTlBA\";i:718;s:14:\"hg=hT?GU~@zCEA\";i:719;s:13:\"VE=hT?GU>BlBA\";i:720;s:14:\"hg=hT?GU~@)CEA\";i:721;s:14:\"nu=hT?GU}j~AEA\";i:722;s:14:\"nu=hT?GU}jgBEA\";i:723;s:14:\"bS>hT?GU~@gBEA\";i:724;s:14:\"bS>hT?GU~@*CEA\";i:725;s:14:\"`)>hT?GU}jQBEA\";i:726;s:13:\"i=>hT?GUOBlBA\";i:727;s:36:\"v8=hT?GUOBlB5N.4Fx~5BA};>hT?GU}jhBEA\";i:728;s:57:\"ZE=hT?GU?ulB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fx~5(A1k=hT?GU\"tlBA\";i:729;s:13:\"4r=hT?GU~AlBA\";i:730;s:24:\"WE=hT?GU>BlBjL.4FxrjBABA\";i:731;s:14:\"bS=hT?GU~@hBEA\";i:732;s:25:\"5r=hT?GU~wlB|L.4Fx}Mp!8FA\";i:733;s:26:\"ou=hT?GU}jnCbLnt,ub@=1&JQA\";i:734;s:25:\"ou=hT?GU~$lBlN.4Fx}M}B8FA\";i:735;s:14:\"_X=hT?GU}j3CEA\";i:736;s:36:\"jg=hT?GUIDlBbL.4Fx~5CAw(>hT?GU}jQBEA\";i:737;s:68:\"mg=hT?GUIDlBQM.4Fx~5BAkn=hT?GU~AlBjL.4Fxs@cATq=hT?GU}DlB;L.4Fxs@cABA\";i:738;s:92:\"og=hT?GUIDlBQM.4Fx~5BA;C=hT?GUdUlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx}My^6FbvLvSQ[zFAG\"&(k)No`,gCIA\";i:739;s:13:\"hg=hT?GUIDlBA\";i:740;s:48:\"I0=hT?GU}jmC/hjt,ub@WK7FAwLvSQ[z**7WoIqI:$vb[LgA\";i:741;s:24:\"ou=hT?GU~wlBlN.4Fx}M)ABA\";i:742;s:13:\"nu=hT?GU~$lBA\";i:743;s:48:\"I0=hT?GU}jBB/hjt,ub@?P5FAwLvSQ[z**zWoIqI:$vb\"AgA\";i:744;s:24:\"ou=hT?GU~wlBlN.4Fx}M)ABA\";i:745;s:13:\"nu=hT?GU~$lBA\";i:746;s:14:\"nu>hT?GU}j,CEA\";i:747;s:14:\"nu>hT?GU}j,CEA\";i:748;s:48:\"I0=hT?GU}jmC/hjt,ub@?P7FAwLvSQ[z**7WoIqI:$vbWMgA\";i:749;s:14:\"4r=hT?GU}j9CEA\";i:750;s:13:\"nu=hT?GU~$lBA\";i:751;s:47:\"w8=hT?GUPulBrL.4Fx~5EA;C=hT?GU?ulBvL.4Fx}MX_8FA\";i:752;s:57:\"Dm=hT?GU\"tlBEM.4Fx~5(Aq1=hT?GU0vlBAM.4Fx~5(A+h=hT?GU0vlBA\";i:753;s:13:\"nu=hT?GU_vlBA\";i:754;s:13:\"nu=hT?GU~$lBA\";i:755;s:13:\"hg=hT?GUPulBA\";i:756;s:99:\"Y@>hT?GU~@iBc4ot,ub@=1wFS\"[\",ub@=1wFRt)BJHNzijMW$AvDSOYM*+*llBKO.4Fx}ME96F44LvSQ[zM$0WLvqI:$vbuBlBA\";i:758;s:46:\"BlBA\";i:760;s:25:\":o=hT?GU\"tlBEM.4Fx}MK;6FA\";i:761;s:13:\"4r=hT?GUO%lBA\";i:762;s:13:\"?2=hT?GU~AlBA\";i:763;s:47:\"I0=hT?GU~AlBIM.4FxrjBAjt,uj@=1^CRt!R=G$A\";i:765;s:25:\"WE>hT?GU~@&A7F#(k)No%D:CA\";i:766;s:17:\"\"l=hT?IUuBlB&!AAB\";i:767;s:24:\"WE=hT?GU?ulBjL.4Fxrj%ABA\";i:768;s:14:\"4r=hT?GU~@%CEA\";i:769;s:13:\"4r=hT?GU\"tlBA\";i:770;s:46:\"I0=hT?GUNUlBIM.4FxrjBAJ=hT?GU~AlBA\";i:781;s:14:\"_X=hT?GU}jkBEA\";i:782;s:36:\"jg=hT?GUIDlBQM.4Fx~5BAw(>hT?GU}jQBEA\";i:783;s:14:\"/o=hT?GU}jgBEA\";i:784;s:13:\"\"l=hT?GU~AlBA\";i:785;s:36:\"v8=hT?GUPulBrL.4Fx~5EAkn=hT?GU~@kBEA\";i:786;s:25:\"ig=hT?GU~@OBbLnt,ub@^D5FA\";i:787;s:57:\"lg=hT?GUJwlBbL.4Fx~5&AYL=hT?GU?ulB?L.4FxrjABm_#(k)Nowm;CA\";i:788;s:15:\"F0=hT?GUO[AA5FA\";i:789;s:14:\"_X=hT?GU}j:ACA\";i:790;s:13:\"hg=hT?GUPulBA\";i:791;s:57:\"ZE=hT?GU?ulB?L.4FxrjBApI=hT?GU~AlB^L.4Fx~5DA1k=hT?GU~AlBA\";i:792;s:13:\"4r=hT?GU~AlBA\";i:793;s:13:\"4r=hT?GU~AlBA\";i:794;s:13:\"`)>hT?GUITlBA\";i:795;s:13:\"nu=hT?GU}DlBA\";i:796;s:25:\"ou=hT?GUYTlB9N.4Fx}Mf86FA\";i:797;s:13:\"hg=hT?GUIDlBA\";i:798;s:13:\"hg=hT?GUOBlBA\";i:799;s:14:\"4r=hT?GU}jRBEA\";i:800;s:14:\"4r=hT?GU~@\"AEA\";i:801;s:25:\"Xx=hT?GU~AlB|L.4Fx}MQZ6FA\";i:802;s:25:\"0:>hT?GU~@WBEA$(k)No`n:CA\";i:803;s:13:\"hg=hT?GUIDlBA\";i:804;s:13:\"hg=hT?GUIDlBA\";i:805;s:57:\"lg=hT?GUJwlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:806;s:55:\"hT?GUO[:CXLA\";i:807;s:48:\"I0=hT?GU}jmC/hjt,ub@?P7FAwLvSQ[z**7WoIqI:$vbWMgA\";i:808;s:24:\"?J=hT?GU~AlB;L.4FxrjBABA\";i:809;s:15:\"nu>hT?GUO[UEbLA\";i:810;s:36:\"v8=hT?GUPulBbL.4Fx~5&A[Q=hT?GU}jrCEA\";i:811;s:13:\"nu=hT?GU~wlBA\";i:812;s:13:\"nu=hT?GU~$lBA\";i:813;s:58:\"ZE=hT?GU?ulB?L.4Fxrj%ApI=hT?GU\"tlB^L.4Fx}Mm38FbvLvSQ[z?CIA\";i:814;s:46:\"J=hT?GU\"tlBA\";i:817;s:13:\"EH=hT?GU6tlBA\";i:818;s:14:\"4r=hT?GU}jxCEA\";i:819;s:13:\"4r=hT?GU\"tlBA\";i:820;s:46:\"I0=hT?GU.DlBIM.4FxrjFAhT?GUOBlBA\";i:823;s:36:\"v8=hT?GUOBlB5N.4Fx~5BA};>hT?GU}jhBEA\";i:824;s:13:\"sP=hT?GUDClBA\";i:825;s:13:\"bS=hT?GUvulBA\";i:826;s:13:\"bS=hT?GU>BlBA\";i:827;s:13:\"_X=hT?GUzClBA\";i:828;s:24:\"`X=hT?GUzClB#L.4Fx}MdABA\";i:829;s:46:\"kg=hT?GUIDlBrL.4Fxs@CAvW=hT?GUzClB#L.4FxrjBABA\";i:830;s:35:\"jg=hT?GUIDlBrL.4Fx~5EA;C=hT?GU>BlBA\";i:831;s:24:\"WE=hT?GU?ulB,L.4Fx~5DABA\";i:832;s:35:\"uP=hT?GUYDlBbL.4Fx~5CA1k=hT?GU~AlBA\";i:833;s:13:\"\"l=hT?GU~AlBA\";i:834;s:13:\"F0=hT?GUNUlBA\";i:835;s:13:\"9M=hT?GU4DlBA\";i:836;s:46:\"I0=hT?GU~AlBIM.4FxrjBAJ=hT?GU~AlBA\";i:842;s:14:\"4r=hT?GU}jxCEA\";i:843;s:13:\"4r=hT?GU\"tlBA\";i:844;s:13:\"4r=hT?GU\"tlBA\";i:845;s:50:\"I0=hT?GUO[oIXL!GVElg*NLA2W+\",ub@y2.hBt@Q_Q3nE3sAgA\";i:846;s:55:\"I0=hT?GUO[=JbL!GVElg*NNKmulBAM.4FxrjYB,FQA*\",ub@y2EtRtA\";i:847;s:13:\"4r=hT?GUYTlBA\";i:848;s:13:\"VE=hT?GU>BlBA\";i:849;s:57:\"wP=hT?GUZwlB3L.4Fxs@BBa4#(k)No6o;CwYzXJI|+DCbLit,ub@Z[7FA\";i:850;s:13:\"F0=hT?GU\"tlBA\";i:851;s:13:\"hg=hT?GUOBlBA\";i:852;s:14:\"Wx=hT?GU}j$ACA\";i:853;s:13:\"9M=hT?GU4DlBA\";i:854;s:46:\"I0=hT?GU~AlBIM.4FxrjBAjt,ub@=1^CQA\";i:857;s:13:\"VE=hT?GU4DlBA\";i:858;s:55:\"\",ub@y2b4BtA\";i:859;s:14:\"i=>hT?GU}jhBEA\";i:860;s:36:\"v8=hT?GUITlB5N.4Fx}M|_6Fj3LvSQ[zGAEA\";i:861;s:14:\"i=>hT?GU}jhBEA\";i:862;s:36:\"v8=hT?GUITlB5N.4Fx}M|_6Fj3LvSQ[zGAEA\";i:863;s:37:\"jg=hT?GUO[rPXLjHVElg*NjCRtmBJHNzApuWA\";i:864;s:15:\"hg=hT?GUO[rPXLA\";i:865;s:68:\"mg=hT?GUIDlBQM.4Fx~5BAkn=hT?GU~AlBjL.4Fxs@cATq=hT?GU}DlB;L.4Fxs@cABA\";i:866;s:81:\"z8=hT?GUJ$lBbL.4FxrjYB[FS\"*\",ub@^D7FxtLvSQ[z}C3(*\",ub@^D7FbvLvSQ[z?CIAot,ub@g<7FA\";i:867;s:15:\"hg=hT?GUO[rPXLA\";i:868;s:52:\"I0=hT?GUvulBIM.4FxrjYB^FRttBJHNzij8m$A{CSOYMjhT?GUO[JVbLA\";i:880;s:15:\"nu>hT?GUO[uWbLA\";i:881;s:38:\"6r=hT?GU}jjCEA$(k)No;F;C:azXJI|+wC?LgA\";i:882;s:24:\"ou=hT?GU~wlBlN.4Fx}M)ABA\";i:883;s:48:\"w8=hT?GUPulBrL.4Fx~5EA;C=hT?GU?ulBvL.4FxrjYBAGQA\";i:884;s:59:\"Dm=hT?GU\"tlBEM.4Fx}MIx8FgwLvSQ[z>C2W+\",ub@=1}JQA*\",ub@TD7FA\";i:885;s:15:\"nu=hT?GUO[dZbLA\";i:886;s:13:\"nu=hT?GU~$lBA\";i:887;s:13:\"`)=hT?GU=UlBA\";i:888;s:149:\"`o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GU~AlBIM.4FxrjBAhT?GUO[&aXL5FVElg*NVAJt^\",ub@y2xWCtA\";i:889;s:111:\"dx>hT?IU~@,A]QO[jnuWkUVElg*NiVPtK&_Q3nE30o@Q5FC6LvSQ[zGFSC$A\"CSOYM?IIth=_Q3nE3~R1A|e?hT?GUO[0kXL&aVElg*NNK)ElBA\";i:890;s:13:\"),>hT?GUOBlBA\";i:891;s:13:\"KV?hT?GUOBlBA\";i:892;s:19:\"`)=hT?IU~@{A]QOB:CA\";i:893;s:70:\">o=hT?GU}DlBjL.4FxrjBATq=hT?GUzClB;L.4FxrjBA+h=hT?GU}DlBRN.4FxrjYBqAIA\";i:894;s:13:\"sP?hT?GU~AlBA\";i:895;s:13:\"/o>hT?GUOBlBA\";i:896;s:15:\"/o>hT?GUO[{eXLA\";i:897;s:26:\"`X?hT?GU~AlBqO.4FxrjYBuAIA\";i:898;s:13:\"hg=hT?GUIDlBA\";i:899;s:13:\"F0=hT?GUTClBA\";i:900;s:13:\"F0=hT?GU\"tlBA\";i:901;s:81:\"Em?hT?GUO[.obLnbVElg*NtEMtJV`Q3nE30oJV7FH7LvSQ[zGFVZ$A$DSOYMjhT?GUO[BtXLQQVElg*NNAIA\";i:903;s:13:\"/o>hT?GUOBlBA\";i:904;s:15:\"Wx=hT?GUO[muXLA\";i:905;s:13:\"Wx=hT?GU~AlBA\";i:906;s:15:\"Wx=hT?GUO[muXLA\";i:907;s:15:\"L&>hT?GUO[;vXLA\";i:908;s:15:\"\"l>hT?GUO[VxXLA\";i:909;s:26:\"5r=hT?GUYTlBuO.4FxrjYB.AIA\";i:910;s:49:\"vP=hT?GUYDlBvL.4FxrjBAhT?GU~@,A,h((k)Noa.Z4uWA\";i:911;s:15:\"L&=hT?GUO[E0XLA\";i:912;s:15:\"_X=hT?GUO[p1XLA\";i:913;s:48:\"2XL0EVElg*NLAIA\";i:914;s:15:\"L&>hT?GUO[;vXLA\";i:915;s:15:\"\"l=hT?GUO[>2XLA\";i:916;s:13:\"Wx=hT?GU~AlBA\";i:917;s:13:\"9M=hT?GU>BlBA\";i:918;s:52:\"Zx=hT?GUYTlB/N.4FxrjYB@A3(?\",ub@=19ERt9BJHNzRm8WIABA\";i:919;s:15:\"z:>hT?GUO[95XLA\";i:920;s:13:\"nu=hT?GUzClBA\";i:921;s:13:\"nu=hT?GU^ClBA\";i:922;s:14:\"nu=hT?GU}jRBEA\";i:923;s:13:\"nu=hT?GUoTlBA\";i:924;s:14:\"nu=hT?GU~@[ACA\";i:925;s:13:\"nu=hT?GU}TlBA\";i:926;s:13:\"?2?hT?GUOBlBA\";i:927;s:15:\"?2?hT?GUO[H7XLA\";i:928;s:15:\"?2?hT?GUO[s8XLA\";i:929;s:91:\"L0=hT?GU}jXB/hjt,ub@=1CFRttBJHNzijKU$A{CSOYM*+UolBWO.4FxrjYB}AJt@\",ub@y2Q/DtK&_Q3nE30o@Q5FA\";i:930;s:29:\"#5?hT?GUO[$$XLkUVElg*NNKYIlBA\";i:931;s:46:\"BlBvL.4Fxs@cABA\";i:934;s:13:\"VE=hT?GUdUlBA\";i:935;s:12:\"EH=hT?GU5A$A\";i:936;s:90:\"@o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GU~AlBIM.4FxrjBAhT?GUO[BtXLA\";i:940;s:15:\"z:>hT?GUO[BtXLA\";i:941;s:15:\"!5?hT?GUO[BtXLA\";i:942;s:15:\"4r>hT?GUO[BtXLA\";i:943;s:15:\"4r>hT?GUO[*hXLA\";i:944;s:113:\"<,=hT?GUO[e+XL*BVElg*NlA3((\",ub@y2_9FtXL_Q3nE3sAi\"lBJHNz)duWFhqI:$vbaUoI:C1ZzXJI|+wCfDi\"$BJHNzij$S$AgDSOYM*+CelBA\";i:945;s:92:\"zP=hT?GUYDlBbL.4Fx}Mc16F%tLvSQ[z;^0W=JqI:$vbHFi\"mBJHNzG3xWyKqI:$vbHFi\"rBJHNzG3xWjnqI:$vb+EgA\";i:946;s:14:\"F0=hT?GU}jkBEA\";i:947;s:13:\"hg=hT?GUOBlBA\";i:948;s:13:\"F0=hT?GU\"tlBA\";i:949;s:15:\">J>hT?GUO[(,XLA\";i:950;s:71:\"aE=hT?GU~@]AwW#(k)Noa.Z4vW=JqI:$vbHFi\"mBJHNzG3xWyKqI:$vbHFi\"rBJHNzG3xWA\";i:951;s:15:\"9M=hT?GUO[y:XLA\";i:952;s:24:\"WE=hT?GUdUlBnL.4Fx~5BABA\";i:953;s:24:\"tP=hT?GUYDlBEM.4Fxrj%ABA\";i:954;s:13:\"4r=hT?GU}DlBA\";i:955;s:155:\"3P=hT?GUYDlBEM.4FxrjYBhT?GU}jhT?GU}jWBEA\";i:958;s:103:\"zP=hT?GUDClB;L.4FxrjYBZBS\":\",ub@^D5FC6LvSQ[zGFRF$A\"CSOYM*+XLUEVElg*NNK&KlBA\";i:960;s:25:\"Am=hT?GU~AlB)M.4Fx}MKL6FA\";i:961;s:15:\"(a=hT?GUO[T|XLA\";i:962;s:25:\"Am=hT?GU~AlB)M.4Fx}MKL6FA\";i:963;s:26:\")a=hT?GUO[muXL0EVElg*NLAIA\";i:964;s:29:\"@2=hT?GUO[/`XLUEVElg*NNK=JlBA\";i:965;s:15:\"(a=hT?GUO[T|XLA\";i:966;s:55:\"I0=hT?GUO[p1XL!GVElg*NNK/FlBAM.4FxrjYBhT?GUO[jnXLA\";i:970;s:15:\"\"l=hT?GUO[p1XLA\";i:971;s:82:\"bE=hT?GU>BlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx}M@~6FbvLvSQ[zFAFtpt,ub@y2n_Et+>_Q3nE3xJ$A\";i:972;s:78:\"K0=hT?GU}jYB/hjt,ub@=1_DRttBJHNzijaU$A{CSOYM*+nflB/N.4FxrjYBlBRt$BJHNzRmPtIABA\";i:973;s:67:\"J0=hT?GUO[lBYL!GVElg*N)PMt^X_Q3nE30o%t5FLvLvSQ[z@0zWnbqI:$vbaUOW:CA\";i:974;s:72:\"K0=hT?GU~AlBIM.4FxrjBA\",ub@7L5FM8LvSQ[zGF/F$A\";i:975;s:85:\"L0=hT?GU~AlBIM.4FxrjBAhT?GUO[jnbLEUVElg*N+FQA\";i:979;s:59:\"J0=hT?GU\"tlBIM.4Fxrj%AhT?GU_vlBA\";i:981;s:70:\"K0=hT?GU\"tlBIM.4Fxrj%AhT?GUO[DHcLEUVElg*N+FQA\";i:982;s:13:\"hg=hT?GUIDlBA\";i:983;s:14:\"VE=hT?GU~@]ACA\";i:984;s:14:\"_X=hT?GU}jCBEA\";i:985;s:14:\"_X=hT?GU}j:ACA\";i:986;s:13:\"_X=hT?GUzClBA\";i:987;s:15:\"_X=hT?GUO[oIYLA\";i:988;s:14:\"_X=hT?GU}jCBEA\";i:989;s:15:\"KV=hT?GUO[=JYLA\";i:990;s:53:\"NV=hT?GUO[XLYLkUVElg*NNKUElB|L.4Fx}My^6F51LvSQ[ztNzWA\";i:991;s:15:\"z:>hT?GUO[*hXLA\";i:992;s:15:\"),=hT?GUO[8MYLA\";i:993;s:27:\"G0=hT?GU~@UB:>nt,ub@y2b4FtA\";i:994;s:13:\"hg=hT?GUOBlBA\";i:995;s:15:\"Wx>hT?GUO[muXLA\";i:996;s:13:\"F0=hT?GUTClBA\";i:997;s:15:\"F0=hT?GUO[aSYLA\";i:998;s:15:\"F0=hT?GUO[#TYLA\";i:999;s:15:\"F0=hT?GUO[JVYLA\";i:1000;s:35:\"{X=hT?GU~AlB#L.4FxrjBAeZ=hT?GU~AlBA\";i:1001;s:13:\"sP=hT?GUDClBA\";i:1002;s:14:\"sP=hT?GU}j}ACA\";i:1003;s:14:\"F0=hT?GU~@}ACA\";i:1004;s:14:\"Wx=hT?GU~@}ACA\";i:1005;s:35:\"uP=hT?GUDClBbL.4Fx~5CA[Q=hT?GU>BlBA\";i:1006;s:15:\"KV=hT?GUO[uWYLA\";i:1007;s:76:\"gS=hT?GUO[^XYL_EVElg*NNKmOlBjL.4FxrjBATq=hT?GUO[dZYL0EVElg*NLA2W.\",ub@=1|CQA\";i:1008;s:13:\"bS=hT?GU>BlBA\";i:1009;s:13:\"bS=hT?GU>BlBA\";i:1010;s:14:\"sP=hT?GU}j)ACA\";i:1011;s:14:\"hg=hT?GU~@OBEA\";i:1012;s:25:\"ig=hT?GU~@OBc4jt,ub@4E5FA\";i:1013;s:13:\"hg=hT?GUIDlBA\";i:1014;s:15:\"/o=hT?GUO[&aYLA\";i:1015;s:14:\"Wx=hT?GU}j~AEA\";i:1016;s:85:\"ng=hT?GU~@OBc4jt,ub@4E5F[tLvSQ[zSAbLht,ub@nH5F51LvSQ[zosyWjnqI:$vbuhT?GUO[{eYLA\";i:1022;s:27:\"cS=hT?GUO[95XL#TVElg*NXmOtA\";i:1023;s:13:\"bS=hT?GUdUlBA\";i:1024;s:35:\"uP=hT?GUYDlBYM.4FxrjBA;C=hT?GU>BlBA\";i:1025;s:13:\"t8=hT?GUOBlBA\";i:1026;s:13:\"bS>hT?GU[IlBA\";i:1027;s:58:\"fS=hT?GU}jVByWjt,ub@^D5FgwLvSQ[zFAbLjt,ub@^D5FLvLvSQ[zFAEA\";i:1028;s:14:\"bS=hT?GU}jABEA\";i:1029;s:25:\"ig=hT?GU~@zCc4jt,ub@4E5FA\";i:1030;s:27:\"`X=hT?GUO[ggYLPDVElg*NuxKtA\";i:1031;s:14:\"hg=hT?GU~@OBEA\";i:1032;s:15:\"Wx=hT?GUO[+>XLA\";i:1033;s:13:\"t8=hT?GUOBlBA\";i:1034;s:13:\"hg=hT?GUPulBA\";i:1035;s:13:\"bS=hT?GUdUlBA\";i:1036;s:14:\"Wx=hT?GU}j>ACA\";i:1037;s:13:\"F0=hT?GU~AlBA\";i:1038;s:89:\"ng=hT?GU~@OBc4jt,ub@4E5F#zLvSQ[zGF(H$A~CSOYMifBtoI`Q3nE30oH75FlxLvSQ[zLTyWdZqI:$vbaUWe:CA\";i:1039;s:15:\"bS=hT?GUO[*hYLA\";i:1040;s:14:\"),=hT?GU}j(ACA\";i:1041;s:49:\"kg=hT?GU~@OBbLht,ub@^D5FGuLvSQ[zKAz(pt,ub@y2xWGtA\";i:1042;s:68:\"xP=hT?GUYDlBvL.4Fxs@cA7y=hT?GU~AlBIM.4FxrjBABlBA\";i:1046;s:13:\"sP=hT?GUZwlBA\";i:1047;s:15:\"z:>hT?GUO[95XLA\";i:1048;s:14:\"\"l=hT?GU~@kBEA\";i:1049;s:73:\"y8=hT?GUITlB?L.4FxrjYB|BRtmBJHNz!PuWyKqI:$vbWARtrBJHNzijFT$A\"CSOYM*+.clBA\";i:1050;s:13:\"\"l=hT?GU~AlBA\";i:1051;s:13:\"hg=hT?GUOBlBA\";i:1052;s:13:\"t8=hT?GUITlBA\";i:1053;s:13:\"sP=hT?GUYDlBA\";i:1054;s:51:\"vP=hT?GUYDlB3L.4Fx}M[+6FxtLvSQ[ztN1W@QqI:$vbaU7f:CA\";i:1055;s:14:\">J=hT?GU}j]ACA\";i:1056;s:29:\"?J=hT?GUO[v(XLoIVElg*NNKAQlBA\";i:1057;s:25:\"ig=hT?GU~@OBc4jt,ub@4E5FA\";i:1058;s:13:\">J=hT?GU}DlBA\";i:1059;s:27:\":o=hT?GUO[PjYL0EVElg*NXmQtA\";i:1060;s:14:\"t8=hT?GU~@%ACA\";i:1061;s:25:\"ig=hT?GU~@OBc4it,ub@?P5FA\";i:1062;s:86:\"ng=hT?GU~@OBc4ht,ub@FN5FT3LvSQ[z!K1WXLqI:$vbtfY\"+>_Q3nE3\"!1Akn>hT?GUOBlBgM.4FxrjYBCCQA\";i:1063;s:13:\"hg=hT?GUOBlBA\";i:1064;s:13:\"nu=hT?GU}TlBA\";i:1065;s:13:\"Wx>hT?GU~AlBA\";i:1066;s:27:\"M&>hT?GUO[GOYLjHVElg*NiVJtA\";i:1067;s:14:\"),=hT?GU}j(ACA\";i:1068;s:14:\"t8=hT?GU~@%ACA\";i:1069;s:25:\"ig=hT?GUIDlBAM.4Fx}Mi(6FA\";i:1070;s:14:\"hg=hT?GU~@OBEA\";i:1071;s:15:\"),=hT?GUO[.oYLA\";i:1072;s:37:\"@J=hT?GU~@kBc4ht,ub@FN5F>2LvSQ[z!KyWA\";i:1073;s:13:\">J=hT?GU~AlBA\";i:1074;s:26:\"?J=hT?GUYTlBcM.4FxrjYBGCQA\";i:1075;s:13:\"t8=hT?GUITlBA\";i:1076;s:37:\"jg=hT?GU~@OB/hjt,ub@=1*EQA+\",ub@??5FA\";i:1077;s:13:\"?2=hT?GU~AlBA\";i:1078;s:13:\"yd=hT?GU~AlBA\";i:1079;s:60:\"lg=hT?GUIDlBrL.4Fx~5EAO/>hT?GUO[3rYLQQVElg*NNA2W.\",ub@=1|CQA\";i:1080;s:27:\"FH>hT?GUO[BtYL.IVElg*NXmJtA\";i:1081;s:63:\"wP=hT?GUDClB3L.4Fx}M|U6F2uLvSQ[zFAEA$(k)Noa.;CxW@QqI:$vbaUqi:CA\";i:1082;s:15:\"`)?hT?GUO[VxYLA\";i:1083;s:93:\"og=hT?GUIDlBQM.4Fx}M9C6F[tLvSQ[zSAbLht,ub@*=5FrvLvSQ[z**yWKCqI:$vbWARtsBJHNz!PuWNJqI:$vb\"Id\"A\";i:1084;s:24:\"tP=hT?GUDClBbL.4Fx~5CABA\";i:1085;s:13:\"\"l=hT?GU~AlBA\";i:1086;s:70:\"xP=hT?GUDClBzL.4FxrjYBSCQA)\",ub@^D5F+uLvSQ[zFA:>jt,ub@^D5FRtLvSQ[zKAEA\";i:1087;s:140:\"3P=hT?GUDClB3L.4FxrjBANc=hT?GUzClBYM.4FxrjBA;C=hT?GU~@]A.>#(k)No6o:C+WzXJI|+5Am_#(k)No6o:C7XzXJI|+5AwW((k)NocC:C3bzXJI|+wC*Bi\"8BJHNzRm9(EABA\";i:1088;s:35:\"jg=hT?GUOBlBbL.4FxrjBA[Q=hT?GU~AlBA\";i:1089;s:15:\"_X=hT?GUO[E0YLA\";i:1090;s:13:\"_X=hT?GU~AlBA\";i:1091;s:46:\"2:=hT?GUOBlBoM.4Fx~5BA,>=hT?GUOBlBwM.4Fx~5BABA\";i:1092;s:36:\"uP=hT?GUYDlBvL.4Fx}M/e6F\"yLvSQ[zFAEA\";i:1093;s:68:\"OV=hT?GU}j_Aa4$(k)Noa.[QxW\"SqI:$vbaU?j:C}YzXJI|+wCsEi\"zBJHNzRmPtZABA\";i:1094;s:14:\"EH>hT?GU~@,ACA\";i:1095;s:56:\"2:=hT?GUO[>2YLtJVElg*NNKKSlBsM.4FxrjYBYCRtzBJHNzRm9(ZABA\";i:1096;s:149:\"tg=hT?GUIDlBrL.4Fxs@CA$T=hT?GUO[rPYL:CVElg*NLAJt)\",ub@^D5FFxLvSQ[zFAbLht,ub@WK5FGuLvSQ[zOAz(it,ub@Z[5FxtLvSQ[zYB3(*\",ub@Z[5FbvLvSQ[zYBIAst,ub@y2^QHtA\";i:1097;s:137:\"rg=hT?GU~@OBbLlt,ub@=1`CS\"_\",ub@y2_9EtuW_Q3nE3\"!uA%$>hT?GU}j^A8y)(k)No`,;B3(_\",ub@y2b4Ct_)_Q3nE3t`jAO/?hT?GUOBlBcM.4FxrjYBaCRt]BJHNztSuWA\";i:1098;s:13:\"KV=hT?GUjClBA\";i:1099;s:14:\"KV=hT?GU~@RCEA\";i:1100;s:46:\"%5=hT?GU^SlBrL.4Fxs@CAvW=hT?GU~AlBbL.4Fx~5CABA\";i:1101;s:15:\"KV=hT?GUO[95YLA\";i:1102;s:15:\"4r>hT?GUO[H7cLA\";i:1103;s:13:\"?2?hT?GUOBlBA\";i:1104;s:25:\"Xx=hT?GU~@kBEA$(k)No`n:CA\";i:1105;s:25:\"0:>hT?GU~@WBz(mt,ub@4E5FA\";i:1106;s:13:\"Wx=hT?GU(ClBA\";i:1107;s:14:\"Wx=hT?GU}j%ACA\";i:1108;s:15:\"4r=hT?GUO[s8YLA\";i:1109;s:35:\"XE=hT?GU>BlBnL.4Fx~5CA7y=hT?GU~AlBA\";i:1110;s:82:\"bE=hT?GU~@KBFtht,ub@=1?ES\"*\",ub@Z[5FxtLvSQ[zYB3(*\",ub@Z[5FbvLvSQ[zYBJt+\",ub@=1OFQA\";i:1111;s:13:\"F0=hT?GU~AlBA\";i:1112;s:13:\"VE=hT?GU>BlBA\";i:1113;s:14:\"VE=hT?GU~@KBEA\";i:1114;s:14:\"VE=hT?GU~@KBEA\";i:1115;s:24:\"5r=hT?GU\"tlBEM.4FxrjBABA\";i:1116;s:70:\"aE=hT?GU~@KBFtht,ub@=1?ES\"*\",ub@F=5FxtLvSQ[zYB3(*\",ub@F=5FbvLvSQ[zYBIA\";i:1117;s:23:\"nu>hT?IUO[[9YL#zGF1JlBA\";i:1118;s:134:\"fE>hT?GU~@&A7F#(k)No%D;CIYzXJI{ZgydL!GVElg*NiVbt^X_Q3nE3t`NBx(#(k)No`,3EK\"pt,ub@4E7Fe2LvSQ[z?CJt@\",ub@y2/>XtK&_Q3nE30oG>5F;vLvSQ[zWBIA\";i:1119;s:13:\"hg=hT?GUOBlBA\";i:1120;s:98:\"og=hT?GUIDlBQM.4Fx}M9C6FrvLvSQ[zGF=J$A=CSOYMLUItJV_Q3nE3sAi\"rBJHNzG3xWE0qI:$vbaUmO:CWezXJI|+wCgEgA\";i:1121;s:13:\"9M=hT?GU>BlBA\";i:1122;s:13:\"hg=hT?GUOBlBA\";i:1123;s:37:\"MV=hT?GUO[XLYL:CVElg*NPIRtwBJHNz!P2WA\";i:1124;s:26:\"5r=hT?GU}jgBbLnt,ub@=1_DQA\";i:1125;s:15:\"z:>hT?GUO[*hbLA\";i:1126;s:14:\"t8=hT?GU~@%ACA\";i:1127;s:12:\"EH=hT?GU5A$A\";i:1128;s:13:\"/o=hT?GU}DlBA\";i:1129;s:13:\"4r=hT?GU0vlBA\";i:1130;s:26:\"!M?hT?GUOBlBdN.4FxrjYBwAIA\";i:1131;s:26:\"!M?hT?GUOBlBdN.4FxrjYBwAIA\";i:1132;s:74:\"K0=hT?GU~@kB/hjt,ub@=14FRttBJHNzijsW$A{CSOYM*+}slB1N.4Fx}MoR6F;vLvSQ[zWBIA\";i:1133;s:49:\"Zx=hT?GU.DlB/N.4FxrjYBmCQA+\",ub@??5F!2LvSQ[zu60WA\";i:1134;s:13:\"Wx=hT?GU~$lBA\";i:1135;s:13:\"/o=hT?GUZ$lBA\";i:1136;s:52:\"I0=hT?GUO[lBYL%NVElg*NNK?TlB/N.4Fx}MR+6F;vLvSQ[zWBIA\";i:1137;s:38:\"1:>hT?GUO[e+YLfTVElg*NAbOt$$_Q3nE30AgA\";i:1138;s:25:\"Xx=hT?GU~@[AE\"=hT?GU_vlBA\";i:1139;s:58:\"=o=hT?GU\"tlBjL.4Fxrj%ATq=hT?GU}j9Cc4it,ub@^D7FPzLvSQ[z@CIA\";i:1140;s:50:\"I0=hT?GUO[p1XL!GVElg*NLA2W+\",ub@y2.hDt@Q_Q3nE3sAgA\";i:1141;s:68:\"3d=hT?GUe%lB7L.4FxrjAB.>#(k)No|B;C+WzXJI|+nB:>it,ub@^D7FbvLvSQ[z?CIA\";i:1142;s:264:\"oCoY(\",ub@MI5FWuLvSQ[zGFrH$A]CSOYMjnt,ub@=1bKRt9BJHNzRm8W:ABA\";i:1143;s:13:\">J>hT?GUPulBA\";i:1144;s:13:\"F0=hT?GU~wlBA\";i:1145;s:57:\"J0=hT?GU\"tlBIM.4Fxrj%AhT?GUPulBA\";i:1146;s:51:\"hT?GUO[N/cLoIVElg*NNK1%lBA\";i:1148;s:69:\">o=hT?GU\"tlBjL.4Fxrj%ATq=hT?GU\"tlB;L.4Fxrj%AO/>hT?GU~@7CEA$(k)No`n:CA\";i:1149;s:13:\"nu=hT?GU_vlBA\";i:1150;s:26:\"?J=hT?GUYTlB/N.4FxrjYBmCQA\";i:1151;s:58:\"ZE=hT?GU}j6Cz(it,ub@^D7FxtLvSQ[z?C3(*\",ub@^D7FbvLvSQ[z?CIA\";i:1152;s:13:\"KV>hT?GUOBlBA\";i:1153;s:15:\"KV>hT?GUO[4}XLA\";i:1154;s:66:\"%M=hT?GU>BlBEM.4FxrjYBOA3(+\",ub@y2.hIt^X_Q3nE30o_E5FLvLvSQ[zGFiK$A\";i:1155;s:48:\"A]Q#(k)No|B:C;XzXJI{Z02aL0EVElg*NLAIA\";i:1156;s:46:\"hT?GU}jPBEA\";i:1158;s:13:\"4r=hT?GUYTlBA\";i:1159;s:49:\"hT?GU}jWCEA\";i:1161;s:99:\"iS=hT?GUO[Q@YL^XVElg*N+FRt#BJHNzijnN$ApDSOYMjhT?GUO[1[cLcMVElg*N+FQA+\",ub@?P7F!2LvSQ[zu68WA\";i:1162;s:77:\"aE=hT?GUO[\"]YLFBVElg*NlCS\"+\",ub@y28FFt&a_Q3nE3\"!9AhT?GUO[*hXLA\";i:1164;s:15:\"z:>hT?GUO[*hXLA\";i:1165;s:15:\"z:>hT?GUO[*hXLA\";i:1166;s:15:\"z:>hT?GUO[*hXLA\";i:1167;s:15:\"z:>hT?GUO[*hXLA\";i:1168;s:145:\"gE=hT?GU0vlBvL.4Fx}M&j8F}4LvSQ[zGFlh$A=DSOYMifRt3r`Q3nE3\"W$ApDSOYMjmt,ub@y2EtStVx_Q3nE3HX$A%(k)NocC;CA\";i:1169;s:58:\"ZE=hT?GU}jVBz(it,ub@^D5FxtLvSQ[zFA:>it,ub@^D5FbvLvSQ[zFAEA\";i:1170;s:70:\"&M=hT?GUPulBEM.4Fxrj%Aq1=hT?GU~wlBAM.4Fx~5*A+h=hT?GU\"tlBlN.4FxrjYB.CQA\";i:1171;s:13:\"?2=hT?GU\"tlBA\";i:1172;s:50:\"I0=hT?GUO[lBYL!GVElg*NLA2W+\",ub@y28FFt@Q_Q3nE3sAgA\";i:1173;s:15:\"mB@hT?GUO[AA6FA\";i:1174;s:26:\"5r=hT?GU~@ABFtpt,ub@=1qFQA\";i:1175;s:103:\"[o=hT?GU\"tlBjL.4Fxrj%ATq=hT?GU\"tlB;L.4Fxrj%A7y=hT?GU\"tlBIM.4Fxrj%AhT?GUO[lBZLA\";i:1176;s:164:\"{o=hT?GU~AlBjL.4FxrjYB|BRtsBJHNz!PuWNJqI:$vbaUbf:CIYzXJI|+CA]Q$(k)No|B:CAYzXJI|+CAx(#(k)No|B:CsczXJI{ZDA,h&(k)No`,&C2W?\",ub@^D5FG!LvSQ[zGA:>mt,ub@y28FJtVx_Q3nE30AgA\";i:1177;s:15:\"4r>hT?GUO[*hbLA\";i:1178;s:65:\"J0=hT?GUO[v(bL!GVElg*Nuxet^X_Q3nE30o*h7FLvLvSQ[z**8W.oqI:$vb)q!\"A\";i:1179;s:13:\"hg=hT?GUOBlBA\";i:1180;s:15:\"z:>hT?GUO[:CdLA\";i:1181;s:90:\"@o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GUzClBIM.4Fx~5DAhT?GUO[*hbLcMVElg*N+FRt^BJHNztS2WXLqI:$vbKQgA\";i:1190;s:26:\"ig=hT?GUPulB/N.4FxrjYBOGQA\";i:1191;s:24:\"5r=hT?GU~AlBAM.4FxrjBABA\";i:1192;s:15:\"KV=hT?GUO[=JYLA\";i:1193;s:15:\"KV=hT?GUO[XLYLA\";i:1194;s:13:\"Wx=hT?GUuBlBA\";i:1195;s:14:\"Wx=hT?GU}jgBEA\";i:1196;s:26:\"ig=hT?GU~@OB/hjt,ub@=1CFQA\";i:1197;s:13:\"nu=hT?GU}TlBA\";i:1198;s:25:\"0:>hT?GU~@WBz(mt,ub@4E5FA\";i:1199;s:13:\"F0=hT?GUzClBA\";i:1200;s:39:\"jg=hT?GUIDlB/N.4FxrjYB@A3(?\",ub@y2^QJtA\";i:1201;s:121:\"]o=hT?GU}j`A]Q#(k)No|B:C;XzXJI|+4AP/#(k)No|B:CIYzXJI{Z(~aL!GVElg*NLA2W+\",ub@y2EtIt@Q_Q3nE3sAi\"4BJHNzRmQ\"S\"\"]_Q3nE30o:C6FA\";i:1202;s:14:\"Wx=hT?GU~@kBEA\";i:1203;s:25:\"0:>hT?GU~@WBz(mt,ub@4E5FA\";i:1204;s:49:\"2:>hT?GUO[e+YL5FVElg*NtCRt$BJHNzij.S$AdDSOYMAlBtA\";i:1205;s:13:\"t8=hT?GUITlBA\";i:1206;s:14:\"t8=hT?GU~@%ACA\";i:1207;s:15:\"4r=hT?GUO[DHZLA\";i:1208;s:24:\"ig=hT?GUIDlBrL.4Fx~5EABA\";i:1209;s:26:\"5r=hT?GU~AlBeO.4FxrjYB{CQA\";i:1210;s:24:\"5r=hT?GU~AlBAM.4FxrjBABA\";i:1211;s:13:\"F0=hT?GU~AlBA\";i:1212;s:62:\"8r=hT?GU~AlBQM.4Fx}MbA;C=hT?GUO[=JZL_EVElg*NNKaClB=N.4Fx~5BABA\";i:1213;s:15:\"4r=hT?GUO[aSXLA\";i:1214;s:27:\"G0=hT?GU}j]Aln%(k)Noa.YLyWA\";i:1215;s:68:\">o=hT?GU}DlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBDP.4Fx~5%ABA\";i:1216;s:90:\"@o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GU~AlBIM.4Fx~5FAhT?GUO[GOZLA\";i:1227;s:15:\"t8?hT?GUO[95XLA\";i:1228;s:87:\"yP=hT?GUDClB3L.4FxrjBANc=hT?GU~AlBuO.4FxrjYBbBQA+\",ub@=12DRt$BJHNzRm9(iAw(=hT?GUO[@QZLA\";i:1229;s:13:\"?2=hT?GU}DlBA\";i:1230;s:13:\"?2=hT?GU.DlBA\";i:1231;s:26:\"`X=hT?GUO[lBYLvDVElg*NtAIA\";i:1232;s:13:\"_X=hT?GU~AlBA\";i:1233;s:40:\"{X=hT?GUO[aSZLvDVElg*NxCRtpBJHNzRmPtjABA\";i:1234;s:15:\"sP=hT?GUO[95XLA\";i:1235;s:79:\"yP=hT?GUEvlB7L.4Fxrj%A;C=hT?GU>BlBEM.4Fx~5DAq1=hT?GU}DlBAM.4Fx~5DA+h=hT?GU}DlBA\";i:1236;s:112:\"qg=hT?GUJwlBQM.4Fx}MAB.>#(k)No|B:C+WzXJI|+CAm_#(k)No|B:C7XzXJI|+CAZL$(k)No|B;CQYzXJI|+nBbLjt,ub@^D7FLvLvSQ[z?CIA\";i:1237;s:14:\"EH=hT?GU~@%ACA\";i:1238;s:13:\"EH=hT?GUITlBA\";i:1239;s:13:\"VE=hT?GU>BlBA\";i:1240;s:157:\"5P=hT?GUYDlB3L.4Fxs@cAeZ=hT?GUdUlBbL.4Fx}M1a8FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5F}4LvSQ[zGA/hlt,ub@4E5F1xLvSQ[z@C3(.\",ub@4E7F`xLvSQ[z@C2W/\",ub@4E7FA\";i:1241;s:36:\"jg=hT?GUOBlB\"O.4FxrjfA6F>hT?GU~@,ACA\";i:1242;s:13:\"hg=hT?GUIDlBA\";i:1243;s:25:\"u8?hT?GUI(lB)M.4Fx}MKL8FA\";i:1244;s:58:\"ZE=hT?GU~@]AZL$(k)No|B:CQYzXJI{ZLA7F$(k)Nowm:CzXzXJI{ZLACA\";i:1245;s:40:\"H0=hT?GU\"tlB=N.4FxrjYBNDRt$BJHNzRmPtIABA\";i:1246;s:15:\"4r>hT?GUO[&abLA\";i:1247;s:13:\"VE=hT?GU>BlBA\";i:1248;s:13:\"VE=hT?GU?ulBA\";i:1249;s:24:\"u8=hT?GUITlBbL.4Fx~5&ABA\";i:1250;s:57:\"ZE=hT?GU/QlB?L.4FxrjBApI=hT?GU~AlB^L.4FxrjBA1k=hT?GU~AlBA\";i:1251;s:15:\"VE=hT?GUO[uWZLA\";i:1252;s:13:\"VE=hT?GU4DlBA\";i:1253;s:13:\"VE=hT?GU>BlBA\";i:1254;s:13:\"hg=hT?GUOBlBA\";i:1255;s:57:\"ZE=hT?GU>BlB?L.4FxrjBApI=hT?GU~AlB^L.4FxrjBA1k=hT?GU~AlBA\";i:1256;s:13:\"sP=hT?GUYDlBA\";i:1257;s:13:\"VE=hT?GU?ulBA\";i:1258;s:13:\"VE=hT?GU?ulBA\";i:1259;s:95:\"zP=hT?GUEvlB3L.4FxrjYBRDRtpBJHNz!P2W$AVElg*NNK!+lBEM.4Fx~5DAq1=hT?GU}DlBAM.4Fx~5DA+h=hT?GU}DlBA\";i:1260;s:13:\"VE=hT?GUoDlBA\";i:1261;s:13:\"VE=hT?GU>BlBA\";i:1262;s:13:\"VE=hT?GU4DlBA\";i:1263;s:13:\"/o=hT?GUzClBA\";i:1264;s:14:\"EH=hT?GU~@%ACA\";i:1265;s:13:\"EH=hT?GUITlBA\";i:1266;s:13:\"EH=hT?GUOBlBA\";i:1267;s:13:\"EH=hT?GUOBlBA\";i:1268;s:25:\"ig=hT?GUOBlBQM.4Fx}M9C6FA\";i:1269;s:35:\"jg=hT?GUIDlBrL.4Fx~5EAhT?GU~AlBA\";i:1270;s:74:\"xP=hT?GUYDlB3L.4FxrjBAeZ=hT?GU~AlB|L.4Fx}Mgp6FVxLvSQ[zGF_M$A,DSOYMjhT?GUO[McZLA\";i:1273;s:47:\"I0=hT?GU}jaB/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5FA\";i:1274;s:26:\"u8=hT?GUITlB/N.4FxrjYBwAIA\";i:1275;s:13:\">J=hT?GU~AlBA\";i:1276;s:13:\"4r=hT?GU\"tlBA\";i:1277;s:24:\"tP=hT?GUYDlB,L.4FxrjcABA\";i:1278;s:85:\"yP=hT?GUDClB3L.4Fx}Mb.6F2uLvSQ[zFAyWtt,ub@=1gDRt{BJHNzijvN$AkDSOYM*+>alBcM.4Fx}MTg6FA\";i:1279;s:26:\"0:>hT?GUO[*hXLQQVElg*NNAIA\";i:1280;s:15:\"z:>hT?GUO[xdZLA\";i:1281;s:15:\"R@?hT?GUO[{eZLA\";i:1282;s:69:\"J0=hT?GU~@kB/hjt,ub@^D5FAwLvSQ[ztN0WoIqI:$vbWARt8BJHtzRm9(lAq10o@QYLA\";i:1283;s:14:\"),=hT?GU}j(ACA\";i:1284;s:47:\"w8=hT?GUITlBAM.4FxrjbAO/>hT?GU~@WBG\"&(k)NoQm:CA\";i:1285;s:27:\"0:>hT?GU~@WB:>nt,ub@y2^QJtA\";i:1286;s:15:\"EH>hT?GUO[BtYLA\";i:1287;s:15:\"4r>hT?GUO[PjZLA\";i:1288;s:48:\"I0=hT?GU~@kB/hjt,ub@^D5FAwLvSQ[zp~1WoIqI:$vbWAQA\";i:1289;s:50:\"kg=hT?GU~@OB/hjt,ub@=1*EQA+\",ub@??5F!2LvSQ[zGFuG$A\";i:1290;s:27:\"0:>hT?GUO[0kZL.IVElg*NXmJtA\";i:1291;s:15:\"EH>hT?GUO[BtYLA\";i:1292;s:35:\"jg=hT?GUIDlBjL.4Fxs@cA1k=hT?GUdUlBA\";i:1293;s:126:\"*M=hT?GUO[~lZLZFVElg*NlCS\"+\",uj@y2F\"xWhNNKoI:CIM.4FxrjYBqCRttBJHNzRmOAQ\"@Q_Q3nE30o+>5F}4LvSQ[zGF%N$AeDSOYMj
ADt&(k)No`,gCIA\";i:1294;s:46:\"hT?GUO[5FZL#TVElg*NiVJtA\";i:1304;s:105:\"[o=hT?GU~AlBjL.4Fx}Mjw6F7vLvSQ[zFAc4it,ub@=1dEQA^\",ub@4E7FT3LvSQ[z!K1WXLqI:$vbWQi\"$BJHNzijbp$AdDSOYMAlBtA\";i:1305;s:15:\"z:>hT?GUO[$$cLA\";i:1306;s:15:\"z:>hT?GUO[e+cLA\";i:1307;s:15:\"4r>hT?GUO[&aXLA\";i:1308;s:14:\"Wx=hT?GU}j:ACA\";i:1309;s:35:\"v8=hT?GUOBlBbL.4Fx~5CATq=hT?GUzClBA\";i:1310;s:63:\"x8=hT?GUITlB?L.4Fx}MoR6FxtLvSQ[zGF=J$A~CSOYMjBlB1N.4Fx}MoR6FA\";i:1314;s:13:\"sP=hT?GUYDlBA\";i:1315;s:109:\"0P=hT?GUDClB3L.4FxrjBANc=hT?GU~AlBbL.4Fx}Mxm6F2!LvSQ[z**yWD,qI:$vb\"IV\"p1`Q3nE3~RmA$T@hT?GU}jBlB?L.4FxrjbApI=hT?GUdUlB^L.4FxrjBA1k=hT?GUdUlB;P.4FxrjYBvDQA\";i:1318;s:37:\"jg=hT?GUIDlB9N.4FxrjYB)AJt=\",ub@4E5FA\";i:1319;s:15:\"/o>hT?GUO[muZLA\";i:1320;s:52:\"O&>hT?GUO[;vXL5FVElg*NAbLtGO`Q3nE30o^X6FJ1LvSQ[zGAEA\";i:1321;s:63:\"J0=hT?GU}jhT?GUO[;vXLA\";i:1323;s:76:\"K0=hT?GU}jit,ub@y2F\"vW8MqI:$vbA2e\"&a_Q3nE30o+>5FAwLvSQ[ztN1WoIqI:$vbaUjn:CPbzXJI{Z@iZLwQVElg*N)PPtuW_Q3nE3\"!iB8y$(k)Nokq:CA\";i:1328;s:15:\"4r>hT?GUO[p1ZLA\";i:1329;s:15:\"z:>hT?GUO[>2ZLA\";i:1330;s:15:\"4r>hT?GUO[>2dLA\";i:1331;s:15:\"4r>hT?GUO[>2dLA\";i:1332;s:15:\"z:>hT?GUO[>2ZLA\";i:1333;s:15:\"z:>hT?GUO[>2dLA\";i:1334;s:15:\"!5?hT?GUO[>2dLA\";i:1335;s:15:\"z:>hT?GUO[Y4ZLA\";i:1336;s:15:\"4r>hT?GUO[Y4dLA\";i:1337;s:15:\"4r>hT?GUO[Y4dLA\";i:1338;s:15:\"z:>hT?GUO[Y4ZLA\";i:1339;s:15:\"z:>hT?GUO[Y4dLA\";i:1340;s:15:\"!5?hT?GUO[Y4dLA\";i:1341;s:15:\"z:>hT?GUO[95ZLA\";i:1342;s:15:\"4r>hT?GUO[95dLA\";i:1343;s:15:\"4r>hT?GUO[95dLA\";i:1344;s:15:\"z:>hT?GUO[95ZLA\";i:1345;s:15:\"z:>hT?GUO[95dLA\";i:1346;s:15:\"!5?hT?GUO[95ZLA\";i:1347;s:15:\"z:>hT?GUO[H7ZLA\";i:1348;s:15:\"4r>hT?GUO[H7dLA\";i:1349;s:15:\"4r>hT?GUO[H7dLA\";i:1350;s:15:\"z:>hT?GUO[H7ZLA\";i:1351;s:15:\"z:>hT?GUO[H7dLA\";i:1352;s:15:\"!5?hT?GUO[H7ZLA\";i:1353;s:15:\"z:>hT?GUO[95bLA\";i:1354;s:191:\"oC_))\",ub@gM5F[tLvSQ[zXvzW_EqI:$vbaUia:CTXzXJI{ZKAa4#(k)No|B:C2WzXJI|+KAZL$(k)Nowm:CQYzXJI|+2A7F$(k)Nowm:CzXzXJI|+2A.>)(k)No`,OC2W\"AyD1+!R7Ii\"_BJHNzijbR$A~DSOYM*+2ilB)M.4FxrjBATq>hT?GUO[s8ZLA\";i:1355;s:46:\"I0=hT?GU(ClBIM.4Fxs@DAhT?GU(ClBdN.4FxrjYB,DRt\"BJHNzRm8WrABA\";i:1357;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.knzW\"SqI:$vbaUR9:C}YzXJI|+wC7Hi\"zBJHNzRmPtrABA\";i:1358;s:15:\"4r>hT?GUO[*hbLA\";i:1359;s:237:\"oCR*)\",ub@4E5F[tLvSQ[zXvzW_EqI:$vbaUia:CjXzXJI|+CAln$(k)Noa.TqzW8MqI:$vbA2a\"&a_Q3nE3~RxADSOYM*+2ilB^P.4Fx}Mjw6FT3LvSQ[zGFKC$AeDSOYMjhT?GU~@,Aa4$(k)No`,)B3(.\",ub@=1uDQA/\",ub@=1uDRtzBJHNzijEO$A\";i:1362;s:62:\"IH>hT?GU~AlBkM.4Fx}M8V6F*xLvSQ[z6{yW#TqI:$vbuhT?GU~AlBkM.4FxrjYB[DRtyBJHNzRm8WsA,>=hT?GUO[_)ZLSKVElg*NNKLflBA\";i:1364;s:79:\"PV=hT?GUjClB)M.4Fx}MKL6F1xLvSQ[zGF7P$AKDSOYMj=hT?GUO[e+ZLSKVElg*NNKbflBA\";i:1365;s:67:\"IH>hT?GU~AlBkM.4FxrjYB[DRtyBJHNzRm8WsA,>=hT?GUO[_)ZLSKVElg*NNKLflBA\";i:1366;s:79:\"PV=hT?GUjClB)M.4Fx}MKL6F1xLvSQ[zGF7P$AKDSOYMj=hT?GUO[e+ZLSKVElg*NNKbflBA\";i:1367;s:46:\"2:=hT?GUPulBoM.4Fx~5%A,>=hT?GUPulBwM.4Fx~5%ABA\";i:1368;s:13:\"nu=hT?GU}TlBA\";i:1369;s:26:\"0:>hT?GUO[(,ZL5FVElg*NtCQA\";i:1370;s:26:\"0:>hT?GUO[(,ZL5FVElg*NtCQA\";i:1371;s:26:\"0:>hT?GUO[(,ZL5FVElg*NtCQA\";i:1372;s:38:\"jg=hT?GUOBlBbL.4Fx}Mgp6Fs8LvSQ[zGF$I$A\";i:1373;s:13:\"hg=hT?GUIDlBA\";i:1374;s:13:\"hg=hT?GUPulBA\";i:1375;s:13:\"yd=hT?GU\"tlBA\";i:1376;s:87:\"4d?hT?GUO[\"]XLfTVElg*NXmLtPj`Q3nE3\"!pA|e?hT?GUO[0kXLVRVElg*N[}Jt0k`Q3nE30Ai\"]BJHNztSuWA\";i:1377;s:15:\"),=hT?GUO[N/ZLA\";i:1378;s:14:\"EH>hT?GU~@,ACA\";i:1379;s:52:\"+a=hT?GU~@;AZL%(k)No|B:C4YzXJI|+wC0EgA3BJHNzRm8WtABA\";i:1380;s:13:\"EH>hT?GU~AlBA\";i:1381;s:41:\"GH>hT?GU~@,AwW%(k)Noa.]9zW|;qI:$vbaUg$:CA\";i:1382;s:13:\"hg=hT?GUOBlBA\";i:1383;s:37:\"XE=hT?GUO[+>ZLlBVElg*NFCS\"+\",ub@^D7FA\";i:1384;s:101:\"*5=hT?GUdUlBrL.4Fx}Mdi6FWuLvSQ[zGF|L$A]CSOYMifBtGO_Q3nE30oIo6FGuLvSQ[zKA:>mt,ub@y2DAvW1RqI:$vbaUl%:CA\";i:1385;s:14:\"_X=hT?GU}jCBEA\";i:1386;s:59:\"J0=hT?GU.DlBIM.4FxrjFAhT?GUO[\"]ZLA\";i:1387;s:37:\"uP=hT?GUYDlB7L.4FxrjBAf+=hT?GUO[k_dLA\";i:1388;s:13:\"t8=hT?GUITlBA\";i:1389;s:24:\"?J=hT?GUYTlB;L.4FxrjBABA\";i:1390;s:14:\"t8=hT?GU~@%ACA\";i:1391;s:36:\"jg=hT?GUIDlBfL.4Fxs@AAw(=hT?GU~@{ACA\";i:1392;s:178:\"SH=hT?GU5A$A?CSOYMtOCtlB_Q3nE3nX$A>CSOYMu7RtoI_Q3nE3~RuAkn=hT?GU~@kB/hht,ub@^D5F7vLvSQ[zFAc4it,ub@^D5FQwLvSQ[ztN8WhNqI:$vbA26\"^X_Q3nE3~RWBx(#(k)No`,}E2W?\",ub@=1dERt8BJHNzRmPtDBCA\";i:1393;s:14:\"(a=hT?GU}jHBEA\";i:1394;s:93:\"zP=hT?GUDClB3L.4FxrjBANc=hT?GU~AlBbL.4Fx~5DA[Q=hT?GU}jBBFtpt,ub@4E5FG!LvSQ[zGAG\")(k)Noa.pIxWA\";i:1395;s:77:\"xP=hT?GUDClB3L.4FxrjYBOERtpBJHNz:ruW.oqI:$vbaU{!:C^XzXJI{Z*zZLoIVElg*NNKVRlBA\";i:1396;s:15:\"L&>hT?GUO[GOYLA\";i:1397;s:36:\"XE=hT?GU>BlBEM.4Fx}M@~6FAwLvSQ[zFAEA\";i:1398;s:15:\"z:>hT?GUO[(,ZLA\";i:1399;s:92:\"og=hT?GUJwlBEM.4Fx}M5O6FgwLvSQ[zVAbLjt,ub@=1YDQA*\",ub@PP5F}4LvSQ[zGAbLtt,ub@4E5FPzLvSQ[zGAEA\";i:1400;s:70:\"K0=hT?GUYTlBIM.4FxrjBAMt*h`Q3nE30o5*5FlxLvSQ[zGF.Q$A\";i:1403;s:15:\"9M>hT?GUO[C\"6FA\";i:1404;s:99:\"og=hT?GUIDlBzL.4Fx}M#c6FmuLvSQ[zSBJt)\",ub@=14DS\"@\",ub@y2EtCtuW_Q3nE3~RjAw(>hT?GU}jQBG\"$(k)Noa.+hyWA\";i:1405;s:25:\"WE@hT?GUOBlB9N.4Fx}Mab6FA\";i:1406;s:15:\"L&>hT?GUO[;vXLA\";i:1407;s:26:\"FH>hT?GU~AlBgM.4FxrjYBWEQA\";i:1408;s:27:\"FH>hT?GU~@,A8y$(k)Noa.6F0WA\";i:1409;s:13:\"VE@hT?GUOBlBA\";i:1410;s:15:\"EH>hT?GUO[T|ZLA\";i:1411;s:15:\"EH>hT?GUO[UEaLA\";i:1412;s:13:\"nu=hT?GUzClBA\";i:1413;s:13:\"nu=hT?GUoTlBA\";i:1414;s:13:\"nu=hT?GUoTlBA\";i:1415;s:13:\"nu=hT?GUoTlBA\";i:1416;s:13:\"nu=hT?GUoTlBA\";i:1417;s:13:\"hg=hT?GUIDlBA\";i:1418;s:50:\"kg=hT?GUO[5FaLi\"LvSQ[zKAz(ht,ub@nH5Fd5LvSQ[zGFjH$A\";i:1419;s:13:\"F0=hT?GU~AlBA\";i:1420;s:116:\"qg=hT?GUJwlB\"O.4Fxs@aA1k@hT?GU^SlBrL.4Fx}Mdi6FmuLvSQ[zFAyWit,ub@^D7FRtLvSQ[zKAyWjt,ub@=1BES\":\",ub@^D5FlxLvSQ[zGFdR$A\";i:1421;s:26:\"u8?hT?GUHWlB)M.4FxrjYBgEQA\";i:1422;s:64:\"wP=hT?GUDClBzL.4FxrjYB\"CQA)\",ub@y2mnNtGO_Q3nE3ZB$A,DSOYMj2LvSQ[zM$0WA\";i:1425;s:25:\"ig=hT?GU~@OBc4ht,ub@FN5FA\";i:1426;s:15:\"z:>hT?GUO[*hXLA\";i:1427;s:15:\"z:>hT?GUO[*hXLA\";i:1428;s:15:\"z:>hT?GUO[*hXLA\";i:1429;s:15:\"z:>hT?GUO[*hXLA\";i:1430;s:13:\">J=hT?GUzClBA\";i:1431;s:47:\"kg=hT?GU~@OBc4jt,ub@g<7FRtLvSQ[zYBJt*\",ub@{K5FA\";i:1432;s:14:\">J=hT?GU~@kBEA\";i:1433;s:87:\"ng=hT?GU~@OBbLht,ub@y2DA2W=JqI:$vbtLi\"sBJHNzij9L$AzDSOYMjhT?GU}jJ=hT?GU~AlBA\";i:1437;s:15:\">J=hT?GUO[8MaLA\";i:1438;s:117:\"qg=hT?GUO[rPbL*BVElg*NlA2W&\",ub@Z[5FGuLvSQ[zKAyWjt,ub@^D5FgwLvSQ[zFAbLjt,ub@^D5FLvLvSQ[zFAG\"&(k)No`,gCJt^\",ub@y2xWGtA\";i:1439;s:37:\"v8?hT?GU^SlB)M.4FxrjBAf+=hT?GUO[DHaLA\";i:1440;s:25:\"u8?hT?GUHWlB)M.4Fx}MKL6FA\";i:1441;s:53:\"Tj=hT?GU\"tlBgM.4FxrjYBoEQAAByD1+IThT?GUO[aSaLA\";i:1446;s:14:\"EH>hT?GU~@,ACA\";i:1447;s:15:\"Qj@hT?GUO[#TaLA\";i:1448;s:15:\"Qj@hT?GUO[JVaLA\";i:1449;s:15:\"Qj@hT?GUO[h=ZLA\";i:1450;s:15:\"Qj@hT?GUO[uWaLA\";i:1451;s:15:\"Qj@hT?GUO[^XaLA\";i:1452;s:15:\"Qj@hT?GUO[dZaLA\";i:1453;s:14:\"Qj@hT?GU~@.ACA\";i:1454;s:15:\"Qj@hT?GUO[&aaLA\";i:1455;s:15:\"Qj@hT?GUO[McaLA\";i:1456;s:15:\"Qj@hT?GUO[xdaLA\";i:1457;s:15:\"Qj@hT?GUO[{eaLA\";i:1458;s:15:\"Qj@hT?GUO[ggaLA\";i:1459;s:15:\"Qj@hT?GUO[*haLA\";i:1460;s:15:\"Qj@hT?GUO[PjaLA\";i:1461;s:15:\"Qj@hT?GUO[0kaLA\";i:1462;s:15:\"Qj@hT?GUO[~laLA\";i:1463;s:15:\"Qj@hT?GUO[jnaLA\";i:1464;s:15:\"Qj@hT?GUO[.oaLA\";i:1465;s:15:\"Qj@hT?GUO[SqaLA\";i:1466;s:15:\"Qj@hT?GUO[3raLA\";i:1467;s:15:\"Qj@hT?GUO[BtaLA\";i:1468;s:15:\"Qj@hT?GUO[muaLA\";i:1469;s:15:\"Qj@hT?GUO[;vaLA\";i:1470;s:15:\"Qj@hT?GUO[VxaLA\";i:1471;s:15:\"Qj@hT?GUO[6yaLA\";i:1472;s:15:\"Qj@hT?GUO[E0aLA\";i:1473;s:15:\"Qj@hT?GUO[p1aLA\";i:1474;s:15:\"Qj@hT?GUO[>2aLA\";i:1475;s:15:\"Qj@hT?GUO[Y4aLA\";i:1476;s:15:\"Qj@hT?GUO[95aLA\";i:1477;s:51:\"I0=hT?GUO[/`dL!GVElg*N)FRttBJHNzRm8WUBx(#(k)No|B;CA\";i:1478;s:13:\"nu=hT?GU^ClBA\";i:1479;s:14:\"nu=hT?GU}jRBEA\";i:1480;s:70:\"mg=hT?GUIDlB\"O.4Fxs@aA6F=hT?GU5A$A@CSOYMifBtuW_Q3nE3sAgAxBJHNzRm8WMABA\";i:1481;s:13:\"c#=hT?GU4TlBA\";i:1482;s:15:\"z:>hT?GUO[BtXLA\";i:1483;s:100:\"*5?hT?GUO[BtXL*BVElg*NXAIAit,ub@=1GFRtpBJHNzRm9(!A6F@hT?GU}jhT?GUO[BtXLA\";i:1485;s:81:\"yP=hT?GUYDlBbL.4Fx}Mc16F%tLvSQ[z;^0W=JqI:$vbHFi\"mBJHNzG3xWyKqI:$vbHFi\"rBJHNzG3xWA\";i:1486;s:49:\"w8=hT?GUITlBrL.4Fx~5EATq?hT?GU}jQByWrt,ub@y2n_CtA\";i:1487;s:13:\"sP=hT?GUYDlBA\";i:1488;s:155:\"3P=hT?GUYDlBEM.4FxrjYBhT?GU}jhT?GUO[H7aLA\";i:1491;s:14:\"4r>hT?GU}jWBEA\";i:1492;s:90:\"yP=hT?GUDClB;L.4FxrjYBZBS\":\",ub@^D5F;vLvSQ[zj;zWqiqI:$vbaU3L:C4YzXJI|+wC6Ci\"xBJHNzRm9(NABA\";i:1493;s:13:\"hg=hT?GUOBlBA\";i:1494;s:25:\"Am=hT?GU~AlB)M.4Fx}MKL6FA\";i:1495;s:55:\"I0=hT?GUO[p1XL!GVElg*NNK/FlBAM.4FxrjYBhT?GUO[DHcLEUVElg*N+FQA\";i:1499;s:15:\"Wx>hT?GUO[DHYLA\";i:1500;s:37:\"jg=hT?GU~@OB/hjt,ub@=1*EQA+\",ub@??5FA\";i:1501;s:13:\"?2=hT?GU~AlBA\";i:1502;s:60:\"lg=hT?GUIDlBrL.4Fx~5EAO/>hT?GUO[3rYLQQVElg*NNA2W.\",ub@=1|CQA\";i:1503;s:27:\"FH>hT?GUO[BtYL.IVElg*NXmJtA\";i:1504;s:26:\"Xx=hT?GUO[[9aL(HVElg*NpCQA\";i:1505;s:46:\"kg=hT?GUIDlBjL.4Fxs@cA1k=hT?GUdUlBlN.4FxrjBABA\";i:1506;s:14:\"`)>hT?GU}jQBEA\";i:1507;s:35:\"jg=hT?GUIDlBMM.4Fxs@aAHO=hT?GUYDlBA\";i:1508;s:26:\"ig=hT?GUO[95XLZFVElg*N)FQA\";i:1509;s:151:\"sg=hT?GU~@OBbLlt,ub@=1`CS\"_\",ub@y2_9EtuW_Q3nE30o8<6F!2LvSQ[zLTzW7fqI:$vbuhT?GUOBlBA\";i:1517;s:27:\"ig=hT?GUO[rPXLi\"LvSQ[zj;zWA\";i:1518;s:15:\"VE=hT?GUO[95XLA\";i:1519;s:14:\"nu=hT?GU}jCBEA\";i:1520;s:80:\"K0=hT?GUO[v(YL!GVElg*NNK#TlBAM.4FxrjYBqCQA*\",ub@y2F\"xWZlqI:$vbtfZ\"uW_Q3nE3t`oABA\";i:1521;s:15:\"9M?hT?GUO[|;XLA\";i:1522;s:29:\"ig=hT?GUO[rPXL4YVElg*NNKiqlBA\";i:1523;s:14:\"Qj=hT?GU~@kBEA\";i:1524;s:13:\"`)>hT?GUITlBA\";i:1525;s:14:\"?2=hT?GU~@kBEA\";i:1526;s:27:\"@2=hT?GUO[e+aL#TVElg*NiVJtA\";i:1527;s:24:\"zd=hT?GU~AlB7L.4Fxs@cABA\";i:1528;s:24:\"?J=hT?GU~AlB;L.4Fx~5FABA\";i:1529;s:122:\"28=hT?GUITlBbL.4FxrjYBPDS\"*\",ub@WK5FxtLvSQ[zGFhV$A~CSOYMifBtaS_Q3nE3sAi\"tBJHNzApuW;vqI:$vbaU/`:C6azXJI|+wC+KgA%BJHNzij@S$A\";i:1530;s:63:\"wP=hT?GUYDlBzL.4Fx}MN]6FrvLvSQ[zFA:>mt,ub@y2EtCtVx_Q3nE30o\"]6FA\";i:1531;s:14:\"`)>hT?GU}jQBEA\";i:1532;s:13:\"VE=hT?GU/QlBA\";i:1533;s:15:\"VE=hT?GUO[uWZLA\";i:1534;s:13:\"VE=hT?GU4DlBA\";i:1535;s:57:\"ZE=hT?GU>BlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx~5DA1k=hT?GU~AlBA\";i:1536;s:13:\"4r=hT?GU~AlBA\";i:1537;s:12:\"EH=hT?GU5A$A\";i:1538;s:13:\"/o=hT?GUuBlBA\";i:1539;s:13:\"/o=hT?GUzClBA\";i:1540;s:73:\"9r=hT?GUO[muYLeGVElg*NlCRtuBJHNz!PuW|LqI:$vb:EgArBJHNz!PuWFhqI:$vbaU>{:CA\";i:1541;s:27:\"Xx=hT?GU}jHByWot,ub@y2EtCtA\";i:1542;s:61:\"lg=hT?GUIDlB/N.4FxrjYBwAIAjt,ub@=12DRt$BJHNzij$S$AgDSOYMAlCtA\";i:1543;s:26:\"Xx=hT?GUzClB=N.4FxrjYBhFQA\";i:1544;s:27:\"0:>hT?GUO[$$YL5FVElg*NiVLtA\";i:1545;s:49:\"vP=hT?GUDClB;L.4FxrjYBpFQA+\",ub@*=5F!2LvSQ[zd90WA\";i:1546;s:40:\"pu=hT?GUTClB9N.4FxrjYB+CRt9BJHNzRm8W!ABA\";i:1547;s:57:\"J0=hT?GUzClBIM.4Fx~5DAhT?GUITlBA\";i:1548;s:13:\"Wx=hT?GUuBlBA\";i:1549;s:72:\"xP=hT?GUYDlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjYBtFQA*\",ub@??5F51LvSQ[zGF~V$A\";i:1550;s:13:\"Wx=hT?GU~AlBA\";i:1551;s:15:\"z:>hT?GUO[N/YLA\";i:1552;s:15:\"!5?hT?GUO[N/YLA\";i:1553;s:25:\"M&>hT?GU}jPBz(mt,ub@4E5FA\";i:1554;s:13:\"sP=hT?GUYDlBA\";i:1555;s:13:\"Qj=hT?GU~AlBA\";i:1556;s:14:\"hg=hT?GU~@OBEA\";i:1557;s:70:\"xP=hT?GUYDlBEM.4Fx~5DAq1=hT?GUzClBAM.4Fx~5DA+h=hT?GUzClBlN.4FxrjYBxFQA\";i:1558;s:46:\"I0=hT?GUzClBIM.4FxrjBAhT?GUO[/`aLA\";i:1561;s:141:\"rg=hT?GUO[rPXLjHVElg*NjCRtnBJHNzX0uW$AVElg*NNKsslBvL.4FxrjYBzFRtmBJHNzApuWO2qI:$vbaUSK:CpdzXJI{ZGgaLMcVElg*NNKpFlB:O.4FxrjYB!AJt{\",ub@y2n_CtA\";i:1562;s:82:\"yP=hT?GUDClB3L.4FxrjBAeZ=hT?GU~AlBbL.4Fx~5CA[Q=hT?GU>BlB.M.4FxrjYB1FQA.\",ub@=1:DQA\";i:1563;s:68:\"mg=hT?GUIDlBQM.4Fx~5BAkn=hT?GU~AlBjL.4Fxs@cATq=hT?GU}DlB;L.4Fxs@cABA\";i:1564;s:15:\"hg=hT?GUO[rPXLA\";i:1565;s:15:\"z:>hT?GUO[*hXLA\";i:1566;s:38:\"jg=hT?GUIDlB?L.4Fx}MQZ6F!2LvSQ[zGFvL$A\";i:1567;s:15:\"z:>hT?GUO[95XLA\";i:1568;s:103:\"zP=hT?GUDClB3L.4FxrjYB3FRtpBJHNz@5uWNJqI:$vbaU9~:CPbzXJI|+`DAARt8BJHNzRm)WAACt=hT?GU}jCBG\"$(k)Noa.7FuWA\";i:1569;s:15:\"4r>hT?GUO[95XLA\";i:1570;s:13:\"hg=hT?GUOBlBA\";i:1571;s:14:\"z:>hT?GU~@7CEA\";i:1572;s:60:\"J0=hT?GU.DlBIM.4FxrjBAhT?GUO[*hXLA\";i:1575;s:147:\"sg=hT?GU~@OBc4jt,ub@g<5FrvLvSQ[zWAyWjt,ub@??5FgwLvpb[zWA/h3B5FAYzXJI|+4Ax(#(k)No`H:CPbzXJI{Z)GaLkUVElg*NNKUElBdN.4Fxrj}BKAIAjt,ub@?P5F!2LvSQ[zu60WA\";i:1576;s:38:\"jg=hT?GUIDlB|L.4Fx}My^6F51LvSQ[zGF~V$A\";i:1577;s:14:\"z:>hT?GU~@WBEA\";i:1578;s:73:\"mg=hT?GUIDlBMM.4Fxs@aAHO=hT?GUYDlB^L.4FxrjbAO/>hT?GUO[*hXLwQVElg*NNK|blBA\";i:1579;s:147:\"sg=hT?GUIDlBQM.4Fx}MbACt>hT?GUO[lBYLeGVElg*Nj&Lt&a_Q3nE3SG$AADSOYM*+SelB,L.4Fx}M/e6F\"yLvSQ[zFAEA$(k)No`,$C3(?\",ub@y2b4Ft_)_Q3nE30o/`6F>2LvSQ[z!KyWA\";i:1580;s:26:\"ig=hT?GU~@OBFtit,ub@=1dEQA\";i:1581;s:12:\"4r=hT?GU/A$A\";i:1582;s:24:\"ig=hT?GUIDlBrL.4Fx~5EABA\";i:1583;s:13:\"/o=hT?GUzClBA\";i:1584;s:13:\"/o>hT?GUOBlBA\";i:1585;s:26:\"5r=hT?GUO[lBYL5FVElg*NtCQA\";i:1586;s:13:\"/o>hT?GUOBlBA\";i:1587;s:26:\"0:>hT?GUO[e+YLQQVElg*NNAIA\";i:1588;s:24:\"ig=hT?GUIDlBfL.4Fxs@AABA\";i:1589;s:24:\"ig=hT?GUIDlBrL.4Fx~5EABA\";i:1590;s:13:\"VE=hT?GU>BlBA\";i:1591;s:14:\"VE=hT?GU~@KBEA\";i:1592;s:14:\"z:>hT?GU~@WBEA\";i:1593;s:15:\"z:>hT?GUO[95XLA\";i:1594;s:24:\"u8=hT?GUITlBnL.4Fx~5CABA\";i:1595;s:13:\">J=hT?GU\"tlBA\";i:1596;s:88:\"L0=hT?GU}j>A]Q$(k)No`,%B2W+\",ub@=1oDQA*\",ub@=1oDQA^\",ub@y2:hBtK&_Q3nE30o@Q5F@wLvSQ[zUBIA\";i:1597;s:15:\">J>hT?GUNk>JXLA\";i:1598;s:13:\"sP=hT?GUYDlBA\";i:1599;s:49:\"BlBeO.4FxrjYB{CQA\";i:1601;s:35:\"T@?hT?GU>BlBnL.4Fx~5CA[Q=hT?GUdUlBA\";i:1602;s:13:\"/o=hT?GU~AlBA\";i:1603;s:19:\"4r=hT?IU~AlBrzM35FA\";i:1604;s:25:\":o=hT?GU}j>AE\"=hT?GUoTlBA\";i:1605;s:35:\"jg=hT?GUOBlB)M.4FxrjBAhT?GU~AlBA\";i:1606;s:13:\"EH>hT?GU~AlBA\";i:1607;s:14:\"EH>hT?GU~@,ACA\";i:1608;s:67:\"IH>hT?GU~@,Aa4$(k)Noa.wWuW\"SqI:$vbxf:C:C}YzXJI|+`DgARtzBJHNzRmWAD\"A\";i:1609;s:13:\"sP=hT?GUYDlBA\";i:1610;s:15:\"z:>hT?GUO[*hXLA\";i:1611;s:15:\"4r>hT?GUO[3rYLA\";i:1612;s:15:\"4r>hT?GUO[3rYLA\";i:1613;s:13:\"sP=hT?GUYDlBA\";i:1614;s:47:\"kg=hT?GUIDlBrL.4Fx~5EA$T=hT?GU~@,A7F&(k)No|B:CA\";i:1615;s:24:\"WE=hT?GU?ulBvL.4Fxs@BBCA\";i:1616;s:149:\"3P=hT?GUDClBzL.4FxrjYB?BQA)\",ub@^D5F2uLvSQ[zFAbLht,ub@nH5FGuLvSQ[zKAc4qt,ub@y2Q/CtJV`Q3nE3\"!1ACt?hT?GUO[3rXLscVElg*NNKpFlB>O.4FxrjYB!AIAst,ub@y2^QHtA\";i:1617;s:29:\"zd?hT?GUO[\"]XLoIVElg*N+P1BlBA\";i:1618;s:72:\"mg=hT?GUIDlBrL.4Fxs@CA$T=hT?GUNkHOXL:CVElg*NpA2W)\",ub@qO5FT3LvSQ[zGFKC$A\";i:1619;s:15:\"z:>hT?GUO[Y4XLA\";i:1620;s:75:\"xP=hT?GUDClBzL.4Fxrj}BUA2W&\",ub@nH5FGuLvSQ[zKA:>mt,ub@y2b4HtPj_Q3nE3H#(H5FA\";i:1621;s:15:\"4r>hT?GUO[3rYLA\";i:1622;s:55:\"\",ub@y2b4BtA\";i:1623;s:50:\"hT?GUO[3rYLA\";i:1625;s:15:\"z:>hT?GUO[Y4XLA\";i:1626;s:14:\"L&=hT?GU}jBBEA\";i:1627;s:35:\"$5=hT?GU^SlBrL.4Fx~5EAkn=hT?GU~QlBA\";i:1628;s:25:\")a=hT?GUYTlB)M.4Fx}MKL6FA\";i:1629;s:25:\"zd=hT?GUYTlB)M.4Fx}MKL6FA\";i:1630;s:13:\"4r=hT?GU\"tlBA\";i:1631;s:15:\"z:>hT?GUO[*hXLA\";i:1632;s:15:\"z:>hT?GUO[Y4XLA\";i:1633;s:46:\"%5=hT?GU^SlBrL.4Fx~5EA;C=hT?GU>BlBvL.4Fxs@cABA\";i:1634;s:46:\"kg=hT?GUOBlBQM.4Fx}MbAHO=hT?GUYDlBbL.4Fx~5CABA\";i:1635;s:13:\"hg=hT?GUIDlBA\";i:1636;s:13:\">J=hT?GU~AlBA\";i:1637;s:136:\"sg=hT?GUOBlBQM.4Fx}MbAHO=hT?GUYDlB?L.4FxrjBApI=hT?GU~QlB^L.4FxrjBA1k=hT?GU~AlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBdN.4Fxrj}BYAIA\";i:1638;s:15:\"VE=hT?GUNkbSXLA\";i:1639;s:15:\"VE=hT?GUNk$TXLA\";i:1640;s:15:\"VE=hT?GUNkKVXLA\";i:1641;s:15:\"VE=hT?GUNkvWXLA\";i:1642;s:15:\"VE=hT?GUNk_XXLA\";i:1643;s:13:\"VE=hT?GU>BlBA\";i:1644;s:36:\"jg=hT?GUIDlBEM.4FxrjXAw(=hT?GU~@{ACA\";i:1645;s:57:\"wP=hT?GUDClB3L.4FxrjBANc=hT?GU~AlBYM.4FxrjBAeZ=hT?GU~AlBA\";i:1646;s:15:\"4r>hT?GUO[3rYLA\";i:1647;s:26:\"FH>hT?GU~AlBgM.4Fxrj}BWAIA\";i:1648;s:14:\"EH>hT?GU~@,ACA\";i:1649;s:15:\"4r>hT?GUO[3rYLA\";i:1650;s:13:\"EH>hT?GU\"tlBA\";i:1651;s:13:\"EH>hT?GU\"tlBA\";i:1652;s:26:\")a=hT?GU}j&AZL%(k)No`,0BIA\";i:1653;s:26:\"zd=hT?GU}j&AZL%(k)No`,0BIA\";i:1654;s:14:\"nu>hT?GU}jOCEA\";i:1655;s:55:\"\",ub@y2`QCtA\";i:1656;s:50:\"hT?GUO[:CXLA\";i:1658;s:26:\"@2=hT?GUzClB5N.4Fxrj}BoAIA\";i:1659;s:26:\"Rj=hT?GUzClBRN.4Fxrj}BoAIA\";i:1660;s:13:\"c#>hT?GUOBlBA\";i:1661;s:13:\"Qj>hT?GUOBlBA\";i:1662;s:57:\"J0=hT?GU~AlBIM.4FxrjBABlBA\";i:1665;s:58:\"J0=hT?GU.DlBIM.4Fx}MBAhT?GU}jQBEA\";i:1666;s:13:\"Wx=hT?GU}DlBA\";i:1667;s:13:\"Wx=hT?GU~AlBA\";i:1668;s:27:\"ig=hT?GU~@OByWot,ub@y29yDtA\";i:1669;s:13:\"/o>hT?GUOBlBA\";i:1670;s:46:\"I0=hT?GU.DlBIM.4FxrjFAhT?GU~@%ACA\";i:1672;s:14:\"`)>hT?GU}jQBEA\";i:1673;s:50:\"I0=hT?GU}j%A]Q$(k)No`,nB2W+\",ub@=1?CQA*\",ub@=1?CQA\";i:1674;s:57:\"ZE=hT?GU4DlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:1675;s:24:\"u8=hT?GUITlB^L.4Fx~5FABA\";i:1676;s:13:\"Wx=hT?GU~AlBA\";i:1677;s:13:\"t8=hT?GUITlBA\";i:1678;s:135:\"fE=hT?GU>BlBEM.4FxrjBB]Q$(k)No&Q;CAYzXJI|+CCFtit,ub@ph7F}4LvSQ[z@C2W?\",ub@=1~IS\"@\",ub@=1AFRt8BJHNzRmOAF\"uW_Q3nF3~J$AijkOlB_Q3nE3\"!1ABA\";i:1682;s:70:\"aE=hT?GU>BlB?L.4FxrjBApI=hT?GU~AlB^L.4FxrjBA1k=hT?GU~AlBLP.4FxrjYBQCQA\";i:1683;s:13:\"`)>hT?GUITlBA\";i:1684;s:14:\"z:>hT?GU~@WBEA\";i:1685;s:14:\"z:>hT?GU~@WBEA\";i:1686;s:14:\"z:>hT?GU~@WBEA\";i:1687;s:46:\"I0=hT?GU\"tlBIM.4Fxrj%ABlBEM.4FxrjBAq1=hT?GU~AlBAM.4FxrjBA+h=hT?GU~AlBA\";i:1689;s:13:\"Qj=hT?GU.DlBA\";i:1690;s:14:\"9M?hT?GU}jhBEA\";i:1691;s:15:\"4r>hT?GUO[lBZLA\";i:1692;s:74:\"y8=hT?GUITlBrL.4Fx~5EAYL=hT?GU>BlB5N.4Fx}M|_6F!2LvSQ[zGFuG$A,DSOYMjhT?GUOBlBA\";i:1694;s:84:\"ng=hT?GU~@OByWjt,ub@=1dERtuBJHNzApuW|LqI:$vb\"IV\"@Q_Q3nE3ZB$ApDSOYM*+EolBZN.4Fx~5BABA\";i:1695;s:42:\"N&=hT?GUO[(,aL_EVElg*NNK&qlBdN.4FxrjYBwAIA\";i:1696;s:49:\"I0=hT?GU}jHB/hjt,ub@WK5FAwLvSQ[zGFUE$A{CSOYMB]BtA\";i:1697;s:15:\"z:>hT?GUO[Y4bLA\";i:1698;s:13:\"Wx=hT?GU~AlBA\";i:1699;s:27:\"LV>hT?GU}jhB:>mt,ub@y2EtCtA\";i:1700;s:13:\"hg=hT?GUOBlBA\";i:1701;s:13:\"hg=hT?GUIDlBA\";i:1702;s:48:\"I0=hT?GU}j~A/hjt,ub@WK5FAwLvSQ[z@0zWoIqI:$vb6AQA\";i:1703;s:13:\"i=>hT?GUOBlBA\";i:1704;s:36:\"v8=hT?GUOBlB5N.4Fx~5BA};>hT?GU}jhBEA\";i:1705;s:14:\"9M?hT?GU}jhBEA\";i:1706;s:59:\"J0=hT?GU}DlBIM.4Fx~5FAhT?GUO[lBZLA\";i:1707;s:59:\"J0=hT?GU}DlBIM.4Fx~5FAhT?GUO[*hXLA\";i:1708;s:70:\"xP=hT?GUYDlBEM.4FxrjBAq1=hT?GUuBlBAM.4FxrjBA+h=hT?GU~AlBLP.4FxrjYBQCQA\";i:1709;s:14:\"z:>hT?GU~@WBEA\";i:1710;s:15:\"z:>hT?GUO[Y4XLA\";i:1711;s:87:\"yP=hT?GUDClB3L.4Fx}MFANc=hT?GU~AlB?L.4FxrjYBpFS\"@\",ub@y2xWItuW_Q3nE3t`oAw(=hT?GUNk|eXLA\";i:1712;s:15:\"`)=hT?GUNkhgXLA\";i:1713;s:13:\"F0=hT?GU}DlBA\";i:1714;s:13:\"Wx=hT?GU~AlBA\";i:1715;s:37:\"uP=hT?GUYDlBbL.4Fx~5CA[Q=hT?GUNk+hXLA\";i:1716;s:15:\"9M>hT?GUO[95bLA\";i:1717;s:46:\"2LvSQ[z!KyWA\";i:1729;s:35:\"v8=hT?GUITlBMM.4Fxs@aA;C=hT?GU4DlBA\";i:1730;s:122:\"eE=hT?GU>BlBEM.4Fx}MQZ6FgwLvSQ[z!KzW|LqI:$vb)qW\"@Q_Q3nE3t`oAYL?hT?GUOBlB1N.4FxrjBAO/>hT?GUO[$$YLwQVElg*NNKvTlB|L.4FxrjcABA\";i:1731;s:62:\"%M=hT?GUuBlBEM.4Fx}MQZ6FgwLvSQ[z!KzW|LqI:$vb)qW\"@Q_Q3nE3t`oABA\";i:1732;s:15:\"nu>hT?GUO[\"]YLA\";i:1733;s:86:\"ng=hT?GU~@OBz(it,ub@^D5FxtLvSQ[zFA:>it,ub@^D5FbvLvSQ[zp~1WE0qI:$vbaUmO:CWezXJI|+wCgEgA\";i:1734;s:15:\"9M?hT?GUNk\"lbLA\";i:1735;s:50:\"w8=hT?GU~@%AwW$(k)No;l:C(XzXJI|+`DVBgA%BJHNzij1L$A\";i:1736;s:68:\"mg=hT?GUPulB\"O.4Fxs@\"A7F#(k)No|B;CDXzXJI|+nBFtpt,ub@4E7F\"yLvSQ[z?CIA\";i:1737;s:13:\"hg=hT?GUOBlBA\";i:1738;s:46:\"I0=hT?GUhIlBIM.4Fxs@LABlB%N.4Fx}ME96FA\";i:1740;s:125:\"^o=hT?GU~AlBjL.4FxrjBATq=hT?GUzClB;L.4FxrjBA7y=hT?GU~AlBIM.4FxrjBA2LvSQ[zM$0WA\";i:1741;s:14:\"hg=hT?GU~@OBEA\";i:1742;s:29:\"WE=hT?GUNk/oXLlBVElg*NNKialBA\";i:1743;s:62:\"lg=hT?GU~@OBbLjt,ub@^D5F;vLvSQ[z:myWqiqI:$vbX%T\"+>_Q3nE3\"!1ABA\";i:1744;s:15:\"EH>hT?GUO[UEaLA\";i:1745;s:48:\"kg=hT?GUIDlB|L.4FxrjcAhT?GU}j%ADt&(k)No`,gCIA\";i:1746;s:25:\"tP=hT?GUYDlB3L.4Fx}M>#6FA\";i:1747;s:24:\"ou=hT?GU}DlBlN.4Fx~5FABA\";i:1748;s:29:\"ou=hT?GUNkTqXLVRVElg*N+PZFlBA\";i:1749;s:25:\"ou=hT?GU}jgBbLnt,ub@?P5FA\";i:1750;s:15:\"_X=hT?GUNk4rXLA\";i:1751;s:25:\"5r=hT?GU}DlB|L.4Fx}Mp!6FA\";i:1752;s:26:\"ou=hT?GU}j:A7F&(k)No`,5BIA\";i:1753;s:27:\"ou=hT?GUO[/`ZLVRVElg*NB.KtA\";i:1754;s:24:\"ou=hT?GU}DlBlN.4Fx~5FABA\";i:1755;s:69:\"xP=hT?GUYDlB?L.4FxrjBApI=hT?GUdUlB^L.4Fx~5DA1k=hT?GUdUlB%N.4Fx}ME96FA\";i:1756;s:14:\"9M=hT?GU}j/ACA\";i:1757;s:35:\"uP=hT?GUDClB3L.4FxrjBAeZ=hT?GU~AlBA\";i:1758;s:14:\"c#=hT?GU}j)ACA\";i:1759;s:26:\"tP=hT?GUYDlBzL.4FxrjYB?BQA\";i:1760;s:13:\"t8?hT?GU^SlBA\";i:1761;s:98:\"zP=hT?GUYDlBEM.4Fxrj}BiA3(+\",ub@^D5FAwLvSQ[z@HtB$A{CSOYMifBtuW_Q3nE3[B$AmDSOYM*+lllBlN.4Fxrj}B$AIA\";i:1762;s:57:\"J0=hT?GU}DlBIM.4FxrjBAht,ub@y29yHtXL_Q3nE3sAi\"pBJHNz!PuWTXqI:$vbX%S\"lB_Q3nE3_AgAoBJHNz)duW;vqI:$vbxf|L:CtZzXJI|+CAm_%(k)Noa.qIvW1RqI:$vbxf8M:C9ZzXJI|+wC,Di\"0BJHNzzgxWh=qI:$vb&EgA1BJHNzzgxWG>qI:$vb&EgA\";i:1771;s:125:\"1P=hT?GUDClB3L.4Fxrj}B:A2W)\",ub@qO5FrvLvSQ[zGFGW$A=CSOYMifBtJV_Q3nE3sAi\"rBJHNzRm9(!ACt=hT?GU}jCBG\"$(k)Noa.^9uW1RqI:$vbxfhN:CA\";i:1772;s:13:\"_X=hT?GU4DlBA\";i:1773;s:27:\"LV=hT?GUO[uWYL|LVElg*N[}JtA\";i:1774;s:13:\"hg=hT?GUOBlBA\";i:1775;s:13:\"hg=hT?GUOBlBA\";i:1776;s:13:\"sP=hT?GUYDlBA\";i:1777;s:13:\"t8=hT?GUOBlBA\";i:1778;s:60:\"J0=hT?GU}jUC/hjt,ub@^D7FAwLvSQ[z?CK\"it,ub@^D7F51LvSQ[zGFqC$A\";i:1779;s:15:\"_X=hT?GUNk?2XLA\";i:1780;s:57:\"J0=hT?GU}DlBIM.4FxrjBAhT?GUITlBA\";i:1781;s:15:\"z:>hT?GUO[*hXLA\";i:1782;s:15:\"z:>hT?GUNkZ4XLA\";i:1783;s:32:\"`X=hT?IU}jgB/ha.;CDtDHqI:$vb\"AgA\";i:1784;s:48:\"I0=hT?GU\"tlBIM.4Fxrj%AhT?GUO[*hXLQQVElg*NNKcclBA\";i:1793;s:14:\"z:>hT?GU~@WBEA\";i:1794;s:61:\"lg=hT?GUO[rPXLjHVElg*NjCRtlBJHNzRmOAZ\"UE_Q3nE3ZB$AgDSOYMifRtA\";i:1795;s:29:\"ig=hT?GUO[rPXL4YVElg*NNKiqlBA\";i:1796;s:13:\"hg=hT?GUJwlBA\";i:1797;s:13:\"Wx=hT?GU~AlBA\";i:1798;s:26:\"Xx=hT?GU(ClB/N.4Fxrj}B{AIA\";i:1799;s:92:\"og=hT?GUIDlBQM.4Fx~5BA;C=hT?GUdUlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx}My^6FbvLvSQ[zFAG\"&(k)No`,gCIA\";i:1800;s:13:\"hg=hT?GUIDlBA\";i:1801;s:26:\"ig=hT?GU~@OB/hht,ub@=14FQA\";i:1802;s:87:\"ng=hT?GU~@OBc4ht,ub@FN5FT3LvSQ[z@H?D$A\"CSOYM*+.clB%N.4Fx}ME96FJ1LvSQ[zGAbLkt,ub@y2y(GtA\";i:1803;s:15:\"`)=hT?GUNkc#XLA\";i:1804;s:15:\"`)=hT?GUNk%$XLA\";i:1805;s:15:\"`)=hT?GUNkL&XLA\";i:1806;s:15:\"`)=hT?GUNkw(XLA\";i:1807;s:13:\"hg=hT?GUOBlBA\";i:1808;s:36:\"uP=hT?GUYDlB%N.4Fx}ME96F@wLvSQ[zUBIA\";i:1809;s:46:\"I0=hT?GUuBlBIM.4Fx}MBAhT?GUO[*hbLA\";i:1811;s:14:\"z:>hT?GU~@7CEA\";i:1812;s:15:\"z:>hT?GUO[0kdLA\";i:1813;s:15:\"4r>hT?GUNk`)XLA\";i:1814;s:81:\"ng=hT?GUIDlBrL.4Fxs@CAvW=hT?GU~AlB7L.4FxrjBA;C=hT?GU>BlBvL.4Fx~5CA|e@hT?GUO[b#ZLA\";i:1815;s:101:\"[o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GU~AlBIM.4FxrjBAhT?GUO[#TXLA\";i:1818;s:13:\"4r=hT?GU}DlBA\";i:1819;s:26:\"ou=hT?GUoTlB9N.4Fxrj}BJBQA\";i:1820;s:14:\"\"l>hT?GU}j^ACA\";i:1821;s:25:\":o=hT?GU~AlB^L.4Fx}Mb.6FA\";i:1822;s:49:\"I0=hT?GUuBlBIM.4Fx}MhT?GU}jCBEA\";i:1829;s:13:\"nu=hT?GU}TlBA\";i:1830;s:48:\"I0=hT?GU}jBB/hjt,ub@WK5FAwLvSQ[zj;zWoIqI:$vb6AQA\";i:1831;s:24:\"ou=hT?GUoTlBlN.4Fx}MEABA\";i:1832;s:13:\"nu=hT?GU}TlBA\";i:1833;s:50:\"hT?GUO[95XLA\";i:1839;s:98:\"AY=hT?GU~AlBvL.4FxrjYBFBS\"*\",ub@y2F\"xWKCqI:$vbWARtsBJHNz!PuWNJqI:$vbWARt#BJHNzijbR$AeDSOYMjhT?GUNk),XLA\";i:1841;s:13:\"bS=hT?GU~wlBA\";i:1842;s:35:\"jg=hT?GUJwlBrL.4Fx~5EA7y=hT?GU~AlBA\";i:1843;s:35:\"jg=hT?GUJwlBrL.4Fx~5)AYL=hT?GU>BlBA\";i:1844;s:35:\"XE=hT?GUdUlBvL.4Fxs@cA1k=hT?GUYTlBA\";i:1845;s:41:\"dS=hT?GUO[v(XL6SVElg*NAbNtK&_Q3nE30o@Q5FA\";i:1846;s:15:\"4r>hT?GUO[$$YLA\";i:1847;s:15:\"_X=hT?GUO[v(YLA\";i:1848;s:47:\"kg=hT?GUIDlB3L.4Fx}M|U6FRtLvSQ[zSBK\"pt,ub@4E5FA\";i:1849;s:61:\"wP=hT?GUDClB3L.4Fx}Mjw6FGuLvSQ[zSB2W?\",ub@=1dERt8BJHNzRmOAF\"A\";i:1850;s:13:\"nu=hT?GUoTlBA\";i:1851;s:48:\"kg=hT?GUJwlBQM.4Fx}MbA[Q=hT?GU}j>AP/#(k)No`,OCIA\";i:1852;s:15:\"bS=hT?GUO[v(XLA\";i:1853;s:101:\"0P=hT?GUZwlBzL.4FxrjDA;C=hT?GUe%lBvL.4Fxs@BB.>#(k)No|B;C+WzXJI|+nB:>it,ub@^D7FbvLvSQ[z?C2W\"\",ub@4E7FA\";i:1854;s:51:\"|X=hT?GU~@aBbLit,ub@^D5F;vLvSQ[zj;zW@QqI:$vbxfaS;CA\";i:1855;s:15:\"z:>hT?GUO[*hXLA\";i:1856;s:14:\"z:>hT?GU~@WBEA\";i:1857;s:14:\"4r>hT?GU~@WBEA\";i:1858;s:15:\"z:>hT?GUO[$$YLA\";i:1859;s:37:\"XE=hT?GUe%lBvL.4Fxs@BB.>#(k)Noa.J73WA\";i:1860;s:13:\"sP?hT?GUOBlBA\";i:1861;s:15:\"`)=hT?GUNk};bLA\";i:1862;s:26:\"ou=hT?GUoTlBcM.4Fxrj}BTBQA\";i:1863;s:13:\"nu=hT?GU}TlBA\";i:1864;s:42:\"pu>hT?GUNk,>XL,bVElg*NNKZFlB>O.4FxrjYBcGQA\";i:1865;s:15:\"nu>hT?GUNkR@XLA\";i:1866;s:68:\"y8=hT?GUITlBbL.4FxrjJAkn=hT?GU~AlBjL.4Fx}MJATq=hT?GUnGlB;L.4FxrjBABA\";i:1867;s:13:\">J=hT?GU~AlBA\";i:1868;s:12:\"EH=hT?GU5A$A\";i:1869;s:68:\"y8=hT?GUITlBbL.4FxrjIAkn=hT?GU~AlBjL.4Fxs@FATq=hT?GUNElB;L.4FxrjBABA\";i:1870;s:13:\">J=hT?GUNElBA\";i:1871;s:13:\"EH=hT?GUOBlBA\";i:1872;s:13:\">J=hT?GU~AlBA\";i:1873;s:12:\"EH=hT?GU5A$A\";i:1874;s:15:\"nu>hT?GUNk2[XLA\";i:1875;s:15:\"nu>hT?GUNkA^XLA\";i:1876;s:15:\"nu>hT?GUNkl_XLA\";i:1877;s:15:\"nu>hT?GUNkR@XLA\";i:1878;s:15:\"nu>hT?GUO[K&ZLA\";i:1879;s:13:\"sP=hT?GUYDlBA\";i:1880;s:124:\"1P=hT?GUDClB3L.4FxrjBAeZ=hT?GU~AlBbL.4Fx}M8`6FGuLvSQ[zKAc4qt,ub@y2Q/CtJV`Q3nE3\"!1ACt?hT?GUO[3rXLscVElg*NNKpFlB>O.4FxrjYB!AIA\";i:1881;s:14:\"\"l=hT?GU~@hBEA\";i:1882;s:14:\"4r=hT?GU~@^ACA\";i:1883;s:29:\"5r=hT?GUO[muYLkUVElg*NNKUElBA\";i:1884;s:13:\"\"l=hT?GU~AlBA\";i:1885;s:15:\"VE=hT?GUNkR@XLA\";i:1886;s:15:\"\"l=hT?GUNkR@XLA\";i:1887;s:35:\"v8=hT?GUOBlBrL.4Fx~5EA;C=hT?GU>BlBA\";i:1888;s:13:\"\"l=hT?GU~AlBA\";i:1889;s:14:\"nu=hT?GU}jgBEA\";i:1890;s:15:\"bS=hT?GUNk:`XLA\";i:1891;s:15:\"bS=hT?GUNkU|XLA\";i:1892;s:15:\"bS=hT?GUNk5}XLA\";i:1893;s:15:\"bS=hT?GUNkD\"5FA\";i:1894;s:113:\"6d?hT?GUO[\"]bLfTVElg*NXmLtb#_Q3nE3\"!pAf+?hT?GU}j^A^9((k)Noa.O/uWp1qI:$vbaUtJ:C:azXJI{ZUWZL7fVElg*NNA3(}\",ub@4E5FA\";i:1895;s:15:\"`)=hT?GUO[$$aLA\";i:1896;s:114:\"]o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GU~AlBIM.4Fx~5FAW:CtZzXJI|+CAm_%(k)Noa.w(uW4YqI:$vbaUQw:CnbzXJI{Z2AwW%(k)Noa.]9wWA\";i:1900;s:13:\"t8?hT?GUHWlBA\";i:1901;s:25:\"u8?hT?GUHWlB)M.4Fx}MKL6FA\";i:1902;s:42:\"MV=hT?GUO[6yYL:CVElg*N+PjHlB7L.4Fxrj}BjBQA\";i:1903;s:26:\"zd=hT?GUNk5}XLPDVElg*NxCQA\";i:1904;s:15:\"t8?hT?GUO[95XLA\";i:1905;s:24:\"ou=hT?GU}TlBgM.4Fx}MeABA\";i:1906;s:29:\"FH>hT?GUO[BtYLwQVElg*NNKYYlBA\";i:1907;s:13:\"hg=hT?GUOBlBA\";i:1908;s:13:\"hg=hT?GUIDlBA\";i:1909;s:87:\"yP=hT?GUDClB3L.4FxrjBANc=hT?GU~AlBuO.4FxrjYBbBQA+\",ub@=12DRt$BJHNzRm9(iAw(=hT?GUO[@QZLA\";i:1910;s:13:\"?2=hT?GU}DlBA\";i:1911;s:15:\"sP=hT?GUO[95XLA\";i:1912;s:79:\"yP=hT?GUEvlB7L.4Fxrj%A;C=hT?GU>BlBEM.4Fx~5DAq1=hT?GU}DlBAM.4Fx~5DA+h=hT?GU}DlBA\";i:1913;s:112:\"qg=hT?GUJwlBQM.4Fx}MAB.>#(k)No|B:C+WzXJI|+CAm_#(k)No|B:C7XzXJI|+CAZL$(k)No|B;CQYzXJI|+nBbLjt,ub@^D7FLvLvSQ[z?CIA\";i:1914;s:158:\"5P=hT?GUYDlB3L.4Fxs@cAeZ=hT?GUdUlBbL.4Fxrj}BBHS\"+\",ub@^D5FgwLvSQ[zFAbLjt,ub@^D5FLvLvSQ[zFAFtpt,ub@4E5FPzLvSQ[zGAyWkt,ub@4E7F*xLvSQ[z@CK\"kt,ub@4E7FKyLvSQ[z@CIA\";i:1915;s:36:\"jg=hT?GUOBlB\"O.4FxrjfA6F>hT?GU~@,ACA\";i:1916;s:13:\"hg=hT?GUIDlBA\";i:1917;s:25:\"u8?hT?GUI(lB)M.4Fx}MKL8FA\";i:1918;s:40:\"H0=hT?GU\"tlB=N.4FxrjYBNDRt$BJHNzRmPtIABA\";i:1919;s:15:\"4r>hT?GUO[&abLA\";i:1920;s:15:\"VE=hT?GUO[5FbLA\";i:1921;s:13:\"VE=hT?GU?ulBA\";i:1922;s:24:\"u8=hT?GUITlBbL.4Fx~5&ABA\";i:1923;s:57:\"ZE=hT?GU/QlB?L.4FxrjBApI=hT?GU~AlB^L.4FxrjBA1k=hT?GU~AlBA\";i:1924;s:15:\"VE=hT?GUO[uWZLA\";i:1925;s:13:\"VE=hT?GU4DlBA\";i:1926;s:13:\"VE=hT?GU>BlBA\";i:1927;s:13:\"hg=hT?GUOBlBA\";i:1928;s:35:\"0d=hT?GU0vlB7L.4Fx~5(A;C=hT?GUdUlBA\";i:1929;s:171:\"ug=hT?GUOBlB\"O.4FxrjfAHO=hT?GUDClBzL.4Fx}M_N6F2uLvSQ[zFAbLht,ub@nH5FQwLvSQ[zB[0WhNqI:$vbA2d\"^X_Q3nE3~R3A+h=hT?GU}jTB:>lt,ub@y2!FFt;v_Q3nE3t`jATq>hT?GUO[*hXLcMVElg*NNKIYlBA\";i:1930;s:35:\"jg=hT?GUJwlB\"O.4FxrjEBx(#(k)Nowm:CA\";i:1931;s:14:\"Qj=hT?GU}jTBEA\";i:1932;s:85:\"ng=hT?GUIDlBEM.4FxrjbAq1=hT?GU}jTBbLjt,ub@F=5FLvLvSQ[zB[0WtpqI:$vbaUay:C3bzXJI{ZgyaLA\";i:1933;s:29:\"5r>hT?GUO[GOZLfTVElg*NNK~FlBA\";i:1934;s:15:\"4r>hT?GUO[&aXLA\";i:1935;s:25:\"ig=hT?GUOBlBQM.4Fx}M9C6FA\";i:1936;s:74:\"xP=hT?GUYDlB3L.4FxrjBAeZ=hT?GU~AlB|L.4Fx}Mgp6FVxLvSQ[zGF_M$A,DSOYMjJ>hT?GUOBlBA\";i:1942;s:15:\">J>hT?GUNkVEYLA\";i:1943;s:13:\"nu>hT?GU\"tlBA\";i:1944;s:81:\"Dm?hT?GUO[.oXL,bVElg*NXmOtuW`Q3nF3_Ai\"IT=>DA_X`Q3nF3_Ai\"IT=>DAeZ`Q3nF3_Ai\"IT=>DAB\";i:1945;s:15:\"hg=hT?GUNk6FYLA\";i:1946;s:13:\"4r=hT?GU~AlBA\";i:1947;s:95:\"zP=hT?GUYDlBzL.4FxrjYB?BRtlBJHNzij^R$A>CSOYM*+\"mlB?L.4FxrjBApI=hT?GUdUlB^L.4FxrjBA1k=hT?GUdUlBA\";i:1948;s:48:\"I0=hT?GU~AlBIM.4Fx}MK;6FAwLvSQ[zFAFtit,ub@=1OFQA\";i:1949;s:46:\"I0=hT?GU~AlBIM.4FxrjBAhT?GUO[Y4XLA\";i:1953;s:15:\"4r>hT?GUO[Y4XLA\";i:1954;s:15:\"4r>hT?GUNkpIYLA\";i:1955;s:15:\"4r>hT?GUO[*hXLA\";i:1956;s:13:\"/o>hT?GUOBlBA\";i:1957;s:13:\"hg=hT?GUOBlBA\";i:1958;s:15:\"(a=hT?GUNk4rXLA\";i:1959;s:15:\"yd=hT?GUNk4rXLA\";i:1960;s:15:\"`)=hT?GUNk>JYLA\";i:1961;s:15:\"`)=hT?GUO[k_XLA\";i:1962;s:26:\")a=hT?GU}jRByWlt,ub@=1ODQA\";i:1963;s:26:\"zd=hT?GU}jRByWlt,ub@=1ODQA\";i:1964;s:15:\"z:>hT?GUO[*hXLA\";i:1965;s:15:\"4r>hT?GUO[[9ZLA\";i:1966;s:13:\"(a=hT?GU~AlBA\";i:1967;s:13:\"yd=hT?GU~AlBA\";i:1968;s:13:\"(a=hT?GU~AlBA\";i:1969;s:13:\"yd=hT?GU~AlBA\";i:1970;s:15:\"nu>hT?GUNkD\"5FA\";i:1971;s:13:\"yd=hT?GU~AlBA\";i:1972;s:70:\"xP=hT?GUDClBzL.4Fx}MN]6FFxLvSQ[zWAbLit,ub@^D5FRtLvSQ[zKAG\"&(k)No`,gCIA\";i:1973;s:13:\"L&=hT?GU~AlBA\";i:1974;s:129:\"rg=hT?GU~@OBbLht,ub@{K5FGuLvSQ[zPA/hht,ub@F=5FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5Fe2LvSQ[zPA:>mt,ub@y2y(Lts8`Q3nE30o7f6FA\";i:1975;s:13:\"4r=hT?GUYTlBA\";i:1976;s:13:\">J=hT?GU~AlBA\";i:1977;s:24:\"tP=hT?GUDClBYM.4FxrjBABA\";i:1978;s:13:\"EH>hT?GU~AlBA\";i:1979;s:346:\"oCbv:\",ub@=1ODS\"BByD1+ITN\"Ft(,`Q3nE3H#6y5Fl%LvSQ[z@HeG$AJESOYMj`Q3nE3sokAf+@hT?GU~@.Aa4+(k)No`,2B3(DByD1+!RlGgAICJHNzRm)WSA2[@hT?GUNk9MYLcsVElg*N+P`Q3nE3sokAf+@hT?GU~@.Aa4+(k)No`,2B3(DByD1+!RlGgAICJHNzRm)WSA2[@hT?GUNk9MYLcsVElg*N+PhT?GUO[*hXLA\";i:1988;s:38:\";o=hT?GU~AlB|L.4Fx}MA/6F!2LvSQ[zGFHL$A\";i:1989;s:105:\"dE=hT?GUdUlB?L.4Fxs@cApI=hT?GUdUlB^L.4Fxs@cA1k=hT?GUdUlBEM.4FxrjYBKA3(+\",ub@)g5FAwLvSQ[zGFoAgArBJHNzApvWA\";i:1990;s:58:\"x8=hT?GU~@%A7F#(k)NokK:CQYzXJI|+CAx(#(k)No|B:CnbzXJI{Z2ACA\";i:1991;s:38:\"1:>hT?GUO[Y4XL5FVElg*NnCRt$BJHNzij.S$A\";i:1992;s:13:\"Wx=hT?GU~AlBA\";i:1993;s:15:\"hg=hT?GUO[5FaLA\";i:1994;s:29:\"ig=hT?GUO[rPXL4YVElg*NNK+OlBA\";i:1995;s:13:\"hg=hT?GUIDlBA\";i:1996;s:13:\"hg=hT?GUIDlBA\";i:1997;s:60:\"lg=hT?GU~@OBz(it,ub@?P5FT3LvSQ[zGF3D$ABlB6O.4FxrjYB6A3(`\",ub@y2/>CtdZ`Q3nE30o/V5FA\";i:1999;s:13:\"!5=hT?GU^SlBA\";i:2000;s:14:\"/o?hT?GU}j}ACA\";i:2001;s:26:\"tP=hT?GUYDlBzL.4Fxrj}B9BQA\";i:2002;s:58:\"IH>hT?GU~@RCyWkt,ub@4E7F*xLvSQ[z@CK\"kt,ub@4E7FKyLvSQ[z@CIA\";i:2003;s:15:\"/o?hT?GUNkbSYLA\";i:2004;s:14:\"`)>hT?GU}jQBEA\";i:2005;s:13:\"hg=hT?GUOBlBA\";i:2006;s:14:\"`)>hT?GU}jQBEA\";i:2007;s:13:\"hg=hT?GUOBlBA\";i:2008;s:13:\"nu=hT?GU}TlBA\";i:2009;s:13:\"hg=hT?GUIDlBA\";i:2010;s:25:\"ou=hT?GU^ClB9N.4Fx}Mf86FA\";i:2011;s:26:\"ou=hT?GU}jRB:>nt,ub@=1#EQA\";i:2012;s:13:\"t8?hT?GU^SlBA\";i:2013;s:26:\"tP=hT?GUYDlBdN.4Fxrj}BfHQA\";i:2014;s:159:\"4P=hT?GUDClB3L.4Fx}MFAeZ=hT?GU4DlBbL.4Fx}Mgp6FGuLvSQ[zj;zW=JqI:$vbaU9~:C+WzXJI|+CAm_#(k)No|B:C7XzXJI|+wCTLi\"#BJHNzijmQ$A@DSOYMjhT?GUO[*hbLA\";i:2018;s:13:\"`)>hT?GUITlBA\";i:2019;s:58:\"=o=hT?GUdUlBjL.4Fxs@cATq=hT?GUdUlB;L.4Fxs@cAw(>hT?GU}jQBEA\";i:2020;s:14:\"`)>hT?GU~@%ACA\";i:2021;s:15:\"`)>hT?GUNkvWYLA\";i:2022;s:102:\"[o=hT?GU~AlBjL.4FxrjBATq=hT?GU}jRBc4it,ub@^D5FQwLvSQ[zFA/hjt,ub@^D5FAwLvSQ[zFAFtit,ub@^D5FM8LvSQ[z@CIA\";i:2023;s:26:\"u8=hT?GUITlB^L.4FxrjYBqCQA\";i:2024;s:60:\"lg=hT?GUIDlBQM.4Fx}MbApI=hT?GUO[v(YL#TVElg*NXmOt$$_Q3nE30AgA\";i:2025;s:149:\"_o=hT?GU}jHB/hht,ub@=1?CS\"+\",ub@^D5FgwLvSQ[zM$1W|LqI:$vbWAQA*\",ub@=1mFRt#BJHNzijnN$ApDSOYMjhT?GUO[3rYLwQVElg*NNKpVlBA\";i:2027;s:29:\"0:>hT?GUNkZ4XLwQVElg*NNK$QlBA\";i:2028;s:29:\"0:>hT?GUO[*hXLwQVElg*N+PmOlBA\";i:2029;s:70:\"aE=hT?GU}jCBz(ht,ub@=1JES\"+\",ub@^D5FgwLvSQ[zFAbLjt,ub@^D5FLvLvSQ[zFAEA\";i:2030;s:89:\"ng=hT?GUIDlBbL.4Fx}Mgp6FGuLvSQ[zj;zW.oqI:$vbaUoI:C^XzXJI{ZgyZLVRVElg*N*8MtPj_Q3nE3H#i65FA\";i:2031;s:15:\"z:>hT?GUO[xdZLA\";i:2032;s:14:\"t8>hT?GU}jhT?GU>BlBA\";i:2034;s:13:\"hg=hT?GUOBlBA\";i:2035;s:15:\"`)=hT?GUNkc#XLA\";i:2036;s:15:\"`)=hT?GUNk%$XLA\";i:2037;s:15:\"`)=hT?GUNkL&XLA\";i:2038;s:15:\"`)=hT?GUNkNcYLA\";i:2039;s:15:\"`)=hT?GUNkw(XLA\";i:2040;s:15:\"`)=hT?GUNkydYLA\";i:2041;s:15:\"`)=hT?GUNk|eYLA\";i:2042;s:15:\"`)=hT?GUNkhgYLA\";i:2043;s:15:\"`)=hT?GUNk+hYLA\";i:2044;s:15:\"`)=hT?GUNkQjYLA\";i:2045;s:15:\"`)=hT?GUNk1kYLA\";i:2046;s:15:\"`)=hT?GUNk\"lYLA\";i:2047;s:15:\"`)=hT?GUNkknYLA\";i:2048;s:15:\"`)=hT?GUNk/oYLA\";i:2049;s:26:\"tP=hT?GUYDlBdN.4FxrjYBwAIA\";i:2050;s:15:\"4r>hT?GUO[&aXLA\";i:2051;s:46:\"I0=hT?GU~AlBIM.4FxrjBAJ>hT?GUNkTqYLA\";i:2054;s:13:\"!5=hT?GU^SlBA\";i:2055;s:81:\"z8?hT?GUHWlBrL.4Fxs@CAvW=hT?GU~AlB7L.4FxrjBA;C=hT?GU>BlBvL.4Fx~5CATq>hT?GUO[McZLA\";i:2056;s:13:\"hg=hT?GUPulBA\";i:2057;s:13:\"9M=hT?GUOBlBA\";i:2058;s:24:\"tP=hT?GUDClB7L.4Fx}MFABA\";i:2059;s:13:\"hg=hT?GUPulBA\";i:2060;s:24:\"ig=hT?GUPulB]O.4Fx~5BABA\";i:2061;s:13:\"hg=hT?GUOBlBA\";i:2062;s:14:\"nu>hT?GU~@`ACA\";i:2063;s:13:\"VE=hT?GU>BlBA\";i:2064;s:13:\">J=hT?GU\"tlBA\";i:2065;s:13:\"9M?hT?GUOBlBA\";i:2066;s:57:\"wP=hT?GUYDlB?L.4FxrjBApI=hT?GU~AlB^L.4Fx~5DA1k=hT?GU~AlBA\";i:2067;s:119:\"0P=hT?GUDClB3L.4FxrjBAeZ=hT?GU~AlBbL.4Fx~5CA[Q=hT?GU~@`Ax(1*LvSQ[zRhzWp1%IkcwYtzH2:CooIByD*+IT=>P\"&aaU*%5F4YzXJI{Zm$ZLA\";i:2068;s:24:\"`X=hT?GUdUlBYM.4FxrjBABA\";i:2069;s:13:\"_X=hT?GU4DlBA\";i:2070;s:13:\"!5=hT?GUHWlBA\";i:2071;s:97:\"zP=hT?GUYDlBEM.4Fx}MCAq1=hT?GU~AlBAM.4Fx}MCA+h=hT?GU~AlB6O.4FxrjYB6A3(`\",ub@y2p_GtdZ`Q3nE30o/V5FA\";i:2072;s:13:\"Wx=hT?GU~AlBA\";i:2073;s:13:\"hg=hT?GUIDlBA\";i:2074;s:46:\"I0=hT?GU~AlBIM.4FxrjBACSOYM*+\"mlBjL.4Fxs@cA1k=hT?GUdUlBA\";i:2076;s:38:\"XE=hT?GU~@KBFtht,ub@4E5Fp1LvSQ[z@HoI$A\";i:2077;s:135:\"pg=hT?MUzSlB&!~AGB#(y2cLHt(a!ElBrDSOYMjhT?GUNk7yYLpVVElg*N+P1RlB~N.4Fxrj}BSCRt)BJHNzRmY\"O\"C\"qI:$vbxfvj:CUczXJI|+`DoEgA+BJHNzRm)WZApI?hT?GUNkF0YLA\";i:2080;s:55:\"U@>hT?GUNk7yYLpVVElg*N+P1RlB~N.4Fxrj}BSCRt)BJHNzRmY\"O\"A\";i:2081;s:86:\"lg=hT?MUzSlB&!~AGB#(y2cLHt(a!ElBrDSOYMjBlBshT?GU}jKBEA\";i:2088;s:96:\"mg=hT?MUzSlB&!~AGB#(x/@Q=Z1A3(&(k)Noa.wWxW]qqI:$vbxf0k:C|bzXJI|+`D0Ei\")BJHNzRmWAP\"(,_Q3nE3\"!yABA\";i:2089;s:13:\"VE=hT?GU>BlBA\";i:2090;s:66:\"ZE=hT?GU4DlBs2LvSQ[zRBK\"it,ub@^D5FA\";i:2094;s:60:\"x8=hT?GU~@%A]Q#(k)No|B:C7XzXJI{ZS8aL#TVElg*NiVJt&a_Q3nE3sAgA\";i:2095;s:13:\"4r=hT?GUTClBA\";i:2096;s:58:\"J0=hT?GUYTlBIM.4FxrjbAhT?GU}jQBEA\";i:2097;s:71:\"aE=hT?GU~@KBFtht,ub@y2#yHt#T_Q3nE3~B$A=CSOYMLUItJV_Q3nE3~B$A|CSOYMLUItA\";i:2098;s:47:\"[J=hT?GU~QlB;L.4Fx}MYAhT?GU~AlB%N.4Fx}ME96FA\";i:2099;s:25:\"ig=hT?GU~@OBz(it,ub@?P5FA\";i:2100;s:14:\"\"l=hT?GU~@kBEA\";i:2101;s:94:\"zP=hT?GUDClBzL.4FxrjYB?BQA)\",ub@^D5F+uLvSQ[zFA:>jt,ub@^D5F2uLvSQ[zFAG\"$(k)No`,]BK\"4zVElg*NNAIA\";i:2102;s:98:\"*5=hT?GU^SlBrL.4Fxs@CA;C=hT?GU>BlBvL.4Fx~5CA1k?hT?GUO[.oXLnbVElg*NtEMtJV`Q3nE30oJV5Fn7LvSQ[zGF&C$A\";i:2103;s:137:\"3P=hT?GUDClBzL.4FxrjYB*BRtwBJHNz!PuW$AVElg*NVAIAnt,ub@WK5FrvLvSQ[zFA/hht,ub@Z[5F7vLvSQ[zFAc4it,ub@Z[5FQwLvSQ[zSB2W+\",ub@?P5F>2LvSQ[zM$0WA\";i:2104;s:14:\"hg=hT?GU~@OBEA\";i:2105;s:29:\"0:>hT?GUO[*hXL5FVElg*N+P6SlBA\";i:2106;s:13:\"4r=hT?GUYTlBA\";i:2107;s:13:\"4r=hT?GU~AlBA\";i:2108;s:13:\"hg=hT?GUOBlBA\";i:2109;s:70:\"K0=hT?GU\"tlBIM.4Fxrj%AhT?GUO[95bLEUVElg*N+FQA\";i:2110;s:24:\"#5=hT?GU^SlBbL.4Fx~5CABA\";i:2111;s:15:\"),=hT?GUNkt8YLA\";i:2112;s:24:\"#5=hT?GU^SlBrL.4Fx~5EABA\";i:2113;s:13:\"!5=hT?GUHWlBA\";i:2114;s:13:\"Wx>hT?GU~AlBA\";i:2115;s:13:\"hg=hT?GUOBlBA\";i:2116;s:48:\"kg=hT?GUOBlBQM.4Fx}MbAHO=hT?GUYDlBjL.4FxrjYBGEQA\";i:2117;s:13:\"VE=hT?GU>BlBA\";i:2118;s:13:\"hg=hT?GUIDlBA\";i:2119;s:56:\"IH=hT?GU5A$A}CSOYMifBtUE_Q3nE3sAi\"sBJHNz#8uWNJqI:$vbWAQA\";i:2120;s:57:\"J0=hT?GU~AlBIM.4FxrjBAhT?GUO[muXLA\";i:2122;s:167:\"ug=hT?GUIDlBMM.4Fxs@aA[Q=hT?GUdUlB?L.4FxrjYBfFRtmBJHNzRm9(8ATq=hT?GU~AlB;L.4FxrjBA7y=hT?GUYTlBIM.4Fx~5FAhT?GU~@MBEA\";i:2124;s:14:\"t8>hT?GU}jNBEA\";i:2125;s:27:\"0:>hT?GU~@WB:>mt,ub@y28FJtA\";i:2126;s:29:\"0:>hT?GUO[e+YLwQVElg*N+P\"SlBA\";i:2127;s:35:\"$5=hT?GU^SlBrL.4Fx~5EA;C=hT?GU>BlBA\";i:2128;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.2kxW\"SqI:$vbxfem:C}YzXJI|+`D.Ei\"zBJHNzRm)WbABA\";i:2129;s:13:\"VE=hT?GU>BlBA\";i:2130;s:15:\"t8>hT?GUNk%$YLA\";i:2131;s:14:\"t8>hT?GU}jeBEA\";i:2132;s:26:\"WE=hT?GU>BlB}M.4FxrjYB]CQA\";i:2133;s:113:\"28=hT?GU~@%A.>#(k)No|B:C+WzXJI|+CAm_#(k)No|B:C7XzXJI|+CAZL$(k)No|B:CQYzXJI|+CA7F$(k)No|B:CzXzXJI|+CA,h)(k)NocC;CA\";i:2134;s:57:\"x8=hT?GUITlBEM.4FxrjbAq1=hT?GUYTlBAM.4FxrjbA+h=hT?GUYTlBA\";i:2135;s:40:\"1:>hT?GUO[$$YL5FVElg*NiVLt_)_Q3nE3t`oABA\";i:2136;s:15:\"z:>hT?GUO[e+YLA\";i:2137;s:15:\"z:>hT?GUO[*hXLA\";i:2138;s:13:\"i=>hT?GUOBlBA\";i:2139;s:24:\"u8=hT?GUITlBnL.4Fx~5CABA\";i:2140;s:25:\"0:>hT?GU~@WBz(mt,ub@4E5FA\";i:2141;s:15:\"z:>hT?GUO[e+YLA\";i:2142;s:15:\"4r=hT?GUNkL&YLA\";i:2143;s:14:\"\"l=hT?GU~@kBEA\";i:2144;s:71:\"aE=hT?GU>BlBvL.4Fx}M5O6FQwLvSQ[zFA/hjt,ub@=1dERttBJHNz!PuWoIqI:$vbA2a\"A\";i:2145;s:15:\"z:>hT?GUO[95XLA\";i:2146;s:14:\"z:>hT?GU~@WBEA\";i:2147;s:15:\"z:>hT?GUO[95XLA\";i:2148;s:68:\"(5=hT?GU^SlBrL.4Fx~5EAkn=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBABA\";i:2149;s:13:\"9M?hT?GUOBlBA\";i:2150;s:46:\"kg=hT?GUOBlBQM.4Fx}MbAHO=hT?GUYDlBbL.4Fx~5CABA\";i:2151;s:13:\"hg=hT?GUIDlBA\";i:2152;s:13:\"hg=hT?GUIDlBA\";i:2153;s:57:\"&5=hT?GU^SlBrL.4Fx~5EAvW=hT?GU~AlB7L.4FxrjBA;C=hT?GU>BlBA\";i:2154;s:92:\"08=hT?GUITlBrL.4Fx~5EA;C=hT?GUNkw(YLKCVElg*NLAJt*\",ub@^D5FxtLvSQ[zFA:>it,ub@^D5FbvLvSQ[zFAEA\";i:2155;s:90:\"*5=hT?GU^SlBrL.4Fx~5EA;C=hT?GU>BlBvL.4Fx~5CAkn=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBABA\";i:2156;s:50:\"U@?hT?GU>BlBnL.4FxrjYB]AJt(\",ub@y29yDtv(_Q3nE3_AgA\";i:2157;s:13:\"bS=hT?GU>BlBA\";i:2158;s:13:\"VE=hT?GU>BlBA\";i:2159;s:29:\"`X=hT?GUNk`)YL.IVElg*N+P!GlBA\";i:2160;s:15:\"_X=hT?GUNkf+YLA\";i:2161;s:15:\"4r>hT?GUO[3rYLA\";i:2162;s:15:\"z:>hT?GUO[*hXLA\";i:2163;s:163:\"5P=hT?GUDClBzL.4FxrjYBcCQA)\",ub@^D5F2uLvSQ[zFAbLlt,ub@=1`CRtlBJHNz)duWUEqI:$vbqAS\":\",ub@^D5FlxLvSQ[z@HPD$ATDSOYMjhT?GU}jQBEA\";i:2165;s:155:\"tg=hT?GUIDlBQM.4Fx}MbAHO=hT?GUYDlBzL.4Fxrj}BwCRt1BJHNzij*L$A;CSOYMu7Bt+>_Q3nE3\"!1Af+=hT?GUNk7yXL8MVElg*NNKLPlB4M.4Fxs@aAkn@hT?GU^SlB8M.4Fxs@aATq@hT?GU^SlBA\";i:2166;s:61:\"=o=hT?GUNkO/YLeGVElg*NLA3(+\",ub@=1dERttBJHNz!PuWoIqI:$vbA2a\"A\";i:2167;s:15:\"/o=hT?GUNkz:YLA\";i:2168;s:26:\")a=hT?GU}jRByWlt,ub@=1ODQA\";i:2169;s:26:\"zd=hT?GU}jRByWlt,ub@=1ODQA\";i:2170;s:26:\"ou=hT?GU^ClBlN.4FxrjYB&AIA\";i:2171;s:13:\"nu=hT?GUoTlBA\";i:2172;s:111:\"+5=hT?GU^SlBrL.4Fx~5EA7y=hT?GUO[DHXL!GVElg*NCBRttBJHNzRm8WBA+h=hT?GURIlB6O.4FxrjYB6A3(`\",ub@=1%ES\"{\",ub@y2n_CtA\";i:2173;s:98:\"*5=hT?GU^SlBrL.4Fxs@CA;C=hT?GU>BlBvL.4Fx~5CA1k?hT?GUO[.oXLnbVElg*NtEMtJV`Q3nE30oJV5Fn7LvSQ[zGF&C$A\";i:2174;s:13:\"VE=hT?GU>BlBA\";i:2175;s:55:\"I0=hT?GUO[muXL!GVElg*NNK>GlBAM.4FxrjYB&AK\"it,ub@y2mnDtA\";i:2176;s:60:\"lg=hT?GU~@OBc4ht,ub@FN5FWuLvSQ[z@HiK$A>CSOYMu7Bt{e_Q3nE3/J$A\";i:2177;s:13:\"Wx>hT?GU~AlBA\";i:2178;s:15:\"Wx=hT?GUO[muXLA\";i:2179;s:13:\"Wx=hT?GU~AlBA\";i:2180;s:48:\"I0=hT?GU}jaB/hjt,ub@^D5FAwLvSQ[zie1WoIqI:$vbWAQA\";i:2181;s:13:\"F0=hT?GU~AlBA\";i:2182;s:13:\"Wx=hT?GU~AlBA\";i:2183;s:13:\"F0=hT?GU~AlBA\";i:2184;s:14:\"F0=hT?GU}jaBEA\";i:2185;s:13:\"Wx=hT?GU~AlBA\";i:2186;s:81:\"ng=hT?GUIDlBbL.4Fx}Mc16F%tLvSQ[z;^0W=JqI:$vbHFi\"mBJHNzG3xWyKqI:$vbHFi\"rBJHNzG3xWA\";i:2187;s:35:\"XE=hT?GU>BlBnL.4Fx~5CA7y=hT?GU~AlBA\";i:2188;s:35:\"XE=hT?GU>BlBnL.4Fx~5CA7y=hT?GU~AlBA\";i:2189;s:26:\"tP=hT?GUYDlBzL.4Fxrj}B9BQA\";i:2190;s:13:\"sP=hT?GUYDlBA\";i:2191;s:13:\"9M?hT?GUOBlBA\";i:2192;s:81:\"Dm?hT?GUO[.oXL,bVElg*NXmOtuW`Q3nF3_Ai\"IT=>DA_X`Q3nF3_Ai\"IT=>DAeZ`Q3nF3_Ai\"IT=>DAB\";i:2193;s:57:\"wP=hT?GUYDlB?L.4Fxrj%ApI=hT?GUe%lB^L.4FxrjABP/#(k)No6o;CA\";i:2194;s:13:\"Wx=hT?GURIlBA\";i:2195;s:57:\"wP=hT?GUYDlB?L.4Fx~5;ApI=hT?GUe%lB^L.4Fxrj%A1k=hT?GUe%lBA\";i:2196;s:24:\"G0=hT?GURIlBAM.4Fx~5LABA\";i:2197;s:13:\"t8=hT?GUJ$lBA\";i:2198;s:24:\"zd=hT?GU~AlBjL.4FxrjBABA\";i:2199;s:94:\"M0=hT?GUzClBIM.4Fx~5DABlBA\";i:2202;s:26:\"ou=hT?GU}jcC:>nt,ub@=1dKQA\";i:2203;s:25:\"G0=hT?GU}jHBbLjt,ub@^D7FA\";i:2204;s:15:\"4r>hT?GUNkWxXLA\";i:2205;s:15:\"4r>hT?GUNkpIYLA\";i:2206;s:15:\"z:>hT?GUO[*hbLA\";i:2207;s:15:\"z:>hT?GUO[Y4bLA\";i:2208;s:15:\"4r>hT?GUO[BtXLA\";i:2209;s:15:\"4r>hT?GUNkmBXLA\";i:2210;s:13:\"EH>hT?GU~AlBA\";i:2211;s:14:\"Wx=hT?GU}jaBEA\";i:2212;s:13:\"4r=hT?GUO%lBA\";i:2213;s:14:\"4r=hT?GU}j4CEA\";i:2214;s:15:\"4r=hT?GUNki=cLA\";i:2215;s:15:\"4r=hT?GUNkbSbLA\";i:2216;s:13:\"4r=hT?GU:9lBA\";i:2217;s:13:\"VE=hT?GU>BlBA\";i:2218;s:14:\"VE=hT?GU~@KBEA\";i:2219;s:15:\"4r>hT?GUO[&aXLA\";i:2220;s:13:\"hg=hT?GUOBlBA\";i:2221;s:148:\"_o=hT?GU~AlBjL.4FxrjBATq=hT?GU~AlB;L.4FxrjBA7y=hT?GUO[/`XL!GVElg*NNK&KlBAM.4FxrjYBfBQA*\",ub@y2Q/Et5F`Q3nE30o#T6FT3LvSQ[z!K1WXLqI:$vb\"Ei\"9BJHNzijPl$A\";i:2222;s:14:\"z:>hT?GU~@WBEA\";i:2223;s:14:\"z:>hT?GU~@WBEA\";i:2224;s:14:\"z:>hT?GU~@WBEA\";i:2225;s:62:\"lg=hT?GU~@OBbLht,ub@nH5FgwLvSQ[zMAc4nt,ub@=1gDRt8BJHNzRm9(EABA\";i:2226;s:13:\"sP=hT?GUYDlBA\";i:2227;s:73:\"xP=hT?GUDClB3L.4FxrjBA%$=hT?GU~AlBhN.4Fx~5&ATq>hT?GUO[3rZL{eVElg*NNKlRlBA\";i:2228;s:62:\"2d=hT?GU~AlB7P.4Fx}MoR6F+!LvSQ[z**yW(,qI:$vb\"IV\">2`Q3nE3~RmABA\";i:2229;s:72:\"3d=hT?GUdUlB7L.4FxrjBAl_?hT?GU}jhT?GU}jQBEA\";i:2232;s:13:\"hg=hT?GUOBlBA\";i:2233;s:29:\"@2=hT?GUO[/`bLUEVElg*NNK(3lBA\";i:2234;s:29:\"!M?hT?GUNk,>YLkUVElg*NNKUElBA\";i:2235;s:15:\"z:>hT?GUO[*hXLA\";i:2236;s:15:\"z:>hT?GUO[*hXLA\";i:2237;s:15:\"z:>hT?GUO[*hXLA\";i:2238;s:54:\"$M?hT?GUNk,>YLkUVElg*NNKUElBdN.4FxrjYBmA3(?\",ub@=19EQA\";i:2239;s:15:\"F0=hT?GUNkR@YLA\";i:2240;s:13:\"F0=hT?GU~AlBA\";i:2241;s:13:\"F0=hT?GU~AlBA\";i:2242;s:87:\"yP=hT?GUYDlBhN.4Fxrj}B!CRtsBJHNzRm9(7A7y=hT?GU~AlBIM.4Fxrj}B$CRttBJHNz!PuWoIqI:$vb\"Ie\"A\";i:2243;s:35:\"uP=hT?GUDClB3L.4Fxs@DAeZ=hT?GU~AlBA\";i:2244;s:46:\"kg=hT?GUIDlBbL.4Fxs@cAYL=hT?GU>BlBvL.4Fxs@cABA\";i:2245;s:15:\"4r=hT?GUO[v(YLA\";i:2246;s:64:\"lg=hT?GU~@OByWot,ub@y2aLJtuW_Q3nE3t`oA%$>hT?GUO[UEZLQQVElg*NNAIA\";i:2247;s:40:\"1:>hT?GUO[:CZL5FVElg*NtCRt$BJHNzRmPtfABA\";i:2248;s:46:\"kg=hT?GUIDlBrL.4Fxs@CAvW=hT?GU(ClB#L.4FxrjBABA\";i:2249;s:13:\"/o>hT?GUOBlBA\";i:2250;s:25:\"Am=hT?GU}jVBFtit,ub@^D7FA\";i:2251;s:13:\"?2=hT?GU~AlBA\";i:2252;s:13:\"hg=hT?GUOBlBA\";i:2253;s:24:\"ou>hT?GU\"tlB,L.4Fxrj%ABA\";i:2254;s:14:\"4r=hT?GU~@/CEA\";i:2255;s:13:\"hg=hT?GUOBlBA\";i:2256;s:13:\"?2=hT?GU\"tlBA\";i:2257;s:13:\"hg=hT?GUOBlBA\";i:2258;s:15:\"z:>hT?GUO[*hXLA\";i:2259;s:48:\"hT?GU~@&A7F#(k)No%D:CA\";i:2264;s:100:\"M0=hT?GU}jgB/hjt,ub@=1mFRttBJHNzij#V$A{CSOYM*+jrlBWO.4Fx~5BAO/>hT?GUO[$$YLwQVElg*NNKvTlB|L.4Fx~5bABA\";i:2265;s:14:\"t8=hT?GU~@%ACA\";i:2266;s:26:\"ig=hT?GUIDlBLP.4FxrjYBQCQA\";i:2267;s:36:\"jg=hT?GUIDlB|L.4FxrjcA%$>hT?GU~@PBEA\";i:2268;s:36:\"jg=hT?GUIDlBfL.4Fxs@AAw(=hT?GU~@{ACA\";i:2269;s:14:\"hg=hT?GU~@OBEA\";i:2270;s:13:\"EH>hT?GU~AlBA\";i:2271;s:14:\"EH>hT?GU~@,ACA\";i:2272;s:14:\"EH>hT?GU~@,ACA\";i:2273;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.m_xW\"SqI:$vbxfcs:C}YzXJI|+`DxFi\"zBJHNzRmXtfABA\";i:2274;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.2kxW\"SqI:$vbxfem:C}YzXJI|+`D.Ei\"zBJHNzRm)WbABA\";i:2275;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.V|xW\"SqI:$vbxf8s:C}YzXJI|+`D1Fi\"zBJHNzRm*(fABA\";i:2276;s:67:\"IH>hT?GU~@,Aa4$(k)Noa.CAZLtJVElg*N+PuWlBsM.4Fxrj}B:CRtzBJHNzRmWAS\"A\";i:2277;s:68:\"IH>hT?GU~@,Aa4$(k)Noa.hT?GU~@,Aa4$(k)No`,uB3(.\",ub@=1CDQA/\",ub@=1CDRtzBJHNzijKM$A\";i:2279;s:77:\"aE=hT?GU}j:A.>#(k)No`,&BJt@\",ub@y2cLZtGO`Q3nE30otp7F;vLvSQ[z}CIAkt,ub@y2`QJtA\";i:2280;s:15:\"z:>hT?GUO[*hbLA\";i:2281;s:42:\"1:>hT?GUO[*hbLwQVElg*N+PU)lBgM.4Fxrj}B_CQA\";}','no'),(224,'_site_transient_timeout_chld_thm_cfg_options_debug','1488429338','no'),(225,'_site_transient_chld_thm_cfg_options_debug','','no'),(226,'et_pb_cache_notice','a:1:{s:6:\"3.0.34\";s:6:\"ignore\";}','yes'),(275,'et_automatic_updates_options','a:2:{s:8:\"username\";s:12:\"kiddiesandme\";s:7:\"api_key\";s:40:\"5ebc469b51d3af86acb5541711ee246f458855c4\";}','yes'),(296,'widget_bloomwidget','a:2:{i:2;a:2:{s:5:\"title\";s:0:\"\";s:8:\"optin_id\";s:7:\"optin_5\";}s:12:\"_multiwidget\";i:1;}','yes'),(298,'et_bloom_options','a:10:{s:10:\"db_version\";s:3:\"1.1\";s:8:\"accounts\";a:1:{s:9:\"mailchimp\";a:1:{s:11:\"clevergirls\";a:3:{s:5:\"lists\";a:1:{i:7227261368;a:3:{s:4:\"name\";s:31:\"Raising Clever Girls Newsletter\";s:17:\"subscribers_count\";s:1:\"3\";s:11:\"growth_week\";s:1:\"2\";}}s:7:\"api_key\";s:37:\"835c23f25d8347a5954f17602d45e073-us15\";s:13:\"is_authorized\";s:4:\"true\";}}}s:7:\"optin_1\";a:69:{s:10:\"optin_type\";s:6:\"pop_up\";s:12:\"optin_status\";s:8:\"inactive\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:26:\"Clever Girls Email Sign Up\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:11:\"optin_title\";s:43:\"<h2>Let's Be Friends!</h2>\";s:13:\"optin_message\";s:189:\"<p>Stay tuned with our top stories on how you can get your girl inspired and motivated.</p>\r\n<p>Because we want more for our clever girls!</p>\r\n<p> </p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:94:\"http://www.raisingclevergirls.com/wp-content/uploads/2017/06/clever-girls-logo-round-small.jpg\";s:2:\"id\";s:3:\"348\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#911616\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:5:\"right\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:12:\"Get Inspired\";s:17:\"field_orientation\";s:7:\"stacked\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7f\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:63:\"Discover amazing resources, get parenting advice, stay informed\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:65:\".et_bloom .et_bloom_form_footer p { font-size: 20px !important; }\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:20;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";s:1:\"1\";s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"display_on\";a:1:{i:0;s:10:\"everything\";}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:18:{i:0;s:2:\"74\";i:1;s:1:\"1\";i:2;s:2:\"84\";i:3;s:2:\"83\";i:4;s:2:\"11\";i:5;s:2:\"14\";i:6;s:2:\"12\";i:7;s:2:\"10\";i:8;s:2:\"45\";i:9;s:2:\"13\";i:10;s:2:\"15\";i:11;s:2:\"69\";i:12;s:2:\"70\";i:13;s:2:\"67\";i:14;s:1:\"8\";i:15;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:45:\"74,1,84,83,11,14,12,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";}s:7:\"optin_2\";a:73:{s:10:\"optin_type\";s:6:\"inline\";s:12:\"optin_status\";s:6:\"active\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:33:\"Clever Girls Email Sign Up_inline\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:16:\"enable_dbl_optin\";b:0;s:10:\"message_id\";s:0:\"\";s:11:\"optin_title\";s:43:\"<h2>Let's Be Friends!</h2>\";s:13:\"optin_message\";s:193:\"<p>Stay tuned with our top stories on how you can get your girl inspired and motivated.</p>\r\n<p>Because we want more for our clever girls!</p>\r\n<p> </p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:105:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/logo-raising-clever-girls-final-large.jpg\";s:2:\"id\";s:3:\"788\";}s:15:\"image_animation\";s:12:\"no_animation\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#e88fa4\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:5:\"right\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:12:\"Get Inspired\";s:17:\"field_orientation\";s:7:\"stacked\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7f\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:63:\"Discover amazing resources, get parenting advice, stay informed\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:65:\".et_bloom .et_bloom_form_footer p { font-size: 20px !important; }\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:10;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";s:1:\"1\";s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"display_on\";a:0:{}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:18:{i:0;s:2:\"74\";i:1;s:1:\"1\";i:2;s:2:\"84\";i:3;s:2:\"83\";i:4;s:2:\"11\";i:5;s:2:\"14\";i:6;s:2:\"12\";i:7;s:2:\"10\";i:8;s:2:\"45\";i:9;s:2:\"13\";i:10;s:2:\"15\";i:11;s:2:\"69\";i:12;s:2:\"70\";i:13;s:2:\"67\";i:14;s:1:\"8\";i:15;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:45:\"74,1,84,83,11,14,12,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";s:19:\"success_action_type\";s:12:\"redirect_url\";s:19:\"success_action_info\";s:36:\"http://www.raisingclevergirls.com.au\";}s:7:\"optin_3\";a:69:{s:10:\"optin_type\";s:10:\"below_post\";s:12:\"optin_status\";s:8:\"inactive\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:37:\"Clever Girls Email Sign Up_below post\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:11:\"optin_title\";s:43:\"<h2>Let's Be Friends!</h2>\";s:13:\"optin_message\";s:189:\"<p>Stay tuned with our top stories on how you can get your girl inspired and motivated.</p>\r\n<p>Because we want more for our clever girls!</p>\r\n<p> </p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:109:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/clever-girls-logo-optin-inline-newsletter.jpg\";s:2:\"id\";s:3:\"480\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:4:\"full\";s:12:\"border_color\";s:7:\"#e88fa4\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:5:\"right\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:12:\"Get Inspired\";s:17:\"field_orientation\";s:7:\"stacked\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7f\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:63:\"Discover amazing resources, get parenting advice, stay informed\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:65:\".et_bloom .et_bloom_form_footer p { font-size: 20px !important; }\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:10;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";s:1:\"1\";s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"display_on\";a:0:{}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:14:{i:0;s:1:\"1\";i:1;s:2:\"11\";i:2;s:2:\"12\";i:3;s:2:\"14\";i:4;s:2:\"10\";i:5;s:2:\"13\";i:6;s:2:\"15\";i:7;s:2:\"69\";i:8;s:2:\"70\";i:9;s:2:\"67\";i:10;s:1:\"8\";i:11;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:36:\"1,11,12,14,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";}s:7:\"optin_5\";a:73:{s:10:\"optin_type\";s:6:\"widget\";s:12:\"optin_status\";s:6:\"active\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:13:\"Sidebar Optin\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:16:\"enable_dbl_optin\";b:0;s:10:\"message_id\";s:0:\"\";s:11:\"optin_title\";s:72:\"<h2>Let's be friends!</h2>\r\n<h2> </h2>\";s:13:\"optin_message\";s:264:\"<p><span style="color: rgba(0, 0, 0, 0.5); font-family: 'Open Sans', Helvetica, Arial, Lucida, sans-serif; font-size: 14px;">Stay tuned with our top stories on how you can get your girl inspired and motivated.</span></p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:194:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women.png\";s:2:\"id\";s:3:\"783\";}s:15:\"image_animation\";s:12:\"no_animation\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#911616\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:6:\"bottom\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:10:\"First name\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:13:\"Get Inspired!\";s:17:\"field_orientation\";s:6:\"inline\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7c\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:0:\"\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:119:\".et_bloom_optin_5 .et_bloom_form_header.et_bloom_header_text_dark .et_bloom_form_text h2 { font-size: 18px!important; }\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:20;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";b:0;s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";b:0;s:10:\"display_on\";a:0:{}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:18:{i:0;s:2:\"74\";i:1;s:1:\"1\";i:2;s:2:\"84\";i:3;s:2:\"83\";i:4;s:2:\"11\";i:5;s:2:\"14\";i:6;s:2:\"12\";i:7;s:2:\"10\";i:8;s:2:\"45\";i:9;s:2:\"13\";i:10;s:2:\"15\";i:11;s:2:\"69\";i:12;s:2:\"70\";i:13;s:2:\"67\";i:14;s:1:\"8\";i:15;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:45:\"74,1,84,83,11,14,12,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";s:19:\"success_action_type\";s:7:\"default\";s:19:\"success_action_info\";s:0:\"\";}s:7:\"optin_6\";a:67:{s:10:\"optin_type\";s:6:\"inline\";s:12:\"optin_status\";s:8:\"inactive\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:42:\"Clever Girls Email Sign Up_below post_copy\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:11:\"optin_title\";s:43:\"<h2>Let's Be Friends!</h2>\";s:13:\"optin_message\";s:189:\"<p>Stay tuned with our top stories on how you can get your girl inspired and motivated.</p>\r\n<p>Because we want more for our clever girls!</p>\r\n<p> </p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:109:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/clever-girls-logo-optin-inline-newsletter.jpg\";s:2:\"id\";s:3:\"480\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:4:\"full\";s:12:\"border_color\";s:7:\"#e88fa4\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:5:\"right\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:12:\"Get Inspired\";s:17:\"field_orientation\";s:7:\"stacked\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7f\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:63:\"Discover amazing resources, get parenting advice, stay informed\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:65:\".et_bloom .et_bloom_form_footer p { font-size: 20px !important; }\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:10;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";s:1:\"1\";s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:14:{i:0;s:1:\"1\";i:1;s:2:\"11\";i:2;s:2:\"12\";i:3;s:2:\"14\";i:4;s:2:\"10\";i:5;s:2:\"13\";i:6;s:2:\"15\";i:7;s:2:\"69\";i:8;s:2:\"70\";i:9;s:2:\"67\";i:10;s:1:\"8\";i:11;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:36:\"1,11,12,14,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";}s:7:\"optin_7\";a:73:{s:10:\"optin_type\";s:6:\"locked\";s:12:\"optin_status\";s:6:\"active\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:38:\"15 Movies and Conversation Guide Optin\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";s:1:\"1\";s:16:\"enable_dbl_optin\";b:0;s:10:\"message_id\";s:0:\"\";s:11:\"optin_title\";s:320:\"<h2 style="text-align: center;">Join Our Mailing List to</h2>\r\n<h2 style="text-align: center;"> </h2>\r\n<h2 style="text-align: center;"> </h2>\r\n<h2 style="text-align: center;">Download Our Free Movie Conversation Guide</h2>\";s:13:\"optin_message\";s:0:\"\";s:17:\"image_orientation\";s:8:\"no_image\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:194:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\";s:2:\"id\";s:3:\"780\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#fff7f7\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#3b3b3b\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:6:\"bottom\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:10:\"First name\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:14:\"Get the guide!\";s:17:\"field_orientation\";s:6:\"inline\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:4:\"dark\";s:13:\"form_bg_color\";s:7:\"#d7ede6\";s:17:\"form_button_color\";s:7:\"#e85f7f\";s:17:\"button_text_color\";s:5:\"light\";s:10:\"edge_style\";s:10:\"basic_edge\";s:11:\"footer_text\";s:0:\"\";s:15:\"success_message\";s:168:\"Thank you for downloading printable list of movies to encourage resilience, confidence and a growth mindset in your daughter: please let us know if you found it useful!\";s:10:\"custom_css\";s:0:\"\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:20;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";b:0;s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";b:0;s:10:\"display_on\";a:0:{}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:18:{i:0;s:2:\"74\";i:1;s:1:\"1\";i:2;s:2:\"84\";i:3;s:2:\"83\";i:4;s:2:\"11\";i:5;s:2:\"14\";i:6;s:2:\"12\";i:7;s:2:\"10\";i:8;s:2:\"45\";i:9;s:2:\"13\";i:10;s:2:\"15\";i:11;s:2:\"69\";i:12;s:2:\"70\";i:13;s:2:\"67\";i:14;s:1:\"8\";i:15;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:45:\"74,1,84,83,11,14,12,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";s:19:\"success_action_type\";s:7:\"default\";s:19:\"success_action_info\";s:0:\"\";}s:14:\"schema_version\";i:1;s:7:\"optin_8\";a:73:{s:10:\"optin_type\";s:6:\"pop_up\";s:12:\"optin_status\";s:6:\"active\";s:11:\"test_status\";s:0:\"\";s:8:\"child_of\";s:0:\"\";s:12:\"child_optins\";a:0:{}s:10:\"next_optin\";s:2:\"-1\";s:10:\"optin_name\";s:31:\"Clever Girls Email Sign Up_copy\";s:14:\"email_provider\";s:9:\"mailchimp\";s:12:\"account_name\";s:11:\"clevergirls\";s:10:\"email_list\";s:10:\"7227261368\";s:11:\"custom_html\";s:0:\"\";s:17:\"disable_dbl_optin\";b:0;s:16:\"enable_dbl_optin\";b:0;s:10:\"message_id\";s:0:\"\";s:11:\"optin_title\";s:43:\"<h2>Let's Be Friends!</h2>\";s:13:\"optin_message\";s:166:\"<p>Stay tuned with our top stories on how you can get your girl inspired and motivated.</p>\r\n<p>Because we want more for our clever girls!</p>\";s:17:\"image_orientation\";s:5:\"above\";s:24:\"image_orientation_widget\";s:5:\"above\";s:9:\"image_url\";a:2:{s:3:\"url\";s:105:\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/logo-raising-clever-girls-final-large.jpg\";s:2:\"id\";s:3:\"788\";}s:15:\"image_animation\";s:7:\"slideup\";s:11:\"hide_mobile\";b:0;s:15:\"header_bg_color\";s:7:\"#ffffff\";s:11:\"header_font\";s:9:\"Open Sans\";s:9:\"body_font\";s:9:\"Open Sans\";s:17:\"header_text_color\";s:4:\"dark\";s:12:\"corner_style\";s:7:\"squared\";s:18:\"border_orientation\";s:9:\"no_border\";s:12:\"border_color\";s:7:\"#911616\";s:12:\"border_style\";s:5:\"solid\";s:16:\"form_orientation\";s:5:\"right\";s:12:\"display_name\";b:0;s:11:\"name_fields\";s:11:\"single_name\";s:9:\"name_text\";s:0:\"\";s:16:\"single_name_text\";s:0:\"\";s:9:\"last_name\";s:0:\"\";s:10:\"email_text\";s:0:\"\";s:11:\"button_text\";s:12:\"Get Inspired\";s:17:\"field_orientation\";s:7:\"stacked\";s:12:\"field_corner\";s:7:\"rounded\";s:10:\"text_color\";s:5:\"light\";s:13:\"form_bg_color\";s:7:\"#e85f7f\";s:17:\"form_button_color\";s:7:\"#ffffff\";s:17:\"button_text_color\";s:4:\"dark\";s:10:\"edge_style\";s:11:\"carrot_edge\";s:11:\"footer_text\";s:0:\"\";s:15:\"success_message\";s:0:\"\";s:10:\"custom_css\";s:0:\"\";s:17:\"flyin_orientation\";s:5:\"right\";s:14:\"load_animation\";s:6:\"fadein\";s:12:\"trigger_auto\";s:1:\"1\";s:10:\"load_delay\";i:20;s:12:\"trigger_idle\";b:0;s:12:\"idle_timeout\";i:15;s:11:\"post_bottom\";s:1:\"1\";s:15:\"comment_trigger\";b:0;s:14:\"trigger_scroll\";b:0;s:10:\"scroll_pos\";i:50;s:16:\"purchase_trigger\";b:0;s:13:\"trigger_click\";b:0;s:22:\"trigger_click_selector\";s:0:\"\";s:7:\"session\";s:1:\"1\";s:16:\"session_duration\";i:1;s:17:\"hide_mobile_optin\";b:0;s:10:\"auto_close\";s:1:\"1\";s:10:\"display_on\";a:1:{i:0;s:10:\"everything\";}s:10:\"post_types\";a:1:{i:0;s:4:\"post\";}s:15:\"post_categories\";a:18:{i:0;s:2:\"74\";i:1;s:1:\"1\";i:2;s:2:\"84\";i:3;s:2:\"83\";i:4;s:2:\"11\";i:5;s:2:\"14\";i:6;s:2:\"12\";i:7;s:2:\"10\";i:8;s:2:\"45\";i:9;s:2:\"13\";i:10;s:2:\"15\";i:11;s:2:\"69\";i:12;s:2:\"70\";i:13;s:2:\"67\";i:14;s:1:\"8\";i:15;s:2:\"68\";s:11:\"auto_select\";s:1:\"1\";s:16:\"previously_saved\";s:45:\"74,1,84,83,11,14,12,10,45,13,15,69,70,67,8,68\";}s:13:\"pages_include\";s:0:\"\";s:13:\"pages_exclude\";s:0:\"\";s:13:\"posts_exclude\";s:0:\"\";s:13:\"posts_include\";s:0:\"\";s:19:\"success_action_type\";s:7:\"default\";s:19:\"success_action_info\";s:0:\"\";}}','yes'),(304,'et_monarch_options','a:3:{s:10:\"db_version\";s:3:\"1.2\";s:29:\"ignore_monarch_youtube_notice\";s:1:\"1\";s:24:\"ignore_monarch_fb_notice\";s:1:\"1\";}','yes'),(305,'widget_monarchwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(310,'et_mobile_plugin_options','a:2:{s:10:\"main_theme\";s:8:\"HandHeld\";s:11:\"child_theme\";s:1:\"0\";}','yes'),(323,'wpseo','a:19:{s:15:\"ms_defaults_set\";b:0;s:7:\"version\";s:5:\"9.2.1\";s:20:\"disableadvanced_meta\";b:1;s:19:\"onpage_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:43:\"5_CUhEtLXc18Z1kHV2xTpYlvSCs1514e6MSMrIm6Y8M\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";b:0;s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:0;s:18:\"first_activated_on\";i:1490780536;}','yes'),(325,'wpseo_titles','a:89:{s:10:\"title_test\";i:0;s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:0;s:23:\"is-media-purge-relevant\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:0;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:84:\"http://www.clevergirls.com.au/wp-content/uploads/2017/03/clever-girls-logo-small.jpg\";s:12:\"company_name\";s:12:\"Clever Girls\";s:17:\"company_or_person\";s:7:\"company\";s:17:\"stripcategorybase\";b:0;s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:13:\"showdate-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:13:\"showdate-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:19:\"showdate-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:22:\"noindex-subpages-wpseo\";b:0;s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:16:\"showdate-project\";b:0;s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:26:\"title-tax-project_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:28:\"noindex-tax-project_category\";b:0;s:21:\"title-tax-project_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-project_tag\";s:0:\"\";s:23:\"noindex-tax-project_tag\";b:0;s:26:\"post_types-project-maintax\";i:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:29:\"taxonomy-project_tag-ptparent\";i:0;s:23:\"title-ptarchive-product\";s:0:\"\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;}','yes'),(326,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:14:\"plus-publisher\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:7:\"summary\";s:11:\"youtube_url\";s:0:\"\";s:15:\"google_plus_url\";s:0:\"\";s:10:\"fbadminapp\";s:0:\"\";}','yes'),(330,'wpseo_flush_rewrite','1','yes'),(354,'monsterinsights_current_version','7.10.4','yes'),(355,'monsterinsights_settings','a:18:{s:19:\"dashboards_disabled\";i:0;s:20:\"manual_ua_code_field\";N;s:26:\"track_internal_as_outbound\";N;s:23:\"track_internal_as_label\";N;s:12:\"demographics\";i:0;s:12:\"ignore_users\";a:2:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";}s:13:\"anonymize_ips\";i:0;s:19:\"extensions_of_files\";s:34:\"doc,pdf,ppt,zip,xls,docx,pptx,xlsx\";s:18:\"subdomain_tracking\";N;s:16:\"tag_links_in_rss\";i:0;s:12:\"allow_anchor\";i:0;s:16:\"add_allow_linker\";i:0;s:25:\"enhanced_link_attribution\";i:0;s:11:\"custom_code\";N;s:10:\"debug_mode\";i:0;s:13:\"tracking_mode\";s:9:\"analytics\";s:11:\"events_mode\";s:2:\"js\";s:14:\"anonymous_data\";i:1;}','yes'),(117205,'_transient_wflginfl_00000000000000000000ffff656d8004','2','no'),(337,'w3tc_state','{\"common.install\":1488697940,\"common.next_support_us_invitation\":1500982495,\"common.support_us_invitations\":2,\"common.next_edge_invitation\":1498995387,\"common.edge_invitations\":2}','no'),(364,'wf_plugin_act_error','','yes'),(810,'wpseo-gsc-access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/Qqv1rEa5XhN_c6O4BabozjQqSJIEf9fssUl-hopGLR4\";s:12:\"access_token\";s:132:\"ya29.Gl1qBG5Qb2VVezGKS7EHljxOHEZY6D-TiuUaUU2KGiYWtmaEVt7XaXHWMFuZMkvkr1kH95as0-p8qtPIiFX8Q4jA4i3oe5kLLbCwvEqc9WgXYBUOwLPKigCZzPaQKHw\";s:7:\"expires\";i:1497501425;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1497497825;}','yes'),(813,'wpseo-gsc','a:1:{s:7:\"profile\";s:25:\"http://clevergirls.com.au\";}','yes'),(121028,'_site_transient_timeout_theme_roots','1633132449','no'),(121029,'_site_transient_theme_roots','a:5:{s:10:\"Divi-child\";s:7:\"/themes\";s:4:\"Divi\";s:7:\"/themes\";s:13:\"twentyfifteen\";s:7:\"/themes\";s:15:\"twentyseventeen\";s:7:\"/themes\";s:13:\"twentysixteen\";s:7:\"/themes\";}','no'),(51583,'monsterinsights_site_profile','a:1:{s:6:\"manual\";s:13:\"UA-93545212-1\";}','yes'),(351,'monsterinsights_over_time','a:4:{s:17:\"installed_version\";s:6:\"6.0.14\";s:14:\"installed_date\";i:1488698380;s:13:\"installed_pro\";b:0;s:14:\"connected_date\";i:1581043906;}','yes'),(475,'woocommerce_admin_notices','a:0:{}','yes'),(512,'wpseo_taxonomy_meta','a:3:{s:8:\"category\";a:3:{i:1;a:4:{s:10:\"wpseo_desc\";s:51:\"Girls will love maths in this friendly exciting way\";s:13:\"wpseo_focuskw\";s:18:\"projects for girls\";s:13:\"wpseo_linkdex\";s:2:\"19\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:23;a:2:{s:13:\"wpseo_linkdex\";s:2:\"44\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:18;a:2:{s:13:\"wpseo_linkdex\";s:2:\"26\";s:19:\"wpseo_content_score\";s:2:\"30\";}}s:11:\"product_cat\";a:11:{i:11;a:3:{s:10:\"wpseo_desc\";s:93:\"crafts are a wonderful way for girls to discover the practical utilities of science and maths\";s:13:\"wpseo_linkdex\";s:1:\"7\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:10;a:3:{s:10:\"wpseo_desc\";s:124:\"empowered girls through maths - your daughter will fall in love with maths through these amazing games, activities and books\";s:13:\"wpseo_linkdex\";s:2:\"59\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:8;a:3:{s:10:\"wpseo_desc\";s:124:\"Girls love science when they get a fair chance to fully understand it and the many ways science can be used in everyday life\";s:13:\"wpseo_linkdex\";s:2:\"41\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:12;a:2:{s:13:\"wpseo_linkdex\";s:2:\"13\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:14;a:3:{s:10:\"wpseo_desc\";s:155:\"Girls love clothes. Raising clever girls aims to empower girls to dream big and build resilience and grit through fashion and the clothes they are wearing.\";s:13:\"wpseo_linkdex\";s:2:\"41\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:70;a:2:{s:13:\"wpseo_linkdex\";s:2:\"20\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:69;a:2:{s:13:\"wpseo_linkdex\";s:2:\"13\";s:19:\"wpseo_content_score\";s:2:\"60\";}i:68;a:2:{s:13:\"wpseo_linkdex\";s:2:\"-2\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:13;a:2:{s:13:\"wpseo_linkdex\";s:2:\"11\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:15;a:2:{s:13:\"wpseo_linkdex\";s:2:\"11\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:87;a:2:{s:13:\"wpseo_linkdex\";s:2:\"25\";s:19:\"wpseo_content_score\";s:2:\"30\";}}s:16:\"yith_shop_vendor\";a:3:{i:41;a:2:{s:13:\"wpseo_linkdex\";s:2:\"15\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:44;a:2:{s:13:\"wpseo_linkdex\";s:2:\"15\";s:19:\"wpseo_content_score\";s:2:\"30\";}i:46;a:2:{s:13:\"wpseo_linkdex\";s:2:\"15\";s:19:\"wpseo_content_score\";s:2:\"30\";}}}','yes'),(793,'monsterinsights_lite_access_token','a:5:{s:13:\"refresh_token\";s:45:\"1/J5A5mHl9KgDfplvjjl4ciUZzZlvuPWIUuN8SBK2HdUo\";s:12:\"access_token\";s:132:\"ya29.Gl05BmhUQC55kFVqlQs0QlyJqwpA4ADzY4q-78oo0KbCwaZZGFz4b2W1ROWi6G33D_bDP5LTTz3qV19oG4H_0T3AyXb_fRg4077os6lYsf7cxmmfUdfbBFjxNa_vpNs\";s:7:\"expires\";d:1539786737;s:10:\"expires_in\";i:3600;s:7:\"created\";i:1539743537;}','yes'),(358,'wdev-frash','a:3:{s:7:\"plugins\";a:1:{s:23:\"wp-smushit/wp-smush.php\";i:1488698417;}s:5:\"queue\";a:1:{s:32:\"fc50097023d0d34c5a66f6cddcf77694\";a:4:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:4:\"rate\";s:7:\"show_at\";i:1489303217;s:6:\"sticky\";b:1;}}s:4:\"done\";a:1:{i:0;a:6:{s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:4:\"type\";s:5:\"email\";s:7:\"show_at\";i:1488698417;s:5:\"state\";s:6:\"ignore\";s:4:\"hash\";s:32:\"fc50097023d0d34c5a66f6cddcf77694\";s:10:\"handled_at\";i:1488698742;}}}','no'),(798,'monsterinsights_report_overview_countries','a:4:{s:10:\"start-date\";s:10:\"2018-03-30\";s:8:\"end-date\";s:10:\"2018-04-29\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:2:\"23\";}s:4:\"data\";a:9:{i:0;a:2:{i:0;s:2:\"AU\";i:1;s:1:\"6\";}i:1;a:2:{i:0;s:2:\"PE\";i:1;s:1:\"5\";}i:2;a:2:{i:0;s:2:\"US\";i:1;s:1:\"5\";}i:3;a:2:{i:0;s:2:\"RO\";i:1;s:1:\"2\";}i:4;a:2:{i:0;s:2:\"CA\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:2:\"CN\";i:1;s:1:\"1\";}i:6;a:2:{i:0;s:2:\"IT\";i:1;s:1:\"1\";}i:7;a:2:{i:0;s:2:\"PH\";i:1;s:1:\"1\";}i:8;a:2:{i:0;s:2:\"ZZ\";i:1;s:1:\"1\";}}}','yes'),(362,'wordfence_version','6.3.18','yes'),(788,'et_account_status','expired','no'),(795,'monsterinsights_report_overview_pageviews','a:4:{s:10:\"start-date\";s:10:\"2018-03-30\";s:8:\"end-date\";s:10:\"2018-04-29\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:2:\"23\";}s:4:\"data\";a:31:{i:0;a:2:{i:0;s:8:\"20180330\";i:1;s:1:\"2\";}i:1;a:2:{i:0;s:8:\"20180331\";i:1;s:1:\"0\";}i:2;a:2:{i:0;s:8:\"20180401\";i:1;s:1:\"0\";}i:3;a:2:{i:0;s:8:\"20180402\";i:1;s:1:\"0\";}i:4;a:2:{i:0;s:8:\"20180403\";i:1;s:1:\"0\";}i:5;a:2:{i:0;s:8:\"20180404\";i:1;s:1:\"4\";}i:6;a:2:{i:0;s:8:\"20180405\";i:1;s:1:\"2\";}i:7;a:2:{i:0;s:8:\"20180406\";i:1;s:1:\"0\";}i:8;a:2:{i:0;s:8:\"20180407\";i:1;s:1:\"0\";}i:9;a:2:{i:0;s:8:\"20180408\";i:1;s:1:\"0\";}i:10;a:2:{i:0;s:8:\"20180409\";i:1;s:1:\"1\";}i:11;a:2:{i:0;s:8:\"20180410\";i:1;s:1:\"0\";}i:12;a:2:{i:0;s:8:\"20180411\";i:1;s:1:\"0\";}i:13;a:2:{i:0;s:8:\"20180412\";i:1;s:1:\"1\";}i:14;a:2:{i:0;s:8:\"20180413\";i:1;s:1:\"0\";}i:15;a:2:{i:0;s:8:\"20180414\";i:1;s:1:\"2\";}i:16;a:2:{i:0;s:8:\"20180415\";i:1;s:1:\"0\";}i:17;a:2:{i:0;s:8:\"20180416\";i:1;s:1:\"0\";}i:18;a:2:{i:0;s:8:\"20180417\";i:1;s:1:\"0\";}i:19;a:2:{i:0;s:8:\"20180418\";i:1;s:1:\"0\";}i:20;a:2:{i:0;s:8:\"20180419\";i:1;s:1:\"0\";}i:21;a:2:{i:0;s:8:\"20180420\";i:1;s:1:\"0\";}i:22;a:2:{i:0;s:8:\"20180421\";i:1;s:1:\"2\";}i:23;a:2:{i:0;s:8:\"20180422\";i:1;s:1:\"0\";}i:24;a:2:{i:0;s:8:\"20180423\";i:1;s:1:\"0\";}i:25;a:2:{i:0;s:8:\"20180424\";i:1;s:1:\"2\";}i:26;a:2:{i:0;s:8:\"20180425\";i:1;s:1:\"1\";}i:27;a:2:{i:0;s:8:\"20180426\";i:1;s:1:\"0\";}i:28;a:2:{i:0;s:8:\"20180427\";i:1;s:1:\"1\";}i:29;a:2:{i:0;s:8:\"20180428\";i:1;s:1:\"1\";}i:30;a:2:{i:0;s:8:\"20180429\";i:1;s:1:\"4\";}}}','yes'),(370,'wp-smush-install-type','existing','no'),(73378,'_site_transient_timeout_wp-smush-update-modal','1581047651','no'),(363,'wordfenceActivated','1','yes'),(368,'monsterinsights_tracking_notice','1','yes'),(809,'wpseo-gsc-refresh_token','1/Qqv1rEa5XhN_c6O4BabozjQqSJIEf9fssUl-hopGLR4','yes'),(373,'wpcf7','a:2:{s:7:\"version\";s:5:\"5.0.5\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1488698629;s:7:\"version\";s:3:\"4.7\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}}','yes'),(796,'monsterinsights_report_overview_top_content','a:4:{s:10:\"start-date\";s:10:\"2018-03-30\";s:8:\"end-date\";s:10:\"2018-04-29\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:2:\"23\";}s:4:\"data\";a:4:{i:0;a:2:{i:0;s:1:\"/\";i:1;s:2:\"17\";}i:1;a:2:{i:0;s:104:\"/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\";i:1;s:1:\"4\";}i:2;a:2:{i:0;s:7:\"/about/\";i:1;s:1:\"1\";}i:3;a:2:{i:0;s:36:\"/product/the-curse-of-the-good-girl/\";i:1;s:1:\"1\";}}}','yes'),(117057,'_transient_wflginfl_00000000000000000000ffff31920e0c','2','no'),(43930,'_transient_timeout_wflginfl_2002b9ead91f000000000000b9ead91f','1529212080','no'),(41694,'_transient_timeout_wflginfl_2002b9ead955000000000000b9ead955','1526513373','no'),(41695,'_transient_wflginfl_2002b9ead955000000000000b9ead955','19','no'),(792,'monsterinsights_get_profiles','a:1:{i:93545212;a:4:{s:2:\"id\";s:8:\"93545212\";s:7:\"ua_code\";s:13:\"UA-93545212-1\";s:11:\"parent_name\";s:25:\"http://clevergirls.com.au\";s:5:\"items\";a:1:{i:138348300;a:3:{s:2:\"id\";s:13:\"UA-93545212-1\";s:4:\"name\";s:25:\"http://clevergirls.com.au\";s:5:\"items\";a:1:{i:142633535;a:3:{s:4:\"name\";s:33:\"All Web Site Data (UA-93545212-1)\";s:7:\"ua_code\";s:13:\"UA-93545212-1\";s:2:\"id\";s:9:\"142633535\";}}}}}}','yes'),(477,'_transient_woocommerce_webhook_ids','a:0:{}','yes'),(533,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(544,'project_category_children','a:0:{}','yes'),(382,'woocommerce_default_country','AU:NSW','yes'),(383,'woocommerce_allowed_countries','all','yes'),(384,'woocommerce_all_except_countries','','yes'),(385,'woocommerce_specific_allowed_countries','','yes'),(386,'woocommerce_ship_to_countries','disabled','yes'),(387,'woocommerce_specific_ship_to_countries','','yes'),(388,'woocommerce_default_customer_address','geolocation','yes'),(389,'woocommerce_calc_taxes','no','yes'),(390,'woocommerce_demo_store','no','yes'),(391,'woocommerce_demo_store_notice','This is a demo store for testing purposes — no orders shall be fulfilled.','no'),(392,'woocommerce_currency','AUD','yes'),(393,'woocommerce_currency_pos','left','yes'),(394,'woocommerce_price_thousand_sep',',','yes'),(395,'woocommerce_price_decimal_sep','.','yes'),(396,'woocommerce_price_num_decimals','2','yes'),(397,'woocommerce_weight_unit','kg','yes'),(398,'woocommerce_dimension_unit','cm','yes'),(399,'woocommerce_enable_review_rating','yes','yes'),(400,'woocommerce_review_rating_required','yes','no'),(401,'woocommerce_review_rating_verification_label','yes','no'),(402,'woocommerce_review_rating_verification_required','no','no'),(403,'woocommerce_shop_page_id','75','yes'),(404,'woocommerce_shop_page_display','','yes'),(405,'woocommerce_category_archive_display','','yes'),(406,'woocommerce_default_catalog_orderby','menu_order','yes'),(407,'woocommerce_cart_redirect_after_add','no','yes'),(408,'woocommerce_enable_ajax_add_to_cart','yes','yes'),(409,'woocommerce_enable_lightbox','yes','yes'),(410,'woocommerce_manage_stock','yes','yes'),(411,'woocommerce_hold_stock_minutes','60','no'),(412,'woocommerce_notify_low_stock','yes','no'),(413,'woocommerce_notify_no_stock','yes','no'),(414,'woocommerce_stock_email_recipient','kiddiesandme@yahoo.com','no'),(415,'woocommerce_notify_low_stock_amount','2','no'),(416,'woocommerce_notify_no_stock_amount','0','yes'),(417,'woocommerce_hide_out_of_stock_items','no','yes'),(418,'woocommerce_stock_format','','yes'),(419,'woocommerce_file_download_method','force','no'),(420,'woocommerce_downloads_require_login','no','no'),(421,'woocommerce_downloads_grant_access_after_payment','yes','no'),(422,'woocommerce_prices_include_tax','no','yes'),(423,'woocommerce_tax_based_on','shipping','yes'),(424,'woocommerce_shipping_tax_class','inherit','yes'),(425,'woocommerce_tax_round_at_subtotal','no','yes'),(426,'woocommerce_tax_classes','Reduced Rate\nZero Rate','yes'),(427,'woocommerce_tax_display_shop','excl','yes'),(428,'woocommerce_tax_display_cart','excl','no'),(429,'woocommerce_price_display_suffix','','yes'),(430,'woocommerce_tax_total_display','itemized','no'),(431,'woocommerce_enable_shipping_calc','yes','no'),(432,'woocommerce_shipping_cost_requires_address','no','no'),(433,'woocommerce_ship_to_destination','billing','no'),(434,'woocommerce_enable_coupons','yes','yes'),(435,'woocommerce_calc_discounts_sequentially','no','no'),(436,'woocommerce_enable_guest_checkout','no','no'),(437,'woocommerce_force_ssl_checkout','no','yes'),(438,'woocommerce_unforce_ssl_checkout','no','yes'),(439,'woocommerce_cart_page_id','76','yes'),(440,'woocommerce_checkout_page_id','77','yes'),(441,'woocommerce_terms_page_id','','no'),(442,'woocommerce_checkout_pay_endpoint','order-pay','yes'),(443,'woocommerce_checkout_order_received_endpoint','order-received','yes'),(444,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),(445,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),(446,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),(447,'woocommerce_myaccount_page_id','78','yes'),(448,'woocommerce_enable_signup_and_login_from_checkout','yes','no'),(449,'woocommerce_enable_myaccount_registration','no','no'),(450,'woocommerce_enable_checkout_login_reminder','yes','no'),(451,'woocommerce_registration_generate_username','yes','no'),(452,'woocommerce_registration_generate_password','no','no'),(453,'woocommerce_myaccount_orders_endpoint','orders','yes'),(454,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),(455,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),(456,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),(457,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),(458,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),(459,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),(460,'woocommerce_logout_endpoint','customer-logout','yes'),(461,'woocommerce_email_from_name','Clever Girls','no'),(462,'woocommerce_email_from_address','kiddiesandme@yahoo.com','no'),(463,'woocommerce_email_header_image','','no'),(464,'woocommerce_email_footer_text','Clever Girls - Powered by WooCommerce','no'),(465,'woocommerce_email_base_color','#557da1','no'),(466,'woocommerce_email_background_color','#f5f5f5','no'),(467,'woocommerce_email_body_background_color','#fdfdfd','no'),(468,'woocommerce_email_text_color','#505050','no'),(469,'woocommerce_api_enabled','yes','yes'),(493,'woocommerce_meta_box_errors','a:0:{}','yes'),(15688,'woocommerce_db_version','3.1.2','yes'),(15668,'woocommerce_version','3.1.2','yes'),(478,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(479,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(480,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(481,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(482,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(483,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(484,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(485,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(486,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(487,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(488,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(489,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(794,'monsterinsights_lite_refresh_token','1/J5A5mHl9KgDfplvjjl4ciUZzZlvuPWIUuN8SBK2HdUo','yes'),(797,'monsterinsights_report_overview_top_sources','a:4:{s:10:\"start-date\";s:10:\"2018-03-30\";s:8:\"end-date\";s:10:\"2018-04-29\";s:5:\"total\";a:1:{s:12:\"ga:pageviews\";s:2:\"23\";}s:4:\"data\";a:6:{i:0;a:2:{i:0;s:8:\"(direct)\";i:1;s:1:\"8\";}i:1;a:2:{i:0;s:6:\"google\";i:1;s:1:\"6\";}i:2;a:2:{i:0;s:14:\"l.facebook.com\";i:1;s:1:\"6\";}i:3;a:2:{i:0;s:9:\"[4681031]\";i:1;s:1:\"1\";}i:4;a:2:{i:0;s:12:\"facebook.com\";i:1;s:1:\"1\";}i:5;a:2:{i:0;s:14:\"m.facebook.com\";i:1;s:1:\"1\";}}}','yes'),(501,'woocommerce_paypal-ec_settings','a:1:{s:7:\"enabled\";s:3:\"yes\";}','yes'),(502,'woocommerce_stripe_settings','a:2:{s:7:\"enabled\";s:3:\"yes\";s:20:\"apple_pay_domain_set\";s:2:\"no\";}','yes'),(503,'woocommerce_paypal_settings','a:17:{s:7:\"enabled\";s:3:\"yes\";s:5:\"email\";s:26:\"contact@clevergirls.com.au\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:8:\"testmode\";s:3:\"yes\";s:5:\"debug\";s:2:\"no\";s:14:\"receiver_email\";s:26:\"contact@clevergirls.com.au\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"CG-\";s:13:\"send_shipping\";s:2:\"no\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:10:\"page_style\";s:0:\"\";s:9:\"image_url\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:7:\"Icanhel\";s:13:\"api_signature\";s:0:\"\";}','yes'),(504,'woocommerce_cheque_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(505,'woocommerce_bacs_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(506,'woocommerce_cod_settings','a:1:{s:7:\"enabled\";s:2:\"no\";}','yes'),(507,'woocommerce_allow_tracking','no','yes'),(561,'wc_ppec_version','1.4.3','yes'),(815,'wordfence_syncingAttackData','0','no'),(816,'wordfence_lastSyncAttackData','1632990169','no'),(2128,'yith_wpv_vendors_option_seller_vacation_management','no','yes'),(2129,'yith_wpv_vendors_option_live_chat_management','no','yes'),(2130,'yith_wpv_vendors_option_membership_management','no','yes'),(2131,'yith_wpv_vendors_option_subscription_management','no','yes'),(2132,'yith_wpv_vendors_option_badge_management_management','no','yes'),(2133,'yith_wpv_vendors_option_size_charts_management','no','yes'),(2134,'yith_wpv_vendors_option_name_your_price_management','no','yes'),(2135,'yith_wpv_vendors_option_order_tracking_management','no','yes'),(2136,'yith_wpv_vendors_option_waiting_list_management','no','yes'),(2137,'yith_wpv_vendors_option_surveys_management','no','yes'),(2138,'yith_wpv_vendors_option_review_discounts_management','no','yes'),(2139,'yith_wpv_vendors_option_coupon_email_system_management','no','yes'),(2140,'yith_wpv_vendors_enable_pdf_invoice','no','yes'),(2141,'yith_wpv_vendors_enable_request_quote','no','yes'),(2142,'yith_wpv_vendors_enable_catalog_mode','no','yes'),(2143,'yith_wpv_vendors_option_role_based_prices_management','no','yes'),(2144,'yith_wpv_vendors_option_advanced_product_options_management','no','yes'),(2145,'yith_wpv_vendors_enable_sms','no','yes'),(2146,'yith_wpv_vendors_option_bulk_product_editing_options_management','no','yes'),(814,'wordfence_syncAttackDataAttempts','0','no'),(21979,'category_children','a:1:{i:83;a:1:{i:0;i:84;}}','yes'),(2121,'yith_wpv_vendor_name_in_store','yes','yes'),(2122,'yith_wpv_vendor_total_sales','no','yes'),(2123,'yith_wpv_vendor_show_vendor_vat','yes','yes'),(2124,'yith_vat_label','Website','yes'),(2125,'yith_wpv_vendor_show_vendor_website','yes','yes'),(2126,'yith_wpv_frontpage_gmaps_key','','yes'),(2127,'yith_wpv_reports_limit','10','yes'),(1209,'seed_csp4_settings_content','a:9:{s:6:\"status\";s:1:\"0\";s:4:\"logo\";s:0:\"\";s:8:\"headline\";s:0:\"\";s:11:\"description\";s:0:\"\";s:13:\"footer_credit\";s:1:\"0\";s:7:\"favicon\";s:0:\"\";s:9:\"seo_title\";s:0:\"\";s:15:\"seo_description\";s:0:\"\";s:12:\"ga_analytics\";s:0:\"\";}','yes'),(1210,'seed_csp4_settings_design','a:12:{s:8:\"bg_color\";s:7:\"#fafafa\";s:8:\"bg_image\";s:82:\"http://www.clevergirls.com.au/wp-content/uploads/2017/03/AdobeStock_140123991.jpeg\";s:8:\"bg_cover\";a:1:{i:0;s:1:\"1\";}s:9:\"bg_repeat\";s:9:\"no-repeat\";s:11:\"bg_position\";s:8:\"left top\";s:13:\"bg_attahcment\";s:6:\"scroll\";s:9:\"max_width\";s:0:\"\";s:10:\"text_color\";s:7:\"#666666\";s:10:\"link_color\";s:7:\"#d82f3a\";s:14:\"headline_color\";s:7:\"#444444\";s:9:\"text_font\";s:6:\"_arial\";s:10:\"custom_css\";s:0:\"\";}','yes'),(1211,'seed_csp4_settings_advanced','a:2:{s:14:\"header_scripts\";s:0:\"\";s:14:\"footer_scripts\";s:0:\"\";}','yes'),(1274,'mc4wp_default_form_id','119','yes'),(1275,'mc4wp_form_stylesheets','a:1:{i:0;s:6:\"themes\";}','yes'),(2117,'yith_vendors_header_image_height','40','yes'),(2118,'yith_vendors_tab_position','99','yes'),(2119,'yith_vendors_related_products','vendor','yes'),(2120,'yith_wpv_vendor_store_description','yes','yes'),(2114,'yith_skin_font_color','#ffffff','yes'),(2115,'yith_vendors_gravatar_image_size','62','yes'),(2116,'yith_vendors_header_image_width','60','yes'),(1263,'widget_mc4wp_form_widget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(1596,'updraft_backup_history','a:2:{i:1632229629;a:19:{s:7:\"plugins\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-plugins.zip\";}s:12:\"plugins-size\";i:60138256;s:6:\"themes\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-themes.zip\";}s:11:\"themes-size\";i:8873515;s:7:\"uploads\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-uploads.zip\";}s:12:\"uploads-size\";i:149624060;s:6:\"others\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-others.zip\";}s:11:\"others-size\";i:150827097;s:2:\"db\";s:62:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-db.gz\";s:7:\"db-size\";i:2591111;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"bd039dbd7c5abab70a1c1c07fc36ea22e1777d3f\";s:7:\"themes0\";s:40:\"6725ec655a8e2ed318affad4e769c1b0c5193e3c\";s:8:\"uploads0\";s:40:\"94a0d462ff47d44c6bd30fe75ad6b269fa1a91b0\";s:7:\"others0\";s:40:\"f941e8233bc9867a2eeae12efef3d96b07d501c6\";s:3:\"db0\";s:40:\"b559c31689031bbf363038e241bcd24ec5a537a5\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"e6d059d20bbed27fb8c576d54b2b7f2beb2f2bcca22648045d7360100a16054b\";s:7:\"themes0\";s:64:\"7fc27ff8e378e6bc6ba231d98b2b1cc2459b1ed8d482c0afce768e59c3a02fae\";s:8:\"uploads0\";s:64:\"89045bc3c8bc42dfdfcfa29d2ee45a209f13eaae0ebc7a89ecd3e6d787af2b92\";s:7:\"others0\";s:64:\"0d99f7d1a17d416eaa979b553e44f2b1c20332e115636e1586cf51fe9fb3ad02\";s:3:\"db0\";s:64:\"3250f67914ec28734aec9733d2add1dfb6eb5b800eff595a8476fc9f236a417c\";}}s:5:\"nonce\";s:12:\"26e3a49f7a88\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-e8a278ca42f7f6066ba9b0a1b4c95e16\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1632229629;s:6:\"themes\";i:1632229834;s:7:\"uploads\";i:1632230418;s:6:\"others\";i:1632230429;}s:18:\"created_by_version\";s:7:\"1.16.21\";s:21:\"last_saved_by_version\";s:7:\"1.16.21\";s:12:\"is_multisite\";b:0;}i:1631019530;a:19:{s:7:\"plugins\";a:1:{i:0;s:68:\"backup_2021-09-07-2258_Raising_Clever_Girls_ff3931ed85ae-plugins.zip\";}s:12:\"plugins-size\";i:60138256;s:6:\"themes\";a:1:{i:0;s:67:\"backup_2021-09-07-2258_Raising_Clever_Girls_ff3931ed85ae-themes.zip\";}s:11:\"themes-size\";i:8873515;s:7:\"uploads\";a:1:{i:0;s:68:\"backup_2021-09-07-2258_Raising_Clever_Girls_ff3931ed85ae-uploads.zip\";}s:12:\"uploads-size\";i:149624049;s:6:\"others\";a:1:{i:0;s:67:\"backup_2021-09-07-2258_Raising_Clever_Girls_ff3931ed85ae-others.zip\";}s:11:\"others-size\";i:150875897;s:2:\"db\";s:62:\"backup_2021-09-07-2258_Raising_Clever_Girls_ff3931ed85ae-db.gz\";s:7:\"db-size\";i:2587682;s:9:\"checksums\";a:2:{s:4:\"sha1\";a:5:{s:8:\"plugins0\";s:40:\"bd039dbd7c5abab70a1c1c07fc36ea22e1777d3f\";s:7:\"themes0\";s:40:\"6725ec655a8e2ed318affad4e769c1b0c5193e3c\";s:8:\"uploads0\";s:40:\"a8935c5c42f50e6371cb5b7c2c6f3a7f7b878aa3\";s:7:\"others0\";s:40:\"136a96b202a3c824c2c00039a75c493120974fa2\";s:3:\"db0\";s:40:\"4febc474ccc0f098512b3b79f39ba84b589a7cda\";}s:6:\"sha256\";a:5:{s:8:\"plugins0\";s:64:\"e6d059d20bbed27fb8c576d54b2b7f2beb2f2bcca22648045d7360100a16054b\";s:7:\"themes0\";s:64:\"7fc27ff8e378e6bc6ba231d98b2b1cc2459b1ed8d482c0afce768e59c3a02fae\";s:8:\"uploads0\";s:64:\"dc617d18f48008e06ef7ad248a2806f1afc6dbbb5a3756c7ca36863da719640c\";s:7:\"others0\";s:64:\"d9a46c35ed1c45f935fc8252a8ead354a0384c2e11d951f279ca4e01b113af82\";s:3:\"db0\";s:64:\"6f96292b75d4693bb9e8c1f755ef96dc0ccb354e5cb1888025f3cae55aecab6d\";}}s:5:\"nonce\";s:12:\"ff3931ed85ae\";s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:20:\"service_instance_ids\";a:1:{s:7:\"dropbox\";a:1:{i:0;s:34:\"s-e8a278ca42f7f6066ba9b0a1b4c95e16\";}}s:11:\"always_keep\";b:0;s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1631019531;s:6:\"themes\";i:1631019729;s:7:\"uploads\";i:1631020629;s:6:\"others\";i:1631020640;}s:18:\"created_by_version\";s:7:\"1.16.21\";s:21:\"last_saved_by_version\";s:7:\"1.16.21\";s:12:\"is_multisite\";b:0;}}','no'),(1265,'mc4wp_version','4.7.4','yes'),(1268,'mc4wp_flash_messages','a:0:{}','no'),(1269,'mc4wp','a:4:{s:7:\"api_key\";s:37:\"835c23f25d8347a5954f17602d45e073-us15\";s:20:\"allow_usage_tracking\";i:0;s:15:\"debug_log_level\";s:7:\"warning\";s:18:\"first_activated_on\";i:1490315087;}','yes'),(2107,'yith_wpv_terms_and_conditions_page_id','','yes'),(2108,'yith_wpv_vendor_taxonomy_rewrite','store','yes'),(2109,'yith_wpv_vendor_name_style','theme','yes'),(2110,'yith_vendors_color_name','#bc360a','yes'),(2111,'yith_vendors_color_name_hover','#ea9629','yes'),(2112,'yith_vendors_skin_header','small-box','yes'),(2113,'yith_skin_background_color','#000000','yes'),(1304,'soon_page_settings','a:8:{s:6:\"status\";s:1:\"0\";s:10:\"background\";s:82:\"http://www.clevergirls.com.au/wp-content/uploads/2017/03/AdobeStock_140123991c.jpg\";s:5:\"title\";s:12:\" Coming soon\";s:7:\"descrip\";s:204:\" \r\nSign up to get the latest updates and discover amazing resources to get your girl inspired and motivated.\r\nWe are here to make it simple, easy, fun!\";s:11:\"google_code\";s:0:\"\";s:2:\"fb\";s:44:\"https://www.facebook.com/curiousclevergirls/\";s:4:\"twit\";s:0:\"\";s:2:\"gp\";s:0:\"\";}','yes'),(1309,'soon_page_desgin_settings','a:8:{s:16:\"background_color\";s:7:\"#dd2e6e\";s:11:\"title_color\";s:7:\"#ffffff\";s:13:\"descrip_color\";s:7:\"#ffffff\";s:15:\"title_font_size\";s:2:\"21\";s:17:\"title_font_format\";s:23:\"Arial Black, sans-serif\";s:21:\"description_font_size\";s:2:\"20\";s:23:\"description_font_format\";s:27:\"Verdana, Geneva, sans-serif\";s:17:\"background_effect\";s:1:\"1\";}','yes'),(1308,'soon_page_notification_settings','a:6:{s:6:\"mailto\";s:3:\"yes\";s:13:\"email_address\";s:33:\"contact@raisingclevergirls.com.au\";s:7:\"message\";s:214:\"Thanks for subscribing to RaisingCleverGirls.com.au, we will keep you updated. In the meantime, please visit our Facebook page to stay tuned with our top stories on how you can get your girl inspired and motivated.\";s:6:\"sb_btn\";s:7:\"Sign Up\";s:16:\"placeholder_text\";s:5:\"Email\";s:12:\"user_message\";s:76:\"Hey Some one with email id => [email] has subscribed to the Coming Soon page\";}','yes'),(2104,'yith_wpv_vendors_registration_required_terms_and_conditions','no','yes'),(2105,'yith_wpv_become_a_vendor_page_id','220','yes'),(2106,'yith_wpv_become_a_vendor_style','myaccount','yes'),(1327,'mc4wp_integrations','a:11:{s:13:\"ninja-forms-2\";a:0:{}s:15:\"wp-comment-form\";a:0:{}s:20:\"wp-registration-form\";a:0:{}s:10:\"buddypress\";a:0:{}s:11:\"woocommerce\";a:0:{}s:22:\"easy-digital-downloads\";a:0:{}s:14:\"contact-form-7\";a:0:{}s:14:\"events-manager\";a:0:{}s:11:\"memberpress\";a:0:{}s:6:\"custom\";a:4:{s:5:\"lists\";a:1:{i:1;s:10:\"7227261368\";}s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"0\";}s:11:\"ninja-forms\";a:0:{}}','yes'),(1372,'et_bloom_stats_cache','\n
\n
\n

Overview

\n
\n
\n 0%\n Conversion Rate\n
\n
\n 0\n Subscribers\n
\n
\n 0/week\n Subscriber Growth\n
\n
\n
\n
\n
\n
\n
    \n
  • \n
    My Optins
    \n
    Impressions
    \n
    Conversions
    \n
    Conversion Rate
    \n
    \n
  • \n
  • \n
    Clever Girls Email Sign Up
    \n
    0
    \n
    0
    \n
    0%
    \n
    \n
  • \n
    \n
    0
    \n
    0
    \n
    0%
    \n
\n
\n
\n
\n
\n

New sign ups

\n
\n Last 30 days\n Last 12 month\n \n
\n
\n
\n 0 New Signups | \n 0 Per Day\n
\n
\n
\n
\n
    \n
  • \n
    My Lists
    \n
    Provider
    \n
    Subscribers
    \n
    Growth Rate
    \n
    \n
  • \n
  • \n
    Clever Girls Newsletter
    \n
    mailchimp
    \n
    0
    \n
    0/week
    \n
    \n
  • \n
    \n
    \n
    0
    \n
    0/week
    \n
\n
\n
\n \n
','yes'),(2072,'yith_wpv_vendors_product_limit','25','yes'),(2073,'yith_wpv_hide_vendor_products','no','yes'),(2074,'yith_wpv_vendors_option_skip_review','no','yes'),(2075,'yith_wpv_vendors_option_pending_post_status','no','yes'),(2076,'yith_wpv_vendors_skip_review_for_all','no','yes'),(2077,'yith_wpv_vendors_option_coupon_management','no','yes'),(2078,'yith_wpv_vendors_option_review_management','no','yes'),(2079,'yith_wpv_vendors_option_order_management','no','yes'),(2080,'yith_wpv_vendors_option_order_synchronization','no','yes'),(2081,'yith_wpv_vendors_option_order_refund_synchronization','yes','yes'),(2082,'yith_wpv_vendors_option_order_hide_customer','no','yes'),(2083,'yith_wpv_vendors_option_order_hide_payment','no','yes'),(2084,'yith_wpv_vendors_option_order_prevent_resend_email','no','yes'),(2085,'yith_wpv_vendors_option_featured_management','no','yes'),(2086,'yith_wpv_vendors_option_editor_management','no','yes'),(2087,'yith_wpv_vendors_option_editor_media','no','yes'),(2088,'yith_wpv_vendors_ahop_admins_cap','no','yes'),(2089,'payment_gateway','masspay','yes'),(2090,'payment_method','choose','yes'),(2091,'payment_minimum_withdrawals','1','yes'),(2092,'paypal_sandbox','yes','yes'),(2093,'paypal_ipn_notification_url','http://www.clevergirls.com.au/?paypal_ipn_response=true','yes'),(2094,'yith_wpv_vendor_name_in_loop','yes','yes'),(2095,'yith_wpv_vendor_name_in_single','yes','yes'),(2096,'yith_wpv_vendor_name_in_categories','no','yes'),(2097,'yith_wpv_vendor_show_item_sold','no','yes'),(2098,'yith_wpv_report_abuse_link','none','yes'),(2099,'yith_wpv_report_abuse_link_text','Report abuse','yes'),(2100,'yith_wpv_vendor_tab_text_text','Store','yes'),(2101,'yith_wpv_vendors_my_account_registration','no','yes'),(2102,'yith_wpv_vendors_my_account_registration_auto_approve','yes','yes'),(2103,'yith_wpv_vendors_my_account_required_vat','yes','yes'),(2069,'yith_wpv_include_coupon','yes','yes'),(2070,'yith_wpv_include_tax','no','yes'),(2071,'yith_wpv_enable_product_amount','yes','yes'),(1906,'_site_transient_timeout_browser_c9cefbf5aa6348b8d5d6296880886db9','1492450399','no'),(1907,'_site_transient_browser_c9cefbf5aa6348b8d5d6296880886db9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"52.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2046,'widget_yith-vendors-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(2067,'yith_vendor_base_commission','50','yes'),(2068,'yith_commissions_default_table_view','unpaid','yes'),(2056,'yith_product_vendors_commissions_table_created','1','yes'),(2057,'yith-wcmbs-hide-contents','all','yes'),(2058,'yith-wcmbs-redirect-link','','yes'),(2059,'yith-wcmbs-show-history-in-my-account','yes','yes'),(2060,'yith-wcmbs-enable-guest-checkout','no','yes'),(2061,'yith-wcmbs-advanced-membership-admin','yes','yes'),(2062,'yith-wcmbs-memberships-on-user-register','a:0:{}','yes'),(2063,'yith-wcmbs-products-in-membership-management','hide_products','yes'),(2064,'yith-wcmbs-download-link-position','tab','yes'),(2065,'yith-wcmbs-hide-price-and-add-to-cart','no','yes'),(2066,'yith-wcmbs-show-membership-info-in-reports','yes','yes'),(1921,'_wp_session_expires_846b5cc669e39cc15d40df766f854870','3015230238','no'),(1932,'_site_transient_timeout_browser_f4f646d94c93d67142ec6fd2459f205f','1492478680','no'),(1933,'_site_transient_browser_f4f646d94c93d67142ec6fd2459f205f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"51.0.2704.79\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3472,'woocommerce_permalinks','a:4:{s:13:\"category_base\";s:0:\"\";s:8:\"tag_base\";s:0:\"\";s:14:\"attribute_base\";s:0:\"\";s:12:\"product_base\";s:0:\"\";}','yes'),(3580,'_site_transient_timeout_browser_61c09d63d2e6fb318902f9eafcac142c','1495515741','no'),(3581,'_site_transient_browser_61c09d63d2e6fb318902f9eafcac142c','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"49.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2311,'yith_wcmv_setup','1','yes'),(2313,'yith_wcmv_version','2.1.1','yes'),(47602,'_transient_timeout_external_ip_address_192.168.132.115','1533776539','no'),(6423,'_site_transient_timeout_community-events-aa07808b87b8735b29efb2fef22dff2c','1498375834','no'),(6424,'_site_transient_community-events-aa07808b87b8735b29efb2fef22dff2c','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"185.182.81.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:59:\"https://www.meetup.com/wpmeetup-frankfurt/events/240724596/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Würzburg\";s:3:\"url\";s:67:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/events/240916473/\";s:6:\"meetup\";s:18:\"WPMeetup Würzburg\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-18 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Würzburg, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.79800800000000293721313937567174434661865234375;s:9:\"longitude\";d:9.945301000000000612999428994953632354736328125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:59:\"https://www.meetup.com/wpmeetup-frankfurt/events/240726510/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-08-08 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Würzburg\";s:3:\"url\";s:70:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/events/pvxrwlywlbtb/\";s:6:\"meetup\";s:18:\"WPMeetup Würzburg\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Würzburg, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.79800800000000293721313937567174434661865234375;s:9:\"longitude\";d:9.945301000000000612999428994953632354736328125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:62:\"https://www.meetup.com/wpmeetup-frankfurt/events/qvtfhnywmbqb/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-09-12 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}}}','no'),(6674,'_site_transient_timeout_browser_699dfc46f2edc5d25d73bee60c1bf7b9','1499077379','no'),(16253,'_site_transient_timeout_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','1506647523','no'),(16254,'_site_transient_browser_6d44eab61dcf5b1f0e6fa8f6595ee1bc','a:9:{s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:74:\"https://support.microsoft.com/en-us/help/17621/internet-explorer-downloads\";s:7:\"img_src\";s:39:\"http://s.w.org/images/browsers/ie.png?1\";s:11:\"img_src_ssl\";s:40:\"https://s.w.org/images/browsers/ie.png?1\";s:15:\"current_version\";s:2:\"11\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(7636,'wonderplugin-slider-engine','WordPress Slideshow','yes'),(3336,'_site_transient_timeout_browser_bc3fc8457ea9c7d2aa28952f9e6f8983','1494933656','no'),(3337,'_site_transient_browser_bc3fc8457ea9c7d2aa28952f9e6f8983','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:17:\"Internet Explorer\";s:7:\"version\";s:2:\"11\";s:10:\"update_url\";s:51:\"http://www.microsoft.com/windows/internet-explorer/\";s:7:\"img_src\";s:45:\"http://s.wordpress.org/images/browsers/ie.png\";s:11:\"img_src_ssl\";s:44:\"https://wordpress.org/images/browsers/ie.png\";s:15:\"current_version\";s:1:\"9\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(2507,'_site_transient_timeout_browser_d4f514b1e3040b31a8de27f45ba9b6b2','1493342950','no'),(2508,'_site_transient_browser_d4f514b1e3040b31a8de27f45ba9b6b2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(4372,'_transient_orders-transient-version','1505469472','yes'),(5075,'yith-wcmap-custom-avatar','yes','yes'),(5076,'yith-wcmap-menu-style','sidebar','yes'),(5077,'yith-wcmap-menu-position','left','yes'),(5078,'yith-wcmap-default-endpoint','dashboard','yes'),(5079,'yith-wcmap-menu-item-color','#777777','yes'),(5080,'yith-wcmap-menu-item-color-hover','#000000','yes'),(5081,'yith-wcmap-logout-color','#ffffff','yes'),(5082,'yith-wcmap-logout-color-hover','#ffffff','yes'),(5083,'yith-wcmap-logout-background','#c0c0c0','yes'),(5084,'yith-wcmap-logout-background-hover','#333333','yes'),(5085,'yith_wcmap_endpoint','dashboard,my-downloads,view-order,edit-account,edit-address','yes'),(5088,'yith_wcmap_endpoint_dashboard','a:5:{s:6:\"active\";b:1;s:5:\"label\";s:9:\"Dashboard\";s:4:\"icon\";s:10:\"tachometer\";s:7:\"content\";s:0:\"\";s:4:\"slug\";s:9:\"dashboard\";}','yes'),(23375,'_transient_timeout_external_ip_address_203.170.84.161','1512464138','no'),(23376,'_transient_external_ip_address_203.170.84.161','103.67.235.70','no'),(117171,'_transient_timeout_wflginfl_00000000000000000000ffff27342b92','1630068321','no'),(117166,'_transient_timeout_wflginfl_00000000000000000000ffff29b42e3a','1630068265','no'),(20610,'_transient_timeout_external_ip_address_157.55.2.169','1510559869','no'),(21002,'_transient_timeout_external_ip_address_95.24.236.201','1510890387','no'),(21003,'_transient_external_ip_address_95.24.236.201','103.67.235.70','no'),(21019,'_transient_timeout_external_ip_address_96.45.70.75','1510903327','no'),(21020,'_transient_external_ip_address_96.45.70.75','103.67.235.70','no'),(21022,'_transient_timeout_external_ip_address_171.79.9.60','1510905669','no'),(21102,'_transient_timeout_external_ip_address_167.114.226.117','1510985387','no'),(21103,'_transient_external_ip_address_167.114.226.117','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21023,'_transient_external_ip_address_171.79.9.60','103.67.235.70','no'),(21058,'_transient_timeout_external_ip_address_37.144.50.38','1510947368','no'),(21059,'_transient_external_ip_address_37.144.50.38','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(7665,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":{\"w3tc_notes\":[\"w3tc_notes_wordpress_seo\"]},\"next_check_date\":1501589042}','yes'),(23167,'wpseo_license_server_version','2','yes'),(25228,'_transient_feed_af1de7906c1986a3dff3a340b582c23d','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"https://www.wonderplugin.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"WordPress Image Slider, Video Gallery and HTML5 Audio Player Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 03:18:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"Trigger popup on clicking a button\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://www.wonderplugin.com/wordpress-popup-plugin/trigger-popup-on-clicking-a-button/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 07 Dec 2017 03:08:12 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"WordPress Popup Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5511\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:381:\"Product: WonderPlugin Popup Question: Is there a way to trigger the popup on clicking a button? Answer: 1. In the popup editor, step 3 Display Rules -> Display Rules tab, make sure the popup is enabled on the page or … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3047:\"

Product:

\n

WonderPlugin Popup

\n

Question:

\n

Is there a way to trigger the popup on clicking a button?
\n

\n

Answer:

\n

1. In the popup editor, step 3 Display Rules -> Display Rules tab, make sure the popup is enabled on the page or post that you are going to add the button.

\n

\"WordPress

\n

2. If you don\'t like the popup to show up automatically, in the popup editor, step 3 Display Rules -> Display Time, uncheck all options.

\n

\"WordPress

\n

3. In the page or post that you are going to add the button, switch to Text edit mode, add the following code to create a button that will tigger the popup on click.

\n

Please make sure to change value of data-popupid to the ID of your own popup.

\n
\r\n<a href="#" class="wppopup" data-popupid=2><button>Show Popup</button></a>\r\n
\n

A demo is as follows:

\n

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordPress Folder Gallery – How to create a WordPress gallery from a folder on web server\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:136:\"https://www.wonderplugin.com/wordpress-tutorials/wordpress-folder-gallery-how-to-create-a-wordpress-gallery-from-a-folder-on-web-server/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 02 Dec 2017 09:12:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:24:\"WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5480\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:459:\"Product: WonderPlugin Gallery Tutorial: This tutorial will guide you how to create an image and video gallery from a folder on your WordPress web server. The images and videos in the gallery will be dynamically retrieved from the folder. That\'s, … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8247:\"

Product:

\n

WonderPlugin Gallery

\n

Tutorial:

\n

This tutorial will guide you how to create an image and video gallery from a folder on your WordPress web server.
\n

\n

The images and videos in the gallery will be dynamically retrieved from the folder. That\'s, if you upload image and video files to this folder or remove files from it, the plugin will automatically find the change and update the gallery.

\n

Step 1 - Upload image and video files to a folder on your WordPress web server

\n

For image, the plugin supports jpg, jpeg, gif and png files.

\n

For video, the plugin supports mp4 and m4v files.

\n

If myimage.jpg and myimage-thumb.jpg are found in the folder, myimage-thumb.jpg will be used as the thumbnail of the image.

\n

If myvideo.mp4, myvideo-thumb.jpg and myvideo-poster.jpg are found in the folder, myvideo-thumb.jpg will be used as the thumbnail, myvideo-poster.jpg will be used as the poster image.

\n

Step 2 - Create a gallery by using WonderPlugin Gallery

\n

In WonderPlugin Gallery, create a new gallery, in step 1, click the button \"Import Folder\".

\n

In the \"Import Folder\" dialog, select the folder where you have uploaded the image and video files.

\n

\"WordPress

\n

Step 3 - Add the gallery shortcode to a WordPress post or page

\n

Save the gallery and add the generated shortcode to a WordPress post or page. For more information about how to use the plugin, please view the quick start tutorial: How to create a WordPress image and video gallery.

\n

An online demo is as follows:

\n
\"Carousel\"\"Cloud\"\"Horse\"\"Kitten\"\"Lake\"\"Lion\"\"Mountain\"\"Parrot\"\"Sky\"\"Wild\"\"Zebra\"
\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"Enable lightbox for button elements in Divi Theme Builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://www.wonderplugin.com/wordpress-tutorials/enable-lightbox-for-button-elements-in-divi-theme-builder/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 01 Dec 2017 00:35:35 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"WordPress Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:25:\"WordPress Lightbox Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"WordPress Video Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5381\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"Product: WonderPlugin Lightbox Question: I am using the Divi WordPress theme. Divi has button elements. I wonder how could I enable lightbox for a button? I would like to open a YouTube video in the lightbox on clicking the button. … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2937:\"

Product:

\n

WonderPlugin Lightbox

\n

Question:

\n

I am using the Divi WordPress theme.

\n

Divi has button elements. I wonder how could I enable lightbox for a button? I would like to open a YouTube video in the lightbox on clicking the button.
\n

\n

Answer:

\n

The following steps are for the Divi \"Default Builder\". If you are using the \"Visual Builder\" instead, to test the lightbox effect, please exit the visual builder and test it in the front page. The lightbox effect will not work in the \"Visual Builder\" page.

\n

1. In Divi Builder, insert a Button module.

\n

2. In the \"Button Module Settings\" dialog, Content tab, enter the button caption, enter the YouTube embed URL to the \"Button URL\" input box.

\n

\"Enable

\n

3. In Advanced tab, enter wplightbox to the \"CSS Class\" input box.

\n

\"divi

\n

4. Save the page then preview the button lightbox in the front page.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Triggering lightbox gallery with a button\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://www.wonderplugin.com/wordpress-tutorials/triggering-lightbox-gallery-with-a-button/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Nov 2017 11:02:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:22:\"WordPress Grid Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:31:\"WordPress Grid Gallery Lightbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:26:\"WordPress Portfolio Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5369\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:387:\"Product: WonderPlugin Portfolio Grid Gallery Question: I\'m wondering if there is a way to trigger a gallery with a button? In other words I just want to have a button on my page that says \"View photos here\" rather than … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11231:\"

Product:

\n

WonderPlugin Portfolio Grid Gallery

\n

Question:

\n

I\'m wondering if there is a way to trigger a gallery with a button? In other words I just want to have a button on my page that says \"View photos here\" rather than displaying all the thumbnails. And when the button is clicked, the lightbox would come up with the first photo.
\n

\n

Answer:

\n

1. Create a grid gallery with WonderPlugin Portfolio Grid Gallery and enable lightbox for all images.

\n

2. In your WordPress post or page editor, switch to Text mode, add the grid gallery shortcode to your post or page, then add a hidden div around it:

\n
\r\n<div style="display:none;">\r\n[wonderplugin_gridgallery id=23]\r\n</div>\r\n
\n

3. Add onclick event to a button and trigger the grid gallery lightbox:

\n
\r\n<a href="#" onclick="JavaScript:jQuery(\'#wonderplugingridgallery-23 .wonderplugin-gridgallery-item-img\').eq(0).click(); return false;">\r\n<button>Open Grid Gallery Lightbox</button>\r\n</a>\r\n
\n
\n
\r\n\n
\n

A demo is as follows:

\n

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Display all tabs and disable the more button in WordPress Vertical Tabs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://www.wonderplugin.com/wordpress-tabs-plugin/display-all-tabs-and-disable-the-more-button-in-wordpress-vertical-tabs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 23:31:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress Tabs Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5355\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:428:\"Product: WonderPlugin Tabs Question: I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button? Answer: In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1399:\"

Product:

\n

WonderPlugin Tabs

\n

Question:

\n

I am testing the Vertical Tabs skin, I wonder is there a way to display all tabs and disable the \"More\" button?
\n

\n

Answer:

\n

In the plugin, step 3 Options tab, Tab Options, Height -> \"Auto height - set minimum height (px)\", change the value to a larger number so the tab is tall enough to hold all vertical tabs.

\n

\"\"

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:42:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to play Wistia video in WordPress Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://www.wonderplugin.com/wordpress-tutorials/how-to-play-wistia-video-in-wordpress-gallery/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 31 Oct 2017 12:02:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"WordPress Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:24:\"WordPress Gallery Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"WordPress Video Gallery\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5351\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:425:\"Product: WonderPlugin Gallery Question: How to play Wistia video in WonderPlugin Gallery? Answer: 1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2357:\"

Product:

\n

WonderPlugin Gallery

\n

Question:

\n

How to play Wistia video in WonderPlugin Gallery?
\n

\n

Answer:

\n

1. Log into your Wistia account, edit the video, click the button Video Actions, then click Embed & Share from the drop-down menu. In the popup, copy the src value from the Inline Embed code and add it to the plugin.

\n

\"\"

\n

2. In WonderPlugin Gallery, step 1, click the button \"Add Iframe Video\", enter the Wistia video iframe src to the input box \"Iframe Video URL\", select an image for the \"Poster Image URL\".

\n

\"\"

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Video slider for WordPress theme Ironfit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://www.wonderplugin.com/wordpress-slider/video-slider-for-wordpress-theme-ironfit/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Aug 2017 10:55:24 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"WordPress Video Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5292\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:389:\"Product: WonderPlugin Slider Question: I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1626:\"

Product:

\n

WonderPlugin Slider

\n

Question:

\n

I created a video slider with WonderPlugin Slider. When I preview the slider, it offers the play button to play the video. However, when I go to the live site it does not offer the play button and only shows the thumbnail photo. I am using the theme Ironfit from themeforest.

\n

\n

Answer:

\n

In the theme options, Media tab, please switch off the option \"Substitute video tags\" and \"Use Media Element script for audio and video tags\".

\n

\"\"

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:36:\"\n \n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Add specific posts to WordPress Carousel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.wonderplugin.com/wordpress-carousel-plugin/add-specific-posts-to-wordpress-carousel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Aug 2017 22:48:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:18:\"WordPress Carousel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:25:\"WordPress Carousel Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5097\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:410:\"Product: WonderPlugin Carousel Question: I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel? Answer: You could create a special category, assign these posts to it, then in the plugin, step … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:939:\"

Product:

\n

WonderPlugin Carousel

\n

Question:

\n

I try to create a WordPress carousel of posts. How could i add some specific posts to the carousel?

\n

Answer:

\n

You could create a special category, assign these posts to it, then in the plugin, step 1, Add WordPress Posts dialog, select this category.

\n

Or you could add a tag for these posts, then in the plugin, step 1, Add WordPress Posts dialog, enter the tag to the \"Select posts by tags\" input box.

\n

You could view this tutorial for how to create a WordPress carousel by selecting categories and tags: https://www.wonderplugin.com/wordpress-carousel-plugin/wordpress-posts-carousel-by-tags//

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to track tab clicks with Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://www.wonderplugin.com/wordpress-tutorials/how-to-track-tab-clicks-with-google-analytics/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 20 Jul 2017 02:35:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=5005\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:405:\"Product: WonderPlugin Tabs version 4.6 and above Question: For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab? Answer: In the plugin, step 3 … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1114:\"

Product:

\n

WonderPlugin Tabs version 4.6 and above

\n

Question:

\n

For your WordPress tabs plugin, does it work with Google Analytics? Is there an way to allow me to find out \"pageview\" for each individual tab?

\n

Answer:

\n

In the plugin, step 3 Options tab -> \"Tab Options\", check the option \"Enable Google Analytics\", then enter your Google tracking ID to the following input box.

\n

The tab clicks will be logged as page view in your Google Analytics account, and it will add a URL parameter tabid=TABID to the current page URL. The TABID starts from 0.

\n

For example, for the tabs on the page https://www.wonderplugin.com/wordpress-tabs/, one click of the second tab will be logged as one page view of /wordpress-tabs/?tabid=1 in Google Analytics, one click of the third tab will be logged as /wordpress-tabs/?tabid=2.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:33:\"\n \n \n \n \n \n\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"How to create a WooCommerce Product Slider\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.wonderplugin.com/wordpress-slider-plugin/how-to-create-a-woocommerce-product-slider/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 Jun 2017 05:09:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress Slider Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"https://www.wonderplugin.com/?p=4977\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:435:\"Starting from version 9.5, WonderPlugin Slider added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders. Online demos are at WooCommerce Product Slider Demos. … Continue reading \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WonderPlugin Support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12416:\"

Starting from version 9.5, WonderPlugin Slider added the support for WordPress custom post types. Since WooCommerce is based on custom post types, we can use the plugin to create WooCommerce product sliders.

\n

\n

Online demos are at WooCommerce Product Slider Demos.

\n

The content of this tutorial is as following:

\n\n

1 - Add WordPress Custom Post Type

\n

In WonderPlugin Slider, create or edit an existing slider, in step 1, click the button \"Add WooCommerce / Custom Post Type\".

\n

In the Add Custom Posts dialog, choose \"product\" for the Custom Post Type, then you can select the taxonomy \"product_cat\" and choose a category from the Term drop list.

\n

\n\"woocommerce_product_carousel\"\n

\n

You can also choose multiple taxonomies and define the logical relationship as AND or OR.

\n

\n\"wordpress-custom-post-carousel-multiple-taxonomies\"\n

\n

2 - Define the slider Title, Description and Image

\n

A slider item has a title, a description and an image. You can define the content with WooCommerce custom fields.

\n

For example, the following text in the \"Field for Title\" will use the product name as the title of the slider.

\n
\r\n%post_title%\r\n
\n

The following text in the \"Field for Description\" will display the product short description/excerpt and a Add to Cart button.

\n
\r\n<p>%post_excerpt%</p><p><a href="/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></p>\r\n
\n

In the above code, %post_excerpt% will display the product short description. The link /cart/?add-to-cart=%ID% is the \"add to cart\" URL of the product.

\n

If the excerpt is too long, you can change the option \"Maximum Post Content/Excerpt Word Length\" to a smaller value. You can view the created online demo at WooCommerce Product Slider Demo.

\n

\n\"wordpress-woocommerce-carousel-fields\"\n

\n

The supported WooCommerce product fields are as following:

\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
Field MacroDescription
%ID%Product ID
%post_title%Product name
%post_content%Product description
%post_excerpt%Product short description
%featured_image%Product image
%wc_price_html%Product price HTML code
%wc_rating_html%Product star rating HTML code
%wc_rating_count%Product rating count
%wc_average_rating%Product average rating
%wc_review_count%Product review count
%wc_total_sales%Total sales
\n

3 - Add product price, star rating and an add to cart button

\n

To add the product price, star rating and an add to cart button to the carousel, you can enter the following code to the Field for Description input box:

\n
\r\n<div class="wc_price">%wc_price_html%</div>\r\n<div class="wc_rating">%wc_rating_html%</div>\r\n<div class="wc_add_to_cart"><a href="/demo/cart/?add-to-cart=%ID%"><button class="single_add_to_cart_button button alt">Add to cart</button></a></div>\r\n
\n

\"woocommerce-carousel-with-price-rating\"

\n

In the plugin, step 3 Options tab, Advanced Options, enter the following code to the Custom CSS input box to customise the style:

\n
\r\n#wonderpluginslider-SLIDERID .wc_price,\r\n#wonderpluginslider-SLIDERID .wc_price del,\r\n#wonderpluginslider-SLIDERID .wc_price ins {\r\n  color: #333;\r\n  background: transparent;\r\n  font-size: 12px;\r\n  color: #77a464;\r\n}\r\n\r\n#wonderpluginslider-SLIDERID .wc_rating {\r\n  display: inline-block;\r\n  margin: 8px auto;\r\n}\r\n
\n

4 - Link to the product page

\n

In the Add Custom Posts dialog, check the option \"Open the post page or image lightbox on clicking the image\" and \"Click to open the post page\", it will open the product page on clicking the slider image.

\n

5 - Create a WooCommerce best selling products slider or a featured products slider

\n

To create a WooCommerce best selling products slider or a featured products slider, in the \"Add WooCommerce / Custom Posts\" dialog, check the option \"WooCommerce best selling products\" or the option \"WooCommerce featured products\".

\n

If you select both options, you can also define the logical relation of the two options as \"AND\" or \"OR\".

\n

\n\"woocommerce-best-selling-product-carousel\"\n

\n

6 - Create a featured products slider for WooCommerce 3.0 and above

\n

From WooCommerce 3, featured products are using the new product_visibility taxonomy instead of meta. To create a featured products slider, select \"Taxonomy: product_visibility\" from the \"Query by Taxonomy and Terms\", then select \"Term: featured\" from the term list.

\n

\"woocommerce3

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:34:\"https://www.wonderplugin.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:4:\"date\";s:29:\"Mon, 11 Dec 2017 03:13:34 GMT\";s:6:\"server\";s:22:\"Apache/2.2.15 (CentOS)\";s:12:\"x-powered-by\";s:9:\"PHP/5.3.3\";s:13:\"last-modified\";s:29:\"Thu, 07 Dec 2017 03:18:54 GMT\";s:4:\"link\";s:65:\"; rel=\"https://api.w.org/\"\";s:4:\"vary\";s:26:\"Accept-Encoding,User-Agent\";s:16:\"content-encoding\";s:4:\"gzip\";s:14:\"content-length\";s:5:\"10730\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(26168,'_site_transient_timeout_community-events-b8ca42579c1e7fa39d3a92c818ac5447','1513345037','no'),(26169,'_site_transient_community-events-b8ca42579c1e7fa39d3a92c818ac5447','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"14.200.97.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:31:\"End of Year MeetupMixup #MuMu17\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/245380177/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-12-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Potts Point, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.874847000000003;s:9:\"longitude\";d:151.22413599999999;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"North Sydney Meetup: Topic TBC\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/mllmslywqbsb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-12-14 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"St Leonards, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.820461000000002;s:9:\"longitude\";d:151.18843100000001;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Parramatta WordPress Meetup: TO BE ANNOUNCED\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/xvrxhmyxcbcb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2018-01-01 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Parramatta, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.808230000000002;s:9:\"longitude\";d:151.00407000000001;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:22:\"WordPress for Business\";s:3:\"url\";s:64:\"https://www.meetup.com/Cairns-WordPress-Meetup/events/245844717/\";s:6:\"meetup\";s:23:\"Cairns WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Cairns-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-01-04 10:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Bungalow, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.881844000000001;s:9:\"longitude\";d:151.19986;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"North Sydney Meetup: Topic TBC\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/mllmslyxcbpb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2018-01-11 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"St Leonards, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.820461000000002;s:9:\"longitude\";d:151.18843100000001;}}}}','no'),(23347,'_transient_external_ip_address_54.207.206.244','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23349,'_transient_timeout_external_ip_address_54.220.15.47','1512449270','no'),(23350,'_transient_external_ip_address_54.220.15.47','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23378,'_transient_timeout_external_ip_address_191.55.61.216','1512464426','no'),(23364,'_transient_timeout_external_ip_address_212.83.182.255','1512456583','no'),(23365,'_transient_external_ip_address_212.83.182.255','103.67.235.70','no'),(23379,'_transient_external_ip_address_191.55.61.216','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23380,'_transient_timeout_external_ip_address_52.53.129.36','1512466260','no'),(23381,'_transient_external_ip_address_52.53.129.36','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23393,'_transient_timeout_external_ip_address_79.117.139.144','1512478665','no'),(23394,'_transient_external_ip_address_79.117.139.144','103.67.235.70','no'),(23395,'_site_transient_timeout_browser_6cd77015ec4a62e4fdace07d0b0a8f84','1512478677','no'),(23396,'_site_transient_browser_6cd77015ec4a62e4fdace07d0b0a8f84','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(23441,'_transient_external_ip_address_178.121.139.2','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23460,'_transient_timeout_external_ip_address_92.81.126.191','1512523679','no'),(23461,'_transient_external_ip_address_92.81.126.191','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23499,'_transient_timeout_external_ip_address_138.197.43.40','1512572211','no'),(23500,'_transient_external_ip_address_138.197.43.40','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23506,'_transient_timeout_external_ip_address_5.228.16.163','1512576367','no'),(23507,'_transient_external_ip_address_5.228.16.163','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23513,'_transient_timeout_external_ip_address_106.38.241.107','1512587485','no'),(23514,'_transient_external_ip_address_106.38.241.107','103.67.235.70','no'),(23540,'_transient_timeout_external_ip_address_37.112.227.83','1512601677','no'),(23541,'_transient_external_ip_address_37.112.227.83','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23591,'_transient_timeout_external_ip_address_109.185.139.177','1512632885','no'),(23592,'_transient_external_ip_address_109.185.139.177','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23593,'_transient_timeout_external_ip_address_192.198.80.227','1512633664','no'),(23594,'_transient_external_ip_address_192.198.80.227','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(35694,'_transient_timeout_wflginfl_00000000000000000000ffff6dbedaf4','1520263642','no'),(35695,'_transient_wflginfl_00000000000000000000ffff6dbedaf4','1','no'),(37471,'_transient_timeout_wflginfl_00000000000000000000ffff70cf02fc','1521722814','no'),(37472,'_transient_wflginfl_00000000000000000000ffff70cf02fc','1','no'),(38569,'_transient_timeout_wflginfl_00000000000000000000ffffbdbf8d76','1522817868','no'),(38570,'_transient_wflginfl_00000000000000000000ffffbdbf8d76','5','no'),(38612,'akismet_spam_count','33','yes'),(115574,'_transient_timeout_wflginfl_00000000000000000000ffffde7c70ed','1628832641','no'),(115575,'_transient_wflginfl_00000000000000000000ffffde7c70ed','1','no'),(115495,'_transient_timeout_wflginfl_00000000000000000000ffff272ed8cd','1628771558','no'),(115681,'_transient_timeout_wflginfl_00000000000000000000ffff75e96241','1628941733','no'),(115650,'_transient_timeout_wflginfl_00000000000000000000ffff7d1a869e','1628919380','no'),(115682,'_transient_wflginfl_00000000000000000000ffff75e96241','1','no'),(117053,'_transient_timeout_wflginfl_00000000000000000000ffff31cf095b','1630066910','no'),(115826,'_transient_timeout_wflginfl_00000000000000000000ffffb55ee3da','1629051595','no'),(115651,'_transient_wflginfl_00000000000000000000ffff7d1a869e','1','no'),(116772,'_transient_wflginfl_00000000000000000000ffffb92981ba','1','no'),(27485,'_transient_wflginfl_00000000000000000000ffffbceb6854','1','no'),(27546,'_transient_timeout_wflginfl_00000000000000000000ffffbca8fc73','1513729386','no'),(24315,'_transient_timeout_wflginfl_00000000000000000000ffffb97ce6a8','1512655937','no'),(24316,'_transient_wflginfl_00000000000000000000ffffb97ce6a8','1','no'),(24510,'_transient_timeout_wflginfl_00000000000000000000ffff555e006b','1512730102','no'),(24511,'_transient_wflginfl_00000000000000000000ffff555e006b','1','no'),(25407,'_transient_timeout_wflginfl_00000000000000000000ffff4f8c1561','1513018722','no'),(25408,'_transient_wflginfl_00000000000000000000ffff4f8c1561','1','no'),(25594,'_transient_timeout_wflginfl_00000000000000000000ffff5eb4f443','1513090661','no'),(117212,'_transient_wflginfl_00000000000000000000ffff67fbd246','2','no'),(30041,'_transient_timeout_wflginfl_00000000000000000000ffffc8af6865','1515044047','no'),(30042,'_transient_wflginfl_00000000000000000000ffffc8af6865','1','no'),(30538,'_transient_timeout_wflginfl_00000000000000000000ffffd9d14adc','1515429828','no'),(30539,'_transient_wflginfl_00000000000000000000ffffd9d14adc','1','no'),(27028,'_transient_wflginfl_00000000000000000000ffffd90f97ec','1','no'),(27027,'_transient_timeout_wflginfl_00000000000000000000ffffd90f97ec','1513600007','no'),(26372,'_transient_timeout_wflginfl_00000000000000000000ffffbcaac4b1','1513340166','no'),(25580,'_transient_timeout_wflginfl_00000000000000000000ffff50749cfc','1513085503','no'),(25581,'_transient_wflginfl_00000000000000000000ffff50749cfc','1','no'),(25595,'_transient_wflginfl_00000000000000000000ffff5eb4f443','1','no'),(34771,'_transient_timeout_wflginfl_00000000000000000000ffffbd6b9e3e','1519405360','no'),(34772,'_transient_wflginfl_00000000000000000000ffffbd6b9e3e','5','no'),(44816,'_transient_timeout_wflginfl_00000000000000000000ffff5bd291a9','1530059545','no'),(44817,'_transient_wflginfl_00000000000000000000ffff5bd291a9','2','no'),(41953,'_transient_wflginfl_2002b9ead94f000000000000b9ead94f','5','no'),(44050,'_transient_timeout_wflginfl_00000000000000000000ffff05bc3e0b','1529312591','no'),(44051,'_transient_wflginfl_00000000000000000000ffff05bc3e0b','1','no'),(41952,'_transient_timeout_wflginfl_2002b9ead94f000000000000b9ead94f','1526809304','no'),(23162,'et_support_site_id','1Wx%M8imKrC@baP76*D$','yes'),(25229,'_transient_timeout_feed_mod_af1de7906c1986a3dff3a340b582c23d','1513005215','no'),(25230,'_transient_feed_mod_af1de7906c1986a3dff3a340b582c23d','1512962015','no'),(36929,'_transient_timeout_wflginfl_00000000000000000000ffffbbbe1ce9','1521238349','no'),(36930,'_transient_wflginfl_00000000000000000000ffffbbbe1ce9','5','no'),(38503,'_transient_timeout_wflginfl_2002b9eadaf7000000000000b9eadaf7','1522733073','no'),(38504,'_transient_wflginfl_2002b9eadaf7000000000000b9eadaf7','5','no'),(26060,'_transient_wflginfl_00000000000000000000ffff5bea614a','1','no'),(22858,'_transient_timeout_external_ip_address_71.48.151.147','1512150420','no'),(22859,'_transient_external_ip_address_71.48.151.147','103.67.235.70','no'),(22867,'_transient_timeout_external_ip_address_84.83.214.130','1512154130','no'),(22868,'_transient_external_ip_address_84.83.214.130','103.67.235.70','no'),(23802,'_transient_timeout_external_ip_address_194.67.221.77','1512779751','no'),(23803,'_transient_external_ip_address_194.67.221.77','103.67.235.70','no'),(22876,'_transient_timeout_external_ip_address_150.70.188.169','1512157532','no'),(22877,'_transient_external_ip_address_150.70.188.169','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(25091,'et_core_api_email_options','a:2:{i:0;b:0;s:8:\"accounts\";a:1:{s:9:\"mailchimp\";a:1:{s:11:\"clevergirls\";a:3:{s:5:\"lists\";a:1:{i:7227261368;a:4:{s:7:\"list_id\";s:10:\"7227261368\";s:4:\"name\";s:31:\"Raising Clever Girls Newsletter\";s:12:\"double_optin\";b:0;s:17:\"subscribers_count\";i:39;}}s:7:\"api_key\";s:37:\"835c23f25d8347a5954f17602d45e073-us15\";s:13:\"is_authorized\";b:1;}}}}','yes'),(22886,'_transient_timeout_external_ip_address_82.45.18.85','1512162645','no'),(22887,'_transient_external_ip_address_82.45.18.85','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22889,'_transient_timeout_external_ip_address_92.217.195.86','1512166224','no'),(22890,'_transient_external_ip_address_92.217.195.86','103.67.235.70','no'),(22893,'_transient_timeout_external_ip_address_176.25.124.62','1512167678','no'),(22894,'_transient_external_ip_address_176.25.124.62','103.67.235.70','no'),(22896,'_transient_timeout_external_ip_address_98.115.163.231','1512168813','no'),(22897,'_transient_external_ip_address_98.115.163.231','103.67.235.70','no'),(22903,'_transient_timeout_external_ip_address_73.167.230.211','1512173610','no'),(22904,'_transient_external_ip_address_73.167.230.211','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22907,'_transient_timeout_external_ip_address_207.5.1.202','1512175759','no'),(22908,'_transient_external_ip_address_207.5.1.202','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22930,'_transient_timeout_external_ip_address_65.128.172.98','1512191651','no'),(22931,'_transient_external_ip_address_65.128.172.98','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22938,'_transient_timeout_external_ip_address_37.201.4.29','1512197238','no'),(22939,'_transient_external_ip_address_37.201.4.29','103.67.235.70','no'),(22951,'_transient_timeout_external_ip_address_104.175.222.94','1512207123','no'),(22941,'_transient_timeout_external_ip_address_82.23.225.56','1512198472','no'),(22942,'_transient_external_ip_address_82.23.225.56','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22952,'_transient_external_ip_address_104.175.222.94','103.67.235.70','no'),(22967,'_transient_timeout_external_ip_address_79.164.130.3','1512220747','no'),(22968,'_transient_external_ip_address_79.164.130.3','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22997,'_transient_timeout_external_ip_address_93.106.241.135','1512245525','no'),(22998,'_transient_external_ip_address_93.106.241.135','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23004,'_transient_timeout_external_ip_address_95.148.37.76','1512251385','no'),(23005,'_transient_external_ip_address_95.148.37.76','103.67.235.70','no'),(23042,'_transient_timeout_external_ip_address_91.141.3.68','1512290013','no'),(23043,'_transient_external_ip_address_91.141.3.68','103.67.235.70','no'),(23048,'_transient_timeout_external_ip_address_49.199.88.10','1512297712','no'),(23049,'_transient_external_ip_address_49.199.88.10','103.67.235.70','no'),(23063,'_transient_timeout_external_ip_address_68.108.108.47','1512308023','no'),(23055,'_transient_timeout_external_ip_address_54.175.149.215','1512302339','no'),(23056,'_transient_external_ip_address_54.175.149.215','103.67.235.70','no'),(23064,'_transient_external_ip_address_68.108.108.47','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23070,'_transient_timeout_external_ip_address_109.232.27.203','1512313533','no'),(23071,'_transient_external_ip_address_109.232.27.203','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(23088,'_transient_timeout_external_ip_address_157.55.39.165','1512332321','no'),(23089,'_transient_external_ip_address_157.55.39.165','103.67.235.70','no'),(94784,'_transient_timeout_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','1609527194','no'),(119238,'_transient_timeout_wc_related_681','1631468474','no'),(119239,'_transient_wc_related_681','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(120984,'_transient_timeout_wc_related_593','1633178000','no'),(120985,'_transient_wc_related_593','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"594\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(52292,'_site_transient_timeout_browser_2b9d4c395735c8fdf5e431285c6becd7','1545659300','no'),(52293,'_site_transient_browser_2b9d4c395735c8fdf5e431285c6becd7','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"70.0.3538.102\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(120260,'_transient_timeout_wc_related_679','1632510394','no'),(120261,'_transient_wc_related_679','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(94786,'_transient_timeout_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1609527194','no'),(94787,'_transient_feed_mod_ac0b00fe65abe10e0c5b588f3ed8c7ca','1609483994','no'),(86621,'_transient_timeout_wflginfl_2604a880000200d0000000004c81c001','1599994938','no'),(86622,'_transient_wflginfl_2604a880000200d0000000004c81c001','1','no'),(120961,'_transient_wc_related_904','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(119342,'_transient_timeout_wc_related_680','1631553103','no'),(119343,'_transient_wc_related_680','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(96407,'_transient_wflginfl_00000000000000000000ffff0d3a384d','1','no'),(52547,'_transient_timeout_oembed_a872254bdbb780b6d13bb83b01987358','1545396059','no'),(52548,'_transient_oembed_a872254bdbb780b6d13bb83b01987358','O:8:\"stdClass\":13:{s:13:\"provider_name\";s:7:\"YouTube\";s:5:\"width\";i:600;s:5:\"title\";s:44:\"Comparison Hurts, So Encourage Competitivity\";s:10:\"author_url\";s:56:\"https://www.youtube.com/channel/UC2aJGUItb0NApDCDvmxoI4w\";s:7:\"version\";s:3:\"1.0\";s:16:\"thumbnail_height\";i:360;s:12:\"provider_url\";s:24:\"https://www.youtube.com/\";s:13:\"thumbnail_url\";s:48:\"https://i.ytimg.com/vi/PnFfSZQBLxk/hqdefault.jpg\";s:15:\"thumbnail_width\";i:480;s:4:\"type\";s:5:\"video\";s:4:\"html\";s:226:\"\";s:6:\"height\";i:338;s:11:\"author_name\";s:20:\"Raising Clever Girls\";}','no'),(120964,'_transient_timeout_wc_related_599','1633177946','no'),(120965,'_transient_wc_related_599','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(51827,'rewrite_rules','a:356:{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:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:25:\"index.php?xsl=$matches[1]\";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:20:\"ywcmbs-membership/?$\";s:37:\"index.php?post_type=ywcmbs-membership\";s:50:\"ywcmbs-membership/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ywcmbs-membership&feed=$matches[1]\";s:45:\"ywcmbs-membership/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?post_type=ywcmbs-membership&feed=$matches[1]\";s:37:\"ywcmbs-membership/page/([0-9]{1,})/?$\";s:55:\"index.php?post_type=ywcmbs-membership&paged=$matches[1]\";s:18:\"yith-wcmbs-plan/?$\";s:35:\"index.php?post_type=yith-wcmbs-plan\";s:48:\"yith-wcmbs-plan/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=yith-wcmbs-plan&feed=$matches[1]\";s:43:\"yith-wcmbs-plan/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?post_type=yith-wcmbs-plan&feed=$matches[1]\";s:35:\"yith-wcmbs-plan/page/([0-9]{1,})/?$\";s:53:\"index.php?post_type=yith-wcmbs-plan&paged=$matches[1]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:38:\"et_pb_layout/([^/]+)/wc-api(/(.*))?/?$\";s:68:\"index.php?post_type=et_pb_layout&name=$matches[1]&wc-api=$matches[3]\";s:44:\"et_pb_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"et_pb_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:33:\"project/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?project=$matches[1]&wc-api=$matches[3]\";s:39:\"project/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"project/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"mc4wp-form/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"mc4wp-form/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"mc4wp-form/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"mc4wp-form/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"mc4wp-form/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"mc4wp-form/([^/]+)/embed/?$\";s:43:\"index.php?mc4wp-form=$matches[1]&embed=true\";s:31:\"mc4wp-form/([^/]+)/trackback/?$\";s:37:\"index.php?mc4wp-form=$matches[1]&tb=1\";s:39:\"mc4wp-form/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&paged=$matches[2]\";s:46:\"mc4wp-form/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?mc4wp-form=$matches[1]&cpage=$matches[2]\";s:36:\"mc4wp-form/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?mc4wp-form=$matches[1]&wc-api=$matches[3]\";s:42:\"mc4wp-form/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"mc4wp-form/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"mc4wp-form/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?mc4wp-form=$matches[1]&page=$matches[2]\";s:27:\"mc4wp-form/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"mc4wp-form/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"mc4wp-form/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"mc4wp-form/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"mc4wp-form/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"amn_mi-lite/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"amn_mi-lite/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"amn_mi-lite/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"amn_mi-lite/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"amn_mi-lite/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"amn_mi-lite/([^/]+)/embed/?$\";s:44:\"index.php?amn_mi-lite=$matches[1]&embed=true\";s:32:\"amn_mi-lite/([^/]+)/trackback/?$\";s:38:\"index.php?amn_mi-lite=$matches[1]&tb=1\";s:40:\"amn_mi-lite/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&paged=$matches[2]\";s:47:\"amn_mi-lite/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?amn_mi-lite=$matches[1]&cpage=$matches[2]\";s:37:\"amn_mi-lite/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?amn_mi-lite=$matches[1]&wc-api=$matches[3]\";s:43:\"amn_mi-lite/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"amn_mi-lite/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"amn_mi-lite/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?amn_mi-lite=$matches[1]&page=$matches[2]\";s:28:\"amn_mi-lite/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"amn_mi-lite/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"amn_mi-lite/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"amn_mi-lite/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"amn_mi-lite/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"ywcmbs-membership/([^/]+)/embed/?$\";s:50:\"index.php?ywcmbs-membership=$matches[1]&embed=true\";s:38:\"ywcmbs-membership/([^/]+)/trackback/?$\";s:44:\"index.php?ywcmbs-membership=$matches[1]&tb=1\";s:58:\"ywcmbs-membership/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ywcmbs-membership=$matches[1]&feed=$matches[2]\";s:53:\"ywcmbs-membership/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:56:\"index.php?ywcmbs-membership=$matches[1]&feed=$matches[2]\";s:46:\"ywcmbs-membership/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?ywcmbs-membership=$matches[1]&paged=$matches[2]\";s:53:\"ywcmbs-membership/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?ywcmbs-membership=$matches[1]&cpage=$matches[2]\";s:43:\"ywcmbs-membership/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?ywcmbs-membership=$matches[1]&wc-api=$matches[3]\";s:49:\"ywcmbs-membership/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"ywcmbs-membership/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"ywcmbs-membership/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?ywcmbs-membership=$matches[1]&page=$matches[2]\";s:34:\"ywcmbs-membership/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"ywcmbs-membership/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"ywcmbs-membership/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"ywcmbs-membership/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"ywcmbs-membership/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"ywcmbs-membership/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:45:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:55:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:75:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:70:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:51:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:34:\"yith-wcmbs-thread/([^/]+)/embed/?$\";s:50:\"index.php?yith-wcmbs-thread=$matches[1]&embed=true\";s:38:\"yith-wcmbs-thread/([^/]+)/trackback/?$\";s:44:\"index.php?yith-wcmbs-thread=$matches[1]&tb=1\";s:46:\"yith-wcmbs-thread/([^/]+)/page/?([0-9]{1,})/?$\";s:57:\"index.php?yith-wcmbs-thread=$matches[1]&paged=$matches[2]\";s:53:\"yith-wcmbs-thread/([^/]+)/comment-page-([0-9]{1,})/?$\";s:57:\"index.php?yith-wcmbs-thread=$matches[1]&cpage=$matches[2]\";s:43:\"yith-wcmbs-thread/([^/]+)/wc-api(/(.*))?/?$\";s:58:\"index.php?yith-wcmbs-thread=$matches[1]&wc-api=$matches[3]\";s:49:\"yith-wcmbs-thread/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:60:\"yith-wcmbs-thread/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"yith-wcmbs-thread/([^/]+)(?:/([0-9]+))?/?$\";s:56:\"index.php?yith-wcmbs-thread=$matches[1]&page=$matches[2]\";s:34:\"yith-wcmbs-thread/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:44:\"yith-wcmbs-thread/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:64:\"yith-wcmbs-thread/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"yith-wcmbs-thread/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:59:\"yith-wcmbs-thread/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:40:\"yith-wcmbs-thread/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:46:\"store/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?yith_shop_vendor=$matches[1]&feed=$matches[2]\";s:41:\"store/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?yith_shop_vendor=$matches[1]&feed=$matches[2]\";s:22:\"store/([^/]+)/embed/?$\";s:49:\"index.php?yith_shop_vendor=$matches[1]&embed=true\";s:34:\"store/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?yith_shop_vendor=$matches[1]&paged=$matches[2]\";s:16:\"store/([^/]+)/?$\";s:38:\"index.php?yith_shop_vendor=$matches[1]\";s:43:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"yith-wcmbs-plan/([^/]+)/embed/?$\";s:48:\"index.php?yith-wcmbs-plan=$matches[1]&embed=true\";s:36:\"yith-wcmbs-plan/([^/]+)/trackback/?$\";s:42:\"index.php?yith-wcmbs-plan=$matches[1]&tb=1\";s:56:\"yith-wcmbs-plan/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?yith-wcmbs-plan=$matches[1]&feed=$matches[2]\";s:51:\"yith-wcmbs-plan/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?yith-wcmbs-plan=$matches[1]&feed=$matches[2]\";s:44:\"yith-wcmbs-plan/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?yith-wcmbs-plan=$matches[1]&paged=$matches[2]\";s:51:\"yith-wcmbs-plan/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?yith-wcmbs-plan=$matches[1]&cpage=$matches[2]\";s:41:\"yith-wcmbs-plan/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?yith-wcmbs-plan=$matches[1]&wc-api=$matches[3]\";s:47:\"yith-wcmbs-plan/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"yith-wcmbs-plan/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"yith-wcmbs-plan/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?yith-wcmbs-plan=$matches[1]&page=$matches[2]\";s:32:\"yith-wcmbs-plan/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"yith-wcmbs-plan/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"yith-wcmbs-plan/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"yith-wcmbs-plan/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"yith-wcmbs-plan/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"yith-wcmbs-plan/[^/]+/([^/]+)/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=92&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: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]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:25:\"([^/]+)/wc-api(/(.*))?/?$\";s:45:\"index.php?name=$matches[1]&wc-api=$matches[3]\";s:31:\"[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\"[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}','yes'),(21614,'_transient_external_ip_address_52.39.228.201','2404:8280:a111:101::46','no'),(21627,'_transient_timeout_external_ip_address_95.27.9.122','1511454557','no'),(21628,'_transient_external_ip_address_95.27.9.122','103.67.235.70','no'),(21629,'_transient_timeout_external_ip_address_128.68.39.115','1511454577','no'),(21630,'_transient_external_ip_address_128.68.39.115','2404:8280:a111:101::46','no'),(21667,'_transient_timeout_external_ip_address_199.30.25.129','1511490217','no'),(21668,'_transient_external_ip_address_199.30.25.129','2404:8280:a111:101::46','no'),(21669,'_transient_timeout_external_ip_address_199.30.24.159','1511490228','no'),(21670,'_transient_external_ip_address_199.30.24.159','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21673,'_transient_timeout_external_ip_address_77.88.47.253','1511494719','no'),(21674,'_transient_external_ip_address_77.88.47.253','103.67.235.70','no'),(21680,'_transient_timeout_external_ip_address_128.72.230.132','1511503325','no'),(21681,'_transient_external_ip_address_128.72.230.132','2404:8280:a111:101::46','no'),(21690,'_transient_timeout_external_ip_address_185.189.112.165','1511512720','no'),(21691,'_transient_external_ip_address_185.189.112.165','103.67.235.70','no'),(117701,'_transient_timeout_wflginfl_00000000000000000000ffff524fed0b','1630076077','no'),(21702,'_transient_timeout_external_ip_address_89.12.204.25','1511516055','no'),(117703,'_transient_timeout_wflginfl_00000000000000000000ffff31cde1c0','1630076083','no'),(21703,'_transient_external_ip_address_89.12.204.25','103.67.235.70','no'),(21770,'_transient_external_ip_address_185.81.157.39','103.67.235.70','no'),(21785,'_transient_timeout_external_ip_address_5.255.188.168','1511603689','no'),(21786,'_transient_external_ip_address_5.255.188.168','2404:8280:a111:101::46','no'),(21790,'_transient_timeout_external_ip_address_165.227.104.153','1511605832','no'),(21791,'_transient_external_ip_address_165.227.104.153','103.67.235.70','no'),(21796,'_transient_timeout_external_ip_address_66.249.93.84','1511607611','no'),(21797,'_transient_external_ip_address_66.249.93.84','2404:8280:a111:101::46','no'),(21799,'_transient_timeout_external_ip_address_66.249.93.21','1511607617','no'),(21800,'_transient_external_ip_address_66.249.93.21','2404:8280:a111:101::46','no'),(21810,'_transient_timeout_external_ip_address_87.244.173.30','1511614250','no'),(21811,'_transient_external_ip_address_87.244.173.30','2404:8280:a111:101::46','no'),(21815,'_transient_timeout_external_ip_address_146.185.223.146','1511617943','no'),(21816,'_transient_external_ip_address_146.185.223.146','2404:8280:a111:101:0:0:0:46','no'),(117704,'_transient_wflginfl_00000000000000000000ffff31cde1c0','2','no'),(109797,'_transient_timeout_wflginfl_00000000000000000000ffffa2d600d8','1624098899','no'),(109798,'_transient_wflginfl_00000000000000000000ffffa2d600d8','1','no'),(109816,'_transient_timeout_wflginfl_00000000000000000000ffff224391aa','1624109281','no'),(109817,'_transient_wflginfl_00000000000000000000ffff224391aa','1','no'),(109986,'_transient_timeout_wflginfl_00000000000000000000ffffb9ee497a','1624266204','no'),(109987,'_transient_wflginfl_00000000000000000000ffffb9ee497a','1','no'),(6094,'_site_transient_timeout_browser_5d9a37c6a96acca914609d0251644dda','1498554897','no'),(6095,'_site_transient_browser_5d9a37c6a96acca914609d0251644dda','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(5089,'yith_wcmap_endpoint_my-downloads','a:5:{s:6:\"active\";b:1;s:4:\"slug\";s:12:\"my-downloads\";s:5:\"label\";s:12:\"My Downloads\";s:4:\"icon\";s:8:\"download\";s:7:\"content\";s:22:\"[my_downloads_content]\";}','yes'),(4361,'_transient_woocommerce_cache_excluded_uris','a:6:{i:0;s:4:\"p=76\";i:1;s:6:\"/cart/\";i:2;s:4:\"p=77\";i:3;s:10:\"/checkout/\";i:4;s:4:\"p=78\";i:5;s:12:\"/my-account/\";}','yes'),(3367,'_site_transient_timeout_browser_5a90eb9dfbc5226b1df0559fddd7acb2','1494955626','no'),(3368,'_site_transient_browser_5a90eb9dfbc5226b1df0559fddd7acb2','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3085,'w3tc_nr_application_id','{\"d41d8cd98f00b204e9800998ecf8427e\":0}','yes'),(3100,'_site_transient_timeout_browser_47bea728094c176f53572928cb486746','1494324129','no'),(3101,'_site_transient_browser_47bea728094c176f53572928cb486746','a:9:{s:8:\"platform\";s:9:\"Macintosh\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3102,'wp-smush-hide_update_info','1','no'),(4526,'_site_transient_timeout_browser_cc891e0008ce55a7429cdcf500eb3b8d','1497180264','no'),(4527,'_site_transient_browser_cc891e0008ce55a7429cdcf500eb3b8d','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"58.0.3029.96\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3455,'duplicator_package_active','O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-10 17:05:39\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:7:\"10.0.29\";s:10:\"VersionPHP\";s:6:\"5.3.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:20:\"20170510_clevergirls\";s:4:\"Hash\";s:32:\"36a3343fda3e19fc7768170510170539\";s:8:\"NameHash\";s:53:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:43:\"/home5/raisingc/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:43:\"http://www.clevergirls.com.au/wp-snapshots/\";s:8:\"ScanFile\";s:63:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539_scan.json\";s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";O:11:\"DUP_Archive\":13:{s:10:\"FilterDirs\";s:0:\"\";s:10:\"FilterExts\";s:0:\"\";s:13:\"FilterDirsAll\";a:0:{}s:13:\"FilterExtsAll\";a:0:{}s:8:\"FilterOn\";i:0;s:4:\"File\";N;s:6:\"Format\";s:3:\"ZIP\";s:7:\"PackDir\";s:26:\"/home5/raisingc/public_html\";s:4:\"Size\";i:0;s:4:\"Dirs\";a:0:{}s:5:\"Files\";a:0:{}s:10:\"FilterInfo\";O:23:\"DUP_Archive_Filter_Info\":6:{s:4:\"Dirs\";O:34:\"DUP_Archive_Filter_Scope_Directory\":4:{s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:5:\"Files\";O:29:\"DUP_Archive_Filter_Scope_File\":5:{s:4:\"Size\";a:0:{}s:7:\"Warning\";a:0:{}s:10:\"Unreadable\";a:0:{}s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:4:\"Exts\";O:29:\"DUP_Archive_Filter_Scope_Base\":2:{s:4:\"Core\";a:0:{}s:8:\"Instance\";a:0:{}}s:9:\"UDirCount\";i:0;s:10:\"UFileCount\";i:0;s:9:\"UExtCount\";i:0;}s:10:\"\0*\0Package\";O:11:\"DUP_Package\":23:{s:7:\"Created\";s:19:\"2017-05-10 17:05:39\";s:7:\"Version\";s:5:\"1.2.6\";s:9:\"VersionWP\";s:5:\"4.7.4\";s:9:\"VersionDB\";s:7:\"10.0.29\";s:10:\"VersionPHP\";s:6:\"5.3.29\";s:9:\"VersionOS\";s:5:\"Linux\";s:2:\"ID\";N;s:4:\"Name\";s:20:\"20170510_clevergirls\";s:4:\"Hash\";s:32:\"36a3343fda3e19fc7768170510170539\";s:8:\"NameHash\";s:53:\"20170510_clevergirls_36a3343fda3e19fc7768170510170539\";s:4:\"Type\";i:0;s:5:\"Notes\";s:0:\"\";s:9:\"StorePath\";s:43:\"/home5/raisingc/public_html/wp-snapshots/tmp\";s:8:\"StoreURL\";s:43:\"http://www.clevergirls.com.au/wp-snapshots/\";s:8:\"ScanFile\";N;s:7:\"Runtime\";N;s:7:\"ExeSize\";N;s:7:\"ZipSize\";N;s:6:\"Status\";N;s:6:\"WPUser\";N;s:7:\"Archive\";r:22;s:9:\"Installer\";O:13:\"DUP_Installer\":12:{s:4:\"File\";N;s:4:\"Size\";i:0;s:10:\"OptsDBHost\";s:0:\"\";s:10:\"OptsDBPort\";s:0:\"\";s:10:\"OptsDBName\";s:0:\"\";s:10:\"OptsDBUser\";s:0:\"\";s:12:\"OptsSSLAdmin\";i:0;s:12:\"OptsSSLLogin\";i:0;s:11:\"OptsCacheWP\";i:0;s:13:\"OptsCachePath\";i:0;s:10:\"OptsURLNew\";s:0:\"\";s:10:\"\0*\0Package\";r:52;}s:8:\"Database\";O:12:\"DUP_Database\":13:{s:4:\"Type\";s:5:\"MySQL\";s:4:\"Size\";N;s:4:\"File\";N;s:4:\"Path\";N;s:12:\"FilterTables\";s:0:\"\";s:8:\"FilterOn\";i:0;s:4:\"Name\";N;s:10:\"Compatible\";s:0:\"\";s:8:\"Comments\";s:14:\"MariaDB Server\";s:10:\"\0*\0Package\";r:52;s:25:\"\0DUP_Database\0dbStorePath\";N;s:23:\"\0DUP_Database\0EOFMarker\";s:0:\"\";s:26:\"\0DUP_Database\0networkFlush\";b:0;}}}s:9:\"Installer\";r:74;s:8:\"Database\";r:87;}','yes'),(7334,'ihaf_insert_header','\r\n\r\n\r\n\r\n','yes'),(7335,'ihaf_insert_footer','','yes'),(7336,'insert-headers-and-footers_welcome_dismissed_key','1','yes'),(22757,'_transient_external_ip_address_83.233.136.46','103.67.235.70','no'),(22758,'_transient_timeout_external_ip_address_93.103.184.251','1512108779','no'),(22759,'_transient_external_ip_address_93.103.184.251','103.67.235.70','no'),(22765,'_transient_timeout_external_ip_address_122.106.192.73','1512111952','no'),(22761,'_transient_timeout_external_ip_address_103.252.202.109','1512109706','no'),(22762,'_transient_external_ip_address_103.252.202.109','103.67.235.70','no'),(22763,'_transient_timeout_external_ip_address_81.102.151.1','1512109912','no'),(22764,'_transient_external_ip_address_81.102.151.1','103.67.235.70','no'),(22766,'_transient_external_ip_address_122.106.192.73','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22769,'_transient_timeout_external_ip_address_62.252.201.238','1512113784','no'),(22770,'_transient_external_ip_address_62.252.201.238','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22771,'_transient_timeout_external_ip_address_84.174.174.93','1512114111','no'),(22772,'_transient_external_ip_address_84.174.174.93','103.67.235.70','no'),(22774,'_transient_timeout_external_ip_address_81.151.80.51','1512115809','no'),(22775,'_transient_external_ip_address_81.151.80.51','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22780,'_transient_timeout_external_ip_address_155.245.109.66','1512117253','no'),(22781,'_transient_external_ip_address_155.245.109.66','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22782,'_transient_timeout_external_ip_address_94.197.120.192','1512118100','no'),(22783,'_transient_external_ip_address_94.197.120.192','103.67.235.70','no'),(22790,'_transient_timeout_external_ip_address_165.120.31.65','1512120245','no'),(22791,'_transient_external_ip_address_165.120.31.65','103.67.235.70','no'),(22794,'_transient_timeout_external_ip_address_203.221.136.125','1512121782','no'),(22795,'_transient_external_ip_address_203.221.136.125','103.67.235.70','no'),(22801,'_transient_timeout_external_ip_address_86.22.166.24','1512124959','no'),(22802,'_transient_external_ip_address_86.22.166.24','103.67.235.70','no'),(22805,'_transient_timeout_external_ip_address_180.190.54.237','1512125709','no'),(22806,'_transient_external_ip_address_180.190.54.237','103.67.235.70','no'),(22814,'_transient_timeout_external_ip_address_122.150.143.70','1512128938','no'),(22815,'_transient_external_ip_address_122.150.143.70','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22828,'_transient_timeout_external_ip_address_206.186.69.26','1512138071','no'),(23263,'_transient_timeout_wflginfl_00000000000000000000ffff2442db43','1511834723','no'),(23264,'_transient_wflginfl_00000000000000000000ffff2442db43','1','no'),(94766,'_transient_timeout_yit_panel_sidebar_remote_widgets_update','1609570385','no'),(94767,'_transient_yit_panel_sidebar_remote_widgets_update','1','no'),(94764,'_transient_timeout_yit_panel_sidebar_remote_widgets','1609858911','no'),(94765,'_transient_yit_panel_sidebar_remote_widgets','a:0:{}','no'),(23261,'_transient_timeout_external_ip_address_36.66.219.67','1512425118','no'),(23262,'_transient_external_ip_address_36.66.219.67','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22829,'_transient_external_ip_address_206.186.69.26','103.67.235.70','no'),(22831,'_transient_timeout_external_ip_address_189.225.38.57','1512138172','no'),(22832,'_transient_external_ip_address_189.225.38.57','103.67.235.70','no'),(22682,'_transient_external_ip_address_104.49.252.22','103.67.235.70','no'),(22683,'_transient_timeout_external_ip_address_184.75.127.227','1512094658','no'),(22684,'_transient_external_ip_address_184.75.127.227','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22688,'_transient_timeout_external_ip_address_166.137.139.20','1512094863','no'),(22689,'_transient_external_ip_address_166.137.139.20','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22697,'_transient_timeout_external_ip_address_203.213.109.50','1512095399','no'),(22691,'_transient_timeout_external_ip_address_174.57.88.244','1512095020','no'),(22692,'_transient_external_ip_address_174.57.88.244','103.67.235.70','no'),(22698,'_transient_external_ip_address_203.213.109.50','103.67.235.70','no'),(22699,'_transient_timeout_external_ip_address_194.75.12.125','1512095435','no'),(22700,'_transient_external_ip_address_194.75.12.125','103.67.235.70','no'),(22703,'_transient_timeout_external_ip_address_186.113.22.58','1512096474','no'),(22704,'_transient_external_ip_address_186.113.22.58','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22709,'_transient_timeout_external_ip_address_12.201.33.130','1512097397','no'),(22710,'_transient_external_ip_address_12.201.33.130','103.67.235.70','no'),(22711,'_transient_timeout_external_ip_address_68.71.175.4','1512097921','no'),(22712,'_transient_external_ip_address_68.71.175.4','103.67.235.70','no'),(22713,'_transient_timeout_external_ip_address_69.139.126.222','1512098070','no'),(22714,'_transient_external_ip_address_69.139.126.222','103.67.235.70','no'),(22715,'_transient_timeout_external_ip_address_148.75.103.156','1512098976','no'),(22716,'_transient_external_ip_address_148.75.103.156','103.67.235.70','no'),(22718,'_transient_timeout_external_ip_address_119.17.32.194','1512099163','no'),(22719,'_transient_external_ip_address_119.17.32.194','103.67.235.70','no'),(22720,'_transient_timeout_external_ip_address_76.178.28.101','1512099851','no'),(22721,'_transient_external_ip_address_76.178.28.101','103.67.235.70','no'),(22724,'_transient_timeout_external_ip_address_183.88.107.158','1512101071','no'),(22725,'_transient_external_ip_address_183.88.107.158','103.67.235.70','no'),(22726,'_transient_timeout_external_ip_address_75.180.233.225','1512101280','no'),(22727,'_transient_external_ip_address_75.180.233.225','103.67.235.70','no'),(22728,'_transient_timeout_external_ip_address_166.137.136.66','1512101770','no'),(22729,'_transient_external_ip_address_166.137.136.66','103.67.235.70','no'),(22730,'_transient_timeout_external_ip_address_82.13.196.206','1512102620','no'),(22731,'_transient_external_ip_address_82.13.196.206','103.67.235.70','no'),(22733,'_transient_timeout_external_ip_address_185.2.196.196','1512102713','no'),(22734,'_transient_external_ip_address_185.2.196.196','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22736,'_transient_timeout_external_ip_address_37.172.173.249','1512103604','no'),(22737,'_transient_external_ip_address_37.172.173.249','103.67.235.70','no'),(22738,'_transient_timeout_external_ip_address_1.129.107.150','1512103801','no'),(22739,'_transient_external_ip_address_1.129.107.150','103.67.235.70','no'),(22742,'_transient_timeout_external_ip_address_68.56.92.213','1512104590','no'),(22743,'_transient_external_ip_address_68.56.92.213','103.67.235.70','no'),(22744,'_transient_timeout_external_ip_address_68.146.218.62','1512104955','no'),(22745,'_transient_external_ip_address_68.146.218.62','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22746,'_transient_timeout_external_ip_address_93.31.192.212','1512105549','no'),(22747,'_transient_external_ip_address_93.31.192.212','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22751,'_transient_timeout_external_ip_address_109.193.209.157','1512107043','no'),(22752,'_transient_external_ip_address_109.193.209.157','103.67.235.70','no'),(22754,'_transient_timeout_external_ip_address_50.113.56.134','1512107933','no'),(22755,'_transient_external_ip_address_50.113.56.134','103.67.235.70','no'),(22756,'_transient_timeout_external_ip_address_83.233.136.46','1512107964','no'),(73272,'_transient_timeout_feed_29f7869e391c2a2c562f0042f814b9de','1581084400','no'),(22680,'_transient_external_ip_address_68.106.10.18','103.67.235.70','no'),(22681,'_transient_timeout_external_ip_address_104.49.252.22','1512094648','no'),(22679,'_transient_timeout_external_ip_address_68.106.10.18','1512094403','no'),(22675,'_transient_timeout_external_ip_address_196.52.39.34','1512094323','no'),(22676,'_transient_external_ip_address_196.52.39.34','103.67.235.70','no'),(22677,'_transient_timeout_external_ip_address_75.68.36.0','1512094342','no'),(22674,'_transient_external_ip_address_66.110.254.15','103.67.235.70','no'),(22678,'_transient_external_ip_address_75.68.36.0','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22673,'_transient_timeout_external_ip_address_66.110.254.15','1512093743','no'),(22672,'_transient_external_ip_address_184.184.189.86','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(22670,'_transient_external_ip_address_173.252.52.40','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22671,'_transient_timeout_external_ip_address_184.184.189.86','1512093705','no'),(22669,'_transient_timeout_external_ip_address_173.252.52.40','1512093676','no'),(15505,'_transient_timeout_external_ip_address_110.145.74.205','1505959370','no'),(15506,'_transient_external_ip_address_110.145.74.205','2404:8280:a111:101::46','no'),(8778,'_site_transient_timeout_browser_ba081c70c62b1a73f7586809b37ba98f','1502454935','no'),(8779,'_site_transient_browser_ba081c70c62b1a73f7586809b37ba98f','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"59.0.3071.115\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(22667,'_transient_timeout_external_ip_address_82.23.245.230','1512093661','no'),(22668,'_transient_external_ip_address_82.23.245.230','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22666,'_transient_external_ip_address_62.24.252.133','103.67.235.70','no'),(22664,'_transient_external_ip_address_85.210.110.216','103.67.235.70','no'),(22665,'_transient_timeout_external_ip_address_62.24.252.133','1512093627','no'),(22663,'_transient_timeout_external_ip_address_85.210.110.216','1512093594','no'),(22661,'_transient_timeout_external_ip_address_80.229.110.158','1512093489','no'),(22662,'_transient_external_ip_address_80.229.110.158','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22659,'_transient_timeout_external_ip_address_208.81.154.226','1512093340','no'),(22660,'_transient_external_ip_address_208.81.154.226','103.67.235.70','no'),(22658,'_transient_external_ip_address_104.190.184.220','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22655,'_transient_timeout_external_ip_address_220.253.141.139','1512093285','no'),(22656,'_transient_external_ip_address_220.253.141.139','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22657,'_transient_timeout_external_ip_address_104.190.184.220','1512093323','no'),(22653,'_transient_timeout_external_ip_address_65.93.57.251','1512093122','no'),(22654,'_transient_external_ip_address_65.93.57.251','103.67.235.70','no'),(22652,'_transient_external_ip_address_66.87.153.125','103.67.235.70','no'),(22651,'_transient_timeout_external_ip_address_66.87.153.125','1512093117','no'),(22640,'_transient_timeout_et_divi_customizer_option_set','1581127817','no'),(22641,'_transient_et_divi_customizer_option_set','theme','no'),(22848,'_transient_timeout_external_ip_address_207.102.138.158','1512144711','no'),(22849,'_transient_external_ip_address_207.102.138.158','103.67.235.70','no'),(16399,'_transient_timeout_external_ip_address_202.155.208.170','1506799078','no'),(16400,'_transient_external_ip_address_202.155.208.170','2404:8280:a111:101::46','no'),(19138,'_transient_timeout_external_ip_address_65.55.210.132','1509436112','no'),(19139,'_transient_external_ip_address_65.55.210.132','2404:8280:a111:101::46','no'),(16405,'_transient_timeout_external_ip_address_199.30.24.126','1506801343','no'),(16406,'_transient_external_ip_address_199.30.24.126','2404:8280:a111:101::46','no'),(83718,'_transient_timeout_wc_cbp_55a18aecb86ef51f2447d02c2c6a7dd0','1598945122','no'),(83719,'_transient_wc_cbp_55a18aecb86ef51f2447d02c2c6a7dd0','a:0:{}','no'),(117045,'_transient_timeout_wflginfl_00000000000000000000ffff744a75fb','1630066865','no'),(115949,'_transient_timeout_wflginfl_00000000000000000000ffff3ed27a4a','1629179685','no'),(117043,'_transient_timeout_wflginfl_00000000000000000000ffff2bf55631','1630066845','no'),(115791,'_transient_timeout_wflginfl_00000000000000000000ffff4ea6617b','1629016126','no'),(115792,'_transient_wflginfl_00000000000000000000ffff4ea6617b','1','no'),(115827,'_transient_wflginfl_00000000000000000000ffffb55ee3da','1','no'),(117046,'_transient_wflginfl_00000000000000000000ffff744a75fb','2','no'),(116007,'_transient_timeout_wflginfl_00000000000000000000ffff9daf0cc7','1629218220','no'),(116008,'_transient_wflginfl_00000000000000000000ffff9daf0cc7','1','no'),(117048,'_transient_timeout_wflginfl_00000000000000000000ffff1b91d2c1','1630066872','no'),(15637,'_transient_timeout_wc_upgrade_notice_3.0.9','1505550693','no'),(15638,'_transient_wc_upgrade_notice_3.0.9','','no'),(50010,'_site_transient_timeout_community-events-9f06957529956ce6f8388a93cc2ea1d3','1541729167','no'),(50011,'_site_transient_community-events-9f06957529956ce6f8388a93cc2ea1d3','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"90.253.98.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"BeeWUG - Blackburn WordPress User Group\";s:3:\"url\";s:67:\"https://www.meetup.com/Blackburn-WordPress-Meetup/events/255243472/\";s:6:\"meetup\";s:26:\"Blackburn WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Blackburn-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-11-07 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Blackburn, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.7501979999999974779711919836699962615966796875;s:9:\"longitude\";d:-2.484049000000000173571379491477273404598236083984375;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:63:\"WordPress Sheffield November 2018 - Gutenberg Block Dev Special\";s:3:\"url\";s:52:\"https://www.meetup.com/wpsheffield/events/255625023/\";s:6:\"meetup\";s:19:\"WordPress Sheffield\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/wpsheffield/\";s:4:\"date\";s:19:\"2018-11-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Sheffield, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.37691499999999678038875572383403778076171875;s:9:\"longitude\";d:-1.467786999999999952848384054959751665592193603515625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"Monthly WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/Oldham-WordPress-Meetup/events/256215059/\";s:6:\"meetup\";s:23:\"Oldham WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Oldham-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-11-13 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Oldham, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.5421750000000002955857780762016773223876953125;s:9:\"longitude\";d:-2.10916399999999981673681759275496006011962890625;}}i:3;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:23:\"WordCamp Edinburgh 2018\";s:3:\"url\";s:35:\"https://2018.edinburgh.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-11-17 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Edinburgh, UK\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:55.9471549000000010209987522102892398834228515625;s:9:\"longitude\";d:-3.20170230000000000103455022326670587062835693359375;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"WordPress Leeds - Monthly Meetup\";s:3:\"url\";s:56:\"https://www.meetup.com/WordPress-Leeds/events/255068270/\";s:6:\"meetup\";s:15:\"WordPress Leeds\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/WordPress-Leeds/\";s:4:\"date\";s:19:\"2018-11-27 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Leeds, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.79498699999999900001057540066540241241455078125;s:9:\"longitude\";d:-1.5460149999999999170796627367963083088397979736328125;}}}}','no'),(7720,'wonderplugin_carousel_information','s:29062:\"O:8:\"stdClass\":16:{s:6:\"author\";s:19:\"Magic Hills Pty Ltd\";s:8:\"homepage\";s:48:\"https://www.wonderplugin.com/wordpress-carousel/\";s:4:\"name\";s:15:\"Wonder Carousel\";s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"5.8.1\";s:5:\"icons\";a:1:{s:7:\"default\";s:41:\"https://www.wonderplugin.com/icon-128.png\";}s:7:\"version\";s:4:\"18.3\";s:11:\"new_version\";s:4:\"18.3\";s:12:\"last_updated\";s:10:\"2021-06-09\";s:8:\"sections\";a:1:{s:10:\"change log\";s:28414:\"

Version 18.3 - June 9, 2021

\n\n

Version 18.2 - March 16, 2021

\n
    \n
  • Use the macro variable %post_author% to display the post author\'s display name in WordPress post carousels
  • \n
  • Show empty categories in the category list when creating a WordPress post carousel
  • \n
\n

Version 18.1 - February 25, 2021

\n
    \n
  • Fix a bug with the auto scroll carousel
  • \n
\n

Version 18.0 - February 24, 2021

\n
    \n
  • Fix a bug with WordPress continuous carousel
  • \n
\n

Version 17.9 - December 21, 2020

\n
    \n
  • Fix the bug when there are multiple YouTube playlist carousels on the same page
  • \n
\n

Version 17.8 - December 10, 2020

\n
    \n
  • Fix a compatibility issue with WordPress 5.6
  • \n
\n

Version 17.7 - November 27, 2020

\n
    \n
  • Fix compatibility issues with WordPress 5.6
  • \n
\n

Version 17.6 - November 26, 2020

\n
    \n
  • Fix compatibility issues with WordPress 5.6
  • \n
  • Add a new skin to create WordPress vertical auto scroll carousel
  • \n
  • Add an option to add a hover over image for image carousels
  • \n
  • Fix an issue with YouTube playlist
  • \n
\n

Version 17.5 - August 21, 2020

\n
    \n
  • Fix compatibility issues with WordPress 5.5
  • \n
\n

Version 17.4 - August 5, 2020

\n
    \n
  • Fix a Flash issue with legacy Internet Explorer
  • \n
\n

Version 17.3 - July 31, 2020

\n
    \n
  • Add an advanced data option data-swipedistance to specify the minimum distance for swipe gesture
  • \n
  • Support shortcode in carousel HTML code module
  • \n
  • In the carousel editor, step 1, Images & Videos tab, add a button to sort images and videos by title, filename and URL
  • \n
  • Show carousel item titles in the carousel editor, step 1, Images & Videos tab
  • \n
\n

Version 17.2 - June 30, 2020

\n
    \n
  • Add a new WordPress carousel skin: Carousel with Image, Text and Button
  • \n
\n

Version 17.1 - May 6, 2020

\n
    \n
  • When creating a YouTube playlist carousel, instead of creating a dynamic YouTube playlist carousel, add an option to retrieve videos from the playlist and add them to the carousel.
  • \n
\n

Version 17.0 - March 31, 2020

\n
    \n
  • Fix a CSS conflict issue with third-party themes
  • \n
\n

Version 16.9 - September 19, 2019

\n
    \n
  • Add an option to slide the carousel with fade and flip effect
  • \n
  • Fix an issue with WPML 4.2.8 and WordPress post carousel
  • \n
\n

Version 16.8 - September 8, 2019

\n
    \n
  • Fix a bug when navigation numbering bullets have different width and height
  • \n
\n

Version 16.7 - September 7, 2019

\n
    \n
  • Fix a bug of navigation bullets on mobile devices
  • \n
\n

Version 16.6 - September 6, 2019

\n
    \n
  • Add a new skin to create auto scroll carousel with image hover over effect
  • \n
  • Add a new skin to show the first and last carousel image in half
  • \n
  • Add a new skin to display vertical text carousel
  • \n
  • Add a new skin to display vertical text carousel with navigation arrows on top
  • \n
  • Add hover over effect to carousel images
  • \n
  • Add an option to hide navigation bullets on mobiles
  • \n
  • Add an option to hide navigation bullets and arrows when there is only one page
  • \n
  • Fix a bug of navigation bullets on small screen devices
  • \n
  • Fix a bug for auto scroll carousel
  • \n
\n

Version 16.5 - August 28, 2019

\n
    \n
  • Fix a bug when upgrading the plugin version 16.4
  • \n
\n

Version 16.4 - August 23, 2019

\n
    \n
  • Fix a bug in WordPress post carousel
  • \n
  • Change carousel editor UI
  • \n
\n

Version 16.3 - July 30, 2019

\n
    \n
  • Support WordPress multilingual plugin WPML in WordPress post carousel
  • \n
\n

Version 16.2 - July 30, 2019

\n
    \n
  • Add an option to disable opening post page URL or featured image lighbox when clicking images in WordPress post carousel
  • \n
\n

Version 16.1 - July 21, 2019

\n
    \n
  • Fix a bug for auto scroll carousel
  • \n
\n

Version 16.0 - July 12, 2019

\n
    \n
  • Add a function to create WooCommerce on sale products carousel
  • \n
  • Fix a bug when creating WooCommerce featured products carousel
  • \n
\n

Version 15.9 - June 15, 2019

\n
    \n
  • Fix a bug when lazy loading images
  • \n
\n

Version 15.8 - June 15, 2019

\n
    \n
  • Fix the bug when there is HTML code in multilingual text
  • \n
  • Fix a bug when adding custom JavaScript
  • \n
  • Add a function to display PHP info
  • \n
\n

Version 15.7 - June 6, 2019

\n
    \n
  • Fix a bug when rendering the carousel
  • \n
\n

Version 15.6 - June 5, 2019

\n
    \n
  • Add two skins to create HTML content slider
  • \n
\n

Version 15.5 - June 4, 2019

\n
    \n
  • Fix a bug with auto scrolling carousel
  • \n
\n

Version 15.4 - June 4, 2019

\n
    \n
  • Use CSS transition for auto scrolling carousel
  • \n
\n

Version 15.3 - May 28, 2019

\n
    \n
  • Fix a bug when there are quotes in the text
  • \n
  • Add an option to not zoom in the image if it is smaller than the thumbnail
  • \n
\n

Version 15.2 - May 10, 2019

\n
    \n
  • Retrieve alt text when adding images from Windows Media Library
  • \n
  • Fix a bug under multilingual websties
  • \n
\n

Version 15.1 - April 14, 2019

\n
    \n
  • Change the title of <a> tag to data-title
  • \n
  • Change the default thumbnail size to large
  • \n
\n

Version 15.0 - March 19, 2019

\n
    \n
  • Fix a bug in WooCommerce product carousel and Custom Post Type carousel
  • \n
\n

Version 14.9 - March 18, 2019

\n
    \n
  • Support multilingual plugin WPML
  • \n
  • Lightbox effect: add an option to display text outside of the image box
  • \n
\n

Version 14.8 - November 28, 2018

\n
    \n
  • Support lazy loading carousel images
  • \n
  • Support displaying a preloading animation for carousel images
  • \n
  • Remove HTML tags from img alt attributes
  • \n
  • Fix the issue with Jetpack image lazy loading
  • \n
\n

Version 14.7 - November 11, 2018

\n
    \n
  • Specify date range when creating WordPress post carousel and custom post type carousel
  • \n
  • Add an option to show sharing with email button in the lightbox popup
  • \n
\n

Version 14.6 - November 4, 2018

\n
    \n
  • Fix an issue in Internet Explorer
  • \n
\n

Version 14.5 - October 31, 2018

\n
    \n
  • Add an option to display items row by row for multiple row carousel
  • \n
\n

Version 14.4 - October 30, 2018

\n\n

Version 14.3 - September 28, 2018

\n
    \n
  • Add an option to fix a possible JSON error
  • \n
\n

Version 14.2 - September 18, 2018

\n
    \n
  • Fix an issue with Jetpack image lazy load
  • \n
\n

Version 14.1 - September 14, 2018

\n
    \n
  • Fix a bug in PDF lightbox
  • \n
\n

Version 14.0 - September 6, 2018

\n
    \n
  • Fix a bug in lightbox popup when the responsive option is off
  • \n
\n

Version 13.9 - August 23, 2018

\n
    \n
  • Fix the bug of YouTube and Vimeo videos not autoplay on lightbox popup
  • \n
\n

Version 13.8 - August 3, 2018

\n
    \n
  • Order WooCommerce and WordPress custom post types carousel by menu_order, title, date etc
  • \n
\n

Version 13.7 - July 23, 2018

\n
    \n
  • Add an option to defer loading the carousel and all images
  • \n
\n

Version 13.6 - July 6, 2018

\n
    \n
  • Fix the compatibility issue with the JetPack option Lazy load images
  • \n
\n

Version 13.5 - June 30, 2018

\n
    \n
  • Fix a bug when there are hyperlinks in the title of WordPress pages
  • \n
\n

Version 13.4 - June 22, 2018

\n
    \n
  • Fix the bug with the option Open current image in lightbox when clicking the carousel button
  • \n
\n

Version 13.3 - June 12, 2018

\n
    \n
  • Add an option to enable/disable adding the media type attribute to the media URL
  • \n
\n

Version 13.2 - June 7, 2018

\n
    \n
  • Fix a bug of creating WordPress post carousel when the web server PHP version is less than 5.5
  • \n
\n

Version 13.1 - May 17, 2018

\n
    \n
  • Fix minor issues
  • \n
\n

Version 13.0 - April 29, 2018

\n
    \n
  • Support hiding the download and print buttons in the lightbox PDF viewer when working with the plugin WonderPlugin PDF Embed
  • \n
  • Support playing mp4 videos hosted on Google Drive
  • \n
\n

Version 12.9 - April 20, 2018

\n
    \n
  • Add a button Add Text/HTML/Shortcode/Souldcloud in the plugin step 1 to create text only carousel and Soundcloud carousel
  • \n
  • Support using an xml file to define extra title and description information when creating a carousel from images and videos inside a web folder
  • \n
  • Fix a bug of highlighting the navigation bullets
  • \n
  • Fix the issue of Vimeo video autoplay in the lightbox under the latest Chrome version 66
  • \n
\n

Version 12.8 - April 11, 2018

\n\n

Version 12.7 - March 12, 2018

\n
    \n
  • Fix a bug when playing videos inside the carousel
  • \n
\n

Version 12.6 - January 31, 2018

\n
    \n
  • For vertical carousels, support changing the number of visible items according to the screen size or the web browser width
  • \n
  • Support left/right arrows when the option continuous playing (auto scrolling) is enabled
  • \n
\n

Version 12.5 - January 17, 2017

\n
    \n
  • For WordPress post carousels, the following four macro variables are supported:
  • \n
  • __CATEGORYNAME[,]__: display all category names separated by a comma.
  • \n
  • __CATEGORYNAMELINK[,]{_target}__: display all category names separated by a comma. Each category name will link to the corresponding category page. The link will open in a new tab which is defined by the target value _target. To open the link in the same page, change the code to __CATEGORYNAMELINK[,]{}__.
  • \n
  • __TAGNAME[,]__: display all tags separated by a comma.
  • \n
  • __TAGNAMELINK[,]{_target}__: display all tags separated by a comma. Each tag will link to the corresponding tag page. The link will open in a new tab which is defined by the target value _target. To open the link in the same page, change the code to __TAGNAMELINK[,]{}__.
  • \n
\n

Version 12.4 - January 6, 2018

\n
    \n
  • Support WooCommerce product category fields: %wc_product_cat_id%, %wc_product_cat_name%, %wc_product_cat_slug% and %wc_product_cat_link%
  • \n
  • Support displaying post category ID, name, slug and link. The following macro-variables are supported for WordPress post carousel: __CATEGORYID__, __CATEGORYNAME__, __CATEGORYSLUG__, __CATEGORYLINK__
  • \n
\n

Version 12.3 - October 23, 2017

\n
    \n
  • Support WordPress page carousel
  • \n
\n

Version 12.2 - September 16, 2017

\n
    \n
  • Fix a bug in the carousel movement when the option \"Display thumbnail images as same height and different width if they have different aspect ratio\" is selected
  • \n
\n

Version 12.1 - September 5, 2017

\n
    \n
  • Add a new skin \"Read More Button\"
  • \n
\n

Version 12.0 - August 10, 2017

\n
    \n
  • \nAdd a function \"Search and Replace\" in the \"Import/Export\" menu. This function can be used to search and replace domain names in the carousels when you move your WordPress site to a new domain or change to HTTPS secure site.
  • \n
\n

Version 11.9 - August 7, 2017

\n
    \n
  • Add buttons to the carousel
  • \n
  • Add a new skin Text and Image Slider to create WordPress carousel sliders
  • \n
\n

Version 11.8 - July 31, 2017

\n\n

Version 11.7 - July 13, 2017

\n
    \n
  • Fix the issue of the lightbox jumping to the page top
  • \n
  • Fix the swipe issue on Android version 5 and below
  • \n
\n

Version 11.6 - June 3, 2017

\n
    \n
  • Add a button \"Add PDF\" in step 1 to help create WordPress PDF carousel
  • \n
  • In step 1, when adding an image/video/PDF, highlight the input box if the image/video/PDF is not selected
  • \n
  • Setup different default lightbox size for images, videos and PDF files
  • \n
\n

Version 11.5 - June 2, 2017

\n
    \n
  • Support opening PDF files in the carousel lightbox popup
  • \n
\n

Version 11.4 - May 30, 2017

\n
    \n
  • Select WordPress posts by tags
  • \n
  • Specify the \"orderby\" option when selecting WordPress posts. You can now randomly select posts or select posts by date, ID, author, title, modified date, number of comments.
  • \n
  • Fix a compatibility issue with WooCommerce 3
  • \n
  • Create featured posts carousels for WooCommerce 3
  • \n
  • Specify the featured image size for WooCommerce / custom post type carousels
  • \n
\n

Version 11.3 - April 27, 2017

\n
    \n
  • Fix the bug when using the URL parameter firstcarouselid to specify the first item on page load
  • \n
\n

Version 11.2 - April 6, 2017

\n
    \n
  • Fix the lightbox resizing issue on mobile devices
  • \n
\n

Version 11.1 - March 30, 2017

\n
    \n
  • Add an option to add extra attributes to <a> tag
  • \n
  • Add a lightbox advanced option bodynoscroll. When adding data-bodynoscroll=\"true\" to the Lightbox Advanced Options input box, it will stop the lightbox background scrolling
  • \n
  • Add a lightbox advanced option mobileresizeevent. When adding data-mobileresizeevent=\"false\" to the Lightbox Advanced Options input box, it will stop the lightbox resizing on mobile devices
  • \n
\n

Version 11.0 - February 23, 2017

\n
    \n
  • When automatically playing the carousel, add an option to move the carousel to the left or the right
  • \n
  • Add an option to disable looping images when the total number is less than a specified number
  • \n
\n

Version 10.9 - January 9, 2017

\n
    \n
  • When adding a carousel to a page or post by using the shortcode, support calling the carousel by its name, for example [wonderplugin_carousel name=\"The Carousel Name\"]
  • \n
  • In the plugin, step 1, Images & Videos tab, add a button \"Delete All\" to delete all items
  • \n
  • In the plugin, step 1, Images & Videos tab, \"Add Image\" dialog, when adding multiple images with the button \"Upload\", apply the option \"Use thumbnail in carousel\" and \"Open current image in Lightbox\" to all images
  • \n
\n

Version 10.8

\n
    \n
  • Export/import carousels to/from an .xml file
  • \n
\n

Version 10.7

\n
    \n
  • Fix a bug in WordPress auto scrolling carousel
  • \n
\n

Version 10.6

\n
    \n
  • Change lightbox fullscreen mode default to false on small screen devices
  • \n
\n

Version 10.5

\n
    \n
  • Add an option to add custom JavaScript code
  • \n
  • Add the attribute allowfullscreen to lightbox iframe
  • \n
  • Add a lightbox advanced option maxheight: when data-maxheight=\"true\" is added to the Lightbox Advanced Options input box, the lightbox will use the height of the web browser to calculate the maximum height of the lightbox.
  • \n
  • Enable left and right arrows when the animation is not finished
  • \n
\n

Version 10.4

\n\n

Version 10.3

\n\n

Version 10.2

\n
    \n
  • WordPress custom post type carousel: change the word length limit to post content and excerpt only
  • \n
  • Use textarea for description input box
  • \n
\n

Version 10.1

\n
    \n
  • Fix a minor bug in WordPress custom post type carousel
  • \n
\n

Version 10.0

\n
    \n
  • Support WordPress custom post type. You can now use the plugin to create WooCommerce carousel or your own custom post carousel
  • \n
  • Add an option to enter different text for alt attribute of img tags
  • \n
  • Add an option to add title attribute for img tags.
  • \n
\n

Version 9.9

\n
    \n
  • Compatible with jQuery 3
  • \n
\n

Version 9.8

\n
    \n
  • Support onclick event for web links
  • \n
\n

Version 9.7

\n
    \n
  • Fix the problem of the menu Manage Carousels not working in version 9.4 on some WordPress installations
  • \n
\n

Version 9.4

\n
    \n
  • Fix the problem when the folder wp-admin does not exist in the WordPress website
  • \n
\n

Version 9.3

\n\n

Version 9.2

\n
    \n
  • Fix the bug of icon class name conflict
  • \n
\n

Version 9.1

\n
    \n
  • Move social media buttons to the bottom center of the lightbox popup
  • \n
\n

Version 9.0

\n
    \n
  • Fix a bug of playing videos inside the carousel items
  • \n
\n

Version 8.9

\n
    \n
  • Support social media share buttons in lightbox popup: Facebook, Twitter and Pinterest
  • \n
  • Rearrange lightbox options to tabs
  • \n
\n

Version 8.8

\n
    \n
  • Use advanced option data-imgextraprops to add extra class names and attributes to img elements
  • \n
  • WordPress post carousel: getting posts of no older than specified days
  • \n
  • WordPress post carousel: specifying post order as ascending or descending
  • \n
\n

Version 8.7

\n\n

Version 8.6

\n
    \n
  • Fix a responsive bug with image lightbox
  • \n
\n

Version 8.5

\n
    \n
  • Add an option to hide the carousel before all carousel images are loaded
  • \n
\n

Version 8.4

\n\n

Version 8.3

\n
    \n
  • Add an option to hide the whole carousel before the initialisation is finished
  • \n
  • Add an option to display Lightbox image with full width and scrollable height
  • \n
  • Only display images in the Media Library Selection Dialog when selecting an image file and only display videos when selecting a video file
  • \n
\n

Version 8.2

\n
    \n
  • Fix a bug in multiple rows carousel
  • \n
\n

Version 8.1

\n
    \n
  • Support full width carousel
  • \n
  • Support YouTube playlist carousel
  • \n
\n

Version 8.0

\n
    \n
  • Add options to fit images into the carousel and center fitted images
  • \n
\n

Version 7.9

\n
    \n
  • Fix the bug when there are uppercase letters in WordPress database prefix
  • \n
\n

Version 7.8

\n
    \n
  • Hide the hover over text when the option \"Do not show hover image on touch screen\" is selected.
  • \n
\n

Version 7.7

\n
    \n
  • Add an option to show/hide play button on video item
  • \n
  • Add an option to use own image as the video play button
  • \n
  • Fix the hover overlay image bug when there are multiple carousels on one page
  • \n
\n

Version 7.6

\n
    \n
  • Fix a bug in version 7.5
  • \n
\n

Version 7.5

\n
    \n
  • Fix a bug in vertical carousel when the random option is on
  • \n
\n

Version 7.4

\n
    \n
  • Add a new skin Flow
  • \n
  • Add an option to show carousel images as same height and different width if the images have different aspect ratio
  • \n
\n

Version 7.3

\n
    \n
  • Add an option to trigger window resize event when the carousel is rendered
  • \n
\n

Version 7.2

\n
    \n
  • WordPress Posts Carousel: add an option to link title to the post page
  • \n
  • WordPress Posts Carousel: add an option to open the featured image in lightbox
  • \n
\n

Version 7.1

\n
    \n
  • Fix a minor bug in image positioning
  • \n
\n

Version 7.0

\n
    \n
  • Support URL parameter firstcarouselid and clickcarousel. The URL parameter firstcarouselid will slide the carousel to the specified item, the index of the parameter starts from 0. If clickcarousel=true is added to the URL, it will open the corresponding lightbox when the webpage loads. For example, the following URL will open the second video in lightbox when the webpage loads: https://www.wonderplugin.com/wordpress-carousel/?firstcarouselid=1&clickcarousel=true
  • \n
\n

Version 6.9

\n
    \n
  • Fix a minor issue in version 6.8
  • \n
\n

Version 6.8

\n
    \n
  • Add an option to support shortcode in title and description text
  • \n
\n

Version 6.7

\n
    \n
  • Fix a bug in plugin update
  • \n
\n

Version 6.6

\n
    \n
  • Add an option to center image when the aspect ratio of image is different with that of the carousel item
  • \n
\n

Version 6.5

\n
    \n
  • Keep HTML tags in post excerpts
  • \n
\n

Version 6.4

\n
    \n
  • Fix a minor bug in the skin Flip
  • \n
\n

Version 6.3

\n\n

Version 6.2

\n\n

Version 6.1

\n
    \n
  • Support trash in carousel management. The deleted carousel will be moved to the trash in which you can restore or permanently delete it.
  • \n
\n

Version 6.0

\n
    \n
  • Support lightbox auto slideshow
  • \n
  • Add an option to always show the previous and next navigation arrows on lightbox
  • \n
  • Display error notice on the WordPress Updates page if the free upgrade period is expired.
  • \n
\n

Version 5.9

\n
    \n
  • Add an option to support adding the new item to the beginning of the list\n
  • \n
  • Add a function to reverse the media list
  • \n
\n

Version 5.8

\n
    \n
  • Fix the border radius bug in the skin Simplicity\n
  • \n
  • Add a div container around the carousel div
  • \n
\n

Version 5.7

\n
    \n
  • Add an option to hide MP4/WebM video play control bar on lightbox
  • \n
  • Add an option to display text on bottom, inside, left or right of the lightbox
  • \n
  • Add an option to display lightbox in fullscreen mode. In fullscreen mode, the close button will be displayed on the top right corner of the web browser
  • \n
  • Add an option to add prefix to title when the lightbox is displayed in gallery mode
  • \n
  • Add an option to enable or disable closing lightbox when clicking on the overlay background
  • \n
  • Move the left and right navigation arrows to the side of lightbox on touch screen. This will fix the issue of double clicking when playing video on iPhone, iPad and Android.
  • \n
\n

Version 5.6

\n
    \n
  • Add an option to display all carousel thumbnails in same size even when the original images have different aspect ratio.\n
  • \n
\n

Version 5.5

\n
    \n
  • Fix the bug of playing MP4 video on iPad iOS 9.1\n
  • \n
\n

Version 5.4

\n
    \n
  • Fix the bug of video lightbox in iPad 2\n
  • \n
\n

Version 5.3

\n
    \n
  • Fix the bug of options \"Scroll Mode\", \"Interval\" and \"Transition duration\" not working\n
  • \n
\n

Version 5.2

\n
    \n
  • Support WordPress posts carousel: create carousels from recent WordPress posts or posts in specified categories\n
  • \n
  • Add a new skin \"Read More\"\n
  • \n
\n

Version 5.1

\n
    \n
  • Fix a bug in continuous movement\n
  • \n
\n

Version 5.0

\n
    \n
  • Add an option to not initialise the carousel when the page is loaded. This option is useful if you would like to manually initialise the carousel with JavaScript API.\n
  • \n
  • Add an option to add init scripts together with carousel HTML code. This option is useful if the WordPress website uses Ajax to load posts and pages.\n
  • \n
\n

Version 4.9

\n
    \n
  • Fix bugs\n
  • \n
\n

Version 4.5

\n
    \n
  • Add a new skin Auto Scroll to create automatically scrolling carousel\n
  • \n
  • Add an option to pause carousel scrolling on mouse over\n
  • \n
  • Add options to specify the scrolling interval and transition duration\n
  • \n
  • Add an option to scroll by page or item\n
  • \n
\n

Version 4.4

\n
    \n
  • Add an option to add slider js files to the footer\n
  • \n
  • Add an option to display carousels in text widgets\n
  • \n
\n

Version 4.3

\n\n

Version 4.2

\n
    \n
  • Support version check and update\n
  • \n
\";}s:3:\"key\";s:0:\"\";s:10:\"key_status\";s:5:\"empty\";s:10:\"key_expire\";i:0;s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:6:\"plugin\";s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";s:12:\"last_checked\";i:1632961398;}\";','yes'),(21749,'_transient_timeout_external_ip_address_91.200.12.91','1511575536','no'),(21750,'_transient_external_ip_address_91.200.12.91','2404:8280:a111:101::46','no'),(16255,'_site_transient_timeout_browser_450abfa7160b679044e4cc65550a593d','1506647613','no'),(16256,'_site_transient_browser_450abfa7160b679044e4cc65550a593d','a:9:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"55.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(120986,'_transient_timeout_wc_related_673','1633178016','no'),(120987,'_transient_wc_related_673','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"599\";i:11;s:3:\"600\";i:12;s:3:\"601\";i:13;s:3:\"904\";i:14;s:3:\"681\";i:15;s:3:\"668\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(16262,'_site_transient_community-events-377c3ebdf8ffdbcc83c949690d8ab5de','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"192.168.34.0\";}s:6:\"events\";a:0:{}}','no'),(15980,'_transient_external_ip_address_51.255.68.116','103.67.235.70','no'),(15814,'_transient_timeout_external_ip_address_49.195.92.74','1506219908','no'),(15815,'_transient_external_ip_address_49.195.92.74','2404:8280:a111:101::46','no'),(4994,'limit_login_lockouts','a:0:{}','yes'),(4995,'limit_login_logged','a:119:{s:12:\"103.255.7.32\";a:1:{s:9:\"ansaripk2\";i:1;}s:14:\"188.162.229.21\";a:2:{s:13:\"administrator\";i:1;s:18:\"raisingclevergirls\";i:1;}s:14:\"91.244.112.252\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:12:\"31.40.132.97\";a:1:{s:13:\"administrator\";i:1;}s:12:\"95.167.150.8\";a:1:{s:13:\"administrator\";i:1;}s:14:\"110.145.74.205\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:11:\"37.59.48.36\";a:1:{s:10:\"no_matches\";i:1;}s:25:\"2002:add0:ec7a::add0:ec7a\";a:1:{s:7:\"Raising\";i:1;}s:14:\"187.187.201.24\";a:1:{s:5:\"admin\";i:1;}s:25:\"2002:c316:7fb1::c316:7fb1\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:c316:7fae::c316:7fae\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:c316:7ddf::c316:7ddf\";a:1:{s:7:\"Raising\";i:1;}s:15:\"179.124.251.155\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.107.158.62\";a:1:{s:5:\"admin\";i:1;}s:13:\"172.87.191.14\";a:1:{s:5:\"admin\";i:1;}s:14:\"189.216.105.28\";a:1:{s:5:\"admin\";i:1;}s:25:\"2002:c316:7d0b::c316:7d0b\";a:1:{s:7:\"Raising\";i:1;}s:15:\"187.171.147.117\";a:1:{s:5:\"admin\";i:1;}s:10:\"45.5.241.1\";a:1:{s:5:\"admin\";i:1;}s:15:\"187.188.132.102\";a:1:{s:5:\"admin\";i:1;}s:35:\"2800:4f0:8c:9b30:9d6:1193:87b4:abff\";a:1:{s:5:\"admin\";i:1;}s:14:\"190.196.147.42\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.138.227.16\";a:1:{s:5:\"admin\";i:1;}s:36:\"2806:105e:a:379e:4574:8724:5227:30ba\";a:1:{s:5:\"admin\";i:1;}s:25:\"2002:b9ea:dafa::b9ea:dafa\";a:1:{s:7:\"Raising\";i:1;}s:13:\"41.215.147.25\";a:1:{s:5:\"admin\";i:1;}s:11:\"2.48.38.153\";a:1:{s:5:\"admin\";i:1;}s:14:\"187.190.28.233\";a:1:{s:5:\"admin\";i:1;}s:13:\"49.151.207.39\";a:1:{s:5:\"admin\";i:1;}s:25:\"2002:b9ea:daf7::b9ea:daf7\";a:1:{s:7:\"Raising\";i:1;}s:15:\"189.191.141.118\";a:1:{s:5:\"admin\";i:1;}s:25:\"2002:b9ea:d950::b9ea:d950\";a:1:{s:3:\"com\";i:1;}s:25:\"2002:b9ea:d955::b9ea:d955\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:b9ea:d94f::b9ea:d94f\";a:1:{s:7:\"Raising\";i:1;}s:14:\"91.210.147.121\";a:1:{s:5:\"admin\";i:3;}s:25:\"2002:b9ea:d9e1::b9ea:d9e1\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:b9ea:d987::b9ea:d987\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:b9ea:d982::b9ea:d982\";a:1:{s:34:\"wp-login.php?registration=disabled\";i:1;}s:11:\"5.188.62.11\";a:2:{s:4:\"test\";i:1;s:5:\"admin\";i:1;}s:25:\"2002:b9ea:d922::b9ea:d922\";a:1:{s:9:\"?author=1\";i:1;}s:25:\"2002:b9ea:d91d::b9ea:d91d\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:b9ea:d984::b9ea:d984\";a:1:{s:29:\"www.raisingclevergirls.com.au\";i:1;}s:25:\"2002:b9ea:d91f::b9ea:d91f\";a:1:{s:5:\"comau\";i:1;}s:25:\"2002:c1a9:fc52::c1a9:fc52\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:b9ea:da2b::b9ea:da2b\";a:2:{s:7:\"Raising\";i:1;s:9:\"?author=1\";i:1;}s:25:\"2002:b9ea:da2c::b9ea:da2c\";a:1:{s:9:\"?author=1\";i:2;}s:25:\"2002:b9ea:da28::b9ea:da28\";a:1:{s:9:\"?author=1\";i:1;}s:25:\"2002:b9ea:da2a::b9ea:da2a\";a:1:{s:9:\"?author=1\";i:1;}s:25:\"2002:c1a9:fcb8::c1a9:fcb8\";a:1:{s:7:\"Raising\";i:1;}s:25:\"2002:c1a9:fcbd::c1a9:fcbd\";a:1:{s:7:\"Raising\";i:1;}s:12:\"200.31.5.178\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:13:\"91.210.145.97\";a:1:{s:5:\"admin\";i:3;}s:14:\"189.203.27.237\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:12:\"188.6.44.189\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:14:\"182.59.218.143\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:12:\"182.70.36.83\";a:1:{s:5:\"admin\";i:1;}s:14:\"103.69.114.230\";a:1:{s:4:\"test\";i:1;}s:15:\"123.231.107.190\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:15:\"123.231.107.210\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:15:\"116.206.246.240\";a:1:{s:18:\"raisingclevergirls\";i:2;}s:14:\"123.231.85.135\";a:2:{s:18:\"raisingclevergirls\";i:1;s:5:\"admin\";i:2;}s:14:\"123.231.87.124\";a:1:{s:5:\"admin\";i:2;}s:14:\"175.157.46.250\";a:1:{s:5:\"admin\";i:2;}s:14:\"175.157.42.237\";a:1:{s:4:\"test\";i:3;}s:15:\"123.231.122.179\";a:1:{s:4:\"test\";i:3;}s:14:\"123.231.109.21\";a:1:{s:4:\"test\";i:2;}s:15:\"218.212.161.155\";a:2:{s:18:\"raisingclevergirls\";i:4;s:4:\"test\";i:1;}s:13:\"129.126.180.2\";a:2:{s:5:\"admin\";i:1;s:4:\"test\";i:1;}s:15:\"178.221.185.208\";a:2:{s:18:\"raisingclevergirls\";i:1;s:5:\"admin\";i:2;}s:14:\"186.249.234.50\";a:1:{s:18:\"raisingclevergirls\";i:4;}s:14:\"213.152.161.40\";a:1:{s:5:\"admin\";i:1;}s:14:\"125.116.107.58\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"183.135.187.177\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:13:\"101.64.29.219\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:13:\"125.114.81.21\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"163.179.32.144\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"123.148.244.220\";a:1:{s:5:\"admin\";i:1;}s:15:\"122.232.203.106\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"154.125.199.77\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"123.148.245.235\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"101.65.243.176\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.208.228\";a:1:{s:5:\"admin\";i:1;}s:14:\"115.207.109.55\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"115.207.110.185\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"123.148.247.216\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.219.81\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.218.207\";a:1:{s:5:\"admin\";i:1;}s:13:\"163.179.32.16\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"123.148.216.95\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.146.64\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.211.108\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.145.151\";a:1:{s:5:\"admin\";i:1;}s:14:\"123.148.244.27\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"123.148.243.245\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"110.54.248.227\";a:1:{s:5:\"admin\";i:1;}s:15:\"125.105.103.205\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"123.148.243.59\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"123.148.216.236\";a:1:{s:5:\"admin\";i:1;}s:15:\"187.189.102.169\";a:1:{s:5:\"admin\";i:1;}s:14:\"183.150.45.154\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"123.148.216.83\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"123.148.242.31\";a:1:{s:5:\"admin\";i:1;}s:15:\"122.232.200.119\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.209.145\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"123.148.146.70\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:14:\"189.144.154.62\";a:1:{s:5:\"admin\";i:1;}s:12:\"54.39.53.104\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.245.236\";a:1:{s:5:\"admin\";i:1;}s:13:\"125.105.51.54\";a:1:{s:5:\"admin\";i:1;}s:15:\"123.148.145.192\";a:1:{s:5:\"admin\";i:1;}s:15:\"185.130.184.206\";a:1:{s:5:\"adwin\";i:1;}s:13:\"209.50.62.122\";a:1:{s:5:\"admin\";i:1;}s:37:\"2404:8280:a222:bbbb:bba1:92:ffff:ffff\";a:10:{s:4:\"alex\";i:1;s:7:\"[login]\";i:40;s:18:\"raisingclevergirls\";i:5;s:5:\"admin\";i:92;s:5:\"Admin\";i:1;s:8:\"cristina\";i:1;s:4:\"test\";i:3;s:9:\"developer\";i:1;s:7:\"private\";i:1;s:8:\"testtest\";i:1;}s:12:\"93.88.87.211\";a:1:{s:18:\"raisingclevergirls\";i:3;}s:11:\"93.88.87.18\";a:2:{s:5:\"admin\";i:1;s:4:\"test\";i:1;}s:11:\"93.88.86.88\";a:1:{s:4:\"test\";i:1;}s:11:\"95.53.97.21\";a:1:{s:5:\"admin\";i:1;}s:14:\"119.93.151.214\";a:1:{s:18:\"raisingclevergirls\";i:1;}s:15:\"180.195.228.237\";a:1:{s:18:\"raisingclevergirls\";i:1;}}','no'),(4996,'limit_login_lockouts_total','310','no'),(19918,'_transient_timeout_external_ip_address_206.180.165.147','1510099556','no'),(19892,'_transient_external_ip_address_146.185.144.64','2404:8280:a111:101::46','no'),(19899,'_transient_timeout_external_ip_address_184.94.36.141','1510084112','no'),(19900,'_transient_external_ip_address_184.94.36.141','103.67.235.70','no'),(19891,'_transient_timeout_external_ip_address_146.185.144.64','1510080743','no'),(19919,'_transient_external_ip_address_206.180.165.147','2404:8280:a111:101::46','no'),(19939,'_transient_timeout_external_ip_address_112.198.72.165','1510109122','no'),(19940,'_transient_external_ip_address_112.198.72.165','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(2844,'_site_transient_browser_7eb30e157660040b1eb960c7ecc6697f','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"57.0.2987.133\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(6503,'_site_transient_timeout_browser_372b39fc0ede5776ae5d65b675deeef4','1498993324','no'),(3494,'_site_transient_timeout_browser_c804c5de4c818209cbbc308ed95f22a5','1495426849','no'),(3495,'_site_transient_browser_c804c5de4c818209cbbc308ed95f22a5','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"58.0.3029.96\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3434,'_site_transient_timeout_browser_3efc016b2059668c69de07123afad5fa','1495038046','no'),(3435,'_site_transient_browser_3efc016b2059668c69de07123afad5fa','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"53.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(3450,'duplicator_settings','a:10:{s:7:\"version\";s:5:\"1.2.6\";s:18:\"uninstall_settings\";b:1;s:15:\"uninstall_files\";b:1;s:16:\"uninstall_tables\";b:1;s:13:\"package_debug\";b:0;s:17:\"package_mysqldump\";b:0;s:22:\"package_mysqldump_path\";s:0:\"\";s:24:\"package_phpdump_qrylimit\";s:3:\"100\";s:17:\"package_zip_flush\";b:0;s:20:\"storage_htaccess_off\";b:0;}','yes'),(3451,'duplicator_version_plugin','1.2.6','yes'),(3059,'_site_transient_timeout_browser_bd9607a54475d3330ca36ba9d8b9c470','1494316543','no'),(3060,'_site_transient_browser_bd9607a54475d3330ca36ba9d8b9c470','a:9:{s:8:\"platform\";s:5:\"Linux\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"58.0.3029.81\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(6504,'_site_transient_browser_372b39fc0ede5776ae5d65b675deeef4','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"53.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(5073,'yith-wcmap-flush-rewrite-rules','0','yes'),(19985,'_transient_timeout_external_ip_address_40.77.178.93','1510141034','no'),(19986,'_transient_external_ip_address_40.77.178.93','2404:8280:a111:101::46','no'),(19988,'_transient_timeout_external_ip_address_199.30.24.62','1510148899','no'),(19989,'_transient_external_ip_address_199.30.24.62','103.67.235.70','no'),(20006,'_transient_timeout_external_ip_address_2405:4200:202:3::f341:598d','1510170093','no'),(20007,'_transient_external_ip_address_2405:4200:202:3::f341:598d','103.67.235.70','no'),(117054,'_transient_wflginfl_00000000000000000000ffff31cf095b','2','no'),(6675,'_site_transient_browser_699dfc46f2edc5d25d73bee60c1bf7b9','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"58.0.3029.110\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(15384,'_site_transient_timeout_browser_f9694186c5800b9905943d3f44ede836','1505818287','no'),(15385,'_site_transient_browser_f9694186c5800b9905943d3f44ede836','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(19434,'_transient_external_ip_address_104.131.11.47','2404:8280:a111:101::46','no'),(19448,'_transient_timeout_external_ip_address_185.129.148.181','1509721407','no'),(5057,'myaccount_plugin_setting','enable','yes'),(42767,'_transient_timeout_wflginfl_2002b9ead987000000000000b9ead987','1527807905','no'),(42768,'_transient_wflginfl_2002b9ead987000000000000b9ead987','5','no'),(115102,'_transient_timeout_wflginfl_00000000000000000000ffff2949c9e2','1628432091','no'),(115103,'_transient_wflginfl_00000000000000000000ffff2949c9e2','1','no'),(43974,'_transient_timeout_external_ip_address_193.169.252.82','1529847162','no'),(43975,'_transient_external_ip_address_193.169.252.82','103.67.235.70','no'),(43977,'_transient_timeout_external_ip_address_2002:c1a9:fc52::c1a9:fc52','1529847240','no'),(44041,'_transient_timeout_wflginfl_00000000000000000000ffffa9365c8a','1529295229','no'),(44042,'_transient_wflginfl_00000000000000000000ffffa9365c8a','1','no'),(43978,'_transient_external_ip_address_2002:c1a9:fc52::c1a9:fc52','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(43980,'_transient_timeout_wflginfl_2002c1a9fc52000000000000c1a9fc52','1529256847','no'),(43981,'_transient_wflginfl_2002c1a9fc52000000000000c1a9fc52','5','no'),(43294,'_transient_timeout_wflginfl_2002b9ead922000000000000b9ead922','1528465994','no'),(43295,'_transient_wflginfl_2002b9ead922000000000000b9ead922','5','no'),(43429,'_transient_timeout_wflginfl_2002b9ead91d000000000000b9ead91d','1528609242','no'),(43430,'_transient_wflginfl_2002b9ead91d000000000000b9ead91d','5','no'),(48969,'_transient_timeout_external_ip_address_185.253.97.251','1540824806','no'),(107162,'_transient_timeout_wflginfl_00000000000000000000ffff5158348b','1621844532','no'),(107163,'_transient_wflginfl_00000000000000000000ffff5158348b','1','no'),(107207,'_transient_wflginfl_00000000000000000000ffffbca4c275','1','no'),(107075,'_transient_timeout_wflginfl_00000000000000000000ffff5158349d','1621796365','no'),(49085,'_site_transient_timeout_browser_bf1410483f951a0ad7edc2a8032d6355','1541011205','no'),(49086,'_site_transient_browser_bf1410483f951a0ad7edc2a8032d6355','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"70.0.3538.67\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(46986,'_transient_external_ip_address_192.168.30.155','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(117592,'_transient_timeout_wflginfl_00000000000000000000ffffc4bd189b','1630074395','no'),(117593,'_transient_wflginfl_00000000000000000000ffffc4bd189b','2','no'),(117603,'_transient_timeout_wflginfl_00000000000000000000ffff70cf6588','1630074643','no'),(117595,'_transient_timeout_wflginfl_00000000000000000000ffff5e3eedbf','1630074507','no'),(117596,'_transient_wflginfl_00000000000000000000ffff5e3eedbf','2','no'),(117210,'_transient_wflginfl_00000000000000000000ffff29e96c63','2','no'),(117204,'_transient_timeout_wflginfl_00000000000000000000ffff656d8004','1630068892','no'),(51584,'monsterinsights_version_upgraded_from','7.3.2','yes'),(51582,'monsterinsights_usage_tracking_config','a:6:{s:3:\"day\";i:0;s:4:\"hour\";i:8;s:6:\"minute\";i:34;s:6:\"second\";i:53;s:6:\"offset\";i:30893;s:8:\"initsend\";i:1544949293;}','yes'),(43931,'_transient_wflginfl_2002b9ead91f000000000000b9ead91f','19','no'),(46382,'_transient_timeout_external_ip_address_192.168.30.128','1532305657','no'),(46383,'_transient_external_ip_address_192.168.30.128','103.67.235.70','no'),(42964,'_transient_timeout_wflginfl_2002b9ead982000000000000b9ead982','1528088925','no'),(42965,'_transient_wflginfl_2002b9ead982000000000000b9ead982','5','no'),(40780,'_transient_timeout_wflginfl_00000000000000000000ffff12dab1f6','1525623591','no'),(40781,'_transient_wflginfl_00000000000000000000ffff12dab1f6','1','no'),(40812,'_transient_timeout_wflginfl_00000000000000000000ffff36d17fe9','1525661099','no'),(40813,'_transient_wflginfl_00000000000000000000ffff36d17fe9','1','no'),(41181,'_transient_timeout_wflginfl_00000000000000000000ffff6b176305','1525971653','no'),(41168,'_transient_timeout_wflginfl_00000000000000000000ffff22c92baa','1525958426','no'),(41169,'_transient_wflginfl_00000000000000000000ffff22c92baa','1','no'),(97312,'_transient_timeout_wpseo_link_table_inaccessible','1643578687','no'),(97313,'_transient_wpseo_link_table_inaccessible','0','no'),(97314,'_transient_timeout_wpseo_meta_table_inaccessible','1643578687','no'),(97315,'_transient_wpseo_meta_table_inaccessible','0','no'),(44732,'_transient_timeout_wflginfl_2002b9eada28000000000000b9eada28','1530009437','no'),(44733,'_transient_wflginfl_2002b9eada28000000000000b9eada28','5','no'),(114593,'_transient_timeout_wflginfl_00000000000000000000ffff3d07a58d','1627984923','no'),(117566,'_transient_timeout_wflginfl_00000000000000000000ffff31ce789f','1630074239','no'),(44677,'_transient_timeout_wflginfl_2002b9eada2b000000000000b9eada2b','1529961700','no'),(43889,'_transient_timeout_external_ip_address_2002:c1a9:fc4c::c1a9:fc4c','1529752018','no'),(43890,'_transient_external_ip_address_2002:c1a9:fc4c::c1a9:fc4c','103.67.235.70','no'),(43613,'_transient_timeout_wflginfl_2002b9ead984000000000000b9ead984','1528869631','no'),(43614,'_transient_wflginfl_2002b9ead984000000000000b9ead984','19','no'),(41384,'_transient_timeout_wflginfl_2002b9ead950000000000000b9ead950','1526154530','no'),(41385,'_transient_wflginfl_2002b9ead950000000000000b9ead950','19','no'),(49296,'product_cat_children','a:1:{i:70;a:5:{i:0;i:85;i:1;i:86;i:2;i:87;i:3;i:88;i:4;i:89;}}','yes'),(115950,'_transient_wflginfl_00000000000000000000ffff3ed27a4a','1','no'),(116011,'_transient_timeout_wflginfl_00000000000000000000ffff030c0faa','1629221108','no'),(116012,'_transient_wflginfl_00000000000000000000ffff030c0faa','1','no'),(116014,'_transient_timeout_wflginfl_00000000000000000000ffff03808d8d','1629222966','no'),(116015,'_transient_wflginfl_00000000000000000000ffff03808d8d','1','no'),(116024,'_transient_timeout_wflginfl_00000000000000000000ffffc26ea910','1629224843','no'),(116025,'_transient_wflginfl_00000000000000000000ffffc26ea910','1','no'),(116026,'_transient_timeout_wflginfl_00000000000000000000ffff9d70982d','1629225799','no'),(116027,'_transient_wflginfl_00000000000000000000ffff9d70982d','1','no'),(116032,'_transient_timeout_wflginfl_00000000000000000000ffff33b25371','1629229286','no'),(116033,'_transient_wflginfl_00000000000000000000ffff33b25371','1','no'),(41182,'_transient_wflginfl_00000000000000000000ffff6b176305','1','no'),(44685,'_transient_timeout_wflginfl_2002b9eada2c000000000000b9eada2c','1529967051','no'),(44686,'_transient_wflginfl_2002b9eada2c000000000000b9eada2c','19','no'),(44678,'_transient_wflginfl_2002b9eada2b000000000000b9eada2b','5','no'),(41251,'_transient_timeout_wflginfl_00000000000000000000ffff12ddf5e9','1526038554','no'),(41252,'_transient_wflginfl_00000000000000000000ffff12ddf5e9','1','no'),(46864,'_transient_timeout_wflginfl_00000000000000000000ffff7783f5b2','1532304215','no'),(46576,'_transient_timeout_wflginfl_00000000000000000000ffff67049343','1531959535','no'),(46577,'_transient_wflginfl_00000000000000000000ffff67049343','1','no'),(52501,'_site_transient_timeout_community-events-170083c5192a959a6dc33cc286ba2af4','1545345442','no'),(52502,'_site_transient_community-events-170083c5192a959a6dc33cc286ba2af4','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"90.240.52.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"WordPress Portsmouth Meetup\";s:3:\"url\";s:68:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/events/256451043/\";s:6:\"meetup\";s:27:\"Portsmouth WordPress Meetup\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/Portsmouth-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-12-20 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Portsmouth, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:50.8134730000000018890204955823719501495361328125;s:9:\"longitude\";d:-1.0827940000000000342339490089216269552707672119140625;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:23:\"WordPress Meetup - WPTW\";s:3:\"url\";s:78:\"https://www.meetup.com/Tunbridge-Wells-Small-Business-Meetup/events/256095551/\";s:6:\"meetup\";s:39:\"Tunbridge Wells WordPress Meetup - WPTW\";s:10:\"meetup_url\";s:61:\"https://www.meetup.com/Tunbridge-Wells-Small-Business-Meetup/\";s:4:\"date\";s:19:\"2019-01-10 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:31:\"Tunbridge Wells, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.13311399999999906640368863008916378021240234375;s:9:\"longitude\";d:0.2652419999999999777884340801392681896686553955078125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:52:\"Cambridge WordPress: your site as a marketing portal\";s:3:\"url\";s:60:\"https://www.meetup.com/wordpress-cambridge/events/255802122/\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2019-01-14 18:45:00\";s:8:\"location\";a:4:{s:8:\"location\";s:33:\"Cambridge CB4 0GF, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:52.23543000000000091631591203622519969940185546875;s:9:\"longitude\";d:0.141326000000000007172928917498211376368999481201171875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WP Havering - WordPress Romford at WorkerBee\";s:3:\"url\";s:55:\"https://www.meetup.com/WP-Havering/events/szkkvpyzcbtb/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2019-01-15 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.57580999999999704641595599241554737091064453125;s:9:\"longitude\";d:0.18548500000000001097788526749354787170886993408203125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:40:\"Monthly WordPress Meetup - Show and Tell\";s:3:\"url\";s:53:\"https://www.meetup.com/WordPress-OX/events/257097874/\";s:6:\"meetup\";s:4:\"WPOX\";s:10:\"meetup_url\";s:36:\"https://www.meetup.com/WordPress-OX/\";s:4:\"date\";s:19:\"2019-01-16 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Oxford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.75256699999999909778125584125518798828125;s:9:\"longitude\";d:-1.26332399999999989148591339471749961376190185546875;}}}}','no'),(49095,'_site_transient_timeout_community-events-abefbe33f10ba29604e853a70c9b8499','1540449622','no'),(49096,'_site_transient_community-events-abefbe33f10ba29604e853a70c9b8499','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"90.253.79.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"WordPress Leeds - Monthly Meetup\";s:3:\"url\";s:56:\"https://www.meetup.com/WordPress-Leeds/events/252974847/\";s:6:\"meetup\";s:15:\"WordPress Leeds\";s:10:\"meetup_url\";s:39:\"https://www.meetup.com/WordPress-Leeds/\";s:4:\"date\";s:19:\"2018-10-23 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Leeds, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.79498699999999900001057540066540241241455078125;s:9:\"longitude\";d:-1.5460149999999999170796627367963083088397979736328125;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:19:\"WordCamp Manchester\";s:3:\"url\";s:36:\"https://2018.manchester.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-10-27 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:26:\"Manchester, United Kingdom\";s:7:\"country\";s:2:\"GB\";s:8:\"latitude\";d:53.4715072999999989633579389192163944244384765625;s:9:\"longitude\";d:-2.242253600000000179903736352571286261081695556640625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:39:\"BeeWUG - Blackburn WordPress User Group\";s:3:\"url\";s:67:\"https://www.meetup.com/Blackburn-WordPress-Meetup/events/255243472/\";s:6:\"meetup\";s:26:\"Blackburn WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Blackburn-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-11-07 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Blackburn, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.7501979999999974779711919836699962615966796875;s:9:\"longitude\";d:-2.484049000000000173571379491477273404598236083984375;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WordPress Sheffield\";s:3:\"url\";s:52:\"https://www.meetup.com/wpsheffield/events/255625023/\";s:6:\"meetup\";s:19:\"WordPress Sheffield\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/wpsheffield/\";s:4:\"date\";s:19:\"2018-11-13 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Sheffield, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.37691499999999678038875572383403778076171875;s:9:\"longitude\";d:-1.467786999999999952848384054959751665592193603515625;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:24:\"Monthly WordPress Meetup\";s:3:\"url\";s:67:\"https://www.meetup.com/Oldham-WordPress-Meetup/events/hhpnrlyxpbrb/\";s:6:\"meetup\";s:23:\"Oldham WordPress Meetup\";s:10:\"meetup_url\";s:47:\"https://www.meetup.com/Oldham-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-11-13 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"Oldham, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:53.5421750000000002955857780762016773223876953125;s:9:\"longitude\";d:-2.10916399999999981673681759275496006011962890625;}}}}','no'),(40736,'_transient_timeout_wflginfl_00000000000000000000ffff340e18b6','1525573447','no'),(40737,'_transient_wflginfl_00000000000000000000ffff340e18b6','1','no'),(120980,'_transient_timeout_wc_related_594','1633177965','no'),(120981,'_transient_wc_related_594','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(18600,'_site_transient_timeout_browser_2bf78cb2f6f0604d5d237b451fa3d2f4','1509181242','no'),(18601,'_site_transient_browser_2bf78cb2f6f0604d5d237b451fa3d2f4','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"49.0.2623.112\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(115363,'_transient_timeout_wflginfl_00000000000000000000ffff7b105663','1628659844','no'),(115242,'_transient_timeout_wflginfl_00000000000000000000ffffbe57a238','1628549074','no'),(115243,'_transient_wflginfl_00000000000000000000ffffbe57a238','1','no'),(117044,'_transient_wflginfl_00000000000000000000ffff2bf55631','2','no'),(114552,'_transient_timeout_wflginfl_00000000000000000000ffff5b79f5fb','1627941147','no'),(114553,'_transient_wflginfl_00000000000000000000ffff5b79f5fb','1','no'),(115496,'_transient_wflginfl_00000000000000000000ffff272ed8cd','1','no'),(114683,'_transient_timeout_wflginfl_00000000000000000000ffffcab6349a','1628048853','no'),(114530,'_transient_timeout_wflginfl_00000000000000000000ffff9f41d812','1627930504','no'),(108290,'_transient_external_ip_address_45.92.228.49','103.67.235.121','no'),(108753,'_transient_timeout_wflginfl_00000000000000000000ffff23b8b2ef','1623103909','no'),(108772,'_transient_wflginfl_00000000000000000000ffff03157027','1','no'),(108766,'_transient_timeout_wflginfl_00000000000000000000ffff36ed8373','1623113475','no'),(108767,'_transient_wflginfl_00000000000000000000ffff36ed8373','1','no'),(16219,'_transient_timeout_external_ip_address_192.168.35.30','1506645042','no'),(16220,'_transient_external_ip_address_192.168.35.30','103.67.235.70','no'),(16287,'_transient_timeout_external_ip_address_118.140.38.6','1506651932','no'),(17963,'_transient_timeout_external_ip_address_191.96.249.184','1509012500','no'),(17964,'_transient_external_ip_address_191.96.249.184','103.67.235.70','no'),(19472,'_transient_external_ip_address_54.162.244.206','103.67.235.70','no'),(17541,'_transient_timeout_external_ip_address_40.77.177.0','1508410287','no'),(117350,'_transient_wflginfl_00000000000000000000ffff4d4df0fe','2','no'),(117334,'_transient_timeout_wflginfl_00000000000000000000ffff3131f181','1630070510','no'),(19449,'_transient_external_ip_address_185.129.148.181','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19456,'_transient_timeout_external_ip_address_109.166.129.161','1509735017','no'),(19457,'_transient_external_ip_address_109.166.129.161','2404:8280:a111:101::46','no'),(19469,'_transient_timeout_external_ip_address_199.30.24.167','1509742598','no'),(19470,'_transient_external_ip_address_199.30.24.167','103.67.235.70','no'),(19471,'_transient_timeout_external_ip_address_54.162.244.206','1509743395','no'),(16225,'updraft_updraftvault','a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-02465cbe45f99d790fabed1c59528796\";a:0:{}}}','yes'),(92984,'_transient_timeout_wflginfl_2a02478000080002000000000000000b','1607456766','no'),(92985,'_transient_wflginfl_2a02478000080002000000000000000b','1','no'),(120946,'_transient_timeout_wc_loopb7ed1633090527','1635683489','no'),(120947,'_transient_wc_loopb7ed1633090527','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:1:\"6\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:46:\"helping-girls-build-resilience-confidence-grit\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:6;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:46:\"helping-girls-build-resilience-confidence-grit\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:46:\"helping-girls-build-resilience-confidence-grit\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:28;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:46:\"helping-girls-build-resilience-confidence-grit\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:1:{i:0;s:21:\"wp_term_relationships\";}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:46:\"helping-girls-build-resilience-confidence-grit\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:506:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (28)\n ) \n AND \n ( \n wp_term_relationships.term_taxonomy_id IN (86)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 6\";s:5:\"posts\";a:4:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:592;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:56:11\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:56:11\";s:12:\"post_content\";s:1551:\"Every parent wants their child to grow up happy, healthy, strong, kind and resilient. This pocket book aims to guide parents in their everyday decision-making to raise kids who are just that. In our ever-changing, uncertain world it is important to understand what resilience is and how to build that in our children. The capacity for building coping and enabling abilities, as well as help-seeking strategies and tangible life skills will help your children navigate the world ahead. This book condenses and updates material from Maggie Dent’s bestselling 2008 book, ‘Real Kids in an Unreal World’. It outlines 10 key building blocks for children birth–12 .We can build our children\'s strengths—one building block at a time—and we can even start before birth.\r\n\r\nAbout the Author\r\n\r\nMaggie Dent is an author, educator, and parenting and resilience specialist with a particular interest in the early years and adolescence. She is a passionate advocate for the healthy, common-sense raising of children in order to strengthen families and communities. Maggie has a wide background of experience that informs her work including teaching, counselling and working in the palliative care and funeral industries. Maggie is the author of seven books, and a prolific creator of resources for parents, adolescents, teachers, educators and others who are interested in quietly improving their lives. She is the proud mother of four awesome sons and a grateful grandmother. She has recently moved to Gerringong, in the Illawarra region of NSW.\";s:10:\"post_title\";s:30:\"Building Children\'s Resilience\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:29:\"building-childrens-resilience\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:53:51\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:53:51\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=592\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:577;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:51:30\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:51:30\";s:12:\"post_content\";s:2743:\"Why resilience and single-mindedness are the keys to outstanding achievement and how they can help you to accomplish remarkable things.\r\n\r\nWhy do naturally talented people frequently fail to reach their potential while other far less gifted individuals go on to achieve amazing things? The secret to outstanding achievement is not talent, but a passionate persistence. In other words, grit.\r\n\r\nMacArthur Genius Award-winning psychologist Angela Duckworth shares fascinating new revelations about who succeeds in life and why. Based on her cutting-edge research, Duckworth shows how many people achieve remarkable things not just by relying on innate natural talent, but by practising what she calls grit. She then offers a Grit Formula to help anyone to become more gritty, focusing on six key factors: hope, effort, precision, passion, ritual and prioritisation.\r\n\r\nShe reveals:\r\n
    \r\n
  • Why people who test high for talent often fail to achieve their potential, and why people who do not test high for talent often \"overachieve\" what others expect them to do
  • \r\n
  • How grit can be learned, whatever your IQ or circumstances
  • \r\n
  • Why stubbornness is a key characteristic of gritty people
  • \r\n
  • When to be stubborn and when giving up is the grittiest thing you can do
  • \r\n
  • How gritty people found their passion, and you can find yours
  • \r\n
  • How gritty experts practise, and how you can do the same in your own life
  • \r\n
  • What the people who care about you can do to boost your grit when you need it most
  • \r\n
  • How grit is cultivated in the highest-performing sports teams, companies and schools
  • \r\n
\r\nLeaping past clichés such as \'success is all about hard work\', Grit offers a fresh and motivating way to climb to heights far beyond what natural talent would predict.\r\n\r\nAbout the Author\r\n\r\nDr Angela Duckworth is a 2013 MacArthur Fellow and an associate professor of psychology at the University of Pennsylvania. She is an expert in non-IQ competencies, including grit and self-control. A highly sought-after international speaker, her TED talk on grit has been viewed by over 8 million people.\r\n\r\nDuckworth’s hypothesis that the real guarantor of success may not be inborn talent but a special blend of resilience and single-mindedness grew out of her upbringing: as a child her scientist father lovingly bemoaned the fact his daughter was ‘no genius’. Duckworth was determined to prove him wrong and spent her youth smashing through every academic barrier. As an adult she became focused on proving her theory and to find out if grit can be learned or cultivated. It was out of this that she created her own Character Lab at the University of Pennsylvania.\";s:10:\"post_title\";s:4:\"Grit\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:4:\"grit\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:54:47\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:54:47\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=577\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:591;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:54:40\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:54:40\";s:12:\"post_content\";s:301:\"A foremost The New Yorker and New York Times journalist reverses three decades of thinking about what creates successful children, solving the mysteries of why some succeed and others fail – and of how to move individual children toward their full potential for success.\";s:10:\"post_title\";s:20:\"How Children Succeed\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:20:\"how-children-succeed\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:54:02\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:54:02\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=591\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:599;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:09:39\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:09:39\";s:12:\"post_content\";s:1789:\"NEW YORK TIMES BESTSELLER\r\n\r\nIn the tradition of Paul Tough’s How Children Succeed and Wendy Mogel’s The Blessing of a Skinned Knee, this groundbreaking manifesto focuses on the critical school years when parents must learn to allow their children to experience the disappointment and frustration that occur from life’s inevitable problems so that they can grow up to be successful, resilient, and self-reliant adults.\r\n\r\nModern parenting is defined by an unprecedented level of overprotectiveness: parents who rush to school at the whim of a phone call to deliver forgotten assignments, who challenge teachers on report card disappointments, mastermind children’s friendships, and interfere on the playing field. As teacher and writer Jessica Lahey explains, even though these parents see themselves as being highly responsive to their children’s well being, they aren’t giving them the chance to experience failure—or the opportunity to learn to solve their own problems.\r\n\r\nOverparenting has the potential to ruin a child’s confidence and undermine their education, Lahey reminds us. Teachers don’t just teach reading, writing, and arithmetic. They teach responsibility, organization, manners, restraint, and foresight—important life skills children carry with them long after they leave the classroom.\r\n\r\nProviding a path toward solutions, Lahey lays out a blueprint with targeted advice for handling homework, report cards, social dynamics, and sports. Most importantly, she sets forth a plan to help parents learn to step back and embrace their children’s failures. Hard-hitting yet warm and wise, The Gift of Failure is essential reading for parents, educators, and psychologists nationwide who want to help children succeed.\";s:10:\"post_title\";s:19:\"The Gift of Failure\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:19:\"the-gift-of-failure\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:50:49\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:50:49\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=599\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:4;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:150;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";s:1:\"4\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"430d3f84bd314c47874ca7859397a387\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(17011,'_transient_external_ip_address_189.27.49.2','2404:8280:a111:101::46','no'),(15117,'_transient_timeout_external_ip_address_75.149.221.170','1505522196','no'),(15118,'_transient_external_ip_address_75.149.221.170','103.67.235.70','no'),(21118,'_transient_timeout_external_ip_address_14.215.176.14','1510989975','no'),(8651,'_site_transient_timeout_community-events-96bafd5057bb5ec5bcb1f3dbebe59e94','1501799162','no'),(8652,'_site_transient_community-events-96bafd5057bb5ec5bcb1f3dbebe59e94','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:10:\"31.3.251.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/242008693/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"August Meet Up\";s:3:\"url\";s:50:\"https://www.meetup.com/wp_hooked/events/239153981/\";s:6:\"meetup\";s:9:\"WP Hooked\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wp_hooked/\";s:4:\"date\";s:19:\"2017-08-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"London, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.511021999999997;s:9:\"longitude\";d:-0.104256;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:55:\"https://www.meetup.com/WP-Havering/events/qsbwmnywlbtb/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/239997948/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in The Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/242015057/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}}}','no'),(117121,'_transient_timeout_wflginfl_00000000000000000000ffff67825b2a','1630067631','no'),(117122,'_transient_wflginfl_00000000000000000000ffff67825b2a','2','no'),(117124,'_transient_timeout_wflginfl_00000000000000000000ffffc4704e93','1630067683','no'),(117125,'_transient_wflginfl_00000000000000000000ffffc4704e93','2','no'),(120632,'_transient_timeout_external_ip_address_2001:df3:2e81:4b40:96b8:dbc1:4b8:7a78','1633402019','no'),(117126,'_transient_timeout_wflginfl_00000000000000000000ffff6d5d6c71','1630067712','no'),(117127,'_transient_wflginfl_00000000000000000000ffff6d5d6c71','2','no'),(117129,'_transient_timeout_wflginfl_00000000000000000000ffff5cba269b','1630067735','no'),(117130,'_transient_wflginfl_00000000000000000000ffff5cba269b','2','no'),(117155,'_transient_wflginfl_00000000000000000000ffff7aa1f10b','2','no'),(117154,'_transient_timeout_wflginfl_00000000000000000000ffff7aa1f10b','1630068029','no'),(117132,'_transient_timeout_wflginfl_00000000000000000000ffff05cbf8e3','1630067833','no'),(117133,'_transient_wflginfl_00000000000000000000ffff05cbf8e3','2','no'),(117134,'_transient_timeout_wflginfl_00000000000000000000ffff67503637','1630067850','no'),(117135,'_transient_wflginfl_00000000000000000000ffff67503637','2','no'),(117136,'_transient_timeout_wflginfl_00000000000000000000ffff6f7d6c0d','1630067859','no'),(117137,'_transient_wflginfl_00000000000000000000ffff6f7d6c0d','2','no'),(117139,'_transient_timeout_wflginfl_00000000000000000000ffff966bee0c','1630067865','no'),(117140,'_transient_wflginfl_00000000000000000000ffff966bee0c','2','no'),(117141,'_transient_timeout_wflginfl_00000000000000000000ffffd20e61a4','1630067872','no'),(117142,'_transient_wflginfl_00000000000000000000ffffd20e61a4','2','no'),(117143,'_transient_timeout_wflginfl_00000000000000000000ffff675a2e19','1630067878','no'),(117144,'_transient_wflginfl_00000000000000000000ffff675a2e19','2','no'),(117146,'_transient_timeout_wflginfl_00000000000000000000ffff9820440d','1630067900','no'),(117147,'_transient_wflginfl_00000000000000000000ffff9820440d','2','no'),(117148,'_transient_timeout_wflginfl_00000000000000000000ffff5bbf04c4','1630067928','no'),(117149,'_transient_wflginfl_00000000000000000000ffff5bbf04c4','2','no'),(117151,'_transient_timeout_wflginfl_00000000000000000000ffff7ab07820','1630067947','no'),(117152,'_transient_wflginfl_00000000000000000000ffff7ab07820','2','no'),(117158,'_transient_wflginfl_00000000000000000000ffffb45c99a8','2','no'),(120958,'_transient_timeout_wc_related_683','1633177923','no'),(120959,'_transient_wc_related_683','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(120793,'_transient_timeout_wc_term_counts','1635683552','no'),(120794,'_transient_wc_term_counts','a:25:{i:12;s:1:\"7\";i:45;s:1:\"2\";i:85;s:1:\"7\";i:70;s:2:\"24\";i:78;s:2:\"29\";i:79;s:2:\"31\";i:81;s:2:\"30\";i:80;s:2:\"29\";i:88;s:1:\"6\";i:86;s:1:\"4\";i:11;s:0:\"\";i:14;s:1:\"0\";i:87;s:1:\"5\";i:10;s:0:\"\";i:13;s:0:\"\";i:15;s:0:\"\";i:69;s:0:\"\";i:67;s:0:\"\";i:8;s:1:\"0\";i:89;s:1:\"2\";i:68;s:0:\"\";i:82;s:1:\"6\";i:90;s:1:\"2\";i:92;s:1:\"2\";i:91;s:1:\"2\";}','no'),(8443,'_site_transient_timeout_community-events-e8ae2bd9b2a3cd6fb5b0ecad653893dd','1501349608','no'),(8444,'_site_transient_community-events-e8ae2bd9b2a3cd6fb5b0ecad653893dd','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"203.18.13.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:33:\"WordPress Workshop - Fix It Night\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/241127801/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-07-31 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.88046299999999888541424297727644443511962890625;s:9:\"longitude\";d:151.200333000000000538420863449573516845703125;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:62:\"Parramatta WordPress Meetup: WordPress Security Best Practices\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/241445887/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-08-07 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Parramatta, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.80823000000000178033587872050702571868896484375;s:9:\"longitude\";d:151.00407000000001289663487114012241363525390625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"North Sydney Meetup: Topic TBC\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/241942088/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-08-10 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"St Leonards, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.82046100000000166119207278825342655181884765625;s:9:\"longitude\";d:151.188431000000008452843758277595043182373046875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"Central Sydney Meetup: Topic TBC\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/jglkrmywlblc/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-08-28 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.88046299999999888541424297727644443511962890625;s:9:\"longitude\";d:151.200333000000000538420863449573516845703125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Parramatta WordPress Meetup: TO BE ANNOUNCED\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/xvrxhmywmbgb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-09-04 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Parramatta, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.80823000000000178033587872050702571868896484375;s:9:\"longitude\";d:151.00407000000001289663487114012241363525390625;}}}}','no'),(91176,'_transient_timeout_wflginfl_2002c05f1e3b000000000000c05f1e3b','1605488019','no'),(91177,'_transient_wflginfl_2002c05f1e3b000000000000c05f1e3b','1','no'),(117423,'_transient_wflginfl_00000000000000000000ffff53e985af','2','no'),(117425,'_transient_wflginfl_00000000000000000000ffff6da5e949','2','no'),(117525,'_transient_timeout_wflginfl_00000000000000000000ffff679c8eda','1630073646','no'),(117526,'_transient_wflginfl_00000000000000000000ffff679c8eda','2','no'),(117429,'_transient_timeout_wflginfl_00000000000000000000ffffbc4d1833','1630071770','no'),(117430,'_transient_wflginfl_00000000000000000000ffffbc4d1833','2','no'),(117433,'_transient_timeout_wflginfl_00000000000000000000ffff506265ca','1630071770','no'),(117434,'_transient_wflginfl_00000000000000000000ffff506265ca','2','no'),(117435,'_transient_timeout_wflginfl_00000000000000000000ffff783f041e','1630071799','no'),(117436,'_transient_wflginfl_00000000000000000000ffff783f041e','2','no'),(117441,'_transient_timeout_wflginfl_00000000000000000000ffff7aaf4354','1630072310','no'),(117442,'_transient_wflginfl_00000000000000000000ffff7aaf4354','2','no'),(117443,'_transient_timeout_wflginfl_00000000000000000000ffff781d57ac','1630072332','no'),(117521,'_transient_timeout_wflginfl_00000000000000000000ffff294bbfc0','1630073628','no'),(117522,'_transient_wflginfl_00000000000000000000ffff294bbfc0','2','no'),(117444,'_transient_wflginfl_00000000000000000000ffff781d57ac','2','no'),(117469,'_transient_wflginfl_00000000000000000000ffff4dde1fd0','2','no'),(117446,'_transient_timeout_wflginfl_00000000000000000000ffffb94635ac','1630072389','no'),(117520,'_transient_wflginfl_00000000000000000000ffff1b3b18f3','2','no'),(117447,'_transient_wflginfl_00000000000000000000ffffb94635ac','2','no'),(117449,'_transient_timeout_wflginfl_00000000000000000000ffffc4aacdcc','1630072408','no'),(117450,'_transient_wflginfl_00000000000000000000ffffc4aacdcc','2','no'),(117452,'_transient_timeout_wflginfl_00000000000000000000ffff77525006','1630072455','no'),(117453,'_transient_wflginfl_00000000000000000000ffff77525006','1','no'),(117454,'_transient_timeout_wflginfl_00000000000000000000ffff2bf2e666','1630072482','no'),(117455,'_transient_wflginfl_00000000000000000000ffff2bf2e666','2','no'),(117519,'_transient_timeout_wflginfl_00000000000000000000ffff1b3b18f3','1630073616','no'),(117456,'_transient_timeout_wflginfl_00000000000000000000ffff272a8c01','1630072509','no'),(117457,'_transient_wflginfl_00000000000000000000ffff272a8c01','2','no'),(117459,'_transient_timeout_wflginfl_00000000000000000000ffffd468eca0','1630072518','no'),(117460,'_transient_wflginfl_00000000000000000000ffffd468eca0','2','no'),(117465,'_transient_timeout_wflginfl_00000000000000000000ffff67c7ae0a','1630072676','no'),(117468,'_transient_timeout_wflginfl_00000000000000000000ffff4dde1fd0','1630072727','no'),(117515,'_transient_wflginfl_00000000000000000000ffff272e489e','2','no'),(117462,'_transient_timeout_wflginfl_00000000000000000000ffff31902d93','1630072577','no'),(117463,'_transient_wflginfl_00000000000000000000ffff31902d93','2','no'),(117466,'_transient_wflginfl_00000000000000000000ffff67c7ae0a','2','no'),(117471,'_transient_timeout_wflginfl_00000000000000000000ffff6a431a67','1630072813','no'),(117472,'_transient_wflginfl_00000000000000000000ffff6a431a67','2','no'),(117473,'_transient_timeout_wflginfl_00000000000000000000ffff67e09c53','1630072816','no'),(117474,'_transient_wflginfl_00000000000000000000ffff67e09c53','2','no'),(117518,'_transient_wflginfl_00000000000000000000ffff5057513a','2','no'),(117476,'_transient_timeout_wflginfl_00000000000000000000ffff2723d5e4','1630072866','no'),(117477,'_transient_wflginfl_00000000000000000000ffff2723d5e4','2','no'),(117517,'_transient_timeout_wflginfl_00000000000000000000ffff5057513a','1630073605','no'),(117479,'_transient_timeout_wflginfl_00000000000000000000ffff6e36de63','1630072922','no'),(117480,'_transient_wflginfl_00000000000000000000ffff6e36de63','2','no'),(117481,'_transient_timeout_wflginfl_00000000000000000000ffff6923d1ec','1630072943','no'),(117482,'_transient_wflginfl_00000000000000000000ffff6923d1ec','2','no'),(117484,'_transient_timeout_wflginfl_00000000000000000000ffffd42f89bb','1630072962','no'),(117485,'_transient_wflginfl_00000000000000000000ffffd42f89bb','2','no'),(117486,'_transient_timeout_wflginfl_00000000000000000000ffff319096a6','1630072970','no'),(117487,'_transient_wflginfl_00000000000000000000ffff319096a6','2','no'),(117488,'_transient_timeout_wflginfl_00000000000000000000ffff31cd5657','1630072987','no'),(117489,'_transient_wflginfl_00000000000000000000ffff31cd5657','2','no'),(117491,'_transient_timeout_wflginfl_00000000000000000000ffff2ff166c6','1630073046','no'),(117492,'_transient_wflginfl_00000000000000000000ffff2ff166c6','2','no'),(117503,'_transient_timeout_wflginfl_00000000000000000000ffffca8e63de','1630073343','no'),(117494,'_transient_timeout_wflginfl_00000000000000000000ffffc44a7877','1630073109','no'),(117495,'_transient_wflginfl_00000000000000000000ffffc44a7877','2','no'),(117514,'_transient_timeout_wflginfl_00000000000000000000ffff272e489e','1630073509','no'),(117497,'_transient_timeout_wflginfl_00000000000000000000ffff6f77bb20','1630073192','no'),(117498,'_transient_wflginfl_00000000000000000000ffff6f77bb20','2','no'),(117553,'_transient_timeout_wflginfl_00000000000000000000ffff98206f56','1630074018','no'),(117528,'_transient_timeout_wflginfl_00000000000000000000ffffd403c6aa','1630073701','no'),(117501,'_transient_timeout_wflginfl_00000000000000000000ffff672780cd','1630073329','no'),(117502,'_transient_wflginfl_00000000000000000000ffff672780cd','2','no'),(117504,'_transient_wflginfl_00000000000000000000ffffca8e63de','2','no'),(117506,'_transient_timeout_wflginfl_00000000000000000000ffffab32b423','1630073371','no'),(117507,'_transient_wflginfl_00000000000000000000ffffab32b423','2','no'),(117509,'_transient_timeout_wflginfl_00000000000000000000ffff8c00e37e','1630073471','no'),(117510,'_transient_wflginfl_00000000000000000000ffff8c00e37e','2','no'),(117511,'_transient_timeout_wflginfl_00000000000000000000ffff6793d032','1630073472','no'),(117512,'_transient_wflginfl_00000000000000000000ffff6793d032','2','no'),(18602,'_site_transient_timeout_community-events-dc3a7d588194b005a5da3abaf2df7fea','1508619685','no'),(18603,'_site_transient_community-events-dc3a7d588194b005a5da3abaf2df7fea','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"119.94.69.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Manila\";s:3:\"url\";s:32:\"https://2017.manila.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-11-11 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Manila\";s:7:\"country\";s:2:\"PH\";s:8:\"latitude\";d:14.559632499999999;s:9:\"longitude\";d:121.03136600000001;}}}}','no'),(117352,'_transient_timeout_wflginfl_00000000000000000000ffffb6b46fa5','1630070785','no'),(117353,'_transient_wflginfl_00000000000000000000ffffb6b46fa5','2','no'),(117355,'_transient_timeout_wflginfl_00000000000000000000ffff1b22445a','1630070829','no'),(117356,'_transient_wflginfl_00000000000000000000ffff1b22445a','2','no'),(117357,'_transient_timeout_wflginfl_00000000000000000000ffff5a5f8505','1630070829','no'),(117358,'_transient_wflginfl_00000000000000000000ffff5a5f8505','2','no'),(117362,'_transient_timeout_wflginfl_00000000000000000000ffffb6b530ff','1630070865','no'),(117368,'_transient_timeout_wflginfl_00000000000000000000ffffba867528','1630070930','no'),(117360,'_transient_timeout_wflginfl_00000000000000000000ffff781d5615','1630070863','no'),(117361,'_transient_wflginfl_00000000000000000000ffff781d5615','2','no'),(117363,'_transient_wflginfl_00000000000000000000ffffb6b530ff','2','no'),(117365,'_transient_timeout_wflginfl_00000000000000000000ffff7aa13410','1630070928','no'),(117406,'_transient_wflginfl_00000000000000000000ffff4d210990','2','no'),(117407,'_transient_timeout_wflginfl_00000000000000000000ffff70c67b5f','1630071395','no'),(117366,'_transient_wflginfl_00000000000000000000ffff7aa13410','2','no'),(117369,'_transient_wflginfl_00000000000000000000ffffba867528','2','no'),(117370,'_transient_timeout_wflginfl_00000000000000000000ffff59d41f2c','1630070950','no'),(117411,'_transient_timeout_wflginfl_00000000000000000000ffff75dd3f17','1630071404','no'); INSERT INTO `wp_options` VALUES (94785,'_transient_feed_ac0b00fe65abe10e0c5b588f3ed8c7ca','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"News – – WordPress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2020 03:35:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=5.7-alpha-49904\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"Introducing Learn WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"Updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"learnwordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"learnwp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:133:\"Learn WordPress is a learning resource providing workshops, quizzes, courses, and lesson plans to help you to do more with WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10336:\"\n

Learn WordPress is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community. 

\n\n\n\n\n\n\n\n

This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.

\n\n\n\n
\"\"
\n\n\n\n

What can you learn about WordPress?

\n\n\n\n

On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.

\n\n\n\n

Workshops are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.

\n\n\n\n

Discussion groups provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content – they take place online, either in video calls or Slack and accommodate all time zones.

\n\n\n\n

Lesson plans are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments. 

\n\n\n\n

Courses are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.

\n\n\n\n

In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.

\n\n\n\n
\n\n
\n\n\n\n

Why you should use Learn WordPress – videos from our community.

\n\n\n\n

How can you get involved?

\n\n\n\n\n\n\n\n

Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. Find out more about how you can get involved with this initiative.

\n\n\n\n

Take part in our fun promotion campaigns on social and with your local community.

\n\n\n\n

Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality. 

\n\n\n\n

Particular thanks to:

\n\n\n\n

Training: @courane01, @azhiyadev, @geheren, @webtechpooja, @jessecowens, @onealtr, @rastaban, @evarlese, @manzwebdesigns
Meta: @coreymckrill, @dufresnesteven, @jonoaldersonwp
Community: @hlashbrooke, @camikaos, @harishanker, @angelasjin, @nao, @courtneypk, @andreamiddleton, @rmarks, @sippis
Marketing: @webcommsat@oglekler, @lmurillom, @yvettesonneveld, @meher, @nalininonstopnewsuk, @megphillips91, @marks99, @marybaum, @antialiasfactory, @herculespekkas, @chaion07
Design: @melchoyce 

\n\n\n\n

For a fuller list of the contributors who have been involved in training and Learn WordPress, visit the initial beta launch post. Thanks to everyone who has been involved to date and will be in the future. 

\n\n\n\n

#LearnWordPress #LearnWP

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"WordPress 5.6 “Simone”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2020/12/simone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 19:46:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:206:\"Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone. Fire up a playlist with her best work and read on to discover what WordPress 5.6 has in store for you. \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:63924:\"\n

Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you.

\n\n\n\n
\"WordPress
\n\n\n\n
\n

Welcome to WordPress 5.6

\n

Sharing your stories has never been easier.

\n
\n\n\n\n

WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.

\n\n\n\n
\"colored
\n\n\n\n

Greater layout flexibility

\n\n\n\n

Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!

\n\n\n\n

More block patterns

\n\n\n\n

In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.

\n\n\n\n

Better video captioning

\n\n\n\n

To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.

\n\n\n\n
\"black
\n\n\n\n

Twenty Twenty-One is here!

\n\n\n\n
\"Examples
\n\n\n\n

Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. 

\n\n\n\n

What’s more, this default theme puts accessibility at the heart of your website. It conforms to the WordPress accessibility-ready guidelines and addresses several more specialized standards from the Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!

\n\n\n\n

A rainbow of soft pastels

\n\n\n\n
\"A
\n\n\n\n

Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!

\n\n\n\n

Need more flexibility than that? You can also choose your own color palette from the color picker.

\n\n\n\n
\"colored
\n\n\n\n

Improvements for everyone

\n\n\n\n

Expanding auto-updates

\n\n\n\n

For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.

\n\n\n\n

Accessibility Statement 

\n\n\n\n

Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new feature plugin includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.  

\n\n\n\n

Built-in Patterns

\n\n\n\n

If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. 

\n\n\n\n
\"colored
\n\n\n\n

For developers

\n\n\n\n

REST API authentication with Application Passwords

\n\n\n\n

Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. 

\n\n\n\n

More PHP 8 support

\n\n\n\n

5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, read the PHP 8 developer note.

\n\n\n\n

jQuery

\n\n\n\n

Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, run the update test plugin to check your sites for errors ahead of time.    

\n\n\n\n

If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the jQuery Migrate plugin.

\n\n\n\n

Check out the Field Guide

\n\n\n\n

Read about the latest version of WordPress in this guide. It highlights developer notes for each change in the release. 

\n\n\n\n
\n

“It’s a new day, it’s a new life for me….and I’m feeling good.”

\n

~Nina Simone

\n
\n\n\n\n

The Squad

\n\n\n\n

The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  

\n\n\n\n\n\n\n\n

As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.

\n\n\n\nÖzgür KARALAR, 1naveengiri, A5hleyRich, Aaron D. Campbell, Aaron Jorbin, aaronrobertshaw, abderrahman, Abha Thakor, Abhijit Rakas, Abhishek Pokhriyal, acosmin, Adam Silverstein, Adam Zielinski, Addie, Adrián de Grafreak, Adrianti Rusli, Afshana Diya, Ahmed Chaion, Ahmed Elgameel, ajensen, Ajit Bohra, Akira Tachibana, aktasfatih, Albert Juhé Lluveras, albertomake, Alex Concha, Alex Kirk, Alex Kozack, Alex Lende, Alex Mills, Alex Standiford, alexstine, allancole, Allie Nimmons, ambienthack, Amit Dudhat, Amol Vhankalas, Amy Kamala, Anand Upadhyay, Anchen le Roux, Anders Norén, André Maneiro, Andrea Fercia, Andrea Middleton, Andrei Baicus, Andrei Draganescu, Andrew Duthie, Andrew Nacin, Andrew Ozz, Andrey \"Rarst\" Savchenko, Andy Fragen, Andy Peatling, Andy Skelton, Andy Stitt, Angel Hess, Angela Jin, Ankit Gade, Ankit Panchal, Anne McCarthy, Anthony Burchell, Anthony Hortin, Anton Lukin, Antonis Lilis, anuj2, Anyssa Ferreira, apedog, Apermo, archduck, archon810, Ari Stathopoulos, arippberger, arjendejong, ArnaudBan, Arpit G Shah, Arslan Ahmed, Arslan Ahmed Kalwar, Asvin Balloo, Atharva Dhekne, Austin Passy, austin880625, avixansa, ayesh, Ayesh Karunaratne, BackuPs, Barry, Bart Czyz, bduclos, Beatriz Fialho, Ben Meredith, Bernhard Kau, Bernhard Reiter, Bet Hannon, Beth Soderberg, bgermann, Bhagvan Mangukiya, bhautikvirani, Billy S, Birgir Erlendsson (birgire), Birgit Pauli-Haack, bobbingwide, BoldGrid, Boone Gorges, Boy Witthaya, Brady Vercher, Brandon Kraft, Brandon Payton, Breann McDede, Brent Miller, Brent Swisher, Brian Henry, Brian Hogg, bridgetwillard, brijeshb42, Burhan Nasir, Caleb Burks, Calin Don, Cameron Voell, campusboy, Carike, Carolina Nymark, Caroline, ceyhun0, Chad Reitsma, Chandrika Guntur, Charalampos Papazoglou, Chetan Prajapati, chexwarrior, Chintan hingrajiya, Chip Snyder, Chloé Bringmann, Chouby, Chris Alexander, Chris Van Patten, chriscct7, Christian Martin, Christoph Herr, Christopher Churchill, chunkysteveo, Claudiu Lodromanean, Clayton Collie, Collins Agbonghama, Commeuneimage, Copons, Corey Salzano, cranewest, Csaba (LittleBigThings), ctmartin, Dávid Szabó, Daisy Olsen, Dan Farrow, Daniel Bachhuber, Daniel Richards, Daniele Scasciafratte, danieltj, dantahoua, Darin Kotter, Dave McHale, David Aguilera, David Anderson, David Baumwald, David Gwyer, David Herrera, David Shanske, David Smith, David Wolfpaw, david.binda, Davis Shaver, dd32, Dean, Debabrata Karfa, Dee Teal, Deepak Lalwani, dekervit, demetris (Demetris Kikizas), Denis de Bernardy, Derek Herman, Designer023, dfenton, Dharmesh Patel, Dharmin Shah, Dhruvin, Dhul Wells, dietpawel, Dilip Bheda, dingo-d, DjZoNe, dogwithblog, Dominik Schilling, donmhico, donsony, Dossy Shiobara, dpacks, Dr. Ronny Harbich, dratwas, Drew Jaynes, dsifford, dushakov, dushanthi, dyrer, Earle Davies, Ebonie Butler, Edi Amin, Ella van Durpe, Ellen Bauer, Enej Bajgorić, Enrique Sánchez, epiqueras, Erik Betshammar, erikjandelange, Erin \'Folletto\' Casali, eringoblog, eroraghav, Estela Rueda, etoledom, EugeneBos, Evan Mullins, Fabian, Fabian Kägy, Fabian Todt, Felipe Elia, Felix Arntz, Ferenc Forgacs, Florian TIAR, flymike, Francesca Marano, Frank Klein, Frankie Jarrett, fullofcaffeine, Gan Eng Chin, Garrett Hyder, Gary Cao, Gary Jones, Gary Pendergast, gchtr, Gennady Kovshenin, George, George Stephanis, geriux, Glauber Mota, glendaviesnz, goldenapples, Greg Ziółkowski, guidooffermans, gumacahin, H-var, hakre, happiryu, Hareesh, Haris Zulfiqar, harrym, harshbarach, Hauwa Abashiya, Haz, Helen Hou-Sandí, Henry Wright, Herre Groen, HoaSi, Hong Nga Nguyen, Howdy_McGee, Hugh Lashbrooke, Ian Dunn, Igor Radovanov, Imran Sayed, ingereck, Ipstenu (Mika Epstein), iqbalbary, Irene Strikkers, Isabel Brison, jagirbaheshwp, Jake Spurlock, Jake Whiteley, James Collins, James Koster, James Nylen, James Rosado, jameslnewell, Jan Thiel, Janvo Aldred, Jared Cobb, Jason Caldwell, Jason LeMahieu (MadtownLems), javorszky, Jaydip Rami, Jean-Baptiste Audras, Jeff Matson, Jeff Ong, Jeff Paul, jeffikus, jellypixel, Jeremy Felt, Jeremy Scott, Jeremy Yip, Jeroen Rotty, jeryj, Jeslen Bucci, Jessica Lyschik, jfoulquier, jimyaghi, Jip Moors, Joe Dolson, Joe McGill, joelclimbsthings, joelyoder, Joen Asmussen, Johanna de Vos, John Blackbourn, John Godley, John James Jacoby, Jon Brown, Jonathan Bossenger, Jonathan Desrosiers, Jonathan Stegall, Jonny Harris, Jono Alderson, Joost de Valk, jordesign, Jorge Bernal, Jorge Costa, joseaneto, Josepha Haden, Josh Levinson, Josh Pollock, joshuatf, JOTAKI, Taisuke, Joy, jsnajdr, Juliette Reinders Folmer, Junaid Bhura, Justin Ahinon, justlevine, K. Adam White, Kai Hao, Kailey (trepmal), Kalpesh Akabari, Karthik Bhat, Kaspars, Kelly Dwan, Kelly Hoffman, Kelly R, kellybleck, kellylawrence, Kevin Hagerty, Kharis Sulistiyono, Kipperlenny, Kiril Zhelyazkov, Kirsty Burgoine, Kishan Jasani, Kite, KittMedia, kjbenk, Kjell Reigstad, Knut Sparhell, komagain, Konstantin Obenland, Krupa, Kyle B. Johnson, landau, Larissa Murillo, latifi, Laura Byrne, Laura Nelson, Laxman Prajapati, leogermani, Lester Chan, Leutrim Husaj, lim3ra, Lionel Pointet, llizard, Louis, Luca Grandicelli, Luigi Cavalieri, Luke Cavanagh, Lumne, mager19, Maggie Cabrera, Mahesh Waghmare, mailnew2ster, Mainul Hassan Main, malinajirka, manzwebdesigns, Marcus Kazmierczak, Marek Hrabe, Marie Comet, Marijn, Marin Atanasov, Marius Jensen, Mark Jaquith, Mark Parnell, Mark Robson, Mark Smallman, Mark Uraine, Marko Heijnen, markshep, Marty Helmick, Mary Baum, Mateus Machado Luna, Mathieu Viet, Matias Ventura, Matt Cromwell, Matt Gibson, Matt Keys, Matt Mullenweg, Matt Wiebe, mattchowning, Matthias Pfefferle, mattoperry, Mayank Majeji, Meagan Hanes, Meg Phillips, Meher Bala, Mel Choyce-Dwan, mgol, mgrenierfarmmedia, Michael Arestad, Michael Beckwith, Michele Butcher-Jones, Michelle Frechette, Miguel Fonseca, mihdan, Mike Schroder, mikelopez, Mikey Arce, Milan Dinić, Milana Cap, Mitchell Bennis, mmarco9, Mohammad Jangda, Monika Rao, mopsyd, Morgan Estes, Morgan Kay, Morteza Geransayeh, mqudsi, mreishus, mrgrt, mrjoeldean, Mukesh Panchal, munyagu, musicaljoeker, mweichert, n5hzr, Nabil Moqbel, Nalini Thakor, Naoki Ohashi, Naoko Takano, Nate Gay, Nathan Johnson, Navanath Bhosale, Naveen Kharwar, Neil James (lcyh78), nendeb, net, Netravnen, nicomollet, Nidhi Jain, Niels Lange, Nik Tsekouras, Nikola, Nikolay Bachiyski, njbrown, nlpro, Noah Allen, noahshrader, nourma, oakesjosh, oguzkocer, Olga Gleckler, Omar Alshaker, Omar Reiss, oolleegg55, Optimizing Matters, Ov3rfly, ovann86, ovenall, oxyc, Paal Joachim Romdahl, pabloselin, Paddy, Pankaj Mohale, Pascal Birchler, Pascal Casier, Paul Bearne, Paul Biron, Paul Bunkham, Paul Schreiber, Paul Stonier, Paul Von Schrottky, Pedro Mendonça, pentatonicfunk, pepe, Peter Elmered, Peter Smits, Peter Wilson, Phil Johnston, Pierre Gordon, Pilar Mera, Pinar, Piotrek Boniu, pishmishy, pkvillanueva, prashanttholia, Pratik K. Yadav, Presskopp, presstoke, prionkor, psealock, Puneet Sahalot, Q, Rachel Baker, Rajan Vijayan, rajeshsingh520, Rami Yushuvaev, Ravi Vaghela, ravipatel, rebasaurus, redstar504, Regan Khadgi, Rene Hermenau, retlehs, retrofox, riaanlom, Riad Benguella, ribaricplusplus, Rich Tabor, Rnaby, Robert Anderson, Robert Chapin, Rodrigo Arias, rogerlos, roikles, Rolf Siebers, Ronak Ganatra, roo2, rtagliento, Ryan Fredlund, Ryan Kienstra, Ryan McCue, Ryan Welcher, Sören Wrede, Sabrina Zeidan, Saeed Fard, salvoaranzulla, Sam Fullalove, Sam Webster, Samuel Wood (Otto), Sanjeev Aryal, Saqib Ameen, Sarah Ricker, sarayourfriend, sawanoboly, scarolan, Scott Cariss, Scott Reilly, scribu, scruffian, seanpaulrasmussen, Sebastian Pisula, SeBsZ, Senning, Sergey Biryukov, Sergey Yakimov, SergioEstevao, shaunandrews, Shawntelle Coker, Shital Marakana, shramee, Simon Resok, sirreal, smerriman, snapfractalpop, sproutchris, Stéphane Treilhou, Stanko Metodiev, Stefano Garuti, Stephen Bernhardt, Steve Dufresne, Steven Stern (sterndata), stevenlinx, Stoyan Georgiev, sudoshreyansh, Syed Balkhi, szaqal21, Tammie Lister, TeBenachi, techboyg5, Tellyworth, thefarlilacfield, Thelma Mutete, thib3113, thijsvanloef, Thomas M, Thomas Patrick Levy, thomaslhotta, Tim Havinga, Tim Hengeveld, Timi Wahalahti, Timothy Jacobs, TimoTijhof, Tkama, tmdesigned, TobiasBg, tobifjellner (Tor-Bjorn Fjellner), Tonya Mork, Toro_Unit (Hiroshi Urabe), torres126, Torsten Landsiedel, Towhidul I Chowdhury, tracy apps, treibstoff, Trisha Cornelius, Tung Du, tzafrir, Udit Desai, Ulrich, uxkai, Valentin Bora, Varun Sharma, vcanales, vidhiaddweb, Vinayak Anivase, Vinita Tandulkar, Vinny, virgodesign, WebMan Design | Oliver Juhas, Webmigrates Technologies, Weston Ruter, William Earnhardt, williampatton, Winstina Hughes, wittich, worldweb, Y_Kolev, Yan Sern, Yoav Farhi, yscik, Yui, Yvette Sonneveld, and Zebulan Stanphill.\n\n\n\n

\n\n\n\n

In addition, many thanks to all of the community volunteers who contribute in the support forums. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!

\n\n\n\n

Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out Make WordPress or the core development blog.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 22:55:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"State of the Word will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020 at 1600 UTC.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1225:\"\n

State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year’s keynote in the video below!

\n\n\n\n
\n\n
\n\n\n\n

New to State of the Word?

\n\n\n\n

If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.

\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"The Month in WordPress: November 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/12/the-month-in-wordpress-november-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Dec 2020 09:13:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:304:\"November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world! WordPress 5.6 updates The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10892:\"\n

November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!

\n\n\n\n
\n\n\n\n

WordPress 5.6 updates

\n\n\n\n

The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You can test the Beta versions and the release candidates by downloading them from WordPress.org or by using the WordPress Beta Tester plugin. Check out the WordPress 5.6 field guide to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 will be out by Dec. 9, 2020.

\n\n\n\n

But our work is never done: You can submit feature suggestions for WordPress 5.7 by Dec. 15. 

\n\n\n\n

Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the #core channel on the Make WordPress Slack, and catch up with recaps on the Core team blog. If you would like to help with WordPress 5.6 outreach, contact the WordPress Marketing team on the #marketing channel.

\n\n\n\n

Gutenberg 9.3 and 9.4 are out

\n\n\n\n

Contributor teams released Gutenberg Version 9.3 on Nov. 4 and Version 9.4 on Nov. 18. Both versions include  several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the What’s next in Gutenberg blog post.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

Learn WordPress updates

\n\n\n\n

WordPress contributor teams are all set to launch Learn WordPress in December. Community members can now watch video workshops to learn about various WordPress topics, participate in discussion groups, and use lesson plans for organizing their own workshops. Contributor teams have launched quizzes and are also working on setting standards for workshops.

\n\n\n\n

Want to contribute to Learn WordPress? You can now submit a workshop application (submissions in languages other than English are welcome!), apply to become a discussion group leader, organize discussions for your local WordPress meetup group, or help fix issues with existing lesson plans.

\n\n\n\n

WordPress 5.6 Translations and Polyglots survey

\n\n\n\n

WordPress 5.6 is ready to be translated and is now at hard string freeze. If you would like to contribute, check out these instructions and ensure that your locale is ready for an automated release. The Polyglots team has also kicked off its translator research survey. Please participate in the survey, share the survey link with members of your locale, and help amplify the Facebook, Twitter, and LinkedIn posts about it.

\n\n\n\n

Want to help WordPress speak your language? Follow the Polyglots team blog and join the #polyglots channel in the Making WordPress Slack group

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9283\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"The second release candidate for WordPress 5.6 is here! WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time! You can test WordPress 5.6 release candidate 2 in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the release […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2249:\"\n

The second release candidate for WordPress 5.6 is here!

\n\n\n\n

WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time!

\n\n\n\n

You can test WordPress 5.6 release candidate 2 in two ways:

\n\n\n\n\n\n\n\n

Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.

\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.6 and update the Tested up to version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the support forums. That way, those can be figured out before the final release.

\n\n\n\n

For a more detailed breakdown of the changes included in WordPress 5.6, check out the WordPress 5.6 beta 1 post. The WordPress 5.6 Field Guide is also out! It’s your source for details on all the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help translate WordPress into more than 100 languages!

\n\n\n\n

Think you found a bug? Post it to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can file one on WordPress Trac. Don’t forget to check the list of known bugs!

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"WordPress 5.6 Release Candidate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2020/11/wordpress-5-6-release-candidate/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 17 Nov 2020 22:43:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9258\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 5.6 Release Candidate is now available!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3349:\"\n

The first release candidate for WordPress 5.6 is now available!

\n\n\n\n

This is an important milestone in the community’s progress toward the final release of WordPress 5.6.

\n\n\n\n

“Release Candidate” means that the new version is ready for release, but with millions of users and thousands of plugins and themes, it’s possible something was missed. WordPress 5.6 is slated for release on December 8, 2020, but we need your help to get there—if you haven’t tried 5.6 yet, now is the time!

\n\n\n\n

You can test the WordPress 5.6 release candidate in two ways:

\n\n\n\n\n\n\n\n

Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.

\n\n\n\n

What’s in WordPress 5.6?

\n\n\n\n

The final release of 2020 continues the annual tradition of a new default theme that is custom built to showcase the new features and functionality of the software. Continued progress on the block editor is especially clear in this release, which brings more blocks to more places, and fewer clicks to implement your layouts.

\n\n\n\n

WordPress 5.6 also has lots of refinements to polish the developer experience. To learn more, subscribe to the Make WordPress Core blog and pay special attention to the developer notes tag for updates on those and other changes that could affect your products.

\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.6 and update the Tested up to version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the support forums, so those can be figured out before the final release.

\n\n\n\n

The WordPress 5.6 Field Guide, due very shortly, will give you a more detailed dive into the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help us translate WordPress into more than 100 languages! This release also marks the hard string freeze point of the 5.6 release schedule.

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you! If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9258\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.6 Beta 4\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-4/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 12 Nov 2020 23:49:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9249\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:363:\"WordPress 5.6 Beta 4 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5658:\"\n

WordPress 5.6 Beta 4 is now available for testing!

\n\n\n\n

This software is still in development, so we recommend that you run this version on a test site.

\n\n\n\n

You can test the WordPress 5.6 beta in two ways:

\n\n\n\n\n\n\n\n

The current target for the final release is December 8, 2020. This is just over three weeks away, so your help is needed to ensure this release is tested properly.

\n\n\n\n

Thank you to all of the contributors that tested the beta 3 development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.

\n\n\n\n

Some Highlights

\n\n\n\n

Since beta 3, 42 bugs have been fixed. Here is a summary of a few changes included in beta 4:

\n\n\n\n\n\n\n\n

To see all of the features for each Gutenberg release in detail, check out the release posts: 8.68.78.88.99.09.19.2, and 9.3.

\n\n\n\n

Developer notes

\n\n\n\n

WordPress 5.6 has lots of refinements to the developer experience. To keep up, subscribe to the Make WordPress Core blog and pay special attention to the developers’ notes for updates on those and other changes that could affect your products.

\n\n\n\n

How to Help

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you!

\n\n\n\n

If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n

Props to @tonyamork, @audrasjb for technical notes and @angelasjin, @yvettesonneveld@cguntur, @cbringmann for final review.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9249\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.6 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://wordpress.org/news/2020/11/wordpress-5-6-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Nov 2020 21:23:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"5.6\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9234\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:379:\"WordPress 5.6 Beta 3 is now available for testing! This software is still in development, so we recommend that you run this version on a test site. You can test the WordPress 5.6 beta in two ways: Try the WordPress Beta Tester plugin (choose the “bleeding edge nightlies” option). Or download the beta here (zip). The current target for the […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Chloe Bringmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5206:\"\n

WordPress 5.6 Beta 3 is now available for testing!

\n\n\n\n

This software is still in development, so we recommend that you run this version on a test site.

\n\n\n\n

You can test the WordPress 5.6 beta in two ways:

\n\n\n\n\n\n\n\n

The current target for the final release is December 8, 2020. This is just five weeks away, so your help is needed to ensure this release is tested properly.

\n\n\n\n

Thank you to all of the contributors that tested the beta 2 development release and provided feedback. Testing for bugs is an important part of polishing each release and a great way to contribute to WordPress.

\n\n\n\n

Some Highlights

\n\n\n\n

Since beta 2, 20 bugs have been fixed. Here is a summary of a few changes included in beta 3:

\n\n\n\n
  • Added block patterns for Twenty Twenty (see #51098) and Twenty Nineteen (see #51099) themes.
  • Added theme support for navigation-widgets (see #51445).
  • Fixed incorrect slashes in the URL if the parent is empty for REST API (see #44745).
  • Added a test to Site Health to verify that the Authorization header is working as expected for Application Passwords (see #51638).
  • 10 additional bugs fixed in the block editor (see #26588).
\n\n\n\n

To see all of the features for each Gutenberg release in detail, check out the release posts: 8.68.78.88.99.09.1, 9.2, and 9.3.

\n\n\n\n

Developer notes

\n\n\n\n

WordPress 5.6 has lots of refinements to the developer experience as well. To keep up, subscribe to the Make WordPress Core blog and pay special attention to the developers’ notes for updates on those and other changes that could affect your products.

\n\n\n\n

How to Help

\n\n\n\n

If you think you’ve found a bug, you can post to the Alpha/Beta area in the support forums. We’d love to hear from you!

\n\n\n\n

If you’re comfortable writing a reproducible bug report, file one on WordPress Trac, where you can also find a list of known bugs.

\n\n\n\n

Props to @hellofromtonya for help and @chanthaboune  for final review.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9234\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"The Month in WordPress: October 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/11/the-month-in-wordpress-october-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 02 Nov 2020 18:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Month in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9225\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:329:\"October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news! The 2020 WordPress Annual Survey is out The team published the 2020 WordPress Annual survey —  to help those who build WordPress to understand more about our […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11855:\"\n

October 2020 was a notable month for WordPress lovers, thanks to the release of several products and updates. Read on to keep up with all the latest news!

\n\n\n\n
\n\n\n\n

The 2020 WordPress Annual Survey is out

\n\n\n\n

The team published the 2020 WordPress Annual survey —  to help those who build WordPress to understand more about our software usage and our contributors’ experience. The Annual Survey will be open for at least 6 weeks and is available in French, German, Japanese, Russian, and Spanish. The survey results (once complete) will be posted on WordPress.org/news. The 2019 survey results have also been released and can now be viewed as slides or downloaded in PDF format

\n\n\n\n

WordPress Translation celebrations spanned four weeks

\n\n\n\n

The last week of September and most of October were focused on recruiting and encouraging polyglot contributors to the WordPress translation project. What was originally envisioned as a single-day event lasted 24 days! The Polyglots and Marketing Teams are exploring how future mini-events can be supported to continue building the momentum. Recordings of the live talks and interviews with contributors are available on YouTube. Write-ups from the different events are on the WPTranslationDay website

\n\n\n\n

Want to help WordPress speak your own language? Follow the Polyglots team blog and join the #polyglots channel in the Making WordPress Slack group

\n\n\n\n

WordPress maintenance and beta releases

\n\n\n\n

The Core team released WordPress 5.5.3 on Oct. 31, following the release of Version 5.5.2 on Oct. 29. Both releases fix several bugs and security issues with WordPress. You can update to the latest version directly from your WordPress dashboard or download it now from WordPress.org.  The team also released WordPress 5.6 Beta 1 on Oct. 20, followed by Beta 2 on Oct. 27. When ready, the final release will include improvements to the editor, auto-updates for major releases, PHP 8 support, and the Twenty Twenty One theme. You can test the Beta versions by downloading them from WordPress.org or using the WordPress Beta Tester plugin.

\n\n\n\n

Want to be involved in the next release? Follow WordPress 5.6 updates on the development cycle and sign-up for the code review/commit office hours. You can help build WordPress Core by following the Core team blog and joining the #core channel in the Making WordPress Slack group. If you would like to help out with WordPress 5.6 outreach, contact the WordPress Marketing team on the #marketing channel.

\n\n\n\n

Gutenberg 9.2 is released

\n\n\n\n

Version 9.2 of the Gutenberg plugin came out on Oct. 21. This release offers support for video subtitles, the ability to transform selected blocks into the columns block, background patterns in cover blocks, along with several exciting features such as improvements to the widget screen, as well as bug fixes. You can find out more about the Gutenberg roadmap in the What’s next in Gutenberg blog post.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

Learn WordPress is gearing up for launch

\n\n\n\n

The Learn WordPress initiative, which offers WordPress video workshops followed by interactive discussions, is aiming to put out two courses by the end of the year as part of its full launch. The team is working on creating courses and is requesting feedback from community members on the planned list of courses.

Want to contribute to Learn WordPress? You can now submit a workshop application (submissions in non-English languages are welcome), apply to become a discussion group leader, organize discussions for your local WordPress meetup group, or update screenshots on existing lesson plans.

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9225\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.5.3 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2020/10/wordpress-5-5-3-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 Oct 2020 20:25:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"5.5\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9212\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"WordPress 5.5.3 is now available.  This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Jake Spurlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4118:\"\n

WordPress 5.5.3 is now available. 

\n\n\n\n

This maintenance release fixes an issue introduced in WordPress 5.5.2 which makes it impossible to install WordPress on a brand new website that does not have a database connection configured. This release does not affect sites where a database connection is already configured, for example, via one-click installers or an existing wp-config.php file.

\n\n\n\n

5.5.3-alpha Issue

\n\n\n\n

Earlier today — between approximately 15:30 and 16:00 UTC — the auto-update system for WordPress updated some sites from version 5.5.2 to version 5.5.3-alpha. This auto-update was due to an error in the Updates API caused by the 5.5.3 release preparations (see more here). The 5.5.3-alpha version at this point was functionally identical to 5.5.2 as no development work had been started on 5.5.3; however, the following changes may have been made to your site:

\n\n\n\n
  • The default “Twenty” themes installed as part of the pre-release package.
  • The “Akismet” plugin installed as part of the pre-release package.
\n\n\n\n

These themes and plugins were not activated and therefore remain non-functional unless you installed them previously. It is safe to delete these features should you prefer not to use them. 

\n\n\n\n

If you are not on 5.5.2, or have auto-updates for minor releases disabled, please manually update to the 5.5.3 version by downloading WordPress 5.5.3 or visiting Dashboard → Updates and click “Update Now.”

\n\n\n\n

For more technical details of the issue, we’ve posted on our Core Development blog.

\n\n\n\n

Thanks and props!

\n\n\n\n

Thanks to those who contributed to the 5.5.3 release: @audrasjb, @barry, @chanthaboune, @cbringmann, @clorith, @davidbaumwald, @desrosj, @hellofromtonya, @jeffpaul, @johnbillion, @garubi, @metalandcoffee, @mukesh27, @otto42, @punitsoftac, @sergeybiryukov, @whyisjake, and @xknown.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"9212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 01 Jan 2021 06:53:13 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:25:\"strict-transport-security\";s:11:\"max-age=360\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Wed, 23 Dec 2020 03:35:15 GMT\";s:4:\"link\";s:63:\"; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(94782,'_site_transient_timeout_community-events-c3cb8a25f0e30691aaff3800bd1b9419','1609527193','no'),(94783,'_site_transient_community-events-c3cb8a25f0e30691aaff3800bd1b9419','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"61.69.226.0\";}s:6:\"events\";a:0:{}}','no'),(94788,'_transient_timeout_feed_7f5e1782736d3f328734444c0ca8a918','1609527195','no'),(94789,'_transient_feed_7f5e1782736d3f328734444c0ca8a918','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:28:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"WPBeginner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://www.wpbeginner.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Beginner\'s Guide for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2020 11:53:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://wordpress.org/?v=4.9.16\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to Restrict Authors to Specific Category in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://www.wpbeginner.com/plugins/how-to-restrict-authors-specific-category-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://www.wpbeginner.com/plugins/how-to-restrict-authors-specific-category-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2020 11:30:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"limited author access\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"restrict author access\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:30:\"restrict authors to categories\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:35:\"wordpress post category restriction\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:25:\"wordpress user submission\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://www.wpbeginner.com/?p=19869\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:706:\"

Do you want to restrict an author’s ability to only post in specific categories of your WordPress site? If you’re running a multi-author blog, then it can be helpful to limit author’s ability to only post on a selected category or sections of your site.… Read More »

\n

The post How to Restrict Authors to Specific Category in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:5845:\"

Do you want to restrict an author’s ability to only post in specific categories of your WordPress site?

\n

If you’re running a multi-author blog, then it can be helpful to limit author’s ability to only post on a selected category or sections of your site.

\n

In this article, we’ll show you how to restrict authors to a specific category in WordPress.

\n

\"How

\n

Why Restrict Authors to a Specific Category?

\n

If you have multiple people writing for your WordPress blog, then there is a chance that they may not select the appropriate category.

\n

By restricting authors to specific categories, you can limit the categories they can select. You can even assign an author to post in just one category.

\n

This not only helps them focus on their writing strengths, but it can also prevent content from being posted in the wrong category.

\n

Overall, using categories properly can be very beneficial to your website’s SEO ranking as well.

\n

How to Restrict Authors to a Specific Category in WordPress

\n

The easiest way to do this is by using the Restricted Authors plugin. For more details, see our beginner’s guide on how to install a WordPress plugin.

\n

After you’ve activated the plugin, go to Users » All Users and then click on ‘Edit’ for the user profile you want to restrict.

\n

\"WordPress

\n

On their profile page, you’ll need to scroll to the bottom. You will see a section where you can select categories that you want to restrict the user’s ability to post to. In the first box, whatever category you select is what they’ll be able to use.

\n

In the field below, you can select a default category for that specific user.

\n

\"Restrict

\n

Once you’re done, click the ‘Update User’ button and you’re all done.

\n

Now, when the author goes in the WordPress content editor to create a post, they’ll see the following on their sidebar:

\n

\"Restrict

\n

As you can see, there are no other categories that they can select due to the plugin settings we’re using.

\n

If you want to restrict their WordPress user role to specific sections or custom post types, then you can use the Members plugin to further customize the permissions.

\n

We hope this helped you learn how you can restrict authors to a specific category in WordPress. You may also want to see our guide on how to create a WordPress membership site, and our expert pick of the best WordPress plugins for all websites.

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post How to Restrict Authors to Specific Category in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"https://www.wpbeginner.com/plugins/how-to-restrict-authors-specific-category-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"17\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Best of Best WordPress Tutorials of 2020 on WPBeginner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://www.wpbeginner.com/showcase/best-of-best-wordpress-tutorials-of-2020-on-wpbeginner/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://www.wpbeginner.com/showcase/best-of-best-wordpress-tutorials-of-2020-on-wpbeginner/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2020 11:04:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:8:\"Showcase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:12:\"best of 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:32:\"best of 2020 wordpress tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:32:\"best wordpress tutorials of 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://www.wpbeginner.com/?p=87008\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:705:\"

2020 is about to come to an end, and it has been an unprecedented year. Despite the COVID lockdowns and challenges, a record number of people started new businesses and took advantage of WPBeginner’s free resources and community support. We want to thank all of… Read More »

\n

The post Best of Best WordPress Tutorials of 2020 on WPBeginner appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:44307:\"

2020 is about to come to an end, and it has been an unprecedented year.

\n

Despite the COVID lockdowns and challenges, a record number of people started new businesses and took advantage of WPBeginner’s free resources and community support.

\n

We want to thank all of you for your continued support that keeps us motivated and energized.

\n

To keep up with our tradition, in this article we will share our staff-pick of the best of best WordPress tutorials on WPBeginner. We’ll also share an overview of 2020 from our CEO to gain some perspective and reflect upon the progress.

\n

\"Best

\n

WPBeginner Recap 2020 by Syed Balkhi

\n

2020 was a challenging year, and it taught me many lessons, but above all it reminded me to truly appreciate and be grateful for all that I’m blessed with: an amazing family, great friends, supportive team members, financial stability, and good health.

\n

This year felt like the longest year of my life.

\n

I turned 30 years old, bought multiple companies, hit a mental burnout, nearly lost $1.4 million dollars in a fraud case, but despite all that, I’m closing the year stronger than ever.

\n

None of it would be possible without the support of my beautiful wife, Amanda, and my family.

\n

\"Balkhi

\n

If you want to see more of my personal journey, then please check out my 2020 Year in Review blog post on my personal blog. It has everything that happened to me in 2020 both personally & professionally along with lessons that I learned, my favorite books, and my goals for 2021.

\n

Let’s take a look at some of the business highlights of WPBeginner and our family of products.

\n

WPBeginner

\n

WPBeginner turned 11 years old this year.

\n

Our YouTube channel passed 220,000 subscribers, and our WPBeginner Engage Facebook group grew to over 66,000 members.

\n

We added two new free tools on the WPBeginner website: WordPress theme detector and a free business name generator. We also added a free business tools page that has a list of all our free tools.

\n

I switched the WPBeginner website hosting to SiteGround Enterprise platform. This was the first time in 10 years that I made the change on WPBeginner hosting. I wrote about 6 reasons why we switched to SiteGround.

\n

We hired 2 new full-time and 2 part-time support team members to dedicate 100% of their time giving back to the WordPress community through free support on channels like Facebook, Twitter, etc.

\n

What many don’t realize is how much free WordPress support we offer through WPBeginner. If you need help, just send us a message through our contact form, facebook messenger, or in our Facebook group.

\n

This year, we also created a new full-time WordPress Core contributor role and welcomed Peter Wilson to our team. Peter is a well-known WordPress developer and a prolific WordPress core committer. He is now spending 100% of his time working on improving WordPress core and our free open source plugins.

\n

WordPress has had a huge impact on my life, and I’m really honored to be in a position where we’re able to increase our contributions to the community. We’ll be doing a lot more of that in 2021.

\n

Want to join our team? We’re hiring!

\n

I’m also working on a WPBeginner site design refresh which will be coming out in 2021, hopefully before our 12th birthday.

\n

One of the questions I often get from new readers is how does WPBeginner make money? Well, it’s through our suite of premium plugins and SaaS application. I did a brief overview of WPBeginner income, but here’s a quick recap of our various products.

\n

WPForms

\n

WPForms passed over 4 million active installs, and it’s now one of the top 10 most popular WordPress plugins of all time. Considering that we only launched it in 2016, it’s amazing to see how far we have come.

\n

This year we expanded our integration ecosystem by making it easy for our users to connect WPForms with Salesforce, ActiveCampaign, Sendinblue, Authorize.net (payments), Webhooks API (external platforms), WP Activity Log (security), WPML (multilingual sites), and page builders like Divi and Elementor.

\n

We introduced a brand new User Journeys feature which lets you see all the pages a user visits before they submit your contact or lead form. Combine this with our conversational forms, form landing pages, and form abandonment addon, and you have one of the most powerful form toolkits to grow your business!

\n

\"WPForms

\n

WPForms team did a very slick year in review post which is more like an interactive infographic that you can check out.

\n

Not using WPForms yet? You can try the free version and then upgrade to Pro when you’re ready.

\n

SeedProd

\n

SeedProd is now a fully revamped drag & drop landing page builder for WordPress (that’s both easy to use & FAST).

\n

\"SeedProd

\n

I built this product because I wanted to have the ability to build landing pages that are completely independent of my WordPress theme, without writing any code.

\n

With SeedProd, you can have custom headers, footers, content layouts, etc. Unlike other page builders, this won’t slow down your site. It’s basically like building a fast static website similar to Webflow, except in WordPress.

\n

Want to try SeedProd? You can start with the free version and then upgrade to Pro when you’re ready.

\n

OptinMonster

\n

OptinMonster is the best conversion optimization toolkit to help you get more subscribers & sales.

\n

This is the plugin I use to get more email subscribers. It’s one of our flagship brands that’s trusted across industries.

\n

Each month, we help optimize billions of sessions for our customers, so they can turn their website traffic into subscribers, leads, and sales.

\n

Since many of our readers asked me for a free version, I had our team create a secret free plan that I shared with our newsletter subscribers earlier.

\n

All you have to do is install the OptinMonster WordPress plugin, and then create an account from there. This will let you create a free account which is otherwise not available from our site.

\n

This year, we revamped our plugin to offer a more native user experience for WordPress users, and we also added tons of powerful features like TruLead verification to help you get more subscribers and sales.

\n

\"OptinMonster

\n

Other Plugins

\n

MonsterInsights added a really powerful popular posts feature that I’m super excited about. It will help you get more pageviews. It’s the #1 analytics plugin, and I highly recommend it for all sites.

\n

WP Mail SMTP passed 2 million active installs and is now in the top 20 most popular plugins of all time. This helps you fix WordPress not sending email issue, and we added several more powerful features there.

\n

RafflePress team added LinkedIn share actions and many other powerful features to help you grow your social following through giveaways.

\n

TrustPulse introduced Click AutoMatic detection which automatically detects user clicks and show it as live activity. It’s the best social proof notification plugin to increase your sales conversion.

\n

Acquisitions and Investments

\n

This year, we acquired three companies.

\n

AIOSEO which is a leading WordPress SEO plugin used by over 2 million websites. We’re working hard to add new features and I’m super excited for the new upcoming items in 2021 (see the full story).

\n

Smash Balloon is the #1 social feeds plugin used by over 1.4 million websites. We introduced a new social wall feature that lets you combine all your social media content on one page (see the full story).

\n

PushEngage is a leading push notification software with over 10,000+ customers in 150+ countries who use the platform to reliably send over 9 billion notifications each month. Push notifications are a top 5 traffic source on WPBeginner (see the full story).

\n

We also took an investment stake in UncannyOwl, the parent company of Uncanny Automator Plugin and the popular Uncanny Toolkit, eLearning extensions (see the full story).

\n

In 2018, I created the WPBeginner Growth fund to invest and advise other WordPress focused companies.

\n

All of our portfolio companies did really well this year.

\n

MemberPress team launched a brand new course feature to help you create online courses with an immersive learning experience.

\n

Formidable Forms team launched a powerful calculator feature, so you can easily build lead calculators.

\n

Rymera team improved their Advanced Coupons plugin to add powerful features like free shipping, buy one get one, and many more for WooCommerce store owners.

\n

Other products crushed it this year as well. The list includes: Pretty Links, Thirsty Affiliates, WooCommerce Wholesale Suite, Business Directory Plugin (new), AWP classified plugin (new), and Affiliate Royale (revamp coming in 2021).

\n

If you run a WordPress company and would like me to invest in your company, then you can learn more about the WPBeginner Growth Fund here.

\n

With that said, let’s take a look at 2020’s best WordPress tutorials on WPBeginner.

\n

January

\n

How to fix your connection is not private error – A lot of website owners come across this error on websites using the SSL / HTTPs protocol when your browser is unable to validate the SSL certificate issued by the website. In this guide, we showed how to easily troubleshoot and fix this error.

\n

How to set up WooCommerce conversion tracking – Many WooCommerce beginners struggle with converting website visitors into paying customers. In this step by step guide, we showed how to easily set up conversion tracking on a WooCommerce store. We also talked about using the conversion tracking data to grow a business and get more sales.

\n

11 Things you should do when inheriting a WordPress site – whether you’re a business owner who recently acquired a new website, or an office assistant who’s inheriting your company’s existing website from another team member, here are the most important next steps.

\n

How to send a custom welcome email to new WordPress users – Want to welcome your new users with an email? Here are two ways to send a custom welcome email. Method 2 allows you to schedule automated emails for the entire onboarding period.

\n

February

\n

How to uninstall and delete a WordPress theme – We have been asked by users about the proper way to uninstall a WordPress theme and delete it from their websites. In this guide, we showed how to easily uninstall a WordPress theme and safely delete all its files and data.

\n

Best blogging niche – 7 that will make money (easily) – Blogging is still going strong and many users ask us which blogging niche or topics would be the easiest to generate a regular passive income. In this article, we shared the best blogging niches that are very successful and easy to monetize.

\n

How to clear your cache in WordPress – Installing a caching plugin to your WordPress website is the best way to optimize speed and performance. However, it can become annoying if caching is making you unable to see the changes you have made to your website. In this article, we showed how to easily clear your WordPress cache and fix many common issues which may be caused due to caching issues.

\n

How to add Google Optimize in WordPress – Google Optimize is a free tool that lets you split test your pages and personalize them for your customers. In this tutorial, we showed two methods to easily add Google Optimize in WordPress. We also talked about how to use it to run split tests on your site.

\n

How to create a contract agreement form with digital signatures in WordPress – A user asked us how they can create a contract agreement form and allow users to digitally sign them directly on their website. In this tutorial, we showed how to create a contract agreement form with an option to digitally sign and submit them.

\n

March

\n

How to use cookie retargeting in WordPress to show custom on-site messages – Retargeting helps you personalize user experience across the internet but what about doing the same on your own website? In this tutorial, we showed you how to use cookie retargeting in WordPress to show personalized user experience, targetted messages, and custom offers.

\n

How to code a website (complete beginner’s guide) – This is a common question that we get asked by our users. In this beginner’s guide, we talked about how to code a website when you don’t have hours and months to spend learning different coding languages.

\n

How to make a logo for your website – Your business logo plays a crucial role in building a brand identity for your business. However, as a startup you may not have the budget to hire an agency for that. In this article, we showed users how to make a logo for their website using free tools and come up with something very professional looking.

\n

How to create an online order form in WordPress – Some business owners just need a simple order form that users can fill in to place an order. In this tutorial, we shared how to easily create an online order form in WordPress without installing a shopping cart or eCommerce plugin.

\n

April

\n

How to run a virtual classroom online with WordPress – Due to challenging times a lot of users turned to offer online learning using virtual classrooms. In this article, we taught how to easily run a virtual classroom online using WordPress and other tools.

\n

How to perform a WordPress security audit – Often users asked us how they can perform a complete WordPress security audit by themselves? In this tutorial, we shared our checklist for performing a WordPress security audit without hiring a security expert.

\n

How to create a buy one get one free offer in WordPress – Running a buy one get one free (BOGO) offer helps you bring more customers to your online store and make more sales. In this tutorial, we showed how to easily create a buy one get one free offer in WooCommerce with step by step instructions.

\n

How to set up email newsletter tracking in Google Analytics – Running an email newsletter is a great way to stay in touch with customers and bring them back to your site. However, how do you track users coming to your website from your email campaigns? In this guide, we explained how to easily set up email newsletter tracking in Google Analytics.

\n

How to easily add an affiliate program in WooCommerce – Adding an affiliate program to your business allows you to build partnerships with other marketers and customers. In this tutorial, we showed users how to easily add an affiliate program in WooCommerce to grow your business with affiliate partnerships.

\n

May

\n

Best WordPress newsletter plugins – Sending an email newsletter is the most effective way to stay in touch customers and bring them back to your website. In this guide, we shared our top pick of the best WordPress newsletter plugins that are beginner-friendly and powerful.

\n

How to open a WordPress popup form on click of link or image – Popups are an excellent marketing tool when used creatively. One such creative method is to show a popup when user clicks on a link or image, Since the user started the action, they are more likely to complete it. See our step by step instructions on how to add click to open popups in WordPress (no coding required).

\n

How to add image choices in WordPress forms – Forms can get quite boring with text fields and buttons. What if you wanted to add images as multiple choice fields in your forms? In this article, we showed how to easily add image choices in WordPress forms to boost user engagement.

\n

WordPress conversion tracking made simple – Once you start getting visitors to your website or online store, you want to track your conversions to make important business decisions. However, most beginners struggle to figure out how to do that properly. In this beginner’s guide, we made WordPress conversion tracking simple with a step by step instructions.

\n

June

\n

How to send SMS messages to your WordPress users – SMS marketing is proving to be another effective way to communicate with customers. In this tutorial, we showed how to easily send SMS messages to your WordPress users or WooCommerce customers.

\n

How to create smart coupons in WooCommerce – Coupons help you run effective marketing campaigns throughout the year. In this tutorial, we showed users how to easily create smart coupons in WooCommerce including BOGO offers, scheduled coupons, auto-apply coupons, and free gift coupons.

\n

How to put images side by side in WordPress – Many beginners find it a bit confusing to place images side by side in their WordPress posts and pages. In this beginner’s guide, we showed you different ways to place images side by side in WordPress.

\n

How to easily edit a WordPress homepage – Many users struggle with creating a perfect layout for the homepage of their WordPress website. In this tutorial, we showed how to set up a homepage for your website step by step and how to easily edit it to create very professional looking homepage layouts.

\n

How to create a custom Instagram photo feed in WordPress – An easy way to grow your Instagram following is by sending traffic from your WordPress website. In this article, we shared how to easily display your Instagram feed in WordPress using different styles and views.

\n

July

\n

How to create a secure contact form in WordPress – Many users ask us how they can make their WordPress contact forms more secure. In this detailed guide, we showed how to easily create secure contact forms in WordPress without compromising functionality.

\n

Best Instagram WordPress plugins (Compared) – Instagram is a massive social platform so naturally our users want to build Instagram following while also getting traffic from Instagram to their website. In this showcase, we hand-picked the best Instagram WordPress plugins that help you achieve both goals.

\n

How to create a paywall in WordPress (with preview options) – Adding a paywall for premium content on your WordPress website is a sustainable way to monetize and grow your business. In this tutorial, we shared how to easily create a paywall in WordPress while giving users option to preview before they pay.

\n

How to sell group memberships in WordPress for corporate teams – We were asked by a user how they can sell bundled memberships for corporate teams on their membership website. In this tutorial, we showed how to easily create and sell group membership plans to corporate clients on your WordPress membership site.

\n

How to run a social media contest to grow your site – Social media contests are an easy way to quickly get lots of traffic to your website. In this guide, we shared how to run a social media contest with some practical tips and examples.

\n

August

\n

How to add automatically drip content in WordPress – Running a WordPress membership community or an online course, you can give away all the content to the users at once after payment. However, it is not sustainable in the long run as users may not return to your site to renew a subscription or simply ask for a refund. In this tutorial, we shared how to automatically drip content in WordPress at a fixed schedule.

\n

How to create a WooCommerce popup to increase sales – Popups have a very high conversion rate on eCommerce sites. In this guide, we shared how to create a WooCommerce popup with 6 different methods to boost sales.

\n

How to write math equations in WordPress – Sharing math equations on the web can be a bit difficult and challenging for new users. In this tutorial, we showed different ways to easily write math equations in WordPress.

\n

How to embed Facebook group feed in WordPress – If you want to quickly get new members for your Facebook group or boost activity, then you need to promote it on your website. In this tutorial, we showed how to easily embed your Facebook group’s feed anywhere on your WordPress website.

\n

September

\n

How to password protect your WordPress forms – A user asked us how they can add password protection to your WordPress forms so that only authorized users can fill those forms. In this article, we shared how to easily password protect your WordPress forms.

\n

Best lead generation WordPress plugins – Collecting leads allows businesses to grow and make more sales and there are a ton of tools to help you do that. In this article, we shared the best lead generation WordPress plugins that are incredibly powerful and easy to use.

\n

How to make a print on demand shop in WordPress – A popular online business idea is to sell print on demand products online. In this guide, we shared how to easily start a print on demand shop in WordPress with step by step instructions.

\n

How to prevent newsletter signup spam in WordPress – Spambots may target your newsletter signup form by adding spam email addresses to your list. This costs you money and your email service may mark your emails as spam. In this tutorial, we shared several methods to block newsletter signup spam on your WordPress site.

\n

How to show personalized content to different users in WordPress – Personalization helps you improve user experience and boost engagement on your site. Both of them ultimately lead to more sales and conversions. In this guide, we shared how to show personalized content to users based on user activity, location, behavioral data, cookies, and more.

\n

October

\n

Best social proof plugins for WordPress and WooCommerce – Adding social proof to your website helps build customer trust and triggers FOMO effect. In this showcase, we picked up the best social proof plugins for WordPress and WooCommerce that you can use.

\n

How to find out who is hosting a certain website – We have been often asked by users how to find out who is hosting a specific website. In this guide, we shared how to find out who is hosting a certain website using two methods.

\n

How to get SMS text messages from your WordPress forms – A user asked us how to to get an SMS alert when someone submits a form on their website. In this tutorial, we showed how to easily get SMS text messages from your WordPress forms.

\n

How to fix the Facebook and Instagram oEmbed issue in WordPress – Due to Facebook and Instagram API changes, all embeds on WordPress websites were broke. In this article, we shared how to fix the Facebook and Instagram oEmbed issue in WordPress.

\n

How to add web push notification to your WordPress site – Push notifications allow you to send notifications to users regardless of their device or browser. This makes them an incredibly powerful marketing tool. In this article, we shared how to easily add web push notifications to your WordPress site.

\n

November

\n

How to translate your WooCommerce store – Users prefer to shop from stores that offer information in their own language and currency. If you ship internationally, then translating your WooCommerce store into other languages can improve user experience significantly. In this article, we shared 2 easiest ways to translate your WooCommerce store.

\n

How to accept recurring payments in WordPress – Recurring payments allow you to automatically charge users on a regular basis for the services, products, or digital subscriptions. In this tutorial, we shared four easier ways to accept recurring payments in WordPress.

\n

Best push notification software (Compared) – Push notifications is a popular marketing tool that allows you to send messages to your users regardless of device or browser. However, there are so many of them with different features and pricing. In this showcase, we compared the top push notification software with pros and cons to help you pick the best tool for your business.

\n

How to create mobile popups that convert (Without hurting SEO) – Mobile popups are a bit tricky because you have smaller screen and popups can hurt user experience and SEO. In this tutorial, we showed how to create mobile popups that only convert well but also don’t ruin customer satisfaction or SEO.

\n

December

\n

What is VoIP and How Does it Work? – VoIP provides a cheaper way to manage your business calls. In this article, we explained how does VoIP (Voice over Internet Protocol) work in plain English for small business owners. We also talked about how it can help you grow your business.

\n

How to change domain nameservers and point to a new host – We have been often asked by users about changing domain nameservers when moving to a new host. In this guide, we showed how to easily change domain nameservers on all the popular hosting platforms.

\n

How to create automated workflows in WordPress – Do you want to create automated workflows on your website to offer a better user experience and avoid repetitive tasks? In this tutorial, we shared how to easily create automated workflows in WordPress with Uncanny Automator.

\n

How to save a blog post to your computer (5 methods) – Learn how to easily save a copy of your blog content that you can read, share, or even convert to an eBook or physical book.

\n

How to export a WordPress site – beginner’s guide on how to export WordPress site to move hosts or make a local copy.

\n

These were some of the best WordPress tutorials on WPBeginner in 2020. We hope that you found them helpful.

\n

We want to thank all WPBeginner users, who visited our website, offered feedback, left comments, and shared it with others. We truly appreciate you.

\n

We look forward to adding even more useful WordPress tutorials in 2021. Have a Happy New Year.

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post Best of Best WordPress Tutorials of 2020 on WPBeginner appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.wpbeginner.com/showcase/best-of-best-wordpress-tutorials-of-2020-on-wpbeginner/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"How to Create a To-Do List in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.wpbeginner.com/plugins/how-to-create-a-to-do-list-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.wpbeginner.com/plugins/how-to-create-a-to-do-list-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2020 10:00:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"collaboration\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"edit flow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"multi-author\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"post forking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:12:\"productivity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:15:\"time management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:10:\"to-do list\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:8:\"workflow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://www.wpbeginner.com/?p=11862\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:649:\"

Do you want to create a to-do list in your WordPress site? Getting things done can often be boiled down to having an old-fashioned to-do list. And being able to see your to-do list within WordPress can enhance your productivity. In this article, we’ll show… Read More »

\n

The post How to Create a To-Do List in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14065:\"

Do you want to create a to-do list in your WordPress site?

\n

Getting things done can often be boiled down to having an old-fashioned to-do list. And being able to see your to-do list within WordPress can enhance your productivity.

\n

In this article, we’ll show you how to easily create a to-do list in WordPress.

\n

\"Creating

\n

Why Create a To-Do List in WordPress?

\n

To-do lists are the ultimate productivity tool. You can use a simple notebook to manage your daily to-do lists.

\n

However, when you are trying to stay productive at work, then you may want to consider more advanced and efficient to-do list apps. This allows you to stay on top of things and ensure that nothing slips through the cracks.

\n

For WordPress site owners, to-do lists can be used to manage an editorial calendar, website design tasks, manage website conversions, and almost any other task you may want to track.

\n

We’ll show you how to create one inside WordPress with a plugin, and then a more flexible solution using one of our favorite productivity tools that we use in our business.

\n

Ready, let’s get started.

\n

Method 1. How to Make A To-Do List in WordPress

\n

For this method, we’ll be using a WordPress plugin to create and manage your to-do list directly from the WordPress admin area.

\n

It basically let’s you create a Trello style to-do list boards inside WordPress admin.

\n

First, you need to install and activate the Kanban Boards for WordPress plugin. For more details, see our guide on how to install a WordPress plugin.

\n

After installation, go to Kanban » Boards in your WordPress dashboard and click the ‘Add another board’ button to create your new board. You’ll see there’s a ‘Kanban board’ by default.

\n

\"Create

\n

You need. to click the ‘Save your Boards’ button before you go on.

\n

Next, you want to visit the Kanban » Settings page. You’ll immediately land on the ‘General’ tab. Go ahead and click on the name of the board and select the board you just created.

\n

\"General

\n

You need to make sure to select ‘Yes’ on the ‘show all columns’ option, so you can see the entire board on one screen in an upcoming step. Don’t forget to save your settings.

\n

Next, click on the ‘Statuses’ tab to configure the columns on your board. This is where you will build your to-do list.

\n

\"Create

\n

Since this is a brand new board, we are going to create 3 statuses, which indicate how far along you are when working on a task.

\n

We’ll call these three statuses: ‘Task’, ‘In progress’, and ‘Done.’

\n

To do this, click on the ‘add another status button and then name it ‘Task.’

\n

\"Task

\n

Repeat this process two more times to create all three statuses.

\n

\"All

\n

Now that you have all your statuses created, click the ‘Save your Settings’ button.

\n

Once that’s done, it’s time to go to your board and create your to-do list. Simply click on the ‘Go to your board’ button at the top of your screen.

\n

\"Go

\n

Now, you’ll see your board, and it’s time to create some tasks.

\n

\"Your

\n

When you hover your mouse over one of the status columns, the blue button will appear. Click on the ‘+’ sign to create your first task.

\n

You have two fields to fill out:

\n
    \n
  • Add a project
  • \n
  • Add a title
  • \n
\n

When you click into those fields, you can fill these out. For our example, we’re creating a project called ‘Quick meals’ and then adding blog post titles.

\n

\"Label

\n

Inside these statuses, you can set a timeframe for them to be completed. And then you can also select which users to assign the task to.

\n

Once you create your task, you can then move it over to the ‘In progress’ and ‘Done’ column to mark them as being worked on or finished.

\n

\"How

\n

Lastly, to exit your board and get back to your WordPress dashboard, you will click the ‘settings’ button at the bottom of the screen, and then click on ‘Admin.’

\n

\"Admin

\n

Kanban for WordPress is an excellent way to manage to-do lists inside your WordPress admin area.

\n

However, if you need more features or don’t want to give team members access to WordPress admin area, then this next method is for you.

\n

Method 2. Create Your To-Do List With Asana

\n

At WPBeginner and Awesome Motive, we use Asana to manage all our tasks. It is the best project management tool that allows you to keep track of your work and chart your progress along the way.

\n

It is more flexible and offers far more features. You can share access to your Asana project with your team without sharing access to your WordPress admin area.

\n

It is free to get started for small teams and individuals. Plus, it works on mobile devices and has apps for both iOS and Android phones.

\n

That being said, let’s take a look at how to set up and use Asana to create a to-do list for your WordPress website.

\n

\"Asana

\n

First, go to the Asana website and click on the ‘Try for free’ button and submit your email to create your account.

\n

Now, check your business email for a verification link. You need to click that link and follow the instructions to finish creating your account.

\n

\"Set

\n

Once you’re done, it’ll take you straight to your dashboard, which looks like this:

\n

\"Asana

\n

Since we’re creating a to-do list for the first time, click on the ‘New Project’ button to get started.

\n

\"New

\n

Now, click on the ‘Blank Project’ button to start creating your to-do list. Go ahead and give your project a name. We called ours ‘My To-Do List’ for this example.

\n

\"Add

\n

Click on ‘Create project’ and now it’s time to add some tasks to your list.

\n

To create new tasks, you need to follow the instructions by clicking in the area that reads ‘Click here to add a task’. If you need to create more tasks, you simply click the ‘+ Add Task’ button at the top of your dashboard.

\n

Here’s what yours could look like after adding a few tasks.

\n

\"Your

\n

When you finish a task and want to mark it as complete, you simply click on the round circle with a checkmark in it.

\n

\"Mark

\n

Add Team Members to Your Project

\n

Asana makes it super easy to invite anyone to join your team. Simply click on the share button at the top of a project for inviting users to join your team.

\n

\"Inviting

\n

You can then add email addresses of users you want to invite to join your team. You can also remove them at any time you want from your team and control which projects they can edit.

\n

\"Managing

\n

After these team members join your project, you can assign them items from your to-do list to work on.

\n

Asana is a powerful project management tool. Once you start using it, you’ll be delighted to explore new features like its powerful search, team management, task management, and other built-in tools.

\n

We hope this article helped you learn how to create a to-do list in WordPress. You may also want to check out our must-have WordPress plugins for business websites, and our pick for the best business phone services for remote teams.

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post How to Create a To-Do List in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.wpbeginner.com/plugins/how-to-create-a-to-do-list-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://www.wpbeginner.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:20:{s:6:\"server\";s:17:\"Sucuri/Cloudproxy\";s:4:\"date\";s:29:\"Fri, 01 Jan 2021 06:53:14 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:11:\"x-sucuri-id\";s:5:\"18016\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:23:\"content-security-policy\";s:26:\"upgrade-insecure-requests;\";s:4:\"vary\";s:22:\"Accept-Encoding,Cookie\";s:13:\"last-modified\";s:29:\"Thu, 31 Dec 2020 20:56:46 GMT\";s:4:\"etag\";s:20:\"\"4a23-5b7c8dca91062\"\";s:13:\"cache-control\";s:57:\"max-age=172800, public, must-revalidate, proxy-revalidate\";s:7:\"expires\";s:29:\"Sat, 02 Jan 2021 22:04:17 GMT\";s:15:\"referrer-policy\";s:26:\"no-referrer-when-downgrade\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:6:\"pragma\";s:6:\"public\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"via\";s:10:\"1.1 google\";s:7:\"alt-svc\";s:5:\"clear\";s:14:\"x-sucuri-cache\";s:3:\"HIT\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(73262,'_site_transient_timeout_community-events-e4f4f67ae76aa90aa8c3769981fcd07f','1581084396','no'),(73263,'_site_transient_community-events-e4f4f67ae76aa90aa8c3769981fcd07f','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"61.68.109.0\";}s:6:\"events\";a:1:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:40:\"[TBC - ON HOLD]WordPress Beginners Night\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268156138/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-02-24 18:00:00\";s:8:\"end_date\";s:19:\"2020-02-24 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.75727081298799703290569595992565155029296875;s:9:\"longitude\";d:151.24191284180000138803734444081783294677734375;}}}}','no'),(19237,'_transient_timeout_external_ip_address_95.45.254.123','1509533281','no'),(19238,'_transient_external_ip_address_95.45.254.123','2404:8280:a111:101::46','no'),(19242,'_transient_timeout_external_ip_address_5.62.57.105','1509537116','no'),(19243,'_transient_external_ip_address_5.62.57.105','103.67.235.70','no'),(120974,'_transient_timeout_wc_related_595','1633177952','no'),(120975,'_transient_wc_related_595','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(16249,'_transient_timeout_external_ip_address_192.168.34.206','1506646453','no'),(16250,'_transient_external_ip_address_192.168.34.206','103.67.235.70','no'),(16261,'_site_transient_timeout_community-events-377c3ebdf8ffdbcc83c949690d8ab5de','1506086025','no'),(51058,'_transient_timeout_wflginfl_00000000000000000000ffff4fa5c874','1543590637','no'),(51059,'_transient_wflginfl_00000000000000000000ffff4fa5c874','1','no'),(6505,'_site_transient_timeout_community-events-4085f4560dd63a944199ce6b21ea130b','1498431783','no'),(6506,'_site_transient_community-events-4085f4560dd63a944199ce6b21ea130b','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"103.10.197.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:58:\"WordPress Developer Meetup #8: What is hooks in WordPress?\";s:3:\"url\";s:67:\"https://www.meetup.com/Hong-Kong-WordPress-Meetup/events/240722810/\";s:6:\"meetup\";s:26:\"Hong Kong WordPress Meetup\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Hong-Kong-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-06-27 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:20:\"Hong Kong, Hong Kong\";s:7:\"country\";s:2:\"hk\";s:8:\"latitude\";d:22.337119999999998753992258571088314056396484375;s:9:\"longitude\";d:114.1487350000000020600054995156824588775634765625;}}}}','no'),(117725,'_transient_wflginfl_00000000000000000000ffff1bff0a9b','2','no'),(118653,'_transient_timeout_external_ip_address_2001:df3:2e81:579c:e5ca:6df2:77ca:cc47','1631553350','no'),(117726,'_transient_timeout_wflginfl_00000000000000000000ffffc55a8e45','1630076400','no'),(117740,'_transient_timeout_wflginfl_00000000000000000000ffff889e0a1d','1630076512','no'),(117741,'_transient_wflginfl_00000000000000000000ffff889e0a1d','2','no'),(117727,'_transient_wflginfl_00000000000000000000ffffc55a8e45','2','no'),(117729,'_transient_timeout_wflginfl_00000000000000000000ffff781d442e','1630076447','no'),(117730,'_transient_wflginfl_00000000000000000000ffff781d442e','2','no'),(117731,'_transient_timeout_wflginfl_00000000000000000000ffff542ed7e9','1630076458','no'),(117732,'_transient_wflginfl_00000000000000000000ffff542ed7e9','2','no'),(117733,'_transient_timeout_wflginfl_00000000000000000000ffffd467303d','1630076467','no'),(117734,'_transient_wflginfl_00000000000000000000ffffd467303d','2','no'),(117735,'_transient_timeout_wflginfl_00000000000000000000ffff5b8c4238','1630076475','no'),(117736,'_transient_wflginfl_00000000000000000000ffff5b8c4238','2','no'),(117738,'_transient_timeout_wflginfl_00000000000000000000ffff5fa40ae4','1630076505','no'),(117739,'_transient_wflginfl_00000000000000000000ffff5fa40ae4','2','no'),(6556,'_site_transient_timeout_community-events-af36db832f3713b30316c9d42cd551b2','1498442069','no'),(6557,'_site_transient_community-events-af36db832f3713b30316c9d42cd551b2','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"185.104.184.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:59:\"https://www.meetup.com/wpmeetup-frankfurt/events/240724596/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-07-11 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Würzburg\";s:3:\"url\";s:67:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/events/240916473/\";s:6:\"meetup\";s:18:\"WPMeetup Würzburg\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-07-18 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Würzburg, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.79800800000000293721313937567174434661865234375;s:9:\"longitude\";d:9.945301000000000612999428994953632354736328125;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:59:\"https://www.meetup.com/wpmeetup-frankfurt/events/240726510/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-08-08 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Würzburg\";s:3:\"url\";s:70:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/events/pvxrwlywlbtb/\";s:6:\"meetup\";s:18:\"WPMeetup Würzburg\";s:10:\"meetup_url\";s:50:\"https://www.meetup.com/Wuerzburg-WordPress-Meetup/\";s:4:\"date\";s:19:\"2017-08-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Würzburg, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.79800800000000293721313937567174434661865234375;s:9:\"longitude\";d:9.945301000000000612999428994953632354736328125;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:19:\"WP Meetup Frankfurt\";s:3:\"url\";s:62:\"https://www.meetup.com/wpmeetup-frankfurt/events/qvtfhnywmbqb/\";s:6:\"meetup\";s:26:\"WP Meetup Frankfurt #wpFRA\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-frankfurt/\";s:4:\"date\";s:19:\"2017-09-12 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Frankfurt, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:50.11509699999999867259248276241123676300048828125;s:9:\"longitude\";d:8.695598000000000382669895770959556102752685546875;}}}}','no'),(15712,'_transient_external_ip_address_54.173.91.129','2404:8280:a111:101::46','no'),(15713,'_transient_timeout_external_ip_address_61.255.239.33','1506087761','no'),(15714,'_transient_external_ip_address_61.255.239.33','2404:8280:a111:101::46','no'),(16407,'_transient_timeout_external_ip_address_188.226.129.55','1506801705','no'),(16408,'_transient_external_ip_address_188.226.129.55','103.67.235.70','no'),(16925,'_transient_timeout_external_ip_address_5.39.216.131','1507537323','no'),(16926,'_transient_external_ip_address_5.39.216.131','2404:8280:a111:101::46','no'),(15735,'_transient_timeout_external_ip_address_69.58.178.59','1506121122','no'),(120810,'_transient_timeout_wc_related_177','1633059357','no'),(120811,'_transient_wc_related_177','a:1:{i:0;s:3:\"173\";}','no'),(17579,'_transient_timeout_external_ip_address_199.19.104.163','1508461644','no'),(17580,'_transient_external_ip_address_199.19.104.163','2404:8280:a111:101::46','no'),(15751,'_transient_timeout_external_ip_address_128.74.247.8','1506138658','no'),(15752,'_transient_external_ip_address_128.74.247.8','103.67.235.70','no'),(15769,'_transient_timeout_external_ip_address_204.79.180.20','1506160465','no'),(15979,'_transient_timeout_external_ip_address_51.255.68.116','1506365393','no'),(27265,'_transient_wflginfl_00000000000000000000ffff5e7d5a22','1','no'),(119754,'_transient_timeout_wc_related_575','1631978117','no'),(119755,'_transient_wc_related_575','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"598\";i:11;s:3:\"599\";i:12;s:3:\"600\";i:13;s:3:\"601\";i:14;s:3:\"602\";i:15;s:3:\"663\";i:16;s:3:\"664\";i:17;s:3:\"665\";i:18;s:3:\"666\";i:19;s:3:\"667\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(120978,'_transient_timeout_wc_related_570','1633177965','no'),(120979,'_transient_wc_related_570','a:23:{i:0;s:3:\"411\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"598\";i:11;s:3:\"599\";i:12;s:3:\"600\";i:13;s:3:\"601\";i:14;s:3:\"602\";i:15;s:3:\"663\";i:16;s:3:\"664\";i:17;s:3:\"665\";i:18;s:3:\"666\";i:19;s:3:\"667\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(15770,'_transient_external_ip_address_204.79.180.20','2404:8280:a111:101::46','no'),(15772,'_transient_timeout_external_ip_address_204.79.180.19','1506160488','no'),(15773,'_transient_external_ip_address_204.79.180.19','2404:8280:a111:101::46','no'),(117163,'_transient_timeout_wflginfl_00000000000000000000ffffc5ed95c2','1630068185','no'),(117164,'_transient_wflginfl_00000000000000000000ffffc5ed95c2','2','no'),(117160,'_transient_timeout_wflginfl_00000000000000000000ffffb4bf391b','1630068111','no'),(117161,'_transient_wflginfl_00000000000000000000ffffb4bf391b','2','no'),(16110,'_transient_timeout_external_ip_address_34.240.2.64','1506536446','no'),(42703,'_transient_timeout_wflginfl_00000000000000000000ffffb9bd70f0','1527725658','no'),(42704,'_transient_wflginfl_00000000000000000000ffffb9bd70f0','1','no'),(16111,'_transient_external_ip_address_34.240.2.64','103.67.235.70','no'),(16129,'_transient_timeout_external_ip_address_124.170.13.191','1506573520','no'),(6570,'yith_wpv_vendors_option_order_prevent_edit_custom_fields','no','yes'),(6571,'yith_wpv_show_vendor_tab_in_single','yes','yes'),(6572,'yith_wpv_vendor_show_average_ratings','yes','yes'),(6573,'yith_wpv_vendors_option_shipping_management','no','yes'),(21555,'_transient_timeout_external_ip_address_104.236.187.129','1511402784','no'),(21556,'_transient_external_ip_address_104.236.187.129','103.67.235.70','no'),(21580,'_transient_external_ip_address_192.30.52.71','2404:8280:a111:101::46','no'),(21584,'_transient_timeout_external_ip_address_200.229.236.181','1511417735','no'),(21585,'_transient_external_ip_address_200.229.236.181','103.67.235.70','no'),(21613,'_transient_timeout_external_ip_address_52.39.228.201','1511445337','no'),(73388,'monsterinsights_review','a:2:{s:4:\"time\";i:1581045006;s:9:\"dismissed\";b:0;}','yes'),(6516,'_transient_timeout_plugin_slugs','1582599041','no'),(6517,'_transient_plugin_slugs','a:34:{i:0;s:19:\"akismet/akismet.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:53:\"child-theme-configurator/child-theme-configurator.php\";i:3;s:17:\"wpclef/wpclef.php\";i:4;s:36:\"contact-form-7/wp-contact-form-7.php\";i:5;s:39:\"easy-coming-soon/coming-soon-plugin.php\";i:6;s:36:\"elegantbuilder/et-layout-builder.php\";i:7;s:49:\"elegant-themes-support/elegant-themes-support.php\";i:8;s:31:\"et-shortcodes/et-shortcodes.php\";i:9;s:50:\"google-analytics-for-wordpress/googleanalytics.php\";i:10;s:21:\"handheld/handheld.php\";i:11;s:9:\"hello.php\";i:12;s:35:\"insert-headers-and-footers/ihaf.php\";i:13;s:45:\"limit-login-attempts/limit-login-attempts.php\";i:14;s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";i:15;s:19:\"monarch/monarch.php\";i:16;s:29:\"pdf-embedder/pdf_embedder.php\";i:17;s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";i:18;s:33:\"instagram-feed/instagram-feed.php\";i:19;s:23:\"wp-smushit/wp-smush.php\";i:20;s:27:\"updraftplus/updraftplus.php\";i:21;s:33:\"w3-total-cache/w3-total-cache.php\";i:22;s:46:\"wonderplugin-carousel/wonderplugincarousel.php\";i:23;s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";i:24;s:27:\"woocommerce/woocommerce.php\";i:25;s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";i:26;s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";i:27;s:23:\"wordfence/wordfence.php\";i:28;s:37:\"wp-carousel-free/wp-carousel-free.php\";i:29;s:41:\"wordpress-importer/wordpress-importer.php\";i:30;s:44:\"yith-woocommerce-membership-premium/init.php\";i:31;s:46:\"yith-woocommerce-multi-vendor-premium/init.php\";i:32;s:50:\"yith-woocommerce-multi-vendor-premium-old/init.php\";i:33;s:24:\"wordpress-seo/wp-seo.php\";}','no'),(6558,'yit_plugin_licence_activation','a:2:{s:32:\"yith-woocommerce-product-vendors\";a:9:{s:5:\"email\";s:22:\"kiddiesandme@yahoo.com\";s:11:\"licence_key\";s:36:\"3236cbc4-a555-46b9-a87d-b6317d1f8a35\";s:15:\"licence_expires\";i:1523404800;s:7:\"message\";s:23:\"Licence key has expired\";s:9:\"activated\";b:0;s:16:\"activation_limit\";s:1:\"6\";s:20:\"activation_remaining\";i:5;s:13:\"is_membership\";b:0;s:11:\"status_code\";s:3:\"106\";}s:27:\"yith-woocommerce-membership\";a:9:{s:5:\"email\";s:22:\"kiddiesandme@yahoo.com\";s:11:\"licence_key\";s:36:\"b0cda49f-89c1-49b0-853d-6b399b5b4cf7\";s:15:\"licence_expires\";i:1523404800;s:7:\"message\";s:23:\"Licence key has expired\";s:9:\"activated\";b:0;s:16:\"activation_limit\";s:1:\"6\";s:20:\"activation_remaining\";i:5;s:13:\"is_membership\";b:0;s:11:\"status_code\";s:3:\"106\";}}','yes'),(15677,'wc_stripe_version','3.2.3','yes'),(7637,'wonderplugin_slider_userrole','manage_options','yes'),(23405,'_site_transient_timeout_community-events-849c69de3ea43a5f2cbf234a433505a3','1511917097','no'),(22310,'_transient_timeout_external_ip_address_52.205.128.116','1511877307','no'),(22311,'_transient_external_ip_address_52.205.128.116','2404:8280:a111:101::46','no'),(20782,'_transient_external_ip_address_199.30.24.181','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20784,'_transient_timeout_external_ip_address_65.55.210.111','1510705616','no'),(20785,'_transient_external_ip_address_65.55.210.111','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20794,'_transient_timeout_external_ip_address_1.144.108.89','1510708801','no'),(20795,'_transient_external_ip_address_1.144.108.89','103.67.235.70','no'),(20823,'_transient_timeout_external_ip_address_1.144.111.145','1510735795','no'),(20824,'_transient_external_ip_address_1.144.111.145','2404:8280:a111:101::46','no'),(21000,'_transient_timeout_external_ip_address_188.32.142.69','1510890387','no'),(21001,'_transient_external_ip_address_188.32.142.69','103.67.235.70','no'),(15230,'_transient_timeout_external_ip_address_104.130.124.209','1505694248','no'),(7663,'wonderplugin_carousel_thumbnailsize','medium','yes'),(7664,'wonderplugin-carousel-engine','Responsive WordPress Image Scroller','yes'),(8780,'smush_global_stats','a:9:{s:11:\"size_before\";i:57493447;s:10:\"size_after\";i:55285269;s:7:\"percent\";d:3.79999999999999982236431605997495353221893310546875;s:5:\"human\";s:6:\"2.1 MB\";s:5:\"bytes\";i:2208178;s:12:\"total_images\";i:999;s:12:\"resize_count\";i:0;s:14:\"resize_savings\";i:0;s:18:\"conversion_savings\";i:0;}','no'),(20981,'_transient_external_ip_address_193.201.224.28','103.67.235.70','no'),(20991,'_transient_timeout_external_ip_address_23.20.220.174','1510882959','no'),(20992,'_transient_external_ip_address_23.20.220.174','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21117,'_transient_external_ip_address_14.215.176.12','103.67.235.70','no'),(21649,'_transient_timeout_external_ip_address_54.173.35.129','1511478938','no'),(15231,'_transient_external_ip_address_104.130.124.209','2404:8280:a111:101::46','no'),(42022,'_transient_wflginfl_00000000000000000000ffff5bd29379','14','no'),(42021,'_transient_timeout_wflginfl_00000000000000000000ffff5bd29379','1526890663','no'),(29588,'_transient_timeout_wflginfl_00000000000000000000ffff5f8c2b1b','1514763984','no'),(29589,'_transient_wflginfl_00000000000000000000ffff5f8c2b1b','1','no'),(21650,'_transient_external_ip_address_54.173.35.129','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16998,'_transient_timeout_external_ip_address_96.48.106.221','1507626706','no'),(16999,'_transient_external_ip_address_96.48.106.221','103.67.235.70','no'),(17010,'_transient_timeout_external_ip_address_189.27.49.2','1507646493','no'),(9833,'_site_transient_timeout_browser_cc75d7392f9d8bd819fbfacf05f70081','1503219634','no'),(9834,'_site_transient_browser_cc75d7392f9d8bd819fbfacf05f70081','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"54.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(20602,'_transient_external_ip_address_95.84.250.102','2404:8280:a111:101::46','no'),(20606,'_transient_timeout_external_ip_address_49.180.150.47','1510553141','no'),(20607,'_transient_external_ip_address_49.180.150.47','2404:8280:a111:101::46','no'),(28448,'_transient_wflginfl_00000000000000000000ffff596d2a3b','1','no'),(31221,'_transient_timeout_wflginfl_00000000000000000000ffffbbbbc918','1515978668','no'),(31222,'_transient_wflginfl_00000000000000000000ffffbbbbc918','5','no'),(28447,'_transient_timeout_wflginfl_00000000000000000000ffff596d2a3b','1514105825','no'),(28028,'_transient_timeout_wflginfl_00000000000000000000ffff9a747276','1513912049','no'),(28029,'_transient_wflginfl_00000000000000000000ffff9a747276','1','no'),(28235,'_transient_wflginfl_00000000000000000000ffff70cff2d3','1','no'),(28234,'_transient_timeout_wflginfl_00000000000000000000ffff70cff2d3','1514008092','no'),(21290,'_transient_timeout_external_ip_address_204.79.180.7','1511150465','no'),(21291,'_transient_external_ip_address_204.79.180.7','103.67.235.70','no'),(21329,'_transient_timeout_external_ip_address_37.110.100.83','1511192042','no'),(21330,'_transient_external_ip_address_37.110.100.83','103.67.235.70','no'),(21332,'_transient_timeout_external_ip_address_176.193.98.151','1511192048','no'),(21333,'_transient_external_ip_address_176.193.98.151','2404:8280:a111:101::46','no'),(22292,'_transient_timeout_external_ip_address_188.255.16.233','1511863521','no'),(21378,'_transient_timeout_external_ip_address_95.220.114.145','1511231866','no'),(21379,'_transient_external_ip_address_95.220.114.145','103.67.235.70','no'),(21459,'_transient_timeout_external_ip_address_161.43.78.202','1511310014','no'),(21460,'_transient_external_ip_address_161.43.78.202','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23561,'_transient_timeout_external_ip_address_193.106.30.99','1512613851','no'),(23562,'_transient_external_ip_address_193.106.30.99','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21470,'_transient_timeout_external_ip_address_218.214.89.153','1511318229','no'),(21471,'_transient_external_ip_address_218.214.89.153','103.67.235.70','no'),(21473,'_transient_timeout_external_ip_address_93.95.189.64','1511320613','no'),(21474,'_transient_external_ip_address_93.95.189.64','103.67.235.70','no'),(23209,'_transient_timeout_external_ip_address_54.219.163.179','1512373828','no'),(22498,'_transient_timeout_external_ip_address_5.166.157.61','1512024759','no'),(22499,'_transient_external_ip_address_5.166.157.61','103.67.235.70','no'),(23229,'_transient_timeout_external_ip_address_95.220.69.240','1512398310','no'),(23230,'_transient_external_ip_address_95.220.69.240','103.67.235.70','no'),(23231,'_transient_timeout_external_ip_address_91.250.39.226','1512402066','no'),(23232,'_transient_external_ip_address_91.250.39.226','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16668,'_transient_timeout_external_ip_address_139.227.144.151','1507175570','no'),(16669,'_transient_external_ip_address_139.227.144.151','103.67.235.70','no'),(16288,'_transient_external_ip_address_118.140.38.6','103.67.235.70','no'),(16293,'_transient_timeout_external_ip_address_66.70.202.183','1506656910','no'),(16294,'_transient_external_ip_address_66.70.202.183','2404:8280:a111:101::46','no'),(117332,'_transient_wflginfl_00000000000000000000ffff7362e82b','2','no'),(21839,'_transient_timeout_external_ip_address_192.0.100.114','1511636302','no'),(21840,'_transient_external_ip_address_192.0.100.114','103.67.235.70','no'),(16306,'_transient_timeout_external_ip_address_104.192.74.20','1506673701','no'),(16307,'_transient_external_ip_address_104.192.74.20','103.67.235.70','no'),(16319,'_transient_external_ip_address_35.165.83.38','2404:8280:a111:101::46','no'),(16313,'_transient_timeout_external_ip_address_64.233.173.140','1506679041','no'),(16314,'_transient_external_ip_address_64.233.173.140','103.67.235.70','no'),(16316,'_transient_timeout_external_ip_address_175.157.249.114','1506679046','no'),(16317,'_transient_external_ip_address_175.157.249.114','2404:8280:a111:101::46','no'),(16318,'_transient_timeout_external_ip_address_35.165.83.38','1506679223','no'),(119166,'_transient_timeout_wc_related_682','1631418934','no'),(119167,'_transient_wc_related_682','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(19869,'_transient_external_ip_address_139.162.246.62','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(120924,'_transient_wc_related_664','a:23:{i:0;s:3:\"411\";i:1;s:3:\"598\";i:2;s:3:\"663\";i:3;s:3:\"665\";i:4;s:3:\"666\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(120938,'_transient_timeout_wc_related_411','1633177875','no'),(120939,'_transient_wc_related_411','a:23:{i:0;s:3:\"598\";i:1;s:3:\"663\";i:2;s:3:\"664\";i:3;s:3:\"665\";i:4;s:3:\"666\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(20895,'_transient_timeout_external_ip_address_54.205.114.245','1510805488','no'),(15711,'_transient_timeout_external_ip_address_54.173.91.129','1506086859','no'),(120915,'_transient_external_ip_address_2001:df3:2e81:58f9:d85c:6ced:4a5c:cd54','103.67.235.121','no'),(117088,'_transient_timeout_wflginfl_00000000000000000000ffff70c67b45','1630067331','no'),(117056,'_transient_timeout_wflginfl_00000000000000000000ffff31920e0c','1630066981','no'),(117202,'_transient_timeout_wflginfl_00000000000000000000ffffbdd79c34','1630068876','no'),(117197,'_transient_timeout_wflginfl_00000000000000000000ffff9a4ffcb4','1630068764','no'),(117198,'_transient_wflginfl_00000000000000000000ffff9a4ffcb4','2','no'),(117193,'_transient_timeout_wflginfl_00000000000000000000ffff5980c6f4','1630068728','no'),(117194,'_transient_wflginfl_00000000000000000000ffff5980c6f4','2','no'),(16084,'_transient_timeout_external_ip_address_52.209.166.137','1506503938','no'),(16085,'_transient_external_ip_address_52.209.166.137','2404:8280:a111:101::46','no'),(15986,'_transient_timeout_external_ip_address_162.158.65.180','1506375616','no'),(15987,'_transient_external_ip_address_162.158.65.180','2404:8280:a111:101::46','no'),(16015,'_transient_timeout_external_ip_address_52.78.139.216','1506406789','no'),(16016,'_transient_external_ip_address_52.78.139.216','103.67.235.70','no'),(16023,'_transient_timeout_external_ip_address_139.227.144.134','1506424057','no'),(16024,'_transient_external_ip_address_139.227.144.134','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16091,'_transient_timeout_external_ip_address_13.115.19.152','1506509641','no'),(16092,'_transient_external_ip_address_13.115.19.152','2404:8280:a111:101::46','no'),(16130,'_transient_external_ip_address_124.170.13.191','2404:8280:a111:101::46','no'),(16133,'_transient_timeout_external_ip_address_61.6.58.15','1506574766','no'),(16134,'_transient_external_ip_address_61.6.58.15','103.67.235.70','no'),(21704,'_transient_timeout_external_ip_address_91.200.12.22','1511516797','no'),(21705,'_transient_external_ip_address_91.200.12.22','103.67.235.70','no'),(16769,'_transient_timeout_external_ip_address_199.30.25.186','1507318761','no'),(16770,'_transient_external_ip_address_199.30.25.186','2404:8280:a111:101::46','no'),(117019,'_transient_wflginfl_00000000000000000000ffff56202818','2','no'),(117013,'_transient_timeout_wflginfl_00000000000000000000ffff052b606a','1630066534','no'),(117014,'_transient_wflginfl_00000000000000000000ffff052b606a','2','no'),(117015,'_transient_timeout_wflginfl_00000000000000000000ffffaf6b0a9a','1630066536','no'),(117016,'_transient_wflginfl_00000000000000000000ffffaf6b0a9a','2','no'),(117058,'_transient_timeout_wflginfl_00000000000000000000ffffca5b4d2e','1630066994','no'),(117018,'_transient_timeout_wflginfl_00000000000000000000ffff56202818','1630066581','no'),(19350,'_transient_timeout_external_ip_address_199.30.24.96','1509624518','no'),(19351,'_transient_external_ip_address_199.30.24.96','2404:8280:a111:101::46','no'),(19360,'_transient_timeout_external_ip_address_131.253.25.246','1509628860','no'),(19361,'_transient_external_ip_address_131.253.25.246','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19363,'_transient_timeout_external_ip_address_144.217.67.83','1509630706','no'),(19364,'_transient_external_ip_address_144.217.67.83','103.67.235.70','no'),(19369,'_transient_timeout_external_ip_address_64.74.215.1','1509642486','no'),(19370,'_transient_external_ip_address_64.74.215.1','103.67.235.70','no'),(19384,'_transient_timeout_external_ip_address_54.245.29.159','1509651797','no'),(19385,'_transient_external_ip_address_54.245.29.159','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19397,'_transient_timeout_external_ip_address_195.242.80.107','1509668420','no'),(19398,'_transient_external_ip_address_195.242.80.107','2404:8280:a111:101::46','no'),(21126,'_transient_timeout_external_ip_address_111.206.36.11','1510990011','no'),(21127,'_transient_external_ip_address_111.206.36.11','103.67.235.70','no'),(21128,'_transient_timeout_external_ip_address_14.215.176.8','1510990072','no'),(21129,'_transient_external_ip_address_14.215.176.8','2404:8280:a111:101::46','no'),(21146,'_transient_timeout_external_ip_address_34.214.13.11','1510998956','no'),(21147,'_transient_external_ip_address_34.214.13.11','2404:8280:a111:101::46','no'),(21162,'_transient_timeout_external_ip_address_45.55.68.80','1511004790','no'),(21163,'_transient_external_ip_address_45.55.68.80','2404:8280:a111:101::46','no'),(22520,'_transient_external_ip_address_54.185.65.50','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22533,'_transient_timeout_external_ip_address_69.58.178.56','1512044354','no'),(22534,'_transient_external_ip_address_69.58.178.56','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22536,'_transient_timeout_external_ip_address_54.242.157.147','1512047394','no'),(22537,'_transient_external_ip_address_54.242.157.147','103.67.235.70','no'),(22558,'_transient_timeout_external_ip_address_54.90.151.86','1512062576','no'),(22559,'_transient_external_ip_address_54.90.151.86','103.67.235.70','no'),(22293,'_transient_external_ip_address_188.255.16.233','2404:8280:a111:101::46','no'),(22294,'_transient_timeout_external_ip_address_185.104.248.67','1511864229','no'),(22295,'_transient_external_ip_address_185.104.248.67','2404:8280:a111:101::46','no'),(23406,'_site_transient_community-events-849c69de3ea43a5f2cbf234a433505a3','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"79.117.139.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2017.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2017-12-01 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.156608499999997;s:9:\"longitude\";d:-86.778490899999994;}}}}','no'),(22275,'_transient_timeout_external_ip_address_45.56.152.77','1511848256','no'),(120956,'_transient_timeout_wc_related_602','1633177923','no'),(120957,'_transient_wc_related_602','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"599\";i:11;s:3:\"600\";i:12;s:3:\"601\";i:13;s:3:\"904\";i:14;s:3:\"681\";i:15;s:3:\"668\";i:16;s:3:\"673\";i:17;s:3:\"678\";i:18;s:3:\"679\";i:19;s:3:\"680\";i:20;s:3:\"902\";i:21;s:3:\"682\";i:22;s:3:\"683\";}','no'),(21176,'_transient_timeout_external_ip_address_40.77.179.44','1511014769','no'),(21177,'_transient_external_ip_address_40.77.179.44','2404:8280:a111:101::46','no'),(21221,'_transient_timeout_external_ip_address_188.32.176.228','1511073986','no'),(21222,'_transient_external_ip_address_188.32.176.228','103.67.235.70','no'),(42382,'_transient_timeout_wflginfl_00000000000000000000ffff17ebe4c9','1527246077','no'),(42383,'_transient_wflginfl_00000000000000000000ffff17ebe4c9','1','no'),(23467,'_transient_timeout_external_ip_address_34.207.98.73','1512529657','no'),(23468,'_transient_external_ip_address_34.207.98.73','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(17402,'_transient_timeout_external_ip_address_84.178.132.208','1508233436','no'),(17357,'_transient_timeout_external_ip_address_13.57.10.111','1508139274','no'),(17358,'_transient_external_ip_address_13.57.10.111','103.67.235.70','no'),(17403,'_transient_external_ip_address_84.178.132.208','2404:8280:a111:101::46','no'),(17417,'_transient_timeout_external_ip_address_199.30.25.81','1508242505','no'),(20611,'_transient_external_ip_address_157.55.2.169','103.67.235.70','no'),(46985,'_transient_timeout_external_ip_address_192.168.30.155','1533009836','no'),(47300,'_transient_timeout_wflginfl_00000000000000000000ffff82001e65','1532840876','no'),(47301,'_transient_wflginfl_00000000000000000000ffff82001e65','1','no'),(115162,'_transient_timeout_wflginfl_00000000000000000000ffff5db1da2b','1628478127','no'),(115163,'_transient_wflginfl_00000000000000000000ffff5db1da2b','1','no'),(117038,'_transient_wflginfl_00000000000000000000ffff5620222f','2','no'),(115215,'_transient_timeout_wflginfl_00000000000000000000ffffb97e8159','1628518231','no'),(47675,'_site_transient_timeout_browser_c91c259fd5f3fa8303f885fec872baad','1539084842','no'),(47676,'_site_transient_browser_c91c259fd5f3fa8303f885fec872baad','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"69.0.3497.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(8812,'_site_transient_timeout_community-events-0d63351329a3f179067b3c3a566009ef','1501901168','no'),(8813,'_site_transient_community-events-0d63351329a3f179067b3c3a566009ef','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"37.220.29.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/242008693/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:14:\"August Meet Up\";s:3:\"url\";s:50:\"https://www.meetup.com/wp_hooked/events/239153981/\";s:6:\"meetup\";s:9:\"WP Hooked\";s:10:\"meetup_url\";s:33:\"https://www.meetup.com/wp_hooked/\";s:4:\"date\";s:19:\"2017-08-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"London, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.511021999999997;s:9:\"longitude\";d:-0.104256;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:55:\"https://www.meetup.com/WP-Havering/events/qsbwmnywlbtb/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in the Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/239997948/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:57:\"WP Havering - WordPress Romford in The Retailery, RM1 3ER\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/242015057/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2017-08-15 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.579642999999997;s:9:\"longitude\";d:0.18270400000000001;}}}}','no'),(22570,'_transient_external_ip_address_54.167.87.182','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(22573,'_transient_timeout_external_ip_address_65.55.210.11','1512079494','no'),(22574,'_transient_external_ip_address_65.55.210.11','103.67.235.70','no'),(22579,'_transient_timeout_external_ip_address_221.193.248.52','1512082688','no'),(22580,'_transient_external_ip_address_221.193.248.52','103.67.235.70','no'),(25057,'_site_transient_browser_315117425c117d80648b71a24b9b1815','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"62.0.3202.94\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(25056,'_site_transient_timeout_browser_315117425c117d80648b71a24b9b1815','1513559476','no'),(19561,'_transient_timeout_external_ip_address_110.21.173.84','1509800164','no'),(19562,'_transient_external_ip_address_110.21.173.84','103.67.235.70','no'),(23110,'_transient_timeout_external_ip_address_14.200.97.161','1512343812','no'),(23111,'_transient_external_ip_address_14.200.97.161','103.67.235.70','no'),(15850,'_transient_timeout_external_ip_address_158.222.111.170','1506260297','no'),(15851,'_transient_external_ip_address_158.222.111.170','2404:8280:a111:101::46','no'),(104360,'_transient_timeout_wc_cbp_005646616358479fded9742af9822298','1621750031','no'),(104361,'_transient_wc_cbp_005646616358479fded9742af9822298','a:0:{}','no'),(15299,'_transient_external_ip_address_153.107.193.204','2404:8280:a111:101::46','no'),(19038,'_transient_timeout_external_ip_address_46.4.48.48','1509324962','no'),(19039,'_transient_external_ip_address_46.4.48.48','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21115,'_transient_external_ip_address_14.215.176.18','2404:8280:a111:101::46','no'),(21967,'_transient_timeout_external_ip_address_70.39.246.37','1511745841','no'),(21968,'_transient_external_ip_address_70.39.246.37','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(23346,'_transient_timeout_external_ip_address_54.207.206.244','1512448991','no'),(23324,'_transient_timeout_external_ip_address_180.190.183.239','1512443790','no'),(23325,'_transient_external_ip_address_180.190.183.239','103.67.235.70','no'),(22519,'_transient_timeout_external_ip_address_54.185.65.50','1512039520','no'),(22569,'_transient_timeout_external_ip_address_54.167.87.182','1512071839','no'),(22012,'_transient_timeout_external_ip_address_213.183.51.170','1511754540','no'),(22013,'_transient_external_ip_address_213.183.51.170','103.67.235.70','no'),(22035,'_transient_timeout_external_ip_address_13.73.1.69','1511767682','no'),(22036,'_transient_external_ip_address_13.73.1.69','2404:8280:a111:101:0:0:0:46','no'),(22276,'_transient_external_ip_address_45.56.152.77','2404:8280:a111:101::46','no'),(17949,'_transient_timeout_external_ip_address_195.181.160.68','1508998695','no'),(17950,'_transient_external_ip_address_195.181.160.68','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17955,'_transient_timeout_external_ip_address_205.158.57.2','1509003969','no'),(16328,'_transient_timeout_external_ip_address_128.199.124.86','1506689363','no'),(16329,'_transient_external_ip_address_128.199.124.86','2404:8280:a111:101::46','no'),(20272,'_transient_timeout_external_ip_address_139.59.42.246','1510305580','no'),(20273,'_transient_external_ip_address_139.59.42.246','2404:8280:a111:101::46','no'),(17196,'_transient_timeout_external_ip_address_35.163.153.114','1507897075','no'),(21119,'_transient_external_ip_address_14.215.176.14','103.67.235.70','no'),(21120,'_transient_timeout_external_ip_address_14.215.176.10','1510989987','no'),(21121,'_transient_external_ip_address_14.215.176.10','2404:8280:a111:101::46','no'),(21122,'_transient_timeout_external_ip_address_14.215.176.7','1510989988','no'),(21123,'_transient_external_ip_address_14.215.176.7','2404:8280:a111:101::46','no'),(21124,'_transient_timeout_external_ip_address_111.206.36.136','1510989999','no'),(21125,'_transient_external_ip_address_111.206.36.136','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19433,'_transient_timeout_external_ip_address_104.131.11.47','1509706912','no'),(19538,'_transient_external_ip_address_199.30.25.97','103.67.235.70','no'),(16958,'_transient_timeout_external_ip_address_162.158.64.170','1507570322','no'),(16959,'_transient_external_ip_address_162.158.64.170','103.67.235.70','no'),(16960,'_transient_timeout_external_ip_address_87.126.68.178','1507571935','no'),(16961,'_transient_external_ip_address_87.126.68.178','2404:8280:a111:101::46','no'),(16964,'_transient_timeout_external_ip_address_131.253.25.172','1507574812','no'),(16965,'_transient_external_ip_address_131.253.25.172','2404:8280:a111:101::46','no'),(17956,'_transient_external_ip_address_205.158.57.2','103.67.235.70','no'),(16975,'_transient_timeout_external_ip_address_31.47.198.61','1507589036','no'),(16976,'_transient_external_ip_address_31.47.198.61','103.67.235.70','no'),(117374,'_transient_wflginfl_00000000000000000000ffffb01d0237','2','no'),(117376,'_transient_timeout_wflginfl_00000000000000000000ffff0ec03521','1630071037','no'),(117377,'_transient_wflginfl_00000000000000000000ffff0ec03521','2','no'),(117378,'_transient_timeout_wflginfl_00000000000000000000ffff6e8a5fad','1630071053','no'),(117409,'_transient_timeout_wflginfl_00000000000000000000ffff272e759a','1630071403','no'),(117410,'_transient_wflginfl_00000000000000000000ffff272e759a','2','no'),(117379,'_transient_wflginfl_00000000000000000000ffff6e8a5fad','2','no'),(117381,'_transient_timeout_wflginfl_00000000000000000000ffffd485ee7e','1630071073','no'),(117382,'_transient_wflginfl_00000000000000000000ffffd485ee7e','2','no'),(117384,'_transient_timeout_wflginfl_00000000000000000000ffff6776a9dd','1630071093','no'),(117385,'_transient_wflginfl_00000000000000000000ffff6776a9dd','2','no'),(117387,'_transient_timeout_wflginfl_00000000000000000000ffffb03ac398','1630071126','no'),(117388,'_transient_wflginfl_00000000000000000000ffffb03ac398','2','no'),(117390,'_transient_timeout_wflginfl_00000000000000000000ffff6775dbbd','1630071180','no'),(117391,'_transient_wflginfl_00000000000000000000ffff6775dbbd','2','no'),(117392,'_transient_timeout_wflginfl_00000000000000000000ffffa0632919','1630071205','no'),(117408,'_transient_wflginfl_00000000000000000000ffff70c67b5f','2','no'),(117393,'_transient_wflginfl_00000000000000000000ffffa0632919','2','no'),(117395,'_transient_timeout_wflginfl_00000000000000000000ffff673a98aa','1630071231','no'),(117396,'_transient_wflginfl_00000000000000000000ffff673a98aa','2','no'),(117398,'_transient_timeout_wflginfl_00000000000000000000ffffca2f302e','1630071325','no'),(117529,'_transient_wflginfl_00000000000000000000ffffd403c6aa','2','no'),(117530,'_transient_timeout_wflginfl_00000000000000000000ffffb05c01a8','1630073716','no'),(117531,'_transient_wflginfl_00000000000000000000ffffb05c01a8','2','no'),(117414,'_transient_timeout_wflginfl_00000000000000000000ffff6f7d6a9a','1630071459','no'),(117415,'_transient_wflginfl_00000000000000000000ffff6f7d6a9a','2','no'),(117399,'_transient_wflginfl_00000000000000000000ffffca2f302e','2','no'),(117401,'_transient_timeout_wflginfl_00000000000000000000ffffb9595619','1630071329','no'),(117402,'_transient_wflginfl_00000000000000000000ffffb9595619','2','no'),(117405,'_transient_timeout_wflginfl_00000000000000000000ffff4d210990','1630071378','no'),(16634,'_transient_external_ip_address_40.77.178.252','103.67.235.70','no'),(22280,'_transient_timeout_external_ip_address_91.200.12.86','1511857948','no'),(22281,'_transient_external_ip_address_91.200.12.86','103.67.235.70','no'),(18824,'_transient_timeout_external_ip_address_131.253.27.11','1509275315','no'),(18825,'_transient_external_ip_address_131.253.27.11','103.67.235.70','no'),(18827,'_transient_timeout_external_ip_address_131.253.27.47','1509275328','no'),(16704,'_transient_timeout_external_ip_address_65.55.210.120','1507216305','no'),(16705,'_transient_external_ip_address_65.55.210.120','2404:8280:a111:101::46','no'),(16707,'_transient_timeout_external_ip_address_201.18.18.173','1507218531','no'),(16708,'_transient_external_ip_address_201.18.18.173','103.67.235.70','no'),(17174,'_transient_timeout_external_ip_address_34.227.81.8','1507871289','no'),(17175,'_transient_external_ip_address_34.227.81.8','103.67.235.70','no'),(119762,'_transient_timeout_external_ip_address_2001:df3:2e81:5569:55a6:87fa:aa90:e5fe','1632499736','no'),(119763,'_transient_external_ip_address_2001:df3:2e81:5569:55a6:87fa:aa90:e5fe','103.67.235.121','no'),(119768,'_transient_timeout_external_ip_address_2001:df3:2e81:6930:1f78:e7d0:8d78:4669','1632506293','no'),(119769,'_transient_external_ip_address_2001:df3:2e81:6930:1f78:e7d0:8d78:4669','103.67.235.121','no'),(120099,'_transient_timeout_external_ip_address_2605:6440:3008:4001::4480','1632860733','no'),(9385,'_site_transient_timeout_browser_8f2e608537f9aee410499886546e6edb','1503055032','no'),(9386,'_site_transient_browser_8f2e608537f9aee410499886546e6edb','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"60.0.3112.90\";s:10:\"update_url\";s:28:\"http://www.google.com/chrome\";s:7:\"img_src\";s:49:\"http://s.wordpress.org/images/browsers/chrome.png\";s:11:\"img_src_ssl\";s:48:\"https://wordpress.org/images/browsers/chrome.png\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(15426,'_transient_timeout_external_ip_address_139.227.144.94','1505856981','no'),(15422,'_transient_timeout_external_ip_address_95.199.10.55','1505844527','no'),(15423,'_transient_external_ip_address_95.199.10.55','103.67.235.70','no'),(15184,'_transient_timeout_external_ip_address_40.77.179.23','1505632933','no'),(23039,'_transient_timeout_external_ip_address_54.219.178.100','1512285223','no'),(23040,'_transient_external_ip_address_54.219.178.100','103.67.235.70','no'),(21854,'_transient_timeout_external_ip_address_89.178.239.5','1511657806','no'),(21855,'_transient_external_ip_address_89.178.239.5','103.67.235.70','no'),(21857,'_transient_timeout_external_ip_address_37.59.48.36','1511661588','no'),(21858,'_transient_external_ip_address_37.59.48.36','2404:8280:a111:101:0:0:0:46','no'),(15293,'_transient_timeout_external_ip_address_103.246.36.213','1505780339','no'),(15294,'_transient_external_ip_address_103.246.36.213','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15298,'_transient_timeout_external_ip_address_153.107.193.204','1505780369','no'),(15296,'_transient_timeout_external_ip_address_153.107.192.203','1505780343','no'),(119508,'_transient_wc_cbp_1c09722a59ff2cb8524b964a69dbbc15','a:0:{}','no'),(119507,'_transient_timeout_wc_cbp_1c09722a59ff2cb8524b964a69dbbc15','1634252479','no'),(119030,'_transient_timeout_external_ip_address_2001:df3:2e81:5b09:d79d:f156:459d:50eb','1631807538','no'),(119031,'_transient_external_ip_address_2001:df3:2e81:5b09:d79d:f156:459d:50eb','103.67.235.121','no'),(119046,'_transient_timeout_external_ip_address_2001:df3:2e81:6477:2a65:4470:b865:e5c9','1631828149','no'),(16191,'_site_transient_timeout_browser_3d5f26438973a3d90b630a57c59a2f98','1506644794','no'),(16192,'_site_transient_browser_3d5f26438973a3d90b630a57c59a2f98','a:9:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"60.0.3112.113\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(110369,'_transient_timeout_wc_cbp_4c662560f8210e5d08887ba2f5d423bc','1627188560','no'),(110370,'_transient_wc_cbp_4c662560f8210e5d08887ba2f5d423bc','a:0:{}','no'),(111844,'_transient_timeout_wflginfl_00000000000000000000ffffba5459be','1625817253','no'),(111845,'_transient_wflginfl_00000000000000000000ffffba5459be','1','no'),(105561,'_transient_timeout_external_ip_address_2602:fdd3:0:1::a80:2a67','1620950918','no'),(105562,'_transient_external_ip_address_2602:fdd3:0:1::a80:2a67','103.67.235.121','no'),(111338,'_transient_timeout_wc_cbp_a3d197c882bb7433ff76880a4a39d13d','1627971765','no'),(111339,'_transient_wc_cbp_a3d197c882bb7433ff76880a4a39d13d','a:0:{}','no'),(106079,'_transient_external_ip_address_45.129.137.249','103.67.235.121','no'),(109331,'_transient_timeout_wflginfl_00000000000000000000ffff44eb21af','1623604534','no'),(109332,'_transient_wflginfl_00000000000000000000ffff44eb21af','1','no'),(112110,'_transient_timeout_wc_cbp_831652c08a6e049a17487f7cb712e705','1628580501','no'),(112111,'_transient_wc_cbp_831652c08a6e049a17487f7cb712e705','a:0:{}','no'),(8642,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:12:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.8.1-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.8.1\";s:7:\"version\";s:5:\"5.8.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.7.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.7.3.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.7.3-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.7.3-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.7.3\";s:7:\"version\";s:5:\"5.7.3\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:3;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.5.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.6.5.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.6.5-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.6.5-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.6.5\";s:7:\"version\";s:5:\"5.6.5\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:4;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.6.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.5.6.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.5.6-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.5.6-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.5.6\";s:7:\"version\";s:5:\"5.5.6\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:5;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.4.7.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.4.7.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.4.7-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.4.7-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.4.7\";s:7:\"version\";s:5:\"5.4.7\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:6;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.3.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-5.3.9.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.3.9-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.3.9-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:5:\"5.3.9\";s:7:\"version\";s:5:\"5.3.9\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:7;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.12.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.2.12.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.2.12-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.2.12-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.2.12\";s:7:\"version\";s:6:\"5.2.12\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:8;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.11.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.1.11.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.1.11-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.1.11-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.1.11\";s:7:\"version\";s:6:\"5.1.11\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:9;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.14.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-5.0.14.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.0.14-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-5.0.14-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"5.0.14\";s:7:\"version\";s:6:\"5.0.14\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:10;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.9.18.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.9.18-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.9.18-new-bundled.zip\";s:7:\"partial\";b:0;s:8:\"rollback\";b:0;}s:7:\"current\";s:6:\"4.9.18\";s:7:\"version\";s:6:\"4.9.18\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:0:\"\";s:9:\"new_files\";s:1:\"1\";}i:11;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.17.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:60:\"https://downloads.wordpress.org/release/wordpress-4.8.17.zip\";s:10:\"no_content\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.17-no-content.zip\";s:11:\"new_bundled\";s:72:\"https://downloads.wordpress.org/release/wordpress-4.8.17-new-bundled.zip\";s:7:\"partial\";s:70:\"https://downloads.wordpress.org/release/wordpress-4.8.17-partial-1.zip\";s:8:\"rollback\";s:71:\"https://downloads.wordpress.org/release/wordpress-4.8.17-rollback-1.zip\";}s:7:\"current\";s:6:\"4.8.17\";s:7:\"version\";s:6:\"4.8.17\";s:11:\"php_version\";s:5:\"5.2.4\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.6\";s:15:\"partial_version\";s:5:\"4.8.1\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1633130646;s:15:\"version_checked\";s:5:\"4.8.1\";s:12:\"translations\";a:0:{}}','no'),(8637,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116088,'_transient_timeout_wflginfl_00000000000000000000ffff8ac96fa8','1629277170','no'),(116089,'_transient_wflginfl_00000000000000000000ffff8ac96fa8','1','no'),(19329,'_transient_external_ip_address_148.62.14.156','2404:8280:a111:101::46','no'),(117100,'_transient_wflginfl_00000000000000000000ffff273b545a','2','no'),(117118,'_transient_timeout_wflginfl_00000000000000000000ffff4eadad31','1630067622','no'),(117101,'_transient_timeout_wflginfl_00000000000000000000ffff2efc2d0b','1630067455','no'),(117102,'_transient_wflginfl_00000000000000000000ffff2efc2d0b','2','no'),(19099,'_transient_external_ip_address_190.37.34.78','103.67.235.70','no'),(19103,'_transient_timeout_external_ip_address_1.129.105.115','1509405919','no'),(19104,'_transient_external_ip_address_1.129.105.115','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(37704,'_transient_timeout_wflginfl_00000000000000000000ffff8613e6b1','1521968523','no'),(36140,'_transient_timeout_wflginfl_2806105e000a379e45748724522730ba','1520643861','no'),(20270,'_transient_external_ip_address_125.23.5.22','2404:8280:a111:101::46','no'),(20275,'_transient_timeout_external_ip_address_193.106.30.98','1510306986','no'),(20276,'_transient_external_ip_address_193.106.30.98','2404:8280:a111:101::46','no'),(20290,'_transient_timeout_external_ip_address_5.62.57.107','1510319957','no'),(20291,'_transient_external_ip_address_5.62.57.107','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20152,'_site_transient_timeout_browser_ae7243d6fcce16c4a1bb2c2339d3a779','1510271486','no'),(20153,'_site_transient_browser_ae7243d6fcce16c4a1bb2c2339d3a779','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(21109,'_transient_timeout_external_ip_address_58.62.196.114','1510989928','no'),(21110,'_transient_external_ip_address_58.62.196.114','103.67.235.70','no'),(21114,'_transient_timeout_external_ip_address_14.215.176.18','1510989940','no'),(21112,'_transient_timeout_external_ip_address_14.215.176.16','1510989930','no'),(21113,'_transient_external_ip_address_14.215.176.16','2404:8280:a111:101::46','no'),(21116,'_transient_timeout_external_ip_address_14.215.176.12','1510989945','no'),(117705,'_transient_timeout_wflginfl_00000000000000000000ffff662bd193','1630076094','no'),(117706,'_transient_wflginfl_00000000000000000000ffff662bd193','2','no'),(117708,'_transient_timeout_wflginfl_00000000000000000000ffffa8fdc232','1630076112','no'),(117709,'_transient_wflginfl_00000000000000000000ffffa8fdc232','2','no'),(117710,'_transient_timeout_wflginfl_00000000000000000000ffffa0f22436','1630076135','no'),(117711,'_transient_wflginfl_00000000000000000000ffffa0f22436','2','no'),(118654,'_transient_external_ip_address_2001:df3:2e81:579c:e5ca:6df2:77ca:cc47','103.67.235.121','no'),(117713,'_transient_timeout_wflginfl_00000000000000000000ffff05f37636','1630076171','no'),(117714,'_transient_wflginfl_00000000000000000000ffff05f37636','2','no'),(117716,'_transient_timeout_wflginfl_00000000000000000000ffffb6b65cf6','1630076218','no'),(117717,'_transient_wflginfl_00000000000000000000ffffb6b65cf6','2','no'),(117718,'_transient_timeout_wflginfl_00000000000000000000ffff2bfbd993','1630076219','no'),(117719,'_transient_wflginfl_00000000000000000000ffff2bfbd993','2','no'),(118798,'_transient_timeout_wc_cbp_14f9988cb49ab68676f72f3c6268239f','1633664942','no'),(112275,'_transient_wflginfl_00000000000000000000ffffc15ded5f','1','no'),(117758,'_transient_wflginfl_00000000000000000000ffff889e0118','2','no'),(112303,'_transient_timeout_wflginfl_00000000000000000000ffff23c593f2','1626152161','no'),(112304,'_transient_wflginfl_00000000000000000000ffff23c593f2','1','no'),(118851,'_transient_timeout_external_ip_address_2001:df3:2e81:4fce:8483:1976:1683:b8cb','1631711280','no'),(112291,'_transient_timeout_wflginfl_00000000000000000000ffff6757aacd','1626145456','no'),(112292,'_transient_wflginfl_00000000000000000000ffff6757aacd','1','no'),(118799,'_transient_wc_cbp_14f9988cb49ab68676f72f3c6268239f','a:0:{}','no'),(112336,'_transient_wflginfl_00000000000000000000ffff0137e716','1','no'),(112335,'_transient_timeout_wflginfl_00000000000000000000ffff0137e716','1626179857','no'),(112685,'_transient_timeout_external_ip_address_45.66.153.124','1626922795','no'),(117724,'_transient_timeout_wflginfl_00000000000000000000ffff1bff0a9b','1630076397','no'),(116939,'_transient_timeout_wflginfl_00000000000000000000ffff244c0338','1630065179','no'),(116940,'_transient_wflginfl_00000000000000000000ffff244c0338','2','no'),(116951,'_transient_timeout_wflginfl_00000000000000000000ffff5f5dea4c','1630065401','no'),(116942,'_transient_timeout_wflginfl_00000000000000000000ffff7086c8cd','1630065290','no'),(116943,'_transient_wflginfl_00000000000000000000ffff7086c8cd','2','no'),(116954,'_transient_timeout_wflginfl_00000000000000000000ffff6724120d','1630065414','no'),(116945,'_transient_timeout_wflginfl_00000000000000000000ffff31ed0ad5','1630065347','no'),(116946,'_transient_wflginfl_00000000000000000000ffff31ed0ad5','2','no'),(116955,'_transient_wflginfl_00000000000000000000ffff6724120d','2','no'),(116957,'_transient_timeout_wflginfl_00000000000000000000ffffb4fcaab7','1630065529','no'),(116949,'_transient_timeout_wflginfl_00000000000000000000ffff31cdf0a4','1630065380','no'),(116950,'_transient_wflginfl_00000000000000000000ffff31cdf0a4','2','no'),(116952,'_transient_wflginfl_00000000000000000000ffff5f5dea4c','2','no'),(116959,'_transient_timeout_wflginfl_00000000000000000000ffffdfe163f8','1630065530','no'),(116960,'_transient_wflginfl_00000000000000000000ffffdfe163f8','2','no'),(116961,'_transient_timeout_wflginfl_00000000000000000000ffff78481db7','1630065548','no'),(116962,'_transient_wflginfl_00000000000000000000ffff78481db7','2','no'),(117004,'_transient_wflginfl_00000000000000000000ffff67790ffe','2','no'),(116964,'_transient_timeout_wflginfl_00000000000000000000ffff5f4403dd','1630065642','no'),(116965,'_transient_wflginfl_00000000000000000000ffff5f4403dd','2','no'),(116966,'_transient_timeout_wflginfl_00000000000000000000ffffaa4fbec9','1630065668','no'),(116967,'_transient_wflginfl_00000000000000000000ffffaa4fbec9','2','no'),(116969,'_transient_timeout_wflginfl_00000000000000000000ffff3b67bfaa','1630065686','no'),(116970,'_transient_wflginfl_00000000000000000000ffff3b67bfaa','2','no'),(116971,'_transient_timeout_wflginfl_00000000000000000000ffff48ff3df2','1630065689','no'),(116972,'_transient_wflginfl_00000000000000000000ffff48ff3df2','2','no'),(117003,'_transient_timeout_wflginfl_00000000000000000000ffff67790ffe','1630066280','no'),(116977,'_transient_timeout_wflginfl_00000000000000000000ffff736331d6','1630065927','no'),(116974,'_transient_timeout_wflginfl_00000000000000000000ffffbca36e1a','1630065863','no'),(116975,'_transient_wflginfl_00000000000000000000ffffbca36e1a','2','no'),(117008,'_transient_timeout_wflginfl_00000000000000000000ffffb7522289','1630066315','no'),(117009,'_transient_wflginfl_00000000000000000000ffffb7522289','2','no'),(116958,'_transient_wflginfl_00000000000000000000ffffb4fcaab7','2','no'),(116912,'_transient_timeout_wflginfl_00000000000000000000ffff66b060d6','1630064991','no'),(116913,'_transient_wflginfl_00000000000000000000ffff66b060d6','2','no'),(116914,'_transient_timeout_wflginfl_00000000000000000000ffffb4c3e4ed','1630074852','no'),(116915,'_transient_wflginfl_00000000000000000000ffffb4c3e4ed','4','no'),(116916,'_transient_timeout_wflginfl_00000000000000000000ffffba63a224','1630065007','no'),(116917,'_transient_wflginfl_00000000000000000000ffffba63a224','2','no'),(116919,'_transient_timeout_wflginfl_00000000000000000000ffffb649e9fe','1630065022','no'),(116920,'_transient_wflginfl_00000000000000000000ffffb649e9fe','2','no'),(116921,'_transient_timeout_wflginfl_00000000000000000000ffff71ad0117','1630065032','no'),(116922,'_transient_wflginfl_00000000000000000000ffff71ad0117','2','no'),(116923,'_transient_timeout_wflginfl_00000000000000000000ffffd4bb7291','1630065038','no'),(116924,'_transient_wflginfl_00000000000000000000ffffd4bb7291','2','no'),(116926,'_transient_timeout_wflginfl_00000000000000000000ffff557277f8','1630065054','no'),(116927,'_transient_wflginfl_00000000000000000000ffff557277f8','2','no'),(116936,'_transient_timeout_wflginfl_00000000000000000000ffff532fb581','1630065148','no'),(116978,'_transient_wflginfl_00000000000000000000ffff736331d6','2','no'),(116937,'_transient_wflginfl_00000000000000000000ffff532fb581','2','no'),(116929,'_transient_timeout_wflginfl_00000000000000000000ffffc401cb59','1630065088','no'),(116930,'_transient_wflginfl_00000000000000000000ffffc401cb59','2','no'),(116931,'_transient_timeout_wflginfl_00000000000000000000ffff4f651fba','1630065089','no'),(116932,'_transient_wflginfl_00000000000000000000ffff4f651fba','2','no'),(116933,'_transient_timeout_wflginfl_00000000000000000000ffff31247122','1630065090','no'),(116934,'_transient_wflginfl_00000000000000000000ffff31247122','2','no'),(117751,'_transient_timeout_wflginfl_00000000000000000000ffff6756c8d8','1630076684','no'),(117743,'_transient_timeout_wflginfl_00000000000000000000ffff3b61ec81','1630076547','no'),(117744,'_transient_wflginfl_00000000000000000000ffff3b61ec81','2','no'),(117745,'_transient_timeout_wflginfl_00000000000000000000ffff80c96175','1630076575','no'),(117746,'_transient_wflginfl_00000000000000000000ffff80c96175','2','no'),(117749,'_transient_timeout_wflginfl_00000000000000000000ffff58e6228d','1630076590','no'),(117750,'_transient_wflginfl_00000000000000000000ffff58e6228d','2','no'),(117752,'_transient_wflginfl_00000000000000000000ffff6756c8d8','2','no'),(117757,'_transient_timeout_wflginfl_00000000000000000000ffff889e0118','1630077031','no'),(117760,'_transient_timeout_wflginfl_00000000000000000000ffff29df4c44','1630077318','no'),(117761,'_transient_wflginfl_00000000000000000000ffff29df4c44','2','no'),(117838,'_transient_timeout_wflginfl_00000000000000000000ffff744455a6','1630151526','no'),(117839,'_transient_wflginfl_00000000000000000000ffff744455a6','2','no'),(9446,'sbi_rating_notice','dismissed','yes'),(9447,'sb_instagram_settings','a:50:{s:15:\"sb_instagram_at\";s:0:\"\";s:20:\"sb_instagram_user_id\";a:1:{i:0;s:10:\"5799464764\";}s:30:\"sb_instagram_preserve_settings\";s:2:\"on\";s:23:\"sb_instagram_cache_time\";s:1:\"1\";s:28:\"sb_instagram_cache_time_unit\";s:4:\"days\";s:16:\"sbi_caching_type\";s:4:\"page\";s:23:\"sbi_cache_cron_interval\";s:7:\"12hours\";s:19:\"sbi_cache_cron_time\";s:1:\"1\";s:20:\"sbi_cache_cron_am_pm\";s:2:\"am\";s:18:\"sb_instagram_width\";i:100;s:23:\"sb_instagram_width_unit\";s:1:\"%\";s:28:\"sb_instagram_feed_width_resp\";s:0:\"\";s:19:\"sb_instagram_height\";s:0:\"\";s:16:\"sb_instagram_num\";i:6;s:24:\"sb_instagram_height_unit\";s:2:\"px\";s:17:\"sb_instagram_cols\";s:1:\"6\";s:27:\"sb_instagram_disable_mobile\";s:0:\"\";s:26:\"sb_instagram_image_padding\";i:5;s:31:\"sb_instagram_image_padding_unit\";s:2:\"px\";s:17:\"sb_instagram_sort\";s:4:\"none\";s:23:\"sb_instagram_background\";s:0:\"\";s:21:\"sb_instagram_show_btn\";s:0:\"\";s:27:\"sb_instagram_btn_background\";s:0:\"\";s:27:\"sb_instagram_btn_text_color\";s:0:\"\";s:21:\"sb_instagram_btn_text\";s:12:\"Load More...\";s:22:\"sb_instagram_image_res\";s:4:\"auto\";s:24:\"sb_instagram_show_header\";s:2:\"on\";s:24:\"sb_instagram_header_size\";s:5:\"small\";s:25:\"sb_instagram_header_color\";s:0:\"\";s:28:\"sb_instagram_show_follow_btn\";s:2:\"on\";s:33:\"sb_instagram_folow_btn_background\";s:0:\"\";s:34:\"sb_instagram_follow_btn_text_color\";s:0:\"\";s:28:\"sb_instagram_follow_btn_text\";s:19:\"Follow on Instagram\";s:23:\"sb_instagram_custom_css\";s:0:\"\";s:22:\"sb_instagram_custom_js\";s:0:\"\";s:17:\"sb_instagram_cron\";s:2:\"no\";s:19:\"sb_instagram_backup\";b:1;s:15:\"sb_ajax_initial\";b:0;s:24:\"enqueue_css_in_shortcode\";b:0;s:23:\"sb_instagram_ajax_theme\";s:0:\"\";s:27:\"sb_instagram_disable_resize\";b:0;s:24:\"sb_instagram_favor_local\";b:0;s:19:\"sb_instagram_minnum\";i:0;s:24:\"disable_js_image_loading\";b:0;s:18:\"enqueue_js_in_head\";b:0;s:30:\"sb_instagram_disable_mob_swipe\";b:0;s:15:\"sbi_font_method\";s:3:\"svg\";s:28:\"sb_instagram_disable_awesome\";s:0:\"\";s:15:\"custom_template\";b:0;s:18:\"connected_accounts\";a:1:{i:5799464764;a:7:{s:12:\"access_token\";s:69:\"5799464764.M2E4MWE5Zg==.OGU3ZWZhZTgwY2I1.NDZkZTljYmFiOTNmNzU0NTZhZjY=\";s:7:\"user_id\";s:10:\"5799464764\";s:8:\"username\";s:18:\"raisingclevergirls\";s:8:\"is_valid\";b:1;s:12:\"last_checked\";i:1582512703;s:15:\"profile_picture\";s:216:\"https://scontent.cdninstagram.com/v/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\";s:12:\"local_avatar\";b:1;}}}','yes'),(42285,'_transient_timeout_wflginfl_2002b9ead9e1000000000000b9ead9e1','1527134619','no'),(42286,'_transient_wflginfl_2002b9ead9e1000000000000b9ead9e1','5','no'),(94794,'_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1609527196','no'),(94795,'_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9','1609483996','no'),(98465,'_transient_timeout_wflginfl_00000000000000000000ffff6f5b0930','1613216552','no'),(98466,'_transient_wflginfl_00000000000000000000ffff6f5b0930','1','no'),(98476,'_transient_timeout_wflginfl_00000000000000000000ffff8a3b2124','1613229295','no'),(98477,'_transient_wflginfl_00000000000000000000ffff8a3b2124','1','no'),(98500,'_transient_timeout_wflginfl_00000000000000000000ffff66446f54','1613257726','no'),(98501,'_transient_wflginfl_00000000000000000000ffff66446f54','1','no'),(89724,'_transient_timeout_wflginfl_2a03b0c0000300d00000000000b08001','1603839707','no'),(89725,'_transient_wflginfl_2a03b0c0000300d00000000000b08001','1','no'),(90138,'_transient_timeout_external_ip_address_192.168.148.194','1604960688','no'),(90139,'_transient_external_ip_address_192.168.148.194','103.67.235.121','no'),(89736,'_transient_timeout_wflginfl_2604a880000200d100000000019a6001','1603851706','no'),(89737,'_transient_wflginfl_2604a880000200d100000000019a6001','1','no'),(20282,'_transient_timeout_external_ip_address_178.137.82.201','1510313011','no'),(20283,'_transient_external_ip_address_178.137.82.201','2404:8280:a111:101::46','no'),(117011,'_transient_wflginfl_00000000000000000000ffffb058860d','2','no'),(16783,'_transient_timeout_external_ip_address_183.87.114.130','1507330649','no'),(16784,'_transient_external_ip_address_183.87.114.130','2404:8280:a111:101::46','no'),(117010,'_transient_timeout_wflginfl_00000000000000000000ffffb058860d','1630066322','no'),(16178,'_transient_timeout_external_ip_address_65.55.210.115','1506632193','no'),(16179,'_transient_external_ip_address_65.55.210.115','2404:8280:a111:101::46','no'),(16180,'_transient_timeout_external_ip_address_199.30.24.101','1506632204','no'),(16181,'_transient_external_ip_address_199.30.24.101','103.67.235.70','no'),(116980,'_transient_timeout_wflginfl_00000000000000000000ffff70d33645','1630066012','no'),(116981,'_transient_wflginfl_00000000000000000000ffff70d33645','2','no'),(116982,'_transient_timeout_wflginfl_00000000000000000000ffff6d5d4d2c','1630066021','no'),(116983,'_transient_wflginfl_00000000000000000000ffff6d5d4d2c','2','no'),(116984,'_transient_timeout_wflginfl_00000000000000000000ffff6e25e493','1630066040','no'),(116985,'_transient_wflginfl_00000000000000000000ffff6e25e493','2','no'),(116987,'_transient_timeout_wflginfl_00000000000000000000ffff2e01f6a0','1630066058','no'),(116988,'_transient_wflginfl_00000000000000000000ffff2e01f6a0','2','no'),(117006,'_transient_wflginfl_00000000000000000000ffffdb4b1793','2','no'),(117020,'_transient_timeout_wflginfl_00000000000000000000ffffca156b72','1630066597','no'),(116990,'_transient_timeout_wflginfl_00000000000000000000ffff31252593','1630066116','no'),(116991,'_transient_wflginfl_00000000000000000000ffff31252593','2','no'),(117113,'_transient_timeout_wflginfl_00000000000000000000ffff27240d48','1630067570','no'),(117005,'_transient_timeout_wflginfl_00000000000000000000ffffdb4b1793','1630066290','no'),(116994,'_transient_timeout_wflginfl_00000000000000000000ffff27218221','1630066148','no'),(116995,'_transient_wflginfl_00000000000000000000ffff27218221','2','no'),(116997,'_transient_timeout_wflginfl_00000000000000000000ffff775d97d6','1630069981','no'),(116998,'_transient_wflginfl_00000000000000000000ffff775d97d6','4','no'),(117000,'_transient_timeout_wflginfl_00000000000000000000ffff0e8fe1fa','1630066228','no'),(117001,'_transient_wflginfl_00000000000000000000ffff0e8fe1fa','2','no'),(23442,'_transient_timeout_external_ip_address_103.67.235.57','1512501146','no'),(23443,'_transient_external_ip_address_103.67.235.57','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(111683,'_transient_timeout_wflginfl_00000000000000000000ffff6771e42a','1625669494','no'),(111684,'_transient_wflginfl_00000000000000000000ffff6771e42a','1','no'),(111635,'_transient_timeout_wflginfl_00000000000000000000ffff2d9dd4e1','1625615592','no'),(111636,'_transient_wflginfl_00000000000000000000ffff2d9dd4e1','1','no'),(117576,'_transient_wflginfl_00000000000000000000ffff5960780c','2','no'),(117578,'_transient_timeout_wflginfl_00000000000000000000ffff97fae320','1630074318','no'),(117579,'_transient_wflginfl_00000000000000000000ffff97fae320','2','no'),(113687,'_transient_timeout_wflginfl_00000000000000000000ffff75048b94','1627197942','no'),(113688,'_transient_wflginfl_00000000000000000000ffff75048b94','1','no'),(113777,'_transient_timeout_wflginfl_00000000000000000000ffff6dc3630f','1627274489','no'),(113778,'_transient_wflginfl_00000000000000000000ffff6dc3630f','1','no'),(113845,'_transient_timeout_wflginfl_00000000000000000000ffff2ec55264','1627323381','no'),(114310,'_transient_timeout_wflginfl_00000000000000000000ffffb4fb9a2a','1627741258','no'),(113846,'_transient_wflginfl_00000000000000000000ffff2ec55264','1','no'),(117568,'_transient_timeout_wflginfl_00000000000000000000ffffb6012fdc','1630074259','no'),(117569,'_transient_wflginfl_00000000000000000000ffffb6012fdc','2','no'),(117570,'_transient_timeout_wflginfl_00000000000000000000ffff73600ecb','1630074260','no'),(117571,'_transient_wflginfl_00000000000000000000ffff73600ecb','2','no'),(117573,'_transient_timeout_wflginfl_00000000000000000000ffff6d350f13','1630074274','no'),(117574,'_transient_wflginfl_00000000000000000000ffff6d350f13','2','no'),(113862,'_transient_timeout_wflginfl_00000000000000000000ffffc53bc53a','1627354324','no'),(113863,'_transient_wflginfl_00000000000000000000ffffc53bc53a','1','no'),(117575,'_transient_timeout_wflginfl_00000000000000000000ffff5960780c','1630074294','no'),(120954,'_transient_timeout_wc_related_902','1633177923','no'),(120955,'_transient_wc_related_902','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(98449,'_transient_wflginfl_00000000000000000000ffffbf2167a9','1','no'),(25227,'_transient_timeout_feed_af1de7906c1986a3dff3a340b582c23d','1513005215','no'),(22368,'_transient_timeout_external_ip_address_50.125.101.219','1511913971','no'),(22369,'_transient_external_ip_address_50.125.101.219','103.67.235.70','no'),(22377,'_transient_timeout_external_ip_address_43.242.39.141','1511923152','no'),(22378,'_transient_external_ip_address_43.242.39.141','103.67.235.70','no'),(22382,'_transient_timeout_external_ip_address_54.221.181.94','1511923742','no'),(22383,'_transient_external_ip_address_54.221.181.94','103.67.235.70','no'),(22401,'_transient_timeout_external_ip_address_117.149.2.142','1511931393','no'),(22402,'_transient_external_ip_address_117.149.2.142','103.67.235.70','no'),(22406,'_transient_timeout_external_ip_address_54.226.119.246','1511933130','no'),(22407,'_transient_external_ip_address_54.226.119.246','2404:8280:a111:101::46','no'),(22418,'_transient_timeout_external_ip_address_128.72.223.20','1511946523','no'),(120982,'_transient_timeout_wc_related_591','1633178000','no'),(120983,'_transient_wc_related_591','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"592\";i:5;s:3:\"593\";i:6;s:3:\"594\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(120624,'_transient_timeout_wc_related_573','1632869434','no'),(120625,'_transient_wc_related_573','a:23:{i:0;s:3:\"570\";i:1;s:3:\"575\";i:2;s:3:\"577\";i:3;s:3:\"591\";i:4;s:3:\"592\";i:5;s:3:\"593\";i:6;s:3:\"594\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(22419,'_transient_external_ip_address_128.72.223.20','103.67.235.70','no'),(120962,'_transient_timeout_wc_related_601','1633177928','no'),(120963,'_transient_wc_related_601','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"599\";i:11;s:3:\"600\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(22449,'_transient_timeout_external_ip_address_54.167.28.94','1511973166','no'),(22450,'_transient_external_ip_address_54.167.28.94','2404:8280:a111:101:0:0:0:46','no'),(22451,'_transient_timeout_external_ip_address_52.12.253.244','1511976058','no'),(22452,'_transient_external_ip_address_52.12.253.244','103.67.235.70','no'),(15538,'_transient_external_ip_address_110.20.175.64','103.67.235.70','no'),(15567,'_transient_timeout_external_ip_address_115.70.43.156','1506044289','no'),(117721,'_transient_timeout_wflginfl_00000000000000000000ffff25cb79cb','1630076346','no'),(117722,'_transient_wflginfl_00000000000000000000ffff25cb79cb','2','no'),(117694,'_transient_timeout_wflginfl_00000000000000000000ffff9d214fdc','1630075978','no'),(117695,'_transient_wflginfl_00000000000000000000ffff9d214fdc','1','no'),(117696,'_transient_timeout_wflginfl_00000000000000000000ffffc4bd39fe','1630076004','no'),(117697,'_transient_wflginfl_00000000000000000000ffffc4bd39fe','2','no'),(117698,'_transient_timeout_wflginfl_00000000000000000000ffff67e492a2','1630076025','no'),(117699,'_transient_wflginfl_00000000000000000000ffff67e492a2','2','no'),(17715,'_transient_timeout_external_ip_address_109.172.167.29','1508614095','no'),(17716,'_transient_external_ip_address_109.172.167.29','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15537,'_transient_timeout_external_ip_address_110.20.175.64','1505999987','no'),(117690,'_transient_timeout_wflginfl_00000000000000000000ffff8de2f0b7','1630075902','no'),(117702,'_transient_wflginfl_00000000000000000000ffff524fed0b','2','no'),(117688,'_transient_timeout_wflginfl_00000000000000000000ffff5db193f9','1630075877','no'),(117689,'_transient_wflginfl_00000000000000000000ffff5db193f9','2','no'),(15568,'_transient_external_ip_address_115.70.43.156','103.67.235.70','no'),(117683,'_transient_wflginfl_00000000000000000000ffff3191ebc6','2','no'),(117685,'_transient_timeout_wflginfl_00000000000000000000ffff781d61b8','1630075782','no'),(20507,'_transient_timeout_external_ip_address_198.181.56.72','1510481912','no'),(20508,'_transient_external_ip_address_198.181.56.72','2404:8280:a111:101::46','no'),(16593,'_transient_timeout_external_ip_address_199.30.24.153','1507061709','no'),(16594,'_transient_external_ip_address_199.30.24.153','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(16616,'_transient_timeout_external_ip_address_100.35.47.77','1507092851','no'),(16617,'_transient_external_ip_address_100.35.47.77','2404:8280:a111:101::46','no'),(16633,'_transient_timeout_external_ip_address_40.77.178.252','1507126251','no'),(16696,'_transient_timeout_external_ip_address_40.77.177.2','1507214481','no'),(16697,'_transient_external_ip_address_40.77.177.2','2404:8280:a111:101::46','no'),(117664,'_transient_timeout_wflginfl_00000000000000000000ffffbf25dbd8','1630075536','no'),(117665,'_transient_wflginfl_00000000000000000000ffffbf25dbd8','2','no'),(118446,'_transient_external_ip_address_2001:df3:2e81:7279:725f:34a6:e05f:951b','103.67.235.121','no'),(117674,'_transient_timeout_wflginfl_00000000000000000000ffffa99f9612','1630075705','no'),(117667,'_transient_timeout_wflginfl_00000000000000000000ffff59c98208','1630075636','no'),(117668,'_transient_wflginfl_00000000000000000000ffff59c98208','2','no'),(117669,'_transient_timeout_wflginfl_00000000000000000000ffff77a060c9','1630075637','no'),(117670,'_transient_wflginfl_00000000000000000000ffff77a060c9','2','no'),(117691,'_transient_wflginfl_00000000000000000000ffff8de2f0b7','2','no'),(117672,'_transient_timeout_wflginfl_00000000000000000000ffff77497958','1630075701','no'),(117673,'_transient_wflginfl_00000000000000000000ffff77497958','1','no'),(117675,'_transient_wflginfl_00000000000000000000ffffa99f9612','2','no'),(118445,'_transient_timeout_external_ip_address_2001:df3:2e81:7279:725f:34a6:e05f:951b','1631306349','no'),(117686,'_transient_wflginfl_00000000000000000000ffff781d61b8','2','no'),(117678,'_transient_timeout_wflginfl_00000000000000000000ffffd595da82','1630075738','no'),(117679,'_transient_wflginfl_00000000000000000000ffffd595da82','2','no'),(117680,'_transient_timeout_wflginfl_00000000000000000000ffff9a7f31e5','1630075753','no'),(117681,'_transient_wflginfl_00000000000000000000ffff9a7f31e5','2','no'),(117220,'_transient_wflginfl_00000000000000000000ffff0ec0d8b9','2','no'),(98421,'_transient_wflginfl_00000000000000000000ffff797960df','1','no'),(94554,'_transient_timeout_wflginfl_260330034bef2000000000000000a6c1','1609255758','no'),(94555,'_transient_wflginfl_260330034bef2000000000000000a6c1','1','no'),(98420,'_transient_timeout_wflginfl_00000000000000000000ffff797960df','1613163231','no'),(98448,'_transient_timeout_wflginfl_00000000000000000000ffffbf2167a9','1613202487','no'),(114616,'_transient_timeout_wc_cbp_91c235fada676d95b0754e3857ffa009','1630576794','no'),(114617,'_transient_wc_cbp_91c235fada676d95b0754e3857ffa009','a:0:{}','no'),(95601,'_transient_timeout_wflginfl_2a010488006610002ea3495100000001','1610362203','no'),(95602,'_transient_wflginfl_2a010488006610002ea3495100000001','1','no'),(95607,'_transient_wflginfl_26075300012008780000000000000000','1','no'),(95609,'_transient_timeout_wflginfl_2604a880000200d100000000019c1001','1610366571','no'),(95610,'_transient_wflginfl_2604a880000200d100000000019c1001','1','no'),(95614,'_transient_timeout_wflginfl_2604a880040000d00000000017244001','1610368778','no'),(95615,'_transient_wflginfl_2604a880040000d00000000017244001','1','no'),(95779,'_transient_timeout_wflginfl_2a0247800003001c0000000000000016','1610516412','no'),(96314,'_transient_timeout_wflginfl_00000000000000000000ffff36d761c1','1611117042','no'),(96294,'_transient_timeout_external_ip_address_2a0f:e80:0:1::7d8b:813c','1611695332','no'),(96295,'_transient_external_ip_address_2a0f:e80:0:1::7d8b:813c','103.67.235.121','no'),(95748,'_transient_timeout_external_ip_address_2602:fd43:9ff:5500:8dd9:d8b8:f05e:9712','1611092239','no'),(95749,'_transient_external_ip_address_2602:fd43:9ff:5500:8dd9:d8b8:f05e:9712','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(95725,'_transient_timeout_wflginfl_2604a880000200d0000000000ad76001','1610477536','no'),(95751,'_transient_timeout_external_ip_address_2605:a140:2046:1926::1','1611093950','no'),(95752,'_transient_external_ip_address_2605:a140:2046:1926::1','103.67.235.121','no'),(95758,'_transient_timeout_wflginfl_2a00d68000200050000000000000d2ca','1610506657','no'),(95759,'_transient_wflginfl_2a00d68000200050000000000000d2ca','1','no'),(113584,'_transient_wflginfl_00000000000000000000ffff8fee813a','1','no'),(113583,'_transient_timeout_wflginfl_00000000000000000000ffff8fee813a','1627102948','no'),(117582,'_transient_timeout_wflginfl_00000000000000000000ffff781d56af','1630074323','no'),(117583,'_transient_wflginfl_00000000000000000000ffff781d56af','2','no'),(113548,'_transient_wflginfl_00000000000000000000ffff75049963','1','no'),(117581,'_transient_wflginfl_00000000000000000000ffff67028559','2','no'),(113469,'_transient_timeout_wflginfl_00000000000000000000ffffb4f30730','1626974030','no'),(113470,'_transient_wflginfl_00000000000000000000ffffb4f30730','1','no'),(117580,'_transient_timeout_wflginfl_00000000000000000000ffff67028559','1630074322','no'),(113547,'_transient_timeout_wflginfl_00000000000000000000ffff75049963','1627048304','no'),(117168,'_transient_timeout_wflginfl_00000000000000000000ffff4260ed26','1630068270','no'),(117169,'_transient_wflginfl_00000000000000000000ffff4260ed26','2','no'),(117174,'_transient_timeout_wflginfl_00000000000000000000ffffca5d99e7','1630068365','no'),(113398,'_transient_timeout_wflginfl_00000000000000000000ffffaa522b66','1626918912','no'),(113399,'_transient_wflginfl_00000000000000000000ffffaa522b66','1','no'),(94530,'_transient_timeout_wflginfl_200141d003033d4a0000000000000000','1609230718','no'),(94531,'_transient_wflginfl_200141d003033d4a0000000000000000','1','no'),(17691,'_transient_timeout_external_ip_address_139.59.125.12','1508568342','no'),(17692,'_transient_external_ip_address_139.59.125.12','103.67.235.70','no'),(17719,'_transient_timeout_external_ip_address_54.213.19.30','1508616514','no'),(17720,'_transient_external_ip_address_54.213.19.30','103.67.235.70','no'),(17733,'_transient_timeout_external_ip_address_167.114.233.118','1508635074','no'),(17734,'_transient_external_ip_address_167.114.233.118','2404:8280:a111:101::46','no'),(17761,'_transient_timeout_external_ip_address_189.6.254.84','1508692686','no'),(27266,'_transient_timeout_wflginfl_00000000000000000000ffffb2433b89','1513635268','no'),(17762,'_transient_external_ip_address_189.6.254.84','103.67.235.70','no'),(17774,'_transient_timeout_external_ip_address_106.38.241.157','1508711797','no'),(17775,'_transient_external_ip_address_106.38.241.157','2404:8280:a111:101::46','no'),(27267,'_transient_wflginfl_00000000000000000000ffffb2433b89','1','no'),(27269,'_transient_timeout_wflginfl_00000000000000000000ffff5eb2488a','1513640279','no'),(27270,'_transient_wflginfl_00000000000000000000ffff5eb2488a','2','no'),(27272,'_transient_timeout_wflginfl_00000000000000000000ffffb9903c5c','1513636159','no'),(27273,'_transient_wflginfl_00000000000000000000ffffb9903c5c','1','no'),(27274,'_transient_timeout_wflginfl_00000000000000000000ffff5f4f2447','1513642455','no'),(27275,'_transient_wflginfl_00000000000000000000ffff5f4f2447','2','no'),(27539,'_transient_timeout_wflginfl_00000000000000000000ffff0588ab2c','1513727332','no'),(27540,'_transient_wflginfl_00000000000000000000ffff0588ab2c','1','no'),(27848,'_transient_wflginfl_00000000000000000000ffffd9c46c1e','1','no'),(27279,'_transient_timeout_wflginfl_00000000000000000000ffff57f1d7f7','1513637939','no'),(27280,'_transient_wflginfl_00000000000000000000ffff57f1d7f7','1','no'),(27283,'_transient_timeout_wflginfl_00000000000000000000ffffb91bd057','1513638538','no'),(27284,'_transient_wflginfl_00000000000000000000ffffb91bd057','1','no'),(27286,'_transient_timeout_wflginfl_00000000000000000000ffffb03404c9','1513639573','no'),(27287,'_transient_wflginfl_00000000000000000000ffffb03404c9','1','no'),(27290,'_transient_timeout_wflginfl_00000000000000000000ffff4d32a4ce','1513641025','no'),(27291,'_transient_wflginfl_00000000000000000000ffff4d32a4ce','1','no'),(27292,'_transient_timeout_wflginfl_00000000000000000000ffff6dac3b54','1513641882','no'),(27293,'_transient_wflginfl_00000000000000000000ffff6dac3b54','1','no'),(27297,'_transient_timeout_wflginfl_00000000000000000000ffff5be56f33','1513642785','no'),(27298,'_transient_wflginfl_00000000000000000000ffff5be56f33','1','no'),(27299,'_transient_timeout_wflginfl_00000000000000000000ffff5fdcd7af','1513642914','no'),(27300,'_transient_wflginfl_00000000000000000000ffff5fdcd7af','1','no'),(27301,'_transient_timeout_wflginfl_00000000000000000000ffff6dfc5baf','1513642968','no'),(27302,'_transient_wflginfl_00000000000000000000ffff6dfc5baf','1','no'),(27303,'_transient_timeout_wflginfl_00000000000000000000ffff53952f64','1513646967','no'),(27304,'_transient_wflginfl_00000000000000000000ffff53952f64','2','no'),(27344,'_transient_timeout_wflginfl_00000000000000000000ffff6dc5c26d','1513665508','no'),(27345,'_transient_wflginfl_00000000000000000000ffff6dc5c26d','1','no'),(36409,'_transient_timeout_wflginfl_00000000000000000000ffff76625a1a','1520884030','no'),(36410,'_transient_wflginfl_00000000000000000000ffff76625a1a','1','no'),(37705,'_transient_wflginfl_00000000000000000000ffff8613e6b1','1','no'),(29354,'_transient_timeout_wflginfl_00000000000000000000ffff78845c80','1514594207','no'),(29355,'_transient_wflginfl_00000000000000000000ffff78845c80','1','no'),(36758,'_transient_timeout_wflginfl_00000000000000000000ffffdd0d9057','1521109060','no'),(47603,'_transient_external_ip_address_192.168.132.115','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(35109,'_transient_timeout_wflginfl_2002c3167d0b000000000000c3167d0b','1519751694','no'),(35110,'_transient_wflginfl_2002c3167d0b000000000000c3167d0b','19','no'),(35118,'_transient_timeout_wflginfl_00000000000000000000ffffbbab9375','1519758801','no'),(35119,'_transient_wflginfl_00000000000000000000ffffbbab9375','5','no'),(35127,'_transient_timeout_wflginfl_00000000000000000000ffff2d05f101','1519761703','no'),(35128,'_transient_wflginfl_00000000000000000000ffff2d05f101','5','no'),(35380,'_transient_timeout_wflginfl_280004f0008c9b3009d6119387b4abff','1520026079','no'),(35381,'_transient_wflginfl_280004f0008c9b3009d6119387b4abff','5','no'),(35683,'_transient_timeout_wflginfl_20010e68543559f11c1d20f946248409','1520257578','no'),(35684,'_transient_wflginfl_20010e68543559f11c1d20f946248409','1','no'),(51691,'!sbi_5799464764','%7B%22pagination%22:%7B%22next_max_id%22:%221826557450938059039_5799464764%22,%22next_url%22:%5B%22https://api.instagram.com/v1/users/5799464764/media/recent?access_token=5799464764.3a81a9f.b5de1b1fdf8f4a5fa226b2d896cec8ba&count=33&callback=jQuery112403468505956366845_1571730280082&_=1571730280083&max_id=1826557450938059039_5799464764%22%5D%7D,%22data%22:%5B%7B%22id%22:%222128391724129473695_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/4f589e180a7539d71458744920e6fec5/5E402DA3/t51.2885-15/e35/s150x150/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/f038964275a73968b2fd7fa92ca11493/5E467853/t51.2885-15/e35/s320x320/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/8f2410c1e42cbdb3160515be291e0101/5E3FD8E1/t51.2885-15/e35/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221567944087%22,%22caption%22:%7B%22id%22:%2217928891976309414%22,%22text%22:%22Hard%20as%20it%20may%20be,%20our%20children%20need%20the%20tough%20times%20to%20learn%20and%20grow.%20And%20they%20also%20need%20to%20know%20we%20have%20their%20back,%20that%20we%20will%20always%20be%20their%20lighthouse.%5Cn#raisinggirls%20#family%22,%22created_time%22:%221567944087%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:12%7D,%22tags%22:%5B%22familyholiday%22,%22parenthood_moments%22,%22daughter%22,%22familyfirst%22,%22family%22,%22sisters%22,%22lovemykids%22,%22lovemyfamily%22,%22raisingdaughters%22,%22momslife%22,%22mydaughter%22,%22familyfunday%22,%22lovemygirls%22,%22likeagirl%22,%22familyfun%22,%22familytime%22,%22siblings%22,%22myprincess%22,%22familylife%22,%22raisinggirls%22,%22daughters%22,%22lovemydaughter%22,%22girlpower%22,%22growingupfast%22,%22familygoals%22,%22proudmom%22,%22mydaughters%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B2JkP8TnlSf/%22,%22location%22:%7B%22latitude%22:-33.887037017153,%22longitude%22:151.24035531086,%22name%22:%22Woollahra,%20New%20South%20Wales%22,%22id%22:515302303%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222091110394052436657_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/156d641d52efe3356808dcc0e54c6056/5E606B13/t51.2885-15/e35/s150x150/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/5052d44667756306a8e0aa3f0b06edad/5E5F6DE3/t51.2885-15/e35/s320x320/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/886d4b793fe75dda8538c817e1e0ab18/5E5885B4/t51.2885-15/sh0.08/e35/s640x640/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221563499806%22,%22caption%22:%7B%22id%22:%2218017371102213461%22,%22text%22:%22What%20is%20it%20you%20are%20ashamed%20of?%20Is%20it%20the%20fat%20on%20your%20body?%20Past%20actions?%20A%20habit?%20%5CnOr%20is%20it%20something%20deeper%20maybe,%20something%20that\\\'s%20hard%20to%20admit%20to%20yourself?%5CnIf%20you\\\'re%20not%20sure,%20start%20by%20looking%20what%20annoys%20you%20in%20others,%20that\\\'s%20a%20good%20indicator%20there%20is%20something%20going%20on%20beneath%20the%20surface.%5Cn%5Cn#parentinglife%20%20#raisingdaughters%22,%22created_time%22:%221563499806%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:15%7D,%22tags%22:%5B%22familyholiday%22,%22parenthood_moments%22,%22daughter%22,%22parentinglife%22,%22familyfirst%22,%22family%22,%22sisters%22,%22lovemykids%22,%22lovemyfamily%22,%22raisingdaughters%22,%22momslife%22,%22mydaughter%22,%22familyfunday%22,%22lovemygirls%22,%22likeagirl%22,%22familyfun%22,%22familytime%22,%22siblings%22,%22myprincess%22,%22familylife%22,%22raisinggirls%22,%22daughters%22,%22lovemydaughter%22,%22girlpower%22,%22growingupfast%22,%22familygoals%22,%22proudmom%22,%22mydaughters%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/B0FHdL_n2Kx/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222070069647995874369_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/4f4f1a1de0c11e9c643d1876e835e419/5E60705F/t51.2885-15/e35/s150x150/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/56780e8521c56a9aa53e2e007a429b11/5E2940AF/t51.2885-15/e35/s320x320/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/a5c03026d9252988516af9ab38404734/5E2748F8/t51.2885-15/sh0.08/e35/s640x640/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560991553%22,%22caption%22:%7B%22id%22:%2217965352758274922%22,%22text%22:%22#repost%20from%20@adutaketch%5CnWhat%E2%80%99s%20happening%20in%20Sudan%20right%20now%20is%20so%20disheartening%20beyond%20words.%20I%20just%20can%E2%80%99t%20seem%20to%20fathom%20that%20people%20can%20be%20this%20cruel.%20Killing%20innocent%20people,%20hurting%20children,%20arresting%20them%20for%20speaking%20up,%20which%20is%20a%20BASIC%20human%20right.%20Raping%20innocent%20woman%20and%20children%20in%20front%20of%20their%20loved%20ones.%20The%20story%20that%20really%20broke%20my%20heart%20and%20destroyed%20me,%20is%20of%20the%20six-year-old%20little%20girl%20that%20was%20raped%20by%2010%20grown%20men%20for%20beaten%20and%20tied%20up%20people%20to%20watch%20so%20hopelessly.%20The%20thought%20is%20just%20sickening.%20That%20is%20someone%E2%80%99s%20innocent%20baby%20girl.%20Where%20has%20humanity%20gone?%20She%20has%20been%20stripped%20of%20her%20innocence.%20All%20this%20because%20of%20power%20hungry,%20corrupt%20people?%20It%E2%80%99s%20just%20not%20fair%20at%20all.%20I%E2%80%99ve%20been%20feeling%20so%20helpless,%20asking%20myself%20what%20I%20can%20do%20to%20help.%20%20Although%20I%20can%E2%80%99t%20make%20it%20stop%20by%20sharing%20this%20post,%20I%E2%80%99m%20raising%20awareness%20in%20hope%20that%20it%20reaches%20those%20who%20have%20power%20to%20stop%20it.%20%20Please%20let%E2%80%99s%20all%20pray%20for%20the%20people%20of%20Sudan,%20pray%20for%20peace,%20love,%20compassion%20and%20for%20this%20awful%20genocide%20to%20end.%20Let%E2%80%99s%20stand%20with%20our%20brothers%20and%20sisters%20and%20give%20them%20more%20exposure,%20talking%20about%20it%20will%20spark%20more%20media%20attention.%20Calling%20your%20local%20news%20agencies,%20get%20in%20touch%20with%20local%20governments,%20sign%20petitions,%20donate%20what%20you%20can%20and%20make%20your%20voice%20be%20heard%20and%20be%20theirs!%20%F0%9F%99%8F%22,%22created_time%22:%221560991553%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:16%7D,%22tags%22:%5B%22repost%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/By6XWCNHKxB/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222070067286728669033_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/2f6525521a919a184f0fdd7c41c44b4b/5E42B506/t51.2885-15/e35/s150x150/61801087_1321522511339666_5765374279413262252_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/b68569e7e360c00bf1c4537718797276/5E5D447E/t51.2885-15/e35/s320x320/61801087_1321522511339666_5765374279413262252_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/48c12e166d88f70c5c30006dfde11f58/5E5E9983/t51.2885-15/sh0.08/e35/s640x640/61801087_1321522511339666_5765374279413262252_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560991272%22,%22caption%22:%7B%22id%22:%2218076017478018144%22,%22text%22:%22Your%20brain%20wants%20to%20keep%20you%20safe,%20and%20usually%20this%20means%20playing%20it%20safe:%20avoiding%20risk,%20staying%20within%20your%20comfort%20zone,%20being%20stagnant.%20%E2%81%A3%5Cn%E2%81%A3%5CnYet%20the%20magic%20is%20always%20happening%20outside%20our%20comfort%20zone.%20%5CnEncourage%20your%20daughter%20to%20take%20risks%20by%20talking%20about%20fears%20and%20courage,%20show%20her%20how%20all%20we%20really%20need%20to%20do%20is%20to%20reassure%20our%20brains%20of%20our%20safety.%20You%20do%20this%20by%20improving%20your%20relationship%20with%20uncertainty%20so%20you%20see%20it%20as%20a%20natural%20part%20of%20life.%E2%81%A3%5Cn%E2%81%A3%5CnAs%20you%20accept%20and%20welcome%20uncertainty,%20your%20mind%20does%20so,%20too.%20It%20then%20relaxes,%20trusts%20the%20process%20of%20life,%20and%20lets%20you%20move%20forward%20and%20create%20the%20change%20you%E2%80%99re%20here%20to%20make.%5Cn%5Cn#raisingclevergirls%20%5Cn#repost%20from%20@georgelizos%22,%22created_time%22:%221560991272%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:28%7D,%22tags%22:%5B%22raisingclevergirls%22,%22repost%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/By6WzrGnndp/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222068239677564814942_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/1cee9017ef1d01962645a2b0dbb911d0/5E587C5D/t51.2885-15/e35/s150x150/64310075_1041902586200036_1899166848711071742_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/1ea5ab036a0a2b25f49a278f2a3a0412/5E2B9E25/t51.2885-15/e35/s320x320/64310075_1041902586200036_1899166848711071742_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/6e1031153c0ad65b96513c5a0bc9582a/5E5C09D8/t51.2885-15/sh0.08/e35/s640x640/64310075_1041902586200036_1899166848711071742_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560773404%22,%22caption%22:%7B%22id%22:%2217853974173452054%22,%22text%22:%22Let%20girls%20play%20rough,%20encourage%20them%20to%20climb%20trees%20and%20get%20dirty%20fixing%20stuff,%20show%20them%20how%20to%20master%20their%20masculine%20energy%20as%20well%20as%20the%20feminine.%5CnThey%20will%20get%20really%20good%20at%20understanding%20and%20loving%20themselves%20just%20as%20they%20are,%20unapologetically.%5CnWhen%20we%20love%20all%20aspects%20of%20them,%20they%20do%20too.%5Cn%5CnThank%20you%20@jinkyart%20for%20this%20beautiful%20image,%20please%20visit%20their%20account%20for%20more%20amazing%20art!%5Cn%5Cn#raisingclevergirls%22,%22created_time%22:%221560773404%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:17%7D,%22tags%22:%5B%22raisingclevergirls%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Byz3QdbnoZe/%22,%22location%22:%7B%22latitude%22:-33.873968446405,%22longitude%22:151.21661832495,%22name%22:%22Sydney%20Australlia%22,%22id%22:874081074%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222066416565491855171_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/73c6c1bc9037b5770399583e539727bb/5E5F4EEA/t51.2885-15/e35/s150x150/61780236_562688577595379_8280899958291546803_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/55d3599297379eb5fb23f9db24590d94/5E59E71A/t51.2885-15/e35/s320x320/61780236_562688577595379_8280899958291546803_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/51491888a4de0437536eacd58176a066/5E57644D/t51.2885-15/sh0.08/e35/s640x640/61780236_562688577595379_8280899958291546803_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560556072%22,%22caption%22:%7B%22id%22:%2217972048836264560%22,%22text%22:%22Kids%20especially%20hear%20and%20sense%20what%20you%20don\\\'t%20want%20them%20to%20know.%5CnBe%20kind%20to%20yourself.%20%5Cn#raisingclevergirls%20#mumslife%5Cn%5CnCredit:%20thank%20you%20@staygoldshell%22,%22created_time%22:%221560556072%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:35%7D,%22tags%22:%5B%22mumslife%22,%22raisingclevergirls%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:8%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BytYusAH-9D/%22,%22location%22:%7B%22latitude%22:-33.873968446405,%22longitude%22:151.21661832495,%22name%22:%22Sydney%20Australlia%22,%22id%22:874081074%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222064553228466302258_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/bc076dc5b35272b37fa972e03c1d9055/5E5E0DCD/t51.2885-15/e35/s150x150/64671010_310171306552961_3609674835683431895_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/eb5705eb8d6e73b458f69d8aa0ff725f/5E594E3D/t51.2885-15/e35/s320x320/64671010_310171306552961_3609674835683431895_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/1c10edf977b455db99de421a749af00d/5E5C866A/t51.2885-15/sh0.08/e35/s640x640/64671010_310171306552961_3609674835683431895_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560333945%22,%22caption%22:%7B%22id%22:%2217862226924420294%22,%22text%22:%22Tell%20her%20she%20is%20capable,%20and%20she%20will%20be%20capable.%20%5CnTell%20her%20she%20is%20resilient,%20and%20she%20will%20be%20resilient.%5CnTell%20her%20she%20is%20kind,%20and%20she%20will%20be%20kind.%5Cn%5CnWhatever%20we%20tell%20our%20children,%20they%20believe%20us%20and%20act%20accordingly.%5Cn%5Cn#raisingclevergirls%20%20#shecandoit%22,%22created_time%22:%221560333945%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:17%7D,%22tags%22:%5B%22shecandoit%22,%22raisingclevergirls%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:7%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BymxDkKnq0y/%22,%22location%22:%7B%22latitude%22:-33.873968446405,%22longitude%22:151.21661832495,%22name%22:%22Sydney%20Australlia%22,%22id%22:874081074%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222063878404068654352_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/6120c2b953a232ad4a25d144323d99c4/5E280CEA/t51.2885-15/e35/s150x150/61304805_167754270922626_4096257504142334136_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/6744c2cade4d7da92c3dba71334f9816/5E42821A/t51.2885-15/e35/s320x320/61304805_167754270922626_4096257504142334136_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/030f0c22ac3d039cfeca708834e3fcb0/5E59924D/t51.2885-15/sh0.08/e35/s640x640/61304805_167754270922626_4096257504142334136_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221560253499%22,%22caption%22:%7B%22id%22:%2218036396070167504%22,%22text%22:%22What%20is%20it%20that%20we%20reject%20in%20our%20children%20because%20we%20truly%20hate%20in%20ourselves?%20%5CnChildren%20are%20a%20great%20mirror%20for%20us%20to%20see%20what%20has%20been%20too%20scary%20to%20deal%20with%20for%20so%20long.%20Bless%20them%20and%20accept%20it%20within%20yourself,%20and%20the%20problem%20will%20magically%20disappear%20within%20your%20child.%5Cn%5Cn#parenting%20#stronggirls%22,%22created_time%22:%221560253499%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:true,%22likes%22:%7B%22count%22:19%7D,%22tags%22:%5B%22parenting%22,%22stronggirls%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:5%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BykXnk-HL0Q/%22,%22location%22:%7B%22latitude%22:-33.873968446405,%22longitude%22:151.21661832495,%22name%22:%22Sydney%20Australlia%22,%22id%22:874081074%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%222045067167474373832_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/de3ec8b176ac1e0b80181a565e359ef1/5E4C07E7/t51.2885-15/e35/s150x150/59430076_467205813822279_2135837326230322612_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/fba86a8ac336525c6d4b90c831465217/5E459B17/t51.2885-15/e35/s320x320/59430076_467205813822279_2135837326230322612_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/8e0f4d57020bb0bddce7ea5c9db5a907/5E4A6A40/t51.2885-15/sh0.08/e35/s640x640/59430076_467205813822279_2135837326230322612_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221558011025%22,%22caption%22:%7B%22id%22:%2217955804727276873%22,%22text%22:%22Believing%20in%20yourself%20is%20taught%20from%20a%20very%20early%20age,%20and%20not%20by%20simply%20avoiding%20to%20criticise%20your%20daughter,%20but%20also%20by%20avoiding%20praising%20her%20work%20as%20being%20the%20best.%20%5CnInstead,%20encourage%20creativity%20and%20confidence%20by%20simply%20noticing%20with%20excitement%20the%20colours%20she%20used,%20the%20details%20she%20made,%20the%20steps%20she%20took.%20This%20will%20help%20her%20improve%20her%20work%20over%20time%20from%20an%20intrinsic%20motivation%20rather%20than%20solely%20external%20validation.%20%5Cn#littlegirl%20#shinebright%20%5CnInspired%20by%20@selebrateyou%22,%22created_time%22:%221558011025%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:36%7D,%22tags%22:%5B%22littlegirl%22,%22shinebright%22%5D,%22filter%22:%22Sierra%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BxhicDrH9TI/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221949147552406577485_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/13c242f7d99b3e1cffd0009cb0e3f844/5E57D62E/t51.2885-15/e35/s150x150/47693690_2212089965482170_4196895706103481153_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/06cdc36f1f718e1a191f1588d2657923/5E295E56/t51.2885-15/e35/s320x320/47693690_2212089965482170_4196895706103481153_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/7e473f70f4ebcbdaafe87e799f29c775/5E2990AB/t51.2885-15/sh0.08/e35/s640x640/47693690_2212089965482170_4196895706103481153_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221546576516%22,%22caption%22:%7B%22id%22:%2217926315303259783%22,%22text%22:%22Children%20ask%20for%20their%20needs%20to%20be%20fulfilled%20in%20ways%20we%20don%E2%80%99t%20always%20understand.%20They%20don%E2%80%99t%20do%20%E2%80%9Ctalks%E2%80%9D.%20They%20do%20%E2%80%9Cplay%E2%80%9D%20%F0%9F%98%8A%5CnAnd%20especially%20when%20it%20comes%20to%20girls,%20they%20will%20tell%20you%20a%20lot%20about%20what%20is%20happening%20in%20their%20life%20through%20characters%20and%20pretend%20play.%20%5Cn#playtime%20#kidslife%22,%22created_time%22:%221546576516%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:47%7D,%22tags%22:%5B%22playtime%22,%22kidslife%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:8%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BsMw180BCFN/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221940567776133859584_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/f2baf04d12a342014eac47eb968093f1/5E43814C/t51.2885-15/e35/s150x150/46590616_544232186093831_2675135433555261409_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/fcdab96fdff0c67618a8fe52bda5b19c/5E2B22BC/t51.2885-15/e35/s320x320/46590616_544232186093831_2675135433555261409_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/a2cd4154e3ed3e7e9258bed17662d3f5/5E41AAEB/t51.2885-15/sh0.08/e35/s640x640/46590616_544232186093831_2675135433555261409_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221545553727%22,%22caption%22:%7B%22id%22:%2217882719363293693%22,%22text%22:%22UK%20winter%20mood%20%5Cn#stayinbed%20#toddlerenvy%22,%22created_time%22:%221545553727%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:32%7D,%22tags%22:%5B%22toddlerenvy%22,%22stayinbed%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BruSBxfB0kA/%22,%22location%22:%7B%22latitude%22:51.7519,%22longitude%22:-1.2578,%22name%22:%22Oxford,%20Oxfordshire%22,%22id%22:214928415%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221939864072543916228_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/073b99baf62716a611cb8dfef6184ae4/5E3E7060/t51.2885-15/e35/s150x150/46583070_212081383029699_1605071185825127523_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/370150b33468041fd3dd9efbc8974dc2/5E483790/t51.2885-15/e35/s320x320/46583070_212081383029699_1605071185825127523_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/769ebb9a452531aa1b3608fccc20d322/5E3F6EC7/t51.2885-15/sh0.08/e35/s640x640/46583070_212081383029699_1605071185825127523_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221545469839%22,%22caption%22:%7B%22id%22:%2217990151067094397%22,%22text%22:%22Take%20time%20and%20observe%20your%20shadow,%20the%20things%20you%20feel%20like%20hiding%20from%20the%20world%20,%20the%20shame%20you%20feel%20deep%20inside.%20Put%20a%20light%20on%20it,%20smile%20at%20it%20and%20show%20yourself%20it%E2%80%99s%20ok,%20you%20are%20ready%20to%20accept%20yourself%20as%20you%20are.%20%20Jung%20used%20to%20call%20this%20%E2%80%9Cintegrating%20your%20shadow%E2%80%9D,%20and%20it%E2%80%99s%20essential%20for%20an%20authentic%20living.%20%5Cn#love%20#acceptance%22,%22created_time%22:%221545469839%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:35%7D,%22tags%22:%5B%22acceptance%22,%22love%22%5D,%22filter%22:%22Lo-fi%22,%22comments%22:%7B%22count%22:7%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BrryBichdDE/%22,%22location%22:%7B%22latitude%22:51.7519,%22longitude%22:-1.2578,%22name%22:%22Oxford,%20Oxfordshire%22,%22id%22:214928415%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221937636712218220851_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/ef60f7e1f8b339c65591ef346ba72d5f/5E5F6368/t51.2885-15/e35/s150x150/46541528_1993429614283321_703008816572152495_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/b5a206ca3f48f325f42c2e1b72f84fa1/5E284098/t51.2885-15/e35/s320x320/46541528_1993429614283321_703008816572152495_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:480,%22height%22:480,%22url%22:%22https://scontent.cdninstagram.com/vp/c5ff6970c4917941ae360166ad8a7837/5E2BBB2A/t51.2885-15/e35/46541528_1993429614283321_703008816572152495_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221545204317%22,%22caption%22:%7B%22id%22:%2217995938373119434%22,%22text%22:%22And%20this%20will%20be%20my%20holiday%20mantra.%20At%20least%20for%20a%20few%20weeks%20I%20want%20to%20slow%20down%20and%20not%20rush%20myself%20or%20the%20kids%20anymore%20%F0%9F%8E%84%5Cn#magicmoments%20#purposefulparentingmovement%22,%22created_time%22:%221545204317%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:27%7D,%22tags%22:%5B%22purposefulparentingmovement%22,%22magicmoments%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Brj3lLfhdkz/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221933015192007291416_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/37258d4f67304707aebd771420c65414/5E5B3554/t51.2885-15/e35/s150x150/47581305_368307167262862_200105011478954476_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/9f11a06db926811b641c14a58e0e985b/5E42F359/t51.2885-15/e35/s320x320/47581305_368307167262862_200105011478954476_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/e7ad723a9b26a177758f3e7a9f4fd93d/5E495CB5/t51.2885-15/sh0.08/e35/s640x640/47581305_368307167262862_200105011478954476_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221544653389%22,%22caption%22:%7B%22id%22:%2217855015545306193%22,%22text%22:%22We%20often%20forget%20that%20our%20job%20as%20parents%20is%20the%20one%20of%20a%20gardener%20who%20provides%20the%20environment%20and%20guidance%20necessary%20for%20growth,%20and%20not%20the%20one%20of%20the%20carpenter%20who%20manipulates%20the%20essence%20into%20a%20form%20he%20desires.%20%5CnStep%20back%20and%20watch%20you%20child%20bloom.%20She%20will%20surely%20amaze%20you!%5Cn#raisingclevergirls%20#nurture%20#authenticity%22,%22created_time%22:%221544653389%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:31%7D,%22tags%22:%5B%22nurture%22,%22raisingclevergirls%22,%22authenticity%22%5D,%22filter%22:%22Clarendon%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BrTcxNZBzIY/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221932264519435046682_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/9a805fc3217483d2e7f7c8d9e366a1fb/5E448E64/t51.2885-15/e35/s150x150/45435548_127639664809661_999727302425989727_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/88d046cc7f938640e477f2faaa9be44f/5E621969/t51.2885-15/e35/s320x320/45435548_127639664809661_999727302425989727_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/b8340bfe491cc6dc600c450fcdd081ce/5E2AE385/t51.2885-15/sh0.08/e35/s640x640/45435548_127639664809661_999727302425989727_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221544563902%22,%22caption%22:%7B%22id%22:%2217978568112157348%22,%22text%22:%22Making%20decisions%20is%20a%20skill,%20and%20with%20each%20one%20a%20child%20makes%20she%20becomes%20more%20skilled%20as%20she%20learns%20from%20consequences.%20%5CnThe%20more%20little%20mistakes%20kids%20make%20now,%20the%20easier%20it%20will%20be%20for%20them%20later%20to%20make%20good%20decisions.%20%5CnEncourage%20decision%20making.%20Cheer%20with%20them%20for%20their%20#success.%20Let%20the%20#fail.%20Help%20them%20#standup.%22,%22created_time%22:%221544563902%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:28%7D,%22tags%22:%5B%22standup%22,%22fail%22,%22success%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BrQyFfFBE8a/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221929768194013481794_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/1f7a93b411f7b666c45930bc8bbf27fe/5E2722B8/t51.2885-15/e35/s150x150/46125646_375989776564270_2310441926585472480_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/3ae5bcffc45f32182c8a095ac44a21de/5E41FF48/t51.2885-15/e35/s320x320/46125646_375989776564270_2310441926585472480_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/949b8fdd2352b95fccf95e6a40ef1ea4/5E4A4F1F/t51.2885-15/sh0.08/e35/s640x640/46125646_375989776564270_2310441926585472480_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221544266317%22,%22caption%22:%7B%22id%22:%2217887197856285207%22,%22text%22:%22Every%20time%20you%20notice%20misbehaviour%20with%20your%20children,%20it%20is%20only%20the%20surface%20of%20a%20bigger%20iceberg%20made%20up%20of%20some%20kind%20of%20struggle.%20Address%20the%20deeper%20issue%20and%20the%20annoying%20behaviour%20will%20be%20gone.%20%5Cn#familylife%20#happykids%22,%22created_time%22:%221544266317%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:33%7D,%22tags%22:%5B%22happykids%22,%22familylife%22%5D,%22filter%22:%22Lo-fi%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BrH6fK3BUtC/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221922550090254740441_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/6d69f502eaa0ab751526e429e1f5d163/5E57201D/t51.2885-15/e35/s150x150/45351554_131813001142957_2346450430598827111_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/2a24d4ab2b60a9217501c0841f66469b/5E403DED/t51.2885-15/e35/s320x320/45351554_131813001142957_2346450430598827111_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/9cc09e7b12b1575ac012bb2cc4a658ff/5E4371BA/t51.2885-15/sh0.08/e35/s640x640/45351554_131813001142957_2346450430598827111_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221543405852%22,%22caption%22:%7B%22id%22:%2217999728897070121%22,%22text%22:%22Life%20will%20give%20each%20what%20we%20ask%20for%20and%20what%20we%20need%20for%20our%20growth%20towards%20the%20path%20we%20choose.%20%5CnTeach%20girls%20to%20#dream%20bravely,%20#trust%20the%20Universe,%20#ask%20for%20what%20they%20want%20more%20of%20in%20their%20lives.%20%5CnShow%20them%20the%20power%20of%20visualisation,%20it%20is%20a%20truly%20#magical%20skill.%5Cn%E2%9C%A8%5Cn(Thank%20you%20@celestewronaart%20for%20your%20beautiful%20art)%5Cn%E2%9C%A8%5CnI%20bargained%20with%20Life%20for%20a%20penny,%5CnAnd%20Life%20would%20pay%20no%20more,%20%5CnHowever%20I%20begged%20at%20evening%5CnWhen%20I%20counted%20my%20scanty%20store;%5Cn...%5CnI%20worked%20for%20a%20menial\\\'s%20hire,%5CnOnly%20to%20learn,%20dismayed,%5CnThat%20any%20wage%20I%20had%20asked%20of%20Life,%5CnLife%20would%20have%20paid.%5Cn-%5CnBy%20Jessie%20B.%20Rittenhouse%22,%22created_time%22:%221543405852%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:26%7D,%22tags%22:%5B%22raisingclevergirls%22,%22trust%22,%22dream%22,%22ask%22,%22magical%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BquRR74h2vZ/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221918940578440420363_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/092b8446b5ae80f8a3d793493daa7b32/5E42B37C/t51.2885-15/e35/s150x150/45402432_202229390655917_514152589969454948_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/ecaaf016d00cb620575c66d06d67320f/5E570171/t51.2885-15/e35/s320x320/45402432_202229390655917_514152589969454948_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/ed8411cc5475dd9509de1b670d8a066c/5E293A9D/t51.2885-15/sh0.08/e35/s640x640/45402432_202229390655917_514152589969454948_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221542975564%22,%22caption%22:%7B%22id%22:%2218002656978052565%22,%22text%22:%22One%20personality%20trait%20that%20leads%20to%20someone%20becoming%20a%20people%20pleaser%20is%20agreeableness.%20%5CnThis%20is%20more%20often%20found%20in%20women%20rather%20than%20men,%20and%20over%20time%20it%20can%20go%20as%20far%20as%20loosing%20your%20capacity%20to%20answer%20the%20simple%20question%20%E2%80%9CWhat%20is%20it%20that%20you%20want%20for%20yourself?%E2%80%9D%5CnThat%E2%80%99s%20why%20the%20best%20thing%20you%20can%20do%20for%20your%20child%20is%20to%20show%20them%20that%20you%20truly%20love%20them%20unconditionally,%20that%20you%20accept%20them%20as%20the%20wonderful%20person%20they%20are,%20and%20that%20sometimes%20they%20can%20have%20difficult%20behaviours%20too%20(just%20like%20we%20all%20do).%20But%20you%20are%20there%20to%20guide%20them%20through%20it%20all%20and%20help%20them%20overcome%20the%20situation.%20%5CnAnd%20that%20your%20proud%20feelings%20are%20your%20choice.%20%5CnBecause%20when%20she%20will%20feel%20the%20burden%20of%20making%20you%20proud,%20she%20will%20lose%20the%20internal%20motivation%20to%20do%20the%20right%20things.%20She%20will%20only%20do%20them%20for%20your%20approval.%20%5Cn#proudofyou%20#motherslove%22,%22created_time%22:%221542975564%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22raisingclevergirls%22,%22motherslove%22,%22proudofyou%22%5D,%22filter%22:%22Juno%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqhckoDBhwL/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221917729350728653371_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/6707278d3d74e93a71818b97a97d3a19/5E5FB8ED/t51.2885-15/e35/s150x150/44893140_348580192389332_8053690893111932212_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/e0737cb8b5b7d357e246f2cad368058e/5E597F1D/t51.2885-15/e35/s320x320/44893140_348580192389332_8053690893111932212_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/527558771e011eb316f48cbc738aaca3/5E45914A/t51.2885-15/sh0.08/e35/s640x640/44893140_348580192389332_8053690893111932212_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221542831175%22,%22caption%22:%7B%22id%22:%2217910118975259455%22,%22text%22:%22Giving%20kids%20equal%20opportunities,%20encouraging%20their%20curiosity%20for%20a%20variety%20of%20things,%20not%20just%20what%20society%20tells%20them%20it%20is%20appropriate%20for%20a%20girl/%20boy,%20this%20is%20what%20leads%20to%20fair%20outcomes.%20%5CnWe%20want%20more%20women%20in%20Stem?%20Show%20girls%20maths%20and%20science%20is%20fun.%20%5CnWe%20want%20more%20female%20CEO%E2%80%99s?%20Teach%20girls%20negotiation%20and%20allow%20them%20to%20be%20disagreeable.%20%5CnWant%20women%20to%20be%20more%20innovative?%20Then%20stop%20telling%20them%20to%20be%20careful.%20%5CnBecause%20forcing%20equality%20of%20outcomes%20only%20tells%20them%20they%20made%20it%20there%20because%20of%20their%20gender,%20because%20the%20company%20HAS%20TO%20have%2050%25%20female%20employees.%20%5Cn#genderequality%20#stereotypes%22,%22created_time%22:%221542831175%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:42%7D,%22tags%22:%5B%22genderequality%22,%22stereotypes%22,%22raisingclevergirls%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:7%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqdJK8VhZo7/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221913127818322400023_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/2248be87c29c6d95c318234011f5d7c8/5E414BB1/t51.2885-15/e35/s150x150/44921354_2201766230111444_7435200595984276914_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/fb929797d0cc2f8dab2615ba7cdfdc96/5E2BB3C9/t51.2885-15/e35/s320x320/44921354_2201766230111444_7435200595984276914_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/adcf6d602666762866eb930c609a708f/5E420E34/t51.2885-15/sh0.08/e35/s640x640/44921354_2201766230111444_7435200595984276914_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221542282629%22,%22caption%22:%7B%22id%22:%2217926537021232961%22,%22text%22:%22Conditinal%20love%20hurts%20children%20so%20badly,%20it%20sets%20them%20as%20unworthy%20and%20unaccepted.%20All%20babies%20are%20born%20with%20an%20innate%20knowledge%20that%20they%20are%20lovable.%20But%20when%20they%20find%20that%20mom%20and%20dad%20want%20to%20%E2%80%9Cfix%E2%80%9D%20them,%20to%20change%20their%20authentic%20nature,%20they%20react%20defensive%20and%20either%20hide,%20burry%20that%20trait,%20or%20they%20fight%20back%20misbehaving.%20%5CnLet%E2%80%99s%20ditch%20the%20%E2%80%9Cif%E2%80%9D%20from%20our%20lives%20and%20learn%20to%20replace%20it%20with%20#acceptance%20.%5Cn#unconditionallove%20for%20#happykids%22,%22created_time%22:%221542282629%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:25%7D,%22tags%22:%5B%22happykids%22,%22acceptance%22,%22unconditionallove%22%5D,%22filter%22:%22Ludwig%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BqMy51VBlMX/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221908392774794002499_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/ba5370aa1545ad30c16700783e16d660/5E2BE787/t51.2885-15/e35/s150x150/43913016_260071674853543_3923491919618693054_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/0ba009d5798b235dd06234989601899f/5E639C77/t51.2885-15/e35/s320x320/43913016_260071674853543_3923491919618693054_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/775f77d84c57dba2a6a73561aa4d486a/5E5B9120/t51.2885-15/sh0.08/e35/s640x640/43913016_260071674853543_3923491919618693054_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221541718168%22,%22caption%22:%7B%22id%22:%2217999528086032741%22,%22text%22:%22Kids%20often%20behave%20in%20a%20way%20we%20deeply%20dislike,%20maybe%20they%20are%20being%20rude,%20or%20mean,%20acting%20entitled,%20teasing%20a%20sibling%20and%20the%20list%20could%20go%20on%20and%20on.%20%5CnOne%20thing%20we%20could%20do,%20especially%20when%20noticing%20an%20unwanted%20change%20in%20their%20attitude,%20is%20to%20COMPLIMENT%20them.%20Yep,%20you%20heard%20me%20right.%20%5CnCompliment%20them%20for%20the%20times%20they%20behaved%20better.%20%5CnFor%20example,%20let%E2%80%99s%20say%20your%2010%20years%20old%20tells%20her%20little%20brother%20he%20is%20stupid%20and%20he%20starts%20to%20cry%20or%20scream.%20Try%20going%20to%20them,%20cuddle%20the%20upset%20brother%20and%20ask%20her%20if%20she%20is%20ok.%20Then%20tell%20her%20that%20u%20were%20just%20thinking%20a%20moment%20ago%20about%20the%20lovely%20thing%20she%20did%20the%20other%20day%20and%20how%20much%20you%20like%20it%20when%20she%20is%20truly%20being%20herself%20she%20is%20kind%20and%20strong%20and%20inspirational,%20witty%20and%20cheeky%20but%20not%20rude%20etc.%20%5CnThe%20fact%20is%20that%20kids%20misbehave%20when%20they%20feel%20disconnected,%20and%20some%20#compassion%20and%20#hugs%20can%20go%20a%20long%20way.%22,%22created_time%22:%221541718168%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22compassion%22,%22hugs%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bp7-R4ZhMBD/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221906776067231086741_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/8ed034432f4768f8a927a824b4e60eb1/5E286381/t51.2885-15/e35/s150x150/43984343_339244959959018_3633536755335215396_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/3f71030fa5141246dc81febcafd049b1/5E609471/t51.2885-15/e35/s320x320/43984343_339244959959018_3633536755335215396_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/178e4aa06cfa94c209954315eb0df86e/5E571B26/t51.2885-15/sh0.08/e35/s640x640/43984343_339244959959018_3633536755335215396_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221541525442%22,%22caption%22:%7B%22id%22:%2217981049217116577%22,%22text%22:%22Boost%20your%20daughter%E2%80%99s%20self%20esteem%20and%20independence%20by%20asking%20for%20her%20opinion%20before%20giving%20your%20own.%20%5CnIt%20is%20essential%20to%20not%20throw%20in%20any%20judgment%20or%20approval%20as%20feedback,%20as%20this%20may%20lead%20to%20a%20habit%20of%20people%20pleasing%20and%20seeking%20external%20validation%20in%20future%20for%20her%20decisions.%20.%5Cn#raisingdaughters%22,%22created_time%22:%221541525442%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:30%7D,%22tags%22:%5B%22raisingdaughters%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:5%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bp2OrsJhniV/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221903136161283662444_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/e7d7bd0f69fa261ee45c3cf2a68a2a7c/5E2BDFCA/t51.2885-15/e35/s150x150/44790324_296693581185955_4547128057232007064_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/67862bf7d4ad59f06b6f7065702338dd/5E43C83A/t51.2885-15/e35/s320x320/44790324_296693581185955_4547128057232007064_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/fc06087fbf2cacf95af2af45cb182b04/5E4B416D/t51.2885-15/sh0.08/e35/s640x640/44790324_296693581185955_4547128057232007064_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221541091531%22,%22caption%22:%7B%22id%22:%2217986298323072102%22,%22text%22:%22They%20are%20born%20unique%20and%20authentic,%20but%20then%20they%20try%20so%20hard%20to%20please%20us%20that%20they%20can%20loose%20themselves%20along%20the%20way.%20Give%20your%20daughter%20the%20gift%20of%20failure,%20of%20being%20amazing,%20not%20perfect!%20.%5Cn#lovemydaughter%20#perfection%20is%20a%20#trap%20.%5Cn(Thank%20you%20@jinkyart%20for%20the%20beautiful%20photo)%22,%22created_time%22:%221541091531%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:24%7D,%22tags%22:%5B%22trap%22,%22perfection%22,%22lovemydaughter%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BppTEFkg2Js/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221898602591938178955_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/41c8599ca7aaecb46e45df3954b28de4/5E448110/t51.2885-15/e35/s150x150/43820698_348511225723824_657472088791368331_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/d4a2e2ddeba931a99e99fd4397a25b75/5E63881D/t51.2885-15/e35/s320x320/43820698_348511225723824_657472088791368331_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/0a5af4ff4268cf93217327f92dc5577f/5E3F09F1/t51.2885-15/sh0.08/e35/s640x640/43820698_348511225723824_657472088791368331_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221540551087%22,%22caption%22:%7B%22id%22:%2217956868080175174%22,%22text%22:%22We%20want%20to%20help%20our%20children%20and%20make%20sure%20they%20get%20the%20best%20start%20in%20life.%20And%20this%20involves%20stepping%20back,%20validating%20them%20for%20what%20they%20are,%20loving%20them%20with%20no%20%E2%80%9Cbut%E2%80%9D%5Cn.%5Cn#raisinggirls%20#parenthood%22,%22created_time%22:%221540551087%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:42%7D,%22tags%22:%5B%22parenthood%22,%22raisinggirls%22%5D,%22filter%22:%22Hudson%22,%22comments%22:%7B%22count%22:7%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BpZMP-GHG-L/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221894128802135522498_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c3a568e4956f2d1f52a236b6d0070269/5E59A2E7/t51.2885-15/e35/s150x150/42814933_250234275667172_6044908396795146417_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/58c49157930bdcc0f6c88a99508212ce/5E644A17/t51.2885-15/e35/s320x320/42814933_250234275667172_6044908396795146417_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/4ebb270ad8aa96f36dd42f11ccb80a88/5E5EF040/t51.2885-15/sh0.08/e35/s640x640/42814933_250234275667172_6044908396795146417_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221540017770%22,%22caption%22:%7B%22id%22:%2217976137872108276%22,%22text%22:%22Give%20yourself%20permission%20to%20love%20all%20the%20little%20moments%20of%20pleasure%20in%20your%20life.%20And%20say%20it%20out%20loud%20to%20yourself%20as%20you%20experience%20them,%20making%20sure%20your%20kids%20hear%20you!%5Cn.%5CnBy%20acknowledging%20the%20little%20pleasures%20in%20your%20life,%20you%20fill%20your%20life%20with%20joy%20and%20attract%20more%20of%20that%20feeling%20towards%20yourself.%20%5CnI%20love%20the%20cold%20water%20running%20over%20my%20hands%20as%20I%20wash%20them!%5CnI%20love%20the%20beautiful%20colours%20of%20these%20tiles!%5CnI%20love%20the%20feeling%20of%20the%20grass%20touching%20my%20feet!%5CnI%20love%20the%20sound%20of%20the%20ocean!%5CnI%20love%20the%20smell%20of%20spring!%5Cn.%5Cn#lovelife%20#feelblessed%20#makeyourselfhappy%20.%5Cn%5CnThank%20you%20for%20this%20beautiful%20image%20@rmariusb%22,%22created_time%22:%221540017770%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:17%7D,%22tags%22:%5B%22lovelife%22,%22feelblessed%22,%22makeyourselfhappy%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:5%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BpJTBwqH7zC/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221893587433302102566_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/c52246742ced06cc1fbba722b29c5135/5E58A8C7/t51.2885-15/e35/s150x150/43913494_317028478881892_8295259174972742179_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/70ee065fd4a9033bebc7067751db205b/5E5EB337/t51.2885-15/e35/s320x320/43913494_317028478881892_8295259174972742179_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/c271a4f36747209b206c9fa2ff8e6b04/5E4A6360/t51.2885-15/sh0.08/e35/s640x640/43913494_317028478881892_8295259174972742179_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221539953234%22,%22caption%22:%7B%22id%22:%2217993577916032743%22,%22text%22:%22Yes%20you%E2%80%99ve%20heard%20that%20right:%20teach%20her%20to%20lie%20and%20cheat%20to%20her%20mind%20and%20replace%20her%20fear%20with%20excitement!%5CnBecause%20you%20know%20what?%20To%20our%20bodies%20fear%20and%20excitement%20feel%20alike-%20we%20get%20the%20exact%20same%20sensations%20when%20we%20feel%20excitement%20as%20we%20do%20when%20we%20are%20afraid%20of%20something.%20%5CnSo%20what%20should%20she%20tell%20herself%20next%20time%20when%20she%20needs%20to%20speak%20in%20front%20of%20the%20class/%20going%20to%20a%20new%20school/%20has%20a%20test?%5Cn%E2%80%9CThis%20is%20so%20exciting,%20I%20can%E2%80%99t%20wait%20to%20do%20it!%E2%80%9D%5Cn.%5Cn#overcomefear%20#build%20#resilience%22,%22created_time%22:%221539953234%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:16%7D,%22tags%22:%5B%22littlegirl%22,%22familyholiday%22,%22daughter%22,%22mummytime%22,%22beautifuldaughter%22,%22motheranddaughter%22,%22familyfirst%22,%22workingmomlife%22,%22family%22,%22lovemykids%22,%22lovemyfamily%22,%22raisingdaughters%22,%22bestdadever%22,%22mydaughters%22,%22mydaughter%22,%22resilience%22,%22daddytime%22,%22lovemygirls%22,%22familyfun%22,%22familytime%22,%22siblings%22,%22myprincess%22,%22overcomefear%22,%22lovemydaughter%22,%22mumslife%22,%22daddyslittlegirl%22,%22mommysgirl%22,%22workingmom%22,%22mummysgirl%22,%22build%22%5D,%22filter%22:%22Ludwig%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BpHX7zpHZIm/%22,%22location%22:null,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221890255128089102582_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/b6a249f8db87440e11ac7a072bde0ac9/5E5C5905/t51.2885-15/e35/s150x150/43015356_483980715439000_6785967478585341925_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/b701e3fa559e6cc8491c25bd56563a4c/5E2C53F5/t51.2885-15/e35/s320x320/43015356_483980715439000_6785967478585341925_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/64f0481163557ed21621ea47f8af3d00/5E61F4A2/t51.2885-15/sh0.08/e35/s640x640/43015356_483980715439000_6785967478585341925_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221539555992%22,%22caption%22:%7B%22id%22:%2217959885678182733%22,%22text%22:%22How%20do%20we%20handle%20our%20own%20discomfort%20and%20how%20often%20are%20we%20allowing%20our%20kids%20to%20experience%20frustrations,%20disappointment,%20pain,%20anger?%20%5CnThe%20fact%20is%20that%20watching%20a%20loved%20one%20suffering%20is%20really%20hard,%20and%20therefore%20we%20tend%20to%20just%20wipe%20away%20all%20hardship%20from%20their%20life%20to%20help%20them%20feel%20better%20and%20protect%20them%20from%20the%20world.%20%5CnBut%20what%20we%20are%20really%20taking%20away%20from%20them%20are%20the%20opportunities%20to%20grow%20stronger%20and%20wiser,%20to%20learn%20how%20to%20deal%20with%20difficult%20situations.%20.%5Cn#parentingquotes%22,%22created_time%22:%221539555992%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:20%7D,%22tags%22:%5B%22parentingquotes%22%5D,%22filter%22:%22Ludwig%22,%22comments%22:%7B%22count%22:3%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/Bo7iQYknIj2/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221885907336386505700_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/3550be3d700fea75baf243aeb2b5e6e6/5E3F05D4/t51.2885-15/e35/s150x150/42181993_273860779912860_6280126714991789981_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/b7fb4dd172958fb08fba546b1c1797e1/5E580B24/t51.2885-15/e35/s320x320/42181993_273860779912860_6280126714991789981_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/46dc3483e3b0f30cac707e98f7fff5f6/5E287373/t51.2885-15/sh0.08/e35/s640x640/42181993_273860779912860_6280126714991789981_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221539037695%22,%22caption%22:%7B%22id%22:%2217945935186195273%22,%22text%22:%22We%20want%20the%20best%20for%20our%20kids%20and%20we%20try%20to%20always%20be%20there%20for%20them%20and%20provide%20everything%20they%20need%20or%20want.%20%5CnBut%20sometimes%20it%E2%80%99s%20better%20to%20try%20less.%20It%E2%80%99s%20better%20to%20let%20them%20do%20it%20themselves,%20even%20if%20it%20takes%2010%20times%20longer%20or%20there%20are%20tears%20and%20struggles%20involved.%20It%E2%80%99s%20better%20to%20help%20them%20deal%20with%20the%20tough%20social%20situations%20rather%20than%20sort%20things%20out%20for%20them.%20%5CnThe%20fact%20is,%20we%20cannot%20protect%20them%20from%20life.%20The%20only%20thing%20we%20can%20do%20is%20#raisethemright%20,%20make%20them%20#strong%20%5CnAnd%20then%20they%20can%20protect%20themselves.%5Cn.%5Cn#raisinggirls%20#mightygirl%20#jordanpeterson%22,%22created_time%22:%221539037695%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:33%7D,%22tags%22:%5B%22littlegirl%22,%22parenthood_moments%22,%22mygirls%22,%22raisethemwild%22,%22fatherhood%22,%22parents%22,%22jordanpeterson%22,%22strong%22,%22sisters%22,%22daddysgirl%22,%22littlefashionista%22,%22schoolgirl%22,%22family%22,%22raisethemright%22,%22familyfun%22,%22aussiemum%22,%22familytime%22,%22biggirl%22,%22siblings%22,%22mightygirl%22,%22myprincess%22,%22mygirl%22,%22motherhood%22,%22raisinggirls%22,%22mybabies%22,%22parenting%22,%22familyday%22,%22feminist%22,%22familygoals%22,%22mummysgirl%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:2%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BosFrsAnuvk/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221875740749549317080_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/402341957226485ba93d8b0687c65c96/5E2EB431/t51.2885-15/e35/s150x150/41697167_169977103886961_9077374298597854799_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/19a92d4f4faef9aed29143e23058d9ba/5E584CC1/t51.2885-15/e35/s320x320/41697167_169977103886961_9077374298597854799_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/dcdd64c3ade622651a5dff3680fae04e/5E5E7096/t51.2885-15/sh0.08/e35/s640x640/41697167_169977103886961_9077374298597854799_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221537825743%22,%22caption%22:%7B%22id%22:%2217909442376233440%22,%22text%22:%22Learning%20how%20to%20deal%20with%20difficult%20emotions%20is%20a%20blessing...%20comment%20w%20an%20emoji%20if%20you%20agree%20%F0%9F%A4%97%5Cn.%5Cn#overcome%20#harsh%20#emotions%5Cn#resilience%20#parenting%20#littlegirl%22,%22created_time%22:%221537825743%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:27%7D,%22tags%22:%5B%22parenting%22,%22littlegirl%22,%22emotions%22,%22harsh%22,%22resilience%22,%22overcome%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:6%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BoH-EYLnKvY/%22,%22location%22:%7B%22latitude%22:51.7519,%22longitude%22:-1.2578,%22name%22:%22Oxford,%20Oxfordshire%22,%22id%22:214928415%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221843564485220947813_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/5543a9889b949db7c38631d57cc6a68e/5E623364/t51.2885-15/e35/s150x150/37945673_707780809573468_1460419237192400896_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/c0b7bcae825d511f9d95eec9fe01a00e/5E27C494/t51.2885-15/e35/s320x320/37945673_707780809573468_1460419237192400896_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/c4b081abfb5d8c59dd9584a911022a30/5E5C1AC3/t51.2885-15/sh0.08/e35/s640x640/37945673_707780809573468_1460419237192400896_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221533990034%22,%22caption%22:%7B%22id%22:%2217968465819048474%22,%22text%22:%22There%20is%20so%20much%20emphasise%20on%20skills%20like%20perseverance,%20grit,%20confidence%20and%20this%20is%20great.%20But%20the%20feeling%20of%20bliss%20is%20connected%20to%20something%20else:%20#trust%20and%20#surrender%20.%20%5CnIt%20takes%20#courage%20to%20go%20there%20though,%20as%20it%20makes%20you%20so%20vulnerable%20that%20it%20can%20seem%20scary.%20%5Cn#feminineenergy%20#raisinggirls%22,%22created_time%22:%221533990034%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:26%7D,%22tags%22:%5B%22feminism%22,%22littlegirl%22,%22feminineenergy%22,%22daughter%22,%22mom%22,%22fatherhood%22,%22momlife%22,%22daddysgirl%22,%22surrender%22,%22momanddaughter%22,%22mydaughter%22,%22feminine%22,%22likeagirl%22,%22clevergirls%22,%22mum%22,%22trust%22,%22myprincess%22,%22motherhood%22,%22raisinggirls%22,%22daughters%22,%22parenting%22,%22daddyslittlegirl%22,%22courage%22,%22feminist%22,%22proudmommy%22,%22dad%22,%22girlythings%22,%22mummysgirl%22,%22strongertogether%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:4%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BmVqCG2Htdl/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221842985585134559776_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/be234cf08e67b8ddd6c192928d813953/5E485CB3/t51.2885-15/e35/s150x150/37913709_2343416212352076_3213707273482272768_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/66cc31127383cfa6c7f04f3c9c4b0659/5E28A5CB/t51.2885-15/e35/s320x320/37913709_2343416212352076_3213707273482272768_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/07f55cf62606c9eb36b583ae57a84ace/5E5F0236/t51.2885-15/sh0.08/e35/s640x640/37913709_2343416212352076_3213707273482272768_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221533921023%22,%22caption%22:%7B%22id%22:%2217942193880143333%22,%22text%22:%22The%20messier%20the%20game,%20the%20more%20fun%20it%20is%20%F0%9F%99%83%5Cn#pieface%20#kidsplay%22,%22created_time%22:%221533921023%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:29%7D,%22tags%22:%5B%22daughter%22,%22parents%22,%22momlife%22,%22dayslikethese%22,%22kidsfun%22,%22lovemykids%22,%22lovemyfamily%22,%22tomboy%22,%22parenthood%22,%22mydaughter%22,%22kids%22,%22kidsfashion%22,%22mama%22,%22kidstyle%22,%22pieface%22,%22myprincess%22,%22justkids%22,%22motherhood%22,%22kiddos%22,%22missingthem%22,%22kidsplay%22,%22parenting%22,%22kidsparty%22,%22girly%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BmTmaAIHGIg/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221830325370761312161_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/7fe877e38c894d6dc41bc961df186238/5E2B2C0A/t51.2885-15/e35/s150x150/37101197_212696642668868_3717054402368897024_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/4e873e6f3d5db9e2ef317ce40e58e4a4/5E46EFFA/t51.2885-15/e35/s320x320/37101197_212696642668868_3717054402368897024_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/2b06173f349596fff7bd2d115b7d04e8/5E45BAAD/t51.2885-15/sh0.08/e35/s640x640/37101197_212696642668868_3717054402368897024_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221532411808%22,%22caption%22:%7B%22id%22:%2217935248655182703%22,%22text%22:%22We%20are%20all%20born%20creative.%20Sometimes%20we%20forget.%20%20Sometimes%20we%20become%20really%20good%20at%20hiding%20it.%5Cn%F0%9F%98%84%5Cn.%5Cn#creative%20#kids%20#parents%22,%22created_time%22:%221532411808%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:29%7D,%22tags%22:%5B%22mumsofinstagram%22,%22littlegirl%22,%22artsandcrafts%22,%22littledarlings%22,%22daughter%22,%22mom%22,%22parents%22,%22momlife%22,%22familyfirst%22,%22family%22,%22mummyandme%22,%22parenthood%22,%22mydaughter%22,%22kids%22,%22mammamia%22,%22kidsfashion%22,%22familytime%22,%22mama%22,%22mytreasures%22,%22myprincess%22,%22creative%22,%22motherhood%22,%22raisinggirls%22,%22littlehumans%22,%22daughters%22,%22blessed%22,%22gifted%22,%22joy%22,%22mumswithcameras%22,%22mamasgirl%22%5D,%22filter%22:%22Lo-fi%22,%22comments%22:%7B%22count%22:1%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BlmnzornPeh/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%5D%7D,%7B%22id%22:%221826557450938059039_5799464764%22,%22user%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D,%22images%22:%7B%22thumbnail%22:%7B%22width%22:150,%22height%22:150,%22url%22:%22https://scontent.cdninstagram.com/vp/29a37802de43fc48171977558ae7a6fb/5E294122/t51.2885-15/e35/s150x150/36773871_2211312882486848_6586992244371226624_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22low_resolution%22:%7B%22width%22:320,%22height%22:320,%22url%22:%22https://scontent.cdninstagram.com/vp/f6eaba5c24a93a6d128a60347f8036bf/5E5F965A/t51.2885-15/e35/s320x320/36773871_2211312882486848_6586992244371226624_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D,%22standard_resolution%22:%7B%22width%22:640,%22height%22:640,%22url%22:%22https://scontent.cdninstagram.com/vp/7218c47265c41b3dd9cb2ee5fd7980b0/5E27E4A7/t51.2885-15/sh0.08/e35/s640x640/36773871_2211312882486848_6586992244371226624_n.jpg?_nc_ht=scontent.cdninstagram.com%22%7D%7D,%22created_time%22:%221531962637%22,%22caption%22:%7B%22id%22:%2217947323943106159%22,%22text%22:%22The%20moment%20my%20hubby%20and%20I%20go%20on%20a%20trip%20just%20the%202%20of%20us%20and%20end%20up%20looking%20at%20the%20kids%E2%80%99%20photos%20%F0%9F%A4%A3%5Cn.%5Cn#littlehumans%20#missingthem%22,%22created_time%22:%221531962637%22,%22from%22:%7B%22id%22:%225799464764%22,%22full_name%22:%22Raising%20Clever%20Girls%22,%22profile_picture%22:%22https://scontent.cdninstagram.com/vp/fbcc55610a66c60747ea57f8535538a1/5E3EC6EB/t51.2885-19/s150x150/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com%22,%22username%22:%22raisingclevergirls%22%7D%7D,%22user_has_liked%22:false,%22likes%22:%7B%22count%22:41%7D,%22tags%22:%5B%22missingthem%22,%22littlehumans%22%5D,%22filter%22:%22Normal%22,%22comments%22:%7B%22count%22:13%7D,%22type%22:%22image%22,%22link%22:%22https://www.instagram.com/p/BlZPFL5AYkf/%22,%22location%22:%7B%22latitude%22:-33.86751,%22longitude%22:151.20797,%22name%22:%22Sydney,%20Australia%22,%22id%22:213011753%7D,%22attribution%22:null,%22users_in_photo%22:%5B%7B%22user%22:%7B%22username%22:%22anda_maria_%22%7D,%22position%22:%7B%22x%22:0.5786666667,%22y%22:0.5946666667%7D%7D%5D%7D%5D,%22meta%22:%7B%22code%22:200%7D%7D','no'),(21769,'_transient_timeout_external_ip_address_185.81.157.39','1511597906','no'),(120933,'_transient_timeout_wc_cbp_e38a54d0165fe7607f9cdd3e284d1baf','1635682527','no'),(19227,'_transient_external_ip_address_218.241.108.76','2404:8280:a111:101::46','no'),(20744,'_transient_timeout_external_ip_address_185.38.14.215','1510669859','no'),(20745,'_transient_external_ip_address_185.38.14.215','2404:8280:a111:101::46','no'),(40199,'_site_transient_browser_6762b3e2637e7f60cc97fe7ffa07c3df','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"66.0.3359.117\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(49998,'_site_transient_timeout_browser_663df7988ca83e733aa9b79dfd81b31b','1542290757','no'),(49999,'_site_transient_browser_663df7988ca83e733aa9b79dfd81b31b','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"70.0.3538.77\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(19226,'_transient_timeout_external_ip_address_218.241.108.76','1509514276','no'),(117060,'_transient_timeout_wflginfl_00000000000000000000ffffb2df0c3a','1630067011','no'),(117061,'_transient_wflginfl_00000000000000000000ffffb2df0c3a','2','no'),(117063,'_transient_timeout_wflginfl_00000000000000000000ffffc41dc62b','1630067035','no'),(117064,'_transient_wflginfl_00000000000000000000ffffc41dc62b','2','no'),(117066,'_transient_timeout_wflginfl_00000000000000000000ffffb2a86e94','1630067079','no'),(117067,'_transient_wflginfl_00000000000000000000ffffb2a86e94','2','no'),(117068,'_transient_timeout_wflginfl_00000000000000000000ffff244bdc25','1630067085','no'),(117069,'_transient_wflginfl_00000000000000000000ffff244bdc25','2','no'),(117070,'_transient_timeout_wflginfl_00000000000000000000ffffc52a3801','1630067105','no'),(117071,'_transient_wflginfl_00000000000000000000ffffc52a3801','2','no'),(117157,'_transient_timeout_wflginfl_00000000000000000000ffffb45c99a8','1630068072','no'),(117073,'_transient_timeout_wflginfl_00000000000000000000ffff781d4d9a','1630067155','no'),(117074,'_transient_wflginfl_00000000000000000000ffff781d4d9a','2','no'),(117075,'_transient_timeout_wflginfl_00000000000000000000ffff71cbef9c','1630067183','no'),(117076,'_transient_wflginfl_00000000000000000000ffff71cbef9c','2','no'),(117078,'_transient_timeout_wflginfl_00000000000000000000ffff272b223c','1630067188','no'),(117079,'_transient_wflginfl_00000000000000000000ffff272b223c','2','no'),(117080,'_transient_timeout_wflginfl_00000000000000000000ffff2dfbea3d','1630067211','no'),(117081,'_transient_wflginfl_00000000000000000000ffff2dfbea3d','2','no'),(117086,'_transient_timeout_wflginfl_00000000000000000000ffff29715d82','1630067330','no'),(117087,'_transient_wflginfl_00000000000000000000ffff29715d82','2','no'),(117083,'_transient_timeout_wflginfl_00000000000000000000ffff6acecb5c','1630067255','no'),(117084,'_transient_wflginfl_00000000000000000000ffff6acecb5c','2','no'),(67275,'_transient_timeout_external_ip_address_102.129.16.152','1571491461','no'),(67276,'_transient_external_ip_address_102.129.16.152','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(117172,'_transient_wflginfl_00000000000000000000ffff27342b92','2','no'),(117187,'_transient_timeout_wflginfl_00000000000000000000ffff272d2e83','1630068611','no'),(113636,'_transient_timeout_wflginfl_00000000000000000000ffff672eefd3','1627143546','no'),(113637,'_transient_wflginfl_00000000000000000000ffff672eefd3','1','no'),(114081,'_transient_timeout_wflginfl_00000000000000000000ffff67449c02','1627547848','no'),(120901,'_transient_timeout_mc4wp_mailchimp_lists','1633150877','no'),(120902,'_transient_mc4wp_mailchimp_lists','a:1:{i:7227261368;O:8:\"stdClass\":4:{s:2:\"id\";s:10:\"7227261368\";s:6:\"web_id\";i:70523;s:4:\"name\";s:31:\"Raising Clever Girls Newsletter\";s:5:\"stats\";O:8:\"stdClass\":16:{s:12:\"member_count\";i:39;s:17:\"unsubscribe_count\";i:0;s:13:\"cleaned_count\";i:0;s:23:\"member_count_since_send\";i:40;s:28:\"unsubscribe_count_since_send\";i:0;s:24:\"cleaned_count_since_send\";i:0;s:14:\"campaign_count\";i:0;s:18:\"campaign_last_sent\";s:0:\"\";s:17:\"merge_field_count\";i:1;s:12:\"avg_sub_rate\";i:0;s:14:\"avg_unsub_rate\";i:0;s:15:\"target_sub_rate\";i:0;s:9:\"open_rate\";i:0;s:10:\"click_rate\";i:0;s:13:\"last_sub_date\";s:25:\"2021-09-29T21:06:16+00:00\";s:15:\"last_unsub_date\";s:0:\"\";}}}','no'),(117559,'_transient_wflginfl_00000000000000000000ffff2d704520','2','no'),(117565,'_transient_wflginfl_00000000000000000000ffff3b5eb176','2','no'),(117561,'_transient_timeout_wflginfl_00000000000000000000ffff29bff661','1630074148','no'),(117562,'_transient_wflginfl_00000000000000000000ffff29bff661','2','no'),(120953,'_transient_wc_related_665','a:23:{i:0;s:3:\"411\";i:1;s:3:\"598\";i:2;s:3:\"663\";i:3;s:3:\"664\";i:4;s:3:\"666\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(120941,'_transient_wc_related_667','a:23:{i:0;s:3:\"411\";i:1;s:3:\"598\";i:2;s:3:\"663\";i:3;s:3:\"664\";i:4;s:3:\"665\";i:5;s:3:\"666\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(23480,'_transient_timeout_external_ip_address_107.191.56.184','1512539493','no'),(23481,'_transient_external_ip_address_107.191.56.184','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(20896,'_transient_external_ip_address_54.205.114.245','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20921,'_transient_timeout_external_ip_address_162.158.65.75','1510832597','no'),(20922,'_transient_external_ip_address_162.158.65.75','2404:8280:a111:101::46','no'),(20980,'_transient_timeout_external_ip_address_193.201.224.28','1510878684','no'),(117331,'_transient_timeout_wflginfl_00000000000000000000ffff7362e82b','1630070343','no'),(117335,'_transient_wflginfl_00000000000000000000ffff3131f181','2','no'),(117328,'_transient_timeout_wflginfl_00000000000000000000ffff6535ea5c','1630070316','no'),(117230,'_transient_timeout_wflginfl_00000000000000000000ffff75ddf4e9','1630069146','no'),(117231,'_transient_wflginfl_00000000000000000000ffff75ddf4e9','2','no'),(117232,'_transient_timeout_wflginfl_00000000000000000000ffff92c42071','1630069175','no'),(117233,'_transient_wflginfl_00000000000000000000ffff92c42071','2','no'),(117320,'_transient_timeout_wflginfl_00000000000000000000ffffdfec18bc','1630070240','no'),(117236,'_transient_timeout_wflginfl_00000000000000000000ffffa0779fcd','1630069234','no'),(117237,'_transient_wflginfl_00000000000000000000ffffa0779fcd','2','no'),(117238,'_transient_timeout_wflginfl_00000000000000000000ffffd468ec32','1630069257','no'),(117325,'_transient_timeout_wflginfl_00000000000000000000ffff2ed0d149','1630070272','no'),(117326,'_transient_wflginfl_00000000000000000000ffff2ed0d149','2','no'),(117239,'_transient_wflginfl_00000000000000000000ffffd468ec32','2','no'),(117241,'_transient_timeout_wflginfl_00000000000000000000ffff70c4a3a9','1630069319','no'),(117323,'_transient_timeout_wflginfl_00000000000000000000ffff8b2f2a8c','1630070266','no'),(117324,'_transient_wflginfl_00000000000000000000ffff8b2f2a8c','2','no'),(117242,'_transient_wflginfl_00000000000000000000ffff70c4a3a9','2','no'),(117244,'_transient_timeout_wflginfl_00000000000000000000ffff27320a66','1630069372','no'),(117245,'_transient_wflginfl_00000000000000000000ffff27320a66','2','no'),(117247,'_transient_timeout_wflginfl_00000000000000000000ffff972f7786','1630069402','no'),(117248,'_transient_wflginfl_00000000000000000000ffff972f7786','2','no'),(117253,'_transient_wflginfl_00000000000000000000ffff6624e401','2','no'),(117254,'_transient_timeout_wflginfl_00000000000000000000ffffb6b98cf3','1630069458','no'),(117255,'_transient_wflginfl_00000000000000000000ffffb6b98cf3','2','no'),(117257,'_transient_timeout_wflginfl_00000000000000000000ffff677996c6','1630069484','no'),(117258,'_transient_wflginfl_00000000000000000000ffff677996c6','2','no'),(117259,'_transient_timeout_wflginfl_00000000000000000000ffff67d308de','1630069498','no'),(117260,'_transient_wflginfl_00000000000000000000ffff67d308de','2','no'),(117321,'_transient_wflginfl_00000000000000000000ffffdfec18bc','2','no'),(117262,'_transient_timeout_wflginfl_00000000000000000000ffff242595dd','1630069533','no'),(117263,'_transient_wflginfl_00000000000000000000ffff242595dd','2','no'),(117265,'_transient_timeout_wflginfl_00000000000000000000ffff7aab2019','1630069557','no'),(117266,'_transient_wflginfl_00000000000000000000ffff7aab2019','2','no'),(117268,'_transient_timeout_wflginfl_00000000000000000000ffff9c267825','1630069590','no'),(117269,'_transient_wflginfl_00000000000000000000ffff9c267825','2','no'),(117271,'_transient_timeout_wflginfl_00000000000000000000ffff728f18fe','1630069713','no'),(117272,'_transient_wflginfl_00000000000000000000ffff728f18fe','2','no'),(117274,'_transient_timeout_wflginfl_00000000000000000000ffff2be55a2e','1630069718','no'),(117316,'_transient_wflginfl_00000000000000000000ffff7aa9a297','1','no'),(117318,'_transient_timeout_wflginfl_00000000000000000000ffff6ac9d9c2','1630070227','no'),(117275,'_transient_wflginfl_00000000000000000000ffff2be55a2e','2','no'),(117276,'_transient_timeout_wflginfl_00000000000000000000ffff679a254a','1630069725','no'),(117277,'_transient_wflginfl_00000000000000000000ffff679a254a','2','no'),(117279,'_transient_timeout_wflginfl_00000000000000000000ffff674a498b','1630069775','no'),(117280,'_transient_wflginfl_00000000000000000000ffff674a498b','2','no'),(117281,'_transient_timeout_wflginfl_00000000000000000000ffffb4bf40c9','1630069786','no'),(117282,'_transient_wflginfl_00000000000000000000ffffb4bf40c9','2','no'),(117283,'_transient_timeout_wflginfl_00000000000000000000ffffba5415af','1630069794','no'),(117284,'_transient_wflginfl_00000000000000000000ffffba5415af','2','no'),(117286,'_transient_timeout_wflginfl_00000000000000000000ffffb6a10dde','1630069864','no'),(117287,'_transient_wflginfl_00000000000000000000ffffb6a10dde','2','no'),(117289,'_transient_timeout_wflginfl_00000000000000000000ffff31cd4f40','1630069929','no'),(117290,'_transient_wflginfl_00000000000000000000ffff31cd4f40','2','no'),(117291,'_transient_timeout_wflginfl_00000000000000000000ffff889e21af','1630069958','no'),(117319,'_transient_wflginfl_00000000000000000000ffff6ac9d9c2','2','no'),(117292,'_transient_wflginfl_00000000000000000000ffff889e21af','2','no'),(117294,'_transient_timeout_wflginfl_00000000000000000000ffff7a026cac','1630069966','no'),(117295,'_transient_wflginfl_00000000000000000000ffff7a026cac','2','no'),(117297,'_transient_timeout_wflginfl_00000000000000000000ffff29d293f5','1630069989','no'),(117298,'_transient_wflginfl_00000000000000000000ffff29d293f5','2','no'),(117309,'_transient_timeout_wflginfl_00000000000000000000ffff59a4094f','1630070133','no'),(117329,'_transient_wflginfl_00000000000000000000ffff6535ea5c','2','no'),(117301,'_transient_timeout_wflginfl_00000000000000000000ffff9cd5f6fc','1630070062','no'),(117302,'_transient_wflginfl_00000000000000000000ffff9cd5f6fc','2','no'),(117303,'_transient_timeout_wflginfl_00000000000000000000ffffb6358b37','1630070074','no'),(117304,'_transient_wflginfl_00000000000000000000ffffb6358b37','2','no'),(117305,'_transient_timeout_wflginfl_00000000000000000000ffffd5d9fcf4','1630070078','no'),(117306,'_transient_wflginfl_00000000000000000000ffffd5d9fcf4','2','no'),(117307,'_transient_timeout_wflginfl_00000000000000000000ffffb03abef3','1630070103','no'),(117308,'_transient_wflginfl_00000000000000000000ffffb03abef3','2','no'),(117310,'_transient_wflginfl_00000000000000000000ffff59a4094f','2','no'),(117312,'_transient_timeout_wflginfl_00000000000000000000ffffbcd31fe0','1630070166','no'),(117313,'_transient_wflginfl_00000000000000000000ffffbcd31fe0','2','no'),(117315,'_transient_timeout_wflginfl_00000000000000000000ffff7aa9a297','1630070220','no'),(117371,'_transient_wflginfl_00000000000000000000ffff59d41f2c','2','no'),(92499,'_transient_timeout_wflginfl_24021f0080010bcc0000000000000000','1606941721','no'),(92500,'_transient_wflginfl_24021f0080010bcc0000000000000000','1','no'),(107444,'_transient_timeout_wflginfl_00000000000000000000ffff5158343a','1622021431','no'),(107445,'_transient_wflginfl_00000000000000000000ffff5158343a','1','no'),(107532,'_transient_timeout_wflginfl_00000000000000000000ffff51583452','1622110286','no'),(107533,'_transient_wflginfl_00000000000000000000ffff51583452','1','no'),(108827,'_transient_timeout_wflginfl_00000000000000000000ffffc2a38e26','1623153495','no'),(108828,'_transient_wflginfl_00000000000000000000ffffc2a38e26','1','no'),(108754,'_transient_wflginfl_00000000000000000000ffff23b8b2ef','1','no'),(108289,'_transient_timeout_external_ip_address_45.92.228.49','1623301924','no'),(111299,'_transient_timeout_wflginfl_00000000000000000000ffff3131c2cd','1625370643','no'),(111300,'_transient_wflginfl_00000000000000000000ffff3131c2cd','1','no'),(117190,'_transient_timeout_wflginfl_00000000000000000000ffff2948183f','1630068646','no'),(33968,'_transient_timeout_wflginfl_2002c3167ddf000000000000c3167ddf','1518565775','no'),(33969,'_transient_wflginfl_2002c3167ddf000000000000c3167ddf','9','no'),(47746,'_transient_external_ip_address_193.169.252.142','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(47745,'_transient_timeout_external_ip_address_193.169.252.142','1539132327','no'),(47813,'_transient_timeout_external_ip_address_193.169.252.143','1539235189','no'),(47814,'_transient_external_ip_address_193.169.252.143','103.67.235.70','no'),(119409,'_transient_timeout_wc_related_173','1631631549','no'),(119410,'_transient_wc_related_173','a:1:{i:0;s:3:\"177\";}','no'),(36759,'_transient_wflginfl_00000000000000000000ffffdd0d9057','1','no'),(17323,'_transient_timeout_external_ip_address_23.254.130.249','1508089840','no'),(17324,'_transient_external_ip_address_23.254.130.249','103.67.235.70','no'),(17346,'_transient_timeout_external_ip_address_83.143.240.3','1508125869','no'),(17347,'_transient_external_ip_address_83.143.240.3','2404:8280:a111:101::46','no'),(17418,'_transient_external_ip_address_199.30.25.81','2404:8280:a111:101::46','no'),(20386,'_transient_timeout_external_ip_address_193.201.224.237','1510389819','no'),(20387,'_transient_external_ip_address_193.201.224.237','2404:8280:a111:101::46','no'),(20344,'_transient_timeout_external_ip_address_1.136.105.225','1510352715','no'),(20345,'_transient_external_ip_address_1.136.105.225','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20365,'_transient_timeout_external_ip_address_199.30.24.185','1510367472','no'),(20366,'_transient_external_ip_address_199.30.24.185','2404:8280:a111:101::46','no'),(17111,'_transient_timeout_external_ip_address_167.114.174.95','1507765867','no'),(17112,'_transient_external_ip_address_167.114.174.95','2404:8280:a111:101::46','no'),(17122,'_transient_timeout_external_ip_address_65.55.210.28','1507779994','no'),(17123,'_transient_external_ip_address_65.55.210.28','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17547,'_transient_timeout_external_ip_address_62.210.111.21','1508416406','no'),(17103,'_transient_timeout_external_ip_address_61.216.28.103','1507752535','no'),(17104,'_transient_external_ip_address_61.216.28.103','103.67.235.70','no'),(17105,'_transient_timeout_external_ip_address_54.171.93.43','1507755609','no'),(17106,'_transient_external_ip_address_54.171.93.43','103.67.235.70','no'),(17088,'_transient_external_ip_address_54.194.20.85','103.67.235.70','no'),(17089,'_transient_timeout_external_ip_address_82.80.249.243','1507738934','no'),(17090,'_transient_external_ip_address_82.80.249.243','103.67.235.70','no'),(17548,'_transient_external_ip_address_62.210.111.21','2404:8280:a111:101::46','no'),(17127,'_transient_timeout_external_ip_address_113.253.4.143','1507783905','no'),(17087,'_transient_timeout_external_ip_address_54.194.20.85','1507738611','no'),(17128,'_transient_external_ip_address_113.253.4.143','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17161,'_transient_timeout_external_ip_address_52.38.8.0','1507839242','no'),(17162,'_transient_external_ip_address_52.38.8.0','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17681,'_transient_timeout_external_ip_address_91.200.12.65','1508561590','no'),(17682,'_transient_external_ip_address_91.200.12.65','2404:8280:a111:101::46','no'),(17684,'_transient_timeout_external_ip_address_117.201.103.151','1508564607','no'),(17685,'_transient_external_ip_address_117.201.103.151','2404:8280:a111:101::46','no'),(17687,'_transient_timeout_external_ip_address_51.254.121.158','1508566674','no'),(17688,'_transient_external_ip_address_51.254.121.158','2404:8280:a111:101::46','no'),(17638,'_transient_timeout_external_ip_address_185.180.12.116','1508520569','no'),(17639,'_transient_external_ip_address_185.180.12.116','2404:8280:a111:101::46','no'),(17652,'_transient_timeout_external_ip_address_80.241.231.20','1508535688','no'),(17653,'_transient_external_ip_address_80.241.231.20','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17670,'_transient_timeout_external_ip_address_83.219.142.133','1508557881','no'),(17671,'_transient_external_ip_address_83.219.142.133','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17678,'_transient_timeout_external_ip_address_52.53.231.176','1508561474','no'),(17679,'_transient_external_ip_address_52.53.231.176','2404:8280:a111:101::46','no'),(19774,'_transient_external_ip_address_110.159.89.92','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19798,'_transient_timeout_external_ip_address_105.38.106.161','1510002789','no'),(19799,'_transient_external_ip_address_105.38.106.161','2404:8280:a111:101::46','no'),(19809,'_transient_timeout_external_ip_address_106.120.173.100','1510010504','no'),(19810,'_transient_external_ip_address_106.120.173.100','2404:8280:a111:101::46','no'),(22995,'_transient_timeout_external_ip_address_62.210.80.51','1512245177','no'),(22996,'_transient_external_ip_address_62.210.80.51','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(19832,'_transient_timeout_external_ip_address_107.147.39.124','1510023575','no'),(19833,'_transient_external_ip_address_107.147.39.124','103.67.235.70','no'),(19838,'_transient_timeout_external_ip_address_199.30.24.69','1510027496','no'),(19839,'_transient_external_ip_address_199.30.24.69','2404:8280:a111:101::46','no'),(19868,'_transient_timeout_external_ip_address_139.162.246.62','1510064630','no'),(19853,'_transient_timeout_external_ip_address_2404:8280:a222:bbbb:bba1:92:ffff:ffff','1510052693','no'),(19854,'_transient_external_ip_address_2404:8280:a222:bbbb:bba1:92:ffff:ffff','2404:8280:a111:101::46','no'),(51414,'_site_transient_timeout_community-events-bbbe245f4131270dc7df5175cf7f4f41','1544310597','no'),(51415,'_site_transient_community-events-bbbe245f4131270dc7df5175cf7f4f41','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"90.254.184.0\";}s:6:\"events\";a:6:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:11:\"WordCamp US\";s:3:\"url\";s:29:\"https://2018.us.wordcamp.org/\";s:6:\"meetup\";s:0:\"\";s:10:\"meetup_url\";s:0:\"\";s:4:\"date\";s:19:\"2018-12-07 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Nashville, TN, USA\";s:7:\"country\";s:2:\"US\";s:8:\"latitude\";d:36.15660849999999726378518971614539623260498046875;s:9:\"longitude\";d:-86.7784908999999942125214147381484508514404296875;}}i:1;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:14:\"WordCamp Lille\";s:3:\"url\";s:31:\"https://2018.lille.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2018-12-07 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:5:\"Lille\";s:7:\"country\";s:2:\"FR\";s:8:\"latitude\";d:50.63747289999999878773451200686395168304443359375;s:9:\"longitude\";d:3.060204999999999841975295566953718662261962890625;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"Creating Cambridge BIG Xmas Party 2018\";s:3:\"url\";s:60:\"https://www.meetup.com/wordpress-cambridge/events/255801564/\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2018-12-07 17:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:25:\"Cambridge, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:52.2081400000000002137312549166381359100341796875;s:9:\"longitude\";d:0.1198950000000000015720758028692216612398624420166015625;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress Cambridge: Lean Coffee/Social event\";s:3:\"url\";s:60:\"https://www.meetup.com/wordpress-cambridge/events/252158223/\";s:6:\"meetup\";s:26:\"WordPress Cambridge Meetup\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/wordpress-cambridge/\";s:4:\"date\";s:19:\"2018-12-10 18:45:00\";s:8:\"location\";a:4:{s:8:\"location\";s:33:\"Cambridge CB4 0GF, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:52.23543000000000091631591203622519969940185546875;s:9:\"longitude\";d:0.141326000000000007172928917498211376368999481201171875;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:45:\"WordPress Christmas Social Meet Up Cheltenham\";s:3:\"url\";s:68:\"https://www.meetup.com/Cheltenham-WordPress-Meetup/events/256630412/\";s:6:\"meetup\";s:27:\"Cheltenham WordPress Meetup\";s:10:\"meetup_url\";s:51:\"https://www.meetup.com/Cheltenham-WordPress-Meetup/\";s:4:\"date\";s:19:\"2018-12-12 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:31:\"Gloucestershire, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.8877370000000013305907486937940120697021484375;s:9:\"longitude\";d:-2.080181000000000057781335272011347115039825439453125;}}i:5;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"WP Havering - WordPress Romford at WorkerBee\";s:3:\"url\";s:52:\"https://www.meetup.com/WP-Havering/events/256578282/\";s:6:\"meetup\";s:11:\"WP Havering\";s:10:\"meetup_url\";s:35:\"https://www.meetup.com/WP-Havering/\";s:4:\"date\";s:19:\"2018-12-18 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:23:\"Romford, United Kingdom\";s:7:\"country\";s:2:\"gb\";s:8:\"latitude\";d:51.57580999999999704641595599241554737091064453125;s:9:\"longitude\";d:0.18548500000000001097788526749354787170886993408203125;}}}}','no'),(15185,'_transient_external_ip_address_40.77.179.23','103.67.235.70','no'),(15192,'_transient_timeout_external_ip_address_95.51.119.19','1505639591','no'),(19624,'_transient_external_ip_address_185.26.122.59','2404:8280:a111:101::46','no'),(19710,'_transient_timeout_external_ip_address_49.195.190.51','1509923430','no'),(19711,'_transient_external_ip_address_49.195.190.51','2404:8280:a111:101::46','no'),(21579,'_transient_timeout_external_ip_address_192.30.52.71','1511416875','no'),(20601,'_transient_timeout_external_ip_address_95.84.250.102','1510552233','no'),(19773,'_transient_timeout_external_ip_address_110.159.89.92','1509976070','no'),(19587,'_transient_timeout_external_ip_address_142.44.240.125','1509816294','no'),(19588,'_transient_external_ip_address_142.44.240.125','2404:8280:a111:101::46','no'),(19623,'_transient_timeout_external_ip_address_185.26.122.59','1509846384','no'),(36146,'_transient_timeout_wflginfl_2002b9eadafa000000000000b9eadafa','1520646072','no'),(36207,'_transient_timeout_wflginfl_00000000000000000000ffff02302699','1520696693','no'),(36208,'_transient_wflginfl_00000000000000000000ffff02302699','5','no'),(19540,'_transient_timeout_external_ip_address_199.30.24.132','1509785045','no'),(117104,'_transient_timeout_wflginfl_00000000000000000000ffff677c6104','1630067468','no'),(117105,'_transient_wflginfl_00000000000000000000ffff677c6104','2','no'),(117119,'_transient_wflginfl_00000000000000000000ffff4eadad31','2','no'),(117167,'_transient_wflginfl_00000000000000000000ffff29b42e3a','2','no'),(117107,'_transient_timeout_wflginfl_00000000000000000000ffff3e5a839e','1630067517','no'),(117108,'_transient_wflginfl_00000000000000000000ffff3e5a839e','2','no'),(117111,'_transient_timeout_wflginfl_00000000000000000000ffff556830ca','1630067555','no'),(117112,'_transient_wflginfl_00000000000000000000ffff556830ca','2','no'),(120633,'_transient_external_ip_address_2001:df3:2e81:4b40:96b8:dbc1:4b8:7a78','103.67.235.121','no'),(16922,'_transient_timeout_external_ip_address_192.187.98.74','1507537170','no'),(73273,'_transient_feed_29f7869e391c2a2c562f0042f814b9de','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"IsItWP – Free WordPress Theme Detector\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://www.isitwp.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 21:37:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://wordpress.org/?v=4.9.13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:39:\"\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"Oshine\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://www.isitwp.com/wordpress-themes/oshine/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.isitwp.com/wordpress-themes/oshine/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 08:00:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.isitwp.com/?post_type=isitwp_theme&p=2459\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:609:\"

Looking for a multipurpose WordPress theme for building a portfolio or a photography site? Oshine is one of the most popular multipurpose WordPress themes in the ThemeForest marketplace that lets you build any type of site, but excels at portfolio and photography sites. In this Oshine theme review, let’s look at its features and learn how easy it is to build a website like you imagined.

\n

The post Oshine appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Shahzad Saeed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9890:\"

Looking for a multipurpose WordPress theme for building a portfolio or a photography site?

\n

Oshine is one of the most popular multipurpose WordPress themes in the ThemeForest marketplace that lets you build any type of site, but excels at portfolio and photography sites. In this Oshine theme review, let’s look at its features and learn how easy it is to build a website like you imagined.

\n

\"oshine

\n

About Oshine

\n

Oshine is an all-in-one theme, packed with lots of built-in features to let you build any sort of website you need.

\n

Oshine is created by BrandExponents, an Indian WordPress theme development team.

\n

It has more than 26,000 customers and is one of the top 25 best selling WordPress themes of all time in the ThemeForest market. It is also a highly rated WordPress theme with about 4.8 star ratings based on 1250 ratings.

\n

Although it is a multipurpose WordPress theme, it is primarily focused on building portfolio and photography sites that display many pictures.

\n

Plugin Requirements

\n

Upon installation, you’ll need to go to Appearance » Install Plugins to begin installing the required plugins. The Oshine theme requires you to install several plugins:

\n
    \n
  • BE Portfolio Post Type
  • \n
  • Colorhub
  • \n
  • Meta Box Conditional Logic
  • \n
  • Meta Box Show Hide
  • \n
  • Oshine Core
  • \n
  • Oshine Modules
  • \n
  • Tatsu and Typehub
  • \n
  • Meta Box Tabs
  • \n
\n

This theme recommends the following plugins:

\n\n

Master Slider and Slider Revolution are premium plugins that cost $45. As this theme is shipped with these plugins, you can use them without any extra cost.

\n

Instead of Contact Form 7, we recommend WPForms as the most beginner-friendly WordPress contact form builder.

\n

One Click Import

\n

Oshine offers 51 stunning demos to import with hundreds of pre-built sample templates, so you can build a site like a demo site with just a single click.

\n

You can tweak these demos as much as you like with the help of Oshine’s drag and drop page builder.

\n

The Drag and Drop Page Builder

\n

The powerful drag and drop builder allows you to build a website exactly like you imagined without touching a single line of code. With the visual previews in the backend, you can create a page without having to switch back and forth from your dashboard to your site.

\n

You can access the Tatsu builder right from your WordPress post editor.

\n

\"edit

\n

Unlike other WordPress page builders, it’s super easy to work with Tatsu builder.

\n

\"oshine

\n

No learning curve at all. All you have to do is to click and edit.

\n

\"oshine

\n

Tons of Options to Customize Hero Images

\n

Oshine gives you lots of customization options for hero images in your page editor. You’ll find options to customize background, style, canvas settings and more.

\n

\"oshine

\n

Oshine Options

\n

With Oshine, you’ll get full control over the appearance of your site. The theme is also bundled with a child theme that inherits its functions from the parent theme. Every change you make on the child theme will be retained even if you’re updating your parent theme to the latest version.

\n

\"oshine

\n

Page Templates

\n

Oshine offers 7 different page templates to pick from. They are…

\n
    \n
  • Blank page template
  • \n
  • Gallery
  • \n
  • Page with sidebar
  • \n
  • Page with sidebar and title
  • \n
  • Page with title
  • \n
  • Portfolio
  • \n
  • Split screen left
  • \n
  • Split screen right
  • \n
\n

In the page editor, you’ll find the layout options for every page template. This way you can make unique designs for every page. Aside from that, it offers 46 prebuilt templates along with the drag and drop builder.

\n

\"oshine

\n

Many Other Cool Features

\n

In Oshine, features are endless. If you’re still not convinced to use the theme, below are a few more…

\n
    \n
  • Unique layouts: Oshine provides 20 different header and menu layouts, 3 body and 3 footer layouts.
  • \n
  • 8 blog layouts: Present your blog with any of the 8 layouts it provides.
  • \n
  • 50+ shortcode modules: Shortcode modules are integrated with the page builder for ease of use.
  • \n
\n

Documentation and Support

\n

Their documentation is excellent that covers every aspect of building a website using the Oshine theme. It is well organized and includes useful screenshots and videos, so you can easily skim through the content without hassle.

\n

Just like any other Themeforest theme, Oshine also offers free support only for a period of up to 6 months from the date of purchase. All support queries will be responded in 48 hours. Depending on weekends and public holidays it may stretch up to 72 hours.

\n

Our Verdict on Using Oshine for Your Site

\n

Oshine is a multipurpose WordPress theme that comes with many useful demos to pick from. The demos include sites for digital agencies, landing pages, restaurant and wedding sites. It is best suited for creating portfolio sites and photography sites.

\n

Oshine is a heavy theme, so you’ll likely need to increase your file upload limit to around 15 MB.

\n

It offers a huge amount of features out of the box and comes with heavy plugins to be installed. An average user might feel overwhelmed with too many layout options in the page editor. But that also means

\n

If you’re looking for a simple WordPress theme, Oshine may not be the right theme.

\n

However, it can be the best choice for an average user who wants to quickly load a site that looks exactly like the demo site.

\n

We give Oshine 4.8 out of 5 stars. Here is the breakdown of our review scores:

\n

The post Oshine appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://www.isitwp.com/wordpress-themes/oshine/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to Make a Website From Scratch in 2020 (Step by Step)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://www.isitwp.com/how-to-make-a-website-step-by-step/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://www.isitwp.com/how-to-make-a-website-step-by-step/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2020 05:58:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"start a website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"website builder\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"wordpress website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=218239\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:619:\"

Are you looking to build a website from scratch? Building a business website or a personal website used to be quite challenging in the past, especially if you weren’t a tech-savvy person. The good news is, with all the different options available on the internet today, starting a website has become extremely easy even for […]

\n

The post How to Make a Website From Scratch in 2020 (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:118270:\"

Are you looking to build a website from scratch? Building a business website or a personal website used to be quite challenging in the past, especially if you weren’t a tech-savvy person. The good news is, with all the different options available on the internet today, starting a website has become extremely easy even for non-tech savvy users. Hallelujah!

\n

Basically, if you know how to read, point and click with your mouse, then you can create a website in less than 60 minutes.

\n

By creating a website from scratch, you can expand your reach to a wider audience and connect with like-minded people around the globe. With the right strategies in place, your website can also help you build a steady stream of online income.

\n

In this article, we’ll show you how to start a website step by step with no technical knowledge needed.

\n

For your convenience, we have organized our ultimate guide to creating a website into 10 different chapters:

\n\n

Chapter 1: Why Build a Website From Scratch?

\n

\"chapter

\n

With thousands of websites being created every day, you might be wondering, why start a website? There are so many out there already, how could you compete? But, it’s important to remember, even if your website isn’t the most popular one out there, it can still have big benefits for you.

\n

Some benefits of starting your own website include:

\n
    \n
  • Connect with New People – A website of your own can help you connect with other like-minded people from all over the world.
  • \n
  • Share Your Passion – If you’re passionate about something, you can create a website to share that passion with others.
  • \n
  • Help Others – Want to share your expertise to help others? A website can help you do that.
  • \n
  • Get a New Job – Many employers are looking for candidates online. By creating a professional website, you can showcase your previous work, which helps you land a new job.
  • \n
  • Make Extra Money – With ads, affiliate marketing, or selling products online, you can build a website to make yourself some extra money on the side.
  • \n
  • Promote Your Business – If you have an existing business, you can start a website to promote your business and get new customers online.
  • \n
\n

Plus, these days, starting a website is so easy. So, there’s nothing stopping you from creating your own website, whether it’s for business, or for fun.

\n

↑ Go back to Table of Contents

\n

Chapter 2: Types of Websites

\n

\"making

\n

Before you make a website, you need to decide what type of website you should make. The type of website you want to make is an important step in figuring out how your website should look and what you need on your website.

\n

There are a number of different types of websites. We’ll go over a few of them below to help you decide what type of website you want to make.

\n

Online Store
\nAn online store, otherwise known as an eCommerce website, is where people can purchase products directly from your site. You’ve probably visited a number of eCommerce websites before, most big brands have them such as Walmart, Amazon, Best Buy, and so on.

\n

\"making

\n

You can visit these websites, purchase a product online, and have it shipped to you. But online stores aren’t just for big brands, smaller companies can have them too.

\n

On an eCommerce website, you’ll need to list the products you have for sale, which includes an image, product description, and price. You also need a shopping cart and a checkout page where visitors can enter their payment information to make a purchase.

\n

So, if you plan to sell products on your website, you’ll want to create an online store.

\n

Blog
\nA blog is an informational website with regularly updated posts/articles written in an informal, conversational style presented in reverse chronological order (newest blog posts first). When blogs were first introduced, people mainly used them as a type of online diary where they would share what they ate for breakfast, what they did that day, shared their thoughts, and so on.

\n

But today, blogs are much more than that. Blogs aren’t just for fun anymore, you can actually make money from a blog by adding ads and affiliate links. Plus, people can visit blog websites not just to read about someone’s life, but to learn about a wide variety of topics. Some popular blogging niches include:

\n
    \n
  • Lifestyle
  • \n
  • Tech
  • \n
  • Entrepreneurship
  • \n
  • Food/Recipes
  • \n
  • Parenting
  • \n
  • Health/Fitness
  • \n
  • Travel
  • \n
  • Finances/Budgeting
  • \n
\n

Some popular examples of blogs include our own, IsItWP, as well as WPBeginner, Pinch of Yum, TechCrunch, and Huffington Post.

\n

\"blog

\n

If you want to share your knowledge on a particular topic, you should choose to start a blog website.

\n

For more detailed information, check out our post on what is a blog and the differences between a blog and a website.

\n

Forums
\nA forum website is an online discussion site where people can hold conversations in the form of posted messages. This is different from a live chat website because forums are almost never live and the messages can be read at any time by anyone on the website.

\n

A forum website, also known as a message board, is an opportunity for like-minded people to come together to discuss a wide variety of topics. Forums are usually organized and arranged into different topics so that users can easily find what they’re looking for.

\n

Some popular forum websites include Quora and Reddit.

\n

\"building

\n

If you want to create an online community for users to discuss a topic or a variety of topics, consider creating a forum website.

\n

Niche Social Network
\nWe’ve all heard of social networking sites like Facebook and Twitter, which are platforms that boast billions of users. But a niche social network site targets only a particular segment of the general population.

\n

On a niche social network, users can form connections with others that are similar to themselves or interested in the same subjects. For instance, you could create a niche social network for dog owners or for professional musicians.

\n

Some popular niche social networks include Classmates, Last.fm, and Meetup.

\n

\"classmates

\n

Want to create a tight-knight community that allows like-minded people to connect with each other? Start a niche social network site.

\n

Membership Site
\nA membership site is a gated website where only the people who have subscribed can access the content behind the gate. The “gate” is simply a barrier that you put on the front of your website, where users have to log in to get access to your exclusive content, special offers, or to interact with the community. A membership site can be paid, free, or a bit of both.

\n

You can easily turn any website into a membership site using a WordPress plugin like MemberPress.

\n

Some popular membership sites include Wishlist Insider, Quiet Speculation, and Authority by CopyBlogger.

\n

\"wishlist-insider-membership-site\"

\n

If you want to create a website with a VIP feel, consider creating a membership site.

\n

Static Business Site
\nAnother popular type of website is a static business site. A static business site is an unchanging, rarely updated website that represents and promotes a specific business. This type of website exists so that people can discover your business online and preview what you have to offer.

\n

A static business site may include the address of your business, your phone number, a contact page, and an overview of what your business does. They also typically include an About page so your potential customers can get to know you and your credentials, a list of the services you offer, business photos, and reviews or testimonials.

\n

Some examples of static business sites include Awesome Motive and small business websites like New Eco Landscapes.

\n

\"awesome-motive-website\"

\n

So, if you want to create an online presence for your small business and don’t have products to sell online, choose a static business site.

\n

Hopefully, you’ve now decided what type of website you should make. The next step is to start building it! But first, you’ve got to choose the right website builder.

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 1 – Why Build a Website From Scratch?

\n

Chapter 3: Choosing a Website Builder

\n

\"choosing

\n

Building a website used to be difficult. If you wanted your own website, you would have to start building it from scratch, which requires an expert level of coding skills. Or you would have to hire a web designer to build it for you, which could be quite expensive. Luckily, that’s not the case anymore.

\n

There are a number of website builders on the market that allow you to easily build a website in no time. But not all website builders are created equally. And with so many to choose from, how do you know which website builder is best for you?

\n

In the next section, we’ll go over some of the best website builders. We’ll discuss their features, ease of use, price, and more, to help you decide which website builder is the best option for building your website.

\n

3.1. Best Website Builders Showdown

\n

The following website builders are all beginner-friendly, this means with any of these options, you can make a website from scratch in a matter of hours. We’ll go over each one to help you decide which website builder is best for your needs.

\n

Wix
\n\"wix-website-builder\"

\n

Wix is drag and drop website builder that allows you to create any type of website easily. You can design your own website starting with a blank slate or you can choose from over 500 designer-made templates that will give your website a professional look in an instant. You can also add video backgrounds, animations, and more, easily.

\n

Pros:

\n
    \n
  • Free – With Wix,you can create a website free of cost. Their free plan allows you to create a simple drag and drop website with limited features.
  • \n
  • Responsive Design – Any website you create with Wix will be optimized for mobile, tablets, and desktops. This means no matter what device your website visitors are using, your website will adapt accordingly.
  • \n
  • Advanced Features – With Wix you can easily integrate advanced features, such as adding an eCommerce storefront. Wix also provides SEO tools and guides to help optimize your site for organic traffic.
  • \n
\n

Cons:

\n
    \n
  • Wix-Branded Ads – Wix displays branded ads on your website with the free plan, you need to upgrade to a premium plan to remove ads.
  • \n
  • Limited Customization – Customization is limited with Wix. You have to upgrade to a premium plan to get access to more features, and even then it’s still limited compared to other website builders. For instance, if you want to accept online payments on your website, you need to upgrade to a business plan starting at $20 per month.
  • \n
  • No Export – Wix offers no way to export your website data. So, if you want to move your website to another platform in the future, there’s no easy way to do so.
  • \n
\n

Price:
\nYou can build a simple website from scratch for free with Wix. But to get access to more powerful features and remove Wix-branded ads, you have to upgrade to a paid website plan. These plans range from $5/month – $29/month. As we mentioned earlier, if you want to start an eCommerce website with Wix, you’ll need to upgrade to a Business & eCommerce plan, ranging from $20/month – $35/month.

\n

GoDaddy Website Builder
\n\"godaddy-website-builder\"

\n

GoDaddy is a well-known domain registrar and hosting service provider, but they also offer a simple drag and drop website builder. They offer a number of website builder templates to get you started. Plus, those templates are easily customizable using their mix-and-match sections.

\n

Pros:

\n
    \n
  • Marketing Tools – GoDaddy Website Builders comes with a number of marketing tools including SEO and email marketing to boost your online presence.
  • \n
  • Website Type Options – This website builder lets you create a number of different website types. You can easily add a blog or eCommerce storefront to your site.
  • \n
  • Mobile-Friendly – All websites created on GoDaddy Website Builder are mobile-friendly.
  • \n
\n

Cons:

\n
    \n
  • Limited Customization – This website builder offers fewer design options and less features for your site than other options.
  • \n
\n

Price:
\nThere is no free plan offered with this website builder. You can get started with GoDaddy Website Builder for only $5.99/month with their Personal Plan. If you want to accept online payments or donations with PayPal on your website though, you’ll need to upgrade to the Business plan for $9.99/month.

\n

Want to make an eCommerce site with GoDaddy Website Builder? Then you’ll need to choose the most expensive plan, Online Store, which will cost you $29.99/month.

\n

Shopify
\n\"shopify-website-builder\"

\n

Shopify is a popular website builder geared towards eCommerce websites. This web-based website builder lets you make an online store in no time, without having to deal with any code. They offer a ton of free and paid, customizable themes to give your online store a professional look in an instant.

\n

Pros:

\n
    \n
  • Online Payments – You can accept payments on Shopify without any third-party accounts. Plus, they seamless integration with over 100 third-party payment gateways.
  • \n
  • Advanced Marketing Tools – Shopify offers advanced marketing tools such as SEO tools and built-in blogs. In addition, they provide marketing dashboard reports so you can keep an eye on the performance of your online store.
  • \n
  • Mobile-Friendly – Your online store will look great no matter what device users are viewing your site on.
  • \n
\n

Cons:

\n
    \n
  • Transaction Fees – If you use an external payment gateway, you’ll be charged a hefty transaction fee, ranging from 0.5 to 2%.
  • \n
  • Expensive Apps – Apps for social media integration, live chat, flash-sales, and more have to be purchased separately. This can make customizing your online store very expensive.
  • \n
\n

Price:
\nYou can get started with Shopify for $29/month with the Basic plan, this includes a 3% transaction fee. You can upgrade to the second highest plan, $79/month, to reduce the transaction fee to 1%. If you want to reduce the transaction fee to 0.5% and get access to all of the advanced features you need to run your online store, you’ll need to upgrade to the most expensive plan which costs $299/month.

\n

Squarespace
\n\"squarespace-website-builder\"

\n

Squarespace is another popular website builder that comes with everything you need to build a personal or business website. They offer a range of stunning templates designed for a variety of industries and niches to transform your website in a second. Plus, each template comes with a number of customizable features.

\n

Also, check out our step by step guide on switching from Squarespace to WordPress.

\n

Pros:

\n
    \n
  • Bandwidth & Storage – With any of their plans, you get unlimited bandwidth and unlimited storage.
  • \n
  • No Transaction Fees – You won’t get charged transaction fees for eCommerce transactions with their eCommerce basic or advanced plans.
  • \n
\n

Cons:

\n
    \n
  • No Free Plan – Squarespace doesn’t offer any free plan, unlike other website builders. Plus, their starting plan is pricier than other website builders as well.
  • \n
  • No Third-Party Apps – Squarespace doesn’t allow any third-party apps or extensions.
  • \n
\n

Price:
\nThe personal plan for Squarespace costs $12/month, this includes the ability to build unlimited pages. If you want to add an eCommerce storefront to your website, you’ll need to upgrade to their business plan which costs $18/month with a 3% transaction fee. If you want to remove transaction fees, you’ll need to upgrade to their basic online store plan for $26/month.

\n

WordPress.org
\n\"wordpress-website-builder\"

\n

WordPress.org is the most popular website builder of all time, and it actually powers over 30% of all the websites on the web. With WordPress, also known as self-hosted WordPress, you can easily build any type of website you want including a blog, small business or enterprise business website, eCommerce store, portfolio, and more.

\n

Pros:

\n
    \n
  • Endless Customization – With WordPress you get access to thousands of free and paid themes to transform the look of your website. Plus, you can change your theme easily, any time you want. You also get access to thousands of free and paid plugins to customize and add extra power to your website. Creating a fully-customized website is easy and affordable with WordPress.
  • \n
  • Control – When you use WordPress, you have complete control of your website.
  • \n
\n

Cons:

\n
    \n
  • Slight Learning Curve – Learning how to use WordPress takes a bit of time. But, there are plugins you can use to make the process easier like drag and drop page builders.
  • \n
  • Can’t Create Free Website – You can’t create a free website with WordPress.org, you’ll need to pay for hosting and a domain name.
  • \n
\n

Price:
\nWhile the WordPress software is free to use, you still need to spend some money to make a website. You’ll need to purchase a domain name and web hosting, but don’t worry, these can be very affordable depending on which providers you choose. Plus, we’ll go over how to purchase a domain name and web hosting further on in this guide.

\n

3.2. Why Do We Recommend WordPress.org?

\n

WordPress is by far the best choice for building a website. It’s the most popular website builder for a reason. You can use WordPress to build any type of website you want, whether it’s a business website, blog, membership site, forum site, eCommerce site, and so on. Plus, with WordPress, you get instant access to any feature you need to make your website successful.

\n

Also, check out our article on best WordPress books for more resources on WordPress.

\n

Let’s quickly go over the reasons why WordPress.org is the best website builder:

\n
    \n
  • Free – WordPress is free to use. You need to purchase a domain name and web hosting but even with those costs, WordPress is still one of the most affordable website builders out there.
  • \n
  • Popular – Powering over 30% of all websites online, WordPress is the most used website builder by far. There’s safety in numbers.
  • \n
  • Community – There’s a huge WordPress community online. Anytime you have an issue or need an answer to a question, you can find tons of articles, tutorials, and discussions online to help you out.
  • \n
  • Themes & Plugins – With other website builders, you need to pay extra to get access to plugins that add more power and customization to your website. But with WordPress, you get access to thousands of free plugins instantly. Not only that but they also offer thousands of free themes as well.
  • \n
  • Easy to Use – While WordPress takes some getting used to, it’s actually very simple and easy to use. Installing WordPress itself takes no time at all either, many hosting providers provide 1-click WordPress installation.
  • \n
\n

So, overall, we recommend using WordPress to build your website. Even complete beginners can make a fully customized website with WordPress in no time.

\n

Don’t get WordPress.org confused with WordPress.com though. We recommend building your website with WordPress.org because you get complete control over your website, unlimited customization options, and it’s less expensive too. For more details, check out our article comparing WordPress.com vs. WordPress.org.

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 2 – Types of Websites

\n

Chapter 4: Set Up Your Website with WordPress – The Technical Guide

\n

\"chapter

\n

WordPress is the most popular website builder platform available on the internet. It powers over 30% of all websites today.

\n

WordPress makes it incredibly simple to build a website from scratch. You can easily customize the appearance and features of your site by installing the right theme and plugins (apps) respectively.

\n

The best part is, you don’t need to know any code or be tech savvy. We’ll help you get your WordPress website up and running in less than an hour. All you have to do is follow the step by step guide below.

\n

4.1. Choosing a Platform – Self Hosted WordPress

\n

Because there are tons of different website builders to choose from, it’s easy to get overwhelmed. Even though many website builders are free to use, we always recommend starting a website on a self-hosted WordPress platform.

\n

\"wordpress\"

\n

With a free website builder, you can’t set up a custom domain name. For example, you won’t be able to get a custom domain like:

\n

www.mycoolwebsite.com

\n

Instead, you’d be stuck with something like:

\n

www.freewebsitebuilder.com/mycoolwebsite.com.

\n

Which is not as professional and it’s more difficult for your visitors to remember. A free website builder also displays irrelevant ads, which makes your website look unprofessional as well and can annoy your visitors. If you want to set up a custom domain name and remove their ads, then almost every website builder requires you to subscribe to a premium plan which is quite expensive.

\n

Another disadvantage is that the interface of most website builders come bundled with a lot of bloated options that you’ll probably never need. This makes creating a website a tedious task for novice users.

\n

On the other hand, a self-hosted WordPress platform gives you full control over your site. The interface is tidy, and you can easily expand the features of your site by simply installing the plugins you need. Plus, WordPress offers thousands of free plugins, this allows you to make your site more powerful at no cost.

\n

Additionally, you can find thousands of free WordPress themes from the official theme repository that enable you to easily customize the appearance of your site the way you want.

\n

4.2. Purchase a Domain Name and a Hosting Account

\n

To start a website on self-hosted WordPress.org, you’ll have to own a domain name and a web hosting account.

\n

Domain name: Your domain name is your website’s address (URL) on the internet, like Google.com or IsItWP.com. It’s what your customers type in their browsers to access your website. A domain name usually costs around $14.99 per year.

\n

Related: Best website name generator tool (Absolutely free)

\n

Web hosting: Your web hosting account is where your website’s content and files are stored online. Think of it as your website’s physical house. When a visitor tries to access your website by typing in your web address (domain name), they’ll be directed to the website you’ve set up in your web hosting server. Web hosting typically costs $7.99 per month.

\n

The combined cost of a domain name and hosting can be quite expensive, especially if you’re just starting out.

\n

That’s why we’ve worked out a deal with Bluehost to offer our users a FREE domain name and over 60% off on web hosting. It’s a great deal to get started.

\n

Click here to Claim this Exclusive Bluehost Offer »

\n

Bluehost is one of the largest hosting companies in the world. They’ve been working with the WordPress community since 2005, and they’re an officially recommended hosting provider by WordPress themselves. Read our Bluehost review for more information.

\n

Note: We believe in full transparency. If you purchase hosting using our referral link, then we will get a small commission at no additional cost to you. You’ll actually get a discount on hosting + a free domain name + free SSL. We can get a commission from just about any hosting company, but we recommend products that we truly believe will give value to our readers.

\n

To start your WordPress website, head over to Bluehost’s website and click the Get Started Now button.

\n

\"create

\n

On the next page, you’ll be asked to choose a plan. Since you’re just getting started, you should choose the basic plan. It includes a free domain name and free SSL certificate. You can always upgrade later as your site grows.

\n

\"select

\n

On the next screen, you will be asked to choose an existing domain you own or you can purchase a new domain for free. Go ahead and purchase a new one since it’s free.

\n

\"bluehost

\n

You’ll now be prompted to enter your account information. For easy registration, you can sign in with Google with just a couple of clicks.

\n

\"bluehost

\n

After entering your details, scroll down on the page until you find the package information box. You can select the basic plan for 12 months, 24 months or 36 months. You can also see that a few addons are preselected, adding up the total price. We recommend unchecking the addons because you won’t need these right away. You can always purchase them later if your needs change.

\n

Choosing the 36 months plan will get you the best value for your money.

\n

\"bluehost

\n

Once you’re done choosing your plans, scroll down the page further to enter your payment details. You have to agree to their Terms of Service and then, click Submit.

\n

That’s it!

\n

You’ve successfully subscribed to a hosting plan. You’ll be asked to create a password for your account.

\n

Next, you’ll receive an email with details on how to log in to your web hosting control panel (cPanel) where you can manage everything from hosting files to emails and support.

\n

4.3. Install WordPress on Your Web Host

\n

With Bluehost, you don’t have to go through a separate WordPress installation process because Bluehost now installs WordPress by default. All you have to do is choose your WordPress theme, specify the name and tagline for your website, and you’ll be ready to get started with WordPress.

\n

After subscribing to your hosting plan, you’ll be prompted to choose a WordPress theme. You can just pick anything during this step because you can always change your theme later (we’ll show you how to do so in a later step of this tutorial). The most important part is to start building your site so any theme will do the job for now.

\n

\"pick

\n

You’ll then be asked to choose the name and tagline for your website.

\n

\"create

\n

After specifying the details, click Next. Bluehost will now install WordPress for you and, once done, will show you a screen like this:

\n

\"wordpress

\n

You can login to your site by appending wp-admin to your URL. Here’s what your WordPress login URL should look like:

\n

http://example.com/wp-admin

\n

You can now login to your WordPress website with the credentials sent to your email address.

\n

\"wordpress

\n

4.4. Change Your WordPress Theme

\n

With WordPress, you can easily change the visual appearance of your website. All you have to do is to find the right WordPress theme and install it on your WordPress website.

\n

The default WordPress theme is good, but if you want a different look and feel for your site, then you can find an alternative theme from the official theme directory and install it on your site. Finding the perfect theme will enable you to make the site truly yours, and give it that personal “you” feeling.

\n

It’s highly recommended to take a look at our top WordPress themes list before you dive in and install a random theme.

\n

If you choose a premium theme, then it has to be downloaded from the theme vendor’s site and uploaded to your WordPress.

\n

If you decide to go with a free WordPress theme from the official theme repository, then you can install it directly from your WordPress dashboard without a manual download from your computer.

\n

To install a free theme, navigate to Appearance » Themes in your WordPress dashboard. Then click the Add New Theme box.

\n

\"add

\n

This will show you some featured themes in your dashboard. Before installing, you can even look at the preview and its details by clicking on the image.

\n

You can also filter themes based on layouts, features, and your website niche by clicking on the Feature Filter button.

\n

\"theme

\n

In the right hand corner, type the theme’s name in the search bar. Once you’ve found the perfect theme, hover over its image and then click the Install button. Next, click the Activate button to change your website’s appearance.

\n

\"theme

\n

4.5. Create Your First Page

\n

After changing your site’s appearance, it’s time to create a new page on your site.

\n

In the left-hand menu of your WordPress dashboard, you can find two similar options that’s often confusing for beginners: Posts and Pages.

\n

Choose Pages if you want to create standalone pages in your WordPress website such as an About Us page, Contact page, Terms of Service page, etc.

\n

Choose Posts if you want to create a blog post that appears in reverse chronological order (newer ones first) on your WordPress website. Posts are also organized into categories and tags. You can read the difference between categories and tags for more information about this.

\n

To create your first page, head over to your page editor by clicking on Pages » Add New. You’ll see the editor where you can start creating your page. You will need to add a title for your page before you start writing content in the page editor. Now click on the ’+’ button to add a block.

\n

\"\"

\n

You’ll see several options here. Now select the block based on what you want to add to your page. If you want to add a paragraph, select the paragraph option; for images select the image option and then upload an image from your local computer or select one from the library and so on.

\n

4.6. Setup a Static Homepage

\n

By default, WordPress shows your blog’s latest posts as your homepage instead of a static page. If you want to set a custom page as your homepage, then simply follow the steps below.

\n

After creating a page, go to Settings » Reading on your WordPress admin dashboard. In the Your Homepage displays option, you’ll need to choose A static page and select the page you want to display as your front page in the dropdown menu. Once you’re done, click the Save Changes button.

\n

\"static

\n

4.7. Add a Navigation Menu

\n

Your navigation menu sticks to the top of your website, so your visitors can easily find the most important pages and links, making it easy to explore your site.

\n

To add a navigation menu, you need to go to Appearance » Menus in your WordPress admin. Specify a menu name in the Menu Name field (this comes in especially handy if your theme supports multiple navigation menus). Then, click Create Menu.

\n

\"create

\n

You can now choose from your existing pages, posts, custom links, and categories. After selecting what you feel deserves to be featured, click Add to Menu. With drag and drop, you can position the menu’s structure. Then, you’ll need to specify the display location and click Save Menu.

\n

\"position

\n

4.8. Add and Customize Your Widgets

\n

On your WordPress website, you can easily add widgets in your sidebar and other widget-ready locations like your site footer, header, etc.

\n

Adding a widget allows you to add customized / dynamic content. It allows you to add things like menus, calendars, contact forms, galleries, and other nifty items on your website’s sidebar or footer area.

\n

You can add a widget by going to Appearance » Widgets and select from the available widgets. You simply drag and drop your preferred features to the widgetized area of your WordPress site.

\n

\"add

\n

4.9. Customize WordPress with Plugins

\n

The beauty of WordPress is that you can easily enhance the capabilities of your site by simply installing the right plugins. Think of plugins as apps for your website (i.e contact form, gallery, etc).

\n

Just like WordPress themes, you can easily find and install free plugins from the WordPress plugins repository within your WordPress dashboard.

\n

All you have to do is to visit Plugins » Add New. Use the search box in the right-hand corner to find a plugin, and click the Install Now button. Once it’s installed, click the Activate button to get it working.

\n

\"install

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 3 – Choosing a Website Builder

\n

Chapter 5: Configuring Your Website Settings

\n

\"configuring

\n

Next, you’ll want to configure your website settings. Configuring the basic WordPress settings is important to how your site functions. There are a few key website settings you should focus on, we’ll go over those below.

\n

5.1. Make Your Site Visible to Google

\n

First, you need to make sure your website is visible to Google. This allows your website to be ranked in search engine results, which will allow users to find you on the web easier.

\n

In the WordPress dashboard, go to Settings, then to the Reading section. In the Search Engine Visibility section, make sure the box is unchecked.

\n

\"customize-wordpress-settings\"

\n

5.2. Set the Permalink Structure

\n

Next, you’ll want to set the permalink structure. A permalink is the web address used to link to your content. By default, WordPress sets the permalink structure, but it’s not the most optimized. Instead, you’ll want a permalink structure that will help search engines and your website visitors easily understand your content.

\n

So, go to Settings, then to Permalinks. Under Common Settings, select the Post name option.

\n

\"wordpress-permalinks\"

\n

5.3. Comments and Notifications

\n

If you’re starting a blog or blogging on your website, you’ll also want to configure the comment settings for your website.

\n

Any blog should allow users to comment on posts, this increases engagement on your website, boosts the time users spend on the page, and encourages to visit your website again.

\n

To configure the comments, go to Settings, then Discussion. Here you can choose whether you want to allow people to comment on new articles and allow link notifications from other blogs (pingbacks and trackbacks) on new articles.

\n

\"wordpress-comments-notifications\"

\n

You can also decide whether you want commenters to have to fill out their name and email before commenting or be registered and logged in to comment. In addition, you can choose to receive an email notification anytime someone comments on your blog.

\n

5.4. Update Your Timezone

\n

You should also make sure your WordPress site is set to the correct timezone. Scheduled activities and plugins will go by the time your WordPress is set to.

\n

So, if to make sure your WordPress website is set to your correct timezone, go to Settings and then to General.

\n

\"wordpress-timezone\"

\n

In the dropdown menu next the Timezone, choose a city in the same timezone as you or a UTC timezone offset.

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 4 – Creating a Website – Technical Guide (Step by Step)

\n

Chapter 6: Essential WordPress Plugins & Tutorials (Basic)

\n

\"chapter

\n

No matter what type of website you want to create, you’ll need to add the same essential features (such as the ability to create a contact form, ability to easily add SEO tags, and so on).

\n

With WordPress, you can easily add those features without hiring a developer or writing a single line of code. All you have to do is to find the right plugin and install it on your site.

\n

We’ll explain…

\n
    \n
  1. How to add a contact form to your website
  2. \n
  3. How to track your visitors using Google Analytics
  4. \n
  5. How to improve your website’s SEO
  6. \n
\n

6.1. How to Add a Contact Form to Your Website

\n

Regardless of your site’s niche, size, and purpose, adding a contact form is essential. When you have contact forms added, your visitors can easily reach out to you right from your website without having to log into their email account.

\n

WPForms is the best contact form plugin for WordPress beginners. It lets you create contact forms with a drag and drop builder and allows you to publish the forms you create anywhere on your site with ease.

\n

A few more benefits of using WPForms:

\n
    \n
  • Create any type of online forms hassle-free such as contact forms, donation forms, registration forms, signup forms, and more…
  • \n
  • All forms you create with WPForms will be 100% responsive, meaning they work on mobile, tablets, and desktop browsers.
  • \n
  • Seamlessly integrate your form with your favorite email marketing tools or third-party web apps.
  • \n
  • And more…
  • \n
\n

Read the complete WPForms review for more information.

\n

To create a form on your blog, you’ll have to install WPForms by navigating to Plugins » Add New. Search for the WPForms plugin and, when it shows up, click Install Now, and then click Activate.

\n

\"install

\n

You’ll now be directed to the beautiful welcome page for WPForms. You can either click the Create Your First Form button or click WPForms » Add New to create your first form.

\n

\"create

\n

Next, you’ll be prompted to choose a template. You can select one of the premade templates or start with a blank form. If you want, you can give a custom name to your first contact form.

\n

\"choose

\n

WPForms makes it easy to build a form with drag and drop. Click on the appropriate form fields in the left-hand panel to add them to your form. You can also re-arrange them or even remove any unnecessary fields with ease. After making the necessary changes click Save.

\n

\"create

\n

Next, go to your dashboard and click on WPForms » All Forms. You’ll now see all the forms that you’ve created. Just next to your form name you’ll see the shortcode of the form. Copy this shortcode.

\n

\"WPForms\"

\n

Now go to the post or page where you want to add your form and click on the ‘+’ sign on the top left corner of your Gutenberg editor.

\n

\"\"

\n

Using the search field look for shortcode. Select it when found. You will have the following on your screen.

\n

\"\"

\n

Now paste the shortcode that you copied earlier and paste it in the given field and hit the Publish button on your right.

\n

That’s it! You’ve now successfully published a contact form.

\n

Want to create a contact form the easy way? Get started with WPForms today.

\n

Want to start with the free version instead? Try WPForms Lite.

\n

6.2. How to Track Your Visitors Using Google Analytics

\n

If you want to grow your website traffic, then you’ll first need to understand how people are finding your website and what they do when they get there.

\n

The easiest way to track user interactions on your site is by using Google Analytics. Google Analytics is the best tracking solution for websites, and it’s completely free to use.

\n

The MonsterInsights plugin makes it easy for you to setup Google Analytics on your WordPress website. Plus, it lets you make use of the full potential of Google Analytics tracking, like file downloads tracking, ads tracking, form submissions tracking, eCommerce transactions tracking, etc. without having to touch a single line of code.

\n

Read the complete MonsterInsights review for more information.

\n

To set up Google Analytics on your site, head over to Plugins » Add New. Search for MonsterInsights and, when the plugin shows up, click Install Now and then, activate.

\n

\"install

\n

Head over to Insights » Settings to authenticate your site with Google Analytics. Click Authenticate with your Google account button.

\n

\"click

\n

On the next screen, select your Google account.

\n

\"choose

\n

Next, allow MonsterInsights to manage your account.

\n

\"allow

\n

Finally, select the correct website profile for your site and click Complete Authentication.

\n

\"authenticate

\n

After authentication, you can easily discover how your website is doing by visiting Insights » Reports.

\n

\"wordpress

\n

Get started with MonsterInsights today to easily set up Google Analytics on your site.

\n

Want to start with the free version instead? Try MonsterInsights Lite.

\n

6.3. How to Improve Your Website’s SEO

\n

Want to attract a targeted audience to your website? The best way to attract targeted visitors is to drive more search engine traffic, also known as organic traffic, by improving your website’s SEO.

\n

According to OptinMonster, SEO is the practice of increasing your website traffic by getting your web pages to rank higher in search engine results. Visitors who arrive at your site via search engines are called organic traffic.

\n

SEO can get technical and complicated, but, thanks to free SEO plugins, it has gotten quite easy to improve your WordPress SEO, even for beginners.

\n

While you can find tons of different SEO plugins out there, we use and recommend Yoast SEO. It’s the most popular SEO plugin for WordPress (for good reason!).

\n

With Yoast SEO, you can easily add meta tags and titles to your WordPress blog posts and pages. It also forces you to choose a focus keyword for your blog posts and pages to ensure you’re using the keyword appropriately on that page.

\n

In your WordPress dashboard, go to Plugins » Add New. Search for Yoast in the search bar in the top right-hand corner. The Yoast SEO plugin will now have appeared on your page. Click Install, and then Activate.

\n

\"yoast

\n

On your WordPress dashboard, you can now find the SEO menu in the left-hand taskbar. Simply click on it. If the plugin detects any SEO errors, you can fix them by following the suggestions provided.

\n

Setting up Yoast SEO is simple when using the configuration wizard. Simply click on the configuration wizard to get started.

\n

\"yoast

\n

In the first step, you’ll be asked whether you want to configure Yoast SEO yourself or hire an expert to do it for you. Select CONFIGURE YOAST SEO to do it yourself.

\n

\"configure

\n

In the next step, you’ll be asked whether your site is ready to be indexed. You can choose option A. Then, click Next.

\n

\"yoast

\n

You can find a lot of different website types in the list. Be sure to choose the right type, and then, click Next.

\n

\"yoast

\n

For Google’s knowledge graph card, you’ll be asked whether the site is run by a person or a brand. If Person is selected, you’ll have to specify the name of the person. If Company is selected, you’ll have to add the logo as well. Then, click Next.

\n

\"yoast

\n

You can now enter your social media profile URL in its appropriate field. Then, click Next.

\n

\"yoast

\n

In the Search engine visibility step, you don’t have to change the default settings because they’re set up to index your posts and pages. Simply click Next.

\n

\"yoast

\n

Author archives might create duplicate content issues for search engines. To prevent this, you can disable it if your blog doesn’t have multiple authors.

\n

\"yoast

\n

Next, you’ll be prompted to connect your website to Google Search Console, which is a free tool that gives you detailed insights into how your blog content is being perceived by Google.

\n

\"yoast

\n

Next, you can set up the title for your blog, and then, click Next.

\n

\"yoast

\n

You can now exit the configuration wizard because other steps are created for promotional purposes only (such as signing up for Yoast’s newsletter).

\n

Get started with Yoast SEO today to improve your blog’s SEO.

\n

Want to start with the free version instead? Try the free Yoast SEO.

\n

If you’re looking for some more recommended plugins for your website, then take a look below:

\n
    \n
  • Build contact forms with WPFormsPro | Free
  • \n
  • Connect your site with Google Analytics using MonsterInsightsPro | Free
  • \n
  • Improve your SEO with Yoast SEOPro | Free
  • \n
  • Add an extra layer of security with Sucuri
  • \n
  • Create regular backups with Updraft PlusPro | Free
  • \n
  • Improve WordPress performance with W3 Total Cache
  • \n
  • Prevent spam comments with AkismetPro | Free
  • \n
  • Grow your subscribers and sales with OptinMonster
  • \n
\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 5 – Configuring Your Website Settings

\n

Chapter 7: Add Enhanced Features to Your Website (Advanced)

\n

\"chapter

\n

Depending on your needs, you might want to add enhanced features to your website. WordPress is extremely extensible, so all you have to do is to find the right plugin that allows you to add enhanced capabilities to your site without having to create it yourself or hire a professional developer.

\n

Let’s take a look at how easy it is to add enhanced features to your WordPress website.

\n
    \n
  1. Start blogging
  2. \n
  3. Add an eCommerce storefront
  4. \n
  5. Add a discussion board/forum
  6. \n
  7. Make your website available in multiple languages
  8. \n
\n

7.1. Start Blogging

\n

Adding a blog to your website is a great way to drive traffic to your new website and make it easier for users to discover you online. So, you’ll want to start a blog on your new WordPress website.

\n

First, decide what you’ll blog about. The blog posts you write should match the goal of your website. For example, if you’re starting a small business website for your landscaping company, you could blog about lawn care tips for your customers. If you’re creating an online store, you could blog about gift recommendations to promote your products. Of course, if you’re starting a lifestyle blog, you’ll want to write about lifestyle topics.

\n

Step 1: Create a Blog Post
\nTo create your first blog post, in the WordPress dashboard, click on Posts, and then Add New. This will take you to the WordPress editor where you can start writing your post. Simply type in the title of your blog post and start typing the body of the post underneath it.

\n

\"start-blogging\"

\n

In your blog posts, you can add blocks such as images, headings, audio, gallery, quotes, list, video, and more. To add a new block, click on the (+) icon in the top left corner. The most common blocks will appear first. Simply click the block you want to add within your blog post.

\n

\"add-blocks\"

\n

Step 2: Add Categories and Tags
\nWhen creating a blog post you’ll also want to add categories and tags. Categories and tags will keep the blog content on your website organized and make it easy for your site visitors to find what they’re looking for.

\n

Categories are meant to be broad groupings. For instance, on a recipe blog, you might have broad categories such as Breakfast Recipes, Lunch Recipes, Dinner Recipes, and Dessert Recipes.

\n

To add a category to your blog post, go to the gear panel on the right hand side. Under the Categories section, click Add New Category.

\n

\"wordpress-blog-categories\"

\n

Name the category in the text field provided and click the Add New Category button underneath. Once your new category is created, it will appear with a blue checked box.

\n

\"add-categories\"

\n

You can add as many categories and subcategories as you want.

\n

Tags are meant to describe specific details of your post and can be used to micro-categorize your posts. For instance, a blog post for a spaghetti recipe could be in the category “Dinner Recipes” and include tags like “spaghetti recipe” and “homemade pasta”.

\n

To add a tag, go to the panel on the right side of the WordPress editor. Under the Tags section, type in your tag and press enter to add a tag to your post.

\n

\"blog-post-tags\"

\n

Once you’re finished writing your blog post and adding categories and tags, click the blue Publish button in the top right hand corner to make your blog post live on your website.

\n

7.2. Add an eCommerce Storefront

\n

The eCommerce industry is booming and the future of retail is eCommerce. With WordPress, adding an eCommerce storefront to your site is as easy as installing a plugin.

\n

While you can find dozens of eCommerce plugins, WooCommerce beats the pants off all the competition and stays ahead of the curve with its unique features and ease of use.

\n

\"woocommerce-ecommerce\"

\n

WooCommerce is the best eCommerce plugin for WordPress. It lets you easily integrate a storefront with your existing website and allows you to accept payments via PayPal. That said, it’s in your best interest to make sure that your WordPress theme is compatible with WooCommerce.

\n

A few features of WooCommerce are:

\n
    \n
  • Allows you to easily sell physical or digital goods on your website.
  • \n
  • Easily add more payment gateways with addon plugins.
  • \n
  • Support tons of free and premium addon plugins to enhance your storefront.
  • \n
  • If you need to hire developers to add custom features to your site, it’s easy to find them because WooCommerce is the most popular eCommerce solution for WordPress.
  • \n
\n

Read the complete WooCommerce review for more information.

\n

Looking to integrate an online storefront with your site? Get started with WooCommerce today.

\n

7.3. Add a Discussion Board/Forum

\n

Adding a discussion board or forum inside your WordPress-powered site is helpful to grow an engaged community. WordPress makes it easy to provide threaded discussion forums where your users can mingle and collaboratively work with a larger public.

\n

bbPress is one of the best WordPress forums plugins, and is created by the same folks behind WordPress.org.

\n

\"bbpress\"

\n

Some of the cool benefits of powering your website with bbPress forums are:

\n
    \n
  • Hundreds of addon plugins are available that let you easily enhance your forum.
  • \n
  • Makes it easy to get your forums up and running with just a few clicks.
  • \n
  • Comes with a full set of features including extended profiles, group forums, notifications and activity logging, etc.
  • \n
\n

Read the complete bbPress review.

\n

Looking to integrate a discussion board/forum with your site? Get started with bbPress today.

\n

7.4. Make Your Website Available in Multiple Languages

\n

Want to reach a wider audience by making your website available in multiple languages? Creating a multilingual website and reaching a global audience is easy with WordPress thanks to the different types of translation plugins available in the market.

\n

With WordPress, you can find tons of different plugins that make it simple to create a multilingual website.

\n

While some plugins focus on ease of use and enable you to easily create and manage your multilingual website, other plugins help you deliver automated translation based on users’ preferences. You can also find plugins that help you
\n connect with professional translators from within your WordPress dashboard.

\n

To create a multilingual website with ease, we recommend using Polylang, one of the most popular WordPress translation plugins in the plugin directory.

\n

\"polylang\"

\n

With Polylang, you can use as many languages as you want, which is search engine friendly and is also compatible with the WooCommerce plugin.

\n

Get started with Polylang today.

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 6 – Essential WordPress Plugins & Tutorials

\n

Chapter 8: Promote and Grow Your Website

\n

\"chapter

\n

Before you start investing time and resources in promoting your site, it’s worth taking a moment to examine whether your website provides value to your visitors. No matter how much you spend on website promotion, your visitors won’t stick around unless it provides some kind of value.

\n

For example, if your site is an online store, then you might want to publish useful videos demonstrating your products and how to use them. You can also offer huge discounts for first-time customers and bundled purchases.

\n

Similarly, if you have a content website, then you might create pillar content that ranks well on Google so that it attracts new visitors and backlinks.

\n

Once you’ve built a system on your website, like pillar content that provides some kind of value to your visitors, you can start investing your time and resources to drive traffic.

\n

Keep in mind that without these systems your visitors won’t stick around, making your marketing efforts less effective.

\n

8.1. Drive Traffic to Your Website

\n

Traffic is the life of every website and, without it, your website will be worthless.

\n

A few different ways to drive traffic to your blog are:

\n
    \n
  • Guest posting: Publish your guest articles in a popular blog and include a backlink to your site. Aside from driving traffic, it helps you demonstrate your expertise in your niche and establish yourself as an authority.
  • \n
  • Email outreach: Create a list of bloggers in your niche circles. Start an email outreach campaign to reach out to the bloggers and request them to provide a backlink to your site. With the right strategies, this tactic is effective in building backlinks and driving traffic.
  • \n
  • Search engine optimization (SEO): SEO enables you to grow your website traffic by getting your blog posts to rank higher in search engines. With onsite and offsite SEO tactics, you can drive more targeted organic traffic to your site.
  • \n
  • Social media: Encourage your readers to share your blog posts to social media. This can help you drive social media users to your site.
  • \n
\n

8.2. More Ways to Promote Your Website

\n

Promotional strategies aren’t limited to driving instant traffic. If you’re only focused on short-term gains, chances are you’ll fall behind soon.

\n

Wondering what promotional strategies you can rely upon for the long-term? Let’s take a look at some of them below.

\n

1. Start an Email List:

\n

One of the best ways to keep your visitors close with your brand or website is by creating an email list. In fact, it’s been found that 70% of first-time visitors will never return to your site once they leave. However, with an email list, you can build a connection with your visitors by regularly updating them on what’s been happening around your website and, ultimately, bring them back to your site.

\n

You can sign up for a list building tool like Constant Contact, AWeber or MailChimp and start growing your email list by adding a signup box to your blog.

\n

2. Exponentially Grow Your List:

\n

Most default signup forms you create from email marketing services are boring. This makes lead generation less effective, which also significantly slows down the growth of your email list.

\n

With OptinMonster, you can create beautiful optin forms with ease that are proven to drive more signups. It also comes with dozens of targeting options, so you can display the form to the right user in the right location of your site at the right time without frustrating them.

\n

OptinMonster also helps you reduce cart abandonment with time-sensitive behavior based offers, which can be super helpful for online retailers.

\n

3. Acquire Leads and Customers:

\n

Investing in online ads is one of the best ways to acquire visitors, leads, and customers. Unlike traditional ads, online ads help you laser target your potential customers. Because of this, you can spend your advertising budget efficiently and drive more revenue through it.

\n

Facebook ads: Facebook advertising is probably the easiest, yet effective enough to drive your targeted customers to your websites. It comes with tons of targeting options that enable you to display your ads to the right segment of Facebook audiences that are more likely to become your customers.

\n

Google AdWords: When done right, Google AdWords is the most reliable advertising method that helps you generate more leads and customers for your online business. You can place your ads just above Google search results to attract visitors to your site and sell your products.

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 7 – Add Enhanced Features to Your Website

\n

Chapter 9: Before-Launch Checklist

\n

\"chapter

\n

Making a website is serious business. Putting out your website for the world to see before it’s ready can impact your reputation and cost you future customers. So, before you launch your website, you need to make sure you’ve got everything in order.

\n

To prevent you from launching your website before it’s ready, here’s a before-launch checklist you can follow. Check out the list below and before you make your website live, make sure you can check off each step.

\n
    \n
  1. Build Your Website – Build your website and make sure you have all the important pages such as a home page, about, contact page, etc.
  2. \n
  3. Prep with a Coming Soon Page – Get your audience excited about your website before it’s even launched by adding a coming soon page to your site. You can easily do this using a WordPress coming soon plugin like SeedProd.
  4. \n
  5. Check for Errors – Check your website for little errors such as spelling mistakes. Make sure it’s easy to read by checking fonts and colors.
  6. \n
  7. Check Images – Check to make sure your images appear on your site, they’re optimized, and that they have alt text.
  8. \n
  9. Test Links – Test all of the links on your website to make sure they work and lead to the correct place. This includes your site navigation as well as any button links or links within content.
  10. \n
  11. Configure WordPress Settings – Configure WordPress settings like search engine visibility, permalink structure, comments and notifications, and timezone.
  12. \n
  13. Install Analytics – Create a Google Analytics account and use MonsterInsights to track your website data. Test to make sure it’s tracking accurately before launching your site.
  14. \n
  15. Test for Mobile – Make sure your website is mobile-friendly.
  16. \n
  17. Check Browser Compatibility – Make sure your site appears properly in all different browser types using a tool like BrowserShots.
  18. \n
  19. Test the Performance of Your Site – Test the speed and performance of your website to make sure it’s optimized for users. You can use our Free Website Speed Test Tool to test your site and get suggestions for improvements.
  20. \n
  21. Optimize Your Site for SEO – Install a plugin like Yoast SEO in order to optimize your website for SEO.
  22. \n
  23. Secure Your Site – Install a security plugin for your site like Sucuri. Be sure to use a backup plugin like Updraft Plus and prevent spam comments with Akismet.
  24. \n
\n

After you’ve checked off each step in this before-launch checklist, it’s time to make your website live!

\n

↑ Go back to Table of Contents

\n

« Previous: Chapter 8 – Promote and Grow Your Website

\n

Chapter 10: Useful Resources and FAQs

\n

\"chapter

\n

To be able to run a website and grow it on a WordPress platform, mastering and honing your WordPress skills are essential. While you don’t have to learn any programming languages, you should be able to fix some common technical issues yourself. It’s recommended to follow some of the top WordPress resources on the web.

\n

Some of the best free WordPress resources you’ll find helpful are:

\n
    \n
  • IsItWP: At IsItWP, we regularly publish WordPress tutorials, WordPress theme and plugin reviews, product roundups, WordPress deals, and a lot more.
  • \n
  • WPBeginner: WPBeginner is the largest free WordPress resource on the web for WordPress beginners. On a regular basis, they publish useful WordPress tutorials, videos, deals for WordPress products, and a lot more.
  • \n
  • WPForms blog: Want to grow your online business using the WordPress platform? Then you need to follow the WPForms blog where can discover best practices and WordPress recommendations to build any types of WordPress online forms.
  • \n
  • MonsterInsights blog: The MonsterInsights’ blog is an excellent resource you can follow to get a handle on Google Analytics best practices and tips.
  • \n
\n

Having helped thousands of users start websites, we’ve found that people often ask the same questions again and again. This is why we’ve compiled a list of most frequently asked questions, so you can easily get your website up and running.

\n

Can I create a website without WordPress?

\n

Yes, you can build a website using HTML, CSS or with any website builder. However, we always recommend you to start a website with WordPress because most free website builders display their ads on your free website, making it look unprofessional. They also don’t even allow you to choose a custom domain name for your site unless you subscribe to a premium plan. Also, if you violate any of their terms, they can shut down your website without warning.

\n

On the other hand, with WordPress, you get full freedom over your site. Plus, you can add any additional functionalities without hiring a developer (like contact forms, an online store, etc).

\n

Can I make a website on WordPress with no coding?

\n

With WordPress, anyone can create a website without any technical knowledge. You can easily choose from tons of different WordPress themes that help you change your websites’ appearance. WordPress also has several drag & drop page builders like Beaver Builder and Divi that makes it super easy for you to create completely custom websites.

\n

What’s the difference between WordPress.com and WordPress.org (self-hosted WordPress)?

\n

WordPress.com is a free blogging platform that lets you kick start a website with ease. However, it comes with a lot of restrictions such as limited theme availability and limited storage space. Plus, the free platform doesn’t allow you to monetize your website with third-party vendors (like Google AdSense).

\n

WordPress.org, also known as self-hosted WordPress, requires you to own a domain name and a hosting account to run a site. With a self-hosted platform, you get full control over your site, can monetize it the way you want, and it provides unlimited theme and customization options as well as unlimited storage space depending on your hosting provider.

\n

How much does it cost to start a website?

\n

To start a website on self-hosted WordPress, you’ll have to purchase a domain name for $14.99 per year and a hosting account, which costs around $7.99 per month. Altogether, starting a site will cost as low as $110.87 annually.

\n

You can find thousands of free themes and plugins for your site. However, if you prefer premium themes and plugins, the running cost of your website may increase.

\n

Also read our expert’s advice on how much does a website cost, to get an in depth answer.

\n

How to make a website mobile responsive?

\n

Choosing a responsive theme for your website is the easiest way to make your website mobile responsive so that it works on any devices including desktops, mobile phones, and tablets.

\n

How to make a website Google searchable?

\n

If you want your potential users to discover your site on Google, then you’ll need to improve your SEO (search engine optimization). SEO is the practice of increasing your website traffic from search engines by getting your web pages to rank higher in search engine results.

\n

Can I start a site anonymously?

\n

If you want to publicize a site but remain anonymous, then make sure to protect your domain with WHOIS privacy turned on. For anonymous sites, people usually use a pseudonym/nickname to write under. You can even create a unique email just for managing the site.

\n

How do websites make money?

\n

There are a lot of different ways to monetize your website and make money through it. Some of them are:

\n
    \n
  • Advertising: Sell ad spaces to potential advertisers directly or through a third-party vendor like Google AdSense.
  • \n
  • Affiliate marketing: Promote products on your website and start generating revenue when your visitors purchase products through your affiliate links.
  • \n
  • Product sales: Add a storefront to your website and start selling your products to your site visitors.
  • \n
  • Sell services: Offer a service to your clients and generate revenue through it.
  • \n
\n

Can I add a blog to my website?

\n

With WordPress, adding a blog to your website is easy. All you have to do is to create articles by navigating to Posts » Add New, and publish them by clicking the Publish button.

\n

In addition, make sure to add a link to your blog in your navigation menu so your visitors can easily discover it.

\n

Can a website be managed by many users?

\n

Yes. WordPress comes with 5 default user roles by which you can manage the roles and permissions for every user of your site: administrator, editor, author, contributor, and subscriber.

\n

What are categories and tags in WordPress?

\n

The content of your WordPress blog is organized by categories and tags.

\n

Categories are basically a broad grouping of your blog posts. Think of it as general topics you cover or a table of contents for your blog. Since categories are hierarchical, you can have as many subcategories as you like.

\n

Tags are meant to describe specific details of your post. They can be used to micro-categorize your content, and they’re not hierarchical. Think of these as the index part of a book.

\n

How can I learn more about WordPress terminologies?

\n

Refer to this WordPress Glossary Terms for Beginners whenever you’re puzzled by strange WordPress terms or abbreviations.

\n

How do I make my website faster?

\n

Choosing a reliable web host like Bluehost is one of the recommended ways to make your website faster. Some other methods are:

\n
    \n
  • Reduce the images you use on a single page or lazy load them if you want to use a lot of them in a single page.
  • \n
  • Boost your site’s performance using a cache plugin, like W3 Total Cache.
  • \n
  • Use a Content Delivery Network (CDN).
  • \n
\n

How do I make my website secure?

\n

To make your website secured, it’s advised to back up it on a regular basis and use a security plugin, like Sucuri so you can scan it and fix any issues as they’re found.

\n

We hope this guide helped you learn how to start a WordPress website without hiring a developer.

\n

If you enjoyed this article, check out our guide on how to start a podcast the right way.

\n

The post How to Make a Website From Scratch in 2020 (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.isitwp.com/how-to-make-a-website-step-by-step/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"9\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"10 Best Fee SSL Hosting Providers 2020 (Compared)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.isitwp.com/best-fee-ssl-hosting-providers-compared/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://www.isitwp.com/best-fee-ssl-hosting-providers-compared/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 12:35:25 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"free SSL\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:20:\"free ssl certificate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:15:\"ssl certificate\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=241993\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:619:\"

Looking for a free SSL hosting provider for your website? An SSL certificate keeps all sensitive information encrypted on your site kind. It also displays a security padlock beside the address bar of your users’ browser when they visit your site. We highly recommend that you choose a web hosting provider that offers free SSL […]

\n

The post 10 Best Fee SSL Hosting Providers 2020 (Compared) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14783:\"

Looking for a free SSL hosting provider for your website?

\n

An SSL certificate keeps all sensitive information encrypted on your site kind. It also displays a security padlock beside the address bar of your users’ browser when they visit your site.

\n

We highly recommend that you choose a web hosting provider that offers free SSL certificate to your site.

\n

What Is SSL and How It Works

\n

SSL is an industry-standard security measure that creates an encrypted link between each visitor’s browser and your website.

\n

If you’re selling products, you must have an SSL certificate to make sure that the information you collect from your customers is protected. Since it displays a padlock icon beside the address bar, having an SSl certificate helps foster trust among your audience.

\n

On the other hand, a website without an SSL is marked unsafe beside the address bar. Not to mention, it’s important to have an SSL certificate for your site.

\n

Let’s take a look at a few free SSL hosting companies.

\n

Learn more about adding SSL to your website here.

\n

1. Bluehost

\n

\"Bluehost\"

\n

Bluehost is one of the most popular web hosting services that offers great SSL hosting services to its users. You can have a free domain name for the 1st year and a free SSL certificate for your site.

\n

They also offer a 30-day money-back guarantee, so you can get a full refund when you cancel your web hosting subscription.

\n

2. SiteGround

\n

\"SiteGround

\n

SiteGround is another amazing SSL hosting service provider that also offers free SSL with all its hosting plans. If your site is hosted with another hosting company, you can migrate your site to SiteGround for FREE.

\n

It also offers robust security, top-notch technical support, and fully managed hosting services per your needs. You can also have free daily backups, unlimited email accounts, and a lot more.

\n

3. InMotion Hosting

\n

\"InMotion

\n

InMotion hosting is a popular SSL hosting service provider that lets you safeguard your website with a free SSL. Aside from that, it offers great features to help you grow your business. With an InMotion Hosting plan, you’ll get a free domain name, unlimited bandwidth, SSD storage and a lot more.

\n

Unlike other SSL hosting listed here, InMotion offers automated backup, so you can quickly get your website back up anytime you want. Their friendly support team is available around the clock.

\n

Read our full review on InMontion hosting here.

\n

4. Hostinger

\n

\"Hostinger,

\n

Hostinger is yet another amazing SSL hosting service provider that offers free SSL with their hosting plans. If you opt for a higher plan, it also offers you a free domain name for your business.

\n

Hostinger offers unlimited web hosting features to grow your business. You can also have a free website builder, high quality shared hosting, WordPress optimized hosting and more with them. Their 24/7 support is one of the best support options in the web hosting industry.

\n

5. GreenGeeks

\n

\"GreenGeeks,

\n

GreenGeeks is another fantastic SSL provider that you can try out. They offer fast, secure and eco-friendly WordPress hosting service with a free SSL certificate to secure your website.

\n

They also offer free migration service, so if you’re hosted elsewhere, you can migrate your website to GreenGeeks for free. They’re also a developer-friendly SSL hosting provider and claim to be the #1 green hosting provider.

\n

6. iPage

\n

\"iPage

\n

iPage is the next option that deserves your attention. With iPage, you can have a free SSL, free drag and drop site builder, email addresses, domain transfer and a lot more.

\n

Once the setup is done, you can get hundreds of templates for the site builder. You will also get free ad credits worth $200.

\n

7. HostGator

\n

\"HostGator

\n

HostGator is another fantastic option to get free SSL for your site. Depending on your hosting plan, you can have up to unlimited domain names for your site. This also includes a free domain, unmetered bandwidth, and one-click WordPress install too.

\n

With HostGator, you can have robust security for your site. That means you don’t have to compromise on your security anymore. Read our review on HostGator to know more.

\n

8. WP Engine

\n

\"WP

\n

WP Engine offers complete managed WordPress hosting that is fast, secure and reliable. The hosting offers premium themes and genesis framework without any extra cost. Depending on the plan you opt for, you can have unlimited visitors, up to 1TB local storage, and 400 GB+ bandwidth amongst other features.

\n

You also get free SSL, 35+ StudioPress themes, 24*7 support and more. With WPEngine, you can have your site up and running with total security in no time at all.

\n

Learn more about WPEngine here.

\n

9. DreamHost

\n

\"DreamHost,

\n

DreamHost offers the most reliable SSL hosting service for your online business. With DreamHost, you get a free SSL, fast SSD storage, WordPress pre-installed and a lot more. To offer you a double layer of security, it backs up your site automatically every day. You can also reach out to the support team easily for any technical help.

\n

To know more about DreamHost read our complete review of their hosting services.

\n

10. HostPapa

\n

\"HostPapa

\n

HostPapa is another brilliant option to get free SSL for your website. HostPapa offers everything you need for your business online.

\n

Unlike other hosting platforms, HostPapa lets you host 2 domain names with its starter plan. It also offers a website builder and lets you set up an online store too.

\n

That’s it! We hope you find this article helpful.

\n

If you want to add a double layer of protection to your site, you can add a security plugin. Here’s a list of some of the best security plugins that you can install.

\n

The post 10 Best Fee SSL Hosting Providers 2020 (Compared) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://www.isitwp.com/best-fee-ssl-hosting-providers-compared/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"How to Create an Online Course With WordPress (Step by Step)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://www.isitwp.com/how-to-create-online-course/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"https://www.isitwp.com/how-to-create-online-course/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 11:44:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:29:\"best wordpress online courses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"how to set up online courses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:21:\"online course website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:24:\"wordpress online courses\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=242138\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:598:\"

Do you want to create an online course website with WordPress? Creating an online course is one of the best ways to build an engaging community and make money online. In this article, we’ll show you how to properly create an online course website with WordPress. To make it easy to navigate, we listed down […]

\n

The post How to Create an Online Course With WordPress (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:25936:\"

Do you want to create an online course website with WordPress?

\n

Creating an online course is one of the best ways to build an engaging community and make money online.

\n

In this article, we’ll show you how to properly create an online course website with WordPress.

\n

To make it easy to navigate, we listed down the exacts steps that you need to follow to make an online course website.

\n\n

Requirements to Create an Online Course

\n

Before we start, you should know the basic requirements to make an online course website. Take a look:

\n
    \n
  1. Domain name: You’ll need a domain name (like google.com or isitwp.com) that your users will type in their browsers to find your online course website.
  2. \n
  3. Web hosting: It’s the storage space on the internet where you’ll upload all your files, including images, audios, videos, etc. As users access your online course website, they’ll be directed to your web hosting server.
  4. \n
  5. WordPress theme: A theme is a layout design or skin for your website that’ll make your content presentable and professional to your users.
  6. \n
  7. LMS software: A learning management system (LMS) is a software that helps manage your online courses, assignments, quizzes, certifications, and more. It comes as a plugin or addon for your WordPress site.
  8. \n
\n

With all these things, you can set up your online course quickly and easily.

\n

Let’s take a look at our step by step guide on how to create an online course website in WordPress.

\n

Step 1: Install WordPress to Build an Online Course Site

\n

WordPress is the most popular website builder platform on the internet. Many top brands trust and use WordPress to build their site.

\n

You’ll find 2 kinds of WordPress sites. WordPress.com, which is a hosted solution, and WordPress.org, which is a self-hosted and highly flexible platform. For more details, you can read our guide on WordPress.com vs WordPress.org.

\n

For your online course website, you need WordPress.org that comes with unlimited custom options and a super-easy administration panel.

\n

Now, you’ll need a domain name and web hosting to start with your WordPress site.

\n

We recommend Bluehost. It’s an officially recommended hosting provider by WordPress.org.

\n

For IsItWP users, they offer a free domain name, free SSL certificate, and upto 65% OFF on web hosting plans.

\n

You can start your online course website for as low as $2.75 per month. Isn’t it a great offer?

\n

\"Bluehost

\n

Click Here to Claim This Exclusive Bluehost Offer »

\n

After setting up your Bluehost account, you should follow our complete guide on how to install WordPress.

\n

Next, you’ll need to select a theme for your website. You can take a look at our handpicked list of the best and most popular WordPress themes.

\n

Not sure which theme to choose? We recommend using the ElegantThemes Divi.

\n

Divi comes in 2 flavors: Divi Theme and Divi Builder (plugin).

\n

\"Divi\"

\n

Divi Theme is best for users who want to make customization by using one of its 100+ full site packs that come along with the theme. It also includes several theme layouts for an online course website.

\n

We also recommend a few other themes that work with LearnDash smoothly.

\n
    \n
  • Astra Pro: It comes with a built-in LearnDash Academy starter site. In addition, Astra is fast, lightweight, and a fully optimized WordPress theme for SEO.
  • \n
  • OceanWP: It’s a free WordPress theme with tons of addons, extensions, and features to set up your online course website.
  • \n
  • Academy Pro: Built on top of the Genesis Framework by StudioPress, this theme is ideal to sell courses online.
  • \n
\n

If you need further assistance, check out our article on how to install a WordPress theme.

\n

Step 2: Install the LearnDash LMS Plugin in WordPress

\n

After setting up your website, you need to get your hands on the best WordPress LMS plugin.

\n

We recommend LearnDash. It’s a 1-stop solution to create and manage online courses, assignments, certifications, badges, and more.

\n

Start by installing and activating the LearnDash LMS plugin. If you need help in installation, check out our complete guide on how to install a WordPress plugin.

\n

Next, you need to navigate to LearnDash LMS » Settings from your WordPress admin panel. From there, go to the LMS License option to add your license details.

\n

You can get your LearnDash LMS license from their website.

\n

\"LMS

\n

Hit Update License to use all the features of LearnDash LMS plugin.

\n

Now visit the PayPal Settings option from the top menu. Fill in the fields correctly to collect payments for your online courses in your PayPal account directly.

\n

\"LMS

\n

Hit the Save button to continue.

\n

In the steps below, we’ll also tell you how to integrate other payment solutions with LearnDash LMS plugin.

\n

Step 3: Add a New Online Course

\n

Now that your LearnDash LMS is set up, you can start adding new online courses to your site.

\n

To create a new course, you need to go to LearnDash LMS » Courses. From there, hit the Add New button.

\n

\"LMS

\n

On the next page, you can add the course title and course description, and other settings including categories, tags, and a featured image.

\n

\"Add

\n

After that, you can scroll down to the course settings and update other course info, like course materials, price type, access list, course points, and more.

\n

\"Course

\n

You can sort courses and course direction. You can also add a certificate to your course.

\n
Note: To create a certificate, you can jump to Step 5. You can also edit this course later to associate it with a certificate.
\n

Upon adding all the information, you can click on the Publish button, and the course will be live.

\n

Step 4: Add Lessons, Quizzes, and Assignments to Your Course

\n

After adding the course, the next thing you can do is add lessons to your course. For this, you can go to LearnDash LMS » Lessons page and click on the Add New button.

\n

\"Add

\n

You can start by adding the title of the lesson and a brief description. Adding a lesson is similar to adding a WordPress post, which means you can add photos, image galleries, videos, and other visual content to make a lesson interactive.

\n

Next, you can scroll down to the Lesson settings. From there, you can associate your lesson with a course, add the lesson’s availability date, and more.

\n

\"Lesson

\n

You can check the Upload Assignments option to let your users submit assignments for the course. To view the submissions, you can visit LearnDash LMS » Assignments page.

\n

In case you want to break your lesson into further sections, you can go to LearnDash LMS » Topics page.

\n

Topics also come with the same options as a lesson. Plus, you can assign the topic to both a lesson and a course.

\n

\"LMS

\n

Moreover, you can also add quizzes to a LearnDash LMS course.

\n

Add a Quiz to Your Course

\n

To create a quiz, you can visit LearnDash LMS » Quizzes page and add a title and description for the new quiz.

\n

After that, you can scroll down to Quiz settings to associate it with a course, lesson, and certificate.

\n

\"Quiz

\n

Scroll down further to Quiz Advanced settings to activate and deactivate multiple options related to your new quiz. It includes hiding quiz title, hide buttons, display random questions, and more.

\n

\"Quiz

\n

You can click on the Load Template button to add questions to your quiz. It’ll load more options on the top of the page.

\n

\"Questions

\n

Visit the Questions tab to add new questions for your quiz.

\n

\"Question\"

\n

Below, you can select the Answer Type and add answers for your questions. You can add a single choice, multiple-choice, free choice, and other types of answers.

\n

\"Answer\"

\n

Add as many questions as you want for your quiz and then go back to the Edit Quiz section. Click on the Publish button and your quiz is ready.

\n

Step 5: Add Course Completion Certificates

\n

You can add course completion certificates. Your users can access their certificate as they finish a course.

\n

To design a certificate template, you can use any image creation software like Canva or Adobe Photoshop.

\n

Once your certificate design is ready, visit the LearnDash LMS » Certificates page and hit the Add New button.

\n

You need to add a title for your certificate and upload the certificate template as the featured image.

\n

\"LMS

\n

Now, you can click on the LearnDash shortcodes option from the navigation menu bar on your text editor.

\n

\"LMS

\n

Select the shortcodes and insert them one by one per your needs. Click on the Publish button and your new certificate template is ready.

\n

You can add this certificate to a course, and the users will get it automatically on the completion of all lessons.

\n

To add this certificate, you need to edit a course and scroll down to the course settings. In the Associated Certificate dropdown, you can select the certificate that you want to add.

\n

\"Associated

\n

Click on the Update button.

\n

Step 6: Sell Your Courses Online to Members

\n

Learndash lets you transform your website into a fully functional learning management system. However, if you want to add more eCommerce features to your online course website, you’ll need to integrate MemberPress alongside Learndash.

\n

With MemberPress, you can provide more payment methods, sell courses in a bundle, sell access to courses as an ongoing subscription, and more.

\n

\"MemberPress\"

\n

With MemberPress, you’ll get a powerful payment system, user subscription, and more. It’s the best WordPress membership plugin and it works with LearnDash seamlessly.

\n

You can also integrate WooCommerce with LearnDash to integrate an online store and add even more payment solution to your site. It’ll give you tons of options to sell courses, books, etc.

\n

Step 7: Promote Your New Courses

\n

After your new courses are fully set up, you can introduce the course website to your users by creating beautiful and attractive landing pages.

\n

For this, you can use the Beaver Builder plugin. It’s the most popular drag and drop page builder plugin that lets you design custom landing pages.

\n

Beaver Builder also comes with dozens of ready-made demo templates that you can use on your online course website. These built-in landing page templates can give a kick-start to promote your courses to more users.

\n

The next step for promotion is to optimize your online course website for search engines. You should check out our WordPress SEO tools to rank your site quickly.

\n

You also need to track your visitors, so you can create the right courses that your users might be interested in on your site. We recommend using MonsterInsights, which is the most popular WordPress Google Analytics plugin.

\n

It’ll help monitor the users’ activity on each page, so you can make necessary changes on your site and grow your business to the next level.

\n

That’s all.

\n

We hope this article helped you learn how to set up an online course website with WordPress. You may also want to check out our guide on best WordPress online courses and training providers.

\n

The post How to Create an Online Course With WordPress (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.isitwp.com/how-to-create-online-course/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"How to Move Your Store from Shopify to WooCommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://www.isitwp.com/move-shopify-to-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://www.isitwp.com/move-shopify-to-woocommerce/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jan 2020 14:22:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:29:\"migrate estore to woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"migrating from shopify\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:22:\"shopify to woocommerce\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=241761\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:613:\"

Want to move your online store from Shopify to WooCommerce? Both Shopify and WooCommerce are great options for beginners to start an online store. Many website owners start with Shopify, realize that it comes with a lot of limitations and then they decided to migrate their online store to WooCommerce. This migration process might sound […]

\n

The post How to Move Your Store from Shopify to WooCommerce appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:18611:\"

Want to move your online store from Shopify to WooCommerce?

\n

Both Shopify and WooCommerce are great options for beginners to start an online store.

\n

Many website owners start with Shopify, realize that it comes with a lot of limitations and then they decided to migrate their online store to WooCommerce.

\n

This migration process might sound like an intimidating task if you’re not a developer. But don’t worry. In this tutorial, we’ll show you how to migrate your store from Shopify to WordPress easily in a step-by-step manner.

\n

But before that, let’s look at some of the reasons why you might want to move your Shopify store to WooCommerce.

\n

Why Move From Shopify to WooCommerce?

\n

The reason for this may vary depending on your business requirements.

\n
    \n
  • Since Shopify is a hosted online store builder, it doesn’t allow you to fully customize your online store the way you want. WooCommerce, on the other hand, gives you full control over your site.
  • \n
  • Shopify needs you to opt for a monthly payment plan. As your site grows, you’ll need to keep paying more. But WooCommerce is a free plugin that doesn’t charge you based on your site growth. However, you need to have a reliable WooCommerce hosting provider, which costs less than a Shopify store.
  • \n
  • You have to pay a transactional fee to Shopify for each transaction. WooCommerce doesn’t charge you for transactions made on your store.
  • \n
\n

These are just a few reasons why many users choose WooCommerce as a Shopify alternative. To know more about these two platforms, check out our detailed post on Shopify vs. WooCommerce and find out which one is the best for you.

\n

Let’s now move ahead and check out how to move an online store from Shopify to WooCommerce.

\n

Moving From Shopify to WooCommerce Made Easy

\n

There are a few different ways to migrate your online store. In this article, we’ll use Next-Cart, which makes the entire store migration process super easy.

\n

\"nextcart,
\n

\n

Next-Cart is an amazing platform that helps you migrate your Shopify store to WooCommerce with just a few simple steps. The best part is that no technical skill is required for migration.

\n

Step 1: Shopify to WooCommerce Migration: Know Your Entity Limit

\n

In order to migrate your store from Shopify to WooCommerce, you’ll need to figure out your entity limit. Next-Cart charges the Shopify to WooCommerce migration tool based on your entity limit.

\n

Entity Limit is calculated based on the highest entity number. For example, if you want to move 5000 products, 2000, customers, and 4000 orders, then your entity limit is 5000, which is the highest number here. Take a look at the chart below to know how the entity limit is calculated.

\n

\"entity

\n

The pricing of Next-Cart varies based on the entity limit.

\n

\"entity

\n

For example, if your entity limit is 1000, your tool will cost you $69. If your limit is 2000, it will cost you $89. Basically the higher the entity, the more you got to pay for the tool.

\n

On the homepage of Next-Cart, choose Shopify as the Source Cart and WooCommerce as the Destination cart. And then, click Let’s go.

\n

On the next page, scroll down until you find an option for choosing your entity limit. Choose the Entity limit and add click Add to Cart button to download your migration tool. After that, complete your purchase.

\n

Next, go to your account dashboard and click on Migration. You can now start your migration process by setting up the source cart.

\n

Step 2: Set Up the Source Cart for Transferring Shopify to WooCommerce

\n

The next step is to set up the source cart. You’ll find the option to enter your source cart just below where you selected your server. The source cart is the source of your cart where your store is currently hosted. In this case, it will be Shopify. To select your source, click on the drop-down arrow next to the Source Cart Type field. Several options will show up here. Select Shopify from these options.

\n

\"\"

\n

In the next field, you need to enter your Source Store URL. For that, you’ll have to go to your Shopify store and then copy your store URL and paste it in this field.

\n

\"\"

\n

Next, you’ll need your Shopify API and password.

\n

Step 3: Getting Your Shopify API

\n

To get your Shopify cart credentials, you’ll have to log into your Shopify store as an admin and go to Apps » Manage Private Apps. You’ll find the Manage Private Apps option at the bottom of the screen. Click on it and you’ll be taken to a new screen where you need to click on the Create a New Private App option.

\n

\"Shopify

\n

Now in the App Detail section, enter the name of your private app. You also need to add your email address in the next field.

\n

\"shopify

\n

Scroll down to the Admin API section and select Read and Write for every option from the drop-down next to them. If you don’t find the Read and Write option select the highest access level available.

\n

\"\"

\n

Select the checkbox where it says Allow this app to access your storefront data.

\n

\"\"

\n

Then, click on the Save button. You’ll see your API being generated under the Admin API section.

\n

\"Admin

\n

Simply copy this API and the password and paste it on the API and the Password field under the source cart shown in step 2.

\n

Step 4: Set Up the Target Cart

\n

The next step is to set up the target cart in Next-Cart. Here your target cart is WooCommerce.

\n

\"\"

\n

Since you are moving your store from Shopify to WordPress, we assume that you already have created a WordPress site and installed the WooCommerce plugin there. If not, learn how to set up an online store with WooCommerce.

\n

Now to set up your target cart, you’ll first have to download the FileZilla application on your computer. Once it’s downloaded, go to the application, select it and right-click on it using your mouse. Next, select the Run as Administrator option. Now, wait till you have the following page on your screen.

\n

\"\"

\n

Now in the blank fields, paste the name of your Host, your Username, Password, and Port. Then hit enter. You will get this information in your hosting account dashboard. Once done, go back to Next-Cart and download the KitConnect folder in your local computer. You can download it by clicking the Download button.

\n

\"target

\n

After downloading, unzip your Kitconnect package. Now go back to FileZilla screen and upload the unzipped KitConnect folder to the root folder of your WordPress site. For that just browse through your computer to locate the KitConnect folder. Once found, right-click on it and select the Upload option.

\n

\"Upload

\n

You’ll see a success message on your screen when the file transfer is completed. Now on the Next-Cart window, click on the KitConnect URL. You should now get the message Hi, I am KitConnect.

\n

\"shopify

\n

Now on your Next-Cart screen click on the Next Step button. This will take you to the Configuration page where you can select whatever data you want to migrate to your new store from the old one.

\n

Step 5: Select Data to be Migrated

\n

In the configuration page, select all the options under the Entities Selection option. Under Additional option, select the 2nd and the 4th option as shown in the screenshot below.

\n

\"Next-Cart

\n

Under the Advanced Arrtibutes Mapping select the options as marked in the screenshots below.

\n

\"Next-Cart

\n

Once you have marked the options shown in the above screenshot click on the Next Step button.

\n

Step 6: Complete Your Migration Process

\n

You’ll see a popup message confirming if you really want to perform a full site migration. Click on the Yes, do it! option to confirm. Next-Cart will now start working on the migration process.

\n

The migration process will take some time depending on the amount of data your Shopify store contains. Don’t refresh your browser while the migration process is still on. Upon completion of the process, you’ll see a success message on your screen.

\n

\"\"

\n

And that’s it. You’ve successfully migrated from Shopify to WordPress + WooCommerce.

\n

We hope you found this article helpful. If you did, you might also want to know how to migrate to WordPress from any other CMS.

\n

The post How to Move Your Store from Shopify to WooCommerce appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.isitwp.com/move-shopify-to-woocommerce/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:48:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"5 Best “Web Hosting Support” 2020 (Compared & Reviewed)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://www.isitwp.com/best-web-hosting-support/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.isitwp.com/best-web-hosting-support/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 30 Jan 2020 11:41:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"best hosting support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"web hosting support\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=241910\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:646:\"

Wondering which company offers the best web hosting customer support? Customer support is one of the important factors when choosing the best web hosting for your site. By choosing a web hosting service with a friendly support team that’s easily accessible, you’ll never have to hire a professional to fix your hosting issues. Instead, you […]

\n

The post 5 Best “Web Hosting Support” 2020 (Compared & Reviewed) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9931:\"

Wondering which company offers the best web hosting customer support?

\n

Customer support is one of the important factors when choosing the best web hosting for your site.

\n

By choosing a web hosting service with a friendly support team that’s easily accessible, you’ll never have to hire a professional to fix your hosting issues. Instead, you can simply get in touch with the support team and ask them for a solution. But merely offering support isn’t enough. You should know what exactly to look for.

\n

Features of a Good Web Hosting Support

\n

Most web hosting services today offer 24/7 customer support to their users. But not all of them are as good as you want them to be. Some may not always be available while others take a lot of time to respond. And nothing can be more frustrating than waiting for help when your site is in crisis.

\n

That’s why when looking for a web hosting with great customer support, it’s always important to ensure that they provide the following support options.

\n
    \n
  • 24*7 Availability
  • \n
  • Multiple Channels to Reach out, like phone, live chat, email, etc.
  • \n
  • Quick Responses
  • \n
\n

Let’s now look at some of the best web hosting support providers on the market.

\n

1. Best Cheap Hosting Support: Bluehost

\n


\n\"\"

\n

Bluehost has been known for its brilliant web hosting customer support. And we strongly believe they provide the best cheap hosting support for beginners.

\n

It offers a 24*7 customer support option that’s available via live chat and phone. So if you have any issues related to your web hosting service, their friendly support team is always ready to help. Apart from that, Bluehost also has a huge knowledge-base consisting of articles, guides and how-to’s that answer all your web hosting account-related questions.

\n

Read our full review on Bluehost here.

\n

2. Best VPS Hosting Support: HostGator

\n

\"HostGator

\n

If you’re looking for VPS hosting, no services offer better support than HostGator. It offers you quick and easy solutions to get started with your online journey. The best part is that even if you’re a novice, with their amazing support team by your side, you can act like a pro.

\n

HostGator’s 24/7 hosting support is available via phone, email or chat. They also provide you with a dedicated support portal when your account is created for the first time. All your support tickets can be handled from right there. They also have an extensive knowledge base with tons of written articles and video tutorials. The best thing about their support is that they are super quick with their responses.

\n

For more details, read our HostGator review.

\n

3. Best Dedicated Hosting Support: SiteGround

\n

\"Siteground

\n

SiteGround is a brilliant option if you want the best dedicated hosting support for your website. SiteGround is always quick with their responses, no matter what problem you have. You can reach out to them via live chat, tickets or phone call.

\n

With SiteGround, you’ll never have to wait for more than a few seconds until you’re connected to the support team who can help you resolve your issue. They also offer detailed and extensive documentation to offer you in-depth knowledge about dedicated hosting.

\n

4. Best WordPress Hosting Support: WP Engine

\n

\"WP

\n

In terms of WordPress hosting support, nothing can beat WP Engine. WP Engine is like having an army of WordPress experts on your side when you need help. Since they’re a managed hosting company, specifically targeting the WordPress market, you can rest assured that you’re backed by the best support team for WordPress.

\n

In order to be able to focus on providing personal and direct support to its users, WP Engine discontinued its ticket system. Instead, you can now reach out to them 24*7 via live chat and phone calls.

\n

If you want to know more about WPEngine, read our WP Engine review here.

\n

5. Best Website Builder Support: GoDaddy

\n

\"Web

\n

GoDaddy, as we all know is one of the leading names for beginners when it comes to offering hosting and domains. But now it’s no longer limited to just hosting services and have extended their services to website builders as well. Although the website builder is super easy to use, you might still need help at times.

\n

We believe GoDaddy provides the best website builder support in the industry. You can reach out to them 24*7 via phone or ticket-based email system. Their support team is a group of very friendly and efficient individuals that are always quick with their services. Learn more about GoDaddy here.

\n

These are some of the web hosting support providers. We hope you find this article helpful. You might also want to know about the best WordPress themesweb hosting services.

\n

The post 5 Best “Web Hosting Support” 2020 (Compared & Reviewed) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.isitwp.com/best-web-hosting-support/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"How to Install WordPress – Beginner’s Guide (Step by Step)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://www.isitwp.com/install-wordpress-complete-wordpress-installation-tutorial/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://www.isitwp.com/install-wordpress-complete-wordpress-installation-tutorial/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2020 12:30:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"how to install wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:38:\"how to install wordpress on fantastico\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:31:\"how to install wordpress on ftp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:39:\"how to install wordpress on softaculous\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:35:\"how to install wordpress on windows\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:41:\"how to install wordpress on your computer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:17:\"install wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=221193\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:654:\"

Do you want to get started with WordPress to create your website? WordPress is the most popular content management system (CMS) and website builder in the world. In this article, we’ll share how to install WordPress using multiple platforms. WordPress is used by more than 30% of websites in the world, which makes it the […]

\n

The post How to Install WordPress – Beginner’s Guide (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:54872:\"

Do you want to get started with WordPress to create your website? WordPress is the most popular content management system (CMS) and website builder in the world.

\n

In this article, we’ll share how to install WordPress using multiple platforms.

\n

WordPress is used by more than 30% of websites in the world, which makes it the most-used software to create a website. It’s easy to set up and helps launch websites or blogs quickly. WordPress has 2 types: WordPress.com, which is a hosted solution; and WordPress.org, also known as self-hosted WordPress.

\n

We’ll use self-hosted WordPress in this guide. Many good WordPress hosting companies offer 1-click installation setup for WordPress. However, the setup process is different for each hosting panel.

\n

For this guide, we’ll show you how to install WordPress using MOJO Marketplace, Fantastico, Softaculous, SimpleScripts, and other control panels. This’ll be a comprehensive guide, so we’re writing down the table of contents to help you easily find the installation process you are looking for:

\n

WordPress Installation: Table of Contents

\n

I. Installing WordPress: Pre-requisite
\nII. Installing WordPress on Various Web Hosting Providers

\n
    \n
  1. How to Install WordPress in Bluehost
  2. \n
  3. How to Install WordPress in SiteGround
  4. \n
  5. How to Install WordPress in WPEngine
  6. \n
\n

III. Installing WordPress With 1-Click Installers

\n
    \n
  1. How to Install WordPress Using Fantastico
  2. \n
  3. How to Install WordPress Using Softaculous
  4. \n
  5. How to Install WordPress Using QuickInstall
  6. \n
  7. How to Install WordPress Using MOJO Marketplace
  8. \n
\n

IV. More WordPress Installation Tutorials

\n
    \n
  1. How to Install WordPress Using FTP
  2. \n
  3. How to Install WordPress in Your Language
  4. \n
  5. How to Install a WordPress Multisite Network
  6. \n
  7. How to Install WordPress in Your Computer
  8. \n
  9. Things to Do After Installing WordPress
  10. \n
\n

Things to Do Before Installing WordPress

\n

Before you can install WordPress, you’ll need to purchase a domain name and web hosting.

\n

We recommend Bluehost for web hosting. It’s one of the most popular hosting companies in the world, and it’s also officially recommended by WordPress.

\n

For our users, they’re offering a free domain name, free SSL certificate, and 60% OFF on web hosting.

\n

\"Create

\n

Click Here to Claim This Exclusive Bluehost Offer »

\n

After purchasing your domain name and web hosting, you’re ready to install WordPress.

\n

How to Install WordPress in Bluehost

\n

Bluehost is one of the most popular names when it comes to hosting services. Installing WordPress with Bluehost is super quick and easy. In fact, you don’t have to do much because when you sign up for Bluehost, it will automatically install WordPress in your domain name.

\n

So you can directly login to your account, go to the My Sites tab on your left and click on the Login to WordPress button on your right.

\n

\"install

\n

This will take you to the WordPress admin area where you can start using WordPress as you would normally do. If you want to install WordPress in more than one site, that’s possible too.

\n

Bluehost lets you install WordPress in an unlimited number of sites for all its hosting plans except for the basic one. You can add more sites to your hosting by clicking on the Create Site button under the My Sites option.

\n

\"install

\n

The Bluehost guided WordPress installation wizard will now launch. You can now create a new WordPress site by entering the site name and tagline. Once done click on the Next button.

\n

In the next step, select the domain name that you’ve purchased. If you don’t have a domain name you can purchase one by going to the Domains page in the Bluehost dashboard.

\n

\"\"

\n

Now that your domain is added, leave the directory field blank. Bluehost will automatically add this field for you. The installer will display a few plugins that you can opt for.

\n

Now hit the Nextbutton. In a few minutes, WordPress will be set up by the Bluehost installer. You’ll see a success message once the setup is completed.

\n

\"Bluehost

\n

You will also receive these details via email. Now click on the Login to WordPress button to enter your new site’s admin area. That’s easy, right?

\n

How to Install WordPress in SiteGround

\n

SiteGround is a popular hosting option for both beginners and advanced users. Here’s more about SiteGround. Their hosting is highly optimized for WordPress and installing it is super easy.

\n

Once you sign up for SiteGround, you’ll see a popup screen with a welcome message. You’ll be asked if you want to set up your site now.

\n

\"installing

\n

Select the Start a New Website option and select WordPress. You’ll now be redirected to a new screen where you have to enter your WordPress installation details. Enter your credentials and click on the Confirm button.

\n

\"install

\n

This will take you to a new screen. You can skip the settings on this page and click on the Complete Setup button.

\n

\"

\n

The installer will get into action and when it’s done, you’ll see a success message on your screen. You’ll also see an option saying Proceed to Customer Area button.

\n

In the customer area click on the My Accounts tab. Here you’ll see an option called Go to Admin Panel. You can click on this tab to enter the WordPress admin panel.

\n

\"\"

\n

And that’s it. WordPress has been successfully installed on your SiteGround hosting account.

\n

How to Install WordPress in WP Engine

\n

WPEngine is a managed WordPress hosting provider that takes care of all your WordPress hosting needs. It will manage your WordPress site updates, installation, and performance optimization so you can easily grow your business. Know more about WP Engine here.

\n

Because WPEngine is a managed WordPress hosting, it will automatically install WordPress for you when you sign up.

\n

You can also add more websites if you want. For that start by logging in to your WP Engine dashboard and go to Sites.

\n

You’ll see the names of all your sites appear on your screen. Now click on the Add Site button to add a new WordPress install.

\n

\"\"

\n

In the next screen, you can add the name of your production environment. Also, add the name of your preference and click on the Create Environment button.

\n

\"\"

\n

Now the action will begin. The DNS changes will obviously take some time to propagate. Once that’s done, you’ll be able to access the WordPress admin area by clicking on the link in the sidebar.

\n

\"\"

\n

You can use the Add Domainlink to add a domain to your website. But WP Engine doesn’t offer domain names. So you’ll have to buy a domain name from one of the domain registrars where you’ll have to point your domain’s DNS settings to WP Engine.

\n

This will need your site’s IP address and CNAME. This information is available on the overview page of your site. The basic setting is the same for all domain registrars. Here we’ll show you how to use this information on Domain.com.

\n

Adding DNS Information on Domain.com

\n

To begin with log in to the domain.com account dashboard and click on DNS and Nameservers.

\n

\"\"

\n

Now on the next screen click on the Edit button to add your IP address provided by WP Engine.

\n

\"\"

\n

Once done, click on the Update DNS button.

\n

\"WPEngine

\n

Next, you’ll have to check if you have a CNAME record with www as its name. If you do, then you will need to edit that CNAME record. Otherwise, go ahead and click on the Add DNS Record button. Now in the Value field add the CNAME subdomain provided by WPEngine and then click on the Add DNS button.

\n

\"\"

\n

And that’s pretty much it. Your domain name now has been successfully pointed to your WordPress site hosted by WP Engine.

\n

How to Install WordPress Using Fantastico

\n

Fantastico is available in multiple web hosting control panels. It’s an auto-installer that you can use to quickly install WordPress.

\n

In your web hosting dashboard, you’ll need to look for the Software section to locate the Fantastico installer.

\n

\"Fantastico

\n

Click on the Fantastico icon, and it’ll open the auto-installer options.

\n

Note: Different web hosting companies use different versions of Fantastico. Some are still using older versions, while others are updated to the latest auto-installer software. The difference will be in design and colors. However, the basic installation steps for WordPress are similar in all versions.

\n

You’ll see a list of all applications, including WordPress, in the left-hand menu. Simply go to Blogs » WordPress.

\n

Don’t miss the chance to read about popular CMS market share.

\n

Next, you’ll see the overview for WordPress, and a big Install button that shows the WordPress version to be installed.

\n

\"Fantastico

\n

You’ll need to click on the Install WordPress button.

\n

Next, you’ll be asked to select your domain name, sub-directory (add this information only if you want to install WordPress in a sub-directory; if not, you can leave this field blank), username, password, and email to continue.

\n

\"Fantastico

\n

After adding the required information, you’ll need to click on the Submit button.

\n

The installation process will begin, and a progress bar will appear on the same screen. Once the installation is done, you’ll see a success message.

\n

Note: If the latest version of WordPress isn’t installed, then you don’t need to worry about it. Once you’ll login into your WordPress admin account, you’ll get the notification to update to the latest version.

\n

How to Install WordPress Using Softaculous

\n

Softaculous is another WordPress auto-installer script used by multiple web hosting companies. It works similarly to Fantastico and helps you install WordPress right away. Many big hosting companies like SiteGround, InMotion Hosting, etc. offer Softaculous in their web hosting dashboards.

\n

You’ll need to login into your web hosting control panel and search for Softaculous in the Software section. In some control panels, you’ll also find a Softaculous Apps Installer section separately with all apps visible in your dashboard. It’ll allow you to directly click on WordPress and install it.

\n

\"Softaculous\"

\n

You can choose any option to install WordPress. If you click on the WordPress icon under Softaculous Apps Installer section, then it’ll show you an overview of WordPress. There are other tabs like Install, Features, Screenshots, etc. Visit the Install tab to get started.

\n

\"Install

\n

First, you’ll need to select Http:// or Http://www protocols. If you’re using SSL and HTTPS, then simply choose Https:// or Https://www from the protocol dropdown.

\n

\"Select

\n

Next, you’ll need to select the domain name where you want to install WordPress. After choosing the domain name, you’ll need to add a sub-directory (for example: mywebsite.com/wp) where you want WordPress to be installed. A directory will automatically be created with the name you define and WordPress will be installed there.

\n

However, if you’ll be installing WordPress on your root directory (for example: mywebsite.com), then leave the In Directory field blank.

\n

Now that you’re done with the Software Setup, simply scroll down to Site Settings.

\n

\"Site

\n

You’ll need to add the site name and site description. These details aren’t permanent and you can change them later from your WordPress admin dashboard.

\n

After that, you’ll be asked to provide a username, password, and email address to create credentials for your WordPress admin area. You can use the password generator by Softaculous to add a strong password or use our free strong password generator. Also, you’ll need to make sure that the username is a non-dictionary word.

\n

However, there’s no given rule to set the username or password. You’re free to select a username of your choice and a password that you can easily remember. We recommend you to keep a strong password, so your site will remain secured from hackers. You should check out this guide on how to manage passwords for more detailed information.

\n

The email field is important because all the notifications will be sent to the email address you provide here. These notifications include update alerts, password reset, and more.

\n

\"Optional

\n

Once you’re done with the Site Settings, you can scroll further to select the plugins and theme. These are optional settings and you can also manage them from your WordPress admin dashboard after the installation. Click on the Install button.

\n

In few minutes, you’ll see a success message for WordPress installation. Until the progress bar shows 100%, it’s recommended to stay on the installation screen to avoid troubles.

\n

\"Success

\n

After successful installation, you’ll see details like your website URL and WordPress admin access URL.

\n

How to Install WordPress Using QuickInstall

\n

QuickInstall is an auto-installer for WordPress and many other apps. It’s available on multiple web hosting control panels including HostGator and others. Different hosting dashboards may have a different appearance for QuickInstall, but the features and process to install WordPress is almost same.

\n

You’ll need to log into your web hosting dashboard, and search for the Software section. There you’ll find the QuickInstall icon. Click on QuickInstall to continue.

\n

\"QuickInstall

\n

It’ll launch the QuickInstall page with all its apps, including WordPress, under the 1-Click Install section. Simply click on WordPress link to begin with it.

\n

\"WordPress

\n

Like many other installation scripts, it’ll show you the WordPress overview and a button for installation. You’ll need to click on the Install WordPress button.

\n

\"Install

\n

Next, you’ll need to add the required details for WordPress installation.

\n

Start by choosing the domain name where you want to install WordPress. In the next field, you’ll need to add a sub-directory. If you want to install WordPress on your root directory (example.com), then simply leave this field blank.

\n

\"Install

\n

Moving ahead, you’ll need to enter the admin email address, blog title or site name, admin username, first name, and last name. These details will be used to create an admin user for your WordPress installation.

\n

After adding your user details, you’ll need to click on the Install WordPress button.

\n

WordPress installation will begin, and it’ll take a few moments to complete the process. Once the installation has successfully finished, you’ll see the login details with URLs for your website and WordPress admin area.

\n

How to Install WordPress Using MOJO Marketplace

\n

MOJO Marketplace supports a 1-click installer tool used by multiple web hosting companies to quickly install apps like WordPress. It is available in the web hosting control panel.

\n

If you are using Bluehost web hosting, then you’ll need to login into your hosting control panel and go to the website section.

\n

\"MOJO

\n

From there, you’ll need to click on the Install WordPress or 1-Click Install icon. If you click on the Install WordPress icon, then you’ll be redirected to choose your domain name, and add a directory name (only if you want to install WordPress in a sub-directory like example.com/wp).

\n

After that, click on the Next button.

\n

\"Select

\n

Now, you’ll be asked to add admin information like Site title, admin username, admin password, and admin email address. Also, you’ll need to check mark the terms and conditions. Then, click on the Next button.

\n

\"Admin

\n

A progress bar will appear at the top of the screen, and you’ll be notified once WordPress is installed. You’ll need to click on the link to view your login credentials.

\n

\"Installation

\n

Once you click on the link, it’ll show you a success message and your WordPress admin access (username and password).

\n

\"WordPress

\n

How to Install WordPress Using FTP

\n

Do you want to manually install WordPress using an FTP client? It’ll add a few more steps to the installation process. We recommend you take a look at this guide on how to use FTP to upload WordPress files for more detailed information.

\n

Before we start, you’ll need to download the latest WordPress version from their official site. Simply unzip the file and use an FTP client like FileZilla to upload the WordPress files into your root directory. Usually the root directory is called /public_html/.

\n

If you want to install WordPress in a sub-directory (For example: mywebsite.com/wp), then you can create a folder in your root directory with the respective name and upload your WordPress files there. In this case, your extension in the FTP client will be /public_html/wp.

\n

\"Use

\n

After uploading the WordPress files, you’ll need to login into your web hosting control panel to create a new database. In your cPanel, you’ll need to search for the Databases section and click on the MySQL Databases icon.

\n

\"MySQL

\n

In the New Database field, you’ll need to add a name of your database. After that, click on the Create Database button.

\n

\"New

\n

Once your database is created, you’ll need to enter your MySQL username and password. These credentials will belong to your database and they’ll be used in your WordPress configuration file.

\n

Upon adding the username and password, you’ll need to click on the Create a user button.

\n

\"Create

\n

Creating a user is not enough. You’ll need to give access to this new user to connect with your database. Simply add the user to your database with all permissions.

\n

To do this, you’ll need to go to the Add User to a Database section on the same page. In the User dropdown, select the new user that you created, and select your database in the Database dropdown. After that, click on the Add button.

\n

\"Add

\n

It’ll show you the user privileges page. You’ll need to check mark all privileges for this new user to make changes on your database.

\n

After that, head over to the installation process. You’ll need to browse the WordPress URL to begin with the installation. If you uploaded WordPress files on the main root directory, then your domain name will be the WordPress URL (for example: www.mywebsite.com)

\n

First, it’ll ask you to select a language. After selecting your language, click on the Continue button. Now, the complete WordPress installation process will be in this same language. If you’re not satisfied with your language selection, you can change it later from your WordPress admin settings.

\n

\"Select

\n

Next, it’ll display the welcome message and information about your new WordPress installation. Read this information as WordPress will access your database credentials to launch properly.

\n

You’ll need to click on the Let’s go! button.

\n

\"Install

\n

Now, you’ll see a form where you’ll need to add your database name, username, and password. After that, click on the Submit button.

\n

\"Create

\n

Upon successful connection with the database, you’ll see a message from WordPress and you’ll need to click on Run the install button to continue.

\n

\"Run

\n

WordPress will run its background process that includes creating tables in your database, and taking you to the next step.

\n

You’ll need to enter your Site title, username, password, and email address to set up your WordPress site.

\n

In the development phase, you may not want search engines to see your website, so you’ll need to check mark on search engine visibility option. You can change this setting later from your WordPress admin account.

\n

\"WordPress

\n

Once you click on the Install WordPress button, it’ll complete the installation process and display a success message. You’ll also see the login credentials to access your WordPress admin account.

\n

\"Successful

\n

How to Install WordPress in Your Language

\n

WordPress is translated into almost all the languages in the world. You can easily install WordPress in your own language.

\n

To name a few, WordPress includes languages such as English, French, Spanish, Chinese (Han), Japanese, Arabic, Korean, German, Hebrew, Hindi, and more.

\n

While installing WordPress, it’ll ask you to select a language and then further installation will be done in the chosen language. However, if you select English at first and want to change the language later, then you’ll need to visit Settings » General page in your WordPress admin account.

\n

\"Site

\n

You should also check out this guide on how to create a multilingual website in WordPress for more details.

\n

How to Install a WordPress Multisite Network

\n

By default, WordPress has multisite features. You can use the multisite network to create and manage more than one website under a single WordPress installation. The WordPress multisite network is strong, and it easily manages your new sites on sub-directories or sub-domains.

\n

It’s helpful for large businesses, government organizations, membership websites, educational institutes, travel companies, and more.

\n

You should follow this complete guide on how to install and setup WordPress multisite network for detailed instructions.

\n

How to Install WordPress on Your Computer

\n

Do you want to install WordPress on your computer? Many beginners want to create their websites in a local server environment before showing it to other people. However, you can also build your website on a live environment by simply discouraging search engines to see your site.

\n

Other than that, there’re many people who want to install WordPress on their computer to develop themes, plugins, or test the code.

\n

Installing WordPress on your computer will not be visible to all until you take it live on your domain.

\n

For Windows users, you’ll need to download and setup WAMP to install WordPress. However, Mac users will need to setup Mamp on their computers for local WordPress installation.

\n

You should also check out our guide on how to transfer WordPress from local server to a live site for step-by-step instructions.

\n

Things to Do After Installing WordPress

\n

After the successful installation of WordPress, you’ll need to select your theme and plugins to launch your website properly.

\n

Selecting a WordPress Theme

\n

A theme, or website template, will be the design / style of your WordPress site. You’ll find hundreds of thousands of WordPress themes on the internet and WordPress repository. However, it’s difficult to select a theme when you have these many choices. We recommend you sort WordPress themes according to your business niche and then check out our expert pick of the best WordPress themes.

\n

We keep this list updated, so you’ll find the latest and most amazing WordPress themes for your website.

\n

Choosing the Best WordPress Plugins

\n

WordPress is flexible and easy to set up. It allows you to add any feature you desire on your website using WordPress plugins. Whether you want to add a contact form, optimize your website for search engines, secure your website from hackers, or any other functionality on your site, there’s a fair chance that you’ll find a plugin in the WordPress directory.

\n

Other than the WordPress repository, you can find premium plugins that are available as third-party tools on the internet to extend functionalities on your website.

\n

Confused which plugins you’ll need to install on your WordPress site? Here’s a list of the plugins with details that you’ll need to add to your website right after the installation:

\n\n

If you ever plan to switch domains, then check out this interesting step by step article on how to move your WordPress site to a new domain name. And if you ever think to change your CMS then read on our WordPress alternatives article, listing the top WordPress competitors.

\n

We hope this article helped you learn how to install WordPress. You may also want to see our guide on how to start a WordPress website from scratch (step by step).

\n

The post How to Install WordPress – Beginner’s Guide (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://www.isitwp.com/install-wordpress-complete-wordpress-installation-tutorial/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"10 Best Email Hosting Providers 2020 (Compared and Reviewed)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.isitwp.com/best-email-hosting-providers-compared/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://www.isitwp.com/best-email-hosting-providers-compared/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 28 Jan 2020 17:39:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:31:\"email hosting service providers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:22:\"email hosting services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"email services\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=241874\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:628:\"

Looking for the best email hosting providers for your small business? If you’ve purchased a web hosting service to start your business online, you might have noticed that many hosting services offer an in-built option to host your emails. While that’s a great thing for anyone who has just started out, for many it comes […]

\n

The post 10 Best Email Hosting Providers 2020 (Compared and Reviewed) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16770:\"

Looking for the best email hosting providers for your small business?

\n

If you’ve purchased a web hosting service to start your business online, you might have noticed that many hosting services offer an in-built option to host your emails.

\n

While that’s a great thing for anyone who has just started out, for many it comes with a downside. And the biggest of them is its limited features. That’s when email hosting services come into the picture. Unlike the inbuilt options offered by the web hosting services, with email hosting services you can ensure that every email you send gets delivered to your users.

\n

Besides you can have full control over your emails. And because of their amazing support, you can concentrate solely on your business without having to worry anything bout its configuration or settings.

\n

How to Find the Best Email Hosting Provider

\n

Generally, there are several factors to consider before opting for a good email hosting service provider. Let’s look at some of them:

\n
    \n
  • Custom Domain: Always check if it lets you use a custom email domain or not.
  • \n
  • Delivery Guarantee: It’s the likelihood of your emails reaching the recipients’ inbox, instead of spam folder.
  • \n
  • File Sending Capacity: Check if your email hosting provider lets you send huge file attachment from your account. The bigger files you can send the better.
  • \n
  • Uptime: There’s no point in selecting a hosting service if it can’t guarantee 99.9% uptime.
  • \n
  • Security: Keeping your emails free from spams or any other malicious threat is extremely important.
  • \n
\n

1. Bluehost: Email Hosting With Free Email Domain

\n

\"Bluehost

\n

Bluehost is one of the most popular and best email hosting providers that offers email hosting services alongside web hosting. With these services, you can have a free domain for an entire year and create unlimited emails for your business. Because of its robust security via IMAP, you can rest assured that your emails are always secured from potentially vulnerable threats. It also offers 3 different webmail solutions to keep your mails secured.

\n

Bluehost lets you create 5 email accounts with any web hosting plans. You also don’t have to worry about its uptime because Bluehost has a brilliant record of maintaining 99.99% uptime.

\n

Read our full review on Bluehost here.

\n

2. SiteGround: Best Secure Email Hosting Provider

\n

\"Siteground

\n

SiteGround is another fantastic email hosting provider that you can check out. It has already made its mark as a leading web hosting service provider for small and large enterprises. And its email hosting services are equally good in terms of features and security options.

\n

By opting for SiteGround, you can send up to 400 emails per hour. Each email that you send can have up to 40 recipients and if an email is undelivered, it will automatically retry sending within 24 hours. You can also be sure about the security of your emails because it enables the SpamExpert feature for every user by default.

\n

Read our full review on SiteGround here.

\n

3. HostGator: Best Email Hosting With Unlimited Email Addresses

\n

\"HostGator,

\n

HostGator is another amazing email hosting service provider that offers secured and powerful email hosting services to its users. It lets you host your emails on your own server. Once the email is created, you can access them through webmail or through your phone by setting up a web client of your choice.

\n

The best part is that with any plans, you get unlimited email accounts. HostGator guarantees an uptime of 99.98%.

\n

4. G Suite: Business Emails With Gmail

\n

\"GSuite

\n

GSuite is not just your average email hosting provider. It’s a complete business management tool that lets you have complete access to all Google organization and security tools. This can help you streamline your business without any professional help.

\n

It offers 25MB email attachment options and lets you create an unlimited number of group emails too. Aside from Gmail for businesses, it gives you access to all Google apps, including Google Drive, Docs, Voice, etc.
\nLearn how to create a professional email with G Suite here.

\n

5. A2 Hosting: Email Hosting With Pro-Rated Guarantee

\n

\"A@

\n

A2 Hosting offers secured and reliable email hosting services that ensure your emails are sent and received without any trouble. As a web hosting provider, they also offer unlimited email addresses with forwarding and autoresponder options. You can also have unlimited storage capacity where each of your messages will be stored until you delete them yourself.

\n

A2 Hosting automatically backs up all your messages to ensure everything is safe and secured. Their user-friendly cPanel makes configurations and settings easy. The best thing about A2 Hosting is that they offer anytime pro-rated money-back guarantee for any unused service.

\n

Here’s more about A2 Hosting.

\n

6. Liquid Web: Email Hosting With Managed Hosting

\n

\"Liquid

\n

Liquid Web is yet another reliable email hosting service that offers great features. The standard plan offers 25GB storage space and supports 50MB attachments. It also lets you import your emails from other platforms like Gmail and Outlook easily.

\n

You can have the flexibility to set up email filters and rules if required. Apart from that, it offers POP, SMTP, IMAP access and quality spam protection too. It offers several plans with different features. The higher your plan is the more features you can have.

\n

Read our review on Liquid Web here.

\n

7. iPage: Cheapest Email Hosting Provider

\n

\"iPage\"

\n

iPage is yet another email hosting service with which you can create unlimited email addresses for your business. This is a great option for small business owners who need to create email addresses for their employees.

\n

It also offers the email forwarding and auto-responder function which makes it easier for you to keep in touch with your clients even in your absence. To ensure that your email account is safe from threats, it offers IMAP support.

\n

Learn more about iPage here.

\n

8. InMotion Hosting: Yet Another Email Hosting Platform

\n

\"\"

\n

InMotion Hosting is an amazing email hosting platform cum web hosting service for those who’re looking for business-class email and web hosting. You can have almost every feature that you might need for managing your business emails. From email filtering to auto-responder to blacklisting spam emails, it offers great features to its users.

\n

You can work on your email settings right from its user-friendly cPanel.

\n

Here’s more about InMotion Hosting.

\n

9. GoDaddy: Beginner-friendly Email Hosting

\n

\"GoDaddy

\n

GoDaddy has always been the go-to option for beginners to set up emails, domains, and web hosting.

\n

GoDaddy offers up to 50GB storage capacity and guarantees 99.99% uptime. It also lets you send invoices, manage appointments, track mileage with Bookings, Outlook, Customer Management, and MileIQ apps.

\n

Read more about GoDaddy here.

\n

10. Office 365: Business Emails With Outlook

\n

\"Office

\n

Office 365 is one of the best email hosting providers that let you have business-class email hosting for small and big enterprises. It lets you customize and store every email that you receive. You can use their services to collaborate across different departments and locations. You also get to manage different tasks and engage in teamwork with the Microsoft Planner. Such features help you run, manage and streamline your business easily.

\n

These are some of the email hosting services that you can opt for. We hope this article helps you pick the best email hosting services for your business email. You might also want to check out the top email marketing service providers on the market.

\n

The post 10 Best Email Hosting Providers 2020 (Compared and Reviewed) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://www.isitwp.com/best-email-hosting-providers-compared/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:51:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"29 Best WordPress Themes for Travel Blogs (2020)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://www.isitwp.com/best-wordpress-themes-for-travel-blogs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://www.isitwp.com/best-wordpress-themes-for-travel-blogs/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2020 09:12:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Resources\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:21:\"best wordpress themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:26:\"free wordpress blog themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:18:\"travel blog themes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=224199\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:608:\"

Are you looking for the best WordPress themes for your travel blog? If you love traveling and having adventures, you can create a travel blog, share your stories, become popular, and earn money from your writing. Similarly, if you’re a travel business owner, creating a travel site is a must for growing your business. In […]

\n

The post 29 Best WordPress Themes for Travel Blogs (2020) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:54228:\"

Are you looking for the best WordPress themes for your travel blog?

\n

If you love traveling and having adventures, you can create a travel blog, share your stories, become popular, and earn money from your writing. Similarly, if you’re a travel business owner, creating a travel site is a must for growing your business.

\n

In this article, we’ll share the best WordPress themes for travel blogs and websites in 2020. It’s a handpicked list of travel themes chosen by experts so you can feel confident picking any theme featured to start your travel website.

\n

Creating a Travel Blog with WordPress

\n

WordPress is the most popular blogging platforms and website builders on the market today. Millions of websites, including world’s top brands, are using WordPress to create their websites and blogs.

\n

To create a travel blog in WordPress, you’ll need a domain name and a hosting account along with the WordPress software. A domain name is your website’s address (URL) on the web, like Google.com or IsItWP.com, and web hosting is where your website’s content and files are stored online. You should check out our article on how to choose the blog hosting.

\n

A domain name usually costs $14.99 per year and a hosting plan costs $7.99 per month. Hence, the combined cost of domain name and hosting can be high at the beginning, especially if you’re planning to start with a low budget.

\n

Thankfully, you don’t need to worry about that anymore because Bluehost is offering an exclusive offer to IsItWP users.

\n

\"create

\n

Now you can get WordPress hosting for just $2.75 per month (60% off on the regular price) and a free domain from Bluehost. Plus, you’ll also get a free SSL certificate to secure your domain.

\n

After purchasing your web hosting and domain name, you can start building your travel blog or website by following our step-by-step guide on how to start a blog with WordPress.

\n

Before you start, don’t miss this article on the best and popular WordPress theme shops.

\n

Let’s check out the best WordPress themes for travel blogs you can use on your travel blog or website.

\n

1. Soledad

\n

\"Soledad

\n

Soledad is a multi-concept travel theme for WordPress websites. It comes bundled with 1000+ sliders and blog/magazine layouts, so you can set up an impressive travel website for your users.

\n

For endless customization, the theme also supports page editor plugins, like Elementor and WP Bakery Page Builder. It’s translation ready and allows you to create a multilingual site.

\n

Get started with Soledad today!

\n

2. Adventure

\n

\"adventure

\n

Adventure is a WordPress theme that’s best suited for crossfit gym, travelers, explorers, and adventures. This theme comes with a modern, stylish design that highlights your content.

\n

The Adventure theme is shipped with a homepage template, which you can use to build a dynamic homepage with the help of the Organic Customizer Widgets plugin. This plugin’s also developed by Organic Themes, the same folks behind the Adventure theme.

\n

Get started with Adventure today!

\n

3. Themify Infinite

\n

\"themify-infinite-wordpress-theme\"

\n

Themify Infinite is a full-page style blog theme with infinite scrolling. It allows you to add full-width images on blog posts that’ll make your blog look stunning. The infinite scrolling feature adds to the charm of your blog as it loads content infinitely as users scroll down the page.

\n

In addition to infinite scrolling, it features a sticky header, banner ad spots, slide-out widgets, WooCommerce support, etc. to make your blog beautiful as well as powerful. To let you customize the design, it comes with a user-friendly drag and drop page builder. So, you can create any layout with live previews on the frontend.

\n

The Themify Infinite theme offers infinite possibilities for creating a blog. You can create a full-featured and marvelous travel blog easily using this theme.

\n

Read our complete Themify Infinite review.

\n

Get started with Themify Infinite today!

\n

4. Tropicana

\n

\"Tropicana\"

\n

Tropicana is a beautiful WordPress theme built specifically for travel blogs, travelers, nature bloggers, travel photographers, and island wanders. The theme offers natural and attractive colors that impress your users in the first look at your website.

\n

It has a 1-page and 2-page mode. It features a full-width image slider with text and call-to-action button on the homepage. You can also add social icons, search bar, custom logo, and dual navigation menu in the header section.

\n

The Tropicana theme integrates with popular WordPress plugins like WooCommerce, WPForms, and more. You can use drag and drop page builders like SiteOrigin to create professional landing pages, blog pages, and other custom pages on your site.

\n

Get started with Tropicana today!

\n

5. Themify Peak

\n

\"themify-peak-theme\"

\n

Themify Peak is a masonry style WordPress theme suitable for blogs, portfolios, magazines, and photography sites. The theme shows your posts in a grid design that adapts well to any screen size or device. You can choose the auto tiles option to let the theme automatically generate the masonry grid or set a custom tile size for each category.

\n

The theme features an optional mega menu, various post layouts, slide-out widgets, portfolio post type, WooCommerce support, and much more. It has a 1-click demo import option and ready-to-import demos in different skins. Therefore you can choose a skin, install it on your site, and quick-start your blog.

\n

Themify Peak theme comes with the powerful Themify Builder page builder plugin that helps you to create any layout without having to touch a single line of code. It allows you to customize almost everything by simply dragging and dropping and with real-time live previews.

\n

Read our complete Themify Peak review.

\n

Get started with Themify Peak today!

\n

6. The Traveler

\n

\"the-traveler-wp-theme\"

\n

Traveler is a beautiful WordPress blog theme for travel bloggers, photographers, and storytellers. It comes with a simple and elegant grid-style blog layout to showcase your photos and content in an eye-catching manner.

\n

The theme comes with an in-built Instagram feed display option to display your latest Instagram photos in the footer and sidebars. If you love sharing your travel photos on Instagram, this feature lets you connect your Instagram with your WordPress blog and display your photos.

\n

Traveler theme uses the native WordPress Customizer to let you design your blog easily. You don’t need to use a single line of code to customize the theme options. And, you’ll see everything you changed in real-time.

\n

Get started with The Traveler today!

\n

7. GuCherry

\n

\"GuCherry\"

\n

GuCherry is an excellent WordPress theme built specifically for travel bloggers, travel photographers, tourism companies, and adventurers. It’s also perfect for holiday planners, lifestyle bloggers, news and magazine websites, and fashion blogs.

\n

The theme comes with well-designed custom widgets, eye-catching banner, image slider, ad space, and social media icons. It has a 1-click demo import to launch your website quickly and easily. You can replace the text with your content and get started in a few clicks.

\n

GuCherry is a fully responsive WordPress theme. It supports RTL languages and is optimized for SEO.

\n

Get started with GuCherry today!

\n

8. Gema

\n

\"gema-wordpres-theme\"

\n

Gema is a stylish and bold WordPress blog theme for creating an exciting travel blog. The theme is best suited for smart travelers, lifestyle bloggers, photographers, literary dreamers, and other creative individuals. It lets you showcase your WordPress posts in a bold masonry style.

\n

The theme is simple and easy to use, so you can personalize it without writing any code. It has a user-friendly customizer from where you can change your site’s appearance and functionality easily. You can change its colors, fonts, and almost everything else with real-time live previews.

\n

The Gema theme is fully responsive and mobile-ready, so it runs smoothly and efficiently on any device and any screen.

\n

Get started with Gema today!

\n

9. Trawell

\n

\"Trawell\"

\n

Trawell is a premium WordPress theme for travel bloggers, tourism companies, adventurers, and travel magazines. It has an attractive video background that gives your website a distinct look. The theme is perfect for travelers who want to display the total number of visited countries and continents by using a map.

\n

It comes with sticky navigation, carousel slider, image optimization, and more. It’s compatible with most drag and drop page builders, so you can customize your layouts and build unique landing pages on your website.

\n

Trawell comes with multiple ad slot areas where you can place your banner ads to monetize your site. It has an advanced theme options panel that lets you customize any elements on your website.

\n

Get started with Trawell today!

\n

10. Camera

\n

\"camera-wordpress-theme\"

\n

Camera is a great theme for passionate photographers. If you love to travel to exciting places around the world and take photographs of the stunning scenery, Camera is the right theme for your blog. This theme allows you to showcase your photos gracefully and even include stories about them.

\n

The theme features a distraction-free, elegant design that highlights your travel photos expertly. You can add a slide-out sidebar for navigation, social links, and multiple widgets, so your content is always the main focus.

\n

The Camera theme is designed to fit all screens and devices. Also, it’s SEO and speed optimized to ensure your blog’s good presence on search results.

\n

Get started with Camera today!

\n

11. Ultra

\n

\"ultra-theme-photography\"

\n

Ultra is a highly powerful and flexible multipurpose WordPress theme. You can use this theme for creating a travel website, travel blog, traveler portfolio, photography, eCommerce, crossfit gym, or events and conferences site. This theme comes with multiple predesigned demo websites and skins which you can import into WordPress with 1 click and quickstart your new website or blog.

\n

Moreover, it offers 60+ pre-designed layouts that you can import and use with little customization. Above all, it has the power of popular page builder plugin Themify Builder. Hence, you can create any layout easily with its simple drag and drop builder.

\n

To let you create a complete travel website, it has options to add Google Maps, pricing table, contact forms, timeline, image gallery, sliders, audio files, a countdown timer, etc. There’re also over 16 header styles, multiple header background options, vast typography choices, customizable colors, and many other useful features.

\n

Get started with Ultra today!

\n

12. Zermatt

\n

\"zermatt-wordpress-theme\"

\n

Zermatt is a gorgeous WordPress theme for creating a travel agency, hotel, restaurant, or any other type of business website. It features a drag and drop homepage which you can customize using different custom widgets. It comes with an optional integrated weather module with which you can inform your site’s visitors about the weather in your area (or the area they intend to travel to).

\n

The theme has an integrated booking request form to let your visitors book a travel package for their next vacation. Plus, you can add beautiful galleries to showcase your stunning photographs.

\n

This theme supports popular page builder plugins including Divi Builder, Elementor, and Brizy. You can choose 1 of them and customize your website visually from the frontend. It’s fully responsive and retina-ready.

\n

Get started with Zermatt today!

\n

13. Fall

\n

\"fall-wordpress-blog-theme\"

\n

Fall is an elegant masonry-style blogging theme for WordPress. It’s designed to offer a distraction-free reading experience to your users. You can add full-width featured images and attractively showcase your photographs. Also, you can add images and videos inside your blog posts.

\n

The Fall theme has excellent default typography as well as full typography customization options. You can edit font colors, font sizes, weight, line heights, and also use Google Fonts. Similarly, it has other customization options for logo and favicon, backgrounds, colors, and much more. You can customize all the options easily without writing any code.

\n

Fall is a 100 percent responsive theme which guarantees an equally great appearance on all devices, including small-screen devices.

\n

Get started with Fall today!

\n

14. Themify Landing

\n

\"themify-landing-theme\"

\n

Themify Landing is a responsive WordPress landing page theme useful for creating a travel business landing page or a traveler portfolio site. It has a great design that never fails to impress users coming from your email or social media campaigns. It helps to increase your subscribers, social media followers, and overall traffic to your site.

\n

The theme comes with 25+ pre-designed layouts, which you can install in WordPress with 1 click and use on your site. Once you install a layout, you can customize it with your content and use it as your own.

\n

It has a ‘Portfolio’ post type option to display your portfolios in beautiful masonry image layouts. To add your travel business events, it has Event post type options with a Google Maps view of the location. It’s an excellent theme for creating travel websites.

\n

Read our complete Themify Landing review.

\n

Get started with Themify Landing today!

\n

15. Themify Elegant

\n

\"themify-elegant-theme\"

\n

Themify Elegant is, as you would expect, an elegant WordPress theme created by Themify. It’s a minimalist theme with an artistic design that suits creative people, including travelers, photographers, painters, and musicians. The theme highlights its cool typography and stunning visual presentation that looks great across all devices.

\n

This theme comes with professionally-designed Portfolio and Team post types, new image filter feature, masonry and grid layouts, etc. to allow you to add and display your content beautifully. For designing your site, it has an easy to use drag and drop page builder already integrated. You can easily drag and drop the modules and create any layout you want.

\n

Themify Elegant features 6 alternative color skins, which allow you to change the overall look of your site with 1 click. The theme supports the WooCommerce plugin so you can create a shop page easily.

\n

Read our complete Themify Elegant review.

\n

Get started with Themify Elegant today!

\n

16. OceanWP

\n

\"oceanwp-theme-travel-demo\"

\n

OceanWP offers a sea of wonderful features and functionalities that empower you to create any website you want. It’s a multipurpose theme you can use for a travel business site, blog, landing page, and one-page WordPress website.

\n

The theme is compatible with any of the popular WordPress page builder plugins including Beaver Builder, Elementor, SiteOrigin, Divi Builder, and Brizy. Therefore, you can create almost any type of layout you want. It also supports WooCommerce and other major WordPress plugins so you can add any functionality you wish to, and even create an online store.

\n

If you’re a beginner looking for an easy solution, you can install 1 of its creative demos and use it on your site.

\n

Get started with OceanWP today!

\n

17. Travel Log

\n

\"travel-log-wordpress-theme\"

\n

Travel Log is a free responsive WordPress travel theme. It has a simple and clean design with the features and functionalities you’ll need for a business site. It has the power of WP Travel plugin to allow you to add tour packages, a booking system, payment options, maps, and much more.

\n

Thus, the Travel Log theme is suitable for travel agencies, hotels and resorts, tour operators, or anyone offering travel services.

\n

The Travel Log theme is user-friendly and easy to customize. It has a built-in WordPress Live Customizer to let you personalize the appearance of your website and edit functions with real-time live previews.

\n

Get started with Travel Log today!

\n

18. Noteblog

\n

\"noteblog-wp-blog-theme\"

\n

Noteblog is a simple, free WordPress blog theme great for creating a travel or personal blog. It has a grid-style blog layout to showcase your articles and photographs. It’s an SEO optimized theme that makes your blog get better visibility and ranking in search results.

\n

This theme lets you add Google AdSense as well as affiliate links to your blog to earn referral income. Its pleasant typography and reader-friendly design are perfect for keeping your readers engaged and happy.

\n

Moreover, it has custom widgets, header image, logo and favicon options, etc. to make your blog look unique. It’s a fully responsive theme so that your blog will load smoothly on all devices.

\n

Get started with Noteblog today!

\n

19. TourPress

\n

\"tourpress-wordpress-travel-theme\"

\n

TourPress is a premium WordPress travel theme suitable for travel businesses, like travel agencies. This theme allows you to present all the essential information about your business and everything your users need to know in a sophisticated way.

\n

The TourPress theme has easy options to create travel packages for your potential customers, add tour booking forms, and add tour search functionality based on the destination, type, month, and price. You can show the tour packages in a list, grid, gallery, or other styles. Plus, it has a stylish blog layout to share your travel success stories.

\n

This theme includes a 1-click demo import so you can install the theme demo in WordPress and quickstart your travel website.

\n

Get started with TourPress today!

\n

20. Goto

\n

\"goto-wordpress-travel-theme\"

\n

Goto is a feature-rich tour and travel WordPress theme you can use to create your travel website. It comes with a wide range of powerful features and functionalities.

\n

It has an in-built tour booking option that lets you add a booking form on your website homepage to make booking easy for your users. There’re 3 unique predefined homepages and multiple layouts for inner pages. It has beautiful designs for tour lists, tour grids, tour singles, destinations, contact pages, and a blog.

\n

Besides, it also has a tour review system to let your customers rate the tour they recently completed. This feature helps your potential customers to choose the best trip.

\n

Get started with Goto today!

\n

21. Wanderers

\n

\"wanderers-wordpress-travel-theme\"

\n

Wanderers is an adventurous theme for travel and tourism websites. The theme has an aesthetically beautiful design that’s sure to impress online wanderers looking for exciting travel destinations to explore. It has a full set of features to let you create a full-featured travel business site.

\n

It allows you to add stunning image and video sliders with an intriguing message to invite users to join a tour. It has in-built booking functionality, PayPal integration to accept payments, custom post types for destinations and tours, and several other useful features. Plus, there’re shortcodes for tour lists, a tour image carousel, tours filter, clients carousel, etc.

\n

Wanderers is a 1-click demo import ready theme so you can import the theme demo content with literally 1 click, customize it with your content, and publish your site.

\n

Get started with Wanderers today!

\n

22. Grand Tour

\n

\"grand-tour-wordpress-theme\"

\n

Grand Tour is a beautiful WordPress theme for making a grand tour and travel website. It’s one of the best-selling travel themes in the ThemeForest theme marketplace. It has a marvelous and conversion-optimized design to convert more users into customers.

\n

The theme allows you to add specific tour destinations, an elegant tour gallery, tour video previews, various booking options, multiple payment options, coupon codes and discounts, tour search, etc. All these options will help you to create a complete tour and travel website.

\n

The theme comes with several pre-built demo websites which you can import into WordPress with 1 click, customize, and get your site ready in a snap.

\n

Get started with Grand Tour today!

\n

23. Travel Diaries

\n

\"travel-diaries-wordpress-theme\"

\n

Travel Diaries is a free responsive WordPress theme suitable for travel bloggers. It allows you to present your travel diaries to people beautifully and inspire them. It features a custom homepage design with an email subscription form, recent posts, most popular posts, and a featured section to add logos and a call-to-action message.

\n

This theme features a custom logo option, footer widget area, 4 custom widgets, child theme support, sidebar options, and much more to let you customize your site. You can easily integrate social media networks and enable social sharing.

\n

The Travel Diaries theme is SEO and speed optimized to let your blog rank better on search results and improve user experience.

\n

Get started with Travel Diaries today!

\n

24. Courtyard

\n

\"courtyard-wordpress-travel-theme\"

\n

Courtyard is yet another free WordPress theme designed for small service-related businesses like a hotel, travel agency, or tour company. It has a hero slider with booking options to allow users to book a hotel and start their vacation. With its built-in Packages widget, you can show your 5 most recent tour packages in a grid with different background styles.

\n

Similarly, it also has a Testimonials widget to display what your customers are saying about your services. The image gallery widget lets you showcase the fascinating photographs from your travel destinations to impress your future customers.

\n

This theme is compatible with WooCommerce, so you can easily add a shop page and enable eCommerce transactions.

\n

Get started with Courtyard today!

\n

25. Prevalent

\n

\"prevalent-wordpress-travel-theme\"

\n

Prevalent is a professional WordPress travel theme with plenty of features and functionalities to create a travel website. Designed with travel and tourism entrepreneurs in mind, it has a clean and elegant design.

\n

The Prevalent theme allows you to showcase your best travel destinations, special offers, latest news, client testimonials, photo galleries, and everything else you’ll need on a travel website. You can customize each of these sections effortlessly from the theme customizer.

\n

This theme is fully responsive and retina-ready. Therefore, your travel website will look great on all types of devices and screens.

\n

Get started with Prevalent today!

\n

26. Mesmerize

\n

\"mesmerize-wordpress-theme-travel-demo\"

\n

Mesmerize is a highly flexible multipurpose theme that you can use for any website including a travel agency site, blog, restaurant, mobile app and software, or eCommerce site. It comes with a powerful live editor that allows you to edit text, images, colors, add elements, and customize your page layout completely with real-time live previews.

\n

As its name implies, Mesmerize offers a truly mesmerizing website-making experience. There’re multiple ready-to-use theme demos and 100+ predesigned blocks you can use to build beautiful pages in no time.

\n

With Mesmerize, you can use Font Awesome icons, Google Fonts, Google Maps, photo galleries, and much more. It’s a great theme that’s well worth trying out for your new travel website.

\n

Get started with Mesmerize today!

\n

27. Kale

\n

\"kale-wordpress-theme\"

\n

Kale is a simple and elegant WordPress blog theme that can be used for creating travel, food, fashion website, and personal blogs. It features a simple and clutter-free design that looks pleasant to the users’ eyes. It’s an SEO optimized theme so your blog content will get better ranking in search results.

\n

You can use a text or image logo in your blog, select a background color, or add a background image, add multiple sidebars, social media menus, and more. It allows you to add front page featured posts and front page highlight posts to focus on your most exciting travel stories and travel photographs.

\n

The Kale theme is fully responsive, so your blog will look great on all devices regardless of screen size and resolution. It’s a great theme for your travel blog.

\n

Get started with Kale today!

\n

28. Travel Way

\n

\"travel-way-wp-blog-theme\"

\n

Travel Way is a fully responsive, feature-rich WordPress theme for travel business sites. It comes with plenty of options to add and showcase different travel destinations, or tour packages your travel agency is offering. You can present your travel services attractively with this theme.

\n

The theme features easy-to-use options for the portfolio, services, gallery, blog, testimonials page, team page, booking forms, etc. Plus, it has full support for the WooCommerce plugin so you can easily create a shop page on your site.

\n

Also, it has advanced logo options, custom sidebar areas, layout controls, breadcrumbs, unlimited siders, etc. Travel Way is a perfect theme for creating a complete travel business website.

\n

Get started with Travel Way today!

\n

29. CityLogic

\n

\"citylogic\"

\n

CityLogic is a free multipurpose WordPress theme suitable for travel, business, blog, and online portfolio sites. The theme features a transparent header for an elegant look. It also has an option to add a static image or an image slider on the homepage. You can use the in-built theme slider or any third-party slider plugin to add an image slider.

\n

The CityLogic theme works well with popular plugins like WPForms, WooCommerce, and Elementor as well as SiteOrigin’s Page Builder. You can install either Elementor or SiteOrigin’s Page Builder and design your site using their drag and drop page builder options.

\n

There’re multiple page templates, multiple blog layouts, contact page, shop page, site-search option, etc. in the theme. You can use them, easily configure their settings, and create a full-featured blog in no time.

\n

Get started with CityLogic today!

\n

We hope this article helped you to find the best WordPress themes for travel blogs.

\n

You may also want to see our handpicked list of the best WordPress real estate themes and cheap premium WordPress themes.

\n

The post 29 Best WordPress Themes for Travel Blogs (2020) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://www.isitwp.com/best-wordpress-themes-for-travel-blogs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"WordPress Live Chat: How to Set Up for FREE (Step by Step)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://www.isitwp.com/add-free-live-chat-wordpress-step-step/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://www.isitwp.com/add-free-live-chat-wordpress-step-step/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jan 2020 12:01:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:19:\"WordPress Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:33:\"add a free live chat in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"free live chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:40:\"how to add a free live chat in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"live chat\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://www.isitwp.com/?p=242000\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:613:\"

Do you want to add a free live chat to WordPress? Adding Live chat to your business website helps you connect with users quickly. It’s a win-win… your users can quickly talk to you and clear doubts and you can potentially turn those users into paying customers. In this article, we’ll show you how to […]

\n

The post WordPress Live Chat: How to Set Up for FREE (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Editorial Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12019:\"

Do you want to add a free live chat to WordPress?

\n

Adding Live chat to your business website helps you connect with users quickly. It’s a win-win… your users can quickly talk to you and clear doubts and you can potentially turn those users into paying customers.

\n

In this article, we’ll show you how to properly add free live chat to WordPress.

\n

Why Should You Add a Free Live Chat to WordPress?

\n

With live chat, you can quickly communicate with your potential customers. Your users don’t have to write emails and wait for your response. They will always find someone on your site to help them.

\n

Adding a live chat to your website converts more abandoning users into customers. You can use it on a website offering services and products, or eCommerce stores to help increase sales.

\n

Let’s take a look at our step-by-step guide on adding free live chat to WordPress.

\n
    \n
  1. Choose a Live Chat Plugin
  2. \n
  3. Create a Live Chat Account
  4. \n
  5. Customize the Live Chat Box
  6. \n
  7. Display WordPress Live Chat Box
  8. \n
  9. Hire Professional Live Chat Agents
  10. \n
\n

Step 1: Choose a Live Chat WordPress Plugin

\n

You may find dozens of live chat software for WordPress on the internet.

\n

There is no good free Live Chat software that we can recommend.

\n

We recommend using LiveChat Inc. which is the best solution and we also use it on one of our websites.

\n

The LiveChat WordPress plugin is completely free. However, you’ll need to buy their premium plan to create an account and integrate it with WordPress.

\n

To start with it, you can sign up for a 14-day free trial and test the live chat service on your website. After the trial, you’ll need to pay for the monthly plan that you choose from the LiveChat Inc. site.

\n

The starting plan costs $16.99 per month.

\n

Not convinced? See our complete LiveChat Inc. review for more information.

\n
Bonus Tip: IsItWP users can get a 30% discount with our LiveChat Inc coupon code.
\n

Step 2: Create a Live Chat Account

\n

First, you need to visit the LiveChat Inc. website and click on the Sign Up Free button in the top bar.

\n

\"LiveChat

\n

On the next page, you need to enter your full name, business email, phone number, website URL (like google.com or isitwp.com), and password.

\n

\"LiveChat

\n

Hit the Create Account button and your new LiveChat account will be ready.

\n

Step 3: Customize the Live Chat Box

\n

LiveChat Inc. is highly flexible and easy to customize. You can match the live chat box with the design of your website and make it look attractive.

\n

On your LiveChat account, you need to go to Settings from the left navigation menu.

\n

\"LiveChat

\n

From there, you can choose a live chat theme for minimum and maximum window appearance. You should also select a theme color and position for the live chat box so as to ensure that it blends in with your website design.

\n

\"LiveChat

\n

In the next step, you need to click on the Additional tweaks option. Here, you can remove the LiveChat Inc. brand logo and upload your custom website logo. You can also manage other settings like the agent’s photo, notification sound, and more.

\n

\"Additional

\n

Moreover, you can set up the mobile view and desktop view for live chat separately.

\n

Step 4: Display WordPress Live Chat Box on Your Site

\n

You can add the free WordPress live chat plugin to your site via LiveChat Inc..

\n

Start by installing and activating the LiveChat plugin. For more details, you should check out our guide on how to install a WordPress plugin.

\n

After the activation, you need to visit LiveChat » Settings from WordPress admin area.

\n

\"LiveChat

\n

From there, you need to click on the Go to LiveChat button to connect your LiveChat account with your WordPress site.

\n

You need to enter your login information on the LiveChat website (if not logged in), and you’ll see the success message.

\n

\"LiveChat

\n

You can invite team members, set up goals, view chat stats, and more.

\n

That’s all. To see the live chat in action, you can visit your website and find the sticky LiveChat bar or bubble as you set it.

\n

\"View

\n

Whenever users try to connect with you, it’ll send a notification to your LiveChat account, and you can start talking with them in real-time.

\n

Step 5: Hire Professional Live Chat Agents

\n

Now your live chat box is ready on your site. Next, you need to find professional live chat experts who can answer the users in real-time.

\n

For this, you’ll have 2 options to consider for your business website:

\n
    \n
  1. Build your sales and support team. But, it’ll take time and require a lot of patience, especially for training them.
  2. \n
  3. Outsource the live chat to a professional company like LTVPlus and they’ll take care of everything.
  4. \n
\n

\"LTVPlus\"

\n

LTVPlus provides live chat experts for 24/7 sales and support. These experts need no training, and your live chat will start functioning right away. It’ll also save you time and money, so you can focus on the growth of your business, instead of handling your site users on your own.

\n

We use LiveChat and LTVPlus together on our websites like OptinMonster to maximize our productivity and sales.

\n

We hope this article helped you learn how to add a free live chat to WordPress. You may also want to check out our guide on how to greet WordPress users with a custom welcome message.

\n

The post WordPress Live Chat: How to Set Up for FREE (Step by Step) appeared first on IsItWP - Free WordPress Theme Detector.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://www.isitwp.com/add-free-live-chat-wordpress-step-step/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:28:\"https://www.isitwp.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:18:{s:6:\"server\";s:17:\"Sucuri/Cloudproxy\";s:4:\"date\";s:29:\"Fri, 07 Feb 2020 02:06:39 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:11:\"x-sucuri-id\";s:5:\"18003\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:25:\"strict-transport-security\";a:2:{i:0;s:44:\"max-age=31536000; includeSubdomains; preload\";i:1;s:13:\"max-age=86400\";}s:23:\"content-security-policy\";s:26:\"upgrade-insecure-requests;\";s:10:\"set-cookie\";s:98:\"srv_id=642bb54d8df0b663ead3557fbe5bd9fa; expires=Thu, 06-Feb-20 22:41:45 GMT; max-age=3600; path=/\";s:4:\"vary\";s:23:\"Accept-Encoding, Cookie\";s:7:\"expires\";s:29:\"Thu, 19 Nov 1981 08:52:00 GMT\";s:13:\"cache-control\";s:35:\"no-store, no-cache, must-revalidate\";s:6:\"pragma\";s:8:\"no-cache\";s:4:\"etag\";s:34:\"\"ad44757c12c62bae949d8107116d50d2\"\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:9:\"x-backend\";s:22:\"awesomemotive-web6.com\";s:14:\"x-sucuri-cache\";s:3:\"HIT\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(40212,'_site_transient_timeout_community-events-e204c64f465e7ef37b3d5b3e5e80bff5','1525119918','no'),(40213,'_site_transient_community-events-e204c64f465e7ef37b3d5b3e5e80bff5','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"94.218.79.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:51:\"38. WP Meetup Stuttgart – WordPress und die DSGVO\";s:3:\"url\";s:59:\"https://www.meetup.com/wpmeetup-stuttgart/events/249938962/\";s:6:\"meetup\";s:19:\"WP Meetup Stuttgart\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/wpmeetup-stuttgart/\";s:4:\"date\";s:19:\"2018-05-02 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:18:\"Stuttgart, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:48.773110000000003;s:9:\"longitude\";d:9.1667419999999993;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:55:\"5. WP Meetup Mannheim // Thema Gutenberg // Niels Lange\";s:3:\"url\";s:59:\"https://www.meetup.com/WordPress-Mannheim/events/246898690/\";s:6:\"meetup\";s:25:\"WordPress Meetup Mannheim\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/WordPress-Mannheim/\";s:4:\"date\";s:19:\"2018-05-15 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Mannheim, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.494137000000002;s:9:\"longitude\";d:8.4596619999999998;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:38:\"WordPress 15th Anniversary Celebration\";s:3:\"url\";s:59:\"https://www.meetup.com/WordPress-Mannheim/events/249350895/\";s:6:\"meetup\";s:25:\"WordPress Meetup Mannheim\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/WordPress-Mannheim/\";s:4:\"date\";s:19:\"2018-05-26 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Mannheim, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.495852999999997;s:9:\"longitude\";d:8.4735689999999995;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"6. WP Meetup Mannheim\";s:3:\"url\";s:59:\"https://www.meetup.com/WordPress-Mannheim/events/246898695/\";s:6:\"meetup\";s:25:\"WordPress Meetup Mannheim\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/WordPress-Mannheim/\";s:4:\"date\";s:19:\"2018-06-19 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Mannheim, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.494137000000002;s:9:\"longitude\";d:8.4596619999999998;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:21:\"7. WP Meetup Mannheim\";s:3:\"url\";s:59:\"https://www.meetup.com/WordPress-Mannheim/events/249356328/\";s:6:\"meetup\";s:25:\"WordPress Meetup Mannheim\";s:10:\"meetup_url\";s:42:\"https://www.meetup.com/WordPress-Mannheim/\";s:4:\"date\";s:19:\"2018-07-17 19:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Mannheim, Germany\";s:7:\"country\";s:2:\"de\";s:8:\"latitude\";d:49.494137000000002;s:9:\"longitude\";d:8.4596619999999998;}}}}','no'),(26059,'_transient_timeout_wflginfl_00000000000000000000ffff5bea614a','1513270746','no'),(18574,'_transient_timeout_external_ip_address_119.94.69.84','1509164189','no'),(18575,'_transient_external_ip_address_119.94.69.84','2404:8280:a111:101::46','no'),(18502,'_transient_timeout_external_ip_address_54.204.205.230','1509105432','no'),(18503,'_transient_external_ip_address_54.204.205.230','2404:8280:a111:101::46','no'),(18529,'_transient_timeout_external_ip_address_69.147.228.74','1509117188','no'),(18517,'_transient_timeout_wc_related_636','1508592376','no'),(18518,'_transient_wc_related_636','a:23:{i:0;s:3:\"570\";i:1;s:3:\"411\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"603\";i:17;s:3:\"628\";i:18;s:3:\"629\";i:19;s:3:\"630\";i:20;s:3:\"631\";i:21;s:3:\"632\";i:22;s:3:\"633\";}','no'),(120960,'_transient_timeout_wc_related_904','1633177927','no'),(120992,'_transient_timeout_wc_related_577','1633178050','no'),(120993,'_transient_wc_related_577','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"591\";i:4;s:3:\"592\";i:5;s:3:\"593\";i:6;s:3:\"594\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(93281,'_transient_external_ip_address_2002:c1ef:93ba::c1ef:93ba','103.67.235.121','no'),(20484,'_transient_timeout_external_ip_address_23.229.43.148','1510470776','no'),(20485,'_transient_external_ip_address_23.229.43.148','103.67.235.70','no'),(20505,'_transient_timeout_external_ip_address_93.183.234.152','1510481903','no'),(120923,'_transient_timeout_wc_related_664','1633174223','no'),(121025,'_transient_timeout_wc_related_666','1633215186','no'),(18809,'_transient_timeout_external_ip_address_199.30.25.128','1509266121','no'),(18810,'_transient_external_ip_address_199.30.25.128','2404:8280:a111:101::46','no'),(18828,'_transient_external_ip_address_131.253.27.47','103.67.235.70','no'),(45064,'_transient_timeout_wflginfl_2002b9eada2a000000000000b9eada2a','1530265113','no'),(45065,'_transient_wflginfl_2002b9eada2a000000000000b9eada2a','5','no'),(46398,'_transient_timeout_external_ip_address_193.169.252.189','1532334618','no'),(46399,'_transient_external_ip_address_193.169.252.189','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(45916,'_transient_timeout_wflginfl_2002c1a9fcbd000000000000c1a9fcbd','1531072101','no'),(45917,'_transient_wflginfl_2002c1a9fcbd000000000000c1a9fcbd','5','no'),(110713,'_transient_timeout_wflginfl_00000000000000000000ffff746e2b8a','1624901624','no'),(110714,'_transient_wflginfl_00000000000000000000ffff746e2b8a','1','no'),(114377,'_transient_timeout_wflginfl_00000000000000000000ffff3e1f03da','1627797943','no'),(114351,'_transient_timeout_wflginfl_00000000000000000000ffffcabf3c92','1627780349','no'),(114352,'_transient_wflginfl_00000000000000000000ffffcabf3c92','1','no'),(114496,'_transient_timeout_wflginfl_00000000000000000000ffff3ec3bed2','1627905676','no'),(48973,'_transient_timeout_wflginfl_00000000000000000000ffff5324b3f3','1540238944','no'),(48974,'_transient_wflginfl_00000000000000000000ffff5324b3f3','1','no'),(45727,'_transient_timeout_wflginfl_2002c1a9fcb8000000000000c1a9fcb8','1530855137','no'),(45728,'_transient_wflginfl_2002c1a9fcb8000000000000c1a9fcb8','6','no'),(17460,'_transient_timeout_external_ip_address_40.77.177.77','1508277233','no'),(17461,'_transient_external_ip_address_40.77.177.77','103.67.235.70','no'),(17474,'_transient_timeout_external_ip_address_174.138.48.186','1508306296','no'),(17475,'_transient_external_ip_address_174.138.48.186','2404:8280:a111:101::46','no'),(17482,'_transient_timeout_external_ip_address_159.203.95.202','1508317514','no'),(17483,'_transient_external_ip_address_159.203.95.202','2404:8280:a111:101::46','no'),(17486,'_transient_timeout_external_ip_address_35.166.83.238','1508321085','no'),(17487,'_transient_external_ip_address_35.166.83.238','2404:8280:a111:101::46','no'),(17492,'_transient_timeout_external_ip_address_216.151.183.126','1508327871','no'),(17493,'_transient_external_ip_address_216.151.183.126','103.67.235.70','no'),(17511,'_transient_timeout_external_ip_address_35.164.55.198','1508366905','no'),(17512,'_transient_external_ip_address_35.164.55.198','2404:8280:a111:101::46','no'),(18550,'_transient_timeout_external_ip_address_185.70.187.155','1509137550','no'),(18551,'_transient_external_ip_address_185.70.187.155','2404:8280:a111:101::46','no'),(18556,'_transient_external_ip_address_199.30.24.160','103.67.235.70','no'),(18558,'_transient_timeout_external_ip_address_91.121.52.201','1509146506','no'),(18555,'_transient_timeout_external_ip_address_199.30.24.160','1509144627','no'),(17570,'_transient_timeout_external_ip_address_72.30.14.126','1508444017','no'),(17571,'_transient_external_ip_address_72.30.14.126','2404:8280:a111:101::46','no'),(17592,'_transient_timeout_external_ip_address_216.252.126.72','1508474470','no'),(17593,'_transient_external_ip_address_216.252.126.72','2404:8280:a111:101::46','no'),(17617,'_transient_timeout_external_ip_address_213.183.51.182','1508503816','no'),(17618,'_transient_external_ip_address_213.183.51.182','2404:8280:a111:101::46','no'),(19948,'_transient_timeout_external_ip_address_23.229.64.243','1510110081','no'),(19949,'_transient_external_ip_address_23.229.64.243','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(120080,'_transient_timeout_feed_3a39ef5d0240c40133252ada9b3c6e81','1632289193','no'),(120081,'_transient_feed_3a39ef5d0240c40133252ada9b3c6e81','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://updraftplus.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 14 Sep 2021 15:47:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.7.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:103:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"How to protect customer data and prevent GDPR breaches on your WordPress site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/IYqI44wz3a8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 10 Sep 2021 13:29:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:11:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"all in one security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"breach\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"gdpr\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"prevent\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:4:\"stop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:4:\"tips\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1223203\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:834:\"

For UpdraftPlus’ own privacy policy and how we deal with GDPR, please go to the privacy centre. Up until the advent of the internet, the most a company would know about their customers was their names, address, maybe their purchase … Continue reading

\n

The post How to protect customer data and prevent GDPR breaches on your WordPress site appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Melvin Braide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19010:\"

\n

For UpdraftPlus’ own privacy policy and how we deal with GDPR, please go to the privacy centre.

\n

Up until the advent of the internet, the most a company would know about their customers was their names, address, maybe their purchase history and little more. Fast forward to 2021, and businesses have access to all aspects of a customer’s (or potential customer) interests, bank details, email addresses, hobbies, desires, passions and goals – as well as some very personal information that the potential customer might not even be aware they are sharing. While this information has allowed companies to better serve and market towards customers, if this treasure trove of personal data gets into the wrong hands, it can cause a major problem for all involved. 

\n

In this blog, we will discuss how to protect customer data and prevent GDPR breaches. But first it is important to define what a data breach is and what GDPR means. 

\n

What is a data breach? 

\n

A data breach is an incident that allows outsiders or unauthorized personnel to access or obtain confidential information from a system, without the permission of the owner. While cybercriminals represent the most common threat to data protection, they aren’t the only culprits. Employees and coworkers can either accidentally or maliciously share data with unauthorized persons, which can also result in a data breach. 

\n

What is GDPR? 

\n

GDPR stands for general data protection regulation, and as the name implies, it is a regulation that addresses data protection and privacy. While GDPR applies to countries and companies operating with the EU, countries all over the world have similar GDPR-like policies in place.

\n

In May 2018, the EU implemented the GDPR to ensure that citizens of the EU and EEA region have greater control over what personal information they allow access to, how that information is used and what assurances they have regarding the protection of that information by the companies involved. The GDPR directive stipulates that personal data includes name, IP address, banking details, email address, photo, location, or medical information. This regulation applies to every company with customers that are EU and EEA citizens. 

\n

10 ways to keep your customer subscription data safe and prevent GDPR breaches

\n

If a company finds itself victim of a data breach, it can find itself facing an expensive bill. Under GDPR guidelines, a company can face fines of up to 20 million or 4% of their annual turnover due to a breach. However, the following practices can drastically reduce your chances of experiencing a security breach. 

\n

1. Only collect essential data 

\n

Your company’s database should consist of only information that is crucial to your marketing efforts. The more personal the information that is obtained from customers, the more valuable they will be to hackers and cybercriminals.  

\n

A crucial part of customer data management is deciding which data you should collect and what you don’t need. Between 60% and 73% of data collected by companies is unused for analytics, which shows that organisations probably don’t need as much information as they think they do to conduct business. 

\n

What comprises essential data for your company depends on your marketing goals and your ability to analyze the data to gain insights. Since marketing goals evolve, regularly evaluating the type of data you collect can save you trouble and aid your compliance with data protection regulations. 

\n

2. Perform routine vulnerability and risk assessments

\n

According to the Center for Internet Security (CIS), vulnerability management is the third most important action you can take to protect your organization from data breaches. 

\n

The processes involved in vulnerability management include identifying possible security breaches and classifying them according to their threat level. Regular risk and vulnerability assessments help you identify holes in your defences and take measures to plug them. 

\n

When carrying out these assessments, you should leave no stone unturned. Inspect and evaluate your data storage, software and data security policies – like the use of personal devices and remote ‘work from home’ access for employees. 

\n

WordPress itself is a very secure platform. However, it helps to add some extra security and firewall to your site by using a security plugin that enforces a lot of good security practices.

\n

You can also install the All In One WordPress Security plugin on your WordPress site. This plugin can help improve your website security. It works by analyzing your site and reduces security risk by checking for vulnerabilities. By implementing and enforcing the latest recommended WordPress security practices and techniques, you can help patch any potential weaknesses, before they become an issue. 

\n

3. Involve every member of your team 

\n

It is imperative that every employee play their role to prevent a breach. Your defences are only as strong as your weakest link and without proper security awareness and education, employees can unknowingly become that weak link to hackers and cyber criminals. 

\n

Employees should also be trained on how to identify security threats – what comprises “sensitive information” and how to immediately report data leakages and breaches. Employees should also be aware of the latest phishing and hacking techniques employed by cybercriminals (such as legitimate looking fake emails), and how to prevent them.  

\n

4. Adhere to data protection regulations 

\n

Data protection laws and guidelines are more stringent today than they were just a few years ago. This is in part because the amount of personal data collected by organizations has increased dramatically with the advent of smart phones. Additionally, the rise in the sophistication and potency of cybercriminals and their operations has seen ‘hacking’ and the theft of personal data become an almost acceptable career in some countries. 

\n

In this day and age, abiding by data protection regulations such as GDPR helps you to prevent leakages and avoid potential fines. It can also save your company’s reputation and increase customer trust. 

\n

5. Restrict data access 

\n

Just like secrets, the fewer people that have access to data, the lower the chance that it will be leaked. It is worth remembering that not all employees need the same level of access to sensitive customer information.  

\n

A good code of practice to follow is to segment customer data, and then grant levels of access to staff for each segment depending on the staff member’s need to access that information. 

\n

While this may be a time consuming and painstaking process, compared to potential lawsuits, hefty fines, reputation damage and potentially millions of dollars in lost revenue; it is more than worth it. 

\n

6. Data encryption 

\n

Data encryption is the practice of encoding data (such as messages and files) to make them unreadable to unauthorized persons. By following the process of converting sensitive information from the plain, readable format to ciphertext; you can achieve data that is in an encoded format. 

\n

A crucial aspect of your data security plan should include provisions for encryption of sensitive data. Personal data across all devices used for company functions should be encrypted including messages, calls, and emails. 

\n

With data encryption, you can securely save sensitive data on the cloud or on connected servers. 

\n

7. Two-Factor authentication (2FA)

\n

Two-factor authentication is a data security measure that requires two different forms of identification to gain access to an online account. 2FA combines a password with another credential – such as a one time password, security badges or biometric data (such as a fingerprint). This adds an additional layer of security and by requiring 2FA across all company devices and systems – this would improve your data security hugely. 

\n

8. Regular security updates 

\n

You may have suspected it, but the main reason giant companies like Apple provide regular updates for their software (iOS & Mac OS) is to patch up weak spots and loopholes that hackers could potentially exploit. 

\n

By regularly updating your security software, you can reduce its weaknesses and increase its efficiency. 

\n

9. Online and offline data backup 

\n

While this is not particularly intended to prevent a breach, it can save you a lot of time, money, and trouble in the event of data theft or loss. Having a secure backup means that your customer subscription data, as well as other sensitive information, is safe. 

\n

The longer your site is suffering from downtime as you try to recover the missing data, the more money you lose. A recent report suggests companies can lose as much as $300,000 per hour due to the downtime in the event of a hack, bug or server issue. 

\n

By backing up your site using UpdraftPlus, you can be sure that you will always have a secure backup of your original website, should you ever need to restore it. 

\n

10. Have a data breach response plan 

\n

If all else fails and your preventative measures are still breached, then what? Having a Plan B, such as an organizational data breach response plan, can mitigate the potential damage of a data breach. Under GDPR guidelines, your customers have the right to know that their data and personal information could be compromised within the first 72 hours of a breach. As such, your plan should always include how to inform your customers. According to the US Chamber of commerce, 68% of small businesses lack a disaster recovery plan. Putting together a plan for your organization puts you a step ahead of the curve. 

\n

Data breaches that companies can experience

\n

Data breaches can occur through various means, but here are the most common. 

\n

Phishing
\n
Phishing is when cyber criminals try to gain access to sensitive data, such as your banking details and passwords. They achieve this by posing as a reputable company or individual you may already have dealings with and often informing you of a problem that requires you to click on a link that downloads malicious software on your computer. Training employees on how to spot phishing attempts in emails, messages and adverts can help prevent these types of attacks. 

\n

Brute force cyber attack
\n
This is a more direct type of attack GDPRwhere hackers use software tools to try to guess your password. With the rapid speed of modern computers, it takes far less time to guess passwords correctly than it used to. Your best chance against this type of cyber attack is to have longer and more secure passwords. A good practice would be the use of password phrases; as they are easier to remember, and harder to guess. 

\n

Malware
\n
Intruders can install malware or spyware on your devices to allow them access confidential files without your notice. Malware is typically a piece of malicious software, and it’s activities and presence can go unnoticed for a long enough period of time to cause significant damage. Malware can be installed on your computer physically or virtually through sources such as an email link. Learning how to spot these attacks and restricting access to your computer can help avoid this type of attack. 

\n

Human error, accidents and theft
\n
In a way, human error will play a role in almost all the types of cyber attacks. Granted, malicious software will take advantage of already existing weaknesses in your system’s defences, but you still have to be careless with your computer or click on a malicious link for it to work. On the other hand, a stolen computer or a laptop left at a bus stop can potentially give the thief access to sensitive data. 

\n

What to do in the event of a data breach? 

\n

Bad press, lawsuits, financial losses and distrust are some of the effects of a data breach. In the event of a breach, the focus shifts to how you can manage your organisations reputation and build back trust in employees and customers alike. Here is how you can do that: 

\n

Good PR
\n
An excellent PR team will work to ensure your customers understand you are on their side. It helps if you have a PR team on standby with a pre-planned sequence of actions that can be implemented within hours in the event of a data breach.  

\n

Transparency
\n
What’s worse than a breach and leak of sensitive customer data is a cloud of dishonesty and deceit in its aftermath. The pushback and consequent cost of the breach can be mitigated with a level of transparency and cooperation with the affected customers. 

\n

Kick-start your data breach response plan
\n
Regardless of how much you try to prevent it, with advancing technology and cybercrime sophistication, there’s still a chance of a data breach, no matter how small. Actions in your response plan should include a public address and some sort of compensation plan for the affected customers. 

\n

Conclusion 

\n

$4.24 million is the average cost of a data breach in 2021 according to IBM. That’s a significant enough amount of damage for it to be taken seriously. Whether or not your business operations are digital, if your customer data is stored on any technological device, you should pay attention to the steps above. Learning how to protect customer data and prevent GDPR breaches imply that you are prioritizing your customers’ privacy. That practice boosts your reputation and encourages brand loyalty.

\n

The post How to protect customer data and prevent GDPR breaches on your WordPress site appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"https://updraftplus.com/how-to-protect-customer-data-and-prevent-gdpr-breaches-on-your-wordpress-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:94:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Speed up your WordPress site using image optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/WXNMF6A23Lg/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 03 Sep 2021 14:55:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:14:\"Google ranking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:17:\"image compression\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"image optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"image optimse\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"WP-Optimise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"WP-Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1217583\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:762:\"

When evaluating the speed and performance of your website, there are over 200 factors that search engines like Google use to rank content and web pages. Some of these factors are known, such as site update frequency, while the weight … Continue reading

\n

The post Speed up your WordPress site using image optimization appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14137:\"

\n

When evaluating the speed and performance of your website, there are over 200 factors that search engines like Google use to rank content and web pages. Some of these factors are known, such as site update frequency, while the weight of other factors – such as meta-tag spamming, are not known to the extent they impact the ranking score and how they affect a site.

\n

Possibly the most important factor when deciding your site’s Google ranking is it’s loading speed and how long the site takes to completely load on both mobile and desktop.

\n

An important part of the loading speed process, your site’s overall SEO score and speed ranking is image size and image optimization. In this blog we will be looking at why this is important and why you should always have optimized images on your site.

\n

Why is image optimization important?

\n

Since Google considers site loading speed to be one of the main ranking factors when evaluating a site’s SEO score, Google focuses on the overall user experience as a metric for website quality. The speed of a site not only has an impact on SEO score, but has also shown to have a large role in the bounce rate of users, as they typically tend to leave a site if it takes more than 3 seconds to load.

\n

Slow site speed can be responsible for abandoned carts, drops-in conversion rates and other problems that might cause the user experience to be negatively rated. If an e-commerce site is making $100,000 per day, a 1 second page delay could potentially cost you $2.5 million in lost sales every year. A large portion of a website’s weight and loading speed factors can be attributed to the size of your image. Compressing your images will reduce the time it takes to load them in a user’s browser, improving the overall loading speed of the website.

\n

It should also be noted that a high speed internet connection is not going to solve the problem of a slow loading website, as the loading speed is largely dictated by the host that is hosting your files, and can only upload them at a certain bandwidth.

\n

How can you check your site speed?

\n

It is possible to check your site speed using simple online tools. Some of the most commonly used web tools are listed below;

\n

Google Insights

\n

This is a developer’s tool that was introduced by Google for the single purpose of identifying site speed on a user’s desktop or mobile. This site should typically be your first port of call when evaluating site speed, as it belongs to the same organization that is responsible for ranking your website. As such, this adds a further level of legitimacy and behind the scenes knowledge when evaluating your site speed.

\n

Insights not only measures the speed for both desktop and mobile, but also provides a breakdown of all the reasons why and where any issue to the site speed lies. Google Insights also delves deep into the images and checks for the potential reduction in file size. This platform also allocates a score to your website, allowing you to gauge any short term improvements and errors that you may have made, which you might not have realized otherwise. 

\n

\"\"

\n

GT Metrix

\n

GT Metrix is broadly similar to Google Insights, in that It more or less provides the same information and allocates a ranking score for your website. GT Metrix not only identifies any problems with your site, but also provides potential solutions to any detected speed issues that may be slowing you down. If you are looking for something outside the Google ecosystem, this is a site that you should consider getting familiar with. 

\n

If you have checked your site speed and image size has been flagged up as an issue, where do you go from there?

\n

\"\"

\n

WP-Optimize – the WordPress plugin that makes image optimization simple

\n

WP-Optimize is one of the leading WordPress optimization plugins that is trusted by over a million users all over the world, with a 4.8 out of 5 ranking on WP.org. Wp-Optimize focuses on the 3 main components when optimizing your site:

\n
    \n
  1. Cleaning your database.
  2. \n
  3. Compressing your Images.
  4. \n
  5. Website caching.
  6. \n
\n

\"\"

\n

While there are several overall different methods WP-Optimize can help with your site SEO, we will be focusing on the image compression aspect of the plugin for this blog. As mentioned above, image compression has long been an issue when it comes to site speed and just making these changes can have a big impact on loading times..

\n

WP-Optimize uses a cutting edge ‘lossy technique’ to compress large image files ( high load times) to smaller compressed versions ( low load times). All of the compressed images are then directly saved to the site’s image library, where they are accessible and reversible to their original size (should you wish to change them back). 

\n

With WP-Optimize, you can compress different image file formats including; JPG, PNG, GIF, BMP and TIFF. When deciding which images you should compress, it is recommended that Images up to the size of 5 MB should be optimized for faster loading speeds. You should also always remember to take a back-up of your site using UpdraftPlus before compressing any images or making any kind of change to your site, as potential issues may arise.

\n

\"\"

\n

Additional features of WP-Optimize image optimization include:

\n

Bulk compression

\n

Allows you to select and compress all your images together. This can potentially save you a lot of time, as some sites can have hundreds, if not thousands of images that need compressing.

\n

Intelligent, multi-pass lossy compression algorithm

\n

The algorithm is created in such a way that it gives users twice the compression with a lot less loss of image quality.

\n

Restore to the original image

\n

While ‘Ctrl+Z’ can come in very handy in lots of online applications, it isn’t something that is usually found with an image optimization plugin. With WP-Optimize, you can revert back to the original images at any time. 

\n

Auto compress 

\n

Auto compress allows for all of your future images that will be uploaded to your website to be compressed automatically. This means you will not have to manually compress your images every time you upload a new one. Just select your compression settings and WP-Optimize will compress all of your images in real time as they are being uploaded onto the website.

\n

\"\"

\n

Keep your EXIF data

\n

If your website is related to high end photography (for example, a wedding photography site), the photographic data of your images can be incredibly important. With most image compression plugins, this data would be lost post compression. But with WP-Optimize, you can select to keep the original photographic EXIF data, even if you decide to compress a 2GB image to 500k. 

\n

Conclusion

\n

WP-Optimize is a great option that includes many different optimization factors in one convenient plugin. As an overall WordPress optimization plugin, WP-Optimize is as good as, if not better, than some of the ‘top’ paid plugins. The following chart shows how WP-Optimize compares to leading SEO plugins like WP-Rocket, W3 and WP Fastest Cache.

\n

\"\"

\n

If you are looking to improve the loading speed of your site, compressing your images is a great way to start. Download WP-Optimize today and see the difference a good optimization plugin can make to your WordPress site.

\n

The post Speed up your WordPress site using image optimization appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://updraftplus.com/speed-up-your-wordpress-site-using-image-optimization/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Why should you add two-factor authentications (2FA) to your WordPress site in 2021?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/SGjl_ZI9MXE/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Aug 2021 14:19:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"2fa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:14:\"authentication\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"password\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1211861\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:843:\"

Once you have created your WordPress site, there are several factors you need to consider to keep your new site safe, whether it’s making sure your site is secure, you have regular backups scheduled or that your plugins are up … Continue reading

\n

The post Why should you add two-factor authentications (2FA) to your WordPress site in 2021? appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13346:\"

\n

Once you have created your WordPress site, there are several factors you need to consider to keep your new site safe, whether it’s making sure your site is secure, you have regular backups scheduled or that your plugins are up to date.  

\n

\"two

\n

If you are establishing your business and brand in the online world, it is important to ensure that your site is not vulnerable to hackers and cyber attacks.  

\n

According to Security Magazine:  “Every day, there are over 2,200 cyberattacks – which is nearly one every 39  seconds.”

\n
    \n
  • 43% of small businesses have no cybersecurity defense plan in place. 
  • \n
  • 60% of small business owners do not think their business is a target for cybercriminals.
  • \n
  • 74% of small business attacks were executed by external actors, as opposed to internal employees
  • \n
  • 84% of small business attacks focused on the monetary gain with 8% focused on espionage and the remainder focused on hacking for fun or grudges
  • \n
  • 22% of small businesses transitioned to remote work without a cybersecurity plan in place.
  • \n
\n

To minimize and limit your site’s vulnerability and risk of cyber-attacks, WordPress provides you with the ability to install and use two-factor authentication on your website.

\n

In 2021, it was reported that only 57% of businesses around the world will use some form of online Multi-Factor Auth (MFA) as a method of authentication, designed to add an extra layer of protection on top of users’ login credentials. Of those employees using MFA, 95% reported using a software-based 2 factor authentication tool (such a mobile phone app), while 4% have a hardware-based 2 factor authentication solution, with roughly 1% using biometrics.

\n

What is Two-Factor Authentication and how does it work? 

\n

2FA refers to the process by which the person has to complete an extra level of login security verification to show that they have the necessary permissions required to access the site, documents, applications, sales information etc.

\n

What are authentication factors?

\n

While all sites will have at least one login process to access your account, there are several ways in which a user can be authenticated using an additional authentication method. Most authentication methods typically rely on the user’s knowledge factors, which includes login information such as traditional passwords. By adding an additional 2 factor authentication method, this forces the user to give extra information, which is either a possession factor or an inherence factor.

\n

Knowledge Factor – This refers to the typical username/passwords and pin codes through which you can access a website account. No matter what type of password you select; including numbers,  words, symbols, uppercase, and lowercase, it will still be considered ‘basic security’. 

\n

Personal/Possession Factor – This level of security factor refers to something that the user has in their possession. Examples of this can include your ID card, a previously answered security question, a one time password sent to your smart device, smartphone app verification etc. 

\n

Biometric Factor – This can also be known as an inherence factor and is a security factor inherent in the user’s physical self. Typically, these are identified as unique personal physical characteristics such as fingerprint, facial, voice recognition or behavioral biometrics, including keystroke dynamics, gait or speech patterns.

\n

\"\"

\n

While most two-factor authentication methods will only rely on the first three methods of authentication, there are systems that require further and more detailed security and will require further multifactor authentication (MFA), which requires two or more independent credentials for more secure login/authentication.

\n

Location and Timing Factor – Some sites containing sensitive and personal information that you may try to log into, such as Facebook and Google, are  designed to notify the owner if they register a user attempting to log into your account from a suspicious location or at an unusual time. If this occurs, the sites send an email to the owners to notify them of the login discrepancies.This method can be enforced by limiting authentication attempts to known user specific devices (such a model of their mobile phone), or by tracking the geographic source of an authentication attempt based on the source Internet Protocol address or some other geolocation information, such as Global Positioning System (GPS) data, derived from the user’s mobile phone or other device.

\n

By using these 2FA methods,  multiple layers of protection can protect your website from  phishing attacks by hackers and other cyber-security problems.

\n

Is 2FA foolproof and can it be hacked? 

\n

2FA can go a very long way in making your site secure. But no matter how thorough and safe your security login process is, nothing can make it 100% safe. Even recently, the popular crypto currency trading exchange Coinbase was hacked by actors who were able to bypass the user’s two factor authentication by cloning their mobile phones and gaining access to generated 2FA text message passcodes. 

\n

2FA security is only as secure as its weakest component. The National Institute of Standards and Technology (NIST) has now discouraged the use of text messages in 2FA services, recommending instead that randomly generated time-limited tokens, owing to the risk of mobile phone cloning or malware that can intercept or redirect text messages.

\n

Many large organizations, such as Google, Facebook, Uber, etc. have fallen victim to data hacks and have found their user information for sale on the dark web. Hackers’ tools and methods of attacks are becoming more sophisticated and harder to detect – incorporating phishing, password spraying, ransomware and malware attacks. While security teams are constantly working to improve online security, they have yet to put an end to the possibility. 

\n

According to Dark Web Price Index 2020:
\n

\n
“Data samples of millions of people sold on the Dark Web range from  $25USD to $6000USD for premium accounts.” 

\n

Typically, If the user has up-to-date security protocols, hackers will usually move on to a user that is more vulnerable and has failed to properly set up their additional security. 

\n

Tips for minimizing the risk of cyberattacks:

\n

Always have a backup of your site: By using UpdraftPlus, you can ensure that you will have a secure and safe backup of your WordPress website. Should the worst happen and your site is the victim of a hack, you can revert to the older version of your site and make changes to your login process to make your site more secure.

\n

Ensure your site has a robust security system: While you can’t remove all of the risk of being hacked, you can minimize it. Ensure that you have a reputable two factor authentication login system for all users with back-end website access. Do not give unnecessary privileges to users if they do not require them, as they can be used to take control of the website. 

\n

Update your plugins/themes/WordPress version: When hacking a WordPress site, this is the most common route of attack. Outdated plugins can be particularly vulnerable to hackers in giving them a route into your site.

\n

Make sure users are aware of the risks: It is vital that everyone with a higher level of access to your site be smart and aware of potential security issues. This means being aware of potential hacking attempts via email phishing scams, that may appear genuine, but are attempts to retrieve user names/passwords and install malware onto your computer.

\n

Strong passwords: While this may seem like the most obvious, it is also often the most overlooked. Having a strong and unpredictable password is often the first and best level of protection against most hacks. Passwords that are changed often and have a string of letters and special characters are very difficult to hack via forced password attacks. 

\n

Ending Notes: 

\n

The more you know, the better your chances are of preventing any kind of cyber attack before it has even begun. A mixture of 2FA, updated software and secure passwords and help prevent the vast majority of attempted hacks. But should the worst happen, always remember that you should have a recent backup copy of your site with UpdraftPlus, which should be stored in a secure remote storage location. 

\n

If you have any suggestions or queries, feel free to comment below. We are  interested in hearing from you.

\n

The post Why should you add two-factor authentications (2FA) to your WordPress site in 2021? appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://updraftplus.com/why-should-you-add-two-factor-authentication-2fa-to-your-wordpress-site-in-2021/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:85:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"WordPress Caching guide: How does it improve your site speed? \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/Fu-sEvzeHb0/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 20 Aug 2021 18:05:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Caching\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"how\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:5:\"speed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1206432\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:806:\"

In this blog, we will discuss WordPress caching; what it does – and how it improves the performance and speed of your website.  What is Caching?  To understand WordPress caching, you first have to understand the concept of caching. Caching refers … Continue reading

\n

The post WordPress Caching guide: How does it improve your site speed?  appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Melvin Braide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12890:\"

\n

In this blog, we will discuss WordPress caching; what it does – and how it improves the performance and speed of your website. 

\n

What is Caching? 

\n

To understand WordPress caching, you first have to understand the concept of caching. Caching refers to the process of storing data in temporary folders where they are easily accessible. It’s primary aim is to reduce processing time and make information available as quickly as possible. 

\n

This is especially important in WordPress websites. WordPress websites are dynamic by default, which means that each time a user visits your site, WordPress goes through a series of steps to generate information from your database to show to the visitor. 

\n

The benefit of this process is that the user gets a somewhat customized experience, since the pages are generated specifically for them. This benefit has the drawbacks that occur as a result of the long processing time, which can make the website slower.

\n

When it comes to caching specifically in WordPress, it works by following the process of temporarily storing the dynamically generated files of frequently visited pages on your website as static files for easy recollection and use. Caching reduces the demand on your web server to continuously generate dynamic content. This means that when a user visits a page, the page shown to the user is stored exactly how it appeared the last time they visited, so the next time that page is requested, there’s no need for WordPress to generate a new page. It just presents the previously generated page, at a rate that is 3-5 times faster.

\n

There are two types of content available on web pages:

\n
    \n
  • Static files: As the name implies, static files refer to the types of content that do not change. These types of files include images, javascript files, css stylesheets, and HTML pages. Static content remains the same regardless of the user and is created long before they are needed.
  • \n
  • Dynamic files: Dynamic content is created at the point of request, specifically for the user. This type of content is created based on the user’s location, device and time of request.
  • \n
\n

WordPress caching is the process of storing these dynamic files as static files, thereby increasing the speed and performance of your website. 

\n

There are two basic types of caching – Client-side and server-side. 

\n

Client-side Caching 

\n

Client-side caching occurs when the temporary caching files are stored on the end user’s device. Modern browsers have the benefit of having smart coding that aims to reduce redundancies by saving static files for future use. 

\n

As a result, when users open a web-page, the browser starts downloading static files such as images, HTML pages and other multimedia content. Their browser saves all these files so it doesn’t have to re-download them every time you visit the site in the future. 

\n

While this helps with the speed of your browsing, it is recommended that you clean up your cache data once in a while so the files don’t become too bulky and reduce the performance of your browser.

\n

Server-side Caching 

\n

Server side caching refers to the caching protocol employed by your WordPress server to save temporary files. There are four possible protocols for WordPress Caching; 

\n
    \n
  • Page caching 
  • \n
  • OPcode caching 
  • \n
  • Object caching 
  • \n
  • CDN Caching 
  • \n
\n

Page Caching 

\n

Page caching occurs when your caching plugin – like WP-Optimise – saves the dynamically generated HTML files on your server’s hard disk (RAM) after the first time it is loaded. Whenever there is another request for that page, your server produces the previously generated data.

\n

OPcode Caching 

\n

When a PHP file is loaded on the website, OPcode caching saves the compiled PHP code. For a PHP code to execute, it must be generated and compiled by the PHP compiler. OPcode caching saves the initially generated code on the server’s RAM, to save time upon subsequent requests. 

\n

Object Caching 

\n

Object based caching saves database queries after the first time they are requested. This way, it reduces PHP execution time and load time when the query is requested again. Since WordPress is a content management system that is reliant on databases, object caching seeks to reduce the load on the database and reproduce previously loaded content faster. This is crucial for high traffic websites. So crucial that WordPress has its own internal caching system that can be enhanced with a third party tool.

\n

CDN Caching 

\n

CDN (content delivery network) caching refers to the process of storing web content in proxy servers that are much closer to the end user. By using proxy servers, CDN caching helps your website to deliver content much faster. 

\n

How does WordPress Caching improve your WordPress site speed and performance?

\n

WordPress caching increases the speed of your website in three primary ways

\n

Moves files to “recent memory”

\n

You may be aware that computers and computer systems are built to mimic the brain. Caching is a prime example of that. 

\n

When you try to remember an event from your childhood, it takes a while before you fully recollect the details. However, if you try to remember that same event days later, you remember the details almost at once. This is because your brain moved the event to a recent memory. It may surprise you to learn that you are not remembering the event, but you are in fact remembering the last time you remembered the event. 

\n

Caching adopts this same principle by storing previously loaded web elements in a “recent folder.” As a result, your web pages load faster when they are requested. 

\n

Saves files closer to the end user

\n

Another way caching increases the speed of your website is by delivering content that is closer to the user; either from a server close by or from the user’s hard disk. This is a combination of client-side and server-side caching. 

\n

Compress images 

\n

Caching plugins like WP-Optimize give you the option of compressing your images. Bulky images take more time to load which can slow down the overall speed of your website. With cache plugins, you can manually or automatically compress images to reduce load time.  

\n

How Caching boosts performance of your WordPress website 

\n

Caching plugins don’t only increase your load speed, but they reduce the workload on your server. The following are the ways by which caching improves your website’s performance

\n

Improves user experience 

\n

Consumer attention span reduced from 12 seconds to 8 seconds in just 16 years from 2000 to 2016. There’s an explanation for this; technological advancements, intense competition and over stimulation of the mind from smart devices are the most significant culprits. 

\n

This now means that you have only a few seconds to make an impression or lose the user to a potential competitor. Research suggests that slow websites are a huge turnoff to modern day internet users. 

\n

There is also a correlation between higher bounce rates and slower pages, which means the longer it takes your page to load, the higher your bounce rate. The ideal page load time is under 2 seconds. A load time beyond 3 seconds can increase page abandonment rate by up to 87%.  

\n

Improves ranking 

\n

Website speed is a performance and ranking factor for search engines. In recent times, search engines like Google have begun to penalize slow websites. Websites with longer page load times are eventually pushed farther down the pecking order and replaced by faster websites. 

\n

Google prioritizes user experience as a ranking factor and site speed is a crucial aspect of the UX. When users get disappointing experiences from the websites search engines direct them to, it reflects poorly on the search engine. Users are then less likely to trust the search engine results if that trend continues. 

\n

Boosts content availability 

\n

Several factors affect whether or not your website will load for a user. Frequent network interruptions or network congestion for example, are two of those factors. Since WordPress dynamically generates content for the user, this could greatly affect the performance of your website for that user. 

\n

Caching solves this problem by providing an already generated page for the end user. This way, you won’t lose a potential or active customer to a poor network connection.

\n

Cleans your database 

\n

Caching plugins like WP-Optimize work to clean your database by de-fragmenting MySQL tables and clearing data like trashed comments, expired transient options, pingbacks, etc. This process is important because without it, your website’s performance and speed reduces overtime. 

\n

Conclusion

\n

Chances are that you may never get to notice how your website interacts with every end user. You can’t tell what happens when people try to access your website from halfway across the world. But what you can do is ensure that your WordPress site’s performance and speed are optimal at all times. With WordPress caching, you don’t have to lose sleep worrying about all that. Install a reputable plugin like WP-Optimize, and buy yourself some time to focus on other aspects of your business. 

\n

The post WordPress Caching guide: How does it improve your site speed?  appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://updraftplus.com/wordpress-caching-guide-how-does-it-improve-your-site-speed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"How to update your site to the latest version of WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/bBuHhkoiWnM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 13 Aug 2021 13:59:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"latest version\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1200580\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:769:\"

If you have a WordPress website, you will know that it should always be run on the latest version of WordPress as the updated version of the software provides better performance and security. In this blog, we will discuss all … Continue reading

\n

The post How to update your site to the latest version of WordPress appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Sajid Sayyad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16644:\"

\n

If you have a WordPress website, you will know that it should always be run on the latest version of WordPress as the updated version of the software provides better performance and security.

\n

In this blog, we will discuss all the ways you can update your website to the latest version of WordPress. We will go through the process on how to download the latest WordPress version and update it manually and also show you how to automate your WordPress updates – which can be highly beneficial, as it can save you a lot of time and effort.

\n

Why you should always use the latest version of WordPress

\n

WordPress is an extremely popular and open source software platform. This means everyone can study the code, as it is available publicly as open source. This allows developers to analyze, improve and contribute to the WordPress codebase. Whenever a developer finds any bugs or security issues, it is reported to the WordPress software team, who then fix the issue and release a new WordPress update, with all the issues hopefully fixed. This approach to problem analysis/solving has largely been the reason why WordPress has managed to grow so rapidly.

\n

However, the web is not  populated only by people with good intentions. There are entire cottage industries in operation that exist to employ hackers to actively look for vulnerabilities and loopholes in the source code. As it powers over a third of all the websites in the world, WordPress is a hugely popular target and often top of the list for hackers. If a vulnerability is found in an older version of WordPress, hackers will attack these sites and steal all valuable data (such as emails, billing information etc).

\n

Apart from security fixes, users of WordPress will also get access to new features and better performances when they download the latest version of WordPress. For example, the latest WordPress 5.8 version has introduced a few new features that you can read in the release documentation.

\n

Now you are aware and understand the need to upgrade WordPress, let’s take a detailed look at how to perform the upgrade. 

\n

Things to do before upgrading WordPress

\n

Whenever you plan to update the software, remember to always take a backup of the current site with UpdraftPlus. By doing this, you will be able to restore the site immediately if the new updates result in unexpected issues and break your website. It is recommended that you store your backup in a remote storage location (such as Google Drive), so you will always have access to it; even if an upgrade causes an issue with your server.

\n

For extra safety and security, you can also use UpdraftClone to create an identical copy of your site and test out any update on, further removing any potential risks as UpdraftClone allows you to create a cloned test site of your live site instantly and directly from UpdraftPlus. Once you have created a clone of your site, you can carry out updates and tests, safe in the knowledge that your live site is completely safe from any potential issues. 

\n

When it comes to WordPress backup, UpdraftPlus is the number one choice of users. At the time of writing this article, it is being used on over 3 million websites. Follow our guide: How to Backup a WordPress Site: Step by Step Guide for instruction on how to backup your site before updating WordPress.

\n

Once you have your website backed-up, remember to choose the right time to schedule your upgrade. Updating WordPress usually only takes a minute or two, but in certain situations it may take longer than expected. During this process, it is important to remember that customers/visitors to your site should not face any unexpected behavior or access issues. To avoid this, it is best to pick a time when you typically have less users active on the site.

\n

Manually upgrading WordPress to the latest version

\n

WordPress regularly releases updates with both major and minor releases. Minor releases are typically reserved for security and bug fixes. Since WordPress 3.7 or above, automatic updates are turned on for minor releases. This means you do not need to upgrade it manually as WordPress handles these minor updates on it’s own.

\n

When it comes to major releases, there are 2 options available to upgrade to the latest version – automatic (via a press of button) or manual. 

\n

Upgrading WordPress from the Dashboard

\n

This is a straightforward and easy to follow process. All you need to do is press on the “Update now” button and the upgrade will start automatically. It can be done in a few moments.

\n

To access this option, go to Dashboard->Updates page in your WordPress site. You will see the ‘Update now’ button as shown below.

\n

\"\"

\n

In the screenshot, you will see that it states that your site will be in maintenance mode until the updates are complete. As previously mentioned, this is the reason for picking the “low visitor” hours when carrying out your upgrade.

\n

Press the ‘Update now’ button and WordPress initiates the upgrading process for you. It may take a couple of minutes.

\n

Once WordPress has installed the updates, you should be redirected to a page where you can see a list of new features available in the latest update.

\n

There may be some cases where this process is not possible. If this is the case, you can follow the below update process instead.

\n

Upgrade WordPress using FTP Client

\n

In order to update WordPress manually to the latest version, you will need to perform the following steps.

\n
    \n
  • Download the latest WordPress zip.
  • \n
  • Extract the zip.
  • \n
  • Connect your site with an FTP client (FileZilla is a popular FTP Client).
  • \n
  • Upload wp-admin, wp-includes directories (from the extracted zip) on your site, replacing older versions.
  • \n
  • Upload all core files from the root directory of extracted zip. Remember not to change the wp-config.php file.
  • \n
  • Upload wp-content/index.php. 
  • \n
\n

\"\"

\n

WordPress writes the code for core functionalities and new features in the wp-admin and wp-includes folders. The files in the root directory also contain the code for new updates. While updating WordPress, we need to only replace these files and folders. When developing your WordPress websites, remember not to touch these files – at any cost, as it can break the system. These files are part of the core development and must remain untouched.

\n

Once you are done with the manual process, go to the admin area of your site. Sometimes you need to update your database for the new version. You may see the below notice asking to update your WordPress database.

\n

\"\"

\n

If you come across this notice, just press the ‘Update WordPress Database’ button.

\n

After this, login to your admin area – you should now see you have successfully updated to the latest version of WordPress.

\n

It is important to carry out due diligence on your site after an update. Browse your site and make sure everything is in the right place and is working correctly. Most of the time, WordPress updates will not cause any issues if you are using the system correctly and carried out the update in the proper manner. However, if you are experiencing unpredictable behaviour, you can quickly restore your site to the older working version using your UpdraftPlus backup.

\n

You can also save further time by automating the WordPress updates process using the Easy Update Manager plugin.

\n

Manage automatic WordPress updates

\n

The Easy Update Manager plugin is built by the same team that brings you UpdraftPlus. At the time of writing, Easy Updates Manager has 300K+ active installations. By using this plugin, you can automate WordPress, plugin and theme updates. 

\n

Users can also use a free version of the plugin with a limited set of features. However, it is suggested that you install the Premium version, as it contains many handy features that can make updating easier and quicker. These include:

\n
    \n
  • Safe Update – Block automatic updates if the update states a minimum PHP or WP version requirement that is not met by the site/server.
  • \n
  • Schedule Updates. Customize your update schedule to minimize any downtime.
  • \n
  • Auto-update protection. If something goes wrong during an auto-update, the plugin will alert you via email and then try to fix it automatically.
  • \n
\n

Upon installation, you can find the settings under the Dashboard->Updates options. On this page, you will see the different options to manage WordPress, plugin and theme updates. Under the ‘WordPress core updates’, press the ‘Auto update all releases’ button. 

\n

Add your email address under ‘Core notification emails’. You will now receive an email at this address when your site updates.

\n

\"\"

\n

When using the premium version of the plugin, you can set your updates to suit your schedule. As previously discussed, if you wanted to update WordPress and pick a time when your site had less visitors, go to the ‘Advanced’ tab and set your preferred schedule time under ‘Automatic update scheduling’.

\n

\"\"

\n

These are the basic settings required to automate your WordPress updates. Now you can just sit back and relax and let the plugin handle all the upgrading stuff for you.

\n

Conclusion

\n

We have run through both the automatic and manual processes for upgrading to the latest version of WordPress. The user can use either process in order to help keep your site safe from hackers. Remember to always take a backup before updating using UpdraftPlus!

\n

The post How to update your site to the latest version of WordPress appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://updraftplus.com/how-to-update-your-site-to-the-latest-version-of-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:88:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"How to create a WordPress custom theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/VoA1IAJMujo/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Aug 2021 12:57:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Create\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"custom theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1194438\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:722:\"

WordPress occupies a huge percentage of the world’s websites, making up 37% of all sites currently online. While there are many reasons and factors for this success, one of the main reasons is the popularity of features available to all … Continue reading

\n

The post How to create a WordPress custom theme appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Sajid Sayyad\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23273:\"

\n

WordPress occupies a huge percentage of the world’s websites, making up 37% of all sites currently online. While there are many reasons and factors for this success, one of the main reasons is the popularity of features available to all users. Plugins, themes, posts, pages, categories, taxonomies, user roles and media handling just to name a few. To get the most out of WordPress, it is recommended users study and learn how to use all of these features. In this blog, we will focus on and discuss WordPress Themes and will walk you through the basics required on how to create a WordPress custom theme.

\n

What is a custom theme?

\n

Everything on the frontend of your site is being run from and controlled using something called a ‘theme’. A website’s theme is responsible for the specific design and functionality of the website. You can check out the WordPress theme repository or Themeforest for theme examples; here you will find thousands of themes listed for you to explore and download.

\n

While established WordPress themes are great, if you have the ability and need, you may also want to build your own custom theme for a client, for yourself, or to submit to the marketplaces with the intention of selling it. When creating a commercial theme, you will need to follow the marketplaces guidelines for coding standards, structure of files and folders, etc. You can find more details regarding these guidelines on the marketplaces websites

\n

In this blog, we will run through a tutorial to show you a basic overview on how to create your very own WordPress theme by covering all the basics and steps associated with the process. 

\n

Create a WordPress custom theme

\n

WordPress themes are built with template files, scripts, styles, images, etc. To proceed, you should have working knowledge of PHP, HTML and CSS, which are required to build a custom theme. Understanding JavaScript can also be an additional advantage.

\n

To get started, we will first name the theme ‘Updraft’. Create a folder called ‘Updraft’ inside wp-content/themes. Within this ‘Updraft’ folder, you will write your theme related code, store files, images, fonts, etc. 

\n

The main files of the custom WordPress theme are:

\n
    \n
  • style.css
  • \n
  • index.php
  • \n
  • functions.php
  • \n
\n

The style.css will be the main stylesheet file and you can add all of your CSS in this file. Remember that you must include an information header about the theme. The header should look similar to the below format and be on the top of style.css.

\n
/* \nTheme Name: Updraft \nTheme URI: https://updraftplus.com \nAuthor: UpdraftPlus \nAuthor URI: https://updraftplus.com \nDescription: The custom theme built for the website. \nVersion: 1.0 \nLicense: GNU General Public License v2 or later \nLicense URI: http://www.gnu.org/licenses/gpl-2.0.html \nText Domain: updraft \n*/ \n
\n
\n

Next, go to the Appearance >>Themes, where you will see your theme listed. Activate it. When you check the frontend of your site, it will show a blank screen – as we have not added anything to the theme yet..

\n

Remember to store your images, scripts and styles into your theme directory. The theme directory refers to the ‘wp-content/themes/Updraft’ folder. Be sure to keep them organized by using a good folder structure, creating specific folders for images, scripts and styles; Copy the files into the respective directory.

\n

Functions File

\n

The functions.php is the file where you can add code for different purposes. This file is automatically loaded during WordPress initialization, with the code written in it executed automatically.

\n

The following operations in the functions.php file are usually carried out in this order:

\n
    \n
  • Enqueue theme stylesheets and scripts (add the JS and CSS files to the website).
  • \n
  • Enable Sidebars, Navigation Menus, Post Thumbnails, etc.
  • \n
  • Define functions used throughout the application.
  • \n
  • Etc.
  • \n
\n

The user can add their styles and scripts from functions.php file as follows. Please see the following link for more documentation.

\n
function include_js_css() {\nwp_register_style( “bootstrap”, get_stylesheet_directory_uri() .\n“/styles/bootstrap.min.css”, array(), false, “all” );\nwp_enqueue_style( “bootstrap” );\nwp_register_script(‘bootstrap’, get_stylesheet_directory_uri() .\n‘/scripts/bootstrap.min.js’, array(), false, true);\nwp_enqueue_script(‘bootstrap’);\n}\nadd_action(‘wp_enqueue_scripts’, ‘include_js_css’);\n
\n

The get_stylesheet_directory_uri() function gives a relative path of the active theme directory. The rest of the code can be seen to be the path of the assets.

\n

Similarly, for adding Navigation Menus, Post Thumbnails:

\n
function updraft_theme_setup() \n{ add_theme_support( \'post-thumbnails\' ); \nregister_nav_menus( \narray( \'primary\' => __( \'Primary Menu\' ), \n\'footer1=\'  => __( \'Footer Menu\' ), \n\'shop\'  => __( \'Shop Page Menu\' ), \n) \n); \n} add_action( \'after_setup_theme\', \'updraft_theme_setup\' ); \n
\n

Next, go to the WordPress dashboard and add a post or page. You should see the ‘Featured Image’ section. Additionally, under the Appearance >> Menus, you will find the Primary Menu and Footer Menu under Manage Locations.

\n

These are just a few of the basic features you can cover while using the ‘Function’ file. There are a lot more you can add in this file if you so wished.

\n

Template files

\n

When building your theme, template files can be used to affect the layout and design of different parts of your website. For example, you would use the header.php template to create a header, or the comments.php template to include comments on your site. Template files have a .php extension. As they are PHP files, all pages output as HTML.

\n

Using templates, developers can distribute code among multiple files. Listed below are some of the files in question.

\n
    \n
  • index.php : The main template. This file should be responsible for post listing. When you set the Posts page from Settings >> Readings, this template gets executed.
  • \n
  • page.php : This template is responsible for rendering your pages. This setting can be overridden by assigning a custom page template to individual pages.
  • \n
  • single.php : Used when a single post is queried.
  • \n
  • header.php : Add your header part in this template.
  • \n
  • footer.php : Add your footer part in this template.
  • \n
  • sidebar.php : Add widgets in this template.
  • \n
\n

Get a list of all template files available here.

\n

Custom page templates

\n

By default, all your pages are rendered through the page.php template. But in practice, you sometimes have to display separate flows on different pages. In this scenario, it is recommended that you use the power of custom page templates.

\n

For example, if you have a ‘Career’ page and you want to add your code to this page; to achieve this you would need to create a career.php file into the theme directory and place the comment below at the top of the file.

\n
<?php \n/* \nTemplate Name: Career \n*/ \n
\n

Next, go to the page edit section and assign this ‘Career’ template from under the Page Attributes box.

\n

Now when you visit the Career page – code from the career.php will be executed.
\n

\n

Header file

\n

Your website will have a common header on all pages. You can place this common header into the header.php. The header code will be something like this:

\n
<!DOCTYPE html>\n<html <?php language_attributes(); ?>>\n<head>\n<meta charset=\"<?php bloginfo(\'charset\'); ?>\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\" />\n<?php wp_head(); ?>\n</head>\n<body <?php body_class(); ?>>\n<?php wp_body_open(); ?>\n<!-- your menu -->
\n

In the above code, you will notice that we used some functions available in WordPress.

\n
    \n
  • wp_head() : This method inserts crucial elements into your document – e.g., scripts, styles and meta tags.
  • \n
  • body_class() : This will add different classes to the body element.
  • \n
  • wp_body_open() : Used to insert code immediately after opening the body tag. An example of this would be the- Google Analytics script.
  • \n
\n

Menus can be added dynamically through the wp_nav_menu() function. Assuming you have first already created a menu under Appearance >> Menus and assigned ‘primary’ location to it. The code below generates the menu elements dynamically.

\n
<?php\nwp_nav_menu(\narray(\n\'theme_location\' => \'primary\',\n\'container_class\' => \'menus\',\n)\n);\n?>\n
\n

Once your header file is set, use the get_header() function to include this file into your other templates.

\n

Footer file

\n

Similar to the header file, your common code for the footer will go inside the footer.php template.

\n
<!-- footer elements -->\n<?php wp_footer(); ?>\n</body>\n</html>\n
\n

Here, use the wp_footer() that inserts elements, specifically scripts, at this location. Using get_footer() will include the contents of this file in other places.

\n

Sidebar file

\n

The sidebar is a vertical column used to display information on your site that is not shown within the main content. It may include popular articles, advertisement banners, a newsletter submission form, etc. Sidebars contain widgets that an administrator can customize. The sidebar.php template will include your site widgets.

\n

In this example, we will create a basic sidebar by adding the below code to the functions.php file.

\n
function updraft_widgets_init() {\nregister_sidebar(\narray(\n\'name\' => esc_html__( Home Sidebar\' ),\n\'id\' => \'sidebar-1\',\n\'description\' => esc_html__( \'Add widgets here to appear in your sidebar.\' ),\n\'before_widget\' => \'<section id=\"widget\" class=\"widget\">\',\n\'after_widget\' => \'</section>\',\n\'before_title\' => \'<h2 class=\"widget-title\">\',\n\'after_title\' => \'</h2>\',\n)\n);\n}\nadd_action( \'widgets_init\', \'updraft_widgets_init\' );\n
\n

Next, go to the Appearance >> Widgets. Here you will find the above sidebar. In this example, we are going to add some widgets to this sidebar. To add this sidebar to the frontend, add the following code in sidebar.php.

\n
<div class=\"sidebar\">\n<?php\nif ( is_active_sidebar( \'sidebar-1\' ) ) {\ndynamic_sidebar( \'sidebar-1\' );\n}\n?>\n</div>\n
\n

Finally, remember to name the method ‘get_sidebar()’ so you can easily include the sidebar wherever on any other pages as and when needed.

\n

Rendering pages and posts

\n

As already mentioned, all WordPress pages are rendered and executed using the code you have written in the page.php file, except pages with custom page template. The below code is an example that will show a page featuring the page title, description and featured image.

\n
<?php\nget_header();\n?>\n<div id=\"primary\" class=\"content-area\">\n<main id=\"main\" class=\"site-main\">\n<?php\nwhile ( have_posts() ) :\nthe_post();\n?>\n<?php\nif ( has_post_thumbnail() ) :\nthe_post_thumbnail();\nendif;\n?>\n<header class=\"entry-header\">\n<?php the_title(); ?>\n</header>\n<div class=\"entry-content\">\n<?php the_content(); ?>\n</div>\n<?php\nendwhile;\n?>\n</main>\n</div>\n<?php\nget_footer();\n
\n

Similar code will go inside the single.php file to display the post information. To render the post listing properly (your index.php), in addition to the above methods – you may also want to use the following:

\n
    \n
  • the_catgeory() : Displays category list for a post.
  • \n
  • the_permalink() : Displays the permalink for the current post.
  • \n
  • the_excerpt() : Display the post excerpt.
  • \n
\n

I18n for WordPress custom themes

\n

While building a custom theme, try to remember that it should be developed in a way to support internationalization. By doing this, it makes it possible for your theme to easily be translated into other languages.

\n

To add I18n support, remember to use a text domain which you can parse source files and extract the translatable strings from. In this example, we are using the text domain ‘Updraft’, but you can choose any unique identifier. We can define the text domain as follows. 

\n
function i18n_setup() {\nload_theme_textdomain( \'updraft\', get_stylesheet_directory() . \'/languages\' );\n}\nadd_action( \'after_setup_theme\', \'i18n_setup\' );\n
\n

Now whenever you use static strings in your theme files, wrap them inside __() or _e() functions.

\n
<h2><?php _e(\'First Name\', \'updraft); ?></h2>\n<?php echo __(\'User Email\', \'updraft\'); ?>\n
\n

There are special tools available like POEDIT that help to generate translated language files. Please refer to this blog for more information.

\n

This blog has covered the basics on creating WordPress custom themes. However, it is a vast topic that requires a lot of time and patience. Below are some helpful resources you should get acquainted with that will help you start to create your WordPress themes..

\n\n

When create a new theme for your WordPress site, remember that you will need to back it up after every change or risk losing all your work. Use UpdraftPlus – The world’s leading and most trusted WordPress backup, restore and clone plugin.

\n

The post How to create a WordPress custom theme appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/how-to-create-a-wordpress-custom-theme/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:81:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/3043WdYoZ4A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 Jul 2021 14:48:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"backupbuddy\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"better\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:10:\"comparison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:6:\"plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:7:\"updraft\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1184117\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:356:\"

The post UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14399:\"
\n \n \n \n \n
\n
\n \n \n
\n \n \n

\n

BackupBuddy Vs UpdraftPlus – Which Is Better?

\n

One of the biggest risks you face when setting up your own WordPress website is when your site inevitably encounters a problem such as hacks, plugin issues, a bad update, malware or compatibility problems. After all the time and money you spent building and launching your site, it’s possible that you could lose everything in a blink of an eye. It’s all too easy not to even think of these problems, until it actually happens. This is why having a WordPress backup plugin is so important. With the right backup plugin, you can restore your website to it’s working state with a click of a button. In a crowded marketplace with so many options, it can sometimes be difficult to evaluate which plugin is the best for you. In this blog and video we will look at and review two of the most popular backup plugins – UpdraftPlus and BackupBuddy – evaluate the strengths and weaknesses of both, and assess the benefits of Premium versions.

\n

Free plugin versions

\n

The free version of the UpdraftPlus plugin is used on over 3 million WordPress sites all over the world and is the highest rated backup plugin on WP.org. The free version can quickly backup and restore your site and comes with enough features and tools to satisfy most users. This plugin can also easily be downloaded directly in your WordPress site plugin settings, allowing you to start backing up straight away.

\n

\"\"

\n

BackUpBuddy does not currently offer a free version of it’s backup plugin. As such, it is not possible to compare the free versions of both plugins at this time.

\n

What to look for in a backup plugin

\n

When deciding which backup plugin is best to backup your WordPress site, there are several criteria you should look at, including options that will allow you to backup all your files, database, plugins, themes, uploads and any other directories found, as well as most importantly allowing you to easily restore your site should the worst happen. 

\n

When backing up your site, it is important to choose the right remote storage location. With UpdraftPlus Premium, you have 10 well known remote storage options such as Amazon S3, Google Cloud and Dropbox, as well as 6 additional backup location options including email and FTP.

\n

\"\"

\n

BackupBuddy’s options are limited to 5 of the well known remote storage options, with 3 additional backup locations. 

\n

Tutorial guides

\n

The plugin itself isn’t the only factor you should consider when making your decision. Setting up and using all the different features in these plugins can sometimes be tricky and confusing, especially for those who may not be IT experts. UpdraftPlus has dozens of up to date video guides on YouTube that can show you everything from how to update from the free version, to the Premium version, to how to connect your UpdraftPlus account to the remote storage provider of your choice.

\n

\"\"

\n

BackupBuddy’s list of video guides is somewhat limited in comparison, with minimal instructions and only a few (if any) guides on how to connect BackupBuddy to a remote storage location.

\n

\"\"

\n

Scheduling

\n

Making regular scheduled backups of your WordPress site is essential, as you always want to have the latest version on your site on hand should the worst happen. Both plugins offer scheduling backup options ranging from automatically backing up every hour or so, to every year. With UpdraftPlus however, you can select how many copies of your backup you want to keep within the same page on your site.

\n

\"\"

\n

While this option is also available in BackupBuddy, it is hidden away in a sub-menu – making it difficult to find.

\n

UpdraftPlus or BackupBuddy?

\n

So which backup plugin should you choose? UpdraftPlus is the world’s most trusted and popular plugin that is trusted by over 3 million users worldwide. With this level of trust, support and development, as well as the ability to backup and restore your site quickly and easily, UpdraftPlus gives you everything you need to backup and restore your site with just a press of a button. 

\n

 

\n
\n \n \n
\n\n\n\n \n\n

UpdraftPlus Premium

BackWPup

BackupWordPress

VaultPress

WP-DB-Backup

BackUp Buddy

Rating

98%78%94%94%92%N/A

Downloads

58.55M11.49M4.42M1.46M1.48M N/A

Update Rating

100%100%100%97%83.26%N/A

Active Installs

3.00M700K200K50,00060,000 N/A

Automatic restore

Migration clone ability

Direct site-to-site migration or cloning

Automatic backups before updating site

Ability to backup encrypted databases

Network/Multisite supported

SFTP and FTP backups

Backup directly to proprietory cloud service

Backup to Dropbox

Backup to Googledrive

Backup to OneDrive

Backup to S3

Backup to Microsoft Azure

Backup to Google Cloud

Backup to BackBlaze

Run From WP-CL

Restore a backup from other plugins

\n
\n
\n \n \n
\n \n \n
\n

The post UpdraftPlus Vs BackupBuddy: WordPress backup plugins compared appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://updraftplus.com/udpvsbup-wordpress-backup-comparison/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"How to set up additional retention rules for your UpdraftPlus backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/3NFhjGJbaYA/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 09 Jul 2021 15:24:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"additional rule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"retention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:14:\"retention rule\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1172077\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:753:\"

In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus.  By adding additional retention rules, all backups that are older than a certain date will be grouped together and … Continue reading

\n

The post How to set up additional retention rules for your UpdraftPlus backup appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4824:\"

In this blog, we will show you how to add additional retention rules when backing up your WordPress sites with UpdraftPlus. 

\n

\n

By adding additional retention rules, all backups that are older than a certain date will be grouped together and pruned until there is only one backup for each time period. The additional retention rules run after the normal backup pruning, and are run in the order they were created. Additional retention rules also include automatic backups when evaluating which backups to prune.

\n

First, you will need to install and activate UpdraftPlus Premium or the ‘Backup time and scheduling‘ add-on, via the Premium/Extensions tab. Full instructions on how to do so can be found in our installation guide.

\n

To set it up, first go to: WP Admin->Settings->UpdraftPlus Backups->Settings tab

\n

\"\"

\n

Under the Files/Database backup schedule settings, find the ‘Add an additional retention rule’ link

\n

\"\"

\n

Set your additional retention rule/s and press the ‘Save Changes’ button at the bottom of the page.

\n

\"\"

\n

Set how old the backups to be considered should be and how many backups to keep. Once this is setup, all backups older than your selected time period will be grouped together and pruned, until there is only one backup for each time period.

\n

 

\n

The post How to set up additional retention rules for your UpdraftPlus backup appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://updraftplus.com/additional-updraftplus-retention-rules/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:75:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"The risks and pitfalls of WordPress auto-updates\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/mzuE7ur8Svk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 25 Jun 2021 14:17:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:20:\"Easy Updates Manager\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:28:\"easy updates manager premium\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:18:\"updraftplus update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1161126\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:774:\"

When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. This marked a step-up from previous WordPress releases, in which plugins … Continue reading

\n

The post The risks and pitfalls of WordPress auto-updates appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Marjorie Hajim\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:11339:\"

When a new version of WordPress launched in August of 2020, something else came with it: a brand-spanking-new updates feature, along with the risks and pitfalls of WordPress auto-updates. This marked a step-up from previous WordPress releases, in which plugins and themes could only be manually updated. When version 5.5 was released, WordPress users were able to enable auto-updates for any plugin or theme on their site. 

\n

Sounds great, right? In many ways it was. But here’s the catch. Auto-updates aren’t always the best thing since sliced bread and are in fact known to cause a whole load of problems ranging from mildly inconvenient formatting issues, to the downright catastrophic total site failures. If you’ve been thinking about enabling auto-updates for your website, you’ve come to the right place. In this blog, we’ll be running you through some common risks and pitfalls and how to avoid them.

\n

\"\"

\n

What is an auto-update?

\n

Auto-updates are updates to plugins and themes that take place automatically without the site owner having to do anything manually via WordPress. Unlike manual updates, there’s no need to initiate the process or download new versions of your existing plugins and themes. In WordPress 5.5, site owners can choose whether or not to use the auto-update feature. For example, if your WordPress site is integrated with one of the many cloud management platforms available, it will be automatically updated without you having to lift a finger. Each plugin and theme has its own ON/OFF option specifically for auto-updates.

\n

 

\n

\"\"

\n

What are the risks?

\n

Whatever kind of business you’re running – be it a small eCommerce store or a SaaS digital marketing agency, before enabling auto-updates on your WordPress site, it’s important to be aware of all the ‘side-effects’ – both good and bad. Auto-updates are convenient, but there can be some big drawbacks. 

\n

Updates can cause technical issues

\n

Updates have been known to sometimes cause problems on your website. This is more likely if you opt for comprehensive auto-updates across all plugins and themes. Updates will run in the background and you won’t even be aware of it most of the time. But sometimes updates cause technical issues or even ‘breaks’. Auto-updates can fail, especially when concurrent updates are happening simultaneously – with site functionality (e.g. mobile optimization) more likely to go askew. 

\n

Updates can be hard to keep track of

\n

If an update does mess up your site, you will need to know what caused it. Determining exactly what happened and when can be tricky. Especially if multiple updates all took place simultaneously. With selected automatic and manual updates, it can be easier to isolate the root issue and fix it. 

\n

Some major releases may be incompatible

\n

Sometimes auto-updates might include a major release. If a particular plugin (e.g. a plugin used to monitor cloud metrics) releases an update with a larger than normal installation base, it could cause problems. If you have auto-update enabled, you won’t have any control over whether or not you wish to deploy those changes. 

\n

WordPress does not use a ‘Canary update’ testing process. Canary updates roll out code to test sites before official release. Without this, there’s no telling what a new update will do. Likewise with smaller plugins, top-notch quality assurance is not guaranteed. By enabling auto-updates you’re essentially handing over control to unknown quality assurance teams. 

\n

\"\"

\n

The best way to run WordPress updates

\n

There are safer ways to enjoy the benefits that automatic updates bring. Just proceed with caution. Now that you’re aware of some of those common issues, you can enjoy auto-updates without worrying too much about the consequences. 

\n

With all the potential issues your site can be faced when updating your plugins and theme, it is vitally important to have a secure and recent backup of your site. There are tons of XaaS tools available today and having a backup with UpdraftPlus can help save you. Even if you take all the necessary precautions, it is still possible to fall victim to a bad update and have your site die on you. Backing up your site with UpdraftPlus can be done in just a few minutes. Just download UpdraftPlus, follow these simple instructions and you won’t have to worry about an update permanently taking down your site again. There are still risks however – even if you take all the precautions necessary, a bad update can sometimes stop you from even logging into your site. In this scenario, restoring it to it’s former working version will be a complicated and difficult process. UpdraftPlus allows you to test your updates on a clone of your site using UpdraftClone. UpdraftClone allows you to clone your site instantly and directly from UpdraftPlus, which can further reduce any danger to your main site by allowing you to test updates in a secure and risk-free environment.

\n

UpdraftPlus Premium also has an auto-backup feature that creates a backup for you, before any updates to plugins and themes are performed. While the latest update of WordPress can update your plugins automatically, we recommend that you turn off auto-updates for all/selected plugins and use Easy Updates Manager instead. Easy Updates Manager currently helps more than 300,000 WordPress users automatically keep their sites up to date and bug-free. It’s also highly customizable to give you real control over what updates to run.

\n
\"\"

Easy Updates Manager in action

\n

Choose from manually update, disable update, enable auto updates, disable auto updates and choose per plugin/theme, so you always have full control over your site and what aspects are updated. This offers a greater degree of control and limits unnecessary risk or disruption – disruption that could potentially derail a business in its infancy. 

\n

The potential business impact of an auto-update-related disruption could be catastrophic. If an automatic update interferes with your customer payment portal for example, the losses could be substantial for a well-established brand with high volume sales. 

\n

Use UpdraftPlus and Easy Updates Manager today for the best backup and auto update options. 

\n

Marjorie Hajim

\n

The post The risks and pitfalls of WordPress auto-updates appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"https://updraftplus.com/the-risks-and-pitfalls-of-wordpress-auto-updates/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:90:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"7 critical measures for protecting your WordPress admin area\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/QYNvBAmmBSw/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Jun 2021 14:10:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:12:{i:0;a:5:{s:4:\"data\";s:8:\"Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"attack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"hack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:7:\"protect\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:10:\"protecting\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:8:\"security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:9;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:10;a:5:{s:4:\"data\";s:7:\"website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:11;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://updraftplus.com/?p=1144209\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:777:\"

Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced … Continue reading

\n

The post 7 critical measures for protecting your WordPress admin area appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"John Allen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16390:\"

Content management system platforms like WordPress have successfully democratized website building in the current digital era, with what used to be a potentially expensive and tedious and difficult process, now becoming easier and more accessible for both inexperienced and experienced site owners. But how do you go about protecting your WordPress admin area?

\n

However, the issues of security have remained challenging for many WordPress site owners. According to a report by WordPress security plugin WordFence, almost 90,000 security issues were reported every 60 seconds on WordPress websites in 2020.

\n

This data is even more troubling when we take into account login-based WordPress sites like eCommerce platforms, where sensitive information such as banking and debit card details are shared daily.

\n

If you’re trying to build a website, using WordPress is a great idea, but you may be worried about the security of your WordPress admin area, especially given the sheer volume of cyber threats in the previous year. 

\n

If you wish to reinforce your log-in mechanics, consider these seven simple measures to secure your admin area.

\n

1. Change your passwords often

\n

Let’s start with the basics of WordPress admin and login security. It may seem like the simplest solution when it comes to your site’s security, but changing passwords is often overlooked as an effective security measure.

\n

This cybersecurity approach is essential to any login-based online service and should be implemented across all types of sites, from streaming platforms like Netflix, to social media sites like Instagram, to online group meeting apps like RingCentral. When it comes to preventing admin-related issues, changing a password regularly is a popular cybersecurity tactic. 

\n

2. Keep your plugins updated

\n

Let’s go back to that WordFence data we mentioned earlier. In one study conducted by WordFence researchers, it was found that over half of WordPress cybersecurity issues (52%) were caused by plugins. 

\n

As such, he first step toward securing your WordPress site is investing in WordPress security plugins. Many of these track and record login attempts to analyze any possible admin area threats.

\n

Additionally, it’s important to get rid of outdated WordPress plugins. These pose a threat to your site’s security since they stop updating, meaning their security measures end up being lacking. The safest course of action is to uninstall them, as disabling doesn’t get rid of the additional (and weak) code. Use UpdraftCentral to efficiently manage, update and backup multiple website plugins, themes and backups from one place for sites on which UpdraftPlus is installed.

\n

3. Implement SSL login pages

\n

SSL stands for “secure sockets layer”. This security protocol is generally used on websites that store sensitive data, especially those that require authentication to log in. In essence, SSL measures activate a digital lock – technically, an HTTPS protocol – that guarantees a secure connection from the server to the browser.

\n

Usually your run-of-the-mill hosting provider will include these measures in your subscription. If they do not, consider purchasing an SSL certificate and installing it on your WordPress server. 

\n

This is especially useful for eCommerce WordPress sites, which ask their clients to log in with a profile to automate the checkout process when paying via credit or debit card.

\n

4. Limit login attempts

\n

Restricting the number of possible login attempts is one reliable cybersecurity tip to protect data, especially if you’re looking to prevent potential brute force attacks. 

\n

These cybersecurity breaches are achieved by bombarding an admin platform with every conceivable combination of characters to form passwords, using a simple but effective cracking method of trial and error. 

\n

By limiting login attempts, you can protect your users and your page from attacks of this nature.

\n

\"Limit

\n

Image Source

\n

However, when it comes to WordPress admin security issues, it’s important to note that not every hazardous log-in attempt comes from criminals looking to steal data. Sometimes, admin platforms are subjected to non-malicious intrusions performed by users.  

\n

If you’re running a WordPress site that provides user registration, there’s a chance that your users – or yourself – will get locked out of their account by accident. Forgetting your password has happened to everyone at some point after all.

\n

The best way to separate malware attacks and non-malicious intrusions is to implement a network intrusion detection system that can track, record, and analyze potential login or admin issues, without interfering with the traffic it monitors. This way, you can ensure you’re not punishing forgetful users, but are keeping them protected nonetheless.

\n

5. Use two-factor authentication

\n

Two-factor authentication is a security protocol that enforces an additional check on users looking to gain access to WordPress sites. This protection method adds an extra layer of security to passwords by asking for a unique one-use-only code that’s sent to your smartphone.

\n

These apps and plugins are installed on your smart device and will send the codes so you can access your WordPress login screen. This approach is seen as a more secure way of changing your passwords regularly and is particularly recommended for eCommerce sites.

\n

6. Implement IAM solutions

\n

Identity and access management (IAM) software solutions are used to limit the number of remote users accessing online platforms via admin areas and login accounts. In the digital era, the IAM market has grown rapidly and the current list of IAM solutions available can overwhelm newcomers and inexperienced WordPress site owners alike.

\n

There’s a basic list of points to follow to make the most of your IAM service, regardless of which IAM option you choose. Here’s a shortlist of what to do before you commit to a particular provider:

\n
    \n
  • Access the IT architecture.
  • \n
  • Look for any possible incompatibilities between the OS, third-party application or plugins, and the IAM tool.
  • \n
  • Verify that your IAM system is compliant with guidelines and laws in your industry, market, and country.
  • \n
\n

\"Security

\n

Image Source

\n

7. Have a backup

\n

The sad truth is, some things are unavoidable. It may be difficult to read, but there’s a chance that even if you do everything right, hackers will still be able to gain access to and attack your admin area. If that happens, it’s important to have a plan of action ready.

\n

Imagine the worst-case scenario: your site has been attacked and hacked. There are no more prevention measures to implement. 

\n

First things first, remember not to panic. Work to identify the problem and react accordingly. The best way to know if you’ve fallen victim to a cybersecurity breach is to look for possible signs of a hacking attack: 

\n
    \n
  • You’re unable to log in.
  • \n
  • Your site is redirecting elsewhere.
  • \n
  • Your content has disappeared or there is new strange content and links.
  • \n
  • Your site is running slower than usual.
  • \n
\n

Once you’ve identified the problem, the fastest way to fix any possible issues is to restore your WordPress website using UpdraftPlus. This will allow you to undo any hazardous changes and get back to normal as quickly as possible. To do so, you must have an older version of your site as a backup somewhere secure – such as a cloud storage platform.

\n

As you may be aware, having your data backed up is one of the most essential things to do in terms of cybersecurity. If you want to keep a record of past versions of your site separate from your site, cloud-storage solutions offer safe and secure backups that can help you relaunch your site in just minutes after an attack.

\n

Summary

\n

Now you have read seven effective security tips for your WordPress admin area, let’s reiterate what we’ve learned so far:

\n
    \n
  • Change your passwords often.
  • \n
  • Install login security plugins (and uninstall old or obsolete plugins).
  • \n
  • Implement SSL encryption-based protocols.
  • \n
  • Combat brute force attacks by limiting login attempts.
  • \n
  • Use additional one-use-only passwords and codes by adding 2FA.
  • \n
  • Limit your log-in possibilities with IAM software solutions.
  • \n
  • Have a contingency plan to fight security breaches, malware, and ransomware viruses.
  • \n
  • Keep a backup version of your site and use it during cybersecurity emergencies.
  • \n
\n

If you follow these measures, your WordPress site should be protected from any attacks and ready to combat and react to any issues, should the worst happen. 

\n

What are you waiting for? Go out there and turn your WordPress page into an online fortress using UpdraftPlus and UpdraftCentral today!

\n

John Allen has written for websites such as Hubspot and Toolbox.

\n

The post 7 critical measures for protecting your WordPress admin area appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://updraftplus.com/protecting-wordpress-admin-area/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"updraftplus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:10:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"AckLhCE6aBt5MppuaD+N5aUm0do\";s:13:\"last-modified\";s:29:\"Tue, 21 Sep 2021 15:44:44 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Tue, 21 Sep 2021 17:39:52 GMT\";s:7:\"expires\";s:29:\"Tue, 21 Sep 2021 17:39:52 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";}}s:5:\"build\";s:14:\"20210406171153\";}','no'),(120062,'updraft_jobdata_26e3a49f7a88','a:39:{s:15:\"resume_interval\";i:345;s:8:\"job_type\";s:6:\"backup\";s:9:\"jobstatus\";s:7:\"pruning\";s:11:\"backup_time\";i:1632229629;s:11:\"job_time_ms\";d:1632229629.0156400203704833984375;s:7:\"service\";a:1:{i:0;s:7:\"dropbox\";}s:11:\"split_every\";i:400;s:11:\"maxzipbatch\";d:118967173;s:17:\"job_file_entities\";a:4:{s:7:\"plugins\";a:1:{s:5:\"index\";i:0;}s:6:\"themes\";a:1:{s:5:\"index\";i:0;}s:7:\"uploads\";a:1:{s:5:\"index\";i:0;}s:6:\"others\";a:1:{s:5:\"index\";i:0;}}s:12:\"option_cache\";a:4:{s:25:\"updraft_ssl_disableverify\";s:1:\"0\";s:17:\"updraft_ssl_nossl\";s:1:\"0\";s:26:\"updraft_ssl_useservercerts\";s:1:\"0\";s:15:\"updraft_dropbox\";a:2:{s:7:\"version\";i:1;s:8:\"settings\";a:1:{s:34:\"s-e8a278ca42f7f6066ba9b0a1b4c95e16\";a:5:{s:6:\"folder\";s:0:\"\";s:15:\"tk_access_token\";s:472:\"XJ+noZ2sXNR26r6jLK2/XJf3BReYrgMw2ArkdM1ZDvN/w9uH1shw66+Uy4XLG3ehukwwxN9wWuACN6dRvBQysPVbgx1LvPyY6YmpmuhWRBh+ymIeu5BijxkLuQPq76mTcUZolx00F422ti6wVq7nf0p4UdE4rjRAXbwBmmQ4wRJNzNxwH9Q3Z9D237uuNog4gjUSugDNt/k8XUCAOeOZLbQCOz75FAxeGey17iun1wWsBqbLNRHq41JrgNXKS0x9Xzpyd0JeZtHyiLzURVtSseNoGZcBK20VSNoQ+lj7EuOm1FWUuUExOzklsZbaxGPHlqchcQYB+mAPqJ1apspErvoQxm/3ccIcr7KOU3buWolnXZsE5p+jlOVhejkj9oNVoCANf+tleMO5opr+X89RKEFWO2TOEN9oDjDBex/+qmQJE19VgetrIvJW1x1kcLGPK9kLZEt5nkJJ2PxYbmhiIg==\";s:9:\"ownername\";s:9:\"anda ilie\";s:4:\"CSRF\";s:0:\"\";s:16:\"instance_enabled\";i:1;}}}}s:18:\"uploaded_lastreset\";i:9;s:8:\"one_shot\";b:0;s:18:\"followsups_allowed\";b:1;s:15:\"backup_database\";a:1:{s:2:\"wp\";a:2:{s:6:\"status\";s:8:\"finished\";s:6:\"dbinfo\";a:0:{}}}s:12:\"backup_files\";s:8:\"finished\";s:12:\"runs_started\";a:10:{i:0;d:1632229629.3313400745391845703125;i:1;d:1632230418.095222949981689453125;i:2;d:1632232191.044353008270263671875;i:3;d:1632234492.7525889873504638671875;i:4;d:1632238355.0688838958740234375;i:5;d:1632240892.2961809635162353515625;i:6;d:1632241590.9178869724273681640625;i:7;d:1632243453.1581590175628662109375;i:8;d:1632244940.8855040073394775390625;i:9;d:1632245974.8919909000396728515625;}s:18:\"current_resumption\";i:9;s:6:\"binzip\";s:12:\"/usr/bin/zip\";s:22:\"filecreating_substatus\";a:3:{s:1:\"e\";s:6:\"others\";s:1:\"i\";i:4;s:1:\"t\";i:4;}s:19:\"files_enumerated_at\";a:4:{s:7:\"plugins\";i:1632229629;s:6:\"themes\";i:1632229834;s:7:\"uploads\";i:1632230418;s:6:\"others\";i:1632230429;}s:9:\"run_times\";a:2:{i:0;d:296.791820049285888671875;i:1;d:47.1839768886566162109375;}s:14:\"useful_checkin\";i:1;s:13:\"sha1-plugins0\";s:40:\"bd039dbd7c5abab70a1c1c07fc36ea22e1777d3f\";s:15:\"sha256-plugins0\";s:64:\"e6d059d20bbed27fb8c576d54b2b7f2beb2f2bcca22648045d7360100a16054b\";s:12:\"sha1-themes0\";s:40:\"6725ec655a8e2ed318affad4e769c1b0c5193e3c\";s:14:\"sha256-themes0\";s:64:\"7fc27ff8e378e6bc6ba231d98b2b1cc2459b1ed8d482c0afce768e59c3a02fae\";s:13:\"sha1-uploads0\";s:40:\"94a0d462ff47d44c6bd30fe75ad6b269fa1a91b0\";s:15:\"sha256-uploads0\";s:64:\"89045bc3c8bc42dfdfcfa29d2ee45a209f13eaae0ebc7a89ecd3e6d787af2b92\";s:12:\"sha1-others0\";s:40:\"f941e8233bc9867a2eeae12efef3d96b07d501c6\";s:14:\"sha256-others0\";s:64:\"0d99f7d1a17d416eaa979b553e44f2b1c20332e115636e1586cf51fe9fb3ad02\";s:18:\"backup_files_array\";a:8:{s:7:\"plugins\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-plugins.zip\";}s:12:\"plugins-size\";i:60138256;s:6:\"themes\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-themes.zip\";}s:11:\"themes-size\";i:8873515;s:7:\"uploads\";a:1:{i:0;s:68:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-uploads.zip\";}s:12:\"uploads-size\";i:149624060;s:6:\"others\";a:1:{i:0;s:67:\"backup_2021-09-21-2307_Raising_Clever_Girls_26e3a49f7a88-others.zip\";}s:11:\"others-size\";i:150827097;}s:10:\"binsqldump\";s:18:\"/usr/bin/mysqldump\";s:20:\"dbcreating_substatus\";a:3:{s:1:\"t\";s:27:\"wp_yith_wcmbs_downloads_log\";s:1:\"i\";i:66;s:1:\"a\";i:66;}s:8:\"warnings\";a:1:{s:16:\"infrequentvisits\";s:215:\"Your website is visited infrequently and UpdraftPlus is not getting the resources it hoped for; please read this page: https://updraftplus.com/faqs/why-am-i-getting-warnings-about-my-site-not-having-enough-visitors/\";}s:8:\"sha1-db0\";s:40:\"b559c31689031bbf363038e241bcd24ec5a537a5\";s:10:\"sha256-db0\";s:64:\"3250f67914ec28734aec9733d2add1dfb6eb5b800eff595a8476fc9f236a417c\";s:19:\"uploading_substatus\";a:3:{s:1:\"i\";i:0;s:1:\"p\";i:0;s:1:\"t\";i:5;}s:5:\"prune\";s:8:\"finished\";s:14:\"fail_on_resume\";i:10;}','no'),(73355,'sbi_db_version','1.3','yes'),(117203,'_transient_wflginfl_00000000000000000000ffffbdd79c34','2','no'),(120847,'_transient_timeout_wc_related_668','1633090709','no'),(120848,'_transient_wc_related_668','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"599\";i:11;s:3:\"600\";i:12;s:3:\"601\";i:13;s:3:\"904\";i:14;s:3:\"681\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(96269,'_transient_timeout_wflginfl_200141d00001e6aa0000000000000001','1611090737','no'),(96270,'_transient_wflginfl_200141d00001e6aa0000000000000001','1','no'),(15520,'_transient_external_ip_address_178.251.167.80','2404:8280:a111:101::46','no'),(20735,'_transient_timeout_external_ip_address_50.112.194.65','1510669677','no'),(20736,'_transient_external_ip_address_50.112.194.65','103.67.235.70','no'),(20742,'_transient_timeout_external_ip_address_45.55.224.77','1510669807','no'),(20743,'_transient_external_ip_address_45.55.224.77','103.67.235.70','no'),(15519,'_transient_timeout_external_ip_address_178.251.167.80','1505980019','no'),(15476,'_transient_timeout_external_ip_address_199.30.25.150','1505914628','no'),(16858,'_transient_external_ip_address_106.120.173.154','103.67.235.70','no'),(16868,'_transient_timeout_external_ip_address_204.44.65.210','1507447543','no'),(16869,'_transient_external_ip_address_204.44.65.210','103.67.235.70','no'),(16871,'_transient_timeout_external_ip_address_34.207.62.138','1507451771','no'),(16872,'_transient_external_ip_address_34.207.62.138','2404:8280:a111:101::46','no'),(16825,'_transient_timeout_external_ip_address_150.255.85.8','1507376921','no'),(16826,'_transient_external_ip_address_150.255.85.8','2404:8280:a111:101::46','no'),(117347,'_transient_timeout_wflginfl_00000000000000000000ffff2bfbfe0b','1630070732','no'),(117348,'_transient_wflginfl_00000000000000000000ffff2bfbfe0b','2','no'),(117349,'_transient_timeout_wflginfl_00000000000000000000ffff4d4df0fe','1630070744','no'),(117373,'_transient_timeout_wflginfl_00000000000000000000ffffb01d0237','1630070969','no'),(117252,'_transient_timeout_wflginfl_00000000000000000000ffff6624e401','1630069433','no'),(116771,'_transient_timeout_wflginfl_00000000000000000000ffffb92981ba','1629916170','no'),(23696,'_transient_timeout_external_ip_address_54.85.182.120','1512703263','no'),(23697,'_transient_external_ip_address_54.85.182.120','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(21752,'_transient_timeout_external_ip_address_69.58.178.57','1511576621','no'),(21753,'_transient_external_ip_address_69.58.178.57','103.67.235.70','no'),(117049,'_transient_wflginfl_00000000000000000000ffff1b91d2c1','2','no'),(117051,'_transient_timeout_wflginfl_00000000000000000000ffff29cd2fe4','1630066906','no'),(117052,'_transient_wflginfl_00000000000000000000ffff29cd2fe4','2','no'),(120931,'_transient_timeout_wc_related_663','1633176921','no'),(120932,'_transient_wc_related_663','a:23:{i:0;s:3:\"411\";i:1;s:3:\"598\";i:2;s:3:\"664\";i:3;s:3:\"665\";i:4;s:3:\"666\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(93369,'_transient_timeout_wc_cbp_c9362ca7de15ac92e560169c88cd69b4','1610430156','no'),(93370,'_transient_wc_cbp_c9362ca7de15ac92e560169c88cd69b4','a:0:{}','no'),(92275,'_transient_timeout_wflginfl_2607530000600db60000000000000001','1606792154','no'),(92276,'_transient_wflginfl_2607530000600db60000000000000001','1','no'),(117344,'_transient_timeout_wflginfl_00000000000000000000ffff566c0ed6','1630070682','no'),(117345,'_transient_wflginfl_00000000000000000000ffff566c0ed6','2','no'),(117339,'_transient_timeout_wflginfl_00000000000000000000ffffc59d002e','1630070553','no'),(117340,'_transient_wflginfl_00000000000000000000ffffc59d002e','2','no'),(117341,'_transient_timeout_wflginfl_00000000000000000000ffff2ddd2848','1630070564','no'),(117342,'_transient_wflginfl_00000000000000000000ffff2ddd2848','2','no'),(19055,'_transient_timeout_external_ip_address_61.88.29.106','1509344086','no'),(19056,'_transient_external_ip_address_61.88.29.106','103.67.235.70','no'),(19057,'_transient_timeout_external_ip_address_122.168.2.196','1509344551','no'),(19058,'_transient_external_ip_address_122.168.2.196','2404:8280:a111:101::46','no'),(19060,'_transient_timeout_external_ip_address_213.89.211.192','1509344579','no'),(19061,'_transient_external_ip_address_213.89.211.192','2404:8280:a111:101::46','no'),(19067,'_transient_timeout_external_ip_address_64.145.79.47','1509348278','no'),(121024,'_transient_wc_related_598','a:23:{i:0;s:3:\"411\";i:1;s:3:\"663\";i:2;s:3:\"664\";i:3;s:3:\"665\";i:4;s:3:\"666\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(19068,'_transient_external_ip_address_64.145.79.47','103.67.235.70','no'),(19098,'_transient_timeout_external_ip_address_190.37.34.78','1509389683','no'),(20269,'_transient_timeout_external_ip_address_125.23.5.22','1510305555','no'),(20506,'_transient_external_ip_address_93.183.234.152','2404:8280:a111:101::46','no'),(117416,'_transient_timeout_wflginfl_00000000000000000000ffff2bfba803','1630071465','no'),(117417,'_transient_wflginfl_00000000000000000000ffff2bfba803','2','no'),(117418,'_transient_timeout_wflginfl_00000000000000000000ffff4e60e8d0','1630071472','no'),(117419,'_transient_wflginfl_00000000000000000000ffff4e60e8d0','2','no'),(117422,'_transient_timeout_wflginfl_00000000000000000000ffff53e985af','1630071500','no'),(117424,'_transient_timeout_wflginfl_00000000000000000000ffff6da5e949','1630071718','no'),(15427,'_transient_external_ip_address_139.227.144.94','103.67.235.70','no'),(17187,'_transient_timeout_external_ip_address_218.30.103.142','1507887096','no'),(19281,'_transient_external_ip_address_64.74.215.138','2404:8280:a111:101::46','no'),(17188,'_transient_external_ip_address_218.30.103.142','2404:8280:a111:101::46','no'),(17197,'_transient_external_ip_address_35.163.153.114','2404:8280:a111:101::46','no'),(17216,'_transient_timeout_external_ip_address_108.179.198.226','1507918993','no'),(17217,'_transient_external_ip_address_108.179.198.226','2404:8280:a111:101::46','no'),(17234,'_transient_timeout_external_ip_address_86.106.131.133','1507950154','no'); INSERT INTO `wp_options` VALUES (17235,'_transient_external_ip_address_86.106.131.133','2404:8280:a111:101::46','no'),(17237,'_transient_timeout_external_ip_address_54.251.140.14','1507952451','no'),(17238,'_transient_external_ip_address_54.251.140.14','2404:8280:a111:101::46','no'),(17242,'_transient_timeout_external_ip_address_190.117.115.150','1507955406','no'),(17243,'_transient_external_ip_address_190.117.115.150','103.67.235.70','no'),(17255,'_transient_timeout_external_ip_address_131.253.25.178','1507979588','no'),(17256,'_transient_external_ip_address_131.253.25.178','103.67.235.70','no'),(19285,'_transient_timeout_external_ip_address_65.55.210.63','1509579599','no'),(19286,'_transient_external_ip_address_65.55.210.63','103.67.235.70','no'),(19290,'_transient_timeout_external_ip_address_65.55.210.105','1509583299','no'),(19291,'_transient_external_ip_address_65.55.210.105','103.67.235.70','no'),(117114,'_transient_wflginfl_00000000000000000000ffff27240d48','2','no'),(120934,'_transient_wc_cbp_e38a54d0165fe7607f9cdd3e284d1baf','a:0:{}','no'),(117116,'_transient_timeout_wflginfl_00000000000000000000ffff524c7a67','1630067597','no'),(117117,'_transient_wflginfl_00000000000000000000ffff524c7a67','2','no'),(121039,'_transient_timeout_&sbi_delay_requests','1633139875','no'),(16548,'_transient_timeout_external_ip_address_18.221.172.253','1507020457','no'),(16549,'_transient_external_ip_address_18.221.172.253','2404:8280:a111:101::46','no'),(68342,'_site_transient_browser_8dfdd1234909fd3917c86567bc7468fc','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"78.0.3904.70\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(16367,'_transient_timeout_external_ip_address_185.206.144.172','1506746859','no'),(16368,'_transient_external_ip_address_185.206.144.172','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17821,'_transient_timeout_external_ip_address_52.86.63.233','1508785563','no'),(17822,'_transient_external_ip_address_52.86.63.233','2404:8280:a111:101::46','no'),(17844,'_transient_timeout_external_ip_address_139.227.144.203','1508819378','no'),(17845,'_transient_external_ip_address_139.227.144.203','2404:8280:a111:101::46','no'),(17856,'_transient_timeout_external_ip_address_54.159.75.22','1508843043','no'),(17857,'_transient_external_ip_address_54.159.75.22','2404:8280:a111:101::46','no'),(17886,'_transient_timeout_external_ip_address_103.204.244.6','1508894311','no'),(17887,'_transient_external_ip_address_103.204.244.6','103.67.235.70','no'),(19279,'_transient_external_ip_address_64.74.215.150','2404:8280:a111:101::46','no'),(19280,'_transient_timeout_external_ip_address_64.74.215.138','1509577464','no'),(17888,'_transient_timeout_external_ip_address_218.30.103.29','1508894620','no'),(17889,'_transient_external_ip_address_218.30.103.29','103.67.235.70','no'),(17895,'_transient_timeout_external_ip_address_54.236.9.131','1508902698','no'),(17896,'_transient_external_ip_address_54.236.9.131','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(17909,'_transient_timeout_external_ip_address_176.31.47.194','1508935215','no'),(19278,'_transient_timeout_external_ip_address_64.74.215.150','1509577434','no'),(17910,'_transient_external_ip_address_176.31.47.194','103.67.235.70','no'),(17926,'_transient_timeout_external_ip_address_185.198.164.208','1508969657','no'),(17927,'_transient_external_ip_address_185.198.164.208','2404:8280:a111:101::46','no'),(117089,'_transient_wflginfl_00000000000000000000ffff70c67b45','2','no'),(117098,'_transient_wflginfl_00000000000000000000ffff516c46ec','2','no'),(117099,'_transient_timeout_wflginfl_00000000000000000000ffff273b545a','1630067443','no'),(117092,'_transient_timeout_wflginfl_00000000000000000000ffffdfec3043','1630067369','no'),(117093,'_transient_wflginfl_00000000000000000000ffffdfec3043','2','no'),(117094,'_transient_timeout_wflginfl_00000000000000000000ffff5d568aca','1630067370','no'),(117095,'_transient_wflginfl_00000000000000000000ffff5d568aca','2','no'),(117097,'_transient_timeout_wflginfl_00000000000000000000ffff516c46ec','1630067436','no'),(20781,'_transient_timeout_external_ip_address_199.30.24.181','1510705608','no'),(47634,'_transient_timeout_wflginfl_00000000000000000000ffff3ade6972','1533230032','no'),(47635,'_transient_wflginfl_00000000000000000000ffff3ade6972','1','no'),(114378,'_transient_wflginfl_00000000000000000000ffff3e1f03da','1','no'),(114373,'_transient_timeout_wflginfl_00000000000000000000ffff0508f113','1627793790','no'),(114374,'_transient_wflginfl_00000000000000000000ffff0508f113','1','no'),(114051,'_transient_wflginfl_00000000000000000000ffff0ef85ed0','1','no'),(114024,'_transient_wflginfl_00000000000000000000ffffb4fe4a78','1','no'),(114050,'_transient_timeout_wflginfl_00000000000000000000ffff0ef85ed0','1627507177','no'),(114082,'_transient_wflginfl_00000000000000000000ffff67449c02','1','no'),(114023,'_transient_timeout_wflginfl_00000000000000000000ffffb4fe4a78','1627467255','no'),(47653,'_transient_timeout_external_ip_address_192.168.130.157','1539084257','no'),(47654,'_transient_external_ip_address_192.168.130.157','103.67.235.70','no'),(48442,'_transient_wflginfl_00000000000000000000ffffc81f05b2','6','no'),(48970,'_transient_external_ip_address_185.253.97.251','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(48441,'_transient_timeout_wflginfl_00000000000000000000ffffc81f05b2','1539757571','no'),(48452,'_transient_timeout_wflginfl_00000000000000000000ffffbab95b00','1539747755','no'),(48453,'_transient_wflginfl_00000000000000000000ffffbab95b00','1','no'),(17035,'_transient_timeout_external_ip_address_199.30.25.0','1507687569','no'),(17036,'_transient_external_ip_address_199.30.25.0','103.67.235.70','no'),(17075,'_transient_timeout_external_ip_address_157.55.39.172','1507734939','no'),(17076,'_transient_external_ip_address_157.55.39.172','103.67.235.70','no'),(17824,'_transient_timeout_external_ip_address_116.251.217.48','1508786805','no'),(17825,'_transient_external_ip_address_116.251.217.48','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15087,'_transient_timeout_external_ip_address_34.226.200.16','1505475484','no'),(15088,'_transient_external_ip_address_34.226.200.16','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15133,'_transient_timeout_external_ip_address_37.59.178.110','1505537679','no'),(15134,'_transient_external_ip_address_37.59.178.110','103.67.235.70','no'),(15193,'_transient_external_ip_address_95.51.119.19','2404:8280:a111:101::46','no'),(15245,'_transient_timeout_external_ip_address_190.64.135.122','1505714584','no'),(15246,'_transient_external_ip_address_190.64.135.122','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15290,'_transient_timeout_external_ip_address_54.80.30.245','1505776968','no'),(15291,'_transient_external_ip_address_54.80.30.245','2404:8280:a111:101::46','no'),(15297,'_transient_external_ip_address_153.107.192.203','2404:8280:a111:101::46','no'),(15317,'_transient_timeout_external_ip_address_103.255.6.109','1505815515','no'),(15318,'_transient_external_ip_address_103.255.6.109','2404:8280:a111:101::46','no'),(15323,'_site_transient_timeout_browser_766879847fa5d10fcaa1aa9bbbb81ef1','1505815621','no'),(15324,'_site_transient_browser_766879847fa5d10fcaa1aa9bbbb81ef1','a:9:{s:8:\"platform\";s:7:\"Windows\";s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"55.0\";s:10:\"update_url\";s:23:\"http://www.firefox.com/\";s:7:\"img_src\";s:50:\"http://s.wordpress.org/images/browsers/firefox.png\";s:11:\"img_src_ssl\";s:49:\"https://wordpress.org/images/browsers/firefox.png\";s:15:\"current_version\";s:2:\"16\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;}','no'),(15601,'_site_transient_timeout_community-events-87233cb13442760104c5e38310f60951','1505512716','no'),(15602,'_site_transient_community-events-87233cb13442760104c5e38310f60951','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"103.255.6.0\";}s:6:\"events\";a:0:{}}','no'),(18246,'_transient_timeout_external_ip_address_199.30.24.152','1509097530','no'),(18530,'_transient_external_ip_address_69.147.228.74','2404:8280:a111:101::46','no'),(18485,'_transient_timeout_wc_related_645','1508586352','no'),(18486,'_transient_wc_related_645','a:23:{i:0;s:3:\"570\";i:1;s:3:\"411\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"603\";i:17;s:3:\"628\";i:18;s:3:\"629\";i:19;s:3:\"630\";i:20;s:3:\"631\";i:21;s:3:\"632\";i:22;s:3:\"633\";}','no'),(18457,'_transient_timeout_wc_related_640','1508585738','no'),(18458,'_transient_wc_related_640','a:23:{i:0;s:3:\"570\";i:1;s:3:\"411\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"603\";i:17;s:3:\"628\";i:18;s:3:\"629\";i:19;s:3:\"630\";i:20;s:3:\"631\";i:21;s:3:\"632\";i:22;s:3:\"633\";}','no'),(18174,'_transient_timeout_external_ip_address_217.118.136.171','1509082368','no'),(18175,'_transient_external_ip_address_217.118.136.171','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(18183,'_transient_timeout_external_ip_address_112.210.247.62','1509095638','no'),(18184,'_transient_external_ip_address_112.210.247.62','2404:8280:a111:101::46','no'),(18188,'_site_transient_timeout_browser_a9db4d03969fdd98d377b682b063efe6','1509095769','no'),(18189,'_site_transient_browser_a9db4d03969fdd98d377b682b063efe6','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"61.0.3163.100\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(18197,'_site_transient_community-events-595ab94cc03f28564f37f92827959788','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"112.210.247.0\";}s:6:\"events\";a:1:{i:0;a:7:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:15:\"WordCamp Manila\";s:3:\"url\";s:32:\"https://2017.manila.wordcamp.org\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2017-11-11 00:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Manila\";s:7:\"country\";s:2:\"PH\";s:8:\"latitude\";d:14.559632499999999;s:9:\"longitude\";d:121.03136600000001;}}}}','no'),(19541,'_transient_external_ip_address_199.30.24.132','2404:8280:a111:101::46','no'),(19554,'_transient_timeout_external_ip_address_54.184.83.55','1509795500','no'),(19555,'_transient_external_ip_address_54.184.83.55','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20015,'_transient_timeout_external_ip_address_176.193.246.57','1510174828','no'),(20016,'_transient_external_ip_address_176.193.246.57','103.67.235.70','no'),(20027,'_transient_timeout_external_ip_address_124.19.16.114','1510184020','no'),(20028,'_transient_external_ip_address_124.19.16.114','2404:8280:a111:101::46','no'),(20067,'_transient_timeout_external_ip_address_54.68.116.99','1510206645','no'),(20068,'_transient_external_ip_address_54.68.116.99','2404:8280:a111:101::46','no'),(20135,'_transient_timeout_external_ip_address_74.208.42.58','1510257203','no'),(20136,'_transient_external_ip_address_74.208.42.58','2404:8280:a111:101::46','no'),(107333,'_transient_wflginfl_00000000000000000000ffffc1da8b69','1','no'),(98976,'_transient_timeout_wflginfl_00000000000000000000ffff323fc236','1613800347','no'),(98977,'_transient_wflginfl_00000000000000000000ffff323fc236','2','no'),(15883,'_site_transient_timeout_community-events-863ddc4f7b6e0ff7b5b513d93fbdf00c','1505746184','no'),(15884,'_site_transient_community-events-863ddc4f7b6e0ff7b5b513d93fbdf00c','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"110.145.74.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:53:\"Patents Rock & Introduction to Advanced Custom Fields\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/242704548/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-09-25 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.880462999999999;s:9:\"longitude\";d:151.200333;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Parramatta WordPress Meetup: TO BE ANNOUNCED\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/242055180/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-10-02 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Parramatta, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.808230000000002;s:9:\"longitude\";d:151.00407000000001;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:30:\"North Sydney Meetup: Topic TBC\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/mllmslywnbqb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-10-12 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:22:\"St Leonards, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.820461000000002;s:9:\"longitude\";d:151.18843100000001;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:32:\"Central Sydney Meetup: Topic TBC\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/242704550/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-10-30 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.880462999999999;s:9:\"longitude\";d:151.200333;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:44:\"Parramatta WordPress Meetup: TO BE ANNOUNCED\";s:3:\"url\";s:60:\"https://www.meetup.com/WordPress-Sydney/events/xvrxhmywpbjb/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2017-11-06 18:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:21:\"Parramatta, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.808230000000002;s:9:\"longitude\";d:151.00407000000001;}}}}','no'),(121004,'_transient_timeout__woocommerce_helper_subscriptions','1633107196','no'),(15670,'_transient_wc_attribute_taxonomies','a:0:{}','yes'),(15477,'_transient_external_ip_address_199.30.25.150','2404:8280:a111:101::46','no'),(15482,'_transient_timeout_external_ip_address_35.160.162.107','1505933311','no'),(15483,'_transient_external_ip_address_35.160.162.107','2404:8280:a111:101::46','no'),(15588,'_transient_timeout_external_ip_address_103.255.6.251','1506067944','no'),(15586,'_transient_timeout_external_ip_address_172.58.21.107','1506062574','no'),(15587,'_transient_external_ip_address_172.58.21.107','103.67.235.70','no'),(15589,'_transient_external_ip_address_103.255.6.251','103.67.235.70','no'),(114103,'_transient_wflginfl_00000000000000000000ffffb4f3056f','1','no'),(120950,'_transient_timeout_wc_loopab251633090527','1635683489','no'),(120951,'_transient_wc_loopab251633090527','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:1:\"6\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:54:\"connect-with-your-dauto-be-successfulghter-inspire-her\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:6;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:54:\"connect-with-your-dauto-be-successfulghter-inspire-her\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:54:\"connect-with-your-dauto-be-successfulghter-inspire-her\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:28;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:54:\"connect-with-your-dauto-be-successfulghter-inspire-her\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:1:{i:0;s:21:\"wp_term_relationships\";}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:54:\"connect-with-your-dauto-be-successfulghter-inspire-her\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:506:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (28)\n ) \n AND \n ( \n wp_term_relationships.term_taxonomy_id IN (88)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 6\";s:5:\"posts\";a:6:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:679;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:18:35\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:18:35\";s:12:\"post_content\";s:1373:\"
\r\n
\r\n
\r\n
How many parents have found themselves thinking: \'I can\'t believe I just said to my child the very thing my parents used to say to me!\' \'Am I just destined to repeat the mistakes of my parents?\' In PARENTING FROM THE INSIDE OUT child psychiatrist, Daniel J Siegel and early childhood expert, Mary Hartzell, explore the extent to which our childhood experiences actually do shape the way we parent. Drawing upon stunning new findings in neurobiology and attachment research, they explain how interpersonal relationships directly have an impact on the development of the brain and offer parents a step by step approach to forming a deeper understanding of their own life stories which will help them raise compassionate and resilient children. Born out of a series of parents\' workshops that combined Siegel\'s cutting edge research on how communication impacts brain development with Hartzell\'s thirty years of experience as a child development specialist and parents\' adviser, PARENTING FROM THE INSIDE OUT guides parents through creating the necessary foundations for loving and secure relationships with their children.
\r\n
\r\n
\r\n
\r\n
\";s:10:\"post_title\";s:29:\"Parenting from the Inside out\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:41:\"parenting-inside-10th-anniversary-edition\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:49:23\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:49:23\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=679\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:573;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:39:04\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:39:04\";s:12:\"post_content\";s:1568:\"A groundbreaking guide to raising responsible, capable, happy kids.\r\n\r\nBased on the latest research on brain development and clinical experience with parents, Dr. Laura Markham\'s approach is as simple as it is effective. Her message: Fostering emotional connection with your child creates real and lasting change. When you have that vital connection, you don\'t need to threaten, nag, plead, bribe - or even punish.\r\n\r\nThis remarkable guide will help parents better understand their own emotions - and get them in check - so they can parent with healthy limits, empathy, and clear communication to raise a self-disciplined child. Step-by-step examples give solutions and kid-tested phrasing for parents of toddlers right through the elementary years.\r\n\r\nIf you\'re tired of power struggles, tantrums, and searching for the right \'consequence,\' look no further. You\'re about to discover the practical tools you need to transform your parenting in a positive, proven way.\r\n\r\n\'Dr. Laura shows parents how their empathy can wire their child\'s brain for emotional regulation and happiness-and a brighter future for humanity. A simple yet revolutionary message of love.\' Nancy Samalin, MS, bestselling author of four books including Loving Without Spoiling\r\n\r\n\'If you want to feel more confindent and peaceful as a parent, this is the book. Dr Laura helps you understand what drives your child\'s behavior, and gives you the practical tools to change it.\' Elizabeth Pantley, bestselling author of twelve books including The No Cry Sleep Solution\";s:10:\"post_title\";s:27:\"Peaceful Parent, Happy Kids\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:26:\"peaceful-parent-happy-kids\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:58:57\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:58:57\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=573\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:682;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:24:08\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:24:08\";s:12:\"post_content\";s:1388:\"
\r\n
\r\n
\r\n
Have you ever stepped back to watch what really goes on when your children play? As psychologist Lawrence J. Cohen points out, play is children\'s way of exploring the world, communicating deep feelings, getting close to those they care about, working through stressful situations, and simply blowing off steam. That\'s why \"playful parenting\" is so important and so successful in building strong, close bonds between parents and children. Through play we join our kids in their world-and help them to - Express and understand complex emotions- Break through shyness, anger, and fear- Empower themselves and respect diversity- Play their way through sibling rivalry - Cooperate without power struggles From eliciting a giggle during baby\'s first game of peekaboo to cracking jokes with a teenager while hanging out at the mall, Playful Parenting is a complete guide to using play to raise confident children. Written with love and humor, brimming with good advice and revealing anecdotes, and grounded in the latest research, this book will make you laugh even as it makes you wise in the ways of being an effective, enthusiastic parent.
\r\n
\r\n
\r\n
\r\n
\";s:10:\"post_title\";s:17:\"Playful Parenting\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:17:\"playful-parenting\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:48:48\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:48:48\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=682\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:594;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:01:41\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:01:41\";s:12:\"post_content\";s:1684:\"FINALIST FOR THE BOOKS FOR A BETTER LIFE AWARD • NEW YORK TIMES BESTSELLER\r\n\r\n\"Parents . . . you will be wowed and awed by [Dr. Shefali].\" —Oprah Winfrey\r\n\r\nAs seen on Oprah’s SuperSoul Sunday, a radically transformative plan that shows parents how to raise children to be their best, truest selves, from the New York Times bestselling author of The Conscious Parent.\r\n\r\nWhat if...?\r\n\r\nWhat if I told you that you can put an end to all of your parenting struggles?\r\n\r\nThat you can learn to parent without fear or anxiety?\r\n\r\nThat you can end conflict with your children?\r\n\r\nThat you can create close and connected relationships within your family?\r\n\r\n…Would you accept this invitation to a revolution in parenting?\r\n\r\nWe all have the capacity to raise children who are highly resilient and emotionally connected. However, many of us are unable to because we are blinded by modern misconceptions of parenting and our own inner limitations. In The Awakened Family, I show you how you can cultivate a relationship with your children so they can thrive; moreover, you can be transformed to a state of greater calm, compassion and wisdom as well.\r\n\r\nThis book will take you on a journey to transcending your fears and illusions around parenting and help you become the parent you always wanted to be: fully present and conscious. It will arm you with practical, hands-on strategies and real-life examples from my experience as a parent and clinical psychologist that show the extraordinary power of being a conscious parent.\r\n\r\nEveryone in your family is ready to be awakened.\r\n\r\nWill you take this journey with me?\r\n\r\n—Shefali\";s:10:\"post_title\";s:19:\"The Awakened Family\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:19:\"the-awakened-family\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:53:23\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:53:23\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=594\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:593;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:59:53\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:59:53\";s:12:\"post_content\";s:1001:\"Instead of being merely the receiver of the parents\' psychological and spiritual legacy, children function as ushers of the parents\' development. Parents unwittingly pass on an inheritance of psychological pain and emotional shallowness. To handle the behavior that results, traditional books on parenting abound with clever techniques for control and quick fixes for dysfunction. In Dr. Shefali Tsabary\'s conscious approach to parenting, however, children serve as mirrors of their parents\' forgotten self. Those willing to look in the mirror have an opportunity to establish a relationship with their own inner state of wholeness. Once they find their way back to their essence, parents enter into communion with their children, shifting away from the traditional parent-to-child \"know it all\" approach and more towards a mutual parent-with-child relationship. The pillars of the parental ego crumble as the parents awaken to the ability of their children to transport them into a state of presence.\";s:10:\"post_title\";s:20:\"The Conscious Parent\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:20:\"the-conscious-parent\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:53:41\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:53:41\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=593\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Post\":24:{s:2:\"ID\";i:680;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:20:01\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:20:01\";s:12:\"post_content\";s:1363:\"This book presents a provocative challenge to the conventional wisdom of raising children. Author of nine books, including the controversial \"Punished by Rewards\", Kohn expands upon the theme of what\'s wrong with our society\'s emphasis on punishments and rewards with regards raising children. Kohn, the father of young children himself, sprinkles his text with anecdotes that shore up his well-researched hypothesis that children do best with unconditional love, respect and the opportunity to make their own choices. Kohn questions why parents and parenting literature focus on compliance and quick fixes, and points out that docility and short-term obedience are not what most parents desire of their children in the long run. He insists that \"controlling parents\" are actually conveying to their kids that they love them conditionally - that is, only when they achieve or behave. Tactics like time-out, brides and threats, Kohn claims, just worsen matters. Caustic, witty and thought-provoking, Kohn\'s arguments challenge much of today\'s parenting wisdom, yet his assertion that \"the way kids learn to make good decisions is by making decisions, not by following directions\" rings true.\r\nKohn suggests parents help kids solve problems; provide them with choices; and use reason, humour and, as a last resort, a restorative time away (not a punitive time-out).\";s:10:\"post_title\";s:23:\"Unconditional Parenting\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"unconditional-parenting\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:49:07\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:49:07\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=680\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:6;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:150;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";s:1:\"6\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"ed6087d11fbc6010725c751fdc7acbd9\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(121026,'_transient_wc_related_666','a:23:{i:0;s:3:\"411\";i:1;s:3:\"598\";i:2;s:3:\"663\";i:3;s:3:\"664\";i:4;s:3:\"665\";i:5;s:3:\"667\";i:6;s:3:\"570\";i:7;s:3:\"573\";i:8;s:3:\"575\";i:9;s:3:\"577\";i:10;s:3:\"591\";i:11;s:3:\"592\";i:12;s:3:\"593\";i:13;s:3:\"594\";i:14;s:3:\"595\";i:15;s:3:\"597\";i:16;s:3:\"599\";i:17;s:3:\"600\";i:18;s:3:\"601\";i:19;s:3:\"602\";i:20;s:3:\"668\";i:21;s:3:\"673\";i:22;s:3:\"678\";}','no'),(121023,'_transient_timeout_wc_related_598','1633214491','no'),(120952,'_transient_timeout_wc_related_665','1633177899','no'),(120940,'_transient_timeout_wc_related_667','1633177881','no'),(51814,'smush-directory-path-hash-updated','1','yes'),(51815,'wp-smush-version','3.4.2','no'),(17542,'_transient_external_ip_address_40.77.177.0','2404:8280:a111:101::46','no'),(19511,'_transient_timeout_external_ip_address_69.58.178.58','1509765333','no'),(19512,'_transient_external_ip_address_69.58.178.58','103.67.235.70','no'),(19524,'_transient_timeout_external_ip_address_54.188.62.172','1509770954','no'),(19525,'_transient_external_ip_address_54.188.62.172','2404:8280:a111:101::46','no'),(19537,'_transient_timeout_external_ip_address_199.30.25.97','1509785037','no'),(19530,'_transient_timeout_external_ip_address_190.199.86.63','1509778577','no'),(19531,'_transient_external_ip_address_190.199.86.63','2404:8280:a111:101::46','no'),(34784,'_transient_timeout_wflginfl_00000000000000000000ffffb27ca225','1519412025','no'),(18536,'_transient_timeout_wc_related_631','1508599598','no'),(18534,'_transient_timeout_wc_related_628','1508599145','no'),(18535,'_transient_wc_related_628','a:23:{i:0;s:3:\"570\";i:1;s:3:\"411\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"603\";i:17;s:3:\"629\";i:18;s:3:\"630\";i:19;s:3:\"631\";i:20;s:3:\"632\";i:21;s:3:\"633\";i:22;s:3:\"634\";}','no'),(18537,'_transient_wc_related_631','a:23:{i:0;s:3:\"570\";i:1;s:3:\"411\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"603\";i:17;s:3:\"628\";i:18;s:3:\"629\";i:19;s:3:\"630\";i:20;s:3:\"632\";i:21;s:3:\"633\";i:22;s:3:\"634\";}','no'),(18559,'_transient_external_ip_address_91.121.52.201','2404:8280:a111:101::46','no'),(16780,'_transient_timeout_external_ip_address_199.30.24.213','1507330303','no'),(16781,'_transient_external_ip_address_199.30.24.213','103.67.235.70','no'),(16790,'_transient_timeout_external_ip_address_139.227.144.236','1507333441','no'),(16791,'_transient_external_ip_address_139.227.144.236','2404:8280:a111:101::46','no'),(16794,'_transient_timeout_external_ip_address_199.30.25.41','1507341839','no'),(16795,'_transient_external_ip_address_199.30.25.41','2404:8280:a111:101::46','no'),(16801,'_transient_timeout_external_ip_address_40.77.179.250','1507349106','no'),(16802,'_transient_external_ip_address_40.77.179.250','2404:8280:a111:101::46','no'),(16874,'_transient_timeout_external_ip_address_131.253.27.23','1507452392','no'),(16875,'_transient_external_ip_address_131.253.27.23','2404:8280:a111:101::46','no'),(16881,'_transient_timeout_external_ip_address_199.30.24.57','1507459003','no'),(17415,'_transient_timeout_external_ip_address_65.55.210.21','1508242500','no'),(17416,'_transient_external_ip_address_65.55.210.21','103.67.235.70','no'),(16882,'_transient_external_ip_address_199.30.24.57','103.67.235.70','no'),(16720,'_transient_timeout_external_ip_address_131.253.25.193','1507219471','no'),(16721,'_transient_external_ip_address_131.253.25.193','2404:8280:a111:101::46','no'),(94772,'_transient_timeout_wc_report_sales_by_date','1609570387','no'),(94776,'_transient_timeout_wc_low_stock_count','1612075987','no'),(94777,'_transient_wc_low_stock_count','0','no'),(94778,'_transient_timeout_wc_outofstock_count','1612075987','no'),(94779,'_transient_wc_outofstock_count','0','no'),(18247,'_transient_external_ip_address_199.30.24.152','103.67.235.70','no'),(18196,'_site_transient_timeout_community-events-595ab94cc03f28564f37f92827959788','1508534179','no'),(94774,'_transient_timeout_wc_admin_report','1609570387','no'),(94775,'_transient_wc_admin_report','a:1:{s:32:\"d3a1bdfd017e799ff5a30babef1cd718\";a:4:{i:0;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:1:\"0\";s:9:\"post_date\";s:19:\"2017-06-24 19:01:22\";}i:1;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:1:\"0\";s:9:\"post_date\";s:19:\"2017-06-25 13:44:35\";}i:2;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:1:\"0\";s:9:\"post_date\";s:19:\"2017-09-12 20:45:35\";}i:3;O:8:\"stdClass\":2:{s:15:\"sparkline_value\";s:1:\"0\";s:9:\"post_date\";s:19:\"2017-09-15 18:23:10\";}}}','no'),(21948,'_transient_timeout_wflginfl_00000000000000000000ffff253b3024','1511152658','no'),(21949,'_transient_wflginfl_00000000000000000000ffff253b3024','16','no'),(23210,'_transient_external_ip_address_54.219.163.179','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(20643,'_transient_timeout_external_ip_address_37.115.188.137','1510589496','no'),(20644,'_transient_external_ip_address_37.115.188.137','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(20657,'_transient_timeout_external_ip_address_106.38.241.159','1510600750','no'),(20658,'_transient_external_ip_address_106.38.241.159','2404:8280:a111:101::46','no'),(20672,'_transient_timeout_external_ip_address_1.129.110.254','1510616396','no'),(20673,'_transient_external_ip_address_1.129.110.254','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(15667,'woocommerce_enable_reviews','yes','yes'),(15682,'monsterinsights_notices','a:1:{s:33:\"monsterinsights_automatic_updates\";b:1;}','yes'),(19328,'_transient_timeout_external_ip_address_148.62.14.156','1509601100','no'),(121005,'_transient__woocommerce_helper_subscriptions','a:0:{}','no'),(16923,'_transient_external_ip_address_192.187.98.74','103.67.235.70','no'),(19556,'_transient_timeout_external_ip_address_199.30.25.85','1509795768','no'),(19557,'_transient_external_ip_address_199.30.25.85','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(19558,'_transient_timeout_external_ip_address_199.30.25.46','1509795781','no'),(19559,'_transient_external_ip_address_199.30.25.46','2404:8280:a111:101::46','no'),(15657,'yith_wpv_vendors_option_suborder_synchronization','no','yes'),(15658,'yith_wpv_shipping_tab_text_text','Shipping Info','yes'),(15736,'_transient_external_ip_address_69.58.178.59','2404:8280:a111:101::46','no'),(51539,'_transient_timeout_wc_upgrade_notice_3.1.2','1544534237','no'),(51540,'_transient_wc_upgrade_notice_3.1.2','','no'),(46865,'_transient_wflginfl_00000000000000000000ffff7783f5b2','1','no'),(40671,'_transient_timeout_wflginfl_00000000000000000000ffff22cfa87a','1525528227','no'),(40672,'_transient_wflginfl_00000000000000000000ffff22cfa87a','1','no'),(36141,'_transient_wflginfl_2806105e000a379e45748724522730ba','5','no'),(115216,'_transient_wflginfl_00000000000000000000ffffb97e8159','1','no'),(117041,'_transient_timeout_wflginfl_00000000000000000000ffff6900061a','1630066833','no'),(33595,'_transient_timeout_wflginfl_200141d000028d690000000000000000','1518216211','no'),(33596,'_transient_wflginfl_200141d000028d690000000000000000','1','no'),(73428,'monsterinsights_admin_menu_tooltip','1581118042','yes'),(73560,'monsterinsights_usage_tracking_last_checkin','1632040551','yes'),(107092,'_transient_wflginfl_00000000000000000000ffffd9924534','1','no'),(107091,'_transient_timeout_wflginfl_00000000000000000000ffffd9924534','1621813278','no'),(49903,'_transient_timeout_oembed_f781a4edb0bfe9f5151613692e43e17d','1541675406','no'),(49904,'_transient_oembed_f781a4edb0bfe9f5151613692e43e17d','O:8:\"stdClass\":13:{s:4:\"html\";s:217:\"\";s:15:\"thumbnail_width\";i:480;s:5:\"width\";i:600;s:10:\"author_url\";s:56:\"https://www.youtube.com/channel/UC2aJGUItb0NApDCDvmxoI4w\";s:16:\"thumbnail_height\";i:360;s:6:\"height\";i:338;s:13:\"provider_name\";s:7:\"YouTube\";s:11:\"author_name\";s:20:\"Raising Clever Girls\";s:12:\"provider_url\";s:24:\"https://www.youtube.com/\";s:7:\"version\";s:3:\"1.0\";s:5:\"title\";s:34:\"4 Easy Steps - From Worries to Joy\";s:4:\"type\";s:5:\"video\";s:13:\"thumbnail_url\";s:48:\"https://i.ytimg.com/vi/4X0yurvr2JI/hqdefault.jpg\";}','no'),(31767,'_transient_wflginfl_2002c3167fb1000000000000c3167fb1','19','no'),(30418,'_transient_timeout_wflginfl_00000000000000000000ffffc647e32b','1515333409','no'),(30419,'_transient_wflginfl_00000000000000000000ffffc647e32b','1','no'),(40261,'_site_transient_update_themes','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1633130650;s:7:\"checked\";a:5:{s:10:\"Divi-child\";s:17:\"3.0.34.1488425738\";s:4:\"Divi\";s:3:\"3.2\";s:13:\"twentyfifteen\";s:3:\"1.8\";s:15:\"twentyseventeen\";s:3:\"1.3\";s:13:\"twentysixteen\";s:3:\"1.3\";}s:8:\"response\";a:3:{s:13:\"twentyfifteen\";a:6:{s:5:\"theme\";s:13:\"twentyfifteen\";s:11:\"new_version\";s:3:\"3.0\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:8:\"requires\";b:0;s:12:\"requires_php\";s:5:\"5.2.4\";}s:15:\"twentyseventeen\";a:6:{s:5:\"theme\";s:15:\"twentyseventeen\";s:11:\"new_version\";s:3:\"2.8\";s:3:\"url\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.8.zip\";s:8:\"requires\";s:3:\"4.7\";s:12:\"requires_php\";s:5:\"5.2.4\";}s:13:\"twentysixteen\";a:6:{s:5:\"theme\";s:13:\"twentysixteen\";s:11:\"new_version\";s:3:\"2.5\";s:3:\"url\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.5.zip\";s:8:\"requires\";s:3:\"4.4\";s:12:\"requires_php\";s:5:\"5.2.4\";}}s:12:\"translations\";a:0:{}}','no'),(73280,'_transient_timeout_feed_fd8071797867bca1fc1ed5947d3462ec','1581084404','no'),(73281,'_transient_feed_fd8071797867bca1fc1ed5947d3462ec','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://www.monsterinsights.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"The Best WordPress Google Analytics Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 18:51:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.2.2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.monsterinsights.com/wp-content/uploads/2017/02/mascot@2x-100x100.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"MonsterInsights\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://www.monsterinsights.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"How to Conduct a Google Analytics Behavior Flow Analysis\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://www.monsterinsights.com/how-to-conduct-a-user-flow-analysis-in-google-analytics/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-conduct-a-user-flow-analysis-in-google-analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://www.monsterinsights.com/how-to-conduct-a-user-flow-analysis-in-google-analytics/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2020 13:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"Google Analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"analytics\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"user flow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=102530\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:642:\"

Does your website offer the best experience possible for your visitors? If you’re not getting enough conversions as you expect from your website, chances are your site is not as user-friendly as you think. You can visualize the users’ path through your website by analyzing the Users Flow report in Google Analytics. In this article, […]

\n

The post How to Conduct a Google Analytics Behavior Flow Analysis appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Shahzad Saeed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:15147:\"

Does your website offer the best experience possible for your visitors? If you’re not getting enough conversions as you expect from your website, chances are your site is not as user-friendly as you think.

\n

You can visualize the users’ path through your website by analyzing the Users Flow report in Google Analytics.

\n

In this article, we’ll show you how to conduct a Google Analytics behavior flow analysis, so you can deliver a smooth and seamless website experience to your users.

\n

What is User Flow and Why Is It Important?

\n

The Users Flow report in Google Analytics visualizes your users’ path through your site. It helps you understand the behavior of your users, how they interact with your website, and create a conversion funnel for your website.

\n

In other words, it shows you the exact steps users took to accomplish a task on your site:

\n
    \n
  • where your website visitors are coming from
  • \n
  • how they navigate through your site
  • \n
  • where they exit your website
  • \n
\n

For example, if you have a product landing page on your site, you can analyze the exact steps users go through to land on that page and complete the checkout process. Additionally, you can also track drop off in each step – where you’re losing the most visitors.

\n

What Can You Accomplish With a User Flow Analysis?

\n

Below are a few things you can accomplish using a user flow analysis in Google Analytics.

\n
    \n
  • You can see the steps your visitors take or the page they navigate through on your site based on a selected dimension such as country, landing page, campaign, browser, etc.
  • \n
  • You can track the through traffic and drop-offs in each path in terms of the relative volume of traffic.
  • \n
\n

This will help you to segment your audience, and identify potential problem pages on your site.

\n

Conducting a Google Analytics Behavior Flow Analysis

\n

The first thing to do is to sign in to your Google Analytics account and select the website for which you’d like to conduct a user flow analysis.

\n

\"click

\n

To view the Users Flow report, go to Audience » Users Flow.

\n

\"users

\n

In this report, you’ll see…

\n
    \n
  • Green boxes: They represent pages and are labeled as URLs.
  • \n
  • Curved gray lines: They represent visitors flowing from page to page. The thicker the line, the more users follow that path.
  • \n
  • Red lines (drop off): They represent the percentage of visitors that exit the site after visiting that page.
  • \n
  • Dimensions: The default dimension is country. You can change the dimension as per your requirement.
  • \n
\n

How to Select a Dimension in a User Flow Analysis

\n

You can select a dimension like Landing Page, Country, Campaign, etc. and see the users flow based on your selection. You can choose a dimension from the dropdown menu, which you can see just above the first path in the Users Flow diagram.

\n

\"choose

\n

How to View Through Traffic and Drop off in a User Flow Diagram

\n

To view, through traffic and drop-off, you just need to move your cursor and hover over a path. See the screenshot below.

\n

\"view

\n

Use MonsterInsights for Behavior Flow Analysis

\n

If you’re using WordPress, then there is an easier way of looking at how people find your website, which keywords they use, who referred them, and more.

\n

And that way is through MonsterInsights. It’s the best Google Analytics plugin for WordPress and provides you insights about user behavior inside your dashboard.

\n

Using the plugin, you can set up Google Analytics the right way (without touching a single line of code). You can even configure advanced tracking with few clicks with the help of MonsterInsights.

\n

\"monsterinsights\"

\n

Let’s look at different reports you can use to understand how people use your website.

\n

Overview Report

\n

The Overview Report in MonsterInsights gives a complete overview of your website’s performance.

\n

To analyze behavior flow, you can start with the New vs. Returning Visitors report. It tells you how many new people visited your site and how many people came back to your site.

\n

The next report to consider is the Device Breakdown report. It shows which devices your users use the most to view your website. This provides insights about making sure your site works smoothly on all platforms.

\n

\"google-analytics-behavior-flow\"

\n

And if you want to know which country your visitors are from, then just scroll down and view the Top 10 Countries. Likewise, you can view the Top 10 Referrals report to find out which sources your visitors use to find your website.

\n

\"google-analytics-behavior-flow\"

\n

Publishers Report

\n

MonsterInsights Publishers reports provide more insights about how people behave on your website. For starters, you can view the Top Landing Pages report to uncover pages that perform the best on your site.

\n

Since these pages get a lot of traffic, have a good average duration, and bounce rate, you can create more topics to attract visitors.

\n

\"google-analytics-behavior-flow\"

\n

Another report that’s important for understanding user flow is the exit pages report. It shows you the top pages from where your visitors leave your site.

\n

This report is excellent to reduce the drop off rate of your website. For instance, if one of the top exit pages is a blog instead of a checkout page, then you can optimize it to get people to visit other posts instead of leaving the site.

\n

\"google-analytics-behavior-flow\"

\n

Now scroll down and view the Top Outbound Links report.

\n

It shows you which external links your visitors click on to leave your site. If it’s a blog on another website, then you can plug the content gap and create a post on the same topic on your website.

\n

And if you have affiliate partnerships on your site then view the Top Affiliate Links report.

\n

This report shows you which affiliate performs the best and generates the most clicks. Using the information, you can understand user behavior and promote that affiliate more on your site.

\n

\"monsterinsights

\n

There are more reports in the Publishers report that you can use to further drill down user flow. For instance, you can use Top Download Links to track downloadable content on your website.

\n

You can even view the interests of your users and average scroll depth to see how far they scroll your webpages.

\n

Search Console Report

\n

If you want to know what keywords users search to find your website, then you can use the MonsterInsights Search Console report.

\n

It shows you Top 50 Google Search Terms your site is ranking on. In addition, you can view clicks, impressions, CTR (click-through rate), and the average position for each search query.

\n

\"Search-Console-Report\"

\n

That’s it!

\n

You can go through our detailed guide on MonsterInsights dashboard reports to see all other reports you can use to understand user flow.

\n

We hope you like our guide on how to conduct a Google Analytics behavior flow analysis. If you want, check out our article on MonsterInsights vs. Google Analytics.

\n

If you liked this article, then please follow us on Twitter and Facebook for more free tutorials.

\n

The post How to Conduct a Google Analytics Behavior Flow Analysis appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://www.monsterinsights.com/how-to-conduct-a-user-flow-analysis-in-google-analytics/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"How to Write Irresistible Meta Descriptions for SEO & More Clicks?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://www.monsterinsights.com/meta-descriptions/?utm_source=rss&utm_medium=rss&utm_campaign=meta-descriptions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://www.monsterinsights.com/meta-descriptions/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 03 Feb 2020 13:10:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"meta description\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"meta tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"meta description length\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=263276\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:587:\"

Many people often ask us, is it important to write meta descriptions for their websites and what impact does it have on SEO? Meta descriptions provide short summaries to readers. It tells them what they can expect from the post and also help you get more clicks. In this article, we’ll go through how to […]

\n

The post How to Write Irresistible Meta Descriptions for SEO & More Clicks? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12633:\"

Many people often ask us, is it important to write meta descriptions for their websites and what impact does it have on SEO?

\n

Meta descriptions provide short summaries to readers. It tells them what they can expect from the post and also help you get more clicks.

\n

In this article, we’ll go through how to write irresistible meta descriptions for SEO and more clicks. Let’s begin…

\n

What is a Meta Description?

\n

A meta description is a snippet that describes the contents of your page.  It’s a meta tag in HTML and appears on search engine results (SERPs) under your meta title and URL.

\n

Here’s what a meta description looks like on Google:

\n

\"meta-description-example\"

\n

And if you open the page source on your browser, you can see the HTML part of the description:

\n

\"meta-description-html\"

\n

As you can see, meta descriptions explain what the page contains. When a user enters a search query on the search engine, they can read the description to have an idea of what’s inside the link.

\n

Along with search engines, social media platforms can also display your meta descriptions when you share your content with your followers.

\n

Meta Description Length

\n

As for how long should a meta description be, then you should try to keep them within 155 – 160 characters in length (including spaces).

\n

You can use different meta description length checker tools to keep your snippets within the limits. And if you’re using WordPress, then Yoast SEO plugin can help you out.

\n

As you enter your description, keep a lookout for the color indicator that goes from orange to green. But if you exceed the character limit, the indicator will go red. Which means the search engine will cut your text at the end. You can also see a preview of how it will look at search results.

\n

\"meta-description-yoast-seo\"

\n

But are meta descriptions really important for your website? What is its purpose? Let’s find out.

\n

Why are Meta Descriptions Important?

\n

The main purpose of a meta description is to get people to click on your link and visit your webpage.

\n

That said, meta description is no longer among a ranking factor for Google. Which is why many people often don’t enter a description for their pages.

\n

Is it a good idea? No!

\n

Meta descriptions play an important and indirect role in boosting your site’s SEO. Google considers the click-through rate (CTR) as one of its ranking factors.

\n

So, if you can get your meta descriptions right and make them attractive, you’ll get more clicks and boost your CTR. And with high CTR, you can then skyrocket your rankings on the search engines.

\n

Now let’s take a look at how you can create breathtaking descriptions for your website.

\n

How to Write Meta Descriptions?

\n

To come up with descriptions that instantly capture your user’s attention, you can give these best practices a try.

\n

1. Keep Your Descriptions Simple and Conversational

\n

When it comes to writing meta descriptions, remember that you’re creating them for people and not for search engines. So, try to keep them conversational and use natural language so anyone can easily understand and click on your link.

\n

Consider this meta description example by OptinMonster. It asks a question at the start to keep it conversational and provides a simple explanation of what you can expect if you click on the link.

\n

\"keep-meta-descriptions-simple\"

\n

2. Include Your Keywords in Meta Descriptions

\n

By adding your focus keyword in the meta description, you have a higher chance of getting more clicks. That’s because search engines like Google bold the search term in the meta description tag.

\n

For instance, if you search for SEO on Google, you’ll notice that the search term is bold in the description.

\n

\"include-keywords-meta-description\"

\n

However, do not stuff keywords in your descriptions or it will lead to a penalty. Not to mention bad user experience since people will not know what your webpage is offering.

\n

3. Add Power Words to Capture Emotions

\n

Power words are phrases or words that add emotion to your content. You can use words like limited time or sale ends soon to create urgency. Or you can spark curiosity with phrases like thought-provoking and invitation only.

\n

\"power-words-meta-description\"

\n

Here are over 700 power words you can use to make your meta descriptions irresistible.

\n

4. Make Sure You Provide a Call-to-Action

\n

If you want people to click on your link or perform any action, it’s important that you include a call-to-action (CTA) in your meta descriptions.

\n

You can add CTAs like click here to get people to visit your website. And if you want to get users to complete a goal, then CTAs such as create an account, sign up, or buy now work really well.

\n

For example, Apple adds a buy now CTA in its meta description for its iPhone 11 Pro page.

\n

\"cta-meta-description\"

\n

5. Try to Write Within Character Limits

\n

As we stated earlier that the meta description length is around 155 to 160 characters, you should try to keep within these limits when drafting a description.

\n

However, Google has experimented with longer meta descriptions. In some cases, you’ll notice a few search results having longer text compared to the rest of the results (which is exactly what happened when we looked up SEO).

\n

So, what does this tell you? For starters, there is no right length or a fixed limit. But as a good practice, keep your important information in the first 150 characters.

\n

6. Create Unique Meta Descriptions for Each Page

\n

It’s important that you write different and unique meta descriptions for each page or you’ll risk duplication.

\n

Having the same descriptions for multiple pages doesn’t send a good signal to the search engine or to your users.

\n

Imagine if you’re selling shoes online and have the same meta description for all your products. Your visitors will have a very difficult time finding the pair of shoes they’re looking for. As a result, they won’t click on your page and go to another website.

\n

7. Your Meta Description Should Match Your Content

\n

Another important point to remember is that your descriptions should match the content of your webpage. If you create meta descriptions that are misleading or bait users into clicking on your link, you’ll risk getting a penalty from Google.

\n

Along with a penalty, you’ll also get a high bounce rate if users don’t find what they wanted on your webpage. So, always try to match your descriptions with your content since they provide a short summary to your visitors.

\n

And that’s it for this post!

\n

You now know the importance of meta description and why you should be using them.

\n

We hope you liked our article on how to write irresistible meta descriptions for SEO and more clicks. You can also go through our guide on Google Analytics for publishers.

\n

Don’t forget to follow us on Twitter and Facebook for more helpful articles about WordPress and Google Analytics.

\n

The post How to Write Irresistible Meta Descriptions for SEO & More Clicks? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://www.monsterinsights.com/meta-descriptions/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"What is Customer Lifetime Value and How to Calculate it?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:123:\"https://www.monsterinsights.com/customer-lifetime-value/?utm_source=rss&utm_medium=rss&utm_campaign=customer-lifetime-value\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"https://www.monsterinsights.com/customer-lifetime-value/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 31 Jan 2020 13:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"customer retention\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"customer lifetime value\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:31:\"customer lifetime value formula\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:20:\"customer acquisition\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=262699\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:599:\"

Are you wondering how much money do you have to invest in acquiring new customers and retaining existing ones? One of the most important metrics many businesses ignore or don’t measure is customer lifetime value (CLV). It helps you estimate how valuable a customer is for your website. In this article, we’ll show you what […]

\n

The post What is Customer Lifetime Value and How to Calculate it? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10143:\"

Are you wondering how much money do you have to invest in acquiring new customers and retaining existing ones?

\n

One of the most important metrics many businesses ignore or don’t measure is customer lifetime value (CLV). It helps you estimate how valuable a customer is for your website.

\n

In this article, we’ll show you what is customer lifetime value and how to calculate it.

\n

What is Customer Lifetime Value?

\n

Customer lifetime value is the average amount of money a customer will spend on your business over a time period. In simple words, it tells you how much profit you can make from a single customer.

\n

For an eCommerce store selling footwear, customer lifetime value would be around $2,000. This may not seem a lot but the number of customers will be more.

\n

On the other hand, if you’re selling ERP software, then the value could be more than $100,000. However, you’ll have only a few customers, mainly companies who can invest in an expensive product.

\n

As you can see, CLV is a great indicator of how much money can you make from your buyers. It also tells you how many customers you need to attract to your business.

\n

We’ll break down customer lifetime value definition into its formula a little later in the post. With that, why should you care about customer lifetime value? Let’s find out…

\n

Why is Customer Lifetime Value Important?

\n

When it comes to increasing the profitability of your business, the lifetime value of customers plays a huge role.

\n

If you’re a business owner, here’s why you should calculate CLV:

\n
    \n
  • Focus on Right Customer Segment – With the help of customer lifetime value, you can focus on customer retention with the segment of users that generate the most revenue
  • \n
  • Estimate the Cost of Acquiring New Users – Getting new visitors is often costly, so it’s important to find out if how much will it cost to acquire them
  • \n
  • Improve User Experience – By calculating CLV, you can find areas for improving user experience and maximizing value at different touchpoints
  • \n
  • Create Lasting Relationships – Developing long-term relationships with customers is key to high profits and CLV can help you see how strong your brand loyalty is
  • \n
\n

Now, are you ready to see customer lifetime value calculations?

\n

How to Calculate Customer Lifetime Value?

\n

In its simplest form, the customer lifetime value formula is multiplying the average purchase value with the number of times a customer buys your products each year and the length of time the customer has a relationship with your brand.

\n

\"customer

\n

Sounds like a mouthful, doesn’t it? Don’t worry, we’ll explain it with an example.

\n

Let’s say you have an online footwear store and a customer spends $75 each year on 1 pair of sneakers for the next 10 years. So, the lifetime value of the customer would be $750 (75 x 1 x 10).

\n

At the same time, another customer buys 1 pair of leather boots for $150 for 10 years as well. Their CLV will come out to be $1,500 (150 x 1 x 10).

\n

If you compare the CLV for both segments of buyers, you’ll see that customers of leather boots are more profitable than sneakers.

\n

While this is a straightforward way for customer lifetime value calculation, in many large organizations the computation becomes more complicated.

\n

But with the right tools, you can easily figure out each of the components of the formula. We’ll show you how…

\n

Average Purchase Value

\n

To find out the average purchase value of your website, you can simply divide your total revenue with the total number of orders.

\n

And if you don’t want to go through the manual process, you can use MonsterInsights. It lets you properly set up Google Analytics in WordPress and see detailed reports inside your dashboard.

\n

Using its eCommerce addon, you can view the average order value of your WordPress website or online store. After installing the plugin, go to Insights » Reports and then select eCommerce from the top.

\n

Now select the date range and view your average purchase/order value.

\n

\"customer-lifetime-value\"

\n

Number of Items Ordered

\n

MonsterInsights can also help you uncover the total items ordered. Its eCommerce report gives you a list of Top Products along with quantity, percentage of sales, and total revenue.

\n

You can use the report to see the total quantity of products ordered during a time period. Then use the figures to calculate customer lifetime value for each product category.

\n

\"lifetime-value-of-customer\"

\n

Average Lifespan of a Customer

\n

Now estimating a lifespan of a customer can be a bit tricky. You can use industry benchmarks to calculate the lifespan of a customer to get started. Or if you’re in the business for a long time, you can use past data to come up with a figure.

\n

However, a more simple way of finding out the lifespan is by using the churn rate. It is the rate in which a customer no longer does business with your company.

\n

If you divide 1 by your churn rate, you can estimate the average lifespan of your customers. Once you have the figure, just plug everything in the formula and calculate CLV.

\n

How to Boost Lifetime Value of a Customer?

\n

After you’ve calculated how much profit a customer will generate for your website, here are a few ways of increasing customer lifetime value:

\n
    \n
  • Increase Returning Visitors – If you can get people to come back to your site, you’ll have a 75% higher chance of making a purchase, which means an increase in CLV
  • \n
  • Create Loyalty Programs – You can offer rewards to visitors to get them to buy your products and services again and turn them into loyal customers
  • \n
  • Provide Superior Customer Support – It’s important that you resolve your customer’s queries in a timely manner and answer all their queries, so they have a great experience with your company
  • \n
  • Stay in Contact with Your Customers – By keeping in contact with your customers, either through an email newsletter, social channels, or any other medium, you remind them that you haven’t forgotten about them and it helps you develop a relationship with your buyers
  • \n
  • Offer Bundles and Upsell Products – You can boost your customer lifetime value by upselling products or offering bundles on products that compliment each other
  • \n
  • Make the Buying Process Easy – Keep the buying process simple and with few steps because many visitors abandon carts due to complicated checkout methods or forms asking for a lot of information
  • \n
\n

And there you have it, folks!

\n

You now know how valuable are your customers, which should you acquire more, and which segments to retain.

\n

We hope you liked our article on what is customer lifetime value and how to calculate it. You can also go through our WooCommerce conversion tracking.

\n

Don’t forget to follow us on Twitter and Facebook for more helpful Google Analytics and WordPress tutorials.

\n

The post What is Customer Lifetime Value and How to Calculate it? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.monsterinsights.com/customer-lifetime-value/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Affiliate Marketing: What It Is and How Can You Start Making Money?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"https://www.monsterinsights.com/affiliate-marketing/?utm_source=rss&utm_medium=rss&utm_campaign=affiliate-marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://www.monsterinsights.com/affiliate-marketing/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 29 Jan 2020 13:11:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:23:\"affiliate link tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:19:\"affiliate marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:35:\"adding affiliate links in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:27:\"what is affiliate marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=261904\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:601:\"

Are you looking for a way to monetize your website and earn money while you sleep? If yes, then affiliate marketing might be the perfect solution for you. It’s a convenient and flexible way of making passive income. And the best part, you don’t have to worry about customer support, logistics, or warehousing. In this […]

\n

The post Affiliate Marketing: What It Is and How Can You Start Making Money? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:24219:\"

Are you looking for a way to monetize your website and earn money while you sleep? If yes, then affiliate marketing might be the perfect solution for you.

\n

It’s a convenient and flexible way of making passive income. And the best part, you don’t have to worry about customer support, logistics, or warehousing.

\n

In this article, we’ll teach you about affiliate marketing, what it is, and how can you start making money from it. We’ll kick things off with a brief look at its definition…

\n

What is Affiliate Marketing?

\n

Affiliate marketing is a process where you (an affiliate) earn a commission for recommending and promoting other company’s products.

\n

So, when a visitor comes to your website, clicks on the affiliate link, and makes a purchase of the product you’re promoting, you’ll receive a piece of the profit.

\n

How Does Affiliate Marketing Work?

\n

Affiliate marketing is a continuous cycle that includes different people in the process. Each of them plays an important role in making affiliate marketing work.

\n

\"how-affiliate-marketing-works\"

\n

Lets breakdown each of these players involved in the process:

\n
    \n
  1. Merchants (also known as Sellers or Retailers) – These are people who create a product or provide a service and then let others promote it on different websites.
  2. \n
  3. Affiliates – People who market products of other companies or merchants are affiliates. They earn commission on the sale of other people’s products and services.
  4. \n
  5. Customers – At the end of the day, it’s the sales that matter and this is where customers come in. They make the affiliate marketing model go around.
  6. \n
  7. Affiliate Networks – These are websites or platforms that act as a middle-man between merchants and affiliates, where merchants can list their products and affiliates can choose any product they wish to promote.
  8. \n
\n

With that, what type of payment models can affiliate marketers use? Let’s find out…

\n

How are Affiliate Marketers Paid?

\n

A standard payment structure is that when a user buys a product using your affiliate link, you get paid. But more complex structures also exist.

\n

For instance, you can get paid for sending traffic to other’s websites. The goal here is to send people from your website to the merchant’s site.

\n

Another structure is where you get paid when a visitor completes an action on the merchant’s website, like signing up for their email list or downloading a PDF.

\n

Now that you know what is affiliate marketing and how it works, are you ready to get started?

\n

How to Start Affiliate Marketing?

\n

Before you jump into affiliate marketing, it’s important to plan your journey ahead. For instance, do you need a website or which affiliate programs should you join?

\n

Rushing into these things can leave you overwhelmed. And you’ll end up promoting the wrong product to your audience, which will ultimately lead to poor results and low revenue.

\n

\"how-affiliate-marketing-works\"

\n

So, just go through these steps to start affiliate marketing.

\n

Step 1: Find the Right Niche

\n

The first step is to find the right niche for your affiliate business. Why is it important to get this right?

\n

For starters, you can figure out your audience, what they like, and which products to sell. Then, you can create content and develop targeted marketing campaigns to drive clicks and sales.

\n

One simple way of finding out the right niche is to follow your passion. We often have more knowledge about things we’re passionate about. This makes it easier in coming up with topics to write about and consistently publishing content.

\n

Many affiliate websites don’t make it in the long run because they lack consistency or the owner loses interest. That’s why it’s important to pick a niche that you’re interested in.

\n

Once you know what your passion is, pick a category to focus on. For example, if you select food or technology as an industry, you’ll have a tough time tackling them because they are so vast. Instead, select specific topics like keto diet or WordPress as a niche.

\n

To validate that the niche you’ve selected is worth entering and finding more targeted categories, do a little research about the industry.

\n

Here you can use keyword research tools to help you out. If keywords have high volume then it means people want solution for the search terms.

\n

\"select-niche-affiliate-marketing\"

\n

For instance, Ahrefs shows you the search volume for keywords, which tells you how many people are looking for the search term each month. It also provides information about the competition level through keyword difficulty.

\n

You can even use Google Keyword Planner, which is a free tool by Google and gives you a basic idea about the attractiveness of a niche.

\n

Another way of finding your niche is by looking at affiliate network websites. They list different products for various categories. You can work your way backward by exploring categories with many products and then selecting a niche that’s right for you.

\n

Step 2: Create a Website

\n

After finding a niche you’re interested in, it’s time to create a website if you don’t have one already. You can start building a website in no time these days.

\n

Here’s a tutorial that breaks down everything you’ll need to have a site up and running.

\n

\n

A few things that you’ll need for your site include web hosting service, a domain name, and a website builder. Then select a theme and add content to your site to get started.

\n

As you’re filling your website with content, there are some important pages that you should have on your site to establish trust between your readers. These include:

\n
    \n
  • About Us – Tell a little about yourself and let your audience get to know you
  • \n
  • Disclaimer – Since you’ll be using affiliates to earn money from your site, it’s a good practice to disclose this information to your visitors
  • \n
  • Contact Us – Provide your email address or a contact us form where people can get in touch with your business
  • \n
  • Privacy Policy – It’s important to disclose how you’ll be collecting your visitor’s information and using it
  • \n
  • Terms of Service – Tell people about trademarks and copyrights on your site
  • \n
  • Advertise with Us – If you’re going to run ads on your website, then show information like monthly visitors, demographics, and ad placement areas for advertisers
  • \n
\n

Pro Tip: If you’re just starting out, then financial resources can be tight. So, it’s important that you try to keep the costs as low as possible. You can follow our guide on how much does a website cost to build to work within a budget.

\n

Step 3: Choose Products to Sell

\n

Once your website is ready, you can now select which products you’d like to promote and sell on your affiliate website.

\n

There are a number of ways you can go about it. First, you can join affiliate programs of different companies. By referring their products and services, you can earn commission.

\n

These can be products and services you’re already using on your website. For instance, if you’re using MonsterInsights, you can join the affiliate program and recommend the plugin to your readers.

\n

\"affiliate-programs\"

\n

The second way of selling products is by joining affiliate networks.

\n

As we explained earlier, these are intermediaries between merchants and affiliates. When you sign up for an affiliate network, you can pick products from different categories for your niche and start selling.

\n

A great example of affiliate networks is Amazon Associates. You can sell products from Amazon your site and earn money.

\n

When users click on a product link on your website and checkouts from Amazon, you’ll earn a commission. It’s that simple!

\n

Here’s a guide you can follow for setting up an Amazon affiliate store on WordPress.

\n

\"amazon-affiliate-program\"

\n

There are other affiliate networks you can select like Affiliate Royal, ClickBank, ShareASale, and more. Now that you’ve selected the products to sell, let’s see how you can create content around them.

\n

Step 4: Produce High-Quality Content

\n

The next step is to get lots of clicks and sales but before you get there, you need to create high-quality content for your users.

\n

Content is what will attract people to your website and when you recommend a solution, you’ll have more chances of completing a conversion.

\n

But you shouldn’t go about blindly creating articles and posts. It’s important to have a content marketing strategy in place. It will help you understand your audience, keywords, and content types to produce.

\n

For example, if you’re into technology, you can write product reviews. Or if you’re a travel blogger, you can come up with different list posts that are helpful for other travelers and recommend products.

\n

And when it comes to finding content ideas, you can follow these tips:

\n
    \n
  • Competitor Analysis – Go through the content your competitors are publishing and ranking on Google, then create better posts on the same topic
  • \n
  • Use Google Alerts – You can set up Google Alerts for topics in your niche and get instant notification whenever someone publishes content on that specific topic
  • \n
  • Go Through Your Existing Traffic – If you already have a website that’s generating traffic then you can see which posts people like and then find similar or related topics
  • \n
  • Perform Keyword Research – By researching keywords in your industry, you can also uncover blog topics
  • \n
  • Participate in Forums and Community – Another way of finding helpful topics for your website is by participating in forums and communities where users share problems they’re facing
  • \n
\n

Step 5: Drive Traffic to Your Site

\n

Content creation is just one part of the strategy. The next phase is to drive traffic to your posts. And there are several ways of doing that.

\n

You can optimize your content for search engines and rank higher on search results. SEO (search engine optimization) is a great way of getting consistent visitors to your website, as 51% of traffic is generated by organic search.

\n

And if you can get hold of the top position on Google, you can increase your click-through rate (CTR) by almost 30%.

\n

\"ctr-by-position-page\"

\n

Another way of generating traffic is by running paid ads or pay-per-click (PPC). Using Google Ads, you can run paid campaigns and attract visitors to your site.

\n

You can even build an email list over time and then run a newsletter to inform subscribers about new content or affiliate deals.

\n

Check out these 30+ marketing hacks for growing your traffic.

\n

Step 6: Convert Your Visitors

\n

Once you’ve got people to visit your affiliate website, the next step is to convert them. And there are many ways you can do that.

\n

For instance, you can add a countdown timer on your website and create urgency. You can test different affiliates in your floating bar countdown timer to see which affiliate performs the best.

\n

\"floating-bar-example-affiliate-marketing\"

\n

Using social proof is another way of getting people to complete a purchase. You can show a recent sales notification popup on your website to provide proof and boost your conversions.

\n

And the best tool to create them is through TrustPulse. It’s a lightweight plugin that you can use to create popups without any coding.

\n

\"sale-notification-popup-affiliate-marketing\"

\n

Your call to action (CTA) placements throughout the content will also play an important role in converting users. You should add them where your visitors read your content or scroll your pages.

\n

With the help of MonsterInsights scroll depth tracking, you can easily find out how far users scroll a page before they leave. For example, if the average scroll depth is 45%, then you should try to add CTAs before that and convert visitors.

\n

\"average-scroll-depth\"

\n

You can go through our guide on 18 ways to make more money from your existing traffic for more ideas.

\n

How to Track Affiliate Links on Your Website?

\n

Now that your affiliate marketing is set up, you should track the performance of your affiliate products. This will help you optimize your website for promoting the most converting affiliates and tailoring your marketing campaigns.

\n

And the best tool to track your affiliate links is through MonsterInsights. It’s the best WordPress plugin for Google Analytics and lets you measure how well your affiliate marketing efforts are doing.

\n

\"monsterinsights-affiliate-link-tracking\"

\n

Using MonsterInsights, you can track affiliate links with a single click, and you don’t have to interfere with Google Analytics code. Here’s a detailed guide on how to set up affiliate link tracking in WordPress.

\n

Once you’ve configured MonsterInsights, you can then view reports of your affiliate performance inside your WordPress dashboard.

\n

Go to Insights » Reports and then select Publishers from the top menu. Now navigate to Top Affiliate Links report.

\n

\"affiliate-link-tracking-report\"

\n

The report shows your best affiliates along with the number of clicks each link generates. You can then use this information to select affiliates that have the best conversion rate and promote them more across your website.

\n

At the same time, you’ll also get to know which affiliates don’t do so well. So, you can either optimize them on your site for better performance or replace them with other affiliates.

\n

Pro Tip: If you’re having difficulty managing affiliate links on your website and want to turn ugly looking links into more user-friendly links, then try PrettyLinks. Using the plugin, you can cloak affiliate links, apply redirections, and don’t have to manually replace affiliate links on your website.

\n

In Conclusion

\n

And that’s it!

\n

You now know how to generate passive income using affiliate marketing. Using the steps in our post, you can get started in no time.

\n

We hope you liked our article about affiliate marketing, what it is, and how can you start making money from it. You can also go through our guide on how to track user engagement in WordPress using Google Analytics.

\n

And don’t forget to follow us on Twitter and Facebook for more guides about affiliate marketing, Google Analytics tutorials and more.

\n

The post Affiliate Marketing: What It Is and How Can You Start Making Money? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://www.monsterinsights.com/affiliate-marketing/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"How to Set Up Google Alerts in 2 Minutes or Less?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://www.monsterinsights.com/google-alerts/?utm_source=rss&utm_medium=rss&utm_campaign=google-alerts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://www.monsterinsights.com/google-alerts/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 27 Jan 2020 13:02:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"google alerts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:27:\"how to set up google alerts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"setting up google alerts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=260541\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:541:\"

We’re often asked, is there a way to track mentions of a website or a brand? And can you keep track of your competitors? With Google Alerts, you can easily see what people are saying about your brands or what others are up to in the industry. In this article, we’ll show you how to […]

\n

The post How to Set Up Google Alerts in 2 Minutes or Less? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:10930:\"

We’re often asked, is there a way to track mentions of a website or a brand? And can you keep track of your competitors?

\n

With Google Alerts, you can easily see what people are saying about your brands or what others are up to in the industry.

\n

In this article, we’ll show you how to set up Google Alerts in 2 minutes or less. And we’ll also explain how you can use these alerts to grow your business.

\n

What are Google Alerts?

\n

Google Alerts is a tracking tool that sends you instant notifications via email from any search term or phrase you want to track.

\n

It’s a free service by Google that’s excellent for monitoring brand reputation and listening to what users have to say about your products and services.

\n

So, how many Google Alerts can you have?

\n

You can have up to 1,000 alerts per Gmail account. And if you’re wondering whether you can set up Google Alerts without Gmail, then sadly that’s not possible anymore.

\n

But creating a Gmail account is very simple and it’s free of cost. With that, let’s see how easy it is setting up Google Alerts.

\n

How to Set Up Google Alerts?

\n

Just follow these steps and you’ll be able to track your website, brand name, address, keyword, or any phrase that you want.

\n

Step 1: Open Google Alerts Site

\n

To start, go to Google Alerts page where you can add new alerts and manage them. Once you’re on the site, Sign in using your Google account.

\n

\"login-google-alerts\"

\n

Step 2: Enter Your Search Term or Phrase

\n

Next, enter the search terms you want to track on Google Alerts. If you want to customize your alert settings, click on Show options and then change them according to your needs.

\n

\"create-google-alert\"

\n

Here’s a quick rundown of each of these options:

\n
    \n
  • How often: You can select when do you want to receive the alerts like once a day, once a week, or as it happens.
  • \n
  • Source: Google Alerts lets you select the source of the alert and it can be news, blogs, web, videos, books, discussion, or finance. If you’re not sure about the source, leave the option to Automatic.
  • \n
  • Language: Choose the language for your alert.
  • \n
  • Region: You can specify the location of your alerts or you can set it to Any Region where it will bring you alerts from all over the world.
  • \n
  • How many: Using this option, you can select only the best results or all results to appear in your inbox.
  • \n
  • Deliver to: Select the email address for your Google Alerts.
  • \n
\n

Once you’re satisfied with the settings, go ahead, and select Create Alert.

\n

Step 3: View Your Google Alerts

\n

Now you can view your Google Alerts in your inbox. Go to your Google Account and open Gmail. The email will contain links to the latest content published on the web for your alert search term.

\n

\"view-google-alerts\"

\n

With Google Alerts set up, how can you use them to grow your business? Let’s find out…

\n

What Can You Do with Google Alerts?

\n

Google Alerts are more than just a tracking tool. You can use them to get insights about your website and your competitors. Here’s how:

\n

1. Monitor Your Brand Mentions for Negative Reviews

\n

With Google Alerts, you can manage your brand reputation by getting an instant notification whenever someone mentions your website or your products.

\n

It helps you see listen to what people are saying about your brand. And if there are any negative comments or feedback, you’ll immediately know about it and can resolve it.

\n

\"brand-mention-google-alert\"

\n

Likewise, the data is valuable to know which areas you should improve upon and what new features you can add to your products.

\n

2. Find Unique Angles for Your Keywords

\n

Google Alerts can help you out with your site’s SEO (search engine optimization) by showing you what others are writing on your target keywords.

\n

This is especially helpful if you’re trying to find new topic ideas or angles to make your content stand out.

\n

By getting regular updates about the content being published on the web around those queries, you’ll be able to create better content than the rest.

\n

For instance, lets you’re writing about the latest tech and you get an alert about breaking news. When you add that news to your content, it could set you apart from other search results and send positive signals to the search engine.

\n

3. Keep Track of Your Competitors Marketing Efforts

\n

One of the simplest ways of knowing what your competitors are doing is to set up Google Alerts. It helps you spy on their marketing tactics.

\n

For instance, you can set up competitor mentions by simply adding their website name, products, owner and other company representatives, address, and more.

\n

So, whenever someone mentions them on the web, you’ll know what’s it about. This way you can find backlink opportunities by approaching the same website that linked to your competitor.

\n

4. Identify New Content Ideas from Your Competitors

\n

By tracking your competitors, you can also find new content ideas for your website. Instead of creating alerts of their brand names, you can enter the URL of their blog page.

\n

\"competitor-blog-google-alerts\"

\n

This way, Google Alerts will send you a notification whenever they publish new content. Then, you can identify content gaps on your website and create better content on the same topic as your competitors.

\n

5. Stop Theft and Piracy of Your Products

\n

If you’re selling intellectual property of any type online like plugins, software, eBooks, or, courses, then you must have come across the problem of piracy.

\n

It’s very hard to monitor the internet to check if your products have been stolen. This is where Google Alerts come in handy.

\n

You can set up alerts of your brands, you can easily track down websites and individuals that might have pirated your property and then you can take action against them.

\n

Final Words

\n

Google Alerts are great at monitoring your website, keywords, and competitors. If you’re starting out a new website, then the free tool can get you tons of useful information.

\n

And with that, you’ve made it to the end of the guide.

\n

We hope you liked our article on how to set up Google Alerts in 2 minutes or less. If you want, you can also check out our guide on WooCommerce conversion tracking.

\n

Don’t forget to follow us on Facebook and Twitter for more tips and guides about Google services.

\n

The post How to Set Up Google Alerts in 2 Minutes or Less? appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://www.monsterinsights.com/google-alerts/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Uncover How Much Traffic Does a Website Get (5 Effortless Ways)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:107:\"https://www.monsterinsights.com/website-traffic/?utm_source=rss&utm_medium=rss&utm_campaign=website-traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://www.monsterinsights.com/website-traffic/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 24 Jan 2020 13:03:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:15:\"website traffic\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:35:\"How Much Traffic Does a Website Get\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"website traffic checker\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:25:\"website traffic estimator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=259632\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:580:\"

Are you looking for a way to know how much traffic a website generates? If yes, then you’ve come to the right place. By estimating the website traffic of your competitors, you can get great insights. For starters, it helps in finding strategies they are using to attract visitors. You can also see how well […]

\n

The post Uncover How Much Traffic Does a Website Get (5 Effortless Ways) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17545:\"

Are you looking for a way to know how much traffic a website generates? If yes, then you’ve come to the right place.

\n

By estimating the website traffic of your competitors, you can get great insights. For starters, it helps in finding strategies they are using to attract visitors. You can also see how well their content is performing and how much engagement they are generating.

\n

On the other hand, you can see how competitive your niche is and what type of topics you’ll need to create to get traffic.

\n

In this article, we’ll show you effortless ways to uncover how much traffic does a website get. Let’s kick things off with a look at…

\n

What is Meant by Website Traffic?

\n

In simple words, website traffic is the number of people visiting your site. Website traffic is an important measure as it shows how well your site is doing.

\n

Higher the number of visitors, the higher the chance of getting them to take action on your site. This could anything like signing up for an email newsletter, downloading a file, or buying a product.

\n

Why is it Important to Find Out Website Traffic?

\n

If you can find out how much traffic does a website gets in your industry, you’ll open a whole new box of information.

\n

For instance, you can discover content topics that bring traffic to your competitors. You can then replicate those topics and create better content for your site.

\n

And like we mentioned at the start, by analyzing website traffic of your competitors, you can get details about your industry, how other websites are able to attract users, what strategies they’re using, and how competitive is your niche.

\n

But finding out how much traffic a site gets is easier said than done. That’s because no website will openly disclose their traffic.

\n

This is where you can follow these ways…

\n

1. Use Website Traffic Checker Tools

\n

There are many tools that will let you check the website traffic of other websites. They include free and paid tools, and they estimate the number of visitors a site would be getting over a period of time.

\n

So, which website traffic estimator should you use? Well, here are a few:

\n

SEMrush

\n

\"semrush-best-website-traffic-checker-tool\"

\n

SEMrush is one of the leading tools to check website traffic. It offers powerful features that can help you boost your site’s SEO.

\n

The tool is popular among many SEO professionals because you can use to spy on your competitors and ethically steal their traffic.

\n

All you have to do is enter the URL of a website and SEMrush will give information about its traffic, top organic keywords, top landing pages, backlinks, and more.

\n

It even gives you a feature called Traffic Analytics. Using this feature, you can see the total number of visits, device breakdown, traffic sources, and countries that send traffic.

\n

Ahrefs

\n

\"ahrefs-website-traffic\"

\n

Ahrefs is another famous SEO tool that provides in-depth information about the website traffic of your competitors. When you go to its Organic search report (located in the Overview tab), you’ll total monthly visitors, organic keywords, traffic value, high traffic regions, and more.

\n

It even gives you Using the organic keywords report, you can perform your own keyword research and see which search terms others are ranking on. Then use those keywords to create better content and optimize your pages.

\n

Not only that, but you can use it to perform technical analysis like find broken links, referring domains, see anchor distribution of your competitors, identify content gaps, and more.

\n

Alexa Ranking

\n

\"alexa-website-traffic-checker\"

\n

Alexa Ranking is a tool by Amazon, and you can use it to estimate website traffic of your competitors. It isn’t the most accurate tool out there, mainly because it only uses the data it gets from users who have installed its toolbar.

\n

That said, the toolbar is free to use and provides you data inside your browser with a click of a button. You can use it for a rough estimate of the attractiveness of a website.

\n

SimilarWeb

\n

\"similarweb-traffic-tool\"

\n

SimilarWeb is a popular website traffic checker in the industry. It provides better traffic estimates than Alexa and it also offers a free browser extension.

\n

Using SimilarWeb’s browser extension, you can see the global ranking of a website, top traffic countries, visits over time, traffic sources, and other metrics like bounce rate and average visit duration.

\n

You can unlock more features in its premium version. But if you’re just starting out, then its free extension is the best option to go for.

\n

However, do note that SimilarWeb won’t give you any data about small or recently launched websites. That’s because it uses a small sample of online users to estimate traffic. So, if those users haven’t visited those websites, SimilarWeb won’t show you data.

\n

2. Look at the Total Number of Social Shares

\n

Now that you know which tools to use, you can also go through the number of social shares a website gets.

\n

To do this, open any of your competitors’ websites and head over to their blog section. Next, open recent articles and see how many users shared the post on social media.

\n

\"check-website-traffic-social-shares\"

\n

Once you go through a few blogs, you’ll start to see a pattern. To make it simple, you can note down the numbers and then take out an average to see how well a website did.

\n

A basic rule of thumb is that a greater number of shares mean more engagement and traffic. Therefore, you can get a general view of how much traffic does a website gets.

\n

3. Check Total Blog Comments

\n

Along with social shares, another simple way of estimating website traffic on your own is by checking the number of comments a website gets.

\n

You can repeat the same process as you did for finding average social shares. Just go through blogs and see how many comments people post.

\n

\"website-traffic-comments\"

\n

More comments mean that the website is popular and is getting traffic that people are leaving behind their suggestions and questions.

\n

4. See YouTube Views and Subscribers

\n

If your competitors have YouTube videos on their website or post new videos regularly on their channel, then you can use the number of views and subscribers to estimate website traffic.

\n

It’s like looking at comments and social shares, but for YouTube. For instance, WPBeginner has over 160K subscribers, which shows that the channel is attractive.

\n

However, it doesn’t mean that it would be getting 160K traffic each day, but the data does give you an idea of the website traffic it would be generating.

\n

\"youtube-views-subsribers-website-traffic\"

\n

5. Search for Advertising Pages

\n

Another simple way of estimating website traffic is by looking for pages that show details about advertising.

\n

Many websites display data about their site, including traffic, to make it appealing to advertisers. You can search for such pages and find out website traffic.

\n

To search for websites that show this information, you can try entering the following search queries in search engines:

\n
    \n
  • Advertise with us + [your niche]
  • \n
  • Advertise with + [your niche]
  • \n
\n

For example, here’s a website the discloses its monthly website traffic when we entered advertise with us + healthcare:

\n

\"\"

\n

You can do the same for your industry and easily find out the traffic statistics of your competitors.

\n

How to View Your Website Traffic?

\n

Once you’ve estimated traffic of other websites in your niche, you can now compare it with your site’s traffic.

\n

To see how many people visited your website, you can use Google Analytics. However, configuring it and navigating your way to the right report can be tricky, especially for beginners.

\n

This is where you can use MonsterInsights to help you out. It lets you properly set up Google Analytics on your website and provides detailed reports in your WordPress dashboard.

\n

\"monsterinsights-website-traffic\"

\n

After installing the plugin and connecting your Google Analytics, you can view traffic stats in your dashboard home.

\n

Using MonsterInsights, you can view the top posts/pages of your site the get the most visitors, new vs returning visitors and device breakdown for your website traffic.

\n

\"How

\n

You can also follow our ultimate guide to MonsterInsights dashboard reports for more information.

\n

And that’s it for this post!

\n

Using the methods in this post, you can easily estimate the traffic of any website.

\n

We hope you liked our article on uncover how much traffic does a website get. You can also go through our guide on WooCommerce conversion tracking.

\n

Don’t forget to follow us on Twitter and Facebook for more WordPress and Google Analytics tutorials.

\n

The post Uncover How Much Traffic Does a Website Get (5 Effortless Ways) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.monsterinsights.com/website-traffic/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:70:\"\n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"How to Increase Your Google AdSense Earnings (6 Easy Tips)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:143:\"https://www.monsterinsights.com/adsense-tips-to-increase-earnings/?utm_source=rss&utm_medium=rss&utm_campaign=adsense-tips-to-increase-earnings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://www.monsterinsights.com/adsense-tips-to-increase-earnings/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 22 Jan 2020 13:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"ads\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"ads tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:7:\"adsense\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=119464\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:622:\"

Do you want to maximize your AdSense revenue? Then you’ve come to the right place. Monetizing your website with AdSense is the easiest way to make money online. With enough legwork, you can easily boost your earnings from AdSense. In this article, we’ll show you how to increase your Google AdSense earnings using easy tips. Let’s […]

\n

The post How to Increase Your Google AdSense Earnings (6 Easy Tips) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Shahzad Saeed\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:12353:\"

Do you want to maximize your AdSense revenue? Then you’ve come to the right place.

\n

Monetizing your website with AdSense is the easiest way to make money online. With enough legwork, you can easily boost your earnings from AdSense.

\n

In this article, we’ll show you how to increase your Google AdSense earnings using easy tips.

\n

Let’s start…

\n

Track AdSense Performance to Double Your Revenue

\n

In order to boost your Google AdSense earnings, it’s important that you understand what works best for your unique audience.

\n

With insights about the number of clicks, you can improve your click-through rate (CTR). You can also find out most converting ad placements and identify the right audience for your ads.

\n

And the best tool for tracking your AdSense performance is through MonsterInsights.

\n

\"\"

\n

It tracks AdSense clicks and understands the performance of every ad unit you use on your site with Google Analytics.

\n

With MonsterInsights ads tracking, you can

\n
    \n
  • Discover how many clicks each banner ad is receiving.
  • \n
  • Understand where your visitors pay more attention to your site.
  • \n
  • Remove low performing ad units to increase the click-through rate.
  • \n
\n

For more information, follow our guide on how to use MonsterInsights to track AdSense clicks in Google Analytics.

\n

Now, are you ready to learn Google AdSense tips for boosting your earnings?

\n

Tips for Increasing Google AdSense Earnings

\n

With MonsterInsights in your toolkit, let’s look at how you can grow your AdSense revenue.

\n

1. Create High-Quality Content

\n

The best way of getting more clicks and increasing your revenue is by creating valuable content for your visitors. By generating traffic, you are increasing your chances of getting clicks. And by attracting people, your site becomes attractive for advertisers.

\n

At this point, you may ask how can you create great content? A simple place to start is to look at the blogs that already drive traffic to your site.

\n

This is where you can use the MonsterInsights plugin. In its Publishers report, you can view the top landing pages of your website.

\n

\"see

\n

Since these posts are driving traffic, you can then find similar topics to create content around them. You can also check out our guide on which website type earns the most money with Google AdSense.

\n

2. Find the Right Keywords for Your Site

\n

Along with coming up with engaging content, you should look at the keywords people use to find your website. By optimizing your site for search engines or SEO, you can easily increase your organic traffic.

\n

And more traffic means more clicks, which results in an increase in Google AdSense earnings. To find keywords people use to look up your website, you can use the MonsterInsights Search Console report.

\n

The best thing about the report is that you get data about the number of clicks, impressions, CTR, and average position of each search term.

\n

\"Search-Console-Report-adsense-earnings\"

\n

This data is extremely valuable as you can use it to optimize your website for similar keywords. It also helps you find content topics that you can create and rank for.

\n

An additional benefit of using the report is that you can see which type of keywords you should target to increase your earnings through AdSense.

\n

For instance, advertisers would be interested in transactional keywords, which are search terms that result in a sale or conversion. So, with the help of the Search Console report, you can see which keywords to add to your website and which to optimize.

\n

3. Follow Ad Placement Best Practices

\n

When it comes to ad placement, the general rule of thumb is to place your ads in a highly visible area of your website where your visitors pay more attention to so that it attracts clicks.

\n

However, make sure that your ads are not annoying your visitors and creating a negative perception.

\n

If you’re running a WordPress blog, below are a few placements that are worth trying to maximize your earnings:

\n

Homepage:

\n
    \n
  • In order to increase the click-through rate (CTR), Google recommends you use 728×90 leaderboard image ad unit above the fold of your homepage and below the main navigation bar
  • \n
  • Depending on the page length, you may also use a vertical ad unit with the same size (728×90) in the middle or at the end of the homepage
  • \n
  • Test different ad units– either 160×600 wide skyscraper or 300×250 medium rectangle in your sidebar
  • \n
\n

Blog page:

\n
    \n
  • Place a 336×280 large rectangle ad unit at the top of your article
  • \n
  • Use a similar ad unit at the end of your post before the comments section
  • \n
  • Similar to the homepage, place a skyscraper or a medium rectangle ad unit in your sidebar
  • \n
\n

4. A/B Test Your Ads Placements

\n

You can also run A/B test to see which of these best practices for ad placements are working for your website.

\n

Based on the results from the tests, you can then determine the areas that increase your Google AdSense earning.

\n

And the simplest way of running experiments is through MonsterInsights Google Optimize addon.

\n

\"Install

\n

Using the addon, you can configure A/B tests on your website with just a few clicks and view the data in Google Analytics. Follow our guide on how to set up Google Optimize.

\n

The addon now offers page-level targeting for running these tests, so you can select a specific blog post you want to test for better ad placement.

\n

To make most out of Google Optimize, go through our proven strategies post to see what type of experiments you can conduct.

\n

5. Follow Ad Styles Best Practices

\n

To boost your AdSense earning, your ads’ style and size can mean the difference between ads your visitors will notice and click, and ads they’ll skip right over.

\n

When choosing the right ad styles, your goal should be to make them more visible and decrease ad blindness.

\n

For best results, Google recommends you use colors for your ad text and links that already exist on your site.

\n

When it comes to creating ad styles, there are three popular techniques that are proven to drive clicks.

\n
    \n
  • Blend: For your ad units, use the same color for borders and background as that of your page
  • \n
  • Complement: Use colors that already exist on your site, but don’t match the background and borders exactly where the ads are placed
  • \n
  • Contrast: For your ad units, choose colors that stand out against the background of your site
  • \n
\n

6. Manage Ads with a Plugin

\n

For easy management of your AdSense ads, you may use an ad management plugin like AdSanity. With AdSanity, you can insert your ads into the right location quickly and easily.

\n

You can also group ads together by creating ad groups and can be inserted into sidebars and posts. Some of the useful features of AdSanity are:

\n
    \n
  • Expiry date: Set an expiration date for your ads
  • \n
  • Ad rotation: You can have on-page, timed rotation for your ad groups
  • \n
  • Adblocker message: Checks for ad-block software and displays a message to disable it
  • \n
\n

Learn how to manage ads with AdSanity.

\n

That’s it!

\n

Using the tips we’ve listed in this post, you can easily increase your website traffic and skyrocket your revenue through AdSense.

\n

We hope you liked our article on how to increase your Google AdSense earnings. You can also go through our guide on why your business needs Google Analytics.

\n

And don’t forget to follow us on Twitter and Facebook for more Google Analytics tutorials.

\n

The post How to Increase Your Google AdSense Earnings (6 Easy Tips) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://www.monsterinsights.com/adsense-tips-to-increase-earnings/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"What Is the Best Time to Post a Blog and How to Test it? (Key Facts Explained)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://www.monsterinsights.com/best-time-to-post-a-blog/?utm_source=rss&utm_medium=rss&utm_campaign=best-time-to-post-a-blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.monsterinsights.com/best-time-to-post-a-blog/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Jan 2020 13:00:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Marketing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"custom dimensions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:24:\"best time to post a blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:20:\"best publishing time\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"real time reports\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=257851\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:596:\"

Are you wondering when should you publish blog posts? Do you want to hit that sweet spot where you get the most traffic, social shares, and comments? If you’ve just written a great blog post and want it to go viral, then publishing time can play an important role. In this article, we’ll show you […]

\n

The post What Is the Best Time to Post a Blog and How to Test it? (Key Facts Explained) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16678:\"

Are you wondering when should you publish blog posts? Do you want to hit that sweet spot where you get the most traffic, social shares, and comments?

\n

If you’ve just written a great blog post and want it to go viral, then publishing time can play an important role.

\n

In this article, we’ll show you what is the best time to post a blog by going through key facts. We’ll also show you how you can test the best time to take your blogs live.

\n

Let’s kick things off with a look at…

\n

Best Time of Day to Post a Blog for More Pageviews

\n

As you start blogging, you’ll have many questions like what time of day should you publish a post. Or which days are best for getting the most traffic.

\n

To answers such queries, different studies have been done where agencies and websites have gone through tons of data.

\n

And among them is a study conducted by Shareaholic in 2011 that shows the best time to publish a blog post is early morning between 7 AM to 1 PM EST on weekdays.

\n

The peak is between 9 AM and 10 AM, which shows when you can schedule or publish your posts.

\n

\"Best-Time-to-Blog-by-Pageviews\"

\n

Building upon the same point, Kissmetrics shows that 70% of users read blogs in the morning (during the AM hours).

\n

It makes sense as people starting their day would be going through emails, planning their week, and reading up on the latest news.

\n

\"best-time-publish-post\"

\n

That said, people do read blogs throughout the day, so you can publish posts in the later hours as well. Now let’s see which days you should take your blogs live.

\n

Best Days to Publish a Blog Post for Traffic

\n

Along with time, different studies show that posting blogs on certain days can help generate more traffic. And which days are we talking about?

\n

Shareaholic suggested that the best day to post a blog is Monday if you want more pageviews. Similarly, Kissmetrics also says that Monday is the best to publish a post and generate traffic.

\n

\"timing-part-social-shares\"

\n

But this varies across industries and different studies recommend other days for publishing, especially if you’re looking to generate social shares, comments, or backlinks.

\n

What’s the Best Time to Post a Blog for Social Shares?

\n

When it comes to engaging people on social media, you’d want to push your blog post when your users are active.

\n

And to give you an idea of what’s the best day for getting social shares, consider a study by TrackMaven. They analyzed 65,000+ blogs and suggested that blogs published on a Sunday get the most shares.

\n

\"best-time-publish-post-for-social-shares\"

\n

Sunday is also the least competitive day to post your articles online. So, if you want people to read your blogs and share them on social media then have a benchmark when to publish.

\n

But other researches suggest a different view on the best day to get social shares for your blogs. Buzzsumo and Noah Kagan did a study and concluded that Tuesday is the best overall day for generating social shares.

\n

\"best-time-publish-post-for-social-shares\"

\n

It’s also a good day to pushing content on Facebook and Twitter. And if you’re looking to get engagement from LinkedIn and Pinterest, then Monday is the best day.

\n

When Should You Publish Blogs for Links and Comments?

\n

For getting backlinks for your blog posts, the study by Kissmetrics suggests that Monday and Thursday are the best days.

\n

It further went on to reveal that publishing early morning on these two days around 7 AM will increase your chances of getting the most inbound links.

\n

\"best-time-to-post-blog-links\"

\n

And when it comes to generating comments on your post, the same study suggests Saturday as the preferred day. As for the time, it recommends publishing your piece around 9 AM.

\n

\"best-time-to-post-blog-comments\"

\n

A possible reason for this could be that on the weekend’s people have more time to read through your content and then come up with a reply.

\n

So, if you have a topic that wants user opinion or start a conversation, then this is the best time to post a blog.

\n

But what if these times don’t work for your website? How can you find the best publishing day and hour for your content pieces? Let’s find out.

\n

How to Test the Best Time to Post a Blog?

\n

The researches we’ve shown you in our article provide a benchmark but in reality, there’s no best time to publish blogs.

\n

That’s because these studies use their own samples of websites to provide a generalized conclusion. And most of them are very old, going back to 2011.

\n

A better way to find the best time to post a blog is by doing your own testing. By monitoring which days and time you get most visitors and engagement, you’ll know the optimal time of publishing.

\n

And the best tool to help you out is MonsterInsights. It’s the leading WordPress plugin for Google Analytics and makes decision making easy by providing insights about your site’s performance with detailed reports inside your dashboard.

\n

\"monsterinsights-best-time-to-post-a-blog\"

\n

To find the best time to post your blogs, there are two ways you can use MonsterInsights:

\n
    \n
  1. You can use its custom dimensions report
  2. \n
  3. Using the real-time reports
  4. \n
\n

Here’s a closer look at each method…

\n

1. Set Up Custom Dimensions for Best Publishing Time

\n

MonsterInsights makes it super easy to set up custom dimensions on your website and start tracking custom data of your choice in Google Analytics.

\n

With the help of its Custom Dimensions Addon, you can exactly see what’s the best time to post a blog. Not only that, you can set up custom tracking of individual authors, post types, category and more.

\n

You can follow our complete guide to custom dimensions in Google Analytics for configuring tracking of best publishing times.

\n

And the best part is that you can view the report inside your WordPress dashboard to get insights. Just go to Insights » Reports » Custom Dimension to access the report.

\n

\"Dimensions

\n

As you can see, the report shows you the date and time when you got the most traffic. Using this data, you can then schedule blogs on your website.

\n

2. Using Real-Time Reports for Best Time to Post a Blog

\n

Along with custom dimensions, you can monitor results in real-time to find the most suitable time for posting blogs.

\n

With MonsterInsights Real-Time reports, you can easily track the performance of your content and see when most users are active.

\n

To view the reports, go to Insights » Reports » Real-Time. You’ll then see different reports and you can start with active users on site. It shows how many people are active right now.

\n

\"real-time-report-best-time-to-publish-blog\"

\n

Another report that you can track in real-time is the Top Pages report. It shows you which content pieces your visitors are visiting at the very moment.

\n

\"Real-TimeReport-top-pages-best-time-to-post\"

\n

So, how can you use these two reports to find the optimal time for publishing?

\n

By monitoring these reports at different time intervals, you can see when you have the most active users on your website. This will help you determine the sweet spot to attract more visitors and boost your traffic.

\n

Other real-time reports can also help you post blogs at the most suitable time.

\n

For instance, if you use the Top Country and Top Cities real-time report, you can find out which region or city drives the most traffic during the day or week.

\n

You can then publish location-specific content on those days and time to get maximum engagement and visitors.

\n

\"top-city-country-real-time-report-best-time-to-post-a-blog\"

\n

And there you have it!

\n

You now know how to find the best publishing time for your blog posts.

\n

We hope you liked our article on what is the best time to post a blog. If you want, you can also go through our guide to MonsterInsights dashboard reports.

\n

Don’t forget to follow us on Twitter and Facebook for more Google Analytics tutorials.

\n

The post What Is the Best Time to Post a Blog and How to Test it? (Key Facts Explained) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://www.monsterinsights.com/best-time-to-post-a-blog/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"How to Create a Killer Title Tag for SEO (5 Best Practices)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://www.monsterinsights.com/title-tag-seo/?utm_source=rss&utm_medium=rss&utm_campaign=title-tag-seo\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://www.monsterinsights.com/title-tag-seo/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 17 Jan 2020 13:00:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"title tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"seo title\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:14:\"seo title tags\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:13:\"Title Tag SEO\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=256841\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:576:\"

Are you having trouble writing eye-catching title tags for your website? Before a user clicks on your link, the first thing they’ll notice is your page title. That’s why creating good title tags is important for any website. It not only gets people to click on your page but also sends a positive signal to […]

\n

The post How to Create a Killer Title Tag for SEO (5 Best Practices) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:13054:\"

Are you having trouble writing eye-catching title tags for your website? Before a user clicks on your link, the first thing they’ll notice is your page title.

\n

That’s why creating good title tags is important for any website. It not only gets people to click on your page but also sends a positive signal to search engines, making it essential for SEO.

\n

In this article, we’ll show how to create a killer title tag for SEO. We’ll go through some of the best practices you can follow, so writing a title will be easier than ever before.

\n

What is Title Tag in SEO?

\n

A title tag is an HTML element that specifies the title of your post to search engines and users. It appears on search engine result pages (SERPs) as clickable links and as headlines when you share your post on social media.

\n

Here’s how a title tag looks like on Google:

\n

\"title-tag-seo-example\"

\n

Your title tags are the first thing that will catch the eye of people. It provides users a quick view of what they can expect from your page. So, it’s important to grab their attention and get them to click on your link.

\n

Title tags also play a significant role in SEO and help you rank higher.

\n

How? Let’s find out …

\n

Why are SEO Title Tags Important?

\n

If you can get your title tags right, you’ll increase your click-through rate (CTR). And high CTR means higher rankings.

\n

Among the 200 ranking factors of Google, one of them is CTR. The search engine will improve the ranking of a page for a particular keyword if it gets more clicks.

\n

The second reason why SEO titles are necessary is that they tell the search engine what’s the page is about. By including a keyword in the title tag, you’re telling Google the topic of your content.

\n

A focus keyword also helps to catch users’ attention. It tells them that the post is about what they’re looking for on the search engine.

\n

And the third reason for title tags being crucial is that different websites and social media networks will use it as headlines. You can even customize different social channels meta tags to show even longer titles.

\n

Title Tag vs H1: What’s the Difference?

\n

Now, most people confuse title tags with H1 tags because they are usually the same.

\n

That’s because it’s a common practice across industries to keep them similar as it provides consistency. It reduces the chances of any confusion when a user clicks on the result in the search engine and views the same title.

\n

However, there is a difference between title tags and H1 tags.

\n

Title tags are shown on search engine results and at the top of the browser tab.

\n

\"seo-title-tage-browser\"

\n

You can also view title tags in the source page of any website. They can be found in the head section and they look like this:

\n

\"title-tag-head-source-page\"

\n

On the other hand, H1 is the main heading you would see on the landing page.

\n

\"h1-title-tag\"

\n

Are you ready to create eye-catching title tags? Here are some best practices you follow…

\n

Best Practices for Creating a Title Tag

\n

Many website owners find it difficult to come up with attention-grabbing title tags. But with these tips, you can master the art of creating appealing titles.

\n

1. Place Your Focus Keyword at the Start

\n

The first best practice is to place your keyword at the beginning of the title tag. That’s because it helps in getting your users’ attention when they scan the web looking for a solution to their search query.

\n

A study by Neilson Norman Group shows that people understand the first 11 characters or 2 words in headlines.

\n

So, if you add your focus keyword at the start, the first thing users will notice is the keyword. As a result, it will increase your chances of getting a click.

\n

2. Match the Search Intent in Your Titles

\n

Including a keyword in the title tag used to be an important ranking factor for Google, but that has changed over time.

\n

Now, it’s vital to get the search intent right and SEO titles to play a huge role.

\n

Search intent or keyword intent is what searchers really want. Are they looking for information about a product? Do they want to visit a website? Or do they want to buy the product?

\n

Getting the search intent right is essential if you want to rank high on Google. And you can start to capture the intent through your titles.

\n

To understand what’s the keyword intent, enter a search term on Google and look at the results on the first page. You’ll see a pattern on how the titles are written and then you can write your SEO title tags the same way.

\n

For instance, if you search for the best laptops 2020 on Google, the top results will have a buying intent. The titles for each result also match that intent and helps users in making an informed choice.

\n

\"search-intent-title-tags\"

\n

Another way of looking at the intent is through SEO tools. These tools will show you the top SERPs for any keyword. You can then use them to craft your own title tags with the same intent.

\n

3. Use Power Words to Add Emotions

\n

Once you’ve got your focus keyword and understood its intent, you can use power words in your title tags to trigger emotions and standout from others.

\n

Power words use psychological responses to makes your titles irresistible for users. You can add words like bargain, frenzy, giveaway, or skyrocket to capture greed.

\n

Similarly, if you want to spark curiosity then you can use words like astonishing, interesting, strange, and unexplained.

\n

\"\"

\n

And if you want to establish trust then words like ensured, authentic, guaranteed, and certified work well in title tags.

\n

4. Keep Your Title Tags within 60 Characters

\n

When it comes to writing your SEO headlines, we often come across a question – how long should a title tag be for SEO?

\n

One of the best practices for creating a title tag is to keep it within 60 characters (with space), so search engines don’t cut it off from the end.

\n

If you do exceed the length, then the search engine will use an ellipsis (…) at the end. This could make your titles sound incomplete or it could overlook valuable information.

\n

\"keep-title-tag-within-limit\"

\n

The exact length of titles is usually described in pixels and is generally within 600 pixels. But with different letters taking up different pixel space, it’s recommended that you keep your titles to 50 to 60 characters at max.

\n

Pro tip: If you want to know if your titles are within limit and have the right emotion, you can use tools like IsItWP Headline Analyzer. It’s a free tool and gives you insights about how you can improve your titles.

\n

5. Create Unique Titles for Each Page

\n

Since you’ll have many pages on your website, it’s important to create unique titles for each page to differentiate them from each other.

\n

Unique titles help you avoid any confusion of duplicate content between you and the search engine. By giving each page a different title tag, you’re helping Google give it a relevant name on SERPs.

\n

It also helps with the user experience of your site, especially if you have an eCommerce store. Different titles provide better navigation to visitors, as they can find different products and services on your website.

\n

And that’s it for this post!

\n

Using the best practices described in this post, you can come up with attractive headlines and help boost your traffic.

\n

We hope you liked our article on how to create a killer title tag for SEO. You can also go through our guide on the most important Google Analytics metrics every business should track.

\n

And don’t forget to follow us on Twitter and Facebook for more helpful guides to grow your website.

\n

The post How to Create a Killer Title Tag for SEO (5 Best Practices) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"https://www.monsterinsights.com/title-tag-seo/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"How to Create a Conversion Funnel for Your WordPress Site? (5 Easy Steps)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://www.monsterinsights.com/how-to-analyze-and-optimize-your-ecommerce-conversion-funnel/?utm_source=rss&utm_medium=rss&utm_campaign=how-to-analyze-and-optimize-your-ecommerce-conversion-funnel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://www.monsterinsights.com/how-to-analyze-and-optimize-your-ecommerce-conversion-funnel/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 15 Jan 2020 13:00:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:9:\"Tutorials\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:18:\"ecommerce tracking\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"conversion optimization\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:12:\"sales funnel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:17:\"conversion funnel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://www.monsterinsights.com/?p=105644\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:654:\"

Looking for ways to attract more visitors and boost your site’s conversions? Then optimizing your sales funnel is where you should start. Conversions are important for any type of website, whether it is a blog or an eCommerce store. By improving your conversion rate, you can generate more sales and revenue. And a simple way […]

\n

The post How to Create a Conversion Funnel for Your WordPress Site? (5 Easy Steps) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aazim Akhtar\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16653:\"

Looking for ways to attract more visitors and boost your site’s conversions? Then optimizing your sales funnel is where you should start.

\n

Conversions are important for any type of website, whether it is a blog or an eCommerce store. By improving your conversion rate, you can generate more sales and revenue.

\n

And a simple way of doing that is by analyzing how your customers move through your website and then guiding them through the funnel.

\n

In this article, we’ll walk you through how to create a conversion funnel for your WordPress site. So, you can then attract more people, convert them, and increase your sales.

\n

What Is a Conversion Funnel?

\n

A conversion funnel, also known as sales funnel or click funnel, is a model that lets you visualize where your customers or users are in the process of making a buying decision.

\n

With a conversion funnel, you can better address the needs of your site visitors and ultimately convert them into loyal customers.

\n

It’s just like an actual funnel where you’d attract many people to your site, move them through different stages, and then help them accomplish a goal, such as buying a product.

\n

Here’s an illustration of what a funnel looks like:

\n

\"what-is-a-sales-funnel\"

\n

A conversion funnel is important because 95% of your first-time visitors are not ready to purchase from your website right away.

\n

That means before you can sell your products to new prospects you need to connect with them, anticipate their needs and convince them to buy your product.

\n

There are 4 stages in a sales funnel and include:

\n
    \n
  1. Awareness
  2. \n
  3. Interest
  4. \n
  5. Decision
  6. \n
  7. Action
  8. \n
\n

Let’s take a detailed look at each of them…

\n

1. Awareness

\n

Awareness is the most important stage, as you attract potential visitors to your website through acquisition tactics like driving organic traffic, running paid campaigns, creating a social media campaign, and more.

\n

Since most people haven’t heard about you before, this is your chance to get their attention and make them visit your site.

\n

And if users find the right information, chances are that he will convert in the first stage.

\n

But the goal of awareness stage is to familiarize your brand with your visitors, help them engage with your business, and get them to return to your site.

\n

2. Interest

\n

In the interest stage of the conversion funnel, your visitors move from awareness to actual interaction with your brand.

\n

During this stage, you want to encourage your potential customers to connect with you by subscribing to your email newsletter, participating in polls, filling out forms, and more.

\n

For example, in order to encourage users to subscribe to an email newsletter, OptinMonster offers a useful guide for free to visitors. If the guide is of their interest, they’ll signup for the newsletter.

\n

\"optinmonster-lead-magnet-sales-funnel-conversion-funnel\"

\n

Keep in mind that the goal here is not to make an immediate sale, but to convince visitors to connect with your brand by creating an account on the site or signing up to your email list.

\n

3. Decision

\n

Now that you’ve connected with your prospects with your email list, the next thing you need to do is to convince them to purchase your products.

\n

This is the decision stage in the conversion funnel. You should offer your best deal at this time to easily convert users.

\n

You can provide discount codes to visitors, free shipping if you have an eCommerce store, or free products or services.

\n

4. Action

\n

The last stage of a conversion funnel is action and it’s where you want to retain your customers and turn them into repeat buyers.

\n

The best thing about retaining your existing customers is that it is easier and more profitable than acquiring new customers.

\n

To get the desired action after a visitor has made a purchase from your site, you can ask for feedback, provide support, and then follow up after a few weeks.

\n

With that, let’s look at how you can create a conversion funnel.

\n

How to Create a Conversion Funnel

\n

Building a funnel might sound like a tough task but trust us, it’s not. Just follow these steps, you’ll be able to have a funnel on your website in no time.

\n

Step 1: Find Out Who Are Your Audience

\n

The first step is to identify your audience, where they’re coming from, and how are they using your website.

\n

This is important because a better understanding of your visitors lets you build an effective sales funnel.

\n

To start, you can use the MonsterInsights WordPress plugin. It helps you view Google Analytics reports in your dashboard and makes advanced configuration very easy.

\n

After installing the plugin, you can view the Overview report. Now look for the device breakdown and see if your visitors are using a mobile, tablet, or desktop to access your website.

\n

\"sales-funnel-device-breakdown\"

\n

This is important because when optimizing your click funnel, you need to make sure that the user experience is smooth and error-free on all devices.

\n

Along with that, you can look at the Top 10 Countries report. It will give you an idea which regions bring in the most traffic to your site. You can then use this information to create a conversion funnel for people from different countries.

\n

Similarly, you can use the Top 10 Referrals report to lookup sources that drive visitors to your website. Using this data, you can then provide exclusive offers for people for specific websites.

\n

Another report that can help you understand how your audience uses your website is MonsterInsights Publishers report.

\n

For instance, you can view the top Interests report to see what areas your audience is interested in. This information will help you create a conversion funnel around each interest.

\n

\"sales-funnel-interest\"

\n

You can follow our detailed guide to Google Analytics for publishers for more information on how people use your website.

\n

Step 2: Attract Visitors to Your Website

\n

Once you have an idea about your audience, it’s time to attract them to your site. There are different ways you can do that.

\n

You can start by creating a blog about your business and driving traffic to your site to establish an authority for your brand.

\n

By helping users with informative guides and other forms of content, you are familiarizing users with your products and services.

\n

Blogs also help you build a presence on search engines. So, when anyone searches for solutions regarding your business, your website appears in the search results.

\n

And if you want to know what queries your prospects use to find your website, you can use the MonsterInsights Search Console report. It will show the top 50 keywords along with their clicks and average position.

\n

\"Search-Console-Report-long-tail\"

\n

Along with blogs, you can also run a giveaway. These are a great way of generating engagement, social followers, and increasing brand awareness.

\n

Other ways include running paid ads (PPC), social networking campaigns, sending out a press release, and more.

\n

You can also check out this guide to improve your conversions throughout your sales funnel.

\n

Step 3: Interact with your Audience

\n

As you start to generate traffic, it’s time to capture their interest and get them to interact with your website. The goal here is to help users learn more about your products and services, so they can easily convert in the next step.

\n

To do that, you can offer gated content, where users have to subscribe to your email list to download or view content.

\n

Take the case of Trading Strategy Guides, as it added 11,000 subscribers to its email list using gated content on different blogs.

\n

\"sales-funnel\"

\n

Another way to get people to engage with your site is by filling out different forms, taking part in polls and surveys, doing a quiz, and more.

\n

Once you have captured leads, you can then run an email newsletter to educate your users. And if you post video content then you can ask people to subscribe to your YouTube channel.

\n

Step 4: Convert Your Website Traffic

\n

The fourth step in setting up a conversion funnel is to convert people once they’re on your website. This is where your landing pages structure and your call-to-action (CTA) play an important role.

\n

MonsterInsights scroll tracking feature can help you here in placing the CTAs. For instance, you can add CTAs before your visitors scroll through and leave your site.

\n

\"average-scroll-depth-place-cta-lower-bounce-rate\"

\n

And when you’re creating a CTA, you can use action words, focus on value, show benefit, and create urgency.

\n

Another way of increasing your conversions is to add a recent sales notification to your landing page and use the power of social proof to increase your conversions.

\n

You can also use countdown timers on your landing page to create urgency and get customers to purchase your products.

\n

Here are more ways you can increase conversions on your eCommerce website.

\n

Step 5: Bring Back Visitors

\n

The last step in how to create a conversion funnel is to get customers to return to your website. Don’t think that your job is done once a visitor makes a purchase from your site.

\n

As we said earlier, it’s more profitable to retain customers and make them into repeat buyers than to acquire new customers.

\n

To get people to come back to your site, you can use your email list. If you have a new product or an upcoming sale, send an email blast to your existing user base.

\n

You can also leverage the power of social media to stay in touch with your customers and get them to return to your website.

\n

You can go through our article on 7 proven ways to increase your returning visitor rate.

\n

And that’s it!

\n

As you can see, optimizing your conversion funnel is a powerful strategy to boost sales. Using the best practices shown here will be helpful to optimize your own click funnel.

\n

We hope you liked our article on how to create a conversion funnel for your WordPress site. You may also want to check out how to track links and button clicks in WordPress.

\n

Don’t forget to follow us on Twitter and Facebook for more Google Analytics tutorials.

\n

The post How to Create a Conversion Funnel for Your WordPress Site? (5 Easy Steps) appeared first on MonsterInsights.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://www.monsterinsights.com/how-to-analyze-and-optimize-your-ecommerce-conversion-funnel/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:37:\"https://www.monsterinsights.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:6:\"server\";s:12:\"nginx/1.17.3\";s:4:\"date\";s:29:\"Fri, 07 Feb 2020 02:06:43 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:10:\"set-cookie\";s:98:\"srv_id=642bb54d8df0b663ead3557fbe5bd9fa; expires=Fri, 07-Feb-20 03:06:43 GMT; max-age=3600; path=/\";s:13:\"last-modified\";s:29:\"Wed, 05 Feb 2020 13:00:42 GMT\";s:4:\"etag\";s:34:\"\"98d61536798e4c3a553be218d3b9fa66\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:12:\"x-robots-tag\";s:15:\"noindex, follow\";s:4:\"link\";s:68:\"; rel=\"https://api.w.org/\"\";s:9:\"x-backend\";s:22:\"awesomemotive-web6.com\";s:25:\"strict-transport-security\";s:13:\"max-age=86400\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(27232,'_transient_timeout_wflginfl_00000000000000000000ffff3eb007b6','1513626618','no'),(27233,'_transient_wflginfl_00000000000000000000ffff3eb007b6','1','no'),(27549,'_transient_timeout_wflginfl_00000000000000000000ffff2ef16b94','1513730174','no'),(27550,'_transient_wflginfl_00000000000000000000ffff2ef16b94','1','no'),(27752,'_transient_timeout_wflginfl_00000000000000000000ffff5e3202dd','1513807385','no'),(27244,'_transient_timeout_wflginfl_00000000000000000000ffff5b90bf76','1513629072','no'),(27242,'_transient_timeout_wflginfl_00000000000000000000ffffd46d10e4','1513628645','no'),(27243,'_transient_wflginfl_00000000000000000000ffffd46d10e4','1','no'),(27245,'_transient_wflginfl_00000000000000000000ffff5b90bf76','1','no'),(27551,'_transient_timeout_wflginfl_00000000000000000000ffffbca2e558','1513730263','no'),(27247,'_transient_timeout_wflginfl_00000000000000000000ffff5e8d3ebc','1513629768','no'),(27248,'_transient_wflginfl_00000000000000000000ffff5e8d3ebc','1','no'),(27552,'_transient_wflginfl_00000000000000000000ffffbca2e558','1','no'),(27847,'_transient_timeout_wflginfl_00000000000000000000ffffd9c46c1e','1513853813','no'),(27592,'_transient_timeout_wflginfl_00000000000000000000ffffbceaf668','1513744450','no'),(27593,'_transient_wflginfl_00000000000000000000ffffbceaf668','2','no'),(27262,'_transient_timeout_wflginfl_00000000000000000000ffff2e00bc13','1513634507','no'),(27263,'_transient_wflginfl_00000000000000000000ffff2e00bc13','1','no'),(27264,'_transient_timeout_wflginfl_00000000000000000000ffff5e7d5a22','1513634882','no'),(120989,'_transient_wc_related_600','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"597\";i:10;s:3:\"599\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(93544,'_transient_external_ip_address_2605:a140:2044:2519::1','103.67.235.121','no'),(93543,'_transient_timeout_external_ip_address_2605:a140:2044:2519::1','1608641109','no'),(120988,'_transient_timeout_wc_related_600','1633178029','no'),(25090,'et_core_version','3.20.2','yes'),(27484,'_transient_timeout_wflginfl_00000000000000000000ffffbceb6854','1513708643','no'),(34561,'_transient_timeout_wflginfl_00000000000000000000ffffb37cfb9b','1519186779','no'),(34562,'_transient_wflginfl_00000000000000000000ffffb37cfb9b','5','no'),(51604,'pdfemb_poweredby','1','no'),(26405,'_site_transient_timeout_community-events-f6b42508017cc0a65fc7d3e26792e174','1513375840','no'),(26406,'_site_transient_community-events-f6b42508017cc0a65fc7d3e26792e174','a:2:{s:8:\"location\";a:1:{s:2:\"ip\";s:11:\"79.112.91.0\";}s:6:\"events\";a:0:{}}','no'),(26373,'_transient_wflginfl_00000000000000000000ffffbcaac4b1','1','no'),(26400,'_site_transient_browser_2eca7fce19c46d89c476717e9ccc4988','a:10:{s:4:\"name\";s:7:\"Firefox\";s:7:\"version\";s:4:\"57.0\";s:8:\"platform\";s:9:\"Macintosh\";s:10:\"update_url\";s:24:\"https://www.firefox.com/\";s:7:\"img_src\";s:44:\"http://s.w.org/images/browsers/firefox.png?1\";s:11:\"img_src_ssl\";s:45:\"https://s.w.org/images/browsers/firefox.png?1\";s:15:\"current_version\";s:2:\"56\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(26399,'_site_transient_timeout_browser_2eca7fce19c46d89c476717e9ccc4988','1513937422','no'),(27052,'_transient_wflginfl_00000000000000000000ffff5be699bf','1','no'),(27255,'_transient_timeout_wflginfl_00000000000000000000ffff58939796','1513633154','no'),(27256,'_transient_wflginfl_00000000000000000000ffff58939796','1','no'),(27238,'_transient_timeout_wflginfl_00000000000000000000ffff5e29eb24','1513638784','no'),(27239,'_transient_wflginfl_00000000000000000000ffff5e29eb24','2','no'),(27561,'_transient_wflginfl_00000000000000000000ffff252c2ce0','1','no'),(27061,'_transient_timeout_wflginfl_00000000000000000000ffff4d529592','1513603828','no'),(27062,'_transient_wflginfl_00000000000000000000ffff4d529592','1','no'),(27573,'_transient_wflginfl_00000000000000000000ffff32ebbd58','1','no'),(27066,'_transient_timeout_wflginfl_00000000000000000000ffff58382994','1513604087','no'),(27064,'_transient_timeout_wflginfl_00000000000000000000ffffc2f206ca','1513604007','no'),(27065,'_transient_wflginfl_00000000000000000000ffffc2f206ca','1','no'),(27067,'_transient_wflginfl_00000000000000000000ffff58382994','1','no'),(27558,'_transient_timeout_wflginfl_00000000000000000000ffff5f4f0b51','1513741569','no'),(27068,'_transient_timeout_wflginfl_00000000000000000000ffff052ca877','1513604295','no'),(27069,'_transient_wflginfl_00000000000000000000ffff052ca877','1','no'),(27572,'_transient_timeout_wflginfl_00000000000000000000ffff32ebbd58','1513736230','no'),(27260,'_transient_timeout_wflginfl_00000000000000000000ffffc3082483','1513633994','no'),(27261,'_transient_wflginfl_00000000000000000000ffffc3082483','1','no'),(27281,'_transient_timeout_wflginfl_00000000000000000000ffff3eb12b9a','1513638410','no'),(27282,'_transient_wflginfl_00000000000000000000ffff3eb12b9a','1','no'),(27081,'_transient_timeout_wflginfl_00000000000000000000ffffbceadd15','1513605512','no'),(27078,'_transient_timeout_wflginfl_00000000000000000000ffff5be441cf','1513605324','no'),(27079,'_transient_wflginfl_00000000000000000000ffff5be441cf','1','no'),(27082,'_transient_wflginfl_00000000000000000000ffffbceadd15','1','no'),(27704,'_transient_timeout_wflginfl_00000000000000000000ffff6dfc5292','1513785341','no'),(27095,'_transient_timeout_wflginfl_00000000000000000000ffff2e3d98b9','1513607007','no'),(27086,'_transient_timeout_wflginfl_00000000000000000000ffff2e272412','1513606011','no'),(27087,'_transient_wflginfl_00000000000000000000ffff2e272412','1','no'),(27096,'_transient_wflginfl_00000000000000000000ffff2e3d98b9','1','no'),(27090,'_transient_timeout_wflginfl_00000000000000000000ffff3e85a2d7','1513606639','no'),(27091,'_transient_wflginfl_00000000000000000000ffff3e85a2d7','1','no'),(27555,'_transient_wflginfl_00000000000000000000ffff5c644fa2','1','no'),(27099,'_transient_timeout_wflginfl_00000000000000000000ffffc313a01a','1513607295','no'),(27100,'_transient_wflginfl_00000000000000000000ffffc313a01a','1','no'),(27571,'_transient_wflginfl_00000000000000000000ffff5fbd7c5e','1','no'),(27102,'_transient_timeout_wflginfl_00000000000000000000ffff5bf3616e','1513608206','no'),(27103,'_transient_wflginfl_00000000000000000000ffff5bf3616e','1','no'),(27559,'_transient_wflginfl_00000000000000000000ffff5f4f0b51','2','no'),(27113,'_transient_timeout_wflginfl_00000000000000000000ffff6dfc52bd','1513609426','no'),(27105,'_transient_timeout_wflginfl_00000000000000000000ffff053b34a3','1513608561','no'),(27106,'_transient_wflginfl_00000000000000000000ffff053b34a3','1','no'),(27569,'_transient_wflginfl_00000000000000000000ffff55ed3d56','1','no'),(27560,'_transient_timeout_wflginfl_00000000000000000000ffff252c2ce0','1513733315','no'),(27127,'_transient_timeout_wflginfl_00000000000000000000ffffb2a196b9','1513610643','no'),(27111,'_transient_timeout_wflginfl_00000000000000000000ffff58d7af11','1513609298','no'),(27112,'_transient_wflginfl_00000000000000000000ffff58d7af11','1','no'),(27114,'_transient_wflginfl_00000000000000000000ffff6dfc52bd','1','no'),(27547,'_transient_wflginfl_00000000000000000000ffffbca8fc73','1','no'),(27125,'_transient_timeout_wflginfl_00000000000000000000ffffb033f209','1513610431','no'),(27126,'_transient_wflginfl_00000000000000000000ffffb033f209','1','no'),(27128,'_transient_wflginfl_00000000000000000000ffffb2a196b9','1','no'),(27116,'_transient_timeout_wflginfl_00000000000000000000ffff2e10e137','1513609557','no'),(27117,'_transient_wflginfl_00000000000000000000ffff2e10e137','1','no'),(27570,'_transient_timeout_wflginfl_00000000000000000000ffff5fbd7c5e','1513736111','no'),(27129,'_transient_timeout_wflginfl_00000000000000000000ffffd423ab2c','1513610798','no'),(27130,'_transient_wflginfl_00000000000000000000ffffd423ab2c','1','no'),(27554,'_transient_timeout_wflginfl_00000000000000000000ffff5c644fa2','1513731702','no'),(27133,'_transient_timeout_wflginfl_00000000000000000000ffffc3121b0e','1513611087','no'),(27134,'_transient_wflginfl_00000000000000000000ffffc3121b0e','1','no'),(27521,'_transient_timeout_wflginfl_00000000000000000000ffff4dde63e7','1513722919','no'),(27522,'_transient_wflginfl_00000000000000000000ffff4dde63e7','1','no'),(27135,'_transient_timeout_wflginfl_00000000000000000000ffff5bd6dee9','1513611121','no'),(27136,'_transient_wflginfl_00000000000000000000ffff5bd6dee9','1','no'),(27138,'_transient_timeout_wflginfl_00000000000000000000ffff55c08312','1513612405','no'),(27139,'_transient_wflginfl_00000000000000000000ffff55c08312','1','no'),(27141,'_transient_timeout_wflginfl_00000000000000000000ffffc29a4696','1513612801','no'),(27142,'_transient_wflginfl_00000000000000000000ffffc29a4696','1','no'),(27543,'_transient_timeout_wflginfl_00000000000000000000ffff24471e03','1513728965','no'),(27544,'_transient_wflginfl_00000000000000000000ffff24471e03','1','no'),(27155,'_transient_wflginfl_00000000000000000000ffff55ea79e2','2','no'),(27154,'_transient_timeout_wflginfl_00000000000000000000ffff55ea79e2','1513615115','no'),(27149,'_transient_timeout_wflginfl_00000000000000000000ffff4d2b907b','1513613846','no'),(27150,'_transient_wflginfl_00000000000000000000ffff4d2b907b','1','no'),(27159,'_transient_timeout_wflginfl_00000000000000000000ffff543464ce','1513618860','no'),(27160,'_transient_wflginfl_00000000000000000000ffff543464ce','2','no'),(27161,'_transient_timeout_wflginfl_00000000000000000000ffff4dde65cc','1513623170','no'),(27162,'_transient_wflginfl_00000000000000000000ffff4dde65cc','2','no'),(40198,'_site_transient_timeout_browser_6762b3e2637e7f60cc97fe7ffa07c3df','1525681493','no'),(27182,'_transient_timeout_wflginfl_00000000000000000000ffffb00e665d','1513618295','no'),(27183,'_transient_wflginfl_00000000000000000000ffffb00e665d','1','no'),(27180,'_transient_timeout_wflginfl_00000000000000000000ffffbca22777','1513618157','no'),(27181,'_transient_wflginfl_00000000000000000000ffffbca22777','1','no'),(27171,'_transient_timeout_wflginfl_00000000000000000000ffff023cbe65','1513625938','no'),(27172,'_transient_wflginfl_00000000000000000000ffff023cbe65','2','no'),(27184,'_transient_timeout_wflginfl_00000000000000000000ffff4f85882e','1513618327','no'),(27185,'_transient_wflginfl_00000000000000000000ffff4f85882e','1','no'),(27186,'_transient_timeout_wflginfl_00000000000000000000ffff251d28c7','1513619259','no'),(27187,'_transient_wflginfl_00000000000000000000ffff251d28c7','1','no'),(27188,'_transient_timeout_wflginfl_00000000000000000000ffffb2396419','1513619270','no'),(27189,'_transient_wflginfl_00000000000000000000ffffb2396419','1','no'),(27195,'_transient_timeout_wflginfl_00000000000000000000ffff052358d9','1513620568','no'),(27191,'_transient_timeout_wflginfl_00000000000000000000ffff4f2b1136','1513619355','no'),(27192,'_transient_wflginfl_00000000000000000000ffff4f2b1136','1','no'),(27196,'_transient_wflginfl_00000000000000000000ffff052358d9','1','no'),(27207,'_transient_timeout_wflginfl_00000000000000000000ffffb9027c72','1513622829','no'),(27198,'_transient_timeout_wflginfl_00000000000000000000ffff9278d289','1513620960','no'),(27199,'_transient_wflginfl_00000000000000000000ffff9278d289','1','no'),(35557,'_transient_timeout_wflginfl_00000000000000000000ffffbb8ae310','1520159635','no'),(35558,'_transient_wflginfl_00000000000000000000ffffbb8ae310','5','no'),(35513,'_transient_timeout_wflginfl_00000000000000000000ffffbec4932a','1520122334','no'),(35514,'_transient_wflginfl_00000000000000000000ffffbec4932a','5','no'),(27205,'_transient_timeout_wflginfl_00000000000000000000ffff7da208e0','1513622609','no'),(27206,'_transient_wflginfl_00000000000000000000ffff7da208e0','1','no'),(27208,'_transient_wflginfl_00000000000000000000ffffb9027c72','1','no'),(27218,'_transient_timeout_wflginfl_00000000000000000000ffff555fb329','1513625020','no'),(27219,'_transient_wflginfl_00000000000000000000ffff555fb329','1','no'),(27216,'_transient_timeout_wflginfl_00000000000000000000ffff6dfc2b2f','1513624889','no'),(27217,'_transient_wflginfl_00000000000000000000ffff6dfc2b2f','1','no'),(27478,'_transient_timeout_wflginfl_00000000000000000000ffff05a6871b','1513707633','no'),(27479,'_transient_wflginfl_00000000000000000000ffff05a6871b','1','no'),(27578,'_transient_timeout_wflginfl_00000000000000000000ffff5b920164','1513739118','no'),(27579,'_transient_wflginfl_00000000000000000000ffff5b920164','1','no'),(27585,'_transient_timeout_wflginfl_00000000000000000000ffff55ea7921','1513741556','no'),(27586,'_transient_wflginfl_00000000000000000000ffff55ea7921','1','no'),(27590,'_transient_timeout_wflginfl_00000000000000000000ffffb07d2b71','1513741879','no'),(27591,'_transient_wflginfl_00000000000000000000ffffb07d2b71','1','no'),(27696,'_transient_timeout_wflginfl_00000000000000000000ffff5f998580','1513783629','no'),(27697,'_transient_wflginfl_00000000000000000000ffff5f998580','1','no'),(27599,'_transient_timeout_wflginfl_00000000000000000000ffff51c852a3','1513745622','no'),(27600,'_transient_wflginfl_00000000000000000000ffff51c852a3','1','no'),(27602,'_transient_timeout_wflginfl_00000000000000000000ffffb0328adc','1513745928','no'),(27603,'_transient_wflginfl_00000000000000000000ffffb0328adc','1','no'),(119329,'_transient_timeout_wc_related_678','1631545106','no'),(119330,'_transient_wc_related_678','a:23:{i:0;s:3:\"411\";i:1;s:3:\"570\";i:2;s:3:\"573\";i:3;s:3:\"575\";i:4;s:3:\"577\";i:5;s:3:\"591\";i:6;s:3:\"592\";i:7;s:3:\"593\";i:8;s:3:\"594\";i:9;s:3:\"595\";i:10;s:3:\"597\";i:11;s:3:\"598\";i:12;s:3:\"599\";i:13;s:3:\"600\";i:14;s:3:\"601\";i:15;s:3:\"602\";i:16;s:3:\"663\";i:17;s:3:\"664\";i:18;s:3:\"665\";i:19;s:3:\"666\";i:20;s:3:\"667\";i:21;s:3:\"668\";i:22;s:3:\"673\";}','no'),(117211,'_transient_timeout_wflginfl_00000000000000000000ffff67fbd246','1630068966','no'),(35368,'_transient_timeout_wflginfl_00000000000000000000ffffbbbc8466','1520016028','no'),(35369,'_transient_wflginfl_00000000000000000000ffffbbbc8466','5','no'),(31766,'_transient_timeout_wflginfl_2002c3167fb1000000000000c3167fb1','1516442570','no'),(27680,'_transient_timeout_wflginfl_00000000000000000000ffff5fa79608','1513779333','no'),(27681,'_transient_wflginfl_00000000000000000000ffff5fa79608','1','no'),(27705,'_transient_wflginfl_00000000000000000000ffff6dfc5292','1','no'),(35963,'_transient_timeout_wflginfl_00000000000000000000ffffc53352af','1520515549','no'),(35964,'_transient_wflginfl_00000000000000000000ffffc53352af','1','no'),(27250,'_transient_timeout_wflginfl_00000000000000000000ffff54344cd3','1513631860','no'),(27251,'_transient_wflginfl_00000000000000000000ffff54344cd3','1','no'),(27043,'_transient_timeout_wflginfl_00000000000000000000ffff4e250e35','1513601840','no'),(27025,'_transient_timeout_wflginfl_00000000000000000000ffff7da76200','1513599883','no'),(27026,'_transient_wflginfl_00000000000000000000ffff7da76200','1','no'),(27753,'_transient_wflginfl_00000000000000000000ffff5e3202dd','1','no'),(27051,'_transient_timeout_wflginfl_00000000000000000000ffff5be699bf','1513602847','no'),(27048,'_transient_timeout_wflginfl_00000000000000000000ffff5997b2e0','1513602647','no'),(27049,'_transient_wflginfl_00000000000000000000ffff5997b2e0','1','no'),(27044,'_transient_wflginfl_00000000000000000000ffff4e250e35','1','no'),(27568,'_transient_timeout_wflginfl_00000000000000000000ffff55ed3d56','1513736000','no'),(27035,'_transient_wflginfl_00000000000000000000ffffb0d1b4f2','1','no'),(27575,'_transient_timeout_wflginfl_00000000000000000000ffff1fdf8f8b','1513736760','no'),(27576,'_transient_wflginfl_00000000000000000000ffff1fdf8f8b','1','no'),(27034,'_transient_timeout_wflginfl_00000000000000000000ffffb0d1b4f2','1513600497','no'),(26805,'_transient_timeout_wflginfl_2002add0ec7a000000000000add0ec7a','1513495539','no'),(26806,'_transient_wflginfl_2002add0ec7a000000000000add0ec7a','19','no'),(26710,'_transient_timeout_wflginfl_00000000000000000000ffff6dfc52df','1513450725','no'),(26711,'_transient_wflginfl_00000000000000000000ffff6dfc52df','1','no'),(38497,'_transient_timeout_wflginfl_00000000000000000000ffff3197cf27','1522731529','no'),(38498,'_transient_wflginfl_00000000000000000000ffff3197cf27','5','no'),(30644,'_transient_timeout_wflginfl_00000000000000000000ffff3e706812','1515490946','no'),(30645,'_transient_wflginfl_00000000000000000000ffff3e706812','1','no'),(30667,'_transient_timeout_wflginfl_00000000000000000000ffffbe3c1fb9','1515510123','no'),(30668,'_transient_wflginfl_00000000000000000000ffffbe3c1fb9','1','no'),(34785,'_transient_wflginfl_00000000000000000000ffffb27ca225','1','no'),(34807,'_transient_timeout_wflginfl_00000000000000000000ffffac57bf0e','1519438235','no'),(34808,'_transient_wflginfl_00000000000000000000ffffac57bf0e','5','no'),(34925,'_transient_timeout_wflginfl_00000000000000000000ffffbdd8691c','1519583624','no'),(34926,'_transient_wflginfl_00000000000000000000ffffbdd8691c','5','no'),(36194,'_transient_timeout_wflginfl_00000000000000000000ffff29d79319','1520690875','no'),(36195,'_transient_wflginfl_00000000000000000000ffff29d79319','5','no'),(23671,'et_account_status_last_checked','1633106299','no'),(23749,'_transient_timeout_external_ip_address_87.163.184.130','1512743964','no'),(23750,'_transient_external_ip_address_87.163.184.130','103.67.235.70','no'),(23785,'_transient_timeout_external_ip_address_198.12.153.176','1512767025','no'),(23786,'_transient_external_ip_address_198.12.153.176','103.67.235.70','no'),(23793,'_transient_timeout_external_ip_address_185.36.102.114','1512772831','no'),(23794,'_transient_external_ip_address_185.36.102.114','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(25096,'et_bloom_stats_optin_cache','a:0:{}','yes'),(36147,'_transient_wflginfl_2002b9eadafa000000000000b9eadafa','5','no'),(24463,'_transient_wflginfl_00000000000000000000ffff1fb5b023','1','no'),(24462,'_transient_timeout_wflginfl_00000000000000000000ffff1fb5b023','1512711491','no'),(96326,'_transient_wflginfl_200141d0000261540000000000000000','1','no'),(96421,'_transient_timeout_wflginfl_00000000000000000000ffff344014fc','1611234420','no'),(96422,'_transient_wflginfl_00000000000000000000ffff344014fc','1','no'),(96444,'_transient_timeout_wflginfl_00000000000000000000ffff22d74537','1611255519','no'),(96445,'_transient_wflginfl_00000000000000000000ffff22d74537','1','no'),(96478,'_transient_timeout_wflginfl_00000000000000000000ffff0d303533','1611279679','no'),(96479,'_transient_wflginfl_00000000000000000000ffff0d303533','1','no'),(38132,'_transient_timeout_wflginfl_28040d595ef80200252f2e30f04761c5','1522370350','no'),(38133,'_transient_wflginfl_28040d595ef80200252f2e30f04761c5','1','no'),(38186,'_transient_timeout_wflginfl_00000000000000000000ffff5098febc','1522420694','no'),(38187,'_transient_wflginfl_00000000000000000000ffff5098febc','1','no'),(32493,'_transient_wflginfl_2002c3167fae000000000000c3167fae','19','no'),(32492,'_transient_timeout_wflginfl_2002c3167fae000000000000c3167fae','1517094454','no'),(25405,'_transient_timeout_wflginfl_00000000000000000000ffffbca2279c','1513018722','no'),(25406,'_transient_wflginfl_00000000000000000000ffffbca2279c','1','no'),(23431,'updraftplus_dismissedautobackup','1519131955','yes'),(23440,'_transient_timeout_external_ip_address_178.121.139.2','1512493869','no'),(73268,'_transient_timeout_feed_4cf2927c306176c13771b3ef386d2f5e','1581084398','no'),(73269,'_transient_feed_4cf2927c306176c13771b3ef386d2f5e','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:28:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"WPBeginner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://www.wpbeginner.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Beginner\'s Guide for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 13:19:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://wordpress.org/?v=4.9.13\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:3:{i:0;a:6:{s:4:\"data\";s:54:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:36:\"How to Clear Your Cache in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 06 Feb 2020 13:00:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:24:\"clear cache in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:31:\"how to clean cache in wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:23:\"wordpress cache cleaner\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:28:\"wordpress clear cache plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://www.wpbeginner.com/?p=40320\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:652:\"

Recently, one of our readers asked us how to clear cache in WordPress? Your web browser, hosting server, and caching plugins can all serve cached content which can make it difficult for you to see the changes you made to your website right away. Clearing… Read More »

\n

The post How to Clear Your Cache in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:14893:\"

Recently, one of our readers asked us how to clear cache in WordPress?

\n

Your web browser, hosting server, and caching plugins can all serve cached content which can make it difficult for you to see the changes you made to your website right away.

\n

Clearing your WordPress cache is also the first troubleshooting advice that you’ll often hear.

\n

In this article, we will show you how to properly clear the cache in WordPress. We’ll cover browser cache, web hosting cache, and top WordPress caching plugins in this guide.

\n

\"How

\n

What is Cache and When Do You Need to Clear Cache?

\n

Caching solutions store a static version of your website. This allows WordPress to skip running the heavier PHP scripts and improve your website speed.

\n

\"How

\n

There are many different type of caching solutions available. The most popular ones are WordPress caching plugins like WP Rocket and WP Super Cache.

\n

These plugins offer an easy to use interface for controlling what to cache, when to expire cached content, and cleaning up cache on demand.

\n

Managed WordPress hosting providers like WP Engine also run their own caching solutions, so that you don’t have to install a caching plugin.

\n

If you are using a CDN service like MaxCDN, then they would also serve cached copies of static content.

\n

If you’re using a web application firewall like Sucuri or CloudFlare to improve your WordPress security, then they also have their own cache to speed up your site and reduce downtime.

\n

Lastly, most modern web browsers will also store cached versions of pages on your computer.

\n

The purpose of caching is to speed up the website and improve overall user experience. However, sometimes this causes you to not see the changes you make right away which can be frustrating. In that case, you will need to clear caches to see your changes live.

\n

Having said that, let’s take a look at how to clear your cache in WordPress.

\n

Step 1: Clear Your Browser Cache

\n

First, you need to clear your web browser cache. Most web browsers can store static content like stylesheets, JavaScript, images from a website to make your subsequent visits faster.

\n

However, sometimes web browsers may fail to realize that a web page has changed. Instead of fetching a fresh copy, they may still reload the page from the cached version stored on your computer.

\n

Here is how you will clean your browser cache in Google Chrome. First, you need to click on the menu icon and then select More Tools » Clear Browsing Data.

\n

\"Clear

\n

This will bring up a popup where you can select the content you want to remove. Make sure that cached images and files option is checked and then click on the ‘Clear browsing data’ button.

\n

\"Clear

\n

You have successfully cleared your browser cache, and you can now try visiting your website. For more details, see our guide on how to clear cache in all major browsers.

\n

If you are still not seeing the changes you made, then move on to the next steps in this article.

\n

Step 2: Clear Cache in Your WordPress Caching Plugin

\n

If you are using a WordPress caching plugin on your site, then you need to clear your plugin cache. Most caching plugins allow you to easily do that from the plugin’s Settings page.

\n

Clear Cache in WP Rocket

\n

WP Rocket is the best WordPress caching plugin on the market. The best part about using WP Rocket is that it proactively builds your WordPress cache in the background, so your users are always served a cached version.

\n

It also makes it very easy to clear caches files with a single click.

\n

Simply go to the Settings » WP Rocket page and click on the ‘Clear Cache’ button under the dashboard tab.

\n

\"Clear

\n

WP Rocket will now clear all cached files for you.

\n

Clear Cache in WP Super Cache

\n

WP Super Cache is a popular WordPress caching plugin. It allows you to clean or purge all cached content with a single click.

\n

You need to visit Settings » WP Super Cache page and click on ‘Delete Cache’ button.

\n

\"Delete

\n

That’s all, WP Super Cache will now delete all cached files from your website.

\n

Clear Cache in W3 Total Cache

\n

W3 Total Cache is another popular WordPress caching plugin. It also makes it super easy to clear cache with one click.

\n

Head over to Performance » Dashboard page and click on ’empty all caches button.

\n

\"Empty

\n

W3 Total Cache will now delete all cached content for your site.

\n

Clear Cache on WP Engine

\n

WP Engine is a managed WordPress hosting provider. They run their own caching solution, so their customers don’t need to install a caching plugin.

\n

If you are unable to notice changes take effect immediately, then you can easily clear WP Engine cache from your WordPress admin area.

\n

You need to click on the WP Engine menu item in the admin bar and then under ‘General’ settings click on purge all caches button.

\n

\"Clear

\n

WP Engine will now purge all stored cache for your WordPress site.

\n

Clear Cache on Bluehost

\n

Bluehost is one of the best WordPress hosting companies in the business. They offer a built-in caching solution that instantly improves your WordPress performance and speed.

\n

You can clear your Bluehost WordPress cache from WordPress admin area.

\n

Simply login to your WordPress admin area and you will notice a ‘Caching’ button in the admin tool bar. Take your mouse over and you’ll see the option to ‘Purge All’ cache.

\n

\"Clear

\n

Bluehost will now clear all files from their WordPress cache.

\n

Clear Cache in SiteGround

\n

SiteGround is a leading WordPress hosting provider that’s known for speed and top-notch customer support. They offer a built-in caching solution to improve your website performance.

\n

You can clear SiteGround cache from your hosting account control panel as well as the WordPress admin area. We’ll show you both methods.

\n

Clear SiteGround cache from your hosting dashboard

\n

Login to your hosting account dashboard go to Speed » Caching page under site tools.

\n

From here, switch to the Dynamic cache tab. Click on the menu icon next to your domain name and then select Flush cache option.

\n

\"Clear

\n

Clear SiteGround cache from WordPress admin dashboard

\n

You can also manage SiteGround cache by installing and activating the SG Optimizer plugin. For more details, see our step by step guide on how to install a WordPress plugin.

\n

Upon activation, you need to click on the Purge SG Cache button in the WordPress admin toolbar.

\n

\"Purge

\n

The plugin will now clear your SiteGround WordPress cache.

\n

Clear Cache in Sucuri

\n

If you’re using a WordPress firewall like Sucuri to protect your website, then they also have their own layer of caching.

\n

You can clear the cache from your Sucuri plugin by going to Sucuri » WAF menu in your WordPress admin area.

\n

\"Sucuri

\n

Bonus Tip: If you have recently moved your WordPress website, then you may also need to clear your DNS cache. This will ensure that you are getting the updated DNS information and accessing the newer version of your website.

\n

We hope this article helped you learn how to clear cache in WordPress. You may also want to see our guide on how to boost WordPress speed and performance.

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post How to Clear Your Cache in WordPress appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://www.wpbeginner.com/beginners-guide/how-to-clear-your-cache-in-wordpress/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"61\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Best Blogging Niche – 7 That Will Make Money (Easily)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"https://www.wpbeginner.com/showcase/best-blogging-niche-that-will-make-money-easily/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://www.wpbeginner.com/showcase/best-blogging-niche-that-will-make-money-easily/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 05 Feb 2020 11:19:04 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:8:\"Showcase\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:19:\"best blogging niche\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:15:\"blogging niches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:16:\"choosing a niche\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:19:\"making money online\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:15:\"starting a blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://www.wpbeginner.com/?p=71990\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:681:\"

Are you thinking about starting a blog but not sure which topics or niche to choose? Choosing the right niche for your blog makes it easier to create engaging content and even make money online. In this article, we’ll explain how to easily choose the… Read More »

\n

The post Best Blogging Niche – 7 That Will Make Money (Easily) appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:26084:\"

Are you thinking about starting a blog but not sure which topics or niche to choose?

\n

Choosing the right niche for your blog makes it easier to create engaging content and even make money online.

\n

In this article, we’ll explain how to easily choose the best blogging niche that will eventually help you start earning online.

\n

\"Best

\n

What is a Blog?

\n

A blog is a website that’s updated regularly with new pieces of content, which are normally written articles. These are called “posts” and appear in reverse chronological order, with the newest at the top of the list.

\n

To learn more, see our guide on the difference between a blog and a website.

\n

When blogs first started, they were mostly personal diaries, sharing information on a range of topics of interest to the person writing.

\n

That’s still how some blogs work today, but a large number of blogs now focus on specific niches that interest the blogger and their target audience.

\n

For instance, WPBeginner is a blog focused on helping non-techy users do more with WordPress through helpful tutorials, how-tos, and other articles.

\n

How to Make a Blog?

\n

To start a blog, you need three key things:

\n
    \n
  • A domain name: the address of your site (ours is wpbeginner.com)
  • \n
  • Web hosting: online storage for your site, so visitors can access it
  • \n
  • A blogging platform: special software that lets you easily create a blog without needing to do any coding
  • \n
\n

Normally, a domain name costs around $15-20 per year and web hosting starts from $7.95 per year.

\n

That’s a significant investment, especially when you are just testing the waters.

\n

Luckily, Bluehost has agreed to offer our users a free domain name and a generous discount on hosting. Basically, you can get started for $2.75 per month.

\n

→ Click Here to Claim This Exclusive Bluehost Deal ←

\n

Need more options? See our guide on how to choose the best web hosting detailed comparison of top hosting providers.

\n

When it comes to your blog platform, there are plenty of choices available, including many great free ones. See our list of the best blogging platforms for detailed comparison.

\n

However, if you want to make money from your blog in the near future, then WordPress.org is your best option (this is what we use on WPBeginner).

\n

It is easy to use and comes with thousands of design options and add-ons. Most importantly, it gives you the freedom to monetize your blog in any way you want.

\n

For more details, see our detailed guide on how to start a WordPress blog.

\n

Related: Why you should use WordPress

\n

Can You Really Make Money Blogging?

\n

Starting a blog isn’t going to make you rich overnight, but you can definitely make money blogging.

\n

Many popular blogs make money online using different methods. Often, this is called “monetizing” your blog.

\n

Smaller blogs with a specific target audience can easily make a nice side income. Many popular blogs make six and even seven-figure income (see: WPBeginner income – how much money does WPBeginner make?).

\n

The following are just some of the most popular monetization methods used by blogs all over the world.

\n

Advertising: Running ads, often through an advertising network like Google AdSense. Some bloggers sell ads directly to companies instead.

\n

Sponsorship: Running sponsored (paid for) content from an advertiser. This is often in the form of sponsored blog posts, but could also include social media posts on Instagram or other social networks.

\n

Affiliate marketing: Linking to products or services that offer commission when someone clicks on your link and makes a purchase. This is a great way to monetize your blog. We have lots of affiliate marketing tips and tools to make it easy for you.

\n

Digital products: By selling digital products like Ebooks, online courses, printables, apps, software, music, and more. Digital products generally have low overheads and can work for almost any niche.

\n

Services: If you’re a writer, photographer, coach, or similar, that can be a great way to monetize your blog. You might even start a blog to help you market an existing service you offer, like logo design or freelance writing.

\n

Physical products: Although they have higher costs than digital ones, physical products can be a great way to make money. It’s easy to add an online store to your WordPress blog and start selling.

\n

Things to Consider When Choosing Your Blogging Niche

\n

Many new blogs die within a few weeks and most don’t even make it to a couple of months.

\n

Whatever blogging niche you choose, make sure you are genuinely interested in that topic. This would make it easier to stick to it and keep yourself motivated.

\n

It’s also important to consider:

\n

Do you know enough about your niche to be able to write confidently? You don’t need to be an expert, but it’s best to start a blog on a topic that you’re able to write about without having to do loads of research.

\n

Can you easily make money from your niche? While blogs on all sorts of topics can and do make money, some niches are a lot easier to monetize than others. A blog about a little-known or uninteresting topic might not get enough readers to make much money.

\n

Have you chosen an appropriately sized niche? It’s best not to go too broad. If you’re aiming for an audience of “everyone”, you’re likely to end up with “no one”. Try to find a sub-niche that’s a great fit for you.

\n

Are you happy to have your name associated with your niche? While it’s fine to blog anonymously if you want to, however you might find it difficult to monetize.

\n

Top Blogging Niches That Will Make Money

\n

You might already have a topic in mind for your blog, or you might not have any ideas at all. All the niches below are great ones to try, so long as you pick a topic that you’re truly interested in.

\n

These are all big, popular niches that have been around for years and that can make a lot of money.

\n

1. Health and Fitness

\n

\"Health
\nHealth and fitness are huge topics, and you’ll definitely find an audience if you’re blogging about something in this area.

\n

Health and fitness is one of the most popular blogging niches. It is a lucrative niche which means there are a ton of blogs that will be competing with you.

\n

The easiest way to build your voice is by narrowing it down to your general interest.

\n

There are lots of different angles that you could take:

\n
    \n
  • A particular diet: paleo, gluten-free, raw food, 5:2, keto…
  • \n
  • A particular type of exercise: running, weight-lifting, CrossFit…
  • \n
  • A specific audience: women, men, young, old, geeky…
  • \n
  • A particular approach to health: homeopathy, acupuncture, wellness…
  • \n
  • Sharing your progress: if you’re on a health journey of your own, you could update readers on that and share your lessons learned
  • \n
\n

Tip: We’ve got a list of the best WordPress themes for CrossFit gyms. A lot of those could work well for other health or fitness topics too, so take a look and see if one would be right for your blog.

\n

2. Personal Finance

\n

\"Personal

\n

We all need money, and many of us want to earn more, spend less, or save more. Blogs on personal finance have found huge audiences, and again, there are lots of different angles and approaches you can take.

\n

You might choose to write about:

\n
    \n
  • Frugality: money saving tips, using coupons, anti-consumerism…
  • \n
  • Investing: market tips, best index funds, angel investors…
  • \n
  • Debt: paying it off, mortgages, student loans…
  • \n
  • Budgeting: software, motivation, cost-cutting tips…
  • \n
  • Sharing your progress: this is quite common with blogs that focus on getting out of debt
  • \n
\n

Related: Best WordPress themes for financial blogs.

\n

3. Fashion

\n

\"Fashion

\n

Fashion is another immensely popular blogging niche and one that could be a great money-maker. It’s a particularly good fit if you love posting on Instagram, which is where some fashion bloggers have become especially influential.

\n

Many fashion blogs focus on the blogger and include lots of photos. If you want to remain anonymous, or if you hate being photographed, then this type of fashion blogging probably isn’t for you. Instead, you might want to blog about particular trends within fashion, or share fashion-related news.

\n

Although you might associate fashion blogging with female bloggers, this niche isn’t just for women.

\n

There are plenty of men’s fashion blogs (often called “men’s style”) out there too. These tend to focus more on tips and product suggestions than on personal photos.

\n

We have a complete guide on how to start a fashion blog and make money with step by step instructions.

\n

4. Lifestyle

\n

\"The

\n

What’s the “lifestyle” niche in blogging? It can be a little confusing if you’re new to blogging, so let’s break it down.

\n

Lifestyle means writing about a range of different topics that are connected through having the same audience.

\n

For instance, you might have a lifestyle blog where you write about food, fashion, and motherhood. The connection is that you’re writing for women in their 30s and 40s who want to eat well and look great while raising young children.

\n

Alternatively, you might have a lifestyle blog aimed at single women that focuses on travel, beauty, and hair. Or you might have a blog aimed at men aged 20 to 40 that’s all about style, fitness, and music.

\n

The mix of topics is up to you, but it’s important to make sure your blog has a very clear brand to give it focus and direction.

\n

Tip: Many fashion WordPress themes or fitness WordPress themes can be a good fit for lifestyle blogs. As with fashion blogs, design is really important in this niche, so invest in a premium theme if you can.

\n

5. Business and Marketing

\n

\"Business

\n

There are loads of blogs out there that cover business and marketing related topics. If you’ve been reading a lot about blogging, you might feel like every popular blog talks about something to do with blogging, marketing or building a business!

\n

If you’ve got a business or marketing background, then starting a blog in this niche could be a great idea. As with the other niches on our list, this is a huge one, so you’ll want to find a clear focus and voice for your own blog.

\n

Depending on your expertise and interests, you might choose to blog about:

\n
    \n
  • B2B (business-to-business) marketing
  • \n
  • B2C (business-to-consumer) marketing
  • \n
  • Entrepreneurship: starting and growing companies
  • \n
  • Small businesses: more and more people are moving into self-employment, so this is a great area to target
  • \n
  • A particular type of marketing or area of marketing: networking, social media marketing, copywriting, direct response marketing…
  • \n
\n

Tip: Almost any of these multi-purpose WordPress themes could work for your business or marketing website. Divi is an especially good option as it’s fully responsive and you can customize it however you like.

\n

6. Technology and Gaming

\n

\"Technology

\n

The fast-paced technology niche is great for making money from affiliate income, either directly from manufacturers and software companies, or through a website like Amazon.

\n

Your best monetization routes are likely to be through advertising and affiliate marketing. Even if you’re not writing in-depth product reviews, a technology or gaming blog will give you lots of chances to link to products or software using affiliate links.

\n

You might not be able to break industry news or share insider information, but there are still lots of things you could write about in this niche:

\n
    \n
  • Specific equipment or gadgets: phone handsets, digital cameras, fitness trackers, Chromebooks…
  • \n
  • Games: for consoles, PCs, mobiles, Facebook…
  • \n
  • Tutorials: either for a specific piece of software (e.g. Photoshop) or more wide-ranging
  • \n
  • Latest news: usually about a particular company or type of product
  • \n
  • Technology or gaming for a specific demographic, such as teens or boomers
  • \n
\n

Related: See our step by step complete affiliate marketing guide for beginners.

\n

7. Travel

\n

\"Start

\n

The final niche on our list is travel. Again, it’s a hugely popular niche, both with bloggers and with readers, and there are a lot of different approaches you could take to build a successful blog.

\n

Blogging about your own travels could be monetized through affiliate links to hotels, recommended travel buys, and so on. It might even give you opportunities for free vacations.

\n

Great photos are, of course, an important part of your travel blog. Even if you’re just writing about local attractions, people will want to see pictures.

\n

You could focus your travel blog by writing about:

\n
    \n
  • Specific countries or continents: things to do, restaurants to visit, ways to get around…
  • \n
  • A particular type of traveler: families, solo female travelers, digital nomads…
  • \n
  • Travel deals: for flights, hotels, packages…
  • \n
  • Your own travels: having a key theme or brand can make this easier to monetize
  • \n
\n

For detailed instructions, see our guide on how to start a travel blog and make money from it.

\n

Other Popular Blogging Niches to Consider

\n

Of course, these aren’t the only ones you could make great money from. There are bloggers out there with successful blogs on almost any topic you could think of.

\n

Maybe none of the ideas we’ve looked at sound like a good fit for you. Don’t push yourself to start a blog on a topic that you’re not interested in.

\n

Here are some other good options to try. They all have the potential to make plenty of money.

\n

Crafts Blog

\n

If you love to knit, paint, sew, make jewelry, or engage in some other type of craft, why not blog about it? There are lots of great crafty blogs out there, and they tend to do really well on Pinterest.

\n

As with other highly visual niches, like fashion, lifestyle, and travel, you’ll need to be able to include great photos. You could monetize by using affiliate links to any crafting tools and supplies that you want to promote or by selling your crafted items through a marketplace like Etsy.

\n

DIY Blog

\n

Do you enjoy decorating and remodeling your home? Or maybe you’ve gone further and redesigned or even rebuilt your home. There are plenty of DIY blogs out there, and this can be a great type of blogging to try if you enjoy writing tutorials and “how-to” articles.

\n

Parenting Blog

\n

Do you have kids? There are thousands of blogs out there about parenting, covering all sorts of different angles. While you might think the niche is already full of mommy bloggers, the audience for parenting blogs is so large that it’s definitely worth considering.

\n

To help your parenting blog stand out, you’ll want a clear angle. You could write about a stage of parenting (like parenting toddlers) or you could write for a certain group of parents (like older parents or teen parents).

\n

Educational Blog

\n

Is there a topic that you know well and that you could teach others about? That could become a great niche for you.

\n

For instance, perhaps you’re a keen amateur photographer and you could write detailed tutorials for beginners. Or maybe you’re an experienced developer and you could offer tips for people learning to code.

\n

Sites that teach people how to do something can almost always be monetized through selling ebooks, online courses, or other information products.

\n

Tip: You can also create and sell online courses along with your blog posts to make some serious dough.

\n

Food Blog

\n

We all need to eat! Blogs about food can be hugely popular. In this niche, you’ll almost certainly be sharing recipes, so you’ll want to take photos that make your food look great.

\n

Again, it helps to have an angle or specific area that your blog focuses on within the broader niche. Perhaps you’ll be writing about quick and easy meals that taste great or about gluten-free or dairy-free recipes.

\n

Advertising, affiliate links, or your own recipe book could all be great ways to monetize your food blog.

\n

See our complete guide on how to start a food blog and make money for more advice and details.

\n

Final Thoughts on Choosing the Best Blogging Niche

\n

You could spend forever trying to pick the very best blogging niche. Or you could start your blog and, six months or a year from now, you could be making good money from it.

\n

First, choose a niche that interests you and make sure you have a clear idea about how you can monetize it.

\n

Then, choose a domain name that works well for your blog topic.

\n

Finally, sign up for a hosting account and register your domain name. We recommend Bluehost, which will cost you just $2.75 / month, with a free domain name included (this is a special offer for WPBeginner readers).

\n

That’s all you need to do to get started with your blog.

\n

We hope this article has helped you choose the best blogging niche to make money from your blog. You may also want to look at our list of online business ideas to make money, and our article on how to increase your blog traffic.

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post Best Blogging Niche – 7 That Will Make Money (Easily) appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"https://www.wpbeginner.com/showcase/best-blogging-niche-that-will-make-money-easily/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:5:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"WordPress.com vs WordPress.org – Which is Better? (Comparison Chart)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/#comments\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 04 Feb 2020 09:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Beginners Guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:45:\"different between self hosted and a free blog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:61:\"what are the pros and cons of wordpress.org and wordpress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:17:\"why use wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:27:\"why wordpress.org is better\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:30:\"wordpress.org vs wordpress.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"http://www.wpbeginner.com/?p=1276\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:774:\"

Did you know that WordPress.com and WordPress.org are actually two very different platforms? Often beginners confuse WordPress.com and WordPress.org, which leads them to choose the wrong blogging platform for their needs. Even those who know that they are two different platforms are not aware of… Read More »

\n

The post WordPress.com vs WordPress.org – Which is Better? (Comparison Chart) appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Editorial Staff\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:23201:\"

Did you know that WordPress.com and WordPress.org are actually two very different platforms?

\n

Often beginners confuse WordPress.com and WordPress.org, which leads them to choose the wrong blogging platform for their needs. Even those who know that they are two different platforms are not aware of the differences between them.

\n

We’re often asked by our users which is the better platform: WordPress.com vs WordPress.org. To help answer that, we have created the most comprehensive comparison of free WordPress.com vs WordPress.org (self-hosted version).

\n

Our goal is to highlight the key differences between WordPress.com vs WordPress.org, so you can choose the right platform for your needs.

\n

\"Self

\n

Since choosing the right platform is crucial for your online success, we have created the most detailed comparison of WordPress.com vs WordPress.org (text comparison, table-based comparison, and a full infographic).

\n

If you just want to start a blog or make a website the RIGHT way, then you can skip this article and head over to our guides here:

\n\n

Having said that, let’s take a look at the differences between self-hosted WordPress.org vs WordPress.com.

\n

WordPress.com vs WordPress.org (Infographic)

\n

\"Self-hosted

\n

Note: This infographic and article compare the powerful self-hosted WordPress.org with the free WordPress.com hosting service. You can unlock additional features in WordPress.com by upgrading to their paid service. We have highlighted those features as well.

\n

WordPress.com vs WordPress.org Comparison

\n

The best way to understand the difference between WordPress.com vs WordPress.org is to take a look at each platform individually.

\n

WordPress.org

\n

WordPress.org aka “the real WordPress”, is the popular website platform that you have heard all the great things about.

\n

It is open-source and 100% free for anyone to use. All you need is a domain name and web hosting. This is why it is also referred to as self-hosted WordPress.

\n

Below are the pros and cons of using the self-hosted WordPress.org to build your website or blog.

\n

WordPress.org Benefits

\n

With WordPress.org, you have full control of your website. You are free to do anything you want and customize it as much as you need.

\n

Here are some of the benefits of choosing WordPress.org to build your website, and the reason why it is our #1 pick for the best website builder.

\n
    \n
  • The WordPress software is free, open-source, and super easy to use. (See why is WordPress free?)
  • \n
  • You own your website and all its data. Your site will NOT be turned off because someone decides that it is against their terms of service (as long as you are not doing something illegal). You are in full control.
  • \n
  • You can add free, paid, and custom WordPress plugins / apps to your website.
  • \n
  • You can use customize your website design as needed. You can add any free or premium WordPress theme that you want. You can also create completely custom designs or modify anything that you want.
  • \n
  • You can actually make money from your WordPress site by running your own ads without sharing revenue with anyone.
  • \n
  • You can use powerful tools like Google Analytics for custom analytics and tracking.
  • \n
  • You can use self-hosted WordPress to create an online store to sell digital or physical products, accept credit card payments, and deliver / ship the goods directly from your website.
  • \n
  • You can also create membership sites and sell memberships for premium content, courses, etc and build an online community around your website.
  • \n
\n

WordPress.org Cons

\n

There are a very few cons of using the self-hosted WordPress.org site.

\n
    \n
  • Like all websites, you will need web hosting. This is where your website files are stored on the internet. Initially, the cost is around $3-$10 per month. However as your website grows and gets more traffic, the web hosting costs will increase as expected, but then you would be making enough money to cover the costs.
  • \n
  • You are responsible for updates. You can easily update your WordPress site by simply clicking on the update button (1-click), so it’s not too much work.
  • \n
  • You are responsible for backups. Thankfully, there are tons of WordPress backup plugins that let you setup automatic backups.
  • \n
\n

The real cost of WordPress.org website varies based on what you are trying to build (simple blog, portfolio website, eCommerce store, membership site, etc). There are also other factors like free templates vs premium templates, free plugins vs premium plugins, etc.

\n

On a low budget, you can build your website for as little as $46 per year. See our guide on how much does it really cost to build a WordPress website for full details.

\n

For 99% of users, our recommendation is always to use WordPress.org. See our guide on how to start a website.

\n

WordPress.com

\n

WordPress.com is a hosting service created by the co-founder of WordPress, Matt Mullenweg. Because of the same founder, often users confuse WordPress.com with the popular WordPress.org software.

\n

The WordPress.com hosting service has 5 plans:

\n
    \n
  • Free – Very limited.
  • \n
  • Personal – $48 per year
  • \n
  • Premium – $96 per year
  • \n
  • Business – $300 per year
  • \n
  • Ecommerce – $540 per year
  • \n
  • VIP – starting at $5000 per month
  • \n
\n

Let’s take a look at the pros and cons of WordPress.com.

\n

WordPress.com Benefits

\n

The free WordPress.com platform is a good choice for hobby bloggers and those starting a blog for their family. Here are some of the benefits of using WordPress.com:

\n
    \n
  • It’s free for up to 3GB of space. After that you will have to switch to a paid plan for more space. (Personal plan $48 /year gives you 6GB, Premium plan $96/year gives you 13GB storage, or Business plan for $300/year for 200 GB storage).
  • \n
  • You will not have to worry about updates or backups. WordPress.com will take care of that.
  • \n
\n

WordPress.com Cons

\n

There are several limitations of free WordPress.com which differentiate it from WordPress.org. Here are some of the disadvantages of using WordPress.com:

\n
    \n
  • They place ads on all free websites. Your users see those ads, and you don’t make money from it. If you don’t want your users to see their ads, then you can upgrade to a paid plan (starting from $48 per year).
  • \n
  • You are NOT allowed to sell ads on your website, which severely limits ways to monetize your site. If you run a high traffic site, then you can apply for their advertising program called WordAds where you share revenue with them. Premium and Business plan users can use WordAds right away.
  • \n
  • You cannot upload plugins. Free plan users get built-in Jetpack features pre-activated. Business plan users can install from a selection of compatible plugins ($300 / year). WordPress.com VIP program lets you install plugins, and it starts from $5000 per month.
  • \n
  • You cannot upload custom themes. Free plan users can only install from the limited free themes collection. Premium and business plan users can also select premium themes. There are limited customization options for the free version. Premium and Business plan users can use custom CSS.
  • \n
  • You are restricted to their stats. You cannot add Google Analytics or install any other powerful tracking platform. Business plan users can install Google Analytics.
  • \n
  • Free WordPress.com websites come with a WordPress.com branded domain (e.g. https://yourwebsite.wordpress.com). You’ll need a paid plan to get a custom domain name (e.g https://www.yourwebsite.com).\n
  • They can delete your site at any time if they think that it violates their terms of service.
  • \n
  • Your site will display a powered by WordPress.com link. It can be removed by upgrading to the Business plan.
  • \n
  • WordPress.com does not offer any eCommerce features or integrated payment gateways unless you switch to the eCommerce plan.
  • \n
  • You cannot build membership websites with WordPress.com.
  • \n
\n

As you can see, the WordPress.com hosting platform is quite limited when you’re on the free, personal, or even premium plan. To unlock some of the more advanced features, you have to be on the Business plan ($300 per year) or on the VIP plan ($5000 per month).

\n

WordPress.com vs WordPress.org (FAQs)

\n

Since this is a popular topic, and WPBeginner is the largest free WordPress resource site for beginners, we get tons of questions regarding WordPress.com vs WordPress.org.

\n

We have done our best to answer the most frequently asked questions below:

\n

WordPress.com vs WordPress.org – Which is Better?

\n

If you are a personal blogger, and you don’t care about making money from your website, then go with the free WordPress.com.

\n

If you are a business or a blogger that wants to make money from your site, then we recommend using the self-hosted WordPress.org. It gives you the freedom and flexibility to grow your website the way you want.

\n

While you can get several advanced features with the WordPress.com Business plan ($300 / year for each website), you can make that money go much further on a self-hosted WordPress site which costs $46 per year.

\n

In our expert opinion, WordPress.org is hands down the better platform. That’s the platform that every professional blogger, small business owner, and even big name brands like Disney uses.

\n

Can I Monetize Free WordPress.com Website?

\n

WordPress.com does not allow you to run ads on free WordPress.com websites. If you run a high traffic website, then you can join their own WordAds program and share your ad revenue with WordPress.com.

\n

You can put some affiliate links on your website, but that’s about it.

\n

Basically, you have very limited options to monetize content on your WordPress.com website.

\n

WordPress.com vs WordPress.org – Which one is better for Ecommerce?

\n

WordPress.org offers the easiest way to build an eCommerce website. You can use WooCommerce to build your store or choose from many other WordPress eCommerce, membership, and LMS plugins.

\n

WordPress.com also offers an eCommerce plan starting at $540 per year which is a hefty amount if you are just getting started. It is still limited in terms of features and you’ll have to follow WordPress.com’s terms of services for your eCommerce store.

\n

See our guide on how to start an online store without a high budget.

\n

How do I start a WordPress.org Website?

\n

To start a self-hosted WordPress website, you need a domain name and WordPress hosting.

\n

A domain name is your website’s address on the internet such as google.com, wpbeginner.com, etc. Web hosting is where your website files are stored on the internet.

\n

We recommend using Bluehost for hosting your website because they are one of the largest web hosting companies in the world. They’re also an official WordPress.org recommended hosting provider. Last but not least, they’re offering our users a free domain + 60% off on hosting.

\n

For step by step instructions, you can checkout our free guide on how to make a website.

\n

If you need help, WPBeginner team can even install WordPress and build your website for free. Learn more about how our free WordPress blog setup works.

\n

Can I move from WordPress.com to WordPress.org?

\n

Often new users who don’t know the difference between WordPress.com vs WordPress.org end up starting with the free WordPress.com service. Once they see the limitations of the platform, they want to switch to “the Real WordPress” aka WordPress.org.

\n

Yes, you can definitely switch from WordPress.com to WordPress.org and fairly easily move all of your content.

\n

We have created a step by step guide on how to move your blog from WordPress.com to WordPress.org, or you can take advantage of our free blog setup service, and we will transfer your blog for free.

\n

WordPress.com vs WordPress.org – Summary

\n

The best way to think about the differences between WordPress.com vs WordPress.org is the analogy of renting a house vs. owning a house.

\n

WordPress.com is similar to renting a house. You have limited power and control over what you can and cannot do.

\n

WordPress.org is like owning a house. Where you have full control, no one can kick you out, and you can do anything that you want.

\n

Below is the summary of everything we discussed above in our self-hosted WordPress.org vs WordPress.com comparison:

\n\n\n\n\n \n\n\n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n \n\n\n
 WP.org (Platform)WP.com (Free)WP.com (Premium)WP.com (Business)
Cost$46 - $100 / yearFree$96 / year$300/ year
Custom DomainYesNoYesYes
Hosting StorageUnlimited3 GB13 GB200 GB
Monetization FreedomYesNoYes (with rev/share)Yes (with rev / share)
Branding FreedomYesNoNoYes
All SEO FeaturesYesNoNoYes
Powerful AnalyticsYesNoNoYes
Full Theme SupportYesNoLimitedYes
Full Plugin SupportYesNoNoYes
Ecommerce StoreYesNoNoNo
Membership SiteYesNoNoNo
MaintenanceYesNoNoNo
Full ControlYesNoNoNo
\n\n

Final Thoughts

\n

The confusion created by similar domains: WordPress.com vs WordPress.org is quite unfortunate for beginners. There is a lot of history behind the decisions, and you can read more about that in our article how WordPress.com and WordPress.org are related.

\n

Our hope is that you found this article helpful in understanding the differences between WordPress.org and WordPress.com.

\n

We wish you all the best with your website and hope that you chose the right platform: WordPress.org.

\n

If so, you may want to follow our guide on how to learn WordPress in 7 days or less. You may also want to see our guide on how to increase your blog traffic (with 27 proven tips).

\n

If you liked this article, then please subscribe to our YouTube Channel for WordPress video tutorials. You can also find us on Twitter and Facebook.

\n

The post WordPress.com vs WordPress.org – Which is Better? (Comparison Chart) appeared first on WPBeginner.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:106:\"https://www.wpbeginner.com/beginners-guide/self-hosted-wordpress-org-vs-free-wordpress-com-infograph/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:3:\"382\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://www.wpbeginner.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"hourly\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:16:{s:6:\"server\";s:12:\"nginx/1.17.6\";s:4:\"date\";s:29:\"Fri, 07 Feb 2020 02:06:38 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:22:\"Accept-Encoding,Cookie\";s:13:\"last-modified\";s:29:\"Thu, 06 Feb 2020 16:19:45 GMT\";s:4:\"etag\";s:20:\"\"486d-59deaa425bf46\"\";s:13:\"accept-ranges\";s:5:\"bytes\";s:13:\"cache-control\";s:57:\"max-age=172800, public, must-revalidate, proxy-revalidate\";s:7:\"expires\";s:29:\"Sun, 09 Feb 2020 02:06:38 GMT\";s:15:\"referrer-policy\";s:26:\"no-referrer-when-downgrade\";s:27:\"access-control-allow-origin\";s:1:\"*\";s:12:\"x-powered-by\";s:22:\"W3 Total Cache/0.9.7.4\";s:6:\"pragma\";s:6:\"public\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"via\";s:10:\"1.1 google\";s:7:\"alt-svc\";s:5:\"clear\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(68383,'_transient_timeout_external_ip_address_192.168.131.176','1573691693','no'),(68384,'_transient_external_ip_address_192.168.131.176','103.67.235.121','no'),(74217,'_site_transient_timeout_browser_05f578eb3fa9f908f5d74ef7bf6207a5','1583117338','no'),(74218,'_site_transient_browser_05f578eb3fa9f908f5d74ef7bf6207a5','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:13:\"79.0.3945.130\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(117218,'_transient_wflginfl_00000000000000000000ffffcb65bc04','2','no'),(117207,'_transient_timeout_wflginfl_00000000000000000000ffff676e90d4','1630068950','no'),(117208,'_transient_wflginfl_00000000000000000000ffff676e90d4','2','no'),(117209,'_transient_timeout_wflginfl_00000000000000000000ffff29e96c63','1630068951','no'),(51812,'wp-smush-settings','a:15:{s:11:\"networkwide\";b:0;s:4:\"auto\";b:1;s:5:\"lossy\";b:0;s:10:\"strip_exif\";b:1;s:6:\"resize\";b:0;s:9:\"detection\";b:0;s:8:\"original\";b:0;s:6:\"backup\";b:0;s:10:\"png_to_jpg\";b:0;s:7:\"nextgen\";b:0;s:2:\"s3\";b:0;s:9:\"gutenberg\";b:0;s:3:\"cdn\";b:0;s:11:\"auto_resize\";b:0;s:4:\"webp\";b:1;}','yes'),(73282,'_transient_timeout_feed_mod_fd8071797867bca1fc1ed5947d3462ec','1581084404','no'),(73283,'_transient_feed_mod_fd8071797867bca1fc1ed5947d3462ec','1581041204','no'),(94792,'_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9','1609527196','no'),(94793,'_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:61:\"\n \n \n \n \n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:39:\"WPTavern: 2020: Step Away From the Fire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109487\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/2020-step-away-from-the-fire?utm_source=rss&utm_medium=rss&utm_campaign=2020-step-away-from-the-fire\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:11328:\"\n\n\n\n

If there was a common theme that held humanity together in 2020, it was that most of us agreed that the year was nothing short of a dumpster fire. That and sweatpants.

\n\n\n\n

As people learned to cope with a new reality in the Covid-19 era, the WordPress community has been a beacon of hope. When other industries needed to learn how to work remotely, we were already ahead of the pack and willing to help. As people dealt with the stress of not having meetups in person, the WordPress community thrived with online events.

\n\n\n\n

The early year was tough. From toilet paper shortages to being unable to work from a favorite coffee shop, the pandemic took its toll.

\n\n\n\n

However, we have learned to cope throughout the year. We used new ways to communicate from a distance. Created new circles of friends. Found extra time for long-forgotten hobbies online and off.

\n\n\n\n

We continued to create art, which is the thing that makes our species so undeniably unique.

\n\n\n\n

Maybe it is all the lessons we have learned through the past several months. Perhaps it is that a new year is upon us. The winds of change feel like they are gently nudging us forward.

\n\n\n\n

Over the past couple of months, I have noticed a new calmness. A new hopefulness. A feeling that we will continue to rise above any challenges that come our way. While death and illness are still a part of our daily reality, we must continue to lean on the people within communities like WordPress for support. We will continue marching ahead together.

\n\n\n\n

I always like to take stock of the past year. This helps keep me grounded and remain optimistic about the future. The following is a look back at 2020 for WP Tavern and WordPress.

\n\n\n\n

WP Tavern Stats

\n\n\n\n

We have had a solid year of publishing here at the Tavern. Our team, including guest authors, wrote 401 posts. In 2019, we knocked out 382. Next year, I expect that figure to increase.

\n\n\n\n

Our word count average soared. This year, we averaged 790 words per post. In 2019, that number was 589. While word count is not a testament to quality writing, we did have opportunities to dive deeper into topics than before. In total, we wrote over 315,000 words. That is about 80,000 words shy of Brandon Sanderson’s The Way of Kings. You could say that we wrote enough to fill an epic fantasy novel.

\n\n\n\n

“Likes” were up this year too. We went from an average of 7.0 likes per post in 2019 to 8.7 in 2020.

\n\n\n\n

For comments, it is hard to gauge. The WordPress.com Stats feature does not seem to be accurately tracking our comment counts. The figure is nowhere close to correct. By my rough estimate (counting in hundreds), we have at least twice as many published comments as the data shows.

\n\n\n\n

There were a few days scattered throughout the year in which we came within a hair’s breadth of surpassing the site’s all-time daily view count. But, alas, we fell just shy of the mark. Maybe next year.

\n\n\n\n

Most Viewed Posts of the Year

\n\n\n\n

The following is a list of the 10 most-viewed posts published this year. They are not necessarily representative of our best work. However, they do represent what folks were reading. Everything beyond this was pretty close in terms of stats.

\n\n\n\n
  1. Preparing for WordPress 5.4: Changes Theme and Plugin Developers Should Know About
  2. Matt Mullenweg Unveils Gutenberg Roadmap at WCEU, WordPress Agencies and Product Developers Sprint to Prepare
  3. W3C Drops WordPress from Consideration for Redesign, Narrows CMS Shortlist to Statamic and Craft
  4. Major jQuery Changes on the Way for WordPress 5.5 and Beyond
  5. What Is Full Site Editing and What Does It Mean for the Future of WordPress?
  6. Biden-Harris Transition Website Launches on WordPress
  7. WordPress 5.6 Will Ship With Another Major jQuery Change
  8. GoDaddy’s ‘Go’ WordPress Theme Offers a Page-Building Experience via the Block Editor
  9. Font Awesome Releases New COVID-19 Awareness Icons
  10. Automatic Theme and Plugin Updates Slated for WordPress 5.5
\n\n\n\n

For some reason, Sarah’s piece on adding subscript and superscript characters from 2014 always sneaks its way into the most-viewed posts of the year. It was technically #6 on the list, but it wasn’t published in 2020.

\n\n\n\n

The Year in WordPress

\n\n\n\n

It was the year that saw the rise of online-only WordCamps. What started with WordCamp Asia canceling its inaugural event in February ended with Matt Mullenweg giving the annual State of the Word virtually, a first. WordCamp Europe took its massive event online for 2020 while WordCamp U.S. canceled its planned virtual get-together after months of pandemic stress and online event fatigue.

\n\n\n\n

We saw the community rise up and tackle problems from the beginning. Companies like Wordfence, Yoast, and GoDaddy provided help for those who were not refunded travel expenses after cancellations. At the end of the day, that is what the WordPress community is all about: people helping other people.

\n\n\n\n

WordPress kept chugging along, despite the stressful year. The big highlights were three major releases of the software:

\n\n\n\n\n\n\n\n

WordPress also turned 17 this year. Its step into adulthood next year should be an adventure.

\n\n\n\n

Posts From Contributing Writers

\n\n\n\n

Rather than focusing too much on the work that Sarah and I have put into the Tavern this year, I want to say thank you to our contributing writers. They managed to fill some gaps when we were unable to throughout the past 12 months. They have added viewpoints outside of our own, enriching the content that our site offers. If anything, I want to see further contributions from a wider range of the WordPress community in the future.

\n\n\n\n

I do not typically like to play favorites with our guest writers, but Francesca Marano’s piece titled A Non-Technical Release Lead’s Journey to Becoming a Mentor for WordPress Core Development was one of my favorite reads of the year. Her backstory is a good intro to the article. Her depth of knowledge and insight into the room where it happens makes it a must-read for anyone unfamiliar with how WordPress gets made.

\n\n\n\n

Chris Maiorana’s WordPress University Was Always Online is a reminder that the education we need to excel in the online business market is but at our fingertips. It also touches on how the pandemic has allowed more people to realize that the traditional college experience is not the only path forward. It is a great piece that forces us to explore alternatives. And, these alternatives have always been available in the WordPress ecosystem.

\n\n\n\n

Maiorana’s piece on the State of the Meetup Under Lockdown explores how the virtual realm has changed meetups. Bringing Back Blogs in the Age of Social Media Censorship is a look into how blogs are the answer in the age of censorship, even when we disagree with a person’s position on a subject.

\n\n\n\n

On the technical end of things, Jonathan Bossenger wrote an in-depth piece for Getting Your WordPress Plugins and Themes Ready for PHP 8. He goes through everything that developers need to know to get their projects updated. The article also provides tools and resources to make things easier.

\n\n\n\n

Goodbye, 2020

\n\n\n\n

While the year might not have been ideal in many ways, there were some great moments. As I reflect upon the events of the last 12 months, I do not see a complete dumpster fire. There was a lot of good that came out of it. The world has changed in some large ways. Our societies have undergone some subtle reshaping. I do not know what 2021 holds, but I remain optimistic.

\n\n\n\n

I look forward to another year covering the events surrounding WordPress. I hope you continue down this journey with the WP Tavern team.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2020 22:44:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Matt: Jack Dorsey and Running Two Companies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53328\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://ma.tt/2020/12/running-two-companies/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1808:\"

I had the pleasure of interviewing Jack Dorsey for the Distributed podcast, a conversation that ended up going a bit deeper and longer than previous episodes.

\n\n\n\n

In preparation for the interview I kept coming across people critical about the fact that Jack is the CEO of two companies simultaneously, Twitter and Square, each having over 5,000 employees.

\n\n\n\n

I think what people miss is that at that scale, running a company is not that different from running a large division of a company. No one asks Jeff Bezos how he’s CEO of both a retail company and a cloud computing one (AWS), or Tim Cook how he’s CEO of a hardware business and a services business, and of course with both of those examples the breadth of what the companies cover is much wider. Also as an added benefit, shareholders can choose to invest in Square and Twitter together or not.

\n\n\n\n

All of that said, I think having a CEO-level seat at two of the most influential technology companies today does allow for accelerated learning, as organizational experiments will naturally happen at each company and then the best practice can be shared to the other. Jack wasn’t aware how much peer executives at each company meet with each other to share learnings, but that seems like an obvious win.

\n\n\n\n

Readers of this blog will especially appreciate how much we talked about open source and cryptocurrencies, and his view on the three things he’s responsible for as CEO. Give it a listen and let me know what you think.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 31 Dec 2020 03:18:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: Understanding the Query Block and Its Importance in Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109593\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/understanding-the-query-block-and-its-importance-in-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=understanding-the-query-block-and-its-importance-in-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5285:\"

I really don’t understand this Query block even though it’s been mentioned in several Tavern posts. My eyes seem to gloss over when reading about it – ha!

Is it important that regular WordPress users understand this block, or is it really a block for developers?

Marcus

\n\n\n\n

I have given the Query block a lot of attention as of late. On occasion, I may have even called it one of the largest hurdles the Gutenberg development team has needed to jump before block-based themes become a reality. However, the “query” WordPress term is not something all users or Tavern readers are familiar with. It is a concept as old as WordPress and generally something that only developers needed to familiarize themselves with. When Full Site Editing lands in WordPress, the new block will expose the Query to far more users as part of the site editor interface.

\n\n\n\n

It is a block that is currently a part of the Gutenberg plugin but not WordPress core. However, at some point in 2021, more and more end-users and developers will be working with it.

\n\n\n\n

In WordPress terminology, we are really talking about two things, the Query and the Loop. The Query is defined by a set of arguments or options that determine what posts to display. The Loop is the part of the machine that “loops” through the queried posts and displays them, one after another. The Query asks for posts; the Loop cycles through them.

\n\n\n\n

Traditionally, theme authors were responsible for adding the Loop code to their templates, which used the global Query that WordPress supplied. Themes could also create custom queries, such as adding a posts list widget, categorized homepage post sections, or anything. And, “posts” can be anything from normal blog posts to WooCommerce products to the latest topics from the bbPress plugin.

\n\n\n\n

The Query may be one of the single most important aspects of WordPress. In essence, it is the engine behind displaying the content of every page on the site. Without it, all WordPress sites would simply be a header and a footer.

\n\n\n\n

The Gutenberg plugin provides two blocks for the Query:

\n\n\n\n
  • Query: The outer block for setting the options for which posts will show.
  • Query Loop: The inner block, which is automatically added when using Query.
\n\n\n\n

Currently, users can select between four fairly standard variations when first adding the Query block. They are combinations of the post featured image, title, date, and excerpt.

\n\n\n\nQuery block variations.\n\n\n\n

These can be further customized via the block options panel in the sidebar. Users can also find “view” options in the toolbar for selecting between List and Grid views. The List view is the traditional list of posts flowing vertically down the page. The Grid view displays posts in two to six columns.

\n\n\n\nGrid view of posts while using the Query block.\n\n\n\n

The Query block has a basic set of options for which post types to display and how to order them. It has filters for categories, tags, authors, and keywords. The block is not as robust as what is possible with code yet. It is missing some basic options like a post number limit and nearly all of the more advanced parameters. However, it is a promising starting point.

\n\n\n\n

The more exciting aspects of this feature for end-users may not be the Query block at all. It is customizing the blocks that go inside, which display things like the featured image, post title, and more.

\n\n\n\n

As a former theme author, I cannot count the number of times users have asked me about customizing some aspect of the posts layout. Having them dive into code to make minor changes, such as removing the post author name or displaying the category in a different place, was not an ideal experience. The site editor will put this power directly into each user’s hands.

\n\n\n\nAdding post-related blocks to the Query block in Grid view.\n\n\n\n

The comment by Marcus was on the Tavern’s post covering Gutenberg 9.6. The latest version of the plugin introduced global query inheritance for the Query block. This means that theme authors can now replicate the content layer in block-based themes. Previously, pages like archives and search results would simply display the latest posts when a theme used the Query block. Now, each of those pages can display the correct posts.

\n\n\n\n

However, the Query block is so much more than that. In the hands of users, it can be a powerful tool for creating custom output on a homepage — think newspaper-style categorized sections. Users can also create post lists in a sidebar, such as the latest forum replies or products. Theme authors can offer templates or block patterns with unique designs or as starting points for end-users to modify. There is no shortage of possibilities.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2020 23:05:39 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:158:\"WPTavern: GitHub’s 2020 State of the Octoverse Report Highlights: Developers are Working More Hours but Turning to Open Source Projects for Creative Outlets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109613\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:353:\"https://wptavern.com/githubs-2020-state-of-the-octoverse-report-highlights-developers-are-working-more-hours-but-turning-to-open-source-projects-for-creative-outlets?utm_source=rss&utm_medium=rss&utm_campaign=githubs-2020-state-of-the-octoverse-report-highlights-developers-are-working-more-hours-but-turning-to-open-source-projects-for-creative-outlets\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3644:\"

GitHub has published its annual Octoverse report for 2020. The code hosting platform currently serves more than 56 million developers who created 60+ million new repositories this past year. The volume of work pumping through GitHub’s pipes and its preeminence as the world’s largest developer platform gives the company access to a trove of data on how people have been working during the pandemic.

\n\n\n\n

The Productivity report shows that developers have been putting in longer hours as compared to the previous year. It includes data on what time of day people seem to be more productive, as well as minute changes in the volume of work across various time zones and countries with different COVID-19 responses. The graph below tracks the US Pacific Time Zone, showing a spike in the push window and work volume beginning in mid-March with lockdowns. The volume of work remained consistently higher than the previous year.

\n\n\n\n
\n\n\n\n

GitHub recorded 35% more repositories created than last year and 7.5 hours faster pull request merge times in teams’ most productive and collaborative weeks.

\n\n\n\n

Developers seem to be getting more done and GitHub attributes this to people using automation to accelerate their work, improved development practices, and the flexibility of blurring the lines between work and life. The report also cautions that this high volume of work may not be sustainable long-term should be tempered with regular breaks and conscious energy management practices.

\n\n\n\n

This collection of reports also highlights a few trends in the wider open source community. Alongside a general jump in work volume, GitHub tracked an increase in open source activity on weekends and holidays, at the same time that Enterprise developer activity dropped. Open source project creation is also up by 25% year over year since April 2020.

\n\n\n\n
\n\n\n\n

The data suggests that even when developers conclude their regular work, they are turning to open source projects for creative outlets. These projects often provide meaningful connections and community while the world is stuck at home.

\n\n\n\n

Based on these findings, GitHub recommends that organizations recognize the importance open source projects hold for employee wellbeing and enrichment when they are contributing outside of work.

\n\n\n\n

The State of the Octoverse also includes reports on Community and Security. GitHub found that 17% of the vulnerabilities hosted on its platform were explicitly malicious but triggered just 0.2% of alerts. The remaining 83% of vulnerabilities were the result of mistakes. The company found that vulnerabilities are fixed 1.4x faster when repositories are set up to automatically generate a pull request when a patch is available.

\n\n\n\n

In 2020, the average time for vulnerabilities to go undetected before being identified is four years for GitHub-hosted repositories. On average, it takes 4.4 weeks for the community to code and release a fix, and 10 weeks to alert the community on the availability of a security update. Once notified, users generally apply the update within one week.

\n\n\n\n

GitHub reports that its community is becoming more diverse as those who identify as developers have decreased from 60% in 2016 to 54% in 2020. Profiles related to education are growing (up from 17% in 2016 to 23% in 2020), followed by users working in data. The platform is becoming more approachable for collaborators who do not come from a development background.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Dec 2020 07:08:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"WPTavern: Armando WordPress Theme Provides Insight Into the Current State of Full Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109503\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/armando-wordpress-theme-provides-insight-into-the-current-state-of-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=armando-wordpress-theme-provides-insight-into-the-current-state-of-full-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5271:\"

As we inch closer to a year in which WordPress’s primary focus will be on Full Site Editing, it is fortunate timing that Themes Team representative Carolina Nymark publicly announced her latest theme, Armando. It is a blogging theme that makes use of the latest features from the Gutenberg plugin.

\n\n\n\n

The theme is currently awaiting review for the WordPress theme directory. It is also available via GitHub.

\n\n\n\n

The news of Armando came moments after Nymark announced a redesign of her Full Site Editing website. The site is a resource for WordPress users and developers to learn more about upcoming features. It is built entirely out of blocks. It is also one of the few sites in the wild running a block-based theme in production.

\n\n\n\n

Armando is one of the better themes for testing Full Site Editing. This should come as no surprise. Nymark is a veteran of the Themes Team. She tends to cover all the bases and has done so with this theme. There are even notes in the code where she intends to change things as site editing improves.

\n\n\n\n

The theme is a solid starting point for theme authors who have yet to dip their toes into block-based theme development. It is also usable enough for end-users who want to experience the current state of Full Site Editing.

\n\n\n\nEditing a single post template in the site editor.\n\n\n\n

The theme does not have a particular artistic flair. It is simple. It is a basic blogging theme that showcases each element the Gutenberg team has covered thus far in its journey toward the new block-based design system.

\n\n\n\n

Armando also uncovers some of the current problems with the system. As Nymark noted in her stylesheet, “Date and categories are all block elements, we need to adjust them to align them better next to each other.” On the front end, the theme’s CSS adjusts these block-level elements to correctly line up with each other. However, as seen in the site editor view, they are separated as blocks. Post metadata like the author, date, and category often need to be inline. This choice for aligning basic elements of theme design also needs to exist in the site editor. That is if we ever want theme authors to adopt it. And, we haven’t even gotten to the complicated stuff yet.

\n\n\n\n

Armando is one of the first block-based themes I have seen to include a 404 template. This is important because it is one reason the site editor needs to exist in WordPress. Throughout all of the platform’s history, there was no standard way for users to edit their 404 page, which is the page visitors see when they travel to an invalid URL on a site.

\n\n\n\nEditing the 404 template \n\n\n\n

Landing on a 404 page on most WordPress sites is one of the worst user experiences a site visitor can have on the web. Traditionally, themes might have added some unhelpful text, a search box, and maybe a list of recent posts. But, most users had no control over it unless they directly edited their theme’s code. They could not add a bit of pizzazz, personalized messages, or more meaningful directions for the visitor who stumbled upon the page through no fault of their own. Some themes have provided workarounds for this over the years. Such solutions have included allowing users to assign a private page or adding customizer options. However, changing themes meant losing that 404-page customization because it was a non-standard solution.

\n\n\n\n

Full Site Editing changes that. Users will have direct access to creating a custom 404 page that best suits their site. It is nice that the Armando theme already includes a template to start from.

\n\n\n\n

The Armando theme also includes three different header templates for users to switch between. This could offer some insight into how theme authors may tackle design choices in the future. Traditional themes often have numerous checkboxes, input fields, and dropdowns for changing such design elements. Selectable template parts could be the alternative.

\n\n\n\nSwitching the header template part.\n\n\n\n

I lean more toward seeing theme authors using block patterns rather than templates for this. However, WordPress needs to add a method for designating patterns on specific editing screens (e.g., post editor vs. site editor). In the long run, the patterns UI feels like it will be a better place. That is assuming it ever receives an expanded view or overlay option. There may be solutions where patterns and template parts merge as well.

\n\n\n\n

Either way, this type of experimentation is what we need to see in the WordPress theme development world at the moment. I welcome more of it.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2020 22:37:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:64:\"WPTavern: AMP Under Fire in New Antitrust Lawsuit Against Google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109265\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:173:\"https://wptavern.com/amp-under-fire-in-new-antitrust-lawsuit-against-google?utm_source=rss&utm_medium=rss&utm_campaign=amp-under-fire-in-new-antitrust-lawsuit-against-google\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6515:\"

AMP (Accelerated Mobile Pages), an open source initiative that originated with Google, is coming under greater scrutiny at the tail end of 2020, as the company is facing a rash of antitrust lawsuits beginning in October. The second suit is the one most pertinent to the AMP project. (A third suit brought by 38 state attorneys general alleges that Google is operating an illegal monopoly for online search and search advertising.)

\n\n\n\n

The second suit is led by Texas Attorney General Ken Paxton and nine other state attorneys general. It alleges that AMP was created for the purpose of pushing publishers away from “header bidding,” an advertising mechanism that allows sites to route their ad inventory through several ad exchanges and sell the space to the highest bidder. Header bidding requires JavaScript and therefore doesn’t play well with AMP.

\n\n\n\n

The complaint claims that “Google’s program secretly let its own
exchange win, even when another exchange submitted a higher bid.” It also alleges that “Google ad server employees met with AMP employees to strategize about using AMP to impede header bidding, and how much pressure publishers and advertisers would tolerate:”

\n\n\n\n

First, Google restricted the code to prohibit publishers from routing their bids to or sharing their user data with more than a few exchanges a time, which limited AMP compatibility with header bidding. At the same time, Google made AMP fully compatible with routing to exchanges through Google. Google also designed AMP to force publishers to route rival exchange bids through Google’s ad server so that Google could continue to peek at rivals’ bids and trade on inside information. Third, Google designed AMP so that users loading AMP pages would make direct communication with Google servers, rather than publishers’ servers. This enabled Google’s access to publishers’ inside and non-public user data. AMP pages also limit the number of ads on a page, the types of ads publishers can sell, as well as enriched content that publishers can have on their pages.

\n\n\n\n

There are many more claims about collusion with Facebook and other anti-competitive practices, but the section regarding AMP may be of particular interest to publishers who are considering implementing it:

\n\n\n\n

Google falsely told publishers that adopting AMP would enhance load times, but Google employees knew that AMP only improves the [redacted] and AMP pages can actually [redacted] [redacted] [redacted]. In other words, the ostensible benefits of faster load times for cached AMP version of webpages were not true for publishers that designed their web pages for speed. Some publishers did not adopt AMP because they knew their pages actually loaded faster than AMP pages.

Google also [redacted] of non-AMP ads by giving them artificial one second delays in order to give Google AMP a [redacted] [redacted] slows down header bidding, which Google uses to turn around and denigrate header bidding for being too slow.

\n\n\n\n

The complaint references internal documents that demonstrate how AMP is an inferior product when compared to the options previously available to publishers:

\n\n\n\n

Google gave publishers a Faustian bargain: (1) publishers could lose more money by using header bidding because Google Search would suppress their search rankings and send traffic to competing AMP-compatible publishers; or (2) publishers could lose less money by using AMP pages and forgoing exchange competition in header bidding. Either option was far inferior to the options available to publishers before AMP was introduced. Just how inferior? [redacted] [redacted] [redacted] according to internal Google documents.

\n\n\n\n

Just 48 hours after this lawsuit was filed, AMP Advisory Committee member Terence Eden resigned from his position as a non-corporate representative.

\n\n\n\n

The goal of the AMP AC is to “Make AMP a great web citizen,” but Eden declined to nominate a replacement candidate, because he is concerned that “Google has limited interest in that goal.”

\n\n\n\n

“Google’s thesis is that the mobile-web is dying and people prefer to use apps – therefore making the web faster and more app-like will retain users,” Eden wrote. “Google doesn’t publish data about this, so I can’t directly criticize their motives. But I do not think AMP, in its current implementation, helps make the web better.

\n\n\n\n

“I remain convinced that AMP is poorly implemented, hostile to the interests of both users and publishers, and a proprietary and unnecessary incursion into the open web.”

\n\n\n\n

In a follow-up email to The Register, Eden said, “I don’t know what Google’s motives are. But AMP has not been responsive to the needs of users, publishers, or the web community. We need an open, standards based approach to the web.”

\n\n\n\n

Where will AMP go in 2021? Publishers have already invested a lot of resources in order to comply with its proprietary subset of HTML. Smaller sites often lack the resources to support AMP, which may be one reason why Google began investing heavily in developing WordPress plugins that make its products easier to use. More than 500,000 WordPress site are now using the official AMP plugin.

\n\n\n\n

Google has spent years clawing for greater AMP adoption, despite widespread criticism that the project is a threat to the open web. Every last bit of that effort is now in jeopardy if the complaints in the antitrust lawsuits and their supporting documents are found to be true.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 29 Dec 2020 05:43:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:84:\"WPTavern: Navigate the Content Canvas With the Block Editor Outline WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109480\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:213:\"https://wptavern.com/navigate-the-content-canvas-with-the-block-editor-outline-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=navigate-the-content-canvas-with-the-block-editor-outline-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4173:\"

Last week, Kalimah Apps released its Editor Block Outline plugin to the WordPress plugin repository. The idea is simple. The plugin adds a bordered outline to each block in the document along with their associated labels. For some users, this will help them navigate more complex layouts.

\n\n\n\n

There is little information available about Kalimah Apps through the usual WordPress-related channels. However, this is its second plugin in the directory. Its first plugin, which has not been updated in four years, was a massive library of over 40 shortcodes, 1,000s of icons, and dozens of animations. Editor Block Outline is much more scaled back and lean.

\n\n\n\n

The plugin adds a new sidebar panel to the editor. Its icon, located in the upper right of the screen, looks like a picture frame. It has several options to allow users to personalize the experience, such as what contexts to show the outline and whether to show the block name. The latter option is sometimes best disabled when inserting blocks with many inner blocks. Otherwise, the interface may look a bit cluttered.

\n\n\n\n

Users can also select an outline color, border style, and opacity. I recommend knocking opacity down below 50% for more of a guideline look, something that is visible but does not feel like it is a part of the content.

\n\n\n\nSelecting outline options for Editor Block Outline.\n\n\n\n

All of the settings are stored as user metadata. Using this data storage method means that each user can decide how they want to use this plugin. Or, they can even disable it altogether. Because it is stored this way, settings will carry over from one post to the next.

\n\n\n\n

“Do you want to know the feeling of driving while drunk, or to move around with blinders on? Then use Gutenberg without this plugin!!!” That is how one user reviewed this plugin. While I may not describe the default editor quite so — ahem — eloquently, this plugin does solve some problems, particularly when you need to more easily click around the interface.

\n\n\n\n

As Brian Gardner joked on Twitter, selecting some blocks like Columns is tedious work or a fun game of whack-a-mole:

\n\n\n\n
\n

Live footage of me trying to select the main Columns block in WordPress to increase the number. pic.twitter.com/Fud3DLQ4VH

— Brian Gardner (@bgardner) November 19, 2020
\n
\n\n\n\n

Of course, there are ways around that, such as using the navigation tree, breadcrumbs, or keyboard commands. However, the block editor is meant to be a visual interface that allows end-users to simply point and click on the elements they wish to edit. Selecting specific blocks has generally improved over time, but users still run into issues. Editor Block Outline makes it a much simpler affair.

\n\n\n\nSelecting the Columns block.\n\n\n\n

In Full Site Editing (FSE) mode with the Gutenberg plugin enabled, the plugin did not hold up quite as well. Depending on the theme in use, the blocks’ text labels were sometimes huge or did not match across the canvas. The plugin’s icon was also not available on the site editor screen.

\n\n\n\n

FSE is still in beta. The plugin cannot be expected to work with it yet. However, this is where I imagine the plugin will make the most sense for many users. In the post editor, it would get in the way of writing long-form posts. However, the plugin could become an invaluable tool for navigating complex layouts in both the post and site editors.

\n\n\n\n

More than anything, the reason I like Editor Block Outline is its dedication to a singular purpose. It adds a simple feature that enhances the editor without taking on too large of a role.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2020 21:05:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"BuddyPress: BuddyPress in 2020, it’s a wrap!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=316282\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://buddypress.org/2020/12/buddypress-in-2020-its-a-wrap/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9203:\"

Hello dear members of the BuddyPress community,

\n\n\n\n

For this last day of 2020, we are inaugurating our very first End of Year wrap-up post. We believe it’s a good way to congratulate ourselves (the whole BuddyPress community) about the free & priceless hard work we’ve all put together into our open source project.

\n\n\n\n

There are many ways we are getting involved into BuddyPress and we all know the best way to maintain BuddyPress in the long term is to give some of our spare time to carry on bringing that little piece to the project. Every contribution makes a difference.

\n\n\n\n

Let’s thank us all, the users, the support forum moderators, the documentation writers, the translators, the theme designers, the plugin developers & the BuddyPress Core committers team. We have built great community features all along the 2020 year.

\n\n\n\n

\"👏\"

\n\n\n\n
\n\n\n\n

Here are our results:

\n\n\n\n

2020 releases

\n\n\n\n
  • 9 releases (3 more than in 2019)
  • 2 major releases (1 more than in 2019)
  • 7 minor releases (2 more than in 2019)
\n\n\n\n

2020 Tickets

\n\n\n\n
  • We’ve fixed 186 tickets, it’s 62% more than in 2019.
  • The 6.0.0 release (May 2020) was the one which fixed the most tickets for 2 years (89).
  • Comparing to 2019, we’ve increased the fixed tickets per release average from 14 to 23.
\n\n\n\n

2020 Code contributors

\n\n\n\n
  • 7.0.0 gathered the highest number of contributors for 2 years. We were 55 involved into the making of this release. It’s almost twice the number of contributors the 5.0.0 release got in 2019.
  • For each release we are an average of 14 contributors per release. In 2019 we were 9 contributors. Contributions to the BuddyPress project grew by 40% in 2020.
\n\n\n\n

2020 Downloads

\n\n\n\n
  • Most important spike for 2 years happened in 2020 for the 7.0.0 releases: 34.236 downloads on December 11.
  • BuddyPress was downloaded more than 1.257.556 times in 2020 (the year is not finished yet \"😌\").
  • The growth ratio is 23% compared to 2019.
\n\n\n\n
\n\n\n\n

Here are our achievements:

\n\n\n\n

Acknowledging Polyglots contributions

\n\n\n\n

Making BuddyPress available in as many languages as possible is very important to ensure the best user experience of the plugin features. We are always trying to improve how we credits translators and ease their tasks. During the 6.0.0 release, we’ve reviewed all the strings needing translators comments to explain the meaning of the placeholders we use (e.g.: %s, %d, %1$s, etc.).

\n\n\n\n

We’ve also decided to include, from now on, into major release credits the translation contributor names that have given their times to make sure the development (Trunk) translation is 100% ready once our major releases final string freeze step is over. This work is strategic to BuddyPress users as they will be able to get the new strings translation as soon as they upgrade or install the plugin.

\n\n\n\n
\n\n\n\n

Easing & welcoming code contributions

\n\n\n\n

At the end of 2019, we’ve made available a new plugin to ease beta-testing, this year we’ve added the @wordpress/env package to our development version (Trunk) and wrote a tutorial about how you can easily set up a development environment to play with BuddyPress code thanks to it. We believe it’s an important step towards making contributing to BuddyPress easier and we hope it will increase the number of people getting involved into BuddyPress source code improvements.

\n\n\n\n

Before starting the 7.0.0 development cycle and just like the WordPress Core team does before each major milestone, we’ve published our first “Call for tickets”. We’ll do it before each major release so that you can share with the BuddyPress Core committers the tickets you think should be fixed for the next development cycle. The priorities of the BuddyPress community matter, we encourage you to use this call for tickets to make your voice heard.

\n\n\n\n
\n\n\n\n

Informing BuddyPress Theme & Plugin authors about important changes

\n\n\n\n

During the 6.0.0 development cycle we (re)started to take the time to write developer notes as soon as possible. We also organized these notes into categories according to the version number of the release being built.

\n\n\n\n
  • To prepare 6.0.0, we’ve published 4 notes,
  • To prepare 7.0.0, we’ve published 9 notes.
\n\n\n\n

Our goals doing so is to limit the risk of “breaking” your active theme or plugins keeping their authors aware of changes they should check before a major release is published. It can also help developers to start working early on extending BuddyPress new features. Please do read these notes and share them with your networks to increase their audience and contribute to cover this risk.

\n\n\n\n
\n\n\n\n

Checking how you use BuddyPress and what are your needs:

\n\n\n\n

BuddyPress surveys are back! BuddyPress is about users: we are very happy we could organize the 2020 survey to get you inputs about your BuddyPress usage and about the specific directions for the plugin we are thinking of for its future.

\n\n\n\n
\n\n\n\n

Introducing new community features to the BuddyPress plugin:

\n\n\n\n
  • The BP REST API welcomed 6 new endpoints to help you build great interactions from your applications about: Blogs, Blog avatar, Friends, Group Cover Image, Member Cover Image, and User Signups.
  • 5 BuddyPress blocks have landed into the BuddyPress blocks category of your WordPress Block Editor.
  • New Administration screens to manage BuddyPress Types (Member & Group ones) are now available within your WordPress Dashboard.
  • Just like Members & Groups, the Blogs component can now enjoy a new default avatar for Sites.
  • A great 2.0 version of BP WP CLI to help you manage your BuddyPress site right from the command lines.
  • And many fixes and improvements about the existing features (See 6.0.0 & 7.0.0 release notes)
\n\n\n\n
\n\n\n\n

Starting side projects:

\n\n\n\n\n\n\n\n

If one of these projects is interesting you, don’t hesitate to contribute to it.

\n\n\n\n
\n\n\n\n

2021 Goals

\n\n\n\n

Based on the discussions the Core Team had during our development meetings (every other Wednesday at 19:00 UTC in #BuddyPress), here’s a list of directions we mostly agree on about:

\n\n\n\n
  • A fantastic standalone BuddyPress theme.
  • BuddyPress code reference.
  • A BuddyPress Attachments component.
  • Improve ways to get help about & for BuddyPress.
\n\n\n\n

Let’s try to make them concrete in 2021!

\n\n\n\n
\n\n\n\n

Thanks for reading this post and for your involvement in contributing to BuddyPress in 2020. Let’s wish us all a great new year’s eve \"🎉\". Bye 2020 and Happy 2021, full of great contributions, to the BuddyPress community.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 28 Dec 2020 19:29:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Matt: State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:22:\"https://ma.tt/?p=53321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://ma.tt/2020/12/sotw-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1319:\"

This tumultuous year, two things really helped me get through it: my colleagues at Automattic and the community of WordPress.

\n\n\n\n

At the end of the year I usually deliver a speech to the WP community we call the State of the Word, that celebrates what we accomplished the previous year and shines a light on what we could focus on in the coming year. There’s always a great energy in the room and I love mixing with the audience before and after the talk. This year we did it online, which meant we could produce the talk a little more, and we made extra time for the Q&A afterward with answers not just from me but folks across the community.

\n\n\n\n

One thing I’ll call out WordPress 5.6 had an all women and non-binary release squad of over 50 people, a first for WordPress and probably any large open source project. Also the market share of WordPress grew more in 2020 than it has in any year since it started being tracked!

\n\n\n\n

If you’re curious about what’s next for WordPress, check it out:

\n\n\n\n
\n\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 27 Dec 2020 22:55:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"WPTavern: Google to Migrate Structured Data Testing Tool to New Domain after Backlash from Deprecation Announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109332\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:275:\"https://wptavern.com/google-to-migrate-structured-data-testing-tool-to-new-domain-after-backlash-from-deprecation-announcement?utm_source=rss&utm_medium=rss&utm_campaign=google-to-migrate-structured-data-testing-tool-to-new-domain-after-backlash-from-deprecation-announcement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2781:\"

Google’s Rich Results Test came out of beta in July with support for all Google Search rich result features like carousels, images, or other non-textual elements. At that time, Google announced it would be deprecating the Structured Data Testing Tool, which SEOs, developers, and site owners have relied on for testing structured markup and troubleshooting schema issues.

\n\n\n\n

The SEO community reacted strongly to this change, because the Rich Results Test only validates structured data that is supported by Google. It also does not provide much useful feedback on errors.

\n\n\n\n

“This is awful,” SEO consultant Barry Adams said in response to the change. “The SDTT is a tool that validates ALL schemas and helps make the web a semantically richer place. The RR test only supports a tiny narrow subset of Google-approved schemas. You’re downgrading the web with this move.”

\n\n\n\n

When Google announced the Structured Data Testing Tool’s deprecation on Twitter, comments from various web professions indicated widespread disappointment in the decision.

\n\n\n\n

“The new tool is painfully slow,” digital marketing consultant Ian Lurie said. “The old tool showed a structured data result for the URL tested above. It provided useful feedback and supported industry-wide standardization. The truth is, you’re replacing a great structured data tool for an inferior Google-specific one.”

\n\n\n\n

After taking note of all the negative feedback, Google announced last week that it will no longer be deprecating the tool. Instead, the company plans to migrate it to a new domain:

\n\n\n\n

To better support open standards and development experience, we’re refocusing the Structured Data Testing Tool and migrating it to a new domain serving the schema.org community by April 2021. The main purpose of the tool will be to check syntax and compliance of markup with schema.org standards. 

\n\n\n\n

Google is making some changes to the tool to differentiate it from the Rich Results Test. The Structured Data Testing tool will not be able to check for Google Search rich result types. It will be refocused to validate only schema.org properties, and is recommended for validating types that Google Search doesn’t yet consume.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2020 23:56:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"WPTavern: Learn WordPress Launches Trac Introductory Workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109334\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:167:\"https://wptavern.com/learn-wordpress-launches-trac-introductory-workshop?utm_source=rss&utm_medium=rss&utm_campaign=learn-wordpress-launches-trac-introductory-workshop\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2230:\"

Jonathan Desrosiers, a WordPress core committer and software engineer at Bluehost, has published a new workshop titled “How to Use Trac” on the Learn WordPress platform. The 20-minute video offers a crash course on the ticket tracking software that WordPress relies on to manage core development. Trac is also used for contributing to WordPress’ meta component, which includes WordPress.org sites and API, directories, support areas, and other projects.

\n\n\n\n

Trac’s antiquated UI can be intimidating for newcomers, posing another barrier to contribution. Even experienced WordPress contributors are eager to move core development to GitHub or some other platform. It can get confusing since bugs related to the editor need to be reported on GitHub instead of Trac. Until WordPress adopts another platform, the ability to navigate Trac remains an important skill.

\n\n\n\n

Desrosiers’ workshop covers topics like searching for pre-existing tickets before reporting a new issue, how to write a good bug report or feature request, how to identify component maintainers, attaching patches, and how proper classification of the ticket can help other teams get involved. He also helps workshop students understand ticket resolutions so they can frame their expectations accordingly. This video includes a full walkthrough of creating a new ticket where Desrosiers explains each field on the form.

\n\n\n\n

Once you get up to speed on learning Trac and start contributing, you may also want to follow the WordPress Trac on Twitter. New contributors may also want to explore WPTracSearch, an unofficial project that provides an alternative Elasticsearch-powered interface for searching WordPress Trac tickets. WPTracSearch delivers more accurate results, even for basic queries, that can be filtered based on milestone, component, focuses, usernames, and more criteria.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2020 21:38:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"WPTavern: Gutenberg 9.6 Introduces Drag-and-Drop Blocks and Global Inheritance for the Query Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109323\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-6-introduces-drag-and-drop-blocks-and-global-inheritance-for-the-query-block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5098:\"

For some people, Christmas arrived a couple of days early. Gutenberg 9.6 launched with its first iteration of drag-and-drop blocks from the inserter. There are some other enhancements like vertical buttons, heaps of bug fixes, new APIs, and other improvements. But, let’s be real. The ability to drag blocks from the inserter into the content canvas is the highlight of this release.

\n\n\n\n

Another key feature is that the Query block, which is only available when Full Site Editing is enabled, now inherits from the global query arguments. As has been usual as of late, much of the work in the Gutenberg plugin has focused on improving the site editor.

\n\n\n\n

Drag Blocks Into the Content Canvas

\n\n\n\nDragging a block from the inserter and dropping it between paragraphs.\n\n\n\n

Perhaps the Gutenberg development team has seen your comments and your other comments. If there is one common thread among the comments on our Gutenberg-related posts, it is that a segment of the WordPress user base wants more drag-and-drop capabilities.

\n\n\n\n

The new feature only works with blocks right now. Users cannot yet drag and drop patterns from the inserter.

\n\n\n\n

After several tests since Gutenberg 9.6 Release Candidate 1 landed last week, I have had no issues with it. For the most part, the experience felt smooth and easy to use.

\n\n\n\n

I have never seen the allure of drag-and-drop features in a content editor. If I am not typing in Markdown, I am in the WordPress editor and using keyboard shortcuts. Throughout my career, I have either been writing code or writing words daily. Picking up my fingers from the keyboard only serves to waste time.

\n\n\n\n

Sometimes I forget that the block editor already has some drag-and-drop capabilities available, which allow end-users to move blocks from one position to another in the canvas. I tend to work with the top toolbar enabled, so I rarely see the feature.

\n\n\n\n

Nevertheless, I do see how dragging and dropping blocks could be useful to some users. I use them in other types of editors, such as Gimp or Photoshop, at times. The one thing I like about those is the toolset is always available in the sidebar. This is not the case with the block inserter. While it will stay open for users to drag multiple elements into their content, it disappears once users begin working elsewhere. That could become irritating if the user is in more of a visual-design workflow instead of a content-editing mode.

\n\n\n\n

Dragging blocks from the inserter would make more sense for my workflow in the upcoming site editor rather than the post editor. The feature works great in that context too.

\n\n\n\n

Query Block Supports Inheriting the Global Query Arguments

\n\n\n\nInheriting the Query block’s options from the URL.\n\n\n\n

The low-key star of this release is an update to the Query block, which is only available when using a block-based theme. The update is one of the most important breakthroughs for Full Site Editing, a pivotal moment in the history of the Gutenberg project.

\n\n\n\n

In previous iterations, the Query block required that themes via their block templates or end-users via the site editor define which posts to display. While that is a necessary function of the block, the missing piece was the global query support.

\n\n\n\n

In the simplest terms, whatever URL a visitor lands upon tells WordPress which posts to load. The data for loading these posts is all stored in a global set of query arguments. Themes can then loop through these posts to display them.

\n\n\n\n

In Gutenberg 9.6, the Query block can now inherit these query arguments. This means that things like the blog posts page, category archives, search results, and more will display the correct posts when someone visits one of those specific URLs.

\n\n\n\n

On the surface, this change merely adds a single option to the interface. However, under the hood, it is a achievement that clears a gaping path for developing block-based themes.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2020 20:16:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Exploring Photo Blocks, an Experimental FSE-Ready Photoblogging Theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:201:\"https://wptavern.com/exploring-photo-blocks-an-experimental-fse-ready-photoblogging-theme?utm_source=rss&utm_medium=rss&utm_campaign=exploring-photo-blocks-an-experimental-fse-ready-photoblogging-theme\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4979:\"

Kjell Reigstad announced the Photo Blocks theme on December 9. It is a part of an ongoing set of experimental work from the WordPress Theme Experiments repository on GitHub. It is essentially a testbed of ideas that are helping to propel the upcoming block-based theming era.

\n\n\n\n

In the past few months, I have covered the repository’s Carrd-like landing page theme, Twenty Twenty-One Blocks, and the Full Site Editing (FSE) Theme Generator. There is a lot of movement happening in the repository that theme developers would be remiss to overlook.

\n\n\n\n

“I built a new block-based photoblog theme in the experiments repo,” Reigstad tweeted just a couple of weeks ago. “It’s refreshing to see how well this works just with existing FSE tools.”

\n\n\n\n

Like most FSE-capable themes currently making the rounds, it is simple. There are miles left before block-based themes and the upcoming site editor reach maturity. Photo Blocks showcases yet another step in the evolution of the system.

\n\n\n\nPosts page view of Photo Blocks in the site editor.\n\n\n\n

The theme uses the Query block’s new grid view, which was added in Gutenberg 9.5. The Query block is one of the most important pieces of the Full Site Editing system. Like in traditional themes, the query and “the loop” output posts on the front end.

\n\n\n\n

The addition of the grid view allows themes to output their posts in columns. This is a nice addition for Photo Blocks and other photoblogging or portfolio themes. Currently, the Query block supports only a second type of view, the default list of posts. It all seems to limit design possibilities right now, but the grid option does provide some hope that more robust tools are coming.

\n\n\n\n

The Query block is undoubtedly one of the most complex features the Gutenberg team is building, and it is a crucial block for the upcoming site editor.

\n\n\n\n

There is also no posts pagination or navigation at the moment. That is because the Gutenberg team is still ironing out the details of such a block. This is another Herculean task given the near-limitless variations on designing posts navigation. The block will need to provide theme authors the flexibility they are accustomed to when writing code.

\n\n\n\n

Why Testing and Building Experimental Themes Matters

\n\n\n\n

The development of Photo Blocks exposed some missing features in Gutenberg. Without community feedback from building and testing block-based themes, it is tough for the development team to identify such issues.

\n\n\n\n

Currently, the only way to have same-height images in the Photo Blocks theme’s post grid is to manually crop and upload images with the same aspect ratio. Reigstad opened a ticket to set a consistent crop for the Post Featured Image block. I would also recommend an image-size option similar to how it is handled in the Image block.

\n\n\n\n

Traditionally, themes that output a grid of featured images would fall back to a default image or use the first image from the post content if one was not set. There is currently no way to do this with the Post Featured Image block — another missing key feature. Reigstad opened a new ticket that proposed taking the idea further.

\n\n\n\n

“In the past, the featured image was a single image, added and managed separately from the rest of the post content,” he wrote. “For block-based sites however, that restriction is largely unnecessary. Rather than just an image, we should consider making it possible to set a video or audio embed as the ‘Featured’ block. Also, since posts are made up of structured data, it’s theoretically possible to signify any block from within post content as a ‘Featured’ block.”

\n\n\n\n

The idea of featured media is not new. Many themes have had featured audio and video in the past. However, the concept of marking any type of block as featured is worth exploring. Even if not every block lends itself well to this, surely some do beyond images.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 23 Dec 2020 00:35:44 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WPTavern: Shutterstock Launches Official WordPress Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108844\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:159:\"https://wptavern.com/shutterstock-launches-official-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=shutterstock-launches-official-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2130:\"

Shutterstock has released an official plugin for WordPress. The 17-year old company is as old as WordPress itself but this is the first time it has provided convenient access to its library inside the admin.

\n\n\n\n

Seven years ago, Shutterstock released a plugin for affiliates using a third-party development company, but it failed to gain much traction and is no longer updated. The new block-based plugin applies more broadly to WordPress site owners looking for commercial stock photography. It provides a block that allows users to search Shutterstock’s library of 340 million images and get suggestions based on the text content. Users can place preview images on pages and posts, license with one click, download, and publish images and editorial content.

\n\n\n\n
\n\n\n\n

Shutterstock’s plugin respects WordPress’ user roles and permissions system, so organizations can restrict image licensing to editors and administrators while still allowing authors to insert image previews. The plugin also has access to the user’s license history so they can download any content that has been previously licensed on Shutterstock.

\n\n\n\n

A couple weeks after launching, the plugin is active on fewer than 10 WordPress sites. It’s not clear if that is due to its customers not knowing about it or the endless variety of free images that WordPress users have access to through other services. Since the plugin only offers access to a limited library by default, it is primarily aimed at Shutterstock customers who have an existing subscription to connect for the full collection.

\n\n\n\n

Along with the official plugin release, Shutterstock also announced a new partnership with WordPress.com VIP. It is now one of the service’s “Featured Technology Partners,” streamlining the publishing workflow for Automattic’s enterprise customers.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2020 23:32:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"WPTavern: What Is Full Site Editing and What Does It Mean for the Future of WordPress?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109217\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:215:\"https://wptavern.com/what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress?utm_source=rss&utm_medium=rss&utm_campaign=what-is-full-site-editing-and-what-does-it-mean-for-the-future-of-wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10892:\"Block-based Twenty Twenty-One theme in the site editor.\n\n\n\n

As I said last week, 2021 will be the year of the site editor. Matt Mullenweg’s State of the Word confirms it. WordPress 5.7’s release planning is focused on it. It has been a long journey getting to this point, and it will be a much longer adventure afterward. The ultimate promise of the work that began nearly four years ago is nigh.

\n\n\n\n

The Gutenberg project was never just about editing content. WordPress was aging software by late 2016. It needed to cater to modern audiences who may be less tech-savvy than the platform’s existing user base. It needed to capture a younger generation of developers who were looking at the greener grass of JavaScript-heavy software. It needed to offer an experience on par with modern web applications. WordPress had a lot of boxes it needed to check or face irrelevance.

\n\n\n\n

The one thing that has truly kept the platform afloat is its large and diverse ecosystem of third-party developers.

\n\n\n\n

One of the most popular types of plugins? Page builders. Those such as Elementor, which launched in early 2016, were filling in the experience gaps that WordPress was missing. While it was a testament to the platform’s extendibility for such third-party projects to arise, it was also a failure that the core platform could not offer a better experience to both users and developers out of the box. Far too many theme authors were forced into supporting third-party builders to remain relevant. They were focusing more and more on compatibility with plugins than simply designing.

\n\n\n\n

The shortcomings of the widgets, shortcodes, meta boxes, and settings systems meant that developers had to either rely on non-core frameworks or reinvent the wheel. Every new API brought with it a new method for adding basic form fields. At best, it was inelegant, a platter of spaghetti that had been thrown at the wall, some of it managing to stick.

\n\n\n\n

WordPress was beginning to show its wrinkles. It needed to revolutionize itself. It needed to feel fresh again. For better or worse, the developers behind the Gutenberg project have been putting in the work to do just that.

\n\n\n\n

It is slow work. But, it is promising work.

\n\n\n\n

While the term “Gutenberg” is often used interchangeably with “block editor,” the two are not one and the same. Gutenberg is a project. A plugin. An idea. A new way of thinking about publishing on the web. As the opening lines of the description of the plugin read:

\n\n\n\n

“Gutenberg” is a codename for a whole new paradigm in WordPress site building and publishing, that aims to revolutionize the entire publishing experience as much as Gutenberg did the printed word.

\n\n\n\n

The project has four phases:

\n\n\n\n
  1. Easier Editing
  2. Customization
  3. Collaboration
  4. Multilingual
\n\n\n\n

WordPress users who have not been testing the Gutenberg plugin have only experienced Phase 1 of the project. The launch of the block editor in WordPress 5.0 and its continued work set the stage for the phases to follow. The underlying block system is what will fuel the next decade or longer of WordPress.

\n\n\n\n

Today, we are firmly in the midst of Phase 2. And, this is where things will get interesting.

\n\n\n\n

Full Site Editing

\n\n\n\nSelecting a template in the site editor, using the Block-Based Bosco theme.\n\n\n\n

Phase 2 of Gutenberg, which began in late 2018, promised to bring blocks outside of the post content. In an introduction to this next step, Mel Choyce-Dwan outlined the three main focuses:

\n\n\n\n
  • Be outside of post_content.
  • Focus on customization.
  • Upgrading themes, widgets, and menus.
\n\n\n\n

Since then, those core concepts have remained the same. However, the full picture, the shape of what those concepts would look like, has changed in the last two years. If there is one thing anyone on the development team has learned, it is probably that it is hard to launch such drastic changes.

\n\n\n\n

Full Site Editing is a mix of concepts. It is one part transition from tradition and one part full overhaul of how users and developers design the front end of WordPress sites.

\n\n\n\n

Nav menus and widgets, which are a part of the old paradigm, have been set to relaunch under the block system for the past two major WordPress releases. They were not ready. Users should expect to see them in WordPress 5.7. However, these feature upgrades are merely stepping stones to true the true Full Site Editing feature. They offer a way for end-users who are still using classic WordPress themes to get a taste of blocks outside of the post-editing screen.

\n\n\n\n

For the users who take the next step, widgets and nav menus — at least the traditional admin screens — will disappear. The customizer, which was once touted as the future of theme development, is also getting the ax. Site customization via a system where everything is a block will reign supreme.

\n\n\n\n

Once the switch flips, the world will be looking at a whole new WordPress.

\n\n\n\n

WordPress 5.7 and beyond will be about the site editor and block-based themes. The site editor is the visual representation of block templates that theme developers offer to users. Templates are infinitely customizable by the user from the WordPress admin. While themers will create custom configurations and set defaults, the power to decide what the front end of the site will look like will ultimately reside in the user’s hands.

\n\n\n\n

Since the launch of Phase 1, the block editor has been a love/hate affair. Expect the site editor to be no less controversial.

\n\n\n\n

Underneath it all, a theme’s code and the site editor will be talking in the same language. This essentially means that users could transition to theme authors if they have a knack for design or simply want to give it a go. They should be able to do this without leaving the comfort of the trusty site editor, which already allows exporting templates.

\n\n\n\n

Because the post editor and the site editor both work on the same, underlying block-based foundation, there is no reason for users to not be able to seamlessly switch between the two. There is currently a ticket for adding such a toggle on the post-editing screen. It will allow users to switch to a template-editing mode while never leaving the post editor.

\n\n\n\nTemplate-editing mode likely to land in Gutenberg 9.6.\n\n\n\n

This is not a newly-introduced concept. Josepha Haden, who led the WordPress 5.6 release, touched on this earlier this year. “I think one of the problems that we’re trying to solve with Gutenberg has always been a more consistent experience for editing elements across the WordPress interface,” she said. “No user should have to learn five different workflows to make sure their page looks the way they imagined it when it’s published.”

\n\n\n\n

One of the larger goals is reducing the number of workflows into a single interface. We are likely years away from seeing the whole of WordPress site management reduced that far. However, the site editor is the next step toward that potential user experience.

\n\n\n\n

What Does All This Mean for the Future?

\n\n\n\n

While the last few years may have felt like a whirlwind of changes to our beloved platform, you ain’t seen nothing yet. We were just getting our bearings in Phase 1. The development team was building the foundation while also launching the user-facing block editor. With that foundation in place, the team can focus more on features. This will especially be true as the G2 Components project overhauls and standardizes how core and third-party developers build upon the block system.

\n\n\n\n

The big Phase 2 changes this year means that theme authors will need to get up to speed. Traditional WordPress themes will still be necessary for a while. However, any theme author who is not already tinkering with block-based themes is already months behind. This is the time to be exploring and helping to shape the system. It is time to be filing bug reports and feature requests.

\n\n\n\n

If possible, theme authors should be attending the twice-monthly block-based themes meetings. If time does not allow for attendance, you should at least be reading and participating on the Make Themes blog.

\n\n\n\n

It is also important to check out projects like the Q theme or follow the Theme Experiments repository.

\n\n\n\nCarrd-like theme experiment from the site editor.\n\n\n\n

For end-users, this entire project is about you. Your feedback is crucial. If you are not already testing your site with the Gutenberg plugin, you should be. It is sometimes weeks or months ahead of what you are getting with WordPress alone. Try out an FSE theme like Block-Based Bosco. Consider joining the FSE Outreach Program. You can test and provide feedback directly on upcoming features.

\n\n\n\n

FSE brings with it the promise of major changes in 2021. Many of these changes will uproot old methods of managing your WordPress websites. Those methods will be replaced with one of the largest overhauls to the platform in its history. It is time to get prepared.

\n\n\n\n

It is going to be an interesting new year.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Dec 2020 00:56:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WPTavern: WordPress 5.7 Development Kicks Off with Focus on Full Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109212\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:199:\"https://wptavern.com/wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-7-development-kicks-off-with-focus-on-full-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3662:\"

If the 2020 State of the Word address was any indication, WordPress is moving full steam ahead to land full site editing in 2021. The 5.7 release cycle kicked off this week with the proposed scope centered around full site editing via Gutenberg. Matt Mullenweg will be leading the release and the rest of the team leadership is still being rounded up. Bug scrubs for early tickets that require more time or early testing are already underway.

\n\n\n\n

WordPress 5.7 contributors anticipate working on the following features in the next release:

\n\n\n\n
  • Update WordPress Core to include current releases of the Gutenberg plugin
  • Gutenberg: ship additional blocks, refine the UI, add tools for themes and design, and continue working on the widget screen
  • Continue work on auto-updates and jQuery
\n\n\n\n

“We might add more items in the upcoming weeks, and we will reconfirm the above-proposed list after the end-of-Gregorian year holidays,” Francesca Marano said in a planning roundup post. She said core development is not “closing up shop” for the holidays, and volunteers plan to run bug scrubs and dev chats. Those who cannot attend a meeting but want to advocate for a ticket can always comment on the dev chat agenda post to have it included in the discussion.

\n\n\n\n

Matias Ventura created a GitHub issue in August for contributors to track the progress of full-site editing milestones. Some of the infrastructure and UI is already in place, as well as the ability to navigate through pages, templates, parts, and know which is area is active. Styling, theme blocks, the Query block, and the Navigation block are still in progress.

\n\n\n\n

There are a lot of moving pieces to make full-site editing features cohesive and ready for prime time. In Ventura’s most recent status update on the project he reported that all of the features outlined are “in advanced stages” and can be used in the Gutenberg plugin already.

\n\n\n\n

“The main hurdle to include the work in major WordPress releases are the various dependencies between each project when it comes to ensuring a great user experience,” Ventura said. “The immediate focus is then on completing the milestones, stabilizing the work, and doing as much testing with different kinds of users as possible.”

\n\n\n\n

WordPress contributors are planning four releases in 2021, allowing for multiple opportunities to introduce new features.

\n\n\n\n
\n\n\n\n

Beta 1 for 5.7 is planned for early February and the general release is expected March 9, 2021.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2020 23:18:47 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 7.1.0 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=316287\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://buddypress.org/2020/12/buddypress-7-1-0-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1204:\"

Immediately available is BuddyPress 7.1.0. This maintenance release fixes two bugs related to issues introduced in the 7.0.0 release.

\n\n\n\n
  • It makes sure the BP Blogs tools to repare Site icons / Site profile photos synchronization is only available to WordPress multisite configs,
  • It fixes the unavailability of the Groups Admin screen for site networks using the BuddyPress multiblog mode.
\n\n\n\n

For details on the changes, please read the 7.1.0 release notes.

\n\n\n\n

Update to BuddyPress 7.1.0 today in your WordPress Dashboard, or by downloading from the WordPress.org plugin repository.

\n\n\n\n

Many thanks to 7.1.0 contributors 

\n\n\n\n

shawfactor, slaFFik & imath

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 21 Dec 2020 21:08:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Ask the Bartender: Integrate With Third-Party App or Use Native WordPress Plugin?\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109173\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:223:\"https://wptavern.com/ask-the-bartender-integrate-with-third-party-app-or-use-native-wordpress-plugin?utm_source=rss&utm_medium=rss&utm_campaign=ask-the-bartender-integrate-with-third-party-app-or-use-native-wordpress-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5054:\"

My question to you is how you see the future (or even the present) of integrating software with WordPress and when you should make the distinction of going the integration vs. native approach.

In other words, with the vast ecosystem of WordPress plugins out there, how can a website owner discern which responsibilities WordPress the software should handle and whether that functionality is actually better to plug another software or service into instead?

Alex

\n\n\n\n

There was a time when I would have said build all the things in WordPress. I was younger then, a bit more naive. I was optimistic about using WordPress as a framework to build anything. There is a part of me that still leans in this direction. Mostly, this is because I want to see what developers in the WordPress ecosystem can achieve. I applaud anyone who pushes the platform beyond its current limits.

\n\n\n\n

Few people would have guessed that WordPress would become an eCommerce powerhouse. However, WooCommerce has proven it can be done. I still remember when nearly every WordPress theme and plugin author was selling their commercial products via E-junkie. Now, Easy Digital Downloads is the go-to solution, and AffiliateWP handles the affiliate side of things.

\n\n\n\n

Some of the best products from the WordPress plugin market arose from issues with third-party app integration. Their creators bucked the system and brought useful tools directly into WordPress. Many of these are now multi-million dollar products and companies that employ dozens, hundreds, or even thousands of people. They have their own ecosystems that allow even more third-party developers to make a living. And this is all done on top of WordPress.

\n\n\n\n

I will always root for the home team, for the developers in our community to build native solutions.

\n\n\n\n

However, the reality is that WordPress is not the best solution for everything. Depending on the application, the development team has likely put years of work into it, creating a specialized system that caters to that application’s users. The experience can often be far better than something available for WordPress.

\n\n\n\n

I cannot imagine using WordPress as the backbone of a social video site like YouTube, even if it was a small site. The hosting costs would be astronomical. It is far easier and cheaper to rely on integration with YouTube rather than trying to rebuild it.

\n\n\n\n

In Alex’s original correspondence, he also brought up a specific case about integrating with a third-party forum. This is a far more realistic quandary than an average user trying to build the next YouTube. It is also a question that does not have a single answer.

\n\n\n\n

For users who are creating forums on their site for the first time, my advice would be to go with bbPress. It is a plugin that brings native forums to WordPress. While it is not nearly as powerful as some third-party forum applications, its best feature is that it works directly with the built-in user, role, and capability systems in WordPress. These are some of the more complex APIs in WordPress, and trying to sync user accounts between applications can often be a headache. It is also a complex technical topic that goes beyond the scope of this post. If starting from scratch, I would recommend bbPress or another WordPress forum plugin.

\n\n\n\n

On the other hand, if a user already has an existing forum with a large amount of content, I would lean toward integrating it and WordPress, particularly if the site owner plans to keep user registrations strictly within the forum software. Much of that will come down to what the end-user feels comfortable with. If they have a strong history with their existing application, making a change may simply not be the best route. There are other items to consider, such as whether sharing a single theme across both platforms is necessary. bbPress can also import content from many existing forum applications.

\n\n\n\n

The answer to the question is that it depends. Each use case is different.

\n\n\n\n

Should a popular seller on Etsy move everything to WooCommerce? Probably not. That user might want to install the Etsy Shop integration plugin. Eventually, they might expand their brand enough to no longer rely on the Etsy platform. At that point, WooCommerce could be the answer.

\n\n\n\n

It comes down to time, cost, research, and testing. Even when a plugin brings a native solution to WordPress that is ideal for most people, it might not be the best answer for an individual. Specifics matter, and I am always happy to talk those over.

\n\n\n\n

This is the second post in the Ask the Bartender series. Have a question of your own? Shoot it over.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2020 20:50:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"WPTavern: State of the Word 2020: WordPress Moves Toward Full Site Editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109009\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/state-of-the-word-2020-wordpress-moves-toward-full-site-editing?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-wordpress-moves-toward-full-site-editing\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6819:\"

WordPress enthusiasts around the world tuned into Matt Mullenweg’s annual State of the Word address this week, delivered virtually for the first time. Mullenweg recognized the community’s efforts in working together during a global pandemic, without the benefit of periodic in-person events that have traditionally re-energized collaboration on the project.

\n\n\n\n

During a most unusual year that has warped the passage of time and slowed it to the speed of molasses, WordPress’ release schedule kept a steady, reassuring pace in contrast. The first part of the State of the Word highlighted the three major releases shipped in 2020, which introduced improvements to the block editor, a new default theme, application passwords for the REST API, and new, game-changing features like block patterns, to name just a few.

\n\n\n\n

WordPress continues to grow its dominant market share and is currently sitting at 39.3% of the Alexa top 10 million sites. Mullenweg attributed that growth to three major contributing factors: the lockdown, e-commerce, and economic uncertainty. The lockdowns put in place to mitigate the virus’ spread had the effect of giving people the space and time to connect online. It also drove an uptick in entrepreneurship and e-commerce. Mullenweg reported that WooCommerce facilitated more than $20 billion in sales.

\n\n\n\n

Site Editor Beta Demo Shows Progress on Full Site Editing Project

\n\n\n\n

Gutenberg design contributor Joen Asmussen joined by video to unveil a sneak peek of the progress on the Full Site Editing (FSE) project with a demo of the Site Editor beta. The Site Editor allows users to edit a theme’s template outside of the post’s content. It introduces new blocks for things like the query loop, navigation, site title, tagline, and other aspects of editing templates.

\n\n\n\n
\n\n\n\n

The block list view shows all the different areas of the page, such as the header, footer, columns, and site title, so the user can jump to the section for quick access. Block patterns can also be used within template designs to speed up page layout or match a demo design. Given the current complexity of creating a template design from a blank canvas, block patterns have the potential to become even more indispensable when WordPress users finally get the reins for editing theme templates.

\n\n\n\n
\n\n\n\n

“This is the culmination of several ongoing projects to expand upon and improve the customization possibilities in WordPress,” Asmussen said. The demo offers a quick overview of how the FSE project is coming together. The reality of “everything becoming a block” is finally materializing. Gutenberg will soon be capable of providing a consistent editing experience across all aspects of site customization.

\n\n\n\n

“By creating this common framework that every theme and plugin can build on, we’re reducing the balkanization within WordPress from people who are solving these problems lots of different ways, and providing what I believe is the basis for the next decade of WordPress’ growth,” Mullenweg said.

\n\n\n\n

WordPress’ Global Community Reiterates the Demand for Multilingual Capabilities

\n\n\n\n

The number of questions during the Q&A related to multilingual capabilities underscores the fact that WordPress is undeniably a global community. More than 50% of WordPress sites are not using English. Better multilingual support could be key to the next era of WordPress’ growth. Nevertheless, multilingual features are at the tail end of the four-phase roadmap for the project’s immediate future.

\n\n\n\n

Mullenweg said WordPress is about “two years into a 10-year project,” with good chunks of phase 1 and phase 2 done. Phase 1 includes editing inside the post/page content, creating the fundamental building blocks and also bringing them to the mobile apps. Phase 2 is centered around editing outside the content, using blocks to create the site’s templates.

\n\n\n\n

Phase 3 will introduce new collaboration features and workflow for real-time co-editing. Phase 4, which Mullenweg said is “just in the imagination stage right now,” covers multilingual features. He said he expects this phase to likely “be taken underway pretty vigorously in 2022.”

\n\n\n\n

Matías Ventura answered a question about a phase 4 roadmap, confirming that there is no specific plan for its multilingual implementation right now. He said there have been some initial conversations regarding the implications of localization, specifically around patterns and block themes, and how those can be built. Nothing substantial has emerged yet but the team will be creating a more detailed overview of what is needed. Fallback languages is one feature that several community members brought up in the Q&A time.

\n\n\n\n

When asked whether some existing multilingual solutions could be reused for core, Mullenweg was hesitant to prescribe a specific approach at this time. He said he is anxious to get better multilingual support in Gutenberg and offered what I believe is the most candid explanation thus far for why multilingual capabilities fall further down the the list of priorities:

\n\n\n\n

Whether we do it as part of core or as part of an official plugin is to be decided. Part of the reason we made it phase 4 is that we can only do so many things well at a time. It is supremely important that we execute super well on these first phases of Gutenberg blocks. If we don’t get phase 1 and phase 2 to be the best experiences in the world for editing bar none, of any open source or proprietary competitors or builders, phase 3 and 4 just won’t matter because WordPress won’t be relevant a decade from now. I do believe that is the most important problem we’re facing. I don’t want to dilute the core contributors’ focus away from the initial phases of Gutenberg because that’s how important I think they are.

\n\n\n\n

Mullenweg said there is nothing stopping the community from investing more in multilingual plugins and exploring different approaches to see what will get core most of the way there. The next official step would be figuring out a framework that will work well with plugins and themes.

\n\n\n\n

Depending on your interest and involvement in the community, there is a lot more to explore in the Q&A. Check out the whole presentation in the video below.

\n\n\n\n
\n\n
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 18 Dec 2020 09:21:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"WPTavern: Contact Form 7 Version 5.3.2 Patches Critical Vulnerability, Immediate Update Recommended\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109081\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"https://wptavern.com/contact-form-7-version-5-3-2-patches-critical-vulnerability-immediate-update-recommended?utm_source=rss&utm_medium=rss&utm_campaign=contact-form-7-version-5-3-2-patches-critical-vulnerability-immediate-update-recommended\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1899:\"

Contact Form 7 has patched a critical file upload vulnerability in version 5.3.2, released today by plugin author Takayuki Miyoshi. The plugin is installed on more than five million WordPress sites.

\n\n\n\n

“An unrestricted file upload vulnerability has been found in Contact Form 7 5.3.1 and older versions,” Miyoshi said. “Utilizing this vulnerability, a form submitter can bypass Contact Form 7’s filename sanitization, and upload a file which can be executed as a script file on the host server.”

\n\n\n\n

The vulnerability was discovered by Jinson Varghese Behanan from Astra Security on December 16, 2020, and Miyoshi released a fix less than 24 hours later. Behanan highlighted a few ways this vulnerability might be exploited:

\n\n\n\n
  1. Possible to upload a web shell and inject malicious scripts
  2. Complete takeover of the website and server if there is no containerization between websites on the same server
  3. Defacing the website
\n\n\n\n

Astra Security plans to publish more details on the vulnerability in two weeks after the plugin’s user base has had more time to update to the patched version.

\n\n\n\n

Version 5.3.2 removes control, separator, and other types of special characters from the filename to fix the unrestricted file upload vulnerability. At the time of publishing, more than a million Contact Form 7 updates have been downloaded today. Approximately 20% of the plugin’s user base is protected from the vulnerability. Now that it has been patched and published, Contact Form 7 users who do not update will be more at risk of having the vulnerability exploited.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 22:32:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Help Steer the Future of WordPress via the FSE Outreach Program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=109083\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/help-steer-the-future-of-wordpress-via-the-fse-outreach-program?utm_source=rss&utm_medium=rss&utm_campaign=help-steer-the-future-of-wordpress-via-the-fse-outreach-program\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4280:\"

All hands on deck. 2021 will be the year of the Site Editor.

\n\n\n\n

Anne McCarthy announced the official start of the Full-Site Editing (FSE) Outreach Program last Friday on the Make Core blog. The program is primarily geared toward end-users. With few channels for average users to communicate with the development team, this offers an opportunity for them to provide direct feedback.

\n\n\n\n

This announcement comes on the heels of Matias Ventura’s full overview of the FSE project. In the post, he laid out where specific FSE features currently stand and what needs to happen to bring the project to fruition.

\n\n\n\n

The FSE Outreach Program was expected to begin earlier in the year. Josepha Haden announced it on May 1. However, there was no movement for most of 2020. An early version of FSE was also expected to land in WordPress 5.6, but that was too lofty of a goal for a feature that will essentially change everything about front-end development on the platform.

\n\n\n\n

The official launch of the program should coincide with the release of Gutenberg 9.6, which is expected to ship within the next week. The program will focus on specific features and flows related to full-site editing. According to the program FAQs, participants could be asked to volunteer for up to three hours per week. However, it will also be flexible enough for anyone to participate, regardless of their available hours.

\n\n\n\n

The program is also starting small, limiting feedback to more common user experiences. It is still experimental at this stage. Easing participants into such a testing program seems like a smart approach.

\n\n\n\n

Right now, the Site Editor can sometimes be a painful user experience. While it is already possible to put together some interesting layouts, at least as a labor of love, there are many missing pieces. Workflows are odd. Expected features for a design tool are nowhere to be found. Someone might look at it today and think there is no way it could be a viable core feature next year, but the development team continues to polish the experience with each Gutenberg update. The Site Editor is not production-ready yet, but it is time to get serious about testing and feedback.

\n\n\n\n

Those interested in volunteering for the program should have a WordPress Slack account and join the #fse-outreach-experiment channel. McCarthy said she will also post an update on the Make Test blog with further details for participants once Gutenberg 9.6 is released.

\n\n\n\n

The First Focus Area

\n\n\n\n

The first feature up for discussion is a new template editing mode inside the post editor. It adds a new “Template” option in the post-editing sidebar that will allow users to jump between editing their post and editing the template that outputs that post. It is a marriage of the post and site editors. Underneath, both are run by the block system, so there is little difference in the experiences.

\n\n\n\nPotential template editing option in the post editor.\n\n\n\n

Long-term, it makes sense that users should be able to switch seamlessly between both editors. I worry that we may be jumping the gun a bit on this feature since the Site Editor is still at a rough beta stage. However, it does not hurt to get some early feedback on what the workflow should look like.

\n\n\n\n

“Please keep in mind that this is the program’s first iteration,” wrote McCarthy in the post. “We’re starting with this first item and expecting the outcome to be a comprehensive list of issues that the Gutenberg team can work on as capacity allows.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 22:09:34 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"BuddyPress: How BuddyX made its way to the official WordPress.org theme directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=316229\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://buddypress.org/2020/12/how-buddyx-made-its-way-to-the-official-wordpress-org-theme-directory/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:14561:\"

We use to feature BuddyPress usage case studies. These are great ways to share with you how BuddyPress can help you achieve your community site projects reading how other buddies did it. The case study you are about to read now is a bit different. It’s about the steps the lovely BuddyX BuddyPress theme had to take to be widely and freely available from the official WordPress.org theme directory. I’m very happy Varun Dubey took the time to write this guest post to share his experience with all of us. My secret hope is that it will inspire as many BuddyPress Theme authors as possible to do the same \"😇\".

\n\n\n\n

Varun Dubey is a full-stack WordPress & BuddyPress developer. He’s the co-founder of Wbcom Designs, a WordPress themes and plugins development agency in India. He’s also a regular BuddyPress contributor, we often talk with him about the BuddyPress project during our development meetings (every other Wednesday at 19:00 UTC on Slack), he contributes to our development tasks (testing, reporting issues, patching, documenting, etc..) and he still manage to find time to help you regularly replying to your support topics (661 replies so far!). So, once again, many thanks to him for getting involved with BuddyPress \"😍\".

\n\n\n\n

So let’s learn more from his experience, here’s what he wanted to share with you about it!

\n\n\n\n\n\n\n\n

I submitted my first theme at WordPress.org, and now it’s live.

@vapvarun
\n\n\n\n
\n
Buddyx
\n
\n\n\n\n

We, at Wbcom Designs, are excited about our achievement to present a full-fledged community theme powered by BuddyPress and WordPress. It took almost a year to work on BuddyX and make it stable enough to submit at WordPress.org. 

\n\n\n\n

The approval process was surprisingly short, approx 6-7 weeks to get it approved after initial submission. We usually had heard that it might take 6-9 months to get the theme live.

\n\n\n\n

Submitting the theme at WordPress.org will increase your reach to all sites which are using WordPress. The WordPress theme directory is used by millions of WordPress users all over the world. The directory themes are available for download from WordPress.org, and WordPress users can also install them directly from their administration screens.

\n\n\n\n

By hosting your theme on WordPress.org, you’ll get:

\n\n\n\n
  • Stats on how many times your theme has been downloaded
  • User feedback in the forums
  • Ratings, to see what users think of your theme.
\n\n\n\n

We have learned a lot about code reviews, code quality, and theme lifecycle during the approval process. I will give a quick glimpse of how it was for BuddyX; it might help others get the theme approved quickly.

\n\n\n\n
\n\n\n\n

How to start with a theme skeleton?

\n\n\n\n

Lots of developers begin the development of a theme from scratch. There are articles and tutorials available on how to start theme development from scratch, and the WordPress Themes development handbook also has a detailed step guide on this topic. 

\n\n\n\n

After comparing _s, roots, and other starter themes, we decided to start with the WP rig. WP rig helped get a basic skeleton of the BuddyX using the latest tools, best practices, and coding standards. It helped integrate lazy-loading, async/defer JavaScript enqueueing, component-level pre-loaded CSS, optimized Web Font loading, modular extensions, and a full-featured list of optional template hierarchy files at day one. 

\n\n\n\n

Along with WordPress Code Quality Testing, WordPress Coding Standards integration was also part of it. After getting initial help for the WP rig, we only have to focus on design improvement for BuddyPress Community features.

\n\n\n\n
\n\n\n\n

Early prep of the Theme submission

\n\n\n\n

After the design part gets ready, we have released our theme on our website and make it available for free download to get initial feedback as a soft launch. It received a good response from the community, and we have got some feature requests and feedback on initial versions. It helped us to gain the confidence to submit BuddyX at WordPress.org.

\n\n\n\n

You can follow these steps to check your theme against WordPress requirements before submitting it for review. 

\n\n\n\n

1- Code Quality Check- To make sure your theme code is secure ( using proper escaping functions ), it meets WordPress Coding Standards

\n\n\n\n

2- Theme Check by plugin- The WordPress Theme review team checks your theme using the Theme Check plugin. It will be useful to double-check your theme against it first before uploading it.

\n\n\n\n
\"Illustration
\n\n\n\n

3- Theme Requirement Checklist- WordPress Theme review team has published Theme Requirements. You also have to make sure you have gone through all items one by one.

\n\n\n\n

Essential points you have to double-check with Theme requirements are

\n\n\n\n
  • Debug log should be clean; it should not have any PHP or JavaScript errors.
  • All strings should be ready for translation. 
  • Add unminified source files along with minified JavaScript and CSS files. 
  • All functions and Classes should have a theme-specific unique prefix.
  • All js or CSS should enqueue properly inside theme functions instead of hard-coded in the header or footer. 
\n\n\n\n

5- Theme Unit Test XML – You will also have to check with Unit Testing XML data. It will help get proper labels and layout testing on various templates like 404, comments on pages, comments on the post, post format testing, layout, and alignment testing. 

\n\n\n\n

6- Screenshot- It should not contain any branded logo or visible human face.

\n\n\n\n

7- Keyboard Navigation- Keyboard-dependent navigators are also mandatory features now. You can find details at the Keyboard Navigation section of the theme development handbook.

\n\n\n\n

Consider the following non-coding points before submission:

\n\n\n\n
  1. Your website terms and conditions page must indicate that your company has all products under GPL.
  2. All images inside the theme must have GPL.
  3. Make sure you have not disabled any default WordPress features. 
  4. The readme file must have all credit info for used images, libraries, and references.
  5. Theme does not represent anything illegal, dishonest, or morally offensive behavior.
\n\n\n\n
\n\n\n\n

Upload at WordPress.org 

\n\n\n\n

You can upload the theme using https://wordpress.org/themes/upload/, any new revision, and the theme updates. 

\n\n\n\n

After uploading the theme files, it will create a ticket, and you will have to wait for a couple of days before any developer requests to review your theme. All reviewers are volunteers. You can also get an idea of the current theme review team member from the codex page.

\n\n\n\n

You can also check current themes waiting in the queue at https://themes.trac.wordpress.org. It will also be useful to join the Slack theme review channel to discuss review issues in the open channel.

\n\n\n\n\n\n\n\n

Try to be proactive for any comments and points made related to your theme and submit fixes actively to keep your ticket reviewer.

\n\n\n\n
\n\n\n\n

About BuddyX features

\n\n\n\n
\"\"
\n\n\n\n

BuddyX is a community membership theme with BuddyPress support. It is a lightweight, fully responsive, SEO optimized, RTL & Translation ready theme. It is a multipurpose theme perfect for all niches, be it membership, social community, corporate, e-commerce, LMS, etc.

\n\n\n\n

The theme also provides support for WooCommerce, WC Vendor, LearnDash, LearnPress, and GamiPress plugins. It is highly customizable and works perfectly with page builders such as Elementor and Gutenberg. BuddyX is perfect for creating social learning, marketplace, and blogging websites using BuddyPress integrations.

\n\n\n\n

BuddyX has the latest best practices for progressive web content and optimization. We have tested it with the latest BuddyPress version and popular BuddyPress addons. BuddyX is developed, maintained, and supported by Wbcom Designs.

\n\n\n\n

We have worked on the following features

\n\n\n\n
  • User menu for logged in members
  • Improved UI for Activity, members, groups directory pages
  • Improved UI for Member and Group single unique layout
  • Both sidebar options for BuddyPress pages
  • Improve sidebar widgets style
  • rtMedia supports to display of single and multiple photos in the activity.
  • Better widgets layout
  • Color scheme options
  • Extensible with plugins
\n\n\n\n

Within the theme, we have overridden several template files to make the above changes.

\n\n\n\n
\n\n\n\n

Activity Compotent – 

\n\n\n\n
buddypress/activity/entry.php\nbuddypress/activity/single/home.php
\n\n\n\n
\n\n\n\n

Members Component –

\n\n\n\n
buddypress/members/members-loop.php\nbuddypress/members/single/cover-image-header.php\nbuddypress/members/single/home.php\nbuddypress/members/single/friends/requests-loop.php\nbuddypress/members/single/groups/invites.php
\n\n\n\n
\n\n\n\n

Groups Component – 

\n\n\n\n
buddypress/groups/groups-loop.php\nbuddypress/groups/single/cover-image-header.php\nbuddypress/groups/single/home.php\nbuddypress/groups/single/members-loop.php
\n\n\n\n
\n\n\n\n

rtMedia plugin –

\n\n\n\n
rtmedia/main.php 
\n\n\n\n
\n\n\n\n

We have picked the Nouveau template for BuddyX for various reasons as following.

\n\n\n\n
  • Nouveau delivers modern markup with fresh JavaScript-powered templates.
  • Nouveau provides vertical and horizontal layout options for BuddyPress navigation.
  • Provide a grid layout and a classic flat list.
  • Minimal styling for better theme compatibility.
  • Consistent and flexible PHP template functions.
  • Customizer compatibility.
  • Better differentiation of content types.
  • A rethought Messages component.
\n\n\n\n

Summarizing features for BuddyX, you can check a detailed overview at buddyxtheme.com.

\n\n\n\n
  • Multiple Header option
  • Polished member and group directory layout
  • Three variations for member and group header layout
  • Color Scheme and Typo options
  • RTL and translation ready
  • AMP ready
  • Gutenberg ready
  • WooCommerce ready with multivendor using WC vendors, Dokan support in the development queue.
  • bbPress Forums Support
  • Optimized Mobile Menu Panel
  • LMS support: Learndash and Learnpress support included; we will add dedicated support for other popular LMS plugins incoming updates.
\n\n\n\n

We have prepared a couple of demos; you can try the BuddyX demo as a member login.BuddyX is available at WordPress.org for download to create your community; we will appreciate any feedback to improve BuddyX features.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 18:54:06 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WPTavern: Mapbox GL JS Is No Longer Open Source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:139:\"https://wptavern.com/mapbox-gl-js-is-no-longer-open-source?utm_source=rss&utm_medium=rss&utm_campaign=mapbox-gl-js-is-no-longer-open-source\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9008:\"

Mapbox GL JS, formerly an open source JavaScript library for interactive, customizable vector maps, has adopted a proprietary license in its recent version 2 update:

\n\n\n\n
  • mapbox-gl-js is no longer under the 3-Clause BSD license. By upgrading to this release, you are agreeing to Mapbox terms of service. Refer to LICENSE.txt for the new licensing terms and details. For questions, contact our team at https://support.mapbox.com.
  • Beginning with v2.0.0, a billable map load occurs whenever a Map object is initialized. Before updating an existing implementation from v1.x.x to v2.x.x, please review the pricing documentation to estimate expected costs.
\n\n\n\n

Versions 1.x remain under the 3-Clause BSD license, but Mapbox will only be investing in developing new features for the proprietary licensed version 2.0+. This news came as a surprise to many engineers who have built products on top of this previously open source library.

\n\n\n\n

“This move has produced shockwaves in the geospatial industry,” Javier de la Torre wrote on the CARTO blog. “Many organizations are using Mapbox GL JS directly or fork from it. This library is responsible for the visualization of the so-called basemap, the cartography layer that underpins most maps. Previously Open Source, MapboxGL is a great solution, and could be used with many different data sources, so it became the de facto way to render basemaps.”

\n\n\n\n

Mapbox powers all sorts of maps for high profile websites like CNN, The New York Times, Ancestry, Strava, Shopify, Facebook, and more. It is also used by WordPress.com and Jetpack for the Map block. The library is used in many plugins on WordPress.org, some with tens of thousands of users. Developers using versions 1.x will want to be aware of the future of the Mapbox GL JS library.

\n\n\n\n

“Mapbox’s decision this week to release a brand new version of Mapbox GL JS and keep it proprietary stunned me,” Azavea product specialist Joe Morrison wrote on his personal blog. “Not only was v1 already a wildly popular open source library, but Mapbox’s reputation as a prolific creator of open source software is a cornerstone of their whole identity. Describing what makes Mapbox special without mentioning ‘open source’ is like trying to describe chocolate milk to an alien without using the word ‘liquid.\'”

\n\n\n\n
\n

Mapbox GL JS v2:
We need to deduct a few points for Mapbox\'s ridiculously obfuscated and convoluted way of trying to avoid mentioning the licence change in their announcement email. Can only imagine what series of meetings between comms, marketing and devs led to this. pic.twitter.com/wWK4z51fzo

— Steve Bennett (@stevage1) December 9, 2020
\n
\n\n\n\n

Mapbox hasn’t formally clarified why it went proprietary with the library so speculation abounds. Morrison theorizes that cloud providers are killing the open core business model of software companies. Crunchy Data Geospatial Engineer Paul Ramsey responded to Morrison’s article, contending that Mapbox is not an “open core” company and that the business of selling location based services may not be panning out for them:

\n\n\n\n

But like Google, the value proposition Mapbox sells isn’t in the software, so much as the data and the platform underneath. Mapbox has built a unique, scalable platform for handling the huge problem of turning raw OSM data into usable services, and raw location streams into usable services. They sell access to that platform.

Mapbox has never been a software company, they’ve always been a data and services company.

\n\n\n\n

Mapbox employee Saman Bemel Benrud said the company is finally moving to make its products sustainable:

\n\n\n\n
\n

Disruption by undercutting costs via VC subsidies is still a thriving business model, and it just creates unsustainable products while destroying the thing that existed before. Mapbox is trying to become sustainable, finally, and I’m here for it.

— Saman Bemel Benrud (@samanbb) December 8, 2020
\n
\n\n\n\n

This change has the potential to negatively impact the developers and companies that built products on top of Mapbox GL JS, thinking its open source licensing was set in stone.

\n\n\n\n

“The change says nothing about ‘open source’ in the large as a model, and everything about ‘single vendor projects’ and whether you should, strategically, believe their licensing,” Ramsey said.

\n\n\n\n

“I (and others) took the licensing (incorrectly) of Mapbox GL JS to be a promise, not only for now but the future, and made decisions based on that (incorrect) interpretation. I integrated GL JS into an open source project and now I have to revisit that decision.”

\n\n\n\n

Some community members have already forked Mapbox GL JS to maintain the 1.x version, but the vast majority of contributors to the original library were sponsored by Mapbox. The immediate future of the MapLibre GL fork may not include many new features, as the initial roadmap’s stated goal is “consistency and backwards-compatibility with previous releases and continued bug-fixes and maintenance going forward.”

\n\n\n\n
\n

Our first pre-release version of BSD-licensed maplibre-gl is out, a drop-in replacement for mapbox-gl. Big thanks to Seth Nickell! https://t.co/f9XqzpwDrT

— MapLibre (@maplibre) December 10, 2020
\n
\n\n\n\n

A lengthy discussion on Hacker News drew a response from former Mapbox engineer Tom MacWright, who wrote the company’s open source policy as a founding member of the team.

\n\n\n\n

“I won’t get into all the context, but I think we should consider whether a community without contributors is a community,” MacWright said. “GL JS never had major active contributors outside of the company, and there are no self-funded webgl experts with lots of time who are ready to maintain a fork.

\n\n\n\n

“OSS, we hoped, was about enabling people and unlocking people’s ability to collaborate. It turns out that in 2020, it’s mostly helping companies and getting nothing in return. That’s not a dynamic you can build a sustainable business on.”

\n\n\n\n

The MapLibre GL fork may gain some momentum and emerge as a viable alternative to Mapbox’s closed source library, but it will take time to see how well it is maintained. In the meantime, the existing version 1.x can meet most users’ needs. Mapbox has burned through a lot of good will with this controversial licensing update, which some perceive as a “bait and switch” offense. Rebuilding community trust, after removing the freedoms granted by the previous license, will be an uphill battle.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 04:45:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"WPTavern: Jump Start Block-Based Theme Development With the FSE Theme Generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:203:\"https://wptavern.com/jump-start-block-based-theme-development-with-the-fse-theme-generator?utm_source=rss&utm_medium=rss&utm_campaign=jump-start-block-based-theme-development-with-the-fse-theme-generator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4913:\"

Block-based themes are not complicated. Their structure is almost simple enough that developers are unlikely to need a tool to generate a blank theme. However, for those unfamiliar with how themes are built for the upcoming full-site editing (FSE) feature, a boilerplate is a good place to start.

\n\n\n\n

The Theme Experiments repository now has a new Empty Theme. Alongside it is a command-line tool to generate a copy of that theme with a custom name, author, and URI.

\n\n\n\n

The idea is not new. There are tons of such tools for generating a theme in the wild. However, it is time for new tools that focus on block-based theming.

\n\n\n\n

For theme authors who want to generate a new block-based theme, they must clone a copy of the Theme Experiments repository. Then navigate to that folder via their command-line tool and type the following command:

\n\n\n\n
php new-empty-theme.php
\n\n\n\n

From that point, it is a simple matter of answering a few questions and letting the tool do the work of creating a new theme folder.

\n\n\n\n

Digging Into the Generated Theme

\n\n\n\n

The generated theme is not much to look at. However, it is a theme that works within the new full-site editing system. After activation, theme authors can begin tinkering with the theme via the Site Editor screen (requires the Gutenberg plugin).

\n\n\n\nGenerated theme in the Site Editor.\n\n\n\n

There is one exception to it being a working theme. Loading the header template part is currently broken. Of course, I opened a ticket for that issue, which should be easy for the development team to resolve.

\n\n\n\n

The file and folder structure is slim in comparison to traditional themes. It contains the bare-bones to get a theme up and running in the Site Editor. The following files and folders are included:

\n\n\n\n
  • /assets
    alignments-front.css
  • /block-template-parts
    header.html
  • /block-templates
    index.html
    singular.html
  • experimental-theme.json
  • functions.php
  • index.php
  • readme.md
  • style.css
\n\n\n\n

Even those are likely to be trimmed down in the future. The experimental-theme.json file will eventually be renamed to theme.json.

\n\n\n\n

The current alignments-front.css is nearly 80 lines of boilerplate code for handling the various block alignments. There is no need for every theme author to recreate all of this code, which should not change much between themes. That is why there is an open ticket for Gutenberg to provide alignment styles on the front end. Theme authors will be able to overwrite this. However, the fewer files and lines of code theme authors need to contend with, the better.

\n\n\n\n

The standard index.php template is empty. It will no longer be useful for building themes now that block-based templates are stored in the /block-templates and /block-template-parts folders. style.css just houses the theme information. FSE themes will mostly use theme.json to configure default styles.

\n\n\n\n

In the coming months and years, theme authors will be working primarily in the theme.json file and block template folders. The jury is still out on whether the theming ecosystem will readily accept this change. At the same time, it feels refreshing to see the untangling of theme development. Traditional theming today has created behemoth codebases in an attempt to keep up with features that users want. A shift in how developers build themes was inevitable and necessary.

\n\n\n\n

My one nit-pick with the generated theme is the inclusion of the pluggable theme setup function in the functions.php file, which has somehow become a mainstay of core-developed themes over the years. There are APIs for enabling or disabling everything in such setup functions, and there is no reason for child themes to overwrite them wholesale.

\n\n\n\n

If things go according to plan, even the standard theme setup function may be on the chopping block. These functions are generally a list of calls to add_theme_support(). The long-term plan is for the current theme-supported features to either be enabled by default for block-based themes or configurable via the theme.json file.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2020 21:54:30 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"HeroPress: Marginalized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://heropress.com/?post_type=heropress-essays&p=3437\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:98:\"https://heropress.com/essays/marginalized/#utm_source=rss&utm_medium=rss&utm_campaign=marginalized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13958:\"\"Pull

When I was asked to write an essay for HeroPress, I humbly accepted due to my desire to help others. HeroPress needs a post and perhaps something I say could have a positive impact on another person. Little did I realize that having to write as a “marginalized” individual would cause me to want to retreat.

\n

The word “marginalized” stirs up a lot of emotion in me and thoughts such as “am I marginalized enough”, “what if I offend someone”, and “will I be attacked” tend to come to mind. Interestingly, I worry that I’ll be attacked by more women than men. I could easily write the story of my woes because I’ve had plenty but I like solutions, perseverance and resilience better. Some of these solutions may help you realize why I could be seen as “marginalized” but perhaps we’ll find a new label such as human and worthy of kindness, trust, inclusion, and a seat at the decision table.

\n

The Beginning

\n

I have been in the WordPress space since 2005 and tech since 2003. My team realized early on that WordPress was actually a CMS. We ranked #2 in google for web design back when SEO was easy. I was answering phones, marketing, and doing billing at that time. I would ask about budgets when potential clients would call and I had to turn away a lot of business because they couldn’t afford us. The worst part was that I didn’t have a trusted company that I could refer them to at the time. While focusing on web design I couldn’t understand why it took so long to create a website and why we couldn’t create our own less expensive solution to offer them.

\n

Long story short, a prototype was made, then refined and rebranded as Pagely, and the term “Managed WordPress Hosting” was created. It was about 2 years later that our next competitor arrived and another 2 years for the behemoths to create their own managed WordPress solutions. Sounds grand right? Being the first and the originator of a multi-billion dollar industry had its challenges and these are problems that our competitors didn’t have to face. Now, let’s add being a female.

\n

I feel that I need to preface these next parts of my life story mainly because I’m a female and it’s what I’ve been trained to do even subconsciously. I’m joking, sort of.

\n

Usually if I use a word that doesn’t resonate with certain males, I’ll get mansplained to instead of searching for clarity. Their initial jump to assume that “I don’t know” instead of “they don’t understand” astounds me. That’s not to say I am infallible, didn’t say something ridiculous, or am unwilling to learn/self-reflect. It’s unnerving when Captain Obvious brings forth the basics.

\n

That being said, first, I understand that my labels include female, white, American, founder, wife, mother, wealthy, privileged and more depending on who I’m talking with. It took years of therapy to take my own traumas seriously because I didn’t have it as bad as others. It caused me to repress my own experiences and put others before myself even when they didn’t deserve space in my kind mind. Now, I’m more resilient and realize that I can’t be everything to everybody but I can include everyone with exception of the unhinged.

\n

Second, this is my story. It may not be similar to your own, and I don’t have all the answers. I’m not competing with anyone’s troubles. We can both exist.

\n

Third, I’m very grateful because I have been surrounded mostly by successful women and men willing to help Josh and I accomplish our shared goals. Josh is my husband and co-founder of Pagely.

\n

First Impressions

\n

When Pagely first started, hate mail ensued along with many people signing up. I went to a WordCamp and a prominent figure in the WordPress community asked me where the person was that came up with Pagely because they really liked it. They were alluding to my husband Josh. This happened even when Josh said repeatedly that I had come up with the idea. It was at that moment that I realized that most people would not associate me with the idea or company I co-founded.

\n

I had to make the conscious choice to decide if I wanted to be right or be successful. I chose to focus on success and also I didn’t get here alone. Many wonderful men and women helped. I had to laser focus on my goal which was to provide the best hosting experience regardless of minor annoyances along the way.

\n

Many times I was not invited to join various non-Pagely meetings. Josh tried to include me even when men told him to uninvite me. Luckily, when I wasn’t allowed in the room, Josh shared the agenda with me and many times was my voice to get things done. Now, if I’m not included, I find a table that will have me, find allies, or I create my own group. I shouldn’t have made getting in that room a big priority. My solution was to remove obstacles, find the win/win to achieve my goal, and not take or make it personal.

\n

This type of scenario happened often and what’s interesting is that the people that were saying these “sexist” remarks were good people. The problem was so prevalent and complex that I had a hard time communicating what I was experiencing.

\n

Reaching Out

\n

I asked other women how they handled sexism. I asked a brilliant and well respected female entrepreneur in Phoenix how she handled what I was experiencing. She told me that she saw it all the time and just treated men like her children and gave accolades. She was included because she could stroke their egos. Another friend said that she would wear short skirts so she wouldn’t have to explain and defend why her ideas deserved merit. Another friend would wear business attire daily while her male cohorts wore hoodies. Her brain didn’t change but their outlook did. There were also some that claimed that they didn’t experience it but when the #metoo movement arrived, they were the most vocal. Of course, this is an extremely small subset of people I asked but this was the reality of the time.

\n

What’s striking is that my experience in other fields was worse. At least in tech we’re open to talk about and acknowledge the issue. It’s a start, it’s getting better, and tech attracts early adopters. When I was in healthcare, I graduated college with summa cum laude honors. I had the highest board scores in the state for my field, yet one employer told me I was only hired because I was pretty, another place said that they prefer to hire Mexicans because they work harder, and another place claimed that they like to hire females that didn’t plan on having children.

\n

So many check marks to obtain which can cause females to compete with each other because of a feeling of lack of abundance and no defined rules.

\n

These learnings from the places I worked happened over a period of time and some of my friends experienced sexism and abuse weekly. They were used to being treated poorly and considered less than. They accepted the situation and were grateful for the opportunity to work. Some were afraid to have or share their brilliant ideas because their paycheck was more important than their voice. Also, some were content and had other areas of their life that fulfilled them or they were ultra-resistant. The vast differences we have with one another are amazing, beautiful, and inspiring.

\n

Representation or Tokenization?

\n

I still have mixed feelings about being the token female. I was asked to speak on a SXSW panel a couple of times because I was the only tech female the person knew. I’m trying to get comfortable using my gender to get through the guarded gates but I can’t tell if I’m fostering inspiration, adding to the separation, or devaluing my accomplishments. Therefore I tend to stay private and stay focused on creating my ideal work environment that waterfalls over into giving the best hosting experience for our clients. Also, when I ask other women to speak at Pressnomics or work with me at Pagely, I don’t want it to be because I’m trying to hit a quota.

\n

I choose to work with women because they are qualified. Our engineering team is 50% female and our largest teams are run by women because they were the most qualified candidates. Period. (pun intended). What makes this even more gratifying for me is that the entire team participates in the hiring process and it feels like we have an environment for equality that is natural due to the character of the people we hire.

\n

However, we have hired men and learned that they are triggered by assertive females. My solutions in these instances include making sure they realize the issue, what’s at stake if they don’t change, and I leave my door open to conversation. They are still good people. They chose to have a female employer. My general causation theory is the stigma around therapy especially for men, lack of resources to provide a public mental health safety net, repressed feeling of childhood powerlessness from a female, and myriad other possibilities.

\n

The flip side to this is aggressive females which also afflicts me at certain times. My progression to aggression looks something like the following. I start with casual understanding, then I ask questions for full understanding. Then I assert, re-evaluate, assert or accept. If I don’t accept, I assert again. If my assertions don’t work, aggression can happen followed by reflection. This may lead to a desire to remove the obstacle and find another solution or evaluate the origin of my aggression. This doesn’t happen often. I’ve learned that I’m triggered by feeling unseen or unreciprocated respect when I have a strong desire for an outcome that seems heavily challenged.  I accept these feelings and understand that I’m not always right. The awareness allows me to seek clarity, speak up with vulnerability, heal, and choose a healthier approach that humanizes the relationship.

\n

My ideal solution is to remind myself that everyone has a story, listen to their story, find clarity, and let them know they are safe and don’t need to carry the trauma anymore. Open communication with mutual respect is key. You get what you give. Also, burning bridges serves no one and neither does passively laying on train tracks.

\n

Observation

\n

Another one of my theories is that women are considered safe. During our Pressnomics conference, Josh will receive more praise and while I do get praise, I tend to get more (or all) of the criticism. This is not about getting praise; although appreciated, it’s not the point. It’s about why people feel more comfortable expressing negative emotions to females. I believe the reason why is because women seem safer and they are more likely to ask about experiences.

\n

Unfortunately, this can open a floodgate from people with varying levels of passion which can cause female entrepreneurs to retreat from taking more active roles. I crave feedback for Pagely because it’s something we want to give to the world. However, Pressnomics is an invitation into my proverbial house and if they don’t like it, there’s a lot of other conferences they can attend or make their own. I’ll gladly attend their conference, especially if it’s run by another “marginalized” human and aligns with my goal. I will listen to people who “get” what Pressnomics is (it’s more of a feeling) but nitpicking my font and color choice for the website is where I draw the line.

\n

I had to get to this place because people were not going to decide my worth or determine if my creations were good enough. When I create, I come from love and a deep desire to help with the golden rule in mind. I’ve been to other conferences, where Josh leaves my side and men have said “I’m creating a Pagely killer”, “We’re going to destroy you”, and competitors that are actively trying to debate with me while my only intention was to be kind.

\n

My goal with Pressnomics is to inspire great minds to work together, share information, and energize the WordPress ecosystem in a safe and caring atmosphere for all who attend.

\n

My ideal solution when dealing with negative people is to not take it personally. Their truth does not need to be my truth and words from jerks no longer have an affect on me. Sadly, most jerks delve out disdain regardless of the recipient which means they might be miserable and lack empathy.

\n

Wrapping It All Up

\n

What does WordPress mean to me? It’s a business foundation that allows ALL people the initial building blocks for success. The barrier to entry is low and inclusion is high. Also, the majority of people in the community look past stereotypes and generalizations and want to share and lift all tides. I am very grateful to the community, our supporters, the dreamers, and to the outstanding core contributors.

\n

What do all of us “marginalized” people have in common? We showed up and worked around obstacles. If there’s not room for you at a table, figure out something else. Perhaps, kindly discuss the observation, or create your own table. Life’s too short to be unhappy in someone else’s world. Create your own and invite others. WordPress is a great place to do that.

\n

Last, being underestimated is a gift. They’ll never see you coming until they can’t help but notice. If you’re with the right people while that’s happening, there’s no better feeling.

\n

The post Marginalized appeared first on HeroPress.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 16 Dec 2020 10:02:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sally Strebel\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WPTavern: Learn WordPress Platform Launches with Free Courses, Workshops, and Lesson Plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108957\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"https://wptavern.com/learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans?utm_source=rss&utm_medium=rss&utm_campaign=learn-wordpress-platform-launches-with-free-courses-workshops-and-lesson-plans\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3567:\"

WordPress.org has officially launched its new “Learn WordPress” platform, a free educational resource that includes courses, workshops, quizzes, lesson plans, and discussion groups. The material spans the spectrum of WordPress experience from beginners to advanced, and and allows users to learn asynchronously at their own pace. After a successful beta launch in August, the platform is now ready for the public.

\n\n\n\n
\n\n\n\n

Traditionally, most WordPress learning opportunities have been in-person at WordCamps and local meetups. Since large gatherings have been put on pause this year due to the pandemic, the Learn WordPress platform offers a new way for users to stay connected. The discussion groups are a new event format similar to a virtual event that brings learners together at the same time to discuss a topic. Discussion groups are scheduled through Meetup.com and most of them center around workshop material.

\n\n\n\n
\n\n\n\n

“In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors,” WordPress community manager Hugh Lashbrooke said.

\n\n\n\n

A New Way to Contribute to WordPress: Create Learning Resources and Facilitate Discussions

\n\n\n\n

Learn WordPress is launching with two courses: “Publishing with WordPress” and “Unleashing the Power of WordPress,” which covers basic customization topics. The project is open to contributions and anyone can submit an idea for a workshop.

\n\n\n\n

The platform also includes more than 85 lesson plans that the Training team has been working on for the past few years. They are available as resources for people who want to run their own workshops.

\n\n\n\n

Learn WordPress has several lesson plans and workshops on the topic of creating new blocks, such as Intro to Gutenberg Block Development. Many WordPress developers have yet to get on board with creating for the block editor and topics like this seems ripe for launching a discussion group with a series facilitated by an experienced block developer.

\n\n\n\n

“The work on Learn WordPress has been a strong cross-team collaboration between the Community and Training teams, with the Marketing and TV teams also being really involved in making things happen,” WordPress community manager Hugh Lashbrooke said. “It’s been super encouraging to see such excellent work across so many teams to make this ambitious project a reality.”

\n\n\n\n

Anyone can contribute to lesson plans and workshops, as well as facilitate discussions. If you want to get more involved in expanding and promoting the platform, you can join WordPress’ Training team for meetings on Fridays at 11:00 UTC and Tuesdays at 17:00 UTC in the #training channel on Slack.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 23:30:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: Record and Track Past Events With the LifePress Calendar Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108962\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/record-and-track-past-events-with-the-lifepress-calendar-plugin?utm_source=rss&utm_medium=rss&utm_campaign=record-and-track-past-events-with-the-lifepress-calendar-plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4784:\"

Two weeks ago, Ashan Jay released LifePress to the WordPress plugin directory. It is an interactive, front-end calendar for tracking past events — a journal of sorts. For a version 1.0 launch, it has enough features with just the right touch of simplicity to show promise.

\n\n\n\n

This is not Jay’s first rodeo when it comes to calendar-based plugins. He is also the creator of EventON, a virtual event calendar for WordPress.

\n\n\n\n

The goal of the plugin is simple. As its description reads, “LifePress is a calendar based journal recorder that will allow you to track back progress and review past events to learn from the past and make positive progress in the future.”

\n\n\n\n

Watch an introduction video to the plugin:

\n\n\n\n
\n\n
\n\n\n\n

Digging Into the Plugin

\n\n\n\n

Call me a fan. The ease of use of this plugin is spot-on. LifePress creates a page called “LifePress Dashboard” upon activation, which allows individual users of the site to see and manage life events on the front end on a per-user basis. It feels much like Google Calendar, except in WordPress.

\n\n\n\n

And that is the plugin’s main selling point — it allows end-users to store all of their data in their own database instead of on a third-party server.

\n\n\n\n

On the front end, users are presented with a weekly calendar view by default. However, there is a button for switching between weekly and monthly views.

\n\n\n\nMonthly calendar view.\n\n\n\n

A simple “+” button lets users create new calendar entries. After clicking it, an overlay appears for adding a date, title, optional description, and tag. Most users should pick up the system quickly and without documentation.

\n\n\n\nCreating a new calendar entry.\n\n\n\n

The tag system allows users to group different types of entries with custom colored backgrounds. Colored dots for each tag adorn the left sidebar, allowing users to toggle specific entry types on and off, which is one of my favorite features of the plugin. It is a simple thing, but it adds to the overall user experience.

\n\n\n\n

The design is, for the most part, great. The interface is uncluttered and simple to use. However, the plugin is not without some flaws, which is to be expected with a version 1.0. The plugin’s various overlays, such as from the new-entry popup, butt against the top of the page. Some spacing at the top would help with the layout.

\n\n\n\n

Backend management could use a little work. There is no way to edit a tag’s color after it has been created. This feature also does not appear to be available on the front end.

\n\n\n\n

The monthly-calendar view was consistently off by one day of the week when I first installed LifePress in my testing environment. For example, today is Tuesday, December 15, 2020. However, the plugin had the 15th listed under Monday. I managed to track this issue down to the “week starts on” setting in WordPress. The plugin will only work if this option is set to Sunday (the WordPress default sets this to Monday). Every other day of the week pushes the calendar back another day.

\n\n\n\n

This is a non-issue with the default, weekly calendar view. However, it should be addressed by the plugin author for the monthly layout.

\n\n\n\n

Features Requests

\n\n\n\n

While LifePress is geared toward being a journal and tracking calendar, it would be nice if it could pull double-duty and behave like a simple event calendar too. The plugin already allows end-users to add items to future dates, so the core of scheduling events is already in place. To extend this already-existing feature, the plugin could have a notification system. Users should be able to at least get custom emails as a reminder for upcoming events on the schedule. This could make it worthwhile enough for some users to ditch Google Calendar, depending on their use case.

\n\n\n\n

If the plugin wants to continue focusing on being a great journal and tracking calendar, it should have a progress-tracking mechanism built in. It is great to see that I put in my daily 30-minute jog on the calendar, for example. However, it would be even better if I could see that I am hitting my exercise goals on a weekly, monthly, or yearly basis.

\n\n\n\n

That sort of application is not just relevant to personal exercise regimens. It can be applied to other facets of life or used in business environments.

\n\n\n\n

Overall, it is a good first outing for the plugin. However, there is a lot of potential for more features in the future.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 21:48:53 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress.org blog: Introducing Learn WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9444\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://wordpress.org/news/2020/12/introducing-learn-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9012:\"

Learn WordPress is a learning resource providing workshops, quizzes, courses, lesson plans, and discussion groups so that anyone, from beginners to advanced users, can learn to do more with WordPress. Learning how to use, build for, and contribute to WordPress is essential for anyone wanting to dive deeper into the software and its community. 

\n\n\n\n\n\n\n\n

This cross-team initiative is part of the WordPress.org network and features content from contributors from the global community. It will be updated weekly and will help connect new and existing WordPress users with the broader community while they learn.

\n\n\n\n\"\"\n\n\n\n

What can you learn about WordPress?

\n\n\n\n

On Learn WordPress you can find a range of material and opportunities to use at the time which works for you.

\n\n\n\n

Workshops are practical, skills-based videos that show viewers how to do new things with WordPress, whether you publish, manage, develop with, or contribute to WordPress. Most workshops include quizzes for you to test your newly gained knowledge.

\n\n\n\n

Discussion groups provide an opportunity for further collaborative learning with participants meeting together to discuss the workshop content – they take place online, either in video calls or Slack and accommodate all time zones.

\n\n\n\n

Lesson plans are guides for facilitators to use while presenting at events or within educational environments. Facilitators will find learning objectives (telling people what they are going to learn), any prerequisite skills, assets such as screenshots and slide decks, and learning assessments. 

\n\n\n\n

Courses are a series of interconnected lesson plans to be presented by a facilitator that will strategically focus on defined learning outcomes. Participants can go through these courses individually or as part of a group. After completing the learning, attendees should be able to apply their skills in the real world.

\n\n\n\n

In addition to the wealth of valuable content available on Learn WordPress, the platform provides an opportunity for individuals to learn alongside other community members and become connected with a global network of WordPress users, developers, and contributors.

\n\n\n\n
\n\n
\n\n\n\n

Why you should use Learn WordPress – videos from our community.

\n\n\n\n

How can you get involved?

\n\n\n\n\n\n\n\n

Learn WordPress is an open-source platform available for anyone to contribute content in any areas mentioned above. Find out more about how you can get involved with this initiative.

\n\n\n\n

Take part in our fun promotion campaigns on social and with your local community.

\n\n\n\n

Hundreds of people spanning a number of years have contributed to the development of learning materials. Thanks to everyone who worked so hard to make Learn WordPress a reality. 

\n\n\n\n

Particular thanks to:

\n\n\n\n

Training: @courane01, @azhiyadev, @geheren, @webtechpooja, @jessecowens, @onealtr, @rastaban, @evarlese, @manzwebdesigns
Meta: @coreymckrill, @dufresnesteven, @jonoaldersonwp
Community: @hlashbrooke, @camikaos, @harishanker, @angelasjin, @nao, @courtneypk, @andreamiddleton, @rmarks, @sippis
Marketing: @webcommsat@oglekler, @lmurillom, @yvettesonneveld, @meher, @nalininonstopnewsuk, @megphillips91, @marks99, @marybaum, @antialiasfactory, @herculespekkas, @chaion07
Design: @melchoyce 

\n\n\n\n

For a fuller list of the contributors who have been involved in training and Learn WordPress, visit the initial beta launch post. Thanks to everyone who has been involved to date and will be in the future. 

\n\n\n\n

#LearnWordPress #LearnWP

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 13:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:15:\"Hugh Lashbrooke\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WPTavern: Fast Brings One-Click Checkout to WooCommerce Stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108895\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:169:\"https://wptavern.com/fast-brings-one-click-checkout-to-woocommerce-stores?utm_source=rss&utm_medium=rss&utm_campaign=fast-brings-one-click-checkout-to-woocommerce-stores\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7203:\"

Fast, a startup backed by Stripe, has just added WooCommerce support to its new Fast Checkout experience. The company was co-founded in March 2019, by Domm Holland and Allison Barr Allen, with investment from Stripe, Index Ventures, Susa Ventures, and Global Founders Capital. It has received $22.5M in funding to reduce the friction that remains deeply embedded in login and checkout experiences.

\n\n\n\n

Online shopping almost always involves a lengthy checkout form where customers have to enter passwords, addresses, and payment information nearly every time. This tedious experience is magnified when gift-giving holidays roll around. Fast’s founders have set out to solve this problem with products aimed at modernizing the checkout experience to enable one-click purchasing.

\n\n\n\n
\n\n\n\n

Fast Checkout launched in September 2020, so if you haven’t seen it around yet it’s because it is relatively new and was previously limited to a handful of platforms. Expanding support to WooCommerce was a strategic move, as WordPress accounts for 39.3% of the Alexa top 10 million websites. WooCommerce is running on 18% of the WordPress sites W3techs can detect. Fast CEO Domm Holland said the product’s availability to WooCommerce increases the company’s addressable market by over 2,500%.

\n\n\n\n
\n

from today, every single @WooCommerce store can now install 1-click checkout in minutes, so their customers can checkout in seconds 🚀

compared to yesterday, that increases @fast\' addressable market by over 2,500% pic.twitter.com/wrqkUnAQVw

— domm (@domm) December 14, 2020
\n
\n\n\n\n

“We’ve received inquiries from thousands of sellers asking to add Fast on a variety of e-commerce platforms, including WooCommerce sellers,” Fast CCO Jason Alderman said. “We prioritized WooCommerce as it automatically gives millions of new sellers access to Fast.”

\n\n\n\n

The company has seen a strong uptick in Fast Login adoption since launch, and Fast Checkout has had a promising debut.

\n\n\n\n

“For Fast Checkout, the value of merchandise purchased on the platform has more than tripled each month since launching in September,” Alderman said. “Although not WooCommerce sellers, Fast merchants such as Gerard and Hardwood Lumber are seeing up to 30% (and rising) adoption rates since deploying Fast Checkout and up to a 10% increase in order volume within just 30 days of implementation.”

\n\n\n\n

In order to gain all the benefits of Fast login and checkout, users have to sign up with a new service, which seems like it would be hurdle. Fast has embedded this process within the normal checkout flow so that it doesn’t feel like the consumer has to sign up for something new. The first time a shopper makes a purchase on a site using Fast Checkout, they enter their contact information. and payment details as they normally would.

\n\n\n\n
Fast Checkout form on mobile for first time checkout
\n\n\n\n

After that purchase, their details are stored and every subsequent checkout experience on any website using Fast Checkout will only require one click. It works regardless of the device or browser used and does not require a password, the same as the Fast Login product.

\n\n\n\n
Fast Checkout on mobile purchase complete
\n\n\n\n

Although Fast Checkout and Login are free to use for buyers, getting store owners on board is going to be the primary challenge for Fast. It charges US sellers 2.9% + 30c per transaction. Fast’s fees are not quite as steep as the 5% per shipment that Instagram will be charging for the new Shopping Checkout feature that WooCommerce is testing. However, it may still be prohibitive for stores with narrow profit margins. Fast also has competition from the multiple one-click checkout extensions available for WooCommerce that do not charge transaction fees.

\n\n\n\n

Fast claims that the one-click checkout button “increases conversion, boosts sales, and delights customers” If the checkout experience can deliver on those claims, then some store owners may be willing to part with the 2.9% fee in order to capture a larger percentage of the potential customers that are already arriving at their stores, instead of risking cart abandonment with a frustratingly long checkout process. Store owners are looking for any edge in an increasingly competitive landscape where the online retail giants continue to dominate.

\n\n\n\n

The pandemic has caused radical shifts in the retail industry, creating unprecedented opportunities for independent stores. Many WooCommerce developers and store owners have sought help for optimizing their stores after the pandemic caused business to increase exponentially overnight. A product like Fast Checkout is landing at the right time, as consumer spending habits have become forever altered by the rapid acceleration of the essential role of e-commerce for homebound people across the globe.

\n\n\n\n

“E-commerce giants have heightened consumers’ expectations for online shopping,” Alderman said. “And with the COVID-19 pandemic this year, more people than ever opted to shop online, but many independent businesses were not prepared to prioritize the online experience. By adding Fast Checkout to their stores, businesses of all sizes can access one-click checkout that offers the seamless experience consumers expect (and eliminates shopping cart abandonment that happens to up to 80% of potential purchases).”

\n\n\n\n

Fast is planning to expand its Checkout support to multiple new platforms in the coming months but did not have any details to share at this time. In addition to providing one-click checkout, Fast centralizes purchases across stores so that users can manage transactions, track shipments, and handle returns through a unified dashboard. Long term, the company is working on launching a universal subscription manager, which Alderman said is currently in development.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Dec 2020 06:18:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"WPTavern: G2 Components, a From-Scratch Reimagining of WordPress Components\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108342\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/g2-components-a-from-scratch-reimagining-of-wordpress-components?utm_source=rss&utm_medium=rss&utm_campaign=g2-components-a-from-scratch-reimagining-of-wordpress-components\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7356:\"

Update some of the things.

\n\n\n\n

That was the goal that Jon Quach, a Principal Designer at Automattic, laid out in the roadmap for integrating the G2 Components project into Gutenberg and, eventually, core WordPress. The project is a reimagining of the pieces that make the block editor, a “from-scratch” overhaul of the component system. Updating all of the things or even many of the things at once runs the risk of breaking everything.

\n\n\n\n

“Ideally, what should happen is you should update just some of the things in a very controlled and intentional manner,” wrote Quach in the post. He likened it transitioning a city, section by section, to solar power until the traditional power factory could be shut down. You convert one piece, test, find problems, and correct them before moving to the next section.

\n\n\n\n

That is the plan for integrating G2 Components into Gutenberg.

\n\n\n\n

“G2 Components is a project that embodies the idea of making user interfaces and user experiences better for others,” said Quach. “At the moment, it’s materialized as a Component System designed to work within the context and environments of Gutenberg and WordPress.”

\n\n\n\n

The goal is to provide the resources to improve the Gutenberg project’s UI. Components should make it easier to create newer UIs without hacking together code. Quach said the consistency and experiences of the Component System should scale and have a ripple effect throughout the WordPress platform. This will also extend to third-party block developers.

\n\n\n\n

“The code components are just the starting point,” he said. “My ultimate goal is for this to transcend code and influence and elevate design as well — creating a unified Design System that enables and empowers folks to craft cohesive and feature-rich UI experiences within the world of WordPress.”

\n\n\n\n

Quach believes that platforms have benefited from having similar approaches. He mentioned Material Design by Google as having elevated the Android platform and bringing cohesion across the company’s products.

\n\n\n\n

The Gutenberg team has already started integrating the G2 Components into the project. This integration replaces WordPress components (@wordpress/components) in a controlled manner that should not break existing implementations within the core editor or third-party projects. New components will be swapped in as they become ready. “Like flipping on a switch,” said Quach.

\n\n\n\n

The following video is an hour-long walkthrough of G2 Components that Quach posted on YouTube:

\n\n\n\n
\n\n
\n\n\n\n

He routinely posts updates on the G2 Components blog. Alongside those are deeper dives into his design thinking on the project. He also talks about the project on his Twitch stream almost daily.

\n\n\n\n

What Are Components?

\n\n\n\nScreenshot of a component in the G2 Components Storybook.\n\n\n\n

Components are everything from buttons to toggles to checkboxes. They are standardized pieces that make up the UI of the block editor. They are available for both core and third-party developers to create what end-users see and interact with. However, there was a problem with how the original component system was built.

\n\n\n\n

“The current components aren’t built with a system in mind, but rather, to fulfill an immediate need,” said Quach. “This particular design detail is crucial. A systems-first approach more easily supports the addition of new features, and more importantly, customization!”

\n\n\n\n

The new approach is about building a native design system for WordPress. Such a system would allow anyone to build on top of it and create native experiences.

\n\n\n\n

Quach said one of the easiest ways to look at this is from a backend theming perspective — the Component System also has a theming sub-system. “Instead of the traditional method of writing CSS as a ‘skin’ to layer on top, UI aesthetics can be adjusted through configuration values — similar to how WordPress can be configured with definitions in the wp-config.php file,” he said. “This distinction is important as these values tap directly into the Style system, allowing the styles to load correctly at the right place and at the right time. All without affecting the current environment’s styles, and more importantly, not being affected by the current environment’s styles.”

\n\n\n\n

He was responding to my question on why the component system should be rebuilt from scratch. The idea is to have components that “just work” in an environment such as the WordPress admin, such as making sure the existence of a WordPress theme’s stylesheet does not break components simply by being loaded.

\n\n\n\n

“Why rethink, rebuild, and enhance Inputs, Buttons, Modals, Dropdowns, and others?” countered Quach in response. “So that you the developer don’t have to.”

\n\n\n\n

What Does This Mean For Developers?

\n\n\n\n\n\n\n\n

Respecting backward-compatibility is something Quach said he took incredibly seriously when designing the architecture of the G2 Components project. He also said it was a part of the integration strategy he proposed.

\n\n\n\n

“I had mentioned that this project ’embodies the idea of making user interfaces and user experiences better for others,\'” he said. “Accounting for backward compatibility and supporting third-party migration absolutely falls under the category of user experience.”

\n\n\n\n

As the Gutenberg team continues integrating new components, it should not change what developers have already been doing. However, it could open up some new possibilities.

\n\n\n\n

“The new Component System will definitely help in the UI department,” said Quach. “One area I’m particularly excited about is the rapid-development/prototyping space. Because these Components are self-contained units, they can be brought into platforms like CodeSandbox and they…just…work. You can hit the ground running and rapidly construct and share prototypes (ranging from tiny-yet-mighty to large and in-charge).”

\n\n\n\n

He said he has had success in testing component designs and demonstrating ideas for quick feedback. He has also worked from the opposite direction, building complex components in CodeSandbox and bringing them back into the Component System.

\n\n\n\n

“As a designer and front-end developer, I cannot stress how efficient, effective, and creatively liberating this ‘micro building’ workflow is,” he said. “It’s something I’m excited for others to experience as well.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Dec 2020 21:10:46 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"WPTavern: BuddyPress 7.0.0 Adds 3 New Blocks and Admin Screens for Member and Group Type Management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108753\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:239:\"https://wptavern.com/buddypress-7-0-adds-3-new-blocks-and-admin-screens-for-member-and-group-type-management?utm_source=rss&utm_medium=rss&utm_campaign=buddypress-7-0-adds-3-new-blocks-and-admin-screens-for-member-and-group-type-management\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3149:\"

BuddyPress 7.0.0 “Filippi” was released this week, following WordPress 5.6 to ensure compatibility. This version was named for Filippi’s Pizza Grotto in California. It requires WordPress 4.9+, but sites that are not using the block editor will miss out on many of the new features that make BuddyPress websites easier to customize.

\n\n\n\n

The first set of community blocks was introduced earlier this year, allowing site owners to insert a specific Member or Group into any post or page. Version 7.0.0 adds three new blocks that make it easy to feature a list of members, a list of groups, or embed a public activity post.

\n\n\n\n
\n\n\n\n

Blocks make customizations easier for non-technical community managers. Years ago, you would have to write a custom query to display members, groups, or activities anywhere on a page or post. The other option was to install a plugin to do it and use a widget or shortcode to place it somewhere in the content.

\n\n\n\n

The Groups block, for example, lets you select any number of groups using auto-complete, to create a custom list. The block’s toolbar has an option for displaying the groups in a list or a grid. In the block settings, users can show or hide group names, select full or thumbnail versions for avatars, and include extra information about the group.

\n\n\n\n\n\n\n\n

New Administration Screens for Member and Group Type Management

\n\n\n\n

BuddyPress’ member types and group types are a feature similar to WordPress’ custom post types. They now have their own management screens in the admin, making them more accessible to community managers who would not be comfortable creating and modifying types without a UI. Member and group types can now be added, edited, and deleted directly in the admin.

\n\n\n\n
\n\n
Source: BuddyPress.org 7.0.0 release announcement\n\n\n\n

New Default Profile Image for Network Sites

\n\n\n\n

Version 7.0.0 introduces the capability to add a default profile image for sites in a multisite network as part of the Site Tracking component. This can improve the appearance for the sites directory or the activity stream, when networked sites have not added a custom profile image.

\n\n\n\n

A few other notable improvements in 7.0.0 include the BP Nouveau template pack updated to be compatible with the new Twenty Twenty-One default theme, improvements to the BP REST API, and BuddyPress CLI commands expanded to cover more aspects of community management. Check out the release notes for a full list of changes.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 12 Dec 2020 04:09:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"WPTavern: EditorPlus 2.4 Released, Builds Upon Its ‘Extend Core Blocks’ System\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108825\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:195:\"https://wptavern.com/editorplus-2-4-released-builds-upon-its-extend-core-blocks-system?utm_source=rss&utm_medium=rss&utm_campaign=editorplus-2-4-released-builds-upon-its-extend-core-blocks-system\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5285:\"

On Tuesday of this week, Munir Kamal released version 2.4 of his EditorPlus plugin. Aside from a few bugs and making sure the plugin was compatible with WordPress 5.6, he added an icon selector for the Button block and SVG shape overlays for the Image block. This is on top of a new “Extend Core Blocks” system he added in the previous version.

\n\n\n\n

I last dove into the plugin in early November. In Kamal’s world, that may as well have been a lifetime ago. At an almost dizzying pace of development, he has since released three major updates to the plugin with several new features. I continue wondering where he not only finds the time to dedicate to the project for free but also where he keeps getting new ideas. Surely, some of them are coming from his growing user base. The plugin is still relatively young, and it has now passed 2,000 active installs.

\n\n\n\n

The Extend Core Blocks System

\n\n\n\n

When Kamal first built EditorPlus, the idea was to create additional styling options for the WordPress core blocks. Essentially, the plugin allowed end-users to set custom values for CSS properties from an interface in the editor. This can get the average user pretty deep into customization. However, it is still somewhat limiting. There are things that web developers can do with code that go beyond what such a basic interface can do. The question then becomes: how do you provide those advanced methods to users?

\n\n\n\n

At the heart of the Extend Core Blocks system, which can be disabled from the plugin’s settings screen, the plugin author wanted to push the limits of what is possible with WordPress’s existing blocks.

\n\n\n\n

“There are different extensions in EditorPlus that offer different features that you can toggle on or off,” said Kamal. “Like the styling, animations, custom CSS, etc., and now this new one. This extension will offer additional functionalities/features for the core Gutenberg blocks. For example, the ‘list block’ extended with the option to include icons, split into columns, and more. Similarly, the plan is to extend other core blocks with additional missing features as well.”

\n\n\n\nCreating a two-column team list with icons.\n\n\n\n

In version 2.3, he created the first set of options with the new system. Starting with the List block, he added columns, options, icons, and several other options. Users can pick and choose from a range of icons from the Font Awesome and Icon Moon libraries.

\n\n\n\nAdding a “blob” style to the Image block.\n\n\n\n

My favorite new feature is the custom “blob” styles Kamal has added to the Image block. “I’ve simply added 10 SVG shape masks as block styles for the core Image block,” he said while also sharing a demo video.

\n\n\n\n

While I am unsure if I have any immediate uses for blob-shaped images, I am excited about the possibility of other SVG shape masks landing in the future. I am sure there are many potential applications in design where they would be useful. If nothing else, they are fun to tinker around with.

\n\n\n\nCustomizing icons for the Button block.\n\n\n\n

Perhaps a bit more practical, Kamal added new icon options for the Button block. Like the List block, users can choose from both the Font Awesome and Icon Moon libraries. They can also select left or right alignment, change the background and foreground colors, round out the background with a border-radius option, and control the spacing.

\n\n\n\n

There are a couple of other block-related plugins with similar icon options. However, having them baked into EditorPlus was a good decision. Most of the plugin’s users will likely find themselves ditching other block plugins with so much available through one.

\n\n\n\n

Kamal remained tight-lipped about any specific upcoming features in 2.5 and beyond. However, he did say that he would be continuing to build upon the Extend Core Blocks system. If his work thus far is any indication, it will be interesting to see what new options he brings to the other WordPress blocks.

\n\n\n\n

Background Options

\n\n\n\nAdding an SVG background image to the Cover block.\n\n\n\n

While the new Extend Core Blocks system has been the focus of the last couple of releases, Kamal has added several other features. One of the biggest that he has pushed out is a set of new background options for every core block, which includes the following:

\n\n\n\n
  • Insert image via URL.
  • Background attachment option.
  • Background placement option.
\n\n\n\n

At this point, with EditorPlus, users can nearly do anything they need to do with backgrounds. The biggest boost of customizability comes with the image URL option, which means that users can even input a data URI for SVG patterns. Hero Patterns has a ton of options to choose from for anyone who wants to give it a spin.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2020 21:35:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"WPTavern: GitHub Introduces Darkmode, Discussions for Public Repositories, and Dependency Review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108775\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"https://wptavern.com/github-introduces-darkmode-discussions-for-public-repositories-and-dependency-review?utm_source=rss&utm_medium=rss&utm_campaign=github-introduces-darkmode-discussions-for-public-repositories-and-dependency-review\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3026:\"

GitHub Universe, the company’s annual marquee product and community event, took place this week, bringing users a flurry of new features. Dark mode is now in public beta and can be activated under the Settings menu or set to follow system preferences.

\n\n\n\n
\n\n\n\n

Discussions is a new feature that GitHub unveiled at its Satellite event in May to facilitate questions and open-ended conversations. The company has been testing it with open source communities like Gatsby and Laravel to iron out bugs ahead of the public launch. Discussions currently allows users to customize categories, transfer and pin discussions, and convert issues into discussion threads. Mobile support is coming soon.

\n\n\n\n

Participants on Discussions can search or sort conversations by newest, top, answered, and unanswered. Threads can be upvoted for better exposure and a sidebar widget displays the “most helpful” users. Discussions are essentially a modernized forum, with a little bit of gamification sprinkled in. for good measure.

\n\n\n\n
\n\n\n\n

Project maintainers for WordPress plugins, themes, and tools hosted on GitHub may want to explore Discussions to see if it could benefit their communities. The format is more approachable for less technical participants who may not be familiar with GitHub issues.

\n\n\n\n

Building on the existing dependency graph and security alerts features, GitHub is introducing dependency review as a way to help developers catch vulnerable code before it gets added to their projects. Dependency review displays the following information for each pull request:

\n\n\n\n
  • which dependencies were added, removed, or updated
  • release dates
  • how many projects use these components
  • vulnerability information for each dependency
\n\n\n\n

The beta for the dependency review feature is now open to all public repositories and will be gradually rolled out across GitHub in the next few weeks.

\n\n\n\n

Other notable announcements include the ability to auto-merge pull requests when using protected branches, improvements to continuous delivery support, and GitHub Sponsors for companies, which allows organizations to use their existing billing to donate to open source developers and projects. Check out the full details in the announcement summary from the event.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2020 04:42:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"BuddyPress: BuddyPress 7.0.0 “Filippi”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=316067\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://buddypress.org/2020/12/buddypress-7-0-0-filippi/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:13194:\"

This major release introduces new administration screens to manage your Member & Group Types \"🙌\"

\n\n\n\n\n\n\n\n
\n\n\n\n

We are very excited to announce the immediate availability of BuddyPress 7.0.0 code-named “Filippi“. You can get it clicking on the above button, downloading it from the WordPress.org plugin directory or checking it out from our Subversion repository.

\n\n\n\n

\"👉\" If you’re upgrading from a previous version of BuddyPress, it’s always a good idea to back-up your WordPress database and files ahead of time.

\n\n\n\n

You can review all of the changes in this 7.0.0 release in the release notes. Below are a few of the key features we believe you are going to love!

\n\n\n\n
\n\n\n\n

You can now manage your Member Types and/or Group Types right from your WordPress Dashboard

\n\n\n\n
\"Illustration
\n\n\n\n

Playing with BP Types just became much easier! The Member Types and Group Types were primarily introduced in BuddyPress as features for advanced users, just like the WordPress Custom Post Type feature. Thanks to the two new WordPress Administration Screens, adding, editing and deleting Member & Group Types has never been so easy! Now you can set up BP Types using custom code or by simply using the Administration interfaces.

\n\n\n\n

Let’s watch a demo about how it looks like for Member Types!

\n\n\n\nFullscreen\n\n\n\n
\n\n\n\n

3 new BP Blocks for your WP Posts & Pages

\n\n\n\n
\"Illustration
\n\n\n\n

3 new BP Blocks are now available via your WordPress Editor. From the BuddyPress blocks category of the WordPress Block Inserter, you can pick a BP Block to feature a list of members, a list of groups or embed a public BuddyPress Activity into your post or page. Read more about it in this development note.

\n\n\n\n

Here’s a quick video showing you how to insert a list of Members profile images into your home page.

\n\n\n\nFullscreen\n\n\n\n
\n\n\n\n

A default profile image for the sites of your network

\n\n\n\n
\"IllustrationFollow the white arrow to discover the new default profile image for sites.
\n\n\n\n

The Site Tracking component now has a default profile image it can use to make your Sites loop prettier if some of them have not customized their WordPress Site Icon. Multisite WordPress configurations will be able to find it when displaying the Sites directory. Read more about it in the development note.

\n\n\n\n
\n\n\n\n

BP Nouveau is ready for Twenty Twenty-One \"🎨\"

\n\n\n\nFullscreen\n\n\n\n

You love the latest default WordPress Theme, so do we! It’s important for us to make sure the BP Nouveau template pack looks great in the default themes included in the WordPress package. This is the first of the many improvements we are bringing to our default Template Pack.

\n\n\n\n
\n\n\n\n

BP REST API improvements

\n\n\n\n
\n\n\n\n
\n\n\n\n

The Developer documentation has been updated according to the latest improvements we’ve brought to the BuddyPress REST API.

\n\n\n\n

To name two: get the groups the logged in user is a member of, and create a blog when BuddyPress is activated on a network of WordPress sites. Read this development note to learn about all the others.

\n\n\n\n
\n\n\n\n

Improved support for WP CLI

\n\n\n\n
\n\n\n\n
\n\n\n\n

WP-CLI is the command-line interface for WordPress. You can update plugins, configure multisite installs, and much more, all without using a web browser. In 7.0.0, you will be able to use new BuddyPress CLI commands to manage BuddyPress Group Meta, BuddyPress Activity Meta, activate or deactivate the BuddyPress signup feature and create BuddyPress-specific testing code for plugins.

\n\n\n\n

Discover more about it from this developer note.

\n\n\n\n
\n\n\n\n

Under the hood

\n\n\n\n
\n\n\n\n
\n\n\n\n

7.0.0 includes more than 70 changes such as image lazy loading support, multiple Member Type assignment, a Docker ready development environment to improve your BuddyPress experience as users, and as contributors to our project.

\n\n\n\n
\n\n\n\n

Many thanks to the 55 contributors who helped us build & translate BuddyPress 7.0.0

\n\n\n\n
\n\n\n\n
\n\n\n\n

Adil Oztaser (oztaser), Boone B Gorges (boonebgorges), Brajesh Singh (sbrajesh), corsky, Dan Caragea (dancaragea), David Cavins (dcavins), devnik,Dilip Bheda, Dion Hulse (dd32), dragoeco,Erik Betshammar (kebbet), etatus, Didier Saintes (ExoGeek)诗语 (f2010525),George Mamadashvili, Giuseppe (mociofiletto), Hareesh,iamthewebbJavier Esteban (nobnob), Jb Audras (audrasjb), John James Jacoby (johnjamesjacoby), Joost Abrahams (joost-abrahams), k3690, Knut Sparhell (knutsp), Laxman Prajapati, Lidia Pellizzaro (lidialab), marbaqueMarcel Claus (geckse), marioshtika,Mark Robson (markscottrobson), Mathieu Viet (imath), mercimeMeet Makadia, Michael Beckwith, Morteza Geransayeh (man4toman), morenolq, N33D, oddev56, Paul Gibbs (DJPaul), Petter Walbø Johnsgård (walbo), Peter Smits (psmits1567), Pooja N Muchandikar (pooja1210), Raruto, r-a-y, Renato Alves (espellcaste), scipi, Scott Bolinger (scottopolis), shanebp, shawfactor, sjregan, Stephen Edgar (netweb), tharsheblows, Tor-Bjorn Fjellner (tobifjellner), Varun Dubey (vapvarun) & wp24.cz (podporawebu).

\n\n\n\n
\n\n\n\n

BuddyPress Filippi

\n\n\n\n
\"\"
\n\n\n\n

7.0.0 is code-named “Filippi” after Filippi’s Pizza Grotto in lovely San Diego, California, USA. The “Grotto” is in the back room of an Italian grocery and butcher shop in Little Italy. Tall pizza lovers will have to watch out for the Chianti bottles hanging from the ceiling, but the red-and-white-checked-tablecloth atmosphere and piled-high pizza is worth it!

\n\n\n\n
\n\n\n\n

Feedback is always welcome \"😍\"

\n\n\n\n
\n\n\n\n
\n\n\n\n

Receiving your feedback & suggestions for future versions of BuddyPress genuinely motivates and encourages our contributors. Please share your feedback about this version of BuddyPress in the comments area of this post. And of course, if you’ve found a bug: please tell us about it into our Support forums.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2020 22:00:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:80:\"WPTavern: State of the Word 2020 Scheduled for December 17, with Virtual Q&A\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108628\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:193:\"https://wptavern.com/state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa?utm_source=rss&utm_medium=rss&utm_campaign=state-of-the-word-2020-scheduled-for-december-17-with-virtual-qa\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5941:\"

WordCamp US 2020, previously scheduled for October, was cancelled due to pandemic stress and online event fatigue. Organizers did not opt for running it as an online event, but Matt Mullenweg’s annual State of the Word address will be delivered virtually this year. It will be streamed on Facebook, YouTube, and Twitter on Thursday, Dec 17th, 2020  at 1600 UTC.

\n\n\n\n

In previous years, the State of the Word has been one the most highly anticipated keynotes at WordCamp US. Attendees pack into the venue’s auditorium in anticipation of hearing about all of the highlights and milestones the WordPress community has achieved over the past year. Mullenweg often uses the time to recast his vision for the project and deliver important announcements.

\n\n\n\n

This year has been unlike anything we have experienced before, but one thing has remained constant – WordPress’ phenomenal growth continues, as other major open source CMS’s are slowly declining. It is currently sitting at 39.3% of the Alexa top 10 million, 4.2% higher than November 2019, according to Joost de Valk’s biannual analysis of the CMS market share. de Valk attributes much of that growth to WooCommerce, which accounts for more than 18% of all the WordPress sites W3techs can detect.

\n\n\n\n

Despite the global upheaval caused by the coronavirus, WordPress’ development has remained steady. More than 605 people contributed to the last major release (5.6) and there were 805 for the previous release (with 38% of them being new contributors.) In addition to reinventing WordCamps for the new virtual event frontier, the community team has also launched the Learn WordPress platform to make educational resources more globally available, placing a new emphasis on training. The platform is cracking open a world of WordPress knowledge that was previously relegated to more limited in-person audiences.

\n\n\n\n

“Since we’ve collectively come to the realization that talks and training content can be delivered and consumed asynchronously, there will be less need to use the high-bandwidth time of physical events to passively watch a talk where we aren’t actively engaging with others,” WordPress community manager Hugh Lashbrooke said in a post with predictions on post-COVID community building. “The focus of these valuable meetings will rather be on interpersonal connection and mutual learning through active participation.”

\n\n\n\n

Lashbrooke’s predictions recognize a friction that has always existed at WordCamps: the “hallway track” is more engaging and more popular than most of the talks given at events. It’s the interpersonal connection that people crave more than turning up for sessions that are usually being recorded anyway.

\n\n\n\n

To those who have been homebound for the better part of this year, it may feel as though the world is standing still. But the WordPress community has put many meaningful changes in motion in response to the pandemic’s unique challenges. Despite all the uncertainty, WordPress is moving forward like a steady ship, with reliable improvements to the software and the community, thanks to the goodwill and cooperation of its unwavering base of contributors. This stability is worthy of commendation among this year’s milestones and is a testament to the maturity of the project.

\n\n\n\n

Join the Virtual Q&A by Submitting a Pre-Recorded Video

\n\n\n\n

Matt Mullenweg will be running the Q&A portion of his address virtually this year, with pre-recorded videos of questions from the audience. WordPress Executive Director Josepha Haden Chomphosy outlined the instructions for participating:

\n\n\n\n

To take part, record a video of you asking your question to Matt on your computer or phone (landscape format, please). Don’t forget to include your name and how you use WordPress! Try to keep your video to under a minute so Matt can answer as many questions as possible.

\n\n\n\n

There are some positive aspects of this method but also a few drawbacks. It can create a more polished and efficient experience of Q&A where the audience is less likely to have to sit through long, rambling questions. It also allows equal opportunity for people living in all time zones to submit a question.

\n\n\n\n

On the other hand, the questions will be screened and pre-selected, allowing more preparation time for the answers. A live Q&A offers the opportunity to catch the person off guard and get answers that might not be delivered the same way in a different format. Pre-recorded videos have a few trade-offs but they may be the best option we have for this event.

\n\n\n\n

The deadline to submit video questions is Friday, December 11, 2020. Haden recommends participants upload their videos to YouTube as “unlisted” and send a link to ask-matt@wordcamp.org

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 10 Dec 2020 05:57:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"WPTavern: WordPress 5.6 “Simone” Includes New Twenty Twenty-One Theme and Improved Editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108446\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:219:\"https://wptavern.com/wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-5-6-simone-includes-new-twenty-twenty-one-theme-and-improved-editor\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:9657:\"Nina Simone
License: CC0 | Credit: Noord-Hollands Archief / Fotoburo de Boer\n\n\n\n

WordPress 5.6 “Simone,” named in honor of American performer and civil rights activist Nina Simone, was released today and is now available for download. The release was led by an all-women release squad, a first in WordPress history. The new version includes many enhancements for the block editor, accessibility improvements, application password support for the REST API, and a new default theme.

\n\n\n\n

This release saw contributions from 605 volunteers who were involved with almost 350 Trac tickets and over 1,000 pull requests on GitHub.

\n\n\n\n

The following women formed the release squad for the 5.6 release:

\n\n\n\n
  • Release Lead: Josepha Haden. Cohort: Chloé Bringmann and Angela Jin.
  • Release Coordinator: Dee Teal. Cohort: Thelma Mutete and Laura Nelson.
  • Triage Lead: Tonya Mork.
  • Core Tech Lead: Helen Hou-Sandì. Cohort: Amy Kamala and Ebonie Butler.
  • Editor Tech Lead: Isabel Brison. Cohort: Chandrika Guntur, Anchen le Roux, and Rebecca Hum.
  • Design Leads: Ellen Bauer and Tammie Lister. Cohort: Anyssa Ferreira, Estela Rueda, Tracy Apps, and Sophia DeRosia.
  • Design Tech Lead: Shital Marakana.
  • Accessibility Lead: Sarah Ricker. Cohort: Hauwa Abashiya.
  • Marketing and Communications Leads: Abha Thakor and Yvette Sonneveld. Cohort: Nalini Thakor, Meher Bala, Olga Gleckler, Larissa Murrillo, Michelle Frechette, Breann McDede, and Afshana Diya.
  • Documentation Lead: Shawntelle Coker. Cohort: Daisy Olsen, Meher Bala, and Winstina Hughes.
  • Documentation Review Lead: Michele Butcher-Jones. Cohort: Nidhi Jain and Laura Byrne Cristiano.
  • Default Theme Design Lead: Mel Choyce-Dwan. Cohort: Ellen Bauer.
  • Default Theme Development Lead: Carolina Nymark. Cohort: Kelly Choyce-Dwan and Jessica Lyschik.
  • Default Theme Wrangler: Jessica Lyschik.
  • Test Lead: Monika Rao. Cohort: Allie Nimmons.
  • Support Lead: Bet Hannon.
\n\n\n\n

At times, the 5.6 development cycle felt a bit rocky. Block-based widgets and nav menus, features expected to ship, were punted for a second time to a future release. These were hard decisions, but good leadership means making tough calls to hold off on features that are not ready for production.

\n\n\n\n

“You know, I was really hopeful for it too, and that last-minute call was one I labored over,” said Josepha Haden after pushing block-based widgets back. “When I last looked, it did seem close to ready, but then more focused testing was done and there were some interactions that are a little rough for users. I’m grateful for that because the time to discover painful user experiences is before launch rather than after!”

\n\n\n\n

Despite dropping what would have been major transitional features from the classic WordPress theming paradigm in preparation for WordPress 5.7’s expected site editor, the release still has a lot to offer.

\n\n\n\n

Block Editor Enhancements

\n\n\n\nNew dropdown for selecting block pattern category.\n\n\n\n

The Gutenberg plugin development team continues to make small but vital improvements to the block editor. They have also tacked on many new features in the past few months. Features from Gutenberg versions 8.6 – 9.2 are included in the update, along with bug fixes and performance improvements from 9.3 and 9.4.

\n\n\n\n

Much of the work this development cycle has been focused on the upcoming site editor. There was some initial hope that a beta version of it would land in the 5.6 release. It was a part of the proposed scope. However, the feature is still months away from being ready. This is not a bad thing. It needs more time to mature, and there should be no rush in integrating a feature that affects so many pieces of the platform.

\n\n\n\n

What end-users will see with this update is a more polished editor. Whether it is extra options for blocks or a dropdown select for block pattern categories, hundreds of minor changes have all led to a better overall experience.

\n\n\n\n

WP Tavern has covered nearly every major Gutenberg plugin release this cycle — looks like we missed 8.8, sorry. Catch up with anything you missed about editor changes from the following posts:

\n\n\n\n\n\n\n\n

Twenty Twenty-One Theme

\n\n\n\nInserting a Twenty Twenty-One block pattern into a post.\n\n\n\n

Twenty Twenty-One, the new default theme for the upcoming year, takes full advantage of all the latest and greatest features of the block editor. While last year’s Twenty Twenty theme had a successful launch, the development team behind the new default has had more time to explore building themes in the block era.

\n\n\n\n

The theme makes use of more visual artistry. It will not be for everyone. It offers a wide range of color schemes for end-users, but it lends itself best to bloggers and other creators who prefer a bit of flair with their website’s design.

\n\n\n\n

The best thing is that it pushes the envelope with the block patterns feature, which was not available when Twenty Twenty landed a year ago. Older default themes will be getting the block-pattern treatment. However, Twenty Twenty-One will be the first default built with custom patterns in mind from the get-go.

\n\n\n\n

For users who cannot wait for the site editor to land in WordPress, expected in some form in the 5.7 release, there is an alternate Twenty Twenty-One Blocks theme to tinker with.

\n\n\n\n

Application Passwords for the REST API

\n\n\n\n

Despite being a part of the core platform since 2015, the REST API has lacked support for application passwords. Such a feature is vital for third-party applications to communicate with WordPress. Previously, requests had to be run through cookie and nonce-based authentication. Else, they would need to use the legacy XML-RPC API. This limitation has also affected the mobile WordPress development teams, making it tough to support the block editor, which relies on the REST API.

\n\n\n\n

The application passwords feature will make it easier for applications to make API requests as well as request and revoke credentials.

\n\n\n\n

The REST API promised a future for all types of applications built upon and around WordPress. However, this vision has not panned out over the years on a broad scale. With a major limiting factor removed, perhaps there is still hope for robust applications in the coming years.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2020 00:07:16 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"WPTavern: Automattic Acquires MailPoet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108663\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"https://wptavern.com/automattic-acquires-mailpoet?utm_source=rss&utm_medium=rss&utm_campaign=automattic-acquires-mailpoet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3584:\"

Automattic has acquired MailPoet, a popular email marketing solution for WordPress, to give WooCommerce store owners more integrated email management capabilities in the admin. The plugin is used by more than 300,000 websites for everything from building a mailing list to managing transaction and abandoned cart emails. The nine-year old company is now a team of 11 that will be joining Automattic.

\n\n\n\n

MailPoet launched in 2011 under the name WYSIJA (“What you send is just awesome”), a branding misstep that founder and CEO Kim Gjerstad readily acknowledged as “a terrible idea.” The name was difficult to spell and remember. It was changed early on but the company was stuck with the “WYSIJA” slug in the WordPress plugins directory, a common issue for many plugins that have rebranded.

\n\n\n\n

When MailPoet version 3 was released in 2017, the company was finally able to get the “mailpoet” slug in the plugin’s URL on WordPress.org. Version 2, which still has more than 100,000 users, has support for multisite and uses the old email designer, among other differences. MailPoet 2 has received security updates for the past three years and plans to continue these following the acquisition.

\n\n\n\n

Gjerstad reported that nearly a quarter of MailPoet users are running WooCommerce stores. The plugin’s developers have been expanding its WooCommerce functionality over the past three years with features that help store owners catch customers’ emails at checkout, measure revenue per email, send automated emails using purchase data based on products purchased or product categories, customize store emails, and recover abandoned carts.

\n\n\n\n

Earlier this year MailPoet introduced its own SMTP solution to ensure emails sent from the plugin land in recipients’ inboxes, instead of flagged as spam. This silent background feature includes store emails as well, bringing higher deliverability without users having to depend on separate SMTP plugins.

\n\n\n\n

In WooCommerce’s acquisition announcement, CEO Paul Maiorana said adding MailPoet “helps accelerate our roadmap toward a fully-integrated commerce experience.” Last year Maiorana and Gjerstad met at WordCamp U.S. and exchanged ideas about a partnership.

\n\n\n\n

“As our conversation progressed in the following months, we came to realize that we shared a common vision for stores; with store owners being able to access email right in their dashboard,” Gjerstad said.

\n\n\n\n

Maiorana said Automattic’s initial focus of the acquisition is to work together on improving the experience for WooCommerce users, but the company plans to “evolve our collaboration in a way that can benefit the entire WordPress community.” MailPoet’s FAQ’s on the announcement reiterate that all WordPress users will continue to be able to use the plugin, even if they do not have a WooCommerce store. There are no immediate changes planned for the plugin’s features.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 09 Dec 2020 00:00:56 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:46:\"WordPress.org blog: WordPress 5.6 “Simone”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpress.org/news/2020/12/simone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58911:\"

Meet Simone, our latest and greatest WordPress release. Named for the legendary performer Nina Simone, who is known for tunes like “Feeling Good”, “Young, Gifted and Black”, and “Four Women”. Fire up a playlist with her best work and read on to discover what we have in store for you.

\n\n\n\n\"WordPress\n\n\n\n
\n

Welcome to WordPress 5.6

\n

Sharing your stories has never been easier.

\n
\n\n\n\n

WordPress 5.6 brings you countless ways to set your ideas free and bring them to life. With a brand-new default theme as your canvas, it supports an ever-growing collection of blocks as your brushes. Paint with words. Pictures. Sound. Or rich embedded media.

\n\n\n\n\"colored\n\n\n\n

Greater layout flexibility

\n\n\n\n

Bring your stories to life with more tools that let you edit your layout with or without code. Single column blocks, designs using mixed widths and columns, full-width headers, and gradients in your cover block—make small changes or big statements with equal ease!

\n\n\n\n

More block patterns

\n\n\n\n

In some themes, preconfigured block patterns make setting up standard pages on your site a breeze. Let the power of patterns streamline your workflow and save you clicks. Plus, share these features with clients, editors, and more.

\n\n\n\n

Better video captioning

\n\n\n\n

To help you add subtitles or captions to your videos, you can now upload them within your post or page. This makes it easier than ever to make your videos accessible for anyone who needs or prefers to use subtitles.

\n\n\n\n\"black\n\n\n\n

Twenty Twenty-One is here!

\n\n\n\n\"Examples\n\n\n\n

Twenty Twenty-One is a blank canvas for your ideas, and the block editor is the best brush. It is built for the block editor and packed with brand-new block patterns you can only get in the default themes. Try different layouts in a matter of seconds, and let the theme’s eye-catching, yet timeless design make your work shine. 

\n\n\n\n

What’s more, this default theme puts accessibility at the heart of your website. It conforms to the WordPress accessibility-ready guidelines and addresses several more specialized standards from the Web Content Accessibility Guidelines (WCAG) 2.1 at level AAA. It will help you meet the highest level of international accessibility standards when you create accessible content and choose plugins which are accessible too!

\n\n\n\n

A rainbow of soft pastels

\n\n\n\n\"A\n\n\n\n

Perfect for a new year, Twenty Twenty-One gives you a range of pre-selected color palettes in pastel, all of which conform to AAA standards for contrast. You can also choose your own background color for the theme, and the theme chooses accessibility-conscious text colors for you — automatically!

\n\n\n\n

Need more flexibility than that? You can also choose your own color palette from the color picker.

\n\n\n\n\"colored\n\n\n\n

Improvements for everyone

\n\n\n\n

Expanding auto-updates

\n\n\n\n

For years, only developers have been able to update WordPress automatically. But now you have that option, right in your dashboard. If this is your first site, you have auto-updates ready to go, right now! Upgrading an existing site? No problem! Everything is the same as it was before.

\n\n\n\n

Accessibility Statement 

\n\n\n\n

Even if you’re not an expert, you can start letting others know about your site’s commitment to accessibility! The new feature plugin includes template copy for you to edit and publish, and it’s written to support different contexts and jurisdictions.  

\n\n\n\n

Built-in Patterns

\n\n\n\n

If you’ve not had the chance to play with block patterns yet, all default themes now feature a range of block patterns that let you master complex layouts with minimal effort. Customize the patterns to your liking with the copy, images, and colors that fit your story or brand. 

\n\n\n\n\"colored\n\n\n\n

For developers

\n\n\n\n

REST API authentication with Application Passwords

\n\n\n\n

Thanks to the API’s new Application Passwords authorization feature, third-party apps can connect to your site seamlessly and securely. This new REST API feature lets you see what apps are connecting to your site and control what they do. 

\n\n\n\n

More PHP 8 support

\n\n\n\n

5.6 marks the first steps toward WordPress Core support for PHP 8. Now is a great time to start planning how your WordPress products, services, and sites can support the latest PHP version. For more information about what to expect next, read the PHP 8 developer note.

\n\n\n\n

jQuery

\n\n\n\n

Updates to jQuery in WordPress take place across three releases 5.5, 5.6, and 5.7. As we reach the mid-point of this process, run the update test plugin to check your sites for errors ahead of time.    

\n\n\n\n

If you find issues with the way your site looks ( e.g. a slider doesn’t work, a button is stuck — that sort of thing), install the jQuery Migrate plugin.

\n\n\n\n

Check out the Field Guide

\n\n\n\n

Read about the latest version of WordPress in this guide. It highlights developer notes for each change in the release. 

\n\n\n\n
\n

“It’s a new day, it’s a new life for me….and I’m feeling good.”

\n

~Nina Simone

\n
\n\n\n\n

The Squad

\n\n\n\n

The WordPress 5.6 release comes to you from an all-women and non-binary identifying release squad:  

\n\n\n\n\n\n\n\n

As always, this release reflects the hard work of 605 generous volunteer contributors. They collaborated on nearly 350 tickets on Trac and over 1,000 pull requests on GitHub.

\n\n\n\nÖzgür KARALAR, 1naveengiri, A5hleyRich, Aaron D. Campbell, Aaron Jorbin, aaronrobertshaw, abderrahman, Abha Thakor, Abhijit Rakas, Abhishek Pokhriyal, acosmin, Adam Silverstein, Adam Zielinski, Addie, Adrián de Grafreak, Adrianti Rusli, Afshana Diya, Ahmed Chaion, Ahmed Elgameel, ajensen, Ajit Bohra, Akira Tachibana, aktasfatih, Albert Juhé Lluveras, albertomake, Alex Concha, Alex Kirk, Alex Kozack, Alex Lende, Alex Mills, Alex Standiford, Alex Stine, allancole, Allie Nimmons, ambienthack, Amit Dudhat, Amol Vhankalas, Amy Kamala, Anand Upadhyay, Anchen le Roux, Anders Norén, Andrea Fercia, Andrea Middleton, Andrei Baicus, Andrei Draganescu, Andrew Duthie, Andrew Nacin, Andrew Ozz, Andrey \"Rarst\" Savchenko, Andy Fragen, Andy Peatling, Andy Skelton, Andy Stitt, Angel Hess, Angela Jin, Ankit Gade, Ankit Panchal, Anne McCarthy, Anthony Burchell, Anthony Hortin, Anton Lukin, Antonis Lilis, anuj2, Anyssa Ferreira, apedog, Apermo, archduck, archon810, Ari Stathopoulos, arippberger, arjendejong, ArnaudBan, Arpit G Shah, Arslan Ahmed, Arslan Ahmed Kalwar, Asvin Balloo, Atharva Dhekne, Austin Passy, austin880625, avixansa, ayesh, Ayesh Karunaratne, BackuPs, Barry, Bart Czyz, bduclos, Beatriz Fialho, Ben Meredith, Bernhard Kau, Bernhard Reiter, Bet Hannon, Beth Soderberg, bgermann, Bhagvan Mangukiya, bhautikvirani, Billy S, Birgir Erlendsson (birgire), Birgit Pauli-Haack, bobbingwide, BoldGrid, Boone Gorges, Boy Witthaya, Brady Vercher, Brandon Kraft, Brandon Payton, Breann McDede, Brent Miller, Brent Swisher, Brian Henry, Brian Hogg, bridgetwillard, brijeshb42, Burhan Nasir, Caleb Burks, Calin Don, Cameron Voell, campusboy, Carike, Carolina Nymark, Caroline, ceyhun0, Chad Reitsma, Chandrika Guntur, Charalampos Papazoglou, Chetan Prajapati, chexwarrior, Chintan hingrajiya, Chip Snyder, Chloé Bringmann, Chouby, Chris Alexander, Chris Van Patten, chriscct7, Christian Martin, Christoph Herr, Christopher Churchill, chunkysteveo, Claudiu Lodromanean, Clayton Collie, Collins Agbonghama, Commeuneimage, Copons, Corey Salzano, cranewest, Csaba (LittleBigThings), ctmartin, Dávid Szabó, Daisy Olsen, Dan Farrow, Daniel Bachhuber, Daniel Richards, Daniele Scasciafratte, danieltj, dantahoua, Darin Kotter, Dave McHale, David Aguilera, David Anderson, David Baumwald, David Gwyer, David Herrera, David Shanske, David Smith, David Wolfpaw, david.binda, Davis Shaver, dd32, Dean, Debabrata Karfa, Dee Teal, Deepak Lalwani, dekervit, demetris (Demetris Kikizas), Denis de Bernardy, Derek Herman, Designer023, dfenton, Dharmesh Patel, Dharmin Shah, Dhruvin, Dhul Wells, dietpawel, Dilip Bheda, dingo-d, DjZoNe, dogwithblog, Dominik Schilling, donmhico, donsony, Dossy Shiobara, dpacks, Dr. Ronny Harbich, dratwas, Drew Jaynes, dsifford, dushakov, dushanthi, dyrer, Earle Davies, Ebonie Butler, Edi Amin, Ella van Durpe, Ellen Bauer, Enej Bajgorić, Enrique Sánchez, epiqueras, Erik Betshammar, erikjandelange, Erin \'Folletto\' Casali, eringoblog, eroraghav, Estela Rueda, etoledom, EugeneBos, Evan Mullins, Fabian, Fabian Kägy, Fabian Todt, Felipe Elia, Felix Arntz, Ferenc Forgacs, Florian TIAR, flymike, Francesca Marano, Frank Klein, Frankie Jarrett, fullofcaffeine, Gan Eng Chin, Garrett Hyder, Gary Cao, Gary Jones, Gary Pendergast, gchtr, Gennady Kovshenin, George, George Stephanis, geriux, Glauber Mota, glendaviesnz, goldenapples, Greg Ziółkowski, guidooffermans, gumacahin, H-var, hakre, happiryu, Hareesh, Haris Zulfiqar, harrym, harshbarach, Hauwa Abashiya, Haz, Helen Hou-Sandí, Henry Wright, Herre Groen, HoaSi, Hong Nga Nguyen, Howdy_McGee, Hugh Lashbrooke, Ian Dunn, Igor Radovanov, Imran Sayed, ingereck, Ipstenu (Mika Epstein), iqbalbary, Irene Strikkers, Isabel Brison, jagirbaheshwp, Jake Spurlock, Jake Whiteley, James Collins, James Koster, James Nylen, James Rosado, jameslnewell, Jan Thiel, Janvo Aldred, Jared Cobb, Jason Caldwell, Jason LeMahieu (MadtownLems), javorszky, Jaydip Rami, Jean-Baptiste Audras, Jeff Matson, Jeff Ong, Jeff Paul, jeffikus, jellypixel, Jeremy Felt, Jeremy Scott, Jeremy Yip, Jeroen Rotty, jeryj, Jeslen Bucci, Jessica Lyschik, jfoulquier, jimyaghi, Jip Moors, Joe Dolson, Joe McGill, joelclimbsthings, joelyoder, Joen Asmussen, Johanna de Vos, John Blackbourn, John Godley, John James Jacoby, Jon Brown, Jonathan Bossenger, Jonathan Desrosiers, Jonathan Stegall, Jonny Harris, Jono Alderson, Joost de Valk, jordesign, Jorge Bernal, Jorge Costa, joseaneto, Josepha Haden, Josh Levinson, Josh Pollock, joshuatf, JOTAKI, Taisuke, Joy, jsnajdr, Juliette Reinders Folmer, Junaid Bhura, Justin Ahinon, justlevine, K. Adam White, Kai Hao, Kailey (trepmal), Kalpesh Akabari, Karthik Bhat, Kaspars, Kelly Dwan, Kelly Hoffman, Kelly R, kellybleck, kellylawrence, Kevin Hagerty, Kharis Sulistiyono, Kipperlenny, Kiril Zhelyazkov, Kirsty Burgoine, Kishan Jasani, Kite, KittMedia, kjbenk, Kjell Reigstad, Knut Sparhell, komagain, Konstantin Obenland, Krupa, Kyle B. Johnson, landau, Larissa Murillo, latifi, Laura Byrne, Laura Nelson, Laxman Prajapati, leogermani, Lester Chan, Leutrim Husaj, lim3ra, Lionel Pointet, llizard, Louis, Luca Grandicelli, Luigi Cavalieri, Luke Cavanagh, Lumne, mager19, Maggie Cabrera, Mahesh Waghmare, mailnew2ster, Mainul Hassan Main, malinajirka, manzwebdesigns, Marcus Kazmierczak, Marek Hrabe, Marie Comet, Marijn, Marin Atanasov, Marius Jensen, Mark Jaquith, Mark Parnell, Mark Robson, Mark Smallman, Mark Uraine, Marko Heijnen, markshep, Marty Helmick, Mary Baum, Mateus Machado Luna, Mathieu Viet, Matias Ventura, Matt Cromwell, Matt Gibson, Matt Keys, Matt Mullenweg, Matt Wiebe, mattchowning, Matthias Pfefferle, mattoperry, Mayank Majeji, Meagan Hanes, Meg Phillips, Meher Bala, Mel Choyce-Dwan, mgol, mgrenierfarmmedia, Michael Arestad, Michael Beckwith, Michele Butcher-Jones, Michelle Frechette, Miguel Fonseca, mihdan, Mike Schroder, mikelopez, Mikey Arce, Milan Dinić, Milana Cap, Mitchell Bennis, mmarco9, Mohammad Jangda, Monika Rao, mopsyd, Morgan Estes, Morgan Kay, Morteza Geransayeh, mqudsi, mreishus, mrgrt, mrjoeldean, Mukesh Panchal, munyagu, musicaljoeker, mweichert, n5hzr, Nabil Moqbel, Nalini Thakor, Naoki Ohashi, Naoko Takano, Nate Gay, Nathan Johnson, Navanath Bhosale, Naveen Kharwar, Neil James (lcyh78), nendeb, net, Netravnen, nicomollet, Nidhi Jain, Niels Lange, Nik Tsekouras, Nikola, Nikolay Bachiyski, njbrown, nlpro, Noah Allen, noahshrader, nourma, O André, oakesjosh, oguzkocer, Olga Gleckler, Omar Alshaker, Omar Reiss, oolleegg55, Optimizing Matters, Ov3rfly, ovann86, ovenall, oxyc, Paal Joachim Romdahl, pabloselin, Paddy, Pankaj Mohale, Pascal Birchler, Pascal Casier, Paul Bearne, Paul Biron, Paul Bunkham, Paul Schreiber, Paul Stonier, Paul Von Schrottky, Pedro Mendonça, pentatonicfunk, pepe, Peter Elmered, Peter Smits, Peter Wilson, Phil Johnston, Pierre Gordon, Pilar Mera, Pinar, Piotrek Boniu, pishmishy, pkvillanueva, prashanttholia, Pratik K. Yadav, Presskopp, presstoke, prionkor, psealock, Puneet Sahalot, Q, Rachel Baker, Rajan Vijayan, rajeshsingh520, Rami Yushuvaev, Ravi Vaghela, ravipatel, rebasaurus, redstar504, Regan Khadgi, Rene Hermenau, retlehs, retrofox, riaanlom, Riad Benguella, ribaricplusplus, Rich Tabor, Rnaby, Robert Anderson, Robert Chapin, Rodrigo Arias, rogerlos, roikles, Rolf Siebers, Ronak Ganatra, roo2, rtagliento, Ryan Fredlund, Ryan Kienstra, Ryan McCue, Ryan Welcher, Sören Wrede, Sabrina Zeidan, Saeed Fard, salvoaranzulla, Sam Fullalove, Sam Webster, Samuel Wood (Otto), Sanjeev Aryal, Saqib Ameen, Sarah Ricker, sarayourfriend, sawanoboly, scarolan, Scott Cariss, Scott Reilly, scribu, scruffian, seanpaulrasmussen, Sebastian Pisula, SeBsZ, Senning, Sergey Biryukov, Sergey Yakimov, SergioEstevao, shaunandrews, Shawntelle Coker, Shital Marakana, shramee, Simon Resok, sirreal, smerriman, snapfractalpop, sproutchris, Stéphane Treilhou, Stanko Metodiev, Stefano Garuti, Stephen Bernhardt, Steve Dufresne, Steven Stern (sterndata), stevenlinx, Stoyan Georgiev, sudoshreyansh, Syed Balkhi, szaqal21, Tammie Lister, TeBenachi, techboyg5, Tellyworth, thefarlilacfield, Thelma Mutete, thib3113, thijsvanloef, Thomas M, Thomas Patrick Levy, thomaslhotta, Tim Havinga, Tim Hengeveld, Timi Wahalahti, Timothy Jacobs, TimoTijhof, Tkama, tmdesigned, TobiasBg, tobifjellner (Tor-Bjorn Fjellner), Tonya Mork, Toro_Unit (Hiroshi Urabe), torres126, Torsten Landsiedel, Towhidul I Chowdhury, tracy apps, treibstoff, Trisha Cornelius, Tung Du, tzafrir, Udit Desai, Ulrich, uxkai, Valentin Bora, Varun Sharma, vcanales, vidhiaddweb, Vinayak Anivase, Vinita Tandulkar, Vinny, virgodesign, WebMan Design | Oliver Juhas, Webmigrates Technologies, Weston Ruter, William Earnhardt, williampatton, Winstina Hughes, wittich, worldweb, Y_Kolev, Yan Sern, Yoav Farhi, yscik, Yui, Yvette Sonneveld, and Zebulan Stanphill.\n\n\n\n

\n\n\n\n

In addition, many thanks to all of the community volunteers who contribute in the support forums. They answer questions from people across the world, whether they are using WordPress for the first time, or they’ve been around since the first release all the way back in 2003. These releases are as successful as they are because of their efforts!

\n\n\n\n

Finally, thanks to all the community translators who helped make WordPress 5.6. available in 38 languages at the time of release. Our community translators are hard at work ensuring more languages are on their way (70 are already at 90%). If contributing to WordPress appeals to you, it’s easy to learn more. Check out Make WordPress or the core development blog.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 23:45:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"BuddyPress: BuddyPress 2020 Survey results\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=315969\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://buddypress.org/2020/12/buddypress-2020-survey-results/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:44558:\"

The BuddyPress 2020 survey was published the same day we released BuddyPress 6.0.0 “iovine’s” (May 13, 2020). Now that we are about to release our next major release (7.0.0 will be delivered in the coming days), it is time to share with you the survey results.

\n\n\n\n

First, many thanks to all the respondents who participated to this survey \"😍\". Doing so you contributed to give the BuddyPress Core Team informations about how the plugin is used, could be used and how its usage is evolving. Some of the questions we asked are directions we’re considering for the plugin (eg: Q9, Q10, Q17), so your inputs are very important to us.

\n\n\n\n

As no questions were required, it’s difficult to be 100% accurate about how many people took the survey. So we were at least (we also took the survey \"😉\") 483 from all over the world as it’s the highest number a question was replied to.

\n\n\n\n

Most of the questions were leaving participants the choice to select more than one reply, this is why if you sum up the percentage results you’ll often find more than 100% \"😁\".

\n\n\n\n

When we had data about a previous survey we made in 2018, we compared the 2020 results with them and calculated the differences between both years percentages. We thought it could be interesting to see how some results are evolving.

\n\n\n\n\n\n\n\n
\n\n\n\n

1. How are you using BuddyPress?

\n\n\n\n

Number of respondents: 483.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
I use BuddyPress on my own site202072.7%
201874.2%
2018 to 2020-1.6%
I build BuddyPress sites for others202035.2%
201832.4%
2018 to 20202.8%
I develop BuddyPress themes202013.3%
20189.7%
2018 to 20203.6%
I develop BuddyPress plugins202015.1%
201813.0%
2018 to 20202.1%
I host BuddyPress sites202015.5%
201814.8%
2018 to 20200.7%
Other20209.1%
20184.6%
2018 to 20204.5%
\n\n\n\n\n

NB: between 2018 & 2020 the “I build BuddyPress sites, themes, and plugins.” choice disappeared.

\n\n\n\n

It’s interesting to see BuddyPress plugin and theme developers replied more to this survey. Another explanation could be there are possibly more people extending or designing for BuddyPress \"🙌\".

\n\n\n\n
\n\n\n\n

2. What types of BuddyPress sites have you built?

\n\n\n\n

Number of respondents: 409.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
Academic202033.5%
Artistic202018.3%
Gaming202014.2%
Generic202030.3%
Religious202010.5%
Scientific202014.4%
Sports202010.5%
Other202033.5%
\n\n\n\n\n

NB: data from 2018 is missing.

\n\n\n\n

The “Other” reply was often chosen. When looking deeply into these replies, we discovered some interesting types, eg: Health / Medical / Therapist communities, Recipe sharing sites, Intranet & Business networks, Non-profit / charity / solidarity / ecological communities, Social Marketplaces, Dating platforms, Local municipality information center / local life / Administration sites and some specific communities like private or restricted ones.

\n\n\n\n
\n\n\n\n

3. How do you host your production sites using BuddyPress?

\n\n\n\n

Number of respondents: 414.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
Shared Hosting202044.9%
201852.5%
2018 to 2020-7.6%
Virtual Private Server202030.0%
201830.0%
2018 to 2020-0.1%
Dedicated Server202022.2%
201818.0%
2018 to 20204.2%
Managed WordPress Hosting202023.4%
201815.1%
2018 to 20208.3%
Cloud-based Services202018.4%
201812.8%
2018 to 20205.6%
Other20206.0%
20183.4%
2018 to 20202.6%
\n\n\n\n\n

Looks like Managed WordPress Hosting plans are increasing \"🤔\"

\n\n\n\n
\n\n\n\n

4. How do you set up BuddyPress in your WordPress installations?

\n\n\n\n

Number of respondents: 427.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
WP in domain root202068.4%
201874.8%
2018 to 2020-6.4%
WP in physical subdirectory folder202019.7%
201815.6%
2018 to 20204.1%
WP in physical subdomain202015.0%
20189.0%
2018 to 20205.9%
WP Multisite in domain root – BP Network-activated202020.4%
201811.5%
2018 to 20208.9%
WP Multisite in subsite (subdirectory) – BP Network-activated202011.0%
20184.7%
2018 to 20206.3%
WP Multisite in subsite (subdomain) – BP Network activated202011.7%
20184.7%
2018 to 20207.0%
WP Multisite in domain root – BP activated only on the main network site20209.6%
20183.3%
2018 to 20206.3%
WP Multisite in subsite (subdirectory) – BP activated on a subsite of the network20209.8%
20184.7%
2018 to 20205.2%
WP Multisite in subsite (subdomain) – BP activated on a subsite of the network20209.4%
20184.7%
2018 to 20204.7%
WP Multisite in domain root – the constant BP_ENABLE_MULTIBLOG is defined in your wp-config.php file to spread BuddyPress on all sites of the network202012.4%
20184.7%
2018 to 20207.8%
\n\n\n\n\n

NB: between 2018 & 2020 the “WP Multisite with BuddyPress Multi-Network” choice disappeared.

\n\n\n\n

Multisite configurations are slightly increasing while regular WordPress configurations are a bit less used.

\n\n\n\n
\n\n\n\n

5. What BuddyPress components/features are always or almost always activated in your site/s?

\n\n\n\n

Number of respondents: 428.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionEverytimeSometimesNever
Account Settings202074.5%11.9%4.2%
201891.8%6.5%1.7%
2018 to 2020-17.3%5.4%2.5%
Activity Streams202064.3%17.5%6.3%
201875.0%20.9%4.1%
2018 to 2020-10.7%-3.4%2.2%
Extended Profiles202070.1%16.4%4.2%
201886.6%12.1%1.4%
2018 to 2020-16.5%4.3%2.8%
Friend Connections202073.4%22.2%11.4%
201862.9%26.5%10.6%
2018 to 202010.5%-4.3%0.8%
Private Messaging202055.1%22.9%8.6%
201867.6%25.4%7.0%
2018 to 2020-12.5%-2.5%1.7%
Site Tracking202037.6%24.8%20.1%
201856.3%25.4%18.3%
2018 to 2020-18.7%-0.6%1.8%
User Groups202055.4%23.8%8.9%
201864.1%26.0%10.0%
2018 to 2020-8.7%-2.1%-1.1%
\n\n\n\n\n

I must say I was a bit surprised by the fact the Friends component was the only one which usage increased between 2018 and 2020 \"😳\".

\n\n\n\n
\n\n\n\n

6. What theme/s have you activated for your site/s using BuddyPress?

\n\n\n\n

Number of respondents: 398.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
Free WP theme202037.7%
201822.5%
2018 to 202015.2%
Free WP theme with custom BP CSS and/or template modifications202018.8%
201814.1%
2018 to 20204.8%
Free WP theme and I add custom BP CSS and/or template modifications202022.9%
201814.1%
2018 to 20208.8%
Commercial WP theme202035.9%
201832.2%
2018 to 20203.7%
Commercial WP theme with custom BP CSS and/or template modifications202032.2%
201838.6%
2018 to 2020-6.4%
I create a brand-new WP theme and write my own custom BP CSS and template modifications using BP theme compat202022.1%
201819.8%
2018 to 20202.3%
\n\n\n\n\n

Free WordPress themes without any customizations got the highest result: this proves using BuddyPress out of the box can be enough to power a great looking community site.

\n\n\n\n
\n\n\n\n

7. Which BuddyPress Template Pack is your theme supporting in your production sites?

\n\n\n\n

Number of respondents: 384.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
BP Nouveau Templates (introduced in BP 3.0.0)202063.3%
BP Legacy Templates (introduced in BP 1.7.0)202028.1%
BP Standalone theme like the bp-default theme (introduced in BP 1.2.0)202013.5%
I don’t know202025.8%
\n\n\n\n\n

NB: this question wasn’t asked in 2018

\n\n\n\n

1 respondent out of 4 don’t know what Template Pack is active on their website. As the BP Nouveau Template pack is used by default, there’s a good chance it’s the one these people are using. FYI: If you want to switch between available Template Packs, you can go into your WordPress Dashboard and activate the BuddyPress Options tab of the Settings > BuddyPress administration page to do so.

\n\n\n\n
\n\n\n\n

8. Which BuddyPress template files do you customize for your own or third-party themes?

\n\n\n\n

Number of respondents: 377.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearNeverSometimesEverytime
Activity templates202036.6%31.6%22.5%
Blogs templates202038.5%29.7%19.6%
Group templates202032.9%31.0%21.8%
Member templates202026.8%31.0%30.0%
Stylesheet files202029.4%26.0%29.4%
JavaScript files202039.5%28.4%15.4%
BuddyPress Email templates202032.6%30.0%25.2%
\n\n\n\n\n

NB: this question wasn’t asked in 2018.

\n\n\n\n
\n\n\n\n

9. What do you prefer: using a BP Template Pack that lets you use most WordPress themes or use a BuddyPress specific theme ?

\n\n\n\n

Number of respondents: 375.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
BP Template Pack202058.1%
BuddyPress specific theme202041.9%
\n\n\n\n\n

NB: this question wasn’t asked in 2018.

\n\n\n\n

Building a great BuddyPress theme as a replacement to our good old BP Default theme is something we are considering a lot. It’s important for us to remember that a lot of you like the fact BuddyPress doesn’t require a specific theme to run and needs to look as nice as possible inside your active WordPress theme.

\n\n\n\n
\n\n\n\n

10. Would you test/use a new theme made by the BuddyPress team?

\n\n\n\n

Number of respondents: 377.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
Yes202057.2%
No202011.4%
Maybe202031.4%
\n\n\n\n\n

NB: this question wasn’t asked in 2018

\n\n\n\n
\n\n\n\n

11. What features would you look for in a new BuddyPress theme?

\n\n\n\n

Number of respondents: 380.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
More BuddyPress customization options202085.5%
Compatible with bbPress202051.1%
Compatible with WooCommerce202044.7%
\n\n\n\n\n

NB: this question wasn’t asked in 2018

\n\n\n\n

Got it! FYI: BP Nouveau has a specific panel into your customizer you should check. One of the comments you made was asking for a way to reorder the Member navigation, BP Nouveau has a section for it \"👈\".

\n\n\n\n
\n\n\n\n

12. When do you test your sites, themes, and/or plugins with BuddyPress releases?

\n\n\n\n

Number of respondents: 396.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
Trunk202015.9%
201811.7%
2018 to 20204.2%
BP Beta 1202014.9%
201810.0%
2018 to 20204,9%
BP Release Candidate 1202011.4%
20187.5%
2018 to 20203.9%
BP Stable Release202043.2%
201855.9%
2018 to 2020-12.7%
A month after stable release202029.0%
201819.6%
2018 to 20209.5%
Never202019.2%
201815.0%
2018 to 20204.2%
Other20208.1%
20184.3%
2018 to 20203.8%
\n\n\n\n\n

The results the Beta and RC pre-release got is encouraging. We really need to have more beta-testers to avoid bad surprises when you upgrade BuddyPress. We’ve tried to ease the way you can test BuddyPress with the BP Beta Tester plugin, but I guess we still need to work on ways to help you help us \"👩🏻‍💻\".

\n\n\n\n
\n\n\n\n

13. If you do beta test BuddyPress, what method do you use?

\n\n\n\n

Number of respondents: 236.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
I use the SVN repo \n(svn co https://buddypress.svn.wordpress.org/trunk/)202031.8%
I use the read-only Github mirror\n(git clone git://buddypress.git.wordpress.org/)202046.2%
I use the BP Beta Tester plugin202051.3%
\n\n\n\n\n

NB: this question wasn’t asked in 2018

\n\n\n\n

Looks like the BP Beta Tester plugin is the most used tool to beta test BuddyPress. This seems great! But the results might be a bit over rated. When looking deeply into it, some of you replied they were never beta-testing BuddyPress while using the BP Beta Tester plugin \"🤨\". The goal of the BP Beta Tester plugin is to ease the beta/RC testing…

\n\n\n\n
\n\n\n\n

14. If you installed bbPress, how did you set it up with your BuddyPress site/s?

\n\n\n\n

Number of respondents: 311.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
Sitewide forums only202034.7%
201828.3%
2018 to 20206.4%
Group forums only202029.3%
201829.3%
2018 to 20200%
Sitewide and Group forums202055.0%
201857.6%
2018 to 2020-2.6%
\n\n\n\n\n
\n\n\n\n

15. How do you keep updated with the latest in BuddyPress development?

\n\n\n\n

Number of respondents: 355.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYears & evolutionResults
Subscribed to bpdevel.wordpress.com202027.6%
201823.3%
2018 to 20204.3%
Viewed changelog for each release in codex.buddypress.org/releases202047.0%
201849.6%
2018 to 2020-2.6%
Checking buddypress.trac.wordpress.org regularly202025.6%
201822.5%
2018 to 20203.1%
Twitter: @buddypress, @buddypressdev, and/or @bptrac202023.1%
201819.5%
2018 to 20203.6%
Slack: #buddypress, #buddypress-commits, #buddypress-firehose and/or #buddypress-newtickets202015.5%
201812.2%
2018 to 20203.3%
Other202016.1%
201811.8%
2018 to 20204.2%
\n\n\n\n\n

NB: between 2018 & 2020 the “Checking buddypress.org/support regularly.” choice disappeared.

\n\n\n\n
\n\n\n\n

16. Case Studies: We’d like to feature how you are using BuddyPress in your current sites at BuddyPress.org. If you’re interested in sharing your BP story, please leave your name, email address, and your BP site URL.

\n\n\n\n

Number of respondents: 40.

\n\n\n\n

Many thanks to the 40 participants who shared their names, emails, and sites URL. We’ll try to contact you to share about your use cases on this website. It’s great to see how you’re using BuddyPress \"💪\".

\n\n\n\n
\n\n\n\n

17. BuddyPress is a large plugin with optional components (3MB zipped). There’s a proposal to reconstitute BuddyPress as core + members only and improved upon with new functionalities and API’s among others for new BP plugins to hook into. The current optional components like groups, friends, private messaging, etc. can be migrated into separate plugins which can be activated as needed. What do you think?

\n\n\n\n

Number of respondents: 407.

\n\n\n\n\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n
Possible repliesYearResults
Keep BuddyPress as is: core + members and optional components202043.2%
Break down BuddyPress: BuddyPress = core + members, optional components as BP plugins202035.6%
I don’t know202021.1%
\n\n\n\n\n

NB: this question wasn’t asked in 2018

\n\n\n\n

Ok. Thanks a lot for your replies, using optional components as separate add-ons is not something you are ready for \"😇\".

\n\n\n\n
\n\n\n\n

BuddyPress is used from all over the world!

\n\n\n\n
\"\"
\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 16:45:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"WPTavern: Easy WP SMTP 1.4.3 Patches Sensitive Data Disclosure Vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108630\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:197:\"https://wptavern.com/easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability?utm_source=rss&utm_medium=rss&utm_campaign=easy-wp-smtp-1-4-3-patches-sensitive-data-disclosure-vulnerability\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3019:\"

Easy WP SMTP has patched a vulnerability that allows attackers to capture the password reset link from the plugin’s debug log file and gain unauthorized access to the site. The plugin is used by more than 500,000 WordPress sites to configure and send all outgoing emails via a SMTP server so they are less likely to end up in recipients’ junk/spam folders.

\n\n\n\n

WPScan categorized the vulnerability as a “sensitive data disclosure:”

\n\n\n\n

The plugin has an optional debug log file generated with a random name, located in the plugin folder and which contains all email messages sent. However, this folder does not have any index page, allowing access to log file on servers with the directory listing enabled or misconfigured. This could allow attackers to gain unauthorised access to the blog by reseting the admin password by getting the reset link from the log.

\n\n\n\n

Easy WP SMTP version 1.4.3 contains the fix, adding an empty “index.html” file to the plugin’s folder to prevent anyone from browsing the files (even if the Option -Indexes is missing on that server). Users are advised to update immediately, as the vulnerability has already been exploited in the wild. Several users took to the plugin’s support forums to report attempts on their sites.

\n\n\n\n

Jerome Bruandet, a security researcher from NinTechNet, reported the vulnerability and published a post explaining how an attacker might access the debug log where the plugin writes all the email messages sent by the site. Using author archive scans, the hacker can find a username and then send a password reset email that gets intercepted via the Easy WP SMTP debug log file:

\n\n\n\n
Easy WP SMTP log file – source: NinTechNet
\n\n\n\n

At the time of publishing, approximately 51.8% of users are on 1.4.x versions of the plugin. Without a more specific breakdown, it’s not clear how many users have updated to the patched 1.4.3 version. Approximately 59,000 sites have downloaded the plugin today, leaving many installations still vulnerable.

\n\n\n\n
\n\n\n\n

This is another case where automatic background updates on plugins can quietly save the day. Users who have auto-updates enabled for plugins have already received the fix. Administrators for older installations of WordPress or sites where auto-updates have been disabled will need to update manually as soon as possible.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 07 Dec 2020 20:56:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress.org blog: State of the Word 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9296\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://wordpress.org/news/2020/12/state-of-the-word-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:717:\"

State of the Word is an annual keynote address delivered by the project co-founder, Matt Mullenweg. Catch this year’s keynote in the video below!

\n\n\n\n
\n\n
\n\n\n\n

New to State of the Word?

\n\n\n\n

If this is your first time hearing of this talk, you’re in luck! Check out previous recordings below.

\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 22:55:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"BuddyPress: BuddyPress 7.0.0 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://buddypress.org/?p=315858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://buddypress.org/2020/12/buddypress-7-0-0-rc2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3608:\"

Hello,

\n\n\n\n

The second release candidate for BuddyPress 7.0.0 is now ready for an ultimate round of testing \"🙂\"

\n\n\n\n
\n\n\n\n

What happened Since the first release candidate?

\n\n\n\n

We’ve been working on getting the BP Nouveau Template Pack looks great into the next WordPress default theme “Twenty Twenty-One“. We believe BP Nouveau is now ready to enjoy this awesome theme whether you use its regular or dark mode.

\n\n\n\n
\"\"Screen capture of the Members directory (dark mode)
\n\n\n\n

BuddPress 7.0.0 is still slated for release on Wednesday, December 9, and if you haven’t tried 7.0.0 yet, it’s probably your last chance to do so!

\n\n\n\n

Let’s test BuddyPress 7.0.0-RC2 with WordPress 5.6-RC3 to be sure both will be great as soon as they will be released! It’s also important to do so if you want to help us check BP Nouveau’s integration with Twenty Twenty-One is as nice as we think \"😉\"

\n\n\n\n

You can test the 7.0.0-RC2 pre-release in 4 ways :

\n\n\n\n\n\n\n\n

A detailed changelog will be part of our official release note, but you can get a quick overview by reading the post about the 7.0.0 Beta1 release.

\n\n\n\n
\n\n\n\n

Polyglots contributors, let’s target 100% of translated strings.

\n\n\n\n

Since previous release candidate we’ve reached the string freeze point of the 7.0.0 release schedule, so this one (RC2) does not introduce new strings to translate. Let’s use the days we have left to try to make BuddyPress fully available into your locale as soon as it is released. Thanks in advance for your help.

\n\n\n\n

As usual, if you think you’ve found a bug, please let us know reporting it on this support topic and/or on our development tracker.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 22:22:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mathieu Viet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:116:\"WPTavern: State of CSS 2020 Survey Results: Tailwind CSS Wins Most Adopted Technology, Utility-First CSS on the Rise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108561\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:273:\"https://wptavern.com/state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise?utm_source=rss&utm_medium=rss&utm_campaign=state-of-css-2020-survey-results-tailwind-css-wins-most-adopted-technology-utility-first-css-on-the-rise\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3346:\"

The State of CSS 2020 survey results have just been published, with a summary of the tools, methodologies, frameworks, and libraries that are currently favored by CSS professionals. It includes data from 11,492 respondents in 102 countries, after the questions were translated for the first time into a dozen different languages.

\n\n\n\n

In the layout category, CSS Grid logged a 34% increase over the prior year in respondents who report having used it to position elements on the screen. It won an award for “Most Adopted Feature,” which is assigned to the feature with the largest year-over-year ”have used” progression. Only 6% of respondents said they have used Subgrid, which is included in Level 2 of the CSS Grid Layout specification.

\n\n\n\n
\n\n\n\n

CSS Flexible Box Layout has been used by 97.5% of respondents, a ~3% increase over the previous year. Multi-column Layout saw a moderate increase in usage and a small decrease in awareness. CSS Grid experienced the most growth by far in this category.

\n\n\n\n

The technologies section is one of the most interesting parts of the survey, as the CSS ecosystem is constantly changing. The results include a scatter plot graph showing the relationship between each technology’s satisfaction ratio and its user count. Technologies in the “avoid” and “analyze” groupings are likely to decline in usage soon (or have already fallen out of favor).

\n\n\n\n
\n\n\n\n

Tailwind CSS is once again the front-runner among CSS frameworks, followed by Bulma, which seems to be slowly waning in popularity. Tailwind CSS won the award for “Most Adopted Technology,” given to the technology with the largest year-over-year “would use again” progression, with a +17.8% progression over 2019. PureCSS, Ant Design, and Materialize CSS also recorded gains in their rankings from the previous year.

\n\n\n\n

A larger trend emerging is utility-first CSS frameworks and tools gaining momentum among professionals. The utility-first approach, which eschews traditional semantic class naming in favor of more functional class names, has its ardent critics. It is somewhat of an eyesore reminiscent of inline styles, and essentially drops the “cascading” aspect of CSS. Nevertheless, its proponents appreciate being able to look at the HTML and see at a glance which styles are applied, as well as the enforced consistency it offers.

\n\n\n\n
\n\n\n\n

If you are interested in some of the finer details on which properties and positioning features professionals are using, shapes, graphics, and interactions, check out the full report. Each section has recommended resources for learning more about popular and emerging technologies and techniques, including industry podcasts and blogs that professionals are currently enjoying.

\n\n\n\n

The State of JavaScript survey is also now open, which offers a similar treasure trove of data on the JavaScript ecosystem once the results are published.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 04 Dec 2020 21:30:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WPTavern: WordPress Community Team Discusses Return to In-Person Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:187:\"https://wptavern.com/wordpress-community-team-discusses-return-to-in-person-events?utm_source=rss&utm_medium=rss&utm_campaign=wordpress-community-team-discusses-return-to-in-person-events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6803:\"

Although the promise of effective COVID-19 vaccines is shining a light at the end of a long tunnel, the world remains firmly in the virus’ grip until distribution can ramp up to cover at-risk groups as well as the general populace.

\n\n\n\n

As pandemic-weary communities muster the discipline to ride out the next few months under continued restrictions, a new discussion popped up on WordPress.org regarding the return to in-person events. WordPress has canceled all in-person events through the end of the year and 2021 flagship events have already been designated as online-only. Community organizer Angela Jin cited recent successful vaccine trials as a prompt for discussing how WordPress can safely resume in-person events:

\n\n\n\n

There has been promising news around some successful trials for vaccines recently! As such, it seems worthwhile to discuss how the WordPress community can return to hosting safe, in-person events. 

Any in-person event would certainly be subject to local laws and any restrictions on gatherings, as they’ve always been. Beyond what local health authorities require, the Global Community Team may need to to help organizers identify what additional precautions are necessary to ensure in-person events are safe for participants. 

\n\n\n\n

Jin offered several examples of “additional precautions” to ensure events are safe, such as mandatory masks, social distancing, outdoor events, limits on the number of attendees, and no food or drink service.

\n\n\n\n

Although countries like Australia, Taiwan, and New Zealand, seem to have adequately contained the virus, the U.S., Europe, India, and Russia have cases spiraling out of control. The discussion seems oddly timed, as this week the U.S., which is leading the world in deaths, has seen daily deaths climb to 2,804, surpassing the previous record of 2,607 reported on April 15, during the first wave of the pandemic.

\n\n\n\n

Several of those commenting mentioned that the discussion opener neglects a critical detail about whether or not in-person events would resume before vaccines are widely distributed.

\n\n\n\n

“I’m surprised I don’t see mention of the vaccine being a requirement,” Mika Epstein said. “I could assume so, but the risk of COVID is human life.

\n\n\n\n

“That means that unless WordPress (or any public event) has a way to ensure that no one will contract (and die) of COVID, then they have no business having any event, indoor or outdoor.

\n\n\n\n

“Not every country is handling things equally well, and just in the US alone, there are many places where the law says ‘do not have events’ but the local authorities refuse to intercede, which resulted in 80% of the people attending an outdoor party not too far from me all testing positive.”

\n\n\n\n

WordPress is a global community and reliance on local laws may still put event attendees at risk in communities that have been subject to a failure of leadership in protecting citizens.

\n\n\n\n

Cami Kaos, an eight-year WordPress community organizer, echoed these thoughts, saying, “The one thing we need to have in place in order to make a safe re-entry into in person events is to have wide spread access to an effective vaccine.” She commented on the difficulties of trying to ensure attendees don’t inadvertently put each other at risk:

\n\n\n\n

It’s all well and good for us to say you can only organize within the recommendations of your local community, but we have no way of knowing how responsible individuals are being. Of knowing if they have come in from out of town for the event. If a member of their household is a frontline worker who might be exposed daily, if someone in their family is high risk and we could be endangering a life.

\n\n\n\n

Without widely distributed vaccines, hosting in-person gatherings with the possibility of attendees traveling from hotspot locations would be unconscionable.

\n\n\n\n

Kaos also commented on how difficult enforcement would be for WordPress community volunteers who would be tasked with making sure individuals wear masks properly, use hand sanitizer, maintain distance, and uphold any other requirements.

\n\n\n\n

“All of this would be putting unpaid and uncompensated volunteers at risk unnecessarily,” Kaos said.

\n\n\n\n

“If people would like to make the choice to see their friends and collaborators in person, that can be their choice. But I don’t feel morally comfortable legally and finically supporting in-person gatherings when I think we could prevent even one death by extending our pause on in-person events to wait for a vaccine to be readily available.”

\n\n\n\n

Other commenters discussed how to manage the logistics of sponsoring masks and sanitizer for organizers by coordinating with local venues and figuring out a way around slow international shipments.

\n\n\n\n

“This actually opens totally new ways to organize WordPress events!” WordCamp organizer Timi Wahalahti said. “Why not have a bicycle trip or something similar with your WordPress friends?”

\n\n\n\n

Live event recordings are another consideration for hosting events in a way that is accessible to more vulnerable populations. According to WordPress community organizer Andrea Middleton, professional video recording has historically been cost prohibitive at scale.

\n\n\n\n

“A year ago focusing on recordings may have sounded in some ways counterproductive to growing in-person events,” WordPress core contributor David Ryan said. “But I think today they provide a short-term fix to the head count crunch, can help bring/keep folx in-the-fold while making in-person attendance even safer, all while adding long-term value even when travel and gatherings normalize.”

\n\n\n\n

The discussion on finding a safe path forward for restarting in-person events will be open until December 16, 2020. Organizers and community members can comment on the post for consideration. Angela Jin said the Community Team will continue to support online events in 2021 and beyond, regardless of any decisions resulting from the discussion.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 03 Dec 2020 22:10:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"WPTavern: Gutenberg 9.5 Improves Site Editor and Adds New Options for Cover and Code Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108450\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-blocks?utm_source=rss&utm_medium=rss&utm_campaign=gutenberg-9-5-improves-site-editor-and-adds-new-options-for-cover-and-code-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4774:\"

Gutenberg 9.5 went live today. The development team is continuing forward with work that we will start seeing down the road in WordPress 5.7 and beyond. The big user-facing highlights for this release were the additions of a full-height alignment option for the Cover block, font-size support in the Code block, and improved previews for block patterns.

\n\n\n\n

The majority of users will not see most of the work that went into the 9.5 release. The team addressed dozens of bugs and enhancements for the full-site editing feature. To test them, users must be using a block-based WordPress theme, such as Twenty Twenty-One Blocks, Q, or Block-Based Bosco.

\n\n\n\n

We are a long way from seeing a production-ready site editor, but it is nice to see the improvements with each major Gutenberg release, such as the ability to set a post’s featured image if it doesn’t exist. The new description, status, and theme admin columns for templates and template parts add useful information. And, the developer side of me is happy to see a new wp_theme taxonomy for grouping templates under the hood rather than metadata.

\n\n\n\n

The development team has made progress on the Query block. It is probably the most important piece of the full-site editing puzzle, and its current state is still holding back movement on block-based themes. The block now sports a new “grid view” option. There is also a Posts List variation that sets up a default of listing blog posts and excluding sticky posts. This block variation is a step toward pushing third-party plugin developers into creating custom variations for their post types in the future, building from the example set by WordPress.

\n\n\n\n

Full-Screen Cover Block

\n\n\n\nSetting the Cover block to full height.\n\n\n\n

The Gutenberg team added a new Full Height Alignment toolbar option to the Cover block. This is an independent alignment option and does not interfere with the existing horizontal alignments.

\n\n\n\n

When adding the Cover block to a post, users will see a new frame-like button in the toolbar. After clicking, it will automatically set the height setting in the block options to 100 vh, which is the full height of the browser viewport. This option is far more flexible than having users set a height with pixel units, which do not automatically adjust based on the visitor’s screen size.

\n\n\n\n

By combining this new alignment with full-width alignment, users can create full-screen layouts with the Cover block.

\n\n\n\n

The new toolbar control will likely land in other core blocks. The Media & Text block is another good use case. Plus, third-party plugin developers can integrate it into their blocks. As its use becomes more widespread in blocks, it will offer more robust design options for theme developers too.

\n\n\n\n

Change Code Block Font Size

\n\n\n\nSetting the Code block’s font size.\n\n\n\n

The Code block now has the same font-size option as other text-based blocks, such as Paragraph and List. In general, users should probably shy away from adjusting this on a per-post basis and stick to the global default set by their theme or the Global Styles options when they eventually land in WordPress.

\n\n\n\n

However, there are use cases where it makes sense to change the code font-size in particular layouts. I imagine some development-related site owners will want to highlight or showcase code in some way.

\n\n\n\n

With that in mind, it would be interesting to see other design options brought to Code block. Currently, it does not offer much in the way of customization, but color and background options could allow users to spruce up their code examples a bit without relying on a third-party plugin for that extra bit of pizzazz.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Dec 2020 23:45:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"WordPress.org blog: The Month in WordPress: November 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9283\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"https://wordpress.org/news/2020/12/the-month-in-wordpress-november-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:10892:\"

November 2020 saw several updates to the WordPress 5.6 release. Read on to follow all the latest news from the WordPress world!

\n\n\n\n
\n\n\n\n

WordPress 5.6 updates

\n\n\n\n

The Core team released WordPress 5.6 Beta 3 on Nov. 2, Beta 4 on Nov. 12, release candidate 1 on Nov. 17, and release candidate 2 on Dec. 1. You can test the Beta versions and the release candidates by downloading them from WordPress.org or by using the WordPress Beta Tester plugin. Check out the WordPress 5.6 field guide to understand the features of WordPress 5.6 and learn how you can incorporate them into your websites. WordPress 5.6 will be out by Dec. 9, 2020.

\n\n\n\n

But our work is never done: You can submit feature suggestions for WordPress 5.7 by Dec. 15. 

\n\n\n\n

Want to contribute to upcoming WordPress releases? Join the WordPress Core dev chats on Wednesdays at 5 a.m. and 8 p.m. UTC in the #core channel on the Make WordPress Slack, and catch up with recaps on the Core team blog. If you would like to help with WordPress 5.6 outreach, contact the WordPress Marketing team on the #marketing channel.

\n\n\n\n

Gutenberg 9.3 and 9.4 are out

\n\n\n\n

Contributor teams released Gutenberg Version 9.3 on Nov. 4 and Version 9.4 on Nov. 18. Both versions include  several improvements to Full Site Editing (FSE) flows, in addition to bug fixes and feature upgrades. Version 9.3 is the first release that isn’t included entirely in WordPress 5.6; the version automatically enables FSE experiments when a block-based theme is active. Version 9.4 introduces some new features like percentage width for button blocks, block variation transformations, social icon support, and font size support for the list block. You can find out more about the Gutenberg roadmap in the What’s next in Gutenberg blog post.

\n\n\n\n

Want to get involved in building Gutenberg? Follow the Core team blog, contribute to Gutenberg on GitHub, and join the #core-editor channel in the Making WordPress Slack group.

\n\n\n\n

Learn WordPress updates

\n\n\n\n

WordPress contributor teams are all set to launch Learn WordPress in December. Community members can now watch video workshops to learn about various WordPress topics, participate in discussion groups, and use lesson plans for organizing their own workshops. Contributor teams have launched quizzes and are also working on setting standards for workshops.

\n\n\n\n

Want to contribute to Learn WordPress? You can now submit a workshop application (submissions in languages other than English are welcome!), apply to become a discussion group leader, organize discussions for your local WordPress meetup group, or help fix issues with existing lesson plans.

\n\n\n\n

WordPress 5.6 Translations and Polyglots survey

\n\n\n\n

WordPress 5.6 is ready to be translated and is now at hard string freeze. If you would like to contribute, check out these instructions and ensure that your locale is ready for an automated release. The Polyglots team has also kicked off its translator research survey. Please participate in the survey, share the survey link with members of your locale, and help amplify the Facebook, Twitter, and LinkedIn posts about it.

\n\n\n\n

Want to help WordPress speak your language? Follow the Polyglots team blog and join the #polyglots channel in the Making WordPress Slack group

\n\n\n\n
\n\n\n\n

Further Reading:

\n\n\n\n\n\n\n\n

Have a story that we should include in the next “Month in WordPress” post? Please submit it here.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Dec 2020 09:13:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Hari Shanker R\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"WPTavern: New Plugin Adds Google-Doc Style Commenting to Gutenberg Blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108408\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"https://wptavern.com/new-plugin-adds-google-doc-style-commenting-to-gutenberg-blocks?utm_source=rss&utm_medium=rss&utm_campaign=new-plugin-adds-google-doc-style-commenting-to-gutenberg-blocks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3328:\"

Multidots, a development agency and WordPress VIP Agency Partner, has released a plugin that brings content collaboration to the block editor. The Google-Doc Style Gutenberg Block Commenting plugin landed on WordPress.org in October and is just starting to gain traction.

\n\n\n\n

It adds inline commenting to the editor where users can highlight text or select entire blocks and leave a comment. Other users can leave comments and/or mark the thread as resolved for a collaborative editing experience. Alternatively, the post author can use comments for making notes on sections that need to be improved or reviewed prior to publishing. The features support the following editorial workflow:

\n\n\n\n
  • Add comments on Gutenberg blocks
  • Reply to comment
  • Get feedback
  • Resolve it
  • Get email notification of resolved comments
\n\n\n\n
\n\n\n\n

Multidots has a live demo set up where you can test leaving comments, replies, and marking threads as resolved. The plugin is currently compatible with a range of text-based blocks that are part of a page or post. Commenting can be accessed by highlighting text and then clicking on the dropdown arrow in the toolbar. Inline comments can be displayed or hidden via the icon in the top toolbar.

\n\n\n\n
\n\n\n\n

The plugin restricts adding and editing comments to Super Administrators, Administrators, and Editors. These user roles can edit their own comments but cannot edit or delete those added by other users.

\n\n\n\n

Google-Doc Style Gutenberg Block Commenting could be useful for organizations where multiple teams need to review content before publishing. Not having the ability to collaborate using the block editor may even be a deal breaker for some teams that are considering WordPress. When collaborating on posts in the past I have often used Google Docs just for the ability to give inline comments with notifications. This plugin cuts many time-consuming steps out of that process, such as obtaining collaborators’ Gmail addresses, pasting the most recent version of the post into a document, and ultimately having to paste it all back into the editor.

\n\n\n\n

The plugin’s authors consider this a beta version and plan to add more features based on community feedback. After testing it, I found that resolved threads seem to disappear, but it might be helpful to have a lasting record of them. Users cannot comment on images or other types of non-text-based blocks, and this seems somewhat limiting. There are no notifications for comments – only resolved threads, which makes it difficult to know when content needs further review.

\n\n\n\n

Multidots is planning for the next release to be a more optimized version with enhanced commenting features, including the ability to leave popup suggestions for adding/removing certain text at a specific location and asynchronous commenting. Anyone interested in following the progress or contributing can find the project on GitHub.

\n\n\n\n

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 02 Dec 2020 04:40:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"WordPress.org blog: WordPress 5.6 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://wordpress.org/news/?p=9274\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2020/12/wordpress-5-6-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2247:\"

The second release candidate for WordPress 5.6 is here!

\n\n\n\n

WordPress 5.6 is slated for release on December 8, 2020, and we need your help to get there—if you haven’t tried 5.6 yet, now is the time!

\n\n\n\n

You can test WordPress 5.6 release candidate 2 in two ways:

\n\n\n\n\n\n\n\n

Thank you to all of the contributors who tested the Beta releases and gave feedback. Testing for bugs is a critical part of polishing every release and a great way to contribute to WordPress.

\n\n\n\n

Plugin and Theme Developers

\n\n\n\n

Please test your plugins and themes against WordPress 5.6 and update the Tested up to version in the readme file to 5.6. If you find compatibility problems, please be sure to post to the support forums. That way, those can be figured out before the final release.

\n\n\n\n

For a more detailed breakdown of the changes included in WordPress 5.6, check out the WordPress 5.6 beta 1 post. The WordPress 5.6 Field Guide is also out! It’s your source for details on all the major changes.

\n\n\n\n

How to Help

\n\n\n\n

Do you speak a language other than English? Help translate WordPress into more than 100 languages!

\n\n\n\n

Think you found a bug? Post it to the Alpha/Beta area in the support forums. We would love to hear from you! If you’re comfortable writing a reproducible bug report you can file one on WordPress Trac. Don’t forget to check the list of known bugs!

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 22:09:28 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"Josepha\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"WPTavern: Block-Based Bosco, Second Full-Site Editing Theme Lands in the WordPress Directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108321\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:227:\"https://wptavern.com/block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory?utm_source=rss&utm_medium=rss&utm_campaign=block-based-bosco-second-full-site-editing-theme-lands-in-the-wordpress-directory\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5489:\"\n\n\n\n

Fränk Klein, a Principal Engineer at Human Made, is now the second theme developer to release a block-based theme to the WordPress theme directory. Block-Based Bosco is a recreation of his Bosco theme, which he released in 2014.

\n\n\n\n

Block-based themes, also called FSE (full-site editing) themes, are currently experimental. They require the use of the Gutenberg plugin, which will automatically detect their structure and activate the beta version of the site editor. This system allows users to experience a WordPress install that is comprised entirely of blocks. Widgets, nav menus, and the customizer screens are out. Everything from posts to site headers to navigation is handled through HTML templates, which users can customize via the site editor. It is still a raw experience but continually improves with each update of the Gutenberg plugin.

\n\n\n\n

Just over a month ago, Themes Team representative Ari Stathopoulos released the first block-based theme, named Q, to the official theme directory. It was both a milestone in WordPress theming history and an invitation for developers to follow his lead.

\n\n\n\n

We have since seen the initial work toward a block-based version of the upcoming Twenty Twenty-One default theme. It is not yet in the directory, but the community should expect it soon.

\n\n\n\n

Developers like Klein and Stathopoulos are paving the way for others. For those who do not have the time or the inclination to scour the Gutenberg plugin’s code or follow dozens of tickets, they can take the easy route. Study the code of people who have done the legwork.

\n\n\n\n

Klein has also written a detailed post titled What I Learned Building a Full-Site Editing Theme in which he goes into detail about his experience. Despite his optimism for the future of theming, he does not shy away from the problems he stumbled upon. It is a must-read for any theme author who is preparing to take the plunge into block-based theme building.

\n\n\n\n

One thing that some developers may find surprising or may even make them feel slightly uncomfortable is that Klein spent much of his development time working from the site editor rather than in a code editor. “It’s likely that this will be the future workflow for creating themes,” he wrote. “Because not only can you edit a theme visually, but it’s also much more practical than writing block markup by hand. Especially because the interface makes it easy to discover the different options offered by blocks, so that you can adjust them as needed for your desired theme design.”

\n\n\n\n

About the Theme

\n\n\n\nBlock-Based Bosco in the site editor.\n\n\n\n

Block-Based Bosco is relatively simple. It is a one-column, no-sidebar theme, which is what most block-based themes will look like at the moment.

\n\n\n\n

“Full-site editing themes are still missing a lot of essential features,” wrote Klein. “Therefore it’s important to choose a theme design that fits with these constraints. Else you’re going to have a very frustrating experience.”

\n\n\n\n

Unlike Q, which is a bare-bones theme primarily for testing theme-related features, Block-Based Bosco is based on a design that users might want to actually use on a site, at least someday. Currently, full-site editing is not yet ready for use with production sites. The theme design holds up well for a simple personal blog.

\n\n\n\n

There are things the theme could do better in the short term. Offering support for wide and full alignments would be ideal, particularly for a one-column theme. The editor and front-end content width also do not match, so it is not a perfect what-you-see-is-what-you-get experience. These are not make-or-break features for these types of experimental themes at this point. We are simply in the testing ground stage.

\n\n\n\n

Right now, end-users need to start tinkering with themes like Block-Based Bosco — please do so on a test install and not a live site — and offering feedback. They also allow other developers to get more comfortable with a new system before it suddenly feels like it comes crashing down in 2021.

\n\n\n\n

Opening Up the Theme Directory

\n\n\n\n

One thing is obvious at this point. The WordPress theme directory needs to allow theme authors to upload block-based themes without hacks or other workarounds. Block-Based Bosco and similar themes are currently being shipped with dummy files, such as header.php and footer.php, and unnecessary PHP code in functions.php to bypass the Theme Check system. With these extra files and code removed, block-based themes are minuscule in comparison to traditional WordPress themes.

\n\n\n\n

There is an open ticket on the WordPress Meta Trac and a patch for the Theme Check plugin. Someone needs to pull the trigger and make it happen.

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Dec 2020 21:19:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Justin Tadlock\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:113:\"WPTavern: Admin 2020 Version 2 Introduces New Lite Version, Better Plugin Compatibility, and Modular Architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wptavern.com/?p=108302\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"https://wptavern.com/admin-2020-version-2-introduces-new-lite-version-better-plugin-compatibility-and-modular-architecture?utm_source=rss&utm_medium=rss&utm_campaign=admin-2020-version-2-introduces-new-lite-version-better-plugin-compatibility-and-modular-architecture\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5328:\"\n\n\n\n

Six months ago, Admin 2020 captured the attention of WordPress users with its fresh approach to skinning the admin screens. Version 2 of the plugin has been completely rewritten to support a modular architecture so users can enable or disable features, or selectively enable them by user role or username. Some users prefer the default menu but want to be able to categorize their media into folders with the plugin’s CMS-friendly architecture for organizing media and posts. This update significantly improves performance for those who don’t require the analytics, admin bar, menu, or other features.

\n\n\n\n

The plugin now has a new settings interface that is less cluttered than the previous version.

\n\n\n\n
\n\n\n\n

“Admin 2020 started off as a WordPress admin theme, and that was always at the core of the plugin,” developer Mark Ashton said. “As we grew, we added more and more features on top of that and it became very difficult in its current iteration to separate those feature sets, or disable some features and let others carry on.”

\n\n\n\n

Version 2 also greatly improves compatibility with other plugins. Ashton was spending a lot of time adding support for other plugins, which slowed down development. The new approach to compatibility causes fewer styling conflicts and works without having to add custom stylesheets for other plugins. Prior to this version, Admin 2020 disabled 90% of WordPress admin styling and applied its own.

\n\n\n\n

“While this gave us complete control over layouts and styling, it was one of the reasons we had to spend a lot of time adding support for other plugins,” Ashton said. “So for version 2, we kept the WP styling (most of it anyway) and applied a lightweight theme on top of it. The end result is a theme that is more refined, quicker, and the most compatible we have ever put out.
Usually the only plugins we have problems with these days are the ones that actively disable non standard WP scripts and styles, which obviously breaks admin 2020’s layout.”

\n\n\n\n

In the interest of keeping Admin 2020 lightweight, the plugin now uses a custom build of the UIkit framework that is more tailored to its specific use case.

\n\n\n\n

“Instead of having uikit as a base, and then layering on top of it, we just tailored it to suit the plugin needs and thanks to the wonders of scss it is an incredibly easy framework to modify,” Ashton said. “Doing this also allowed us to support RTL much easier which was a very common feature request.”

\n\n\n\n

New Admin 2020 Lite Version Offers Basic Features, Coming to WordPress.org in 2021

\n\n\n\n

Admin 2020 is now available on the plugin’s website in a Lite version for free. In recognition of WordPress.org’s undeniable force as a distribution channel, Ashton is considering changing his previous strategy of pursuing a fully commercial model to embrace the idea of marketing a free plugin with a paid upgrade.

\n\n\n\n

“Admin 2020 has grown so much since we launched in May this year and it’s no longer just an admin theme,” Ashton said. “In fact, we see it as more of an admin extension now that also has a theme. Because of this, we felt there are now enough features to be able to offer the lite and pro versions.”

\n\n\n\n

With the new modular system in version 2, the free and commercial versions are the same plugins, except the lite version has the paid modules removed.

\n\n\n\n

“This means the development of the two versions is synched and updates, new features and bug fixes all rollout at the same time,” Ashton said. “For the time being we are going to stick to our own distribution channel just to keep everything streamlined, but releasing through wordpress.org is something we have planned for next year.”

\n\n\n\n

Launching a new business during a pandemic is no easy feat but Ashton has grown Admin 2020’s user base to 3,642 active installations and is still looking to hire someone to assist in developing and maintaining the plugin.

\n\n\n\n

“This has grown dramatically since the release of version 2 and will likely be around 5,000 or more in a week due to the sales from the Black Friday/Cyber Monday event,” he said.

\n\n\n\n

Next up on the roadmap, Admin 2020 users can expect more customization options and deeper integration with WooCommerce. Ashton is currently working on the custom admin pages feature set that will allow users to create admin pages using the block editor and some of the more popular page builders.

\n\n\n\n

“We are also working on expanding our WooCommerce integration with the idea of having a full suite of cards and data available on the overview page to help better visualize your business and sales,” Ashton said. “We are also going to be changing admin 2020’s name towards the end of the year but I won’t say what to just yet.”

\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Nov 2020 23:36:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sarah Gooding\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:8:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Fri, 01 Jan 2021 06:53:15 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:13:\"last-modified\";s:29:\"Fri, 01 Jan 2021 06:45:09 GMT\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 1\";s:16:\"content-encoding\";s:4:\"gzip\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(94796,'_transient_timeout_feed_e0061ca2fa5b884e483872aa34d3e7eb','1609527197','no'),(94797,'_transient_feed_e0061ca2fa5b884e483872aa34d3e7eb','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://updraftplus.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"WordPress\'s leading backup plugin - backup, restore and clone WordPress sites\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 10:28:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=5.5.3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:97:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Cloning a WordPress site using Updraft Migrator or UpdraftClone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/j8WFOewJ8w8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://updraftplus.com/cloning-a-wordpress-site-using-updraft-migrator-or-updraftclone/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 17 Dec 2020 10:26:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:9:{i:0;a:5:{s:4:\"data\";s:12:\"UpdraftClone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Clone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:5:\"guide\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"How to\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"instructions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"Migrator\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:5:\"video\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:8;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=764338\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:787:\"

The option to clone a WordPress website has proven to be a hugely popular and useful feature for both Updraft Migrator and UpdraftClone. As such, we have updated our written and video instructions on how to clone a website using … Continue reading

\n

The post Cloning a WordPress site using Updraft Migrator or UpdraftClone appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2671:\"

The option to clone a WordPress website has proven to be a hugely popular and useful feature for both Updraft Migrator and UpdraftClone. As such, we have updated our written and video instructions on how to clone a website using these two different packages. 

\n

There are three different ways you can clone a website using either Migrator or UpdraftClone. While these methods are pretty straight forward and intuitive, it never hurts to have a simple walk-through that can guide you through all the steps required to clone a WordPress site in just a few minutes.

\n

There are many reasons why users of Migrator or UpdraftClone would want to use a cloning feature. Maybe you want to use Updraft Migrator to create a clone of your online store; with the intention to use it as the foundation for a whole new store? Or maybe you want to create a clone of your WordPress blog to test out a new theme update before updating on your main site using UpdraftClone? Whatever your reason for cloning a site, we have got you covered. 

\n

Just follow this link for further detailed and up to date written instructions with videos, or check out the videos for UpdraftClone and Updraft Migrator below.

\n

\n

 

\n

\n

The post Cloning a WordPress site using Updraft Migrator or UpdraftClone appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"https://updraftplus.com/cloning-a-wordpress-site-using-updraft-migrator-or-updraftclone/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://updraftplus.com/cloning-a-wordpress-site-using-updraft-migrator-or-updraftclone/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:82:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"Updraft adds ability to manually complete Dropbox authentication to avoid security conflicts (UpdraftPlus 1.16.42)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/7TJvXvaoXYM/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://updraftplus.com/updraftplus-1-16-42-update-released/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 11 Dec 2020 11:39:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"dropbox\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=752331\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:797:\"

The latest updates for UpdraftPlus 1.16.42 have now been released. This latest update of UpdraftPlus comes with a great new Dropbox feature and a host of tweaks to help improve the usability and performance of UpdraftPlus for all it’s users. … Continue reading

\n

The post Updraft adds ability to manually complete Dropbox authentication to avoid security conflicts (UpdraftPlus 1.16.42) appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2933:\"

The latest updates for UpdraftPlus 1.16.42 have now been released. This latest update of UpdraftPlus comes with a great new Dropbox feature and a host of tweaks to help improve the usability and performance of UpdraftPlus for all it’s users.

\n

This latest release comes with a new feature that now gives users the added ability to manually complete authentication of Dropbox as your remote storage option. This new feature will allow users to avoid any issues they may have had in the past with security modules or plugins that have broken the authentication flow. 

\n

We hope this new update will help improve the integration of the popular remote storage option of Dropbox for all UpdraftPlus users. The change-log for the latest update is as follows:

\n

1.16.42

\n
    \n
  • FEATURE: Added the ability to manually complete authentication with Dropbox (Avoids issues where security modules/plugins break the authentication flow)
  • \n
  • TWEAK: Replace BlockUI’s deprecated jQuery functions and/or shorthand events with the appropriate method accordingly
  • \n
  • TWEAK: Replace /2/files/search Dropbox API calls with /2/files/search_v2
  • \n
  • TWEAK: Replace Labelauty’s deprecated jQuery functions and/or shorthand events with the appropriate method accordingly
  • \n
  • TWEAK: Fix broken multiple range selection’s highlighters due to the absence of jquery-migrate in the WordPress core on version 5.5
  • \n
  • TWEAK: Add the latest jQuery UI CSS framework for compatibility with WordPress 5.6 and all ongoing versions of WordPress
  • \n
  • TWEAK: Add support for PHP 8.0 in UpdraftClone
  • \n
  • TWEAK: Prevent a couple of PHP coding notices on PHP 8.0
  • \n
  • TWEAK: Tweak in the backing up of tables to reduce PHP memory use when working with very long row contents
  • \n
  • TWEAK: Prevent a PHP warning when starting a backup
  • \n
  • TWEAK: Fix a UI issue in the “send backup to remote site” options
  • \n
\n

The post Updraft adds ability to manually complete Dropbox authentication to avoid security conflicts (UpdraftPlus 1.16.42) appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://updraftplus.com/updraftplus-1-16-42-update-released/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://updraftplus.com/updraftplus-1-16-42-update-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:73:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"WP-Optimize passes 1 million active installs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/W64uuT0PzEY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://updraftplus.com/wp-optimize-passes-1-million-active-installs/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Dec 2020 11:22:33 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"WP Optimize\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=749741\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:766:\"

Thanks to the support of everyone that downloaded the WP-Optimize plugin, we are thrilled to announce that WP-Optimize has now achieved the massive milestone of 1,000,000 active installs. This makes WP-Optimize the 52nd most installed WordPress plugin in the world … Continue reading

\n

The post WP-Optimize passes 1 million active installs appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2995:\"

Thanks to the support of everyone that downloaded the WP-Optimize plugin, we are thrilled to announce that WP-Optimize has now achieved the massive milestone of 1,000,000 active installs.

\n

\"\"

\n

This makes WP-Optimize the 52nd most installed WordPress plugin in the world (not including plugins that are pre-installed); a figure that is all the more impressive in such a competitive WordPress market and sector.

\n

While there are several optimization and caching plugins on the market, WP-Optimize is the top ranked when users search for an ‘optimize cache plugin’ and has achieved a 5 star rating. This is a clear declaration of our continued efforts to make the plugin bigger and better and achieving recognition by the WordPress community as the market leading optimization and caching plugin. 

\n

\"\"

\n

Even during these difficult times, everyone on the WP-Optimize team has continued to work hard to improve the plugin, while still providing support to give users the best possible optimization and caching experience and keeping the plugin up to date with the latest WordPress developments.

\n

From everyone at WP-Optimize, we would like to thank all of our loyal users for getting us to this point. They always say ‘the first million is the hardest’, so a huge ‘thank you’ again and here’s to the next million!

\n

The post WP-Optimize passes 1 million active installs appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://updraftplus.com/wp-optimize-passes-1-million-active-installs/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://updraftplus.com/wp-optimize-passes-1-million-active-installs/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:91:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"Test PHP 8.0 on your WordPress site in just a couple of clicks, without the risk of breaking it\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/RhrNI8eafyY/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:127:\"https://updraftplus.com/test-php-8-0-on-your-wordpress-site-in-just-a-couple-of-clicks-without-the-risk-of-breaking-it/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 30 Nov 2020 14:45:11 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Clone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:7:\"PHP 8.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"Test\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:12:\"UpdraftClone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:14:\"WordPress 5.6+\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=743041\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:890:\"

Updating the PHP version on your live website risks breaking something you don’t expect.  That’s why it’s best practice to test any PHP update on a test sandbox version of your website.   We are happy to announce that the latest … Continue reading

\n

The post Test PHP 8.0 on your WordPress site in just a couple of clicks, without the risk of breaking it appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2881:\"

Updating the PHP version on your live website risks breaking something you don’t expect.  That’s why it’s best practice to test any PHP update on a test sandbox version of your website.  

\n

We are happy to announce that the latest update for UpdraftPlus makes it very easy. This new update includes the added ability to let you run tests on PHP 8.0 using our UpdraftClone feature. 

\n

Using UpdraftClone, you can now duplicate your site to a sandbox test version using PHP 8.0 when using WordPress 5.6+. 

\n

We have developed this new update as we know that while setting up a new PHP install can be time-consuming and replacing your current one could break your site, UpdraftClone makes it easier to test these new things out in a disposable sandbox – Removing any potential risk to your live site. 

\n

\n

Of course, the beauty of UpdraftClone is it’s easy to test your site in whichever PHP or WordPress version you like.

\n

As well as cloning your existing site, it’s also possible to use UpdraftClone to create instant blank WordPress installs if you want to create new test sites from scratch or test things in your choice of PHP or WordPress version, including PHP 8.0.  

\n

The change-log for other changes in the latest update is as follows:

\n
    \n
  • TWEAK: Don’t repeat sending the ‘upload_complete’ command to a remote send destination after it succeeded the first time
  • \n
  • TWEAK: Update the udrpc library
  • \n
  • TWEAK: In UpdraftClone, delay the temporary_clone_ready_for_restore signal until the browser connection is closed (preventing a loss of response)
  • \n
\n

 

\n

The post Test PHP 8.0 on your WordPress site in just a couple of clicks, without the risk of breaking it appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:124:\"https://updraftplus.com/test-php-8-0-on-your-wordpress-site-in-just-a-couple-of-clicks-without-the-risk-of-breaking-it/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:119:\"https://updraftplus.com/test-php-8-0-on-your-wordpress-site-in-just-a-couple-of-clicks-without-the-risk-of-breaking-it/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:94:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Black Friday 2020 – The sale starts now\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/IJ-xlndO-Pk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://updraftplus.com/black-friday-2020-the-sale-starts-now/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 27 Nov 2020 11:16:21 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:8:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:13:\"Uncategorized\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:12:\"Black Friday\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"coupon\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:4:\"deal\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:8:\"discount\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:4:\"sale\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:7;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=735512\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:715:\"

Black Friday is the biggest shopping event of the year! A time when people eagerly check websites and seek out the best deals available. Though this Black Friday shopping season is not like any we have experienced in the past, … Continue reading

\n

The post Black Friday 2020 – The sale starts now appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1850:\"

Black Friday is the biggest shopping event of the year! A time when people eagerly check websites and seek out the best deals available.

\n

Though this Black Friday shopping season is not like any we have experienced in the past, you can still take advantage of our big savings from the comfort and safety of your own home.

\n

With demand for these deals sure to be high and following the massive success of our previous Black Friday events, the below deals will run to the end of the month so everyone has the opportunity to take advantage of the sales event!

\n

We have put together a whole host of amazing deals so everyone can now get any or all of the following Black Friday offers:

\n

20% off UpdraftPlus Premium subscription. Use the code: BFsale2020

\n

20% off Easy Updates Manager: Use the code: EUM20BF

\n

20% off WP-Optimize: Use the code: WPO20BF

\n

20% off UpdraftCentral: Use the code: Central20BF

\n

20% off UpdraftClones: Use the code: BFclone20

\n

All discount codes are valid until the end of November 2020

\n

The post Black Friday 2020 – The sale starts now appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://updraftplus.com/black-friday-2020-the-sale-starts-now/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://updraftplus.com/black-friday-2020-the-sale-starts-now/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:91:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:6:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"WordPress backup plugins – UpdraftPlus vs. Akeeba comparison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/DO6eTIM3Rno/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://updraftplus.com/wordpress-backup-plugins-updraftplus-vs-akeeba-comparison/#respond\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 16 Nov 2020 15:44:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:20:\"Other WordPress news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Akeeba\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:4:\"Best\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:3:\"vrs\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=713168\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:759:\"

Backups are one of, if not the most important part of setting up a WordPress site. Disaster can strike at any moment. Be it an errant plugin update or a malicious hack; your website and data is always just one … Continue reading

\n

The post WordPress backup plugins – UpdraftPlus vs. Akeeba comparison appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:17062:\"

\n

Backups are one of, if not the most important part of setting up a WordPress site. Disaster can strike at any moment. Be it an errant plugin update or a malicious hack; your website and data is always just one click away from potentially being gone forever. There are ways to limit any potential damage done however, as there are WordPress backup plugins available that can regularly and automatically backup your WordPress website for you.

\n

But given there are so many backup plugins out there, how can you be sure you are installing the right one with all the features you need? Firstly, you need to be sure that the backup plugin you are installing is highly rated and trusted by the larger WordPress community. 

\n

UpdraftPlus has been listed on WP.org since its launch and has (to date) amassed over 3 million active downloads and has a top 5 star rating on the WordPress platform. To date, Akeeka backup for WordPress (both the free and premium versions) have never been listed on WP.org. As a potential Akeeba user, you will have no reference on which to judge the quality of the product or have any idea how many people are using it to successfully back up their websites.

\n

The free version of UpdraftPlus also offers a wide range of essential features that Akeeba does not. Without the following features, users of Akeeba leave themselves open to a wide range of potential issues that are not present when using UpdraftPlus.

\n

Ad-blocker: Most modern websites are flooded with adverts, making them next to unusable without one of the many ad-blockers that are currently on the market.

\n
\"website

A typical website when viewed without an ad-blocker

\n

Installing an ad-blocker on your web-browser is a matter of course for pretty much everyone who uses the internet. However, with the free version of Akeeba WordPress backup, you will find that it will block the use of some features within its plugin, such as “buttons not working” if your ad-blocker is running. 

\n

\n

If you are anything like us, you probably prefer your websites and plugins with limited, non intrusive adverts. UpdraftPlus is free from all external advertising and as such, there is no need to turn off your ad blocker to use the full range of features with the UpdraftPlus plugin.

\n

Remote Cloud storage backup – The free version of UpdraftPlus offers remote cloud storage to many of the biggest and best services, including DropBox, Google Drive and Amazon S3. To send backups to a remote storage location with Akeeba however, you will be forced to purchase the premium version. It is important to remember that you should never store the backup in the same server as the website (as Akeeba does) – as this backup can easily be deleted or corrupted. We have also compiled a series of ‘how-to’ videos and written instructions on how to configure your remote cloud storage options with UpdraftPlus; so you are not left trying to figure things out for yourself. 

\n

Scheduled Backups – One of the most widely used and liked features of UpdraftPlus is the ability to backup your WordPress website as and when you decide, via an easy to use backup schedule option. If you are running a WordPress based store for example, this feature is essential as your stock, orders and featured products could change on an hourly basis. With Akeeba, you can only backup your site with a manual request. Some bad timing or simply forgetting to backup your site could result in you losing days, weeks or even months of work. 

\n

\n

Unlike Akeeba, with UpdraftPlus you never have to worry about remembering to run a backup, as you can set your backups to schedule from an hourly to monthly basis. This feature will hopefully give you the peace of mind to continue your work and improve your sales, safe in the knowledge that your site is being safely backed up should the worst happen.

\n

\n

Download UpdraftPlus today for the highest rated and most popular WordPress backup plugin.

\n
\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n
\"\"\"\"
Get it fromWordPress.OrgUpdraftPlus.Com
\n
Buy It Now!
Basic – Private website
Backup WordPress files and database\"\"\"\"\"\"
Translated into over 16 languages\"\"\"\"\"\"
Restore from backup\"\"\"\"\"\"
Backup to remote storage\"\"\"\"\"\"
Dropbox, Google Drive, FTP, S3, Rackspace, Email\"\"\"\"\"\"
Incremental Backups\"\"\"\"\"\"
Free 1Gb for UpdraftVault\"\"\"\"\"\"
WebDAV, Microsoft OneDrive, Google Cloud, Microsoft Azure, SFTP/SCP, encrypted FTP, BackBlaze\"\"\"\"\"\"
Backup extra files and databases\"\"\"\"\"\"
Migrate / clone (i.e. copy) websites\"\"\"\"\"\"
Basic email reporting\"\"\"\"\"\"
Advanced reporting features\"\"\"\"\"\"
Automatic backup when updating WP/plugins/themes\"\"\"\"\"\"
Send backups to multiple remote destinations\"\"\"\"\"\"
Database encryption\"\"\"\"\"\"
Restore backups from other plugins\"\"\"\"\"\"
No advertising links on UpdraftPlus settings page\"\"\"\"\"\"
Scheduled backups\"\"\"\"\"\"
Fix backup time\"\"\"\"\"\"
Network/Multisite support\"\"\"\"\"\"
Lock settings access\"\"\"\"\"\"
Browse backup contents in WordPress\"\"\"\"\"\"
Download individual files from backup in WordPress\"\"\"\"\"\"
Personal support\"\"\"\"\"\"
Run from WP-CLI\"\"\"\"\"\"
Restore a backup from other plugins\"\"\"\"\"\"
\n
\n

 

\n

The post WordPress backup plugins – UpdraftPlus vs. Akeeba comparison appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:36:\"http://wellformedweb.org/CommentAPI/\";a:1:{s:10:\"commentRss\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"https://updraftplus.com/wordpress-backup-plugins-updraftplus-vs-akeeba-comparison/feed/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:38:\"http://purl.org/rss/1.0/modules/slash/\";a:1:{s:8:\"comments\";a:1:{i:0;a:5:{s:4:\"data\";s:1:\"0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/wordpress-backup-plugins-updraftplus-vs-akeeba-comparison/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:66:\"\n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus 1.16.34 Update Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/M1_ZInjjv6A/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Nov 2020 10:37:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:11:\"new release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=696154\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:730:\"

The latest updates for UpdraftPlus 1.16.34 has now been released. The new version has a few performance tweaks that addresses a bug fix and compatibility issues, which will help improve UpdraftPlus for all it’s users.  Future versions of WordPress will … Continue reading

\n

The post UpdraftPlus 1.16.34 Update Released appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1824:\"

The latest updates for UpdraftPlus 1.16.34 has now been released. The new version has a few performance tweaks that addresses a bug fix and compatibility issues, which will help improve UpdraftPlus for all it’s users. 

\n

Future versions of WordPress will use JQuery 3.0; in our continued effort to keep UpdraftPlus compatible with current and future versions of WordPress we have updated the UpdraftPlus code, so that it can work with all versions of JQuery.

\n

We have also improved our error reporting when using UpdraftPlus to browse your servers file system when trying to backup more files. This will help you and our support team to better identify any issues encountered with file system permissions.

\n

The change-log for the latest update is as follows:

\n

1.16.34

\n
    \n
  • TWEAK: On sites with enormous numbers of tables (e.g. very large multisites), counting the already-backed-up tables when resuming took unnecessarily long since 1.16.30
  • \n
  • TWEAK: Update jQuery document ready style to the one not deprecated in jQuery 3.0
  • \n
  • TWEAK: While using the file tree browser return an error if we are unable to open a directory
  • \n
\n

The post UpdraftPlus 1.16.34 Update Released appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://updraftplus.com/updraftplus-1-16-34-update-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:72:\"\n \n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:45:\"How to backup your WordPress database in 2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/h3KIeKVYYms/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 Oct 2020 10:52:29 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:6:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:4:\"2020\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:6:\"Backup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"database\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:9:\"wordpress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=683923\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:760:\"

Your WordPress database contains all kinds of vital data. Firstly, all of your content is in there, such as pages, blog posts, and comments. But it goes much deeper than that. The WordPress database contains critical information, including theme settings, … Continue reading

\n

The post How to backup your WordPress database in 2020 appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:10:\"Gina Lucia\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16477:\"

Your WordPress database contains all kinds of vital data. Firstly, all of your content is in there, such as pages, blog posts, and comments. But it goes much deeper than that. The WordPress database contains critical information, including theme settings, plugin settings and much more.  

\n

The problem is that, on its own, WordPress will not save all of the critical information stored within the database. That means if something goes wrong, such as your website being hacked, you’ll be unable to restore your WordPress site to its previous state.  

\n

There’s good news though, it’s not difficult to backup your WordPress database with a little help. 

\n

So, by the end of this article, you’ll know exactly how to backup your WordPress database. The best part? You’ll be able to do it in 4 steps with the WordPress backup plugin, UpdraftPlus.

\n

Why you should backup your WordPress database

\n

As a website owner, you should always plan for the unexpected. A malware attack or a website update gone horribly wrong could leave you having to restore your website to a previous date

\n

Your site’s database contains a treasure trove of data that reaches far beyond your theme or plugin settings. 

\n

It contains vital data such as:

\n
    \n
  • User logins and passwords. 
  • \n
  • Widget configurations.
  • \n
  • Website customisations.
  • \n
  • And a range of other site-wide settings. 
  • \n
\n

If these aren’t backed up correctly, you could lose them all in an instant. Can you imagine losing every page, post, and link you’ve ever created? For most, a permanent loss of data on this scale doesn’t bear thinking about.   

\n

Fortunately, with the help of UpdraftPlus, you’ll never have to fear losing critical data from your WordPress database ever again.  

\n

\n

How UpdraftPlus works

\n

UpdraftPlus backs up everything you could possibly need to restore your site to its previous settings in the event of your site being compromised. With this free plugin, you can restore your website with the click of a mouse. 

\n

UpdraftPlus allows you to achieve this outcome by backing up all WordPress data contained within the database, including: 

\n
    \n
  • Content files including pages and blog posts.
  • \n
  • Comments data and metadata.
  • \n
  • All links.
  • \n
  • Plugin settings.
  • \n
  • Theme settings.
  • \n
  • User account data.
  • \n
  • WordPress site-wide settings and customisations.
  • \n
  • All media/upload records.
  • \n
\n

UpdraftPlus Premium takes this a step further, you can backup unlimited WordPress and non-WordPress files. These can be saved to more than one cloud storage locations for a more thorough and secure backup. 

\n

You can also take advantage of the UpdraftPlus Vault, which, as part of the UpdraftPlus plug, backs up your data at predetermined intervals and is encrypted for an additional layer of security. 

\n

Now we’ve covered how the plugin works, let’s show you how to backup your WordPress database.

\n

How to backup your WordPress database

\n

To backup your WordPress database, you’ll need to:

\n
    \n
  1. Install the WordPress backup plugin, UpdraftPlus.
  2. \n
  3. Adjust your database backup settings.
  4. \n
  5. Select where you’d like your backups to be stored.
  6. \n
  7. Backup your WordPress root database.
  8. \n
\n

That’s it. Below, we’ll outline these steps in detail so that you can backup your WordPress database and have greater peace of mind. 

\n

Let’s make a start with step one, installing UpdraftPlus.

\n

\n

Step #1: Install UpdraftPlus

\n

The process of backing up your WordPress database starts with installing UpdraftPlus. Fortunately, this is a process that only takes a couple of minutes. The process is much the same as any other WordPress plugin. 

\n

To install UpdraftPlus, take the following steps: 

\n

1. In your WordPress dashboard, navigate to Plugins > Add New

\n

\n

2. In the search bar, type UpdraftPlus

\n

\n

3. Find the UpdraftPlus WordPress Backup Plugin within the search results and then press Install Now

\n

\n

4. Once installed, click Activate.

\n

Now that we have UpdraftPlus installed, we can move onto creating a backup of your WordPress database.

\n

Step #2: Adjust your database backup settings

\n

Once installed, you need to adjust your database backup settings before performing your first backup. 

\n
    \n
  1. Navigate from the WordPress dashboard to Settings > UpdraftPlus Backups. This will open your UpdraftPlus settings page.
  2. \n
  3. Next, select the Settings tab from the choices at the top. 
  4. \n
\n

Here, you’ll be offered several options concerning how often you would like UpdraftPlus to make a backup of your WordPress website. 

\n

If you’re in charge of a sizable website with new posts and pages created each day, then the incremental options of 2, 4, 8, or 12-hourly backups may suit you best. 

\n

\n

Alternatively, should you operate a smaller site that doesn’t need to be backed up as frequently. You can configure UpdraftPlus to backup daily, weekly, fortnightly, or monthly.   

\n

You also have the opportunity to determine how many of these backups should be stored at any one time. Subsequent backups will override the existing ones. UpdraftPlus also allows you to schedule backup files and databases separately or together.

\n

Step #3: Select where you’d like your backups to be stored

\n

If you scroll down the page a little further, you’ll notice you’re given the option of where you’d like your file backups to be stored. There are numerous options here. Including leading providers of cloud-based storage such as Dropbox, Amazon S3, and Google Drive. 

\n

\n

Top tip: If you’d like to store your backups remotely, UpdraftPlus Premium comes with a free 1GB of storage using UpdraftVault for 1 year.

\n

Once selected, follow the on-screen instructions. 

\n

Each storage option comes complete with its own set of instructions for setting up. Once you have completed those instructions, select which files you want to include within the backup and press the blue Save Changes button positioned at the bottom of the page.

\n

If you upgrade to Updraft Premium, you can choose to spread your backups across multiple storage locations. Alternatively, you can purchase the Multiple Storage Destinations Add-On on its own.

\n

Step #4: Backup your WordPress root database

\n

With the free version of the plugin, UpdraftPlus creates backups of everything in the WordPress content directory, including but not limited to database files, plugins, uploads, themes, and so on. 

\n

However, if you upgrade to UpdraftPlus Premium, you can perform a complete backup of your WordPress website. 

\n

\n

With Premium, you can back up all files from your WordPress install. This includes files you’ve added in a non-standard way, and you can even backup directories from your web server that aren’t even part of WordPress. 

\n

All in all, you can take backups of the following: 

\n
    \n
  • Any modifications you’ve made to the WordPress core. 
  • \n
  • New files uploaded to WordPress using non-standard mechanisms. 
  • \n
  • Other resources (or even sub-sites) in the same folder as WordPress.
  • \n
  • Files from other directories on your server
  • \n
  • Your wp-config.php file, which allows you to avoid re-entering database settings and other customisations upon restoring.
  • \n
  • You can also browse your backups and download individual files from them from within your WordPress dashboard.
  • \n
\n

Backup your WordPress database with UpdraftPlus

\n

That’s it, you now have a secure backup of your WordPress database with UpdraftPlus

\n

With this up and running, you’ll be able to create secure backups of crucial data and broader site settings governing your plugins, theme, and user accounts. 

\n

Whether your hosting company folds or you’ve performed an update that has ruined your website’s functionality, with UpdraftPlus, you can rest assured that your WordPress website is only a click away from being restored.

\n

With UpdraftPlus Premium, you can go one step further. You can take advantage of the included add-ons to:

\n
    \n
  • Schedule your backups at specific times of the day to avoid high-traffic periods.
  • \n
  • Spread your storage files across multiple locations for enhanced security.
  • \n
  • Receive detailed reports of your backups.
  • \n
  • Limitless backups of all files, including those not contained within WordPress.
  • \n
  • Multi-site network compatibility.
  • \n
  • Free, rapid-response support from technical experts.
  • \n
\n

The post How to backup your WordPress database in 2020 appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://updraftplus.com/how-to-backup-your-wordpress-database-in-2020/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"UpdraftPlus 1.16.30 Update Released\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/28VCH-Wa9Ok/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 Oct 2020 13:43:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:28:\"UpdraftPlus development news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:5:\"Clone\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:6:\"update\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:11:\"UpdraftPlus\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=683300\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:728:\"

The latest updates for UpdraftPlus 1.16.30 update has now been released. This latest version has various performance tweaks and bug fixes to make UpdraftPlus backups better than ever. One of the main performance improvements for the latest update is for … Continue reading

\n

The post UpdraftPlus 1.16.30 Update Released appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3719:\"

The latest updates for UpdraftPlus 1.16.30 update has now been released. This latest version has various performance tweaks and bug fixes to make UpdraftPlus backups better than ever.

\n

One of the main performance improvements for the latest update is for websites/hosts. Where mysqldump is disabled, UpdraftPlus will now extract database data via the primary key (where one is available). This improvement results in a substantial performance increase when fetching large tables using PHP.

\n

We have also undertaken various fixes when importing settings into UpdraftPlus. These include the fixing of an issue that caused all database tables that were not selected, to be backed up in a “Backup Now” backup during a resumption. Additionally some under the hood improvements have been implemented to allow faster booting of UpdraftClones in the future.

\n

The change-log for the latest update is as follows:

\n
    \n
  • PERFORMANCE: Where a table has a numerical primary key, extract its data using that index. This results in a substantial performance increase when fetching large tables using PHP. (The filter updraftplus_can_use_primary_key_default can be used to de-activate this behaviour)
  • \n
  • FIX: Remove incorrect decodeURIComponent() parsing when importing settings, which could prevent import of settings containing some special characters
  • \n
  • FIX: An issue where database tables that were not selected to be backed up in a “Backup Now” backup would get added to the backup during a resumption (i.e. if it did not finish in a single run)
  • \n
  • TWEAK: Catch errors from Google Cloud when the bucket is not found
  • \n
  • TWEAK: Fix undefined variables instead of expected values in message prior to settings import
  • \n
  • TWEAK: Strip the redundant WHERE for the –where parameter to mysqldump (which modern versions strip out, but a version was found that didn’t)
  • \n
  • TWEAK: Handle hosts that have disabled the session_id() function
  • \n
  • TWEAK: Provide SQL mode information in the ‘Site Information’ section under the ‘Advanced Tools’ tab and in the database backup’s header
  • \n
  • TWEAK: Show a notification of UpdraftPlus plugin updates even if the associated user account is not connected to the UpdraftPlus website
  • \n
  • TWEAK: Add mechanism to detect what hosting provider is being used and use it to make UpdraftPlus comply with Kinsta’s backup limit policies (thus removing it from the list of disallowed plugins)
  • \n
  • TWEAK: When booting a clone if it’s claimed from the clone queue then update the token being used
  • \n
  • TWEAK: Tweaked downwards the minimum time in the future for rescheduling a resumption
  • \n
\n

The post UpdraftPlus 1.16.30 Update Released appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:60:\"https://updraftplus.com/updraftplus-1-16-30-update-released/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:69:\"\n \n \n \n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"How to add BackBlaze to your UpdraftPlus account settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"http://feedproxy.google.com/~r/UpdraftPlus/~3/gex-NA2bjTk/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 06 Oct 2020 13:32:57 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:15:\"Tips and tricks\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:16:\"account settings\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:9:\"backblaze\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:10:\"how to add\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:5:\"Setup\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://updraftplus.com/?p=676796\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:811:\"

UpdraftPlus has lots of options when it comes to backing up to a remote storage location.We recently updated the instructional videos for several of the most popular remote storage options, including Azure, RackSpace, Amazon S3, DropBox, Microsoft OneDrive and Microsoft … Continue reading

\n

The post How to add BackBlaze to your UpdraftPlus account settings appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Wayne Mullins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2444:\"

UpdraftPlus has lots of options when it comes to backing up to a remote storage location.We recently updated the instructional videos for several of the most popular remote storage options, including Azure, RackSpace, Amazon S3, DropBox, Microsoft OneDrive and Microsoft Cloud.    

\n

Our newest instructional update video is for the BackBlaze remote storage option. You can open a free BackBlaze account today and receive 10GB of free storage. Just watch the short video below for all the information you need on connecting your accounts. 

\n

Written instructions on how to add BackBlaze to your UpdraftPlus backup account can also be found here.

\n

\n

 

\n

The post How to add BackBlaze to your UpdraftPlus account settings appeared first on UpdraftPlus. UpdraftPlus - Backup, restore and migration plugin for WordPress.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:8:\"origLink\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://updraftplus.com/how-to-add-backblaze-to-your-updraftplus-account-settings/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:2:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";s:4:\"href\";s:39:\"http://feeds.feedburner.com/UpdraftPlus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:2:{s:3:\"rel\";s:3:\"hub\";s:4:\"href\";s:32:\"http://pubsubhubbub.appspot.com/\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:42:\"http://rssnamespace.org/feedburner/ext/1.0\";a:1:{s:4:\"info\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:3:\"uri\";s:11:\"updraftplus\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:11:{s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"etag\";s:27:\"ov1nnmLZDbhjptsqCaG3m0gzrRQ\";s:13:\"last-modified\";s:29:\"Fri, 01 Jan 2021 05:58:44 GMT\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"date\";s:29:\"Fri, 01 Jan 2021 06:53:17 GMT\";s:7:\"expires\";s:29:\"Fri, 01 Jan 2021 06:53:17 GMT\";s:13:\"cache-control\";s:18:\"private, max-age=0\";s:22:\"x-content-type-options\";s:7:\"nosniff\";s:16:\"x-xss-protection\";s:13:\"1; mode=block\";s:6:\"server\";s:3:\"GSE\";s:7:\"alt-svc\";s:167:\"h3-29=\":443\"; ma=2592000,h3-T051=\":443\"; ma=2592000,h3-Q050=\":443\"; ma=2592000,h3-Q046=\":443\"; ma=2592000,h3-Q043=\":443\"; ma=2592000,quic=\":443\"; ma=2592000; v=\"46,43\"\";}}s:5:\"build\";s:14:\"20130911040210\";}','no'),(94780,'_transient_timeout_wpseo-statistics-totals','1609570392','no'),(94781,'_transient_wpseo-statistics-totals','a:1:{i:44;a:2:{s:6:\"scores\";a:1:{i:0;a:4:{s:8:\"seo_rank\";s:2:\"na\";s:5:\"label\";s:48:\"Posts without a focus keyphrase\";s:5:\"count\";s:1:\"6\";s:4:\"link\";s:113:\"http://www.raisingclevergirls.com.au/wp-admin/edit.php?post_status=publish&post_type=post&seo_filter=na\";}}s:8:\"division\";a:5:{s:3:\"bad\";i:0;s:2:\"ok\";i:0;s:4:\"good\";i:0;s:2:\"na\";i:1;s:7:\"noindex\";i:0;}}}','no'),(121015,'_transient_timeout_et_core_path','1633206742','no'),(121016,'_transient_et_core_path','/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/bloom/core','no'),(73383,'_transient_timeout_et_core_version','1633206742','no'),(73384,'_transient_et_core_version','3.20.2','no'),(100032,'_transient_timeout_wflginfl_00000000000000000000ffff0de949d4','1614936609','no'),(100033,'_transient_wflginfl_00000000000000000000ffff0de949d4','1','no'),(95325,'_transient_wflginfl_200141d0020315350000000000000000','1','no'),(95568,'_transient_wflginfl_2a03b0c0000100e00000000005c24001','2','no'),(95441,'_transient_timeout_wflginfl_2001047000700e5a0000000000000002','1610224065','no'),(95442,'_transient_wflginfl_2001047000700e5a0000000000000002','1','no'),(73346,'monsterinsights_frontend_tracking_notice_viewed','1','yes'),(118852,'_transient_external_ip_address_2001:df3:2e81:4fce:8483:1976:1683:b8cb','103.67.235.121','no'),(118857,'_transient_timeout_external_ip_address_2001:df3:2e81:58f0:d87a:e145:4a7a:40fc','1631714597','no'),(118858,'_transient_external_ip_address_2001:df3:2e81:58f0:d87a:e145:4a7a:40fc','103.67.235.121','no'),(118862,'_transient_timeout_external_ip_address_2001:df3:2e81:7b65:ed94:c5c8:ed94:c5c8','1631716589','no'),(73379,'_site_transient_wp-smush-update-modal','1','no'),(94798,'_transient_timeout_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1609527197','no'),(94799,'_transient_feed_mod_e0061ca2fa5b884e483872aa34d3e7eb','1609483997','no'),(94800,'_transient_timeout_updraftplus_dashboard_news','1609527197','no'),(94801,'_transient_updraftplus_dashboard_news','','no'),(94802,'_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b','1609527197','no'),(94803,'_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b','','no'),(117555,'_transient_timeout_wflginfl_00000000000000000000ffff6fdf1e82','1630074036','no'),(117556,'_transient_wflginfl_00000000000000000000ffff6fdf1e82','2','no'),(97339,'_transient_timeout_wflginfl_00000000000000000000ffffcbaa54a1','1612080879','no'),(97340,'_transient_wflginfl_00000000000000000000ffffcbaa54a1','1','no'),(121008,'_transient_timeout_yith-wcmbs-restr-items','1633194646','no'),(121009,'_transient_yith-wcmbs-restr-items','a:0:{}','no'),(121010,'_transient_timeout_yith-wcmbs-restr-users','1633194646','no'),(106078,'_transient_timeout_external_ip_address_45.129.137.249','1621415425','no'),(98265,'_transient_wflginfl_00000000000000000000ffffa000d70e','1','no'),(98343,'_transient_timeout_wflginfl_00000000000000000000ffffbcf9b765','1613094152','no'),(98344,'_transient_wflginfl_00000000000000000000ffffbcf9b765','1','no'),(98354,'_transient_timeout_wflginfl_00000000000000000000ffffcb65a7a4','1613102146','no'),(98355,'_transient_wflginfl_00000000000000000000ffffcb65a7a4','1','no'),(98374,'_transient_timeout_wflginfl_00000000000000000000ffff29d75462','1613127695','no'),(98375,'_transient_wflginfl_00000000000000000000ffff29d75462','1','no'),(120968,'_transient_timeout_wc_products_will_display_78_1633090527','1635683546','no'),(120969,'_transient_wc_products_will_display_78_1633090527','1','no'),(120970,'_transient_timeout_wc_products_will_display_81_1633090527','1635683547','no'),(120971,'_transient_wc_products_will_display_81_1633090527','1','no'),(120972,'_transient_timeout_wc_products_will_display_80_1633090527','1635683552','no'),(120973,'_transient_wc_products_will_display_80_1633090527','1','no'),(120976,'_transient_timeout_wc_products_will_display_79_1633090527','1635683553','no'),(120977,'_transient_wc_products_will_display_79_1633090527','1','no'),(112388,'_transient_timeout_wflginfl_00000000000000000000ffffb3062e28','1626230574','no'),(112389,'_transient_wflginfl_00000000000000000000ffffb3062e28','1','no'),(112429,'_transient_timeout_external_ip_address_45.95.23.197','1626857126','no'),(112430,'_transient_external_ip_address_45.95.23.197','103.67.235.121','no'),(112450,'_transient_timeout_external_ip_address_217.9.19.37','1626874840','no'),(112451,'_transient_external_ip_address_217.9.19.37','103.67.235.121','no'),(112454,'_transient_timeout_external_ip_address_45.137.30.255','1626874874','no'),(112455,'_transient_external_ip_address_45.137.30.255','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112456,'_transient_timeout_external_ip_address_5.252.78.223','1626874880','no'),(112457,'_transient_external_ip_address_5.252.78.223','103.67.235.121','no'),(112458,'_transient_timeout_external_ip_address_45.89.249.78','1626874889','no'),(112459,'_transient_external_ip_address_45.89.249.78','103.67.235.121','no'),(112460,'_transient_timeout_external_ip_address_45.66.177.234','1626874892','no'),(112461,'_transient_external_ip_address_45.66.177.234','103.67.235.121','no'),(112462,'_transient_timeout_external_ip_address_45.133.177.163','1626874898','no'),(112463,'_transient_external_ip_address_45.133.177.163','103.67.235.121','no'),(112464,'_transient_timeout_external_ip_address_45.154.195.204','1626874898','no'),(112465,'_transient_external_ip_address_45.154.195.204','103.67.235.121','no'),(112466,'_transient_timeout_external_ip_address_45.133.168.214','1626874903','no'),(112467,'_transient_external_ip_address_45.133.168.214','103.67.235.121','no'),(112468,'_transient_timeout_external_ip_address_102.129.128.47','1626874904','no'),(112469,'_transient_external_ip_address_102.129.128.47','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112470,'_transient_timeout_external_ip_address_45.66.153.20','1626874912','no'),(112471,'_transient_external_ip_address_45.66.153.20','103.67.235.121','no'),(112478,'_transient_timeout_external_ip_address_45.66.179.13','1626874925','no'),(112479,'_transient_external_ip_address_45.66.179.13','103.67.235.121','no'),(112480,'_transient_timeout_external_ip_address_217.9.18.75','1626874930','no'),(112481,'_transient_external_ip_address_217.9.18.75','103.67.235.121','no'),(112486,'_transient_timeout_external_ip_address_45.66.178.114','1626874955','no'),(112487,'_transient_external_ip_address_45.66.178.114','103.67.235.121','no'),(112492,'_transient_timeout_external_ip_address_217.9.17.205','1626874961','no'),(112493,'_transient_external_ip_address_217.9.17.205','103.67.235.121','no'),(112498,'_transient_timeout_external_ip_address_45.8.201.237','1626874966','no'),(112499,'_transient_external_ip_address_45.8.201.237','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(112500,'_transient_timeout_external_ip_address_45.8.189.23','1626874971','no'),(112501,'_transient_external_ip_address_45.8.189.23','103.67.235.121','no'),(112502,'_transient_timeout_external_ip_address_45.8.204.241','1626874984','no'),(112503,'_transient_external_ip_address_45.8.204.241','103.67.235.121','no'),(112504,'_transient_timeout_external_ip_address_45.85.242.255','1626874989','no'),(112505,'_transient_external_ip_address_45.85.242.255','103.67.235.121','no'),(112506,'_transient_timeout_external_ip_address_141.98.131.206','1626875001','no'),(112507,'_transient_external_ip_address_141.98.131.206','103.67.235.121','no'),(112508,'_transient_timeout_external_ip_address_45.66.153.242','1626875001','no'),(112509,'_transient_external_ip_address_45.66.153.242','103.67.235.121','no'),(112514,'_transient_timeout_external_ip_address_45.8.189.43','1626875019','no'),(112515,'_transient_external_ip_address_45.8.189.43','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112518,'_transient_timeout_external_ip_address_45.154.192.75','1626875024','no'),(112519,'_transient_external_ip_address_45.154.192.75','103.67.235.121','no'),(112520,'_transient_timeout_external_ip_address_89.19.45.178','1626875024','no'),(112521,'_transient_external_ip_address_89.19.45.178','103.67.235.121','no'),(112522,'_transient_timeout_external_ip_address_45.8.201.168','1626875026','no'),(112523,'_transient_external_ip_address_45.8.201.168','103.67.235.121','no'),(112524,'_transient_timeout_external_ip_address_45.8.192.7','1626875033','no'),(112525,'_transient_external_ip_address_45.8.192.7','103.67.235.121','no'),(112532,'_transient_timeout_external_ip_address_45.154.195.197','1626875039','no'),(112533,'_transient_external_ip_address_45.154.195.197','103.67.235.121','no'),(112534,'_transient_timeout_external_ip_address_45.131.225.178','1626875040','no'),(112535,'_transient_external_ip_address_45.131.225.178','103.67.235.121','no'),(112536,'_transient_timeout_external_ip_address_194.53.70.85','1626875045','no'),(112537,'_transient_external_ip_address_194.53.70.85','103.67.235.121','no'),(112538,'_transient_timeout_external_ip_address_139.28.122.162','1626875048','no'),(112539,'_transient_external_ip_address_139.28.122.162','103.67.235.121','no'),(112540,'_transient_timeout_external_ip_address_194.41.123.84','1626875054','no'),(112541,'_transient_external_ip_address_194.41.123.84','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112550,'_transient_timeout_external_ip_address_45.95.22.109','1626875071','no'),(112551,'_transient_external_ip_address_45.95.22.109','103.67.235.121','no'),(112554,'_transient_timeout_external_ip_address_45.95.20.247','1626875075','no'),(112555,'_transient_external_ip_address_45.95.20.247','103.67.235.121','no'),(112561,'_transient_timeout_external_ip_address_45.154.195.209','1626879466','no'),(112562,'_transient_external_ip_address_45.154.195.209','103.67.235.121','no'),(112563,'_transient_timeout_external_ip_address_45.66.177.35','1626879469','no'),(112564,'_transient_external_ip_address_45.66.177.35','103.67.235.121','no'),(112567,'_transient_timeout_external_ip_address_139.28.123.101','1626879487','no'),(112568,'_transient_external_ip_address_139.28.123.101','103.67.235.121','no'),(112569,'_transient_timeout_external_ip_address_45.132.25.116','1626879489','no'),(112570,'_transient_external_ip_address_45.132.25.116','103.67.235.121','no'),(112571,'_transient_timeout_external_ip_address_45.8.205.164','1626879495','no'),(112572,'_transient_external_ip_address_45.8.205.164','103.67.235.121','no'),(112573,'_transient_timeout_external_ip_address_139.28.120.25','1626879496','no'),(112574,'_transient_external_ip_address_139.28.120.25','103.67.235.121','no'),(112575,'_transient_timeout_external_ip_address_45.8.189.211','1626879498','no'),(112576,'_transient_external_ip_address_45.8.189.211','103.67.235.121','no'),(112577,'_transient_timeout_external_ip_address_141.98.131.109','1626879500','no'),(112578,'_transient_external_ip_address_141.98.131.109','103.67.235.121','no'),(112579,'_transient_timeout_external_ip_address_45.154.193.103','1626879523','no'),(112580,'_transient_external_ip_address_45.154.193.103','103.67.235.121','no'),(112581,'_transient_timeout_external_ip_address_45.133.169.126','1626879539','no'),(74233,'_site_transient_timeout_community-events-0a7af6e4c31b04ec4f636471575c1cfd','1582555751','no'),(74234,'_site_transient_community-events-0a7af6e4c31b04ec4f636471575c1cfd','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:13:\"194.193.220.0\";}s:6:\"events\";a:5:{i:0;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:25:\"WordPress Beginners Night\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268156138/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-02-26 18:00:00\";s:8:\"end_date\";s:19:\"2020-02-26 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.86529541015600131004248396493494510650634765625;s:9:\"longitude\";d:151.205307006840001804448547773063182830810546875;}}i:1;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:17:\"SEO For Beginners\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268621451/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-03-25 18:00:00\";s:8:\"end_date\";s:19:\"2020-03-25 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.86529541015600131004248396493494510650634765625;s:9:\"longitude\";d:151.205307006840001804448547773063182830810546875;}}i:2;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:9:\"Topic TBC\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268621461/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-04-29 18:00:00\";s:8:\"end_date\";s:19:\"2020-04-29 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.86529541015600131004248396493494510650634765625;s:9:\"longitude\";d:151.205307006840001804448547773063182830810546875;}}i:3;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:9:\"Topic TBC\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268621473/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-05-25 18:00:00\";s:8:\"end_date\";s:19:\"2020-05-25 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.86529541015600131004248396493494510650634765625;s:9:\"longitude\";d:151.205307006840001804448547773063182830810546875;}}i:4;a:8:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:9:\"Topic TBC\";s:3:\"url\";s:57:\"https://www.meetup.com/WordPress-Sydney/events/268621481/\";s:6:\"meetup\";s:16:\"WordPress Sydney\";s:10:\"meetup_url\";s:40:\"https://www.meetup.com/WordPress-Sydney/\";s:4:\"date\";s:19:\"2020-06-29 18:00:00\";s:8:\"end_date\";s:19:\"2020-06-29 20:00:00\";s:8:\"location\";a:4:{s:8:\"location\";s:17:\"Sydney, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-33.86529541015600131004248396493494510650634765625;s:9:\"longitude\";d:151.205307006840001804448547773063182830810546875;}}}}','no'),(73354,'sbi_statuses','a:2:{s:13:\"first_install\";s:11:\"from_update\";s:23:\"rating_notice_dismissed\";i:1581043932;}','no'),(68353,'_site_transient_timeout_community-events-abea03e8a6b79ff7e2a80b05eab92ba2','1573129364','no'),(68354,'_site_transient_community-events-abea03e8a6b79ff7e2a80b05eab92ba2','a:3:{s:9:\"sandboxed\";b:0;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"202.92.118.0\";}s:6:\"events\";a:5:{i:0;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"WordPress Meetup\";s:3:\"url\";s:63:\"https://www.meetup.com/WordPress-Melbourne/events/kkkwlpyzpbrb/\";s:6:\"meetup\";s:30:\"WordPress Melbourne User Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-Melbourne/\";s:4:\"date\";s:19:\"2019-11-13 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Richmond, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-37.82920074462899862055564881302416324615478515625;s:9:\"longitude\";d:144.99008178711000027760746888816356658935546875;}}i:1;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"WordPress Meetup\";s:3:\"url\";s:63:\"https://www.meetup.com/WordPress-Melbourne/events/kkkwlpyzqbpb/\";s:6:\"meetup\";s:30:\"WordPress Melbourne User Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-Melbourne/\";s:4:\"date\";s:19:\"2019-12-11 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Richmond, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-37.82920074462899862055564881302416324615478515625;s:9:\"longitude\";d:144.99008178711000027760746888816356658935546875;}}i:2;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Melbourne/events/kkkwlpybccblb/\";s:6:\"meetup\";s:30:\"WordPress Melbourne User Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-Melbourne/\";s:4:\"date\";s:19:\"2020-01-08 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Richmond, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-37.82920074462899862055564881302416324615478515625;s:9:\"longitude\";d:144.99008178711000027760746888816356658935546875;}}i:3;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Melbourne/events/kkkwlpybcdbqb/\";s:6:\"meetup\";s:30:\"WordPress Melbourne User Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-Melbourne/\";s:4:\"date\";s:19:\"2020-02-12 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Richmond, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-37.82920074462899862055564881302416324615478515625;s:9:\"longitude\";d:144.99008178711000027760746888816356658935546875;}}i:4;a:7:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:16:\"WordPress Meetup\";s:3:\"url\";s:64:\"https://www.meetup.com/WordPress-Melbourne/events/kkkwlpybcfbpb/\";s:6:\"meetup\";s:30:\"WordPress Melbourne User Group\";s:10:\"meetup_url\";s:43:\"https://www.meetup.com/WordPress-Melbourne/\";s:4:\"date\";s:19:\"2020-03-11 18:30:00\";s:8:\"location\";a:4:{s:8:\"location\";s:19:\"Richmond, Australia\";s:7:\"country\";s:2:\"au\";s:8:\"latitude\";d:-37.82920074462899862055564881302416324615478515625;s:9:\"longitude\";d:144.99008178711000027760746888816356658935546875;}}}}','no'),(114594,'_transient_wflginfl_00000000000000000000ffff3d07a58d','1','no'),(88469,'_transient_timeout_wflginfl_24006180010000d0000000000a3b2001','1602328423','no'),(88470,'_transient_wflginfl_24006180010000d0000000000a3b2001','1','no'),(107206,'_transient_timeout_wflginfl_00000000000000000000ffffbca4c275','1621866662','no'),(88367,'_transient_timeout_wflginfl_2002b9e1113f000000000000b9e1113f','1602193868','no'),(88368,'_transient_wflginfl_2002b9e1113f000000000000b9e1113f','1','no'),(117412,'_transient_wflginfl_00000000000000000000ffff75dd3f17','2','no'),(91957,'_transient_wc_cbp_b0e1d8ec618fcf8b0ca1caaa1c45f689','a:0:{}','no'),(91956,'_transient_timeout_wc_cbp_b0e1d8ec618fcf8b0ca1caaa1c45f689','1609023707','no'),(88512,'_transient_timeout_external_ip_address_2a0f:e80:0:1::9fd0:390a','1602938120','no'),(88506,'_transient_timeout_external_ip_address_2405:1ac0:0:2:b595:6e05:2a4e:d806','1602936283','no'),(88507,'_transient_external_ip_address_2405:1ac0:0:2:b595:6e05:2a4e:d806','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(88513,'_transient_external_ip_address_2a0f:e80:0:1::9fd0:390a','103.67.235.121','no'),(88515,'_transient_timeout_wflginfl_2a0f0e8000000001000000009fd0390a','1602347724','no'),(88516,'_transient_wflginfl_2a0f0e8000000001000000009fd0390a','1','no'),(88518,'_transient_timeout_wflginfl_200141d0000224d60000000000000000','1602350013','no'),(88519,'_transient_wflginfl_200141d0000224d60000000000000000','1','no'),(88526,'_transient_timeout_wflginfl_28040d90000305c7a1ec3ce3a924d0bb','1602359588','no'),(88527,'_transient_wflginfl_28040d90000305c7a1ec3ce3a924d0bb','1','no'),(88573,'_transient_timeout_wflginfl_240940522e91b68be462ee6d6c108189','1602399905','no'),(88541,'_transient_timeout_wflginfl_28000200f0c052e2a9721b1893e07f51','1602370116','no'),(88542,'_transient_wflginfl_28000200f0c052e2a9721b1893e07f51','1','no'),(88574,'_transient_wflginfl_240940522e91b68be462ee6d6c108189','1','no'),(88584,'_transient_timeout_wflginfl_2806106e00202784c9fc6f8311af610a','1602405619','no'),(88585,'_transient_wflginfl_2806106e00202784c9fc6f8311af610a','1','no'),(90091,'_transient_timeout_external_ip_address_192.168.146.214','1604900039','no'),(90341,'_transient_timeout_wflginfl_200105697f9f8700dd409be8af3aaa55','1604580357','no'),(90342,'_transient_wflginfl_200105697f9f8700dd409be8af3aaa55','12','no'),(90092,'_transient_external_ip_address_192.168.146.214','103.67.235.121','no'),(101477,'_transient_timeout_wflginfl_00000000000000000000ffff2d78b985','1616325371','no'),(98286,'_transient_timeout_external_ip_address_2002:2d8d:56bb::2d8d:56bb','1613606971','no'),(98287,'_transient_external_ip_address_2002:2d8d:56bb::2d8d:56bb','103.67.235.121','no'),(98324,'_transient_timeout_wflginfl_00000000000000000000ffff70c4bf51','1613060024','no'),(98325,'_transient_wflginfl_00000000000000000000ffff70c4bf51','1','no'),(112586,'_transient_external_ip_address_2.57.77.25','103.67.235.121','no'),(101475,'_transient_wflginfl_00000000000000000000ffff678eaf15','2','no'),(102233,'_transient_external_ip_address_2605:a140:2055:2325::1','103.67.235.121','no'),(117602,'_transient_wflginfl_00000000000000000000ffff7aa0892e','2','no'),(117598,'_transient_timeout_wflginfl_00000000000000000000ffffc5ddfef4','1630074542','no'),(117599,'_transient_wflginfl_00000000000000000000ffffc5ddfef4','2','no'),(117613,'_transient_timeout_wflginfl_00000000000000000000ffffd43c5cf6','1630074768','no'),(117601,'_transient_timeout_wflginfl_00000000000000000000ffff7aa0892e','1630074632','no'),(102232,'_transient_timeout_external_ip_address_2605:a140:2055:2325::1','1617690118','no'),(117584,'_transient_timeout_wflginfl_00000000000000000000ffff272ed9f4','1630074333','no'),(117585,'_transient_wflginfl_00000000000000000000ffff272ed9f4','2','no'),(117590,'_transient_timeout_wflginfl_00000000000000000000ffffb96a1fd2','1630074392','no'),(117591,'_transient_wflginfl_00000000000000000000ffffb96a1fd2','2','no'),(118863,'_transient_external_ip_address_2001:df3:2e81:7b65:ed94:c5c8:ed94:c5c8','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(92386,'_transient_timeout_wflginfl_2a024780000100100000000000000005','1606851209','no'),(117541,'_transient_timeout_wflginfl_00000000000000000000ffff488a2d66','1630073847','no'),(117533,'_transient_timeout_wflginfl_00000000000000000000ffffcbaf4908','1630073765','no'),(117534,'_transient_wflginfl_00000000000000000000ffffcbaf4908','2','no'),(117554,'_transient_wflginfl_00000000000000000000ffff98206f56','2','no'),(117536,'_transient_timeout_wflginfl_00000000000000000000ffffc426149e','1630073808','no'),(117537,'_transient_wflginfl_00000000000000000000ffffc426149e','2','no'),(117564,'_transient_timeout_wflginfl_00000000000000000000ffff3b5eb176','1630074232','no'),(117539,'_transient_timeout_wflginfl_00000000000000000000ffff31cdf935','1630073847','no'),(117540,'_transient_wflginfl_00000000000000000000ffff31cdf935','2','no'),(117542,'_transient_wflginfl_00000000000000000000ffff488a2d66','2','no'),(117550,'_transient_timeout_wflginfl_00000000000000000000ffff29c1fe0f','1630073917','no'),(117551,'_transient_wflginfl_00000000000000000000ffff29c1fe0f','2','no'),(117544,'_transient_timeout_wflginfl_00000000000000000000ffffa9ff790f','1630073880','no'),(117545,'_transient_wflginfl_00000000000000000000ffffa9ff790f','2','no'),(117547,'_transient_timeout_wflginfl_00000000000000000000ffff5283e7b2','1630073908','no'),(117548,'_transient_wflginfl_00000000000000000000ffff5283e7b2','2','no'),(92357,'_transient_timeout_external_ip_address_2605:a140:2047:3527::1','1607431825','no'),(92358,'_transient_external_ip_address_2605:a140:2047:3527::1','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(113908,'_transient_timeout_wflginfl_00000000000000000000ffff339024d3','1627385145','no'),(113909,'_transient_wflginfl_00000000000000000000ffff339024d3','1','no'),(114102,'_transient_timeout_wflginfl_00000000000000000000ffffb4f3056f','1627598947','no'),(58428,'_transient_timeout_external_ip_address_192.168.132.109','1555028482','no'),(58429,'_transient_external_ip_address_192.168.132.109','2404:8280:a222:bbbb:bba1:92:ffff:ffff','no'),(54748,'_transient_wflginfl_00000000000000000000ffff7be76bd2','1','no'),(54747,'_transient_timeout_wflginfl_00000000000000000000ffff7be76bd2','1548711563','no'),(120990,'_transient_timeout_wc_related_592','1633178031','no'),(120991,'_transient_wc_related_592','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"593\";i:6;s:3:\"594\";i:7;s:3:\"595\";i:8;s:3:\"597\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(59129,'_transient_timeout_external_ip_address_2.57.77.192','1556232822','no'),(59130,'_transient_external_ip_address_2.57.77.192','103.67.235.121','no'),(59199,'_transient_timeout_external_ip_address_195.206.106.110','1556385719','no'),(59200,'_transient_external_ip_address_195.206.106.110','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(120966,'_transient_timeout_wc_related_597','1633177946','no'),(120967,'_transient_wc_related_597','a:23:{i:0;s:3:\"570\";i:1;s:3:\"573\";i:2;s:3:\"575\";i:3;s:3:\"577\";i:4;s:3:\"591\";i:5;s:3:\"592\";i:6;s:3:\"593\";i:7;s:3:\"594\";i:8;s:3:\"595\";i:9;s:3:\"599\";i:10;s:3:\"600\";i:11;s:3:\"601\";i:12;s:3:\"904\";i:13;s:3:\"681\";i:14;s:3:\"668\";i:15;s:3:\"673\";i:16;s:3:\"678\";i:17;s:3:\"679\";i:18;s:3:\"680\";i:19;s:3:\"902\";i:20;s:3:\"682\";i:21;s:3:\"683\";i:22;s:3:\"602\";}','no'),(117214,'_transient_wflginfl_00000000000000000000ffff5363cb16','2','no'),(61204,'_transient_timeout_wffgt_00000000000000000000ffffcbaa54a1','1559515628','no'),(61205,'_transient_wffgt_00000000000000000000ffffcbaa54a1','1','no'),(120082,'_transient_timeout_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1632289193','no'),(120083,'_transient_feed_mod_3a39ef5d0240c40133252ada9b3c6e81','1632245993','no'),(120100,'_transient_external_ip_address_2605:6440:3008:4001::4480','103.67.235.121','no'),(121040,'_transient_&sbi_delay_requests','1','no'),(120942,'_transient_timeout_wc_loop7c5e1633090527','1635683489','no'),(120943,'_transient_wc_loop7c5e1633090527','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:1:\"6\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:62:\"best-parenting-books-for-discipline-and-getting-kids-to-listen\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:6;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:62:\"best-parenting-books-for-discipline-and-getting-kids-to-listen\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:62:\"best-parenting-books-for-discipline-and-getting-kids-to-listen\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:28;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:62:\"best-parenting-books-for-discipline-and-getting-kids-to-listen\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:1:{i:0;s:21:\"wp_term_relationships\";}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:62:\"best-parenting-books-for-discipline-and-getting-kids-to-listen\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:506:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (28)\n ) \n AND \n ( \n wp_term_relationships.term_taxonomy_id IN (85)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 6\";s:5:\"posts\";a:6:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:595;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:03:12\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:03:12\";s:12:\"post_content\";s:1100:\"You Can Stop Fighting With Your Chidren!\r\n\r\nHere is the bestselling book that will give you the know–how you need to be more effective with your children and more supportive of yourself. Enthusiastically praised by parents and professionals around the world, the down–to–earth, respectful approach of Faber and Mazlish makes relationships with children of all ages less stressful and more rewarding.\r\n\r\nTheir methods of communication, illustrated with delightful cartoons showing the skills in action, offer innovative ways to solve common problems.\r\n\r\n\"provides communication methods to help cope with a child\'s negative feelings, like frustration, disappointment, anger, etc...also methods for expressing anger without being hurtful, and for engaging a child\'s willing cooperation.\"\r\n\r\nAbout the Author\r\n\r\nAdele Faber and Elaine Mazlish are internationally acclaimed, award-winning experts on adult-child communication. Both lecture nationwide, and their group workshop programs are used by thousands of groups throughout the world to improve communication between children and adults.\";s:10:\"post_title\";s:60:\"How to Talk So Kids Will Listen and Listen So Kids Will Talk\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:43:\"talk-kids-will-listen-listen-kids-will-talk\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:53:10\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:53:10\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=595\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:597;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:05:56\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:05:56\";s:12:\"post_content\";s:1780:\"“I trust Susan Stiffelman with my heart, my family, and my community. She knows that what goes on in my home every day is brutal and beautiful and hard and holy. She understands that while we are raising our children, we are still raising ourselves.” —Glennon Doyle Melton, #1 New York Times bestselling author of Love Warrior\r\n\r\nFrom a family therapist, parenting expert and respected advice columnist for AOL’s HuffPost Parents comes a unique approach to parenting that can help eliminate drama, meltdowns, and power struggles.\r\n\r\nDo you ever find yourself asking . . .\r\n\r\n• How can you get your children to do their homework without meltdowns, threats or bribes?\r\n• How can you have a drama-free morning where the kids actually get out the door in time for school?\r\n• How can you better manage your kids’ screen time without making them want to hide what they’re doing from you?\r\n\r\nFamily therapist Susan Stiffelman is here to help. While most parenting programs are designed to coerce kids to change, Parenting Without Power Struggles does something innovative, showing you how to come alongside your children to awaken their natural instincts to cooperate, rather than at them with threats or bribes, which inevitably fuels their resistance. By staying calm and being the confident “Captain of the ship” your child needs, you will learn how to parent from a place of strong, durable connection, and you’ll be better able to help your kids navigate the challenging moments of growing up.\r\n\r\nDrawing upon her successful practice and packed with real-life stories, Parenting Without Power Struggles is an extraordinary guidebook for transforming the day-to-day lives of busy parents—and the children they love.\";s:10:\"post_title\";s:33:\"Parenting Without Power Struggles\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:33:\"parenting-without-power-struggles\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:52:58\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:52:58\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=597\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:678;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:15:57\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:15:57\";s:12:\"post_content\";s:1437:\"
\r\n
\r\n
\r\n
Today\'s busier, faster society is waging an undeclared war on childhood. With too much stuff, too many choices, and too little time, children can become anxious, have trouble with friends and school, or even be diagnosed with behavioral problems. Now internationally renowned family consultant Kim John Payne helps parents reclaim for their children the space and freedom that all kids need for their attention to deepen and their individuality to flourish. Simplicity Parenting offers inspiration, ideas, and a blueprint for change- Streamline your home environment. Reduce the amount of toys, books, and clutter as well as the lights, sounds, and general sensory overload. Establish rhythms and rituals. Discover ways to ease daily tensions, create battle-free mealtimes and bedtimes, and tell if your child is overwhelmed. Schedule a break in the schedule. Establish intervals of calm and connection in your child\'s daily torrent of constant doing. Scale back on media and parental involvement. Manage your children\'s screen time to limit the endless deluge of information and stimulation. A manifesto for protecting the grace of childhood, Simplicity Parenting is an eloquent guid
\r\n
\r\n
\r\n
\r\n
\";s:10:\"post_title\";s:20:\"Simplicity Parenting\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:20:\"simplicity-parenting\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:49:41\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:49:41\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=678\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:668;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:06:05\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:06:05\";s:12:\"post_content\";s:2043:\"
\r\n
\r\n
\r\n
\r\n\r\nIn the spirit of Wendy Mogel\'s The Blessing of a Skinned Knee and Po Bronson and Ashley Merryman\'s Nurture Shock, New York Times -Your Money- columnist Ron Lieber delivers a taboo-shattering manifesto that explains how talking openly to children about money can help parents raise modest, patient, grounded young adults who are financially wise beyond their years.\r\n\r\nFor Ron Lieber, a personal finance columnist and father, good parenting means talking about money with our kids. Children are hyper-aware of money, and they have scores of questions about its nuances. But when parents shy away from the topic, they lose a tremendous opportunity--not just to model the basic financial behaviors that are increasingly important for young adults but also to imprint lessons about what the family truly values.\r\n\r\nWritten in a warm, accessible voice, grounded in real-world experience and stories from families with a range of incomes, The Opposite of Spoiled is both a practical guidebook and a values-based philosophy. The foundation of the book is a detailed blueprint for the best ways to handle the basics: the tooth fairy, allowance, chores, charity, saving, birthdays, holidays, cell phones, checking accounts, clothing, cars, part-time jobs, and college tuition. It identifies a set of traits and virtues that embody the opposite of spoiled, and shares how to embrace the topic of money to help parents raise kids who are more generous and less materialistic.\r\n\r\nBut The Opposite of Spoiled is also a promise to our kids that we will make them better with money than we are. It is for all of the parents who know that honest conversations about money with their curious children can help them become more patient and prudent, but who don\'t know how and when to start.\r\n\r\n
\r\n
\r\n
\r\n
\";s:10:\"post_title\";s:23:\"The Opposite of Spoiled\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:23:\"the-opposite-of-spoiled\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:50:03\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:50:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=668\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:681;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:22:04\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:22:04\";s:12:\"post_content\";s:3529:\"
In this groundbreaking book, parenting expert and acclaimed author of the bestselling book Simplicity Parenting Kim John Payne, M.Ed., flips the script on children\'s challenging or defiant behavior and lays out an elegantly simple plan to support parents in establishing loving, age-sensitive boundaries that help children feel safe and settled. In short: What looks like misbehavior is actually your children\'s signal that they\'re feeling lost, that they are trying to find direction and looking to you to guide them back on course.Payne gives parents heartwarming help and encouragement by combining astute observations with sensitive and often funny stories from his long career as a parent educator and a school and family counselor. In accessible language, he explains the relevance of current brain- and child-development studies to day-to-day parenting. Breaking the continuum of childhood into three stages, Payne says that parents need to play three different roles, each corresponding to one of those stages, to help steer children through their emotional growth and inevitable challenging times:\r\n\r\n- The Governor, who is comfortably and firmly in charge--setting limits and making decisions for the early years up to around the age of eight\r\n- The Gardener, who watches for emotional growth and makes decisions based on careful listening, assisting tweens in making plans that take the whole family\'s needs into account\r\n- The Guide, who is both a sounding board and moral compass for emerging adults, helping teens build a sense of their life\'s direction as a way to influence healthy decision making\r\n\r\nPractical and rooted in common sense, The Soul of Discipline gives parents permission to be warm and nurturing but also calm and firm (not overreactive). It gives clear, doable strategies to get things back on track for parents who sense that their children\'s behavior has fallen into a troubling pattern. And best of all, it provides healthy direction to the entire family so parents can spend less time and energy on outmoded, punitive discipline and more on connecting with and enjoying their kids.\r\n\r\nAdvance praise for The Soul of Discipline\r\n\r\n\"The Soul of Discipline offers practical tools for helping parents implement discipline that\'s respectful and effective, but the book is so much more. Kim John Payne offers a framework to guide parents in making decisions about why, when, and how to hold tighter reins as we build skills in our children, and why, when, and how to loosen the reins as we scaffold freedom.\"--Tina Payne Bryson, Ph.D., co-author of No-Drama Discipline\r\n\r\n\"This book gets deep inside the challenge of getting along with children and teens and thinks deeply about what they need from us to become strong and self-managing. It elevates discipline to what it should be--a caring process of helping kids orient to the world and live in it happily and well.\"--Steve Biddulph, author of The New Manhood\r\n\r\n\"Kim Payne provides a useful model for choosing our parenting stance--Governor, Gardener, or Guide--depending on the situation. Most powerfully, Payne begins with the radical view that children are not disobedient but rather disoriented. The upshot of this shift in perspective is that discipline is about helping children orient themselves effectively, not about controlling or chastising.\"--Lawrence J. Cohen, Ph.D., author of Playful Parenting\r\n\r\n
\";s:10:\"post_title\";s:22:\"The Soul of Discipline\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:22:\"the-soul-of-discipline\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:44:26\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:44:26\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=681\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:5;O:7:\"WP_Post\":24:{s:2:\"ID\";i:673;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:14:01\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:14:01\";s:12:\"post_content\";s:2598:\"\"Simple, smart, and effective solutions to your child\'s struggles.\"--Harvey Karp, M.D.\r\n\r\n\"Daniel Siegel and Tina Payne Bryson have created a masterly, reader-friendly guide to helping children grow their emotional intelligence. This brilliant method transforms everyday interactions into valuable brain-shaping moments. Anyone who cares for children--or who loves a child--should read The Whole-Brain Child.\"--Daniel Goleman, author of Emotional Intelligence\r\n\r\nIn this pioneering, practical book, Daniel J. Siegel, neuropsychiatrist and author of the bestselling Mindsight, and parenting expert Tina Payne Bryson offer a revolutionary approach to child rearing with twelve key strategies that foster healthy brain development, leading to calmer, happier children. The authors explain--and make accessible--the new science of how a child\'s brain is wired and how it matures. The \"upstairs brain,\" which makes decisions and balances emotions, is under construction until the mid-twenties. And especially in young children, the right brain and its emotions tend to rule over the logic of the left brain. No wonder kids throw tantrums, fight, or sulk in silence. By applying these discoveries to everyday parenting, you can turn any outburst, argument, or fear into a chance to integrate your child\'s brain and foster vital growth.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\r\n\r\nComplete with age-appropriate strategies for dealing with day-to-day struggles and illustrations that will help you explain these concepts to your child, The Whole-Brain Child shows you how to cultivate healthy emotional and intellectual development so that your children can lead balanced, meaningful, and connected lives.\r\n\r\n\"[A] useful child-rearing resource for the entire family . . . The authors include a fair amount of brain science, but they present it for both adult and child audiences.\"--Kirkus Reviews\r\n\r\n\"Strategies for getting a youngster to chill out [with] compassion.\"--The Washington Post\r\n\r\n\"This erudite, tender, and funny book is filled with fresh ideas based on the latest neuroscience research. I urge all parents who want kind, happy, and emotionally healthy kids to read The Whole-Brain Child. This is my new baby gift.\"--Mary Pipher, Ph.D., author of Reviving Opheliaand The Shelter of Each Other\r\n\r\n\"Gives parents and teachers ideas to get all parts of a healthy child\'s brain working together.\"--Parent to Parent\";s:10:\"post_title\";s:21:\"The Whole-Brain Child\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:17:\"whole-brain-child\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:49:51\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:49:51\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=673\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:6;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:150;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";s:1:\"7\";s:13:\"max_num_pages\";d:2;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"154286dc5367c164a2a96ab11f0fa534\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(113345,'_transient_wc_cbp_96ca4fa588b0947126a6e4eb1707f653','a:0:{}','no'),(113344,'_transient_timeout_wc_cbp_96ca4fa588b0947126a6e4eb1707f653','1629447605','no'),(112872,'_transient_timeout_wflginfl_00000000000000000000ffffba589da1','1626460205','no'),(112873,'_transient_wflginfl_00000000000000000000ffffba589da1','1','no'),(68341,'_site_transient_timeout_browser_8dfdd1234909fd3917c86567bc7468fc','1573690955','no'),(53815,'_transient_timeout_wflginfl_00000000000000000000ffffbc062cbd','1547243737','no'),(53816,'_transient_wflginfl_00000000000000000000ffffbc062cbd','4','no'),(118724,'_transient_external_ip_address_2001:df3:2e81:631c:37ca:88f3:a5ca:294e','103.67.235.121','no'),(118676,'_transient_timeout_external_ip_address_2001:df3:2e81:4948:9e9a:9cd0:c9a:3d69','1631576208','no'),(118677,'_transient_external_ip_address_2001:df3:2e81:4948:9e9a:9cd0:c9a:3d69','103.67.235.121','no'),(118723,'_transient_timeout_external_ip_address_2001:df3:2e81:631c:37ca:88f3:a5ca:294e','1631628575','no'),(120065,'updraft_combine_jobs_around','1633437869','yes'),(113115,'_transient_external_ip_address_45.90.44.132','103.67.235.121','no'),(113159,'_transient_timeout_wflginfl_00000000000000000000ffff9a7f882b','1626705911','no'),(113160,'_transient_wflginfl_00000000000000000000ffff9a7f882b','1','no'),(113235,'_transient_timeout_external_ip_address_192.168.140.178','1627361111','no'),(113236,'_transient_external_ip_address_192.168.140.178','103.67.235.121','no'),(113243,'_transient_timeout_wflginfl_00000000000000000000ffff6fdf1a6b','1626774170','no'),(113244,'_transient_wflginfl_00000000000000000000ffff6fdf1a6b','1','no'),(113297,'_transient_timeout_wflginfl_00000000000000000000ffff187884a3','1626809431','no'),(113298,'_transient_wflginfl_00000000000000000000ffff187884a3','1','no'),(114684,'_transient_wflginfl_00000000000000000000ffffcab6349a','1','no'),(117567,'_transient_wflginfl_00000000000000000000ffff31ce789f','2','no'),(113094,'_transient_timeout_external_ip_address_45.185.53.32','1627258840','no'),(113095,'_transient_external_ip_address_45.185.53.32','103.67.235.121','no'),(113114,'_transient_timeout_external_ip_address_45.90.44.132','1627271847','no'),(73270,'_transient_timeout_feed_mod_4cf2927c306176c13771b3ef386d2f5e','1581084398','no'),(73271,'_transient_feed_mod_4cf2927c306176c13771b3ef386d2f5e','1581041198','no'),(111552,'_transient_timeout_wflginfl_00000000000000000000ffff775c8eed','1625550475','no'),(111553,'_transient_wflginfl_00000000000000000000ffff775c8eed','1','no'),(117188,'_transient_wflginfl_00000000000000000000ffff272d2e83','2','no'),(111572,'_transient_timeout_wflginfl_00000000000000000000ffffa4446440','1625565904','no'),(111573,'_transient_wflginfl_00000000000000000000ffffa4446440','1','no'),(117175,'_transient_wflginfl_00000000000000000000ffffca5d99e7','2','no'),(117191,'_transient_wflginfl_00000000000000000000ffff2948183f','2','no'),(117177,'_transient_timeout_wflginfl_00000000000000000000ffff4f7365d0','1630068465','no'),(117178,'_transient_wflginfl_00000000000000000000ffff4f7365d0','2','no'),(117182,'_transient_timeout_wflginfl_00000000000000000000ffff836c1f08','1630068600','no'),(117183,'_transient_wflginfl_00000000000000000000ffff836c1f08','2','no'),(112260,'_transient_timeout_wflginfl_00000000000000000000ffff244df8b2','1626117141','no'),(112261,'_transient_wflginfl_00000000000000000000ffff244df8b2','1','no'),(112274,'_transient_timeout_wflginfl_00000000000000000000ffffc15ded5f','1626126060','no'),(115364,'_transient_wflginfl_00000000000000000000ffff7b105663','1','no'),(117021,'_transient_wflginfl_00000000000000000000ffffca156b72','2','no'),(117022,'_transient_timeout_wflginfl_00000000000000000000ffffbf223b34','1630066607','no'),(117023,'_transient_wflginfl_00000000000000000000ffffbf223b34','2','no'),(117025,'_transient_timeout_wflginfl_00000000000000000000ffff01ba7c47','1630066620','no'),(117026,'_transient_wflginfl_00000000000000000000ffff01ba7c47','2','no'),(117027,'_transient_timeout_wflginfl_00000000000000000000ffff69f574e3','1630066623','no'),(117028,'_transient_wflginfl_00000000000000000000ffff69f574e3','2','no'),(117030,'_transient_timeout_wflginfl_00000000000000000000ffffb6b844fb','1630066658','no'),(117031,'_transient_wflginfl_00000000000000000000ffffb6b844fb','2','no'),(117032,'_transient_timeout_wflginfl_00000000000000000000ffffb64d2555','1630066664','no'),(117037,'_transient_timeout_wflginfl_00000000000000000000ffff5620222f','1630066729','no'),(117059,'_transient_wflginfl_00000000000000000000ffffca5b4d2e','2','no'),(117033,'_transient_wflginfl_00000000000000000000ffffb64d2555','2','no'),(117042,'_transient_wflginfl_00000000000000000000ffff6900061a','2','no'),(117035,'_transient_timeout_wflginfl_00000000000000000000ffffd883743a','1630066708','no'),(117036,'_transient_wflginfl_00000000000000000000ffffd883743a','2','no'),(67755,'sb_expired_tokens','a:1:{i:0;s:51:\"5799464764.3a81a9f.b5de1b1fdf8f4a5fa226b2d896cec8ba\";}','no'),(117558,'_transient_timeout_wflginfl_00000000000000000000ffff2d704520','1630074089','no'),(94768,'_site_transient_timeout_browser_2d6330f380f44ac20f3a02eed0958f66','1610088786','no'),(94769,'_site_transient_browser_2d6330f380f44ac20f3a02eed0958f66','a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:12:\"87.0.4280.88\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}','no'),(95726,'_transient_wflginfl_2604a880000200d0000000000ad76001','1','no'),(95780,'_transient_wflginfl_2a0247800003001c0000000000000016','1','no'),(96720,'_transient_timeout_wflginfl_200141d0080015480000000000009696','1611504882','no'),(96721,'_transient_wflginfl_200141d0080015480000000000009696','1','no'),(96730,'_transient_timeout_wflginfl_00000000000000000000ffff23b557ee','1611514279','no'),(96727,'_transient_timeout_wflginfl_260753000203555c0000000000000000','1611512061','no'),(117614,'_transient_wflginfl_00000000000000000000ffffd43c5cf6','2','no'),(96325,'_transient_timeout_wflginfl_200141d0000261540000000000000000','1611128663','no'),(96275,'_transient_timeout_wflginfl_2404f080110103020163004401930060','1611095593','no'),(96276,'_transient_wflginfl_2404f080110103020163004401930060','1','no'),(96406,'_transient_timeout_wflginfl_00000000000000000000ffff0d3a384d','1611216357','no'),(96272,'_transient_timeout_wflginfl_20011680010108320000000000000001','1611092640','no'),(96273,'_transient_wflginfl_20011680010108320000000000000001','1','no'),(96733,'_transient_timeout_wflginfl_00000000000000000000ffff343cbd73','1611516539','no'),(96734,'_transient_wflginfl_00000000000000000000ffff343cbd73','1','no'),(96285,'_transient_timeout_wflginfl_200141d00002c1320000000000000000','1611100725','no'),(96286,'_transient_wflginfl_200141d00002c1320000000000000000','1','no'),(96315,'_transient_wflginfl_00000000000000000000ffff36d761c1','1','no'),(96187,'_transient_timeout_wflginfl_00000000000000000000ffff36b2b62e','1610988258','no'),(117663,'_transient_wflginfl_00000000000000000000ffffb4f480e5','2','no'),(117611,'_transient_timeout_wflginfl_00000000000000000000ffff6e5d52f3','1630074763','no'),(117612,'_transient_wflginfl_00000000000000000000ffff6e5d52f3','2','no'),(96176,'_transient_timeout_wflginfl_00000000000000000000ffff22fbf1e2','1610985627','no'),(96177,'_transient_wflginfl_00000000000000000000ffff22fbf1e2','1','no'),(96188,'_transient_wflginfl_00000000000000000000ffff36b2b62e','1','no'),(106769,'_transient_timeout_wflginfl_00000000000000000000ffff17fa0b2a','1621497342','no'),(106770,'_transient_wflginfl_00000000000000000000ffff17fa0b2a','1','no'),(110816,'_transient_timeout_wflginfl_00000000000000000000ffff7da5a81a','1624987643','no'),(110817,'_transient_wflginfl_00000000000000000000ffff7da5a81a','1','no'),(114539,'_transient_timeout_wflginfl_00000000000000000000ffffc90d8636','1627934134','no'),(114540,'_transient_wflginfl_00000000000000000000ffffc90d8636','1','no'),(114531,'_transient_wflginfl_00000000000000000000ffff9f41d812','1','no'),(114422,'_transient_timeout_wflginfl_00000000000000000000ffff9b0c573a','1627843283','no'),(114423,'_transient_wflginfl_00000000000000000000ffff9b0c573a','1','no'),(114497,'_transient_wflginfl_00000000000000000000ffff3ec3bed2','1','no'),(107330,'_transient_wflginfl_00000000000000000000ffffbca5a008','1','no'),(114311,'_transient_wflginfl_00000000000000000000ffffb4fb9a2a','1','no'),(108771,'_transient_timeout_wflginfl_00000000000000000000ffff03157027','1623117071','no'),(107076,'_transient_wflginfl_00000000000000000000ffff5158349d','1','no'),(107115,'_transient_wflginfl_00000000000000000000ffffc614e14e','1','no'),(107081,'_transient_timeout_wflginfl_00000000000000000000ffffb9020549','1621800691','no'),(107082,'_transient_wflginfl_00000000000000000000ffffb9020549','1','no'),(107332,'_transient_timeout_wflginfl_00000000000000000000ffffc1da8b69','1621949998','no'),(107114,'_transient_timeout_wflginfl_00000000000000000000ffffc614e14e','1621817898','no'),(119047,'_transient_external_ip_address_2001:df3:2e81:6477:2a65:4470:b865:e5c9','103.67.235.121','no'),(119094,'_transient_timeout_external_ip_address_2001:df3:2e81:6164:3e29:7dc3:ac29:dc7e','1631879433','no'),(119095,'_transient_external_ip_address_2001:df3:2e81:6164:3e29:7dc3:ac29:dc7e','103.67.235.121','no'),(121006,'_transient_timeout__woocommerce_helper_updates','1633149496','no'),(121007,'_transient__woocommerce_helper_updates','a:4:{s:4:\"hash\";s:32:\"d751713988987e9331980363e24189ce\";s:7:\"updated\";i:1633106296;s:8:\"products\";a:0:{}s:6:\"errors\";a:1:{i:0;s:10:\"http-error\";}}','no'),(105340,'_transient_timeout_wflginfl_00000000000000000000ffff5f356115','1620165195','no'),(105341,'_transient_wflginfl_00000000000000000000ffff5f356115','19','no'),(109678,'_transient_timeout_wflginfl_00000000000000000000ffff67f5d159','1623982939','no'),(109679,'_transient_wflginfl_00000000000000000000ffff67f5d159','1','no'),(93684,'_transient_timeout_wflginfl_2a024780000800020000000000000014','1608202918','no'),(93685,'_transient_wflginfl_2a024780000800020000000000000014','1','no'),(120914,'_transient_timeout_external_ip_address_2001:df3:2e81:58f9:d85c:6ced:4a5c:cd54','1633685899','no'),(120710,'_transient_timeout_external_ip_address_2001:df3:2e81:4c74:8a6a:cff7:186a:6e42','1633459045','no'),(117223,'_transient_timeout_wflginfl_00000000000000000000ffff516cd804','1630069075','no'),(117224,'_transient_wflginfl_00000000000000000000ffff516cd804','2','no'),(120711,'_transient_external_ip_address_2001:df3:2e81:4c74:8a6a:cff7:186a:6e42','103.67.235.121','no'),(117225,'_transient_timeout_wflginfl_00000000000000000000ffff2ddd1801','1630069078','no'),(117226,'_transient_wflginfl_00000000000000000000ffff2ddd1801','2','no'),(117227,'_transient_timeout_wflginfl_00000000000000000000ffff319541c8','1630069086','no'),(117228,'_transient_wflginfl_00000000000000000000ffff319541c8','2','no'),(90309,'_transient_timeout_wflginfl_200105697f9f87001494a0cd16f163a7','1604565781','no'),(90310,'_transient_wflginfl_200105697f9f87001494a0cd16f163a7','19','no'),(94790,'_transient_timeout_feed_mod_7f5e1782736d3f328734444c0ca8a918','1609527195','no'),(94791,'_transient_feed_mod_7f5e1782736d3f328734444c0ca8a918','1609483995','no'),(97644,'_transient_timeout_wflginfl_00000000000000000000ffffb2dacf01','1612392275','no'),(81446,'sb_instagram_errors','a:2:{s:3:\"api\";a:2:{i:0;s:16:\"Error connecting\";i:1;s:45:\"API error 400: This endpoint has been retired\";}s:10:\"connection\";a:2:{i:0;s:16:\"Error connecting\";i:1;s:234:\"Error connecting to https://api.instagram.com/v1/users/5799464764/media/recent?count=20&access_token=5799464764.3a81a9f.8e7efae80cb546de9cbab93f75456af6. http_request_failed - cURL error 6: Could not resolve host: api.instagram.com |\";}}','no'),(98224,'_transient_timeout_wflginfl_00000000000000000000ffff31e6fac0','1612945109','no'),(98225,'_transient_wflginfl_00000000000000000000ffff31e6fac0','1','no'),(112698,'_transient_external_ip_address_139.28.122.76','103.67.235.121','no'),(112701,'_transient_timeout_external_ip_address_45.154.195.152','1626922907','no'),(112702,'_transient_external_ip_address_45.154.195.152','103.67.235.121','no'),(112703,'_transient_timeout_external_ip_address_45.95.23.158','1626922913','no'),(112704,'_transient_external_ip_address_45.95.23.158','103.67.235.121','no'),(112705,'_transient_timeout_external_ip_address_217.9.17.135','1626922925','no'),(112706,'_transient_external_ip_address_217.9.17.135','103.67.235.121','no'),(112707,'_transient_timeout_external_ip_address_45.95.22.89','1626922945','no'),(112708,'_transient_external_ip_address_45.95.22.89','103.67.235.121','no'),(112709,'_transient_timeout_external_ip_address_45.137.31.189','1626922982','no'),(112710,'_transient_external_ip_address_45.137.31.189','103.67.235.121','no'),(112711,'_transient_timeout_external_ip_address_45.133.177.214','1626922994','no'),(112712,'_transient_external_ip_address_45.133.177.214','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112713,'_transient_timeout_external_ip_address_45.154.194.154','1626923000','no'),(112714,'_transient_external_ip_address_45.154.194.154','103.67.235.121','no'),(112715,'_transient_timeout_external_ip_address_217.9.19.216','1626923005','no'),(112716,'_transient_external_ip_address_217.9.19.216','103.67.235.121','no'),(112717,'_transient_timeout_external_ip_address_194.41.121.63','1626923012','no'),(112718,'_transient_external_ip_address_194.41.121.63','103.67.235.121','no'),(112719,'_transient_timeout_external_ip_address_45.8.192.141','1626923033','no'),(112720,'_transient_external_ip_address_45.8.192.141','103.67.235.121','no'),(112742,'_transient_timeout_wflginfl_00000000000000000000ffff7debea38','1626349096','no'),(112743,'_transient_wflginfl_00000000000000000000ffff7debea38','1','no'),(112904,'_transient_timeout_external_ip_address_45.129.18.170','1627084679','no'),(112905,'_transient_external_ip_address_45.129.18.170','103.67.235.121','no'),(112916,'_transient_timeout_wflginfl_00000000000000000000ffff1b422f7e','1626503267','no'),(112917,'_transient_wflginfl_00000000000000000000ffff1b422f7e','1','no'),(112974,'_transient_timeout_wflginfl_00000000000000000000ffff3e7a4254','1626564636','no'),(112975,'_transient_wflginfl_00000000000000000000ffff3e7a4254','1','no'),(113058,'_transient_timeout_wflginfl_00000000000000000000ffffcb8e568e','1626633295','no'),(113059,'_transient_wflginfl_00000000000000000000ffffcb8e568e','1','no'),(120948,'_transient_timeout_wc_loop8bf11633090527','1635683489','no'),(120949,'_transient_wc_loop8bf11633090527','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:1:\"6\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:49:\"help-siblings-sisters-get-along-and-stop-fighting\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:6;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:49:\"help-siblings-sisters-get-along-and-stop-fighting\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:49:\"help-siblings-sisters-get-along-and-stop-fighting\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:28;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:49:\"help-siblings-sisters-get-along-and-stop-fighting\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:1:{i:0;s:21:\"wp_term_relationships\";}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:49:\"help-siblings-sisters-get-along-and-stop-fighting\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:506:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (28)\n ) \n AND \n ( \n wp_term_relationships.term_taxonomy_id IN (89)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 6\";s:5:\"posts\";a:2:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:575;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:41:43\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:41:43\";s:12:\"post_content\";s:1658:\"Popular parenting expert Dr. Laura Markham, author of PEACFUL PARENTS, HAPPY SIBLINGS, has garnered a large and loyal readership around the world, thanks to her simple, insightful approach that values the emotional bond between parent and child. As any parent of more than one child knows, though, it\'s challenging for even the most engaged parent to maintain harmony and a strong connection when competition, tempers, and irritation run high.\r\n\r\nIn this highly anticipated guide, Dr. Markham presents simple yet powerful ways to cut through the squabbling and foster a loving, supportive bond between siblings, while giving each child the vital connection that he or she needs.\r\n\r\nPEACEFUL PARENT, HAPPY SIBLINGS includes hands-on, research-based advice on:\r\n
    \r\n
  • \r\n
      \r\n
    • Creating deep connections with each one of your children, so that each truly believes that you couldn\'t possibly love anyone else more.
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • \r\n
      \r\n
    • Fostering a loving family culture that encourages laughter and minimizes fighting
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • \r\n
      \r\n
    • Teaching your children healthy emotional self-management and conflict resolution skills?so that they can work things out with each other, get their own needs met and respect the needs of others
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • Helping your kids forge a close lifelong sibling bond?as well as the relationship skills they will need for a life of healthy friendships, work relationships, and eventually their own family bonds.
  • \r\n
\";s:10:\"post_title\";s:31:\"Peaceful Parent, Happy Siblings\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:30:\"peaceful-parent-happy-siblings\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:57:58\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:57:58\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=575\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:570;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 20:31:27\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 09:31:27\";s:12:\"post_content\";s:1004:\"Already best-selling authors with How to Talk So Kids Will Listen & Listen So Kids Will Talk, Adele Faber and Elaine Mazlish turned their minds to the battle of the siblings. Parents themselves, they were determined to figure out how to help their children get along. The result was Siblings Without Rivalry. This wise, groundbreaking book gives parents the practical tools they need to cope with conflict, encourage cooperation, reduce competition, and make it possible for children to experience the joys of their special relationship. With humor and understanding-much gained from raising their own children-Faber and Mazlish explain how and when to intervene in fights, provide suggestions on how to help children channel their hostility into creative outlets, and demonstrate how to treat children unequally and still be fair. Updated to incorporate fresh thoughts after years of conducting workshops for parents and professionals, this edition also includes a new afterword.\";s:10:\"post_title\";s:24:\"Siblings Without Rivalry\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:24:\"siblings-without-rivalry\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:59:12\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:59:12\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=570\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:2;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:150;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";s:1:\"2\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"3c37255a47a0bc02309d6c65a27e7267\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(88496,'_transient_timeout_wflginfl_24021f00800108340000000000000000','1602338744','no'),(88497,'_transient_wflginfl_24021f00800108340000000000000000','1','no'),(118916,'_transient_timeout_external_ip_address_2001:df3:2e81:4a1d:93cf:b11:1cf:aaa8','1631762186','no'),(118917,'_transient_external_ip_address_2001:df3:2e81:4a1d:93cf:b11:1cf:aaa8','103.67.235.121','no'),(112141,'_transient_timeout_wflginfl_00000000000000000000ffff71a1a20f','1626047885','no'),(112142,'_transient_wflginfl_00000000000000000000ffff71a1a20f','1','no'),(112582,'_transient_external_ip_address_45.133.169.126','103.67.235.121','no'),(112583,'_transient_timeout_external_ip_address_139.28.123.231','1626879544','no'),(112584,'_transient_external_ip_address_139.28.123.231','103.67.235.121','no'),(112585,'_transient_timeout_external_ip_address_2.57.77.25','1626879546','no'),(93280,'_transient_timeout_external_ip_address_2002:c1ef:93ba::c1ef:93ba','1608363340','no'),(117219,'_transient_timeout_wflginfl_00000000000000000000ffff0ec0d8b9','1630069016','no'),(93320,'_transient_timeout_wflginfl_2a024780000800020000000000000018','1607812753','no'),(93321,'_transient_wflginfl_2a024780000800020000000000000018','1','no'),(92331,'_transient_timeout_wflginfl_2a0104f801731e830000000000000002','1606828408','no'),(92332,'_transient_wflginfl_2a0104f801731e830000000000000002','1','no'),(96350,'_transient_wflginfl_200141d00001f9340000000000000001','1','no'),(92469,'_transient_timeout_wflginfl_00000000000000000000ffff7ac97c22','1606914291','no'),(96349,'_transient_timeout_wflginfl_200141d00001f9340000000000000001','1611156036','no'),(92360,'_transient_timeout_wflginfl_2605a140204735270000000000000001','1606841429','no'),(92361,'_transient_wflginfl_2605a140204735270000000000000001','1','no'),(92387,'_transient_wflginfl_2a024780000100100000000000000005','1','no'),(92398,'_transient_timeout_wflginfl_2a0104f80c0cd35a0000000000000001','1606854479','no'),(92399,'_transient_wflginfl_2a0104f80c0cd35a0000000000000001','1','no'),(117609,'_transient_wflginfl_00000000000000000000ffff889e1003','2','no'),(92470,'_transient_wflginfl_00000000000000000000ffff7ac97c22','1','no'),(93123,'_transient_timeout_wflginfl_2a02478000080002000000000000001b','1607607757','no'),(92412,'_transient_timeout_wflginfl_24048280a222bbbbbba10008ffffffff','1606866770','no'),(92413,'_transient_wflginfl_24048280a222bbbbbba10008ffffffff','1','no'),(92419,'_transient_timeout_wflginfl_26075300006035b30000000000000000','1606874639','no'),(92420,'_transient_wflginfl_26075300006035b30000000000000000','1','no'),(93030,'_transient_wflginfl_2a0104f8024144660000000000000002','1','no'),(92993,'_transient_timeout_wflginfl_2a02478000090005000000000000000d','1607461699','no'),(92994,'_transient_wflginfl_2a02478000090005000000000000000d','1','no'),(93124,'_transient_wflginfl_2a02478000080002000000000000001b','1','no'),(93029,'_transient_timeout_wflginfl_2a0104f8024144660000000000000002','1607492538','no'),(95567,'_transient_timeout_wflginfl_2a03b0c0000100e00000000005c24001','1610334169','no'),(94574,'_transient_timeout_wflginfl_26042dc0010002480000000000008484','1609260917','no'),(94575,'_transient_wflginfl_26042dc0010002480000000000008484','1','no'),(117662,'_transient_timeout_wflginfl_00000000000000000000ffffb4f480e5','1630075520','no'),(117660,'_transient_timeout_wflginfl_00000000000000000000ffff5f46d110','1630075514','no'),(117661,'_transient_wflginfl_00000000000000000000ffff5f46d110','2','no'),(117617,'_transient_timeout_wflginfl_00000000000000000000ffffb03ac02f','1630074918','no'),(117618,'_transient_wflginfl_00000000000000000000ffffb03ac02f','2','no'),(117620,'_transient_timeout_wflginfl_00000000000000000000ffff2de10ca8','1630074970','no'),(117621,'_transient_wflginfl_00000000000000000000ffff2de10ca8','2','no'),(117626,'_transient_timeout_wflginfl_00000000000000000000ffff849a4096','1630075237','no'),(118502,'_transient_timeout_external_ip_address_2001:df3:2e81:58e1:d83c:6a95:4a3c:cb2c','1631362449','no'),(117682,'_transient_timeout_wflginfl_00000000000000000000ffff3191ebc6','1630075766','no'),(117624,'_transient_timeout_wflginfl_00000000000000000000ffff3e4ac9d2','1630075211','no'),(117625,'_transient_wflginfl_00000000000000000000ffff3e4ac9d2','2','no'),(117627,'_transient_wflginfl_00000000000000000000ffff849a4096','2','no'),(117629,'_transient_timeout_wflginfl_00000000000000000000ffff696bb805','1630075252','no'),(117630,'_transient_wflginfl_00000000000000000000ffff696bb805','2','no'),(117631,'_transient_timeout_wflginfl_00000000000000000000ffff889e2079','1630075279','no'),(117632,'_transient_wflginfl_00000000000000000000ffff889e2079','2','no'),(117634,'_transient_timeout_wflginfl_00000000000000000000ffff57f6b877','1630075288','no'),(117635,'_transient_wflginfl_00000000000000000000ffff57f6b877','2','no'),(117636,'_transient_timeout_wflginfl_00000000000000000000ffff6e24985b','1630075295','no'),(117637,'_transient_wflginfl_00000000000000000000ffff6e24985b','2','no'),(117638,'_transient_timeout_wflginfl_00000000000000000000ffff0811ce25','1630075297','no'),(117639,'_transient_wflginfl_00000000000000000000ffff0811ce25','2','no'),(117641,'_transient_timeout_wflginfl_00000000000000000000ffffb2dee464','1630075351','no'),(117642,'_transient_wflginfl_00000000000000000000ffffb2dee464','2','no'),(117646,'_transient_timeout_wflginfl_00000000000000000000ffffdfb13d10','1630075407','no'),(117647,'_transient_wflginfl_00000000000000000000ffffdfb13d10','2','no'),(117648,'_transient_timeout_wflginfl_00000000000000000000ffff97205721','1630075439','no'),(117649,'_transient_wflginfl_00000000000000000000ffff97205721','2','no'),(117651,'_transient_timeout_wflginfl_00000000000000000000ffff70ccd902','1630075465','no'),(117652,'_transient_wflginfl_00000000000000000000ffff70ccd902','2','no'),(117654,'_transient_timeout_wflginfl_00000000000000000000ffff3b67da3f','1630075480','no'),(117655,'_transient_wflginfl_00000000000000000000ffff3b67da3f','2','no'),(117656,'_transient_timeout_wflginfl_00000000000000000000ffff3d00ca77','1630075502','no'),(117657,'_transient_wflginfl_00000000000000000000ffff3d00ca77','2','no'),(118503,'_transient_external_ip_address_2001:df3:2e81:58e1:d83c:6a95:4a3c:cb2c','103.67.235.121','no'),(95324,'_transient_timeout_wflginfl_200141d0020315350000000000000000','1610126873','no'),(95606,'_transient_timeout_wflginfl_26075300012008780000000000000000','1610364708','no'),(95354,'_transient_timeout_wflginfl_2a00d68000200050000000000000bcb2','1610151500','no'),(95355,'_transient_wflginfl_2a00d68000200050000000000000bcb2','1','no'),(96299,'_transient_timeout_wflginfl_20010678076c37600145013100250136','1611110104','no'),(96300,'_transient_wflginfl_20010678076c37600145013100250136','1','no'),(96587,'_transient_timeout_wflginfl_00000000000000000000ffff0de8600f','1611403527','no'),(96588,'_transient_wflginfl_00000000000000000000ffff0de8600f','1','no'),(96691,'_transient_timeout_wflginfl_00000000000000000000ffff0dd11c68','1611485768','no'),(96692,'_transient_wflginfl_00000000000000000000ffff0dd11c68','1','no'),(96702,'_transient_timeout_wflginfl_2a024780000100130000000000000006','1611498981','no'),(107220,'_transient_wflginfl_00000000000000000000ffff8e040168','1','no'),(96703,'_transient_wflginfl_2a024780000100130000000000000006','1','no'),(96713,'_transient_timeout_wflginfl_200141d00008940e0000000000000001','1611502572','no'),(96714,'_transient_wflginfl_200141d00008940e0000000000000001','1','no'),(96728,'_transient_wflginfl_260753000203555c0000000000000000','1','no'),(96718,'_transient_timeout_wflginfl_2a0104f80c2c09cd0000000000000001','1611504452','no'),(96719,'_transient_wflginfl_2a0104f80c2c09cd0000000000000001','1','no'),(96731,'_transient_wflginfl_00000000000000000000ffff23b557ee','1','no'),(107219,'_transient_timeout_wflginfl_00000000000000000000ffff8e040168','1621876345','no'),(107155,'_transient_wflginfl_00000000000000000000ffff6706f5d9','1','no'),(107329,'_transient_timeout_wflginfl_00000000000000000000ffffbca5a008','1621948987','no'),(107154,'_transient_timeout_wflginfl_00000000000000000000ffff6706f5d9','1621839172','no'),(96781,'_transient_timeout_wflginfl_00000000000000000000ffff030073ff','1611568834','no'),(96782,'_transient_wflginfl_00000000000000000000ffff030073ff','1','no'),(117608,'_transient_timeout_wflginfl_00000000000000000000ffff889e1003','1630074672','no'),(101255,'_transient_timeout_external_ip_address_2a02:2a57:895f:0:4d60:852b:7d0:e349','1616707840','no'),(101256,'_transient_external_ip_address_2a02:2a57:895f:0:4d60:852b:7d0:e349','103.67.235.121','no'),(117606,'_transient_wflginfl_00000000000000000000ffff3a0b0768','2','no'),(96804,'_transient_timeout_wflginfl_2607530002035cdb0000000000000000','1611588326','no'),(96805,'_transient_wflginfl_2607530002035cdb0000000000000000','2','no'),(96960,'_transient_timeout_wflginfl_24021f00800108bd0000000000000000','1611742262','no'),(96961,'_transient_wflginfl_24021f00800108bd0000000000000000','1','no'),(96964,'_transient_timeout_wflginfl_2607530000601c570000000000000000','1611763025','no'),(96965,'_transient_wflginfl_2607530000601c570000000000000000','2','no'),(97054,'_transient_wflginfl_2604a880040000d1000000000c040001','1','no'),(96997,'_transient_timeout_wflginfl_2a05480000030161000000000000aa0f','1611774147','no'),(96998,'_transient_wflginfl_2a05480000030161000000000000aa0f','1','no'),(97053,'_transient_timeout_wflginfl_2604a880040000d1000000000c040001','1611822825','no'),(97025,'_transient_timeout_wflginfl_24006180000000d0000000000063e001','1611800865','no'),(97026,'_transient_wflginfl_24006180000000d0000000000063e001','1','no'),(97058,'_transient_timeout_wflginfl_2a03b0c0000300e00000000001505001','1611832578','no'),(97059,'_transient_wflginfl_2a03b0c0000300e00000000001505001','1','no'),(100818,'_transient_timeout_wflginfl_00000000000000000000ffffc647ef1d','1615653604','no'),(101478,'_transient_wflginfl_00000000000000000000ffff2d78b985','2','no'),(101474,'_transient_timeout_wflginfl_00000000000000000000ffff678eaf15','1616325201','no'),(100819,'_transient_wflginfl_00000000000000000000ffffc647ef1d','1','no'),(117604,'_transient_wflginfl_00000000000000000000ffff70cf6588','2','no'),(117605,'_transient_timeout_wflginfl_00000000000000000000ffff3a0b0768','1630074662','no'),(101118,'_transient_timeout_external_ip_address_2002:2d55:5abd::2d55:5abd','1616582851','no'),(101119,'_transient_external_ip_address_2002:2d55:5abd::2d55:5abd','103.67.235.121','no'),(98154,'_transient_timeout_wflginfl_00000000000000000000ffffb4f5c2c4','1612895552','no'),(98155,'_transient_wflginfl_00000000000000000000ffffb4f5c2c4','1','no'),(112587,'_transient_timeout_external_ip_address_45.134.79.81','1626879557','no'),(112588,'_transient_external_ip_address_45.134.79.81','103.67.235.121','no'),(112589,'_transient_timeout_external_ip_address_139.28.120.57','1626879559','no'),(112590,'_transient_external_ip_address_139.28.120.57','103.67.235.121','no'),(112591,'_transient_timeout_external_ip_address_45.85.242.200','1626879560','no'),(112592,'_transient_external_ip_address_45.85.242.200','103.67.235.121','no'),(112593,'_transient_timeout_external_ip_address_217.9.17.153','1626879561','no'),(112594,'_transient_external_ip_address_217.9.17.153','103.67.235.121','no'),(112595,'_transient_timeout_external_ip_address_139.28.120.6','1626879566','no'),(112596,'_transient_external_ip_address_139.28.120.6','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112597,'_transient_timeout_external_ip_address_45.89.240.144','1626879581','no'),(112598,'_transient_external_ip_address_45.89.240.144','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(112599,'_transient_timeout_external_ip_address_45.66.178.100','1626879588','no'),(112600,'_transient_external_ip_address_45.66.178.100','103.67.235.121','no'),(112601,'_transient_timeout_external_ip_address_45.8.184.239','1626879591','no'),(112602,'_transient_external_ip_address_45.8.184.239','103.67.235.121','no'),(112603,'_transient_timeout_external_ip_address_45.85.242.109','1626879600','no'),(112604,'_transient_external_ip_address_45.85.242.109','103.67.235.121','no'),(112605,'_transient_timeout_external_ip_address_45.133.168.186','1626879601','no'),(112606,'_transient_external_ip_address_45.133.168.186','103.67.235.121','no'),(112609,'_transient_timeout_external_ip_address_5.252.74.9','1626879608','no'),(112610,'_transient_external_ip_address_5.252.74.9','103.67.235.121','no'),(112611,'_transient_timeout_external_ip_address_45.95.23.77','1626879608','no'),(112612,'_transient_external_ip_address_45.95.23.77','103.67.235.121','no'),(112615,'_transient_timeout_external_ip_address_45.8.202.93','1626879614','no'),(112616,'_transient_external_ip_address_45.8.202.93','103.67.235.121','no'),(112617,'_transient_timeout_external_ip_address_45.95.23.177','1626879619','no'),(112618,'_transient_external_ip_address_45.95.23.177','103.67.235.121','no'),(112623,'_transient_timeout_external_ip_address_217.9.18.61','1626879625','no'),(112624,'_transient_external_ip_address_217.9.18.61','103.67.235.121','no'),(112625,'_transient_timeout_external_ip_address_45.154.194.225','1626879625','no'),(112626,'_transient_external_ip_address_45.154.194.225','103.67.235.121','no'),(112627,'_transient_timeout_external_ip_address_45.8.184.80','1626879630','no'),(112628,'_transient_external_ip_address_45.8.184.80','103.67.235.121','no'),(112631,'_transient_timeout_external_ip_address_45.8.205.180','1626879637','no'),(112632,'_transient_external_ip_address_45.8.205.180','103.67.235.121','no'),(112635,'_transient_timeout_external_ip_address_45.154.193.212','1626879650','no'),(112636,'_transient_external_ip_address_45.154.193.212','103.67.235.121','no'),(112637,'_transient_timeout_external_ip_address_45.132.25.161','1626879651','no'),(112638,'_transient_external_ip_address_45.132.25.161','103.67.235.121','no'),(112639,'_transient_timeout_external_ip_address_217.9.19.159','1626879664','no'),(112640,'_transient_external_ip_address_217.9.19.159','103.67.235.121','no'),(112697,'_transient_timeout_external_ip_address_139.28.122.76','1626922888','no'),(112670,'_transient_timeout_wflginfl_00000000000000000000ffff5c268a77','1626321546','no'),(112671,'_transient_wflginfl_00000000000000000000ffff5c268a77','1','no'),(112686,'_transient_external_ip_address_45.66.153.124','103.67.235.121','no'),(112689,'_transient_timeout_external_ip_address_45.154.193.197','1626922863','no'),(112690,'_transient_external_ip_address_45.154.193.197','103.67.235.121','no'),(112691,'_transient_timeout_external_ip_address_194.41.122.179','1626922874','no'),(112692,'_transient_external_ip_address_194.41.122.179','103.67.235.121','no'),(112693,'_transient_timeout_external_ip_address_139.28.122.209','1626922876','no'),(112694,'_transient_external_ip_address_139.28.122.209','103.67.235.121','no'),(112695,'_transient_timeout_external_ip_address_139.28.121.155','1626922881','no'),(112696,'_transient_external_ip_address_139.28.121.155','503 Over Quota Error   Over Quota This application is temporarily over its serving quota. Please try again later.','no'),(97389,'_transient_timeout_wflginfl_00000000000000000000ffff0ee42d1e','1612138123','no'),(97390,'_transient_wflginfl_00000000000000000000ffff0ee42d1e','1','no'),(120636,'_transient_timeout_wflginfl_24048280a222bbbbbba10092ffffffff','1632820336','no'),(120637,'_transient_wflginfl_24048280a222bbbbbba10092ffffffff','2','no'),(97847,'_transient_timeout_wflginfl_00000000000000000000ffff3e0437b5','1612584893','no'),(97434,'_transient_timeout_wflginfl_00000000000000000000ffff0ea1062b','1612179918','no'),(97435,'_transient_wflginfl_00000000000000000000ffff0ea1062b','1','no'),(97462,'_transient_timeout_wflginfl_00000000000000000000ffffb3f7b63a','1612214437','no'),(97463,'_transient_wflginfl_00000000000000000000ffffb3f7b63a','1','no'),(97504,'_transient_timeout_wflginfl_00000000000000000000ffff0ee81bf7','1612243635','no'),(97505,'_transient_wflginfl_00000000000000000000ffff0ee81bf7','1','no'),(98177,'_transient_wc_cbp_882393d7b700d55f14a298540f4885b8','a:0:{}','no'),(97557,'_transient_timeout_wflginfl_00000000000000000000ffffbdece152','1612293400','no'),(97558,'_transient_wflginfl_00000000000000000000ffffbdece152','1','no'),(97601,'_transient_timeout_wflginfl_00000000000000000000ffff6e88fe39','1612342253','no'),(97602,'_transient_wflginfl_00000000000000000000ffff6e88fe39','1','no'),(98176,'_transient_timeout_wc_cbp_882393d7b700d55f14a298540f4885b8','1615493550','no'),(74270,'sb_instagram_ajax_status','a:2:{s:6:\"tested\";b:1;s:10:\"successful\";b:1;}','yes'),(97132,'_transient_timeout_wflginfl_200141d0000a45820000000000000000','1611889160','no'),(97133,'_transient_wflginfl_200141d0000a45820000000000000000','1','no'),(97817,'_transient_timeout_wflginfl_00000000000000000000ffff2729d1b5','1612557272','no'),(97818,'_transient_wflginfl_00000000000000000000ffff2729d1b5','1','no'),(97724,'_transient_timeout_wflginfl_00000000000000000000ffff73f3a016','1612461107','no'),(97725,'_transient_wflginfl_00000000000000000000ffff73f3a016','1','no'),(97771,'_transient_timeout_wflginfl_00000000000000000000ffff2a73d80b','1612498958','no'),(97772,'_transient_wflginfl_00000000000000000000ffff2a73d80b','1','no'),(98249,'_transient_wflginfl_00000000000000000000ffff0eb68140','1','no'),(97794,'_transient_timeout_wflginfl_00000000000000000000ffff7469e17a','1612534253','no'),(97795,'_transient_wflginfl_00000000000000000000ffff7469e17a','1','no'),(98264,'_transient_timeout_wflginfl_00000000000000000000ffffa000d70e','1612987222','no'),(98248,'_transient_timeout_wflginfl_00000000000000000000ffff0eb68140','1612970631','no'),(97848,'_transient_wflginfl_00000000000000000000ffff3e0437b5','1','no'),(111494,'_transient_timeout_wflginfl_00000000000000000000ffff035dd35c','1625510177','no'),(111495,'_transient_wflginfl_00000000000000000000ffff035dd35c','1','no'),(97645,'_transient_wflginfl_00000000000000000000ffffb2dacf01','1','no'),(97958,'_transient_wflginfl_00000000000000000000ffffabe0b56c','1','no'),(98099,'_transient_timeout_wflginfl_00000000000000000000ffffd2d5c282','1612855221','no'),(97981,'_transient_timeout_external_ip_address_2002:2d89:162c::2d89:162c','1613315432','no'),(97982,'_transient_external_ip_address_2002:2d89:162c::2d89:162c','103.67.235.121','no'),(98114,'_transient_timeout_wflginfl_00000000000000000000ffffbebc48dd','1612872363','no'),(98115,'_transient_wflginfl_00000000000000000000ffffbebc48dd','1','no'),(97986,'_transient_timeout_wflginfl_00000000000000000000ffffa000d70a','1612737402','no'),(97987,'_transient_wflginfl_00000000000000000000ffffa000d70a','1','no'),(97995,'_transient_timeout_wflginfl_00000000000000000000ffff65804490','1612745739','no'),(97996,'_transient_wflginfl_00000000000000000000ffff65804490','1','no'),(98100,'_transient_wflginfl_00000000000000000000ffffd2d5c282','1','no'),(98075,'_transient_timeout_wflginfl_00000000000000000000ffffbd320b02','1612827088','no'),(98076,'_transient_wflginfl_00000000000000000000ffffbd320b02','1','no'),(98032,'_transient_timeout_wflginfl_00000000000000000000ffff25ef4c53','1612781772','no'),(98033,'_transient_wflginfl_00000000000000000000ffff25ef4c53','1','no'),(97957,'_transient_timeout_wflginfl_00000000000000000000ffffabe0b56c','1612698862','no'),(97929,'_transient_timeout_wflginfl_00000000000000000000ffffb14b6a82','1612669020','no'),(97930,'_transient_wflginfl_00000000000000000000ffffb14b6a82','1','no'),(94511,'_transient_timeout_external_ip_address_2001:df3:3080::a','1609805378','no'),(73274,'_transient_timeout_feed_mod_29f7869e391c2a2c562f0042f814b9de','1581084400','no'),(73275,'_transient_feed_mod_29f7869e391c2a2c562f0042f814b9de','1581041200','no'),(94512,'_transient_external_ip_address_2001:df3:3080::a','103.67.235.121','no'),(119131,'_transient_timeout_external_ip_address_2001:df3:2e81:6a52:12f1:2e1d:80f1:8fa4','1631900036','no'),(119132,'_transient_external_ip_address_2001:df3:2e81:6a52:12f1:2e1d:80f1:8fa4','103.67.235.121','no'),(119138,'_transient_timeout_external_ip_address_2001:df3:2e81:50ac:f90b:3c54:6b0b:9ded','1631907654','no'),(119139,'_transient_external_ip_address_2001:df3:2e81:50ac:f90b:3c54:6b0b:9ded','103.67.235.121','no'),(119269,'_transient_timeout_external_ip_address_2001:df3:2e81:55a4:5693:c5fb:5693:c5fb','1632010446','no'),(119270,'_transient_external_ip_address_2001:df3:2e81:55a4:5693:c5fb:5693:c5fb','103.67.235.121','no'),(94472,'_transient_timeout_wc_cbp_2ca8217ac46bdad3f0a32fcb8390ec7c','1611758903','no'),(94473,'_transient_wc_cbp_2ca8217ac46bdad3f0a32fcb8390ec7c','a:0:{}','no'),(117221,'_transient_timeout_wflginfl_00000000000000000000ffff677381fc','1630069070','no'),(117222,'_transient_wflginfl_00000000000000000000ffff677381fc','2','no'),(117217,'_transient_timeout_wflginfl_00000000000000000000ffffcb65bc04','1630069013','no'),(117213,'_transient_timeout_wflginfl_00000000000000000000ffff5363cb16','1630068973','no'),(94773,'_transient_wc_report_sales_by_date','a:8:{s:32:\"22f10a8fb55f431154c123443bb56410\";a:0:{}s:32:\"cb4f07b31ceb2ba5c299abd10e19b0ab\";a:0:{}s:32:\"006cfcba4250f4cfbf00d54d530185ab\";a:0:{}s:32:\"304acd46e65e5a9cd1d46a868a1b31d9\";N;s:32:\"1398f379a55908ad0c3309564a71a275\";a:0:{}s:32:\"7557639d60b5968fc1042d47a353cad5\";a:0:{}s:32:\"20bd867016b9973248e902f776593301\";a:0:{}s:32:\"fa406a7143ea34ab6df3713ae953350d\";a:0:{}}','no'),(79772,'_site_transient_update_plugins','O:8:\"stdClass\":4:{s:12:\"last_checked\";i:1633130646;s:8:\"response\";a:16:{s:53:\"child-theme-configurator/child-theme-configurator.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:38:\"w.org/plugins/child-theme-configurator\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:6:\"plugin\";s:53:\"child-theme-configurator/child-theme-configurator.php\";s:11:\"new_version\";s:5:\"2.5.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/child-theme-configurator/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/child-theme-configurator.2.5.8.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/child-theme-configurator/assets/icon-128x128.png?rev=1557885\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/child-theme-configurator/assets/banner-772x250.jpg?rev=1557885\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.7.3\";s:12:\"requires_php\";s:6:\"5.6.36\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:39:\"easy-coming-soon/coming-soon-plugin.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/easy-coming-soon\";s:4:\"slug\";s:16:\"easy-coming-soon\";s:6:\"plugin\";s:39:\"easy-coming-soon/coming-soon-plugin.php\";s:11:\"new_version\";s:3:\"2.3\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/easy-coming-soon/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/easy-coming-soon.2.3.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/easy-coming-soon/assets/icon-128x128.png?rev=1444796\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/easy-coming-soon/assets/banner-772x250.jpg?rev=803742\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:6:\"5.0.14\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:50:\"google-analytics-for-wordpress/googleanalytics.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:44:\"w.org/plugins/google-analytics-for-wordpress\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:6:\"plugin\";s:50:\"google-analytics-for-wordpress/googleanalytics.php\";s:11:\"new_version\";s:5:\"8.1.0\";s:3:\"url\";s:61:\"https://wordpress.org/plugins/google-analytics-for-wordpress/\";s:7:\"package\";s:79:\"https://downloads.wordpress.org/plugin/google-analytics-for-wordpress.8.1.0.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:83:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon-256x256.png?rev=1598927\";s:2:\"1x\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";s:3:\"svg\";s:75:\"https://ps.w.org/google-analytics-for-wordpress/assets/icon.svg?rev=1598927\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-1544x500.png?rev=2159532\";s:2:\"1x\";s:85:\"https://ps.w.org/google-analytics-for-wordpress/assets/banner-772x250.png?rev=2159532\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.8.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:9:\"hello.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:35:\"insert-headers-and-footers/ihaf.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:40:\"w.org/plugins/insert-headers-and-footers\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:6:\"plugin\";s:35:\"insert-headers-and-footers/ihaf.php\";s:11:\"new_version\";s:5:\"1.6.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/insert-headers-and-footers/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/insert-headers-and-footers.1.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-256x256.png?rev=1610266\";s:2:\"1x\";s:79:\"https://ps.w.org/insert-headers-and-footers/assets/icon-128x128.png?rev=1610266\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:81:\"https://ps.w.org/insert-headers-and-footers/assets/banner-772x250.png?rev=1610266\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.2\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/mailchimp-for-wp\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:6:\"plugin\";s:37:\"mailchimp-for-wp/mailchimp-for-wp.php\";s:11:\"new_version\";s:5:\"4.8.6\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/mailchimp-for-wp/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/mailchimp-for-wp.4.8.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-256x256.png?rev=1224577\";s:2:\"1x\";s:69:\"https://ps.w.org/mailchimp-for-wp/assets/icon-128x128.png?rev=1224577\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:71:\"https://ps.w.org/mailchimp-for-wp/assets/banner-772x250.png?rev=1184706\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:29:\"pdf-embedder/pdf_embedder.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/pdf-embedder\";s:4:\"slug\";s:12:\"pdf-embedder\";s:6:\"plugin\";s:29:\"pdf-embedder/pdf_embedder.php\";s:11:\"new_version\";s:5:\"4.6.2\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/pdf-embedder/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/pdf-embedder.4.6.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/pdf-embedder/assets/icon-256x256.png?rev=2292517\";s:2:\"1x\";s:65:\"https://ps.w.org/pdf-embedder/assets/icon-128x128.png?rev=2292517\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/pdf-embedder/assets/banner-1544x500.png?rev=2292517\";s:2:\"1x\";s:67:\"https://ps.w.org/pdf-embedder/assets/banner-772x250.png?rev=2292517\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.5\";s:6:\"tested\";s:5:\"5.7.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/facebook-conversion-pixel\";s:4:\"slug\";s:25:\"facebook-conversion-pixel\";s:6:\"plugin\";s:55:\"facebook-conversion-pixel/facebook-conversion-pixel.php\";s:11:\"new_version\";s:5:\"2.5.7\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/facebook-conversion-pixel/\";s:7:\"package\";s:68:\"https://downloads.wordpress.org/plugin/facebook-conversion-pixel.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/facebook-conversion-pixel/assets/icon-256x256.png?rev=2278926\";s:2:\"1x\";s:78:\"https://ps.w.org/facebook-conversion-pixel/assets/icon-128x128.png?rev=2278926\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/facebook-conversion-pixel/assets/banner-1544x500.png?rev=2278930\";s:2:\"1x\";s:80:\"https://ps.w.org/facebook-conversion-pixel/assets/banner-772x250.png?rev=2278930\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"instagram-feed/instagram-feed.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/instagram-feed\";s:4:\"slug\";s:14:\"instagram-feed\";s:6:\"plugin\";s:33:\"instagram-feed/instagram-feed.php\";s:11:\"new_version\";s:7:\"2.9.3.1\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/instagram-feed/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/instagram-feed.2.9.3.1.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:67:\"https://ps.w.org/instagram-feed/assets/icon-128x128.png?rev=2137676\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/instagram-feed/assets/banner-772x250.png?rev=2137676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.4\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:27:\"updraftplus/updraftplus.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/updraftplus\";s:4:\"slug\";s:11:\"updraftplus\";s:6:\"plugin\";s:27:\"updraftplus/updraftplus.php\";s:11:\"new_version\";s:7:\"1.16.61\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/updraftplus/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/updraftplus.1.16.61.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-256x256.jpg?rev=1686200\";s:2:\"1x\";s:64:\"https://ps.w.org/updraftplus/assets/icon-128x128.jpg?rev=1686200\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/updraftplus/assets/banner-1544x500.png?rev=1686200\";s:2:\"1x\";s:66:\"https://ps.w.org/updraftplus/assets/banner-772x250.png?rev=1686200\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.2\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:5:\"2.1.8\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.1.8.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.8\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:38:\"w.org/plugins/wonderplugin-slider-lite\";s:4:\"slug\";s:24:\"wonderplugin-slider-lite\";s:6:\"plugin\";s:47:\"wonderplugin-slider-lite/wonderpluginslider.php\";s:11:\"new_version\";s:4:\"12.8\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/wonderplugin-slider-lite/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wonderplugin-slider-lite.zip\";s:5:\"icons\";a:1:{s:2:\"1x\";s:77:\"https://ps.w.org/wonderplugin-slider-lite/assets/icon-128x128.png?rev=1341124\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:79:\"https://ps.w.org/wonderplugin-slider-lite/assets/banner-772x250.jpg?rev=1341124\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:5:\"5.7.3\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:57:\"w.org/plugins/woocommerce-gateway-paypal-express-checkout\";s:4:\"slug\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:6:\"plugin\";s:91:\"woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:11:\"new_version\";s:5:\"2.1.3\";s:3:\"url\";s:74:\"https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/\";s:7:\"package\";s:92:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-paypal-express-checkout.2.1.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-256x256.png?rev=2423949\";s:2:\"1x\";s:96:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/icon-128x128.png?rev=2423949\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:99:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-1544x500.png?rev=2423949\";s:2:\"1x\";s:98:\"https://ps.w.org/woocommerce-gateway-paypal-express-checkout/assets/banner-772x250.png?rev=2423949\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.5\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.5.5\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.5.5.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.3\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:37:\"wp-carousel-free/wp-carousel-free.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:30:\"w.org/plugins/wp-carousel-free\";s:4:\"slug\";s:16:\"wp-carousel-free\";s:6:\"plugin\";s:37:\"wp-carousel-free/wp-carousel-free.php\";s:11:\"new_version\";s:5:\"2.3.1\";s:3:\"url\";s:47:\"https://wordpress.org/plugins/wp-carousel-free/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-carousel-free.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wp-carousel-free/assets/icon-256x256.png?rev=2000936\";s:2:\"1x\";s:69:\"https://ps.w.org/wp-carousel-free/assets/icon-128x128.png?rev=2000936\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/wp-carousel-free/assets/banner-1544x500.png?rev=2000936\";s:2:\"1x\";s:71:\"https://ps.w.org/wp-carousel-free/assets/banner-772x250.png?rev=2000936\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:3:\"0.7\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.7.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:71:\"https://ps.w.org/wordpress-importer/assets/icon-256x256.png?rev=1908375\";s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=1908375\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.7\";s:6:\"tested\";s:5:\"5.4.7\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:7:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:5:\"4.2.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:56:\"https://downloads.wordpress.org/plugin/akismet.4.2.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:59:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=969272\";s:2:\"1x\";s:59:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=969272\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:61:\"https://ps.w.org/akismet/assets/banner-772x250.jpg?rev=479904\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a: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.4.2\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.4.2.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}}s:45:\"limit-login-attempts/limit-login-attempts.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:34:\"w.org/plugins/limit-login-attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:6:\"plugin\";s:45:\"limit-login-attempts/limit-login-attempts.php\";s:11:\"new_version\";s:5:\"1.7.1\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/limit-login-attempts/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:64:\"https://s.w.org/plugins/geopattern-icon/limit-login-attempts.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"2.8\";}s:23:\"wp-smushit/wp-smush.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/wp-smushit\";s:4:\"slug\";s:10:\"wp-smushit\";s:6:\"plugin\";s:23:\"wp-smushit/wp-smush.php\";s:11:\"new_version\";s:5:\"3.9.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-smushit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-smushit.3.9.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-256x256.gif?rev=2263432\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-smushit/assets/icon-128x128.gif?rev=2263431\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-smushit/assets/banner-1544x500.png?rev=1863697\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-smushit/assets/banner-772x250.png?rev=1863697\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:5:\"5.7.1\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-256x256.png?rev=2366418\";s:2:\"1x\";s:64:\"https://ps.w.org/woocommerce/assets/icon-128x128.png?rev=2366418\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=2366418\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=2366418\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"7.0\";s:13:\"compatibility\";a:0:{}}s:57:\"woocommerce-gateway-stripe/woocommerce-gateway-stripe.php\";O:8:\"stdClass\":13:{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:5:\"5.6.0\";s:3:\"url\";s:57:\"https://wordpress.org/plugins/woocommerce-gateway-stripe/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/woocommerce-gateway-stripe.5.6.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-256x256.png?rev=2419673\";s:2:\"1x\";s:79:\"https://ps.w.org/woocommerce-gateway-stripe/assets/icon-128x128.png?rev=2419673\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:82:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-1544x500.png?rev=2419673\";s:2:\"1x\";s:81:\"https://ps.w.org/woocommerce-gateway-stripe/assets/banner-772x250.png?rev=2419673\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:3:\"5.6\";s:13:\"compatibility\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:6:\"17.2.1\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/wordpress-seo.17.2.1.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2363699\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=1843435\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=1843435\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=1843435\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=1843435\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.8.1\";s:12:\"requires_php\";s:6:\"5.6.20\";s:13:\"compatibility\";a:0:{}}}}','no'),(74263,'_transient_et_updated_plugins_data','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1582305560;s:10:\"changelogs\";a:1:{s:22:\"elegant-themes-support\";s:107:\"https://www.elegantthemes.com/api/changelog/elegant-themes-support.txt?TB_iframe=true&width=1024&height=800\";}}','yes'),(90667,'_transient_timeout_wc_cbp_9b42b5769b0839026728adae481eb32f','1607565909','no'),(90668,'_transient_wc_cbp_9b42b5769b0839026728adae481eb32f','a:0:{}','no'),(119551,'_transient_timeout_external_ip_address_2001:df3:2e81:4c60:8a3a:aaf9:183a:b40','1632315165','no'),(119561,'_transient_external_ip_address_2001:df3:2e81:638a:8e2a:10bc:8e2a:10bc','103.67.235.121','no'),(121011,'_transient_yith-wcmbs-restr-users','a:1:{i:0;a:0:{}}','no'),(119552,'_transient_external_ip_address_2001:df3:2e81:4c60:8a3a:aaf9:183a:b40','103.67.235.121','no'),(119560,'_transient_timeout_external_ip_address_2001:df3:2e81:638a:8e2a:10bc:8e2a:10bc','1632325077','no'),(111316,'_transient_timeout_wflginfl_00000000000000000000ffff65cea918','1625379173','no'),(111317,'_transient_wflginfl_00000000000000000000ffff65cea918','1','no'),(81387,'_transient_timeout_sbi_header_5799464764#6','1593461995','no'),(81388,'_transient_sbi_header_5799464764#6','{\"id\":\"5799464764\",\"username\":\"raisingclevergirls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=eIC47bQh6aYAX_9t6uB&oh=31be77c47a4fe33be53244402e05cae3&oe=5F229215\",\"full_name\":\"Raising Clever Girls\",\"bio\":\"by Anda Maria - your family coach\\n\\u2728\\nInspiring #parents to bring up #daughters \\n#happy \\n#resilient\\n#successful\\n#loving their lives. \\n\\u2728\\nJoin in!\\n\\u2728\",\"website\":\"http:\\/\\/raisingclevergirls.com.au\\/\",\"is_business\":true,\"counts\":{\"media\":87,\"follows\":205,\"followed_by\":191},\"local_avatar\":\"http:\\/\\/www.raisingclevergirls.com.au\\/wp-content\\/uploads\\/sb-instagram-feed-images\\/raisingclevergirls.jpg\"}','no'),(114851,'_transient_timeout_wflginfl_00000000000000000000ffff6798d701','1628206633','no'),(114852,'_transient_wflginfl_00000000000000000000ffff6798d701','1','no'),(114859,'_transient_timeout_wflginfl_00000000000000000000ffffbed3f18b','1628212842','no'),(114860,'_transient_wflginfl_00000000000000000000ffffbed3f18b','1','no'),(114983,'_transient_timeout_wflginfl_00000000000000000000ffffcb9e7811','1628334475','no'),(114984,'_transient_wflginfl_00000000000000000000ffffcb9e7811','1','no'),(120944,'_transient_timeout_wc_loopa7d51633090527','1635683489','no'),(120945,'_transient_wc_loopa7d51633090527','O:8:\"WP_Query\":49:{s:5:\"query\";a:9:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";s:1:\"6\";s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:71:\"parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";}s:10:\"query_vars\";a:70:{s:9:\"post_type\";s:7:\"product\";s:11:\"post_status\";s:7:\"publish\";s:19:\"ignore_sticky_posts\";i:1;s:7:\"orderby\";s:16:\"menu_order title\";s:5:\"order\";s:3:\"ASC\";s:14:\"posts_per_page\";i:6;s:10:\"meta_query\";a:0:{}s:9:\"tax_query\";a:2:{i:0;a:4:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"field\";s:16:\"term_taxonomy_id\";s:5:\"terms\";a:1:{i:0;i:28;}s:8:\"operator\";s:6:\"NOT IN\";}i:1;a:1:{i:0;a:4:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:71:\"parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";}}}s:8:\"meta_key\";s:0:\"\";s:5:\"error\";s:0:\"\";s:1:\"m\";s:0:\"\";s:1:\"p\";i:0;s:11:\"post_parent\";s:0:\"\";s:7:\"subpost\";s:0:\"\";s:10:\"subpost_id\";s:0:\"\";s:10:\"attachment\";s:0:\"\";s:13:\"attachment_id\";i:0;s:4:\"name\";s:0:\"\";s:6:\"static\";s:0:\"\";s:8:\"pagename\";s:0:\"\";s:7:\"page_id\";i:0;s:6:\"second\";s:0:\"\";s:6:\"minute\";s:0:\"\";s:4:\"hour\";s:0:\"\";s:3:\"day\";i:0;s:8:\"monthnum\";i:0;s:4:\"year\";i:0;s:1:\"w\";i:0;s:13:\"category_name\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:3:\"cat\";s:0:\"\";s:6:\"tag_id\";s:0:\"\";s:6:\"author\";s:0:\"\";s:11:\"author_name\";s:0:\"\";s:4:\"feed\";s:0:\"\";s:2:\"tb\";s:0:\"\";s:5:\"paged\";i:0;s:10:\"meta_value\";s:0:\"\";s:7:\"preview\";s:0:\"\";s:1:\"s\";s:0:\"\";s:8:\"sentence\";s:0:\"\";s:5:\"title\";s:0:\"\";s:6:\"fields\";s:0:\"\";s:10:\"menu_order\";s:0:\"\";s:5:\"embed\";s:0:\"\";s:12:\"category__in\";a:0:{}s:16:\"category__not_in\";a:0:{}s:13:\"category__and\";a:0:{}s:8:\"post__in\";a:0:{}s:12:\"post__not_in\";a:0:{}s:13:\"post_name__in\";a:0:{}s:7:\"tag__in\";a:0:{}s:11:\"tag__not_in\";a:0:{}s:8:\"tag__and\";a:0:{}s:12:\"tag_slug__in\";a:0:{}s:13:\"tag_slug__and\";a:0:{}s:15:\"post_parent__in\";a:0:{}s:19:\"post_parent__not_in\";a:0:{}s:10:\"author__in\";a:0:{}s:14:\"author__not_in\";a:0:{}s:16:\"suppress_filters\";b:0;s:13:\"cache_results\";b:1;s:22:\"update_post_term_cache\";b:1;s:19:\"lazy_load_term_meta\";b:1;s:22:\"update_post_meta_cache\";b:1;s:8:\"nopaging\";b:0;s:17:\"comments_per_page\";s:2:\"50\";s:13:\"no_found_rows\";b:0;s:8:\"taxonomy\";s:11:\"product_cat\";s:4:\"term\";s:71:\"parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges\";}s:9:\"tax_query\";O:12:\"WP_Tax_Query\":6:{s:7:\"queries\";a:2:{i:0;a:5:{s:8:\"taxonomy\";s:18:\"product_visibility\";s:5:\"terms\";a:1:{i:0;i:28;}s:5:\"field\";s:16:\"term_taxonomy_id\";s:8:\"operator\";s:6:\"NOT IN\";s:16:\"include_children\";b:1;}i:1;a:2:{i:0;a:5:{s:8:\"taxonomy\";s:11:\"product_cat\";s:5:\"terms\";a:1:{i:0;s:71:\"parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges\";}s:5:\"field\";s:4:\"slug\";s:8:\"operator\";s:2:\"IN\";s:16:\"include_children\";b:1;}s:8:\"relation\";s:3:\"AND\";}}s:8:\"relation\";s:3:\"AND\";s:16:\"\0*\0table_aliases\";a:1:{i:0;s:21:\"wp_term_relationships\";}s:13:\"queried_terms\";a:1:{s:11:\"product_cat\";a:2:{s:5:\"terms\";a:1:{i:0;s:71:\"parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges\";}s:5:\"field\";s:4:\"slug\";}}s:13:\"primary_table\";s:8:\"wp_posts\";s:17:\"primary_id_column\";s:2:\"ID\";}s:10:\"meta_query\";O:13:\"WP_Meta_Query\":9:{s:7:\"queries\";a:0:{}s:8:\"relation\";N;s:10:\"meta_table\";N;s:14:\"meta_id_column\";N;s:13:\"primary_table\";N;s:17:\"primary_id_column\";N;s:16:\"\0*\0table_aliases\";a:0:{}s:10:\"\0*\0clauses\";a:0:{}s:18:\"\0*\0has_or_relation\";b:0;}s:10:\"date_query\";b:0;s:7:\"request\";s:506:\"SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( \n wp_posts.ID NOT IN (\n SELECT object_id\n FROM wp_term_relationships\n WHERE term_taxonomy_id IN (28)\n ) \n AND \n ( \n wp_term_relationships.term_taxonomy_id IN (87)\n )\n) AND wp_posts.post_type = \'product\' AND ((wp_posts.post_status = \'publish\')) GROUP BY wp_posts.ID ORDER BY wp_posts.menu_order ASC, wp_posts.post_title ASC LIMIT 0, 6\";s:5:\"posts\";a:5:{i:0;O:7:\"WP_Post\":24:{s:2:\"ID\";i:904;s:11:\"post_author\";s:2:\"44\";s:9:\"post_date\";s:19:\"2018-10-25 08:24:32\";s:13:\"post_date_gmt\";s:19:\"2018-10-24 21:24:32\";s:12:\"post_content\";s:963:\"Daughter stressing you out?\r\n\r\nRaising a daughter can be tough, especially if you\'re used to boys. Girls don\'t exactly come with instructions. You want the best for her. Still, you think you might do something to mess up.\r\n\r\nThe good news is fatherhood doesn\'t have to be hard. Now, you can get proven advice from experts and faithful dads like you to help boost your daughter\'s self-esteem.\r\n

Inside this book, you\'ll discover:

\r\n \r\n
    \r\n
  • What you need to know about her broken confidence (and how you can fix it right away)
  • \r\n
  • How you can help your daughter gain self-respect starting today
  • \r\n
  • How to get your daughter to listen to you every time
  • \r\n
  • (For New Dads) The truth about fatherhood no one talks about
  • \r\n
  • And much more.
  • \r\n
\r\n \r\n\r\nThis parenting guide contains real-life stories, case studies and advice to help you strengthen your bond with your daughter.\";s:10:\"post_title\";s:37:\"A Father\'s Guide to Raising Daughters\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:31:\"fathers-guide-raising-daughters\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 08:24:32\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 21:24:32\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=904\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:1;O:7:\"WP_Post\":24:{s:2:\"ID\";i:902;s:11:\"post_author\";s:2:\"44\";s:9:\"post_date\";s:19:\"2018-10-25 08:18:45\";s:13:\"post_date_gmt\";s:19:\"2018-10-24 21:18:45\";s:12:\"post_content\";s:1514:\"A practical guidebook and passionate call-to-arms for parents of girls that empowers them to raise confident, well-rounded daughters in an exploitative world, from the author of the international bestseller Raising Boys.\r\n\r\nRaising a happy, healthy, well-adjusted daughter from babyhood to womanhood can be a challenge. Girls need to be strong, and in this warm-hearted book, best-selling parenting author Steve Biddulph brings together the finest thinking from around the world on how to raise daughters who are self-assured, know they are loved, and can stand up for themselves and others. With gentle humor and proven wisdom backed by decades of experience as a family psychologist and father, Biddulph shows parents of girls how to navigate the obstacles of growing up in a world that seems bent on poisoning their confidence. Biddulph also discusses:\r\n• The five stages of girlhood, and how to help them go smoothly.\r\n• How to deal with bullying, mean girls, and social media.\r\n• Ways to ease the transition into the teen years.\r\n• What you need to know about healthy body image, food, and eating disorders.\r\n• The importance of girl’s friendships and how to support them.\r\n• How to help girls happily and confidently relate to boys.\r\nWith unforgettable success stories of girls growing up wise and warm, Raising Girls is fierce and tender; loving and concerned. It is both a detailed guidebook and a passionate call-to-arms to defend and empower girls everywhere.\";s:10:\"post_title\";s:13:\"Raising Girls\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:13:\"raising-girls\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 08:18:45\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 21:18:45\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=902\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:2;O:7:\"WP_Post\":24:{s:2:\"ID\";i:601;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:13:34\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:13:34\";s:12:\"post_content\";s:1105:\"Risque Halloween costumes for young girls. T-shirts that boast \"Chick Magnet\" for toddler boys. Sexy content on almost every television channel, as well as in movies and video games. Popular culture and technology inundate our boys and girls with an onslaught of graphic sexual messages at earlier ages than ever before. Without the emotional sophistication to understand what they are doing and seeing, kids are getting into increasing trouble emotionally and socially. Parents are left shaking their heads, wondering: How did this happen? What can we do?\r\nDiane E. Levin, Ph.D., and Jean Kilbourne, Ed.D., internationally recognized experts in, respectively, early childhood development and the impact of the media on children and teens, offer parents essential, age-appropriate strategies to counter the assault. Filled with savvy suggestions, helpful sample dialogues, and poignant stories from families dealing with these issues, So Sexy So Soon provides parents with the information, skills, and confidence they need to discuss sensitive topics openly and effectively-so their kids can just be kids.\";s:10:\"post_title\";s:15:\"So Sexy So Soon\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:15:\"so-sexy-so-soon\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:50:26\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:50:26\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=601\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:3;O:7:\"WP_Post\":24:{s:2:\"ID\";i:602;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-20 21:15:35\";s:13:\"post_date_gmt\";s:19:\"2017-10-20 10:15:35\";s:12:\"post_content\";s:618:\"Rachel Simmons argues that in idealizing the \"good girl\"-unerringly nice, polite, modest, and selfless-we teach girls to embrace a version of selfhood that curtails their power and potential.\r\n\r\nDrawing on the exercises Simmons herself uses in her work with girls, parents, and educators,The Curse of the Good Girl provides a catalog of practical strategies to foster girls\' assertiveness, resilience, and integrity. At the core of Simmons\'s radical argument is her belief that the most critical freedom we can win for our daughters is the liberty not only to listen to their inner voice but also to act on it.\";s:10:\"post_title\";s:26:\"The Curse of the Good Girl\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:26:\"the-curse-of-the-good-girl\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 07:50:14\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 20:50:14\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=602\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}i:4;O:7:\"WP_Post\":24:{s:2:\"ID\";i:683;s:11:\"post_author\";s:2:\"50\";s:9:\"post_date\";s:19:\"2017-10-21 23:25:45\";s:13:\"post_date_gmt\";s:19:\"2017-10-21 12:25:45\";s:12:\"post_content\";s:1070:\"There\'s so much more to confidence than being outgoing, and self esteem has a huge impact on both your happiness and what you are able to achieve in life. Marisa Peer\'s tried and tested programme is an effortless way to maximise your potential and overhaul your whole outlook on life for the better. Her powerful hypnotic language and effective techniques mean that just reading the book enables you to change negative thought patterns and break harmful habits that have been holding you back without you knowing it.Written in the highly engaging style she is renowned for, Marisa\'s book speaks to you on an extremely personal level and tailors her proven methods in establishing confidence to your unique needs. Unlike other books on the market, not only does her programme provide lasting results but she focuses much more on how to like yourself, because until you do you can\'t enjoy the benefits of confidence. Marisa\'s programme is the effortless way to tackle every type of confidence issue so that you can achieve your full potential in life and reap the rewards.\";s:10:\"post_title\";s:19:\"Ultimate Confidence\";s:12:\"post_excerpt\";s:0:\"\";s:11:\"post_status\";s:7:\"publish\";s:14:\"comment_status\";s:4:\"open\";s:11:\"ping_status\";s:6:\"closed\";s:13:\"post_password\";s:0:\"\";s:9:\"post_name\";s:19:\"ultimate-confidence\";s:7:\"to_ping\";s:0:\"\";s:6:\"pinged\";s:0:\"\";s:13:\"post_modified\";s:19:\"2018-10-25 08:06:03\";s:17:\"post_modified_gmt\";s:19:\"2018-10-24 21:06:03\";s:21:\"post_content_filtered\";s:0:\"\";s:11:\"post_parent\";i:0;s:4:\"guid\";s:66:\"http://www.raisingclevergirls.com.au/?post_type=product&p=683\";s:10:\"menu_order\";i:0;s:9:\"post_type\";s:7:\"product\";s:14:\"post_mime_type\";s:0:\"\";s:13:\"comment_count\";s:1:\"0\";s:6:\"filter\";s:3:\"raw\";}}s:10:\"post_count\";i:5;s:12:\"current_post\";i:-1;s:11:\"in_the_loop\";b:0;s:4:\"post\";r:150;s:13:\"comment_count\";i:0;s:15:\"current_comment\";i:-1;s:11:\"found_posts\";s:1:\"5\";s:13:\"max_num_pages\";d:1;s:21:\"max_num_comment_pages\";i:0;s:9:\"is_single\";b:0;s:10:\"is_preview\";b:0;s:7:\"is_page\";b:0;s:10:\"is_archive\";b:1;s:7:\"is_date\";b:0;s:7:\"is_year\";b:0;s:8:\"is_month\";b:0;s:6:\"is_day\";b:0;s:7:\"is_time\";b:0;s:9:\"is_author\";b:0;s:11:\"is_category\";b:0;s:6:\"is_tag\";b:0;s:6:\"is_tax\";b:0;s:9:\"is_search\";b:0;s:7:\"is_feed\";b:0;s:15:\"is_comment_feed\";b:0;s:12:\"is_trackback\";b:0;s:7:\"is_home\";b:0;s:6:\"is_404\";b:0;s:8:\"is_embed\";b:0;s:8:\"is_paged\";b:0;s:8:\"is_admin\";b:0;s:13:\"is_attachment\";b:0;s:11:\"is_singular\";b:0;s:9:\"is_robots\";b:0;s:13:\"is_posts_page\";b:0;s:20:\"is_post_type_archive\";b:1;s:25:\"\0WP_Query\0query_vars_hash\";s:32:\"9c88001d1e0d373bfc7d19a7892aab63\";s:28:\"\0WP_Query\0query_vars_changed\";b:0;s:17:\"thumbnails_cached\";b:0;s:19:\"\0WP_Query\0stopwords\";N;s:23:\"\0WP_Query\0compat_fields\";a:2:{i:0;s:15:\"query_vars_hash\";i:1;s:18:\"query_vars_changed\";}s:24:\"\0WP_Query\0compat_methods\";a:2:{i:0;s:16:\"init_query_flags\";i:1;s:15:\"parse_tax_query\";}}','no'),(112019,'_transient_timeout_wflginfl_00000000000000000000ffff2dbacb77','1625917155','no'),(112020,'_transient_wflginfl_00000000000000000000ffff2dbacb77','1','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 DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=8434 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 (1,2,'_wp_page_template','default'),(4250,427,'_wp_attachment_backup_sizes','a:6:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:389;s:6:\"height\";i:240;s:4:\"file\";s:73:\"strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:81:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:81:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"yith_vendors_gravatar-orig\";a:4:{s:4:\"file\";s:79:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yith_vendors_header-orig\";a:4:{s:4:\"file\";s:79:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:81:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(4088,427,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:96:\"2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:96:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:96:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:94:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:94:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:96:\"strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4089,428,'_wp_attached_file','2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg'),(4090,428,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0697408362188634;s:5:\"bytes\";i:2668;s:11:\"size_before\";i:65557;s:10:\"size_after\";i:62889;s:4:\"time\";d:0.13;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:447;s:11:\"size_before\";i:6966;s:10:\"size_after\";i:6519;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:683;s:11:\"size_before\";i:14100;s:10:\"size_after\";i:13417;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5899999999999999;s:5:\"bytes\";i:218;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:2056;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:10;s:5:\"bytes\";i:181;s:11:\"size_before\";i:1810;s:10:\"size_after\";i:1629;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:435;s:11:\"size_before\";i:7360;s:10:\"size_after\";i:6925;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1299999999999999;s:5:\"bytes\";i:704;s:11:\"size_before\";i:33047;s:10:\"size_after\";i:32343;s:4:\"time\";d:0.040000000000000001;}}}'),(7971,903,'_wp_attachment_image_alt','parenting books raising girls'),(7970,903,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:463;s:4:\"file\";s:25:\"2018/10/raising-girls.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"raising-girls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"raising-girls-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"raising-girls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"raising-girls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"raising-girls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:25:\"raising-girls-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"raising-girls-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"raising-girls-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"raising-girls-300x382.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7969,903,'_wp_attached_file','2018/10/raising-girls.jpg'),(7968,902,'_edit_last','44'),(7967,902,'_edit_lock','1540415957:44'),(7966,902,'_wc_average_rating','0'),(7965,902,'_wc_rating_count','a:0:{}'),(7964,902,'_wc_review_count','0'),(7963,902,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7962,894,'_yoast_wpseo_content_score','90'),(7961,894,'_show-contents-in-my-account','0'),(7960,894,'_alternative-content',''),(7959,894,'_et_pb_custom_css',''),(7940,889,'viewed','1'),(7939,889,'version',''),(7938,889,'theme',''),(7937,889,'plugins','[]'),(7958,894,'_et_pb_enable_shortcode_tracking',''),(7935,889,'dismissable','1'),(7936,889,'location','[\"everywhere\"]'),(3756,352,'_wp_attached_file','2017/04/clever-girls-logo-round-half-grey.jpg'),(3758,352,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.555834475339079148170640110038220882415771484375;s:5:\"bytes\";i:30538;s:11:\"size_before\";i:156158;s:10:\"size_after\";i:125620;s:4:\"time\";d:0.41000000000000003108624468950438313186168670654296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:191;s:11:\"size_before\";i:3992;s:10:\"size_after\";i:3801;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:622;s:11:\"size_before\";i:9183;s:10:\"size_after\";i:8561;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:109;s:11:\"size_before\";i:1487;s:10:\"size_after\";i:1378;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:117;s:11:\"size_before\";i:1309;s:10:\"size_after\";i:1192;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:192;s:11:\"size_before\";i:4116;s:10:\"size_after\";i:3924;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1251;s:11:\"size_before\";i:14496;s:10:\"size_after\";i:13245;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:732;s:11:\"size_before\";i:11960;s:10:\"size_after\";i:11228;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:878;s:11:\"size_before\";i:13009;s:10:\"size_after\";i:12131;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1218;s:11:\"size_before\";i:14551;s:10:\"size_after\";i:13333;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:1330;s:11:\"size_before\";i:14730;s:10:\"size_after\";i:13400;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.5;s:5:\"bytes\";i:23898;s:11:\"size_before\";i:67325;s:10:\"size_after\";i:43427;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(501,173,'_edit_lock','1498482688:44'),(500,173,'_wc_average_rating','0'),(499,173,'_wc_rating_count','a:0:{}'),(498,173,'_wc_review_count','0'),(496,173,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(495,170,'_yoast_wpseo_content_score','60'),(494,170,'_show-contents-in-my-account','0'),(493,170,'_alternative-content',''),(492,170,'_et_pb_section_background_color','#ffffff'),(491,170,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(490,170,'_et_pb_dark_text_color','#666666'),(489,170,'_et_pb_light_text_color','#ffffff'),(488,170,'_et_pb_custom_css',''),(487,170,'_et_pb_enable_shortcode_tracking',''),(486,170,'_et_pb_old_content','[yith_wcmv_become_a_vendor]'),(485,170,'_et_pb_ab_stats_refresh_interval','hourly'),(484,170,'_et_pb_ab_bounce_rate_limit','5'),(482,170,'_et_pb_side_nav','off'),(483,170,'_et_pb_use_builder','on'),(481,170,'_et_pb_page_layout','et_right_sidebar'),(131,74,'_form','\n\n\n\n\n\n\n\n[submit \"Send\"]'),(132,74,'_mail','a:8:{s:7:\"subject\";s:29:\"Clever Girls \"[your-subject]\"\";s:6:\"sender\";s:42:\"[your-name] \";s:4:\"body\";s:180:\"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 Clever Girls (http://www.clevergirls.com.au)\";s:9:\"recipient\";s:22:\"kiddiesandme@yahoo.com\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(133,74,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:29:\"Clever Girls \"[your-subject]\"\";s:6:\"sender\";s:43:\"Clever Girls \";s:4:\"body\";s:122:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Clever Girls (http://www.clevergirls.com.au)\";s:9:\"recipient\";s:12:\"[your-email]\";s:18:\"additional_headers\";s:32:\"Reply-To: kiddiesandme@yahoo.com\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";i:0;s:13:\"exclude_blank\";i:0;}'),(134,74,'_messages','a:8:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";}'),(135,74,'_additional_settings',NULL),(136,74,'_locale','en'),(137,76,'_edit_lock','1490355899:1'),(4153,443,'_et_pb_built_for_post_type','page'),(147,81,'_menu_item_type','post_type'),(148,81,'_menu_item_menu_item_parent','0'),(149,81,'_menu_item_object_id','2'),(150,81,'_menu_item_object','page'),(151,81,'_menu_item_target',''),(152,81,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(153,81,'_menu_item_xfn',''),(154,81,'_menu_item_url',''),(4152,443,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4150,442,'_menu_item_url','https://www.facebook.com/groups/1200650340060478/'),(4172,444,'_et_pb_section_background_color','#ffffff'),(4147,442,'_menu_item_target',''),(4148,442,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4149,442,'_menu_item_xfn',''),(565,177,'_et_pb_side_nav','off'),(3755,351,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:402;s:4:\"file\";s:40:\"2017/04/clever-girls-logo-round-grey.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-round-grey-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-round-grey-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"clever-girls-logo-round-grey-400x402.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(232,92,'_edit_last','44'),(233,92,'_edit_lock','1545056079:44'),(234,92,'_wp_page_template','default'),(235,92,'_et_disable_builder','0'),(236,92,'_et_pb_post_hide_nav','default'),(237,92,'_et_pb_page_layout','et_right_sidebar'),(238,92,'_et_pb_side_nav','off'),(239,92,'_et_pb_use_builder','on'),(241,92,'_et_pb_ab_stats_refresh_interval','hourly'),(242,92,'_et_pb_old_content',''),(243,92,'_et_pb_enable_shortcode_tracking',''),(244,92,'_et_pb_custom_css',''),(8100,926,'_wp_attached_file','2017/03/Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg'),(8099,923,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8098,923,'_edit_lock','1540418369:44'),(249,92,'_yoast_wpseo_content_score','90'),(3749,348,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:270;s:6:\"height\";i:270;s:4:\"file\";s:41:\"2017/06/clever-girls-logo-round-small.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:41:\"clever-girls-logo-round-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:39:\"clever-girls-logo-round-small-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:39:\"clever-girls-logo-round-small-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:41:\"clever-girls-logo-round-small-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:41:\"clever-girls-logo-round-small-270x250.jpg\";s:5:\"width\";i:270;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3747,348,'_wp_attached_file','2017/06/clever-girls-logo-round-small.jpg'),(3748,348,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.869919848461290001750967348925769329071044921875;s:5:\"bytes\";i:15471;s:11:\"size_before\";i:70741;s:10:\"size_after\";i:55270;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:207;s:11:\"size_before\";i:4570;s:10:\"size_after\";i:4363;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1668;s:10:\"size_after\";i:1539;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1381;s:10:\"size_after\";i:1251;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:194;s:11:\"size_before\";i:4676;s:10:\"size_after\";i:4482;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:538;s:11:\"size_before\";i:9842;s:10:\"size_after\";i:9304;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.370000000000000994759830064140260219573974609375;s:5:\"bytes\";i:14273;s:11:\"size_before\";i:48604;s:10:\"size_after\";i:34331;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(480,170,'_et_pb_post_hide_nav','default'),(4091,428,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:99:\"2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:99:\"arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:99:\"arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:97:\"arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:97:\"arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:99:\"arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4092,429,'_wp_attached_file','2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg'),(4093,429,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9855676302564325;s:5:\"bytes\";i:5574;s:11:\"size_before\";i:93124;s:10:\"size_after\";i:87550;s:4:\"time\";d:0.10999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:642;s:11:\"size_before\";i:8616;s:10:\"size_after\";i:7974;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:1188;s:11:\"size_before\";i:19013;s:10:\"size_after\";i:17825;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7400000000000002;s:5:\"bytes\";i:229;s:11:\"size_before\";i:2350;s:10:\"size_after\";i:2121;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7200000000000006;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1759;s:10:\"size_after\";i:1588;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0300000000000002;s:5:\"bytes\";i:640;s:11:\"size_before\";i:9104;s:10:\"size_after\";i:8464;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:2704;s:11:\"size_before\";i:52282;s:10:\"size_after\";i:49578;s:4:\"time\";d:0.040000000000000001;}}}'),(479,170,'_yith_wcmbs_protected_links','a:0:{}'),(478,170,'_et_disable_builder','0'),(477,170,'_wp_page_template','default'),(476,170,'_edit_last','44'),(475,170,'_edit_lock','1505706627:44'),(473,170,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4606,411,'_sale_price_dates_from',''),(3752,349,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:38:\"2017/06/favicon-clever-girls-small.jpg\";s:5:\"sizes\";a:4:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"favicon-clever-girls-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:36:\"favicon-clever-girls-small-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:36:\"favicon-clever-girls-small-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"favicon-clever-girls-small-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3753,351,'_wp_attached_file','2017/04/clever-girls-logo-round-grey.jpg'),(3754,351,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:24.4333213083213109939606511034071445465087890625;s:5:\"bytes\";i:32510;s:11:\"size_before\";i:133056;s:10:\"size_after\";i:100546;s:4:\"time\";d:0.3400000000000000799360577730112709105014801025390625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.63999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:286;s:11:\"size_before\";i:3743;s:10:\"size_after\";i:3457;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:771;s:11:\"size_before\";i:8350;s:10:\"size_after\";i:7579;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:144;s:11:\"size_before\";i:1441;s:10:\"size_after\";i:1297;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:157;s:11:\"size_before\";i:1276;s:10:\"size_after\";i:1119;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:280;s:11:\"size_before\";i:3835;s:10:\"size_after\";i:3555;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6300000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1535;s:11:\"size_before\";i:13199;s:10:\"size_after\";i:11664;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:963;s:11:\"size_before\";i:10772;s:10:\"size_after\";i:9809;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:1150;s:11:\"size_before\";i:11793;s:10:\"size_after\";i:10643;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:13222;s:10:\"size_after\";i:11745;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.8599999999999994315658113919198513031005859375;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:13349;s:10:\"size_after\";i:11766;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:46.39999999999999857891452847979962825775146484375;s:5:\"bytes\";i:24164;s:11:\"size_before\";i:52076;s:10:\"size_after\";i:27912;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(3750,349,'_wp_attached_file','2017/06/favicon-clever-girls-small.jpg'),(3751,349,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:41.471464814404299659145181067287921905517578125;s:5:\"bytes\";i:16837;s:11:\"size_before\";i:40599;s:10:\"size_after\";i:23762;s:4:\"time\";d:0.12000000000000000943689570931383059360086917877197265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:219;s:11:\"size_before\";i:3207;s:10:\"size_after\";i:2988;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:137;s:11:\"size_before\";i:1468;s:10:\"size_after\";i:1331;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:118;s:11:\"size_before\";i:1308;s:10:\"size_after\";i:1190;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:193;s:11:\"size_before\";i:3315;s:10:\"size_after\";i:3122;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:51.659999999999996589394868351519107818603515625;s:5:\"bytes\";i:16170;s:11:\"size_before\";i:31301;s:10:\"size_after\";i:15131;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(566,177,'_alternative-content',''),(3806,362,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:128;s:4:\"file\";s:43:\"2017/07/clever-girls-logo-header-narrow.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-150x128.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"clever-girls-logo-header-narrow-300x64.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:64;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:41:\"clever-girls-logo-header-narrow-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:41:\"clever-girls-logo-header-narrow-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-157x128.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-400x128.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-510x109.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:109;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-400x128.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-400x128.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-510x128.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-header-narrow-400x128.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4146,442,'_menu_item_object','custom'),(926,220,'_yoast_wpseo_content_score','30'),(925,220,'_show-contents-in-my-account','0'),(924,220,'_alternative-content',''),(923,220,'_et_pb_section_background_color','#ffffff'),(922,220,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(921,220,'_et_pb_dark_text_color','#666666'),(920,220,'_et_pb_light_text_color','#ffffff'),(919,220,'_et_pb_custom_css',''),(918,220,'_et_pb_enable_shortcode_tracking',''),(917,220,'_et_pb_old_content',''),(916,220,'_et_pb_ab_stats_refresh_interval','hourly'),(915,220,'_et_pb_ab_bounce_rate_limit','5'),(914,220,'_et_pb_use_builder',''),(913,220,'_et_pb_side_nav','off'),(4145,442,'_menu_item_object_id','442'),(3808,363,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.270968277120676948044319942709989845752716064453125;s:5:\"bytes\";i:18927;s:11:\"size_before\";i:578636;s:10:\"size_after\";i:559709;s:4:\"time\";d:0.8600000000000000976996261670137755572795867919921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.21999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:375;s:11:\"size_before\";i:7180;s:10:\"size_after\";i:6805;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:564;s:11:\"size_before\";i:11485;s:10:\"size_after\";i:10921;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.189999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1623;s:11:\"size_before\";i:50890;s:10:\"size_after\";i:49267;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.770000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2241;s:11:\"size_before\";i:81011;s:10:\"size_after\";i:78770;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:190;s:11:\"size_before\";i:2224;s:10:\"size_after\";i:2034;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:165;s:11:\"size_before\";i:1685;s:10:\"size_after\";i:1520;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:471;s:11:\"size_before\";i:7743;s:10:\"size_after\";i:7272;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1440;s:11:\"size_before\";i:33789;s:10:\"size_after\";i:32349;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:1022;s:11:\"size_before\";i:26273;s:10:\"size_after\";i:25251;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:35094;s:10:\"size_after\";i:33798;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.13999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:927;s:11:\"size_before\";i:22391;s:10:\"size_after\";i:21464;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.310000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2519;s:11:\"size_before\";i:109062;s:10:\"size_after\";i:106543;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:921;s:11:\"size_before\";i:24142;s:10:\"size_after\";i:23221;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1380;s:11:\"size_before\";i:37836;s:10:\"size_after\";i:36456;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.680000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:2357;s:11:\"size_before\";i:88036;s:10:\"size_after\";i:85679;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.609999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1436;s:11:\"size_before\";i:39795;s:10:\"size_after\";i:38359;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}}}'),(3832,379,'_menu_item_type','taxonomy'),(3831,379,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(564,177,'_et_pb_page_layout','et_right_sidebar'),(4144,442,'_menu_item_menu_item_parent','0'),(4143,442,'_menu_item_type','custom'),(517,173,'_edit_last','44'),(518,173,'_yith_wcmbs_protected_links','a:0:{}'),(519,173,'_yoast_wpseo_primary_product_cat','45'),(520,173,'_et_pb_post_hide_nav','default'),(521,173,'_et_pb_page_layout','et_right_sidebar'),(522,173,'_et_pb_side_nav','off'),(523,173,'_alternative-content',''),(524,173,'_show-contents-in-my-account','0'),(525,173,'_yoast_wpseo_content_score','30'),(526,173,'_sku',''),(527,173,'_regular_price','0'),(528,173,'_sale_price',''),(529,173,'_sale_price_dates_from',''),(530,173,'_sale_price_dates_to',''),(531,173,'total_sales','34'),(532,173,'_tax_status','taxable'),(533,173,'_tax_class',''),(534,173,'_manage_stock','no'),(535,173,'_backorders','no'),(536,173,'_sold_individually','no'),(537,173,'_weight',''),(538,173,'_length',''),(539,173,'_width',''),(540,173,'_height',''),(541,173,'_upsell_ids','a:0:{}'),(542,173,'_crosssell_ids','a:0:{}'),(543,173,'_purchase_note',''),(544,173,'_default_attributes','a:0:{}'),(545,173,'_virtual','yes'),(546,173,'_downloadable','no'),(547,173,'_product_image_gallery',''),(548,173,'_download_limit','-1'),(549,173,'_download_expiry','-1'),(550,173,'_stock',NULL),(551,173,'_stock_status','instock'),(552,173,'_product_version','3.0.9'),(553,173,'_price','0'),(554,177,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3761,173,'_thumbnail_id','351'),(556,177,'_wc_review_count','0'),(557,177,'_wc_rating_count','a:0:{}'),(558,177,'_wc_average_rating','0'),(559,177,'_edit_lock','1498482667:44'),(560,177,'_edit_last','44'),(561,177,'_yith_wcmbs_protected_links','a:0:{}'),(562,177,'_yoast_wpseo_primary_product_cat','45'),(563,177,'_et_pb_post_hide_nav','default'),(3760,177,'_thumbnail_id','348'),(3763,170,'_et_pb_ab_refresh_interval','hourly'),(3764,170,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"170\" /]'),(3759,352,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:402;s:4:\"file\";s:45:\"2017/04/clever-girls-logo-round-half-grey.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-round-half-grey-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:43:\"clever-girls-logo-round-half-grey-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"clever-girls-logo-round-half-grey-400x402.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(567,177,'_show-contents-in-my-account','0'),(568,177,'_yoast_wpseo_content_score','30'),(569,177,'_sku',''),(570,177,'_regular_price','19.90'),(571,177,'_sale_price',''),(572,177,'_sale_price_dates_from',''),(573,177,'_sale_price_dates_to',''),(574,177,'total_sales','0'),(575,177,'_tax_status','taxable'),(576,177,'_tax_class',''),(577,177,'_manage_stock','no'),(578,177,'_backorders','no'),(579,177,'_sold_individually','no'),(580,177,'_weight',''),(581,177,'_length',''),(582,177,'_width',''),(583,177,'_height',''),(584,177,'_upsell_ids','a:0:{}'),(585,177,'_crosssell_ids','a:0:{}'),(586,177,'_purchase_note',''),(587,177,'_default_attributes','a:0:{}'),(588,177,'_virtual','yes'),(589,177,'_downloadable','no'),(590,177,'_product_image_gallery',''),(591,177,'_download_limit','-1'),(592,177,'_download_expiry','-1'),(593,177,'_stock',NULL),(594,177,'_stock_status','instock'),(595,177,'_product_version','3.0.9'),(596,177,'_price','19.90'),(904,220,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(908,220,'_wp_page_template','default'),(650,177,'_wp_old_slug','standard'),(907,220,'_edit_last','44'),(779,77,'_edit_lock','1492772032:1'),(665,48,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3807,363,'_wp_attached_file','2017/07/AdobeStock_115697717-small-1.jpg'),(4162,444,'_et_pb_side_nav','off'),(4161,444,'_et_pb_page_layout','et_right_sidebar'),(4160,444,'_et_pb_post_hide_nav','default'),(4159,444,'_yith_wcmbs_protected_links','a:0:{}'),(4158,444,'_et_disable_builder','0'),(4154,444,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4155,444,'_edit_lock','1505705215:44'),(4156,444,'_edit_last','44'),(4157,444,'_wp_page_template','default'),(708,81,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(711,188,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(712,188,'_menu_item_type','post_type'),(713,188,'_menu_item_menu_item_parent','0'),(714,188,'_menu_item_object_id','92'),(715,188,'_menu_item_object','page'),(716,188,'_menu_item_target',''),(717,188,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(718,188,'_menu_item_xfn',''),(719,188,'_menu_item_url',''),(4171,444,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(721,189,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(722,189,'_menu_item_type','post_type'),(723,189,'_menu_item_menu_item_parent','0'),(724,189,'_menu_item_object_id','2'),(725,189,'_menu_item_object','page'),(726,189,'_menu_item_target',''),(727,189,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(728,189,'_menu_item_xfn',''),(729,189,'_menu_item_url',''),(4169,444,'_et_pb_light_text_color','#ffffff'),(4168,444,'_et_pb_custom_css',''),(4167,444,'_et_pb_enable_shortcode_tracking',''),(4166,444,'_et_pb_old_content',''),(4165,444,'_et_pb_ab_stats_refresh_interval','hourly'),(4164,444,'_et_pb_ab_bounce_rate_limit','5'),(4163,444,'_et_pb_use_builder','on'),(749,192,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(751,192,'_edit_lock','1581227914:44'),(752,192,'_edit_last','44'),(283,119,'_mc4wp_settings','a:8:{s:15:\"required_fields\";s:11:\"EMAIL,FNAME\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"1\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:11:\"theme-light\";s:5:\"lists\";a:1:{i:0;s:10:\"7227261368\";}}'),(284,119,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(285,119,'text_invalid_email','Please provide a valid email address.'),(286,119,'text_required_field_missing','Please fill in the required fields.'),(287,119,'text_already_subscribed','Given email address is already subscribed, thank you!'),(288,119,'text_error','Oops. Something went wrong. Please try again.'),(289,119,'text_unsubscribed','You were successfully unsubscribed.'),(290,119,'text_not_subscribed','Given email address is not subscribed.'),(291,119,'text_no_lists_selected','Please select at least one list.'),(292,119,'text_updated','Thank you, your records have been updated!'),(293,121,'_mc4wp_settings','a:8:{s:15:\"required_fields\";s:11:\"EMAIL,FNAME\";s:12:\"double_optin\";s:1:\"1\";s:15:\"update_existing\";s:1:\"0\";s:17:\"replace_interests\";s:1:\"1\";s:18:\"hide_after_success\";s:1:\"1\";s:8:\"redirect\";s:0:\"\";s:3:\"css\";s:11:\"theme-light\";s:5:\"lists\";a:1:{i:0;s:10:\"7227261368\";}}'),(294,121,'text_subscribed','Thank you, your sign-up request was successful! Please check your email inbox to confirm.'),(295,121,'text_invalid_email','Please provide a valid email address.'),(296,121,'text_required_field_missing','Please fill in the required fields.'),(297,121,'text_already_subscribed','Given email address is already subscribed, thank you!'),(298,121,'text_error','Oops. Something went wrong. Please try again.'),(299,121,'text_unsubscribed','You were successfully unsubscribed.'),(300,121,'text_not_subscribed','Given email address is not subscribed.'),(301,121,'text_no_lists_selected','Please select at least one list.'),(302,121,'text_updated','Thank you, your records have been updated!'),(3803,125,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3804,362,'_wp_attached_file','2017/07/clever-girls-logo-header-narrow.jpg'),(3805,362,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:23.8364917703779752855552942492067813873291015625;s:5:\"bytes\";i:20666;s:11:\"size_before\";i:86699;s:10:\"size_after\";i:66033;s:4:\"time\";d:0.3200000000000000621724893790087662637233734130859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.96000000000000085265128291212022304534912109375;s:5:\"bytes\";i:255;s:11:\"size_before\";i:2559;s:10:\"size_after\";i:2304;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:215;s:11:\"size_before\";i:3577;s:10:\"size_after\";i:3362;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:143;s:11:\"size_before\";i:1316;s:10:\"size_after\";i:1173;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92999999999999971578290569595992565155029296875;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1180;s:10:\"size_after\";i:1051;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:227;s:11:\"size_before\";i:2646;s:10:\"size_after\";i:2419;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.42999999999999971578290569595992565155029296875;s:5:\"bytes\";i:463;s:11:\"size_before\";i:6232;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:482;s:11:\"size_before\";i:6242;s:10:\"size_after\";i:5760;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5769;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5769;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:609;s:11:\"size_before\";i:7947;s:10:\"size_after\";i:7338;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5769;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:48.13000000000000255795384873636066913604736328125;s:5:\"bytes\";i:18143;s:11:\"size_before\";i:37693;s:10:\"size_after\";i:19550;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(3839,379,'_menu_item_url',''),(3838,379,'_menu_item_xfn',''),(3837,379,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3836,379,'_menu_item_target',''),(3835,379,'_menu_item_object','product_cat'),(3834,379,'_menu_item_object_id','12'),(3833,379,'_menu_item_menu_item_parent','440'),(4424,538,'_billing_first_name','Hafeez'),(4418,538,'_created_via','checkout'),(4419,538,'_date_completed',''),(4420,538,'_completed_date',''),(308,125,'_edit_last','44'),(309,125,'_edit_lock','1505705745:44'),(3979,403,'_wp_attached_file','2017/08/clever-girls-logo-header-1.jpg'),(3978,125,'_show-contents-in-my-account','0'),(3977,125,'_alternative-content',''),(7957,894,'_et_pb_old_content',''),(7956,894,'_et_pb_ab_stats_refresh_interval','hourly'),(7955,894,'_et_builder_version','BB|Divi|3.2'),(7954,894,'_et_pb_use_builder','on'),(7953,894,'_et_pb_side_nav','off'),(7952,894,'_et_pb_page_layout','et_right_sidebar'),(4605,411,'_sale_price','24.50'),(7951,894,'_et_pb_post_hide_nav','default'),(912,220,'_et_pb_page_layout','et_right_sidebar'),(911,220,'_et_pb_post_hide_nav','default'),(316,125,'_wp_page_template','default'),(317,125,'_et_disable_builder','0'),(318,125,'_et_pb_post_hide_nav','default'),(319,125,'_et_pb_page_layout','et_right_sidebar'),(320,125,'_et_pb_side_nav','off'),(321,125,'_et_pb_use_builder','on'),(322,125,'_et_pb_ab_bounce_rate_limit','5'),(323,125,'_et_pb_ab_stats_refresh_interval','hourly'),(324,125,'_et_pb_old_content','

We are thrilled to have you on board - you are in for some amazing educational resources and parenting advice!

First, we need to confirm your email address. To complete the subscription process, please click the link in the email we just sent you.

To be sure that you receive our newsletter and it doesn\'t end up in your spam folder, please add us to your approved email list or contacts list.

Be inspired, teach confidence and kindness, spread wisdom around like confetti!

\"\"

'),(325,125,'_et_pb_enable_shortcode_tracking',''),(326,125,'_et_pb_custom_css',''),(327,125,'_et_pb_light_text_color','#ffffff'),(328,125,'_et_pb_dark_text_color','#666666'),(329,125,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(330,125,'_et_pb_section_background_color','#ffffff'),(331,125,'_yoast_wpseo_content_score','60'),(780,192,'_wp_page_template','default'),(781,192,'_et_disable_builder','0'),(782,192,'_yith_wcmbs_protected_links','a:0:{}'),(783,192,'_et_pb_post_hide_nav','default'),(784,192,'_et_pb_page_layout','et_right_sidebar'),(785,192,'_et_pb_side_nav','off'),(786,192,'_et_pb_use_builder','on'),(788,192,'_et_pb_ab_stats_refresh_interval','hourly'),(789,192,'_et_pb_old_content','

We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at contact@clevergirls.com.au or fill in the form below.

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please visit our Jon Us page.

 

[contact-form-7 id=\"74\" title=\"Contact form 1\"]

'),(790,192,'_et_pb_enable_shortcode_tracking',''),(791,192,'_et_pb_custom_css',''),(8358,192,'_et_pb_use_ab_testing','off'),(796,192,'_alternative-content',''),(797,192,'_show-contents-in-my-account','0'),(798,192,'_yoast_wpseo_content_score','30'),(799,196,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(800,196,'_menu_item_type','post_type'),(801,196,'_menu_item_menu_item_parent','0'),(802,196,'_menu_item_object_id','192'),(803,196,'_menu_item_object','page'),(804,196,'_menu_item_target',''),(805,196,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(806,196,'_menu_item_xfn',''),(807,196,'_menu_item_url',''),(4170,444,'_et_pb_dark_text_color','#666666'),(810,197,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(811,197,'_menu_item_type','post_type'),(812,197,'_menu_item_menu_item_parent','0'),(813,197,'_menu_item_object_id','192'),(814,197,'_menu_item_object','page'),(815,197,'_menu_item_target',''),(816,197,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(817,197,'_menu_item_xfn',''),(818,197,'_menu_item_url',''),(4142,442,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(833,78,'_edit_lock','1505709977:44'),(842,92,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(841,92,'_yith_wcmbs_protected_links','a:0:{}'),(844,92,'_alternative-content',''),(845,92,'_show-contents-in-my-account','0'),(910,220,'_yith_wcmbs_protected_links','a:0:{}'),(909,220,'_et_disable_builder','0'),(4603,411,'_sku',''),(4604,411,'_regular_price','32.95'),(7465,697,'_edit_last','44'),(7466,698,'_wp_attached_file','2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg'),(7934,889,'type','info'),(7950,894,'_yith_wcmbs_protected_links','a:0:{}'),(7949,894,'_et_disable_builder','0'),(7933,889,'notification_id','741'),(7946,894,'_edit_lock','1540417206:44'),(7947,894,'_edit_last','44'),(7948,894,'_wp_page_template','default'),(8104,930,'_edit_lock','1545309656:44'),(8103,930,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4612,411,'_backorders','no'),(4611,411,'_manage_stock','no'),(4610,411,'_tax_class',''),(906,220,'_edit_lock','1505707068:44'),(891,170,'_et_builder_settings','a:2:{s:11:\"layout_html\";s:0:\"\";s:16:\"layout_shortcode\";s:0:\"\";}'),(973,224,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(974,224,'_yoast_wpseo_is_cornerstone',''),(975,224,'_edit_lock','1498397296:3'),(976,224,'_edit_last','3'),(978,224,'_yith_wcmbs_plan_list_styles','a:24:{s:10:\"list_style\";s:4:\"none\";s:11:\"title_color\";s:7:\"#333333\";s:16:\"title_background\";s:11:\"transparent\";s:15:\"title_font_size\";s:2:\"15\";s:16:\"title_margin_top\";s:1:\"0\";s:18:\"title_margin_right\";s:1:\"0\";s:19:\"title_margin_bottom\";s:1:\"0\";s:17:\"title_margin_left\";s:1:\"0\";s:17:\"title_padding_top\";s:1:\"0\";s:19:\"title_padding_right\";s:1:\"0\";s:20:\"title_padding_bottom\";s:1:\"0\";s:18:\"title_padding_left\";s:1:\"0\";s:10:\"item_color\";s:7:\"#333333\";s:15:\"item_background\";s:11:\"transparent\";s:14:\"item_font_size\";s:2:\"15\";s:10:\"show_icons\";s:3:\"yes\";s:15:\"item_margin_top\";s:1:\"0\";s:17:\"item_margin_right\";s:1:\"0\";s:18:\"item_margin_bottom\";s:1:\"0\";s:16:\"item_margin_left\";s:2:\"20\";s:16:\"item_padding_top\";s:1:\"0\";s:18:\"item_padding_right\";s:1:\"0\";s:19:\"item_padding_bottom\";s:1:\"0\";s:17:\"item_padding_left\";s:1:\"0\";}'),(980,224,'_membership-duration','90'),(981,224,'_show-contents-in-my-account','0'),(982,224,'_yith_wcmbs_plan_items','a:1:{i:0;s:3:\"220\";}'),(983,224,'_membership-product','a:1:{i:0;s:3:\"173\";}'),(2020,286,'_end_date','1504692998'),(2021,286,'_order_id','0'),(2022,286,'_order_item_id','0'),(2023,286,'_user_id','14'),(2024,286,'_status','expired'),(2025,286,'_paused_days','0'),(2026,286,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1496916998;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1503837666;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1504700435;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(2027,286,'_credits','-1'),(2028,286,'_credits_update','0'),(2029,286,'_next_credits_update','0'),(2017,286,'_plan_id','224'),(2018,286,'_title','Become a Vendor'),(2019,286,'_start_date','1496916998'),(1755,279,'_plan_id','224'),(1756,279,'_title','Become a Vendor'),(1757,279,'_start_date','1496717111'),(1758,279,'_end_date','1504493111'),(1759,279,'_order_id','0'),(1760,279,'_order_item_id','0'),(1761,279,'_user_id','12'),(1762,279,'_status','expired'),(1763,279,'_paused_days','0'),(1764,279,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1496717112;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1503665943;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1504527621;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(1765,279,'_credits','-1'),(1766,279,'_credits_update','0'),(1767,279,'_next_credits_update','0'),(3813,92,'_et_builder_settings','a:2:{s:11:\"layout_html\";s:0:\"\";s:16:\"layout_shortcode\";s:0:\"\";}'),(2294,296,'_plan_id','224'),(2295,296,'_title','Become a Vendor'),(2296,296,'_start_date','1497085314'),(2297,296,'_end_date','1504861314'),(2298,296,'_order_id','295'),(2299,296,'_order_item_id','13'),(2300,296,'_user_id','17'),(2301,296,'_status','expired'),(2302,296,'_paused_days','0'),(2303,296,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1497085314;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1504008048;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1504877074;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(2304,296,'_credits','-1'),(2305,296,'_credits_update','0'),(2306,296,'_next_credits_update','0'),(2308,78,'_edit_last','44'),(2309,78,'_wp_page_template','default'),(2310,78,'_et_disable_builder','0'),(2311,78,'_yith_wcmbs_protected_links','a:0:{}'),(2314,78,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(2316,78,'_et_pb_post_hide_nav','default'),(2317,78,'_et_pb_page_layout','et_right_sidebar'),(2318,78,'_et_pb_side_nav','off'),(2319,78,'_et_pb_use_builder','on'),(2320,78,'_et_pb_ab_bounce_rate_limit','5'),(2321,78,'_et_pb_ab_stats_refresh_interval','hourly'),(2322,78,'_et_pb_old_content','[woocommerce_my_account]'),(2323,78,'_et_pb_enable_shortcode_tracking',''),(2324,78,'_et_pb_custom_css',''),(2325,78,'_et_pb_light_text_color','#ffffff'),(2326,78,'_et_pb_dark_text_color','#666666'),(2327,78,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(2328,78,'_et_pb_section_background_color','#ffffff'),(2329,78,'_alternative-content',''),(2330,78,'_show-contents-in-my-account','0'),(2331,78,'_yoast_wpseo_content_score','60'),(2380,299,'_plan_id','224'),(2381,299,'_title','Become a Vendor'),(2382,299,'_start_date','1497313433'),(2383,299,'_end_date','1505089433'),(2384,299,'_order_id','298'),(2385,299,'_order_item_id','14'),(2386,299,'_user_id','18'),(2387,299,'_status','expired'),(2388,299,'_paused_days','0'),(2389,299,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1497313433;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1504273951;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1505133160;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(2390,299,'_credits','-1'),(2391,299,'_credits_update','0'),(2392,299,'_next_credits_update','0'),(4328,535,'_order_key','wc_order_59b7bbe9d5f17'),(3108,323,'_plan_id','224'),(3109,323,'_title','Become a Vendor'),(3110,323,'_start_date','1497950939'),(3111,323,'_end_date','1505726939'),(3112,323,'_order_id','322'),(3113,323,'_order_item_id','24'),(3114,323,'_user_id','37'),(3115,323,'_status','expired'),(3116,323,'_paused_days','0'),(3117,323,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1497950939;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1504877074;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1505703022;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(3118,323,'_credits','-1'),(3119,323,'_credits_update','0'),(3120,323,'_next_credits_update','0'),(3170,325,'_plan_id','224'),(3171,325,'_title','Become a Vendor'),(3172,325,'_start_date','1497967167'),(3173,325,'_end_date','1505743167'),(3174,325,'_order_id','324'),(3175,325,'_order_item_id','25'),(3176,325,'_user_id','38'),(3177,325,'_status','expired'),(3178,325,'_paused_days','0'),(3179,325,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1497967167;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1504877074;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1505703022;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(3180,325,'_credits','-1'),(3181,325,'_credits_update','0'),(3182,325,'_next_credits_update','0'),(3232,327,'_plan_id','224'),(3233,327,'_title','Become a Vendor'),(3234,327,'_start_date','1498089410'),(3235,327,'_end_date','1505865410'),(3236,327,'_order_id','326'),(3237,327,'_order_item_id','26'),(3238,327,'_user_id','39'),(3239,327,'_status','expired'),(3240,327,'_paused_days','0'),(3241,327,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1498089411;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1504959174;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1505825508;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(3242,327,'_credits','-1'),(3243,327,'_credits_update','0'),(3244,327,'_next_credits_update','0'),(3466,332,'_order_key','wc_order_594eb70255a10'),(3467,332,'_customer_user','0'),(3468,332,'_payment_method',''),(3469,332,'_payment_method_title',''),(3470,332,'_transaction_id',''),(3471,332,'_customer_ip_address','185.182.81.50'),(3472,332,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),(3473,332,'_created_via','checkout'),(3474,332,'_date_completed',''),(3475,332,'_completed_date',''),(3476,332,'_date_paid','1498330883'),(3477,332,'_paid_date','2017-06-24 19:01:23'),(3478,332,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(3479,332,'_billing_first_name','Hafeez'),(3480,332,'_billing_last_name','User1234'),(3481,332,'_billing_company',''),(3482,332,'_billing_address_1','1234, Sydney'),(3483,332,'_billing_address_2',''),(3484,332,'_billing_city','Lahore'),(3485,332,'_billing_state','PB'),(3486,332,'_billing_postcode','654654'),(3487,332,'_billing_country','PK'),(3488,332,'_billing_email','ansaripk123@outlook.com'),(3489,332,'_billing_phone','789654123'),(3490,332,'_shipping_first_name',''),(3491,332,'_shipping_last_name',''),(3492,332,'_shipping_company',''),(3493,332,'_shipping_address_1',''),(3494,332,'_shipping_address_2',''),(3495,332,'_shipping_city',''),(3496,332,'_shipping_state',''),(3497,332,'_shipping_postcode',''),(3498,332,'_shipping_country',''),(3499,332,'_order_currency','AUD'),(3500,332,'_cart_discount','0'),(3501,332,'_cart_discount_tax','0'),(3502,332,'_order_shipping','0'),(3503,332,'_order_shipping_tax','0'),(3504,332,'_order_tax','0'),(3505,332,'_order_total','0.00'),(3506,332,'_order_version','3.0.9'),(3507,332,'_prices_include_tax','no'),(3508,332,'_billing_address_index','Hafeez User1234 1234, Sydney Lahore PB 654654 PK ansaripk123@outlook.com 789654123'),(3509,332,'_shipping_address_index',' '),(3510,332,'_shipping_method',''),(3511,332,'_download_permissions_granted','yes'),(3512,332,'_recorded_sales','yes'),(3513,332,'_recorded_coupon_usage_counts','yes'),(3527,332,'_order_stock_reduced','yes'),(3528,334,'_order_key','wc_order_594eb8f58cbe8'),(3529,334,'_customer_user','0'),(3530,334,'_payment_method',''),(3531,334,'_payment_method_title',''),(3532,334,'_transaction_id',''),(3533,334,'_customer_ip_address','185.182.81.50'),(3534,334,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),(3535,334,'_created_via','checkout'),(3536,334,'_date_completed',''),(3537,334,'_completed_date',''),(3538,334,'_date_paid','1498331381'),(3539,334,'_paid_date','2017-06-24 19:09:41'),(3540,334,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(3541,334,'_billing_first_name','Test1'),(3542,334,'_billing_last_name','User1'),(3543,334,'_billing_company',''),(3544,334,'_billing_address_1','123, Islamabad'),(3545,334,'_billing_address_2',''),(3546,334,'_billing_city','Lahore'),(3547,334,'_billing_state','PB'),(3548,334,'_billing_postcode','40000'),(3549,334,'_billing_country','PK'),(3550,334,'_billing_email','test99@gmail.com'),(3551,334,'_billing_phone','8529637'),(3552,334,'_shipping_first_name',''),(3553,334,'_shipping_last_name',''),(3554,334,'_shipping_company',''),(3555,334,'_shipping_address_1',''),(3556,334,'_shipping_address_2',''),(3557,334,'_shipping_city',''),(3558,334,'_shipping_state',''),(3559,334,'_shipping_postcode',''),(3560,334,'_shipping_country',''),(3561,334,'_order_currency','AUD'),(3562,334,'_cart_discount','0'),(3563,334,'_cart_discount_tax','0'),(3564,334,'_order_shipping','0'),(3565,334,'_order_shipping_tax','0'),(3566,334,'_order_tax','0'),(3567,334,'_order_total','0.00'),(3568,334,'_order_version','3.0.9'),(3569,334,'_prices_include_tax','no'),(3570,334,'_billing_address_index','Test1 User1 123, Islamabad Lahore PB 40000 PK test99@gmail.com 8529637'),(3571,334,'_shipping_address_index',' '),(3572,334,'_shipping_method',''),(3573,334,'_download_permissions_granted','yes'),(3574,334,'_recorded_sales','yes'),(3575,334,'_recorded_coupon_usage_counts','yes'),(3589,334,'_order_stock_reduced','yes'),(3590,336,'_order_key','wc_order_594ebc407dfe7'),(3591,336,'_customer_user','0'),(3592,336,'_payment_method',''),(3593,336,'_payment_method_title',''),(3594,336,'_transaction_id',''),(3595,336,'_customer_ip_address','185.182.81.45'),(3596,336,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),(3597,336,'_created_via','checkout'),(3598,336,'_date_completed',''),(3599,336,'_completed_date',''),(3600,336,'_date_paid','1498332225'),(3601,336,'_paid_date','2017-06-24 19:23:45'),(3602,336,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(3603,336,'_billing_first_name','Test10'),(3604,336,'_billing_last_name','User10'),(3605,336,'_billing_company',''),(3606,336,'_billing_address_1','123, Lahore'),(3607,336,'_billing_address_2',''),(3608,336,'_billing_city','Lahore'),(3609,336,'_billing_state','PB'),(3610,336,'_billing_postcode','40000'),(3611,336,'_billing_country','PK'),(3612,336,'_billing_email','test100@gmail.com'),(3613,336,'_billing_phone','6541239'),(3614,336,'_shipping_first_name',''),(3615,336,'_shipping_last_name',''),(3616,336,'_shipping_company',''),(3617,336,'_shipping_address_1',''),(3618,336,'_shipping_address_2',''),(3619,336,'_shipping_city',''),(3620,336,'_shipping_state',''),(3621,336,'_shipping_postcode',''),(3622,336,'_shipping_country',''),(3623,336,'_order_currency','AUD'),(3624,336,'_cart_discount','0'),(3625,336,'_cart_discount_tax','0'),(3626,336,'_order_shipping','0'),(3627,336,'_order_shipping_tax','0'),(3628,336,'_order_tax','0'),(3629,336,'_order_total','0.00'),(3630,336,'_order_version','3.0.9'),(3631,336,'_prices_include_tax','no'),(3632,336,'_billing_address_index','Test10 User10 123, Lahore Lahore PB 40000 PK test100@gmail.com 6541239'),(3633,336,'_shipping_address_index',' '),(3634,336,'_shipping_method',''),(3635,336,'_download_permissions_granted','yes'),(3636,336,'_recorded_sales','yes'),(3637,336,'_recorded_coupon_usage_counts','yes'),(3651,336,'_order_stock_reduced','yes'),(3762,170,'_et_pb_enable_ab_testing','off'),(3674,342,'_order_key','wc_order_594fbe4349eff'),(4290,532,'_shipping_first_name',''),(4289,532,'_billing_phone','09352411329'),(4288,532,'_billing_email','ansaripk@outlook.com'),(7467,698,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3734584764283486;s:5:\"bytes\";i:15115;s:11:\"size_before\";i:204992;s:10:\"size_after\";i:189877;s:4:\"time\";d:0.30000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1199999999999992;s:5:\"bytes\";i:328;s:11:\"size_before\";i:4037;s:10:\"size_after\";i:3709;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996;s:5:\"bytes\";i:376;s:11:\"size_before\";i:5695;s:10:\"size_after\";i:5319;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:1453;s:11:\"size_before\";i:18539;s:10:\"size_after\";i:17086;s:4:\"time\";d:0.050000000000000003;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5599999999999996;s:5:\"bytes\";i:2079;s:11:\"size_before\";i:27496;s:10:\"size_after\";i:25417;s:4:\"time\";d:0.040000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7199999999999998;s:5:\"bytes\";i:129;s:11:\"size_before\";i:1670;s:10:\"size_after\";i:1541;s:4:\"time\";i:0;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.33;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1414;s:10:\"size_after\";i:1268;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1500000000000004;s:5:\"bytes\";i:376;s:11:\"size_before\";i:4109;s:10:\"size_after\";i:3733;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.68;s:5:\"bytes\";i:1207;s:11:\"size_before\";i:11306;s:10:\"size_after\";i:10099;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2000000000000002;s:5:\"bytes\";i:800;s:11:\"size_before\";i:11113;s:10:\"size_after\";i:10313;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:1019;s:11:\"size_before\";i:13381;s:10:\"size_after\";i:12362;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10099;s:10:\"size_after\";i:10099;s:4:\"time\";d:0.01;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:3232;s:11:\"size_before\";i:31623;s:10:\"size_after\";i:28391;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10099;s:10:\"size_after\";i:10099;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.34;s:5:\"bytes\";i:1497;s:11:\"size_before\";i:14480;s:10:\"size_after\";i:12983;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:2473;s:11:\"size_before\";i:29832;s:10:\"size_after\";i:27359;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10099;s:10:\"size_after\";i:10099;s:4:\"time\";d:0.02;}}}'),(4287,532,'_billing_country','IN'),(4286,532,'_billing_postcode','4444444'),(7773,825,'_wp_attached_file','2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg'),(7774,825,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:768;s:4:\"file\";s:133:\"2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:131:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:131:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-510x653.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-600x675.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:133:\"anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.2\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:8:\"iPhone 6\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1512130407\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:4:\"4.15\";s:3:\"iso\";s:2:\"50\";s:13:\"shutter_speed\";s:16:\"0.03030303030303\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(3934,393,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3935,393,'_menu_item_type','custom'),(3936,393,'_menu_item_menu_item_parent','0'),(3937,393,'_menu_item_object_id','393'),(3938,393,'_menu_item_object','custom'),(3939,393,'_menu_item_target',''),(3940,393,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3941,393,'_menu_item_xfn',''),(3942,393,'_menu_item_url','https://www.facebook.com/groups/1200650340060478/'),(3952,395,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3953,395,'_menu_item_type','custom'),(3954,395,'_menu_item_menu_item_parent','0'),(3955,395,'_menu_item_object_id','395'),(3956,395,'_menu_item_object','custom'),(3957,395,'_menu_item_target',''),(3958,395,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(3959,395,'_menu_item_xfn',''),(3960,395,'_menu_item_url','http://www.raisingclevergirls.com.au/home'),(3809,363,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:709;s:4:\"file\";s:40:\"2017/07/AdobeStock_115697717-small-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:41:\"AdobeStock_115697717-small-1-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:38:\"AdobeStock_115697717-small-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:38:\"AdobeStock_115697717-small-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-510x241.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-610x288.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:41:\"AdobeStock_115697717-small-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:41:\"AdobeStock_115697717-small-1-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"AdobeStock_115697717-small-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:22:\"erstudiostok - Fotolia\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:121:\"beautiful young mother and her little daughter drawing with crayons on the album. mother and daughter having fun at home.\";s:17:\"created_timestamp\";s:10:\"1464871222\";s:9:\"copyright\";s:22:\"erstudiostok - Fotolia\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"mother and her little daughter drawing\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:3:\"kid\";i:1;s:6:\"mother\";i:2;s:4:\"girl\";i:3;s:6:\"family\";i:4;s:5:\"child\";i:5;s:8:\"together\";i:6;s:9:\"education\";i:7;s:8:\"daughter\";i:8;s:4:\"cute\";i:9;s:5:\"happy\";i:10;s:9:\"childhood\";i:11;s:6:\"people\";i:12;s:5:\"woman\";i:13;s:6:\"little\";i:14;s:4:\"home\";i:15;s:6:\"parent\";i:16;s:3:\"fun\";i:17;s:3:\"mom\";i:18;s:8:\"learning\";i:19;s:8:\"creative\";i:20;s:6:\"pencil\";i:21;s:5:\"young\";i:22;s:6:\"female\";i:23;s:5:\"paper\";i:24;s:12:\"kindergarten\";i:25;s:8:\"cheerful\";i:26;s:9:\"beautiful\";i:27;s:6:\"indoor\";i:28;s:9:\"caucasian\";i:29;s:8:\"colorful\";i:30;s:8:\"activity\";i:31;s:4:\"play\";i:32;s:5:\"adult\";i:33;s:5:\"study\";i:34;s:3:\"two\";i:35;s:3:\"art\";i:36;s:7:\"leisure\";i:37;s:9:\"preschool\";i:38;s:6:\"pretty\";i:39;s:9:\"lifestyle\";i:40;s:6:\"artist\";i:41;s:6:\"school\";i:42;s:5:\"table\";i:43;s:11:\"preschooler\";i:44;s:4:\"love\";i:45;s:6:\"crayon\";i:46;s:5:\"smile\";i:47;s:4:\"baby\";i:48;s:7:\"drawing\";i:49;s:10:\"plasticine\";}}}'),(3675,342,'_customer_user','0'),(3676,342,'_payment_method',''),(3677,342,'_payment_method_title',''),(3678,342,'_transaction_id',''),(3679,342,'_customer_ip_address','185.104.184.145'),(3680,342,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/58.0.3029.110 safari/537.36'),(3681,342,'_created_via','checkout'),(3682,342,'_date_completed',''),(3683,342,'_completed_date',''),(3684,342,'_date_paid','1498398275'),(3685,342,'_paid_date','2017-06-25 13:44:35'),(3686,342,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(3687,342,'_billing_first_name','Test'),(3688,342,'_billing_last_name','User100'),(3689,342,'_billing_company',''),(3690,342,'_billing_address_1','123, Islamabad'),(3691,342,'_billing_address_2',''),(3692,342,'_billing_city','Islamabad'),(3693,342,'_billing_state','IS'),(3694,342,'_billing_postcode','46000'),(3695,342,'_billing_country','PK'),(3696,342,'_billing_email','test100@gmail.com'),(3697,342,'_billing_phone','6546546546'),(3698,342,'_shipping_first_name',''),(3699,342,'_shipping_last_name',''),(3700,342,'_shipping_company',''),(3701,342,'_shipping_address_1',''),(3702,342,'_shipping_address_2',''),(3703,342,'_shipping_city',''),(3704,342,'_shipping_state',''),(3705,342,'_shipping_postcode',''),(3706,342,'_shipping_country',''),(3707,342,'_order_currency','AUD'),(3708,342,'_cart_discount','0'),(3709,342,'_cart_discount_tax','0'),(3710,342,'_order_shipping','0'),(3711,342,'_order_shipping_tax','0'),(3712,342,'_order_tax','0'),(3713,342,'_order_total','0.00'),(3714,342,'_order_version','3.0.9'),(3715,342,'_prices_include_tax','no'),(3716,342,'_billing_address_index','Test User100 123, Islamabad Islamabad IS 46000 PK test100@gmail.com 6546546546'),(3717,342,'_shipping_address_index',' '),(3718,342,'_shipping_method',''),(3719,342,'_download_permissions_granted','yes'),(3720,342,'_recorded_sales','yes'),(3721,342,'_recorded_coupon_usage_counts','yes'),(3722,343,'_plan_id','224'),(3723,343,'_title','Become a Vendor'),(3724,343,'_start_date','1498398275'),(3725,343,'_end_date','1506174275'),(3726,343,'_order_id','342'),(3727,343,'_order_item_id','30'),(3728,343,'_user_id','43'),(3729,343,'_status','expired'),(3730,343,'_paused_days','0'),(3731,343,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1498398275;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1505304773;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1506171298;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(3732,343,'_credits','-1'),(3733,343,'_credits_update','0'),(3734,343,'_next_credits_update','0'),(3735,342,'_order_stock_reduced','yes'),(4085,426,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:359;s:6:\"height\";i:240;s:4:\"file\";s:70:\"2017/08/girls-in-science-strong-resilient-confident-e1502463482820.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"girls-in-science-strong-resilient-confident-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:55:\"girls-in-science-strong-resilient-confident-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:53:\"girls-in-science-strong-resilient-confident-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:53:\"girls-in-science-strong-resilient-confident-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"girls-in-science-strong-resilient-confident-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4086,427,'_wp_attached_file','2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg'),(4087,427,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:26.234420191847519;s:5:\"bytes\";i:12608;s:11:\"size_before\";i:48059;s:10:\"size_after\";i:35451;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:498;s:11:\"size_before\";i:5121;s:10:\"size_after\";i:4847;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.04;s:5:\"bytes\";i:567;s:11:\"size_before\";i:9829;s:10:\"size_after\";i:9530;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:318;s:11:\"size_before\";i:1887;s:10:\"size_after\";i:1726;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999998;s:5:\"bytes\";i:306;s:11:\"size_before\";i:1578;s:10:\"size_after\";i:1424;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:423;s:11:\"size_before\";i:5315;s:10:\"size_after\";i:5047;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:47.07;s:5:\"bytes\";i:481;s:11:\"size_before\";i:24329;s:10:\"size_after\";i:12877;s:4:\"time\";d:0.01;}}}'),(4237,507,'_wp_attached_file','2017/08/raising-clever-girls-logo-header-1.jpg'),(4238,507,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.726731957831714;s:5:\"bytes\";i:16838;s:11:\"size_before\";i:77499;s:10:\"size_after\";i:60661;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.6;s:5:\"bytes\";i:299;s:11:\"size_before\";i:2577;s:10:\"size_after\";i:2278;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:270;s:11:\"size_before\";i:2996;s:10:\"size_after\";i:2726;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.59;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1228;s:10:\"size_after\";i:1098;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.49;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1105;s:10:\"size_after\";i:967;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.039999999999999;s:5:\"bytes\";i:300;s:11:\"size_before\";i:2718;s:10:\"size_after\";i:2418;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:536;s:11:\"size_before\";i:6083;s:10:\"size_after\";i:5547;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.890000000000001;s:5:\"bytes\";i:580;s:11:\"size_before\";i:5326;s:10:\"size_after\";i:4746;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5547;s:10:\"size_after\";i:5547;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5547;s:10:\"size_after\";i:5547;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.970000000000001;s:5:\"bytes\";i:704;s:11:\"size_before\";i:6415;s:10:\"size_after\";i:5711;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5547;s:10:\"size_after\";i:5547;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:42.829999999999998;s:5:\"bytes\";i:13881;s:11:\"size_before\";i:32410;s:10:\"size_after\";i:18529;s:4:\"time\";d:0.050000000000000003;}}}'),(4239,507,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:552;s:6:\"height\";i:130;s:4:\"file\";s:46:\"2017/08/raising-clever-girls-logo-header-1.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-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:45:\"raising-clever-girls-logo-header-1-300x71.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:71;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"raising-clever-girls-logo-header-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"raising-clever-girls-logo-header-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-157x130.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-400x130.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-510x120.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-400x130.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-400x130.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-510x130.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"raising-clever-girls-logo-header-1-400x130.jpg\";s:5:\"width\";i:400;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:\"1\";s:8:\"keywords\";a:0:{}}}'),(4331,535,'_payment_method_title',''),(4332,535,'_transaction_id',''),(4333,535,'_customer_ip_address','103.255.6.109'),(4334,535,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),(4335,535,'_created_via','checkout'),(4336,535,'_date_completed',''),(4337,535,'_completed_date',''),(4338,535,'_date_paid','1505213418'),(4339,535,'_paid_date','2017-09-12 20:50:18'),(4340,535,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(4341,535,'_billing_first_name','Hafeez'),(4342,535,'_billing_last_name','Ansari'),(4343,535,'_billing_company','Hafeez Company Name'),(4344,535,'_billing_address_1','123, Sydney'),(4345,535,'_billing_address_2',''),(4346,535,'_billing_city','Sydney'),(4120,435,'_wp_attachment_image_alt','RAISING GIRLS PARENTING SOLUTIONS TIPS HACKS'),(4083,426,'_wp_attached_file','2017/08/girls-in-science-strong-resilient-confident-e1502463482820.jpg'),(4084,426,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.372711237375707;s:5:\"bytes\";i:13692;s:11:\"size_before\";i:64063;s:10:\"size_after\";i:50371;s:4:\"time\";d:0.12;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:393;s:11:\"size_before\";i:6711;s:10:\"size_after\";i:6318;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8999999999999999;s:5:\"bytes\";i:546;s:11:\"size_before\";i:14015;s:10:\"size_after\";i:13469;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2083;s:10:\"size_after\";i:1906;s:4:\"time\";d:0.040000000000000001;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:169;s:11:\"size_before\";i:1651;s:10:\"size_after\";i:1482;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:383;s:11:\"size_before\";i:7079;s:10:\"size_after\";i:6696;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.969999999999999;s:5:\"bytes\";i:1956;s:11:\"size_before\";i:32524;s:10:\"size_after\";i:20500;s:4:\"time\";d:0.029999999999999999;}}}'),(3976,125,'_yith_wcmbs_protected_links','a:0:{}'),(3980,403,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.237412242211496;s:5:\"bytes\";i:17849;s:11:\"size_before\";i:145856;s:10:\"size_after\";i:128007;s:4:\"time\";d:0.39999999999999991;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:267;s:11:\"size_before\";i:2910;s:10:\"size_after\";i:2643;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:192;s:11:\"size_before\";i:3954;s:10:\"size_after\";i:3762;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9199999999999999;s:5:\"bytes\";i:1002;s:11:\"size_before\";i:12655;s:10:\"size_after\";i:11653;s:4:\"time\";d:0.029999999999999999;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4299999999999997;s:5:\"bytes\";i:1729;s:11:\"size_before\";i:18329;s:10:\"size_after\";i:16600;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:125;s:11:\"size_before\";i:1362;s:10:\"size_after\";i:1237;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.220000000000001;s:5:\"bytes\";i:123;s:11:\"size_before\";i:1204;s:10:\"size_after\";i:1081;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:259;s:11:\"size_before\";i:3026;s:10:\"size_after\";i:2767;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.33;s:5:\"bytes\";i:1288;s:11:\"size_before\";i:8402;s:10:\"size_after\";i:7114;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:433;s:11:\"size_before\";i:7372;s:10:\"size_after\";i:6939;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:604;s:11:\"size_before\";i:9388;s:10:\"size_after\";i:8784;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.56;s:5:\"bytes\";i:912;s:11:\"size_before\";i:7260;s:10:\"size_after\";i:6348;s:4:\"time\";d:0.02;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:20.710000000000001;s:5:\"bytes\";i:4897;s:11:\"size_before\";i:23641;s:10:\"size_after\";i:18744;s:4:\"time\";d:0.070000000000000007;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.109999999999999;s:5:\"bytes\";i:982;s:11:\"size_before\";i:7492;s:10:\"size_after\";i:6510;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.390000000000001;s:5:\"bytes\";i:1583;s:11:\"size_before\";i:10284;s:10:\"size_after\";i:8701;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992;s:5:\"bytes\";i:1784;s:11:\"size_before\";i:19033;s:10:\"size_after\";i:17249;s:4:\"time\";d:0.040000000000000001;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.489999999999998;s:5:\"bytes\";i:1669;s:11:\"size_before\";i:9544;s:10:\"size_after\";i:7875;s:4:\"time\";d:0.029999999999999999;}}}'),(3981,403,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2603;s:6:\"height\";i:534;s:4:\"file\";s:38:\"2017/08/clever-girls-logo-header-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:37:\"clever-girls-logo-header-1-300x62.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-768x158.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:39:\"clever-girls-logo-header-1-1024x210.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:210;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:36:\"clever-girls-logo-header-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:36:\"clever-girls-logo-header-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-510x105.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:105;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-610x125.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:39:\"clever-girls-logo-header-1-1080x534.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:39:\"clever-girls-logo-header-1-1080x222.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:222;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:38:\"clever-girls-logo-header-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(3982,404,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(3983,404,'_edit_lock','1540412813:44'),(3985,404,'_edit_last','44'),(4423,538,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(4422,538,'_paid_date','2017-09-15 18:23:11'),(4421,538,'_date_paid','1505463791'),(4300,532,'_cart_discount','0'),(4301,532,'_cart_discount_tax','0'),(4302,532,'_order_shipping','0'),(4303,532,'_order_shipping_tax','0'),(4304,532,'_order_tax','0'),(4305,532,'_order_total','0.00'),(4306,532,'_order_version','3.0.9'),(4307,532,'_prices_include_tax','no'),(4308,532,'_billing_address_index','Hafeez Ansari Hafeez Company Name 123, Sydney Sydney 4444444 IN ansaripk@outlook.com 09352411329'),(4309,532,'_shipping_address_index',' '),(4310,532,'_shipping_method',''),(4311,532,'_download_permissions_granted','yes'),(4312,532,'_recorded_sales','yes'),(4313,532,'_recorded_coupon_usage_counts','yes'),(4417,538,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),(4416,538,'_customer_ip_address','103.255.6.251'),(4415,538,'_transaction_id',''),(4414,538,'_payment_method_title',''),(3988,404,'_wp_page_template','default'),(3989,404,'_et_disable_builder','0'),(3990,404,'_yith_wcmbs_protected_links','a:0:{}'),(3991,404,'_et_pb_post_hide_nav','default'),(3992,404,'_et_pb_page_layout','et_right_sidebar'),(3993,404,'_et_pb_side_nav','off'),(3994,404,'_et_pb_use_builder','on'),(3995,404,'_et_pb_ab_bounce_rate_limit','5'),(3996,404,'_et_pb_ab_stats_refresh_interval','hourly'),(3997,404,'_et_pb_old_content',''),(3998,404,'_et_pb_enable_shortcode_tracking',''),(3999,404,'_et_pb_custom_css',''),(4000,404,'_et_pb_light_text_color','#ffffff'),(4001,404,'_et_pb_dark_text_color','#666666'),(4002,404,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(4003,404,'_et_pb_section_background_color','#ffffff'),(4004,404,'_alternative-content',''),(4005,404,'_show-contents-in-my-account','0'),(4006,404,'_yoast_wpseo_content_score','90'),(4298,532,'_shipping_country',''),(4299,532,'_order_currency','AUD'),(4233,492,'_wp_attachment_image_alt','mother and her little daughter drawing'),(4327,532,'_order_stock_reduced','yes'),(4329,535,'_customer_user','0'),(4330,535,'_payment_method',''),(4104,427,'_wp_attachment_image_alt','books for confident resilient girls that embrace challenges'),(4127,434,'_wp_attachment_image_alt','PRIMARY SCHOOL GIRL DOING MATHS HOMEWORK'),(4230,492,'_wp_attached_file','2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418.jpg'),(4222,481,'_wp_attached_file','2017/08/raising-clever-girls-science-magnifying-glass-small.jpg'),(4223,481,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.7193636194258755;s:5:\"bytes\";i:33974;s:11:\"size_before\";i:440114;s:10:\"size_after\";i:406140;s:4:\"time\";d:0.38;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:275;s:11:\"size_before\";i:5400;s:10:\"size_after\";i:5125;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8399999999999999;s:5:\"bytes\";i:568;s:11:\"size_before\";i:14810;s:10:\"size_after\";i:14242;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1861;s:10:\"size_after\";i:1697;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.130000000000001;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1500;s:10:\"size_after\";i:1348;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:317;s:11:\"size_before\";i:5697;s:10:\"size_after\";i:5380;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1299999999999999;s:5:\"bytes\";i:727;s:11:\"size_before\";i:23227;s:10:\"size_after\";i:22500;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6499999999999999;s:5:\"bytes\";i:924;s:11:\"size_before\";i:34825;s:10:\"size_after\";i:33901;s:4:\"time\";d:0.040000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:46569;s:10:\"size_after\";i:45342;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8300000000000001;s:5:\"bytes\";i:655;s:11:\"size_before\";i:17121;s:10:\"size_after\";i:16466;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6800000000000002;s:5:\"bytes\";i:692;s:11:\"size_before\";i:18784;s:10:\"size_after\";i:18092;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2200000000000002;s:5:\"bytes\";i:922;s:11:\"size_before\";i:28628;s:10:\"size_after\";i:27706;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0600000000000001;s:5:\"bytes\";i:958;s:11:\"size_before\";i:31354;s:10:\"size_after\";i:30396;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.550000000000001;s:5:\"bytes\";i:26393;s:11:\"size_before\";i:210338;s:10:\"size_after\";i:183945;s:4:\"time\";d:0.089999999999999997;}}}'),(4221,480,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1102;s:6:\"height\";i:248;s:4:\"file\";s:53:\"2017/08/clever-girls-logo-optin-inline-newsletter.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:52:\"clever-girls-logo-optin-inline-newsletter-300x68.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:68;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-768x173.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:54:\"clever-girls-logo-optin-inline-newsletter-1024x230.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:230;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:51:\"clever-girls-logo-optin-inline-newsletter-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:51:\"clever-girls-logo-optin-inline-newsletter-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-400x248.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-510x115.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:115;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-610x137.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:137;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-400x248.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:54:\"clever-girls-logo-optin-inline-newsletter-1080x248.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-400x248.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-510x248.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:54:\"clever-girls-logo-optin-inline-newsletter-1080x243.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:53:\"clever-girls-logo-optin-inline-newsletter-400x248.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:248;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4219,480,'_wp_attached_file','2017/08/clever-girls-logo-optin-inline-newsletter.jpg'),(4220,480,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.8356268803165818;s:5:\"bytes\";i:12129;s:11:\"size_before\";i:123317;s:10:\"size_after\";i:111188;s:4:\"time\";d:0.45000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.140000000000001;s:5:\"bytes\";i:352;s:11:\"size_before\";i:2490;s:10:\"size_after\";i:2138;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:274;s:11:\"size_before\";i:3363;s:10:\"size_after\";i:3089;s:4:\"time\";d:0.040000000000000001;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.41;s:5:\"bytes\";i:1123;s:11:\"size_before\";i:10785;s:10:\"size_after\";i:9662;s:4:\"time\";d:0.01;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.92;s:5:\"bytes\";i:1892;s:11:\"size_before\";i:15870;s:10:\"size_after\";i:13978;s:4:\"time\";d:0.059999999999999998;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.199999999999999;s:5:\"bytes\";i:156;s:11:\"size_before\";i:1182;s:10:\"size_after\";i:1026;s:4:\"time\";d:0.029999999999999999;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.23;s:5:\"bytes\";i:130;s:11:\"size_before\";i:1158;s:10:\"size_after\";i:1028;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.359999999999999;s:5:\"bytes\";i:317;s:11:\"size_before\";i:2564;s:10:\"size_after\";i:2247;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.17;s:5:\"bytes\";i:954;s:11:\"size_before\";i:7243;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.050000000000000003;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3499999999999996;s:5:\"bytes\";i:592;s:11:\"size_before\";i:6330;s:10:\"size_after\";i:5738;s:4:\"time\";d:0.070000000000000007;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999994;s:5:\"bytes\";i:769;s:11:\"size_before\";i:7863;s:10:\"size_after\";i:7094;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6289;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.01;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.43;s:5:\"bytes\";i:2275;s:11:\"size_before\";i:18309;s:10:\"size_after\";i:16034;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6289;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.779999999999999;s:5:\"bytes\";i:1110;s:11:\"size_before\";i:10298;s:10:\"size_after\";i:9188;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.859999999999999;s:5:\"bytes\";i:2185;s:11:\"size_before\";i:16995;s:10:\"size_after\";i:14810;s:4:\"time\";d:0.040000000000000001;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6289;s:10:\"size_after\";i:6289;s:4:\"time\";d:0.02;}}}'),(4020,411,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4021,411,'_wc_review_count','0'),(4022,411,'_wc_rating_count','a:0:{}'),(4023,411,'_wc_average_rating','0'),(4024,411,'_edit_lock','1508471176:50'),(4025,411,'_edit_last','50'),(4224,481,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:655;s:6:\"height\";i:667;s:4:\"file\";s:63:\"2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:61:\"raising-clever-girls-science-magnifying-glass-small-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:61:\"raising-clever-girls-science-magnifying-glass-small-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-510x519.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:519;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-610x621.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:621;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:63:\"raising-clever-girls-science-magnifying-glass-small-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"Happy monkey - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:32:\"Funny child and magnifying glass\";s:17:\"created_timestamp\";s:10:\"1434384803\";s:9:\"copyright\";s:22:\"Happy monkey - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:32:\"Funny child and magnifying glass\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:49:{i:0;s:5:\"child\";i:1;s:10:\"magnifying\";i:2;s:5:\"glass\";i:3;s:3:\"fun\";i:4;s:7:\"looking\";i:5;s:6:\"people\";i:6;s:4:\"cute\";i:7;s:9:\"education\";i:8;s:11:\"exploration\";i:9;s:9:\"childhood\";i:10;s:7:\"science\";i:11;s:9:\"curiosity\";i:12;s:3:\"age\";i:13;s:7:\"objects\";i:14;s:5:\"girls\";i:15;s:8:\"learning\";i:16;s:10:\"lifestyles\";i:17;s:8:\"watching\";i:18;s:8:\"children\";i:19;s:9:\"discovery\";i:20;s:4:\"eyes\";i:21;s:8:\"outdoors\";i:22;s:7:\"smiling\";i:23;s:5:\"small\";i:24;s:6:\"person\";i:25;s:9:\"searching\";i:26;s:9:\"caucasian\";i:27;s:8:\"cheerful\";i:28;s:8:\"eyesight\";i:29;s:9:\"examining\";i:30;s:4:\"face\";i:31;s:7:\"playing\";i:32;s:13:\"concentration\";i:33;s:10:\"experiment\";i:34;s:8:\"activity\";i:35;s:10:\"scientific\";i:36;s:8:\"explorer\";i:37;s:7:\"females\";i:38;s:4:\"hand\";i:39;s:5:\"loupe\";i:40;s:7:\"holding\";i:41;s:7:\"through\";i:42;s:5:\"focus\";i:43;s:7:\"playful\";i:44;s:6:\"symbol\";i:45;s:8:\"positive\";i:46;s:3:\"day\";i:47;s:10:\"instrument\";i:48;s:4:\"lens\";}}}'),(4246,192,'_et_pb_enable_ab_testing','off'),(4247,192,'_et_pb_ab_refresh_interval','hourly'),(4248,192,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"192\" /]'),(4249,426,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:359;s:6:\"height\";i:240;s:4:\"file\";s:47:\"girls-in-science-strong-resilient-confident.jpg\";}}'),(4291,532,'_shipping_last_name',''),(4292,532,'_shipping_company',''),(4252,518,'_wp_attached_file','2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg'),(4347,535,'_billing_state',''),(4348,535,'_billing_postcode','4444444'),(4349,535,'_billing_country','IN'),(4253,518,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:20.697272487953395;s:5:\"bytes\";i:18083;s:11:\"size_before\";i:87369;s:10:\"size_after\";i:69286;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:330;s:11:\"size_before\";i:5720;s:10:\"size_after\";i:5390;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8599999999999999;s:5:\"bytes\";i:389;s:11:\"size_before\";i:10071;s:10:\"size_after\";i:9682;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8100000000000005;s:5:\"bytes\";i:195;s:11:\"size_before\";i:1987;s:10:\"size_after\";i:1792;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.27;s:5:\"bytes\";i:153;s:11:\"size_before\";i:1490;s:10:\"size_after\";i:1337;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:305;s:11:\"size_before\";i:6058;s:10:\"size_after\";i:5753;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.93;s:5:\"bytes\";i:16711;s:11:\"size_before\";i:62043;s:10:\"size_after\";i:45332;s:4:\"time\";d:0.029999999999999999;}}}'),(4277,532,'_paid_date','2017-09-12 20:45:35'),(4132,440,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4133,440,'_menu_item_type','post_type'),(4134,440,'_menu_item_menu_item_parent','0'),(4135,440,'_menu_item_object_id','404'),(4136,440,'_menu_item_object','page'),(4137,440,'_menu_item_target',''),(4138,440,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4139,440,'_menu_item_xfn',''),(4140,440,'_menu_item_url',''),(4173,444,'_alternative-content',''),(4174,444,'_show-contents-in-my-account','0'),(4175,444,'_yoast_wpseo_content_score','90'),(4176,2,'_edit_lock','1582550392:44'),(4177,2,'_edit_last','44'),(4178,2,'_et_disable_builder','0'),(4179,2,'_yith_wcmbs_protected_links','a:0:{}'),(4180,2,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4181,2,'_et_pb_post_hide_nav','default'),(4182,2,'_et_pb_page_layout','et_right_sidebar'),(4183,2,'_et_pb_side_nav','off'),(4184,2,'_et_pb_use_builder','on'),(8368,1044,'_wp_attached_file','2017/03/primary-ethics-logo-rgb.png'),(4186,2,'_et_pb_ab_stats_refresh_interval','hourly'),(4187,2,'_et_pb_old_content','

This is an example of a WordPress page, you could edit this to put information about yourself or your site so readers know where you are coming from. You can create as many pages like this one or sub-pages as you like and manage all of your content inside of WordPress.

'),(4188,2,'_et_pb_enable_shortcode_tracking',''),(4189,2,'_et_pb_custom_css',''),(8322,461,'_edit_lock','1581119659:44'),(8363,1041,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.281008915785097457273877807892858982086181640625;s:5:\"bytes\";i:41514;s:11:\"size_before\";i:367999;s:10:\"size_after\";i:326485;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:816;s:11:\"size_before\";i:10798;s:10:\"size_after\";i:9982;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:3827;s:11:\"size_before\";i:36198;s:10:\"size_after\";i:32371;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2562;s:10:\"size_after\";i:2363;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:181;s:11:\"size_before\";i:1997;s:10:\"size_after\";i:1816;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.62000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:900;s:11:\"size_before\";i:11813;s:10:\"size_after\";i:10913;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6497;s:11:\"size_before\";i:56568;s:10:\"size_after\";i:50071;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5131;s:11:\"size_before\";i:42934;s:10:\"size_after\";i:37803;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:5653;s:11:\"size_before\";i:47210;s:10:\"size_after\";i:41557;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:8997;s:11:\"size_before\";i:76493;s:10:\"size_after\";i:67496;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:9313;s:11:\"size_before\";i:81426;s:10:\"size_after\";i:72113;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8362,1041,'_wp_attached_file','2017/03/nlp-sydney-anda-illie.jpg'),(8319,2,'_et_builder_version','BB|Divi|3.2'),(4194,2,'_alternative-content',''),(4195,2,'_show-contents-in-my-account','0'),(4196,2,'_yoast_wpseo_content_score','90'),(4243,509,'_wp_attached_file','2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg'),(4254,518,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"online-classes-for-chldren-girls-independent-play-study-learn-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"online-classes-for-chldren-girls-independent-play-study-learn-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:73:\"online-classes-for-chldren-girls-independent-play-study-learn-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:73:\"online-classes-for-chldren-girls-independent-play-study-learn-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:75:\"online-classes-for-chldren-girls-independent-play-study-learn-1-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4119,432,'_wp_attachment_image_alt','toys for girls stem montessori'),(4116,429,'_wp_attachment_image_alt','FEMINIST CLOTHES FOR GIRLS GENDER EQUALITY'),(4210,461,'_wp_attachment_image_alt','how to raise a gritty, resilient girl'),(4207,461,'_wp_attached_file','2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg'),(4208,461,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.5916492828150526;s:5:\"bytes\";i:70419;s:11:\"size_before\";i:927585;s:10:\"size_after\";i:857166;s:4:\"time\";d:0.90000000000000013;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9600000000000009;s:5:\"bytes\";i:900;s:11:\"size_before\";i:10049;s:10:\"size_after\";i:9149;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:1551;s:11:\"size_before\";i:19155;s:10:\"size_after\";i:17604;s:4:\"time\";d:0.050000000000000003;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4400000000000004;s:5:\"bytes\";i:6573;s:11:\"size_before\";i:88399;s:10:\"size_after\";i:81826;s:4:\"time\";d:0.059999999999999998;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:9947;s:11:\"size_before\";i:137095;s:10:\"size_after\";i:127148;s:4:\"time\";d:0.11;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000001;s:5:\"bytes\";i:259;s:11:\"size_before\";i:2634;s:10:\"size_after\";i:2375;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5600000000000005;s:5:\"bytes\";i:185;s:11:\"size_before\";i:1935;s:10:\"size_after\";i:1750;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5899999999999999;s:5:\"bytes\";i:937;s:11:\"size_before\";i:10904;s:10:\"size_after\";i:9967;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8700000000000001;s:5:\"bytes\";i:3871;s:11:\"size_before\";i:49210;s:10:\"size_after\";i:45339;s:4:\"time\";d:0.070000000000000007;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000004;s:5:\"bytes\";i:3519;s:11:\"size_before\";i:46020;s:10:\"size_after\";i:42501;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7999999999999998;s:5:\"bytes\";i:4799;s:11:\"size_before\";i:61512;s:10:\"size_after\";i:56713;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0199999999999996;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:33173;s:10:\"size_after\";i:30514;s:4:\"time\";d:0.050000000000000003;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:11856;s:11:\"size_before\";i:161108;s:10:\"size_after\";i:149252;s:4:\"time\";d:0.14000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8499999999999996;s:5:\"bytes\";i:2888;s:11:\"size_before\";i:36804;s:10:\"size_after\";i:33916;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:4378;s:11:\"size_before\";i:56951;s:10:\"size_after\";i:52573;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:11078;s:11:\"size_before\";i:150117;s:10:\"size_after\";i:139039;s:4:\"time\";d:0.17999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0299999999999994;s:5:\"bytes\";i:5019;s:11:\"size_before\";i:62519;s:10:\"size_after\";i:57500;s:4:\"time\";d:0.029999999999999999;}}}'),(4244,509,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:12.736858454423084;s:5:\"bytes\";i:29522;s:11:\"size_before\";i:231784;s:10:\"size_after\";i:202262;s:4:\"time\";d:0.37;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6100000000000003;s:5:\"bytes\";i:338;s:11:\"size_before\";i:6023;s:10:\"size_after\";i:5685;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.8900000000000001;s:5:\"bytes\";i:592;s:11:\"size_before\";i:15217;s:10:\"size_after\";i:14625;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3599999999999994;s:5:\"bytes\";i:173;s:11:\"size_before\";i:2069;s:10:\"size_after\";i:1896;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8300000000000001;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1739;s:10:\"size_after\";i:1568;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8600000000000003;s:5:\"bytes\";i:306;s:11:\"size_before\";i:6298;s:10:\"size_after\";i:5992;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.48;s:5:\"bytes\";i:843;s:11:\"size_before\";i:24191;s:10:\"size_after\";i:23348;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:873;s:11:\"size_before\";i:19299;s:10:\"size_after\";i:18426;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:922;s:11:\"size_before\";i:20559;s:10:\"size_after\";i:19637;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:1350;s:11:\"size_before\";i:30833;s:10:\"size_after\";i:29483;s:4:\"time\";d:0.070000000000000007;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6400000000000001;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:30762;s:10:\"size_after\";i:29641;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.530000000000001;s:5:\"bytes\";i:22833;s:11:\"size_before\";i:74794;s:10:\"size_after\";i:51961;s:4:\"time\";d:0.16;}}}'),(4245,509,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:465;s:6:\"height\";i:490;s:4:\"file\";s:58:\"2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-285x300.jpg\";s:5:\"width\";i:285;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:56:\"super-girl-wonder-woman-raising-clever-girls-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:56:\"super-girl-wonder-woman-raising-clever-girls-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-465x382.jpg\";s:5:\"width\";i:465;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:58:\"super-girl-wonder-woman-raising-clever-girls-1-400x490.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4225,481,'_wp_attachment_image_alt','girls science stem fun gender equality'),(4209,461,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:1069;s:4:\"file\";s:75:\"2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:76:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:73:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:73:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-510x287.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-610x343.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:76:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:76:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:75:\"Why-we-are-here-raising-clever-girls-resilience-grit-creativity-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4115,428,'_wp_attachment_image_alt','ARTS AND CRAFTS FOR GIRLS - IMPLEMENT A GROWTH MINDSET'),(4279,532,'_billing_first_name','Hafeez'),(4278,532,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(4128,433,'_wp_attachment_image_alt','GIRLS LOVE MUSIC, PIANO, GUITAR, SINGING, MUSICAL INSTRUMENTS'),(4232,492,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:637;s:4:\"file\";s:78:\"2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-300x127.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:127;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-1024x435.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:435;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:76:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:76:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-510x217.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:217;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-610x259.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:79:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-1080x637.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:79:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-1080x459.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:78:\"mother-and-daughter-teaching-crafts-fun-self-esteem-e1512963481418-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"6.3\";s:6:\"credit\";s:22:\"erstudiostok - Fotolia\";s:6:\"camera\";s:21:\"Canon EOS 5D Mark III\";s:7:\"caption\";s:121:\"beautiful young mother and her little daughter drawing with crayons on the album. mother and daughter having fun at home.\";s:17:\"created_timestamp\";s:10:\"1464871222\";s:9:\"copyright\";s:22:\"erstudiostok - Fotolia\";s:12:\"focal_length\";s:2:\"85\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:5:\"0.008\";s:5:\"title\";s:38:\"mother and her little daughter drawing\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:50:{i:0;s:3:\"kid\";i:1;s:6:\"mother\";i:2;s:4:\"girl\";i:3;s:6:\"family\";i:4;s:5:\"child\";i:5;s:8:\"together\";i:6;s:9:\"education\";i:7;s:8:\"daughter\";i:8;s:4:\"cute\";i:9;s:5:\"happy\";i:10;s:9:\"childhood\";i:11;s:6:\"people\";i:12;s:5:\"woman\";i:13;s:6:\"little\";i:14;s:4:\"home\";i:15;s:6:\"parent\";i:16;s:3:\"fun\";i:17;s:3:\"mom\";i:18;s:8:\"learning\";i:19;s:8:\"creative\";i:20;s:6:\"pencil\";i:21;s:5:\"young\";i:22;s:6:\"female\";i:23;s:5:\"paper\";i:24;s:12:\"kindergarten\";i:25;s:8:\"cheerful\";i:26;s:9:\"beautiful\";i:27;s:6:\"indoor\";i:28;s:9:\"caucasian\";i:29;s:8:\"colorful\";i:30;s:8:\"activity\";i:31;s:4:\"play\";i:32;s:5:\"adult\";i:33;s:5:\"study\";i:34;s:3:\"two\";i:35;s:3:\"art\";i:36;s:7:\"leisure\";i:37;s:9:\"preschool\";i:38;s:6:\"pretty\";i:39;s:9:\"lifestyle\";i:40;s:6:\"artist\";i:41;s:6:\"school\";i:42;s:5:\"table\";i:43;s:11:\"preschooler\";i:44;s:4:\"love\";i:45;s:6:\"crayon\";i:46;s:5:\"smile\";i:47;s:4:\"baby\";i:48;s:7:\"drawing\";i:49;s:10:\"plasticine\";}}}'),(7723,492,'_wp_attachment_backup_sizes','a:17:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:709;s:4:\"file\";s:55:\"mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-300x142.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:142;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-768x363.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:363;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:64:\"mother-and-daughter-teaching-crafts-fun-self-esteem-1024x484.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:484;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"yith_vendors_gravatar-orig\";a:4:{s:4:\"file\";s:61:\"mother-and-daughter-teaching-crafts-fun-self-esteem-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yith_vendors_header-orig\";a:4:{s:4:\"file\";s:61:\"mother-and-daughter-teaching-crafts-fun-self-esteem-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"shop_catalog-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"shop_single-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-510x241.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:16:\"bloom_image-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-610x288.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:288;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-post-main-image-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:4:{s:4:\"file\";s:64:\"mother-and-daughter-teaching-crafts-fun-self-esteem-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"et-pb-portfolio-image-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"et-pb-portfolio-module-image-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"et-pb-portfolio-image-single-orig\";a:4:{s:4:\"file\";s:64:\"mother-and-daughter-teaching-crafts-fun-self-esteem-1080x510.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:4:{s:4:\"file\";s:63:\"mother-and-daughter-teaching-crafts-fun-self-esteem-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(4106,426,'_wp_attachment_image_alt','girls in science - stem - engineering - technology'),(4362,535,'_cart_discount','0'),(4363,535,'_cart_discount_tax','0'),(4295,532,'_shipping_city',''),(4296,532,'_shipping_state',''),(4297,532,'_shipping_postcode',''),(4350,535,'_billing_email','ansaripk@outlook.com'),(4351,535,'_billing_phone','09352411329'),(4352,535,'_shipping_first_name',''),(4353,535,'_shipping_last_name',''),(4354,535,'_shipping_company',''),(4355,535,'_shipping_address_1',''),(4356,535,'_shipping_address_2',''),(4357,535,'_shipping_city',''),(4358,535,'_shipping_state',''),(4359,535,'_shipping_postcode',''),(4360,535,'_shipping_country',''),(4361,535,'_order_currency','AUD'),(4255,518,'_wp_attachment_image_alt','online classes for chldren girls independent play study learn'),(4260,434,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5616;s:6:\"height\";i:3744;s:4:\"file\";s:83:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\";}}'),(4261,433,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4992;s:6:\"height\";i:3328;s:4:\"file\";s:79:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\";}}'),(4276,532,'_date_paid','1505213135'),(4275,532,'_completed_date',''),(4274,532,'_date_completed',''),(4273,532,'_created_via','checkout'),(4272,532,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),(4271,532,'_customer_ip_address','103.255.6.109'),(4270,532,'_transaction_id',''),(4269,532,'_payment_method_title',''),(4268,532,'_payment_method',''),(4267,532,'_customer_user','0'),(4266,532,'_order_key','wc_order_59b7bacf1bba4'),(4638,411,'_alternative-content',''),(4094,429,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:62:\"2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"girls-clothes-costumes-positive-body-image-fashion-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"girls-clothes-costumes-positive-body-image-fashion-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:60:\"girls-clothes-costumes-positive-body-image-fashion-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:60:\"girls-clothes-costumes-positive-body-image-fashion-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"girls-clothes-costumes-positive-body-image-fashion-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4257,519,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:16.440659167459589;s:5:\"bytes\";i:28164;s:11:\"size_before\";i:171307;s:10:\"size_after\";i:143143;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3700000000000001;s:5:\"bytes\";i:550;s:11:\"size_before\";i:8635;s:10:\"size_after\";i:8085;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:1023;s:11:\"size_before\";i:18823;s:10:\"size_after\";i:17800;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2310;s:10:\"size_after\";i:2111;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1722;s:10:\"size_after\";i:1567;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:605;s:11:\"size_before\";i:9293;s:10:\"size_after\";i:8688;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:19.640000000000001;s:5:\"bytes\";i:25632;s:11:\"size_before\";i:130524;s:10:\"size_after\";i:104892;s:4:\"time\";d:0.029999999999999999;}}}'),(4258,519,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:102:\"2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:102:\"strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:100:\"strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:100:\"strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:102:\"strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(4293,532,'_shipping_address_1',''),(4294,532,'_shipping_address_2',''),(4285,532,'_billing_state',''),(4280,532,'_billing_last_name','Ansari'),(4281,532,'_billing_company','Hafeez Company Name'),(4282,532,'_billing_address_1','123, Sydney'),(4283,532,'_billing_address_2',''),(4284,532,'_billing_city','Sydney'),(4262,432,'_wp_attachment_backup_sizes','a:24:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:346;s:6:\"height\";i:240;s:4:\"file\";s:71:\"girls-toys-stem-science-computers-technology-maths-independent-play.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:79:\"girls-toys-stem-science-computers-technology-maths-independent-play-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:79:\"girls-toys-stem-science-computers-technology-maths-independent-play-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"yith_vendors_gravatar-orig\";a:4:{s:4:\"file\";s:77:\"girls-toys-stem-science-computers-technology-maths-independent-play-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:24:\"yith_vendors_header-orig\";a:4:{s:4:\"file\";s:77:\"girls-toys-stem-science-computers-technology-maths-independent-play-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"shop_thumbnail-orig\";a:4:{s:4:\"file\";s:79:\"girls-toys-stem-science-computers-technology-maths-independent-play-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1502465165280\";a:3:{s:5:\"width\";i:346;s:6:\"height\";i:233;s:4:\"file\";s:86:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149.jpg\";}s:23:\"thumbnail-1502465165280\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1502465165280\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"yith_vendors_gravatar-1502465165280\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"yith_vendors_header-1502465165280\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1502465165280\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465054149-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1502465255614\";a:3:{s:5:\"width\";i:346;s:6:\"height\";i:233;s:4:\"file\";s:86:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280.jpg\";}s:23:\"thumbnail-1502465255614\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1502465255614\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280-300x202.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"yith_vendors_gravatar-1502465255614\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"yith_vendors_header-1502465255614\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1502465255614\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1502466265450\";a:3:{s:5:\"width\";i:346;s:6:\"height\";i:228;s:4:\"file\";s:86:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614.jpg\";}s:23:\"thumbnail-1502466265450\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1502466265450\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614-300x198.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"yith_vendors_gravatar-1502466265450\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:33:\"yith_vendors_header-1502466265450\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"shop_thumbnail-1502466265450\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),(4101,432,'_wp_attached_file','2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg'),(4102,432,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:19.910017996400718;s:5:\"bytes\";i:9957;s:11:\"size_before\";i:50010;s:10:\"size_after\";i:40053;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:5669;s:10:\"size_after\";i:5375;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:2206;s:11:\"size_before\";i:11388;s:10:\"size_after\";i:10831;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4499999999999993;s:5:\"bytes\";i:908;s:11:\"size_before\";i:2000;s:10:\"size_after\";i:1811;s:4:\"time\";i:0;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.31;s:5:\"bytes\";i:858;s:11:\"size_before\";i:1616;s:10:\"size_after\";i:1417;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6600000000000001;s:5:\"bytes\";i:1321;s:11:\"size_before\";i:5920;s:10:\"size_after\";i:5644;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.049999999999997;s:5:\"bytes\";i:2843;s:11:\"size_before\";i:23417;s:10:\"size_after\";i:14975;s:4:\"time\";d:0.029999999999999999;}}}'),(4103,432,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:343;s:6:\"height\";i:228;s:4:\"file\";s:94:\"2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:92:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:94:\"girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4105,433,'_wp_attached_file','2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-e1502464732203.jpeg'),(4107,433,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.9886736741739779;s:5:\"bytes\";i:19434;s:11:\"size_before\";i:650255;s:10:\"size_after\";i:630821;s:4:\"time\";d:0.93000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:377;s:11:\"size_before\";i:7156;s:10:\"size_after\";i:6779;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0899999999999999;s:5:\"bytes\";i:621;s:11:\"size_before\";i:15195;s:10:\"size_after\";i:14574;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1099999999999999;s:5:\"bytes\";i:2030;s:11:\"size_before\";i:65311;s:10:\"size_after\";i:63281;s:4:\"time\";d:0.17000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5899999999999999;s:5:\"bytes\";i:2667;s:11:\"size_before\";i:103048;s:10:\"size_after\";i:100381;s:4:\"time\";d:0.070000000000000007;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7200000000000006;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2202;s:10:\"size_after\";i:2010;s:4:\"time\";d:0.029999999999999999;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.02;s:5:\"bytes\";i:193;s:11:\"size_before\";i:1751;s:10:\"size_after\";i:1558;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:394;s:11:\"size_before\";i:7652;s:10:\"size_after\";i:7258;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3;s:5:\"bytes\";i:911;s:11:\"size_before\";i:30322;s:10:\"size_after\";i:29411;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:1134;s:11:\"size_before\";i:34596;s:10:\"size_after\";i:33462;s:4:\"time\";d:0.040000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1490;s:11:\"size_before\";i:45717;s:10:\"size_after\";i:44227;s:4:\"time\";d:0.11;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4399999999999999;s:5:\"bytes\";i:776;s:11:\"size_before\";i:22572;s:10:\"size_after\";i:21796;s:4:\"time\";d:0.059999999999999998;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6600000000000001;s:5:\"bytes\";i:2829;s:11:\"size_before\";i:106493;s:10:\"size_after\";i:103664;s:4:\"time\";d:0.10000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5;s:5:\"bytes\";i:875;s:11:\"size_before\";i:24997;s:10:\"size_after\";i:24122;s:4:\"time\";d:0.059999999999999998;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3500000000000001;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:37980;s:10:\"size_after\";i:36709;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5;s:5:\"bytes\";i:2788;s:11:\"size_before\";i:111522;s:10:\"size_after\";i:108734;s:4:\"time\";d:0.14999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6299999999999999;s:5:\"bytes\";i:886;s:11:\"size_before\";i:33741;s:10:\"size_after\";i:32855;s:4:\"time\";d:0.02;}}}'),(4108,433,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:102:\"2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-e1502464732203.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:88:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:85:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-62x62.jpeg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:85:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-60x40.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-157x157.jpeg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-510x340.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-610x407.jpeg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:88:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:88:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-1080x720.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:87:\"girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"7.1\";s:6:\"credit\";s:33:\"Monkey Business - stock.adobe.com\";s:6:\"camera\";s:21:\"Canon EOS-1Ds Mark II\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1178200630\";s:9:\"copyright\";s:35:\"©Monkey Business - stock.adobe.com\";s:12:\"focal_length\";s:3:\"120\";s:3:\"iso\";s:3:\"500\";s:13:\"shutter_speed\";s:5:\"0.005\";s:5:\"title\";s:32:\"Brother And Sister Playing Piano\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:81:{i:0;s:8:\"children\";i:1;s:3:\"boy\";i:2;s:4:\"girl\";i:3;s:7:\"playing\";i:4;s:5:\"piano\";i:5;s:8:\"together\";i:6;s:4:\"duet\";i:7;s:10:\"practising\";i:8;s:8:\"practise\";i:9;s:18:\"musical instrument\";i:10;s:7:\"Sibling\";i:11;s:12:\"Kids At Home\";i:12;s:5:\"Music\";i:13;s:11:\"Sheet Music\";i:14;s:12:\"Togetherness\";i:15;s:17:\"Looking At Camera\";i:16;s:5:\"Happy\";i:17;s:7:\"Smiling\";i:18;s:15:\"Casual Clothing\";i:19;s:4:\"Home\";i:20;s:7:\"Brother\";i:21;s:6:\"Sister\";i:22;s:11:\"Living Room\";i:23;s:4:\"Girl\";i:24;s:3:\"Boy\";i:25;s:5:\"Child\";i:26;s:8:\"Children\";i:27;s:10:\"Two People\";i:28;s:10:\"5 Year Old\";i:29;s:14:\"Elementary Age\";i:30;s:5:\"Child\";i:31;s:9:\"Caucasian\";i:32;s:11:\"12 Year Old\";i:33;s:14:\"Pre-Adolescent\";i:34;s:8:\"Pre-Teen\";i:35;s:5:\"Child\";i:36;s:7:\"Sitting\";i:37;s:5:\"Color\";i:38;s:6:\"Colour\";i:39;s:5:\"Image\";i:40;s:7:\"Indoors\";i:41;s:6:\"Inside\";i:42;s:10:\"Horizontal\";i:43;s:8:\"children\";i:44;s:3:\"boy\";i:45;s:4:\"girl\";i:46;s:7:\"playing\";i:47;s:5:\"piano\";i:48;s:8:\"together\";i:49;s:4:\"duet\";i:50;s:10:\"practising\";i:51;s:8:\"practise\";i:52;s:18:\"musical instrument\";i:53;s:7:\"sibling\";i:54;s:12:\"kids at home\";i:55;s:5:\"music\";i:56;s:11:\"sheet music\";i:57;s:12:\"togetherness\";i:58;s:17:\"looking at camera\";i:59;s:5:\"happy\";i:60;s:7:\"smiling\";i:61;s:15:\"casual clothing\";i:62;s:4:\"home\";i:63;s:7:\"brother\";i:64;s:6:\"sister\";i:65;s:11:\"living room\";i:66;s:5:\"child\";i:67;s:10:\"two people\";i:68;s:10:\"5 year old\";i:69;s:14:\"elementary age\";i:70;s:9:\"caucasian\";i:71;s:11:\"12 year old\";i:72;s:14:\"pre-adolescent\";i:73;s:8:\"pre-teen\";i:74;s:7:\"sitting\";i:75;s:5:\"color\";i:76;s:6:\"colour\";i:77;s:5:\"image\";i:78;s:7:\"indoors\";i:79;s:6:\"inside\";i:80;s:10:\"horizontal\";}}}'),(4109,434,'_wp_attached_file','2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-e1502464711984.jpeg'),(4110,435,'_wp_attached_file','2017/08/parenting-girls-strong-confident-resilient-self-esteem-tantrums.jpg'),(4111,435,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7265167847243612;s:5:\"bytes\";i:2057;s:11:\"size_before\";i:55199;s:10:\"size_after\";i:53142;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:362;s:11:\"size_before\";i:6245;s:10:\"size_after\";i:5883;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2300000000000004;s:5:\"bytes\";i:525;s:11:\"size_before\";i:12403;s:10:\"size_after\";i:11878;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5;s:5:\"bytes\";i:197;s:11:\"size_before\";i:2073;s:10:\"size_after\";i:1876;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.76;s:5:\"bytes\";i:178;s:11:\"size_before\";i:1654;s:10:\"size_after\";i:1476;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:335;s:11:\"size_before\";i:6553;s:10:\"size_after\";i:6218;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.75;s:5:\"bytes\";i:460;s:11:\"size_before\";i:26271;s:10:\"size_after\";i:25811;s:4:\"time\";d:0.040000000000000001;}}}'),(4112,435,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:75:\"2017/08/parenting-girls-strong-confident-resilient-self-esteem-tantrums.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:75:\"parenting-girls-strong-confident-resilient-self-esteem-tantrums-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:75:\"parenting-girls-strong-confident-resilient-self-esteem-tantrums-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:73:\"parenting-girls-strong-confident-resilient-self-esteem-tantrums-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:73:\"parenting-girls-strong-confident-resilient-self-esteem-tantrums-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:75:\"parenting-girls-strong-confident-resilient-self-esteem-tantrums-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4113,434,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.7781115423467488;s:5:\"bytes\";i:22740;s:11:\"size_before\";i:601888;s:10:\"size_after\";i:579148;s:4:\"time\";d:0.88000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:514;s:11:\"size_before\";i:7513;s:10:\"size_after\";i:6999;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0899999999999999;s:5:\"bytes\";i:931;s:11:\"size_before\";i:15279;s:10:\"size_after\";i:14348;s:4:\"time\";d:0.02;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6099999999999999;s:5:\"bytes\";i:2137;s:11:\"size_before\";i:59244;s:10:\"size_after\";i:57107;s:4:\"time\";d:0.13;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:2598;s:11:\"size_before\";i:91246;s:10:\"size_after\";i:88648;s:4:\"time\";d:0.20999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6999999999999993;s:5:\"bytes\";i:230;s:11:\"size_before\";i:2370;s:10:\"size_after\";i:2140;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.23;s:5:\"bytes\";i:190;s:11:\"size_before\";i:1858;s:10:\"size_after\";i:1668;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5700000000000003;s:5:\"bytes\";i:514;s:11:\"size_before\";i:7829;s:10:\"size_after\";i:7315;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:1322;s:11:\"size_before\";i:29715;s:10:\"size_after\";i:28393;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:1563;s:11:\"size_before\";i:32768;s:10:\"size_after\";i:31205;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2000000000000002;s:5:\"bytes\";i:1790;s:11:\"size_before\";i:42600;s:10:\"size_after\";i:40810;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:1204;s:11:\"size_before\";i:22049;s:10:\"size_after\";i:20845;s:4:\"time\";d:0.02;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9199999999999999;s:5:\"bytes\";i:2790;s:11:\"size_before\";i:95439;s:10:\"size_after\";i:92649;s:4:\"time\";d:0.080000000000000002;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:1126;s:11:\"size_before\";i:23661;s:10:\"size_after\";i:22535;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1520;s:11:\"size_before\";i:35145;s:10:\"size_after\";i:33625;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8500000000000001;s:5:\"bytes\";i:2824;s:11:\"size_before\";i:99148;s:10:\"size_after\";i:96324;s:4:\"time\";d:0.14999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:36024;s:10:\"size_after\";i:34537;s:4:\"time\";d:0.059999999999999998;}}}'),(4114,434,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:106:\"2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-e1502464711984.jpeg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:92:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:89:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-62x62.jpeg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:89:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-60x40.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-157x157.jpeg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-510x340.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-610x407.jpeg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:92:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:92:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-1080x720.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:91:\"strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:17:\"vitapix - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:31:\"Little girl doing math homework\";s:17:\"created_timestamp\";s:10:\"1469224915\";s:9:\"copyright\";s:17:\"vitapix - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:13:\"Math homework\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:66:{i:0;s:11:\"mathematics\";i:1;s:6:\"abacus\";i:2;s:11:\"little girl\";i:3;s:4:\"home\";i:4;s:7:\"sitting\";i:5;s:7:\"working\";i:6;s:8:\"counting\";i:7;s:7:\"writing\";i:8;s:4:\"hard\";i:9;s:8:\"thinking\";i:10;s:8:\"homework\";i:11;s:4:\"girl\";i:12;s:10:\"schoolwork\";i:13;s:7:\"serious\";i:14;s:5:\"table\";i:15;s:5:\"study\";i:16;s:5:\"learn\";i:17;s:7:\"student\";i:18;s:9:\"childhood\";i:19;s:5:\"paper\";i:20;s:9:\"education\";i:21;s:10:\"practicing\";i:22;s:9:\"innocence\";i:23;s:5:\"write\";i:24;s:10:\"difficulty\";i:25;s:9:\"caucasian\";i:26;s:11:\"development\";i:27;s:7:\"pencils\";i:28;s:10:\"elementary\";i:29;s:6:\"indoor\";i:30;s:11:\"concentrate\";i:31;s:7:\"pensive\";i:32;s:5:\"child\";i:33;s:11:\"mathematics\";i:34;s:6:\"abacus\";i:35;s:11:\"little girl\";i:36;s:4:\"home\";i:37;s:7:\"sitting\";i:38;s:7:\"working\";i:39;s:8:\"counting\";i:40;s:7:\"writing\";i:41;s:4:\"hard\";i:42;s:8:\"thinking\";i:43;s:8:\"homework\";i:44;s:4:\"girl\";i:45;s:10:\"schoolwork\";i:46;s:7:\"serious\";i:47;s:5:\"table\";i:48;s:5:\"study\";i:49;s:5:\"learn\";i:50;s:7:\"student\";i:51;s:9:\"childhood\";i:52;s:5:\"paper\";i:53;s:9:\"education\";i:54;s:10:\"practicing\";i:55;s:9:\"innocence\";i:56;s:5:\"write\";i:57;s:10:\"difficulty\";i:58;s:9:\"caucasian\";i:59;s:11:\"development\";i:60;s:7:\"pencils\";i:61;s:10:\"elementary\";i:62;s:6:\"indoor\";i:63;s:11:\"concentrate\";i:64;s:7:\"pensive\";i:65;s:5:\"child\";}}}'),(4256,519,'_wp_attached_file','2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg'),(4259,519,'_wp_attachment_image_alt','STRONG ROLE MODELS FOR LITTLE GIRLS, CONFIDENCE, GRIT, PASSION, COURAGE, BEAUTY, KINDNESS'),(4364,535,'_order_shipping','0'),(4365,535,'_order_shipping_tax','0'),(4366,535,'_order_tax','0'),(4367,535,'_order_total','0.00'),(4368,535,'_order_version','3.0.9'),(4369,535,'_prices_include_tax','no'),(4370,535,'_billing_address_index','Hafeez Ansari Hafeez Company Name 123, Sydney Sydney 4444444 IN ansaripk@outlook.com 09352411329'),(4371,535,'_shipping_address_index',' '),(4372,535,'_shipping_method',''),(4373,535,'_download_permissions_granted','yes'),(4374,535,'_recorded_sales','yes'),(4375,535,'_recorded_coupon_usage_counts','yes'),(4411,538,'_order_key','wc_order_59bb8dee31d3b'),(4623,411,'_downloadable','no'),(4624,411,'_product_image_gallery',''),(4625,411,'_download_limit','-1'),(4626,411,'_download_expiry','-1'),(4627,411,'_stock',NULL),(4628,411,'_stock_status','instock'),(4629,411,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fgood-night-stories-for-rebel-girls-elena-favilli%2Fprod9780141986005.html'),(4630,411,'_button_text','Visit Store'),(4631,411,'_product_version','3.1.2'),(4389,535,'_order_stock_reduced','yes'),(4413,538,'_payment_method',''),(4412,538,'_customer_user','0'),(4622,411,'_virtual','no'),(4621,411,'_default_attributes','a:0:{}'),(4620,411,'_purchase_note',''),(4619,411,'_crosssell_ids','a:0:{}'),(4618,411,'_upsell_ids','a:0:{}'),(4617,411,'_height',''),(4425,538,'_billing_last_name','Ansari'),(4426,538,'_billing_company',''),(4427,538,'_billing_address_1','Office 10-11 2nd Floor'),(4428,538,'_billing_address_2','Moti Plaza Murree Road'),(4429,538,'_billing_city','Rawalpindi'),(4430,538,'_billing_state',''),(4431,538,'_billing_postcode','46000'),(4432,538,'_billing_country','PK'),(4433,538,'_billing_email','ansaripk@outlook.com'),(4434,538,'_billing_phone','+923005161253'),(4435,538,'_shipping_first_name',''),(4436,538,'_shipping_last_name',''),(4437,538,'_shipping_company',''),(4438,538,'_shipping_address_1',''),(4439,538,'_shipping_address_2',''),(4440,538,'_shipping_city',''),(4441,538,'_shipping_state',''),(4442,538,'_shipping_postcode',''),(4443,538,'_shipping_country',''),(4444,538,'_order_currency','AUD'),(4445,538,'_cart_discount','0'),(4446,538,'_cart_discount_tax','0'),(4447,538,'_order_shipping','0'),(4448,538,'_order_shipping_tax','0'),(4449,538,'_order_tax','0'),(4450,538,'_order_total','0.00'),(4451,538,'_order_version','3.0.9'),(4452,538,'_prices_include_tax','no'),(4453,538,'_billing_address_index','Hafeez Ansari Office 10-11 2nd Floor Moti Plaza Murree Road Rawalpindi 46000 PK ansaripk@outlook.com +923005161253'),(4454,538,'_shipping_address_index',' '),(4455,538,'_shipping_method',''),(4456,538,'_download_permissions_granted','yes'),(4457,538,'_recorded_sales','yes'),(4458,538,'_recorded_coupon_usage_counts','yes'),(4459,539,'_plan_id','224'),(4460,539,'_title','Become a Vendor'),(4461,539,'_start_date','1505463791'),(4462,539,'_end_date','1513239791'),(4463,539,'_order_id','538'),(4464,539,'_order_item_id','33'),(4465,539,'_user_id','47'),(4466,539,'_status','expired'),(4467,539,'_paused_days','0'),(4468,539,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1505463791;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1512389794;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1513252878;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(4469,539,'_credits','-1'),(4470,539,'_credits_update','0'),(4471,539,'_next_credits_update','0'),(4472,538,'_order_stock_reduced','yes'),(4632,411,'_price','24.50'),(4616,411,'_width',''),(4615,411,'_length',''),(4480,541,'_customer_user','48'),(4479,541,'_order_key','wc_order_59bba41fe99ec'),(4481,541,'_payment_method',''),(4482,541,'_payment_method_title',''),(4483,541,'_transaction_id',''),(4484,541,'_customer_ip_address','103.255.6.251'),(4485,541,'_customer_user_agent','mozilla/5.0 (windows nt 10.0; win64; x64) applewebkit/537.36 (khtml, like gecko) chrome/60.0.3112.113 safari/537.36'),(4486,541,'_created_via','checkout'),(4487,541,'_date_completed',''),(4488,541,'_completed_date',''),(4489,541,'_date_paid','1505469472'),(4490,541,'_paid_date','2017-09-15 19:57:52'),(4491,541,'_cart_hash','8b63a5f48d9dc2fb1e040e0fd1569ee1'),(4492,541,'_billing_first_name','Syed'),(4493,541,'_billing_last_name','Usman'),(4494,541,'_billing_company',''),(4495,541,'_billing_address_1','Chandni Chowk'),(4496,541,'_billing_address_2',''),(4497,541,'_billing_city','Delhi'),(4498,541,'_billing_state',''),(4499,541,'_billing_postcode','110001'),(4500,541,'_billing_country','IN'),(4501,541,'_billing_email','hafeez.ansari.pk@gmail.com'),(4502,541,'_billing_phone','09352411329'),(4503,541,'_shipping_first_name',''),(4504,541,'_shipping_last_name',''),(4505,541,'_shipping_company',''),(4506,541,'_shipping_address_1',''),(4507,541,'_shipping_address_2',''),(4508,541,'_shipping_city',''),(4509,541,'_shipping_state',''),(4510,541,'_shipping_postcode',''),(4511,541,'_shipping_country',''),(4512,541,'_order_currency','AUD'),(4513,541,'_cart_discount','0'),(4514,541,'_cart_discount_tax','0'),(4515,541,'_order_shipping','0'),(4516,541,'_order_shipping_tax','0'),(4517,541,'_order_tax','0'),(4518,541,'_order_total','0.00'),(4519,541,'_order_version','3.1.2'),(4520,541,'_prices_include_tax','no'),(4521,541,'_billing_address_index','Syed Usman Chandni Chowk Delhi 110001 IN hafeez.ansari.pk@gmail.com 09352411329'),(4522,541,'_shipping_address_index',' '),(4523,541,'_shipping_method',''),(4524,541,'_download_permissions_granted','yes'),(4525,541,'_recorded_sales','yes'),(4526,541,'_recorded_coupon_usage_counts','yes'),(4527,542,'_plan_id','224'),(4528,542,'_title','Become a Vendor'),(4529,542,'_start_date','1505469472'),(4530,542,'_end_date','1513245472'),(4531,542,'_order_id','541'),(4532,542,'_order_item_id','34'),(4533,542,'_user_id','48'),(4534,542,'_status','expired'),(4535,542,'_paused_days','0'),(4536,542,'_activities','a:3:{i:0;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:3:\"new\";s:6:\"status\";s:6:\"active\";s:9:\"timestamp\";i:1505469472;s:4:\"note\";s:32:\"Membership successfully created.\";}i:1;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:8:\"expiring\";s:9:\"timestamp\";i:1512389788;s:4:\"note\";s:39:\"Membership status updated to expiring. \";}i:2;O:19:\"YITH_WCMBS_Activity\":4:{s:8:\"activity\";s:13:\"change_status\";s:6:\"status\";s:7:\"expired\";s:9:\"timestamp\";i:1513252878;s:4:\"note\";s:38:\"Membership status updated to expired. \";}}'),(4537,542,'_credits','-1'),(4538,542,'_credits_update','0'),(4539,542,'_next_credits_update','0'),(4540,541,'_order_stock_reduced','yes'),(4614,411,'_weight',''),(4613,411,'_sold_individually','no'),(4609,411,'_tax_status','taxable'),(4608,411,'total_sales','0'),(4607,411,'_sale_price_dates_to',''),(4588,551,'_menu_item_url',''),(7945,894,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4556,75,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4583,551,'_menu_item_object_id','192'),(4582,551,'_menu_item_menu_item_parent','0'),(4560,76,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4581,551,'_menu_item_type','post_type'),(4580,551,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4564,77,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4637,411,'_et_pb_side_nav','off'),(4636,411,'_et_pb_page_layout','et_right_sidebar'),(4587,551,'_menu_item_xfn',''),(4584,551,'_menu_item_object','page'),(4585,551,'_menu_item_target',''),(4586,551,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(4594,542,'_edit_lock','1506041681:44'),(4635,411,'_et_pb_post_hide_nav','default'),(4634,411,'_yoast_wpseo_primary_product_cat','12'),(4633,411,'_yith_wcmbs_protected_links','a:0:{}'),(4639,411,'_show-contents-in-my-account','0'),(4640,411,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4641,411,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4642,411,'_yoast_wpseo_linkdex','56'),(4643,411,'_yoast_wpseo_content_score','30'),(4644,561,'_wp_attached_file','2017/10/Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online..jpg'),(4645,561,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9441217352246722;s:5:\"bytes\";i:9793;s:11:\"size_before\";i:164751;s:10:\"size_after\";i:154958;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:618;s:11:\"size_before\";i:8543;s:10:\"size_after\";i:7925;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:996;s:11:\"size_before\";i:17070;s:10:\"size_after\";i:16074;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:197;s:11:\"size_before\";i:2379;s:10:\"size_after\";i:2182;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0099999999999998;s:5:\"bytes\";i:163;s:11:\"size_before\";i:1810;s:10:\"size_after\";i:1647;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:630;s:11:\"size_before\";i:9175;s:10:\"size_after\";i:8545;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:1488;s:11:\"size_before\";i:25945;s:10:\"size_after\";i:24457;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4199999999999999;s:5:\"bytes\";i:1469;s:11:\"size_before\";i:22897;s:10:\"size_after\";i:21428;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:1531;s:11:\"size_before\";i:24561;s:10:\"size_after\";i:23030;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0599999999999996;s:5:\"bytes\";i:1434;s:11:\"size_before\";i:28341;s:10:\"size_after\";i:26907;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1267;s:11:\"size_before\";i:24030;s:10:\"size_after\";i:22763;s:4:\"time\";d:0.01;}}}'),(4646,561,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:289;s:6:\"height\";i:400;s:4:\"file\";s:154:\"2017/10/Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online..jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:152:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:152:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-289x400.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-289x250.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-289x284.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:154:\"Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online.-289x382.jpg\";s:5:\"width\";i:289;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4647,411,'_thumbnail_id','561'),(4648,411,'_yoast_wpseo_metadesc','Inspiring, kid-friendly tales of extraordinary women. Teaches resilience, confidence, gender equality, positive attitude to life and problems.'),(4649,562,'_wp_attached_file','2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg'),(4650,562,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.8802149987202461;s:5:\"bytes\";i:2274;s:11:\"size_before\";i:58605;s:10:\"size_after\";i:56331;s:4:\"time\";d:0.090000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3200000000000003;s:5:\"bytes\";i:324;s:11:\"size_before\";i:6093;s:10:\"size_after\";i:5769;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:552;s:11:\"size_before\";i:12937;s:10:\"size_after\";i:12385;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2064;s:10:\"size_after\";i:1887;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.08;s:5:\"bytes\";i:182;s:11:\"size_before\";i:1643;s:10:\"size_after\";i:1461;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:380;s:11:\"size_before\";i:6506;s:10:\"size_after\";i:6126;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.2400000000000002;s:5:\"bytes\";i:659;s:11:\"size_before\";i:29362;s:10:\"size_after\";i:28703;s:4:\"time\";d:0.02;}}}'),(4651,562,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:59:\"2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:59:\"240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:59:\"240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:57:\"240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:57:\"240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:59:\"240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4652,570,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4653,570,'_wc_review_count','0'),(4654,570,'_wc_rating_count','a:0:{}'),(4655,570,'_wc_average_rating','0'),(4656,570,'_edit_lock','1540414752:44'),(4657,570,'_edit_last','44'),(4658,571,'_wp_attached_file','2017/10/xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek.jpg'),(4659,571,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9673277264389304;s:5:\"bytes\";i:11510;s:11:\"size_before\";i:144465;s:10:\"size_after\";i:132955;s:4:\"time\";d:0.20999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:734;s:11:\"size_before\";i:8215;s:10:\"size_after\";i:7481;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.75;s:5:\"bytes\";i:1657;s:11:\"size_before\";i:16996;s:10:\"size_after\";i:15339;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.210000000000001;s:5:\"bytes\";i:257;s:11:\"size_before\";i:2517;s:10:\"size_after\";i:2260;s:4:\"time\";i:0;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1802;s:10:\"size_after\";i:1643;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8499999999999996;s:5:\"bytes\";i:860;s:11:\"size_before\";i:8734;s:10:\"size_after\";i:7874;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000006;s:5:\"bytes\";i:2432;s:11:\"size_before\";i:24587;s:10:\"size_after\";i:22155;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1699999999999999;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:15969;s:10:\"size_after\";i:14504;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9900000000000002;s:5:\"bytes\";i:1779;s:11:\"size_before\";i:19798;s:10:\"size_after\";i:18019;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:2167;s:11:\"size_before\";i:25320;s:10:\"size_after\";i:23153;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20527;s:10:\"size_after\";i:20527;s:4:\"time\";d:0.02;}}}'),(4660,571,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:400;s:4:\"file\";s:66:\"2017/10/xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:64:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:64:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-267x400.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-267x250.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-267x284.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:66:\"xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek-267x382.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4661,570,'_thumbnail_id','571'),(4662,570,'_sku',''),(4663,570,'_regular_price','27.99'),(4664,570,'_sale_price','22.75'),(4665,570,'_sale_price_dates_from',''),(4666,570,'_sale_price_dates_to',''),(4667,570,'total_sales','0'),(4668,570,'_tax_status','taxable'),(4669,570,'_tax_class',''),(4670,570,'_manage_stock','no'),(4671,570,'_backorders','no'),(4672,570,'_sold_individually','no'),(4673,570,'_weight',''),(4674,570,'_length',''),(4675,570,'_width',''),(4676,570,'_height',''),(4677,570,'_upsell_ids','a:0:{}'),(4678,570,'_crosssell_ids','a:0:{}'),(4679,570,'_purchase_note',''),(4680,570,'_default_attributes','a:0:{}'),(4681,570,'_virtual','no'),(4682,570,'_downloadable','no'),(4683,570,'_product_image_gallery',''),(4684,570,'_download_limit','-1'),(4685,570,'_download_expiry','-1'),(4686,570,'_stock',NULL),(4687,570,'_stock_status','instock'),(4688,570,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fsiblings-without-rivalry-adele-faber%2Fprod9780393342215.html'),(4689,570,'_button_text','Visit Store'),(4690,570,'_product_version','3.1.2'),(4691,570,'_price','22.75'),(4692,570,'_yith_wcmbs_protected_links','a:0:{}'),(4693,570,'_yoast_wpseo_primary_product_cat','12'),(4694,570,'_et_pb_post_hide_nav','default'),(4695,570,'_et_pb_page_layout','et_right_sidebar'),(4696,570,'_et_pb_side_nav','off'),(4697,570,'_alternative-content',''),(4698,570,'_show-contents-in-my-account','0'),(4699,570,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4700,570,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4701,570,'_yoast_wpseo_linkdex','31'),(4702,570,'_yoast_wpseo_content_score','30'),(4703,573,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4704,573,'_wc_review_count','0'),(4705,573,'_wc_rating_count','a:0:{}'),(4706,573,'_wc_average_rating','0'),(4707,573,'_edit_lock','1540414738:44'),(4708,573,'_edit_last','44'),(4709,574,'_wp_attached_file','2017/10/peaceful-parent-happy-kids.jpg'),(4710,574,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.5088816512478278;s:5:\"bytes\";i:6515;s:11:\"size_before\";i:100094;s:10:\"size_after\";i:93579;s:4:\"time\";d:0.17000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:345;s:11:\"size_before\";i:5682;s:10:\"size_after\";i:5337;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:643;s:11:\"size_before\";i:10576;s:10:\"size_after\";i:9933;s:4:\"time\";d:0.050000000000000003;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4299999999999997;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1858;s:10:\"size_after\";i:1720;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:117;s:11:\"size_before\";i:1443;s:10:\"size_after\";i:1326;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9699999999999998;s:5:\"bytes\";i:422;s:11:\"size_before\";i:6051;s:10:\"size_after\";i:5629;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2000000000000002;s:5:\"bytes\";i:991;s:11:\"size_before\";i:15974;s:10:\"size_after\";i:14983;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1500000000000004;s:5:\"bytes\";i:879;s:11:\"size_before\";i:12293;s:10:\"size_after\";i:11414;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:941;s:11:\"size_before\";i:14419;s:10:\"size_after\";i:13478;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:1103;s:11:\"size_before\";i:17145;s:10:\"size_after\";i:16042;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:936;s:11:\"size_before\";i:14653;s:10:\"size_after\";i:13717;s:4:\"time\";d:0.01;}}}'),(4711,574,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:266;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2017/10/peaceful-parent-happy-kids.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:36:\"peaceful-parent-happy-kids-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:36:\"peaceful-parent-happy-kids-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-266x400.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-266x284.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"peaceful-parent-happy-kids-266x382.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4712,573,'_thumbnail_id','574'),(4713,573,'_sku',''),(4714,573,'_regular_price','32.00'),(4715,573,'_sale_price','22.40'),(4716,573,'_sale_price_dates_from',''),(4717,573,'_sale_price_dates_to',''),(4718,573,'total_sales','0'),(4719,573,'_tax_status','taxable'),(4720,573,'_tax_class',''),(4721,573,'_manage_stock','no'),(4722,573,'_backorders','no'),(4723,573,'_sold_individually','no'),(4724,573,'_weight',''),(4725,573,'_length',''),(4726,573,'_width',''),(4727,573,'_height',''),(4728,573,'_upsell_ids','a:0:{}'),(4729,573,'_crosssell_ids','a:0:{}'),(4730,573,'_purchase_note',''),(4731,573,'_default_attributes','a:0:{}'),(4732,573,'_virtual','no'),(4733,573,'_downloadable','no'),(4734,573,'_product_image_gallery',''),(4735,573,'_download_limit','-1'),(4736,573,'_download_expiry','-1'),(4737,573,'_stock',NULL),(4738,573,'_stock_status','instock'),(4739,573,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fpeaceful-parent-happy-kids-laura-markham%2Fprod9780399160288.html'),(4740,573,'_button_text','Visit Store'),(4741,573,'_product_version','3.1.2'),(4742,573,'_price','22.40'),(4743,573,'_yith_wcmbs_protected_links','a:0:{}'),(4744,573,'_yoast_wpseo_primary_product_cat','12'),(4745,573,'_et_pb_post_hide_nav','default'),(4746,573,'_et_pb_page_layout','et_right_sidebar'),(4747,573,'_et_pb_side_nav','off'),(4748,573,'_alternative-content',''),(4749,573,'_show-contents-in-my-account','0'),(4750,573,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4751,573,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4752,573,'_yoast_wpseo_linkdex','48'),(4753,573,'_yoast_wpseo_content_score','30'),(4754,575,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4755,575,'_wc_review_count','0'),(4756,575,'_wc_rating_count','a:0:{}'),(4757,575,'_wc_average_rating','0'),(4758,575,'_edit_lock','1540414678:44'),(4759,575,'_edit_last','44'),(4760,576,'_wp_attached_file','2017/10/peaceful-parent-happy-siblings.jpg'),(4761,576,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.9159177084822137;s:5:\"bytes\";i:8226;s:11:\"size_before\";i:118943;s:10:\"size_after\";i:110717;s:4:\"time\";d:0.26000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:446;s:11:\"size_before\";i:6356;s:10:\"size_after\";i:5910;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:1044;s:11:\"size_before\";i:13620;s:10:\"size_after\";i:12576;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1943;s:10:\"size_after\";i:1784;s:4:\"time\";d:0.040000000000000001;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1563;s:10:\"size_after\";i:1408;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9299999999999997;s:5:\"bytes\";i:475;s:11:\"size_before\";i:6854;s:10:\"size_after\";i:6379;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1457;s:11:\"size_before\";i:19663;s:10:\"size_after\";i:18206;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:963;s:11:\"size_before\";i:14470;s:10:\"size_after\";i:13507;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1299999999999999;s:5:\"bytes\";i:1121;s:11:\"size_before\";i:15719;s:10:\"size_after\";i:14598;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:1341;s:11:\"size_before\";i:20643;s:10:\"size_after\";i:19302;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8799999999999999;s:5:\"bytes\";i:1065;s:11:\"size_before\";i:18112;s:10:\"size_after\";i:17047;s:4:\"time\";d:0.029999999999999999;}}}'),(4762,576,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:400;s:4:\"file\";s:42:\"2017/10/peaceful-parent-happy-siblings.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:40:\"peaceful-parent-happy-siblings-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:40:\"peaceful-parent-happy-siblings-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-267x400.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-267x250.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-267x284.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"peaceful-parent-happy-siblings-267x382.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4763,575,'_thumbnail_id','576'),(4764,575,'_sku',''),(4765,575,'_regular_price','31.95'),(4766,575,'_sale_price','21.75'),(4767,575,'_sale_price_dates_from',''),(4768,575,'_sale_price_dates_to',''),(4769,575,'total_sales','0'),(4770,575,'_tax_status','taxable'),(4771,575,'_tax_class',''),(4772,575,'_manage_stock','no'),(4773,575,'_backorders','no'),(4774,575,'_sold_individually','no'),(4775,575,'_weight',''),(4776,575,'_length',''),(4777,575,'_width',''),(4778,575,'_height',''),(4779,575,'_upsell_ids','a:0:{}'),(4780,575,'_crosssell_ids','a:0:{}'),(4781,575,'_purchase_note',''),(4782,575,'_default_attributes','a:0:{}'),(4783,575,'_virtual','no'),(4784,575,'_downloadable','no'),(4785,575,'_product_image_gallery',''),(4786,575,'_download_limit','-1'),(4787,575,'_download_expiry','-1'),(4788,575,'_stock',NULL),(4789,575,'_stock_status','instock'),(4790,575,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fpeaceful-parent-happy-siblings-dr-laura-markham%2Fprod9780399168451.html'),(4791,575,'_button_text','Visit Store'),(4792,575,'_product_version','3.1.2'),(4793,575,'_price','21.75'),(4794,575,'_yith_wcmbs_protected_links','a:0:{}'),(4795,575,'_yoast_wpseo_primary_product_cat','12'),(4796,575,'_et_pb_post_hide_nav','default'),(4797,575,'_et_pb_page_layout','et_right_sidebar'),(4798,575,'_et_pb_side_nav','off'),(4799,575,'_alternative-content',''),(4800,575,'_show-contents-in-my-account','0'),(4801,575,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4802,575,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4803,575,'_yoast_wpseo_linkdex','48'),(4804,575,'_yoast_wpseo_content_score','30'),(4805,577,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4806,577,'_wc_review_count','0'),(4807,577,'_wc_rating_count','a:0:{}'),(4808,577,'_wc_average_rating','0'),(4809,577,'_edit_lock','1540414487:44'),(4810,577,'_edit_last','44'),(4811,578,'_wp_attached_file','2017/10/building-children-s-resilience.jpg'),(4812,578,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.4005550359734222;s:5:\"bytes\";i:7199;s:11:\"size_before\";i:163593;s:10:\"size_after\";i:156394;s:4:\"time\";d:0.19999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6374;s:10:\"size_after\";i:6001;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:524;s:11:\"size_before\";i:10953;s:10:\"size_after\";i:10429;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:171;s:11:\"size_before\";i:2122;s:10:\"size_after\";i:1951;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1604;s:10:\"size_after\";i:1463;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:296;s:11:\"size_before\";i:6526;s:10:\"size_after\";i:6230;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0099999999999998;s:5:\"bytes\";i:965;s:11:\"size_before\";i:24053;s:10:\"size_after\";i:23088;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6200000000000001;s:5:\"bytes\";i:517;s:11:\"size_before\";i:14266;s:10:\"size_after\";i:13749;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6899999999999999;s:5:\"bytes\";i:587;s:11:\"size_before\";i:15908;s:10:\"size_after\";i:15321;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:1066;s:11:\"size_before\";i:25055;s:10:\"size_after\";i:23989;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0999999999999996;s:5:\"bytes\";i:1108;s:11:\"size_before\";i:27000;s:10:\"size_after\";i:25892;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8799999999999999;s:5:\"bytes\";i:1451;s:11:\"size_before\";i:29732;s:10:\"size_after\";i:28281;s:4:\"time\";d:0.029999999999999999;}}}'),(4813,578,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:451;s:6:\"height\";i:650;s:4:\"file\";s:42:\"2017/10/building-children-s-resilience.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:40:\"building-children-s-resilience-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:40:\"building-children-s-resilience-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-451x382.jpg\";s:5:\"width\";i:451;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:42:\"building-children-s-resilience-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4814,579,'_wp_attached_file','2017/10/grit.jpg'),(4815,579,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.3622988692092566;s:5:\"bytes\";i:14532;s:11:\"size_before\";i:197384;s:10:\"size_after\";i:182852;s:4:\"time\";d:0.28000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7400000000000002;s:5:\"bytes\";i:746;s:11:\"size_before\";i:9635;s:10:\"size_after\";i:8889;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:1521;s:11:\"size_before\";i:19687;s:10:\"size_after\";i:18166;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:236;s:11:\"size_before\";i:2477;s:10:\"size_after\";i:2241;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.789999999999999;s:5:\"bytes\";i:207;s:11:\"size_before\";i:1918;s:10:\"size_after\";i:1711;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0399999999999991;s:5:\"bytes\";i:838;s:11:\"size_before\";i:10417;s:10:\"size_after\";i:9579;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:2430;s:11:\"size_before\";i:32574;s:10:\"size_after\";i:30144;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3700000000000001;s:5:\"bytes\";i:1997;s:11:\"size_before\";i:27082;s:10:\"size_after\";i:25085;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.46;s:5:\"bytes\";i:2166;s:11:\"size_before\";i:29037;s:10:\"size_after\";i:26871;s:4:\"time\";d:0.050000000000000003;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:2294;s:11:\"size_before\";i:34552;s:10:\"size_after\";i:32258;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9900000000000002;s:5:\"bytes\";i:2097;s:11:\"size_before\";i:30005;s:10:\"size_after\";i:27908;s:4:\"time\";d:0.080000000000000002;}}}'),(4816,579,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:254;s:6:\"height\";i:400;s:4:\"file\";s:16:\"2017/10/grit.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:16:\"grit-150x150.jpg\";s:5:\"width\";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:\"grit-191x300.jpg\";s:5:\"width\";i:191;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:14:\"grit-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:14:\"grit-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:16:\"grit-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:16:\"grit-254x400.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:16:\"grit-254x250.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:16:\"grit-254x284.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:16:\"grit-254x382.jpg\";s:5:\"width\";i:254;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4817,580,'_wp_attached_file','2017/10/how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk.jpg'),(4818,580,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8128893867182061;s:5:\"bytes\";i:7940;s:11:\"size_before\";i:136593;s:10:\"size_after\";i:128653;s:4:\"time\";d:0.23999999999999996;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8200000000000003;s:5:\"bytes\";i:421;s:11:\"size_before\";i:7236;s:10:\"size_after\";i:6815;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1299999999999999;s:5:\"bytes\";i:937;s:11:\"size_before\";i:15292;s:10:\"size_after\";i:14355;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2266;s:10:\"size_after\";i:2081;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1811;s:10:\"size_after\";i:1656;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:469;s:11:\"size_before\";i:7761;s:10:\"size_after\";i:7292;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1344;s:11:\"size_before\";i:22259;s:10:\"size_after\";i:20915;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:945;s:11:\"size_before\";i:16924;s:10:\"size_after\";i:15979;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:1065;s:11:\"size_before\";i:18545;s:10:\"size_after\";i:17480;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.79;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:24018;s:10:\"size_after\";i:22627;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0199999999999996;s:5:\"bytes\";i:1028;s:11:\"size_before\";i:20481;s:10:\"size_after\";i:19453;s:4:\"time\";d:0.02;}}}'),(4819,580,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:400;s:4:\"file\";s:72:\"2017/10/how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:70:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:70:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-259x400.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-259x250.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-259x284.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:72:\"how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-259x382.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4820,581,'_wp_attached_file','2017/10/parenting-without-power-struggles.jpg'),(4821,581,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2267080745341614;s:5:\"bytes\";i:8020;s:11:\"size_before\";i:128800;s:10:\"size_after\";i:120780;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:454;s:11:\"size_before\";i:6970;s:10:\"size_after\";i:6516;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5099999999999998;s:5:\"bytes\";i:966;s:11:\"size_before\";i:14836;s:10:\"size_after\";i:13870;s:4:\"time\";d:0.040000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9100000000000001;s:5:\"bytes\";i:174;s:11:\"size_before\";i:2200;s:10:\"size_after\";i:2026;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5700000000000003;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1662;s:10:\"size_after\";i:1503;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:482;s:11:\"size_before\";i:7598;s:10:\"size_after\";i:7116;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:1421;s:11:\"size_before\";i:21057;s:10:\"size_after\";i:19636;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:854;s:11:\"size_before\";i:15004;s:10:\"size_after\";i:14150;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:17337;s:10:\"size_after\";i:16295;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1335;s:11:\"size_before\";i:22759;s:10:\"size_after\";i:21424;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:19377;s:10:\"size_after\";i:18244;s:4:\"time\";d:0.02;}}}'),(4822,581,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:260;s:6:\"height\";i:400;s:4:\"file\";s:45:\"2017/10/parenting-without-power-struggles.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-195x300.jpg\";s:5:\"width\";i:195;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:43:\"parenting-without-power-struggles-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:43:\"parenting-without-power-struggles-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-260x400.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-260x250.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-260x284.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"parenting-without-power-struggles-260x382.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4823,582,'_wp_attached_file','2017/10/so-sexy-so-soon.jpg'),(4824,582,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.7684583654759551;s:5:\"bytes\";i:9048;s:11:\"size_before\";i:156853;s:10:\"size_after\";i:147805;s:4:\"time\";d:0.22000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8600000000000003;s:5:\"bytes\";i:488;s:11:\"size_before\";i:8329;s:10:\"size_after\";i:7841;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5599999999999996;s:5:\"bytes\";i:978;s:11:\"size_before\";i:17600;s:10:\"size_after\";i:16622;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:185;s:11:\"size_before\";i:2368;s:10:\"size_after\";i:2183;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:159;s:11:\"size_before\";i:1846;s:10:\"size_after\";i:1687;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:545;s:11:\"size_before\";i:9034;s:10:\"size_after\";i:8489;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:1554;s:11:\"size_before\";i:26118;s:10:\"size_after\";i:24564;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:1173;s:11:\"size_before\";i:19048;s:10:\"size_after\";i:17875;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1339;s:11:\"size_before\";i:21465;s:10:\"size_after\";i:20126;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4199999999999999;s:5:\"bytes\";i:1472;s:11:\"size_before\";i:27172;s:10:\"size_after\";i:25700;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:1155;s:11:\"size_before\";i:23873;s:10:\"size_after\";i:22718;s:4:\"time\";d:0.050000000000000003;}}}'),(4825,582,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:259;s:6:\"height\";i:400;s:4:\"file\";s:27:\"2017/10/so-sexy-so-soon.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:25:\"so-sexy-so-soon-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:25:\"so-sexy-so-soon-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-259x400.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-259x250.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-259x284.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:27:\"so-sexy-so-soon-259x382.jpg\";s:5:\"width\";i:259;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4826,583,'_wp_attached_file','2017/10/strip-off-your-fear.jpg'),(4827,583,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.0071737100606546;s:5:\"bytes\";i:6596;s:11:\"size_before\";i:131731;s:10:\"size_after\";i:125135;s:4:\"time\";d:0.16999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:317;s:11:\"size_before\";i:6790;s:10:\"size_after\";i:6473;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8300000000000001;s:5:\"bytes\";i:680;s:11:\"size_before\";i:14076;s:10:\"size_after\";i:13396;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:158;s:11:\"size_before\";i:2081;s:10:\"size_after\";i:1923;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1605;s:10:\"size_after\";i:1445;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6900000000000004;s:5:\"bytes\";i:339;s:11:\"size_before\";i:7221;s:10:\"size_after\";i:6882;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:1263;s:11:\"size_before\";i:21403;s:10:\"size_after\";i:20140;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4100000000000001;s:5:\"bytes\";i:754;s:11:\"size_before\";i:17112;s:10:\"size_after\";i:16358;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:811;s:11:\"size_before\";i:18537;s:10:\"size_after\";i:17726;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002;s:5:\"bytes\";i:1163;s:11:\"size_before\";i:23309;s:10:\"size_after\";i:22146;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8499999999999996;s:5:\"bytes\";i:951;s:11:\"size_before\";i:19597;s:10:\"size_after\";i:18646;s:4:\"time\";d:0.01;}}}'),(4828,583,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:267;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2017/10/strip-off-your-fear.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:29:\"strip-off-your-fear-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:29:\"strip-off-your-fear-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-267x400.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-267x250.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-267x284.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"strip-off-your-fear-267x382.jpg\";s:5:\"width\";i:267;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4829,584,'_wp_attached_file','2017/10/the-awakened-family.jpg'),(4830,584,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8041992137901612;s:5:\"bytes\";i:7683;s:11:\"size_before\";i:98447;s:10:\"size_after\";i:90764;s:4:\"time\";d:0.26000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:391;s:11:\"size_before\";i:5276;s:10:\"size_after\";i:4885;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.71;s:5:\"bytes\";i:770;s:11:\"size_before\";i:11475;s:10:\"size_after\";i:10705;s:4:\"time\";d:0.070000000000000007;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:120;s:11:\"size_before\";i:1767;s:10:\"size_after\";i:1647;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5600000000000005;s:5:\"bytes\";i:138;s:11:\"size_before\";i:1444;s:10:\"size_after\";i:1306;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:307;s:11:\"size_before\";i:5267;s:10:\"size_after\";i:4960;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9600000000000009;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:16599;s:10:\"size_after\";i:15112;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79;s:5:\"bytes\";i:907;s:11:\"size_before\";i:11636;s:10:\"size_after\";i:10729;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:953;s:11:\"size_before\";i:12083;s:10:\"size_after\";i:11130;s:4:\"time\";d:0.050000000000000003;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1699999999999999;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:17747;s:10:\"size_after\";i:16297;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6600000000000001;s:5:\"bytes\";i:1160;s:11:\"size_before\";i:15153;s:10:\"size_after\";i:13993;s:4:\"time\";d:0.01;}}}'),(4831,584,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2017/10/the-awakened-family.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:29:\"the-awakened-family-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:29:\"the-awakened-family-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-265x400.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-265x284.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"the-awakened-family-265x382.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4832,585,'_wp_attached_file','2017/10/the-curse-of-the-good-girl.jpg'),(4833,585,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.1690139102790091;s:5:\"bytes\";i:9974;s:11:\"size_before\";i:161679;s:10:\"size_after\";i:151705;s:4:\"time\";d:0.20999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:576;s:11:\"size_before\";i:8098;s:10:\"size_after\";i:7522;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:17945;s:10:\"size_after\";i:16808;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6099999999999994;s:5:\"bytes\";i:212;s:11:\"size_before\";i:2463;s:10:\"size_after\";i:2251;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.73;s:5:\"bytes\";i:197;s:11:\"size_before\";i:1836;s:10:\"size_after\";i:1639;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9000000000000004;s:5:\"bytes\";i:615;s:11:\"size_before\";i:8909;s:10:\"size_after\";i:8294;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8499999999999996;s:5:\"bytes\";i:1860;s:11:\"size_before\";i:27170;s:10:\"size_after\";i:25310;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:1124;s:11:\"size_before\";i:19593;s:10:\"size_after\";i:18469;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7699999999999996;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:22385;s:10:\"size_after\";i:21093;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:28395;s:10:\"size_after\";i:26851;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6900000000000004;s:5:\"bytes\";i:1417;s:11:\"size_before\";i:24885;s:10:\"size_after\";i:23468;s:4:\"time\";d:0.02;}}}'),(4834,585,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:261;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2017/10/the-curse-of-the-good-girl.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:36:\"the-curse-of-the-good-girl-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:36:\"the-curse-of-the-good-girl-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-261x400.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-261x250.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-261x284.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:38:\"the-curse-of-the-good-girl-261x382.jpg\";s:5:\"width\";i:261;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4835,586,'_wp_attached_file','2017/10/the-gift-of-failure.jpg'),(4836,586,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:8.8083325659678522;s:5:\"bytes\";i:8609;s:11:\"size_before\";i:97737;s:10:\"size_after\";i:89128;s:4:\"time\";d:0.14999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:403;s:11:\"size_before\";i:5413;s:10:\"size_after\";i:5010;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.29;s:5:\"bytes\";i:812;s:11:\"size_before\";i:11135;s:10:\"size_after\";i:10323;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1839;s:10:\"size_after\";i:1685;s:4:\"time\";d:0.029999999999999999;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:110;s:11:\"size_before\";i:1365;s:10:\"size_after\";i:1255;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:372;s:11:\"size_before\";i:5441;s:10:\"size_after\";i:5069;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.24;s:5:\"bytes\";i:1601;s:11:\"size_before\";i:15638;s:10:\"size_after\";i:14037;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:1089;s:11:\"size_before\";i:12017;s:10:\"size_after\";i:10928;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006;s:5:\"bytes\";i:1307;s:11:\"size_before\";i:13115;s:10:\"size_after\";i:11808;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4700000000000006;s:5:\"bytes\";i:1477;s:11:\"size_before\";i:17445;s:10:\"size_after\";i:15968;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9600000000000009;s:5:\"bytes\";i:1284;s:11:\"size_before\";i:14329;s:10:\"size_after\";i:13045;s:4:\"time\";d:0.01;}}}'),(4837,586,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:264;s:6:\"height\";i:400;s:4:\"file\";s:31:\"2017/10/the-gift-of-failure.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:29:\"the-gift-of-failure-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:29:\"the-gift-of-failure-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-264x400.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-264x250.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-264x284.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:31:\"the-gift-of-failure-264x382.jpg\";s:5:\"width\";i:264;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4838,587,'_wp_attached_file','2017/10/xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93.jpg'),(4839,587,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.0342363303972073;s:5:\"bytes\";i:8465;s:11:\"size_before\";i:120340;s:10:\"size_after\";i:111875;s:4:\"time\";d:0.19000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2999999999999998;s:5:\"bytes\";i:506;s:11:\"size_before\";i:6927;s:10:\"size_after\";i:6421;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:970;s:11:\"size_before\";i:13400;s:10:\"size_after\";i:12430;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1987;s:10:\"size_after\";i:1860;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:143;s:11:\"size_before\";i:1666;s:10:\"size_after\";i:1523;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7300000000000004;s:5:\"bytes\";i:568;s:11:\"size_before\";i:7352;s:10:\"size_after\";i:6784;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1899999999999995;s:5:\"bytes\";i:1833;s:11:\"size_before\";i:19942;s:10:\"size_after\";i:18109;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:1235;s:11:\"size_before\";i:14914;s:10:\"size_after\";i:13679;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0999999999999996;s:5:\"bytes\";i:1279;s:11:\"size_before\";i:15796;s:10:\"size_after\";i:14517;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992;s:5:\"bytes\";i:1804;s:11:\"size_before\";i:21556;s:10:\"size_after\";i:19752;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16800;s:10:\"size_after\";i:16800;s:4:\"time\";d:0.01;}}}'),(4840,587,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:265;s:6:\"height\";i:400;s:4:\"file\";s:62:\"2017/10/xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:60:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:60:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-265x400.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-265x250.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-265x284.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:62:\"xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93-265x382.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4841,588,'_wp_attached_file','2017/10/xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9.jpg'),(4842,588,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3341153183534331;s:5:\"bytes\";i:7276;s:11:\"size_before\";i:136405;s:10:\"size_after\";i:129129;s:4:\"time\";d:0.23999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:408;s:11:\"size_before\";i:6412;s:10:\"size_after\";i:6004;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:884;s:11:\"size_before\";i:14287;s:10:\"size_after\";i:13403;s:4:\"time\";d:0.040000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:133;s:11:\"size_before\";i:1955;s:10:\"size_after\";i:1822;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7799999999999994;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1663;s:10:\"size_after\";i:1517;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:423;s:11:\"size_before\";i:6670;s:10:\"size_after\";i:6247;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2199999999999998;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:25543;s:10:\"size_after\";i:23954;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1900000000000004;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:16410;s:10:\"size_after\";i:15394;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:1141;s:11:\"size_before\";i:16412;s:10:\"size_after\";i:15271;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:1536;s:11:\"size_before\";i:23161;s:10:\"size_after\";i:21625;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23892;s:10:\"size_after\";i:23892;s:4:\"time\";d:0.050000000000000003;}}}'),(4843,588,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:445;s:4:\"file\";s:62:\"2017/10/xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-202x300.jpg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:60:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:60:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:62:\"xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9-300x382.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4844,589,'_wp_attached_file','2017/10/xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM.jpg'),(4845,589,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.5436327844117264;s:5:\"bytes\";i:7709;s:11:\"size_before\";i:169666;s:10:\"size_after\";i:161957;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:450;s:11:\"size_before\";i:7843;s:10:\"size_after\";i:7393;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8899999999999997;s:5:\"bytes\";i:907;s:11:\"size_before\";i:18534;s:10:\"size_after\";i:17627;s:4:\"time\";d:0.070000000000000007;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3900000000000006;s:5:\"bytes\";i:188;s:11:\"size_before\";i:2240;s:10:\"size_after\";i:2052;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3000000000000007;s:5:\"bytes\";i:146;s:11:\"size_before\";i:1760;s:10:\"size_after\";i:1614;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:477;s:11:\"size_before\";i:8426;s:10:\"size_after\";i:7949;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:1427;s:11:\"size_before\";i:27898;s:10:\"size_after\";i:26471;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8300000000000001;s:5:\"bytes\";i:1349;s:11:\"size_before\";i:23149;s:10:\"size_after\";i:21800;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:1359;s:11:\"size_before\";i:25172;s:10:\"size_after\";i:23813;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:1406;s:11:\"size_before\";i:30081;s:10:\"size_after\";i:28675;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:24563;s:10:\"size_after\";i:24563;s:4:\"time\";d:0.089999999999999997;}}}'),(4846,589,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:320;s:6:\"height\";i:400;s:4:\"file\";s:66:\"2017/10/xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:64:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:64:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-320x400.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-320x250.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-320x284.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:66:\"xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM-320x382.jpg\";s:5:\"width\";i:320;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4847,590,'_wp_attached_file','2017/10/xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl.jpg'),(4848,590,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.8061929064630959;s:5:\"bytes\";i:12696;s:11:\"size_before\";i:186536;s:10:\"size_after\";i:173840;s:4:\"time\";d:0.33999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.71;s:5:\"bytes\";i:540;s:11:\"size_before\";i:7003;s:10:\"size_after\";i:6463;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992;s:5:\"bytes\";i:1465;s:11:\"size_before\";i:15628;s:10:\"size_after\";i:14163;s:4:\"time\";d:0.050000000000000003;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7599999999999998;s:5:\"bytes\";i:167;s:11:\"size_before\";i:2152;s:10:\"size_after\";i:1985;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6500000000000004;s:5:\"bytes\";i:158;s:11:\"size_before\";i:1638;s:10:\"size_after\";i:1480;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4900000000000002;s:5:\"bytes\";i:608;s:11:\"size_before\";i:7160;s:10:\"size_after\";i:6552;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0700000000000003;s:5:\"bytes\";i:2174;s:11:\"size_before\";i:26953;s:10:\"size_after\";i:24779;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2899999999999991;s:5:\"bytes\";i:1262;s:11:\"size_before\";i:15220;s:10:\"size_after\";i:13958;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6799999999999997;s:5:\"bytes\";i:1364;s:11:\"size_before\";i:17765;s:10:\"size_after\";i:16401;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:2064;s:11:\"size_before\";i:25851;s:10:\"size_after\";i:23787;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2699999999999996;s:5:\"bytes\";i:2894;s:11:\"size_before\";i:35003;s:10:\"size_after\";i:32109;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:32163;s:10:\"size_after\";i:32163;s:4:\"time\";d:0.14000000000000001;}}}'),(4849,590,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:394;s:6:\"height\";i:600;s:4:\"file\";s:50:\"2017/10/xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-150x150.jpg\";s:5:\"width\";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:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:48:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:48:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-394x400.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-394x250.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-394x284.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-394x382.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:50:\"xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl-394x516.jpg\";s:5:\"width\";i:394;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(4850,577,'_thumbnail_id','579'),(4851,577,'_sku',''),(4852,577,'_regular_price','22.99'),(4853,577,'_sale_price','18.75'),(4854,577,'_sale_price_dates_from',''),(4855,577,'_sale_price_dates_to',''),(4856,577,'total_sales','0'),(4857,577,'_tax_status','taxable'),(4858,577,'_tax_class',''),(4859,577,'_manage_stock','no'),(4860,577,'_backorders','no'),(4861,577,'_sold_individually','no'),(4862,577,'_weight',''),(4863,577,'_length',''),(4864,577,'_width',''),(4865,577,'_height',''),(4866,577,'_upsell_ids','a:0:{}'),(4867,577,'_crosssell_ids','a:0:{}'),(4868,577,'_purchase_note',''),(4869,577,'_default_attributes','a:0:{}'),(4870,577,'_virtual','no'),(4871,577,'_downloadable','no'),(4872,577,'_product_image_gallery',''),(4873,577,'_download_limit','-1'),(4874,577,'_download_expiry','-1'),(4875,577,'_stock',NULL),(4876,577,'_stock_status','instock'),(4877,577,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fgrit-angela-duckworth%2Fprod9781785040207.html'),(4878,577,'_button_text','Visit Store'),(4879,577,'_product_version','3.1.2'),(4880,577,'_price','18.75'),(4881,577,'_yith_wcmbs_protected_links','a:0:{}'),(4882,577,'_yoast_wpseo_primary_product_cat','12'),(4883,577,'_et_pb_post_hide_nav','default'),(4884,577,'_et_pb_page_layout','et_right_sidebar'),(4885,577,'_et_pb_side_nav','off'),(4886,577,'_alternative-content',''),(4887,577,'_show-contents-in-my-account','0'),(4888,577,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4889,577,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4890,577,'_yoast_wpseo_linkdex','51'),(4891,577,'_yoast_wpseo_content_score','30'),(4892,591,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4893,591,'_wc_review_count','0'),(4894,591,'_wc_rating_count','a:0:{}'),(4895,591,'_wc_average_rating','0'),(4896,591,'_edit_lock','1540414442:44'),(4897,591,'_edit_last','44'),(4898,591,'_thumbnail_id','587'),(4899,591,'_sku',''),(4900,591,'_regular_price','31.95'),(4901,591,'_sale_price','19.50'),(4902,591,'_sale_price_dates_from',''),(4903,591,'_sale_price_dates_to',''),(4904,591,'total_sales','0'),(4905,591,'_tax_status','taxable'),(4906,591,'_tax_class',''),(4907,591,'_manage_stock','no'),(4908,591,'_backorders','no'),(4909,591,'_sold_individually','no'),(4910,591,'_weight',''),(4911,591,'_length',''),(4912,591,'_width',''),(4913,591,'_height',''),(4914,591,'_upsell_ids','a:0:{}'),(4915,591,'_crosssell_ids','a:0:{}'),(4916,591,'_purchase_note',''),(4917,591,'_default_attributes','a:0:{}'),(4918,591,'_virtual','no'),(4919,591,'_downloadable','no'),(4920,591,'_product_image_gallery',''),(4921,591,'_download_limit','-1'),(4922,591,'_download_expiry','-1'),(4923,591,'_stock',NULL),(4924,591,'_stock_status','instock'),(4925,591,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fhow-children-succeed-paul-tough%2Fprod9780544104402.html'),(4926,591,'_button_text','Visit Store'),(4927,591,'_product_version','3.1.2'),(4928,591,'_price','19.50'),(4929,591,'_yith_wcmbs_protected_links','a:0:{}'),(4930,591,'_yoast_wpseo_primary_product_cat','12'),(4931,591,'_et_pb_post_hide_nav','default'),(4932,591,'_et_pb_page_layout','et_right_sidebar'),(4933,591,'_et_pb_side_nav','off'),(4934,591,'_alternative-content',''),(4935,591,'_show-contents-in-my-account','0'),(4936,591,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4937,591,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4938,591,'_yoast_wpseo_linkdex','25'),(4939,591,'_yoast_wpseo_content_score','30'),(4940,592,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4941,592,'_wc_review_count','0'),(4942,592,'_wc_rating_count','a:0:{}'),(4943,592,'_wc_average_rating','0'),(4944,592,'_edit_lock','1540414431:44'),(4945,592,'_edit_last','44'),(4946,592,'_thumbnail_id','578'),(4947,592,'_sku',''),(4948,592,'_regular_price','14.95'),(4949,592,'_sale_price','12.75'),(4950,592,'_sale_price_dates_from',''),(4951,592,'_sale_price_dates_to',''),(4952,592,'total_sales','0'),(4953,592,'_tax_status','taxable'),(4954,592,'_tax_class',''),(4955,592,'_manage_stock','no'),(4956,592,'_backorders','no'),(4957,592,'_sold_individually','no'),(4958,592,'_weight',''),(4959,592,'_length',''),(4960,592,'_width',''),(4961,592,'_height',''),(4962,592,'_upsell_ids','a:0:{}'),(4963,592,'_crosssell_ids','a:0:{}'),(4964,592,'_purchase_note',''),(4965,592,'_default_attributes','a:0:{}'),(4966,592,'_virtual','no'),(4967,592,'_downloadable','no'),(4968,592,'_product_image_gallery',''),(4969,592,'_download_limit','-1'),(4970,592,'_download_expiry','-1'),(4971,592,'_stock',NULL),(4972,592,'_stock_status','instock'),(4973,592,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fbuilding-children-s-resilience-maggie-dent%2Fprod9780975845691.html'),(4974,592,'_button_text','Visit Store'),(4975,592,'_product_version','3.1.2'),(4976,592,'_price','12.75'),(4977,592,'_yith_wcmbs_protected_links','a:0:{}'),(4978,592,'_yoast_wpseo_primary_product_cat','12'),(4979,592,'_et_pb_post_hide_nav','default'),(4980,592,'_et_pb_page_layout','et_right_sidebar'),(4981,592,'_et_pb_side_nav','off'),(4982,592,'_alternative-content',''),(4983,592,'_show-contents-in-my-account','0'),(4984,592,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(4985,592,'_yoast_wpseo_focuskw','story books for girls to empower them'),(4986,592,'_yoast_wpseo_linkdex','48'),(4987,592,'_yoast_wpseo_content_score','30'),(4988,593,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(4989,593,'_wc_review_count','0'),(4990,593,'_wc_rating_count','a:0:{}'),(4991,593,'_wc_average_rating','0'),(4992,593,'_edit_lock','1540414421:44'),(4993,593,'_edit_last','44'),(4994,593,'_thumbnail_id','588'),(4995,593,'_sku',''),(4996,593,'_regular_price','25.60'),(4997,593,'_sale_price','25.50'),(4998,593,'_sale_price_dates_from',''),(4999,593,'_sale_price_dates_to',''),(5000,593,'total_sales','0'),(5001,593,'_tax_status','taxable'),(5002,593,'_tax_class',''),(5003,593,'_manage_stock','no'),(5004,593,'_backorders','no'),(5005,593,'_sold_individually','no'),(5006,593,'_weight',''),(5007,593,'_length',''),(5008,593,'_width',''),(5009,593,'_height',''),(5010,593,'_upsell_ids','a:0:{}'),(5011,593,'_crosssell_ids','a:0:{}'),(5012,593,'_purchase_note',''),(5013,593,'_default_attributes','a:0:{}'),(5014,593,'_virtual','no'),(5015,593,'_downloadable','no'),(5016,593,'_product_image_gallery',''),(5017,593,'_download_limit','-1'),(5018,593,'_download_expiry','-1'),(5019,593,'_stock',NULL),(5020,593,'_stock_status','instock'),(5021,593,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-conscious-parent-dr-shefali-tsabary%2Fprod9781897238455.html'),(5022,593,'_button_text','Visit Store'),(5023,593,'_product_version','3.1.2'),(5024,593,'_price','25.50'),(5025,593,'_yith_wcmbs_protected_links','a:0:{}'),(5026,593,'_yoast_wpseo_primary_product_cat','12'),(5027,593,'_et_pb_post_hide_nav','default'),(5028,593,'_et_pb_page_layout','et_right_sidebar'),(5029,593,'_et_pb_side_nav','off'),(5030,593,'_alternative-content',''),(5031,593,'_show-contents-in-my-account','0'),(5032,593,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5033,593,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5034,593,'_yoast_wpseo_linkdex','35'),(5035,593,'_yoast_wpseo_content_score','30'),(5036,594,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5037,594,'_wc_review_count','0'),(5038,594,'_wc_rating_count','a:0:{}'),(5039,594,'_wc_average_rating','0'),(5040,594,'_edit_lock','1540414403:44'),(5041,594,'_edit_last','44'),(5042,594,'_thumbnail_id','584'),(5043,594,'_sku',''),(5044,594,'_regular_price','54.00'),(5045,594,'_sale_price','31.75'),(5046,594,'_sale_price_dates_from',''),(5047,594,'_sale_price_dates_to',''),(5048,594,'total_sales','0'),(5049,594,'_tax_status','taxable'),(5050,594,'_tax_class',''),(5051,594,'_manage_stock','no'),(5052,594,'_backorders','no'),(5053,594,'_sold_individually','no'),(5054,594,'_weight',''),(5055,594,'_length',''),(5056,594,'_width',''),(5057,594,'_height',''),(5058,594,'_upsell_ids','a:0:{}'),(5059,594,'_crosssell_ids','a:0:{}'),(5060,594,'_purchase_note',''),(5061,594,'_default_attributes','a:0:{}'),(5062,594,'_virtual','no'),(5063,594,'_downloadable','no'),(5064,594,'_product_image_gallery',''),(5065,594,'_download_limit','-1'),(5066,594,'_download_expiry','-1'),(5067,594,'_stock',NULL),(5068,594,'_stock_status','instock'),(5069,594,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-awakened-family-dr-shefali-tsabary%2Fprod9780399563966.html'),(5070,594,'_button_text','Visit Store'),(5071,594,'_product_version','3.1.2'),(5072,594,'_price','31.75'),(5073,594,'_yith_wcmbs_protected_links','a:0:{}'),(5074,594,'_yoast_wpseo_primary_product_cat','12'),(5075,594,'_et_pb_post_hide_nav','default'),(5076,594,'_et_pb_page_layout','et_right_sidebar'),(5077,594,'_et_pb_side_nav','off'),(5078,594,'_alternative-content',''),(5079,594,'_show-contents-in-my-account','0'),(5080,594,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5081,594,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5082,594,'_yoast_wpseo_linkdex','49'),(5083,594,'_yoast_wpseo_content_score','30'),(5084,595,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5085,595,'_wc_review_count','0'),(5086,595,'_wc_rating_count','a:0:{}'),(5087,595,'_wc_average_rating','0'),(5088,595,'_edit_lock','1540414390:44'),(5089,595,'_edit_last','44'),(5090,595,'_thumbnail_id','580'),(5091,595,'_sku',''),(5092,595,'_regular_price','34.00'),(5093,595,'_sale_price','21.50'),(5094,595,'_sale_price_dates_from',''),(5095,595,'_sale_price_dates_to',''),(5096,595,'total_sales','0'),(5097,595,'_tax_status','taxable'),(5098,595,'_tax_class',''),(5099,595,'_manage_stock','no'),(5100,595,'_backorders','no'),(5101,595,'_sold_individually','no'),(5102,595,'_weight',''),(5103,595,'_length',''),(5104,595,'_width',''),(5105,595,'_height',''),(5106,595,'_upsell_ids','a:0:{}'),(5107,595,'_crosssell_ids','a:0:{}'),(5108,595,'_purchase_note',''),(5109,595,'_default_attributes','a:0:{}'),(5110,595,'_virtual','no'),(5111,595,'_downloadable','no'),(5112,595,'_product_image_gallery',''),(5113,595,'_download_limit','-1'),(5114,595,'_download_expiry','-1'),(5115,595,'_stock',NULL),(5116,595,'_stock_status','instock'),(5117,595,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fhow-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk-adele-faber%2Fprod9781451663884.html'),(5118,595,'_button_text','Visit Store'),(5119,595,'_product_version','3.1.2'),(5120,595,'_price','21.50'),(5121,595,'_yith_wcmbs_protected_links','a:0:{}'),(5122,595,'_yoast_wpseo_primary_product_cat','12'),(5123,595,'_et_pb_post_hide_nav','default'),(5124,595,'_et_pb_page_layout','et_right_sidebar'),(5125,595,'_et_pb_side_nav','off'),(5126,595,'_alternative-content',''),(5127,595,'_show-contents-in-my-account','0'),(5128,595,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5129,595,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5130,595,'_yoast_wpseo_linkdex','33'),(5131,595,'_yoast_wpseo_content_score','30'),(5132,597,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5133,597,'_wc_review_count','0'),(5134,597,'_wc_rating_count','a:0:{}'),(5135,597,'_wc_average_rating','0'),(5136,597,'_edit_lock','1540414378:44'),(5137,597,'_edit_last','44'),(5138,597,'_thumbnail_id','581'),(5139,597,'_sku',''),(5140,597,'_regular_price','25.99'),(5141,597,'_sale_price','21.25'),(5142,597,'_sale_price_dates_from',''),(5143,597,'_sale_price_dates_to',''),(5144,597,'total_sales','0'),(5145,597,'_tax_status','taxable'),(5146,597,'_tax_class',''),(5147,597,'_manage_stock','no'),(5148,597,'_backorders','no'),(5149,597,'_sold_individually','no'),(5150,597,'_weight',''),(5151,597,'_length',''),(5152,597,'_width',''),(5153,597,'_height',''),(5154,597,'_upsell_ids','a:0:{}'),(5155,597,'_crosssell_ids','a:0:{}'),(5156,597,'_purchase_note',''),(5157,597,'_default_attributes','a:0:{}'),(5158,597,'_virtual','no'),(5159,597,'_downloadable','no'),(5160,597,'_product_image_gallery',''),(5161,597,'_download_limit','-1'),(5162,597,'_download_expiry','-1'),(5163,597,'_stock',NULL),(5164,597,'_stock_status','instock'),(5165,597,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fparenting-without-power-struggles-susan-stiffelman%2Fprod9781451667660.html'),(5166,597,'_button_text','Visit Store'),(5167,597,'_product_version','3.1.2'),(5168,597,'_price','21.25'),(5169,597,'_yith_wcmbs_protected_links','a:0:{}'),(5170,597,'_yoast_wpseo_primary_product_cat','12'),(5171,597,'_et_pb_post_hide_nav','default'),(5172,597,'_et_pb_page_layout','et_right_sidebar'),(5173,597,'_et_pb_side_nav','off'),(5174,597,'_alternative-content',''),(5175,597,'_show-contents-in-my-account','0'),(5176,597,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5177,597,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5178,597,'_yoast_wpseo_linkdex','44'),(5179,597,'_yoast_wpseo_content_score','30'),(5180,598,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5181,598,'_wc_review_count','0'),(5182,598,'_wc_rating_count','a:0:{}'),(5183,598,'_wc_average_rating','0'),(5184,598,'_edit_lock','1508712083:50'),(5185,598,'_edit_last','50'),(5186,598,'_thumbnail_id','589'),(5187,598,'_sku',''),(5188,598,'_regular_price','33.95'),(5189,598,'_sale_price','21.35'),(5190,598,'_sale_price_dates_from',''),(5191,598,'_sale_price_dates_to',''),(5192,598,'total_sales','0'),(5193,598,'_tax_status','taxable'),(5194,598,'_tax_class',''),(5195,598,'_manage_stock','no'),(5196,598,'_backorders','no'),(5197,598,'_sold_individually','no'),(5198,598,'_weight',''),(5199,598,'_length',''),(5200,598,'_width',''),(5201,598,'_height',''),(5202,598,'_upsell_ids','a:0:{}'),(5203,598,'_crosssell_ids','a:0:{}'),(5204,598,'_purchase_note',''),(5205,598,'_default_attributes','a:0:{}'),(5206,598,'_virtual','no'),(5207,598,'_downloadable','no'),(5208,598,'_product_image_gallery',''),(5209,598,'_download_limit','-1'),(5210,598,'_download_expiry','-1'),(5211,598,'_stock',NULL),(5212,598,'_stock_status','instock'),(5213,598,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-grit-guide-for-teens-baruch-feldman-caren%2Fprod9781626258563.html'),(5214,598,'_button_text','Visit Store'),(5215,598,'_product_version','3.1.2'),(5216,598,'_price','21.35'),(5217,598,'_yith_wcmbs_protected_links','a:0:{}'),(5218,598,'_yoast_wpseo_primary_product_cat','12'),(5219,598,'_et_pb_post_hide_nav','default'),(5220,598,'_et_pb_page_layout','et_right_sidebar'),(5221,598,'_et_pb_side_nav','off'),(5222,598,'_alternative-content',''),(5223,598,'_show-contents-in-my-account','0'),(5224,598,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5225,598,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5226,598,'_yoast_wpseo_linkdex','51'),(5227,598,'_yoast_wpseo_content_score','30'),(5228,599,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5229,599,'_wc_review_count','0'),(5230,599,'_wc_rating_count','a:0:{}'),(5231,599,'_wc_average_rating','0'),(5232,599,'_edit_lock','1540414249:44'),(5233,599,'_edit_last','44'),(5234,599,'_thumbnail_id','586'),(5235,599,'_sku',''),(5236,599,'_regular_price','31.99'),(5237,599,'_sale_price','24.40'),(5238,599,'_sale_price_dates_from',''),(5239,599,'_sale_price_dates_to',''),(5240,599,'total_sales','0'),(5241,599,'_tax_status','taxable'),(5242,599,'_tax_class',''),(5243,599,'_manage_stock','no'),(5244,599,'_backorders','no'),(5245,599,'_sold_individually','no'),(5246,599,'_weight',''),(5247,599,'_length',''),(5248,599,'_width',''),(5249,599,'_height',''),(5250,599,'_upsell_ids','a:0:{}'),(5251,599,'_crosssell_ids','a:0:{}'),(5252,599,'_purchase_note',''),(5253,599,'_default_attributes','a:0:{}'),(5254,599,'_virtual','no'),(5255,599,'_downloadable','no'),(5256,599,'_product_image_gallery',''),(5257,599,'_download_limit','-1'),(5258,599,'_download_expiry','-1'),(5259,599,'_stock',NULL),(5260,599,'_stock_status','instock'),(5261,599,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-gift-of-failure-jessica-lahey%2Fprod9780062299253.html'),(5262,599,'_button_text','Visit Store'),(5263,599,'_product_version','3.1.2'),(5264,599,'_price','24.40'),(5265,599,'_yith_wcmbs_protected_links','a:0:{}'),(5266,599,'_yoast_wpseo_primary_product_cat','12'),(5267,599,'_et_pb_post_hide_nav','default'),(5268,599,'_et_pb_page_layout','et_right_sidebar'),(5269,599,'_et_pb_side_nav','off'),(5270,599,'_alternative-content',''),(5271,599,'_show-contents-in-my-account','0'),(5272,599,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5273,599,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5274,599,'_yoast_wpseo_linkdex','49'),(5275,599,'_yoast_wpseo_content_score','30'),(5276,600,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5277,600,'_wc_review_count','0'),(5278,600,'_wc_rating_count','a:0:{}'),(5279,600,'_wc_average_rating','0'),(5280,600,'_edit_lock','1540414337:44'),(5281,600,'_edit_last','44'),(5282,600,'_thumbnail_id','590'),(5283,600,'_sku',''),(5284,600,'_regular_price','24.99'),(5285,600,'_sale_price','19.95'),(5286,600,'_sale_price_dates_from',''),(5287,600,'_sale_price_dates_to',''),(5288,600,'total_sales','0'),(5289,600,'_tax_status','taxable'),(5290,600,'_tax_class',''),(5291,600,'_manage_stock','no'),(5292,600,'_backorders','no'),(5293,600,'_sold_individually','no'),(5294,600,'_weight',''),(5295,600,'_length',''),(5296,600,'_width',''),(5297,600,'_height',''),(5298,600,'_upsell_ids','a:0:{}'),(5299,600,'_crosssell_ids','a:0:{}'),(5300,600,'_purchase_note',''),(5301,600,'_default_attributes','a:0:{}'),(5302,600,'_virtual','no'),(5303,600,'_downloadable','no'),(5304,600,'_product_image_gallery',''),(5305,600,'_download_limit','-1'),(5306,600,'_download_expiry','-1'),(5307,600,'_stock',NULL),(5308,600,'_stock_status','instock'),(5309,600,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Funselfie-ed-borba%2Fprod9781501110078.html'),(5310,600,'_button_text','Visit Store'),(5311,600,'_product_version','3.1.2'),(5312,600,'_price','19.95'),(5313,600,'_yith_wcmbs_protected_links','a:0:{}'),(5314,600,'_yoast_wpseo_primary_product_cat','12'),(5315,600,'_et_pb_post_hide_nav','default'),(5316,600,'_et_pb_page_layout','et_right_sidebar'),(5317,600,'_et_pb_side_nav','off'),(5318,600,'_alternative-content',''),(5319,600,'_show-contents-in-my-account','0'),(5320,600,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5321,600,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5322,600,'_yoast_wpseo_linkdex','51'),(5323,600,'_yoast_wpseo_content_score','30'),(5324,601,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5325,601,'_wc_review_count','0'),(5326,601,'_wc_rating_count','a:0:{}'),(5327,601,'_wc_average_rating','0'),(5328,601,'_edit_lock','1540414226:44'),(5329,601,'_edit_last','44'),(5330,601,'_thumbnail_id','582'),(5331,601,'_sku',''),(5332,601,'_regular_price','32.00'),(5333,601,'_sale_price','24.40'),(5334,601,'_sale_price_dates_from',''),(5335,601,'_sale_price_dates_to',''),(5336,601,'total_sales','0'),(5337,601,'_tax_status','taxable'),(5338,601,'_tax_class',''),(5339,601,'_manage_stock','no'),(5340,601,'_backorders','no'),(5341,601,'_sold_individually','no'),(5342,601,'_weight',''),(5343,601,'_length',''),(5344,601,'_width',''),(5345,601,'_height',''),(5346,601,'_upsell_ids','a:0:{}'),(5347,601,'_crosssell_ids','a:0:{}'),(5348,601,'_purchase_note',''),(5349,601,'_default_attributes','a:0:{}'),(5350,601,'_virtual','no'),(5351,601,'_downloadable','no'),(5352,601,'_product_image_gallery',''),(5353,601,'_download_limit','-1'),(5354,601,'_download_expiry','-1'),(5355,601,'_stock',NULL),(5356,601,'_stock_status','instock'),(5357,601,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fso-sexy-so-soon-jean-levin-diane-e-kilbourne%2Fprod9780345505071.html'),(5358,601,'_button_text','Visit Store'),(5359,601,'_product_version','3.1.2'),(5360,601,'_price','24.40'),(5361,601,'_yith_wcmbs_protected_links','a:0:{}'),(5362,601,'_yoast_wpseo_primary_product_cat','12'),(5363,601,'_et_pb_post_hide_nav','default'),(5364,601,'_et_pb_page_layout','et_right_sidebar'),(5365,601,'_et_pb_side_nav','off'),(5366,601,'_alternative-content',''),(5367,601,'_show-contents-in-my-account','0'),(5368,601,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5369,601,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5370,601,'_yoast_wpseo_linkdex','35'),(5371,601,'_yoast_wpseo_content_score','30'),(5372,602,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(5373,602,'_wc_review_count','0'),(5374,602,'_wc_rating_count','a:0:{}'),(5375,602,'_wc_average_rating','0'),(5376,602,'_edit_lock','1540414215:44'),(5377,602,'_edit_last','44'),(5378,602,'_thumbnail_id','585'),(5379,602,'_sku',''),(5380,602,'_regular_price','34.00'),(5381,602,'_sale_price','20.75'),(5382,602,'_sale_price_dates_from',''),(5383,602,'_sale_price_dates_to',''),(5384,602,'total_sales','0'),(5385,602,'_tax_status','taxable'),(5386,602,'_tax_class',''),(5387,602,'_manage_stock','no'),(5388,602,'_backorders','no'),(5389,602,'_sold_individually','no'),(5390,602,'_weight',''),(5391,602,'_length',''),(5392,602,'_width',''),(5393,602,'_height',''),(5394,602,'_upsell_ids','a:0:{}'),(5395,602,'_crosssell_ids','a:0:{}'),(5396,602,'_purchase_note',''),(5397,602,'_default_attributes','a:0:{}'),(5398,602,'_virtual','no'),(5399,602,'_downloadable','no'),(5400,602,'_product_image_gallery',''),(5401,602,'_download_limit','-1'),(5402,602,'_download_expiry','-1'),(5403,602,'_stock',NULL),(5404,602,'_stock_status','instock'),(5405,602,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-curse-of-the-good-girl-rachel-simmons%2Fprod9780143117988.html'),(5406,602,'_button_text','Visit Store'),(5407,602,'_product_version','3.1.2'),(5408,602,'_price','20.75'),(5409,602,'_yith_wcmbs_protected_links','a:0:{}'),(5410,602,'_yoast_wpseo_primary_product_cat','12'),(5411,602,'_et_pb_post_hide_nav','default'),(5412,602,'_et_pb_page_layout','et_right_sidebar'),(5413,602,'_et_pb_side_nav','off'),(5414,602,'_alternative-content',''),(5415,602,'_show-contents-in-my-account','0'),(5416,602,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(5417,602,'_yoast_wpseo_focuskw','story books for girls to empower them'),(5418,602,'_yoast_wpseo_linkdex','35'),(5419,602,'_yoast_wpseo_content_score','30'),(6742,662,'_sku',''),(6720,661,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fhackathons-robots-and-bffs-2-stacia-deutsch%2Fprod9780399542527.html'),(6721,661,'_button_text','Visit Store'),(6722,661,'_product_version','3.1.2'),(6723,661,'_price','18.25'),(6724,661,'_yith_wcmbs_protected_links','a:0:{}'),(6725,661,'_yoast_wpseo_primary_product_cat','12'),(6726,661,'_et_pb_post_hide_nav','default'),(6727,661,'_et_pb_page_layout','et_right_sidebar'),(6728,661,'_et_pb_side_nav','off'),(6729,661,'_alternative-content',''),(6730,661,'_show-contents-in-my-account','0'),(6731,661,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6732,661,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6733,661,'_yoast_wpseo_linkdex','36'),(6734,661,'_yoast_wpseo_content_score','30'),(6735,662,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6736,662,'_wc_review_count','0'),(6737,662,'_wc_rating_count','a:0:{}'),(6738,662,'_wc_average_rating','0'),(6739,662,'_edit_lock','1509937524:44'),(6740,662,'_edit_last','44'),(6741,662,'_thumbnail_id','654'),(6633,657,'_wp_attached_file','2017/10/i-like-myself-.jpg'),(6686,660,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:309;s:6:\"height\";i:400;s:4:\"file\";s:81:\"2017/10/xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-232x300.jpg\";s:5:\"width\";i:232;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:79:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:79:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-309x400.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-309x250.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-309x284.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:81:\"xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs-309x382.jpg\";s:5:\"width\";i:309;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6687,661,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6688,661,'_wc_review_count','0'),(6689,661,'_wc_rating_count','a:0:{}'),(6690,661,'_wc_average_rating','0'),(6691,661,'_edit_lock','1509937622:44'),(6692,661,'_edit_last','44'),(6693,661,'_thumbnail_id','656'),(6694,661,'_sku',''),(6695,661,'_regular_price','19.99'),(6696,661,'_sale_price','18.25'),(6697,661,'_sale_price_dates_from',''),(6698,661,'_sale_price_dates_to',''),(6699,661,'total_sales','0'),(6700,661,'_tax_status','taxable'),(6701,661,'_tax_class',''),(6702,661,'_manage_stock','no'),(6703,661,'_backorders','no'),(6704,661,'_sold_individually','no'),(6705,661,'_weight',''),(6706,661,'_length',''),(6707,661,'_width',''),(6708,661,'_height',''),(6709,661,'_upsell_ids','a:0:{}'),(6710,661,'_crosssell_ids','a:0:{}'),(6711,661,'_purchase_note',''),(6712,661,'_default_attributes','a:0:{}'),(6713,661,'_virtual','no'),(6714,661,'_downloadable','no'),(6715,661,'_product_image_gallery',''),(6716,661,'_download_limit','-1'),(6717,661,'_download_expiry','-1'),(6718,661,'_stock',NULL),(6719,661,'_stock_status','instock'),(6632,656,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:400;s:4:\"file\";s:40:\"2017/10/hackathons-robots-and-bffs-2.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:38:\"hackathons-robots-and-bffs-2-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:38:\"hackathons-robots-and-bffs-2-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-272x250.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-272x284.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"hackathons-robots-and-bffs-2-272x382.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6631,656,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.2143085946560923;s:5:\"bytes\";i:11252;s:11:\"size_before\";i:181066;s:10:\"size_after\";i:169814;s:4:\"time\";d:0.24000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.75;s:5:\"bytes\";i:714;s:11:\"size_before\";i:9210;s:10:\"size_after\";i:8496;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4500000000000002;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:19695;s:10:\"size_after\";i:18424;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9499999999999993;s:5:\"bytes\";i:256;s:11:\"size_before\";i:2572;s:10:\"size_after\";i:2316;s:4:\"time\";d:0.029999999999999999;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.68;s:5:\"bytes\";i:206;s:11:\"size_before\";i:1928;s:10:\"size_after\";i:1722;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8099999999999996;s:5:\"bytes\";i:766;s:11:\"size_before\";i:9804;s:10:\"size_after\";i:9038;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1805;s:11:\"size_before\";i:30013;s:10:\"size_after\";i:28208;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:1444;s:11:\"size_before\";i:23059;s:10:\"size_after\";i:21615;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04;s:5:\"bytes\";i:1524;s:11:\"size_before\";i:25225;s:10:\"size_after\";i:23701;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996;s:5:\"bytes\";i:1875;s:11:\"size_before\";i:32033;s:10:\"size_after\";i:30158;s:4:\"time\";d:0.080000000000000002;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:1391;s:11:\"size_before\";i:27527;s:10:\"size_after\";i:26136;s:4:\"time\";d:0.01;}}}'),(7038,668,'_thumbnail_id','669'),(7039,668,'_sku',''),(7040,668,'_regular_price','24.99'),(7041,668,'_sale_price','21.58'),(7042,668,'_sale_price_dates_from',''),(6744,662,'_sale_price','17.35'),(6745,662,'_sale_price_dates_from',''),(6746,662,'_sale_price_dates_to',''),(6747,662,'total_sales','0'),(6748,662,'_tax_status','taxable'),(6749,662,'_tax_class',''),(6750,662,'_manage_stock','no'),(6751,662,'_backorders','no'),(6752,662,'_sold_individually','no'),(6753,662,'_weight',''),(6754,662,'_length',''),(6755,662,'_width',''),(6756,662,'_height',''),(6757,662,'_upsell_ids','a:0:{}'),(6758,662,'_crosssell_ids','a:0:{}'),(6759,662,'_purchase_note',''),(6760,662,'_default_attributes','a:0:{}'),(6761,662,'_virtual','no'),(6762,662,'_downloadable','no'),(6763,662,'_product_image_gallery',''),(6764,662,'_download_limit','-1'),(6765,662,'_download_expiry','-1'),(6766,662,'_stock',NULL),(6767,662,'_stock_status','instock'),(6768,662,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Ffriendship-code-1-the-stacia-deutsch%2Fprod9780399542510.html'),(6769,662,'_button_text','Visit Store'),(6770,662,'_product_version','3.1.2'),(6771,662,'_price','17.35'),(6772,662,'_yith_wcmbs_protected_links','a:0:{}'),(6773,662,'_yoast_wpseo_primary_product_cat','12'),(6774,662,'_et_pb_post_hide_nav','default'),(6775,662,'_et_pb_page_layout','et_right_sidebar'),(6776,662,'_et_pb_side_nav','off'),(6777,662,'_alternative-content',''),(6778,662,'_show-contents-in-my-account','0'),(6779,662,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6780,662,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6781,662,'_yoast_wpseo_linkdex','22'),(6782,662,'_yoast_wpseo_content_score','60'),(6783,663,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6784,663,'_wc_review_count','0'),(6785,663,'_wc_rating_count','a:0:{}'),(6786,663,'_wc_average_rating','0'),(6787,663,'_edit_lock','1508586657:50'),(6788,663,'_edit_last','50'),(6789,663,'_thumbnail_id','653'),(6790,663,'_sku',''),(6791,663,'_regular_price','14.99'),(6792,663,'_sale_price','14.75'),(6793,663,'_sale_price_dates_from',''),(6794,663,'_sale_price_dates_to',''),(6795,663,'total_sales','0'),(6796,663,'_tax_status','taxable'),(6797,663,'_tax_class',''),(6798,663,'_manage_stock','no'),(6799,663,'_backorders','no'),(6800,663,'_sold_individually','no'),(6801,663,'_weight',''),(6802,663,'_length',''),(6803,663,'_width',''),(6804,663,'_height',''),(6805,663,'_upsell_ids','a:0:{}'),(6806,663,'_crosssell_ids','a:0:{}'),(6807,663,'_purchase_note',''),(6808,663,'_default_attributes','a:0:{}'),(6809,663,'_virtual','no'),(6810,663,'_downloadable','no'),(6811,663,'_product_image_gallery',''),(6812,663,'_download_limit','-1'),(6813,663,'_download_expiry','-1'),(6814,663,'_stock',NULL),(6815,663,'_stock_status','instock'),(6816,663,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fcode-it-create-it--sarah-hutt%2Fprod9780399542558.html'),(6817,663,'_button_text','Visit Store'),(6818,663,'_product_version','3.1.2'),(6819,663,'_price','14.75'),(6820,663,'_yith_wcmbs_protected_links','a:0:{}'),(6821,663,'_yoast_wpseo_primary_product_cat','12'),(6822,663,'_et_pb_post_hide_nav','default'),(6823,663,'_et_pb_page_layout','et_right_sidebar'),(6824,663,'_et_pb_side_nav','off'),(6825,663,'_alternative-content',''),(6826,663,'_show-contents-in-my-account','0'),(6827,663,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6828,663,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6829,663,'_yoast_wpseo_linkdex','25'),(6830,663,'_yoast_wpseo_content_score','60'),(6831,664,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6832,664,'_wc_review_count','0'),(6833,664,'_wc_rating_count','a:0:{}'),(6834,664,'_wc_average_rating','0'),(6835,664,'_edit_lock','1508586744:50'),(6836,664,'_edit_last','50'),(6837,664,'_thumbnail_id','659'),(6838,664,'_sku',''),(6839,664,'_regular_price','22.99'),(6840,664,'_sale_price','18.75'),(6841,664,'_sale_price_dates_from',''),(6842,664,'_sale_price_dates_to',''),(6843,664,'total_sales','0'),(6844,664,'_tax_status','taxable'),(6845,664,'_tax_class',''),(6846,664,'_manage_stock','no'),(6847,664,'_backorders','no'),(6848,664,'_sold_individually','no'),(6849,664,'_weight',''),(6850,664,'_length',''),(6851,664,'_width',''),(6852,664,'_height',''),(6853,664,'_upsell_ids','a:0:{}'),(6854,664,'_crosssell_ids','a:0:{}'),(6855,664,'_purchase_note',''),(6856,664,'_default_attributes','a:0:{}'),(6857,664,'_virtual','no'),(6858,664,'_downloadable','no'),(6859,664,'_product_image_gallery',''),(6860,664,'_download_limit','-1'),(6861,664,'_download_expiry','-1'),(6862,664,'_stock',NULL),(6863,664,'_stock_status','instock'),(6864,664,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fthe-girl-who-never-made-mistakes-mark-pett%2Fprod9781402255441.html'),(6865,664,'_button_text','Visit Store'),(6866,664,'_product_version','3.1.2'),(6867,664,'_price','18.75'),(6868,664,'_yith_wcmbs_protected_links','a:0:{}'),(6869,664,'_yoast_wpseo_primary_product_cat','12'),(6870,664,'_et_pb_post_hide_nav','default'),(6871,664,'_et_pb_page_layout','et_right_sidebar'),(6872,664,'_et_pb_side_nav','off'),(6873,664,'_alternative-content',''),(6874,664,'_show-contents-in-my-account','0'),(6875,664,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6876,664,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6877,664,'_yoast_wpseo_linkdex','36'),(6878,664,'_yoast_wpseo_content_score','30'),(6879,665,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6880,665,'_wc_review_count','0'),(6881,665,'_wc_rating_count','a:0:{}'),(6882,665,'_wc_average_rating','0'),(6883,665,'_edit_lock','1508586829:50'),(6884,665,'_edit_last','50'),(6885,665,'_thumbnail_id','660'),(6886,665,'_sku',''),(6887,665,'_regular_price','32.99'),(6888,665,'_sale_price','19.90'),(6889,665,'_sale_price_dates_from',''),(6890,665,'_sale_price_dates_to',''),(6891,665,'total_sales','0'),(6892,665,'_tax_status','taxable'),(6893,665,'_tax_class',''),(6894,665,'_manage_stock','no'),(6895,665,'_backorders','no'),(6896,665,'_sold_individually','no'),(6897,665,'_weight',''),(6898,665,'_length',''),(6899,665,'_width',''),(6900,665,'_height',''),(6901,665,'_upsell_ids','a:0:{}'),(6902,665,'_crosssell_ids','a:0:{}'),(6903,665,'_purchase_note',''),(6904,665,'_default_attributes','a:0:{}'),(6905,665,'_virtual','no'),(6906,665,'_downloadable','no'),(6907,665,'_product_image_gallery',''),(6908,665,'_download_limit','-1'),(6909,665,'_download_expiry','-1'),(6910,665,'_stock',NULL),(6911,665,'_stock_status','instock'),(6912,665,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fwhat-to-do-when-mistakes-make-you-quake-claire-a-b-freeland%2Fprod9781433819308.html'),(6913,665,'_button_text','Visit Store'),(6914,665,'_product_version','3.1.2'),(6915,665,'_price','19.90'),(6916,665,'_yith_wcmbs_protected_links','a:0:{}'),(6917,665,'_yoast_wpseo_primary_product_cat','12'),(6918,665,'_et_pb_post_hide_nav','default'),(6919,665,'_et_pb_page_layout','et_right_sidebar'),(6920,665,'_et_pb_side_nav','off'),(6921,665,'_alternative-content',''),(6922,665,'_show-contents-in-my-account','0'),(6923,665,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6924,665,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6925,665,'_yoast_wpseo_linkdex','36'),(6926,665,'_yoast_wpseo_content_score','30'),(6927,666,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6928,666,'_wc_review_count','0'),(6929,666,'_wc_rating_count','a:0:{}'),(6930,666,'_wc_average_rating','0'),(6931,666,'_edit_lock','1508587073:50'),(6932,666,'_edit_last','50'),(6933,666,'_thumbnail_id','658'),(6934,666,'_sku',''),(6935,666,'_regular_price','29.99'),(6936,666,'_sale_price','22.80'),(6937,666,'_sale_price_dates_from',''),(6938,666,'_sale_price_dates_to',''),(6939,666,'total_sales','0'),(6940,666,'_tax_status','taxable'),(6941,666,'_tax_class',''),(6942,666,'_manage_stock','no'),(6943,666,'_backorders','no'),(6944,666,'_sold_individually','no'),(6945,666,'_weight',''),(6946,666,'_length',''),(6947,666,'_width',''),(6948,666,'_height',''),(6949,666,'_upsell_ids','a:0:{}'),(6950,666,'_crosssell_ids','a:0:{}'),(6951,666,'_purchase_note',''),(6952,666,'_default_attributes','a:0:{}'),(6953,666,'_virtual','no'),(6954,666,'_downloadable','no'),(6955,666,'_product_image_gallery',''),(6956,666,'_download_limit','-1'),(6957,666,'_download_expiry','-1'),(6958,666,'_stock',NULL),(6959,666,'_stock_status','instock'),(6960,666,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fshark-lady-jess-keating%2Fprod9781492642046.html'),(6961,666,'_button_text','Visit Store'),(6962,666,'_product_version','3.1.2'),(6963,666,'_price','22.80'),(6964,666,'_yith_wcmbs_protected_links','a:0:{}'),(6965,666,'_yoast_wpseo_primary_product_cat','12'),(6966,666,'_et_pb_post_hide_nav','default'),(6967,666,'_et_pb_page_layout','et_right_sidebar'),(6968,666,'_et_pb_side_nav','off'),(6969,666,'_alternative-content',''),(6970,666,'_show-contents-in-my-account','0'),(6971,666,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6972,666,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6973,666,'_yoast_wpseo_linkdex','33'),(6974,666,'_yoast_wpseo_content_score','30'),(6975,667,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6976,667,'_wc_review_count','0'),(6977,667,'_wc_rating_count','a:0:{}'),(6978,667,'_wc_average_rating','0'),(6979,667,'_edit_lock','1508587239:50'),(6980,667,'_edit_last','50'),(6981,667,'_thumbnail_id','657'),(6982,667,'_sku',''),(6983,667,'_regular_price','23.99'),(6984,667,'_sale_price','16.75'),(6985,667,'_sale_price_dates_from',''),(6986,667,'_sale_price_dates_to',''),(6987,667,'total_sales','0'),(6988,667,'_tax_status','taxable'),(6989,667,'_tax_class',''),(6990,667,'_manage_stock','no'),(6991,667,'_backorders','no'),(6992,667,'_sold_individually','no'),(6993,667,'_weight',''),(6994,667,'_length',''),(6995,667,'_width',''),(6996,667,'_height',''),(6997,667,'_upsell_ids','a:0:{}'),(6998,667,'_crosssell_ids','a:0:{}'),(6999,667,'_purchase_note',''),(7000,667,'_default_attributes','a:0:{}'),(7001,667,'_virtual','no'),(7002,667,'_downloadable','no'),(7003,667,'_product_image_gallery',''),(7004,667,'_download_limit','-1'),(7005,667,'_download_expiry','-1'),(7006,667,'_stock',NULL),(7007,667,'_stock_status','instock'),(7008,667,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fi-like-myself--karen-beaumont%2Fprod9780547401638.html'),(7009,667,'_button_text','Visit Store'),(7010,667,'_product_version','3.1.2'),(7011,667,'_price','16.75'),(7012,667,'_yith_wcmbs_protected_links','a:0:{}'),(7013,667,'_yoast_wpseo_primary_product_cat','12'),(7014,667,'_et_pb_post_hide_nav','default'),(7015,667,'_et_pb_page_layout','et_right_sidebar'),(7016,667,'_et_pb_side_nav','off'),(7017,667,'_alternative-content',''),(7018,667,'_show-contents-in-my-account','0'),(7019,667,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7020,667,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7021,667,'_yoast_wpseo_linkdex','35'),(7022,667,'_yoast_wpseo_content_score','60'),(7023,668,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7024,668,'_wc_review_count','0'),(7025,668,'_wc_rating_count','a:0:{}'),(7026,668,'_wc_average_rating','0'),(7027,668,'_edit_lock','1540414203:44'),(7028,668,'_edit_last','44'),(7029,669,'_wp_attached_file','2017/10/9780062247025.jpg'),(7030,669,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8909246758812817;s:5:\"bytes\";i:5498;s:11:\"size_before\";i:93330;s:10:\"size_after\";i:87832;s:4:\"time\";d:0.090000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9800000000000004;s:5:\"bytes\";i:516;s:11:\"size_before\";i:7390;s:10:\"size_after\";i:6874;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9299999999999997;s:5:\"bytes\";i:1487;s:11:\"size_before\";i:16656;s:10:\"size_after\";i:15169;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.77;s:5:\"bytes\";i:245;s:11:\"size_before\";i:2274;s:10:\"size_after\";i:2029;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.92;s:5:\"bytes\";i:196;s:11:\"size_before\";i:1795;s:10:\"size_after\";i:1599;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6299999999999999;s:5:\"bytes\";i:529;s:11:\"size_before\";i:7982;s:10:\"size_after\";i:7453;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:16577;s:10:\"size_after\";i:15444;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1392;s:11:\"size_before\";i:19426;s:10:\"size_after\";i:18034;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21230;s:10:\"size_after\";i:21230;s:4:\"time\";d:0.02;}}}'),(7031,669,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:361;s:4:\"file\";s:25:\"2017/10/9780062247025.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780062247025-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780062247025-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780062247025-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780062247025-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780062247025-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780062247025-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780062247025-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7032,670,'_wp_attached_file','2017/10/9780345442864.jpg'),(7033,670,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5474356193834922;s:5:\"bytes\";i:5883;s:11:\"size_before\";i:106049;s:10:\"size_after\";i:100166;s:4:\"time\";d:0.12000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.46;s:5:\"bytes\";i:590;s:11:\"size_before\";i:9131;s:10:\"size_after\";i:8541;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:19153;s:10:\"size_after\";i:17842;s:4:\"time\";d:0.029999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0500000000000007;s:5:\"bytes\";i:195;s:11:\"size_before\";i:2421;s:10:\"size_after\";i:2226;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7300000000000004;s:5:\"bytes\";i:177;s:11:\"size_before\";i:1819;s:10:\"size_after\";i:1642;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:640;s:11:\"size_before\";i:9506;s:10:\"size_after\";i:8866;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:19237;s:10:\"size_after\";i:17843;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:1576;s:11:\"size_before\";i:23083;s:10:\"size_after\";i:21507;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:21699;s:10:\"size_after\";i:21699;s:4:\"time\";d:0.02;}}}'),(7034,670,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:363;s:4:\"file\";s:25:\"2017/10/9780345442864.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345442864-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780345442864-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780345442864-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780345442864-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345442864-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780345442864-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780345442864-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7035,671,'_wp_attached_file','2017/10/9780345507983.jpg'),(7036,671,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.3899426846863543;s:5:\"bytes\";i:2561;s:11:\"size_before\";i:75547;s:10:\"size_after\";i:72986;s:4:\"time\";d:0.089999999999999983;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:287;s:11:\"size_before\";i:6356;s:10:\"size_after\";i:6069;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5;s:5:\"bytes\";i:618;s:11:\"size_before\";i:13737;s:10:\"size_after\";i:13119;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:149;s:11:\"size_before\";i:1963;s:10:\"size_after\";i:1814;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5800000000000001;s:5:\"bytes\";i:133;s:11:\"size_before\";i:1551;s:10:\"size_after\";i:1418;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1299999999999999;s:5:\"bytes\";i:281;s:11:\"size_before\";i:6807;s:10:\"size_after\";i:6526;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.9300000000000002;s:5:\"bytes\";i:539;s:11:\"size_before\";i:13732;s:10:\"size_after\";i:13193;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.6600000000000001;s:5:\"bytes\";i:554;s:11:\"size_before\";i:15135;s:10:\"size_after\";i:14581;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:16266;s:10:\"size_after\";i:16266;s:4:\"time\";d:0.01;}}}'),(7037,671,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:371;s:4:\"file\";s:25:\"2017/10/9780345507983.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345507983-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780345507983-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780345507983-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780345507983-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345507983-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780345507983-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780345507983-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6684,652,'_yoast_wpseo_content_score','30'),(6685,660,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.8648538961038961;s:5:\"bytes\";i:14451;s:11:\"size_before\";i:246400;s:10:\"size_after\";i:231949;s:4:\"time\";d:0.24000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4699999999999998;s:5:\"bytes\";i:808;s:11:\"size_before\";i:10822;s:10:\"size_after\";i:10014;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2300000000000004;s:5:\"bytes\";i:1961;s:11:\"size_before\";i:27120;s:10:\"size_after\";i:25159;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5700000000000003;s:5:\"bytes\";i:229;s:11:\"size_before\";i:2673;s:10:\"size_after\";i:2444;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6600000000000001;s:5:\"bytes\";i:188;s:11:\"size_before\";i:1946;s:10:\"size_after\";i:1758;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:890;s:11:\"size_before\";i:11569;s:10:\"size_after\";i:10679;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6600000000000001;s:5:\"bytes\";i:2852;s:11:\"size_before\";i:42796;s:10:\"size_after\";i:39944;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9500000000000002;s:5:\"bytes\";i:2199;s:11:\"size_before\";i:31651;s:10:\"size_after\";i:29452;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:2420;s:11:\"size_before\";i:35110;s:10:\"size_after\";i:32690;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3899999999999997;s:5:\"bytes\";i:2904;s:11:\"size_before\";i:45464;s:10:\"size_after\";i:42560;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37249;s:10:\"size_after\";i:37249;s:4:\"time\";d:0.029999999999999999;}}}'),(6664,652,'_downloadable','no'),(6665,652,'_product_image_gallery',''),(6666,652,'_download_limit','-1'),(6667,652,'_download_expiry','-1'),(6668,652,'_stock',NULL),(6669,652,'_stock_status','instock'),(6670,652,'_product_url','//t.dgm-au.com/c/407573/69171/1880?u=https%3A%2F%2Fwww.booktopia.com.au%2Fgirls-who-code-reshma-saujani%2Fprod9780753557600.html'),(6671,652,'_button_text','Visit Store'),(6672,652,'_product_version','3.1.2'),(6673,652,'_price','24.40'),(6674,652,'_yith_wcmbs_protected_links','a:0:{}'),(6675,652,'_yoast_wpseo_primary_product_cat','12'),(6676,652,'_et_pb_post_hide_nav','default'),(6677,652,'_et_pb_page_layout','et_right_sidebar'),(6678,652,'_et_pb_side_nav','off'),(6679,652,'_alternative-content',''),(6680,652,'_show-contents-in-my-account','0'),(6681,652,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(6682,652,'_yoast_wpseo_focuskw','story books for girls to empower them'),(6683,652,'_yoast_wpseo_linkdex','28'),(6662,652,'_default_attributes','a:0:{}'),(6642,660,'_wp_attached_file','2017/10/xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs.jpg'),(6643,652,'_thumbnail_id','655'),(6644,652,'_sku',''),(6645,652,'_regular_price','29.99'),(6646,652,'_sale_price','24.40'),(6647,652,'_sale_price_dates_from',''),(6648,652,'_sale_price_dates_to',''),(6649,652,'total_sales','0'),(6650,652,'_tax_status','taxable'),(6651,652,'_tax_class',''),(6652,652,'_manage_stock','no'),(6653,652,'_backorders','no'),(6654,652,'_sold_individually','no'),(6655,652,'_weight',''),(6656,652,'_length',''),(6657,652,'_width',''),(6658,652,'_height',''),(6659,652,'_upsell_ids','a:0:{}'),(6660,652,'_crosssell_ids','a:0:{}'),(6661,652,'_purchase_note',''),(6639,659,'_wp_attached_file','2017/10/the-girl-who-never-made-mistakes.jpg'),(6640,659,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3474160101108552;s:5:\"bytes\";i:6914;s:11:\"size_before\";i:159037;s:10:\"size_after\";i:152123;s:4:\"time\";d:0.23000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0700000000000003;s:5:\"bytes\";i:480;s:11:\"size_before\";i:7912;s:10:\"size_after\";i:7432;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:914;s:11:\"size_before\";i:17595;s:10:\"size_after\";i:16681;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:166;s:11:\"size_before\";i:2179;s:10:\"size_after\";i:2013;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:154;s:11:\"size_before\";i:1700;s:10:\"size_after\";i:1546;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:557;s:11:\"size_before\";i:8563;s:10:\"size_after\";i:8006;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4500000000000002;s:5:\"bytes\";i:1084;s:11:\"size_before\";i:24367;s:10:\"size_after\";i:23283;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1365;s:11:\"size_before\";i:24820;s:10:\"size_after\";i:23455;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3399999999999999;s:5:\"bytes\";i:1405;s:11:\"size_before\";i:26292;s:10:\"size_after\";i:24887;s:4:\"time\";d:0.01;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:23283;s:10:\"size_after\";i:23283;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5299999999999998;s:5:\"bytes\";i:789;s:11:\"size_before\";i:22326;s:10:\"size_after\";i:21537;s:4:\"time\";d:0.029999999999999999;}}}'),(6638,658,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:22:\"2017/10/shark-lady.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:22:\"shark-lady-150x150.jpg\";s:5:\"width\";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:\"shark-lady-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:20:\"shark-lady-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:20:\"shark-lady-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:22:\"shark-lady-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:22:\"shark-lady-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:22:\"shark-lady-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:22:\"shark-lady-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:22:\"shark-lady-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6636,658,'_wp_attached_file','2017/10/shark-lady.jpg'),(6637,658,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9102161114458482;s:5:\"bytes\";i:16283;s:11:\"size_before\";i:275506;s:10:\"size_after\";i:259223;s:4:\"time\";d:0.27000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0599999999999996;s:5:\"bytes\";i:686;s:11:\"size_before\";i:9722;s:10:\"size_after\";i:9036;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1699999999999999;s:5:\"bytes\";i:1929;s:11:\"size_before\";i:31272;s:10:\"size_after\";i:29343;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:207;s:11:\"size_before\";i:2482;s:10:\"size_after\";i:2275;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5399999999999991;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1874;s:10:\"size_after\";i:1714;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.04;s:5:\"bytes\";i:729;s:11:\"size_before\";i:10361;s:10:\"size_after\";i:9632;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5800000000000001;s:5:\"bytes\";i:1871;s:11:\"size_before\";i:33559;s:10:\"size_after\";i:31688;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:2196;s:11:\"size_before\";i:38093;s:10:\"size_after\";i:35897;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.71;s:5:\"bytes\";i:2983;s:11:\"size_before\";i:52225;s:10:\"size_after\";i:49242;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:3037;s:11:\"size_before\";i:49966;s:10:\"size_after\";i:46929;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4100000000000001;s:5:\"bytes\";i:2485;s:11:\"size_before\";i:45952;s:10:\"size_after\";i:43467;s:4:\"time\";d:0.11;}}}'),(6635,657,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:353;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/10/i-like-myself-.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"i-like-myself--150x150.jpg\";s:5:\"width\";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:\"i-like-myself--265x300.jpg\";s:5:\"width\";i:265;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:24:\"i-like-myself--62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:24:\"i-like-myself--60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"i-like-myself--157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"i-like-myself--353x400.jpg\";s:5:\"width\";i:353;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"i-like-myself--353x250.jpg\";s:5:\"width\";i:353;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"i-like-myself--353x284.jpg\";s:5:\"width\";i:353;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"i-like-myself--353x382.jpg\";s:5:\"width\";i:353;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6634,657,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.6777783854736388;s:5:\"bytes\";i:8305;s:11:\"size_before\";i:146272;s:10:\"size_after\";i:137967;s:4:\"time\";d:0.19;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:359;s:11:\"size_before\";i:6036;s:10:\"size_after\";i:5677;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3200000000000003;s:5:\"bytes\";i:1040;s:11:\"size_before\";i:16457;s:10:\"size_after\";i:15417;s:4:\"time\";d:0.050000000000000003;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:127;s:11:\"size_before\";i:1859;s:10:\"size_after\";i:1732;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8200000000000003;s:5:\"bytes\";i:121;s:11:\"size_before\";i:1372;s:10:\"size_after\";i:1251;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:387;s:11:\"size_before\";i:6437;s:10:\"size_after\";i:6050;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54;s:5:\"bytes\";i:1415;s:11:\"size_before\";i:25519;s:10:\"size_after\";i:24104;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:1017;s:11:\"size_before\";i:17839;s:10:\"size_after\";i:16822;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1071;s:11:\"size_before\";i:20330;s:10:\"size_after\";i:19259;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1476;s:11:\"size_before\";i:26930;s:10:\"size_after\";i:25454;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:1292;s:11:\"size_before\";i:23493;s:10:\"size_after\";i:22201;s:4:\"time\";d:0.02;}}}'),(7082,672,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:364;s:4:\"file\";s:25:\"2017/10/9780345548672.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345548672-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780345548672-198x300.jpg\";s:5:\"width\";i:198;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780345548672-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780345548672-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780345548672-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780345548672-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780345548672-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7050,668,'_weight',''),(7051,668,'_length',''),(7052,668,'_width',''),(7053,668,'_height',''),(7054,668,'_upsell_ids','a:0:{}'),(7055,668,'_crosssell_ids','a:0:{}'),(7056,668,'_purchase_note',''),(7057,668,'_default_attributes','a:0:{}'),(7058,668,'_virtual','no'),(7059,668,'_downloadable','no'),(7060,668,'_product_image_gallery',''),(7061,668,'_download_limit','-1'),(7062,668,'_download_expiry','-1'),(7063,668,'_stock',NULL),(7064,668,'_stock_status','instock'),(7065,668,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fthe-opposite-of-spoiled-ron-lieber%2Fp%2F9780062247025'),(7066,668,'_button_text','Visit Store'),(7067,668,'_product_version','3.1.2'),(7068,668,'_price','21.58'),(7069,668,'_yith_wcmbs_protected_links','a:0:{}'),(7070,668,'_yoast_wpseo_primary_product_cat','70'),(7071,668,'_et_pb_post_hide_nav','default'),(7072,668,'_et_pb_page_layout','et_right_sidebar'),(7073,668,'_et_pb_side_nav','off'),(7074,668,'_alternative-content',''),(7075,668,'_show-contents-in-my-account','0'),(7076,668,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7077,668,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7078,668,'_yoast_wpseo_linkdex','49'),(7079,668,'_yoast_wpseo_content_score','30'),(7080,672,'_wp_attached_file','2017/10/9780345548672.jpg'),(7081,672,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.3039309864195436;s:5:\"bytes\";i:2285;s:11:\"size_before\";i:53091;s:10:\"size_after\";i:50806;s:4:\"time\";d:0.11999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:282;s:11:\"size_before\";i:5263;s:10:\"size_after\";i:4981;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9000000000000004;s:5:\"bytes\";i:427;s:11:\"size_before\";i:8718;s:10:\"size_after\";i:8291;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000006;s:5:\"bytes\";i:128;s:11:\"size_before\";i:1572;s:10:\"size_after\";i:1444;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.66;s:5:\"bytes\";i:124;s:11:\"size_before\";i:1163;s:10:\"size_after\";i:1039;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:280;s:11:\"size_before\";i:5076;s:10:\"size_after\";i:4796;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:548;s:11:\"size_before\";i:10495;s:10:\"size_after\";i:9947;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:496;s:11:\"size_before\";i:10868;s:10:\"size_after\";i:10372;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9936;s:10:\"size_after\";i:9936;s:4:\"time\";d:0.02;}}}'),(6630,656,'_wp_attached_file','2017/10/hackathons-robots-and-bffs-2.jpg'),(7083,673,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7084,673,'_wc_review_count','0'),(7085,673,'_wc_rating_count','a:0:{}'),(7086,673,'_wc_average_rating','0'),(7087,673,'_edit_lock','1540414191:44'),(7088,673,'_edit_last','44'),(7089,674,'_wp_attached_file','2017/10/9780399165108.jpg'),(7090,674,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.0527758240159102;s:5:\"bytes\";i:3342;s:11:\"size_before\";i:82462;s:10:\"size_after\";i:79120;s:4:\"time\";d:0.11;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:377;s:11:\"size_before\";i:6357;s:10:\"size_after\";i:5980;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2999999999999998;s:5:\"bytes\";i:788;s:11:\"size_before\";i:14859;s:10:\"size_after\";i:14071;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006;s:5:\"bytes\";i:195;s:11:\"size_before\";i:2059;s:10:\"size_after\";i:1864;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.529999999999999;s:5:\"bytes\";i:162;s:11:\"size_before\";i:1538;s:10:\"size_after\";i:1376;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3700000000000001;s:5:\"bytes\";i:356;s:11:\"size_before\";i:6632;s:10:\"size_after\";i:6276;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.54;s:5:\"bytes\";i:645;s:11:\"size_before\";i:14212;s:10:\"size_after\";i:13567;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:819;s:11:\"size_before\";i:16672;s:10:\"size_after\";i:15853;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:20133;s:10:\"size_after\";i:20133;s:4:\"time\";d:0.029999999999999999;}}}'),(7091,674,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:360;s:4:\"file\";s:25:\"2017/10/9780399165108.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780399165108-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780399165108-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780399165108-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780399165108-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780399165108-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780399165108-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780399165108-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7092,675,'_wp_attached_file','2017/10/9780553386691.jpg'),(7093,675,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6378413348788312;s:5:\"bytes\";i:3441;s:11:\"size_before\";i:74194;s:10:\"size_after\";i:70753;s:4:\"time\";d:0.13999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9100000000000001;s:5:\"bytes\";i:390;s:11:\"size_before\";i:6595;s:10:\"size_after\";i:6205;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0700000000000003;s:5:\"bytes\";i:669;s:11:\"size_before\";i:13197;s:10:\"size_after\";i:12528;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8899999999999997;s:5:\"bytes\";i:177;s:11:\"size_before\";i:2243;s:10:\"size_after\";i:2066;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1099999999999994;s:5:\"bytes\";i:135;s:11:\"size_before\";i:1665;s:10:\"size_after\";i:1530;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:394;s:11:\"size_before\";i:6865;s:10:\"size_after\";i:6471;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:797;s:11:\"size_before\";i:13519;s:10:\"size_after\";i:12722;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8899999999999997;s:5:\"bytes\";i:879;s:11:\"size_before\";i:14923;s:10:\"size_after\";i:14044;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:15187;s:10:\"size_after\";i:15187;s:4:\"time\";d:0.02;}}}'),(6629,655,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:330;s:6:\"height\";i:400;s:4:\"file\";s:26:\"2017/10/girls-who-code.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:26:\"girls-who-code-150x150.jpg\";s:5:\"width\";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:\"girls-who-code-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:24:\"girls-who-code-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:24:\"girls-who-code-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:26:\"girls-who-code-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:26:\"girls-who-code-330x400.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:26:\"girls-who-code-330x250.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:26:\"girls-who-code-330x284.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:26:\"girls-who-code-330x382.jpg\";s:5:\"width\";i:330;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6628,655,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.9156687691378469;s:5:\"bytes\";i:26342;s:11:\"size_before\";i:332783;s:10:\"size_after\";i:306441;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.6500000000000004;s:5:\"bytes\";i:1087;s:11:\"size_before\";i:12572;s:10:\"size_after\";i:11485;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2799999999999994;s:5:\"bytes\";i:2953;s:11:\"size_before\";i:35683;s:10:\"size_after\";i:32730;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.09;s:5:\"bytes\";i:307;s:11:\"size_before\";i:3044;s:10:\"size_after\";i:2737;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.74;s:5:\"bytes\";i:243;s:11:\"size_before\";i:2262;s:10:\"size_after\";i:2019;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4000000000000004;s:5:\"bytes\";i:1129;s:11:\"size_before\";i:13442;s:10:\"size_after\";i:12313;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2300000000000004;s:5:\"bytes\";i:5040;s:11:\"size_before\";i:61209;s:10:\"size_after\";i:56169;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:3270;s:11:\"size_before\";i:41001;s:10:\"size_after\";i:37731;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6900000000000004;s:5:\"bytes\";i:3537;s:11:\"size_before\";i:45986;s:10:\"size_after\";i:42449;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5899999999999999;s:5:\"bytes\";i:4657;s:11:\"size_before\";i:61379;s:10:\"size_after\";i:56722;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3300000000000001;s:5:\"bytes\";i:4119;s:11:\"size_before\";i:56205;s:10:\"size_after\";i:52086;s:4:\"time\";d:0.02;}}}'),(7098,677,'_wp_attached_file','2017/10/9781847441386.jpg'),(7099,677,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.6096382337293846;s:5:\"bytes\";i:4159;s:11:\"size_before\";i:90224;s:10:\"size_after\";i:86065;s:4:\"time\";d:0.17999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:516;s:11:\"size_before\";i:8010;s:10:\"size_after\";i:7494;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:828;s:11:\"size_before\";i:15460;s:10:\"size_after\";i:14632;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000004;s:5:\"bytes\";i:196;s:11:\"size_before\";i:2405;s:10:\"size_after\";i:2209;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:141;s:11:\"size_before\";i:1770;s:10:\"size_after\";i:1629;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5499999999999998;s:5:\"bytes\";i:547;s:11:\"size_before\";i:8347;s:10:\"size_after\";i:7800;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4900000000000002;s:5:\"bytes\";i:932;s:11:\"size_before\";i:16976;s:10:\"size_after\";i:16044;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:999;s:11:\"size_before\";i:19312;s:10:\"size_after\";i:18313;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:17944;s:10:\"size_after\";i:17944;s:4:\"time\";d:0.070000000000000007;}}}'),(7094,675,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:371;s:4:\"file\";s:25:\"2017/10/9780553386691.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780553386691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780553386691-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780553386691-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780553386691-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780553386691-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780553386691-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780553386691-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7095,676,'_wp_attached_file','2017/10/9780743487481.jpg'),(7096,676,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.1874793323702937;s:5:\"bytes\";i:2406;s:11:\"size_before\";i:57457;s:10:\"size_after\";i:55051;s:4:\"time\";d:0.089999999999999997;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:8:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:266;s:11:\"size_before\";i:5238;s:10:\"size_after\";i:4972;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999998;s:5:\"bytes\";i:473;s:11:\"size_before\";i:9932;s:10:\"size_after\";i:9459;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:113;s:11:\"size_before\";i:1743;s:10:\"size_after\";i:1630;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8100000000000005;s:5:\"bytes\";i:136;s:11:\"size_before\";i:1544;s:10:\"size_after\";i:1408;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2800000000000002;s:5:\"bytes\";i:234;s:11:\"size_before\";i:5473;s:10:\"size_after\";i:5239;s:4:\"time\";d:0.01;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0499999999999998;s:5:\"bytes\";i:549;s:11:\"size_before\";i:10868;s:10:\"size_after\";i:10319;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:635;s:11:\"size_before\";i:11291;s:10:\"size_after\";i:10656;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:11368;s:10:\"size_after\";i:11368;s:4:\"time\";d:0.01;}}}'),(7097,676,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:365;s:4:\"file\";s:25:\"2017/10/9780743487481.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9780743487481-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9780743487481-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9780743487481-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9780743487481-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9780743487481-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9780743487481-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9780743487481-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7622,751,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:112:\"2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:110:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:110:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:112:\"chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7620,751,'_wp_attached_file','2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg'),(7621,751,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.895562565344969;s:5:\"bytes\";i:73261;s:11:\"size_before\";i:672393;s:10:\"size_after\";i:599132;s:4:\"time\";d:0.60999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:923;s:11:\"size_before\";i:11581;s:10:\"size_after\";i:10658;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8899999999999997;s:5:\"bytes\";i:1671;s:11:\"size_before\";i:24267;s:10:\"size_after\";i:22596;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000005;s:5:\"bytes\";i:274;s:11:\"size_before\";i:2943;s:10:\"size_after\";i:2669;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992;s:5:\"bytes\";i:192;s:11:\"size_before\";i:2050;s:10:\"size_after\";i:1858;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9699999999999998;s:5:\"bytes\";i:982;s:11:\"size_before\";i:12325;s:10:\"size_after\";i:11343;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:2993;s:11:\"size_before\";i:44428;s:10:\"size_after\";i:41435;s:4:\"time\";d:0.089999999999999997;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:3128;s:11:\"size_before\";i:49312;s:10:\"size_after\";i:46184;s:4:\"time\";d:0.050000000000000003;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.1600000000000001;s:5:\"bytes\";i:3903;s:11:\"size_before\";i:63375;s:10:\"size_after\";i:59472;s:4:\"time\";d:0.16;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:2055;s:11:\"size_before\";i:30243;s:10:\"size_after\";i:28188;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.75;s:5:\"bytes\";i:2323;s:11:\"size_before\";i:34391;s:10:\"size_after\";i:32068;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:3103;s:11:\"size_before\";i:49325;s:10:\"size_after\";i:46222;s:4:\"time\";d:0.040000000000000001;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:3481;s:11:\"size_before\";i:50874;s:10:\"size_after\";i:47393;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.219999999999999;s:5:\"bytes\";i:48233;s:11:\"size_before\";i:297279;s:10:\"size_after\";i:249046;s:4:\"time\";d:0.10000000000000001;}}}'),(7619,750,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:97:\"2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:95:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:95:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:97:\"chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6641,659,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:400;s:6:\"height\";i:339;s:4:\"file\";s:44:\"2017/10/the-girl-who-never-made-mistakes.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-300x254.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:42:\"the-girl-who-never-made-mistakes-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:42:\"the-girl-who-never-made-mistakes-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-400x339.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:44:\"the-girl-who-never-made-mistakes-400x339.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7045,668,'_tax_status','taxable'),(7617,750,'_wp_attached_file','2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg'),(7618,750,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.560744385263682;s:5:\"bytes\";i:41429;s:11:\"size_before\";i:433324;s:10:\"size_after\";i:391895;s:4:\"time\";d:0.36000000000000004;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0199999999999996;s:5:\"bytes\";i:582;s:11:\"size_before\";i:8287;s:10:\"size_after\";i:7705;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2400000000000002;s:5:\"bytes\";i:1113;s:11:\"size_before\";i:15375;s:10:\"size_after\";i:14262;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0899999999999999;s:5:\"bytes\";i:243;s:11:\"size_before\";i:2674;s:10:\"size_after\";i:2431;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000005;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1711;s:10:\"size_after\";i:1556;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3600000000000003;s:5:\"bytes\";i:674;s:11:\"size_before\";i:9158;s:10:\"size_after\";i:8484;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1908;s:11:\"size_before\";i:32161;s:10:\"size_after\";i:30253;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8700000000000001;s:5:\"bytes\";i:2130;s:11:\"size_before\";i:31005;s:10:\"size_after\";i:28875;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1100000000000003;s:5:\"bytes\";i:2811;s:11:\"size_before\";i:39552;s:10:\"size_after\";i:36741;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0800000000000001;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:19677;s:10:\"size_after\";i:18283;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1699999999999999;s:5:\"bytes\";i:1572;s:11:\"size_before\";i:21936;s:10:\"size_after\";i:20364;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:2117;s:11:\"size_before\";i:30998;s:10:\"size_after\";i:28881;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7999999999999998;s:5:\"bytes\";i:2305;s:11:\"size_before\";i:39741;s:10:\"size_after\";i:37436;s:4:\"time\";d:0.059999999999999998;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.49;s:5:\"bytes\";i:24425;s:11:\"size_before\";i:181049;s:10:\"size_after\";i:156624;s:4:\"time\";d:0.070000000000000007;}}}'),(7616,749,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:123:\"2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:121:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:121:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:123:\"charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7614,749,'_wp_attached_file','2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg'),(7615,749,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.13153044226795;s:5:\"bytes\";i:27793;s:11:\"size_before\";i:304363;s:10:\"size_after\";i:276570;s:4:\"time\";d:0.43999999999999995;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4000000000000004;s:5:\"bytes\";i:343;s:11:\"size_before\";i:6352;s:10:\"size_after\";i:6009;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:538;s:11:\"size_before\";i:14493;s:10:\"size_after\";i:13955;s:4:\"time\";d:0.059999999999999998;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999994;s:5:\"bytes\";i:174;s:11:\"size_before\";i:2040;s:10:\"size_after\";i:1866;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:158;s:11:\"size_before\";i:1592;s:10:\"size_after\";i:1434;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8399999999999999;s:5:\"bytes\";i:323;s:11:\"size_before\";i:6679;s:10:\"size_after\";i:6356;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0699999999999998;s:5:\"bytes\";i:839;s:11:\"size_before\";i:27319;s:10:\"size_after\";i:26480;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1200000000000001;s:5:\"bytes\";i:1012;s:11:\"size_before\";i:32414;s:10:\"size_after\";i:31402;s:4:\"time\";d:0.040000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8199999999999998;s:5:\"bytes\";i:1223;s:11:\"size_before\";i:43354;s:10:\"size_after\";i:42131;s:4:\"time\";d:0.059999999999999998;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.21;s:5:\"bytes\";i:558;s:11:\"size_before\";i:17362;s:10:\"size_after\";i:16804;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3199999999999998;s:5:\"bytes\";i:689;s:11:\"size_before\";i:20767;s:10:\"size_after\";i:20078;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0800000000000001;s:5:\"bytes\";i:996;s:11:\"size_before\";i:32368;s:10:\"size_after\";i:31372;s:4:\"time\";d:0.059999999999999998;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9400000000000004;s:5:\"bytes\";i:1543;s:11:\"size_before\";i:31257;s:10:\"size_after\";i:29714;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:28.370000000000001;s:5:\"bytes\";i:19397;s:11:\"size_before\";i:68366;s:10:\"size_after\";i:48969;s:4:\"time\";d:0.089999999999999997;}}}'),(7046,668,'_tax_class',''),(7043,668,'_sale_price_dates_to',''),(7625,752,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:143:\"2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:141:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-62x62.jpeg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:141:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-60x40.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-157x157.jpeg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-510x383.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-610x458.jpeg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:143:\"frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth-400x480.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7611,748,'_wp_attached_file','2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png'),(7612,748,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:1.5598763903111057;s:5:\"bytes\";i:61527;s:11:\"size_before\";i:3944351;s:10:\"size_after\";i:3882824;s:4:\"time\";d:2.0300000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:54991;s:10:\"size_after\";i:54991;s:4:\"time\";d:0.040000000000000001;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:156704;s:10:\"size_after\";i:156704;s:4:\"time\";d:0.040000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:10183;s:10:\"size_after\";i:10183;s:4:\"time\";d:0.040000000000000001;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6511;s:10:\"size_after\";i:6511;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:59994;s:10:\"size_after\";i:59994;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:350442;s:10:\"size_after\";i:350442;s:4:\"time\";d:0.27000000000000002;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:424547;s:10:\"size_after\";i:424547;s:4:\"time\";d:0.20000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:585808;s:10:\"size_after\";i:585808;s:4:\"time\";d:0.17000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:227036;s:10:\"size_after\";i:227036;s:4:\"time\";d:0.080000000000000002;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:257003;s:10:\"size_after\";i:257003;s:4:\"time\";d:0.16;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:423616;s:10:\"size_after\";i:423616;s:4:\"time\";d:0.11;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:438206;s:10:\"size_after\";i:438206;s:4:\"time\";d:0.31;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4800000000000004;s:5:\"bytes\";i:61527;s:11:\"size_before\";i:949310;s:10:\"size_after\";i:887783;s:4:\"time\";d:0.57999999999999996;}}}'),(7623,752,'_wp_attached_file','2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg'),(7049,668,'_sold_individually','no'),(7632,755,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:135:\"2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:133:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:133:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:135:\"meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7631,755,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.140946604355175;s:5:\"bytes\";i:65272;s:11:\"size_before\";i:643648;s:10:\"size_after\";i:578376;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6699999999999999;s:5:\"bytes\";i:810;s:11:\"size_before\";i:10556;s:10:\"size_after\";i:9746;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6100000000000003;s:5:\"bytes\";i:1589;s:11:\"size_before\";i:24054;s:10:\"size_after\";i:22465;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3800000000000008;s:5:\"bytes\";i:257;s:11:\"size_before\";i:2741;s:10:\"size_after\";i:2484;s:4:\"time\";i:0;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999994;s:5:\"bytes\";i:191;s:11:\"size_before\";i:2005;s:10:\"size_after\";i:1814;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3200000000000003;s:5:\"bytes\";i:826;s:11:\"size_before\";i:11277;s:10:\"size_after\";i:10451;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4299999999999997;s:5:\"bytes\";i:2186;s:11:\"size_before\";i:40250;s:10:\"size_after\";i:38064;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1699999999999999;s:5:\"bytes\";i:2505;s:11:\"size_before\";i:48471;s:10:\"size_after\";i:45966;s:4:\"time\";d:0.059999999999999998;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6699999999999999;s:5:\"bytes\";i:2908;s:11:\"size_before\";i:62237;s:10:\"size_after\";i:59329;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0999999999999996;s:5:\"bytes\";i:1876;s:11:\"size_before\";i:30765;s:10:\"size_after\";i:28889;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:2040;s:11:\"size_before\";i:34000;s:10:\"size_after\";i:31960;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1900000000000004;s:5:\"bytes\";i:2516;s:11:\"size_before\";i:48515;s:10:\"size_after\";i:45999;s:4:\"time\";d:0.080000000000000002;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1200000000000001;s:5:\"bytes\";i:2295;s:11:\"size_before\";i:44784;s:10:\"size_after\";i:42489;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.94;s:5:\"bytes\";i:45273;s:11:\"size_before\";i:283993;s:10:\"size_after\";i:238720;s:4:\"time\";d:0.080000000000000002;}}}'),(7047,668,'_manage_stock','no'),(7636,757,'_wp_attached_file','2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg'),(7638,757,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.848189480493273;s:5:\"bytes\";i:39243;s:11:\"size_before\";i:361747;s:10:\"size_after\";i:322504;s:4:\"time\";d:0.43000000000000005;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:288;s:11:\"size_before\";i:5641;s:10:\"size_after\";i:5353;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3099999999999996;s:5:\"bytes\";i:542;s:11:\"size_before\";i:12562;s:10:\"size_after\";i:12020;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7899999999999991;s:5:\"bytes\";i:171;s:11:\"size_before\";i:1945;s:10:\"size_after\";i:1774;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.220000000000001;s:5:\"bytes\";i:182;s:11:\"size_before\";i:1622;s:10:\"size_after\";i:1440;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2199999999999998;s:5:\"bytes\";i:311;s:11:\"size_before\";i:5956;s:10:\"size_after\";i:5645;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0099999999999998;s:5:\"bytes\";i:625;s:11:\"size_before\";i:20750;s:10:\"size_after\";i:20125;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2799999999999998;s:5:\"bytes\";i:837;s:11:\"size_before\";i:25486;s:10:\"size_after\";i:24649;s:4:\"time\";d:0.040000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.6699999999999999;s:5:\"bytes\";i:871;s:11:\"size_before\";i:32608;s:10:\"size_after\";i:31737;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.77;s:5:\"bytes\";i:583;s:11:\"size_before\";i:15462;s:10:\"size_after\";i:14879;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5800000000000001;s:5:\"bytes\";i:614;s:11:\"size_before\";i:17163;s:10:\"size_after\";i:16549;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3999999999999999;s:5:\"bytes\";i:867;s:11:\"size_before\";i:25488;s:10:\"size_after\";i:24621;s:4:\"time\";d:0.040000000000000001;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1400000000000001;s:5:\"bytes\";i:750;s:11:\"size_before\";i:23875;s:10:\"size_after\";i:23125;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.82;s:5:\"bytes\";i:32602;s:11:\"size_before\";i:173189;s:10:\"size_after\";i:140587;s:4:\"time\";d:0.14000000000000001;}}}'),(7048,668,'_backorders','no'),(7635,756,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:77:\"2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:75:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:75:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:77:\"mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7633,756,'_wp_attached_file','2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg'),(7634,756,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.4716861348234662;s:5:\"bytes\";i:44460;s:11:\"size_before\";i:469399;s:10:\"size_after\";i:424939;s:4:\"time\";d:0.41000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:579;s:11:\"size_before\";i:8381;s:10:\"size_after\";i:7802;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:764;s:11:\"size_before\";i:16197;s:10:\"size_after\";i:15433;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:203;s:11:\"size_before\";i:2441;s:10:\"size_after\";i:2238;s:4:\"time\";d:0.040000000000000001;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.050000000000001;s:5:\"bytes\";i:177;s:11:\"size_before\";i:1761;s:10:\"size_after\";i:1584;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2999999999999998;s:5:\"bytes\";i:559;s:11:\"size_before\";i:8872;s:10:\"size_after\";i:8313;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7000000000000002;s:5:\"bytes\";i:1205;s:11:\"size_before\";i:32562;s:10:\"size_after\";i:31357;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:1142;s:11:\"size_before\";i:33442;s:10:\"size_after\";i:32300;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.3399999999999999;s:5:\"bytes\";i:1432;s:11:\"size_before\";i:42917;s:10:\"size_after\";i:41485;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.21;s:5:\"bytes\";i:895;s:11:\"size_before\";i:21243;s:10:\"size_after\";i:20348;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1200000000000001;s:5:\"bytes\";i:961;s:11:\"size_before\";i:23307;s:10:\"size_after\";i:22346;s:4:\"time\";d:0.01;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.5600000000000001;s:5:\"bytes\";i:1192;s:11:\"size_before\";i:33467;s:10:\"size_after\";i:32275;s:4:\"time\";d:0.070000000000000007;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4700000000000002;s:5:\"bytes\";i:1324;s:11:\"size_before\";i:38105;s:10:\"size_after\";i:36781;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.460000000000001;s:5:\"bytes\";i:34027;s:11:\"size_before\";i:206704;s:10:\"size_after\";i:172677;s:4:\"time\";d:0.10000000000000001;}}}'),(7630,755,'_wp_attached_file','2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg'),(7044,668,'total_sales','0'),(7629,753,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:138:\"2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:136:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:136:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:138:\"inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(6743,662,'_regular_price','19.99'),(7628,753,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.3381291994914193;s:5:\"bytes\";i:58829;s:11:\"size_before\";i:629987;s:10:\"size_after\";i:571158;s:4:\"time\";d:0.40000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9800000000000004;s:5:\"bytes\";i:761;s:11:\"size_before\";i:9539;s:10:\"size_after\";i:8778;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3099999999999996;s:5:\"bytes\";i:1246;s:11:\"size_before\";i:19746;s:10:\"size_after\";i:18500;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9199999999999999;s:5:\"bytes\";i:274;s:11:\"size_before\";i:2763;s:10:\"size_after\";i:2489;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.66;s:5:\"bytes\";i:213;s:11:\"size_before\";i:1998;s:10:\"size_after\";i:1785;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1899999999999995;s:5:\"bytes\";i:830;s:11:\"size_before\";i:10140;s:10:\"size_after\";i:9310;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3799999999999999;s:5:\"bytes\";i:2182;s:11:\"size_before\";i:40584;s:10:\"size_after\";i:38402;s:4:\"time\";d:0.050000000000000003;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:2001;s:11:\"size_before\";i:42411;s:10:\"size_after\";i:40410;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1799999999999997;s:5:\"bytes\";i:2326;s:11:\"size_before\";i:55670;s:10:\"size_after\";i:53344;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999;s:5:\"bytes\";i:1473;s:11:\"size_before\";i:25989;s:10:\"size_after\";i:24516;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1564;s:11:\"size_before\";i:28560;s:10:\"size_after\";i:26996;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7199999999999998;s:5:\"bytes\";i:1999;s:11:\"size_before\";i:42363;s:10:\"size_after\";i:40364;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0800000000000001;s:5:\"bytes\";i:2571;s:11:\"size_before\";i:50644;s:10:\"size_after\";i:48073;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.82;s:5:\"bytes\";i:41389;s:11:\"size_before\";i:299580;s:10:\"size_after\";i:258191;s:4:\"time\";d:0.10000000000000001;}}}'),(6663,652,'_virtual','no'),(7649,762,'_wp_attached_file','2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg'),(7650,762,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.706301576210347;s:5:\"bytes\";i:49184;s:11:\"size_before\";i:459393;s:10:\"size_after\";i:410209;s:4:\"time\";d:0.40999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:483;s:11:\"size_before\";i:7726;s:10:\"size_after\";i:7243;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:1016;s:11:\"size_before\";i:17123;s:10:\"size_after\";i:16107;s:4:\"time\";d:0.059999999999999998;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:165;s:11:\"size_before\";i:2227;s:10:\"size_after\";i:2062;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006;s:5:\"bytes\";i:164;s:11:\"size_before\";i:1778;s:10:\"size_after\";i:1614;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4400000000000004;s:5:\"bytes\";i:446;s:11:\"size_before\";i:8206;s:10:\"size_after\";i:7760;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0300000000000002;s:5:\"bytes\";i:1478;s:11:\"size_before\";i:29362;s:10:\"size_after\";i:27884;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.25;s:5:\"bytes\";i:1826;s:11:\"size_before\";i:34790;s:10:\"size_after\";i:32964;s:4:\"time\";d:0.040000000000000001;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7800000000000002;s:5:\"bytes\";i:2118;s:11:\"size_before\";i:44290;s:10:\"size_after\";i:42172;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:1328;s:11:\"size_before\";i:23452;s:10:\"size_after\";i:22124;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6600000000000001;s:5:\"bytes\";i:1394;s:11:\"size_before\";i:24646;s:10:\"size_after\";i:23252;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1836;s:11:\"size_before\";i:34807;s:10:\"size_after\";i:32971;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5199999999999996;s:5:\"bytes\";i:1420;s:11:\"size_before\";i:31394;s:10:\"size_after\";i:29974;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.789999999999999;s:5:\"bytes\";i:35510;s:11:\"size_before\";i:199592;s:10:\"size_after\";i:164082;s:4:\"time\";d:0.11;}}}'),(7464,697,'_edit_lock','1583283679:44'),(7463,697,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7626,753,'_wp_attached_file','2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg'),(7624,752,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.334608005009487;s:5:\"bytes\";i:77239;s:11:\"size_before\";i:747382;s:10:\"size_after\";i:670143;s:4:\"time\";d:0.47000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.8399999999999999;s:5:\"bytes\";i:863;s:11:\"size_before\";i:11014;s:10:\"size_after\";i:10151;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4500000000000002;s:5:\"bytes\";i:2056;s:11:\"size_before\";i:27595;s:10:\"size_after\";i:25539;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2100000000000009;s:5:\"bytes\";i:256;s:11:\"size_before\";i:2780;s:10:\"size_after\";i:2524;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.65;s:5:\"bytes\";i:220;s:11:\"size_before\";i:2066;s:10:\"size_after\";i:1846;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.0600000000000005;s:5:\"bytes\";i:961;s:11:\"size_before\";i:11921;s:10:\"size_after\";i:10960;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.25;s:5:\"bytes\";i:2934;s:11:\"size_before\";i:46907;s:10:\"size_after\";i:43973;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4299999999999997;s:5:\"bytes\";i:3743;s:11:\"size_before\";i:58246;s:10:\"size_after\";i:54503;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9299999999999997;s:5:\"bytes\";i:4449;s:11:\"size_before\";i:75070;s:10:\"size_after\";i:70621;s:4:\"time\";d:0.089999999999999997;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6900000000000004;s:5:\"bytes\";i:2340;s:11:\"size_before\";i:34965;s:10:\"size_after\";i:32625;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7599999999999998;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:39180;s:10:\"size_after\";i:36533;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3499999999999996;s:5:\"bytes\";i:3697;s:11:\"size_before\";i:58201;s:10:\"size_after\";i:54504;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8099999999999996;s:5:\"bytes\";i:2975;s:11:\"size_before\";i:51229;s:10:\"size_after\";i:48254;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.26;s:5:\"bytes\";i:50098;s:11:\"size_before\";i:328208;s:10:\"size_after\";i:278110;s:4:\"time\";d:0.13;}}}'),(7613,748,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:138:\"2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:136:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:136:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-510x383.png\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-610x458.png\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:138:\"brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family-400x480.png\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6615,652,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(6616,652,'_wc_review_count','0'),(6617,652,'_wc_rating_count','a:0:{}'),(6618,652,'_wc_average_rating','0'),(6619,652,'_edit_lock','1509937540:44'),(6620,652,'_edit_last','44'),(6621,653,'_wp_attached_file','2017/10/code-it-create-it-.jpg'),(6622,653,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.4945054945054945;s:5:\"bytes\";i:8990;s:11:\"size_before\";i:163618;s:10:\"size_after\";i:154628;s:4:\"time\";d:0.22999999999999998;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0099999999999998;s:5:\"bytes\";i:591;s:11:\"size_before\";i:8425;s:10:\"size_after\";i:7834;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5199999999999996;s:5:\"bytes\";i:997;s:11:\"size_before\";i:18061;s:10:\"size_after\";i:17064;s:4:\"time\";d:0.040000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7699999999999996;s:5:\"bytes\";i:208;s:11:\"size_before\";i:2373;s:10:\"size_after\";i:2165;s:4:\"time\";i:0;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4900000000000002;s:5:\"bytes\";i:166;s:11:\"size_before\";i:1749;s:10:\"size_after\";i:1583;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.25;s:5:\"bytes\";i:656;s:11:\"size_before\";i:9047;s:10:\"size_after\";i:8391;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3300000000000001;s:5:\"bytes\";i:1443;s:11:\"size_before\";i:27065;s:10:\"size_after\";i:25622;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4800000000000004;s:5:\"bytes\";i:1143;s:11:\"size_before\";i:20854;s:10:\"size_after\";i:19711;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2699999999999996;s:5:\"bytes\";i:1203;s:11:\"size_before\";i:22824;s:10:\"size_after\";i:21621;s:4:\"time\";d:0.059999999999999998;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1100000000000003;s:5:\"bytes\";i:1450;s:11:\"size_before\";i:28375;s:10:\"size_after\";i:26925;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5599999999999996;s:5:\"bytes\";i:1133;s:11:\"size_before\";i:24845;s:10:\"size_after\";i:23712;s:4:\"time\";d:0.02;}}}'),(6623,653,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:280;s:6:\"height\";i:400;s:4:\"file\";s:30:\"2017/10/code-it-create-it-.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:28:\"code-it-create-it--62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:28:\"code-it-create-it--60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--280x400.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--280x250.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--280x284.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"code-it-create-it--280x382.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6624,654,'_wp_attached_file','2017/10/friendship-code-1-the.jpg'),(6625,654,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.9812854114580709;s:5:\"bytes\";i:10694;s:11:\"size_before\";i:178791;s:10:\"size_after\";i:168097;s:4:\"time\";d:0.21000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.3799999999999999;s:5:\"bytes\";i:684;s:11:\"size_before\";i:9273;s:10:\"size_after\";i:8589;s:4:\"time\";d:0.02;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8700000000000001;s:5:\"bytes\";i:1172;s:11:\"size_before\";i:19965;s:10:\"size_after\";i:18793;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.1799999999999997;s:5:\"bytes\";i:233;s:11:\"size_before\";i:2538;s:10:\"size_after\";i:2305;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3699999999999992;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1857;s:10:\"size_after\";i:1683;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.79;s:5:\"bytes\";i:665;s:11:\"size_before\";i:9800;s:10:\"size_after\";i:9135;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2400000000000002;s:5:\"bytes\";i:1840;s:11:\"size_before\";i:29507;s:10:\"size_after\";i:27667;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:1361;s:11:\"size_before\";i:22402;s:10:\"size_after\";i:21041;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999998;s:5:\"bytes\";i:1430;s:11:\"size_before\";i:24812;s:10:\"size_after\";i:23382;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5700000000000003;s:5:\"bytes\";i:1750;s:11:\"size_before\";i:31424;s:10:\"size_after\";i:29674;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.0899999999999999;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:27213;s:10:\"size_after\";i:25828;s:4:\"time\";d:0.040000000000000001;}}}'),(6626,654,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:272;s:6:\"height\";i:400;s:4:\"file\";s:33:\"2017/10/friendship-code-1-the.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-204x300.jpg\";s:5:\"width\";i:204;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:31:\"friendship-code-1-the-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:31:\"friendship-code-1-the-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-272x400.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-272x250.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-272x284.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"friendship-code-1-the-272x382.jpg\";s:5:\"width\";i:272;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(6627,655,'_wp_attached_file','2017/10/girls-who-code.jpg'),(7100,677,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:240;s:6:\"height\";i:366;s:4:\"file\";s:25:\"2017/10/9781847441386.jpg\";s:5:\"sizes\";a:7:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"9781847441386-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"9781847441386-197x300.jpg\";s:5:\"width\";i:197;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:23:\"9781847441386-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:23:\"9781847441386-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:25:\"9781847441386-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"9781847441386-240x250.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"9781847441386-240x284.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7101,673,'_thumbnail_id','675'),(7102,673,'_sku',''),(7103,673,'_regular_price','32.00'),(7104,673,'_sale_price','22.10'),(7105,673,'_sale_price_dates_from',''),(7106,673,'_sale_price_dates_to',''),(7107,673,'total_sales','0'),(7108,673,'_tax_status','taxable'),(7109,673,'_tax_class',''),(7110,673,'_manage_stock','no'),(7111,673,'_backorders','no'),(7112,673,'_sold_individually','no'),(7113,673,'_weight',''),(7114,673,'_length',''),(7115,673,'_width',''),(7116,673,'_height',''),(7117,673,'_upsell_ids','a:0:{}'),(7118,673,'_crosssell_ids','a:0:{}'),(7119,673,'_purchase_note',''),(7120,673,'_default_attributes','a:0:{}'),(7121,673,'_virtual','no'),(7122,673,'_downloadable','no'),(7123,673,'_product_image_gallery',''),(7124,673,'_download_limit','-1'),(7125,673,'_download_expiry','-1'),(7126,673,'_stock',NULL),(7127,673,'_stock_status','instock'),(7128,673,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fthe-whole-brain-child-tina-payne-bryson-daniel-j-siegel%2Fp%2F9780553386691'),(7129,673,'_button_text','Visit Store'),(7130,673,'_product_version','3.1.2'),(7131,673,'_price','22.10'),(7132,673,'_yith_wcmbs_protected_links','a:0:{}'),(7133,673,'_yoast_wpseo_primary_product_cat','70'),(7134,673,'_et_pb_post_hide_nav','default'),(7135,673,'_et_pb_page_layout','et_right_sidebar'),(7136,673,'_et_pb_side_nav','off'),(7137,673,'_alternative-content',''),(7138,673,'_show-contents-in-my-account','0'),(7139,673,'_yoast_wpseo_focuskw_text_input','parenting books for girls to empower them'),(7140,673,'_yoast_wpseo_focuskw','parenting books for girls to empower them'),(7141,673,'_yoast_wpseo_linkdex','51'),(7142,673,'_yoast_wpseo_content_score','30'),(7143,678,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7144,678,'_wc_review_count','0'),(7145,678,'_wc_rating_count','a:0:{}'),(7146,678,'_wc_average_rating','0'),(7147,678,'_edit_lock','1540414181:44'),(7148,678,'_edit_last','44'),(7149,678,'_thumbnail_id','671'),(7150,678,'_sku',''),(7151,678,'_regular_price','25.99'),(7152,678,'_sale_price','25.03'),(7153,678,'_sale_price_dates_from',''),(7154,678,'_sale_price_dates_to',''),(7155,678,'total_sales','0'),(7156,678,'_tax_status','taxable'),(7157,678,'_tax_class',''),(7158,678,'_manage_stock','no'),(7159,678,'_backorders','no'),(7160,678,'_sold_individually','no'),(7161,678,'_weight',''),(7162,678,'_length',''),(7163,678,'_width',''),(7164,678,'_height',''),(7165,678,'_upsell_ids','a:0:{}'),(7166,678,'_crosssell_ids','a:0:{}'),(7167,678,'_purchase_note',''),(7168,678,'_default_attributes','a:0:{}'),(7169,678,'_virtual','no'),(7170,678,'_downloadable','no'),(7171,678,'_product_image_gallery',''),(7172,678,'_download_limit','-1'),(7173,678,'_download_expiry','-1'),(7174,678,'_stock',NULL),(7175,678,'_stock_status','instock'),(7176,678,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fsimplicity-parenting-kim-john-payne-lisa-m-ross%2Fp%2F9780345507983'),(7177,678,'_button_text','Visit Store'),(7178,678,'_product_version','3.1.2'),(7179,678,'_price','25.03'),(7180,678,'_yith_wcmbs_protected_links','a:0:{}'),(7181,678,'_yoast_wpseo_primary_product_cat','70'),(7182,678,'_et_pb_post_hide_nav','default'),(7183,678,'_et_pb_page_layout','et_right_sidebar'),(7184,678,'_et_pb_side_nav','off'),(7185,678,'_alternative-content',''),(7186,678,'_show-contents-in-my-account','0'),(7187,678,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7188,678,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7189,678,'_yoast_wpseo_linkdex','33'),(7190,678,'_yoast_wpseo_content_score','30'),(7191,679,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7192,679,'_wc_review_count','0'),(7193,679,'_wc_rating_count','a:0:{}'),(7194,679,'_wc_average_rating','0'),(7195,679,'_edit_lock','1540414164:44'),(7196,679,'_edit_last','44'),(7197,679,'_thumbnail_id','674'),(7198,679,'_sku',''),(7199,679,'_regular_price','34.00'),(7200,679,'_sale_price','23.56'),(7201,679,'_sale_price_dates_from',''),(7202,679,'_sale_price_dates_to',''),(7203,679,'total_sales','0'),(7204,679,'_tax_status','taxable'),(7205,679,'_tax_class',''),(7206,679,'_manage_stock','no'),(7207,679,'_backorders','no'),(7208,679,'_sold_individually','no'),(7209,679,'_weight',''),(7210,679,'_length',''),(7211,679,'_width',''),(7212,679,'_height',''),(7213,679,'_upsell_ids','a:0:{}'),(7214,679,'_crosssell_ids','a:0:{}'),(7215,679,'_purchase_note',''),(7216,679,'_default_attributes','a:0:{}'),(7217,679,'_virtual','no'),(7218,679,'_downloadable','no'),(7219,679,'_product_image_gallery',''),(7220,679,'_download_limit','-1'),(7221,679,'_download_expiry','-1'),(7222,679,'_stock',NULL),(7223,679,'_stock_status','instock'),(7224,679,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fparenting-from-the-inside-out---10th-anniversary-edition-mary-hartzell-daniel-j-siegel-daniel-j-siegel%2Fp%2F9780399165108'),(7225,679,'_button_text','Visit Store'),(7226,679,'_product_version','3.1.2'),(7227,679,'_price','23.56'),(7228,679,'_yith_wcmbs_protected_links','a:0:{}'),(7229,679,'_yoast_wpseo_primary_product_cat','70'),(7230,679,'_et_pb_post_hide_nav','default'),(7231,679,'_et_pb_page_layout','et_right_sidebar'),(7232,679,'_et_pb_side_nav','off'),(7233,679,'_alternative-content',''),(7234,679,'_show-contents-in-my-account','0'),(7235,679,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7236,679,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7237,679,'_yoast_wpseo_linkdex','33'),(7238,679,'_yoast_wpseo_content_score','30'),(7239,680,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7240,680,'_wc_review_count','0'),(7241,680,'_wc_rating_count','a:0:{}'),(7242,680,'_wc_average_rating','0'),(7243,680,'_edit_lock','1540414148:44'),(7244,680,'_edit_last','44'),(7245,680,'_thumbnail_id','676'),(7246,680,'_sku',''),(7247,680,'_regular_price','31.99'),(7248,680,'_sale_price','20.50'),(7249,680,'_sale_price_dates_from',''),(7250,680,'_sale_price_dates_to',''),(7251,680,'total_sales','0'),(7252,680,'_tax_status','taxable'),(7253,680,'_tax_class',''),(7254,680,'_manage_stock','no'),(7255,680,'_backorders','no'),(7256,680,'_sold_individually','no'),(7257,680,'_weight',''),(7258,680,'_length',''),(7259,680,'_width',''),(7260,680,'_height',''),(7261,680,'_upsell_ids','a:0:{}'),(7262,680,'_crosssell_ids','a:0:{}'),(7263,680,'_purchase_note',''),(7264,680,'_default_attributes','a:0:{}'),(7265,680,'_virtual','no'),(7266,680,'_downloadable','no'),(7267,680,'_product_image_gallery',''),(7268,680,'_download_limit','-1'),(7269,680,'_download_expiry','-1'),(7270,680,'_stock',NULL),(7271,680,'_stock_status','instock'),(7272,680,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Funconditional-parenting-alfie-kohn%2Fp%2F9780743487481'),(7273,680,'_button_text','Visit Store'),(7274,680,'_product_version','3.1.2'),(7275,680,'_price','20.50'),(7276,680,'_yith_wcmbs_protected_links','a:0:{}'),(7277,680,'_yoast_wpseo_primary_product_cat','70'),(7278,680,'_et_pb_post_hide_nav','default'),(7279,680,'_et_pb_page_layout','et_right_sidebar'),(7280,680,'_et_pb_side_nav','off'),(7281,680,'_alternative-content',''),(7282,680,'_show-contents-in-my-account','0'),(7283,680,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7284,680,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7285,680,'_yoast_wpseo_linkdex','45'),(7286,680,'_yoast_wpseo_content_score','30'),(7287,681,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7288,681,'_wc_review_count','0'),(7289,681,'_wc_rating_count','a:0:{}'),(7290,681,'_wc_average_rating','0'),(7291,681,'_edit_lock','1540413866:44'),(7292,681,'_edit_last','44'),(7293,681,'_thumbnail_id','672'),(7294,681,'_sku',''),(7295,681,'_regular_price','49.99'),(7296,681,'_sale_price','32.83'),(7297,681,'_sale_price_dates_from',''),(7298,681,'_sale_price_dates_to',''),(7299,681,'total_sales','0'),(7300,681,'_tax_status','taxable'),(7301,681,'_tax_class',''),(7302,681,'_manage_stock','no'),(7303,681,'_backorders','no'),(7304,681,'_sold_individually','no'),(7305,681,'_weight',''),(7306,681,'_length',''),(7307,681,'_width',''),(7308,681,'_height',''),(7309,681,'_upsell_ids','a:0:{}'),(7310,681,'_crosssell_ids','a:0:{}'),(7311,681,'_purchase_note',''),(7312,681,'_default_attributes','a:0:{}'),(7313,681,'_virtual','no'),(7314,681,'_downloadable','no'),(7315,681,'_product_image_gallery',''),(7316,681,'_download_limit','-1'),(7317,681,'_download_expiry','-1'),(7318,681,'_stock',NULL),(7319,681,'_stock_status','instock'),(7320,681,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fthe-soul-of-discipline-kim-john-payne%2Fp%2F9780345548672'),(7321,681,'_button_text','Visit Store'),(7322,681,'_product_version','3.1.2'),(7323,681,'_price','32.83'),(7324,681,'_yith_wcmbs_protected_links','a:0:{}'),(7325,681,'_yoast_wpseo_primary_product_cat','70'),(7326,681,'_et_pb_post_hide_nav','default'),(7327,681,'_et_pb_page_layout','et_right_sidebar'),(7328,681,'_et_pb_side_nav','off'),(7329,681,'_alternative-content',''),(7330,681,'_show-contents-in-my-account','0'),(7331,681,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7332,681,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7333,681,'_yoast_wpseo_linkdex','51'),(7334,681,'_yoast_wpseo_content_score','30'),(7335,682,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7336,682,'_wc_review_count','0'),(7337,682,'_wc_rating_count','a:0:{}'),(7338,682,'_wc_average_rating','0'),(7339,682,'_edit_lock','1540414128:44'),(7340,682,'_edit_last','44'),(7341,682,'_thumbnail_id','670'),(7342,682,'_sku',''),(7343,682,'_regular_price','22'),(7344,682,'_sale_price','21.90'),(7345,682,'_sale_price_dates_from',''),(7346,682,'_sale_price_dates_to',''),(7347,682,'total_sales','0'),(7348,682,'_tax_status','taxable'),(7349,682,'_tax_class',''),(7350,682,'_manage_stock','no'),(7351,682,'_backorders','no'),(7352,682,'_sold_individually','no'),(7353,682,'_weight',''),(7354,682,'_length',''),(7355,682,'_width',''),(7356,682,'_height',''),(7357,682,'_upsell_ids','a:0:{}'),(7358,682,'_crosssell_ids','a:0:{}'),(7359,682,'_purchase_note',''),(7360,682,'_default_attributes','a:0:{}'),(7361,682,'_virtual','no'),(7362,682,'_downloadable','no'),(7363,682,'_product_image_gallery',''),(7364,682,'_download_limit','-1'),(7365,682,'_download_expiry','-1'),(7366,682,'_stock',NULL),(7367,682,'_stock_status','instock'),(7368,682,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fplayful-parenting-lawrence-j-cohen%2Fp%2F9780345442864'),(7369,682,'_button_text','Visit Store'),(7370,682,'_product_version','3.1.2'),(7371,682,'_price','21.90'),(7372,682,'_yith_wcmbs_protected_links','a:0:{}'),(7373,682,'_yoast_wpseo_primary_product_cat','70'),(7374,682,'_et_pb_post_hide_nav','default'),(7375,682,'_et_pb_page_layout','et_right_sidebar'),(7376,682,'_et_pb_side_nav','off'),(7377,682,'_alternative-content',''),(7378,682,'_show-contents-in-my-account','0'),(7379,682,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7380,682,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7381,682,'_yoast_wpseo_linkdex','33'),(7382,682,'_yoast_wpseo_content_score','30'),(7383,683,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7384,683,'_wc_review_count','0'),(7385,683,'_wc_rating_count','a:0:{}'),(7386,683,'_wc_average_rating','0'),(7387,683,'_edit_lock','1540416137:44'),(7388,683,'_edit_last','44'),(7389,683,'_thumbnail_id','677'),(7390,683,'_sku',''),(7391,683,'_regular_price','38.99'),(7392,683,'_sale_price','21.93'),(7393,683,'_sale_price_dates_from',''),(7394,683,'_sale_price_dates_to',''),(7395,683,'total_sales','0'),(7396,683,'_tax_status','taxable'),(7397,683,'_tax_class',''),(7398,683,'_manage_stock','no'),(7399,683,'_backorders','no'),(7400,683,'_sold_individually','no'),(7401,683,'_weight',''),(7402,683,'_length',''),(7403,683,'_width',''),(7404,683,'_height',''),(7405,683,'_upsell_ids','a:0:{}'),(7406,683,'_crosssell_ids','a:0:{}'),(7407,683,'_purchase_note',''),(7408,683,'_default_attributes','a:0:{}'),(7409,683,'_virtual','no'),(7410,683,'_downloadable','no'),(7411,683,'_product_image_gallery',''),(7412,683,'_download_limit','-1'),(7413,683,'_download_expiry','-1'),(7414,683,'_stock',NULL),(7415,683,'_stock_status','instock'),(7416,683,'_product_url','//t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.angusrobertson.com.au%2Fbooks%2Fultimate-confidence-marisa-peer%2Fp%2F9781847441386'),(7417,683,'_button_text','Visit Store'),(7418,683,'_product_version','3.1.2'),(7419,683,'_price','21.93'),(7420,683,'_yith_wcmbs_protected_links','a:0:{}'),(7421,683,'_yoast_wpseo_primary_product_cat','70'),(7422,683,'_et_pb_post_hide_nav','default'),(7423,683,'_et_pb_page_layout','et_right_sidebar'),(7424,683,'_et_pb_side_nav','off'),(7425,683,'_alternative-content',''),(7426,683,'_show-contents-in-my-account','0'),(7427,683,'_yoast_wpseo_focuskw_text_input','story books for girls to empower them'),(7428,683,'_yoast_wpseo_focuskw','story books for girls to empower them'),(7429,683,'_yoast_wpseo_linkdex','33'),(7430,683,'_yoast_wpseo_content_score','30'),(7431,684,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7432,684,'_et_pb_built_for_post_type','page'),(7513,714,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7468,698,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:237;s:4:\"file\";s:124:\"2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:123:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--300x59.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:59;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--768x152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:125:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--1024x202.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:202;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:122:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:122:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--400x237.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--510x101.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:101;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--610x120.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--400x237.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:125:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--1080x237.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--400x237.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--510x237.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:125:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--1080x213.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:124:\"play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful--400x237.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7469,697,'_wp_page_template','default'),(7470,697,'_et_disable_builder','0'),(7471,697,'_yith_wcmbs_protected_links','a:0:{}'),(7472,697,'_et_pb_post_hide_nav','default'),(7473,697,'_et_pb_page_layout','et_right_sidebar'),(7474,697,'_et_pb_side_nav','off'),(7475,697,'_et_pb_use_builder','on'),(8404,1093,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7477,697,'_et_pb_ab_stats_refresh_interval','hourly'),(7478,697,'_et_pb_old_content',''),(7479,697,'_et_pb_enable_shortcode_tracking',''),(7480,697,'_et_pb_custom_css',''),(8136,936,'_edit_last','44'),(8135,936,'_edit_lock','1541756490:44'),(8134,936,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8133,697,'_et_builder_version','BB|Divi|3.2'),(7485,697,'_alternative-content',''),(7486,697,'_show-contents-in-my-account','0'),(7487,697,'_yoast_wpseo_content_score','60'),(7493,705,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:131:\"2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:131:\"mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:131:\"mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:129:\"mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:129:\"mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:131:\"mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7491,705,'_wp_attached_file','2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg'),(7492,705,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.7126793515887986;s:5:\"bytes\";i:3948;s:11:\"size_before\";i:83774;s:10:\"size_after\";i:79826;s:4:\"time\";d:0.080000000000000002;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.4400000000000004;s:5:\"bytes\";i:527;s:11:\"size_before\";i:8177;s:10:\"size_after\";i:7650;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:988;s:11:\"size_before\";i:18123;s:10:\"size_after\";i:17135;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4199999999999999;s:5:\"bytes\";i:215;s:11:\"size_before\";i:2283;s:10:\"size_after\";i:2068;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.57;s:5:\"bytes\";i:190;s:11:\"size_before\";i:1797;s:10:\"size_after\";i:1607;s:4:\"time\";d:0.02;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5800000000000001;s:5:\"bytes\";i:569;s:11:\"size_before\";i:8653;s:10:\"size_after\";i:8084;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.2599999999999998;s:5:\"bytes\";i:1459;s:11:\"size_before\";i:44741;s:10:\"size_after\";i:43282;s:4:\"time\";d:0.02;}}}'),(7499,709,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:360;s:6:\"height\";i:240;s:4:\"file\";s:119:\"2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:119:\"parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:119:\"parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:117:\"parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:117:\"parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:119:\"parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7497,709,'_wp_attached_file','2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg'),(7498,709,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:21.606592277198651;s:5:\"bytes\";i:23546;s:11:\"size_before\";i:108976;s:10:\"size_after\";i:85430;s:4:\"time\";d:0.070000000000000007;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:6:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.5899999999999999;s:5:\"bytes\";i:298;s:11:\"size_before\";i:6493;s:10:\"size_after\";i:6195;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.0700000000000003;s:5:\"bytes\";i:530;s:11:\"size_before\";i:13016;s:10:\"size_after\";i:12486;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3399999999999999;s:5:\"bytes\";i:173;s:11:\"size_before\";i:2074;s:10:\"size_after\";i:1901;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994;s:5:\"bytes\";i:147;s:11:\"size_before\";i:1571;s:10:\"size_after\";i:1424;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:321;s:11:\"size_before\";i:6960;s:10:\"size_after\";i:6639;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:27.989999999999998;s:5:\"bytes\";i:22077;s:11:\"size_before\";i:78862;s:10:\"size_after\";i:56785;s:4:\"time\";d:0.02;}}}'),(7777,835,'_edit_last','44'),(7776,835,'_edit_lock','1525201258:44'),(7775,835,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7503,713,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7504,713,'_menu_item_type','post_type'),(7505,713,'_menu_item_menu_item_parent','0'),(7506,713,'_menu_item_object_id','697'),(7507,713,'_menu_item_object','page'),(7508,713,'_menu_item_target',''),(7509,713,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7510,713,'_menu_item_xfn',''),(7511,713,'_menu_item_url',''),(7514,714,'_edit_lock','1513333078:54'),(7515,714,'_edit_last','54'),(7516,714,'_et_disable_builder','0'),(7517,714,'_yith_wcmbs_protected_links','a:0:{}'),(7518,714,'_et_post_bg_color','#ffffff'),(7519,714,'_et_post_bg_layout','light'),(7520,714,'_et_pb_show_title','on'),(7521,714,'_et_pb_post_hide_nav','default'),(7522,714,'_et_pb_page_layout','et_right_sidebar'),(7523,714,'_et_pb_side_nav','off'),(7524,714,'_et_pb_use_builder','on'),(7525,714,'_et_pb_ab_bounce_rate_limit','5'),(7526,714,'_et_pb_ab_stats_refresh_interval','hourly'),(7527,714,'_et_pb_old_content','We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n '),(7528,714,'_et_pb_enable_shortcode_tracking',''),(7529,714,'_et_pb_custom_css',''),(7530,714,'_et_pb_light_text_color','#ffffff'),(7531,714,'_et_pb_dark_text_color','#666666'),(7532,714,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(7533,714,'_et_pb_section_background_color','#ffffff'),(7534,714,'_alternative-content',''),(7535,714,'_show-contents-in-my-account','0'),(7536,714,'_yoast_wpseo_content_score','60'),(7537,714,'_yoast_wpseo_primary_category','84'),(7538,717,'_wp_attached_file','2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg'),(7539,717,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.3514525443603027;s:5:\"bytes\";i:31673;s:11:\"size_before\";i:591858;s:10:\"size_after\";i:560185;s:4:\"time\";d:0.45000000000000001;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5199999999999996;s:5:\"bytes\";i:711;s:11:\"size_before\";i:9454;s:10:\"size_after\";i:8743;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3399999999999999;s:5:\"bytes\";i:1423;s:11:\"size_before\";i:22442;s:10:\"size_after\";i:21019;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4000000000000004;s:5:\"bytes\";i:245;s:11:\"size_before\";i:2607;s:10:\"size_after\";i:2362;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.16;s:5:\"bytes\";i:186;s:11:\"size_before\";i:1831;s:10:\"size_after\";i:1645;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2800000000000002;s:5:\"bytes\";i:736;s:11:\"size_before\";i:10108;s:10:\"size_after\";i:9372;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7000000000000002;s:5:\"bytes\";i:2586;s:11:\"size_before\";i:45348;s:10:\"size_after\";i:42762;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:2956;s:11:\"size_before\";i:53732;s:10:\"size_after\";i:50776;s:4:\"time\";d:0.050000000000000003;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9100000000000001;s:5:\"bytes\";i:3546;s:11:\"size_before\";i:72151;s:10:\"size_after\";i:68605;s:4:\"time\";d:0.089999999999999997;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:1901;s:11:\"size_before\";i:31859;s:10:\"size_after\";i:29958;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0499999999999998;s:5:\"bytes\";i:2110;s:11:\"size_before\";i:34901;s:10:\"size_after\";i:32791;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4500000000000002;s:5:\"bytes\";i:2931;s:11:\"size_before\";i:53784;s:10:\"size_after\";i:50853;s:4:\"time\";d:0.050000000000000003;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7400000000000002;s:5:\"bytes\";i:3319;s:11:\"size_before\";i:57860;s:10:\"size_after\";i:54541;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.6100000000000003;s:5:\"bytes\";i:9023;s:11:\"size_before\";i:195781;s:10:\"size_after\";i:186758;s:4:\"time\";d:0.070000000000000007;}}}'),(7540,717,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:100:\"2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:98:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-62x62.jpeg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:98:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-60x40.jpeg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-157x157.jpeg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-400x400.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-510x383.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-610x458.jpeg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:100:\"moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem-400x480.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7648,761,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:144:\"2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:142:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:142:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:144:\"trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7643,760,'_wp_attached_file','2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg'),(7644,760,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.432182474838827;s:5:\"bytes\";i:52542;s:11:\"size_before\";i:503653;s:10:\"size_after\";i:451111;s:4:\"time\";d:0.35000000000000003;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.4199999999999999;s:5:\"bytes\";i:822;s:11:\"size_before\";i:9761;s:10:\"size_after\";i:8939;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.1200000000000001;s:5:\"bytes\";i:1774;s:11:\"size_before\";i:24905;s:10:\"size_after\";i:23131;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.359999999999999;s:5:\"bytes\";i:265;s:11:\"size_before\";i:2559;s:10:\"size_after\";i:2294;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.49;s:5:\"bytes\";i:252;s:11:\"size_before\";i:2017;s:10:\"size_after\";i:1765;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3100000000000005;s:5:\"bytes\";i:868;s:11:\"size_before\";i:10451;s:10:\"size_after\";i:9583;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000004;s:5:\"bytes\";i:2612;s:11:\"size_before\";i:44243;s:10:\"size_after\";i:41631;s:4:\"time\";d:0.040000000000000001;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9699999999999998;s:5:\"bytes\";i:3304;s:11:\"size_before\";i:55333;s:10:\"size_after\";i:52029;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5;s:5:\"bytes\";i:3961;s:11:\"size_before\";i:71960;s:10:\"size_after\";i:67999;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9199999999999999;s:5:\"bytes\";i:2438;s:11:\"size_before\";i:35228;s:10:\"size_after\";i:32790;s:4:\"time\";d:0.070000000000000007;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.6399999999999997;s:5:\"bytes\";i:2499;s:11:\"size_before\";i:37608;s:10:\"size_after\";i:35109;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9500000000000002;s:5:\"bytes\";i:3289;s:11:\"size_before\";i:55319;s:10:\"size_after\";i:52030;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7300000000000004;s:5:\"bytes\";i:3246;s:11:\"size_before\";i:48260;s:10:\"size_after\";i:45014;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:25.670000000000002;s:5:\"bytes\";i:27212;s:11:\"size_before\";i:106009;s:10:\"size_after\";i:78797;s:4:\"time\";d:0.040000000000000001;}}}'),(7645,760,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:117:\"2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:115:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:115:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:117:\"the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7646,761,'_wp_attached_file','2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg'),(7647,761,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.273583756438516;s:5:\"bytes\";i:44698;s:11:\"size_before\";i:435077;s:10:\"size_after\";i:390379;s:4:\"time\";d:0.42999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2199999999999998;s:5:\"bytes\";i:686;s:11:\"size_before\";i:9497;s:10:\"size_after\";i:8811;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0099999999999998;s:5:\"bytes\";i:1352;s:11:\"size_before\";i:22503;s:10:\"size_after\";i:21151;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8399999999999999;s:5:\"bytes\";i:233;s:11:\"size_before\";i:2636;s:10:\"size_after\";i:2403;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999998;s:5:\"bytes\";i:200;s:11:\"size_before\";i:2049;s:10:\"size_after\";i:1849;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5999999999999996;s:5:\"bytes\";i:770;s:11:\"size_before\";i:10138;s:10:\"size_after\";i:9368;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7300000000000004;s:5:\"bytes\";i:1825;s:11:\"size_before\";i:38598;s:10:\"size_after\";i:36773;s:4:\"time\";d:0.029999999999999999;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:2251;s:11:\"size_before\";i:47155;s:10:\"size_after\";i:44904;s:4:\"time\";d:0.059999999999999998;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3499999999999996;s:5:\"bytes\";i:2647;s:11:\"size_before\";i:60796;s:10:\"size_after\";i:58149;s:4:\"time\";d:0.040000000000000001;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.4699999999999998;s:5:\"bytes\";i:1594;s:11:\"size_before\";i:29160;s:10:\"size_after\";i:27566;s:4:\"time\";d:0.089999999999999997;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.5899999999999999;s:5:\"bytes\";i:1799;s:11:\"size_before\";i:32157;s:10:\"size_after\";i:30358;s:4:\"time\";d:0.050000000000000003;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7699999999999996;s:5:\"bytes\";i:2248;s:11:\"size_before\";i:47127;s:10:\"size_after\";i:44879;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5300000000000002;s:5:\"bytes\";i:2799;s:11:\"size_before\";i:42878;s:10:\"size_after\";i:40079;s:4:\"time\";d:0.02;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.09;s:5:\"bytes\";i:26294;s:11:\"size_before\";i:90383;s:10:\"size_after\";i:64089;s:4:\"time\";d:0.040000000000000001;}}}'),(7642,759,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:159:\"2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:157:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:157:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:159:\"the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7640,759,'_wp_attached_file','2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg'),(7641,759,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:9.8410589644396111;s:5:\"bytes\";i:28593;s:11:\"size_before\";i:290548;s:10:\"size_after\";i:261955;s:4:\"time\";d:0.31;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:489;s:11:\"size_before\";i:7779;s:10:\"size_after\";i:7290;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3799999999999999;s:5:\"bytes\";i:687;s:11:\"size_before\";i:15679;s:10:\"size_after\";i:14992;s:4:\"time\";d:0.01;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.7100000000000009;s:5:\"bytes\";i:220;s:11:\"size_before\";i:2525;s:10:\"size_after\";i:2305;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3000000000000007;s:5:\"bytes\";i:169;s:11:\"size_before\";i:1817;s:10:\"size_after\";i:1648;s:4:\"time\";i:0;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6200000000000001;s:5:\"bytes\";i:455;s:11:\"size_before\";i:8093;s:10:\"size_after\";i:7638;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.0499999999999998;s:5:\"bytes\";i:797;s:11:\"size_before\";i:26091;s:10:\"size_after\";i:25294;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:872;s:11:\"size_before\";i:30161;s:10:\"size_after\";i:29289;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:1076;s:11:\"size_before\";i:38546;s:10:\"size_after\";i:37470;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4900000000000002;s:5:\"bytes\";i:642;s:11:\"size_before\";i:18373;s:10:\"size_after\";i:17731;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999;s:5:\"bytes\";i:661;s:11:\"size_before\";i:20867;s:10:\"size_after\";i:20206;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.79;s:5:\"bytes\";i:841;s:11:\"size_before\";i:30134;s:10:\"size_after\";i:29293;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3200000000000003;s:5:\"bytes\";i:1227;s:11:\"size_before\";i:28380;s:10:\"size_after\";i:27153;s:4:\"time\";d:0.050000000000000003;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.939999999999998;s:5:\"bytes\";i:20457;s:11:\"size_before\";i:62103;s:10:\"size_after\";i:41646;s:4:\"time\";d:0.080000000000000002;}}}'),(7603,714,'_wp_old_slug','10-movies-to-boost-confidence-build-resilience-and-make-kindness-a-habit-and-the-conversation-starter-for-each-of-them'),(7639,757,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:113:\"2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:111:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:111:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:113:\"new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7651,762,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:139:\"2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:137:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:137:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:139:\"wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7652,763,'_wp_attached_file','2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg'),(7653,763,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.205325393288259;s:5:\"bytes\";i:59084;s:11:\"size_before\";i:527285;s:10:\"size_after\";i:468201;s:4:\"time\";d:0.44000000000000006;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3200000000000003;s:5:\"bytes\";i:877;s:11:\"size_before\";i:10536;s:10:\"size_after\";i:9659;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4100000000000001;s:5:\"bytes\";i:1930;s:11:\"size_before\";i:26031;s:10:\"size_after\";i:24101;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9800000000000004;s:5:\"bytes\";i:282;s:11:\"size_before\";i:2826;s:10:\"size_after\";i:2544;s:4:\"time\";d:0.02;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.699999999999999;s:5:\"bytes\";i:219;s:11:\"size_before\";i:2047;s:10:\"size_after\";i:1828;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5600000000000005;s:5:\"bytes\";i:967;s:11:\"size_before\";i:11292;s:10:\"size_after\";i:10325;s:4:\"time\";d:0.02;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9900000000000002;s:5:\"bytes\";i:2826;s:11:\"size_before\";i:47170;s:10:\"size_after\";i:44344;s:4:\"time\";d:0.059999999999999998;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:3552;s:11:\"size_before\";i:58879;s:10:\"size_after\";i:55327;s:4:\"time\";d:0.050000000000000003;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2400000000000002;s:5:\"bytes\";i:4067;s:11:\"size_before\";i:77603;s:10:\"size_after\";i:73536;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5199999999999996;s:5:\"bytes\";i:2218;s:11:\"size_before\";i:34033;s:10:\"size_after\";i:31815;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002;s:5:\"bytes\";i:2632;s:11:\"size_before\";i:39033;s:10:\"size_after\";i:36401;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.96;s:5:\"bytes\";i:3506;s:11:\"size_before\";i:58857;s:10:\"size_after\";i:55351;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.9900000000000002;s:5:\"bytes\";i:4261;s:11:\"size_before\";i:53298;s:10:\"size_after\";i:49037;s:4:\"time\";d:0.040000000000000001;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.039999999999999;s:5:\"bytes\";i:31747;s:11:\"size_before\";i:105680;s:10:\"size_after\";i:73933;s:4:\"time\";d:0.080000000000000002;}}}'),(7654,763,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:154:\"2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:152:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:152:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-510x383.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-610x458.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:458;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:154:\"zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(7778,836,'_wp_attached_file','2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg'),(7779,836,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:960;s:6:\"height\";i:546;s:4:\"file\";s:113:\"2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:111:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:111:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-510x290.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:290;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-610x347.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:113:\"raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7720,492,'_edit_lock','1512963658:44'),(7721,492,'_edit_last','44'),(7722,492,'_yoast_wpseo_content_score','30'),(7972,903,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.77318930631233495631704499828629195690155029296875;s:5:\"bytes\";i:9059;s:11:\"size_before\";i:156915;s:10:\"size_after\";i:147856;s:4:\"time\";d:0.220000000000000028865798640254070051014423370361328125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:616;s:11:\"size_before\";i:8054;s:10:\"size_after\";i:7438;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.69000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:998;s:11:\"size_before\";i:14926;s:10:\"size_after\";i:13928;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:213;s:11:\"size_before\";i:2320;s:10:\"size_after\";i:2107;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:174;s:11:\"size_before\";i:1736;s:10:\"size_after\";i:1562;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.0999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:600;s:11:\"size_before\";i:8450;s:10:\"size_after\";i:7850;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1692;s:11:\"size_before\";i:28107;s:10:\"size_after\";i:26415;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1090;s:11:\"size_before\";i:18940;s:10:\"size_after\";i:17850;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1241;s:11:\"size_before\";i:21042;s:10:\"size_after\";i:19801;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:1553;s:11:\"size_before\";i:26472;s:10:\"size_after\";i:24919;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.279999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:882;s:11:\"size_before\";i:26868;s:10:\"size_after\";i:25986;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}}}'),(7926,850,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.8967580491309795;s:5:\"bytes\";i:25498;s:11:\"size_before\";i:322892;s:10:\"size_after\";i:297394;s:4:\"time\";d:0.29999999999999999;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.1500000000000004;s:5:\"bytes\";i:276;s:11:\"size_before\";i:5357;s:10:\"size_after\";i:5081;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000004;s:5:\"bytes\";i:463;s:11:\"size_before\";i:10516;s:10:\"size_after\";i:10053;s:4:\"time\";d:0.02;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9600000000000009;s:5:\"bytes\";i:195;s:11:\"size_before\";i:1958;s:10:\"size_after\";i:1763;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.66;s:5:\"bytes\";i:172;s:11:\"size_before\";i:1614;s:10:\"size_after\";i:1442;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.46;s:5:\"bytes\";i:315;s:11:\"size_before\";i:5766;s:10:\"size_after\";i:5451;s:4:\"time\";d:0.029999999999999999;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4199999999999999;s:5:\"bytes\";i:457;s:11:\"size_before\";i:18898;s:10:\"size_after\";i:18441;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.8900000000000001;s:5:\"bytes\";i:619;s:11:\"size_before\";i:21454;s:10:\"size_after\";i:20835;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.73;s:5:\"bytes\";i:760;s:11:\"size_before\";i:27818;s:10:\"size_after\";i:27058;s:4:\"time\";d:0.050000000000000003;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.4100000000000001;s:5:\"bytes\";i:549;s:11:\"size_before\";i:16113;s:10:\"size_after\";i:15564;s:4:\"time\";d:0.01;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1899999999999999;s:5:\"bytes\";i:562;s:11:\"size_before\";i:17627;s:10:\"size_after\";i:17065;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.9300000000000002;s:5:\"bytes\";i:732;s:11:\"size_before\";i:24959;s:10:\"size_after\";i:24227;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.4399999999999999;s:5:\"bytes\";i:478;s:11:\"size_before\";i:19581;s:10:\"size_after\";i:19103;s:4:\"time\";d:0.01;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.17;s:5:\"bytes\";i:19920;s:11:\"size_before\";i:151231;s:10:\"size_after\";i:131311;s:4:\"time\";d:0.050000000000000003;}}}'),(7932,889,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7918,882,'version',''),(7919,882,'viewed','1'),(7917,882,'theme',''),(7916,882,'plugins','[]'),(7915,882,'location','[\"everywhere\"]'),(7756,821,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7757,821,'_menu_item_type','post_type'),(7758,821,'_menu_item_menu_item_parent','440'),(7759,821,'_menu_item_object_id','714'),(7760,821,'_menu_item_object','post'),(7761,821,'_menu_item_target',''),(7762,821,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(7763,821,'_menu_item_xfn',''),(7764,821,'_menu_item_url',''),(8171,940,'viewed','1'),(7912,882,'notification_id','714'),(7834,404,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"404\" /]'),(7833,404,'_et_pb_ab_refresh_interval','hourly'),(7832,404,'_et_pb_enable_ab_testing','off'),(7829,843,'_edit_last','44'),(7828,843,'_edit_lock','1545049669:44'),(8170,940,'version',''),(7827,843,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7781,835,'_et_disable_builder','0'),(7782,835,'_yith_wcmbs_protected_links','a:0:{}'),(7783,835,'_et_post_bg_color','#ffffff'),(7784,835,'_et_post_bg_layout','light'),(7785,835,'_et_pb_show_title','on'),(7786,835,'_et_pb_post_hide_nav','default'),(7787,835,'_et_pb_page_layout','et_right_sidebar'),(7788,835,'_et_pb_side_nav','off'),(7789,835,'_et_pb_use_builder','on'),(7790,835,'_et_pb_ab_bounce_rate_limit','5'),(7791,835,'_et_pb_ab_stats_refresh_interval','hourly'),(7792,835,'_et_pb_old_content',''),(7793,835,'_et_pb_enable_shortcode_tracking',''),(7794,835,'_et_pb_custom_css',''),(7795,835,'_et_pb_light_text_color','#ffffff'),(7796,835,'_et_pb_dark_text_color','#666666'),(7797,835,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(7798,835,'_et_pb_section_background_color','#ffffff'),(7799,835,'_alternative-content',''),(7800,835,'_show-contents-in-my-account','0'),(7801,835,'_yoast_wpseo_content_score','30'),(7802,835,'_yoast_wpseo_primary_category','74'),(7803,836,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.6099374799094166;s:5:\"bytes\";i:36602;s:11:\"size_before\";i:553742;s:10:\"size_after\";i:517140;s:4:\"time\";d:0.50000000000000011;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7999999999999998;s:5:\"bytes\";i:499;s:11:\"size_before\";i:7343;s:10:\"size_after\";i:6844;s:4:\"time\";d:0.029999999999999999;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3600000000000003;s:5:\"bytes\";i:746;s:11:\"size_before\";i:13920;s:10:\"size_after\";i:13174;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.71;s:5:\"bytes\";i:2156;s:11:\"size_before\";i:58098;s:10:\"size_after\";i:55942;s:4:\"time\";d:0.14999999999999999;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7899999999999991;s:5:\"bytes\";i:218;s:11:\"size_before\";i:2227;s:10:\"size_after\";i:2009;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.890000000000001;s:5:\"bytes\";i:184;s:11:\"size_before\";i:1689;s:10:\"size_after\";i:1505;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8099999999999996;s:5:\"bytes\";i:533;s:11:\"size_before\";i:7832;s:10:\"size_after\";i:7299;s:4:\"time\";d:0.040000000000000001;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2699999999999996;s:5:\"bytes\";i:1385;s:11:\"size_before\";i:32405;s:10:\"size_after\";i:31020;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4800000000000004;s:5:\"bytes\";i:1411;s:11:\"size_before\";i:31520;s:10:\"size_after\";i:30109;s:4:\"time\";d:0.02;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:1732;s:11:\"size_before\";i:41487;s:10:\"size_after\";i:39755;s:4:\"time\";d:0.029999999999999999;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.8200000000000003;s:5:\"bytes\";i:1106;s:11:\"size_before\";i:22954;s:10:\"size_after\";i:21848;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9699999999999998;s:5:\"bytes\";i:1250;s:11:\"size_before\";i:25142;s:10:\"size_after\";i:23892;s:4:\"time\";d:0.02;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999;s:5:\"bytes\";i:1579;s:11:\"size_before\";i:37838;s:10:\"size_after\";i:36259;s:4:\"time\";d:0.02;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.7799999999999998;s:5:\"bytes\";i:1468;s:11:\"size_before\";i:38810;s:10:\"size_after\";i:37342;s:4:\"time\";d:0.029999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.6099999999999994;s:5:\"bytes\";i:22335;s:11:\"size_before\";i:232477;s:10:\"size_after\";i:210142;s:4:\"time\";d:0.089999999999999997;}}}'),(7683,780,'_wp_attached_file','2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg'),(7686,780,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.5603570730748348;s:5:\"bytes\";i:46386;s:11:\"size_before\";i:834227;s:10:\"size_after\";i:787841;s:4:\"time\";d:0.70000000000000018;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6200000000000001;s:5:\"bytes\";i:757;s:11:\"size_before\";i:9934;s:10:\"size_after\";i:9177;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.7699999999999996;s:5:\"bytes\";i:1426;s:11:\"size_before\";i:18352;s:10:\"size_after\";i:16926;s:4:\"time\";d:0.01;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.75;s:5:\"bytes\";i:4561;s:11:\"size_before\";i:79303;s:10:\"size_after\";i:74742;s:4:\"time\";d:0.040000000000000001;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.96;s:5:\"bytes\";i:6148;s:11:\"size_before\";i:124055;s:10:\"size_after\";i:117907;s:4:\"time\";d:0.10000000000000001;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2200000000000006;s:5:\"bytes\";i:231;s:11:\"size_before\";i:2506;s:10:\"size_after\";i:2275;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9000000000000004;s:5:\"bytes\";i:185;s:11:\"size_before\";i:1868;s:10:\"size_after\";i:1683;s:4:\"time\";d:0.029999999999999999;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.5099999999999998;s:5:\"bytes\";i:778;s:11:\"size_before\";i:10363;s:10:\"size_after\";i:9585;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8399999999999999;s:5:\"bytes\";i:2381;s:11:\"size_before\";i:40776;s:10:\"size_after\";i:38395;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8399999999999999;s:5:\"bytes\";i:2877;s:11:\"size_before\";i:42039;s:10:\"size_after\";i:39162;s:4:\"time\";d:0.080000000000000002;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2300000000000004;s:5:\"bytes\";i:3432;s:11:\"size_before\";i:55117;s:10:\"size_after\";i:51685;s:4:\"time\";d:0.02;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.8300000000000001;s:5:\"bytes\";i:2224;s:11:\"size_before\";i:32540;s:10:\"size_after\";i:30316;s:4:\"time\";d:0.040000000000000001;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3700000000000001;s:5:\"bytes\";i:6389;s:11:\"size_before\";i:146130;s:10:\"size_after\";i:139741;s:4:\"time\";d:0.17000000000000001;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9100000000000001;s:5:\"bytes\";i:2450;s:11:\"size_before\";i:35478;s:10:\"size_after\";i:33028;s:4:\"time\";d:0.040000000000000001;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0300000000000002;s:5:\"bytes\";i:3152;s:11:\"size_before\";i:52286;s:10:\"size_after\";i:49134;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.04;s:5:\"bytes\";i:6831;s:11:\"size_before\";i:135595;s:10:\"size_after\";i:128764;s:4:\"time\";d:0.070000000000000007;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.3499999999999996;s:5:\"bytes\";i:2564;s:11:\"size_before\";i:47885;s:10:\"size_after\";i:45321;s:4:\"time\";d:0.02;}}}'),(7684,780,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1882;s:6:\"height\";i:935;s:4:\"file\";s:138:\"2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-300x149.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:149;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-768x382.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:139:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-1024x509.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:509;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:136:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:136:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-510x253.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-610x303.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:303;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:139:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:139:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-1080x537.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:537;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:138:\"raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7688,783,'_wp_attached_file','2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women.png'),(7689,783,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:138:\"2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:140:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:136:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:136:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-510x510.png\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:139:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:140:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:138:\"its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7868,855,'_wp_attached_file','2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg'),(7701,789,'_wp_attached_file','2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png'),(7866,853,'_edit_lock','1541589328:44'),(7867,853,'_edit_last','44'),(7864,853,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7699,788,'_wp_attached_file','2017/12/logo-raising-clever-girls-final-large.jpg'),(7700,788,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:3543;s:6:\"height\";i:771;s:4:\"file\";s:49:\"2017/12/logo-raising-clever-girls-final-large.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:48:\"logo-raising-clever-girls-final-large-300x65.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:65;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-768x167.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:167;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:50:\"logo-raising-clever-girls-final-large-1024x223.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:223;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:47:\"logo-raising-clever-girls-final-large-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:47:\"logo-raising-clever-girls-final-large-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-510x111.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:111;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-610x133.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:50:\"logo-raising-clever-girls-final-large-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:50:\"logo-raising-clever-girls-final-large-1080x235.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:49:\"logo-raising-clever-girls-final-large-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7702,789,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2481;s:6:\"height\";i:3509;s:4:\"file\";s:112:\"2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_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:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:110:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:110:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-510x721.png\";s:5:\"width\";i:510;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-610x863.png\";s:5:\"width\";i:610;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:114:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-1080x1527.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1527;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(7703,790,'_wp_attached_file','2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png'),(7704,790,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2481;s:6:\"height\";i:3509;s:4:\"file\";s:112:\"2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-212x300.png\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-768x1086.png\";s:5:\"width\";i:768;s:6:\"height\";i:1086;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-724x1024.png\";s:5:\"width\";i:724;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:110:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:110:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-510x721.png\";s:5:\"width\";i:510;s:6:\"height\";i:721;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-610x863.png\";s:5:\"width\";i:610;s:6:\"height\";i:863;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:113:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:114:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-1080x1527.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1527;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:112:\"15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8168,940,'plugins','[]'),(7715,714,'_wp_old_slug','15-movies-to-boost-confidence-build-resilience-and-make-kindness-a-habit-and-the-conversation-starter-for-each-of-them'),(8167,940,'location','[\"everywhere\"]'),(8169,940,'theme',''),(8166,940,'dismissable','1'),(8165,940,'type','success'),(7718,800,'_wp_attached_file','2017/12/logo-raising-clever-girls-header-website.jpg'),(7719,800,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:147;s:4:\"file\";s:52:\"2017/12/logo-raising-clever-girls-header-website.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-150x147.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:51:\"logo-raising-clever-girls-header-website-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:50:\"logo-raising-clever-girls-header-website-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:50:\"logo-raising-clever-girls-header-website-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-157x147.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-400x147.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-400x147.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-400x147.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:52:\"logo-raising-clever-girls-header-website-400x147.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8164,940,'notification_id','788'),(7835,843,'_et_disable_builder','0'),(7836,843,'_yith_wcmbs_protected_links','a:0:{}'),(7837,843,'_et_post_bg_color','#ffffff'),(7838,843,'_et_post_bg_layout','light'),(7839,843,'_et_pb_show_title','on'),(7840,843,'_et_pb_post_hide_nav','default'),(7841,843,'_et_pb_page_layout','et_right_sidebar'),(7842,843,'_et_pb_side_nav','off'),(7843,843,'_et_pb_use_builder','on'),(7845,843,'_et_pb_ab_stats_refresh_interval','hourly'),(7846,843,'_et_pb_old_content',''),(7847,843,'_et_pb_enable_shortcode_tracking',''),(7848,843,'_et_pb_custom_css',''),(7853,843,'_alternative-content',''),(7854,843,'_show-contents-in-my-account','0'),(7855,843,'_yoast_wpseo_content_score','30'),(7856,843,'_yoast_wpseo_primary_category','74'),(7857,850,'_wp_attached_file','2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg'),(7858,850,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:750;s:6:\"height\";i:434;s:4:\"file\";s:60:\"2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:58:\"5-parenting-tips-how-to-get-your-kids-to-listen--62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:58:\"5-parenting-tips-how-to-get-your-kids-to-listen--60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--510x295.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--610x353.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:353;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:60:\"5-parenting-tips-how-to-get-your-kids-to-listen--400x434.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:434;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7914,882,'dismissable','1'),(7913,882,'type','success'),(7911,882,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(7869,855,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:800;s:6:\"height\";i:454;s:4:\"file\";s:123:\"2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-300x170.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-768x436.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-510x289.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-610x346.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:123:\"raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas-400x454.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:454;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7870,855,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:22.227830769932911;s:5:\"bytes\";i:243517;s:11:\"size_before\";i:1095550;s:10:\"size_after\";i:852033;s:4:\"time\";d:0.88000000000000012;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.2400000000000002;s:5:\"bytes\";i:840;s:11:\"size_before\";i:10189;s:10:\"size_after\";i:9349;s:4:\"time\";d:0.01;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1600000000000001;s:5:\"bytes\";i:1726;s:11:\"size_before\";i:21148;s:10:\"size_after\";i:19422;s:4:\"time\";d:0.080000000000000002;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.2599999999999998;s:5:\"bytes\";i:5773;s:11:\"size_before\";i:92282;s:10:\"size_after\";i:86509;s:4:\"time\";d:0.059999999999999998;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.8900000000000006;s:5:\"bytes\";i:265;s:11:\"size_before\";i:2680;s:10:\"size_after\";i:2415;s:4:\"time\";d:0.01;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.48;s:5:\"bytes\";i:233;s:11:\"size_before\";i:2029;s:10:\"size_after\";i:1796;s:4:\"time\";d:0.01;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1799999999999997;s:5:\"bytes\";i:896;s:11:\"size_before\";i:10959;s:10:\"size_after\";i:10063;s:4:\"time\";d:0.01;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.0800000000000001;s:5:\"bytes\";i:2812;s:11:\"size_before\";i:46213;s:10:\"size_after\";i:43401;s:4:\"time\";d:0.02;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.9400000000000004;s:5:\"bytes\";i:3422;s:11:\"size_before\";i:49310;s:10:\"size_after\";i:45888;s:4:\"time\";d:0.029999999999999999;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:4270;s:11:\"size_before\";i:65722;s:10:\"size_after\";i:61452;s:4:\"time\";d:0.070000000000000007;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999998;s:5:\"bytes\";i:2594;s:11:\"size_before\";i:35742;s:10:\"size_after\";i:33148;s:4:\"time\";d:0.02;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:7;s:5:\"bytes\";i:2707;s:11:\"size_before\";i:38663;s:10:\"size_after\";i:35956;s:4:\"time\";d:0.029999999999999999;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.29;s:5:\"bytes\";i:3610;s:11:\"size_before\";i:57428;s:10:\"size_after\";i:53818;s:4:\"time\";d:0.029999999999999999;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.3600000000000003;s:5:\"bytes\";i:3601;s:11:\"size_before\";i:56603;s:10:\"size_after\";i:53002;s:4:\"time\";d:0.17999999999999999;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.75;s:5:\"bytes\";i:210768;s:11:\"size_before\";i:606582;s:10:\"size_after\";i:395814;s:4:\"time\";d:0.32000000000000001;}}}'),(7871,853,'_wp_page_template','default'),(7872,853,'_et_disable_builder','0'),(7873,853,'_yith_wcmbs_protected_links','a:0:{}'),(7874,853,'_et_pb_post_hide_nav','default'),(7875,853,'_et_pb_page_layout','et_right_sidebar'),(7876,853,'_et_pb_side_nav','off'),(7877,853,'_et_pb_use_builder','on'),(7878,853,'_et_pb_ab_bounce_rate_limit','5'),(7879,853,'_et_pb_ab_stats_refresh_interval','hourly'),(7880,853,'_et_pb_old_content',''),(7881,853,'_et_pb_enable_shortcode_tracking',''),(7882,853,'_et_pb_custom_css',''),(7883,853,'_et_pb_light_text_color','#ffffff'),(7884,853,'_et_pb_dark_text_color','#666666'),(7885,853,'_et_pb_content_area_background_color','rgba(255,255,255,0)'),(7886,853,'_et_pb_section_background_color','#ffffff'),(7887,853,'_alternative-content',''),(7888,853,'_show-contents-in-my-account','0'),(7889,853,'_yoast_wpseo_content_score','60'),(7901,869,'_wp_attached_file','2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg'),(7902,869,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:401;s:4:\"file\";s:91:\"2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:89:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:89:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-510x341.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:91:\"vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women-400x401.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7906,697,'_et_pb_enable_ab_testing','off'),(7907,697,'_et_pb_ab_refresh_interval','hourly'),(7908,697,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"697\" /]'),(7909,878,'_wp_attached_file','2017/03/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney.jpg'),(7910,878,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:900;s:6:\"height\";i:602;s:4:\"file\";s:121:\"2017/03/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney.jpg\";s:5:\"sizes\";a:13:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:119:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:119:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-510x341.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:341;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-610x408.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:121:\"raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(7973,902,'_thumbnail_id','903'),(7974,902,'_sku',''),(7975,902,'_regular_price','29.99'),(7976,902,'_sale_price','20.90'),(7977,902,'_sale_price_dates_from',''),(7978,902,'_sale_price_dates_to',''),(7979,902,'total_sales','0'),(7980,902,'_tax_status','taxable'),(7981,902,'_tax_class',''),(7982,902,'_manage_stock','no'),(7983,902,'_backorders','no'),(7984,902,'_sold_individually','no'),(7985,902,'_weight',''),(7986,902,'_length',''),(7987,902,'_width',''),(7988,902,'_height',''),(7989,902,'_upsell_ids','a:0:{}'),(7990,902,'_crosssell_ids','a:0:{}'),(7991,902,'_purchase_note',''),(7992,902,'_default_attributes','a:0:{}'),(7993,902,'_virtual','no'),(7994,902,'_downloadable','no'),(7995,902,'_product_image_gallery',''),(7996,902,'_download_limit','-1'),(7997,902,'_download_expiry','-1'),(7998,902,'_stock',NULL),(7999,902,'_stock_status','instock'),(8000,902,'_product_url','https://t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.booktopia.com.au%2Fraising-girls-steve-biddulph%2Fprod9781607745754.html'),(8001,902,'_button_text','Visit Store'),(8002,902,'_product_version','3.1.2'),(8003,902,'_price','20.90'),(8004,902,'_yith_wcmbs_protected_links','a:0:{}'),(8005,902,'_yoast_wpseo_primary_product_cat','70'),(8006,902,'_et_pb_post_hide_nav','default'),(8007,902,'_et_pb_page_layout','et_right_sidebar'),(8008,902,'_et_pb_side_nav','off'),(8009,902,'_alternative-content',''),(8010,902,'_show-contents-in-my-account','0'),(8011,902,'_yoast_wpseo_content_score','30'),(8012,904,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8013,904,'_wc_review_count','0'),(8014,904,'_wc_rating_count','a:0:{}'),(8015,904,'_wc_average_rating','0'),(8016,904,'_edit_lock','1540416341:44'),(8017,905,'_wp_attached_file','2018/10/a-father-s-guide-to-raising-daughters.jpg'),(8018,905,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:300;s:6:\"height\";i:463;s:4:\"file\";s:49:\"2018/10/a-father-s-guide-to-raising-daughters.jpg\";s:5:\"sizes\";a:9:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:47:\"a-father-s-guide-to-raising-daughters-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:47:\"a-father-s-guide-to-raising-daughters-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-300x400.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:49:\"a-father-s-guide-to-raising-daughters-300x382.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8019,905,'_wp_attachment_image_alt','A Father\'s Guide to Raising Daughters How to Boost Her Self-Esteem, Self-Image and Self-Respect By: Michael T Wilkinson'),(8020,905,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.390112116709442346973446547053754329681396484375;s:5:\"bytes\";i:6175;s:11:\"size_before\";i:140657;s:10:\"size_after\";i:134482;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:10:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.6699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:421;s:11:\"size_before\";i:7428;s:10:\"size_after\";i:7007;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.9900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:734;s:11:\"size_before\";i:14710;s:10:\"size_after\";i:13976;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:160;s:11:\"size_before\";i:2169;s:10:\"size_after\";i:2009;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:131;s:11:\"size_before\";i:1536;s:10:\"size_after\";i:1405;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.54000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:416;s:11:\"size_before\";i:7504;s:10:\"size_after\";i:7088;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.730000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1200;s:11:\"size_before\";i:25393;s:10:\"size_after\";i:24193;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:675;s:11:\"size_before\";i:15041;s:10:\"size_after\";i:14366;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.4000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:760;s:11:\"size_before\";i:17285;s:10:\"size_after\";i:16525;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:1097;s:11:\"size_before\";i:23555;s:10:\"size_after\";i:22458;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:581;s:11:\"size_before\";i:26036;s:10:\"size_after\";i:25455;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8021,904,'_edit_last','44'),(8022,904,'_thumbnail_id','905'),(8023,904,'_sku',''),(8024,904,'_regular_price','23.99'),(8025,904,'_sale_price','22.50'),(8026,904,'_sale_price_dates_from',''),(8027,904,'_sale_price_dates_to',''),(8028,904,'total_sales','0'),(8029,904,'_tax_status','taxable'),(8030,904,'_tax_class',''),(8031,904,'_manage_stock','no'),(8032,904,'_backorders','no'),(8033,904,'_sold_individually','no'),(8034,904,'_weight',''),(8035,904,'_length',''),(8036,904,'_width',''),(8037,904,'_height',''),(8038,904,'_upsell_ids','a:0:{}'),(8039,904,'_crosssell_ids','a:0:{}'),(8040,904,'_purchase_note',''),(8041,904,'_default_attributes','a:0:{}'),(8042,904,'_virtual','no'),(8043,904,'_downloadable','no'),(8044,904,'_product_image_gallery',''),(8045,904,'_download_limit','-1'),(8046,904,'_download_expiry','-1'),(8047,904,'_stock',NULL),(8048,904,'_stock_status','instock'),(8049,904,'_product_url','https://t.dgm-au.com/c/407573/137028/2741?u=https%3A%2F%2Fwww.booktopia.com.au%2Fa-father-s-guide-to-raising-daughters-michael-t-wilkinson%2Fprod9781516830084.html'),(8050,904,'_button_text','Visit Store'),(8051,904,'_product_version','3.1.2'),(8052,904,'_price','22.50'),(8053,904,'_yith_wcmbs_protected_links','a:0:{}'),(8054,904,'_yoast_wpseo_primary_product_cat','70'),(8055,904,'_et_pb_post_hide_nav','default'),(8056,904,'_et_pb_page_layout','et_right_sidebar'),(8057,904,'_et_pb_side_nav','off'),(8058,904,'_alternative-content',''),(8059,904,'_show-contents-in-my-account','0'),(8060,904,'_yoast_wpseo_content_score','60'),(8061,908,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8062,908,'_menu_item_type','post_type'),(8063,908,'_menu_item_menu_item_parent','440'),(8064,908,'_menu_item_object_id','894'),(8065,908,'_menu_item_object','page'),(8066,908,'_menu_item_target',''),(8067,908,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8068,908,'_menu_item_xfn',''),(8069,908,'_menu_item_url',''),(8097,92,'_et_builder_version','VB|Divi|3.2'),(8101,926,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:4:\"file\";s:137:\"2017/03/Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-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:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:139:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:135:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:135:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-510x510.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-610x610.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:610;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:138:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:139:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:137:\"Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8089,921,'_wp_attached_file','2017/03/raising-daughters-parenting-girls.jpg'),(8090,921,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:550;s:6:\"height\";i:733;s:4:\"file\";s:45:\"2017/03/raising-daughters-parenting-girls.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:43:\"raising-daughters-parenting-girls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:43:\"raising-daughters-parenting-girls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-510x680.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:680;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-550x675.jpg\";s:5:\"width\";i:550;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:45:\"raising-daughters-parenting-girls-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:72:\"Reuse Rights Limited. Contact Meredith Corporation for more information.\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8091,921,'_edit_lock','1540417726:44'),(8092,921,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8093,921,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.89458114373156405463305418379604816436767578125;s:5:\"bytes\";i:13718;s:11:\"size_before\";i:352233;s:10:\"size_after\";i:338515;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:13:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:364;s:11:\"size_before\";i:6113;s:10:\"size_after\";i:5749;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:653;s:11:\"size_before\";i:14681;s:10:\"size_after\";i:14028;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.050000000000000710542735760100185871124267578125;s:5:\"bytes\";i:198;s:11:\"size_before\";i:1970;s:10:\"size_after\";i:1772;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:153;s:11:\"size_before\";i:1494;s:10:\"size_after\";i:1341;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:373;s:11:\"size_before\";i:6470;s:10:\"size_after\";i:6097;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:837;s:11:\"size_before\";i:26373;s:10:\"size_after\";i:25536;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1439;s:11:\"size_before\";i:53345;s:10:\"size_after\";i:51906;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:517;s:11:\"size_before\";i:15690;s:10:\"size_after\";i:15173;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.109999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:1919;s:11:\"size_before\";i:61651;s:10:\"size_after\";i:59732;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.180000000000000159872115546022541821002960205078125;s:5:\"bytes\";i:574;s:11:\"size_before\";i:18066;s:10:\"size_after\";i:17492;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:788;s:11:\"size_before\";i:28051;s:10:\"size_after\";i:27263;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:1033;s:11:\"size_before\";i:35130;s:10:\"size_after\";i:34097;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:4:\"full\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.8499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:4870;s:11:\"size_before\";i:83199;s:10:\"size_after\";i:78329;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}}}'),(8094,923,'_wp_attached_file','2017/03/well-behaved-kids-that-listen-without-yelling.jpg'),(8095,923,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:627;s:4:\"file\";s:57:\"2017/03/well-behaved-kids-that-listen-without-yelling.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-300x157.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-768x401.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:58:\"well-behaved-kids-that-listen-without-yelling-1024x535.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:535;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:55:\"well-behaved-kids-that-listen-without-yelling-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:55:\"well-behaved-kids-that-listen-without-yelling-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-510x266.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-610x319.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:58:\"well-behaved-kids-that-listen-without-yelling-1080x627.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:627;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:58:\"well-behaved-kids-that-listen-without-yelling-1080x564.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:57:\"well-behaved-kids-that-listen-without-yelling-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"2\";s:6:\"credit\";s:14:\"Anna Zielinska\";s:6:\"camera\";s:9:\"NIKON D3X\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1344517136\";s:9:\"copyright\";s:13:\"Gpoint Studio\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"100\";s:13:\"shutter_speed\";s:6:\"0.0125\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),(8096,923,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:3.915524653270865851339976870804093778133392333984375;s:5:\"bytes\";i:22306;s:11:\"size_before\";i:569681;s:10:\"size_after\";i:547375;s:4:\"time\";d:0.4499999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.37999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:567;s:11:\"size_before\";i:7681;s:10:\"size_after\";i:7114;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.55999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:853;s:11:\"size_before\";i:13008;s:10:\"size_after\";i:12155;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.729999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1914;s:11:\"size_before\";i:51254;s:10:\"size_after\";i:49340;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2422;s:11:\"size_before\";i:78316;s:10:\"size_after\";i:75894;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:236;s:11:\"size_before\";i:2367;s:10:\"size_after\";i:2131;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.980000000000000426325641456060111522674560546875;s:5:\"bytes\";i:207;s:11:\"size_before\";i:1885;s:10:\"size_after\";i:1678;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:587;s:11:\"size_before\";i:8080;s:10:\"size_after\";i:7493;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.71999999999999975131004248396493494510650634765625;s:5:\"bytes\";i:1548;s:11:\"size_before\";i:32783;s:10:\"size_after\";i:31235;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:1360;s:11:\"size_before\";i:27872;s:10:\"size_after\";i:26512;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.45000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:1614;s:11:\"size_before\";i:36262;s:10:\"size_after\";i:34648;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.20999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:1162;s:11:\"size_before\";i:22306;s:10:\"size_after\";i:21144;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.95000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:2979;s:11:\"size_before\";i:100951;s:10:\"size_after\";i:97972;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:1305;s:11:\"size_before\";i:24779;s:10:\"size_after\";i:23474;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.3300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:1603;s:11:\"size_before\";i:37033;s:10:\"size_after\";i:35430;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.810000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:2398;s:11:\"size_before\";i:85378;s:10:\"size_after\";i:82980;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.899999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1551;s:11:\"size_before\";i:39726;s:10:\"size_after\";i:38175;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8085,894,'_et_pb_built_for_post_type','page'),(8086,894,'_et_pb_use_ab_testing','off'),(8088,894,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"894\" /]'),(8102,926,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.9697564165440581973598455078899860382080078125;s:5:\"bytes\";i:24320;s:11:\"size_before\";i:489360;s:10:\"size_after\";i:465040;s:4:\"time\";d:0.46000000000000007549516567451064474880695343017578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:231;s:11:\"size_before\";i:4842;s:10:\"size_after\";i:4611;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:446;s:11:\"size_before\";i:13649;s:10:\"size_after\";i:13203;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.560000000000000053290705182007513940334320068359375;s:5:\"bytes\";i:1960;s:11:\"size_before\";i:55022;s:10:\"size_after\";i:53062;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:3525;s:11:\"size_before\";i:84612;s:10:\"size_after\";i:81087;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:142;s:11:\"size_before\";i:1568;s:10:\"size_after\";i:1426;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:133;s:11:\"size_before\";i:1265;s:10:\"size_after\";i:1132;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.769999999999999573674358543939888477325439453125;s:5:\"bytes\";i:251;s:11:\"size_before\";i:5265;s:10:\"size_after\";i:5014;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:704;s:11:\"size_before\";i:20654;s:10:\"size_after\";i:19950;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.399999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:1030;s:11:\"size_before\";i:30292;s:10:\"size_after\";i:29262;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:39853;s:10:\"size_after\";i:38542;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:670;s:11:\"size_before\";i:14608;s:10:\"size_after\";i:13938;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:3388;s:11:\"size_before\";i:66169;s:10:\"size_after\";i:62781;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.20000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:666;s:11:\"size_before\";i:15856;s:10:\"size_after\";i:15190;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.019999999999999573674358543939888477325439453125;s:5:\"bytes\";i:944;s:11:\"size_before\";i:23460;s:10:\"size_after\";i:22516;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:7997;s:11:\"size_before\";i:86832;s:10:\"size_after\";i:78835;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:922;s:11:\"size_before\";i:25413;s:10:\"size_after\";i:24491;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8105,930,'_edit_last','44'),(8106,931,'_wp_attached_file','2018/11/From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present.png'),(8107,931,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:74:\"2018/11/From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:75:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:72:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:72:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-510x287.png\";s:5:\"width\";i:510;s:6:\"height\";i:287;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-610x343.png\";s:5:\"width\";i:610;s:6:\"height\";i:343;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:75:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:75:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-1080x608.png\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:74:\"From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8108,930,'_et_disable_builder','0'),(8109,930,'_yith_wcmbs_protected_links','a:0:{}'),(8110,930,'_et_post_bg_color','#ffffff'),(8111,930,'_et_post_bg_layout','light'),(8112,930,'_et_pb_show_title','on'),(8113,930,'_et_pb_post_hide_nav','default'),(8114,930,'_et_pb_page_layout','et_right_sidebar'),(8115,930,'_et_pb_side_nav','off'),(8116,930,'_et_pb_use_builder','on'),(8117,930,'_et_builder_version','BB|Divi|3.2'),(8118,930,'_et_pb_ab_stats_refresh_interval','hourly'),(8119,930,'_et_pb_old_content',''),(8120,930,'_et_pb_enable_shortcode_tracking',''),(8121,930,'_et_pb_custom_css',''),(8122,930,'_alternative-content',''),(8123,930,'_show-contents-in-my-account','0'),(8124,930,'_yoast_wpseo_content_score','60'),(8125,930,'_yoast_wpseo_primary_category','74'),(8128,930,'_thumbnail_id','931'),(8130,697,'_et_pb_built_for_post_type','page'),(8131,697,'_et_pb_use_ab_testing','off'),(8163,940,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8138,936,'_wp_page_template','default'),(8139,936,'_et_disable_builder','0'),(8140,936,'_yith_wcmbs_protected_links','a:0:{}'),(8141,936,'_et_pb_post_hide_nav','default'),(8142,936,'_et_pb_page_layout','et_right_sidebar'),(8143,936,'_et_pb_side_nav','off'),(8144,936,'_et_pb_use_builder','on'),(8145,936,'_et_builder_version','BB|Divi|3.2'),(8146,936,'_et_pb_ab_stats_refresh_interval','hourly'),(8147,936,'_et_pb_old_content',''),(8148,936,'_et_pb_enable_shortcode_tracking',''),(8149,936,'_et_pb_custom_css',''),(8150,936,'_alternative-content',''),(8151,936,'_show-contents-in-my-account','0'),(8152,936,'_yoast_wpseo_content_score','90'),(8153,939,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8154,939,'_menu_item_type','post_type'),(8155,939,'_menu_item_menu_item_parent','0'),(8156,939,'_menu_item_object_id','936'),(8157,939,'_menu_item_object','page'),(8158,939,'_menu_item_target',''),(8159,939,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8160,939,'_menu_item_xfn',''),(8161,939,'_menu_item_url',''),(8176,943,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png'),(8177,943,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1260;s:6:\"height\";i:651;s:4:\"file\";s:88:\"2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-300x155.png\";s:5:\"width\";i:300;s:6:\"height\";i:155;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-768x397.png\";s:5:\"width\";i:768;s:6:\"height\";i:397;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:89:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-1024x529.png\";s:5:\"width\";i:1024;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:86:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:86:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-510x264.png\";s:5:\"width\";i:510;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-610x315.png\";s:5:\"width\";i:610;s:6:\"height\";i:315;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:89:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-1080x651.png\";s:5:\"width\";i:1080;s:6:\"height\";i:651;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:89:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-1080x558.png\";s:5:\"width\";i:1080;s:6:\"height\";i:558;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:88:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8178,943,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.245078133789046803681088704252033494412899017333984375;s:5:\"bytes\";i:11437;s:11:\"size_before\";i:4666675;s:10:\"size_after\";i:4655238;s:4:\"time\";d:4.8599999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:35381;s:10:\"size_after\";i:35381;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:71520;s:10:\"size_after\";i:71520;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:424348;s:10:\"size_after\";i:424348;s:4:\"time\";d:0.440000000000000002220446049250313080847263336181640625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:751672;s:10:\"size_after\";i:751672;s:4:\"time\";d:0.85999999999999998667732370449812151491641998291015625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7807;s:10:\"size_after\";i:7807;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5637;s:10:\"size_after\";i:5637;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:38330;s:10:\"size_after\";i:38330;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:230793;s:10:\"size_after\";i:230793;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:193383;s:10:\"size_after\";i:193383;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:276609;s:10:\"size_after\";i:276609;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:150269;s:10:\"size_after\";i:150269;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.2199999999999999733546474089962430298328399658203125;s:5:\"bytes\";i:11437;s:11:\"size_before\";i:935348;s:10:\"size_after\";i:923911;s:4:\"time\";d:1.020000000000000017763568394002504646778106689453125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:167848;s:10:\"size_after\";i:167848;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:283732;s:10:\"size_after\";i:283732;s:4:\"time\";d:0.270000000000000017763568394002504646778106689453125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:801278;s:10:\"size_after\";i:801278;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:292720;s:10:\"size_after\";i:292720;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}}}'),(8179,945,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8180,945,'_edit_lock','1544781936:44'),(8181,945,'_edit_last','44'),(8182,945,'_et_disable_builder','0'),(8183,945,'_yith_wcmbs_protected_links','a:0:{}'),(8184,945,'_et_post_bg_color','#ffffff'),(8185,945,'_et_post_bg_layout','light'),(8186,945,'_et_pb_show_title','on'),(8187,945,'_et_pb_post_hide_nav','default'),(8188,945,'_et_pb_page_layout','et_right_sidebar'),(8189,945,'_et_pb_side_nav','off'),(8190,945,'_et_pb_use_builder','on'),(8191,945,'_et_builder_version','BB|Divi|3.2'),(8192,945,'_et_pb_ab_stats_refresh_interval','hourly'),(8193,945,'_et_pb_old_content',''),(8194,945,'_et_pb_enable_shortcode_tracking',''),(8195,945,'_et_pb_custom_css',''),(8196,945,'_alternative-content',''),(8197,945,'_show-contents-in-my-account','0'),(8198,945,'_yoast_wpseo_content_score','30'),(8199,945,'_yoast_wpseo_primary_category','74'),(8200,948,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful.pdf'),(8201,948,'_edit_lock','1544449985:44'),(8202,948,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8203,953,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-1.pdf'),(8204,954,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-2.pdf'),(8205,955,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-3.pdf'),(8206,956,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-4.pdf'),(8207,957,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-5.pdf'),(8208,958,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-6.pdf'),(8209,959,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-7.pdf'),(8210,960,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-8.pdf'),(8211,961,'_wp_attached_file','2018/12/5-Steps-from-Spoiled-to-Grateful-9.pdf'),(8214,964,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png'),(8215,964,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1179;s:6:\"height\";i:651;s:4:\"file\";s:103:\"2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-300x166.png\";s:5:\"width\";i:300;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-768x424.png\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:104:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-1024x565.png\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:101:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:101:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-510x282.png\";s:5:\"width\";i:510;s:6:\"height\";i:282;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-610x337.png\";s:5:\"width\";i:610;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:104:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-1080x651.png\";s:5:\"width\";i:1080;s:6:\"height\";i:651;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:104:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-1080x596.png\";s:5:\"width\";i:1080;s:6:\"height\";i:596;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:103:\"5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8216,965,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-1.png'),(8217,965,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-1.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-1-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-1-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-1-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8218,966,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-2.png'),(8219,966,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-2.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-2-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-2-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-2-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-2-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8220,967,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-3.png'),(8221,967,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-3.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-3-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-3-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-3-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-3-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8222,965,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8223,968,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-4.png'),(8224,968,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-4.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-4-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-4-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-4-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-4-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8225,969,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-5.png'),(8226,969,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-5.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-5-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-5-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-5-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-5-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-5-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8227,970,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-6.png'),(8228,970,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-6.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-6-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-6-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-6-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-6-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-6-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8229,971,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-7.png'),(8230,971,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-7.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-7-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-7-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-7-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-7-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-7-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8231,972,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-8.png'),(8232,972,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-8.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-8-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-8-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-8-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-8-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-8-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8233,973,'_wp_attached_file','2018/12/5-steps-from-spoiled-to-grateful-9.png'),(8234,973,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:874;s:6:\"height\";i:1240;s:4:\"file\";s:46:\"2018/12/5-steps-from-spoiled-to-grateful-9.png\";s:5:\"sizes\";a:15:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-211x300.png\";s:5:\"width\";i:211;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-9-768x1090.png\";s:5:\"width\";i:768;s:6:\"height\";i:1090;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:47:\"5-steps-from-spoiled-to-grateful-9-722x1024.png\";s:5:\"width\";i:722;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-9-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:44:\"5-steps-from-spoiled-to-grateful-9-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-510x724.png\";s:5:\"width\";i:510;s:6:\"height\";i:724;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-610x865.png\";s:5:\"width\";i:610;s:6:\"height\";i:865;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-874x675.png\";s:5:\"width\";i:874;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:46:\"5-steps-from-spoiled-to-grateful-9-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8235,966,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8236,967,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8237,968,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8238,969,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8239,970,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8240,971,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8241,972,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8242,973,'_wp_attachment_image_alt','5 Easy Steps to Raising a Grateful Child in a Materialistic World'),(8243,966,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4268433;s:10:\"size_after\";i:4268433;s:4:\"time\";d:6.48999999999999932498440102790482342243194580078125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:39210;s:10:\"size_after\";i:39210;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:97259;s:10:\"size_after\";i:97259;s:4:\"time\";d:0.08000000000000000166533453693773481063544750213623046875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:843753;s:10:\"size_after\";i:843753;s:4:\"time\";d:1.3400000000000000799360577730112709105014801025390625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:768004;s:10:\"size_after\";i:768004;s:4:\"time\";d:1.37000000000000010658141036401502788066864013671875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8100;s:10:\"size_after\";i:8100;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5380;s:10:\"size_after\";i:5380;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42388;s:10:\"size_after\";i:42388;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:209848;s:10:\"size_after\";i:209848;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:428530;s:10:\"size_after\";i:428530;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:576682;s:10:\"size_after\";i:576682;s:4:\"time\";d:1.0700000000000000621724893790087662637233734130859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:134571;s:10:\"size_after\";i:134571;s:4:\"time\";d:0.11999999999999999555910790149937383830547332763671875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:452342;s:10:\"size_after\";i:452342;s:4:\"time\";d:0.63000000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154502;s:10:\"size_after\";i:154502;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:239677;s:10:\"size_after\";i:239677;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:268187;s:10:\"size_after\";i:268187;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(8244,965,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.285165772265839223553740566785563714802265167236328125;s:5:\"bytes\";i:12510;s:11:\"size_before\";i:4386922;s:10:\"size_after\";i:4374412;s:4:\"time\";d:10.230000000000000426325641456060111522674560546875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.08000000000000000166533453693773481063544750213623046875;s:5:\"bytes\";i:27;s:11:\"size_before\";i:35196;s:10:\"size_after\";i:35169;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:88698;s:10:\"size_after\";i:88698;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:966968;s:10:\"size_after\";i:966968;s:4:\"time\";d:2.180000000000000159872115546022541821002960205078125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:731953;s:10:\"size_after\";i:731953;s:4:\"time\";d:1.5800000000000000710542735760100185871124267578125;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:7999;s:10:\"size_after\";i:7999;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.270000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:67;s:11:\"size_before\";i:5275;s:10:\"size_after\";i:5208;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.35999999999999998667732370449812151491641998291015625;s:5:\"bytes\";i:135;s:11:\"size_before\";i:37931;s:10:\"size_after\";i:37796;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:203728;s:10:\"size_after\";i:203728;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:455205;s:10:\"size_after\";i:455205;s:4:\"time\";d:0.79000000000000003552713678800500929355621337890625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:624838;s:10:\"size_after\";i:624838;s:4:\"time\";d:2.339999999999999857891452847979962825775146484375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:5198;s:11:\"size_before\";i:121081;s:10:\"size_after\";i:115883;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:461094;s:10:\"size_after\";i:461094;s:4:\"time\";d:1.0500000000000000444089209850062616169452667236328125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:3690;s:11:\"size_before\";i:142854;s:10:\"size_after\";i:139164;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.4299999999999999378275106209912337362766265869140625;s:5:\"bytes\";i:3393;s:11:\"size_before\";i:237056;s:10:\"size_after\";i:233663;s:4:\"time\";d:0.65000000000000002220446049250313080847263336181640625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:267046;s:10:\"size_after\";i:267046;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}}}'),(8245,964,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.00184927857029861648051338729459303067415021359920501708984375;s:5:\"bytes\";i:92;s:11:\"size_before\";i:4974913;s:10:\"size_after\";i:4974821;s:4:\"time\";d:6.40999999999999925393012745189480483531951904296875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:37566;s:10:\"size_after\";i:37566;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:78485;s:10:\"size_after\";i:78485;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:466523;s:10:\"size_after\";i:466523;s:4:\"time\";d:0.54000000000000003552713678800500929355621337890625;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:812499;s:10:\"size_after\";i:812499;s:4:\"time\";d:1.2199999999999999733546474089962430298328399658203125;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8435;s:10:\"size_after\";i:8435;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5896;s:10:\"size_after\";i:5896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:41030;s:10:\"size_after\";i:41030;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:240841;s:10:\"size_after\";i:240841;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:213770;s:10:\"size_after\";i:213770;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:299368;s:10:\"size_after\";i:299368;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:154832;s:10:\"size_after\";i:154832;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.01000000000000000020816681711721685132943093776702880859375;s:5:\"bytes\";i:92;s:11:\"size_before\";i:949645;s:10:\"size_after\";i:949553;s:4:\"time\";d:1.1399999999999999023003738329862244427204132080078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:173144;s:10:\"size_after\";i:173144;s:4:\"time\";d:0.320000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:291908;s:10:\"size_after\";i:291908;s:4:\"time\";d:0.38000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:891671;s:10:\"size_after\";i:891671;s:4:\"time\";d:1.3400000000000000799360577730112709105014801025390625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:309300;s:10:\"size_after\";i:309300;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}}}'),(8268,991,'_wp_attached_file','2018/12/grateful.png'),(8269,991,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:6.52644428106877061424029307090677320957183837890625;s:5:\"bytes\";i:313632;s:11:\"size_before\";i:4805557;s:10:\"size_after\";i:4491925;s:4:\"time\";d:5.3300000000000000710542735760100185871124267578125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40571;s:10:\"size_after\";i:40571;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:69533;s:10:\"size_after\";i:69533;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:464710;s:10:\"size_after\";i:464710;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:840660;s:10:\"size_after\";i:840660;s:4:\"time\";d:0.81999999999999995115018691649311222136020660400390625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8445;s:10:\"size_after\";i:8445;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5117;s:10:\"size_after\";i:5117;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43935;s:10:\"size_after\";i:43935;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:284134;s:10:\"size_after\";i:284134;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:199468;s:10:\"size_after\";i:199468;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:286564;s:10:\"size_after\";i:286564;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:150683;s:10:\"size_after\";i:150683;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:52.64999999999999857891452847979962825775146484375;s:5:\"bytes\";i:313632;s:11:\"size_before\";i:595646;s:10:\"size_after\";i:282014;s:4:\"time\";d:1.729999999999999982236431605997495353221893310546875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:178061;s:10:\"size_after\";i:178061;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:318591;s:10:\"size_after\";i:318591;s:4:\"time\";d:0.1600000000000000033306690738754696212708950042724609375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:937307;s:10:\"size_after\";i:937307;s:4:\"time\";d:0.58999999999999996891375531049561686813831329345703125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:382132;s:10:\"size_after\";i:382132;s:4:\"time\";d:0.190000000000000002220446049250313080847263336181640625;}}}'),(8250,967,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.18484389719873650648196417023427784442901611328125;s:5:\"bytes\";i:216514;s:11:\"size_before\";i:4175902;s:10:\"size_after\";i:3959388;s:4:\"time\";d:7.7799999999999993605115378159098327159881591796875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.04999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:2408;s:11:\"size_before\";i:39816;s:10:\"size_after\";i:37408;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:2659;s:11:\"size_before\";i:98145;s:10:\"size_after\";i:95486;s:4:\"time\";d:0.13000000000000000444089209850062616169452667236328125;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.859999999999999875655021241982467472553253173828125;s:5:\"bytes\";i:33381;s:11:\"size_before\";i:865176;s:10:\"size_after\";i:831795;s:4:\"time\";d:1.7199999999999999733546474089962430298328399658203125;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:14377;s:11:\"size_before\";i:735294;s:10:\"size_after\";i:720917;s:4:\"time\";d:1.5;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8514;s:10:\"size_after\";i:8514;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5556;s:10:\"size_after\";i:5556;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5;s:5:\"bytes\";i:2795;s:11:\"size_before\";i:43020;s:10:\"size_after\";i:40225;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:20525;s:11:\"size_before\";i:214203;s:10:\"size_after\";i:193678;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.890000000000000124344978758017532527446746826171875;s:5:\"bytes\";i:17110;s:11:\"size_before\";i:439392;s:10:\"size_after\";i:422282;s:4:\"time\";d:0.560000000000000053290705182007513940334320068359375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.17999999999999971578290569595992565155029296875;s:5:\"bytes\";i:24498;s:11:\"size_before\";i:585613;s:10:\"size_after\";i:561115;s:4:\"time\";d:1.45999999999999996447286321199499070644378662109375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9070;s:11:\"size_before\";i:137541;s:10:\"size_after\";i:128471;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.75;s:5:\"bytes\";i:42633;s:11:\"size_before\";i:334507;s:10:\"size_after\";i:291874;s:4:\"time\";d:0.770000000000000017763568394002504646778106689453125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.78000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:10491;s:11:\"size_before\";i:154845;s:10:\"size_after\";i:144354;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:19454;s:11:\"size_before\";i:248678;s:10:\"size_after\";i:229224;s:4:\"time\";d:0.309999999999999997779553950749686919152736663818359375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.44000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:17113;s:11:\"size_before\";i:265602;s:10:\"size_after\";i:248489;s:4:\"time\";d:0.35999999999999998667732370449812151491641998291015625;}}}'),(8251,972,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:4828472;s:10:\"size_after\";i:4828472;s:4:\"time\";d:6.12000000000000010658141036401502788066864013671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:45523;s:10:\"size_after\";i:45523;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:113659;s:10:\"size_after\";i:113659;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:968110;s:10:\"size_after\";i:968110;s:4:\"time\";d:1.25;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:877001;s:10:\"size_after\";i:877001;s:4:\"time\";d:0.9699999999999999733546474089962430298328399658203125;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:9181;s:10:\"size_after\";i:9181;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:6055;s:10:\"size_after\";i:6055;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:49355;s:10:\"size_after\";i:49355;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:242698;s:10:\"size_after\";i:242698;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:493526;s:10:\"size_after\";i:493526;s:4:\"time\";d:0.57999999999999996003197111349436454474925994873046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:661243;s:10:\"size_after\";i:661243;s:4:\"time\";d:0.61999999999999999555910790149937383830547332763671875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152439;s:10:\"size_after\";i:152439;s:4:\"time\";d:0.14000000000000001332267629550187848508358001708984375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:449665;s:10:\"size_after\";i:449665;s:4:\"time\";d:1.3200000000000000621724893790087662637233734130859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:176494;s:10:\"size_after\";i:176494;s:4:\"time\";d:0.2300000000000000099920072216264088638126850128173828125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:274844;s:10:\"size_after\";i:274844;s:4:\"time\";d:0.25;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:308679;s:10:\"size_after\";i:308679;s:4:\"time\";d:0.34999999999999997779553950749686919152736663818359375;}}}'),(8252,971,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:0.110980056577982377774560518446378409862518310546875;s:5:\"bytes\";i:5080;s:11:\"size_before\";i:4577399;s:10:\"size_after\";i:4572319;s:4:\"time\";d:6.1099999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:15:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:40376;s:10:\"size_after\";i:40376;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:105675;s:10:\"size_after\";i:105675;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:957501;s:10:\"size_after\";i:957501;s:4:\"time\";d:1.12000000000000010658141036401502788066864013671875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:852801;s:10:\"size_after\";i:852801;s:4:\"time\";d:1.1799999999999999378275106209912337362766265869140625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8121;s:10:\"size_after\";i:8121;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5069;s:10:\"size_after\";i:5069;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:43643;s:10:\"size_after\";i:43643;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:223501;s:10:\"size_after\";i:223501;s:4:\"time\";d:0.330000000000000015543122344752191565930843353271484375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:479673;s:10:\"size_after\";i:479673;s:4:\"time\";d:0.5100000000000000088817841970012523233890533447265625;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:650873;s:10:\"size_after\";i:650873;s:4:\"time\";d:0.83999999999999996891375531049561686813831329345703125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:135366;s:10:\"size_after\";i:135366;s:4:\"time\";d:0.2399999999999999911182158029987476766109466552734375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.1999999999999999555910790149937383830547332763671875;s:5:\"bytes\";i:4552;s:11:\"size_before\";i:379596;s:10:\"size_after\";i:375044;s:4:\"time\";d:0.810000000000000053290705182007513940334320068359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:152109;s:10:\"size_after\";i:152109;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:0.2099999999999999922284388276239042170345783233642578125;s:5:\"bytes\";i:528;s:11:\"size_before\";i:248678;s:10:\"size_after\";i:248150;s:4:\"time\";d:0.460000000000000019984014443252817727625370025634765625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:294417;s:10:\"size_after\";i:294417;s:4:\"time\";d:0.289999999999999980015985556747182272374629974365234375;}}}'),(8256,964,'_wp_attachment_image_alt','Parenting Guide'),(8258,945,'_et_pb_built_for_post_type','page'),(8266,843,'_et_builder_version','BB|Divi|3.2'),(8260,945,'_et_pb_use_ab_testing','off'),(8262,945,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"945\" /]'),(8270,991,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:630;s:4:\"file\";s:20:\"2018/12/grateful.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:20:\"grateful-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:20:\"grateful-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:20:\"grateful-768x403.png\";s:5:\"width\";i:768;s:6:\"height\";i:403;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:21:\"grateful-1024x538.png\";s:5:\"width\";i:1024;s:6:\"height\";i:538;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:18:\"grateful-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:18:\"grateful-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:20:\"grateful-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:20:\"grateful-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:20:\"grateful-510x268.png\";s:5:\"width\";i:510;s:6:\"height\";i:268;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:20:\"grateful-610x320.png\";s:5:\"width\";i:610;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:20:\"grateful-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:21:\"grateful-1080x630.png\";s:5:\"width\";i:1080;s:6:\"height\";i:630;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:20:\"grateful-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:20:\"grateful-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:21:\"grateful-1080x567.png\";s:5:\"width\";i:1080;s:6:\"height\";i:567;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:20:\"grateful-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8271,92,'_et_pb_built_for_post_type','page'),(8272,92,'_et_pb_use_ab_testing','off'),(8273,92,'_et_pb_ab_subjects',''),(8274,92,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"92\" /]'),(8310,1005,'_wp_attached_file','2020/02/favicon-clever-girls.jpg'),(8426,1110,'_wp_attached_file','2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-e1583283535936.jpg'),(8279,998,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8280,998,'_edit_lock','1545310473:44'),(8281,998,'_edit_last','44'),(8282,999,'_wp_attached_file','2018/12/sibling-comparison-parenting-raising-clever-girls.jpg'),(8283,999,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.65995577896391477423776450450532138347625732421875;s:5:\"bytes\";i:12319;s:11:\"size_before\";i:463128;s:10:\"size_after\";i:450809;s:4:\"time\";d:0.36999999999999999555910790149937383830547332763671875;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.88999999999999968025576890795491635799407958984375;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6131;s:10:\"size_after\";i:5770;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.53000000000000024868995751603506505489349365234375;s:5:\"bytes\";i:579;s:11:\"size_before\";i:12772;s:10:\"size_after\";i:12193;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.25;s:5:\"bytes\";i:1042;s:11:\"size_before\";i:46286;s:10:\"size_after\";i:45244;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.229999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:1544;s:11:\"size_before\";i:69331;s:10:\"size_after\";i:67787;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.410000000000000142108547152020037174224853515625;s:5:\"bytes\";i:199;s:11:\"size_before\";i:2114;s:10:\"size_after\";i:1915;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:201;s:11:\"size_before\";i:1760;s:10:\"size_after\";i:1559;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:361;s:11:\"size_before\";i:6457;s:10:\"size_after\";i:6096;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:555;s:11:\"size_before\";i:21526;s:10:\"size_after\";i:20971;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.979999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:791;s:11:\"size_before\";i:26544;s:10:\"size_after\";i:25753;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:856;s:11:\"size_before\";i:34031;s:10:\"size_after\";i:33175;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.62999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:651;s:11:\"size_before\";i:17910;s:10:\"size_after\";i:17259;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.069999999999999840127884453977458178997039794921875;s:5:\"bytes\";i:1484;s:11:\"size_before\";i:71685;s:10:\"size_after\";i:70201;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.95999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:779;s:11:\"size_before\";i:19667;s:10:\"size_after\";i:18888;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.970000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:828;s:11:\"size_before\";i:27890;s:10:\"size_after\";i:27062;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1641;s:11:\"size_before\";i:75796;s:10:\"size_after\";i:74155;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:447;s:11:\"size_before\";i:23228;s:10:\"size_after\";i:22781;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8284,999,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1300;s:6:\"height\";i:867;s:4:\"file\";s:61:\"2018/12/sibling-comparison-parenting-raising-clever-girls.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:62:\"sibling-comparison-parenting-raising-clever-girls-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:59:\"sibling-comparison-parenting-raising-clever-girls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:59:\"sibling-comparison-parenting-raising-clever-girls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-510x340.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-610x407.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:62:\"sibling-comparison-parenting-raising-clever-girls-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:62:\"sibling-comparison-parenting-raising-clever-girls-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:61:\"sibling-comparison-parenting-raising-clever-girls-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8285,998,'_oembed_872f9f4f19258b2209d728ba0434e749',''),(8286,998,'_oembed_time_872f9f4f19258b2209d728ba0434e749','1545309545'),(8311,1005,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.763530960716071405158800189383327960968017578125;s:5:\"bytes\";i:10546;s:11:\"size_before\";i:97979;s:10:\"size_after\";i:87433;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:12:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.5999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:226;s:11:\"size_before\";i:3425;s:10:\"size_after\";i:3199;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.3699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:582;s:11:\"size_before\";i:6950;s:10:\"size_after\";i:6368;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:150;s:11:\"size_before\";i:1507;s:10:\"size_after\";i:1357;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.8699999999999992184029906638897955417633056640625;s:5:\"bytes\";i:115;s:11:\"size_before\";i:1296;s:10:\"size_after\";i:1181;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.2599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:187;s:11:\"size_before\";i:3554;s:10:\"size_after\";i:3367;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.9700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1038;s:11:\"size_before\";i:10408;s:10:\"size_after\";i:9370;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:1648;s:11:\"size_before\";i:13085;s:10:\"size_after\";i:11437;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:2497;s:11:\"size_before\";i:16718;s:10:\"size_after\";i:14221;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1400000000000005684341886080801486968994140625;s:5:\"bytes\";i:670;s:11:\"size_before\";i:8236;s:10:\"size_after\";i:7566;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.82000000000000028421709430404007434844970703125;s:5:\"bytes\";i:768;s:11:\"size_before\";i:8704;s:10:\"size_after\";i:7936;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.9199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:11823;s:10:\"size_after\";i:10532;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1374;s:11:\"size_before\";i:12273;s:10:\"size_after\";i:10899;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}}}'),(8288,998,'_et_disable_builder','0'),(8289,998,'_yith_wcmbs_protected_links','a:0:{}'),(8290,998,'_et_post_bg_color','#ffffff'),(8291,998,'_et_post_bg_layout','light'),(8292,998,'_et_pb_show_title','on'),(8293,998,'_et_pb_post_hide_nav','default'),(8294,998,'_et_pb_page_layout','et_right_sidebar'),(8295,998,'_et_pb_side_nav','off'),(8296,998,'_et_pb_use_builder','on'),(8297,998,'_et_builder_version','BB|Divi|3.2'),(8298,998,'_et_pb_ab_stats_refresh_interval','hourly'),(8299,998,'_et_pb_old_content',''),(8300,998,'_et_pb_enable_shortcode_tracking',''),(8301,998,'_et_pb_custom_css',''),(8302,998,'_alternative-content',''),(8303,998,'_show-contents-in-my-account','0'),(8304,998,'_yoast_wpseo_primary_category','74'),(8312,1005,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:673;s:6:\"height\";i:620;s:4:\"file\";s:32:\"2020/02/favicon-clever-girls.jpg\";s:5:\"sizes\";a:12:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-300x276.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:30:\"favicon-clever-girls-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:30:\"favicon-clever-girls-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-510x470.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-610x562.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"favicon-clever-girls-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8315,2,'_et_pb_built_for_post_type','page'),(8316,2,'_et_pb_use_ab_testing','off'),(8318,2,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2\" /]'),(8323,461,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8324,1012,'_wp_attached_file','2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg'),(8325,1012,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:7.097931331523231079927427344955503940582275390625;s:5:\"bytes\";i:67237;s:11:\"size_before\";i:947276;s:10:\"size_after\";i:880039;s:4:\"time\";d:0.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1219;s:11:\"size_before\";i:12115;s:10:\"size_after\";i:10896;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1463;s:11:\"size_before\";i:17961;s:10:\"size_after\";i:16498;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:6015;s:11:\"size_before\";i:84375;s:10:\"size_after\";i:78360;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.80999999999999960920149533194489777088165283203125;s:5:\"bytes\";i:8932;s:11:\"size_before\";i:131094;s:10:\"size_after\";i:122162;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.07000000000000028421709430404007434844970703125;s:5:\"bytes\";i:305;s:11:\"size_before\";i:3030;s:10:\"size_after\";i:2725;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:185;s:11:\"size_before\";i:1977;s:10:\"size_after\";i:1792;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.78999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1280;s:11:\"size_before\";i:13075;s:10:\"size_after\";i:11795;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:4248;s:11:\"size_before\";i:57262;s:10:\"size_after\";i:53014;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:3267;s:11:\"size_before\";i:43649;s:10:\"size_after\";i:40382;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:4272;s:11:\"size_before\";i:58355;s:10:\"size_after\";i:54083;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2893;s:11:\"size_before\";i:37745;s:10:\"size_after\";i:34852;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.12999999999999989341858963598497211933135986328125;s:5:\"bytes\";i:10611;s:11:\"size_before\";i:173067;s:10:\"size_after\";i:162456;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:3218;s:11:\"size_before\";i:41881;s:10:\"size_after\";i:38663;s:4:\"time\";d:0.070000000000000006661338147750939242541790008544921875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:4512;s:11:\"size_before\";i:63626;s:10:\"size_after\";i:59114;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.910000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9810;s:11:\"size_before\";i:141906;s:10:\"size_after\";i:132096;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:5007;s:11:\"size_before\";i:66158;s:10:\"size_after\";i:61151;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8326,1012,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1900;s:6:\"height\";i:882;s:4:\"file\";s:78:\"2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-300x139.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:139;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-768x357.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:79:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-1024x475.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:475;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:76:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:76:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-510x237.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:237;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-610x283.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:283;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:79:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:79:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-1080x501.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:501;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:78:\"parenting-coaching-raising-clever-girls-resilience-grit-creativity-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8329,1020,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8330,1020,'_edit_lock','1581133300:44'),(8331,1020,'_edit_last','44'),(8337,1022,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1280;s:6:\"height\";i:368;s:4:\"file\";s:84:\"2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-768x221.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:85:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-1024x294.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:82:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:82:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-400x368.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-510x147.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-610x175.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:85:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-1080x368.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-510x368.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:85:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-1080x311.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:311;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:84:\"anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff-400x368.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:368;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8335,1022,'_wp_attached_file','2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg'),(8336,1022,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:14.928822240673863319670999771915376186370849609375;s:5:\"bytes\";i:14923;s:11:\"size_before\";i:99961;s:10:\"size_after\";i:85038;s:4:\"time\";d:0.229999999999999926725280374739668332040309906005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:270;s:11:\"size_before\";i:1901;s:10:\"size_after\";i:1631;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:322;s:11:\"size_before\";i:2191;s:10:\"size_after\";i:1869;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1199999999999992184029906638897955417633056640625;s:5:\"bytes\";i:1202;s:11:\"size_before\";i:7950;s:10:\"size_after\";i:6748;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.059999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2178;s:11:\"size_before\";i:12770;s:10:\"size_after\";i:10592;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.32000000000000028421709430404007434844970703125;s:5:\"bytes\";i:168;s:11:\"size_before\";i:970;s:10:\"size_after\";i:802;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:18.269999999999999573674358543939888477325439453125;s:5:\"bytes\";i:165;s:11:\"size_before\";i:903;s:10:\"size_after\";i:738;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.2799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:263;s:11:\"size_before\";i:1981;s:10:\"size_after\";i:1718;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:1020;s:11:\"size_before\";i:6588;s:10:\"size_after\";i:5568;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.589999999999999857891452847979962825775146484375;s:5:\"bytes\";i:638;s:11:\"size_before\";i:4373;s:10:\"size_after\";i:3735;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:14.6899999999999995026200849679298698902130126953125;s:5:\"bytes\";i:817;s:11:\"size_before\";i:5562;s:10:\"size_after\";i:4745;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:679;s:11:\"size_before\";i:5247;s:10:\"size_after\";i:4568;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:16.809999999999998721023075631819665431976318359375;s:5:\"bytes\";i:2726;s:11:\"size_before\";i:16216;s:10:\"size_after\";i:13490;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:769;s:11:\"size_before\";i:5573;s:10:\"size_after\";i:4804;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:15.1699999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1291;s:11:\"size_before\";i:8510;s:10:\"size_after\";i:7219;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:17.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2415;s:11:\"size_before\";i:13658;s:10:\"size_after\";i:11243;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5568;s:10:\"size_after\";i:5568;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8338,1020,'_wp_page_template','default'),(8339,1020,'_et_disable_builder','0'),(8340,1020,'_yith_wcmbs_protected_links','a:0:{}'),(8341,1020,'_et_pb_post_hide_nav','default'),(8342,1020,'_et_pb_page_layout','et_right_sidebar'),(8343,1020,'_et_pb_side_nav','off'),(8344,1020,'_et_pb_use_builder','on'),(8345,1020,'_et_builder_version','BB|Divi|3.2'),(8346,1020,'_et_pb_ab_stats_refresh_interval','hourly'),(8347,1020,'_et_pb_old_content',''),(8348,1020,'_et_pb_enable_shortcode_tracking',''),(8349,1020,'_et_pb_custom_css',''),(8350,1020,'_alternative-content',''),(8351,1020,'_show-contents-in-my-account','0'),(8352,1020,'_et_pb_built_for_post_type','page'),(8353,1020,'_et_pb_use_ab_testing','off'),(8357,192,'_et_pb_built_for_post_type','page'),(8355,1020,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1020\" /]'),(8356,192,'_et_builder_version','BB|Divi|3.2'),(8364,1041,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:499;s:6:\"height\";i:500;s:4:\"file\";s:33:\"2017/03/nlp-sydney-anda-illie.jpg\";s:5:\"sizes\";a:10:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:31:\"nlp-sydney-anda-illie-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:31:\"nlp-sydney-anda-illie-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-499x382.jpg\";s:5:\"width\";i:499;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:33:\"nlp-sydney-anda-illie-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8365,1042,'_wp_attached_file','2017/03/australian-psychological-society-anda-illie.jpg'),(8366,1042,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:11.57657759067065939007079578004777431488037109375;s:5:\"bytes\";i:25711;s:11:\"size_before\";i:222095;s:10:\"size_after\";i:196384;s:4:\"time\";d:0.2199999999999999733546474089962430298328399658203125;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.75;s:5:\"bytes\";i:456;s:11:\"size_before\";i:3882;s:10:\"size_after\";i:3426;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:535;s:11:\"size_before\";i:6865;s:10:\"size_after\";i:6330;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7799999999999993605115378159098327159881591796875;s:5:\"bytes\";i:2107;s:11:\"size_before\";i:21550;s:10:\"size_after\";i:19443;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.21000000000000085265128291212022304534912109375;s:5:\"bytes\";i:3138;s:11:\"size_before\";i:30745;s:10:\"size_after\";i:27607;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:224;s:11:\"size_before\";i:1788;s:10:\"size_after\";i:1564;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:205;s:11:\"size_before\";i:1583;s:10:\"size_after\";i:1378;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:428;s:11:\"size_before\";i:4008;s:10:\"size_after\";i:3580;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.6099999999999994315658113919198513031005859375;s:5:\"bytes\";i:1399;s:11:\"size_before\";i:11090;s:10:\"size_after\";i:9691;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.0600000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1311;s:11:\"size_before\";i:13035;s:10:\"size_after\";i:11724;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.4700000000000006394884621840901672840118408203125;s:5:\"bytes\";i:1516;s:11:\"size_before\";i:16008;s:10:\"size_after\";i:14492;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.53999999999999914734871708787977695465087890625;s:5:\"bytes\";i:1183;s:11:\"size_before\";i:10255;s:10:\"size_after\";i:9072;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:4683;s:11:\"size_before\";i:35008;s:10:\"size_after\";i:30325;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.949999999999999289457264239899814128875732421875;s:5:\"bytes\";i:1137;s:11:\"size_before\";i:9511;s:10:\"size_after\";i:8374;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.0099999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1716;s:11:\"size_before\";i:13187;s:10:\"size_after\";i:11471;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.1500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:3318;s:11:\"size_before\";i:32695;s:10:\"size_after\";i:29377;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:21.6400000000000005684341886080801486968994140625;s:5:\"bytes\";i:2355;s:11:\"size_before\";i:10885;s:10:\"size_after\";i:8530;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8367,1042,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:2016;s:6:\"height\";i:500;s:4:\"file\";s:55:\"2017/03/australian-psychological-society-anda-illie.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:54:\"australian-psychological-society-anda-illie-300x74.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:74;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-768x190.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:190;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:56:\"australian-psychological-society-anda-illie-1024x254.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:53:\"australian-psychological-society-anda-illie-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:53:\"australian-psychological-society-anda-illie-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-510x126.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:126;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-610x151.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:151;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:56:\"australian-psychological-society-anda-illie-1080x500.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:56:\"australian-psychological-society-anda-illie-1080x268.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:268;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:55:\"australian-psychological-society-anda-illie-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1582547979\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8369,1044,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:33.2463503509121665047132410109043121337890625;s:5:\"bytes\";i:388587;s:11:\"size_before\";i:1168811;s:10:\"size_after\";i:780224;s:4:\"time\";d:8.3599999999999994315658113919198513031005859375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.440000000000001278976924368180334568023681640625;s:5:\"bytes\";i:2395;s:11:\"size_before\";i:7867;s:10:\"size_after\";i:5472;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.00999999999999801048033987171947956085205078125;s:5:\"bytes\";i:5784;s:11:\"size_before\";i:18072;s:10:\"size_after\";i:12288;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.590000000000003410605131648480892181396484375;s:5:\"bytes\";i:45712;s:11:\"size_before\";i:124937;s:10:\"size_after\";i:79225;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:34.99000000000000198951966012828052043914794921875;s:5:\"bytes\";i:72770;s:11:\"size_before\";i:207944;s:10:\"size_after\";i:135174;s:4:\"time\";d:1.5900000000000000799360577730112709105014801025390625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:26.530000000000001136868377216160297393798828125;s:5:\"bytes\";i:767;s:11:\"size_before\";i:2891;s:10:\"size_after\";i:2124;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.3599999999999994315658113919198513031005859375;s:5:\"bytes\";i:541;s:11:\"size_before\";i:2221;s:10:\"size_after\";i:1680;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:32.22999999999999687361196265555918216705322265625;s:5:\"bytes\";i:4081;s:11:\"size_before\";i:12662;s:10:\"size_after\";i:8581;s:4:\"time\";d:0.0899999999999999966693309261245303787291049957275390625;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:24.339999999999999857891452847979962825775146484375;s:5:\"bytes\";i:9298;s:11:\"size_before\";i:38195;s:10:\"size_after\";i:28897;s:4:\"time\";d:0.200000000000000011102230246251565404236316680908203125;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:36.28999999999999914734871708787977695465087890625;s:5:\"bytes\";i:19501;s:11:\"size_before\";i:53739;s:10:\"size_after\";i:34238;s:4:\"time\";d:0.340000000000000024424906541753443889319896697998046875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.159999999999996589394868351519107818603515625;s:5:\"bytes\";i:24524;s:11:\"size_before\";i:69750;s:10:\"size_after\";i:45226;s:4:\"time\";d:0.5;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:31.10000000000000142108547152020037174224853515625;s:5:\"bytes\";i:9366;s:11:\"size_before\";i:30118;s:10:\"size_after\";i:20752;s:4:\"time\";d:0.1700000000000000122124532708767219446599483489990234375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:49510;s:11:\"size_before\";i:167965;s:10:\"size_after\";i:118455;s:4:\"time\";d:0.91000000000000003108624468950438313186168670654296875;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:30.89999999999999857891452847979962825775146484375;s:5:\"bytes\";i:14352;s:11:\"size_before\";i:46441;s:10:\"size_after\";i:32089;s:4:\"time\";d:0.429999999999999993338661852249060757458209991455078125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:35.56000000000000227373675443232059478759765625;s:5:\"bytes\";i:34151;s:11:\"size_before\";i:96037;s:10:\"size_after\";i:61886;s:4:\"time\";d:0.8000000000000000444089209850062616169452667236328125;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:33.97999999999999687361196265555918216705322265625;s:5:\"bytes\";i:79230;s:11:\"size_before\";i:233152;s:10:\"size_after\";i:153922;s:4:\"time\";d:1.8200000000000000621724893790087662637233734130859375;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:29.219999999999998863131622783839702606201171875;s:5:\"bytes\";i:16605;s:11:\"size_before\";i:56820;s:10:\"size_after\";i:40215;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}}}'),(8370,1044,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1225;s:6:\"height\";i:500;s:4:\"file\";s:35:\"2017/03/primary-ethics-logo-rgb.png\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:6:\"medium\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-300x122.png\";s:5:\"width\";i:300;s:6:\"height\";i:122;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-768x313.png\";s:5:\"width\";i:768;s:6:\"height\";i:313;s:9:\"mime-type\";s:9:\"image/png\";}s:5:\"large\";a:4:{s:4:\"file\";s:36:\"primary-ethics-logo-rgb-1024x418.png\";s:5:\"width\";i:1024;s:6:\"height\";i:418;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:33:\"primary-ethics-logo-rgb-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:33:\"primary-ethics-logo-rgb-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-510x208.png\";s:5:\"width\";i:510;s:6:\"height\";i:208;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-610x249.png\";s:5:\"width\";i:610;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:36:\"primary-ethics-logo-rgb-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:36:\"primary-ethics-logo-rgb-1080x441.png\";s:5:\"width\";i:1080;s:6:\"height\";i:441;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:35:\"primary-ethics-logo-rgb-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8371,1047,'_wp_attached_file','2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg'),(8372,1047,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:10.3674335672999742286037871963344514369964599609375;s:5:\"bytes\";i:19246;s:11:\"size_before\";i:185639;s:10:\"size_after\";i:166393;s:4:\"time\";d:0.25;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:14:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:383;s:11:\"size_before\";i:3656;s:10:\"size_after\";i:3273;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.19000000000000039079850466805510222911834716796875;s:5:\"bytes\";i:487;s:11:\"size_before\";i:6777;s:10:\"size_after\";i:6290;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.3499999999999996447286321199499070644378662109375;s:5:\"bytes\";i:3103;s:11:\"size_before\";i:29980;s:10:\"size_after\";i:26877;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:12.199999999999999289457264239899814128875732421875;s:5:\"bytes\";i:5631;s:11:\"size_before\";i:46147;s:10:\"size_after\";i:40516;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:152;s:11:\"size_before\";i:1558;s:10:\"size_after\";i:1406;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.0800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:155;s:11:\"size_before\";i:1399;s:10:\"size_after\";i:1244;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.5800000000000000710542735760100185871124267578125;s:5:\"bytes\";i:389;s:11:\"size_before\";i:3677;s:10:\"size_after\";i:3288;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:13.3900000000000005684341886080801486968994140625;s:5:\"bytes\";i:1296;s:11:\"size_before\";i:9681;s:10:\"size_after\";i:8385;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:9;s:5:\"bytes\";i:1431;s:11:\"size_before\";i:15905;s:10:\"size_after\";i:14474;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.3100000000000004973799150320701301097869873046875;s:5:\"bytes\";i:1945;s:11:\"size_before\";i:20881;s:10:\"size_after\";i:18936;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.8800000000000007815970093361102044582366943359375;s:5:\"bytes\";i:1176;s:11:\"size_before\";i:10805;s:10:\"size_after\";i:9629;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:1132;s:11:\"size_before\";i:9629;s:10:\"size_after\";i:8497;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.46000000000000085265128291212022304534912109375;s:5:\"bytes\";i:1966;s:11:\"size_before\";i:17159;s:10:\"size_after\";i:15193;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8385;s:10:\"size_after\";i:8385;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8373,1047,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1044;s:6:\"height\";i:300;s:4:\"file\";s:84:\"2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\";s:5:\"sizes\";a:14:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:83:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-300x86.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:86;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-768x221.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:221;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:85:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-1024x294.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:82:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:82:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-510x147.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-610x175.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-510x300.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:84:\"Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling-400x300.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8378,1081,'_wp_attached_file','2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg'),(8379,1081,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:5.020067728583970989575391286052763462066650390625;s:5:\"bytes\";i:1601;s:11:\"size_before\";i:31892;s:10:\"size_after\";i:30291;s:4:\"time\";d:0.1100000000000000144328993201270350255072116851806640625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:5:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:329;s:11:\"size_before\";i:6752;s:10:\"size_after\";i:6423;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.70999999999999996447286321199499070644378662109375;s:5:\"bytes\";i:525;s:11:\"size_before\";i:14135;s:10:\"size_after\";i:13610;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.5299999999999993605115378159098327159881591796875;s:5:\"bytes\";i:201;s:11:\"size_before\";i:2110;s:10:\"size_after\";i:1909;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:196;s:11:\"size_before\";i:1707;s:10:\"size_after\";i:1511;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.87000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:350;s:11:\"size_before\";i:7188;s:10:\"size_after\";i:6838;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8380,1081,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:333;s:6:\"height\";i:240;s:4:\"file\";s:82:\"2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg\";s:5:\"sizes\";a:5:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:82:\"parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:82:\"parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:80:\"parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:80:\"parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:82:\"parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8381,1082,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8382,1082,'_edit_lock','1582550531:44'),(8383,1082,'_edit_last','44'),(8384,1084,'_wp_attached_file','2020/02/parenting-coaching.jpg'),(8385,1084,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:2.450565366316974635907399715506471693515777587890625;s:5:\"bytes\";i:5702;s:11:\"size_before\";i:232681;s:10:\"size_after\";i:226979;s:4:\"time\";d:0.29000000000000003552713678800500929355621337890625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.79000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:178;s:11:\"size_before\";i:4700;s:10:\"size_after\";i:4522;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.11000000000000031974423109204508364200592041015625;s:5:\"bytes\";i:204;s:11:\"size_before\";i:4961;s:10:\"size_after\";i:4757;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.689999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:291;s:11:\"size_before\";i:17175;s:10:\"size_after\";i:16884;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.8300000000000000710542735760100185871124267578125;s:5:\"bytes\";i:481;s:11:\"size_before\";i:26271;s:10:\"size_after\";i:25790;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:8.9399999999999995026200849679298698902130126953125;s:5:\"bytes\";i:160;s:11:\"size_before\";i:1789;s:10:\"size_after\";i:1629;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:10.480000000000000426325641456060111522674560546875;s:5:\"bytes\";i:157;s:11:\"size_before\";i:1498;s:10:\"size_after\";i:1341;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.850000000000000088817841970012523233890533447265625;s:5:\"bytes\";i:189;s:11:\"size_before\";i:4906;s:10:\"size_after\";i:4717;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:357;s:11:\"size_before\";i:16803;s:10:\"size_after\";i:16446;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.520000000000000017763568394002504646778106689453125;s:5:\"bytes\";i:249;s:11:\"size_before\";i:9883;s:10:\"size_after\";i:9634;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.12000000000000010658141036401502788066864013671875;s:5:\"bytes\";i:274;s:11:\"size_before\";i:12900;s:10:\"size_after\";i:12626;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:262;s:11:\"size_before\";i:12552;s:10:\"size_after\";i:12290;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:3.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:1271;s:11:\"size_before\";i:39414;s:10:\"size_after\";i:38143;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.939999999999999946709294817992486059665679931640625;s:5:\"bytes\";i:262;s:11:\"size_before\";i:13530;s:10:\"size_after\";i:13268;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.220000000000000195399252334027551114559173583984375;s:5:\"bytes\";i:438;s:11:\"size_before\";i:19712;s:10:\"size_after\";i:19274;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:1.649999999999999911182158029987476766109466552734375;s:5:\"bytes\";i:469;s:11:\"size_before\";i:28405;s:10:\"size_after\";i:27936;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:2.529999999999999804600747665972448885440826416015625;s:5:\"bytes\";i:460;s:11:\"size_before\";i:18182;s:10:\"size_after\";i:17722;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}}}'),(8386,1084,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1500;s:6:\"height\";i:401;s:4:\"file\";s:30:\"2020/02/parenting-coaching.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:29:\"parenting-coaching-300x80.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:80;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-768x205.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:205;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:31:\"parenting-coaching-1024x274.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:274;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:28:\"parenting-coaching-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:28:\"parenting-coaching-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-510x136.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:136;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-610x163.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:163;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:31:\"parenting-coaching-1080x401.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:31:\"parenting-coaching-1080x289.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:30:\"parenting-coaching-400x401.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:22:\"lalalululala - Fotolia\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:78:\"Mother and her child holding hands in heart shape framing on nature background\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:22:\"lalalululala - Fotolia\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:64:\"Mother and her child holding hands in heart shape framing on nat\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:72:{i:0;s:4:\"Love\";i:1;s:10:\"background\";i:2;s:7:\"charity\";i:3;s:5:\"child\";i:4;s:7:\"concept\";i:5;s:6:\"couple\";i:6;s:8:\"daughter\";i:7;s:3:\"day\";i:8;s:6:\"family\";i:9;s:6:\"finger\";i:10;s:4:\"geen\";i:11;s:7:\"gesture\";i:12;s:4:\"hand\";i:13;s:7:\"healthy\";i:14;s:5:\"heart\";i:15;s:4:\"hope\";i:16;s:5:\"human\";i:17;s:9:\"instagram\";i:18;s:4:\"life\";i:19;s:5:\"light\";i:20;s:6:\"mother\";i:21;s:6:\"nature\";i:22;s:5:\"peace\";i:23;s:6:\"person\";i:24;s:7:\"romance\";i:25;s:8:\"romantic\";i:26;s:5:\"shape\";i:27;s:4:\"sign\";i:28;s:3:\"sky\";i:29;s:6:\"summer\";i:30;s:3:\"sun\";i:31;s:8:\"sunlight\";i:32;s:7:\"sunrise\";i:33;s:6:\"sunset\";i:34;s:6:\"symbol\";i:35;s:9:\"valentine\";i:36;s:4:\"love\";i:37;s:10:\"background\";i:38;s:7:\"charity\";i:39;s:5:\"child\";i:40;s:7:\"concept\";i:41;s:6:\"couple\";i:42;s:8:\"daughter\";i:43;s:3:\"day\";i:44;s:6:\"family\";i:45;s:6:\"finger\";i:46;s:4:\"geen\";i:47;s:7:\"gesture\";i:48;s:4:\"hand\";i:49;s:7:\"healthy\";i:50;s:5:\"heart\";i:51;s:4:\"hope\";i:52;s:5:\"human\";i:53;s:9:\"instagram\";i:54;s:4:\"life\";i:55;s:5:\"light\";i:56;s:6:\"mother\";i:57;s:6:\"nature\";i:58;s:5:\"peace\";i:59;s:6:\"person\";i:60;s:7:\"romance\";i:61;s:8:\"romantic\";i:62;s:5:\"shape\";i:63;s:4:\"sign\";i:64;s:3:\"sky\";i:65;s:6:\"summer\";i:66;s:3:\"sun\";i:67;s:8:\"sunlight\";i:68;s:7:\"sunrise\";i:69;s:6:\"sunset\";i:70;s:6:\"symbol\";i:71;s:9:\"valentine\";}}}'),(8387,1082,'_wp_page_template','default'),(8388,1082,'_et_disable_builder','0'),(8389,1082,'_yith_wcmbs_protected_links','a:0:{}'),(8390,1082,'_et_pb_post_hide_nav','default'),(8391,1082,'_et_pb_page_layout','et_right_sidebar'),(8392,1082,'_et_pb_side_nav','off'),(8393,1082,'_et_pb_use_builder','on'),(8394,1082,'_et_builder_version','BB|Divi|3.2'),(8395,1082,'_et_pb_ab_stats_refresh_interval','hourly'),(8396,1082,'_et_pb_old_content',''),(8397,1082,'_et_pb_enable_shortcode_tracking',''),(8398,1082,'_et_pb_custom_css',''),(8399,1082,'_alternative-content',''),(8400,1082,'_show-contents-in-my-account','0'),(8401,1086,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8402,1086,'_et_pb_module_type','et_pb_cta'),(8403,1086,'_et_pb_built_for_post_type','page'),(8405,1093,'_menu_item_type','post_type'),(8406,1093,'_menu_item_menu_item_parent','0'),(8407,1093,'_menu_item_object_id','1082'),(8408,1093,'_menu_item_object','page'),(8409,1093,'_menu_item_target',''),(8410,1093,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(8411,1093,'_menu_item_xfn',''),(8412,1093,'_menu_item_url',''),(8414,1082,'_et_pb_use_ab_testing','off'),(8427,1110,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";d:4.89154282450670141457749195978976786136627197265625;s:5:\"bytes\";i:42138;s:11:\"size_before\";i:861446;s:10:\"size_after\";i:819308;s:4:\"time\";d:0.69000000000000005773159728050814010202884674072265625;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:16:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.6500000000000003552713678800500929355621337890625;s:5:\"bytes\";i:624;s:11:\"size_before\";i:8160;s:10:\"size_after\";i:7536;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";d:6.7400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:1358;s:11:\"size_before\";i:20152;s:10:\"size_after\";i:18794;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:12:\"medium_large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.7599999999999997868371792719699442386627197265625;s:5:\"bytes\";i:4307;s:11:\"size_before\";i:90501;s:10:\"size_after\";i:86194;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:5:\"large\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.29999999999999982236431605997495353221893310546875;s:5:\"bytes\";i:6233;s:11:\"size_before\";i:144980;s:10:\"size_after\";i:138747;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";d:9.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:214;s:11:\"size_before\";i:2315;s:10:\"size_after\";i:2101;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";d:11.230000000000000426325641456060111522674560546875;s:5:\"bytes\";i:203;s:11:\"size_before\";i:1808;s:10:\"size_after\";i:1605;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";d:7.4900000000000002131628207280300557613372802734375;s:5:\"bytes\";i:654;s:11:\"size_before\";i:8729;s:10:\"size_after\";i:8075;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.660000000000000142108547152020037174224853515625;s:5:\"bytes\";i:2133;s:11:\"size_before\";i:37688;s:10:\"size_after\";i:35555;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.67999999999999971578290569595992565155029296875;s:5:\"bytes\";i:2667;s:11:\"size_before\";i:46931;s:10:\"size_after\";i:44264;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:11:\"bloom_image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.160000000000000142108547152020037174224853515625;s:5:\"bytes\";i:3217;s:11:\"size_before\";i:62366;s:10:\"size_after\";i:59149;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.9000000000000003552713678800500929355621337890625;s:5:\"bytes\";i:1519;s:11:\"size_before\";i:25731;s:10:\"size_after\";i:24212;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:31:\"et-pb-post-main-image-fullwidth\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.25;s:5:\"bytes\";i:5612;s:11:\"size_before\";i:131932;s:10:\"size_after\";i:126320;s:4:\"time\";d:0.05000000000000000277555756156289135105907917022705078125;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:6;s:5:\"bytes\";i:1759;s:11:\"size_before\";i:29316;s:10:\"size_after\";i:27557;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.57000000000000028421709430404007434844970703125;s:5:\"bytes\";i:2559;s:11:\"size_before\";i:45903;s:10:\"size_after\";i:43344;s:4:\"time\";d:0.040000000000000000832667268468867405317723751068115234375;}s:28:\"et-pb-portfolio-image-single\";O:8:\"stdClass\":5:{s:7:\"percent\";d:4.2400000000000002131628207280300557613372802734375;s:5:\"bytes\";i:6756;s:11:\"size_before\";i:159325;s:10:\"size_after\";i:152569;s:4:\"time\";d:0.2600000000000000088817841970012523233890533447265625;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";d:5.089999999999999857891452847979962825775146484375;s:5:\"bytes\";i:2323;s:11:\"size_before\";i:45609;s:10:\"size_after\";i:43286;s:4:\"time\";d:0.0200000000000000004163336342344337026588618755340576171875;}}}'),(8425,1107,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:593;s:6:\"height\";i:613;s:4:\"file\";s:102:\"2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1.png\";s:5:\"sizes\";a:11:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-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:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:100:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-62x62.png\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:9:\"image/png\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:100:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-60x40.png\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:9:\"image/png\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-157x157.png\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-510x527.png\";s:5:\"width\";i:510;s:6:\"height\";i:527;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:102:\"Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(8424,1107,'wp-smpro-smush-data','a:2:{s:5:\"stats\";a:8:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:1846432;s:10:\"size_after\";i:1846432;s:4:\"time\";d:1.4899999999999999911182158029987476766109466552734375;s:11:\"api_version\";s:3:\"1.0\";s:5:\"lossy\";b:0;s:9:\"keep_exif\";i:0;}s:5:\"sizes\";a:11:{s:9:\"thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:42649;s:10:\"size_after\";i:42649;s:4:\"time\";d:0.0299999999999999988897769753748434595763683319091796875;}s:6:\"medium\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:145548;s:10:\"size_after\";i:145548;s:4:\"time\";d:0.11000000000000000055511151231257827021181583404541015625;}s:21:\"yith_vendors_gravatar\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:8716;s:10:\"size_after\";i:8716;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:19:\"yith_vendors_header\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:5751;s:10:\"size_after\";i:5751;s:4:\"time\";d:0.01000000000000000020816681711721685132943093776702880859375;}s:14:\"shop_thumbnail\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:46283;s:10:\"size_after\";i:46283;s:4:\"time\";d:0.059999999999999997779553950749686919152736663818359375;}s:12:\"shop_catalog\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:251110;s:10:\"size_after\";i:251110;s:4:\"time\";d:0.1499999999999999944488848768742172978818416595458984375;}s:11:\"shop_single\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:395354;s:10:\"size_after\";i:395354;s:4:\"time\";d:0.409999999999999975575093458246556110680103302001953125;}s:21:\"et-pb-post-main-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:165958;s:10:\"size_after\";i:165958;s:4:\"time\";d:0.1000000000000000055511151231257827021181583404541015625;}s:21:\"et-pb-portfolio-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:184848;s:10:\"size_after\";i:184848;s:4:\"time\";d:0.2099999999999999922284388276239042170345783233642578125;}s:28:\"et-pb-portfolio-module-image\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:295595;s:10:\"size_after\";i:295595;s:4:\"time\";d:0.2200000000000000011102230246251565404236316680908203125;}s:35:\"et-pb-gallery-module-image-portrait\";O:8:\"stdClass\":5:{s:7:\"percent\";i:0;s:5:\"bytes\";i:0;s:11:\"size_before\";i:304620;s:10:\"size_after\";i:304620;s:4:\"time\";d:0.179999999999999993338661852249060757458209991455078125;}}}'),(8428,1110,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:600;s:6:\"height\";i:454;s:4:\"file\";s:131:\"2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-e1583283535936.jpg\";s:5:\"sizes\";a:16:{s:9:\"thumbnail\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:6:\"medium\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-300x227.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:227;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-768x581.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:117:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-1024x775.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:775;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"yith_vendors_gravatar\";a:4:{s:4:\"file\";s:114:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-62x62.jpg\";s:5:\"width\";i:62;s:6:\"height\";i:62;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"yith_vendors_header\";a:4:{s:4:\"file\";s:114:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-60x40.jpg\";s:5:\"width\";i:60;s:6:\"height\";i:40;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:14:\"shop_thumbnail\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-157x157.jpg\";s:5:\"width\";i:157;s:6:\"height\";i:157;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"shop_catalog\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"shop_single\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-510x386.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"bloom_image\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-610x462.jpg\";s:5:\"width\";i:610;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:117:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:117:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-1080x817.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:817;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:116:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1583322751\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"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:{}}}'),(8423,1107,'_wp_attached_file','2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1.png'),(8429,1110,'_edit_lock','1583283507:44'),(8430,1110,'_yith_wcmbs_hidden_item_ids','a:0:{}'),(8431,1110,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2091;s:6:\"height\";i:1582;s:4:\"file\";s:108:\"anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra.jpg\";}}'),(8432,1110,'_edit_last','44'); /*!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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` mediumtext 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` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` mediumtext 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 `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`), KEY `post_name` (`post_name`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1114 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 (2,44,'2017-03-02 07:15:58','2017-03-02 07:15:58','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.\r\nI decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" text_font=\"||||||||\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" text_line_height=\"2em\" header_font_size=\"10px\" header_letter_spacing=\"1px\" header_line_height=\"1.9em\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','publish','open','open','','about','','','2020-02-25 00:13:27','2020-02-24 13:13:27','',0,'http://www.clevergirls.com.au/?page_id=2',0,'page','',0),(349,44,'2017-06-26 11:17:54','2017-06-26 11:17:54','Anda Illie is a relationship and parenting coach in Sydney, Australia','favicon clever girls - parenting coach sydney','Parenting Coaching Anda ILLIE','inherit','open','closed','','favicon-clever-girls-small','','','2020-02-07 13:13:21','2020-02-07 02:13:21','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/06/favicon-clever-girls-small.jpg',0,'attachment','image/jpeg',0),(426,44,'2017-08-11 15:38:04','2017-08-11 05:38:04','gritty, resilient girls love science, technology, engineering, maths, biology. KIDS CHILDREN\ngirls in science strong resilient confident','SCIENCE','','inherit','open','closed','','girls-in-science-strong-resilient-confident','','','2017-08-11 15:44:21','2017-08-11 05:44:21','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg',0,'attachment','image/jpeg',0),(348,44,'2017-06-26 11:14:08','2017-06-26 11:14:08','smart girls, science, maths, arts, books, games','raising clever girls logo round','raising clever, confident girls - empowered women','inherit','open','closed','','clever-girls-logo-round-small','','','2017-06-26 13:13:07','2017-06-26 13:13:07','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/06/clever-girls-logo-round-small.jpg',0,'attachment','image/jpeg',0),(976,44,'2018-12-11 21:37:02','2018-12-11 10:37:02','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" /][et_pb_text _builder_version=\"3.2\"]\r\n
Transcript
\r\n[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]\r\n

5 Steps from Spoiled to Grateful

\r\n633 mil people will have to drink infested water today.\r\nBut we can change that.\r\nThis guide has been written to support and fundraise for\r\nCharity: Water \r\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\r\n
Introduction
\r\nGratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.\r\nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\r\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.\r\nTeaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\r\n\r\nExercise Gratitude\r\nThink of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.\r\n
1. Do not force it
\r\nOne thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.\r\nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\r\n\r\nYou should be grateful for …. >>> You loved ...\r\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”\r\n\r\nTip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\r\nTip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\r\n
2. Be grateful for the water
\r\nSometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\r\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.\r\nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.\r\nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”\r\nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.\r\n“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )\r\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\r\n
3. Allow hardship and sorrow
\r\nI know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.\r\nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\r\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\r\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons\r\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\r\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\r\n
4. The four parts of gratitude
\r\nJust like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\r\nNOTICENoticing what in our life we can be grateful for\r\n* “What have you been given?” or “You’ve been given …”\r\n“Your friend cared about you enough to give you an apple.”\r\n* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\r\nTHINKThinking about the reason we were given something\r\n* “Why do you think you received this gift?”\r\n“Did your auntie have to give you this beautiful book?”\r\n“Your auntie gave you this book expecting nothing in return.”\r\nFEELThe feelings we have about what we received\r\n* “How do you feel about your auntie giving you this special book?”\r\n“What about this gift makes you happy?”\r\n“I can see how much you love this gift!”\r\n“How can you tell when someone else feels grateful?\r\nDOShowing appreciation for what we received\r\n* “How can you show your auntie how much you like her gesture?”\r\n“Would you like to make other people feel like this too?”\r\n“I love sharing my feelings of gratefulness with other people by giving them something.”\r\n\r\n\r\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\r\n
5. Practice gratitude consistently
\r\nCreate a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.\r\nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\r\nAs  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.\r\nAnother routine we want to help our children establish is the way they show appreciation.\r\nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\r\n
References
\r\nRobert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)\r\nBrene Brown, Daring Greatly (2012)\r\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\r\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\r\nDr. Shefali Tsabary, The Conscious Parent (2011)\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 21:37:02','2018-12-11 10:37:02','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(964,44,'2018-12-11 01:12:57','2018-12-10 14:12:57','','5 steps from spoiled to grateful children raising clever girls entitled kids narrow version','a step by step guide to raising grateful children','inherit','open','closed','','5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version','','','2018-12-11 21:48:26','2018-12-11 10:48:26','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png',0,'attachment','image/png',0),(965,44,'2018-12-11 01:13:22','2018-12-10 14:13:22','One of the main things most parents want for their children is the feeling of gratefulness and abundance. \nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that 633 million people on Earth will have to drink dirty, infested water today because they have no other option.\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude. \nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires. \nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life. \n','5 steps from spoiled to grateful 1','raising clever girls, raising kind, grateful children','inherit','open','closed','','5-steps-from-spoiled-to-grateful-1-2','','','2018-12-11 01:15:26','2018-12-10 14:15:26','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-1.png',0,'attachment','image/png',0),(966,44,'2018-12-11 01:13:37','2018-12-10 14:13:37','633 mil people will have to drink \ninfested water today. \nBut we can change that.\nThis guide has been written to support and fundraise for\nCharity: Water\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\n','5 steps from spoiled to grateful 2','Charity:water ; raising clever girls, raising kind, grateful children','inherit','open','closed','','5-steps-from-spoiled-to-grateful-2-2','','','2018-12-11 01:17:04','2018-12-10 14:17:04','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-2.png',0,'attachment','image/png',0),(967,44,'2018-12-11 01:13:55','2018-12-10 14:13:55','Gratefulness is an innate feeling, but the skill of showing gratitude is something we need to develop and nurture consistently. \nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. \nGratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. \nGratitude teaches us to appreciate what we already have, and reconsider what or if we really need more. \nTeaching our children the skill of gratitude and \nappreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\n','5 steps from spoiled to grateful 3','Exercise Gratitude\nThink of the skill of being grateful as if it was a muscle: \nthe more you exercise it, \nthe stronger it gets. \nLift really heavy weights \nand it will grow \nbeyond belief. \n','inherit','open','closed','','5-steps-from-spoiled-to-grateful-3-2','','','2018-12-11 21:06:55','2018-12-11 10:06:55','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-3.png',0,'attachment','image/png',0),(968,44,'2018-12-11 01:14:11','2018-12-10 14:14:11','One thing is sure: imposed gratitude will push one as far away from it as possible.\nWhen forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude. \nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\nYou should be grateful for …. >>> You loved ...\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness. . \n“You loved having a good play with your sister today” or “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less time to spend with each toy you already have and love.”\nWhen your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\nI’d suggest looking at our own relationship with sharing, as adults. How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\n','5 steps from spoiled to grateful 4','do not force gratitude by asking your child to say something they do not really mean','inherit','open','closed','','5-steps-from-spoiled-to-grateful-4-2','','','2018-12-11 21:08:33','2018-12-11 10:08:33','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-4.png',0,'attachment','image/png',0),(969,44,'2018-12-11 01:14:40','2018-12-10 14:14:40','Sometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied, when everything is going smoothly in our lives. But the fact is that these situations can gradually create a feeling of entitlement. \nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, \na joyful life is built on gratitude. \nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap, the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. \nAnd verbalise your gratitude when you are with your children, because they will eventually follow: as the old saying goes, “monkey see, monkey do.” \nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry. Express your feelings, name them, let them go and look at all the others things you are grateful in that moment. \n“ It’s not Joy that makes us Grateful, \nit’s Gratitude that makes us Joyful. “\nDavid Steindl-Rast (Catholic Benedictine monk )\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\n','5 steps from spoiled to grateful 5','be grateful for the little things in your life and help your child find gratitude herself','inherit','open','closed','','5-steps-from-spoiled-to-grateful-5-2','','','2018-12-11 21:10:31','2018-12-11 10:10:31','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-5.png',0,'attachment','image/png',0),(970,44,'2018-12-11 01:14:53','2018-12-10 14:14:53','I know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself. \nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly, but it is empowering. How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.”\nRobert A. Emmons\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifts the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\n','5 steps from spoiled to grateful 6','allow your child to feel all feelings, including hardship and sorrow','inherit','open','closed','','5-steps-from-spoiled-to-grateful-6-2','','','2018-12-11 21:11:24','2018-12-11 10:11:24','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-6.png',0,'attachment','image/png',0),(971,44,'2018-12-11 01:15:05','2018-12-10 14:15:05','Just like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. \nAccording to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\n1. NOTICE\nNoticing what in our life we can be grateful for\n“What have you been given?” or “You’ve been given …”\n“Your friend cared about you enough to give you an apple.”\nMake a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\n2. THINK\nThinking about the reason we were given something\n“Why do you think you received this gift?”\n“Did your auntie have to give you this beautiful book?”\n“Your auntie gave you this book expecting nothing in return.”\n3. FEEL\nThe feelings we have about what we received\n“How do you feel about your auntie giving you this special book?”\n“What about this gift makes you \nhappy?”\n“I can see how much you love this gift!”\n“How can you tell when someone else feels grateful?\n4. DO\nShowing appreciation for what we received\n“How can you show your auntie how much you like her gesture?”\n“Would you like to make other people feel like this too?”\n“I love sharing my feelings of gratefulness with other people by giving them something.”\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. . \nAs children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\n','5 steps from spoiled to grateful 7','show your daughter the steps of feeling gratitude, guide her through the process','inherit','open','closed','','5-steps-from-spoiled-to-grateful-7-2','','','2018-12-11 21:12:54','2018-12-11 10:12:54','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-7.png',0,'attachment','image/png',0),(972,44,'2018-12-11 01:15:17','2018-12-10 14:15:17','Create a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. \nIt may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally. \nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. \nFor example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them: I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\nAs Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular. \nAnother routine we want to help our children establish is the way they show appreciation. . \nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\n','5 steps from spoiled to grateful 8','having rituals and traditions that involve gratitude will become your legacy','inherit','open','closed','','5-steps-from-spoiled-to-grateful-8-2','','','2018-12-11 21:13:50','2018-12-11 10:13:50','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-8.png',0,'attachment','image/png',0),(973,44,'2018-12-11 01:15:29','2018-12-10 14:15:29','Robert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity (2013)\nBrene Brown, Daring Greatly (2012)\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\nDr. Shefali Tsabary, The Conscious Parent (2011)\n','5 steps from spoiled to grateful 9','for further reading about raising grateful children and bringing more abundance and gratefulness in your household, please have a look at the books and publications below','inherit','open','closed','','5-steps-from-spoiled-to-grateful-9-2','','','2018-12-11 21:14:53','2018-12-11 10:14:53','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-9.png',0,'attachment','image/png',0),(962,44,'2018-12-11 00:54:58','2018-12-10 13:54:58','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-1.pdf\" title=\"5 Steps from Spoiled to Grateful 1\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-2.pdf\" title=\"5 Steps from Spoiled to Grateful 2\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-3.pdf\" title=\"5 Steps from Spoiled to Grateful 3\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-4.pdf\" title=\"5 Steps from Spoiled to Grateful 4\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-5.pdf\" title=\"5 Steps from Spoiled to Grateful 5\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-6.pdf\" title=\"5 Steps from Spoiled to Grateful 6\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-7.pdf\" title=\"5 Steps from Spoiled to Grateful 7\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-8.pdf\" title=\"5 Steps from Spoiled to Grateful 8\"]\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-9.pdf\" title=\"5 Steps from Spoiled to Grateful 9\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:54:58','2018-12-10 13:54:58','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(975,44,'2018-12-11 20:16:42','2018-12-11 09:16:42','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" /][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 20:16:42','2018-12-11 09:16:42','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(954,44,'2018-12-11 00:51:55','2018-12-10 13:51:55','','5 Steps from Spoiled to Grateful 2','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-2','','','2018-12-11 00:51:55','2018-12-10 13:51:55','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-2.pdf',0,'attachment','application/pdf',0),(955,44,'2018-12-11 00:51:58','2018-12-10 13:51:58','','5 Steps from Spoiled to Grateful 3','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-3','','','2018-12-11 00:51:58','2018-12-10 13:51:58','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-3.pdf',0,'attachment','application/pdf',0),(956,44,'2018-12-11 00:51:59','2018-12-10 13:51:59','','5 Steps from Spoiled to Grateful 4','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-4','','','2018-12-11 00:51:59','2018-12-10 13:51:59','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-4.pdf',0,'attachment','application/pdf',0),(957,44,'2018-12-11 00:52:03','2018-12-10 13:52:03','','5 Steps from Spoiled to Grateful 5','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-5','','','2018-12-11 00:52:03','2018-12-10 13:52:03','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-5.pdf',0,'attachment','application/pdf',0),(958,44,'2018-12-11 00:52:05','2018-12-10 13:52:05','','5 Steps from Spoiled to Grateful 6','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-6','','','2018-12-11 00:52:05','2018-12-10 13:52:05','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-6.pdf',0,'attachment','application/pdf',0),(959,44,'2018-12-11 00:52:06','2018-12-10 13:52:06','','5 Steps from Spoiled to Grateful 7','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-7','','','2018-12-11 00:52:06','2018-12-10 13:52:06','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-7.pdf',0,'attachment','application/pdf',0),(960,44,'2018-12-11 00:52:08','2018-12-10 13:52:08','','5 Steps from Spoiled to Grateful 8','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-8','','','2018-12-11 00:52:08','2018-12-10 13:52:08','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-8.pdf',0,'attachment','application/pdf',0),(961,44,'2018-12-11 00:52:09','2018-12-10 13:52:09','','5 Steps from Spoiled to Grateful 9','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-9','','','2018-12-11 00:52:09','2018-12-10 13:52:09','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-9.pdf',0,'attachment','application/pdf',0),(948,44,'2018-12-11 00:31:58','2018-12-10 13:31:58','','5 Steps from Spoiled to Grateful','','inherit','open','closed','','5-steps-from-spoiled-to-grateful','','','2018-12-11 00:31:58','2018-12-10 13:31:58','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful.pdf',0,'attachment','application/pdf',0),(951,44,'2018-12-11 00:44:03','2018-12-10 13:44:03','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:44:03','2018-12-10 13:44:03','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(949,44,'2018-12-11 00:33:26','2018-12-10 13:33:26','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful.pdf\" /][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:33:26','2018-12-10 13:33:26','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(950,44,'2018-12-11 00:42:36','2018-12-10 13:42:36','','5 Steps from Spoiled to Grateful','','inherit','closed','closed','','948-autosave-v1','','','2018-12-11 00:42:36','2018-12-10 13:42:36','',948,'http://www.raisingclevergirls.com.au/948-autosave-v1/',0,'revision','',0),(953,44,'2018-12-11 00:51:52','2018-12-10 13:51:52','','5 Steps from Spoiled to Grateful 1','','inherit','open','closed','','5-steps-from-spoiled-to-grateful-1','','','2018-12-11 00:51:52','2018-12-10 13:51:52','',945,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful-1.pdf',0,'attachment','application/pdf',0),(952,44,'2018-12-11 00:47:28','2018-12-10 13:47:28','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\n[pdf-embedder url=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-Steps-from-Spoiled-to-Grateful.pdf\" title=\"5 Steps from Spoiled to Grateful\"]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:47:28','2018-12-10 13:47:28','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(947,44,'2018-12-11 00:31:12','2018-12-10 13:31:12','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:31:12','2018-12-10 13:31:12','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(946,44,'2018-12-11 00:30:06','2018-12-10 13:30:06','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 00:30:06','2018-12-10 13:30:06','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(945,44,'2018-12-11 00:55:32','2018-12-10 13:55:32','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"] One of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" _builder_version=\"3.2\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_signup activecampaign_list=\"|none\" aweber_list=\"|none\" campaign_monitor_list=\"|none\" constant_contact_list=\"|none\" convertkit_list=\"|none\" emma_list=\"|none\" feedblitz_list=\"|none\" getresponse_list=\"|none\" hubspot_list=\"|none\" icontact_list=\"|none\" infusionsoft_list=\"|none\" madmimi_list=\"|none\" mailchimp_list=\"clevergirls|7227261368\" mailerlite_list=\"|none\" mailpoet_list=\"|none\" mailster_list=\"|none\" ontraport_list=\"|none\" salesforce_list=\"|none\" sendinblue_list=\"|none\" name_field=\"on\" last_name_field=\"off\" success_message=\"Thank you!\" title=\"Would you like to print this free guide? \" button_text=\"Download as PDF\" _builder_version=\"3.2\" background_color=\"#87bc8f\"]\r\n\r\nHit the download button to save and print the\r\n5 Steps from Spoiled to Grateful.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Transcript

\r\n[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]\r\n

5 Steps from Spoiled to Grateful

\r\n633 mil people will have to drink infested water today.\r\nBut we can change that.\r\nThis guide has been written to support and fundraise for\r\nCharity: Water \r\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\r\n
Introduction
\r\nGratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.\r\nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\r\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.\r\nTeaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\r\n\r\nExercise Gratitude\r\nThink of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.\r\n
1. Do not force it
\r\nOne thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.\r\nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\r\n\r\nYou should be grateful for …. >>> You loved ...\r\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”\r\n\r\nTip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\r\nTip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\r\n
2. Be grateful for the water
\r\nSometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\r\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.\r\nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.\r\nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”\r\nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.\r\n“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )\r\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\r\n
3. Allow hardship and sorrow
\r\nI know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.\r\nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\r\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\r\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons\r\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\r\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\r\n
4. The four parts of gratitude
\r\nJust like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\r\nNOTICENoticing what in our life we can be grateful for\r\n* “What have you been given?” or “You’ve been given …”\r\n“Your friend cared about you enough to give you an apple.”\r\n* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\r\nTHINKThinking about the reason we were given something\r\n* “Why do you think you received this gift?”\r\n“Did your auntie have to give you this beautiful book?”\r\n“Your auntie gave you this book expecting nothing in return.”\r\nFEELThe feelings we have about what we received\r\n* “How do you feel about your auntie giving you this special book?”\r\n“What about this gift makes you happy?”\r\n“I can see how much you love this gift!”\r\n“How can you tell when someone else feels grateful?\r\nDOShowing appreciation for what we received\r\n* “How can you show your auntie how much you like her gesture?”\r\n“Would you like to make other people feel like this too?”\r\n“I love sharing my feelings of gratefulness with other people by giving them something.”\r\n\r\n\r\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\r\n
5. Practice gratitude consistently
\r\nCreate a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.\r\nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\r\nAs  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.\r\nAnother routine we want to help our children establish is the way they show appreciation.\r\nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\r\n\r\n \r\n
References
\r\nRobert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)\r\nBrene Brown, Daring Greatly (2012)\r\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\r\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\r\nDr. Shefali Tsabary, The Conscious Parent (2011)\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','publish','open','open','','5-easy-steps-raising-grateful-child-materialistic-world','','','2018-12-11 21:58:49','2018-12-11 10:58:49','',0,'http://www.raisingclevergirls.com.au/?p=945',0,'post','',0),(984,44,'2018-12-17 23:29:32','2018-12-17 12:29:32','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" title_text=\"5 tips - get your kids to listen and cooperate\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"27px|0px|27px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \r\n
\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \r\n
\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \r\n
\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \r\n
\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \r\n
\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to cooperate!','','inherit','closed','closed','','843-revision-v1','','','2018-12-17 23:29:32','2018-12-17 12:29:32','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(1013,44,'2020-02-08 11:04:46','2020-02-08 00:04:46','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • We offer parenting coaching workshops and individual session
  • \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-08 11:04:46','2020-02-08 00:04:46','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1008,44,'2020-02-07 14:05:18','2020-02-07 03:05:18','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to do everything themselves.

\n

This is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

At Raising Clever Girls we make parenting easy for mums:

\n
    \n
  • We offer parenting coaching workshops and individual session
  • \n
  • Provide them with great resources: toys, games, books, kits, activities
  • \n
  • Come up with daily ideas of prompts to make family life easy
  • \n
  • Help them find incredible online services and guidance
  • \n
\n

 

\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-07 14:05:18','2020-02-07 03:05:18','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(985,44,'2018-12-17 23:29:53','2018-12-17 12:29:53','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" title_text=\"5 tips - get your kids to listen and cooperate\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"27px|0px|27px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \r\n
\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \r\n
\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \r\n
\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \r\n
\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \r\n
\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to encourage kids to cooperate!','','inherit','closed','closed','','843-revision-v1','','','2018-12-17 23:29:53','2018-12-17 12:29:53','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(939,44,'2018-11-09 20:45:19','2018-11-09 09:45:19','','BLOG','','publish','closed','closed','','blog','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=939',10,'nav_menu_item','',0),(943,44,'2018-12-08 22:32:28','2018-12-08 11:32:28','from spoiled and entitled to gratefulness and appreciation','5 steps from spoiled to grateful children raising clever girls entitled kids','a step by step guide to raising grateful children','inherit','open','closed','','5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids','','','2018-12-08 22:34:27','2018-12-08 11:34:27','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png',0,'attachment','image/png',0),(932,44,'2018-11-07 22:11:12','2018-11-07 11:11:12','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_video _builder_version=\"3.2\" src=\"https://www.youtube.com/watch?v=4X0yurvr2JI\" image_src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/11/From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBreaking the habit of worrying and overthinking is one of the best things you could do for yourself as a human and as a parent.\r\nWhy as a parent?\r\nBecause if you do not stop this harming behaviour, you will pass it on to your children as well.\r\n\r\nSo why are we overthinking things and going over the same thing again and again like washing the same load of laundry several times a day every day? Well, most times is because we don’t even realise it, plus it makes us feel like we have some control over the situation. And if we are into people pleasing or fixing everyone’s problems, we also want to make sure that the solution we come up with will be the perfect one, and everyone will like us.\r\nBut the truth is that people don’t have to like us, and we don’t have to care.\r\n\r\nTherefore, next time when you find yourself worrying about something for longer than a few seconds (the realistic time a worry needs to show you that something may require your attention), follow the steps in the video below and learn how to gain control over your mind again.\r\n\r\nPS: if you find it hard to wait for a few days for reviewing your worries, start by scheduling a 15-30 minutes time daily or every second day and work it up from there.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','From Worries to JOY','','inherit','closed','closed','','930-revision-v1','','','2018-11-07 22:11:12','2018-11-07 11:11:12','',930,'http://www.raisingclevergirls.com.au/930-revision-v1/',0,'revision','',0),(931,44,'2018-11-07 22:09:13','2018-11-07 11:09:13','','From WORRIES to JOY - how to stop worrying and enjoy the present','how to stop worrying and start enjoying life','inherit','open','closed','','from-worries-to-joy-how-to-stop-worrying-and-enjoy-the-present','','','2018-11-07 22:09:48','2018-11-07 11:09:48','',930,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/11/From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present.png',0,'attachment','image/png',0),(1000,44,'2018-12-20 23:41:24','2018-12-20 12:41:24','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/sibling-comparison-parenting-raising-clever-girls.jpg\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nSo many adults act from a feeling that they are not enough as they are, so they need the fame, the money, the social validation, they need to please everyone else to prove themselves that they are like and loved, that they are good enough. And this comes from a hidden feeling of rivalry.\r\n\r\nThe only way to stop the cycle is to acknowledge this and not pass it forward to our children.\r\nComparison, especially when coming from a parent, hurts a child’s spirit and kills authenticity. The child will try so hard to please, to gain the parent’s approval, that she will lose herself along the way. And often, as parents, we don’t even realise we are comparing our children to others. But comparison comes in many shapes:\r\n- telling our daughter she is “the most beautiful” (in comparison to whom?)\r\n- giving other kids as an example of behaviour “your sister has already put her shoes on, what are you waiting for?”\r\n- labelling children as “the smart one”, “the sporty one” (implied comparison)\r\n\r\nSwitching comparison off completely is not realistic, however comparison has 2 facets:\r\n1. Rivalry\r\n2. Competition\r\n\r\nShifting from one to the other is the key to teamwork, pushing our limits and enjoying a good challenge. Because when everyone wins a trophy in a competition, children may seem please, but the truth is it’s worth nothing to them.\r\n\r\nThe difference between rivalry and comparison is simple: while rivalry is that shrinking, cancerous feeling of having to put the others down in order for you to go up, competition is a feeling of expansion, of playfulness, it’s the motivation we naturally feel when running with a running buddy. It helps you push yourself, question your approach and encourages you to improve your skills.\r\n\r\nTh only real rival in life is the person we were yesterday.\r\n\r\nTeaching our children to embrace competition and see the others as the help the motivation the Universe gave them to go forward and become a better version of themselves is their key to joy and playfulness.\r\n\r\nAnd this has to start with us, as parents, never comparing our child to others, wishing they were more like “this” or like “that”.\r\n\r\nFor more details on how to shift from rivalry to competition, have a look at the video below.\r\n\r\n[/et_pb_text][et_pb_video _builder_version=\"3.2\" src=\"https://www.youtube.com/watch?v=PnFfSZQBLxk&t=12s\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Encourage Competitivity, Because Comparison Hurts','','inherit','closed','closed','','998-revision-v1','','','2018-12-20 23:41:24','2018-12-20 12:41:24','',998,'http://www.raisingclevergirls.com.au/998-revision-v1/',0,'revision','',0),(983,44,'2018-12-17 23:26:33','2018-12-17 12:26:33','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.2\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg\" background_color=\"#c0edd1\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" bg_overlay_color=\"#494949\"]\r\n\r\nThe world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" admin_title=\"5 steps from spoiled to grateful\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,102,44,0.75)\" text_border_radius=\"3\" alignment=\"bottom\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" text_orientation=\"right\" /][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-17 23:26:33','2018-12-17 12:26:33','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(929,44,'2018-10-25 09:15:49','2018-10-24 22:15:49','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.2\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg\" background_color=\"#c0edd1\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\nThe world keeps sending our children confusing messages in regards to the way society functions.\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" heading=\"Best Parenting Books for Well Behaved Children\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/best-parenting-books-for-discipline-and-getting-kids-to-listen/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\"]\r\n\r\nPower struggles, back-talking, eye rolling, saying the same thing 10 times, feeling like they are pushing you way beyond your patience limit: I hear you mamas and dadas, we all face more or less similar situations.\r\nTherefore I made a list of the books I found most helpful for disciplining kids – let me know which one is your favourite!\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" heading=\"Building Resilience\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/helping-girls-build-resilience-confidence-grit/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg\" background_color=\"#c7d8fc\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\"]\r\n\r\nResilience is built by responding positively to smaller obstacles we come upon throughout life, enabling us later on be able to bounce back whatever life throws at us. On the contrary, if a person never gets a chance to deal with hurtful, difficult situation by herself, when tough times happen she won’t be able to fall back on those resources.\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-10-25 09:15:49','2018-10-24 22:15:49','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(927,44,'2018-10-25 09:10:35','2018-10-24 22:10:35','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text use_border_color=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\" _builder_version=\"3.2\"]\r\n\r\nParenting From Love\r\n\r\n[/et_pb_text][et_pb_slider _builder_version=\"3.2\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg\" background_color=\"#c0edd1\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\"]\r\n\r\nthe world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" heading=\"Best Parenting Books for Well Behaved Children\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/best-parenting-books-for-discipline-and-getting-kids-to-listen/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\"]\r\n\r\nPower struggles, back-talking, eye rolling, saying the same thing 10 times, feeling like they are pushing you way beyond your patience limit: I hear you mamas and dadas, we all face more or less similar situations.\r\nTherefore I made a list of the books I found most helpful for disciplining kids – let me know which one is your favourite!\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" heading=\"Building Resilience\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/helping-girls-build-resilience-confidence-grit/\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg\" background_color=\"#c7d8fc\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\"]\r\n\r\nResilience is built by responding positively to smaller obstacles we come upon throughout life, enabling us later on be able to bounce back whatever life throws at us. On the contrary, if a person never gets a chance to deal with hurtful, difficult situation by herself, when tough times happen she won’t be able to fall back on those resources.\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-10-25 09:10:35','2018-10-24 22:10:35','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(991,44,'2018-12-18 00:34:02','2018-12-17 13:34:02','','Raising clever girls: 5 steps from spoiled to grateful children','nurture kindness and gratefulness in your family this holiday season!','inherit','open','closed','','grateful','','','2018-12-18 00:35:41','2018-12-17 13:35:41','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/grateful.png',0,'attachment','image/png',0),(1109,44,'2020-03-04 12:03:38','2020-03-04 01:03:38','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\n\n

Workshops

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.

\n\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\n
Why is this important?
\n\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\n

Because once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.

 

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-e1583283535936.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\n\n

Burnout to Bliss: Parenting strategies to turn motherhood burnout to family bliss

Anda Maria, founder of Raising Clever Girls, is a certified Neuro Linguistic Programming practitioner and member of Australian Psychological Society. She is a mom, a teacher and a public speaker, helping parents gain clarity and tools in order to achieve a blissful family life though professional parenting and life coaching.

Duration: 2 hours

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\n

Making a Puppet: parent and child workshop

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.

Duration: 3 hours

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\n

Footwear Design and Body Image: mother and daughter workshop

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
Duration: 3 hours

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\n

 

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\n\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)
who works with parents desiring a happier, smoother family lifestyle.

\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-autosave-v1','','','2020-03-04 12:03:38','2020-03-04 01:03:38','',697,'http://www.raisingclevergirls.com.au/697-autosave-v1/',0,'revision','',0),(1005,44,'2020-02-07 13:11:57','2020-02-07 02:11:57','','favicon clever girls','','inherit','open','closed','','favicon-clever-girls','','','2020-02-07 13:11:57','2020-02-07 02:11:57','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/favicon-clever-girls.jpg',0,'attachment','image/jpeg',0),(998,44,'2018-12-20 23:41:24','2018-12-20 12:41:24','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/sibling-comparison-parenting-raising-clever-girls.jpg\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nSo many adults act from a feeling that they are not enough as they are, so they need the fame, the money, the social validation, they need to please everyone else to prove themselves that they are like and loved, that they are good enough. And this comes from a hidden feeling of rivalry.\r\n\r\nThe only way to stop the cycle is to acknowledge this and not pass it forward to our children.\r\nComparison, especially when coming from a parent, hurts a child’s spirit and kills authenticity. The child will try so hard to please, to gain the parent’s approval, that she will lose herself along the way. And often, as parents, we don’t even realise we are comparing our children to others. But comparison comes in many shapes:\r\n- telling our daughter she is “the most beautiful” (in comparison to whom?)\r\n- giving other kids as an example of behaviour “your sister has already put her shoes on, what are you waiting for?”\r\n- labelling children as “the smart one”, “the sporty one” (implied comparison)\r\n\r\nSwitching comparison off completely is not realistic, however comparison has 2 facets:\r\n1. Rivalry\r\n2. Competition\r\n\r\nShifting from one to the other is the key to teamwork, pushing our limits and enjoying a good challenge. Because when everyone wins a trophy in a competition, children may seem please, but the truth is it’s worth nothing to them.\r\n\r\nThe difference between rivalry and comparison is simple: while rivalry is that shrinking, cancerous feeling of having to put the others down in order for you to go up, competition is a feeling of expansion, of playfulness, it’s the motivation we naturally feel when running with a running buddy. It helps you push yourself, question your approach and encourages you to improve your skills.\r\n\r\nTh only real rival in life is the person we were yesterday.\r\n\r\nTeaching our children to embrace competition and see the others as the help the motivation the Universe gave them to go forward and become a better version of themselves is their key to joy and playfulness.\r\n\r\nAnd this has to start with us, as parents, never comparing our child to others, wishing they were more like “this” or like “that”.\r\n\r\nFor more details on how to shift from rivalry to competition, have a look at the video below.\r\n\r\n[/et_pb_text][et_pb_video _builder_version=\"3.2\" src=\"https://www.youtube.com/watch?v=PnFfSZQBLxk&t=12s\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Encourage Competitivity, Because Comparison Hurts','','publish','open','open','','encourage-competitivity-because-comparison-hurts','','','2018-12-20 23:42:57','2018-12-20 12:42:57','',0,'http://www.raisingclevergirls.com.au/?p=998',0,'post','',0),(999,44,'2018-12-20 21:40:31','2018-12-20 10:40:31','envy is a rotten feeling, and it\'s generated by rivalry. switch this facet of comparison to a more positive one, competition','sibling comparison parenting raising clever girls','replace rivalry with healthy competition for our children','inherit','open','closed','','sibling-comparison-parenting-raising-clever-girls','','','2018-12-20 21:42:22','2018-12-20 10:42:22','',998,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/sibling-comparison-parenting-raising-clever-girls.jpg',0,'attachment','image/jpeg',0),(996,44,'2018-12-18 01:01:47','2018-12-17 14:01:47','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.2\" button_alignment=\"center\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\"][et_pb_slide heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" use_bg_overlay=\"off\" use_text_overlay=\"on\" _builder_version=\"3.2\" background_color=\"#63a079\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" custom_button=\"on\" button_on_hover=\"on\" button_bg_color=\"rgba(0,0,0,0.72)\" text_overlay_color=\"rgba(0,0,0,0.78)\" button_font=\"||||||||\"]The world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r[/et_pb_slide][et_pb_slide heading=\"5 Easy Steps to Raising a Grateful Child in a Materialistic World\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,0,0,0.54)\" alignment=\"bottom\" admin_title=\"5 steps from spoiled to grateful\" _builder_version=\"3.2\" background_color=\"#dd856a\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f7ad99\" background_color_gradient_end=\"#bc6d7f\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/grateful.png\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0.82)\" button_font=\"||||||||\" button_use_icon=\"on\" button_on_hover=\"on\" text_orientation=\"right\"]

A guide to help your nurture gratefulness and kindness this holidays.

[/et_pb_slide][et_pb_slide heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"3.2\" background_color=\"#8c74a5\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" custom_button=\"on\" button_text_color=\"#ffffff\" button_font=\"||||||||\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_size_last_edited=\"on|desktop\" button_bg_color=\"rgba(0,0,0,0.7)\"]Discipline means teaching our children self-control, which leads to confidence and self-esteem. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Our Favourite Books for Emotionally Resilient Girls

\r[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id="1"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f2f2f2\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text - sign up form\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-18 01:01:47','2018-12-17 14:01:47','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(923,44,'2018-10-25 08:56:31','2018-10-24 21:56:31','','well behaved kids that listen without yelling','I want my kids to listen and cooperate, without having to yell or say the same thing 100 times','inherit','open','closed','','well-behaved-kids-that-listen-without-yelling','','','2018-10-25 08:57:23','2018-10-24 21:57:23','',92,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg',0,'attachment','image/jpeg',0),(921,44,'2018-10-25 08:50:06','2018-10-24 21:50:06','','raising daughters parenting girls','raising girls to be confident, resilient, gritty, have self esteem, not shy','inherit','open','closed','','raising-daughters-parenting-girls','','','2018-10-25 08:51:46','2018-10-24 21:51:46','',92,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg',0,'attachment','image/jpeg',0),(907,44,'2018-10-25 08:34:18','2018-10-24 21:34:18','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Raising Daughters

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop resilience\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Siblings Rivalry

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop siblings\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"89\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Connect With Your Child

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop connection\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"88\" columns_number=\"6\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:34:18','2018-10-24 21:34:18','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(908,44,'2018-10-25 08:36:28','2018-10-24 21:36:28',' ','','','publish','closed','closed','','908','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=908',6,'nav_menu_item','',0),(917,44,'2018-10-25 08:39:46','2018-10-24 21:39:46','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\n\n

Being in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.
Therefore we put together a list of the parenting books that we highly recommend for their wonderful educational approach.

\n

* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\n\n

Disciplining Kids

\n\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\n\n

Raising Daughters

\n\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\n\n

Building Resilience

\n\n[/et_pb_text][et_pb_shop admin_label=\"Shop resilience\" type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\n\n

Siblings Rivalry

\n\n[/et_pb_text][et_pb_shop admin_label=\"Shop siblings\" type=\"product_category\" posts_number=\"6\" include_categories=\"89\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\n\n

Connect With Your Child

\n\n[/et_pb_text][et_pb_shop admin_label=\"Shop connection\" type=\"product_category\" posts_number=\"6\" include_categories=\"88\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-autosave-v1','','','2018-10-25 08:39:46','2018-10-24 21:39:46','',894,'http://www.raisingclevergirls.com.au/894-autosave-v1/',0,'revision','',0),(899,44,'2018-10-25 08:01:21','2018-10-24 21:01:21','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" columns_number=\"6\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:01:21','2018-10-24 21:01:21','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(898,44,'2018-10-25 07:34:06','2018-10-24 20:34:06','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"8\" include_categories=\"85\" columns_number=\"0\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"70\" columns_number=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 07:34:06','2018-10-24 20:34:06','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(900,44,'2018-10-25 08:03:35','2018-10-24 21:03:35','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:03:35','2018-10-24 21:03:35','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(918,44,'2018-10-25 08:39:59','2018-10-24 21:39:59','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Raising Daughters

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop resilience\" type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Siblings Rivalry

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop siblings\" type=\"product_category\" posts_number=\"6\" include_categories=\"89\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Connect With Your Child

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop connection\" type=\"product_category\" posts_number=\"6\" include_categories=\"88\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:39:59','2018-10-24 21:39:59','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(916,44,'2018-10-25 08:39:13','2018-10-24 21:39:13','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Being in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.
Therefore we put together a list of the parenting books that we highly recommend for their wonderful educational approach.

\n

* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Disciplining Kids

\r[/et_pb_text][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" background_color=\"#ffffff\"][/et_pb_shop][et_pb_text _builder_version=\"3.2\"]

Raising Daughters

\r[/et_pb_text][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" admin_label=\"Shop gender issues\" _builder_version=\"3.2\" background_color=\"#ffffff\"][/et_pb_shop][et_pb_text _builder_version=\"3.2\"]

Building Resilience

\r[/et_pb_text][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" admin_label=\"Shop resilience\" _builder_version=\"3.2\" background_color=\"#ffffff\"][/et_pb_shop][et_pb_text _builder_version=\"3.2\"]

Siblings Rivalry

\r[/et_pb_text][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"89\" columns_number=\"6\" admin_label=\"Shop siblings\" _builder_version=\"3.2\" background_color=\"#ffffff\"][/et_pb_shop][et_pb_text _builder_version=\"3.2\"]

Connect With Your Child

\r[/et_pb_text][et_pb_shop type=\"product_category\" posts_number=\"6\" include_categories=\"88\" columns_number=\"6\" admin_label=\"Shop connection\" _builder_version=\"3.2\" background_color=\"#ffffff\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:39:13','2018-10-24 21:39:13','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(902,44,'2018-10-25 08:18:45','2018-10-24 21:18:45','A practical guidebook and passionate call-to-arms for parents of girls that empowers them to raise confident, well-rounded daughters in an exploitative world, from the author of the international bestseller Raising Boys.\r\n\r\nRaising a happy, healthy, well-adjusted daughter from babyhood to womanhood can be a challenge. Girls need to be strong, and in this warm-hearted book, best-selling parenting author Steve Biddulph brings together the finest thinking from around the world on how to raise daughters who are self-assured, know they are loved, and can stand up for themselves and others. With gentle humor and proven wisdom backed by decades of experience as a family psychologist and father, Biddulph shows parents of girls how to navigate the obstacles of growing up in a world that seems bent on poisoning their confidence. Biddulph also discusses:\r\n• The five stages of girlhood, and how to help them go smoothly.\r\n• How to deal with bullying, mean girls, and social media.\r\n• Ways to ease the transition into the teen years.\r\n• What you need to know about healthy body image, food, and eating disorders.\r\n• The importance of girl’s friendships and how to support them.\r\n• How to help girls happily and confidently relate to boys.\r\nWith unforgettable success stories of girls growing up wise and warm, Raising Girls is fierce and tender; loving and concerned. It is both a detailed guidebook and a passionate call-to-arms to defend and empower girls everywhere.','Raising Girls','','publish','open','closed','','raising-girls','','','2018-10-25 08:18:45','2018-10-24 21:18:45','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=902',0,'product','',0),(903,44,'2018-10-25 08:16:51','2018-10-24 21:16:51','A practical guidebook and passionate call-to-arms for parents of girls that empowers them to raise confident, well-rounded daughters in an exploitative world, from the author of the international bestseller Raising Boys.\n\nRaising a happy, healthy, well-adjusted daughter from babyhood to womanhood can be a challenge. Girls need to be strong, and in this warm-hearted book, best-selling parenting author Steve Biddulph brings together the finest thinking from around the world on how to raise daughters who are self-assured, know they are loved, and can stand up for themselves and others. With gentle humor and proven wisdom backed by decades of experience as a family psychologist and father, Biddulph shows parents of girls how to navigate the obstacles of growing up in a world that seems bent on poisoning their confidence. Biddulph also discusses:\n• The five stages of girlhood, and how to help them go smoothly.\n• How to deal with bullying, mean girls, and social media.\n• Ways to ease the transition into the teen years.\n• What you need to know about healthy body image, food, and eating disorders.\n• The importance of girl’s friendships and how to support them.\n• How to help girls happily and confidently relate to boys.\nWith unforgettable success stories of girls growing up wise and warm, Raising Girls is fierce and tender; loving and concerned. It is both a detailed guidebook and a passionate call-to-arms to defend and empower girls everywhere.','raising-girls-steven-bidulph','A practical guidebook and passionate call-to-arms for parents of girls that empowers them to raise confident, well-rounded daughters in an exploitative world, from the author of the international bestseller Raising Boys.\n\nRaising a happy, healthy, well-adjusted daughter from babyhood to womanhood can be a challenge. Girls need to be strong, and in this warm-hearted book, best-selling parenting author Steve Biddulph brings together the finest thinking from around the world on how to raise daughters who are self-assured, know they are loved, and can stand up for themselves and others. With gentle humor and proven wisdom backed by decades of experience as a family psychologist and father, Biddulph shows parents of girls how to navigate the obstacles of growing up in a world that seems bent on poisoning their confidence. Biddulph also discusses:\n• The five stages of girlhood, and how to help them go smoothly.\n• How to deal with bullying, mean girls, and social media.\n• Ways to ease the transition into the teen years.\n• What you need to know about healthy body image, food, and eating disorders.\n• The importance of girl’s friendships and how to support them.\n• How to help girls happily and confidently relate to boys.\nWith unforgettable success stories of girls growing up wise and warm, Raising Girls is fierce and tender; loving and concerned. It is both a detailed guidebook and a passionate call-to-arms to defend and empower girls everywhere.','inherit','open','closed','','raising-girls','','','2018-10-25 08:17:27','2018-10-24 21:17:27','',902,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/10/raising-girls.jpg',0,'attachment','image/jpeg',0),(904,44,'2018-10-25 08:24:32','2018-10-24 21:24:32','Daughter stressing you out?\r\n\r\nRaising a daughter can be tough, especially if you\'re used to boys. Girls don\'t exactly come with instructions. You want the best for her. Still, you think you might do something to mess up.\r\n\r\nThe good news is fatherhood doesn\'t have to be hard. Now, you can get proven advice from experts and faithful dads like you to help boost your daughter\'s self-esteem.\r\n

Inside this book, you\'ll discover:

\r\n \r\n
    \r\n
  • What you need to know about her broken confidence (and how you can fix it right away)
  • \r\n
  • How you can help your daughter gain self-respect starting today
  • \r\n
  • How to get your daughter to listen to you every time
  • \r\n
  • (For New Dads) The truth about fatherhood no one talks about
  • \r\n
  • And much more.
  • \r\n
\r\n \r\n\r\nThis parenting guide contains real-life stories, case studies and advice to help you strengthen your bond with your daughter.','A Father\'s Guide to Raising Daughters','','publish','open','closed','','fathers-guide-raising-daughters','','','2018-10-25 08:24:32','2018-10-24 21:24:32','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=904',0,'product','',0),(905,44,'2018-10-25 08:22:33','2018-10-24 21:22:33','Daughter stressing you out?\n\nRaising a daughter can be tough, especially if you\'re used to boys. Girls don\'t exactly come with instructions. You want the best for her. Still, you think you might do something to mess up.\n\nThe good news is fatherhood doesn\'t have to be hard. Now, you can get proven advice from experts and faithful dads like you to help boost your daughter\'s self-esteem.\n\nInside this book, you\'ll discover:\nWhat you need to know about her broken confidence (and how you can fix it right away)\nHow you can help your daughter gain self-respect starting today\nHow to get your daughter to listen to you every time\n(For New Dads) The truth about fatherhood no one talks about\nAnd much more.\nThis parenting guide contains real-life stories, case studies and advice to help you strengthen your bond with your daughter. ','a-father-s-guide-to-raising-daughters','A Father\'s Guide to Raising Daughters\nHow to Boost Her Self-Esteem, Self-Image and Self-Respect\nBy: Michael T Wilkinson','inherit','open','closed','','a-father-s-guide-to-raising-daughters','','','2018-10-25 08:23:38','2018-10-24 21:23:38','',904,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/10/a-father-s-guide-to-raising-daughters.jpg',0,'attachment','image/jpeg',0),(922,44,'2018-10-25 08:50:16','2018-10-24 21:50:16','','raising daughters parenting girls','','inherit','closed','closed','','921-autosave-v1','','','2018-10-25 08:50:16','2018-10-24 21:50:16','',921,'http://www.raisingclevergirls.com.au/921-autosave-v1/',0,'revision','',0),(906,44,'2018-10-25 08:29:12','2018-10-24 21:29:12','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Raising Daughters

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 08:29:12','2018-10-24 21:29:12','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(92,50,'2017-03-06 11:40:53','2017-03-06 00:40:53','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.2\" button_alignment=\"center\" max_width_phone=\"100%\" max_width_last_edited=\"on|phone\"][et_pb_slide heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" use_bg_overlay=\"off\" use_text_overlay=\"on\" _builder_version=\"3.2\" background_color=\"#63a079\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" custom_button=\"on\" button_on_hover=\"on\" button_bg_color=\"rgba(0,0,0,0.72)\" text_overlay_color=\"rgba(0,0,0,0.78)\" button_font=\"||||||||\"]The world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r[/et_pb_slide][et_pb_slide heading=\"5 Easy Steps to Raising a Grateful Child in a Materialistic World\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,0,0,0.54)\" alignment=\"bottom\" admin_title=\"5 steps from spoiled to grateful\" _builder_version=\"3.2\" background_color=\"#dd856a\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f7ad99\" background_color_gradient_end=\"#bc6d7f\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/grateful.png\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0.82)\" button_font=\"||||||||\" button_use_icon=\"on\" button_on_hover=\"on\" text_orientation=\"right\"]

A guide to help your nurture gratefulness and kindness this holidays.

[/et_pb_slide][et_pb_slide heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,0,0,0.6)\" _builder_version=\"3.2\" background_color=\"#8c74a5\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" custom_button=\"on\" button_text_color=\"#ffffff\" button_font=\"||||||||\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_size_last_edited=\"on|desktop\" button_bg_color=\"rgba(0,0,0,0.7)\"]Discipline means teaching our children self-control, which leads to confidence and self-esteem. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Our Favourite Books for Emotionally Resilient Girls

\r[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id="1"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f2f2f2\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text - sign up form\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2018-12-18 01:01:47','2018-12-17 14:01:47','',0,'http://www.clevergirls.com.au/?page_id=92',0,'page','',0),(448,44,'2017-08-11 22:02:31','2017-08-11 12:02:31','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-11 22:02:31','2017-08-11 12:02:31','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(447,44,'2017-08-11 21:58:47','2017-08-11 11:58:47','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-11 21:58:47','2017-08-11 11:58:47','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(446,44,'2017-08-11 21:46:45','2017-08-11 11:46:45','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_social_media_follow admin_label=\"Social Media Follow\" link_shape=\"rounded_rectangle\" background_layout=\"light\" url_new_window=\"on\" follow_button=\"on\"] [et_pb_social_media_follow_network social_network=\"instagram\" url=\"https://www.instagram.com/raisingclevergirls/\" skype_action=\"call\" bg_color=\"#494949\"] Instagram [/et_pb_social_media_follow_network] [/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-11 21:46:45','2017-08-11 11:46:45','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(397,44,'2017-08-03 20:43:29','2017-08-03 10:43:29','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-03 20:43:29','2017-08-03 10:43:29','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(352,44,'2017-06-26 12:12:40','2017-06-26 12:12:40','','clever girls logo round - half grey','','inherit','open','closed','','clever-girls-logo-round-half-grey','','','2017-06-26 12:12:40','2017-06-26 12:12:40','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/04/clever-girls-logo-round-half-grey.jpg',0,'attachment','image/jpeg',0),(48,1,'2017-03-05 03:19:46','2017-03-05 03:19:46','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 600px) {\n.et_header_style_centered #logo {\nmax-height: 180px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','publish','closed','closed','','divi-child','','','2018-04-30 19:09:58','2018-04-30 09:09:58','',0,'http://www.clevergirls.com.au/uncategorized/divi-child/',0,'custom_css','',0),(351,44,'2017-06-26 12:11:59','2017-06-26 12:11:59','','clever girls logo round - grey','raising smart, confident girls','inherit','open','closed','','clever-girls-logo-round-grey','','','2017-06-26 12:22:18','2017-06-26 12:22:18','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/04/clever-girls-logo-round-grey.jpg',0,'attachment','image/jpeg',0),(177,1,'2017-04-12 12:55:53','2017-04-12 12:55:53','','Standard membership','','publish','open','closed','','standard-membership','','','2017-06-26 13:13:13','2017-06-26 13:13:13','',0,'http://www.clevergirls.com.au/?post_type=product&p=177',0,'product','',0),(374,44,'2017-07-28 11:37:43','2017-07-28 01:37:43','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact using the form below or email us and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" module_id=\"et_pb_contact_form_0\"][et_pb_contact_field field_id=\"Company \" field_title=\"Company name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Website\" field_title=\"Website\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your name\" field_title=\"Your name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-07-28 11:37:43','2017-07-28 01:37:43','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(188,1,'2017-04-21 03:24:43','2017-04-21 03:24:43',' ','','','publish','closed','closed','','188','','','2017-08-11 21:41:06','2017-08-11 11:41:06','',0,'http://www.clevergirls.com.au/?p=188',1,'nav_menu_item','',0),(189,1,'2017-04-21 03:24:43','2017-04-21 03:24:43',' ','','','publish','closed','closed','','189','','','2017-08-11 21:41:06','2017-08-11 11:41:06','',0,'http://www.clevergirls.com.au/?p=189',2,'nav_menu_item','',0),(192,50,'2017-04-21 10:54:06','2017-04-21 00:54:06','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\"]\r\n\r\n \r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.

\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.\r\n\r\nIf you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au\r\n\r\n \r\n\r\n[contact-form-7 id=\"74\" title=\"Contact form 1\"] [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','publish','closed','closed','','contact','','','2020-02-08 14:44:10','2020-02-08 03:44:10','',0,'http://www.clevergirls.com.au/?page_id=192',0,'page','',0),(1035,44,'2020-02-08 14:41:36','2020-02-08 03:41:36','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\"]\r\n\r\n \r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with parents desiring a happier, smoother family lifestyle.\r\n\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.\r\n\r\nIf you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au\r\n\r\n \r\n\r\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2020-02-08 14:41:36','2020-02-08 03:41:36','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(196,1,'2017-04-21 10:54:35','2017-04-21 10:54:35',' ','','','publish','closed','closed','','196','','','2017-08-11 21:41:06','2017-08-11 11:41:06','',0,'http://www.clevergirls.com.au/?p=196',4,'nav_menu_item','',0),(197,1,'2017-04-21 10:55:15','2017-04-21 10:55:15',' ','','','publish','closed','closed','','197','','','2017-08-11 21:24:44','2017-08-11 11:24:44','',0,'http://www.clevergirls.com.au/?p=197',1,'nav_menu_item','',0),(566,50,'2017-10-20 14:58:35','2017-10-20 03:58:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

No education required - No training program - No instructions given

\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 14:58:35','2017-10-20 03:58:35','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(544,44,'2017-09-18 12:51:23','2017-09-18 02:51:23','','Shop','','inherit','closed','closed','','75-revision-v1','','','2017-09-18 12:51:23','2017-09-18 02:51:23','',75,'http://www.raisingclevergirls.com.au/75-revision-v1/',0,'revision','',0),(545,44,'2017-09-18 12:51:23','2017-09-18 02:51:23','[woocommerce_cart]','Cart','','inherit','closed','closed','','76-revision-v1','','','2017-09-18 12:51:23','2017-09-18 02:51:23','',76,'http://www.raisingclevergirls.com.au/76-revision-v1/',0,'revision','',0),(546,44,'2017-09-18 12:51:23','2017-09-18 02:51:23','[woocommerce_checkout]','Checkout','','inherit','closed','closed','','77-revision-v1','','','2017-09-18 12:51:23','2017-09-18 02:51:23','',77,'http://www.raisingclevergirls.com.au/77-revision-v1/',0,'revision','',0),(550,44,'2017-09-18 13:31:24','2017-09-18 03:31:24','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"]\n [et_pb_text admin_label=\"Text\"]\n [woocommerce_my_account]\n [/et_pb_text]\n [/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','My Account','','inherit','closed','closed','','78-revision-v1','','','2017-09-18 13:31:24','2017-09-18 03:31:24','',78,'http://www.raisingclevergirls.com.au/78-revision-v1/',0,'revision','',0),(74,1,'2017-03-05 07:23:49','2017-03-05 07:23:49','\n\n\n\n\n\n\n\n[submit \"Send\"]\nClever Girls \"[your-subject]\"\n[your-name] \nFrom: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Clever Girls (http://www.clevergirls.com.au)\nkiddiesandme@yahoo.com\nReply-To: [your-email]\n\n0\n0\n\nClever Girls \"[your-subject]\"\nClever Girls \nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on Clever Girls (http://www.clevergirls.com.au)\n[your-email]\nReply-To: kiddiesandme@yahoo.com\n\n0\n0\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.','Contact form 1','','publish','closed','closed','','contact-form-1','','','2017-03-05 07:23:49','2017-03-05 07:23:49','',0,'http://www.clevergirls.com.au/?post_type=wpcf7_contact_form&p=74',0,'wpcf7_contact_form','',0),(75,1,'2017-03-05 07:27:19','2017-03-05 07:27:19','','Shop','','publish','closed','closed','','shop','','','2017-09-18 13:31:22','2017-09-18 03:31:22','',0,'http://www.clevergirls.com.au/shop/',0,'page','',0),(76,1,'2017-03-05 07:27:19','2017-03-05 07:27:19','[woocommerce_cart]','Cart','','publish','closed','closed','','cart','','','2017-09-18 13:32:20','2017-09-18 03:32:20','',0,'http://www.clevergirls.com.au/cart/',0,'page','',0),(77,1,'2017-03-05 07:27:19','2017-03-05 07:27:19','[woocommerce_checkout]','Checkout','','publish','closed','closed','','checkout','','','2017-09-18 13:32:20','2017-09-18 03:32:20','',0,'http://www.clevergirls.com.au/checkout/',0,'page','',0),(78,1,'2017-03-05 07:27:19','2017-03-04 20:27:19','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"]\n [et_pb_text admin_label=\"Text\"]\n [woocommerce_my_account]\n [/et_pb_text]\n [/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','My Account','','publish','closed','closed','','my-account','','','2017-09-18 13:35:38','2017-09-18 03:35:38','',0,'http://www.clevergirls.com.au/my-account/',0,'page','',0),(81,1,'2017-03-06 10:22:28','2017-03-06 10:22:28','','ABOUT','','publish','closed','closed','','81','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.clevergirls.com.au/?p=81',2,'nav_menu_item','',0),(442,44,'2017-08-11 21:41:06','2017-08-11 11:41:06','','Join Facebook Group','','publish','closed','closed','','join-facebook-group','','','2017-08-11 21:41:06','2017-08-11 11:41:06','',0,'http://www.raisingclevergirls.com.au/?p=442',3,'nav_menu_item','',0),(567,50,'2017-10-20 14:59:16','2017-10-20 03:59:16','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

\r\n

No education required - No training program - No instructions given

\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 14:59:16','2017-10-20 03:59:16','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(565,50,'2017-10-20 14:57:52','2017-10-20 03:57:52','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nNo education required - No training program - No instructions given\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 14:57:52','2017-10-20 03:57:52','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(564,50,'2017-10-20 14:55:54','2017-10-20 03:55:54','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Parenting Books

\r\nBeing in charge of someone\'s emotional, spiritual, physical and intellectual development is no piece of cake. Have a browse for the books we found most inspirational when it comes to bringing up confident, happy, successful children.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 14:55:54','2017-10-20 03:55:54','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(350,44,'2017-06-26 11:30:24','2017-06-26 11:30:24','[yith_wcmv_become_a_vendor]','Join us','','inherit','closed','closed','','170-autosave-v1','','','2017-06-26 11:30:24','2017-06-26 11:30:24','',170,'http://www.raisingclevergirls.com/170-autosave-v1/',0,'revision','',0),(173,1,'2017-04-12 12:54:10','2017-04-12 12:54:10','','Free for 3 months','','publish','open','closed','','free','','','2017-06-26 12:22:51','2017-06-26 12:22:51','',0,'http://www.clevergirls.com.au/?post_type=product&p=173',0,'product','',0),(170,1,'2017-04-12 12:17:24','2017-04-12 02:17:24','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact using the form below and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Company \" field_title=\"Company name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Website\" field_title=\"Website\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your name\" field_title=\"Your name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','publish','closed','closed','','join-us','','','2017-09-18 13:35:27','2017-09-18 03:35:27','',0,'http://www.clevergirls.com.au/?page_id=170',0,'page','',0),(119,1,'2017-03-24 01:34:04','2017-03-24 01:34:04','

\r\n \r\n

\r\n

\r\n \r\n

\r\n\r\n\r\n

\r\n \r\n

','Newsletter Sign Up','','publish','closed','closed','','newsletter-sign-up','','','2017-03-24 01:34:04','2017-03-24 01:34:04','',0,'http://www.clevergirls.com.au/mc4wp-form/newsletter-sign-up/',0,'mc4wp-form','',0),(121,1,'2017-03-24 01:34:10','2017-03-24 01:34:10','

\r\n \r\n

\r\n

\r\n \r\n

\r\n\r\n\r\n

\r\n \r\n

','Newsletter Sign Up','','preview','closed','closed','','newsletter-sign-up-2','','','2017-03-24 01:34:10','2017-03-24 01:34:10','',0,'http://www.clevergirls.com.au/mc4wp-form/newsletter-sign-up-2/',0,'mc4wp-form','',0),(125,1,'2017-03-24 11:03:05','2017-03-24 00:03:05','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Thank you for signing up

\r\n \r\n

We are thrilled to have you on board - you are in for some amazing educational resources and parenting advice!

\r\n

First, we need to confirm your email address. To complete the subscription process, please click the link in the email we\'ve just sent you.

\r\n

To be sure that you receive our newsletter and it doesn\'t end up in your spam folder, please add us to your approved email list or contacts list.

\r\n

Because we want you to be inspired to teach confidence and kindness!

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Thank you for signing up!','','publish','closed','closed','','thank-you-for-signing-up','','','2017-09-18 13:35:45','2017-09-18 03:35:45','',0,'http://www.clevergirls.com.au/?page_id=125',0,'page','',0),(402,44,'2017-08-05 12:17:01','2017-08-05 02:17:01','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Thank you for signing up

\r\n \r\n

We are thrilled to have you on board - you are in for some amazing educational resources and parenting advice!

\r\n

First, we need to confirm your email address. To complete the subscription process, please click the link in the email we\'ve just sent you.

\r\n

To be sure that you receive our newsletter and it doesn\'t end up in your spam folder, please add us to your approved email list or contacts list.

\r\n

Because we want you to be inspired to teach confidence and kindness!

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Thank you for signing up!','','inherit','closed','closed','','125-revision-v1','','','2017-08-05 12:17:01','2017-08-05 02:17:01','',125,'http://www.raisingclevergirls.com.au/125-revision-v1/',0,'revision','',0),(555,44,'2017-09-22 10:47:33','2017-09-22 00:47:33','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\r\n

This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n

We make raising girls easy for mums:

\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n

 

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-09-22 10:47:33','2017-09-22 00:47:33','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(554,44,'2017-09-22 10:47:02','2017-09-22 00:47:02','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\r\n

This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n

We make raising girls easy for mums:

\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n

 

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\r\n

This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n

We make raising girls easy for mums:

\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n

 

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-09-22 10:47:02','2017-09-22 00:47:02','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(220,44,'2017-06-03 08:51:46','2017-06-03 08:51:46','[yith_wcmv_become_a_vendor]','Become a Vendor','','publish','closed','closed','','become-a-vendor','','','2017-09-12 20:48:43','2017-09-12 10:48:43','',0,'http://www.clevergirls.com.au/?page_id=220',0,'page','',0),(930,44,'2018-11-07 22:13:03','2018-11-07 11:13:03','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_video _builder_version=\"3.2\" src=\"https://www.youtube.com/watch?v=4X0yurvr2JI\" image_src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/11/From-WORRIES-to-JOY-how-to-stop-worrying-and-enjoy-the-present.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBreaking the habit of worrying and overthinking is one of the best things you could do for yourself as a human and as a parent.\r\nWhy as a parent?\r\nBecause if you do not stop this harming behaviour, you will pass it on to your children as well.\r\n\r\nSo why are we overthinking things and going over the same thing again and again like washing the same load of laundry several times a day every day? Well, most times is because we don’t even realise it, plus it makes us feel like we have some control over the situation. And if we are into people pleasing or fixing everyone’s problems, we also want to make sure that the solution we come up with will be the perfect one, and everyone will like us.\r\nBut the truth is that people don’t have to like us, and we don’t have to care.\r\n\r\nTherefore, next time when you find yourself worrying about something for longer than a few seconds (the realistic time a worry needs to show you that something may require your attention), follow the steps in the video below and learn how to gain control over your mind again.\r\n\r\nPS: if you find it hard to wait for a few days for reviewing your worries, start by scheduling a 15-30 minutes time daily or every second day and work it up from there.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','From Worries to JOY','','publish','open','open','','from-worries-to-joy','','','2018-11-07 22:14:44','2018-11-07 11:14:44','',0,'http://www.raisingclevergirls.com.au/?p=930',0,'post','',0),(894,44,'2018-10-25 08:03:35','2018-10-24 21:03:35','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Raising Daughters

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop gender issues\" type=\"product_category\" posts_number=\"6\" include_categories=\"87\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop resilience\" type=\"product_category\" posts_number=\"6\" include_categories=\"86\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Siblings Rivalry

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop siblings\" type=\"product_category\" posts_number=\"6\" include_categories=\"89\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Connect With Your Child

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop connection\" type=\"product_category\" posts_number=\"6\" include_categories=\"88\" columns_number=\"6\" _builder_version=\"3.2\" background_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','publish','closed','closed','','parenting-books','','','2018-10-25 08:39:59','2018-10-24 21:39:59','',0,'http://www.raisingclevergirls.com.au/?page_id=894',0,'page','',0),(224,3,'2017-06-03 09:13:29','2017-06-03 09:13:29','','Become a Vendor','','publish','closed','closed','','become-a-vendor','','','2017-06-05 12:03:29','2017-06-05 12:03:29','',0,'http://www.clevergirls.com.au/?post_type=yith-wcmbs-plan&p=224',0,'yith-wcmbs-plan','',0),(560,50,'2017-10-20 14:45:01','2017-10-20 03:45:01','\"What if the princess did not marry Prince Charming but instead went on to be an astronaut or an activist? What if the jealous step sisters were supportive and kind? And what if the queen was the one really in charge of the kingdom?\r\n\r\nGood Night Stories for Rebel Girls introduces us to one hundred remarkable women and their extraordinary lives. From Marie Curie to Malala, Ada Lovelace to Zaha Hadid, this book brings together the stories of scientists, artists, politicians, pirates and spies. Each double-page spread contains a mini-biography written in the style of a modern fairy tale and a full-page portrait capturing the spirit of each heroine, by one of the sixty female artists from across the globe who were commissioned to illustrate the book.\r\n\r\nPowerful, moving and very necessary, Good Night Stories for Rebel Girl will inspire and delight readers of all ages.\"\r\n\r\nAbout the Author\r\n\r\nElena Favilli is a media entrepreneur and a journalist. She has worked for Colors magazine, McSweeney\'s, RAI, Il Post, and La Repubblica, and has managed digital newsrooms on both sides of the Atlantic. In 2011, she created the first iPad magazine for children, Timbuktu magazine. She is the founder and CEO of Timbuktu Labs.\r\n\r\nFrancesca Cavallo is a writer and theatre director. Her award-winning plays have been staged all across Europe. A passionate social innovator, Francesca is the founder of Sferracavalli, an International Festival of Sustainable Imagination in Southern Italy. In 2011, Francesca joined forces with Elena Favilli to found Timbuktu Labs, where she serves as Creative Director.','Good Night Stories For Rebel Girls','','inherit','closed','closed','','411-autosave-v1','','','2017-10-20 14:45:01','2017-10-20 03:45:01','',411,'http://www.raisingclevergirls.com.au/411-autosave-v1/',0,'revision','',0),(553,44,'2017-09-22 10:43:11','2017-09-22 00:43:11','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\n

We make raising girls easy for mums:

\n
    \n
  • Provide them with great resources: toys, games, books, kits, activities
  • \n
  • Come up with daily ideas of prompts to make family life easy
  • \n
  • Help them find incredible online services and guidance
  • \n
\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-09-22 10:43:11','2017-09-22 00:43:11','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(286,0,'2017-06-08 10:16:38','2017-06-08 10:16:38','','Become a Vendor','','publish','closed','closed','','become-a-vendor','','','2017-06-08 10:16:38','2017-06-08 10:16:38','',0,'http://www.clevergirls.com.au/become-a-vendor/',0,'ywcmbs-membership','',0),(370,44,'2017-07-10 23:58:21','2017-07-10 13:58:21','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_post_slider include_categories=\"24,16,1,17,26,20,21,25,23,18\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" text_border_radius=\"3\" admin_label=\"Fullwidth Post Slider\" meta_font_size=\"16px\" meta_letter_spacing=\"0\" meta_line_height=\"1em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

THIS MONTH\'S PICK

\n

 

\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id="1"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_shop type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" admin_label=\"Shop\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" admin_label=\"section\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\" disabled=\"off\"][et_pb_row_inner use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" admin_label=\"row_inner\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page="40" columns="4" category="membership" operator="NOT IN"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" admin_label=\"row_inner\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\" disabled=\"off\"][/et_pb_column][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-07-10 23:58:21','2017-07-10 13:58:21','',92,'http://www.raisingclevergirls.com/92-revision-v1/',0,'revision','',0),(369,44,'2017-07-10 23:54:45','2017-07-10 13:54:45','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" custom_button=\"off\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\" button_letter_spacing=\"0\"] [et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_position=\"default\" background_size=\"default\" background_color=\"#fc8da3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" disabled=\"off\" use_bg_overlay=\"off\" use_text_overlay=\"off\" header_font_select=\"default\" header_font=\"||||\" body_font_select=\"default\" body_font=\"||||\" custom_button=\"off\" button_font_select=\"default\" button_font=\"||||\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\"]\r\n\r\nLorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.\r\n\r\n[/et_pb_slide] [/et_pb_fullwidth_slider][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"24,16,1,17,26,20,21,25,23,18\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" text_border_radius=\"3\" meta_font_size=\"16px\" meta_letter_spacing=\"0\" meta_line_height=\"1em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-07-10 23:54:45','2017-07-10 13:54:45','',92,'http://www.raisingclevergirls.com/92-revision-v1/',0,'revision','',0),(368,44,'2017-07-10 23:49:40','2017-07-10 13:49:40','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_fullwidth_slider show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" parallax=\"off\" parallax_method=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" admin_label=\"Fullwidth Slider\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" button_link=\"#\" background_position=\"default\" background_size=\"default\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" allow_player_pause=\"off\" text_border_radius=\"3\" disabled=\"off\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide][/et_pb_fullwidth_slider][et_pb_fullwidth_post_slider include_categories=\"24,16,1,17,26,20,21,25,23,18\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" text_border_radius=\"3\" admin_label=\"Fullwidth Post Slider\" meta_font_size=\"16px\" meta_letter_spacing=\"0\" meta_line_height=\"1em\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

THIS MONTH\'S PICK

\n

 

[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id="1"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_shop type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" admin_label=\"Shop\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" admin_label=\"section\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\" disabled=\"off\"][et_pb_row_inner use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" admin_label=\"row_inner\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page="40" columns="4" category="membership" operator="NOT IN"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" admin_label=\"row_inner\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\" disabled=\"off\"][et_pb_sidebar orientation=\"right\" background_layout=\"light\" admin_label=\"Sidebar\" disabled=\"off\"] [/et_pb_sidebar][/et_pb_column][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" admin_label=\"Call To Action\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-07-10 23:49:40','2017-07-10 13:49:40','',92,'http://www.raisingclevergirls.com/92-revision-v1/',0,'revision','',0),(354,44,'2017-06-26 13:11:28','2017-06-26 13:11:28','','Free for 3 months','


','inherit','closed','closed','','173-autosave-v1','','','2017-06-26 13:11:28','2017-06-26 13:11:28','',173,'http://www.raisingclevergirls.com/173-autosave-v1/',0,'revision','',0),(362,44,'2017-07-04 00:09:02','2017-07-03 14:09:02','raising clever girls growth mindset gender equality empower women like a girl','clever girls logo header','','inherit','open','closed','','clever-girls-logo-header-narrow','','','2017-08-11 23:39:54','2017-08-11 13:39:54','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/07/clever-girls-logo-header-narrow.jpg',0,'attachment','image/jpeg',0),(363,44,'2017-07-04 00:09:42','2017-07-03 14:09:42','','mother and her clever little girl','','inherit','open','closed','','mother-and-her-little-daughter-drawing-2','','','2017-08-12 00:04:23','2017-08-11 14:04:23','',0,'http://www.raisingclevergirls.com/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg',0,'attachment','image/jpeg',0),(373,44,'2017-07-28 11:32:55','2017-07-28 01:32:55','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact using the form below or email us and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-07-28 11:32:55','2017-07-28 01:32:55','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(279,0,'2017-06-06 02:45:11','2017-06-06 02:45:11','','Become a Vendor','','publish','closed','closed','','become-a-vendor-13','','','2017-06-06 02:45:11','2017-06-06 02:45:11','',0,'http://www.clevergirls.com.au/become-a-vendor-13/',0,'ywcmbs-membership','',0),(367,44,'2017-07-10 23:40:44','2017-07-10 13:40:44','[et_pb_section admin_label=\"section\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_slider admin_label=\"Fullwidth Slider\" show_arrows=\"on\" show_pagination=\"on\" auto=\"off\" parallax=\"off\"] [et_pb_slide heading=\"Welcome to Our Shop\" button_text=\"Shop Now\" background_color=\"#0194f3\" image=\"https://elegantthemesimages.com/images/premade/d2-placeholder-510px.png\" alignment=\"center\" background_layout=\"dark\" button_link=\"#\"]Lorem ipsum dolor sit amet, consectetur adipiscing elit. In in risus eget lectus suscipit malesuada. Maecenas ut urna mollis, aliquam eros at, laoreet metus.[/et_pb_slide] [/et_pb_fullwidth_slider][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"24,16,1,17,26,20,21,25,23,18\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" content_source=\"off\" use_manual_excerpt=\"on\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

This Month\'s Pick

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns=\"4\" orderby=\"menu_order\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"on\" background_color=\"#f7f7f7\" inner_shadow=\"off\" parallax=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_text=\"Shop Now\" background_color=\"#108bf5\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"#\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_text=\"Learn More\" background_color=\"#27c9b9\" use_background_color=\"on\" background_layout=\"dark\" text_orientation=\"center\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar admin_label=\"Sidebar\" orientation=\"right\" background_layout=\"light\"] [/et_pb_sidebar][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" inner_shadow=\"off\" parallax=\"off\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" fullwidth=\"off\" specialty=\"off\" background_color=\"#27c9b9\" inner_shadow=\"off\" parallax=\"on\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-07-10 23:40:44','2017-07-10 13:40:44','',92,'http://www.raisingclevergirls.com/92-revision-v1/',0,'revision','',0),(296,17,'2017-06-10 09:01:54','2017-06-10 09:01:54','','Become a Vendor','','publish','closed','closed','','become-a-vendor-3','','','2017-06-10 09:01:54','2017-06-10 09:01:54','',0,'http://www.clevergirls.com.au/become-a-vendor-3/',0,'ywcmbs-membership','',0),(299,18,'2017-06-13 00:23:53','2017-06-13 00:23:53','','Become a Vendor','','publish','closed','closed','','become-a-vendor-4','','','2017-06-13 00:23:53','2017-06-13 00:23:53','',0,'http://www.clevergirls.com.au/become-a-vendor-4/',0,'ywcmbs-membership','',0),(376,44,'2017-07-28 11:40:40','2017-07-28 01:40:40','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact using the form below and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Company \" field_title=\"Company name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Website\" field_title=\"Website\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your name\" field_title=\"Your name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-07-28 11:40:40','2017-07-28 01:40:40','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(375,44,'2017-07-28 11:39:26','2017-07-28 01:39:26','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact using the form below or email us and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form captcha=\"on\" use_redirect=\"off\" input_border_radius=\"0\" module_id=\"et_pb_contact_form_0\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"][et_pb_contact_field field_id=\"Company \" field_title=\"Company name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Website\" field_title=\"Website\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Address\" field_title=\"Address\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your name\" field_title=\"Your name\" field_type=\"input\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" required_mark=\"on\" fullwidth_field=\"off\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" required_mark=\"on\" fullwidth_field=\"on\" input_border_radius=\"0\" disabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-07-28 11:39:26','2017-07-28 01:39:26','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(323,37,'2017-06-20 09:28:59','2017-06-20 09:28:59','','Become a Vendor','','publish','closed','closed','','become-a-vendor-2','','','2017-06-20 09:28:59','2017-06-20 09:28:59','',0,'http://www.clevergirls.com.au/become-a-vendor-2/',0,'ywcmbs-membership','',0),(325,38,'2017-06-20 13:59:27','2017-06-20 13:59:27','','Become a Vendor','','publish','closed','closed','','become-a-vendor-5','','','2017-06-20 13:59:27','2017-06-20 13:59:27','',0,'http://www.clevergirls.com.au/become-a-vendor-5/',0,'ywcmbs-membership','',0),(327,39,'2017-06-21 23:56:50','2017-06-21 23:56:50','','Become a Vendor','','publish','closed','closed','','become-a-vendor-6','','','2017-06-21 23:56:50','2017-06-21 23:56:50','',0,'http://www.clevergirls.com.au/become-a-vendor-6/',0,'ywcmbs-membership','',0),(332,1,'2017-06-24 19:01:22','2017-06-24 19:01:22','','Order – June 24, 2017 @ 07:01 PM','','wc-processing','open','closed','order_594eb70256f37','order-jun-24-2017-0701-pm','','','2017-06-24 19:01:23','2017-06-24 19:01:23','',0,'http://www.raisingclevergirls.com/?post_type=shop_order&p=332',0,'shop_order','',1),(334,1,'2017-06-24 19:09:41','2017-06-24 19:09:41','','Order – June 24, 2017 @ 07:09 PM','','wc-processing','open','closed','order_594eb8f58d5ea','order-jun-24-2017-0709-pm','','','2017-06-24 19:09:41','2017-06-24 19:09:41','',0,'http://www.raisingclevergirls.com/?post_type=shop_order&p=334',0,'shop_order','',1),(336,1,'2017-06-24 19:23:44','2017-06-24 19:23:44','','Order – June 24, 2017 @ 07:23 PM','','wc-processing','open','closed','order_594ebc407ec56','order-jun-24-2017-0723-pm','','','2017-06-24 19:23:45','2017-06-24 19:23:45','',0,'http://www.raisingclevergirls.com/?post_type=shop_order&p=336',0,'shop_order','',1),(361,44,'2017-07-03 23:16:14','2017-07-03 13:16:14','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Thank you for signing up

\n

\n

We are thrilled to have you on board - you are in for some amazing educational resources and parenting advice!

\n

First, we need to confirm your email address. To complete the subscription process, please click the link in the email we\'ve just sent you.

\n

To be sure that you receive our newsletter and it doesn\'t end up in your spam folder, please add us to your approved email list or contacts list.

\n

Because we want you to be inspired to teach confidence and kindness!

\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"4_4\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com/wp-content/uploads/2017/07/AdobeStock_115697717-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Thank you for signing up!','','inherit','closed','closed','','125-revision-v1','','','2017-07-03 23:16:14','2017-07-03 13:16:14','',125,'http://www.raisingclevergirls.com/125-revision-v1/',0,'revision','',0),(353,44,'2017-06-26 13:11:03','2017-06-26 13:11:03','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Feminism and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise smart, confident, clever girls.

\n

All companies featured on the website are approved by us and need to offer products that promote gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please select one of the membership below and complete the checkout process, then you\'ll automatically be redirected to vendors registration page. As a vendor, you will be able to post your products for online sale on our website.

\n


\n

What Do I get?

\n


\n

Being part of our exclusive directory, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][product_category category="Membership" per_page="8" columns="5" orderby="date" order="desc"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-06-26 13:11:03','2017-06-26 13:11:03','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(372,44,'2017-07-28 11:32:01','2017-07-28 01:32:01','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us on a journey of Growth and Empowerment!

\n


\n

Welcome to our collection of resouces designed for parents and educators to help them raise confident girls that embrace challenges.

\n

All companies featured on the website are approved by us and need to offer products that promote a growth mindset as well as gender equality. When choosing a store, we consider the look and usability of the website and the educational value of the products. Also, all products must be deliverable everywhere in Australia.

\n

If you have a webstore and would like to join Raising Clever Girls, we would love to ear from you. Please contact uing the form below and we will get back to you shortly. Once accepted, you will be able to post relevant products on our website.

\n


\n

What Do I get?

\n


\n

As part of our exclusive resources collection, your business will be featured in a format that will highlight the unique approach you offer. You will be able to promote your products on our website and by this you will make a statement as a supporter of education, gender equality and human rights.

\n

We will share your products, news and events and promotions (related to our values) on our social media platformsfor added exposure.

\n


\n

MEMBERSHIP INCLUDES:

\n
    \n
  • Company listing on our directory
  • \n
  • Products listings 
  • \n
  • Social Media shout outs
  • \n
  • Recurring monthly payments - one time setup of the membership
  • \n
  • No cancellation fee or set contract
  • \n
\n

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Join us','','inherit','closed','closed','','170-revision-v1','','','2017-07-28 11:32:01','2017-07-28 01:32:01','',170,'http://www.raisingclevergirls.com/170-revision-v1/',0,'revision','',0),(342,1,'2017-06-25 13:44:35','2017-06-25 13:44:35','','Order – June 25, 2017 @ 01:44 PM','','wc-processing','open','closed','order_594fbe434a482','order-jun-25-2017-0144-pm','','','2017-06-25 13:44:35','2017-06-25 13:44:35','',0,'http://www.raisingclevergirls.com/?post_type=shop_order&p=342',0,'shop_order','',1),(343,43,'2017-06-25 13:44:35','2017-06-25 13:44:35','','Become a Vendor','','publish','closed','closed','','become-a-vendor-7','','','2017-06-25 13:44:35','2017-06-25 13:44:35','',0,'http://www.raisingclevergirls.com/become-a-vendor-7/',0,'ywcmbs-membership','',0),(364,44,'2017-07-04 00:11:52','2017-07-03 14:11:52','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Thank you for signing up

\n

\n

We are thrilled to have you on board - you are in for some amazing educational resources and parenting advice!

\n

First, we need to confirm your email address. To complete the subscription process, please click the link in the email we\'ve just sent you.

\n

To be sure that you receive our newsletter and it doesn\'t end up in your spam folder, please add us to your approved email list or contacts list.

\n

Because we want you to be inspired to teach confidence and kindness!

\n

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Thank you for signing up!','','inherit','closed','closed','','125-revision-v1','','','2017-07-04 00:11:52','2017-07-03 14:11:52','',125,'http://www.raisingclevergirls.com/125-revision-v1/',0,'revision','',0),(379,44,'2017-07-28 13:35:04','2017-07-28 03:35:04',' ','','','publish','closed','closed','','379','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com/379/',7,'nav_menu_item','',0),(694,44,'2017-10-23 10:26:12','2017-10-22 23:26:12','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\n

We make raising girls easy for mums:

\n
    \n
  • Provide them with great resources: toys, games, books, kits, activities
  • \n
  • Come up with daily ideas of prompts to make family life easy
  • \n
  • Help them find incredible online services and guidance
  • \n
\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-10-23 10:26:12','2017-10-22 23:26:12','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(538,1,'2017-09-15 18:23:10','2017-09-15 08:23:10','','Order – September 15, 2017 @ 06:23 PM','','wc-processing','open','closed','order_59bb8dee322c7','order-sep-15-2017-0823-am','','','2017-09-15 18:23:11','2017-09-15 08:23:11','',0,'http://www.raisingclevergirls.com.au/?post_type=shop_order&p=538',0,'shop_order','',1),(539,47,'2017-09-15 18:23:11','2017-09-15 08:23:11','','Become a Vendor','','publish','closed','closed','','become-a-vendor-9','','','2017-09-15 18:23:11','2017-09-15 08:23:11','',0,'http://www.raisingclevergirls.com.au/become-a-vendor-9/',0,'ywcmbs-membership','',0),(541,1,'2017-09-15 19:57:51','2017-09-15 09:57:51','','Order – September 15, 2017 @ 07:57 PM','','wc-processing','open','closed','order_59bba41fea367','order-sep-15-2017-0957-am','','','2017-09-15 19:57:52','2017-09-15 09:57:52','',0,'http://www.raisingclevergirls.com.au/?post_type=shop_order&p=541',0,'shop_order','',1),(542,48,'2017-09-15 19:57:52','2017-09-15 09:57:52','','Become a Vendor','','publish','closed','closed','','become-a-vendor-8','','','2017-09-15 19:57:52','2017-09-15 09:57:52','',0,'http://www.raisingclevergirls.com.au/become-a-vendor-8/',0,'ywcmbs-membership','',0),(561,50,'2017-10-20 13:57:52','2017-10-20 02:57:52','Good night stories for rebel girls - teaches kids confidence, positive body image, resilience','Raising Clever Girls - Good Night Stories for Rebel Girls, 100 Tales of Extraordinary Women by Elena Favilli, 9780141986005. Buy this book online.','Raising Clever Girls - Good Night Stories for Rebel Girls, 100 Tales of Extraordinary Women by Elena Favilli, 9780141986005. Buy this book online.','inherit','open','closed','','raising-clever-girls-good-night-stories-for-rebel-girls-100-tales-of-extraordinary-women-by-elena-favilli-9780141986005-buy-this-book-online','','','2017-10-20 13:59:28','2017-10-20 02:59:28','',411,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/Raising-Clever-Girls-Good-Night-Stories-for-Rebel-Girls-100-Tales-of-Extraordinary-Women-by-Elena-Favilli-9780141986005.-Buy-this-book-online..jpg',0,'attachment','image/jpeg',0),(562,50,'2017-10-20 14:46:47','2017-10-20 03:46:47','','parenting books - how to raise smart, confident, successful children','raising girls as individuals rather than conformists','inherit','open','closed','','240_f_76465709_svckobcfeh4uuxbslz3pt7v8xchnevyx','','','2017-10-20 14:48:03','2017-10-20 03:48:03','',404,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg',0,'attachment','image/jpeg',0),(563,50,'2017-10-20 14:52:33','2017-10-20 03:52:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Parenting Books

\r\nBeing in charge of someone\'s emotional, spiritual, physical and intellectual development is no piece of cake. Have a browse for the books we found most inspirational when it comes to bringing up confident, happy, successful children.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 14:52:33','2017-10-20 03:52:33','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(393,44,'2017-07-28 13:57:22','2017-07-28 03:57:22','','JOIN OUR FB GROUP','','publish','closed','closed','','join-our-fb-group','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com/join-our-fb-group/',9,'nav_menu_item','',0),(395,44,'2017-07-28 13:57:23','2017-07-28 03:57:23','','HOME','','publish','closed','closed','','home','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com/home/',1,'nav_menu_item','',0),(493,44,'2017-08-12 00:05:07','2017-08-11 14:05:07','.et_header_style_centered #main-header .logo_container {\nmax-height: 200;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 200px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:05:07','2017-08-11 14:05:07','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(403,44,'2017-08-05 12:18:38','2017-08-05 02:18:38','raising clever, confident girls - gender equality, feminism, resilience, grit, growth mindset, stem, science','clever girls logo header 1','','inherit','open','closed','','clever-girls-logo-header-1','','','2017-08-11 23:27:28','2017-08-11 13:27:28','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/clever-girls-logo-header-1.jpg',0,'attachment','image/jpeg',0),(404,44,'2017-08-11 14:10:40','2017-08-11 04:10:40','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

No education required - No training program No instructions given

\n

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','publish','closed','closed','','resources','','','2017-12-15 21:22:38','2017-12-15 10:22:38','',0,'http://www.raisingclevergirls.com.au/?page_id=404',0,'page','',0),(406,44,'2017-08-11 14:07:55','2017-08-11 04:07:55','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_153099484_FOi3hkmpdPsC9niIqAI75L8OBZ8zR4tW.jpg\" alt=\"books for resilient, confident girls - growth mindset\" title_text=\"BOOKS\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 14:07:55','2017-08-11 04:07:55','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(411,44,'2017-10-20 11:20:15','2017-10-20 00:20:15','\"What if the princess did not marry Prince Charming but instead went on to be an astronaut or an activist? What if the jealous step sisters were supportive and kind? And what if the queen was the one really in charge of the kingdom?\r\n\r\nGood Night Stories for Rebel Girls introduces us to one hundred remarkable women and their extraordinary lives. From Marie Curie to Malala, Ada Lovelace to Zaha Hadid, this book brings together the stories of scientists, artists, politicians, pirates and spies. Each double-page spread contains a mini-biography written in the style of a modern fairy tale and a full-page portrait capturing the spirit of each heroine, by one of the sixty female artists from across the globe who were commissioned to illustrate the book.\r\n\r\nPowerful, moving and very necessary, Good Night Stories for Rebel Girl will inspire and delight readers of all ages.\"\r\n\r\nAbout the Author\r\n\r\nElena Favilli is a media entrepreneur and a journalist. She has worked for Colors magazine, McSweeney\'s, RAI, Il Post, and La Repubblica, and has managed digital newsrooms on both sides of the Atlantic. In 2011, she created the first iPad magazine for children, Timbuktu magazine. She is the founder and CEO of Timbuktu Labs.\r\n\r\nFrancesca Cavallo is a writer and theatre director. Her award-winning plays have been staged all across Europe. A passionate social innovator, Francesca is the founder of Sferracavalli, an International Festival of Sustainable Imagination in Southern Italy. In 2011, Francesca joined forces with Elena Favilli to found Timbuktu Labs, where she serves as Creative Director.','Good Night Stories For Rebel Girls','','publish','closed','closed','','good-night-stories-for-rebel-girls','','','2017-10-20 14:33:30','2017-10-20 03:33:30','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=411',0,'product','',0),(419,44,'2018-10-25 07:18:27','2018-10-24 20:18:27','

[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

No education required - No training program No instructions given

 

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]

','Resources','','inherit','closed','closed','','404-autosave-v1','','','2018-10-25 07:18:27','2018-10-24 20:18:27','',404,'http://www.raisingclevergirls.com.au/404-autosave-v1/',0,'revision','',0),(439,44,'2017-08-11 21:14:33','2017-08-11 11:14:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"427,432,426,434,428,433,429,430,431,435\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"off\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 21:14:33','2017-08-11 11:14:33','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(440,44,'2017-08-11 21:22:06','2017-08-11 11:22:06','','RESOURCES','','publish','closed','closed','','440','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=440',5,'nav_menu_item','',0),(443,44,'2017-08-11 21:42:34','2017-08-11 11:42:34','

[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

THIS MONTH\'S PICK

 

[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Recent Products

[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]

Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.

[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]

Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.

[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

What Our Customers are Saying

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]

Cras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]

','Divi initial home page','','publish','closed','closed','','divi-initial-home-page','','','2017-08-11 21:42:34','2017-08-11 11:42:34','',0,'http://www.raisingclevergirls.com.au/et_pb_layout/divi-initial-home-page/',0,'et_pb_layout','',0),(420,44,'2017-08-11 15:11:36','2017-08-11 05:11:36','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_153099484_FOi3hkmpdPsC9niIqAI75L8OBZ8zR4tW.jpg\" alt=\"books for resilient, confident girls - growth mindset\" title_text=\"BOOKS\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"407,409,413,417,414,415,412,408,410,418\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 15:11:36','2017-08-11 05:11:36','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(494,44,'2017-08-12 00:05:54','2017-08-11 14:05:54','.et_header_style_centered #main-header .logo_container {\nmax-height: 200;\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:05:54','2017-08-11 14:05:54','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(441,44,'2017-08-11 21:37:20','2017-08-11 11:37:20','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 21:37:20','2017-08-11 11:37:20','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(421,44,'2017-08-11 15:12:20','2017-08-11 05:12:20','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n\n#top-menu .menu-item-has-children > a:first-child:after{\ndisplay: none;\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 15:12:20','2017-08-11 05:12:20','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(438,44,'2017-08-11 21:12:48','2017-08-11 11:12:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"427,432,426,434,428,433,429,430,431,435\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 21:12:48','2017-08-11 11:12:48','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(422,44,'2017-08-11 15:23:21','2017-08-11 05:23:21','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_153099484_FOi3hkmpdPsC9niIqAI75L8OBZ8zR4tW.jpg\" alt=\"books for resilient, confident girls - growth mindset\" title_text=\"BOOKS\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_overlay=\"on\" overlay_icon_color=\"#ffffff\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"407,409,413,417,414,415,412,408,410,418\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 15:23:21','2017-08-11 05:23:21','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(532,1,'2017-09-12 20:45:35','2017-09-12 10:45:35','','Order – September 12, 2017 @ 08:45 PM','','wc-processing','open','closed','order_59b7bacf1c156','order-sep-12-2017-1045-am','','','2017-09-12 20:45:35','2017-09-12 10:45:35','',0,'http://www.raisingclevergirls.com.au/?post_type=shop_order&p=532',0,'shop_order','',1),(534,44,'2017-09-12 20:47:19','2017-09-12 10:47:19','[yith_wcmv_become_a_vendor]','Become a Vendor','','inherit','closed','closed','','220-revision-v1','','','2017-09-12 20:47:19','2017-09-12 10:47:19','',220,'http://www.raisingclevergirls.com.au/220-revision-v1/',0,'revision','',0),(535,1,'2017-09-12 20:50:17','2017-09-12 10:50:17','','Order – September 12, 2017 @ 08:50 PM','','wc-processing','open','closed','order_59b7bbe9d640c','order-sep-12-2017-1050-am','','','2017-09-12 20:50:18','2017-09-12 10:50:18','',0,'http://www.raisingclevergirls.com.au/?post_type=shop_order&p=535',0,'shop_order','',1),(427,44,'2017-08-11 15:38:19','2017-08-11 05:38:19','Girls books that teach resilience and a growth mindset\nstrong girls books gender equality resilience confidence love reading','BOOKS','','inherit','open','closed','','strong-girls-books-gender-equality-resilience-confidence-love-reading','','','2017-08-11 15:44:39','2017-08-11 05:44:39','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg',0,'attachment','image/jpeg',0),(428,44,'2017-08-11 15:38:33','2017-08-11 05:38:33','arts and crafts for girls confidence resilience self esteem creativity painting drawing\nARTS AND CRAFTS RESOURCES FOR GIRLS TO BUILD CONFIDENCE, RESILIENCE, GRIT, CREATIVITY, A GROWTH MINDSET. RAISING CLEVER GIRLS. KIDS CHILDREN','ARTS AND CRAFTS','','inherit','open','closed','','arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing','','','2017-08-11 15:45:25','2017-08-11 05:45:25','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg',0,'attachment','image/jpeg',0),(429,44,'2017-08-11 15:38:47','2017-08-11 05:38:47','girls clothes costumes positive body image fashion\nCLOTHES FOR FEMINIST GIRLS THAT PROMOTE GENDER EQUALITY, STRON GIRLS, SCIENCE GIRLS, STEM GIRLS. GROWTH MINDSET. RAISING CLEVER GIRLS. KIDS CHILDREN','CLOTHES','','inherit','open','closed','','girls-clothes-costumes-positive-body-image-fashion','','','2017-08-11 15:45:58','2017-08-11 05:45:58','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg',0,'attachment','image/jpeg',0),(519,44,'2017-08-12 01:16:00','2017-08-11 15:16:00','strong girls movies that teach resilience confidence growth midset female role models\n','MOVIES','','inherit','open','closed','','strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small','','','2017-08-12 01:16:39','2017-08-11 15:16:39','',404,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg',0,'attachment','image/jpeg',0),(520,44,'2017-08-12 01:17:02','2017-08-11 15:17:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:17:02','2017-08-11 15:17:02','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(432,44,'2017-08-11 15:40:11','2017-08-11 05:40:11','toys for girls fun educational stem technology smart unique. teaching resilience, grit, a growth mindset to kids children in australia. raising clever girls\ngirls toys stem science computers technology maths independent play','TOYS','','inherit','open','closed','','girls-toys-stem-science-computers-technology-maths-independent-play','','','2017-08-11 15:48:34','2017-08-11 05:48:34','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg',0,'attachment','image/jpeg',0),(433,44,'2017-08-11 15:41:10','2017-08-11 05:41:10','RESOURCES TO ENCOURAGE GIRLS TO STUDY MUSIC, PIANO, GUITAR, CELLO, SINGING, RESILIENCE, GRIT, GROWTH MINDSET FOR CHILDREN','MUSIC','','inherit','open','closed','','brother-and-sister-playing-piano-2','','','2017-08-11 21:07:35','2017-08-11 11:07:35','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg',0,'attachment','image/jpeg',0),(434,44,'2017-08-11 15:43:13','2017-08-11 05:43:13','MATHS FOR GIRLS TO HELP WITH HOMEWORK AND INDEPENDENT STUDY, A GROWTH MINDSET, RESILIENCE, GRIT, CONFIDENCE. KIDS CHILDREN','MATHS','','inherit','open','closed','','math-homework-2','','','2017-08-11 21:06:50','2017-08-11 11:06:50','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg',0,'attachment','image/jpeg',0),(435,44,'2017-08-11 15:43:16','2017-08-11 05:43:16','parenting girls strong confident resilient self esteem tantrums\nRAISING CLEVER GIRLS PARENTING RESOURCES, ADVICE AND COACHING, BOOKS AND FREEBIES','PARENTING','','inherit','open','closed','','parenting-girls-strong-confident-resilient-self-esteem-tantrums','','','2017-08-11 15:49:24','2017-08-11 05:49:24','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/parenting-girls-strong-confident-resilient-self-esteem-tantrums.jpg',0,'attachment','image/jpeg',0),(444,44,'2017-08-11 21:43:38','2017-08-11 11:43:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','copy after home page','','publish','closed','closed','','copy-home-page','','','2017-08-11 21:43:38','2017-08-11 11:43:38','',0,'http://www.raisingclevergirls.com.au/?page_id=444',0,'page','',0),(445,44,'2017-08-11 21:43:38','2017-08-11 11:43:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','copy after home page','','inherit','closed','closed','','444-revision-v1','','','2017-08-11 21:43:38','2017-08-11 11:43:38','',444,'http://www.raisingclevergirls.com.au/444-revision-v1/',0,'revision','',0),(449,44,'2017-08-11 22:13:43','2017-08-11 12:13:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:13:43','2017-08-11 12:13:43','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(509,44,'2017-08-12 00:34:56','2017-08-11 14:34:56','confident strong girl, fighter, no bullying, raising clever girls','super girl wonder woman raising clever girls','','inherit','open','closed','','super-girl-wonder-woman-raising-clever-girls-2','','','2017-08-12 00:35:49','2017-08-11 14:35:49','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg',0,'attachment','image/jpeg',0),(451,44,'2017-08-11 22:21:39','2017-08-11 12:21:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"lalala\" url=\"raisingclevergirls.com.au/resources\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" alt=\"RESOURCES\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:21:39','2017-08-11 12:21:39','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(456,44,'2017-08-11 22:42:00','2017-08-11 12:42:00','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:42:00','2017-08-11 12:42:00','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(453,44,'2017-08-11 22:34:11','2017-08-11 12:34:11','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Why-we-are-here-raising-clever-girls.png\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:34:11','2017-08-11 12:34:11','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(454,44,'2017-08-11 22:35:35','2017-08-11 12:35:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"427,432,426,434,428,433,429,430,431,435\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-11 22:35:35','2017-08-11 12:35:35','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(463,44,'2017-08-11 22:55:41','2017-08-11 12:55:41','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"400px\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:55:41','2017-08-11 12:55:41','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(462,44,'2017-08-11 22:53:28','2017-08-11 12:53:28','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n

We make raising girls easy for mums:

\r\n
    \r\n
  • \r\n

    Provide them with great resources: toys, games, books, kits, activities

    \r\n
  • \r\n
  • \r\n

    Come up with daily ideas of prompts to make family life easy

    \r\n
  • \r\n
  • \r\n

    Help them find incredible online services and guidance

    \r\n
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:53:28','2017-08-11 12:53:28','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(461,44,'2017-08-11 22:51:11','2017-08-11 12:51:11','Why we are here - raising clever girls - resilience, grit, creativity \nTeaching girls confidence, resilience, grit','','','inherit','open','closed','','why-we-are-here-raising-clever-girls-resilience-grit-creativity','','','2017-08-11 22:52:36','2017-08-11 12:52:36','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg',0,'attachment','image/jpeg',0),(458,44,'2017-08-11 22:43:01','2017-08-11 12:43:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.
\r\n
We make raising girls easy for mums:
\r\n
    \r\n
  • \r\n
    Provide them with great resources: toys, games, books, kits, activities
    \r\n
  • \r\n
  • \r\n
    Come up with daily ideas of prompts to make family life easy
    \r\n
  • \r\n
  • \r\n
    Help them find incredible online services and guidance
    \r\n
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:43:01','2017-08-11 12:43:01','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(459,44,'2017-08-11 22:44:42','2017-08-11 12:44:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.
\r\n
We make raising girls easy for mums:
\r\n
    \r\n
  • \r\n
    Provide them with great resources: toys, games, books, kits, activities
    \r\n
  • \r\n
  • \r\n
    Come up with daily ideas of prompts to make family life easy
    \r\n
  • \r\n
  • \r\n
    Help them find incredible online services and guidance
    \r\n
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:44:42','2017-08-11 12:44:42','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(460,44,'2017-08-11 22:46:20','2017-08-11 12:46:20','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n

We make raising girls easy for mums:

\r\n
    \r\n
  • \r\n

    Provide them with great resources: toys, games, books, kits, activities

    \r\n
  • \r\n
  • \r\n

    Come up with daily ideas of prompts to make family life easy

    \r\n
  • \r\n
  • \r\n

    Help them find incredible online services and guidance

    \r\n
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 22:46:20','2017-08-11 12:46:20','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(465,44,'2017-08-11 23:02:45','2017-08-11 13:02:45','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:02:45','2017-08-11 13:02:45','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(464,44,'2017-08-11 23:00:59','2017-08-11 13:00:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nbody {\r\nfont-size: 14px !important;\r\n}\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. This is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n\r\n\r\n\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:00:59','2017-08-11 13:00:59','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(466,44,'2017-08-11 23:04:25','2017-08-11 13:04:25','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"16\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:04:25','2017-08-11 13:04:25','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(467,44,'2017-08-11 23:05:43','2017-08-11 13:05:43','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"17\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:05:43','2017-08-11 13:05:43','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(468,44,'2017-08-11 23:06:31','2017-08-11 13:06:31','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"19\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:06:31','2017-08-11 13:06:31','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(469,44,'2017-08-11 23:07:57','2017-08-11 13:07:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:07:57','2017-08-11 13:07:57','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(470,44,'2017-08-11 23:17:37','2017-08-11 13:17:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:17:37','2017-08-11 13:17:37','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(471,44,'2017-08-11 23:18:27','2017-08-11 13:18:27','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:18:27','2017-08-11 13:18:27','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(472,44,'2017-08-11 23:22:56','2017-08-11 13:22:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:22:56','2017-08-11 13:22:56','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(473,44,'2017-08-11 23:27:44','2017-08-11 13:27:44','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_color=\"#aed895\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:27:44','2017-08-11 13:27:44','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(548,44,'2017-09-18 13:28:50','2017-09-18 03:28:50','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" disabled=\"off\"][et_pb_fullwidth_post_slider admin_label=\"Fullwidth Post Slider\" include_categories=\"1\" orderby=\"date_desc\" show_arrows=\"on\" show_pagination=\"on\" show_more_button=\"on\" more_text=\"Read More\" content_source=\"off\" use_manual_excerpt=\"on\" excerpt_length=\"270\" show_meta=\"on\" background_layout=\"dark\" show_image=\"on\" image_placement=\"background\" parallax=\"off\" parallax_method=\"off\" use_bg_overlay=\"on\" use_text_overlay=\"off\" remove_inner_shadow=\"off\" background_position=\"default\" background_size=\"default\" auto=\"off\" auto_speed=\"7000\" auto_ignore_hover=\"off\" hide_content_on_mobile=\"off\" hide_cta_on_mobile=\"off\" show_image_video_mobile=\"off\" meta_letter_spacing=\"0\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

THIS MONTH\'S PICK

\r\n \r\n\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop\" type=\"featured\" posts_number=\"4\" columns_number=\"0\" orderby=\"menu_order\" disabled=\"off\"] [/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#f7f7f7\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"on\" disabled=\"off\"][et_pb_column type=\"3_4\" specialty_columns=\"3\"][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"4_4\" saved_specialty_column_type=\"3_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Recent Products

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\" disabled=\"off\"][recent_products per_page=\"40\" columns=\"4\" category=\"membership\" operator=\"NOT IN\"][/et_pb_code][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner admin_label=\"row_inner\" use_custom_gutter=\"off\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" disabled=\"off\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Holiday Special Sale\" button_url=\"#\" url_new_window=\"off\" button_text=\"Shop Now\" use_background_color=\"on\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Become a Vendor\" button_url=\"http://www.clevergirls.com.au/join-us/\" url_new_window=\"on\" button_text=\"Learn More\" use_background_color=\"on\" background_color=\"#27c9b9\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

What Our Customers are Saying

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_cta admin_label=\"Call To Action\" title=\"Browse Our Full Shop\" button_url=\"#\" url_new_window=\"off\" button_text=\"Enter\" use_background_color=\"off\" background_color=\"#108bf5\" background_layout=\"dark\" text_orientation=\"center\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" custom_button=\"off\" button_text_size=\"20\" button_use_icon=\"on\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"]\r\n\r\nCras rutrum blandit sem, molestie consequat erat luctus vel. Cras nunc est, laoreet sit amet ligula et, eleifend commodo dui.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','copy after home page','','inherit','closed','closed','','444-autosave-v1','','','2017-09-18 13:28:50','2017-09-18 03:28:50','',444,'http://www.raisingclevergirls.com.au/444-autosave-v1/',0,'revision','',0),(475,44,'2017-08-11 23:32:59','2017-08-11 13:32:59','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" transparent_background=\"off\" background_color=\"#9dce96\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:32:59','2017-08-11 13:32:59','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(476,44,'2017-08-11 23:34:25','2017-08-11 13:34:25','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#d3d3d3\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:34:25','2017-08-11 13:34:25','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(477,44,'2017-08-11 23:36:01','2017-08-11 13:36:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/clever-girls-science-magnifying-glass.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:36:01','2017-08-11 13:36:01','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(485,44,'2017-08-11 23:57:00','2017-08-11 13:57:00','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-11 23:57:00','2017-08-11 13:57:00','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(480,44,'2017-08-11 23:44:28','2017-08-11 13:44:28','raising clever, confident girls - gender equality, feminism, resilience, grit, growth mindset, stem, science','clever girls logo optin inline newsletter','','inherit','open','closed','','clever-girls-logo-optin-inline-newsletter','','','2017-08-11 23:47:02','2017-08-11 13:47:02','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/clever-girls-logo-optin-inline-newsletter.jpg',0,'attachment','image/jpeg',0),(481,44,'2017-08-11 23:46:49','2017-08-11 13:46:49','Funny child and magnifying glass.\ngirls are curious, fun, creative, resilient','','','inherit','open','closed','','funny-child-and-magnifying-glass-2','','','2017-08-11 23:49:40','2017-08-11 13:49:40','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg',0,'attachment','image/jpeg',0),(482,44,'2017-08-11 23:49:48','2017-08-11 13:49:48','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:49:48','2017-08-11 13:49:48','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(483,44,'2017-08-11 23:51:01','2017-08-11 13:51:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\" show_in_lightbox=\"on\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"17\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-11 23:51:01','2017-08-11 13:51:01','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(507,44,'2017-08-12 00:24:36','2017-08-11 14:24:36','raising clever, confident girls - gender equality, feminism, resilience, grit, growth mindset, stem, science','raising clever girls logo header','','inherit','open','closed','','raising-clever-girls-logo-header-2','','','2017-08-12 00:25:15','2017-08-11 14:25:15','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-logo-header-1.jpg',0,'attachment','image/jpeg',0),(506,44,'2017-08-12 00:22:46','2017-08-11 14:22:46','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-12 00:22:46','2017-08-11 14:22:46','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(486,44,'2017-08-11 23:57:34','2017-08-11 13:57:34','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 800px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 23:57:34','2017-08-11 13:57:34','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(487,44,'2017-08-11 23:58:18','2017-08-11 13:58:18','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 80px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 23:58:18','2017-08-11 13:58:18','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(488,44,'2017-08-11 23:59:13','2017-08-11 13:59:13','.et_header_style_centered #main-header .logo_container {\nmax-height: 80;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 80px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 23:59:13','2017-08-11 13:59:13','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(489,44,'2017-08-11 23:59:39','2017-08-11 13:59:39','.et_header_style_centered #main-header .logo_container {\nmax-height: 110;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-11 23:59:39','2017-08-11 13:59:39','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(490,44,'2017-08-12 00:00:06','2017-08-11 14:00:06','.et_header_style_centered #main-header .logo_container {\nmax-height: 160;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:00:06','2017-08-11 14:00:06','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(491,44,'2017-08-12 00:00:27','2017-08-11 14:00:27','.et_header_style_centered #main-header .logo_container {\nmax-height: 160;\n}\n\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 160px;\n}\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:00:27','2017-08-11 14:00:27','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(492,44,'2017-08-12 00:04:13','2017-08-11 14:04:13','beautiful young mother and her little daughter drawing with crayons on the album. mother and daughter having fun at home.','mother and her little daughter drawing','','inherit','open','closed','','mother-and-her-little-daughter-drawing','','','2017-12-11 14:38:11','2017-12-11 03:38:11','',92,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg',0,'attachment','image/jpeg',0),(496,44,'2017-08-12 00:09:17','2017-08-11 14:09:17','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-12 00:09:17','2017-08-11 14:09:17','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(495,44,'2017-08-12 00:08:27','2017-08-11 14:08:27','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" background_color=\"#27c9b9\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"on\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-12 00:08:27','2017-08-11 14:08:27','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(497,44,'2017-08-12 00:09:32','2017-08-11 14:09:32','.et_header_style_centered #main-header .logo_container {\nmax-height: 300;\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:09:32','2017-08-11 14:09:32','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(498,44,'2017-08-12 00:10:50','2017-08-11 14:10:50','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"17\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-12 00:10:50','2017-08-11 14:10:50','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(527,44,'2017-08-12 01:53:19','2017-08-11 15:53:19','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"17\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-12 01:53:19','2017-08-11 15:53:19','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(499,44,'2017-08-12 00:12:03','2017-08-11 14:12:03','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/raising-clever-girls-science-magnifying-glass-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" max_width=\"300px\"]\r\n[/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"17\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nThis is why we decided to create a place that provides the support and resources parents, grandparents and educators need to raise confident girls that follow their dreams  and are not afraid of failure. We are here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\nWe make raising girls easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#d1d1d1\" show_divider=\"on\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n[/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#b2b2b2\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"]\r\n[/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-08-12 00:12:03','2017-08-11 14:12:03','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(500,44,'2017-08-12 00:12:11','2017-08-11 14:12:11','.et_header_style_centered #main-header .logo_container {\nmax-height: 600;\n}\n\n\n\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:12:11','2017-08-11 14:12:11','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(501,44,'2017-08-12 00:13:23','2017-08-11 14:13:23','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#ededed\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-08-12 00:13:23','2017-08-11 14:13:23','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(502,44,'2017-08-12 00:17:46','2017-08-11 14:17:46','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:17:46','2017-08-11 14:17:46','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(503,44,'2017-08-12 00:19:45','2017-08-11 14:19:45','.et_header_style_centered #main-header .logo_container {\nheight: 110;\n}\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:19:45','2017-08-11 14:19:45','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(504,44,'2017-08-12 00:20:10','2017-08-11 14:20:10','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-08-12 00:20:10','2017-08-11 14:20:10','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(510,44,'2017-08-12 00:36:07','2017-08-11 14:36:07','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at contact@clevergirls.com.au or fill in the form below.

\n

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please visit our Jon Us page.

\n

 

\n

[contact-form-7 id=\"74\" title=\"Contact form 1\"]

\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2017-08-12 00:36:07','2017-08-11 14:36:07','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(551,44,'2017-09-18 13:37:28','2017-09-18 03:37:28','','CONTACT','','publish','closed','closed','','551','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=551',11,'nav_menu_item','',0),(513,44,'2017-08-12 00:40:29','2017-08-11 14:40:29','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.

\n

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au

\n

 

\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\n


[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2017-08-12 00:40:29','2017-08-11 14:40:29','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(511,44,'2017-08-12 00:38:53','2017-08-11 14:38:53','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at contact@clevergirls.com.au or fill in the form below.

\n

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au

\n

 

\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\n


[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2017-08-12 00:38:53','2017-08-11 14:38:53','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(512,44,'2017-08-12 00:40:11','2017-08-11 14:40:11','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at contact@clevergirls.com.au or fill in the form below.

\n

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au

\n

 

\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\n


[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2017-08-12 00:40:11','2017-08-11 14:40:11','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(515,44,'2017-08-12 00:46:04','2017-08-11 14:46:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 00:46:04','2017-08-11 14:46:04','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(514,44,'2017-08-12 00:44:40','2017-08-11 14:44:40','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_gallery admin_label=\"Gallery\" gallery_ids=\"427,432,426,434,428,433,429,430,431,435\" fullwidth=\"off\" posts_number=\"3\" orientation=\"landscape\" show_title_and_caption=\"on\" show_pagination=\"on\" background_layout=\"light\" auto=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 00:44:40','2017-08-11 14:44:40','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(822,44,'2017-12-15 12:46:28','2017-12-15 01:46:28','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

\r\n

No education required - No training program No instructions given

\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-12-15 12:46:28','2017-12-15 01:46:28','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(691,50,'2017-10-23 10:08:43','2017-10-22 23:08:43','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

No education required - No training program No instructions given

\n

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-23 10:08:43','2017-10-22 23:08:43','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(516,44,'2017-08-12 00:54:02','2017-08-11 14:54:02','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 00:54:02','2017-08-11 14:54:02','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(517,44,'2017-08-12 00:56:33','2017-08-11 14:56:33','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 00:56:33','2017-08-11 14:56:33','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(518,44,'2017-08-12 01:10:09','2017-08-11 15:10:09','online classes for chldren girls independent play study learn\nONLINE CLASSES FOR GIRLS TO TEACH GRIT, RESILIENCE, STEM, GROWTH MINDSET. RAISING CLEVER GIRLS. KIDS CHILDREN','ONLINE CLASSES','','inherit','open','closed','','online-classes-for-chldren-girls-independent-play-study-learn-2','','','2017-08-12 01:11:39','2017-08-11 15:11:39','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg',0,'attachment','image/jpeg',0),(521,44,'2017-08-12 01:20:22','2017-08-11 15:20:22','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:20:22','2017-08-11 15:20:22','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(522,44,'2017-08-12 01:22:31','2017-08-11 15:22:31','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:22:31','2017-08-11 15:22:31','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(523,44,'2017-08-12 01:24:39','2017-08-11 15:24:39','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:24:39','2017-08-11 15:24:39','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(524,44,'2017-08-12 01:26:49','2017-08-11 15:26:49','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502465165280.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:26:49','2017-08-11 15:26:49','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(525,44,'2017-08-12 01:28:19','2017-08-11 15:28:19','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502465255614.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:28:19','2017-08-11 15:28:19','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(526,44,'2017-08-12 01:46:17','2017-08-11 15:46:17','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-08-12 01:46:17','2017-08-11 15:46:17','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(529,44,'2017-08-12 21:55:08','2017-08-12 11:55:08','[et_pb_section admin_label=\"section\"]\r\n[et_pb_row admin_label=\"row\"]\r\n[et_pb_column type=\"4_4\"]\r\n[et_pb_text admin_label=\"Text\"]\r\n[woocommerce_my_account]\r\n[/et_pb_text]\r\n[/et_pb_column]\r\n[/et_pb_row]\r\n[/et_pb_section]','My Account','','inherit','closed','closed','','78-autosave-v1','','','2017-08-12 21:55:08','2017-08-12 11:55:08','',78,'http://www.raisingclevergirls.com.au/78-autosave-v1/',0,'revision','',0),(568,50,'2017-10-20 15:00:25','2017-10-20 04:00:25','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

\r\n \r\n

No education required - No training program - No instructions given

\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 15:00:25','2017-10-20 04:00:25','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(689,50,'2017-10-23 09:55:05','2017-10-22 22:55:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

\r\n

No education required

\r\n

- No training program

\r\n

No instructions given

\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-23 09:55:05','2017-10-22 22:55:05','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(569,50,'2017-10-20 15:01:37','2017-10-20 04:01:37','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

\r\n

No education required

\r\n

- No training program

\r\n

No instructions given

\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-20 15:01:37','2017-10-20 04:01:37','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(570,50,'2017-10-20 20:31:27','2017-10-20 09:31:27','Already best-selling authors with How to Talk So Kids Will Listen & Listen So Kids Will Talk, Adele Faber and Elaine Mazlish turned their minds to the battle of the siblings. Parents themselves, they were determined to figure out how to help their children get along. The result was Siblings Without Rivalry. This wise, groundbreaking book gives parents the practical tools they need to cope with conflict, encourage cooperation, reduce competition, and make it possible for children to experience the joys of their special relationship. With humor and understanding-much gained from raising their own children-Faber and Mazlish explain how and when to intervene in fights, provide suggestions on how to help children channel their hostility into creative outlets, and demonstrate how to treat children unequally and still be fair. Updated to incorporate fresh thoughts after years of conducting workshops for parents and professionals, this edition also includes a new afterword.','Siblings Without Rivalry','','publish','open','closed','','siblings-without-rivalry','','','2018-10-25 07:59:12','2018-10-24 20:59:12','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=570',0,'product','',0),(571,50,'2017-10-20 20:25:52','2017-10-20 09:25:52','','xsiblings-without-rivalry.jpg.pagespeed.ic.ZIWq1PlQek','','inherit','open','closed','','xsiblings-without-rivalry-jpg-pagespeed-ic-ziwq1plqek','','','2017-10-20 20:25:52','2017-10-20 09:25:52','',570,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xsiblings-without-rivalry.jpg.pagespeed.ic_.ZIWq1PlQek.jpg',0,'attachment','image/jpeg',0),(572,50,'2017-10-20 20:33:23','2017-10-20 09:33:23','Already best-selling authors with How to Talk So Kids Will Listen & Listen So Kids Will Talk, Adele Faber and Elaine Mazlish turned their minds to the battle of the siblings. Parents themselves, they were determined to figure out how to help their children get along. The result was Siblings Without Rivalry. This wise, groundbreaking book gives parents the practical tools they need to cope with conflict, encourage cooperation, reduce competition, and make it possible for children to experience the joys of their special relationship. With humor and understanding-much gained from raising their own children-Faber and Mazlish explain how and when to intervene in fights, provide suggestions on how to help children channel their hostility into creative outlets, and demonstrate how to treat children unequally and still be fair. Updated to incorporate fresh thoughts after years of conducting workshops for parents and professionals, this edition also includes a new afterword.','Siblings Without Rivalry','


','inherit','closed','closed','','570-autosave-v1','','','2017-10-20 20:33:23','2017-10-20 09:33:23','',570,'http://www.raisingclevergirls.com.au/570-autosave-v1/',0,'revision','',0),(573,50,'2017-10-20 20:39:04','2017-10-20 09:39:04','A groundbreaking guide to raising responsible, capable, happy kids.\r\n\r\nBased on the latest research on brain development and clinical experience with parents, Dr. Laura Markham\'s approach is as simple as it is effective. Her message: Fostering emotional connection with your child creates real and lasting change. When you have that vital connection, you don\'t need to threaten, nag, plead, bribe - or even punish.\r\n\r\nThis remarkable guide will help parents better understand their own emotions - and get them in check - so they can parent with healthy limits, empathy, and clear communication to raise a self-disciplined child. Step-by-step examples give solutions and kid-tested phrasing for parents of toddlers right through the elementary years.\r\n\r\nIf you\'re tired of power struggles, tantrums, and searching for the right \'consequence,\' look no further. You\'re about to discover the practical tools you need to transform your parenting in a positive, proven way.\r\n\r\n\'Dr. Laura shows parents how their empathy can wire their child\'s brain for emotional regulation and happiness-and a brighter future for humanity. A simple yet revolutionary message of love.\' Nancy Samalin, MS, bestselling author of four books including Loving Without Spoiling\r\n\r\n\'If you want to feel more confindent and peaceful as a parent, this is the book. Dr Laura helps you understand what drives your child\'s behavior, and gives you the practical tools to change it.\' Elizabeth Pantley, bestselling author of twelve books including The No Cry Sleep Solution','Peaceful Parent, Happy Kids','','publish','open','closed','','peaceful-parent-happy-kids','','','2018-10-25 07:58:57','2018-10-24 20:58:57','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=573',0,'product','',0),(574,50,'2017-10-20 20:37:28','2017-10-20 09:37:28','','peaceful-parent-happy-kids','','inherit','open','closed','','peaceful-parent-happy-kids','','','2017-10-20 20:37:28','2017-10-20 09:37:28','',573,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/peaceful-parent-happy-kids.jpg',0,'attachment','image/jpeg',0),(575,50,'2017-10-20 20:41:43','2017-10-20 09:41:43','Popular parenting expert Dr. Laura Markham, author of PEACFUL PARENTS, HAPPY SIBLINGS, has garnered a large and loyal readership around the world, thanks to her simple, insightful approach that values the emotional bond between parent and child. As any parent of more than one child knows, though, it\'s challenging for even the most engaged parent to maintain harmony and a strong connection when competition, tempers, and irritation run high.\r\n\r\nIn this highly anticipated guide, Dr. Markham presents simple yet powerful ways to cut through the squabbling and foster a loving, supportive bond between siblings, while giving each child the vital connection that he or she needs.\r\n\r\nPEACEFUL PARENT, HAPPY SIBLINGS includes hands-on, research-based advice on:\r\n
    \r\n
  • \r\n
      \r\n
    • Creating deep connections with each one of your children, so that each truly believes that you couldn\'t possibly love anyone else more.
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • \r\n
      \r\n
    • Fostering a loving family culture that encourages laughter and minimizes fighting
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • \r\n
      \r\n
    • Teaching your children healthy emotional self-management and conflict resolution skills?so that they can work things out with each other, get their own needs met and respect the needs of others
    • \r\n
    \r\n
  • \r\n
\r\n
    \r\n
  • Helping your kids forge a close lifelong sibling bond?as well as the relationship skills they will need for a life of healthy friendships, work relationships, and eventually their own family bonds.
  • \r\n
','Peaceful Parent, Happy Siblings','','publish','open','closed','','peaceful-parent-happy-siblings','','','2018-10-25 07:57:58','2018-10-24 20:57:58','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=575',0,'product','',0),(576,50,'2017-10-20 20:40:31','2017-10-20 09:40:31','','peaceful-parent-happy-siblings','','inherit','open','closed','','peaceful-parent-happy-siblings','','','2017-10-20 20:40:31','2017-10-20 09:40:31','',575,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/peaceful-parent-happy-siblings.jpg',0,'attachment','image/jpeg',0),(577,50,'2017-10-20 20:51:30','2017-10-20 09:51:30','Why resilience and single-mindedness are the keys to outstanding achievement and how they can help you to accomplish remarkable things.\r\n\r\nWhy do naturally talented people frequently fail to reach their potential while other far less gifted individuals go on to achieve amazing things? The secret to outstanding achievement is not talent, but a passionate persistence. In other words, grit.\r\n\r\nMacArthur Genius Award-winning psychologist Angela Duckworth shares fascinating new revelations about who succeeds in life and why. Based on her cutting-edge research, Duckworth shows how many people achieve remarkable things not just by relying on innate natural talent, but by practising what she calls grit. She then offers a Grit Formula to help anyone to become more gritty, focusing on six key factors: hope, effort, precision, passion, ritual and prioritisation.\r\n\r\nShe reveals:\r\n
    \r\n
  • Why people who test high for talent often fail to achieve their potential, and why people who do not test high for talent often \"overachieve\" what others expect them to do
  • \r\n
  • How grit can be learned, whatever your IQ or circumstances
  • \r\n
  • Why stubbornness is a key characteristic of gritty people
  • \r\n
  • When to be stubborn and when giving up is the grittiest thing you can do
  • \r\n
  • How gritty people found their passion, and you can find yours
  • \r\n
  • How gritty experts practise, and how you can do the same in your own life
  • \r\n
  • What the people who care about you can do to boost your grit when you need it most
  • \r\n
  • How grit is cultivated in the highest-performing sports teams, companies and schools
  • \r\n
\r\nLeaping past clichés such as \'success is all about hard work\', Grit offers a fresh and motivating way to climb to heights far beyond what natural talent would predict.\r\n\r\nAbout the Author\r\n\r\nDr Angela Duckworth is a 2013 MacArthur Fellow and an associate professor of psychology at the University of Pennsylvania. She is an expert in non-IQ competencies, including grit and self-control. A highly sought-after international speaker, her TED talk on grit has been viewed by over 8 million people.\r\n\r\nDuckworth’s hypothesis that the real guarantor of success may not be inborn talent but a special blend of resilience and single-mindedness grew out of her upbringing: as a child her scientist father lovingly bemoaned the fact his daughter was ‘no genius’. Duckworth was determined to prove him wrong and spent her youth smashing through every academic barrier. As an adult she became focused on proving her theory and to find out if grit can be learned or cultivated. It was out of this that she created her own Character Lab at the University of Pennsylvania.','Grit','','publish','open','closed','','grit','','','2018-10-25 07:54:47','2018-10-24 20:54:47','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=577',0,'product','',0),(578,50,'2017-10-20 20:45:10','2017-10-20 09:45:10','','building-children-s-resilience','','inherit','open','closed','','building-children-s-resilience','','','2017-10-20 20:45:10','2017-10-20 09:45:10','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/building-children-s-resilience.jpg',0,'attachment','image/jpeg',0),(579,50,'2017-10-20 20:45:35','2017-10-20 09:45:35','','grit','','inherit','open','closed','','grit','','','2017-10-20 20:45:35','2017-10-20 09:45:35','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/grit.jpg',0,'attachment','image/jpeg',0),(580,50,'2017-10-20 20:45:59','2017-10-20 09:45:59','','how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk','','inherit','open','closed','','how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk','','','2017-10-20 20:45:59','2017-10-20 09:45:59','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk.jpg',0,'attachment','image/jpeg',0),(581,50,'2017-10-20 20:46:22','2017-10-20 09:46:22','','parenting-without-power-struggles','','inherit','open','closed','','parenting-without-power-struggles','','','2017-10-20 20:46:22','2017-10-20 09:46:22','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/parenting-without-power-struggles.jpg',0,'attachment','image/jpeg',0),(582,50,'2017-10-20 20:46:45','2017-10-20 09:46:45','','so-sexy-so-soon','','inherit','open','closed','','so-sexy-so-soon','','','2017-10-20 20:46:45','2017-10-20 09:46:45','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/so-sexy-so-soon.jpg',0,'attachment','image/jpeg',0),(583,50,'2017-10-20 20:47:09','2017-10-20 09:47:09','','strip-off-your-fear','','inherit','open','closed','','strip-off-your-fear','','','2017-10-20 20:47:09','2017-10-20 09:47:09','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/strip-off-your-fear.jpg',0,'attachment','image/jpeg',0),(584,50,'2017-10-20 20:47:32','2017-10-20 09:47:32','','the-awakened-family','','inherit','open','closed','','the-awakened-family','','','2017-10-20 20:47:32','2017-10-20 09:47:32','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/the-awakened-family.jpg',0,'attachment','image/jpeg',0),(585,50,'2017-10-20 20:47:53','2017-10-20 09:47:53','','the-curse-of-the-good-girl','','inherit','open','closed','','the-curse-of-the-good-girl','','','2017-10-20 20:47:53','2017-10-20 09:47:53','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/the-curse-of-the-good-girl.jpg',0,'attachment','image/jpeg',0),(586,50,'2017-10-20 20:48:17','2017-10-20 09:48:17','','the-gift-of-failure','','inherit','open','closed','','the-gift-of-failure','','','2017-10-20 20:48:17','2017-10-20 09:48:17','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/the-gift-of-failure.jpg',0,'attachment','image/jpeg',0),(587,50,'2017-10-20 20:48:37','2017-10-20 09:48:37','','xhow-children-succeed.jpg.pagespeed.ic.4BwF5OPN93','','inherit','open','closed','','xhow-children-succeed-jpg-pagespeed-ic-4bwf5opn93','','','2017-10-20 20:48:37','2017-10-20 09:48:37','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xhow-children-succeed.jpg.pagespeed.ic_.4BwF5OPN93.jpg',0,'attachment','image/jpeg',0),(588,50,'2017-10-20 20:49:00','2017-10-20 09:49:00','','xthe-conscious-parent.jpg.pagespeed.ic.ZBqITdKTI9','','inherit','open','closed','','xthe-conscious-parent-jpg-pagespeed-ic-zbqitdkti9','','','2017-10-20 20:49:00','2017-10-20 09:49:00','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xthe-conscious-parent.jpg.pagespeed.ic_.ZBqITdKTI9.jpg',0,'attachment','image/jpeg',0),(589,50,'2017-10-20 20:49:22','2017-10-20 09:49:22','','xthe-grit-guide-for-teens.jpg.pagespeed.ic.Yg9394kxIM','','inherit','open','closed','','xthe-grit-guide-for-teens-jpg-pagespeed-ic-yg9394kxim','','','2017-10-20 20:49:22','2017-10-20 09:49:22','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xthe-grit-guide-for-teens.jpg.pagespeed.ic_.Yg9394kxIM.jpg',0,'attachment','image/jpeg',0),(590,50,'2017-10-20 20:49:47','2017-10-20 09:49:47','','xunselfie.jpg.pagespeed.ic.I7s8dHiFIl','','inherit','open','closed','','xunselfie-jpg-pagespeed-ic-i7s8dhifil','','','2017-10-20 20:49:47','2017-10-20 09:49:47','',577,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xunselfie.jpg.pagespeed.ic_.I7s8dHiFIl.jpg',0,'attachment','image/jpeg',0),(591,50,'2017-10-20 20:54:40','2017-10-20 09:54:40','A foremost The New Yorker and New York Times journalist reverses three decades of thinking about what creates successful children, solving the mysteries of why some succeed and others fail – and of how to move individual children toward their full potential for success.','How Children Succeed','','publish','open','closed','','how-children-succeed','','','2018-10-25 07:54:02','2018-10-24 20:54:02','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=591',0,'product','',0),(592,50,'2017-10-20 20:56:11','2017-10-20 09:56:11','Every parent wants their child to grow up happy, healthy, strong, kind and resilient. This pocket book aims to guide parents in their everyday decision-making to raise kids who are just that. In our ever-changing, uncertain world it is important to understand what resilience is and how to build that in our children. The capacity for building coping and enabling abilities, as well as help-seeking strategies and tangible life skills will help your children navigate the world ahead. This book condenses and updates material from Maggie Dent’s bestselling 2008 book, ‘Real Kids in an Unreal World’. It outlines 10 key building blocks for children birth–12 .We can build our children\'s strengths—one building block at a time—and we can even start before birth.\r\n\r\nAbout the Author\r\n\r\nMaggie Dent is an author, educator, and parenting and resilience specialist with a particular interest in the early years and adolescence. She is a passionate advocate for the healthy, common-sense raising of children in order to strengthen families and communities. Maggie has a wide background of experience that informs her work including teaching, counselling and working in the palliative care and funeral industries. Maggie is the author of seven books, and a prolific creator of resources for parents, adolescents, teachers, educators and others who are interested in quietly improving their lives. She is the proud mother of four awesome sons and a grateful grandmother. She has recently moved to Gerringong, in the Illawarra region of NSW.','Building Children\'s Resilience','','publish','open','closed','','building-childrens-resilience','','','2018-10-25 07:53:51','2018-10-24 20:53:51','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=592',0,'product','',0),(593,50,'2017-10-20 20:59:53','2017-10-20 09:59:53','Instead of being merely the receiver of the parents\' psychological and spiritual legacy, children function as ushers of the parents\' development. Parents unwittingly pass on an inheritance of psychological pain and emotional shallowness. To handle the behavior that results, traditional books on parenting abound with clever techniques for control and quick fixes for dysfunction. In Dr. Shefali Tsabary\'s conscious approach to parenting, however, children serve as mirrors of their parents\' forgotten self. Those willing to look in the mirror have an opportunity to establish a relationship with their own inner state of wholeness. Once they find their way back to their essence, parents enter into communion with their children, shifting away from the traditional parent-to-child \"know it all\" approach and more towards a mutual parent-with-child relationship. The pillars of the parental ego crumble as the parents awaken to the ability of their children to transport them into a state of presence.','The Conscious Parent','','publish','open','closed','','the-conscious-parent','','','2018-10-25 07:53:41','2018-10-24 20:53:41','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=593',0,'product','',0),(594,50,'2017-10-20 21:01:41','2017-10-20 10:01:41','FINALIST FOR THE BOOKS FOR A BETTER LIFE AWARD • NEW YORK TIMES BESTSELLER\r\n\r\n\"Parents . . . you will be wowed and awed by [Dr. Shefali].\" —Oprah Winfrey\r\n\r\nAs seen on Oprah’s SuperSoul Sunday, a radically transformative plan that shows parents how to raise children to be their best, truest selves, from the New York Times bestselling author of The Conscious Parent.\r\n\r\nWhat if...?\r\n\r\nWhat if I told you that you can put an end to all of your parenting struggles?\r\n\r\nThat you can learn to parent without fear or anxiety?\r\n\r\nThat you can end conflict with your children?\r\n\r\nThat you can create close and connected relationships within your family?\r\n\r\n…Would you accept this invitation to a revolution in parenting?\r\n\r\nWe all have the capacity to raise children who are highly resilient and emotionally connected. However, many of us are unable to because we are blinded by modern misconceptions of parenting and our own inner limitations. In The Awakened Family, I show you how you can cultivate a relationship with your children so they can thrive; moreover, you can be transformed to a state of greater calm, compassion and wisdom as well.\r\n\r\nThis book will take you on a journey to transcending your fears and illusions around parenting and help you become the parent you always wanted to be: fully present and conscious. It will arm you with practical, hands-on strategies and real-life examples from my experience as a parent and clinical psychologist that show the extraordinary power of being a conscious parent.\r\n\r\nEveryone in your family is ready to be awakened.\r\n\r\nWill you take this journey with me?\r\n\r\n—Shefali','The Awakened Family','','publish','open','closed','','the-awakened-family','','','2018-10-25 07:53:23','2018-10-24 20:53:23','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=594',0,'product','',0),(595,50,'2017-10-20 21:03:12','2017-10-20 10:03:12','You Can Stop Fighting With Your Chidren!\r\n\r\nHere is the bestselling book that will give you the know–how you need to be more effective with your children and more supportive of yourself. Enthusiastically praised by parents and professionals around the world, the down–to–earth, respectful approach of Faber and Mazlish makes relationships with children of all ages less stressful and more rewarding.\r\n\r\nTheir methods of communication, illustrated with delightful cartoons showing the skills in action, offer innovative ways to solve common problems.\r\n\r\n\"provides communication methods to help cope with a child\'s negative feelings, like frustration, disappointment, anger, etc...also methods for expressing anger without being hurtful, and for engaging a child\'s willing cooperation.\"\r\n\r\nAbout the Author\r\n\r\nAdele Faber and Elaine Mazlish are internationally acclaimed, award-winning experts on adult-child communication. Both lecture nationwide, and their group workshop programs are used by thousands of groups throughout the world to improve communication between children and adults.','How to Talk So Kids Will Listen and Listen So Kids Will Talk','','publish','open','closed','','talk-kids-will-listen-listen-kids-will-talk','','','2018-10-25 07:53:10','2018-10-24 20:53:10','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=595',0,'product','',0),(596,50,'2017-10-20 21:03:23','2017-10-20 10:03:23','You Can Stop Fighting With Your Chidren!\r\n\r\nHere is the bestselling book that will give you the know–how you need to be more effective with your children and more supportive of yourself. Enthusiastically praised by parents and professionals around the world, the down–to–earth, respectful approach of Faber and Mazlish makes relationships with children of all ages less stressful and more rewarding.\r\n\r\nTheir methods of communication, illustrated with delightful cartoons showing the skills in action, offer innovative ways to solve common problems.\r\n\r\n\"provides communication methods to help cope with a child\'s negative feelings, like frustration, disappointment, anger, etc...also methods for expressing anger without being hurtful, and for engaging a child\'s willing cooperation.\"\r\n\r\nAbout the Author\r\n\r\nAdele Faber and Elaine Mazlish are internationally acclaimed, award-winning experts on adult-child communication. Both lecture nationwide, and their group workshop programs are used by thousands of groups throughout the world to improve communication between children and adults.','How to Talk So Kids Will Listen and Listen So Kids Will Talk','','inherit','closed','closed','','595-autosave-v1','','','2017-10-20 21:03:23','2017-10-20 10:03:23','',595,'http://www.raisingclevergirls.com.au/595-autosave-v1/',0,'revision','',0),(597,50,'2017-10-20 21:05:56','2017-10-20 10:05:56','“I trust Susan Stiffelman with my heart, my family, and my community. She knows that what goes on in my home every day is brutal and beautiful and hard and holy. She understands that while we are raising our children, we are still raising ourselves.” —Glennon Doyle Melton, #1 New York Times bestselling author of Love Warrior\r\n\r\nFrom a family therapist, parenting expert and respected advice columnist for AOL’s HuffPost Parents comes a unique approach to parenting that can help eliminate drama, meltdowns, and power struggles.\r\n\r\nDo you ever find yourself asking . . .\r\n\r\n• How can you get your children to do their homework without meltdowns, threats or bribes?\r\n• How can you have a drama-free morning where the kids actually get out the door in time for school?\r\n• How can you better manage your kids’ screen time without making them want to hide what they’re doing from you?\r\n\r\nFamily therapist Susan Stiffelman is here to help. While most parenting programs are designed to coerce kids to change, Parenting Without Power Struggles does something innovative, showing you how to come alongside your children to awaken their natural instincts to cooperate, rather than at them with threats or bribes, which inevitably fuels their resistance. By staying calm and being the confident “Captain of the ship” your child needs, you will learn how to parent from a place of strong, durable connection, and you’ll be better able to help your kids navigate the challenging moments of growing up.\r\n\r\nDrawing upon her successful practice and packed with real-life stories, Parenting Without Power Struggles is an extraordinary guidebook for transforming the day-to-day lives of busy parents—and the children they love.','Parenting Without Power Struggles','','publish','open','closed','','parenting-without-power-struggles','','','2018-10-25 07:52:58','2018-10-24 20:52:58','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=597',0,'product','',0),(598,50,'2017-10-20 21:07:28','2017-10-20 10:07:28','Today\'s teens face intense pressures-academically, socially, and personally. In order to succeed in today\'s fast-paced world, teens require perseverance, tenacity, resilience, self-control, and the ability to fail well. Based in the latest psychology research, this is the first workbook written directly to teens to help them develop \"grit,\" a trait that embodies stamina, a growth mindset, and competence for success.When the going gets tough, it\'s time to get gritty.\r\n\r\nWritten by a clinical-child and school psychologist and based in the latest research, The Grit Guide for Teens will help you build perseverance, resilience, self-control, and stamina.As a teen, setting and reaching goals is an important part of growing up. Whether you want to do well in school, get into a good college, make friends, excel in sports, or master the fine arts or music-you know you need to persevere in order to succeed.\r\n\r\nYou\'ve probably heard the term \"grit\" at school or from your parents, but what does it really mean? Made popular by Angela Duckworth in her New York Times bestseller, the term \"grit,\" embodies all the characteristics that help people accomplish the things they want, such as self-control, tenacity, and the ability to fail well. Using the skills outlined in this book, you\'ll develop both grit and a growth mind-set-a way of thinking that focuses on improvement and hard work in order to achieve any goal you set for yourself.\r\n\r\nYou\'ll learn how to make grit an everyday habit, turn disappointments into opportunities, embrace challenges, manage stress, and be the very best version of you that you can be.Studies show that grit isn\'t something you have to be born with-it can be taught and learned! This book will give you everything you need to get gritty, open your mind to all life\'s possibilities, and succeed in everything you do.\r\n\r\nAbout the Author\r\n\r\nCaren Baruch-Feldman, PhD, is a clinical psychologist and a certified school psychologist. She maintains a private practice in Scarsdale, NY, and works as a school psychologist in Harrison, NY. Baruch-Feldman has authored numerous articles and led workshops on topics such as cognitive behavioral therapy techniques, helping children and adults cope with stress and worry, helping people change, and developing grit and self-control. She is a fellow and supervisor in rational emotive behavior therapy (REBT), a type of CBT.','The Grit Guide for Teens','','publish','open','closed','','grit-guide-teens','','','2017-10-23 09:41:23','2017-10-22 22:41:23','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=598',0,'product','',0),(599,50,'2017-10-20 21:09:39','2017-10-20 10:09:39','NEW YORK TIMES BESTSELLER\r\n\r\nIn the tradition of Paul Tough’s How Children Succeed and Wendy Mogel’s The Blessing of a Skinned Knee, this groundbreaking manifesto focuses on the critical school years when parents must learn to allow their children to experience the disappointment and frustration that occur from life’s inevitable problems so that they can grow up to be successful, resilient, and self-reliant adults.\r\n\r\nModern parenting is defined by an unprecedented level of overprotectiveness: parents who rush to school at the whim of a phone call to deliver forgotten assignments, who challenge teachers on report card disappointments, mastermind children’s friendships, and interfere on the playing field. As teacher and writer Jessica Lahey explains, even though these parents see themselves as being highly responsive to their children’s well being, they aren’t giving them the chance to experience failure—or the opportunity to learn to solve their own problems.\r\n\r\nOverparenting has the potential to ruin a child’s confidence and undermine their education, Lahey reminds us. Teachers don’t just teach reading, writing, and arithmetic. They teach responsibility, organization, manners, restraint, and foresight—important life skills children carry with them long after they leave the classroom.\r\n\r\nProviding a path toward solutions, Lahey lays out a blueprint with targeted advice for handling homework, report cards, social dynamics, and sports. Most importantly, she sets forth a plan to help parents learn to step back and embrace their children’s failures. Hard-hitting yet warm and wise, The Gift of Failure is essential reading for parents, educators, and psychologists nationwide who want to help children succeed.','The Gift of Failure','','publish','open','closed','','the-gift-of-failure','','','2018-10-25 07:50:49','2018-10-24 20:50:49','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=599',0,'product','',0),(600,50,'2017-10-20 21:11:42','2017-10-20 10:11:42','Hailed as “an absolute must-read” (Jean Twenge) and a book that “will change your kids’ lives” (Jack Canfield), UnSelfie by Dr. Michele Borba explains what parents and educators MUST do to combat the growing empathy crisis among children today—including a 9-step empathy-building program with tips to guide kids from birth through college, and beyond.\r\n\r\nTeens today are forty percent less empathetic than they were thirty years ago. Why is a lack of empathy—which goes hand-in-hand with the self-absorption epidemic Dr. Michele Borba calls the Selfie Syndrome—so dangerous? First, it hurts kids’ academic performance and leads to bullying behaviors. Also, it correlates with more cheating and less resilience. And once children grow up, a lack of empathy hampers their ability to collaborate, innovate, and problem-solve—all must-have skills for the global economy.\r\n\r\nIn UnSelfie Dr. Borba pinpoints the forces causing the empathy crisis and shares a revolutionary, researched-based, nine-step plan for reversing it.\r\n\r\nThe good news? Empathy is a trait that can be taught and nurtured. Dr. Borba offers a framework for parenting that yields the results we all want: successful, happy kids who also are kind, moral, courageous, and resilient. UnSelfie is a blueprint for parents and educators who want to kids shift their focus from I, me, and mine…to we, us, and ours.\r\n\r\nAbout the Author\r\n\r\nMichele Borba, EdD, is an internationally renowned educational psychologist and an expert in parenting, bullying, and character development. One of the foremost authorities on childhood development in the country, she is a regular NBC contributor who appears regularly on Today and has been featured as an expert on Dateline, The View, Dr. Phil, NBC Nightly News, Fox & Friends, Dr. Oz, and The Early Show, among many others. She lives in Palm Springs, California, with her husband, and she is the mother of three grown sons.','UnSelfie','','publish','open','closed','','unselfie','','','2018-10-25 07:52:16','2018-10-24 20:52:16','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=600',0,'product','',0),(601,50,'2017-10-20 21:13:34','2017-10-20 10:13:34','Risque Halloween costumes for young girls. T-shirts that boast \"Chick Magnet\" for toddler boys. Sexy content on almost every television channel, as well as in movies and video games. Popular culture and technology inundate our boys and girls with an onslaught of graphic sexual messages at earlier ages than ever before. Without the emotional sophistication to understand what they are doing and seeing, kids are getting into increasing trouble emotionally and socially. Parents are left shaking their heads, wondering: How did this happen? What can we do?\r\nDiane E. Levin, Ph.D., and Jean Kilbourne, Ed.D., internationally recognized experts in, respectively, early childhood development and the impact of the media on children and teens, offer parents essential, age-appropriate strategies to counter the assault. Filled with savvy suggestions, helpful sample dialogues, and poignant stories from families dealing with these issues, So Sexy So Soon provides parents with the information, skills, and confidence they need to discuss sensitive topics openly and effectively-so their kids can just be kids.','So Sexy So Soon','','publish','open','closed','','so-sexy-so-soon','','','2018-10-25 07:50:26','2018-10-24 20:50:26','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=601',0,'product','',0),(602,50,'2017-10-20 21:15:35','2017-10-20 10:15:35','Rachel Simmons argues that in idealizing the \"good girl\"-unerringly nice, polite, modest, and selfless-we teach girls to embrace a version of selfhood that curtails their power and potential.\r\n\r\nDrawing on the exercises Simmons herself uses in her work with girls, parents, and educators,The Curse of the Good Girl provides a catalog of practical strategies to foster girls\' assertiveness, resilience, and integrity. At the core of Simmons\'s radical argument is her belief that the most critical freedom we can win for our daughters is the liberty not only to listen to their inner voice but also to act on it.','The Curse of the Good Girl','','publish','open','closed','','the-curse-of-the-good-girl','','','2018-10-25 07:50:14','2018-10-24 20:50:14','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=602',0,'product','',0),(604,50,'2017-10-20 21:24:43','2017-10-20 10:24:43','Rachel Simmons argues that in idealizing the \"good girl\"-unerringly nice, polite, modest, and selfless-we teach girls to embrace a version of selfhood that curtails their power and potential.\n\nDrawing on the exercises Simmons herself uses in her work with girls, parents, and educators,The Curse of the Good Girl provides a catalog of practical strategies to foster girls\' assertiveness, resilience, and integrity. At the core of Simmons\'s radical argument is her belief that the most critical freedom we can win for our daughters is the liberty not only to listen to their inner voice but also to act on it.','The Curse of the Good Girl','


','inherit','closed','closed','','602-autosave-v1','','','2017-10-20 21:24:43','2017-10-20 10:24:43','',602,'http://www.raisingclevergirls.com.au/602-autosave-v1/',0,'revision','',0),(657,50,'2017-10-21 22:44:57','2017-10-21 11:44:57','','i-like-myself-','','inherit','open','closed','','i-like-myself','','','2017-10-21 22:44:57','2017-10-21 11:44:57','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/i-like-myself-.jpg',0,'attachment','image/jpeg',0),(662,50,'2017-10-21 22:51:02','2017-10-21 11:51:02','Loops, variables, input/output – Lucy can’t wait to get started with the new coding club at school. Finally, an after school activity that she’s really interested in. But Lucy’s excitement turns to disappointment when she’s put into a work group with girls she barely knows. All she wanted to do was make an app that she believes will help someone very special to her.\r\n\r\nSuddenly, Lucy begins to get cryptic coding messages and needs some help translating them. She soon discovers that coding – and friendship – takes time, dedication, and some laughs!','The Friendship Code #1','','draft','open','closed','','friendship-code-1','','','2017-11-06 14:05:24','2017-11-06 03:05:24','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=662',0,'product','',0),(663,50,'2017-10-21 22:52:21','2017-10-21 11:52:21','Think being creative has nothing to do with computer coding? Think again! Coding is all about creativity.\r\n\r\nThe video games you play, the photo-sharing apps you love, the animated movies you watch—they’re all made with code. And the coolest part? YOU can make anything with code, too! The possibilities for coding projects are limitless, so use these pages to get inspired, jot down ideas, doodle, play coding games, and more. Let your imagination run wild—you just might come up with the most awesome coding project ever.','Code It! Create It!','','publish','open','closed','','code-it-create-it','','','2017-10-21 22:52:21','2017-10-21 11:52:21','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=663',0,'product','',0),(664,50,'2017-10-21 22:54:35','2017-10-21 11:54:35','Beatrice Bottomwell has NEVER (not once!) made a mistake...\r\n\r\nMeet Beatrice Bottomwell: a nine-year-old girl who has never (not once!) made a mistake. She never forgets her math homework, she never wears mismatched socks, and she ALWAYS wins the yearly talent show at school. In fact, Beatrice holds the record of perfection in her hometown, where she is known as The Girl Who Never Makes Mistakes. Life for Beatrice is sailing along pretty smoothly until she does the unthinkable-she makes her first mistake. And in a very public way!\r\n\r\n\"The Girl Who Never Made Mistakes is a must read for any young (or old!) perfectionist. Beatrice Bottomwell is perfectly imperfect!\"\r\n-Stephanie Oppenheim, Oppenheim Toy Portfolio\r\n\r\n\"Beatrice offers a lesson we could all benefit from: learn from your mistakes, let go, laugh, and enjoy the ride.\"\r\n-JENNIFER FOSBERRY, New York Times bestselling author of My Name Is Not Isabella','The Girl Who Never Made Mistakes','','publish','open','closed','','girl-never-made-mistakes','','','2017-10-21 22:54:35','2017-10-21 11:54:35','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=664',0,'product','',0),(661,50,'2017-10-21 22:49:33','2017-10-21 11:49:33','Sophia and her coding club BFFs have the best time together. Sure, they work on coding projects, but mostly they gossip about crushes, eat cookies, and do totally silly impersonations. Now they’re about to participate in their first hackathon--a full day of coding and meeting other coders—so it’s time to step up their game!\r\n\r\nJust when Sophia and her friends think their hackathon project is ready for the big time, a change of plans threatens to tear their group apart. Will they have each other’s backs, or are they destined for an epic fail? They know that coding is all about teamwork and problem-solving—maybe friendship is, too!','Hackathons, Robots, And Bffs #2','','draft','open','closed','','hackathons-robots-bffs-2','','','2017-11-06 14:07:01','2017-11-06 03:07:01','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=661',0,'product','',0),(660,50,'2017-10-21 22:46:15','2017-10-21 11:46:15','','xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic.OIEgNZmLGs','','inherit','open','closed','','xwhat-to-do-when-mistakes-make-you-quake-jpg-pagespeed-ic-oiegnzmlgs','','','2017-10-21 22:46:15','2017-10-21 11:46:15','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/xwhat-to-do-when-mistakes-make-you-quake.jpg.pagespeed.ic_.OIEgNZmLGs.jpg',0,'attachment','image/jpeg',0),(658,50,'2017-10-21 22:45:24','2017-10-21 11:45:24','','shark-lady','','inherit','open','closed','','shark-lady','','','2017-10-21 22:45:24','2017-10-21 11:45:24','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/shark-lady.jpg',0,'attachment','image/jpeg',0),(659,50,'2017-10-21 22:45:50','2017-10-21 11:45:50','','the-girl-who-never-made-mistakes','','inherit','open','closed','','the-girl-who-never-made-mistakes','','','2017-10-21 22:45:50','2017-10-21 11:45:50','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/the-girl-who-never-made-mistakes.jpg',0,'attachment','image/jpeg',0),(656,50,'2017-10-21 22:44:32','2017-10-21 11:44:32','','hackathons-robots-and-bffs-2','','inherit','open','closed','','hackathons-robots-and-bffs-2','','','2017-10-21 22:44:32','2017-10-21 11:44:32','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/hackathons-robots-and-bffs-2.jpg',0,'attachment','image/jpeg',0),(665,50,'2017-10-21 22:55:55','2017-10-21 11:55:55','Explorers investigate places they have never been before. These explorers might take a while to make their discoveries. They might have trouble understanding their maps. They might make wrong turns. They might need to start their expedition all over again!\r\n\r\nIf explorers could not accept their mistakes and keep going, they might never make any discoveries! Does this sound like you? If you have trouble accepting mistakes, if you try to be right all the time, or if you worry about being less than the best, this book is for you!\r\n\r\nWhat to Do When Mistakes Make You Quake guides children and their parents through the emotions underlying a fear of making mistakes using strategies and techniques based on cognitive-behavioral principles. This interactive self-help book is the complete resource for educating, motivating, and empowering children to cope with mistakes - so they can explore new territory without fear!\r\n\r\nAbout the Author\r\n\r\nClaire A. B. Freeland, PhD, and Jacqueline B. Toner, PhD, are clinical psychologists in Baltimore, Maryland, USA with over thirty years each in private practice working with children and parents.','What to Do When Mistakes Make You Quake','','publish','open','closed','','mistakes-make-quake','','','2017-10-21 22:55:56','2017-10-21 11:55:56','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=665',0,'product','',0),(725,44,'2017-11-21 10:47:46','2017-11-20 23:47:46','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG - Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+ 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"][/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 10:47:46','2017-11-20 23:47:46','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(727,44,'2017-11-21 12:07:02','2017-11-21 01:07:02','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG - Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"][/et_pb_blurb][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 12:07:02','2017-11-21 01:07:02','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(726,44,'2017-11-21 10:50:35','2017-11-20 23:50:35','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG - Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+ 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"][/et_pb_blurb][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 6+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 10:50:35','2017-11-20 23:50:35','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(697,44,'2017-11-03 12:15:55','2017-11-03 01:15:55','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Workshops

\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-e1583283535936.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\nBurnout to Bliss: Parenting strategies to turn motherhood burnout to family bliss\r\n\r\nAnda Maria, founder of Raising Clever Girls, is a certified Neuro Linguistic Programming practitioner and member of Australian Psychological Society. She is a mom, a teacher and a public speaker, helping parents gain clarity and tools in order to achieve a blissful family life though professional parenting and life coaching.\r\n\r\nDuration: 2 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: parent and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\n \r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','publish','closed','closed','','workshops','','','2020-03-04 12:00:50','2020-03-04 01:00:50','',0,'http://www.raisingclevergirls.com.au/?page_id=697',0,'page','',0),(652,50,'2017-10-21 22:46:56','2017-10-21 11:46:56','Since 2012, the organization Girls Who Code has been leading the charge to get girls interested in technology and coding. Now its founder, Reshma Saujani, wants to inspire you to be a girl who codes!\r\n\r\nBursting with dynamic artwork, down-to-earth explanations of coding principles, and real-life stories of girls and women working at places like Pixar and NASA, this graphically animated book shows what a huge role computer science plays in our lives and how much fun it can be. No matter your interest sports, the arts, baking, student government, social justice coding can help you do what you love and make your dreams come true.\r\n\r\nWhether you’re a girl who’s never coded before, a girl who codes, or a parent raising one, this entertaining book, printed in bold two-color and featuring art on every page, will have you itching to create your own apps, games, and robots to make the world a better place.\r\n\r\nAbout the Author\r\n\r\nReshma Saujani is the founder and CEO of GirlsWhoCode and the former Deputy Public Advocate of New York City. She has been featured in the New York Times, Time Magazine, the Wall Street Journal, along with many other media outlets.','Girls Who Code','','draft','open','closed','','girls-who-code','','','2017-11-06 14:05:40','2017-11-06 03:05:40','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=652',0,'product','',0),(653,50,'2017-10-21 22:43:12','2017-10-21 11:43:12','','code-it-create-it-','','inherit','open','closed','','code-it-create-it','','','2017-10-21 22:43:12','2017-10-21 11:43:12','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/code-it-create-it-.jpg',0,'attachment','image/jpeg',0),(654,50,'2017-10-21 22:43:36','2017-10-21 11:43:36','','friendship-code-1-the','','inherit','open','closed','','friendship-code-1-the','','','2017-10-21 22:43:36','2017-10-21 11:43:36','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/friendship-code-1-the.jpg',0,'attachment','image/jpeg',0),(655,50,'2017-10-21 22:44:03','2017-10-21 11:44:03','','girls-who-code','','inherit','open','closed','','girls-who-code','','','2017-10-21 22:44:03','2017-10-21 11:44:03','',652,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/girls-who-code.jpg',0,'attachment','image/jpeg',0),(666,50,'2017-10-21 22:57:45','2017-10-21 11:57:45','At nine years old, Eugenie Clark developed an unexpected passion for sharks after a visit to the Battery Park Aquarium in New York City. At the time, sharks were seen as mindless killing machines, but Eugenie knew better and set out to prove it. Despite many obstacles in her path, including trying to break into the scientific field as a woman, Eugenie was able to study the creatures she loved so much.\r\n\r\nFrom her many discoveries to the shark-related myths she dispelled, Eugenie\'s wide scientific contributions led to the well-earned nickname \"Shark Lady,\" as she become a fixture in the world of ocean conservation and shark research.\r\n\r\nAbout the Author\r\n\r\nAs an author and zoologist, Jess Keating has tickled a shark, lost a staring contest against an octopus, and been a victim to the dreaded paper cut. She lives in Ontario, Canada, where she spends most of her time writing books for adventurous and funny kids. Her first fiction novel How to Outrun a Crocodile When Your Shoes Are Untied received a Starred Review from Kirkus and has been nominated for a Red Maple award.','Shark Lady','','publish','open','closed','','shark-lady','','','2017-10-21 22:57:45','2017-10-21 11:57:45','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=666',0,'product','',0),(667,50,'2017-10-21 22:58:55','2017-10-21 11:58:55','High on energy and imagination, this ode to self-esteem encourages kids to appreciate everything about themselves--inside and out. Messy hair? Beaver breath? So what Here\'s a little girl who knows what really matters. At once silly and serious, Karen Beaumont\'s joyous rhyming text and David Catrow\'s wild illustrations unite in a book that is sassy, soulful--and straight from the heart.\r\n\r\nAbout The Author\r\n\r\nKaren Beaumont is a published author of children\'s books. Some of the published credits of Karen Beaumont include Doggone Dogs, Who Ate All the Cookie Dough?, Move Over, Rover!, and I Ain\'t Gonna Paint No More! (Ala Notable Children\'s Books. Younger Readers (Awards)).','I Like Myself!','','publish','open','closed','','i-like-myself','','','2017-10-21 22:58:55','2017-10-21 11:58:55','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=667',0,'product','',0),(668,50,'2017-10-21 23:06:05','2017-10-21 12:06:05','
\r\n
\r\n
\r\n
\r\n\r\nIn the spirit of Wendy Mogel\'s The Blessing of a Skinned Knee and Po Bronson and Ashley Merryman\'s Nurture Shock, New York Times -Your Money- columnist Ron Lieber delivers a taboo-shattering manifesto that explains how talking openly to children about money can help parents raise modest, patient, grounded young adults who are financially wise beyond their years.\r\n\r\nFor Ron Lieber, a personal finance columnist and father, good parenting means talking about money with our kids. Children are hyper-aware of money, and they have scores of questions about its nuances. But when parents shy away from the topic, they lose a tremendous opportunity--not just to model the basic financial behaviors that are increasingly important for young adults but also to imprint lessons about what the family truly values.\r\n\r\nWritten in a warm, accessible voice, grounded in real-world experience and stories from families with a range of incomes, The Opposite of Spoiled is both a practical guidebook and a values-based philosophy. The foundation of the book is a detailed blueprint for the best ways to handle the basics: the tooth fairy, allowance, chores, charity, saving, birthdays, holidays, cell phones, checking accounts, clothing, cars, part-time jobs, and college tuition. It identifies a set of traits and virtues that embody the opposite of spoiled, and shares how to embrace the topic of money to help parents raise kids who are more generous and less materialistic.\r\n\r\nBut The Opposite of Spoiled is also a promise to our kids that we will make them better with money than we are. It is for all of the parents who know that honest conversations about money with their curious children can help them become more patient and prudent, but who don\'t know how and when to start.\r\n\r\n
\r\n
\r\n
\r\n
','The Opposite of Spoiled','','publish','open','closed','','the-opposite-of-spoiled','','','2018-10-25 07:50:03','2018-10-24 20:50:03','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=668',0,'product','',0),(669,50,'2017-10-21 23:05:00','2017-10-21 12:05:00','','9780062247025','','inherit','open','closed','','9780062247025','','','2017-10-21 23:05:00','2017-10-21 12:05:00','',668,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780062247025.jpg',0,'attachment','image/jpeg',0),(670,50,'2017-10-21 23:05:22','2017-10-21 12:05:22','','9780345442864','','inherit','open','closed','','9780345442864','','','2017-10-21 23:05:22','2017-10-21 12:05:22','',668,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780345442864.jpg',0,'attachment','image/jpeg',0),(671,50,'2017-10-21 23:05:49','2017-10-21 12:05:49','','9780345507983','','inherit','open','closed','','9780345507983','','','2017-10-21 23:05:49','2017-10-21 12:05:49','',668,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780345507983.jpg',0,'attachment','image/jpeg',0),(672,50,'2017-10-21 23:06:08','2017-10-21 12:06:08','','9780345548672','','inherit','open','closed','','9780345548672','','','2017-10-21 23:06:08','2017-10-21 12:06:08','',668,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780345548672.jpg',0,'attachment','image/jpeg',0),(673,50,'2017-10-21 23:14:01','2017-10-21 12:14:01','\"Simple, smart, and effective solutions to your child\'s struggles.\"--Harvey Karp, M.D.\r\n\r\n\"Daniel Siegel and Tina Payne Bryson have created a masterly, reader-friendly guide to helping children grow their emotional intelligence. This brilliant method transforms everyday interactions into valuable brain-shaping moments. Anyone who cares for children--or who loves a child--should read The Whole-Brain Child.\"--Daniel Goleman, author of Emotional Intelligence\r\n\r\nIn this pioneering, practical book, Daniel J. Siegel, neuropsychiatrist and author of the bestselling Mindsight, and parenting expert Tina Payne Bryson offer a revolutionary approach to child rearing with twelve key strategies that foster healthy brain development, leading to calmer, happier children. The authors explain--and make accessible--the new science of how a child\'s brain is wired and how it matures. The \"upstairs brain,\" which makes decisions and balances emotions, is under construction until the mid-twenties. And especially in young children, the right brain and its emotions tend to rule over the logic of the left brain. No wonder kids throw tantrums, fight, or sulk in silence. By applying these discoveries to everyday parenting, you can turn any outburst, argument, or fear into a chance to integrate your child\'s brain and foster vital growth.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\r\n\r\nComplete with age-appropriate strategies for dealing with day-to-day struggles and illustrations that will help you explain these concepts to your child, The Whole-Brain Child shows you how to cultivate healthy emotional and intellectual development so that your children can lead balanced, meaningful, and connected lives.\r\n\r\n\"[A] useful child-rearing resource for the entire family . . . The authors include a fair amount of brain science, but they present it for both adult and child audiences.\"--Kirkus Reviews\r\n\r\n\"Strategies for getting a youngster to chill out [with] compassion.\"--The Washington Post\r\n\r\n\"This erudite, tender, and funny book is filled with fresh ideas based on the latest neuroscience research. I urge all parents who want kind, happy, and emotionally healthy kids to read The Whole-Brain Child. This is my new baby gift.\"--Mary Pipher, Ph.D., author of Reviving Opheliaand The Shelter of Each Other\r\n\r\n\"Gives parents and teachers ideas to get all parts of a healthy child\'s brain working together.\"--Parent to Parent','The Whole-Brain Child','','publish','open','closed','','whole-brain-child','','','2018-10-25 07:49:51','2018-10-24 20:49:51','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=673',0,'product','',0),(674,50,'2017-10-21 23:11:10','2017-10-21 12:11:10','','9780399165108','','inherit','open','closed','','9780399165108','','','2017-10-21 23:11:10','2017-10-21 12:11:10','',673,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780399165108.jpg',0,'attachment','image/jpeg',0),(675,50,'2017-10-21 23:11:28','2017-10-21 12:11:28','','9780553386691','','inherit','open','closed','','9780553386691','','','2017-10-21 23:11:28','2017-10-21 12:11:28','',673,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780553386691.jpg',0,'attachment','image/jpeg',0),(676,50,'2017-10-21 23:11:46','2017-10-21 12:11:46','','9780743487481','','inherit','open','closed','','9780743487481','','','2017-10-21 23:11:46','2017-10-21 12:11:46','',673,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9780743487481.jpg',0,'attachment','image/jpeg',0),(677,50,'2017-10-21 23:12:04','2017-10-21 12:12:04','','9781847441386','','inherit','open','closed','','9781847441386','','','2017-10-21 23:12:04','2017-10-21 12:12:04','',673,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/10/9781847441386.jpg',0,'attachment','image/jpeg',0),(678,50,'2017-10-21 23:15:57','2017-10-21 12:15:57','
\r\n
\r\n
\r\n
Today\'s busier, faster society is waging an undeclared war on childhood. With too much stuff, too many choices, and too little time, children can become anxious, have trouble with friends and school, or even be diagnosed with behavioral problems. Now internationally renowned family consultant Kim John Payne helps parents reclaim for their children the space and freedom that all kids need for their attention to deepen and their individuality to flourish. Simplicity Parenting offers inspiration, ideas, and a blueprint for change- Streamline your home environment. Reduce the amount of toys, books, and clutter as well as the lights, sounds, and general sensory overload. Establish rhythms and rituals. Discover ways to ease daily tensions, create battle-free mealtimes and bedtimes, and tell if your child is overwhelmed. Schedule a break in the schedule. Establish intervals of calm and connection in your child\'s daily torrent of constant doing. Scale back on media and parental involvement. Manage your children\'s screen time to limit the endless deluge of information and stimulation. A manifesto for protecting the grace of childhood, Simplicity Parenting is an eloquent guid
\r\n
\r\n
\r\n
\r\n
','Simplicity Parenting','','publish','open','closed','','simplicity-parenting','','','2018-10-25 07:49:41','2018-10-24 20:49:41','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=678',0,'product','',0),(679,50,'2017-10-21 23:18:35','2017-10-21 12:18:35','
\r\n
\r\n
\r\n
How many parents have found themselves thinking: \'I can\'t believe I just said to my child the very thing my parents used to say to me!\' \'Am I just destined to repeat the mistakes of my parents?\' In PARENTING FROM THE INSIDE OUT child psychiatrist, Daniel J Siegel and early childhood expert, Mary Hartzell, explore the extent to which our childhood experiences actually do shape the way we parent. Drawing upon stunning new findings in neurobiology and attachment research, they explain how interpersonal relationships directly have an impact on the development of the brain and offer parents a step by step approach to forming a deeper understanding of their own life stories which will help them raise compassionate and resilient children. Born out of a series of parents\' workshops that combined Siegel\'s cutting edge research on how communication impacts brain development with Hartzell\'s thirty years of experience as a child development specialist and parents\' adviser, PARENTING FROM THE INSIDE OUT guides parents through creating the necessary foundations for loving and secure relationships with their children.
\r\n
\r\n
\r\n
\r\n
','Parenting from the Inside out','','publish','open','closed','','parenting-inside-10th-anniversary-edition','','','2018-10-25 07:49:23','2018-10-24 20:49:23','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=679',0,'product','',0),(680,50,'2017-10-21 23:20:01','2017-10-21 12:20:01','This book presents a provocative challenge to the conventional wisdom of raising children. Author of nine books, including the controversial \"Punished by Rewards\", Kohn expands upon the theme of what\'s wrong with our society\'s emphasis on punishments and rewards with regards raising children. Kohn, the father of young children himself, sprinkles his text with anecdotes that shore up his well-researched hypothesis that children do best with unconditional love, respect and the opportunity to make their own choices. Kohn questions why parents and parenting literature focus on compliance and quick fixes, and points out that docility and short-term obedience are not what most parents desire of their children in the long run. He insists that \"controlling parents\" are actually conveying to their kids that they love them conditionally - that is, only when they achieve or behave. Tactics like time-out, brides and threats, Kohn claims, just worsen matters. Caustic, witty and thought-provoking, Kohn\'s arguments challenge much of today\'s parenting wisdom, yet his assertion that \"the way kids learn to make good decisions is by making decisions, not by following directions\" rings true.\r\nKohn suggests parents help kids solve problems; provide them with choices; and use reason, humour and, as a last resort, a restorative time away (not a punitive time-out).','Unconditional Parenting','','publish','open','closed','','unconditional-parenting','','','2018-10-25 07:49:07','2018-10-24 20:49:07','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=680',0,'product','',0),(681,50,'2017-10-21 23:22:04','2017-10-21 12:22:04','
In this groundbreaking book, parenting expert and acclaimed author of the bestselling book Simplicity Parenting Kim John Payne, M.Ed., flips the script on children\'s challenging or defiant behavior and lays out an elegantly simple plan to support parents in establishing loving, age-sensitive boundaries that help children feel safe and settled. In short: What looks like misbehavior is actually your children\'s signal that they\'re feeling lost, that they are trying to find direction and looking to you to guide them back on course.Payne gives parents heartwarming help and encouragement by combining astute observations with sensitive and often funny stories from his long career as a parent educator and a school and family counselor. In accessible language, he explains the relevance of current brain- and child-development studies to day-to-day parenting. Breaking the continuum of childhood into three stages, Payne says that parents need to play three different roles, each corresponding to one of those stages, to help steer children through their emotional growth and inevitable challenging times:\r\n\r\n- The Governor, who is comfortably and firmly in charge--setting limits and making decisions for the early years up to around the age of eight\r\n- The Gardener, who watches for emotional growth and makes decisions based on careful listening, assisting tweens in making plans that take the whole family\'s needs into account\r\n- The Guide, who is both a sounding board and moral compass for emerging adults, helping teens build a sense of their life\'s direction as a way to influence healthy decision making\r\n\r\nPractical and rooted in common sense, The Soul of Discipline gives parents permission to be warm and nurturing but also calm and firm (not overreactive). It gives clear, doable strategies to get things back on track for parents who sense that their children\'s behavior has fallen into a troubling pattern. And best of all, it provides healthy direction to the entire family so parents can spend less time and energy on outmoded, punitive discipline and more on connecting with and enjoying their kids.\r\n\r\nAdvance praise for The Soul of Discipline\r\n\r\n\"The Soul of Discipline offers practical tools for helping parents implement discipline that\'s respectful and effective, but the book is so much more. Kim John Payne offers a framework to guide parents in making decisions about why, when, and how to hold tighter reins as we build skills in our children, and why, when, and how to loosen the reins as we scaffold freedom.\"--Tina Payne Bryson, Ph.D., co-author of No-Drama Discipline\r\n\r\n\"This book gets deep inside the challenge of getting along with children and teens and thinks deeply about what they need from us to become strong and self-managing. It elevates discipline to what it should be--a caring process of helping kids orient to the world and live in it happily and well.\"--Steve Biddulph, author of The New Manhood\r\n\r\n\"Kim Payne provides a useful model for choosing our parenting stance--Governor, Gardener, or Guide--depending on the situation. Most powerfully, Payne begins with the radical view that children are not disobedient but rather disoriented. The upshot of this shift in perspective is that discipline is about helping children orient themselves effectively, not about controlling or chastising.\"--Lawrence J. Cohen, Ph.D., author of Playful Parenting\r\n\r\n
','The Soul of Discipline','','publish','open','closed','','the-soul-of-discipline','','','2018-10-25 07:44:26','2018-10-24 20:44:26','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=681',0,'product','',0),(682,50,'2017-10-21 23:24:08','2017-10-21 12:24:08','
\r\n
\r\n
\r\n
Have you ever stepped back to watch what really goes on when your children play? As psychologist Lawrence J. Cohen points out, play is children\'s way of exploring the world, communicating deep feelings, getting close to those they care about, working through stressful situations, and simply blowing off steam. That\'s why \"playful parenting\" is so important and so successful in building strong, close bonds between parents and children. Through play we join our kids in their world-and help them to - Express and understand complex emotions- Break through shyness, anger, and fear- Empower themselves and respect diversity- Play their way through sibling rivalry - Cooperate without power struggles From eliciting a giggle during baby\'s first game of peekaboo to cracking jokes with a teenager while hanging out at the mall, Playful Parenting is a complete guide to using play to raise confident children. Written with love and humor, brimming with good advice and revealing anecdotes, and grounded in the latest research, this book will make you laugh even as it makes you wise in the ways of being an effective, enthusiastic parent.
\r\n
\r\n
\r\n
\r\n
','Playful Parenting','','publish','open','closed','','playful-parenting','','','2018-10-25 07:48:48','2018-10-24 20:48:48','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=682',0,'product','',0),(683,50,'2017-10-21 23:25:45','2017-10-21 12:25:45','There\'s so much more to confidence than being outgoing, and self esteem has a huge impact on both your happiness and what you are able to achieve in life. Marisa Peer\'s tried and tested programme is an effortless way to maximise your potential and overhaul your whole outlook on life for the better. Her powerful hypnotic language and effective techniques mean that just reading the book enables you to change negative thought patterns and break harmful habits that have been holding you back without you knowing it.Written in the highly engaging style she is renowned for, Marisa\'s book speaks to you on an extremely personal level and tailors her proven methods in establishing confidence to your unique needs. Unlike other books on the market, not only does her programme provide lasting results but she focuses much more on how to like yourself, because until you do you can\'t enjoy the benefits of confidence. Marisa\'s programme is the effortless way to tackle every type of confidence issue so that you can achieve your full potential in life and reap the rewards.','Ultimate Confidence','','publish','open','closed','','ultimate-confidence','','','2018-10-25 08:06:03','2018-10-24 21:06:03','',0,'http://www.raisingclevergirls.com.au/?post_type=product&p=683',0,'product','',0),(684,50,'2017-10-23 09:47:14','2017-10-22 22:47:14','

[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

 

No education required

- No training program

No instructions given

 

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]

','Resources page','','publish','closed','closed','','resources-page','','','2017-10-23 09:47:14','2017-10-22 22:47:14','',0,'http://www.raisingclevergirls.com.au/et_pb_layout/resources-page/',0,'et_pb_layout','',0),(885,44,'2018-04-30 18:37:11','2018-04-30 08:37:11','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"27px|0px|27px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

How wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.

\n

Well actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.

\n

But getting back to our topic, it would still be nice if our words would reach our kids\' ears.

\n

What happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.
We think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.

\n

But what if we try some other strategies instead? After all, nothing will change if we change nothing.

\n
    \n
  1. FILL THEIR CUP
    Running on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \n
\n

On top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.

\n
    \n
  1. BE A TEAM
    We think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \n
\n

Eg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!
Wow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?

\n
    \n
  1. DON’T PUNISH NOR RESCUE THEM
    We all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \n
\n

Or you just scold her and tell her we are not going to help them out with this.
What does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").

\n

But how about this scenario instead:
The mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.
The outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.

\n
    \n
  1. ASK
    Sounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \n
\n

What were you trying to accomplish?
I wonder what may have caused this to happen... What do you think?
How does it make you feel?
Do you have any ideas how we could solve this problem?

\n

And instead of bossing them around, we can ask them simple questions:
Put your shoes on => Do you think you are ready to get out of the house?
Get your homework/ books/ projects => What do you need to take to school today?
Go brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?

\n
    \n
  1. MAKE A PLAN
    Let your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \n
\n

Or let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.

\n

The key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.

\n

 

\n

Discipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2018-04-30 18:37:11','2018-04-30 08:37:11','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(884,44,'2018-04-30 18:36:18','2018-04-30 08:36:18','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

How wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.

\n

Well actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.

\n

But getting back to our topic, it would still be nice if our words would reach our kids\' ears.

\n

What happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.
We think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.

\n

But what if we try some other strategies instead? After all, nothing will change if we change nothing.

\n
    \n
  1. FILL THEIR CUP
    Running on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \n
\n

On top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.

\n
    \n
  1. BE A TEAM
    We think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \n
\n

Eg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!
Wow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?

\n
    \n
  1. DON’T PUNISH NOR RESCUE THEM
    We all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \n
\n

Or you just scold her and tell her we are not going to help them out with this.
What does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").

\n

But how about this scenario instead:
The mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.
The outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.

\n
    \n
  1. ASK
    Sounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \n
\n

What were you trying to accomplish?
I wonder what may have caused this to happen... What do you think?
How does it make you feel?
Do you have any ideas how we could solve this problem?

\n

And instead of bossing them around, we can ask them simple questions:
Put your shoes on => Do you think you are ready to get out of the house?
Get your homework/ books/ projects => What do you need to take to school today?
Go brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?

\n
    \n
  1. MAKE A PLAN
    Let your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \n
\n

Or let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.

\n

The key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.

\n

 

\n

Discipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2018-04-30 18:36:18','2018-04-30 08:36:18','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(688,50,'2017-10-23 09:50:31','2017-10-22 22:50:31','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

\r\n

No education required

\r\n

- No training program

\r\n

No instructions given

\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nSo mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.\r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"TOYS\" url=\"http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-toys-stem-science-computers-technology-maths-independent-play-e1502466265450.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"SCIENCE\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-science/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-in-science-strong-resilient-confident.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MATHS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-maths/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girl-learning-maths-resilience-grit-self-esteem-confidence-stem-science.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ARTS AND CRAFTS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-arts-crafts-supplies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/arts-and-crafts-for-girls-confidence-resilience-self-esteem-creativity-painting-drawing.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MUSIC\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-music/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girl-playing-piano-children-kids-love-music-creative-happy-resilient-learn.jpeg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"ONLINE CLASSES\" url=\"http://www.raisingclevergirls.com.au/product-category/online-courses-classes-for-children/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/online-classes-for-chldren-girls-independent-play-study-learn-1.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"CLOTHES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-clothes-smart-cute-strong-fashion/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/girls-clothes-costumes-positive-body-image-fashion.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" header_text_color=\"#474747\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-autosave-v1','','','2017-10-23 09:50:31','2017-10-22 22:50:31','',404,'http://www.raisingclevergirls.com.au/404-autosave-v1/',0,'revision','',0),(690,50,'2017-10-23 10:08:27','2017-10-22 23:08:27','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

No education required - No training program No instructions given

\n

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_divider color=\"#ffffff\" divider_style=\"solid\" divider_position=\"top\" divider_weight=\"1px\" hide_on_mobile=\"on\" admin_label=\"Divider\" disabled=\"off\"] [/et_pb_divider][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-23 10:08:27','2017-10-22 23:08:27','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(692,50,'2017-10-23 10:09:19','2017-10-22 23:09:19','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

No education required - No training program No instructions given

\n

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-movies/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-10-23 10:09:19','2017-10-22 23:09:19','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(714,44,'2017-11-20 12:23:47','2017-11-20 01:23:47','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_locked optin_id=optin_7]\r\n\r\n[/et_bloom_locked] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','publish','open','open','','15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them','','','2017-12-15 21:19:36','2017-12-15 10:19:36','',0,'http://www.raisingclevergirls.com.au/?p=714',0,'post','',1),(695,44,'2017-10-23 10:41:37','2017-10-22 23:41:37','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"justified\" admin_label=\"Text\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).

\n

This is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents\' daily  inspiration, influencing how the family spends time together now and for the years to come.

\n

We make raising girls easy for mums:

\n
    \n
  • Provide them with great resources: toys, games, books, kits, activities
  • \n
  • Come up with daily ideas of prompts to make family life easy
  • \n
  • Help them find incredible online services and guidance
  • \n
\n


\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.

\n


\n


\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n\r\n\r\n[/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-10-23 10:41:37','2017-10-22 23:41:37','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(698,44,'2017-11-03 12:09:01','2017-11-03 01:09:01','raising gifted children','play is our brain\'s favourite way of learning - diane ackerman - raising clever girls to be confident and successful','parenting made easy','inherit','open','closed','','play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful','','','2017-11-03 12:10:03','2017-11-03 01:10:03','',697,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg',0,'attachment','image/jpeg',0),(699,44,'2017-11-03 12:10:56','2017-11-03 01:10:56','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nWhy is this important?\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:10:56','2017-11-03 01:10:56','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(700,44,'2017-11-03 12:15:55','2017-11-03 01:15:55','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:15:55','2017-11-03 01:15:55','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(702,44,'2017-11-03 12:19:06','2017-11-03 01:19:06','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:19:06','2017-11-03 01:19:06','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(703,44,'2017-11-03 12:27:42','2017-11-03 01:27:42','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:27:42','2017-11-03 01:27:42','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(705,44,'2017-11-03 12:41:48','2017-11-03 01:41:48','bring up your gifted daughter to become successful and confident','mother and daughter playing with puppets connect feelings dificult talk delicate subjects workshop raising clever girls','gifted children','inherit','open','closed','','mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls','','','2017-11-03 12:42:50','2017-11-03 01:42:50','',697,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg',0,'attachment','image/jpeg',0),(706,44,'2017-11-03 12:43:05','2017-11-03 01:43:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:43:05','2017-11-03 01:43:05','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(707,44,'2017-11-03 12:48:52','2017-11-03 01:48:52','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 12:48:52','2017-11-03 01:48:52','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(709,44,'2017-11-03 13:00:56','2017-11-03 02:00:56','parenting gifted children ','parenting girls fashion footwear design workshop raising clever girls connect with your child play have fun','gifted girls to grow up into confident, successful women','inherit','open','closed','','parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun','','','2017-11-03 13:01:46','2017-11-03 02:01:46','',697,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg',0,'attachment','image/jpeg',0),(710,44,'2017-11-03 13:15:53','2017-11-03 02:15:53','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 13:15:53','2017-11-03 02:15:53','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(711,44,'2017-11-03 13:16:35','2017-11-03 02:16:35','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\n \r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 13:16:35','2017-11-03 02:16:35','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(833,44,'2017-12-15 13:24:02','2017-12-15 02:24:02','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n \r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-12-15 13:24:02','2017-12-15 02:24:02','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(712,44,'2017-11-03 13:17:32','2017-11-03 02:17:32','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Making a Puppet: mother and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.
\nDuration: 3 hours

\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

\n

\n

\n

\n

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
Duration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-11-03 13:17:32','2017-11-03 02:17:32','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(713,44,'2017-11-03 13:18:31','2017-11-03 02:18:31','','WORKSHOPS','','publish','closed','closed','','713','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=713',4,'nav_menu_item','',0),(715,44,'2017-11-20 11:42:53','2017-11-20 00:42:53','We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n ','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit - and the Conversation Starter for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 11:42:53','2017-11-20 00:42:53','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(716,44,'2017-11-20 11:51:41','2017-11-20 00:51:41','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"]\n [et_pb_text admin_label=\"Text\"]\n We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \n [/et_pb_text]\n [/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit - and the Conversation Starter for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 11:51:41','2017-11-20 00:51:41','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(717,44,'2017-11-20 12:15:49','2017-11-20 01:15:49','boost confidence, develop resilience and grit, encourage self esteem and kindness','moana - educational movies for girls kids to boost confidence, grit, confidence, self esteem','movies for girls/ kids ','inherit','open','closed','','moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem','','','2017-11-20 12:17:16','2017-11-20 01:17:16','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg',0,'attachment','image/jpeg',0),(719,44,'2017-11-20 12:20:34','2017-11-20 01:20:34','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit - and the Conversation Starter for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 12:20:34','2017-11-20 01:20:34','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(718,44,'2017-11-20 12:17:42','2017-11-20 01:17:42','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\"]

PG - age 6+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit - and the Conversation Starter for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 12:17:42','2017-11-20 01:17:42','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(724,44,'2017-11-20 12:38:11','2017-11-20 01:38:11','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 12:38:11','2017-11-20 01:38:11','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(720,44,'2017-11-20 12:23:47','2017-11-20 01:23:47','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  age 6+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit - and the Conversation Starter for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 12:23:47','2017-11-20 01:23:47','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(721,44,'2017-11-20 12:25:41','2017-11-20 01:25:41','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence, Build Resilience and Make Kindness a Habit + Conversation Starters for Each of Them','','inherit','closed','closed','','714-revision-v1','','','2017-11-20 12:25:41','2017-11-20 01:25:41','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(722,44,'2017-11-20 12:35:17','2017-11-20 01:35:17','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.

\n

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au

\n

 

\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\n


[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2017-11-20 12:35:17','2017-11-20 01:35:17','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(723,44,'2017-12-11 13:23:42','2017-12-11 02:23:42','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n

+ Conversation Starters for Each of Them

\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\n\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\n\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\n\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 5+\n\nA message about hard work, friendship and trying your hardest\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 5+\n\nA story about letting go of the expectations others have and embracing your greatness\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 5+\n\nPositive messages about the power of  friendship, acceptance and courage\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG - Age 5+\n\nA story about consciousness and perseverance\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG - age 6+\n\nA strong female character modeling initiative, courage and determination\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  age 6+\n\nThe importance of team work and believing in yourself\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 6+\n\nOriginal story about handling big feelings\n- great parenting tool\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 7+\n\nAn optimistic girl uses her creativity to find new strategies for solving problems\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nG -  Age 7+\n\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nG -  Age 7+\n\n\"Keep moving forward\"\na story of perseverance in the face of continued adversity\n\n \n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 7+\n\nPositive sides of failure and learning from your mistakes\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 8+\n\nA book lover boy saves a kingdom using his resilience and imagination\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 8+\n\nMother and daughter empowering movie about courage\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 8+\n\nDetermination and perseverence through tragic circumstances\n\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\n\nPG -  Age 8+\n\nWhen chasing your dreams you will fall, but stand up and try again\n\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-autosave-v1','','','2017-12-11 13:23:42','2017-12-11 02:23:42','',714,'http://www.raisingclevergirls.com.au/714-autosave-v1/',0,'revision','',0),(748,44,'2017-11-21 13:23:09','2017-11-21 02:23:09','','brave motivational movie girls children mother and daughter inspirational characters educational teaces courage bravery family','','inherit','open','closed','','brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family','','','2017-11-21 13:23:09','2017-11-21 02:23:09','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png',0,'attachment','image/png',0),(749,44,'2017-11-21 13:24:06','2017-11-21 02:24:06','','charlotte\'s web kids movie female character failure growth mindset grit acceptance empathy kindness family night','','inherit','open','closed','','charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night','','','2017-11-21 13:24:06','2017-11-21 02:24:06','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg',0,'attachment','image/jpeg',0),(750,44,'2017-11-21 13:24:40','2017-11-21 02:24:40','','chicken run children movie growth mindset resilience educational message family night','','inherit','open','closed','','chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night','','','2017-11-21 13:24:40','2017-11-21 02:24:40','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg',0,'attachment','image/jpeg',0),(751,44,'2017-11-21 13:25:16','2017-11-21 02:25:16','','chitty chitty bang bang motivational movie for kids girls teaches resilience grit optimism team work','','inherit','open','closed','','chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work','','','2017-11-21 13:25:16','2017-11-21 02:25:16','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg',0,'attachment','image/jpeg',0),(752,44,'2017-11-21 13:25:57','2017-11-21 02:25:57','','frozen motivational movie girl power stron female characters positive messages educational story teaches grit team work self worth','','inherit','open','closed','','frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth','','','2017-11-21 13:25:57','2017-11-21 02:25:57','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg',0,'attachment','image/jpeg',0),(753,44,'2017-11-21 13:26:38','2017-11-21 02:26:38','','inside out movie educational girls kids strong female character teaches importance of emotions family night motivational firls','','inherit','open','closed','','inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls','','','2017-11-21 13:26:38','2017-11-21 02:26:38','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg',0,'attachment','image/jpeg',0),(754,44,'2017-11-21 13:26:42','2017-11-21 02:26:42','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:26:42','2017-11-21 02:26:42','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(745,44,'2017-11-21 13:00:57','2017-11-21 02:00:57','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG - Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:00:57','2017-11-21 02:00:57','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(744,44,'2017-11-21 12:57:24','2017-11-21 01:57:24','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG - Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 12:57:24','2017-11-21 01:57:24','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(743,44,'2017-11-21 12:55:50','2017-11-21 01:55:50','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Sing\" url=\"<a href=%22https://play.google.com/store/movies/details/Sing?id=HP4_QSJT3eA%22>Sing</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG - Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+ 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"][/et_pb_blurb][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 6+

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','10 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 12:55:50','2017-11-21 01:55:50','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(747,44,'2017-11-21 13:21:45','2017-11-21 02:21:45','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:21:45','2017-11-21 02:21:45','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(755,44,'2017-11-21 13:27:17','2017-11-21 02:27:17','','meet the robinsons educational movie motivational boys girls children resilience hope empathy teaches grit a growth mindset','','inherit','open','closed','','meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset','','','2017-11-21 13:27:17','2017-11-21 02:27:17','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg',0,'attachment','image/jpeg',0),(756,44,'2017-11-21 13:27:55','2017-11-21 02:27:55','','mulan girls kids movie motivational, brave, feminist, growth mindset','','inherit','open','closed','','mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset','','','2017-11-21 13:27:55','2017-11-21 02:27:55','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg',0,'attachment','image/jpeg',0),(757,44,'2017-11-21 13:28:31','2017-11-21 02:28:31','','new adventures of pippi longstocking girl power adventure kids movie feminist growth mindset optimism','','inherit','open','closed','','new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism','','','2017-11-21 13:28:31','2017-11-21 02:28:31','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg',0,'attachment','image/jpeg',0); INSERT INTO `wp_posts` VALUES (758,44,'2017-11-21 13:28:32','2017-11-21 02:28:32','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:28:32','2017-11-21 02:28:32','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(759,44,'2017-11-21 13:29:03','2017-11-21 02:29:03','','the lorax motivational movie for children teaches the importance of environment and nature family night educational value resilience grit team work','','inherit','open','closed','','the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work','','','2017-11-21 13:29:03','2017-11-21 02:29:03','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg',0,'attachment','image/jpeg',0),(760,44,'2017-11-21 13:29:36','2017-11-21 02:29:36','','the neverending story children movie motivational teaches resilience optimism hope team work family night','','inherit','open','closed','','the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night','','','2017-11-21 13:29:36','2017-11-21 02:29:36','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg',0,'attachment','image/jpeg',0),(761,44,'2017-11-21 13:30:12','2017-11-21 02:30:12','','trolls motivational movie optimistic self confidence team work power of change strong female character feminist educational messages','','inherit','open','closed','','trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages','','','2017-11-21 13:30:12','2017-11-21 02:30:12','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg',0,'attachment','image/jpeg',0),(762,44,'2017-11-21 13:30:49','2017-11-21 02:30:49','','wild hearts can\'t be broken kids movie motivational strong female character resilience hardship teaches a growth mindset empathy','','inherit','open','closed','','wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy','','','2017-11-21 13:30:49','2017-11-21 02:30:49','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg',0,'attachment','image/jpeg',0),(763,44,'2017-11-21 13:31:24','2017-11-21 02:31:24','','zootopia girls kids movie stron female character educational teaches acceptance empathy resilience a grrowth mindset family night motivational','','inherit','open','closed','','zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational','','','2017-11-21 13:31:24','2017-11-21 02:31:24','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg',0,'attachment','image/jpeg',0),(764,44,'2017-11-21 13:35:36','2017-11-21 02:35:36','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://play.google.com/store/movies/details/The_New_Adventures_of_Pippi_Longstocking?id=neegNFRmLak%22>The New Adventures of Pippi Longstocking</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:35:36','2017-11-21 02:35:36','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(765,44,'2017-11-21 13:42:30','2017-11-21 02:42:30','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://play.google.com/store/movies/details/The_New_Adventures_of_Pippi_Longstocking?id=neegNFRmLak%22>The New Adventures of Pippi Longstocking</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\"][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:42:30','2017-11-21 02:42:30','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(781,44,'2017-11-28 14:11:36','2017-11-28 03:11:36','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-28 14:11:36','2017-11-28 03:11:36','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(766,44,'2017-11-21 13:49:01','2017-11-21 02:49:01','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://play.google.com/store/movies/details/The_New_Adventures_of_Pippi_Longstocking?id=neegNFRmLak%22>The New Adventures of Pippi Longstocking</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"<a href=%22https://play.google.com/store/movies/details/Chicken_Run?id=26sIt1EM-HE%22>Chicken Run</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:49:01','2017-11-21 02:49:01','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(773,44,'2017-11-24 12:42:06','2017-11-24 01:42:06','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-24 12:42:06','2017-11-24 01:42:06','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(767,44,'2017-11-21 13:57:39','2017-11-21 02:57:39','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://play.google.com/store/movies/details/The_New_Adventures_of_Pippi_Longstocking?id=neegNFRmLak%22>The New Adventures of Pippi Longstocking</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"<a href=%22https://play.google.com/store/movies/details/Chicken_Run?id=26sIt1EM-HE%22>Chicken Run</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 13:57:39','2017-11-21 02:57:39','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(768,44,'2017-11-21 14:27:54','2017-11-21 03:27:54','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://play.google.com/store/movies/details/The_New_Adventures_of_Pippi_Longstocking?id=neegNFRmLak%22>The New Adventures of Pippi Longstocking</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"<a href=%22https://play.google.com/store/movies/details/Chicken_Run?id=26sIt1EM-HE%22>Chicken Run</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-21 14:27:54','2017-11-21 03:27:54','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(789,44,'2017-12-11 13:13:31','2017-12-11 02:13:31','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','15 Movies to Boost Confidence and Build Resilience and conversation starters for each of them_Page_1','','inherit','open','closed','','15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1','','','2017-12-11 13:15:14','2017-12-11 02:15:14','',714,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png',0,'attachment','image/png',0),(772,44,'2017-11-24 12:36:03','2017-11-24 01:36:03','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-24 12:36:03','2017-11-24 01:36:03','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(771,44,'2017-11-24 12:28:17','2017-11-24 01:28:17','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://geo.itunes.apple.com/au/movie/the-new-adventures-of-pippi-longstocking/id289687275?mt=6\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"<a href=%22https://play.google.com/store/movies/details/Chicken_Run?id=26sIt1EM-HE%22>Chicken Run</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-24 12:28:17','2017-11-24 01:28:17','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(770,44,'2017-11-24 12:25:49','2017-11-24 01:25:49','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"<a href=%22https://play.google.com/store/movies/details/Moana_2016?id=gzS-2520m9c%22>Moana (2016)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"<a href=%22https://play.google.com/store/movies/details/Trolls?id=OgDV0n1WiVI%22>Trolls</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"<a href=%22https://play.google.com/store/movies/details/Frozen_2013?id=8ZoikJ4a6Sg%22>Frozen (2013)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"<a href=%22https://play.google.com/store/movies/details/Dr_Seuss_The_Lorax?id=U2MHlyGoHvQ%22>Dr. Seuss\' The Lorax</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"<a href=%22https://play.google.com/store/movies/details/Charlotte_s_Web_2006?id=gaa7KNRRIRw%22>Charlotte\'s Web (2006)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"<a href=%22https://play.google.com/store/movies/details/Zootopia?id=o1iyLrqBKj8%22>Zootopia</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"<a href=%22https://play.google.com/store/movies/details/Meet_the_Robinsons?id=KSMfNE0BAUc%22>Meet the Robinsons</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"<a href=%22https://play.google.com/store/movies/details/Inside_Out_2015?id=kKR7RlHMegQ%22>Inside Out (2015)</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"<a href=%22https://play.google.com/store/movies/details/Brave?id=YB6BhBstR4Y%22>Brave</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"<a href=%22https://play.google.com/store/movies/details/Wild_Hearts_Can_t_Be_Broken?id=YzlAfkLBnYU%22>Wild Hearts Can\'t Be Broken</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"<a href=%22https://play.google.com/store/movies/details/Mulan?id=OD5_DowyGMA%22>Mulan</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"<a href=%22https://geo.itunes.apple.com/au/movie/the-new-adventures-of-pippi-longstocking/id289687275?mt=6%22>The New Adventures of Pippi Longstocking - Ken Annakin</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"<a href=%22https://play.google.com/store/movies/details/Chitty_Chitty_Bang_Bang?id=MtZC69nTBpk%22>Chitty Chitty Bang Bang</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"<a href=%22https://play.google.com/store/movies/details/The_NeverEnding_Story?id=paEeA_4CPmg%22>The NeverEnding Story</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"<a href=%22https://play.google.com/store/movies/details/Chicken_Run?id=26sIt1EM-HE%22>Chicken Run</a>\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-24 12:25:49','2017-11-24 01:25:49','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(775,44,'2017-11-24 12:47:05','2017-11-24 01:47:05','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imaginaltion

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-24 12:47:05','2017-11-24 01:47:05','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(813,44,'2017-12-11 14:35:44','2017-12-11 03:35:44','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:35:44','2017-12-11 03:35:44','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(778,44,'2017-11-28 13:06:34','2017-11-28 02:06:34','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

\n

A book lover boy saves a kingdom using his resilience and imagination

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-28 13:06:34','2017-11-28 02:06:34','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(779,44,'2017-11-28 13:14:25','2017-11-28 02:14:25','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
- great parenting tool 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems 

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\" 
a story of perseverance in the face of continued adversity

\n


[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

\n

A book lover boy saves a kingdom using his resilience and imagination

[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-28 13:14:25','2017-11-28 02:14:25','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(780,44,'2017-11-28 14:10:54','2017-11-28 03:10:54','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','raising clever girls 15 kids movies to boost confidence and resilience conversation starters for each of them girls feminism','','inherit','open','closed','','raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-2','','','2017-12-11 14:32:23','2017-12-11 03:32:23','',714,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg',0,'attachment','image/jpeg',0),(782,44,'2017-11-28 14:13:47','2017-11-28 03:13:47','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, jokes to tell - they areall nicely organised in a printable format for you to have handy.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-28 14:13:47','2017-11-28 03:13:47','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(783,44,'2017-11-28 14:24:14','2017-11-28 03:24:14','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','it\'s not about empowering girls it\'s about celebrating their power raising clever girls feminine feminism srtong confident women','','inherit','open','closed','','its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women','','','2017-12-11 14:32:25','2017-12-11 03:32:25','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women.png',0,'attachment','image/png',0),(784,44,'2017-11-28 14:26:29','2017-11-28 03:26:29','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

+ Conversation Starters for Each of Them

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

We like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.

\n

As a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.

\n

But movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A message about hard work, friendship and trying your hardest

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

A story about letting go of the expectations others have and embracing your greatness

\n

 

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 5+

\n

Positive messages about the power of  friendship, acceptance and courage

\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - Age 5+

\n

A story about consciousness and perseverance

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Moana\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG - age 6+

\n

A strong female character modeling initiative, courage and determination

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  age 6+

\n

The importance of team work and believing in yourself

\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 6+

\n

Original story about handling big feelings
\n- great parenting tool

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

An optimistic girl uses her creativity to find new strategies for solving problems

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

Teaches teamwork, honesty and perseverance featuring strong, smart female characters

\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

G -  Age 7+

\n

\"Keep moving forward\"
\na story of perseverance in the face of continued adversity

\n

 

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 7+

\n

Positive sides of failure and learning from your mistakes

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

A book lover boy saves a kingdom using his resilience and imagination

\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Mother and daughter empowering movie about courage

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

Determination and perseverence through tragic circumstances

\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]

PG -  Age 8+

\n

When chasing your dreams you will fall, but stand up and try again

\n[/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-11-28 14:26:29','2017-11-28 03:26:29','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(853,44,'2018-01-03 09:32:26','2018-01-02 22:32:26','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" height=\"7\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\n \r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\n \r\n\r\n \r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','publish','closed','closed','','craft-vision-design-life-vision-board-workshop','','','2018-01-03 10:02:57','2018-01-02 23:02:57','',0,'http://www.raisingclevergirls.com.au/?page_id=853',0,'page','',0),(854,44,'2018-01-03 08:58:50','2018-01-02 21:58:50','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAs I was contemplating and preparing for my as a parent, I thought I was ready. I had it all together, with a beautiful clear image of how things will unfold. I had strong parenting principles that I was ready to defend and explain in details to anyone interested.\r\n\r\nAnd then my first child was born: all perfect and adorable, better than I could have wished for. His little smiles would wipe off any lack of sleep, I was totally in love.\r\n\r\nSo when I first felt frustration and anger towards my little bundle of joy, I was shocked. I felt like I was literally the worst mum on earth hiding the darkest secret possible. How could it be? How could I possibly be crossed with my little angel? I started reading some parenting books (which I previously disconsidered as I knew it all, right?), and things got better, life got calmer. In fact it was all so good, we decided to have another child.\r\n\r\nBut how I did not expect the reality of 2 children! Just when I thought I got things sorted, my almost stable family life devolved into utter chaos.\r\nAnd that is when I decided I needed to take this parenting lifestyle a lot more seriously, because my previous knowledge on human nature, communication and mental health was obviously insufficient in order to be the parent I wanted to be. I was not willing any more to avoid addressing the frustrations, the rushed lifestyle, the anger, the personal neglect.\r\n\r\nTherefore I read all the books and online content I could find about parenting, I watched the videos, I did the workshops, I teamed up with professionals. There is no recipe to being a perfect parent, but one thing education did was to make me a much much better mum than I used to be. Yes, it will always be a work in progress, and no one really has a secret to an ideal,Instagram worthy photo of family life, but right now I can really say I enjoy the challenges that come with it. I love being the one guiding my kids through tantrums, helping them when they feel overwhelmed, showing them the freedom that comes from positive discipline. And I know that when they push my buttons it is in fact a sign that there is something in me that needs to come out and be addressed so we can all be happier.\r\n\r\nBecause being a parent is in fact the best call to personal development, we really need our kids almost as much as they need us.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','I thought I knew a lot about parenting. And then I had kids','','inherit','closed','closed','','835-revision-v1','','','2018-01-03 08:58:50','2018-01-02 21:58:50','',835,'http://www.raisingclevergirls.com.au/835-revision-v1/',0,'revision','',0),(788,44,'2017-12-11 12:38:15','2017-12-11 01:38:15','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','logo raising clever girls empower my shy little daughter motivate kids help girls','','inherit','open','closed','','logo-raising-clever-girls-final-large','','','2017-12-11 14:32:33','2017-12-11 03:32:33','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/logo-raising-clever-girls-final-large.jpg',0,'attachment','image/jpeg',0),(790,44,'2017-12-11 13:13:47','2017-12-11 02:13:47','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','15 Movies to Boost Confidence and Build Resilience and conversation starters for each of them_Page_2','','inherit','open','closed','','15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_2','','','2017-12-11 13:16:20','2017-12-11 02:16:20','',714,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png',0,'attachment','image/png',0),(791,44,'2017-12-11 13:17:56','2017-12-11 02:17:56','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-11 13:17:56','2017-12-11 02:17:56','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(792,44,'2017-12-11 13:24:18','2017-12-11 02:24:18','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-11 13:24:18','2017-12-11 02:24:18','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(793,44,'2017-12-11 13:34:17','2017-12-11 02:34:17','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][et_bloom_locked optin_id=\"optin_7\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][/et_bloom_locked][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-11 13:34:17','2017-12-11 02:34:17','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(795,44,'2017-12-11 13:37:53','2017-12-11 02:37:53','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][et_bloom_locked optin_id=\"optin_7\"] content [/et_bloom_locked][/et_pb_code][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-11 13:37:53','2017-12-11 02:37:53','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(794,44,'2017-12-11 13:36:28','2017-12-11 02:36:28','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][et_bloom_locked optin_id=\"optin_7\"][/et_pb_code][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_code admin_label=\"Code\"][/et_bloom_locked][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"on\" always_center_on_mobile=\"on\" use_border_color=\"on\" border_color=\"#ededed\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-11 13:36:28','2017-12-11 02:36:28','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(796,44,'2017-12-11 13:51:48','2017-12-11 02:51:48','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 900px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 13:51:48','2017-12-11 02:51:48','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(925,44,'2018-10-25 08:59:14','2018-10-24 21:59:14','','well behaved kids that listen without yelling','','inherit','closed','closed','','923-autosave-v1','','','2018-10-25 08:59:14','2018-10-24 21:59:14','',923,'http://www.raisingclevergirls.com.au/923-autosave-v1/',0,'revision','',0),(926,44,'2018-10-25 09:09:00','2018-10-24 22:09:00','','Raising Clever Girls (@raisingclevergirls) • Instagram photos and videos parenting daughters strong resilient beautiful_files','how to raise responsible, smart, strong, resilient, beautiful girls that do whatever they put their mind to','inherit','open','closed','','raising-clever-girls-raisingclevergirls-%e2%80%a2-instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files','','','2018-10-25 09:09:46','2018-10-24 22:09:46','',92,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Raising-Clever-Girls-@raisingclevergirls-•-Instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg',0,'attachment','image/jpeg',0),(798,44,'2017-12-11 13:57:54','2017-12-11 02:57:54','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"]\r\n\r\n[et_bloom_inline optin_id=optin_2]\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 13:57:54','2017-12-11 02:57:54','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(800,44,'2017-12-11 14:05:30','2017-12-11 03:05:30','Empower your daughter, give her the gift of confidence and success, teach girls kindness, empathy, grit, resilience, perseverance, beauty, strength','raising clever girls teach my daughter to be smart and successful, confident, resilient','','inherit','open','closed','','logo-raising-clever-girls-header-website','','','2017-12-11 14:06:25','2017-12-11 03:06:25','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/logo-raising-clever-girls-header-website.jpg',0,'attachment','image/jpeg',0),(801,44,'2017-12-11 14:07:29','2017-12-11 03:07:29','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:07:29','2017-12-11 03:07:29','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(802,44,'2017-12-11 14:08:12','2017-12-11 03:08:12','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 90px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:08:12','2017-12-11 03:08:12','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(803,44,'2017-12-11 14:08:51','2017-12-11 03:08:51','.et_header_style_centered #main-header .logo_container {\nheight: 90px;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 90px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:08:51','2017-12-11 03:08:51','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(804,44,'2017-12-11 14:09:20','2017-12-11 03:09:20','.et_header_style_centered #main-header .logo_container {\nheight: 110px;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:09:20','2017-12-11 03:09:20','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(805,44,'2017-12-11 14:09:48','2017-12-11 03:09:48','.et_header_style_centered #main-header .logo_container {\nheight: 180px;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 110px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:09:48','2017-12-11 03:09:48','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(806,44,'2017-12-11 14:10:29','2017-12-11 03:10:29','.et_header_style_centered #main-header .logo_container {\nheight: 180px;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 180px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:10:29','2017-12-11 03:10:29','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(807,44,'2017-12-11 14:11:00','2017-12-11 03:11:00','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 700px) {\n.et_header_style_centered #logo {\nmax-height: 180px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:11:00','2017-12-11 03:11:00','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(808,44,'2017-12-11 14:11:32','2017-12-11 03:11:32','.et_header_style_centered #main-header .logo_container {\nheight: auto;\n}\n\n@media (max-width: 600px) {\n.et_header_style_centered #logo {\nmax-height: 180px;\n}\n}\n\n#top-header .et-cart-info {\ndisplay: none;\n}\n\n.et_pb_gallery p.et_pb_gallery_caption > a:after {\nposition: absolute;\ndisplay:block;\ncontent:\'\';\nwidth:100%;\nheight:100%;\ntop: 0;\n}\n\n\n@media all and (min-width:768px) and (max-width: 815px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 140px !important;}\n}\n\n@media all and (min-width:816px) and (max-width: 1041px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 80px !important;}\n}\n\n@media all and (min-width:1042px)\n{.et_bloom .carrot_edge.et_bloom_form_right .et_bloom_form_content {padding-top:0px !important;}\n.et_bloom .et_bloom_form_left .et_bloom_form_content form, .et_bloom .et_bloom_form_right .et_bloom_form_content form {top: 0px !important;}\n}','Divi-child','','inherit','closed','closed','','48-revision-v1','','','2017-12-11 14:11:32','2017-12-11 03:11:32','',48,'http://www.raisingclevergirls.com.au/48-revision-v1/',0,'revision','',0),(809,44,'2017-12-11 14:22:43','2017-12-11 03:22:43','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:22:43','2017-12-11 03:22:43','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(810,44,'2017-12-11 14:24:37','2017-12-11 03:24:37','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"]Our Favourite Books for Emotionally Resilient Girls<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:24:37','2017-12-11 03:24:37','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(812,44,'2017-12-11 14:26:26','2017-12-11 03:26:26','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:26:26','2017-12-11 03:26:26','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(811,44,'2017-12-11 14:25:50','2017-12-11 03:25:50','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"]Our Favourite Books for Emotionally Resilient Girls<!-- [et_pb_line_break_holder] --><!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:25:50','2017-12-11 03:25:50','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(814,44,'2017-12-11 14:41:13','2017-12-11 03:41:13','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fullwidth=\"off\" specialty=\"off\" admin_label=\"Section\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_divider admin_label=\"Divider\" color=\"#e85f7f\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:41:13','2017-12-11 03:41:13','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(815,44,'2017-12-11 14:43:06','2017-12-11 03:43:06','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:43:06','2017-12-11 03:43:06','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(817,44,'2017-12-11 14:46:14','2017-12-11 03:46:14','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:46:14','2017-12-11 03:46:14','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(816,44,'2017-12-11 14:45:36','2017-12-11 03:45:36','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/mother-and-daughter-teaching-crafts-fun-self-esteem.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" custom_padding=\"10px||10px|\" custom_padding_last_edited=\"on|phone\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2017-12-11 14:45:36','2017-12-11 03:45:36','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(889,0,'2018-05-24 13:46:12','0000-00-00 00:00:00','

\nNew Resource: WordPress and GDPR Compliance (in Plain English)
\nAre you confused by GDPR, and how it will impact your WordPress site? We have gotten dozens of emails from users asking us to explain GDPR in plain English and share tips on how to make your WordPress site GDPR compliant. So we created an ultimate guide to explain everything you need to know about GDPR and WordPress (without the complex legal jargon).\n

\n

Read our WordPress and GDPR Compliance Guide »

\n

\nSyed Balkhi
\nFounder of WPBeginner and MonsterInsights

\n','','','draft','closed','closed','','','','','2018-05-24 13:46:12','0000-00-00 00:00:00','',0,'http://www.raisingclevergirls.com.au/?post_type=amn_mi-lite&p=889',0,'amn_mi-lite','',0),(821,44,'2017-12-15 12:44:16','2017-12-15 01:44:16','','Movies','','publish','closed','closed','','movies-2','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=821',8,'nav_menu_item','',0),(823,44,'2017-12-15 12:47:35','2017-12-15 01:47:35','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

+ Conversation Starters for Each of Them

\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nWe like to make the best of our time, and movie nights can be a great way to achieve this. Watching a movie with a strong educational message is a wonderful opportunity for family conversations days and even weeks after the event, opening kids up to discuss ideas and understand concepts that otherwise are much more difficult to grasp.\r\n\r\nAs a parent I often look for new ways on how to teach kindness to my children, how to show them that they can bounce back no matter how hard the fall - and in fact the bigger the fall is, the stronger the bounce will be. Working with children, I found it that too many kids feel insecure about their potential, and the funny thing is that the brighter and better behaved the child is, the more likely for her to throw in the towel when exposed to a particularly foreign/ complex situation.\r\n\r\nBut movies make this conversations a little bit easier. Kids are usually open to talk about the struggles, the attitudes, the mindsets of the characters on the screen, they do not feel threatened. It\'s not about them, it is about the character. This is why I put together a list of conversation starters to get the ball rolling and make the most of these movies: questions to ask, observations to make, ideas to discuss - they areall nicely organised in a printable format for you to have handy. Please fill in your name and email below to have them emailed to you instantly!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Mulan\" url=\"https://www.youtube.com/watch?v=MsAniqGowKE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mulan-girls-kids-movie-motivational-brave-feminist-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA message about hard work, friendship and trying your hardest\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Frozen\" url=\"https://www.youtube.com/watch?v=8ZoikJ4a6Sg\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/frozen-motivational-movie-girl-power-stron-female-characters-positive-messages-educational-story-teaches-grit-team-work-self-worth.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nA story about letting go of the expectations others have and embracing your greatness\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Charlotte\'s Web\" url=\"https://www.youtube.com/watch?v=gaa7KNRRIRw\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/charlottes-web-kids-movie-female-character-failure-growth-mindset-grit-acceptance-empathy-kindness-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 5+\r\n\r\nPositive messages about the power of  friendship, acceptance and courage\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Dr. Seuss\' The Lorax\" url=\"https://www.youtube.com/watch?v=U2MHlyGoHvQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-lorax-motivational-movie-for-children-teaches-the-importance-of-environment-and-nature-family-night-educational-value-resilience-grit-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - Age 5+\r\n\r\nA story about consciousness and perseverance\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Moana\" title=\"Moana\" url=\"https://www.youtube.com/watch?v=gzS-2520m9c\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/moana-educational-movies-for-girls-kids-to-boost-confidence-grit-confidence-self-esteem.jpeg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG - age 6+\r\n\r\nA strong female character modeling initiative, courage and determination\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Trolls\" url=\"https://www.youtube.com/watch?v=OgDV0n1WiVI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/trolls-motivational-movie-optimistic-self-confidence-team-work-power-of-change-strong-female-character-feminist-educational-messages.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  age 6+\r\n\r\nThe importance of team work and believing in yourself\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Inside Out\" url=\"https://www.youtube.com/watch?v=kKR7RlHMegQ\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/inside-out-movie-educational-girls-kids-strong-female-character-teaches-importance-of-emotions-family-night-motivational-firls.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 6+\r\n\r\nOriginal story about handling big feelings\r\n- great parenting tool\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The New Adventures of Pippi Longstocking\" url=\"https://www.youtube.com/watch?v=uNIsjZBnRR8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/new-adventures-of-pippi-longstocking-girl-power-adventure-kids-movie-feminist-growth-mindset-optimism.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nAn optimistic girl uses her creativity to find new strategies for solving problems\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chicken Run\" url=\"https://www.youtube.com/watch?v=26sIt1EM-HE\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chicken-run-children-movie-growth-mindset-resilience-educational-message-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\nTeaches teamwork, honesty and perseverance featuring strong, smart female characters\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Meet the Robinsons\" url=\"https://www.youtube.com/watch?v=KSMfNE0BAUc\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/meet-the-robinsons-educational-movie-motivational-boys-girls-children-resilience-hope-empathy-teaches-grit-a-growth-mindset.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nG -  Age 7+\r\n\r\n\"Keep moving forward\"\r\na story of perseverance in the face of continued adversity\r\n\r\n \r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Chitty Chitty Bang Bang\" url=\"https://www.youtube.com/watch?v=MtZC69nTBpk\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/chitty-chitty-bang-bang-motivational-movie-for-kids-girls-teaches-resilience-grit-optimism-team-work.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 7+\r\n\r\nPositive sides of failure and learning from your mistakes\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"The NeverEnding Story\" url=\"https://www.youtube.com/watch?v=l6eC97AN_iI\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/the-neverending-story-children-movie-motivational-teaches-resilience-optimism-hope-team-work-family-night.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nA book lover boy saves a kingdom using his resilience and imagination\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Brave\" url=\"https://www.youtube.com/watch?v=YB6BhBstR4Y\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/brave-motivational-movie-girls-children-mother-and-daughter-inspirational-characters-educational-teaces-courage-bravery-family.png\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nMother and daughter empowering movie about courage\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Wild Hearts Can\'t Be Broken\" url=\"https://www.youtube.com/watch?v=YzlAfkLBnYU\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/wild-hearts-cant-be-broken-kids-movie-motivational-strong-female-character-resilience-hardship-teaches-a-growth-mindset-empathy.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nDetermination and perseverence through tragic circumstances\r\n\r\n[/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_blurb admin_label=\"Blurb\" title=\"Zootopia\" url=\"https://www.youtube.com/watch?v=o1iyLrqBKj8\" url_new_window=\"on\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/zootopia-girls-kids-movie-stron-female-character-educational-teaches-acceptance-empathy-resilience-a-grrowth-mindset-family-night-motivational.jpg\" icon_placement=\"top\" animation=\"top\" background_layout=\"light\" text_orientation=\"center\" use_icon_font_size=\"off\" icon_font_size=\"96px\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nPG -  Age 8+\r\n\r\nWhen chasing your dreams you will fall, but stand up and try again\r\n\r\n[/et_pb_blurb][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code\"][et_bloom_locked optin_id=\"optin_7\"] content [/et_bloom_locked][/et_pb_code][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_1.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"top\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/15-Movies-to-Boost-Confidence-and-Build-Resilience-and-conversation-starters-for-each-of-them_Page_2.png\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"top\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','15 Movies to Boost Confidence and Build Resilience','','inherit','closed','closed','','714-revision-v1','','','2017-12-15 12:47:35','2017-12-15 01:47:35','',714,'http://www.raisingclevergirls.com.au/714-revision-v1/',0,'revision','',0),(824,44,'2017-12-15 13:02:40','2017-12-15 02:02:40','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:02:40','2017-12-15 02:02:40','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(825,44,'2017-12-15 13:09:02','2017-12-15 02:09:02','','anda maria illie raising clever girls to be confident, resilient, stron women inspire your daughter motivate children small','','inherit','open','closed','','anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small','','','2017-12-15 13:09:02','2017-12-15 02:09:02','',2,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg',0,'attachment','image/jpeg',0),(1006,44,'2020-02-07 14:00:20','2020-02-07 03:00:20','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to do everything themselves.

\n

This is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]At Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-07 14:00:20','2020-02-07 03:00:20','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(832,44,'2017-12-15 13:20:37','2017-12-15 02:20:37','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"|||50px\"]\r\n\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves.\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:20:37','2017-12-15 02:20:37','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(826,44,'2017-12-15 13:09:24','2017-12-15 02:09:24','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:09:24','2017-12-15 02:09:24','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(827,44,'2017-12-15 13:09:57','2017-12-15 02:09:57','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:09:57','2017-12-15 02:09:57','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(830,44,'2017-12-15 13:18:38','2017-12-15 02:18:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"|||50px\"]\r\n\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves.\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:18:38','2017-12-15 02:18:38','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(828,44,'2017-12-15 13:11:48','2017-12-15 02:11:48','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).

\r\n

This is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:11:48','2017-12-15 02:11:48','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(829,44,'2017-12-15 13:15:38','2017-12-15 02:15:38','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"20\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves. And this is in the best case scenario of a family where parents are not separated (not so much the case anymore).\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"17\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:15:38','2017-12-15 02:15:38','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(831,44,'2017-12-15 13:19:30','2017-12-15 02:19:30','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" text_font_size=\"18\" text_line_height=\"1.8em\" custom_margin=\"|||50px\"]\r\n\r\n \r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village I find that there is so much pressure on parents today to provide everything themselves.\r\n\r\nThis is why I decided to create a place that provides the support and resources the parents, grandparents and educators need for bringing up confident girls that follow their dreams  and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily  inspiration, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" text_font_size=\"18\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for mums:\r\n
    \r\n
  • Provide them with great resources: toys, games, books, kits, activities
  • \r\n
  • Come up with daily ideas of prompts to make family life easy
  • \r\n
  • Help them find incredible online services and guidance
  • \r\n
\r\n \r\n\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/Why-we-are-here-raising-clever-girls-resilience-grit-creativity.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" background_color=\"#f4f4f4\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"Section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" disabled=\"off\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2017-12-15 13:19:30','2017-12-15 02:19:30','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(834,44,'2017-12-15 13:25:08','2017-12-15 02:25:08','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\n \r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2017-12-15 13:25:08','2017-12-15 02:25:08','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(935,44,'2018-11-07 22:21:33','2018-11-07 11:21:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]
Why is this important?
\r[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]Because once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Making a Puppet: parent and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.

Duration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-11-07 22:21:33','2018-11-07 11:21:33','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(835,44,'2017-12-15 14:27:04','2017-12-15 03:27:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAs I was contemplating and preparing for my as a parent, I thought I was ready. I had it all together, with a beautiful clear image of how things will unfold. I had strong parenting principles that I was ready to defend and explain in details to anyone interested.\r\n\r\nAnd then my first child was born: all perfect and adorable, better than I could have wished for. His little smiles would wipe off any lack of sleep, I was totally in love.\r\n\r\nSo when I first felt frustration and anger towards my little bundle of joy, I was shocked. I felt like I was literally the worst mum on earth hiding the darkest secret possible. How could it be? How could I possibly be crossed with my little angel? I started reading some parenting books (which I previously disconsidered as I knew it all, right?), and things got better, life got calmer. In fact it was all so good, we decided to have another child.\r\n\r\nBut how I did not expect the reality of 2 children! Just when I thought I got things sorted, my almost stable family life devolved into utter chaos.\r\nAnd that is when I decided I needed to take this parenting lifestyle a lot more seriously, because my previous knowledge on human nature, communication and mental health was obviously insufficient in order to be the parent I wanted to be. I was not willing any more to avoid addressing the frustrations, the rushed lifestyle, the anger, the personal neglect.\r\n\r\nTherefore I read all the books and online content I could find about parenting, I watched the videos, I did the workshops, I teamed up with professionals. There is no recipe to being a perfect parent, but one thing education did was to make me a much much better mum than I used to be. Yes, it will always be a work in progress, and no one really has a secret to an ideal,Instagram worthy photo of family life, but right now I can really say I enjoy the challenges that come with it. I love being the one guiding my kids through tantrums, helping them when they feel overwhelmed, showing them the freedom that comes from positive discipline. And I know that when they push my buttons it is in fact a sign that there is something in me that needs to come out and be addressed so we can all be happier.\r\n\r\nBecause being a parent is in fact the best call to personal development, we really need our kids almost as much as they need us.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','I thought I knew a lot about parenting. And then I had kids','','publish','open','open','','thought-knew-lot-parenting-kids-came','','','2018-01-03 08:58:50','2018-01-02 21:58:50','',0,'http://www.raisingclevergirls.com.au/?p=835',0,'post','',0),(836,44,'2017-12-15 14:26:27','2017-12-15 03:26:27','','raising clever girls arenting made easy tips tricks tantrums frustration sleepless nights inspiration','','inherit','open','closed','','raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration','','','2017-12-15 14:26:27','2017-12-15 03:26:27','',835,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg',0,'attachment','image/jpeg',0),(837,44,'2017-12-15 14:27:04','2017-12-15 03:27:04','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAs I was contemplating and preparing for my as a parent, I thought I was ready. I had it all together, with a beautiful clear image of how things will unfold. I had strong parenting principles that I was ready to defend and explain in details to anyone interested.\r\n\r\nAnd then my first child was born: all perfect and adorable, better than I could have wished for. His little smiles would wipe off any lack of sleep, I was totally in love.\r\n\r\nSo when I first felt frustration and anger towards my little bundle of joy, I was shocked. I felt like I was literally the worst mum on earth hiding the darkest secret possible. How could it be? How could I possibly be crossed with my little angel? I started reading some parenting books (which I previously disconsidered as I knew it all, right?), and things got better, life got calmer. In fact it was all so good, we decided to have another child.\r\n\r\nBut how I did not expect the reality of 2 children! Just when I thought I got things sorted, my almost stable family life devolved into utter chaos.\r\nAnd that is when I decided I needed to take this parenting lifestyle a lot more seriously, because my previous knowledge on human nature, communication and mental health was obviously insufficient in order to be the parent I wanted to be. I was not willing any more to avoid addressing the frustrations, the rushed lifestyle, the anger, the personal neglect.\r\n\r\nTherefore I read all the books and online content I could find about parenting, I watched the videos, I did the workshops, I teamed up with professionals. There is no recipe to being a perfect parent, but one thing education did was to make me a much much better mum than I used to be. Yes, it will always be a work in progress, and no one really has a secret to an ideal,Instagram worthy photo of family life, but right now I can really say I enjoy the challenges that come with it. I love being the one guiding my kids through tantrums, helping them when they feel overwhelmed, showing them the freedom that comes from positive discipline. And I know that when they push my buttons it is in fact a sign that there is something in me that needs to come out and be addressed so we can all be happier.\r\n\r\nBecause being a parent is in fact the best call to personal development, we really need our kids almost as much as they need us.\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','I thought I knew a lot about parenting. And the the kids came','','inherit','closed','closed','','835-revision-v1','','','2017-12-15 14:27:04','2017-12-15 03:27:04','',835,'http://www.raisingclevergirls.com.au/835-revision-v1/',0,'revision','',0),(882,0,'2018-02-22 22:08:01','0000-00-00 00:00:00','

\nNEW: Improved Reporting Dashboard with MonsterInsights 7.0
\nYou asked for it, here it is. MonsterInsights 7.0 comes with beautiful new reporting dashboard.

\n

We have created custom reports for Publishers, eCommerce store owners, Google Search Console, and Custom Dimensions. You also have the ability to choose custom date ranges.\n

\n

Click Here to Upgrade » Read the Full Announcement

\n

Thanks as always for your continuous support of MonsterInsights!
\nChris Christoff
\nLead Developer of MonsterInsights

\n','','','draft','closed','closed','','','','','2018-02-22 22:08:01','0000-00-00 00:00:00','',0,'http://www.raisingclevergirls.com.au/?post_type=amn_mi-lite&p=882',0,'amn_mi-lite','',0),(839,44,'2017-12-15 14:28:52','2017-12-15 03:28:52','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAs I was contemplating and preparing for my as a parent, I thought I was ready. I had it all together, with a beautiful clear image of how things will unfold. I had strong parenting principles that I was ready to defend and explain in details to anyone interested.\r\n\r\nAnd then my first child was born: all perfect and adorable, better than I could have wished for. His little smiles would wipe off any lack of sleep, I was totally in love.\r\n\r\nSo when I first felt frustration and anger towards my little bundle of joy, I was shocked. I felt like I was literally the worst mum on earth hiding the darkest secret possible. How could it be? How could I possibly be crossed with my little angel? I started reading some parenting books (which I previously disconsidered as I knew it all, right?), and things got better, life got calmer. In fact it was all so good, we decided to have another child.\r\n\r\nBut how I did not expect the reality of 2 children! Just when I thought I got things sorted, my almost stable family life devolved into utter chaos.\r\nAnd that is when I decided I needed to take this parenting lifestyle a lot more seriously, because my previous knowledge on human nature, communication and mental health was obviously insufficient in order to be the parent I wanted to be. I was not willing any more to avoid addressing the frustrations, the rushed lifestyle, the anger, the personal neglect.\r\n\r\nTherefore I read all the books and online content I could find about parenting, I watched the videos, I did the workshops, I teamed up with professionals. There is no recipe to being a perfect parent, but one thing education did was to make me a much much better mum than I used to be. Yes, it will always be a work in progress, and no one really has a secret to an ideal,Instagram worthy photo of family life, but right now I can really say I enjoy the challenges that come with it. I love being the one guiding my kids through tantrums, helping them when they feel overwhelmed, showing them the freedom that comes from positive discipline. And I know that when they push my buttons it is in fact a sign that there is something in me that needs to come out and be addressed so we can all be happier.\r\n\r\nBecause being a parent is in fact the best call to personal development, we really need our kids almost as much as they need us.\r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][/et_pb_section]','I thought I knew a lot about parenting. And the the kids came','','inherit','closed','closed','','835-autosave-v1','','','2017-12-15 14:28:52','2017-12-15 03:28:52','',835,'http://www.raisingclevergirls.com.au/835-autosave-v1/',0,'revision','',0),(840,44,'2017-12-15 14:29:47','2017-12-15 03:29:47','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/raising-clever-girls-arenting-made-easy-tips-tricks-tantrums-frustration-sleepless-nights-inspiration.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nAs I was contemplating and preparing for my as a parent, I thought I was ready. I had it all together, with a beautiful clear image of how things will unfold. I had strong parenting principles that I was ready to defend and explain in details to anyone interested.\r\n\r\nAnd then my first child was born: all perfect and adorable, better than I could have wished for. His little smiles would wipe off any lack of sleep, I was totally in love.\r\n\r\nSo when I first felt frustration and anger towards my little bundle of joy, I was shocked. I felt like I was literally the worst mum on earth hiding the darkest secret possible. How could it be? How could I possibly be crossed with my little angel? I started reading some parenting books (which I previously disconsidered as I knew it all, right?), and things got better, life got calmer. In fact it was all so good, we decided to have another child.\r\n\r\nBut how I did not expect the reality of 2 children! Just when I thought I got things sorted, my almost stable family life devolved into utter chaos.\r\nAnd that is when I decided I needed to take this parenting lifestyle a lot more seriously, because my previous knowledge on human nature, communication and mental health was obviously insufficient in order to be the parent I wanted to be. I was not willing any more to avoid addressing the frustrations, the rushed lifestyle, the anger, the personal neglect.\r\n\r\nTherefore I read all the books and online content I could find about parenting, I watched the videos, I did the workshops, I teamed up with professionals. There is no recipe to being a perfect parent, but one thing education did was to make me a much much better mum than I used to be. Yes, it will always be a work in progress, and no one really has a secret to an ideal,Instagram worthy photo of family life, but right now I can really say I enjoy the challenges that come with it. I love being the one guiding my kids through tantrums, helping them when they feel overwhelmed, showing them the freedom that comes from positive discipline. And I know that when they push my buttons it is in fact a sign that there is something in me that needs to come out and be addressed so we can all be happier.\r\n\r\nBecause being a parent is in fact the best call to personal development, we really need our kids almost as much as they need us.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','I thought I knew a lot about parenting. And the the kids came','','inherit','closed','closed','','835-revision-v1','','','2017-12-15 14:29:47','2017-12-15 03:29:47','',835,'http://www.raisingclevergirls.com.au/835-revision-v1/',0,'revision','',0),(843,44,'2017-12-15 23:42:14','2017-12-15 12:42:14','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" title_text=\"5 tips - get your kids to listen and cooperate\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"27px|0px|27px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \r\n
\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \r\n
\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \r\n
\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \r\n
\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \r\n
\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to encourage kids to cooperate!','','publish','open','open','','tried-tested-5-parenting-tips-get-kids-listen','','','2018-12-17 23:29:53','2018-12-17 12:29:53','',0,'http://www.raisingclevergirls.com.au/?p=843',0,'post','',0),(855,44,'2018-01-03 09:09:38','2018-01-02 22:09:38','','raising clever girls vison board workshop craft your vision, design your life dream it believe it claim it mamas','','inherit','open','closed','','raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas','','','2018-01-03 09:09:38','2018-01-02 22:09:38','',853,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg',0,'attachment','image/jpeg',0),(856,44,'2018-01-03 09:12:21','2018-01-02 22:12:21','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nDREAM IT. BELIEVE IT. CLAIM IT\r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:12:21','2018-01-02 22:12:21','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(857,44,'2018-01-03 09:17:05','2018-01-02 22:17:05','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nDREAM IT. BELIEVE IT. CLAIM IT\r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:17:05','2018-01-02 22:17:05','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(858,44,'2018-01-03 09:23:06','2018-01-02 22:23:06','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:23:06','2018-01-02 22:23:06','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(859,44,'2018-01-03 09:24:07','2018-01-02 22:24:07','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:24:07','2018-01-02 22:24:07','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(860,44,'2018-01-03 09:32:00','2018-01-02 22:32:00','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket\" button_alignment=\"left\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:32:00','2018-01-02 22:32:00','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(861,44,'2018-01-03 09:32:23','2018-01-02 22:32:23','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"dark\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:32:23','2018-01-02 22:32:23','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(874,44,'2018-01-03 09:59:18','2018-01-02 22:59:18','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" /][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\n \r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\n \r\n\r\n \r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:59:18','2018-01-02 22:59:18','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(863,44,'2018-01-03 09:33:57','2018-01-02 22:33:57','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:33:57','2018-01-02 22:33:57','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(846,44,'2017-12-15 21:22:38','2017-12-15 10:22:38','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

No education required - No training program No instructions given

\n

 

\n

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake.

\n

So mums need and seek daily inspiration – great things to do, fun stuff to try, books and toys to feed their daughters’ curiosity. And as the children grow, the job gets more and more complex.

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"PARENTING BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/240_F_76465709_sVCkoBCfEH4uUXBslZ3pT7V8xchnEVYx.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"KIDS BOOKS\" url=\"http://www.raisingclevergirls.com.au/product-category/girls-books/\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-books-gender-equality-resilience-confidence-love-reading-e1502463868501.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_blurb title=\"MOVIES\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1\" url_new_window=\"off\" use_icon=\"off\" icon_color=\"#e86f8b\" use_circle=\"off\" circle_color=\"#e86f8b\" use_circle_border=\"off\" circle_border_color=\"#e86f8b\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/strong-girls-movies-that-teach-resilience-confidence-growth-midset-female-rolemodels-small.jpg\" icon_placement=\"top\" animation=\"off\" background_layout=\"light\" text_orientation=\"left\" use_icon_font_size=\"off\" icon_font_size=\"96px\" admin_label=\"Blurb\" header_text_color=\"#474747\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_blurb][/et_pb_column][/et_pb_row][/et_pb_section]','Resources','','inherit','closed','closed','','404-revision-v1','','','2017-12-15 21:22:38','2017-12-15 10:22:38','',404,'http://www.raisingclevergirls.com.au/404-revision-v1/',0,'revision','',0),(847,44,'2017-12-15 22:18:54','2017-12-15 11:18:54','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][et_pb_text admin_label=\"Text\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2017-12-15 22:18:54','2017-12-15 11:18:54','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(848,44,'2017-12-15 22:49:40','2017-12-15 11:49:40','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better of, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP
  2. \r\n
\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM
  2. \r\n
\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.\r\n\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM
  2. \r\n
\r\nWe all know the scenario: the child makes a mistake, we scold her and give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in, we fix it all while nagging nagging nagging.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it.\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK
  2. \r\n
\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2017-12-15 22:49:40','2017-12-15 11:49:40','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(849,44,'2017-12-15 23:27:01','2017-12-15 12:27:01','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"left\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP
  2. \r\n
\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM
  2. \r\n
\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.\r\n\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM
  2. \r\n
\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK
  2. \r\n
\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN
  2. \r\n
\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.\r\n\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2017-12-15 23:27:01','2017-12-15 12:27:01','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(850,44,'2017-12-15 23:41:49','2017-12-15 12:41:49','how to get your kids to cooperate and listen. what to do when my children ignore me and don\'t listen to what I say','5 parenting tips how to get your kids to listen -','5 tips - how to get your kids to listen','inherit','open','closed','','5-parenting-tips-how-to-get-your-kids-to-listen','','','2018-12-17 23:32:24','2018-12-17 12:32:24','',843,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg',0,'attachment','image/jpeg',0),(851,44,'2017-12-15 23:42:14','2017-12-15 12:42:14','[et_pb_section admin_label=\"section\"][et_pb_row admin_label=\"row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\"] [/et_pb_image][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP
  2. \r\n
\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM
  2. \r\n
\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.\r\n\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM
  2. \r\n
\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK
  2. \r\n
\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN
  2. \r\n
\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.\r\n\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2017-12-15 23:42:14','2017-12-15 12:42:14','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(869,44,'2018-01-03 09:50:17','2018-01-02 22:50:17','','vision board workshop for mamas website image raising clever girls strong women','','inherit','open','closed','','vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women','','','2018-01-03 09:50:17','2018-01-02 22:50:17','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg',0,'attachment','image/jpeg',0),(873,44,'2018-01-03 09:58:00','2018-01-02 22:58:00','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.\r\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.\r\n\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" border_color=\"#ffffff\"]\r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start 2018 with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer 2018.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nMaking a Puppet: mother and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"1_3\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-01-03 09:58:00','2018-01-02 22:58:00','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(866,44,'2018-01-03 09:45:52','2018-01-02 22:45:52','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start 2018 with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer 2018.

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Making a Puppet: mother and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-01-03 09:45:52','2018-01-02 22:45:52','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(870,44,'2018-01-03 09:52:22','2018-01-02 22:52:22','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Craft Your VISION, Design Your LIFE

\n

Vision Board Workshop

\n

 

\n[/et_pb_text][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

DREAM IT. BELIEVE IT. CLAIM IT

\n


\n

Start 2018 with clarity and confidence!

\n

I am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!

\n

Everyone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.

\n

That’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!

\n

Not your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!

\n

It all starts with a Vision.

\n

\n

\n

In this 2+ hour workshop you will learn to:
- Implement a growth mindset within your family
- Prioritize key areas of focus
- Harness the Power of Vizualization
- Create a beautiful collage that represents your heart’s desire
- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"
- Live on purpose and be the guide your children need in life

\n

Here\'s what you\'ll get:
- Space and time to map out your ideal outcomes in each area of your life
- All the tools and time to create your own powerful Vision Board
- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.
- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)
- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)
- Snacks

\n

Share the FUN ...bring a friend (or two) and make new ones!

\n

Can\'t wait to see you there!

\n


[/et_pb_text][et_pb_button button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" admin_label=\"Button\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:52:22','2018-01-02 22:52:22','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(871,44,'2018-01-03 09:52:58','2018-01-02 22:52:58','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start 2018 with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer 2018.

[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Making a Puppet: mother and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

 

\n

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-01-03 09:52:58','2018-01-02 22:52:58','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(872,44,'2018-01-03 09:56:35','2018-01-02 22:56:35','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\n \r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\n \r\n\r\n \r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 09:56:35','2018-01-02 22:56:35','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(936,44,'2018-11-09 20:43:28','2018-11-09 09:43:28','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"3_4\"][et_pb_blog _builder_version=\"3.2\" posts_number=\"12\" include_categories=\"74\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar _builder_version=\"3.2\" area=\"sidebar-1\" orientation=\"right\" text_orientation=\"justified\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','publish','closed','closed','','blog','','','2018-11-09 20:43:28','2018-11-09 09:43:28','',0,'http://www.raisingclevergirls.com.au/?page_id=936',0,'page','',0),(940,0,'2018-11-23 15:23:06','0000-00-00 00:00:00','

\nSave 60% OFF on MonsterInsights Pro – Limited Time Deal

\n

Our annual sale is a great opportunity to unlock powerful MonsterInsights Pro features like Enhanced Ecommerce tracking (great for online stores), Form conversion tracking (great for business owners), Publishers Report (great for bloggers), Google AMP tracking, Banner Ads Tracking, Search Console Report, Custom Dimensions Reports (including author tracking, SEO score tracking, etc), and so much more. Don’t miss out!\n

\n

Claim Your Savings – Upgrade to MonsterInsights Pro »

\n','','','draft','closed','closed','','','','','2018-11-23 15:23:06','0000-00-00 00:00:00','',0,'http://www.raisingclevergirls.com.au/?post_type=amn_mi-lite&p=940',0,'amn_mi-lite','',0),(938,44,'2018-11-09 01:08:52','2018-11-08 14:08:52','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"3_4\"][et_pb_blog _builder_version=\"3.2\" posts_number=\"12\" include_categories=\"74\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" fullwidth=\"off\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_sidebar _builder_version=\"3.2\" area=\"sidebar-1\" orientation=\"right\" text_orientation=\"justified\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Blog','','inherit','closed','closed','','936-revision-v1','','','2018-11-09 01:08:52','2018-11-08 14:08:52','',936,'http://www.raisingclevergirls.com.au/936-revision-v1/',0,'revision','',0),(934,44,'2018-11-07 22:19:56','2018-11-07 11:19:56','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]
Why is this important?
\r[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]Because once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Making a Puppet: mother and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.
\nDuration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-11-07 22:19:56','2018-11-07 11:19:56','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(876,44,'2018-01-03 10:01:08','2018-01-02 23:01:08','[et_pb_section transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" admin_label=\"section\" disabled=\"off\"][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"row\" disabled=\"off\"][et_pb_column type=\"4_4\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self esteem, positive body image, resilience, grit.
\nMost people are ok with working hard and focusing on one thing for a long time as long as they are doing something fun, something they like. Through our workshops, we teach how to take this skill and use it on other activities that may not make it to the top 3 on our interests.

\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" header_text_color=\"#8300e9\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment. Because in life we often need to do things we are not particularly found of, and if we learn to enjoy the process rather than get frustrated over it, we will eventually live a much happier life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start 2018 with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer 2018.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Making a Puppet: mother and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" admin_label=\"Row\" disabled=\"off\"][et_pb_column type=\"1_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" admin_label=\"Image\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" disabled=\"off\" parallax=\"off\" parallax_method=\"on\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" admin_label=\"Text\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2018-01-03 10:01:08','2018-01-02 23:01:08','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(877,44,'2018-01-03 10:01:57','2018-01-02 23:01:57','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

Craft Your VISION, Design Your LIFE

\r\n

Vision Board Workshop

\r\n \r\n\r\n[/et_pb_text][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"center\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\"] [/et_pb_image][et_pb_divider admin_label=\"Divider\" color=\"#ffffff\" show_divider=\"off\" divider_style=\"solid\" divider_position=\"top\" hide_on_mobile=\"on\" height=\"7\"] [/et_pb_divider][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"center\" background_layout=\"light\" custom_button=\"off\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n

\r\n

DREAM IT. BELIEVE IT. CLAIM IT

\r\n \r\n\r\nStart 2018 with clarity and confidence!\r\n\r\nI am continually amazed at the wonderful things, relationships and experiences we can attract into our lives by using the power of our imagination. Vision Boards are one of the most Simple and yet most Powerful tools you can use to help you start creating the life your heart desires. And they are FUN!\r\n\r\nEveryone from Katy Perry to Ellen Degeneres to Oprah Winfrey swears that they intentionally created outcomes by using a simple tool: Vision Boards. A Vision Board is a way to sell your own ideas to yourself, to anchor to your dreams and to allow the magic of manifestation to work in your life.\r\n\r\nThat’s why I’m leading the Craft Your Vision, Design Your Life Workshop... to give you the space you need to intentionally define your dreams and create a Vision Board that will help you achieve them!\r\n\r\nNot your typical vision boarding exercises, we will also provide you with actionable steps and accountability options to keep you on track and help you Create your BEST life!\r\n\r\nIt all starts with a Vision.\r\n\r\n \r\n\r\n \r\n\r\nIn this 2+ hour workshop you will learn to:\r\n- Implement a growth mindset within your family\r\n- Prioritize key areas of focus\r\n- Harness the Power of Vizualization\r\n- Create a beautiful collage that represents your heart’s desire\r\n- Develop a set of actionable steps that will guide your actions – Otherwise known as “Activating your Vision\"\r\n- Live on purpose and be the guide your children need in life\r\n\r\nHere\'s what you\'ll get:\r\n- Space and time to map out your ideal outcomes in each area of your life\r\n- All the tools and time to create your own powerful Vision Board\r\n- Your very own Vision Board to take home and effortlessly attract your ideal outcomes in the months ahead.\r\n- Connection with like-minded mums in a small, private group (no Negative Nellies permitted!)\r\n- 2 hours of breathing room and dream-time. (The very thing you keep telling yourself you’ll give yourself but never do!)\r\n- Snacks\r\n\r\nShare the FUN ...bring a friend (or two) and make new ones!\r\n\r\nCan\'t wait to see you there!\r\n\r\n \r\n\r\n[/et_pb_text][et_pb_button admin_label=\"Button\" button_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" button_text=\"Get Your Ticket HERE\" button_alignment=\"left\" background_layout=\"light\" custom_button=\"off\" button_text_size=\"20\" button_letter_spacing=\"0\" button_use_icon=\"default\" button_icon_placement=\"right\" button_on_hover=\"on\" button_letter_spacing_hover=\"0\" disabled=\"off\"] [/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Craft Your VISION, Design Your LIFE | Vision Board Workshop','','inherit','closed','closed','','853-revision-v1','','','2018-01-03 10:01:57','2018-01-02 23:01:57','',853,'http://www.raisingclevergirls.com.au/853-revision-v1/',0,'revision','',0),(878,44,'2018-01-03 10:07:48','2018-01-02 23:07:48','','raising clever girls strong women craft your vision design your life vision board workshop for mothers sydney','','inherit','open','closed','','raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney','','','2018-01-03 10:07:48','2018-01-02 23:07:48','',92,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney.jpg',0,'attachment','image/jpeg',0),(879,44,'2018-01-03 10:10:56','2018-01-02 23:10:56','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney.jpg\" show_in_lightbox=\"off\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-01-03 10:10:56','2018-01-02 23:10:56','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(880,44,'2018-01-03 10:18:54','2018-01-02 23:18:54','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Dream It. Believe It. Claim It.\" subhead=\"Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\" background_layout=\"light\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" button_one_text=\"Get More Info\" button_one_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_font_size=\"40px\" subhead_font_size=\"22px\"] [/et_pb_fullwidth_header][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-01-03 10:18:54','2018-01-02 23:18:54','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(881,44,'2018-01-03 10:22:22','2018-01-02 23:22:22','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_header admin_label=\"Fullwidth Header\" title=\"Dream It. Believe It. Claim It.\" subhead=\"Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\" background_layout=\"light\" text_orientation=\"center\" header_fullscreen=\"off\" header_scroll_down=\"off\" button_one_text=\"Get More Info\" button_one_url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" parallax=\"off\" parallax_method=\"off\" content_orientation=\"center\" image_orientation=\"center\" custom_button_one=\"off\" button_one_letter_spacing=\"0\" button_one_use_icon=\"default\" button_one_icon_placement=\"right\" button_one_on_hover=\"on\" button_one_letter_spacing_hover=\"0\" custom_button_two=\"off\" button_two_letter_spacing=\"0\" button_two_use_icon=\"default\" button_two_icon_placement=\"right\" button_two_on_hover=\"on\" button_two_letter_spacing_hover=\"0\" title_font_size=\"40px\"] [/et_pb_fullwidth_header][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/raising-clever-girls-vison-board-workshop-craft-your-vision-design-your-life-dream-it-believe-it-claim-it-mamas.jpg\" show_in_lightbox=\"off\" url_new_window=\"on\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code admin_label=\"Code\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\"][et_pb_fullwidth_image admin_label=\"Fullwidth Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [/et_pb_fullwidth_image][/et_pb_section][et_pb_section admin_label=\"Section\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-01-03 10:22:22','2018-01-02 23:22:22','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(886,44,'2018-04-30 18:43:53','2018-04-30 08:43:53','[et_pb_section admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\"][et_pb_row admin_label=\"Row\"][et_pb_column type=\"4_4\"][et_pb_image admin_label=\"Image\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" title_text=\"5 tips - get your kids to listen and cooperate\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" custom_padding=\"27px|0px|27px|0px\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\"]\r\n\r\nHow wonderful and absolutely delightful would parenting be if our kids would immediately listen to all that we are saying? Better off, they would remember everything we said once and act accordingly. Not get bored during our lectures or behave like they have never heard of the fact that we brush teeth every evening.\r\n\r\nWell actually I think it would be a really bad sign. This happens to some degree for a lot of children, and it is called the \"good\" child syndrome - because kids (especially girls) learn that in order to be loved they need to do what they are told, even if it is against their will, their beliefs or even values.\r\n\r\nBut getting back to our topic, it would still be nice if our words would reach our kids\' ears.\r\n\r\nWhat happens is that children will not listen to us unless they feel listened to, they feel like their truth has been acknowledged.\r\nWe think we know what the problem is and we start preaching: we explain what happened and why, what they should feel and do about it. We also make it clear that we know what they want, what they actually need, what they should get and when. And then we get angry when they tune out or refuse to cooperate.\r\n\r\nBut what if we try some other strategies instead? After all, nothing will change if we change nothing.\r\n
    \r\n
  1. FILL THEIR CUP\r\nRunning on empty makes it really hard for your child to want to do anything at all, let alone to listen to you. Make sure your children get some special time with you every day, even if it is just 10 min. Try to make it 1:1 and do something they are interested in, so they feel important and truly loved.
  2. \r\n
\r\nOn top of this, before asking them to hurry up for whatever reason, give them a big hug and tell them how lucky you are to have them in your life. This will make it a lot more likely for them to want to listen to what you are saying, as it will come from a place of love.\r\n
    \r\n
  1. BE A TEAM\r\nWe think it is obvious, but have you actually ever said it? Letting kids know that your family is a strong team where absolutely everyone is making a difference is a very healthy phrase to reinforce every now and then. Remind them with every occasion that without their contribution the family not going to function well and you will not make it in time for school, not have as much play time as planned and so on. When they are in charge of the situation, they are much more likely to cooperate and do stuff even without you asking.
  2. \r\n
\r\nEg: Kids, it is getting really late and I am afraid I may not have time to read you a story before bed… How can we rush things a bit to make sure we do the story, you know how much we all love it!\r\nWow, we need to get out the door in 30 min to make it in time for ballet… can you please help me out, I know how important it is for you to be in time! What do we still need to do before we leave?\r\n
    \r\n
  1. DON’T PUNISH NOR RESCUE THEM\r\nWe all know the scenario: the child makes a mistake, we  give a lecture about how we told her this would happen, tell her we are not going to fix the situation now and it’s her problem. Than she starts crying and breaks our heart, we give in,  fix it all while nagging nagging nagging.
  2. \r\n
\r\nOr you just scold her and tell her we are not going to help them out with this.\r\nWhat does the child learn? All she has to do is ignore the lecture and mum or dad will take care of it. Or even worse, that she is a bad person and we will not accept this part of her, because our love is strictly conditioned by her behavior (\"If I am bad, my mum does not love me anymore\").\r\n\r\nBut how about this scenario instead:\r\nThe mistake was made, we empathise with the child (“That must feel so bad that… , I’m so sorry) and when she is calmer we can focus on finding a solution together. This way we show our daughter that we will support and help them, but we will not do it for them.\r\nThe outcome will be a more resilient girl, who got a chance to train her disappointment muscles by seeing that she survived the problem and she got a chance to fix things. Furthermore, her parent accepted this imperfect version of herself that made the mistake and even helped her deal with the natural consequences of her mistake.\r\n
    \r\n
  1. ASK\r\nSounds pointless, after all we already know what is happening, right? But according to Dr. Jane Nelsen, author of Positive Discipline, one simple tactic is to let your child be heard by asking them what their point of view is and let them come with suggestions on how to solve the problem.
  2. \r\n
\r\nWhat were you trying to accomplish?\r\nI wonder what may have caused this to happen... What do you think?\r\nHow does it make you feel?\r\nDo you have any ideas how we could solve this problem?\r\n\r\nAnd instead of bossing them around, we can ask them simple questions:\r\nPut your shoes on => Do you think you are ready to get out of the house?\r\nGet your homework/ books/ projects => What do you need to take to school today?\r\nGo brush your teeth => What is important to do before bed that will keep your teeth healthy and strong?\r\n
    \r\n
  1. MAKE A PLAN\r\nLet your children know in advance how you are going to react in the event they throw a tantrum, start fighting in the car, hit each other and so on. For example, you could brainstorm together on how would be the best way you could handle the situation when one of them gets really angry and feels like hitting everyone? Maybe she could show everyone how upset she is using her words or stomping her feet, or maybe you could remind her that she may want to go to her peaceful corner and look through her favourite book. So then next time she feels angry, she will know what to expect and how she could handle the situation.
  2. \r\n
\r\nOr let’s say the kids start fighting in the car. If you told them that the moment they do that you will pull over and read a book until they are both ready to go and then you asked them to repeat what you said, the moment you will actually do that without saying a word they will see that things get boring and will eventually learn to find new ways of dealing with the situation and overcoming the conflict.\r\n\r\nThe key to this technique is to follow things through and do what you said you will do, not threaten, give warnings and not really mean what you said.\r\n\r\n \r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations s well as how to get the freedom to do what they want later in life by being disciplined with themselves. By getting our children to do something because this is the right thing to do and not because they are afraid they will be punished, it is more likely that next time, when we will not be around, they will choose to do the same.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Tried and tested: 5 parenting tips on how to get your kids to listen!','','inherit','closed','closed','','843-revision-v1','','','2018-04-30 18:43:53','2018-04-30 08:43:53','',843,'http://www.raisingclevergirls.com.au/843-revision-v1/',0,'revision','',0),(895,44,'2018-10-25 07:21:32','2018-10-24 20:21:32','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"85\" columns_number=\"0\" /][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"70\" columns_number=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 07:21:32','2018-10-24 20:21:32','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(896,44,'2018-10-25 07:23:31','2018-10-24 20:23:31','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"8\" include_categories=\"85\" columns_number=\"0\" background_color=\"#ecffe0\" /][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"70\" columns_number=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 07:23:31','2018-10-24 20:23:31','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(897,44,'2018-10-25 07:26:40','2018-10-24 20:26:40','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nBeing in charge of someone’s emotional, spiritual, physical and intellectual development is no piece of cake.\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Disciplining Kids

\r\n[/et_pb_text][et_pb_shop admin_label=\"Shop discipline kids\" _builder_version=\"3.2\" type=\"product_category\" posts_number=\"8\" include_categories=\"85\" columns_number=\"0\" background_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\"]\r\n

Building Resilience

\r\n[/et_pb_text][et_pb_shop _builder_version=\"3.2\" type=\"product_category\" posts_number=\"6\" include_categories=\"70\" columns_number=\"0\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Parenting Books','','inherit','closed','closed','','894-revision-v1','','','2018-10-25 07:26:40','2018-10-24 20:26:40','',894,'http://www.raisingclevergirls.com.au/894-revision-v1/',0,'revision','',0),(977,44,'2018-12-11 21:47:06','2018-12-11 10:47:06','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup _builder_version=\"3.2\" title=\"Would you like to print this free guide? \" button_text=\"Download as PDF\" background_color=\"#87bc8f\" activecampaign_list=\"|none\" aweber_list=\"|none\" campaign_monitor_list=\"|none\" constant_contact_list=\"|none\" convertkit_list=\"|none\" emma_list=\"|none\" feedblitz_list=\"|none\" getresponse_list=\"|none\" hubspot_list=\"|none\" icontact_list=\"|none\" infusionsoft_list=\"|none\" madmimi_list=\"|none\" mailchimp_list=\"clevergirls|7227261368\" mailerlite_list=\"|none\" mailpoet_list=\"|none\" mailster_list=\"|none\" ontraport_list=\"|none\" salesforce_list=\"|none\" sendinblue_list=\"|none\" name_field=\"on\" last_name_field=\"off\" success_message=\"Thank you!\"]\r\n\r\nHit the download button to save and print the 5 Steps from Spoiled to Grateful.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n
Transcript
\r\n[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]\r\n

5 Steps from Spoiled to Grateful

\r\n633 mil people will have to drink infested water today.\r\nBut we can change that.\r\nThis guide has been written to support and fundraise for\r\nCharity: Water \r\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\r\n
Introduction
\r\nGratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.\r\nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\r\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.\r\nTeaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\r\n\r\nExercise Gratitude\r\nThink of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.\r\n
1. Do not force it
\r\nOne thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.\r\nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\r\n\r\nYou should be grateful for …. >>> You loved ...\r\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”\r\n\r\nTip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\r\nTip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\r\n
2. Be grateful for the water
\r\nSometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\r\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.\r\nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.\r\nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”\r\nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.\r\n“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )\r\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\r\n
3. Allow hardship and sorrow
\r\nI know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.\r\nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\r\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\r\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons\r\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\r\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\r\n
4. The four parts of gratitude
\r\nJust like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\r\nNOTICENoticing what in our life we can be grateful for\r\n* “What have you been given?” or “You’ve been given …”\r\n“Your friend cared about you enough to give you an apple.”\r\n* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\r\nTHINKThinking about the reason we were given something\r\n* “Why do you think you received this gift?”\r\n“Did your auntie have to give you this beautiful book?”\r\n“Your auntie gave you this book expecting nothing in return.”\r\nFEELThe feelings we have about what we received\r\n* “How do you feel about your auntie giving you this special book?”\r\n“What about this gift makes you happy?”\r\n“I can see how much you love this gift!”\r\n“How can you tell when someone else feels grateful?\r\nDOShowing appreciation for what we received\r\n* “How can you show your auntie how much you like her gesture?”\r\n“Would you like to make other people feel like this too?”\r\n“I love sharing my feelings of gratefulness with other people by giving them something.”\r\n\r\n\r\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\r\n
5. Practice gratitude consistently
\r\nCreate a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.\r\nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\r\nAs  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.\r\nAnother routine we want to help our children establish is the way they show appreciation.\r\nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\r\n
References
\r\nRobert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)\r\nBrene Brown, Daring Greatly (2012)\r\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\r\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\r\nDr. Shefali Tsabary, The Conscious Parent (2011)\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 21:47:06','2018-12-11 10:47:06','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(978,44,'2018-12-11 21:48:41','2018-12-11 10:48:41','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" /][et_pb_text _builder_version=\"3.2\"]\r\n\r\nOne of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_signup _builder_version=\"3.2\" title=\"Would you like to print this free guide? \" button_text=\"Download as PDF\" background_color=\"#87bc8f\" activecampaign_list=\"|none\" aweber_list=\"|none\" campaign_monitor_list=\"|none\" constant_contact_list=\"|none\" convertkit_list=\"|none\" emma_list=\"|none\" feedblitz_list=\"|none\" getresponse_list=\"|none\" hubspot_list=\"|none\" icontact_list=\"|none\" infusionsoft_list=\"|none\" madmimi_list=\"|none\" mailchimp_list=\"clevergirls|7227261368\" mailerlite_list=\"|none\" mailpoet_list=\"|none\" mailster_list=\"|none\" ontraport_list=\"|none\" salesforce_list=\"|none\" sendinblue_list=\"|none\" name_field=\"on\" last_name_field=\"off\" success_message=\"Thank you!\"]\r\n\r\nHit the download button to save and print the 5 Steps from Spoiled to Grateful.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n
Transcript
\r\n[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]\r\n

5 Steps from Spoiled to Grateful

\r\n633 mil people will have to drink infested water today.\r\nBut we can change that.\r\nThis guide has been written to support and fundraise for\r\nCharity: Water \r\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\r\n
Introduction
\r\nGratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.\r\nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\r\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.\r\nTeaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\r\n\r\nExercise Gratitude\r\nThink of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.\r\n
1. Do not force it
\r\nOne thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.\r\nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\r\n\r\nYou should be grateful for …. >>> You loved ...\r\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”\r\n\r\nTip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\r\nTip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\r\n
2. Be grateful for the water
\r\nSometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\r\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.\r\nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.\r\nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”\r\nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.\r\n“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )\r\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\r\n
3. Allow hardship and sorrow
\r\nI know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.\r\nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\r\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\r\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons\r\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\r\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\r\n
4. The four parts of gratitude
\r\nJust like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\r\nNOTICENoticing what in our life we can be grateful for\r\n* “What have you been given?” or “You’ve been given …”\r\n“Your friend cared about you enough to give you an apple.”\r\n* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\r\nTHINKThinking about the reason we were given something\r\n* “Why do you think you received this gift?”\r\n“Did your auntie have to give you this beautiful book?”\r\n“Your auntie gave you this book expecting nothing in return.”\r\nFEELThe feelings we have about what we received\r\n* “How do you feel about your auntie giving you this special book?”\r\n“What about this gift makes you happy?”\r\n“I can see how much you love this gift!”\r\n“How can you tell when someone else feels grateful?\r\nDOShowing appreciation for what we received\r\n* “How can you show your auntie how much you like her gesture?”\r\n“Would you like to make other people feel like this too?”\r\n“I love sharing my feelings of gratefulness with other people by giving them something.”\r\n\r\n\r\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\r\n
5. Practice gratitude consistently
\r\nCreate a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.\r\nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\r\nAs  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.\r\nAnother routine we want to help our children establish is the way they show appreciation.\r\nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\r\n
References
\r\nRobert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)\r\nBrene Brown, Daring Greatly (2012)\r\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\r\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\r\nDr. Shefali Tsabary, The Conscious Parent (2011)\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 21:48:41','2018-12-11 10:48:41','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(982,44,'2018-12-11 21:52:56','2018-12-11 10:52:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"] One of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_gallery gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" _builder_version=\"3.2\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_signup activecampaign_list=\"|none\" aweber_list=\"|none\" campaign_monitor_list=\"|none\" constant_contact_list=\"|none\" convertkit_list=\"|none\" emma_list=\"|none\" feedblitz_list=\"|none\" getresponse_list=\"|none\" hubspot_list=\"|none\" icontact_list=\"|none\" infusionsoft_list=\"|none\" madmimi_list=\"|none\" mailchimp_list=\"clevergirls|7227261368\" mailerlite_list=\"|none\" mailpoet_list=\"|none\" mailster_list=\"|none\" ontraport_list=\"|none\" salesforce_list=\"|none\" sendinblue_list=\"|none\" name_field=\"on\" last_name_field=\"off\" success_message=\"Thank you!\" title=\"Would you like to print this free guide? \" button_text=\"Download as PDF\" _builder_version=\"3.2\" background_color=\"#87bc8f\"]\r\n\r\nHit the download button to save and print the\r\n5 Steps from Spoiled to Grateful.\r\n\r\n[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Transcript

\r\n[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]\r\n

5 Steps from Spoiled to Grateful

\r\n633 mil people will have to drink infested water today.\r\nBut we can change that.\r\nThis guide has been written to support and fundraise for\r\nCharity: Water \r\nIf you find this material useful, please consider contributing to their work with a small donation by following the link above.\r\n
Introduction
\r\nGratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.\r\nWe tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.\r\nLearning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.\r\nTeaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.\r\n\r\nExercise Gratitude\r\nThink of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.\r\n
1. Do not force it
\r\nOne thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.\r\nInstead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.\r\n\r\nYou should be grateful for …. >>> You loved ...\r\nNotice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”\r\n\r\nTip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.\r\nTip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.\r\n
2. Be grateful for the water
\r\nSometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?\r\nWe tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.\r\nAs Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.\r\nSo next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”\r\nExercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.\r\n“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )\r\nDon’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.\r\n
3. Allow hardship and sorrow
\r\nI know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.\r\nBut you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.\r\nLetting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?\r\n“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons\r\nWhen one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.\r\nAnd this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.\r\n
4. The four parts of gratitude
\r\nJust like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:\r\nNOTICENoticing what in our life we can be grateful for\r\n* “What have you been given?” or “You’ve been given …”\r\n“Your friend cared about you enough to give you an apple.”\r\n* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.\r\nTHINKThinking about the reason we were given something\r\n* “Why do you think you received this gift?”\r\n“Did your auntie have to give you this beautiful book?”\r\n“Your auntie gave you this book expecting nothing in return.”\r\nFEELThe feelings we have about what we received\r\n* “How do you feel about your auntie giving you this special book?”\r\n“What about this gift makes you happy?”\r\n“I can see how much you love this gift!”\r\n“How can you tell when someone else feels grateful?\r\nDOShowing appreciation for what we received\r\n* “How can you show your auntie how much you like her gesture?”\r\n“Would you like to make other people feel like this too?”\r\n“I love sharing my feelings of gratefulness with other people by giving them something.”\r\n\r\n\r\nUnderstanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.\r\n
5. Practice gratitude consistently
\r\nCreate a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.\r\nOne of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.\r\nAs  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.\r\nAnother routine we want to help our children establish is the way they show appreciation.\r\nStart by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).\r\n\r\n \r\n
References
\r\nRobert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)\r\nBrene Brown, Daring Greatly (2012)\r\nLaura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)\r\nHussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press\r\nDr. Shefali Tsabary, The Conscious Parent (2011)\r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 21:52:56','2018-12-11 10:52:56','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(980,44,'2018-12-11 21:52:21','2018-12-11 10:52:21','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" _builder_version=\"3.2\"][/et_pb_image][et_pb_text _builder_version=\"3.2\"]One of the main things most parents want for their children is the feeling of gratefulness and abundance.\r\n\r\nThe concept of rich and poor imply comparing people, and this never ends well. If we would have to compare, let’s keep in mind that  633 million people on Earth will have to drink dirty, infested water today because they have no other option.\r\n\r\nSpeaking for myself, I know there always will be people that will have more stuff than my children ever will, and I also know that this has nothing to do with feeling gratitude.\r\n\r\nI look around and I can see all sort of ads showing us yet another piece of clothing/ diet/ car/ holiday that will make us feel like we are not really happy yet, and that thing will make it all better. But the truth is that things don’t make it all better. It is only a matter of time until the newness will wear off and we will stop fully appreciating the object of our desires.\r\n\r\nRaising grateful children in a materialistic world takes acceptance and guidance, along with mindfulness and perseverance.\r\n\r\nIn the guide below I highlighted the 5 most important actions I think parents can take to highlight and nurture the feeling of appreciation and gratefulness in children for a happier family life.\r\n\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_gallery gallery_ids=\"965,966,967,968,969,970,971,972,973\" fullwidth=\"on\" _builder_version=\"3.2\"][/et_pb_gallery][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_signup activecampaign_list=\"|none\" aweber_list=\"|none\" campaign_monitor_list=\"|none\" constant_contact_list=\"|none\" convertkit_list=\"|none\" emma_list=\"|none\" feedblitz_list=\"|none\" getresponse_list=\"|none\" hubspot_list=\"|none\" icontact_list=\"|none\" infusionsoft_list=\"|none\" madmimi_list=\"|none\" mailchimp_list=\"clevergirls|7227261368\" mailerlite_list=\"|none\" mailpoet_list=\"|none\" mailster_list=\"|none\" ontraport_list=\"|none\" salesforce_list=\"|none\" sendinblue_list=\"|none\" name_field=\"on\" last_name_field=\"off\" success_message=\"Thank you!\" title=\"Would you like to print this free guide? \" button_text=\"Download as PDF\" _builder_version=\"3.2\" background_color=\"#87bc8f\"]

Hit the download button to save and print the 
5 Steps from Spoiled to Grateful.

[/et_pb_signup][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]
Transcript
[/et_pb_text][et_pb_text admin_label=\"Transcript\" _builder_version=\"3.2\"]

5 Steps from Spoiled to Grateful

\n

633 mil people will have to drink infested water today.
But we can change that.
This guide has been written to support and fundraise for
Charity: Water 
If you find this material useful, please consider contributing to their work with a small donation by following the link above.

\n
Introduction
\n

Gratefulness is an innate feeling,  but the skill of showing gratitude is something we need to develop and nurture consistently.
We tend to associate Gratefulness with saying \"Thank you\" to someone who gave us something, yet gratefulness runs much deeper. It is an emotion that serves the purpose of expressing sincere appreciation from our hearts. Gratefulness is a source of optimism, abundance and love. It is that solid rock we can go to when things don\'t go our way, when times are tough, when the world seems unfair.
Learning to be grateful for the seemingly small things in our life keeps us joyful and resilient. Gratitude teaches us to appreciate what we already have, and reconsider what or if we really need more.
Teaching our children the skill of gratitude and appreciation will take perseverance and consistency, and I know it is a gift they will benefit from forever, and so will the world around them.

\n

Exercise Gratitude
Think of the skill of being grateful as if it was a muscle: the more you exercise it, the stronger it gets. Lift really heavy weights and it will grow beyond belief.

\n
1. Do not force it
\n

One thing is sure: imposed gratitude will push one as far away from it as possible. When forcing a child to say “thank you”, to share, to show appreciation, it will have the exact opposite impact on her. If it does not come from her heart, it will be just an action she does to please her caregiver and it has nothing to do with gratitude.
Instead, help her see herself in a position where she has enough to spare, elevate her to a feeling of having her cup full. This way she will be able to acknowledge herself the abundance in her life, she will feel grateful and empowered to enjoy the act of giving.

\n

You should be grateful for …. >>> You loved ...
Notice in a loud voice the things she loved during the day, or the toys she’s already got. “Should” has no place in gratefulness“You loved having a good play with your sister today” or, “I noticed there are quite a few toys on these shelves that you love. But as we put more toys on the shelves, you get less  time to spend with each toy you already have and love.”

\n

Tip 1: When your daughter acts mean, rude or selfish, remind yourself that she is a good, wonderful person that sometimes has some bad behaviours, as we all do.
Tip 2: I’d suggest looking at our own relationship with sharing, as adults.  How would you feel if suddenly you would have to share your shopping trolley before you are done with it? Or if you were asked to share your car because someone else wants to have a turn on it, and you get to drive it every day anyway.

\n
2. Be grateful for the water
\n

Sometimes we feel like there isn’t much to be grateful for in our lives, forgetting all the not so little things we take for granted. Take the water for example: how would one day with no access to clean water feel like? How about a week? A month?
We tend to think the feeling of gratitude comes naturally when we feel happy and satisfied when everything is going smoothly in our lives.  But the fact is that these situations can gradually create a feeling of entitlement.
As Dr Brene Brown (professor at the University of Houston and author of five #1 New York Times bestsellers) concluded in her book Daring Greatly, a joyful life is built on gratitude.
So next time when something upsetting happens, and you feel furious and hurt, notice all the things in your life you can be grateful for: the clean water running on your tap,  the cup of tea you can make for yourself, the beauty of nature, the beauty of the sky. And verbalise your gratitude when you are with your children because they will eventually follow: as the old saying goes, “monkey see, monkey do.”
Exercise that gratefulness muscle when you feel sick, when you haven’t slept all night, when you are hungry.  Express your feelings, name them, let them go and look at all the others things you are grateful in that moment.
“ It’s not Joy that makes us Grateful, it’s Gratitude that makes us Joyful. “ David Steindl-Rast (Catholic Benedictine monk )
Don’t expect a beautiful, grateful behaviour from your child straight away, the skill of gratitude takes a long time to master, I would say it is a continuous work throughout our life. There are so many facets to it and anyone can be easily lured into feeling entitled or arrogant in regards to something, only to learn how to overcome this later.

\n
3. Allow hardship and sorrow
\n

I know you love your daughter and you only want flowers and butterflies in her life, yet the truth is you cannot protect her from life itself.
But you can empower her. Allow her to feel some loss and the pain, listen and be there for her without fixing things and telling her what to do, and hold her hand as she rises above it all. With experience, she will develop resilience and she will learn to better appreciate life for all its wonderful moments.
Letting our kids experience hardship is one of the most difficult tasks as parents, and it breaks our heart when they suffer. It’s hard to let them cry their sorrow and simply listen lovingly,  but it is empowering.  How else can she learn to find gratitude in her hardest moments, if she never had a chance to practice it in real life situations?
“It\'s easy to feel grateful when life is good. But when disaster strikes, gratitude is worth the effort.” Robert A. Emmons
When one struggles with something in their life, they deeply feel and live the scarcity in that particular area. But giving a bit from the little you still have shifted the mindset from scarcity to abundance, and suddenly the unconscious mind perceives we have enough to be able to share.
And this shift will be the start of changing the story and bringing more of what we perceive to have now: abundance.

\n
4. The four parts of gratitude
\n

Just like with everything you want to teach, breaking things down and approaching them a little at a time makes the whole concept easier to grasp. According to professor Andrea Hussong in her research Raising Grateful Children, gratitude is an experience that can be divided into 4 parts:
NOTICENoticing what in our life we can be grateful for
* “What have you been given?” or “You’ve been given …”
“Your friend cared about you enough to give you an apple.”
* Make a habit for yourself to notice your blessings and happy moments in your life in a loud voice.
THINKThinking about the reason we were given something
“Why do you think you received this gift?”
“Did your auntie have to give you this beautiful book?”
“Your auntie gave you this book expecting nothing in return.”
FEELThe feelings we have about what we received
“How do you feel about your auntie giving you this special book?”
“What about this gift makes you happy?”
“I can see how much you love this gift!”
“How can you tell when someone else feels grateful?
DOShowing appreciation for what we received
“How can you show your auntie how much you like her gesture?”
“Would you like to make other people feel like this too?”
“I love sharing my feelings of gratefulness with other people by giving them something.”

\n

Understanding this path towards gratefulness is very valuable if we want to encourage gratitude beyond the automatic “please” or “thank you”. As children grow up and their cognitive skills develop, they are more likely to engage in all steps. Plus, by using questions and statements with every opportunity, we can make it easier for our children to fully embrace the concept.

\n
5. Practice gratitude consistently
\n

Create a family ritual for practising gratitude with your daughter. It can be anything, from the classic thank you prayer before dinner, to journaling or having a little \"family dancing time\" in the evening. As long as it comes from the heart and it is honest, any gratitude practice will contribute. It may feel a bit strange for the first few times because it is something unfamiliar, but after about a week it will be the way you are as a family, it will come naturally.
One of my family\'s favourite ritual is thanking God for all the nice things in our lives before getting in beds at night. A more recent tradition was inspired by Dr Brene Brown, and it is a simple conversation at dinner time about specific things we feel grateful for in that moment. The more specific you get about the things you are grateful for, the more impactful the practice is. For example, instead of saying \"I feel grateful for my children\", I name the exact things I appreciate about them:  I feel grateful for Larissa patting my knee when I knocked my leg on the table, for Victor telling me about his new project at school, for the song the kids sang with me in the car, for the paper love hearts they made for me, for how they called me to see a cute squirrel at the park.
As  Rober A. Emmons explains in his book Gratitude Works!, the deeper you go into details of something you are grateful for, the happier and more excited you will feel. So rather than make a long, superficial list of things you are happy to have in your life, pick only one or two and get really particular.
Another routine we want to help our children establish is the way they show appreciation.
Start by brainstorming ideas with your child about how she can show appreciation to someone who helped her, for the family members, or for things we often take for granted in your lives (having a car, a meal, clean clothes).

\n

 

\n
References
\n

Robert A. Emmons, Gratitude Works!: A 21-Day Program for Creating Emotional Prosperity  (2013)
Brene Brown, Daring Greatly (2012)
Laura Markham, Peaceful Parents, Happy Kids: How to Stop Yelling and Start Connecting (2012)
Hussong, A.M., Langley, H.A., Coffman, J.L., Halberstadt, A.G., & Costanzo, P.R. (2018). Parent socialization of children’s gratitude. In J. Tudge and L. Freitas (Eds.), Developing Gratitude, (pp. 199-219). Cambridge University Press
Dr. Shefali Tsabary, The Conscious Parent (2011)

\n

 

\n

 

\n

 

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','5 Easy Steps to Raising a Grateful Child in a Materialistic World','','inherit','closed','closed','','945-revision-v1','','','2018-12-11 21:52:21','2018-12-11 10:52:21','',945,'http://www.raisingclevergirls.com.au/945-revision-v1/',0,'revision','',0),(988,44,'2018-12-17 23:48:09','2018-12-17 12:48:09','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.2\" button_alignment=\"center\" custom_button=\"on\" button_text_color=\"rgba(0,0,0,0.71)\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" background_color=\"#c0edd1\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"on\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" bg_overlay_color=\"#494949\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" text_overlay_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"rgba(0,0,0,0.7)\"]\r\n\r\nThe world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" admin_title=\"5 steps from spoiled to grateful\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_overlay_color=\"rgba(0,102,44,0.75)\" text_border_radius=\"3\" alignment=\"bottom\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" text_orientation=\"right\" /][et_pb_slide _builder_version=\"3.2\" heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-17 23:48:09','2018-12-17 12:48:09','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(987,44,'2018-12-17 23:34:43','2018-12-17 12:34:43','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.2\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" background_color=\"#c0edd1\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" bg_overlay_color=\"#494949\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\"]\r\n\r\nThe world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" admin_title=\"5 steps from spoiled to grateful\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_overlay_color=\"rgba(0,102,44,0.75)\" text_border_radius=\"3\" alignment=\"bottom\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" text_orientation=\"right\" /][et_pb_slide _builder_version=\"3.2\" heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" background_color=\"#e86f8b\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\"]\r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem for our children. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-17 23:34:43','2018-12-17 12:34:43','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(992,44,'2018-12-18 00:40:19','2018-12-17 13:40:19','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_slider _builder_version=\"3.2\" button_alignment=\"center\" max_width_last_edited=\"on|phone\" max_width_phone=\"100%\"][et_pb_slide heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" use_bg_overlay=\"off\" use_text_overlay=\"off\" _builder_version=\"3.2\" background_color=\"#63a079\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg\" button_on_hover=\"on\"]The world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r[/et_pb_slide][et_pb_slide heading=\"5 Easy Steps to Raising a Grateful Child in a Materialistic World\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" use_bg_overlay=\"off\" use_text_overlay=\"on\" text_overlay_color=\"rgba(0,0,0,0.54)\" alignment=\"bottom\" admin_title=\"5 steps from spoiled to grateful\" _builder_version=\"3.2\" background_color=\"#dd856a\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/grateful.png\" custom_button=\"on\" button_use_icon=\"on\" button_on_hover=\"on\" text_orientation=\"right\" use_background_color_gradient=\"on\" background_color_gradient_start=\"#f7ad99\" background_color_gradient_end=\"#bc6d7f\" button_text_color=\"#ffffff\" button_bg_color=\"rgba(0,0,0,0.82)\" button_font=\"||||||||\"]

A guide to help your nurture gratefulness and kindness this holidays.

\n[/et_pb_slide][et_pb_slide heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" use_bg_overlay=\"off\" use_text_overlay=\"on\" _builder_version=\"3.2\" background_color=\"#8c74a5\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" custom_button=\"on\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_color=\"#000000\" text_overlay_color=\"rgba(0,0,0,0.6)\" button_font=\"||||||||\" button_text_size_last_edited=\"on|desktop\"]Discipline means teaching our children self-control, which leads to confidence and self-esteem. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Our Favourite Books for Emotionally Resilient Girls

\r[/et_pb_text][et_pb_code _builder_version=\"3.0.47\"]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id="1"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\"][/et_pb_fullwidth_image][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f2f2f2\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text - sign up form\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-18 00:40:19','2018-12-17 13:40:19','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(989,44,'2018-12-18 00:22:18','2018-12-17 13:22:18','[et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_slider _builder_version=\"3.2\" button_alignment=\"center\" custom_button=\"on\" button_text_color=\"rgba(0,0,0,0.71)\"][et_pb_slide _builder_version=\"3.2\" heading=\"Raising Daughters\" button_text=\"See Books\" button_link=\"http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/\" background_color=\"#63a079\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"on\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" bg_overlay_color=\"#494949\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/well-behaved-kids-that-listen-without-yelling.jpg\" text_overlay_color=\"rgba(0,0,0,0.64)\" button_bg_color=\"rgba(0,0,0,0.7)\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/raising-daughters-parenting-girls.jpg\"]\r\n\r\nThe world keeps sending our children confusing messages in regards to the way society functions.\r\n\r\nKnowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/\" background_color=\"#dd856a\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-children-raising-clever-girls-entitled-kids-narrow-version.png\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" admin_title=\"5 steps from spoiled to grateful\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_overlay_color=\"rgba(0,102,44,0.75)\" text_border_radius=\"3\" alignment=\"bottom\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" text_orientation=\"right\" heading=\"5 Easy Steps to Raising a Grateful Child in a Materialistic World\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-1.png\"]\r\n\r\nA guide t help your nurture gratefulness and kindness this holidays.\r\n\r\n[/et_pb_slide][et_pb_slide _builder_version=\"3.2\" heading=\"Tried and tested: 5 parenting tips on how to get your kids to cooperate!\" button_text=\"Read More\" button_link=\"http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1\" background_color=\"#8c74a5\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" use_bg_overlay=\"off\" use_text_overlay=\"off\" text_border_radius=\"3\" alignment=\"center\" child_filter_hue_rotate=\"0deg\" child_filter_saturate=\"100%\" child_filter_brightness=\"100%\" child_filter_contrast=\"100%\" child_filter_invert=\"0%\" child_filter_sepia=\"0%\" child_filter_opacity=\"100%\" child_filter_blur=\"0px\" child_mix_blend_mode=\"normal\" background_layout=\"dark\" text_shadow_style=\"none\" header_text_shadow_style=\"none\" body_text_shadow_style=\"none\" custom_button=\"off\" button_bg_use_color_gradient=\"off\" button_bg_color_gradient_overlays_image=\"off\" button_use_icon=\"on\" button_on_hover=\"on\" button_text_shadow_style=\"none\" box_shadow_style_button=\"none\" text_shadow_horizontal_length=\"0em\" text_shadow_vertical_length=\"0em\" text_shadow_blur_strength=\"0em\" header_text_shadow_horizontal_length=\"0em\" header_text_shadow_vertical_length=\"0em\" header_text_shadow_blur_strength=\"0em\" body_text_shadow_horizontal_length=\"0em\" body_text_shadow_vertical_length=\"0em\" body_text_shadow_blur_strength=\"0em\" button_text_shadow_horizontal_length=\"0em\" button_text_shadow_vertical_length=\"0em\" button_text_shadow_blur_strength=\"0em\" image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/12/5-parenting-tips-how-to-get-your-kids-to-listen-.jpg\"]\r\n\r\nDiscipline means teaching our children self-control, which leads to confidence and self-esteem. We want them to learn how to calm down and deal with difficult situations as well as how to get the freedom to do what they want later in life by being disciplined with themselves.\r\n\r\n[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n

Our Favourite Books for Emotionally Resilient Girls

\r\n[/et_pb_text][et_pb_code]<!-- [et_pb_line_break_holder] -->[wonderplugin_carousel id=\"1\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"on\" specialty=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#f2f2f2\"][et_pb_fullwidth_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/raising-clever-girls-15-kids-movies-to-boost-confidence-and-resilience-conversation-starters-for-each-of-them-girls-feminism-1.jpg\" show_in_lightbox=\"off\" url=\"http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" /][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" transparent_background=\"off\" background_color=\"#f2f2f2\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"off\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"on\" make_equal=\"off\" use_custom_gutter=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text - sign up form\" background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" custom_margin=\"10px||10px|\" custom_margin_last_edited=\"on|phone\" custom_padding=\"0px||0px|\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#f2f2f2\" next_background_color=\"#000000\"][et_pb_row admin_label=\"row\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','92-revision-v1','','','2018-12-18 00:22:18','2018-12-17 13:22:18','',92,'http://www.raisingclevergirls.com.au/92-revision-v1/',0,'revision','',0),(1011,44,'2020-02-08 10:39:32','2020-02-07 23:39:32','','','','inherit','closed','closed','','461-autosave-v1','','','2020-02-08 10:39:32','2020-02-07 23:39:32','',461,'http://www.raisingclevergirls.com.au/461-autosave-v1/',0,'revision','',0),(1012,44,'2020-02-08 10:59:42','2020-02-07 23:59:42','Anda ILLIE is a parenting and relationship coach specialising in working with girls and their parents','parenting coaching - raising clever girls - resilience, grit, creativity','the message girls hear is not to their advantage - parenting coaching, parenting workshops ','inherit','open','closed','','parenting-coaching-raising-clever-girls-resilience-grit-creativity','','','2020-02-08 11:02:30','2020-02-08 00:02:30','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg',0,'attachment','image/jpeg',0),(1023,44,'2020-02-08 13:39:11','2020-02-08 02:39:11','[et_pb_section bb_built=\"1\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Win the Game of Parenting!

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Anda Maria is a parenting and relationship coach for parents desiring a happier, smoother family lifestyle.\r\nLet her guide you towards your authentic style of providing leadership and inspiration for your children.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-revision-v1','','','2020-02-08 13:39:11','2020-02-08 02:39:11','',1020,'http://www.raisingclevergirls.com.au/1020-revision-v1/',0,'revision','',0),(1030,44,'2020-02-08 14:29:34','2020-02-08 03:29:34','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Win the Game of Parenting!

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who\r\nworks with parents desiring a happier, smoother family lifestyle.\r\n Let her guide you towards your authentic style of providing leadership and inspiration for your children.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Please fill in the form below to provide us with more details about you and your family.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_contact_form module_id=\"et_pb_contact_form_1\" _builder_version=\"3.2\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your_age\" field_title=\"Your age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" _builder_version=\"3.2\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"] Thank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-revision-v1','','','2020-02-08 14:29:34','2020-02-08 03:29:34','',1020,'http://www.raisingclevergirls.com.au/1020-revision-v1/',0,'revision','',0),(1027,44,'2020-02-08 14:24:44','2020-02-08 03:24:44','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Win the Game of Parenting!

\r[/et_pb_text][et_pb_text _builder_version=\"3.2\"]

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who
works with parents desiring a happier, smoother family lifestyle.

Let her guide you towards your authentic style of providing leadership and inspiration for your children.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r[/et_pb_text][et_pb_text _builder_version=\"3.2\"]

Please fill in the form below to provide us with more details about you and your family.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form module_id=\"et_pb_contact_form_1\" _builder_version=\"3.2\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your_age\" field_title=\"Your age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" _builder_version=\"3.2\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]Thank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-revision-v1','','','2020-02-08 14:24:44','2020-02-08 03:24:44','',1020,'http://www.raisingclevergirls.com.au/1020-revision-v1/',0,'revision','',0),(1017,44,'2020-02-08 11:52:56','2020-02-08 00:52:56','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching workshops \r\nand individual sessions

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:\r\ntoys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nPrompts to make\r\n\r\nfamily life easy

\r\n \r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.\r\n\r\nAnd our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffad\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-08 11:52:56','2020-02-08 00:52:56','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1015,44,'2020-02-08 11:43:10','2020-02-08 00:43:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

 Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

\n

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

At Raising Clever Girls we make parenting easy for parents

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"0|0px|0|0px|false|false\"][et_pb_column type=\"1_3\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Parenting coaching workshops

and individual sessions

\n

 

\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Great resources:
toys, games, books,
kits, activities

\n

 

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Prompts to make

family life easy

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]


But most of all, we are here to listen and hold hands with each other, because we are all in this together. And our children need us almost as much as we need them.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffad\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-08 11:43:10','2020-02-08 00:43:10','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1022,44,'2020-02-08 13:37:45','2020-02-08 02:37:45','Anda ILLIE is a parenting and relationship coach specialising in working with girls and their parents','anda illie parenting relationship coach sydney eastern suburbs edgecliff','anda illie parenting coach sydney eastern suburbs','inherit','open','closed','','anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff','','','2020-02-08 13:38:58','2020-02-08 02:38:58','',1020,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg',0,'attachment','image/jpeg',0),(1020,44,'2020-02-08 14:20:30','2020-02-08 03:20:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Win the Game of Parenting!

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who\r\nworks with parents desiring a happier, smoother family lifestyle.\r\n Let her guide you towards your authentic style of providing leadership and inspiration for your children.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Please fill in the form below to provide us with more details about you and your family.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_contact_form module_id=\"et_pb_contact_form_1\" _builder_version=\"3.2\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your_age\" field_title=\"Your age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" _builder_version=\"3.2\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"] Thank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','publish','closed','closed','','free-parenting-coaching-session','','','2020-02-08 14:29:34','2020-02-08 03:29:34','',0,'http://www.raisingclevergirls.com.au/?page_id=1020',0,'page','',0),(1048,44,'2020-02-24 14:43:33','2020-02-24 03:43:33','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 14:43:33','2020-02-24 03:43:33','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1019,44,'2020-02-08 12:13:04','2020-02-08 01:13:04','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

\n

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]

At Raising Clever Girls we make parenting easy for parents by offering:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Parenting coaching

workshops


and individual sessions

\n

 

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\n


Prompts to make

\n


family life easy

\n

 

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Great resources:

toys, games, books,

kits, activities

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]


But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\n

And our children need us almost as much as we need them.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\"][/et_pb_button][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-08 12:13:04','2020-02-08 01:13:04','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1026,44,'2020-02-08 14:23:23','2020-02-08 03:23:23','[et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Win the Game of Parenting!

\r[/et_pb_text][et_pb_text _builder_version=\"3.2\"]

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with parents desiring a happier, smoother family lifestyle.\r\nLet her guide you towards your authentic style of providing leadership and inspiration for your children.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r[/et_pb_text][et_pb_text _builder_version=\"3.2\"]

Please fill in the form below to provide us with more details about you and your family.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_contact_form _builder_version=\"3.2\" module_id=\"et_pb_contact_form_1\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your_age\" field_title=\"Your age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" _builder_version=\"3.2\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]Thank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session.\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-revision-v1','','','2020-02-08 14:23:23','2020-02-08 03:23:23','',1020,'http://www.raisingclevergirls.com.au/1020-revision-v1/',0,'revision','',0),(1024,44,'2020-02-08 14:20:30','2020-02-08 03:20:30','[et_pb_section bb_built=\"1\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Win the Game of Parenting!

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with parents desiring a happier, smoother family lifestyle.\r\nLet her guide you towards your authentic style of providing leadership and inspiration for your children.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Please fill in the form below to provide us with more details about you and your family.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_contact_form _builder_version=\"3.2\"][et_pb_contact_field field_title=\"Name\" field_type=\"input\" field_id=\"Name\" required_mark=\"on\" fullwidth_field=\"off\" _builder_version=\"3.2\" /][et_pb_contact_field field_title=\"Email Address\" field_type=\"email\" field_id=\"Email\" required_mark=\"on\" fullwidth_field=\"off\" _builder_version=\"3.2\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"Your_age\" field_title=\"Your age\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][et_pb_contact_field _builder_version=\"3.2\" field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" field_type=\"input\" checkbox_checked=\"off\" checkbox_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" radio_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" select_options=\"%91{%22value%22:%22%22,%22checked%22:0}%93\" min_length=\"0\" max_length=\"0\" allowed_symbols=\"all\" required_mark=\"on\" conditional_logic=\"off\" conditional_logic_relation=\"off\" conditional_logic_rules=\"%91{%22field%22:%22name%22,%22condition%22:%22is%22,%22value%22:%22%22}%93\" use_background_color_gradient=\"off\" background_color_gradient_start=\"#2b87da\" background_color_gradient_end=\"#29c4a9\" background_color_gradient_type=\"linear\" background_color_gradient_direction=\"180deg\" background_color_gradient_direction_radial=\"center\" background_color_gradient_start_position=\"0%\" background_color_gradient_end_position=\"100%\" background_color_gradient_overlays_image=\"off\" parallax=\"off\" parallax_method=\"on\" background_size=\"cover\" background_position=\"center\" background_repeat=\"no-repeat\" background_blend=\"normal\" allow_player_pause=\"off\" background_video_pause_outside_viewport=\"on\" fullwidth_field=\"off\" form_field_text_shadow_style=\"none\" box_shadow_style=\"none\" /][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n\r\nThank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-revision-v1','','','2020-02-08 14:20:30','2020-02-08 03:20:30','',1020,'http://www.raisingclevergirls.com.au/1020-revision-v1/',0,'revision','',0),(1032,44,'2020-02-08 14:31:30','2020-02-08 03:31:30','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.2\" background_image=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/anda-illie-parenting-relationship-coach-sydney-eastern-suburbs-edgecliff.jpg\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Win the Game of Parenting!

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who\r\nworks with parents desiring a happier, smoother family lifestyle.\r\n Let her guide you towards your authentic style of providing leadership and inspiration for your children.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

Is this session regarding a specific issue your child is facing, or your general family dinamics?

\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\"]\r\n

Please fill in the form below to provide us with more details about you and your family.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_contact_form module_id=\"et_pb_contact_form_1\" _builder_version=\"3.2\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Your_age\" field_title=\"Your age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"your_children\'s_age\" field_title=\"Your child/ children\'s age\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Relationship_status:_in_a_partnership,_single_parent,_co-parenting,_other\" field_title=\"Relationship status: in a partnership, single parent, co-parenting, other\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Work_arrangements\" field_title=\"Work arrangements: stay at home, part time, full time\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"current_situation\" field_title=\"What is the current situation in your home? What bothers you most? \" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"ideal_situation\" field_title=\"If you had a magic wand, what was your biggest wish to make come true?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"first_step\" field_title=\"What is the ONE thing you feel like you need to understand NOW about yourself that would allow you to start creating the life you desire?\" _builder_version=\"3.2\"][/et_pb_contact_field][et_pb_contact_field field_id=\"4words\" field_title=\"What are four words that you, or others, would describe you at your best?\" _builder_version=\"3.2\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"] Thank you for reaching out, we will email you as soon as possible to arrange for a 100% free one-on-one session. [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Free Parenting Coaching Session','','inherit','closed','closed','','1020-autosave-v1','','','2020-02-08 14:31:30','2020-02-08 03:31:30','',1020,'http://www.raisingclevergirls.com.au/1020-autosave-v1/',0,'revision','',0),(1033,44,'2020-02-08 14:32:33','2020-02-08 03:32:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://raising-clever-girls.com.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\"]

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with parents desiring a happier, smoother family lifestyle.

\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.\r\n\r\nIf you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au\r\n\r\n \r\n\r\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\r\n\r\n \r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2020-02-08 14:32:33','2020-02-08 03:32:33','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(1029,44,'2020-02-08 14:29:26','2020-02-08 03:29:26','[et_pb_section bb_built=\"1\" admin_label=\"section\" transparent_background=\"off\" allow_player_pause=\"off\" inner_shadow=\"off\" parallax=\"off\" parallax_method=\"on\" make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" make_equal=\"off\" use_custom_gutter=\"off\" fullwidth=\"off\" specialty=\"off\" disabled=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta _builder_version=\"3.2\" title=\"Reach out - Anda ILLIE parenting and relationship coach Sydney\" button_text=\"Click HERE Towards Establishing a Smoother, Happier Family Life\" button_url=\"raising-clever-girls.com.au/free-parenting-coaching-session\" /][/et_pb_column][/et_pb_row][et_pb_row make_fullwidth=\"off\" use_custom_width=\"off\" width_unit=\"off\" custom_width_px=\"1080px\" custom_width_percent=\"80%\" use_custom_gutter=\"off\" gutter_width=\"3\" allow_player_pause=\"off\" parallax=\"off\" parallax_method=\"on\" make_equal=\"off\" parallax_1=\"off\" parallax_method_1=\"on\" parallax_2=\"off\" parallax_method_2=\"on\" parallax_3=\"off\" parallax_method_3=\"on\" parallax_4=\"off\" parallax_method_4=\"on\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"][et_pb_column type=\"1_2\"][et_pb_text background_layout=\"light\" text_orientation=\"left\" use_border_color=\"off\" border_style=\"solid\" disabled=\"off\" background_position=\"top_left\" background_repeat=\"repeat\" background_size=\"initial\"]\r\n\r\nWe love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.\r\n\r\nIf you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au\r\n\r\n \r\n\r\n[contact-form-7 id=\"74\" title=\"Contact form 1\"]\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" show_in_lightbox=\"off\" url_new_window=\"off\" use_overlay=\"off\" animation=\"off\" sticky=\"off\" align=\"left\" force_fullwidth=\"off\" always_center_on_mobile=\"on\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" disabled=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2020-02-08 14:29:26','2020-02-08 03:29:26','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(1034,44,'2020-02-08 14:41:15','2020-02-08 03:41:15','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raising-clever-girls.com.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\"]\n\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with parents desiring a happier, smoother family lifestyle.

\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\n\nWe love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.

If you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au

 

[contact-form-7 id=\"74\" title=\"Contact form 1\"]

 
\n\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-autosave-v1','','','2020-02-08 14:41:15','2020-02-08 03:41:15','',192,'http://www.raisingclevergirls.com.au/192-autosave-v1/',0,'revision','',0),(1036,44,'2020-02-08 14:44:10','2020-02-08 03:44:10','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\"]\r\n\r\n \r\n

Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.

\r\n \r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_2\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] We love hearing from you! If you would like to give us feedback, recommend a product or ask a question, please email us at  contact@clevergirls.com.au or fill in the form below.\r\n\r\nIf you are a webshop and would like to be featured on Clever Girls or would like more information on how to join, please email us at resources@raisingclevergirls.com.au\r\n\r\n \r\n\r\n[contact-form-7 id=\"74\" title=\"Contact form 1\"] [/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/08/super-girl-wonder-woman-raising-clever-girls-1.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Contact','','inherit','closed','closed','','192-revision-v1','','','2020-02-08 14:44:10','2020-02-08 03:44:10','',192,'http://www.raisingclevergirls.com.au/192-revision-v1/',0,'revision','',0),(1090,44,'2020-02-24 23:56:41','2020-02-24 12:56:41','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

Workshops

\r\n \r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nGentle Discipline - From Toddlers to School Years\r\n\r\nThis workshop is designed to address the most common discipline issues (think of whining, tantrums, power struggles and so on) while giving you better tools to replace yelling, bribing or punishments.\r\nThere are lots of practical examples and role-playing to show you how empathetic limits and clear boundaries can be established in order to encourage cooperation.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: parent and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\n \r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2020-02-24 23:56:41','2020-02-24 12:56:41','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(1083,44,'2020-02-24 23:18:40','2020-02-24 12:18:40','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

1:1 Coaching Sessions

\n

 

\n

What is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:

\n
    \n
  • discipline issues
  • \n
  • siblings relationship
  • \n
  • power struggles
  • \n
  • separation anxiety
  • \n
  • school behaviour
  • \n
  • social media and screen time
  • \n
  • bullying
  • \n
  • phobias
  • \n
\n

Private coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Workshops

\n

 

\n

Join us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.

\n[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]
Why is this important?
\r[/et_pb_text][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Because once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.

\n

 

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg\" admin_label=\"Image\" _builder_version=\"3.2\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Gentle Discipline - From Toddlers to School Years

\n

This workshop is designed to address the most common discipline issues (think of whining, tantrums, power struggles and so on) while giving you better tools to replace yelling, bribing or punishments.
There are lots of practical examples and role-playing to show you how empathetic limits and clear boundaries can be established in order to encourage cooperation.

\n

Duration: 3 hours

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Making a Puppet: parent and child workshop

\n

Work with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.

\n

Duration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

Footwear Design and Body Image: mother and daughter workshop

\n

Bond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.
\nDuration: 3 hours

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"Row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" admin_label=\"Image\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\"] [/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text admin_label=\"Text\" _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]

\n

Craft Your Vision, Design Your Life: a Vision Board Workshop for Mamas

\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.2\" parallax=\"off\" parallax_method=\"on\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" button_font=\"||||||||\"]

 Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)
who works with parents desiring a happier, smoother family lifestyle.

[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2020-02-24 23:18:40','2020-02-24 12:18:40','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(1058,44,'2020-02-24 16:18:00','2020-02-24 05:18:00','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\" text_font_size=\"20px\"]\r\n

Parenting coaching

\r\n

workshops and individual sessions  

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

Great resources:

\r\ntoys, games, books, kits, activities   [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:18:00','2020-02-24 05:18:00','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1041,44,'2020-02-24 13:57:24','2020-02-24 02:57:24','anda illie - nlp practitioner and family counsellor sydney eastern suburbs, children counsellor','nlp sydney - anda illie','anda illie - family counsellor sydney eastern suburbs','inherit','open','closed','','nlp-sydney-anda-illie','','','2020-02-24 13:58:50','2020-02-24 02:58:50','',2,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/nlp-sydney-anda-illie.jpg',0,'attachment','image/jpeg',0),(1042,44,'2020-02-24 13:57:45','2020-02-24 02:57:45','anda illie - children and relationship counsellor sydney eastern suburbs, family psychologist, marriage therapy sydney','australian psychological society - anda illie','anda illie - family counsellor sydney eastern suburbs','inherit','open','closed','','australian-psychological-society-anda-illie','','','2020-02-24 14:00:08','2020-02-24 03:00:08','',2,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/australian-psychological-society-anda-illie.jpg',0,'attachment','image/jpeg',0),(1043,44,'2020-02-24 14:00:22','2020-02-24 03:00:22','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/nlp-sydney-anda-illie.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/australian-psychological-society-anda-illie.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 14:00:22','2020-02-24 03:00:22','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1044,44,'2020-02-24 14:09:57','2020-02-24 03:09:57','','primary-ethics-logo-rgb','','inherit','open','closed','','primary-ethics-logo-rgb','','','2020-02-24 14:09:57','2020-02-24 03:09:57','',2,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/primary-ethics-logo-rgb.png',0,'attachment','image/png',0),(1046,44,'2020-02-24 14:32:19','2020-02-24 03:32:19','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"1041,1042,1044\" posts_number=\"3\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" show_title_and_caption=\"off\" show_pagination=\"off\" max_width=\"50%\" module_alignment=\"center\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 14:32:19','2020-02-24 03:32:19','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1045,44,'2020-02-24 14:30:07','2020-02-24 03:30:07','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/nlp-sydney-anda-illie.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/australian-psychological-society-anda-illie.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_gallery _builder_version=\"3.2\" gallery_ids=\"1041,1042,1044\" posts_number=\"3\" zoom_icon_color=\"#e86f8b\" hover_overlay_color=\"rgba(255,255,255,0.9)\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 14:30:07','2020-02-24 03:30:07','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1047,44,'2020-02-24 14:42:29','2020-02-24 03:42:29','anda illie - children and relationship counsellor sydney eastern suburbs, family psychologist, marriage therapy sydney','Anda ILLIE family counsellor sydney eastern suburbs children counselling','anda illie - family counsellor sydney eastern suburbs','inherit','open','closed','','anda-illie-family-counsellor-sydney-eastern-suburbs-children-counselling','','','2020-02-24 14:43:20','2020-02-24 03:43:20','',2,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg',0,'attachment','image/jpeg',0),(1054,44,'2020-02-24 16:09:14','2020-02-24 05:09:14','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"35%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:09:14','2020-02-24 05:09:14','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1052,44,'2020-02-24 16:06:04','2020-02-24 05:06:04','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"49%\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:06:04','2020-02-24 05:06:04','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1049,44,'2020-02-24 16:03:31','2020-02-24 05:03:31','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"49%\" /][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:03:31','2020-02-24 05:03:31','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1050,44,'2020-02-24 16:04:30','2020-02-24 05:04:30','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"49%\" /][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:04:30','2020-02-24 05:04:30','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1051,44,'2020-02-24 16:05:06','2020-02-24 05:05:06','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\" next_background_color=\"#000000\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"49%\" /][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:05:06','2020-02-24 05:05:06','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1053,44,'2020-02-24 16:07:00','2020-02-24 05:07:00','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"35%\" /][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:07:00','2020-02-24 05:07:00','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1055,44,'2020-02-24 16:09:47','2020-02-24 05:09:47','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n

INSPIRING GIRLS TO BE CONFIDENT AND EMBRACE CHALLENGES

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"76px|0px|27px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"]\r\n\r\nAt Raising Clever Girls we make parenting easy for parents by offering:\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\nworkshops\r\n\r\nand individual sessions\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

\r\nPrompts to make

\r\n

\r\nfamily life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\ntoys, games, books,\r\n\r\nkits, activities\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\" custom_padding=\"72px|0px|73px|0px|false|false\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

\r\nBut most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_icon_color=\"#ffffff\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" button_url=\"raisingclevergirls.com.au/free-parenting-coaching-session\" button_alignment=\"center\" button_font=\"||||||||\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" fullwidth=\"off\" specialty=\"off\" prev_background_color=\"#f4f4f4\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:09:47','2020-02-24 05:09:47','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1065,44,'2020-02-24 16:29:17','2020-02-24 05:29:17','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions\r\n\r\n

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

Great resources:

\r\n

toys, games, books, kits, activities

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\" text_font_size=\"12px\" text_line_height=\"1.8em\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:29:17','2020-02-24 05:29:17','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1063,44,'2020-02-24 16:27:17','2020-02-24 05:27:17','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.\r\nIn 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]


Parenting coaching

\n

workshops and
individual sessions

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:27:17','2020-02-24 05:27:17','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1062,44,'2020-02-24 16:26:07','2020-02-24 05:26:07','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.\r\nIn 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\n

Parenting coaching

\r\n

workshops and\r\nindividual sessions\r\n

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:26:07','2020-02-24 05:26:07','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1060,44,'2020-02-24 16:24:34','2020-02-24 05:24:34','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

\n

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.
In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]

\n

Parenting coaching

\n

workshops and
individual sessions
 

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Great resources:

\n

toys, games, books,
kits, activities

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][et_pb_text _builder_version=\"3.2\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:24:34','2020-02-24 05:24:34','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1067,44,'2020-02-24 16:31:31','2020-02-24 05:31:31','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

Parenting coaching

\r\n

workshops and individual sessions

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities\r\n\r\n

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" text_font_size=\"12px\" text_line_height=\"1.9em\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:31:31','2020-02-24 05:31:31','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1066,44,'2020-02-24 16:30:27','2020-02-24 05:30:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions\r\n\r\n

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

Great resources:

\r\n

toys, games, books, kits, activities

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][et_pb_text _builder_version=\"3.2\" text_font_size=\"12px\" text_line_height=\"1.8em\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:30:27','2020-02-24 05:30:27','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1069,44,'2020-02-24 16:33:19','2020-02-24 05:33:19','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\" prev_background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

Parenting coaching

\r\n

workshops and individual sessions

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" text_font_size=\"11px\" text_line_height=\"2em\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:33:19','2020-02-24 05:33:19','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1070,44,'2020-02-24 16:35:53','2020-02-24 05:35:53','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\" prev_background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions\r\n

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][et_pb_text _builder_version=\"3.2\" text_font_size=\"10px\" text_line_height=\"2em\" background_color=\"#ffffff\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\"]\r\n\r\nBy being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:35:53','2020-02-24 05:35:53','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1071,44,'2020-02-24 16:37:24','2020-02-24 05:37:24','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\" prev_background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions\r\n

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"10px\" text_line_height=\"2em\" background_color=\"#ffffff\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" header_font_size=\"14px\" header_line_height=\"1.2em\"]\r\n
By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.
\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:37:24','2020-02-24 05:37:24','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1072,44,'2020-02-24 16:39:09','2020-02-24 05:39:09','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\" prev_background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"] Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves. My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher. In 2017, I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come. [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions\r\n\r\n\r\n

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"10px\" text_line_height=\"2em\" background_color=\"#ffffff\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" header_font_size=\"12px\" header_line_height=\"1.4em\" header_letter_spacing=\"1px\"]\r\n
By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.
\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:39:09','2020-02-24 05:39:09','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1073,44,'2020-02-24 16:41:02','2020-02-24 05:41:02','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" next_background_color=\"#f4f4f4\" prev_background_color=\"#000000\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.\r\nI decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"10px\" text_line_height=\"2em\" background_color=\"#ffffff\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" header_font_size=\"10px\" header_line_height=\"1.9em\" header_letter_spacing=\"1px\"]\r\n
By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.
\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 16:41:02','2020-02-24 05:41:02','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1075,44,'2020-02-24 22:11:41','2020-02-24 11:11:41','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

\n

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.
I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions

\r\n \r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"17px\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" text_line_height=\"2em\" header_font_size=\"10px\" header_letter_spacing=\"1px\" header_line_height=\"1.9em\" background_color=\"#ffffff\" text_font=\"||||||||\" text_text_color=\"#000000\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 22:11:41','2020-02-24 11:11:41','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1079,44,'2020-02-25 00:04:41','2020-02-24 13:04:41','

[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.
I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" text_font=\"||||||||\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]


Parenting coaching

workshops and
individual sessions

 
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

Prompts to make

family life easy

 

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]


Great resources:

toys, games, books,
kits, activities

 
[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

 

And our children need us almost as much as we need them.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" text_line_height=\"2em\" header_font_size=\"10px\" header_letter_spacing=\"1px\" header_line_height=\"1.9em\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]

','About','','inherit','closed','closed','','2-autosave-v1','','','2020-02-25 00:04:41','2020-02-24 13:04:41','',2,'http://www.raisingclevergirls.com.au/2-autosave-v1/',0,'revision','',0),(1101,44,'2020-02-25 00:13:27','2020-02-24 13:13:27','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#f4f4f4\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Inspiring Girls to Be Confident and Embrace Challenges

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]\r\n\r\nGuiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.\r\n\r\nMy name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.\r\nI decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" text_font=\"||||||||\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]\r\n

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r\n[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]\r\n

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\"]\r\n

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\" /][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" text_line_height=\"2em\" header_font_size=\"10px\" header_letter_spacing=\"1px\" header_line_height=\"1.9em\" background_color=\"#ffffff\"]\r\n

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\" prev_background_color=\"#ffffff\" next_background_color=\"#ffffff\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\" prev_background_color=\"#f4f4f4\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][/et_pb_column][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\" /][/et_pb_column][et_pb_column type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-25 00:13:27','2020-02-24 13:13:27','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1078,44,'2020-02-24 22:19:23','2020-02-24 11:19:23','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\"][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]

Inspiring Girls to Be Confident and Embrace Challenges

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/anda-maria-illie-raising-clever-girls-to-be-confident-resilient-stron-women-inspire-your-daughter-motivate-children-small.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_style=\"solid\" animation=\"off\" sticky=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"16\" text_line_height=\"1.8em\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" custom_margin=\"|||50px\" use_border_color=\"off\"]

Guiding another person and being in charge of their emotional, spiritual, physical and intellectual development is no piece of cake. They say it takes a village to raise a child, but in the absence of the village, I find that there is so much pressure on parents today to do everything themselves.

\n

My name is Anda Maria ILLIE, I am a parenting and relationship coach and Neuro-Linguistics Programming practitioner, as well as a primary school ethics teacher.
I decided to create this place to provide the support and resources for parents, grandparents and educators eager to bring up confident girls that follow their dreams and are not afraid of failure. Raising Clever Girls is here to be the parents’ daily inspiration and guidance, influencing how the family spends time together now and for the years to come.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"76px|0px|27px|0px|false|false\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"18\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" text_orientation=\"justified\" use_border_color=\"off\" text_font=\"||||||||\"] At Raising Clever Girls we make parenting easy for parents by offering: [/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"0|0px|0|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font_size=\"20px\" background_color=\"#88cc9b\"]

\r\nParenting coaching

\r\n

workshops and\r\nindividual sessions

\r\n \r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

 

\r\n

Prompts to make

\r\n

family life easy

\r\n

 

\r[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_color=\"#88cc9b\"]

\r\nGreat resources:

\r\n

toys, games, books,\r\nkits, activities

\r\n \r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding=\"72px|0px|73px|0px|false|false\" _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\"]

But most of all, we are here to listen and hold hands with each other, because we are all in this together.

\r\n \r\n

And our children need us almost as much as we need them.

\r[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching-raising-clever-girls-resilience-grit-creativity.jpg\" _builder_version=\"3.2\" use_border_color=\"off\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_button button_url=\"http://raisingclevergirls.com.au/free-parenting-coaching-session\" button_text=\"Take Your First Step to Establishing a Smoother, Happier Family Life\" button_alignment=\"center\" _builder_version=\"3.2\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#db5973\" button_font=\"||||||||\" button_icon_color=\"#ffffff\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" text_font=\"||||||||\" text_text_color=\"#000000\" text_font_size=\"17px\" text_font_size_last_edited=\"on|tablet\" text_letter_spacing=\"1px\" text_letter_spacing_last_edited=\"on|phone\" text_line_height=\"2em\" header_font_size=\"10px\" header_letter_spacing=\"1px\" header_line_height=\"1.9em\" background_color=\"#ffffff\"]

By being open and saying yes to parenting education, you are saying yes to an authentic, open, respectful style of parenting that will lead to a more confident and self-motivated future teen and adult daughter.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\" background_color=\"#f4f4f4\" transparent_background=\"off\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"] [et_bloom_inline optin_id=optin_2] [/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_code admin_label=\"Code - instagram feed\" _builder_version=\"3.0.47\"][instagram-feed][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" align=\"center\" _builder_version=\"3.2\" max_width=\"85%\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"3.0.47\" parallax=\"off\" parallax_method=\"on\"][/et_pb_column][/et_pb_row][/et_pb_section]','About','','inherit','closed','closed','','2-revision-v1','','','2020-02-24 22:19:23','2020-02-24 11:19:23','',2,'http://www.raisingclevergirls.com.au/2-revision-v1/',0,'revision','',0),(1081,44,'2020-02-24 22:35:26','2020-02-24 11:35:26','anda illie - children and relationship counsellor sydney eastern suburbs, family psychologist, marriage therapy sydney','parenting coach sydney eastern suburbs anda illie counsellor therapist','','inherit','open','closed','','parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist','','','2020-02-25 00:19:19','2020-02-24 13:19:19','',0,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg',0,'attachment','image/jpeg',0),(1091,44,'2020-02-24 23:57:13','2020-02-24 12:57:13','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\n \r\n\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nGentle Discipline - From Toddlers to School Years\r\n\r\nThis workshop is designed to address the most common discipline issues (think of whining, tantrums, power struggles and so on) while giving you better tools to replace yelling, bribing or punishments.\r\nThere are lots of practical examples and role-playing to show you how empathetic limits and clear boundaries can be established in order to encourage cooperation.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: parent and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\n \r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2020-02-24 23:57:13','2020-02-24 12:57:13','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(1082,44,'2020-02-24 23:53:01','2020-02-24 12:53:01','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1.png\" align=\"center\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','publish','closed','closed','','parenting-coaching-sydney','','','2020-02-25 00:21:17','2020-02-24 13:21:17','',0,'http://www.raisingclevergirls.com.au/?page_id=1082',0,'page','',0),(1084,44,'2020-02-24 23:31:00','2020-02-24 12:31:00','parenting counselling and children counselling sydney eastern suburbs','parenting coaching anda illie','','inherit','open','closed','','mother-and-her-child-holding-hands-in-heart-shape-framing-on-nat','','','2020-02-24 23:32:11','2020-02-24 12:32:11','',1082,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg',0,'attachment','image/jpeg',0),(1085,44,'2020-02-24 23:53:01','2020-02-24 12:53:01','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" /][et_pb_text _builder_version=\"3.2\"]\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-24 23:53:01','2020-02-24 12:53:01','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1086,44,'2020-02-24 23:53:56','2020-02-24 12:53:56','[et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\" template_type=\"module\"]\n\n

 Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)
who works with parents desiring a happier, smoother family lifestyle.

\n\n[/et_pb_cta]','Call to action - coaching','','publish','closed','closed','','call-to-action-coaching','','','2020-02-24 23:53:56','2020-02-24 12:53:56','',0,'http://www.raisingclevergirls.com.au/et_pb_layout/call-to-action-coaching/',0,'et_pb_layout','',0),(1096,44,'2020-02-25 00:01:56','2020-02-24 13:01:56','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\n \r\n\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:01:56','2020-02-24 13:01:56','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1089,44,'2020-02-24 23:55:05','2020-02-24 12:55:05','[et_pb_section bb_built=\"1\"][et_pb_row][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" /][et_pb_text _builder_version=\"3.2\"]\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with children and parents for a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-24 23:55:05','2020-02-24 12:55:05','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1112,44,'2020-03-04 12:00:50','2020-03-04 01:00:50','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Workshops

\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra-e1583283535936.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n\r\nBurnout to Bliss: Parenting strategies to turn motherhood burnout to family bliss\r\n\r\nAnda Maria, founder of Raising Clever Girls, is a certified Neuro Linguistic Programming practitioner and member of Australian Psychological Society. She is a mom, a teacher and a public speaker, helping parents gain clarity and tools in order to achieve a blissful family life though professional parenting and life coaching.\r\n\r\nDuration: 2 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: parent and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\n \r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2020-03-04 12:00:50','2020-03-04 01:00:50','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(1092,44,'2020-02-24 23:58:10','2020-02-24 12:58:10','[et_pb_section bb_built=\"1\" admin_label=\"section\" _builder_version=\"3.0.47\" transparent_background=\"off\" prev_background_color=\"#000000\" next_background_color=\"#000000\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful-.jpg\" title_text=\"play is our brain\'s favourite way of learning\" align=\"center\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\"]\r\n

Workshops

\r\nJoin us for fun and fabulous activities designed for you and your child to enjoy while discussing and nurturing precious life skills such as self-esteem, positive body image, resilience, grit.\r\n\r\n[/et_pb_text][et_pb_text _builder_version=\"3.0.47\" header_text_color=\"#8300e9\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n
Why is this important?
\r\n[/et_pb_text][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nBecause once a child learns how to enjoy hard work and delay gratification, they will slowly start to find passion in whatever they have to do rather than only choosing to do what they feel like in that moment.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coach-sydney-eastern-suburbs-anda-illie-counsellor-therapist.jpg\" _builder_version=\"3.2\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nGentle Discipline - From Toddlers to School Years\r\n\r\nThis workshop is designed to address the most common discipline issues (think of whining, tantrums, power struggles and so on) while giving you better tools to replace yelling, bribing or punishments.\r\nThere are lots of practical examples and role-playing to show you how empathetic limits and clear boundaries can be established in order to encourage cooperation.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nMaking a Puppet: parent and child workshop\r\n\r\nWork with your daughter to make a Sesame Street puppet our daughter for each of you. Then use your puppets to create a silly, fun dialogue. You will get to keep your puppets and use them in future to connect easier and approach \"delicate\" subjects that you may want to discuss but not sure how to approach them.\r\n\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun.jpg\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\nFootwear Design and Body Image: mother and daughter workshop\r\n\r\nBond with your daughter over a fun, creative activity where each of you will learn to design shoes and more importantly to embrace your individual beauty. She will walk away feeling more confident and grateful for her body and more aware of the fact that this is just one of her many gifts.\r\nDuration: 3 hours\r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"1_3\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2018/01/vision-board-workshop-for-mamas-website-image-raising-clever-girls-strong-women.jpg\" url=\"https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739\" url_new_window=\"on\" _builder_version=\"3.0.47\" use_border_color=\"off\" border_color=\"#ffffff\" border_width=\"1px\" border_style=\"solid\" animation=\"off\" sticky=\"off\" animation_style=\"none\" animation_duration=\"1000ms\" animation_intensity_slide=\"50%\" show_bottom_space=\"on\" /][/et_pb_column][et_pb_column type=\"2_3\"][et_pb_text _builder_version=\"3.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" use_border_color=\"off\" border_style=\"solid\"]\r\n\r\n \r\n\r\nCraft Your Vision, Design Your Life: a Vision Board Workshop for Mamas\r\n

DREAM IT. BELIEVE IT. CLAIM IT. And start living with clarity and confidence!

\r\n

Join me for some much needed \"self\" time and learn the secret to manifesting your dreams through the use of vision boards, intention, and awareness. I promise, you will leave the workshop focused and ready to conquer your life.

\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.2\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\r\n\r\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology)\r\nwho works with parents desiring a happier, smoother family lifestyle.\r\n\r\n[/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Workshops','','inherit','closed','closed','','697-revision-v1','','','2020-02-24 23:58:10','2020-02-24 12:58:10','',697,'http://www.raisingclevergirls.com.au/697-revision-v1/',0,'revision','',0),(1093,44,'2020-02-24 23:58:58','2020-02-24 12:58:58','','COACHING','','publish','closed','closed','','coaching','','','2020-02-24 23:58:58','2020-02-24 12:58:58','',0,'http://www.raisingclevergirls.com.au/?p=1093',3,'nav_menu_item','',0),(1095,44,'2020-02-25 00:14:51','2020-02-24 13:14:51','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\n\n

 

1:1 Coaching Sessions

 

What is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:

  • discipline issues
  • siblings relationship
  • power struggles
  • separation anxiety
  • school behaviour
  • social media and screen time
  • bullying
  • phobias

Private coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.

 

Why is it important?

Sometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.

 

Why Coaching?

Information is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.

 

\n\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling.png\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"]\n\nAnda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle.\n\n[/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][/et_pb_row][et_pb_row][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-autosave-v1','','','2020-02-25 00:14:51','2020-02-24 13:14:51','',1082,'http://www.raisingclevergirls.com.au/1082-autosave-v1/',0,'revision','',0),(1097,44,'2020-02-25 00:03:43','2020-02-24 13:03:43','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:03:43','2020-02-24 13:03:43','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1098,44,'2020-02-25 00:05:12','2020-02-24 13:05:12','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:05:12','2020-02-24 13:05:12','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1108,44,'2020-02-25 00:21:17','2020-02-24 13:21:17','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1.png\" align=\"center\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:21:17','2020-02-24 13:21:17','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1100,44,'2020-02-25 00:13:08','2020-02-24 13:13:08','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling.png\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:13:08','2020-02-24 13:13:08','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1102,44,'2020-02-25 00:15:45','2020-02-24 13:15:45','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling.png\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:15:45','2020-02-24 13:15:45','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1103,44,'2020-02-25 00:16:28','2020-02-24 13:16:28','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling.png\" align=\"center\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:16:28','2020-02-24 13:16:28','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1104,44,'2020-02-25 00:17:27','2020-02-24 13:17:27','','Anda ILLIE family counsellor coach sydney eastern suburbs children counselling','','inherit','closed','closed','','1099-autosave-v1','','','2020-02-25 00:17:27','2020-02-24 13:17:27','',1099,'http://www.raisingclevergirls.com.au/1099-autosave-v1/',0,'revision','',0),(1106,44,'2020-02-25 00:19:37','2020-02-24 13:19:37','[et_pb_section bb_built=\"1\" _builder_version=\"3.0.47\"][et_pb_row _builder_version=\"3.0.47\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"4_4\"][et_pb_image src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/parenting-coaching.jpg\" _builder_version=\"3.2\" /][et_pb_text _builder_version=\"3.2\"]\r\n

\r\n

1:1 Coaching Sessions

\r\n \r\n\r\nWhat is it that you find most challenging as a parent right now? No matter how chaotic things may seem, I would be honoured to hold your hand and guide you through it all. From the very first session, you will see improvement whether you are experiencing difficulties with:\r\n
    \r\n
  • discipline issues
  • \r\n
  • siblings relationship
  • \r\n
  • power struggles
  • \r\n
  • separation anxiety
  • \r\n
  • school behaviour
  • \r\n
  • social media and screen time
  • \r\n
  • bullying
  • \r\n
  • phobias
  • \r\n
\r\nPrivate coaching is a transformational experience for both parents and children. As a mother myself, I understand the frustrations and the overwhelm that take the joy out of our daily lives as parents: the isolation, the worrying, the sleep deprivation, whining, separation anxiety, school shyness and the list could go on and on.\r\n\r\n \r\n

Why is it important?

\r\nSometimes, we all need someone to really listen to us and offer empathy, support, and guidance towards creating the shift we need for repositioning ourselves on our authentic path in life. And this is what I would like to do for you: to help you move forward in the areas that are most important to you by using specific techniques and strategies meant to disrupt the current patterns, while I am holding your hand through it all.\r\n\r\n \r\n

Why Coaching?

\r\nInformation is something we have plenty right now, and in fact there is so much of it that it makes it almost impossible to go through all. But what we need most often is personalised guidance and professional techniques that replace our mental and behavioural patterns with conscious decisions and awareness.\r\n\r\n \r\n\r\n[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting.png\" align=\"center\" /][/et_pb_column][et_pb_column type=\"3_4\"][et_pb_cta button_url=\"http://raisingclevergirls.conm.au/free-parenting-coaching-session\" button_text=\"Click HERE to Take Your First Step Towards Establishing a Smoother, Happier Family Life\" _builder_version=\"3.2\" background_color=\"rgba(5,52,89,0.85)\" custom_button=\"on\" button_text_color=\"#ffffff\" button_bg_color=\"#e86f8b\" saved_tabs=\"all\"] Anda Maria is a parenting and relationship coach (with a background in neuro-linguistic programming and psychology) who works with children and parents for a happier, smoother family lifestyle. [/et_pb_cta][/et_pb_column][/et_pb_row][et_pb_row][et_pb_column type=\"1_4\"][/et_pb_column][et_pb_column type=\"1_2\"][et_pb_image _builder_version=\"3.2\" src=\"http://www.raisingclevergirls.com.au/wp-content/uploads/2017/03/Anda-ILLIE-family-counsellor-sydney-eastern-suburbs-children-counselling.jpg\" /][/et_pb_column][et_pb_column type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section]','Coaching','','inherit','closed','closed','','1082-revision-v1','','','2020-02-25 00:19:37','2020-02-24 13:19:37','',1082,'http://www.raisingclevergirls.com.au/1082-revision-v1/',0,'revision','',0),(1107,44,'2020-02-25 00:20:34','2020-02-24 13:20:34','anda illie - children and relationship counsellor sydney eastern suburbs, family psychologist, marriage therapy sydney','Anda ILLIE family counsellor coach sydney eastern suburbs children counselling parenting','','inherit','open','closed','','anda-illie-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-2','','','2020-02-25 00:21:10','2020-02-24 13:21:10','',1082,'http://www.raisingclevergirls.com.au/wp-content/uploads/2020/02/Anda-ILLIE-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-1.png',0,'attachment','image/png',0),(1110,44,'2020-03-04 11:56:44','2020-03-04 00:56:44','anda illie - children and relationship counsellor sydney eastern suburbs, family psychologist, marriage therapy sydney','anda maria illie - family counselling, family coaching, parenting education sydney eastern suburbs woollahra','','inherit','open','closed','','anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra','','','2020-03-04 12:00:04','2020-03-04 01:00:04','',697,'http://www.raisingclevergirls.com.au/wp-content/uploads/2017/11/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra.jpg',0,'attachment','image/jpeg',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_feeds_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_feeds_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_feeds_posts` ( `record_id` int(11) unsigned NOT NULL AUTO_INCREMENT, `id` int(11) unsigned NOT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `feed_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`record_id`), KEY `feed_id` (`feed_id`(100)) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_feeds_posts` -- LOCK TABLES `wp_sbi_instagram_feeds_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_feeds_posts` VALUES (1,1,'2246268687744989672_5799464764','sbi_5799464764'),(2,2,'2240012364795565198_5799464764','sbi_5799464764'),(3,3,'2170162867022350006_5799464764','sbi_5799464764'),(4,4,'2128391724129473695_5799464764','sbi_5799464764'),(5,5,'2091110394052436657_5799464764','sbi_5799464764'),(6,6,'2070069647995874369_5799464764','sbi_5799464764'),(7,7,'2271191980788578061_5799464764','sbi_5799464764'),(8,8,'2271143479341983886_5799464764','sbi_5799464764'),(9,9,'2283493490650036727_5799464764','sbi_5799464764'),(10,10,'2288563853306356417_5799464764','sbi_5799464764'),(11,11,'2287887395344750314_5799464764','sbi_5799464764'),(12,12,'2301296330672033640_5799464764','sbi_5799464764'),(13,13,'2309303526735238442_5799464764','sbi_5799464764'),(14,14,'2318679781616305093_5799464764','sbi_5799464764'),(15,15,'2322628098469617646_5799464764','sbi_5799464764'); /*!40000 ALTER TABLE `wp_sbi_instagram_feeds_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_sbi_instagram_posts` -- DROP TABLE IF EXISTS `wp_sbi_instagram_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_sbi_instagram_posts` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `created_on` datetime DEFAULT NULL, `instagram_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `time_stamp` datetime DEFAULT NULL, `top_time_stamp` datetime DEFAULT NULL, `json_data` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `media_id` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `sizes` varchar(1000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `aspect_ratio` decimal(4,2) NOT NULL DEFAULT 0.00, `images_done` tinyint(1) NOT NULL DEFAULT 0, `last_requested` date DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=16 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_sbi_instagram_posts` -- LOCK TABLES `wp_sbi_instagram_posts` WRITE; /*!40000 ALTER TABLE `wp_sbi_instagram_posts` DISABLE KEYS */; INSERT INTO `wp_sbi_instagram_posts` VALUES (1,'2020-02-24 02:52:15','2246268687744989672_5799464764','2020-02-24 02:54:15',NULL,'{\"id\":\"2246268687744989672_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/84578416_222841495421114_634206425092714406_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=asGtzV62gX8AX_dlM1_&oh=06433bbfea381de7a5dbf8ab357b4f59&oe=5E80C7FB\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/84578416_222841495421114_634206425092714406_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=asGtzV62gX8AX_dlM1_&oh=f8c65c6858bffee660508062a12e19b5&oe=5E8B3BF6\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/84578416_222841495421114_634206425092714406_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=asGtzV62gX8AX_dlM1_&oh=eb39f14d16f4d197636c024550e40453&oe=5E80E11A\"}},\"created_time\":\"1581996116\",\"caption\":{\"id\":\"17856672142786765\",\"text\":\"Ask someone how they are, and you will probably get a \\\"good\\\" or \\\"fine\\\". If you want to connect with your children or partner and help them open up to you, it\'s always a good idea to have some open ended questions handy.\\n.\\n#raisingdaughters #familytime .\\nThank you @lauraeseaton for the beautiful, inspiring flower wreath background!\",\"created_time\":\"1581996116\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":7},\"tags\":[\"motherhood\",\"littlegirl\",\"sisters\",\"kids\",\"lovemyfamily\",\"familytime\",\"parenting\",\"familyfun\",\"momlife\",\"familyfirst\",\"childhood\",\"motheranddaughter\",\"siblings\",\"mydarling\",\"parenthood\",\"mummysgirl\",\"joyfulmamas\",\"parents\",\"daughters\",\"daddysgirl\",\"mummy\",\"raisingdaughters\",\"daughter\",\"lovemygirls\",\"mydaughter\",\"mama\",\"myprincess\"],\"filter\":\"Normal\",\"comments\":{\"count\":1},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B8sWXhjH3no\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2246268687744989672_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-05-03'),(2,'2020-02-24 02:52:16','2240012364795565198_5799464764','2020-02-24 02:52:15',NULL,'{\"id\":\"2240012364795565198_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/83388066_293180191644874_1162877159980866911_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ZM2sUF7NMbEAX9-nBvl&oh=98c5c6d41943e8159fbe135c757562b2&oe=5E55C4C9\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/83388066_293180191644874_1162877159980866911_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ZM2sUF7NMbEAX9-nBvl&oh=8a3f97e9a9cc06641199e81e76d8f286&oe=5E556BB9\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/83388066_293180191644874_1162877159980866911_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=ZM2sUF7NMbEAX9-nBvl&oh=930d5e56192848665134da9389cb536c&oe=5E55806E\"}},\"created_time\":\"1581250310\",\"caption\":{\"id\":\"18075495133168637\",\"text\":\"You want to pay your daughter a compliment? Ditch the boring \\\"you are so pretty\\\" for more significant communication, providing her with precious future core beliefs.\\nWhat kids believe, they become.\\n.\\n#raisingclevergirls #familytime\\n.\\nThank you @carineholz for the inspiring photo.\",\"created_time\":\"1581250310\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":7},\"tags\":[\"raisingclevergirls\",\"familytime\"],\"filter\":\"Normal\",\"comments\":{\"count\":4},\"type\":\"video\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B8WH2CwH1SO\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[],\"videos\":{\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t50.2886-16\\/85868925_3010537088977031_3206788491291312234_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=FYMevywWM6YAX-ZMg5X&oe=5E55769E&oh=3f49ae695f8b3f3ed8c853a44f7911fa\",\"id\":\"18115106227077351\"},\"low_resolution\":{\"width\":480,\"height\":480,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t50.2886-16\\/85863129_637852290296255_6487845913162282304_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=vk8qtXXO8cUAX8U31-K&oe=5E56593D&oh=3bc470c843b4a28866ecbedb308ec477\",\"id\":\"18115106221077351\"},\"low_bandwidth\":{\"width\":480,\"height\":480,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t50.2886-16\\/85863129_637852290296255_6487845913162282304_n.mp4?_nc_ht=scontent.cdninstagram.com&_nc_ohc=vk8qtXXO8cUAX8U31-K&oe=5E56593D&oh=3bc470c843b4a28866ecbedb308ec477\",\"id\":\"18115106221077351\"}},\"video_views\":44}','2240012364795565198_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-04-16'),(3,'2020-02-24 02:52:16','2170162867022350006_5799464764','2020-02-24 02:50:15',NULL,'{\"id\":\"2170162867022350006_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/74448290_795008270937097_3040951171864717399_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=TMziDV4mNUQAX-hFTgV&oh=a73b739185a9e03dfa0de7ee0acabb37&oe=5E8689FF\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/74448290_795008270937097_3040951171864717399_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=TMziDV4mNUQAX-hFTgV&oh=2354c5fcac9c861843eb36fdb4ba8145&oe=5E8B4B0F\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/74448290_795008270937097_3040951171864717399_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=TMziDV4mNUQAX-hFTgV&oh=b507dfda626d295a627610bef26b0e76&oe=5E8C5058\"}},\"created_time\":\"1572923595\",\"caption\":{\"id\":\"17881439059455727\",\"text\":\"All kids feel shy when they think they cannot handle the circumstances.\\n\\n#raisingclevergirls #familytime\",\"created_time\":\"1572923595\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":7},\"tags\":[\"sisters\",\"parenthood_moments\",\"lovemyfamily\",\"familytime\",\"lovemydaughter\",\"familyfun\",\"familyfirst\",\"family\",\"siblings\",\"girlpower\",\"growingupfast\",\"familylife\",\"raisinggirls\",\"momslife\",\"familygoals\",\"likeagirl\",\"daughters\",\"familyfunday\",\"familyholiday\",\"proudmom\",\"lovemykids\",\"daughter\",\"raisingdaughters\",\"lovemygirls\",\"mydaughters\",\"mydaughter\",\"raisingclevergirls\",\"myprincess\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B4d96EpnEa2\\/\",\"location\":{\"latitude\":-33.887037017153,\"longitude\":151.24035531086,\"name\":\"Woollahra, New South Wales\",\"id\":515302303},\"attribution\":null,\"users_in_photo\":[]}','2170162867022350006_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-04-16'),(4,'2020-02-24 02:52:17','2128391724129473695_5799464764','2020-02-24 02:48:15',NULL,'{\"id\":\"2128391724129473695_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=G45jCMpKgsAAX-NWsDs&oh=5a2af7e14cbc532b41e7ec374311dfd7&oe=5E8218A3\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=G45jCMpKgsAAX-NWsDs&oh=fc5156480a252118d958aeb730292a45&oe=5E886353\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/68698701_109655620418492_3584862319134499384_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=G45jCMpKgsAAX-NWsDs&oh=285bd66bf15a325007c3182cd8c298ca&oe=5E81C3E1\"}},\"created_time\":\"1567944087\",\"caption\":{\"id\":\"17928891976309414\",\"text\":\"Hard as it may be, our children need the tough times to learn and grow. And they also need to know we have their back, that we will always be their lighthouse.\\n#raisinggirls #family\",\"created_time\":\"1567944087\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":13},\"tags\":[\"sisters\",\"parenthood_moments\",\"lovemyfamily\",\"familytime\",\"lovemydaughter\",\"familyfun\",\"familyfirst\",\"family\",\"siblings\",\"girlpower\",\"growingupfast\",\"familylife\",\"raisinggirls\",\"momslife\",\"familygoals\",\"likeagirl\",\"daughters\",\"familyfunday\",\"familyholiday\",\"proudmom\",\"lovemykids\",\"daughter\",\"raisingdaughters\",\"lovemygirls\",\"mydaughters\",\"mydaughter\",\"myprincess\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B2JkP8TnlSf\\/\",\"location\":{\"latitude\":-33.887037017153,\"longitude\":151.24035531086,\"name\":\"Woollahra, New South Wales\",\"id\":515302303},\"attribution\":null,\"users_in_photo\":[]}','2128391724129473695_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-04-10'),(5,'2020-02-24 02:52:17','2091110394052436657_5799464764','2020-02-24 02:46:15',NULL,'{\"id\":\"2091110394052436657_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GcfRpu-qfVQAX8LAure&oh=bd17a0de81b1d2c2a869036587d1ad43&oe=5E87F813\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GcfRpu-qfVQAX8LAure&oh=4997912d0a547e4f4f7def872c3ef578&oe=5E86FAE3\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/66458969_178582289814551_3160229351060866058_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=GcfRpu-qfVQAX8LAure&oh=dd38094a13c3af7049142c52d466b151&oe=5E8012B4\"}},\"created_time\":\"1563499806\",\"caption\":{\"id\":\"18017371102213461\",\"text\":\"What is it you are ashamed of? Is it the fat on your body? Past actions? A habit? \\nOr is it something deeper maybe, something that\'s hard to admit to yourself?\\nIf you\'re not sure, start by looking what annoys you in others, that\'s a good indicator there is something going on beneath the surface.\\n\\n#parentinglife #raisingdaughters\",\"created_time\":\"1563499806\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":16},\"tags\":[\"sisters\",\"parenthood_moments\",\"lovemyfamily\",\"familytime\",\"lovemydaughter\",\"familyfun\",\"familyfirst\",\"family\",\"siblings\",\"girlpower\",\"growingupfast\",\"familylife\",\"raisinggirls\",\"momslife\",\"familygoals\",\"likeagirl\",\"daughters\",\"familyfunday\",\"familyholiday\",\"proudmom\",\"lovemykids\",\"raisingdaughters\",\"daughter\",\"lovemygirls\",\"mydaughters\",\"mydaughter\",\"myprincess\",\"parentinglife\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B0FHdL_n2Kx\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2091110394052436657_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-03-23'),(6,'2020-02-24 02:52:18','2070069647995874369_5799464764','2020-02-24 02:44:15',NULL,'{\"id\":\"2070069647995874369_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=nzNsJ6ogmrIAX-voll0&oh=f2a3585b942602056e3089ffdd9975fd&oe=5E87FD5F\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=nzNsJ6ogmrIAX-voll0&oh=3d3f4a8f2c85ba507b24a695ca494bfe&oe=5E8589AF\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/64890045_111380120137246_4843825723882355381_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=nzNsJ6ogmrIAX-voll0&oh=86d4d6d9779488e3866824708d704acb&oe=5E8391F8\"}},\"created_time\":\"1560991553\",\"caption\":{\"id\":\"17965352758274922\",\"text\":\"#repost from @adutaketch\\nWhat\\u2019s happening in Sudan right now is so disheartening beyond words. I just can\\u2019t seem to fathom that people can be this cruel. Killing innocent people, hurting children, arresting them for speaking up, which is a BASIC human right. Raping innocent woman and children in front of their loved ones. The story that really broke my heart and destroyed me, is of the six-year-old little girl that was raped by 10 grown men for beaten and tied up people to watch so hopelessly. The thought is just sickening. That is someone\\u2019s innocent baby girl. Where has humanity gone? She has been stripped of her innocence. All this because of power hungry, corrupt people? It\\u2019s just not fair at all. I\\u2019ve been feeling so helpless, asking myself what I can do to help. Although I can\\u2019t make it stop by sharing this post, I\\u2019m raising awareness in hope that it reaches those who have power to stop it. Please let\\u2019s all pray for the people of Sudan, pray for peace, love, compassion and for this awful genocide to end. Let\\u2019s stand with our brothers and sisters and give them more exposure, talking about it will spark more media attention. Calling your local news agencies, get in touch with local governments, sign petitions, donate what you can and make your voice be heard and be theirs! \\ud83d\\ude4f\",\"created_time\":\"1560991553\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=3V5fPXZl1pEAX_RQV8P&oh=1e2d08e97cf3dcb1749f01f281a171fd&oe=5E80B1EB\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":17},\"tags\":[\"repost\"],\"filter\":\"Normal\",\"comments\":{\"count\":6},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/By6XWCNHKxB\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2070069647995874369_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-03-23'),(7,'2020-03-24 10:01:55','2271191980788578061_5799464764','2020-03-24 10:03:55',NULL,'{\"id\":\"2271191980788578061_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=yO9vFOGxblsAX9wI7wg&oh=a4386921f24696bfa9c1e3b57fddb46c&oe=5EA40215\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/90488698_211974816549543_6608194519077759475_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=0vEa_3BF7CEAX88T8Eq&oh=e2bb7ed5b15b65082df2bacaba1233d7&oe=5EA0F0D0\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/90488698_211974816549543_6608194519077759475_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=0vEa_3BF7CEAX88T8Eq&oh=287221a9a99e534ad9ce06e06cbdeaca&oe=5EA1FAC0\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/90488698_211974816549543_6608194519077759475_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=0vEa_3BF7CEAX88T8Eq&oh=a37fe594c55d0f7d971f7ea75f10cfba&oe=5EA2D169\"}},\"created_time\":\"1584967204\",\"caption\":{\"id\":\"17955648568315625\",\"text\":\"I wish my tea time looked like this, with kids playing happily and quietly in the background. But for us this is completely unrealistic - still a nice, uplifting image to brighten the moment. Less news, more beauty, love and kindness.\\n\\n#parenting #familytime\\u2764\\ufe0f Thank you @naughtyteas for the inspiring image!\",\"created_time\":\"1584967204\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=yO9vFOGxblsAX9wI7wg&oh=a4386921f24696bfa9c1e3b57fddb46c&oe=5EA40215\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":5},\"tags\":[\"mumslife\",\"workingmomlife\",\"familygoals\",\"familytime\\u2764\\ufe0f\",\"daddytime\",\"mothersofinstagram\",\"motheranddaughter\",\"familylife\",\"workingmom\",\"parenting\",\"momlife\",\"mother\",\"mummytime\",\"familyfirst\",\"raisinggirls\",\"familyfun\",\"family\",\"mydaughters\",\"workingmoms\",\"happymommy\",\"motherhood\",\"beautifuldaughter\",\"myprincess\",\"daughter\",\"mydaughter\",\"mummysgirl\",\"parents\",\"raisingdaughters\",\"familytime\",\"mommysgirl\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B-E5RK_nncN\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2271191980788578061_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-05-28'),(8,'2020-03-24 10:01:57','2271143479341983886_5799464764','2020-03-24 10:01:55',NULL,'{\"id\":\"2271143479341983886_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=yO9vFOGxblsAX9wI7wg&oh=a4386921f24696bfa9c1e3b57fddb46c&oe=5EA40215\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/90423143_1119904675026628_3523235827232001890_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=pNcMzWs8jbwAX-BA-hx&oh=f7f0a4e929b0bbf0bd3b7f30a2765e8f&oe=5EB4889D\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/90423143_1119904675026628_3523235827232001890_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=pNcMzWs8jbwAX-BA-hx&oh=ac8bec189d50eea5a0e15f1a1cc27079&oe=5EA3589B\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/90423143_1119904675026628_3523235827232001890_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=pNcMzWs8jbwAX-BA-hx&oh=7796d21af919ab0bb4d91a8b1e33f979&oe=5EA17168\"}},\"created_time\":\"1584961422\",\"caption\":{\"id\":\"17886384367511059\",\"text\":\"It\'s a difficult time for all of us, including our children. Remember that the more they misbehave, the more they need your calm and reassurance!\\n#raisingdaughters #familytime\\u2764\\ufe0f\",\"created_time\":\"1584961422\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=yO9vFOGxblsAX9wI7wg&oh=a4386921f24696bfa9c1e3b57fddb46c&oe=5EA40215\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":6},\"tags\":[\"mumslife\",\"mumlife\",\"workingmomlife\",\"familytime\\u2764\\ufe0f\",\"daddytime\",\"mothersofinstagram\",\"motheranddaughter\",\"workingmom\",\"proudmum\",\"momlife\",\"mama\",\"girlspower\",\"mummytime\",\"raisinggirls\",\"parenthood\",\"momslife\",\"mydaughters\",\"workingmoms\",\"happymommy\",\"motherhood\",\"beautifuldaughter\",\"myprincess\",\"daughter\",\"mydaughter\",\"mummysgirl\",\"raisingdaughters\",\"familytime\",\"mommysgirl\",\"daddysdaughter\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B-EuPYgH6iO\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2271143479341983886_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-05-15'),(9,'2020-04-10 08:37:09','2283493490650036727_5799464764','2020-04-10 08:39:09',NULL,'{\"id\":\"2283493490650036727_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=gXfymOIcZzUAX8KtfP0&oh=51da37d558c636da5fbae652de0ddc98&oe=5EB7C895\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/92907122_831535060667584_4671349044623304926_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=IteI4wiESUwAX8TBG90&oh=ce8f61c083163b9d2a1c062767f7409a&oe=5EBA02BA\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/92907122_831535060667584_4671349044623304926_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=IteI4wiESUwAX8TBG90&oh=8829735509ce132089e392f2e579c29a&oe=5EB8E1CA\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/92907122_831535060667584_4671349044623304926_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=IteI4wiESUwAX8TBG90&oh=ea0c690c4726c26a467e876eab7776e0&oe=5EBA1B1F\"}},\"created_time\":\"1586433658\",\"caption\":{\"id\":\"17940105340353450\",\"text\":\"Learning to hold space for people to express vulnerability is a skill I trust our generation will be brave enough to learn. We all need this.\\n\\n#familygoals #raisingboys #love\",\"created_time\":\"1586433658\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=gXfymOIcZzUAX8KtfP0&oh=51da37d558c636da5fbae652de0ddc98&oe=5EB7C895\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":9},\"tags\":[\"familyguy\",\"familygoals\",\"daddytime\",\"love\",\"familitime\",\"familylife\",\"dad\",\"myson\",\"strongman\",\"raisingboys\"],\"filter\":\"Nashville\",\"comments\":{\"count\":3},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B-wmTs1HLn3\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2283493490650036727_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-02'),(10,'2020-04-17 08:35:37','2288563853306356417_5799464764','2020-04-17 08:37:37',NULL,'{\"id\":\"2288563853306356417_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dNyDrNZ0aekAX-ZoTCo&oh=c7579f0b051d4311b7b804c28f054603&oe=5EC3A615\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/93586785_1526790994161182_3433409056450844520_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-K2gQY6mi54AX8dcUV6&oh=93394a46ddf2942cab897985235d3482&oe=5EC2F3CE\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/93586785_1526790994161182_3433409056450844520_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-K2gQY6mi54AX8dcUV6&oh=ef120d6572ee5ac2c0faee0128a8a2f3&oe=5EC1F636\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/93586785_1526790994161182_3433409056450844520_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=-K2gQY6mi54AX8dcUV6&oh=2f54df6be7fc675d25c98e6dd05193bb&oe=5EC12AC9\"}},\"created_time\":\"1587038092\",\"caption\":{\"id\":\"17871010381679673\",\"text\":\"Helping kids go through hard times builds resilience and confidence. As parents, we are their guides, their leaders, their lighthouses \\u2728\\n\\n#raisingclevergirls #familycoaching\",\"created_time\":\"1587038092\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dNyDrNZ0aekAX-ZoTCo&oh=c7579f0b051d4311b7b804c28f054603&oe=5EC3A615\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":3},\"tags\":[\"motherdaughter\",\"motheranddaughter\",\"myprincess\",\"familylife\",\"raisingclevergirls\",\"lovemygirls\",\"momslife\",\"familygoals\",\"familycoaching\",\"mydaughters\",\"raisingdaughters\",\"mydaughter\",\"siblings\",\"familyfirst\",\"family\",\"familyfunday\",\"sisters\",\"lovemydaughter\",\"likeagirl\",\"daughters\",\"lovemyfamily\",\"lovemykids\",\"daughter\",\"parenthood_moments\",\"familyfun\",\"familytime\",\"raisinggirls\",\"growingupfast\",\"proudmom\",\"girlpower\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B_CnLMCH-LB\\/\",\"location\":{\"latitude\":-33.872373020715,\"longitude\":151.20130562438,\"name\":\"Darling Harbour, Sydney\",\"id\":23632},\"attribution\":null,\"users_in_photo\":[]}','2288563853306356417_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'),(11,'2020-04-17 08:35:41','2287887395344750314_5799464764','2020-04-17 08:35:37',NULL,'{\"id\":\"2287887395344750314_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dNyDrNZ0aekAX-ZoTCo&oh=c7579f0b051d4311b7b804c28f054603&oe=5EC3A615\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/93777482_584973119031160_6187374204388711741_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6o6mmQ4c9NAAX8P_Yp-&oh=4621459b6850915457da8caf1fe2cafc&oe=5EC3291E\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/93777482_584973119031160_6187374204388711741_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6o6mmQ4c9NAAX8P_Yp-&oh=f0008b820235e6a84dfd64e6ebee15fb&oe=5EC03DEE\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/93777482_584973119031160_6187374204388711741_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=6o6mmQ4c9NAAX8P_Yp-&oh=d874049fd06108dd625fe4ca7b7408b6&oe=5EC03CBB\"}},\"created_time\":\"1586957452\",\"caption\":{\"id\":\"17873068915650689\",\"text\":\"Children develop resilience by going through difficulties in the safe, calm presence of a loving parent.\\n\\n#familygoals #buildingstrength \\n@raisingclevergirls @doctorshefali\",\"created_time\":\"1586957452\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=dNyDrNZ0aekAX-ZoTCo&oh=c7579f0b051d4311b7b804c28f054603&oe=5EC3A615\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":7},\"tags\":[\"buildingstrength\",\"parenting\",\"daddysgirl\",\"myprincess\",\"workingmomlife\",\"momanddaughter\",\"raisingclevergirls\",\"proudmommy\",\"kids\",\"feminine\",\"workingmoms\",\"familygoals\",\"mysunshine\",\"parents\",\"workingmom\",\"resilience\",\"feminism\",\"mum\",\"feminist\",\"fatherhood\",\"momlife\",\"littlegirl\",\"motherhood\",\"beautifuldaughter\",\"childhood\",\"littlelady\",\"dad\",\"mothersofinstagram\",\"mom\",\"mummysgirl\"],\"filter\":\"Normal\",\"comments\":{\"count\":2},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B_ANXbdnhbq\\/\",\"location\":{\"latitude\":-33.8771758675,\"longitude\":151.243172875,\"name\":\"Double Bay\",\"id\":2050427241849437},\"attribution\":null,\"users_in_photo\":[]}','2287887395344750314_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'),(12,'2020-05-04 04:21:10','2301296330672033640_5799464764','2020-05-04 04:23:10',NULL,'{\"id\":\"2301296330672033640_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=iHsAyIzwneIAX_U2ENl&oh=3c5bbe5d7927866034eb6d47658d70df&oe=5ED76C95\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/95512752_691006791710789_8764745609527567765_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rusv2Lmdo1cAX-Z7zYH&oh=50ad03104dd52064d2d54732f1e7da39&oe=5EDA6931\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/95512752_691006791710789_8764745609527567765_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rusv2Lmdo1cAX-Z7zYH&oh=c32b814f46e613fab83fc95d6c73a902&oe=5ED72041\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/95512752_691006791710789_8764745609527567765_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=rusv2Lmdo1cAX-Z7zYH&oh=f5f67d6fd7cd0657dbcf526e9aa6947e&oe=5EDAC618\"}},\"created_time\":\"1588555922\",\"caption\":{\"id\":\"17931880504374121\",\"text\":\"One of the most common root causes of low self esteem is a child\'s perception that one of their parents is flawed, is not good enough. This perception translates into a lifelong belief that she\\/he is not good enough.\\nWe can prevent this by learning to accept and love people for exactly who they are, not for who they can potentially become. \\nAcceptance does not always mean approval. Acceptance is acknowledgement, empathy, boundaries where necessary.\\n\\n#parentingtheshitoutoflife #unconditionallove\\u2764\\ufe0f\",\"created_time\":\"1588555922\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=iHsAyIzwneIAX_U2ENl&oh=3c5bbe5d7927866034eb6d47658d70df&oe=5ED76C95\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":2},\"tags\":[\"familyholiday\",\"unconditionallove\\u2764\\ufe0f\",\"daughter\",\"family\",\"parenthood_moments\",\"lovemygirls\",\"daughters\",\"motherdaughter\",\"siblings\",\"proudmom\",\"likeagirl\",\"familylife\",\"familyfirst\",\"girlpower\",\"raisingdaughters\",\"familyfun\",\"lovemyfamily\",\"familytime\",\"sisters\",\"motheranddaughter\",\"familyfunday\",\"momslife\",\"mydaughter\",\"myprincess\",\"mydaughters\",\"raisinggirls\",\"parentingtheshitoutoflife\",\"familygoals\"],\"filter\":\"Lo-fi\",\"comments\":{\"count\":1},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/B_v2NHonc9o\\/\",\"location\":null,\"attribution\":null,\"users_in_photo\":[]}','2301296330672033640_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'),(13,'2020-05-16 04:37:40','2309303526735238442_5799464764','2020-05-16 04:39:40',NULL,'{\"id\":\"2309303526735238442_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=2nJXaGFuKg8AX9Q1bfC&oh=985244327d7df04426dc681b182d6685&oe=5EE73E95\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/97165567_908701979576775_1224433779117487692_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uc5aamKa1AIAX-fIgHw&oh=25eec1e6655feddf9da8978687d79afa&oe=5EE7EFCE\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/97165567_908701979576775_1224433779117487692_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uc5aamKa1AIAX-fIgHw&oh=1cbf1a0cd76cd75152467aa292bacdff&oe=5EE883BE\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/97165567_908701979576775_1224433779117487692_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=uc5aamKa1AIAX-fIgHw&oh=3d6754d3fc00dd480750188647c8ae74&oe=5EE8EEEB\"}},\"created_time\":\"1589510454\",\"caption\":{\"id\":\"17888354425550558\",\"text\":\"Every time you feel like your child has no interest in learning more about maths, ask yourself this question: \\\"How can I remind her how much she does enjoy maths and science and engineering?\\\" Maybe it is counting the bugs in the garden, or using multiplication to figure out how many veggie peels you need to feed 5 ducks at the pond. \\nIf only physics and chemistry were introduced earlier in the school curriculum, alongside maths.\\n\\n#raisingclevergirls #familytime\\n\\n@sea.museum\",\"created_time\":\"1589510454\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=2nJXaGFuKg8AX9Q1bfC&oh=985244327d7df04426dc681b182d6685&oe=5EE73E95\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":8},\"tags\":[\"familytime\",\"raisingclevergirls\"],\"filter\":\"Normal\",\"comments\":{\"count\":1},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/CAMS1KFnFUq\\/\",\"location\":null,\"attribution\":null,\"users_in_photo\":[]}','2309303526735238442_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'),(14,'2020-05-28 04:17:35','2318679781616305093_5799464764','2020-05-28 04:19:35',NULL,'{\"id\":\"2318679781616305093_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=TdNim8dn7LoAX-sTzYH&oh=aaa3b7acd0eab6ba434c729bab6b7e60&oe=5EF71095\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/100958686_1143367099353111_7870619411244152858_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Z9RXNx1k7YMAX9Q8sWI&oh=7ef6c7d1d271b1ba2822c79195e5c6d4&oe=5EF9F218\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/100958686_1143367099353111_7870619411244152858_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Z9RXNx1k7YMAX9Q8sWI&oh=4b19bac7b5a9bcb27c97a5940172b7dd&oe=5EF93281\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/100958686_1143367099353111_7870619411244152858_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=Z9RXNx1k7YMAX9Q8sWI&oh=93513629d6941c55d448c2294b1582ce&oe=5EF9EEE3\"}},\"created_time\":\"1590628191\",\"caption\":{\"id\":\"17865885085815711\",\"text\":\"Credit: E. Aronson and colleagues, \\\"Social Psychology\\\", 2018 #familychoices #raisingclevergirls #mylife\",\"created_time\":\"1590628191\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=TdNim8dn7LoAX-sTzYH&oh=aaa3b7acd0eab6ba434c729bab6b7e60&oe=5EF71095\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":1},\"tags\":[\"family\",\"proudmom\",\"familyfirst\",\"momslife\",\"mylife\",\"familygoals\",\"lovemygirls\",\"raisingdaughters\",\"familyfun\",\"myprincess\",\"daughter\",\"motheranddaughter\",\"familyholiday\",\"familychoices\",\"lovemyfamily\",\"mydaughters\",\"lovemykids\",\"siblings\",\"familyfunday\",\"raisingclevergirls\",\"lovemydaughter\",\"daughters\",\"raisinggirls\",\"parenthood_moments\",\"familytime\",\"familylife\",\"girlpower\",\"motherdaughter\",\"growingupfast\",\"sisters\"],\"filter\":\"Normal\",\"comments\":{\"count\":1},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/CAtmvn7HsPF\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2318679781616305093_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'),(15,'2020-06-03 03:15:59','2322628098469617646_5799464764','2020-06-03 03:17:59',NULL,'{\"id\":\"2322628098469617646_5799464764\",\"user\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=YMblA7Msi7YAX9GBClE&oh=89d55e0989377890a46d8b7bde14e560&oe=5EFEF995\",\"username\":\"raisingclevergirls\"},\"images\":{\"thumbnail\":{\"width\":150,\"height\":150,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s150x150\\/101458667_254641735742707_3600182966849571378_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=5ysLqGmz03AAX_aEkwX&oh=947d88a9226c02f90ab52a08343e878c&oe=5F00D8BB\"},\"low_resolution\":{\"width\":320,\"height\":320,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/e35\\/s320x320\\/101458667_254641735742707_3600182966849571378_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=5ysLqGmz03AAX_aEkwX&oh=3f458cb2cb0b15406d07fcda10178709&oe=5EFEAFC3\"},\"standard_resolution\":{\"width\":640,\"height\":640,\"url\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-15\\/sh0.08\\/e35\\/s640x640\\/101458667_254641735742707_3600182966849571378_n.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=5ysLqGmz03AAX_aEkwX&oh=9e03f95a10f513bedb413e5dcd1751bc&oe=5EFFC5C0\"}},\"created_time\":\"1591098867\",\"caption\":{\"id\":\"17888990944549665\",\"text\":\"#blackouttuesday\",\"created_time\":\"1591098867\",\"from\":{\"id\":\"5799464764\",\"full_name\":\"Raising Clever Girls\",\"profile_picture\":\"https:\\/\\/scontent.cdninstagram.com\\/v\\/t51.2885-19\\/s150x150\\/20393495_261583497579851_2385651760795484160_a.jpg?_nc_ht=scontent.cdninstagram.com&_nc_ohc=YMblA7Msi7YAX9GBClE&oh=89d55e0989377890a46d8b7bde14e560&oe=5EFEF995\",\"username\":\"raisingclevergirls\"}},\"user_has_liked\":false,\"likes\":{\"count\":1},\"tags\":[\"blackouttuesday\"],\"filter\":\"Normal\",\"comments\":{\"count\":0},\"type\":\"image\",\"link\":\"https:\\/\\/www.instagram.com\\/p\\/CA7ofMin1_u\\/\",\"location\":{\"latitude\":-33.86751,\"longitude\":151.20797,\"name\":\"Sydney, Australia\",\"id\":213011753},\"attribution\":null,\"users_in_photo\":[]}','2322628098469617646_5799464764','a:1:{s:3:\"low\";i:320;}',1.00,1,'2020-06-29'); /*!40000 ALTER TABLE `wp_sbi_instagram_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_smush_dir_images` -- DROP TABLE IF EXISTS `wp_smush_dir_images`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_smush_dir_images` ( `id` mediumint(9) NOT NULL AUTO_INCREMENT, `path` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `resize` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `error` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `image_size` int(10) unsigned DEFAULT NULL, `orig_size` int(10) unsigned DEFAULT NULL, `file_time` int(10) unsigned DEFAULT NULL, `last_scan` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `meta` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `lossy` varchar(55) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `path_hash` char(32) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, UNIQUE KEY `id` (`id`), UNIQUE KEY `path_hash` (`path_hash`), KEY `image_size` (`image_size`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_smush_dir_images` -- LOCK TABLES `wp_smush_dir_images` WRITE; /*!40000 ALTER TABLE `wp_smush_dir_images` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_smush_dir_images` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; /*!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 (570,78,0),(684,71,0),(411,81,0),(411,80,0),(411,79,0),(411,78,0),(551,7,0),(411,6,0),(81,7,0),(714,83,0),(443,73,0),(379,7,0),(714,84,0),(442,39,0),(173,3,0),(177,3,0),(821,7,0),(443,71,0),(188,39,0),(189,39,0),(443,72,0),(196,39,0),(197,36,0),(411,12,0),(173,45,0),(177,45,0),(713,7,0),(393,7,0),(930,93,0),(395,7,0),(570,81,0),(440,7,0),(570,79,0),(570,80,0),(570,6,0),(570,70,0),(573,78,0),(573,79,0),(573,81,0),(573,80,0),(573,6,0),(573,70,0),(575,78,0),(575,79,0),(575,81,0),(575,80,0),(575,6,0),(575,70,0),(577,78,0),(577,79,0),(577,81,0),(577,80,0),(577,6,0),(577,70,0),(591,78,0),(591,79,0),(591,81,0),(591,80,0),(591,6,0),(591,70,0),(592,78,0),(592,79,0),(592,81,0),(592,80,0),(592,6,0),(592,70,0),(593,78,0),(593,79,0),(593,81,0),(593,80,0),(593,6,0),(593,70,0),(594,78,0),(594,79,0),(594,81,0),(594,80,0),(594,6,0),(594,70,0),(595,78,0),(595,79,0),(595,81,0),(595,80,0),(595,6,0),(595,70,0),(597,78,0),(597,79,0),(597,81,0),(597,80,0),(597,6,0),(598,12,0),(598,78,0),(598,79,0),(598,81,0),(598,80,0),(598,6,0),(597,70,0),(599,78,0),(599,79,0),(599,81,0),(599,80,0),(599,6,0),(599,70,0),(600,78,0),(600,79,0),(600,81,0),(600,80,0),(600,6,0),(600,70,0),(601,78,0),(601,79,0),(601,81,0),(601,80,0),(601,6,0),(601,70,0),(602,78,0),(602,79,0),(602,81,0),(602,80,0),(602,6,0),(843,74,0),(1086,71,0),(835,74,0),(904,70,0),(904,87,0),(902,6,0),(902,90,0),(902,91,0),(902,92,0),(902,81,0),(902,79,0),(902,87,0),(577,86,0),(575,89,0),(573,88,0),(683,87,0),(570,89,0),(591,86,0),(597,85,0),(595,85,0),(594,88,0),(592,86,0),(593,88,0),(600,85,0),(673,85,0),(668,85,0),(602,87,0),(599,86,0),(601,87,0),(678,85,0),(681,85,0),(680,88,0),(681,70,0),(682,88,0),(679,88,0),(904,92,0),(908,7,0),(904,6,0),(904,90,0),(904,91,0),(904,79,0),(930,74,0),(998,74,0),(945,74,0),(1086,95,0),(930,94,0),(939,7,0),(1086,73,0),(1093,7,0),(652,12,0),(652,78,0),(652,79,0),(652,81,0),(652,80,0),(652,6,0),(661,12,0),(661,78,0),(661,79,0),(661,81,0),(661,80,0),(661,6,0),(662,12,0),(662,78,0),(662,79,0),(662,81,0),(662,80,0),(662,6,0),(663,12,0),(663,78,0),(663,79,0),(663,81,0),(663,80,0),(663,6,0),(664,12,0),(664,78,0),(664,79,0),(664,81,0),(664,80,0),(664,6,0),(665,12,0),(665,78,0),(665,79,0),(665,81,0),(665,80,0),(665,6,0),(666,12,0),(666,78,0),(666,79,0),(666,81,0),(666,80,0),(666,6,0),(667,12,0),(667,78,0),(667,79,0),(667,81,0),(667,80,0),(667,6,0),(668,70,0),(668,78,0),(668,79,0),(668,81,0),(668,80,0),(668,6,0),(673,70,0),(673,78,0),(673,79,0),(673,81,0),(673,80,0),(673,6,0),(678,70,0),(678,78,0),(678,79,0),(678,81,0),(678,80,0),(678,82,0),(678,6,0),(679,70,0),(679,78,0),(679,79,0),(679,81,0),(679,80,0),(679,82,0),(679,6,0),(680,70,0),(680,78,0),(680,79,0),(680,81,0),(680,80,0),(680,82,0),(680,6,0),(902,70,0),(681,78,0),(681,79,0),(681,81,0),(681,80,0),(681,82,0),(681,6,0),(682,70,0),(682,78,0),(682,79,0),(682,81,0),(682,80,0),(682,82,0),(682,6,0),(683,70,0),(683,78,0),(683,79,0),(683,81,0),(683,80,0),(683,82,0),(683,6,0),(602,70,0),(684,72,0),(684,73,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=MyISAM AUTO_INCREMENT=96 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','Enjoy our amazing range of interesting and exciting online classes for your clever girl to enjoy!',0,0),(2,2,'link_category','',0,0),(3,3,'product_type','',0,2),(4,4,'product_type','',0,0),(5,5,'product_type','',0,0),(6,6,'product_type','',0,31),(12,12,'product_cat','The love for reading will empower little girls to grow into confident, independently thinking women. Starting it early is the best way to get kids to enjoy reading, especially if we do it in a warm, loving manner that will create an association in our children\'s brain between reading and the feeling of love and safety.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.\r\n\r\n ',0,7),(13,13,'product_cat','Try and pick the right movies for movie nights. The movies in this category have beautiful lessons behind the script, to teach resilience, empathy, kindness and confidence.\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(7,7,'nav_menu','',0,11),(8,8,'product_cat','Science for girls will provide amazing girly projects for your daughter to develop a love for biology, geography, physics and chemistry, engineering and more!\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]',0,0),(11,11,'product_cat','Crafts are a wonderful way for girls to gain and discover the practicality of science and maths!\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]',0,0),(10,10,'product_cat','Maths for girls is a great, customized concept for your daughter to start their journey into learning and stimulate their curiosity! Encourage her with fun, exciting maths activities specifically designed for girls She will start associating maths with those activities and will develop the desire to study more.\r\n\r\nGirly maths toys, games, books and activities are always a good place for your daughter to start discover the advantages of studying maths!\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(14,14,'product_cat','Let your girl feel empowered, strong and independent in comfy clothes designed for fun times!\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(15,15,'product_cat','Music is a magical way to develop your daughter\'s intelligence and mindfulness!\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(27,27,'product_visibility','',0,0),(28,28,'product_visibility','',0,0),(29,29,'product_visibility','',0,0),(30,30,'product_visibility','',0,0),(31,31,'product_visibility','',0,0),(32,32,'product_visibility','',0,0),(33,33,'product_visibility','',0,0),(34,34,'product_visibility','',0,0),(35,35,'product_visibility','',0,0),(36,36,'nav_menu','',0,1),(39,39,'nav_menu','',0,4),(45,45,'product_cat','',0,2),(67,67,'product_cat','',0,0),(68,68,'product_cat','Children are designed to learn through play. This is the easiest way to get their attention and teach important life skills.\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(69,69,'product_cat','Turn screen time into educational time! Through online classes, kids can start learning new skills by themselves, at home. And why not, maybe you can learn something new with your child.\r\n\r\n[et_bloom_inline optin_id=\"optin_4\"]\r\n\r\n ',0,0),(70,70,'product_cat','Being in charge of someone\'s emotional, spiritual, physical and intellectual development is no piece of cake.\r\n\r\nTherefore we put together a list of the parenting books out there that we highly recommend for their wonderful educational approach.\r\n\r\n* please note that these are affiliate links, however this did not influence our decision in choosing these books. It was simply the best way we found to make it easy for parents to purchase a book they need.',0,24),(71,71,'scope','',0,3),(72,72,'layout_type','',0,2),(73,73,'module_width','',0,3),(74,74,'category','',0,5),(82,82,'product_tag','',0,6),(76,76,'yith_shop_vendor','',0,0),(77,77,'yith_shop_vendor','',0,0),(78,78,'product_tag','',0,29),(79,79,'product_tag','',0,31),(80,80,'product_tag','',0,29),(81,81,'product_tag','',0,30),(83,83,'category','',0,1),(84,84,'category','',83,1),(85,85,'product_cat','Power struggles, back-talking, eye rolling, saying the same thing 10 times, feeling like they are pushing you way beyond your patience limit: I hear you mamas and dadas, we all face more or less similar situations.\r\nTherefore I made a list of the books I found most helpful for disciplining kids - let me know which one is your favourite!',70,7),(86,86,'product_cat','Resilience is built by responding positively to smaller obstacles we come upon throughout life, enabling us later on be able to bounce back whatever life throws at us. On the contrary, if a person never gets a chance to deal with hurtful, difficult situation by herself, when tough times happen she won’t be able to fall back on those resources.\r\n',70,4),(87,87,'product_cat','The world keeps sending our children confusing messages in regards to the way society functions. Knowing how to approach gender specific issues our daughter will have to face will help her navigate her childhood better, growing into a confident, strong woman.',70,5),(88,88,'product_cat','When children feel connected to their parents, the family life becomes happy and fun. \r\nThese books are wonderful for establishing that strong bond that will last a lifetime!',70,6),(89,89,'product_cat','Once you have more than 1 child, the main problem becomes the management of their relationship, the mediation of their interactions.\r\nThey share their parents whether they want it or not, and this can often come in the way of developing a lifetime friendship.',70,2),(90,90,'product_tag','',0,2),(91,91,'product_tag','',0,2),(92,92,'product_tag','',0,2),(93,93,'post_tag','',0,1),(94,94,'post_tag','',0,1),(95,95,'layout_type','',0,1); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; INSERT INTO `wp_termmeta` VALUES (1,8,'order','0'),(2,8,'display_type',''),(3,8,'thumbnail_id','0'),(4,10,'order','0'),(5,10,'display_type',''),(6,10,'thumbnail_id','0'),(7,11,'order','0'),(8,11,'display_type',''),(9,11,'thumbnail_id','0'),(10,12,'order','0'),(11,12,'display_type',''),(12,12,'thumbnail_id','0'),(13,13,'order','0'),(14,13,'display_type',''),(15,13,'thumbnail_id','0'),(16,14,'order','0'),(17,14,'display_type',''),(18,14,'thumbnail_id','0'),(19,15,'order','0'),(20,15,'display_type',''),(21,15,'thumbnail_id','0'),(32,12,'product_count_product_cat','7'),(91,45,'order','0'),(92,45,'display_type',''),(93,45,'thumbnail_id','0'),(94,45,'product_count_product_cat','2'),(160,8,'product_count_product_cat','0'),(238,14,'product_count_product_cat','0'),(239,67,'order','0'),(240,67,'display_type',''),(241,67,'thumbnail_id','0'),(242,68,'order','0'),(243,68,'display_type',''),(244,68,'thumbnail_id','0'),(245,69,'order','0'),(246,69,'display_type',''),(247,69,'thumbnail_id','0'),(248,70,'order','0'),(249,70,'display_type','products'),(250,70,'thumbnail_id','0'),(260,76,'owner','47'),(261,76,'location','Office 10-11 2nd Floor'),(262,76,'telephone','+923005161253'),(263,76,'store_email','ansaripk@outlook.com'),(264,76,'registration_date','2017-09-15 18:23:34'),(265,76,'registration_date_gmt','2017-09-15 08:23:34'),(266,76,'enable_selling','yes'),(267,76,'vat','http://www.clevergirls.com.au'),(268,76,'skip_review','no'),(269,77,'owner','48'),(270,77,'location','Chandni Chowk'),(271,77,'telephone','09352411329'),(272,77,'store_email','hafeez.ansari.pk@gmail.com'),(273,77,'registration_date','2017-09-15 19:58:10'),(274,77,'registration_date_gmt','2017-09-15 09:58:10'),(275,77,'enable_selling','yes'),(276,77,'vat','http://www.clevergirls.com.au'),(277,77,'skip_review','no'),(278,78,'product_count_product_tag','29'),(279,79,'product_count_product_tag','31'),(280,80,'product_count_product_tag','29'),(281,81,'product_count_product_tag','30'),(282,70,'product_count_product_cat','24'),(283,82,'product_count_product_tag','6'),(284,85,'order','0'),(285,85,'display_type',''),(286,85,'thumbnail_id','0'),(287,85,'product_count_product_cat','7'),(288,86,'order','0'),(289,86,'display_type',''),(290,86,'thumbnail_id','0'),(291,87,'order','0'),(292,87,'display_type',''),(293,87,'thumbnail_id','0'),(294,86,'product_count_product_cat','4'),(295,88,'order','0'),(296,88,'display_type',''),(297,88,'thumbnail_id','0'),(298,88,'product_count_product_cat','6'),(299,87,'product_count_product_cat','5'),(300,89,'order','0'),(301,89,'display_type',''),(302,89,'thumbnail_id','0'),(303,89,'product_count_product_cat','2'),(304,90,'product_count_product_tag','2'),(305,91,'product_count_product_tag','2'),(306,92,'product_count_product_tag','2'); /*!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=MyISAM AUTO_INCREMENT=96 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,'Classes','classes',0),(2,'Blogroll','blogroll',0),(3,'simple','simple',0),(4,'grouped','grouped',0),(5,'variable','variable',0),(6,'external','external',0),(7,'Header Menu','header-menu',0),(8,'Science','girls-science',0),(11,'Arts & Crafts','girls-arts-crafts-supplies',0),(10,'Maths','girls-maths',0),(12,'Kids Books','girls-books',0),(13,'Movies','girls-movies',0),(14,'Clothes','girls-clothes-smart-cute-strong-fashion',0),(15,'Music','girls-music',0),(27,'exclude-from-search','exclude-from-search',0),(28,'exclude-from-catalog','exclude-from-catalog',0),(29,'featured','featured',0),(30,'outofstock','outofstock',0),(31,'rated-1','rated-1',0),(32,'rated-2','rated-2',0),(33,'rated-3','rated-3',0),(34,'rated-4','rated-4',0),(35,'rated-5','rated-5',0),(36,'Menu at the top','menu-at-the-top',0),(39,'Footer menu','footer-menu',0),(45,'Membership','membership',0),(67,'Resources','online-directory-of-resources',0),(68,'Toys','educational-toys-growth-mindset',0),(69,'Online classes','online-courses-classes-for-children',0),(70,'Parenting Books - Category','best-parenting-books-raising-girls',0),(71,'not_global','not_global',0),(72,'layout','layout',0),(73,'regular','regular',0),(74,'Blog','blog',0),(76,'Hafeez Store Name','hafeez-store-name',0),(77,'My Test Store','my-test-store',0),(78,'books','books',0),(79,'confident girls','confident-girls',0),(80,'equality','equality',0),(81,'empowerment','empowerment',0),(82,'parenting','parenting',0),(83,'Resources and prompts','resources-and-prompts',0),(84,'Parents Resources - Movies','parents-resources-movies',0),(85,'Disciplining kids','best-parenting-books-for-discipline-and-getting-kids-to-listen',0),(86,'Building Resilience','helping-girls-build-resilience-confidence-grit',0),(87,'Gender Specific Issues','parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges',0),(88,'Creating a Connection that Will Last','connect-with-your-dauto-be-successfulghter-inspire-her',0),(89,'Sibling Rivalry','help-siblings-sisters-get-along-and-stop-fighting',0),(90,'gender stereotypes','gender-stereotypes',0),(91,'raising daughters','raising-daughters',0),(92,'parenting girls','parenting-girls',0),(93,'parenting','parenting',0),(94,'overcome worrying','overcome-worrying',0),(95,'module','module',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 DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=MyISAM AUTO_INCREMENT=1716 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 (1707,44,'session_tokens','a:1:{s:64:\"842c4046f81a6a5e43560cefed646255324206e33289c6a09c4d9c76a4c2e70e\";a:4:{s:10:\"expiration\";i:1609656782;s:2:\"ip\";s:12:\"61.69.226.61\";s:2:\"ua\";s:114:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36\";s:5:\"login\";i:1609483982;}}'),(1611,51,'community-events-location','a:1:{s:2:\"ip\";s:12:\"192.168.34.0\";}'),(1332,44,'rich_editing','true'),(1333,44,'comment_shortcuts','false'),(1334,44,'admin_color','fresh'),(1335,44,'use_ssl','0'),(1336,44,'show_admin_bar_front','true'),(1337,44,'locale',''),(1338,44,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(1339,44,'wp_user_level','10'),(1340,44,'_yoast_wpseo_profile_updated','1581041256'),(1341,44,'dismissed_wp_pointers','smush_pointer'),(1342,44,'wpseo_title','Anda Illie'),(1343,44,'wpseo_metadesc',''),(1344,44,'wpseo_metakey',''),(1345,44,'wpseo_noindex_author',''),(1346,44,'wpseo_content_analysis_disable',''),(1347,44,'wpseo_keyword_analysis_disable',''),(1348,44,'billing_first_name','anda'),(1349,44,'billing_last_name','illie'),(1350,44,'billing_company',''),(1351,44,'billing_address_1',''),(1352,44,'billing_address_2',''),(1353,44,'billing_city',''),(1354,44,'billing_postcode',''),(1355,44,'billing_country',''),(1356,44,'billing_state',''),(1357,44,'billing_phone',''),(1358,44,'billing_email','contact@raisingclevergirls.com'),(1359,44,'shipping_first_name',''),(1360,44,'shipping_last_name',''),(1361,44,'shipping_company',''),(1362,44,'shipping_address_1',''),(1363,44,'shipping_address_2',''),(1364,44,'shipping_city',''),(1365,44,'shipping_postcode',''),(1366,44,'shipping_country',''),(1367,44,'shipping_state',''),(1368,44,'aim',''),(1369,44,'yim',''),(1370,44,'jabber',''),(1371,44,'googleplus',''),(1372,44,'twitter',''),(1373,44,'facebook',''),(1374,44,'last_update','1581041256'),(1376,44,'wp_dashboard_quick_press_last_post_id','1113'),(1612,50,'wp_user-settings','libraryContent=browse&editor=tinymce'),(1613,50,'wp_user-settings-time','1508471503'),(1614,50,'closedpostboxes_product','a:4:{i:0;s:34:\"yith-wcmbs-restrict-access-metabox\";i:1;s:26:\"yith-wcmbs-protected-links\";i:2;s:11:\"postexcerpt\";i:3;s:38:\"yith-wcmbs-alternative-content-metabox\";}'),(1609,51,'wp_dashboard_quick_press_last_post_id','557'),(1610,51,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:785:\"We\'ve noticed you\'ve been using Yoast SEO for some time now; we hope you love it! We\'d be thrilled if you could give us a 5 stars rating on WordPress.org!\n\nIf you are experiencing issues, please file a bug report and we\'ll do our best to help you out.\n\nBy the way, did you know we also have a Premium plugin? It offers advanced features, like a redirect manager and support for multiple keywords. It also comes with 24/7 personal support.\n\nPlease don\'t show me this notification anymore\";s:7:\"options\";a:8:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:19:\"wpseo-upsell-notice\";s:5:\"nonce\";N;s:8:\"priority\";d:0.80000000000000004;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:14:\"manage_options\";s:16:\"capability_check\";s:3:\"all\";}}}'),(1384,44,'_woocommerce_persistent_cart','a:1:{s:4:\"cart\";a:1:{s:32:\"f7e6c85504ce6e82442c770f7c8606f0\";a:9:{s:10:\"product_id\";i:173;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:0;s:13:\"line_subtotal\";d:0;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(1381,44,'nav_menu_recently_edited','7'),(1382,44,'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\";}'),(1383,44,'metaboxhidden_nav-menus','a:9:{i:0;s:21:\"add-post-type-project\";i:1;s:21:\"add-post-type-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-project_category\";i:5;s:15:\"add-project_tag\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";i:8;s:20:\"add-yith_shop_vendor\";}'),(1328,44,'nickname','raisingclevergirls'),(1329,44,'first_name','Anda'),(1330,44,'last_name','Illie'),(1331,44,'description',''),(1378,44,'community-events-location','a:1:{s:2:\"ip\";s:11:\"61.69.226.0\";}'),(1380,44,'wp_user-settings-time','1582550143'),(1379,44,'wp_user-settings','libraryContent=browse&editor=tinymce&advImgDetails=show&hidetb=1&imgsize=medium'),(1615,50,'metaboxhidden_product','a:2:{i:0;s:10:\"postcustom\";i:1;s:7:\"slugdiv\";}'),(1616,50,'meta-box-order_product','a:3:{s:4:\"side\";s:165:\"yith-wcmbs-restrict-access-metabox,et_settings_meta_box,submitdiv,product_catdiv,tagsdiv-product_tag,tagsdiv-yith_shop_vendor,postimagediv,woocommerce-product-images\";s:6:\"normal\";s:132:\"wpseo_meta,woocommerce-product-data,postcustom,slugdiv,yith-wcmbs-protected-links,postexcerpt,yith-wcmbs-alternative-content-metabox\";s:8:\"advanced\";s:0:\"\";}'),(1617,50,'screen_layout_product','2'),(1436,44,'manageedit-productcolumnshidden','a:6:{i:0;s:5:\"thumb\";i:1;s:3:\"sku\";i:2;s:11:\"is_in_stock\";i:3;s:11:\"wpseo-title\";i:4;s:14:\"wpseo-metadesc\";i:5;s:13:\"wpseo-focuskw\";}'),(1604,50,'last_update','1506042658'),(1605,50,'session_tokens','a:3:{s:64:\"f326a259d30ef274a0df68977364d6448caf4f939a70bdb3d860e7b13ad5c2f3\";a:4:{s:10:\"expiration\";i:1508732215;s:2:\"ip\";s:12:\"119.94.69.84\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1508559415;}s:64:\"624edead49345b20a626e7ad2a71d3c0fbf126c7e96656945d1d1339f7e3bd0b\";a:4:{s:10:\"expiration\";i:1508749239;s:2:\"ip\";s:12:\"119.94.69.84\";s:2:\"ua\";s:102:\"Mozilla/5.0 (Windows NT 5.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/49.0.2623.112 Safari/537.36\";s:5:\"login\";i:1508576439;}s:64:\"c4176ace589a5c86110c384b87c5c370d521c1d3a2dfc90f0da6d4df7d3fb5d9\";a:4:{s:10:\"expiration\";i:1508758566;s:2:\"ip\";s:12:\"119.94.69.84\";s:2:\"ua\";s:115:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/61.0.3163.100 Safari/537.36\";s:5:\"login\";i:1508585766;}}'),(1608,51,'session_tokens','a:1:{s:64:\"eed48221638dc5c0698e0a1089b691a4a1e592e0a16ab88d4867e4970f3268ef\";a:4:{s:10:\"expiration\";i:1506215609;s:2:\"ip\";s:14:\"192.168.34.206\";s:2:\"ua\";s:72:\"Mozilla/5.0 (Windows NT 6.3; WOW64; rv:55.0) Gecko/20100101 Firefox/55.0\";s:5:\"login\";i:1506042809;}}'),(1607,50,'community-events-location','a:1:{s:2:\"ip\";s:11:\"14.200.97.0\";}'),(1606,50,'wp_dashboard_quick_press_last_post_id','559'),(1569,50,'dismissed_wp_pointers',''),(1570,51,'wp_capabilities','a:1:{s:13:\"administrator\";s:1:\"1\";}'),(1572,50,'wpseo_title',''),(1573,50,'wpseo_metadesc',''),(1574,50,'wpseo_metakey',''),(1575,50,'wpseo_noindex_author',''),(1576,50,'wpseo_content_analysis_disable',''),(1577,50,'wpseo_keyword_analysis_disable',''),(1578,50,'billing_first_name','Affiliate'),(1579,50,'billing_last_name','Sales'),(1580,50,'billing_company',''),(1581,50,'billing_address_1',''),(1582,50,'billing_address_2',''),(1583,50,'billing_city',''),(1584,50,'billing_postcode',''),(1585,50,'billing_country',''),(1586,50,'billing_state',''),(1587,50,'billing_phone',''),(1588,50,'billing_email','resources@raisingclevergirls.com.au'),(1589,50,'shipping_first_name',''),(1590,50,'shipping_last_name',''),(1591,50,'shipping_company',''),(1592,50,'shipping_address_1',''),(1593,50,'shipping_address_2',''),(1594,50,'shipping_city',''),(1595,50,'shipping_postcode',''),(1596,50,'shipping_country',''),(1597,50,'shipping_state',''),(1598,50,'aim',''),(1599,50,'yim',''),(1600,50,'jabber',''),(1601,50,'googleplus',''),(1602,50,'twitter',''),(1603,50,'facebook',''),(1710,44,'sbi_ignore_new_user_sale_notice','always'),(1647,44,'closedpostboxes_post','a:0:{}'),(1648,44,'metaboxhidden_post','a:7:{i:0;s:9:\"formatdiv\";i:1;s:12:\"revisionsdiv\";i:2;s:13:\"trackbacksdiv\";i:3;s:16:\"commentstatusdiv\";i:4;s:11:\"commentsdiv\";i:5;s:7:\"slugdiv\";i:6;s:9:\"authordiv\";}'),(1571,51,'wp_user_level','10'),(1563,50,'use_ssl','0'),(1564,50,'show_admin_bar_front','true'),(1565,50,'locale',''),(1566,50,'wp_capabilities','a:1:{s:12:\"shop_manager\";b:1;}'),(1567,50,'wp_user_level','9'),(1568,50,'_yoast_wpseo_profile_updated','1506042657'),(1505,44,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"f7e6c85504ce6e82442c770f7c8606f0\";a:9:{s:10:\"product_id\";i:173;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:0;s:13:\"line_subtotal\";d:0;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(1508,48,'nickname','hafeez.ansari.pk'),(1509,48,'first_name','Syed'),(1510,48,'last_name','Usman'),(1511,48,'description',''),(1512,48,'rich_editing','true'),(1513,48,'comment_shortcuts','false'),(1562,50,'admin_color','fresh'),(1561,50,'comment_shortcuts','false'),(1560,50,'rich_editing','true'),(1559,50,'description',''),(1558,50,'last_name','Sales'),(1557,50,'first_name','Affiliate'),(1556,50,'nickname','affiliates'),(1514,48,'admin_color','fresh'),(1515,48,'use_ssl','0'),(1516,48,'show_admin_bar_front','true'),(1517,48,'locale',''),(1518,48,'wp_capabilities','a:1:{s:11:\"yith_vendor\";b:1;}'),(1519,48,'wp_user_level','0'),(1520,48,'_yoast_wpseo_profile_updated','1505469471'),(1522,48,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"f7e6c85504ce6e82442c770f7c8606f0\";a:9:{s:10:\"product_id\";i:173;s:12:\"variation_id\";i:0;s:9:\"variation\";a:0:{}s:8:\"quantity\";i:1;s:10:\"line_total\";d:0;s:13:\"line_subtotal\";d:0;s:8:\"line_tax\";d:0;s:17:\"line_subtotal_tax\";d:0;s:13:\"line_tax_data\";a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}}}}'),(1523,48,'aim',''),(1524,48,'yim',''),(1525,48,'jabber',''),(1526,48,'last_update','1505469471'),(1527,48,'billing_first_name','Syed'),(1528,48,'billing_last_name','Usman'),(1529,48,'billing_address_1','Chandni Chowk'),(1530,48,'billing_city','Delhi'),(1531,48,'billing_postcode','110001'),(1532,48,'billing_country','IN'),(1533,48,'billing_email','hafeez.ansari.pk@gmail.com'),(1534,48,'billing_phone','09352411329'),(1535,48,'shipping_method',''),(1536,48,'_myStoreName','My Test Store'),(1537,48,'yith_product_vendor_owner','77'),(1538,48,'yith_product_vendor','77'),(1539,48,'community-events-location','a:1:{s:2:\"ip\";s:11:\"103.255.6.0\";}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_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=MyISAM AUTO_INCREMENT=55 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 (50,'affiliates','$P$B82FojrmHRTVcgaDwTdpryIr1ePVBD.','affiliates','resources@raisingclevergirls.com.au','http://raisingclevergirls.com.au','2017-09-22 00:59:23','1506041963:$P$BIt1il2xhZ32wXLQlQOrC2imqJLMn1/',0,'Affiliate Sales'),(44,'raisingclevergirls','$P$B7X24dVn10LsucEEwIBKz5h.4JZkrS1','raisingclevergirls','andaillie@gmail.com','','2017-06-26 10:32:11','',0,'anda illie'),(48,'hafeez.ansari.pk','$P$BgkkwKD6aN2a4YTvpsUA4xVqo3Vwbk0','hafeez-ansari-pk','hafeez.ansari.pk@gmail.com','','2017-09-15 09:57:51','',0,'hafeez.ansari.pk'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfBadLeechers` -- DROP TABLE IF EXISTS `wp_wfBadLeechers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfBadLeechers` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfBadLeechers` -- LOCK TABLES `wp_wfBadLeechers` WRITE; /*!40000 ALTER TABLE `wp_wfBadLeechers` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfBadLeechers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfBlockedCommentLog` -- DROP TABLE IF EXISTS `wp_wfBlockedCommentLog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfBlockedCommentLog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `countryCode` varchar(2) NOT NULL, `blockCount` int(10) unsigned NOT NULL DEFAULT 0, `unixday` int(10) unsigned NOT NULL, `blockType` varchar(50) NOT NULL DEFAULT 'gsb', PRIMARY KEY (`IP`,`unixday`,`blockType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfBlockedCommentLog` -- LOCK TABLES `wp_wfBlockedCommentLog` WRITE; /*!40000 ALTER TABLE `wp_wfBlockedCommentLog` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfBlockedCommentLog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfBlockedIPLog` -- DROP TABLE IF EXISTS `wp_wfBlockedIPLog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfBlockedIPLog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `countryCode` varchar(2) NOT NULL, `blockCount` int(10) unsigned NOT NULL DEFAULT 0, `unixday` int(10) unsigned NOT NULL, `blockType` varchar(50) NOT NULL DEFAULT 'generic', PRIMARY KEY (`IP`,`unixday`,`blockType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfBlockedIPLog` -- LOCK TABLES `wp_wfBlockedIPLog` WRITE; /*!40000 ALTER TABLE `wp_wfBlockedIPLog` DISABLE KEYS */; INSERT INTO `wp_wfBlockedIPLog` VALUES ('\0\0\0\0\0\0\0\0\0\0Z{','US',2,18872,'brute'),('\0\0\0\0\0\0\0\0\0\0^Jf','US',2,18900,'brute'),('\0\0\0\0\0\0\0\0\0\03OE','GB',1,18884,'brute'),('\0\0\0\0\0\0\0\0\0\0GȽ','US',1,18877,'brute'),('\0\0\0\0\0\0\0\0\0\0ϴΥ','US',1,18878,'brute'),('$\"\0','AU',23,18872,'brute'),('$\"\0','AU',1,18873,'brute'),('$\"\0','AU',12,18884,'brute'),('$\"\0','AU',14,18885,'brute'),('$\"\0','AU',3,18895,'waf'),('$\"\0','AU',8,18896,'brute'),('$\"\0','AU',2,18897,'brute'); /*!40000 ALTER TABLE `wp_wfBlockedIPLog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfBlocks` -- DROP TABLE IF EXISTS `wp_wfBlocks`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfBlocks` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `blockedTime` bigint(20) NOT NULL, `reason` varchar(255) NOT NULL, `lastAttempt` int(10) unsigned DEFAULT 0, `blockedHits` int(10) unsigned DEFAULT 0, `wfsn` tinyint(3) unsigned DEFAULT 0, `permanent` tinyint(3) unsigned DEFAULT 0, PRIMARY KEY (`IP`), KEY `k1` (`wfsn`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfBlocks` -- LOCK TABLES `wp_wfBlocks` WRITE; /*!40000 ALTER TABLE `wp_wfBlocks` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfBlocks` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfBlocksAdv` -- DROP TABLE IF EXISTS `wp_wfBlocksAdv`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfBlocksAdv` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `blockType` char(2) NOT NULL, `blockString` varchar(255) NOT NULL, `ctime` int(10) unsigned NOT NULL, `reason` varchar(255) NOT NULL, `totalBlocked` int(10) unsigned DEFAULT 0, `lastBlocked` int(10) unsigned DEFAULT 0, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfBlocksAdv` -- LOCK TABLES `wp_wfBlocksAdv` WRITE; /*!40000 ALTER TABLE `wp_wfBlocksAdv` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfBlocksAdv` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfConfig` -- DROP TABLE IF EXISTS `wp_wfConfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfConfig` ( `name` varchar(100) NOT NULL, `val` longblob DEFAULT NULL, `autoload` enum('no','yes') NOT NULL DEFAULT 'yes', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfConfig` -- LOCK TABLES `wp_wfConfig` WRITE; /*!40000 ALTER TABLE `wp_wfConfig` DISABLE KEYS */; INSERT INTO `wp_wfConfig` VALUES ('actUpdateInterval','','yes'),('addCacheComment','0','yes'),('adminUserList','a:6:{i:1;i:1;i:3;i:1;i:44;i:1;i:52;i:1;i:53;i:1;i:54;i:1;}','yes'),('advancedCommentScanning','0','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_critical','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_warnings','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1633361400;s:4:\"args\";a:1:{i:0;i:1633361400;}}i:1;a:2:{s:9:\"timestamp\";i:1633620600;s:4:\"args\";a:1:{i:0;i:1633620600;}}}','yes'),('apiKey','9b1d73c333fa8e361a8c82b3d2db0eb4ef448de4a99ad2db4fc03f4428eec344071fc85c27186bd50e97a4eb21941b5d1301ea59947aca6040d8e06f74dddeec61ae917b227a33e3f24e4b0d8a51d9b8','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockedTime','300','yes'),('blockFakeBots','0','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','58bbbc797d9bb','yes'),('cbl_countries','','yes'),('cbl_loggedInBlocked','0','yes'),('cbl_loginFormBlocked','0','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','0','yes'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1633076734;s:3:\"tdf\";a:3:{s:9:\"community\";i:4316;s:7:\"premium\";i:4450;s:9:\"blacklist\";i:40070;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1632988800;s:1:\"c\";i:24199013;}i:1;a:2:{s:1:\"t\";i:1632992400;s:1:\"c\";i:21252062;}i:2;a:2:{s:1:\"t\";i:1632996000;s:1:\"c\";i:19422274;}i:3;a:2:{s:1:\"t\";i:1632999600;s:1:\"c\";i:19215209;}i:4;a:2:{s:1:\"t\";i:1633003200;s:1:\"c\";i:19341808;}i:5;a:2:{s:1:\"t\";i:1633006800;s:1:\"c\";i:19440090;}i:6;a:2:{s:1:\"t\";i:1633010400;s:1:\"c\";i:18823745;}i:7;a:2:{s:1:\"t\";i:1633014000;s:1:\"c\";i:18752571;}i:8;a:2:{s:1:\"t\";i:1633017600;s:1:\"c\";i:22075138;}i:9;a:2:{s:1:\"t\";i:1633021200;s:1:\"c\";i:24053802;}i:10;a:2:{s:1:\"t\";i:1633024800;s:1:\"c\";i:23339294;}i:11;a:2:{s:1:\"t\";i:1633028400;s:1:\"c\";i:23937545;}i:12;a:2:{s:1:\"t\";i:1633032000;s:1:\"c\";i:14535576;}i:13;a:2:{s:1:\"t\";i:1633035600;s:1:\"c\";i:13750351;}i:14;a:2:{s:1:\"t\";i:1633039200;s:1:\"c\";i:14440305;}i:15;a:2:{s:1:\"t\";i:1633042800;s:1:\"c\";i:13754454;}i:16;a:2:{s:1:\"t\";i:1633046400;s:1:\"c\";i:13749137;}i:17;a:2:{s:1:\"t\";i:1633050000;s:1:\"c\";i:14442126;}i:18;a:2:{s:1:\"t\";i:1633053600;s:1:\"c\";i:16320412;}i:19;a:2:{s:1:\"t\";i:1633057200;s:1:\"c\";i:19711515;}i:20;a:2:{s:1:\"t\";i:1633060800;s:1:\"c\";i:23402398;}i:21;a:2:{s:1:\"t\";i:1633064400;s:1:\"c\";i:25515618;}i:22;a:2:{s:1:\"t\";i:1633068000;s:1:\"c\";i:25908950;}i:23;a:2:{s:1:\"t\";i:1633071600;s:1:\"c\";i:24946837;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1632441600;s:1:\"c\";i:343213364;}i:1;a:2:{s:1:\"t\";i:1632528000;s:1:\"c\";i:386499991;}i:2;a:2:{s:1:\"t\";i:1632614400;s:1:\"c\";i:413237217;}i:3;a:2:{s:1:\"t\";i:1632700800;s:1:\"c\";i:375232852;}i:4;a:2:{s:1:\"t\";i:1632787200;s:1:\"c\";i:318125929;}i:5;a:2:{s:1:\"t\";i:1632873600;s:1:\"c\";i:371788120;}i:6;a:2:{s:1:\"t\";i:1632960000;s:1:\"c\";i:434548621;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1630454400;s:1:\"c\";i:467933936;}i:1;a:2:{s:1:\"t\";i:1630540800;s:1:\"c\";i:381034088;}i:2;a:2:{s:1:\"t\";i:1630627200;s:1:\"c\";i:446685118;}i:3;a:2:{s:1:\"t\";i:1630713600;s:1:\"c\";i:523334432;}i:4;a:2:{s:1:\"t\";i:1630800000;s:1:\"c\";i:405649843;}i:5;a:2:{s:1:\"t\";i:1630886400;s:1:\"c\";i:467840680;}i:6;a:2:{s:1:\"t\";i:1630972800;s:1:\"c\";i:459315989;}i:7;a:2:{s:1:\"t\";i:1631059200;s:1:\"c\";i:495996771;}i:8;a:2:{s:1:\"t\";i:1631145600;s:1:\"c\";i:433602995;}i:9;a:2:{s:1:\"t\";i:1631232000;s:1:\"c\";i:367663360;}i:10;a:2:{s:1:\"t\";i:1631318400;s:1:\"c\";i:432078729;}i:11;a:2:{s:1:\"t\";i:1631404800;s:1:\"c\";i:429662852;}i:12;a:2:{s:1:\"t\";i:1631491200;s:1:\"c\";i:387982715;}i:13;a:2:{s:1:\"t\";i:1631577600;s:1:\"c\";i:421622649;}i:14;a:2:{s:1:\"t\";i:1631664000;s:1:\"c\";i:467336221;}i:15;a:2:{s:1:\"t\";i:1631750400;s:1:\"c\";i:414975395;}i:16;a:2:{s:1:\"t\";i:1631836800;s:1:\"c\";i:469393991;}i:17;a:2:{s:1:\"t\";i:1631923200;s:1:\"c\";i:419679658;}i:18;a:2:{s:1:\"t\";i:1632009600;s:1:\"c\";i:389057988;}i:19;a:2:{s:1:\"t\";i:1632096000;s:1:\"c\";i:381101208;}i:20;a:2:{s:1:\"t\";i:1632182400;s:1:\"c\";i:427204573;}i:21;a:2:{s:1:\"t\";i:1632268800;s:1:\"c\";i:403145389;}i:22;a:2:{s:1:\"t\";i:1632355200;s:1:\"c\";i:401860801;}i:23;a:2:{s:1:\"t\";i:1632441600;s:1:\"c\";i:343213364;}i:24;a:2:{s:1:\"t\";i:1632528000;s:1:\"c\";i:386499991;}i:25;a:2:{s:1:\"t\";i:1632614400;s:1:\"c\";i:413237217;}i:26;a:2:{s:1:\"t\";i:1632700800;s:1:\"c\";i:375232852;}i:27;a:2:{s:1:\"t\";i:1632787200;s:1:\"c\";i:318125929;}i:28;a:2:{s:1:\"t\";i:1632873600;s:1:\"c\";i:371788120;}i:29;a:2:{s:1:\"t\";i:1632960000;s:1:\"c\";i:434548621;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1151161264;}i:1;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:340387859;}i:2;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:305478644;}i:3;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:251583806;}i:4;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:213632135;}i:5;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:195470223;}i:6;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:188597401;}i:7;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:167671649;}i:8;a:2:{s:2:\"cd\";s:2:\"GB\";s:2:\"ct\";i:162162801;}i:9;a:2:{s:2:\"cd\";s:2:\"VN\";s:2:\"ct\";i:129702098;}}}}','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1633710601','no'),('detectProxyNonce','958f12152782f38dbc27853859962b5495787632fa2e7a9c242409199a74bddf','no'),('detectProxyRecommendation','','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableCookies','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','1','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','2ccd1bb06a589cd1','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','1ed9a60c4d8e77be8e1b20194cb231d6b61480b677d551365890bcdbfc171c96','yes'),('hasKeyConflict','','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:44;s:8:\"username\";s:18:\"raisingclevergirls\";s:9:\"firstName\";s:4:\"Anda\";s:8:\"lastName\";s:5:\"Illie\";s:4:\"time\";s:28:\"Fri 1st January @ 05:53:02PM\";s:2:\"IP\";s:14:\"203.170.84.161\";}','yes'),('lastAttackDataSendTime','1632563845.244372','yes'),('lastBruteForceDataSendTime','1632989768.200200','yes'),('lastDashboardCheck','1633079328','yes'),('lastNotificationID','5425','no'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1633105789','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','1','yes'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','0','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_userBlacklist','','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','a:2:{s:4:\"hash\";s:32:\")ϕKhk?DiPCC>\";s:8:\"prefixes\";s:233844:\"\0\08\0\0F\0\'\0\0|\0\0\0z\0ؘ\0iw\0\0 -\0\r]\0M\0\0\Z\0P\0\\\0\06\0r\0\0%\0\0R\0=\0iu\0@\0_\0\0V\0̛\0\0E\0\r\0\0\ZO\0\ZS`\0\ZB\0\0S\02\0K\0[\0\0\'\09\0/\0:\0A\0m\\\0!@\0\"$\0\"A\0\"m\0\"ݓ\0#%\0#\0%d>\0%\0\'R\0\'P>\0(s\0(\0(ð\0)n\0)\0*9n\0*W\0*ک\0,<\0,w#\0,\0,U\0-\0-^\0.>\0.\0/\00\03\04J\04g\05\05A\06|\07P|\07S\07\07\07\08:4\09`\09 \09\0:\0;\0;6\0< \0<\0\0@\0A\0At\0C!\0E F\0E|\0Fؗ\0H\0I>\0Iw,\0K-\0K9q\0L\0Mq\0M}\0Nt\0N]\0N\0NL\0OL\0P\0P\0Q:T\0Q\0R\0SlM\0S\0UH\0U\0VF\0V\0W5\0Xf\0X\0Xa\0X\0XX\0X\0Y^\0Y\0Z6\0Z9\0Z\0[B>\0[M*\0]\0]/\0_4\0_h\0_\0`\n\0a\0ab\0a|\0b\0b\0cZ$\0d<\0dv\0d7\0dX\0d}\0e\0eS\0ea\0er\0f\0hpQ\0i ~\0i\0iA\0jA\0k\0k+\0mLI\0n} \0n\0nS\0o\0oA\0p\0pހ\0q\0sm\0sm\0s\0t-\0u\0ucp\0u\0w$\0wJ\0xh\0yr\0z\0z\0{!\0{\0}{\0~^\0ޅ\08t\0l\0\"\0m{\06\0\0p\0\0\"\0\0\0\0To\0\0 \0̵\0v\0F\00\0;\02\0^\0qw\0J\0K\0h\0+\0{\0H\0`\0i\0\0\0\0\0\0+\0\0Y\0\0&\0YV\0m|\0\07\0\r\0\"\0%/\0X\0: \0J@\0Y?\0\05.\0\0I{\0)\0e?\0\0J\0\\\0\0\0\0\0x4\0,\0Q\0M\0(\0-\0b\0E\0\0\0-\0W\0p\0q\0N\0\0, \0cn\0Yl\0f_\0/\0aD\0\0.\0O\0D\0\05\05\0D\0\0}\0\0A\0\0A\0Qx\0jr\0\0L\0|5\0\0\0\0@\0\'\0(/\0ƫ\0ɳ\0Ƞ\0K\0q\0;\0z\0O\0b\0z\0h7\0$\0ω\0R\0Ш\01\0һ\0Ӱ\0O\0\06s\0{\0S\0a\0ڀ]\0۹\0܂\0U\01,\0ݑ\08C\0C\0߈\0\0ࣘ\0cQ\0 \0_B\0qs\0T\0+~\01\09\0j0\0;\0\0H4\0ya\0\"\0>P\0\\}\0G\0d\0\0\0#S\0#\0[k\0a\0a\0B\0\0\0B\0\0\0\0N?\0T\0$c»I$n]<M>-cHVH\'{!! O\n?7@J@A\\BrC^C܇DHkHIJ<[JCLMuNFONLzOOPQ?kRSES6TUUK<V$V|WW;WhXJuXzyXYY)YY8Ze[[b[َ\\v\\p] v]Aj]^B^_z`bcZccd<ee0gKgAgh~jώkkkl8,lljmomsnn@q6s)s[st+u4u>vxqv~wgwx4{a{B||%}lA}}~#d ؛NxL_LdH?_8u^`=rŢ\rjGhU)V`Yθ=~o?FKSt0ߒC\\3`?԰ηxRy3aL~94h\npQ%.kneg\'Na3UftR`qQZl-U]+/z6:SuW\"ħrĨrī}-dkɕ\"k\"U&2M@@\\cω?`$Zmӝ5MԏzB$\'Yuϗڋ+Nvݷ.߶hiOE9Lv=苡})i/nQ=H<RJɫY\n^L)-\r{]dbiKRp,ж(xs\0Z\0~nJ,EɔB;@>ʻ |5f`E4:\0+  r \nV r\rJ\r\r>kG >!S%ہ X53e\Z1\Z9\Z%\ZbmIb2   ZS q !#V#$S$g$|$.&6\'Q\'b\'i\'(*p+P+ˡ,C,- .\0/^0%0122*g3a4667-8G89y:A$;5>N >}3@;wBBpBD@\\EEFUGHEIlJSJKihK~;KL LLMZMoDMMP/qR0V\ZWXY!Y* Z]ZUM[\ZI[;[_3[\\)x\\M\\]ƌ_H_<`Z7``oa!wa<bSCbS_ceeffOgwjj[j)jj_kBkl2lI_lnSn=ooS1oropUpMgq2rLr`s*tuEhuHux/xc zڇr1&B8Y zOG9 1CS)nD}QK 5?+&Q3;qDZ!,a$cײ,@t8`8z*| x5KPkKZ:NrNMW2~_G\nil3] LdKv\ru‡­Z-YsǏ%O ,1mw#u5y\"b:q ?Ԅ_hdw,`Dx䍿怟Eu],G]녷eĥ,Szv#l.lY 1G=e#,HÜ=zF4f6t \0P \n+\n\n  C \r\r5!r{k,{k.\n^\Z`\ZJ\Zo\ZB lL\naA ~ !W\"w##$4Z& &\'\'J(J)+%;+qA,ʭ,\0,-8.e.91]Z4 4J459=p9\\::<===>|?@?? @~B (CtEE1F(GÃI3IIJ/J;JKMNNO\0O?OY3OPiQyQR STnYU(VbWFPXY\"[9[\\&]^K^_`Sa*aAaEabrcɏc&ddode#we{e%fh$hیhj(%jk6Zk=4kvlҷnn|co/pmqqbrP|rsFst uW>uwyz-@zzz{OM{{m|||8|~3Au/K*X)EI}\0tGQ\nAyӲ+Dk>Xp!DZ>veŲف%4QjQOpgtae=wJEW{$Z/Q+F@\\-z\'Ě8̘lCjgVDz[q>‰ĠUƆƓW^,%U>(Q@̶,4 SͿ(aJЪв0=}ai҆ʧӅo/֫pP.ُ# bZݾ7ޝZHj$lF\0\06G!OGjf S Ci ɉ ? \rQHƉM+R?@UKAv\'AjBB D[#EEEUE_F\'HIJyJGJJdJKLJ!LLNO{OP\ZPUQr_SmT0TKYUl?UU1UVV,8WWdXYqeYsZzZZO[\\@]__r_`b;c$(cWlceveze4ef ghikjdkXk2k_k=lZlm:minnoo\'p?p@qYq`rIxrĘtcuvv\"wUxxsxy<}4}i}JhtD^)WM\\voŴP=6\r|JtCgE.\\6b-UVu2C:7:9EBY#;\'y@\nCE9,PQI@\"5PS&ƤTΉұ7~H:0Vmʅ(k;/|)xąxߨ5 \rq˕/̸-͟kP>ӣ>XէYRؑ\r[xڞ8!AJhe O-7p*$=v_4Y\r汓\0s糦#ݴg5dd9\\ROWii=W3ZE`\r5!~XajkH( q\n)v \n 1 ?N#sҦ*]_)e9N !\"\n\"7\"b\"W##w##$G$k&R(%(}\n)a*)-\0..H2R3\Z33\\555567EB7O8\09M9s:;j<<ڒ>6S>6?\ZBCDEFO&FGHl:IKItK{KLLxMlN\nOQZQR;RGSTUcVCWkX.Z]\"]Ӹ^IaabbcK3e`ezg6hhhلjjYjmj$l~ln,$o0oFq6wr_sHttv4xyn;yazJ|)|C|n\0|ٮKԸM(DHbGtO-KB7<#(5~5IEJ,K\n#=b+s2ȭ*!6ur+}\" ?gdN\"h}by2wRx_h#\'\"HP$xM$\'H\\J ²\\ŹmոiY&ڲ=ی\r܎ܯlbߍm6<x:Pr.A=Mś2=%F] e\'r<C$R30yʺ/HoEKnmUx1/3{NL)EuΗK F\n 4 as d %@ jy\0*-jH0=s\'#Kk\\Ç4!\"\"#i#o##A%z%&\'p\'(r)h)U*9+\'+-C0r011ć2.264^66}67.7պ8k8t$8Ơ:.O:>;+.=7=P>>B>{>f?)bAAABjD[iDEm3FFG\'Gr!I9ISK?KMnN NPQqQRSKTUjU(UZVVWWִXX\"Y:YUZ^ZZcZ#Z([]^ ^c_`aF`ddAe(cgi!iijJj kklDVm+mmmnMn qq_?qrKr߇st,u)RuBwwϝwyyyJz-}*}x}~ ~~/+iY(hW#A x}$ɇ@tk\r{DpرAv =Xn)s0ǔnp\"ah1>k\"-DdJ*\rL%[ &t}X\"M \"nwfFqG|:}m|\Z\"w-<=m;Wey Q3!0<!g\"\"e##$=$%%[\'\r\'9b\'*&---.x//011?2m234!4=4Y4(56t6789G94:\"!:d:H;l;===>#==>=>R?M@@C>Dn<DEhEsjEDF_F1FGGHI9JnKKL(L1OaO1OwPPiZPRnR_S@dVdW<XBXYZZc[5[l\\Y]r]i]_(t_nJ_ananbdcHcdffXg@Dggph]jqk)llmn1oXo[0rsdtxt}tuOuw wyly|;zWwzzuz8{|(D|}}~hp#oU)ζj}7&`B9h<NMTbKgnZ~$njD d}҆E X[>v_6 mT:L{pèT<:Aqf<$8TsshS?\'SancmjNPl]g\'µ-&r/%FTW%.5&H&ˎ)<S(WrA7{Kmr\nԒvbՀaՐQղD֊\0w>:?Pۈۥ3T`Kt,iߚ>Ym\07/䅔^mbiݞC#>Oն~8Lpw9E1w|\0 >} . H-1_fBwWi.%@k\n>\'5}(4  T $@2D\" [aFu\ZV&P  ? y!\n^!=#s#(%%&&`\'Ŀ(m) u)*\"+ 6+>++,,-V..30R0l01{+292{3hH557}778a8%848V\"8ק8j89:8o;o<)=b?ۜ@}@*@B#BJBDD@E8FhGG!GjH=HۡH/IO[JJBMJkK)tK/KMNkxO\0OPP EPQQAQfQSH%S}HSSTRVU7UVW2XY8Z#nZMfZO\\\n]:]M]b^L}^q5^o_*`LaaWbTc cNcrcce\"gJh%ui}j!IkwkԹnvp)p{3pq;rc,s9s׉sBtv5wxvyZ\\{t{|~tku<RgWw4t!r\\ o\'.G\n0u=\\#QgSEFg,\\NH\'0eWV\04@kS<CX;&gAt2^G$A{IoYksF`Ƭ\r;%H gSj 1&`i3n) Ƽ]L=>9ȼqə74gug^1_Β4Υ\ryg=>Xх\\ђPԍ\\ӍS<߱gy\rآ53&ڳ<dۗ $߈kxaQv,<\"[&3(IR\nxaLmyșY$_LMG$\r | Y ,}  & i  QV 9 ^ o س % T . \rb h ve  \Zt   WD ԅ & !  Ex X<    \Z 5 \ZГ d   M V !j \"( #j $ $ $l % %< % \'[ \' (} (} ( )I *T * +\' +! ,MK ,QK , -o -L -ȏ . .H/ . 3H 4P 5 6C 7 80/ 91 : l :r :: :z =x > - >I >Oe > @p Cs CM E E\" F F Ga\\ Gur G I5 I Ji J] K L M N Q\\ Sh S S T TD TL U V V X( ZI% Z [ [K \\>H \\t ]{Y ] ] ] ] ^b _] a+v b b b b cv c c5 dc eY fs4 f g* gi gޘ hK i jm k[ lY l l\' nZ o,4 p q6i qu q s4 t t uHu urk u v\r v_ w w x* y.O yI z+u zQ> z {G {Z |ww | }T }0 ~ ~/ ~_ ~ ~, x f 7 x 3 w| | pW _ z J  a  q = À % j H 3 W $ 3 w j  Z 5 i յ  H M | + >  &  5+ , CD\n@\Zd\n@\nC\nCJ\nF\nFaU\nFێ\nGW\0\nI\nJ?\nK\nL\nNd\nN}\nO\nR\nSޣ\nT\nUO\nV\nV&\nVk\nV\nY?\nY\n[9\n\\\n\\\n](\n^\n_}\na\nah\na\na\nd\neO1\ne]\neB\ngU4\ng\nh5\nig\njQ=\nj\nkn\nm&\np\ns\nt[\ntl\nv\nv>\nvB\nym\ny\ny \n|\n~F\n\nn\n \n\n5\n\n\nZ\n\n\nx\n\n+\nq\n6\nV\n:\nf\nN\nֵ\n4v\n\nQ\nV\n\n\nr\n\Z\n\r=\n1(\n\n\n\n5\np\nͽ\n@\n{\n\n^\nCv\nd\n\n&\n X\nn;\np\n\n)\nE*\n\n i\n\r\n\nlo\nn\n\nq\nhO\n\nO\n$\n9\n9\n\n\n@X\n\nC\n\n9\n%\n\0\nz,\n5\nr\nγ\n `\n\n{\nW\n\n\nn-\nժ;\n֞\r\nK\n\n \n݂B\n\n;f\nҼ\nߵ\Z\n\nOZ\n:\n}\ng\nI\n \n\nn\nd[\ng\nv\nh\n+\n$\nW\0\nb\n\n\nev\n\n\n\n~\n\n \09 A F F  \nb \r 6 e z     : J  | h\\ j | 6 g #S/ # % &? &Z; (\Z )fF *U +C + , -- 3 3. 9DF 9 ; ;l <\0( <_c C ?e B D% D% DE G] HX= Hy IU I I KoR L\" Ln M( Plm P Q% Qv Q S Th Uv W׿ Z ZY ^c ^R ^ ^ _|< c\\C cw f\nG gU gy h i\ZQ i kg l\r lċ n n qu rN sF s uXB v3 z\n | ~@ ~ \0 %\" U 1  H\Z b # ( iX Y  { E ƭ Ӎ *n  xD \" ^ q 0 9k 6   ~M y\Z w 6 ![ Q  _% ~ < 7\\ ť M5 ȇ ! $ ʢ~ ʰ !H  v P Њ2 ѹ0 8 hM ҅D \Z0 ԃ S ` ןn ٓX ۴ Ǜ ݓ1 F # ޒ ޺< 8 M -  9 \nB 1 J: Ng \n S 0 n f 9  ` k D5 C ` - l \0˸ t :     y \rm \n \ny \nL # m I m  H? S \Z5M \Z  \\ d y { | \"> \" #zZ $& % &^M &: \'` (4 ) +Zr + - .j . /F / 0Bu 0 2Ô 4` 5 6n 63 :0H ;r = =u= =R @i B] Dh EB F G, G<3 H) H˰ HP Ik= J J KM N N O P‡ QAK U V V Xx] X YY Y Y [`e ^. ^V ^N _ `\\ `{ `O `fn `r_ a a{l dN h* h iL iH jn7 jx k k l> mk n& pj p p- qS s-< s s s? t uϺ vJ w }y ~\Z ~7  M  _I @ hB  _Y l R [ TM . a Ln N  [m G B 7 d^ Bd i ^\0 $Q { V OP # Q a . l r js (  K yT |] 1 ˶x  (p ̎E ̀ ͌ ^ b+ ӱ ` @} ږ_ z K p ݂ ߢ ߫ & 5 J  8 %  w h ҳ  Q m + 4~ 0 1 ] 1 O / > ػ\r@g\rD=\r\rb3\r\r\r\n\r \r&\r)M\rj\\\re\rz\r\rs\rAk\rl\r>\r*&\r*\r+GC\r+Ss\r,t\r.r\r/\r/ \r/P\r2y\r2p\r3\\m\r3z\r4>\r4}\r5G\r5K\r5ʙ\r6+}\r60\r6(\r6\r</\r=\r=@\r>Ow\r>\r@i\r@\r@m\rA*\rAr\rB/T\rCs\rC\rED\n\rG5q\rG6\rHN\rH\rI\Z\rI\rLy\rN\rPl\rQF\rQ\rR+\rSu/\rTQ\rV\rXEJ\rZh@\rZ!\r[5*\r]94\r^\r_\r_\raFZ\rb \rdk\re\Zl\re+\reP\re\re\rg\n\rg(\rh$\rlw\rme\rn~\rn\"\rn&\rn\rn \rq\rq \rr \rr\"d\rru\rs߃\rs\rs\rz,\rzE\r{\r\rQ\rD\r\r\rC\rf\r\r\n\r$\rzJ\ru\r>V\rכ\r= \r\rĴ\rg$\r\'N\ra\r0\r=\rK\r\r\r\r\"\r\rM\rI\r\r\r\rw0\r\r\r\r_\r\r\r˜Y\ru\r\r\rό\r3\rca\rt\r\r\rͻt\r\'\rϨ\r3h\rgu\r{\ro\r;\rT\r\rؽ|\r\rѻ\rټ+\r8z\rN\rZQ\rM\r<\'\rR\r(\0\r\rj\rr{\rTi\rꏄ\ru\r\r\"\rn\r[{\r\r\r\r0\rN\n\rd&\r[\r0\r:\rr\r0u\r\r\rzv\0au4\n   :\ri1tKSzv1\0% 7 LDž X \"$9%3T&n%(}.*,-./L060]11\n33Д56a6J7<8;F>4)>eWB0C\rDF\nI =L.MhOdOPQ}[VVVHW:sWYuZZ_[m_^_a^ bsb\0eefUhbhqƒqrtttv w`yz>|-|H}}b~\\xgFSSV5 Q\Z}ƒ3&\nozz{\rv1|q\nvuq^<s _8!@!!\"N#$^$n%%e%&@\'\'\'<(R)]*T*k+7+,A,N-.e./1/0Q2,i3 3•4U5x67(~7g7~79p=9T;=d>={=\0>ڊ??#@4U@stABQDRDVDnEp[EExFGnH8HJȞKbKKKL,L\\4LtNLMCMY=NܹOP\\Q\ZQ]QSS7S.T!VtvWeWnX{Y\nY Z[@]x]zabbcdeNefh{iijW:k&kyVlopor-Rst.t:vSw:xyyzz^|)}J}{}E~~~>?*KhTe1Yfm~3FEBKu?\n|dbOP %:duFV-\n#s$q\r4/5`!nQs[ȱQP\Z,Z\'dgL*Z#|.5!]Lp`3%H@!e#cF\"R\Z89VպT֗qזF#bژۗ ~ ܏\nA1~MB]ᆻ s5`8纸meezsrc3kGDMW9\"}-\\/w\0]j \rl?P`/Rn,@xvMT%:uB/\Z*t Kw((Z\"7##$(۱()Wc*Rp**Q+), --v.. m.n2.e1H{22if2qY2I33]3p3ß5E5g}672-7E7f8UJ8r:%z;;>.>@AwAA^B-DEGtHITIɋJMg7M}NO>OPIqQ1QVQR$R4RqS?V@gVW\\YtY\ZZmZ% [oz[\'\\22\\q] U^_\\`c`bAd\"dFdre.\'fWg%Vh h3h2hfiF!iSiQjUkl[lJmn1näpfq\rrs=tɀttu,u78u(v[vwvyl{c~_\Zf~~n[d; \"h\r/Ml~CKa2ay9HF. \03mA\rs\Z(`=}XEz^*2@_a \r$FfoJrW0; ]òg0Z:!ǥMɇVˎc-_Om\r(!9+$ޮ9(س4zHtڦ۸K݄y[H6碾ؓDkFYŏKBM[\"zb\ZW\\\\4\0I\0,mR\ZUx{ \n# } Ɛ .  ňLP>{E\0ĦbeqS\Zw\Z\Z&\Z@b.õT = s!>\Z\"Q#!%& &m&+Q,,,/%#1}12J23-\\3r]55i8-8[99$9;;G=MV>j>>,>s>B/BD*GGTGxGGVHaIJIkK+KG\'KKKLM6MM{N4OR5RS S&SSTi#TwVTXvYaP^d_`AambdOeSAffgggiQkml\rm]opo\npqq0rFsvtM%ts{t.tvvw0yKy{|}m-}~$![e5<P{8(v:3<x@[1ANfR\\T r\Z]n O2*8jGF ͤ_(]0sHF8jXW^SmtIMa\r015Z@)l_\0Z\n{P%Jd_4;zy{̓<͹8\Z\r?kѫ&҈d\n3ԃ]AV~N\'4_Wݲ޳\",F߀(@Z6&hnh牋A\Z>,9}tyU;f묣.eunor …-\\cuP2SbJf258nE<!y[*Q\n\n5 ~\rVR/\rp\0O?g=D{m7rD\Z42Rjz7\Z3\Zא\Z+ o!A\"Z#]#$1*\Z++T+,ݣ-\0-@B. /40P234 3_4.67D:7t\09b}:<<=<^=>?;?s?@%@@B@HCDQD0E؛H\0HHHI^I3L<LGMMMN(ONP4QSpTrATU\\VYn5^y^Y^_]ga#aGbabb-b(bcd֞deTff0fśg/`j m noAoxohp\rpqJqarrvwwEwOHy{~i~l~ 3I \0c+Uu\r>\0gAAg([\n-?8(2Fx[m{#K@^9 2B=\\_\rm2~Jk;Wxn!,[EzUOamnc3 <5\"6#l}ݹ8B2ª{S EZȎȖ7|sɞɨ3 ʤ fc=oط(#f5\0ڣK6ݦg,4Ts䩜忬rp0ᆪVDM}C߇{ bO\r%\0RTj\rc\r~>.@KI!0H+\ZtYCh_H 0` |!JA\",Z\"3I##}#\0$$%K\'j(Fl(**,c-.D./x0p0ru1225829*:]:f:h}ZK}qY]v\\\">cAs_CDpƬX~AyO4b*;fUckg.c:\n2+]_03\0\0oF^>ӭjO{izf!\Zj¶aD}QqǰoǶ\0#t d9΃Ϋ%4KvtsM3{aӆnٔپgV[Yʱ(%AXߒ2ߩ:L54=,BSDIJY8\0WCXSKJO68YGIR9 uiBZayąĘ5(}W5ʓ\0]\00 wն-:\0@!*G.  o1 3\rG\rJ BKհ94byipП/\Z\ZIp͝@ \"#$D%G%&\')re)H*\'B*.6+.+++g,-d.}/n/0q\"0ϔ00P11n2v426i78\'84[8F,8q9::;5<&E=u=z>?@A!B5C+CZCEGuGGHKHII\\JPbJK8N\0CNzNӥPU%`U7?U>VaVW\ZX\\XYrYZ\rZ2[[o^_2`YaabHbb_cn\Zd>e#f!f5hih?Aikgkl8kkl4~n\nq qCrrrԬw_xxz;{}~_5Y?#g?}s 6hd7H`IW0Ã$]u[^@ qUsuJ$iRvUy&T@>B\0* P|{^QxEZ7J\'L8eVP(p |֍ķ6}ơʟK3},CXy\Z+T{\ZѪ|ӭfڸjXi ݵ.߇-DZr6RL>QShzlo SV8C\Z\nAQ1JWT.\0\0B\0qM\rG#r( .Q  / B\n!\n~5\n#\n  w\r_\r\rϸm(0zU>\Zxw\n2Wl(T  ǧ!\'4(D((=)v*K*m+-f../,W0>111Ę1~2?`223>414)5L5b-58\"89969::;B<|=1>m>p>\Z?}R?@TBPCtDODEFGNGTIFJzK6K7,KuLQM4N\n^NN&O2wPPKPQM*QR^S5VQW]WƻX[{[]r^0^C_H`LZ`ebh/.hIii5k<*lnYoiptqxqqqqr\\rsútztGu$uevw xzzxzz{|}t~~E~Cza[)4msvmJ:Murr1O> |+S]a}EDQv`hMlE9#8*atۤ|sD`}̾\0`;z2{?.I\0ҟ 9*GWKÞk{۷\r )s~т΋ΝSjRdЪ:wѣNjWF 8O5H)MR?WBLŠw*ߏ7?-Ӻ䤰$:=Y-aY]V}s?_Z-0(%˪=+V\0C\0k\\By!HSSHeͥ F3  ) J/Bqۖ4s]H/Xa)\Z\Z\nSG AXy ] !L\"SU#3#$z$.(s*h,) -5.g/X//ު0\r0]0{#1§2u4 4?=4n46`67\r88k8W:%:u<=? BB!CeCE|Em>EF>BFFGZaHHHXIJ6J:JJPK(#LdLrLLN[WO)LO/(RSoSOS[ST-T-TbT(TMUV VeWUBXYZ[U[\\[ĭ\\](^y^^^Y_q`VfaNb\rb=duwd#evvf*hiki|jkEklm!nlopq~dqrr~s\ZsEtnvlxy:{_:~B]u7c2`R4z out\0hmb0]ТS\\d@]QTNr81hV7\0TQ%G\'9\"12Dk?ash!?pØ0ȰeܪϮ\'nϞ|ў`h,՟\\\nى޻Ar1ߟbMW`[MHn$BS_O .Xҫ7*O1OWz(ϣ,U\0N/\0Z\0_\0@k3F DFݿ\n. Fa7W Z\rhH+E\ZE\ZP\Z >`$ $o%n[())`)m* (*)**+4+ׯ,u,\n-\rG-i$...01c23475\"\'67#_7(78; :SV;Da<?_?@0@0@t{@YACDqDZEG-GPjGgH?VHI2JKtO+O|KO\rR)SLS`TTOU*UU^UwU>UVXyZ[b[\\B_\\\n\\]~1]^M^_J_~`Baךbcc@e\rhhi)jGk ln\"<nFoqo\Zp^qt<qKrKrs\0vCwz(w xuyE{`{|c3~O~V&~Y\'%i׃Vfө[!b[JiYC1kLq,+Wgr#l=$%fq3IQڣz}<lg!Q{eF}Z$\na|ۉeni$z}P3<5LqŅclf[6˓͍%(F>ϻ*q# `w] G#LW؞\"iߏmx,_Xp!q=muZ$?xJaWsHFN`bGD3[c4+R \Z\0?\ZE\ZV/\Zv\Z\Z=\Zw\Z\Z:\'\Z:\ZD\Z\Z d\Z\n\Z K\Z ~a\Z\r\ZL\ZP\ZN\ZJ\Z\Z)\Z\Z\Zh\Z\Z6\Z\Z\n\Zө\Zgs\ZA\Zt\Z9\Z_\Z!N\Z!\Z!,\Z! \Z!\Z#A\Z#ά\Z$\Z$v\Z%)\Z&\Z\'\Z(Q\Z)$\Z)\Z)\Z,8P\Z,r\Z-\Z/f\Z3\Z5\Z6\Z6S\Z6h\Z:2\Z:hn\Z:3\Z\Z\ZH\Z/\Z\ZU\Z/f\Zp\ZU6\Z~\Z\Z\Z)v\Zp\Z\ZJ\Z\Z\ZQ\Z34\Z.D\Z/\Z7\Z4~\Zf\Z׳\Z%\Z\Z r\Z\ZW\Z3P\Zo\Z\Zg\Z[\Z.3\Z\Zv\Zð\ZC\Z\ZO\Zu9\Z/5\Zv\Z\Zf\Z\n\Z`\Zʠk\Z\ZaK\Z\')\Z|\ZͭS\ZΥb\Zʐ\Z\Z`\Z;\Zk\ZѤ\ZѸZ\ZD\Zr\Z\Z j\Z25\Z@!\Zgf\Zؐ\ZڟM\Z[\Z,\Z܏M\Zb\Z#\Z1\Z\ZB\ZH\Z\ZNU\Z‚\Z\Zh\Zf\Z;\Zs\Za\Zd\Z%\Zz\Z\Z4s\ZB\ZX\ZO\Z#\ZAu\Z]l\Z?\Zm\Z2\Z\Znl\Z\Z\Z\Z\n\ZM\ZǸ\Z\Z?\0/\0{\0ƌ\0.4 (1tls \n|\r*\rKRv<ĜG0R.v%\Z}7ߩ $#z}#L#\n$k%&H\'\'2\\(2)g,N,o-/D/J//1/0&1952tN2xd3m4u4~567f799V;!<=?@Q@\Z@vD&DQ`DwE8GsG.HJJKL\n<L\ZMWcMZOmP 8PQQ*Q~Q6R>UUAWXYܗY]Zm[]] ^9^{`Rabeyfxg}ghhhiiHoij<jFjcjj\\lOlVm\0no$ooCo^pqptvwxxy?zzӢ|e|}}}]e/F)fo))$߰IONnyir  HՉ+*txh65,Mn\0DRTi\"2}Pe5i\nqv@ x J+FE[~\Zf=2<YcĘ HN})ƆƢ8lpwʒc}̰͡ͻjϕ16:[жemS`բ֋בJרR5:ۡX?`ܸr=ޚޯjߠ\'w@rS}/u5mfRW5otbpy)y@f.=m=*+Iy`$\0n\0\\\0j&qI `  ݦ W\r%_X!7os- k\ZT\Z7=>iy` 6 j!h!$#`%W%&(!()\0e)u*],N,,D,..D0V12\r24 4f5w?61\"6i(7[80o8>9z<7<=5>c?&?\Z?<@ACRCD5AD~EFF4FwHHIJKm2KKLHFM\rMqNfNOEOQR{(RnVNYGZLZ[X[[\\]\Z]d]^/0^l` aJaMa&dPddeDfcg=h\r~i3j\0lV@lop1qntq<q)rr\\ru\\yvHwxxMz {~~fU_M\r|Y [t)4&ke./ZW{vhg?{ĒHQnxEd}MqbbˁiHʞmBn%K>_o?KfGf\"5\nD=G}y>S( N(\"(&.E1-!\Zg\Z8bdtOjO=EÎ_k67eyZ!2bX“AǥK#LT\\p͂oAI L ЅJЌY :\\n93(oZܴN(\0x + z떜n\\3yo6]\ZV(ۆHq4|azFO+\0(\0W}a3\0\n   \rR>d^&a<s(*\Z()\02T!y\"$$xI%aN\'\' (L**O- -.L-j\"/q/0 2Y5/X5 6\'6a67@m7d78*:;:,;)>@w>@9@M@anAAB:ZBDCTxE2FGSkHQHasHHN P?PLPrIP{dPPIRS(SnT3>TsVoXYu^YJ\\]^2^7_jb:ccc9c+cddedddke%fglgh)hUlxlphLpqr r=s3so sǴsu:u!w=wMaxxyy\\z+z|z{+|~G-}jE:&?g\\#`W]kK4IΣt\\ڞRGG H] ${{y8[=[aǁۃjt`:>h,{v/Kfx7N\n \04/XiY0HP WRO_K(M{j\r&>wCb,qD>MHQS x\Z{FH%?aeryܴĪJsU:kŒOŞ/vFIUƷ1U)^tJiStͿ> +ϋϙW%/ёؙ3֤waG_rڙByGxN~#>O+kE\\Ͻw`fƒKIMv}%=a@q3o5urw] C%-K;x\0\0T4573  \n?K  0~ S\r } 317Fih% xHjv@0*Z^`u90D! 8##\'%%\'*N+{,,Ћ,ڳ-e.\n..0)034R5v6U7778B9m-@%BbCTDhDjE|VE^EWF9gFGG׌HI&rIwKL ^MN(NIUUoV1X1XZ$\\ձ] ]}W]^\r^^Ѻ_3V_ҋaVcvdhhUi<+ij9EjUjkll͒m<sv6vEvsv,w?xlxrIyz{@{x{~x{/$>s?Rvmoj\nN7pg6NHY<8iRb\"`\n6$%4Krd\Z\025N\nS5Ek5avh9rMiƐ6Ȍ1R@ \npCg?T }tƂBǣQȮVɲw~śv H  u  > >) ! P` I L h\Z þ \n  ) j } ^  B    } E1 ` 0v 1 1 1 2= 2pU 2 2( 2ك 4pq 5V 6D 8̢ ;T ; ; LD > > @ A A AB/ A\r BC8 C!P F G Gj Hz H I. KH6 K* N O O? PIC Q[ S3 S S T T U Ud V W!!4!O!!\ny!i]!ޟ!K!`!I!}!$!i!)!V!:!]!!!E!l4!3!!!!!,!\rG!\r!!&H!!F! \\!(!!!!!!N!#(!!8!0z!t!!!!p!N9!¢(!!O!!!Q!&!ƥV!!!2!!q!I!!υ!Ш0!! \0!P!Ѭ!.!f!ӴY!!]!!#k!K!ַa!ҁ!ۜ]!!QY! *!!I!!!!f! !钉!3!>T!?!&!쁘! !v.!PW!z!0!\\!Ʃ!1*!N9!!7!Yw!?M!v!W!׉!k!!Zy!!d!^! !G!!Y!!^!!!\r\"\0\"\"Sz\"o\"3\"\"{\\\"Z\"\r\"p\"\"|\"\"\"C\"S\"V\"+\"\"\"\ZO|\"\"\"\"s\"R\"\"\"%\"&5 \"&G\"&B\"&K\"&\"\'8Z\"*^\"*/\"+u\",t\",\"-Uq\"-\".^f\".\"/(\"2\"2ű\"3%\"4L\"5\"58\"5\"5O\"5\"6K\"7R\"7.i\"7y_\"8%\"8\\(\":i\r\";F\"<;\">OO\"?a\"@X \"@s\"A,\"A\"A\"D]\"E\"H\"H\n\"H\"I.\"K\"L3\"LQ\"L\"L\"NB\"Pur\"Pއ\"Q\"S\"S \"U\"X1\"X\"Y/l\"Y\"Z(\"Z\"[n>\"^3P\"^d>\"^\"^\"^7\"a \"aX\"a\"c;\n\"c@\"d\"e.\"e\"fZ\"g+\"h\"i*\Z\"m<\"n /\"rn\"s \"x\0\"\"xԐ\"yP\"y\"{I3\"}v\"~\"~6\"~a\"\"f\"4\"\"Nj\" \"\"y\"u\"\"\"+\"[H\"\"\"}+\"\"|\"V\"x\"l\"|\"\"r\"t\"t\"<.\";;\"+\"\"\"\"\"\"T\"84\"\"\"\"\"\"Q\"\"\'7\"w\":\":\"<\"\"y%\"\"\\\"\"V\";\"]\"bk\"o\"3\"# #\n*X#\n# f##@#(#j#q#X#v#A#.@# ##.t#7#\ZK####a*## #!#\"###$#$#&zD#&Y#\'G#)#+#-lA#-p#-p#-\0#/[#0`#2#2;#3Y#3\"#55#5P#5N#8V#8#9#:Y#:t:#;\Z-#;0#<#<̲#=A_#>6#?$#?J#?U#?n#@@#BH#CT+#DE#F#F`#G[I#J#J#J>#K>/#M#Nԅ#O#O#Oͫ#P#P#P=#Sj#V:#V#Z{#Zɀ#[1#\\z#\\g#^u#^;#_#_#`U#`^#c#e(#fE>#fȖ#h#i#k#k#no#p#p0#pf&#po#p|t#pJ#q#ql#s1b#t2#u&#uO#v#vKS#vX*#vp#v5#x5U#z#z!#z?#|̴#}#~:#~#;##,Z#U#5# #u##t#ǯ#?##0#a#(###2##^##ό#0#G###L#S#)###\0#.#DZ##X#\n#|#a###&#A###-####e##]J#8#+$#C###T##7####>#+#xw#R)##&##d##hb#(#G8#Ų#/#q# E#Z#Q#ȉB#\n##?#]##%Q#Z#ͮ#Ѝ[#п}#\r#5G#P#©##9#֋(#ֶ#QJ#؃#u###]#ޮh#߀#߭#}#29#K{#4#;####S#_#Z#ꊊ#> #뷡#U#3#r###g###B#H#Il#,#6# #;$\0$\0{\0$)$$$Ky$,x$ $\n7$\n$ %$ ou$\r8$Mi$T?$$aX$ы$P$|B$Mv$y $7$t$xG$$$8$s$$,$e$\"ϡ$\"$$$$$%x:$%$&\"k$\'$\'$($*m$*Բ$*A$+H$,H$-_$/&$/-$1$1$2w$3\r?$4$5{4$7 $8^$:$;$;$<$)$>m?$@:[$@U$@$C\Z$C3$Cߧ$CQ$D:$DgM$Dq$E^$Ff$J:$J~$Ki$Kf7$Kv$L$M.$N$O$Q$Q!$R$Sj:$T$U.$Wy$W$XF$XB$Yw$Z)e$ZQV$Zz$[$\\\Z$\\$a:$c/m$cK$c$ey$g$h$mc$m$n$oO$o$p\nM$p3$q$q$rAz$rH$rė$sj$s^R$s_$tc$u7$v\0B$v>n$v}$vބ$wS$xe$x6$yy${\"$|\\$|$}7$r$hs$$3S$k$$$$X$$?$h$#$U$DX$ $$y$o\n$$$$$p$\Z$S>$S$X[$l$$m$$$$O$+$a$$$\Z$j$$|$$e$$Q$$4$$0/$$$\Z$$)$3h$$$}$($$$$1$$&$h$i$j$$$k$+$h$\r$$$$$$$<$*$$x$\"$G$K.$þk$$$wd$ƭ/$t$$$ɤ$˽V$̅$ξ~$e$т$Su$$Ԋ.$Ÿ$%$8<$h$&$$g$ƺ$ܬ $9$($cm$l$R\r$߻$$$$${$(n$p$I$$r$x$$($ $|$$$*$$1$=$\'$$0$֧$ϫ$%g$$$$3d$$$_f$o$Q%\0IF%1%nt%%E%%ɐ%%%%%%%Ya%% q%\nٯ% % 7t%\rE%L%\\%^)%%%v%%D%%>%%%%%%^%\Z%\Z~%y%n% %!\'%!(_%!mB%\"\"%\"$%\"%$1%&%&*%\'l%(f%*{%*%,%-N%/:s%0\\%28%3#%3*%3%4%5H%5\0%63o%69%7T%:%;3%;w%<|%>wj%?%@\r%A~K%BK%BY%B7%B%C]%D%E;X%FwH%F%FȔ%G#%I%I%J1*%K%Lt%L%M%Ng%Oy%RN%Si%S%U>%V+%W%Z%\\%\\b%]^%]ó%]E%]%_z%`>%`%`E%ap%aØ%c;`%c[I%c4%d%f%g%h&<%hc%j%nJ%n%n1%sN%uh%ui%weS%wuR%w%xb%z8%{p%|F%|%|%Z%R%%^%R%%%Ȕ%S%9%% %/%G%0%%w%{% %N%,%a%%z%%0%C%@%V%%W%e%n%-d%M+%%f(%\n%eW%PV%^M%B?%3%%_%,w%%T%%%0%i%6h%ٸ%\r%i%%%@%%¦% %2%ơ%)%Z%W%^%>%j%%\\%B%%%Q%;%%%\"%%–)%O%Ŷ%͝%%$t%%M&%Ñ%ˡb%̊%=%ϐ%e%p%%%j%ҫ%ՠ%ո%n%֒%\nH%FP%گ%)% %ܡ%ܭ%\"%=%VU%+g%`%%%%x%%⸡%.%*%@O%N%A%9%U%%%f%%%%*%%%%F%N%R%$%%%%%;%=%Y%% <%!%&\0,&%&r&\Z&&Ư& & @& C&\r:&1&(&C&?&&&O&\Z&\Zh&&&,&&t\n&n&!g&\"Uu&\"l&\"&#&#&$`U&$&&AZ&&\\&&O&\'Y&\'0&(F&)=&+&+&,X&,m@&,&-/&-&.&.C&/%&/i&/&1&2qT&3,&4x&6 c&6=y&7\"&8&9\"\n&;\'&<{<&<&>f&?s&?en&?&@&@&A&Am<&C+&Do&EC&I&K &L&M[\r&M&NaM&Nв&N&QP&Rg&R6&S&T܉&U&U&Wp^&X&YK&Y&Z&[#&\\|&] &_&` &aB&a&bW\n&e&iM&i&jN#&j&j&m T&nͣ&nm&p=&pt&p8&q? &qsV&r&s&t2&t&u&vA&w\r&wo&wrb&wX&x/&x&xb&yC&y&z&{\'&{Ř&|ް&}]&n&&֕&bc&N&3&/&&&& &]&\0e&& &p;&|&\r& &(&&&~&&&&U&&l&&56&&e&$&S&f&L&:>&a&an&}&&I&/&&E&&&T&&i&C&E&7&&z&&&0&٥&B&j&&^&xn&&| &&g&]&&=&.&Ƿ&ǿn&<>&ȷ&ɵ&̺&&Κ&z&L&D&_&&ӃJ&&C&բD&,&֊;&٨1&=&&\Z&&JL&BE&&H&g&C&Ee&&l&&&&&o&/b&\\s&R&k&*&܍&O&z&\0&&i&v&;&&&F&&s&#&j&m&Ve&b\'\0~\'\0\'\'\'B\'(\'\'o\'q\'k\'\'/\'V\'s\'%S\' \'\nL\'\n`\'\n\' VQ\'\rB\'\rI/\'\r\'t\'}P\'\'\'0\'\'\'K\'\'\'S\'Ǭ\'Dm\'\Z\'\'\'\'\'\'!Ad\'#L \'$\'%U\'&\'&\'(<\'(j\')DN\')\'*CT\'*[\'+ :\'+z\',\'.\'.f\'.\'/\'/\'0\'0\'0\'1\'2`\'3(\'3\'4Hu\'5b\'5\'9\\\';\'>:\'>Ta\'?C\'?\'? \'A<\'Bj\'BM\'F@9\'Fl^\'F\0\'H$\'H+\'HE\'H`K\'I \'Is\'J\'L\'L-\'L\0\'Mf\'M\'N`\'\'O \'O3\'Q\Z\'Qb\'T\'V\Z\'V$\'V\'W\'W\'Y \'Z\'Z6\'[\'[\'\\<\'\\Z\'\\c\']\'_zp\'a2\'b\'c*\'dp\'f\'h@\'i+\'i \'j|N\'j\'m\'n!\'p\'q\'^\'v\'x;\n\'x^\'y,\'yd\'yr\'z\'{/\'}C8\'w\'L\'3\'B\'\'X\'kl\'\'P\'\'\Z\'\'\'\'Y\'9\',\'\'޷\'\'S\'O\'\'\'}^\'װ\'k%\'\'\n\'К\'z\'\'ʥ\'\'\'\'\'%J\'zo\'*\'gr\'\'?\'g\'7\'=\'\'O\'{4\'\'\':7\'\'\'\'/ \'\'\'yI\'*p\'H\'(\';\'Or\'\'\'A\'\'D \'k\'\'8\'Sp\'\r\'x\'\'\'\'\'B\'l\'!\'’\'©\'G\'C\'\r\'g^\'>D\'A\'\'̿{\'C\'\'\'3a\'\0h\'R\'|\'q\'գ\'(I\'י\'u\'ؚz\'؟\'ؤ]\'\'-\'u\'\'TW\'%\',\'.\'7\'\'\'\'\'狤\'ō\'\rj\'S\'(\'>\'-^\'X\'h\'z\'_\'\'z\'\'\"\'\'D\'{\'\'5\'p\'/\'}\'\'\'%\'f(((1(Y( (^( ( ( ( OX(}(j(1((Lz(0((R(t(:(!(B(!(;(\Zr\n(\Z(\Zӯ(w(\'((\"Ԡ($g(%(&L(&(&((()()(*(+\r(,V(,ۨ(-ԡ(/5(/(0(0W(0 (1C(4b(4ī(6(8Md(9(:\Z(>u`(@ (@%(@c(A8(Bi(B7(B˽(C(Cd(D(DZ(Eg(F:(F?(G_\Z(I(I(LhY(M(N(P/(Q(Q(Q.(Te(U7V(UW^(V(Z(Zn([([`(\\(](^N(`\r(`W(`yh(aۦ(dU(f\0(f[h(g{(g(h,(i`(j4(jW(l۔(l(mM(o|<(p(q#(qɝ(t((v4(w{(x4 (yv(yï(z-({Y({9h({^(O(\n$(\r(^e(zg(](b(a((zU(,(:( E(5((~(h(<((:(cw((({j(=(((d(#((<(H((ݞ(,(a@(գ(:((X(\"O(A(((S((( (n(4(?(s((u((.((}(@((w((\n(h(K((%x(i((i(5(Xh(N#( (ȃ(~y((\"((ҧh(\r(E(-(?(w(ח( (a(c(ހP(މ(߭(\\(Ꮨ((T(h(L(K(o(A(º(d(`((C(F({({((p(((܃((. (xT( (](:h(`w($(s(_(a0)\0])y)) )W) \0) {d) 8)\r\">)\rTZ)\r).)\\)p)6)Q)l)N@))?n)ʔ))%))\ZC)\Z),)_0))u))\"D)#ܡ)$M)$)& )\'j)\'i)(\0)(%))fp)*)*|p)-9).j)0X)2!)2A)4)5i )5d)7S)7)8z)8n):i/);b);)G)?)@)Aû)B)E)E)HP\0)I/)Iv)J)J)J)J[)KM)K`)MN)MO)O_)O^)Pr:)Sew)U>)V\r )V)W[)X)Y7)Y)[ \n)]X)^.)_e)_)bP)b)cWS)cv)e3)e)g +)g@)g\n)g)iG)i)lt)mW)m)oF])p&)p)sTs)sU)s)v\r)vn)w\0\0)wK)xw*)yS-)z){)|)}J)~)~o)c)@)))f)^)R)h) )`6)))IB)7)))1)))/))W)f)%)@m)T))B)b))))rl)@))):) ) )9)))(i)-))) )))س)7)0A)Α)\Z)\n)C)J)5)%)Q2)wq))%))+)9))U)43)}){)k)\\ )+))s)~*))))/)3))ײ)a3)j)ڥ)i:)!))i*\0*`*$*l8**E*7*w*5;*\n.*\n* <* *\r`L*;y*** *9*k*\\*v*{**&z*+*Z*L*l*\Z*?\\*d**!s^*\"*\"*$*%C*%ӻ**\0t*****+.**,*- *-u*- *.a*1n*2&*2B*4*4*4*5*5*7F*7*:*;*;*;N*<`*<*>*>x*>pj*?*@ M*@#*D|*E*E*Eo*Fz*G*IrD*J>*Kn*M*M/*M{ *MD*Og*O*OJ*Of*Qy3*Qg*UGN*V*W4*Wh*X-U*X8?*Z*ZA*[K*[^Y*\\b*\\*^<)*^r*^*_Z*_\Z*`5*`n*b*bB*cn*d*eN *e*g*gH*g*i*j }*j*j$*k *k\\*k*k*nI*n!*n*pE|*qR*r+*tb*xx?*x~l*{V*{u*|o*|*}j*~}l*~**0****g>*֘*|*H@**6*ǎ*Ɏ**;*ʝ*O*X*[*El***d***ں*ª*-0*a*#**0* **f*#*Sl*W1*n*t*׶*/b**@*{*p*\n*X***c* *?*߱***&**6* *34*[*F*l***d*y*3\'*ơ_*ެ*ǖ2**ȾZ*Φ*q**-**v**KP*\'p*ג*Nk*ۀ**W*l*j*㮖*4_**V*R**f**&***1=*3*** *A **;*\0******]**[+8+\0+&++D+ּ+z++Hl+ + +\n+ + q+\r+\"+%+o++++o%++6+gZ++\ZG+>+d>+++ fp+%A.+&Dz+\'r+\'+\'P+\'K+)v+*+*`+++++++,+-Q+.!c+.6+0+1N,+1\0+1+2+3@U+4I+4Z+5X>+7 +7+75+79+8lr+97+9d+9+:+<+=(Y+=+?+Ak+A\Z+C+Cd+D|+I+LQ+N+Or+Po+Q+R(+T%+T9p+Tp+Vg5+V$+Wz+[$T+\\ +\\o+eR+eq+e+fAd+m :+oT+qq\Z+uv+xS+yh+z\0+zZ+z+z`++ +(++++~+ٱ+7+x++ +v+++N+Z3++M+ߕ++P +VS++\n+b/++!+C++U=+ø+++ +]+g+ +Dž++++:+^[+F+$++u+o++5+++k4++t+++F,++xb+8++}+J+g+g+l++`+w+Ú7+Č+Ň)+(+~++1+>+I\r+i+q}+Z+++ο++A++B++\'+.+#N++ކ+W+C +S+q++韬+++++3++,++f+<++++ w+K++4+%|++D\"+++ʗ+5v++\"++A+Y+,\0E,\0,,(a,*,*,+PM,-Oc,.B,.YL,.S,/,/,/r,2Y,2,3,3,5,5,7,8)n,8,9bV,; ,;\Z,],?,?#(,?y,?\r,@/,@8.,@c,A,A,Aϼ,D,Ed,Gz,HS,I|,LV=,L,L,Pl,R,R-,SFE,S,U,U&,V3z,W.,X,[D,[R,\\,,]n,],^?,_,_J,a8$,a;,bW,bk,c,d,ef,f/,f<,g D,hK,j,,j20,j,j,o,q,r`,rX,tZ4,u,wD,xpr,z,{,{B@,~M,~m,,~,e\",,B,p,,\',ki,D,ڂ,y,=,,P,_),(e,R,,,,ܑ,,,M,h,,P,P,,&,,,l,-:,p ,*,,7,e,,,3G,G,],f6, ,9{,2,Ke,e,Q,L,._,,@,\\,6,(,L,\"w,a,,,,,,GD,„,7D,Ĩ,c,ƃ,Ʒ,d,,,ș7,8,(,,Z,,+,,,f,o,,(,,R,؎,ٲT,g,D,~,!\\,+,ݗs,޿, ,R ,Hq,d%,r\r,j,?,$,:,2,#b,N,a,\Z, ,,, ,yo,,,,>,,\nV,ҳ,(,,\n,,w,p,,-\0P\\-s-P-p--.i-Z-pT--\\---=5-\n\rh- \0%- Vd-\rq-H-b-z- M--]-i-v--V-S--+--Ġ-%--ъ--zY-)I-G-!3-!M-#4-$a-$4-$-$z-%E-&f-\'ni-\'b-(-*-*\n-+-,---0y-0-2ο-4%-4-5-6fr-6-8F-8-9,-9\\-9-:x-:-:-;-?U-?-@-C|,-D{,-E-E-I!-I,n-JN-J--KDc-N^-OQ-R\"-R<-(y--%6- -%-J-l4-ʪ-77-jo-,-$-ю---%-+-@-Ӆ--֕-,-n---T--v-ߙQ-$+---p>-7->-n-o-꽹---뾉-=Y--- -----M---v-3l-N.\0L.\00.i.).i.Ҷ.{#..;.x .f .n...q. }.\n3l. d.\r[.G.K..$.^..W...kD.c..j.\ZՔ.\Z).,.l.T.J. $. n.!!&.!1.\".$!\'.$.%Q..&J.&.(d\0.)_.*.*.*#.+].,.-./[.0.1.2&x.2.4.4.4KN.6.9I.9K.9w .;t.=P.@.@-.@.AC.C&.E`.HY.HFL.HiN.I.I.J2.QR.UPp.UV.V,.V.X.Z:.Zpp.Z.\\(.`.`.b).c.c.f~.h8.i¤.lI=.n;.oK.q0.ql.r7\'.s.u^o.vn.w.xR(.zg.z~.{7.|k}.|.~5.~j..~.G.\".R1.gG....-. ...I.Ї.&{.3M.P.4..O.\"\Z.R..hX...\Z.~. .bI.\r.}....e.N.S.\0..\07.>..m.v.?..q...{...?.#.oQ...F..{.@S.!I.¡.G..[.Z..7.C.c.n.T..p.ʧ.ʾ ._3..Ϸa.Ѧ<.{.ӥ\"./.F .c..ֹ..T.08.F.H.X..\"\r.(. i..!A..v.b.伩..q.y..+.1l.\0H.N. .@t. .q.M.....4..B.rV. ...Ɇ///S/}/\'//\n/\rI/\r///Q3/e//_/:/(h/Ω//\\/\Z\\/Q[///t/>-/\0/U-/p/\0/Ӱ/ j/ /!/#/#/%?X/*/+Y/-\Z///0Ô/1x/2v/3$\"/>/@/B/EO/FTT/F/Gx/I!/Kj/K>/L/M./OG/QW3/RX/V./W/[_/\\p/]/]q/^/^h/^/_;/_/`+3/a/a/e/gO/gć/h/i/jM/k/l/l-/pd/p/qyD/r/rJ_/rӤ/u/wy/yT/{-/}/}L/~I/~[E/// /j/////-/S/-/D/\0/m//uG/`/4\'//////yZ///]/0/5/R//o///uh///c/X//:////rG/!/a/$/Œ/ //D/N/z6/.//3o///B /]//&/-///R//v/d//\n/%E/df/S/4b/=y/[h/>E/X_/@//v/ //3 //d/ƃS/dz/ȴ2/Ɇ/Mv/˙/.//̪9/%U/m/Р/V/Ճ/E/֖/O/\0\r/ۖA//ߩ/t//5//\"/A/◝///S/]/h//m/ /vV//\\/ /}/Ą/ )/혥///////Y/5//9%/!/s//D/@F//S/#/0Q0ڼ0I0?00008K0R0 ċ0\n?0 \r0 0\r0\r0i00Rm0np00*00\Z000%200 wB0!|,0\"|0$0%W0)0.0.0/101Z03T\r0307ү09+096 09W0=u 0=0> 0>0?0?U0@V0@m0B0C 0Ee0F0GT`0G̋0H40HP0H`0N[0Od?0Ov0O0P0Q/0QJ0R0T*0V0W0W0X@t0XY0Xe0ZO0Zu0^Ы0_0`כ0`0ad0d+0d0g9W0ge0h00ii0j/0m0o\r0oW0q0tF0u;0uj0u0v0x:0y0zF0| h0}Ha0k`0]0q0d000է000qh0 000A00q0Z0q0qp0s00rg0U0t0#0%~0X0d060\'0d0t^00x70g0D0c00a_0v00M00MD00}k0000 000Q00ڤ0V0tb005{0%000^v0000R00 (0<0 000B0č0M0D70e0&0Ɗ00`M0ϗ0\",0c0V0n0ۆ0۬w0Q!0܈[070]0̂0D0+0Am0ݣ0t0o00s^00|80t00s00$Z0f00\Z000)00o10A\"0r0F0&,0L0M0ߚ0*0d0 0O0060B0R1e&111 161U11?N11!11 ry1 1\n/1 6=1 C1 q#1 1 E10I1w1/1W1[1?111S1^12b1+I1Tm111Z1 uO1\"\r?1#1$1%1%\'1& !1&1\'j 1\'1)1)1*\Z1+s1+ܱ1-1.p1/10!10D12q1414O14n[15V16~S17(18I18`18q1:1;1O2@<42B\r2Bq2C2DF2D`2E42ECv2EM}2G2Gg\02Gt2H2IL2I2J2L2Nd2P\Z2QȦ2RZ2R2Sʀ2Sʓ2T2VY2VE2X22Y\'2YPE2Z2Zp2]\\2]2_ `2_2bO2c2dd2e2eM2f22g82h82h2i62jt2j2l2l62mYN2m~2obF2o2q\n2qqg2qx*2r2s2tIP2u52vo2w2w2w2x#2xK2y\'Y2zQ2{\'s22m22\022\"|2!22w2N22-c22 #222:2r;2$O2ʷ2D2`2Յ2(2\",2i 2}I22{#2g2292e22222262g22.\'2$22I2622y2[222\"2w2222/2̔2V2r22 2%Z2v2H2(2n2ϝ2a2âN2272Q2dz2O2 :2˘B2s2̮22У2&2ҭ202 \n22n^2ׅ22@2ن2ٟ22]22۠2.2<2on2ޒ<2ުZ2\\2n22l$2\" 2WN2t22y2o2瞂2`}2鴴2\Z2\"<2\\21r222O2\"2i2m222Ul2f22#2E2c22o2(2)2 22\"3\0i3\0<3\0g3\03a3Y73?3|33-3O\03\n3 3 >~3\r3 333N#3\\33\\33^33i33kt3r3 3\'33:3 3\n3!>>3\"M3\"?3#3$8}3&03\'3)]f3+|3, 3-3.\"3.&3.-3/35d38#39^3:3<03=X3>3?3?0@3?V3@yZ3B\0,3B3Db3Fk3F3F3G&3H3H3J3L>3LO3Lz3N3NC3O3PV 3P3QZ3S3S3T3U?3V 3V;3XN3Ye3[ 3\\3\\3\\3\\3_\"K3c3em3fM3f3jI3j3k\\M3l\\\n3le3l3mB3n3nN3n3pB3rR3r]3t3uRG3v@3wk3z3z3}3};323}33OP33m33333IM3333N383k353ߚ33 3C3&3p33383Z33Y3ٞ3<3x_333ش3\0f3:`33,3h333b33Q373O33T3Tz3333o,3G333r3D33>c3q33533\"3C33b3V3NE333R3l33c3τ`33ѷ3\'3ԁ=3I3Ս3;3A3c33ӣ3׿3ܦv3Pg3[:3z3X33zT3{333 g3Jx3t 3<3>3_l3<33;3{3I03s3#3 3}3z3|34\0]4\'-4E4~l4Ү4\r4J44 %4\nB4 4 ?4 4\r44c444-R441f4444[4*4\Z7M4\ZJ14\Z4g44V4 ֈ4\"14$l4%54&\'4&4\'cf4\'4(4)4)84)˃4+>4+4,f4.\Z4/40}40K41Q[41142v42՜42@44=4546*h46`4648&\r4849!49249L_494; 4=^4?k4?)Z4?k>4@9_4AD4Ai4A4B4B4D8v4E\\4E4Fx4GV4HF4Hj^4Hm4ITN4Ig4I4J 4K\\4L4N4N+4OL4OV04Qd4Q\Z4R\Z84RX34S&4T~14V4V14Wv4X4Xj4X4Y4Yd4[4]=4]\Z4]!4]L4]4^4^4_4_[4`&_4a4a4b4ce4d`4di4d.4f=>4gQ4h4i 4iq4kGX4lx4lk4n5W4n4p4p4pt4q#4s4tg4t!4v4xa4y(\r4yD\"4zS4{4~#h4~3454\"b44W444\04!4Z$4?4v4L44\"444o@444444U44%494414>444c4m444L44E44444.b44fl4z4424:44\r\04q474Y4]%4W4G4}m4M44ͬ4>4,4t4y44444{#4\04>4Z4o4@G4(a4_:4ɪt4˦44yS4Αa4P4Ϫ41464/|464R4տG44K44y4شL44ٴ+4D4444ݮ4g)444⮱4Ų4N4a44։4444%4R`4\Z&4a4uW44+[44w4#q44\'4g44I4T4vz44A45\0*T5d75555v5Ȥ5 $5 {5 -5\nDx5\nH5 ?5}5=5250R5m555585;>55955Z5_5dz5X55/5c5\Z*5\ZA5c5e5&I5U5 ,5!vr5\"5#$&5$s5$5%5\'!5)5*5,l5.5.5/5/)5/̸50 50*505051+515152\Z52525254Z55^595:5<5<5>Tb5>]5>׆5AU`5Af5C%E5D75Ds5DƮ5Fp5Fr95F5F5G/5GC5Go5G5H5H 5I5IU5JD5J5M;5M5N>5N\n5N5P 5P=5Q_5R^5SUy5T(5X5Y h5Z\05[5][5^t5^5_B5`\'C5`[5`r5`F5bܢ5c75d;5h5n5nvA5n5rG5tP-5t5u#5uZh5u5uƁ5v\0R5v5z5|5|ϗ5|5}T,5515 5Y5p35555{55f5E55c5:5CS5ӿ55545[55X5(95-5J55p555Eq5(5/^5*5ם515q55 5_5^5 5\'5f>5@5 ~5x55N5T5J5y555555!5A555\\5h]555p5q5(55555595 -515Ȣ05ɦL5b55n5ˬ95kz5pa5oj5ә54n5զH5ց(55055.5~15U5v5#555:d55Y555d5덎5A51s5P5E585L5P65!551D555E5~5A5|5p6\0>6\0x666&6yg6\"6\nb06\ngV6 O6 6 .6\r6*j66oX6\Z6E666 6N6P656S66h6b6 6 gV6 6\"36\"N6\"i6#e6#s6%\'6&_6\'w6)&,6):(6))6*[6*6+v6,AT6,w6-5k6-6.G60 &60 .616126263ʫ6364<64Fk65u\Z676768$}69J6:`6:6\\6MB6>k6>6?6@3t6B6C%6D6D6Dǜ6DY6FP6G6GsG6G6I&6I\06I6L 6LL6Nr6Nv6O-6O86O<6R6S96Tւ6U&6WPB6W6XB6YZ6Zq6[R6\\P6]Y6^e6^N6^h6by6bV6c 6c4U6dr6e6fy\r6g.6h26i%h6i{6k8b6l\\6m_y6n6q6sk6t6uE6u6v[6v%6w)#6wK6x6{#6{y6{P6|N6|66\'616 6\'61666-S66\'M6E:6P6M6-6/?66k666666OU6S6e6]6N6Ç6%6Nb6b6(6n666R66o6Ʀ66766!666m6N6*66E6\'66\r69(66)l6y\"666&$6.6e\Z6d686^6666m666y66U66z6ÖF6X66\0X63646ˣ6666I66ܳ6.6ϡ6-66\r6w6]6z6[!6֦6\nA66_666_.6t6޷6ߙ6߬6#\n6v6~s6f6i6R666\"D6|6I66C666޽6r696D66{g666€6;Q66&6We7\0\\77VY74!7777H757J7 G7 x&7 xh7 Y7 :7\r~7\rU7\rW7777d7r7\r7_i7773767:7T7a:77 7!f7\"7\"$7\"(7&[7&] 7(Rs7([7)NU7+ 7,/7.7/K7/]@70376Jx78q78K7;7<%7[7?7@F7@*7A97Aՠ7Dǖ7EJ7Eo7E7FQ7F,7H7J7K 7L6B7O`7Q}N7R7S27Sa,7T7UD7U7V-7V7XBX7X7Y7Yt7Y|7Y7Zr7[n7\\{7\\u7]I7^7^7`fp7ct7d7eR7f|27ga7g7g7h7jZ7k?S7lG7l7n7n17o7pt7q+7t>7u?7uE7vz7v^7w7x)7x7ze17z7{7{7|7|7} 7}l7}67~7ec77\'7J7\\7707 7 77 77(7-767777L7c67Ow7{77&797797f777CO77k777c7/7:7 7j7m7777s7 7q777#7D77277δ7xL77E77a7707\"7v77\077u7g7^7>7O7\07;7h77$7u7~7ȵ|7ɬ3747̼w777\rX7϶7ږ7ӕ7\ZG7մ:7o797fv7ڽ7>7͵7\n77477P7_77:770757b7w7מ7\Z7G7O77Ip7>7뷞7s7C77L77( 757[7777,77g7wL7׊7J777g8\0 E8Q8u8 KR8 78\n8\n$\r8\ncT8 8 V8 X8j8RV88.$8l8l88\\888׏8@8\'8#888ug8 8\Za8d88H8׈8\\8j88p8<8]8aH8 p+8!\\8\"\"8\"Q8\"8#Ϣ8#8%%8&l8&8\'8(P8*]-8,j8,8,80i81]82>82p84\r84_868687;Z88\08989θ8:#8<(T8={P8=8@l8A8C8C8Dm8G48G8HK8H8IL8I8J\"T8JL8L(8L2D8M<[8Mx08O8O8Pz8QiK8Rp\r8Sa8T,8T8T]8U8Ut 8U8V8Y^8Z8\\) 8\\#8]-8^LY8^Q8d,G8dNa8dh8e28f8f8g}48ga8h8iQ8iw8i8j\'8j18kO8k8nL8q\08r?8u,8u8w48y?8zd8z\08z8z28z|8}Q8~88j8&88J8J8Na8c888) 8S\"8ž8j881;89%858^v888888M8;88y(8_n8888k808!8)8888i8Y8?88988}88s=8t)88Y8%8[8,88k88\"8x8,88Q8y8l8|788E88\Z8F8T8Ƞ<8X8=%8ze8~C8Ў@8ӿQ888f8w 888j8x88ۓ8ܭ8ɠ8B8Ȼ8888a-8J8S80[8gr88-8ة8#8^d88쉀8x88A8e\"8Y8 88c8{8886(888A88 O8M89_9\rb9\09e9999,X9K`9T9 39\nhK9\r*9\rE:9999999&D9}C99~9 9UF9\Z>999o99 9 9 _9!t9#1[9#P9%9&J 9(#9(?9(e9)9*u9+?9+Z9+p/9+9,d9-9.90Ȳ92939496T96a96.9899999;o#9=4.9>vZ9C9C/\n9D9EZ9H9Iڿ9LY9LS9N9O\\9Oe9Qm9Q9R9S%9S<9SQ9Sӹ9\\l9],x9]9]9^U9^9d|9h4U9hc9hei9i@69k9k|U9m9n 19n\'9n9on9oq9p9pz9q59s89s9t09w9x9xv9yq9z5/9z=9{9{i9}9L9B9l99999k19999lb9h9(9X99[9929̤9}9!990U99 9q9M9K9_9&9rN9a9w9\'9093969?9.9|9*9Jg9L9(9 9x9\"9)9$999:79X9\'99V9999Ŝ9=9a/9799$9m9 9i99z99\rJ9Q9e9W9999,99j9{;9\099/}9ݠ979˝9˹9͍9ͱy9T99Ҳ9.99ah9l9ڔ9~9ۮ9\Z99*J98w99!G9)959!9{ 9 99䯱9\099D%9 9遬99딊99U9s9쫰99O9Y9M~9v\r99v 9d969f9a9L99k9/Z909m9e9999:\0K::::* :E::: 8: ::):+:4:5:F:ϖ::b:\Z:X:qj::`::D:r: $: :: ܺ:!:\"#p:\"tS:#0*:#p:(}:,:-\r:.:0f:2ގ:3:3:4u:6/:7{|:7]:8PR:8&:9::\n\n::B::A:;:h:?| :C%:Cd:D$:Ex:E:F::F:H:H!:I-0:K:LG:M%:M:N:Nԗ:OEi:P:QR:R[q:R:SI:TX{:T:W:X:Y1{:Y:Z:Z):[:\\:],:_P:`bs:a :am:g:gE:gx:h]-:h:j :lB:lA:nl:n&:n+:o::p!:pj:qu:q:q:sXz:t-T:uC:u+:x:yk:z:|:}?:::\\: :6:/:Ch:\Z0:K:9::5:/:_:&:)J::M:)::W::4/:0::@:L::r:u:̝:T:p:@9:W:::y:: :%::\n::e::-::9::KC:5:k ::M:::{::R::Ft:: ::: :::?:D:::;:h:ˢ:i:\0:\n:::¾^:m:hf:Ɠ5:::ȱ:Q:Z:V:τ/:s]:ь!:ќ:m::(:e4:0:r):ձ*:\':ֵ:M_:X\\::7::\":܌[:::v:Z\0:ࠒ:o::5::\0:;Z:~ ::: :*::EX::]: :-:D:::o::\n;\06,;;4~;;P;;O; ;F;?;5;R2;;e;m5;v;\naw; 4; P; Ud;\re;;;;`\0;7;f;r;M8;{;;U;;\ZZ;;t;ry;`;);YY; lz;!02;!;$G;;&;&k;\';(;)\n;)@;)H9;-~;/k;/;0;0D;1O5;4$;5;7 ;8,m;8;8;:!;;;<<;<|;?w;A);A;B2;C7J;Ec;GS;I;L;N;Nw;O;P8\';PZA;P~$;P;P;Q@;Qp;RH;S<;T;U:;VCk;V^;W;X;XE;Z[o;Z;Z;[<(;[;\\gM;\\;_R.;c\';cC;eE;j3$;k;m\n;q;rx;t ;u;u;v;w/;yk;y;y;{N;{4;};~;l;;i; ;0;;;W;;+);T;5;@(;;;ڎ;\r\\;;ϑ;;;^;;;3;`;;BO;R;;H;; \';;x;;U;Ǚ;ވ;\0,;G;9y;G;;;;;g;#;;N;=;a;;j;;\";=;;;7};;9;}; ;;;\\n;;+;A;;;P;;];Y;T?;;Yg;;\n:;;;.t;ã;);,};;%;z0;V;׮;\0;7;Q;ҹ;b;z;;t;܌);ܨQ;8;i-;;䱬;-;;!;;;ח;];w;;*;c;;?=;a;;;BI;% ;;^;?#;%;-~;;\Z;c;5;\\;;l;x<<<s< ~)< < <\n5< ?W< <\r<<<<<<<<<<><Gi<<L<m<}<]<<\Z;<\ZY</<9y<G<\"<hn<<(<><@\r<\Z<9=?L=@=@g=Bă=Ctn=C=E*&=E?p=E=F==G=H`=H=Ib=I6=I=J2>=Jx=K=Lp=M\nw=NUN=O(=P=Sb=U4}=U=XLE=X\\=[=\\=\\=]•=`=a=bdd=c_=c=d=ei=ft=g=ixZ=i=kdJ=lB=lJ=mA=n,=n1=r=s=s=t=x+=xG`=z]={Z=|g8=~K=~=~=y=1= =lE====R\0=H=Y==d=F===^=====0=گ=|= ==j=K=N[=Q=?=v==C=m=T=s=\"\'=̘==>=#=L==x==(==rX=}==w===c==\r==u===L=N===m =rU=6=$=4=F:=\nW=`==9=!==Ɏ=ɭ=ϐ(=Ϡ2=И==)==3=d===n=-=d=؇?=ڈ|=ܻ^=ݤ2===߇=U}=ߖ=={=y=cV= =Mt=P=1=H=\rT=,=`=&=5===0=\"=a==s==[=;==N=J=!=z==(=O=I:=Qd=I=*F>\0M >\0.>\0> >>(>r>$>\n>\n>\r>\rɉ>\">x>`>+>#>=>>U>>>+>\Z(>\Z>>,>>V> 3>!>\"ih>#\nS>#>#>%g}>&>&>\'&>)m>+L>+q4>+]>+>,4>- M>-ދ>.E>/>/i>1>3x>3w>4->4J>4[>57>5fZ>6g>6|>8{p>8>9&>:><>=1!>=:>=>?EM>@>@>A>AI>B~>C >CW>D_>G>I>J\Z>Ju>K!>K!>L#>M$4>Ms>N>Oy>Q\"k>RA>R>S>S+>Wʘ>W>X&X>Xo>Z>\\Jq>]yb>_F>_>_ٿ>`Y>a\'>a>a >bP>bB>b>c3>c>d>d8>e\"2>eI\\>i^>k>mZ>nJ>n>qܙ>r>st>tJ>uȏ>v>v{>w>w>w>xN>x0>y>y>y>zS>}3>}>}0>~:>~d>~>!>.>/\'>=>u>>><>>>>*>9,>>\r>>>>2>5>v>E>m>\07>7>>>>]>o1>>>j>~>>|>>w>/f>>\0 >3>>!>>P>2>>F>>>>/v>cA> ]>y>S#>Bm>08>(>>T>#>>U,>\'>>=;>Ďj>R>Y\'>ƈg>ơ>dž>>D>5>b5>id>ɼ$>\\X>rq>;>>l>>>\'>ѣX>a>E>Ә>>H>x>ּX>a>H>ܴZ>>WY>2v>m>>>G>{>n>>>>W>>c>Z>w><>\n>x>>>\">c>Ą>^>>s>>3W>1 >^0>>>+>w?\0v??N?*=???? ;?\nY?\no? ? pE?\rS?S?X?$?|@?Y?j?|??v:??1??d?.?j??-?? +?!?#:?%2?%?\'?;?\'?\'?(\"&?(?)I?,?-?2p?3 ?4?5-?52?8?A?D+?Dg`?D?He?Id?JQ?J?K?L!?M#?N!\Z?S?S?VO?VH/?W?W?Xe?Y#?Z?ZK?\\si?`?`A?a\r?b^1?c|?e?e?e^?e?f;?guP?h}?mH?m?n?n?o?p?q d?q?rݩ?s?u9\n?vp?x?x ?x?y-?zE?z#?{,?|\\?|=?|Q??H??u?0?s????\rx?gC??P???E?N???Q?m??$?%?5-?????c?v?j?u???X?*?3??sU?\Z?x??R?^[??>???4?:?\r?h??? B?\'A?=t?C???c??m??$?\'+?t??&%?_??tO?ƉW?$?}*?ʑ?˶?͍\n?`?>?L???8?uo?\'q?Іu??ыn?҄?ҜN?jU?Ģ??>?}?գ?֋? ??A?c???6c?u?ޒ??\'?%???S?\'?5?@L@f$@@@n@ @n%@@@fd@ @!*@!@!B@!(@\")7@\"^@\"r@\"@$@&@\'@\'@(a@)#\\@+\Z@,7@-$)@-L@.@/jc@0@0@0!@1@1@2d@3@5{@5@5@62B@6@7V@7Y,@8>@;@<@=@=›@>/@>S@@@@@@@A@B@D@D3@E@E@Gni@G@I@I@KY-@M@N3@O@Q(@S@Ty@W@X@Y.@Zs@[@\\@^e@^B@^Ms@^@a]@b6@c<@d:@e)@f@f<@g @j@k@l@ms@n6@nM$@nX!@nP@n@o\Z@pj6@qU@r3@u=@w@y@y{@y@zP@z@z@{ti@}@}z@}@}n@g@@*@@t@@g@g@o@ǃ@d@@@J7@@C@@ڞ@l@2@(@5@%@@ )@@ @@@:@@O@_@Rp@@@H@P@6@@@@̣@y@@Y@@@N@nu@H@@@@@@o@5@ȧ@@ @B@@?@e@@,\\@G@+@q@@oX@Ó@ó@@@Qw@}@O@5@T@ @@ӕT@@+@ֳ@ʦ@~@2@n7@\0@@Y@pH@ߑ@l@@Ȧ@1@7@m@Ke@_@@@K@d@Ok@[<@O_@@c@s@T@.t@#E@@(G@U@ZB@@@ib@3pA\0AAAA.ASAAЎAA\\AxA OfA A\nA \\A ;A A A\rfAAAoA=A~AwAAAAĮAzA80AA\n7AAQAyAh(AAaIA-A\rA8A!A 2A >A!!A\"A%%A\'!A,A-iA0uGA0OA1ZA5U+A8A9A9A:\"A;%A;Q\0A<[5A=hA=&A>A?A@rA@AB_ABACgAEAGAG[AH4AIAIAIALTALLAMpANsANrARG?ATAVcAWJ`AWAYAYݶAZqA[KA\\7A\\A]5A^O^A^wA`HAaAaAbMAbYAb\'AdAe^AgsAiJAjX)AjzAj&AkAk%AkY_Al/AmAnAoAqAsiAtAt(kAthAudAxbAz|A{HA{A}&A}cA~A~1A\\?A,PAAaqABAAAA^AAKLA\nAYA\'pANA9AաA~MAAgA;A(A*uAMAAA5ASA2AAAAAFAnAA|AAA~AAoA>AA\Z2A͐ZA͟AA\ZAϳ-A)A(.AӢAX\nArAHbAքQAZAAKAAIAA5A6VAAAA~AqA#AAA,A3qA;A/A\ZA*AAAaAYAFA7A7Ap;A~xAARAEA A>uA@B\0,BBB]BBWB&sB B\n\"SB\nB xB eB\rB.\'BB7B BaBBCBBB\ZB\ZmBBB:BoBB\"9oB#B#|B$2B$W]B%AB&LOB&5B&B\'CB( B(rMB(B+lB,,B,gB.SB/\rB0_nB0B0B3/QB3^B4UtB4sjB5eB7B8B9\0B9B:DB< B?lB?B@|B@QB@ZB@B@BD,BDBD6BDBE:BEBF^4BH;BIBKOBMIBM>BP-BP`BQJqBR BS(BU7BVpBWIzBWBX2BY{B\\hB]B^ܟB_oSBa ;Bb\'BdBeBeBh BkfBk5BkyBm۸Bo\\BsBsBsBt7BvI BvBw\"BxaByǜByBzB{+B{gB{B|B}BS8BBbB BDoB~B[BΫBhB BBBDBIuBޗBdBB(\nB>LBBB6BB(mBfBBsBrBBB(BUBIBB|B1BSB0BBdBBB;\\B-C>hnC>C>lC@oCBm(CC>CC+CFqCF7CFCFUCJCLyCMCM/CMCR\r}CR6CS*CS20CT+6CT_CU=CU\'CVVCXCX\\CYCYmC[XC\\ C\\C]C^wC_C_*C`Ca7CcCcCeCfqCglCgnCiPClJClWCmCmCoCugCuCw|Cx+CxGCyC} C(C$CDCCQCwC>C6CC CCCCCC5C:CªC]FCC=CCŅCuCCECȿ6C/CGCdCCC&CUCrC˻C)C C͞ClC\0:CPCҴCuGC^\'CׄC3C,5CcC!CmC߿3CKC੏C(Cw|CC\0CɸCCC>C픟ChC}C{CCCCC CCDdDDDmD6DD#oDDxDDD D\"DD QDPD܊D~MD]DCEDgD3ZDJDDhDՌDDKDD؆DnDIkDڊD{DPDQaD DBDeD\\DDwDzD6DDtD,DDKYDnDDD DD?DKQD D9DD\rDE\0EEϸEEWEEwEE.E&E+E?UE(EE+E3EEkE2EBeEEnE.E\"EEEE:\0EdEs\"EE@EqEB9EHE/E.E\\EfEDE\ZEK9EVE&E3#EEFE3EInE$EE]E!,E_E|EŞEsEEEEoEEEVEEŘEŚEǯEEIE4EaEfEʹ\'EtE9EvEї;EDE EOEo>E^EڲEڷEE:E>E߳EҜEOEEƤE!E EE&EEEJUEaEEg0EE=EQEPE^EEZSE[EvEKEFNE]EEEE6E E\\yEFxFs^F\\Fn/FT#F xF F oF\rF\rYFWFFF89FDF=FFFfFFNF]FxFFSFFF F F!F\"c F\"F#pF#F#F$F%F%F%̓F\'F(\n^F(S~F(pF)ͨF)F*F+F.F2`F3÷F4WF:3iF;TF=F?#F?F?F@FB3BFBHFCMFCFDoFEFE^FEtFE>FF#FGFG[FKFLFMM2FMyFQFRFSFSFTFT/FV=FZ\"FZZFZxF[eF\\F\\4F\\oF^F_CF_F`Fa\rFao.FaFaTFd-FfGFg,FgFgFiFjRFjhFkFlXFmuFn9Fo{FrO@Ft)FuhFuFwbvFy=F{wF{F}F~hF~F~UFpFF{F/Fa*FF?IF+FG]GGXnG\"GG2G\nG eGgGgGGqG*G G8GWGlGbyGoGG G\'G\"VG#ܪG&FG(>G)PG)gG*G+G0G0CG1G2G4QVG4G6/G8HGGBiGBnGBoGF-GFGGYGGbGG!GIGKYGMCGMGP4tGQ?lGQBGS(GS.GSGSGTkGT*=GUGUGVGV*GX>G\\G] MG^=G^G^%G_G_OG_G`ZG`IG`GaGb,GbN_GcGd!GeĸGg.sGhOGi.hGmHGmZGnGoRGoGqGBG)GfG9GRGUGG:GG7GXGGmGGyGxG~G\\&GGgGG7G!;GG{HHxHH@PHIHH}HH H H H bHH=H1H^ Ho.H!H+rHdHH:HFHwHMGHQKHHH\Zr+HZMHSHaHH pH AH#nH$H%^H%sXH%H%_H&չH\'H(aRH(H)UH*GH*H+H+H,1H-H.H/\"H1H3I/H5mH6irH7H9H:H;@H;UH;H; H=+H=jH>YH?NH@)rH@AHC{HC@HCHEHFEHGkI?cJ?HJ?J@\nJA|JAջJBJD%JEKpJJTJJJK;JKJNIJOJSSJSJTlJV JVJVJW{JXzJXzJYJZJ[0hJ[0J[ãJ\\*J]F6J_lAJaVJa\rJa\0Jb\")JcQJfoMJfGJiEJjJk]JlJl#JmJmJn\\}JnJo0JoTJoNJoJp=JpJqJqJvJvoJwJx@\'Jy ;JzaBJ{J|sJ~JHJ9JEJJn`JqJoJJ*\ZJۜJ`J:iJLJJJvJyJJJeJuJJHfJr~J4J1JQJlJuJ+J*-JDJJ:J%uJ&)J6JJJJJJ%JcJzJVJJTJJmJSJJ(TJ&JiNJlJЕJ@JJxJ(Jf!J(JsJJ\02JJ# JJBJuJ}JBJ\'JݝJnJȾJJɖJJ˫JJ)&J9J͊JJτJOJ$JTJւJ2JJ/JUJ`+J\ZJeJJJ][JcJCJJK)\\K)KK+7YK,K,K-GXK/K/TK0K2*K3}K5 K6N%K6,K8K8K9pK=K>K@dKB2KEkKF][KJfKJ[KJKJpKMJKNKO KPGKQMDKQOKRlKR&KT>KT\'dKTݥKW3KXKYtK`K`KaKdq\ZKelKeKzKKFKLKͧKK.[KIKuK+K K\ZKMKoK KצK\"KOKK_KK06KٺKK+KgKʭKˀK\0 K@KKΝK0K$KfKKkKKKK YKXKuKFKIKܺK\"-Ky@Kޒ@K5K>KSKZ%K]KԱKXKtKK\rKmKrK| K|KKCsKFKeDKK~K_KK3KuKyKKH,KKl2KveKɬK\rKeKKKnKSKoKNqKGL\0 L\0qLdL̍L\0L\0LLL ܙL\rLPLݰL#LLLsLwLLCLL(LL L_L\ZLJkL@LfLL7L!KL!q9L\"L\"FL%L%mL&L\' L\'9HL+iL,\r|L,L-7L-L.zL/KLLLakL%L1L7L}LwLQL LɎLLL]LL\"L\nLLNL\Z#LLXZLNL6L LAL L LHLVQLNLY\"LňfLž*LLjFLyLʞLL̒LL̀L?LL]LJ\'LTTLӒLӛL%LpLԯALLբLL(aL.LgL9L\0_LߵaLL,L\rLL^LnXL^Lw#LΞLLpLLLǝLrLALlL*+LMRLf#LLߐLHxL_LLFLzLLLyLC0LLцLLaLM\0B`Mt}MD1M\0MMM BM\\ M@M ^M M\nځM  M ܳM\roMMMpM;MPMMMEM*MIbMNMM M MM=BMxMKM9MMM@M}MxM (M\" M#WM#a]M%M%M&M\'M(M)M*vM+IM+M,\0M-M-EM.BM/|M1M2M3 M5\'NM5FM6M7,M9LM<=M=8M?\\M?jMFMGMHHMJ+MJdMJMKbMKBMMMNMN1MOVMPRMR!MRMRzMSNHMULMVh7MVuMWMXՕMYAMYRM[M[M]fM^wM`MbsMd_MdMeMfwMg<\'MhMjAMjAMjMjʃMk3MlE]Ml֚MmMqMt\Z6Mv^MwAmMwMxd My$Mz8Mz M{M|@M~wMMeM6bM\\MM,MMNMMM MƐMMKMM:MM@MiMwMRMQM4MM/XMMjMMMMM M9MvMτMbHMфMM#MҚMӝMӲ MԑtM;M֩MiMmhM٫MڲM\ZMܶM]M!wMmM?MmM=MMMPjMmMMM=MoMM(M^M̘M`dMJMpMdvMlNMPMM)MMMxMJMNMM1uMyMCN\0NAdNN LFN\n$N uN ]N\r NnNN% NqNFXNN+{NN+NN4NNN&zN(tN(N)\rN*eN*RN+׷N,SN-j#N-\"N.uN/\nN/pN0EN2\"N3SN3eN6D\\N6N6N:lN:NNWNXNYNZ`NZNZNZ2N[N^N^ N^tNa\"NdgNeNi\'NiqNlNm}NnNoWNs-P?PBPD%PDPDBPE4PGPI.Q>WeQ>Q>Q?8QAܩQB(QHQHQHQJ+QKQL QMYQOҡQO[QQQU(QUQVƛQWTQXaQXQXɺQZQ\\Q]pQ]FQ^yQ^~ Q^7Q_z#Q`+QaiQciQfQgxBQkbrQnHQn+Qp]ZQrcQsQt5QuLQuQvQx0QxDQxpQ{;Q{rQ|Q~9QQQIQ-Q2QQQEQiQQQ=\ZQQnQ&QQ2Q͝Q-aQCQ-QQQQtQQi:Q~RQQQQIQQXQfQQQbaQQ9QإQQQsQQ;QQQWQdQQQ0QQQF%QQD!Q1JQ6QQzQdQQQQ`5Q^tQSQ$Q3Q?OQήIQЬQQљQ҄QCQQڀQLQRlQQׁQHQًQ\0Q9\nQ$Qu>QQVeQ߻Q~Q;kQcQQ Q垃QjbQ(QvQWQ댬Q[QQ$QLQ/TQ5QQQ-QEQQa QNQAQQcQQQR\0 R\01zRRRVRVR8RRRMR_tRRȉR >R R\n\ZR bR qR9RaRR\'R@=RURxRRRURR/R\0R8RRRjRR R LR!YZR\"|5R\"|R$îR\'R\'bR+HR. R0ۥR23R2\\R3R7R7R9R:bR;jRRERE&RG\0RHRHwRIRIRKRKhRLvkRLRMYRNEgRNRP%RP&RP6RR$RS&)bS@3$SAcSASBUSEN{SESE۱SF\'SG.SGe{SG SHtSHSHtSIXSI^SJѯSJՌSK6PSK)SM4YSNSO<SOSS…STQSTTQSTdSUgSVSW=ASWSZ0SZWS[gS\\2S\\KS\\S]4S`^SboqScSdTSdxcSe|SfSg2BSg3ShSjSjISkSlwSl\nSmrSnaLSnSoASp?SqSqStWSu\\SuSz5BS|S|LS|hS|gS~cSySzSSSfGSSxSSSƋSƪSLjSkS˩XS˩SSD%Sͯ SSβtSXSSϙ\ZSS$SںS?zSTSOST.SևSBSכwSSASؕ0S2S٪)SگSaS۶ SSSSYSS iS3SZSSkSASƞS SSOS굣S븙SnS$SSFS~SSSZSSgSiSOSSS&ETTT\'T\'TTTuTXT\ndT\nT bT_T\ZTT}THTq`TTTYT)4T7TTT\"T (T!DT#,T%%T&zT(XT(T(T){T)?T*:_T*T+eT+]T+DT,3HT/\0T/RT1\r_T3bT4\"3T5T5T62T6^T7;T7@T>T>dT>T?yTBTBFTBfNTBuTB-TBTCxbTHTJTJgTLTMfTPTQ2TQTRTSTTTT2+TTmQTT5TXTXpYTY8TZrmT\\T^WT_T`}Ta-iTbTbLTbjTdJTdcTfjTf~]ThK\"Th}ThTkTl`TnSToToTp$uTpTrTtYTuTuTv TvTxR\\TxT|OT}4iTXT_gTT2TTTT2TT˘TTiTTpT|\rTPNTT@TZLT_|T+TLTɌTT?T 4T0T{^TcqTTTTTńT͍TwTTT) TATTTTTlT\ZtT9TTTKTTQGTT&TyTTq&TTTTrTsyT[T{TTTQTT~TTTlT٫T0T8TNJrTnTȾT+TbTbTɵTFT#sTTqTد TٯTKTTTT[TܶT\ZT3T T9T߸zTSTTTeTOT/TőT8TYT&ThT~T?TԋT$TT3TTTЍT4?TT&TITVTkTLT;TTST2TIdT\nU\0P~UU*U6U\\UU5UU.UTU LBU tUUUUԭU}UtUUFUGUPU\ZU\ZU\ZyUU*CgU*LnU*U*@U,>U,UU-U0cU0U1i%U1CU3ZU6\0fU6VU7 U7X8U7hUCRU>~U@{UAfUAUBUBUBUCLUEUI\\UJ=UL+ULUNqUNUP\0pUR UT5UTzUX\rUZU[U[aU[U]/U^U^BBU^>U`.UaHUaUbEUcUdrUfEiUfUgUgFwUgUhDUhƚUh2Uk^6UknUlRUn;UoUp~Up;UqUqȸUr\'UvUy&UzFU{*U|I*U}FU}U~nCUUU|cUUUhUnU\rUH UԮU*UUAU>TUU\0UDUIUUUU^U\ZeUU\0U\0UUUvUUmU/sUUncUUUU&UWUUU-sU+UNUYUU,U\'^U%UU*U+,U5UxUUU7UUUUaUwUsU+LUTUYUU\\U:UU=UU2[U@yUDU=Uȅ UnU3UʇU1UU8Uh}UUtUsUo\ZUnUHUٷ^UڈZUU[U[UfU4\rUU\ZUK~Ud`UХUaU>U\rvUU쭱UFUUU^\'U[UUyUCUUCUEUVUԔU\"U*LU?UEUVxVVVGVAVOV V\nV +|V V V{VVV{SVVV{V1VVHVVqQV}VɢV\ZUV\nV5VeVVMVVV lV!V\"V#IV$.pV$AV%lV&OmV&˷V)V*IV+9V+JV+YV-~V/s\rV1 V2^V3V4 V4:V67V6V8[V=V>rJV>4V@>$VB7VB>VC VEgVE/VFVGt5VH*VJVKVK9VMVNVNؚVP\"VT.\ZVTUVVVW+VWeVXAVXOVXTVYV\\VaVb!VbVjVkSVnVoWWW]PW\n@WW UW 8W W(ŋW)W)ޘW*W+I4W-!W-UW-}>W/-\ZW04W0JW0W.W2lW4W9^W:AwW;W<@W=WBUWC\\WEsWGvWG)WHWHbWJ\0WKmWLdWMNWNO{WOwWOޅWPDWQWSWTWVbWW(WX6WXVWYMW[kW\\-W\\4W\\W]XW_WajMWdcTWdBWd$We\rWfDWgaWiWjbWjWkZWk!JWm\'WoWpWq/WrWrWt[~WttcWtIWvWyW{MW{QW|LW\"IW=WW5W`WwHW W{W,WW]WuW\"W)W=WWW-WDWv\nW$WrW\"W܆WtW*WvWWWW\nWAuW\nW9gWpTWPWW7HW W!W*WWWtWW,W›WLWWWӧWYW\\BWW W$2WɑWWqWģWs>WW\\WWEW3W]LWW_WW\\W WWՀWؤ{W$6WhpWWUFW(WcWWWW#WWAWXWY}WQW$WrW\0`W@W{WW6WW\"WW`WWW|WWW^WWvYX\0FX$rXpdX3XXXXXhzXx;XXX\n]X\n-nX\n?X X lX /X?|X@N]X@WzX@rXBXB/XE XJXKc\0XM@XNXPMYXQrXRYaXS\'XYX\\ X\\X]-X^&X_XbeRXc{XcXeXf4XfuXg&FXgZXhW8XhXi1LXi_XkXrXrNXsXsXu͈XwRXxyXzrX{@X}[X}]gX~ZX~pX;XX\rSXXA9XX,XJX\\XeXXXXMXIXXN)XXXȐXIXbX\0XXXX@YYYSY{lYYYGYYYkY}YYYoPYY\Z?yYMY`YXYJY\"0Y%tY%Y&@Y(}Y)PY+\ZbY+Y,=Y,mY-kY.\nY/\rY0dY0.Y1}Y3eY4;.Y4?Y8RY87Y9Y9Y<[Y!Z?hZD\\ZE(ZEFZEcZF7ZG+lZGSZJZKE\0ZLU}ZNZPr ZWZZ ZZ4Z[]Z[=Z\\nZ]=Z^߼Z_mZ`Za/ZaU\ZZamZbZblZccZc}ZcNZd|=ZdZgSZhZiZiZjkZZ5Z<[@][dx[|[[[[,[Ġ[[[%[ P[ X[ &[ \ni[ %u[\r[\rl[3[[[\0[GK[[[\Z[M[[ .[\"/[\'[(|[( R[(3Q[(u[*[*\'[,[/!f[0[0[0we[1w[38[43[5-[6[6Ɂ[8NF[93[9l[9[:[:[<`[=/M[>[?\Z[?Q[@b%[A[C[CO[D[D5[Eu^[E[GJx[H$[Ij[J.[Jv[L}[N[O-[On[P[QV[R,[S1[T;[T [T[U[V[WM[WG[Y[Z~[\\C2[\\-[_)[_4q[_[a[a[ct[dm[d[e$`[f[ge[hB\0[h[i=[i4[j[j[kV[m[oٙ[o[p[p&[p[p[rW[so[u([uA[uP9[v; [vz[x+~[y[z#[z=[~RE[~[-[[[[[[<[H[[I [H[}L[D[x[[[[8[[_i[[BH[8[5[[EI[i[[g[[[a[R[\n[[A[Cv[z[s[[[[k[[fO[[T[[[7[[[OE[L[[[[,r[D[[[&x[Yp[c[q[[[[[y0[\Zd[+[ȩ[`[\n}[ʢ[Ҥ[s[9[M[ц[ϱ[$[ґ:[[[բ-[֝b[3[[#[&[[9[G[x[,[F[8[[[ [! [蟥[곇[[%[[$[i[쐽[[[[c[7[?[[[[[Gb[p[%T[p[[ǖ[UR[;\\\0t\\\\\\ ,\\ ~\\ \\ \\ \\ }\\8\\\\!\\U\\\\2\\\\q\\U\"\\B\\\\\\\\E \\e\\\Z\"\\B\\\\!P\\!`\\!Ю\\\"z\\#s\\$c\\%`2\\&;\\&e`\\\'Bl\\) \\)\\)y\\)\\* +\\*0\\1\\1!\\1i\\2\\49`\\4y\\54\\5e\\7\\7$\\9 \\9A\\;\\\\=U\\>\\@\\AG\\A@\\B[7\\Bߢ\\C \\C\\FP\\G\\G/\\H}\\I\\L{\\M_-\\M\\O\\R+\\R:p\\T}r\\U_\\VKf\\Vtg\\V6\\W~\\X\\[\\^l.\\_Q\\_\\`~\\b\\b+\\bk\\cl\\ez\\fq\\hu)\\h\\i\\i\\j|\\kJ\\k\\n-\\n06\\nRi\\o0\\op\\o\\piE\\r}\\s&\\t\\u$\\vS\\w\\y3\\y(\\{>\\~\\5-\\6\\\\\\:\\s\\\\\\\\~\\cX\\Y\\\\\\\\c\\\\a\\\\\\x\\V\\l\\h7\\9\\ \\\\\\\\eV\\y\\\"\\\\\\\\\\\\\\Q\\B\\H~\\A\\%\\7\\(@\\,6\\\\\\(/\\^\\l\\?\\0E\\]\\\\Jb\\\\[\\F=\\N\\J\\f\\\\x\\C\\\\ñ\\ĻV\\I\\9\\ƐK\\os\\ǜW\\{v\\\\{\\\\(\'\\>&\\Ρ&\\\\H\\\\Д\\ҹu\\!\\ \\\\\\֙\\P\\أ\\\\ٶ\\ڞ\\(\\ݟ\\&\\ \\8\\m\\?\\F\\,\\\\/\\c\\\\\\9\\Z{\\\\+\\pl\\b]\\s\\$\\L\\`\\-\\\\1\\}\\\\=\\]\0=A]l\0]]7u]]&\"]^]ʯ]^]]\"] |] 5] hI] }]\rP]\r7]\r]L]0]]]_}]]4].];]W]]0]K]]]Ѝ]]]]x,]]\Z]\Z/]\Z@]\Z/]]f]T]t]]!b2]!ڷ]\"o]#ڿ]$]$]%](Y])],].(]/]/]0u]0/]1eI]3\0]3]7}]7]8,]8]8B]97]:]<+]]?\"]AT]B|i]CfL]D%]D(]ES]F\"]FV]FR]Fl]G]H]HP]I/]I)]Jr]J]L:]M]N]Rc\']R]S]VC]V]V]X2]Yq]]]^=]^w]_b]`Qm]`ƍ]b0]bk7]d]e_]f*]iP]i]iʈ]j]k%[]m]p!]q-]ql]r]sn]sv]u?]v]v]xC]y ]z]}I]}ޭ]/]b]]w]C]]j]J]]]] ]]\n]]]#]G]}]]D]y]]hp]C] ]]]]J]]]]]]]K]],]]?]^]f]y]\re]NB]n]t]*M]9L]t]Ǐ]]%])@],P],] ]c]X]3]]]D]Q]rr]%]K]Ψ]|]g#]]C]U]k]E]]]]]R]Ƒ-]q]ǘ]]6]%q]]M]j]]ڠ]@a]t]ѧ]]P]\"s]ծ]G]غ ]#]ܳz]]=,]r]߯]߸]Q]b\']6]]wo]]Z\r]u]X]h]S]2]]]y]\']]t]v]^}b^Y^TW^\\^^^^\nu^\n^\n^ D{^ 4^ ^^Q^#^h^^^\0^^w^^f^l^k&^e^^@^\\3^^U^9^^q^^5^ы^^ n^ ^ ډ^!2^\"1^##k^#n^$Ey^(^)^*Q^-^-W^.&^.#^.\"^/^/^0 ^1^2xe^2^65p^74^7C^7^8}g^9^j^@q^@J^AP@^C^D^Dc^D^DG^D^^F^G^HD^H:^I:^J*^L^LS^M+^N)^N(^P^Q^T\r+^U^V^Wl^]I^]\0^`f^`^^`s^a\n^e@^eX^f^f=^fD^h\r\Z^i~n^i^j5^lT^m^nh^qvR^s^sZ^s^ue^u^vO2^z^|^H7^2^\n^ ^^>^^\'a^^6^P4^d^}^U^4^^^^\0o^l^^l^\0F^^^{^k^e^*^^ [^^m^p^X^^M^-y^T5^#^Ku^Y^^~^,^J^^^y2^?(^s^Q^u7^.^-^^[^5^:C^y^p ^^a^^^–^^^^p^5N^˲^^Љ^Вf^#^ 7^ҁ)^ ^%h^|^~^ن%^?^f^ݲ^^߿G^w^p^S^p^wF^Je^^^^휞^n^D^i^W^A^z^z}^W^^^B^^}V^^;^U^%0^^^vy^N)^^^Y___1__\n__\0__}__d__ Z_\ng_ _m_9_W_|__H_^_\r_R_Z:_x\\_|__@A_H_\Z_ _6_R_֙_!#_#_%-_&99_(p_*0_*}_,1_,z_1e_1_2QB_37_4_5V\'_5_6 _7_8e_:J_:4_: _;p_;=__D___FN_p_o __2__P-__5_T___>_B_U_X_m_Ȅ_: _Ǵ_o_!_+_R_ʗ%_̙_̼_S_ _^__s_΀___!_E_M_;__sS_2_ݔ_\r_R_b3_d_ _NV__䅘__䠄_K\n_j _淑_軻_YJ_ǯ_`_cq_b____7__\"}__iD_RQ___e__+x_k _`\0{`l`+`%>`Ϭ````\n` ` g`\r2:`\rb`k`_`$`^`T``}`Z`K````` _`+`R` ]t`!2`\"`\"H`#G`$`\'_`\'@`(`/n`0`0h`1MN`3`4mU`5`9`;!`<[\n`=<`? \0`?*`E;\n`F`G,`H\"`I`J`L`L`NvP`O`O`O`Qq`T&\0`V`ZS`ZhK`Z`Z`[)X```b=`c|`c`db`eR`g`g\r`j`nm`oJ`o`p`s3`w`wr`w%`{F`{$`|`|`}K`}u*`d`3`& `Z`:`J`e`#`Q`n``ݶ`W ``>`9#``qg`0<`c` `m`jQ`<:``>`A`>`z```/`U`މ`Y`` `O`\r`/`{w```Â``\0`1`c`a```m``c`mq`l`j``\'`P`^``f`ȍ`yo`ɔ`6`v` \0`/`ӆ`Խt`H`]`>`e`@``j``ݏ`G`ܡ`>``-`*`!``\n` ` ^`t`D`]`%`8```X``G`p`kk`x` aSaxa%a@akTa\na Fa aaDa^aa^aIapa%a\'aȠa|a\Za\0Pa8aaaaa a a!a!9a!mBa!ډa\" Ja\",a#a#a$a&}a(a)^a*a*\\a+a-hga/a/-a0yha6@a6nra6#a7fa7~[a7a8?a9:a9ua:v9a:2a=#a?7)a?a@ aAoaCqaFNaHaI-aI]aLaTaVaV[aVaVaXaYaZRa^ea`9!ac\"ad-afaiajakalalwapararauaxaya|]a}ioa}ua~aaKaaQaVa2axa\ZaE|a0Eaa\"aaYia?a7$aaa~;aaIDaa/aana!dagaa~7aabaa~Ua׮a3aaaźava ^a.axaAda=aaa%6aυada}a9aa{aaW=aەa(a7a aaaсamaaa\\aa5OaaaFDaa_aiaaHa\Za7akaaWalb\0rbKb\0bb8bZbbXbFb nb ېb b\rb!-b_bBbs3bb%?bBb͠bb?1b\ZBbb,bb b(bb|b A b\"b#:b#nb#b&LJb\'Yb)cb*b+b8@b9 Gb;_b;kb<)b>b>b?b@bC\"bCbEc\nbE9bEbI(bIwbJbLԆbMkxbUebVrbVZXbW\nbWbZ=b[kb[Nba>jbaQbe1bfbgEbhabibjSHbn7bntbnobp-br)bs[btbvzbvbw+bwby+tb|^b|(b~b?7bqbbrb#b1bUbbbbbb>bνbbI3bbtby\nc?(cCmcD7cEcEcEcFcH/cI}cIcJ+VcJ0icKcM3cMIcN]\0cN[cOrScPYcQ+1cR BcR>cRz_cT |cV{cWc[Bc[Zc\\`c\\}c]gc]9Pc]Pc]sc^c_\Zc_X\"c`jc`rcccc>chAci6cmco0coco cpcqv{crJcr.crcx cxcy]cz5Wc{Mc|\nc}c~%c~5cccFc\\ccgccPxcWc\nccc+ccgcccU{cFcA[ccvsc,c\'ccO\0c ~c-c\ZcfcVc3cdczc5|c\\:c\nc+cAclccc>cTzc)1cc1cmccc\rbcqc@ccPc&cRcûcc8cpc~cƥ>c\'cmc@c`.ccYc|c=cAZcӝccԀSccFc֩cccYcݎcKcƑcߓ\\ccOgcT(cậcrcäczcrcXccFcc-}c`gc_c`cuc*gc^vccnccc;Ac\\cVcc1GcVd\0d\0\rdm,d~\ndd yd\nd\n%d\ndd d d\rd\rd]diddd d9dDdd#$diZddddd #d!N(d$d\'@d(d)d)\nd*d+<d+d1\"4d4 d4D-d52d8.vd9d;Dd< dAk\\dAdBdB%dBdDdEdF|dF0dG7^dGqdHZ[dOdQbdSBdTLAdUdW\\dWdXXdXSd]d^d_d`d`dfvdffdhdi)RdiWdlIdm@dndoudpLdpdqsds\nd}Dd}d~d~dd]drd,d)d4d>+dKd¨dZddd?d^@ddd_Wd~ddzddddd_dbdd.d5dTd\"d\rd?d+dd-dddKd*ddΞdI\rd=d6d^ddYhdddded\'d\nd ;dadxtddqdd1dġdddhdd˅dzd\Z6dF=d}ddϥddfdWdԩpd?ddkdօFd֩dצ d:dM1dۡBd d\"?dޘ9dީdWdd\'dhdndTd6dҙdd%dײdd;dԅdXddڀdddd0ddddd%eeeMeb-eeeqeQree\nke \re 7e ˩e \\\re ?e@e2eeBee~e\Ze\Z|e\0epeeBe ehe\"Ce\"z;e#;e#Ce%Fe%e%1e&Ce&SHe&ge49e:\0e;,e=e? Me?Ae?e@?e@eFeAeBeE?eEHeGeH2eH_eIKeJeJneM/eNQeO+eTG-eTqeTeUweU)eUeVreWeWzueZ*e[ve\\1e\\7e\\8e]\"e]He^Re` eaea)eaeb?ec.veeCyehzQeheiekvekek?yeorepflmLflfnfqnfqCfsfufSg\0g0agRg gۥgg (g g Kg7yggygggVg7ggOg g#/ggHgbg g g!`g#g$g&G\"g(cg(g*g*g.>0g/i\ng2mg2g3g3[2g3@g3g5Âg;!g<&ggfRgh/gh_ygkh?gkgmDgn(gsgtgtgurgvngwgwgymg{sg|g}^dg~g~t\\gg4g4ggBZglgeg=ggzg6gvggd\Zg.gmggOlgmg&g:ggVggBgJgWggAggggLgOgg-gEg g.ggg7gg.g=gdg#gggg&\rgg]gqgg@ggSgg[gsggcrgCg1gg7gggƌgӪg>gǽg߭ggWFgXgʚ1gʱgE[gdgqZgoggg;$gW~gՌg֕(gIg6gg-g9gӘgg%:ghgȗgۄggg堎g?gglg&ggDFgrg3gWgIg푐gTg7gvg/g\"gg ghghg:pggGg@g h\0#hyhhDhh h h \'Qh\rUh\nh+h\'mh|hh5hh7-h;_hh\Zh;\\h@lhCbhD;hDhF\'NhF.hGhGhI hMhNhiPhihjhkMhmhmhn-hn:Ihnhp;>hphp\nhrhrӶhw?hxLhz\nWhz3Vh{EIh}%=h}AYh}sh~h~lh hh[hhhhhWh8hhh.hhh+hP3hRhhGhih2hhhhIhlhfhEhhhBh2Nh;DhXhW h*fh1hh>h~9hhh}\"hhh6hhNh3h h/hh!Th>hh)6hBShRhq5hSmh`h=hh^hhȡhʾh˾hh̦h#hhQhOhϙhhhvh׋6hhKhCYhuhډhھhhDhchOhthEth獾hbhꎕh\ZhhzhehJhrJhFQhdh#hhhh;\nh hi\0KiiviiUi i i \"mi i\nvJi Ai i\r&$iIPiid.i1giiZi\0i;iiiii\Z`i\Zi&iSvi6iji3i{ii \0i#=i$1i&i\'1i(i* /i,i,i.ai0i0 i0]i2XSi2Ai7Pi7i8~i9)i;iiW~iXiYiZiZ@NiZu;i[i^fi_\Zi`:i`Hi`\\cia\n4ia;~ibTicVidid\"iePgigigkijijikJil`9im4in4Uincin)io&lio/iqiqirYisvitiu9iujiv#ixWizLDi{[i|xi|@i}:i~/>i6ii&i(iCiniXii#iiviOiJii i3UiuizLi`i=i>iviiijitiisitiiiEGitiiiwi IiNiuiH#iOiixi9fii+i!i>iiiiiΜi5iĵWi5Fi4iȕ iʹii̦i\riϬ-ii\ri[i&iWiAii7i%oiߙiiCi\Zi]\0iRi8iKfi{i-;iVi3iiii~iiii i3iii̢i4ii\rieiòiijwj{jКjQj \Zj PLj\njIjjxj;jj7jj|jjjOj>jVj}OjYlj\ZjUjjjjj#;j$?j&zj&j\'d)j(j+Fj-Oj.Xj.{j.j1Xtj1j3j3j5ڴj5hj7j8j8cQj8vtj8j:?j;xEjjgojhjjEjkpjl=jlTjl&jm(jmwjnIjojp Rju\Zju5\"jw^jwjxj{rj{}\nj{j|&j*jjXjmjj14jRj>jjRj-jʛjjjFjbjmjjj\n7j3j j]jj0jjoj\"jjjjjfjjjjFj\rj$j#jjjZ\0je&jcNjj/jʾjjMj:j/jXjj:jsj\njj(j̺\njͭj{jPjПjѻbjݐjjԹj׫>jOjxj؛jۂj۽>jTjjkjkknknk78k+k\Z#kckR\'k]bkkk4k]k|kXkk͍k.k=kqkYkS6kvkk#kLkpkXkk¤kk4kSkŦkƺkkkik%kͣkukφk\nk-kkӕkek;7k#k)kىkk۟kGTkwkߌk\\kkW2k\\Nk<kfkEk܂k}\nkk kn;kwk\nCkkkVkk6kXk @kc{k kߒkkll1ll7lBvlc\"l0lƇlclwhllPl[?lll hl\nY}l\njl\n(l\nl Rllll,lFllllwl l\ZpllMOldl ~l l!l\"Cl\"bUl$l%eIl%g=l%l\'l\'l\'l(\\[l(ul)Jl*Y;l*zl-7Jl-|l-pl/\Z>l19l3l4\"l6jl8l?l?3l@IlDxlF.lGAlHYlHlIǀlJs3lK lK!lL0OlQClSlVlW̵lWlXYlX\'lY&l[.l[33l[l\\l\\l\\l\\l^%yl^7l^l_Sl_\rlb,ldlfli@lkll4=lm`*lmOlnFloalowlqlròlr5lt6lu(8lvlvlxl|l}Fl~YMl~!l~llZRlilggl lVklqpll#,l$flg%llWll88lĨlNlb1lڹlulRllclll߰lSllN3l\nl %llzlg@l#lQl-lMll$vlrl֐ll0LlDl^lllJlrl lpl\Zlpl(ll6ll0olRll;ll)l4>lĬxlnl\0l2^l_lȤaltalltlɣlζbllEwl lӕl>l,illwlMl l٘l8lײlll lłl(ldlwYlȲlHlljllllemA(mAEmFRLmFvmG?mH^ImI1mIkmI_mKmKmL\rmM]mMc%mN)mNJHmOjhmQ]mS5:mSmU8mUmVmXamXmXmYm]Dm^|m^sm_m_nmaXmambJmb@mcmdme$memfX|mfp9mi`mi6mkmmumm6momoټmo2mpmsmtmtmtmvT|mwmwmxAmym{jm{mm*mmmsm9mlmm?mmmmSPm|mmmmmm[mmmm$mmamΑmXmYm|!mmmZpm`mmmmNm?m\Z0mm-rm6mmmm;mmfmCmmKmmm:mmmeymjm&mem-mU.mƝamm\nJmȪIm/mmnm~TmmNmm[mЂmgmѠmmim memfmmLmmYmmm\nkmmm@mmm~OmEmmrͭn?n?inC\0nDTnFXnGnGnGnIfnInLnL$nN6nN(nN\\nOnPnPvnP nQnT\ZnnUPnVTnW5nnWUnX\Z1nZ n]n^d8n`unanb3ncndng/ng\'nhni7nj\'rnjnknlmnn%nnnoZnqnq\'nr3(nsXntnwRnx nyVin{Sn|n} n}n~tVn`nr^nTn=nnnFnn3nn0\'ngnn7\0nn!In6nDnnpn&nnX\\nnnnznn9ndnnxVnBnn,n\\Qnnn\rn%n{nFninnҟn1Dncpn.n-nn*%nununnXZng-nynnBnnnn^[nnn4nnn~nn/n]>n@n;n1n؟,nܱnvnߚn,n}n㧘nn͋n\0nknny^nQFn%n-nnnnnBn nP)nFnCnnnqnnzgno\0oodyowSolo+@ohoL/o[oB^o\no o\ro4oH9oooo@o>To>o>foC/oD=oExoG&oH oK|*oM)oMtoOj!oOCoP#oSSoSnoUVoUe|oV& oVoV֟oYo^o_ob?ococododoe\ZofYnogoiEroi\noj=ojokok}oo op%Fop\0op#opoqBoq\\:oq~orWotNouW\rovboovmox^o{Xo{lpo}o}\no~j;o~ρoEoaoooToNooVo]o4mo9o3oo\ZoaoooIoRooo|oooMo¶o%]o@]o$ooodoo?ogoXoToio3oooMoo]of~o>ko•oú@oooyo$o;o:o֪*oo׷*oؽSo}oAoCqoDoەoodoޒoȆo2ooPoo%o}ooozo=osooor9oobo!@owQoyAo3o٣o\Zoo|o%p@Wp@Sp@pApBpD>pDHpEcpFgLpFskpG1pGpH}pH^pI pI(pIwpJpKE&pL^pL_pO#pOJpOpPpQ#XpQnpQpR*upV-pXapX`pYpY!4pY^ip`p`HLpapaspc`pc6pe_pf0pfE8ph_phpipkZppp\rprpspt7ptrpu{pu7pvpv$pv px\r|p{kp~/Ap,p\rpc3ppcp8phtp%tpKmpp+peZp9pYPppppH}ppl~pp ppdpp1yp΃*pϨpl5p2p5Ep͔pAopӯYpQpnp,pApՃpՔ;p\Z&ppqp۰p~pܳpGtpptpѓppp-pppVpp׏pp p8\'p\\q9q9qqqr\0Fcr\0r1PrrrXRrr rGrrr r +r 3mr\rr^r=r^rrrP@rrrqr\ZDr\Zr$r˖r]r r!r!r\"r$r&\rr\'r(r*r*Qr*r.;_r.r.%r/r/r0 r1wr2TLr2y+r3_r4ոr5(r7Fr8%r8r:(r:r;&raqr@dGrFirHCrIIrIrMArM?rNzrNrPUrP rPĚrP)rQ~rQirUQrWrXG1rYxrZr[mr[dr\\}%r_Dir`\rrdJrd@rfrgDrgrh/rh&rirknrk}rlIrlԶrmrp`8rqrrCrrWrr8ruI rv7ryMr}BrerUr;rrrrr Yrrr0rhr\\r\nrrr/*r2r3rr }r,rVrrUUrsrer#arUr}rvr4r/0rvr(+rCrFr rΞrrrSr!rrNjr8{rվrh*rkrr}r0r޺rMfrnrr r=r>Xr|rr*cr˰r{rerr_rДgrriKr.rdrlrڸr\rrr\rrjr#rr߰Frrrrrrdr,rVrDr\rrUWrrrr\"+r9rrrrJ;rrar^\'ss(s2ssMs\n(s )s s\r$s\r!s$suss8susAsswissFszzs\ZGsb@sgrsp\'sWs@jsF3sFbsFqsFsGusHF}sHނsH*sIsIܖsKssssass:ss9spsFksˆssG;s\ZsIssl@sɬs s!s^sΞs%s0gsls)s4sةsas?s(sOss7hsps{Hsassss[Esۏst\0_t,tst6tst]t t\rt\rl)tt\'tEttWktmutt=tttt(t\ZQtLt\'t iQt!It\"D[t\"~t#t&;Ht&tt&t(!(t(}t+5t+t-@t./t12t2Jt2jt3t6*t9t:t;Gt<Ztt{؟t|ft|tD>tbt+ttEt}ttutzt5dtAt[tt+tt0ttϊt t^:t\ntUkt!tG~t6ttt;ttat[qtcttttdtTt#jttTtwtnatItɥttQt/ttKut\\{tt\Zt~t\0tĦ{tŎt\'tdtȆtɆ tAtitStt7Gt@ txtFtktltֹ~tּt-t6tttt5tttvt,Tt t\0\Ztt}t峽tdt=tttzt붮tK\ntbtHttttltt-tJt=ttt~\rtttOQtbuuu;uu~uu u `Iu\nu 2 u\ruvuu!u^DugSueu&7uPuuu3uE{u! u!>u\"D\'u\"u#`u&Ӿu\'/u+!Bu,u- ?u0Xu1Wu1ζu5u6ُu9{u;qu=^zu>u>u?uBDyuC+uDuE~uEZuF,uFUuFuKuL-[uLuMuM2uMuNYuNnuO;/uQMsuUuUuVuXkuXuXuXNuZu[Nu^ u_+u_RubIrubuc\nud2ueuguiuiCMuidujuj]ujukvv vJvv5v\nnv Zv \"v [v pv\rvWvcvuvvvv vfzvMvv\Z+v\Z]Xv\Zvbfvtpv\"*v&v(?xv)vXv*[v* v+[v,-v-v-Cv0uv2v2vv5:v5v6v7pv:z.v;Cv=v=0v>v?fv? v@vBVvC9,vE+vFvIQvKrvK=vMD+vMvN \"vNHvNj0vOK#vOvPmvPvUWvUvXvZEvZv\\ixv_cv`\0lvavbvd89ve-vgvmEvm&vn+vo}vo.vovo>vpvpvrpvs&vs)vslvu%vwvzĈv|qv|\Zvvvͷvv%Lv\\vmvvv=vZvwvwv%vvvIjv|vvv vfvK vnvv(vevvBv0vv vRZvƿv}vvYTvRvevB&v@v?v[ZvGvHv+ov^vővŗv#v7Hvƌ%v[vǮvvz;vv̋v̨vSkv͂v&vFvУsvvmzvғvvv`vԅvnvvװv:v7Cvv>vϋv܇v݅v݌vwvގvvvDv߻RvvMvrv*gvKvvdv銀v v$vrv6\'vJvYyvuv%v1v(vcvv%2vJviv_vʲvvLv9v#kvj6wwmwwww`wrwwOww nw\nww l^w w w9{wawu\'www\\wDw9wLw\Zww-ww w#]w%w&.w+.lw,w-w.w.{w1w1[w1w4^w5tw5w6w7cFw7Rw8w:bw;X.wwwww9w)wQwwdw5ww4Zw/wwwx\0 x\0Bx>x4xx\nx\rex\rx\rȑxx!xuxIxʫxx>x%>x!x#Px$Dx*x*~Zx*x+x,vx-x-x/1^x1.x4\"x8x9x>EvxAxC\'cxDY$xDxDxEixEOxEʜxJxKpBxLZxLe\\xLz|xLCxMIxNgxPxSZxTxW xW[\'xXN2xXxY?xYFxYFxZA_xZxZx[gx[x\\%x\\ax]G(x]x^_x_x_xb_\nxbxixixjK\ZxjxkxlSxm%xmxnixxx/\0xxfxǝnx]HxF`xZVxlxωxҰx֨pxxZx x݊xsAxxxx뉭x쑵xxWxqx\\xnxxx xxxafxxxxUIxyyy+yuyCyy\'y\0y]y\nYy J,y y y y ;y\ry\r)yjyyyyDNyA;y\'`y7y\Zl\ryvyѧyOSysyymycy#\Zy$Ry%^y&`y&Yy(ey*y+Diy,y,y-\Zy-)y-Jy.Dy1y3/y4iy5.y5Kmy5}_y6yJyKT\'yL&yN|yPhyP1yQyR)yRyRbyV\ryXyXyY yYFyY8yZMy]t@y_{y`LyayayfNyhJyhyiRyi ykbylym{ynyoGypuyqDyqiyr ;yv6yvyxuy{ҵy|AydyLy\ryyayyy]yyyy;yoyy.y~yqyy\ny͎yByZCy\\\\yVytFyyoyayyB\\yy\\yy\'yNy{yiOy^yyy@y;vyyyySy0yayDPy+yyzUz{OzX{%{{\\^{_F{ݸ{ Xn{\n8{ +{ {p{{F{#{67{6{r{{\"{s{ѷ{C{ߠ{Xp{\Z&{{U{6{w{ b{! Z{#{#L{$:{$({%\\{&Ij{({)K{*\'{*l{+}>{,X{- {-K{-Q{.L|{.[{/{0D_{0{1${2{2{5\0{5RK{7T){7g[{9K{9O+{9x{;}{=pE{>@x{?>={AQi{G.{HM{Nc{O{Of{O&{PS{S1V{T{U {U]u{V7@{W={W{Xc{Ze{Z{[{\\{]{^V{^{_\n{`b{`մ{aB\'{ba{cj{d;{d{{eT{f{g{g{hl{h{i{j{l{ls%{lc{m9R{m\"{mh{o{tz{t{w{xV{yC{{\"{|u{}Y{{C{^H{{b{{{{h\'{QV{{U{6k{Ӗ{L{ {9{!f{{+){{{u{\"-{G{{\0\0{p{{{{({{}{{5{S{{,{ǀ{|{{g{{z({{,{${=Q{{ſ{(n{W{Z{{ˮI{{7{{ϫy{\Z{E{{%{1~{=s{}{؊{k0{9 {{{௙{&{Ƨ{\'{={禀{ɏ{?{`{뿫{L9{J{ {FV{K}{4{{i{:_{{\nT{t{{{d${{{:|ǒ|J|ޱ||4|||R|g|| ||\n8| \\|;|||N||k|x|k||v|\Z;|wy||*||!:|#|$|%A|%j|%|%|(-|(\\|(\'|*^`|+I(|+tH|,]|,X|.$|/|/ |/ԫ|2|3|4a|5|51|6|6dT|6ɍ|:u|:P|;|<~|>|>|?7?|@_|@|C\\|DQ|GF|G|Ho |Hb|JI|K2|Lg|M|Nf|O|Q|S#|U|U|Xd|X|Xw|Y|Y|Z}|[|[\r|\\)|\\|\\|]Ef|_I|`5|`Y|a|b|c|c|ej|f%|hL|jJ>|kd|k|n|n|pϨ|q4|u>|vg\r|w\n|w|x0|y|{\n(||xe|};V|~N|~>||V||D|E|%&||T|Y|||||||* |W|a|:\0| ||4p||Y||=||q|h|U||\"|xF||i||:| ||3|U| K|b|vd|z||\0|@|Ð|;||\Z|8|<|Y|ʂ|y|٪|Po||v|z||6|\0|ߠ|K|ۂ|ۋb|l!|6|Q|߸|k||#_|a||U<|ad|||+|3|Z|w|||}|̄||\n|8||,|_||6|8||x|r|||z||s|}9}}}X}}ܟ}}4}mZ}$} m}_}l%}EC}}}m}}}q}~}\Za}X}!}!\\}!g}!}\"/}$B}%}%}&}\'@}({})}+\0}+},I},=}.}.h}.z}/N&}/}0}2U}4}4}8z0}8}9W)}9}:4}:};^}=}>!}>}>}B\'~}C\'}C|}E?}E}F`}Fe}Gl}I}Jk}J!}K}L$\'}OS}Oj}Q#}Tu}T٭}V)}Wj}W6}X[}ZM}[c}]}]I}]y}^z\n}_h}_}`G7}`}`?}d v}dl}e}e:P}f{}g;}h׌}jW}jf}j[}m}mO}n}oBA}p&}p}q}sN}uV*}u}v6}v}x}x}{\r}{bi}{}{}{}}}~{u}>}U}}\ry}.}}m}}6}}c}&}&D}ʽ}\Zc}B}X}A}:}{},}&}F}VF}}\"0},N}}G}}}b}}*}AF}}}Q}}K3}tp}m}o}}}}ڨ}D-}=}/}E}p^}<}s]}ǫ};}V}Ɏ|}^}ϖg}U}P};!}x}Ԉ}ԭy}A}d}}}ُ}ٓ}:}ݪg}5}o#}^}&w}>}}?}J}T}J}M}E}}L}}}}}r}>W} }0}~(}}f}!}V}}g}}Yj}9~]~B~1~n~\n(~\n~ w~ /8~ ~\r~~~U~~Ӧ~+~Q^~~(~yV~\Zd~\Z-{~\Zd~C~C~x~~D~~\0~g~{^~ %~ F~#~#V~$M~%~\'&h~(\'~+a~+b~+~,\"%~,S~-~.E~.~/9c~/K~24~3^~8~;*L~=~?C~@X<~@~Df~DF~DHb~DM~D`~EJ~E~J~N<~O<~O~PJj~R.H~R~SF~S~T(~T~W=~WY\n~Z~\\~bs4~b~d~f~gOy~hai~l{~m]~md#~q1~qw~q`~s~t~t$~u~u~u~v-~w~x~yS~zZ\\~zzp~z~~z~|P~}~~G~1x~I~~Ƃ~:~~P~:~}~~~ ~M~}~T~~z~~~~~kP~<~)~90~~5~~Kb~~~+~j~F~n~h~qe~~~jB~)~~`~~~~¬M~L~Qi~ü@~~Y~ŀf~~~7_~NB~~~Ϗ~~Ѭ~ѭ~~~?r~oG~I~{~ځ~یc~T%~9~~{~ڄ~n~~~=~}~-=~P\n~Ne~|~\Z:~~~~@<~\'~&~M~x~~\0~[~֞~_~[~x~~5~~~:~~\\~=~D~[\0•|AzVIRH *\nv*\n)?1sEw*%bi\ZQ\Z\ZT\ZK\Z? $&.&\'C(w)2*$Z+-0s1@2344>9d:w<><=0??AB)=BDEFGIJJy)K6>LVQQNRiROSFU,U.WZ$WZ/\0\\C\\d\\L`a#McxzcܸdzeeVfrgIgj>kR6lkl\n0m(4mmns=sCtt&w]w[x|y$vy zM{.|||}\'b}f~ٙYx9wLp\"K*zCPX9f^g+BlHЭ]pk\r~?{\"JX?l&SZœo^C^^ͽi ΍%55dӋ\Z@M\0#ؕZܕHܸ ޻_clE}>9㻽a({I(\\D+(@ a@XQXM\0kQK~ Y,-=Ѐ )O\n=E\n  i 8~\ryY}e2BQ?!A-ހ/: ! v$Oe(WO*9e+g+Ɓ,-ـ/D0ڀ1C3>ɀ485ǜ792<̀=c??i@EFtH[5HwIZMBNgNʀOOjCS\ZVWʀẀYY/)Y\"Y}ZuFZ[Q[[=\\^I`>r`bDbǺccGcs߀d\nd[HdddLegfDhbil<€l=Klm쉀nむpIp`rۀsـtStu0ùxԀy)z}v~h4VG9|be[oB࿀8HE06kvp3J./l3ì\rfǀhˀ[m4ŀIƎ߀速/8ˀ\0=}р\"2倨%k怯??C w8.iG2~=J&݀)ꭀր[Íō?>ȉ%l*˽^΃ˀĀϨހвg#=b bcd|d[d܁ebhi i\nj3an*nkn\\nno2kqNr?sǼsbteuÃy?y\\J{I}\'l00F\\5؃\'5=}ځ+.\nLYBR\r)V ၡsQ\nָʁ<\r@B|qDӂEeFD$<%&=)b*̃-c..`/E092-Q23 4j6V*6y8o9pa:N?D$EVEܾF[ރFH6HZH΃I6MIXJKK Ls OP|Q$QFRy\\ f\\p\\g]ۤ^湃_)݃aTǃb.fh`Zha׃hkjkxkll4FpqRq0ttyu9v vLxy9y[zz܏{|҃|FF|ƃ}}Ճ:P亃>Pe΃փ!)?σPUHKɃF܃䃑eàI}^@9򃗓1˃ԃ؏U>^cuYƃg9Fƃp!._ \nރ8G^K铃M΃#Y@pĉ4r0<{(̢փФڈӆ]֘tKڿ K|T۳ȃжjrɃWGj̓TX\Z>Lƒ6Ѓm$z=yrifybgMa\0 \0 h \rt2ci!xѝ啄\"҄F \Z Y%d^i[#g#,#$VD%PF%&2܄(3**U*y*ш+9H,H-B-Ms-͑/80>0y162!3DŽ334\'m5p7*҄7߄8J;>;Zj;n΄>҄>?\n5?\\B/BbABgEB7C)UC-D EFJG҄G HJe=LsMp-MMO?#PDT$UքU%WlZ\r[\\\\i_ `dGfӄhbjKqjYlׄlbn\ZoJoAoʄqLsntwu:cv\rw_wxyzfe~ᄁD(Зjń\"D7G„DE(~Ȅ#\\\rNq( !Wpqӕфӄ~%TE3IjZ: O\rτ٠„UQ*Ä̈́4K!}[ȦȰt\r&ɿbE̢Wф7g\\vGVd\Zfτ1 w>EQ0S寈ZU.eLVGܪsGsvIHхI S_\\}K$م s$\n-\nb \nx ƅ Ø \rm\r\ro{م7\"\"#<%z &J)+l)2)jɅ)k)k)t,,--x/03i:5;7\Z8q|:2<;JӅ@_B&˅HiPHPJ]MƅQrRtRSUVWfXх[]^bc\\c4*dse\'f f6ffgzggijj@jрoirQsKsuv)vXvpx]y\"|Ʌ0N><rA}D6KtWZׅ ?jqypۅK؅Q Ui) ɅDv)UڅNM㋅ۅ\0L˅i υ>م8[T䅳38Dƅ Ѕr酼]c|ƒ7х)8\"zޙ 8)˧!,Қ!06-0&1ن3 405F7ʼ888ކ>UEVEھFZqJTLJ\rKK5UKtNԷPQ~RtTIV1XY}YކYZW҆Zb>[`+tad:h/ k2{mnpApMrڜtuEvLdwJXxx`zydž|E|a}~ory\n_@T!]dž^ۆ7j!속be꠆@އ0#ZZ񎆠]ކ7Vl چZ46yYrfĆa:/E|J1q9{j\'φв݆ѿ>ұLqԡ}\nP(pإ.ڻA}2;㣭aΆ(ݨ/ʆ&:=G{[z,(Ԇ6,d[r\02c?ۇX{>Y4e u \0Xm؇>6x ևS8w#Z`[_\Zڇ\nAهM?e3! 8 \Z\"`\"`#u$%74\'w(z)*>+\r.4/ j/`1:22Ÿ32,3)3:Ẇ;^Շ;<\n=>K?9B@?BynCʗGdLHKHI\ZLLLNBOPQ/Q2=R0lRXSZЇTcUgVV-VXY_YZIEZZ[[,\\bIc:fcc3dUe\"of]yggi\'%iJЇiCjlKm\"n\rmpxr[r͇sBsRsUat u ՇuvOv~hwWy̐|F}3\\}\'}㭇~]~n~ng‡w 侇,xl d!@T-X3凔(/l@E^Ht\rH% i臦G +Z͇rOj|҇bZfhR@@ȇqƢ+ɇÇe}S;sÐtŌ>)$9ʎB%P{юHӑ(ְZ^(ْۧLsއni\'4绦J(W𿹇YO`чهE?V愇7P[\\Ł:U\0nWW Ɉ V \rN ňV5^5È\n\ZVeh\0  \"##ǥ$%9)/-x/1]234º78Ȉ9Ǘ;>9?\rcBnCIGH]IAIK\'IJcL&6L]LNP\\PhP酈QV`QR0шRGR`\nV؈W0YfqYvZ\\a[\\z]]``aƈa;c>fhXiojWklHm1nxoeofpup׈qوq†tԎu v9vdzj#{\n|zE}vkj<&Gf/7숈v\'kE C`ֈ$kʈ\"nf_y\'爚ÿLjt㈝S65u-<舡X-aڢ-- jei7Tv9߈z&,@Z^g``ȈK鈱]ۈy\Zvj_ꈸ0=051sЉ2^3*ω3Y45*668Jf9:c=?w@UA=A+BDΉEVE훉GIȉK\0N\rNOPQ&.RkAR|S#S*VCVWaXeZ\\]^2aPacIdt4g(g/gčh֖jLdjZlmkyq[aqKrs%EtltBxԦy{We{i.{oՉ|} Kbu鏉Ӊˉrd3u-d)֝܉S҉*5\0뉢ꉣ۴ml.;\\ʼnRd?q6m *30S8mhP\n݉هĉ+Yࡉj✊pᩉdE3:=`촡Ɖ~D\0!+\"}ЉFm!\"ޔ%i%&ip&ۊ\'(nߊ,*0Sv0ڊ3ӊ5D5襊;B;5= =>.`@`tA:B8ĊCeD܊EaFSH}IJ8K[LAMy*MN*TOPr9QRT¶UV$V+X)XbXeX[YKYx*ZSۊ[4܊\\#s\\ ]_O_^ъ__`{bcPd\Z_d׊enef tg{hIi#kam?mb2mlnuuÆw:\rx拊y\n*s.rriNJJQ&=aWze/5s7=\ZW+P AЊՊ Y_> <&=%nˇXjg0劲$v\'&)k3yj\Z倊ˆiՊkE{ފ÷Ť !47Ȅ8ȇMTϡG_m֨P׃_b֊9ߊB׊ి\n!ފ,Šd ͊Iߊje#׊0 3Ng<2(ފ-ʊQo^^يYGC֋*x %ȋ㪋 UASы{89`%O͋SV3\Z\nn[u) k%g& \'ȋ)m+Ћ./_N01M133E46W67#8׋9ы;(;=oL@2BxB䨋B_EyFyFMFUHJ,|K;LM;OLP|QQ}R9RQ;S\nTkTҪUVWtXQɋZͮZ \\V]ڋaEabe뭋fi\ri٩j\'mn8@o_compˋpVcr)s\Zϋt =t>ދt/wx|SՋ^Ћ8(Q㲋KT^=REQӋlwr@?2E<􋠘f5x{mkaы >r.:7RHR{0\"4ʋ3GƋHlŷ%ydʈˑDԴͰtFĮn᫋Ҷۋzڋċ֋[܋ܚ΋ܬykiۋoPhděZɋ=aT웑dY?UrzӋkSv󣃋2{.g: QN];NO5ɌRy1R8SVicVXYThZZЌZ^ ^ _\0[_^W`#`Ōbьbcej6FjjkWJmTSmYpFqVust.tKӌuv\nwhwYz0|n|)Ռ7J\rS4k~h/NOȌ]O74Ɍõ4֌G挠5lJZH!dT\0+oA7xs댴!һntԌ30C|y1u;挼⌽a:H,c-POÔŌŭoǯɆ֌tG!֌ՖM(s ؟{ݞ`e\ZW(XVs#U`6*jpw\0x\"rɽӪڌ0y,- ˍ ! e \" =Ix_@o۾)ō\ZL`eFx?  Q܍ u|!@PBC&ԍCfnDrE>E}eGVMHz,IэIM-N\"OPU_Q&RLٍU.WX5Y[Zì[ʍ[[\\$_\r`Eeaԍbybcychyhjdkllm n Jo/papt:uHōv+w\"Սxy|}+S]s e!8=כֿݍScX7=CȍbK?KssM<્,獛 Ǎr_HJaԍɍBes}gi υ k ǎ\rK\"xUԎ,OO#.-8gDJn0tI 1U}lb7 pю Î\"#P׎#a #q%t%%\'\'),-0.k..p./3׎06S6B89;#J;b<=5.=7=ώ>>?@Qn@A4eBDDIiJ#LvM×M׎Q+RRSS׎S>SՎVY{[[@[T\\U\\Zǎ]F^\"^3^/`JabaʣbcbdAde/g h{hȎjz\\lot+tvEtŽuÎwXx܎x0xvގyyzzzǎ{X|!|2f} u}J}l~R\r~>!C:􎄺\ZW\"ÎOC.T+_闎|9Z8\r`玕鎖7ѳ(1^鎞8Ꭳˎ&A 3\n⎲b-p0qώpM/Eꎼ]t\\ԣkP_ÎO|4!؎ҘҨӎގ?)[kٷ$ǎ}U5Dg8tߎw8k4\\P찯C6T񖣎F>J~َM Fݢ:d4TO/xʏɏ3Pq 爏 Tk[\\9Vjяѓ745\Z&\"\"V#<$ $%Y&N_\'*$*U*+O+z,j{,ħ-4/\'/Ն/114UΏ5 f648W: ;;>AAB~DE\ZEFNGr`IAKLLtL֏M#QloQR\'SȏS{SsV}XDZ[^~_a&ȏbŶeJeeÏfMf\\fh\'iُkŏmmnEoÏo٬p8psvw1yyIy͏yɏz|S~IߞsaﮏP׏PɁbطT 䏓5~ݔh̏\'6wAx`rۏ|j]}ΛDA>s7~\0^џ㦏U]qďƏ󌏽#PLhyē_ɪammHڏiMKێor y!\r#˟%%l\'TH\'r(]ɐ(\Z))[)C,F-F-i4..L0146Ð7뮐89$89J#<\r̐<\'>0?D@jAiBXB}lBDEME|{EqF(HJLȱNԷO7OyTlGTtU V&3VWW0*WYYϐ[fΐ]\\Ӑ]]r^\'`!acdd0glhLjtkk`n=ɐqr-s6+sCt/KuY3up}u쥐vrwyݐzz(zV{{|ѐ|Ly}9~>!~x͐G7>{ƐvJ쐏b!ᐑ|ei44wVqωɋC6vF x吟]IYƐ滐@vdQx1~됧\"Ai77eꐵ]&ŐsΐfꐺJy\\lF% &>eѸ=ʐЧ\0Ѹӥc~ٳiL&ۯ@ǐ4%o p8AP֐⥐ Mm\'ePL\r7֐ E40W5,֑k]2:o\nZ G , B\r֑1 Li  +o壑+Ƒ !#eʑ#s%n%ߑ\'8\'x(!2(;)/d)**+,/Zؑ0-12722C3345[679:Ɵ=l=9=\Z>ST?,?B`DEHK[L7LYMi]N OIPבQNOSvT֑U.WxXYcZ5[+7\\\Z\\^?`b{c* d%d5EePfʑg5i!jkklGlol mo\ZZpYqߓwّyWzL}}Tۑ~l@Ցّ/ELFXsb Uڑ;z{TǑM⫑\'瑞vZ\Zdϑ8ґ;JʑAv8&ߑ_|\"r쑶\"؍5$>\"esP*D,}r掑aҰ\0<@#s֢zW*fl٢ܭܺz#Elޥު;ߍQ 0e`-B_`rȑ2\'}܅G#zVt}\0 nr\nq  Kْ]]’uΒ\Z;\ZyG 3!0!b!\"^>\"#’$%-\'y)A)!*,@./ڒ/ђ5 5J5̒:Xwxc|B}U~Gs~Ò~ո !P;45lDUb:Ēgm?m\0?˓@!AA#C\Z̓D\ZEPZHusHK-NKHmKifMMʓN)NؓQST]fT9VR4Z]E^+^\\^j^_֓c ѓcޓdsdVdiWkm5qrT\'rruyOz~ړzM|S~n `4ʓB 6哃_ГZ蓅G3#G9`ޓ\ZߓdnimHya7 Pzⓗje˓瓚񖓜$-{䓠)-([-uד!铤>uʓ e?;ᓲLM6PH,8yD#ʓR8Eoh~WAnn±ÞB&FȒΓEuͪӓT>Ր&evُY[]ەHJ\\b}&ړlWogw@\"U>ԓ;Y;sȷO~ T@\' g[^bŔr\rԏ1Dm  ,\n=ܔ\n:\n僔 L 3&\rQ\rQcW˞g/_CC=Dµz}!cW\"є\"E\"$ !\'*++W+ߠ-&ؔ.\n//ڔ3)4W77M7f”859A9n;<< >8?@A胔BuCF4HFF썔GbҔK$LM8MfNVjO\ZOGCOJP QSSS/UTUZ\'\\D](:`;a -b ccccefgh8֔iOk\Zm);WΔ>/ٔAqY+-snwoxtGU\"YŔ.mD ˢcj錭fuΔה\'qLp2 -\0^Y5r\Zҕ Ɔ L g`SH+H\Z6nj\"(#I%[&9&i\'G(N)*붕+ZI+,g/0v050@Ε0045 66xߕ778&ٕ:0-:m:>4?S?f?|B6LB5B C1%C8/C^ؕCϐDȕEKEF\rGJM\0WM叕N/mO▕QSMT.cTV {V\"WXXhtXX-YlYYyZcO[]cmԕc]cAeuheCfg+gېi~j&jD3jٕjk`keknwoddstFOvix|>xҕz{ȕ|o|t\0~~0xeЕi0ߕ[>sV0L0|)!-\Z𕕐镖>=.ו.ޕVe5\' ZS%/(Qv[ 4Jٖ h̕ᦕ`i\r—Ƿb>j?ʓH8˯߱OUu\\Vcx#6٘L?䵕e1qetꦟd M𼻕]]:ѕEoYΕvŕaЕЁ|`\r?k\Z;p\0%GA7oF% ֖&ET()a(w*jݖ*ɖ,RC.p0=0v4V7\Zo7,7e8,8mS8;Z={=FB\0BChEuE-??@BK/CpDqGxϗGG)GGII뭗JJQKY9M=N4O\ZP>S4T`V8=Xr[o\\q^_x`*{bc emeyj[fj kNop| pr(rau+wWx-x-{Ki{|^|C~_n헃Mۗ$-y𗐘]aEJ}DkCpޗebn\ruEk%uwp#lq$O`\"ؚ\n*\Z{0&{]ӗk&M1pޕI ƕW0 ss3 btѝΗ#j v.Ӫ};ŗTyBݴg;7h|㸊{1—qV͗b&듋1욋𞆗җ}\Z*חeoyN>,Sژ\0(\0z\0ǘ}~eQNn3 Fy И\nh)iɘ:Vט1mnxbe L\"_Ę\"%\'3(j(ݘ*U+ۘ,﹘-h-.Ę0mŘ0֘3 5 5>q~>ژ?4@H?JKPK\\PQieQ+Q̃RT\rT:Ud@U^VKΘY\'YnZ@Z[1[A̘]N?_C`fСg^g\Zh{ܘkxllzmmn oFpvc t?8x檪AV陘]F\'\r˘%\0XٛM?r`! +Řęq+Z+C™dЙC+әWN b 뷙\n8(\n\\\n | \0  M p ]˙v\\Iₙ\"a6\"Ǚ#c#$&z\'@()3*vi++H,;,7-D/ʙ0D0͙1 ;1.24 4E4Ǚ5|6t6P69%9*:Lf:;H;?JABԊCHyAIJ\ZJ KcNKVNYQR)OR+SȑTyUr^W\nWWXFYߙ[M}[^{b50b;dVwdjeXe5ilեpr[әu6x]ʙxnjy˙{X X뙌jyϙur!tY[\'^A>ޙn癛x3ߙfn5Ƅșha˻Dwfl1+Q$SZə\n.癴ԙJ%nN\\X\03Rq_6ƬrMi\'ޚ\n 7(C\ZU8w‡>ӫ\ZٚL͚Ӛ!$\'%Pɚ%\'\'`;)*H*n$*t.\'24\'c4v5K6q6Ր999:Ě;<@@0ABCND;E&=E)G1$IJFJpTJKiK3ODvOКQ尚RSPUkX\'YLiZt5U71 8J9<0=DAoBFT(JKKMaN\"ٛN$Q/Q{QRS;=U亂ZZ[P]]^^P_\'I`ɛ```aa쒛acbbTegMhi+j3˛o)qCq,;/F0:Ҝ23S,66oD88R9;T\n;ʜ<=CAjA(B6CDqEF0FGGGMIJ\ZKN\ZN O\0\rOOOaOQQdRٜSYfSUV;XX-XgXYYq[j[\\^ʚ_`לbhceln[.oHqhr5r{ }>~cqNb6ok\rE`h*ӜcoU(u\'Qfچxל`Uǜ;m\'2:\nxݜȜg=]ޜg՜34(dܜO`뼜fSXc\0>֜J1Q).d|/ǪȨZ(˭qcϨŜ֭ߜ.ٓ[?ڝo!ќ)*ޖSߍCṲ>4鷜S]AeUʜ5-\"\0k)͝*/*<*Mr*K,>-.Ý.H/M0k4惝9;A<==s=7BC+CEFRFsI,I0K&!KJKPPRWRiTxT[]1]cdJfxi\\jj8klOCl~lJm\"؝npfpIq$r(ȝrQ\nssѢtܞuv?ExѪy.y,yѝ}ȹ$Knѝ2)ӝ6EǝS熝 -$tߝous/3DvѲQN@\'\ri$`v/MFD_56ם-͝~N5^үӥ\r$bUɝۢ`P`ܮߪA՝ T➒XYʝ >oJ~AI5 s%6U↞\01 E\n 6 } ` l\r^?U5|%KbמYPQў ߞ\r)s\ZBOno<Z 6!M$*E(.*1О**Ξ+֑[0\Z1i+c*糖;\n;֞IӞ ]:yM\0ӽQz˅G˟\0ꓟ\0+@4 T Ð\rdW(\"z˟G^<ٟM`=J ##弟%&彟\'\'n+PJ+ۀ-Uy-}-.?n\r?@CB1lIJ韒:e?NߟXIW?ZBjGcRNS)esq_R1,^hߟ.U{Y㯟ꟹퟹxFt  v|xBȪӟASJ(\nO#ҟջ36ޟLh20VSbAmK䔈 烎a,\Z6<͟j(|$.\Z -Rş_3ݙT1q譠x \nP A)\rR͠3p@L@G@(@lB\ZE>F\r.GvuG|Iy IàLOM]M_NfONP+̠R S[OSDTKT_WX9X^ߠZ\\䝠]K1]aԬc3ɠcGqf7Pf||g^Ѡlp6%rfؠu\\;v9v.wAwx,z.{R| }ٿ@,do^Tf砄\\F\"lt{S_]͠E10\\\rIӠqɠVuDZ0񠤿L뱠EH?t堬)֠_ܠ\ZM1dР\r%񠶯VS2ŠKҠAnM?1AAסCeFFF^ΡFRG@I.-IVIWL0MRfMN ġN\'ڡN/PR,CRdS#]SJT TKU:\rVmݡXY n`;a?bbcTghBh|j l.mQmLnptp=qt;u8vAw xJ_xzz~Yyڡ\\(lꡉ\0GDڡ5]R\0С\Z9Vh硞uW.eơաS^}j顮¡ɡ塵a\0rTkq\\Ƽ;ҡ/ȈQYɧʮj̓ΤWL:ɡPmǡwfI[ܬơX,f[X^陹)*,>0SOSBa;\Ze=¡<آawa͢J< D kϢ ^65\r\Z{ ÿ6͢k$Ѣ%&)̢,R/7(5i6S788P89^:q=?r@SAۢA0AtCcCĭEƢE EݵF?5FI\'JϢMOPPҢQQQ$SNUV8:VoVXԢ[բ]S ]n]q_\nW_Q`sahfi)g⦢g滢hnQi[mpr;tvvv,vOw+w{R|b}V}͢~?_H)K?͢碉DܢY|\rwr?TT( ǢD$K^Dy=KW~}\\ࢶ7P{⢷0\'~N^XxƢd͢ĶߒŞƳ{ܢɈ崢ݢ̚Яa֮ؕ98yآCxߪ〾Tgꉢh씢&){J.ZuՎ\\_ɢh.\0?.8Fӣ T 1 k ܣ\',Ě{#s.t\Z\\A>ţ絣`ܣ\Z!.\"\"$E&}()3:)vk/_0\"y0ţ1ѷ5r6d6أ7#9:;q<]?4@&@kAA DE\"EIIƥI.J6;OgpRΣSm.T5TmUSaW:WY*YAYCwZvjZZ`\0`abk,l+Km>o,oppJrQ`s5ttvw`xͣz!{%| ||}% ~gH~7M,F!\"ss6}pBIq_h(xe\n[Z磚t^_q֤EQLZ3[ֽ\Z }\n ͤ\ry\r\rE\rڤ 7Y֤ѤV ݤȵѤ&|c!¤!)\" E#M&\'ɤ,M-0 Ƥ0%]666ܠ7[8CF:G }GIНJCK ٤KޤNuOĜTTTBU{V_ZP\\D]h_SbhcicnfgjSnl7pqZr*%rsu#{vY^wDxxwxƤzS{<Ф}뗤~!ۤ~e]Ѥ1ޤ\'U6{.0GŤG6Ȥ卵x\r夢W̯Js ⤨\"JҤ&%x٤*ऱD?BF:?*`ڤ|w2#,Ϥó9㶤ſƁǤB,eȚɷR^ʲ}NUˋ5|F3$8>ܤϵWюn\\{vՁFa>ڑ8>޺]}̤Kn$걑U/ˤQ\"ͤQn Fdrg9tBK\rA1I˥ >dGB㮥*-l\Zo4M  |#%k&(qO*.,U,-!\".e00T00ܥ02У3Յ45v:\">\n>[AGSB5DUDqEE~GSIL4L6LwLMN\nOOP PRT2tU̥VfZWSSZҥZHb[^=^y_l`b_cScWcekfܥfFhjfiPjglcmmQnI*nen\0oPoioLqۥqrUxZx {d||}Ǯ}ڈ~~=FO鶥jl2󥍹ťix%%u !+erD%쥖ॗ7ͥQgץrY<>׃񥧣b\nNW;hؖ 񥴇詥i0c|,*VRt³Ö ĪMK;\'˔~qǥaI4/:/ٱqMnc<,[x;٥]¥$ƲM;EK?Zԥ^Q hS Ѧ=٦bAQ ig\np Ӧ X G\0e/>epMyh\nOqצ5ۦ@¦ lR!ҳ\"-&#e#am%%\'%a%))⍦*:+Hh,<-\r\0-̦. y/12aB7$˦9aަ999<<߲=)=?>?AsnABDݦEn\0IBI~|I:NER0+RrRRܦT\\TyѦZm\nZUZp[\\\\ͦ^7\0_Ȧ`Jcdަe}Bgg]i:GlNl\"mp]qȦsOsuPw@x\\yiyzIz|xB}9pN}H\\T\0%fʦAf \ZP[]ŦԦHtæm2徦A9٦i}sXT\\cH.~YKm2jjcΦݦס\"m]\'nA\0@Ƨ Hާڧ٧ɧzƧ3 ) ? ŧ\rڛmaV.8YЧIFܧ[Z\Ztb?Iڧ!\"#J&%&\'(e(\')ª*.x.1c22Ϛ56ʧ798L8}48:=nJ?@&B~BO B|BD-F`ЧFaVFGH\rHȧHЧJ{KtKlOЧQUi V=eZw([\\x]`^竧_`˧b cX2ccdeeWfg=gei3%i\\ilVnVjnYosqru&vۧwx(y4Ч{${y^ԧ\r֧?7ghJ_§c{Q駕WW\0TΧ{7ntȩ&u-cux]`1ŅuͧOϧ^Rç,ŗT:ʧ=|p|Ιέh%\n4Sv;е3ҦtܧݒhݧNǧ$W;¿+ uޟ(mZ/e l0\0E.E0L% x ר\rW\rQXxw֨-ƨsݨg) #!y#&W\'G\0\'\')ދ*-G-G/(/M33557dݨ9&R9R9=:`;<.?D@ OAiCjD6F\n}G\'G1H\\IUL:eLOGPRPըQRRRRS陨TgҨU@ɨUUVVZy?\\o]ݨ^V^ˑ` `-b$Mc7cFcTfҨhå?V ?`:AP}A4E EPFթHϗLCLN7O:PCQ:QhQQS䁩XYô[ͩ[©](^^^G^m_`c=cߩdSbeOf*f!fh_harkflΩoXptr-r:.uIyQ1zmzפ{J|R|թ}~GYR響NnC+婌A,Z֩GR\"RhhHǩ$ Qȩz\0U橞⩡C|=b. ZᩪƼ௩d ܩh&u̩[xpc/Ԫ˞ԩ \\>8wM}ƚm1̘;rqĩکnEݘ\rYaɩ \nٷe T޸Of⥗ZM|>hkZzB5N Qt\"mѧIϩG\0\"ª\08Ԫaߪ|Q \n\r\ne_b\'Ϫ\ZS85(#$%}$ꅪ&ҟ\'A+/\n+M-s/0&g0R1[2l@2e2f5*87o@;>>@x@AyAsDhTEEEcEѐFQתHIIEILGO̪OnP+fV=WdXaYUY~Z}۪\\$\\cc#dWg\ZIkJlm\Zm#ͪmh[ppaapڪpkrct}FtܹujuVuiu\"vpwx:xuڪyzqyzz{Ѫ}3R;e5qF{{Ǫoꪗ\0Īmת` 骞YꪞZlC|تl\r:{7ʪqѪu]$HSWq\\ bd8ҕ/kOmѪ#”KJ3SRsvUo^Mgkю<3֪3*عٜ\nTݪ{@!RKӪ9ԫ\04Ǫ>xw.b=CZ\0g\0: {MlbH;P \n )\r]\0plG\ZT\n$tɫثc #%3%WC\'t *\0+X+q,).x-/ի4\n5ѫ59t*: *:Hܫ:ӉA??#@A̫BC֫E{nFCVFuGܫII\0JFӫL`LLݫNPRXzVI׫WlWɫXtѫZ^^`ӍbWbcn jqkhznLo)qD\0qkrϫsثtDswFwwx Qy{]|,a}KX o$`竍Up˫*O嫔{wJMeO!Z뫦}:e01I$r>mQ~*׫\\CWuEv[-ȫqo;-m:ܫͫԫ扫ܫIvd[ƫ.ޫū\"oCj˫@ī*FI G}2(ABe^īfQL`\0\0\0_?_j۬¬\"\nN \rW\rF׬b-F|3i+}_t#| e!\"ͬ!oH!K\" %( K()\'`)D\")/)*+!,L-%Ҭ-..ڬ/ /1tH2*55:Q:L:<;1<լ=Ȭ?$A _AQoC\rCE`\'EzF:GHJJHKK׬LrLɬQr;R|R%SETV*7Y[-\\ݬ\\@ͬ]l\0_>O_@`Haab\"cظekfԬgh|ijTjik&ڬklQnZoجp[1pqfvvصy0{7M|\nǬō ꬁ:?㬃=Ϭڬլ>OnVu\\ϬaӬ{$묙-yȬ\0t *b¬*⬡P<笤^$mĬ^rШ|FM֬Ed٬CKAWZ@Eʼn0ŜTȥ:٬ʝ7X1qv\\_3ìgoݻdݹi](\\RݍX .uh쑈}癬@/#ca?ǬI\rG¬\\׬|ǭ.!\\@ r7 ҭ ~ \\CR53/F\nThAڭ5\Z?hb֭q˭r9p!|\"%ݭ\'b((**^Y+p+.,<ɭ,j-.0711\r34י6߭8x8c8g9N9\r: :;< <=3@>Y?X@CѭD5sG2I(L*M?TOQ~ ­\no*\n-=^3$L8G-1e*OG$b`-QX:Qx4m.eƭCqJʭ ^\'brR#᭾ڥlq{ӭJڭ]ϯ@v҃ҧo9֭EsۥݼP,p/Df@}jbEyn𕖭嫭֕/ݭH̭ݼTQ 6J w\ntn m 2\re&D_9ͮ9pD\Zb57t8OԮ:å:̗;z>@ͮ@\nA ĮC~cEI(IGJNK@8KMU3MUnMѮN\'NnaNORQt>QƮQQԮSTݮTٮUoV8X]^__S_,c;ݮccdeꎮj5ɮl.wm㬮o>pӮqlrڮrJr1rrsxt\nƮv9xiy[{=|X~ ~P߮~}ڮ~~̊\r̮5-])w]&歮eͮ414DXHфQWm>\"֮/\nyvKϮk~NǠeʮj*:宽im0%/”ȮúƛY(ʮAʯB(rB2I\Z,WĮixGՑPrx\0L(LiM޵@ಂY:+3ޮϮ=O۞ !F`il\0){ I.Q쪮H)35l7d|,;@3\n=ׯ\n[B\r \rjƯMt/tЯT$&h\'E\'(_(),X.\0.A/\Zy/{/080Cޯ123)30555t6H7-8:8:¯<@=f>ʯ?\'???WAWCD]EF1OL\ZLLMtQTC7T UDpW&YY`\\_t_~bcBceheodgگh̯ijOkYgnOnӯq-lqu$u`veίwxcqxy(\\y/y5zY}4կ򠯂ݯa͡<˯aWޯ¤$\Z]W)H6߯4]Bɯ.?ju󂯙 䯛=[h#ܯQ(놯௣R֯)ͯ#n䯮UUip?e꯶ί1篺0XFg%{zŻr}ٯFCSt;ү {:ϭxϺAt7ӱSu76ꄯH1=k^t(t꾯\n˯}a9ܯ`nٯ􆳯/?=}5\0?p 63 oF\n7\n5\\\rUļF3H!$w&(*^q,,ӡ-&Q.2İ.L._/40\"#0X1Ga1ٺ3W7|9:G3;:=O?_İ?C>ݰDDﯰDEаFְG)GQGJ\"BJZNݳPzQ\\RrUV7V㥰X໰[\\ ]bobv_ctcd*gذhiӰjk[klL>lҔlno.pP԰qXqs\"ts4thذuvx*zİ{Z}# }8}KBgV9z_E޳ְ5\ZS\\㰔\0F L̰p񰝠zݰ鰢ذ`찥8+PI|bɰuv\07\Z:hbİy\Z*밾ʰq+-#FfOf=I˧װftz̓%SQ}϶VФkBybq9Xپ۶>+bJ3Fav@Ͱլ+X#z]İ|b쳰$M_r\'K3@O_ǫ[ͱp(б\nUH\n\rV\r!fZ}%U\r8_@66Lk /#%)}q)*`+Z /б/E5H66ٱ;;<)=Jӱ=_=أ?P?a.CGJIK4LCLϱNn*PA;QLiQTytTݱUGıVFVV*WjXw:[c\\b%\\~1b ubbd!ex\"ex#f?fͱg\\\Zhʱj meoo1qs rt?uVfvXX{|)w}f}~즱GEF^\0KՈ=걍„X|A籒2H,T6γ?眳?FACGC\\DHDF|F*FLGi4H.BH^MMcNtPlRrSgT,TڳVW6W\\]M^:_`b /iDžjVjRkDlCtlZm p*iplDrsbt+vvv]x}#\"~#հz۳_d̳^ܳ\\ೋ\"䳎б5ºfYM%/޼E0vq\'4\rn6T+ﳫUԳQĐuBcNB`c%\0ೳS곳堳HNy(ܳbrƽسƿ5߳ɫϳ͌~^ֳ,|֛TXL&ⰾYNY>}:Ә>7ퟳ\0̳sӷ?ӳ-~]\n4Tn=DC6\n\Z  \'xȘϴI`LzDѴH!\"`#f%wӴ()%ݴ)i7)l*\n*⪴/δ0S0 2ô2C=474jq4{4V8|t9o9:<ɴ@zRC qC3CWaDδDFվIbI)JK1LMN;QcRS?S`SV5iW7*WԄ[ô[k\\Iabd@ݴdeqeog8h7jrkl|´ʹu{˴l%贕QjMuOt\r}c3e(7C6nFcYz%eb^޴G8ǴL Ġ\ZBSƧȇt2FehrΖ:ɕT\\ϯ{ФхWҘ2Cٹ̴ٿچSڗ\r;ߟɴ\0VӴٴ\rC ϴ()oʴ;Y3\0۵ l*@n\nJڵ 韵\rǵ)bk4̵xh7\Z \"g\"õ%P&\'˵(h)e)B*Ĭ+8D+B/z56V7\"89p;z;,wDpE/&ED/F5fGzH4J׵LΗM %MQNOOTPӀR~&RrSU(hV\0ZQ\\M]O]]_^_}ϵbf3f|hp\ri:jl loklm\"p;pmpҵqqwsѵtvxCzL?})}16}X qѵGn~ϵAK/BU G/Եy ҵ޵v͵%\nԵ1A? s=neD0u񌵱ᓵܵZD|JA,B\"Em`oߵƃ^Ƒ7:@=Q?(k꒵=6Cں4 LTԌV`魲rӵ[sggݵ>WW>|dž/d\\N\Z/oF\0ຶ\0\'*az\01P8kdn  U MSu3*яpEAA۶H $Ͷ ! ȱ\"@W\"(#\0#xͶ%5&Q(ʊ*\0*k+i-35A7F\':\rA;y؃w=H;?\"{ޒEʶ4u`d]6n!f˶DٶM4x8񠜶U*Gb9-|f}\0Q>Э -[\ndb\nk- II\n]o|ȷ Mlu{}ڷ `pzݷ8~I\Z\05Pfwi#&t)+4@+k.1cٷ12\03s3Ϊ3Z4 8n<=<>*+B*FBFԷBmCtD8DuF2FٷGZHoI0uK;OӷPFR%mTρU|UzU߷VVZ<] ]{˷_ݯ`)`aŷaZcLcPdf`hhzl+@no_ qor`r\"sͷt]t_vUx2x\"x(y]|L}p~\Z$UPdﷅ**w·\Z%O්ⷋ4\Z;Oc` }7&!淣e=^NP$工d#Aʷڷaݷ͖Mŷx)m\"[yB zŒ۷.շƵ)ݷ ״̐03@ь{(ҳV:÷\nJimۓnܥn,OݓʷGlj˷OBeշ ѥ@\\$mE(Odo2e·zjOD ɮ ,\\\rmxٸT6θkGg@v57@\Z.=;v뱸 j\"r\"K\'|θ\'{()H\0*E!,}޸,-{.1.?./T1,512FV244n5;t5c79&=G{=T=¸@qѸEEylyz\Zaz\r{{,j.fGxx브E*~!0DIR긖7Qg>V\Z2-F,?XjCo:axYfgOȸָIO寸w &!)O4s9Ѹg&~Ȅ(ڸN@ԕ| lԸҾOջθ֮=\ZOkݪs|ߕ{Pd`F>w$fǸJ\\lظ Bvt۸C S0o|¹\0\0by\0E̹X) #\rP\rAȷ?i+뼹Ź5u\Z.1\Z^+X}tB)Tgv!ѹ&a\'չ(\r~(ȹ)*Թ0缹546M8 89w:C:H?P?\nFFFɹFGCxGֹH2HK KRM]NPRTmR9RٹRULW3WXYE9];]^̹_A]_`b$cpcedeCg1FhyiZmjSkyrWttu4u@wux5ϹymzB{B|,H\\\"/K?VVS\Z5UڇŹ͹)1wd$b1 U_ކ=ع*\Zйᇹwƹx\"Źװ;ܹq=b\\-n]thNE\'QṼ^*+5qh\ZŷM\rah׹ȝʊC%Fο˹^-{ѹι!¹n1“Sਃr]؊o!ƹ\"w,V\"cҹuعD+>4r\0P\0Ϻ1D\\S(J ޙ \n\rH\r\ZY<|Bź|ۺ=ĺx\ZQ\Z@M uQyg !b\"#$[&7\'Kd\'(y(m)g)͎)*X,-*.!.-.ͺ0\r0\Z1ܨ3O46ߺ4gݺ5$99Ϻ;=\n=\r>sA;AC~DEEGI(LMKNNvOO(OtPJ3P|Q?R:SKպT3KUNFU\nUWV\ZYI\nZ[fp]^_\Zb|cpdgmgrhhj{lwlߺmnºp:p.\Z~ENpN󟺓 jOٯG2\rݺYhw}>ѺL𾺥]eaиٷc檺亯aںܺ/1\Z⺾b-£ܺ;)d]8ȈZ_EˇVvM\\\0κ 捺PרمuܹHEu\Z.Κݻ鵻!M{&B\'F\')!W)7@)W-C-e/2ӻ/sǻ090R;12E[2A3O56^6`:\0;;=O>@&OBLBB[xC$DrHJûM̭M,RSV?XJYR]n`Z:b\0bӻebe]ff-frfmgAeg_h=)hxhiilƠmHo~oop=rYFrMr\"tGtdtfvѻw|R|~ĻN滀v6!٘b2HB-:.<{bXW1 ۦc<pBJ4z\r1\r5 uۻn cf#gM ﻱc7Yt]ǻ\"* 2,r (^׻!Loߘ0ݻkg8fջ̣JdEӭa@z8cքrDCO뻻Ox»୻Vxv}/3]AsY-릇㱻.-8\rﻑEmuCph>銼JXۼ Z խ\n˼ r<\r04|\Zuۼ\Zepaڼ!m!=j$z\n%7{\'L|\'lz(.) )Z+T,\'.P1>112y$22o4Ѽ6m޼79ʬ=PP=RѼ>;K>N>=?ݼ@kBn^E8FtF3G81HHJ+KUKǼP\\QVlZ[┼[\\U\\\\P_pa aecccżeiTkClJlkpȼq%߼t\\vߌw޼wAz-zzƀz{Q|TH|d2}^}y~>J7׼s꼀}%YhwѼ伉d\Zq@Qa弎s^*g ͼżIݼJμ|lBGÑAGԼ\\3ƭ޼ʱɼ7̏̔͹єҸ(]S}ӱR֭hm-좼وٝ6xH!tp0\r\nW4搽:ԼLP仼IrػVdp\0\r˽0?B8HBSĽ & 8.  ! l7.SyUȽbv_D OZ K \"2\"$F!%۽\'\'н\'ѽ(]()P+ -ڽ-|M.d./3/ܠ0dս273-޽35ٽ6B9:m;acP>>?½BAdD?FGJ\"AMXMM@OFPPJSaSjAT਽VX)ϽXX]]-\0_ּ`y`c]dNhj/j溽kVkmmcnmuoo.p^q^suXv๽vywC|#i|9O~`X6ȟ׭Έn+8lӽ>q޽Y{1E a齛; TԽi}ν&.NJ=P>락JNg4+置?ݨƽѽ3&LR~Z,߽ESݽF۽|ؽbb;Dȣ8Ƚ4_͹ɦψo>k޽Oxқ!ԧ\nE9jEͽm٥F_wsiκӽޅNٽ`ŲĽ+y&4(򷕽ؽTJսԽknýe۽\09վ\r( \"s\r2$eӑ`{$@ey<$ @t  yؾ\"(##$H*@*(,/e,m,,-E- /0]60:1A1_1/1z25D35677ھ8}2:;#%<<=ߪ?)@CBFɾHINN_OSlTfTT*Vi-WJ=WXXZ$Ͼ[`N`~a¾b;sc*]ccKeFeۑf˶jkekOo$ržrJsv&w7徃I@B%ƬM#y\r\Z¾þ9$Y\"ξ5Ծ홾\\n@侞n\"ɾL1G群k-L?t_\"bZ_ྫྷȪ( e$߾HľW侳վоᵾM2ھgc#}S\Z\"M;o߾þ<=˾|ƝUھQʼ/;V̀nvxUԿXX־签)۾\r:&}˾,g>E\\ž0о?v\0S]ӾFk\'16l\Zbepjv  { 䱿\r`%7lxQǿ6HAl2E A!\0\"z$l%a(ׄ)\r)6\'*},X-y.Pȿ45 5O89;9aO9ݿ/q>諿?s%?A$lBOCCDrGHGIJPKLMMN1P6QBRʦTƿU VWXWBYZ[[pٿ]&_` a@b(ۿderzk!r%rTNrÿssOw9||}c_dҿ9.|ÿ\rۿؿs&𺿕>&a 5鿤< 0\nf*\Zg(2bP_p뿷sy.ATY -Eѿ[zhh˜U~SzƿjϘɿWҫTxP+qۄMۺT ߢ˿}GE-8 p~h8y޿Mo}x\0E\ru\nk ~kӏ, \'`!#H$\'(*~+2B5f8f8m9:)::<;M\'>E> Dq\\D}oE7F?F?FHI`J(L\ZLSLynMN NOR*UIUKVWX^^ǭ`{g\n2h}h!hk)2h5uI`ߺwhrq,I\nN[Y;d.1\"y9MiK 9FvɁ˨hy%>JfmZT\"֓m\rؠ XCܴ:kތHV`iN7PRTcꣾ\nWRA NIBgST\0r*r|\'KKw  j~<{~ |:?89\Zb+\rci y \"#5$&8](_\Z(o\\( *+xT-dN-.l.y/ߒ125#5\Z67809:m:?\'B\n;BBmCGReGkGIgJ$AKK^MNFrNMNkQRgR˔SS\'U>|WiWu[K\\1]20^_Q_2` bAgdil \0l llnoLppek.4fc pgN(-S#U\\Oĝ6,iAN˳7̈P̣7eP>&ؠ9ٵr%\r ȚE>? Jz{$JR, k1 !M v p\r\r4qS̒T5kw\"3\"$#%:%&\'T\'*R*Y*a,\0L-.\\G/l4e5]5S5 7L%8:=AjDQ5FzH7nHxWI\0IiJK\r:LML MW6N`AN#PP6PsQ\nQv7S\rTU[V:)VrW|WgW\"Y^C^=_`?`idjpjjkala#mݚnnnoko[qWrvwxLy y{g}}p~g<ƒ„†+‡kˆQ‘F“••!•—H—˜y™k)™™@šr›D›zœl*mp=Ÿ2Ÿ Sf¡L£b££¤_h¤+¤ԥ§¨>¨P«`­®²t³\\?³¶#¸$)¸qB¹Em¹u`¹ºg¼½*½½hNŲFT-dzF[?dΥ\0ѴiEERQ1}ޕnuRwh(u\ZHl:_UFmu~\"?R5\0,.;^}99\n=! Q hY\n\n}\n  - p o\Zı\r\'|U1xn9\Zb@%DM]\"\0\"\"@F$i>$$&&\'(ew))+t,/1t3\\34558?8}89;>\r?\'!@m@A3BB]BC,EPF@GMHL׳MNOÇA%ÉÊbÊʹÌNsÌ`ÎRÎÐ@ÐÖ××Gf×ÙLÚÛpBÛÞ\rÞÞ\'.â.Fâ\Zãäåæüçççèoéîï%eðoRñõfõX÷,÷^ùXùxýJþyÿ\r(U3>IǓ=Bs\Znva]Ӂ֭(1riۃ9g@u`:N + 횂_ѽ4j\Zݧ<;I=\0N\0.9x , Tp lAmb\Zց\r\rn:C9F\"\0\"2J\"#,Z#fg&\\f(;.(**9+D,22S37V8<y<@?AUDAkB5BkzBBB FIItL^jLb.MO~OQpRT\nT\ZUcUpRW:X XY`a!Ab\'ge\ZeEeRffQikl8q v|wx\\xz!{ {c}Iu@Mŀ_ŁłłnņŊZ*Ŋ]Ōmō<ŏŐŒQŒŗLśŜ\'yŞtŞwšCšŢ{ţţţŤ2Ť6ũZeŭSŭűų ų`ųŶ ŶԯŸŸŹŻŻżQŽZŽŽkſ^ſſˑ)@?&\rĄn4ȁXжɉ8Ԏ[<1Tص\r9(ݥ+$7\Zz\Z>N-ΣӅ\rh\\ږ?=5 xhvTm Q ~\r3\\xug#oz  w! !GO$B&q\'(E)f@+-401G-34C55#9959Oi:;k<<<>?@A=jDQyDFKMNo.NPp\\RH1WYK\\[\"\\U]^`bcRcd6gpipmorsMt?vwxdUxxxtxyM{.{d|yEN\'ƀtƀHƂBƆGƇƊ>ƌrƌ޳Ə ƏƐRƑBƒf|ƒƓ9!ƓGƗhƘƘ)ƛ]ƜIaƞ?ƣ ƤM=ƦZƧݝƫƬlƭ`KƭƯƱƵBƷ,\ZƷƷƸmƺr#ƺƽ5ƾ ƾƾyhƾMfOĴľzǗx8JyFʧ$Zn=?}&HᑞLt\"e\0o\0^!Ӄ臥IWhW83 S ֌\0›Z fl: @ TB > 4 O 9\r,TØ\Z \Zz$.%jM%P&g\'m\')a*&2*+-/ .Y.09i1982X3:3r37k\n=@KA. A[B\rCnCCރE!Ej4EEQFqrsXsbuw+y yyfzz{P]|U $ǀDǀǁǃ6DŽnopp8q\"ttw;{jȀ\02ȂgȄ-ȆfCȈ̐Ȍ|Ȏ&tȏȐ1NȐRȐeȐ%ȐȕȖxȘȘȚmȚȝM@Ȟ\0`Ȟȟiȣ+ȣx|ȣ3ȣȦVȧgȨȩȪjȪeȭXȰȱ0ȴȴ5ȶȷ\'ȸ+Wȹ:ȽFȽnȿ`@@owV|Ƨ C~0ޣPQ\r)$ѩ?aŎoaԱ{Շ׾\r3K~5ueM\\|>4Z95H.7K듖I;;%= =gw\n0qT=xd?Q\r\Z?UެB\n_ev*j\ZZ0[ h!$&O)O)*,00\"3I425p56g:<͟=F>>9<>c?[t?p4@PA*CeDEMUFFGH:JnKHK(LLN%=NO;&OnPULWY]\\k\\z}aDpcxeŮfLi/iXjkn}3r?tuwx\'$xz\0zz#{?%}`ɀ\'ɀfɁɂ4Ƀ#ɃKɅnIɅ=Ɇ\\AɈɊ-?ɍ$ɏ\\ɏјɐtɒpɒ&ɓqɔɕjɖɖɖɗdYɚɚ`ɚɛ@ɛɜE|ɟrɟɡɢ̦ɣ&ɣMɤɤsqɥ}ɥɧ#ɪɭɭ΁ɯ\\ɯɲɳɳNɴɴsɴɹcɽɽdɿċň.Ō)NJLȞȺʫ#˶͍/(жnZl\Zѹյ5ުW؋c=<11/0`u\\ָWIqڊ:M}vvma2 #C N$USDZܝ=[ \Z\"*\\-!dr#R$؋&\'\'&(s(7,/-݄.`/01b12{3>33667OI79^5;<<>/BABDBE\0EGnG/H\"xHܵI|JK0KUKeLL5N=N@*P>QRӢT%#W_WZ\\];]RacdZe e(eAghl*m6nnooxpSppqIqtAtudMuvxxxy{}Wnʀ\'\\ʀ)ʂuʇʇʈ/ʋ̍ʌ@Wʍ_ʍʎ\Zʏ\'ʔ\n\Zʔ+ʕWDʖYʘ(Bʚfʛʜ/sʜʝ+ʞwRʞʞʟ@ʠ-ʡzʡ|ʤʧ\0ʧ ʩʩʪF@ʬ:ʭʮQʯʰ/ʰHʰn<ʰʰaʱ\"ʱʲPʵ\Z3ʵ3Cʷʸoʹ bʹʾʾʿo1h: ÇqǔPKʻE6EjZXB\Zixβݵm@9,8TSkS\07С\' Ҙ\r\\pӏK /ox\Z)\ZwS\'0i}B !/\"#s#&&)e2*Z+>+Q.R. .΋/g0Z20,5/8 .9:\\:;1uBlH\01 kPL  +\n9 N= *\r1/Uk k<r56 l&,\'ZJ()i+,G-i.8,2*8 9:p8;<$?\"@@)@ZFII\'6IQJ. JdN{NO9QRRoSSLTzVV\nWZaE\\,^^o`+`b&cke@Pfqqr9tێuu{v\'xh{-E{|#}\Z~9=́̂Ŷ̃̃̄ ̄ݦ̆S̆̆\'̇>̇j̉ẘ s̊ ̋̍8#̍>̐z̐F̒ ̒B̒̓ ̔e̔t̔̕5̕>̚R̛̝a_̝C̞T̞d̟2̟̠\\̡#̡@̣-̧Z̧̪ >̬̬Ү̬@̯*o̯_̳\r̴̴̶̸u̼ƒɆT˝[9}9ջٗvc;M^ܒ#85_≹斸w馭9\\rtg\04L|[r \0Jb p n }\nb ) L!(x+tWut9 M]\Z61>))ų#-%,)*O-%-:-P^0-1%5136668s~9l:;x)k*5w*:-\0.021{4z8(8<3=%?>BE E]FGF@IKWLLO1PuRsSeST=TUW!WXPXZC[k \\\r] _g`be\'e9\Ze7g\ngg4hi\ZiKjHjl llmJUm{mooмrsFs^s:vJ΁=΁΁΂΃A·<·\rΉΎΎ\ZFΐ:ΐ0Β]Γ\'ΔΘ!xΘΙΚ$Ξq΢Τ^Φ݊Χ}Ψ<Ψn\ZΩέήJή7ίίΰ.αSβεζBXζ}sθικ+Pκ͙Ź*AfQ,7[G˨D2ϕxЃklԡbؘٖMź.޾a9؄\Z? ~mo\Zs\0&XnxZl1\n2 W\ne #, lr%/\"k%{TG$@\Z=Wv)A  \" !##$E$b$]%r()&*g._1n1f4u4-5e5D}kFFĄGtHxQI\nIIJ[KLLN%GNGsPQSVSuW\nWQX}Y:![[^ydfDiH2jfk+moSxq~ss`u9x3myѓz-zvQzЮ|}}$ρZσ φ*ψeωϊ(ύUϏϒh;ϓEϓϔn$ϖϗ ϛBϛmϡ1ϢϦϩB6ϩϬ`Ϯ ϰϵ-ϵJ7϶϶P϶϶9ϼ9Ͼ)ϿiϿjRՃbF}w\0E\'ʘʜ\0 Z\"6n+\0AW@F\n \rIN/\"%o\'(]*;+3/033ĭ4\n4u5*6 7O78(9\\:q;J;<=\\?%B>5BDBE=EoHKINIKXKLLnLuN.NSQ=QKR{RrSuSU(Ut#VbjZxJ[H\\kc d\rdefg*hIi#iZ2i\"jk Sk̻lPlgn`n`qYtɄtuvwmxVryby)zU|(/~FЀ3ЀܛЁЃLЃ7Ѕ\0ІЇWZЇ|ЈpЉdЉЉ%Ћ}ЍЏJ`АГЕ@ЖИCЙPЛНBПСdУFУl$УeУУХ-ЦCYЦШ4Ъ4Э_ЮβЯgа б0вYгд4`еHжIжXж?и0йpлuлмBп п9пntIøýĝzGiv+ςb КSTP}!9b#^I6胺t&g P:u|3^1F\n;,?\0l$[j\\54qZ?k)K\n S\ro7X5.I9Cz$`fV !ԩ\"|\"$d%S&?&r,|2<2+3B33q5j7(8:$*:zT\"?@y?.@ D G*IGbIyJ%KkKvLLM$M8N>PR>UIVVXWXXÐZU\\\0]_)_3_` a\rabcf`g*EgVghwjgkoHo)q!qsovTwnx%{\0{o||~C~Ta~eф цmцш\0щы\Z1эbюёvёђє{єі!@ї~Aїxјњ њ ћќ1ќkMќIѝ]YѢ#ѣ\'ѣ_ѣѤ2ѥnѥ1Ѧ Ѧdѧ*Ѩ%ѪKEѭ#[ѭK>ѭѮvѯdѱFѲ6ѲDѲѲѴѵ}dѻ;ѾiѾѾ3&,\'sNŶsL]*ȏ7@͆́,W!\"C>խzH`C-/a Szqg3`F0oL3\n xY &H\0E\0\\=ss \r!e)\\8o(\"\"{!xL\"$$֖\'8);)q*,--.4q.t/(1?2T3u3889\':;;]C<$>k?҈B3BohB}DEEFG[J20JG!LENvP|nSdTIT0TnUVV\'VtVX3\\\\`bWAb˂ddsdf\0Hg\\hiBUjkRnooaptqqwxPzl||}4}Q,}V:}Ҁ}ҁҁ̷҂F҂҃҄$҅f҇p҈\r[҉,ҊQҍ9ҐҐ4kҒ(Җoҗ?җCҚV\nқ<қH-ҜLҜҝҞ.GҠҡң:Ҧ ҧҨGҪAtҫHҫqҮү#ү3ұ\ZҲҳ2ҸxҺ;OһoһһW¼/X^\Z8wQ̪Hj̭кVdkx׆A<HJ\"ܒMc=㰿|ݸr:`N0~O3h%Q#S]?d[\n+/ = b %\r6PV\0)]FR)fH]7 TYM  z13689;;<=rT=?@,AIWI L\rMMN5tORL\\TUViX\ZXWZYZ`?a3Xbkfgijqln p1#q4qOSq+s3sltus\0xhxnx{|P~Ӏ& ӂPӃ ӄӆ:ӆ Ӈ Ӈ̙ӇӈӈӉSӊӋ\reӍOӏӐӑ:ӑӔӖ7oӗ<ӝӟVӡ|Ӥӥ/;Ӧӧӧ6ӨG8ӨyөӪ[ӫ8ӫӭ+ӭ@Ӯ0Ӯ`ӰjӰӲ Ӷ?ӶwӹNӺ >ӺKGӺӼ]ӼyӿӿI?×c:VșNȾ\r\"ϾQ\"c գr?t#ˣ鬣:҂Av~FP8cn;8\0~o\ZJ7 =H(Z~j\Zy!_#-!\'+(+:+y+i./!23g_567n7*;;HJBKL`NqPP}QwQQS@U}WXOL^=^~_cbc f}5gwh>%hSjjjRlm&menY.ooؼrst[tuEu5w\n{W{{h|-|ԀdԂ5Ԃ~-ԂWԇG<ԈԉMԊLԋy\'ԑ4+ԒEԒuRԓnԔԗHԙԙԚԚԛE4ԛ[ԛgԛԝԝ&ԝ>ԞuIԟ^\\ԟrVԠԢoKԥFԦԩYԪ3\\ԫԬԭXԮԯeԱҤԳ7ԴȠԵԸ6ԹԹ+Թ]ԹԺcԺd0ԺԽ.)K(eĨEz.Q\\\\ɾOcLfy$ɓ|؋@>o\Z`ơ9~@MmHCe $\'@m@A\\(DBG\'%HHJlPLQR\'RT Y\'Y5[Z2\\\rw\\\n_ _̒`l`~5atbsqchdl;dqf\\g\0gahh=jWUmpmn`p$ p8%pLyq\"ssuouv0\"wxx)xM?|\n| }KՀՁ_ՁՃ#ՃYՃuՄ_Ն&Շ*ՇaՈ#ՊdVՌQՍ;ՒՔ_Ֆ\ZՖ͡՗23՗E՗#՘8K՘Rՙ\n՛՜:՜՝՞lM՟sաբj<գ\Zգyգզ]թBթ|ժ իլXլխOխծկ(կ-կ9կuհձRճյ@յsյ^նջDջտ /ThBĉZƍA.РFo\\٤DJ|ݥg*2\rv\Z)Fp\ZN\'?+?BwBCDEI\\IܽILMOMzMP(RIT2TV0VY[\\K\\^__g.h։jm\\p5{vwM{)|ME|t}?hրVրZւֆMֆƔև։֌֍A֐D֐l֑ X֑\'֑֒W֒vt֒Z֓&֓G֖֓ъ֛֛n<֢֜p֦֦Ĩ֧֧Ns֨֩$֩(֬RS֭T֯BuֱֱֵR7ֵֶֹ3\'ֺֻhֻT^a|ԜI:ge͎Wh12ծձطc%oP݇ōL:qlm :sLq\Z) Aj\nYKHVC3\0E&Hv( #![U\ZVD\Zo12 J@ b L\"\nJ\"$$$%y&A&\'u(*++\Z+Jg-ec-/G/c25 55I7,k;M;;6<>Cl@K@BVB\rCXgF^KϲKsKMnMhNOQPPQ[~R\rRRvSTTpUUUWWWGYZ[b[[b\\A_`bagde/QeffGhViiAjIjl m\'n0.q8grMrhVrs/u\'wyb yhz`z z{{} ׀p׀Gׁׁ~ׂ׃͏ׄVׄ׆F׆׈\0 ׈\'׈{׉\"X׋Q׋׌ ׏א\Z,אKד4דוnזזPLחtטRי7לם>מk=נM\rנ1פ ץG%רש@ת2ת׬N\\׬W׭K ׮׮ׯׯ@ױv7ײ׳&״>׵;0׷J(׷fc׷t7׷׹׺׺׽y׿IN{con M3JuΎ|ѕP:@ղf֯ح%كِ]ܵBS\nހ\Z̓6VXsor{1 .dA~w}XuAbbtm \nH\ne 5xjlF^735M\Zܠ[e  \"R\Z\"7#G$%4R%E%\'B}(g)**+K,.)C/}0Gv0U2#X4W5W:677Q8\0999v;M];zU>K?/?ACC4eC}EEFnFKK$Q`QUX8ZtZZZZ+]^N^_c!cdeUh$h2mjoo,o>q.qzt#t|u׬uvvy}sDoh؄)؄˔؅Z؅؊#N؊؋\'؋A؎؏#ؐmtؔLؖ sؚE\rؚ؟lءrأئ^ا8NبCIب3بaة!uةت9تx دNدز[طBطvظع*غػ6ػV<ػؽaؾ4iD@Ø Ņk\n~i.1u]C~ԏdwK<\'ߡWR5.ca [ BCcջj\0ըN\rkG \r;W*@ f- i %Q&((?)K^,.@/>2415 67IF89;,A;3 A?@AAeD6:DE=ErFG]PGaI\'KGKL MFNqN&P[QR`RRbSpT~WiWXYZ*Zpg[r[^vN^c\nc`ddYf_k%lPlIpBrWrsFxϋxvyq{d{6|)gKقTBل~مYننeنووًtٌ6َُ`ُِ0@ّBٔ\n=ٔMٔLٖٖٗ٘:ٜٛtٝ٠u٠١^M٢g٣٥G\"٦٩gl٫#]٬n٬j٬٭zٯxٰ*ٱݸٲٳ9ٵX{ٶv{ٷٸٹdfټټ[پHپٿ IٿnٿUw`ƾ&h]\Zԋ|gqܴ=|ׄhNF얌O}3[\\lθ?@l\0\0P׵@ A\r i+ek[D7Ѳ\Z\0+tqn >&wa\'(%()*#/c0133V}58<9A:o:w;p >c)?uAPcBQBEEtEFyG\0GJLiLLNOPWRS\\VaY1Z$J]C]W]ˊ`\'`kaacqwcndIegXhhiiikklcl~m$rrrGw?y ryỹ{p{ځkځzڃw\\ڃxڃڄhڅ*PڈqqڈډڋTڋޮڌL^ڏl~ڒt ړ6ڕDڕZ.ږg_ږ<ڗ7iڛڞ#ڟpڠKڣ\rڣ_ڥڦaڧTdکګڭCڭgڮگگڰjڱ{ڱ0ڱkڲKڷڸڹqڹ0ڹ6ں]ڽڿ7~-9fsþMɤVʇ6̛خк\'ӂ\0 ԩ׭fҨ[fY5Ïde޻8ϔy5 sv\n~LSaITjH#w#3VeE\0ooO ,  @\n I\r\"\rb~:6 7v ~)M_}zh\Z ]\"݇#$$%&<\n\'f01\\1~5V8v9A\ZA&JA1 AABeqCCEVE4E^JEvF/FHL3N]PhPOQ3QTRVVgZ%Z`fa \rbYcfoi j\ZjkkanZohpqAPr),u\Zxya{d|{}7$~[ہNۂ\0xۄzۅۇCۉیۍۏ7ې3ۑۑۑےJےhFےxۓ8ۖ]ۘۙ6ۙvۚs-۝b۠b۠-jۢfۢVۢpۢ|ۤۥ[ۦۧZۨJ۬:ۭ!ۮTۮۯGt۰۱$۱fF۳۴۵)۶۸۹zgۺۻ<۽ pkpaM-RI0yIHuҧhӥԼs{8V \'ڛ۷UJĘ޷3{rH]ꢂʑQ$/KQd0hy\0 >\"c.0p\\ z\nPp\r7\rG:a3)s\"ށ\Z`[\ZT\" q4\"E+8.h/_15f2!2f94%48+:..:<>\\>? ?ABCCD)E7YEF[:HvIK EKLQNNdNPRHRS.VPWWW!XnY]^ff`\'b0eDe*eofXgjGmm\'*mnomoŻtu.Juvo)vvw+}~܀/܀Z܂Z܄o܅?܅܈F܈;܌u:܌܌܎܏pܐFܑܑܒ_ܓ_tܔm~ܛ׸ܜ~ܜ$ܝ ܝܠܠܡ\'ܢO ܢܢEܤTܤ\nܤܥܧ=ܩ\"ܰ\0ܱܲeܴܲ{ܵ\n/ܵ\"ܵ\\ܶuܷܸ\0{ܸܹ:Oܺ]ܺܺEܻ:ܻdܼĖܽů v%:jÀK5އ\ZnMg˶6[ҿh?ԉ\0Hf|VٜsٟMr{ݸ92$3_fZf{X(i?]!h[\noK\'@@gN\0i\nF\r$)\"\"B!r\Z&\Zm҇4 [!#`#r$/<%*&3&\'T\'tx(;)!)^l,1X3S7&:#:$;Q;<*===W>F?\0|@&fA8BtEŰG/dHhIMMNNP<PySHSTUUV}WXZ]\\C\\kP]`dҨg;hHkPmPYoq8bqruvwyx54{{B|&?}~&~@~4~(݀R݂f݅ r݅4݆{݆n݆/݆]݈ސ݉݊Z݌ݍݎB%ݎNݎƁݐ\'ݐݓ]ݓݔݕdݖݘݙkݙݚnݛݛ&ݜݞݞ}ݞ@ݠ#ݡtݢlݣqݨݬbݬݮ{ݱIݱ2ݳ2ݳݷFݺqݼݾRݿ>Ie03+LDw\Z#Nr.ʛ[̾\r H\\w%,:҄YPՋ$0|%N-+Z7d?x2%묺̫1_\'bYLa\0`a<D} \n0\n0 / j 5\0\\gKv)(##%|&w\');\\)o)҄+x;-/0E223+}3s404|57|:<=@AZ(FyG6H<I\0JJeK.KrLqL0OOO)P RSpSTTTɜWFX5fXjYGY܍ZW]T^`a> efgi[iknmho\'oHp܈syYsAz{zyz8{7||M~):~ހ-ނ8ޅ)އމyMފފދތ\"ގ6<ގ+ޏ%iޑnޑpޕޘޜQ=ޞ#ޞޞޡFyޣDޤYGަ3ާ\Zު!ުh ުƮޫޫޫެ!Iެޭ}!ޭޯ|eް^ް)ް[ޱo޳/޴S޷޷ź޸Rp޸b޹XC޹޻O޻޽O޾޿G޿^l޿kL޿v\Zʛ){eɚTR\0h[U:a6]9Rd2ҲaDmf>ڧT1,Cbm\Zlf ƶ3:0s9}l-13w\Z3:XY\"8\0G\n/ \Z I\rejU{0 X]zJnA\Z(Mj#j$&[&&T(|)*.S1<4B5%5[17U>Wq??\rڀIڝڶ\Z2sp2^݋{g\ZI\nUm4ttD%\r76.%\ZorB/@ i\r+4:S‰)}\n . I\\ \0=!@!Z!!\"MP\"$%Z %:&J &}&\'t.\'(A)*0++012G368&|81/99@99<|=#A7DGR-HZsMPPNQHrQR~VWkXYӫZ]G\'_\n_5U`P`ab~dde>ehkiqj+\"pMqnscwwCybyWz2|Vg}/~7_\"(o\ZuMW0*j |!361}t{$Kťz:টশ\0৻\\q2ತ^c ೠOຶU+G*BNC@3ʠҖw-=֢0V~`Hoܠ5m#\0:} tt%fyDM\03\'- b \r\\U ~e@[\Z?*!\"% %E%i%& b\'*(\\)**ܶ+;-\\.)O/#0K001334̦7b:\r;D<==J?n??@AkCzDHFDGJ4L.P0SR=E`ᔣіMᙿmAx@ B-ɭ Bc{ ᴣC᷌.teOc}6^dBoڀ??b|Й-і$݆ҐM4ى ٱԖZ{$/(^aBbR|5#j4\\ *F kzQ[b}p@&V5\0<2\')Ղ-\nr1HG&\0f&G8۫!\"5#\'d#F$-+$%o\'\'«+z-j.D.V.c/j//:/Ң1e122A6`7%78d<\Z>?@BBXC!DUE?EFlGiHHmINIyJXJ:ZKYKsKsMPG9U W[1-[A/\\\\o]`+aibceCetfgh:hjLl_n$pr{t}\"u v16wŢx⑗5=}Ⓜ▿ L+4☇K♜M_z`⣠*z$W|⨶4y}|_ RR4@JBE0BBoB CdD+DFCsGGJHJ۩Kr=KK3RXYbY[ [x]^!w^8_!aHb0b)YczZd+eG#eةgΏhijNkpklmIp)74]hx\\mP0!8hӽ\Z@sՎի-ץJ\\yo@0 (=y=NpAa[Nu)VO]ک7{rHou7R1}Y`s l U ʊT\"NN\'G!\"\"Ϗ%, \'> +G,a-/23y4G4Q7Ӊ8\nT8|::*<=>E?S?ɻ?9@&cqҏFj*#F ܣ4ݖ߬GvoA?vA8ACtDODEENEFHH(cH:J0L4YM2MmSPRhRSbUUWsYMuYZu\\<_+ccjdf1qfjhixiijlkwn=opqOor}%s%s.t{\rtvw!pw@ywx\n xzFzP{{AJWLqM3}rK{獣u:4 =mX-*癥k%Z砂砃!碹bG磐4Q+\\N7竣笉 ;,5ep羥~翈W翉+h3ȞiD$>TXDҪ<Oh_LפM᰼zE4E2.uQ+M4jlbU\r\07Ϥm ə Kd w |uhOVm$7kS$\Z3=,{ H!8\"I_\"y\'(S)*C-&o.|./\'0d09033{678d8.8E89:\\:\0;g;;)<_>c?XAeCzDfEdG(GIlKtO&O<-PKPtQ/QORV8VDW^-X\0^_w|__abcdiFehSi5sjlkeksrlql˒n5q,r rtwuvUvvvw|+>|}}h~q}\'y,胅(胉.P; ) \rPq9M(&t-螧J,G %{親,8D該&,ԭQb赐ZĐJI辻pp\'V o_:Prִ״2^2=k ܷcIlbޛ2).bkQh;D oIu`r̮횏 LZ_0[j_5Ge\0E/ov,@ q\nXN CP>AuC\Zdb|  !a2!!\"x)A*O*QW+F++i+9.L2 \n3L668U6P6r\r6Q7}878:OH;N;<-@@۴AΘB0BC?lCEyGG}GI4JLלM)NSO)P\0QRR/JTUV8X_YTYZa;aAb@SbqbcdBh2:ijSkpqzqr~s\'Xu[Lwy:yKy#|~Vz逵u\0 醺釮\"|銕E/|AEc1>鏻oj$\0 dk ^靝\rQ鞒%鞭ؙpwbpSP]j5騘GRWm.SFR鰅׉=^!鵝/bDc7\r~W鸛Ɏ麚\Z 7?齉le>N\\ͺGFyDwԿY`;ە%ma@SUff=hƿ\0?\'Ru!@_8{\09m]h6*1Q \' \r<Q> ;*>\Zx !# #&S&([))++-y-e-D.t/3334mC5k 556F9:;U;=>A?@\"A/CE\0HŇIxJVaLLݍM5O*OPQTX~ZUJ\\ \\,\\9\\\\]t]|`.`Y`ޓcBdbeeiewglgitk1kKlmZquwTMx%}x}}}\\=wYG;ꅇpEa-Bꍧ :ꏂꏆN\rꑽSꔓcT6OCKꘘ|dꝀkE┿sq&N\\HvОR\Z5[[\'$kl[\0Im}B XH}/cW*{H&sMMF [ H$,L\'(q*k,nW-- e22233!45>?L@5@іEKFhF,GlHHW$LaMD\'OPrPTtU@`VREV}QVWpY@\\]__`$bbc g%gqgGisj;jkk%n`ovpqMrqrOskt\\uCw2?w{{|}}X~SbsD,.Ή녓z>}_댤5덵#]8n뒘c\r$T,뗇BW*w$\'랖렅&?W`sp뤗jF몒q묰\0믏6뱋a^\Ze뺲4?뾪–a2ãW8X$jrQXˍVuͰ͢H_ϯ|,E0ҵӎ&g}֯DHKfޫPEfsi\"uKG-z^>?O  +@v,AK\0JQS\\ S0 \n;n I7p~N{%(Ko 8 j!H!{$\')\'(b\0)*ǡ+Iy-Gc.|/e0/h09\Z2*24\\4o5[5fo9s::!:Z:\':+;3>&>C[CDVE=FGqHKLkPQ`TUwUUzV>WcWBYѹZ6[\\^;^PN^__+_j`1aCaLb/eKghohkl!mlor4svwVwגxyx{\'}X}p!쁭Q\">[샮D:Iɠ0;0A12\r2*2P34={4t7B8&88=9;f <;>_>3?\'d@stAɱGۛHHnI.KIKu;LTLM\'*MZN\rO}TPRCSTT-UVgY-\\]WG]]8^ _K``pdEf\\fgEg(ghӎklǫoq?rxss&s*sDunwz{ylzMq|}Uy}{~-큇dNidh G텄4U%v틟Jgk[K]e*Su F,O\n휆%흘2pf:5D^b0SE<Z/S]Mz?.elƷkh<Ģľ-EpƨSBjMʆ)˧,KV\n6ԥYըRB4\\eݟWG@+3\'\rWLbQ,t;R Ya\'K&\n|\n\"\nI  \Z D\rBx ;2*pPڌ 62 !<!!%&\'\')\0()*;)9)΋***b-}/t /-/47%^7{|;?[?*@AbQA֯DY\'I0KjN?NJNOGPR4STYUV\'iW:qY6Z-Z.Zj[\\i-\\^OL^P^)_`rbde e^fAgoiil(mnNoOoIqctu:uWTuEuvyX|݃}}ő~.~J\0NA= MZDUTV{>MS:(2NS-^e\\OG0Ep!^2׫?) -(7_b\'6\\K\n7΄gJ>\rҊSҬIh8ӎ=5\"x\0&pٙHԙej@PfLR\0\n q&/;0]l\0YY`\'(oYQAOz!  ry Kjtruv݅w\Zh7s K !!\"xj#p%\'\'(w((t()*_+R,/,5.%/}/0 2g]34gG5z6i8$}8p 9t999+::;BBC+NDE9GKKMA)McFOP-8WP\0Y0Z][ʛ[^S`c[cuhhiijCl7^m/unYn`\"nn*oq smtvGw{xzEDz{v{~pj ^n.)<t>݂?2#:G|C46KY}6JIº!RO覆Y\"+Tﮈ6)\n_I﵇N;ah hD\z-`Z+ĎySŴƯm$hf_ _}\0irф\\gP;ڇ#ܿW瑸L鍓m4~0bV#ml\r_ZzG\00\0\0K =̂ * -\n \\! 2F\r:[%R:(^A+ =!#$&$G$ї$%&P\'{)N+#,\0.ˈ//00U2F29};^`;\'(Ej)C\\)m)*@+u+p,../0 0Q032,6>7J8 T8s4829?? ?3@5C@rAlB:BQBFWFGH׳IBIJNNPQT=dTlU UUVV1VVXQZm\\$]`;`$!cele7f9~hNhwinr\"s%^st:tS4u8Puqv>wxyDFy_|9!_n v9Kd24{0=+\"k4%Slv$Bipi3f=K%񯺒VlMW``\00TW[{\'Ĺ\r{O:αLbt^x\'&~ו+;d;S*6^C%\Zٿ !4uz\"VI`}.ǭӏ8>QhULiL \\Y d\rGOf#@ @7@KB#B7>BCnCF+FG%IIJjJwJLjRTVX}XqY2z[?\\t]?bjRc8VcگdAd@d޻fLf;h\"uhFi?{iW\"pq`qq~u^uv;w\'ynz|G}D~\Z \ndd2Ie0D,|+m\r$`u\\ b(&w:cS3\\ I Ύ \r4\0.򺺱-l2e@XvXǞ$\n9>y.A`vC=1=Feԃl2l:aFU$O0陕9KUo:yNEi\\\"P,Fc\'fdm o ES.H6Ej- \'](*,,=-Z0E1^j1~?11Q5m67G939 :Z;=?i?K?A?~?]@S!ABFG]HH3HJJLlN\ZXOlhOPS#STmKU\Z,VWlY6YHYZN]___`a-a`b!d!eSe{e=fVf[fojorop/q8{rwz߀|6}ha?s[Xk0X;$󈨮KeW\"Uu$q=w󖾏@EOޕ>=ޢ)wG+\r@щ@}1B8TUDJ󸺢&9k&+8E7cSϼJ͚~K2kp)̗RjWlژV1eݰ\"䓰螝.-:2C{BL[u\\đ) ww8 *j:l2 \rk91\Z+m\Zj4P3C1#O++,8,t-.Fj/R/2 38356:C;\n vϴNh>?\'{^TF3yoM*gEqI\\,I@ S -Y^#bdʷBO2o/\"%ekm܆cOGd൙-Ky~F_,E7D{Q\0_%\rk  KPB9@RS}a5\\ !t\" !T\"{%)$,.qu/]12<2\'3c63p|3Y689;<?\nAA: AOB\0D3.EkG{I=8O4PKQRxRǗS)SWtWXwXZ^abNc3d^df@gikmmn~pOs[uwxB5xezV~g~C%N}9)OVN\ZknE=~[8?vzt\n>FZ7\0txll<#ČPZҼ,ե./۝D?i$}=0Qmx$c`]3 m-0-yA?/we%j׽0Gm+}k!s$+&\'x\'])*\r,1K1y3\'5368@:);k=?ASA`CG~I5J;M$8NZO\nP NQRTdVUJV-X\\R_p`K7`ab\nb:e^9g8gr jkfVllBmBGmnSnMn(prhrsotuiGuwxxIyQz\'[{|\Zrm/M-#\n..ukr0U wI\n~7|^%x\0nbibbeieqhoimnԚopdr\\vBkvxgxy\r{{~[\rB:awym a#bg?Jފxn@vBRu0Cq;][aSG­ Î^5תȴG#ʿJg͑5\rTڙ M!ݱށgZh௒y⅌]\n[\\, &v~\n \"7~v(U03t]!x*x({,I~\' \n \nb \Z d7GzGB>\Z\ZqN !\"Δ#\n$ߔ%+i%&&{&(>)x*}-;\'..Ȟ/&0p1E1.56n63t77897(9:C;b@C CEEFIIZJɂK\'KOSVy YL[n׳\rew;A}o^-1FŞ5\0^k4v\Z<!)T . _ { $YNE,qdu\Z>\Z3 u!\"\" \";;\"a&8&vC( ((e)Lw*TV*+-=.7R/e/#2N2O+4CQ4Qi45v9j;0;AበP2\' V1fo3Eg7_Me+е!uS;r \n \r ~\rG\rg3w/F\Z4\Z I…@Q`D !#!q#=#% S%%&%&() *-b--(1!&9Θ:h;9f>6>IA>EH\'H?HeJJKTK&KMMY>AsrBBBDEEUFqFF#H(HMvJKMbNƓO*R_Wnd`?uW`Mu @!Ul\rU\Z/-*p|`GJ6s\0k9Mvj68ݮeî÷q_^Wq~3NǐȔUwҡvnր2޷/qڦ~{f\\޾=&8ꑭwb-Ys tsG5>_ZN0 ?>\n b\r +&S/\Zi\ZS\Z$4Y \"r\"z#I7#&O*]**Q.3134;4ƣ6\Z6T;778/99z:D=f>>hC`ACDF]EvE7F9*IKLuOXOJPQQQS9TeUUCVXwXY]]^bOadcCdOeUfxgg\rkHl\Zmm8ngoq\ZqjrG3w{s/9|n,2mhp.3j1&HJl=^\\5ST KAl\n\"plЙ;]%jRe@c܅|*Mn_5\0Dr}V[ DS ʠ,+f |DDk\rKL֓\0N[)_ގSRvN;6韂꼌PX\\O b^ GJ,\0wE2b0. #\rqM\'>Q R>]Im R!1!]\"H7\"1#C&+&\n\'ad\'\'\'(*k(:+.N/AY03 1?202`J3m55;c56]=7 8V=X>@AuBbFG\rION0fNmBR.SHVXZkZ\\r_G`I1aRbgbcR:dxe*fkg.hiFi}ijf\Zjknl6>m+n!rs=TvvZ|H|xF)R]~xA~-VhJ=³]3t2r]^^l#WtjA?%C#\\\"\r2sӐi\"ljÓw~ɽ́$7bnK0<ۺ\'=\0eZF\0: 5c{䶕,*kyzW#MF9.g@ I{!\r_dOѳ+Z1sqfvC  f ̸!\"3#$,%%~&&&))*E-,ȉ,/724Z68D;{>EG)G\ZKKKKKoM8N8QAR(S`SUU?WD\rXAX[c[۬a(aua]gΦilmj$yklΑmGFp@,qy7yz{s|fpGf3` e\"GE|i\0\nPt\\hv.q;\r\'b_xBONH[b‹Œc22I7Ȭ |[\0vιG=,OӆEpje{CsȬ\ZEz\";}','no'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('maxScanHits','DISABLED','yes'),('maxScanHits_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:3:{i:0;i:1633102200;i:1;i:1633361400;i:2;i:1633620600;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('originalScheduledScanStart','1633102200','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_noAnonMemberComments','1','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_dns','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_heartbleed','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_public','0','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scan_exclude','wp-content/themes/Divi/includes/builder/frontend-builder/bundle.js\nwp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-metabox.php\nwp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/charmap/plugin.min.js\nwp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/security.php\nwp-content/plugins/wordpress-seo/vendor/composer/ClassLoader52.php\nwp-content/plugins/wordpress-seo/admin/class-yoast-columns.php\nwp-content/plugins/divi-builder/includes/builder/main-modules.php\nwp-content/plugins/bloom/bloom.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-vacation.php\nwp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_premium.min.js\nwp-content/themes/Divi/includes/builder/module/Code.php\nwp-content/plugins/divi-builder/includes/builder/scripts/frontend-builder-scripts.js\nwp-content/themes/Divi/page.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/codemirror/codemirror.js\nwp-content/wflogs/config.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendor.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-email-order-items.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-cpt-unlimited.php\nwp-content/plugins/google-analytics-for-wordpress/assets/lib/google/src/Google/Client.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php\nwp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-admin-premium.php\nwp-content/themes/Divi/includes/builder/frontend-builder/bundle.modals.38d8733d.js\nwp-content/plugins/wp-smushit/_src/fonts/wpmudev-plugin-icons.svg\nwp-content/plugins/wordpress-seo/src/watchers/primary-term-watcher.php\nwp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php\nwp-admin/js/theme.min.js\nwp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-commissions-earnings-by-vendor-table.php\nwp-content/plugins/bloom/dashboard/dashboard.php\nwp-content/plugins/monarch/core/components/VersionRollback.php\nwp-content/themes/Divi/includes/builder/scripts/builder.js\nwp-content/plugins/updraftplus/includes/jquery-ui.custom.css\nwp-admin/includes/class-core-upgrader.php\nwp-content/plugins/monarch/core/components/api/email/_MailPoet3.php\nwp-admin/css/nav-menus.css','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('scheduledScansEnabled','1','yes'),('showAdminBarMenu','1','yes'),('signatureUpdateTime','1530552390','yes'),('spamvertizeCheck','0','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1633105794','yes'),('total503s','8635','yes'),('totalAlertsSent','190','yes'),('totalCommentsFiltered','23','yes'),('totalIPsBlocked','8454','yes'),('totalIPsLocked','67','yes'),('totalLoginHits','26434','yes'),('totalLogins','190','yes'),('totalScansRun','2199','yes'),('tourClosed','1','yes'),('vulnerabilities_plugin','a:34:{i:0;a:5:{s:4:\"slug\";s:24:\"child-theme-configurator\";s:9:\"toVersion\";s:5:\"2.5.8\";s:11:\"fromVersion\";s:5:\"2.5.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:16:\"easy-coming-soon\";s:9:\"toVersion\";s:3:\"2.3\";s:11:\"fromVersion\";s:3:\"2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:9:\"toVersion\";s:5:\"8.1.0\";s:11:\"fromVersion\";s:6:\"7.10.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:11:\"hello-dolly\";s:9:\"toVersion\";s:5:\"1.7.2\";s:11:\"fromVersion\";s:3:\"1.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:5:{s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:9:\"toVersion\";s:5:\"1.6.0\";s:11:\"fromVersion\";s:5:\"1.4.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:5:{s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:9:\"toVersion\";s:5:\"4.8.6\";s:11:\"fromVersion\";s:5:\"4.7.4\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/9bd6daba-6b58-4b69-b137-f064701f636c\";}i:6;a:5:{s:4:\"slug\";s:12:\"pdf-embedder\";s:9:\"toVersion\";s:5:\"4.6.2\";s:11:\"fromVersion\";s:3:\"4.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:5:{s:4:\"slug\";s:25:\"facebook-conversion-pixel\";s:9:\"toVersion\";s:5:\"2.5.7\";s:11:\"fromVersion\";s:5:\"2.4.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:5:{s:4:\"slug\";s:14:\"instagram-feed\";s:9:\"toVersion\";s:7:\"2.9.3.1\";s:11:\"fromVersion\";s:5:\"2.1.5\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:5:{s:4:\"slug\";s:11:\"updraftplus\";s:9:\"toVersion\";s:7:\"1.16.61\";s:11:\"fromVersion\";s:7:\"1.16.21\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:5:{s:4:\"slug\";s:14:\"w3-total-cache\";s:9:\"toVersion\";s:5:\"2.1.8\";s:11:\"fromVersion\";s:7:\"0.9.5.4\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/05988ebb-7378-4a3a-9d2d-30f8f58fe9ef\";}i:11;a:5:{s:4:\"slug\";s:24:\"wonderplugin-slider-lite\";s:9:\"toVersion\";s:4:\"12.8\";s:11:\"fromVersion\";s:3:\"6.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:12;a:5:{s:4:\"slug\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:9:\"toVersion\";s:5:\"2.1.3\";s:11:\"fromVersion\";s:5:\"1.4.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:13;a:5:{s:4:\"slug\";s:9:\"wordfence\";s:9:\"toVersion\";s:5:\"7.5.5\";s:11:\"fromVersion\";s:6:\"6.3.18\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/007d0d95-be0c-4f08-bb9b-2f7ff9953fda\";}i:14;a:5:{s:4:\"slug\";s:16:\"wp-carousel-free\";s:9:\"toVersion\";s:5:\"2.3.1\";s:11:\"fromVersion\";s:5:\"1.4.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:15;a:5:{s:4:\"slug\";s:18:\"wordpress-importer\";s:9:\"toVersion\";s:3:\"0.7\";s:11:\"fromVersion\";s:5:\"0.6.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:16;a:5:{s:4:\"slug\";s:5:\"bloom\";s:9:\"toVersion\";s:6:\"1.3.12\";s:11:\"fromVersion\";s:6:\"1.3.10\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:17;a:5:{s:4:\"slug\";s:22:\"elegant-themes-support\";s:9:\"toVersion\";s:3:\"1.5\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:18;a:5:{s:4:\"slug\";s:7:\"monarch\";s:9:\"toVersion\";s:6:\"1.4.14\";s:11:\"fromVersion\";s:6:\"1.4.12\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:19;a:5:{s:4:\"slug\";s:44:\"yith-woocommerce-membership-premium/init.php\";s:9:\"toVersion\";s:5:\"1.5.1\";s:11:\"fromVersion\";s:5:\"1.3.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:20;a:5:{s:4:\"slug\";s:46:\"yith-woocommerce-multi-vendor-premium/init.php\";s:9:\"toVersion\";s:5:\"3.8.0\";s:11:\"fromVersion\";s:5:\"2.1.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:21;a:4:{s:4:\"slug\";s:7:\"akismet\";s:11:\"fromVersion\";s:5:\"4.0.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:22;a:4:{s:4:\"slug\";s:14:\"contact-form-7\";s:11:\"fromVersion\";s:5:\"5.0.5\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/7391118e-eef5-4ff8-a8ea-f6b65f442c63\";}i:23;a:4:{s:4:\"slug\";s:20:\"limit-login-attempts\";s:11:\"fromVersion\";s:5:\"1.7.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:24;a:4:{s:4:\"slug\";s:10:\"wp-smushit\";s:11:\"fromVersion\";s:5:\"3.4.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:25;a:4:{s:4:\"slug\";s:11:\"woocommerce\";s:11:\"fromVersion\";s:5:\"3.1.2\";s:10:\"vulnerable\";b:1;s:4:\"link\";s:73:\"https://wpvulndb.com/vulnerabilities/1212fec8-1fde-41e5-af70-abdd7ffe5379\";}i:26;a:4:{s:4:\"slug\";s:26:\"woocommerce-gateway-stripe\";s:11:\"fromVersion\";s:5:\"3.2.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:27;a:4:{s:4:\"slug\";s:13:\"wordpress-seo\";s:11:\"fromVersion\";s:5:\"9.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:28;a:4:{s:4:\"slug\";s:6:\"wpclef\";s:11:\"fromVersion\";s:5:\"2.6.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:29;a:4:{s:4:\"slug\";s:14:\"elegantbuilder\";s:11:\"fromVersion\";s:3:\"2.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:30;a:4:{s:4:\"slug\";s:13:\"et-shortcodes\";s:11:\"fromVersion\";s:5:\"1.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:31;a:4:{s:4:\"slug\";s:8:\"handheld\";s:11:\"fromVersion\";s:5:\"1.3.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:32;a:4:{s:4:\"slug\";s:21:\"wonderplugin-carousel\";s:11:\"fromVersion\";s:4:\"11.6\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:33;a:4:{s:4:\"slug\";s:41:\"yith-woocommerce-multi-vendor-premium-old\";s:11:\"fromVersion\";s:5:\"2.0.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:4:{i:0;a:4:{s:4:\"slug\";s:13:\"twentyfifteen\";s:9:\"toVersion\";s:3:\"3.0\";s:11:\"fromVersion\";s:3:\"1.8\";s:10:\"vulnerable\";b:0;}i:1;a:4:{s:4:\"slug\";s:15:\"twentyseventeen\";s:9:\"toVersion\";s:3:\"2.8\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}i:2;a:4:{s:4:\"slug\";s:13:\"twentysixteen\";s:9:\"toVersion\";s:3:\"2.5\";s:11:\"fromVersion\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}i:3;a:4:{s:4:\"slug\";s:4:\"Divi\";s:9:\"toVersion\";s:5:\"4.3.1\";s:11:\"fromVersion\";s:3:\"3.2\";s:10:\"vulnerable\";b:1;}}','yes'),('vulnRegex','/(?:wordfence_test_vuln_match|\\/timthumb\\.php|\\/thumb\\.php|\\/thumbs\\.php|\\/thumbnail\\.php|\\/thumbnails\\.php|\\/thumnails\\.php|\\/cropper\\.php|\\/picsize\\.php|\\/resizer\\.php|connectors\\/uploadtest\\.html|connectors\\/test\\.html|mingleforumaction|uploadify\\.php|allwebmenus-wordpress-menu-plugin|wp-cycle-playlist|count-per-day|wp-autoyoutube|pay-with-tweet|comment-rating\\/ck-processkarma\\.php)/i','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('welcomeClosed','1','yes'),('wfKillRequested','0','no'),('wfPeakMemory','71041024','no'),('wfScanStartVersion','4.8.1','yes'),('wfsd_engine','','no'),('wfStatusStartMsgs','a:18:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";}','yes'),('wf_dnsA','raisingclevergirls.com.au points to 203.170.84.161','yes'),('wf_dnsCNAME','www.raisingclevergirls.com.au points to raisingclevergirls.com.au','yes'),('wf_dnsLogged','1','yes'),('wf_dnsMX','','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:14:{s:12:\"totalPlugins\";i:33;s:10:\"lastUpdate\";i:1633106312;s:11:\"totalThemes\";i:5;s:9:\"totalData\";s:8:\"145.2 MB\";s:10:\"totalFiles\";i:9046;s:9:\"totalDirs\";i:1725;s:10:\"totalUsers\";i:3;s:10:\"totalPages\";s:2:\"18\";s:10:\"totalPosts\";s:1:\"6\";s:13:\"totalComments\";s:2:\"11\";s:15:\"totalCategories\";s:1:\"4\";s:11:\"totalTables\";i:66;s:9:\"totalRows\";i:67887;s:8:\"scanTime\";d:1633106312.904077053070068359375;}','yes'),('whitelisted','','yes'),('wp_home_url','http://www.raisingclevergirls.com.au','yes'),('wp_site_url','http://www.raisingclevergirls.com.au','yes'); /*!40000 ALTER TABLE `wp_wfConfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfCrawlers` -- DROP TABLE IF EXISTS `wp_wfCrawlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfCrawlers` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `patternSig` binary(16) NOT NULL, `status` char(8) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, `PTR` varchar(255) DEFAULT '', PRIMARY KEY (`IP`,`patternSig`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfCrawlers` -- LOCK TABLES `wp_wfCrawlers` WRITE; /*!40000 ALTER TABLE `wp_wfCrawlers` DISABLE KEYS */; INSERT INTO `wp_wfCrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0BA','>b0oQ1','verified',1632762634,'crawl-66-249-65-24.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BA\Z','>b0oQ1','verified',1632762630,'crawl-66-249-65-26.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BA','>b0oQ1','verified',1632764120,'crawl-66-249-65-28.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BE','>b0oQ1','verified',1632943642,'crawl-66-249-69-213.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BE','>b0oQ1','verified',1632953475,'crawl-66-249-69-214.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BE','>b0oQ1','verified',1632952911,'crawl-66-249-69-215.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BE','>b0oQ1','verified',1632897630,'crawl-66-249-69-247.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BE','>b0oQ1','verified',1632826992,'crawl-66-249-69-249.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJM','>b0oQ1','verified',1632492743,'crawl-66-249-74-77.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJO','>b0oQ1','verified',1632492740,'crawl-66-249-74-79.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJW','>b0oQ1','verified',1632519368,'crawl-66-249-74-87.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BJY','>b0oQ1','verified',1632518328,'crawl-66-249-74-89.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK!','>b0oQ1','verified',1632734174,'crawl-66-249-75-33.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK$','>b0oQ1','verified',1632829071,'crawl-66-249-75-36.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK-','>b0oQ1','verified',1632778178,'crawl-66-249-75-45.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK/','>b0oQ1','verified',1632683673,'crawl-66-249-75-47.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK1','>b0oQ1','verified',1632679346,'crawl-66-249-75-49.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BK3','>b0oQ1','verified',1632689403,'crawl-66-249-75-51.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BMZ','>b0oQ1','verified',1632962575,'crawl-66-249-77-90.googlebot.com'); /*!40000 ALTER TABLE `wp_wfCrawlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfFileMods` -- DROP TABLE IF EXISTS `wp_wfFileMods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfFileMods` ( `filenameMD5` binary(16) NOT NULL, `filename` varchar(1000) NOT NULL, `knownFile` tinyint(3) unsigned NOT NULL, `oldMD5` binary(16) NOT NULL, `newMD5` binary(16) NOT NULL, `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '', `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0, `isSafeFile` varchar(1) NOT NULL DEFAULT '?', PRIMARY KEY (`filenameMD5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfFileMods` -- LOCK TABLES `wp_wfFileMods` WRITE; /*!40000 ALTER TABLE `wp_wfFileMods` DISABLE KEYS */; INSERT INTO `wp_wfFileMods` VALUES ('\0OiVi`]','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I;FAr ','ʡ.JFoP0@\\ƀh%z>?p','',0,'?'),('\0@u2X','wp-content/plugins/contact-form-7/modules/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']5??S9','/N\r>{H~5\"~k`~jV','',0,'?'),('\0e-:qC򿾭','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('\0g R/$eluX','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js',0,'X邐bk\Zl','X邐bk\Zl','&4cL@r,V','',0,'?'),('\0IJ-$','wp-content/plugins/wordfence/images/flags/be.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a٣\Z%z','a\0Bt5F/L>sxuZ\n ','',0,'?'),('\0*=/#k#','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yd=l򟳺','e=. onҴԿgБeu','',0,'?'),('\0\'rO5,8B','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f6\'Z mˡI','hh&9EyG;\n#O(~','',0,'?'),('\0-,ިe>jS','wp-content/plugins/wp-smushit/core/integrations/nextgen/class-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FR!uSSs','\'# mC@SЧrO1P}v -I<','',0,'?'),('\00ϖ&\0E','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/assets/js/yit-licence.js',0,'6yEpQ_@','6yEpQ_@','e3 c`ԉ̖j,nj','%>`ԉ̖j,nj','4/#Se(Ppq\ny7FC','',0,'?'),('\0C_\njD @k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Te**d','PPߜf*Ч<ȘWpSi`C','',0,'?'),('\0`YϭrG','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*qhds;y','u\\ Qi窍gDH ;\0','',0,'?'),('\0a\0=꼏뺏 {','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js',0,'/Vk0e5','/Vk0e5','lb&uDL&Mpg]\" T','',0,'?'),('\0e_vJ/J','wp-content/plugins/updraftplus/languages/updraftplus-no.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W/3O|ɭ','ږ=;!b\"','',0,'?'),('\0f䏛QJ,t','wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r<3TL','쳐TLa_.Yj\'؄vu ','',0,'?'),('\0+\"R\Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-cancelled-order.php',0,'t`PC㌆wwGƀb','t`PC㌆wwGƀb','\"2>M/L^JR6k','',0,'?'),('\0םk0DFh','wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mcO* q,','?È7\"ĥ毨P','',0,'?'),('\0;fQ=*Ǖ','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĚF̏=o',':+/nLo˳ĥI&b>Y 6mER','',0,'?'),('\0%ΥJ-p','wp-content/plugins/wordpress-seo/inc/class-rewrite.php',0,'t\\J\"U','t\\J\"U','^Z_vۡh4)8ot.\0\"','',0,'?'),('\0\n3r','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vBl교!s&I','2GHf6U܌,kO','',0,'?'),('\0pNAпL','wp-content/plugins/wonderplugin-carousel/engine/jquery.js',0,'!s p1Zo:','!s p1Zo:','}ba0`Z@pMI+%`<','',0,'?'),('\0sH','wp-content/plugins/w3-total-cache/pub/js/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('\0MYh>+]s','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/commissions-unpaid.php',0,'-zl߹n.Զ5)','-zl߹n.Զ5)','%k2`ck(vS3jec','',0,'?'),('\0|9ue@','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9d½!_;+o}','NB6A7\n#oyEG','',0,'?'),('\0D`8Rɲ%','wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(p.´o_T','RZo+YBlx-1]\\VfXWM','',0,'?'),('\02];<','wp-content/plugins/woocommerce/assets/css/helper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i ;(H2AD','&|틊Ku*\"-R=u҅l','',0,'?'),('\0ɒRum','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js',0,'y_1u݇bo','y_1u݇bo','Q;1-+37kF|ŀj<ڲ','',0,'?'),('\0aߏNf#b','',0,'?'),('\0ێx%d\ZkK](','wp-content/themes/twentyfifteen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hYӠ&6 N','w9n\\&#,@^pBsB:tQ2r','',0,'?'),('x,PfFC$','wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U\r0o7','Rf*߉\rOGuMdi\ZjOௌ8','',0,'?'),('@)z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-%5vF \0*','У!Vat 1j[x\\sBw','',0,'?'),('Y[l2=','wp-content/plugins/yith-woocommerce-membership-premium/init.php',0,'uȤNm߹_\n','uȤNm߹_\n','M~2]N}toJH>6','',0,'?'),('\nƥuoefan','wp-content/plugins/wordfence/images/flags/a2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.M:mVuihѬy}','',0,'?'),('gQY/\"Jx:paZ','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}x8rR$C','9mXB,Q\'ű<\'jQ{ػR','',0,'?'),('h\ZDP:1','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h.\0<^W','VK+Zջb:\rTE(KIX-q,','',0,'?'),('R}<[(1!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|=\"`(r','W{s0\')dgy)~\rw','',0,'?'),('C?eP#=P','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r2֜%','wz,pn KٍL ','',0,'?'),('ThzPr','wp-admin/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0p(.LL϶4','{{B9%(=&i.0eȗqy','',0,'?'),('&>rᠷ','wp-content/plugins/w3-total-cache/inc/email/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('i2fә5581s','wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'n[=>ȡ0','K!$gkěNd V9','',0,'?'),('QUWܕ味','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t>XQ!V','sX_լ(c\0BӄOOU`R','',0,'?'),('$mdL3','wp-content/plugins/insert-headers-and-footers/views/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ZF;$','(`\rL>c]\Z\"] avu','',0,'?'),('E\\(lעs','wp-content/plugins/wp-smushit/app/assets/images/plugins-smush-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klƑT\r$\n','n5=ӣ-4TÀܮM%-F','',0,'?'),('O3k!','K%PKMɰ>O3k!',' Kc?6 Zh8xTc^Ib','',0,'?'),('닭N{=;_','wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php',0,'ۺ&)\Zf','ۺ&)\Zf','=[W YGJ K43 ','',0,'?'),('\"\Z-(ba+','wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/G8~\n\0','4K$Uz)# ad\rN_?\0','',0,'?'),('e','wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/categories.php',0,'C0EcbXd.\r','C0EcbXd.\r','._0b#i.aUU:: x','',0,'?'),('ϽFٷI=[s','wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php',0,'QhAXas(~','wp-content/plugins/contact-form-7/admin/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V`\\>%\Z','&f`z\0o^jj:Of','',0,'?'),('t]ٟuuj','wp-admin/images/menu-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qL, _;1/E','GiH|)E;\"_;ԣ4Իwly','',0,'?'),('~w`5;F㮮','wp-includes/js/jquery/ui/effect-size.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=n2Z%',' 0[ȔsĪj\'o96x','',0,'?'),('=q\rljA+','wp-admin/user/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*zuc m Je','啱̱ p@\\ͩ؈9.a>vYʢ5','',0,'?'),('ST&H̝','wp-content/plugins/wp-smushit/core/class-cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ڠF;C','%9Dܽ[8%y2;Bn','',0,'?'),('*lXKPqU','wp-content/themes/twentyfifteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%E4G H','ATO&*ϑp =\Zs','',0,'?'),('-Ed\"Tbfx9','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nR+U=%','i\'&dz-o}hb /G','',0,'?'),('/J=ۻf;','wp-content/plugins/wp-smushit/app/views/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+1Q7k;Ӭ','_޺f[\r[f7[oe~@','',0,'?'),('1mwͶ]Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel-sidebar.php',0,'L^@쩳5z','L^@쩳5z','փ Brr)n\0ccv2','',0,'?'),('<)8T*.SuSĺ','wp-includes/SimplePie/Cache/MySQL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BC\ZHxV','tAB٠ B=)RhO\"g;','',0,'?'),('<H\"=C[X%I','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/datepicker.php',0,'/SȜ=qkAEmy','/SȜ=qkAEmy','HjLvNT9䞞(mnmJ{\Zc','',0,'?'),('>K=: Rup{.','wp-content/plugins/w3-total-cache/languages/faq-enterprise-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@{H[cS)v! ','#p֜;a> ©̶`9GY&#','',0,'?'),('>A\rD\0x7','wp-content/plugins/wordfence/images/flags/eu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2#ϫhks','P^MhOeA9 L\nviij$','',0,'?'),('H<>oŷC','wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&:nͶr;','?6o;%Sin\ZWY%\r7Y','',0,'?'),('HC!\"(','wp-includes/js/tinymce/plugins/compat3x/css/dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11h+ezKk\Z\"','*3U#\n]]uho\rβ\r;5j','',0,'?'),('J\rӷG>','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|Fy)W','$\Z|^fG{rmQ㩹\n\nHA','',0,'?'),('VLgA3Jx','wp-content/plugins/bloom/core/components/api/email/ConstantContact.php',0,' m~lpl',' m~lpl','fr/2#[yE`ޡݩ{','',0,'?'),('Yt\Z6A','wp-content/plugins/updraftplus/includes/google-extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' CCzX95J','q^(ّ1 yq Q','',0,'?'),('juIUM\nqp^/٣=ϐW4V-','',0,'?'),('\\Ͽ C\Z','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-api-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/̱-\rNn|','A[Y2f巀,i^p\Z5h^','',0,'?'),(' 9beŲ5','wp-content/plugins/facebook-conversion-pixel/includes/integrations/landingpagecat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u`) \rgӆD*','OM\"\n2M|W$bi','',0,'?'),('Vlw:Df','wp-content/plugins/w3-total-cache/Util_Ui.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HN:,֩|,','[jUo\"%\\ v؈:b','',0,'?'),(',\"\\$-h?y@\\','wp-content/plugins/updraftplus/central/modules/updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2-B\0=<^','=PMy.n,ɂ1iP','',0,'?'),('?~RטnB6\\','wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g$Ïv5{WX','p5!hNJ*!Ϸhf,̞[','',0,'?'),('Tf>Ǻ~','wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ Tr09','\n50 xB|','',0,'?'),('N9\ZB k3','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-membership.php',0,'W]Ґ: ht7','W]Ґ: ht7',' t>&$$@Ʀ<ʿkwx]f','',0,'?'),('eB8\\','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2Gj%=薛r','i[%\"d8 #\"5UV=i4\rX!m%','',0,'?'),('VI0p&','wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php',0,'ˣj(VBq','ˣj(VBq','sL^=>26UP }','',0,'?'),('ؚA\rZ','wp-content/plugins/woocommerce/assets/js/admin/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pg\0=g\n 3','N^B21Y,\0\'ͤIJQkrfY','',0,'?'),('7& Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/e8)Ѱ','r-w{v!15y\"*[','',0,'?'),('嫱cݲzy;O','wp-content/plugins/woocommerce/templates/myaccount/downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vh{j/Std','0,ݭ ˁxfU,n5v0\\Si','',0,'?'),('h','wp-content/themes/Divi/includes/builder/scripts/cache_notice.js',0,'Q> b','Q> b',')s$פ=CB|!\r\Zb߱','',0,'?'),('X-Y(\\c','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/anchor/plugin.min.js',0,'%N\"D\nKD','%N\"D\nKD','l lϯx¢fܭE\0e','',0,'?'),('0rH\"YK]T','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bɹVbPP9','$Gyl#O_0Q Q0쯟u','',0,'?'),('\0[2q|','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php',0,'lƇ|X;b\'','lƇ|X;b\'','\"ޜq\no]^&Mkf8EN2N','',0,'?'),('<bh.+K','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ur_PK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=N[K&V( ','31$n) JMj9DK','',0,'?'),('M!ǢF:/\0','wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tx6C;','[O5MqOiZ~l\"ݞh&','',0,'?'),('b$yC7=,Q','wp-content/plugins/pdf-embedder/js/pdfjs/pdf.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6`B\0ҿ`\"',')/F69y\'nr,y ٵ ','',0,'?'),('fNɕW~EP','wp-content/plugins/updraftplus/includes/class-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wa=B,Ö','t9ť&qn6sQ$W','',0,'?'),('?~W;(','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1h\"!ʍixr+','Z2b[o cϧQzk\Z\ns ֵ','',0,'?'),('NRi|CW','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߝECMI`','8r\ZBxonž)=٣cR','',0,'?'),('ޟk\0 s','wp-content/plugins/wp-smushit/app/assets/images/icons.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-*Ȳ>$+,\"bk','9rc> 7Yagv ˫T<濾hC!','',0,'?'),('(!(>^%gG','wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php',0,'$\nMmE_C#','sjZ\\N7`a[\0MZI\\ߵ3\n@Ӟ-','',0,'?'),('vDSk]Q:V\n','wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2V^DXgP','Ep(EQyz3tQ 7Y_ciQ','',0,'?'),('}RR^6n,xŁ-I','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.5}ֲ&6j( ~','~^jlS︐2<8nnIuz','',0,'?'),('}@$B:^','wp-content/plugins/updraftplus/images/dropbox-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zG0>o',',\np\ZJVįsEA gƈ','',0,'?'),('s ϥηLm','wp-content/plugins/monarch/core/components/api/email/Feedblitz.php',0,'`%PN7N','`%PN7N','?-\\=׬$ !#J','',0,'?'),('3OgeYG','wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-deactivation-survey.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K0ٔZZ','\':SgvM6\ZƘW','',0,'?'),('[V~odJ','wp-content/plugins/wp-smushit/core/class-stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ph@${RPO4','Bu/gcnI>pۤ\"Irnn','',0,'?'),('9IB\n7V','wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yjذ=H)@ Q','Xo.J{C(FF5~¬vP6`t','',0,'?'),('sc5pRS','wp-content/plugins/w3-total-cache/CacheFlush_Locally.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i@< ','nSGh%v7v즒v ','',0,'?'),('&&yd=\Z2','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBTpc-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%;泀','5+Py,VM\\j[|p','',0,'?'),('odeZ','wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','þ?P||0r','Q%ֱȣ6j$S%2cJ','',0,'?'),('O5v=:p ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php',0,'}!쵸','}!쵸','cI3\0FȈՐ\'F_|G7q','',0,'?'),('p*1 E\'J-S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k$b\0R','\\\nd(p b#\'&4|>C','',0,'?'),('9䷳\n6','wp-content/plugins/wordpress-seo/admin/pages/tools.php',0,'а`*\\p]}','а`*\\p]}','CNԴABrWiF`<\\','',0,'?'),('~P%ݞ]','wp-content/plugins/pdf-embedder/js/pdfjs/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'lU~0˔jeX','qi2ńT՛&kVt\"S*','',0,'?'),(' kSGjmFRB','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bzؿ̱E^HL','X2/|wCόJxal{ o2','',0,'?'),('\rlSdܬ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-analysis-worker-921.min.js',0,'1=`v:j','1=`v:j','7dVss0Wqa߀¡','',0,'?'),('/Y)ތE*y','wp-content/plugins/easy-coming-soon/theme_options/pages/images/template4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\z1S/(++Y3x','_R?\'t.9+gBLJ5kȂ<','',0,'?'),('xUU،}','wp-content/plugins/wpclef/CHECKLIST.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zjG_`ݩ ۇ0','yUY%Vuq@OK!','',0,'?'),('3癗@<','wp-content/plugins/wordfence/images/flags/ps.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bHVzk1 j','ǂ#l\'Ϊkj̖[)|~W$My+U ','',0,'?'),('!@|4n','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*pkʷooo`','\"Zfp\rós|%d2J20/qX','',0,'?'),('#$Pi\Z','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I&I=UeNR','؈P~_^AR.}%:','',0,'?'),('\'ڞ\0;?+VҪ','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JɈ2F?\"0','VRMUv])dXƈܶ!ݴ','',0,'?'),(',>] 7V','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-1.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ҹk\n˚t|','wΚj\' KX5ĨL:E\r6q','',0,'?'),('8ݵk6M ','wp-content/plugins/pdf-embedder/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\'sXpZc','%/wLНkRֲj(ʣe:Ȅ^\n','',0,'?'),(';pR9+qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',>[nx8躝l','0c`9M,иZ}>󑬁BmT ','',0,'?'),('B{)s\'','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php',0,'j6o+P\'50d{T%d','j6o+P\'50d{T%d','E C`S\'PMk9ݜ*{\Z%W','',0,'?'),('Cy#BشH','wp-content/plugins/monarch/core/components/api/email/HubSpot.php',0,'ۊ=~f\n0','ۊ=~f\n0','/Xs$J:O^viDj..yR','',0,'?'),('E&VN\"N','wp-admin/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k<\Z+D0of','M=] ^ܩ _n=Ý&o\\L','',0,'?'),('M~R%\r%șH','wp-content/plugins/wordpress-seo/js/dist/wp-data-921.min.js',0,'pLW\"9o,%y','pLW\"9o,%y','FGm\"n D!p֔2DZ6908&x','',0,'?'),('VUPڔQa1','wp-content/plugins/w3-total-cache/DbCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zya+ۻ ֽYUp','X=S L\"fIw`2RYANOC','',0,'?'),('YMr~; ','wp-content/plugins/wpclef/languages/clef-el.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rI3f]a','; j(§\"N4/zk7;v','',0,'?'),('[R>y4K','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-wp-pointer.min.js',0,'PG}X\"0)','PG}X\"0)','5!)`Pdw޹(! )','',0,'?'),('j\n9?KCgO5','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' hI09*wQ','퉝IXa[T-J<6)\'Qa','',0,'?'),('u\0e&$O','wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php',0,'\rǖ-m,OQfW','\rǖ-m,OQfW','Pr0b֗f.mn~t7|','',0,'?'),('xm\0~','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u:Q&’S','Y.x~u:\"X','',0,'?'),('!׻$_W','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/compatibility/plugins-list.php',0,'MQ/Y۝','MQ/Y۝',' C5-!!B\"_NTvU|F1os','',0,'?'),('lg<=l','wp-content/plugins/akismet/class.akismet-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1O2e1rJj','#TcxEƒyũH>','',0,'?'),('﫥6. :','wp-content/plugins/easy-coming-soon/theme_options/pages/images/googleplus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y:.Zb2j','cԸS.F}ڇTBals$l(]}','',0,'?'),('2P\\}n[','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','稃~hgĥư',']т\ntZ5BYp!v','',0,'?'),('\"@OwQ_ܨ2M','wp-content/plugins/contact-form-7/includes/contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wnzv%GFa=','{:Vc_T ڂI6&xoS%','',0,'?'),(']/[liKD/x','wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2\0 `2O{$','`','',0,'?'),('Ú2d=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vjun\0k','TI?~CTۖ K; ¢','',0,'?'),('?6|0ϳ','wp-content/plugins/woocommerce/includes/wc-order-item-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','›Z@`8','ypBDdXPrc6haC#yB','',0,'?'),('P\0\'0lv#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6^','',0,'?'),('vx1OJ(FF!hOP','wp-content/plugins/wp-smushit/app/pages/class-upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^rO Uoص','U427G a C]ahQ~','',0,'?'),('| z\n}p`j','wp-content/plugins/google-analytics-for-wordpress/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5a]P2v6D','?wxե>捫/ʼUqǟ qQ','',0,'?'),('[i[nwX','wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YU&0\0 |','ƹ:۶N=8G7\nڲ{^ks','',0,'?'),('%r?','wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&CE:n^',' j 3X:q%נԍ','',0,'?'),('\' \Z(ˡ','wp-content/plugins/w3-total-cache/CdnEngine_S3_Cf_S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\")?st5!','hѾ\'[LgJO<{U жҫk\rTګ','',0,'?'),('!z4','wp-content/plugins/wordfence/images/flags/va.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r)p؂ \Zt3\0','ꗃ\'UfH/]뛊-SN8\"','',0,'?'),('Pƈv$','wp-content/plugins/wordfence/images/flags/gt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'vq#\0@','Xf4Nԣ^;$','2]y#h29> ^s\rH \ng','',0,'?'),('#X0[nM1{','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rR=;3','i5*xE`1sSjagT‘6Qx','',0,'?'),('%\Z<','wp-content/plugins/bloom/core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php',0,' ACÂO5',' ACÂO5','s6]PRs\Z\Zh^Exo','',0,'?'),('@m:N8 +S3','wp-content/plugins/google-analytics-for-wordpress/assets/css/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('H cIJ%H','wp-content/plugins/wordfence/views/reports/activity-report-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\0b&NB?T','\r$G܃uVQԨ{t5$\\','',0,'?'),('N-g<-w\ZEV','wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\ZwJ뙧@E:/','iAGƇ/18V|ZC+<','',0,'?'),('N-#Z3k8T','wp-content/plugins/wordfence/images/flags/sprite-des-16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3JEE4M`kf','/3V 1^2* T\n','',0,'?'),('YQslHB۔M%,]','wp-content/plugins/wpclef/templates/admin/multisite/network-disabled.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uo[lΪ','^xHsBI~^2P]cp{T2','',0,'?'),('\\De秥','wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e~ǘ+.s&8','j@Tc9ڟNĖ[\'a=[\"','',0,'?'),('i1j','wp-content/plugins/monarch/core/components/data/ScriptReplacer.php',0,' Da]TfZ',' Da]TfZ','|Ҿhk Xe0Z@̡\r','',0,'?'),('mIL?h','wp-content/themes/Divi/includes/builder/module/Signup.php',0,'E*,DZ','E*,DZ','uX,/wFv<N)m`L','',0,'?'),('o CB~CwO','wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y3Yyҟ\'\0s&?','x\"k7t1\0 Nl33#','',0,'?'),('q_\" 1F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ^ڱkM0','8,3џJ\"Qa~֩po','',0,'?'),('tZQYz0跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ưyo88S`','bxLPͰ=^am1i','',0,'?'),('v\'@DMŨps','wp-content/plugins/woocommerce/templates/auth/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/j=+','(W\r+] H \\d-2]3)R','',0,'?'),('|qBlmr0','wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVңrl5L\Z','E?)Caߊ9(eOqEyHw','',0,'?'),('0q@NŒ>?','wp-content/plugins/w3-total-cache/inc/options/minify/css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.λNFLY','o ua~L+_kmOS,9M','',0,'?'),('\0[uSG','wp-content/plugins/wordpress-seo/admin/views/sidebar.php',0,'& ?ߦD','& ?ߦD','ՀwdI2TS\Zڵ:^ur\rԛ','',0,'?'),('\'\"p ~Zk','wp-content/themes/Divi/js/theme-customizer.js',0,'$\\5Z |z','$\\5Z |z','`}͠>^yM=','',0,'?'),('ѼRKdP','wp-content/themes/twentysixteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' i%8WO','FkZj]@Heaё۞','',0,'?'),('>3k- &','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.,wN:\n;','ǦwM*TO kT0p@or','',0,'?'),('k5SHЫ','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4q_A%Nw1','n#O/jbwP&i#_`YО','',0,'?'),('r8a3Kh Kb','wp-content/plugins/bloom/core/components/api/social/Network.php',0,'ZA\Z 獴hḧ́d','ZA\Z 獴hḧ́d','/bGtߔN/L.p*oWgɵ','',0,'?'),('\\^s,z(','wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nlB\rAu&','ϵ}1&t/{qO\")LlN','',0,'?'),('+7Olo(E','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-payments.php',0,'1Gzj5Cg]} c','1Gzj5Cg]} c','mUpbYv6\'1̿V=','',0,'?'),(' [%\Z#D995\nG','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-5.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@%.ˆn','yۀf2=(\0L6YZ','',0,'?'),('mqPoD0*L','wp-content/plugins/wordfence/lib/wfRESTAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FEW\"*7GJ','e4XyMDB=0G\'W o&','',0,'?'),('^Jj2ۡC#','wp-content/plugins/monarch/js/custom.js',0,'>J]r4','>J]r4','hF b6= w(z}2 \r','',0,'?'),('MK ','wp-content/plugins/woocommerce/assets/css/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:7oxH\04','eh܁xoNvpԔ<[R','',0,'?'),(' ,eOzÑ','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\r4##Ui@ 5','S߶&1g^\\quQ,r/','',0,'?'),('\"(\0','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AzK|oSos1','c~-g.Y}~irKeU\"\'','',0,'?'),('?%iV3ǵ\'','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js',0,'7Z&EI7','7Z&EI7','0Pc2VĀA%ANz LOAT','',0,'?'),('Kl}\n*J(9<','wp-content/plugins/woocommerce/templates/loop/result-count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%fy4]^^','.T`L {L\\XG','',0,'?'),('P!ZnţJ=','wp-content/plugins/wordpress-seo/admin/links/class-link-query.php',0,'ޜ(ڑcBGx','ޜ(ڑcBGx','`:Z: -V ','',0,'?'),('Q (;ؠ|~R8b','wp-admin/includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',{.L͆Q1&~,',' zI6v%ҳIXiZ\ZL','',0,'?'),('T]\\g4źuP;','wp-admin/css/admin-menu-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x4V{͛aXʾ','q>g-Rb>?','',0,'?'),('T$PDaf\0','wp-content/plugins/bloom/core/components/SupportCenter.php',0,'K`oFi(','K`oFi(','+)89fe7bXgd j','',0,'?'),('^\'6ْ{DwBz','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kt','TMFjE S(S','',0,'?'),('awJ<U$S','wp-content/plugins/wp-smushit/_src/images/plugins-smush-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klƑT\r$\n','n5=ӣ-4TÀܮM%-F','',0,'?'),('bpA+-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6QqU:)!-q','X4Ô֍&R3]9kД !ل)Q','',0,'?'),('m BWG\'q','wp-content/plugins/instagram-feed/languages/instagram-feed-pt_PT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mjC[vlRJ','-YZŁes\\~*=/w','',0,'?'),('sý}I!j','wp-content/plugins/woocommerce/includes/api/class-wc-rest-report-sales-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':AcۤIFM','xʖ$mC >;>Ҏj','',0,'?'),('%bQbM֥R','5 |Xz7qDa\nT75','',0,'?'),('g??a\\-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rp=þk\n',' +Y|vssxe\\ zKfI&','',0,'?'),('ĸHe){~','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' y u9%^1F0','q[d.lBQl?o','',0,'?'),('i)33ܥs*','wp-admin/includes/class-wp-ms-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ncm(e͆g','R ?``p\Z3 \Zy|2B','',0,'?'),('jo+s78','wp-content/plugins/wordfence/css/iptraf.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ ~튿e%yg','',0,'?'),('@uX\n\"','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7(]/I3\"','xϯemD|A+?f7r[ؾ.','',0,'?'),('Bs^6uSp','wp-content/plugins/woocommerce/templates/single-product/related.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(k\Z-_(,3c','WyTϦ`p~+3Su','',0,'?'),('Z: ڷj$V$','wp-content/plugins/wpclef/includes/lib/ajax-settings/ajax-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZmO@tá','31DK=\rÎ2&<\Zq|%EC','',0,'?'),('\\H˭2Q','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-te.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M5qQo;\rK','\"W%\nIz (z1z{c3\\X','',0,'?'),('c]$ACBs','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/textarea-editor.php',0,'Eڢ)~ \"','Eڢ)~ \"','AX#\'(/(CWqsDt','',0,'?'),('pMs`z4h','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Sqlite3/Base.php',0,'jpK','jpK','v@FSqX.x7\\g','',0,'?'),('wWvظ?X\Zm','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H+q:ڌi','uEm?\\nT݄Fk=\0mߜF ','',0,'?'),('i\'}\r`~4','wp-content/plugins/updraftplus/images/notices/spring.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/#ZxFe^','h%?dd;\"^5','',0,'?'),('o%@g)`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<8l%W9O','Ro:mQ:PS6лwy [','',0,'?'),('^BBh0','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78ms-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JCO}_','/E6AFRbn7','',0,'?'),('\"f8>','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKgccs-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2=_T (fre.','S>{sJ{3awxtt2D','',0,'?'),('# >7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ImLWyݓH','\rflդ/;l\\\\.6r#P[','',0,'?'),('@N _n','wp-content/themes/twentyfifteen/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gO:]ɏX','ˬG|\0fˌ,w}ᚋ릞۹','',0,'?'),('ޞQ,n','wp-content/plugins/wordfence/images/flags/bt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KiKu<_պv %','\\#ʡfHxк&gv \Z','',0,'?'),('ņLGP(Ήȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K!>g(i#','aHS2Z\'M%tp1','',0,'?'),('˼SO\0 1)Ez','wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetNetDna.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NkJd:`؋','5䅔 IhohGLY/,','',0,'?'),('a&_ \'/\n','wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǩ8;p#+h','Loq_~u+`ǒe\\YM','',0,'?'),('C~gI/i_D','wp-content/themes/twentysixteen/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QFBN!Ua','ҍPaQ[+}VK+H','',0,'?'),('\r,SwT^','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~>L/*<','K\rJH3yAQ&\'JU0','',0,'?'),('(Z>jNl9','wp-content/plugins/woocommerce/i18n/states/AR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\oҢ\01p','ҶPyzf*UЩ]6c!A','',0,'?'),(')»F&ڮh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/{܇AK&','?','',0,'?'),('F}1','wp-content/plugins/wordpress-seo/admin/class-remote-request.php',0,'hu4UEkx]','hu4UEkx]','@[B\nc7{ނ!1$\Z9','',0,'?'),('bm%ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:lz!{Gi',' /~UJO.ŀ#E5*\'Cq','',0,'?'),('E؜ f`^','wp-content/plugins/updraftplus/languages/updraftplus-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+l{IK!h̄','jz0\'FWpN25J**','',0,'?'),('j-fڠkCC','wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hqAi',' q68xօ\\s\rN~.Zخ[\"','',0,'?'),('ȲHXPo','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^D~6Ue\n[',' +/X@J45!¼,IScM','',0,'?'),('\rm+gg`::Q7',')L:erMkՕ5(/6\Z5ėTt-','',0,'?'),(' xAꉮ)','wp-content/plugins/instagram-feed/img/grid.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0ZW?e<','Տ-_E@\'()t\r@(0','',0,'?'),(' &)DcUJvWG','wp-content/plugins/woocommerce/dummy-data/sample_tax_rates.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';BtùoJt','sp@R$1@Meˌ2|Wi0L','',0,'?'),(' YeXV+U','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.ajax-products-field.php',0,'|~%h =0','|~%h =0','׍rk','wp-content/w3tc-config/master.php',0,'Jw`ߙs%','Jw`ߙs%','r*2(l͆9OIHƍ\Z4)(/%MD','',0,'?'),(' 7f `','wp-content/plugins/wordfence/images/sort_both.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dm 8f|Y','~%ۉ%>BlouI)ȉ7g','',0,'?'),(' :9U­Ǯ{/','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XLM;}(;` ȿ','Z&\0?!ȃXee[+|tJF','',0,'?'),(' DV=3EЇ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' QZ;m','U+QGOp6*o͆yfsh:O','',0,'?'),(' J?WraZ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w noG.\0','se\'uݔjف `1$;e)(','',0,'?'),(' MEᑱ[ ','wp-content/plugins/mailchimp-for-wp/assets/img/logo-red-on-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sPa~\Z','`\\0\";33e(&zI=ԈݭP x','',0,'?'),(' P=N>b\"j:~[Q{','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ߢ9Z',' $\'v D77Hl_cdN','',0,'?'),(' T7T\nVXk','wp-content/themes/Divi/includes/builder/module/field/template/border/Radius.php',0,'ߝ</','ߝ</','aYq\ncFzCi4F7|~}Gq','',0,'?'),(' T0fi;B@\Z:\\','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-footer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),XOzB1N{f',',2,jNexrޫKe)','',0,'?'),(' Xt \\4vNI5j','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w[>gW-v','9PV\'R2 ','',0,'?'),(' .5uaWkJ','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]ɐYXL','\r}䟹-V\'eCCʅe-2,0','',0,'?'),(' )OarKu','wp-content/themes/Divi/includes/builder/module/CountdownTimer.php',0,'p`_>*QYX','p`_>*QYX','4`ٓ^#3?*fK*\r|Rr%','',0,'?'),(' v5ߙt','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0o֬ļq*','P6L*\n_.7.ۤ\0','',0,'?'),(' z+l1^','wp-content/plugins/easy-coming-soon/css/farbtasticss.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[άC +','ili^,P{molF8\n(`','',0,'?'),(' 9fވUf','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Xkmom*\nB','J\0\"3~#? \Zqh~GƓ','',0,'?'),(' nZ\'ZFY','wp-content/plugins/bloom/core/components/api/email/SalesForce.php',0,'Ua@AS\r$','Ua@AS\r$',']ŠK\\oGeɂ>yqz','',0,'?'),(' 09-bͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`#` dȯa','FUe\Zw8CsrR; ʖ','',0,'?'),(' ˦3;e\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z1M gՎ\r','kK:z=An','',0,'?'),('  tZ!\\','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/myaccount/vendor-registration.php',0,'% ϩ#Pbxe','% ϩ#Pbxe','#\"{k^=FK&6 `L Ƴ','',0,'?'),(' yNO +','wp-content/plugins/bloom/includes/bloom-widget.php',0,'[zJiRPx7|','[zJiRPx7|','I%ƃF0 A,Px\0FP','',0,'?'),('\n\0y(F}nA3^','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K1|;Vk;,','g/8\r~V蝅b?E4 @1.\0lˈO','',0,'?'),('\nos{8oY?','wp-content/plugins/wordfence/images/flags/kz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z߀9\r','Q$ػv4d:I)Ía`\nO','',0,'?'),('\nߒp','wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!B܀ϐPZȭm[','C۝M8FfY8WCyKᙔ','',0,'?'),('\np[','',0,'?'),('\nEdN+d$=','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-uk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KzVndd','w: mʼJDڗwZ\nr\nV{','',0,'?'),('\nJk:0ʗ7\Zr@','wp-content/plugins/monarch/core/components/post/Object.php',0,'>#5[VR','>#5[VR','l_@/Ixs#Y','',0,'?'),('\nRT.0?\rȥ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping.php',0,'\0\n!ĂBI','\0\n!ĂBI','CCD(a:.e?&+>&WN','',0,'?'),('\nT/\\9$YU\n͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4;$f=m|','KP[ġ<8RB⭫e','',0,'?'),('\nV+qο s','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php',0,'umcő','umcő','7qS X֪2ǚ2lZ=%GA)vb','',0,'?'),('\n\\(8?','wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nd','ǠrxUOocBmW','',0,'?'),('\ncn$8:n#j.','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sB.QoWkG_','&殪T>Iecu?~:%%:h\Z','',0,'?'),('\nfY4&L','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȔB`.}\'7:','Y\"K{Ur:2JL','',0,'?'),('\nt**|A,','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TO\Z%Mi','ދJu;`3WXa1w','',0,'?'),('\nw|gjEiU7','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ю]86ޡm','T\n);NkDe2V¢x&B=','',0,'?'),('\n|o [Yd','wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X.\n$O','nD/DP}edhjE|w0','',0,'?'),('\nfӅ;{t','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^mi *ONty ','THD\Z#\0Y@7KfW,s','',0,'?'),('\nb-V:|m','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`uGDɡy|','9i< ,\ZK hvMxϱ','',0,'?'),('\nEd','wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6żCe','3ABDSD;|Mcg\0=Uv89','',0,'?'),('\n\\}[(','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f墟*-i','ȪC)]]聑?\n=9','',0,'?'),('\nNNMۑ4;p4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hJh','EOLQz(\Z\"|ѹ3lM6','',0,'?'),('\n\\x|h','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SBT[U6yls','ߙ[6T23RИ׫ՠ1(sB','',0,'?'),('\n5=IK&{P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^YK#W9\'D˲','\'Mܣ_- \n0N1$AЗ l=','',0,'?'),('\n-e&k#','wp-content/plugins/w3-total-cache/CdnEngine_S3_Cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\n+WSowe','eIBxW0!l
\n

Recent Blog Highlights

\n
\n
\n XMLRPC or WP-Login: Which do Brute Force Attackers Prefer\n
A close look at brute force attack targets yielded some surprising results.
\n
\n
\n Do you Need a WordPress Security Plugin?\n\n
This easy to follow post makes the clear case for running both a malware scanner and firewall on your WordPress site.
\n
\n\n
\n Analysis: Methods and Monetization of a Botnet Attacking WordPress\n\n
\n A deep dive on the methods and profit motive of an active Botnet.\n
\n
\n\n
\n Imminent: Non-HTTPS Sites Labeled “Not Secure” by Chrome\n\n
\n An overview of changes to Google Chrome that will impact non-https site owners.\n
\n
\n\n
\n Wide Impact: Highly Effective Gmail Phishing Technique Being Exploited\n\n
\n We profile a new phishing technique that is fooling even experienced technical users.\n
\n
\n\n
\n How the Wordfence Firewall Works\n\n
\n We explain how the Wordfence firewall protects your website from attacks.\n
\n
\n\n
\n The December 2016 WordPress Attack Activity Report\n\n
\n Stats and insights from Wordfence Network from December.\n
\n
\n
\n
','[]'),('network-GD',0,'gravityscan',300,1498477831,'

Say hello to Gravityscan, the free malware and vulnerability scanner for any website

\n\n

Today we are excited to share a new product we have been working on for the last year. It is free to use, works on any website and you don’t need to install anything to use it. We think you’ll find it to be a great complement to the WordPress protection you’re already getting with Wordfence. And we know that for a lot of you WordPress isn’t the only platform you need to secure, so we built Gravityscan to work with all of your sites.

\n\n

Scan your site now

','[]'),('network-GE',0,'siteaudit',400,1498477831,'

Announcing New Site Security Audit Service

\n

We are very excited to announce that we have officially launched a new WordPress Site Security Audit Service.

\n

We have been providing this service to select customers for several weeks prior to the official launch. We are now live with the service and making it available to all of our customers.

\n

We have written about the service on our blog, where we explain a few of the benefits of having our dedicated Security Services Team evaluate and secure your site.

\n

You can find the full announcement on our blog...

','[]'),('network-GF',0,'gravityscanbadge',500,1501260262,'

Introducing a Free Trust Badge With Blacklist and SEO Monitoring

\n

Today we are excited to officially launch the Gravityscan trust badge program. As you know, Gravityscan is a project by the Wordfence team to bring malware and vulnerability scanning to all websites. Until now, daily monitoring had been a paid feature of Gravityscan, priced at around $120 per year. The new badge program provides free daily security monitoring for any website.

\n

The Gravityscan trust badge checks your website daily against over 20 blacklists and ensures that your content does not contain links to malicious sites. The program also includes a comprehensive daily scan for malware.

\n

The Gravityscan trust badge also helps improve conversion rates and visitor confidence in your website. To learn more about this exciting and completely free program, you can find the full details on the Gravityscan blog.

\n

Get Free Trust Badge

','[]'),('network-GG',0,'blogpost082917',400,1505465391,'

Better Data Means Better Protection

\n

Mission-critical sites rely on the real-time protection provided by Wordfence Premium. Learn how the 30-strong team at Wordfence stays on top of the latest threats, providing Premium customers with the real-time threat intelligence they need to stay safe.

\n

Learn More

','[]'),('network-GQ2TGNZU',1,'toupp-20210927',100,1633079328,'

Wordfence Terms of Use and Privacy Policy Updated

\n

Please review the updated Wordfence Terms of Use and Privacy Policy. We have incorporated the new versions of the Standard Contractual Clauses issued by the European Commission.

\n

Terms of Use Privacy Policy

','[]'),('site-24AAAAA',0,'wfplugin_scan',500,1494264827,'12 issues found in most recent scan','[]'),('site-2UAAAAA',0,'wfplugin_scan',500,1494065983,'12 issues found in most recent scan','[]'),('site-3UAAAAA',0,'wfplugin_scan',500,1494385378,'12 issues found in most recent scan','[]'),('site-4AAAAAA',0,'wfplugin_scan',500,1494435688,'12 issues found in most recent scan','[]'),('site-4QAAAAA',0,'wfplugin_scan',500,1495148718,'12 issues found in most recent scan','[]'),('site-6MAAAAA',0,'wfplugin_scan',500,1495339353,'12 issues found in most recent scan','[]'),('site-7IAAAAA',0,'wfplugin_scan',500,1495417768,'12 issues found in most recent scan','[]'),('site-7UAAAAA',0,'wfplugin_scan',500,1495781055,'13 issues found in most recent scan','[]'),('site-AEAAAAA',1,'wfplugin_updates',502,1633079332,'Updates are available for WordPress (v5.8.1), 16 plugins, and 3 themes','[]'),('site-AIAAAAA',0,'wfplugin_scan',500,1492488485,'3 issues found in most recent scan','[]'),('site-BABAAAA',0,'wfplugin_scan',502,1501531219,'17 issues found in most recent scan','[]'),('site-BQAQAAA',0,'wfplugin_scan',500,1496068549,'13 issues found in most recent scan','[]'),('site-CQBAAAA',0,'wfplugin_scan',502,1555064508,'24 issues found in most recent scan','[]'),('site-DIAQAAA',0,'wfplugin_scan',500,1496482963,'14 issues found in most recent scan','[]'),('site-EYAQAAA',0,'wfplugin_scan',500,1496914927,'11 issues found in most recent scan','[]'),('site-HEAQAAA',0,'wfplugin_scan',500,1498212544,'19 issues found in most recent scan','[]'),('site-LIHAAAA',1,'wfplugin_scan',502,1633106313,'30 issues found in most recent scan','[]'),('site-PQEQAAA',0,'wfplugin_scan',502,1582794994,'25 issues found in most recent scan','[]'),('site-QUAQAAA',0,'wfplugin_scan',502,1499034668,'9 issues found in most recent scan','[]'),('site-TAAAAAA',0,'wfplugin_scan',500,1492510393,'3 issues found in most recent scan','[]'),('site-TIAAAAA',0,'wfplugin_scan',500,1492771577,'72 issues found in most recent scan','[]'),('site-UMAAAAA',0,'wfplugin_scan',500,1493845851,'11 issues found in most recent scan','[]'),('site-UYAQAAA',0,'wfplugin_scan',502,1499378918,'11 issues found in most recent scan','[]'),('site-VQGQAAA',0,'wfplugin_scan',502,1587462544,'26 issues found in most recent scan','[]'),('site-WAAQAAA',0,'wfplugin_scan',502,1500006198,'13 issues found in most recent scan','[]'),('site-Z4AAAAA',0,'wfplugin_scan',500,1494017186,'12 issues found in most recent scan','[]'),('site-Z4AQAAA',0,'wfplugin_scan',502,1501439333,'17 issues found in most recent scan','[]'); /*!40000 ALTER TABLE `wp_wfNotifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfPendingIssues` -- DROP TABLE IF EXISTS `wp_wfPendingIssues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfPendingIssues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfPendingIssues` -- LOCK TABLES `wp_wfPendingIssues` WRITE; /*!40000 ALTER TABLE `wp_wfPendingIssues` DISABLE KEYS */; INSERT INTO `wp_wfPendingIssues` VALUES (1,1633105969,'new','knownfile',1,'b28bac72fc7b2e4ded614586c244aedf','0963509c7c538678cd53ff2ce6963cc6','WordPress core file modified: wp-includes/default-constants.php','This WordPress core file has been modified and differs from the original file distributed with this version of WordPress.','a:6:{s:4:\"file\";s:33:\"wp-includes/default-constants.php\";s:5:\"cType\";s:4:\"core\";s:7:\"canDiff\";b:1;s:6:\"canFix\";b:1;s:9:\"canDelete\";b:0;s:10:\"haveIssues\";s:4:\"core\";}'); /*!40000 ALTER TABLE `wp_wfPendingIssues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfReverseCache` -- DROP TABLE IF EXISTS `wp_wfReverseCache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfReverseCache` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `host` varchar(255) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfReverseCache` -- LOCK TABLES `wp_wfReverseCache` WRITE; /*!40000 ALTER TABLE `wp_wfReverseCache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfReverseCache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfSNIPCache` -- DROP TABLE IF EXISTS `wp_wfSNIPCache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfSNIPCache` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `IP` varchar(45) NOT NULL DEFAULT '', `expiration` timestamp NOT NULL DEFAULT current_timestamp(), `body` varchar(255) NOT NULL DEFAULT '', `count` int(10) unsigned NOT NULL DEFAULT 0, `type` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `expiration` (`expiration`), KEY `IP` (`IP`), KEY `type` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=3302 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfSNIPCache` -- LOCK TABLES `wp_wfSNIPCache` WRITE; /*!40000 ALTER TABLE `wp_wfSNIPCache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfSNIPCache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfScanners` -- DROP TABLE IF EXISTS `wp_wfScanners`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfScanners` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hits` smallint(5) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfScanners` -- LOCK TABLES `wp_wfScanners` WRITE; /*!40000 ALTER TABLE `wp_wfScanners` DISABLE KEYS */; INSERT INTO `wp_wfScanners` VALUES (27215134,'\0\0\0\0\0\0\0\0\0\0x/',1),(27215148,'$\"\0',1),(27215194,'\0\0\0\0\0\0\0\0\0\0y',1),(27215329,'\0\0\0\0\0\0\0\0\0\0o{',1),(27215594,'$\"\0',1),(27215627,'\0\0\0\0\0\0\0\0\0\0_',1),(27215735,'\0\0\0\0\0\0\0\0\0\0P=\n',1),(27215797,'\0\0\0\0\0\0\0\0\0\0N',1),(27215824,'\0\0\0\0\0\0\0\0\0\0^Q',1),(27215830,'\0\0\0\0\0\0\0\0\0\0N',2),(27215927,'\0\0\0\0\0\0\0\0\0\0G\0',1),(27216029,'\0\0\0\0\0\0\0\0\0\0ps',1),(27216291,'$\"\0',1),(27216503,'\0\0\0\0\0\0\0\0\0\07\'^',1),(27216561,'\0\0\0\0\0\0\0\0\0\0 3',1),(27216718,'$\"\0',1),(27216826,'\0\0\0\0\0\0\0\0\0\0]ZG',1),(27216826,'\0\0\0\0\0\0\0\0\0\0]ZI',1),(27216850,'$\"\0',1),(27216857,'\0\0\0\0\0\0\0\0\0\0]\\',1),(27216876,'\0\0\0\0\0\0\0\0\0\0N8-\0',1),(27217008,'\0\0\0\0\0\0\0\0\0\0F(',1),(27217042,'\0\0\0\0\0\0\0\0\0\0_',1),(27217048,'$\"\0',1),(27217068,'\0\0\0\0\0\0\0\0\0\0iG',1),(27217116,'\0\0\0\0\0\0\0\0\0\0\r1',1),(27217319,'$\"\0',1),(27217710,'\0\0\0\0\0\0\0\0\0\0VU',1),(27217741,'\0\0\0\0\0\0\0\0\0\023a',1),(27217744,'\0\0\0\0\0\0\0\0\0\023a',1),(27217745,'\0\0\0\0\0\0\0\0\0\023a',1),(27217877,'\0\0\0\0\0\0\0\0\0\0Y',1),(27217929,'\0\0\0\0\0\0\0\0\0\0b3',1),(27218018,'$\"\0',1),(27218024,'$\"\0',1),(27218120,'\0\0\0\0\0\0\0\0\0\0@',1),(27218168,'\0\0\0\0\0\0\0\0\0\02˞',1),(27218175,'\0\0\0\0\0\0\0\0\0\0^',1),(27218190,'\0\0\0\0\0\0\0\0\0\0T',1),(27218472,'\0\0\0\0\0\0\0\0\0\0_',1),(27218475,'\0\0\0\0\0\0\0\0\0\028^',1),(27218505,'\0\0\0\0\0\0\0\0\0\0Uh`',1),(27218716,'\0\0\0\0\0\0\0\0\0\0N',1),(27218786,'\0\0\0\0\0\0\0\0\0\0@d',1),(27218960,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218992,'$\"\0',1); /*!40000 ALTER TABLE `wp_wfScanners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfStatus` -- DROP TABLE IF EXISTS `wp_wfStatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfStatus` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ctime` double(17,6) unsigned NOT NULL, `level` tinyint(3) unsigned NOT NULL, `type` char(5) NOT NULL, `msg` varchar(1000) NOT NULL, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=280658 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfStatus` -- LOCK TABLES `wp_wfStatus` WRITE; /*!40000 ALTER TABLE `wp_wfStatus` DISABLE KEYS */; INSERT INTO `wp_wfStatus` VALUES (279230,1632326345.873936,2,'info','Scanned contents of 2033 additional files at 6.99 per second'),(279231,1632326346.893197,2,'info','Scanned contents of 2045 additional files at 7.01 per second'),(279232,1632326347.941503,2,'info','Scanned contents of 2059 additional files at 7.03 per second'),(279233,1632326349.335991,2,'info','Scanned contents of 2067 additional files at 7.02 per second'),(279234,1632326350.368915,2,'info','Scanned contents of 2078 additional files at 7.04 per second'),(279235,1632326351.384758,2,'info','Scanned contents of 2087 additional files at 7.04 per second'),(279236,1632326352.394574,2,'info','Scanned contents of 2101 additional files at 7.07 per second'),(279237,1632326353.610903,2,'info','Scanned contents of 2115 additional files at 7.08 per second'),(279238,1632326355.630329,2,'info','Scanned contents of 2119 additional files at 7.05 per second'),(279239,1632326356.652249,2,'info','Scanned contents of 2127 additional files at 7.05 per second'),(279240,1632326357.702590,2,'info','Scanned contents of 2138 additional files at 7.06 per second'),(279241,1632326359.117119,2,'info','Scanned contents of 2149 additional files at 7.07 per second'),(279242,1632326360.314728,2,'info','Scanned contents of 2153 additional files at 7.05 per second'),(279243,1632326361.340999,2,'info','Scanned contents of 2161 additional files at 7.05 per second'),(279244,1632326362.352687,2,'info','Scanned contents of 2173 additional files at 7.07 per second'),(279245,1632326364.756379,2,'info','Scanned contents of 2180 additional files at 7.04 per second'),(279246,1632326365.352070,2,'info','Scanned contents of 2187 additional files at 7.05 per second'),(279247,1632326365.354423,2,'info','Asking Wordfence to check URLs against malware list.'),(279248,1632326365.364464,2,'info','Checking 2751 host keys against Wordfence scanning servers.'),(279249,1632326366.287340,2,'info','Done host key check.'),(279250,1632326366.323821,2,'info','Done file contents scan'),(279256,1632326366.546885,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(279257,1632326366.549414,2,'info','Checking 80 host keys against Wordfence scanning servers.'),(279258,1632326367.463344,2,'info','Done host key check.'),(279259,1632326367.466463,2,'info','Done examining URLs'),(279264,1632326367.575392,2,'info','Starting password strength check on 3 users.'),(279267,1632326368.192128,2,'info','Starting DNS scan for www.raisingclevergirls.com.au'),(279268,1632326368.196961,2,'info','Scanning CNAME DNS record for www.raisingclevergirls.com.au'),(279269,1632326368.199873,2,'info','Scanning DNS A record for raisingclevergirls.com.au'),(279270,1632326368.207517,2,'info','Scanning DNS MX record for raisingclevergirls.com.au'),(279273,1632326368.226426,2,'info','Total disk space: 599.7070GB -- Free disk space: 52.8577GB'),(279274,1632326368.227888,2,'info','The disk has 54126.25 MB space available'),(279281,1632326387.252429,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(279282,1632326387.255177,2,'info','Done examining URLs'),(279284,1632326387.383092,1,'info','-------------------'),(279285,1632326387.385033,1,'info','Scan Complete. Scanned 9046 files, 33 plugins, 5 themes, 24 pages, 12 comments and 66997 records in 7 minutes 47 seconds.'),(279287,1632326388.326974,2,'info','Wordfence used 34.25 MB of memory for scan. Server peak memory usage was: 67.75 MB'),(279289,1632388986.063687,1,'info','Initiating quick scan'),(279292,1632388986.367422,1,'info','-------------------'),(279293,1632388986.369537,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(279295,1632388986.410128,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(279297,1632477157.467022,1,'info','Initiating quick scan'),(279300,1632477158.317689,1,'info','-------------------'),(279301,1632477158.319304,1,'info','Quick Scan Complete. Scanned in 1 second.'),(279303,1632477158.357215,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(279305,1632559969.290343,1,'info','Initiating quick scan'),(279307,1632559970.026860,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(279308,1632559970.125543,1,'info','-------------------'),(279309,1632559970.127319,1,'info','Quick Scan Complete. Scanned in 1 second.'),(279310,1632559970.128829,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(279311,1632559970.162178,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(279312,1632585780.820668,1,'info','Scheduled Wordfence scan starting at Sunday 26th of September 2021 02:03:00 AM'),(279313,1632585783.095975,10,'info','SUM_PREP:Preparing a new scan.'),(279314,1632585783.099735,1,'info','Contacting Wordfence to initiate scan'),(279315,1632585784.912940,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(279316,1632585786.922137,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(279317,1632585788.931519,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(279318,1632585790.956487,10,'info','SUM_START:Checking for the most secure way to get IPs'),(279319,1632585790.971605,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(279320,1632585791.027885,2,'info','Getting plugin list from WordPress'),(279321,1632585791.033925,2,'info','Found 33 plugins'),(279322,1632585791.048408,2,'info','Getting theme list from WordPress'),(279323,1632585791.177182,2,'info','Found 5 themes'),(279324,1632585791.513254,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(279325,1632585793.542442,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(279326,1632585793.555024,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(279327,1632585793.561533,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(279328,1632585793.572936,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(279329,1632585793.576904,10,'info','SUM_DISABLED:Skipping theme scan'),(279330,1632585793.581621,10,'info','SUM_DISABLED:Skipping plugin scan'),(279331,1632585793.592203,10,'info','SUM_START:Scanning for known malware files'),(279332,1632585793.605674,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(279333,1632585793.913800,2,'info','500 files indexed'),(279334,1632585794.298527,2,'info','1000 files indexed'),(279335,1632585794.529072,2,'info','1500 files indexed'),(279336,1632585794.795054,2,'info','2000 files indexed'),(279337,1632585794.979313,2,'info','2500 files indexed'),(279338,1632585795.162409,2,'info','3000 files indexed'),(279339,1632585795.344253,2,'info','3500 files indexed'),(279340,1632585795.497200,2,'info','4000 files indexed'),(279341,1632585795.862451,2,'info','4500 files indexed'),(279342,1632585796.027397,2,'info','5000 files indexed'),(279343,1632585796.206067,2,'info','5500 files indexed'),(279344,1632585796.368421,2,'info','6000 files indexed'),(279345,1632585796.641071,2,'info','6500 files indexed'),(279346,1632585796.842723,2,'info','7000 files indexed'),(279347,1632585797.181000,2,'info','7500 files indexed'),(279348,1632585797.519157,2,'info','8000 files indexed'),(279349,1632585798.355907,2,'info','8500 files indexed'),(279350,1632585798.527375,2,'info','9000 files indexed'),(279351,1632585798.536354,2,'info','9046 files indexed'),(279352,1632585799.671714,2,'info','Analyzed 100 files containing 1.32 MB of data so far'),(279353,1632585801.281369,2,'info','Analyzed 200 files containing 2.6 MB of data so far'),(279354,1632585802.266789,2,'info','Analyzed 300 files containing 3.83 MB of data so far'),(279355,1632585803.462747,2,'info','Analyzed 400 files containing 5.8 MB of data so far'),(279356,1632585804.418440,2,'info','Analyzed 500 files containing 6.5 MB of data so far'),(279357,1632585805.320708,2,'info','Analyzed 600 files containing 7.46 MB of data so far'),(279358,1632585806.835202,2,'info','Analyzed 700 files containing 9.28 MB of data so far'),(279359,1632585808.008226,2,'info','Analyzed 800 files containing 10.67 MB of data so far'),(279360,1632585809.713736,2,'info','Analyzed 900 files containing 12.86 MB of data so far'),(279361,1632585811.335861,2,'info','Analyzed 1000 files containing 14.81 MB of data so far'),(279362,1632585814.227583,2,'info','Analyzed 1100 files containing 19.16 MB of data so far'),(279363,1632585815.528546,2,'info','Analyzed 1200 files containing 20.51 MB of data so far'),(279364,1632585816.474727,2,'info','Analyzed 1300 files containing 21.43 MB of data so far'),(279365,1632585817.547162,2,'info','Analyzed 1400 files containing 22.48 MB of data so far'),(279366,1632585819.186855,2,'info','Analyzed 1500 files containing 25.01 MB of data so far'),(279367,1632585820.921125,2,'info','Analyzed 1600 files containing 27.46 MB of data so far'),(279368,1632585821.840403,2,'info','Analyzed 1700 files containing 28.68 MB of data so far'),(279369,1632585823.988913,2,'info','Analyzed 1800 files containing 31.31 MB of data so far'),(279370,1632585825.061119,2,'info','Analyzed 1900 files containing 32.03 MB of data so far'),(279371,1632585826.079879,2,'info','Analyzed 2000 files containing 32.8 MB of data so far'),(279372,1632585827.073990,2,'info','Analyzed 2100 files containing 33.08 MB of data so far'),(279373,1632585835.576176,2,'info','Analyzed 2200 files containing 49.19 MB of data so far'),(279374,1632585837.325909,2,'info','Analyzed 2300 files containing 49.99 MB of data so far'),(279375,1632585839.061396,2,'info','Analyzed 2400 files containing 51.7 MB of data so far'),(279376,1632585842.379634,2,'info','Analyzed 2500 files containing 56.45 MB of data so far'),(279377,1632585848.529984,2,'info','Analyzed 2600 files containing 66.92 MB of data so far'),(279378,1632585850.040784,2,'info','Analyzed 2700 files containing 67.23 MB of data so far'),(279379,1632585851.213872,2,'info','Analyzed 2800 files containing 67.37 MB of data so far'),(279380,1632585853.206218,2,'info','Analyzed 2900 files containing 67.97 MB of data so far'),(279381,1632585854.352642,2,'info','Analyzed 3000 files containing 68.55 MB of data so far'),(279382,1632585855.532417,2,'info','Analyzed 3100 files containing 68.78 MB of data so far'),(279383,1632585856.710178,2,'info','Analyzed 3200 files containing 69.06 MB of data so far'),(279384,1632585858.687611,2,'info','Analyzed 3300 files containing 70.46 MB of data so far'),(279385,1632585859.886305,2,'info','Analyzed 3400 files containing 70.59 MB of data so far'),(279386,1632585861.150346,2,'info','Analyzed 3500 files containing 70.84 MB of data so far'),(279387,1632585862.152717,2,'info','Analyzed 3600 files containing 71.34 MB of data so far'),(279388,1632585863.046205,2,'info','Analyzed 3700 files containing 71.95 MB of data so far'),(279389,1632585863.895423,2,'info','Analyzed 3800 files containing 72.42 MB of data so far'),(279390,1632585864.923609,2,'info','Analyzed 3900 files containing 72.89 MB of data so far'),(279391,1632585866.030331,2,'info','Analyzed 4000 files containing 73.28 MB of data so far'),(279392,1632585867.714843,2,'info','Analyzed 4100 files containing 75 MB of data so far'),(279393,1632585868.844860,2,'info','Analyzed 4200 files containing 75.68 MB of data so far'),(279394,1632585869.951436,2,'info','Analyzed 4300 files containing 76.68 MB of data so far'),(279395,1632585871.164843,2,'info','Analyzed 4400 files containing 78.02 MB of data so far'),(279396,1632585873.080369,2,'info','Analyzed 4500 files containing 80.66 MB of data so far'),(279397,1632585874.278488,2,'info','Analyzed 4600 files containing 81.87 MB of data so far'),(279398,1632585876.096506,2,'info','Analyzed 4700 files containing 84.31 MB of data so far'),(279399,1632585877.065131,2,'info','Analyzed 4800 files containing 85.18 MB of data so far'),(279400,1632585878.094096,2,'info','Analyzed 4900 files containing 86.14 MB of data so far'),(279401,1632585879.088648,2,'info','Analyzed 5000 files containing 87.67 MB of data so far'),(279402,1632585880.123552,2,'info','Analyzed 5100 files containing 88.51 MB of data so far'),(279403,1632585881.216146,2,'info','Analyzed 5200 files containing 89.35 MB of data so far'),(279404,1632585882.059254,2,'info','Analyzed 5300 files containing 89.55 MB of data so far'),(279405,1632585883.086603,2,'info','Analyzed 5400 files containing 90.39 MB of data so far'),(279406,1632585884.134721,2,'info','Analyzed 5500 files containing 90.76 MB of data so far'),(279407,1632585885.606523,2,'info','Analyzed 5600 files containing 90.8 MB of data so far'),(279408,1632585886.730506,2,'info','Analyzed 5700 files containing 91.23 MB of data so far'),(279409,1632585889.676258,2,'info','Analyzed 5800 files containing 95.53 MB of data so far'),(279410,1632585890.827629,2,'info','Analyzed 5900 files containing 97.57 MB of data so far'),(279411,1632585892.165087,2,'info','Analyzed 6000 files containing 97.99 MB of data so far'),(279412,1632585893.910114,2,'info','Analyzed 6100 files containing 98.27 MB of data so far'),(279413,1632585894.773364,2,'info','Analyzed 6200 files containing 98.52 MB of data so far'),(279414,1632585897.847235,2,'info','Analyzed 6300 files containing 102.7 MB of data so far'),(279415,1632585900.867026,2,'info','Analyzed 6400 files containing 107.07 MB of data so far'),(279416,1632585902.319721,2,'info','Analyzed 6500 files containing 107.69 MB of data so far'),(279417,1632585904.451693,2,'info','Analyzed 6600 files containing 109.47 MB of data so far'),(279418,1632585906.451998,2,'info','Analyzed 6700 files containing 112.25 MB of data so far'),(279419,1632585908.432974,2,'info','Analyzed 6800 files containing 115.03 MB of data so far'),(279420,1632585909.458969,2,'info','Analyzed 6900 files containing 116.1 MB of data so far'),(279421,1632585910.563103,2,'info','Analyzed 7000 files containing 116.37 MB of data so far'),(279422,1632585911.623107,2,'info','Analyzed 7100 files containing 117.37 MB of data so far'),(279423,1632585912.724648,2,'info','Analyzed 7200 files containing 118.43 MB of data so far'),(279424,1632585913.823103,2,'info','Analyzed 7300 files containing 118.7 MB of data so far'),(279425,1632585915.266437,2,'info','Analyzed 7400 files containing 120.37 MB of data so far'),(279426,1632585916.334122,2,'info','Analyzed 7500 files containing 120.83 MB of data so far'),(279427,1632585917.382391,2,'info','Analyzed 7600 files containing 121.67 MB of data so far'),(279428,1632585919.294471,2,'info','Analyzed 7700 files containing 122.94 MB of data so far'),(279429,1632585920.834396,2,'info','Analyzed 7800 files containing 123.45 MB of data so far'),(279430,1632585922.580515,2,'info','Analyzed 7900 files containing 125.25 MB of data so far'),(279431,1632585923.834033,2,'info','Analyzed 8000 files containing 127.34 MB of data so far'),(279432,1632585925.736168,2,'info','Analyzed 8100 files containing 128.69 MB of data so far'),(279433,1632585928.232945,2,'info','Analyzed 8200 files containing 130.77 MB of data so far'),(279434,1632585930.309986,2,'info','Analyzed 8300 files containing 133.08 MB of data so far'),(279435,1632585931.788729,2,'info','Analyzed 8400 files containing 134.57 MB of data so far'),(279436,1632585932.986455,2,'info','Analyzed 8500 files containing 136.57 MB of data so far'),(279437,1632585934.063145,2,'info','Analyzed 8600 files containing 137.9 MB of data so far'),(279438,1632585937.608783,2,'info','Analyzed 8700 files containing 138.59 MB of data so far'),(279439,1632585938.872789,2,'info','Analyzed 8800 files containing 140.12 MB of data so far'),(279440,1632585940.209614,2,'info','Analyzed 8900 files containing 141.78 MB of data so far'),(279441,1632585941.521237,2,'info','Analyzed 9000 files containing 144.48 MB of data so far'),(279442,1632585942.864718,2,'info','Analyzed 9046 files containing 145.2 MB of data.'),(279443,1632585942.866742,10,'info','SUM_ENDBAD:Comparing core WordPress files against originals in repository'),(279444,1632585942.874479,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(279445,1632585942.881962,10,'info','SUM_ENDOK:Scanning for known malware files'),(279446,1632585942.923009,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(279447,1632585942.986608,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(279448,1632585943.003984,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(279449,1632585943.013154,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(279450,1632585945.255262,2,'info','Starting scan of file contents'),(279451,1632585946.332044,2,'info','Scanned contents of 8 additional files at 7.48 per second'),(279452,1632585947.348327,2,'info','Scanned contents of 19 additional files at 9.11 per second'),(279453,1632585948.406395,2,'info','Scanned contents of 29 additional files at 9.22 per second'),(279454,1632585949.727203,2,'info','Scanned contents of 36 additional files at 8.06 per second'),(279455,1632585956.337299,2,'info','Scanned contents of 40 additional files at 3.61 per second'),(279456,1632585957.404972,2,'info','Scanned contents of 48 additional files at 3.95 per second'),(279457,1632585958.984714,2,'info','Scanned contents of 54 additional files at 3.94 per second'),(279458,1632585960.717787,2,'info','Scanned contents of 63 additional files at 4.08 per second'),(279459,1632585961.774738,2,'info','Scanned contents of 69 additional files at 4.18 per second'),(279460,1632585962.801616,2,'info','Scanned contents of 75 additional files at 4.28 per second'),(279461,1632585963.854307,2,'info','Scanned contents of 83 additional files at 4.46 per second'),(279462,1632585964.924526,2,'info','Scanned contents of 93 additional files at 4.73 per second'),(279463,1632585965.929390,2,'info','Scanned contents of 106 additional files at 5.13 per second'),(279464,1632585966.968794,2,'info','Scanned contents of 115 additional files at 5.30 per second'),(279465,1632585968.007857,2,'info','Scanned contents of 126 additional files at 5.54 per second'),(279466,1632585969.113857,2,'info','Scanned contents of 136 additional files at 5.70 per second'),(279467,1632585970.204029,2,'info','Scanned contents of 146 additional files at 5.85 per second'),(279468,1632585971.250156,2,'info','Scanned contents of 155 additional files at 5.96 per second'),(279469,1632585972.260663,2,'info','Scanned contents of 162 additional files at 6.00 per second'),(279470,1632585973.388729,2,'info','Scanned contents of 169 additional files at 6.01 per second'),(279471,1632585977.272350,2,'info','Scanned contents of 173 additional files at 5.40 per second'),(279472,1632585978.280391,2,'info','Scanned contents of 180 additional files at 5.45 per second'),(279473,1632585979.316332,2,'info','Scanned contents of 192 additional files at 5.64 per second'),(279474,1632585980.352865,2,'info','Scanned contents of 200 additional files at 5.70 per second'),(279475,1632585981.781834,2,'info','Scanned contents of 209 additional files at 5.72 per second'),(279476,1632585982.846808,2,'info','Scanned contents of 220 additional files at 5.85 per second'),(279477,1632585983.893726,2,'info','Scanned contents of 229 additional files at 5.93 per second'),(279478,1632585984.897091,2,'info','Scanned contents of 238 additional files at 6.00 per second'),(279479,1632585985.909985,2,'info','Scanned contents of 248 additional files at 6.10 per second'),(279480,1632585986.995890,2,'info','Scanned contents of 255 additional files at 6.11 per second'),(279481,1632585988.119598,2,'info','Scanned contents of 266 additional files at 6.21 per second'),(279482,1632585989.186328,2,'info','Scanned contents of 272 additional files at 6.19 per second'),(279483,1632585990.266518,2,'info','Scanned contents of 283 additional files at 6.29 per second'),(279484,1632585991.526371,2,'info','Scanned contents of 285 additional files at 6.16 per second'),(279485,1632585992.596944,2,'info','Scanned contents of 294 additional files at 6.21 per second'),(279486,1632585993.632124,2,'info','Scanned contents of 302 additional files at 6.24 per second'),(279487,1632585994.636365,2,'info','Scanned contents of 311 additional files at 6.30 per second'),(279488,1632585995.761389,2,'info','Scanned contents of 319 additional files at 6.32 per second'),(279489,1632585996.994535,2,'info','Scanned contents of 325 additional files at 6.28 per second'),(279490,1632585998.087934,2,'info','Scanned contents of 333 additional files at 6.30 per second'),(279491,1632585999.148343,2,'info','Scanned contents of 338 additional files at 6.27 per second'),(279492,1632586000.216158,2,'info','Scanned contents of 346 additional files at 6.30 per second'),(279493,1632586002.009318,2,'info','Scanned contents of 356 additional files at 6.27 per second'),(279494,1632586003.134884,2,'info','Scanned contents of 369 additional files at 6.38 per second'),(279495,1632586004.208902,2,'info','Scanned contents of 379 additional files at 6.43 per second'),(279496,1632586005.266417,2,'info','Scanned contents of 386 additional files at 6.43 per second'),(279497,1632586006.423684,2,'info','Scanned contents of 394 additional files at 6.44 per second'),(279498,1632586007.492228,2,'info','Scanned contents of 403 additional files at 6.48 per second'),(279499,1632586008.510648,2,'info','Scanned contents of 415 additional files at 6.56 per second'),(279500,1632586009.618698,2,'info','Scanned contents of 426 additional files at 6.62 per second'),(279501,1632586010.833143,2,'info','Scanned contents of 433 additional files at 6.60 per second'),(279502,1632586011.906172,2,'info','Scanned contents of 439 additional files at 6.59 per second'),(279503,1632586012.930391,2,'info','Scanned contents of 447 additional files at 6.61 per second'),(279504,1632586013.980793,2,'info','Scanned contents of 454 additional files at 6.61 per second'),(279505,1632586015.025528,2,'info','Scanned contents of 466 additional files at 6.68 per second'),(279506,1632586016.159369,2,'info','Scanned contents of 471 additional files at 6.64 per second'),(279507,1632586017.232003,2,'info','Scanned contents of 477 additional files at 6.63 per second'),(279508,1632586018.322135,2,'info','Scanned contents of 485 additional files at 6.64 per second'),(279509,1632586019.391435,2,'info','Scanned contents of 493 additional files at 6.65 per second'),(279510,1632586020.535413,2,'info','Scanned contents of 502 additional files at 6.67 per second'),(279511,1632586022.007613,2,'info','Scanned contents of 505 additional files at 6.58 per second'),(279512,1632586023.057069,2,'info','Scanned contents of 513 additional files at 6.59 per second'),(279513,1632586024.492447,2,'info','Scanned contents of 523 additional files at 6.60 per second'),(279514,1632586025.519031,2,'info','Scanned contents of 534 additional files at 6.65 per second'),(279515,1632586026.596138,2,'info','Scanned contents of 543 additional files at 6.68 per second'),(279516,1632586027.780481,2,'info','Scanned contents of 551 additional files at 6.68 per second'),(279517,1632586028.782244,2,'info','Scanned contents of 560 additional files at 6.70 per second'),(279518,1632586030.381657,2,'info','Scanned contents of 570 additional files at 6.70 per second'),(279519,1632586031.392854,2,'info','Scanned contents of 576 additional files at 6.69 per second'),(279520,1632586032.398212,2,'info','Scanned contents of 585 additional files at 6.71 per second'),(279521,1632586033.569430,2,'info','Scanned contents of 590 additional files at 6.68 per second'),(279522,1632586034.648979,2,'info','Scanned contents of 600 additional files at 6.71 per second'),(279523,1632586036.052492,2,'info','Scanned contents of 606 additional files at 6.67 per second'),(279524,1632586037.055534,2,'info','Scanned contents of 615 additional files at 6.70 per second'),(279525,1632586038.211362,2,'info','Scanned contents of 623 additional files at 6.70 per second'),(279526,1632586040.740196,2,'info','Scanned contents of 634 additional files at 6.64 per second'),(279527,1632586041.846869,2,'info','Scanned contents of 644 additional files at 6.67 per second'),(279528,1632586042.859906,2,'info','Scanned contents of 652 additional files at 6.68 per second'),(279529,1632586044.262347,2,'info','Scanned contents of 657 additional files at 6.64 per second'),(279530,1632586045.311188,2,'info','Scanned contents of 668 additional files at 6.68 per second'),(279531,1632586046.410931,2,'info','Scanned contents of 677 additional files at 6.69 per second'),(279532,1632586047.416250,2,'info','Scanned contents of 685 additional files at 6.71 per second'),(279533,1632586048.447252,2,'info','Scanned contents of 696 additional files at 6.75 per second'),(279534,1632586049.462367,2,'info','Scanned contents of 704 additional files at 6.76 per second'),(279535,1632586050.582488,2,'info','Scanned contents of 712 additional files at 6.76 per second'),(279536,1632586052.152973,2,'info','Scanned contents of 716 additional files at 6.70 per second'),(279537,1632586053.178911,2,'info','Scanned contents of 725 additional files at 6.72 per second'),(279538,1632586054.320825,2,'info','Scanned contents of 738 additional files at 6.77 per second'),(279539,1632586055.537432,2,'info','Scanned contents of 746 additional files at 6.76 per second'),(279540,1632586056.639386,2,'info','Scanned contents of 752 additional files at 6.75 per second'),(279541,1632586057.762016,2,'info','Scanned contents of 759 additional files at 6.75 per second'),(279542,1632586059.053947,2,'info','Scanned contents of 769 additional files at 6.76 per second'),(279543,1632586060.271039,2,'info','Scanned contents of 775 additional files at 6.74 per second'),(279544,1632586061.326840,2,'info','Scanned contents of 783 additional files at 6.75 per second'),(279545,1632586062.432716,2,'info','Scanned contents of 787 additional files at 6.72 per second'),(279546,1632586063.499096,2,'info','Scanned contents of 796 additional files at 6.73 per second'),(279547,1632586064.602602,2,'info','Scanned contents of 806 additional files at 6.75 per second'),(279548,1632586065.621147,2,'info','Scanned contents of 815 additional files at 6.77 per second'),(279549,1632586066.686029,2,'info','Scanned contents of 825 additional files at 6.79 per second'),(279550,1632586067.705162,2,'info','Scanned contents of 831 additional files at 6.79 per second'),(279551,1632586068.780791,2,'info','Scanned contents of 836 additional files at 6.77 per second'),(279552,1632586069.848046,2,'info','Scanned contents of 844 additional files at 6.77 per second'),(279553,1632586070.898243,2,'info','Scanned contents of 856 additional files at 6.81 per second'),(279554,1632586071.972045,2,'info','Scanned contents of 866 additional files at 6.83 per second'),(279555,1632586072.998402,2,'info','Scanned contents of 875 additional files at 6.85 per second'),(279556,1632586074.167324,2,'info','Scanned contents of 885 additional files at 6.87 per second'),(279557,1632586075.216817,2,'info','Scanned contents of 895 additional files at 6.89 per second'),(279558,1632586076.235269,2,'info','Scanned contents of 904 additional files at 6.90 per second'),(279559,1632586077.302958,2,'info','Scanned contents of 906 additional files at 6.86 per second'),(279560,1632586078.379286,2,'info','Scanned contents of 914 additional files at 6.87 per second'),(279561,1632586079.654126,2,'info','Scanned contents of 917 additional files at 6.82 per second'),(279562,1632586081.049582,2,'info','Scanned contents of 923 additional files at 6.80 per second'),(279563,1632586082.057902,2,'info','Scanned contents of 932 additional files at 6.81 per second'),(279564,1632586083.067106,2,'info','Scanned contents of 941 additional files at 6.83 per second'),(279565,1632586084.123639,2,'info','Scanned contents of 953 additional files at 6.86 per second'),(279566,1632586085.124594,2,'info','Scanned contents of 960 additional files at 6.86 per second'),(279567,1632586086.390338,2,'info','Scanned contents of 963 additional files at 6.82 per second'),(279568,1632586087.400384,2,'info','Scanned contents of 970 additional files at 6.82 per second'),(279569,1632586090.796161,2,'info','Scanned contents of 977 additional files at 6.71 per second'),(279570,1632586091.965891,2,'info','Scanned contents of 986 additional files at 6.72 per second'),(279571,1632586093.150549,2,'info','Scanned contents of 997 additional files at 6.74 per second'),(279572,1632586094.189363,2,'info','Scanned contents of 1009 additional files at 6.78 per second'),(279573,1632586095.208841,2,'info','Scanned contents of 1018 additional files at 6.79 per second'),(279574,1632586096.267650,2,'info','Scanned contents of 1021 additional files at 6.76 per second'),(279575,1632586097.582461,2,'info','Scanned contents of 1028 additional files at 6.75 per second'),(279576,1632586098.806044,2,'info','Scanned contents of 1037 additional files at 6.75 per second'),(279577,1632586099.893366,2,'info','Scanned contents of 1044 additional files at 6.75 per second'),(279578,1632586103.413866,2,'info','Scanned contents of 1057 additional files at 6.68 per second'),(279579,1632586104.445276,2,'info','Scanned contents of 1064 additional files at 6.68 per second'),(279580,1632586105.486804,2,'info','Scanned contents of 1071 additional files at 6.68 per second'),(279581,1632586106.545394,2,'info','Scanned contents of 1078 additional files at 6.68 per second'),(279582,1632586107.606153,2,'info','Scanned contents of 1090 additional files at 6.71 per second'),(279583,1632586108.746250,2,'info','Scanned contents of 1097 additional files at 6.71 per second'),(279584,1632586109.748922,2,'info','Scanned contents of 1108 additional files at 6.74 per second'),(279585,1632586110.774195,2,'info','Scanned contents of 1118 additional files at 6.75 per second'),(279586,1632586114.758315,2,'info','Scanned contents of 1121 additional files at 6.61 per second'),(279587,1632586116.244447,2,'info','Scanned contents of 1130 additional files at 6.61 per second'),(279588,1632586117.265043,2,'info','Scanned contents of 1141 additional files at 6.63 per second'),(279589,1632586118.315839,2,'info','Scanned contents of 1149 additional files at 6.64 per second'),(279590,1632586119.385750,2,'info','Scanned contents of 1156 additional files at 6.64 per second'),(279591,1632586120.391402,2,'info','Scanned contents of 1162 additional files at 6.64 per second'),(279592,1632586123.970444,2,'info','Scanned contents of 1167 additional files at 6.53 per second'),(279593,1632586125.072808,2,'info','Scanned contents of 1181 additional files at 6.57 per second'),(279594,1632586126.204698,2,'info','Scanned contents of 1187 additional files at 6.56 per second'),(279595,1632586127.246160,2,'info','Scanned contents of 1196 additional files at 6.57 per second'),(279596,1632586128.273454,2,'info','Scanned contents of 1206 additional files at 6.59 per second'),(279597,1632586129.305353,2,'info','Scanned contents of 1214 additional files at 6.60 per second'),(279598,1632586136.596006,2,'info','Scanned contents of 1223 additional files at 6.39 per second'),(279599,1632586138.002031,2,'info','Scanned contents of 1234 additional files at 6.40 per second'),(279600,1632586139.134756,2,'info','Scanned contents of 1244 additional files at 6.42 per second'),(279601,1632586140.165259,2,'info','Scanned contents of 1255 additional files at 6.44 per second'),(279602,1632586141.314083,2,'info','Scanned contents of 1266 additional files at 6.46 per second'),(279603,1632586142.347500,2,'info','Scanned contents of 1278 additional files at 6.48 per second'),(279604,1632586143.594315,2,'info','Scanned contents of 1287 additional files at 6.49 per second'),(279605,1632586144.617102,2,'info','Scanned contents of 1298 additional files at 6.51 per second'),(279606,1632586145.872924,2,'info','Scanned contents of 1307 additional files at 6.52 per second'),(279607,1632586149.279169,2,'info','Scanned contents of 1316 additional files at 6.45 per second'),(279608,1632586150.311719,2,'info','Scanned contents of 1329 additional files at 6.48 per second'),(279609,1632586152.318748,2,'info','Scanned contents of 1340 additional files at 6.47 per second'),(279610,1632586154.978445,2,'info','Scanned contents of 1341 additional files at 6.39 per second'),(279611,1632586156.505414,2,'info','Scanned contents of 1351 additional files at 6.40 per second'),(279612,1632586158.208614,2,'info','Scanned contents of 1355 additional files at 6.36 per second'),(279613,1632586159.604503,2,'info','Scanned contents of 1358 additional files at 6.34 per second'),(279614,1632586162.101771,2,'info','Scanned contents of 1369 additional files at 6.31 per second'),(279615,1632586163.128336,2,'info','Scanned contents of 1381 additional files at 6.34 per second'),(279616,1632586164.355037,2,'info','Scanned contents of 1389 additional files at 6.34 per second'),(279617,1632586166.457910,2,'info','Scanned contents of 1390 additional files at 6.28 per second'),(279618,1632586167.512196,2,'info','Scanned contents of 1402 additional files at 6.31 per second'),(279619,1632586168.591220,2,'info','Scanned contents of 1411 additional files at 6.32 per second'),(279620,1632586169.734355,2,'info','Scanned contents of 1422 additional files at 6.33 per second'),(279621,1632586170.892763,2,'info','Scanned contents of 1434 additional files at 6.36 per second'),(279622,1632586172.119245,2,'info','Scanned contents of 1443 additional files at 6.36 per second'),(279623,1632586173.162010,2,'info','Scanned contents of 1448 additional files at 6.35 per second'),(279624,1632586174.295533,2,'info','Scanned contents of 1457 additional files at 6.36 per second'),(279625,1632586175.500499,2,'info','Scanned contents of 1466 additional files at 6.37 per second'),(279626,1632586176.513072,2,'info','Scanned contents of 1478 additional files at 6.39 per second'),(279627,1632586177.597045,2,'info','Scanned contents of 1489 additional files at 6.41 per second'),(279628,1632586178.922639,2,'info','Scanned contents of 1498 additional files at 6.41 per second'),(279629,1632586179.971401,2,'info','Scanned contents of 1508 additional files at 6.42 per second'),(279630,1632586181.019199,2,'info','Scanned contents of 1520 additional files at 6.45 per second'),(279631,1632586182.280034,2,'info','Scanned contents of 1524 additional files at 6.43 per second'),(279632,1632586183.302870,2,'info','Scanned contents of 1530 additional files at 6.43 per second'),(279633,1632586184.440447,2,'info','Scanned contents of 1539 additional files at 6.43 per second'),(279634,1632586185.635900,2,'info','Scanned contents of 1546 additional files at 6.43 per second'),(279635,1632586186.721379,2,'info','Scanned contents of 1552 additional files at 6.43 per second'),(279636,1632586187.761525,2,'info','Scanned contents of 1560 additional files at 6.43 per second'),(279637,1632586188.951508,2,'info','Scanned contents of 1572 additional files at 6.45 per second'),(279638,1632586190.196350,2,'info','Scanned contents of 1582 additional files at 6.46 per second'),(279639,1632586191.204434,2,'info','Scanned contents of 1590 additional files at 6.46 per second'),(279640,1632586193.567045,2,'info','Scanned contents of 1600 additional files at 6.44 per second'),(279641,1632586194.816888,2,'info','Scanned contents of 1614 additional files at 6.47 per second'),(279642,1632586197.165951,2,'info','Scanned contents of 1623 additional files at 6.44 per second'),(279643,1632586198.386490,2,'info','Scanned contents of 1629 additional files at 6.44 per second'),(279644,1632586203.249522,2,'info','Scanned contents of 1631 additional files at 6.32 per second'),(279645,1632586204.353790,2,'info','Scanned contents of 1641 additional files at 6.33 per second'),(279646,1632586205.526108,2,'info','Scanned contents of 1648 additional files at 6.33 per second'),(279647,1632586206.658669,2,'info','Scanned contents of 1660 additional files at 6.35 per second'),(279648,1632586207.672869,2,'info','Scanned contents of 1672 additional files at 6.37 per second'),(279649,1632586208.687338,2,'info','Scanned contents of 1683 additional files at 6.39 per second'),(279650,1632586209.763277,2,'info','Scanned contents of 1694 additional files at 6.40 per second'),(279651,1632586210.768679,2,'info','Scanned contents of 1702 additional files at 6.41 per second'),(279652,1632586211.938962,2,'info','Scanned contents of 1711 additional files at 6.42 per second'),(279653,1632586212.957841,2,'info','Scanned contents of 1720 additional files at 6.43 per second'),(279654,1632586213.967399,2,'info','Scanned contents of 1730 additional files at 6.44 per second'),(279655,1632586216.702696,2,'info','Scanned contents of 1740 additional files at 6.41 per second'),(279656,1632586217.747821,2,'info','Scanned contents of 1749 additional files at 6.42 per second'),(279657,1632586218.793262,2,'info','Scanned contents of 1760 additional files at 6.43 per second'),(279658,1632586219.818669,2,'info','Scanned contents of 1768 additional files at 6.44 per second'),(279659,1632586220.931483,2,'info','Scanned contents of 1776 additional files at 6.44 per second'),(279660,1632586222.002954,2,'info','Scanned contents of 1788 additional files at 6.46 per second'),(279661,1632586223.265993,2,'info','Scanned contents of 1796 additional files at 6.46 per second'),(279662,1632586224.424522,2,'info','Scanned contents of 1808 additional files at 6.48 per second'),(279663,1632586228.878805,2,'info','Scanned contents of 1812 additional files at 6.39 per second'),(279664,1632586230.407048,2,'info','Scanned contents of 1820 additional files at 6.38 per second'),(279665,1632586231.563114,2,'info','Scanned contents of 1828 additional files at 6.38 per second'),(279666,1632586232.598868,2,'info','Scanned contents of 1830 additional files at 6.37 per second'),(279667,1632586233.613616,2,'info','Scanned contents of 1840 additional files at 6.38 per second'),(279668,1632586234.759337,2,'info','Scanned contents of 1848 additional files at 6.38 per second'),(279669,1632586236.538738,2,'info','Scanned contents of 1852 additional files at 6.36 per second'),(279670,1632586237.588782,2,'info','Scanned contents of 1861 additional files at 6.37 per second'),(279671,1632586238.716647,2,'info','Scanned contents of 1868 additional files at 6.37 per second'),(279672,1632586240.003067,2,'info','Scanned contents of 1879 additional files at 6.38 per second'),(279673,1632586243.767498,2,'info','Scanned contents of 1882 additional files at 6.30 per second'),(279674,1632586244.793514,2,'info','Scanned contents of 1892 additional files at 6.32 per second'),(279675,1632586245.824148,2,'info','Scanned contents of 1901 additional files at 6.32 per second'),(279676,1632586247.420632,2,'info','Scanned contents of 1910 additional files at 6.32 per second'),(279677,1632586248.518316,2,'info','Scanned contents of 1921 additional files at 6.33 per second'),(279678,1632586249.523506,2,'info','Scanned contents of 1931 additional files at 6.35 per second'),(279679,1632586250.570204,2,'info','Scanned contents of 1939 additional files at 6.35 per second'),(279680,1632586251.589940,2,'info','Scanned contents of 1950 additional files at 6.37 per second'),(279681,1632586253.141243,2,'info','Scanned contents of 1954 additional files at 6.35 per second'),(279682,1632586254.194127,2,'info','Scanned contents of 1964 additional files at 6.36 per second'),(279683,1632586255.284866,2,'info','Scanned contents of 1974 additional files at 6.37 per second'),(279684,1632586256.295589,2,'info','Scanned contents of 1985 additional files at 6.38 per second'),(279685,1632586257.349616,2,'info','Scanned contents of 1996 additional files at 6.40 per second'),(279686,1632586259.316623,2,'info','Scanned contents of 2003 additional files at 6.38 per second'),(279687,1632586260.481497,2,'info','Scanned contents of 2016 additional files at 6.40 per second'),(279688,1632586261.493595,2,'info','Scanned contents of 2019 additional files at 6.38 per second'),(279689,1632586262.512899,2,'info','Scanned contents of 2025 additional files at 6.38 per second'),(279690,1632586263.565716,2,'info','Scanned contents of 2032 additional files at 6.38 per second'),(279691,1632586264.582815,2,'info','Scanned contents of 2034 additional files at 6.37 per second'),(279692,1632586265.702654,2,'info','Scanned contents of 2045 additional files at 6.38 per second'),(279693,1632586266.890356,2,'info','Scanned contents of 2058 additional files at 6.40 per second'),(279694,1632586268.320608,2,'info','Scanned contents of 2067 additional files at 6.40 per second'),(279695,1632586269.337105,2,'info','Scanned contents of 2078 additional files at 6.41 per second'),(279696,1632586270.558432,2,'info','Scanned contents of 2087 additional files at 6.42 per second'),(279697,1632586271.612712,2,'info','Scanned contents of 2100 additional files at 6.43 per second'),(279698,1632586272.677030,2,'info','Scanned contents of 2114 additional files at 6.46 per second'),(279699,1632586273.680560,2,'info','Scanned contents of 2117 additional files at 6.45 per second'),(279700,1632586274.724333,2,'info','Scanned contents of 2119 additional files at 6.43 per second'),(279701,1632586275.751180,2,'info','Scanned contents of 2127 additional files at 6.44 per second'),(279702,1632586276.854525,2,'info','Scanned contents of 2136 additional files at 6.44 per second'),(279703,1632586277.869699,2,'info','Scanned contents of 2144 additional files at 6.45 per second'),(279704,1632586278.898329,2,'info','Scanned contents of 2150 additional files at 6.44 per second'),(279705,1632586279.963778,2,'info','Scanned contents of 2153 additional files at 6.43 per second'),(279706,1632586280.986165,2,'info','Scanned contents of 2162 additional files at 6.44 per second'),(279707,1632586282.205042,2,'info','Scanned contents of 2175 additional files at 6.46 per second'),(279708,1632586284.502014,2,'info','Scanned contents of 2180 additional files at 6.43 per second'),(279709,1632586285.044249,2,'info','Scanned contents of 2187 additional files at 6.44 per second'),(279710,1632586285.046325,2,'info','Asking Wordfence to check URLs against malware list.'),(279711,1632586285.059106,2,'info','Checking 2751 host keys against Wordfence scanning servers.'),(279712,1632586285.987314,2,'info','Done host key check.'),(279713,1632586286.044976,2,'info','Done file contents scan'),(279714,1632586286.058026,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(279715,1632586286.076640,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(279716,1632586286.091854,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(279717,1632586286.094096,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(279718,1632586286.105617,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(279719,1632586286.224700,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(279720,1632586286.227443,2,'info','Checking 80 host keys against Wordfence scanning servers.'),(279721,1632586287.165784,2,'info','Done host key check.'),(279722,1632586287.168069,2,'info','Done examining URLs'),(279723,1632586287.186725,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(279724,1632586287.202846,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(279725,1632586287.260630,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(279726,1632586287.273545,10,'info','SUM_START:Scanning for weak passwords'),(279727,1632586287.276022,2,'info','Starting password strength check on 3 users.'),(279728,1632586287.662141,10,'info','SUM_ENDOK:Scanning for weak passwords'),(279729,1632586287.676528,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(279730,1632586287.679574,2,'info','Starting DNS scan for www.raisingclevergirls.com.au'),(279731,1632586287.686147,2,'info','Scanning CNAME DNS record for www.raisingclevergirls.com.au'),(279732,1632586287.690083,2,'info','Scanning DNS A record for raisingclevergirls.com.au'),(279733,1632586287.694592,2,'info','Scanning DNS MX record for raisingclevergirls.com.au'),(279734,1632586287.703458,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(279735,1632586287.721132,10,'info','SUM_START:Scanning to check available disk space'),(279736,1632586287.725095,2,'info','Total disk space: 599.7070GB -- Free disk space: 54.6297GB'),(279737,1632586287.727768,2,'info','The disk has 55940.84 MB space available'),(279738,1632586287.730273,10,'info','SUM_ENDOK:Scanning to check available disk space'),(279739,1632586287.746713,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(279740,1632586306.077018,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(279741,1632586306.093988,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(279742,1632586306.101015,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(279743,1632586306.114539,10,'info','SUM_START:Scanning for suspicious site options'),(279744,1632586306.151088,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(279745,1632586306.153541,2,'info','Done examining URLs'),(279746,1632586306.170395,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(279747,1632586306.265009,1,'info','-------------------'),(279748,1632586306.266939,1,'info','Scan Complete. Scanned 9046 files, 33 plugins, 5 themes, 24 pages, 11 comments and 66915 records in 8 minutes 42 seconds.'),(279749,1632586306.268511,10,'info','SUM_FINAL:Scan complete. You have 33 new issues to fix. See below.'),(279750,1632586307.261342,2,'info','Wordfence used 34.25 MB of memory for scan. Server peak memory usage was: 67.75 MB'),(279751,1632648548.340009,10,'info','SUM_PREP:Preparing a new scan.'),(279752,1632648548.342215,1,'info','Initiating quick scan'),(279753,1632648548.351911,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(279754,1632648548.536211,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(279755,1632648548.689834,1,'info','-------------------'),(279756,1632648548.691839,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(279757,1632648548.693714,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(279758,1632648548.732608,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34 MB'),(279759,1632732768.537187,10,'info','SUM_PREP:Preparing a new scan.'),(279760,1632732768.539436,1,'info','Initiating quick scan'),(279761,1632732768.557884,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(279762,1632732769.409969,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(279763,1632732769.518761,1,'info','-------------------'),(279764,1632732769.520719,1,'info','Quick Scan Complete. Scanned in 1 second.'),(279765,1632732769.522456,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(279766,1632732769.610387,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.75 MB'),(279767,1632823925.333521,10,'info','SUM_PREP:Preparing a new scan.'),(279768,1632823925.338300,1,'info','Initiating quick scan'),(279769,1632823925.351261,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(279770,1632823925.494481,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(279771,1632823925.610787,1,'info','-------------------'),(279772,1632823925.612543,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(279773,1632823925.614377,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(279774,1632823925.652411,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.75 MB'),(279775,1632843562.278509,1,'info','Scheduled Wordfence scan starting at Wednesday 29th of September 2021 01:39:22 AM'),(279776,1632843565.417706,10,'info','SUM_PREP:Preparing a new scan.'),(279777,1632843565.419924,1,'info','Contacting Wordfence to initiate scan'),(279778,1632843567.174486,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(279779,1632843569.183035,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(279780,1632843571.190178,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(279781,1632843573.206349,10,'info','SUM_START:Checking for the most secure way to get IPs'),(279782,1632843573.213938,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(279783,1632843573.232852,2,'info','Getting plugin list from WordPress'),(279784,1632843573.234722,2,'info','Found 33 plugins'),(279785,1632843573.241367,2,'info','Getting theme list from WordPress'),(279786,1632843573.283600,2,'info','Found 5 themes'),(279787,1632843573.519931,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(279788,1632843575.820172,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(279789,1632843575.833205,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(279790,1632843575.838226,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(279791,1632843575.850508,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(279792,1632843575.853031,10,'info','SUM_DISABLED:Skipping theme scan'),(279793,1632843575.855107,10,'info','SUM_DISABLED:Skipping plugin scan'),(279794,1632843575.860924,10,'info','SUM_START:Scanning for known malware files'),(279795,1632843575.870227,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(279796,1632843576.109024,2,'info','500 files indexed'),(279797,1632843576.435296,2,'info','1000 files indexed'),(279798,1632843576.641169,2,'info','1500 files indexed'),(279799,1632843576.866632,2,'info','2000 files indexed'),(279800,1632843577.031453,2,'info','2500 files indexed'),(279801,1632843577.195486,2,'info','3000 files indexed'),(279802,1632843577.361538,2,'info','3500 files indexed'),(279803,1632843577.520812,2,'info','4000 files indexed'),(279804,1632843577.876649,2,'info','4500 files indexed'),(279805,1632843578.016932,2,'info','5000 files indexed'),(279806,1632843578.193853,2,'info','5500 files indexed'),(279807,1632843578.312112,2,'info','6000 files indexed'),(279808,1632843578.570451,2,'info','6500 files indexed'),(279809,1632843578.763786,2,'info','7000 files indexed'),(279810,1632843579.078244,2,'info','7500 files indexed'),(279811,1632843579.410024,2,'info','8000 files indexed'),(279812,1632843580.222092,2,'info','8500 files indexed'),(279813,1632843580.398257,2,'info','9000 files indexed'),(279814,1632843580.407362,2,'info','9046 files indexed'),(279815,1632843581.414115,2,'info','Analyzed 100 files containing 1.32 MB of data so far'),(279816,1632843582.445683,2,'info','Analyzed 200 files containing 2.6 MB of data so far'),(279817,1632843583.418975,2,'info','Analyzed 300 files containing 3.83 MB of data so far'),(279818,1632843584.639900,2,'info','Analyzed 400 files containing 5.8 MB of data so far'),(279819,1632843585.606174,2,'info','Analyzed 500 files containing 6.5 MB of data so far'),(279820,1632843586.541210,2,'info','Analyzed 600 files containing 7.46 MB of data so far'),(279821,1632843587.935929,2,'info','Analyzed 700 files containing 9.28 MB of data so far'),(279822,1632843589.168358,2,'info','Analyzed 800 files containing 10.67 MB of data so far'),(279823,1632843590.807432,2,'info','Analyzed 900 files containing 12.86 MB of data so far'),(279824,1632843592.370607,2,'info','Analyzed 1000 files containing 14.81 MB of data so far'),(279825,1632843595.264306,2,'info','Analyzed 1100 files containing 19.16 MB of data so far'),(279826,1632843596.397342,2,'info','Analyzed 1200 files containing 20.51 MB of data so far'),(279827,1632843597.240369,2,'info','Analyzed 1300 files containing 21.43 MB of data so far'),(279828,1632843598.411610,2,'info','Analyzed 1400 files containing 22.48 MB of data so far'),(279829,1632843600.025240,2,'info','Analyzed 1500 files containing 25.01 MB of data so far'),(279830,1632843601.853400,2,'info','Analyzed 1600 files containing 27.46 MB of data so far'),(279831,1632843603.314528,2,'info','Analyzed 1700 files containing 28.68 MB of data so far'),(279832,1632843605.427662,2,'info','Analyzed 1800 files containing 31.31 MB of data so far'),(279833,1632843606.484651,2,'info','Analyzed 1900 files containing 32.03 MB of data so far'),(279834,1632843607.540574,2,'info','Analyzed 2000 files containing 32.8 MB of data so far'),(279835,1632843608.625668,2,'info','Analyzed 2100 files containing 33.08 MB of data so far'),(279836,1632843616.927748,2,'info','Analyzed 2200 files containing 49.19 MB of data so far'),(279837,1632843617.820231,2,'info','Analyzed 2300 files containing 49.99 MB of data so far'),(279838,1632843619.107047,2,'info','Analyzed 2400 files containing 51.7 MB of data so far'),(279839,1632843621.937896,2,'info','Analyzed 2500 files containing 56.45 MB of data so far'),(279840,1632843627.668633,2,'info','Analyzed 2600 files containing 66.92 MB of data so far'),(279841,1632843628.482075,2,'info','Analyzed 2700 files containing 67.23 MB of data so far'),(279842,1632843629.288585,2,'info','Analyzed 2800 files containing 67.37 MB of data so far'),(279843,1632843630.232371,2,'info','Analyzed 2900 files containing 67.97 MB of data so far'),(279844,1632843631.396627,2,'info','Analyzed 3000 files containing 68.55 MB of data so far'),(279845,1632843632.145715,2,'info','Analyzed 3100 files containing 68.78 MB of data so far'),(279846,1632843632.939040,2,'info','Analyzed 3200 files containing 69.06 MB of data so far'),(279847,1632843634.227812,2,'info','Analyzed 3300 files containing 70.46 MB of data so far'),(279848,1632843634.971093,2,'info','Analyzed 3400 files containing 70.59 MB of data so far'),(279849,1632843635.687150,2,'info','Analyzed 3500 files containing 70.84 MB of data so far'),(279850,1632843636.399995,2,'info','Analyzed 3600 files containing 71.34 MB of data so far'),(279851,1632843637.256345,2,'info','Analyzed 3700 files containing 71.95 MB of data so far'),(279852,1632843638.017993,2,'info','Analyzed 3800 files containing 72.42 MB of data so far'),(279853,1632843638.748364,2,'info','Analyzed 3900 files containing 72.89 MB of data so far'),(279854,1632843639.599906,2,'info','Analyzed 4000 files containing 73.28 MB of data so far'),(279855,1632843641.159375,2,'info','Analyzed 4100 files containing 75 MB of data so far'),(279856,1632843642.125726,2,'info','Analyzed 4200 files containing 75.68 MB of data so far'),(279857,1632843643.349010,2,'info','Analyzed 4300 files containing 76.68 MB of data so far'),(279858,1632843644.572016,2,'info','Analyzed 4400 files containing 78.02 MB of data so far'),(279859,1632843646.272450,2,'info','Analyzed 4500 files containing 80.66 MB of data so far'),(279860,1632843647.364673,2,'info','Analyzed 4600 files containing 81.87 MB of data so far'),(279861,1632843649.035095,2,'info','Analyzed 4700 files containing 84.31 MB of data so far'),(279862,1632843649.837406,2,'info','Analyzed 4800 files containing 85.18 MB of data so far'),(279863,1632843650.621431,2,'info','Analyzed 4900 files containing 86.14 MB of data so far'),(279864,1632843651.454631,2,'info','Analyzed 5000 files containing 87.67 MB of data so far'),(279865,1632843652.275841,2,'info','Analyzed 5100 files containing 88.51 MB of data so far'),(279866,1632843653.007626,2,'info','Analyzed 5200 files containing 89.35 MB of data so far'),(279867,1632843653.713521,2,'info','Analyzed 5300 files containing 89.55 MB of data so far'),(279868,1632843654.619337,2,'info','Analyzed 5400 files containing 90.39 MB of data so far'),(279869,1632843655.444401,2,'info','Analyzed 5500 files containing 90.76 MB of data so far'),(279870,1632843656.183086,2,'info','Analyzed 5600 files containing 90.8 MB of data so far'),(279871,1632843657.094143,2,'info','Analyzed 5700 files containing 91.23 MB of data so far'),(279872,1632843659.818703,2,'info','Analyzed 5800 files containing 95.53 MB of data so far'),(279873,1632843660.848549,2,'info','Analyzed 5900 files containing 97.57 MB of data so far'),(279874,1632843661.655671,2,'info','Analyzed 6000 files containing 97.99 MB of data so far'),(279875,1632843662.403172,2,'info','Analyzed 6100 files containing 98.27 MB of data so far'),(279876,1632843663.219045,2,'info','Analyzed 6200 files containing 98.52 MB of data so far'),(279877,1632843665.740389,2,'info','Analyzed 6300 files containing 102.7 MB of data so far'),(279878,1632843668.668536,2,'info','Analyzed 6400 files containing 107.07 MB of data so far'),(279879,1632843669.635964,2,'info','Analyzed 6500 files containing 107.69 MB of data so far'),(279880,1632843670.981495,2,'info','Analyzed 6600 files containing 109.47 MB of data so far'),(279881,1632843672.763270,2,'info','Analyzed 6700 files containing 112.25 MB of data so far'),(279882,1632843674.676149,2,'info','Analyzed 6800 files containing 115.03 MB of data so far'),(279883,1632843675.628196,2,'info','Analyzed 6900 files containing 116.1 MB of data so far'),(279884,1632843676.460854,2,'info','Analyzed 7000 files containing 116.37 MB of data so far'),(279885,1632843677.456812,2,'info','Analyzed 7100 files containing 117.37 MB of data so far'),(279886,1632843678.555489,2,'info','Analyzed 7200 files containing 118.43 MB of data so far'),(279887,1632843679.459001,2,'info','Analyzed 7300 files containing 118.7 MB of data so far'),(279888,1632843680.642946,2,'info','Analyzed 7400 files containing 120.37 MB of data so far'),(279889,1632843681.548852,2,'info','Analyzed 7500 files containing 120.83 MB of data so far'),(279890,1632843682.588271,2,'info','Analyzed 7600 files containing 121.67 MB of data so far'),(279891,1632843683.892510,2,'info','Analyzed 7700 files containing 122.94 MB of data so far'),(279892,1632843684.783634,2,'info','Analyzed 7800 files containing 123.45 MB of data so far'),(279893,1632843685.670736,2,'info','Analyzed 7900 files containing 125.25 MB of data so far'),(279894,1632843686.729108,2,'info','Analyzed 8000 files containing 127.34 MB of data so far'),(279895,1632843688.164458,2,'info','Analyzed 8100 files containing 128.69 MB of data so far'),(279896,1632843689.821952,2,'info','Analyzed 8200 files containing 130.77 MB of data so far'),(279897,1632843691.370768,2,'info','Analyzed 8300 files containing 133.08 MB of data so far'),(279898,1632843692.435937,2,'info','Analyzed 8400 files containing 134.57 MB of data so far'),(279899,1632843693.562302,2,'info','Analyzed 8500 files containing 136.57 MB of data so far'),(279900,1632843694.531617,2,'info','Analyzed 8600 files containing 137.9 MB of data so far'),(279901,1632843695.546941,2,'info','Analyzed 8700 files containing 138.59 MB of data so far'),(279902,1632843696.813543,2,'info','Analyzed 8800 files containing 140.13 MB of data so far'),(279903,1632843698.158526,2,'info','Analyzed 8900 files containing 141.78 MB of data so far'),(279904,1632843699.343430,2,'info','Analyzed 9000 files containing 144.49 MB of data so far'),(279905,1632843700.680125,2,'info','Analyzed 9046 files containing 145.2 MB of data.'),(279906,1632843700.682121,10,'info','SUM_ENDBAD:Comparing core WordPress files against originals in repository'),(279907,1632843700.690183,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(279908,1632843700.696604,10,'info','SUM_ENDOK:Scanning for known malware files'),(279909,1632843700.724099,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(279910,1632843700.810690,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(279911,1632843700.825004,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(279912,1632843700.831519,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(279913,1632843703.118870,2,'info','Starting scan of file contents'),(279914,1632843704.300420,2,'info','Scanned contents of 10 additional files at 8.51 per second'),(279915,1632843705.503870,2,'info','Scanned contents of 24 additional files at 10.09 per second'),(279916,1632843706.555234,2,'info','Scanned contents of 34 additional files at 9.91 per second'),(279917,1632843713.742056,2,'info','Scanned contents of 40 additional files at 3.77 per second'),(279918,1632843714.744350,2,'info','Scanned contents of 50 additional files at 4.30 per second'),(279919,1632843715.808986,2,'info','Scanned contents of 54 additional files at 4.26 per second'),(279920,1632843717.259497,2,'info','Scanned contents of 63 additional files at 4.46 per second'),(279921,1632843720.523645,2,'info','Scanned contents of 68 additional files at 3.91 per second'),(279922,1632843721.542336,2,'info','Scanned contents of 75 additional files at 4.07 per second'),(279923,1632843722.581682,2,'info','Scanned contents of 82 additional files at 4.21 per second'),(279924,1632843723.639376,2,'info','Scanned contents of 92 additional files at 4.48 per second'),(279925,1632843724.757439,2,'info','Scanned contents of 108 additional files at 4.99 per second'),(279926,1632843725.840243,2,'info','Scanned contents of 120 additional files at 5.28 per second'),(279927,1632843726.863393,2,'info','Scanned contents of 131 additional files at 5.52 per second'),(279928,1632843727.872555,2,'info','Scanned contents of 140 additional files at 5.66 per second'),(279929,1632843728.974714,2,'info','Scanned contents of 153 additional files at 5.92 per second'),(279930,1632843730.051472,2,'info','Scanned contents of 162 additional files at 6.02 per second'),(279931,1632843731.091897,2,'info','Scanned contents of 170 additional files at 6.08 per second'),(279932,1632843734.776186,2,'info','Scanned contents of 173 additional files at 5.47 per second'),(279933,1632843735.794457,2,'info','Scanned contents of 180 additional files at 5.51 per second'),(279934,1632843736.883567,2,'info','Scanned contents of 195 additional files at 5.78 per second'),(279935,1632843737.917080,2,'info','Scanned contents of 205 additional files at 5.89 per second'),(279936,1632843739.034977,2,'info','Scanned contents of 209 additional files at 5.82 per second'),(279937,1632843740.115335,2,'info','Scanned contents of 222 additional files at 6.00 per second'),(279938,1632843741.147075,2,'info','Scanned contents of 233 additional files at 6.13 per second'),(279939,1632843742.159785,2,'info','Scanned contents of 244 additional files at 6.25 per second'),(279940,1632843743.382004,2,'info','Scanned contents of 254 additional files at 6.31 per second'),(279941,1632843744.412912,2,'info','Scanned contents of 265 additional files at 6.42 per second'),(279942,1632843745.446238,2,'info','Scanned contents of 272 additional files at 6.43 per second'),(279943,1632843746.476840,2,'info','Scanned contents of 283 additional files at 6.53 per second'),(279944,1632843747.833262,2,'info','Scanned contents of 285 additional files at 6.37 per second'),(279945,1632843748.845344,2,'info','Scanned contents of 293 additional files at 6.41 per second'),(279946,1632843749.854364,2,'info','Scanned contents of 302 additional files at 6.46 per second'),(279947,1632843751.036202,2,'info','Scanned contents of 312 additional files at 6.51 per second'),(279948,1632843752.065640,2,'info','Scanned contents of 321 additional files at 6.56 per second'),(279949,1632843753.127601,2,'info','Scanned contents of 325 additional files at 6.50 per second'),(279950,1632843754.533004,2,'info','Scanned contents of 334 additional files at 6.50 per second'),(279951,1632843755.579428,2,'info','Scanned contents of 341 additional files at 6.50 per second'),(279952,1632843756.636522,2,'info','Scanned contents of 351 additional files at 6.56 per second'),(279953,1632843757.807539,2,'info','Scanned contents of 356 additional files at 6.51 per second'),(279954,1632843758.918419,2,'info','Scanned contents of 369 additional files at 6.61 per second'),(279955,1632843760.079374,2,'info','Scanned contents of 380 additional files at 6.67 per second'),(279956,1632843761.270963,2,'info','Scanned contents of 390 additional files at 6.71 per second'),(279957,1632843762.278858,2,'info','Scanned contents of 397 additional files at 6.71 per second'),(279958,1632843763.323212,2,'info','Scanned contents of 410 additional files at 6.81 per second'),(279959,1632843764.368902,2,'info','Scanned contents of 424 additional files at 6.92 per second'),(279960,1632843765.625388,2,'info','Scanned contents of 433 additional files at 6.93 per second'),(279961,1632843766.647516,2,'info','Scanned contents of 440 additional files at 6.93 per second'),(279962,1632843767.684147,2,'info','Scanned contents of 450 additional files at 6.97 per second'),(279963,1632843768.691710,2,'info','Scanned contents of 460 additional files at 7.02 per second'),(279964,1632843770.095398,2,'info','Scanned contents of 469 additional files at 7.00 per second'),(279965,1632843771.168309,2,'info','Scanned contents of 477 additional files at 7.01 per second'),(279966,1632843772.168764,2,'info','Scanned contents of 487 additional files at 7.05 per second'),(279967,1632843773.194833,2,'info','Scanned contents of 494 additional files at 7.05 per second'),(279968,1632843774.236153,2,'info','Scanned contents of 503 additional files at 7.07 per second'),(279969,1632843775.433612,2,'info','Scanned contents of 506 additional files at 7.00 per second'),(279970,1632843776.512211,2,'info','Scanned contents of 514 additional files at 7.00 per second'),(279971,1632843777.761781,2,'info','Scanned contents of 523 additional files at 7.01 per second'),(279972,1632843778.798887,2,'info','Scanned contents of 535 additional files at 7.07 per second'),(279973,1632843779.870159,2,'info','Scanned contents of 541 additional files at 7.05 per second'),(279974,1632843780.909292,2,'info','Scanned contents of 550 additional files at 7.07 per second'),(279975,1632843781.910703,2,'info','Scanned contents of 558 additional files at 7.08 per second'),(279976,1632843782.915113,2,'info','Scanned contents of 569 additional files at 7.13 per second'),(279977,1632843784.026924,2,'info','Scanned contents of 571 additional files at 7.06 per second'),(279978,1632843785.054502,2,'info','Scanned contents of 578 additional files at 7.05 per second'),(279979,1632843786.056748,2,'info','Scanned contents of 588 additional files at 7.09 per second'),(279980,1632843787.202816,2,'info','Scanned contents of 590 additional files at 7.02 per second'),(279981,1632843788.258138,2,'info','Scanned contents of 600 additional files at 7.05 per second'),(279982,1632843789.428498,2,'info','Scanned contents of 606 additional files at 7.02 per second'),(279983,1632843790.553622,2,'info','Scanned contents of 616 additional files at 7.05 per second'),(279984,1632843791.557572,2,'info','Scanned contents of 624 additional files at 7.06 per second'),(279985,1632843794.092086,2,'info','Scanned contents of 634 additional files at 6.97 per second'),(279986,1632843795.123626,2,'info','Scanned contents of 645 additional files at 7.01 per second'),(279987,1632843796.257583,2,'info','Scanned contents of 654 additional files at 7.02 per second'),(279988,1632843797.306407,2,'info','Scanned contents of 658 additional files at 6.99 per second'),(279989,1632843798.414685,2,'info','Scanned contents of 670 additional files at 7.03 per second'),(279990,1632843799.531372,2,'info','Scanned contents of 680 additional files at 7.05 per second'),(279991,1632843800.601106,2,'info','Scanned contents of 692 additional files at 7.10 per second'),(279992,1632843801.648265,2,'info','Scanned contents of 702 additional files at 7.13 per second'),(279993,1632843802.732603,2,'info','Scanned contents of 712 additional files at 7.15 per second'),(279994,1632843804.054087,2,'info','Scanned contents of 716 additional files at 7.09 per second'),(279995,1632843805.064577,2,'info','Scanned contents of 725 additional files at 7.11 per second'),(279996,1632843806.115226,2,'info','Scanned contents of 739 additional files at 7.18 per second'),(279997,1632843807.133442,2,'info','Scanned contents of 748 additional files at 7.19 per second'),(279998,1632843808.194561,2,'info','Scanned contents of 753 additional files at 7.17 per second'),(279999,1632843809.264829,2,'info','Scanned contents of 762 additional files at 7.18 per second'),(280000,1632843810.301785,2,'info','Scanned contents of 774 additional files at 7.22 per second'),(280001,1632843811.313594,2,'info','Scanned contents of 777 additional files at 7.18 per second'),(280002,1632843812.353041,2,'info','Scanned contents of 785 additional files at 7.19 per second'),(280003,1632843813.365972,2,'info','Scanned contents of 789 additional files at 7.16 per second'),(280004,1632843814.427532,2,'info','Scanned contents of 801 additional files at 7.20 per second'),(280005,1632843815.458974,2,'info','Scanned contents of 813 additional files at 7.24 per second'),(280006,1632843816.525018,2,'info','Scanned contents of 824 additional files at 7.27 per second'),(280007,1632843817.547867,2,'info','Scanned contents of 831 additional files at 7.26 per second'),(280008,1632843818.573668,2,'info','Scanned contents of 838 additional files at 7.26 per second'),(280009,1632843819.596322,2,'info','Scanned contents of 849 additional files at 7.29 per second'),(280010,1632843820.599193,2,'info','Scanned contents of 861 additional files at 7.33 per second'),(280011,1632843821.666412,2,'info','Scanned contents of 869 additional files at 7.33 per second'),(280012,1632843822.718612,2,'info','Scanned contents of 878 additional files at 7.34 per second'),(280013,1632843823.799892,2,'info','Scanned contents of 888 additional files at 7.36 per second'),(280014,1632843824.858946,2,'info','Scanned contents of 901 additional files at 7.40 per second'),(280015,1632843826.167484,2,'info','Scanned contents of 905 additional files at 7.36 per second'),(280016,1632843828.187397,2,'info','Scanned contents of 917 additional files at 7.33 per second'),(280017,1632843829.407180,2,'info','Scanned contents of 923 additional files at 7.31 per second'),(280018,1632843830.440484,2,'info','Scanned contents of 936 additional files at 7.35 per second'),(280019,1632843831.507375,2,'info','Scanned contents of 951 additional files at 7.41 per second'),(280020,1632843832.609384,2,'info','Scanned contents of 961 additional files at 7.42 per second'),(280021,1632843833.728940,2,'info','Scanned contents of 963 additional files at 7.37 per second'),(280022,1632843834.769495,2,'info','Scanned contents of 974 additional files at 7.40 per second'),(280023,1632843835.892353,2,'info','Scanned contents of 986 additional files at 7.43 per second'),(280024,1632843836.966179,2,'info','Scanned contents of 997 additional files at 7.45 per second'),(280025,1632843837.970317,2,'info','Scanned contents of 1009 additional files at 7.48 per second'),(280026,1632843839.006006,2,'info','Scanned contents of 1019 additional files at 7.50 per second'),(280027,1632843840.059566,2,'info','Scanned contents of 1022 additional files at 7.46 per second'),(280028,1632843841.305547,2,'info','Scanned contents of 1028 additional files at 7.44 per second'),(280029,1632843842.593113,2,'info','Scanned contents of 1037 additional files at 7.44 per second'),(280030,1632843843.665178,2,'info','Scanned contents of 1044 additional files at 7.43 per second'),(280031,1632843844.718885,2,'info','Scanned contents of 1056 additional files at 7.46 per second'),(280032,1632843847.024994,2,'info','Scanned contents of 1057 additional files at 7.35 per second'),(280033,1632843848.048444,2,'info','Scanned contents of 1063 additional files at 7.33 per second'),(280034,1632843849.092702,2,'info','Scanned contents of 1071 additional files at 7.34 per second'),(280035,1632843850.154114,2,'info','Scanned contents of 1079 additional files at 7.34 per second'),(280036,1632843851.432089,2,'info','Scanned contents of 1093 additional files at 7.37 per second'),(280037,1632843852.510602,2,'info','Scanned contents of 1103 additional files at 7.38 per second'),(280038,1632843853.554174,2,'info','Scanned contents of 1114 additional files at 7.41 per second'),(280039,1632843857.802557,2,'info','Scanned contents of 1121 additional files at 7.25 per second'),(280040,1632843859.240859,2,'info','Scanned contents of 1130 additional files at 7.24 per second'),(280041,1632843860.334380,2,'info','Scanned contents of 1141 additional files at 7.26 per second'),(280042,1632843861.335661,2,'info','Scanned contents of 1148 additional files at 7.26 per second'),(280043,1632843862.384113,2,'info','Scanned contents of 1155 additional files at 7.25 per second'),(280044,1632843863.436222,2,'info','Scanned contents of 1165 additional files at 7.27 per second'),(280045,1632843866.189376,2,'info','Scanned contents of 1167 additional files at 7.16 per second'),(280046,1632843867.250317,2,'info','Scanned contents of 1182 additional files at 7.20 per second'),(280047,1632843868.262514,2,'info','Scanned contents of 1188 additional files at 7.19 per second'),(280048,1632843869.340908,2,'info','Scanned contents of 1200 additional files at 7.22 per second'),(280049,1632843870.448391,2,'info','Scanned contents of 1210 additional files at 7.23 per second'),(280050,1632843873.362550,2,'info','Scanned contents of 1215 additional files at 7.14 per second'),(280051,1632843880.166771,2,'info','Scanned contents of 1223 additional files at 6.91 per second'),(280052,1632843881.186336,2,'info','Scanned contents of 1233 additional files at 6.92 per second'),(280053,1632843882.221726,2,'info','Scanned contents of 1241 additional files at 6.93 per second'),(280054,1632843883.229407,2,'info','Scanned contents of 1249 additional files at 6.93 per second'),(280055,1632843884.310895,2,'info','Scanned contents of 1263 additional files at 6.97 per second'),(280056,1632843885.420133,2,'info','Scanned contents of 1274 additional files at 6.99 per second'),(280057,1632843886.497377,2,'info','Scanned contents of 1284 additional files at 7.00 per second'),(280058,1632843887.504097,2,'info','Scanned contents of 1290 additional files at 7.00 per second'),(280059,1632843888.569112,2,'info','Scanned contents of 1303 additional files at 7.03 per second'),(280060,1632843889.653170,2,'info','Scanned contents of 1307 additional files at 7.01 per second'),(280061,1632843893.188720,2,'info','Scanned contents of 1316 additional files at 6.92 per second'),(280062,1632843894.259039,2,'info','Scanned contents of 1330 additional files at 6.96 per second'),(280063,1632843895.302383,2,'info','Scanned contents of 1339 additional files at 6.97 per second'),(280064,1632843896.378112,2,'info','Scanned contents of 1340 additional files at 6.93 per second'),(280065,1632843898.878140,2,'info','Scanned contents of 1341 additional files at 6.85 per second'),(280066,1632843899.958449,2,'info','Scanned contents of 1350 additional files at 6.86 per second'),(280067,1632843901.943919,2,'info','Scanned contents of 1355 additional files at 6.82 per second'),(280068,1632843903.667454,2,'info','Scanned contents of 1358 additional files at 6.77 per second'),(280069,1632843906.178428,2,'info','Scanned contents of 1369 additional files at 6.74 per second'),(280070,1632843907.214662,2,'info','Scanned contents of 1380 additional files at 6.76 per second'),(280071,1632843908.378562,2,'info','Scanned contents of 1389 additional files at 6.77 per second'),(280072,1632843910.252330,2,'info','Scanned contents of 1390 additional files at 6.71 per second'),(280073,1632843911.324391,2,'info','Scanned contents of 1402 additional files at 6.73 per second'),(280074,1632843912.389042,2,'info','Scanned contents of 1412 additional files at 6.75 per second'),(280075,1632843913.411833,2,'info','Scanned contents of 1423 additional files at 6.77 per second'),(280076,1632843914.427428,2,'info','Scanned contents of 1436 additional files at 6.80 per second'),(280077,1632843915.461691,2,'info','Scanned contents of 1444 additional files at 6.80 per second'),(280078,1632843916.662112,2,'info','Scanned contents of 1453 additional files at 6.80 per second'),(280079,1632843917.717073,2,'info','Scanned contents of 1462 additional files at 6.81 per second'),(280080,1632843918.739246,2,'info','Scanned contents of 1471 additional files at 6.82 per second'),(280081,1632843919.905339,2,'info','Scanned contents of 1484 additional files at 6.85 per second'),(280082,1632843920.909603,2,'info','Scanned contents of 1494 additional files at 6.86 per second'),(280083,1632843921.937540,2,'info','Scanned contents of 1503 additional files at 6.87 per second'),(280084,1632843922.965976,2,'info','Scanned contents of 1513 additional files at 6.88 per second'),(280085,1632843924.482696,2,'info','Scanned contents of 1524 additional files at 6.88 per second'),(280086,1632843925.632319,2,'info','Scanned contents of 1530 additional files at 6.88 per second'),(280087,1632843926.836116,2,'info','Scanned contents of 1539 additional files at 6.88 per second'),(280088,1632843927.979068,2,'info','Scanned contents of 1546 additional files at 6.88 per second'),(280089,1632843929.072654,2,'info','Scanned contents of 1552 additional files at 6.87 per second'),(280090,1632843930.116674,2,'info','Scanned contents of 1558 additional files at 6.86 per second'),(280091,1632843931.349054,2,'info','Scanned contents of 1572 additional files at 6.89 per second'),(280092,1632843932.619228,2,'info','Scanned contents of 1582 additional files at 6.89 per second'),(280093,1632843933.624419,2,'info','Scanned contents of 1590 additional files at 6.90 per second'),(280094,1632843934.677499,2,'info','Scanned contents of 1598 additional files at 6.90 per second'),(280095,1632843936.447019,2,'info','Scanned contents of 1600 additional files at 6.86 per second'),(280096,1632843937.530233,2,'info','Scanned contents of 1612 additional files at 6.88 per second'),(280097,1632843938.553966,2,'info','Scanned contents of 1619 additional files at 6.88 per second'),(280098,1632843940.244669,2,'info','Scanned contents of 1623 additional files at 6.84 per second'),(280099,1632843941.426933,2,'info','Scanned contents of 1629 additional files at 6.84 per second'),(280100,1632843946.117650,2,'info','Scanned contents of 1631 additional files at 6.71 per second'),(280101,1632843947.248111,2,'info','Scanned contents of 1642 additional files at 6.73 per second'),(280102,1632843948.271075,2,'info','Scanned contents of 1650 additional files at 6.73 per second'),(280103,1632843949.307374,2,'info','Scanned contents of 1661 additional files at 6.75 per second'),(280104,1632843950.422575,2,'info','Scanned contents of 1673 additional files at 6.77 per second'),(280105,1632843951.467016,2,'info','Scanned contents of 1685 additional files at 6.78 per second'),(280106,1632843952.472317,2,'info','Scanned contents of 1698 additional files at 6.81 per second'),(280107,1632843953.529170,2,'info','Scanned contents of 1704 additional files at 6.80 per second'),(280108,1632843954.596115,2,'info','Scanned contents of 1712 additional files at 6.81 per second'),(280109,1632843955.597153,2,'info','Scanned contents of 1722 additional files at 6.82 per second'),(280110,1632843956.641759,2,'info','Scanned contents of 1734 additional files at 6.84 per second'),(280111,1632843958.774867,2,'info','Scanned contents of 1740 additional files at 6.81 per second'),(280112,1632843959.779445,2,'info','Scanned contents of 1750 additional files at 6.82 per second'),(280113,1632843960.850142,2,'info','Scanned contents of 1762 additional files at 6.84 per second'),(280114,1632843961.922976,2,'info','Scanned contents of 1770 additional files at 6.84 per second'),(280115,1632843962.932444,2,'info','Scanned contents of 1781 additional files at 6.86 per second'),(280116,1632843963.935226,2,'info','Scanned contents of 1793 additional files at 6.87 per second'),(280117,1632843964.963472,2,'info','Scanned contents of 1799 additional files at 6.87 per second'),(280118,1632843966.032376,2,'info','Scanned contents of 1810 additional files at 6.88 per second'),(280119,1632843969.920033,2,'info','Scanned contents of 1812 additional files at 6.79 per second'),(280120,1632843971.156426,2,'info','Scanned contents of 1820 additional files at 6.79 per second'),(280121,1632843972.209088,2,'info','Scanned contents of 1829 additional files at 6.80 per second'),(280122,1632843973.217639,2,'info','Scanned contents of 1832 additional files at 6.78 per second'),(280123,1632843974.250337,2,'info','Scanned contents of 1843 additional files at 6.80 per second'),(280124,1632843975.278832,2,'info','Scanned contents of 1850 additional files at 6.80 per second'),(280125,1632843976.384806,2,'info','Scanned contents of 1852 additional files at 6.78 per second'),(280126,1632843977.390311,2,'info','Scanned contents of 1861 additional files at 6.79 per second'),(280127,1632843978.520592,2,'info','Scanned contents of 1869 additional files at 6.79 per second'),(280128,1632843979.613543,2,'info','Scanned contents of 1880 additional files at 6.80 per second'),(280129,1632843980.714346,2,'info','Scanned contents of 1882 additional files at 6.78 per second'),(280130,1632843981.755627,2,'info','Scanned contents of 1893 additional files at 6.79 per second'),(280131,1632843982.821434,2,'info','Scanned contents of 1903 additional files at 6.80 per second'),(280132,1632843984.034214,2,'info','Scanned contents of 1910 additional files at 6.80 per second'),(280133,1632843985.095462,2,'info','Scanned contents of 1921 additional files at 6.81 per second'),(280134,1632843986.136183,2,'info','Scanned contents of 1931 additional files at 6.82 per second'),(280135,1632843987.159388,2,'info','Scanned contents of 1938 additional files at 6.82 per second'),(280136,1632843988.179045,2,'info','Scanned contents of 1951 additional files at 6.84 per second'),(280137,1632843989.589443,2,'info','Scanned contents of 1954 additional files at 6.82 per second'),(280138,1632843990.627976,2,'info','Scanned contents of 1964 additional files at 6.83 per second'),(280139,1632843991.692504,2,'info','Scanned contents of 1975 additional files at 6.84 per second'),(280140,1632843992.769190,2,'info','Scanned contents of 1987 additional files at 6.86 per second'),(280141,1632843993.790146,2,'info','Scanned contents of 1998 additional files at 6.87 per second'),(280142,1632843995.113144,2,'info','Scanned contents of 2003 additional files at 6.86 per second'),(280143,1632843996.277188,2,'info','Scanned contents of 2016 additional files at 6.88 per second'),(280144,1632843997.292618,2,'info','Scanned contents of 2018 additional files at 6.86 per second'),(280145,1632843998.315669,2,'info','Scanned contents of 2026 additional files at 6.86 per second'),(280146,1632844000.072493,2,'info','Scanned contents of 2033 additional files at 6.85 per second'),(280147,1632844001.175875,2,'info','Scanned contents of 2045 additional files at 6.86 per second'),(280148,1632844002.208601,2,'info','Scanned contents of 2057 additional files at 6.88 per second'),(280149,1632844003.334447,2,'info','Scanned contents of 2063 additional files at 6.87 per second'),(280150,1632844004.502234,2,'info','Scanned contents of 2070 additional files at 6.87 per second'),(280151,1632844005.537385,2,'info','Scanned contents of 2081 additional files at 6.88 per second'),(280152,1632844006.614884,2,'info','Scanned contents of 2089 additional files at 6.88 per second'),(280153,1632844007.632316,2,'info','Scanned contents of 2100 additional files at 6.90 per second'),(280154,1632844008.702037,2,'info','Scanned contents of 2113 additional files at 6.91 per second'),(280155,1632844009.711670,2,'info','Scanned contents of 2117 additional files at 6.91 per second'),(280156,1632844010.761847,2,'info','Scanned contents of 2119 additional files at 6.89 per second'),(280157,1632844011.802339,2,'info','Scanned contents of 2127 additional files at 6.89 per second'),(280158,1632844012.833872,2,'info','Scanned contents of 2139 additional files at 6.91 per second'),(280159,1632844014.116595,2,'info','Scanned contents of 2149 additional files at 6.91 per second'),(280160,1632844015.192770,2,'info','Scanned contents of 2153 additional files at 6.90 per second'),(280161,1632844016.250516,2,'info','Scanned contents of 2163 additional files at 6.91 per second'),(280162,1632844017.398429,2,'info','Scanned contents of 2175 additional files at 6.92 per second'),(280163,1632844019.745729,2,'info','Scanned contents of 2180 additional files at 6.89 per second'),(280164,1632844020.454202,2,'info','Scanned contents of 2187 additional files at 6.89 per second'),(280165,1632844020.456086,2,'info','Asking Wordfence to check URLs against malware list.'),(280166,1632844020.469093,2,'info','Checking 2751 host keys against Wordfence scanning servers.'),(280167,1632844021.385033,2,'info','Done host key check.'),(280168,1632844021.410903,2,'info','Done file contents scan'),(280169,1632844021.430599,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(280170,1632844021.439786,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(280171,1632844021.452006,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(280172,1632844021.454418,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(280173,1632844021.465891,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(280174,1632844021.591933,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(280175,1632844021.594462,2,'info','Checking 80 host keys against Wordfence scanning servers.'),(280176,1632844022.512531,2,'info','Done host key check.'),(280177,1632844022.514834,2,'info','Done examining URLs'),(280178,1632844022.536197,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(280179,1632844022.552696,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(280180,1632844022.629780,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(280181,1632844022.644731,10,'info','SUM_START:Scanning for weak passwords'),(280182,1632844022.647255,2,'info','Starting password strength check on 3 users.'),(280183,1632844023.344660,10,'info','SUM_ENDOK:Scanning for weak passwords'),(280184,1632844023.361430,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(280185,1632844023.365212,2,'info','Starting DNS scan for www.raisingclevergirls.com.au'),(280186,1632844023.412640,2,'info','Scanning CNAME DNS record for www.raisingclevergirls.com.au'),(280187,1632844023.415843,2,'info','Scanning DNS A record for raisingclevergirls.com.au'),(280188,1632844023.425596,2,'info','Scanning DNS MX record for raisingclevergirls.com.au'),(280189,1632844023.430012,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(280190,1632844023.446490,10,'info','SUM_START:Scanning to check available disk space'),(280191,1632844023.449061,2,'info','Total disk space: 599.7070GB -- Free disk space: 54.7415GB'),(280192,1632844023.450815,2,'info','The disk has 56055.34 MB space available'),(280193,1632844023.452980,10,'info','SUM_ENDOK:Scanning to check available disk space'),(280194,1632844023.468751,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(280195,1632844043.933505,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(280196,1632844043.950673,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(280197,1632844043.960042,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(280198,1632844043.973443,10,'info','SUM_START:Scanning for suspicious site options'),(280199,1632844044.014505,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(280200,1632844044.019751,2,'info','Done examining URLs'),(280201,1632844044.037675,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(280202,1632844044.242384,1,'info','-------------------'),(280203,1632844044.246329,1,'info','Scan Complete. Scanned 9046 files, 33 plugins, 5 themes, 24 pages, 11 comments and 67038 records in 7 minutes 57 seconds.'),(280204,1632844044.250545,10,'info','SUM_FINAL:Scan complete. You have 33 new issues to fix. See below.'),(280205,1632844045.240416,2,'info','Wordfence used 34.25 MB of memory for scan. Server peak memory usage was: 67.75 MB'),(280206,1632906275.386650,10,'info','SUM_PREP:Preparing a new scan.'),(280207,1632906275.388948,1,'info','Initiating quick scan'),(280208,1632906275.400470,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(280209,1632906275.546391,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(280210,1632906275.636543,1,'info','-------------------'),(280211,1632906275.637990,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(280212,1632906275.639488,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(280213,1632906275.678226,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(280214,1632992742.089963,10,'info','SUM_PREP:Preparing a new scan.'),(280215,1632992742.092493,1,'info','Initiating quick scan'),(280216,1632992742.103173,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(280217,1632992742.246044,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(280218,1632992742.346369,1,'info','-------------------'),(280219,1632992742.347993,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(280220,1632992742.349848,10,'info','SUM_FINAL:Scan complete. You have 26 new issues to fix. See below.'),(280221,1632992742.381644,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(280222,1633079334.602975,10,'info','SUM_PREP:Preparing a new scan.'),(280223,1633079334.605538,1,'info','Initiating quick scan'),(280224,1633079334.625941,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(280225,1633079334.780384,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(280226,1633079334.900115,1,'info','-------------------'),(280227,1633079334.901785,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(280228,1633079334.903619,10,'info','SUM_FINAL:Scan complete. You have 23 new issues to fix. See below.'),(280229,1633079334.939842,2,'info','Wordfence used 512 KB of memory for scan. Server peak memory usage was: 34.5 MB'),(280230,1633090527.339535,2,'info','Scanning comment with Author: ufSNlvxYP Email: shelby2sqla56@gmail.com Source IP: 186.148.224.74 '),(280231,1633090527.389362,2,'info','Scanned comment with Author: ufSNlvxYP Email: shelby2sqla56@gmail.com Source IP: 186.148.224.74 '),(280232,1633105789.927344,1,'info','Scheduled Wordfence scan starting at Saturday 2nd of October 2021 02:29:49 AM'),(280233,1633105793.001628,10,'info','SUM_PREP:Preparing a new scan.'),(280234,1633105793.004907,1,'info','Contacting Wordfence to initiate scan'),(280235,1633105794.635606,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(280236,1633105796.644935,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(280237,1633105798.653359,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blacklist is for paid members only'),(280238,1633105800.670558,10,'info','SUM_START:Checking for the most secure way to get IPs'),(280239,1633105830.741298,10,'info','SUM_ENDFAILED:Checking for the most secure way to get IPs'),(280240,1633105830.762807,2,'info','Getting plugin list from WordPress'),(280241,1633105830.765259,2,'info','Found 33 plugins'),(280242,1633105830.772218,2,'info','Getting theme list from WordPress'),(280243,1633105830.829083,2,'info','Found 5 themes'),(280244,1633105831.069116,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(280245,1633105833.564694,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(280246,1633105833.576325,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(280247,1633105833.581517,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(280248,1633105833.594172,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(280249,1633105833.596692,10,'info','SUM_DISABLED:Skipping theme scan'),(280250,1633105833.599161,10,'info','SUM_DISABLED:Skipping plugin scan'),(280251,1633105833.610058,10,'info','SUM_START:Scanning for known malware files'),(280252,1633105833.619762,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(280253,1633105833.872786,2,'info','500 files indexed'),(280254,1633105834.227175,2,'info','1000 files indexed'),(280255,1633105834.435329,2,'info','1500 files indexed'),(280256,1633105834.646471,2,'info','2000 files indexed'),(280257,1633105834.811768,2,'info','2500 files indexed'),(280258,1633105835.012980,2,'info','3000 files indexed'),(280259,1633105835.208851,2,'info','3500 files indexed'),(280260,1633105835.294375,2,'info','4000 files indexed'),(280261,1633105835.722994,2,'info','4500 files indexed'),(280262,1633105835.853054,2,'info','5000 files indexed'),(280263,1633105836.015371,2,'info','5500 files indexed'),(280264,1633105836.146246,2,'info','6000 files indexed'),(280265,1633105836.401453,2,'info','6500 files indexed'),(280266,1633105836.554382,2,'info','7000 files indexed'),(280267,1633105836.827452,2,'info','7500 files indexed'),(280268,1633105837.104396,2,'info','8000 files indexed'),(280269,1633105837.890220,2,'info','8500 files indexed'),(280270,1633105838.030773,2,'info','9000 files indexed'),(280271,1633105838.037352,2,'info','9046 files indexed'),(280272,1633105839.047139,2,'info','Analyzed 100 files containing 1.32 MB of data so far'),(280273,1633105840.382925,2,'info','Analyzed 200 files containing 2.6 MB of data so far'),(280274,1633105841.490005,2,'info','Analyzed 300 files containing 3.83 MB of data so far'),(280275,1633105842.774181,2,'info','Analyzed 400 files containing 5.8 MB of data so far'),(280276,1633105843.906000,2,'info','Analyzed 500 files containing 6.5 MB of data so far'),(280277,1633105845.120091,2,'info','Analyzed 600 files containing 7.46 MB of data so far'),(280278,1633105846.814219,2,'info','Analyzed 700 files containing 9.28 MB of data so far'),(280279,1633105848.224926,2,'info','Analyzed 800 files containing 10.67 MB of data so far'),(280280,1633105850.013739,2,'info','Analyzed 900 files containing 12.86 MB of data so far'),(280281,1633105851.905104,2,'info','Analyzed 1000 files containing 14.81 MB of data so far'),(280282,1633105854.959728,2,'info','Analyzed 1100 files containing 19.16 MB of data so far'),(280283,1633105856.471799,2,'info','Analyzed 1200 files containing 20.51 MB of data so far'),(280284,1633105857.823603,2,'info','Analyzed 1300 files containing 21.43 MB of data so far'),(280285,1633105859.081065,2,'info','Analyzed 1400 files containing 22.48 MB of data so far'),(280286,1633105860.813063,2,'info','Analyzed 1500 files containing 25.01 MB of data so far'),(280287,1633105862.845587,2,'info','Analyzed 1600 files containing 27.46 MB of data so far'),(280288,1633105864.074062,2,'info','Analyzed 1700 files containing 28.68 MB of data so far'),(280289,1633105866.091860,2,'info','Analyzed 1800 files containing 31.31 MB of data so far'),(280290,1633105867.079156,2,'info','Analyzed 1900 files containing 32.03 MB of data so far'),(280291,1633105867.929518,2,'info','Analyzed 2000 files containing 32.8 MB of data so far'),(280292,1633105868.829694,2,'info','Analyzed 2100 files containing 33.08 MB of data so far'),(280293,1633105877.117455,2,'info','Analyzed 2200 files containing 49.19 MB of data so far'),(280294,1633105878.288491,2,'info','Analyzed 2300 files containing 49.99 MB of data so far'),(280295,1633105879.809860,2,'info','Analyzed 2400 files containing 51.7 MB of data so far'),(280296,1633105882.917817,2,'info','Analyzed 2500 files containing 56.45 MB of data so far'),(280297,1633105888.801411,2,'info','Analyzed 2600 files containing 66.92 MB of data so far'),(280298,1633105889.899048,2,'info','Analyzed 2700 files containing 67.23 MB of data so far'),(280299,1633105890.905838,2,'info','Analyzed 2800 files containing 67.37 MB of data so far'),(280300,1633105891.976006,2,'info','Analyzed 2900 files containing 67.97 MB of data so far'),(280301,1633105893.143270,2,'info','Analyzed 3000 files containing 68.55 MB of data so far'),(280302,1633105894.116428,2,'info','Analyzed 3100 files containing 68.78 MB of data so far'),(280303,1633105895.139513,2,'info','Analyzed 3200 files containing 69.06 MB of data so far'),(280304,1633105896.732653,2,'info','Analyzed 3300 files containing 70.46 MB of data so far'),(280305,1633105897.697143,2,'info','Analyzed 3400 files containing 70.59 MB of data so far'),(280306,1633105898.663247,2,'info','Analyzed 3500 files containing 70.84 MB of data so far'),(280307,1633105899.421541,2,'info','Analyzed 3600 files containing 71.34 MB of data so far'),(280308,1633105900.234683,2,'info','Analyzed 3700 files containing 71.95 MB of data so far'),(280309,1633105900.955820,2,'info','Analyzed 3800 files containing 72.42 MB of data so far'),(280310,1633105901.675092,2,'info','Analyzed 3900 files containing 72.89 MB of data so far'),(280311,1633105902.759399,2,'info','Analyzed 4000 files containing 73.28 MB of data so far'),(280312,1633105904.550525,2,'info','Analyzed 4100 files containing 75 MB of data so far'),(280313,1633105905.790635,2,'info','Analyzed 4200 files containing 75.68 MB of data so far'),(280314,1633105907.198512,2,'info','Analyzed 4300 files containing 76.68 MB of data so far'),(280315,1633105908.653348,2,'info','Analyzed 4400 files containing 78.02 MB of data so far'),(280316,1633105910.664695,2,'info','Analyzed 4500 files containing 80.66 MB of data so far'),(280317,1633105912.141932,2,'info','Analyzed 4600 files containing 81.87 MB of data so far'),(280318,1633105914.251598,2,'info','Analyzed 4700 files containing 84.31 MB of data so far'),(280319,1633105915.312147,2,'info','Analyzed 4800 files containing 85.18 MB of data so far'),(280320,1633105916.239768,2,'info','Analyzed 4900 files containing 86.14 MB of data so far'),(280321,1633105917.218757,2,'info','Analyzed 5000 files containing 87.67 MB of data so far'),(280322,1633105918.362745,2,'info','Analyzed 5100 files containing 88.51 MB of data so far'),(280323,1633105919.351524,2,'info','Analyzed 5200 files containing 89.35 MB of data so far'),(280324,1633105920.231180,2,'info','Analyzed 5300 files containing 89.55 MB of data so far'),(280325,1633105921.252373,2,'info','Analyzed 5400 files containing 90.39 MB of data so far'),(280326,1633105922.481052,2,'info','Analyzed 5500 files containing 90.76 MB of data so far'),(280327,1633105923.802909,2,'info','Analyzed 5600 files containing 90.8 MB of data so far'),(280328,1633105925.012226,2,'info','Analyzed 5700 files containing 91.23 MB of data so far'),(280329,1633105927.810270,2,'info','Analyzed 5800 files containing 95.53 MB of data so far'),(280330,1633105929.054418,2,'info','Analyzed 5900 files containing 97.57 MB of data so far'),(280331,1633105929.991221,2,'info','Analyzed 6000 files containing 97.99 MB of data so far'),(280332,1633105930.960462,2,'info','Analyzed 6100 files containing 98.27 MB of data so far'),(280333,1633105932.189964,2,'info','Analyzed 6200 files containing 98.52 MB of data so far'),(280334,1633105934.916792,2,'info','Analyzed 6300 files containing 102.7 MB of data so far'),(280335,1633105937.820362,2,'info','Analyzed 6400 files containing 107.07 MB of data so far'),(280336,1633105938.970764,2,'info','Analyzed 6500 files containing 107.69 MB of data so far'),(280337,1633105940.741423,2,'info','Analyzed 6600 files containing 109.47 MB of data so far'),(280338,1633105942.869066,2,'info','Analyzed 6700 files containing 112.25 MB of data so far'),(280339,1633105944.945162,2,'info','Analyzed 6800 files containing 115.03 MB of data so far'),(280340,1633105948.365534,2,'info','Analyzed 6900 files containing 116.1 MB of data so far'),(280341,1633105949.322790,2,'info','Analyzed 7000 files containing 116.37 MB of data so far'),(280342,1633105950.280046,2,'info','Analyzed 7100 files containing 117.37 MB of data so far'),(280343,1633105951.270917,2,'info','Analyzed 7200 files containing 118.43 MB of data so far'),(280344,1633105952.097811,2,'info','Analyzed 7300 files containing 118.7 MB of data so far'),(280345,1633105953.183877,2,'info','Analyzed 7400 files containing 120.37 MB of data so far'),(280346,1633105954.408689,2,'info','Analyzed 7500 files containing 120.83 MB of data so far'),(280347,1633105955.832228,2,'info','Analyzed 7600 files containing 121.67 MB of data so far'),(280348,1633105957.393455,2,'info','Analyzed 7700 files containing 122.94 MB of data so far'),(280349,1633105958.777807,2,'info','Analyzed 7800 files containing 123.45 MB of data so far'),(280350,1633105959.780858,2,'info','Analyzed 7900 files containing 125.25 MB of data so far'),(280351,1633105961.175775,2,'info','Analyzed 8000 files containing 127.34 MB of data so far'),(280352,1633105962.494024,2,'info','Analyzed 8100 files containing 128.69 MB of data so far'),(280353,1633105964.325160,2,'info','Analyzed 8200 files containing 130.77 MB of data so far'),(280354,1633105966.050497,2,'info','Analyzed 8300 files containing 133.08 MB of data so far'),(280355,1633105967.325690,2,'info','Analyzed 8400 files containing 134.57 MB of data so far'),(280356,1633105968.565083,2,'info','Analyzed 8500 files containing 136.57 MB of data so far'),(280357,1633105969.981355,2,'info','Analyzed 8600 files containing 137.9 MB of data so far'),(280358,1633105971.179981,2,'info','Analyzed 8700 files containing 138.59 MB of data so far'),(280359,1633105972.691168,2,'info','Analyzed 8800 files containing 140.13 MB of data so far'),(280360,1633105974.331020,2,'info','Analyzed 8900 files containing 141.78 MB of data so far'),(280361,1633105975.734154,2,'info','Analyzed 9000 files containing 144.49 MB of data so far'),(280362,1633105977.162095,2,'info','Analyzed 9046 files containing 145.2 MB of data.'),(280363,1633105977.164424,10,'info','SUM_ENDBAD:Comparing core WordPress files against originals in repository'),(280364,1633105977.172824,10,'info','SUM_ENDBAD:Scanning for unknown files in wp-admin and wp-includes'),(280365,1633105977.180769,10,'info','SUM_ENDOK:Scanning for known malware files'),(280366,1633105977.221155,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(280367,1633105977.293578,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(280368,1633105977.308977,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(280369,1633105977.315247,10,'info','SUM_START:Scanning file contents for URLs on a domain blacklist'),(280370,1633105979.639338,2,'info','Starting scan of file contents'),(280371,1633105980.934097,2,'info','Scanned contents of 7 additional files at 5.44 per second'),(280372,1633105982.008234,2,'info','Scanned contents of 15 additional files at 6.35 per second'),(280373,1633105983.140960,2,'info','Scanned contents of 24 additional files at 6.87 per second'),(280374,1633105984.199047,2,'info','Scanned contents of 34 additional files at 7.47 per second'),(280375,1633105991.190611,2,'info','Scanned contents of 40 additional files at 3.47 per second'),(280376,1633105992.223163,2,'info','Scanned contents of 50 additional files at 3.98 per second'),(280377,1633105993.286566,2,'info','Scanned contents of 55 additional files at 4.03 per second'),(280378,1633105994.670762,2,'info','Scanned contents of 63 additional files at 4.19 per second'),(280379,1633105995.672461,2,'info','Scanned contents of 69 additional files at 4.31 per second'),(280380,1633105996.708849,2,'info','Scanned contents of 75 additional files at 4.40 per second'),(280381,1633105997.784303,2,'info','Scanned contents of 82 additional files at 4.52 per second'),(280382,1633105998.849875,2,'info','Scanned contents of 92 additional files at 4.79 per second'),(280383,1633105999.883792,2,'info','Scanned contents of 106 additional files at 5.24 per second'),(280384,1633106000.929019,2,'info','Scanned contents of 115 additional files at 5.40 per second'),(280385,1633106001.972371,2,'info','Scanned contents of 127 additional files at 5.69 per second'),(280386,1633106003.001412,2,'info','Scanned contents of 137 additional files at 5.87 per second'),(280387,1633106004.040480,2,'info','Scanned contents of 149 additional files at 6.11 per second'),(280388,1633106005.151610,2,'info','Scanned contents of 159 additional files at 6.23 per second'),(280389,1633106006.484482,2,'info','Scanned contents of 169 additional files at 6.30 per second'),(280390,1633106010.192861,2,'info','Scanned contents of 173 additional files at 5.66 per second'),(280391,1633106011.218881,2,'info','Scanned contents of 181 additional files at 5.73 per second'),(280392,1633106012.227159,2,'info','Scanned contents of 194 additional files at 5.95 per second'),(280393,1633106013.243022,2,'info','Scanned contents of 204 additional files at 6.07 per second'),(280394,1633106014.268857,2,'info','Scanned contents of 209 additional files at 6.04 per second'),(280395,1633106015.428261,2,'info','Scanned contents of 220 additional files at 6.15 per second'),(280396,1633106016.466604,2,'info','Scanned contents of 231 additional files at 6.27 per second'),(280397,1633106017.512279,2,'info','Scanned contents of 242 additional files at 6.39 per second'),(280398,1633106018.522148,2,'info','Scanned contents of 253 additional files at 6.51 per second'),(280399,1633106019.533621,2,'info','Scanned contents of 259 additional files at 6.49 per second'),(280400,1633106020.634367,2,'info','Scanned contents of 269 additional files at 6.56 per second'),(280401,1633106021.800175,2,'info','Scanned contents of 279 additional files at 6.62 per second'),(280402,1633106023.332946,2,'info','Scanned contents of 285 additional files at 6.52 per second'),(280403,1633106024.362151,2,'info','Scanned contents of 295 additional files at 6.60 per second'),(280404,1633106025.362257,2,'info','Scanned contents of 306 additional files at 6.69 per second'),(280405,1633106026.432372,2,'info','Scanned contents of 313 additional files at 6.69 per second'),(280406,1633106027.472498,2,'info','Scanned contents of 321 additional files at 6.71 per second'),(280407,1633106028.564198,2,'info','Scanned contents of 325 additional files at 6.64 per second'),(280408,1633106029.597954,2,'info','Scanned contents of 333 additional files at 6.67 per second'),(280409,1633106030.685830,2,'info','Scanned contents of 340 additional files at 6.66 per second'),(280410,1633106031.692210,2,'info','Scanned contents of 351 additional files at 6.74 per second'),(280411,1633106032.774500,2,'info','Scanned contents of 358 additional files at 6.74 per second'),(280412,1633106033.846098,2,'info','Scanned contents of 372 additional files at 6.86 per second'),(280413,1633106034.963349,2,'info','Scanned contents of 384 additional files at 6.94 per second'),(280414,1633106035.971661,2,'info','Scanned contents of 393 additional files at 6.98 per second'),(280415,1633106037.024352,2,'info','Scanned contents of 400 additional files at 6.97 per second'),(280416,1633106038.034549,2,'info','Scanned contents of 411 additional files at 7.04 per second'),(280417,1633106039.105232,2,'info','Scanned contents of 424 additional files at 7.13 per second'),(280418,1633106040.233969,2,'info','Scanned contents of 433 additional files at 7.15 per second'),(280419,1633106041.271759,2,'info','Scanned contents of 439 additional files at 7.12 per second'),(280420,1633106042.307564,2,'info','Scanned contents of 447 additional files at 7.13 per second'),(280421,1633106043.345201,2,'info','Scanned contents of 457 additional files at 7.17 per second'),(280422,1633106044.776940,2,'info','Scanned contents of 469 additional files at 7.20 per second'),(280423,1633106045.815897,2,'info','Scanned contents of 477 additional files at 7.21 per second'),(280424,1633106046.853504,2,'info','Scanned contents of 487 additional files at 7.25 per second'),(280425,1633106047.898847,2,'info','Scanned contents of 495 additional files at 7.25 per second'),(280426,1633106048.942022,2,'info','Scanned contents of 503 additional files at 7.26 per second'),(280427,1633106049.942952,2,'info','Scanned contents of 505 additional files at 7.18 per second'),(280428,1633106050.980962,2,'info','Scanned contents of 515 additional files at 7.22 per second'),(280429,1633106052.241517,2,'info','Scanned contents of 523 additional files at 7.20 per second'),(280430,1633106053.337475,2,'info','Scanned contents of 536 additional files at 7.27 per second'),(280431,1633106054.361185,2,'info','Scanned contents of 544 additional files at 7.28 per second'),(280432,1633106055.402247,2,'info','Scanned contents of 552 additional files at 7.29 per second'),(280433,1633106056.420166,2,'info','Scanned contents of 564 additional files at 7.35 per second'),(280434,1633106057.594263,2,'info','Scanned contents of 570 additional files at 7.31 per second'),(280435,1633106058.617740,2,'info','Scanned contents of 576 additional files at 7.29 per second'),(280436,1633106059.646194,2,'info','Scanned contents of 587 additional files at 7.34 per second'),(280437,1633106060.797880,2,'info','Scanned contents of 591 additional files at 7.28 per second'),(280438,1633106062.160266,2,'info','Scanned contents of 601 additional files at 7.28 per second'),(280439,1633106063.223591,2,'info','Scanned contents of 609 additional files at 7.29 per second'),(280440,1633106064.333251,2,'info','Scanned contents of 618 additional files at 7.30 per second'),(280441,1633106065.409396,2,'info','Scanned contents of 624 additional files at 7.28 per second'),(280442,1633106068.150112,2,'info','Scanned contents of 634 additional files at 7.16 per second'),(280443,1633106069.241733,2,'info','Scanned contents of 644 additional files at 7.19 per second'),(280444,1633106070.284984,2,'info','Scanned contents of 653 additional files at 7.20 per second'),(280445,1633106071.393939,2,'info','Scanned contents of 657 additional files at 7.16 per second'),(280446,1633106072.443761,2,'info','Scanned contents of 669 additional files at 7.21 per second'),(280447,1633106073.470384,2,'info','Scanned contents of 679 additional files at 7.24 per second'),(280448,1633106074.520264,2,'info','Scanned contents of 691 additional files at 7.28 per second'),(280449,1633106075.595242,2,'info','Scanned contents of 701 additional files at 7.31 per second'),(280450,1633106076.626609,2,'info','Scanned contents of 712 additional files at 7.34 per second'),(280451,1633106077.804498,2,'info','Scanned contents of 716 additional files at 7.29 per second'),(280452,1633106078.835978,2,'info','Scanned contents of 726 additional files at 7.32 per second'),(280453,1633106079.879424,2,'info','Scanned contents of 739 additional files at 7.37 per second'),(280454,1633106080.885970,2,'info','Scanned contents of 747 additional files at 7.38 per second'),(280455,1633106082.000430,2,'info','Scanned contents of 753 additional files at 7.36 per second'),(280456,1633106083.141904,2,'info','Scanned contents of 762 additional files at 7.36 per second'),(280457,1633106084.163707,2,'info','Scanned contents of 772 additional files at 7.39 per second'),(280458,1633106085.184967,2,'info','Scanned contents of 777 additional files at 7.36 per second'),(280459,1633106086.198811,2,'info','Scanned contents of 785 additional files at 7.37 per second'),(280460,1633106087.213668,2,'info','Scanned contents of 787 additional files at 7.32 per second'),(280461,1633106088.236747,2,'info','Scanned contents of 799 additional files at 7.36 per second'),(280462,1633106089.256437,2,'info','Scanned contents of 810 additional files at 7.39 per second'),(280463,1633106090.311990,2,'info','Scanned contents of 820 additional files at 7.41 per second'),(280464,1633106091.603271,2,'info','Scanned contents of 831 additional files at 7.42 per second'),(280465,1633106092.660799,2,'info','Scanned contents of 838 additional files at 7.42 per second'),(280466,1633106093.699406,2,'info','Scanned contents of 849 additional files at 7.44 per second'),(280467,1633106094.710700,2,'info','Scanned contents of 861 additional files at 7.48 per second'),(280468,1633106095.813808,2,'info','Scanned contents of 869 additional files at 7.48 per second'),(280469,1633106096.842105,2,'info','Scanned contents of 879 additional files at 7.50 per second'),(280470,1633106097.891763,2,'info','Scanned contents of 888 additional files at 7.51 per second'),(280471,1633106100.240025,2,'info','Scanned contents of 890 additional files at 7.38 per second'),(280472,1633106101.554096,2,'info','Scanned contents of 903 additional files at 7.41 per second'),(280473,1633106102.638680,2,'info','Scanned contents of 905 additional files at 7.36 per second'),(280474,1633106103.677819,2,'info','Scanned contents of 915 additional files at 7.38 per second'),(280475,1633106104.757136,2,'info','Scanned contents of 917 additional files at 7.33 per second'),(280476,1633106105.967711,2,'info','Scanned contents of 923 additional files at 7.31 per second'),(280477,1633106107.018825,2,'info','Scanned contents of 938 additional files at 7.36 per second'),(280478,1633106108.052354,2,'info','Scanned contents of 953 additional files at 7.42 per second'),(280479,1633106109.841000,2,'info','Scanned contents of 963 additional files at 7.40 per second'),(280480,1633106110.875191,2,'info','Scanned contents of 977 additional files at 7.45 per second'),(280481,1633106111.899363,2,'info','Scanned contents of 988 additional files at 7.47 per second'),(280482,1633106113.030746,2,'info','Scanned contents of 999 additional files at 7.49 per second'),(280483,1633106114.074611,2,'info','Scanned contents of 1011 additional files at 7.52 per second'),(280484,1633106115.381384,2,'info','Scanned contents of 1020 additional files at 7.51 per second'),(280485,1633106116.420794,2,'info','Scanned contents of 1027 additional files at 7.51 per second'),(280486,1633106117.464015,2,'info','Scanned contents of 1034 additional files at 7.50 per second'),(280487,1633106118.564378,2,'info','Scanned contents of 1040 additional files at 7.49 per second'),(280488,1633106119.602788,2,'info','Scanned contents of 1053 additional files at 7.52 per second'),(280489,1633106122.165925,2,'info','Scanned contents of 1057 additional files at 7.42 per second'),(280490,1633106123.207511,2,'info','Scanned contents of 1065 additional files at 7.42 per second'),(280491,1633106124.262695,2,'info','Scanned contents of 1074 additional files at 7.43 per second'),(280492,1633106125.295420,2,'info','Scanned contents of 1085 additional files at 7.45 per second'),(280493,1633106126.303280,2,'info','Scanned contents of 1095 additional files at 7.47 per second'),(280494,1633106127.398084,2,'info','Scanned contents of 1106 additional files at 7.49 per second'),(280495,1633106128.449980,2,'info','Scanned contents of 1117 additional files at 7.51 per second'),(280496,1633106132.105749,2,'info','Scanned contents of 1121 additional files at 7.35 per second'),(280497,1633106133.296613,2,'info','Scanned contents of 1130 additional files at 7.35 per second'),(280498,1633106134.367692,2,'info','Scanned contents of 1143 additional files at 7.39 per second'),(280499,1633106135.368154,2,'info','Scanned contents of 1152 additional files at 7.40 per second'),(280500,1633106136.485508,2,'info','Scanned contents of 1159 additional files at 7.39 per second'),(280501,1633106139.900806,2,'info','Scanned contents of 1167 additional files at 7.28 per second'),(280502,1633106140.961854,2,'info','Scanned contents of 1181 additional files at 7.32 per second'),(280503,1633106141.979175,2,'info','Scanned contents of 1187 additional files at 7.31 per second'),(280504,1633106142.979781,2,'info','Scanned contents of 1196 additional files at 7.32 per second'),(280505,1633106143.985332,2,'info','Scanned contents of 1206 additional files at 7.34 per second'),(280506,1633106145.042566,2,'info','Scanned contents of 1215 additional files at 7.35 per second'),(280507,1633106152.280910,2,'info','Scanned contents of 1223 additional files at 7.08 per second'),(280508,1633106153.523052,2,'info','Scanned contents of 1234 additional files at 7.10 per second'),(280509,1633106154.606018,2,'info','Scanned contents of 1245 additional files at 7.12 per second'),(280510,1633106155.633666,2,'info','Scanned contents of 1258 additional files at 7.15 per second'),(280511,1633106156.684691,2,'info','Scanned contents of 1271 additional files at 7.18 per second'),(280512,1633106157.834440,2,'info','Scanned contents of 1282 additional files at 7.19 per second'),(280513,1633106158.912787,2,'info','Scanned contents of 1291 additional files at 7.20 per second'),(280514,1633106160.189747,2,'info','Scanned contents of 1305 additional files at 7.23 per second'),(280515,1633106163.730646,2,'info','Scanned contents of 1316 additional files at 7.15 per second'),(280516,1633106164.739330,2,'info','Scanned contents of 1329 additional files at 7.18 per second'),(280517,1633106166.582720,2,'info','Scanned contents of 1340 additional files at 7.17 per second'),(280518,1633106168.776809,2,'info','Scanned contents of 1341 additional files at 7.09 per second'),(280519,1633106169.884440,2,'info','Scanned contents of 1351 additional files at 7.10 per second'),(280520,1633106171.308113,2,'info','Scanned contents of 1355 additional files at 7.07 per second'),(280521,1633106172.614175,2,'info','Scanned contents of 1358 additional files at 7.04 per second'),(280522,1633106174.590594,2,'info','Scanned contents of 1369 additional files at 7.02 per second'),(280523,1633106175.626973,2,'info','Scanned contents of 1382 additional files at 7.05 per second'),(280524,1633106178.355394,2,'info','Scanned contents of 1390 additional files at 7.00 per second'),(280525,1633106179.433571,2,'info','Scanned contents of 1402 additional files at 7.02 per second'),(280526,1633106180.526446,2,'info','Scanned contents of 1412 additional files at 7.03 per second'),(280527,1633106181.609499,2,'info','Scanned contents of 1422 additional files at 7.04 per second'),(280528,1633106182.665467,2,'info','Scanned contents of 1434 additional files at 7.06 per second'),(280529,1633106183.675855,2,'info','Scanned contents of 1441 additional files at 7.06 per second'),(280530,1633106184.842704,2,'info','Scanned contents of 1445 additional files at 7.04 per second'),(280531,1633106185.948770,2,'info','Scanned contents of 1455 additional files at 7.05 per second'),(280532,1633106186.980494,2,'info','Scanned contents of 1463 additional files at 7.06 per second'),(280533,1633106188.017072,2,'info','Scanned contents of 1473 additional files at 7.07 per second'),(280534,1633106189.030605,2,'info','Scanned contents of 1484 additional files at 7.09 per second'),(280535,1633106190.055873,2,'info','Scanned contents of 1494 additional files at 7.10 per second'),(280536,1633106191.079665,2,'info','Scanned contents of 1503 additional files at 7.11 per second'),(280537,1633106192.162131,2,'info','Scanned contents of 1513 additional files at 7.12 per second'),(280538,1633106193.831230,2,'info','Scanned contents of 1524 additional files at 7.12 per second'),(280539,1633106194.866412,2,'info','Scanned contents of 1530 additional files at 7.11 per second'),(280540,1633106195.956538,2,'info','Scanned contents of 1539 additional files at 7.11 per second'),(280541,1633106196.968095,2,'info','Scanned contents of 1545 additional files at 7.11 per second'),(280542,1633106198.325837,2,'info','Scanned contents of 1552 additional files at 7.10 per second'),(280543,1633106199.432662,2,'info','Scanned contents of 1560 additional files at 7.10 per second'),(280544,1633106200.547228,2,'info','Scanned contents of 1572 additional files at 7.12 per second'),(280545,1633106201.755046,2,'info','Scanned contents of 1582 additional files at 7.12 per second'),(280546,1633106202.821847,2,'info','Scanned contents of 1592 additional files at 7.13 per second'),(280547,1633106204.744556,2,'info','Scanned contents of 1600 additional files at 7.11 per second'),(280548,1633106205.760903,2,'info','Scanned contents of 1613 additional files at 7.13 per second'),(280549,1633106206.813169,2,'info','Scanned contents of 1622 additional files at 7.14 per second'),(280550,1633106208.131485,2,'info','Scanned contents of 1623 additional files at 7.10 per second'),(280551,1633106209.423148,2,'info','Scanned contents of 1629 additional files at 7.09 per second'),(280552,1633106213.895628,2,'info','Scanned contents of 1631 additional files at 6.96 per second'),(280553,1633106214.990157,2,'info','Scanned contents of 1641 additional files at 6.97 per second'),(280554,1633106216.077405,2,'info','Scanned contents of 1648 additional files at 6.97 per second'),(280555,1633106217.103943,2,'info','Scanned contents of 1659 additional files at 6.99 per second'),(280556,1633106218.138652,2,'info','Scanned contents of 1671 additional files at 7.01 per second'),(280557,1633106219.163923,2,'info','Scanned contents of 1681 additional files at 7.02 per second'),(280558,1633106220.168798,2,'info','Scanned contents of 1692 additional files at 7.03 per second'),(280559,1633106221.242703,2,'info','Scanned contents of 1701 additional files at 7.04 per second'),(280560,1633106222.523918,2,'info','Scanned contents of 1711 additional files at 7.04 per second'),(280561,1633106223.560514,2,'info','Scanned contents of 1718 additional files at 7.04 per second'),(280562,1633106224.632892,2,'info','Scanned contents of 1728 additional files at 7.05 per second'),(280563,1633106225.666206,2,'info','Scanned contents of 1737 additional files at 7.06 per second'),(280564,1633106227.598032,2,'info','Scanned contents of 1740 additional files at 7.02 per second'),(280565,1633106228.634363,2,'info','Scanned contents of 1751 additional files at 7.03 per second'),(280566,1633106229.677871,2,'info','Scanned contents of 1761 additional files at 7.04 per second'),(280567,1633106230.766501,2,'info','Scanned contents of 1770 additional files at 7.05 per second'),(280568,1633106231.840868,2,'info','Scanned contents of 1782 additional files at 7.07 per second'),(280569,1633106232.963838,2,'info','Scanned contents of 1794 additional files at 7.08 per second'),(280570,1633106233.986688,2,'info','Scanned contents of 1803 additional files at 7.09 per second'),(280571,1633106238.659403,2,'info','Scanned contents of 1812 additional files at 7.00 per second'),(280572,1633106240.045895,2,'info','Scanned contents of 1820 additional files at 6.99 per second'),(280573,1633106241.169753,2,'info','Scanned contents of 1828 additional files at 6.99 per second'),(280574,1633106242.437132,2,'info','Scanned contents of 1832 additional files at 6.97 per second'),(280575,1633106243.445865,2,'info','Scanned contents of 1841 additional files at 6.98 per second'),(280576,1633106244.499899,2,'info','Scanned contents of 1848 additional files at 6.98 per second'),(280577,1633106246.098588,2,'info','Scanned contents of 1852 additional files at 6.95 per second'),(280578,1633106247.138194,2,'info','Scanned contents of 1861 additional files at 6.96 per second'),(280579,1633106248.264937,2,'info','Scanned contents of 1868 additional files at 6.95 per second'),(280580,1633106249.283810,2,'info','Scanned contents of 1878 additional files at 6.96 per second'),(280581,1633106250.674675,2,'info','Scanned contents of 1882 additional files at 6.94 per second'),(280582,1633106253.267610,2,'info','Scanned contents of 1885 additional files at 6.89 per second'),(280583,1633106254.353089,2,'info','Scanned contents of 1899 additional files at 6.91 per second'),(280584,1633106255.677060,2,'info','Scanned contents of 1910 additional files at 6.92 per second'),(280585,1633106256.688582,2,'info','Scanned contents of 1923 additional files at 6.94 per second'),(280586,1633106257.699763,2,'info','Scanned contents of 1935 additional files at 6.96 per second'),(280587,1633106258.705674,2,'info','Scanned contents of 1947 additional files at 6.98 per second'),(280588,1633106260.333432,2,'info','Scanned contents of 1954 additional files at 6.96 per second'),(280589,1633106261.395335,2,'info','Scanned contents of 1965 additional files at 6.97 per second'),(280590,1633106262.442644,2,'info','Scanned contents of 1976 additional files at 6.99 per second'),(280591,1633106263.460800,2,'info','Scanned contents of 1988 additional files at 7.00 per second'),(280592,1633106264.496670,2,'info','Scanned contents of 1999 additional files at 7.02 per second'),(280593,1633106265.671090,2,'info','Scanned contents of 2003 additional files at 7.00 per second'),(280594,1633106266.860339,2,'info','Scanned contents of 2016 additional files at 7.02 per second'),(280595,1633106267.945103,2,'info','Scanned contents of 2019 additional files at 7.00 per second'),(280596,1633106268.949682,2,'info','Scanned contents of 2029 additional files at 7.01 per second'),(280597,1633106270.122663,2,'info','Scanned contents of 2030 additional files at 6.99 per second'),(280598,1633106271.136698,2,'info','Scanned contents of 2035 additional files at 6.98 per second'),(280599,1633106272.563221,2,'info','Scanned contents of 2039 additional files at 6.96 per second'),(280600,1633106273.610025,2,'info','Scanned contents of 2052 additional files at 6.98 per second'),(280601,1633106274.739637,2,'info','Scanned contents of 2054 additional files at 6.96 per second'),(280602,1633106275.829961,2,'info','Scanned contents of 2063 additional files at 6.97 per second'),(280603,1633106276.860701,2,'info','Scanned contents of 2070 additional files at 6.96 per second'),(280604,1633106277.878695,2,'info','Scanned contents of 2083 additional files at 6.98 per second'),(280605,1633106278.942908,2,'info','Scanned contents of 2094 additional files at 7.00 per second'),(280606,1633106279.971882,2,'info','Scanned contents of 2108 additional files at 7.02 per second'),(280607,1633106281.278571,2,'info','Scanned contents of 2117 additional files at 7.02 per second'),(280608,1633106282.319220,2,'info','Scanned contents of 2119 additional files at 7.00 per second'),(280609,1633106283.373959,2,'info','Scanned contents of 2127 additional files at 7.00 per second'),(280610,1633106284.423536,2,'info','Scanned contents of 2141 additional files at 7.02 per second'),(280611,1633106285.443188,2,'info','Scanned contents of 2150 additional files at 7.03 per second'),(280612,1633106286.501842,2,'info','Scanned contents of 2154 additional files at 7.02 per second'),(280613,1633106287.619733,2,'info','Scanned contents of 2167 additional files at 7.04 per second'),(280614,1633106288.630312,2,'info','Scanned contents of 2177 additional files at 7.05 per second'),(280615,1633106290.466855,2,'info','Scanned contents of 2180 additional files at 7.01 per second'),(280616,1633106291.116045,2,'info','Scanned contents of 2187 additional files at 7.02 per second'),(280617,1633106291.117847,2,'info','Asking Wordfence to check URLs against malware list.'),(280618,1633106291.131948,2,'info','Checking 2751 host keys against Wordfence scanning servers.'),(280619,1633106292.063982,2,'info','Done host key check.'),(280620,1633106292.094159,2,'info','Done file contents scan'),(280621,1633106292.106945,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(280622,1633106292.114179,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blacklist'),(280623,1633106292.129039,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(280624,1633106292.131202,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(280625,1633106292.146320,10,'info','SUM_START:Scanning posts for URLs on a domain blacklist'),(280626,1633106292.308421,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(280627,1633106292.311629,2,'info','Checking 80 host keys against Wordfence scanning servers.'),(280628,1633106293.243102,2,'info','Done host key check.'),(280629,1633106293.251663,2,'info','Done examining URLs'),(280630,1633106293.267692,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blacklist'),(280631,1633106293.283505,10,'info','SUM_START:Scanning comments for URLs on a domain blacklist'),(280632,1633106293.346703,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blacklist'),(280633,1633106293.359151,10,'info','SUM_START:Scanning for weak passwords'),(280634,1633106293.362251,2,'info','Starting password strength check on 3 users.'),(280635,1633106293.760036,10,'info','SUM_ENDOK:Scanning for weak passwords'),(280636,1633106293.772567,10,'info','SUM_START:Scanning DNS for unauthorized changes'),(280637,1633106293.775460,2,'info','Starting DNS scan for www.raisingclevergirls.com.au'),(280638,1633106293.778932,2,'info','Scanning CNAME DNS record for www.raisingclevergirls.com.au'),(280639,1633106293.782342,2,'info','Scanning DNS A record for raisingclevergirls.com.au'),(280640,1633106293.786179,2,'info','Scanning DNS MX record for raisingclevergirls.com.au'),(280641,1633106293.790994,10,'info','SUM_ENDOK:Scanning DNS for unauthorized changes'),(280642,1633106293.804145,10,'info','SUM_START:Scanning to check available disk space'),(280643,1633106293.807023,2,'info','Total disk space: 599.7070GB -- Free disk space: 52.7475GB'),(280644,1633106293.809015,2,'info','The disk has 54013.45 MB space available'),(280645,1633106293.811061,10,'info','SUM_ENDOK:Scanning to check available disk space'),(280646,1633106293.826165,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(280647,1633106312.706832,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(280648,1633106312.719522,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(280649,1633106312.726004,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(280650,1633106312.737497,10,'info','SUM_START:Scanning for suspicious site options'),(280651,1633106312.771525,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(280652,1633106312.774080,2,'info','Done examining URLs'),(280653,1633106312.789822,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(280654,1633106312.896733,1,'info','-------------------'),(280655,1633106312.898621,1,'info','Scan Complete. Scanned 9046 files, 33 plugins, 5 themes, 24 pages, 11 comments and 67887 records in 8 minutes 38 seconds.'),(280656,1633106312.900187,10,'info','SUM_FINAL:Scan complete. You have 30 new issues to fix. See below.'),(280657,1633106313.824545,2,'info','Wordfence used 34.5 MB of memory for scan. Server peak memory usage was: 67.75 MB'); /*!40000 ALTER TABLE `wp_wfStatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfThrottleLog` -- DROP TABLE IF EXISTS `wp_wfThrottleLog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfThrottleLog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `startTime` int(10) unsigned NOT NULL, `endTime` int(10) unsigned NOT NULL, `timesThrottled` int(10) unsigned NOT NULL, `lastReason` varchar(255) NOT NULL, PRIMARY KEY (`IP`), KEY `k2` (`endTime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfThrottleLog` -- LOCK TABLES `wp_wfThrottleLog` WRITE; /*!40000 ALTER TABLE `wp_wfThrottleLog` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfThrottleLog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfVulnScanners` -- DROP TABLE IF EXISTS `wp_wfVulnScanners`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfVulnScanners` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `ctime` int(10) unsigned NOT NULL, `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfVulnScanners` -- LOCK TABLES `wp_wfVulnScanners` WRITE; /*!40000 ALTER TABLE `wp_wfVulnScanners` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfVulnScanners` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wonderplugin_carousel` -- DROP TABLE IF EXISTS `wp_wonderplugin_carousel`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wonderplugin_carousel` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `authorid` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wonderplugin_carousel` -- LOCK TABLES `wp_wonderplugin_carousel` WRITE; /*!40000 ALTER TABLE `wp_wonderplugin_carousel` DISABLE KEYS */; INSERT INTO `wp_wonderplugin_carousel` VALUES (1,'Kids Books','{\"newestfirst\":\"false\",\"name\":\"Kids Books\",\"slides\":[{\"type\":7,\"customposttype\":\"product\",\"taxonomyrelation\":\"OR\",\"metatotalsales\":\"false\",\"metafeatured\":\"false\",\"metarelation\":\"OR\",\"postnumber\":\"12\",\"postorder\":\"ASC\",\"postdaterange\":\"false\",\"postdaterangeafter\":\"30\",\"titlefield\":\"%post_title%\",\"descriptionfield\":\"%post_content%\",\"textlength\":10,\"titlelink\":\"false\",\"imagefield\":\"%featured_image%\",\"customfeaturedimagesize\":\"full\",\"imageaction\":\"true\",\"imageactionlightbox\":\"false\",\"openpostinlightbox\":\"false\",\"postlightboxsize\":\"false\",\"postlightboxwidth\":960,\"postlightboxheight\":540,\"postlinktarget\":\"\",\"taxonomy0\":\"product_cat\",\"term0\":\"girls-books\"}],\"skin\":\"gallery\",\"autoplaydir\":\"left\",\"donotcircularforless\":\"false\",\"circularlimit\":3,\"fixaspectratio\":\"true\",\"centerimage\":\"true\",\"fitimage\":\"false\",\"fitcenterimage\":\"false\",\"sameheight\":\"false\",\"sameheightresponsive\":\"false\",\"sameheightmediumscreen\":769,\"sameheightmediumheight\":200,\"sameheightsmallscreen\":415,\"sameheightsmallheight\":150,\"fullwidth\":\"false\",\"hidecontaineroninit\":\"false\",\"hidecontainerbeforeloaded\":\"false\",\"spacing\":4,\"imgextraprops\":\"\",\"aextraprops\":\"\",\"showimgtitle\":\"false\",\"addwoocommerceclass\":\"true\",\"imgtitle\":\"title\",\"customcss\":\"\",\"dataoptions\":\"\",\"customjs\":\"\",\"lightboxresponsive\":\"true\",\"lightboxshownavigation\":\"false\",\"lightboxnogroup\":\"false\",\"lightboxshowtitle\":\"true\",\"lightboxshowdescription\":\"false\",\"lightboxfullscreenmode\":\"false\",\"lightboxcloseonoverlay\":\"true\",\"lightboxvideohidecontrols\":\"false\",\"lightboxtitlestyle\":\"bottom\",\"lightboximagepercentage\":75,\"lightboxdefaultvideovolume\":1,\"lightboxoverlaybgcolor\":\"#000\",\"lightboxoverlayopacity\":0.9,\"lightboxbgcolor\":\"#fff\",\"lightboxtitleprefix\":\"%NUM \\/ %TOTAL\",\"lightboxtitleinsidecss\":\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\",\"lightboxdescriptioninsidecss\":\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxautoslide\":\"false\",\"lightboxslideinterval\":5000,\"lightboxshowtimer\":\"true\",\"lightboxtimerposition\":\"bottom\",\"lightboxtimerheight\":2,\"lightboxtimercolor\":\"#dc572e\",\"lightboxtimeropacity\":1,\"lightboxshowplaybutton\":\"true\",\"lightboxalwaysshownavarrows\":\"false\",\"lightboxbordersize\":8,\"lightboxshowtitleprefix\":\"true\",\"lightboxborderradius\":0,\"lightboximagekeepratio\":\"true\",\"lightboxadvancedoptions\":\"\",\"lightboxshowsocial\":\"false\",\"lightboxsocialposition\":\"position:absolute;top:100%;right:0;\",\"lightboxsocialpositionsmallscreen\":\"position:absolute;top:100%;right:0;left:0;\",\"lightboxsocialdirection\":\"horizontal\",\"lightboxsocialbuttonsize\":32,\"lightboxsocialbuttonfontsize\":18,\"lightboxsocialrotateeffect\":\"true\",\"lightboxshowfacebook\":\"true\",\"lightboxshowtwitter\":\"true\",\"lightboxshowpinterest\":\"true\",\"donotinit\":\"false\",\"addinitscript\":\"false\",\"doshortcodeontext\":\"false\",\"triggerresize\":\"false\",\"triggerresizedelay\":100,\"lightboxthumbwidth\":90,\"lightboxthumbheight\":60,\"lightboxthumbtopmargin\":12,\"lightboxthumbbottommargin\":4,\"lightboxbarheight\":64,\"lightboxtitlebottomcss\":\"{color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;}\",\"lightboxdescriptionbottomcss\":\"{color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;}\",\"width\":320,\"height\":240,\"rownumber\":1,\"autoplay\":\"true\",\"random\":\"false\",\"circular\":\"true\",\"direction\":\"horizontal\",\"responsive\":\"true\",\"visibleitems\":4,\"pauseonmouseover\":\"true\",\"scrollmode\":\"page\",\"interval\":3000,\"transitionduration\":1000,\"continuous\":\"false\",\"continuousduration\":2500,\"arrowstyle\":\"always\",\"arrowimage\":\"arrows-48-48-2.png\",\"arrowwidth\":48,\"arrowheight\":48,\"navstyle\":\"bullets\",\"navimage\":\"bullet-16-16-0.png\",\"navwidth\":16,\"navheight\":16,\"navspacing\":8,\"showhoveroverlay\":\"true\",\"hoveroverlayimage\":\"hoveroverlay-64-64-5.png\",\"screenquery\":\"{\\n\\t\\\"tablet\\\": {\\n\\t\\t\\\"screenwidth\\\": 800,\\n\\t\\t\\\"visibleitems\\\": 2\\n\\t},\\n\\t\\\"mobile\\\": {\\n\\t\\t\\\"screenwidth\\\": 480,\\n\\t\\t\\\"visibleitems\\\": 1\\n\\t}\\n}\",\"skintemplate\":\"<div class=\\\"amazingcarousel-image\\\">__IMAGE__<\\/div>\\n<div class=\\\"amazingcarousel-title\\\">__TITLE__<\\/div>\\n<div class=\\\"amazingcarousel-description\\\">__DESCRIPTION__<\\/div>\",\"skincss\":\"@import url(https:\\/\\/fonts.googleapis.com\\/css?family=Open+Sans);\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-image {\\t\\n\\tposition: relative;\\n\\tpadding: 4px;\\n\\tbackground-color: #fff;\\n\\t-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\t-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n\\tbox-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-image img {\\n\\tdisplay: block;\\n\\twidth: 100%;\\n\\tmax-width: 100%;\\n\\tborder: 0;\\n\\tmargin: 0;\\n\\tpadding: 0;\\n\\t-moz-border-radius: 0px;\\n\\t-webkit-border-radius: 0px;\\n\\tborder-radius: 0px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-title {\\n\\tposition:relative;\\n\\tfont: bold 12px \\\"Open Sans\\\", sans-serif;\\n\\tcolor:#333333;\\n\\tmargin:6px;\\n\\ttext-align:left;\\n\\tline-height: 14px;\\n\\toverflow: hidden;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-description {\\n\\tposition:relative;\\n\\tfont: 12px \\\"Open Sans\\\", sans-serif;\\n\\tcolor:#333333;\\n\\tmargin:6px;\\n\\ttext-align:left;\\n\\tline-height: 14px;\\t\\t\\n\\toverflow: hidden;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-list-container { \\n\\tpadding: 8px 0;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-item-container {\\n\\ttext-align: center;\\n\\tpadding: 4px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-prev {\\n\\tleft: 0%;\\n\\ttop: 50%;\\n\\tmargin-left: -60px;\\n\\tmargin-top: -24px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-next {\\n\\tright: 0%;\\n\\ttop: 50%;\\n\\tmargin-right: -60px;\\n\\tmargin-top: -24px;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-nav {\\n\\tposition: absolute;\\n\\twidth: 100%;\\n\\ttop: 100%;\\n}\\n\\n#amazingcarousel-CAROUSELID .amazingcarousel-bullet-wrapper {\\n\\tmargin: 4px auto;\\n}\",\"arrowimagemode\":\"defined\",\"navimagemode\":\"defined\",\"hoveroverlayimagemode\":\"defined\",\"showhoveroverlayalways\":\"false\",\"hidehoveroverlayontouch\":\"false\",\"usescreenquery\":\"false\",\"showplayvideo\":\"true\",\"playvideoimage\":\"playvideo-64-64-0.png\",\"playvideoimagepos\":\"center\",\"playvideoimagemode\":\"defined\"}','2017-12-11 14:22:18','44'); /*!40000 ALTER TABLE `wp_wonderplugin_carousel` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wonderplugin_slider` -- DROP TABLE IF EXISTS `wp_wonderplugin_slider`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wonderplugin_slider` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, `data` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `time` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `authorid` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wonderplugin_slider` -- LOCK TABLES `wp_wonderplugin_slider` WRITE; /*!40000 ALTER TABLE `wp_wonderplugin_slider` DISABLE KEYS */; INSERT INTO `wp_wonderplugin_slider` VALUES (1,'This Month\'s Pick','{\"newestfirst\":\"false\",\"name\":\"This Month\'s Pick\",\"width\":840,\"height\":360,\"slides\":[{\"type\":6,\"postcategory\":\"-1\",\"postnumber\":\"10\",\"featuredimagesize\":\"medium\",\"excerptlength\":\"55\",\"postlinktarget\":\"\",\"button\":\"\",\"buttoncss\":\"as-btn-blue-medium\",\"postlightbox\":\"false\",\"postlightboxsize\":\"false\",\"postlightboxwidth\":960,\"postlightboxheight\":540,\"posttitlelink\":\"false\"}],\"transition\":\"slice\",\"skin\":\"classic\",\"showtext\":\"true\",\"textformat\":\"Bottom bar\",\"paddingleft\":0,\"paddingright\":0,\"paddingtop\":0,\"paddingbottom\":0,\"titleusealt\":\"false\",\"fadeduration\":1000,\"crossfadeduration\":1000,\"slideduration\":1000,\"elasticduration\":1000,\"sliceduration\":1500,\"blindsduration\":1500,\"blocksduration\":1500,\"shuffleduration\":1500,\"tilesduration\":2000,\"kenburnsduration\":5000,\"flipduration\":1500,\"flipwithzoomduration\":2000,\"threedduration\":1500,\"threedhorizontalduration\":1500,\"threedwithzoomduration\":2500,\"threedhorizontalwithzoomduration\":2200,\"threedflipduration\":1500,\"threedflipwithzoomduration\":2000,\"threedtilesduration\":2000,\"threedfallback\":\"flip\",\"threedhorizontalfallback\":\"flip\",\"threedwithzoomfallback\":\"flipwithzoom\",\"threedhorizontalwithzoomfallback\":\"flipwithzoom\",\"threedflipfallback\":\"flip\",\"threedflipwithzoomfallback\":\"flipwithzoom\",\"threedtilesfallback\":\"tiles\",\"lightboxnogroup\":\"false\",\"lightboxresponsive\":\"true\",\"lightboxshownavigation\":\"false\",\"lightboxshowtitle\":\"true\",\"lightboxshowdescription\":\"false\",\"lightboxthumbwidth\":90,\"lightboxthumbheight\":60,\"lightboxthumbtopmargin\":12,\"lightboxthumbbottommargin\":4,\"lightboxbarheight\":64,\"lightboxtitlebottomcss\":\"color:#333; font-size:14px; font-family:Armata,sans-serif,Arial; overflow:hidden; text-align:left;\",\"lightboxdescriptionbottomcss\":\"color:#333; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxfullscreenmode\":\"false\",\"lightboxcloseonoverlay\":\"true\",\"lightboxvideohidecontrols\":\"false\",\"lightboxtitlestyle\":\"bottom\",\"lightboximagepercentage\":75,\"lightboxdefaultvideovolume\":1,\"lightboxoverlaybgcolor\":\"#000\",\"lightboxoverlayopacity\":0.9,\"lightboxbgcolor\":\"#fff\",\"lightboxtitleprefix\":\"%NUM \\/ %TOTAL\",\"lightboxtitleinsidecss\":\"color:#fff; font-size:16px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left;\",\"lightboxdescriptioninsidecss\":\"color:#fff; font-size:12px; font-family:Arial,Helvetica,sans-serif; overflow:hidden; text-align:left; margin:4px 0px 0px; padding: 0px;\",\"lightboxautoslide\":\"false\",\"lightboxslideinterval\":5000,\"lightboxshowtimer\":\"true\",\"lightboxtimerposition\":\"bottom\",\"lightboxtimerheight\":2,\"lightboxtimercolor\":\"#dc572e\",\"lightboxtimeropacity\":1,\"lightboxshowplaybutton\":\"true\",\"lightboxalwaysshownavarrows\":\"false\",\"lightboxbordersize\":8,\"lightboxshowtitleprefix\":\"true\",\"lightboxborderradius\":0,\"donotinit\":\"false\",\"addinitscript\":\"false\",\"customcss\":\"\",\"dataoptions\":\"\",\"showbottomshadow\":\"true\",\"navshowpreview\":\"true\",\"border\":0,\"autoplay\":\"true\",\"randomplay\":\"false\",\"loadimageondemand\":\"false\",\"transitiononfirstslide\":\"false\",\"autoplayvideo\":\"false\",\"isresponsive\":\"true\",\"arrowstyle\":\"mouseover\",\"showtimer\":\"true\",\"loop\":0,\"slideinterval\":8000,\"arrowimage\":\"arrows-32-32-0.png\",\"arrowwidth\":32,\"arrowheight\":32,\"arrowtop\":50,\"arrowmargin\":8,\"navstyle\":\"bullets\",\"navimage\":\"bullet-24-24-0.png\",\"navwidth\":24,\"navheight\":24,\"navspacing\":8,\"navmarginx\":16,\"navmarginy\":16,\"navposition\":\"bottom\",\"playvideoimage\":\"playvideo-64-64-0.png\",\"playvideoimagewidth\":64,\"playvideoimageheight\":64,\"scalemode\":\"fill\",\"arrowimagemode\":\"defined\",\"navimagemode\":\"defined\",\"fullwidth\":\"false\",\"isfullscreen\":\"false\",\"textcss\":\"display:block; padding:12px; text-align:left;\",\"textbgcss\":\"display:block; position:absolute; top:0px; left:0px; width:100%; height:100%; background-color:#333333; opacity:0.6; filter:alpha(opacity=60);\",\"titlecss\":\"display:block; position:relative; font:bold 14px \\\"Lucida Sans Unicode\\\",\\\"Lucida Grande\\\",sans-serif,Arial; color:#fff;\",\"descriptioncss\":\"display:block; position:relative; font:12px \\\"Lucida Sans Unicode\\\",\\\"Lucida Grande\\\",sans-serif,Arial; color:#fff; margin-top:8px;\",\"buttoncss\":\"display:block; position:relative; margin-top:8px;\",\"texteffectresponsive\":\"true\",\"texteffectresponsivesize\":640,\"titlecssresponsive\":\"font-size:12px;\",\"descriptioncssresponsive\":\"display:none !important;\",\"buttoncssresponsive\":\"\",\"textpositionstatic\":\"bottom\",\"textpositiondynamic\":\"bottomleft\",\"textautohide\":\"true\",\"ratioresponsive\":\"false\",\"ratiomediumscreen\":800,\"ratiomediumheight\":1.2,\"ratiosmallscreen\":480,\"ratiosmallheight\":1.6}','2017-07-10 22:55:04','44'); /*!40000 ALTER TABLE `wp_wonderplugin_slider` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_api_keys` -- DROP TABLE IF EXISTS `wp_woocommerce_api_keys`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_api_keys` ( `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `description` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `permissions` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_key` char(64) COLLATE utf8mb4_unicode_520_ci NOT NULL, `consumer_secret` char(43) COLLATE utf8mb4_unicode_520_ci NOT NULL, `nonces` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `truncated_key` char(7) COLLATE utf8mb4_unicode_520_ci NOT NULL, `last_access` datetime DEFAULT NULL, PRIMARY KEY (`key_id`), KEY `consumer_key` (`consumer_key`), KEY `consumer_secret` (`consumer_secret`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_api_keys` -- LOCK TABLES `wp_woocommerce_api_keys` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_attribute_taxonomies` -- DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_attribute_taxonomies` ( `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `attribute_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_label` varchar(200) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `attribute_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_orderby` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL, `attribute_public` int(1) NOT NULL DEFAULT 1, PRIMARY KEY (`attribute_id`), KEY `attribute_name` (`attribute_name`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_attribute_taxonomies` -- LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */; /*!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(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `product_id` bigint(20) unsigned NOT NULL, `order_id` bigint(20) unsigned NOT NULL DEFAULT 0, `order_key` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_email` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned DEFAULT NULL, `downloads_remaining` varchar(9) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `access_expires` datetime DEFAULT NULL, `download_count` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`permission_id`), KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(191),`download_id`), KEY `download_order_product` (`download_id`,`order_id`,`product_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_downloadable_product_permissions` -- LOCK TABLES `wp_woocommerce_downloadable_product_permissions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_downloadable_product_permissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_log` -- DROP TABLE IF EXISTS `wp_woocommerce_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_log` ( `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `timestamp` datetime NOT NULL, `level` smallint(4) NOT NULL, `source` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `message` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `context` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`log_id`), KEY `level` (`level`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_log` -- LOCK TABLES `wp_woocommerce_log` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_itemmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_order_itemmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_itemmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `order_item_id` (`order_item_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=307 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_itemmeta` -- LOCK TABLES `wp_woocommerce_order_itemmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_itemmeta` VALUES (235,27,'_product_id','173'),(236,27,'_variation_id','0'),(237,27,'_qty','1'),(238,27,'_tax_class',''),(239,27,'_line_subtotal','0'),(240,27,'_line_subtotal_tax','0'),(241,27,'_line_total','0'),(242,27,'_line_tax','0'),(243,27,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(244,28,'_product_id','173'),(245,28,'_variation_id','0'),(246,28,'_qty','1'),(247,28,'_tax_class',''),(248,28,'_line_subtotal','0'),(249,28,'_line_subtotal_tax','0'),(250,28,'_line_total','0'),(251,28,'_line_tax','0'),(252,28,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(253,29,'_product_id','173'),(254,29,'_variation_id','0'),(255,29,'_qty','1'),(256,29,'_tax_class',''),(257,29,'_line_subtotal','0'),(258,29,'_line_subtotal_tax','0'),(259,29,'_line_total','0'),(260,29,'_line_tax','0'),(261,29,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(262,30,'_product_id','173'),(263,30,'_variation_id','0'),(264,30,'_qty','1'),(265,30,'_tax_class',''),(266,30,'_line_subtotal','0'),(267,30,'_line_subtotal_tax','0'),(268,30,'_line_total','0'),(269,30,'_line_tax','0'),(270,30,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(271,31,'_product_id','173'),(272,31,'_variation_id','0'),(273,31,'_qty','1'),(274,31,'_tax_class',''),(275,31,'_line_subtotal','0'),(276,31,'_line_subtotal_tax','0'),(277,31,'_line_total','0'),(278,31,'_line_tax','0'),(279,31,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(280,32,'_product_id','173'),(281,32,'_variation_id','0'),(282,32,'_qty','1'),(283,32,'_tax_class',''),(284,32,'_line_subtotal','0'),(285,32,'_line_subtotal_tax','0'),(286,32,'_line_total','0'),(287,32,'_line_tax','0'),(288,32,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(289,33,'_product_id','173'),(290,33,'_variation_id','0'),(291,33,'_qty','1'),(292,33,'_tax_class',''),(293,33,'_line_subtotal','0'),(294,33,'_line_subtotal_tax','0'),(295,33,'_line_total','0'),(296,33,'_line_tax','0'),(297,33,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'),(298,34,'_product_id','173'),(299,34,'_variation_id','0'),(300,34,'_qty','1'),(301,34,'_tax_class',''),(302,34,'_line_subtotal','0'),(303,34,'_line_subtotal_tax','0'),(304,34,'_line_total','0'),(305,34,'_line_tax','0'),(306,34,'_line_tax_data','a:2:{s:5:\"total\";a:0:{}s:8:\"subtotal\";a:0:{}}'); /*!40000 ALTER TABLE `wp_woocommerce_order_itemmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_order_items` -- DROP TABLE IF EXISTS `wp_woocommerce_order_items`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_order_items` ( `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `order_item_name` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `order_item_type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `order_id` bigint(20) unsigned NOT NULL, PRIMARY KEY (`order_item_id`), KEY `order_id` (`order_id`) ) ENGINE=InnoDB AUTO_INCREMENT=35 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_order_items` -- LOCK TABLES `wp_woocommerce_order_items` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_order_items` DISABLE KEYS */; INSERT INTO `wp_woocommerce_order_items` VALUES (27,'Free for 3 months','line_item',332),(28,'Free for 3 months','line_item',334),(29,'Free for 3 months','line_item',336),(30,'Free for 3 months','line_item',342),(31,'Free for 3 months','line_item',532),(32,'Free for 3 months','line_item',535),(33,'Free for 3 months','line_item',538),(34,'Free for 3 months','line_item',541); /*!40000 ALTER TABLE `wp_woocommerce_order_items` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokenmeta` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokenmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokenmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `payment_token_id` bigint(20) unsigned NOT NULL, `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `payment_token_id` (`payment_token_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokenmeta` -- LOCK TABLES `wp_woocommerce_payment_tokenmeta` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokenmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_payment_tokens` -- DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_payment_tokens` ( `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `gateway_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `token` text COLLATE utf8mb4_unicode_520_ci NOT NULL, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `type` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `is_default` tinyint(1) NOT NULL DEFAULT 0, PRIMARY KEY (`token_id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_payment_tokens` -- LOCK TABLES `wp_woocommerce_payment_tokens` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_payment_tokens` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_sessions` -- DROP TABLE IF EXISTS `wp_woocommerce_sessions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_sessions` ( `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `session_key` char(32) COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL, `session_expiry` bigint(20) unsigned NOT NULL, PRIMARY KEY (`session_key`), UNIQUE KEY `session_id` (`session_id`) ) ENGINE=InnoDB AUTO_INCREMENT=5993 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_sessions` -- LOCK TABLES `wp_woocommerce_sessions` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_sessions` DISABLE KEYS */; INSERT INTO `wp_woocommerce_sessions` VALUES (5992,'0115a22d2beb97c9d5edd2ba1cb73dc1','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633279052),(5988,'13ebb9e9068d72c1cd5e3af84f7f93ff','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633252134),(5991,'5462b2a45a635c1e1b7352b875a8dd11','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633278899),(5987,'58887d7bb4907977a83e0772223ad585','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633165541),(5989,'6e9990f7d2b7d67a8c9b146da04b11e9','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633278592),(5990,'daf561a759753b8f76e868811b07e9f1','a:1:{s:8:\"customer\";s:649:\"a:25:{s:2:\"id\";i: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:0:\"\";s:7:\"country\";s:2:\"AU\";s:17:\"shipping_postcode\";s:0:\"\";s:13:\"shipping_city\";s:0:\"\";s:18:\"shipping_address_1\";s:0:\"\";s:16:\"shipping_address\";s:0:\"\";s:18:\"shipping_address_2\";s:0:\"\";s:14:\"shipping_state\";s:0:\"\";s:16:\"shipping_country\";s:2:\"AU\";s:13:\"is_vat_exempt\";b:0;s:19:\"calculated_shipping\";b: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:\"\";}\";}',1633278746); /*!40000 ALTER TABLE `wp_woocommerce_sessions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_id` bigint(20) unsigned NOT NULL, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `location_id` (`location_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_locations` -- LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zone_methods` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zone_methods` ( `zone_id` bigint(20) unsigned NOT NULL, `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `method_id` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `method_order` bigint(20) unsigned NOT NULL, `is_enabled` tinyint(1) NOT NULL DEFAULT 1, PRIMARY KEY (`instance_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zone_methods` -- LOCK TABLES `wp_woocommerce_shipping_zone_methods` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_methods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_shipping_zones` -- DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_shipping_zones` ( `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `zone_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `zone_order` bigint(20) unsigned NOT NULL, PRIMARY KEY (`zone_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_shipping_zones` -- LOCK TABLES `wp_woocommerce_shipping_zones` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rate_locations` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rate_locations` ( `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `location_code` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL, `tax_rate_id` bigint(20) unsigned NOT NULL, `location_type` varchar(40) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`location_id`), KEY `tax_rate_id` (`tax_rate_id`), KEY `location_type` (`location_type`), KEY `location_type_code` (`location_type`,`location_code`(90)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rate_locations` -- LOCK TABLES `wp_woocommerce_tax_rate_locations` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rate_locations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_woocommerce_tax_rates` -- DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_woocommerce_tax_rates` ( `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `tax_rate_country` varchar(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_state` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `tax_rate_priority` bigint(20) unsigned NOT NULL, `tax_rate_compound` int(1) NOT NULL DEFAULT 0, `tax_rate_shipping` int(1) NOT NULL DEFAULT 1, `tax_rate_order` bigint(20) unsigned NOT NULL, `tax_rate_class` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', PRIMARY KEY (`tax_rate_id`), KEY `tax_rate_country` (`tax_rate_country`), KEY `tax_rate_state` (`tax_rate_state`(191)), KEY `tax_rate_class` (`tax_rate_class`(191)), KEY `tax_rate_priority` (`tax_rate_priority`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_woocommerce_tax_rates` -- LOCK TABLES `wp_woocommerce_tax_rates` WRITE; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_woocommerce_tax_rates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_vendors_commissions` -- DROP TABLE IF EXISTS `wp_yith_vendors_commissions`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_vendors_commissions` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `order_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `vendor_id` bigint(20) NOT NULL, `line_item_id` bigint(20) NOT NULL, `rate` decimal(5,4) NOT NULL, `amount` double(15,4) NOT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'product', `last_edit` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `last_edit_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_vendors_commissions` -- LOCK TABLES `wp_yith_vendors_commissions` WRITE; /*!40000 ALTER TABLE `wp_yith_vendors_commissions` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_vendors_commissions` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_vendors_commissions_notes` -- DROP TABLE IF EXISTS `wp_yith_vendors_commissions_notes`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_vendors_commissions_notes` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `commission_id` bigint(20) NOT NULL, `note_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `description` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_vendors_commissions_notes` -- LOCK TABLES `wp_yith_vendors_commissions_notes` WRITE; /*!40000 ALTER TABLE `wp_yith_vendors_commissions_notes` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_vendors_commissions_notes` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_vendors_payments` -- DROP TABLE IF EXISTS `wp_yith_vendors_payments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_vendors_payments` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `vendor_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `amount` double(15,4) NOT NULL, `status` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL, `payment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `payment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_vendors_payments` -- LOCK TABLES `wp_yith_vendors_payments` WRITE; /*!40000 ALTER TABLE `wp_yith_vendors_payments` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_vendors_payments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_vendors_payments_relathionship` -- DROP TABLE IF EXISTS `wp_yith_vendors_payments_relathionship`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_vendors_payments_relathionship` ( `ID` bigint(20) NOT NULL AUTO_INCREMENT, `payment_id` bigint(20) NOT NULL, `commission_id` bigint(20) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_vendors_payments_relathionship` -- LOCK TABLES `wp_yith_vendors_payments_relathionship` WRITE; /*!40000 ALTER TABLE `wp_yith_vendors_payments_relathionship` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_vendors_payments_relathionship` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yith_wcmbs_downloads_log` -- DROP TABLE IF EXISTS `wp_yith_wcmbs_downloads_log`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yith_wcmbs_downloads_log` ( `id` bigint(20) NOT NULL AUTO_INCREMENT, `type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '', `product_id` bigint(20) NOT NULL, `user_id` bigint(20) NOT NULL, `timestamp_date` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yith_wcmbs_downloads_log` -- LOCK TABLES `wp_yith_wcmbs_downloads_log` WRITE; /*!40000 ALTER TABLE `wp_yith_wcmbs_downloads_log` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yith_wcmbs_downloads_log` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL, `post_id` bigint(20) unsigned NOT NULL, `target_post_id` bigint(20) unsigned NOT NULL, `type` varchar(8) COLLATE utf8mb4_unicode_520_ci NOT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=2090 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (59,'http://www.raisingclevergirls.com/wp-content/uploads/2017/07/AdobeStock_115697717-small-1.jpg',444,0,'external'),(60,'https://www.youtube.com/embed/jt_QrASqYLo',444,0,'external'),(61,'http://www.raisingclevergirls.com/wp-content/uploads/2017/06/clever-girls-logo-round-small.jpg',444,0,'external'),(62,'https://www.youtube.com/embed/Z1Jbd4-fPOE',444,0,'external'),(63,'http://www.raisingclevergirls.com/wp-content/uploads/2017/07/clever-girls-logo-header-narrow.jpg',444,0,'external'),(64,'https://www.youtube.com/embed/b5Rfcl4rU9Y',444,0,'external'),(65,'http://www.wonderplugin.com/wordpress-carousel/',444,0,'external'),(66,'#',444,0,'internal'),(67,'http://www.clevergirls.com.au/join-us/',444,0,'external'),(68,'#',444,0,'internal'),(348,'http://www.raisingclevergirls.com.au/my-account/orders/',78,78,'internal'),(349,'http://www.raisingclevergirls.com.au/my-account/downloads/',78,78,'internal'),(350,'http://www.raisingclevergirls.com.au/my-account/edit-address/',78,78,'internal'),(351,'http://www.raisingclevergirls.com.au/my-account/edit-account/',78,78,'internal'),(352,'http://www.raisingclevergirls.com.au/my-account/customer-logout/',78,78,'internal'),(353,'http://www.raisingclevergirls.com.au/my-account/customer-logout/?_wpnonce=a2ad737b44',78,78,'internal'),(354,'/orders/',78,0,'internal'),(355,'/edit-address/',78,0,'internal'),(356,'/edit-account/',78,0,'internal'),(498,'https://www.amightygirl.com/grounded',630,0,'external'),(499,'https://www.amightygirl.com/maleficent',635,0,'external'),(500,'https://www.amightygirl.com/the-three-ninja-pigs',644,0,'external'),(1211,'https://www.youtube.com/watch?v=MsAniqGowKE',714,0,'external'),(1212,'https://www.youtube.com/watch?v=MsAniqGowKE',714,0,'external'),(1213,'https://www.youtube.com/watch?v=8ZoikJ4a6Sg',714,0,'external'),(1214,'https://www.youtube.com/watch?v=8ZoikJ4a6Sg',714,0,'external'),(1215,'https://www.youtube.com/watch?v=gaa7KNRRIRw',714,0,'external'),(1216,'https://www.youtube.com/watch?v=gaa7KNRRIRw',714,0,'external'),(1217,'https://www.youtube.com/watch?v=U2MHlyGoHvQ',714,0,'external'),(1218,'https://www.youtube.com/watch?v=U2MHlyGoHvQ',714,0,'external'),(1219,'https://www.youtube.com/watch?v=gzS-2520m9c',714,0,'external'),(1220,'https://www.youtube.com/watch?v=gzS-2520m9c',714,0,'external'),(1221,'https://www.youtube.com/watch?v=OgDV0n1WiVI',714,0,'external'),(1222,'https://www.youtube.com/watch?v=OgDV0n1WiVI',714,0,'external'),(1223,'https://www.youtube.com/watch?v=kKR7RlHMegQ',714,0,'external'),(1224,'https://www.youtube.com/watch?v=kKR7RlHMegQ',714,0,'external'),(1225,'https://www.youtube.com/watch?v=uNIsjZBnRR8',714,0,'external'),(1226,'https://www.youtube.com/watch?v=uNIsjZBnRR8',714,0,'external'),(1227,'https://www.youtube.com/watch?v=26sIt1EM-HE',714,0,'external'),(1228,'https://www.youtube.com/watch?v=26sIt1EM-HE',714,0,'external'),(1229,'https://www.youtube.com/watch?v=KSMfNE0BAUc',714,0,'external'),(1230,'https://www.youtube.com/watch?v=KSMfNE0BAUc',714,0,'external'),(1231,'https://www.youtube.com/watch?v=MtZC69nTBpk',714,0,'external'),(1232,'https://www.youtube.com/watch?v=MtZC69nTBpk',714,0,'external'),(1233,'https://www.youtube.com/watch?v=l6eC97AN_iI',714,0,'external'),(1234,'https://www.youtube.com/watch?v=l6eC97AN_iI',714,0,'external'),(1235,'https://www.youtube.com/watch?v=YB6BhBstR4Y',714,0,'external'),(1236,'https://www.youtube.com/watch?v=YB6BhBstR4Y',714,0,'external'),(1237,'https://www.youtube.com/watch?v=YzlAfkLBnYU',714,0,'external'),(1238,'https://www.youtube.com/watch?v=YzlAfkLBnYU',714,0,'external'),(1239,'https://www.youtube.com/watch?v=o1iyLrqBKj8',714,0,'external'),(1240,'https://www.youtube.com/watch?v=o1iyLrqBKj8',714,0,'external'),(1241,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/',404,0,'internal'),(1242,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/',404,0,'internal'),(1243,'http://www.raisingclevergirls.com.au/product-category/girls-books/',404,0,'internal'),(1244,'http://www.raisingclevergirls.com.au/product-category/girls-books/',404,0,'internal'),(1245,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1',404,714,'internal'),(1246,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?et_fb=1',404,714,'internal'),(1284,'https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-4153614',853,0,'external'),(1285,'https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739',853,0,'external'),(1286,'https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739',853,0,'external'),(1454,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/best-parenting-books-for-discipline-and-getting-kids-to-listen/',894,0,'internal'),(1455,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/',894,0,'internal'),(1456,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/helping-girls-build-resilience-confidence-grit/',894,0,'internal'),(1457,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/help-siblings-sisters-get-along-and-stop-fighting/',894,0,'internal'),(1458,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/connect-with-your-dauto-be-successfulghter-inspire-her/',894,0,'internal'),(1514,'#',930,0,'internal'),(1574,'http://www.raisingclevergirls.com.au/from-worries-to-joy/',936,930,'internal'),(1575,'http://www.raisingclevergirls.com.au/from-worries-to-joy/',936,930,'internal'),(1576,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/',936,843,'internal'),(1577,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/',936,843,'internal'),(1578,'http://www.raisingclevergirls.com.au/thought-knew-lot-parenting-kids-came/',936,835,'internal'),(1579,'http://www.raisingclevergirls.com.au/thought-knew-lot-parenting-kids-came/',936,835,'internal'),(1714,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-1.png',945,0,'internal'),(1715,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-2.png',945,0,'internal'),(1716,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-3.png',945,0,'internal'),(1717,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-4.png',945,0,'internal'),(1718,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-5.png',945,0,'internal'),(1719,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-6.png',945,0,'internal'),(1720,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-7.png',945,0,'internal'),(1721,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-8.png',945,0,'internal'),(1722,'http://www.raisingclevergirls.com.au/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-9.png',945,0,'internal'),(1723,'#',945,0,'internal'),(1724,'https://my.charitywater.org/raising-clever-girls/raising-grateful-girls',945,0,'external'),(1800,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/',92,0,'internal'),(1801,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/',92,0,'internal'),(1802,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/',92,945,'internal'),(1803,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/',92,945,'internal'),(1804,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1',92,843,'internal'),(1805,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1',92,843,'internal'),(1806,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/',92,411,'internal'),(1807,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/',92,598,'internal'),(1808,'http://www.raisingclevergirls.com.au/product/code-it-create-it/',92,663,'internal'),(1809,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/',92,664,'internal'),(1810,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/',92,665,'internal'),(1811,'http://www.raisingclevergirls.com.au/product/shark-lady/',92,666,'internal'),(1812,'http://www.raisingclevergirls.com.au/product/i-like-myself/',92,667,'internal'),(1813,'http://www.wonderplugin.com/wordpress-carousel/',92,0,'external'),(1814,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/',92,714,'internal'),(1815,'https://www.instagram.com/',92,0,'external'),(1820,'http://raisingclevergirls.com.au/free-parenting-coaching-session',192,0,'external'),(2083,'http://raisingclevergirls.com.au/free-parenting-coaching-session',2,0,'external'),(2087,'http://raisingclevergirls.conm.au/free-parenting-coaching-session',1082,0,'external'),(2088,'https://www.eventbrite.com.au/e/2018-craft-your-vision-design-your-life-vision-board-workshop-tickets-41536148739',697,0,'external'),(2089,'http://raisingclevergirls.conm.au/free-parenting-coaching-session',697,0,'external'); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_meta` -- DROP TABLE IF EXISTS `wp_yoast_seo_meta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_meta` ( `object_id` bigint(20) unsigned NOT NULL, `internal_link_count` int(10) unsigned DEFAULT NULL, `incoming_link_count` int(10) unsigned DEFAULT NULL, UNIQUE KEY `object_id` (`object_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_meta` -- LOCK TABLES `wp_yoast_seo_meta` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_meta` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_meta` VALUES (2,0,0),(7,0,0),(8,0,0),(9,0,0),(10,0,0),(11,0,0),(12,0,0),(13,0,0),(14,0,0),(15,0,0),(16,0,0),(17,0,0),(18,0,0),(19,0,0),(20,0,0),(21,0,0),(22,0,0),(23,0,0),(24,0,0),(25,0,0),(26,0,0),(27,0,0),(28,0,0),(29,0,0),(30,0,0),(31,0,0),(32,0,0),(33,0,0),(34,0,0),(35,0,0),(36,0,0),(37,0,0),(38,0,0),(75,0,0),(76,0,0),(77,0,0),(78,9,6),(92,14,0),(125,0,0),(170,0,0),(173,NULL,0),(192,0,0),(207,0,0),(220,0,0),(382,0,0),(391,0,0),(404,6,0),(411,0,1),(444,2,0),(457,0,0),(549,0,0),(570,0,0),(573,0,0),(575,0,0),(577,0,0),(591,0,0),(592,0,0),(593,0,0),(594,0,0),(595,0,0),(597,0,0),(598,0,1),(599,0,0),(600,0,0),(601,0,0),(602,0,0),(603,0,0),(628,0,0),(629,0,0),(630,0,0),(631,0,0),(632,0,0),(633,0,0),(634,0,0),(635,0,0),(636,0,0),(637,0,0),(638,0,0),(639,0,0),(640,0,0),(642,0,0),(643,0,0),(644,0,0),(645,0,0),(647,0,0),(648,0,0),(649,0,0),(650,0,0),(652,0,0),(661,0,0),(662,0,0),(663,0,1),(664,0,1),(665,0,1),(666,0,1),(667,0,1),(668,0,0),(673,0,0),(678,0,0),(679,0,0),(680,0,0),(681,0,0),(682,0,0),(683,0,0),(685,0,0),(686,0,0),(687,0,0),(697,0,0),(701,0,0),(714,0,3),(769,0,0),(774,0,0),(776,0,0),(785,0,0),(786,0,0),(787,0,0),(797,0,0),(799,0,0),(818,0,0),(819,0,0),(820,0,0),(835,0,2),(838,0,0),(841,0,0),(842,0,0),(843,0,4),(844,0,0),(845,0,0),(852,0,0),(853,0,0),(862,0,0),(864,0,0),(865,0,0),(867,0,0),(868,0,0),(875,0,0),(883,0,0),(887,0,0),(888,0,0),(890,0,0),(891,0,0),(892,0,0),(893,0,0),(894,5,0),(901,0,0),(902,0,0),(904,0,0),(909,0,0),(910,0,0),(911,0,0),(912,0,0),(913,0,0),(914,0,0),(915,0,0),(919,0,0),(920,0,0),(924,0,0),(928,0,0),(930,1,2),(933,0,0),(936,6,0),(937,0,0),(941,0,0),(942,0,0),(944,0,0),(945,10,2),(963,0,0),(974,0,0),(979,0,0),(981,0,0),(986,0,0),(990,0,0),(993,0,0),(994,0,0),(995,0,0),(997,0,0),(998,0,0),(1001,0,0),(1002,0,0),(1003,0,0),(1004,0,0),(1007,0,0),(1009,0,0),(1010,0,0),(1014,0,0),(1016,0,0),(1018,0,0),(1020,0,0),(1021,0,0),(1025,0,0),(1028,0,0),(1031,0,0),(1037,0,0),(1038,0,0),(1039,0,0),(1040,0,0),(1056,0,0),(1057,0,0),(1059,0,0),(1061,0,0),(1064,0,0),(1068,0,0),(1074,0,0),(1076,0,0),(1077,0,0),(1080,0,0),(1082,0,0),(1087,0,0),(1088,0,0),(1094,0,0),(1099,0,0),(1105,0,0),(1111,0,0),(1113,0,0); /*!40000 ALTER TABLE `wp_yoast_seo_meta` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2021-10-02 10:29:33

!m(C','',0,'?'),(' .n(\r;%MJ','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t9O/׮$\r','ez1 )P,GItY$\'\'O򑞩','',0,'?'),(' \"w%_K\\u','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nmh ;\Z@','m5^ í%n4 u @aOp]W!G╔\n','',0,'?'),(' Wn3O\"','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fvj=mJFp\Zc','rmW[ u~.k4i?TI','',0,'?'),(' b6\n SgR@%','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php',0,'Qr \r(]L','Qr \r(]L','Aj֎|Xo~ft\'J','',0,'?'),(' d\\{̴ai\'k','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']P lj} n','.dP8wC]]B`sS','',0,'?'),(' oc̐ܺ P4/]','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gS?͆IPC٭x_','9\rTQ\n֨A(њWZ','',0,'?'),(' }!r,t.\rh','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ИhQ T€_','_Y\rxBBΖF7qv|$','',0,'?'),(' Yq','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e0=[m({]Xe','ef{_R=}^ױG','',0,'?'),(' \\r65oI m','wp-content/plugins/woocommerce/templates/checkout/payment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=%춃sِyv','&`9QVfVgw_οM\no','',0,'?'),(' ))}*]','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php',0,'wFHkhJ_n','wFHkhJ_n','в-C\"OF{o}>0+','',0,'?'),('  ^d7[xC','wp-content/plugins/wordfence/images/flags/sg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ӳjXfƚ i','X46VpTE_.EE#','',0,'?'),(' 5.;l','wp-content/plugins/wordfence/images/flags/gi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVeOK*a\\','m.o0$kWnPBT8\Z%','',0,'?'),(' 10ؐ_5 ','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_c>\Z =sw','Z,$Ҽ \'}q(ϝT^','',0,'?'),(' ,H(b_FO','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Óh)ㄢT','ͻӐֽd҂N@VsөX','',0,'?'),(' HVեdpVp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0Ṫ?',' v)\n6Zl2В1!+ ','',0,'?'),(' F[RslݘMz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k>9Ǧ:̭','ʸT޺%KRǕi>=b','',0,'?'),(' ?=77R','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php',0,'\"^Ufi','\"^Ufi','\"Do$=D91Qᜋ!\r&i','',0,'?'),(' -8Q,IA','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-plugin.php',0,'cE?=p1sS7','cE?=p1sS7','Ox]+W%~2L4)f','',0,'?'),(' V(^ -O\ZT0{','wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php',0,'=~r)$p N','=~r)$p N','.J\nG͚-ݐA`3,$\nQ#','',0,'?'),(' ]) Ѻg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[dcӮ$','ECð_6 fgԳ5g','',0,'?'),(' *9\rSb;;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7!,3#$2`',')l<]s4ʊG','',0,'?'),(' &;F&3*1}!*0b','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php',0,'u6qpq0','u6qpq0','*_Y@ֿ;ߖ&M܂','',0,'?'),(' xb\rrW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nhaw*','fk@ϱL1<0 Qz3.%','',0,'?'),(' pMTTΟ~h','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-with-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y .*6$','ycQAC=70bGS\08','',0,'?'),(' yBYW\ZV=5','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MgPyR%:P\ra','*&=Q!^6Nזm*W9','',0,'?'),(' ,ԙ5~LO,m','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php',0,'Hol`ASɾ#`','Hol`ASɾ#`','rcQ)c Hl B','',0,'?'),(' c\"ml Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%d gp','\"uj-QE\0[gLZ5MD:','',0,'?'),(' NC;AQS','wp-content/plugins/w3-total-cache/Varnish_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]\0`PZjGv','1\0y˯YU-0.?-hXG3d','',0,'?'),(' PUQ&s9m','wp-content/plugins/woocommerce/templates/cart/cross-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"jgDTK$0<','KdiB|!jMsj]zTMSϑ','',0,'?'),(' \0Gw n!H','wp-content/plugins/wp-smushit/core/modules/async/class-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SQV²AM1{','ѧrخ+μReqh%(R#jѦ','',0,'?'),(' Wp*','wp-content/plugins/wp-smushit/core/integrations/class-abstract-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO0xB,P',' zpƲ?rdRPZ\0? 2 ','',0,'?'),(' O3$(aoZe','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W݅+-',');jCS>]2s~91͍','',0,'?'),(' u%aNX','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/AccessToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','To؎fM-Sz\"','!fքGۖJ7rTpJ','Fеj/`Necyð{.p\\E\'','',0,'?'),(' 3`gE,G','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-tags-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@mCY-o',')M%?X (\ZH','',0,'?'),(' BJxګ)J','wp-content/themes/Divi/includes/builder/scripts/reset_memory_limit_increase_setting.js',0,'`3\r<;m\0$','`3\r<;m\0$','S& z2HߪPd;>Tx','',0,'?'),(' D 2K|&','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m5?FWnWL','D? =\Z(C>Cubl#Jh','',0,'?'),(' PD\"MP.4','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-vendor-shipping.php',0,'PqNaD','PqNaD',';;cF|b3TOd\0vW','',0,'?'),(' snA\Z\r`','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/shipping.min.js',0,'$cFބ=_','wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php',0,'9-f@OIl','9-f@OIl','xb2lRMDNcnx 4\Z^W%}2YNw ̀','',0,'?'),(' cCx@','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendor.php',0,')~-:=5',')~-:=5','i*_;\r)fkdIIgugY','',0,'?'),(' ljxo3','wp-content/plugins/facebook-conversion-pixel/assets/pixelcat_icon_256_256_360.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vm.=Zrt5','ӱ\'Bgp$\rZn.ge9e','',0,'?'),(' d\nFoI^6S˕','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ku!4J','h]٤gcAwc㝷Tpt','',0,'?'),(' L+#6GϳI|','wp-content/plugins/wpclef/gulpfile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lgD!&',';32\\m\'k_mǠ','',0,'?'),(' $7N趘','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/hidden.php',0,'ػ[\Z?UJ','ػ[\Z?UJ','M*vx_B14!ZiEU)Vs','',0,'?'),(' lM\\V','wp-content/plugins/bloom/core/admin/js/support-center.js',0,'.\\m8iY\0','.\\m8iY\0','Ш\Z\n/.k}t–v','',0,'?'),(' \\=\rsyOE','wp-content/plugins/easy-coming-soon/theme_options/pages/images/screenshot-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zHJ/з}*~\0)','X%N7&Iu$lN','',0,'?'),(' {E?`+','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UCS2-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','􋆭\n:6=v/','~63pfuF᤼xl-|9','',0,'?'),(' V,յ','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wb\\9','zQz=UZjD 9','',0,'?'),(' Wl\nSxc','wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php',0,'΃bA׳Wȑt','΃bA׳Wȑt',' ALUk(5Ɖ\"M8ٍ','',0,'?'),(' .Q}3T','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@%a[ў/4','t\r{ k?ikC\nLḃWy','',0,'?'),(' + r˧km\0','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`q+H\Z?e','lm_M{U;}gUَ[iu','',0,'?'),(' `#́[;JB1','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jH#Ǣ2L*','IeYo8~ah䅘{','',0,'?'),(' ;X\"`uɜ','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php',0,'>!<3\0','>!<3\0','ap\n$)(sD9WSg,V=M_>/','',0,'?'),(' ZbWe`','wp-content/plugins/wordfence/images/flags/sprite-des-32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5Paf\'','/7-QxLʾ A~{uM:','',0,'?'),('\r:Uˣ ','wp-content/plugins/wordfence/images/flags/a1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.M:u0)','',0,'?'),('\rG`Dɏ,@b','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-eu-compliance.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',hSz\0','Mu座\r6dr-y','',0,'?'),('\rYGVI ?','wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Vxi\r l','{F\\ =N~u niĺX\rT','',0,'?'),('\raO1W45[qi2','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/Sqlite3TableDefinitionTest.php',0,'u E];:Aј','u E];:Aј','D (s>OD3n_C\n!A\n','',0,'?'),('\ro(>R8Gts','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɣ/\\m[~q)','X,7jDdv;ft','',0,'?'),('\rvkP-tGHm','wp-content/plugins/contact-form-7/modules/checkbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\ry܋<','vۆ~i;¤qCpmMeqq#H','',0,'?'),('\rxݍ^\Z<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.R*A#.zk\r','m#Q<wLR.@H','',0,'?'),('\r~/t1jIe*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)]zj','~9 %GWB','',0,'?'),('\raЎ7d)ޑ','wp-content/plugins/wonderplugin-carousel/engine/wonderplugincarouselskins.js',0,'\Z 1Y<6t5 ','\Z 1Y<6t5 ','VLR9L5ZpfW~','',0,'?'),('\rvN[B&SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?{|JAc','-r+٢MWu`ob{`K6','',0,'?'),('\r58O DLu6x','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\C3Qm <`','d2nIMV \"}zNe','',0,'?'),('\r/KM2$_1','wp-content/plugins/woocommerce/templates/myaccount/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ձ\'>.9 m','\rzg>Dś瞚j u{ۈNwߚ{','',0,'?'),('\r\nv4`f','z>4`f','XhfZ.?Y^ΖM^PDXkI','',0,'?'),('\rҧxOzzh','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2NӤ9<','B\' p `wnbL\n,Q\Z$\'iSs`','',0,'?'),('\r::HH:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v i7\r',',O\0L{\"w[uԔwkaW}','',0,'?'),('\rAtZrr\nd','wp-content/plugins/woocommerce/includes/class-wc-countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ݬ/v)Zb','>r`ńDxp lzBk','',0,'?'),('\rWj3 ','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/map-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8aA?+qB','/e)*`xƝpי!J','',0,'?'),('\rȫhzsr','wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php',0,'3feX]`O8,','3feX]`O8,','`Cy9^bC~z2hOEK:\Z','',0,'?'),('\rY _D<{:','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!mH@4٨','l3 ==ݕ흖xeHLY&#','',0,'?'),('\r#\n*h`A','wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' G ؽȮ֨','`2]ޤz.~ GbU%./','',0,'?'),('\r%%yS`','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.so','py,BG-t=s','',0,'?'),('\r⤹rRq\\f\Z','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-admin-assets.php',0,'159PfFvjL<','159PfFvjL<',';:\0K|`yeSHf','',0,'?'),('\rͦyNqba[x','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-commissions-paid.php',0,'zj?ܽGV','zj?ܽGV','|77t<3H6*3s\"\"z','',0,'?'),('\rѪ1s1=`(y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','an}hI`q\r','Rz`\r0ɚ\\\Z#zlQ1rf[==','',0,'?'),('\r9~)Eh','wp-content/plugins/woocommerce/assets/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q5jl)\r)','-\0~kH?p/IӴ-f.Q','',0,'?'),('\rҗr׾ \n\Z','wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*vŜeFv','-o\r,K@pwE\Z·4DO<','',0,'?'),('\rۯjo\Zm? `];','wp-content/plugins/updraftplus/updraftplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:4.ne4&w+','K7]>mXL/N[W\'0?Q ','',0,'?'),('\rD!TӬ(O','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.mobile.custom.min.js',0,'tLgKUڛ','tLgKUڛ','`N63X,~8K','',0,'?'),('\r¶2O2&@','wp-content/plugins/contact-form-7/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V2?\'%0','δX0҆p_3SP9J[qŒƛ','',0,'?'),('\r#|~db\\C','wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[zSa 0h','#U]l۝J#V&)sȰA%S|','',0,'?'),(' 5l l9zUU0','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/select-icon.php',0,'>h}e7EJ[','>h}e7EJ[','Un%\" !~(5BG','',0,'?'),('L:tWc','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Chargeback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','—,oqC','+߶Ah죮Q\"2yՎ|Nw(Yg','',0,'?'),('#疭ۭv\" M','wp-content/plugins/wordfence/lib/wfAction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@_>js','xs4]6 nwn+FXWkN','',0,'?'),('&{)#\Z\\','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-UCS2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j2m7z.{{','ƽJ[r=G\rHV','',0,'?'),('i4}n1a','wp-content/themes/Divi/header.php',0,'mί8bK -8','mί8bK -8','[b8dӁ`QNZV%\\+J','',0,'?'),(' gUg# l=J','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uhe=BiX^ѕ','4Y^ 3c8Y߼jY)!','',0,'?'),('5Բ]0 ','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b!ʈ[oB\n','qX#7xl\Z|\r','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_grid-width.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+9M.\nŻ','*wz#/6Bl40YmW_D','',0,'?'),('Eb45ﴈ','wp-content/plugins/wpclef/assets/src/coffee/badge.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k7\"_cXj/h','R$h`iS#)i3n#%~','',0,'?'),('T/ru~','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ToʞQqpUH9G','rAaKk+ RI z}8F ,','',0,'?'),('W7{(;:P?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#~ƫ8̚:{',';V>/Qi/H\rw/Z:','',0,'?'),('XH奥(:Z','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\n6֩㼲)#','^R9F=պ<#1\r\\ ','',0,'?'),('d4ِJtP5 nh','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m|,>.˞P@','`#pUfH@eam/KE7B3ł','',0,'?'),('gJӯE--+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+_@{4Gc','erO,v*\rbz7~}','',0,'?'),('gosV;\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\')}=k$h=','MqAmgZެHJ%\"u','',0,'?'),('h;THlEDv[','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%&mꟀ9mOe','&݉C)iI 6y ','',0,'?'),('nZ&YwLV<','wp-content/plugins/wordfence/images/flags/sn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','컯uIڍ t','*6_Ś[h^9&K/\\\'[V','',0,'?'),('q\0.޷\Z`-','wp-content/plugins/wordfence/images/flags/na.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1=Xu4','A HQ:j ܭb[Cd,','',0,'?'),('yk_Uk,e=','wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+\\)3a\nc','#Plݔ|-<$LsQP6DU-','',0,'?'),('{mѡMYm|;F','wp-content/themes/twentyseventeen/assets/images/coffee.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AޞEoe P;b','\\lϸv{z2?H9l Mt#er[','',0,'?'),('}ǽ','wp-content/plugins/updraftplus/includes/jquery.blockUI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ڰx1#=','q΂M8 ٵ|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI0An','L%XO+Aa!S\\܉&','',0,'?'),('o-b%ǃ','wp-content/themes/twentyseventeen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ծ+I&','G03XqYBptrL','',0,'?'),('Օ)\\1eIɞP','wp-content/plugins/wp-smushit/_src/images/folder-closed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Iq1','}?No9L]*15y\"','',0,'?'),('+}y% O','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=SGC1-e','Yمy#U\nDzp0VҜ[','',0,'?'),('\"\rJ\04\'i','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(GWnR\00N&)','F>SnJeA 9ԲA','',0,'?'),('sF_','wp-content/plugins/w3-total-cache/inc/lightbox/edge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\"W N|(','ʹ߄cc','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V;Ǎc{','޳tg% vb x@\Z[G[JM','',0,'?'),('\\AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZkCdL/K','\'fe )&Boŷi#]&J','',0,'?'),('zJ?N)','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js',0,'Z-M~O鋡','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HR1\\M|2','TA,Ovxy','',0,'?'),('LS_\0','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js',0,'^=H+Ei H','^=H+Ei H','m4Q-\r#ܙ,;V ĆldIZ','',0,'?'),('^[確X#','wp-content/plugins/wordfence/images/flags/england.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5[W,\'o','&42W @G7LI%pSJwfͳ','',0,'?'),('ݡ=NxK`*','wp-content/plugins/wordfence/lib/wordfenceClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FṔ9r!a# ','Y@]2vKe!U95\0','',0,'?'),(' t\Z| ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.!UU)8M','mסuY\rQso8Rjtcϡw','',0,'?'),('Kmr.Dŧ\\}','wp-content/plugins/updraftplus/includes/Dropbox2/API.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tpah\"Wg','!mt1cX/Q_UTkQ=','',0,'?'),('뷎wh\\Xsl','wp-content/plugins/wordpress-seo/admin/pages/network.php',0,'98\nf]?y;','98\nf]?y;','\n݈I;v4R,vR3\01\"Ӡ+','',0,'?'),('m% c$\ZxJ','wp-content/plugins/mailchimp-for-wp/includes/class-container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 N؆Q','PbcL(sN w','',0,'?'),('&/dbdq2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ِPt','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php',0,'xTUGL','xTUGL','7*J>`@^=6Ѐu$0%Kw9/,','',0,'?'),(') _J','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s[#','o\\#{5wZ?$=3q_wCm聳- ','',0,'?'),('3Cߣt2S!d','wp-content/plugins/w3-total-cache/inc/define.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЦGD|\n','e%$eCİxLĞæ upB','',0,'?'),('4D\r6\\J1N ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-new-order.php',0,'vZL3vЅ0lc','vZL3vЅ0lc','\"/ uMhkT0\Zg','',0,'?'),('4B\\4F^+̔','wp-content/plugins/wp-smushit/_src/scss/common.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S 亄Q','_A{= -KNm(my*[_','',0,'?'),('>B\"6ǷT*Wض','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php',0,'PN`{RL','PN`{RL','2T<diC|Eu݅p!9\Z','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-object-type-validator.php',0,'O1e?XTX','O1e?XTX','ϥN{SysR_,Ix`1V ','',0,'?'),('WuRPbIH','wp-content/plugins/wordfence/images/flags/sk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x3i2fV.V]G','ZaDᅂ@1~es^ѡ-\r','',0,'?'),('`&锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʾ?[5fB','km`?Cr?B','',0,'?'),('bZ4W','wp-content/plugins/child-theme-configurator/includes/forms/fileform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ r\0','[q4_3f )^NX0Y7','',0,'?'),('>%pm ','wp-content/plugins/wordfence/images/flags/pm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\nKFN','\r}Ŝ@C䘂Ebņ\\\nta(','',0,'?'),('@]qur|7.5z','wp-content/plugins/updraftplus/vendor/composer/include_paths.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BUE&DLQ 6!','3zl\Z#@U預ZllȪ','',0,'?'),('D8hFޛBViR','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n??#&3m]?','K{@l`uSIFe\rgKA','',0,'?'),('Fnɥdb','wp-content/plugins/w3-total-cache/inc/options/faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<悲z}*','y7=\'m9Rz뛺','',0,'?'),('HuQ{y W$ ','wp-content/plugins/wordfence/images/flags/ng.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A3[EN\"рY','*l`ZǏ}-XWK \"p','',0,'?'),('J9?+Q鴵','wp-content/themes/twentyfifteen/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&tw4Љ pc$',';=LV|,8Tg0WNQA@kC@','',0,'?'),('g3\n?σ21','wp-content/themes/Divi/includes/builder/main-modules.php',0,'݀y:`\nA','݀y:`\nA','6$oyxJP?v֠\"E/,S','',0,'?'),('iM*\'|0R','wp-content/plugins/woocommerce/includes/class-wc-validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%h}\"Jj(|','Tٴՙxp!7\ro䧟P','',0,'?'),('j׻q.*;2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֩5RKQVByO','YZtUwRd`\r:ډ\0o4','',0,'?'),('vHZc5}D$\\;','wp-content/plugins/monarch/core/components/HTTPInterface.php',0,' Ez},5*;','wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\012I3: ','_V,==y!kx/R1P','',0,'?'),('h r,#Y.','wp-content/plugins/monarch/core/components/api/email/Ontraport.php',0,'e\nMn1','e\nMn1','>6^@\Z?`%peQGF','',0,'?'),('%GK X_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >\Ze\0KS',';% i8@3古ɭo\0WkzX ','',0,'?'),('0{&X?.','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/abstracts/abstract-wc-gateway-ppec-client-credential.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','37/ ','nE EO\nn)糣~\\r\Z;]0','',0,'?'),('\Zĉӡ{','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-reports.php',0,'|d艂]=;Ĕ\'H','|d艂]=;Ĕ\'H','o ƄSW\Z9{6','',0,'?'),('ucrDz','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(wMEyMݼ','UT;5ɑG˾pB[&NTZlD`!a','',0,'?'),('rW3᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f[ x','\rit7+Zy鬔DK=-+~','',0,'?'),('\nz(0}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7}XzA','$&jzpF#+ec΢{tDY۲','',0,'?'),('蓶Fշ !c','wp-content/themes/twentyseventeen/template-parts/header/header-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!u:L1','KtZ.o/ZGpy@1C\";a:','',0,'?'),('`gP#i\"|&','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/fullpage/plugin.min.js',0,'޷JNUlďA','޷JNUlďA','1$ߏw\Zh^!Sݶ;!6޶','',0,'?'),('ʱ1wB_/','wp-content/plugins/wordfence/images/flags/ve.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Utv9Hu\Z*a\\P','[CoVU智-쪏(1','',0,'?'),(' ^EdPM9dz','wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php',0,'dR*#R','dR*#R',';/Orn./gtƊY{8','',0,'?'),('/ŇU|5K7','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gѷkl','+*Ψbʲ8[m:o=.gD/Hi$','',0,'?'),('YIETt2L]','wp-content/plugins/contact-form-7/modules/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K[~G','m~-J2ĕI','',0,'?'),('Nkw5n.Mm-X','wp-content/plugins/updraftplus/images/addons-images/reporting.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ASΤ%d','Wª&i;2v666MM','',0,'?'),('~Ql','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʨ.Pڀc','H7D<,jXp7メv$7s','',0,'?'),(',Sma+','wp-content/plugins/updraftplus/js/tour.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>^<]䠽 ','ɐHnJiu4ՈF!@+垭','',0,'?'),('1]L\\ ۡ','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','è&dZz; Dq',' ܠ^YC6(*;\nI(7R','',0,'?'),('8I1mE','wp-content/plugins/mailchimp-for-wp/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f5hb XE',']FHp6O@#h:L ɠ@k','',0,'?'),('9*i6,rQZ','wp-content/plugins/limit-login-attempts/limit-login-attempts-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R]9I@~','iMa~< #DvPԎ','',0,'?'),(':X2M~','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','24vLhN!2|','3iA( pGDڔ','',0,'?'),('P!','',0,'?'),('L8\\ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'6Ut','?؎).l%<(_ 6`^c7','',0,'?'),('Sͯ\\ i\n','wp-content/plugins/divi-builder/core/admin/includes/portability.php',0,'OZ-¾((5','OZ-¾((5','򄅶xs.:2$C:m;','',0,'?'),('Zv%N`D','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/text-array.php',0,'MZj\Z \0','MZj\Z \0','o/OruC #FῑMPN','',0,'?'),('_)q!|cH','wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\r<7DJ,Z','უNW0spZAV1[hq^','',0,'?'),('oI\nKa$ ','wp-content/plugins/bloom/core/components/lib/BluehostCache.php',0,'ȧ-1 MNƝ i','ȧ-1 MNƝ i','.ZB#&\n#XQ`i=)8 ','',0,'?'),('p۞2N<:Z7r','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9>','{n]\0ֈn\r<w˷X):','',0,'?'),('rd|\"t`ew','wp-content/themes/Divi/includes/builder/module/PostsNavigation.php',0,'`\rO`bjU','`\rO`bjU','KDhV\Z)Tr7o\rM8ϥL}#[n','',0,'?'),('u)8FG9C(','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tجv0','AcOt{8U!9yldqEu','',0,'?'),('wO+oz','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\1~p','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ځ|A0g~b','f={m=\"˒FHXxdžebi','',0,'?'),('^17An>K9','wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VNo3B}a%','9|S\Z`yj8O}n-H(','',0,'?'),('^qg`oZ','wp-content/plugins/updraftplus/images/addons-images/all.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0PfΘ','}/WBQ1:~  x~ n $','',0,'?'),('Clo','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@xtxe%PC\nD','\0Ev{WZB8qFB8\Z7E','',0,'?'),('ʂ-=Υ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{{5z1/a\'O','JiR<{^™:*J۠!<\0_','',0,'?'),('qšbb53','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%xqZlZ_iRav','',0,'?'),('.\\BN','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+h]H','*Bf?\r[%ܗ vU','',0,'?'),('~/n9t(փ','wp-content/plugins/woocommerce-gateway-stripe/includes/settings-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w,U\'$-C','1ݡމRzCʡubA\"+6T','',0,'?'),('C A_٨~','wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':YB6ƻ','M߅-/XWr֘\" Ϳ','',0,'?'),('-i>bs 1','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\02|I,|','3\0{i2%E-4樢jրM','',0,'?'),(' SzX%fWA','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','db֐9;','j3f15oJpzwc?;m','',0,'?'),(' _qf5Ԍ4','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nYn}7~ \0\\','t䣛&`Zz><|XЛzgP','',0,'?'),('*A1^)͡','wp-content/plugins/updraftplus/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m=hvu&9n~','C)!Lo\"\nPfOH`a <*','',0,'?'),('+ QXC`?\\Z*','wp-content/plugins/w3-total-cache/inc/options/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?80#K}dXT','OK#\ZHDԶeTBq1*5','',0,'?'),('z7!7','wp-content/plugins/child-theme-configurator/css/pro-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭ1`<,w','³Ҏ>]g$<\"DbG3 dڀ)','',0,'?'),(' .gw','wp-content/plugins/contact-form-7/includes/validation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aniMA','iqZMa+ \"','',0,'?'),('$\'XRѥʶ۠','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DCiun550g','d.ҹ4?-͸e8Qጦ\"','',0,'?'),(')aJIu\Z','wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ffE#nXפ','hDZ I a#YS{','R\"abHo9@>','ehJ靕Ki`¯*k7nL$j','',0,'?'),('4 wnt','wp-content/plugins/monarch/core/components/SupportCenterMUAutoloader.php',0,'kcE,','kcE,','XA/jkV\";0IQVpD<','',0,'?'),('9Q𾍚@;>ьr','wp-content/themes/Divi/includes/builder/module/BarCounters.php',0,'X+\0R\0Nv','X+\0R\0Nv','|yeE6ɈdP-8|J+F.m','',0,'?'),('?s˶8','wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('L \r+q|h|','wp-content/plugins/wordfence/images/flags/hu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\";d>]pG@!d','%\\rYf sJ{ӂJ^X-?M\'','',0,'?'),('M\0MAA','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php',0,'4bgJZp','4bgJZp','(z`Y`Ԩj22\ZUݧ+F1\'','',0,'?'),('c,uN+m9l','wp-content/plugins/w3-total-cache/inc/mime/all.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϏP!r@)LH','BQFp![bMDw(t\rz','',0,'?'),('i&R=P޳IY','wp-content/plugins/woocommerce/includes/api/legacy/class-wc-rest-legacy-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i0j͒Jk','(H\0a^ܕ|{UG}\rE\"-','',0,'?'),('k&)kBU eX','wp-content/plugins/wp-smushit/_src/images/sc-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\"_q','\0КY )7C\\IO)D','',0,'?'),('4r%j','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kU6\n+)%','a.%e5+p3d^bLLT','',0,'?'),('KS+e׎A@','wp-admin/css/colors/light/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H G#<^o','?=ҏE\ZMaXĺJ\"sk;3','',0,'?'),('`PMƮZ0','wp-content/plugins/w3-total-cache/UsageStatistics_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eNi;i\"?','6[af!ԙ:!vd\"','',0,'?'),('&rqo%,','wp-content/plugins/woocommerce/templates/loop/add-to-cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+q鐗!By','hb-+yue&\0P/','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_uMY_^','fCb)#EQO`I}a)}z','',0,'?'),('Ao!Vų`v','wp-content/wflogs/ips.php',0,'lC db.˴v','lC db.˴v','Z][WP},7*q\nƑ','',0,'?'),('_9w[o','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`\"pq!Y\\','?ҨX%oAӖr%tO.9l޼','',0,'?'),('05m k','wp-includes/js/wp-a11y.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~T)\Z=9','[%yKRb6=F\\ad','',0,'?'),('jp]qgIo','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/chosen/chosen.jquery.js',0,')uI>㿞7J',')uI>㿞7J','O%a_埁K\'o\'G\Z)Jk~\\->','',0,'?'),('G~\0[PYc+','wp-content/plugins/facebook-conversion-pixel/screenshot-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wZ#TLlpf','zX(GyR*(8bAqT*jTp','',0,'?'),('NcS0}q# T','wp-content/plugins/woocommerce/includes/api/class-wc-rest-order-refunds-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޺rN]NgjVu','<IDCCQf .N','',0,'?'),('TB02','wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{LvPۈ\'','ɸ\0`eR/ґQ','',0,'?'),('Z%na?\Z/','wp-content/plugins/wordfence/images/flags/cn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F[MZN 8','RZ194ok;^c./3^ P','',0,'?'),('[\r%M{/tRe','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php',0,'ǧ\ZKҺ','ǧ\ZKҺ','\r+j3Qb# aXc\Z{v','',0,'?'),('b)CA}P ɒ\0[','wp-content/plugins/wp-carousel-free/readme.txt',0,'\\p7O*\Z;L','\\p7O*\Z;L','|;HҤ3>\'qn-8V','',0,'?'),('sPǡ ]XhC ','wp-content/plugins/wordpress-seo/vendor/bin/ruckus.php',0,'˾/B[','˾/B[','[aBHe?z!n~g+$GH','',0,'?'),('v:bE5Y8,','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W8*)pP,','}2=P7#$)2%1|]','',0,'?'),('wzgW\'LP>','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/commissions-by-vendor.php',0,'n ݍgfk{','n ݍgfk{','])H5u99Ndx<+\0(','',0,'?'),('@\":!hH','wp-content/plugins/woocommerce/templates/emails/customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݱT6HLnKrM',':a!nE@!בxB','',0,'?'),('Ɓ̊e,ck','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I,#0@','$oOTܝ }| C4K\Z#','',0,'?'),('$87O_c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s}Xe{.9\\','VE{Cm J#@R-#J3','',0,'?'),('-B|tS^','wp-includes/customize/class-wp-customize-nav-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ÓBp\rhq\'Tdo@','[ߊNsRݏ,P,.>L9j\"','',0,'?'),('TfP%,5H4','wp-content/themes/twentysixteen/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('EC@v&-5\Z','wp-content/plugins/w3-total-cache/inc/popup/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('%4Hd','wp-content/themes/Divi/functions.php',0,'\0Ac)fs','\0Ac)fs','/׺i(޻}\nbE;Zwګ','',0,'?'),('߀','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Interface.php',0,'繒cobIq','繒cobIq','.KtN3xF60#uY\'&>','',0,'?'),('VNI\ZX0 \Z&','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-guide.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\nnisgh','[A m3/{4JFx7r8@jk\Z','',0,'?'),('΢S˪\nBV\"','wp-includes/fonts/dashicons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xih7w#؟','\nȾG@kJ \';6< \"','',0,'?'),('/ ΰFٞ?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\0 p','}V+k5O^ݺ1 ;m{@z','',0,'?'),('fioҝk(J','wp-content/plugins/easy-coming-soon/theme_options/pages/template_page_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' keשׁ[4','sA@؁Wfzょ>e#','',0,'?'),('{tvOz׳','wp-content/plugins/wordfence/images/flags/dj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g-6~$ݑ','6=ݘ6Q{G Z1:wWaf','',0,'?'),('H\"ڨ|A!','wp-content/themes/Divi/includes/builder/module/field/Border.php',0,'q\\Wjy&}XSaW','q\\Wjy&}XSaW','clbD((9~SfD3`,2','',0,'?'),('Ɔ\0ϗ\Za','wp-content/themes/Divi/includes/builder/module/FullwidthPostSlider.php',0,'bX  [PQ','bX  [PQ','\'$g،Ʉ,Nos dü/;Ú','',0,'?'),(';ynj','wp-content/plugins/updraftplus/languages/updraftplus-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iX\'9k\rzN','\nm\0j%Y@\0I:+U','',0,'?'),('a[M-','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/shortcodes/vendors-list.php',0,'`>!$֘','`>!$֘','\' IL5\'M,\Z9pa7','',0,'?'),(' %4>] \Zw','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ő%uHI','Np>ujۉJ2E 7','',0,'?'),('\nE(4.-)]','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php',0,'\ZO]pYm','\ZO]pYm','ξ@~V 5|KXb','',0,'?'),('\n,brgS!O','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A氣','9PTC','wp-content/plugins/wordfence/images/flags/tl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\X[;O\0w9 4','82\"M@5F-Bob?\'䦧','',0,'?'),('zuL6-','wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(LqO(2@','ĉׯׇ7ُY]=dZӳ0,;}','',0,'?'),('|7͹9YO L','wp-content/themes/twentyseventeen/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x 6nmKeQ','OӭLYa:bO_UQU5aM4','',0,'?'),('C\n U','wp-admin/js/custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\0X`ouf','&[/ߧ Q%X1P@Xe\r','',0,'?'),('L2j>a}W\"','wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`*Ƈk+','֩\nP8t9Sn^\nr .X','',0,'?'),('J;KXZy','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-vacation-options.php',0,'\\+:L` ','\\+:L` ','-/>oϺ2ulTZpP','',0,'?'),('9Vͷi=%04 (','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A+)d','[ OuT\\Y|蝯;WȚ|','',0,'?'),('Y5g','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\/]dCHo-','x[` ܧfGng.wW|0','',0,'?'),('0lj0+%','wp-includes/SimplePie/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S{*','47Mj9|\0i&ĨLu!J','',0,'?'),('aUq`*','wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a658 8','d0 a^Qzg0MyS','',0,'?'),('ٕ2*NI','wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php',0,'X>,\'I','X>,\'I',';\"1l\r*fGH]DGceOaVv','',0,'?'),('?\\ai>','wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; -{OiuO','k@Lw7KX|w#oa.%qR','',0,'?'),('B6:#','wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n`L#1-S \r','R','Opc}ȋb1ȳCQ','',0,'?'),('/UREǬ6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gjGm*fYE\\T','{ޞwn\0qɖ:w$\'WN+Q','',0,'?'),('٭zp,L^t','wp-content/plugins/wp-smushit/_src/images/plugins-defender.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?}777 \Zc;W','$A<4MH^JljQ(','',0,'?'),('d\"bbzS','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KQ8r\0','T> !L/4 IS/d*6xf\nq','',0,'?'),('窒u\rZJW+','wp-content/plugins/wordfence/images/help.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$N;\'M Y','\Z7\0r€/iz;ki,=LZg','',0,'?'),(')t\r,Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o}gn','c=u5>j U:+&*','',0,'?'),('?DŽ:\nX','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%t_','hEec{0[hMzm& uFs~+','',0,'?'),('7W_%9Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tCD|i','*TAY4 C(.u\\-q Y','',0,'?'),('ż$[X$sd','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/shortcodes/become-a-vendor.php',0,'ي>b$T\"','ي>b$T\"','Xr=}~de]zJ*Ʒ','',0,'?'),('Ր(@','wp-admin/js/press-this.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']GX ','I?R`#C\'\'\"\\j\0aR_','',0,'?'),('\Z0ϴkR ^Br%9','',0,'?'),('LVr@sRC}','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jc1z{\'/@EHl>','(\0- !ߨ:k΢>I\n.Wma','',0,'?'),('Vf6A]0\"','wp-content/plugins/woocommerce/assets/css/reports-print.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDuu@~6yv','!$0Yn3abmmnUʠnV[%3i','',0,'?'),('Wly:\0Vn`d\0','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z ~C7:UPL*','2t\nf<ݹ(\0C\' s9<','',0,'?'),(']\"!29mD7','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$HLj [','Y0u_[/PέWQ:','',0,'?'),('nH*|wg','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVVBSy9-u,:','\0&Ѕ8=y9 aXFN4u','',0,'?'),('o-mibZ}Pr','wp-content/plugins/handheld/main_themes/HandHeld/comments.php',0,'P긒?\'Ak','P긒?\'Ak','6-w{\ZU#ORql`_ԍM','',0,'?'),('q^,߮\"EI','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1ic\ZPqCF','Rq5`Ġ{mYJrcȟ{','',0,'?'),('xUBk?C}:q','wp-content/plugins/w3-total-cache/Cdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vMUA','\0roEK!(aW[|Q1G3','',0,'?'),('4a{mo^-|','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90msp-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"P$ Be','\n8Ĺszv)m{K.','',0,'?'),('G*h','wp-content/plugins/woocommerce/includes/vendor/abstract-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RԐ,Uj','9Gh5{AI߈V\".HƃĬ','',0,'?'),(',4#(# ','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aU㿑j','zwV^hK@#UR\0','',0,'?'),('L9}X)','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php',0,':kZ5d5',':kZ5d5','֤8yQ$Y\rNoȪwbK','',0,'?'),('{^ ρYQ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-vendors-registered.php',0,'@Bu#\\VuG','@Bu#\\VuG','l(9- ]m:Uz~Q|','',0,'?'),('! bu;*','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-media.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','݁r','g+m6dܝgdǣw','',0,'?'),('{ΓO#I','wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S+\Z2V6\'','5tYt{\nkP04-.R','',0,'?'),(')+|jg','wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u \'0qV','7M*c&>WdBUZw','',0,'?'),('df\")=6b','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۩ S\'[*','ֆZs .ou1G繤LD','',0,'?'),(':CtD4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':snb','۾=ȣ\00I,xC&)\Z','',0,'?'),('6U  aʏ','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y wUF','mܾKz´ 3\rHZ[v#1','',0,'?'),('̋Ր[8W','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-921.min.js',0,'WKk!$|o','WKk!$|o','?=鯀x\'TMPwA;v','',0,'?'),('l)\nT* ','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php',0,'-\'n~xK ','-\'n~xK ','\"lO]D`\rsG&)H:[Aݓ]n','',0,'?'),('IJa5R/H','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-sms-notifications.php',0,'.ޚ⦙C','.ޚ⦙C','v^ع C]G','',0,'?'),('kud GĥRD','wp-content/themes/Divi/includes/builder/module/AccordionItem.php',0,'K{>[g4{|*','K{>[g4{|*','<.I d_^վGsGcA{5>3','',0,'?'),('y7MA@','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\Yޭ+P`I\'','u0&$N_3QWwOL\\\'fV֭','',0,'?'),('qf ٍ{','wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-921.min.js',0,')i5BK0\0',')i5BK0\0',': =[ؕ%iYJ}NO*]E','',0,'?'),(',ˏ =X','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :|\0rS#','v_1*x\nf`,i3Jf','',0,'?'),('\Z }(ϺL@\n`','wp-content/plugins/woocommerce/includes/class-wc-order-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L%tǞ?C\Zj','T$0mlxPDL&䅍\0. ','',0,'?'),('\"W\'\"ɿ','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_linear-gradient.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ŕ&̾nٙӃ~',']Z88p8~c1fM','',0,'?'),('#O0míL ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select.php',0,'L_H}76g~j','L_H}76g~j','+Q@S\'2U(xo1:ᔽ','',0,'?'),(',2BLh>3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=-YJV-tI','/J.%Z4TgAN5.','',0,'?'),('.v=GJ','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{ %H ]˝+','NLx;0?-n؋Z Wi)jH%B','',0,'?'),('1ߦGn@ ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/empty.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n鹨BtU','5\'KYȁ7w?\'+l&O9#','',0,'?'),('>R','\'M*i*D\"~:#*aA,nSӠ','',0,'?'),('KqM{','wp-admin/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p-xk ?','#J{TSET}n,ͅ{','',0,'?'),('TBO>v2}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s;uvf^','<Ό:9/(\\֎tl]dz^82','',0,'?'),('}Y}Yy','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\[F)3',',.BFܻ擦FCйLRPgvׄ ','',0,'?'),('#)j TP!d','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Q)\'\"aԐH޽G','n*xJ]-o6!̟id#C{E','',0,'?'),('6\"ג','wp-content/plugins/updraftplus/includes/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ZK/','Ʒ-)۵إz9Ip*# I ','',0,'?'),('/+gUY*','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(DJBÿrPVT','ꨡ9aZ$[,X Jr\nB','',0,'?'),('Uu#dx]E','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','To i5k','L˵6%w툄^Q','',0,'?'),('ԧO`JaI','wp-content/plugins/monarch/includes/oauth.php',0,'EoS-=Q.\n','EoS-=Q.\n','FCef3+dtk%krN','',0,'?'),('WMF`3$','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xr-6Oh','u `>P/|h 8','',0,'?'),('嶳ԧCb5','wp-content/plugins/divi-builder/includes/builder/framework.php',0,'em\ZJgiu','em\ZJgiu',',9*Yc\0mpx{wҘ','',0,'?'),('*7\r?','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e/uaz\"<','(vȊF0Yo9 5cgAU+fV','',0,'?'),(']u*\'EYߛ!','wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhook-logs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~,zNćc',',zņݛCo\0]x.ۧJh0ߗ|','',0,'?'),('7HҜOYC4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xD3K402fȕ','}d322zw;\"7\nOpJF','',0,'?'),('\rRl0+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EHLrhƣF_Yb','bNm^-m&1GN1~2Ȍ4','',0,'?'),('\reKg.q','wp-content/plugins/updraftplus/includes/Google/Task/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b48 BI$Z','Vn@1[)ޕ{G j C顴ǝ:O','',0,'?'),('Z\']D13\r','wp-content/plugins/wpclef/languages/clef-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR[\'ځu^','ެl\\ɋb0\0,Ɖ3p2','',0,'?'),('#=msukvA','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ug.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_','wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G;E}wcۘ','Gcʡ\"0Κ!}1[nzɉty;-~\r','',0,'?'),('$[.CDX','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\Zp\n: ','fWzlxb\rF> \0#^','zVr;l?q#RS6OA','',0,'?'),('Fe}(','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>͕xQONi^\Zb','8m1Jtj}#zǏԒAdv\Zd-','',0,'?'),('Hb9SݴU?S','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-0.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vs鮖ΣK{}\Z','\0j3h* ! u','',0,'?'),('R}AI4OG','wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','47Ff! #','s$  neډAٵ/','',0,'?'),('YdN1џJ','wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-argument-exception.php',0,'/,QɘѰ$}G','/,QɘѰ$}G','bJeYw_pZt?e','',0,'?'),('ctdx\\E','wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r<ܦԫhzO','ϩ#zeߪ|IZ^','',0,'?'),('i1E~NIA͔','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0 _&p\"4\\','c!#Bi*+\"\rnIƈXÉw','',0,'?'),('jbK1o`:','wp-content/plugins/wp-smushit/_src/images/graphic-smush-cdn-default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŤFu1','r%^4g\Zs<6KDS^','',0,'?'),('sJz߼1!','wp-content/themes/Divi/includes/builder/plugin-compat/amazon-s3-and-cloudfront-pro.php',0,'p闷ajFa.hi','p闷ajFa.hi','SV% Ɣ{E ,^XE8q\'k%','',0,'?'),('s♼{DR[k1I','wp-content/plugins/wordfence/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'9%(wdh','uM/w`xG|w9?ICJ^fNv','',0,'?'),('3YSV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')5=SV;','~ϘM& e[UȰT ','',0,'?'),('X/\0 ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Hs =F᭝\nnH','=i\\TG\ZrڮPMZ!','',0,'?'),('/?/[','wp-content/plugins/mailchimp-for-wp/includes/class-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k1LB~Q','wV^*LOB]7ai^j','',0,'?'),('q %Pd','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')VЌvXgխ','\Zm/}F燈f\njAgJ\Z','',0,'?'),('R^y\0Ƃj','wp-content/plugins/wp-smushit/core/modules/helpers/class-iterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\0-M42F','zO\\\\+%\r2#y`f@r','',0,'?'),('v竸6Kڐ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' j&y\"@tQ',';0Bc#jukIirR\"L93(','',0,'?'),('L)D-?k','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s򺰧)9сI5','&( 8B2jOlm\"+] ','',0,'?'),('x(ťܺ.Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K˹ъmƎ<+U','Y_MGwp:i^e}(\ZJ\'J(sp','',0,'?'),('ԒAr^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nbUS]ð!','Isb)g#_i[\"]K3N|-%)sȣLM9','',0,'?'),('qԈqğ<c','wp-content/plugins/woocommerce/includes/api/class-wc-rest-customer-downloads-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hYyW>za','Pag;\Z.|p6S\'','',0,'?'),('ٔÃ]\0\rL','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dWCy;A@P','8i4yJ\Z +e\n\rZv>','',0,'?'),('eM קik\\J','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-tumblog.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D%[ؑu\\*','Λ`\Z{^-rP[ ZA8b','',0,'?'),('g2GdjX','wp-content/plugins/mailchimp-for-wp/includes/views/general-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HrXw,_~n','IDj\' d\\ b%m\Zy<','',0,'?'),('iFh<}ދT','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' w[e8t','n[Oi]UGtt}Ϙ>','',0,'?'),('KُQ6ݓ','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Ob:˯-E','1.;\ZܡP_?k릜4w?','',0,'?'),('3ƹܕjbiΥ','wp-includes/customize/class-wp-customize-nav-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fg;plu_){\'','',0,'?'),('o^E6a$','HlLhPWDqh\rr6oV\\]','',0,'?'),('rU_awp','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&pAbH bE','\"?>^C1o\rqXlY)_6pB9P','',0,'?'),('p:}oȉJN','wp-content/plugins/et-shortcodes/core/init.php',0,'87秥.b068I','87秥.b068I','r\n=Xhe$X.','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/membership-with-subscription-reports.php',0,'@ǿsPuf{\0CD','@ǿsPuf{\0CD','VBHfBm\\>무&p(ţu','',0,'?'),('*+|ϱ2yS8 ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nI5xg#+5Yt','ۀ[#\rЮ?9uugu:6','',0,'?'),('/Gl]}3.S,','wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_mmHJ(','r9Fbt5D!y4d','',0,'?'),('e1وYV/>\\','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/codemirror/codemirror.js',0,'Hg!0!8','Hg!0!8','dJ>Af}tj7+=lBhw','',0,'?'),('7\"zZJNs','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"G}=\r,&5','`ٿF`=fy`4nI\0N%','',0,'?'),('>/ᡇ_','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l([qאD#','\\sٶhb2.;m`Fr^&H-w yV~','',0,'?'),('&UX\rL4{','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rA2C3UE+','ü3[Mm{ e7:DBf','',0,'?'),('i{هZ]8\"','wp-content/plugins/woocommerce/assets/images/wcs-usps-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rŻzXY','hQ(0T ݰNm;l}ݟ','',0,'?'),('\Z\nU;eLɝ3n','wp-content/plugins/updraftplus/images/notices/metaslider_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8zr<ڮZӱ','hY6\r;M@6 YMT\Z8 (','',0,'?'),('\Z s)`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!3,S\'','%:׶sFJp*kb_Fjׂ/L','',0,'?'),('\ZR+OKrEOD؄','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/codemirror/javascript.js',0,'>J=)Z}','>J=)Z}','mwJ܌A b.FkN0L','',0,'?'),('\Z$4B5%k}I','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߺ.B[dci','%x{\\2\Z\'>','',0,'?'),('\Z6sw*䞋 ','wp-content/advanced-cache.php',0,'E=r','E=r','ZI.qȞJ/M+1%:s','',0,'?'),('\Z;Q]H$\nq','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/class.yith-wcmv-shipping-frontend.php',0,'~\ZKfIvMX)','~\ZKfIvMX)','ŜCIU<Q%CZt%ޒ$vx-','',0,'?'),('\Z?M _+1Jd','wp-content/plugins/wp-smushit/core/class-modules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yI+|\n9`7','`axu%:sUj?/xR` ','',0,'?'),('\Z@I#\r F&>','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kºnk\'dͽ','Ȓ]҄`8{0RD&','',0,'?'),('\ZOTi A1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<n\"\0DR>d','IL\0_Bqj@ĥ?','',0,'?'),('\ZUcsچH{=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ jmd','898`գ5i-I\Zj ','',0,'?'),('\ZXzyTé >\Zn','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-meta-values-validator.php',0,']ߠ\0@',']ߠ\0@','ÏomR$ZW_i+r7u\rW','',0,'?'),('\Zpif)Jܨ7','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(%\Z$% g$','qOYnwWRudc,Hk ','',0,'?'),('\Zq$@Қ>sj{oh','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-widget-base-id.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LΝ/KYUT\rY','y^b`\"Y0@;Pm@O2<','',0,'?'),('\Zw$qs33}','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qcţm\'\0o՟','\";q~已ut>& 1+7','',0,'?'),('\Zyv:^vjާ','wp-content/plugins/divi-builder/core/admin/includes/assets.php',0,'Oƨ9TtR','Oƨ9TtR',' ]%2 !?tKq\n','',0,'?'),('\Zw, -,:&P','wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php',0,'6U&:!b','6U&:!b','|_@O_SollB?','',0,'?'),('\Z |H_#4','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/taxonomy-upload-field.php',0,'ܔ^Jw\0]`a`g','ܔ^Jw\0]`a`g','[jV+V7:w&h','',0,'?'),('\Z_h󠟽x','wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klX','$\\лEa-qeV`oe\Zrj.I','',0,'?'),('\ZiDՓ$aI','wp-content/plugins/woocommerce/templates/loop/loop-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uݶ8',')','wp-content/plugins/w3-total-cache/Util_Environment_Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\\,\';XG?','vdM_%D{gr}3\n9\"','',0,'?'),('\ZlW8u,2h','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php',0,')2\r~X}',')2\r~X}','oK6bDI [r{ bk','',0,'?'),('\ZN;؂F\Z[/','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/multisite-updater.min.js',0,'!l_\npқX','!l_\npқX','d&\rq肣 Emp tt޵','',0,'?'),('\ZҔC<&H+C$_','wp-content/plugins/instagram-feed/inc/admin/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=k_','Q\'/DI\'.!&f&vGG','',0,'?'),('\Z5l`[;','wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Zྎ\\n','뼹u.~n;)fP֜MhM','',0,'?'),('\Zk~gWN/m/','wp-content/plugins/woocommerce/templates/notices/success.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^SNm_c','5 :c,apRa\"B\\crtV','',0,'?'),('\Z)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ai4*I,\"p.','\\3XoV>6q_71Q W(؛t','',0,'?'),('\Ze\n/]\Z 1','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uU\'x~1ÞK','^\\NxN ˰gZ´xi}p4#','',0,'?'),('\Zy8R#Oy','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qڕv:]1%','IKt#NNh%fSGc','',0,'?'),('\Z!ye}l5> ','wp-content/plugins/limit-login-attempts/limit-login-attempts-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yl[hmo`v=',' k[G]v0LKƺL\r`RN','',0,'?'),('\Z\Z:\\RfP~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F,1','\nTS,1ajꙋhPE(','',0,'?'),('\Z }%;|ɝ3w','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?! |k,[N\0','ذr7Z5̷ыߩcN+&f(38Ơ','',0,'?'),('\ZUEs(#Ep','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JRww','^m~\0kO[\Z:`','',0,'?'),('\n\r#:^B','wp-content/cache/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(' @p.cE.ŁT̚8','wp-content/plugins/woocommerce/includes/api/class-wc-rest-system-status-tools-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WCGB,gO','JЃFw=82}`bZ}','',0,'?'),('p9}dZBwNN7`m','wp-content/plugins/wordpress-seo/admin/class-meta-columns.php',0,'0iI\Z de%ԫ','0iI\Z de%ԫ','_ˮ3qZH\'Dm','',0,'?'),('AZ哖̅L(','wp-includes/js/mediaelement/skipback.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m0EkoHF','2ɖ \n','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϛ~3D@mԔ','\0ou̟~I$6bɓS?C~','',0,'?'),('O4zb>.{V','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c[a@YQmiX','YuMx-+0A0kn2๚sh','',0,'?'),('O6qsF','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-reports-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')+iX','On;Jlހ=F<{V6','',0,'?'),('STl','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/select.php',0,'yGXFų','yGXFų','_6{Cx` gVw\0ͻ~fի','',0,'?'),('W129q5kt','wp-content/themes/Divi/includes/builder/module/Button.php',0,'\n4u4KmcjoG','\n4u4KmcjoG','&hP0k1Eژ*J|!߂','',0,'?'),('ZGܶrOĝ','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۄBX2|_=','6=g<KxT6^@\Z?`%peQGF','',0,'?'),('otp4u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','յk!&','ⱉ ¤ AgϚRX-\0','',0,'?'),('sqH]\\ Ng','wp-content/plugins/limit-login-attempts/limit-login-attempts-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"5ʍ','2w\'Mbo`Y1>o2\\$\0z','',0,'?'),('ȶIU͖','wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X@uiL\"','jXw=wsKw%o\nTIAt','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tNJS8','piz1qaڪ&_;O','',0,'?'),('`rA','wp-content/plugins/wordfence/images/flags/li.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~[k\"4{;','Ɯ`,^@Ir2S,j[mK6Ut','',0,'?'),('y!\0pZ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','prG}_','@uD[c~o`S%[җ0YW','',0,'?'),('bfP\rե:','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en@pirate.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r@!1+','i,F,d2B7!TA','',0,'?'),('ɊWisG~ ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Rauj)D_8','@q>>)Sf,MDsgl','',0,'?'),('Bc%E8m4','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qP[)iU','ω36 oMg#3\r47','',0,'?'),('m&D6XjeY','wp-content/plugins/woocommerce/assets/images/storefront-intro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':N%|$ؾM.6,g','뒰t7IBc','wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`s`R֍T9','إ I%40ur=TOTE\0/p\'','',0,'?'),('Iiu񅬔7','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$l̅!8!','Qpݪ4DD/c$_(|','',0,'?'),(' mn9F6','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\'L İkh','m(\\VKϪ|XbB|\Z','',0,'?'),('Ӹw0','wp-content/plugins/woocommerce/templates/loop/rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\\+jPG','s\\OL-)x8&3]fpLn','',0,'?'),(')M^ûoz','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-[tP d','W3pla P\rABgxN,','',0,'?'),('S̙U v|J#','wp-content/plugins/mailchimp-for-wp/includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B0Am','*UT6s0C\ZP¯n+zg','',0,'?'),('TxhX$js','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebars.php',0,'_KB?BC','_KB?BC','e i6{+3]u\\6wzSc+','',0,'?'),('TgslFʞLy','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8կ!1z[','s!\ZCn\0T0t3|\"','',0,'?'),('^.;p|i','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/tax-admin-menu.js',0,'!=BlJ[g\\3','!=BlJ[g\\3',' h)0veuѢG+~=QE(yG','',0,'?'),('`OF\nQwʘ~','wp-content/plugins/w3-total-cache/pub/sns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JM\\F<6','ovp7V#erOen#','',0,'?'),('aRK*78/','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-membership-helper.php',0,'>ۮ_+٥','>ۮ_+٥','ԉNzaZ-rw\0۽','',0,'?'),('cҤ| .L~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r2:&t~m','\'(;U=J\rf-rZy/6ިm9','',0,'?'),('e2Ȯ)A','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/upload.php',0,'8.\'ND&P','8.\'ND&P',':=i1Q6G8ޭn_(k*G','',0,'?'),('h#ٕQY-ai','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p.͋S4;ɭC+s','ZI|YE=PCZ\Z@[o9&=','',0,'?'),('iM`^.7 ','wp-content/plugins/wpclef/assets/src/sass/_form.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oqa$yNHNw','(kUeAj~ѬWG_2@tT?','',0,'?'),('u X`U,','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/message.php',0,'`F0o9B ','`F0o9B ','<]H^`)Wټm8h @ToĶ','',0,'?'),('vs%zF','wp-admin/css/ie-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')b$ 9nm','m%ʄ\\ [<-N2ER0','',0,'?'),('z|*6S\\53','wp-content/plugins/wordfence/lib/wordfenceScanner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&x*n[R','`cw?7n,jU\\Q5#q\0','',0,'?'),('9+6t8/9#','wp-content/plugins/monarch/core/init.php',0,'ɓ\n@,\nX','ɓ\n@,\nX','>\"{׵F xjqJEO\';h','',0,'?'),('x2iuڃs AB','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php',0,'#鬋Ɗ\"','#鬋Ɗ\"','^\Z`G}N,NBo @ս','',0,'?'),('1*hB','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zsBUK','tďCi>ed)@=L]ѰO','',0,'?'),('\n$zX`1Bw','wp-includes/js/tinymce/plugins/charmap/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<|yBܔ\Z','~J\ne10o<-H\r5]xVI\'i','G݅\'! YE3P5adM','',0,'?'),('\n! ][ic%\\','wp-content/plugins/w3-total-cache/Licensing_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+jq̰Z}C!','\015zn0oh$xRKZ','',0,'?'),('D>[a}RO','wp-content/plugins/updraftplus/images/updraft_tick.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u {/=$\nhK','|UȡR\"#)1]@h0~|?','',0,'?'),(']O%PH\r6P','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c4Fm[C','Ξ~\r0f)+|C','??+djB5k!23=w{(@FWv','',0,'?'),('0.!ѡd','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/contactform.php',0,'; 4,C','; 4,C','\\K9. PxʨLpuw9vV','',0,'?'),('׏/8ۜ','wp-content/plugins/elegantbuilder/js/jquery.fitvids.js',0,'C<*Z{ՁBb].','C<*Z{ՁBb].','Pitqb Vfa~M','',0,'?'),('X+o=#PQ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mk_MK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','suLkI','cYn#o. e','',0,'?'),('s+qzOWd','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/text.php',0,'`,X;AMf','`,X;AMf','XEEkƢ`7FPl','',0,'?'),('i ik/d','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D$ \rqo\Z','Й¸*cGj>tK \n C ~_Ep%','',0,'?'),('\nO_;]/^ ','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e]:uWv\"','ǘReO:n{{x7hPod','',0,'?'),('G_bc.,]&','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȽQ[[I\0%\\','cW+IJ>A%l-T3g@RO','',0,'?'),('3*;i2^','wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php',0,'j˸3R $\'h','j˸3R $\'h','CMlZ 3XHt','',0,'?'),('B((ƹݵ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rQlW$ ','k|zL\rٖ)PG URKE*j','',0,'?'),('C|,;^En;+','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nr J}f','z|=tQlc@g reS<','',0,'?'),('J.xAZk!','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETen-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\Z5\nŕn!','IO$=%}{v@`Ha?S]w','',0,'?'),('X3ԉi^','wp-content/plugins/divi-builder/core/init.php',0,'=h)1@Mc.','=h)1@Mc.','Q? Rз~ѷe>-2','',0,'?'),('[22,\Z9~N7','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n?Ԩqnl]','u?%(\0+{r!DpW3','',0,'?'),('_6 W3/\'L','wp-content/plugins/wpclef/includes/class.clef-badge.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.@jsCBB','E-xݴV5n*\\\"Ǻ?H','',0,'?'),('fMx +9U','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{5ӍXV_','M% FJ24-9aDqi\\','',0,'?'),('nIwoL(p','wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2voyZ6Y\Z˽','몧h\n d%`\\oF<+kѰ','',0,'?'),('yH\0r,LR','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/PostgresAdapterTest.php',0,'EjZI+6?y','EjZI+6?y','2{7\0akA','',0,'?'),('yFkS/d','wp-content/themes/Divi/core/components/api/email/_MailPoet2.php',0,'lSȞQp/1','lSȞQp/1','NoaɼԜbHb;*?u','',0,'?'),('}-ݞWj','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(U\\\n\0Gfx','y\")/*DC̯9p7fi','',0,'?'),('֫ɚیr97*','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b]`NU7$','ʼ\',Tw<խ ] \n','',0,'?'),('-RDpX評y','wp-content/plugins/easy-coming-soon/theme_options/pages/images/white_px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2`ˤ;','0!jrÅʡmJ:n/','',0,'?'),('%\\MA','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qPC-SP D','e4E?&DsAʬ;)@Xɒ','',0,'?'),('J}FE\09','wp-content/themes/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('\0\'as5','wp-content/themes/Divi/core/admin/js/portability.js',0,'f=LD4<`Q','f=LD4<`Q','诽|L@*KvәR]W<:d˂m','',0,'?'),('^I(:궾','wp-content/plugins/woocommerce/assets/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-9 \r|C,O','PhtiX2)n{[lab2>','',0,'?'),('=uܑ','wp-content/plugins/woocommerce/assets/css/woocommerce.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʉ;ugƫA-\'','2z\\o\rW͜Wtxt?\'q*1|>Ղ','',0,'?'),('Dųu͝','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 zF\\߆Ŏx','؇DP9A2\'cNt3a1f\\!E7W3','',0,'?'),('f4cwn ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&|2-dc?w<','bH91wJXt\nu@','',0,'?'),('\"jǧ`1','wp-admin/css/press-this-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AF7!mKMxf','N->t B/ԣ(q[','',0,'?'),(':. N\"x0','wp-content/plugins/wordpress-seo/src/config/database-migration.php',0,'\nql֙N','\nql֙N','㉥>x<Q8X)@E%W`4ZW\"-','',0,'?'),('=}C iHT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ht†o`3v','_!gI\\:K[ߗCA','',0,'?'),('gI!٭_','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?͆{=K+j','Hi1hX`vr=\n','',0,'?'),('ğCx<','wp-content/themes/Divi/core/components/api/email/Aweber.php',0,'9/g@\"S','9/g@\"S','>˨kK·>U8YzFδ&','',0,'?'),(' X{vG>o\"','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php',0,'j3(s׋CC','j3(s׋CC','Р3Q[ul\\','c&??rpipWRpE\0è','',0,'?'),('\Z~!N','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php',0,'AFZIFic','AFZIFic','g[pg\0mqW;%ByRŻ׮','',0,'?'),('\r^tK.E~#','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widget-links.php',0,'ݑ`UEͪ:Sbuh','ݑ`UEͪ:Sbuh','KZ;ty*e]C+>','',0,'?'),('6^.!`\\T>','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g#2R!I%U[ +HK&~5r','',0,'?'),('*ɕu#','wp-content/plugins/wpclef/includes/class.clef-onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5fLө9','XkȖ&y\Z@kdh5au4','',0,'?'),('+I}soIJ','wp-content/plugins/monarch/core/ui/components/hoc/drag-drop-context.js',0,'K NF 5','K NF 5','ȀMIc =\rg ^́ ','',0,'?'),('.odF%F','wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1pwx','Hl\'HP=JzyWZ','',0,'?'),('3kE4ë','wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԥ^ =bQ','-n E`W.(%>֑\0m','',0,'?'),('5^r#[&\n-','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g2 bdbU','?/+B:T<[km*sm0','',0,'?'),('Dd','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZtb>9,','5-B卒Se\"~LHUVMG','',0,'?'),('R\\&T |`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lh[Xt%H#','eN[MEB/rc=u/','',0,'?'),('S\' \"','wp-content/plugins/woocommerce/templates/cart/cart-item-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0}R^(N\"Xa','V%ᵣЮ`_f,SVeC? l','',0,'?'),('^A3,x','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php',0,',Їor~r',',Їor~r','jq+e\0zqݝA)a','wp-content/plugins/wordpress-seo/inc/wpseo-functions.php',0,'m^+vo','m^+vo','L7D\\E\' ,phJٝ2!','',0,'?'),('|&;rLs5','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЗO>\rX',' \\(XS\'%keu\rΡPTc','',0,'?'),('5Y92*BHh','wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.11.4.custom.min.js',0,'(g!~!뿪','(g!~!뿪','NP\\mJu6WT>','',0,'?'),('B/HHLŰ','wp-content/plugins/woocommerce/i18n/states/JP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jc5shIi(','l͌:@w쌤Kt6u v','wp-content/plugins/easy-coming-soon/theme_options/images/service1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC[>\\D)$\n!','oy/O%շ:,{p;H$fO','',0,'?'),(':k$o>1d','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|QE+z','\r;h\ryZVL]~.KUKۻ','',0,'?'),('Ye.0s','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4DE{\\','au*uPOAZ d\'*=GpE','',0,'?'),('\'-p- f','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iR{峪,D_J','\"X\0\rR>sFZARv','',0,'?'),('XvC%h\r','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','znSNNy\nkG','VB㬸c7Wz{lxٟ8r*','',0,'?'),('-\0a[Q>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nq\0M_0K','gtW}TVeiX+X','',0,'?'),('l(䜙G','wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php',0,'ߧ$ p#,','ߧ$ p#,','8l^!qgu8H䈔\ruZش,','',0,'?'),('oI8ASu+','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-8.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_~\0t@ua!$`J',' ˸I\"JF%h3oƊo83v&% |','',0,'?'),('\\Z Df-','wp-content/plugins/monarch/includes/monarch-widget.php',0,'f.VgՂ0','f.VgՂ0','ܬM CDҴ_\'','F> CDҴ_\'','+}DA49„co:ʄl\'T','',0,'?'),('4池\"ihŮ','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' CΊEb\\','JW޿E6?> q\'S%km','',0,'?'),('5ivb@~) ','wp-content/plugins/updraftplus/includes/updraftvault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\xm /{q5;V','4*OFW\ZU*0{{','\Z#(pD>','\n)+ %=|y(RNA)D\Z','',0,'?'),('dQbDV(U','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QNf7cc4^k','&hcN2OvM$G[钤diU3;','',0,'?'),('oaN/u$L<','wp-content/plugins/wp-smushit/_src/js/app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gwoKF^^EX=e','5.ɫ\0ٛw9tJUX\n\'z7T','',0,'?'),('؂i>Ǯd','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?㽷 Ƶ븆','; )\'\"ά[\"bַX\Zja','',0,'?'),('߬{XiW','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-6.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ti>','$/4Ҩ8cߴ\\ NWO]|c','',0,'?'),('\\Wm7\'/}BHl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|K*\ZbH',')>|K*\ZbH','KV#`D?LJbgOur\0_/p','',0,'?'),(' *@ADғ=puE','wp-admin/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?!=UF','7:LUsEEf<@5','',0,'?'),(' +EHa6<','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!W?.\0䔽','JPӞN1+iRMB g','',0,'?'),(' 7O]iP8','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel-wc.php',0,'\"IңA(hM?~Bm','\"IңA(hM?~Bm','Y[d5q m\nMc~㿰/tH\Z','',0,'?'),(' <@s\rF/','wp-includes/Requests/Exception/HTTP/305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X\0K/`,&','HƎ+@ Ib^=QvM6_iL','',0,'?'),(' @ʨmuE','wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n6a+(U','뷜Es\ZVSmۙւf\Z&E','',0,'?'),(' CBג 辒','wp-content/plugins/wpclef/languages/clef-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z+f+`U ','+kp++5y\n,,4h1h\\','',0,'?'),(' De4G0@d€','wp-content/themes/Divi/includes/widgets/widget-ads.php',0,'.gU^ċ\\K_ ','.gU^ċ\\K_ ','Cՠz4cg-o[[)+','',0,'?'),(' EAQsj1t@','wp-content/plugins/easy-coming-soon/theme_options/images/testimonial.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~:/Kai ;Lҗ','ꪣ!Oa`0W aT5b\Z{j','wp-content/plugins/handheld/main_themes/HandHeld/includes/et_theme_options.php',0,'P*LsQs@','P*LsQs@','\0ζPLEHMYS|','',0,'?'),(' 5߲<_[I;v','wp-content/plugins/wordpress-seo/admin/services/class-indexable-provider.php',0,'\0XC,$^Sw','\0XC,$^Sw','ڄ$?\"\'#\'=&\Zg.씍/執8','',0,'?'),(' S hnUdx','wp-content/plugins/wordfence/images/flags/vu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' u%k{m͢(u','ʯ{i\"ʵBG1\'\"*','',0,'?'),(' ]R\\9g3_','wp-content/plugins/wpclef/templates/register.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\"[E]m=@','KkRʘ/N872`oH`b`;8','',0,'?'),(' > eHb\0','wp-content/plugins/wordfence/images/flags/mk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\n-o','FeJR \n7LE$T3','',0,'?'),(' P\nMزǻ\'','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׇ\0\\AE','걑Lw7R*TYR{ٽ','',0,'?'),(' DDFNq','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Logger.php',0,'\\KݠxeF','\\KݠxeF','_RagNYR,Hs6MT{','',0,'?'),(' ={q>F9','wp-content/plugins/woocommerce/templates/checkout/form-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ж=\0K\'','b0TF8M=ZsBT\'','',0,'?'),(' RR0oKlSr','wp-content/themes/Divi/includes/builder/module/SocialMediaFollow.php',0,'bgN/x \\\0+','bgN/x \\\0+','\"^_Z rM S;$ ','',0,'?'),(' 7=4#N','wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php',0,'sʆ0\r)4k[T','sʆ0\r)4k[T','_V?!v!EL\n]#','',0,'?'),(' yvq','wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HxR*B',' ;-eRS #t6ITFaJ','',0,'?'),(' At','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PẁC~}?5p','dYd/\'rfP z\rqFr!d4r','',0,'?'),(' Ϯ}~wz_','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\rcs+K3ά','vB}ΧyM@Ez%H\rAM','',0,'?'),(' \r$ Q^C(','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']A 3[/Cd','⭛ i{PA͆kdM\n','',0,'?'),(' HzK~E=r','wp-content/plugins/updraftplus/vendor/psr/log/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0sRV1u_','..vv:38OAi)','',0,'?'),(' c̫)I\np,͑','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b.|Ri','L/ ݭn YuJZqz:<\\@R+)','',0,'?'),(' p(?QnaZ','wp-includes/js/plupload/plupload.silverlight.xap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tq\03X0b','R0AtRWE )օuTRY','',0,'?'),('!┭^{emDy','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/chris.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@&eߡjw&@','vGztf m<88>y@','',0,'?'),('! b3$Ѥ]l;','wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hֶcGX8|I>','.#ԃHOu`=?{+ū_','',0,'?'),('! o\rAv7e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iYQD!5=c_','wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˏѶ|Rj','`vzTq^LD;^VVrR7L^u\n@','',0,'?'),('!1b݅9*\\','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tȭ{','6Gn, zߔ!|L1?mrHu','',0,'?'),('!3AG ','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-payment-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%~ ','cؔUy?Wx\Z_BA?%\"$','',0,'?'),('!BDʮQ','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʙ?-y޸c|Ń:W5','',0,'?'),('!|8I, ','wp-content/plugins/wordpress-seo/admin/class-collector.php',0,'4eh\",','4eh\",','/\Z<|u!\nQ]h>pߞ9^)','',0,'?'),('!}IPE soJ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF8-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`خ&hLJé','4-5 (i\0x2\0t)cB','',0,'?'),('!(\0#)2\Zv`A','wp-content/plugins/woocommerce/i18n/states/TH.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6F)u~\rpn','eSS8H )9jDI-2QeW?|ɉӚV','',0,'?'),('!Grx@\Z߻~s','wp-content/plugins/wordpress-seo/admin/views/licenses.php',0,'6G','6G','&bؖzB􊃹{AiAj}kܛ+S)','',0,'?'),('!#3WM','wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php',0,'1&@~Si','1&@~Si','wߓƱʤHB','wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php',0,'z9z%0[Ӽ','z9z%0[Ӽ','6\Z*G-+c)|&[`^3','',0,'?'),('!##sw:\rH*$q','wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?zc>v+:','7(bfY \\h~Q™U4?J','',0,'?'),('!.9of#','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/videobox.php',0,'ҽ>8KB','ҽ>8KB','lx|0<@(Gl; ','',0,'?'),('!C3m','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_entry_data_array.php',0,'eHE%qq --','eHE%qq --','\"Jilܙ FD2\ZΕ\rXӵidxa','',0,'?'),('!oI֞Kp?','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qoI H','@⣂LEQ(ieq[N|&Ð','',0,'?'),('!kL|\0','wp-content/plugins/wp-smushit/_src/images/dev-team.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(RIygW,any','gEQZrb4.A*Q','',0,'?'),('!R pnLwm7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ńc <*`@TX','\0BմCc@}%\Z>XwV%gy','',0,'?'),('!\\Q0a+jD}\0','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETenms-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6NR2cO l','q kMD~`;h','',0,'?'),('!3e&:eF','wp-content/themes/Divi/js/custom.min.js',0,'V/}52~{','V/}52~{','5޿c=CMPR]xRP ','',0,'?'),('!+p}VFv','wp-content/plugins/easy-coming-soon/lang/easy-coming-soon.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/h/G','\r\Z$\'O~_΍,@','',0,'?'),('!O4bCRRfO','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']+U,yr','sT@>}wMtæ.DZMyR','',0,'?'),('!xsC ph^:&','wp-content/plugins/wordfence/images/flags/zw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' MQ>qQ\r','CO8+ƻrD[jF6FOH;ze','',0,'?'),('!Y0-z1dm>','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FREJ\r䉶L/','Z[\Z˃S','',0,'?'),('!B\Zl!Z0','wp-content/plugins/contact-form-7/modules/hidden.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@S|s','gZy\r z7kRhODPў՗','',0,'?'),('!\'\Z^SUJo','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ji\Zm LZ D','2lX\'‘LKs5w<+vN1bDqG`','',0,'?'),('\"Etys\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' J)Us','2sF|:U4{j(#4oH.j','',0,'?'),('\"Hގ[[x','wp-content/plugins/monarch/core/admin/js/portability.js',0,'f=LD4<`Q','f=LD4<`Q','诽|L@*KvәR]W<:d˂m','',0,'?'),('\"\nk\"cjiV(','wp-content/plugins/wordfence/images/flags/tw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l7}aEY3QT','G2vٗSoT&','',0,'?'),('\"X\ZM\r$;8Kn|','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-Johab-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|EZsa䆯承','SٿZlJ~j+BSgP@`6O','',0,'?'),('\"8@WjWd','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S8kAhWu,/','u\\j-s@C','',0,'?'),('\"(}Gr 0V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\0}:ㆯ','J3l+Ku\'ƴ>\r\nf,XðR','',0,'?'),('\"/qV\rx#&%','wp-content/plugins/bloom/core/components/Updates.php',0,'G^^/9svԾ[','G^^/9svԾ[','HSi\0p\\%zDϻu\r˽Cg','',0,'?'),('\"0rN1M#','wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EӤ㭇Mg','Q*\'B+Eߞ:myuW','',0,'?'),('\"6v%38\\z Q','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/link/plugin.min.js',0,'1D4|','1D4|','Սz`P>b#\\@Gbv=%','',0,'?'),('\"8A\n=ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\0ihq','^=G_zb\rRd2.JI!Fd','',0,'?'),('\"=ɲW4lt','wp-content/plugins/handheld/main_themes/HandHeld/js/mylibs/helper.js',0,'[:?O=*So','[:?O=*So','bP@bN#*i͠F5kLKp','',0,'?'),('\"IFn@a}9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o|Mi*m#/8','\"b)+3]oĻSqOm ,$','',0,'?'),('\"Xd$,_','wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_6ߛ?)2','\nj 7rTH_j)~;+Vݘ,','',0,'?'),('\"Y:nAN','wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php',0,'5n,|6^','5n,|6^','7&Jnrur>UV36K}L&=oiz3','',0,'?'),('\"[*vOKx-6V','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mzz=fAH',',n͞I6Y+d','',0,'?'),('\"\\^Y%fT','wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"tYKz@.Elr','fL_W=b 8Gԗd~:.\0և!|','',0,'?'),('\"`tt~x','wp-content/plugins/w3-total-cache/inc/options/cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' EȦC','qj_8 :,W,vo]m1','',0,'?'),('\"aYPe ','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_flex-box.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3b Z+','._{BM s̹$,lOE','',0,'?'),('\"n\n؀ڥ.ģڷ','wp-content/plugins/wpclef/assets/src/coffee/settings/multisite.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QCjc [Ԃ','Nn3~\nAq vR)','',0,'?'),('\"soƯaa晐','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$H7RE~','`\\ 8j~\ZTR}Du','',0,'?'),('\"y6(~z+g n','wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(tc&;\'ױH','Ǣ3 \"u̩Ucija EmbbL(','',0,'?'),('\"sEEK_t','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php',0,' Ќ =g8x',' Ќ =g8x','\r*kq\0Ր$PT_t1 ','',0,'?'),('\"b9e|_','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o1C\'E\'','bn|/y\'Ec+ɹg;\Zǥlq','',0,'?'),('\"͹*>\r.3qH','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ӿnYcfp','&\Z^MK[9R3vP\\r]','',0,'?'),('\" Te^gki7b','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php',0,'+6߉#>ƴ}u','+6߉#>ƴ}u',':]pGc*ih)|=Sチ','',0,'?'),('\";y=ea','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z)gpx3\'?','nLةnmx&8Q1\n','',0,'?'),('\"\r8s8ޘ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hv4bpڞ',' %%;6OV\"ū|','',0,'?'),('\"mšoR{Sw$t','wp-content/plugins/child-theme-configurator/includes/forms/related.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W&c.)Jm}2','`c@pi>$Go?ސ Z','',0,'?'),('\"u>17','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KTQȩ:O!@Ty','h94s֤L~$`-!','',0,'?'),('\" †c9&','wp-includes/js/plupload/plupload.full.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JC$Vm\'.\'','EJVU2b7jMy8]nF}Z?4','',0,'?'),('\"Ns7/Py;|','wp-content/plugins/monarch/core/components/api/email/_ProviderName.php',0,'8@0/F$','8@0/F$','-{:%.=YR8ŕ拞W<','',0,'?'),('\"6Q\0\\Z:','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fS:QG','ى]\'=0R%I^','',0,'?'),('\"6\r +K{\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׏-o̦lmx','˖C?*d\'c΀>X0)XѤ','',0,'?'),('\"wh','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ўW&L6','2=?7v8ǮE`fCd Jc /','',0,'?'),('\",q7K ','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(KSVbê\nKZD','\'G','wp-content/plugins/divi-builder/core/admin/js/portability.js',0,'<\n 3%bdi','<\n 3%bdi','4蚞w,=@Xee','zF#=_YSDg9yOy=\"Q;','',0,'?'),('#:>\nMtNcj','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/panel.spinner.min.js',0,'pW[=|E\'','pW[=|E\'','ihzBj6N{a(d\0','',0,'?'),('#?\r/C3eLb','wp-content/plugins/bloom/core/components/api/email/_MailPoet3.php',0,'#On#{iҧ,jLʜ','#On#{iҧ,jLʜ','O8q)}MQp\n1WTS*','',0,'?'),('#?mۖA_','wp-content/plugins/instagram-feed/languages/instagram-feed-en.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ߱޿A\nC_Y4','\rWG7QgN׋ܺ _','',0,'?'),('#Dń5%','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I .18','(u{\r[_Eqq>','',0,'?'),('#Gp\\=e_','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js',0,'*F_LޔL','*F_LޔL','9 xdW.DKF_q#UO-ۉ','',0,'?'),('#In_Vy 7.L','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.3-reschedule-event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>`,iYa','!EnVZo~@5o. \0 -N\0D\0WJ','',0,'?'),('#IyZ%tl:\0F','wp-content/plugins/updraftplus/central/modules/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MJ}|I)_5W','vޕѯ/\Zp-({=O','',0,'?'),('#L)Xw8\ZMk.','wp-content/plugins/wpclef/languages/clef-lv.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YTE\ZDd(','07b oR}P*EHH','',0,'?'),('#NN${ņQ','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')^%(p','B`3;to\"NdQ.','',0,'?'),('#Rrz9','wp-content/plugins/monarch/core/components/data/init.php',0,'EdL<ǹ>','EdL<ǹ>','\0s~D%r`䲊,E\"MQ','',0,'?'),('#]\r=كv','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pWι*=u0_)','u-xZ$^cYB ?޹5','',0,'?'),('#c 4m\"CK ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4{eìdܶ','r!Ftpv= 2','',0,'?'),('#$C-','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE4]%Iju',';M2~drDpp-\Z','',0,'?'),('#(ӝ0hH\0','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/table/plugin.min.js',0,'G1VqEn?\'=','G1VqEn?\'=','6\0EZOs&aG','',0,'?'),('#)m}\\Z,Ʒ','wp-content/plugins/woocommerce/i18n/states/BG.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0٫Wz7','.٘>Lȷ\r%Lî:9L','',0,'?'),('#;bM[sF,J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','es!\Z',' cuZ[Y\0^uO() \0&TL3','',0,'?'),('#\\CDzr; ','wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-controller.php',0,'h=|0AL>','h=|0AL>','tơ =q𕧛l$koՁ','',0,'?'),('#mf/Nj','',0,'?'),('$)J\r`?3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DEW\' &','\"\'/M-T~JoDu','',0,'?'),('$*@ ?mɍ','wp-content/plugins/wpclef/languages/clef-ru.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']F0\0oY','R1Q^>K\0=50A *!3','',0,'?'),('$+F(in [U0','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php',0,'IK\\]3','IK\\]3','-T6]L\'ax[%ֹr\"','',0,'?'),('$=JEW_1\n+','wp-content/plugins/woocommerce/includes/class-wc-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӓ% ҷ','\'M\nJD`%jg/#\Z','',0,'?'),('$D.זBBǶ,Uk','',0,'?'),('$n+ F*c\Z','wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','96x^~Xp#','#rFI;KɀԢ5b{!OV','',0,'?'),('$s>oqWG5','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-commissions-list-table-premium.php',0,'*˳ ==oH\r','*˳ ==oH\r','5}m-Jh#2\'-Ucxx-Y8^t','',0,'?'),('$Fx@RD\r','wp-content/plugins/handheld/main_themes/HandHeld/js/libs/modernizr-custom.js',0,'&I8sa7Q \\b%','&I8sa7Q \\b%','uX\nVODȃ\"]r!z ]e$3M','',0,'?'),('$0S\rr','wp-includes/images/smilies/icon_redface.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mAR!4a','/ ],fDNΏ, wab?L=','',0,'?'),('$|aOa?gJ','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѻ[eoED','JS\'YzpF@8ZoG׾Eˣ@','',0,'?'),('$+)Jd;\\ՖD','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yW)jPJ\\Z','Œ\Z Kπ4H#eՋ0# Ő','',0,'?'),('$5՚GS@','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-commissions-list-table.php',0,'W\r @','W\r @','Rɚ_V\'>8gZ(=wbӵ','',0,'?'),('$PaM0K&>c>%','wp-content/plugins/easy-coming-soon/theme_options/css/style-option.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0&\rFo>u','^۹qh{D.sDMcBa絔+,&}','',0,'?'),('$C/9','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZO3\Zg!|S','_˲IĆ!*t+Ɓ%U-C','',0,'?'),('$PXu','wp-content/plugins/wordpress-seo/inc/index.php',0,'EЛO0cAg3','EЛO0cAg3',' 蚠{cFJw !}a9','',0,'?'),('$6%y&л','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A2\r6z','lakpf5Bi12\"Jx','',0,'?'),('$j!yT %3','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/categories.php',0,'XO5FX]u','XO5FX]u','k#~℻L\' ~{','',0,'?'),('$Ҹ-蓼ٖҵk','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/NOTICE.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N#bd','%@yW\n]l.\"Oʿ[_','',0,'?'),('$WZaCN#','wp-content/plugins/divi-builder/core/admin/includes/class-portability.php',0,'ǽR7/(w','ǽR7/(w','bbyoXB09S;','',0,'?'),('$RԃG= y‘I','wp-content/plugins/monarch/core/components/lib/OAuth.php',0,'3O3W6pFSX%','3O3W6pFSX%','HN\\\0Lv|2|DI8LjT\r+x(','',0,'?'),('$w(_-sB','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w`̕~?P 3\Z','qW:[WM5JnDoRqdT˛J','',0,'?'),('$-#q`l$Wۉ','wp-content/plugins/wordfence/lib/live_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 4U#<','F-O\"3yturpi','',0,'?'),('$`.Ob ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$1e)','%\\fm-nC5AZ9i\n','',0,'?'),('$߰R\rab8!','wp-content/plugins/wordpress-seo/vendor/autoload.php',0,' d ##r2\0',' d ##r2\0','9#T?\nMY lGH |&','',0,'?'),('$ϫ/!C','wp-includes/IXR/class-IXR-introspectionserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Uawq_\Z','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-shortcodes.php',0,'!O=_Rnu','!O=_Rnu',']{k< 7VysL\rXs','',0,'?'),('%J!Ӧ[,}VǕ','wp-content/plugins/wordfence/images/flags/ml.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V1 ~ex','vGQ%T.lq!f,>','',0,'?'),('%M0z;.','wp-content/plugins/w3-total-cache/Generic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6s?','؂K1NzRe95̇HHdh','',0,'?'),('%Rfx?\"D','wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֓> 8̞','.Lei[Aydl\\LQja\"o','',0,'?'),('%[?XI]eJ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DіNN','T4xQ^Pt\Z','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-orders-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ڬfg\"d','I1\rm&404< y\Z\\/x','',0,'?'),('%S|O@su','wp-content/plugins/wordfence/images/flags/gg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','**Ot3 ̇h','9(\"VqV3KZP','',0,'?'),('% 8^V\r','',0,'?'),('%O2S6A_h','wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q%9)S','p&WuptDq](,$ԉ','',0,'?'),('%Pb.8Gdt','wp-admin/css/media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=|V7:',')TBDK)&M5֞^\0CB','',0,'?'),('%}Q)*','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-calendar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gO H*dGą','Lfh/Wku2*X=f','',0,'?'),('%Nd\0É0','wp-content/plugins/woocommerce/includes/wc-widget-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YP6<2v\'','PCu9+^ƥua5Yt$s','',0,'?'),('%~BK -zk','wp-content/plugins/w3-total-cache/languages/faq-pro-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%kܢC\Zӳ.N','A@\"~E:{~jPuh','',0,'?'),('%J\'Lٸ','wp-content/plugins/wordfence/images/flags/ht.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!!wղHT?','NT#<QV\\3C}MFUq','',0,'?'),('%dix!j!','wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8>m_WX6','H!~Z%I\n \\7$','',0,'?'),('%](2te(`K','wp-content/plugins/wordpress-seo/src/models/primary-term.php',0,' ȭ\r',' ȭ\r','ʨG=c^cc|ZsG&e','',0,'?'),('&YMR z0vAo2','wp-content/plugins/wordfence/images/flags/sprite-des-128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LmFQr','J)@ uKa ,`8\n -%','',0,'?'),('&`h\\45Dc','wp-content/plugins/facebook-conversion-pixel/screenshot-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d.M4u9jbj','ƯJiy?Nݫ-#3i)','',0,'?'),('& 4|xun','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TfXO\'0x','_al_ ~9`r \'p','',0,'?'),('&Sn\Z ','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',08uVQ','4]I]0MY TD$]! 7_','',0,'?'),('&q5ҷ\rư','wp-content/plugins/wp-smushit/_src/images/df-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g@U','z  bP?i1c_j`y\"hup','',0,'?'),('&r#/Jc7t4o@','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/metabox.js',0,'W/jse3򺙘','W/jse3򺙘','L}9K\"N ^:5\"','',0,'?'),('&t!0^gbJc,>3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B}7Rg','PzL~k2a 1o0(Rv','',0,'?'),('&}h5ije&{','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','чˀKa\\cxTy','-dzQ)c8Z>@ΤS?','',0,'?'),('&~ڐgNI%`','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php',0,'x3E=g>2j5','x3E=g>2j5','ȹ<&xࣅE֓dnt*KY','',0,'?'),('&XB`]\"?װ\Z','wp-admin/css/press-this-editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=yͣ8|','֚ă3͒\rΝĹTN3_*.','',0,'?'),('&iN$JoFr-','wp-content/plugins/wordfence/images/flags/gl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(kt5*\ril','0&D4nMuܒ+V0Hཽ!_','',0,'?'),('&ܟ&5j9N','wp-content/plugins/woocommerce/includes/class-wc-logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aILӰ|6?','Lq%eyY~T3J>ZdH,','',0,'?'),('&Rw?~jhJD','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nn5PB\'','XU.k⻺@-(5 NV','',0,'?'),('&kh\0F','wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g-*`@','P#Kh̿R0#b,m','',0,'?'),('&]0W\n)=','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nH]H\rcV','w()D~ұ2bG4G:V$˜_$','',0,'?'),('&gHi(','wp-content/plugins/wordfence/images/flags/dm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\r&.S%V[\Z5YR','/E`Ȅ=D:U˴ܒRP]','',0,'?'),('&`OQ5Q43','wp-admin/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','di}vAp','Yew!v2uls$y!m/=Q','',0,'?'),('& Ps hcusS','wp-content/wflogs/attack-data.php',0,'#ح\nyIb\r\r','#ح\nyIb\r\r','l4Eq{\'wg31cw:','',0,'?'),('&vAQcqw8,','wp-includes/theme-compat/header-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g+x&wfX','e鿎i×#=4wNrbQ ','',0,'?'),('&X\0F:@F\Ze','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/commissions-by-vendor.php',0,'n ݍgfk{','n ݍgfk{','])H5u99Ndx<+\0(','',0,'?'),('&U\"A','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_position.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L@mԜdf`ʻ}','O3;^}ԠZthBԛu!*','',0,'?'),('&饱W؀|','wp-includes/widgets/class-wp-widget-links.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\\o@s2S','YzM\"\'ʹ*!pI%Zȥ<D','',0,'?'),('&S`QpkqRz','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S~wEdA','s$\\9>M]vJb\'PF@k','',0,'?'),('&?jk3>L','wp-content/themes/Divi/includes/builder/scripts/frontend-builder-scripts.js',0,'@1\"<&||','@1\"<&||','aе%?mnҺnI\n','',0,'?'),('&za\rդZh','wp-content/plugins/wordpress-seo/src/exceptions/no-indexable-found.php',0,'s\'P#ֶؾQ','s\'P#ֶؾQ','2PdÑŸGP2ہ}','',0,'?'),('&CN!','wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J>{]C_ ','qcmJ|;Fl','',0,'?'),('\'yƘ\ni','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php',0,'_**< AGt','_**< AGt',' 9LtJFu4},Vca','',0,'?'),('\'\\I/E*e','wp-content/plugins/pdf-embedder/js/pdfemb-pv-core-4.6.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\\3G\n>','ckd[_$JT̍','',0,'?'),('\'A\0UZjt4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Y6㎚7','.~o%3u}Ww?]\0Q̚K&','',0,'?'),('\'ML\"ILWH蘿 H3]','',0,'?'),('\'c=]Uۄ\\,','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0mDt?','`0n{EVI5/#e,N7)}','',0,'?'),('\'dMWrSFyD]','wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PHL0 \'N','^{pz$]Rѯp}68','',0,'?'),('\'hboR/=s{1rw','wp-content/plugins/easy-coming-soon/theme_options/pages/images/design.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٗ +.','Nj\0u t#v.06*','',0,'?'),('\'n໛Nj|#J','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/TableDefinition.php',0,'+ !sVJ','+ !sVJ',' A\0~o|W,FA Qy','',0,'?'),('\'q{Z>','wp-content/plugins/updraftplus/includes/Google/Service/Dns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<A;','',0,'?'),('\'f ?c{!','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-downloads-report.php',0,'[d0PkQ','[d0PkQ',' 3#c','',0,'?'),('\'F $O^nIR','wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*]&UB','+pz^LDD\"kaQuv/qu0]Z','',0,'?'),('\'wC;\r','wp-content/plugins/monarch/core/_et_core_version.php',0,'Q(uiO','Q(uiO','tBTr|[ IeAҶ\0q{g=^k)','',0,'?'),('\'1y&֯8[ ','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_font-family.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѝ)9P&ꘉv','&Z\\zJK:z%#YJ.t|!R','',0,'?'),('\'9QHGfmB','wp-content/plugins/monarch/includes/monarch_options.php',0,'g:2 W@qt','g:2 W@qt','R+5% ly','Q9\0A>5% ly','KF, *\Zڿ=TI-)3F=]\n','',0,'?'),('(g%\04l>','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tkf؞','?vEʔwjCP՝_','',0,'?'),('(oҟ~P*','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/CardToken.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-1&BW$g','r4´VD\"NI,aD','',0,'?'),('(62a.MTc','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NxP\\\"lpC','n9/h+=2Δ<4o?:$\\','',0,'?'),('(]Ex{<3','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŀ޷v,Z3kCD','žgOD>+MU Ax','',0,'?'),('( /oWpѷ`\0','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2&u%ŋ51\r=׿','5n,vs\rIB+©%KquUe','',0,'?'),('(?>SN揚&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-IBh@b',':oLJDj$->i\'6n֠Ui','',0,'?'),('(@+ \norΓkI','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-cpt-unlimited.js',0,'tOdҪh櫄','tOdҪh櫄','uO}m`ʜ\ne*M\\Gj','',0,'?'),('(R\0HBwè:8','wp-content/plugins/woocommerce/i18n/states/ID.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=㽸Ġ','\ryg tyXi!nU<;v/','',0,'?'),('(Tm$4\ZOA','wp-content/plugins/insert-headers-and-footers/ihaf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*UJ[#jK-Xd','Gծx8GI[=}SoIO;','',0,'?'),('(W,[fRaBp','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_error.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qef<\0/','$d 9V[d!>ox{ar4','',0,'?'),('(Y\\F*|#[l','wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DpXc#D$','Tw%bح7+~%щz?ol','',0,'?'),('([dBQ','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ͆\\T{U\r','?zY󣒛*[q,@9$c','',0,'?'),('(fw뼄W','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-generate-cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d9[kYq','aJ`F~գłmX?GL8','',0,'?'),('(ixn-p H','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-subpanel.php',0,'\":icn','\":icn',':5 V#F?4_g.$0;','',0,'?'),('(wZBNڸ]NSS5','wp-content/plugins/wordfence/images/flags/mw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';R1ߴQJv','!-}*UΦt ','wp-content/plugins/updraftplus/languages/updraftplus-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','btpC:1\n1Į','\Z@\"0fIծ/4Ϣ٢9/fqS3#SUO ','',0,'?'),('(v|T— ¥','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\0#l;! ','a!MtdLCɈkz EǑz','',0,'?'),('( H,]-VD','wp-content/plugins/wpclef/.tx/config',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XٙU\'EV-AN','N}M!mM;p\Z: kRţe:','',0,'?'),('(4\ZoKpk}j','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fԲ\r[J?','= #~Y{SrPiPl','',0,'?'),('(7V@+TMC','wp-content/plugins/updraftplus/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' @Em(:\njG','}KjǚС9O/x`J','',0,'?'),('(:M\0+Kk','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ku.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S[&6DB>','lmN4}+Qȁ#I_uCF','',0,'?'),('(m\"䄵','wp-content/plugins/monarch/core/components/api/email/Aweber.php',0,'c\nxDЃ39ÑX','c\nxDЃ39ÑX','Qd `lzA[IC&\Zr{u','',0,'?'),('(Ιztc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BEpc','=mtf\"56ᅠfM=Xc','',0,'?'),('($\'^|','wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','63´{q','Llؽ_ߥDS<\"6: ','',0,'?'),('(~kpG','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǗvJ8`.S','_T499HIr2','',0,'?'),('(cg-_ D','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y@{Β0 y_jr','`#9ѻ{Iqj\"6r5z','',0,'?'),('(u}˪ b/','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']3/qTSiX','8~D=a8%hre#7c\0','',0,'?'),('(00L f\\','wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-921.min.js',0,'-حEKr{-\0H','-حEKr{-\0H','O<:e\'~#JP|NW<a;j9','',0,'?'),('(˚8P_X\"3\\','wp-content/plugins/w3-total-cache/Generic_Page_Install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Xn7','HQ4\r2uK\\tD$uI`xt!~r','',0,'?'),('(ͫ8?t#3TH','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lA0 _','\'F-2 { 4uWR .Gi<','',0,'?'),('(,\0[734','wp-content/plugins/contact-form-7/modules/count.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǒ2KUTER',').>,ScGd9\\YO','',0,'?'),('(ը\"Aj\nМ','wp-content/plugins/woocommerce/assets/images/wcs-canada-post-logo.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iFoj','*!1)Pp, \ZK@l.rPtG','',0,'?'),('(U{(\\','wp-content/plugins/woocommerce/assets/js/frontend/cart.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0&$46N]',' x!\0Qc9,\"Hܒ&P8','',0,'?'),('(9ƕ','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kJ z ~83','#:cKJ| A\0z','',0,'?'),('(+,VvP','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P ^oձ,c','Y;9M~jGO+| R$}|k','',0,'?'),('(^3N3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҢIC%\r4,.','XtG^0za\0S[cfʼn','',0,'?'),('(:)\0F {','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-lt_LT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':wLM7D ','fP#s`m--Mǽ9Uńa [Y','',0,'?'),(')|{4+]X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'R M.Z`G','U^9p& `nM{ nL','',0,'?'),(')c*ۮm\0:*6&','wp-content/themes/Divi/includes/builder/class-et-builder-plugin-compat-loader.php',0,' `dP8ԟPC',' `dP8ԟPC','Qe\nb5̸\'IJ,','',0,'?'),(')>2\Zӧ','wp-content/themes/Divi/includes/builder/scripts/ext/jquery.tablesorter.min.js',0,' Ao n~',' Ao n~','\rsґ*gDt$źnQ *sw','',0,'?'),(')\\.Ei_','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' וZR]Sc',':h _뎟_w\\3/EOrչ','',0,'?'),(')6t~Po-Vy','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/coupons/module.yith-vendor-coupons-wc-2-6-or-lower.php',0,'7(d:O@)','7(d:O@)','W*s!4ݼ(q','',0,'?'),(')?Z-ɨ','wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{݌\ndELշ#y;','\\G\'f$Zxqz7Lg','',0,'?'),(')Mٵ >[1s(','wp-content/plugins/wp-smushit/app/assets/images/df-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g@U','z  bP?i1c_j`y\"hup','',0,'?'),(')M( N','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php',0,'츊L{','츊L{','QaVE4t00','wp-content/plugins/pdf-embedder/js/pdfjs/pdf.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}^8','gB1<↸v8ʖ4T','',0,'?'),(')knVmGe•','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bi\r:\r@P','1\"WQ$\"I7g6\'Xe','',0,'?'),(')ofHhNcԉ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lj97Hʹ',' OA_Eͭ,Fq,T\Z;Q3','',0,'?'),(')q;lpE O','wp-content/plugins/w3-total-cache/ObjectCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=K{ Q-hD','x_c&jOd<+,Kwx','',0,'?'),(')ya$T+RK','wp-content/plugins/w3-total-cache/Util_RuleSnippet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*6r','d\ZIgb!&[Φ]4҃','',0,'?'),(')+i&zh','wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wϮշzg޲','Tڲ38/{P lҖ~ 4','',0,'?'),(')7{UxrO','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php',0,'\' -F&q','\' -F&q','4%YmGnwķmxˇd-*RQ\'','',0,'?'),(')S2t_-duø7','wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),(')_7o8?{','wp-content/plugins/woocommerce/i18n/states/US.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q!^a','{;0TIEG400Ã4/','',0,'?'),(')Oz=u˷','wp-includes/rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IՒ+XI7','WZݔPZ{Gn xah!\ZRؐ,','',0,'?'),(')q:x','wp-content/plugins/updraftplus/images/notices/christmas.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','௤]\\2E_4','pJL7w}߃b&^ ','',0,'?'),(')˼*$aT','wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R:7g D4','\nT^{x}\\mB5 ?Ge','',0,'?'),(')̃2kh! ','wp-content/plugins/akismet/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!PCjbd','ЙBz\Zk Vwnl)\r','',0,'?'),(') Ur>(U,tZ','wp-content/plugins/wpclef/assets/src/sass/_settings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˲Vt',' B-J,U6xEVJ{;6!*','OX[ ˩\rNm-\\UcG@@e','',0,'?'),(')f>sePض','',0,'?'),('*!|uYՇi xХ','wp-content/plugins/woocommerce-gateway-stripe/languages/woocommerce-gateway-stripe.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#>\0T4w,','frD\'/O\rh{1','',0,'?'),('*$vx]%s66ҋ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor/plugin.min.js',0,'ktHJ tLLA','ktHJ tLLA','!󓶋2zlrr?K)\rt{','',0,'?'),('*:OͷȮyS','wp-content/plugins/woocommerce/includes/api/class-wc-rest-tax-classes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܆P','wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\\̯ڙɓ','$BPy4{by%\Z~8k,G0q','',0,'?'),('*B|d ','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Deposit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\rsˈI5','ȺnvnT}ѡmr\r~jf+{Q','',0,'?'),('*B3ss$7\Z)\r[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=u5FJ/+D','{n\Zp8(35shx\Z','',0,'?'),('*K)]pȡ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`r?}\\','5-tP\"xX0w\"2q','',0,'?'),('*K 7y','wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Җuh|A`7','̜o\"H01hhF>BkuS>n','',0,'?'),('*M{vZ?','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/label.php',0,' 7434~',' 7434~','u]d8vy܋ sL\'}B5\Zq','',0,'?'),('*O[%*V޶','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G!B?Q >%','CPFȫ\'\'\\LOt<','',0,'?'),('*XAes/O$`IJF','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en_GB.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H,quH-pmj','vR!oQ\0*FK]> p@R','',0,'?'),('*YF N7F`7 ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{(A,d1B',' #>ig[r1?U0\0','',0,'?'),('*\\Tҝ)%]yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`YQP \nzG','gNQ / y5θc','',0,'?'),('*_L fV}xfN','wp-content/plugins/wordfence/images/flags/mq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?H\n \rp;IE','K#Jr\rI0f 0dՅ*\n;3M','',0,'?'),('*bohA \\W','wp-content/plugins/easy-coming-soon/images/header_classic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVj c%>','3pӗ0+e3gE2','',0,'?'),('*c&`uԺ-H','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Migration/Base.php',0,'+yێy2^','+yێy2^','(R\'\\Qo -GY`ٷqeQe4\Z','',0,'?'),('*kK,{JS/d/','wp-content/plugins/updraftplus/restorer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b$45B\nPJ','d zre[NsDM1W/','',0,'?'),('*q*6\r6z\\','wp-content/plugins/updraftplus/includes/Google/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7z6܋xTLE','5ZbyoOXr \060]Dv','',0,'?'),('*t$ߋvns','wp-includes/js/swfupload/swfupload.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z%5e,rHO ','in\"} Vu3)!ƫZϼ~\\C^&$','',0,'?'),('*ty 7(Zsr;0w','wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ťi~깃6}','k2osFL{kvsWoW܅','',0,'?'),('*~NY^Ô%F̞','wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`4jeb]h\' X','bOyIʦd@ N\r\\u4Y>{9','',0,'?'),('*C.\\zx1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sÿ1.k','YZL\0 --a8e\":\\c0','',0,'?'),('*[h5i^s','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=^_\0F7S','R \0FH\n#^yh+r','',0,'?'),('*pE\na','wp-content/plugins/bloom/core/components/api/email/init.php',0,'9S/Z)]<','9S/Z)]<','|4,k{3@n`}\n I8\\fɫ','',0,'?'),('*qdqAv','wp-content/plugins/updraftplus/methods/backblaze.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Uŝ\Zz]','B~:]_OLAN/!q pf N)|rO','',0,'?'),('*e19y)\"u','wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۅwU2fyb]','o;Rbx:~zu鶀4W*4H)dc','',0,'?'),('*-3uE[O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s$6(@a','L\nA}]زC\\ijM^','',0,'?'),('*ĽswY(','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php',0,'FpCRL','FpCRL','t;Ѕ4MrMZbd\"^ ','',0,'?'),('*قI8AR ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˌ:Z-','balrziQT SZѓfJk','',0,'?'),('*Lm&&2\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUTLi','vLus<*rWҪ .\0|Rg','',0,'?'),('*Ӵ-q;','wp-content/plugins/woocommerce/templates/global/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?a`(N',' HVށe]k[-5l$<','',0,'?'),('*RFK{L','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t4טϛ ','GjE}I2s\">:gy/X','',0,'?'),('*- \nwAS\\\0A\'','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֆZ|xki(H','Ɉ#tTC=Mi_x0\';#','',0,'?'),('*\Z冘`o/F','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xuF~WAtD','5G=f8P^/hW 6ՖH\Z','',0,'?'),('*\Z07ѥ1Oَ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s{N|EO0','q3.. j G\\RnݼI/T-','',0,'?'),('*`z/ /;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\nF\\|','3.Viq>jy).%L{ՄUV','',0,'?'),('*.0T(\0ȣ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ːT{ݓnaUE',')\"7[+P? BZy','',0,'?'),('*Ii9\n?','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|f=֏w&;','x׽S+@VvKH','',0,'?'),('*%M;,`eOX','wp-content/plugins/easy-coming-soon/js/spa-tab.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*b6#2K','%?Kڷ-økt5J9`','',0,'?'),('*\0x%{Q','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-general.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@fF\\m1','p%~lHLSF4+M\'%-','',0,'?'),('*Q\r]-F8UI','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-admin-premium.php',0,'6|z-P|!V','6|z-P|!V','1=;1P#\"΂PN','',0,'?'),('+\"s','wp-content/plugins/contact-form-7/admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ss\0Pqx g)q','n1:AP=&$9B\"X','',0,'?'),('+\r qAr7','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DĢ4eVЖdٞ','L6XVO^MwhuHIcݪ;}','',0,'?'),('+gmf','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-links.php',0,'ݑ`UEͪ:Sbuh','ݑ`UEͪ:Sbuh','KZ;ty*e]C+>','',0,'?'),('+\ZO-\Z1ը 9','wp-content/plugins/divi-builder/core/admin/includes/cache.php',0,'J/$C Ia]','J/$C Ia]','B3,\\d\" ;`@\'','',0,'?'),('++u V67Sc','wp-content/plugins/contact-form-7/admin/includes/tag-generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MV۹amXu(','PFxĠ+\rǦ(Zؑ\ZB','',0,'?'),('+581쾡','wp-content/plugins/wp-smushit/app/modals/checking-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xo‹*\0τm❻','!2W4|$~\'muFQx','',0,'?'),('+9[BUE e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4GOW$59Ai','c{,L8\'j$AD\':&','',0,'?'),('+9v~[UgL{','wp-content/plugins/wp-smushit/_src/images/plugins-hummingbird-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t\"Y\'','lo]3\\@GT+9w)،','',0,'?'),('+Gj{UhS|-N','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textpattern/plugin.min.js',0,'A;({wC','A;({wC','Ox]vd0 =™G3>2%̣','',0,'?'),('+Jġ%+x','wp-content/plugins/wpclef/languages/clef-de.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\"mڞ','\'F\'ؐ\rK.i\0\"?g)sR,/d$','',0,'?'),('+L\r vle_g0','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-hidden-fields-value-delimiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EhVV1n9+ߕ','5ŧ*5fcF 43','',0,'?'),('+VS <7','wp-content/plugins/bloom/core/admin/js/page-resource-fallback.js',0,'VOWγ#qiJ','VOWγ#qiJ','7P\r}t w`&ە\0{A','',0,'?'),('+c|=yG$]V','wp-content/plugins/wordpress-seo/src/watchers/indexable-author-watcher.php',0,'s&2J5H','s&2J5H','_YY]VZ=I\r\0\"榖$','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}4 ׉!','bȗk;!]~5..j$x1@cWrƢ','',0,'?'),('+EBެї\\ ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/vendor-sales.php',0,'n ݍgfk{','n ݍgfk{','])H5u99Ndx<+\0(','',0,'?'),('+LƶUIzpwO','wp-content/plugins/bloom/core/components/post/Query.php',0,'C`ig\Z','C`ig\Z','i~͹sOH&Ie[5;\\0','',0,'?'),('+G*#f','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\0m{\rm','qX5S5ͥRP-mM','',0,'?'),('+ո*a','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%CV¨ɣ ^\"','/8qm(=hJj)\rU -\Zw0n06','',0,'?'),('+^2s1\0','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WǙ9`l]ۋ','W|[F8mo\"`[QL٦A p','',0,'?'),('+Dɛ,\ntBw','wp-content/plugins/updraftplus/languages/updraftplus-sk_SK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ج&\'ɓ','D>.t4S,#e\\5\\z<ȑ[','',0,'?'),('+t%R?','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T%>rl1q\'',' =ČZI_','',0,'?'),('+v!s/ x*^','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php',0,'FPcW}{R','FPcW}{R','%NځeҦ\")+M\n28','',0,'?'),('+iK? G:i; ','wp-content/plugins/woocommerce/templates/order/order-details-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÁ','Y*}.k8-O- k(q@F','',0,'?'),(',ycPl^`','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shortcodes/class.yith-multi-vendor-shortcodes.php',0,'9!Ҫ`$','9!Ҫ`$','kC;;zSi\Z͌K$\rӧ','',0,'?'),(',㺢z] !0Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=cP)ȇG','S\"r1JŸ 6*)-{','',0,'?'),(',dny','wp-content/plugins/wp-smushit/core/external/free-dashboard/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@,Dlx','+g?{DnBNU7d\nYI','',0,'?'),(', 5VM7IH?','wp-content/plugins/facebook-conversion-pixel/readmes/elite.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qrgE(=',' 4qvvڷ\'abcN ','',0,'?'),(',*HH.','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qt*&qT T','gC1z8\\/?yM>% jn-','',0,'?'),(',+d(5<)','wp-content/plugins/wp-smushit/app/views/lazyload/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q,A]K|[(','e3js{>9+C','',0,'?'),(',-ɀ$?@C1-','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GLc\"H4j','UrT p)MS3Jh:?','',0,'?'),(',6?PpGS!(F','wp-content/plugins/easy-coming-soon/js/jquery.option.tree.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ò?Eko[׈','Go\nE$/xyK8nO-F','',0,'?'),(',< ?C]0 A','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PPīZ()A','ѥ\n-$u\'\"xjnƎ+ ','',0,'?'),(',@Z\0 j V','wp-content/plugins/woocommerce/i18n/states/NG.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O(s)nJQ','Ʊs,\'\rWһwz}u7~','',0,'?'),(',B cԛZ4Y','wp-includes/js/swfupload/plugins/swfupload.speed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZ7kE`,*s',',EdҔ\nN-\09pM0+~0','',0,'?'),(',FuĞCᝐ','wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php',0,'z}vw55<Λ','z}vw55<Λ','_iۨ\Z^U\"J7\'P`2G<','',0,'?'),(',Ih U1','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/image/plugin.min.js',0,'?*D8>','?*D8>','Wg\"=%=*0 \r0<ɪcȺ/','',0,'?'),(',J|}Jq+','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-frontpage-options.php',0,'<A[,̟ ','<A[,̟ ','/O =6R -r6 o.ЂR','',0,'?'),(',L+AO 8a =','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!+vmٷ޲|','[Qiv[*G_)C}','',0,'?'),(',N4bp!','wp-content/plugins/updraftplus/images/addons-images/webdav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AR,|K?','bEf]&Z\nH͙B H>@7lYx(n','',0,'?'),(',cS̻͘VgBm','wp-content/plugins/woocommerce/assets/css/menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U@{|S?%','auWQBs!)%[@S)ɘ})','',0,'?'),(',iT Ne!g ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6pmzx','<&\008߫`\0BH)\0iv','',0,'?'),(',k`vyAC','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_premium.js',0,'׋^y;v','׋^y;v','t\nѠWYEޙ ALPؽ\0','',0,'?'),(',u=qtOZF','wp-content/themes/Divi/includes/builder/module/PricingTables.php',0,'M7QlQr ','M7QlQr ','\Z-*ÃB>?shCbS|','',0,'?'),(',wag릥','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'ǟ=r0','Tk3cMU8ג#ز\Z=c','',0,'?'),(',@hjqrޒ','wp-includes/ID3/module.tag.id3v2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cFyO*N','6\'H\0VnD?uEz\Z','',0,'?'),(',hɃs?4B[^՝','wp-includes/SimplePie/Cache/DB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YOU.b','d*Y®syHeE','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Naming.php',0,'ۀ3s&5\0','ۀ3s&5\0','}Z}}n@ hxjOaI!','',0,'?'),(',alԥ\r N','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.wc-shipping-membership-free-shipping.php',0,'>I“΂Xe߬','>I“΂Xe߬','vBXܡS\"JQI\'P}','',0,'?'),(',M9[Iv-Q','wp-content/plugins/wordfence/images/flags/gh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7KzxnFn','\0G\n-E%ۖ RC&φ!q','',0,'?'),(', ܹ;ev*','wp-content/plugins/wordpress-seo/admin/class-extensions.php',0,'N=\Zs','N=\Zs','$Xܟy)s\Zk=rԨ%9','',0,'?'),(',K(:dIR,','wp-content/plugins/wp-smushit/app/modals/restore-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K/mΘ{',';!?Vm@oDWN!bUI(','',0,'?'),(',JK;ZlϺz]\'','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pBt;3XL\0','3>c/e@/Qn7\npQY/j/','',0,'?'),(',E[.Zmbs','wp-content/plugins/wpclef/assets/dist/js/waltz_notification.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\&`ZJb9 ','`z +x연\\ &Š\"R ','',0,'?'),(',޿1=_S%V2WP)','wp-content/plugins/wp-carousel-free/inc/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nKh4tU','\rAU9\'}O3 ','',0,'?'),(',܎<9Tj`','wp-content/plugins/wordfence/images/flags/ca.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"J+/<6(','$v䭇j\'K1!uh:{43','',0,'?'),(',_ i.0X','wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eƣ-Bu2[u','ߢx=޺wЩ\ZK>rpW R','',0,'?'),(',^,?x3Ao','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^1Vd!K{v','[!T *L 99OdPA6#','',0,'?'),(',KؗB0\'%@e','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۠<nx#X','4KWN d\n&@+ƁRv#','',0,'?'),('-S_Ө3s','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-new-account.php',0,'6aJ,vZ0 N','6aJ,vZ0 N',' 9[ĩU\0=O6\n2?צ','',0,'?'),('-vv{ Zov','wp-content/plugins/et-shortcodes/core/admin/includes/portability.php',0,'OZ-¾((5','OZ-¾((5','򄅶xs.:2$C:m;','',0,'?'),('-m[DI','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php',0,'qyk7W','qyk7W','JJ1}\"ОL-WpyD','',0,'?'),('-TaP?0et','wp-content/plugins/wordpress-seo/admin/class-admin-init.php',0,'wil흖y','wil흖y','ENk[X!VmܾE0\\< 8o:','',0,'?'),('- گ}r#R8','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widget-links.php',0,'ݑ`UEͪ:Sbuh','ݑ`UEͪ:Sbuh','KZ;ty*e]C+>','',0,'?'),('-4\nȬt̍؞','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TA(=w\rZ1','|\\\ryi|3@\r&2+~','',0,'?'),('-;`|ie.) ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|e4btG','=6˛#Ԍ!=6T^ynL{','',0,'?'),('-BCI}~','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php',0,'\r9gr0!3C','\r9gr0!3C','[FaeL]= ipM߾2ÿ^$U8','',0,'?'),('-It$޿vu','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| %.ĿxG|','B_cJQdSqv|V-Ġ(M','',0,'?'),('-K\\ك``','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-groupings-to-interests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4R&C2+tB','sg@`aly8yEK/{Ite','',0,'?'),('-cU ?nt `Uƞ','wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ Z^+}i','N{>Zށd@iVwWU;','',0,'?'),('-kdϯXw\\7','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c5g9 ','(3p}{Sb^we?D|\0+:\"S','',0,'?'),('-s-Qe74t','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{t#\"V͂M','g(av/ iyAedBϣ \"q\\1','',0,'?'),('-xA#^','wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZqK4?ހ','$@\0֝no3j-V3ܟb','',0,'?'),('-Ǹ%w=','wp-admin/css/colors/ocean/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z|[l|ٱf%h','ɮ1uZRH6I\r ź􇖈B','',0,'?'),('-w{0c7m','wp-content/themes/Divi/includes/builder/module/settings/migration/BackgroundUI.php',0,'>p/0Dc#Ԃ','>p/0Dc#Ԃ',';\0d\'oyՃ?I3}wL1','',0,'?'),('- d_ f?V$','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JD\Zθc','f\0aH!e\\A=w{80h','',0,'?'),('-)75y8cWv','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n<7-)','O[,pӯ=?-ߴ)Dp(UU2','',0,'?'),('-_+Y nS','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D?hi\r,q40','^xt`0hKX+]b,','',0,'?'),('-f4]#\"ul','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',c!Zrie2','ߨ`yN92rw.7KRg','',0,'?'),('-2\"h\"Z+KQ','wp-content/plugins/w3-total-cache/Cache_Wincache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_KPl>]A-','j]TaX~qw?{I‹QQvQ#','',0,'?'),('-藂Y{]ns','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','鋲X\rXRHr)','ţڒ\0s Xk4WXz*i?xq>*','',0,'?'),('-\"9\"J%xm.','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.\'2\Z@UP','\0dX3׶p\':6udSQop4؝6`','',0,'?'),('-!','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-4.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z#u\ZϚPjV','gF\"Xێ&E;^r@]','',0,'?'),('-7|\"pݸ*Yо','wp-content/plugins/google-analytics-for-wordpress/assets/images/up.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 6kMgڪi','3UUMDNFNDyfdy1f\0J3+','',0,'?'),('-duP.mQ','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MՎZzpp_m\Z','\r䒜}T<[yrGG','',0,'?'),('-s&<ǣm','wp-content/themes/Divi/includes/builder/module/Login.php',0,'d2wȬa~EA ','d2wȬa~EA ','G9}i\n-;x} z:.(V','',0,'?'),('-v','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','riޅU','|\nگ /ʛQzьҚCj?','',0,'?'),('-\r#>0y?=PpD','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','adقނN','7 c{ڼH$R.\'] ]uCx','',0,'?'),('-0@恎Q','wp-content/plugins/updraftplus/languages/updraftplus-tl.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_! \"5','%}&g$\ZRz2Q]9D\"y','',0,'?'),('-& ׾(F%P5','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zUX`D','aH][!YvO\"p.yv','',0,'?'),('-}^{ O-C*','wp-content/plugins/wonderplugin-slider-lite/wonderpluginslider.php',0,'azO\nŕ','azO\nŕ','Ӏf٤FP/7߫4yw?M9L','',0,'?'),('-ިСJI7$b','wp-content/plugins/wp-smushit/app/views/tools/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DU؊ #','\rR[*ۋLV>[w|*H','',0,'?'),('-K-N?M 7','wp-content/plugins/monarch/core/components/Updates.php',0,'G^^/9svԾ[','G^^/9svԾ[','HSi\0p\\%zDϻu\r˽Cg','',0,'?'),('-.ze8','wp-content/plugins/wordfence/images/flags/km.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v2j\ZI@ N\\','+P i7 {t`~yJ^','',0,'?'),('-HrhꈟjB','wp-content/themes/Divi/includes/builder/plugin-compat/easy-digital-downloads.php',0,'y\'8yꆾo߈:r&','y\'8yꆾo߈:r&','$%~@tȗ.9a-ˮ2,MZ','',0,'?'),('-U׽ F','wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+iW{ j˰e','նFb=gOI`? {PlR;','',0,'?'),('-Bnh=|!','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/reports.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZkgI 9','aqnvDov5_z^LP','',0,'?'),('-PU\r[E','wp-content/plugins/wordfence/images/flags/gr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\rCu-{','n\\?@','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/BaseAdapterOverrideSchemaTest.php',0,'kMJ۲v*%{.','kMJ۲v*%{.','M.TFcn\\op_vq ','',0,'?'),('.qBOcUF5','wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ڋ=QeeH?','#Ke1S; uO+|߿*','',0,'?'),('.J 90_>\\yg','wp-content/plugins/w3-total-cache/Root_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$h~;$z;9','K\\m`\nE<tPaY \":','',0,'?'),('.t9ks t7r','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZaJyN_','*쁮\rވ','꧿\\t>ވ','Fo4\r5OT;','',0,'?'),('. \rB\n','wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php',0,' rو\0୆',' rو\0୆','xނ=^6jOحe','',0,'?'),('. \0_oE]A_0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d \0XcO@p%','oLN꼨O(S̓w-Qi','',0,'?'),('..D7*K~\"','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/directionality/plugin.min.js',0,'`W%<:oJ9','`W%<:oJ9','VXNj-.p>:wy[ER(','',0,'?'),('.6<[;S o','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-I@= <','bxėn*R}9i<`JT-ƼD','',0,'?'),('.8{\'O2ixCQ','wp-content/plugins/wordfence/images/flags/ug.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r+YkSI-@^7n','.O5O NȐM o V%\0UDt','',0,'?'),('.?o{֭}I)A\r','wp-content/plugins/wp-smushit/_src/scss/accessibility/_color-accessibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-Ba\\v\"~F!','ڂYw>b=\Z2eCfaxݘWu','',0,'?'),('.Bݝ]P\0yuŴR:p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NYf-&}','OGUO-\"N=·MAC(','',0,'?'),('.CLQyvCx','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerTrait.php',0,' /j0#?',' /j0#?','8r=Sۇ~х&z21H\rh','>z21H\rh',',W jRO=$bxS1','',0,'?'),('.Z{=UuߩAJ*','wp-admin/css/press-this.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ls3\"̾','kUۜ[9؀jL2u9?u','',0,'?'),('.[ȯ.*:h','wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~wh%\\','D~ mL9l<;~bp9FMtVl','',0,'?'),('.\\_kfHO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ஃLz*Bg','CԑV,bO&ȕJR݇e}(m','',0,'?'),('.oM*Ï','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/add-ons-options.php',0,'UU*j','UU*j','~\rߖ\Zቜ 6\\M Ke,~','',0,'?'),('.ű~Li193','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-vendors-registered.php',0,'@Bu#\\VuG','@Bu#\\VuG','l(9- ]m:Uz~Q|','',0,'?'),('.GZ+\"','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X+IkI LAM','3\ny5v09fFw','',0,'?'),('/\0V(G','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_on.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ێ:pA1^MNl','+FN &dFJxEqȜ7','',0,'?'),('/<ا^ɼf}\"$','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v48Αy6d','ø`f I$ _ZX\"0\r,','',0,'?'),('/Oog/&l ','wp-content/plugins/w3-total-cache/Cache_Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WV֥_','RsO1G|NgzJXBrT*y*(DU','',0,'?'),('/Vƕa9]wZ;','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/class.yith-wcmv-addons-compatibility.php',0,'\"mu,`!=','\"mu,`!=','~89G+w{Խerc+GJHb','',0,'?'),('/cG6gj >n|^','wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';S)=D2U','b i~:CdTcvk(EîOX ','',0,'?'),('/dÊ z\Z|','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AuԔazh','+JVP3^D.STD1','',0,'?'),('/t;/b4!\"&','wp-content/plugins/wordfence/images/flags/cl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h1ܮ8','N$2[`$^rbfNd2','',0,'?'),('/|;\rwKt?P/͡c','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-membership.php',0,'.灺\\wK\0','.灺\\wK\0','Š9n^c\'\'6\nNb','',0,'?'),('/Eߛ#`8DƲ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';:Iф5\ry,','w;\'+N','',0,'?'),('/^ߙy#','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendors-options-premium.php',0,'wW]f(','wW]f(','™P $ ;;B ʮ :5a','',0,'?'),('/B\'Bep','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerAwareTrait.php',0,'\"G}=\r,&5','\"G}=\r,&5','`ٿF`=fy`4nI\0N%','',0,'?'),('/}㦿L;?w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*?d@','YV$/@=V-dc','',0,'?'),('/sC4','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=$ly2R','Q\n0.s$c\"tZ^','',0,'?'),('/Hд~lQE}','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-general-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G#.=~^Z','s28N%43j z5CWI>!E/;t','',0,'?'),('/sNF>6','wp-content/plugins/contact-form-7/includes/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PP;]W׺ph','NzĊJeAςJ>0vИP3','',0,'?'),('/wE/ m}','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/commission-detail-table.php',0,'֏BKu','֏BKu','hyUL֠c)`y]','',0,'?'),('/cY*I~Gpr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؛M™tVSƹN\"','k\rW$7m~.xvZ\'ǍhnV','',0,'?'),('/7[n','wp-content/themes/twentyseventeen/inc/template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<(2A','$N\'Pm6QW4ڠR','',0,'?'),('/ĪƔŀ4\0*','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/user_info.php',0,'tt\rԂ{r`','tt\rԂ{r`',' bK`)3\ne7AxoV\rm!amA','',0,'?'),('/m>I#vnk','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R@={}QV{&\r','05g=Oe撰AꁧA$','',0,'?'),('0vԩ9F','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sˍ\ZRBv','Nr8;);8h:@ bK V','',0,'?'),('0ba2','wp-content/plugins/wpclef/languages/clef-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nz ncŲ|q','-IQtܶ5_2<gu@pjj','',0,'?'),('0SQrL5\0~@h','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-HW-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O${;','cSS񄙈Bі2s8h>!','',0,'?'),('0 \r BMe~','wp-content/plugins/w3-total-cache/Util_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>f(MK @+','O!{GO`U>h%%1^B{','',0,'?'),('0E1w[ԌE','wp-content/plugins/w3-total-cache/Cdn_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CwH9 ','>(Ѯza.#j!o.d5`','',0,'?'),('08^5 ?ŐK ','wp-content/plugins/w3-total-cache/ModuleStatus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bFb![;ϟ\\ľ','la7 bY PHV','c@$ 7ihkğ\ZVuI','',0,'?'),('0-U$W(L','wp-content/plugins/facebook-conversion-pixel/readme.txt',0,'7vSe*8','7vSe*8',';eaDAr}%.NO','',0,'?'),('043p2P>Ҥ>','wp-content/plugins/contact-form-7/includes/form-tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M#ϻTKR',' 9)_7','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/metabox.min.js',0,'˷3,7m|','˷3,7m|','+|gԢ+\'&[4hzγ}.Y-','',0,'?'),('0&MUe2j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','do4˨ȶH}& _','޸{\"WhdZ~ߧ.og{z ','',0,'?'),('0P L:Y#','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/checkbox.php',0,'\ry\nW \'5K','\ry\nW \'5K','ѥ:&Q*F,\"`Ɋ=8]Cm]','',0,'?'),('1\rVri`5=','wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O4rf M\Z9','mXAM M;څ/tƔ','',0,'?'),('1Wsi1B','wp-content/plugins/wp-smushit/_src/js/smush/lazy-load.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"sN2','&l~CX4:}lD7)','',0,'?'),('1_\'Qs08@','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d)L2*if','&vIR>LH$/n)N>','',0,'?'),('1.>% /(','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\'MxVͨ Y','CqR.vdTН5xy!NU ','',0,'?'),('10H6s4;N','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Generate.php',0,'v SO$t','v SO$t','aWC\0ʒ7DJ=tc23','',0,'?'),('1D\Zu#O','wp-content/plugins/updraftplus/includes/Google/Logger/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ig+ 3','\'hN,^12;#(Z\'','',0,'?'),('1QO ;>','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/textcolor/plugin.min.js',0,'\n}W0','\n}W0','0n\'O R^P|c¹sF\Zȅ','',0,'?'),('1QղeqW','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\7ڷ','7\nVw@f1ٱ','',0,'?'),('1YBK\"(N','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-Johab-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ev4y|','\n\re5^C/z#`H#4\"3','',0,'?'),('1^_&(=^','wp-content/plugins/elegantbuilder/js/jquery.fancybox-1.3.4.pack.js',0,'|LdFaf<^e;|\'','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/upload.php',0,'8.\'ND&P','8.\'ND&P',':=i1Q6G8ޭn_(k*G','',0,'?'),('1c(I3\r}uE','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php',0,'v|dDhPJ','v|dDhPJ','U !:.pAZ4m&F:2!','',0,'?'),('1XpⲫĐa\"b*','wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɗp\r+:751',']wUO,|F9p.(N','',0,'?'),('1O̱x/#iA','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/U b\Z5R','q./l\"{n|h0#j*^-Q(`','',0,'?'),('1B\rwbf\"','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/? Vyi<)[',',j%\"+Mv {^JTE','',0,'?'),('1mF҅H݉QCU','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/reports - Copia.php',0,'NP_)Vr','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D@2f$b','9AZ:eäۛ s¹_ ','',0,'?'),('1~^ \"/$;R','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/new-vendor-registration.php',0,'-p3om١W','-p3om١W','&QEsjMԽ7DkAѣ','',0,'?'),('1EfQv#)\n0EkQ','wp-admin/images/media-button-image.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~WÎ@brճ',',gw?{6U}iXTH%ݬ','',0,'?'),('1A+m7`','wp-content/plugins/woocommerce/includes/class-wc-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c4\\ R#w','gxH8HoJwHy,L\ZR/}2','',0,'?'),('1#b~ 2Zdy','wp-content/plugins/wp-smushit/app/assets/images/folder-closed.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Iq1','}?No9L]*15y\"','',0,'?'),('1X/t60^Ҁ!7','wp-includes/js/comment-reply.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\'&) {/z','Z9\ZdYֆ^?\'Kg','',0,'?'),('13Q\'C^u','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-ecommerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Xlt%0\'',')Po)mLa\n~-q{','',0,'?'),('1vmMπa\n}','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qz\n - \nn7[',',.Ժo¦K_uM#4FDV','',0,'?'),('2Zvp$x@V','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php',0,'EhVMaD)','EhVMaD)','\rS}1pbՙzQz@\Z','',0,'?'),('2 v+,.\'x','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_uu8=4\nA\n','4$\'\r_^pg\nԍmlMff ','wp-content/plugins/updraftplus/js/updraft-admin-restore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|','saOm~C9I`s?`vѴHV','',0,'?'),('2@j j\0kӲӘ','wp-admin/includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(;S}B`h7\\԰<','k$6!c:TN_Myx!8','',0,'?'),('2WTU_\"','wp-content/plugins/child-theme-configurator/includes/help/en_US.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&@` </','5Ookb|c\rf`JF,-','',0,'?'),('2XwuDp=x\Z','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-eo.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LEޫJd1p(','!\0.oQ8hfpQ*lzhID\0','',0,'?'),('2jL,W\rW$','wp-admin/css/colors/sunrise/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qR~d_ƃ6','5qƔ!cX*k T)ځ *','',0,'?'),('2rFqK9&85','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('2%g_8`Ԋ*','wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m:u>]yP',' oP/\"Dy]&iޚ}R','',0,'?'),('2LT 4R=','wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r4@)qN','\n`/П+02ڤ2 m.H=E','',0,'?'),('2|cIvWY','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.1.6-woocommerce-position-prefix.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʸ`%[[\Zk*/','3.{hxDQRcOW%B\0Aذ','',0,'?'),('2㺨a|F l3]','wp-includes/customize/class-wp-customize-new-menu-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dB;Ǯ\nJm','N;=Dӟk? qdv','',0,'?'),('2hNP','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sep.php',0,'@=8k','@=8k','y}y=,%Of>C\n=7:Vޒ','',0,'?'),('2 =5a~+,\'j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7@>\"B*','[6- S.8:}:ͳ ,','',0,'?'),('2;8id','wp-content/plugins/w3-total-cache/inc/mime/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a:Di\\P1l','77Oe]8`A[v_yZM$ ','',0,'?'),('2^(ʭ-^x','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Bn΍Ks]','MHڋTYQ6cf|h','',0,'?'),('3}M-\n~jf','wp-content/plugins/woocommerce-gateway-stripe/includes/legacy/class-wc-gateway-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T.fXD*$+bk','9F4|\Z+@E?+e','',0,'?'),('3̦n ؈ݩM','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.magnific-popup.js',0,'ߪx]y0F93','ߪx]y0F93','4x\n~L+-ی]3]hX','',0,'?'),('3eU@;`O','wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8RMhQ|%=','fI+ O2SF˹l4wǸ\Z[\Z','',0,'?'),('3ŢtVs&~~','wp-content/plugins/easy-coming-soon/theme_options/images/satisfied-clients.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x{D\'APo2','d og-@f7%%qIu','',0,'?'),('3\nV>O9Ǫ N','wp-content/plugins/wordfence/images/flags/id.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t3m','ր%/m54V6r;)؂Y','',0,'?'),('3\n\rn1','wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BF=ǑG:\nI','VS}\\ K<+ϵݜ?7','',0,'?'),('3pvn{)','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NcȜ5t*\\','C<> ]{kJ1Y2zw\"2Ԅ旜L','',0,'?'),('3\Zh\'T$Me c>\n','wp-content/plugins/child-theme-configurator/js/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n&>U68r-j','}b7\"!-g=mkw]@V','',0,'?'),('3&|P®+B#X','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js',0,'&&` U`jQ!','&&` U`jQ!','E[tI\n\0\"<FZ_=~','',0,'?'),('3)rG\rХ7\'0','wp-content/plugins/wpclef/assets/src/coffee/settings/settings.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lFŅ','t($OIxaK=º`','',0,'?'),('3*UVC\06','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textcolor/plugin.min.js',0,'\n}W0','\n}W0','0n\'O R^P|c¹sF\Zȅ','',0,'?'),('3+z.6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Ei$Pwom','`7_jׄ\nlv+fU}+X','',0,'?'),('33+v3z_c','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-cpt-unlimited.php',0,'z@< TpG','z@< TpG','|ZZ;/B? Ut`y','',0,'?'),('3EU \"Lw\r','wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.a{ «BnsF','e=}ׇXH6ߪjj','',0,'?'),('3G(F;ݰsty','wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͱ˱__ )','\"P9>gMs/ 0* \"?.kPt','',0,'?'),('3IEV\'U','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5nQ`{RZ',' QpG⣰\0h0O\r#qrB','',0,'?'),('3i}Sl^$^4Q','wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php',0,'q܍wlB\ZrV','q܍wlB\ZrV','\nӄ^m |2ֿ 糙 S+a\"]','',0,'?'),('3koW5 k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dq.OB 6\nf','1V@BU7\n\0`/ -ZȊ','',0,'?'),('3o))/l刋\\}<jv^+z','',0,'?'),('3y0K bxu','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nl)sc','}De\'/\"XM/xx%kZۓX','',0,'?'),('3yLIBR\'Ib','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-0.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\'','PB fs2%\0bGk','',0,'?'),('3z\'OvJ& ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&tĪ1M','5t*p@td| I\Z\nf','',0,'?'),('3/ZM','wp-content/plugins/easy-coming-soon/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܒ\ro!y=t&|','iN5[D\"b8blSO3J4l','',0,'?'),('3J%k?','wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php',0,'Q\nW 2','Q\nW 2',' rQ>H 1Q.\r|雝fb$','',0,'?'),('3r%Bwz.@q','wp-content/themes/Divi/includes/builder/scripts/jquery.hashchange.js',0,'` 5jYb(&','` 5jYb(&','LH/K<N?uՌAܯB 6','',0,'?'),('3ʉkyڨ','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js',0,'ypV','c\nGkvv2I+','',0,'?'),('3b<ף|lZ oq','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3`t\0c^8Eg','{oͅ-WFNB&#p','',0,'?'),('3Pɭ-WMBe','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y+>Wb¥','r%bRc1_||\'qm','',0,'?'),('3̲4+H$','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/code/plugin.min.js',0,'0_0M@7','0_0M@7','M,SVk ڛfog','',0,'?'),('3@nKE','wp-content/plugins/woocommerce/includes/class-wc-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6^OCi','5A\"1}nafZc(','y&<Cֆ7b i 7*!b','',0,'?'),('3\'RKBf','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G7(tt@','ێ/ԊkOb< 8OgmW','',0,'?'),('3xpX !Ͳ','wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module-wordpressorg.php',0,'FDeUd g','FDeUd g',')lVk^0V}~ASX@vs6Q','',0,'?'),('3fQ3h5[W<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C0Y7O@GS','EWj+\\=}.1\r|','',0,'?'),('3ng\0\\\0 W','wp-includes/IXR/class-IXR-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f>5lj\0f ','?h͇ XUPO|H$1','',0,'?'),('3#7\ZJJ(9tY!H','wp-content/plugins/wp-smushit/_src/js/modules/bulk-restore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Kf\0z','Ud8}\"l\rV.','',0,'?'),('4]Dx7','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\r󦰓GMj','+DjexmUNM 9UYmÉ','',0,'?'),('4ڵ9m3','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-921.min.js',0,'G7s5uO\Z%{','G7s5uO\Z%{',' R\"=:c!}%&kįfGl','',0,'?'),('4m6):5tq','wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php',0,'>od-s','>od-s','?QsFvZ;Q-\n>{ۺtT','',0,'?'),('4#ƚsRI','wp-content/plugins/wpclef/templates/admin/multisite/single-disabled.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K%ZZwõa7',' 5[J=)Z}','>J=)Z}','mwJ܌A b.FkN0L','',0,'?'),('48Vt+^X','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZyLʄU.^z3/e','ů7NGQ/nAM*C','',0,'?'),('4:5~ǒM','wp-content/themes/twentyseventeen/assets/images/sandwich.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\nv759','QzХj@|9^.l?2ܞ','',0,'?'),('4AIn097c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#yfݳ(\0','weFQ@8 !rQ20','',0,'?'),('4Jf5C>ŚR','wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Rj|[wNՕ','.UDR%\\s~P/','',0,'?'),('4P\0ze8zB','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oSO','E8Ӛ%\0 %8\0_`mt','',0,'?'),('4Pк09\Z','wp-content/plugins/woocommerce/assets/fonts/star.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\\`|U2\'','#19#~C9DеeH','',0,'?'),('4a[I}Hm)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̀0뚀o/|','{|#S.=OgБ^FgE','',0,'?'),('4pٺgv猔#','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oX>>LZ4\\','DkF\" 2h|Tie$~*>TZ','',0,'?'),('4xI:uoQ.\'','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/>!LG','_\'D6 ЯPY{01MG Ha\0[','',0,'?'),('4~3s{h;y{J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5ve+-','X<~$Ʀ}Th74{ǯ','',0,'?'),('4O62M3jp','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(FlԠ 1A5jw',' l;k #XkWi(b','',0,'?'),('46ۏQ','wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rZ 9giM','ϯ\'l\'[,rl\nc ҃P','',0,'?'),('4 nȢgEAT#','wp-content/plugins/wpclef/templates/admin/settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S9vb=','Djr嬄/xפx,6(','',0,'?'),('4f!j @ٿW','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"9D5?','l)JE;T;][K tq4py','',0,'?'),('43ko3q1W','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5j>?~[-{','wNuǃro ;ADfa','',0,'?'),('4R :|WTӶBb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l \'Cٽ','b4d1K\rQf׬lLHܓ','',0,'?'),('4KGη.\\o@(^','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/onoff.php',0,' iANДΎu:smk',' iANДΎu:smk','2| }\0Zۺ.vʤu9mn','',0,'?'),('4;~稲9o;','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5pc-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"0\rm[#C]8r[]',';gY vwUPCH]~\"۾we','',0,'?'),('4y3aoW `j5','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','чđ-YY9oNi8','1`+\Z<+o&\Z]̝ E@ҷ','',0,'?'),('4S1kYup|J','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-eu.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 =o `4','At?t@G!#','',0,'?'),('4ڂL$,K[u','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lSb2Dž','E\'oSY?/OxHm7G&c>\0J','',0,'?'),('4܅VoFā^\n\'','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӕф#y','啗Hmۀ7qEś!(v{v&p','',0,'?'),('4m(dA3llA','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('4V#7JNZ\"o','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ۮv','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dKI7v:5','}{0#`# \Zt3>~4','',0,'?'),('5C)\nWu꽝/FcK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+o N8/:7&',' BN:cH1onqķ^4','',0,'?'),('5S{TƁe/','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*7kM҅ED','z5nN GI\nr./2~JvPI','',0,'?'),('5Y6(\Z@SB','wp-content/themes/Divi/includes/builder/module/type/PostBased.php',0,'jR_$1J~yT','jR_$1J~yT','Gou>Z쮬D-K{\"{','',0,'?'),('5ZSμv`69','wp-includes/version.php',0,'_{cң','_{cң','$`1_cQLz6L0.Y!','',0,'?'),('5[W d 3]','wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.~/;|\\ H','ڰCOF=P\rcgbaKa','',0,'?'),('5\\h> w  N','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3f\\?dK','j$-h$ĸph:#G','',0,'?'),('5]/\r','wp-content/themes/twentyfifteen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a1Q#','k[Ն~zpt(tlJW,%fq','',0,'?'),('5`]\\ͭi\0\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\)cb\'n','0+S̏3 ƲCUkdPV~QG','',0,'?'),('5n\ZR?%d','wp-content/plugins/wonderplugin-carousel/app/wonderplugincarouseltemplate.js',0,'JEO &l\"4','JEO &l\"4','=\nT* Lnf̿\Z*)','',0,'?'),('5)rC','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-wp-pointer.js',0,'*lvʽ,owPl','*lvʽ,owPl','٥KuKG/ALvG ՁUe','',0,'?'),('5KsFRП6','wp-content/plugins/wp-smushit/_src/images/smush-promo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ld  ܹ\0','%SF^3E n3,cl','',0,'?'),('5^Uy#x\rIHt','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN6Y)K/R','Gvd\"-ϰ>ɖht#E$[/L','',0,'?'),('5Hm`>ѓc','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('57N C=-c','wp-content/plugins/wordfence/images/sort_asc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&DKzS§0','NQ*TZ%P%jܑtZn/','',0,'?'),('5 F|g9|','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern/theme.min.js',0,'uy#N`e3','uy#N`e3','swŤGj\'s??6X+rgF','',0,'?'),('5ʒm\'l^L','wp-content/plugins/monarch/core/components/api/email/GetResponse.php',0,'ЁP0yMI,','ЁP0yMI,','o~6@+-PRzB\Z','',0,'?'),('5Ǯ{:&kT','wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jao,@{MW','|Ow\r_ϸo?3$v zN','',0,'?'),('5Λ\0eo','wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JJK( L\ZXw>!','c! ݶ!\0C@J,(eMÏwH+ [','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rzWm8+L','O<','W\0*0Ooø+zSs','',0,'?'),('6p }s','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}/m}硑','+8Zk`~)v1٪','',0,'?'),('6j}IYWr\\','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/welcome.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zœx7횈','Qٵ&n6eiFЇ}pk 愲\rL','',0,'?'),('6X/HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tj8C','Mcn􂘶v,u=#>G~','',0,'?'),('6,uֵy!y( g','wp-content/plugins/updraftplus/methods/backup-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Ez9:6\r',')ZIX多9m+  ','',0,'?'),('62&e5','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\'A`Cro :','C-;ȵ\\;a̧zTE#r','',0,'?'),('64U?C? A1','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_add.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A)2H','($O\nbb>޴tsRGcp/','',0,'?'),('6;I(Hm%f','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q@!!Ek',':~ްX#^sI>&\0.MKG^#ގ1','',0,'?'),('6@0^zcJq-','wp-content/plugins/updraftplus/includes/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cE-QJ7Ύ','̫\"..TB`\"L\"վ>','',0,'?'),('6BT 8ѝ8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kth*-x8','vyQMhb ','',0,'?'),('6T<`䰥] ','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','--%`\"9{Q','CRekx#5J֠XS','',0,'?'),('6[f9? _','wp-content/plugins/wordfence/images/icons/bullet_yellow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J&ɌԔQ<','1Nߗ׍?*ií!FMp9^.','',0,'?'),('6cf\r8.k','wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۍ\0}cuE','ݓ8y& r4؃>aI8妣x','',0,'?'),('6cbkki3@H','wp-content/plugins/wordfence/lib/menu_firewall_waf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$P\rh','gr49\'K/K.D \ZtJ\r','',0,'?'),('6jZ/_\0ȸ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-sales-by-date.php',0,'(*bi~yuFFA=','(*bi~yuFFA=','und_B\n\ZB47Op,]','',0,'?'),('6]jvWk\r3-','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CTr[ۉC\'','SދaXBX4c\n}NUGJ','',0,'?'),('63ȓ+Ό!','wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php',0,';3 mm33_0W',';3 mm33_0W','ѫZ2}\\\'=gCcPd[A','',0,'?'),('62 ΏM','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/products/bulk-set-vendor.php',0,'7(z呍f','7(z呍f','O\\y#n󡗅z >^k,u','',0,'?'),('6<\\q\0׏)','wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('6؈2','wp-content/themes/twentyseventeen/inc/icon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'V@c','S+W{wś,3:sLDzoG]','',0,'?'),('6KVuN\05','wp-content/plugins/wordfence/images/flags/ec.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A$͊z ','AI`P{pdP5R VQyV','',0,'?'),('6`5f6?i','wp-content/plugins/wordpress-seo/admin/interface-installable.php',0,'B\nQI<','B\nQI<','QfjŲyR;cr\"8+','',0,'?'),('6tiyxٿ','wp-content/themes/twentysixteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|xϝ\\NA3&{','i44O~ 㯯3ZOtkϯ','',0,'?'),('646','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/text-array.php',0,'MZj\Z \0','MZj\Z \0','o/OruC #FῑMPN','',0,'?'),('6N>+߹|*A','wp-content/plugins/wpclef/languages/clef-da.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s~Ӏ_Yu=h@','7]tdZNB͢`HҘ&Z7u(','',0,'?'),('6Ӱ*D+{tv','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>E *,f2\0\Z|','*;7:$GJA#*OW','',0,'?'),('6޺)8[dd{0l','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<¢wDC%L','Gsh+C#\'11_fq,','',0,'?'),('6٨ :{^D','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3L/ oo. ','r0JJy;\n8 (Pu\'6Nq','',0,'?'),('6a7\\\r.r@!*','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/colorpicker.php',0,'JTArTf%e','JTArTf%e','j4g39Pw8ޕmCx','',0,'?'),('6[L76 b','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wjVx{v\nA1W','֯fR 8Zѹ/7','',0,'?'),('6.9Od׀׬','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JE\':\'(Om','B7`}MprDB$o+\n,\r+&mk~: ','',0,'?'),('6M*ߛƮ','wp-content/plugins/updraftplus/images/notices/new_year.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=uNwta^\r0','ri!2Z:djvt~q','',0,'?'),('6E\ZـZ*','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9N}GWE˝','!}`x~;h]vn*!\ZE%','',0,'?'),('7%Nrm','wp-content/plugins/updraftplus/images/updraftclone_logo_white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T*65\nj3\Z_','0PZ?fAStiB*o-3','',0,'?'),('7) Tˍ ','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example/dialog.html',0,'G3\n\rO.','G3\n\rO.','`XH{(C5\\ѹh\\v!=\Z','',0,'?'),('7\0`Y','3$>\0`Y','}SO3kpa;.3sB.s','',0,'?'),('7QQL_@V','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/functions.yith-plugin-activation.php',0,'3atK|xY\0 $','3atK|xY\0 $','(KdRИgʹC*4#h19ms','wp-content/themes/Divi/includes/builder/main-structure-elements.php',0,'tq5\nrpK','tq5\nrpK','\Z(a@łeL=Զ~k.;\0kwj0d','',0,'?'),('7[fn٠t 㪶%\\','wp-content/plugins/yith-woocommerce-membership-premium/includes/functions.yith-wcmbs.php',0,'>ힼNwגgA_','>ힼNwגgA_','Fe$)ס`gr^3;(^bܑ','',0,'?'),('7ddzˤ7qM','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/9 !B8sb','T\r~ z\rgJա','-&mV2\'bCfEWsÊ9','',0,'?'),('7w1 J0k','wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php',0,'ԁ$`9\0d>򹅬','ԁ$`9\0d>򹅬','|AXN榚wƥ8XOC{ n','',0,'?'),('7{gR00gG','wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-short.php',0,'Sww7#^G\')yl','Sww7#^G\')yl',' lCAULZ@ۭO*yq!\"$','',0,'?'),('7|oOUz\0Ef','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~I\'0Y','q=m˭1B5{NlR','',0,'?'),('7ua<(.L՝H(','wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php',0,'N{\nG\'\rCjB%','N{\nG\'\rCjB%','T0Vl:\"O uUu Sv*^bb','',0,'?'),('7A`|\'2`5=','wp-content/plugins/contact-form-7/includes/config-validator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LqM \r@u@S','t^\n\\\r YL\0dX|a;;\"Q','',0,'?'),('70.\"/\nR','wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W95 \\+','ҋ;TbSrebɉD','',0,'?'),('7B~8mz','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UCS2-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dGk8(j','uB]p$ $l3','',0,'?'),('7jrh9','wp-content/plugins/wp-smushit/app/assets/images/share-bg-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']J ֭Sp8','\ZS\"tbeRHF;D6trW|','',0,'?'),('7+8dc@$','wp-content/plugins/wordfence/images/flags/sl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.B`u,&$1','\n 5$c2>95tPm<+w,[','',0,'?'),('7%Wy~׹P?x','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lzV6`wmZBs ','\r 8&J34бǽ','',0,'?'),('7[@W \0XXi','wp-content/plugins/child-theme-configurator/css/hook-highlighter-box.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wny ЊYPg','Y)D-}ǷV$tK/,I}^^','',0,'?'),('7O+Nj\'n','wp-includes/js/mediaelement/bigplay.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl:E9n^','(Θ\\n lpuꑝ&]yiJ)','',0,'?'),('7c¢)Seb','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dtc]8','QɅrnYun.k_Nx|!˫','',0,'?'),('7c. $P!\"򹚆','wp-content/plugins/wordfence/images/sort_desc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=sHn#K? Lǃ','',0,'?'),('8!8R XlU|3','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Ȳ3Qd\n8','w6Qr96\Z=Ƌ3K23chl','',0,'?'),('8#1 - ','wp-content/themes/Divi/core/components/api/email/CampaignMonitor.php',0,']<8c',']<8c','yPeNC^o$R!w4ޭ8V','',0,'?'),('8=Ia%k~','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RNZ)YF89sU[','a^죪i,jڱN)','',0,'?'),('8L)s0ӣx{J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':v.\rQ','Y颉J1N}g7e(','',0,'?'),('8P֧\ZHGE}8','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WszuNPjXu','4UQ\r1#_fH*Idl','',0,'?'),('8qCԴ@AܰG=','wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/=eHU','{x~V%Cp-|lj\\)n4kfr','',0,'?'),('8{5 ^s','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js',0,')\0\0E','\\$v=>)\0\0E','Ԑ}Z-{7^fc:֏O','',0,'?'),('8Nqj','wp-content/plugins/woocommerce/i18n/states/PH.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yڱ!5 q','Yy$bJe6y_& 7P2','',0,'?'),('8 Xx_n\"_','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-cart.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%_Nld>.TK','T[R\r_U0NSyo^qH,λhD _H(p/;Ir','',0,'?'),('8ʣy`/','wp-content/plugins/wp-smushit/app/assets/images/smush-no-media.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)W','c\ndh#\nW-O,\'NJ','',0,'?'),('8tz<ev6','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF16-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n-Gd',' \"tA6 pAY8e0ʷF','',0,'?'),('8RtˋQ_ ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/icon-list.php',0,'GїdG0A|V','GїdG0A|V','--#x@ޮD{e/','',0,'?'),('8>vyD $ \n','wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php',0,'F`vxe','F`vxe','o7\Zk1QBw6=D#|D&tz','',0,'?'),('9EЖ\'%7','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebar-layout.php',0,'mC==M̐K1','mC==M̐K1','ԎjbFKcyg8#>\'?','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C`2 l޳','^u,`!-<j0g, ͧI','',0,'?'),('9xcӾ','wp-content/plugins/facebook-conversion-pixel/assets/fatcatapps-logo-text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N$pN/Z','%lLTڕQz;kM+f','',0,'?'),('9{ 8RN1̭/\0','wp-content/plugins/monarch/core/admin/js/react.production.min.js',0,'gsMT','gsMT','4 -\rܦx1-\ZZ˕2\Z?[ޤEg','',0,'?'),('9cfVfe A','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-commissions-unpaid.php',0,':UHKm*PP',':UHKm*PP','^迥MTQG[ЩH 4٫ ','',0,'?'),('9ψ[1d{@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U:0\nRDŽha6',']tjC>V$u{hV9','',0,'?'),('96W|aN=','wp-content/plugins/child-theme-configurator/includes/forms/addl_css.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}:]9L6B','mY$΋n\rkՃ\',\'-','',0,'?'),('9: \004\rE9','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK2K-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>%x!wl','a@hHZ/~(nAF4','',0,'?'),('9:do\np`Ry','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ftSuc.k7a7','{h@D0Kcx,TMHd? A-','',0,'?'),('9=/Cq]Cjw','wp-content/plugins/wp-smushit/_src/js/modules/directory-smush.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')va(\"t=0n','SBo 1(C~rvYB6q,','',0,'?'),('9Hƍ88/','wp-content/plugins/woocommerce/templates/cart/cart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','it\",BCW \"T\'','!ߘLove\0\'n7u','',0,'?'),('9Ra?Kz}> o','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php',0,']jpSb뷪A\\',']jpSb뷪A\\','}C=e䉞?;; xDY','',0,'?'),('9X,嶖-u','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/NWP-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ij? ','@Zv\\ʃ@=mt[U/8','',0,'?'),('9bEg<n','wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ouW :','O\"u5=R[y> ɂR}@','',0,'?'),('9t~`M3Kor','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',jV|eͻkf','P\0!ޝ)z Kܦ#NUY8','',0,'?'),('9~K[4֣G7R','wp-content/plugins/wpclef/includes/lib/Settings_API_Util.inc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lcU/-`y ','8(DRwD.>ghJIs','',0,'?'),('9=@#:@8','wp-content/plugins/woocommerce/assets/css/wc-setup.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XhwFC','X̍ e66>klЖNv5','',0,'?'),('9B\0|2','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-gateway.php',0,'Sw}7m-j','Sw}7m-j',']v\'auo','',0,'?'),('99іoT,Op@','wp-content/plugins/google-analytics-for-wordpress/languages/vue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'?[\Zc^','!xKz\'̴n&5ͱ}xqT','',0,'?'),('92a>R^:','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-orders-premium.php',0,'rF \\YĬT3','rF \\YĬT3','A{\0=$w,ΰd.-BO ','',0,'?'),('9÷{E[ Pr F','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_size.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p*7|ƃ','7o\nikdcI~r_ b ^ \nj','',0,'?'),('9hk\\e7\n','wp-content/plugins/handheld/main_themes/HandHeld/includes/breadcrumbs.php',0,'\"~lf+r<\'b','\"~lf+r<\'b','ҝ$*pkF[-1F  \0','',0,'?'),('9\07~ʾ\0','wp-content/plugins/wp-smushit/app/views/smush-upgrade-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b%RG,g]np','PLY (j5KPa?uhӄ^l','',0,'?'),('9ՍҢ9d\rY','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;gJgxA','t_2x< -˜wqIg','',0,'?'),('9HM%j&u','wp-content/plugins/contact-form-7/includes/js/scripts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oi\rJ,}Hk','PR}@fQ+Te4u','',0,'?'),('9)ubp6- |','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C/^IyHxt','~oxUD/EERsZB','',0,'?'),('9s3SZ,p8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zs0ȝQK','g?[D*p8qVѓ>N','',0,'?'),('9܏\nhP@[','wp-content/plugins/woocommerce/templates/notices/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‡S','EVfIpO_= >ٹ:xm)','',0,'?'),('9|h$Ζb(','wp-content/plugins/wp-smushit/core/modules/class-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sa3`<)J','[x#W/0rQ1\0!gB:','',0,'?'),('9טz;{j+','wp-content/plugins/wp-smushit/app/assets/images/dev-team@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tD1UX','ݶdy[Si%Ϟ\0a!K\\','',0,'?'),(':{{79','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nAsC5 +','ЃSQ\Z/BӍ(p?d','',0,'?'),(':1^qM/|','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-commissions-unpaid.php',0,':UHKm*PP',':UHKm*PP','^迥MTQG[ЩH 4٫ ','',0,'?'),(':WxOre)W3~','wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk$d','493r=N\r4','',0,'?'),(':|LH6(cg','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{܁:_Գ}<','4jŖE#~GA/9=','',0,'?'),(':1_YJ0r','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/upload.php',0,'{gC5o֍Ti','{gC5o֍Ti','7/W\n#4g֞\0[h&Tp@+lwO','',0,'?'),(':\"̏%^@j<','wp-content/plugins/wordfence/images/flags/ga.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ed\Z',':W<\\\'dN-KG<6X','',0,'?'),(':3A@8HGzΈ','wp-content/plugins/wpclef/languages/clef-el_GR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~R#Y z\"8','npkg>AgTP&+ל4@ƚA.','',0,'?'),(':3]SeE\r{','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/message.php',0,'n5$V!a/\ZОc','n5$V!a/\ZОc','tpJQέ-c੻Λ#','',0,'?'),(':5χF,p','wp-content/plugins/woocommerce/templates/single-product/title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':U&(:9$C ',']B\ZhĕctKWnU','',0,'?'),(':<oVSwM','wp-content/plugins/woocommerce/includes/wc-webhook-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mK\" @F;(S:','~TLQ7pgb<)hR\n\0b;2L,ٹ','',0,'?'),(':<$0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')$k3\\ 2E','H̼_%%:Y3jM8\nWo!','',0,'?'),(':Cc*-|a4','wp-content/plugins/wordfence/images/flags/uk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1lfB',' i91pI)HvSl','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/jquery.colorbox.js',0,'_-eX6U^','_-eX6U^','? r&s:0;W֏g\\VF#`1-','',0,'?'),(':RL?&=','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';yCh}V~>Y','t9cv| u4NkjE}?5$r/','',0,'?'),(':SQ#rvp\r\0v','wp-content/plugins/wpclef/languages/clef-fr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YsN@~ahnTh','D%Azg9/L\\mK6R{Βv','',0,'?'),(':ZW_*if','wp-content/plugins/wordfence/images/flags/pn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s;; Nn䩘','X8FpfJx%rʥG,ld^,','',0,'?'),(':`VȆT4wL','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','涐*@cyGu%','\r%\"Xc}|}Ġ\nňh^g,!','',0,'?'),(':e7ѿn86','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>E\rBϮ','0-FzL[&AFRs:','',0,'?'),(':mwvK\rZ~','wp-content/plugins/wordfence/images/wordfence-logo-16x16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y~F,N8zO2','u ¼%5d ɻDXt!?Q','',0,'?'),(':nյĭ8}\Z_ ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF16-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~81D l','٨Xop*aͭ Y{\ZGyal','',0,'?'),(':r pg{1JK','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fpaf\"_l ','&|2z@$H4n£\n\0+1','',0,'?'),(':8 2EB','wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0$|޻\"','F=R#u*C~d8 9K','',0,'?'),(':ͦ ᝐ )c','wp-content/plugins/wp-smushit/_src/images/graphic-hb-minify-summary@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[h+Qm&hp\"3','߼iKl4҅;|@tݸ޵','',0,'?'),(':%H`!\rZ','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 Ғn','i{Q\ZeF?9}i6^$¤|\\','',0,'?'),(':gTУ ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern/plugin.min.js',0,' %r&Z@',' %r&Z@','NW;WIp :\'lUcy\Zo8e','',0,'?'),(':\rޣ%X4ye','wp-content/plugins/child-theme-configurator/readme.txt',0,'l<O%o t','l<O%o t','~\\XF=TS\\Ӎ6Jw21RuFn?J_','',0,'?'),(':GµttIT!','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/commissions-options-premium.php',0,'>9eTr','>9eTr','軞u^&|:Yw\' nc*','',0,'?'),(':=c\\Zϑ`KBC','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}VtPSapw#','=;@5W\"d?\0K1c ','',0,'?'),(':z6:EZ(+$','wp-content/plugins/w3-total-cache/CdnEngine_S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yA)GRw','IK4.àѩK;\\H1Tq','',0,'?'),(':X&eͣ','wp-content/themes/twentyfifteen/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĥUSt+',';Ji24{3.(^Z}řۉ*E','',0,'?'),(':v{V~,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&=_r2','yK;.T\rrs![,. o,','',0,'?'),(':f) 3.IN','wp-content/plugins/et-shortcodes/image_functions.php',0,'lmۇ2B','lmۇ2B','<\Z``w\Z v\\ j','',0,'?'),(':өJ985','wp-content/plugins/mailchimp-for-wp/includes/admin/class-upgrade-routines.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$H0*','IBpM\ZSgjׯ85D;','',0,'?'),(':ݕ23u@q;','wp-content/plugins/easy-coming-soon/theme_options/pages/images/btn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K~o[9١0s/k',' l^T/ve&nB\rF7`cf[','',0,'?'),(':XqݝJ\\5P4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1c~\'dvvHq','I9%-7CPb','$=Lbio:\\d\'l7','',0,'?'),(':ṇRMti#=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','taCA.Z','L>$\noixo j-\nL]G;q ','',0,'?'),(':ruR/˹na','wp-content/themes/Divi/includes/navigation.php',0,'ȼ6m2','ȼ6m2','*k\n`9o dZ7դY }','',0,'?'),(';# n%\"','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cY\0ysd*jPF ;QƵN1aG(','',0,'?'),('; bfȖ0x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+s0ŭu','nmUUPLX\"\n`ll/','',0,'?'),(';9# j5hO%','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-plugin-registration-hook.php',0,'㎶^mk.n\\','㎶^mk.n\\','Kof%2`̳W;T۾G#','',0,'?'),(';$<}hϦ_z#','wp-content/plugins/w3-total-cache/Minify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rގE&3n1xg','pb_Z:nɩ*Kq*L','',0,'?'),(';%?>;ێ}','wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƛM\rGi4^G|\"','&=CWiqdpTq.','',0,'?'),(';+LVmc?','wp-content/plugins/w3-total-cache/Support_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~-\nˆ','G(#B0EvFam)A{r\r','',0,'?'),(';1ы#Y_Nt','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+̴,aM','pYg\rd,LcE+ޮ~c|','',0,'?'),(';Eg5CW','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendors-options.php',0,'lNC+','lNC+','`EDi)nmt|\"+O3;','',0,'?'),(';RyhRxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':T2Aq]4 ','btGp\0BM0zXJvZH AtM%','',0,'?'),(';` &yJ;','wp-content/plugins/wpclef/assets/dist/img/overlay.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 42{ˤl','[Ҙ sEuE4m$$Bմj&','',0,'?'),(';y\"0u]0W?Q>:','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-premium.php',0,'VW!WzD 6','VW!WzD 6','^zLYQݒD`;ç<9 ','',0,'?'),(';{8T ~^ph2','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?wR:','3h%jV^ȭ0f>D\r@ݲd','',0,'?'),(';}yhh4۫\Z','wp-content/plugins/wordfence/lib/menu_blocking_countryBlocking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rV\0B֬ru5','Bj*$9fs}g ɪ*','',0,'?'),(';]nu7 Q','wp-content/plugins/wp-smushit/core/modules/class-cdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hťQ`m','C@j&HܫLq\'푱VA','',0,'?'),(';|ru ]MO','wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library.php',0,'Vn])oWT >','Vn])oWT >','qr/(eg$EoFc҆W\r{zd','',0,'?'),(';[/M{x%','wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php',0,']ĩJ֛X7֑A',']ĩJ֛X7֑A',':e41HD7ӪEo.nidI','',0,'?'),(';v<Ǡ_ o','wp-content/plugins/bloom/core/admin/js/react-dom.production.min.js',0,'% ޣ=O:{','% ޣ=O:{','0l{;ʼu)K#T]lSd','',0,'?'),(';z','wp-content/plugins/pdf-embedder/js/grabtopan-basic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*I;zx','^PwyTVt2\\','',0,'?'),(';Zv3DbD~','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Migrate.php',0,'H[ {*','H[ {*','I ,U\'4\"w>G0&¥)','',0,'?'),(';\'~>W/','wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':]M\\UL','\"\rC @˔^2\0ޙ\\A[.l','',0,'?'),(';]pdJS玗*','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-13.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NHN]3Hqt','Rݿ,jIA׸n4۾v[`y','',0,'?'),(';qa+V\":uP','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$|UY郸o','v1,~dԩ\rO\Z <\\O|','',0,'?'),(';\"Cؘܳ hc\Z','wp-content/themes/twentyfifteen/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$zx6ޓM#','dĥS8LfO̒-8ahT\Z','',0,'?'),(';k/J','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebar-layout.php',0,'mC==M̐K1','mC==M̐K1','ԎjbFKcyg8#>\'(4|\r','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel-wc.php',0,'-= uEn ވOǀ','-= uEn ވOǀ','@ͧ\'=ˑNwyEH6MIwE%R@}^','',0,'?'),('; ח, u U\"','wp-content/themes/Divi/core/components/api/init.php',0,'CsN@s','CsN@s','djLt*\'0\r¦r\0','',0,'?'),(';ՃK0!g','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php',0,'7s9ITn_M','7s9ITn_M','oO2F@䊋Ś 37$0<','',0,'?'),(';wO?0ښB\Z}a','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b)ɐ9h]','k~ RJ\0tDS&\'yDǐP: EE','',0,'?'),(';1n%وZ~','wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-921.min.js',0,'t >aT','t >aT','SuP\0w }f*O??','',0,'?'),(';Wct*+Br','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ri\r^@8','6Mj2O8 8.V}*򱋯','',0,'?'),(';ԅ\rۤʏVgpg','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/phpcs.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','מ!b-#g','IE.{ېPX(}s4_\'${,','',0,'?'),(';* 1\Zn4','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4̮-i+QS\"`','Y?UBd́8Q=&wH2A+ ','',0,'?'),('<Y{䕾]$j','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N(ڢP6ʚ','nΰuXXywVTܳJ\rx','',0,'?'),('<)Jh]d>I ','wp-content/plugins/divi-builder/dashboard/includes/google_fonts.php',0,'m_0d9u','m_0d9u','Y16}OZn\"^\0)X','',0,'?'),('<n~LMr','wp-content/plugins/wordpress-seo/admin/class-customizer.php',0,'t&ϴBhwml0ڝ','t&ϴBhwml0ڝ','́[2Ԓ7i}MlΆs&wH','',0,'?'),('< jlݝB(','wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php',0,')՝Zࣦg',')՝Zࣦg','P͇Oaſ>9=*\ZHEP ','',0,'?'),('<*)1Yg','wp-content/plugins/wordfence/images/flags/tz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']#Dft>>','í3v ,U $yNJ;L vQx','',0,'?'),('<*.C\0q2','wp-content/plugins/woocommerce/includes/class-wc-background-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4CA_kTl6k','o6\nmaӅX$g rPFf/','',0,'?'),('2D','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF8-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\'lDد','^5&l^4LE՟1=0y','',0,'?'),('<\0q/* 9R','wp-content/plugins/w3-total-cache/inc/popup/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('< Z{xs','wp-content/themes/Divi/includes/builder/plugin-compat/dk-pdf.php',0,'iQSE','iQSE','n q+N6^BrEh(r-*/l& <sXam','',0,'?'),('W5!i p','pz/8.d]bU}waOWd}f^&','',0,'?'),('= 68AS#9W','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7̤bIhg','(*~R\0a\\*ai*\\i(','',0,'?'),('=![m)5','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hm/D','EgFQ@X%tcB@p','',0,'?'),('=9))\\','wp-content/plugins/wordfence/lib/wfGeoIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~bj !b`aP)0','lܶSb<)iog^Q','',0,'?'),('=5@N%md','wp-content/plugins/wordfence/images/flags/il.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UPO\nFz','Z9تb\Z//\";%i몈3d/','',0,'?'),('=6=L %W','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-favorite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0m_ C3bfg','\'J;0 d,)Ɨ)` qo','',0,'?'),('==xD>*y3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0#%','\\6QX{:ֽ aoZ\\B\ZeJA3','',0,'?'),('=L\nEC=ÉdJG','wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-model.php',0,'$+nGgzϵc>','$+nGgzϵc>','_?lqh{$?][\ro','',0,'?'),('=M9gU(','wp-content/plugins/woocommerce/assets/css/select2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ʼwx0- bZD','q͑kVi׿ᚯ?eIT3 +!','',0,'?'),('=P3>.̓','wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ىw_x_','EUּ[#܎<[4>| L>','',0,'?'),('=S6aXo,2','wp-content/plugins/wordfence/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\o jk_','I#\nY\ng+өe6J#0*e9\r','',0,'?'),('=_Ԟ Y~','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client-credential-signature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y;:A','^m0\nqg9_ \\i\nj+ta\\','',0,'?'),('=fuA>\\D)$\n!','oy/O%շ:,{p;H$fO','',0,'?'),('=k[4 =','wp-includes/comment-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vۿ1l4','BtTqAF|ppEli\ruDS|.\\7','',0,'?'),('=ǝ]J','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' wa3Gn','Ϛ~\05e?HX_lm2.n_.','',0,'?'),('=D!˝BITP m;','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\e(ww t/3','(fLl\'X8S(07\"','',0,'?'),('=0T\\Ņ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͛$)?',')QDګ|(FMiV^tO','',0,'?'),('=7UUv7\0','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\nK\'Z5D','wBF͞}yGg(V: ','',0,'?'),('=_^1G','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Ȍ%LB{T\\',')2!lnڡq!','',0,'?'),('=ޑUFV?0[','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!s b0NGeQ',' g\Z7q$—2biU ǢD','',0,'?'),('=ާ6eY','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D+dZpr','1TYȅT47&evLP/& n^','',0,'?'),('=1G*23\'','wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\nbW^]','I\'bi*/\\r\\lQC4\\=>I','',0,'?'),('>nH6lTT','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/how-to.js',0,'?>֬P!󇟦','?>֬P!󇟦','Ȗp%A } \nA<N_٬','',0,'?'),('>\Z!A\0E2\\8','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gW&g(. ','2g;\0 ,T~`<Ŋfzy E+','',0,'?'),('> jꈬZRÏ0','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6qYmc>u;r','1Ή:_d@g.koE=9K?l','',0,'?'),('>#wtE7','wp-content/themes/twentysixteen/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\'\'/W',')4vo$E(v9DF\rU','',0,'?'),('>.sm, .','wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x@\"^*fNp;','Yϵ$EgE%E\\\']OlqO','',0,'?'),('>?u\neb','wp-content/plugins/w3-total-cache/inc/options/edd/buy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','һ *\'HΈpV','f,A@E%WUE I\Z','',0,'?'),('>OZ؅?-ˑB','wp-content/plugins/child-theme-configurator/screenshot-1.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*p?gc&','\0u뜖렑.aiZ\\Yb ','',0,'?'),('>[%?}vƸ+h`','wp-content/plugins/wp-smushit/app/views/wp-smush-nextgen-bulk-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IQw','lyyaPR:YUxe .','',0,'?'),('>c8%~{\n','wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-multivendor-compatibility.php',0,'6RS j| ','6RS j| ','\"ՆXgSlM3`Ȁfc8D̳J','',0,'?'),('>hЩX X*v1','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"b=Q\n~C}K','xR2Sz\n> p;NZ^Ƴ','',0,'?'),('>q7KC8Qm','wp-content/plugins/wpclef/languages/clef-ar.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I:1V̂֙^t','^3ÖM\Z ;f-Ak2','',0,'?'),('>ql+m\05Ħ\"^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qZ*FF\Z:','_}s|Cp4-C.ۋ]^E*6','',0,'?'),('>v)ZNB','wp-content/plugins/woocommerce/assets/css/helper.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0୙xce t','p0(5g,pg;,P=\0^w lF(/','',0,'?'),('>AF9-\rC8c','wp-content/plugins/woocommerce/includes/class-wc-geolocation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&+(<\\','*.JΛR]9rx8Y\n7@Aco1!|','',0,'?'),('>. \n\\,','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_font-face.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L \0ǠNuF 0','6-<gWgUf۽NGpw.A','',0,'?'),('>X\rbڟ$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϋި6@P','A(Gv\rQG;DwcVG.#','',0,'?'),('>30 ֎CU','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php',0,'O`CGR&\ns','O`CGR&\ns','ܘ5vbHu ȣDAl(v.q2','',0,'?'),('> Sr:xyn','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-payment-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s-~ԥ-de','ֶ.X++Ⱥрv\0&m_`J','',0,'?'),('>˾Q\"<1s1ҹ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js',0,'\'M\\ݪ\0','\'M\\ݪ\0','VD3\"NcX8~FrY','',0,'?'),('>JN[R>a','wp-content/plugins/instagram-feed/languages/instagram-feed-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VJ4u)8\"UGG2','Ԥ)J}w+˱V)M7Qw','',0,'?'),('>A1@a?,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F q͚|#lf','Z﵆{5[:!˪','',0,'?'),('>AK3=R(>:d)','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2:xx:|NK(','`*a%w|:,a\'Sq','',0,'?'),('>\r#ӎߔ3Ƴ','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DSllV(','x)ol&)\\cME-*]M7[XOxk','',0,'?'),('>kjr{','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~@ܠ/y','N\n Onr6riio9(~d','',0,'?'),('>}^ۛj','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ⁀*νjDX','6 ^Q\\s! w$N90$','',0,'?'),('>#1$ݩJ:K','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rpt*TLg','խ[Xmv﷍< E','',0,'?'),('>q҇s0@AP','wp-content/themes/Divi/single-et_pb_layout.php',0,'r7\rJ5vO','r7\rJ5vO','GxrxO\0\\oYu0d睱L ','',0,'?'),('>krA','wp-content/plugins/monarch/core/components/api/email/MailPoet.php',0,'\Z0nsPG','\Z0nsPG','ZŊh{C.paW v:9','',0,'?'),('?q+f=<*','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF32-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CA%@b \n','8FL̮7H8\Zs#:ۿ','',0,'?'),('?\'S\':\"\"8Erƽ','wp-content/plugins/wp-smushit/app/assets/images/plugins-smush.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z A\\{','mSU!\n8/o9Ĥ6','',0,'?'),('?)\"%8S؈.h','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wOZ-󨷋>','oOUjS)FTUw?5[Tug','',0,'?'),('?2yT!s|tu}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P$+','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-cptu-sortable-posts.js',0,'t:Jd̜w','t:Jd̜w','90}U`GI$B=ZUZ^D-#','',0,'?'),('?{K3Oi|u(','wp-content/plugins/woocommerce/templates/loop/sale-flash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZdbVP-(\Zu','DQR̼_s2!FSa3w','',0,'?'),('?I/U֌ˢ3dC','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(br۾','G!N\Z-*\n\n@)W-r\n','',0,'?'),('?_t׺P','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۂth0Ht{','/sGx8\'1*Xă:\\ga','',0,'?'),('?$ O;>ե','wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ef#`P~7n','-mznNFE\0ѭ\\vqsL?Z\Z','',0,'?'),('?\':<*g Pu','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cyeנ$u/q\\I]','T6\Z.fF+hUiGٝ#Ryj*O}AYrb','',0,'?'),('?BK2?_De','wp-content/plugins/easy-coming-soon/coming-soon-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1UT[T;v*WrkM','',0,'?'),('@`uf\'','wp-content/plugins/wordfence/images/flags/tg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vto ^h','֌R+l{,eZiW׹dX(','',0,'?'),('@$\"\rf(7U&','wp-content/plugins/wordfence/images/flags/mr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%{m\\x','#ٟ vNw Z^ \"?7','',0,'?'),('@%_A \0Z\04','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VI߷`;I\n','4gj{FnW>z#Z ','',0,'?'),('@&.\Zwsݥ','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV޾3\n','6TZ|\r=4ܸ`{}_d1','',0,'?'),('@)T9+|PI4','wp-content/themes/Divi/core/components/api/email/ConstantContact.php',0,'a\'#:M>?0I','a\'#:M>?0I','@#+ېkWEŚ0 8','',0,'?'),('@+0Dn*< ~_/p','wp-content/plugins/instagram-feed/languages/instagram-feed-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$9b=\rb','a)aTx$.F- @)n','',0,'?'),('@1dJd8](;','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hi_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nHc7| ','lrI;)[-Sl?0jvA~ijf#f','',0,'?'),('@@ʹgc@Ϙs','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','સv,6c','m),-VnzDȕB=4X','',0,'?'),('@UB\0@[Wq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')cF_%','`!\ZbeXPAxHgUbo','',0,'?'),('@V$K<1*','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eޒ@*','HR5;X/=ѧ?8 0eӅ','',0,'?'),('@`.i^j','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$q*B5VA,z','k>~/ư*lVHEϽ\Z_','',0,'?'),('@a2\'d;','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cpt-unlimited.js',0,'tOdҪh櫄','tOdҪh櫄','uO}m`ʜ\ne*M\\Gj','',0,'?'),('@bHfQ\" $S','wp-admin/js/press-this.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\n}x-N8,c)','\Z䜫:H2fם[JmX4>~','m<>X4>~','~5c%ى,\"K#@','wp-content/plugins/easy-coming-soon/theme_options/pages/images/black_px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-xqDUs','S JV+b~PG\r Z\r=','',0,'?'),('@֚* A$gR-','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|zK}Mv\\B0','WtiɲgGݩm*Md','',0,'?'),('@a1 8Z<\r','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js',0,'AO$S','AO$S','\Z8Ng\"2X?9qgKC_94)','',0,'?'),('@3)-xM','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js',0,'4fL?,Fe','4fL?,Fe','$DjG$̸3GC]i}5','',0,'?'),('@0Vv(zSb','wp-content/plugins/wpclef/templates/invite_email.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z\"\r0v\"','RSde0 fYSoF4t)M\0`m\n\\B\Z.','',0,'?'),('@XD\n\nRNt','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9#dY` ','lIE/(p\0pnT-Oz\"],=`','',0,'?'),('@7o;{ ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+M`c}','c8ῑ{qrXwiJ%·X','',0,'?'),('@gegF6a,','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-commissions-paid.php',0,'(!#z@7d','(!#z@7d','5SAhp۾7l_','',0,'?'),('@p@WQW޽D','wp-content/plugins/mailchimp-for-wp/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1&lz','651 X#hU3m`\ZJDj','',0,'?'),('@X=0','wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZeSSw%z','W\"T{-Gl^,ğ;Gf1_RS','',0,'?'),('@ȀR(m֩I4','wp-content/plugins/monarch/js/admin.js',0,'30ׁlT=','30ׁlT=','@g6܂j zuEtf','',0,'?'),('@Uo|m=PIE','wp-content/plugins/limit-login-attempts/limit-login-attempts-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'7˼!ZQlvSq',']ΞȐ g9w:rT2QH','',0,'?'),('@[`X@fbarkp','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php',0,'sJ/Vj@|*:','sJ/Vj@|*:','3Ě0C*]H\\n#','',0,'?'),('@&]ub','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-12.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J$^2P','?p91O)A?\0','',0,'?'),('@;`,','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-cancelled-order.php',0,'>HJ\r-}nNI','>HJ\r-}nNI',')1t\"2QbNDl׃>nSv]','',0,'?'),('@L߯7٭kقE','wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"O^3!vO','D !%(\\ҦiV5','',0,'?'),('@҈C\Z=J','wp-content/plugins/w3-total-cache/Minify_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؕMۥ k] u','ET6*$VEXl)L3mrx1ˤ','',0,'?'),('@;5XVOZ','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g~\"J䩎','/GHhס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǝMqO','kI\"22}8jW%)U','',0,'?'),('@s@ /fDS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/OAIΗP','(,?Lxk3IHh]qW!','',0,'?'),('@Ck5V82tF;B','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ty\"WoM?',' ;iݯu].\"l񛀗WFX >','',0,'?'),('@sZ^qv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#WI\\?','<:tnkbwi& R\Z','',0,'?'),('@+T΄\'٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P|sq;','RU oH~r휢ɕ','',0,'?'),('@1fq W','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Schema.php',0,'é\rΐu{;\"(','é\rΐu{;\"(','egj4N̏lE-<,YE','',0,'?'),('A lA~i^uØ','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DX .\r\0p','fQKd$3fwh#So12}','',0,'?'),('AEOc \\!\0','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&; [E(R152ΨWy','Rݼ\"\"|ԉ?&Z(f{D','',0,'?'),('AE[`','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HsTX{B$٭6',';@0({oifKϤEQ','',0,'?'),('A\"~ی5)N Wn','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php',0,'XxRHc7qk>','XxRHc7qk>','de zec\0eg`!.Rm|NW~(','',0,'?'),('A&n6~9o+ F','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','))\rb?','m97+UmށgߕPej0EdO','',0,'?'),('A*&.vp[%}','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js',0,'@[*q>ؕQl','@[*q>ؕQl','uY|EP|٭[$qbQ','',0,'?'),('A2GḊw^^\Z{','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php',0,'O>ˡ%&gD','O>ˡ%&gD','cƷއ\n(/%AKIߋC()','',0,'?'),('A55\nE#U_ќ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/plugin.min.js',0,'viMRr؏t`','viMRr؏t`','\Z\"HkgfKSxCgZgY|','',0,'?'),('A5l\nc{{(E','wp-content/plugins/google-analytics-for-wordpress/assets/css/images/mascot@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\nfڍ`t','2S,rW)h{g0n^3v c','',0,'?'),('A?OyA/Z<','wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f!b}^pKk)','mHdGB\\$j0]O;s&','',0,'?'),('AT{n N]','wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';QJ ?`?$2r 8','C gG[|6Up=BQX[t$','',0,'?'),('A\\hEB05_k','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ach.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"j wv A\'b#',']F[)9?jtԫ._CDha','',0,'?'),('A\\.hӜg','wp-content/plugins/w3-total-cache/Extensions_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^řP#-hȁᯥ','eS҇@A}+~Am+a','',0,'?'),('Aa@JŁ','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?W#@','O])/VRnhҶ$n','',0,'?'),('Abt#Ȅ/-Ն','wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{?g&.','AuD:`PBJp?h','',0,'?'),('Ag#1ԏV]','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sʙU6 aZN','-\\=ٸ[9O~%M\nÇ36:n','',0,'?'),('A{& V>Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\ZDK\n?','S T1ik9\Z9`QxnbqP','',0,'?'),('AuPsaUs\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ASx','6kIA͌eL{%3i:','',0,'?'),('AhOWosX','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/images.php',0,'4*2~8kQ\\ ','4*2~8kQ\\ ','F|_ϗp \Ze*','',0,'?'),('AO+om','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AZ7nS.3','BF`\09l QCx.T','',0,'?'),('ADl!y1','wp-content/plugins/woocommerce/templates/checkout/payment-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t͌c;5','5<vb9luHE.hn4?뎖}?','',0,'?'),('A2szS^','wp-content/plugins/w3-total-cache/Util_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vV*\\\\&`',' m)Tr|zbp7m[<','',0,'?'),('AF^7}܃','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y:r|̿@YR','rno|DnHU5ןhZX[','wp-content/plugins/woocommerce/templates/order/order-again.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^tAlq','gȴ̓({&hZ׺*.[J','',0,'?'),('A`G\\o+z','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/shortcode_plan_item_list_style.php',0,' ^!_K n',' ^!_K n','l\Z0\'ثŒ(˙(g&dL _','',0,'?'),('AÙ}  ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ZU\\#En(P','s4:W}uq;q\'@zNFľ`','',0,'?'),('A[,#V^j','wp-content/themes/twentyseventeen/assets/css/colors-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L*!jQ=8@eS','4JKi\\C&H8oBD ','',0,'?'),('Aʾ5+GM. ','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OF\rj','߈?lsR3~ӓS\r*WS3V','',0,'?'),('Aػ#\"j','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\njP\\k]4J',';ֆd6G~m9hV jh','',0,'?'),('Aٜ\n]UmeL-\\','wp-content/plugins/divi-builder/includes/builder/scripts/failure_notice.js',0,'4Mi\'','4Mi\'','N-s4 !\nlPTCLڌȋ6Wo\\:=','',0,'?'),('A$h՝`Qa','wp-content/plugins/akismet/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h PZݢ`Ef','}5e 33mhyDQ(','',0,'?'),('B\nODt%','wp-content/themes/twentyseventeen/template-parts/post/content-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D{5۸','\nIO>fpB\'R','',0,'?'),('BFu?[h','wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php',0,'NDFNL˷ ','NDFNL˷ ','\nBuHWohY^p`C. 2o','',0,'?'),('BO\'\r2Ǚ','wp-content/plugins/updraftplus/languages/updraftplus-es_CO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d{+ 2','_v \0FxRp%vJӵIڄ','',0,'?'),('BivÿXJ3','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/save/plugin.min.js',0,' ,G/7',' ,G/7','JR$c\r>6GbCz@KB','',0,'?'),('BGF@k+ѓ~@Jb.',' %C/j.E;.3[8Ѹ>','',0,'?'),('B C5\'WKg\'','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',0,'f\n}6}CL^cB','f\n}6}CL^cB','v#mOk\"hC!7xޛT\'ċ!','',0,'?'),('B%9KhmDw','wp-content/plugins/w3-total-cache/lib/Google/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*C/@cy=r_','etޮՏ\'SO%jڎa','',0,'?'),('B%;wb8nLK','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m.ie]:Raυ','u/FwӁ5`X e\Zoa4J','',0,'?'),('B\' Ll\nABK`?','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ª/9 T9I','7\ZĆ8l8N-9','',0,'?'),('B-\0\0d8K&8','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3:y`<1BD','R','ؓoé9t#b\0^G-.X1','',0,'?'),('B5A1EAg3k5','wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}vƈZX_','m\"OL(Hy@|w0깃\ZI','',0,'?'),('B?خi^>','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/reports.min.js',0,'ž_1dknUkafVo=','',0,'?'),('Be*&l*j','wp-content/themes/Divi/epanel/js/functions-init.js',0,'2\'XN','2\'XN','\Z3|ڔ%LHO','',0,'?'),('Bj)qDS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dV`1& \Zl','ɤ=\"{Nt{\0X\r+','',0,'?'),('Bz`[\"','wp-content/plugins/woocommerce/includes/class-wc-data-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\թ6>5Y<\'','^u\\1Iez4i=\n_ar\Zx@','',0,'?'),('BnNJG','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ɛ','~','wp-content/plugins/bloom/core/_metadata.php',0,'Bk.ElU\nGn|3','Bk.ElU\nGn|3','ְm: ]7Tϱwo_[sn(@','',0,'?'),('Bc/^S3I-FL','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c)\\֫z[','?eG ktj.`杺 ɽ9s','',0,'?'),('Br*Is','wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vXN','랜\\Z=z,9/P\neH7?','',0,'?'),('CDE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}RDjƻd@','(thZ8N`ya','wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W~p㙲','Ev H:pGʦT[9ӣ\"7w6','',0,'?'),('CL`,4W{~F','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-homepage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':?]T4Xd','J\'\0B\\sQhĐ\nJ','',0,'?'),('C[ݪRTkt','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ? ٜYp','J=[e{%yBن7:z LE{I','',0,'?'),('Ca% )','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_linear-gradient.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?)$/^D','>~?&7J͹Uy%\r\Z_hk^;ws','',0,'?'),('CdQ}s_Z $','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=e@M=&;',':KТA?y?M|L2','',0,'?'),('Ciٚba*','wp-content/plugins/woocommerce/templates/emails/customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lltcƅ1vuc','*;nC*1JJX','',0,'?'),('Co+J&?Ǘb','wp-content/themes/Divi/includes/builder/plugin-compat/siteorigin-panels.php',0,'9 }Uŕ+Y','9 }Uŕ+Y',' # )^iN\"-Fk/E(䖊','',0,'?'),('CuzE#i\n','wp-content/plugins/w3-total-cache/Generic_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','um\0\0t& ','t W*vłc9;)?`','',0,'?'),('Cw̿Fr_ꄙ','wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%eȬh&\0”KT','5ֹWjCQY{Q-k}* ','',0,'?'),('CciFh .n7','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ttQ䑄yʼn','YV 1\Zc3f_\\Re%J','',0,'?'),('CEz@\"v~)','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2R۵w','Ͷ\'JKy=^|T\Z','',0,'?'),('CXC&&*[*N','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vv\\ZqEkz','tf\0;7O^Qs}Ֆf\'OR}','',0,'?'),('C_s;#[Գ!','wp-content/plugins/bloom/core/components/api/email/ActiveCampaign.php',0,'`%WTۊ.8R','`%WTۊ.8R','K5;H D2KKNqdI\0 .1','',0,'?'),('C Ǎ*qIϳ','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php',0,'6L2Ӳk1:B','6L2Ӳk1:B','|ٮYsLksi30\rvʵg','',0,'?'),('C7όw/p','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullpage/plugin.min.js',0,'޷JNUlďA','޷JNUlďA','1$ߏw\Zh^!Sݶ;!6޶','',0,'?'),('CytKFm ','wp-content/plugins/wordpress-seo/vendor/j4mie/idiorm/idiorm.php',0,'yds]5!%Sn','yds]5!%Sn','ϳg|Nh}2]#_m>o&','',0,'?'),('CؚTR!vF{','wp-includes/customize/class-wp-customize-nav-menu-item-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';jҿC[cnCDC','#gge@T\\\0TR{V_','',0,'?'),('Cܐ[3cgQ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table/plugin.min.js',0,')eEhD',')eEhD','z+BiaP ','@YzN,c\rhGlQ`{Qri~','',0,'?'),('C|QKOEQ\rt','wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ƈ\ZԘ>]','փ:N,\'gҧ#b d) ˸','',0,'?'),('C;e|Wkuo','wp-content/plugins/divi-builder/includes/builder/scripts/reset_memory_limit_increase_setting.js',0,'`3\r<;m\0$','`3\r<;m\0$','S& z2HߪPd;>Tx','',0,'?'),('C\0 lUs','wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YLxkb҂K','$˰T WՉ{%(Lο5','',0,'?'),('Cɖ^r-H','wp-content/plugins/easy-coming-soon/screenshot-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35IP','',0,'?'),('CHs|h\n-uFa9','wp-content/plugins/monarch/core/functions.php',0,'!oR','!oR','~V/2 _N% ++>-','',0,'?'),('CLLJ@','wp-content/themes/twentysixteen/template-parts/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sEE*ȷ','%\"4ӻzP\rUVJH 8','',0,'?'),('D m\nzHS','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^csD3T\\','g t( Ŏk`5͒JM5:j','',0,'?'),('Dg._{R[','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js',0,'(oT Ra','(oT Ra','&͉oEk3Ʉk_7[Q\Z\Z`','',0,'?'),('D&ͩw&Zn','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-b8јF\0','lS~Ng3<<0,vO2','',0,'?'),('D~ü=','wp-content/plugins/child-theme-configurator/css/lilaea-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{J n+*1VF','@qY{FgESEaNx: ','',0,'?'),('D@kC}Os%','wp-content/plugins/woocommerce/includes/class-wc-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\nV01PZ/','?p\rFF_\ZH_V ^z>\r`-','',0,'?'),('D*M`<','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pqB^BqOg','\"oQ7 !xsq0(ëlZH^','',0,'?'),('D-r4Ck\0]\"','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/store-description.php',0,')kA5\npf',')kA5\npf','Jq۾ͼŦkZXOr','',0,'?'),('D.AXEH]','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/select.php',0,'yGXFų','yGXFų','_6{Cx` gVw\0ͻ~fի','',0,'?'),('D.:\0SR8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(kQ|$4','EZ^`t?%o>奓','',0,'?'),('D6mer{pKO','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_?>nYxF','@ge;6\0Pu.xF\r Sּ','',0,'?'),('D>Q`C*m8','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/categories.php',0,'XO5FX]u','XO5FX]u','k#~℻L\' ~{','',0,'?'),('DBI\r&u+-D','wp-content/plugins/monarch/core/ui/constants/dnd-types.js',0,'\0Mu~4P`s','\0Mu~4P`s','H+K6CZ8evE[kN*qi\\+-@wk','',0,'?'),('DB|Cbե:i4C','wp-content/plugins/child-theme-configurator/includes/forms/errorstrings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','19IJWM','\0>,^0۶)wKeM2T ','',0,'?'),('DHRie&ئO[','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','١e$Mi%\0&-','_l=L\">HHĆ8er','',0,'?'),('D)bak{','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\{ ziP\Zq','bh$w\"=c?./@}$Z`ʨ','',0,'?'),('DõTa','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')a1?B','\'}q0&S#8 JWI','',0,'?'),('D;_[d K','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Da˱+ ','Gs|·\rM!\r\0RZQ','',0,'?'),('Dz^OV})p3','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-3.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yq ','NHCzN:!9_Q{f ','',0,'?'),('Da)\"$嶰','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Logger.php',0,'~Lֽ,Pt2','~Lֽ,Pt2','1dn$u&ήf:h3H ','',0,'?'),('D\r֤ a3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','㘲\r3a&G[','=>/_cjk; sgMwBPƦNaπ ','',0,'?'),('D1wNu<mM','wp-content/themes/twentyseventeen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ua+qѾB','\0[fquR;G9elWQmi&tU]','',0,'?'),('D\"enC[`','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#)^sP$','ૠHK51FWt=ĖE_Lr~h','',0,'?'),('E`)tz,','wp-content/themes/Divi/core/components/api/email/SendinBlue.php',0,' v[<',' v[<','B~6H0B*l\0eV','',0,'?'),('E#-v376Ť','wp-content/plugins/wordfence/wordfence.php',0,'$79R~RoF','$79R~RoF','@U!99\\}jELS|m\"','',0,'?'),('E4fu\r#R:k!jgh','wp-includes/js/wp-list-revisions.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R1\0\\ɡ>','G}nٖ\\O=k >Ã35kSn<','',0,'?'),('E','wvM(\'>','L ,ꌙ`;ƽd$\r4Й3a+l','',0,'?'),('EN# CĴ.3','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','syqFWT\rҮ','Ē ܠ5T.:{\Zk[Ze~','',0,'?'),('Eg26\Z\\','wp-content/plugins/easy-coming-soon/theme_options/pages/images/tabs_bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\ZwLС\'','#1N|l\n&me:G :jCQ+','',0,'?'),('Eh@aq','wp-includes/session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EaΠ:`Zv5','Gon^p~!wk+9KAҀ','',0,'?'),('Ei\0Cz3KYƿ,8c','wp-content/plugins/easy-coming-soon/images/tabs_bg_classic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D.R\0O/:ǖ','Am\"lu̷|<\Z\rg','',0,'?'),('EpQcTO C','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\͟s?\r','S^^+!ɇz8?Ճ7x','',0,'?'),('Er-S{b|+%','wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W1˗s[ި','lv7:Vjϵ&y\'8)Jq','',0,'?'),('Ex\"GC~2Jŕs','wp-content/themes/twentysixteen/genericons/Genericons.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\' N깛V','?ǵ_-ϟb7b\Z \' fp>UG\0','',0,'?'),('E۱gaB!;','wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-zones-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2azgyk7X','TEvpu^(\\̗','',0,'?'),('E(zRA1;eNqD3','wp-content/plugins/wordfence/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2eª\\og',' oMJ#A|ߎ(;6R\n','',0,'?'),('EcPc UFs','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-admin.php',0,'˹ˋ\nO\"zj*','˹ˋ\nO\"zj*','HV\rAZ.uֲC]%5','',0,'?'),('EgzXȐ','wp-content/plugins/w3-total-cache/Cdn_Fsd_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O]\Zk','ᛄrJEGrI$X','',0,'?'),('Ejdѕxo#','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-premium.php',0,'VW!WzD 6','VW!WzD 6','^zLYQݒD`;ç<9 ','',0,'?'),('EeJ1-a5t','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js',0,'@[*q>ؕQl','@[*q>ؕQl','uY|EP|٭[$qbQ','',0,'?'),('Ee|ګEh','wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-indexable-exception.php',0,'ÓfCC=','ÓfCC=','$/%{\"CKP~EI:N','',0,'?'),('Eq/cܹ+:a','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-new-vendor-registration.php',0,'eUi;','eUi;','Ca)`_iHn\\k6y&3>sej','',0,'?'),('Ee X͆2\Z3ry4`P1K5C','',0,'?'),('E}~M-]a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tf%f7GhBo','2W[y;\\V1jLx>7','',0,'?'),('Eݽ\'`ch#C','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',HiySU~','3\" odW/f\\6ZnZ','',0,'?'),('EWlQbi','wp-content/plugins/woocommerce/dummy-data/dummy-data.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@}+%z','\\YѠk\r򞰇>1C9\"DF$AS','',0,'?'),('EdZEZw','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?#\\KUtN','.YC#(*w_9#.#tV߂\'','',0,'?'),('EV,%,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ħý:E','敔L`;Ai^O~M:e\"','',0,'?'),('EtPCs','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/text.php',0,'}K ','}K ','j;& /=J','',0,'?'),('EI(y{R4','wp-content/plugins/limit-login-attempts/limit-login-attempts.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S.9ʿVRt','>nîea0,<W9׬w','',0,'?'),('EvupTf9a:','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j@g}m','Fc kрHĒA9gʿ443.','',0,'?'),('Ec 3$yaXz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rfqǏt٠','V\\]]*@>|z}\'\"\'M','',0,'?'),('E0fۿoi\r\"&','wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ōo8%','2K~i*nnwȺȾ','',0,'?'),('E>J2, ','wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K+\\*','C3(y\0ӡfRɩTIwXfO','',0,'?'),('E GX/S','wp-content/plugins/woocommerce/assets/css/admin.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r0\rĔus','fP3\00Ɯ+N [R','',0,'?'),('FHȝle#','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l, r%^x%','Y=_b|ʧ&f, <','',0,'?'),('F Oۣg','wp-content/plugins/wordfence/images/wordfence-logo-32x32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ۯI uU','\\9BHo>߶YSs9v*q(\0','',0,'?'),('F ~6gTJJɂ','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9KKUR','¼ .3K\nBåBCs','',0,'?'),('F\rzM#t|ԀR4','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_up.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[}IMH;\n/Gt','NN1;Cc:579프)','',0,'?'),('F\rxw~\rܱ\n','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V~f2',' XX$K+pAVF[','wp-content/plugins/wpclef/assets/dist/img/bruteprotect.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6*%+O.',',ja\"eХ!wp5H5tb`+-_Ø','',0,'?'),('F?烺[\\|2f','wp-content/plugins/woocommerce/templates/global/breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Bf=\\ 0f','[\'^3QaC,Jn^]\rs;','',0,'?'),('FCoፈj%,L','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-protected-links.php',0,'^ՊGO','^ՊGO','sŕe{`d-ݬѫ','',0,'?'),('FFvV;v8/\r','wp-includes/SimplePie/Misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y-^\ZK','[JKǺn3`,\0d,m','',0,'?'),('FH30m:s','wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xR YXݤ','m\Zcĭ][^Pw','',0,'?'),('FY$\\8^X','wp-content/plugins/wordfence/images/flags/gu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SsMϞjqO','',0,'?'),('FrNC+㿞7J',')uI>㿞7J','O%a','&J3ƌpNk(M;TЧ','',0,'?'),('F0]2peW\0y','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-3-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*}9 $H>DB','\nFogu\nOҴ^jvMMQu\nh','',0,'?'),('FsT&\'|','wp-content/plugins/wordfence/images/flags/ru.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?p2^%k\Z#','tYܱMw7il PIVhHp]','',0,'?'),('F_=^aE}','wp-content/plugins/contact-form-7/admin/edit-contact-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',fWz',';-Ǵ=\rj;Ez_ FĀ','',0,'?'),('F ?1aFc\"6','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OTx5Og','vʒÐd%46lHo#i','',0,'?'),('F\\C?Z','wp-includes/css/customize-preview-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QIRmb@d','5Q0ZGYu\n>WcZ$G','',0,'?'),('Fh P2','wp-content/plugins/google-analytics-for-wordpress/languages/google-analytics-for-wordpress.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\n\r(','9ۡJ_3&x2Q첱#ޜ','',0,'?'),('FXť4öA','wp-content/themes/Divi/epanel/shortcodes/shortcodes.php',0,'dF?P','dF?P','P9*֥|SpaHn]vpѝ','',0,'?'),('FÃ\\Of g','wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1vR','N3G\'`+R>P]Eγg/b?UX','',0,'?'),('FC˄4~.','wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' eo\n4#~}W','\0\"pGyNp~* 7n\'؍','',0,'?'),('F\'B/4{J{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]j4ɕi','PK4bu02moв','',0,'?'),('Fxb\\WZT!qY','wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?teN\nĿbw','_,:eͪI#}t=OSb*','',0,'?'),('FךԠhVqSK','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l023P','军twbn#7%b`TU ԙ','',0,'?'),('F׽Tr<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uHW_++','X+xKb^N\niEj)wy{ԕ>>','',0,'?'),('Fj8\n97T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҙ[e9\rT','+*[J}ShoJ=[<ٔAL','',0,'?'),('F,;׼I-v?','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ _=','gd]Ϸp~5yfh7-ĵQTgG','',0,'?'),('F; !~l^m','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ll8_6$- Hg','\Z2*)OQkG̗*򍵥','',0,'?'),('F܌>^K\'','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX02132004-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4E(Zr','_S^2\ZO# ܱjHE=60am','',0,'?'),('F?C;$H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I?s@8jwv ','1\"Lz4!#N5YD>R','',0,'?'),('F8*\"ڹpEm&-j','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w','',0,'?'),('F,¢\'!T','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','egJMٝH\\','%h?\nӺ1EoP/f/\ZY','',0,'?'),('F›pbuy','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\0r kJ\nOM',' Wb\\\"Ek/ohT K&A}e','',0,'?'),('Ff\"T8/./&?','wp-content/plugins/easy-coming-soon/css/theme-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0n ̙ս~c9','2Y[5t|g|oi/rbN','',0,'?'),('FRuHo','wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.js',0,'{]?êq~tT{','{]?êq~tT{','@+bp*d=},sde|pqV','',0,'?'),('GB5IQ)?','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-vendor-new-account.php',0,'Yzj\Z52','Yzj\Z52','yV1VبPtwNH~IB','',0,'?'),('GzPÙ?','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Koh+1Azv¯','X`9ǽlմ~P\Z%(6YH_','',0,'?'),('G֓=_Be-','wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php',0,'R}K\\س','R}K\\س','߆5 z<ϯ{Z*Na<& HE\rlN','',0,'?'),('Gl\'MS\n\Z','wp-content/plugins/bloom/js/custom.js',0,'^!y`','^!y`','Z\Z MN|OVɾ,','',0,'?'),('G Xexw0\\o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZÂҶA->c`','E\nF M%{a`,','',0,'?'),('G#Y@[rzi1','wp-content/plugins/wordfence/js/wfpopover.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; &m AhlMPZX',' _.V袏X4Ni_k=C3','',0,'?'),('G\'J0\r|MK','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6F7I֡/f\ZD','qXF6\'+ի\nhOtS(~qꨳ8','',0,'?'),('G\'lA$߇T:','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/text.php',0,'`,X;AMf','`,X;AMf','XEEkƢ`7FPl','',0,'?'),('G2\Zf(\\\nvJ','wp-content/plugins/monarch/core/components/data/Utils.php',0,' t](d5K',' t](d5K','!6q( G+hTGgDkH\Z]v`','',0,'?'),('G6U2\01RJ','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rDE(','nG4xƔJFQ9*','',0,'?'),('GJ ~M}JZO','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c8;ç)ua','E1tԨ;VКm\"zTQRi','',0,'?'),('GK\n-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' BPKS0','8nhT^}=\'EJP 9|','',0,'?'),('GNП>e-1vk.de','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gIz.FV:%','!G儱\0:JAQnZegop|G','',0,'?'),('G^{樓TT\\C{','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/widgets/class.yith-woocommerce-vendors-widget.php',0,'|T:.#6','|T:.#6','\'obLJӪºTDI^','',0,'?'),('Gg$\"e;V8','wp-content/plugins/google-analytics-for-wordpress/lite/includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 m5>=l}','>lZK]`\nQNiȤ\rx\0ָ','',0,'?'),('Gm:MľVLЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2I\'J9E','vGjsf ed&g+','',0,'?'),('Gq@gm屪','wp-includes/js/mediaelement/controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@oZsmۊR','sP34 5 >۲#vGp','',0,'?'),('Guʭ','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6!ڭ}p','a震pjXWn]`p!r O','',0,'?'),('Gu^/1ՁS7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bJ3֔eke\'[','{)NRK߬<ʚEYG','',0,'?'),('G9q=ʥ[3?a','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R=[;c','}nvB.ֺ\'laDasMk','',0,'?'),('GFX8\Z3','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d!lT!u\rE','j9XB{K[)q-4za!;\0','',0,'?'),('G7\ZI&:x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1e1\"X','3IhݸbepJ C@W+','',0,'?'),('Gvmǎ`f','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/wordcount/plugin.min.js',0,'%w Nx-yz','%w Nx-yz','3S7 ,ߐcGen/eJBJm$lC','',0,'?'),('GL4/z ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HexUe?CR','ȱXOҲ m]-OxX[ *md3','',0,'?'),('GQΚͣ`A\'','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⩩mPyS','%b<24!cIgc(;cD9','',0,'?'),('G9\0&&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i#҃{9N溵','^#bdޞW@قv\0arv}:','',0,'?'),('GdO,!d\\}R','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L[8>f0kf','odT&7WdZԟV\nx<','',0,'?'),('G@ϲ[2So','wp-content/plugins/w3-total-cache/pub/img/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('Geˆj:\\','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\0>}LQ\0','_U\0]q=Չf\\/ @d\r+v*(','',0,'?'),('GpF:','wp-content/plugins/updraftplus/images/addons-images/fixtime.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?P^б 8nQLm',' |@Ќ C-D?^ 1[?O<','',0,'?'),('GCNqÊE5}','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eB<-D','\'X}5=\\-\06>ye','',0,'?'),('G2\ZkcaF ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/select-icon.php',0,'>h}e7EJ[','>h}e7EJ[','Un%\" !~(5BG','',0,'?'),('G툤? {(> P','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-payments-options.php',0,'>3^2ܵ','>3^2ܵ','Fm`;h&$>݂q5Qq+}','',0,'?'),('G0YVr޼* ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';&γe!xh>','\ri\Z]\"zebw<<\ZZA','',0,'?'),('Gߊ 9ˑ2>','wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','91TVQ0','UFaDP3\ZTj%kg','',0,'?'),('GT!A','wp-content/plugins/wordfence/images/flags/ax.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fuwb̅(w\r','MI\n\rX*w$Q ̽U8T ','',0,'?'),('H>PEZ\0(.','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/module.yith-vendor-coupons-wc-2-6-or-lower.php',0,'7(d:O@)','7(d:O@)','W*s!4ݼ(q','',0,'?'),('H\']xol','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۶=m˜˜h','f\'VZ ) }>v[i@5','',0,'?'),('HF]w?yvy','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lo_YҼ','?Uؚ7I9޶\'TTŎ#ƚ','',0,'?'),('HYfUHupd','wp-includes/Requests/Exception/HTTP/400.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QnVJRx5','d> iHb$&n6p\Z','',0,'?'),('H#.ON7','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VWE:z<',')4k\'X2y \n 0$\nȒP','',0,'?'),('H$IZ_Y<','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/preview/plugin.min.js',0,'pr\'\'d','pr\'\'d','[cacFxͰ\nsE&c_OR~','',0,'?'),('H+N\nW)һy0','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p$\05FЇЖV','|Dg:MS(B\roT','',0,'?'),('H+E~}1Q','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9-ر,','sfV?bL.OoB[`4','',0,'?'),('H.Kp/sBn','wp-content/plugins/updraftplus/languages/updraftplus-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Jxx','z`bEƸU4Ǚz?\"S ','',0,'?'),('HAf,$F-','wp-admin/css/customize-nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d+,lN @d<','w2#eCV>mgv)99O','',0,'?'),('HGh\'xR~\n','wp-admin/js/customize-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P?# ﴺ*$','MMȡSu(1','',0,'?'),('Hedstj|','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF16-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AqB?AD+[','wAmv[S,9s','',0,'?'),('HnM86&CDMMN','wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KƧ-cE%','D^0Ȃ`pi=C`','',0,'?'),('HE$ ','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_outer-container.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VL)6öVdk','R#}-Ԩ?M-(XUG_','',0,'?'),('Hك','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php',0,'Ǖ\'.]#~&H','Ǖ\'.]#~&H','d^&ZdQKzvX7','',0,'?'),('H ڍQ$?9','wp-content/plugins/contact-form-7/admin/includes/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o$C\r]b2','m(M^0z\\P\0%zugw\rqrJ','',0,'?'),('Hr>\'=y','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kNc*&bԏ9F','S#I\Z1MX_f^','',0,'?'),('H@O]X+GB`P','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php',0,'j@ߖGO:U','j@ߖGO:U','_*TQc\\.2EԽR3R֧L[`','',0,'?'),('H(45Q','wp-content/plugins/wp-smushit/core/integrations/class-envira.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rb/^PAer','>A8O7ܿ#ЋP','',0,'?'),('H,\0߁w','wp-content/plugins/handheld/main_themes/HandHeld/single.php',0,'җN','wp-content/plugins/akismet/class.akismet-rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' <\0uC','捄s0ɻsy01)fx','',0,'?'),('H4?4\n\n?r','wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','au?ɽl','e]/#Q.?\r`W 7/Xi&40','',0,'?'),('ILWap&sKz','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Object.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *Gқ/!LEmæ1','',0,'?'),('IB׹71T,','wp-content/plugins/wordfence/images/flags/eh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';[eAuK','~&8R򆖅h)] x(J\\̆EsE','',0,'?'),('I$)ӄ.i\rߖ\0A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r :{yiQ(b*','\n46ͳBwcI6A#','',0,'?'),('I0S$2TB*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1̈́EW&o:','0葸\r79x1ED>軂뿾\na','',0,'?'),('I6.:\n(i\0B','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\ncUKXJ','I/H09)wzR=ugHN','',0,'?'),('I6U\r73p','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<|7b','_^F\";+r&Z~ӦQ|5','',0,'?'),('IF`7TYf','wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%*T*`','289vu3n C2sv a/','',0,'?'),('IW`/ΑB]q<','wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QDd','ob [fOu}=ynx','',0,'?'),('I[\0}i ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'N@ZtTa','ENFϐM1YP\nI39*d','',0,'?'),('I[*$^أ+','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-pointers.php',0,'O/E\Z< ','O/E\Z< ','|#=8WM 7YȆ0W|/4I\nq,Up','',0,'?'),('I^ysN]*_','wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php',0,'M=O*5w','wp-content/plugins/wp-smushit/_src/js/frontend/public-resize-detection.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Б;&Es<>','9$||xKr#v(%','',0,'?'),('I}9Lg ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-PV=lAY','KAtYKLRb]q3iv','',0,'?'),('IW!jd%m[ C','wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'#BYg\"tO}','נ<\r:cQ}[J_>2','',0,'?'),('I:Bs#@','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','taMm?%,=tz','5Cz0ېu XI!X处','',0,'?'),('I5j_&oN\Zy_','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Äja2nvWWcf','P ;4|ѶN0o0B6W','',0,'?'),('IP:]}M\05','}ʖw(eWlsKl','',0,'?'),('IJw\n','wp-content/plugins/wpclef/languages/clef-ja.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<̒AanX~','\\U<]B\r|t ?.ׇ\Z\"S;','',0,'?'),('I~\ZuȠE','wp-content/plugins/woocommerce/templates/myaccount/navigation.php',0,'QV%t仉E0','QV%t仉E0','G޵k.Q`>]Ӻ8&h','',0,'?'),('I%f\rX>J','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/noneditable/plugin.min.js',0,'(Va8tS+','(Va8tS+','7g\"j+9a \r \n)5Y','',0,'?'),('IɋCK<c給','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/select.php',0,'~Ipкi&k','~Ipкi&k',' uGvy*tm4}+/]#dKSoiA','',0,'?'),('IpmdWJ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rdt% *n',' Gs\0g_tȊi՟R\\! ','',0,'?'),('I睤w\"H`篞s','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-vendor-quote.php',0,'C fx^\"','C fx^\"','*RsL[+<=A;]=','',0,'?'),('I簽VmFk8','wp-content/themes/Divi/single-project.php',0,'`8iڿz','`8iڿz','^fG.)+V}7̆9','',0,'?'),('IV/6s ','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\0J&;sv\Z\\y','vLfviv(?ܶPqCo','',0,'?'),('IV \0y','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_border-radius.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7:MxQ\r:*sG','{-C/A-3E}?fM','',0,'?'),('IűYm','wp-content/plugins/updraftplus/images/addons-images/incremental.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WگĊnNLt','v\\z\"|gz\0դw+$<P','',0,'?'),('Iqt5GmƧ','wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UeZEKx?r L','d$)o^`? ]%nIb','',0,'?'),('J%.~—ql','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53\' pdyY\n','[-ͅ;&u!`O۩Lh','',0,'?'),('J f3?_rC','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJvۢ~y\\','nD _;!GםcV0M9i=','',0,'?'),('J E[7U\Z~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z6տua','^Sۯٺ','',0,'?'),('J?4Yh e!>O','wp-content/plugins/contact-form-7/modules/submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d7p)53+}','wdi\naBlYlo7|mie80j','',0,'?'),('JPnG_T$l','wp-content/plugins/bloom/core/admin/js/core.js',0,')vjYy\"E',')vjYy\"E','|fĚ!rc7`: ','',0,'?'),('JS?Hm0saQ','wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rSh9S\'-sR','ca挰6 /חKp 8eѴFlD\Zś','',0,'?'),('JTgk\r/-!h0','wp-content/plugins/easy-coming-soon/theme_options/pages/images/message.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g%B4;\\#',' @Hb ;=r?C1@0äE','',0,'?'),('J[/ϘoߢB X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u0ʛyb8a','pWX]\\DE!h){go@v{oS','',0,'?'),('J^lrl?f{;XֽH','wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WGK!','Sm [c\ZdfiTBǸd܍G','',0,'?'),('Jl23J^\r@D','wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n9Aף`e','|ځNOJӶۮ^5}*','',0,'?'),('JtUuH}Tesw64','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/tab.php',0,'<إA','<إA','Mb6\r;\nV+<F','',0,'?'),('JuG`a?_O&','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$L3Rד','@iy9z]tl}ʾoa 9*','',0,'?'),('Jwޏ.?','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jt}Vf\\q',']9@\Z+yUV I ','',0,'?'),('J{ֹZi^ùxI','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oVh ٨\n','*unEWu)e]xWW}<\\ ','',0,'?'),('J+iJ%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z]\"/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1RWÔO[J','bOQwùLѠâ9Qlrl','',0,'?'),('J:?2Rz','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce.min.js',0,'\ZF1R`','\ZF1R`','B\"1Dp\\1dk7Ƶ6&','',0,'?'),('JjH&K5u','wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$PE\n!\\0',' RcyֆKq8ZeNQ\'Zπ','',0,'?'),('Jiw+u\nQ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/text.php',0,'}K ','}K ','j;& /=J','',0,'?'),('J eZ띀( eP','wp-content/plugins/bloom/core/components/api/email/Emma.php',0,'Ma#Gjl0','Ma#Gjl0','G] l SBm\nIU^ ;','',0,'?'),('J4*xd[˝=','wp-content/plugins/facebook-conversion-pixel/includes/deactivation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','19DDs','o,T\\ܵÉ=y\' iQ','',0,'?'),('JB>ZIFC','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?d5O/qX','\'z*spϺؓ^ߧ\0\n','wp-content/plugins/updraftplus/css/updraftplus-tour.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ɖ1|0ou','3!c\\ ~0*ǀ6 C','',0,'?'),('K;~\rR\r-','wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')s䆱','5I8l}]]zU=','',0,'?'),('KCG6Χ3','wp-content/plugins/child-theme-configurator/includes/forms/zipform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S,=us#Y','[cgX ꭍ4єqwɀ','',0,'?'),('KD4K&\n>','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2pH3Hʘ','Fc*G_p0gԾ\"pD 5','',0,'?'),('KJewmRN','wp-content/plugins/wpclef/templates/js-templates/invite.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b͢','\Z$º8q\Zaշld aۚy_FӚ','',0,'?'),('KR\r+\"!St#}','wp-content/plugins/w3-total-cache/Cache_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>qEQ ZVpN x','R94Z%]9h7D9\\݊uXW^a','',0,'?'),('KZ[f:R','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r>\'[zquM','`\'ӭƀ˞O02U &h^i','',0,'?'),('K`d1RׄyZ̊','wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-921.min.js',0,'P!lq\rWd','P!lq\rWd','(Êzu\\McK+]@p>34','',0,'?'),('Ko9\'5쪘','wp-content/plugins/wpclef/includes/lib/utils.inc',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jt0;D%O_]','ȿTRȄnVc\0EdMJ','',0,'?'),('K}װwU\\','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wl3w(r','ڤ~B>wYrw:O\r?G','',0,'?'),('K\ZifS&','wp-content/plugins/facebook-conversion-pixel/includes/api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʱg-+','EYlԲjFpASa','L\"CM>Sa',';q\\ϭ_\Z]rZ[E)','',0,'?'),('Kߨ)@\Z-','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\']{xN}','Sh);ѩDJfvṗ','',0,'?'),('Kc#2s/(\"','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`WIK\'2','| p+`EmΙwM\"T&\"\"_,L[','',0,'?'),('KKBB2~Kt','wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-fca-theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j&f1>,\'','} 9gc%oʇ>xH',' 7h$҅ l\"jrQj','',0,'?'),('KƽP\\`Mr','wp-content/plugins/wp-smushit/app/assets/images/smush-promo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ld  ܹ\0','%SF^3E n3,cl','',0,'?'),('Kɕ{X$','wp-content/plugins/wpclef/languages/clef-es.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u [нKO','5(ʽ\"=c]l?X+)','',0,'?'),('K٠];\'Y2','wp-content/plugins/woocommerce/templates/emails/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sb`3D','ū~a1w P\r !Qˌ\"V8h','',0,'?'),('K9Y*0u\r','wp-content/plugins/woocommerce/includes/class-wc-product-variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-)x)lBn9','B>T&̷.Kvy2\"','',0,'?'),('K$3~CB','wp-content/plugins/instagram-feed/languages/instagram-feed-fi_FI.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ym.?@bP','Ȣn%Z>ڇ kuޱK\0f+K','',0,'?'),('Klb\\1Y','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#瞻!\'%8','̿.o]0!RI凁@ޙ4Ll','',0,'?'),('KC aٸ#X','wp-content/plugins/w3-total-cache/Util_WpFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& =bv& 8','&?GQk@\"X~^H6k$s','',0,'?'),('KȢ*hIjR<','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ý>|@1Pʿmb1','ϑ\r0&@<P j`j','',0,'?'),('KW&\0\0K\06G','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+QSWm@~Q','ҀO֜\04̛X%,~@3','',0,'?'),('Kbadr^\"2','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cԘkwoK','4Bo\nyPgdܦ1jj\Z','',0,'?'),('KK+2 aeZe','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/(cAQ\\S','l%ǥ $D9biOa\n','',0,'?'),('LNku#agn','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sep.php',0,'@=8k','@=8k','y}y=,%Of>C\n=7:Vޒ','',0,'?'),('LjINz','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oz*i:I2TRm',' uqI\Z „FqaE67DZ ','',0,'?'),('Lyya1$','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/commissions-unpaid.php',0,'f͏܄FB','f͏܄FB','#%Vq3\r| /3w\nlH ','',0,'?'),('L<#\Z}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9KM:Tf9',';TO`(6,skZcR+','',0,'?'),('L0 cl~;jid','wp-content/themes/Divi/includes/builder/scripts/waypoints.min.js',0,'0೏ey\0C\Z','0೏ey\0C\Z','(-xf\"e2`K Q1=M','',0,'?'),('L \'VN{S~b','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php',0,']2GA',']2GA','.w?[\rͯ&*ۄ7V6O0=0$','',0,'?'),('L#/۰*3\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OJ_;N 8+','_̲c5(hkh!\r U*D','',0,'?'),('L$IOn;\rZ ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','11Ja\0\Z','26| OȻ;&;A|Q@6_Z6','',0,'?'),('L(n9[2C6','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1p9 9~','DMV!zlۖ\\̉ jU','',0,'?'),('L++0O_j','wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.min.js',0,'(B| br','(B| br','34}ؠc \n̎}1+n8y','',0,'?'),('L2k\',JmG\ZOA','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_dark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>%  d','扽 4>.@/x TX\0','',0,'?'),('L9PX{{E','wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php',0,' %~3ׂ&N*ӕ',' %~3ׂ&N*ӕ',' \\zQ햌HO11|fCIߖaT;','',0,'?'),('LB#FZj(\0','wp-content/plugins/easy-coming-soon/theme_options/pages/images/png.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sk˭','|4pgevd~Oi@E\rԼ','',0,'?'),('LF.O. ','wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx aЁY U','u}쑲XTm\"8V?Hw=q','',0,'?'),('L[LA $8);','wp-content/plugins/wordfence/images/flags/pa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\nrg@]','wp-content/plugins/monarch/core/components/api/email/_MailPoet2.php',0,'N`,x q','N`,x q','= ۢظ8]s&M$̽<]PO','',0,'?'),('L^DrMo]','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B-KъH\r*','|cge[#k^bkz[','',0,'?'),('Ldh?چ?[','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KifC+~c','>2Lv:NnDuR^__Sp!VL','',0,'?'),('Lf\\eK','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{@;LnUr ','7%2Na-% e>~xr<','',0,'?'),('Lwf xΘM','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','שa_}Gֶl','H[μCQH*EBR\rrt.!=Tx','',0,'?'),('LyUNu@ﻵ','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:Zsw8','_V-ǦHXȘ>','',0,'?'),('LzZ#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=0HZ','adaK9\"\nz! C{`bJRz7|','',0,'?'),('LzNn0(^)l+','wp-content/plugins/wpclef/languages/clef-ko_KR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_-\'c\\:','l~AĦ9 Ef,Qiɳ-','',0,'?'),('L|ewEC\r)','wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':;].$QN^','eՋ-Fٰm&Xtϱ\'5','',0,'?'),('L3%&7&-^S','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel.min.js',0,'p>v+ K98F','p>v+ K98F','z8ĂAdm, rmκ|fbaM^~','',0,'?'),('Lq?޻>l~','wp-content/plugins/divi-builder/includes/builder/scripts/ext/wp-color-picker-alpha.js',0,'8jsyQȋ','8jsyQȋ','>9`E\'=ǰ','',0,'?'),('L<\ri{ŻOz','wp-content/plugins/woocommerce/i18n/states/IE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߳\\s\Z','\'`OB2H4)8m','',0,'?'),('LsA\0','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_hidpi-media-query.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ M+}G ','yq //*=Z ','',0,'?'),('L!n 90','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/hr/plugin.min.js',0,'\\#%Z,3I8','\\#%Z,3I8','c;,p^oj{kOK~MaV','',0,'?'),('LGE$74','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2,E4lCA',':8\'Ii`7s0pL','',0,'?'),('L\0gL댚','wp-content/plugins/yith-woocommerce-membership-premium/includes/admin/class.yith-wcmbs-admin-profile.php',0,'_MI/DϺ','_MI/DϺ','kx3 ࢿ$oAˁ3gQq','',0,'?'),('L_kC9?Tւ\n','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n7Pc.b~/M','A5|`A\'(*W_~n$','',0,'?'),('LA9H`뛘','wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n=\nLJk\"e','. T)X\'T&QLiCJ <','',0,'?'),('Let\"pc( e','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.F5lc','՜Nl3 ;Cx^5 . ѤժE','',0,'?'),('LeZF%é','wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\0KW#TP#[','FB.)9QZ깧w:*:v0','',0,'?'),('L&tJv^[\\j','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-commissions-list-table.php',0,'W\r @','W\r @','Rɚ_V\'>8gZ(=wbӵ','',0,'?'),('L74hwYMn','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-featured.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?bybc','lZVr P$ܸtkd@9z-cN','',0,'?'),('L0f','wp-content/plugins/mailchimp-for-wp/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(cLq?','a8:)x O(\"^lY׎P#','',0,'?'),('L\rȦ:nh\'','wp-content/plugins/akismet/_inc/akismet.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7İ\\̱\"2m','qú٫&UzHkoV!+lVO','',0,'?'),('Lϖ\0y\"P','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v|','&Y@f\Z{y=F#Fsaͮ','',0,'?'),('LwNwp\\[','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/frontpage-options.php',0,'7Y|ߢ^','7Y|ߢ^','  \nȱ1/\n&Lu','',0,'?'),('L>tN','wp-admin/css/colors/blue/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Iהg,)ZYM','\\kS뚑n wW !*~v','',0,'?'),('L)a$D-ӮJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ϲrJݻH?','pНSQع\Z=`tJ&','',0,'?'),('Mzt/i]Z','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M~#]Ek','f~=qTV/3OK>X','',0,'?'),('Mz/ͲF\Z\n3','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-walker-category-dropdown.php',0,'-`jn\'DhL','-`jn\'DhL',';WfBo2:\"Ț$hJţ3','',0,'?'),('M-H](6~`6','wp-content/plugins/wpclef/includes/class.clef-network-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','έtyf5x݆ ','V:##L]޵Ve!gm@J>','',0,'?'),('M0yҎ8\Zt','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/curl_response.php',0,'CMmQ3tI U ','CMmQ3tI U ','O=݃Eorp^[\' MǸb?c','',0,'?'),('M1xꩬ^Ѕ˅Mf','wp-content/plugins/w3-total-cache/Extensions_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PE','\'̐`%_\0cR@fE','',0,'?'),('M1 Zg&\'ѫ','wp-content/plugins/updraftplus/includes/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TpF8\'٫Ƌ','巧?|ap4x`ȷ,yP%\r3','',0,'?'),('M5Og? OeN','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>ܽm׽KEU','g-Zú7x.Au< Cm','',0,'?'),('M:y 9׽i','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-orders.php',0,'lE\rMYݧh','lE\rMYݧh','ێ%J5bp\'g9zlQ\n7','',0,'?'),('M;,^Nj','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ዿa*.Cq/N','IٖKJ\"tϭ^b_[#fK:O)g','',0,'?'),('M?,5*K*f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cϖe!q','؎h9x\ZnRP7','',0,'?'),('MO{a','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~s8F','iXSfjA l6VN=8*vahV','',0,'?'),('MW :ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eqd2u\r','g(1X{ [].TA','',0,'?'),('MW4Mt&','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/html.php',0,'*sgfѭy','*sgfѭy','}x:R3gSD&EH_9n`','',0,'?'),('MYG\\tX/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{t;VoT0@E','a(fGQ\rк´Fad3KNU*(','',0,'?'),('MZn|/1m9e','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CM=ɌfaN','ڐs6۲0g}O::#B\\ /I_eU','',0,'?'),('M`&L Du','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/colorpicker.php',0,'JTArTf%e','JTArTf%e','j4g39Pw8ޕmCx','',0,'?'),('Me0p{+1WY$','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_CN.GB2312.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WQ $,W.,','LJDpbi߬}l bFhy','',0,'?'),('Mk> ttg','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-vendor-store-location.php',0,'4sgz\rn','4sgz\rn','Ses8Tz(k\"ſJ4','',0,'?'),('Mtm@0IU*T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UUx3Je)&','xꟃEHU iOX32','',0,'?'),('M~tA1,]!Hr','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-box.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ofVmzצ','ln\0Y5n[i?62','',0,'?'),('Mϩ,ҁXGK','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ڵ@q\'=','uKٍWaK~~\"*','',0,'?'),('MDj^','',0,'?'),('Mcجخ; ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Ma\n|/ YY','sOi2٨9wa⤅W','',0,'?'),('Mw^rL<+Dd','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l`\rtiqZ',' &/z#E7M>f/','',0,'?'),('M*:i1N)w]HD','wp-content/plugins/w3-total-cache/pub/img/white-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nʼn!9źNN','?*NJk~!xYM\Zsvc','',0,'?'),('MР\0A9Q+','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\nȗMi','ÓsFU*ISAkkX26{թ','',0,'?'),('M`>W*GĠ','wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php',0,'bL}5{ n','bL}5{ n',' ˲;ʯB\'l@ytccn!`^x','',0,'?'),('N@| UKwO3','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode/plugin.min.js',0,'sFBe{Ϝ','sFBe{Ϝ','fzX10o%O{0`\'.|','',0,'?'),('N@+C>U','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\'Ӧ','2^8oUk;/X1p e z^','',0,'?'),('NOKa~; l#,','wp-content/plugins/pdf-embedder/pdf_embedder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B|T!c)HM','R jSTi{лd˕OB?','',0,'?'),('N_==ө','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H׭I\0v','&3[X.I%\"`e2uz>','',0,'?'),('Nu.N3XT ','wp-content/plugins/wordfence/images/flags/lk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FqO.aA','A@1TVD:~!Eu>*8?\0\" ','',0,'?'),('N|‡Jвznsw','wp-includes/pluggable-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cd\0~5j','yJ\n#xtT/zWk՞ab','',0,'?'),('N,9gذ~;5~`','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/onoff.php',0,' iANДΎu:smk',' iANДΎu:smk','2| }\0Zۺ.vʤu9mn','',0,'?'),('N4Yy߷','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js',0,'\"h[ΫLMՋ/v','\"h[ΫLMՋ/v','>\r=jyp}wcv\06[,c%G','',0,'?'),('N3j@pu5^','wp-includes/js/tinymce/skins/wordpress/images/more.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\nm\0;˫z','$vo^U A\0:\\Cu','',0,'?'),('NCɂF=>\Z','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9^jw&A','n,z|lQ)lcJoB<','',0,'?'),('NKa]Q/','wp-content/plugins/updraftplus/methods/openstack.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Li8{va','my<0wzzކDr#','',0,'?'),('N妗痿p<','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKscs-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>n!nBI','l','wp-content/updraft/index.html',0,'vET-1l0h','vET-1l0h','ȹ;k\Z!cnuMY-uo%','',0,'?'),('NMo¶`R8','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/functions.yith-vendors.php',0,'N_9\r{','N_9\r{','|m֬23)Z.pZmb`','',0,'?'),('NަgCI:','wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$g_3Kd','\r?6`pR\\njg㰋','',0,'?'),('NE\\|JS','wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php',0,' =L\\سtH',' =L\\سtH','LJ|.@CKtt5','',0,'?'),('N3I՛;$','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K/ ̇','L+zNDE\rvcg0q\nMu','',0,'?'),('N<\\_ȴTy*','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n \\F\'',':|zB=9Rd^{jdׄd<','',0,'?'),('Nۋ[d,Y','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-variations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(&Gc<fӠz','{y ;G~ۊ*E@q ȿ=','',0,'?'),('N?An','wp-content/plugins/wpclef/assets/src/img/invite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CͱUڟ#y','$ͤmRN\rbSk3҆w(s','',0,'?'),('NHV }4G','wp-admin/css/customize-widgets-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`%56@hI','\r~+h9*!\'b4t','',0,'?'),('N^.Ñ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm314-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BfEp','01V;@cEX+4[KXm&','',0,'?'),('NY]5(bП','wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q^t4/Y}-','zŷeMԪydV{X):','',0,'?'),('NI>u?sKF','wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php',0,'jMAT~','jMAT~','[%B|h$ُS$l\n','',0,'?'),('O1B])eª','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors.php',0,'LٸЫ0\'v\Z','LٸЫ0\'v\Z','\Z\\/C7 y&pgtB׭','',0,'?'),('O S#Yiv','wp-admin/includes/class-wp-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͨz\'X2&',' ōQyŅDp5`ږi0','',0,'?'),('O\r8ƳsO','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VwP3Pi_DGuC','j]7Jtwῑ(2(܄Gq','',0,'?'),('O_gHgM|A','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4p%3v','7ab2>xs\"\"PP/5','',0,'?'),('O =(:< 1F','wp-includes/class-wp-feed-cache-transient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-3ǫ\"','gY&?Y\";he\\','',0,'?'),('O\"l!nM_','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php',0,'pN[iΖ','pN[iΖ','.xw\'r]Ӹ[L; #Mb_ \"B','',0,'?'),('O%.}^lLuT}ک','wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8>͟рx','.<\r*ѽcdGVL1','',0,'?'),('O*3]P0K','wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-compatibility.php',0,'گe˙:ICBe','گe˙:ICBe','!^wY)Wziv{cYZ26','',0,'?'),('O35IzWY','wp-content/plugins/easy-coming-soon/theme_options/pages/images/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Xweܯ9aLb<',')M-R=.\'ޭHy;)Q','',0,'?'),('O3RycX|','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_option_classic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('OEA:)(N.ɹ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TM*c4E-\'a','^VĿLPp1Ye#C)','',0,'?'),('OFV8իan\n','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Hello/World.php',0,'qE\0O\rG14D','qE\0O\rG14D',';17q6v\0o>t[=)QR%\n;;','',0,'?'),('OSR\\78U','wp-content/plugins/bloom/core/components/lib/WPHttp.php',0,'2qKr\r','2qKr\r','8v(HFP.\nOZ/','',0,'?'),('OỤq\0S, ','wp-content/plugins/monarch/core/components/api/email/Infusionsoft.php',0,'96n','96n','BU&]ɴ ?`M7V$c','',0,'?'),('OW)ޥ7g','wp-content/plugins/et-shortcodes/et-shortcodes.php',0,'4Q\"&o֓2','4Q\"&o֓2','|Dr]ABA(8np\0','',0,'?'),('Oa+','wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php',0,'>}{m-\rK','>}{m-\rK','fe8ҩ[Z@=._uŰhjpi%(]lC','',0,'?'),('O&r蓏 ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?D.zup#ڔ','t:.Y:%G_إW7','',0,'?'),('ORrD?','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'s{ i','׵*RBEK^vl;nX','',0,'?'),('OX\ra87vb','wp-content/plugins/updraftplus/includes/jquery-ui.custom.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Қr~Sj~','g RM@T)hn2','',0,'?'),('O?s\ZK?','wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php',0,'8H\"$ge9','8H\"$ge9','j$!8t2t>sh\\ \"H~NjƔ','',0,'?'),('Odc=X10wE=','wp-content/plugins/divi-builder/includes/builder/scripts/cache_notice.js',0,'Q> b','Q> b',')s$פ=CB|!\r\Zb߱','',0,'?'),('O:23F`,(2','wp-content/plugins/wordfence/images/flags/re.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ph,,i-\r','sk/ǎ_:BgKH\\L','',0,'?'),('Oy k b','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R#ˀӓ<:8G','ds,SS#tf\' {a','',0,'?'),('O@=A?q','wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^.{U8','J[q/C(N0Lٖ55 0,','',0,'?'),('OhuG&\0L','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'**x','=!˾w U34To0VhoF','',0,'?'),('OSR`\0','wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[t:KFo','W-i^\'`^vN)&O iL=','',0,'?'),('PM9\'','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*_\'6>','Т-]}jO&\Z I hv%','',0,'?'),('P sm\r-t\"%','wp-content/themes/twentyseventeen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qց[VkS','jif|\n<_\rFvv`b','',0,'?'),('PE۫7r|oI6>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cݾR^{3&','͜QI{x!_+\0 fd*\"֞','',0,'?'),('P&_#\'zT s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BpjhO^c\\G #','LTҘ$xDs^h_!kC\"1\'_','',0,'?'),('P&{C','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@-}C3,7','~>K@h~\'\r7DNyLr','',0,'?'),('P\'(?+z$','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','÷TF S','!Sr!0 ?xl','',0,'?'),('P079e','wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php',0,'\Z>nI','\Z>nI',']bA #\"\Z0xs@','',0,'?'),('P3hC1zo9V} ','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php',0,'j`S>E=,','j`S>E=,','oX]XOMNv& ','',0,'?'),('P73o \0=','wp-admin/js/word-count.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\4;n1BRzQ\n','u*4Iy^xj(w{NM=','',0,'?'),('P@\ZF.4[','wp-content/plugins/et-shortcodes/core/admin/includes/class-cache.php',0,'oEBBb(','oEBBb(','\ZX8GQI(\n\0zuN','',0,'?'),('PJ~]; `y','wp-includes/widgets/class-wp-widget-media-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ysbl˙\\!','*bP[?X~Bo^[RD7|7ch;o','',0,'?'),('PK([-F{Xj','wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȄE,75E`L','v7P.\nGO|TAJIE\\I2','',0,'?'),('POwwHx7','wp-content/plugins/wordpress-seo/frontend/class-json-ld.php',0,'#Z9@p{SN','#Z9@p{SN','-\'PX*\Zu>X+EVCQaq=','',0,'?'),('P[7د[2t!G','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-10.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g%p1%lp','pb3E%%KI5چHHa(','',0,'?'),('P`O-OUH','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_HK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ţ kH]s/E','{!ҷg4/zK)8&`NP','',0,'?'),('Pc/o5, ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wDFӉ6','a|{a[\\ߚo?i!^$t','',0,'?'),('P.{+&\0D;;','wp-content/plugins/woocommerce/i18n/states/PK.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eSnՇ箄','JmxI\\-\'f\"ܞU\\G[w ','',0,'?'),('P;_kR%kݰn','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';b\r5E','61E)\riJK஫/@̋e*','',0,'?'),('PCDF>@ѭ','wp-content/plugins/w3-total-cache/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\rc,','C+!\rBO|rWJVݙvOQ','',0,'?'),('Pizta}a','wp-admin/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c}F[','ο-/<`rmy\n+# DT','',0,'?'),('PWKHZzg\rB','wp-content/plugins/wordpress-seo/admin/links/class-link-watcher.php',0,'x  83','x  83','ȋu:#^̙Pc2','',0,'?'),('P;eJc8h','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_fill-parent.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',9V','e\"GnbJ@=0','',0,'?'),('P⩣-ƅi','wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m8O@d8/j','RUe>/j','H5$SqTl/K[]V\n| ','',0,'?'),('P@;b<\nc','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j2\"\"ާ S','d!o9YXcCxm\\ c','',0,'?'),('PM\ZI̸ݭY`r','wp-content/plugins/wordfence/lib/wfHelperString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OVFaDV44ܪ','2-7na5A>cִ\ZNA-p{Qn\Z','',0,'?'),('PJ1h|r','wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php',0,'h5\Z(\'?','h5\Z(\'?',' eɆQu@6 1; ','',0,'?'),('PReYX','wp-content/plugins/wordpress-seo/admin/links/class-link.php',0,'VKM>g','VKM>g','EBI$1]Tz4x4\r3','',0,'?'),('Pʻ8&X/& 0%','wp-content/plugins/w3-total-cache/inc/widget/latest_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yIj|','W%+TC/:;[j֓\" oۄ[','',0,'?'),('P`D#|H!-u ','wp-content/plugins/updraftplus/includes/ftp.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɳT:v\"x\"','>qq l!9Y\\ Rb','',0,'?'),('P\ZjrqF.Ŧ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/categories.php',0,'XO5FX]u','XO5FX]u','k#~℻L\' ~{','',0,'?'),('Po[X&:vW','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\r>˚VDV','l z%; zPQgܨlb','',0,'?'),('Pp4!Iai','wp-content/themes/twentyseventeen/assets/css/ie8.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/eCQkuCwv','q AVIB₏.;\0s`jM','',0,'?'),('P1$\\*C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#SM e.^','[耿_(\rhYTqZ','',0,'?'),('P0EAS>5O','wp-content/plugins/wpclef/assets/src/coffee/clef_heartbeat.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xP*ꊊ','U.H! nh+H~5#s“','',0,'?'),('P0aRz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/=;=>G=','Lj磗ue*S + tl&I,TÚ]','',0,'?'),('P5Vb','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o$1/IP','h[Rd ¥).#C','',0,'?'),('P՟5$sTt ','wp-content/plugins/woocommerce/templates/loop/price.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A/qĿDDe;',';F͓Υ~ +<^/M -p','',0,'?'),('P귃qzJ.5 ','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php',0,'Z^ õaCCc=','Z^ õaCCc=','`\nk&@\r GdG}xy\r 1','wp-content/plugins/wpclef/assets/src/sass/neat/_neat-helpers.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L8tF ','PzdD5 Vñ )]89/ B&>E','',0,'?'),('QuoPX\0Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=,(\Z2cV 8','rqMCY&fp3@-5V{B..S','',0,'?'),('Q\0<:&T]j','wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t0nL','TxI\0oyl{.B','',0,'?'),('QUV%d {6lI','wp-content/plugins/google-analytics-for-wordpress/includes/helpers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6C pO=怊/','|{rTėLhf_,Q','',0,'?'),('Q.izU/Q>','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9#w>ò7~օOP','_tI(2 xn6G,<','',0,'?'),('Q4%z>*I','wp-content/plugins/wordpress-seo/inc/class-upgrade.php',0,'%L`j6W$','%L`j6W$','vajL*=wHZeG5Jý$(Q','',0,'?'),('QK\0H0 E','wp-content/themes/twentyseventeen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']E9|?>r;ή','fC#za/ؽVh{۞ܷxA','yL jOhGY4\rp+,','',0,'?'),('R\\SC|ju9A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lX{񁛹U]bT','ШlH9Onv=+F>\'\Z|','',0,'?'),('RSlҨ','wp-content/plugins/child-theme-configurator/includes/forms/theme-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oRT[2','f+AHz7RN \\fK`:','',0,'?'),('R:!ٺ`\n','wp-content/plugins/updraftplus/languages/updraftplus-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W#I2m3','?ٴ͍Ɓժ~QD2K}','',0,'?'),('Rp5Si','wp-content/plugins/wordfence/images/flags/iq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\ns7','ۯp^G%)W4Ï_:Kclإ','',0,'?'),('R¥Leq &','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3)()ݰ4}\n','g ^','',0,'?'),('S\0fC<j=','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/textpattern/plugin.min.js',0,'A;({wC','A;({wC','Ox]vd0 =™G3>2%̣','',0,'?'),('S!wnN7M)m]e','wp-content/plugins/updraftplus/images/icons/folder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\0!T<\ZA^0','3QAr(}l藪6\"|lL@','',0,'?'),('S\".8\0VۀN~','wp-content/plugins/divi-builder/includes/builder/class-et-builder-element.php',0,'n8@&@)-p','n8@&@)-p','UHMX\\{B;씄XD3ާD_9','',0,'?'),('S$4dyf7oyJ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-0.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f%RVgAz.w','Z\re\"zK©X[8d','',0,'?'),('S.FȫAj(:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\nޅL1AWb\0','\\T8ifQ0\Zi`Mx','',0,'?'),('S0־K/17u','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}˪29Zh xi\"6','1V^F7J<\0MfXRnϜ5','',0,'?'),('S2C?)','wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BDV_','7ҡD\\wt\ZDلłN','',0,'?'),('S:i^+','wp-content/plugins/w3-total-cache/PgCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9JB*r|h\'d','fƐx QoV{w>SZo','',0,'?'),('SAL&L걂=','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality/plugin.min.js',0,'nH]H\rcV','nH]H\rcV','w()D~ұ2bG4G:V$˜_$','',0,'?'),('SOz2A &Ut`_','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/add-product-vendors-taxonomy-premium.php',0,'qveȍ_.m','qveȍ_.m','/8MB#y<pDZ2ȀL8H','',0,'?'),('SX+71?-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z7eQ%K','!@X7JŃp3K;S*!L','',0,'?'),('SX/=22ϲm','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-settings.php',0,'S5 /M3K,u;','S5 /M3K,u;',']\nf|<N,=Ωhz dB','',0,'?'),('SkT$i;oc','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʖ DY','DdC:160\rwʍxks-x','',0,'?'),('Sl-4|\'P> .','wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J>zh\n','o`o0ă&ϡrpF3κmx','',0,'?'),('Sp>WrYE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lp%,2Ѥ','D/@ZC2[ZpƦmZ`','',0,'?'),('S f ','wp-content/plugins/w3-total-cache/lib/Minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('S-\n','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@KV\ZMtp ','jM~]H2Mǰ:Ga<^pHް','',0,'?'),('S{a*( e','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/commission-view.php',0,'c\\tP9;Uz','c\\tP9;Uz','*׌$A.m$TY\'߷mS','',0,'?'),('ST+)ΜzOڗH~}:JA','',0,'?'),('SotWpQ+ȥ2','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mn)iOX!','߹2 MY=;_|Lz 4S6','',0,'?'),('S;EOl9L','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/metabox.min.js',0,'˷3,7m|','˷3,7m|','+|gԢ+\'&[4hzγ}.Y-','',0,'?'),('SV2#}E)','',0,'?'),('Sn H}Gay','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Exception.php',0,' q0BEWyL',' q0BEWyL','!y e>\n]T5Ep%\ZFx','',0,'?'),('S~21Iy-','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!(ʵz XqTW!','X$ߺP\"L3o%:W^X52/','',0,'?'),('S|d]206','wp-content/plugins/woocommerce/assets/js/admin/reports.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HSӑٰ','|uo,qlK?NQ3w J\n\'ln','',0,'?'),('T\\Ocp\n\"\"','wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Ui)vJg@\'','h߳߁dK72x-%I','',0,'?'),('T\n`\n\"FP}','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-frontend-in-context-checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(`<','Y}u#e,W?xch','',0,'?'),('Tr~W]','wp-includes/class-wp-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',gF;`Bg','0᧪]͂w\\cLsQ%_h\0','',0,'?'),('T9&vV2I','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƺ\\0?B uc','p/ƒdX+d;bN/Z','',0,'?'),('TVh] eXhx','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b','f?O=*c#/f)ݢc','',0,'?'),('Tw\n6{','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FLr(؟KG','ƓN;Q^\rO]WY','',0,'?'),('T(2z ','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lr!Ӊ*','>dWY#8wd1ҹ','',0,'?'),('T\'9GCW','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/layer/plugin.min.js',0,'8(U]$磇)','8(U]$磇)','ÕwS$H6}f ,\'X0q','',0,'?'),('T,(]\nO','wp-content/plugins/instagram-feed/languages/instagram-feed.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'[Ogxy\\','SE]2-yj>a&Oà#','',0,'?'),('T0*&d gR','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/lib/yit-theme-licence.php',0,'4\0:E!-','4\0:E!-','?sk.<#-0)Gx/SUz8','',0,'?'),('T4,{\\[','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RV_','I\rk],TT .6X','',0,'?'),('T6K?s 7(','wp-includes/customize/class-wp-customize-sidebar-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!T+caβF',';\Z 27beZ\r>u\rv\n.0|^ˠ','',0,'?'),('T7m}Cܾ@','wp-content/plugins/child-theme-configurator/includes/forms/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֞!xLRK͈xh=','\\g@rr*{*Z6J\n@E','',0,'?'),('T??:q׮Pah\'','wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[!*ye#','LaAM.bՏd/','',0,'?'),('TMl','wp-admin/includes/class-wp-screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@A C.`[Hͧ','>,6v4^m$^$-h%','',0,'?'),('T\\T=4FDLP','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\Zޏ7Nɟ]XL ','Am7M׺~pܴՙ-4;:_c(l=','',0,'?'),('T_FIiAg1u','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETen-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' km!.e4','㯎qpv~qEv/\ZJQ\r+','',0,'?'),('Thx|W','wp-content/plugins/easy-coming-soon/theme_options/pages/images/general.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@fF\\m1','p%~lHLSF4+M\'%-','',0,'?'),('Th-qi','wp-content/plugins/child-theme-configurator/includes/forms/file-form-buttons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LҮF+ΰw[ ','xb1< 5%a4&nR__(\rS1','',0,'?'),('Trt?轅Yu','wp-content/plugins/wonderplugin-slider-lite/app/wonderplugin-slider-functions.php',0,';\0wzkBe<#',';\0wzkBe<#','[Tn Ejd($:!hΝ\0s><','',0,'?'),('Tzh}Tӆ=oTAL','wp-content/plugins/w3-total-cache/lib/Minify/CSSmin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';8c','C-n:s\Z ̨gSj]; 93Ɓ','',0,'?'),('T.o@Ψ2wvX','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/aLru4\Z','Ϸydix{p+neځf','',0,'?'),('Tvm?,aT4','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'-nL9 a\Z!n','[GïȖ%): jR\"\rB','',0,'?'),('Tc==g#I','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';M༄Л2o','zT|?7±@?3ͥ7X','',0,'?'),('Tn\n٤ ','wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gjK,8Sˆ','|TjhLB+8\"@^-yYc[&g2V','',0,'?'),('T_T-xE&8','wp-content/themes/twentyseventeen/assets/images/espresso.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p)=c#|','edGKs,vE A4\\\0o7)','',0,'?'),('T))jG|I Qq','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʰL@j\nn','bƦھuN2GuWtWE','',0,'?'),('Tw}t8l)h','wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tap[\n}','g(hLF %Fz̒2n~','',0,'?'),('Tv?KZ2mK','wp-content/plugins/monarch/js/monarch-mce-button.js',0,'H[$,CY%','H[$,CY%','\rs·H9\nmS 4$Nad','',0,'?'),('T:29TU1џ','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/print/plugin.min.js',0,'# *y>','# *y>',' \\Ei!--*@u!','',0,'?'),('Tյ|gmxqH','wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҕ4oV','VBO(ǀMoY :+g2ܰ','',0,'?'),('TփxЮ/D','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/customizer.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1B`w1:㷢΢','/br,e^Mhk^0!japZ','',0,'?'),('T.d8y','wp-content/plugins/wordfence/images/flags/ae.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','74%E\'M}l','?~$)rЏ/=#yXwz<','',0,'?'),('T֞ZX34\0~-','wp-content/plugins/w3-total-cache/languages/faq-en_US.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LfR rb','κgy֔dkZEZ`n͊','',0,'?'),('TQaP\0?򢣡H','wp-content/themes/twentyseventeen/assets/js/global.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ȭk@*ln','XϫZWg[SSmv[ߖȋ','',0,'?'),('T!zWw.Z ','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>̣{<P1','oSEm2[H+Ø A3 -l?','',0,'?'),('U4| )-\0','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js',0,'w,q}Yr; ~','w,q}Yr; ~','aMK9;M&cҲ\'OEӃl','',0,'?'),('U^$lD=Y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XoS\\,J\'e','3_}\"\'\"po+PYE%P','',0,'?'),('U\\p{JOQ&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C2] ]#|j','ookj\\0[-d8;\Z3','',0,'?'),('U IH','wp-content/plugins/wpclef/assets/dist/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','شx26z\\','>WL 魐~ 6.5E%4\r','',0,'?'),('U (` Ba$Y-','wp-content/plugins/easy-coming-soon/pro-detail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&>ԅMG\n1','am(G70\r4Y4D]TN׬','',0,'?'),('U\"m 77U\n,','wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/b`\"t','P6%1dlLش=;a%baV','',0,'?'),('U$hS6G E#O','wp-content/plugins/divi-builder/includes/builder/scripts/library_scripts.js',0,' <>9IA$',' <>9IA$',' Kty\'\'^[uC-','',0,'?'),('U@\r#ėRv;R`','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/Task/Db/Setup.php',0,'e\\q%k{rY m:','#:n[>/\"sU8vSlO\n=G','',0,'?'),('U^IB?\'}<','wp-content/plugins/w3-total-cache/press.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lT@X8`5','&*!+nÿ0xG>O','',0,'?'),('UfT^1\0=6','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.M\\T=k~{LF2DluۉO','',0,'?'),('Uj f5D7}','wp-content/plugins/woocommerce/includes/class-wc-log-levels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?DhBoR^','9Mzalu0Q`m%k/ĔS','',0,'?'),('Uu{c \r \n|','wp-content/plugins/insert-headers-and-footers/views/dashboard-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(@px=','3 2n*ZKcRf4҉^ Ķ','',0,'?'),('Ux\'kjqU>)A','wp-content/plugins/wp-smushit/core/integrations/s3/class-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l]GTd\0qk',' !Lj6 r4rXD? ^','',0,'?'),('U $A=He|zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Pg\'A6(0 7T O','\nQ4Hw@8','',0,'?'),('UT}^C <+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~j\"W ','zY5>:zuW0瀟@#pV@','',0,'?'),('UJҀŇZ3','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/colorpicker.php',0,'JTArTf%e','JTArTf%e','j4g39Pw8ޕmCx','',0,'?'),('Unɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A^N2NXw6','7y\'% +Cٜ$B E','',0,'?'),('U}5&`J[u:','wp-content/plugins/wordfence/images/flags/br.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mH%WQ[','.\rW@2{6>,7F','',0,'?'),('UUC6Uh{(M|','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IG1B<љ','(f\"59_:YgE#^','',0,'?'),('U.Uoc','wp-content/themes/Divi/core/components/post/Query.php',0,'C`ig\Z','C`ig\Z','i~͹sOH&Ie[5;\\0','',0,'?'),('UG{P;\\iB','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')%b\r3Θ','\\Z6UܸBO /`K(G','',0,'?'),('U~/','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-UCS2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5%#\n|yy\nH',')OF…=A+15v/-X','',0,'?'),('U$ i\"u&9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lڤ;= ','S\rIU9_','wp-content/plugins/easy-coming-soon/theme_options/pages/header_page_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r(so>KG0','NoVWgGY:$Df7c>Ӓژ','',0,'?'),('U+E-+tx','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(1JYue%ݒ','.L/y.:۬Y','',0,'?'),('UΆA#Ћj','wp-content/plugins/woocommerce/assets/images/wcs-truck-banner-3x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ەV`{~t','Yf\n\0]!R5i $]%//','',0,'?'),('UUq\Z-\Zd-','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-gateway-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(*p9)T(F','x*%\n}$GLqRN K','',0,'?'),('UtL\',;','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\n9FpA','wo;lJﲖmΤqU}`v=f','',0,'?'),('V\nU`_58','wp-includes/js/customize-base.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JLPוXX;6l','4oK)X\rV!n00','',0,'?'),('V\"7Iߋq4j','wp-content/plugins/w3-total-cache/lib/Minify/Minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5q^axv,E?','bZ-SlK\r9<)*\r','',0,'?'),('V)-Vd','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ȍb xw)Q','h- K;D\"ܟCNy8JVvڷ','',0,'?'),('V33rTC@U~\n\n','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',0,'d\Z\r(v:`N\n','d\Z\r(v:`N\n','qG\"w%\Zۻށg\\4^W','',0,'?'),('V6<) J','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_visual-grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NcV+R5|NEWe','KMĹSs]/QukwZ( z \n','',0,'?'),('V@4[o \ZPNHi','wp-content/plugins/limit-login-attempts/limit-login-attempts-zh_TW.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cDG#**E $b','>q?[.m2ޭKARF\Z;+N\\','',0,'?'),('VBO5.Ae2','wp-content/themes/Divi/core/init.php',0,'/Fi{*b8#','/Fi{*b8#','Xk:`7_S^I\0-','',0,'?'),('VL67G^l%D5z3','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UP}]\"j','Nϕ֒@Ϣv!tŕn,Ղv(`','',0,'?'),('VR4K1QW[','wp-content/plugins/wp-smushit/_src/images/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<ɃY*dD','\'Y 3|[@m]bzEH<','',0,'?'),('VU0\\%k:V٦','wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php',0,' -,!G2s%',' -,!G2s%','M!8#l88oA{@CU\r}[U','',0,'?'),('VW/wK-Md','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/jquery.colorbox.js',0,'_-eX6U^','_-eX6U^','? r&s:0;W֏g\\VF#`1-','',0,'?'),('Vne!z0u1?','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N,o\n㋨O؅E','',0,'?'),('V댏$x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aٚ\nڋ\"-','\\h7)k`b-23y','wp-content/plugins/updraftplus/images/updraft_premv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2 ]Fx\"','o&j\"YudknUkafVo=','',0,'?'),('VϜI&tFQ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SALnJ','+7)HYiroUV&[}','',0,'?'),('V׀\'hĈ+:','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&Vi','3<rڝb˝g< D','',0,'?'),('VWo/\\HY','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D@<(xHm','{o\nLO/>e|r)Mqb\n!{\ZB','',0,'?'),('V3#P*','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/store-description.php',0,')kA5\npf',')kA5\npf','Jq۾ͼŦkZXOr','',0,'?'),('V,| Ojg','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js',0,'t,JW_FUG%i','t,JW_FUG%i','NXk|^Np}P.PLS=}H','',0,'?'),('W\07fc|sA','wp-content/plugins/woocommerce/includes/class-wc-structured-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zTC;','I4dvӮ{\n|HħĔn\rd%\"','',0,'?'),('Wy]/OjW','wp-content/plugins/w3-total-cache/inc/options/cdn/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('W {~ͺ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cF_wO<','DhMZlyjbgv\\`I','',0,'?'),('WuQ\no<, @','wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php',0,'ȹ Z^+}i','ȹ Z^+}i','N{>Zށd@iVwWU;','',0,'?'),('WԈ;5Ya','wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-921.min.js',0,'1gSvG{Т','1gSvG{Т','^QSQnwϦ%{r;MQN','',0,'?'),('W)YG0Aւ?J\Z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e U\n~ɹ','wd\'{.w;Ξ\Z@vH`E7','',0,'?'),('Wkm`^ScVG','wp-content/plugins/contact-form-7/includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%A߬lQ͵','Q~GEhcwldcnKo7','',0,'?'),('W#%`vG\0}','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php',0,'b 2WM','b 2WM','5&}K7.Ui4cŻRav','',0,'?'),('W&ִ )+ڱ','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S7۔ GŒ',':k?i͓m e5=C','',0,'?'),('W+[%.ZE','wp-content/plugins/divi-builder/core/updates_init.php',0,':-TnO~H',':-TnO~H','oz9 8;<2ߣ֓ 3v','',0,'?'),('W0÷gb%>4','wp-content/plugins/woocommerce/assets/css/dashboard.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aW~r$\r',':Q!=L4I8_mG','',0,'?'),('W:\rD','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/MySQL/Base.php',0,'WP|y(<','WP|y(<','ўшcPSZڷ2Oe}d\Z˖D>w','',0,'?'),('W?2.W3','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tsCq5M\"c~','1 yANv6g9:f٤\\)w7','',0,'?'),('WN b%9pY&','wp-content/plugins/wordfence/css/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N3(-M\r','1vK{K,u\"Rv#6A~','',0,'?'),('WY5ͭ].r','wp-content/themes/Divi/core/components/api/Service.php',0,'zK6$b㜉','zK6$b㜉','r;!?]\"Mmm+ӆ$rw30iw','',0,'?'),('WYebS̷4','wp-content/plugins/w3-total-cache/Generic_Page_General.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݗIS~\nKAsr','[6NDs<He`o~','',0,'?'),('W[%\'ZE0̂','wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>NhuҎ&S','XnV2fR\'ClH,j40','',0,'?'),('Wa\n#rmHuBՊ','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:陠¾=','v{^-QFi/S\r Vs/tK*>D#τ','',0,'?'),('WcrOq b{','wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֠vӡĈWD','eRŭ:.ze:n0rН','',0,'?'),('Wf&[Oص?Sȏ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','./*Mi͗','sV\"P$}]ućy[rX','',0,'?'),('Wk݋Lė4','wp-content/plugins/w3-total-cache/Util_UsageStatistics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɍA{1 &V.','N?9h7p3Oen䏧swC\\+','',0,'?'),('WryUS\ZS>','wp-content/plugins/monarch/core/_metadata.php',0,'Bk.ElU\nGn|3','Bk.ElU\nGn|3','ְm: ]7Tϱwo_[sn(@','',0,'?'),('Ws{NhPr㼱','wp-content/plugins/wordfence/lib/dashboard/widget_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\0cۋ{|Q>ԢF@Mnwl','',0,'?'),('W=7jw&km6 ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-common.php',0,'G)ТXR','G)ТXR','1Bw?4J雊 &$6l ̝','',0,'?'),('W|&@P?%','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76<0Yt:','bԨ$rWy\"K}1īZ\Zf!r','',0,'?'),('W c&Vj܂','wp-content/themes/Divi/core/_metadata.php',0,'-Wy:\'L','-Wy:\'L','\rs3HMWgjڬVa','',0,'?'),('W|bm--','wp-content/plugins/handheld/main_themes/HandHeld/includes/no-results.php',0,'ZF\ZLyY.U','ZF\ZLyY.U','/pJ\" `AylR tJ,','',0,'?'),('W,D-5[vf','wp-content/plugins/wp-smushit/app/modals/onboarding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')2','= qexЯԶ4\'N߈','',0,'?'),('WbLU^,=@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&3f=g-\n','QNF0;7xQ!|h\\?V','',0,'?'),('W]}$SK\"N6','wp-content/plugins/updraftplus/images/padlock-150.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\\&_{}[','S \Zzw%Dj^vIq','',0,'?'),('W=#gKs','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-deactive-plugin.php',0,'Ed\r=Nٯa6!','Ed\r=Nٯa6!','\nB 0%(1uI[k[\r@','',0,'?'),('X1i[','wp-content/plugins/updraftplus/css/updraftplus-notices.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n@`gT{L ','}re\n;8L}W%ZK','yF\n\0DvᵑK2NɥrPe^\0g-','',0,'?'),('X,ECj$_8I0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F~ߢ.>t8','Y}c\r\r|&L(I˔➱wZ㤖','',0,'?'),('X6\Z~T*K','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}rv5~Y2G|','j>s`u}|4N_RaV','',0,'?'),('X=$CI~Bwj','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebarlist.php',0,'v t0T\nXُ','v t0T\nXُ','f:N/v\0iѮ%|t[r','',0,'?'),('XIА^\0eˣ','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {eN','\0U^\'DO289\\q ds\\','',0,'?'),('XN퇙Ԫ4*','wp-content/plugins/woocommerce/assets/js/round/round.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F Ӎ҆{W5','D;<_{qe*\rhЈR$?Hcql','',0,'?'),('XSȯɈⱎ@x','wp-content/plugins/w3-total-cache/BrowserCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z9$\'˝}','tHqwt2hzg*\rfǤ B','',0,'?'),('XVǃY͜}','wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eܹ+P','\rR|v>-M\rirjkr','',0,'?'),('XjKUdgaPC','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-sale-commissions.php',0,'1چCrD!s','1چCrD!s','oqAKZa%bp aUpe=6eA','',0,'?'),('Xq@W$)5ǻZ[2Ӹ','wp-content/plugins/woocommerce/assets/images/select2-spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{vm_I\\','\r鋕 1(pKHKBYeB','',0,'?'),('Xs[v\rͣkf','wp-content/plugins/w3-total-cache/Cache_Xcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̧h M{V',' Mܶoz(*lkQ','',0,'?'),('XDjBYXt','wp-content/plugins/instagram-feed/img/carousel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=̂m&bkH','nTgolc*W`Ɏ{5f2{ $U* ','',0,'?'),('XeeW@Ue','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-order-notes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ԠqI',':N12x-/v8-fe\Z5dѢy','',0,'?'),('XS-!/Pch&ʂ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bwnd $S|','0fi.5[)\\!lgG','',0,'?'),('Xa s\n*LlAg','wp-content/themes/Divi/includes/builder/comments_template.php',0,'Lj)i3 5_','Lj)i3 5_','X꣡p%O՘+Hw.D4&\'M','',0,'?'),('XMxڳJ','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', gxi','՚ Q憐DP؂_?y`','',0,'?'),('X:8+˓2>V]8','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQ&] 0-','-4XNzP+q5UBqəyO','',0,'?'),('Xv\Zƒ\"$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi~*= ','_M8U.pFw:E`MB','',0,'?'),('X;ԭ0xR','wp-content/plugins/woocommerce/i18n/states/CA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z﹅ʠ;dS','JhgU`Τbm42 ʧ6Wƥ','',0,'?'),('X[⋘Hn̖ $','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M','',0,'?'),('X#chz ǀ|H','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(R_; o\r','~R68;tlyi&w[','',0,'?'),('X%\\;: ','wp-content/themes/Divi/includes/builder/module/Video.php',0,'֨EHŢ\0','֨EHŢ\0',')\nA H:~1KZ0.d_','',0,'?'),('XY,N_iԜ','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PeT\0','oM=E*\0+I:0::\n','',0,'?'),('X]-1PR15rP','wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!X#mI','Ҵ\'`(U_Jq(t','',0,'?'),('Y3lՋ_EyK','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/sidebar.php',0,' i]Wώxo',' i]Wώxo','<8WI[fG:%#ccw\n\0','',0,'?'),('Ym7ot2z=','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bewo]uCUZ',']Lfː5wg #jWW:o.H','',0,'?'),('Y\n?5tm!3','wp-content/themes/twentyseventeen/searchform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b3)Eϛ',' /qydE>^3i%n\0\"K','',0,'?'),('Y?@ApZw([','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OfoF˒PU','Ro+GރP05e~p)wc','',0,'?'),('Ybڧ,J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8тm!Ҭ','jb횄^Usv8$bM3y','',0,'?'),('YdX-\'','wp-content/plugins/handheld/core/functions.php',0,'=5C:=','=5C:=','\Zo\" ˥P8Y)?_ NXCٴ','',0,'?'),('Y&5—랪Yo1','wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ô\nm<{ +A','Z\05dhNoCw E5','',0,'?'),('Y,Qpgmu#e~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M9 JDA','ɓ4j2BN?Xap+~\nM','',0,'?'),('Y-8gmOK~j{Zͱ','',0,'?'),('Y-D?Ti','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_retina-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J,W(\0J M ','-ٴ@۬&^(<RGN','',0,'?'),('Y/ZެCV$1','wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php',0,'E2򋸬N\r','E2򋸬N\r','Z+_D,L(F\\9l/fO','',0,'?'),('Y89IX','wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Bl]#HB','O+nJZ;~$Uj u\'VV;}','',0,'?'),('YGlp','+vTy>p','\Z?v лtTk- + g&','',0,'?'),('Y}mc/F =M ;','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/contactform.php',0,'; 4,C','; 4,C','\\K9. PxʨLpuw9vV','',0,'?'),('YLah(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P9)/','Q<5^HK;X\"Bx\rn<','',0,'?'),('Y,eAw`','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9h\0ìu','\0Bb3\'\')JG ](G9Pr2 s','',0,'?'),('YAޜ^\Z^£','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/sidebar.php',0,' i]Wώxo',' i]Wώxo','<8WI[fG:%#ccw\n\0','',0,'?'),('Y6,\r>t4','wp-content/plugins/wordpress-seo/inc/indexables/class-object-type.php',0,'W{MDٰ(p\"','W{MDٰ(p\"','7lN\\aguJ …sMu[J^g','',0,'?'),('Y$g~`5\"M','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/my_account_membership_plans.php',0,'|05p\0BZf','|05p\0BZf','=-Al\"Q^-ny \\\n','',0,'?'),('Ym85','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak/plugin.min.js',0,'?I=o}Vyt','?I=o}Vyt','wVhzTcdҁ]S`','',0,'?'),('YlJ/U','wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-921.min.js',0,'Kyx3%!8^','Kyx3%!8^','$HrU8rO+:Lpv=+OOK','',0,'?'),('Yi\0L/b\n}','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/codemirror/codemirror.js',0,'Hg!0!8','Hg!0!8','dJ>Af}tj7+=lBhw','',0,'?'),('Yֽޠ5R0N','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ރ2c+\r3\"e','O=]x~^9.a0G#P {5W','',0,'?'),('Y 68H;%,_c\n','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZNKzy?\0w','ϰ-KD2+T7u','',0,'?'),('Y4@O%','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS1-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⫽bH)','}/ ,θύAQֿ6-F;jぼA:POJ','',0,'?'),('Yyywٵ 0','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-cptu-sortable-posts.js',0,'t:Jd̜w','t:Jd̜w','90}U`GI$B=ZUZ^D-#','',0,'?'),('Yji','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Q./:\n,',' \'ˎ껞o (:Vp%','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-by-user.php',0,'NՅ\0}L','NՅ\0}L',':\nHE{OFW%26sP!R)','',0,'?'),('Y]ŞI','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#G_MVژ y','҈gRpf=)A&­Q]jA=Vf','',0,'?'),('Yօ4:+X[Z\Z','wp-content/plugins/wordfence/images/flags/fr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%}2K','QSR$4ˊ k|,Wr\Z㌘)6','',0,'?'),('Y֝U}r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y:oMhvL4','w!ے?ERS^RLKA','',0,'?'),('Y06','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/vendors-registered.php',0,'GN,i,\n)','GN,i,\n)','xzB#gf ,b0\Z B','',0,'?'),('YN}VJ:','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-4.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-u o\r ','Bo8ljXZUq/:޺ثG5ݬ','',0,'?'),('Yg7$ B[ -','wp-content/plugins/updraftplus/images/addons-images/migrator.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>^]\"\" ^@','F52:҃{PQ5.)}z\0 w','',0,'?'),('YɌ8\\k','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9i\ZDE','saQ\\6J2gڮIߔk','',0,'?'),('Y*M$','wp-content/plugins/wordfence/images/flags/cc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TÒ;+R@','|\0z|S=<콰Ԯ^)AYCZ\"','',0,'?'),('ZyY \r R<[MV','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g5֌my','b-0+ XvOF','',0,'?'),('Z=ӓj` ','wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qeS4 ',']R \r8]\'CmĽV','',0,'?'),('Z F#\Z+I8>','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iF%lnaGJu[','m&=GV ׄcRùD','',0,'?'),('Z ?b/$5','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 / f!#','\nvVzs@t`p_Yzh','',0,'?'),('Z\nB|GѦ8%$','wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\"kQ','pE!+|!+dsޚO','',0,'?'),('Zv8~`֬_','wp-content/plugins/wordfence/images/flags/mx.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?aҫK/ҋ','T\n>F4߭X(\0\rLKF','',0,'?'),('ZKo<-23 ','wp-content/plugins/wp-smushit/app/views/integrations/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ǁ;]O ~','5)!KrP?v|AR^Z[P90','',0,'?'),('ZE 9En','wp-content/plugins/wp-smushit/core/modules/class-png2jpg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۶cs ','A=%QWӏ >M^g8','',0,'?'),('ZL܏vN%%_','wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php',0,'\nϹly䏚i;,v;','',0,'?'),('Z7#5[VR','>#5[VR','l_@/Ixs#Y','',0,'?'),('Z;k]TR;J0','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iw>\n','by` [zy7}LJyRsU','',0,'?'),('Z;s~X','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ERtH@GqVV\Zc',')}3 -hS,ʇ/ח\\N','',0,'?'),('Z<\"Y,9K_6{','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wc-points-and-rewards.php',0,'0aO Om','0aO Om','bHiMIMS AY9Ρ>ʦĸ','',0,'?'),('ZfZS#T','wp-content/plugins/updraftplus/includes/Google/Http/REST.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nk>,fې-','gS,$O\"jO\\wAMެ~','',0,'?'),('Zj?`9Plu','wp-content/plugins/updraftplus/images/notices/locksettings.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\\˃J{]','PוLXwV J/Vg','',0,'?'),('Z(aK1\'Ẏ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W.h.C ^ d','dR5e(`cfyTrDٓ','',0,'?'),('Z %/Zz9','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/1?F,Ȫ0[','\n5)%ݑw~w/6','',0,'?'),('Z\0Y æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09R',' Kcg$e2\\p$1z`CkJ','',0,'?'),('ZS }`V\Z~cR','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')*7r0','Ø+\\@)>\01yWbkX\'z','',0,'?'),('ZV)ү!-hu)-\0','wp-content/plugins/w3-total-cache/ConfigStateNote.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B[&;w8Ҡ','x1u+Y- E3 M=kwTD','',0,'?'),('Zło!mK','wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']R3/z!!STT','[Rƛz}U)Oh]vZQ','',0,'?'),('Z˃;ka6Y','wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}H\0 x','5:QwXYpq1pS','',0,'?'),('Zc_O[U','wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95-T3W=','F]:N@KXgިH^5Ũ~','',0,'?'),('ZQǹC%`','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/text.php',0,';!LHw0~v',';!LHw0~v','nmR1=+CIjE','',0,'?'),('Z_Pf<7#4','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1IaK!*2','[_6^)\nzb1','',0,'?'),('ZᷭZ)1QR(%','wp-content/plugins/wonderplugin-slider-lite/app/wonderplugin-slider-creator.js',0,'.,kX^\"e?','.,kX^\"e?','Sk(S #QKW/aNvj#','',0,'?'),('Z=ӧrc\"y','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\'=c.اig','`H_+ڦbgDjd%/','',0,'?'),('[\036S&,?','wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-view.php',0,'@i$ccXw','@i$ccXw','dI]?еEwgʑ#','',0,'?'),('[\0WEGjp茻ox','wp-content/plugins/woocommerce/templates/emails/email-order-items.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r:Gh YcڜB','\0n fxGL3&pFgӖ. 0a','',0,'?'),('[ cC`ĆN76V','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','66]N<%g->ȭ','Qyyj^fhod#ݻo[WXg','',0,'?'),('[\0VEkn8','wp-content/plugins/w3-total-cache/pub/img/overlay/list-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1q=n;XuV','}[FR%s[z(T/','',0,'?'),('[TcL,','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dt J^h','dqNrq`.x<Ȕ\\v紐OQ','',0,'?'),('[\'º_{66','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php',0,'C|^(l6Z<','C|^(l6Z<','8b b\"\ZGZԟ`i=I+','',0,'?'),('[+@Az','wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=٘a','FlǺ^rֲYgd7羊`=','',0,'?'),('[Q\"ABb.Q:','wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\#kzI]','pfُ;&< 丹z!v','',0,'?'),('[Q)$,e','wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_Ch~)JM','Psj.OXC/7eTP?_F\0','',0,'?'),('[Rs{x8','wp-content/plugins/wpclef/includes/class.clef-translation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˬ?','B8_5\0氽_6dmq ','',0,'?'),('[SNRXFAvX','wp-content/plugins/updraftplus/vendor/symfony/process/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X`M\n`','LY\nM F?.\r8qRradئ|','',0,'?'),('[W>QUVQLXw','wp-content/plugins/bloom/core/components/api/email/MadMimi.php',0,'-0{=8]<','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<b[;ԉ(̒f$','`g6oȎ/n8?DtusI','',0,'?'),('[kXt9Nt','wp-content/plugins/wordfence/images/flags/za.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pCh\"ڟ.3','Ž jn܇/PCiI,Yy[','',0,'?'),('[>x;wn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZR6 Ax','!DO_mމ 0+g\ZWė@','',0,'?'),('[\'#;Ɋ-','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/media/plugin.min.js',0,'z/~.SM6L5\\','z/~.SM6L5\\','6\r|YTo_<\\}','',0,'?'),('[$ַYN;d\"','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nmulv:','$YJK|oq)] o','',0,'?'),('[~w\'xG~\\\n','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^9X}ByS5','Q5`*)V[QOGl3<','',0,'?'),('[0@݆ΈU8j','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-new-order.php',0,'vZL3vЅ0lc','vZL3vЅ0lc','\"/ uMhkT0\Zg','',0,'?'),('[k.=mEǯFt4-','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/reports-upsell-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*)ҹ<','M@K0bE{ǻ\r՟̋','',0,'?'),('[x%0hN ,z','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tTnJxx','!Y4#@ZJD~4_$','',0,'?'),('[Vt3\\^o','wp-content/plugins/google-analytics-for-wordpress/assets/images/question-mark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nͧ^5@_','꫾SvX 9.Y$>k','',0,'?'),('[1YAdk,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BظFإHu','D>Ι+N\ZF|#4m=9cu','',0,'?'),('[4pgC%*o','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TΛ.e/i','[t>ySHļ1Q2z<','',0,'?'),('[Y44Orl0','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']U@)#h','Hic!I).eh','',0,'?'),('[y ^JC^ ','^K0>^JC^ ','ߍh*U6qbw9s\'͠%Rb<','',0,'?'),('[ꠏ|Koیb7','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-xNb','ݹMZX*hV\0gc!+5#5','',0,'?'),('[\r1K8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8*آsz!',')9<bӿ@Qhɢg;̀e>g~Q','',0,'?'),('[]cim]Z42','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']/p=}qd ;','\0@do3*Dg㽅6ѴaMvsN','',0,'?'),('\\T{ks11','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-UCS2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R;̧yћ','\\7{W]*b\\%[Z e_\n\nB','',0,'?'),('\\X\r:l]@H7','wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']r31Vp=','oȉϵ>\Z&!:','',0,'?'),('\\\n;:I\"@Oh','wp-content/plugins/contact-form-7/modules/response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ն(.;','Z\ZbnKvcM?9','',0,'?'),('\\vvڡwx^4C1','wp-content/plugins/wordfence/images/flags/jo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӎ1W','aoFHТK̐pG1\05Ma','',0,'?'),('\\?+VQa@l','wp-content/plugins/wordfence/images/flags/st.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RK{ < ','4Ț.~+mvD)ݘ\nE4ҫ풼,','',0,'?'),('\\9','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|&\"Sm8hm','Q{OJ{SN-(t','',0,'?'),('\\hin\\\"u\"','wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')E;z\'FL-','=͈K','',0,'?'),('\\/W\"-Τ1q','wp-content/plugins/wordfence/images/flags/uy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rCӳAL)','G\0S`12Sw+=n2','',0,'?'),('\\8Uaaб(`^','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.֝k EG\r','FF͑7~LTXe\0O6','',0,'?'),('\\8d@b \Zn!O','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Iz6,9ϱľ',')D925E\ncm{G;eU6','',0,'?'),('\\Q^z7Kb\nh^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͒#\rcN','&HU6ed7v\n_Ӓkd','',0,'?'),('\\R?6nj)','wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& AsBbsV','~NՀbQ>¸V?M~\n.0|G','',0,'?'),('\\W(cip9n','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/vendors-list.php',0,' mkw\"6',' mkw\"6',',u{\\g91','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2bǷmq7{','$σQS ~\rHhH Ԥ IL7ޓJ','',0,'?'),('\\`2\\Xo,Q{@','wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','am6QN8P@','XW6e;9p\": hza>/TE','',0,'?'),('\\k&XmPUjj~)','wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȹ Z^+}i','N{>Zށd@iVwWU;','',0,'?'),('\\t <+\Zl','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php',0,'$\'hNj]/Bh','$\'hNj]/Bh','_Pq\r,]y8NB ADO','',0,'?'),('\\~5;-?D:E ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S;Mx߲NԦ','@ƚ++lq1PF\"T&','',0,'?'),('\\G5xbն<','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/plugin.min.js',0,'aeW~','aeW~','(\"-\ZǺҘCb#Z?','',0,'?'),('\\5oRuӣB','wp-content/plugins/wpclef/templates/user_settings.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','46;ϙeri7$','\0\0h7>C9\\q-%=9ј','',0,'?'),('\\2]k^','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ί\rFA','r3 ۾hi-\\kBqsC\nujG','',0,'?'),('\\E:Guo\0wn','wp-content/plugins/instagram-feed/js/sb-instagram-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v eQj','\Zz8k I>r\ZaG/< !\n? sU','',0,'?'),('\\т?$̈́8','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ Pq','Lt+u .`6mHM a6,k@','',0,'?'),('\\ JEZ@','wp-content/plugins/pdf-embedder/css/pdfemb-admin-4.6.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s֩l\nMA/-','5nlcRMn(}HmzS:+ߦy','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UZZtZPRA@','3B\'G~#9(o͢,^','',0,'?'),('\\džZS2l','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-form.php',0,'ݥIo`OH,','ݥIo`OH,','YHs؏L޳xU0i;V@W_','',0,'?'),('\\5_e\'A[ixO','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/InvalidArgumentException.php',0,'}/ X5$9/e','}/ X5$9/e',';5bGSB:e}!q|z6','',0,'?'),('\\+5¦DW\"','wp-content/themes/twentyfifteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\"7ў׉!T\n}','\"`AH(U M Hls\ZZ<','',0,'?'),('\\њW\n̹','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nٺ.`3kC w','\Z~f~-(&Qj䆚JUJk;','',0,'?'),('\\\0 >+Fb','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ruH38hܳ','2T~V6>r\Z %%ais7Yy,','',0,'?'),('\\Jh\'{a`_','wp-content/themes/twentyfifteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RڢdɓGH','[8Vs%z2z47\Z|GH#Bo','',0,'?'),('\\ʫ:m2\Z','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber.php',0,'rU]s̛@','rU]s̛@','/\Z8%n:-!dE\n}3','',0,'?'),('\\hRSC8','wp-content/plugins/updraftplus/css/updraftplus-notices.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s |f.~C','z8A!༂9ݫYG\Z ','',0,'?'),('\\ ՙ\\z~c궛','wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"RPWh!ka','\r܌ЍQ+i16q!ƢL[?Lr','',0,'?'),('\\Y)TT09C','wp-content/plugins/w3-total-cache/ConfigState.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*F&Y닛','+9wU(HfÖL0|gy','',0,'?'),(']F#*}','wp-content/plugins/woocommerce-gateway-stripe/assets/js/payment-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-W\rB,D)','>3 \0u)E*k(k6X=','',0,'?'),(']혏dT\'J','wp-content/plugins/wordfence/images/flags/ua.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@s J','G#j\\&j`U@PIʑ','',0,'?'),(']\Zkfs?3$/','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@aN~Q[7',')-ҎLF~ <`p$+r.f g','',0,'?'),(']$Vp:~Kl','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-vacation-options.php',0,'\\+:L` ','\\+:L` ','-/>oϺ2ulTZpP','',0,'?'),('](R&!1;3','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')nZN\n#','њug[~bSU   E\"','',0,'?'),('];\0 `\")ӶL','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d}Cf=Fc%',' j*.[:cU1\0h ','',0,'?'),(']A6p}0v3L','wp-content/plugins/wordfence/images/flags/tf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')v=^4sʉ<','Wuşlvvdiq(Jo ','',0,'?'),(']B#2zbU/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lp՞n7q*','7 iHꗓM233} E҈','',0,'?'),(']H߹v; TLc9','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$iMrIa&#',' I_ځY8;Njy?','',0,'?'),(']K)yT>y','wp-content/plugins/wpclef/languages/clef-nl.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DVui= ','j7ׅHۿR㗰C7$wߏd','',0,'?'),(']KU%9-7)','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\'Sh] 8B?=','Jy )N0ǖܠAħNi*\"ls ','',0,'?'),(']Q\"n\"Df, ','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b2<WA07Tb<','^;~-*KӄUͶG','',0,'?'),(']e-|JzW\n\'Kxk7','wp-content/plugins/mailchimp-for-wp/assets/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_:\r)/','R?`.i)d0ؽod,v.x','',0,'?'),(']g> ӡ','wp-content/plugins/wordfence/images/flags/ki.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[#0+Ag','\":鱷$]yW RFim','',0,'?'),(']N Jjӎe','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pi%\\#','.Z ~7Yb qH8\'+','',0,'?'),(']\0Y]}\'HD','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ID+b+xn!f','[k\nٛ?gs1g','',0,'?'),(']\\1?* \\','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/frontpage-options.php',0,'8q5)\nWMz','8q5)\nWMz','ZUN+:/\n?p_(q[iuK','',0,'?'),(']* J ','wp-content/plugins/wordfence/images/icons/email_go.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jEH ).','& qC1QU_.O31!&۴','',0,'?'),(']p[%3QLVs','wp-content/plugins/woocommerce/templates/order/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#K@)geGbaJ','sd[4ur>^9N$U6~tv.ă','',0,'?'),(']uFa>','wp-content/plugins/wordfence/images/flags/td.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 l0#8;6','g׎=ץ1t՛Y|Jj]X,','',0,'?'),(']\"}[YR','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nB@^','~Ç\\ Rԧxj_0Y/oa$ɟ4','',0,'?'),(']E4jd)(\Zx+','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԝ-+GJ垸',' /r\"D5˨g>@.D*','',0,'?'),(']3`','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r+gRBV','!\"3e29{G?','',0,'?'),(']C>%lS','wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~H@3','Ի9@#@ϒ:(l4uuli˒','',0,'?'),(']a]2wԢ','wp-content/plugins/updraftplus/includes/updraftcentral.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']};SHI~*','?W=)0\\i{\'Ś[u','',0,'?'),(']뺲V>dyv','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','& #Zp\"nO','nf(ݺrRsf\nlϘ:','',0,'?'),(']mˍ b','wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVN+X_','9Míb>[s W6\\O','',0,'?'),('^\0,8 |kIPM','wp-content/themes/Divi/includes/builder/module/Divider.php',0,'3ye|\"! ','3ye|\"! ','?0whEwSem]u\'z','',0,'?'),('^~0j}(e','wp-content/plugins/child-theme-configurator/js/chldthmcfg.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','擯$^qTH 8','Wglvțgkl,pOVi4','',0,'?'),('^S ','wp-content/plugins/updraftplus/images/addons-images/backblaze.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƫT2MВ','?LT0ޓ\nh+','',0,'?'),('^e&yԴ\'','wp-content/plugins/updraftplus/vendor/symfony/process/Process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Z+8?%ﺆW','bd~\"yOsXECA6\'Djm','',0,'?'),('^(§3H\'ؾ','wp-content/plugins/woocommerce/includes/class-wc-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T+\"j@&G','HZ%GWn !T6@: K','',0,'?'),('^+#F$','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client-credential-certificate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e`[oku','DN\'c=m*͟`jY5wo','',0,'?'),('^0t[vi{IĎ','wp-content/plugins/wp-carousel-free/assets/css/slick.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g+\r(u','Ҏ4ѽI#\0K;#g','',0,'?'),('^9(-(Ųy 0q*','wp-admin/user/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0ڍKN N-','gR\nz?9?Y b݂f͗','',0,'?'),('^@ղ{\'_92','wp-admin/upgrade-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\r6Wd˻','\r91|&QRl\ZԼ𷠝4Y;X[','wp-content/plugins/wordpress-seo/admin/services/class-indexable.php',0,'Zr&Vz','Zr&Vz',' V5|\0`8k\rcT7>xN!O{','',0,'?'),('^N fX\\IQ(Ge','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UKl>_\nQ2',' Lm6z5߉:߈j҇V','',0,'?'),('^ZnⲮb՟ZV','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϥ5/1Ǔ','u L55~Q{5 ','',0,'?'),('^Zɞ:}q','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/class.yith-wcmv-addons-compatibility.php',0,'\"mu,`!=','\"mu,`!=','~89G+w{Խerc+GJHb','',0,'?'),('^^\\ .޻v\\','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*soTP29\",]n','潜n1:7?ܷ!՝âv','',0,'?'),('^dGF%','wp-content/plugins/updraftplus/methods/remotesend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X,/NQ5cn',' ds=X97+Å{b}mwK4','',0,'?'),('^g*iZ8z9','wp-content/plugins/facebook-conversion-pixel/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UȑI5z\0:r_','d.~/s:/y$a\nDbe','',0,'?'),('^tK>Txu','wp-content/plugins/updraftplus/includes/Google/Service/Directory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y$]j;{N','\0<] wuXq9L{-\r뺎}o|e#','',0,'?'),('^yG=ڜFg;3á','wp-content/plugins/wordfence/images/button-grad-grey.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RCTy?','DH~ϨP_{!','',0,'?'),('^z\0U.','wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>;w\'V̢\r',')kooROaM3ai-O]G','',0,'?'),('^}:*Sʪ,p','wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x-ZMIY,','_JVbK2L< (㖅B','',0,'?'),('^Ð+y|','wp-includes/images/crystal/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','59Т 1Tn','e\rCi0[R8@GaJN','',0,'?'),('^Qjj2“|I','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php',0,'[WFgԴ 2','[WFgԴ 2','oe@e92Te>q\nw)9','',0,'?'),('^&Ò\Z|=R%\\','wp-content/plugins/monarch/core/components/Cache.php',0,'cJO-^ۨ-','cJO-^ۨ-',' D!NpFc $:LP>','',0,'?'),('^`h>!#17cE','wp-content/plugins/updraftplus/images/notices/updraft_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݲetޡ½6','(Xv\06vU+gj{\"3','',0,'?'),('^^9V5}Gm}','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}v%PVk','MH%^>rIk-^','',0,'?'),('^5aGC}*','wp-content/plugins/divi-builder/includes/builder/subscription/mailchimp/mailchimp.php',0,'w姊I2EE','w姊I2EE','ܬSzTеF?I5lP','',0,'?'),('^pI|\0_yfѹ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M9a\'','b>','|0onf >>','^ftۗ#fϒWϻ.','',0,'?'),('^ʙB`Iҵ\0}','wp-content/plugins/w3-total-cache/ini/xcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';RsHQt','+{7K$n <=I\\hg','',0,'?'),('^J^O,g[','wp-content/plugins/monarch/core/components/init.php',0,'+=Ktf~ͫJ','+=Ktf~ͫJ','V)\Z`Y&(+_VrP7;RsLd','',0,'?'),('^xQMk\nkqe','wp-content/plugins/w3-total-cache/Root_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|{rf9-tkd','v^LD{EB앵rED#','',0,'?'),('^h4&\Z','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uaʞv','@]g<*9y8  =','',0,'?'),('^N}/w$k','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8*Oo_e','rDGKa< 쒮I\\ ?4 uB','',0,'?'),('^^\\Q=(w','wp-includes/js/imagesloaded.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vRfW7dB','vxeխr)Lz/@U-@\")}\\','',0,'?'),('_\0 d MP~D','wp-includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JWXV/uO','{P.h~_ŋbw','',0,'?'),('_k4!*}݄ ','wp-content/plugins/wordfence/vendor/composer/ClassLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>B aXwa;','?~n!]%n91˔;g\"','',0,'?'),('_\nxK[L?\Za','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\\YBǶ#Io','O}BX:{~ɅR','',0,'?'),('_McSFQƴ\Zb','wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t8\0\rv}5ˑ<_@','vv}P\\d[{8o%Х0','',0,'?'),('_B<%!f','wp-content/plugins/woocommerce/includes/api/class-wc-rest-coupons-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vħ&˒i','\\թbW(:Ҳ|{UF]1ڒ:R','',0,'?'),('_ ,zbk\Zͧ','wp-content/plugins/woocommerce/includes/class-wc-tracker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m\0Gh',' |}\\dx*r]0d,fN','',0,'?'),('_*⽞L0>\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\",=\0d{7','LPl&&n-UȜϠȍNK=','',0,'?'),('_)eb9','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$௹S','\ZXj0EScRᖯ','',0,'?'),('_,|q$Wɻ1d','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WB\rL','E)G40ǖ1ż1dp\Z{هv%','',0,'?'),('_- ݧ.\Z','wp-content/plugins/updraftplus/images/icons/dropbox.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٘0Ex31?]','s2o\ZB/uGA;\"mVŊL[','',0,'?'),('_3u)Z!\\ EXcb','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1~ Q','<.߽i\nҡɺeٜ^214}','',0,'?'),('_M/#xus','wp-content/plugins/w3-total-cache/languages/ar.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AqC|ebJV\\c}','&6Vkx\r-ԽP} Y','',0,'?'),('_Nlm G','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/force_create_account.min.js',0,'{id` o','{id` o','P:qeR P,,`4I[ip','',0,'?'),('_j_/yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zDֈP[H','k>|LY\Zv+;{&; f; t','',0,'?'),('_pwt2)r','wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'>qGYٖCd1','E4ab`\0)Ui(@ψ[;','',0,'?'),('_~[H y@x.+','wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php',0,'irV$e','irV$e',')ʳ=;\"mt~%0E4S+','',0,'?'),('_b~$Iw','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-messages-widget.php',0,'W&q؈%036','W&q؈%036','a.UEhŒyv_sJ՛','',0,'?'),('_npt]iGp','wp-content/plugins/updraftplus/includes/class-manipulation-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?J%讲F','(إaCSg|D,2zxӘK','',0,'?'),('_8D ','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php',0,'9p˺','9p˺','ӵ\Z8E=;[I![sJ4H2','',0,'?'),('_9 ˂','wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}* z y','>lc/Jn 8v,61\"*H/','',0,'?'),('_2KQݒ47-5K','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/code/plugin.min.js',0,'0_0M@7','0_0M@7','M,SVk ڛfog','',0,'?'),('_3ӘIm','wp-content/plugins/wordpress-seo/languages/yoast-components.php',0,'ndumj5','ndumj5',') Tf#\"JydU+Q','',0,'?'),('_÷\'X̤cD*','wp-content/plugins/mailchimp-for-wp/integrations/give/class-give.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';','-Z]\'^ZQa~gus<','',0,'?'),('_Xk[^','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/images.php',0,'4*2~8kQ\\ ','4*2~8kQ\\ ','F|_ϗp \Ze*','',0,'?'),('_6E3`','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[IrWȄZ̝0','qR2e\rs7/,#E;2MZ','',0,'?'),('_| TM^J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wp9uU5L(','b!b@VW7À͜','',0,'?'),('_43=','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\M m','p+/i!Zţ6m','',0,'?'),('_3t cT!X','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xNwy[8','YT rlQT\"@u?3x ?','',0,'?'),('_ Jh!jԆ','wp-content/plugins/w3-total-cache/lib/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYokD^Q -','0]=CGφw%`L7XZtӦ','',0,'?'),('_ S\\o>','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php',0,'/|SA:u','',0,'?'),('_(CM69','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nxҲk긝6_y','bMu/;DᝤtJC,v޺}޵','',0,'?'),('_8}?','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' mIYK^',']t)ݓJp0{Rr|','',0,'?'),('`\0\rٕp#1','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','liZb7z5','<κ5\ZiK>VtkWx^{G','',0,'?'),('`V̻lf','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PU$޳iR','JY\"뱅NÆ;k M@Bʅ}','',0,'?'),('`P %5W}','wp-content/themes/Divi/includes/builder/scripts/frontend-builder-preview.js',0,'{(I|\r7','{(I|\r7','N1a)s{df㸻@)','',0,'?'),('`S`NI^G','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(i@Gg0p',' G\\ctrQtл|+','',0,'?'),('`O(G7` M@','wp-content/plugins/wordfence/images/flags/ws.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0N=HOsT','%.=,)!1ZsSc4','',0,'?'),('`O4)=\06~','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_MX.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yCtF\'Ba;','eHJzT< bZ}Up','',0,'?'),('`X [ r횎E','wp-content/plugins/wordfence/images/flags/cg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UXB\'#Tw{','&;kWZr!TkCNŠFcc','',0,'?'),('`YB_z|k记83','>_z|k记83','C/p5{>\0Jf,f)NJԑa1lC','',0,'?'),('`rW:~Ug?@sI\'c]m7)8r','',0,'?'),('`Hpֈn\'!г','wp-content/plugins/updraftplus/central/commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!B!Xֶf\\\0','Ub-s4ry5G}ײW','',0,'?'),('`S[̓\0\\T','wp-content/plugins/monarch/core/codecept-local.conf.js',0,')@9š#]',')@9š#]','?Ѷ|Q7Q&&p Vn','',0,'?'),('`m[鴡ƿj','wp-content/plugins/wordfence/images/flags/vi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(~)NSϢԡ','bP1ԙK;|y_3r','',0,'?'),('`c0\\3','wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\"%éODZj','Z?=b\0D\ZZ\'˿_pwѻ, :','',0,'?'),('`\Z0>ll','wp-content/plugins/updraftplus/images/icons/backblaze.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ws}zs','rN3\\PA\nv*5@ZF','',0,'?'),('`z{Ib^@S ','wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ɻ@>ѳZ\rC','Nx4¼/b6ls>]OeMm','',0,'?'),('`J?zq','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-search.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*pj]G]k','.jHi\',zϠ̵\'Q ','',0,'?'),('`›(5w!O','wp-content/plugins/updraftplus/central/modules/analytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0X@!~','ϢLEM*gXød\n@Ev☳','',0,'?'),('`ßU4S8c++','wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a@ZmG','',0,'?'),('`88Bhݾ','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Z Sz','5삗XW\0\rKՖM','',0,'?'),('`hP󱧀s','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdla-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :ty$Z',']\\\ZH.oۈ\n`(]qq{','',0,'?'),('`My;><\'wP','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϏH]#{4s','O} OR3F0nY(;w2','',0,'?'),('`ڮ/ZE\0]܋3P','wp-content/plugins/wordfence/images/flags/pk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p,k','Ѷ{]Q>xAr]9bYU','',0,'?'),('`V:q+%J|#','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k߷|\'>[Ol','\\w!yv=KW[v 7','',0,'?'),('`BeӁpu3rf','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m 0۷#00','&Q1y\\ \0/sgT svg','',0,'?'),('`;\"-+~;','wp-includes/js/tinymce/plugins/media/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_8X/A5','[\n,m .rj2','',0,'?'),('`]j̛T3/J','wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0ɔnv[gN','kz;ưs>.\rJ2gc%','',0,'?'),('`J:v.O','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\Zfh','6\\ _[=\0jYp','',0,'?'),('`U2mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R`Дw<,#','?7:C{3=Fr`*;>','',0,'?'),('aЈϳ6(p','wp-content/plugins/wpclef/assets/dist/img/invite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rhlս','b0VQ2R|txIpJ,92ĵ57','',0,'?'),('aj݋(','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ca\'-LY','Δ)K)>Ez.+`XM;=','',0,'?'),('a\Zcr2','wp-content/plugins/wordfence/js/jquery.tmpl.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\}\"7ڷDZ','.IH\Zg\0H!7`gޠZzȄž6|','',0,'?'),('a(\0\'~uW','wp-content/plugins/wordpress-seo/images/index.php',0,'EЛO0cAg3','EЛO0cAg3',' 蚠{cFJw !}a9','',0,'?'),('a)TMWOoQ|','wp-admin/images/media-button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6@pz^ye','_\ZSjזY VZGen_ ','',0,'?'),('a)_\nG','wp-content/plugins/w3-total-cache/Cli.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/uPn','Hk\ZE+}U&AR;r i','',0,'?'),('a.IctRs.','wp-content/plugins/contact-form-7/includes/controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_حx1&NÅ#','?*Om~7p8G.*ic.7\Z','',0,'?'),('a3^2ܵ','>3^2ܵ','Fm`;h&$>݂q5Qq+}','',0,'?'),('aP`A6qQ ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w6᭰c\0#','`R?Ȍ\\1t\n<','',0,'?'),('aF8`-dJ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel.js',0,'_oA9$乨 \'','_oA9$乨 \'','(! p՞RJ\"=g#Mxi','',0,'?'),('a.~Nr$d\"J','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u!\Z/uÑ','Qsǥ|̀jT2&}j','',0,'?'),('aoaؓ=犢)J','wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʍM\rTS\r','`+/sZRٖ˄*80\r9\"\"!','',0,'?'),('a\'[~p','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ց\\:vø',';Y]]0Y2hiITnHRF','',0,'?'),('aVmOq','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5fV Eݷ/f','#$##*ALj6x','',0,'?'),('aFV2\\ƔMFW','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A%nE9','dHK7Cv`q]y\\P8ş','',0,'?'),('a¤:0D%','wp-content/plugins/wpclef/includes/pro/class.clef-pro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(/خqr& l','E >B$*\nG~','',0,'?'),('a#n2fl\\ ','wp-content/plugins/wordfence/images/flags/gp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','©ըm g','ṚȴQl7VWGYuQ(Z','',0,'?'),('a?_ˢ6jX','readme.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +S1K;k4','^!>Kו6l̊+E','',0,'?'),('a=⻻.f ','wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\nOvl M#','8v~k¯_^>Y}A_\\j','',0,'?'),('axnNmb ','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php',0,' :.@c޽',' :.@c޽','(U+է{Rk֏\Z`d','',0,'?'),('a(mEBl','wp-includes/media-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tt5qxvX','pH5-S#`X $wX\n;','',0,'?'),('acCH\r=l@ĸ','wp-admin/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7cn$i','ŨRк9SzLV\'+\'s S','',0,'?'),('aκ+wnpt=','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ge//_E','oVŖ\\&\r\n@\"G$Q}-W4P','',0,'?'),('aGj>','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rUQGjD5_;','c/F;gG}*RFSQɡ\\V','',0,'?'),('aUj޹ J?s','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_2e83ff_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+<9W0\'j%','MPQ߶#^&ՅvO=','',0,'?'),('a|\n|@X\nfM\r','wp-content/plugins/wordfence/css/dt_table.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gJbjJ9k:','o[PHyЊ}iGc~YO','',0,'?'),('a?X@ ','wp-content/plugins/wordfence/images/flags/lc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fFnmU%\\','LE +NơYDv_qcW5','',0,'?'),('bqi%\',ɥ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0tG7 =','`Rh^nt asF ;}Š','',0,'?'),('b 2ӷŹYqbRiWu','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.fitvids.js',0,'?d hSi,:','?d hSi,:','.v]?V~7A!C z\\','',0,'?'),('b sKHnq','wp-content/plugins/w3-total-cache/ini/php.append.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X[i:8',']ٌ(^ĥM 7\0~','',0,'?'),('b7]0Wbv','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Bh,Su7','aa0\rfM4Mk_M6','',0,'?'),('b\"\"C?)kI|','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/settings.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6%-yյK%','}3} ֖)G/K;ymS','',0,'?'),('b\"_n','wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F18S_:','WKUw\',K<\\Gڜ%HzKn','',0,'?'),('b32N?RVMCR\'','wp-content/plugins/wordfence/images/flags/bj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N,X\nlY%_','v)&;\nY7XౝJ}\ZW8O','',0,'?'),('b','',0,'?'),('bQGԱ %1]\'}7','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-functions.php',0,'%[ie~','%[ie~','Pvb#$$ESSt','',0,'?'),('bS9ED\0793;n','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-sms-notifications.php',0,'.ޚ⦙C','.ޚ⦙C','v^ع C]G','',0,'?'),('bUND>kGȸW','wp-content/plugins/wordpress-seo/inc/class-post-type.php',0,'cs0%,C','cs0%,C',' \'b. 3AQ@4IjHkrAc','',0,'?'),('bY,ϥYr۝;','wp-includes/js/crop/cropper.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ky5 ni*M(','ٸTޝOwLy=}gTl','',0,'?'),('b]$vn\rE','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RR͔%',':rBm.eFF\ncR/\":v5_#LV','',0,'?'),('b^G&5P4OM','wp-content/plugins/w3-total-cache/pub/css/popup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4/ӱyG`;D','qv:cwFB&ҸrJ','',0,'?'),('bu/~Iք9','wp-content/plugins/wordfence/images/flags/ge.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h!4:R','kRxa!F/2fXFCBiJ0','',0,'?'),('bvjq[\nHq','wp-content/plugins/woocommerce/includes/class-wc-post-types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vNp)gQ+VwO','O#uث^e,J4\\3e','',0,'?'),('b{8+!-','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_flex-grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(kb_#ܹ\'','sncORYlI_s*?YI','',0,'?'),('b{a[Yc#:[}','wp-content/themes/Divi/core/components/api/email/MadMimi.php',0,'!=A?','!=A?','ɘijAXd9`@]y-','Mi\Z3+R}q1IA','',0,'?'),('bJţ#ڌ','wp-content/plugins/wordpress-seo/migrations/20171228151841_WpYoastPrimaryTerm.php',0,'o>0x醓R,Y','o>0x醓R,Y','[E7ռպUR?5X.r','',0,'?'),('bʡF1t= v','wp-content/themes/twentysixteen/js/color-scheme-control.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zp2/>)~Oz','LF\"= *F_Oy{J*v ','',0,'?'),('bp=Z\\Qڿ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zRV6#.1','\n*\r8','',0,'?'),('b`Ҥ-17@','wp-content/plugins/wordfence/images/flags/ag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$ , ','iCyYXnyT\0}K̀/r,','',0,'?'),('b\r#9a$wn','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php',0,'AFQޣMR','AFQޣMR','3\'2\Z]r$\nHgc%?fRmAc=X','',0,'?'),('bҌ &?{','wp-includes/js/customize-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򺘾D@xG','>=\ne.QЌ[sC','',0,'?'),('b+ƴݟ3','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!zNHo;%?','_g:+/W ]M6\",_y','',0,'?'),('b\"^0Bp#Ic=d','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cptu-sortable-posts.js',0,'t:Jd̜w','t:Jd̜w','90}U`GI$B=ZUZ^D-#','',0,'?'),('b} =_','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/layout-panel.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('b?QeJ2~(','wp-content/plugins/easy-coming-soon/theme_options/pages/images/arrow1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s)~s','k|w^--ׂak z','',0,'?'),('bM ^','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ՂNڃ$','G!Ƕ[\"pbaQ','',0,'?'),('b_-YJ7Jk','wp-content/themes/Divi/core/components/api/email/Feedblitz.php',0,'tVjEb\0Z3b*','tVjEb\0Z3b*','+WF\0\'pV:G(Xz\"zKn','',0,'?'),('b;)L^X','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MȿJ(.8.|','E$r$nn>\"ޡPYd','',0,'?'),('cCRyqJ}/P]','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǂǶ[8AiK',']m7^UUM%\'z@d?','',0,'?'),('c\rMIMYtL','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-opengraph-validator.php',0,'\n)\\ߎ','\n)\\ߎ','\05s(1; uݙp','',0,'?'),('c.K-k3d','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php',0,'w-ewSzN=+','w-ewSzN=+','ǐkoWe\ZS 5\Z>Zه]f','',0,'?'),('c4L]˞Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\4ZeN]%D','ZuE><;7)AJ\ZOE?BC-V','',0,'?'),('c ?Ϯ~]ٵ','wp-content/themes/Divi/core/components/api/email/HubSpot.php',0,'-<NTJBr','-<NTJBr','?edhtWNŠ/\Z{b43/*}2v,9','',0,'?'),('c\'qVs/~','wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%<\\B)M',',j\Z x!rg!$D!D','',0,'?'),('c,d#Ff]4G.','wp-content/plugins/google-analytics-for-wordpress/assets/images/seedprod.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nfoAs',':q?ڰ!L#ddϟQ_:a','',0,'?'),('c,[xޫ3\n@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@`&n|}A','\\ۙ  }Mg $0 [B','',0,'?'),('c42jxcd','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7݆Ζ}l','e`݆ .΃:jE\ZҰ5\Z)','',0,'?'),('c4*)]+6eoY','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i.MǢгlXmTu(','ъ61.-r.s3ٸ','',0,'?'),('cKK{7ⴔ)','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l{A (F','\0 |扭+uP?zCڹ','',0,'?'),('cO.e(P L','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-vendor-commissions-paid.php',0,'\"x\'X8','\"x\'X8','!Gou[ LJ\\V(hc','',0,'?'),('cT3LY`?{7|','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.W','6Z\0)B?qꐃasU','',0,'?'),('cj\'9HCA','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/charmap/plugin.min.js',0,'cni?K%','cni?K%','?fC΄BGGjӗ S\0˝nW','',0,'?'),('clhJ>8M','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BIb ^wF','zEky\nE;1]GmY|','',0,'?'),('crrJ;_z {TM','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}a##\"','',0,'?'),('cx8Sq','wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','İA{h9&iﳪ','|(n~#f _UٌqLXj','',0,'?'),('cqZf)+','wp-content/plugins/divi-builder/includes/builder/scripts/ext/widgets.js',0,'2H)nB䔘 \Z','2H)nB䔘 \Z','Rxn0Dr]~hllfL#[','',0,'?'),('c\Z%','wp-content/plugins/updraftplus/includes/Google/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƣyu\rXON,','c5rIeNZ71A\"q`%','',0,'?'),('cq\\͇ӔնtJ','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/layer/plugin.min.js',0,'8(U]$磇)','8(U]$磇)','ÕwS$H6}f ,\'X0q','',0,'?'),('ct银 9D','wp-content/plugins/wpclef/languages/clef-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nG#pY\'','B< Ⱕc3.x(OQ','',0,'?'),('c_,\"B)1','wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php',0,':ud+*}FYw',':ud+*}FYw','\Zǚ\'/15P^;Oz#(','',0,'?'),('c}f786t/','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/paste/plugin.min.js',0,')>|K*\ZbH',')>|K*\ZbH','KV#`7,>Vҵ\'\\E3!','',0,'?'),('d 1쵓-;O','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`0F$TCU{','C9!lr)','',0,'?'),('dTF/p/l','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pN3\ri','YPK6h5R_M`U$굽/A','',0,'?'),('dtn\\eQNo','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-woocommerce-compatibility.php',0,'AHh\0ǫ','AHh\0ǫ','䕬fK+HI.єH','',0,'?'),('dx\r =\0\"\0\03fL','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?yYG','d/{{<``zA`4E','',0,'?'),('d!;<|>','wp-content/plugins/wp-smushit/_src/images/plugins-defender-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1j*m','9!@Z:s )m^Ϡi','',0,'?'),('dF*ع0d.','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-\0N','C{@3( Ϸ@ѡ7','',0,'?'),('dEjHU<~\n>3ZW','wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ilMb{m\ruf','Zo?аfG?A5ws7/ܔ','',0,'?'),('d>lHdess{','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wc-customer-order-export-support.php',0,'9b\r\'','9b\r\'','(X\\*=t:jvd}2','',0,'?'),('dr别,7d','wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\ru<','\'k~!ρfzprt\"݋','',0,'?'),('d3k+l','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','07m!Pb\nJ','G&t2@>@xcW]@','',0,'?'),('donW>a','wp-content/themes/twentyfifteen/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/n]dz?','*SW.~5t=Vp̦','',0,'?'),('d*~:l7Ͱ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/screenshot-28.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OYo 0','n\rA{ icd\nel\'ܾ<{<|훿','',0,'?'),('d<s}gu','wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U|/x eG','ͻ!BˈcQwG~봴|=h%','',0,'?'),('d\\oܕκZ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{LƲ(','߁PuQ;琮JG%U','',0,'?'),('d7Ga]g','wp-content/plugins/divi-builder/core/admin/includes/class-updates.php',0,'3^IdR[2\Zm','3^IdR[2\Zm','o*}\r.gr`]q&?\\/oW','',0,'?'),('d(%J@G','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\"ϒT |ؠ','Uk9fJ`6Veqz1{gWWi','',0,'?'),('dփ4ױM/','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z3]^\0sm',' j_\nV;t\\p8\n','',0,'?'),('d+-CݲNQ','wp-content/plugins/wp-smushit/app/views/summary/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O`(-Z;E','oՀ6xA g)Ă4','',0,'?'),('dѓ#VԺpf ','wp-content/plugins/child-theme-configurator/includes/classes/Preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ga֥1}','ٴgl~> \'TNC0rІs>+','',0,'?'),('dߨ 6 #<˯','wp-content/plugins/updraftplus/js/tour.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QҴH*޶b&_','Z.5ҋp?ȘQFG?7','',0,'?'),('dvoWʙx','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF32-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3zΪы9','H[$o\\;WPrɨ*q\\wXD͡,','',0,'?'),('dCcQ!\'','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_appearance.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lCm*It','{8\ZM[\'ꆎnl','',0,'?'),('dm\0$a;','wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(2a?','2ư9!A fSxܮ|@%9U6lQU\\','',0,'?'),('dhħ{q42K\"','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=pm Kدat','\r[jjՂrVh`FrES {b','',0,'?'),('d?>*mC8\\','wp-content/plugins/instagram-feed/js/sb-instagram-2-1.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G2_?6BN','ߗiZ攫 R<ا','',0,'?'),('e|i_7','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r0lpM','K徔Y9S&','wp-content/plugins/wordfence/images/flags/ci.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hzPF+dy&','%v7XyCW|63n+5q','',0,'?'),('e@xEj0qŁh(','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link/plugin.min.js',0,'ـFGvE?awM','ـFGvE?awM','\"\' ԰SFNA8%FW\Z_l0','',0,'?'),('eFre\\@','wp-content/plugins/w3-total-cache/Root_Loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 sԁ\0','K2V\r}~񧢞FȋĤ2f,vDҩ','',0,'?'),('eW`%ڵKvSb','wp-content/plugins/woocommerce/i18n/states/IR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^L\nv\"=','C!ɭ@OPj};k ::+cQ','',0,'?'),('erNDZ4A*','wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sU 1xbH','r_m\nq[BCYt`Kp@>','',0,'?'),('evl(=/HZl','wp-content/themes/Divi/core/components/api/email/iContact.php',0,'+8\0[X Z`','+8\0[X Z`','\"T__m>{XAo4Y9)','',0,'?'),('e7*>h','wp-content/plugins/monarch/core/components/api/email/CampaignMonitor.php',0,'y9,3sڔE','y9,3sڔE','Oc4$yAq*4*j&чR t','',0,'?'),('eZ|˸ v*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',&e5jƛR ','ɶ+(,[O\0,_:hJb','',0,'?'),('eщG7X?\0B','wp-content/plugins/wordpress-seo/admin/pages/social.php',0,'T=$K','T=$K','V|rp\nvuW\n','',0,'?'),('e\Zϧ\0}y','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_6f2Q 4','#E+LJ!l%3GtLyxg','',0,'?'),('e50','wp-content/plugins/wpclef/assets/dist/js/badge.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~','J+94o;P {;~cUu','',0,'?'),('eպ~ָL}','wp-content/plugins/woocommerce/includes/admin/views/html-notice-simplify-commerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ytGEg\ZƆ+','E!F鰿|eOoXPl+w','',0,'?'),('e^#|ۍTЩz','wp-includes/Text/Diff/Engine/xdiff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֹb tX8GX','[<0ąaD)tJh(C[uH}sҘi','',0,'?'),('eYI,','wp-content/themes/Divi/includes/builder/module/Toggle.php',0,'\"2&^','\"2&^','v  {5dAxzm|gVIb','',0,'?'),('ecW ;3cv| R','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/Gemfile',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wFQBm\ref','cȹ#>\r0 Rr GI','',0,'?'),('e͵j','wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','حDec~','φj?{r]X8Q ','',0,'?'),('ex5Νufa0\\o','wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-PUHM9dv@','7_H!D0K=;\\\ZtD^.','',0,'?'),('e.y>k','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php',0,'+x܍.:','+x܍.:','հ[߱0 q\0AXQ.YBIWE0','',0,'?'),('e','|ᅆ\'61\nɶN `jX]3\0','',0,'?'),('fw}WE~Q\"%','wp-content/plugins/woocommerce/assets/css/prettyPhoto.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!QB 쓜','P9@)df]foQ]:0','',0,'?'),('f~.m.3p~?8','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/third-party/imagesloaded/imagesloaded.pkgd.min.js',0,'Qu2\\]2N~','Qu2\\]2N~','k3Y_Um/P!>O/Jo','',0,'?'),('f,Mz*cig','wp-content/plugins/w3-total-cache/DbCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`NbHݛj','tQ䎀O22M\Z\0%rUJ','',0,'?'),('fu3\nM\\}6*0','wp-includes/class-wp-customize-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLuuԚJr+','n|zg \'+.W40ԂfX o','',0,'?'),('f!^1ցAZ','wp-content/plugins/bloom/core/admin/js/common.js',0,'J h+ER\Z','J h+ER\Z','YYȳMAIWD\0\0/k','',0,'?'),('fܾmh{','wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',f!L8#','Rf-\"?Y` Ŭ?O=db-\ZP ','',0,'?'),('fͻ⡠P','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime/plugin.min.js',0,'U%K&:;Yq','U%K&:;Yq','lӷRN`@€Vw &~?t\' ','',0,'?'),('f+ WKZ\"','wp-content/plugins/wordfence/images/flags/bv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҒTǯWF5~','ianuvwگ;v^ $\"t)[*','',0,'?'),('f¹Pu','wp-content/plugins/wp-carousel-free/assets/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h|O\Z+&Nj',',0ںX-Z=B&p85','',0,'?'),('f,b','wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LF\'LV\Zjf','cаͷKo @jk@AjwJ','',0,'?'),('fyĐƼvhK','wp-content/themes/twentysixteen/inc/customizer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x zCH\'[{0','ݠ~[١}rܪKm 0\\','',0,'?'),('f霰f؟|hUL','wp-admin/includes/ms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xy  + ','P:{Ch4\nf\n\nz','',0,'?'),('f٦B\':^ŝ','wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6ĥHAS','N2Y+/#CsGeGeiD{6bSlkN','',0,'?'),('f )洖7ۣ_','wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z}d5','^|,ʷRZ&p','',0,'?'),('fL2aBM9 ','wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hTjx*4zHc\n','RV9kŕVU:H6.?ت','',0,'?'),('fzynV','wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-fca-theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('fBDFr\r\r','wp-includes/Requests/Transport/fsockopen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!JO`\ZHH??','?l;])O=bֹ\n','',0,'?'),('feR)','wp-includes/SimplePie/Item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E!Cz\0c<ܧ','1K6]Lݲ]`rS{Ul','',0,'?'),('fЭJ6-u]','wp-content/plugins/wordfence/images/flags/nl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kɞl\r',' 2(6LD\"0FblFt3','',0,'?'),('fj)&TF@M7','wp-content/plugins/woocommerce/templates/checkout/thankyou.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','γtT?JQa','hLt\"{W(;H)','',0,'?'),('f,~Y\r\n\r','wp-content/plugins/mailchimp-for-wp/assets/img/icon.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0= 4',']oRfĸu .ozgڙ0',' FdbAsU0v-XdBb','',0,'?'),('gBRY?fڱoPcϗZ','wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G S`쓌U','j\r4jL9\0@)zHO)(.~V','',0,'?'),('gB-qM[ F1','wp-content/plugins/monarch/core/components/api/Service.php',0,'w\ZU ۯg','w\ZU ۯg','qqWN9bca4bGr_;','',0,'?'),('gIk@i@#','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\0y >eg','](\'Ip lCZ41V:Ia.A=4','',0,'?'),('gMBM}ޭ!','wp-content/plugins/wordfence/images/flags/bo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&7_ |>)','DE-f#ԃ.}BA7F<:6','',0,'?'),('giѾ+dPjλpU','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_transition-property-name.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WG䮙?Ni','!B1n.\ZWdYXyF','',0,'?'),('gm P Yޞ\r','wp-content/plugins/updraftplus/central/modules/core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rܣ~o8o%?','ȏ|\"g\\;0TYFȜ©*','',0,'?'),('gnYn Q_)','wp-content/plugins/woocommerce/includes/emails/class-wc-email.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[LIR#7w?y','\"K.2`۟؞]@`Je','',0,'?'),('gq+mc\0RCzGz`','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_background.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vNTk&ND?','1L GRipJxShxylؿK?\05','',0,'?'),('gt.H*W=C','wp-content/themes/twentyseventeen/assets/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p}cAZ8j','j}h&n:R8_l#,Y','',0,'?'),('guOK\rĶhU','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %S#<;','|OC20J30ru#F(','',0,'?'),('g|y_o4\"XN','wp-includes/images/smilies/mrgreen.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-5^Jj','Mg$+;\05H&\\E6%w','',0,'?'),('gdCZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ktN0+Я','mⱺK$s','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-settings.php',0,'S5 /M3K,u;','S5 /M3K,u;',']\nf|<N,=Ωhz dB','',0,'?'),('gt9[ n','wp-content/plugins/wordpress-seo/frontend/class-primary-category.php',0,'5wYH?&z(h}','5wYH?&z(h}','*%*]ÎM[xyec&{D','',0,'?'),('gf1۶y;_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=M\Z{8)v','`.1\'G\"\'0T2gCEO\\@|!UFp','',0,'?'),('gQ55)[Z7s','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/infobox.php',0,'~˽lw?','~˽lw?',' Ɵ#QsDDnG\rwv;)3!','',0,'?'),('gUid:)','wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oQiR_','>H|d3-:U׺hjc ]UxC-','',0,'?'),('gtԣ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-new-vendor-registration.php',0,'eUi;','eUi;','Ca)`_iHn\\k6y&3>sej','',0,'?'),('g~)~sʞI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(V#\0Lά','',0,'?'),('g>@3\"X0O','wp-content/plugins/wp-smushit/app/modals/reset-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rb`iI\0ޜ.',';cUd Ij-w{Hf','',0,'?'),('gW[OU\0','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kYMaɛ2$q','B!(\Zp=+G 6-','',0,'?'),('gx8PMo','wp-content/plugins/wordfence/images/flags/vc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jF\"{|0','E۳ަDIĿi#l#+v/','',0,'?'),('g˺3C,','wp-content/plugins/wordfence/images/flags/bw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E.g;z','YX\ZGlT;f-s^y5 z','',0,'?'),('g]bR% ZE','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bj߭mq| $','y=Į\n?nBn0.X','',0,'?'),('gK=|ZI','wp-content/themes/Divi/includes/builder/module/Audio.php',0,'P$yѵ/[T5 7','P$yѵ/[T5 7','$hj PLb%~U9','',0,'?'),('gEd1D}','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>bXeså̐','n}|p9jB?+*W!F%R','',0,'?'),('hiFǷɵxN','wp-content/plugins/wordpress-seo/inc/language-utils.php',0,'Y>O$0݈Ro','Y>O$0݈Ro','ȶ9nK܌cl\Z*Z\"\n','',0,'?'),('h \0hq{A','wp-content/plugins/updraftplus/includes/updraft-admin-common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʜ({ϲ܅h)','ɈpH4۔}/Zn˸+~','',0,'?'),('hMxh\'','wp-content/plugins/wordfence/images/flags/ly.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C̲ۨb#~헧/1','wp-content/plugins/w3-total-cache/Mobile_Page_UserAgentGroups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\U\rva*uW#g','\"HV;wE` 8|<Vqczc','',0,'?'),('h\'tgW/)qr','wp-content/plugins/w3-total-cache/Generic_Page_About.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0;GaA}Ϭ','xu_c1z}1sB>ZQf','',0,'?'),('h-= o:','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2]z`ϵE,','S\\מAbу,A1P9 ڇCiX.','',0,'?'),('h0X-i^G`8','wp-includes/pluggable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Ʒ@ ','yO_8jzSXo΅{9)','',0,'?'),('h4#3`-݈\"','wp-admin/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?>zͩz&',',6I;G+pblZdyc\0','',0,'?'),('h5oC[֒\\˘^Vq7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\"΃Yp&F`','n,^G~{ S+7ȱ|','',0,'?'),('h@Z%RF;ti\\m','wp-admin/css/login-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';H~Vz$','(g)-Aԇ-3ޔd~פ!}','',0,'?'),('hCj/Z}%9n','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php',0,'-M++\r\0Vq»N','-M++\r\0Vq»N','c/tUkUN@y8zu\\','',0,'?'),('hFՄ)ih','wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eK[u=tv3','򰢺/{f곕E\r{Q2S-CxC/Nn','',0,'?'),('hOMK-\n\n','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/package.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{P2˹kXA','Pi5SRyۓ7|G\nB','',0,'?'),('hTԕw\0\'F','wp-content/plugins/updraftplus/methods/openstack2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wNAǹL#','fQeTlV\'\"ÓƲl93U`D','',0,'?'),('h^\'(螗lC\082','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay-single.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mA豌,3F\\',' Kėqr#M/w,h }o\\ ','',0,'?'),('hfRC(arH','wp-content/plugins/easy-coming-soon/theme_options/images/project.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC[>\\D)$\n!','oy/O%շ:,{p;H$fO','',0,'?'),('hgj7PjqB;','wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/\n$!%','',0,'?'),('h}Mv1\ZQ lO','wp-content/plugins/updraftplus/class-updraftplus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ѝu6j D','}Xck\0#ɫ@s2\"H','',0,'?'),('h~\\@0M5YH','wp-content/plugins/updraftplus/images/notices/summer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T BE\r','d,=>alxƩU6y','',0,'?'),('hf@_?OU','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/wonderplugin-slider-functions.php',0,';\0wzkBe<#',';\0wzkBe<#','[Tn Ejd($:!hΝ\0s><','',0,'?'),('hW(g_,rGk','wp-content/plugins/wordfence/images/flags/tm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}kԶϯ1t6','>Wy@\'ܼoWB~v-Y','',0,'?'),('hp܎\nPotI','wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutCategory.php',0,'ӟ!_Z\rh+','ӟ!_Z\rh+','#t\0/9#0X\']K̨ʐ?\0','',0,'?'),('h~x`h ~?','wp-content/plugins/wordfence/js/jquery.qrcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԹXp`me<','wP\0pzuYDSz(WߥP3$S','',0,'?'),('hL=9JNd:.d','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sl_SI.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=1XiA^_D\'','{nd} Zxqd̻Z/b','',0,'?'),('hOM->J-Q:','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˃$f','1\r{l5\Z(;o,b]hF*5L','',0,'?'),('htmLOQw2pRS<','wp-content/plugins/wp-smushit/app/views/cdn/disabled-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؊ȉ>3^8',',NS1$ -fjC_JFC-','',0,'?'),('hV5n','wp-content/plugins/w3-total-cache/inc/options/browsercache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ]kȆN䵬','p_Xh#[0|c!i9UTx|Š&','',0,'?'),('h<]OpNCƴ','wp-content/plugins/wordfence/lib/wordfenceURLHoover.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\'g-ԡ\'J',']C42{8`j&C^dYfV!','',0,'?'),('hIKr(','wp-content/plugins/updraftplus/methods/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hx#&%z','+W[7NNe7»gǣq','',0,'?'),('h=?I!XB','wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php',0,'inE\"u\ZSd','inE\"u\ZSd','O+M #EVs喉\"XKpu<','',0,'?'),('hFPBUay7','wp-content/plugins/wordpress-seo/src/watchers/indexable-post-watcher.php',0,'M%WuD֞v^','M%WuD֞v^','<\Zv8\'eGڂ-N\Z;b','',0,'?'),('h\"ϼ!&\\8','wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V`HH.ܱ$|\'u','D\0@\Zϓ\\Zq','5N\ry\rAj.|Dqr(bb!T 8','',0,'?'),('hf\'2ӔUw','wp-content/plugins/updraftplus/images/icons/azure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r~I> iX*',':fxu%oXw |ipӯc|#j','',0,'?'),('i kmCxʷ','wp-content/plugins/wordfence/lib/wfDashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sAm4VR!?','}u\ZiXHc!tuَ|`uKE','',0,'?'),('i Maj','wp-content/plugins/pdf-embedder/lang/pdf-embedder-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yaWsD ','ѬYԡ\'k(dCoxܝuAdWU','',0,'?'),('i뽼i?=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ qL+Sm','h\0wgA[Yz?y!ɳ~s','',0,'?'),('i;&o?','wp-includes/IXR/class-IXR-base64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*6DTe','?F]L2}\rS@b2OouU\'O','',0,'?'),('i\'pm?M$\n','wp-content/plugins/wpclef/assets/dist/css/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~=cŅ߿i 5','mrEM8R|FJSRP7IMM','',0,'?'),('i)}\"L31','wp-content/themes/Divi/core/components/lib/BluehostCache.php',0,'ȧ-1 MNƝ i','ȧ-1 MNƝ i','.ZB#&\n#XQ`i=)8 ','',0,'?'),('i+`p])','wp-content/plugins/wp-carousel-free/assets/fonts/FontAwesome.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\']>\\v\\2\ZM','qoO$K]g3nÒѐ~(R','',0,'?'),('i-#{-mvZ','wp-content/plugins/w3-total-cache/Cdn_Fsd_CacheFlush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Utϰ.l#','EWC\0oCu N~(MS >+M8','',0,'?'),('i3,\"uĉZ4\"E','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kBGbw>!+','z FߓoeU&uw3\Ztc&','',0,'?'),('i8LO尞sL<','wp-content/plugins/wordfence/images/flags/nr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\ZԶ|','n<)eqGnc?#r^k,u','',0,'?'),('i~ӎo\nY0(\Z','wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-921.min.js',0,'r``Ob\n͒','r``Ob\n͒','j`\0vUl!#uϜl;+/','',0,'?'),('id*[x:5p-','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-customers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CͿZuTݼ!','ϲ|upU6r\"gϴ5\Z 1','',0,'?'),('iW?̾+$^ ','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin.min.js',0,'+4jf\"گ','+4jf\"گ','b̡\\mޚB*YLjn','',0,'?'),('i k;fgA','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/link/plugin.min.js',0,'1D4|','1D4|','Սz`P>b#\\@Gbv=%','',0,'?'),('iPӶ/','wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XqÙȵY+','=/#`{rH+|yw','',0,'?'),('ie@R','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}z7#sFx#','<_~\nE^l~!,wk7dZf+','',0,'?'),('iC>yj','wp-content/plugins/w3-total-cache/Cdn_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.!IC,,qx','&vMcq)CZ(4~ԓ4C','',0,'?'),('i@;yK/~','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-listing.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \r`s>ēf','a%-\\\0\ne~0*Qd','',0,'?'),('ijtTmw','wp-content/plugins/bloom/core/components/HTTPInterface.php',0,' Ez},5cY','',0,'?'),('i4O|OX\0E','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/dummy.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('iU\\n;J','wp-content/plugins/woocommerce/includes/class-wc-https.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-fxQ~!K D',';_d 9F-%{Kt','',0,'?'),('iQr2K=LQ^','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/exceptions.php',0,'p%-R\0K','p%-R\0K','xaq8R{_W*5\ZS,m~ūV','',0,'?'),('i2uɭ','wp-content/plugins/yith-woocommerce-membership-premium/includes/reports/class.yith-wcmbs-download-reports-by-user-table.php',0,'3 X,FS;','3 X,FS;','XL];\'-{9?J4ՙ`h0!\\t','',0,'?'),('ikCT,','wp-content/plugins/wordfence/lib/wfIPWhitelist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ia|0 \n5a','&;P{$n\0tr \0m`(Ŷ^','',0,'?'),('i些b6 eg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aMZX  K','XBNyU(ү 9@W7l; ','',0,'?'),('i\'#7 [$^,U','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/exceptions/class-wc-gateway-ppec-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<{q⡖ ','ch˥+BV7M,v','',0,'?'),('i⌜P_ ye5','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-gateway.php',0,'Sw}7m-j','Sw}7m-j',']v\'}?','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D@]Au /','L-AR?WDxIiGz2','',0,'?'),('j!\"wq-D2','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|*ćٖ ','.lűh0p+5~;dV','',0,'?'),('j&V164','wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r9 #{','ᄆnѿ0c~NrAug~ΔI','',0,'?'),('j(i,q0ҙ Ȟ','wp-content/plugins/updraftplus/languages/updraftplus.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w[0','4n8-B%j5}W2p]س\\i','',0,'?'),('j@МNR\\n}y','wp-content/plugins/pdf-embedder/css/pdfemb-embed-pdf-4.6.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʑ 6] b4Ɠx',')M#?R 9ڄo^V!cW','',0,'?'),('jJ4Կ6\"5','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example/plugin.min.js',0,'ˈ\'Ď\\c̄h','ˈ\'Ď\\c̄h','֭q$i܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FqCr','r_ԉqO^\':6D0r2zMIlj;\0X','',0,'?'),('ju%Ɋ\r\0Fҧg','wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^UÏZkP(',';ȦoK%*r]DW~ISqpPz','',0,'?'),('j䱋%]','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')d.x`1','VD:̂3e,Z8','',0,'?'),('j!eN','wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginslider.js',0,'x.3\'{z','x.3\'{z','- {S 8?=VhL;`9KVp]','',0,'?'),('jifꔒB','wp-content/plugins/woocommerce/includes/class-wc-datetime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q/v+B;!r','6cr&@\0\nX ޿|&#\0','',0,'?'),('j)nQ8ޮD','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]0޼|0','jK\nrK*Җ_N?u','',0,'?'),('j5F+o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm``9','$멘9ilC\02','',0,'?'),('jX 5pyN}','wp-content/plugins/easy-coming-soon/theme_options/images/slides.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC[>\\D)$\n!','oy/O%շ:,{p;H$fO','',0,'?'),('j Qi*/T','wp-content/themes/Divi/core/components/post/Object.php',0,'>#5[VR','>#5[VR','l_@/Ixs#Y','',0,'?'),('jqXO','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/store-location.php',0,'Sڂʡ{frŒu ','Sڂʡ{frŒu ','\0nơk]߮O)&\rt[W','',0,'?'),('k\0fj2: {?','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/emoticons/plugin.min.js',0,'We uH_WL)','We uH_WL)','ں }7\Z#< ±','',0,'?'),('kF3l t','wp-content/plugins/wordfence/images/flags/ms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޛyǨxW','r:1fJH)81(G{,R,m','wp-content/plugins/instagram-feed/img/loader.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9)ZnQlN[','`iv*ٺ5[9%D-X','',0,'?'),('kM ̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@3ÞɵJ','oފ.n|3:(vN |ZZ','',0,'?'),('kN(lZfE\"Lm','wp-content/plugins/contact-form-7/wp-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۅ\\ݨƃk','&dULΥ\n\rnB앎2i2V\"\\H','',0,'?'),('kNf-D!m','wp-content/plugins/w3-total-cache/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('kg\'c}','wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T. aC\0','֤JICC[|\"w匯{m','',0,'?'),('kl\Z$N','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0c\rMqL}','s ɍa]\'4>n,S Eu','',0,'?'),('km|Kma0\"*k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','勼eOl rl','K:/£:~šj','',0,'?'),('kz |k_I i 5Q\\\Z','',0,'?'),('kaJ\Z\\D.P','wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php',0,'Rx5ob#Q','Rx5ob#Q','#W_Wx{tWSOL\Z\rpJUF','',0,'?'),('k2.g/\rn','wp-content/plugins/updraftplus/languages/updraftplus-ca.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pY˛͜)','=wN0yFa\rR:< V;_','',0,'?'),('kq\\7n2G','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F5NE?Vcu_؂','!uWP@<ߋ~EVw[8','',0,'?'),('kCjS<m<','5~Tj/yh8S\nm-lW','',0,'?'),('l9=h,>&','wp-content/plugins/wordfence/lib/wfDiagnostic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qSw9=ԝ','jv8[jgc6!GS.TT','',0,'?'),('lF\"F(','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/membership-cancelled.php',0,'ˆ\n 3T4WO=','ˆ\n 3T4WO=','rkíg2wt=DA','',0,'?'),('lKS@_I6','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Џi54IS','Z)K~Nuj xGm','',0,'?'),('lldH0ɦޓ','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ԟ#ߡْw','=o~3daBZDB}2Kt_\"\ZG','',0,'?'),('lrn4pRJz','wp-content/themes/Divi/includes/builder/module/Sidebar.php',0,'lnz','lnz','zd?M|?{BF\"$Tǘ','',0,'?'),('lsbe{veXO','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qֳl)5c','1F.g諂C 5&>)M\rړ','',0,'?'),('l@Ďm+]l;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' y<\"PϮ EE','\'ޭF 00YL_az','',0,'?'),('l{{S&$a|','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-gradients.php',0,'Sa\"༫I{\\','Sa\"༫I{\\','K\00~I򇆴 ^Nn7','',0,'?'),('lYӼ\0tH!r','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php',0,'XA{j(\nz','XA{j(\nz','Z`&6\\F+\'m\nBF','',0,'?'),('lLXiUv8F','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!-0\r#`1U=b$71','l0\ZKn񋤉E> \"\\=','',0,'?'),('lЉO45̆Z','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/videobox.php',0,'ҽ>8KB','ҽ>8KB','lx|0<@(Gl; ','',0,'?'),('liK6','wp-content/themes/Divi/core/components/data/init.php',0,'Ѕ-\0ja','Ѕ-\0ja','gT|ȯ/Dж# \ZS#AX','',0,'?'),('l_#oݩDא','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\\L LvI','c+.21 I .Vک9@YǨ\ZY','',0,'?'),('lꌘb;W4R','wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TK','E=ތ\Z֝N葂RL:0ߔmdWn\\g','',0,'?'),('lF[FʬIs','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.sp$e\"6','4?;PJM/5ܴ;؎,','',0,'?'),('l[\0Etx֐','wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php',0,'M,*)','M,*)',' }kX*kXJOtt+j','',0,'?'),('lRD0@BH4','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.\"][c48қc','ep2s]Q)uSfU2!,','',0,'?'),('lBj2','wp-content/themes/Divi/includes/builder/frontend-builder/view.php',0,'hh8i','hh8i',':]Πi8ivSgMEȋ','',0,'?'),('m\nx4@=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VR\"iR:|/','ULc5>\\܍mdݰY(\n6}\"','',0,'?'),('m\n適WX?','wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')[+ZFꥬ4','Z}+\0\\H\0cV|m\Z(I','',0,'?'),('m DTmsA}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{޽A6Xi,','L# VO \\HȨ\0)K8 )I','',0,'?'),('mpСԮ!B','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/responsivesliders.php',0,'˓~VH[5 \Z\'','˓~VH[5 \Z\'','i\"8+\n^O`%ơik','',0,'?'),('m<۠Qqp@','wp-content/plugins/woocommerce/assets/js/select2/select2.full.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S#G`\0עRxmc','I;QYk^P&~ɮ?W','',0,'?'),('mSdAE\"I ٦','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-commissions-by-vendor.php',0,'ķHR/M*','ķHR/M*','sy+39#lw|','',0,'?'),('mȊ#','wp-content/plugins/w3-total-cache/w3-total-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_޷H`oX\n','gCrldѴrDN24Heb','',0,'?'),('m +7f\">)','wp-content/plugins/updraftplus/images/icons/updraftvault.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A RʂD,d','W\Z𖽪R^xǧpꝍS3\ZU','',0,'?'),('m(;l 3(؛fg6\0','wp-content/plugins/instagram-feed/gpl-2.0.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@¼h\'#','\0v1sN>cID٦I0-','',0,'?'),('m/p K3q','wp-content/plugins/w3-total-cache/inc/popup/common/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/KJ~','\r^jZd {!NtH@U@S','',0,'?'),('m<%}W($','wp-content/plugins/updraftplus/methods/insufficient.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ftoS( s ','#m;rJrQ7Xnt','',0,'?'),('mAYRb|S','wp-includes/ms-default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AY$oMiw','J.<;b=^M,V$9?','',0,'?'),('mB:R\Z`[g[v','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0`s~z^','SX*>cB\\:4F+Vq\\-Sy','',0,'?'),('mE\\)o','wp-includes/js/jquery/ui/spinner.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':2a+R!e','I)`߹*NVjd̲cZ朸S','',0,'?'),('mExxeM=ٰ#','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-ipn-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':K','&D2#\"2<5!MȚ[fȦ4','',0,'?'),('mI0b1xXſ','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֲ\02p','iD+m)j~P\"y\'UjD~+cpї=@','',0,'?'),('mMd-6\'K','wp-content/themes/Divi/includes/builder/module/FullwidthMenu.php',0,'!\\2ud\'2\"4(e9','!\\2ud\'2\"4(e9','srfԘ/Ԋp5F\\','',0,'?'),('mY }ɽ ?','wp-includes/js/jquery/jquery.ui.touch-punch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LmQ4փ]','k>jT@z՜.OBj0\'t','',0,'?'),('mi k8[\n\Z','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/83pv-RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bt=2ZK','\0y3^!@ԿOΖy IF&E#8k','',0,'?'),('mju*x\\%i','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/how-to.js',0,'?>֬P!󇟦','?>֬P!󇟦','Ȗp%A } \nA<N_٬','',0,'?'),('mJΐ=ic/fQ','wp-content/plugins/child-theme-configurator/includes/classes/Analysis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CBEC|f','>LcB\\:\Z?dKfꀼͩ','',0,'?'),('mp} n܈a\'~','wp-content/plugins/wpclef/assets/src/sass/login.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ݏAD[',']SH/|0U嫛~a 4ZJ','',0,'?'),('m-\Zm1w','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( ~kk','i/U՜jK\ns>zTasUu^v','',0,'?'),('mȠ}: /Y','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js',0,'W+jZ','W+jZ','PU3t4pыWę&h','',0,'?'),('m\Z/','wp-content/themes/twentyfifteen/screenshot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[tծ1OrH^\r','WAL3\'j\r\rNfFzaqUl','',0,'?'),('m5~}a','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dt,vӔW','Ƥ[ZҥRg|w','',0,'?'),('m, hd͉*3','wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php',0,'^BU7a/9)K','^BU7a/9)K','%Z\0Ȍ%QE?\0SdksN*A','',0,'?'),('mL%AML> <]','wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\nvPFT','PbΩ;O\Zj*Zظ&J2','',0,'?'),('m}|','wp-content/plugins/woocommerce/includes/wc-coupon-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~m@iYߦ','! sܙ\rUyqO)pr3f','',0,'?'),('mO$','wp-content/plugins/wp-smushit/app/assets/images/sc-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\"_q','\0КY )7C\\IO)D','',0,'?'),('mgްH}CX\\','wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jTP ','|;\r\"\"uv-bp5','',0,'?'),('mhEᮾLNC_ ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/store-vacation.php',0,'B(ɨO@ ','B(ɨO@ ','gС>ZH5]R\n]P1','',0,'?'),('mt,^{','wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T9%a Գ4|','h֋}VVnwIK*\0[[/kUL `','',0,'?'),('mׂG+|ߖ','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y/$P=TM','=Lӯ5BJj0u_aMY`','',0,'?'),('mSU)Yk6 ̷','wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<y题Tי3','B\'zN5=[5BlCس&','',0,'?'),('m߷FQoڅ\n(f','wp-content/themes/Divi/includes/builder/scripts/library_scripts.js',0,'@s,Ó{@L','@s,Ó{@L','n;D (%rX/rU>,!υ5W','',0,'?'),('m54t8ؔ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/side-banner.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W(y3|','k_I2Պ`ձS9!Ez<Y','',0,'?'),('n~M#k|','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',8. 6','Gg^n|*0>їS/*HPrGԚ','',0,'?'),('n]j7<3ISsQ','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t.E5GN\Zv','(Z,ImY,·ԗtGa','',0,'?'),('n0_ڃ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڲ9c%4k(A5','˫])L pղxQx%)','',0,'?'),('n(xRmꏔz','wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!B{ǡfmm(ؠ',' ]\ZIU廬!$׹R','',0,'?'),('n#5;-}-','wp-content/plugins/wordfence/lib/menu_scan_scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K⣡v[\0\n','n}#e] mh,pr','',0,'?'),('n#t=\'b]{','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uy#N`e3','swŤGj\'s??6X+rgF','',0,'?'),('n#z2Ifh,','wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',M-','1pK\\\\f鎆4qѯUI53x','',0,'?'),('n+zoh sW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vF ό:p&`','1FǛc%Lo]f +[zgy','',0,'?'),('n-1{;S;F\'>j','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YQ%&K[R','_I\"؜lkf?ERDQ','',0,'?'),('n00>6uS`q&','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!a+>v\Z,Ce','q2O+qbq{ZCZy-m֐PB','',0,'?'),('n:-s Nsm','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_PE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>o4h%OGV*#','o:PJ39=K]j~JpY\r|;K','',0,'?'),('nCMc]bh>;','wp-content/themes/Divi/includes/builder/module/settings/migration/InnerShadowToBoxShadow.php',0,'\0`~ؕ>tLS7','\0`~ؕ>tLS7',' i{]+LiNud7p5nv ','',0,'?'),('nIA R6 }\Z\n','wp-content/plugins/wordfence/images/flags/mc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( FVyDZ.m','8دcVw;DؙR8~?','',0,'?'),('nZ/1T:{&^/n','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ЀHM#N5eq\n','H-PGZ=\"pa(l΢','',0,'?'),('nc6Gm','wp-content/plugins/limit-login-attempts/limit-login-attempts-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ',')\\\"> ','>%A cpiQ &y7RŊa','',0,'?'),('nl\0G%','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_*߭.`(WD','ïkw(9G^bqѾ+y\n?sb','',0,'?'),('nxtDPt_v','wp-content/plugins/woocommerce/templates/loop/no-products-found.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{ r`','arش~<*\"ŻѴO~w','',0,'?'),('n~Vĝ.۴','wp-content/plugins/woocommerce/templates/myaccount/orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O4L,/J','W_㏬ez(^b59om[','',0,'?'),('n^Gd˶ª','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js',0,'[Zng%','[Zng%','`٦ŗЙ=bŀE oB))1','',0,'?'),('n@AF','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\rJ&Y餛,','j%\'-vb<( \0!k1q\'g]N','',0,'?'),('nzv911','wp-content/plugins/child-theme-configurator/includes/forms/current-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܥ¨|R$C','*o\Z\nEv6siӵ','',0,'?'),('nFL1WK78,','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_px-to-em.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\nhڃ*(U','h?<͢[M %sw({I','',0,'?'),('nEl||s%%','wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rI_lG\'','`=ԲL 5:','',0,'?'),('nŢ)cq^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9RaßC`\0UT','}=3xA9lp\0ư9e.O','',0,'?'),('nI@sd ,茘','wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','דqvf*D/F','BE5Ob\'+ٛWi[J^O資wJ','',0,'?'),('nI.r(\\','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_CvLSNP','9;Z\0#ĵ{7 l','',0,'?'),('nк vnj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_qp{[W$&6Q','(3)o}͍O_&ITiMP\0XP','',0,'?'),('n\Z\r:)t&_','wp-content/themes/Divi-child/woocommerce/templates/single-product/add-to-cart/external.php',0,'a\".;\n uw','a\".;\n uw','Ns$3Btm>XLQ\0E\\4q','',0,'?'),('n>.|','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-1.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Zo/ MREDJc','TԤ@p?5+U޼Q&n`','',0,'?'),('n09jv8\"','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nB','R5sITH&eq(MJ\n','',0,'?'),('nBP-`\"6)','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\rO.}q^8','SEUba gɵ$\"a\0','',0,'?'),('n2\0cblUV ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview/plugin.min.js',0,'.c<]yقi','.c<]yقi','%0v,h!Ҹ }@]','',0,'?'),('o{˸7z\0g1n','wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{7A$&仕s€','8\n~PRf\"Z_t{ ','',0,'?'),('o)drx9','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+$#','ֿ<\Zէ?M!إk`ԉ̖j,nj','%>`ԉ̖j,nj','4/#Se(Ppq\ny7FC','',0,'?'),('o#8.!Rx5','wp-content/plugins/divi-builder/includes/builder/scripts/roles_admin.js',0,'~s۱&5[=^?','~s۱&5[=^?','= q;u0o yߞ,TY','',0,'?'),('o23d;_YTr6V','wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pݓ]m1dY','m4A/Y^)Y X՝CF 3\"tƼ','',0,'?'),('o6ٚ^rLɏ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/panel.spinner.min.js',0,'pW[=|E\'','pW[=|E\'','ihzBj6N{a(d\0','',0,'?'),('o8$v3;4㾦','wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qd BnR˶\0w','!*ug{IpGL>W\"VR׶r','',0,'?'),('oPco.r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdPE}u\n/MA ','#;!I .>uʍSVm{|e-','',0,'?'),('oQAީc#','wp-content/plugins/woocommerce/assets/css/woocommerce.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\0RW޻{','=J+ТYêbG8b#`7fm','',0,'?'),('oRX+ң؉M_T','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/multisite-updater.js',0,' \'yT[_Q',' \'yT[_Q','8蝞 \r@95:i.%Nu~','',0,'?'),('oZ0x$-& z+','',0,'?'),('oaR~cنl]','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/img/in-context-composite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nٙN\03N','me{PXz{3$ /,','',0,'?'),('oj5:(ֹ$O2','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':.W%7@ñ','q@w4(]r4w~#\r\Z','',0,'?'),('opUf1TeR','wp-content/plugins/wordfence/images/flags/fm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tm\'Jt?','tm{@iF<$u[ttNcy0','',0,'?'),('orLqkeyEF','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' i}\\ 5','JYa)C*:&Ӌ)0{#d> Q','',0,'?'),('or1sw2S1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%삆U|Ȃ D','J5\0VU}$3_%C}hb6','',0,'?'),('ov?)!y','wp-content/plugins/woocommerce/assets/images/icons/loader.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Αʹ','ef/78',' +7Ler54ubU+!4','',0,'?'),('om5M^dmKg','wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5I?\r ج','C})̧N|TdW_St','',0,'?'),('o}G@`sRc{_','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˸3c\"','V~E cv\0Dd<, 1=','',0,'?'),('oz&mh~G?d','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js',0,'4I_S%`','4I_S%`','W27wG~\"&^;Q m_֫r','',0,'?'),('ol9:Ƣ<֍','wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OU\rld\rI','u|)K^0 \"\'kb Ӿ\0','',0,'?'),('oqD쯐/Y~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/templates/panel/activation/activation-panel.php',0,'&qxe8','&qxe8','h(1\Z8h!a9۠[E','',0,'?'),('oaw5h@+w\r','wp-content/plugins/wordfence/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7y@q58%|w','=_(Y*S~ܰV/\nE/[EA@','',0,'?'),('oFW$4NAE>','wp-content/themes/Divi/epanel/js/eye.js',0,'#0ޝ&\Z噐','#0ޝ&\Z噐','-/bq΢e%AdB','',0,'?'),('oaʥʬTH}t','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׬X5Z^ ','2UTf\Z\0\Z_GW;mwl','',0,'?'),('o㮚-;?X:pҡ','wp-trackback.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%<66[sF\"C','\Z}L#:6šdx9*AN','',0,'?'),('o\'1 uT','wp-content/plugins/monarch/core/admin/js/react-dom.production.min.js',0,'% ޣ=O:{','% ޣ=O:{','0l{;ʼu)K#T]lSd','',0,'?'),('o[n3uʹP5','wp-admin/options-general.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yu6BE ','&@|k`Abʡק','',0,'?'),('p7uL_{2Û','wp-includes/js/jquery/ui/draggable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D<\'wI\0՜6','PRA`5;[Cb))* kMLez ','',0,'?'),('p>~F\Zs','wp-content/plugins/woocommerce/includes/class-wc-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yu]M[lclm',' ɧam3UWA5%C1]Ĺ\ZKkWb','',0,'?'),('pZV_ ]l{','wp-content/plugins/wordfence/images/flags/ke.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oE5JUIW>sZ','5?9>u\"Fӣl','',0,'?'),('p ;+}Oն~`','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Netdna.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w] [L*','VR`zd]NUQ!Weg','',0,'?'),('p*TO7yG,','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-check.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MAn\"d$ӧ','E٣SiuK)l&n*LIQB','',0,'?'),('p:7j!=b#3M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B}6K~S','Em:\Z+cg*icNyLR','',0,'?'),('pI:Svu','wp-content/plugins/contact-form-7/includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kܐԁH-W',']l{E>@Y\"&ہ <ͭf\0','',0,'?'),('pR2\\5','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/browsericons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#TAYm','7)-I>~Z}S=;\'T','',0,'?'),('pUya bva;8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NخT&\0','%[g㢓yWd8UW6jU','',0,'?'),('pVYa\0צּ=','wp-admin/error_log',0,'Se҆L,Q P5','Se҆L,Q P5','R%iܭS׆ϊ^','',0,'?'),('pZTyd@sp_','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3M O_MU.','RR ?1|}5f Yx?7HR+e','',0,'?'),('pd״T-⋳%\'H','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[KB5CZ㐢Ҵ','i>,N;\"kD-}tzJ','',0,'?'),('phO4p57','wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{Zb)a^~:O','Z*Cn6?ZIɓ/:(','',0,'?'),('ppw,RC\ZR{','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/upload.php',0,'8.\'ND&P','8.\'ND&P',':=i1Q6G8ޭn_(k*G','',0,'?'),('pp%)+cf!E','wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'{HXBoŴ','hJgrbEM-M.T5`','',0,'?'),('prg<ƀ','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z*as Rm_\\',' gYj\n&G(Y\0I?/','',0,'?'),('py߀L\rx$Z[V','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/init.php',0,'I*VT~,a','I*VT~,a','.6\Z3!yM\"Jb쥥[F','',0,'?'),('p{UʏКtecC4CDj','wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߘ zg(','NGEʭ<^@{oZGR','',0,'?'),('p{[b  c','wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p- H',']\"JwT?\\6ХQh7','',0,'?'),('pe轹 :','wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wl\'zH#%K','̝buj+29Ώo*i钦x<,Pi&','',0,'?'),('p՗_xZB A','wp-content/plugins/pdf-embedder/js/pdfjs/pdf.worker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Җuh|A`7','̜o\"H01hhF>BkuS>n','',0,'?'),('pǻ5X`[\Z','wp-content/plugins/easy-coming-soon/theme_options/js/my-custom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OdSuKF','ي *./rÕbGܚ+I(]dT]','',0,'?'),('p.а[ÍD','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A*`j84l','w<2JWCNwi|@i>c','',0,'?'),('p}j.4O','wp-content/plugins/woocommerce/assets/images/wcs-extensions-banner-3x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3u8̷Е#*Vn@\'','[ꍚEi_znKEyDw','',0,'?'),('p\r.1D\n','wp-content/themes/Divi/includes/builder/scripts/ext/jquery.minicolors.js',0,'3\nFG-X ?','3\nFG-X ?',' b]AT΀j{^`5K{6A\Z1pNa','',0,'?'),('p+\ZAnO&','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&rԶ\\Y슞E2N','}KMg(5&m\Zm3xF%l@V','',0,'?'),('p:_\ZC, ','wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php',0,'_WFA','_WFA','j,}$\"1Xą Peuk','',0,'?'),('pmbvW ','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B?~19h\nP','JJ*~0,ֱiBւ','',0,'?'),('p޽ [OV','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r6xD*','}~h1g8+97c\\5>&;','',0,'?'),('pahH^뿜 ','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php',0,'5L<<Š{','5L<<Š{','I$m*T2&jnHV:}[S','',0,'?'),('p\rl','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cյ_|\nrׅ','r\r:NEQa=e!:8F/','',0,'?'),('pb~oBkZ','wp-content/plugins/akismet/class.akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2`si','1h\n@ސEA:\"H98GE','',0,'?'),('p fA9vRm ','wp-content/plugins/w3-total-cache/Minify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1.9)\'t:','\Z1ad=܊)OUM߭CRd','',0,'?'),('puwSɴ0','wp-content/plugins/hello.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RbAot!_~','&.ݰMZ3yqNZӞ-\\”T\0U@e','',0,'?'),('q\0^mvB sfC~','wp-content/themes/twentyfifteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɲbZKKW:','WfpUg!Ry#?Y^','',0,'?'),('q<@szƂK','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js',0,'x }LO\re','x }LO\re','ƍy-r?=+W/7)Lǻ','',0,'?'),('q\r[>]gP','wp-content/plugins/handheld/js/settings_page.js',0,'%BW[dmU','%BW[dmU','Rd ƊQd%kfa\"r]ꡊ(','',0,'?'),('qF@\"XR4cLŒ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/vendor-name-title-premium.php',0,'jl\\\\kqJV9p','jl\\\\kqJV9p','y2t#w4^(&\\g?A','',0,'?'),('q\"co>2Rh]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#7}b','r_\ZN\rkۿMW=','',0,'?'),('q_5M*}1ד.','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/colorpicker.php',0,'ޔ 8}E~U','ޔ 8}E~U','a!RJVr64,IGQ/kLj','',0,'?'),('qb6R ͭ|','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-ajax.php',0,'6\0#0sB%%','6\0#0sB%%','D=?ܶ\'{tziuw[O','',0,'?'),('qh665y|=?S ','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\)Jl< \"','D{zp\r]<@7>0(h','',0,'?'),('qp|<\0*\"=l','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7o-&hR=','XY}öN\">C:%l*IgY','',0,'?'),('q\nmLfO7t','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RŇpw+J','V:k9h&v\Z\\g','',0,'?'),('q\0D`v','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' AQ‘\\87','7oKĵ*~tgD+>Y >2','',0,'?'),('qg霜hӱй','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.easypiechart.js',0,'c~f{#\Zc','c~f{#\Zc','t{$Zz/1I*qp0','',0,'?'),('qs ƞù','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r`(HH-','ѓ\r:=LcXok$cKdTSI5BJ','',0,'?'),('q,u_&','wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\\Qr','ܨ.K}D0v\ZX-!','',0,'?'),('qwCb٪l ','wp-content/plugins/mailchimp-for-wp/includes/api/class-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w L^,\"','mzt$[pb<`-Npp;','',0,'?'),('q|\rn]>B*y','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Ү<$ٛ ','%m.[6A2^aa#(R=\r#*','',0,'?'),('r hvLk/','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Д)1','(eqq}T.1ƱўV1','',0,'?'),('r^\rA.]5iy','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[G?hm0b_','\r]ZhQ6!\'~.bꂨd8I','',0,'?'),('rt5Z0P\\~','wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php',0,'@a{]VaA','@a{]VaA','_f`#SKr0Fzv/w1<\'`{','',0,'?'),('rR/#+7<^','wp-content/plugins/updraftplus/includes/jstree/jstree.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Q\ZW<*tlf','t[\\r 6\0@Iyš<ӭ$$.','',0,'?'),('r)m\'Qtt','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V#g1','+C6\riׯ1l`P','',0,'?'),('r+zk; 4WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʬٲm8u>','iam\"S!\ns:\"[?(rV Ђ','',0,'?'),('r1.JϳX\\ey`','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b5>','ۡ\"2ttr ʬ\n*kC=[','',0,'?'),('r=;ٞ{','wp-content/plugins/updraftplus/images/updraft_vault_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' K+sBn6\r','s(Y\06;qZ$S5$l:q','',0,'?'),('r?>[T_OI','wp-content/plugins/w3-total-cache/DbCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*|G',' {L^ 3ɫ.9O,VʠU','',0,'?'),('r@Zz :','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-attributes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+P(\'/','K 4ޟ*FDpc7{ǝ?','',0,'?'),('rG#7ث=\" ˖','wp-content/plugins/woocommerce/templates/cart/cart-totals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2K(?}i5v1','u#@ZBUL\nvi;kVÔ','',0,'?'),('rI\0ygE!2 \0C','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\r$knɀ1Y','a5NN&L썠k\\Sx;','',0,'?'),('rN+ĩ#3W','wp-content/plugins/updraftplus/central/modules/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','US\r 1Ff',':+u[i@$','',0,'?'),('rQ}SD5%Ar ','wp-content/plugins/updraftplus/images/udp-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ot#,\\~g','|0g:\\L;Lh','',0,'?'),('rS:`e࿸B','wp-content/plugins/woocommerce/templates/single-product-reviews.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tt Ũ Id','oKB^\\b??eo','',0,'?'),('rUn-U%j4h ','wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'r 5)/_','b=b% \'5BcIl7[}8','',0,'?'),('rf \\\nۏr׍','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KhT.po!','z\'f!XeQ\Zп軤A','',0,'?'),('rti. :vV&','wp-content/plugins/wordfence/css/jquery-ui.theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_#S','ųSUM#:ՙ\n6AДV','',0,'?'),('rzֳJ8g7ED`','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vdc )+','/dNeS:*~weV+Ҳfh','',0,'?'),('r&ۙ󷢨%\0:','wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.min.js',0,'gf','gf',']c% +׼]zsi!IU','',0,'?'),('r^K9>3Gb','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_v$3wU.','t.@)Ϸ\r薰[ArNg$>','',0,'?'),('r(n՞jb\" ','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mv-[,^XQ\\','}{rLkF#Ixvg','',0,'?'),('r\"cZ0','wp-content/plugins/facebook-conversion-pixel/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!n&3 N','\0x3L}Ε\'it','',0,'?'),('r2ÁXzeb/','wp-content/themes/twentyseventeen/template-parts/footer/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aj\'--LdhqX<\"','#Iwz{t5ma: Q ','',0,'?'),('rSbG_)ث+m\'WVj\'','',0,'?'),('rِWDM\0%6)','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D-¡R',',j]s63萠=','',0,'?'),('r]SmqTy','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ec\"x_⺬','\0Ou*\0zg(vY$<>9','',0,'?'),('rQoZ>','wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xf54P','s\razA9O^Zs2yJۧN~McC؎','',0,'?'),('r$e\r$誉بߴ','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_user_bulk.js',0,'Qa@s','Qa@s','\Z P`OC;{so+E=]HagK','',0,'?'),('r\nb#','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~B0>WL+','T̶ԃ_yVQX\r6 p#LԨ','',0,'?'),('r\"KXxX2','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/class.yith-wcmv-shipping-admin.php',0,'}\r\noG ','}\r\noG ','VƦ:ӹL\0l.nh\\ HH8','',0,'?'),('rdl{;H99a','wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php',0,'&{*) ɷS_','&{*) ɷS_','\'~W7U Xσw҆b','',0,'?'),('sy- AXQg','wp-content/themes/twentysixteen/genericons/Genericons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(H-Jhtx',';m}e(~y0m=},','',0,'?'),('sol, 6','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/subscriber.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yVՅ]W8ɻ',' N9OX!þU e,u|','',0,'?'),('sy2nj cJwd','wp-content/plugins/w3-total-cache/inc/error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*$M997?',';b&u=r>_z*}\n7iB ','',0,'?'),('sҬtY4=^','wp-content/plugins/wpclef/assets/dist/js/clef_heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~?)=L&','ܵ\\Đk XDsO*`c7f!w','',0,'?'),('s _=g\"V;','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';l-a۬Z%G|','BĂE0ktYuCxG)m','',0,'?'),('sСoZI\rz\Z~T','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-vendor-shipping.php',0,'=;=s&a7','=;=s&a7','l\Z,3aM>iD\0JD}PV','',0,'?'),('sA3旵','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','λj\"=.',' fV%(yҭ<|Md_Rc','>|Md_Rc','-\Z,ru!??K~S\r$Ğil[','',0,'?'),('s@C4 9','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+jY\Zr|x','UBFˀX/ px^C 8','',0,'?'),('sIX\0apC6:~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/ajax-products.php',0,'sԪiN/\Z22','sԪiN/\Z22','\'JJ*T5s.(c>l~> L;B','',0,'?'),('sTlyd`','wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z}@P','Q˴ݣWb݌:~n/Nq}/','',0,'?'),('sjJ<W Ba+','wp-content/themes/Divi/includes/builder/module/BarCountersItem.php',0,'?Ebib]','?Ebib]','LuR >4KpKoaj+b1]#','',0,'?'),('s|y;\ZE','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Status.php',0,'f/l\"}','f/l\"}','M\nd£E2ahJvO1[Pt~','',0,'?'),('s~gKs`M`','wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sXFWZA ','ڽ͗b+ۼ:4\\6*k','',0,'?'),('s 4[A\rTgz','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h:_Ě;)vtc','&8W/4','>8W/4','CI IREN\n6\r!','',0,'?'),('sߡkб','wp-content/plugins/wordfence/images/flags/hn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1EP+v','{v:ERuI-^ZOr_a','',0,'?'),('s?+{q<','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ިv/*','K\'>bQ@^Ue!)\'\"K_\0','',0,'?'),('s2\0e)܋','wp-content/plugins/updraftplus/methods/dropbox.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rc-鏓IŪ]5','K %:+\ZϡjRCeZ˫q','',0,'?'),('s2K\nlFu/G','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ʔ?2KI','V1\Z\ncke!d','',0,'?'),('sӣJ~k','wp-content/plugins/akismet/views/stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AFh`','?O>uz/Aǚ n5E-IGUh߳','',0,'?'),('s1|uw姨','wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DW}WCv\'\r+H','J-N醄M#4&C[ډ%v','',0,'?'),('sEΞqpB','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q3嶪ez8].9V','1?Ւۤ)\r,>f}!','',0,'?'),('sVQΝ7p!','wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php',0,'r͆i|nc1.SX','r͆i|nc1.SX','jȔ ҭd*SJ!״Z','',0,'?'),('sÅ1ښe}ރ','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-member.php',0,'裀\rb;4P8','裀\rb;4P8','Y\rVX 0j\nd@8i.t','',0,'?'),('sI2r#ή&T','wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q+&z2V9','J68c0W)Z!kf.','',0,'?'),('sז:hS','wp-content/plugins/contact-form-7/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"6/`?ɾ%','rܺ}C\\zNl(Y5\Z6:','',0,'?'),('š_1]99)}','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a^q-5EZCRA','=s-oS@ TA_ʏe}LQ\0','_U\0]q=Չf\\/ @d\r+v*(','',0,'?'),('snX7ҒiŦ','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-checkout.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')b:<5P','tL&iH[>:Ճ*\r뜼1}*aiO','',0,'?'),('s.h8i.%z','wp-content/plugins/child-theme-configurator/includes/forms/notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%F P','MM4$^ȥV`+Գ\Z','',0,'?'),('syL)T','wp-content/plugins/wp-smushit/_src/images/smush-no-media.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R)W','c\ndh#\nW-O,\'NJ','',0,'?'),('s67)W\n]/j8L','wp-content/plugins/woocommerce/templates/single-product/review-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8Al%?','2CItb,#Ŀ@','',0,'?'),('svzPok!W','wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #Q(phF4gJ̹','c˘_9A͏!U\Z!w\0','',0,'?'),('sC4M**B)','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','wp-content/plugins/wordfence/images/flags/do.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V:EGaXz','&*[Fi{̔pP+žO\n=S ','',0,'?'),('t 3;U{*>','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-br.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6۫8\\XIJy','ѫU;?U烔2s08F\\','',0,'?'),('t & #ıwJ','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^=$(d#f','Rxʛk\ZoR&Ċ\0Pr)u#','',0,'?'),('t X:$·r1p','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-portfolio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Xa/:0','Gqg*/,#*|2([蒬','',0,'?'),('tL#] TV','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php',0,'Cqϲ¨^5','Cqϲ¨^5','|fH!\"\rV#ط(Oe^HmA','',0,'?'),('t\Zj+}8 ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/star.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!:/ަ}X!#','+ЉD_`Z\Zׂo|;ueY̊','',0,'?'),('tނ0Oín1','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ja.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ܞLOT;','Y\",Bj%(\';E1','',0,'?'),('t$:/Ht *\\','wp-content/plugins/google-analytics-for-wordpress/assets/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('t(QLxC*߶z','wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gcdٟhLATN','{<}GqOM\'څ t&','',0,'?'),('t6O\raȆf','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+cSkKњ0',' \"7.ۢBH%dFwP ','',0,'?'),('t8p̋z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5k=(','wp-content/plugins/wp-smushit/app/class-media-library.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z00O|P P\"y','^d]`$K@{73\0<9w{Ke<;','',0,'?'),('tN7=[[*','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-vendors-sales.php',0,' 裷_}0!F',' 裷_}0!F','KM(n\n]ӂʞ1XZ8(K','',0,'?'),('tU/DsIڤst','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z}jo)',' 4_]˱j6M.1q7','',0,'?'),('tZ@WյE~','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.dY)L','sh7tJE_\"0\Z','',0,'?'),('tm6ۗq.=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R(7l3oA','›=EkL?1~/8+}j2F7','',0,'?'),('t|^SoaR','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78ms-RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ok?^;\0',';Ģn)}(oDH#V\",','',0,'?'),('t}\"XT$m','wp-content/plugins/wp-smushit/app/assets/fonts/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<ɃY*dD','\'Y 3|[@m]bzEH<','',0,'?'),('t .Õ81','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','erLVstr','jUY\rρF%\\V[z7','',0,'?'),('tmxHevDb','wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php',0,'o1jRN)','o1jRN)','l6:\ZMsѝy!dDxzx%:','',0,'?'),('t$0 ,]b&','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JyP J','Q1vVx`љ\r]=\r','',0,'?'),('tT,}Z','wp-content/plugins/instagram-feed/img/placeholder.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D<[@e.Ι%','jxM<4!ǧlﵽdiݘ\Z]lD05','',0,'?'),('t*ƨ<[ ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_nv1','sC| 3\\+^ pܝ Na','',0,'?'),('tƇwWLD','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~&{Q','/x%Rl:H4%','',0,'?'),('tpo\"|:U%','wp-content/plugins/wordfence/images/flags/cf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*t)M؋F)','͝E zNU3Fy\nx*\nԢ','',0,'?'),('tqysd.\\','wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','تeV=1V','BW0] <;\n/QվEՉ','',0,'?'),('tfQ/KP','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s8~`xST3','9sov\no5_iX_@','',0,'?'),('tbgP\"','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-form.php',0,'ݥIo`OH,','ݥIo`OH,','YHs؏L޳xU0i;V@W_','',0,'?'),('tO$ҥh\r\Z','wp-content/plugins/wordfence/images/flags/sh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>G {nդ[',']L=AAϋY|N0@Gs','',0,'?'),('t%X[l=7v&q','wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','︩]U}xij','OU\r? P\'4 |ý[(+g2','',0,'?'),('tĜ\'C!7 ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/woocommerce/woocommerce-form.php',0,'ݥIo`OH,','ݥIo`OH,','YHs؏L޳xU0i;V@W_','',0,'?'),('tNZ3Ҿ°','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M8\\3t+FrZ&!/U^Ye>Y}','',0,'?'),('u=^|\n','wp-content/plugins/google-analytics-for-wordpress/includes/frontend/frontend.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӓ8UHjM?','Ք{z ?b݄ OzY|`SW','',0,'?'),('u ARV!Jr/&','wp-content/plugins/wp-smushit/core/external/free-dashboard/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\<-hfܵcy','RM~2*\\}ΰ-\\','',0,'?'),('u\nY։3}0','wp-content/plugins/easy-coming-soon/theme_options/pages/images/template5.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lHitgH)\n','`DE T\nL*\' AJ','',0,'?'),('u2~|3','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~{Rb0^[W','8wr,85.?Po(p֬\'\Z','',0,'?'),('u!,Mw1Yե','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NjOf=$=&ƚ','HATԢO\0 ^Jel6','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pm/d^\rJNo',']jqn;oz\r O(H0ࣉ','',0,'?'),('u2] Kv\0ݦ\rtP','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js',0,'5L5FmY','5L5FmY','CuK݋\0Mb̗ŭCCWL','',0,'?'),('u2q:dp`','wp-content/plugins/wpclef/templates/badge.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Nkv77p','fEk$wm?;ZB^QB','',0,'?'),('u79OwVBV?','wp-content/plugins/easy-coming-soon/theme_options/pages/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O-]^c','-ZMC[\'l<2VDjZ','',0,'?'),('uR*9 -y','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oJ+[$','8kC\r Ø- ј#M','',0,'?'),('u3!pAf)RM','wp-includes/js/tinymce/plugins/wpgallery/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H4PDDM\\I','#l Lx)$3xRѺ* \\9-','',0,'?'),('uƛ#p 1Х.b.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j˳)ifWb','@\",JT׺ Upϑkq6[','',0,'?'),('uĨopXBf ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_edit.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f&\\{OP2PB','ړ)gr2 NY!oWG\"','',0,'?'),('u0 \Z\r{m8K','wp-content/plugins/w3-total-cache/pub/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('uqg\Z\08hԭ\0','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' y\rp','I Xf_s`\0M/ʧx','',0,'?'),('u\ra\"\rW','wp-content/plugins/wordfence/images/flags/aq.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uw 釚d','eK{ҰD\ZC6M60D','',0,'?'),('umJUV','wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qVӿA8;\"k','>re$\"٥ĞsrFP`','',0,'?'),('u Q\"~Wð','wp-content/themes/twentyfifteen/genericons/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('v%Q*[Gw','wp-content/plugins/wordfence/images/flags/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҒTǯWF5~','ianuvwگ;v^ $\"t)[*','',0,'?'),('vðMv:i','wp-content/plugins/wordfence/images/flags/cz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0yS(18#','л5 NJ\\\Z?:cvH:?v+','',0,'?'),('vn \n i&W','wp-content/plugins/wp-smushit/_src/images/plugins-smush.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%|3','gGO Oxy]O.^,%2i','',0,'?'),('v ڴVKP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a%*ȻNm\'','munDe:s[E\ZUS%ޗ0!L','',0,'?'),('v\r ٜў@hدSU','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90ms-RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0A1{L6','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\0t\0Cng','z/΅H:`R=iXˆWz2&','',0,'?'),('v)F~q?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; mSv|','h?tLa܈?>\'s0y}h','',0,'?'),('vB2ލ%\0ꇚ\"','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js',0,'X[Q{v çZt','X[Q{v çZt','w8CgbeMc7z/ZYh','',0,'?'),('vG`W ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-options/settings-premium-options.php',0,'\Z\ZI','\Z\ZI','ݔЏq#&}Q','',0,'?'),('vK;@saU1; ^','wp-config.php',0,'@PNu]M7{','@PNu]M7{','yXڴc\nd9PY\"dRi|11','',0,'?'),('vP6)U3ah','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pxe%Ȁ8','Xfρ}46NcKKQG\Z','',0,'?'),('vPB~V9P7','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/chosen/chosen.jquery.js',0,')uI>㿞7J',')uI>㿞7J','O%a礶eK s','',0,'?'),('v(i,:+','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php',0,' Ap\n1',' Ap\n1','08G~W,̍S\\{aTļy\rW','',0,'?'),('v;3xJV/','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2,\nr9H','xݵҝs\0N\ZF4Jwo&n','',0,'?'),('vâ,\\+Q֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9^y2=F','$ۃmy\\#kZ~*hna@w=< ','',0,'?'),('vΙlH$1<','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zz\Zp^\"8>','=_qp-N_0\"ʥ%','',0,'?'),('v8Nbh@','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel-sidebar.js',0,',j\\bf\"&',',j\\bf\"&','OnFR*~H1bwn;l#L@jXS','',0,'?'),('vZ \n3','wp-content/themes/Divi/page-template-blank.php',0,'#1^ML<]$','#1^ML<]$','W _[m/3&hV4RwˑW=: ','',0,'?'),('ve_a̴1','wp-content/plugins/wordfence/images/flags/pt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T:x','eQ[&(&2kMһw','',0,'?'),('vzZqr\\@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n,(O','%͊:SRuI\0G\r,h:[','',0,'?'),('vG.gA#r','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl>r]lWx','V: h#ȆBT5i\0?cBc','',0,'?'),('v4|><','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t+n(k','9NG2KƑT]','',0,'?'),('vN#uM7','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| dalAnɒ|','Q\'=?}C2ogc6 Yc#','',0,'?'),('vAa3K{$Mr','wp-content/plugins/bloom/core/components/api/email/Aweber.php',0,'c\nxDЃ39ÑX','c\nxDЃ39ÑX','Qd `lzA[IC&\Zr{u','',0,'?'),('v{#lb\0}B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';B폈PNl}h','4_)*ii+⮑.tލ','',0,'?'),('vҸ);D~J\"q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.,+\nq','81kJ `VWE4\rˌ|M5X','',0,'?'),('w Cs>͒K','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\Z,?^fx-','-3cW[5}[r;','',0,'?'),('wul| pQ','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6k}} f %',': jj{Ihy1>+7@qC2c','',0,'?'),('w%vy9Z: ','wp-content/plugins/w3-total-cache/PgCache_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5y','`d\0\Z^+.Qt3fJV6_I{\'CX)','',0,'?'),('w-y6.','wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-921.min.js',0,' 9l)\Z^.؎<',' 9l)\Z^.؎<','\0UeW<yISzr*&meH0#G','',0,'?'),('w.YsT]6]]r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9% (² ','>jKfg]/fMU','',0,'?'),('w> 2ýf\'','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B{#&VP½ *\r','Ȩ:u.n8uZ/(n','',0,'?'),('wXLBBh?','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.otf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xd@vrM_','܄ {m m0Ju|','',0,'?'),('w+Y\0fs','wp-content/plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\{7/Jp\0&','@D7N}0 w\0ҍ} ','',0,'?'),('wL0]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`119',';67\r!x\Z_@H&C-','',0,'?'),('wEn q','wp-content/themes/Divi/core/components/api/email/MailChimp.php',0,'nv(#--#?','nv(#--#?','\\.@+@Wx \"$\nL\0}2M','',0,'?'),('w`M >{','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0xFa#P|D3','_^]-\ZrIj\Zl|\ZE\rE6 ','',0,'?'),('wֶzPuT','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php',0,'gk^r`llb','gk^r`llb','< 3\nyM_$jDT\n(','',0,'?'),('wDs.}P4H','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',iS\' d ','VKw0n~1[Z]\00Ot','',0,'?'),('wš , $','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n`\'\nWcfΡ\n','D8;\\[:juV@RL\"','',0,'?'),('wǗkuEgH\ro','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-2-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n(qKZD','wRRz|di\"~xHF','',0,'?'),('wн?TM¬/u?','wp-content/plugins/handheld/main_themes/HandHeld/header.php',0,'NnD:q\n ','NnD:q\n ','y&XdWU=C:d=hZǜ','',0,'?'),('wZ $Nдgm','wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-borderless.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U<--j','.m/a2 7vB_4x]f5','',0,'?'),('w[@hS','wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.js',0,';5/<Rr',';5/<Rr','^\"Q~\\+kع]-.','',0,'?'),('wVk{K*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=/Iki','S!?H\r3fެ)@[?fE','',0,'?'),('wM\0e\Z ','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-tax-classes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PF^$]A~\nm','mL`Qc#j0}T','',0,'?'),('w\rhB# M','wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Fj&.^','',0,'?'),('x>E\\Q;\\','wp-content/plugins/contact-form-7/modules/flamingo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(;a\rufg*','BRf%;alK 0','',0,'?'),('x G!N$.dTb','wp-includes/ID3/module.audio-video.flv.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kHi,WQF','D ccJ(GŧG3*','',0,'?'),('x\n@F','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tDaGDZj','4[+W׾k#MpҩiX','',0,'?'),('xhTV [~','wp-content/plugins/divi-builder/dashboard/dashboard.php',0,'ʕm','ʕm','48雽Hzh','',0,'?'),('xIH.9YBO','wp-admin/css/colors/coffee/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9~8 z#C0^%a','\0{Zr~d0|B|]ׄj܌Ix>','',0,'?'),('xVM>n{Oǟ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L7q\"?','Ίe0/(fJ9C@t%] -o','',0,'?'),('x\\~D.vK1','wp-content/plugins/wpclef/templates/admin/multisite.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 ![\nIhJ}','0gZ\'8>@eMM-','',0,'?'),('xsgrS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CVsybo3`>j#',' wA/e{zwW& 1ogR]D','',0,'?'),('xxPyܪ1','wp-content/plugins/wordfence/images/flags/mh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' KQ:CYM','_ ?bz33R/ z dX<','',0,'?'),('xy!q).ˉ\"','wp-content/plugins/wordfence/images/sort_desc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m͟r 9','; _Yt7KsmC\ro','',0,'?'),('x#,sD','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-products-manager.php',0,'Kr\0t8G','Kr\0t8G','V}fbcU<)L/stړ*','',0,'?'),('xגP ,;C','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p킬s-t','H66\Z<օD-3\'dkJϛ&~7','',0,'?'),('xs2\"ZU®','wp-content/themes/twentyfifteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2MD$',';q:\n@5= $o','',0,'?'),('x^m]̲/L4vU','wp-admin/includes/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']k)ǵqX',':.kkM 7H0TvΩᙝZ[','',0,'?'),('xX$:㈳o','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\'Ok@Eg^\\D','Zevs6.k@Y100`','',0,'?'),('x}r0\nܜ*','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-1.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[5{_]5','h8h glzdXGhf\r/.o','',0,'?'),('x޶5LC}','wp-content/plugins/wordpress-seo/admin/index.php',0,'EЛO0cAg3','EЛO0cAg3',' 蚠{cFJw !}a9','',0,'?'),('xQG9nJ|','wp-content/plugins/updraftplus/vendor/composer/autoload_static.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W~<_ij-UŔ','һ^|\\Zu dh.XXK(a1ǁ','',0,'?'),('x,Gڄ;6?','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yF\Z&|!sQU','YŠ]К!sݭ?iZ','',0,'?'),('x{Α\"^a6\r','wp-content/plugins/updraftplus/images/googlecloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Af\0L X&','0EzBʣZ J','wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C/brA','f .Z%Q-0zւc','',0,'?'),('xԘH &>D0vxq[-yrPm','',0,'?'),('xဇ6j\n[','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize/plugin.min.js',0,'R] D%)|','R] D%)|','9r\"|(:S9&\n}G,U','',0,'?'),('x4Ji-ňÚO','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_up_down.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SZw kg','a.QL@HK az?ނV','',0,'?'),('xuYz\\\r`','wp-content/plugins/child-theme-configurator/screenshot-5.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jeEˑ>`','ĖSB58q3p F蔕','',0,'?'),('x1=I)','wp-content/plugins/handheld/main_themes/HandHeld/js/libs/jquery-1.5.1.min.js',0,'J;=޷!Cpzc','J;=޷!Cpzc','a6\n0OXXETvJzׂ:','',0,'?'),('x덂@}Yi+','wp-includes/js/tinymce/plugins/tabfocus/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\'jEִ|\n5U','Z%\0GL{y1&oX>XyJ','',0,'?'),('xmf>>%\n','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a*Z;٧,H;','0/rD$͆i8B','',0,'?'),('xk!ͯYKz s','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\"R6\'A','H\"w(@vLY9\\ET-','',0,'?'),('x|McB+@ЩwKT','wp-content/plugins/updraftplus/images/updraftcentral_cloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\0;>;JH-','ZH9+dvW,1FK','',0,'?'),('y\0\ZR-]7\'','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-jv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@ޝ͆Td','hl~H{AƼ2mX?II','',0,'?'),('y+,pjSup','wp-content/plugins/wpclef/includes/class.clef-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Um+2 x','b`U[ 즪hY#aGv]K','',0,'?'),('yǨ2!Gv*','wp-content/plugins/w3-total-cache/Dispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#!>\ZN6;o',')#u!\ZlFusTLq^','',0,'?'),('y 1-/fIנ','wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#%y]-bd','aSHoy(e 0J:|f','',0,'?'),('yӻuC ','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0-t)','h5ZS+c0͙尝W#jPjm','',0,'?'),('y,(漯a','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/multi-vendor.js',0,'IE´|b8','IE´|b8','%vx=k$Ƃ\"\'#wd |/','',0,'?'),('y(O;t#','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_VE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rX+{!ʘ','x:Ҫ琸n!s?W]9L','',0,'?'),('y)z\0j$s7C','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mi-onboarding-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')l47\\^','DЕY// ~c[Su]%G','',0,'?'),('y)wQ!\03`M','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bB!~-Ȇ٭','>TkH~;oE LwpJ\Z','',0,'?'),('y*\"LD< ^Y','wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-creator.php',0,'=B\\h!v','=B\\h!v','MBU0ԱJo`L,a,M9','',0,'?'),('y@\\\\н','wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/|p=E Lym','|Rx}1*W|BTU}W?S4Y','',0,'?'),('yNͷLQ@-Q9','wp-content/plugins/wordpress-seo/admin/class-extension-manager.php',0,'j,aZX~e›v','j,aZX~e›v','\"k5 yV֢-3h#ܪgŴ','',0,'?'),('ySbrZQ\'ж','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/assets/js/yit-licence.min.js',0,'G#.q, !2','G#.q, !2','yH#f8nXn\n-8-Ȑ','',0,'?'),('ypeV@M','wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tg','Uڻ_pqVšvPba=EԂ','',0,'?'),('yaj]\\D&','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/IPNListener/ipnlistener.php',0,'p\0y%+:T[OA','p\0y%+:T[OA','<G\Zq@Y-&2\ng\r \'6','',0,'?'),('y\n,\nC|[i','wp-includes/customize/class-wp-customize-selective-refresh.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j;c>oa','-+]!qe(!l@ݜ8','',0,'?'),('y\n;.Wʠ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKscs-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ܛ6Ϊ','*a-n3r\'2-eVVN','',0,'?'),('yvfsYb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<^Pj%^6{','-f]wUoTe({?ǀ','',0,'?'),('yxM@O','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php',0,' eN',' eN','7lAZy.job(⛸73<','',0,'?'),('yR?kZB','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php',0,'\Zqin{s','\Zqin{s','K/PP6%uQH=̬9(','',0,'?'),('yK:x}0JFm','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,$jB','ʃ>7KO}\"HsWÜx','',0,'?'),('y)mJ|G\nP','wp-content/plugins/easy-coming-soon/template/css/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"覆','UM\"RB!W9y\\[ڬfCe','',0,'?'),('yEa:[\0','wp-includes/class.wp-dependencies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XWvڟϡړJz',' ʒpWABZi\",%^sa','',0,'?'),('yOt\"[Ey','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-json-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pnC0@','%Y#4M4xo*GOfc7','',0,'?'),('y] |Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Mߌu.<','ݴ߂0b}? \n SHBuL \"','',0,'?'),('yx[y\"/WrAN\0','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-frontend.php',0,'ZԁfD\"&6F','ZԁfD\"&6F','=6Ey \ZLΪua&GBz]','',0,'?'),('yp\'RP0','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php',0,'n&\'Ȑ\r$','n&\'Ȑ\r$','si# >H*Oy1Eq\\^OOI','',0,'?'),('yW x','wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Il:D-n','@h\nC$/IyeԨ Hmf','',0,'?'),('yG\\`MR','wp-admin/network/site-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h_M:.Iws}+','rxMӝ:tJ,x1R','',0,'?'),('y{fPG͕','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IV{B.','\0k\'n 㭓[|@Q','',0,'?'),('y51\\m>G','wp-content/plugins/wordfence/images/flags/zm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n|Ϸ{>c-R',' y@ BF5|h䒧$_','',0,'?'),('yo^SBpA\'','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/abstracts/abstract-wc-gateway-ppec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֡X?%^cE','RY}`%W7PJ~W)','',0,'?'),('ziOz`>','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widgets.php',0,'I1q#L1]tP','I1q#L1]tP','ZlR&tD)gn1!.}F7_rǓ','',0,'?'),('zpv^s','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w!c>H>|',',~óp3o3(jdDB(qK','',0,'?'),('zBj_h:] i','wp-content/plugins/bloom/includes/premade-layouts.php',0,'>jmցUg[','>jmցUg[','YMwr@.O! wZqؙagj70','L)x@\09#XRIO֋#\\^cv\'\n<','',0,'?'),('z7htn\rk>E','wp-content/plugins/wp-smushit/app/assets/css/smush-common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ֺo3ϕ=yՇq',':ml)A#gA\nUQ>guX','',0,'?'),('z;j2WD6[V','wp-admin/js/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?=L/%NZ\\\n','dLVqqa-P&uͧl:0M','',0,'?'),('zAp vgIu%','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php',0,'%oշ','%oշ','qa\Z[F&$b&\'T\'&','',0,'?'),('zDZ؉Jp','wp-content/plugins/wordfence/images/flags/nf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5E5h',' ̑(%Qn<,L`zs\nPlw:- ','',0,'?'),('zH.u܃h8& s','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-orders-premium.php',0,'$W:24;@','$W:24;@','[,W\n]NTYZ q e','',0,'?'),('zM؊ur/~\n','wp-content/plugins/wonderplugin-slider-lite/engine/jquery.js',0,'!s p1Zo:','!s p1Zo:','}ba0`Z@pMI+%`<','',0,'?'),('zME,hHK','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Br4|=0','%WOk) 4bHT','',0,'?'),('zO̓ZF9B','wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','𭾇XB','\"E0f?1[Y&;1.','',0,'?'),('zZ:S_:','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js',0,'~JUϡ?o@','~JUϡ?o@','\0E$ ڮeoO w/7U6w','',0,'?'),('zlG>?~m','wp-content/plugins/wordfence/images/flags/sb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l<)J+','j1\'U ՀtޡlsR','',0,'?'),('zn;xљ@57','wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm,T(','{-Rmkb60AKm#;2','',0,'?'),('zsRUo/kx','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','挭?K\"\0',' PFU 7J[KK }:^','',0,'?'),('zwЇ׮[h.','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php',0,'Ki祚Oؐp','Ki祚Oؐp',';N~G \n9XsRPq','',0,'?'),('z[R5v3x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ghGi\0*T\"\n}','GBh 䋚czs\Z,','',0,'?'),('z\Z\'qn \n','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Version.php',0,'())Bo4','())Bo4','z\0%\\s%R\"lbS\"eN','',0,'?'),('zeJ9듍Z','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'NC=','#&FP\Z䚁 ^P_w բ8','',0,'?'),('zFGUk&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\rUFb{iI˦','gr&[m\nxHsx\')9ʻ\"A|','',0,'?'),('zԤХE\'64','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ibZKhdL\\','$CĄ05H~1;p1%Zd>toá','',0,'?'),('z5*\ZADZCkj','wp-content/plugins/wordfence/images/icons/magnifier.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uO{:qcV\'',' atvdQ0(IjƖO$e(*','',0,'?'),('z4Je6tqtǷ','wp-content/plugins/w3-total-cache/pub/css/error.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'p@\Z:[o{','\0^=\\(|n#X]g\ZJf\n߽?`','',0,'?'),('z!38T_މ:','wp-content/plugins/updraftplus/includes/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR+6|8','4]Ⱪ@q?ulEv%jPr','',0,'?'),('z:.g>[x','wp-content/themes/Divi/includes/builder/module/Search.php',0,'@>yO^X','@>yO^X','[\0^JXpeckd\0$5G\"','',0,'?'),('zķ{{p/ah,O','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fBkf!Xׄ0','V5},K=YDŽf:Hr','',0,'?'),('zҮ:G>3K= R','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z8z: 7\\','+)IG0nQqyX','',0,'?'),('zވŝGH}g\0','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/InvoiceItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9cR<3',' 4òoMn #S\Z Xd','',0,'?'),('z7,D\Z2㭉M','wp-content/themes/twentysixteen/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nD>DW%_]~','~7^V%F ќd[','',0,'?'),('zt\'l5\ZE ','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-ecommerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eifdQ','ev,:~)Glbp_\n','',0,'?'),('{Qѻ]S뛲/','wp-content/plugins/pdf-embedder/css/pdfemb-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s֩l\nMA/-','5nlcRMn(}HmzS:+S','wp-includes/js/mediaelement/flashmediaelement.swf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D2;','Wh?Ce xl}$ӈOJc_','',0,'?'),('{ _5_It7','wp-content/plugins/wordpress-seo/migrations/20171228151840_WpYoastIndexable.php',0,'[&%5z','[&%5z','<.q\rI2azD2wx %#E [','',0,'?'),('{N2Qu= ','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)ŭwqB','4(Vt\nڢn8D[qlp\"\Z<','',0,'?'),('{ P2(qx.','wp-content/plugins/bloom/core/components/Cache.php',0,'cJO-^ۨ-','cJO-^ۨ-',' D!NpFc $:LP>','',0,'?'),('{\'S$[0$','wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}#ڃV*','ޙVl\0FeG(o(JIz','',0,'?'),('{\']Hdt','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Es4X\0zvU','32y#[ i`~AF','',0,'?'),('{(zM','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ުz)~c','^Uw1xNۭE!XNq^d|GJq','',0,'?'),('{-0mawljNG','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_backface-visibility.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wYƛ P8毻\Z','ތz5bh$]QrtS_Gii*q-','',0,'?'),('{>/k+X:','wp-content/plugins/wp-smushit/_src/js/smush/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ri鶖-)uT','4eDB8py{c 9','',0,'?'),('{Pzҹaeӧ9','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K!೚R lq`','Ej(5 /bwh)Ҟ','',0,'?'),('{X\rM#-','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-geodirectory-support.php',0,'V1{TJRlJfq','V1{TJRlJfq','ǚXLF ::<\rMM BR','',0,'?'),('{]2]$D^sq','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php',0,'y5LJ#i n/','y5LJ#i n/','*^nLؗ`}ûIs=Rk0','',0,'?'),('{]~Y˳00','wp-content/plugins/monarch/core/components/lib/SilentThemeUpgraderSkin.php',0,'$7\rHg*5\0Ul','$7\rHg*5\0Ul','Xdi,\\%l%Y۾i5))|L','',0,'?'),('{]ՃpÉt','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6}\Zm͢ \ZYd','Rmg-R','',0,'?'),('{tE~PA1','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w9_J0Zdջ','sYeWڂ -*\n~4.\n(i!','',0,'?'),('{y\"ҵݩ{','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nۮG+c]<','n{᳥wf@bqT~o2','',0,'?'),('{|n?þ}rf','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js',0,'Z-M~apS !m-','',0,'?'),('{P6 $\'','wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Hn/iîY','˶M46[=\Zdt5','',0,'?'),('{/\r+]!UϜ#','wp-content/themes/Divi/core/admin/js/page-resource-fallback.js',0,'VOWγ#qiJ','VOWγ#qiJ','7P\r}t w`&ە\0{A','',0,'?'),('{)4e4p:fW','wp-includes/js/jquery/jquery.query.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';XzǰwC','ug^+imG\rFxiX','',0,'?'),('{iM৯>$>','wp-content/plugins/handheld/main_themes/HandHeld/loop-single.php',0,'Òtt6[','Òtt6[','p5>|s$^*jK’,CB5>к','',0,'?'),('{x,\ZM\0','wp-content/plugins/pdf-embedder/lang/pdf-embedder-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tf޻T#qZ0X#U','\Z:}+eC7jkt!Hf','',0,'?'),('{᫤}5L#E$g','wp-content/plugins/wp-smushit/_src/js/modules/helpers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {iQ!','N.5Lh8^dpaIb!g\0','',0,'?'),('{E{Gt]q/!','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϊ\n$:B8x%','.BFMS)ldڳR \\j','',0,'?'),('{_9έe','wp-content/plugins/wordfence/images/flags/bf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cY8i3','R )heYLG?Ԏ@','',0,'?'),('{µ Š6\n!ĵ','wp-content/plugins/wordfence/images/flags/gb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ig*\Z','7.Prsx{fRmSx|Yf','',0,'?'),('{*CU','wp-content/plugins/woocommerce/templates/order/order-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_5CTطW,we*U','iK&A<5uΤRq{{','',0,'?'),('{b|G$','wp-content/themes/Divi/core/components/api/email/Mailster.php',0,'%\'~1[S7aǏQ','%\'~1[S7aǏQ','4EĹB\Zt(}ar ','',0,'?'),('{ڤ(q\ZК̭','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Schema.php',0,'&yP되jx','&yP되jx','p:v\0B Q','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RJ꾽r\0','7WIEܖ:a,GB.E\Zh8F%l','',0,'?'),('{ǟq!u','wp-content/plugins/w3-total-cache/Base_Page_Settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h[W|9','XJ?0~5?UmwND)p\"{.','',0,'?'),('{RC\Z.*\"Q','wp-includes/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')jỲ','>n>@@\"?mX$UZl;IE','',0,'?'),('{\r -}^','wp-includes/images/smilies/frownie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q ','r~Dzoh߱ػ\">E+Ke','',0,'?'),('{;1384/','wp-content/plugins/wordpress-seo/admin/ajax.php',0,'N Z','N Z','}xv#`$B\nU䥪PF̯܅x~f','',0,'?'),('{?\r\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\2 }Gi;O','TN~-@N̞V\\(u$','',0,'?'),('{пX0@]iPM|','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/Adaptive.php',0,'>{7Z=Zd','>{7Z=Zd','yT#SZ*=xJ&-i','',0,'?'),('|\0mhܼc\\W ','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xj.m#d','|Pc\nH150*MgΗn@_2','',0,'?'),('|jx7(Q}0\'','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BqIȿ{S \ZT\n','\0bTu@C0 \Zx[\0','',0,'?'),('|\'wx\Zl#tC','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_CN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KڼI\rϱ','Qp\Z8ԅ{6|h/ f‹y L','',0,'?'),('| js','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!ܨr?M','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}d ','ۇT&#JqN&ߔ\ZKGڂ*','',0,'?'),('|/ic] Ÿ,;','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-functions.php',0,'%[ie~','%[ie~','Pvb#$$ESSt','',0,'?'),('|/ڒ\0[*4x','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zA擒ZG=','5( oKE\n{E{C5W郼08J;t2)ѫ~e\'!','',0,'?'),('|iHr','wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|va=ϧ]޼','\\\0\Z@ږޕq+PǮg','',0,'?'),('|8\nbMmeNJ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5,^iME',' 3s2aT3O\n‹ԏh&GBd/','',0,'?'),('|sk[cЙ','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php',0,'U_^]v΁','U_^]v΁','H)F)uFբ^hGoG','',0,'?'),('|^R̟\0)j@:','wp-content/plugins/wordfence/lib/menu_scan_options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rhS.','zŕB\\d0\r\".ij[ `ݮ','',0,'?'),('|ԛ!Cu^Vp6','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS1-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Do8hCr,','02h\rz8]QYe\\M/Ni','',0,'?'),('|.Mh\0','wp-content/plugins/woocommerce/templates/emails/email-addresses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oc|IZ#C2p','w8DhN SFIthBF','',0,'?'),('|uFH{,]=߈','wp-content/plugins/divi-builder/core/admin/js/core.js',0,'NE){+m','NE){+m',' |3֧kpLMRTЬWX*g','',0,'?'),('|椉a8A^','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ᇞS|iU','qSm(0\n+5f5=ܗcs}','',0,'?'),('|mʇ,h_9','wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vc?}6','0 D˜flk{}ș {','',0,'?'),('|Y> Ɔ','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!q!T ʢ','_l&qd*^w V*f-_zL','',0,'?'),('}+\\UF','wp-content/plugins/wordpress-seo/inc/exceptions/class-rest-request-exception.php',0,'WUQ9m3','WUQ9m3','B|u톘oq,%V7pb\"g6A:','',0,'?'),('}ĉ=t','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\CDr','-N7~@}_=V_@A','',0,'?'),('}q#Gjt','wp-content/plugins/w3-total-cache/inc/options/install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5F3;ПhzX؃','9E%\nu>|@!ʣrS(DV\"-J','',0,'?'),('}O$\nlL','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bs_BA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\"!yZ7+o',' g2\\3rA,,ܧ`e>+W','',0,'?'),('}tb :zF\"@','wp-content/themes/Divi/epanel/js/colorpicker.js',0,'|rpP\r5ys^* %','|rpP\r5ys^* %','|My7aFruu&PǖCs,8','',0,'?'),('}<}#*%V>ɖ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php',0,'U-[iy 8`','U-[iy 8`','Sd$/L 3Kgyw^\nF','',0,'?'),('}>n\r4nb4+','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen/plugin.min.js',0,'ipxCdɜ','ipxCdɜ','rSHf\Z^_\\pq+Bu','',0,'?'),('}?2-;f8','wp-content/plugins/wpclef/languages/clef-nl.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˷:bT:R|}=','@Y|ST4D\\2fJVuFfp ','',0,'?'),('}[V\0S@0','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-plugin-registration-hook.php',0,'㎶^mk.n\\','㎶^mk.n\\','Kof%2`̳W;T۾G#','',0,'?'),('}\\5\r$lW','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','npfWǭ >','<T$ҧ*$Q=ڟ\nk','',0,'?'),('}]2t#ޅ \r','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF16-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#T[ܠQo\n1','0-I,O!H\nqQ~)hZ\Z;','',0,'?'),('}`g\"P2V','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q9)hdxR]l','Z\\J)q1C睤9~&{','',0,'?'),('}dv@\'.\n..','wp-content/plugins/woocommerce/assets/css/activation.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\Z::)E','JUDMVDj]guׯ:ڼ','',0,'?'),('}\n5. :(','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-robots-validator.php',0,'3(u\ZβVB','3(u\ZβVB','zb̭.W݄5`$??涧pR','',0,'?'),('}Ob >?2y','wp-content/plugins/updraftplus/includes/Google/Collection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y6x5Mq','5́2|TR/nw*Җ','',0,'?'),('}4ΰLЁ','wp-content/plugins/easy-coming-soon/theme_options/pages/pro_features_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(0B A','ZyrHDž_\'F\rîN}V','',0,'?'),('}v@ŮV!yB','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/commissions-unpaid.php',0,'f͏܄FB','f͏܄FB','#%Vq3\r| /3w\nlH ','',0,'?'),('}Y9ØU<','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/VDS@,2~^ԡ','rE\n(16ȇ\\:;fg&Is','',0,'?'),('}Nsز+\Z','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-crud-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2S95','A \ncߡ45Vf7]\Z{','',0,'?'),('}yxO1m*KE','wp-content/plugins/facebook-conversion-pixel/assets/pixelcat_icon_128_128_360.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.?1qX`','4*[`s]F ^>9ǖvn@ҷ\"','',0,'?'),('}7 ޘDHDPl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȣ1v9d\0ٸ','٘Ǎ++NTbRs','',0,'?'),('}L|z!`j`s','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js',0,'u*xPRa>','u*xPRa>',' XY>Bi>+\r','',0,'?'),('}.0 ','wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˈab=K',' UG`.6 lg=}TWqYGz\r>','',0,'?'),('}Ȑ\\L`i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5يhQ3fQk','?\ng=2.U[ziK','',0,'?'),('}X4xc','wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-921.min.js',0,'%k2ҡ','%k2ҡ','ABljL~\r t7Ʌx4','',0,'?'),('}05MZ','wp-content/plugins/wordfence/js/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bG.iTRU','L`r6Bk','',0,'?'),('~Y2e! pZ','wp-content/plugins/divi-builder/includes/builder/class-et-global-settings.php',0,'d\Z`{Zv{ ','d\Z`{Zv{ ','T袯ktR{CW=/N','',0,'?'),('~G5{ X','wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5hL >ҩ\r','=[ 2`>-7T@Eu#gc','',0,'?'),('~YH#\0','wp-content/plugins/woocommerce/includes/class-wc-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VڐZΦ^w','b%UiMA5.:&nnaqb%~','',0,'?'),('~49o?S','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r\ZQ_t^','v3̵T̵rE0\"#3Eq!EWH!Q','',0,'?'),('~79hg$+=\\0','wp-admin/js/bookmarklet.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[mHs$Yp','n)̈́IxVV$Z=qUOc','',0,'?'),('~9-:#Cn','wp-content/plugins/woocommerce/assets/css/menu.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TX2ADqA\ZQ1Ž','XxFAn18Тf35WC9','',0,'?'),('~>\0+j`ЁdAk','wp-content/plugins/w3-total-cache/lib/SNS/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^~&K1k/<','M◓>rYsi,4DH{0+','',0,'?'),('~?^hn;/|&\"U~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/class.yith-wcmv-shipping-admin.php',0,' ׍qy\'',' ׍qy\'','j\\[nq\r P^\n~+;','',0,'?'),('~?JIb*׺eC','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?D$\rXva','#?|gvp\n(!7β#u','',0,'?'),('~AHgK T','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':RKroH2z','9yԆ&/AXHi{b7frw=m','',0,'?'),('~Ec j','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f:U cl\n',':\rk<0Չd47=H4{\rG','',0,'?'),('~F㫎>dyj','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.R8)I','oƐa-t]ڕꏋl','',0,'?'),('~VXA&_M@em','wp-content/plugins/wordpress-seo/admin/class-export.php',0,'`):4Q','`):4Q','ܷnjD1T=YM>O\'WN\0!t&z','',0,'?'),('~VXa]7p|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' VP#.9R?','ŤH>#amaFSfKD','',0,'?'),('~iI;ݭ]AS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8w)n.ZC{v28','c\"3\r),\\ӷPV)ޤ3^?','',0,'?'),('~l`)','wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ϳ\r_@:z','>eB<,EqJ`Iy','',0,'?'),('~rCJ{<`9G','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/enhanced-select.js',0,'\n )сX','\n )сX','[!b^6>4!^T','',0,'?'),('~vC nX٤i','wp-content/plugins/woocommerce/includes/api/class-wc-rest-products-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Qq','w|,XԬ ʌT>Ghz-','',0,'?'),('~|?nJ=','wp-content/plugins/google-analytics-for-wordpress/readme.txt',0,'z Ŀ6pk\0','z Ŀ6pk\0','\"MlbS8mN ljKʟo','',0,'?'),('~(WSSP}qU.','wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/overview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zrm\\qW+','%AK{.u%0D2ΘI ','',0,'?'),('~ReOXf2`','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'svw2d5?','ƞ9llڧ U(45[M','',0,'?'),('~\ZS1','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php',0,']<+',']<+','WYlOZVfDB%qڭ\\= o?','',0,'?'),('~yGmcۭP','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-attribute-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~gB[#->(I\Z','3Z 6枨°Mř\rdΪODɭh','',0,'?'),('~ [\"+\Zqu','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G &\"˸ ','DE8J jGDGУr','',0,'?'),('~##\ZPw*:`','wp-content/plugins/woocommerce/includes/class-wc-product-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QirkjH|=q(JQ','+GpFWV!\Z&-{m4','',0,'?'),('~fzM9AN23','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php',0,'jnA\0#^p$','jnA\0#^p$','qc6)P\rݪNв','',0,'?'),('~QZ\\+oI','wp-content/plugins/bloom/core/components/api/email/_MailPoet2.php',0,'N`,x q','N`,x q','= ۢظ8]s&M$̽<]PO','',0,'?'),('~\'.{d@̆hQ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-cy.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\P=`}','I\ZDd۲ Mlԏ\rdFY,K','',0,'?'),('~xdMR:','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' a*T!Qp',':c֎ (/%,J_~U','',0,'?'),('~ťs\01y$L}h','wp-config-sample.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I?Ie V','jbCJ7/z ,F>','',0,'?'),('~Ӹbc\Z$@$*','wp-content/plugins/wordfence/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c@qxy=`','G-Dߜz!܁yq0m]!=','',0,'?'),('~Δ,zGh','wp-content/uploads/woocommerce_uploads/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('~c5R\"@2','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vi.()v4','{cx\0x+,d7ri=4x','',0,'?'),('~ӤwJ̼.','wp-content/plugins/wordfence/lib/schedWeekEntry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1D1 .V','ro+:\'(|J:qiBgH','',0,'?'),('~\ZQG0avֲ߱','wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BZulV,z','Z\0Ds%^9{gb#O} +r<','',0,'?'),('~ۛ .Db','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\0enjeR>7','x H#:!Sĸ*g','',0,'?'),('~:Jɦ/','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wp-user-avatar-support.php',0,'{z,\"_','{z,\"_','+@:N\rtP}1Bs H$','',0,'?'),('~7y&EI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l32hL-YL','\\An(W-`[K+v!k;[*#','',0,'?'),('~7}/[sa','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A0J','B) RIepVLv%^','',0,'?'),('~#\rϳ1e','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٚF870F','|kGӄ,.Mn/迕\ZtT','',0,'?'),('~X $','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js',0,'#yN7 2\\.','#yN7 2\\.','zBVjO\re,?֪j {8-3','',0,'?'),('b0VNA;80','wp-content/plugins/wordpress-seo/admin/services/class-indexable-term-provider.php',0,'\Zԛ8CVX','\Zԛ8CVX','VH}:5:xёF/>;- y','',0,'?'),('\n(ٓh','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sF߳Mi/','$-o(Fh1|Qq޴ϸEn','',0,'?'),('#?/+]','wp-content/themes/Divi/core/components/Cache.php',0,'cJO-^ۨ-','cJO-^ۨ-',' D!NpFc $:LP>','',0,'?'),(':ih}wM','wp-content/plugins/w3-total-cache/Util_Activation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MP%\\t] W\Z','98fQAvJ*d!E5[\'','',0,'?'),('M>SDLv','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{3F\0LM',',Ѫdoi0HmkZ4oJ9ƨN`','',0,'?'),('WI9.HbZ_','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_to-deprecate.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t,)Yyt81lq&f','\\D\"?֗ӯL:,+3)V,A','',0,'?'),('W\'=}8B̓\\','wp-content/plugins/wp-smushit/core/integrations/nextgen/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɞXX ?~~','%/*+oh^zwnB06\rI','',0,'?'),('^k֪Dv6R','wp-content/plugins/wordfence/lib/wfRate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\XE\nW\0','b¸ڻ\'mVkީqS','',0,'?'),('j&^b','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?}Ox&nAba','T/U=V{?%6\" 󧼮N?','',0,'?'),('w\'PeF+V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/2)','J6dAl{Й\0Jh','',0,'?'),('}B\r[ h*','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebarlist.php',0,'v t0T\nXُ','v t0T\nXُ','f:N/v\0iѮ%|t[r','',0,'?'),('xVjFbL','wp-content/plugins/w3-total-cache/Generic_Page_Faq.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d`\':x:','6 (5\Z<\0B&&2j5^ T','',0,'?'),('AieMK!','wp-content/themes/Divi/epanel/js/custom_uploader.js',0,'(\rzZvc','(\rzZvc','%H.OVHS@p\0BμpoP\\6','',0,'?'),('|4RfI','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('tjrn1NE','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6}YNm}','\rL\n t)ZwD5p\n$ϨZMI','',0,'?'),('A{EWk5','wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˥u5彧3ɻ','jkx{桸:0\'NBʀ@','',0,'?'),('J gV#OY','wp-content/plugins/wordfence/images/flags/mz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"4ȭ 7','3\'Dկj\0xu<˻ɕ:(J','',0,'?'),('*N7Ɨ\n!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W0qxi!8','@Cц7?&s(?/s{\'\na','',0,'?'),('y$yO[NLy','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w٧POy! Q[','2 %d2tE׳@tPߍ﷌','',0,'?'),(' СqD֚?iX','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2_\'g=;D','t\rdHѳD.&! 4','',0,'?'),('KQ}U&;&Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\0 P҄','i}a\"dQgb;+yy+CzF','',0,'?'),('T_v\\','wp-content/themes/Divi/core/components/api/email/Infusionsoft.php',0,'F\'#In','F\'#In','XUV~4h\'\\J\'c','',0,'?'),('J/I','wp-content/plugins/updraftplus/images/dashicon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vlcaf ','|Zu<$(\Z&Dҡ&','',0,'?'),('klaiv/','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/print/plugin.min.js',0,'# *y>','# *y>',' \\Ei!--*@u!','',0,'?'),('<|gk','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bn_BD.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','==M&ƴ?۸m','+e@T\nIzum7','',0,'?'),('trεF_ ','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t̖S+ğo','l+u elH]RAr<4f +','',0,'?'),('鍕cBw! W','wp-content/themes/twentyfifteen/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6\'I;%,U','.vq.B!|Yxᒸ=','',0,'?'),('!#Ԗـ\"A','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/select.php',0,'yGXFų','yGXFų','_6{Cx` gVw\0ͻ~fի','',0,'?'),('02]4d\0fF','wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-921.min.js',0,'jƀ\"zf>','jƀ\"zf>','mޤDv}X(F 摬','',0,'?'),('x Ptw\r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l|1aSÉ8','bO =J3EƂs~}e2`kG@','',0,'?'),('v]rQf`','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr/plugin.min.js',0,'fa*ΐiT%Y','fa*ΐiT%Y','ȨVb-\ZUDq3 Φ','',0,'?'),('B/5\\ȟ%','wp-content/plugins/easy-coming-soon/theme_options/images/arrow1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s)~s','k|w^--ׂak z','',0,'?'),('KI+a','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php',0,'E2\nrٽc','E2\nrٽc','^5CD3/n+*/Ŭ(otғXR','',0,'?'),('0߁.8n4k_M','wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rc9]q)','i\"ڲM,\'PC','',0,'?'),('=I8,.9%','wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~^Ɖ\n\Z','X2\\`ze,M14A7L+\r','',0,'?'),('COU0.&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=L9|CR_','sި59\\9\ZIƸ>9','',0,'?'),('J]N/_&','wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BJ[s6%','E\r/MoþV(^g%OR+I-_','',0,'?'),('OX,ԫza\"','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t]gN+8J;q','NbߥI\na^ wҬy-G;Rs','',0,'?'),('aa߈J}\rPZ','wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?[cjZC^b','ewR8MSK\n#m\\.','',0,'?'),('anFh #ۈ','wp-content/plugins/contact-form-7/modules/acceptance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~TTKKYTfl','i}\0?\\{aJ*\r6SP2 T','',0,'?'),('t@kH:','wp-content/plugins/facebook-conversion-pixel/screenshot-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$FN7nq','WLV&Atzlض~Lȩ:J-̒8','',0,'?'),('xҎݷ6 `rA','wp-content/plugins/facebook-conversion-pixel/deprecated/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']QK`XZ߷','4j\0E?KY>#9','',0,'?'),('~X\":3c*','wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gqovN0qZ#]F','KpAza_襔/;K','',0,'?'),('ًt+ vJ','wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wPu$.E2Нj','[oyR9uGkBg5i!b4f','',0,'?'),('YB3$','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:4tqnhm','G{]apGRj|)TAd\ZƧVǮ[t','',0,'?'),('e97aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G)öu\\\nM','I+x#iT;W͗1Ex߱','',0,'?'),(' 17YE#9S>','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/importcss/plugin.min.js',0,'F\r2]h\'}4','F\r2]h\'}4','<\\owcar+ٱ;f','',0,'?'),('\0CTْɃ9','wp-content/plugins/woocommerce/includes/wc-update-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\ZJ7L<','Hý)Ts\Z&*h$*v¨]&z}','',0,'?'),('˳\0[!\0+','wp-content/plugins/wpclef/update_translations.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zp','',0,'?'),('go@>3:ۏՍh','wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php',0,'ma?D^w ','ma?D^w ','(u>/O*=FY-}+ Ǘ','',0,'?'),('\"+p\r2/\r=P','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/button.php',0,';ǎf\ZMk7\Z',';ǎf\ZMk7\Z','M%5162 bL趹}Q','',0,'?'),('#M~\\ߴU0','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_collection.php',0,'4{vO ','4{vO ','\0ep;ڙ8 ԙ{sl6Yې/','',0,'?'),('(\n?P','wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZaYJB!','.CN?/OJJؿY׵,p','',0,'?'),('3\0<\'\0еZk','wp-content/themes/Divi/core/components/api/email/Provider.php',0,'\"g/􌵨','\"g/􌵨','QbP+V~,jRFZ','',0,'?'),('5zzQ3Ғ^\\','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-plugin-activation.php',0,'3atK|xY\0 $','3atK|xY\0 $','(KdRИgʹC*4##C2',' Y;>&TYOzcL, q','',0,'?'),('E58BC)Js','wp-content/plugins/wordfence/images/flags/bh.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@T&V','!WM^Pim\'- ','',0,'?'),('H: 0 2CЉ','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/membership-reports.php',0,'A=H6Ny<','A=H6Ny<','qSyU鋬@)\0YP[.VK','',0,'?'),('N\0afEQߦ~l3','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{LvPۈ\'','ɸ\0`eR/ґQ','',0,'?'),('Zʧ #cg/~','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oجѢ3;]T\Z]','V I\")B&QJҊ!ٞ\"vC','',0,'?'),('b-CV_n.]','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R 贈/','-OPγ+ӌ%Gۑ hv$ku','',0,'?'),('el5sEúQ','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' N=u&MT0 ','zrw\'05$`\'D9','',0,'?'),('k0Iv*qct{','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-update.php',0,'b[Ey<','b[Ey<','-w\\~c#g_ϯ','',0,'?'),('vZ59FG','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dTܠ u','f,T-ewW=鵤* ٮom','',0,'?'),('xn}$l','wp-content/plugins/bloom/core/init.php',0,'ɓ\n@,\nX','ɓ\n@,\nX','>\"{׵F xjqJEO\';h','',0,'?'),(',CUU 9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zm?k;쬒','he٠G\Z0UXh(xVՏ\\tbG#','',0,'?'),('lG_Jt','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e`o>HLRU','~֗AzI-]:ȾE_h6h>','',0,'?'),(':g+*t̚','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/responsivesliders.php',0,'˓~VH[5 \Z\'','˓~VH[5 \Z\'','i\"8+\n^O`%ơik','',0,'?'),('n`CKc6','wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','┗id$}|/','','',0,'?'),('P?Cmۄ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js',0,'_^ 2','_^ 2','U<\\-%~\\t@ 2g','',0,'?'),('W=ԘHdz','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' yf[u\\G','m;jb?\\:7q{Knu-R5&UV','',0,'?'),('~\rr㴄}\\*','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JbK$C','y+qjHq[Hj','',0,'?'),('Qu\ZNC\rd ','wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(E?OI','o\Zu)*c727!,wy\\k','',0,'?'),('X-4J_3','wp-content/plugins/wordfence/lib/wordfenceHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G7nUuZ','61\nBLko_qd6!','',0,'?'),('Սs0LBO0&A','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' R[h\r}$z','W2I\\j^Xs1fpҩ4','',0,'?'),('J˧T#*xG','wp-content/plugins/easy-coming-soon/template/images/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"MX\r}@','av>zTh4 }\n,X\\','',0,'?'),('\'>[·','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!c\'Uk\r.I',';;k\nиm۾f\'Ua&]','',0,'?'),('܆+Ps0','wp-content/plugins/wpclef/wpclef.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':G?@\r2)','0[_BE#썲:KÃ8\\Q( ܾ','',0,'?'),('Pdc3','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kYs\Z칱u',';kZC0_RQ7$k','',0,'?'),('\nΑR','wp-content/plugins/wp-smushit/uninstall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\Z%fh\"','o\';&)[sn<X@A','',0,'?'),('d ll\'2','wp-content/plugins/limit-login-attempts/limit-login-attempts-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2B.R~O2F','F','X&\"^}̐;hIFV','',0,'?'),('nmpM','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php',0,'\n4*k )v','\n4*k )v','p,C6 f~f,fY.BQ@UDqs','',0,'?'),('\\(wBI','wp-admin/network/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' GTw','CـQ}N(z{|/Bss%L','',0,'?'),('$XI\n i>','wp-content/plugins/bloom/core/components/api/email/HubSpot.php',0,'ۊ=~f\n0','ۊ=~f\n0','/Xs$J:O^viDj..yR','',0,'?'),('%tl5<\n\nh','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php',0,' n;)`om ','',0,'?'),('9ha\nͿ\"U','wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JP.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=~)RC9ϐ','Ih5(4bo?UHހӭ','',0,'?'),('BهvG2@Z','wp-content/themes/Divi/includes/builder/deprecations.php',0,'(_s&\\m#N','(_s&\\m#N','yilK+xY$ӫ9Ӯ!','',0,'?'),(']Q% Ldċ','wp-content/plugins/woocommerce/includes/class-wc-product-simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aldf70܄','6smq>0V;xՕ:r&','',0,'?'),('`|y Ihv3','wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php',0,'[vǐ)ѿUx','[vǐ)ѿUx','Ha]K h]ͨ}ѥk%L=','',0,'?'),('a^=7}X','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-metabox.php',0,'Jcx4gp, W','Jcx4gp, W','}Hr5<Kq-%Wd&Y','',0,'?'),('p)T\Z35','wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php',0,'n*/<4ة','n*/<4ة','>Mkc:z_n[','',0,'?'),('udVN;lQ','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/visualchars/plugin.min.js',0,'5osDFgMe','5osDFgMe','XR\0*h\r>&EaO2]mt','',0,'?'),('TǓhbu[','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/select-mailchimp.php',0,'ZH\"BH?','ZH\"BH?','NR [&^2$.=}2\\K2#','',0,'?'),('ԿepZɟy','wp-content/plugins/updraftplus/images/icons/email.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E.cKo|s-','٭\Zq]^A\nba9ZPmuL%wH','',0,'?'),('\0+OW+','index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0;sDm\\:[','׀]Ho&Y\0Yɱ \Z=K','',0,'?'),('\'j|2LC','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/multi-vendor.min.js',0,'monRsp','monRsp','|m{:>\0߮{ŧ6RU[/8','',0,'?'),('č#yOBF','wp-content/plugins/easy-coming-soon/theme_options/pages/design_page_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y[B\"u9','ztJlɹƦ*¬^˔MZU-','',0,'?'),('.M2\\ ','wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php',0,'yr~Ruz','yr~Ruz','dIn{:ǘ/r \\l׬ko6]','',0,'?'),('A1\Z;','wp-includes/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m[\0lJ;','^]\"ˌ|a>|Ī.pNX','',0,'?'),('N9P^a\\kw','wp-content/plugins/divi-builder/includes/builder/scripts/ext/chart.min.js',0,'\r0`\ZZ= 5T(','\r0`\ZZ= 5T(','\r !\"nN!vDa2̏y:','',0,'?'),('ɽ\Z7n1','wp-content/plugins/woocommerce/includes/wc-product-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I:\r.Z:HU','8gJn! m\nc*','',0,'?'),('{_+hKsc~','wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\Zɿe68_i',']Rr=lmq2[dy VE','',0,'?'),('ͻbK&-O','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/curl_object.php',0,'epYA$r','epYA$r','8[fz\n!Lҏ։yn/zC','',0,'?'),('쾅#','[15YxOl;;{`—׉Q-$XzR','',0,'?'),('d/&yǴS','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-&(\\)','[iG?|Z)P3 u&gB','',0,'?'),('vA\nGr3C9`','wp-admin/includes/class-wp-internal-pointers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','INt#S#A','#7)o\' uT/\npMt g','',0,'?'),(']]Sx^6','wp-content/themes/twentysixteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˀ^ltߌ','1`Ej7+._$ٍ3','',0,'?'),('\0Ҷ9 Ij;em','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sidebarlist.php',0,'v t0T\nXُ','v t0T\nXُ','f:N/v\0iѮ%|t[r','',0,'?'),('\nS@JF!','wp-content/themes/Divi/includes/widgets/widget-adsense.php',0,'L\rs5\\U࠺Q','L\rs5\\U࠺Q','P ?%:w2','',0,'?'),('AQBx','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UULs:Et','9;b!|&,hY΋#Tc[\r','',0,'?'),(' qqUzA~\"','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZJ@M/e_L','[w-,=LĴ\0)ا{Ζ:K','',0,'?'),('(^\r­)jq','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/wonderplugin-slider-creator.js',0,'.,kX^\"e?','.,kX^\"e?','Sk(S #QKW/aNvj#','',0,'?'),(')M d18','wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y&hi6','?\ZY=cvjhw=*g!','',0,'?'),(':Pb4 u','wp-content/plugins/wordfence/images/flags/as.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_W^5F^','Qc2#TIB?L <̹VUd','',0,'?'),('E\nTIS','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISPro-UCS2-HW-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$8x?8m',',%mRo^x|\\Ur \'?%','',0,'?'),('GǮ#U&\\','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php',0,'q ~X\\yP\Zy3','q ~X\\yP\Zy3','9+U C8:?{5 ?D','',0,'?'),('WPӮM&yt]','wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-dynamic-pricing-compatibility.php',0,'ɿ\00%G3sd','ɿ\00%G3sd','3׺`Xd\'\ZnHoM>,7̗','',0,'?'),('`\'n_$4;','wp-content/plugins/monarch/core/ui/utils/frames.js',0,'f1* ú6?','f1* ú6?','g7{s\"b h喅Фh','',0,'?'),('arqAb@r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*I\\V:rd','!78>vYY^9Nem4J@aܽ','',0,'?'),('t0TxP*9','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-checkout-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9}ܫSxh(F2','Ի[zw%Lx(=Y\"','',0,'?'),('x$\n3y7\Z','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{SAk(uI5s ','Iv+BޭՉcd6\"O\\','',0,'?'),('|\0|#F','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/simple-text.php',0,'~7(3','~7(3','yVQ.Bʪryt|\nJb=m&;\Z','',0,'?'),('!X8]#¼2Ƴ','wp-content/plugins/w3-total-cache/ini/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('g,*cImG','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/ajax-products.php',0,'sԪiN/\Z22','sԪiN/\Z22','\'JJ*T5s.(c>l~> L;B','',0,'?'),('oVu4;f','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php',0,'ЫDpv^','ЫDpv^','\'Y2YBĆQSsAc=H_\\)Ǽ','',0,'?'),('ڞq\nu{','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i=k+','wp-content/plugins/updraftplus/central/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')MiģH','Z\r,qR^Vgd3n5 =oS','',0,'?'),('x\r ի?~G','wp-content/plugins/child-theme-configurator/includes/forms/addl_tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Q2{n3B','',0,'?'),('$\\/N','wp-content/plugins/wpclef/assets/src/img/button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Laʥ4] ݞt','w1lsW4  3\"yR','',0,'?'),('\'ݠug8gs}','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k=&m','Arf\"Xmx&Ulh+ґ+S9s:J`','',0,'?'),(')ũ2[ 4_a','wp-includes/class-walker-category-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ߶yv%`,m','g30 zUGjVK\nz7','',0,'?'),('5KWnMX','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/anchor/plugin.min.js',0,'%N\"D\nKD','%N\"D\nKD','l lϯx¢fܭE\0e','',0,'?'),('9稈8hM$5','wp-content/plugins/wp-smushit/app/views/bulk-settings/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ּ~R,/~8','urJ@0L* ǀ\05cx','',0,'?'),(':+[gCZ','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOEtyU','yV*T*g/ύ`iH\\\r','',0,'?'),('?byQ~O~JQ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/codemirror/javascript.js',0,'>J=)Z}','>J=)Z}','mwJ܌A b.FkN0L','',0,'?'),('D Vb\nE','wp-content/plugins/bloom/dashboard/includes/google_fonts.php',0,'>dNWsپQ','>dNWsپQ','\\ jIŽ8ց~M(6','',0,'?'),('L<3}\\','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/new-vendor-detail-table.php',0,'Ǖ͏i9A','Ǖ͏i9A','T)r[\nO.شIA}DyEL','',0,'?'),('bg?_%V','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OS-w;!','zJa-S\Z0tȋڙrƘ[8-SXT','',0,'?'),('j֪7ER $^ I','wp-content/plugins/limit-login-attempts/limit-login-attempts-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ЧH<ۈs','~fԤf9*;DM86RX\\','',0,'?'),('l 戽Niq','wp-content/plugins/wp-smushit/app/views/bulk/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hX.~}MO','SsQo0LC[=','',0,'?'),('u3z}!g\\','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-main.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P.t6S=&@1','fDz&iphvnvmA[','',0,'?'),('~2W)3XA','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/jquery.colorbox.js',0,'_-eX6U^','_-eX6U^','? r&s:0;W֏g\\VF#`1-','',0,'?'),('yXr81H[','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/chosen.php',0,'J7g񼎴$b*U@','J7g񼎴$b*U@','KTص~^z8s>E$-Ts#','',0,'?'),('PnyK','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ǯɇ\"Q\Z, ','oLyۘG=^{om#j8\"lL','',0,'?'),('Y]^]\\!p','wp-content/themes/Divi-child/woocommerce/templates/myaccount/navigation.php',0,'w?# 99rP w','w?# 99rP w','G޵k.Q`>]Ӻ8&h','',0,'?'),('cvhcԕ','wp-content/plugins/child-theme-configurator/css/ctc-support.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i\'*T(gi','şʒOސqr\\(trw)','',0,'?'),('hTX-','wp-content/plugins/w3-total-cache/inc/options/minify/html.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z kOHp\Z \'ݡ','`K;=I&\n#EISNr','',0,'?'),('1Z4Wi9w','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sv_SE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!}E` gZ*AǴ','y~`@U҇;.]h>}b=UL\'','',0,'?'),('?%&ovo:','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rvWhm,V_',' íL7`Xcΰul?BH5','',0,'?'),('S L??2s','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-upgrade.php',0,'bJmDRZ','bJmDRZ','H@ǀjIDԎhhw','',0,'?'),('o?4B0U','wp-content/plugins/w3-total-cache/DbCache_Wpdb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TAHa0K zN\0','RRQmaWhQHF:s','',0,'?'),('\"i$l','wp-content/plugins/woocommerce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ο}|j^ *8','ȶ-UA0gB+J!D|À]j','',0,'?'),('%M\Zn.l','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php',0,'umcő','umcő','7qS X֪2ǚ2lZ=%GA)vb','',0,'?'),('\"xάg/Vx','wp-content/plugins/bloom/core/components/PageResource.php',0,'ɷjkyBH<','ɷjkyBH<','48qSMarŐ>95xk4','',0,'?'),('nvZYV','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*w–>+/e','KOoA{/\Z:j3\0jɶyC J','',0,'?'),('1VnSot8','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͦ RfX1jO','OxyczhY>GĈy((H\'H','',0,'?'),('ʘGʥo`D','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?O$+dz\0\0','c jevFwJߛR4G\"Fo','',0,'?'),('<\09P ','wp-content/plugins/wpclef/assets/dist/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ϝA>wӔ','7\"Z Itcp|5\'(j[\Z ','',0,'?'),('\\WdϞ+\nnW','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &ʾ\0\"d','i8HL&<y<\0 C\0{H6nL','',0,'?'),('Kw\ZmD\'\"kj','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php',0,'!3 pLA ׏)','!3 pLA ׏)','Jg<\ZTʴK`Ό(`Rm~+0','',0,'?'),('.S9`w','wp-content/plugins/limit-login-attempts/limit-login-attempts-ro_RO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c&(uթ@s ','Ѷ\\? Sݿ #8?36ڙB=L','',0,'?'),('\r;C< x','wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2E4%j','ELZn8ʯϠ~F?OO1.;eg','',0,'?'),('$2(j,Ѷ?h','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`?2K4t','~a?oH3`])#)7N+_c','',0,'?'),('7g,xmi\rk','wp-content/plugins/pdf-embedder/js/pdfjs/pdf.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X*/?Eng=','$ê=9̛\';uWM7ɷ','',0,'?'),('9uk֐Z!W','wp-content/plugins/wpclef/languages/clef-es_AR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qǧ) L.,3','Ш\'M͋k>vлi','',0,'?'),('<3q;iz','wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0:TpnMD','1 \rVdP CIl\r&9','',0,'?'),('>_] Wn0','wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wG|t\0˭','\\a7;%m\rPQ~bE) Ǒ3\0','',0,'?'),('AMT̓Y#&a','wp-content/plugins/wp-smushit/core/integrations/class-common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|IG{%P','Ya;ɞgt( )]\'SqVjz`','',0,'?'),('B%v6I\"Jb4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?]l%,','\'hm722ұ\r\n\rue U Y1P','',0,'?'),('Vk]G=Bk5i\0~c','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Show_Filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֝wQw?(NVn','D\nÕG^*t\\i','',0,'?'),('a9%?','wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*kvey3K,ҭ',',W)T\0Z .A9檶?=','',0,'?'),('h\'\ZcY','wp-content/plugins/wpclef/languages/clef-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5P9H','a1@0wIcY*\0)W\r','',0,'?'),('oM2B0!4S','wp-content/plugins/updraftplus/includes/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GWŹx','a-w OB%ƇKS7','',0,'?'),('ۉvD{','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ef\rh2+\Z1Ԍ(','BbgFJ9?ItaAkTl_','',0,'?'),('êS>\0','wp-content/plugins/wordfence/css/wf-ionicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s[؄j','f/Frbbo4A B7Sz!e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{<\\/d]','i)*{_!踭6 #_] ','',0,'?'),('sdg[+','wp-content/plugins/woocommerce/templates/single-product/up-sells.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lEi{ڛ\Znң','6\'/pP<>ʕTt_רtb','',0,'?'),('ۼ\'Z\0\Z7','wp-content/plugins/easy-coming-soon/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qBE}њo3','%7fox@t {]i}J-6wE|l','',0,'?'),('܌{t%{','wp-content/plugins/mailchimp-for-wp/config/default-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bbv}Vmгk',' >CTn#P-0','',0,'?'),('␋TXמ','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M^Q\n','o%K(9ѕ-O =Vr!t','',0,'?'),('SzX-v','wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':HX.؇$;56','rZy\rk/҆J,x6V|','',0,'?'),('8:ﰷ\"','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/media/restrict_access.php',0,'!#%c溷$','!#%c溷$','F.9Lt]T01|zul%\Z','',0,'?'),(')Vn*','wp-content/plugins/wordpress-seo/frontend/class-frontend-page-type.php',0,'Au=;M[','Au=;M[','n3s/{ГlkwͷC\r','',0,'?'),('T양:t[','wp-includes/Requests/Exception/HTTP/410.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qO47ߺݥ/8X!','9f/3MM;#GڪWO&tSO\ZƘ','',0,'?'),('\0F~<\Z ','wp-content/plugins/wp-smushit/app/views/lazyload/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[bf%!wH.ֺ','v+(KFpgRBA','',0,'?'),('\r.Z s\'oY','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/gateways/class-yith-gateway-paypal.php',0,'?tQL\0Aʛ','?tQL\0Aʛ','VeQ~<6\\\"yz\0\Z1','',0,'?'),('K4R\0>u)','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Xg\"{','৺\\OR~ˡaw~','',0,'?'),('n>H\nT U2','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/lib/yit-theme-licence.php',0,'4\0:E!-','4\0:E!-','?sk.<#-0)Gx/SUz8','',0,'?'),('!E3b[','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php',0,'$\'hNj]/Bh','$\'hNj]/Bh','_Pq\r,]y8NB ADO','',0,'?'),('&DJl\r~k','wp-content/plugins/pdf-embedder/lang/pdf-embedder-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9v})%','V2nv otrNU&y','',0,'?'),(')Yh.;š','wp-includes/Requests/Exception/HTTP/412.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Iܷ=7V','SA4c\\D56-#d*ҽӾR','',0,'?'),('/uɸi )','wp-content/themes/Divi/includes/builder/frontend-builder/helpers.php',0,'}ވ#i_L','}ވ#i_L','!My~ag)&^mU8M͛','',0,'?'),('1eUMV^','wp-admin/includes/misc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SΣ]/?!p\Z','\0ѷ$`W\\\'siS\'&uW','',0,'?'),('6)xTzތ\0','wp-content/plugins/updraftplus/includes/Google/Service/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*A@rQGXy',' \\k^NTpYmUP\\','',0,'?'),('Awb~_}< ','wp-content/plugins/updraftplus/languages/updraftplus-vi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˷ t\'','vihZ]\Z\"*VuEuϭg','',0,'?'),('D\rT1','wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','բ2DUQL','fR۪8A)Q,5\Z}=JZ;}ӂA L','',0,'?'),('Qzc` JŁ{R`\\','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hs 8JDh','&RyF5gX6z>PWW^','',0,'?'),('X`SmÂ=I˧!','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D/ؙ40C','Żg6dgu$ dR\nFdf','',0,'?'),('X ˀٿ@xڭ','wp-content/plugins/wpclef/assets/dist/js/login.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cr~yˏ{uFI','Wͷq2щj @f','',0,'?'),('[gPYϖD','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v-HXH/0D','OJ褼TkQ\r.LzY%0DU2','',0,'?'),('eӐD\"\\','wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HLʘXs)r','A|9v qBN-2Uxa','',0,'?'),('ifi.v7z@','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-gdpr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Թ2)ς\r','|]uN /*\" q׭sҞDGj¢$','',0,'?'),('l\'yK~K ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֙\rCӳ]E','e3t@MnS7(1\ne','',0,'?'),('u9A^ Z^]m0','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php',0,'s.>\Zc','s.>\Zc','x16ߟ)ŗwE','',0,'?'),('wGWƚ૭z','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eݷ55\\T','J€ {Y2[|t','',0,'?'),('emV U','wp-content/plugins/woocommerce/templates/auth/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M9m;ܩ','a򵿯x5M<Qe&AMz(XO','',0,'?'),('i\0?u070','wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*$ϸdD(','U9yJP~`V{E(_','',0,'?'),(')D@#','p0@Ԫ/&,8\'X#e?','',0,'?'),('e 54|`d㥭','wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\dr:/+@?','\Z}CQzT5#z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ߵI;','%$0d74\0\ZuR7 7@&]:-&','',0,'?'),('PܱԄ?)q','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nF\'26K','^2Ҏ\\<(1> 2Bv(','',0,'?'),('}','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\"r k,-\Z^\Z3','8COHXyU>iZ\r0 yZ[ph','',0,'?'),('g\'kJ\n','wp-content/plugins/updraftplus/images/ud-logo-150.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SҬTd6uP','˽1D4HH [Y','',0,'?'),('Ql>_/p','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/myaccount/my-vendor-dashboard.php',0,'o]id஠\Z=','o]id஠\Z=','dЉ6B6}]:(kgl\Z%ޥ ~d','',0,'?'),('1NJN','wp-content/plugins/bloom/dashboard/js/et_dashboard.js',0,',ɥ |d:Łv',',ɥ |d:Łv','ٜPSukHi|-w','',0,'?'),('6ōxU','wp-content/plugins/updraftplus/central/modules/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wv\'H:jP',' E x$m${ u&$;f','',0,'?'),('ʯL# WFW','wp-content/plugins/wpclef/assets/dist/img/bookmark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','atSk[ifu','X1 ˦aٛ˻e=8','ƤeIMܾ_5L~R㹆Meߝ`Ѩ','',0,'?'),('0{lnoLP','wp-content/plugins/bloom/core/admin/js/version-rollback.js',0,'Ѫ|T,mA)','Ѫ|T,mA)','(NﰁR GU0Bzޣ~f','',0,'?'),('2jzv8w)q\Z','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SĀ \\-0cb','4.^y!T#\"j{ wUuEPϏm4:','',0,'?'),('B yw+|t','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s{,i{9ʯz&','W6Yˮt','',0,'?'),('Y&igpB','wp-content/plugins/pdf-embedder/js/admin/pdfemb-admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\n f\\RDb','g)P(x\"PҲVI*#DfY','',0,'?'),('Z|o02HĨ','wp-content/plugins/easy-coming-soon/theme_options/images/ico-docs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mȫz[Z','?\nb bjU% ʥ~|3^','',0,'?'),('b~5aI@)*','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J*¨QI\'w','DXT;=狟7@Ƥ䳾ӷSk','',0,'?'),('b~j\ru ~[','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_MX.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v.r=!','qe$4\rjf2Odrm\'bcX2 ','',0,'?'),('k(,z2  \rf9','wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php',0,'ϥz`܌;z(','ϥz`܌;z(','n:m=yl+K\0D','',0,'?'),('zXٟ<؛:Qph','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php',0,'*m|','*m|','Xr;|,*6=N8ИfĉHCa)','',0,'?'),('{*B`Gp¢^','wp-content/themes/Divi/core/wp_functions.php',0,'ZefJH]C','ZefJH]C','F~i^Ȁ%WX 8k>Rmg-R','',0,'?'),('}Io','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OBqC','3gdR9\ZKGou<>e#H,O&xFb','',0,'?'),('ʱ\'AK\"d;3','wp-content/plugins/wordfence/images/flags/pg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɂ%X;{Eҳ]','],l7n\nTKm\ZG*KT','',0,'?'),('\\:ڈ)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b .8\Z|`QLF','t/\rHFTЉceNDK AQ','',0,'?'),('\Z%OH%p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_.@ap ','0f2F=d1RG7/E$Ǣ','',0,'?'),('QȪ\Zq]','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wc-cog.php',0,'ݖ++츱k2ɵ','ݖ++츱k2ɵ','llаW% +|R/aԘR;<*qpr','',0,'?'),('ꄦe\Zj~Syrju','wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sBb}Lucu','t7O\"xn9TT}Ws','',0,'?'),('!ES7x','wp-content/wflogs/rules.php',0,'ΥzG;ݴQe@','ΥzG;ݴQe@',':\rtfe](tl@ k','',0,'?'),('>2\\o)','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dl᫁2A\nW','@3#\Zж/*t\r6vUf','?UzP\\ @`8g;\rE','',0,'?'),('q>%9 3','',0,'?'),('y/dzQg','wp-content/plugins/wordfence/js/tourTip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ޗϬ?\"oh,^pQ','VQ$*=Ǐd1Ty«9Z<','',0,'?'),('4BE4s_X','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iڼM>(','7CUX nUU¿Bi%Ȁm','',0,'?'),('sVW\0$iho','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6취c;wZc','NE| ndʶ=Ƅ4t9&ˮp','',0,'?'),('ڻdZH','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|K;H@&',' 伎 k `_~h#\rm3xh','',0,'?'),('RlVRѪ@̧','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hٞ9l','{:@q?8U_wxy','',0,'?'),(' #+KhXS','wp-content/plugins/w3-total-cache/inc/options/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0̓@7Bb^','|DqÅsx[+>HB}LJId','',0,'?'),('*ɬ~|$','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pvRGUy\r f','$0(p,_;%g=r*p%p','',0,'?'),('+Dy','wp-content/plugins/wp-smushit/app/common/progress-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qܗ\"cȠ]X1','v]صDWd<7P0s>s:','',0,'?'),('0{fHf(V<','wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O+N\"ָg\0','k_ ?N \"\r','',0,'?'),('%QPP7y{Jo','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2dKR@','p@YK;ڤ7Z6Mu\ne\\dI\'z','',0,'?'),('Iy-\nń','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Tg*\Z: x7',']0֙8p#~\\oӁ= 1','',0,'?'),('$:SZܽr2^','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0y]`\\]','_e1=sJ % WkUˮ &','',0,'?'),(',ܷO|H','wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T ~¤-_˓','| j(q5jw,y\n?3-d11','',0,'?'),(':=%M۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rwސ','.H :npuȑ;^&SN','',0,'?'),(':y3SxC','wp-content/plugins/woocommerce/includes/class-wc-session-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 qYb|s}','\'MNzw65v:/̢5tP','',0,'?'),('A4؎ek3','wp-content/plugins/divi-builder/core/functions.php',0,'N~e ¢\0i','N~e ¢\0i','p\']1uSvX #nc\0oR','',0,'?'),('Ha_ yܚa','wp-content/plugins/handheld/main_themes/HandHeld/loop-page.php',0,'1rC','1rC','s,2#df sI','',0,'?'),('I{?r]7','wp-admin/images/resize-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ےcZY6','̒̑\0CbĆ< QPzS','',0,'?'),('ak-h8 a','wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s6a{Y7dP',' J;3\\#K. (*p]B36','',0,'?'),('bxr#C~L\0','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/image/plugin.min.js',0,'?*D8>','?*D8>','Wg\"=%=*0 \r0<ɪcȺ/','',0,'?'),('c҉6YǨ۳','wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AvܰTS','. 9!.+60A BJdZ\Z; S','',0,'?'),('keK:h','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-ips-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?au','υ-3> +iH2DY','',0,'?'),('rB.xl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k^|KSLsg','=P LJֽ[1v_H7)F','',0,'?'),('t8q7G[+) U','wp-content/plugins/wpclef/assets/dist/css/admin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l{i_4SB#N=','w?<̭lf xbU>','',0,'?'),('$2GE5ν','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-reviews-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XOę4}ZP','^)/Y$S=#Exś','',0,'?'),('#dl|MSRə','wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php',0,'!h\Zwմ+fE','!h\Zwմ+fE','zn=[d[IZ{\rKMyVl','',0,'?'),('p>˜Zu','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-commissions-paid.php',0,'%>`ԉ̖j,nj','%>`ԉ̖j,nj','4/#Se(Ppq\ny7FC','',0,'?'),('j@u','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tԞBޓr7','Kı\\:.XSʠEmn\n\0k\\#Z','',0,'?'),(' )ն2X`g','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js',0,'y_1u݇bo','y_1u݇bo','Q;1-+37kF|ŀj<ڲ','',0,'?'),(' 77W ','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_radial-gradient.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fi\0 3d7','Bx|_֎0m^KC]uRKx','',0,'?'),('IGH^W<','wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Oӓ#','>~:ɤ?~','',0,'?'),('Ԫ;Ҷ&&','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sB \"','+rm .CI!*]\")gȨ{`];','',0,'?'),('x|R),N7^C','wp-content/plugins/pdf-embedder/lang/pdf-embedder-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$xUx8ȯ`0','p&i[@&~&m\0BLprVh','',0,'?'),('\Zܴ4q$,5','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select-icon.php',0,'>h}e7EJ[','>h}e7EJ[','Un%\" !~(5BG','',0,'?'),('\0h\n/|v','wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-921.min.js',0,',Fw$?3',',Fw$?3','`ce\r*^]9R]ԛAܺw|','',0,'?'),('b\'WlRB','wp-content/plugins/wpclef/assets/src/coffee/settings/utils.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fi1v;J*X',',B:iĸ|d`hj\0p','',0,'?'),('17\'I7q','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/vendor-name-title-premium.php',0,'jl\\\\kqJV9p','jl\\\\kqJV9p','y2t#w4^(&\\g?A','',0,'?'),('ȣ˕v ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.7N?g K\r}\\',':qb!J,\\y|*1','',0,'?'),('wi.w(M;0D','wp-content/plugins/akismet/.htaccess',0,'{e[\'gDC0$M','{e[\'gDC0$M',' rNS8D7wڿB`cs','',0,'?'),('\'!O3dϹ','wp-content/plugins/wordpress-seo/src/yoast-orm-wrapper.php',0,'ְpfK','ְpfK','S5','wp-content/plugins/easy-coming-soon/theme_options/pages/images/template.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gs\"TbN̄\r','bB ۜSƒ`τ','',0,'?'),('\0\'a\rvY#','wp-content/plugins/w3-total-cache/inc/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('}%P\n_R(','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/init.php',0,')J# ƝUl',': ̢Af43lzi-','',0,'?'),('.xQ}t\np','wp-includes/rest-api/endpoints/class-wp-rest-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7PUjJ:s ','+oT k8|x]}r![eﳱ','',0,'?'),('7*\"{ \nK<','wp-admin/includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' omߚoµM','vK4u,}2\Zjr1@\'i>q軕','',0,'?'),(';N\\F5P29ֲ`','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php',0,'}Cߖ','}Cߖ','Yy/PB$޺.VYTX\0','',0,'?'),('?8ZN','wp-includes/ID3/module.tag.lyrics3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U3\"92','2lʺoK[i+x1 l14{','',0,'?'),('F䃴`\n','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e2Cdn','Ai=\']&p#݉1{ ]\r','',0,'?'),('Gct>.W ','wp-content/plugins/easy-coming-soon/theme_options/pages/aboutpro_version_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/UT+WJ','fϢEE0vSk5+xn? lY','',0,'?'),('Jo4CW-SX','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/plan_item_order.php',0,'.Y\nfu','.Y\nfu','>%WR0יOPO:4P','',0,'?'),('Yt^i','wp-content/plugins/w3-total-cache/Cache_Apcu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E{Z 8@BhL','m0\'/k. _\'W\r,','',0,'?'),('^L9ZY3q','wp-content/plugins/wordfence/images/flags/lv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cm|._','/Ţ*\'49i}?(3','',0,'?'),('c|ǝ<5WƧq','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/metabox.js',0,'W/jse3򺙘','W/jse3򺙘','L}9K\"N ^:5\"','',0,'?'),('fZqɩb35','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LQ\0M9_Rn- QP','E]=\\[{9)%\rv9Z \0\\','',0,'?'),('jI<꟟iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+SW`t','PU٧͖sB5Ag*A0P','',0,'?'),('kH|','wp-content/plugins/wordfence/images/flags/hr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ƒ7','\\_FFFhVM+n0Tĵэ','',0,'?'),('wllL#h','wp-content/plugins/woocommerce/assets/js/admin/system-status.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zĵ*Y','oWOM8dњG)ɸ','',0,'?'),('zibbǧ8n','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-manager.php',0,'J9A\"Ak{','J9A\"Ak{','? .Ɓ񞊗=Ԉp','',0,'?'),('}cCP[j','wp-content/plugins/monarch/core/components/PageResource.php',0,'ɷjkyBH<','ɷjkyBH<','48qSMarŐ>95xk4','',0,'?'),('76{ &~lg','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\";J','r-ҊPgzE#aL','',0,'?'),(' Q','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q`A[\n\\a\0','B[p?mpm~#FE,y\0ק','',0,'?'),('QWsA7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rb\0{q\n','j:z]{8\rԥ\\nZB\\gθk','',0,'?'),('scˠ|9','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js',0,'j\n^q24','j\n^q24','}92yYmΖ\\Һvezyd','',0,'?'),('e\\1tƋ< ','wp-content/plugins/wordfence/lib/wfUpdateCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v kv)Ւij','íonUߨVUZ2w7LB','',0,'?'),('ݨ1qg@-5','wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GsVs+Ϣ4X:','* sU3CH<`ك,-}','',0,'?'),('WR\rsb','wp-content/plugins/woocommerce/templates/checkout/form-login.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N(2,w!DG','6+B:Ȭ#wmUPtQu/\"','',0,'?'),('B]nȄ87g','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȼ_Ҹ*>,\Z\Z!j','q_ݷ^e} HuD襞\niY\ZFf','',0,'?'),('v[9','wp-content/themes/Divi/includes/builder/google-fonts-data.php',0,':S^PTQ',':S^PTQ','˪@6(K6oWhI^ @8Ljлn','',0,'?'),('\rh8ׅ@XA','wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1|,E\\>/','\'|%p}䐃][Iڔz\\yƆ','',0,'?'),('5(Ƴn;ӎmA%\Z','wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w3kߚ','Ka_]pvϩ-`Ƹ+VYlW','',0,'?'),('~CNC','wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ugǤl.0a\n','3Kh(l\ZVۗa?GJDY_','',0,'?'),('메5rVWť+7','wp-content/plugins/easy-coming-soon/theme_options/pages/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6OWOv-V|)','-?+`S DʱC-','',0,'?'),(':6t{]','wp-content/plugins/yith-woocommerce-membership-premium/includes/emails/class.yith-wcmbs-cancelled-email.php',0,'uvn_K]','uvn_K]','7|xU/&!G7?} ŒH\"H','',0,'?'),('WV\rI~','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XEm3+O^[(u','`5Hмʄ5d7h!Ca|\'!','',0,'?'),('*ljb%5','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4pOF^L9','a~ޗa=[\'GۙxJa~rJP','',0,'?'),('=Koah','wp-content/plugins/easy-coming-soon/theme_options/images/ico-changelog.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*pj]G]k','.jHi\',zϠ̵\'Q ','',0,'?'),('MjAMO\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fy!jـ','i*8.yPB\ZYe','',0,'?'),('`TcԍnO0d','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/confetti-background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qz٤q\0Y','&(juQ\r)\Z%\ZY','',0,'?'),('ks+07a7 p','wp-content/plugins/woocommerce/i18n/states/IN.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b|@aTq<_S:Qh','',0,'?'),('E6Wb,E','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>7\n˫> ',']0P_RBfq\0lzp','',0,'?'),(')N\0~2u','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s۫=ʒ','a&{TunǏߊXHᡛw <','',0,'?'),('q7LQ>q\rg!','wp-content/plugins/woocommerce/includes/class-wc-form-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.LGoM\0GXm','{9mcϜ^哢wzV>M$W','',0,'?'),('OP=!n|','wp-content/plugins/monarch/core/admin/js/support-center.js',0,'.\\m8iY\0','.\\m8iY\0','Ш\Z\n/.k}t–v','',0,'?'),(' ܙ70ŹT E','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/vendor-name-title-premium.php',0,'jl\\\\kqJV9p','jl\\\\kqJV9p','y2t#w4^(&\\g?A','',0,'?'),('$xM1>_8P\0 ','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lplD_q','XE\nɑ@~gG6','',0,'?'),('+>qFh[(t]q','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8hW?KAif~^','-sMB\n<-L_zD\'Nh','',0,'?'),('7=e8_G~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/third-party/gmap3/gmap3.min.js',0,'EiEl\r FI','EiEl\r FI','\Z-Qz0b6~ZyZ1,\"','',0,'?'),('6dxD','wp-includes/js/mediaelement/background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pڷ[','wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-apple-pay.less',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s>%','U&x_||L[}BFGV','',0,'?'),('D#Ia4*xM,','wp-content/plugins/wordfence/images/flags/wf.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/c k=O','3PcsC:)zKa&p','',0,'?'),('#FĚn','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(#hW_Ev[29!}','σG/.drU꩜%8,D','',0,'?'),(' \"JG\Z)RN','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-cancelled-order.php',0,'*o,&','*o,&','.$k x,u``TSW(ƒ#','',0,'?'),(' ߒSǽ 9Z?','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yڛWҰ?߫','L>4gR֝+m<','',0,'?'),('\r] MxUL:\Z5','wp-content/plugins/woocommerce/templates/checkout/terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T; LḨ\'','ڼ~rܕahΩ& X;K','',0,'?'),('\0\\oNs ','wp-content/plugins/instagram-feed/js/sb-instagram-2-1.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?% mWW\n{y','2̟-j}L DP0eݪ{','',0,'?'),('\Z7Gv./\ncl','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/number.php',0,'ϿxTZ8B','ϿxTZ8B','L7ITnnlGtL\ZvK2+3z','',0,'?'),(' xk &Dx','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php',0,'h/|T59','h/|T59','EƙБqc\0}3Đhvz','',0,'?'),('\"\0V w','wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[G莅NOPƈ','\\sdu)*CeN@\r_`:%^T,','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/admin.js',0,'@Iu~͠\ny','@Iu~͠\ny','TfʘDgto=.[TP','',0,'?'),('`d!\0B Ǵ','wp-content/plugins/w3-total-cache/PgCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nKȗ^7{','mV\'d>`\"6 ','',0,'?'),('kzK%G+v','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-panel-sidebar.php',0,'L^@쩳5z','L^@쩳5z','փ Brr)n\0ccv2','',0,'?'),('n97I.Oҝ޿','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l[t%n7','HdHǿ~aO\\A~L j\Z\Z6Bci%','',0,'?'),('ogd ','wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%d\n6q>r',':D⓳]EjYufwU','',0,'?'),('o`nGv(','wp-content/plugins/w3-total-cache/pub/img/overlay/w3-meteor.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';`)L$Ux{','?ivIH~y]4#);Xkd?','',0,'?'),('soyhAu','wp-content/plugins/easy-coming-soon/theme_options/pages/images/template6.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':K*Xh','D] AA0hsf%\\U\0','',0,'?'),('u>RP]','wp-content/plugins/updraftplus/images/notices/reporting.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ASΤ%d','Wª&i;2v666MM','',0,'?'),('|+UV\r','wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԲX_o}o',' #|ȡ9o*C<p}b','',0,'?'),('q𷞊D`','wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t>:{','vĜ e7\0qnc^hڣ','',0,'?'),('Dbyج@R.+.','wp-content/plugins/wordpress-seo/src/loggers/migration-logger.php',0,']NZ\r\'š',']NZ\r\'š','[؛+tkdwN\'F cZue','',0,'?'),('I[Hm/','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u, !\n','a?(Ɋ ;qU,fqzX5m','',0,'?'),('{OS3=;(cŧ','wp-content/themes/Divi/includes/functions/sidebars.php',0,'@N;Ow% ','@N;Ow% ','EOET\rCFj9=#s\'3i','',0,'?'),('QicA','wp-content/plugins/updraftplus/includes/class-zip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+=e/{\"$','g^TCrҨyW-FuҞ\Z','',0,'?'),('=STG[4_','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF32-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~%aa,h/r,','Ar)d:j1if:B5dch\0YS','',0,'?'),('LvN(M5RJ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\'#v\nroQӻ','D/\"yXeql','',0,'?'),('yc0Og)ρMf','wp-admin/network/site-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&P ;8xP','xuPm,(\naQP+>Fm^>.Y','',0,'?'),('\0vw׼','wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp-subscriber.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1;a\\4\ZO','uT\ngۘeY!)uw[L','',0,'?'),('>9.p;ql','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']D. ,Xe','nxitS韻C>JZ','',0,'?'),('tDZ%F','wp-content/plugins/wordfence/lib/wfNotification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9e~*-թL9','*R\ra4j u zRQ3tN','',0,'?'),('Fj]p Ac\rp','wp-includes/Requests/Exception/HTTP/406.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Klhr9\"\0',',aY}PR6 `)Kfism ','',0,'?'),('{2e_8aʍt','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0U8:O',';\'ALHE+UtNX\0IEӥ','',0,'?'),('&ioDT8I','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DhQk','lKf(9΋bHQ\'!μ+','',0,'?'),(':d7as$:r','wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-model.php',0,'\rOYv\"b','\rOYv\"b','[ȳc\rD2@R[o |H[Fݠܮ  \0','',0,'?'),('%y`PjZ.','wp-content/plugins/wp-smushit/app/assets/images/whatsapp-button-16px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݑЄLqP','{f\"Y/t]XIHR\"Îdq','',0,'?'),('5q$P','wp-content/plugins/woocommerce/assets/images/storefront.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KWU&-W9','-Sʬ;Ug2*-(9HC\nβ','',0,'?'),('<|~E.Y^!]','wp-admin/js/widgets/media-audio-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ފ4sF>֓','-YrfpiRU>Z֪Jӊt','',0,'?'),('?\n5H?','wp-admin/css/customize-controls.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PCW[1u1','r\'D!N!-zeh6\\9','',0,'?'),('H1\nx8<էn','wp-content/plugins/monarch/core/components/api/email/Emma.php',0,'Ma#Gjl0','Ma#Gjl0','G] l SBm\nIU^ ;','',0,'?'),('M$!\\z','wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u3<j','@μYƈ\0ll\'','',0,'?'),('PY2ZEډP[','wp-content/plugins/child-theme-configurator/includes/classes/Upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gz78T','(bhI\"CL) 4-W','',0,'?'),('UDĞ;(Ǩl','wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php',0,'.!;(mi','.!;(mi',' \\MW&3$)hbc*FNp','',0,'?'),('kĸ.!b$s','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aQAQH%','ZhŹhAækdeHh$.ջ','',0,'?'),('l<S2gW','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ka.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','# uwh6gc',')wN8J+L+\\b ~','',0,'?'),('}@~w_Η','wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Д gѠ\n','NF]2CHAYa>Apݕ;','',0,'?'),('Au\\AU','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xz2U\rz','@ \0֬P!󇟦','?>֬P!󇟦','Ȗp%A } \nA<N_٬','',0,'?'),('l.H|S{','wp-includes/js/jquery/ui/effect-transfer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ި\0w}n ','UT$Ftuu oO΄','',0,'?'),('CR#u','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_image-rendering.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~rD[Z','.d61tS4D慿\0ߟU','',0,'?'),('fʽ%GF{','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','716T','fmJ@C^u`C}oSy\nҢiY','',0,'?'),('dI\0gIm','wp-content/plugins/updraftplus/vendor/composer/autoload_files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rOD,fR','37,|agj큜(WFV','',0,'?'),('62zt@!)','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/admin.js',0,'@Iu~͠\ny','@Iu~͠\ny','TfʘDgto=.[TP','',0,'?'),('0H\\6{옙Z','wp-content/plugins/updraftplus/images/addons-images/googlecloud.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'cf{=E','yAZ82i^<ϝ{V\rE[!7U\\','',0,'?'),('zkcDC','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-functions.php',0,'%[ie~','%[ie~','Pvb#$$ESSt','',0,'?'),('Qe\n8{MUR','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`/#x4^3Q','yrsSb1 8{~8\r]v.Y','',0,'?'),('ʚ{(\\i7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|b$ѓ<','ꅱ/Y6_wpkw0','',0,'?'),('&B&eb','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';UMX++=','WYˣWʢVWidZӓ8*T\n','',0,'?'),('ҀCѓ~1','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel.js',0,'_oA9$乨 \'','_oA9$乨 \'','(! p՞RJ\"=g#Mxi','',0,'?'),('}^72','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XTb̮JU','v%_\0b$m&`(=m<b\Zo0p','',0,'?'),(')tU6z','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/templates/panel/activation/activation-panel.php',0,'&qxe8','&qxe8','h(1\Z8h!a9۠[E','',0,'?'),('ʲ{$KZЙ\"C','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/ResourceList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xUm/Af','.VtӷH@ZzjX','',0,'?'),('*(5\0JVme','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel-sidebar.php',0,'L^@쩳5z','L^@쩳5z','փ Brr)n\0ccv2','',0,'?'),('anV=Ty X','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hT Ùj','b_$4_m2BJ\\5ߏ\"% N','',0,'?'),('65fTuG8NtG','wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' hʖOۀ','\ZAߓ`uyԞ@H/êF:(','',0,'?'),('\0?&* $C','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js',0,'?˙9+ROoh','?˙9+ROoh','j[J^;SW[EZQ܄m','',0,'?'),('!l.OP','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%׭`u\n0','\nE3Ǟe bwYo/90d','',0,'?'),('(el9MAdM','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-HW-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2BM]Q\"m','^CLw6Qm1~=2U.f','',0,'?'),(')Y` Ьxvz','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ߴ\'n> `','\\$W1U@g,Nd@8','',0,'?'),(')#`5t1Si','wp-content/plugins/updraftplus/images/addons-images/moredatabase.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/a!\\-H=k1M','\"$}\']lAwK셳Ms=\ZDT[','',0,'?'),('/vo/:[R','wp-content/plugins/wp-smushit/app/assets/images/hb-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','闞V[}]2','/@49BSe2D[Mm','',0,'?'),('9}몟!\Z\r','wp-content/themes/twentysixteen/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ld*Zb','(5\\&HFI7l24=}`jV Bj4)','',0,'?'),('>-F?8','wp-content/themes/Divi/includes/builder/module/settings/migration/UIImprovements.php',0,'[x1RvYԣW','[x1RvYԣW',',F\0.cGp L','',0,'?'),('E5*LQ&z','wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php',0,'0Qz\0','0Qz\0','4\"N \\ty1EI-WV\\o','',0,'?'),('M2έ\"@8','wp-content/themes/twentysixteen/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','دveF@1a','=2gN\0 |G6RVM\0xB[w','',0,'?'),('gl.y','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sep.php',0,'@=8k','@=8k','y}y=,%Of>C\n=7:Vޒ','',0,'?'),('} yTZHcDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.P3֎~?','QqS` ]ӫuJL]xס4','',0,'?'),('m?Tן4s#','wp-content/plugins/woocommerce/templates/single-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_G_&p7AcP;',':\'CC4mEKh:(.y~38Ca\Zj','',0,'?'),('Sݛ)$\"3','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF8-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 v_W~ ','x<mS<7r-b-l','',0,'?'),('{0l(Ʋu9,wSu','wp-includes/js/media-audiovideo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VP','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-commissions-by-vendor.php',0,'ķHR/M*','ķHR/M*','sy+39#lw|','',0,'?'),('8ӅE2','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wkD/q&UG;','˗GVƵvDžΐ-Yiy3','',0,'?'),('n^”w','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_55_fbf9ee_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U ,gS9','W7\"3=\"3A[+\r(2Aq','',0,'?'),('lm͊8 ','wp-content/plugins/mailchimp-for-wp/wpml-config.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TMZggv)\"s','fRM?-\" fV%~:','',0,'?'),('$\0Slaşq|\'','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`imq\r{l\Z','\Z[6qϽHO\\gnB dG6','',0,'?'),(';\0]oKS','wp-content/plugins/woocommerce/templates/emails/email-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&UV,','}N hI07\'kǨCYPy%>','',0,'?'),('b`sX Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ںmʸ]','MJ(1y(F-&^HVҮ','',0,'?'),(' RK噝GG','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_gradient-positions-parser.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AW.Ȓ\nKcC','%EN_&-4gԹɝl l|/jU','',0,'?'),('Е3Mc?6b|>','wp-content/plugins/child-theme-configurator/includes/forms/files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v1W','|`KbӹcMnMJP裡uR_','',0,'?'),('\r\n#-&','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php',0,'Q}⽭Kxf+@m','Q}⽭Kxf+@m','\')ŦW\'ۋ8\Zݭ\nl','',0,'?'),(' A$ۤfCN37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','id@y','R<]AET4 ;&v-eQ','',0,'?'),('(הWh@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׾ie\Zc {0',';{gҽ*w|&~N:z >W3\rC#','',0,'?'),('/\rZq\'\r Ii','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xrxak\rG','h|y)mtz**P\'vyFgcY','',0,'?'),('61JKgO 8 ','wp-content/plugins/wordfence/images/flags/es.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f).>\'ԵR w','3C$*h1{`.Srqu','',0,'?'),('9>ݴo e8xy','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p|?a.`}','ck2\Z:Sr+cIJ8;d','',0,'?'),('@zMA2','wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>~1du','%Dp熻vFb>Kfa','',0,'?'),('@ˋ@u\ZU %','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/panel.spinner.js',0,'\Z#(pD>','\Z#(pD>','\n)+ %=|y(RNA)D\Z','',0,'?'),('L}@־,\\g;)','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_jquery_ui.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZQGY$ޫ~6/E','KHɓ{] 1G\"M\\Il','',0,'?'),('MєOD<9','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fa.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Rjvx&f:{@','WrIUy ]Q','',0,'?'),('QB xMBa','wp-content/plugins/wordfence/images/flags/at.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\"O;','p#!bF+QWw4vAO8','',0,'?'),('R)ԡ`Pgٴޮ^','wp-content/plugins/wordfence/images/flags/jp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^4>BDY‚','xya\\˙}C3 $񎻓)','',0,'?'),('RLSf,@L=.','wp-content/plugins/wordfence/lib/menu_activity.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[*\",P>S%k','nJ{!7VjoMy֎n1','',0,'?'),('Y ?m9U@','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-vendors.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AH:8 2','Xt_n˺Hv_478]] 6Fko5','',0,'?'),('Lǰ@v~','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۭgZ]̓i7NW','\'ȏɘRCBٖo`et5BD','',0,'?'),('#_x&աlje','wp-content/plugins/wordpress-seo/js/dist/analysis-921.min.js',0,'S}ѤU{N`x[','S}ѤU{N`x[',']7o;;4.և.Qu{qUW8O','',0,'?'),('֗]NRS{qv?','wp-admin/css/wp-admin-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tfo,is','MǑul2Փ\">Z: ~;+','',0,'?'),('\Z,zҐU','wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZT49UkW%G\Z[','ͶTmK]4|DMz)$8','',0,'?'),(' %\n]>ޝ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0GDU9','.jU|]q*N3Pg!:-B','',0,'?'),('@a lQDm','wp-content/themes/Divi/includes/builder/template-preview.php',0,'x5{&a','x5{&a','|-l m&\"g\r&/DVlbGy','',0,'?'),('XR9zaPXug','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/responsive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$!~|q','~׈Q5zu–$3Q$\r\\I<','',0,'?'),('Ĭ+0','wp-content/themes/twentyfifteen/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lgIN6','n0yQj \r\"}A(bf}<','',0,'?'),('+Ϳ#FtEǍ7','wp-includes/js/mediaelement/froogaloop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*B#D','є3N0P5y}@٪b1po4A','',0,'?'),('&Q{C赦q','wp-content/plugins/easy-coming-soon/template/css/cs-bootstrap-responsive.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R9:w/U','O\0C%ڞPb\"Ĝ3!%9XM{Rt','',0,'?'),(' 3/\0h ','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G*PIҩㆣd','/*t#-jC\Za@üjmDq\Z\n','',0,'?'),('$jX])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' D8NEG#1O','Ȟ5eAMs8&BzYy','',0,'?'),('&9%BHn','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dx0]N{','\Z\n׃s$S_/@O\\','',0,'?'),('/SW}','wp-content/plugins/divi-builder/includes/builder/template-preview.php',0,'M* AA','M* AA','hM}\rٍG귆WuÕv','',0,'?'),('39r6ȯ','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9r`4;wkZ','~~|H.{>V LZ۪R#?f/','',0,'?'),('4ė\Z0M\\z!/','wp-content/plugins/bloom/core/wp_functions.php',0,'ZefJH]C','ZefJH]C','F~i^Ȁ%WX 8k>Rmg-R','',0,'?'),('Y\r]7!1','wp-content/plugins/bloom/core/components/api/Service.php',0,'w\ZU ۯg','w\ZU ۯg','qqWN9bca4bGr_;','',0,'?'),('b r>','wp-content/plugins/wordfence/images/flags/mp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','冒;A&n=',' d:THz,zY;h|oiĖ','',0,'?'),('cQH/P9++\'','wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=RơFY\0z','MFtcnjZYJVr7Ύw','',0,'?'),('d%ÃyDR>nuk','wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I|1','_O5%}PߩU(u\n\"','',0,'?'),('j%Mɍp)Z ','wp-admin/images/generic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'[#98 !','{uK[g͆Ex{:߼lͨG','',0,'?'),('n$;,\'rA','wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' q*$e',',b+k-BkܢSF','',0,'?'),('n@Gn/\0a>/YNºX','',0,'?'),('n{^u)^','wp-content/plugins/w3-total-cache/Util_ConfigLabel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sh%u','W\n~6 Dψ/~ I&RwF /','',0,'?'),('pT9G@5z','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l9xiˤX>2N','h%\\hC)~!z\n偑','',0,'?'),('|mZPlq$荖y\';Ё','',0,'?'),('ϐ\n)','wp-content/themes/Divi/includes/builder/module/field/template/Base.php',0,'YMUJrI&s','YMUJrI&s','ntF܌q#ݣ}f`j0Hj','',0,'?'),('Pdק!\0','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R%[)tlU?/','r>KhH@XU7o+шa&y>','',0,'?'),('-\'\rx?p*','wp-content/plugins/easy-coming-soon/theme_options/images/team.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܷo ն','a1}|s;?q+','',0,'?'),('abB>[,E֌q','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php',0,'\\rvy_','\\rvy_','?D\0Ji~*Y K;| {Vފ7JT','',0,'?'),('t0ga/','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ -x\' ','{ڋNo#X+Xe\'_>\Z','',0,'?'),('\0 M)K%5݌\\r','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/dummy-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bhRKv/K|w','T]JqD )+caO@O3','',0,'?'),('\nqoqZVyX9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l2qlm+?Lv','xA^|\r䰘v(P.','',0,'?'),(' נT|mvH~','wp-content/plugins/divi-builder/dashboard/includes/options.php',0,'vqu,޽ah~%a','vqu,޽ah~%a','1n~)&\',W\rYBXw','',0,'?'),('Z{g}f-0\n','wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php',0,'R.C$Ad3]9-','R.C$Ad3]9-','9[VH8/10_襮2\'','',0,'?'),('Hbh519','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Օ#5Mm:i','[d`zb^R/vC|dBԘ','',0,'?'),('.[=\nc0','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RG0n\ny\nh','1Fi 8bsHľu1t_','',0,'?'),('.yZGr4j','wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jه-_QԲ3','  g4u\" t','',0,'?'),('8崔U}g1ň','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wc-points-and-rewards.php',0,'0aO Om','0aO Om','bHiMIMS (o','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=\0nFdl',']:\\7!j0>J/','',0,'?'),('DFfdעnx7MW','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zᩈs-ծL',' [#.[VܿA%D','',0,'?'),('OHȕiP)N','wp-content/plugins/limit-login-attempts/limit-login-attempts-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BfKDnN(',' Xe!D=͋62s)ECMNP','',0,'?'),('`@YE!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','87a`CZ','hI x<%ji$','',0,'?'),('a1I 3Ƈo6','wp-content/plugins/updraftplus/languages/updraftplus-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7u3\\D|','UP|\\\"c>zvg2XB','',0,'?'),('@?$[p!','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/social.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^PuF*^* }','2A.z~tx\n}2󒟬HC','',0,'?'),('?z;_','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k6r;HpjԪ','vaN?O, -1qV1:>','',0,'?'),('P}L3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q)XMԭ`@Fv','V%9d6M5I','',0,'?'),('X ,,I7','wp-content/plugins/woocommerce/templates/emails/admin-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ױ{ۂ|','\nC2Uˢ$T̈k d.6','',0,'?'),('mhIko$u','wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b  YZ','Cg\'fg\ZwtXpֵ','',0,'?'),(',Y(.@%','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/NWP-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V%Pă:>^','Xy.Bٝ L D|IdߗO1Do','',0,'?'),('Ư \'CԻګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:W^','rN!`VOcKviՀ{Fn\Zle','',0,'?'),(' X=\'M=@j','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:a}|x','Aĵ VّwCP|aQԹH','',0,'?'),('gE}x$','wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06~B','ԽcsxR*9&:E o','',0,'?'),('\"Z0\0ؿeԦp','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I\Z$HPޕ','T_\ry~*Zڒ-ck^#QjCR%','',0,'?'),('P4dFQE/','wp-content/themes/Divi-child/social_icons.php',0,'a*EM8','a*EM8','$#@lsI> c3X}T]F,@','',0,'?'),('x8[!>X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ń\\;\r(','[>#f$򤡱\"vJcp6$','',0,'?'),('\Ze_m','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l*3E> ','e r8ѓ[hx<1e\r5v+K+w','',0,'?'),('06;XUF&d','wp-content/plugins/easy-coming-soon/theme_options/pages/images/select.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܧF޼-Ԩ','cG\nn *\Z9l,ꎥ`z@v','',0,'?'),(' 2[0G2','wp-content/plugins/wpclef/languages/clef-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Qw\Z','pk+mhW%Bk h)KT\\NW$ታ','',0,'?'),('QE&H)۪','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php',0,'Aα ꥺ;Aj|W','Aα ꥺ;Aj|W','a^ U+!d$3gL>>Y^','',0,'?'),('Y7jvW}C','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-upload.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0VmL4!J','MQs~7+*~Sˀvaa6蝠oVپEu','I=H>پEu','Bǀ\nTOw7-N#,EN\r/eC_p','',0,'?'),('SzʀU\n','wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php',0,'QY9$UI+\rw','QY9$UI+\rw','9vh8 3œRi_4riDZ\r3','',0,'?'),('.AC','wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7DZ','RpMyF,0PkXY','',0,'?'),('6?XlqT: ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js',0,'boJ0Ԣ','boJ0Ԣ','VuYƜҽCن 1EK','',0,'?'),('9ֻǴ7','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-keyword-validator.php',0,'7t&NsPPӛ','7t&NsPPӛ','j,*hg߷`s\rȭ\n!1\\_9','',0,'?'),('@NFRD6w`,8','wp-content/plugins/wpclef/assets/src/sass/neat/settings/_grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\'>.n','.0U>Q\re9M3fbZ','',0,'?'),('BBJg\0','wp-content/plugins/wp-smushit/_src/images/smush-quicksetup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n}(~(wWBR','?ӟmJ\0\'uK\"[;','',0,'?'),('F[7׋\r5K','wp-content/w3tc-config/index.html',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('GF-jYE','wp-content/plugins/wpclef/assets/src/sass/bourbon/_bourbon.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dz2ߊ','\nʣX8EϐPJ5G?KcCaV','',0,'?'),('S m$\\xH4','wp-content/plugins/wordfence/images/flags/ba.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TDX,Jy$','o|\0=?ĵS\'/yTl6]P9,','',0,'?'),('S KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3%\n ?kuǟ','obR*Bgμ(\rBeONz^0','',0,'?'),('Z\'a-Ee>`','wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#8 F2Nk','!\'\Z ug.DFl-Z','',0,'?'),('[mֿyQ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-921.min.js',0,' Csֈ9i',' Csֈ9i','˳ d}W%mD#,u}el2s}\Z','',0,'?'),('\\5e%nR1Ua','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\ea~','Њ&k_EMA7~||g{#K}LL\'','',0,'?'),('fUڬQ7l','wp-content/plugins/wordfence/images/flags/sprite-des.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9VΙT3uq\"','WZ %&!s`zM9pfSqe','',0,'?'),('j0۶4cl~Fb','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-1.11.4.custom.min.js',0,'(g!~!뿪','(g!~!뿪','NP\\mJu6WT>','',0,'?'),('x_,[5','wp-content/plugins/wordfence/images/sort_asc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ǐ#a]2','[8lYckl u#KV n','',0,'?'),('ygzaU\" XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʳYCcOnכ','3\Z8 #οY!оZ','',0,'?'),('V/־_=','wp-content/plugins/wordfence/js/Chart.bundle.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]ddf','>`NN`N\"KӞckG<;','',0,'?'),(' uKu9sF:','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0δAXsYLs','(Rpҥ)DbY|[[\"Qjnؒ','',0,'?'),('}NeАA@','wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php',0,'\"`]','\"`]','x\\K kӯstY+`Ԛ)','',0,'?'),('<œ\n\r ','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=u˾oB`Dq','iS<[TVh8ZtY1','',0,'?'),('9 Lk_','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qw<\Z-60','E\'\'阌2\"սм|gE','',0,'?'),('zGd','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|7F03jU','B*Gtb(MI5s ^F,A','',0,'?'),('?VyEI$[9','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widgets.php',0,'I1q#L1]tP','I1q#L1]tP','ZlR&tD)gn1!.}F7_rǓ','',0,'?'),('5Fc?','wp-content/plugins/updraftplus/includes/class-partialfileservlet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_4/F(','BXASr!kbfq`B@*c','',0,'?'),(' Wkl','wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Pw?mvt-S{','p˽ JH\"UQY;@[-','',0,'?'),('vwm1=','wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' muHH)','=_a@Ow_FDYOg\"ө!0','',0,'?'),('c?Tٓg\ZG','wp-content/themes/Divi/includes/builder/scripts/jquery.mobile.custom.min.js',0,'Z#Q)^f','Z#Q)^f','E_/s}F1&E;gzǖhP','',0,'?'),('o/d4x`','wp-content/plugins/akismet/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skt]ޚen(Jp,7','Rv^0?2Dh4SG8RHe','',0,'?'),('!~iYkDp.','wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}C$.w>=b','/:!ۙ7~]I]N','',0,'?'),('\'B S#(`]8.N','wp-content/plugins/woocommerce-gateway-stripe/assets/images/bitcoin.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׇmHf74jag','cz> D2XUf6 YJޓ*','',0,'?'),('(i\'r>A3','wp-content/plugins/updraftplus/includes/Google/Service/Drive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' A6o6QH','hBtV`dU!jwnj:e`','',0,'?'),('/ɘ]^W\\q','wp-includes/css/wp-embed-template.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RLjh2','e\Z,OpQy׻.\'}','',0,'?'),('Nڡ\ry. ','wp-content/plugins/pdf-embedder/js/pdfemb-basic-4.6.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ٮbٔ=v','I ꠠٰºOc','',0,'?'),('bmq[pB%2]','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php',0,'\\ %LKScT','\\ %LKScT','֊u_XZH5>OGQ','',0,'?'),('eӵ| }','wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D=\'UEv&2c','D\\S','wp-content/themes/Divi/includes/builder/plugin-compat/wordpress-seo.php',0,'ՀJX^v:e','ՀJX^v:e','r0','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h7_Ue;','ts]y%|sJ(ͣym%}','',0,'?'),('Bτ~ww=/,E5~s','wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oICYJֲS','Up@0XM[tyI8-c','',0,'?'),('BH*mzN83','wp-admin/css/edit-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JgztPb/','R\'g\r[8/yLd%+#','',0,'?'),('U1ԘwgOYpA','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H { $g','~Y^퀩xs)&rУ|','',0,'?'),('V}Pm/|I*','wp-includes/js/customize-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','75\\a3\r\"','\0z:yְ 3:o\r\ZD!Z]^>w','',0,'?'),('Y^2H%y9W','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QXJu*U\rf]O*O','FM','',0,'?'),('Yfr1 j> J','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php',0,'ȝ)wgW','ȝ)wgW','\0uuh!o&#\n\ZwC&ہ@8~ߓd ','',0,'?'),('crؒ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('gkDqO:','wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CjKCVIAvi','qo!]݉S`1qLmJ=H߹','',0,'?'),('&6m','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/example/plugin.min.js',0,'ˈ\'Ď\\c̄h','ˈ\'Ď\\c̄h','֭q$iP ދe','',0,'?'),('I26\'','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_border-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zo=gU\"Bq!|','}a7\"KZ&r#/bjA`\r','',0,'?'),('7E#wŧj','wp-admin/includes/image-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hd˝\"F=','y~ $ԴbZGK\"P_','',0,'?'),('Qc$2 6.i','wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',');7/EwAg','mǍ}q&/hӁbj\";[M','',0,'?'),('.MA\r41','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x)0R',' [1ʢ!hhu','',0,'?'),('UDoS5Gƒ_R','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+OG<|_\\','Ҁ);\\aRM\n','',0,'?'),('˯b*~','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars/plugin.min.js',0,'L\r3a]t','L\r3a]t','}( f͑q~M5/D#','',0,'?'),('Vq(¨a#','wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f)F|{8\n&','=`s$U˶# j[~)k\\m','',0,'?'),('!U@I2','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DlN\r311CV','bDL#4 N÷gߎ`ə ]J','',0,'?'),('1/m#a]c8','wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$/֔Uoc!J','n!8)ao\\#\rB7CC{','',0,'?'),('%dYኅf','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_shape-size-stripper.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' q7|R/','. w4} \"iŁZ\rOH΍','',0,'?'),('v|-','wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1=uc\\$\0B6','cy\Zqm1i.ZX/\ZĕI[JN','',0,'?'),('F[xYYt>x2','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AvܰTS','. 9!.+60A BJdZ\Z; S','',0,'?'),('bchGmey|D','wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fqA2\n\0y','Tv *7\n|tK _i%7}\"Q\Z','',0,'?'),('%,W{\":^T','wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','36}ϋZ^','@z\"ٌg,fcĖo)x뒎uQ','',0,'?'),('\Zad8p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qӨ\'=]','q#6W۝\' VCocઋܨm','',0,'?'),('!HUN&\"z','wp-admin/css/widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zCnb5','{absRHE\r(-WZEtT䡔#\n','',0,'?'),('&?R2 XP..\"6F','wp-content/plugins/wordpress-seo/src/loggers/logger.php',0,'DVyW|@XN','DVyW|@XN','(l{L 6){q+\"\0y?','',0,'?'),('\'~\n>鋅%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fC/˿^ .`&',':QmmI*ޞƼ_Z ','',0,'?'),('Q\'I>','wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iB&A-,+','RUuה*2\'dk(i b6S','',0,'?'),('[נh','wp-content/plugins/wp-smushit/core/integrations/class-avada.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U(\rKEy4ጫ','鞖K=eFt\\E+t_7','',0,'?'),('`','[?Z`^U8(ʃijƟ05FY1;\rB','',0,'?'),('eP-+T;ğ','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php',0,'f߫ez\'CH,','f߫ez\'CH,','F7C3q{qX Qs3F.','',0,'?'),('h}V<𛔵','wp-content/plugins/wp-smushit/app/views/cdn/upsell-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NB!jhN','WG })ο','',0,'?'),('kzߣboR','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dWQY0EY','{w:cū-6','wp-content/plugins/google-analytics-for-wordpress/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͤF&j鼰','O3|w`hgRT޺\r','',0,'?'),('xk)TLo@','wp-content/plugins/elegant-themes-support/elegant-themes-support.php',0,'\\Vn0iI\r~','J+94o;P {;~cUu','',0,'?'),('&v\0.,al','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js',0,'4I_S%`','4I_S%`','W27wG~\"&^;Q m_֫r','',0,'?'),('ө`T>r','wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#_ހ1{Xo','Cx;Rc喔% qn','',0,'?'),('c\"8\r+Am','wp-content/plugins/updraftplus/languages/updraftplus-eu.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/=Q*x','lVK-,mT(T\\b','',0,'?'),('@{J5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,:)؋\"QqY','\"Ooۈؽoxbى}','',0,'?'),('W5̋_\0I','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bEօfl ґ0@','^N4\ZuyRZkI','',0,'?'),('Yߍ3Ac\r','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ѫd!f7|','jZt@b\\$f+}7@','',0,'?'),('L6 ׳','wp-includes/ID3/module.audio.ac3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\0L;\"Od\'','wjrtKr޴tsRGcp/','',0,'?'),('TV\\','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zb=r~','I_@Bf FcD6','',0,'?'),('W6Vʳ.̃','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m /l:]S','',0,'?'),('NtKU','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vj&Ƶ','>\Z]ƚB̏Xvذc.N2NҹЯ','',0,'?'),('B[C*mb','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/cards.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','շJT: ','̣NK[}AT,+y4p5W','',0,'?'),('۞32@-','wp-content/plugins/woocommerce/templates/cart/cart-empty.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9AK','ظqM3@YnLZs','',0,'?'),('ܵ[Ҳm%6S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·a;d*','[b\Z;]f0s|:%','',0,'?'),('@:@=o`0+','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/.{#D=DhpH','+<}ej\r: Wę&cp6°}w}0','',0,'?'),('!ެ߳ p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>)*/!-','n$_u $Q3 E׏r|Jm','',0,'?'),('uW\n','wp-content/plugins/monarch/core/ui/utils/attribute-binder.js',0,'ԴzD}aH','ԴzD}aH','ΕBq o1O?|e','',0,'?'),('\0빤>ߡb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.$E5s{m','ȲRk<[z?BP\0%lD[T','wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^F\"I~\0GͲ','1Iݧǽ!Hf}khhr9dMhk׎l','',0,'?'),('  n@شu]w','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js',0,'\0{>ۖPۖP','',0,'?'),('Q/_NmRĺ','wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z5&\ra','GnpM[@Sb|JP;Ia! ','',0,'?'),('T)$K8Ú[','wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?&nBɓagL\\','j\rfi\rзO^Y','',0,'?'),('^#2\ruA','wp-content/plugins/woocommerce/includes/wc-term-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r[(nLGc_','( 5TOfX\0oceB!(','',0,'?'),('^]Gp=x','wp-content/themes/Divi/core/components/api/email/MailerLite.php',0,'t;4%M0_l ','t;4%M0_l ','r3\nj]6+U8U)D c','',0,'?'),('a<dQ8','wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php',0,'\']ܣ5C`','\']ܣ5C`','q0x_Q^=Dɴ\nώ\Z $','',0,'?'),('gRT6KX\Z','wp-content/plugins/wordfence/lib/GeoIPv6.dat',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dװ)qIL$','n\r)#i]6B P,=|','',0,'?'),('hFuQe ','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6]P .s','zl\ZCD#aN3\'XZ','',0,'?'),('j_N}Hd$8','wp-content/plugins/facebook-conversion-pixel/facebook-conversion-pixel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PXDxPOg2',':눳?3/Z U[[','',0,'?'),('s1sjI#\"W(j','wp-content/plugins/easy-coming-soon/images/icon_off.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rUj-גm\\','^i}bPb^i\"T h>Z','',0,'?'),('uuybO','wp-content/plugins/wp-smushit/_src/images/dev-team@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tD1UX','ݶdy[Si%Ϟ\0a!K\\','',0,'?'),('lF$a K(t','wp-content/plugins/w3-total-cache/Cache_Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u7<@[',' xڅK\\p\nʅ4KejkN','',0,'?'),('(OGUQE','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('>\'#ό#<\\EOՆun ','',0,'?'),('sK C\\G/','wp-content/themes/twentysixteen/template-parts/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}A9l c\nOW','S%MO߁DD]80]\\k','',0,'?'),('ǀ3<&YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QJ;^Tu','Ѷ)o ]fd j3څD@Xb{B','',0,'?'),('f0 ͭ~)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Z_rY+ʂ;','yU]f8tlL.','',0,'?'),('*G)W#','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Migrator.php',0,'Qsyg kxYI','Qsyg kxYI','}j=sR>Y+7x{@pm*gC2','',0,'?'),('-gN3lϒ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nYGj% QJzg','7t07Q[K(^M \r3\Z','',0,'?'),('.IOIP%)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';kK\\Vl','ɯO3eF㛆v+.r/>,','',0,'?'),('HsOn\rQ{','wp-content/plugins/w3-total-cache/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{\Zp5~^,','r\\wtUq]+}+','RY҆>','[Ɉi\"fkȨ{-$bhPP','',0,'?'),('MO,s\r','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kkb7h^#<','\0f|AϾ^C-Xԧs}>@Za\n','',0,'?'),('46<_;','wp-content/plugins/pdf-embedder/lang/pdf-embedder-ru_RU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r4}RoW','_]kG:,)~}','',0,'?'),('\0wHOgNO9T','wp-content/plugins/wp-smushit/_src/js/smush/cdn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ourq\Z9A@','\rg|LΙ)ާ\n\\%a,CL%U/7W','',0,'?'),('XswO0','wp-content/plugins/google-analytics-for-wordpress/assets/images/down-green.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nDnjK㧆','@z\0Nl7\\nvKDfⅲ, 2','',0,'?'),('yUfV?','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php',0,'8S6 r#~f} K','',0,'?'),('[[\08','wp-content/plugins/wordpress-seo/js/vendor/lodash.min.js',0,';7HGEy\0׺>a',';7HGEy\0׺>a',');\\e@m4\\vr','',0,'?'),('\Z5o#R\'/l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0!_yH ','_=LPi\Zb)*5/','',0,'?'),('}>fZ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-az.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','16j','XS&GUG\n|e\r ','',0,'?'),('oxƗW7','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t*#5/\'','#iޖM@B[/ u9gMm','',0,'?'),(' E?Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kA34j<9Aj','?_','bP;LLⓒfz\r','wp-content/plugins/wp-smushit/core/modules/class-resize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w1\n%vFg','t5iճry~&ǖٷ=Yb.','',0,'?'),(')\\3wW','wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\Z\r(v:`N\n','qG\"w%\Zۻށg\\4^W','',0,'?'),(' Z','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ipJe-','$PO@$j7m.|ɠMvHO\'t=}7#N','',0,'?'),('4(&Q\Z','wp-content/themes/Divi/js/custom.js',0,'wC;]J@','wC;]J@','G<ӽ]@\"nF̘J','',0,'?'),(' vO.|ߤҵ','wp-includes/js/tinymce/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ox:`','Y#wOg^\'b:^ =跨|','',0,'?'),('\rb/#Q fi','wp-content/themes/twentyseventeen/front-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0@Dܓh','66g%!/X=tf{Rp_y','',0,'?'),('ךGV˺IgHs','wp-content/plugins/woocommerce/includes/class-wc-post-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<)β2hD','N?qtP\'#)WrOHMc.VkTK ','',0,'?'),(',c5g9\\).','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php',0,'-jf6ߺW','-jf6ߺW','Tm8Mʃ)o lSBttѷm1Z_/=','',0,'?'),('00{Xdy','wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"*ilբGռZ','tsMER)[d','',0,'?'),('1鵿YlTKe','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pGK3+d','~ԣHdVA<̦4:,dLOV','',0,'?'),('2Vʼ|l4C4l','wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ujyqz','',0,'?'),('}_pHD<','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n8&i\"','?Nȟ(U5uQ?6y?Pڲ\Z','',0,'?'),('-?a\rReR','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-vendor-quick-info.php',0,'p6XVɱ','p6XVɱ','}B~`147,M-+\n*`D','',0,'?'),('o`:','TEUȚ5$Y `q','',0,'?'),('\0hKf\0','wp-content/plugins/wordfence/images/forward_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\0/3e4e ','0Q7018ު9-z9ؽqSrĒP','',0,'?'),('PSpR','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\\Lfxf,fG',' ÎXQ?OϞ\n/0=ASR','',0,'?'),('ŽH06','wp-admin/images/browser.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','žK\\b$F','&$ĉ9~_SH_̓%L\'&','',0,'?'),('8(\ZjZ]}','wp-includes/js/jquery/ui/effect-pulsate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o S@Z*p!','m !ȽSQF_Pq\"!','',0,'?'),('>͙xft\n','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2E!EsGe?_','P#YfGGÓoJd02JEn><','',0,'?'),('Tak\r80o,','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1,}Sa','RZhڴJEqZN)hy','',0,'?'),('WM@fr\Z','wp-content/plugins/wp-smushit/app/assets/images/hero@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+9|D','&\r+gh<} ּgl','',0,'?'),('Xg5(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I 1FGuj^',' ûͥJOmO:ϙlW5','',0,'?'),(']QJXKn/','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-921.min.js',0,'t@h*!}K','t@h*!}K','Ps\'j+O* v {n`s^','',0,'?'),('pt_ Y7LKt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[+q5\\ʖV ','oP\'[32+oI\Z?V;?P','',0,'?'),('}3(7f\rKd','wp-content/plugins/wordfence/images/flags/us.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŁBb /\'x','.@_wՀ$Rd\nl#Ь','',0,'?'),('TDFK1','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D#t8Bu)','eAѽuEdMS}J\nj7','',0,'?'),(' !|k','wp-content/plugins/easy-coming-soon/css/flexslider.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N-f7.\Z`','Vm$%; Ҝͅsn9-7+','',0,'?'),('F:\r>@]\'P','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/infobox.php',0,'~˽lw?','~˽lw?',' Ɵ#QsDDnG\rwv;)3!','',0,'?'),('ޢ/_[','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_radial-positions-parser.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^F?wcZ','NX\"Aʂ&p|\"ּ[VCb','',0,'?'),(' ,$*\0w','wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Il<ـ}`\r','#H/ko\"j!#CnI2','',0,'?'),('/GΞӶ[ǜC','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xϩe9em嵫','坨W?[D5=|J4|.','',0,'?'),('[/9}`:wP','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r4ȱv%','Z\"C2dRX$j-Cj`OO','',0,'?'),('VJ)&i3:','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-sidebar.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' njB2+ ',' l=,w)\0hjU3omD\Z','',0,'?'),('\\oϦSL4]?','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C `C','ܚ/Q','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7G`E3o 5C?','бa`9IS;5Rv$:NEۆ','',0,'?'),('RTėE','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js',0,'˃JPgWrk@x','˃JPgWrk@x','Oa^\n/ +-:{','',0,'?'),(')B5NV','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/slider.php',0,':SF(^L',':SF(^L','LvC8cfԓLoxn<\\}&7Z','',0,'?'),('\0.}fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')hJ} }\r','S`Q4bܯ)A4[do\' i','',0,'?'),('V\n$]','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','< qb(C',',\r$KjݶOvv _#\n','',0,'?'),('KiEurKږM','wp-content/themes/twentyseventeen/template-parts/header/site-branding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%+8wwO','ҍ||ò+W$UV{r','',0,'?'),(' 5k\\+M\n','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/textarea.php',0,'cCRugpŒ','cCRugpŒ','Wjd7Lt,Ule2f','',0,'?'),('\r$^dvL3','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','32VG͋hkR',')aF\"i=/Bǽ( N7vGi','',0,'?'),('*#…w6%*','wp-content/plugins/wp-smushit/_src/scss/modules/_directory-smush.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8mU(+$X2','`!bq~yhmؽpqvLm4','',0,'?'),(',\')BshVk','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aWUdbEW','Ce\r* p$e$}\">X9','',0,'?'),('38K.C','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z2 t%oj','=Zi*\0wγ€!!','',0,'?'),('=cnu#2+Ov','wp-content/plugins/child-theme-configurator/css/chldthmcfg.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z%e̍G 2X]','m&g+\n~a!}Mrth/','',0,'?'),('AtZ,!XW','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-su.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']] k-k\Z6_','2]R|75IҢP0\\_\rck','',0,'?'),('B6k笤','wp-content/plugins/woocommerce/templates/single-product/short-description.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{5 ','t ˴\Zp~ 4ҧ0G9Cے','',0,'?'),('!j8%Cf','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-cart-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' PZXD<ʘ','|]AO<\'nh>t5v|Q7ؖb[','',0,'?'),('֋n(Epl','wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ux\0*ʼnh Ѿ','Ð 7>Z.\"] 7kqOC','',0,'?'),('$5/ޑ*W','wp-content/plugins/updraftplus/languages/updraftplus-ca.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DW+a\" 5','Q4T9Rqc߽;','',0,'?'),('ȥd_jPA','wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&]ԍ','v8U[;Lٸjh','',0,'?'),('fOߠ%bi\Z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nKTq','r?swa\"]ve\ZśelڈBwy','',0,'?'),('EN0 6','wp-content/plugins/wordfence/js/jquery.dataTables.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\\ ͕h','vAo;uD3$WB95_\" ','',0,'?'),('GGnI+R?','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js',0,'|6}ΈUr7 rS\'d','|6}ΈUr7 rS\'d','Tp\0 tS`yLPWޚS','',0,'?'),('FNG=xQ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF8-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','56ǮeD ','}K*\"[ cދ‰w>H:','',0,'?'),('BJ*fi^\0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php',0,'3Ub8IW67','3Ub8IW67','*aҽ|J[\'N|6@\rY[','',0,'?'),('Q f%d2 ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ſPGl2\\cb','#FCj}\Z2zTt}1\'~>','',0,'?'),('ǂM}GA','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ESe<','>f^1Pf<9D JRDyM','',0,'?'),('\Z\ni4z','wp-content/plugins/et-shortcodes/js/et_shortcodes_frontend.dev.js',0,'f}_֤@0G-L','f}_֤@0G-L','(L0 UV? C :+','',0,'?'),('եe\\_Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendors-options.php',0,'lNC+','lNC+','`EDi)nmt|\"+O3;','',0,'?'),('C-4^#yN T','wp-content/plugins/updraftplus/includes/class-udrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{չKz','@Pjew(T\"Qu\";.Ӷ','',0,'?'),(' 2sX+CZJL,','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php',0,'fmk L!b38','fmk L!b38','&\\dA/tMōGdr$i','',0,'?'),('W!} Rs','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'); INSERT INTO `wp_wfFileMods` VALUES ('Tw4|R','wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L̲\Z Ц','# OqEH Bw0fYbv','',0,'?'),('f蔷+','wp-content/plugins/wp-smushit/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PSت3xrH','+/o/`gsEp:[@@[','',0,'?'),('\Z-x7(A4','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[`^-oQWz',':)6a\"3r\rP\rN4yJַUq','',0,'?'),('iDF%T','wp-content/themes/Divi/includes/builder/module/Comments.php',0,'Y ƫ!-&iR','Y ƫ!-&iR','BN+eH;{YLLC','',0,'?'),('u[ۡ6t','wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tN2K}$',' 6 &+ \"_\'_;r','',0,'?'),('\"Mh4t\\;|d','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nԑ=@O=.','Uⶨv5n=?\rg/dxM','',0,'?'),('&)(HД\n-BQ!','wp-content/plugins/w3-total-cache/Util_Http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fbIɵG','^)n66T؃\\@܈ʭkT < ]','',0,'?'),('1W;cN\"u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|-Yi&Y','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K2`߄JG','B$\'9GMWϖ1}L3ޣ_RB','',0,'?'),('8A0IF3H','wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OL\r(u=',' \"V1PgDߐXj^Q BhE','',0,'?'),('BĶbN','wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uy=iţ[-r','y=IӃlrchlLk M','',0,'?'),('JBGT;,lT','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\qE\Z!HY__={_',' |}rh(XGUԼ]\\F^WMR','',0,'?'),('Q͝NՐc','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Vy7虾','_#Jo1;IN[@P~ -','',0,'?'),('V^3m6._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')@tj23W','40^+u*:ޓ4q[#Om&','',0,'?'),('aS\ZM[h}#H','wp-content/plugins/wordfence/images/flags/my.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Zf ','Z!&Ű 1 .T^','',0,'?'),('k*51T6\r','wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0S$ʫ]','\Z +!-׈ڜY0\r#c[','',0,'?'),('wpS@ޒ/Tv','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WQ.oC\'^','\\<;rN\"l>!Wʳ','',0,'?'),(' ruGE7','wp-content/plugins/wpclef/assets/src/img/gradient_icon_16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')F,uGVK','\"j𳔱!5\Z&p]M','',0,'?'),('%h6+>3-','wp-content/plugins/woocommerce/includes/class-wc-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5A ڐ\rr-','O wֵr4l~7怤{!2','',0,'?'),('.]!_','wp-content/plugins/facebook-conversion-pixel/readmes/business.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w>7\'WUy','L5M=\nHqT7\n0b&\0tuZ','',0,'?'),('H!d{\0','wp-content/themes/Divi/includes/builder/functions.php',0,'xccr=6\rr8o','xccr=6\rr8o','7Q,1E\'ñwn=Sf','',0,'?'),('2˖ lWlŴ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/product-data-commission.php',0,'02Q- 0#\r','02Q- 0#\r','Jld/9:iQvyF:','',0,'?'),('[D?_[','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f}>','$LްA,\Zƻ5b^<=S','',0,'?'),('7M3š$','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'u&EqAmN','f31a Yr@PGU}','',0,'?'),('|[W\"','wp-content/plugins/wpclef/templates/admin/tutorial.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LnpM\nJBQh','gW0X!\'\n-P1ܛ','',0,'?'),('2@kw>K2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','г@1pYPU4','@ފ>9]^J6+\'P\ng@c','',0,'?'),('H\0ۙhC','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\rPNkNn','TMľ7#+:X(','',0,'?'),('wtH-s\0n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' r iT6?Ҹ','',0,'?'),('hLJHX#0','wp-content/plugins/wordfence/lib/wfUnlockMsg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\n>9ae\Zj','dIvF m7\ZtIg>(&','',0,'?'),('d.\Z\n\r','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js',0,'I^Jj\r Vmq','I^Jj\r Vmq','YXEerv(}jp3d^#= \"','',0,'?'),(')KW&\' EF%','wp-content/plugins/contact-form-7/includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7b\"ևqZ','WCivt\'P\'Ȩ_˺q[M2','',0,'?'),('BV PLA','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-order-refunds-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̙ $Lc\r','pkavOsn8s] ','',0,'?'),('ʡx\0Nn0','wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&dD!}*6m','8lm1=!j@wG+','',0,'?'),('goR#&x\"','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/version.php',0,'dᗹ#%','dᗹ#%','S{CteW?ͅ$V2:]hM\0','',0,'?'),('^\'q0','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UOd\'\"IFb','N~8}:!ʺZΟ*03','',0,'?'),(' M{ED','wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8JJXH ','yT?VY tmϜJy','',0,'?'),(' P>(|67d','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' EIr0 첯9','ٰNE4AÞ(\nB>[`X@','',0,'?'),('\n\'-m\\&H','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Exception.php',0,'.-zI ','; \'S`F\\; ','',0,'?'),('%nTߒ ^gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lF}&?c 3','҈M^iP9mC6b#.ڨg','',0,'?'),('&50','wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A (JGFҗ','\'ĒW,jwRn ','',0,'?'),('(7[l6|lr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_n|h8c\\PA[',')~WCrκ?$,`]@D1pp','',0,'?'),('*;7','wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rzt(ˊ|k','q\Z[ѓG\0@./Gi1g~c','',0,'?'),('3aDwPq','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D \'8{w_sa','1oM/L^JR6k','',0,'?'),('x1.\'~]l%','wp-content/plugins/monarch/core/components/api/OAuthHelper.php',0,'\09ku챣3','\09ku챣3','͏X\0\ZJ\Z_N0Z͉','',0,'?'),('n&n!崬','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3bmɇGdHq','K~7JjzkWԩY\r','',0,'?'),('IHb=j','wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4.I|%','tzr72%tlZ߇ pj> 8QUu','',0,'?'),('V@!','wp-content/plugins/bloom/core/components/api/email/Provider.php',0,' s8&J=AC',' s8&J=AC','Bj߳_@4H\\`\Z^\0J','',0,'?'),(' q\'z ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/multisite-updater.min.js',0,'!l_\npқX','!l_\npқX','d&\rq肣 Emp tt޵','',0,'?'),('o~[1q r}#v:7','wp-content/plugins/wpclef/assets/dist/js/badge.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' f9@uQ','Y\r S,V7[41~$\n#]\\','',0,'?'),('|8T~D\n','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J.( )%t','NV!5#阥 7Z&(lբ','',0,'?'),(' fD4rs','wp-content/plugins/wp-smushit/_src/js/modules/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*7zTP*x','Zu}5?RT74Psf-fl','',0,'?'),('ݟr?','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@v?矃/','6ʌ l?ax}:\r3N','',0,'?'),('ҟ÷ ','wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n~/V>n.PL',']ɒy6w;`&0 yF%&0','',0,'?'),('!n*]z,F','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AdwJ2OK','u:})33gkH/a7*%*','',0,'?'),('ܺq{dKBw_','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԇ]\rNj','qkkxL.=E0Ux','',0,'?'),('MEyqq~','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*a\nsiϗ0T','Z߈/!\"\"7[ \\4[','',0,'?'),('~}Ys2ګ','wp-content/themes/Divi/includes/builder/module/field/TextShadow.php',0,'~R\'>=EL}-7','~R\'>=EL}-7','y\0zڨtI%8ް^AXBN','',0,'?'),('8+X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BS2Lo','-:./7d8g`+Pzh\0','',0,'?'),('Cjӈb!','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hvM?0qh','8TD{1)[ݴ1Fpe','',0,'?'),('$\"0syu','wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CH)劧LTQ%','@N\"#!)E!K','',0,'?'),('5\rk','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uj}\'j&','i>\\xPH\'SPyk]','',0,'?'),('8P5aĨ ','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZOZg94','[mHMR\Z6JbKrmKM','',0,'?'),('M','\r_y?&oG϶Nn','',0,'?'),('[bޗWEǜ}','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/plain/membership-cancelled.php',0,'_D\r煺HS','_D\r煺HS','5*Kjc`uqJ)ul! .','',0,'?'),('aóhG^i','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*cwmĎf','(~TX듊(y>*}ܿTSle','',0,'?'),('bWyz:\' ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r1_&-^',';m 8l[o,g~ujy2','',0,'?'),('ld՟L1u0','wp-content/themes/twentyfifteen/css/ie7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dh=[KM7,','Z:c\Z ɺk{O;nJcj','',0,'?'),('gD S','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nCiS<:Ӹ','\r9X琅>C!Rxf\\[\'Mnj','',0,'?'),(']g(^','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[I\\L','T,f0#.U$kor5o','',0,'?'),('y85æb','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FI눯\r CjQL','V0j*;,-iY#=iڱqe[wwD','',0,'?'),('zʨM\'Ԝ','wp-content/plugins/woocommerce/includes/api/class-wc-rest-setting-options-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nh͛2v2{',',TGajS:zybG2/r`E','',0,'?'),('Ys\\\nd','wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JY^V*JDZ^','w;QQ3[oZWvtiVI?','',0,'?'),('&JQv4!','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php',0,'5E%,2f ','5E%,2f ','tN\0\\\rL۱#ܒRo','',0,'?'),('\r\nٽl\'wR7[','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yc٬D[ nDK','+/\r-/-tg!Qhq$','',0,'?'),('=#dd҂Nڐ','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/003_AddIndexToBlogs.php',0,'rHgq﷩','rHgq﷩','cT+wvAdy5\00*\n\0`(L','',0,'?'),('l3. XN','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\rok31','IlEKѦ?Z0JTU','',0,'?'),('C-m+@1','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-new-order.php',0,'\Zj5 :s?3v`','\Zj5 :s?3v`','r-2iYo|F (.Q8','',0,'?'),('QV򑨰Q','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?bw-4','z-\npVx+顿ym','',0,'?'),('~W.\r','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^bڵ*','D彬/1Q3','',0,'?'),('\nKnEH[_t\Z','wp-content/plugins/wordfence/images/flags/cu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѻ7ν-T\nĤ','\'[A/;|fi,S52mb','',0,'?'),('E )b\\楤','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fo.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y-8P\Z°O','x\r.I)!TbȡbΖU!_','',0,'?'),('Vvt<GU','wp-content/plugins/google-analytics-for-wordpress/includes/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),(' PQE|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' j/\"FdI','!)XT~d*NNlwcMqy9','',0,'?'),('4= 34G7','wp-content/plugins/google-analytics-for-wordpress/includes/admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('kժݺBw','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php',0,'r1]}j\Zg','r1]}j\Zg','P1gYZx Kkg\\','',0,'?'),('U$\\*1^S','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǓW#GZas','C5rC[5\0_mӕ','',0,'?'),('X;lg;@w','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/PayPal.php',0,'o6܀iT%5*','o6܀iT%5*','SNz7z<^s9Z','',0,'?'),('P\Z/l%','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','┃&݋\rFư',']!G3[#:L\r:vC>','',0,'?'),('T&s8Tf*','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ga.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/%*b*5$2W','[6y8l`x#v|r','',0,'?'),('\0 k~U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^P,[zyu|A|,M','DntyKs3Ȧ!*;~bk{.','',0,'?'),('Aş#W','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/Adaptive.php',0,'>{7Z=Zd','>{7Z=Zd','yT#SZ*=xJ&-i','',0,'?'),('&v߼`','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/restrict_access.php',0,'\"x7Il;','h^0ZE\nXoY ů,mF','',0,'?'),('lU=:z\n','wp-content/plugins/monarch/core/components/post/Query.php',0,'C`ig\Z','C`ig\Z','i~͹sOH&Ie[5;\\0','',0,'?'),(' jYt,j-','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/wizard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!!Dq','$H ^c\r}MDόqnVּ','',0,'?'),('\"C{msՐ{','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.visible.min.js',0,'GArdY|y˓','GArdY|y˓','q] TQwjWtp7l0','',0,'?'),('#>҆Kl','wp-content/plugins/wordfence/lib/pageTitle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lw+6','UW5XTVH*Oފl-\\?','',0,'?'),('&S짿o$0n','wp-includes/author-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-תԱȣ','^/jnH:Jը{ߣ\ZGGG8B','',0,'?'),('\'PT] 6~','wp-content/plugins/akismet/_inc/img/logo-full-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^K-^>As{','%>:1WRͩQi~^G','',0,'?'),(')a9IMS)','wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +\ZXW','З\"/R#fճ.R`lZ~5\\','',0,'?'),(':Q5_Q!b','wp-content/plugins/woocommerce/templates/single-product/rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xa\\k$','[o\'_Z,P~VH%\'z4>IP2G','',0,'?'),('?WK5','wp-content/plugins/woocommerce/includes/vendor/class-requests-ipv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','US伋V۶\'','H|PW2~5bG֜,','',0,'?'),('AmK:`G','wp-content/plugins/wordfence/images/flags/eg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t{-/9ME-\"','˪ZmJ-$`*}q{hރ','',0,'?'),('C[p 4','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/general-form-enhancements.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V6,S/jw*\Z','b\0UFÑŪGe/Æblk\nJ','',0,'?'),('G|$ p֠+(','wp-admin/js/tags-box.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʭn7 BGq','Zf늂BS:hoM','',0,'?'),('Qԁ27uL','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rbT4|:ksP',':\rk:yZ{Ȼ$*z]','',0,'?'),('_K9G8A ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-settings-options.php',0,'sy*ߵm','sy*ߵm',')>C!ynl6\'}?U!)\n','',0,'?'),('h I|\"','wp-content/plugins/updraftplus/vendor/symfony/process/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QsPSRz0w[-g','FI\\O˄Ʊ[?4{YC','',0,'?'),('pVli\"\"Ip','wp-content/plugins/woocommerce/templates/single-product/sale-flash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"0o','vt7^ڻ $\"n n)fUjZ','',0,'?'),('q(=L','wp-content/plugins/instagram-feed/img/sbi-icon-offer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1n$$,E ]','4n2QugĽ&C,3gooGVH','',0,'?'),('ojyV','wp-content/plugins/wordfence/lib/menu_tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%%\"$%/|U','~*\0j +c~0Vg N_ ','',0,'?'),('8 ~Nt','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm471-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zhn S','v|#oFRX.cqj-&=6~','',0,'?'),('Ѻ\"P5^U\Zi','wp-admin/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':wfq',']Hyi%,~ob]7샿G','',0,'?'),('>Ӓ؃y&J','',0,'?'),('AG,<','wp-includes/js/jquery/ui/effect-fade.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oOO_;{r5$m ','\nvOIFKC<\"ˬj?p6 z','',0,'?'),('*P\nD)>A','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x|qMqO','r3N\\\0&ew=ҽ{rAHE4','',0,'?'),('43_K60','wp-content/plugins/updraftplus/images/addons-images/onedrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\" ÆhO ','(aF_N–\\R4j(s0A^W','',0,'?'),('\rE+U\"M.oX','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save/plugin.min.js',0,'b5\'Ʃ`F&nO>','b5\'Ʃ`F&nO>','ւԫg\"=ǚXRDߧ)FK','',0,'?'),('h8J4\01]','wp-content/plugins/bloom/core/components/api/email/Feedblitz.php',0,'`%PN7N','`%PN7N','?-\\=׬$ !#J','',0,'?'),('hZ<5}K˲','wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js',0,'xM% 1','xM% 1','ThRhomx%l3\\9.H7D','',0,'?'),('-U',') ZHKKr sfu2[X3','',0,'?'),('fKuf0','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'r2UX','3u2;Wmjۻ\"\0!4h0l:','',0,'?'),('BesA53','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -C_+','\0!Q船;duxgˈUZKXA\"n','',0,'?'),('$j?\rե','wp-content/themes/Divi/includes/builder/module/field/BoxShadow.php',0,'\",0l\\]Az.','\",0l\\]Az.','v%9)|\ZcKAz|!0sN','',0,'?'),(' ;W \\&|','wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!h=f10\\','h`\"Q\0\'7R?;kX\r(<\'','',0,'?'),('#w^a\' ~','wp-content/plugins/wpclef/tests/internal-settings/test_passwords_disabled_for_user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qp8ZI)\\ ԥ*','HbkSuOH=дE\'','',0,'?'),('pfkN~','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!_)t0B','8!bWmrzu)4D \\$Ԙ Иu','',0,'?'),(' n$q^qf','wp-includes/images/smilies/icon_lol.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MZ8|,','o2vz{6>~F6؟','',0,'?'),('\' }H WԜ\n{','wp-content/plugins/wordfence/images/flags/ad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\Z tV[E؜K ','Q?58\n$','.[\n?duYayejIGŹ','',0,'?'),('1l< t~LUw','wp-includes/class-wp-locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{:','>%EuKWWҊY\0_BoEL\'','',0,'?'),('=','wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N ̨3r?F:g嚗 Bza(srC','',0,'?'),('oap>EjQ_G','wp-content/plugins/w3-total-cache/inc/popup/common/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BP\\̹\0>;e','dH*g2A8WFDY','',0,'?'),('G9b\nY_҅Q','wp-content/plugins/handheld/main_themes/HandHeld/js/libs/jquery-1.5.1.js',0,'h,S>MTq','h,S>MTq','A yC]N/HU ','',0,'?'),('FݠK?\n_','wp-content/plugins/bloom/core/components/api/ElegantThemes.php',0,'t`m J','t`m J','C?o^$\n1*\ZƇXOB1c4','',0,'?'),('#]PdtHC','wp-content/plugins/child-theme-configurator/css/iw-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\nA\'Ɣ0E','zJ[27rQG -\'X~>yi','',0,'?'),('붰D','',0,'?'),(':~ʔ&AJ\'N','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/PayPal.php',0,'o6܀iT%5*','o6܀iT%5*','SNz7z<^s9Z','',0,'?'),('p?E^@\'PE','wp-admin/edit-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2m7@kjr','h<.n>,6Ֆn^:\rl\\ź\ZZ','',0,'?'),('#<8^;6O;','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php',0,'KfJHDN\r','KfJHDN\r','w\\#]K@\\]㟝ۜg','',0,'?'),('\\lʂw','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/responsivesliders.php',0,'˓~VH[5 \Z\'','˓~VH[5 \Z\'','i\"8+\n^O`%ơik','',0,'?'),('Cv 4','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dy\0^\"=','s.N% k\rlG!c\"\Z\n','V>c\"\Z\n',',M2g;A8hy3j','',0,'?'),('\\ \rSj{','wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H;)b^\\z',':Qs$ ~9ۃJ5','',0,'?'),('^#3sݼ~6','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90ms-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*6+)(w','fzZҳ5m\'Oxe&AWF̵','',0,'?'),('bvEH΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O 9 3','wbk\nn=͚(IQ^~nƝC','',0,'?'),('fv!(0Dgkx-1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ԓ\\YdoM','Ufs73ڎM*m2K(','',0,'?'),('hS:`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nZmd5990','îb,/Ie8č|\0!= RE','',0,'?'),('wR0XN/*','wp-content/plugins/child-theme-configurator/includes/forms/main.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u.Qet%','b|О)Cb tP','',0,'?'),('x5Ӟ6/Z6کӛ','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@m2@E$Z','\"x[ú 1o@R1yB7\Zy','',0,'?'),('F7mNZ','wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%X ZB>m','{oZs8r#5#ۇLdY4]','',0,'?'),('xLY','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?m\n\Ze$','1-#Pld凎y22~^[ ','',0,'?'),(' dJEC1','wp-content/plugins/wp-smushit/app/views/nextgen/summary-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MV# \\s','ƀה7A,G2&#}:xj','',0,'?'),('N5ù_0DI','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker/plugin.min.js',0,'sMfއK','sMfއK','k)dL@\\\Zv\ZeRv','',0,'?'),('c]/U`b','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I4RJC0NB>','UC81`d\n YVG<.pu','',0,'?'),('K5EiNQ\'','wp-content/plugins/w3-total-cache/ini/memcache.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\\elb/c','jތM;m\ZvTXgP','',0,'?'),('S<\ZR;','wp-content/plugins/yith-woocommerce-membership-premium/plugin-options/settings-options.php',0,'M`u@Gl,','M`u@Gl,','A| ^Nq@~M[pq','',0,'?'),('pn52Wc','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/CHANGELOG-1.1.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xԾ#9 #-c;','^\0yP 8P4uQ\064(/]2\Z.','',0,'?'),('t9?*','wp-content/plugins/woocommerce/dummy-data/dummy-data.csv',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r˩p}$py','NWص݇\'K)Ϩ\nigd 4\r<+7S','',0,'?'),('8QIf','wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'>qGYٖCd1','E4ab`\0)Ui(@ψ[;','',0,'?'),('ɢ~\'?^CZ','wp-content/plugins/wpclef/languages/clef-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7y0ˁM\0','NtLJ6aN2ꇸU w','',0,'?'),('2$E]Μ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/helper-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"3VVZ韫cG','iBГ\0$(:,\n`+o','',0,'?'),('^rN.jS^','wp-content/plugins/wpclef/includes/class.clef-session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mvDzMb~<','k\Z߀e\'<V\'&B','',0,'?'),('˙J$xd5','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF8-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q/\ZԈ3',' T?,mdZ\r4֞Ξ;Xӳ|H:{','',0,'?'),('e|T\nQy','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-cron.php',0,'e!y48m\\hFB','e!y48m\\hFB','{]+j2Y\0ϓIW|','',0,'?'),('&N,6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*04G4F &Zi}\"','.a}hw6WEʭ(3Jӭ9E','',0,'?'),('όe`Wok#7','wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','azXl2HVƣ]','\Z҄gtV7QșXk','',0,'?'),('ѮXs؅2{+Se','wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7qڃυ','9lt Xj[!TIw\rtG','',0,'?'),('U%DX6fu','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c>#lPE::','?dr!HY\0@0u[','',0,'?'),('QC ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\\TwkclJ','A)$aȦk_\run^\rJUys)hP','',0,'?'),('({@V','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/new-vendor-detail-table.php',0,'L{?[0}O','L{?[0}O','ȿjM!⾇@׆Hs# ','',0,'?'),('ix9pw疧','wp-content/plugins/woocommerce/templates/loop/pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֑5S CqN~','M\nNACKf],Xq','',0,'?'),('x[e>M ','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*yd|','\rT)\"_bTLETpWS','',0,'?'),('>M=gB','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-lv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4R ','@yn \"^[5Z\n\\','',0,'?'),(' uvH{F','wp-content/plugins/bloom/js/idle-timer.min.js',0,'nOY ^v\r\r','nOY ^v\r\r','ZwC,2\"_k^2\ZE(`~','',0,'?'),('B.U^I~D','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/tinymce.min.js',0,'Q-&5s','Q-&5s','Vn$ճ#gjKBu:','',0,'?'),('3i4 9Bw5','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fDU$','ezN{80NofL%\n**H/\ns`^','',0,'?'),('g5|\0kw%0c','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Task/Base.php',0,'˰mOB8ka ','˰mOB8ka ','W]e-1Qi{\\@b]hC9ݮ@','',0,'?'),('%& }p\\?ہ','wp-content/plugins/contact-form-7/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vNTTH+','v1>moQg\".Tx/1q3L[[','',0,'?'),('??4x\Z.*Dd','wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' tDﻷ',' u8 N4>ą\0҂Rp','',0,'?'),('A_\'ϾC','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sw.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b<\'6C','8E߇S(hnbE-\\NcD','',0,'?'),('E޶\r} Cnvf','wp-content/plugins/instagram-feed/instagram-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y|j\"CmoA','EȬHZ/~R,_6CPߖ','',0,'?'),('GÃ<,o{ ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qAA{9Kf#','%- 96br+W\'>˳/ȋH/','',0,'?'),('Va}s]','wp-content/themes/Divi/footer.php',0,'?酎@16V','?酎@16V',':ᙂ.;T\"*?\rn','',0,'?'),('_\ZN~Y˰؇','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-plugin-registration-hook.php',0,'㎶^mk.n\\','㎶^mk.n\\','Kof%2`̳W;T۾G#','',0,'?'),('aǠg>C9AI-i9','',0,'?'),('zU#;ǻhf1m','wp-content/themes/Divi/includes/builder/scripts/ext/media-library.js',0,')<߮֞Y \0',')<߮֞Y \0','zz3.q@gFϦ3ر^-','',0,'?'),('~a& JQ','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/second_test_dir/002_JustNewMigration.php',0,'qS>\\#8(aY','qS>\\#8(aY',' /q@d\n# *젫d!','',0,'?'),('9!36 .','wp-content/plugins/insert-headers-and-footers/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\Zq$5','I j.QGK\'P$ezѥ','',0,'?'),('rtap;)','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l Qʢ','6vzżEgZ]߰ ','',0,'?'),('B¾CJB','wp-content/plugins/wordfence/images/flags/cs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zm@\nn#','XC~Cv\Z[ZC!1xs@','',0,'?'),('<ʍ8P\0\\=\0+','wp-content/plugins/wordfence/images/flags/om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z, ;YO]&','~?,nG?FK&f㇚ s','',0,'?'),('`%{+','wp-content/plugins/wordfence/images/icons/error128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':%7!.','{h\0,]zkV{җ6nG\nxs9','',0,'?'),('Yio~15pt','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/template/plugin.min.js',0,' /:^',' /:^','CȅSTeu\0f/MY-P9&{h','',0,'?'),('v\\Q-','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fa*ΐiT%Y','ȨVb-\ZUDq3 Φ','',0,'?'),('ȴ3_9','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[rP@j%','Aw0#1a\' @neE=y/','',0,'?'),('^g =6[','wp-content/plugins/easy-coming-soon/theme_options/pages/images/twitter.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\\2`޹_','ZF{ѡٜuLʌ̣-;8','',0,'?'),('Ū֍E','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php',0,'\\ğ 9mP\'','\\ğ 9mP\'','4/륮STM 44nܒ5&Ś','',0,'?'),('іqSGKy(','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UO2\"mI#','Ɯu<%Ky=(LS4','',0,'?'),('b~no4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Խ18/|o/','cyz]|a\"樘e','',0,'?'),('}B[^cQ\n;w','wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php',0,'x\' ;:c','x\' ;:c','tIӱYL<һP+R','',0,'?'),('V5̮Cn','wp-content/plugins/updraftplus/images/icons/cloudfiles.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\ryzj,lg\nn','#ۀuc\ZC_`?a','',0,'?'),('r)˟/ ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/text.php',0,'`,X;AMf','`,X;AMf','XEEkƢ`7FPl','',0,'?'),('}gWcX]OY','wp-content/plugins/updraftplus/images/icons/webdav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r d(>','ϡ\n-eSWd[@2-/U','',0,'?'),('\0ifP+ܠI','wp-content/themes/twentyseventeen/template-parts/page/content-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.vh|O[F{)','ř;|U8p(~Ace ','',0,'?'),('9lן? rq','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/q3.B`eG','\"cڏ\'1rNiOcL%jN','',0,'?'),('[Hn[P.~FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fH[Y.\\͐','tF ,8U/nNk FpߺM','',0,'?'),('f~){t]','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o5Mmg<`','Ggeỿ ߿uB|@wT','',0,'?'),('gn\Z@','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pyud#΁S$5','Rmե8/fx:Ӑto5~ą[V','',0,'?'),('sJ0˩1\njV','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.hashchange.js',0,'IH\n7o $','IH\n7o $','P\'?gwtJ\\F n','',0,'?'),('{S,@V','wp-content/plugins/wp-smushit/app/views/nextgen/meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RpvZ}2$',' b%-YE|~P`b&d!\"ל','',0,'?'),('~3OKxh| ','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$>b\Z^eբ','yж$yHBuO|@ ɍ','',0,'?'),('Z\Zxcyd\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\"8Jq tF','J&9W1Z[ !5O\rb/AH~R','',0,'?'),('*_vjM','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Naming.php',0,'z!C TfD','z!C TfD',' c$n=&ڥMZ*DH:O','',0,'?'),('UEuD?','wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php',0,' *6ݳKJj',' *6ݳKJj','[hn93+cJR\'','',0,'?'),('HW<?p3','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-member-premium.php',0,'9@]-JVLn','9@]-JVLn','FHIc\rf̛wu99B2\\F','',0,'?'),('6BbM','wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php',0,'Rx~.N\'','Rx~.N\'','jv,߅p!灁Y\Z0 s\r','',0,'?'),('XUqn\ZҸ\'2@','wp-content/plugins/updraftplus/includes/Google/Logger/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ׁ8_p@}','mOtOh;)ً,\'J','',0,'?'),(':x=}','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z`0 8\\9','[:JUm5<fLKITZ','',0,'?'),('pͶ쪗]e8 ','wp-content/plugins/handheld/main_themes/HandHeld/js/mylibs/mbp_footer.js',0,'?)tdK[R','?)tdK[R','uZC#m6DG;;rX\ru,)','',0,'?'),('Vg \nsW\0','wp-content/plugins/mailchimp-for-wp/integrations/affiliatewp/class-affiliatewp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>LE`\'&j(%\\','U\'>=mɰq,Ad_DR\Zm8\Z','',0,'?'),('YYm\\DT4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qv3Q\\V','*7Z8P \r繏Jhu׵O=!z','',0,'?'),('(BY]2\\~Ky','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'JWf*','ɳ-6 Tv+3#kA˩ LU','',0,'?'),('_Vنb','wp-content/themes/twentysixteen/css/ie7.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^Ն&tIm','ntCE1*9s\Z5jsBa\Ze\'','',0,'?'),('Ha+̰ I','wp-content/plugins/wordfence/waf/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']gj Pw','PNQ^~&\n>DLw=V h;mX ','',0,'?'),(';;/JKmR0','wp-content/plugins/akismet/views/start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r5J\rLX','M \0(@hF(¨o\ZBFA\rw7','',0,'?'),('Z4\\mXQZ\'','',0,'?'),('k 西','wp-content/plugins/wonderplugin-slider-lite/engine/froogaloop2.min.js',0,'*B#D','*B#D','є3N0P5y}@٪b1po4A','',0,'?'),('CByIwXɾB^','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"f~a9j)=','9= b\rfц3HK\\$bC!š#','',0,'?'),('y&aA7]Dm','wp-content/plugins/wordfence/images/icons/ajaxRed16.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%B\ng2;','D,AJlOSpe؇&','',0,'?'),('~r%@(','wp-content/plugins/wordpress-seo/inc/class-wpseo-endpoint-factory.php',0,'tb=zKֻfmr~','tb=zKֻfmr~','?\"_!1K(V$pb KvV','',0,'?'),('Cch_k','wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','buyjpP*pJU','bR,Yy?TebGKBrn','',0,'?'),('\r [pt','wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ælR\'\" ','z\ZSr-bC6@.ꎉӰ=r$k1','',0,'?'),('e\n¯ᆯ','wp-content/plugins/wordpress-seo/js/dist/wp-i18n-921.min.js',0,'w9`YLG','w9`YLG','=vX6&Y|)#d=wwP~(','',0,'?'),('ry)v|r','wp-content/plugins/wordfence/images/flags/to.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\'K^ejJ','̳\0g)xC[~lfl@g 2`ίmmx߉','',0,'?'),(' a\"KwTbc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#zBa{ 6','Ca>QUUoGVw&\Zp,x','',0,'?'),('!N3cv@6UuF ','wp-content/plugins/facebook-conversion-pixel/pixel-cat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TG;+&jvy1','FU3Paɮ{=\'','',0,'?'),('#q[\nhK+8mx','wp-content/themes/twentysixteen/genericons/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6V\0','ҕRw&8Jie@ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS2ig ','JpS_ X#UB-z,','',0,'?'),(':X@','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UKuG 7','!ʗ8iՅoT$}KHA','',0,'?'),('=6Z1fM\Z1F!','wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* \nCiwz','Ze͌\'lxkp 0kzdEYI','',0,'?'),('C-8_<8j','wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T&F0ͻ#|`+','F:~*,jD7\\8w?-','',0,'?'),('e? ]&<\"','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_perspective.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y;y8աno','>p4EЪD99Y!v/','',0,'?'),('fkjNUei4=%','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ԧd2CA','RqGxRUۆ\ZmxRVƿŇw','',0,'?'),('u>Rh:O a\rq','wp-content/plugins/wordpress-seo/src/formatters/indexable-author-formatter.php',0,'+#n%o\"','+#n%o\"',' +j\\d̒2i`cn/cym6R','',0,'?'),('y%Ǻ~ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tk#͕Z q{B','kpE(W\r9Tժyz>','',0,'?'),('zFBe=(','wp-content/plugins/pdf-embedder/lang/pdf-embedder.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.61M-*','ծ~\r~vJ)j9迂s28ƌ','',0,'?'),('|mN~lEJߣ7','wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#SC^`\'淽ʑ',' XGП}ߛ1GhD+s<','',0,'?'),('AP/X','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\"9Nx','~<cP7mӹպb ?','',0,'?'),('5ߡFZ','wp-content/plugins/wordfence/lib/menu_scan_schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uo9kWP/nl*',' iVꖻ-oc7b>sO?(~Q\0','',0,'?'),('VFR\"u)aH','wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/demo.php',0,'wh\r\\(ߦ?\0*u','wh\r\\(ߦ?\0*u','`x\n,˷K(','[G=WVҬ\Z-%m@','',0,'?'),(' M!@}|','wp-content/plugins/w3-total-cache/Support_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \0#\\V','ɛMfpR[蜤ԔB=\"p','',0,'?'),('ɭfaU8','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-report-sales-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*^S',',Q\rP8V\nJzL,\0\\OZ','',0,'?'),('\r>I3d\r/','wp-content/plugins/monarch/core/codecept.conf.js',0,'%wB7','%wB7','5iA%2I>]\r*j','',0,'?'),('p >*oȃ','wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!jt','',0,'?'),('F?-e[ ','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js',0,'~JUϡ?o@','~JUϡ?o@','\0E$ ڮeoO w/7U6w','',0,'?'),('\Zb@k.i.p','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bb=x\ZS','\niV5Ki}EAt7̉\rt)f| ','wp-content/plugins/w3-total-cache/pub/js/metadata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G_`+y.',')--kXavSɋybk[Me0','',0,'?'),('1(2\']+','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QxhW27','ާ`ͅ@JS.Je \'H','',0,'?'),('ļ Y |pt4(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RTU','η\ZzCh`Ha;:n,n3 ','',0,'?'),('|Tq / F~','wp-content/plugins/wp-smushit/app/class-abstract-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V^!u\05*!C\"','i8&u}\0 [4;\\^,','',0,'?'),('ЂoɑGjD:','wp-content/plugins/wpclef/tests/setup/fakesendmail.sh',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_~k!ru+','@&K\nr{KXb\rԠ3ԕdG','',0,'?'),('oU\\ ZA3','wp-content/plugins/w3-total-cache/Varnish_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ge0-ih2C','\"xXYzo$\0@!3','',0,'?'),('F{A','wp-content/plugins/wordfence/lib/sysinfo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\"(v7f','\0}?No3 J۾qfyAg¥','',0,'?'),('_xGe5! ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/preview.php',0,'\Z/yL{-Y`F','\Z/yL{-Y`F','z\0x/ y%Gvh jr','',0,'?'),('EQ? (','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yg\'\0;ǎ4l','/o)}BEH羼t\n(֍독Ad','',0,'?'),('2+l\nWֈ]','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Hiragana.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dqRzMmfLTw','ךQټVDkE*x;3\ZxlH3)','',0,'?'),('.݁BxKY','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JX5zP?3>','{Nz)\0EFkx\0n!p','',0,'?'),('6~e{\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b`U#XWz','US4Gi\ZUÖַߍz','',0,'?'),('߲o\">x','wp-content/plugins/bloom/core/components/api/email/Fields.php',0,'G4Cl1G٦','G4Cl1G٦','=E-*i|/yOC2zY}y+','',0,'?'),('*O-Lτ\r[u','wp-admin/css/about-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-z{9NAˡ qE','R(AdLq)ů蹤㗓M|','',0,'?'),('-7;v`!(','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?\rLޕ','Myz_~jJ{#-\ZAq73YU`','',0,'?'),('-̓Wl~^%g','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-frontend-premium.php',0,' \nA}qHf`',' \nA}qHf`',':bu]2!@})յ|','',0,'?'),('??n_2gj','wp-includes/js/wp-util.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"u Oe','x7e~LҎ/X,]U ?c','',0,'?'),('P~Qe؀į','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o\rp)ҩbCP','_-̅ov`AOGJ]','',0,'?'),('Yg)ʪ!t','wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.աEF|P2^~','',0,'?'),('t}:pd','wp-content/plugins/monarch/core/components/api/email/Mailster.php',0,'P/[U`','P/[U`','頻3+3XmrשÔ@I?Ea','',0,'?'),('V\\;!NNu','wp-content/themes/Divi/epanel/js/layout.js',0,'Z)\nLHhcYݣ','Z)\nLHhcYݣ',' LWy!~\'9zxrFJՈY<ђa','',0,'?'),('ixq+','wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n]sXQ\0','։z,.k1F->J8xAȷ','',0,'?'),('Xo~_k','wp-content/plugins/contact-form-7/includes/mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NQ$A#jy6o','2h+8M*6fObf1_','',0,'?'),(',uka|Zۑ','wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pVrG','-Ic3دAj\rJum*;sf','',0,'?'),('6o8N oL;','wp-content/plugins/contact-form-7/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e&3\'SX','0%Zy*%;C&.ּcC2~\Z','',0,'?'),('QM[>:m','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-reports.php',0,',*@.ԕ?',',*@.ԕ?','NEHnVilƟZ7','',0,'?'),('Y\0)\r/j)Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Vv>A $','\'U(0T}wn>R]','',0,'?'),('9ڊ$F.{','wp-content/plugins/updraftplus/includes/Google/Service/Audit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 36!LleD','Xj૷X4P QF.<\r)Pb@','',0,'?'),('tEr/n','wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-om.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rԆڵE','=\Zgh\nMƏbqʗFV','',0,'?'),('4h26V١','wp-content/themes/Divi/includes/builder/plugin-compat/woocommerce.php',0,'#\ZFٍ&','#\ZFٍ&','7T]7+\n P\0\n4V','',0,'?'),('؉ iIqt#]4','wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php',0,'u7h(1PW','u7h(1PW','Gg|BܮWbݻ+<=Q\0_7_) ','',0,'?'),('n[Q,<','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/TableDefinition.php',0,' )VG74',' )VG74','#/n]\'~?\0b֠vro','',0,'?'),('ߥSa','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I{Iη|','ejVCmz1kb)NHoGX&SZ=','',0,'?'),('2F~edwY!<','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/media/plugin.min.js',0,'z/~.SM6L5\\','z/~.SM6L5\\','6\r|YTo_<Q{0P1E9䟈\Z','',0,'?'),('}Ѯg,Ο8','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETHK-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zT.&mlP','!+QvF?!?t;jg_Ql՗ZB','',0,'?'),('~y\0dx![>&','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')z6GbCz@KB','',0,'?'),('}SU2','wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qyv?/',' cYR#z1wNu\n','',0,'?'),(';~ӷR>','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4X(I|[','{0r媫qe%45{\'Mx','',0,'?'),('2!6RKe\"','wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{~jF','G/wgI^29KOX','',0,'?'),('nvpe}','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c%yg~i','q*a9}oJ](SGĩ44xl','',0,'?'),('] aGu$$edo','wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=&Gh)W5XTi','nΨE','&bĆɯ-y`TIlѤT&VT','',0,'?'),(' \\…Tn]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}2Pر','M?~\"u%[,l+?F-}M)','',0,'?'),('Ք{۪55ͥ\\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EJs@qNB>0','=F|I*5vhOvAhn','',0,'?'),(')X~:SF+','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/new-vendor-registration.php',0,' 4ǘcLǎJ@',' 4ǘcLǎJ@','αs#_ږI1[@I^$','',0,'?'),(']*gkF1]','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/template/plugin.min.js',0,' /:^',' /:^','CȅSTeu\0f/MY-P9&{h','',0,'?'),('wUƮt\' (','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authorization.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9a=,)C I','6?wItmi, igӬ=`n','',0,'?'),('{A7?\0\Z.','wp-content/themes/twentyseventeen/assets/images/header.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0C EK>5|‹Q','|%`}3?M±KXWMEX','',0,'?'),('i\ZQƠ}\\','wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e1','}\0\0;vݲ%:4[,?X48k^er','',0,'?'),('M,m%E ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͻo`6ʁN','cD[IgoWE,UG F\"«','',0,'?'),(' ?&[ۆu,e','wp-content/plugins/woocommerce/templates/order/form-tracking.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&eFn ','c΄ͅ)ZR i8GEv3','',0,'?'),('ZZ)_fӹ2','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.minicolors.js',0,'3\nFG-X ?','3\nFG-X ?',' b]AT΀j{^`5K{6A\Z1pNa','',0,'?'),('030s\nۚ(t','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/chosen.php',0,'3F<7Щ2','3F<7Щ2','\n%*\0{2> --h','',0,'?'),('pL8z8T_','wp-content/plugins/instagram-feed/inc/admin/actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\" Œ\\Y','џv̒ph[(nL9Ѥ','',0,'?'),('(|nsARF+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮;Lo\n','|Se|./QYW}(','',0,'?'),(')Λ*3<)','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-coupons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\"SلJJ*\"϶',',CB\rtePSB*/{o\'eW@','',0,'?'),('F}yk(&Sd?V','wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php',0,'ydObN','ydObN','t$=Ґ롧sZ[\r','',0,'?'),('NFmt`$','wp-content/plugins/woocommerce/assets/js/frontend/checkout.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9c7?χ','+pg fm#t2O}Bl$Q}','',0,'?'),('Y\rљѾٸ0&','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \rwPmrx','SEO/z9x{:8rp:@','',0,'?'),(']L<|<2V=T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[&E\rR37Cg,','T\\`\ZWn/L n:Zfb$$Nv[','',0,'?'),('^Yp\'C?1-u','wp-admin/php.ini',0,'՛vy5f^a\n','՛vy5f^a\n',';Uеic .\n\rf<','',0,'?'),('jeb= ','wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{rA XTeU','ʓ70VSS%\n=~dfu9','',0,'?'),('p@MC飯v','wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=wEVlG','IcESНVDme\"W~ds','',0,'?'),('u{P9Q)E','wp-content/plugins/wp-smushit/core/modules/class-abstract-module.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tb,çcU8(','P&\\:5\'ѰP<}BEb&','',0,'?'),('wRd','wp-content/plugins/child-theme-configurator/includes/help/de_DE.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G(28AP','ZL3s_X&j˪','',0,'?'),('zr`\nKWR','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports.php',0,'j_D~','j_D~','%dN0 =.v(V:','',0,'?'),('\'&\r{\'','wp-content/plugins/w3-total-cache/inc/options/minify.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}:5=Υl','HxYFQ56m{ =;G','',0,'?'),('-:)N6','wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3ޏ+2Q O ','#7$?y5~5hWdB ','',0,'?'),('ȸPU,$~','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' I,3<','$kUcJDէ.Q{ ','',0,'?'),(':[&b[hY','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˭=J@','X,~Gml)wYDs&J$Z7','',0,'?'),('\0ṵm','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_misc.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+=Lj','|`#pmY-r[9I]9','',0,'?'),('sM\Z{}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bg/m','j](R\Z9N _=k$','',0,'?'),('T2P>\"x','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm\\|tbr`','57\'g*]w?U:\n\\c tx','',0,'?'),('=}nL','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ico-delete.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hF|Ưxdg_+','~qz4E=Gd$p','wp-content/plugins/woocommerce/includes/class-wc-download-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@3`u29#Z','iu1)v7[vo(Ϟ2','',0,'?'),('ֲ00vw|)=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sw[^|H/c','fKv5Ic]5%D\'','',0,'?'),('#q[K=','wp-content/themes/Divi/core/components/api/email/Ontraport.php',0,'ĖڍmP|','ĖڍmP|',' }$\"ISp)QBVB','',0,'?'),('ѩ-?\\bu:','wp-content/plugins/bloom/core/components/api/email/MailPoet.php',0,'\Z0nsPG','\Z0nsPG','ZŊh{C.paW v:9','',0,'?'),('HB͜[!+<,','wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ϤzM8','k2i?񫷙[(^/+ݑ','',0,'?'),('Ὀ5f?hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','țtFC','f)OceIU]2x3[ʤ','',0,'?'),('ЧRڊn (~','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w˭,^','̓ݞvޤW,y\"P߈Y?','',0,'?'),('&Ӛ2n`','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' j\':\rcGxA','1k _Y܂V5bn8@]Hz ','',0,'?'),('jHsh','wp-content/plugins/w3-total-cache/inc/options/support.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̈́8\"]nA','++b\"[io\Z\Zm`q7M6','',0,'?'),('.{z鹮Y5','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IaBm 1z8','C,w!IQ/NAUݏ3^y;','',0,'?'),('8`9?BbБ','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ImlcG@ȳ ','D 1b0$nnmM(z*Y','',0,'?'),('Pș','wp-content/plugins/wp-carousel-free/inc/scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 ProuR','\0E@UYϹ+J{Cpy\"','',0,'?'),(' 7Xau','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c:zm8OG','ӜfɦF1]O\\cA-','',0,'?'),('u~ Tav~','wp-content/plugins/wpclef/languages/clef-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FNu\0ӵ>','3}bLۜ(~);Dp2v\Z','',0,'?'),('>;-Mo+vR','wp-content/themes/Divi/core/admin/js/core.js',0,'mfg[oL4','mfg[oL4','ӡ3q bq T\rKm-Y','',0,'?'),('$*h6p','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-cpt-unlimited.min.js',0,'AL)|{A-','AL)|{A-','^ؒ&^W \"]','',0,'?'),('?H.Ks ','wp-content/plugins/bloom/core/components/api/email/_ProviderName.php',0,'8@0/F$','8@0/F$','-{:%.=YR8ŕ拞W<','',0,'?'),('L^Fӥ\"wb\0','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%NMeKjm`','epQ͝\0 Sc9-y@I-#\"A','',0,'?'),('SȝL堁d4$\0','wp-content/plugins/w3-total-cache/pub/css/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('[G[k`','wp-content/plugins/wordpress-seo/src/config/upgrade.php',0,'0\ntNv`f@','0\ntNv`f@','7F','',0,'?'),('c̎$\n\'@\r','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wH\0ގ1','kM%Xf¹=\nӡ','',0,'?'),('c0=5\Zbat','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/enhanced-select.min.js',0,'&+Zp/MuHVO','&+Zp/MuHVO','+n;zMڲ\0ԭiNjkeZ','',0,'?'),('@f iz3}-y','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')8)hu/h','DvmQEo0zDX','',0,'?'),('8I[˹BO','wp-content/plugins/w3-total-cache/Cache_File_Generic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c6!LNr ','+5S\' Q|%=U','',0,'?'),('ק5I&I8E','wp-content/plugins/yith-woocommerce-membership-premium/includes/emails/class.yith-wcmbs-expiring-email.php',0,']g oԗY&k4',']g oԗY&k4','\Z.Ky>MAHr \nExF^','',0,'?'),('OiuD}j^','wp-content/plugins/woocommerce/assets/images/select2x2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ib̩','0)Lq:ӸPq+GTs|','',0,'?'),('@#;[-Dso\n','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Katakana.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(@PJt˅','\'c\"M& q RвR/YX{z{','',0,'?'),('J1MF< ','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\n?%','n]JtxwM҂','',0,'?'),('o2%F^ף4','wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҉>{E<.U\"貯bE','wX`Wc]і\'G@\nԠRn','',0,'?'),('?l7r7`3','wp-content/plugins/wpclef/languages/clef-lv.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S=瞛1#Flp','P|]K{O=PN\rz[7!','',0,'?'),('Xj6jA{%7j ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-gl_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')E[-Ŀ_','GbʹDz4D&4?:kCCf','',0,'?'),('`䃽eWY','wp-content/themes/twentyfifteen/content-none.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VX+1','B7[\rYA\n<0K8.ķA','',0,'?'),('\'67~iT4R','wp-content/themes/Divi/includes/builder/module/FullwidthPostTitle.php',0,'5sw?@','5sw?@','}X2bS2x3b#*HH+','',0,'?'),('ˇ&ѫ`Bwh','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T[Vfo','<5,_fIU0&1 cW\"','',0,'?'),('?ڟE$PF','wp-includes/pomo/translations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T86\ZBR','QswMiťwm26qdWI','',0,'?'),('KF!₄=/7','wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-=_','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';uMmܭD|wD','S nR\'X^khɑi7','',0,'?'),('\r/]uIRǣ','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-members-premium.php',0,'=⤇\0/E@\rN','=⤇\0/E@\rN','e(f?C=p䕓9xY%,B+,D5','',0,'?'),('Н_O%^\0)Ł','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wq{:|e&M','f*K}-ݲ$Op*$\'PV','',0,'?'),('\'Kzf','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 pGs0','yp\\,ˍ%u5a(VS%','',0,'?'),(']7Gsl?E','wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q}kXEQѯ^od','`M\\V\n>~!\Z<@IO','',0,'?'),('繽I\nb~Gʥ','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_tint-shade.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\"KiB-.Ȟ','o`u>Gb(f6bXyqDb6','',0,'?'),(' DNC|\\Kd7','wp-content/plugins/wordfence/images/flags/th.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-(o)o','1e2QLJh70y','',0,'?'),('\rfh8!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','km\n HM','FO V3\"!kP','',0,'?'),('\r#Dje]w','wp-content/plugins/wordfence/views/marketing/rightrail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'4##Kqe\r\Z<','[~0hɓ~݈P\'N_','',0,'?'),('Hc1ް=','wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php',0,'4lAnf̑\\','4lAnf̑\\','v{:j\nOøə\\c)َސ','',0,'?'),('[/}muX1t','wp-content/plugins/divi-builder/includes/builder/scripts/waypoints.min.js',0,'C>yYǒF','C>yYǒF','r:؝pq6\\b[\"kV#','',0,'?'),(':\"{h!s','wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sx-CGu','PoTnrKӏXg a{+l','',0,'?'),('v9b$L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT~\Z\'\"l\nUe','\n#\\,--*N Vӻ+:F Ӹ','',0,'?'),('d@Qۅ-Y','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Sq@⬠c','㣜h&GG5!!wb1-@','',0,'?'),('JƽBoI;','wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lE','\0\Zo*ī9hu\r/8x.\0','',0,'?'),('xir8zb#','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fs#G8^','wb\"piDn-=m','',0,'?'),(' (T5!hu','wp-admin/css/press-this-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ک+n(K)','+^ pBJx7 ?Q[','',0,'?'),('#8`bSm:4\r','wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 1Zk(<','\n+\Zh+܉L%ۻtJ %:i','',0,'?'),('#?Gc ¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[W+(iԠ6','\rpk@so:P5k_|x9&','',0,'?'),(',Ȱ\\A6','wp-content/plugins/elegantbuilder/includes/et_lb_sample_layouts.php',0,'֥zUr','֥zUr','rId\Z~8( :6-,jm','',0,'?'),('1\rϮT','wp-content/plugins/monarch/core/components/api/email/MadMimi.php',0,'-0{=8+ŘNjN`W','',0,'?'),('3+]e{-nIf','',0,'?'),('lic`V-,','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';7:ǐY\n,','-KT?-Ao-0A\Z{','',0,'?'),('qm(w\rx','wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iGx!HϿ.j-','F\"DDZ ;lS4?KNnKe:=','',0,'?'),('y%\".','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hLDM)','0d?dñSad ?ޏ*d','',0,'?'),(' ʊnZ','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php',0,'󷾯npC\'','󷾯npC\'','S3l)zNY+[MF$ 9Gݣ8e','',0,'?'),('s9(4 ','wp-content/plugins/woocommerce/i18n/states/BD.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bq1ׄ^\rK|',';ZRSSFb4A\'`|{he','',0,'?'),('X{w4z','wp-content/plugins/limit-login-attempts/limit-login-attempts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\\EXlSat','ZMcjTR;̓pxԑc$ʎlߢ','',0,'?'),('wE~6bl','wp-content/plugins/woocommerce-gateway-stripe/apple-developer-merchantid-domain-association',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0F,','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mLG]o','',0,'?'),('lfƶ\n\'M','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php',0,'ߐw sҮ}p','ߐw sҮ}p','@WB+R%D3G|&y> ށwD','',0,'?'),('XG~\0|;ګP','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-mascot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','58Y','pj~3RqKկLKz#O5KH-^','',0,'?'),('ijgۂG\"u@F','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-woocommerce-vendors-widget.php',0,'|T:.#6','|T:.#6','\'obLJӪºTDI^','',0,'?'),('SQT#kNw','wp-content/plugins/wordfence/images/flags/nc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nOxm|','OknW\r_!<΁hY','',0,'?'),('pC@Sd\n`','wp-content/plugins/woocommerce/assets/css/select2.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4E\n*C',' N`d5Rz`o\Z\Z(','',0,'?'),('UceS','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n0W-T X8&l','p{~ e-NrP{)UFjm','',0,'?'),('~,F','wp-content/themes/Divi/includes/widgets.php',0,':PX\\/>8@',':PX\\/>8@','HR+>0ng',' llIrq h7ԄڴdAğ5','',0,'?'),('?R0+TUvLQ\0','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Ȱ`-cqF','Jϋ&rɪ;9]F','',0,'?'),('Bw: ՗k.I','wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php',0,'3yHj','3yHj',',[}4 ,Ǹ#6w','',0,'?'),('ID$~^#\0','wp-content/plugins/woocommerce/assets/css/auth.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0Y{Br,','gݺ*;sz1~Xڊήc#','',0,'?'),('Qٳ4f|\nN','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N?dLt','p`ȿ|b Ќh.@s-','',0,'?'),('U!]ɲ^W.\\','wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','򘉱#q~O','kk[wrnoI','',0,'?'),('V; 6\\́=ƾ','wp-content/themes/twentysixteen/css/ie.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ľj','05iVroFʛAMY|C ','',0,'?'),('V~ZBj]K','wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('W[lF*Q M','wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(D*M#kk','qGkxiʇ~\\C\\@','',0,'?'),('Y;Jwz$','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage/plugin.min.js',0,'f#ѻ[LaЭ/','f#ѻ[LaЭ/','dI=F͈{;zJ.$rZGzz','',0,'?'),('\\noVfJ!F','wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I57M##3','M>VD}V\"p$9*&cbI-;','',0,'?'),('eckO*]','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D}ΤwSo!fp','l[7;YA*nJo','',0,'?'),('hs?`*','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-protected-media.php',0,'I~f\0]qy','I~f\0]qy','bagwR @vΏthgE}','',0,'?'),(')q4/mII0 ','wp-content/themes/Divi/includes/builder/post/type/Layout.php',0,'d~ Y5lf','d~ Y5lf','C_ѫ>M\0\\bW q[H','',0,'?'),('i^,kM:$','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite/theme.min.js',0,'YEt>?','YEt>?','nSRvAv?l[@\r\0','',0,'?'),('u28CS+N','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker/plugin.min.js',0,'\\PPīZ()A','\\PPīZ()A','ѥ\n-$u\'\"xjnƎ+ ','',0,'?'),('˗ 8PuE+w','wp-content/plugins/pdf-embedder/js/grabtopan-basic-4.6.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*I;zx','^PwyTVt2\\','',0,'?'),('zE; |\0','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ap%^\"','=z=O8kB\'8UPnOj:<','',0,'?'),('=CѠ*TX4','wp-admin/css/colors/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': k\Z rLZ','PjZx\0p>mF3lr63E~ғAg','',0,'?'),(';X!\0k.','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nͣMİ97y;','U\"qϛgi aY[{\0Rh','',0,'?'),('}#\Z gc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','71IL̷b','%=kyuRtIjQ%','',0,'?'),('& Jko','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3n.nP h=','s; 2i/[?ڪ;ﻰő`','',0,'?'),('>vBh,O+p9ѹ','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Dܐz }','\n\rQ6JM_Lr','',0,'?'),('ڷtgZgE','wp-includes/class-wp-http-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ow \nB=<E','j\0[%A+ARW#;Q','',0,'?'),('\'v .@(f','wp-content/themes/Divi/includes/builder/feature/Library.php',0,'ߺ\0\rW\"p\Z','ߺ\0\rW\"p\Z','JAnO\rϒ]8)>#4EDaX','',0,'?'),('EV)2;;2xA','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/panel.spinner.js',0,'\Z#(pD>','\Z#(pD>','\n)+ %=|y(RNA)D\Z','',0,'?'),(' It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')uU8pVg','Ky\r/Q\\','wp-content/plugins/w3-total-cache/pub/img/button-grad.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4N9o','^BoxPq\n-]PXoHS','',0,'?'),('Q7pN','wp-content/plugins/handheld/main_themes/HandHeld/page.php',0,'q&O','EdL<ǹ>','\0s~D%r`䲊,E\"MQ','',0,'?'),('>N5ar,','wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nx2.RTBuA','[Oɷ e `QKYU.6jH','',0,'?'),('>зwiK*','wp-content/plugins/bloom/core/components/api/email/ConvertKit.php',0,'D]ZCS','D]ZCS','*\rَv\\\"\rcDsL[Pw','',0,'?'),('#=gA-jR_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a| XŤD5Su[~','9zwL5{!?Y! f','',0,'?'),('DlֹrS?','wp-content/plugins/wordfence/lib/menu_blocking_blockedIPs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','럓=) )','AU¢1u֢oAM!]A 1b@','',0,'?'),('LTϩ5# co','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\r OAM','B~E~ˡQ(\nd³ h','',0,'?'),('Ml/Aq۷-','wp-content/themes/twentysixteen/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Ap$գJT','hjt\n:W6T','',0,'?'),('NrCo_↸.s\r','wp-content/plugins/limit-login-attempts/screenshot-2.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\ZR+$h T','Bpr+Sz3ݹ?\'EM','',0,'?'),('RxfGDgV','wp-content/plugins/updraftplus/languages/updraftplus-vi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1sL#\r5ұH','b5YNU@/xn+','',0,'?'),('X@%1 Ci','wp-content/plugins/wordfence/images/lightbox-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m]a\\$','Ǘh?S):i@h.Xg','',0,'?'),('].1 \rPXL','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t_因0\\?','g\"a3,]Y\'?<]9\\\01F S','',0,'?'),('aq+^JUS','wp-content/themes/twentyseventeen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y;#{)!_2','moK[Ey=2?-eNpp','',0,'?'),(':z59ϕ\0','wp-content/plugins/w3-total-cache/pub/opcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0!u/4K\0','pT)C MBH&!a830aҩN]','',0,'?'),('}z#\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52]{} `X','I?~4]4KF\"vI(','',0,'?'),('w}%euV','wp-content/plugins/wordfence/images/flags/sprite2.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} oĘ_2','Jxg7Ӭޯ0&\' $KFI?\r8','',0,'?'),('`RbH抑','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t泞`\r!Mg','\"Є֒]of얶\rq`f=2-A','',0,'?'),('4y3%k ','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bfP7]p2','wG}ӕht\rּu6','',0,'?'),('H\ZZ^','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBpc-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e9>0\r#','!E\n]gT{ax^<x?2*','',0,'?'),(' | ','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T Ql$[PNr@1,','\'D\r<ĩh=t)','',0,'?'),('2\n u3\"','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/commission-view.php',0,'/X','/X','o:Cd_Bm Gkؿa7\0#','',0,'?'),('9w','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E!fD]rKԚ','0pX7A\Zlǚy2\rfY+','',0,'?'),('? c+U|S%','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƿR‹KK',';[:j<~_syJʰ','',0,'?'),('E33*t#|','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.7-rename-debug-log-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B:)6|&D','apvLX q s2L96#','',0,'?'),('[JKE\"^M','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php',0,'$\'hNj]/Bh','$\'hNj]/Bh','_Pq\r,]y8NB ADO','',0,'?'),('v{Cҧ4I','wp-content/plugins/wordfence/lib/wfViewResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','όn:3Mmb','a/Q1Y쓎;PڔB','',0,'?'),('p$^dZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ln,ƍe/ʚ^','.FeZtVOtBH`5D0;','',0,'?'),('[Kb2 8','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}L%-CpU1\nT','9w{G$ˣ4fJlOkuXP\Z','',0,'?'),('oo\ZA','wp-content/plugins/wpclef/includes/class.clef-invite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e)Y}v\'3Gu(','Sx.w)޺3nƻ Fl簈D','',0,'?'),('\0;9v^','wp-content/plugins/instagram-feed/img/small-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9O(GL+o5ˬT','g稨:600,ϴƞG','',0,'?'),('@`:>*DJ*Q','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php',0,'%oշ','%oշ','qa\Z[F&$b&\'T\'&','',0,'?'),('\'łEg3#\\','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D7r\0t֧HSK|m','VHƴf-X ^o','',0,'?'),('1K@','wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php',0,'?is5@!@bx','?is5@!@bx','F v NJwu.Uy5F ','',0,'?'),(')4S`?','wp-content/plugins/wp-smushit/_src/images/graphic-smush-cdn-default@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SĀ \\-0cb','4.^y!T#\"j{ wUuEPϏm4:','',0,'?'),('NP<U','wp-content/plugins/contact-form-7/admin/css/styles-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M]TZ:o','\\\n7Ѻys[0RoKM~4e&','',0,'?'),('pvY2pe_4','wp-content/plugins/instagram-feed/templates/header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T~o~S','H|tmX7q6F>c͂ L','',0,'?'),('XJp','wp-content/plugins/wordfence/lib/wfBrowscapCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|}Hk:=&Ѱ',':ߑ>*W4EaبX{I','',0,'?'),(' }R4ᵐ6k','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/001_CreateUsers.php',0,'rHgq﷩','rHgq﷩','cT+wvAdy5\00*\n\0`(L','',0,'?'),('$-\Zclڇ3{G','wp-content/plugins/child-theme-configurator/child-theme-configurator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FN˘F\nߺKi',']bɝ)Fx\nV+\\V$','',0,'?'),('*z8nZS','wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iyby4MgcΞ ','^!$y[X\\g֧gN\'3(hm','',0,'?'),('*K*_A\"9-p\'','wp-content/plugins/woocommerce/includes/wc-account-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U@#X}',' ])/7OCۢyQ0U>','',0,'?'),('27+P','wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fq{@/','zٔF I7 ×ʢ4K(','',0,'?'),('?ic Z9D0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ndjq3','9`A\0>ym\r\\?j6U@zr:j','',0,'?'),('@;^Y','wp-content/themes/Divi/includes/builder/module/Text.php',0,',ٟ RcU','wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ꯚ9Yx','r.p$ғM&fqC','',0,'?'),('YWq&+b3>','wp-content/plugins/divi-builder/includes/builder/scripts/admin_global_functions.js',0,'*9Wip1u& ','*9Wip1u& ','!v2]}[T3a8E|*ȸ A|','',0,'?'),('ZS%Zz|','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t[@-2c','=b{հ̴ \ZENy','',0,'?'),('n֢\r V5,','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\ZބEtU','\09\"x΀t ōň_ $','',0,'?'),('ol>x~I ','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6fqI<@V!m|','`,M[b& T%mU eX','',0,'?'),('uӨ+̧xTd','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3i&j%9ݜ2','KAS\'}\rT8W\Z_L8!%@','',0,'?'),('}e$F','wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','II@\rVVЉq','m!/l|b{)~Q# ','',0,'?'),(';n7Ϸ2','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~#[hoD',']W7Ci&\'T};','',0,'?'),('0jlSK','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?1T`;\\S3','6{PQϦEѧB_#.Y97 ','',0,'?'),('ސqic=','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h}vOƋ7k_','7D\Zs3G\nA!wՊ','',0,'?'),('j7LjD\\ ','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/config/database.inc.php',0,'l/9','l/9','\r\rD@]cnl8/߹.d','',0,'?'),('^[^jqV','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-my_MM.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CQ ?\r`=','\n*𿪁]e,,',')\\)y1ʃ14߈r({','',0,'?'),('%e`ӈg ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/store-vacation.php',0,'Et:Ҋ:2','Et:Ҋ:2','Ӻ;#z.;\\`2 T_','',0,'?'),('3!9 =6 ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɞ@T0:}','qWʽ6Ė(H\\t1X=KeL΍','',0,'?'),('4bʨ .','wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&&~%>i9&<',' p(fZp^;O3V-#؟','',0,'?'),('9CPC*:,W','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L:T©xA|IV','bՕѾ6MwUYʲz','',0,'?'),('SǴl>U*\r=','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{!\Z\rHDZL','t s|͡K~/i%j','',0,'?'),('yI5([','wp-content/plugins/pdf-embedder/js/pdfemb-blocks-4.6.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1yLw08','7yVZcV`4\0׏\nsW\\P','',0,'?'),('}Df6]\n4YǸ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؙftn o\'','|0DaIDe:\"CT','',0,'?'),('s)J [et\r','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-3.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ha8JZ{T','˼\rHqїSҌ 7 co0wDh','',0,'?'),('1ZbU C$','wp-content/plugins/woocommerce/i18n/states/HU.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7WǨNZ','\Z>SV.H:;fBfF.La#C+','',0,'?'),('Oqa=0','wp-content/plugins/yith-woocommerce-membership-premium/includes/utils/class.yith-wcmbs-printer.php',0,'ܬ̭uͺ`I','ܬ̭uͺ`I','-Hp\"Xġ6WdsT:,C','',0,'?'),('ay#~yޕ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/commission-detail-table.php',0,'[n !~e$.','[n !~e$.','rg~݅K\Z!K2=h','',0,'?'),('jnVR=4ʔ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','? i]','I] Rpzm\0ѡMO6~mס8+','',0,'?'),('H{.Q73l','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js',0,'=q//폖h','=q//폖h','mU;͞\ZC_s칟/^`f','',0,'?'),('ʼ@W1tF~m','wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','goMlf($(_\Zrg','ߪuֽ','\"-˫cc>ֽ','~HNTJzXښBکSS+ye=G','',0,'?'),('cОM','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FY?ʊ1s/','R`{2','Lo1E\'ƨ?ZM1${;❗+C.','',0,'?'),('qK\ZvB֓AW','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/FrameworkRunner.php',0,'Saza','Saza','N_R)T$1O( ','',0,'?'),('C(Y̊V','wp-content/plugins/wpclef/assets/src/img/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3[<\rq','>N m?h K,8D\'HF','',0,'?'),(')[\"JH|jk$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K0]\"u@','ͷkC8uH-K6\nghܬq','',0,'?'),(';(@<7','wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c\\Q\'ue.Up','},iFа-|Jק','',0,'?'),('H)-TuZr|','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'v 5u=3G','n] 2xڅ\0UHlQP','',0,'?'),('I%I9bNӳ/','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','µVMHTF','x#Ý:<}E5ԋÃ=Lri)8','',0,'?'),('JTV0DoTA[@','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','و>\0I&\'H5Þ1','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/textarea-editor.php',0,'Eڢ)~ \"','Eڢ)~ \"','AX#\'(/(CWqsDt','',0,'?'),('\'yx\Zu@\\','wp-content/plugins/wordfence/images/flags/nz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H/ ^\"q\\t&','. ;Ym fCiXŀ','',0,'?'),('Ew','wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LW/<','d+TVD F\0b)W#4f6!v$s<','',0,'?'),('Y:\"r\n','wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=g$D\n^K9','U/jq1fr~LȅQpaX=','',0,'?'),('ShS%Tz','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9l','[7>+Hl)\0/K3x̿','',0,'?'),('`<-jsڙ','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php',0,'7MTYr?;?0i','7MTYr?;?0i','1c떾b&xG(3cw E','',0,'?'),('E5L@R','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/Sqlite3AdapterTest.php',0,'45(4lqf','45(4lqf','h!l)\"RљaFiS\r\n~9v`','',0,'?'),('[~','wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%\'u?C','!\'{&P[2k!K4u9','',0,'?'),('\ne!','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-frontend.php',0,'v@Uh','v@Uh',',*F ~[haD=֚#,','',0,'?'),('TP0KX','wp-content/plugins/wpclef/includes/lib/wp-session/class-recursive-arrayaccess.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9m\\u%~l','@P6TZEhW$\0վ\nʧp\r','',0,'?'),('VHNͰu.','wp-content/plugins/w3-total-cache/wp-content/db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^R& ~','u)BxT#}å\rl%^-aO','',0,'?'),('H/%,/6','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڊI_\rtW0','3LCŊ&Q\027,ރ\ZS]','',0,'?'),('\"ܒnzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BjMg[','Ab\'L ?QLrt\"2Ϋ','',0,'?'),('Ϝw (-fOr','wp-content/plugins/woocommerce/includes/api/class-wc-rest-customers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nͅ~([u','2vxw}r͸w','',0,'?'),('v@3\0=','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/init.prettyPhoto.js',0,'i~Y3oĂ7O%','i~Y3oĂ7O%','9>a:Na-ahcQ}','',0,'?'),('Wd;C\rO','wp-content/plugins/akismet/views/notice.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|d_2F$U','VB:\' 4-I9#\"i','',0,'?'),('ꖞ(@*','wp-content/plugins/pdf-embedder/lang/pdf-embedder-nl_NL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m2FaQ#$XZ ','GZRi QU\0PiO7zx','',0,'?'),('ӠQVժ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O qYYsi','cy۫8 O_O>Y§s{%','',0,'?'),('RیyfºbjV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1<H-Z','$oKnbS>wll$36\\','',0,'?'),('Z\nuoK T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*ӳS','\\wT[=baCk;c','',0,'?'),('DvZS $b','wp-content/plugins/woocommerce/assets/images/stripe.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L^_‰TZ*:','O0V*u}z&ߵٹ;)hB_F\rZ','',0,'?'),('ij}:!Chf','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-layout.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j6׳h.L.','ᯍ.iL=-WyiFl_','',0,'?'),('H\0E6@','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(M+Cmk>Bh','7  x 1h1$].-_\Z6','',0,'?'),(' R^r%','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_C\\*G4','136 ?\nʬ gD8f>q','',0,'?'),(' Uy/*%;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8sԸqC^a','[z<}ꯣӫC$','',0,'?'),('\rEǗ','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}3Y(Im','9N*8)qX-ʴooy T','',0,'?'),('WP旃^qy','wp-content/plugins/wordfence/lib/menu_firewall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xUh|yH$r','{ú\\uL?W.$ӓc','',0,'?'),('7?/qm.','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bʼ:Qs','M#%yߴ enY=ՃaM','',0,'?'),('?4B^-7q','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/bbcode/plugin.min.js',0,'ehic+s4','ehic+s4','H?-=Rư/:T~','',0,'?'),('(|*HSbQ','wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','28q۝Zn$n-','jHzh!FYx\r`\rS#wr=Uw)zn','',0,'?'),('5Yv]0.','wp-content/plugins/updraftplus/methods/addon-not-yet-present.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n{ PľsFt\\','bca?W:OPjp+fϮc-H','',0,'?'),('Ii軼\Za','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_mAB\rM%FQ','z!.>1YHhd@\Z','',0,'?'),('NR,J*̦G$i','wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php',0,' jmsMX',' jmsMX','\0,Q?R\r[Hf2','',0,'?'),('h/͔jC\0n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\'Me \'Q','Ha,,OK06I','',0,'?'),('xW2euvL','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pχt|3','Rv3~|.OLtN`Ѯ','',0,'?'),('e\0N!H~Z+','wp-content/plugins/wordpress-seo/js/vendor/lodash-noconflict.js',0,'@\\~}`m͕;','@\\~}`m͕;','O%{+XICW h-','',0,'?'),('lޭ','wp-content/themes/twentysixteen/sidebar-content-bottom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+$VD<:t*A2','\nI{cqZd6Xd2','',0,'?'),('#SVպ','wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7gm)0U','Z]TV{!?u`gD&L&','',0,'?'),('`z|Kwh,','wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php',0,'KPUMGbn','KPUMGbn','?Lή\0v,7','',0,'?'),('=LJ8*^V','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ÒzXtw ^j','5\Z.\rCklt&8pfi','',0,'?'),('=Fv$k','wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|l(VI @','G_wuץrU>V','',0,'?'),('~G; a+','wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<ޡUG+','+yTP\\ܓ<]~AbP','',0,'?'),('ϯݒZwQx[','wp-content/plugins/w3-total-cache/BrowserCache_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dk --h','',0,'?'),('m>\ZBL8','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B’([','4G*\ZLA*Dҁ<-25{','',0,'?'),('Cs\ZA[','wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C.Z)','i}%9*/V;R\ZfS','',0,'?'),('R8^\nɽl','wp-content/plugins/woocommerce/assets/fonts/star.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZogZV$','oj?<t+Q/ؿi\nNw','',0,'?'),('hSĿQ R','wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php',0,' A {Y,',' A {Y,','Gw8.\rʸpv-,P`n\0','',0,'?'),('Õ) h>G','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`V-XRct','HxA$S\ZG?sGң!','',0,'?'),('!Q~máj','wp-content/plugins/updraftplus/includes/class-database-utility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eݎ#Uͤ9','HBЉkKSxb=\0i B o \\','',0,'?'),('spe','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\nAq`ve\n(','SqS~TZ_zݍkOլ[C','',0,'?'),(' ӭgȱ!nP','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QģKAϲ]ڎuYQ','UF\"GM|L&8K::Dot','',0,'?'),('!fY#\\X=z','wp-content/plugins/w3-total-cache/pub/js/lightbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*@ByO\ZJE','OߚeH@F!{+jVL4','',0,'?'),('\0䧝ܨ>~','wp-content/plugins/wp-smushit/app/views/cdn/meta-box-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#!\0IƩM','AMOzMyU:JfQzdN]D','',0,'?'),('-18;T/X]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']b$qh','X\"\Zo\"|vS \Z{','',0,'?'),('4rp$DD0I]','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YLbk5 ','DMN+\0NIFJpʆLp','',0,'?'),('9\"sVNtv\0','wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-creator.php',0,'Ff%/P','Ff%/P',' t\ZdCPR )gO','',0,'?'),('IY v1BI\'','wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php',0,' p}ÎJ\'z',' p}ÎJ\'z','\'i8\0YA.pyB/','',0,'?'),('T&is\0z','wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=K','>R~8Z?s-g\nb','',0,'?'),('[3|FZ:w)0','wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vnbh=X5','$B|\\D]BL z m}H\rt','',0,'?'),('c%bT\'^','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-th.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wh/\rN5U','HY/ɧ\" c >\n W/qY6b+','',0,'?'),('g4ɝ;6]','wp-content/plugins/woocommerce/templates/auth/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/g*˚lj','9ڊ,=R)Ӯ$=%o(','',0,'?'),('huO\n$x:kOz','wp-content/plugins/wordfence/images/flags/rw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ł/T_nQE*Pk','mЈe\r\\޵^%:y','',0,'?'),('ȗ[vΉRE','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/commissions-options.php',0,'wY jI޻|_`y','wY jI޻|_`y','^\rfS!V糒ol\"','',0,'?'),('˽lNVb4Xe\"','wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Cu*TEFaq','%b|HoJ].,{5$$Z9','',0,'?'),('Ρ~ߓ:eo','wp-content/plugins/wordfence/images/icons/tick128.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğch 4\"',' V}X e~G[C峆5','',0,'?'),(' (觨:pR/','wp-includes/class-walker-nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vCQ<7h3','.J^G C-q L$','',0,'?'),('0[\\6','wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php',0,'*\Z72lj=','*\Z72lj=','Tרh\\Qc%w%d. NSmP1?l','',0,'?'),('(5aHyo,X','wp-includes/js/jquery/ui/tabs.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S04%gcABz','58Ehx%I=`u,ӌyD2','',0,'?'),('qUxG.xz','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-vendors.php',0,'N_9\r{','N_9\r{','|m֬23)Z.pZmb`','',0,'?'),('Z~F 91qV','wp-content/plugins/easy-coming-soon/template/css/cs-bootstrap.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*<(̶߂m߹','.gx˓6q I\Z҉ӿRI&','',0,'?'),('T/<buNj','wp-content/plugins/wpclef/includes/lib/ajax-settings/js/ajax-settings.v1.0.0.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';V{Խx9','AtMNjosJ4Rf','',0,'?'),('$͓bHn,\0-','wp-includes/images/smilies/icon_confused.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sYFPZ6,','0]\0r$Otu<*g!g','',0,'?'),('%V޿k#{e\"','wp-content/plugins/w3-total-cache/Generic_AdminActions_EdgeMode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o~%+<\'Ζ\rn','%ua*{yw\nixdU|7(!','',0,'?'),('S$,Bd&j','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/chosen.php',0,'J7g񼎴$b*U@','J7g񼎴$b*U@','KTص~^z8s>E$-Ts#','',0,'?'),('XO1{F`','wp-content/plugins/updraftplus/vendor/psr/log/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w kfeDd$I','\ZF0 4=ND28G Y','',0,'?'),('\\,p 4T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OjjbwX3','@\"UsXW5&qVHOr','',0,'?'),('\\\\Ԡ+) #89Ie','',0,'?'),('HL3lNzq','wp-content/plugins/pdf-embedder/js/all-pdfemb-basic.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iZGa &','ɨp5EB\0y06_x^','',0,'?'),('baB','wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','An@KB','&l]ASHip+\"3]hN$','',0,'?'),(' 3?~zjO8','wp-content/plugins/wordpress-seo/admin/class-help-center-item.php',0,'9f\\[.Hb','9f\\[.Hb','Sŋ\rknC7[\\KZ؏1\re','',0,'?'),('\r^,#NQ','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5y1r)7','&4eYq[ĕCJUp (s','',0,'?'),('9=tiv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6I0$6m','u6a{A0 #bTCAm4de','',0,'?'),('\n%̽5ꢊ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aFN1<˝ޝn','Zh+Qۑ q< R0','',0,'?'),('-&)Ij\0~9','wp-content/plugins/wp-smushit/app/assets/images/vline.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O*j㤡]','ʪ5j[J׉ifjZۙjy9','',0,'?'),('!+?:]c~','wp-content/themes/Divi/includes/builder/scripts/roles_admin.js',0,'-Y*Ps:#*i','-Y*Ps:#*i','7XFܠJ0,\r\\','',0,'?'),('!J,û⼱','wp-content/plugins/woocommerce/includes/wc-core-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3P}0EOf%','mJaJAb,;M-,ɋ','',0,'?'),(',? ߡ\0 |','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/advlist/plugin.min.js',0,'m 2hj]mv','m 2hj]mv','7FAn<\"Q}2MG㚌琭7','',0,'?'),('9*u(\rҎYgV','wp-content/plugins/monarch/includes/twitter_auth.php',0,'CZm?^yB','CZm?^yB','Q^f⩋Z\nЖ\' ','',0,'?'),('Fkl#6\Z','wp-content/themes/Divi/includes/functions/installation.php',0,'z\'PW[m{','z\'PW[m{','$?ZK3}J`˪P>0','',0,'?'),('LyE{f','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<& %!8\rS','6H=Ȕ<q5%|Ԟ<*','',0,'?'),('`!Qarר','wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';U*AOE ','4H6ˊs3ߒ}Ή36^vekTݤW/y','',0,'?'),('jծhq|','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7Kc\r','({/bl*zAU^g3*','',0,'?'),('kULǡ$','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H#f{#ʃ 6G',' [=$Ĕ*JZ\nc5 [S','',0,'?'),('o?Dj!gӭ-','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php',0,'~zTou/0','~zTou/0','q\r[=̄һW(uU⫫҄','',0,'?'),('wo%Əm','wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NY&\\۪̘Ҟ I','nJ\0|\ns\0$\Z]M]9j1H4','',0,'?'),('xii%pMΜ6@','wp-content/themes/Divi/index.php',0,'LSյl','LSյl','+F.h%)qDּ*eI','\rbG;b0E\Z6qK\r','',0,'?'),('g!ٺ!*','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php',0,'uסݲ0 0','uסݲ0 0','b\'|#Nst\nq`bA','',0,'?'),('~-FA&+-?','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TR]A@+4g','},0HU݊EeuύV;wG','',0,'?'),('=-Xԍn{]pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ey(͜~i%','ˮA@ 󉛷@vV/E)','',0,'?'),('q\Z1BG9;;','wp-content/themes/Divi/core/components/post/Type.php',0,'Ωov.','Ωov.','\rU\\n0ULP','',0,'?'),('t*0uo.&,','wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s,JYTߚ\n`','{V%Dr1Hm0r\nf V(','',0,'?'),('fSuBͥ?^yO','wp-admin/css/themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RV2,vAT','TOlN\'R>5<','',0,'?'),('jP3&l','wp-content/plugins/wpclef/languages/clef-cs.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\Zr$3KԽ\0 ','pv] ȵDC8ʩ~? *9','',0,'?'),('о‡.k','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s ׵Fa>','q .>\0܂ď+qM4W','',0,'?'),('{^WC','wp-admin/css/colors/ocean/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̿3$s$(','\ryC.Ka*oOhѵcǶy','',0,'?'),('v$ɡ\\Wh','wp-content/plugins/easy-coming-soon/theme_options/css/optionpanal-dragdrop.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dbW(u6','sy7:u1ٞ$)^\\','',0,'?'),('+5+wm8cl','wp-content/plugins/monarch/core/components/api/init.php',0,'CsN@s','CsN@s','djLt*\'0\r¦r\0','',0,'?'),('⻷ɡur;','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@tΎ}#I','t`ڡgA)d[҈hTTg!','',0,'?'),('F{WMD\"S','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/hidden.php',0,'ػ[\Z?UJ','ػ[\Z?UJ','M*vx_B14!ZiEU)Vs','',0,'?'),('dGbQz','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-geodirectory-support.php',0,'V1{TJRlJfq','V1{TJRlJfq','ǚXLF ::<\rMM BR','',0,'?'),('-]\r~(#','wp-content/plugins/wordpress-seo/admin/class-admin.php',0,'*8 \0o-','*8 \0o-','\n3.t ?҈ ^̨旳K{L','',0,'?'),('o|^G7.:iӝRk','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-tags-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vMF W{Ñd','iB1 )\nRʬI1K\"SMRt','',0,'?'),('ѿHRSH3k','wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F跪,Ϝ{','yԫQ^:SCFl6lsڿ','',0,'?'),('D\'iQI','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qQ:֊3r',' qԵ\nvZgBz?-)5[Pz','',0,'?'),('݌)ƫ%Z','wp-content/plugins/wordfence/images/flags/ie.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O&-q9fFx','>+?i\'넴[d޵=\n\0','',0,'?'),('<zg','wp-content/plugins/w3-total-cache/inc/widget/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oyv9^b','O|\"LH[ݔiZ+؊HA]8','',0,'?'),('vxzQ','wp-content/plugins/wpclef/assets/dist/img/gradient_icon_16.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l6y7V','9DS~f-ě{imR8Lip\r,','',0,'?'),('|*QW/w,@','wp-content/plugins/wordpress-seo/deprecated/class-yoast-modal.php',0,'7E;t?+','7E;t?+','ѓ0YAs sZg=\0','',0,'?'),('˄v+nG','wp-content/plugins/wordfence/js/jquery.tools.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':-Eՠx$B',',4~aTlS fQO fTӵ;)','',0,'?'),('{\"`[(','wp-content/plugins/updraftplus/includes/Google/Service/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\"L;s',':\0ORQZ\'vYv;`^J)r\r','',0,'?'),('wFE9}s=','wp-content/plugins/wonderplugin-carousel/engine/wonderplugincarousel.js',0,'\r964CVy+','\r964CVy+','43 +I5zfw}0\ZVqAi','',0,'?'),(' \0\"v?ؠ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/facebook.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>\n2+(s','\"+IMdE)\nʸRS&$mnD','',0,'?'),('Yb\"r$!~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/image-gallery.php',0,'E:j\"{','E:j\"{','2;Pw#|e>E]:dBD~_2','',0,'?'),('&B5VAUU,','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e.sʈF','-\\;uRb#\Z\\\"+\\\nb/}','',0,'?'),('!b|18/Q','wp-content/plugins/wp-smushit/app/assets/images/sc-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#yU)V iQ','&YY+ҹ(Ú&a86a_s,','',0,'?'),('+؜\'x^S49','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-frontend-premium.php',0,'gиQ`sϲκ','gиQ`sϲκ','gbDj5٫xt֤m#T','',0,'?'),('3@bIZK','wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~{~%$Q%Dj',',Lʄ9w`8ءO\naq F','',0,'?'),('=5^L\n-[','wp-content/plugins/contact-form-7/includes/form-tags-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yLL ','LDdjVٙZn }zNI','',0,'?'),('?eú','wp-content/plugins/wpclef/assets/src/coffee/login.coffee',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l#5 Z\0','u\neB<{P\Z=5/q4=\rb\nl','',0,'?'),('M|t/틎?D','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php',0,'Op{p{fNZ','Op{p{fNZ','%=m& ?\01FZZ','',0,'?'),('Os=e','wp-content/plugins/woocommerce/includes/api/legacy/class-wc-rest-legacy-products-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O11 |','yɣޅN/0{QQ','',0,'?'),('^7}$)t 4BW','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pkr\\ܚ','2!+€q9&Nq&°\ZZ','',0,'?'),('_f;waځ','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PwPU4','K\r',')E]Nee8\\sR)Z','',0,'?'),('u','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j:CJ`tCA}{','wq +kQ)iF}svK ','',0,'?'),('q?%rp07q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gzdsS*','E&Zq`Fx\Z)?5!','',0,'?'),('t:Z\0','wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php',0,'?Z>H6\Z7','?Z>H6\Z7','(\'B!㛆Kr^mMKQh','',0,'?'),('^ɘN)o}!ت@','{ta4>}!ت@','kŘN&%TOpS;e\ZzQ, ','',0,'?'),('}Po','wp-content/themes/Divi/includes/builder/module/PostSlider.php',0,'߅?Z]5','߅?Z]5','-=BStO','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/TableDefinition.php',0,'Wj18L]\"c','Wj18L]\"c',']hG!(Q|RsEStN+','',0,'?'),('zvo:B%','wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[%O);-0','y*$ш|E1<\'!R\0[{','',0,'?'),('B6[sM','wp-content/plugins/wordfence/lib/wfCountryMap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']hF3 k;u','LWBn1/R @c. E~O3','',0,'?'),('xЙ)DC<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':yt}ɟDc\n2@','>LfZ, {|\'acp6Nj/϶Y|','',0,'?'),(' ~U\"&','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nVo$Of~7',']کA=ђ%q%aMBUp','',0,'?'),('E\"݄Q́','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3z~iiҠGg6|',' GT{;\n*KXBM3ooN3@H','',0,'?'),('W2DG7V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ԟ =X6}','oq0>qz7oKge:','',0,'?'),('\Z5VyƎ','wp-content/plugins/wordfence/images/flags/tr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Js^R','GکSW kvXaw;>|)Z=w','',0,'?'),('M ~\nT|','wp-includes/js/mediaelement/wp-mediaelement.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vGKWfeq','4x\rfߒnxJNH}\0au','',0,'?'),('Sg_dyPs','wp-content/plugins/w3-total-cache/SystemOpCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#-E,Y(R','^Ղ]daFLtƀK؞}','',0,'?'),('-#ߓ\'EDA ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>=&nEh`ۉ;\0[','ϣ)V\'5\r6S[,)','',0,'?'),('3Y,X/u','wp-content/plugins/w3-total-cache/Cdn_Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TwhѓUwnW','*rk^-_DA 980P\rKM;Zt','',0,'?'),('6cI @۞o','wp-content/plugins/wordfence/lib/menu_scan.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kyߡ}e{\"','H`8?quK $}UqLhձ','',0,'?'),('>P4f;-Kݷ','wp-content/plugins/wordpress-seo/frontend/class-opengraph-oembed.php',0,'Z\0=!{\nhU_','Z\0=!{\nhU_','hBWߋ+ ٿxoi','',0,'?'),('Vb(ktW\"6(;ƴ','wp-admin/includes/class-wp-media-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jgׯ)@͚{/','dvPJA;\0WHC[9','',0,'?'),('\\h~v gdvS','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8H].̇n\"В9','|ƴϋ2rgmRl\"`)L','',0,'?'),('dȊ\Z=JCu','wp-content/plugins/bloom/core/components/SupportCenterMUAutoloader.php',0,'kcE,','kcE,','XA/jkV\";0IQVpD<','',0,'?'),('lŗG\0,','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel.php',0,'\n|bA|j/i','\n|bA|j/i','SX{Pi \0io6U 44','',0,'?'),('tfF r{܇_Ix','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R.b~+','J22T','x>T','x-z}zdGrܦ7ʶ)O֊L kF\n','',0,'?'),('ABw)0:;','wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"W!٫ ','G2|g]]sZG[ONuƈ/X','',0,'?'),('?','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-3.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\g(\"\Z<<','7K/u$k8r^MH=o[H','',0,'?'),('G\'b_.`Nn','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/ecs-theme.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EXWjpSr','-![pmEy=ȅ\\FΦf[\\ۅ','',0,'?'),('\r\" 1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vi5P\r\n(J',' n\\.d_v!]1@lE h!','',0,'?'),(' [ղ&G{!','wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-921.min.js',0,'yIγ\0:QR@','yIγ\0:QR@','\rw6˧&aO/:_fۉ{','',0,'?'),('~OgrvK:','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5pc-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(SW','v>ٯ.{HO m xh ','',0,'?'),('٦y&^A','wp-content/plugins/updraftplus/images/addons-images/noadverts.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+40*R','pK8A*{m C<^ %ǣ6D0Ո','',0,'?'),('lO +','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PŞj6X߈v','L._son&A6wO8\"k','',0,'?'),('3 w鱓','wp-content/plugins/wordpress-seo/js/dist/wp-richText-921.min.js',0,'*,j؇\n?ی','*,j؇\n?ی','&q/} }!Xd̉{~57,zk','',0,'?'),('~bRM','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_delete.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hF|Ưxdg_+','~qz4E=GIy#','',0,'?'),('\0m`!st\0P\0 ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kzs>靡','!]1!{D3^U6Ι*nh^','',0,'?'),(' ߲;0 ','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XٍHϛؑKE%',' _Ҁg<]Zq7bckP\nc','',0,'?'),('<|Ko','wp-content/plugins/woocommerce/includes/api/class-wc-rest-taxes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0k͚vz','u2-\n,\ZIqyQ ڙK[.wV','',0,'?'),('\n','wp-content/plugins/wpclef/assets/dist/img/button.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΆYKnľ6','8#G6ԺWCTBv&y','',0,'?'),('87>/NTZyv','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js',0,'ɿܔA3','ɿܔA3','un#9 £YΫ6`9,[ F','',0,'?'),('B#|5*޻I҇/','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!i}ط]','0OOEofmf{\0AS','',0,'?'),('I67Wfi0','wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Ёti\\1 u','T^&ӛH\Z,I`# \Z\"7(~rġ','',0,'?'),('S SSo','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php',0,'0#q','0#q',' K_i=C<ϭq:)J*C ','',0,'?'),('WRn\0}M','wp-content/plugins/child-theme-configurator/includes/forms/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lm7q\0i3׌','>IY6I ~ i!3\r`Ë','',0,'?'),(']d5TPt\\','wp-content/plugins/updraftplus/images/onedrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Mz8J$g˱','tnJ6tC\"—}JZY','',0,'?'),('^+w7b=;E{ ','wp-content/themes/twentysixteen/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;a`GԢމ','+P4 g.{^W/!u','',0,'?'),('eZx\"&!tr','wp-content/plugins/woocommerce/assets/js/frontend/single-product.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H60c\'\0.','29W+WqX?oFq`5{e@{','',0,'?'),('h0soPm)','wp-content/themes/twentysixteen/css/editor-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bz\n3taI','\01Z\008n5ݙN؀:URʸ','',0,'?'),('sF\"tOߓ;_*.','wp-content/plugins/wordfence/images/flags/dk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZDn~WMտM','D\n7,\".jSKF4+u#pU','',0,'?'),('uGP3*xOӍe','wp-content/plugins/updraftplus/includes/Google/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wc,&0;d','Ǟ]UGi\\4\Z \'Xi2d','',0,'?'),('{|VHDR±','wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','- N%N(j䝤A','Āopj6ΓC:5\'B#/C','',0,'?'),('|OPz^z7Hd','wp-content/themes/Divi/includes/builder/module/SliderItem.php',0,'\r%/E58;','\r%/E58;','e\0SVE=ޱHIt( SEP','',0,'?'),('~ )@QX^','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#+ ;y9\\y7','vܽo(Ao{Ziz','',0,'?'),('3T.^ƙ<','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lMvD*xph','pK<4l(A0Zts|n xi','',0,'?'),('fx0\\!mV','wp-content/plugins/child-theme-configurator/includes/forms/parent-child.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y9>','K(?Eq ڭBH12*\nQ$Q','',0,'?'),('ʴ Qn^','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Task/Interface.php',0,' \'>R<鷞',' \'>R<鷞','r@}U맹0պ','',0,'?'),('%eݍw|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"lѼ)&L{6gG',';f6)T\"','',0,'?'),('Ou(\Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-wp-pointer.min.js',0,'PG}X\"0)','PG}X\"0)','5!)`Pdw޹(! )','',0,'?'),('\rW\rĥ ','wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qded\ru\\xF','cv7iW\' OHc|\rXj\r(#%((%','',0,'?'),('#kٸEhu','',0,'?'),('^]s(z','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc/plugin.min.js',0,'YOJ}=ϧ','YOJ}=ϧ','}@`[1\"RLUqۖV','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','00qL D\0&','߸ 3k=4DS/ofji','',0,'?'),('Ϛn8a Z%#','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-new-order.php',0,'\Zj5 :s?3v`','\Zj5 :s?3v`','r-2iYo|F (.Q8','',0,'?'),('ߪ6e?u','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php',0,'_VWކk','_VWކk','%ts\\\\hs9Ԙb4}Q\'b','',0,'?'),('qŸ_>$\"','wp-content/plugins/wonderplugin-carousel/app/wonderplugin-carousel-creator.js',0,'\" KR}ߊ','\" KR}ߊ','o\Z@Ni[T%ؠ@g]','',0,'?'),('V}Ay|f','wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\0[1\'L','/hb{;@w}[FFyT \'','',0,'?'),('I.$U0]\'S_','wp-admin/includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n P\ZY%R(LO؆',' ` I]5Ӣvg43߮','',0,'?'),('yjcz ','wp-content/plugins/monarch/js/monarch-post-meta.js',0,'F#ˉw~Cj','F#ˉw~Cj','\\׸e.>FI.X3','',0,'?'),('>31','wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',!:\'Uz','XlZv0pgfI鴆','',0,'?'),('l&*&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|riUblw3','6%\"\\\\4N*F`Γ\rL*=','',0,'?'),('piQ^luJ','wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php',0,'u ٛT\' s','u ٛT\' s','9e|@Aɍ^*4z0%yw','',0,'?'),('}! -2','wp-content/plugins/updraftplus/languages/updraftplus-th.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȮV:ný','vh>*ۆn\ZqO>b','',0,'?'),('co,cs','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF16-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CR˿\n˛',' \"Q]}dRAwU55]zКQxAtV6','',0,'?'),('.7f[','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xE) *o^d?','/\"vo06Ȇ1{d\0qd\0Po','',0,'?'),(',yev]NM','wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G0ri5SA','8]@\':D|Cy-U~','',0,'?'),('$(g(P/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݚ*7\"GŪ',':vS(1T-ѐ3','',0,'?'),('v\"&`w\nyj','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js',0,'#)(jMnC 8X','#)(jMnC 8X','ٱWP}݀$#J1Чo:','',0,'?'),('kM?uX','wp-admin/css/ie-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y\0}v(5/R','7}\\:3ҹ\\ dAye8h@ܶ','',0,'?'),('r93]c','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(#5\\hQb\\','Sz\'{8\0wn\nۭK|г\'F]','',0,'?'),('5At߂m0iz','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ou','zF;\\۾y6a.Ѯz','',0,'?'),('f\\ i v ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zm=jiZOW','➁6 h6aT>2=oPuD','',0,'?'),('C\r=','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/send_message.php',0,'O/Yus\n ','O/Yus\n ','\\~})@`3_⸰@!','',0,'?'),('qXo 9F+_','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CǡhF.I`','1A\"kk%!D\\I,YJ','',0,'?'),(' qKUj','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~?.\nܯd*',';е=S@dc]rRּn <6','',0,'?'),('7WJތicmh','wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A~ O2S)',',jmHfq@ub (j','',0,'?'),('O­\n URb','wp-includes/Requests/Exception/HTTP/304.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';F4AIT','vC a\'F;z(eJL','',0,'?'),('Zv O\nV$f','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/typography.php',0,'Q\r!F','Q\r!F','\"03F7w8\\aPz6','',0,'?'),('ݽԦDUu','wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{.7+\0K','ʫf\nJT3 hY\\c1M8l5E6r\\','',0,'?'),('txע','wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4(|X B','>hŖuWOG1ޅVAĶTȭ','',0,'?'),(';\Zͥ','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0zoYרEP|','@f{3 I~/438','',0,'?'),('=+n6y!]1','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d iTܘ','uxd&Q*Bpt8(Vg[','',0,'?'),('H.*^G!u ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tQ*GThPȃ\"','A徢ClXPx@|5}|','',0,'?'),('KAVQʷ7','wp-content/plugins/instagram-feed/languages/instagram-feed-da_DK.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R$j-y!8`g','Fa|KNL6D@e?AwgKI-','',0,'?'),('MRlBFu','wp-includes/option.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\0ݱŅ:j','b}PuA4;Q','',0,'?'),('r\\jA$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' q\n6\Z p\Z<{','\\?uzB)3/w20gfZ#','',0,'?'),('t kbr}','wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9IjkJf','N(ߤw /&OpᝫH','',0,'?'),('~N~Om>','wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~G<(% ','΂GxA)p{։v\\o٪','',0,'?'),('^n[a','wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rKGj@','q\0+vh1epW^~am','',0,'?'),('7Ҏ)5?_\\ ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'$Cd\"}|k@','XA54Ե7,mҕJ`ݫ\Z','',0,'?'),('jmO8Poz3E','wp-content/plugins/limit-login-attempts/limit-login-attempts-sv_SE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KeX!,\'','ulj Ӹgܠ5;Xto<','',0,'?'),('_Q(JXѐPa','wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Egz]\0, qE','sMB5/qRrVYeC\'k','',0,'?'),('\"S έ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F 9U֊','XÐMCCD\rdJ&-*<4TU& x','',0,'?'),('4xyKt4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߫ؔ^U=','^xX zm?iɹp\0R*I3W','',0,'?'),('\\.1-:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HD\0NU(#ބ.','=.Yzxa=Hqps#;','',0,'?'),('F܀[<\ZAR','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-el.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s!5!^]\"8','7fwQoPuBLnGm7q)C6','',0,'?'),('ʆ\n>P7\"','wp-content/plugins/updraftplus/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dj\'uЕ','qsĺ,s\Z4nJzaM2+lVZpzB','',0,'?'),(' ;lU','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/init.datepicker.js',0,'\0^iحԲ,.','\0^iحԲ,.',' w7Ud\Zb__Hb<bJe\r','',0,'?'),('ΝH**.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Y\r\\.','6׏\Zq_N(G.K >ZS','',0,'?'),('?\nZd3','wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\\"ERcv','',0,'?'),('ei4','wp-content/plugins/limit-login-attempts/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˒ q\0C\nSZ','ne k?hí=LUsI\"Qr','',0,'?'),('dxeBݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3@S\n_',' !YMxmՒO','',0,'?'),('MZ\"9tih','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qe\nH;T\\;L','6*>lfGY؆\r~Js','',0,'?'),('N{*J+z^2','wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ Gc+9ty',':1\0/˕tgB1\ZB%ѳ`','',0,'?'),('< Upy{ ','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/help-tip.php',0,'8[ͣXh','8[ͣXh','M?\r|C=$ugq2+a߃1Gh','',0,'?'),('Ul1ȕDbmg','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$pi','9 xt\r2>۹\"NC礤n','',0,'?'),('\nfv81-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Kv&<\\ڏS5','w\'TOE[q:Sk! ˎ\\','',0,'?'),(' {y2Q','wp-content/plugins/instagram-feed/css/sb-instagram.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'H5gDrQ^C',')o[xdr^r\ZoT YoAjՑ>','',0,'?'),('ߠwө!','wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':2v xvf ','\\`\"x֖*L XmB>','',0,'?'),(')z\'`ؘ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90msp-RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_;)}(2','jJ0}3)DZ.\Z]>D','',0,'?'),('7#i/74ZB','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N gbe|@qGX@`uu','',0,'?'),('[xbҊ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@+FC!L\nI','(BDlGLo7S?0oB\nXE','',0,'?'),('`{CUVz/Z -','wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4#\n;\r\0 6@','J{\"XVzs&Xl\ryvqm}\0','',0,'?'),('i\"}7AƇĈ','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/dashicon.php',0,'A4߄zKJ{','A4߄zKJ{','\ZsޯRDEFnU#4+R͈С`','',0,'?'),('r 톙st8','wp-content/plugins/woocommerce/includes/api/class-wc-rest-report-top-sellers-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S$ҲD#*`{x','ߡ\0?Xf.CqTMq','',0,'?'),('(#D(4ڛf','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ʹoCc*Yq','jb(^54k6\0EDl\r#\\2','',0,'?'),('\\iɛdXK','wp-content/plugins/w3-total-cache/Util_Content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ir+','5JO\\XOut sfr+cAYu','',0,'?'),('CJ34;ܓA','wp-content/plugins/w3-total-cache/Generic_WidgetServices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')!+K!u<]','I\rTǰA5v얚՝&(f','',0,'?'),('ZQ4\\(܇','wp-admin/network/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H3p\'e[g','zF\n~oE^q\rIH','',0,'?'),('Xw~FP9J$','wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?y,Di9&,','h[X*?ѧ\Z{gהG@','',0,'?'),(',U׽x','wp-content/plugins/w3-total-cache/inc/mime/other.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۯuG','6$XjC6esP7\'Ww1C','',0,'?'),('*7b1q֒)','wp-content/plugins/woocommerce/assets/js/admin/users.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8XE|env}','UB\"\rX:e7W>ih/nW','',0,'?'),('ar,pҿX','wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aq`g\'}v\rʯ','xRCLQ>}e?h,]㷀\'\0ko','',0,'?'),('_ef','wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P7419','2ppki˭!S ,^e','',0,'?'),('yk6Td+ˎD','wp-content/plugins/wp-smushit/app/views/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','џU8G\">a','.yl*ŧ\"ToITxsŤc','',0,'?'),('[\",\"C','wp-content/plugins/bloom/core/components/api/email/GetResponse.php',0,'ЁP0yMI,','ЁP0yMI,','o~6@+-PRzB\Z','',0,'?'),('oLT+{','wp-content/themes/Divi-child/woocommerce/shortcodes/become-a-vendor.php',0,'(ju8ՈĶ','(ju8ՈĶ','D֯듩~lJC!Abz','',0,'?'),('4)|WOM','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pXnO!c9 ','-O wb} p6Z}5v>֧','',0,'?'),('Vى/[`{L\0','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/multi_schema_test_dir/20151122000000_CreatePrefixedTable.php',0,'=x-7v8z','=x-7v8z','9\"y) ,W[KF6ˣalӫ+W\n','',0,'?'),('a*P߃|w ','wp-content/plugins/child-theme-configurator/includes/classes/Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"o#soj\0vm','nƬڼ^_ C|E}|\rv','',0,'?'),('bhָ{-w(','wp-content/plugins/wordfence/images/flags/ky.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','늤>@|gH3','CiF%YRzdHbxNz7CHl','',0,'?'),('M=4xQ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-deactive-plugin.php',0,'Ed\r=Nٯa6!','Ed\r=Nٯa6!','\nB 0%(1uI[k[\r@','',0,'?'),('\Zl3Ȋ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5e>#4','\"0C#f@o׮iCK','ɠ&]wVx=RvwCM1Ve','',0,'?'),('jbh0rS','wp-content/plugins/wpclef/languages/clef-es_ES.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3| :Qnye8','^9*\"n<|WD3Y _ա&q5','',0,'?'),('o*X&bU','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uL}`&w D','X\"@ zKi\\v_:ux7\n-u','',0,'?'),('u88%[ X','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c8vJq!Y','T) tA\"Zcw]lZVy','',0,'?'),('x9Kv%','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-coupons-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\rs;\0QΑf!','^ K\"2k,iΕe\nD#h\"','',0,'?'),('SXbY6 B','wp-content/plugins/pdf-embedder/img/toolbarButton-pageUp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pz+g׉A','oz~9(&*bzc_!b\Z<','',0,'?'),(':⑫>P','wp-content/plugins/easy-coming-soon/css/style-option.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FJd70\"','\ZI\"Y&؊\nţe8','',0,'?'),('*xJu','wp-content/plugins/w3-total-cache/ConfigCompiler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ZJ;\\Rs','6oaF^VuҌ9vz&Ž\r<ϔwÿC','',0,'?'),('!⵳ xձБ','wp-content/themes/Divi/includes/builder/module/settings/migration/FilterOptions.php',0,'{&AI*\'','{&AI*\'','wPGhAzzSܯk','',0,'?'),('[:q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*x`WZ{YCjI','YT\rѽQkװ1T9l٨{','',0,'?'),('cq8/lCpm','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\'?=_\0<y','z :ԋ/p2(U({sw& j~f1T4','',0,'?'),('=:SDs4','wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S,hq^XkU','*Zٛ*uSl&C!','',0,'?'),('POf;/','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E^/\rBZ#%/a','\0+0ߨP;PO \'^p|NsN6d ','',0,'?'),('=kpY','wp-content/themes/Divi/includes/builder/api/DiviExtension.php',0,'],;\0','],;\0','~C۠|hAzIiX2/x\0D q b','',0,'?'),('|ϋÚ','wp-content/plugins/child-theme-configurator/js/ctcgrad.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( ޞ\Z\'\Z',' [\"RQN\";e޹S>','',0,'?'),('v\Z))`o','wp-content/plugins/wordfence/images/flags/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']eFB/$Iri',')^+{4Z/0RTT2\'','',0,'?'),('yHݺ81]','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin-protected-links.min.js',0,'YQ\':m8L*G','YQ\':m8L*G',' brq7 *K%NPV=\r','',0,'?'),('JFo$)$|','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xebh\\d,(','qV۷;`Tģ\'F<T','',0,'?'),('E.1|{?-_x9','wp-content/themes/Divi/core/components/api/email/_ProviderName.php',0,'8@0/F$','8@0/F$','-{:%.=YR8ŕ拞W<','',0,'?'),('þSd33品u','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS2-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l닮/L','L$@hsP}q\0j|sX\\1','',0,'?'),('L)\Z/7','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-new-order.php',0,'0sp`\ZB','0sp`\ZB','Ru3 ̈́_ZUbfi,*Yc6','',0,'?'),('s\rY0h[8 4~','wp-content/plugins/updraftplus/methods/googlecloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ժ\'hzx','lJ5ELgnjH\'f.C*|O','',0,'?'),('}Dx\">. qq ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\nz!w>3#]v;{)|','93Mk\Z\rM7>4& 0M','',0,'?'),('כC,@Di+ni','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/design.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L\\\0kʋmd','Hu5ojJkaS~{om!t','',0,'?'),('`t!G}','wp-content/plugins/child-theme-configurator/includes/forms/addl_panels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƅ-%k','b!p|1>3@NxNɪ)f','',0,'?'),('\\ Iѻ,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\'hX}H','g2QƶZ6*TTТ_S8','',0,'?'),('R2yU\rdK#','wp-content/plugins/easy-coming-soon/theme_options/pages/pricing_settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSe1B1{','32\"Gsu-# #J ','',0,'?'),('D/9\Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/number.php',0,'`0p{V9/','`0p{V9/','RDRjĐEbMh]F6ewfS','',0,'?'),('<5u*+R=_+','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0Zކ\Z','d*4s$5~`:&n4a','',0,'?'),('~A=_WyX(','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-shipping-classes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Q3&:6','\r9creF2LfOo2T','',0,'?'),('pwÃ1D 5','wp-content/plugins/updraftplus/images/other-plugins/keyy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2Wl0Tʜ',':8ȎHr#\"Qg>DHbAp','',0,'?'),('/&2ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:\0S\rAHj\\','͎]q*$d6muX','A_&-(+h;sĕOcrh9]','',0,'?'),('?0|5uơ','wp-admin/custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Y7`\ZN','NƗ ԅXSiMcWXu','',0,'?'),('>ދC;$Oa','wp-content/plugins/w3-total-cache/inc/widget/latest_news.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h4!>8\n$','.[\n?duYayejIGŹ','',0,'?'),(';Ԍ\ZS֊ma','wp-content/plugins/wp-smushit/app/assets/fonts/image.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8 $2','é[EqhW$R+?@yn','',0,'?'),('XVxr','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>aP\"k}','.Ng=~P\\ ASMdJS9,6ė','',0,'?'),('qhn Jj','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&1lc{\r#\\','ҡcXgZ.ѵXwy}`8$R','',0,'?'),('\r uzW~N','wp-content/themes/Divi/includes/builder/module/ContactFormItem.php',0,'\Z!i1q','\Z!i1q',')+S0,Rɽb[s\ZPbMC','',0,'?'),('< f%nO','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Tj\Z*Ȑ֌K\"','~ȕVmRDD9PRO@ ','',0,'?'),('ÏuL,&Ǒ\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pSr)nK:\nE','0.V)I S~x{+#͓','',0,'?'),('{Xh\0 U/','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/coupons/abstract.module.yith-vendor-coupons.php',0,'2cݛK^i0','2cݛK^i0','=OpHP]Y8vTU}ejN','',0,'?'),('ҩ]|y=x','wp-content/plugins/updraftplus/js/updraft-admin-restore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']R5B>p','/Rn˚mjT(\\h3-QHcE','',0,'?'),('Jn;MS6O\ZFr','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o s}\0R','Q\Z\"Yuk^QQYky1C','',0,'?'),('#>ֳ̭{*','wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dWKSe8}','T6$YmG6mEy8t~;\'','',0,'?'),('ѷ;ĵ8O','wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-921.min.js',0,'IP8L9z','IP8L9z','򉉗 yF9_ 0|DtU*','',0,'?'),('hu-[8Li','wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*t]J : ','\"䉡?0yge}VN`6ڱL]','',0,'?'),('$<@Řac\"','wp-includes/js/swfupload/plugins/swfupload.swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̵qV7T\\s','VXQ3L!h\"i#:@','',0,'?'),('nW7\';/&I&X','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/settings-wcmv-shipping.php',0,'SL8^t:','SL8^t:','c[P(404\rcI p\\ L','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking/plugin.min.js',0,'D7y$^LTsKZ','D7y$^LTsKZ','B5w@L\\~}˅:P','',0,'?'),('#$PTL zl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms0_ɵp','G2oB3]Ty\\!z߇q8]','',0,'?'),('3o))\rrn*bՕ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/shipping.js',0,'d~5C8\'F\Z','d~5C8\'F\Z','zbr}9+7;{','\0 )=@nr\0d!Bt_\',er','',0,'?'),('a@o\'kb','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!NS XdcQ','|\02+Audm5lj','',0,'?'),('c?`BQ,g','wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E(`.\0ae^Cl','㼷]4A^4PDE8qy |g','',0,'?'),('cӭRXba1lT','wp-content/themes/Divi/includes/builder/scripts/ext/widgets.js',0,'nqzv#֟r','nqzv#֟r','e\Zv9yuAu2|=Aʂ','',0,'?'),('iy91a*s3','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tVLmm8b-{e','W|FUhy Tm\r','',0,'?'),('xs $9t(d','wp-content/plugins/wp-smushit/_src/js/modules/bulk-smush.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','،)c7=}&','\'P&+YUH#2eڗUޅ\nr43M','',0,'?'),('zjV>G','wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-wp-compatibility.php',0,'v!]+;bqcH','v!]+;bqcH','RT# R\nJΜ\0*pL>j-','',0,'?'),('^[Xi ','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_T/q\n̲V9#','\'<\\5\r>7L̬V ]lV4','',0,'?'),(':X@\0{*֯','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/$ot3','8Px_~hM.-)oa(-','',0,'?'),(')ȎJ6kH','wp-content/plugins/bloom/core/components/api/email/CampaignMonitor.php',0,'y9,3sڔE','y9,3sڔE','Oc4$yAq*4*j&чR t','',0,'?'),('-r.ڢ','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/protected-links.php',0,'3k@[]4PXW0n','3k@[]4PXW0n','}K}^U\rBWFÚ@','',0,'?'),('.RF4 jyn','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Xw1dIXOȷv','q*lmKңk\"MQ?pa؂4','',0,'?'),('8\\qU.w','wp-content/plugins/woocommerce/templates/single-product/review.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mp E\rK= ','nO21ҵ\n;x8X ','',0,'?'),('k{&x\n','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 T(0W8','d oΣi\\ܺpvj5(PGu}','',0,'?'),('C?-I(<$','wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i5\\|','aFzoT*g󩿞 Ĭ֐5a','',0,'?'),('K*љ&a~','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'+h',':C5H=td,{glX_,nߏ','',0,'?'),('zq\"a$Ljd#i','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/typography.php',0,'Q\r!F','Q\r!F','\"03F7w8\\aPz6','',0,'?'),('|[f','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϬmMtѼJ','f.%*ƚ WnCsSi','',0,'?'),('$o1T2]l','wp-content/plugins/wordfence/lib/dashboard/widget_countries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ Y@ǁdż','7d Fv-FnV{eEŠ','',0,'?'),('Y\'}+@Pqo','wp-content/plugins/child-theme-configurator/js/chldthmcfg.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j!|4','gq0l*Vv\r_;\'~','',0,'?'),('/߼WL0tJ','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-attributes-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eMZ,','/1&Hd7 &\rt','',0,'?'),('A0ff` Kǁ}','wp-content/plugins/wordfence/lib/wfDirectoryIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','켘~d[!LA/9','q\\}U2@ nLJ+H׸xi','',0,'?'),('cݪ C~. ','wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6a5\"EL*:','ڏq(T\"T/¯','',0,'?'),('VFN ؀#{','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php',0,'N\Zg>B','N\Zg>B',' Яދ/i#2_&C@ܩ','',0,'?'),('˴ н2','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php',0,'U͚L\rD B','U͚L\rD B','P\n Nѵh\\UI7\\\\bX3','',0,'?'),('sYX 㞗','wp-content/plugins/wordfence/css/phpinfo.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<`,7Ju\0','!aEcWE󘩡xV.z*','',0,'?'),('\"i\nP','wp-content/plugins/limit-login-attempts/screenshot-3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˆT2W|','=b`H?)ѝKKJGdpX','',0,'?'),('\0%3[$x\0.(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3*O2/3I2','~T@\\vUI5X3%','',0,'?'),(' Em[l<','wp-includes/js/tinymce/plugins/image/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ϙ\"񝬘','B#TCp[;Gf&59|\"\'i','',0,'?'),(' ٸTJJD(FE','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend-checkout.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Ze','|@< >{qxa3\r=x>X6$\nt','',0,'?'),('\Z/܄Vjg','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']}H+*O$ \rW.','*0ײI;K PlgS=ɂ','',0,'?'),('&lÔ{Q','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/slider.php',0,':SF(^L',':SF(^L','LvC8cfԓLoxn<\\}&7Z','',0,'?'),('+ч>W\nK\Z/;','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK2K-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hڒ 8)cK7`ckF','{Y<贎N㴫} ^7wt,Ȧ','',0,'?'),('-(&$\"','wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L|:^)yT','̗%AXvTSU*\\\',w!V','',0,'?'),('1Fa$31M','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-manager-premium.php',0,'RNa\ngףּPӴ','RNa\ngףּPӴ','eX̷4*[s.+WD8I\\IZ^\\','',0,'?'),('>dU>IDf','wp-content/plugins/divi-builder/includes/builder/layouts.php',0,'\"S|{k(','\"S|{k(','k74yVMhXm$7','',0,'?'),('ID}>^\rc=A','wp-content/plugins/easy-coming-soon/theme_options/pages/images/logo_dark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y8qHiJQEʂ','nfŠ:oXMoU^tضiGEc|','',0,'?'),('MAF\Z%;?!','wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.l','',0,'?'),('o4MΞǖ؟','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select-mailchimp.php',0,'\"-˫cc>ֽ','\"-˫cc>ֽ','~HNTJzXښBکSS+ye=G','',0,'?'),('{*؛m','wp-content/plugins/woocommerce/includes/api/legacy/v1/interface-wc-api-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͱ/P',',\rE;Y\'Fwqv4E ;vd','',0,'?'),(';B%f\"Ƈ','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/FraudCheck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$C\niW+n','jTS%^}\0v)-$Enho|ߵ{Tj}.','',0,'?'),('Q4_','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/wpforms.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jn#xOy ZY','@ tgeM1~*ln\0#o75]','',0,'?'),('5ZoҮ<','wp-content/plugins/wordfence/css/fullLog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+Wjw˄}','0wLQ֮r7$%͆&uV','',0,'?'),('NSKW M\"OG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{m1mf','cW(<%kheW Cl','',0,'?'),('Mdߠ(2','wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h=WX','aDbRR6[Yά(\ZlgԂ\r ','',0,'?'),('<,]L%eV','wp-content/plugins/wpclef/assets/dist/img/waltz.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','910`܀ht>\r','8E:YfG,[X5\"R0c_','',0,'?'),('1PJ` ','wp-content/plugins/wordpress-seo/admin/links/class-link-storage.php',0,'KO8b!!ڣ','KO8b!!ڣ','_{^0Z\rRsU&Aۚ0xN|\'','',0,'?'),('{]\\ֵ d','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gu\"qJP&@u8lo','36z\\ I-@g]B0|{','',0,'?'),('}܃C!','wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b x\rC񯷩','5jQ\\\']gUk2t;#\'u|n','',0,'?'),('\nR#Cv9i','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php',0,'U9\rm{P[k\Z|K','U9\rm{P[k\Z|K',' syW5 2#ي\\$y;}q\r','',0,'?'),('Ο\Z֕º@87Q','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF16-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cƘ+ec',' qg38.,^FZQc','',0,'?'),('-<4P㋍','wp-content/plugins/wordpress-seo/inc/structured-data-blocks/class-how-to-block.php',0,'M`z=i8o^','M`z=i8o^','dF[rrC!D]vϏ#qX ','',0,'?'),('ǂeŲZ','wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l0c̒I',' \"ϊ5qEA\Zz[EKhz1','',0,'?'),('9?7V30Ư','wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js',0,'Ul','Ul','ՁEe*39v/($H','',0,'?'),('=x-f_','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-et.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\nIl\nYݓ',')FO{v]\0(lܬ1CEzڸO','',0,'?'),('\nfQ8Wm= R','wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php',0,'#~\n–:y8','#~\n–:y8','UZֶIvgfTS^}\0q','',0,'?'),('sR A ؀','wp-content/plugins/pdf-embedder/js/all-pdfemb-basic-4.6.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5}\'C+W','bQ\\Pz>oeƎ4qOC','',0,'?'),('PhP ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js',0,'J\Z\0} z&n','J\Z\0} z&n','L;ȿ\\GBpF~\":*Jv&^','',0,'?'),('$@yѡ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.D\Zf1?Ӿ','wLRPg\\ҥ=;hRF]w/߃','',0,'?'),(' \ZJ͙ǧRj','wp-content/plugins/updraftplus/includes/jquery.blockUI.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\" \Z=L','i)M |JoCf.P$ Elg`l(','',0,'?'),(')i2/\"6+','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P˯\rN7',')j\r<\0pۈkX+0@G','',0,'?'),('\"RŜ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ѳ#d%[','n10<;\nIp~f⠸z','',0,'?'),('\Z\r)\ZO','wp-content/plugins/w3-total-cache/DbCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(V\n+*} +r','',0,'?'),('H\r*X~MWr[','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&QT@Vy','\"bΎtOq84 D','',0,'?'),('HZ(_WB','wp-content/plugins/wp-smushit/core/class-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&%\n:','I?4 ۃъln š','',0,'?'),('S(f흃b=','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9tKBžӉ','unI}$~z\ZJ*6G:)dqx','',0,'?'),('YNj4vB!','wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?am/6','ZJ3\Z1!$ѫ[o\n/(','',0,'?'),('\\A2DQ|>\"L','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php',0,'YEB#jw(k','YEB#jw(k','9a f^r3YMBBI) 2]i','',0,'?'),('i%FAj]m','wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-3.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h]nO\Z!2y','ގ oAßYB>eR-$S','',0,'?'),('mڍ*Hj','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mKͧU\Zz̿','N8<}qvD:e^9t#;','',0,'?'),('v%S[̪Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䇞v\\TF+^hb-3c%8\r','',0,'?'),('O]&jO}@','wp-content/plugins/woocommerce/assets/images/paypal.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nʀ$h7]o','fg)v 8[{w','',0,'?'),('^4K5}>\'Z','wp-content/plugins/woocommerce/includes/class-wc-template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' hBZ=`ڟ','$fdoe6*o+$}r','',0,'?'),('!}{','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-9.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?4h/D','G_CxN0:^] Rm','',0,'?'),('ג$FzAa}','wp-content/plugins/wonderplugin-carousel/wonderplugincarousel.php',0,'c{GM %','c{GM %','xX2fxCD.ی5T&W','',0,'?'),('YKܓF','wp-content/plugins/wpclef/assets/src/img/gradient_icon_32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','orvvU','˩c|Ou`VBG;|cTqߘaX','',0,'?'),(']F$qy','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s̅)[(d{','a!k8X/y$CP-[SyS','',0,'?'),('58Ryx*','wp-content/themes/twentysixteen/js/html5.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^鐐{1P\'`K','Ry1Nhu¿I}؞)i','',0,'?'),('>Xzb.','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LH`\r^^','3xKcX<qɓ\ZMSWP44E','',0,'?'),('X\"-{$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"W*ׁqY4^',':+\0&:q`|C7\rEX','',0,'?'),('2MxFЙX','wp-content/plugins/updraftplus/languages/updraftplus-eu.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g6uڮ?Rb=','͌\0?-#\0jؒh6Z ob','',0,'?'),('i?:\"','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/upload.php',0,'{gC5o֍Ti','{gC5o֍Ti','7/W\n#4g֞\0[h&Tp@+lwO','',0,'?'),('Iqq)E%pl','wp-content/themes/Divi/core/functions.php',0,'Ké8\0','Ké8\0','cM?dWr1dWD3:$az\0+N','',0,'?'),('UdMS$l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ř\"┳4JOC(','bk_Si+Pfx`A-}','',0,'?'),('r|81=','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}ؙ+oߦ&','\\!eZ”d+2\"ju`M\n','',0,'?'),('\"8\0P \nu›U\0','wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DR&Qiޡ','wp-content/plugins/updraftplus/images/addons-images/wp-cli.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n6g@!]','T6yZ˫e4@P[\nLM','',0,'?'),('@7@ղPр5','wp-content/plugins/instagram-feed/img/sbi-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5]EI!ՙ','gM5+!di#\0ײ&,Y&','',0,'?'),('G)ǂ!*','wp-content/plugins/wpclef/tests/login/test_disabled_passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','κv)LB`','Za)xX_.4*/_ 󤚛','',0,'?'),('L^0r0jbr','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/text.php',0,'}K ','}K ','j;& /=J','',0,'?'),('ZWtpNh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%$~;S~\"M','ӛ+pChԌV0 ډv|b}^T','',0,'?'),('\\ M*_YYRp|','wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php',0,']tI)AB',']tI)AB','xnmM`aUqn\'& /','',0,'?'),('d2[*^Mtlc','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ez{8;j\Za','\\F#am\rX|tARW','',0,'?'),('nr@:};~sw','wp-content/themes/Divi/core/components/api/email/Providers.php',0,'yO0Y-n.c','yO0Y-n.c','^vƣwc+ڇDdZ=شAp','',0,'?'),('r8/wт`Z','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-admin-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\'KQ˩O8^4',';%? lR 51KZ\'~','',0,'?'),('}%Jgz','wp-content/themes/twentyfifteen/archive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k\"xE7@s}l','58!; \'9Os&A3XL4oP','',0,'?'),('Vl*N =@ӽ','wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5BՈ(u{','1 u3$t%+=iK#M`J ','',0,'?'),('Z Og\nWW2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']g,JDT\0\'','E_VM6y&RR =$㖷6','',0,'?'),('_OL}','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdla-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^vߕ','%ZMl4!r:B@ pv','3SJ*oiU˗-u ! ','',0,'?'),('i94+蝙䋂','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rҳ','d~fWT}+F_\"Z+f<)','',0,'?'),('ĵ gZ<ӿ','wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl\ri4?4 ','\\5 AL5,{|\n','',0,'?'),(' >2ÓLA','wp-content/plugins/w3-total-cache/lib/Google/Model.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' h1p]\Z4','P.Dg#yH fȬLJu','',0,'?'),('f{dm!o','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/commissions-options-premium.php',0,'>9eTr','>9eTr','軞u^&|:Yw\' nc*','',0,'?'),('\nG>YO.)YQ','wp-content/themes/Divi/includes/builder/module/settings/migration/ShopModuleSlugs.php',0,'k8b\'z|','k8b\'z|','0k&4e|g\n=L-3t','',0,'?'),('Ө::ǞFA','wp-content/plugins/wordfence/images/flags/lb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H(W8JW','xbl*-Le|CA0D','',0,'?'),('|o\n<','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_animation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M=SdRs} ,','[C(ӶݮҘӛߐsϖo66\'','',0,'?'),('!^Q9vgu','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*Nۭ[7v@ 2','!^JUM-~.]=&;O?6<','',0,'?'),('.BTL2tN\'[','wp-content/plugins/bloom/dashboard/js/bloom-dashboard.bundle.min.js',0,'цMFDL9','цMFDL9',' _a-\n/; :˴wHjOR','',0,'?'),('6S27&);','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-common.php',0,'G)ТXR','G)ТXR','1Bw?4J雊 &$6l ̝','',0,'?'),('7ThSm{\r]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hPmpC3V','֎Mg錷 3ccɂdw!ͧ','',0,'?'),(';!әAOZ','wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fmSdGDH]_','Wp$9>Jوy}נnx\'','',0,'?'),('J95]I5\nR','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php',0,'lj:9+xqof','lj:9+xqof','\0gwo3 U<74*UK+','',0,'?'),('Os)=','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-panel.php',0,'m8_]v؂0\Z','m8_]v؂0\Z','\Zd]o\'\n.>}շI_gZpk& ','',0,'?'),('ad-$WT','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX02132004-UTF32-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\Z N;5pn]k','(=ҁm\rQZl3d`','',0,'?'),('bSdfݷ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-it_IT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4LxB/ZLO','\"l`!; i` D=ZA','',0,'?'),('y}&iZL5֘\0(','wp-content/plugins/updraftplus/images/icons/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\nS*qEGa','(,6a[|gӠ^voA\Z-','',0,'?'),('— _?q&','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zeڇ.e~',']/)DB*x~+!f','',0,'?'),('jX_m.wq','wp-content/themes/Divi/includes/builder/module/VideoSlider.php',0,'c^ӭJ\0Jh','c^ӭJ\0Jh','N4Zn:>}\\p$pʲBZ','',0,'?'),('$I ƒ8V','wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~!}q1m ',' +~N,&^l(^;[p\'>','',0,'?'),('7Kv\',u[<','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel.js',0,'_oA9$乨 \'','_oA9$乨 \'','(! p՞RJ\"=g#Mxi','',0,'?'),('\\Sa','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-NTL@','43hb!\'@U`oZ}Lɓgn','',0,'?'),('cɚJ`t','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-wp-pointer.js',0,'*lvʽ,owPl','*lvʽ,owPl','٥KuKG/ALvG ՁUe','',0,'?'),('sIqF','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Id aQvS','y(n.,W?~,shW1Fg','',0,'?'),('=V;N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ\ru`*Ln$','n2HqA6pz=_\n7 +1?B','',0,'?'),('\0IB','wp-content/plugins/woocommerce/includes/class-wc-auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M:ו=b*f*','M:|i\"M4#myzK','',0,'?'),('.$2t','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js',0,'3=Dmbκ','3=Dmbκ','sy#4 qvIVd? ;JH-','ZH9+dvW,1FK','',0,'?'),('#u&1zc','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hy.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"~Ns屧߲e','m}*<]/s','',0,'?'),('/?\rhg;E&T','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~S5>,oV.ϡle','.ѩ\"rF;VڞD','',0,'?'),('^9.~ =Pđ','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Interface.php',0,'d#~MARD','d#~MARD','T Fi\nE.Ovt','',0,'?'),('ьp#o\04\0','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sr3%2\Z%','rU *sp\n$(bGPd','',0,'?'),('D!]r^','wp-content/plugins/wpclef/assets/src/sass/_tutorial.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qjӛD','m*.Ng#LrTGtf{s','',0,'?'),('Κ,Qagl\Z','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\"ZCLjA;\ZyX_(Z ','',0,'?'),('tj-RO','wp-content/themes/twentyseventeen/assets/images/svg-icons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s[fx_cn_ȥx','<1P\r!|F aZALV0>','',0,'?'),('Q~jJ€D','wp-content/plugins/wordfence/images/flags/io.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rҲWWr','L|^&RPUD^D,{\"aL','',0,'?'),('s㧽7hQ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iS Nn^d','̉{iغ^XqIæ`fb','',0,'?'),(', }=U58','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-RKSJ-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o_ >','uV{w1fXRx;`lM\\','',0,'?'),('5ڜ2l2{','wp-admin/js/widgets/media-video-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tBpDL!8Or','c#N5{uLRTXH7[J̪','',0,'?'),('9fl, X','wp-content/plugins/easy-coming-soon/screenshot-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\'Jwz|j','zkԯR3ȯ&6S6x\'Vn','',0,'?'),(':t1Χ%Neb','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VO','.%+r= CN#ll\"','',0,'?'),(';@7|;X','wp-content/plugins/limit-login-attempts/limit-login-attempts-fa_IR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+9; 9BBS','4G iiI) l]ήR޿~K\0{','',0,'?'),('GQ#0,GI_','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-woocommerce-compatibility.php',0,'AHh\0ǫ','AHh\0ǫ','䕬fK+HI.єH','',0,'?'),('T% |Ow#e?','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M$gKM%oۑw',' \" C*hH,G-)tITy<','',0,'?'),('T(Tved$f','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\0!','j f\'gH\"Ex2b~F\\e4','',0,'?'),('`,','DfE(bkB\r&M&FPi','',0,'?'),('pj19_','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink/plugin.min.js',0,'oTT̃V','oTT̃V','\\=bL\0)T#p{H޵͠i','',0,'?'),('r~K/s0D','wp-content/themes/Divi/core/components/post/Taxonomy.php',0,'\"<SW61\"6','\"<SW61\"6','Kh#\riiR7gUW\0=<','',0,'?'),('˥̰MVЗ eA','wp-admin/js/widgets/media-video-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ns(1A7:F\n','fz#T)$\ZB&&S5\rBdn','',0,'?'),('w]D媭`fo','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/table/plugin.min.js',0,'G1VqEn?\'=','G1VqEn?\'=','6\0EZOs&aG','',0,'?'),('ɵn<#, U','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WkkGM','`QH=rwH 1-MxJU','',0,'?'),('$};/ꃲ{1','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>{O<܅b1','o8%d=D-ojSYJK$7','',0,'?'),('스> j1^','wp-content/plugins/wordfence/images/flags/fi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Kqi+','_7\ZLQy|־]B)ȹ*','',0,'?'),('\'\\BU&','wp-content/plugins/woocommerce/includes/class-wc-legacy-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']7cR2HF ','+3+s؇ 6v #}K@7+E','',0,'?'),('3\" (za48','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o UʓUU_','\'eM a[R#q2kz+*<7\0j','',0,'?'),('5MFĥ/o','wp-content/themes/Divi/includes/builder/module/FilterablePortfolio.php',0,'{$!#>g6','{$!#>g6','h;t,e$ up!=Y~d:{E','',0,'?'),('zO|b2+&S','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yDyF?K>\n0','6qW{zXb$͒z\\H@ ','',0,'?'),('~QԁŴFp','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')+)*lp','ȅHJ1&)r,!\Zݒe0','',0,'?'),('U sSR+4','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K#4k]','7oKڔs Fj^1uK)Ƃo','',0,'?'),('$㦰<;|q','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϣ`a#SGdA','#uߡ5^pc2\\Eh\\','',0,'?'),('%+:wP\"y h','wp-content/plugins/wordpress-seo/admin/views/form/select.php',0,'- \rjʊgfz','- \rjʊgfz','Pٛ8\\ܤ*Jaݕ~','',0,'?'),('&K&ڄXg','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dwU@71 ,5','}~n*k( {CM3\0$','',0,'?'),(')m\"IG4H*','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٌ-B+8t','B5UCˡފWҢ\r\nc$\"$7(','',0,'?'),(')t*b<[','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƕ-p%\nrk','\'ݺ0pa3!(u}LV۽','',0,'?'),('3yuE1wĎ','wp-content/plugins/wordfence/images/flags/bm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','| 9eX','e\06M*`u0|p,mn>{]','',0,'?'),('7~;wM?g!;1','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/templates/panel/activation/activation-panel.php',0,'&qxe8','&qxe8','h(1\Z8h!a9۠[E','',0,'?'),(';ByŮO\n!R3','wp-content/plugins/wp-smushit/app/assets/images/graphic-hb-minify-summary@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[h+Qm&hp\"3','߼iKl4҅;|@tݸ޵','',0,'?'),('=d NL;v=&)','wp-content/plugins/bloom/core/admin/js/page-resource-fallback.min.js',0,'9ըtrp','9ըtrp','͕LGI9Xwa?T<1i','',0,'?'),('E>\0:%)C<','wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VⰊ8\\mд','D\"%b\' /eB0sֲBB\n푗K','',0,'?'),('kHm1`0ѹ_','wp-content/plugins/wordfence/lib/wordfenceConstants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w})\'?^?','vUJ##@\0QK\'32~e','',0,'?'),('zݿ&X❙6s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','beP1DM c','ҧNE1$yβ\0bӠ|','',0,'?'),('jӴ4x}.m','wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oo 5\ZA /','?fw>Cg(Β2n|\0','',0,'?'),(' \Z,ڀF','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bnR1M','٢\\zGVy?2#DS*','',0,'?'),('嗚ݍ.u3','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-HW-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','҉.eC[3N*','\rw\re¿Kِ88\0FɤTӯ','',0,'?'),('!yF]','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E2wXz','kl','',0,'?'),('[ i1Dd I','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js',0,'tgޔ4&\"','tgޔ4&\"',' \0η@\0uvJ*:틐3-\\x','',0,'?'),('ٵ\nhJxdvԃ]','wp-content/plugins/wordfence/lib/wf503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','°4l@%GT','Q Y+|, \'式E','',0,'?'),('!c','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping-table.php',0,'O\"̻2ɵ3 \n','O\"̻2ɵ3 \n','u6uB\"KK\\9@bgXU{lJ','',0,'?'),('L(*I','wp-content/plugins/w3-total-cache/inc/mime/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('5[, j(ƪ','wp-includes/js/mediaelement/controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$\"Ӭ?Ȥ','%pA9Xc<_:l#(','',0,'?'),('NCW','wp-content/plugins/wordfence/images/flags/ap.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^d\rٍ_P','ߢ@R/d8H,!7Љ','',0,'?'),('gV7Qtry','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VfUP#gle0','R@vA3IyKڪ㑻y1','',0,'?'),('$TX@#A','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.|3Ƌ]q$','*>w|_\"R+A< HVT','',0,'?'),('NOT)EH','wp-content/plugins/contact-form-7/languages/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT&\Zo^GԨ}','MO(\rOv[/FBA>tCw','',0,'?'),('2zs4xEB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+6Q g4','REn\r^,=c}ğ&T`ntMO5B','',0,'?'),('lM< ','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_v56|','+?Y(4 B܁b\"*GD','',0,'?'),('Ĭ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-gradients.php',0,'Sa\"༫I{\\','Sa\"༫I{\\','K\00~I򇆴 ^Nn7','',0,'?'),('yn6Kz9G','wp-content/plugins/wordfence/images/flags/ao.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Am$٧wh ','޸>2P;\\-&ˑ\Z!?;','',0,'?'),('+>h )','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')o<Yb\\f','ε?4JcIX̉{̩AȔOy','',0,'?'),('Obc\" |J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cVM<\"!.','6wB@4#՘','',0,'?'),(' lt~[6#%%','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-endpoint-validator.php',0,'*5\'qR^vle[','*5\'qR^vle[','b܃#}kq);㶡Ee\"İ','',0,'?'),('ME[S7czƛ','wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+1W)O|','_p~{GlzD9:7Ce-','',0,'?'),('MPsX!P','wp-content/themes/Divi/includes/builder/plugin-compat/table-of-contents-plus.php',0,'0^4qU9-Ea','0^4qU9-Ea','T4MBRI-\ZXH^|}','',0,'?'),('_\r){Mx5','wp-content/plugins/wpclef/templates/admin/form.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hu]ea\n3','P/QPbq<\nS dt8i.h','',0,'?'),('d -PjA','wp-content/plugins/pdf-embedder/css/pdfemb-embed-pdf.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʑ 6] b4Ɠx',')M#?R 9ڄo^V!cW','',0,'?'),('jUUX\Z/J/','wp-admin/includes/class-core-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2##+KTڞ','߻T@=2U?m!\\+iq','',0,'?'),('~@boMVvߞ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/class.yith-wcmv-addons.php',0,'< K ds~','< K ds~','Cc1SFm͐Stu','wp-content/themes/twentyfifteen/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{I<<$~','\\\r/BM^UЮ^ʋ\n,$','',0,'?'),('.B|xӳE','wp-admin/css/press-this-editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FMHv7\ryd','$`MHn#m皧aܨ-,~','',0,'?'),('f+Z','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ّ[.vZd$','Ėk̤8L杊iڻV\'t','',0,'?'),('É_Z<𲣼.','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')&D ǥZ[','k?\0tu5` <[S㶪Hjs<','',0,'?'),('Õ?gJ|n\'','wp-content/plugins/wordpress-seo/inc/indexables/validators/class-link-validator.php',0,'xE:S','xE:S',' ^R.+ Q#-^8','',0,'?'),('ï;ksKʞJ','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php',0,'\\VwƢC(Yc','\\VwƢC(Yc','RweQyTi]=?-f','',0,'?'),('ðJ:KqS7Iv','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ge_d٬\n','ZGgE\" ?3L/','',0,'?'),('þ1\r6}','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'!,@m!W+','OE\" p I`#b}A-sasXp','',0,'?'),('d5h36','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JQ([X','v[Iy%mcoUcw+V{','',0,'?'),('/*%,gcR','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','85Yb{f[W',':7Cւa@ش٥3X&{rbp','',0,'?'),('\0mU#','wp-content/plugins/wordfence/images/flags/tk.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X~ kdi\\ ','CS\ZB/vW\\b~:7fq','',0,'?'),('tnRؔ%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BOe#l@:P+\"v','ɳC ?=&UyZ31!','^sP\0M0C>','?$M$θht`i Y\'u6,ʀӢ','',0,'?'),('uXݼ#-','wp-includes/class-wp-http-ixr-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','? oaZ;l','53S2gKK\'BVHco%','',0,'?'),('-`;vO','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1+tF_^@@',',\'/_汝\'2,?%\'V','',0,'?'),('đBFP*','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBKp-EUC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jgK\\\n5W','TŨ׌%!;Rl _))@x','',0,'?'),('OqB\r','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-2.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/NT:20О','3%\ZȎ>R8/|Ce_w\rhP;!','',0,'?'),('*n;ALXI@g','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js',0,'-Nu֫ۜl','-Nu֫ۜl','s]\n @WvQ#WP⹭','',0,'?'),('\0UI_O;Bl','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*.ͪ=RvV','p@=]1Jt̳gXGD','',0,'?'),('tavXN ','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/ColumnDefinition.php',0,'/=W GJX','/=W GJX','yŗ\\\'zSȩ y\ny/NO','',0,'?'),('\n-c@h','wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŤFu1','r%^4g\Zs<6KDS^','',0,'?'),('66Yp @<\0)','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-shipping.php',0,'\0\n!ĂBI','\0\n!ĂBI','CCD(a:.e?&+>&WN','',0,'?'),('6kciO M','wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-X\ZXOl1','6l)t?a\r@ͿrL8+n','',0,'?'),('] mIW%','wp-content/plugins/handheld/main_themes/HandHeld/includes/entry.php',0,'\rO<0v5','\rO<0v5','!%\Z\'WW4㾗kѧgYP','',0,'?'),(' uFPjkq=k','wp-content/plugins/updraftplus/includes/Google/Config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l!W8աRM]','m#:hWw45:C+*N:','',0,'?'),('>E~\0擾W','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#@~;#hZ&QI','4<`8&8paljf$','',0,'?'),('@P%({5ݞk','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ky.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O6\r_}','%ZxX@з(\'B8\" |E:','',0,'?'),('J9ln}ȳQ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/init.php',0,'&Q!a8Bwm)ƈ','&Q!a8Bwm)ƈ','$S(`C^lbsa]›0iA','',0,'?'),('L9ԔLMU)M','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d߷^ ixX','6@\0`$mvtfUv!','',0,'?'),('XW\r[@ff\"','wp-content/plugins/google-analytics-for-wordpress/includes/frontend/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('fV&-d','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9Y:un%','.;2l@@oueQ','',0,'?'),('f獍\r\\','wp-content/themes/Divi/epanel/core_functions.php',0,'k:d\0lC','k:d\0lC','n&qr%{+[馣8\'H7r\0','',0,'?'),('j2#I','wp-content/plugins/updraftplus/css/updraftplus-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mQ)*q-#`X:a','%g`\'S%0mϘ0>@>h%a','',0,'?'),('qUd-E7;','wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vX[92H','K\nmRF\0/G]6gWQC~','',0,'?'),('zknQm|Ǹtk','wp-content/plugins/wordfence/images/flags/de.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nNbK','\nU\\C4%pV|{\\.r̓','',0,'?'),('|\Z:s~','wp-content/themes/twentyfifteen/author-bio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ԡR$)wZO','8h=\nҟ`;$rKkyo','',0,'?'),('ă_\\\n0\rř[+\n','wp-content/plugins/easy-coming-soon/theme_options/pages/images/logo_classic.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh{J6swkniy',' zHt!3? z?ApmWlA`','Mm/Um9=ع. ?@','',0,'?'),('ĞT[,lUy1','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','፰8Gy','R`<~_9cel?/[Vۗ FX 1','',0,'?'),('ĤaSChhvcR','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Lo {.','k)gq8;xmv G4D','',0,'?'),('į_ e>^W','wp-content/plugins/child-theme-configurator/js/spectrum.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sD륷548D','3umT^\rSIܝx','',0,'?'),('ij;M\\D1','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"g\n\rT34H(','<=m_n71J_pMBMa\\','',0,'?'),('ijJ\n`|5,HT','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rm|>{r','F2nG_hl0FRsypO?','',0,'?'),('Ĵ SYj^]m','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/easy-digital-downloads.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g=*.UN]5','Ya~_\ZRgBTw$(s','',0,'?'),('Ļ,\rA|H\'s','wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php',0,'\0]V\"b/|I','\0]V\"b/|I','kkHΏ-zpK3Gh#tc#}{','',0,'?'),('\rRШ<״U;\"','wp-content/plugins/contact-form-7/admin/css/styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ps.hˇ','@l%\\NV9䥛`\Z>#','',0,'?'),('Ěz̖x&{cR','wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php',0,'l=C^l)','l=C^l)','okF4\'DRo, i','',0,'?'),('͙WfE ','wp-content/themes/Divi/core/updates_init.php',0,'EURBEh','EURBEh','K^cxOx2_2t !۾7t','',0,'?'),('ά\"0ٵ|','wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(cQ^= 5U:','<SՄݴ^ԝձ 8^  ','',0,'?'),('Гz-*s','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ԅPb','NXna7W\'N7EavdI','',0,'?'),('٭+ƛB\'vJ','e!qp2 jU*W 5}D\r&_','',0,'?'),('\rE^[7kg(','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js',0,'m\0S-I^[6','m\0S-I^[6','k3RAH20k4DR9x\0','',0,'?'),('K 2\0`t','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_ES.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܅4+w:','\r,~/#ɀA]A)$[-rg9!','',0,'?'),('dj~џtw','wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>@J#\Z\'8\00','$!hw63.h+HK+ke','',0,'?'),('{Amm*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Poaq+F1M','',0,'?'),('UIp Nf<','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KphR','KT\rE!VAA*M','',0,'?'),('U:=9X.dO]','wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php',0,'/qCv@fͰ','/qCv@fͰ','df7& 7A֍ސS| 1ܮ(f','',0,'?'),('VLܗ)M5bf\n/','wp-content/plugins/pdf-embedder/lang/pdf-embedder-de_DE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XГbLE','vm@p=q&n+/Dd\'','',0,'?'),('`#GbC֊','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y,k?X N0G;','DbfYu\' **Js[','',0,'?'),('n`:ڐ#62h\rN','wp-content/plugins/handheld/core/admin/js/portability.js',0,'<\n 3%bdi','<\n 3%bdi','4蚞w,a:Na-ahcQ}','',0,'?'),('Ű8B1go,','wp-content/plugins/wp-carousel-free/assets/css/font-awesome.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 {˜BYD%','qa#T0Tn=8X\nBg%΀L','',0,'?'),('ŷk,Q\"K*>','wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php',0,'+*Q4Mi','+*Q4Mi','UH\"OɈqЖʚTR\r(k\"','',0,'?'),('ŸMȻՠIך','wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qz\'N','XV Ucv+ K98F','p>v+ K98F','z8ĂAdm, rmκ|fbaM^~','',0,'?'),(' #A\n#b#=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YEt>?','nSRvAv?l[@\r\0','',0,'?'),('ߡ)W\'(B','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en_US.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`MW?Cɗ','O#v7\\406i','',0,'?'),('\ZDq2','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(gPg|\"','ʹ\Z+1k36LONݏo','',0,'?'),('\Z }#w_','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؞&Y+D','%SgX#^8','',0,'?'),('*\ZJ\ZX7n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\\AbQ*wDD','(]h?\":X\r.\Zpߵ','',0,'?'),('+gq6^\0','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0 q0m\ZY%VX','(]:=dqۅO{9€ԀvȘ~','',0,'?'),('/妛13','wp-content/plugins/w3-total-cache/inc/options/common/help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eNE\n%Fp w','My诮T/Xsp?iCVa','',0,'?'),('0XӍ̨Rzc','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^EݫʗZ','Dub@9rgo24+ͻ,$ |w','',0,'?'),('1.ko$\'ԦR','wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԒԈf$n/Q$','7VIjZe]Vvƕ1hMkZo','',0,'?'),('61;yJA2I!','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF16-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'=+\r zJ= ','_&2o_ZЛKke','',0,'?'),('GWXc(n`','wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NGt,P+QFe','{&(\'&yx 1僇\nb*u','',0,'?'),('Jvr+(t.U','wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֙nwo}z.x','KabH@E!R怡q ','',0,'?'),('L9INb](t','wp-content/plugins/woocommerce/assets/css/menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B>|_3ZQ&','fBKyĺMu1@ע?\\g \Zc\ZsD','',0,'?'),('k9[rR ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/edit-product-vendors-taxonomy-premium.php',0,'Sk|+n','Sk|+n','O瞧nUЦן \ñ-W','',0,'?'),('umBdP IV','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.LN\r4','%Dr\"e\\h;QsevQn\\`','',0,'?'),('ƃJ{N\nf','wp-content/plugins/google-analytics-for-wordpress/languages/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('ƅ|_i/y ','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hDX(R!u AU','r0h!,\" /c\'{ ','',0,'?'),('Ƈ]Ĭޘ','wp-content/plugins/wordpress-seo/admin/interface-collection.php',0,'/8sr%,#','/8sr%,#','t_{UЋ6vz','',0,'?'),('ƓB`@:','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XzTvDö','6&rz)WS4 JA','',0,'?'),('ƛ=Bqf=x','wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qGǗC`#7*','3g6LSl~dzehO\0Ha','',0,'?'),('ƤSU Ta','wp-content/plugins/wpclef/.travis.yml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jE&Ny','*\0&V+Kg:(j鉶3[;C','',0,'?'),('Ƭ+\ZId^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tVEʿ','r,Kpŗrq^b\\=rZ]6+ ','',0,'?'),('Ʊ0(ugB','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}Ǧu',':n\n5.b%#\n\08[^5X','',0,'?'),('Ʒ&n7V0','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php',0,'%oշ','%oշ','qa\Z[F&$b&\'T\'&','',0,'?'),('ƻ:bdG&O','wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{dHBѿP5','[n#%X\"\nl&={q`q2','',0,'?'),('Ƽ~9~籌','wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php',0,'\"Г}vR','\"Г}vR','ɩ& >*;5oИs ip','',0,'?'),('Ƽ®p}tQ$N','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVѐFQ#ԂB','0fdgI{{]3t;Rsd','',0,'?'),('ؖV\rج\Z[','wp-content/plugins/w3-total-cache/inc/widget/netdna_signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~t茓AAN[Rf','Mrbbs*muv','',0,'?'),('dj&_[\'f/','wp-content/plugins/easy-coming-soon/js/color-picker-jquery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ns{7$qW11m','Fވp+u jo2_wJ\ZK)','',0,'?'),('ܷJL>#','wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j}Ӹ=EV5\0','VLaAQ#`1w\ZnRI nLaz','',0,'?'),('nf','wp-content/plugins/monarch/core/components/api/email/SendinBlue.php',0,'aCd߃|\Z','aCd߃|\Z','H(^\nh#tz\08 j-=-\Z','',0,'?'),('^Tt','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php',0,'KS@#]q','KS@#]q','aI/νR\"_eT|Y.vj&Xh','',0,'?'),(' MC6/0G9><','wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-921.min.js',0,'/9e2ب/','/9e2ب/',')ga}j$wK_vFX6 ]','',0,'?'),(' u2}\"蜁:','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php',0,'xO?*%U\'TV','xO?*%U\'TV','4\rC^9RP','',0,'?'),('\'}MYmU','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mB_K7D','= OfNJ^=%J]:$Eԯ9e','',0,'?'),(',ݘ$\Z=D{g','wp-content/plugins/woocommerce/templates/taxonomy-product_tag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.2CK:Yz̠','IЌu\r~ʬb ż\rOCs?i}r %7','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dwW |','.X&lV1C:v0ّ C','',0,'?'),('EK`\0.J䱥','wp-content/plugins/w3-total-cache/lib/Nusoap/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('cٟ%2uN6k/','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/checkbox.php',0,'\ry\nW \'5K','\ry\nW \'5K','ѥ:&Q*F,\"`Ɋ=8]Cm]','',0,'?'),('ob~UX6) q','wp-content/plugins/wpclef/languages/clef-ru_RU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rRg~0 Q','|U\n\\fY\n2Y9FԆd<?3','wp-content/plugins/easy-coming-soon/template/images/googleplus.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iL-qS~','1*\Z=2=cN,R$;L\0Dt=','',0,'?'),('ǖt|cZI4{uĵ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/metabox.js',0,'W/jse3򺙘','W/jse3򺙘','L}9K\"N ^:5\"','',0,'?'),('ǗeMRɶ0V7','wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=}wľ','*Ql a5\\#rz\r-kj/Ҫ','',0,'?'),('ǚ_`=&','wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':(1+.I','0L`\0| !y$X?G|$','',0,'?'),('Ǥ>zԄ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' D-Ղ \"','BF0g#@qA˜M?/3Ic','',0,'?'),('ǩVߪB','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kPV?JLQe2','*){ޜT=*>\\}܀vS:X','',0,'?'),('ǫ=m/^','wp-admin/includes/schema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nNoRfJ\\P','1gUcK+S>y\"[eC','',0,'?'),('ǯ\r?ғ7','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js',0,'7\nN\"3','7\nN\"3','MtRW9\\|sUU\ZS#','',0,'?'),('dz\\_L-YŌ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V`L7.l] ','MDA','',0,'?'),('^m:/ر','wp-content/plugins/wp-smushit/_src/images/plugins-defender-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rMZȶ]','B2|\rsrAwa`V?yE{','',0,'?'),('D&ME*ީS','wp-content/themes/twentysixteen/js/functions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A*g\r&+gxC','\\XKD\nR+*%PЏ}q8\'FsˑY;','',0,'?'),('˾dKٛWFIq','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^MAc ̊ᖢ(',' 0e: [w-h /3O9','',0,'?'),('Iۑ$','wp-content/plugins/et-shortcodes/shortcodes.php',0,'{X kc3z:\'','{X kc3z:\'','+o0;K!\04_T^4څJz\'PvUfn','',0,'?'),('^Ŧ%ﲝD~','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','()+!ؕj\"','n Zˬl AWJ$j|WMڗ{G2a','',0,'?'),('L)`-@O','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/config/config.inc.php',0,'f|;{+TTs[j;','f|;{+TTs[j;','\'tz2\r\n؋cpBe8]nӬ','',0,'?'),('ڃ뷷nqF','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZlFX ] w','5C K(8nۦUԘ<','',0,'?'),('jY}i߉','wp-content/plugins/instagram-feed/inc/if-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JN>*[\'','b{ՍNxsk8>IU)','',0,'?'),('[^yEsB','wp-content/plugins/wordpress-seo/src/models/indexable.php',0,'ue\\?\"5','ue\\?\"5','OL<|F \ZЍtY:%Żkݠ,','',0,'?'),('yNOgF-\Zg\nC','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H#f57NHhֽ','Yl,ȐBo6r@tR} Ht','',0,'?'),('\Z{g?3gڢ\Z','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*g','#!$@0g.;i3%!cHP=','',0,'?'),('kX2)EXiNa/SgV.','',0,'?'),('\"u@TS5','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"m%hSr','AWY(U)J1Δre$u*','',0,'?'),('-nBiJI\'','wp-content/themes/Divi/includes/builder/module/Testimonial.php',0,'^B ћաC','^B ћաC','pJ6h%}q!u戧sj','',0,'?'),('0ZvTQH','wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ϣ;Gi$rG9c$','ϯ|/X\n2G:@{\rAL{ ','',0,'?'),('2!8ot','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-shipping-zones-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xn&|i>','>H/4| S#k2Eg|wV\n]','',0,'?'),('56I\Zu,','wp-content/plugins/instagram-feed/templates/feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nuS {QX','B.~DLػ28JGw0~-&,','',0,'?'),('@>&{_a\0Qx','wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-3ͥ1WFD','V>3+%:<&5M#sL6&饏','',0,'?'),('AG-nB! b','wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php',0,'&8t#ѵ׮xD','&8t#ѵ׮xD','AP (7u{‹TF3aN`\0','',0,'?'),('Qq؂ noP','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1a5,7׻',',+&2SLo]Gtg8++te5O V','',0,'?'),('W6SX۲kx洹','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/number.php',0,'`0p{V9/','`0p{V9/','RDRjĐEbMh]F6ewfS','',0,'?'),('Y$\'o','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G','',0,'?'),('kF*jv_6','wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9LO\\lDҧk','+]\r9% b/ˁPA0mk','',0,'?'),('n94cok','wp-content/plugins/wordfence/images/flags/sv.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v8mkDa\0S6','YtR&m.tkJ+Y\"ڮ=|/Ӱb','',0,'?'),('qYH\"','wp-content/plugins/wordfence/images/flags/ee.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVFY3\ZXL(','|,|rr1.Qzr','',0,'?'),('yұ82&;6[t','wp-content/plugins/wordpress-seo/inc/class-structured-data-blocks.php',0,'ȞҨHAђc','ȞҨHAђc','!1 G\0TIhtGf%6=,b','',0,'?'),('z\n풝!1','wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')V ~m}',':u0/HqOD9aA ?Z','',0,'?'),('Ȇw}Cq','wp-content/plugins/woocommerce/i18n/states/GR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qV!WE=5 X','ih$>27f &\\\rO','',0,'?'),('ȉ4vG@(/','wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','es_OéT',' 0^0}\"֨-46 *W','',0,'?'),('ȍP 3\n','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\nU;~}C','ۚ 3 r>028ec +','',0,'?'),('ȐhufDv é3','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ύ`4C','TT^.!#bPr\\cŽ08','',0,'?'),('Ƞf1hf','wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߨ^|a:⥒-','k]o!~Xo~9;ʏwhǹC?B','',0,'?'),('ȢS9.v{Qy','wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gj*G0!ڸ','Y N[?FzJ(̇]33w8\\*R','',0,'?'),('Ȩ}R\"C{I','wp-content/plugins/et-shortcodes/js/editor_plugin.js',0,'\'=(N_HXl ','\'=(N_HXl ','E0Q=8\r(E^m3X%L','',0,'?'),('ȭᎣJׯ\0','wp-content/plugins/updraftplus/css/updraftplus-tour.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SVm:S@UI[','p0 dqI F\"ϰԺ\nw','',0,'?'),('ȵ0\r=M_{u5','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4tٞ_vt','r=>Ap^]8u8G@tc\0\"','',0,'?'),('P~œbI2&','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_pad.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i2ec\Zt\0','C711\'ۣky?','',0,'?'),('>.ȽN','wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WW7e7Yԋjp','Npҧn\'AP^P2I}8','',0,'?'),('}Uk Xm','wp-content/themes/twentyseventeen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƴ1Ծ!','なTy@}ɠ OH`Si ubh','',0,'?'),('؃ _z5iS','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_BR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Pk}â=kc','GF1lby:\Zch','',0,'?'),('ث6oXAcW','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php',0,'*K jRz','*K jRz','\"Ҵ\0vtdH45~,#4','',0,'?'),('Qq}ޅ[\r<','wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php',0,'(Pe','(Pe','1L_e5c|μiq$Kn#','',0,'?'),('M lN# x','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IpF߷o','4.I0!0yxr](FWJV','',0,'?'),('Ex*dݖ]','wp-content/plugins/pdf-embedder/js/pdfemb-pv-core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\\3G\n>','cZZ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('~\r\ZK4(#','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ǀ[K}Z','eϳCQF[^tCҲ[~=Y','',0,'?'),('[=Ht,','wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V.\nlu','*-U@;`tr$\'fמo NᣇP','',0,'?'),('$mM#Q4sc','wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$~$\n7','+-?5\0!=ϸXl·','',0,'?'),('+^$7Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EzziW[Z\"|9H','V;t4ZCvɝ 3#G7Do','',0,'?'),('1Yw T\' B{','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/infobox.php',0,'~˽lw?','~˽lw?',' Ɵ#QsDDnG\rwv;)3!','',0,'?'),('3MdX2y','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-1.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',)\\2=O.','䡵\0\"Y KV&2N11@:۫','',0,'?'),('LqX','س ίBe4\0՜Ӂ8ie˳+}','',0,'?'),('A7\'C#wSs','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԃ $','NGJ2Sb+,گm B','',0,'?'),('O\ZXf͜','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','21G$[','m,avJ[_7)I\"fo u ۬','',0,'?'),('S3򜹰/\ZΘ;','wp-content/plugins/child-theme-configurator/screenshot-6.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ǘp) 3$ >\r','XeX\r 4`#1FL%L%p','',0,'?'),('Z~\":#߉\0Y{','wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eQHMsā9MU4','~%=+GAo6I.#*','',0,'?'),('[0{B&^','wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ph@$Wv','Um\ZA.F+xn(A','',0,'?'),(']7\0Û{\rޱ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','; x8%$Ov','D2\nLrAv 8ЉSErg','',0,'?'),('`-w`z#','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-controller.php',0,'h=|0AL>','h=|0AL>','tơ =q𕧛l$koՁ','',0,'?'),('iCcџ% ','wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('lXwB*XW','wp-content/plugins/wordfence/images/sort_asc_disabled.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oɧ*X9e','v\Z|5.YX Z鹁Ź','',0,'?'),('sG}-+vqi','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B,n\Z:tUɾ','f6Ѳ`UEjD5*a\ZEQ<','',0,'?'),('Ɇ8pŻѵV','wp-content/plugins/wordfence/lib/wfActivityReport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Z<u@ĝ,','bcT(27:҂!\'I','',0,'?'),('ɠI^C%s(-','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebars.php',0,'_KB?BC','_KB?BC','e i6{+3]u\\6wzSc+','',0,'?'),('ɧM:E(6%=','wp-content/plugins/wordpress-seo/admin/class-database-proxy.php',0,'0~ɡL֗i\nH.t','0~ɡL֗i\nH.t','?е>AKB4!Qظ$\'','',0,'?'),('ɫ\")|@݌~7','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF8-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H2Xs\'m4','i˫΁ hc6qv\rNs','',0,'?'),('ɴZ nj±n','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1p7G\"\rdN9','4❤fr#v$Dl[ixst','',0,'?'),('ǫ:‘x\"_D3','wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/autoupdate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} \\f>D1','C.];ɤ97>ÐO76','',0,'?'),('M[\"\\: P','wp-content/plugins/wordfence/images/flags/mg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ě|d>',')TQib9qb݂qM*`6 ','',0,'?'),('2Die','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸP)|qr','wppS\"D.oMOmO\'baNj0','',0,'?'),('p DE','wp-content/plugins/updraftplus/languages/updraftplus-es_CO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sk#9l^,e0','5VhG$ +H{%]L[\0\\','',0,'?'),('p\Zd\'','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/lib/yit-licence.php',0,'ѴVl\n@X8','ѴVl\n@X8','{e2C,8w%BrnTj!3','',0,'?'),('=Mq','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php',0,'-{2\nE]:dBD~_2','',0,'?'),('Pd^d]N ','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _7\\&@\n','§ ]$1TtZ\"efNcn:]dd','',0,'?'),('!&i)^WR','wp-includes/js/jquery/ui/widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kyd?zx7',':u#`OÓz,n_','',0,'?'),('#(QZN1rU','wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!MGӤ','پiO3㉃QxA6Nc;/','',0,'?'),('(q4P}5Ozk','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XR8F#d','YK\\$xY|T;\\/[]s 5','',0,'?'),('B\0.O[RW','wp-content/plugins/wpclef/assets/src/sass/_badge.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0n0?XԾ)','ϐˆOsg>3PևI','',0,'?'),('I{[tOG~j','wp-content/plugins/et-shortcodes/core/components.php',0,'5F[j,\'','5F[j,\'','e(yٽ(\"v~F','',0,'?'),('P9)6xhf[1HU','wp-content/plugins/google-analytics-for-wordpress/assets/css/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('Rш޿0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n{YޭzG~','hn/mAA~Hq5D','',0,'?'),('WNM$pH&','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/multi-vendor.min.js',0,'monRsp','monRsp','|m{:>\0߮{ŧ6RU[/8','',0,'?'),('hFM<@`%q-','wp-admin/includes/class-wp-filesystem-direct.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tx(>\0',']+$6o#e_1kk','',0,'?'),('imfjgWA','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/checkbox.php',0,'\ry\nW \'5K','\ry\nW \'5K','ѥ:&Q*F,\"`Ɋ=8]Cm]','',0,'?'),('n=y6!GD','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Psr11/Container.php',0,'Dv\\Kpa','Dv\\Kpa',':|3B#2/EyS+','',0,'?'),('xjP!cx','wp-admin/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f@zFO','4 \n>^S( 9 ','',0,'?'),('~N;$&}}','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-orders.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؜ƋY\Z0~x','7y!Ls ĵZ۸Nb{`<','',0,'?'),('k\'b','wp-content/plugins/wpclef/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_<:し ǬB','Ƚ>8ΰ yUW7t>aJwIQ','',0,'?'),('ʊbm:Iy3','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.a','',0,'?'),('ʥ;PRd','wp-content/plugins/w3-total-cache/inc/options/cdn/maxcdn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#g&dk','|r/FWx2!PM5\"67','',0,'?'),('ʫ&w}bDyoD^','wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hc5Q4zue','GԹ7/ZEVhҟ[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hRlr','oE²tQQbo\nrQq\"/','',0,'?'),('~ïGp','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\n0)gU\"','!C\nޫ끈.3fӃ[','',0,'?'),('ۨV<;@P','wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php',0,'7~I{.}(','7~I{.}(','{JHV(+$.cG `pv}%y4LH9ތ','',0,'?'),('93p^1','wp-content/plugins/contact-form-7/admin/includes/editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^[ 2Řȱ','QZfOGFDk8,','',0,'?'),('D-)ei1R','wp-content/plugins/bloom/core/components/data/ScriptReplacer.php',0,' Da]TfZ',' Da]TfZ','|Ҿhk Xe0Z@̡\r','',0,'?'),('hː','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/section-end.php',0,'y29CTC','y29CTC',' ]Q%%e=&}UD_Vw`^','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','߿\Z|{j:s6','t ~(V d+qy(SהDd:\\g$t','',0,'?'),(')r՜uJ-K','wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z_i@u0(d','ÞqYQdXxjd5o_C','',0,'?'),('.Q\"Qhk\r','wp-content/plugins/wordpress-seo/src/watchers/indexable-term-watcher.php',0,'3ᖌǦ!','3ᖌǦ!','Z w \r#^*?(_b\"\"ڦ=Sf','',0,'?'),('1X7ҁX0K^','wp-content/plugins/woocommerce/i18n/states/HK.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=JN|:B','GtZiC^h;6Ӎٸ\r%hh','',0,'?'),('28c\"<;Uv?','wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dc @y','p0O 9@5E~U','',0,'?'),('5w&X~ ','wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?nb[e墄','6~dR Qgc^9iD','',0,'?'),('6=\Z-PCd\r','wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7e{ǒ1,R(B','ݽc69n\n)g9žf','',0,'?'),('6KjPưRv','',0,'?'),('ˤԐ{%k#f','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&EcN-kŒ','\0?EJXE w{:<','',0,'?'),('˲J0\\V4','wp-content/plugins/wordfence/images/flags/sc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@l+^+9U','d8B!\Z5ѹVV+/ 3 B,/','',0,'?'),('˷Z<)\'','wp-content/plugins/divi-builder/includes/builder/scripts/builder.js',0,'O&T^Z_Fj1|5','O&T^Z_Fj1|5','tMd>3Zژzo+/I|H`','',0,'?'),('˽AVzd{9`\n','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qK+p•̴','+O~\r)En\0`Y','',0,'?'),('˟r3 Ÿ3ys','wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W\0 IW۟%7','R 402޾é{lOdY\\v^','',0,'?'),('կpQz\Z','wp-content/plugins/updraftplus/includes/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!^((Ni4','SkUzPx-5_\Z4i','',0,'?'),('Qq]jg','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/ruckus.php',0,'˾/B[','˾/B[','[aBHe?z!n~g+$GH','',0,'?'),('dIKƹv\Z0','wp-content/plugins/wordpress-seo/admin/views/user-profile.php',0,'YD^#:~+ 3%c','YD^#:~+ 3%c','.~ V*sMSGQux@.{@vSLD','',0,'?'),('vE,-O{','wp-includes/link-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ё6kի ս','Ӿ6B dZM\n6LyFEL5U%b','',0,'?'),('fTu};r!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HӤ@@jA ',':iؚ4I{Y1N uDx','',0,'?'),(' %\"T < ','wp-content/plugins/updraftplus/includes/checkout-embed/readme.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','er$mI','9^C+9e@^[u{/lο nh','',0,'?'),('3+oY ','wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rJƷ\\L5h','=]\rGl\">!ط.ye6f*','',0,'?'),('v%}^','wp-content/plugins/wpclef/languages/clef-de.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̚o{uD\'','~Q^,Xpϩ:MM\Z=ca','',0,'?'),('!LT3ix','wp-admin/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FA }6~p','Դz9XrU׆b J3\\n\0\Z','',0,'?'),('%(1A2ۋd','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MigratorUtilTestMultiDirectory.php',0,'re :j7?s=','re :j7?s=','6nӛEE=m3<','',0,'?'),(')k&\\`_i)','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\0rn8I)xk','c]02$J $B3DA','',0,'?'),('G~\'ri¯O9]','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-team.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|du56u',']:!nZZ`\rZ e_&U','',0,'?'),('MTq&[?>칊\n','wp-admin/css/colors/ectoplasm/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9+\"+','BmNhstNjAS4X\0$','',0,'?'),('NMK9L6X@`','wp-content/plugins/easy-coming-soon/theme_options/pages/images/pre_classic_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xn(U$]H',']vTbuUqOw6TElj','',0,'?'),('U&*gZ\Z=8','wp-content/plugins/pdf-embedder/lang/pdf-embedder-hu_HU.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǗRpi ','\0\\h㔩3Vpijl','',0,'?'),('VڮMjӁ','wp-includes/js/plupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u&\nTIz+','\0v1sN>cID٦I0-','',0,'?'),('Wj3bHzrl','wp-content/plugins/divi-builder/includes/builder/scripts/frontend-builder-preview.js',0,';j*Ӄ}?y',';j*Ӄ}?y','P .i6yڙ_~NBy','',0,'?'),('XzZ}єD#','wp-content/plugins/easy-coming-soon/theme_options/css/upgrade-pro.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','67!!','|JɱSW_:3kS1)','',0,'?'),('\\7DF\ZR`1','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_reset.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|%9p0j','L\\؀kvcd,DSVpw&>','',0,'?'),('au!Ҕ$Dm.','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Migration/Base.php',0,'/2Mrbā= 3','/2Mrbā= 3','2\n$gMHeZ> >yI','',0,'?'),('x\nԇt,,:n','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eꮲI56{4U',']~G9٫q)],d ','',0,'?'),('̌T%','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8(wzLY|','QJ\nWk/,<=`>Gg,}Zu','',0,'?'),('̟nVڰP*xzy','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php',0,'џ +f`sI^','џ +f`sI^','5TקnVRsGijBneK','',0,'?'),('̤3kM62D]','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6Ԧ#hlܞs','Y(zk\\ӎ̉1D~Dr$ցˎew','',0,'?'),('̵̌$ٿ\'','wp-content/plugins/w3-total-cache/ini/eaccelerator.ini',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m,x_\rw R','1XH; =+e?~~CWSBp','',0,'?'),('̹9BFht,t.','',0,'?'),('Z .E','wp-content/plugins/w3-total-cache/inc/email/support_request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rez483WK','i/c4G6B:c_5|[','',0,'?'),('`4wrA\Z3','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-connect.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PvFق7㺋΁','\nt䕪Nh_G:P-\"','',0,'?'),('\rZ\0J=\Znk','wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php',0,'zM>2d','zM>2d',';SIb1R<} \rLsa(跤;9.','',0,'?'),(' 0sDTM.','wp-content/plugins/facebook-conversion-pixel/includes/integrations/amp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\nau[','7\"=2^/W [rQ~woTY','',0,'?'),('pj֛`w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*KYI}nl','}osSstwR>IO','',0,'?'),('[r M_A7O','wp-content/plugins/updraftplus/images/icons/s3.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zč?7!G','\ZLr&>e`\rZo x6 ','',0,'?'),('dlPOI','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0UcTG/','',0,'?'),('4ar','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DYr\r;f','ڼ^)?fe4z*\\ҩ+H','',0,'?'),('DfFS','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/onoff.php',0,' iANДΎu:smk',' iANДΎu:smk','2| }\0Zۺ.vʤu9mn','',0,'?'),('Lv60\n@;m','wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-long.php',0,'tq}̈́8','tq}̈́8','Jw`e5dLu-','',0,'?'),('N{^wD$@?\n','wp-content/plugins/woocommerce/assets/fonts/star.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v \09(<8','YP2:q4qӌ\reCO#K','',0,'?'),('_[w4|TS-','wp-content/plugins/instagram-feed/css/sb-instagram-2-1.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'H5gDrQ^C',')o[xdr^r\ZoT YoAjՑ>','',0,'?'),('aqbOaI-\r*','wp-content/themes/twentyfifteen/inc/template-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x^Rhg','-BWB`v>O:]R8GӇNC','',0,'?'),('mL0N\"T~b','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.+j','iDAJψ;v,gc% ^#','',0,'?'),('w?lp7<','wp-content/plugins/child-theme-configurator/screenshot-4.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ipk4 7\"/Y#','``ѵƤ=K]җ4Q贗ۙ','',0,'?'),('w9=_ \"h%v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(c(8nޚ‰','\Z0y^,_T`o򓜸i T','',0,'?'),('{y\nfƒ<(C^@','wp-content/plugins/facebook-conversion-pixel/deprecated/facebook-conversion-pixel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h/,,V|','\Z&{0e];3<Ҏa&-','',0,'?'),('=hȄk҃(','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Og} -g','RAhHaZbFc1d|\'&pL;','',0,'?'),('͌)i\n$jd','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\n.*M:','Ԏ?\0 磊l\0Ed40y','',0,'?'),('͓Y36lY','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ktHJ tLLA','!󓶋2zlrr?K)\rt{','',0,'?'),('ͪuowsFCG[c','wp-includes/rest-api/fields/class-wp-rest-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'\"\0[͗','GcU@i%eփ','',0,'?'),('͵UV;-]O','wp-content/plugins/easy-coming-soon/theme_options/pages/images/Untitled1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*aV?Q1X{ ','SKHkAP4uy3%ʩ','',0,'?'),('ͽ3=OG|~','wp-includes/SimplePie/Credit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M猋*>\n|','N3$Z,!<!9\"','',0,'?'),('Kz[hOe','wp-content/plugins/updraftplus/vendor/symfony/process/ProcessBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*;ftt2j',' TpPj{J1sSa@sҰC','',0,'?'),('[@Y\nּ[´','wp-content/plugins/w3-total-cache/inc/options/extensions/list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_CLLl','豍;*F}du4\na','',0,'?'),('yUqhŝ','wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php',0,'ū5','ū5','$XqMB W a4Z1`','',0,'?'),(',i\\Mr','wp-content/plugins/wp-smushit/core/class-rest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yQTCkD[SB{','ǨRbn\0.y<(\"UHc','',0,'?'),('W62','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Yi9Xp','9u5ʮd^3,F5Z뼳=','',0,'?'),('j^/=\\g^4B','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/select.php',0,'L_H}76g~j','L_H}76g~j','+Q@S\'2U(xo1:ᔽ','',0,'?'),(',y=LRP','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_render-gradients.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ҙ*/NNaSy','z`` <[vDڶQTm','',0,'?'),('S-5-pau','wp-content/plugins/wordfence/images/flags/tt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r3tk9Vk','պ\n($W0,~\\򸐡#$!/_','',0,'?'),('ηWC}m','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9YMU','WS׿/_$YU&&T$w','',0,'?'),('Yf/pw','wp-includes/Requests/Response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pR櫷\' G','WwYKL\n -*^e\"e(_,g','',0,'?'),(']F}w}','wp-content/plugins/contact-form-7/modules/recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ڒW+M(а=x','eYr0޲tǷsm0\Z!1\"C\Z[2z','',0,'?'),('_)-]ˌkO ','wp-includes/ID3/module.tag.apetag.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4lUR9I','K5\"PSZۭf:0\Z9QͪR','',0,'?'),('o&={K\ZԜ','wp-content/plugins/wordpress-importer/parsers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$31f;ϑB*S','xI/4Wi|\"3 Mh\'v\n','',0,'?'),('o$ܳ','wp-content/plugins/updraftplus/includes/cacert.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?,>bǧ(x','\"+X*eC| ΡB)+0yf','',0,'?'),('wViKmӥ=[','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[6+%vHI','>Ul08V6y\0C2k )','',0,'?'),('{wSX\"/','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_post_metaboxes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b32̟K#','Tݾ,\'w3\ne]~К\0~F','',0,'?'),('|f,2T ','wp-admin/term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KD>p3믣M','[9q[8f41k_+Q-űΒ6\'n','',0,'?'),('Ά)\'5M&&','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\08:R\')S','lJc mDe\ZL! (\nS','',0,'?'),('Ήžh ','wp-content/plugins/wordfence/css/wf-adminbar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vxj˓nL ','ԦWOrV1\0%>3ep','',0,'?'),('΍raI_ݔ','wp-content/plugins/woocommerce/assets/css/helper-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2i[!$Eܽ','1 ۇQ_Zgh_\"awn컸}','',0,'?'),('Η>\ny o( ','wp-content/plugins/monarch/core/components/api/email/Provider.php',0,' s8&J=AC',' s8&J=AC','Bj߳_@4H\\`\Z^\0J','',0,'?'),('ΡfWyL,YU','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w5y؝w]bg','55dNae^G','',0,'?'),('Χ(a__n','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X>8~V_s̕ ','0x$ɒtPσ߲![wr~','',0,'?'),('ΩČkDr ','wp-content/plugins/wordpress-seo/src/config/dependency-management.php',0,'fMH2K','',0,'?'),('δZ n*_%:&','wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c3{.\0.ҘQb','ibx\0uw+}T ,\06RG','',0,'?'),('ε`tvS','wp-content/plugins/wordfence/images/flags/wales.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Co{v','!iMF\\S^M@j(FH 9\Z\'','',0,'?'),('I>cmi6\0','wp-content/plugins/w3-total-cache/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MOTR-L]','R5{͇8\r@','',0,'?'),('œϔ=#6','wp-admin/images/post-formats32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WY~O{+_LkE;','k<8._DKG[5e-I(0wh','',0,'?'),(',G :0/','wp-content/themes/twentyfifteen/inc/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4_NG^F}[F','QB|ܪ\\ {ΆkK 4)','',0,'?'),('noTz?by','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ii*0Plܒ=\r','>Cٷ9f3n2\\iPb9^Ԅ','',0,'?'),('}6A9*4','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php',0,'ÊњvD]~','ÊњvD]~','ʆT-s!uJ%t2|o@H','',0,'?'),('\na08','wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ur*vOxqf','KW4&]atpGh\r 圫 ','',0,'?'),(' ͨӦ|+t5w','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/Base.php',0,'f,?U`5PxW','f,?U`5PxW','3tbcU\0Cx I\" X~o','',0,'?'),('q>Z*z@U(','wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oΑ/}Ijjd','֚8H}=5 _/\rC{T,\rIF\0','',0,'?'),('!,HB3@','wp-content/plugins/w3-total-cache/Util_Admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a(O` ژrވ \\','m޴1.Q','ryK>583:@_+#r4s','',0,'?'),('ϗjScr;','wp-content/plugins/woocommerce/templates/global/wrapper-start.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p%Ψ?j','d-:/\\* ſ\Z_<@ʺ','',0,'?'),('ϘP$d\\G','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cU','ye\riSrOsX$/J','',0,'?'),('ϩM/\"yM','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php',0,'umcő','umcő','7qS X֪2ǚ2lZ=%GA)vb','',0,'?'),('ϪШ_m>b#','wp-content/plugins/w3-total-cache/pub/js/options.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%0ų \'','}D>r~wקb|lIO','',0,'?'),('Ϫ홄&\'Ɉ:','wp-content/plugins/wpclef/includes/class.clef-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\\Xdzeސ.',' Xse;9HgL osL#T','',0,'?'),('ϭAVIE \'','wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\0:wGδ,g','BgbQd4\'=a0M','',0,'?'),('ϲTź>>}~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/videobox.php',0,'ҽ>8KB','ҽ>8KB','lx|0<@(Gl; ','',0,'?'),('ϲ@v\'Ln\re','A=w㼠\0*d\'1\Zt','',0,'?'),('鋭{^MU*_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\'D_','Q*s3\"Gŝ%4w19aF̏','',0,'?'),('?C9xUk ','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-misc.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׳cɧ#j ','z-&3T@3͸\ZHQ0P\\~\Z9','',0,'?'),('#[:J','wp-content/plugins/instagram-feed/templates/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ω$mAmr~','lC\'L|].LCH(1v','',0,'?'),('p4H֬9\0','wp-content/plugins/wordpress-seo/admin/notifiers/class-post-type-archive-notification-handler.php',0,'QIB}]{','QIB}]{',' ^Bo`E#!S\0;m','',0,'?'),(';A','wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%E [Ys\0ֿ','3,JvaၕP2V\04N}W','',0,'?'),(']mٲ ▭','wp-content/plugins/wordfence/vendor/composer/installed.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OfI8xE\Z','H\\ΣB.\\;j\0\'X`5ɣ','',0,'?'),('rfz','wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BB,6ҹr','ehY\\icW|>|Fώd&OZx','',0,'?'),('E;OMI\"c/','wp-content/plugins/wpclef/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g|vv1','9zB3}E*o.Q <','',0,'?'),('I-gfE݇0m','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4)pJN1','\"jFAq2f11qa\' Iu74\n߉','',0,'?'),('\"Hko~q','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ddф‰','c%arj\r hK\"Ls','',0,'?'),('#\nv4ffE2.d','wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9EԹ-̐N','9%OW=஽z3<O B_\0ph','',0,'?'),('..J{9ק','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-woocommerce-compatibility.php',0,'lZR7b\\','lZR7b\\','1}bg6[,̤ 0G','',0,'?'),('.YD\\Tr','wp-content/plugins/wp-smushit/core/integrations/class-s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\r@4)t','k؆eR=Zy D1>;','',0,'?'),('>slWD7M','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g[lgP 55\"','dNd=3 H! ','',0,'?'),('^NX.x[\Z!','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/text-array.php',0,'MZj\Z \0','MZj\Z \0','o/OruC #FῑMPN','',0,'?'),('_\n, cfNWJ\nN','wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php',0,'lhdF0/ c','lhdF0/ c','KoUocWLu\0mIJF4Ďq','',0,'?'),('acI}fȄ;','wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php',0,'})kSt=QJ','})kSt=QJ','_A ;Y\n˄\"oPiF0}','',0,'?'),('gSQ>썀0m','wp-content/plugins/updraftplus/images/notices/black_friday.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Pc(0w','/aj/39/J,J^AbB','',0,'?'),('jSV-\\Ȕ[','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-video.php',0,'Hd*\ne','Hd*\ne','\0@Ϸ`68l :zF| ','',0,'?'),('ЋVjLMzثѺ','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rB^}<CO\"','5¸VAw\0ZpCRr3HrX','',0,'?'),('Ћ$~}I','wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uo*dv^','zO6jKA* U9Z8XC','',0,'?'),('Ѝ9tOwZ','wp-content/plugins/woocommerce-gateway-stripe/assets/js/payment-request.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?!=Q','}t~kƢ;vt','',0,'?'),('Мg*ӥV\ZBYB','wp-content/plugins/wpclef/assets/src/img/clef-logo@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',lFxiR؞','d!h,˞_N)hcBGI0۞ÈH','',0,'?'),('ОF̧!$ѥ%\Z','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php',0,'B\nMsng$\Z','B\nMsng$\Z','8aWk$ GMqrw6?!/ſrt','',0,'?'),('Сrw|\nO?WVn','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php',0,'kVhC֕E:gL','kVhC֕E:gL','}\\}c%FED^Bq֛9-','',0,'?'),('Т펹|@','wp-includes/images/smilies/icon_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʵ (','J_K`bf2\0v<','',0,'?'),('ЬB *+Y','wp-content/plugins/facebook-conversion-pixel/screenshot-4.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(K׮CbEp=','\'$ -y.[@Bom;','',0,'?'),('/EmS~','wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php',0,'Uk;}\\6','Uk;}\\6','nt]R:v\n6悭s67ҏ','',0,'?'),('Mі{Ĺ0 /','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/taxonomy-upload-field.php',0,'~5M=E*','~5M=E*','ܞ)[$мM.\n+kS y_|','',0,'?'),('/?U','wp-includes/Requests/Utility/FilteredIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ax%Ay','LCUhU;4n}Rmx;Č','',0,'?'),('^\\X PvS\\{','wp-admin/js/media-upload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dkTTy_$m','z8LE[xu\'8i:gg٘l~4w','',0,'?'),('ۡ`A;ʾ','wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"3VHú:','K ф3(? >O\Z\'/@r','',0,'?'),('ݱ0H͑,','wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php',0,'!/B\n9','!/B\n9','cX^9v\';MC','',0,'?'),('LBG2','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualchars/plugin.min.js',0,'5osDFgMe','5osDFgMe','XR\0*h\r>&EaO2]mt','',0,'?'),('T57D}','wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C%fKvU6','Ĥt=ȩ?lE;p','',0,'?'),('`~P0N6H','wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php',0,'&!P(Vk','&!P(Vk','\'\n>hrJؓANRˎG\\8\ZKl','',0,'?'),('瞌>n','0\n wcYg/,Ɵ!}f','',0,'?'),('T,XfN9[K','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k!%G8xW0%','.`v5s+2rM\\@','',0,'?'),(',f','wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AJ=ju?Myxޓ~J','I]2Pn\nE vjXPtjum`','',0,'?'),('\0pWG\r}^\r̈́L','wp-content/plugins/contact-form-7/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4m\Z(9?1',']2C\nԜ^)j=\\\0sO','',0,'?'),('vIu.>Ųv,','wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r_-\"G','f?lD#WrO\nu$R','',0,'?'),('Z8=眕~@','wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+l{qI(Xѳd','Cnz\'dOyޕz','iH\">z','3RkwѪk)\ZḖh@~','',0,'?'),('EL퐧fb','wp-content/plugins/w3-total-cache/Cdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"4&;$m','\\;)Tj\ZF{`Q,xxT','',0,'?'),('EL*Ԧ@{','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-shipping-table.php',0,'7p5ޓx\Z(g','7p5ޓx\Z(g','[>:\\ T=A','',0,'?'),('MP8UkT','wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7^GͺJF$','D\0HY @Cs=\rވW \0','',0,'?'),('XUnB','wp-content/plugins/wordfence/js/wfdropdown.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rp c\'\Z','SGs8;Z!זJu1z?','',0,'?'),('_\\c9mLv1','wp-includes/compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','؈^$p_kE','txZxVFQP','',0,'?'),('tO3ګR8fE*','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-post.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hBH%UOr','nj9gK.F40ޓ\n,Or','',0,'?'),('с°)&T','wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php',0,'IAp\'\n','IAp\'\n','a)4Cp/\'mm3(m+','',0,'?'),('фr2Q#]','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-by-product.php',0,')!VTܿ',')!VTܿ','g-SfJ=g܁#','',0,'?'),('ё9+w*L8','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/testimonial-avatar-2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8B+',':(ǚG$ h(ZJQK r','',0,'?'),('ўQLg&;|N','wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay-single.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q+wbg\0F','T5D.vg\'^}|8rtsAvTQ|','',0,'?'),('Ѿ lY@dnXo;','wp-content/plugins/w3-total-cache/lib/Google/Utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','77bbGZ$P c`','',0,'?'),('GHK \";#fhO','wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p*~NhAa9','J1O\ndmOƲB\0cM5_QR%z|','',0,'?'),('[Ms\"+Z','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JHZ򧉲:','j.O멆3\"aթZ1ݷ_','',0,'?'),('?82.1','wp-content/plugins/wordpress-seo/admin/class-help-center.php',0,'IXr]$>','IXr]$>','>˨Q*GAИy-FSԦ','',0,'?'),('FQ<p(','wp-content/plugins/wp-smushit/_src/images/plugins-smush-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':֨9Wxx&%D.','sgξ\n\ZŽ~殢%0|{','',0,'?'),('Jh|0 `ZpE','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z+h#CoBb6ӑr','͙Löb(G һUCB3','',0,'?'),('>q^8č/Q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ETQFu','TT\'h.k{&F\'v\0/`\0pcif53','',0,'?'),('\Z٤3[>c','wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jS\'m憴yS\0','vnZ%#-j5K땄dG','',0,'?'),('%+DDŠ \r','wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php',0,']j_\n̅Eگ',']j_\n̅Eگ','SEJ>[3^NYؙ\Z6','',0,'?'),(')%:d|I\n','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/product-data-commission.php',0,'02Q- 0#\r','02Q- 0#\r','Jld/9:iQvyF:','',0,'?'),('.CnfDa W8','wp-content/plugins/wpclef/tests/bootstrap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƴ^v.=p','9}8ߌCCSNH #z\rP~','',0,'?'),('23Tt齫`8','wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!USE\ne','Rα\n5fÒI\07o%\rb','',0,'?'),('5t6Y;5?','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-kk.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')AS\\Y>\rPrJ',']Gdy2NxМ.GW9f8\\O$C','',0,'?'),('7\\v.\r','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%,̨98&vS|','i+PIFu{;H؋u}#McUs ','',0,'?'),('?߅#~̏b@','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ѕTjNKm','W \r!~GP/!0[','',0,'?'),('A :`7\"m@','wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{5Uq+M`',';2\\vytIrt&u|pƃR$','',0,'?'),('FSNfZ\"u','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)wd','븪\0d\nT92T嫼VIj0iǵ0<','',0,'?'),('ZtY:䙯̹5|T','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G\nW iW',':?AU\Zlw;nO~O]Lq','',0,'?'),('jI0dcURڞ','wp-content/themes/Divi/core/components/api/email/MailPoet.php',0,'\Zw[s؞gl펝','\Zw[s؞gl펝','!aKj@sAMo6AXW','',0,'?'),('r7weWY Eh۞','wp-content/plugins/bloom/core/components/lib/SilentThemeUpgraderSkin.php',0,'$7\rHg*5\0Ul','$7\rHg*5\0Ul','Xdi,\\%l%Y۾i5))|L','',0,'?'),('y͞\'R ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id_ID.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ͽ\nDǽ',' |g~_X)VmP3UF','',0,'?'),('҇yy \rP,(k','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_keyframes.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iHB0W;J','P;$FZ4\\x8D.','',0,'?'),('ҎϋsvH','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_B eJTq','u.>\0:qM)1Zu-g޾','',0,'?'),('Ҟ>*R#F~ \n','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media/plugin.min.js',0,'hDX(R!u AU','hDX(R!u AU','r0h!,\" /c\'{ ','',0,'?'),('Ҟǟ Ks','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2b&Zr','4Bȥ \'x+chҠVn5I>j','',0,'?'),('Ҧ9wVy','wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}٦{T:','TT;[O%%-1a\n^k[','',0,'?'),('Ҫ*H\n;t','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!1],[','n:_{pK9MdDOu2x','',0,'?'),('ҭ_VlKg!p1','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$P2KK','ז I%dN(..gŵocԫ','',0,'?'),('Ҳ E5|ѵCd闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UA>a&5','u!)Sҷ]H)=4pSp','',0,'?'),('ҺEV','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8wLgR9ZqL\r','~q D-$8nr lT=','',0,'?'),('Ҽ\Z0+P@lP','wp-content/plugins/wordpress-seo/js/dist/wp-seo-structured-data-blocks-921.min.js',0,'N멗Ab','N멗Ab',' _DcFb8Xַ5OP','',0,'?'),(']&z#','wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ېxe','M0g|*Ăy-G','',0,'?'),('Lt593u^)','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYŝ2s,\rm','DxT-wN P{','',0,'?'),('\'bk+#','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/settings/settings-ppec.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6TP=>','`J]S{b[ft!|pl\Z','',0,'?'),('rbj|Y','wp-content/plugins/elegantbuilder/js/et_lb_admin.js',0,' ,8HQ&\\ȩ',' ,8HQ&\\ȩ','CXLN٠`@5ȩ h\\\\W5\0Fm','',0,'?'),('{`14;','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF32-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vJm^5c::`','*ˏw)sHJ|wC','',0,'?'),('?>hkx/m','wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yp?m}','O3޻zT\Z*k6\rƁ\Z','',0,'?'),(' /%~hhY','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-settings-options.php',0,'sy*ߵm','sy*ߵm',')>C!ynl6\'}?U!)\n','',0,'?'),('&)-â\ZΙp','wp-content/plugins/wordfence/lib/GeoIP.dat',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*\0{ĚmG/K','j\\>; |ʹ*:$','',0,'?'),('+/uSf|4,','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/shortcodes/vendors-list.php',0,'`>!$֘','`>!$֘','\' IL5\'M,\Z9pa7','',0,'?'),('8Y(?','wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php',0,'p,\ZO','p,\ZO','z.j( _4Y>NkK&/%V*','',0,'?'),('AIھ5(%\rM0/','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerAwareInterface.php',0,'ϬmMtѼJ','ϬmMtѼJ','f.%*ƚ WnCsSi','',0,'?'),('E#lL_&ܪ','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v$>>Y','YW( N32U;<.iDd!','',0,'?'),('N+c#o*','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/new-vendor-registration.php',0,' 4ǘcLǎJ@',' 4ǘcLǎJ@','αs#_ږI1[@I^$','',0,'?'),('iXiIt~#0','wp-content/plugins/woocommerce/includes/api/class-wc-rest-reports-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':#h$rF','iDvɶ\n5T&B!N#,UL$NO','',0,'?'),('jsw2pqS','wp-content/plugins/wordfence/lib/wfIssues.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o;{ FO1m','%Lb*=%+ףg3yE?','',0,'?'),('wu಻qH{','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widget.php',0,'_-WsJ]','_-WsJ]','jЭqM^3U4*E_ ','',0,'?'),('{ڭd3TXy7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ko\r_\0SM','\"[B7oLs+\0Fa }dD','',0,'?'),('Ӆ䎆Ƶⱳ}*','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/lists/plugin.min.js',0,'k1I','k1I','9nlh&{xMH+R ','',0,'?'),('ӇaoXT','wp-content/plugins/wpclef/assets/dist/js/login.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IoG\n-4','60#B2ָ{90~]z','',0,'?'),('ӊmelsoYc','wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php',0,'/7!DITfagcV㏞m3','',0,'?'),('ӎ=GK@VS','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' +vԱŖ]','&d顟\r#cGp+\0N>YסW','',0,'?'),('Ӓ i:uRϖ','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3 W. 2','NBZbo&','wp-content/plugins/akismet/views/config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','em3wg)','D/ - &~\'ɋݱٌ','',0,'?'),('⸠[(ې\'','wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z;CWM.',';lN?eXV-GoGMh','',0,'?'),('{0!´H','wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n\nκ=6l','ocGjP/fIqq\Z2flz5xCHMUw','',0,'?'),('x\Z','wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jJC_uD','\0Ĕw7D.ύ`FIdd6ќ\0}\r[','',0,'?'),(':/6MF~1','wp-content/plugins/wp-smushit/_src/js/smush/directory-scanner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jзtvݦ\n','xL~\ZCEEw^','',0,'?'),('[T`','wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\"ΰ2ڐ|','S\'U\nj=0jek','',0,'?'),(' 0*W','wp-content/plugins/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('ŸG','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/class.yith-wcmv-shipping-frontend.php',0,'FbU$U','FbU$U','9mQBr`Hm3]FJ ','',0,'?'),('}vϣG','wp-content/themes/twentyfifteen/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','→(7kj','ɞ1X**yhs','',0,'?'),('aGQ7E','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\؏Ͷjh/4','*& ;~\"0Fܩjݬ\ZCMc ','',0,'?'),('6˧i\'9','wp-content/plugins/updraftplus/images/addons-images/autobackup.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+tnjK','-gvA>Es]Jzt','',0,'?'),('YjejW','wp-content/plugins/w3-total-cache/inc/options/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U]9JDNF','Ĺ9XRXrr`QjBH','',0,'?'),('!(/1/w60','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rӜvg0','&L+\rmŬ','=u 6\Z>Ŭ','?ÃNlR\00a\n™','',0,'?'),('].ooȦM-n ','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XC)[-4','ߧ&QQp\"~\Z8S׊YS`','',0,'?'),(']>lp}<','wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9 Jl','5UPIoa:]XaTVBdOp:','',0,'?'),('jm\rI™E^','wp-content/plugins/et-shortcodes/core/admin/includes/cache.php',0,'J/$C Ia]','J/$C Ia]','B3,\\d\" ;`@\'','',0,'?'),('mĥQ+NФJ','wp-content/themes/Divi/includes/builder/class-et-builder-element.php',0,'3ψm]#@U','3ψm]#@U','Dz=\\d @qV\ZY\0a\Z~^RgMP','',0,'?'),('~{B|Qԁډ','wp-content/plugins/wordpress-seo/deprecated/class-cornerstone.php',0,'Iq-6Y?Hf','Iq-6Y?Hf','\rjO\\y&$ۧeL','',0,'?'),('ԃ1@YRD&','wp-content/plugins/easy-coming-soon/theme_options/js/option-panel-js.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!6E+#','GCe0\"(%u={L5','',0,'?'),('Ԇ4[ ԰ج>#','W QKR n[n}-[gKi','',0,'?'),('Ԝ|w6/','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js',0,'N/^N|\'','N/^N|\'','&SE^tp؇k |{/','',0,'?'),('ԝry2kA','wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~]6͜)qij+2','5wyӳc|r~d4jVt','',0,'?'),(' \'ż>Er5K>:r;{','',0,'?'),('#RyGU,','wp-content/plugins/updraftplus/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i^#?','3FFI9E)^xf1}','',0,'?'),('Ȇp]4Lq','wp-includes/css/admin-bar.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܔ(\\e}',':t=-J{r7҅Ÿq?','',0,'?'),('oz5}ҭӉx>f','wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutType.php',0,'5&UJ','5&UJ','\0!vM˗P{q\'ۏ3','',0,'?'),('pS`]T]D','wp-includes/css/dashicons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׃𫙼Gu','A١*xVL=a7wX^DaO','',0,'?'),('ڣBn` EQ','wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_entry.php',0,':kʓL*',':kʓL*','w˓ ]W$]?I-z?/?t{','',0,'?'),('bB ','wp-content/plugins/woocommerce/assets/css/_mixins.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',', ^+Q}gbs','9F<)[7 Kl>~&(%\n','',0,'?'),('NSw\'Vey','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8WYl@\n','^SWu;QO!ЌsPY͊[','',0,'?'),('݉FMr','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/sale-commissions.php',0,'GZr@2\Z5','GZr@2\Z5','])H5u99Ndx<+\0(','',0,'?'),('}-{X=Lf 9','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mascot.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ƥ)Q\"`=Y+','P@;9/]+Ybt.\Zޅ@ͫ\\k','',0,'?'),('㕭zҙ+*','wp-content/plugins/elegantbuilder/et-layout-builder.php',0,'l5ɒ!8K(o','l5ɒ!8K(o',' S9|TzNzgr)rE','',0,'?'),('ꪜhЕY^','wp-content/themes/twentyseventeen/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1c$&&\"!v','^Jp!<ʛYw\n)l','',0,'?'),('&Uk','wp-content/themes/twentysixteen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>W;o]Uol~P',' ?xv&W=DX*\'\Z','',0,'?'),('#:K/+ǷnT','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/abstract.module.yith-vendor-coupons.php',0,'2cݛK^i0','2cݛK^i0','=OpHP]Y8vTU}ejN','',0,'?'),('B *f 6RW6%','wp-content/themes/Divi/includes/builder/module/SocialMediaFollowItem.php',0,'w&Q=$˿LQ','w&Q=$˿LQ','Tڲl\0 Hי<ᖔNϒ>q','',0,'?'),(' ؆[Br̳$W','wp-content/plugins/updraftplus/includes/S3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pʑp/ֆ',' :xd\rgCti>-`o<','',0,'?'),(' cjCb;V))M','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/vendor-tab.php',0,'疵󉟎e','疵󉟎e','4z#f薬pUBUrO','',0,'?'),('X$aB^','wp-admin/js/user-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T\\\\|\r9','ENE2cBK0s~cN)b?<','',0,'?'),('&d\0n%>','wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ռ7%ZinM','#\r&r{8','',0,'?'),('լLX>H3','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-commission.php',0,';\"\\z3-',';\"\\z3-','a\nuGoUia!6V/iȱok','',0,'?'),('շ5CE/.Q','wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LevqKL}J','!$y=.ɚ|8|S,hp','',0,'?'),('ջOsUȶTПa','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php',0,'u@ -','u@ -','ER3B~%9X;Nî%ҩ','',0,'?'),('IȜJ 7','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~\\ϴ˛','cU/?.L=l]6\r*]x<3','',0,'?'),('¿\"%fN','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-nav.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' GR;̈,_','VX؟c**Mɔ:R\r3\0VZ','',0,'?'),('}F!+\r','wp-content/plugins/wordfence/lib/menu_firewall_rateLimiting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G,Q<ajm',' jS;IN','wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"+tJxu.','ɶ7w\'FljdET-47?o','',0,'?'),('WԾޥ9)','wp-content/plugins/updraftplus/includes/Google/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7԰-}6','E\'`ߢ\rh%oקD1','',0,'?'),('v#cF_+c.Ss','wp-content/plugins/wp-smushit/core/integrations/class-composer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06 U\\\0','L׃:32BԒ7ϣNJ>iwX.','',0,'?'),('K2;@u_HJ','',0,'?'),('ͤ6\0/k','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%.eByUr@%','qZr]#!#[>,!Qd`','',0,'?'),(']8H4bMe@','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php',0,'6lݺ<ɓՋ','6lݺ<ɓՋ','!ݍnmht\0!M]','',0,'?'),('^~Qh.','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-products-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٰ~#vTM','\'\'\rRz X4ڮБr,l','',0,'?'),('7yG.d2{ʍ','wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s:y+1yߒ','»x,{fWK^MZI=ij','',0,'?'),(' \Z0G;]:G@','wp-content/plugins/updraftplus/languages/updraftplus-no.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` V gx','ZN=y2@S^kIJKwYw','',0,'?'),(' ARZ\Z','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php',0,']{`;[ A ',']{`;[ A ','@+e!*D`Pa~?L)3֤','',0,'?'),('9k\":>','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LGd|','7 }Ʉ1װNBY C','',0,'?'),('=5=','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdlb-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>poc&','>=Q?no\Z>3o|!>','',0,'?'),('\'\"9 .1X','wp-content/plugins/easy-coming-soon/css/ecs-admin-style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PQ+M](#','L7Y=܅wA| ; cd7}','',0,'?'),('+wu587NyT','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdlb-B5-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KVr=yvTF','HL,bgKρ`,c\"\\C)','',0,'?'),('+l(&^b.{W','wp-content/plugins/child-theme-configurator/includes/forms/rule-value.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l0{n4','!?=*#IZQXX8','',0,'?'),('1ZBHxh; g','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\>y2]','ʰɓhq á0s7F $','',0,'?'),('Aiz)+','wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zj﹪˳s','O(#ǎ֝@n /FvC','',0,'?'),('P)\n>@-?0T','wp-content/plugins/w3-total-cache/ConfigKeys.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cl^!','=5nEwEɢy.\ZsMYm','',0,'?'),('Y9e`','wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+tX0','rz\ZN[o\nȊ\0ɒEbbR0','',0,'?'),('Z r!ޏf ','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',E^j`\'','oq9a{)h}=#Tק','',0,'?'),('_yH_y¦E7t','wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.L=[Go`^','D><\Zޮ4K`?SLp','',0,'?'),('h`_J#S_,R','wp-content/plugins/wordfence/images/flags/fo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e^KIV','\"7O%1bA$X ','',0,'?'),('k}\ZuR1|2.*','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-categories-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cfQm MY','(q6X}{hn]HQ$d~','',0,'?'),('oҨ*Ko7{ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cK9j\0SiJ','5jMJdv7|֓(9|>W(\'q','',0,'?'),('rYSxwDY˚J[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂ôʼnhH','{ [K\0!긽/\\lw.','',0,'?'),('xa1[9~3@Z','wp-content/plugins/updraftplus/images/addons-images/morefiles.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' V@ug','VB{6O `','',0,'?'),('~NHػ~‹','wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/AbstractLogger.php',0,'&`~SaS&','&`~SaS&','7 Z?ΙAu*/\0G# 2F','',0,'?'),('֋8[0ʊ','wp-content/plugins/wordfence/views/waf/debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʑbc&Yz','(fuK:A3V\r\"ƞdo','',0,'?'),('֋S̠J߭.','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-14.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','02uZ','x71/R\'m_yH|j̞Lrد2','',0,'?'),('֌ qóX[','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bV\ZB=x=','ۙトqTV ^V_(','',0,'?'),('֝f<6fT{$ l~> L;B','',0,'?'),('J![W6ݧ','wp-content/plugins/wordfence/lib/IPTraf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}:U9(>1','S&iC-TʼnԏȄ\rWIl6','',0,'?'),('P+jR','wp-content/plugins/updraftplus/images/updraft_cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a/=dW`[?','%zJQvY^ O4@FhHwP','',0,'?'),('ڌu=s;P|','wp-content/plugins/wpclef/tests/test_clef_tests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>/}LwnN','5îƂFJL(5I)8]$+','',0,'?'),(': gO\n','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W=6Hpn^jr','ngwZ.e\0F5JE{#','',0,'?'),('ܴh7Ǣ ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/init.php',0,')JCBqp','4 Qu SpnIk/','',0,'?'),('򩐗⼑BW','wp-content/themes/twentysixteen/genericons/genericons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P\r6XwxM',')@ ѵvP4\\W*Y\'-c|','',0,'?'),('6_zTU','wp-content/themes/twentyseventeen/template-parts/post/content-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~쓈Zca\\','d 4jkM }_`Pdό)`T','',0,'?'),('6#-y','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f^;.#x!n','q<6C\"|3[\Z;^L_ͩf','',0,'?'),('Q,v7','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Coupon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']^`\"Dfd','\"@3\r.\0=c4W0=','',0,'?'),('bt!hO?E','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/multiple-mode.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+94-&rLx','pR\'ّ4szygs[p2ڊĦ','',0,'?'),('\"̃tq)l@;̏','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"i{@\0=t','ߒ(y^\"E CN\\. p[b','',0,'?'),('8{.WQ','wp-content/themes/Divi/includes/no-results.php',0,'G҃2t*|U','G҃2t*|U','a&\ZLܠOR :','',0,'?'),('Gȩ6\0Y','wp-admin/includes/class-wp-posts-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ҟ${)Mo','gsfJ>1;=E?ldq2','',0,'?'),('M\0c_d','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9lqj|w','+^o.oqU0Upo~;','',0,'?'),('MCSڒ%,<\'L','wp-content/plugins/wordfence/images/flags/np.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.]H2{','eЉLu 4l\04i}QqOow0\0','',0,'?'),('QM(]W','wp-content/plugins/monarch/core/components/api/social/Network.php',0,'ZA\Z 獴hḧ́d','ZA\Z 獴hḧ́d','/bGtߔN/L.p*K:\\1V`N_','',0,'?'),('mKHl','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php',0,'\Z\n\0R1#bv','\Z\n\0R1#bv','pMg`l!7F(78 B4!&d','',0,'?'),('\ZvI:wm\'~K-','wp-includes/ID3/module.audio-video.riff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TfbpGO-','j“f(1M#g>˔$dZ','',0,'?'),('}ġ\"Zѝ\'','wp-content/plugins/updraftplus/includes/Google/Http/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5kkL&ވ','Uѕ+fz:*]b','',0,'?'),('&Zh$ Éo','wp-includes/class-json.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B{vCޯMAm','2E','',0,'?'),('<ճlb) j','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hgtIʳ*','#n-uu!E.dP0eG&[','',0,'?'),('Ah)I\Z]GrE','wp-admin/includes/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2J$g','Ʈ>`I&6o8ڜm8 ~ќ/','',0,'?'),('Dv3d[vfD','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{_)!Ğa','j1\r\ZhH#]ɷ2f󒫩j7G@','',0,'?'),('F:O%:`p','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/simple-text.php',0,'~7(3','~7(3','yVQ.Bʪryt|\nJb=m&;\Z','',0,'?'),('M&3\r3CMaQ{','wp-admin/images/yes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+7܉\rqZQk','=QG9%K,\r\ZFy','',0,'?'),('Q7+y ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.(\\\'3Ȩ','olhi6#K@Jہ)G\0Jϛ7','',0,'?'),('Vۜ}A','wp-content/themes/twentysixteen/template-parts/content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$/s=N','BtT)aHsvx}>','',0,'?'),('i:xAH=\r3N','wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\0{ƴK[','ZJ2F~ǒ241Z| ','',0,'?'),('kڋ0Zs','wp-content/plugins/wp-smushit/core/class-installer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XSSH\np9~܏g','9_ƚE&1J<⭋43_,)','',0,'?'),('oǣ ףf0Y','wp-includes/SimplePie/Core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#\Z','K 5(Їϻ\n-\"}x$f]. b ','',0,'?'),('v\r &X','wp-includes/js/jquery/ui/selectable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ё쮒槶r@','Yh\'4ϨoC:','O{a٭4\\,v!gW','',0,'?'),('\Z\"\'h:\Zj\ZxF0','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php',0,'Ԍ%2>۽UI','Ԍ%2>۽UI','p \\BkrgwA{:Z@','',0,'?'),('\Zċe7 ','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i[[,@FZ',')IZ&>oV+߮P=-yS','',0,'?'),('!QKbY.&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ow&kc','grF\n .oUPdDZdgW','',0,'?'),(',(i7:^^#','wp-includes/js/tinymce/plugins/paste/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IYr ','L°ڊ:FT7fǔ}q\Z','',0,'?'),('/B4bLW/Q ','wp-content/plugins/wp-smushit/app/views/lazyload/disabled-meta-box.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4xH/,Kc','il}\'[5\Z`L3&)د)?}','',0,'?'),('1&J\'#25o0','wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jsJ=!r3!','o ?\rصN(& Br-C[','',0,'?'),('7lk8','wp-content/plugins/updraftplus/languages/updraftplus-af.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@>|)e','#vEn7M4-(Sw`z','',0,'?'),(';G* DEıv','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-upgrade.php',0,'bJmDRZ','bJmDRZ','H@ǀjIDԎhhw','',0,'?'),('J^\Z7uGk+','wp-content/plugins/wordfence/lib/wfDB.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d \"+o','%:HEoW\\,*Ţ#طV','',0,'?'),('ZZ`-sk','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/noneditable/plugin.min.js',0,'(Va8tS+','(Va8tS+','7g\"j+9a \r \n)5Y','',0,'?'),('dT҅:C9$ ΄9','wp-content/plugins/woocommerce/includes/class-wc-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*^`tpx3',' lit3Tg]A\"H)','\"QO%%N3m\\,Tkzd','',0,'?'),('٘\"Pܞ,','wp-content/plugins/wordfence/images/icons/ajax24.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:m𙗣P','j*edoX~7&N9|L','',0,'?'),('ٙ[y?m\"','wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#Uۙ*@','l@[uuPj%2Aˇp(w&x_','',0,'?'),('٬O Ƥ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\$tkW','ɥ\r k(\0>#\0Z:t]u%.','',0,'?'),('ٮk >okQcV58fg','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.9Lj=m/','tPR[vZR\n$Qި\nVU\n\Z(T','',0,'?'),('ٹӃ2HAYfM#m','wp-content/themes/twentysixteen/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ȗG@= /6(\r','/Ì>=Um `!98jC3]aff]f','',0,'?'),('ٽ\0PzmyJ ׂ','wp-content/plugins/wp-smushit/app/assets/images/hero.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{〔k66','&;WX7n[x-*]\nB','',0,'?'),('Ɩut\'','wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F VG','-jjdç2)-ƈbѐ&/','',0,'?'),('Ijg%hq','wp-content/themes/Divi/includes/builder/module/FullwidthMap.php',0,'=np9>F','=np9>F','p9 jZD@ZwE5','',0,'?'),('{/:p+j;','wp-content/plugins/woocommerce/assets/js/admin/api-keys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ߧt^Z@w','d\Z_p Va3 ~46@JJZ','',0,'?'),('!}=`*gZ=','wp-admin/network/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\\*x','/؃/`4MRk|Ʌ`','',0,'?'),('¹S2%=er>','wp-content/plugins/wordfence/images/flags/pw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0\0L','{&F*oތK=:H=<\'','',0,'?'),('1U;(D','wp-content/plugins/wpclef/languages/clef-cs.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\0Z4\rקtS{','\\9|4޼(݆]\'b3[','',0,'?'),('K9AW|87','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~:1Ho o','P~!g q','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')T{ު-m{','BN=%ъ~3\r0vA,:+','',0,'?'),('N2_]]b>','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=;bax',' TתQ`7蹞+Fm݇|&{,','',0,'?'),('\n>-=4lS\0','wp-content/plugins/pdf-embedder/img/toolbarButton-download.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nUܙ&.+','\Z I,,BwfyK^܋w','',0,'?'),('p[G.kw','wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!~&462w','a]\0~>U\Z* }@(,fb c','',0,'?'),('\nH|:Dc0','wp-content/themes/Divi/includes/builder/class-et-global-settings.php',0,'8R1) mW','8R1) mW','ٝoC>p>PBGmq*av','',0,'?'),(';-qu%S\Z n','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php',0,'iYز yo2A','iYز yo2A','z@8)E=O\'.Iİ5','',0,'?'),('w=ŢO&F','wp-admin/css/colors/midnight/colors.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&܍|DW!E4','SoGp{\"FuS&','',0,'?'),('8tB$Rg','wp-content/plugins/elegantbuilder/js/jquery.flexslider-min.js',0,'-X\'','-X\'','\Z/I𥰿H%\\+wN','',0,'?'),('\'<6Bt','wp-content/plugins/woocommerce/templates/archive-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vlIM#','Fo+ñ4i94K@DN!78cq','',0,'?'),('(҉+oI65','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ro_RO.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O7*]|fs EdR','g1@\r\'{zRD;?','',0,'?'),('*-#W\ZIj','wp-content/plugins/facebook-conversion-pixel/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%RNDdq=P','pw=gҝdn','',0,'?'),('L#JһwY=rcyZt','wp-content/plugins/wpclef/includes/class.clef-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hvl}E)l','x RS|V2;6\ZG>2!','',0,'?'),('PB) ^.L*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U \Z+@D1','C7MIp','',0,'?'),('ڊE5^d;','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+~P3','7a?\'l}ƭ/a$^^','',0,'?'),('ڋz􌹛lo ֵJ','wp-content/themes/Divi/includes/builder/module/field/Factory.php',0,'}4ۥ','}4ۥ','\\Ĩ3p|eҟȩE_Sq','',0,'?'),('ڏ^R2g{W','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/datepicker.php',0,'/SȜ=qkAEmy','/SȜ=qkAEmy','HjLvNT9䞞(mnmJ{\Zc','',0,'?'),('ڛ!{EM$','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7hh.:k ',')ln#\'SfBߩ/ ĩ','',0,'?'),('ڠ{KC2tѫ[','wp-content/themes/Divi/includes/builder/scripts/ext/chart.min.js',0,'\r0`\ZZ= 5T(','\r0`\ZZ= 5T(','\r !\"nN!vDa2̏y:','',0,'?'),('ڢ0h\'~H1*','wp-content/plugins/monarch/core/components/lib/WPHttp.php',0,'2qKr\r','2qKr\r','8v(HFP.\nOZ/','',0,'?'),('ڮ.S9 7:','wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r l[x$$h\r ','OvVh*JP/J9IĘS%k','',0,'?'),('ڮ>U@IYo\ZL]A','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-details-by-user.php',0,'k.}ѥX/','k.}ѥX/','~%xkkBiTp+','',0,'?'),('ڼ Bpk=','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Դ --h','',0,'?'),('=ݖg!Q','wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N=Rzge`','yg[R-򞥗 l{)K/','',0,'?'),('}MKBbU+','wp-content/themes/Divi/post_thumbnails_divi.php',0,'‡hԛ0&','‡hԛ0&','n\'N>\r R~CAWc-\n1W t?','',0,'?'),('ݜՓ姠fbÄ/','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/number.php',0,'`0p{V9/','`0p{V9/','RDRjĐEbMh]F6ewfS','',0,'?'),('޷wqy','wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S,dQR%ܣ','mO78/\nV?*hgJ-׋ /u','',0,'?'),('wYa5 /','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php',0,'Wq&syQ\n','Wq&syQ\n','YYr((g9 1_yY;','',0,'?'),('!(t<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G@\rTj,8 $S\0Z','A,!LE5I\ZFw[\0cfn@AiK\r72-@K','',0,'?'),('$M`d58 $','wp-content/plugins/yith-woocommerce-membership-premium/includes/reports/class.yith-wcmbs-download-reports-details-by-user-table.php',0,'\\.\"˷v','\\.\"˷v','3Ҋ\n,lMZצ+> PV\"-','',0,'?'),('*m\\j','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ш99.~r>','c`\\{ȪZkTT˽\rUJ','',0,'?'),(',Rl(=\nq','wp-content/themes/Divi/js/admin_post_settings.js',0,'8.~xKR,','8.~xKR,','{4*\n\'kKQ\nq>X','',0,'?'),('./ CA\0v','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jJI`\rLw','I=Q (9ιop/HY','',0,'?'),('4@D j`u','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}1W\\_','̒Oл?\\)¡an#`0','',0,'?'),('9^+tk','wp-content/plugins/wordfence/images/flags/gw.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9Mj++ONzp','CN^KqvP%Ңǯ5i','',0,'?'),('gˑ\0|7Dd','wp-content/plugins/woocommerce/assets/images/select2.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',v SWaZI\0','\ZS=OnSmo }','',0,'?'),('l\0̈Mƹ','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_button.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܌9I!','ӳtJo_=8CDr ','',0,'?'),('n]itԡ4cڲ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/assets/js/yit-licence.min.js',0,'G#.q, !2','G#.q, !2','yH#f8nXn\n-8-Ȑ','',0,'?'),('pi6^?i','wp-content/plugins/bloom/core/components/VersionRollback.php',0,'%*YI\\TC{','%*YI\\TC{','Ծ15kXYݙ̠ޯ`frq^','',0,'?'),('r\0E1I[','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e}6닐',' o\\UIfPx[','',0,'?'),('r~sS?R?\r','wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<ɃY*dD','\'Y 3|[@m]bzEH<','',0,'?'),('ۆ:K%&M\0k֟','wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eg@ғ-\0','FR\0%d;ꃮ1^fE6qPY','',0,'?'),('ۆj[db&A-9eOdJ:','s嵧P*crj)','',0,'?'),('ۍ\ro.g@M','wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ȳ?zNwE','+t] H{G{ !q','',0,'?'),('ەֈQc@xŞ ','wp-content/plugins/woocommerce/i18n/states/NP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|\\iڝ','\Zv\\%bG lg2l{,_UMX9','',0,'?'),('ۖJBwC|Mv','wp-content/plugins/wordfence/lib/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R|$V;P','ǖh[\0ɶ|0< *\' lWz=','',0,'?'),('۠5D꘎˵>mD','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%_zo}\n(b','&&զ2$Ұt','',0,'?'),('ۨ2SR-*','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js',0,'їH$䤉_M','їH$䤉_M','\ZL\Za#^Ղ#FSgT^f','',0,'?'),('۩^*%ANiA','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\"Q3C\\','\"TMoNFGE +:+e','',0,'?'),('۪VI1OC.%','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-ajax.php',0,'6\0#0sB%%','6\0#0sB%%','D=?ܶ\'{tziuw[O','',0,'?'),('۪ .ո\\','wp-includes/js/tinymce/skins/wordpress/wp-content.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'L[7#J2','uA>#B8V,4~','',0,'?'),('۫ܳYh','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XAg)EF','Mgό\"LcJiThI*Nw .|','',0,'?'),('۬9u>lKE[','wp-content/plugins/wpclef/assets/src/sass/bourbon/_bourbon-deprecated-upcoming.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4 vC)o$)O%',')T6җ/R檛v d :7 ','',0,'?'),('(1LU(1ݞ','wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I7Y\\','Jϭq 6ʶO J=1\08``','',0,'?'),('rx 7','wp-content/plugins/woocommerce/includes/class-wc-emails.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','08 9:l;FV','lNcALp[`Z\0Q==x','',0,'?'),('k_uޣZry','wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-921.min.js',0,'MrhE~H9','MrhE~H9','TO\"7ƾ6R+7Cdqv_S8','',0,'?'),('o]x٘F','wp-content/plugins/woocommerce/templates/single-product/product-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k̒=\"f\r','3\Z>hbaDElS ','',0,'?'),('Z {rZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','٠k,\"9G=','],E4\ZDlj\'r\nCB#ݿ','',0,'?'),('ȼ؟\'\r`','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|dda6\'ޚ',' 7R _0:8i81','',0,'?'),('\naG92쇢','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-image.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٛ%k&t','܌@d7_v G|Ǜۨ','',0,'?'),('*bdMl','wp-content/plugins/wp-smushit/_src/fonts/smush-graphic-dashboard-summary.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3<ɃY*dD','\'Y 3|[@m]bzEH<','',0,'?'),('d2M_\\Pd','wp-content/plugins/updraftplus/languages/updraftplus-es_VE.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7$V.C([b#g','S\"#b ?*Y:06QpR1V','',0,'?'),('FjhB','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`}qzV\")','JdLk魯P,_ѝل_^f&T','',0,'?'),('֗0cj6','wp-content/plugins/woocommerce/templates/checkout/review-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hh5Af̖N','^:Vۀ]v,Y2aл6','',0,'?'),('2G?_\\-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$$Z3\n\"kεZ','`-ӕ.p|IvjX\r c','',0,'?'),('3ohyO~ɍ','wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\\]_sr1殁','$\rAg?EwFkg;S<','',0,'?'),('4pĐ\r]`N\"^','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֖E15zHKKmgY','g@n\" [E:7 n','',0,'?'),(';APӝZy','wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ks1s=b`','eú+_ YbY\"b7rCh/a','',0,'?'),('>ڨ\r;,lY5o','wp-content/plugins/woocommerce/includes/class-wc-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','꜖5Zv|X\n%O','\nV!\'jKΝP4azA!P9]','',0,'?'),('>n*p[FB:','wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php',0,'=kF{&T','=kF{&T','I`}dG\\z6}>\0','',0,'?'),('F|\nMN,8ݪ\'','wp-admin/css/press-this.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lJb#Nx9&=\n','%kow','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SCr!|su4UP','ܯҹO~v\'>Yՠ','8 ׾9MjqjzZ)yH','',0,'?'),('܅@s#vHlJD','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rޮ4:','n;\rmJ\Z< \0DB*ȲUZݫ$','',0,'?'),('܉]je*:p','wp-content/plugins/wordfence/images/flags/ck.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sάiԛ','1=SopLTjUc=ɁA[','',0,'?'),('܎.}z^\n\r','wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.validate.js',0,'2IEAG\rA','2IEAG\rA','s`# 汏G% ⡪El\'','',0,'?'),('ܕ\'~]uTM','wp-content/plugins/facebook-conversion-pixel/includes/integrations/quizcat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0wÞeGZ;O','Ts߰8L]\n /xT\'','',0,'?'),('ܚ\\}K0ćņF&','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dr,*\rΰ=޳','^1Il:~C+\r?Yb23(b','',0,'?'),('ܚpH','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/sales-by-date.php',0,'GZr@2\Z5','GZr@2\Z5','])H5u99Ndx<+\0(','',0,'?'),('ܜoW$y=?Au_','wp-content/plugins/wp-smushit/core/integrations/class-nextgen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O\0Uvh','wp-content/plugins/wpclef/includes/class.clef-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eEǀɗ<;p-Y','@_d4$\rst\\B','',0,'?'),('ܟK\"E?p2','wp-content/themes/Divi/includes/builder/api/DiviExtensions.php',0,'akeƼ M(','akeƼ M(','|;0Y>OtdEX ?`','',0,'?'),('ܟ3S֏\"','wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/O@ ','oJq>u1?w~dGka','',0,'?'),('ܧ-Kq','wp-content/themes/Divi/includes/builder/module/field/template/Tabbed.php',0,'7K%I&H','7K%I&H','$^P+~a 2\0]!^A&,k̔; d','',0,'?'),('ܩ29{?M[y k','wp-content/plugins/bloom/core/components/api/email/MailerLite.php',0,'\\w~\ZIAr͗','\\w~\ZIAr͗','\'9GܬK)=.;\r^$\n!<_`','',0,'?'),('ܲsb̸Tl@a','wp-content/plugins/et-shortcodes/core/admin/js/portability.js',0,'<\n 3%bdi','<\n 3%bdi','4蚞w,@)n*]uٵb 9v/','',0,'?'),('&LҿwWTn\n','wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i< $3g','-\\\n/IS&O\n\Z;','',0,'?'),('=c^','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/panel.spinner.min.js',0,'pW[=|E\'','pW[=|E\'','ihzBj6N{a(d\0','',0,'?'),('ջZml4ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K{…fwh','?Yag\\%*LoO82','',0,'?'),('P!.Xb%:PJ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+>ZQ','rc(,W@PyZg;ts)YX ','',0,'?'),('\rɵ^L','wp-content/plugins/yith-woocommerce-membership-premium/templates/metaboxes/restrict_access.php',0,'LxWԌ','LxWԌ','#:\"sbv3bqF$','wp-content/plugins/woocommerce/includes/api/class-wc-rest-authentication.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&y\rB','d.xq GMIv @3','',0,'?'),('6>l\rѲY','wp-content/plugins/wordfence/waf/wfWAFGeoIP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I ZG4p\'`',' 8+>uwHrmjj^> ','',0,'?'),(';^ء16s2','',0,'?'),('vۖ{jLh1t','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/ServiceIterator.php',0,'(H:s~ӑ>C','(H:s~ӑ>C','\n QbjօmjoK%','',0,'?'),('wsYes{','wp-content/plugins/contact-form-7/admin/includes/help-tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\0VÐ ','fl 3X)a*[g0\Z)Wl$','',0,'?'),('| eBQGG','wp-content/plugins/wp-smushit/core/modules/class-resize-detection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a/-C\'V','m+Uݽ`nqީNld?;#!\"с','',0,'?'),('~aPmjby','wp-content/plugins/wordpress-seo/inc/indexables/class-term-object-type.php',0,'*.I9V. 2','*.I9V. 2','x_ rpO\ZG#d#Di?i','',0,'?'),('݋rn}z w\'','wp-content/plugins/contact-form-7/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T>J}箬PS','l8j|-\'`oRL+M Z','',0,'?'),('ݏ97X<Թ/j\\','wp-content/plugins/wordfence/images/flags/yt.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʉrT\0h','p^EkUCז, 0h4=_[','',0,'?'),('ݖyUxM ','wp-content/plugins/woocommerce/templates/global/quantity-input.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FE,«w','\\J I@d[h0Z>d1','',0,'?'),('ݖ\'\"|3_t|','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[ |sX','SWN+C<1UD8\'U8=z','',0,'?'),('ݘ`b1tX\ZZ K/','wp-content/plugins/wordfence/images/flags/in.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sY','6Ĭzg꾺}zbdv9vJ','',0,'?'),('ݨNVЈ9tfLl','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`qϵ=wf4','֐>EɤO\r;70W@=\0','',0,'?'),('ݺ$;kJ al1','wp-content/plugins/contact-form-7/modules/select.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVCmYM2g;G','\nx҅h\\yk','',0,'?'),('Fb>%]','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/woocommerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s afԡ','kVMqhV:/h\nRyS@','',0,'?'),('؛]\rY#u','wp-content/themes/Divi/includes/builder/module/Blurb.php',0,'I+L\n@Az{$','I+L\n@Az{$','U|lq%ϒ[\rhgGEvan}','',0,'?'),('O\0l[lq+RS28$','wp-content/plugins/w3-total-cache/inc/options/minify/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('di#y۶','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/users_lock.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}{[uԕW_gj','6/\\0W׃Qcpuqr*','',0,'?'),('۾S)9','wp-content/plugins/wordfence/images/flags/vn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P᳗vwܶPTo','^S5n“Ao ȀU|)6|,','',0,'?'),('ޓCMp6Yz','wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qòÀ1!','N3-^Z\ZAp1','',0,'?'),('&twR ','wp-content/plugins/child-theme-configurator/includes/forms/themepreview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iBS+p֣','WЖ}AOw\'({\nJ+/','',0,'?'),('_?X\"D1GU\nA','wp-content/plugins/updraftplus/css/updraftplus-admin.min.css.map',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dϥzaL;\n','9? Q/\0ϣ^ܦI#q','',0,'?'),('gJ+','wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X1^[OQ#','<LQ$kjZ~s/ 韫M%&','',0,'?'),('Bl!0C5^','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ci{W6slp:L','d)[zrGOAad:\',sx_','',0,'?'),('\0 =^<','wp-content/plugins/wordpress-seo/admin/class-extension.php',0,'Fc꫃Y=qB6o~&\"','Fc꫃Y=qB6o~&\"','j. 4x^q90HԵE','',0,'?'),('\n2 y4Pg+4<.','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autoresize/plugin.min.js',0,'-,S\nPK)R','-,S\nPK)R','VlT\\+LA#k{JbizV','',0,'?'),('$}OX ?z+','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p6_EY',')WL_]M`GKOh[$e .\0','',0,'?'),('nӻF$pa','wp-content/plugins/w3-total-cache/lib/Google/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LyY@Al','7xJ̉4^\r$e(ޱazL','',0,'?'),('K{+ֶi@m','wp-content/plugins/wordpress-seo/src/yoast-model.php',0,'S:=Ni Y_','S:=Ni Y_','\n0Q͞\0ARoR-jkʣJm','',0,'?'),('0_ __,}F','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\|399~6','<QW&=ևuysA7','',0,'?'),('3^PMYHD','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶B=\rz3j','iI/=MMX:MApv\r','',0,'?'),('< 86Ko X','wp-content/plugins/wordfence/css/activity-report-widget.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J^x;yc','ӡfaMWv+W%}`DN','',0,'?'),('Dwy3ez8','wp-content/plugins/woocommerce/woocommerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r]Wm*KYM\n$','!>2$/%p쵅9]Mx78F','',0,'?'),('F|.$#','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!axv^uK8\n','ͦ%o޽÷h~V\Z!\"Wu','',0,'?'),('N\\|`*,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rT`?J/','-Pfy$q\\_xbcX. 4','',0,'?'),('Op+~m4KN\n','wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yz\'++17','SRb9)\"dsq7Ug\"','',0,'?'),(']=\r65','wp-content/plugins/updraftplus/vendor/composer/autoload_real.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=~>FA\Z','s|{2@šȓoE╵','',0,'?'),('^K^8v8','wp-content/themes/twentyfifteen/content-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','',0,'?'),('ޭa89aIM','wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x f>ګO','ՌjK< G X1`gư}.z','',0,'?'),('޼e^<g','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php',0,'iW&JMm','iW&JMm','6)tQW.6m-FFN]R','',0,'?'),('޽ Bx1H','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/IPNListener/ipnlistener.php',0,'p\0y%+:T[OA','p\0y%+:T[OA','<G\Zq@Y-&2\ng\r \'6','',0,'?'),('޽s㝢@1i:\Z','wp-content/plugins/wordfence/images/flags/er.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AQ uVo','rA>fW-scC','',0,'?'),('޾@說$p','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/commissions-paid.php',0,'zj?ܽGV','zj?ܽGV','|77t<3H6*3s\"\"z','',0,'?'),('N4ۂh','wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-controller.php',0,'нO)^`K','нO)^`K','P+δD%h\Zl\0','',0,'?'),('/','wp-content/plugins/wordfence/images/flags/ai.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7֖*솼 ',' 1T6\r9\0XfdZ]%ik','',0,'?'),('z<2','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php',0,'63|Fz?','63|Fz?','`\'~`48?5ݜ}P y','',0,'?'),('ދ1Fa','wp-content/plugins/wordfence/lib/wfArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','emyVM\Z','b\"s5]ٯ\\b$@_;vyYR1','',0,'?'),('Byk[b','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cpt-unlimited.min.js',0,'AL)|{A-','AL)|{A-','^ؒ&^W \"]','',0,'?'),(' Fq׬6','wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginsliderskins.js',0,'6I\Z.6h#Ȥ','6I\Z.6h#Ȥ','$b#Ѷg\r(x\"|','',0,'?'),('\'g!:H),','wp-includes/SimplePie/XML/Declaration/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p(ÅBs#b',' v_6+q)ź(1),','',0,'?'),('`抵9','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/time.php',0,'`\nl{#ѭ','`\nl{#ѭ','.~8[r?Me2$7Zoۦs','',0,'?'),('8!& C','wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php',0,'w>\"EWX^0J|','w>\"EWX^0J|','c\n3 2 ,Ot1L^k`g@.nBRn','',0,'?'),(':tL|!F','wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bd>WҒ[T','(1m>܂M#Gg~w','',0,'?'),('H\n;$j','wp-content/plugins/wordpress-seo/admin/class-meta-storage.php',0,'dB0)AH','dB0)AH','w2$DC^З_{^4#d8x(J+(','',0,'?'),('\"c)j\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W#DDVn','TxFzwt R݊y','',0,'?'),('FI@OR}tadW','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ShJ 5!4','\ZYJ7:Otxsn','',0,'?'),('I=o%','wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lK @Eu','{;Uk%I=weTW\rw','',0,'?'),('L#aW ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~#XGउA+','\r(V/,Cxɧs`Ũw{','',0,'?'),('Vp\'tiy\nW|','wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/admin-before.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۾qd3 mFCJ','{ٯA##}O3*kuIE','',0,'?'),('f}1&9_}$','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/reports-options.php',0,'@]Sx_$V-M','@]Sx_$V-M','EGDxv`IIS8}\n','',0,'?'),('g]Ҩ[','wp-content/plugins/woocommerce/i18n/states/IT.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' c~|ê','fDYj\\r%o(NYWV<','',0,'?'),('q%ű m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ozb{\Z ','k\nr+7M4D?E,R:X`','',0,'?'),('{i\Z2ayRt','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H8:fH(c-','U\08xa:L?ި$/z','',0,'?'),('|-I5','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=W)}n+SҖs','.J3\0} \"v\\:ޭק&ǚ#?i;','',0,'?'),('ߌ(2','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qخߩ|/','>G6v\'w܁lK-I!qlw\"','',0,'?'),('ߗ Qu!ٶx[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-\0g\rFġ','ܖ71J 7BA7|mLux3}\n^','',0,'?'),('ߥ]\\;Lc9R\Z','wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z+|x','u/DL:E\0~edxfQ','',0,'?'),('ߥ䓿~;Q2D','wp-content/plugins/wordfence/images/flags/mn.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C\']jn`','FS^|\nFKrS筌%X V7','',0,'?'),('ߩ@?#e(','wp-content/plugins/updraftplus/includes/checkout-embed/products.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$h}pX\r','rd=ZŨ/ۢzvsD\"ycȎ꼖','',0,'?'),('߰Sh[۳','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ں_^le1aו','Q7:bGkAIܥʦa','',0,'?'),('ߴCΝm0 \"','wp-content/plugins/instagram-feed/README.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"?n۰KX ,4','<&ªifۇG]VNZHvwx','',0,'?'),('߹V=\"#n ','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I =~i','iaCʹIGDzp9>\n-eW\ZO2','',0,'?'),('[Hq Xh]','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i?VAua','(zQ_>Hl)- 0oKa$N','',0,'?'),('Ȧ0 $7O> ','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3:kRrU~?','sj^GxCi,`6','j@Z*w4[','',0,'?'),('bIG9^\0','wp-content/themes/Divi/includes/builder/module/FullwidthHeader.php',0,'B}k>','B}k>','j\'?PߗH)RM','\"_Nsɐf N?RHn','',0,'?'),('E\",V1=Y','wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UNn\'M(Z',';a^=3xI/4L99x#','',0,'?'),('\"S=XJxM ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-cs_CZ.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xtէ+y\r','^apE{g2rMݵ#wO3@?h','',0,'?'),(' Vq%l#','wp-content/plugins/updraftplus/includes/jstree/jstree.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JdQ/Tqf','?5.W,e~\"+ ݐ\Z6ڨaz5','',0,'?'),(' X3U;D.e','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/commissions-paid.php',0,'zj?ܽGV','zj?ܽGV','|77t<3H6*3s\"\"z','',0,'?'),('Ō|ܩ','wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-921.min.js',0,'_=/(M9)Y','_=/(M9)Y',')~j9!d\'t1h؁|_','',0,'?'),('\0KWL=n% m','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/video-thumb.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'U^ \\n$F','j+%\\5BcRm\"','',0,'?'),('!0tT( ','wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\\KKGлSA','Z%A|xw hSed`};%)9)','',0,'?'),('#B 0','wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t泞`\r!Mg','\"Є֒]of얶\rq`f=2-A','',0,'?'),('%\ngB*','wp-content/plugins/w3-total-cache/Util_File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VH-?',';̱pߏfCfgsM\rļ)8nS|$','',0,'?'),('%f\\+,\0\\Y','wp-admin/includes/class-wp-filesystem-base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\n?@m=','x\\y|mk1;=9##','',0,'?'),('\'Q,[^}+','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js',0,'\nxi^\Z','\nxi^\Z','Ht R[H͡g3@ܖ+m ','',0,'?'),('(3MIDb d>[','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/settings-wcmv-shipping.php',0,'SL8^t:','SL8^t:','c[P(404\rcI {\Z}{ #p','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pl_PL.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z _511\0','A9Xp*\\\n(Wܓ<y~{\\~','',0,'?'),('<\\g F','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#,ZE','.E}l_wT\nV; P;','',0,'?'),('D=xX6 ت','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[t.ޱƳuu8{','ro_Fw\Z$w?@q]Qbf2o','',0,'?'),('I`v(<','wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nq*ZF)2','&4\"\rQjX mN\"?Po\\?','',0,'?'),('lqf\0C<ۓ~\\h','wp-content/themes/Divi/includes/builder/module/settings/migration/FullwidthHeader.php',0,'܀?.','܀?.','pJ\r#oh^FbRӊ,gT07','',0,'?'),('ukJ]{VTԥI','wp-content/plugins/updraftplus/methods/cloudfiles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')vh]t˷zj','So]^~nAԚNoܵ','',0,'?'),('KQׇI','wp-content/plugins/wpclef/assets/src/sass/_settings-page.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ې,[vlM d','JGtg$ibW,^\ZhUsMɁ','',0,'?'),('$҄Ms+','wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qn R񂯔P','*0\'(07TAȕۉeFƘG(!','',0,'?'),(']!4$\0QȂ :g','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes/modern/theme.min.js',0,'VL]Tg2%\Z','VL]Tg2%\Z','bYC$]}ټ C;:','',0,'?'),('rMܴ-\nS','wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }^)9o','geHBϔ@\"4#M ЌR@È DI','',0,'?'),('uOD@H,2L)','wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php',0,'%е~R_','%е~R_','4T`.``yV@cG{ɠ','',0,'?'),('~ZdS3\rR','wp-content/plugins/updraftplus/central/modules/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m YE܈i\0','#nEtφTuP \r@G>4L\"u','',0,'?'),('Ѡ e&əm','wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a@V.{M','Ag^e FrGxNj,t','',0,'?'),('cq}adx','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N[ m|`,',';|Hfg)vLnuMݘVr3@a','',0,'?'),('tΐw)(!RcO','wp-content/plugins/updraftplus/languages/updraftplus-zh_CN.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E|rCy','7XZo`s<~AlV','',0,'?'),('o=BK,4mx','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SvBtO*.m','q 0@斒X1$,w1lէk','',0,'?'),('ΧlwO9PV\Z','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q3I[gצZ\rx-','N55f-asx C+U','',0,'?'),('Wׯ+j L=','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/new-vendor-registration.php',0,'-p3om١W','-p3om١W','&QEsjMԽ7DkAѣ','',0,'?'),('@*״?j>a','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/FrameworkRunner.php',0,'f4zcQ[M d','f4zcQ[M d','\\֋]Y4wM10zw {:[M','',0,'?'),(' `EZ]xfl','',0,'?'),('Vt嫄Ii','wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]5byj/',':uXOs1Jpsn\'\'3e6','',0,'?'),('W(o#or ','wp-content/plugins/easy-coming-soon/theme_options/pages/images/Home-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n̷@e\"c\Z','s\"i@5*0K J8Kh$','',0,'?'),('Z(>(1bޫZ','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N )8/|Ch','~}Cd\n˚\0eWRLjV %','',0,'?'),('l5x67B\0a','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/compatibility/multivendor/edit-product-vendors-taxonomy.php',0,'4]#\\=S$/','4]#\\=S$/','\nM9wT#Hy9ZN;','kø;ue4>+LLe|Ygu','',0,'?'),('Hиo%pk}','wp-content/plugins/woocommerce/includes/wc-template-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$2Edw8p e','^%3;$K#\"֎!>Vzeք~','',0,'?'),('ሳ֊ZрW 9þ','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zi\ZS\"f@J','mxp/l H>41G>3D“\n5Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uih- K',' %\\Iu=\nQ`v9}%','',0,'?'),('zM]^;+ ','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/TaskManagerTest.php',0,'{Q5%W','{Q5%W','#%J˹8\rA>uC$l2 \'ףci','',0,'?'),('៵ @~G52','wp-content/plugins/wordfence/images/flags/sprite-des-64.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\n4F6.\\j $R','Lɜ7?ykiE&:','',0,'?'),('-.7$:e8','wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n:Jfb2u#R','ťL:/5{4谖 8ۊm7h','',0,'?'),('rQBq,)~8tX','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/pem/bundle.pem',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P2#ǭ','6tjUM\r6-*vg!$TwtQj@T]','',0,'?'),('N`@j<.%','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|S}-:ZFA^','\\\ZTwr@\Zc ;OҲʻ2','',0,'?'),('Z$n4|oM','wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lS,pc;','}[׀{/[,=?|y2\Z\r','',0,'?'),('POY','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<=<Y','.W.[0ޣIS;+o','',0,'?'),('!/q(t;xn','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q)08J','3*lȿR{n Iסpݑ@','',0,'?'),('ظ!9~[','wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-reviews-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 75]G;','On]ήi0zp\n\"z','',0,'?'),('\n C#9','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-customer-list.php',0,' RԗEi5<\"J',' RԗEi5<\"J','\Z)^m|4$O_ˀ4Wa,y','',0,'?'),('֞H0y;','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_prefixer.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iz4c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h\rtO4','zp;Є+=6,Ƅf/\\Aj.','',0,'?'),('[|5R\rk','wp-content/plugins/wordpress-seo/src/config/admin.php',0,'O¸mj%K','O¸mj%K','6ԍ>qٱ^S4\nb8fwT\\OP#','',0,'?'),(' D ','wp-content/plugins/woocommerce/templates/checkout/cart-errors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>܋ɔ','`@@DV}X{7s60Q*','',0,'?'),('%hi\r\0IV','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"1:o8c','V 9{3HO$w_wߝ\':','',0,'?'),('ٟ#{6p}Y','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mU(|ol ','ʍvyizn A Sj\\ݭ','',0,'?'),('UbxBUA[m`J','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=5\n-~(bjg]Z}(','sO3a}WUp9&AhW','',0,'?'),('_=o~sa','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E噸mۿ8','LR+5%\"[6tY͏','',0,'?'),('ci(&f\0NN','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' k` lJ?5HV','Ԣck%Fʘ','',0,'?'),('lɃandv\"Q','wp-content/plugins/contact-form-7/admin/js/tag-generator.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tyY@x,R.;',' V]\'mW3 T\"\n䄿ôz~N=','',0,'?'),('q/Hd{Z\\~','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autosave/plugin.min.js',0,'MZݙ18E','MZݙ18E','wq \rْ#Z\'\r4s','',0,'?'),('rM2E?','wp-content/themes/Divi/includes/builder/module/Image.php',0,'hޓ#wbr(D','hޓ#wbr(D','I#Hh頡\0 ( ','',0,'?'),('s$svW;','wp-content/plugins/w3-total-cache/Root_AdminActivation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MUd@Pgl','\nY2\ZFrz˓Y馘\\3M\r Ԯ','',0,'?'),('zg:Mqj8','wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E%r(:x03g\0a','@ y$U@uh` |q','',0,'?'),('↌ӯi8v','wp-content/plugins/google-analytics-for-wordpress/includes/admin/reporting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\rs`.r','M]h59o!t5 T','',0,'?'),('❎z숯hGF& ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-commission.php',0,'~\'8/C\Z@4','~\'8/C\Z@4','Ԯ#*!BZP\nՁD','',0,'?'),('➪CX7&-vo#','wp-content/plugins/limit-login-attempts/limit-login-attempts-ro_RO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?MƲp\\','Ps1X$w7Q5j,dǧU\0','',0,'?'),('K1MV.f|<','wp-content/plugins/easy-coming-soon/template/coming_soon_display.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D1v[[ȥ','MX@yB< {hm$VQR+','',0,'?'),('ⲍ~\\d_;7','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/lib/yit-licence.php',0,'hо4\nDؽk','hо4\nDؽk','qI=NO;l.󹸞','',0,'?'),('|`Ӈ,&','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yB2LgpѝƎ%','@ 5w) v`\Zt','',0,'?'),(',mm(C-','wp-content/plugins/limit-login-attempts/limit-login-attempts-hu_HU.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5[/G','=X׻N釫&OKH ߼k̏','',0,'?'),('E@\"lK','wp-content/plugins/wp-smushit/core/api/class-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OOtm}0','\"i΍҆MZZ9&l3C4I','',0,'?'),('C&`UˣY','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z}\r/D`|5ω','՛8\Z\"k\0&2z{','',0,'?'),('ĸ:,p1Hr','wp-admin/js/dashboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ňGN\r%΢','&>ct2ZLThE]RsU','',0,'?'),('ho.Xr','wp-content/plugins/easy-coming-soon/theme_options/css/comp-chart.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Dr51*^x','>J{Ն&[&x>!','',0,'?'),('3WQɌ \"','wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';w,aNzŠ8ݕ','',0,'?'),('.aZja','wp-content/themes/twentysixteen/template-parts/content-single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cYoLxwF','KÛw9T1lJ$m#XWm','',0,'?'),('0;-,AEy','wp-includes/theme-compat/sidebar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sHDl,\n','NF?gAٝkap>p+;1 %','',0,'?'),('F{eߒjU','wp-content/plugins/google-analytics-for-wordpress/assets/images/trustpulse.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Y#m{RPb','#kfp=V4\ne%5V\\-)$','',0,'?'),('L$@]%+X','wp-content/themes/twentyfifteen/inc/back-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a [`z','դ<N?GX4-\"Qgm+cx6c','',0,'?'),('M=&r1','wp-content/plugins/et-shortcodes/core/admin/includes/class-portability.php',0,'ǽR7/(w','ǽR7/(w','bbyoXB09S;','',0,'?'),('UQL_|_','wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-7.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms**\"','\nudj{nvs','',0,'?'),('_Zܾt','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/wordcount/plugin.min.js',0,'%w Nx-yz','%w Nx-yz','3S7 ,ߐcGen/eJBJm$lC','',0,'?'),('aOj\'ŻD*ցV4','wp-cron.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bvme%Iv26','!4\\zU\06Z1%K,QD','',0,'?'),('coeRP]zL~','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php',0,'rd>U@P','rd>U@P',';E_^UүtE :*E','',0,'?'),('g0\r;s]m','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_PT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']UUEoE','6aiܹ_P:<m˖q','',0,'?'),('gBëED7','wp-content/plugins/wp-smushit/_src/images/share-bg-small.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']J ֭Sp8','\ZS\"tbeRHF;D6trW|','',0,'?'),('y z2.^','wp-content/plugins/w3-total-cache/pub/css/options.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W- ]j','[K#H/*M1-!?u','',0,'?'),('j,_ٽ@/','wp-content/plugins/easy-coming-soon/theme_options/pages/images/header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lBj','!)eˬ7̒vrOv`J+j','',0,'?'),('>z*})14c','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*#`Jط0\n?','qmmL4 l2>+Jp2Y4_','',0,'?'),('%hǦch','wp-content/plugins/wpclef/includes/class.clef-internal-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_','p[o$%$fiM Ja','',0,'?'),('e\\kc Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JFyžr@{','EN{tMjXIAǧ_}noY9','',0,'?'),('_kȢi \Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel-sidebar.js',0,',j\\bf\"&',',j\\bf\"&','OnFR*~H1bwn;l#L@jXS','',0,'?'),('D{W1','wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dMEv_@T','d}\r\\Kt?XWtqտIw','',0,'?'),('\r039T 7bO!g','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/WP-Symbol.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L=݁ZPqs','hg{n6x%\05Q}j;* *','',0,'?'),('s0?BWǣ!','wp-content/plugins/updraftplus/includes/updraftplus-tour.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XpISt✓-] YB','ɄE4o\'a7fcNĔx','',0,'?'),('ߢ ďrP','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/select-mailchimp.php',0,'ZH\"BH?','ZH\"BH?','NR [&^2$.=}2\\K2#','',0,'?'),('\0)5[Wӽ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss/plugin.min.js',0,'2za','2za','{95m[5Tm\\R','',0,'?'),('\0p\Z)*','wp-content/plugins/instagram-feed/img/masonry.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nh]ӽ/D\r',')Ո|UGPmmF0C1','',0,'?'),('q82v&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x=vc:P-`N','SӖ| K?MAQ`=\\M','',0,'?'),('ȃH\'M-oԭ|c&','',0,'?'),('|\nBl}','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_linear-positions-parser.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*읁VllK','-n#L -]ɬ$&]','',0,'?'),('#iJH?@','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QG#JRÙA','w蔍-2','',0,'?'),('ry @rtcIF','wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#YLփn&S',' Ʉc9,9E.7\"{wsOw','',0,'?'),('ybbߏu$#Ԗ','wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php',0,'gԽJYۿ`7=(4','gԽJYۿ`7=(4','o&5/%j\n9>\n4)','',0,'?'),('Sdk8qF','wp-content/themes/Divi/includes/builder/scripts/jquery.fitvids.js',0,'\ZS G԰r','\ZS G԰r','r\nҷn ȥG췔i\Z8ݏ- \n','',0,'?'),('䋊V!2d-\n','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Eɿ\'j+.T}','HٲyGy?-n g`’a','',0,'?'),('ЏBx\nF~','wp-content/plugins/monarch/core/components/api/email/iContact.php',0,'ʏz| hO','ʏz| hO','%rTSiPۈI{E','',0,'?'),('?p{N㧊U','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':o3hd`','qDOc\\HLr\ZOB1J','',0,'?'),('ݠ(& )ݒiP','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/assets/js/yit-licence.js',0,'6yEpQ_@','6yEpQ_@','e3 cB5Ug,','c8nkx[0G-+/|KWfzF/','',0,'?'),('k+-O<}?yU','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fi.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z6OD@>vBz','+EEƏo i2\"pf!','',0,'?'),('̯[/T-°>Ə','wp-content/plugins/wp-smushit/_src/scss/modules/_variables.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}*QDct','60ђnY*СKp\nkn?j\"6wEX','',0,'?'),('o]mL3^','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\h^ج','!7UuW ䷉jj ~E','',0,'?'),('_Ix F','wp-content/plugins/updraftplus/backup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2l`+?\rA','M%}\'Myi!E','',0,'?'),('zpKC{\\>','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v>V80','Ęj\nu+\"b&s~g\rM#','',0,'?'),('6@NkZl8`','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-sales-by-date.php',0,'~!_QH\n','~!_QH\n','j1̗ګ\'&*CHC\0w墊{B','',0,'?'),('1]M|KFZ','wp-content/plugins/wordfence/lib/wfBulkCountries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}M슱_#9',' p8Ah\ra$|cfKg$H#w64','',0,'?'),('z\\Ut[T\Z','wp-content/plugins/mailchimp-for-wp/phpcs.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#6T\"8_\Zt/','N_lm_N+#V},nt ?','',0,'?'),('?1şvWA','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-de_AT.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' pbk*','`XrhcޢZX`T4߀Bz9n%~x&','',0,'?'),(']x`=F','wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nuݻrF','Q.$bsX\'2r# mKEw*͒','',0,'?'),('\00qĊNy)','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zFx?NĢ','\\&@n,\'ؽoxbى}','',0,'?'),('ljbʯq)4o','wp-content/plugins/wp-smushit/app/views/smush-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\'$^} ',':;hXڃ:W\"Tu8','',0,'?'),('|LwƴiKr{','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image/plugin.min.js',0,'.ϙ\"񝬘','.ϙ\"񝬘','B#TCp[;Gf&59|\"\'i','',0,'?'),('1|QUl,]','wp-content/plugins/child-theme-configurator/includes/forms/tabs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ė>&ZmIG.','˷]O\rg_ .#*3\'+>FFZrVO','',0,'?'),('Į6Ylz','wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-zone-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǿI<>E059u','iǓ%, Sih>^ρJpXT>cO','',0,'?'),('口SfF \\','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',1@b9','$- GZ˵yǀ\n_BTQ(','',0,'?'),('8|LP ','wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php',0,'Sf$X15IP','Sf$X15IP','{%Z\\6q;OBݡ)o]c','',0,'?'),('V:S˭%0Q8','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6 ;cTYi','Q\n[jUx fhݳaz\Zfǻ>','',0,'?'),('czƨRFj','wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_2J5ĘH\0','1$#H #©cě,(J6','',0,'?'),('rǞtqp','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UCS2-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}¿uYA,','Χe4,^ofO#S6h','',0,'?'),('$w ym','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@g^?^m','<6 Aa=*4OH\\;$sd= h','',0,'?'),('Ӌ!UL-M)','wp-content/plugins/wpclef/assets/dist/js/connect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sV9q\"W>>(','CX_L7U%ÕM䶞','',0,'?'),('rzeȻ)','wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/connect.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"]熂8\0','\Z$:~pxҐuҖ\'[y0)','',0,'?'),('TP5<蜻','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js',0,'+.B(];j','+.B(];j','ۺ\nME:Vɹef{W','',0,'?'),('ac','wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin.js',0,'\0M.]:t5-NVZ','\0M.]:t5-NVZ','$~`X=-~}>=, `%9ݶۅG','',0,'?'),('ʭ[P9lC','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OmCmd]Es]Jzt','',0,'?'),('*Ab@\"\Zg','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/sidebar.php',0,' i]Wώxo',' i]Wώxo','<8WI[fG:%#ccw\n\0','',0,'?'),(' f@I7','wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aQ|zּmx','9I=)8{훪\038','',0,'?'),('\rb\\ɍ\Z','wp-admin/edit-form-advanced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\ZZj u','6iξK@7kB&c3bcY','',0,'?'),('AqR','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';0K=2g@͍','R\\#o; *+zs{JV -F','',0,'?'),('*z\"CeuCvR\0','wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\xXVIo0qƯ','.\\<\\>C*] 6]','',0,'?'),('+tabғ','wp-content/plugins/updraftplus/methods/onedrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PktrR','m*=qBG\ZPho+9X\0^\r;1','1nvVGinhzX0Z/z','',0,'?'),(';=vi','wp-content/plugins/w3-total-cache/changelog.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3K.==F/x~','!}\0|-0k蛧nтCppi/ \\','',0,'?'),('Wlеڕs','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ܤ9yA^O','^.OFRlLv.HH:}','',0,'?'),('様7^b\"','wp-content/plugins/wordfence/images/back_disabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hgi>','䏛N7g΋?Fb!}ݿC鳇','',0,'?'),('步O_XMHm','wp-content/plugins/wpclef/assets/dist/css/main.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=uqTE','3Ԙj\0\Z7g+(Xrޖ\"3\'C','',0,'?'),('uQn+','wp-content/plugins/woocommerce/assets/css/activation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ԒzY?M','my7.x֤Rlu.R','',0,'?'),('潂mF=H{O,','wp-content/plugins/wordfence/images/flags/sm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@7fߧ84,e','ʄ=cM@L, ds{!^j','',0,'?'),('潂aYOD\"i','wp-content/plugins/w3-total-cache/inc/options/pgcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n=l e\Z{',']nV?/}jzg<2(Q','',0,'?'),('ylsU><','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iȎ?=FځX','d>͊ZcD8_7{J','',0,'?'),('$M=m','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vk:M','\ZY)\"R?6d O\'PCy','',0,'?'),(';%X[r\\f','wp-content/plugins/wordfence/images/flags/fj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$n =}<^(]\0','Z[2 `3ƒ|`$db','',0,'?'),('W\"Sk:','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-r5*J7If','8tf*JwT^H>1JDο','',0,'?'),(']Zs@~OQ','wp-content/plugins/wordfence/images/flags/mm.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uk0IZAfށo','cOۍVaֵ%k֙','',0,'?'),('ߪnnp|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mYQy','2Dz\0}?C\"͋§\r9C','',0,'?'),('n@rl','wp-content/plugins/handheld/main_themes/HandHeld/js/libs/respond.min.js',0,'d \0/Z&Ƞ\\','d \0/Z&Ƞ\\','hw.+gU$=΢G','',0,'?'),('⣣MOU','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\'&1J[+{','iJlC%o!LbT_Q','',0,'?'),('n\' h*0','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MySQLAdapterTest.php',0,'TXxuD]kNw','TXxuD]kNw','8e|\0h]=QKTN~ϩiY','',0,'?'),('ogsf)1','wp-content/plugins/instagram-feed/languages/instagram-feed-nn_NO.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SOs,J4I+\'Dp','2u+g>Ht96@\r M79','',0,'?'),('&tq_= ','wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-header.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cWTCTd','񤀅apE;tŝݻcLy Y','',0,'?'),('ͺZvߕࠬ9','wp-content/themes/Divi/core/components/api/OAuthHelper.php',0,'DX[,yɰQ','DX[,yɰQ','˛*7\\D_Ryj@Z','',0,'?'),('WN,\r0rh@','wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Pl#2;H)\"[','\';pz*֧it۳;','',0,'?'),(' ԟ͆bOl','wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:(H','.x2ж=2\"#ЅJ!{i Q','',0,'?'),(' ]ҖdB sY','wp-content/plugins/limit-login-attempts/limit-login-attempts-cs_CZ.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r;)9','#lA\ZvP3G\\Gfn[1','',0,'?'),(' \Z5\0 H%-','wp-content/plugins/google-analytics-for-wordpress/lite/includes/license-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?sqRƂ[','\0e4]qUW7*>MH','',0,'?'),('jԏmbq݅ͥ','wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Y>01#뎍','3!YI+zC _>RoS!nF\0','',0,'?'),('\"ơ7vs+','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YИυWYp','!\"܄Ӱ1DE 0','',0,'?'),('2\Z {DZ-','wp-content/plugins/wordfence/fonts/ionicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hI15[I]J','*\\&t䭨\\ gTw,1','',0,'?'),('Djמ8]fД_','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' vZ9dOAp5','ZDLqbxlx\"7R7eF','',0,'?'),('b`K\'컜K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ؇X=|}%U','.(׬*BM]\rm_hw%C\\m\re','',0,'?'),('oGWڳ3yU g','wp-content/plugins/w3-total-cache/inc/widget/index.html',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('o2-bt\rd','wp-content/plugins/wordfence/images/flags/sr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AapL8jY','ޒ \'&}N{TJ@ChV','',0,'?'),('ɱ0,x(!c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҝI\n R',':c\Zі\n جM\r\"N`G{ ','',0,'?'),('Hl{!D#!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.:*\n™\r<>a','tRL X:EEX\n zE$-Ts#','',0,'?'),('Q ՗2%:','wp-content/themes/Divi/includes/builder/scripts/salvattore.min.js',0,' |$0i(p',' |$0i(p','LC?Yn4?2','',0,'?'),('a7p2bY(G}6','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eܰ++P9','5 טoh-؀}','',0,'?'),('n*r\nC','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup_View_Distribution.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~J\"aC< r*7o','̞\\*e?. ȭ~ e4#^','',0,'?'),('%y>}Ho(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WDSejq','=}*VF]O7w7$jT^K3','',0,'?'),('*jV\0','wp-content/plugins/wp-smushit/_src/images/plugins-hummingbird-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0=#v7T','\\E)>@{ڳ~HDP>Mn','',0,'?'),('4>}xSǺmq','wp-content/plugins/w3-total-cache/pub/img/open.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:qOZx1hg\\\rEx','&m@c:d7Wx=TR','',0,'?'),('7<~V /=9Ԕ','wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0sd\\x','6\"]SE[h{#3p)5pY/','',0,'?'),(':Gأxw','wp-content/plugins/pdf-embedder/lang/pdf-embedder-de_DE.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E|I>3d$0۩jc1','hWL=Zxb_3ň~A0;','',0,'?'),(';pzona','wp-content/plugins/easy-coming-soon/theme_options/pages/images/Untitled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"W[X6t_fg','\Z$x\0^mq?','',0,'?'),('>7L','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iBʷA.\\Ӗ ','zσ!L,N]vY…=KoN','',0,'?'),('Bx\r4.?','wp-content/themes/Divi/includes/builder/module/FullwidthCode.php',0,':r\"\r',':r\"\r','mU\\_#\\%$t\0?mƘvm','',0,'?'),('Lvo_(y0!','wp-content/plugins/monarch/core/components/api/email/Providers.php',0,'3t%^YRf#','3t%^YRf#','afd̿8̱$eܤܝuR[vt','',0,'?'),('[t>mк0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ov ','I|zl*\ZUMo-L},`OܷOZ','',0,'?'),('arj;SP\"L)','wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/third-party/imagesloaded/imagesloaded.pkgd.min.js',0,'Qu2\\]2N~','Qu2\\]2N~','k3Y_Um/P!>O/Jo','',0,'?'),('fi`=@To','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1c~\'dvvHq','I9%-7CPF~ݖz\0V\'','',0,'?'),('ܷ]?G','wp-content/plugins/wpclef/includes/class.clef-user-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\ZGj~GlK:','hrȢEhޯwK=H|','',0,'?'),('v{ѤcL\'/','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-gradients.php',0,'Sa\"༫I{\\','Sa\"༫I{\\','K\00~I򇆴 ^Nn7','',0,'?'),('QoH*(','wp-content/plugins/wordfence/images/sort_asc.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I+ƾ=','dCTe&,)ѴFG\ZdON','',0,'?'),('zOgcXR','wp-content/plugins/easy-coming-soon/theme_options/images/cross.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Xweܯ9aLb<',')M-R=.\'ޭHy;)Q','',0,'?'),('fN@>‡+','wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>a@tgM','dcA.KJ#Dݤ[c','',0,'?'),('Ҹ>Vx#i1E','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/title.php',0,'IW^^Z2:','IW^^Z2:','fC/VHAm9`.`7*','',0,'?'),('<2K .l','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\9}\ZwU',' .O&%:]Q','',0,'?'),('6!7','wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_compact.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\0\n:?:!՗Ug','و7-˅~Kb,9?|\rt +*','',0,'?'),('!*i`v!kY5ij','wp-content/plugins/w3-total-cache/Util_Installed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Me8Nj/BJT','`Q&:ɳ#w 9 \\k6','',0,'?'),('\"[Q ','wp-content/plugins/wordfence/js/admin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k;8zRIQy','xm$\"M© s/\r =؀','',0,'?'),('#l;K','wp-content/plugins/updraftplus/vendor/symfony/process/phpunit.xml.dist',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` &KT','!yUhM+','',0,'?'),('2\nAW:W[(','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/tax-admin-menu.js',0,'!=BlJ[g\\3','!=BlJ[g\\3',' h)0veuѢG+~=QE(yG','',0,'?'),('2޴p\r\\,','wp-content/plugins/w3-total-cache/inc/options/objectcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|jJ~NIۖ=',' \ZhZJ={ S?qk','',0,'?'),('3O-rR;','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vĜL}8o8','8;T,D2z*{0C','',0,'?'),(':,~PLEI\\','wp-content/themes/twentyseventeen/single.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G \"}Qq$','>}O_ +}?tsW][:','',0,'?'),('C󬂁v:mp','wp-content/plugins/wpclef/assets/src/sass/_grid-settings.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\n`Dz_|','8w[z+8\\:]Ė۾\0ՍPp','',0,'?'),('Fj!Y{.J=,','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[>y`f',' U4F.tkO*ŌҭyX[7:\Z','',0,'?'),(']W/>}<8 VF','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hP8G6GZ>b','x)i6-E4Hity1#-*T','',0,'?'),('^.jT}<I','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"kIz-VS\r;h^X','ɫc [-3 6$Stl-[.','',0,'?'),('a 4h2Ou','wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/language.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h1Usrƨ#`\0','KKt#u\ZU3[ë','',0,'?'),('uch(TT:z9ʪ','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php',0,'a1eH*kCκ(I','a1eH*kCκ(I','e:O$\rQ\\:ڳ|E:a\Z','',0,'?'),('v;t)(~%:ԑ','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print/plugin.min.js',0,'aO&*\Z3','aO&*\Z3','9S \r0CGDkr=T','',0,'?'),('TB3 G{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KNknT','=ln&ăJӗ ~l','',0,'?'),('@%jX- V','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"@A$Q (q>)','zw#hbq!}س|>hnO','',0,'?'),('_V/\\pQQ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php',0,'}!쵸','}!쵸','cI3\0FȈՐ\'F_|G7q','',0,'?'),('+e2xq&_}','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EWEX$pE','ϫ\'W? ET#[I(','',0,'?'),('铀֠1Ly','wp-content/plugins/wpclef/languages/clef-tr_TR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\+s}_WM','\"JE8M!Zj\ni҄]KWeka','',0,'?'),('嶺Y\\9W','wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-update.php',0,'N]ҍjww','N]ҍjww','M5J H(\Z5qkv;̂9C','',0,'?'),('\' #s߾U|','wp-includes/js/mediaelement/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v&B\"o!e','_MG%2q0/ғ:;eWG','',0,'?'),('頻yN<9o\Z< ','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\'(.J9\r^','BF>~jmb)߬콋\ZƒqfN','',0,'?'),('JLi>Ļ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90pv-RKSJ-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$4ye4z4','Yy\\حݪ?l)˼CJ','',0,'?'),('Sp*ǁa','wp-content/plugins/wordfence/images/flags/vg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~U}\0$ը\0u~','9a/oDX>˂行_66','',0,'?'),('mMtWB','wp-admin/images/align-left.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\y0dZo.h','_]<#S\"B^U4_Q6[(Q\rkM䟈','',0,'?'),('M8Qh','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX0213-UTF32-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǷE1Cq/',';#ڇnz5nPJx|','',0,'?'),(' \"J-A.','wp-content/plugins/monarch/core/components/api/email/init.php',0,'9S/Z)]<','9S/Z)]<','|4,k{3@n`}\n I8\\fɫ','',0,'?'),('z63D<[tˍ','wp-content/plugins/updraftplus/includes/updraft-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yßjl{)8','`[raqc1vgwE7g\'','',0,'?'),('w[ ~','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/shortcodes/become-a-vendor.php',0,'J S #AY','J S #AY',' 9eq,k터BCOv{Ai ','',0,'?'),('T6\07]s','wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rG̏pKT','\nZ/Q\nl.)Oު,Pe2','',0,'?'),(' kLN\0x6@','wp-admin/css/list-tables.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y>s+\n`s','Hw[k7֧@Jµp%RJG\0k','',0,'?'),('V,U3','wp-content/plugins/wordfence/images/rr_premium.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"3 ,2','M\nhg^աFR-ȝ~0','',0,'?'),('$yw@!#(g,','wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','} +w^B[','C6|u<0)EՕ\ZS+','',0,'?'),('\'vwy*F','wp-content/themes/Divi/includes/builder/scripts/admin_global_functions.js',0,'*9Wip1u& ','*9Wip1u& ','!v2]}[T3a8E|*ȸ A|','',0,'?'),('42)A.;4','wp-includes/js/customize-preview.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aX*I%','oxp}.Je޽ ܯlI','',0,'?'),('=zA4','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','${A\" _ K','w j)~q \'q@%M','',0,'?'),('B7#/0}','wp-content/plugins/monarch/core/admin/js/page-resource-fallback.min.js',0,'9ըtrp','9ըtrp','͕LGI9Xwa?T<1i','',0,'?'),('D\Zl*Zq','wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\'_ҘMdD','Tk','',0,'?'),('nmq\0@pFd*','wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0(5&3lh)W','[FWx$ +? h;Y7\Z6o[','',0,'?'),('w6?k_+R','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@\\dP','0yWb/Vbp*0:\".:Qo⽸','',0,'?'),('ꍥ2jEbg؈Wx','wp-includes/css/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XZin8\Z~t/','Lg\Z4aHɸTXP3Gz~','',0,'?'),('ꙺUҹ4\"#*Y','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 7[Ud','ԈL{VP2.\0Jp+o&ɭ','',0,'?'),('LJ4˓T`k','wp-includes/js/wp-pointer.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6|dMpX\0fɐ','\"!!1u#܁%ӽYZ:X=','',0,'?'),(',/.XCCw ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-walker-category-dropdown.php',0,'-`jn\'DhL','-`jn\'DhL',';WfBo2:\"Ț$hJţ3','',0,'?'),('N{TK[ڞH !','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_user-select.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'`G','ѨWE*K\\ u Z\"Pv^\r','',0,'?'),('{7ժpA','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p\"+o6x ','.Gt =yD\ZB<','',0,'?'),('Ƣ Ug;yY','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php',0,'h \'YPpsðq','h \'YPpsðq','ƃiש]\\-Ŝ=J =u\'@X\Z','',0,'?'),(']:/','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y䝰!3ЏuC','Qt}`5d.*VD8 ','',0,'?'),('p=h<\n@%CW','wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v?PLC~ 5y',',B~NpHqz>5woJPR','',0,'?'),(' C〿Ib','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zj%,Y$D#9K','1Ew/ѡ `6_/ܫl','',0,'?'),(' kWɱ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/datepicker.php',0,'/SȜ=qkAEmy','/SȜ=qkAEmy','HjLvNT9䞞(mnmJ{\Zc','',0,'?'),('orH8ڛy@M-<(w&y','',0,'?'),('F 8+)rP','wp-admin/images/no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kd$ܟV7','\n>~hZP\0U0;\' {) >','',0,'?'),('IA@fAb','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BZI^','dzZb:^=\'S\Z.*=^w1','',0,'?'),('M\ZH?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pVb3;GlB@:','^8\rjJ,[1Pi:)#5:cSVޯ','',0,'?'),('Oӿ;=\\Jzy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`OtyO','?X2c^G,6Z><,2','',0,'?'),('dm} Rd#','wp-content/plugins/monarch/core/components/post/Type.php',0,'Ωov.','Ωov.','\rU\\n0ULP','',0,'?'),('hu_@','wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KY/+2ϱs{','T+#I5~C\ZM(I \n;1!','',0,'?'),('j]Qٲ%6','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.3-usage-tracking-schedule.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nm<$p֒','1HTyi}a:\ZZH/# ','',0,'?'),('pA^s%','wp-content/plugins/wordfence/images/flags/bb.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',4u\n߯?g','lnBV4/1&\"Rm&sGtMS&HFx','',0,'?'),('t\\}\rk','wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php',0,'V R W/q','V R W/q','Il:9\'0T!b2ٖ','',0,'?'),('YwzKσ','wp-content/plugins/updraftplus/vendor/psr/log/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZtbryI79J2~','KԼiEl19GRMC','',0,'?'),('??#$K','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}\rBƕ70q','J@JlS4zCk85','',0,'?'),('+}>c,-','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' :gJď','@k*_rd:g$T |&;','',0,'?'),('\0\0 ߐUC&','wp-content/themes/Divi/includes/builder/core.php',0,'Hyo&Tۼrf','Hyo&Tۼrf','Ϻ8KZEl F}e)N%pOE','',0,'?'),('럿OML','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/text-button.php',0,'ܛ0:(','ܛ0:(','?A~Wu*mlJ$>(','',0,'?'),('뭷\r!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nQ㿾-','0V 2;[G0X1|?X,q','',0,'?'),('벓\"3ޞ`U\'','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mn.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',') onaPM0','q^fe:jIDt\Z%','',0,'?'),('SڰpGMǯl','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x^mvnmӇ','rG۝:V`-d+c','',0,'?'),('׮Fps4','wp-content/plugins/wordfence/images/back_enabled.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']H','9퇥)R$px#q {#LO','',0,'?'),('kDYN 4','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php',0,'(t3{','(t3{','f)Eݫ@Ϸ(\'48C','',0,'?'),('vAdsK]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V:umn輙9','xȂUh蒥j::!Q','',0,'?'),('YCooR亞','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*G *{TӃd','D!Ҙ0u, ~Ppsm_}','',0,'?'),('ZE!/\rq+2','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/membership_actions.php',0,'-(ڏ,aK','-(ڏ,aK','}.IvbTT텍d`Uz uNL','',0,'?'),(']_c0^g','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/class.yith-wcmv-addons.php',0,'< K ds~','< K ds~','Cc1SFm͐Stu','',0,'?'),('bidM$$R','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xnk|Ŝ','9u%{\r~ђiJHm','',0,'?'),(' .㵓~Xѹ7','wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php',0,'+d\r&H!','+d\r&H!','~*ye$2Wzn\nv$0','',0,'?'),('92\0W','wp-content/plugins/woocommerce-gateway-stripe/assets/images/bitcoin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1gQ3','2cEgm9\0{ooAp?','',0,'?'),('\":Π>7NJc','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W)e[O\"ӎxL','|\n=zйNZ5diϣ6$1.k','',0,'?'),('8ڧs}նNi','wp-includes/class-phpmailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Զߙ O#Z','}^~o\ZbeU&Br_@~cŦG','',0,'?'),('<;7\nyIt8','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-customer-downloads-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w|`Mg','ߥ.\" Bq y&h~9}S','',0,'?'),('?h;','wp-includes/js/quicktags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6]P,','f}/oVC@\r?-݈ςun','',0,'?'),('?~\"S%ɞ','wp-content/plugins/wordfence/images/flags/tj.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WnXd,Djn','A^϶XWE1iSo\ZIzХ','',0,'?'),('D\rh}!\n','wp-includes/js/jquery/ui/effect-drop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WVǥYF2',' jE:Ke>\r PE{=Ӳ','',0,'?'),('M[l$c','wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rMZȶ]','B2|\rsrAwa`V?yE{','',0,'?'),('Nq>\rǓ','wp-content/plugins/wordpress-seo/vendor/psr/container/src/ContainerInterface.php',0,'Y9PCB\nlP[f','Y9PCB\nlP[f','?qG-<\\641\'3x','',0,'?'),('Pط悇̺ƴ$@','wp-includes/SimplePie/HTTP/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%466 ','E@̣Bn…b8ϜNW%','',0,'?'),('bPV6 :','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/textarea.php',0,'cCRugpŒ','cCRugpŒ','Wjd7Lt,Ule2f','',0,'?'),('hfW60s','wp-content/plugins/wordpress-seo/admin/class-multiple-keywords-modal.php',0,'x- ','x- ',']oe1m[֟4r`\0-m˾','',0,'?'),('kB Eu!\\zCj.','wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d9㧈<ҹ','@FDe\0\rڍthc%Hi׊Յ4','',0,'?'),('p2,!Ke?H','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\r:Rk8n','xGJLܲscɜ\n^DObC','',0,'?'),('r\ZN-M5','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_html5-input-types.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pE H\ZI',')e=HwtV\\,y^j?','',0,'?'),('w FҔQ4P)lZ','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/connected-list.php',0,'HXd>\"W','HXd>\"W','w!&V/D=~u₇xlڪp){˂','',0,'?'),('}rt0@PW ','wp-content/plugins/wordpress-seo/vendor/psr/container/src/ContainerExceptionInterface.php',0,'פ?e>','פ?e>','Q yH n**59p/s%Xh#','',0,'?'),('s/Q.k5C','wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#N)2/t','n_(RRhuJMKDZc**','',0,'?'),('/7\\','wp-content/plugins/woocommerce/templates/content-widget-product.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CO','|1t!%`Ѧo/LQ7\\\\','',0,'?'),('쉼bV+','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-shipping-options.php',0,'E>W`}.ql','E>W`}.ql','kML0]ASp0','',0,'?'),('i\nZ=','wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','뀆e LEMU','\\ݒI kdž&<}oմ 7+','',0,'?'),('c.Dr |','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RZ?f.8 ','.c%c*G~բ>Yd:7j','',0,'?'),(',TA67IG[','wp-content/plugins/mailchimp-for-wp/vendor/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʆҢM51Y','MB%8Uo. ň','',0,'?'),('\\{5-Bl.y&','wp-content/plugins/wp-smushit/app/modals/directory-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Γlnj ԯ','\rѸc@5307=\"g~}e','',0,'?'),('짊{?c4\nJ0S','wp-content/plugins/wp-smushit/_src/images/hb-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','闞V[}]2','/@49BSe2D[Mm','',0,'?'),('3DAtI','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste/plugin.min.js',0,'IYr ','IYr ','L°ڊ:FT7fǔ}q\Z','',0,'?'),('\0felҝZ;','wp-content/themes/Divi/epanel/custom_functions.php',0,'(q%zo\"f','(q%zo\"f',')ׄHԔ\n7/l_\"\"A& lEm','',0,'?'),('츃v6;~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8O0H-Y','-Z۞Mn纰7!l','',0,'?'),('-x(EoI=','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oHO 9-9c','4N$ (0ABߏ,*z7mrܞ]*','',0,'?'),('\Zh/dX','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-new-account.php',0,'6aJ,vZ0 N','6aJ,vZ0 N',' 9[ĩU\0=O6\n2?צ','',0,'?'),('ƿoFh','wp-content/plugins/contact-form-7/modules/akismet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n0͏S60:~yP>',' +9z>|YN>uvټ\Z?]','',0,'?'),('^?Vks3Q6\Zr','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8^$_Z\0s','k_\rz]PjWa[HE!4(x','',0,'?'),('ص2poG','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','muQnq_bt','Z(X()lD\ZVot60;l','',0,'?'),('gd6rY','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/quick-info.php',0,'jʋgO#','jʋgO#','+ϸ%>4\\ڙ)^\Zy\r\ry 4','',0,'?'),('hu!IU','wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\쁚>','0$EKWht3uvz=;\\Km~','',0,'?'),('򦠮D4 r','wp-content/plugins/wpclef/clef-require.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wVHY','&|PTEk\rK{X)eXr','',0,'?'),('Ư0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˑѡKiӰO',' ֯T#Ȥz\"_g?\0','',0,'?'),('\0_;6APѡ','wp-content/plugins/et-shortcodes/core/admin/js/core.js',0,'NE){+m','NE){+m',' |3֧kpLMRTЬWX*g','',0,'?'),('\\SՇ8;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),M:8','13|4cpK E\Zκo\"Mlۙ','',0,'?'),('Y^XzS','wp-content/plugins/woocommerce/assets/js/select2/select2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ms','ߚv+2*,_i\nzVGV >','',0,'?'),('\Zc;$Q\"̑=','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j TWMIMe','?-ye P/#','',0,'?'),('Ԣ \n*','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors.php',0,'?o(vϏhy\ZI','?o(vϏhy\ZI','Z;O48cO?ݲ9[(B','',0,'?'),('1kBzZ ','wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';Z1A&)','iSǺA9LQ߈\'{( I2.\0Y3','',0,'?'),('4:j;F?.','wp-content/plugins/contact-form-7/includes/pipe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EN(ڪ,h@ۭB2','3!^s{]]! ݣy0<','',0,'?'),('Pxn )','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-ĺYn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>[s +,h','ͪEgqvOW#u\Zg PXHT','',0,'?'),('\r!ޗL0','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q59,\rE[9+','-S\\RkWԩbc S扩','',0,'?'),('γ>9 8A5','wp-content/plugins/divi-builder/dashboard/js/et_dashboard.js',0,'\"]ۤD','\"]ۤD','Q6ȱ=O,H _ESoWN','',0,'?'),('(M.KWc\"$N','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/commissions.php',0,' \\}RPUD^D,{\"aL','',0,'?'),('I0B,hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 尮 =3','\0! rfa*4 ^Z2','',0,'?'),('z6܄*k\"','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm314-B5-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\0a\0@','Di~U@9A\n=d˙} v','',0,'?'),('%Ա\0:eq3','wp-content/plugins/woocommerce/includes/class-wc-order-item.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T?ȢO\Z8M',']R\"9q&d;VdH6e$DT','',0,'?'),('\\L6OAfW7l','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','הLhRx','!2[^{W9wDi ?.E','',0,'?'),('_c{@e2D','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js',0,'˃JPgWrk@x','˃JPgWrk@x','Oa^\n/ +-:{','',0,'?'),('Z\ZaYH\0 5~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~]*\\[Rj[','+D3fW3c1T_DYD xٕ','',0,'?'),('QR\"@ 3vS','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u5ϳt{z','nݣoڟ5H;\nibP=','',0,'?'),('KV llhkukI','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pjmɑ>gGT','{ G!j\Zox','',0,'?'),('iajKq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6e C\\XU=','K<+R} 1#4R','',0,'?'),('G ~`','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{`ٖ_7Tȥ3','烑:b _䪳Nw+XD}*]','',0,'?'),('\n19o','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}(/D.OUtk(','96E >S#0bf3Y','',0,'?'),('Ad87ǻO','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/Financing.php',0,'N4ghe','N4ghe','`qץ.u#x a“','',0,'?'),('JیIa','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php',0,'] ;haNz','] ;haNz','Ȱ7.d^pc.\Z=x','',0,'?'),('T/<','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBpc-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i=wZ욖k)p.','\n\0rT5*Bt;傼ٙJ','',0,'?'),('_i.s@XY','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/engine/froogaloop2.min.js',0,'*B#D','*B#D','є3N0P5y}@٪b1po4A','',0,'?'),('单6K','wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a pef<(Qr6','@O̺^ڵse5)}bi ','mexaub|}k ','',0,'?'),(' f%uP','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'D-XTVAk',']rmpQNzwljaύfTJ2\"nU)','',0,'?'),('!\0np ','wp-content/plugins/woocommerce/assets/css/_animation.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2!.P6XkIjR','kt듧G[HU\ZK.','',0,'?'),('\Zxn*F@','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M\0o]އ~p','|o\r &2/nd_I1{E)','',0,'?'),('\Z{:\Z4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' sLfŃL?','^)\n\ZS;b\Z(@(y؂^Pv0j\n','',0,'?'),('&D_ɭ\"$+>i','wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VR-[SvQ','4êv\Z_WB:*3f?','',0,'?'),('/gC&X}','wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-terms-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','蓬z~J_x','[v/VUBpO!)2eܪG:.}xa7','',0,'?'),('52U {','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-plugin.php',0,'\\\0Ҳ[L{Y^B','\\\0Ҳ[L{Y^B',' 1 \nTiPyc3n@WQ˥rU','',0,'?'),('6wd3ƎQ}g','wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':[yŏ@K','˂u-P\r|$XnԏJɇ݇','',0,'?'),('=FY3S:c','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qN $a','Gс=Jslˣ=(','',0,'?'),('=9qN#%Wo ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-cpt-unlimited.php',0,'z@< TpG','z@< TpG','|ZZ;/B? Ut`y','',0,'?'),('T#\Zݤ4\'n','wp-content/plugins/handheld/core/admin/includes/class-cache.php',0,'oEBBb(','oEBBb(','\ZX8GQI(\n\0zuN','',0,'?'),('f{r#y`#','wp-content/plugins/updraftplus/methods/googledrive.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"i/\\ \Z^','܅+x-:| ,\"#,4gͭ%=','',0,'?'),('n\rc0O$%','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-frontpage-options.php',0,'<A[,̟ ','<A[,̟ ','/O =6R -r6 o.ЂR','',0,'?'),('}x`$\Z\Zms,-','wp-content/plugins/monarch/core/components/SupportCenter.php',0,'K`oFi(','K`oFi(','+)89fe7bXgd j','',0,'?'),('ì;_EsDێ','wp-content/plugins/updraftplus/includes/updraftplus-notices.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڂi [R}D=Z','`ўXHp@t7Ytc','',0,'?'),('sNծ[GMT','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php',0,'RZtT:','RZtT:','R\Z͈N$T0;kGBӵ~`WC&','',0,'?'),('F>!8u','wp-content/plugins/wordpress-seo/admin/class-premium-popup.php',0,'#%xJ8`mây','#%xJ8`mây','mC$Ň+N+/Q{f!j+G`ZU&A','',0,'?'),('!Sl*iGd','wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-methods-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@idȣo','K±TIw!6񔾬+jwM췗$','',0,'?'),('˝[|ӪtTMy%0','wp-content/plugins/monarch/core/components/Logger.php',0,'(V K.','(V K.',';<}{i)[.hJ(','',0,'?'),('\njW;!','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k0\ZhxV\'x','qyP+)htu8rI','',0,'?'),('>&rJyVm ~w','wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php',0,'d ߍd*bTR','d ߍd*bTR','ma}\rJD6p:C-2s]','',0,'?'),('?O0gŢ','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-wp-pointer.min.js',0,'PG}X\"0)','PG}X\"0)','5!)`Pdw޹(! )','',0,'?'),('Cbp$lS;:','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php',0,'+|T)L~yO*','+|T)L~yO*','\"91gB7qĀrvj4[','',0,'?'),('@}&J~¾&\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[!A[\rZL','fΣ* ޸oS{~`N6','',0,'?'),('\r/gR87~','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/textarea.php',0,'E2w\'F9ݠ˅\\ɧ','E2w\'F9ݠ˅\\ɧ','F +li\r~>dknUkafVo=','',0,'?'),('EJqՠ~0f* ','',0,'?'),(',f̀Ӓ','wp-content/plugins/wp-smushit/core/modules/class-lazy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','⿱ZoRP,wj',' foInz?\'.^ÈKg','',0,'?'),('ژpǛ$','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I*Iʫ6X','ǒ\\V(M^#ER\n߫Iڸ','',0,'?'),('\ZS>j\0&','wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7j`1e=jv','\0\0% ȰW\n\0IHG(','',0,'?'),('\'(8\ZKlWK','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/themes/modern/theme.min.js',0,'VL]Tg2%\Z','VL]Tg2%\Z','bYC$]}ټ C;:','',0,'?'),('(Z9M o=','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel.min.js',0,'p>v+ K98F','p>v+ K98F','z8ĂAdm, rmκ|fbaM^~','',0,'?'),('; Lt׬Cɣ','wp-content/plugins/wordfence/tmp/.htaccess',0,'L H\0lWѣ','L H\0lWѣ','VNzbԘ *\0acGj','',0,'?'),('D=JDž/ 6ރa','wp-includes/js/swfupload/plugins/swfupload.cookies.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\rڈk\\ 7̴','<ԫ!q2{Q:΅2U?','',0,'?'),('W~k3 $','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/TransactionReview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J,y(R','N_D~*\r9fhzt','',0,'?'),('X&5[vbI','wp-content/themes/twentyseventeen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɩө}yuj )','[D#8|3eAHd','',0,'?'),('Y^~5~pG-','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0\rޖUn?r)','$ |_UESFV˩?m\';vR;','',0,'?'),('q\0,8>','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php',0,'3* >jY','3* >jY','\ra$bxH\Z$n(ɾ}J7\0[\"','',0,'?'),('rIɀ5 F','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lz J^','ĺ̌&ֳ4@78p','',0,'?'),('tC`aJhl0N','wp-content/themes/Divi/core/components/HTTPInterface.php',0,'.E4I$M,$[','.E4I$M,$[',' ΒpFXqSډ@#iARqv','',0,'?'),('z|zxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޿R$(ѦS','W(E]FnGr/ }J','',0,'?'),('RGej!\\r','wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FDmU,6&~','QKu޾_7','',0,'?'),('BJ=4','wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php',0,'Pgrˇ +<1','Pgrˇ +<1','_+3In9gs۾uF$','',0,'?'),('︀ܹXu_J','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k2 bQ-?a','xr}`1\08>u6o:','',0,'?'),('7UKrV[','wp-content/plugins/facebook-conversion-pixel/includes/integrations/ept.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RB_2\n*(','b墏Ғ RӍB\n\n{SV','',0,'?'),('リQ)B\n,','wp-content/plugins/wordfence/images/loading_large.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y{ObUW~Y˙','p8\' t:Qo]{5G1E','',0,'?'),('Pa`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%xCgε6','\n7[hi\0!Cjj:<3','',0,'?'),('´;9%','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/gateways/class-yith-gateway-paypal.php',0,'?tQL\0Aʛ','?tQL\0Aʛ','VeQ~<6\\\"yz\0\Z1','',0,'?'),('ölyk!̏zh','wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H | (7S9΁','Zd`hY/=pJm','',0,'?'),('wT+ UD','wp-content/plugins/woocommerce/templates/single-product/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~&ǣZ0','F}@l# ~4hfO)F V\rϫL','',0,'?'),('Yf nرy','wp-content/plugins/wordfence/images/flags/lr.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J:x^b;#uc','s˨-%FUCE՞24DgIC','',0,'?'),('Τ{C8dF','wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/autosave/plugin.min.js',0,'MZݙ18E','MZݙ18E','wq \rْ#Z\'\r4s','',0,'?'),('X=UpfpZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2H0`X@x:','3RL\Z?-胶v{','',0,'?'),('9r Mԧ','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[@*NjNzXK','Ecti7!|<\Z.1m%|\0Nc9v','',0,'?'),('\0IEII','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/myaccount/my-vendor-dashboard.php',0,'o]id஠\Z=','o]id஠\Z=','dЉ6B6}]:(kgl\Z%ޥ ~d','',0,'?'),('tSÝ\nE+Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-cancelled-order.php',0,'>HJ\r-}nNI','>HJ\r-}nNI',')1t\"2QbNDl׃>nSv]','',0,'?'),('\n6 ʛ#','wp-content/plugins/handheld/main_themes/HandHeld/home.php',0,'ĉ*q QE','ĉ*q QE','o bH58MElܗѤSEp','',0,'?'),('үCZ JN','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php',0,'@kK%Զ','@kK%Զ','KW5S','',0,'?'),('$īI^3','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eajkb','',0,'?'),('7I~}2 ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','={r8 p','\r׉i˺?5M=V)SY\0+)','',0,'?'),('9w2~s5E;?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b&_5kKm ~','iU1y\0#FM\\]\Z','',0,'?'),('BȰ.\07','wp-content/themes/twentysixteen/rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tl.YZ8~Xϧ','m?e#T@aE`ۗ>+eMnn#','',0,'?'),('T%1KG','wp-content/plugins/woocommerce/templates/myaccount/my-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'._&%ˋG\"K','\ZM1W拊LpCYDfG*~g','',0,'?'),('gvdQC\"','wp-content/plugins/pdf-embedder/js/pdfemb-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1yLw08','7yVZcV`4\0׏\nsW\\P','',0,'?'),('z3y9O)l','wp-content/plugins/w3-total-cache/pub/img/close.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SE#8L','\0Ǿ2RgSTJ3[1ֶ','',0,'?'),('{At4Z~x~0','wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup_View_Intro.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F@\'\'}','4\Z5fuMcCq@qt','',0,'?'),('ZKpJP[','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a!fʟD','14԰K%`r$@ URB6[5','',0,'?'),('3:^c','wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php',0,'dPXn$','dPXn$','dMksq4 R^2~B\"K','',0,'?'),('N iiڭ','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~F-&6,Q','Y=&~.QLF˛՟','',0,'?'),('B(Wx؇','wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q,vdpߩg','lƏinNyfi|YiI]','',0,'?'),('𢡯*El!DKn','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBKp-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IL/\\XX','Р)t3V\0},taTҼ~','',0,'?'),('з&L۽¨VN','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xߘ\\_mDnT[','0 gXG`ʕ}}/bH#X&+<','',0,'?'),('᫶] ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/preview.php',0,'\Z/yL{-Y`F','\Z/yL{-Y`F','z\0x/ y%Gvh jr','',0,'?'),(')\\EA&b','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0leԄ1,}\r','dIޗ5K)7?OJ\"jU','',0,'?'),('\\N1\nBZ','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js',0,'!=]cq\rR6CbY','!=]cq\rR6CbY','^(ћ\r0ُ`͌\\EP1','',0,'?'),('\rMX','wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.worker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*&5','֓0US yMOTĨ\Z\rZz ','',0,'?'),('- ,MTұA3:c','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel.php',0,'m8_]v؂0\Z','m8_]v؂0\Z','\Zd]o\'\n.>}շI_gZpk& ','',0,'?'),('rp.u3zx ','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɾ&_sdrjz.','*,7o\07]C後uӧN]UŋB','',0,'?'),('` C_U','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-configuration-choices.php',0,'7ow6}lg','7ow6}lg','-[J9Mr1\r;̀ #2Th7C^mݤX=I','',0,'?'),(' ۔=ًO|4ԩ ','wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C3UpY?','','?|@INB/>',', Z(F{8C}o[Of','',0,'?'),('9`翭!b!','wp-content/plugins/wordfence/css/wordfenceBox.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CWY~H#]','r{\ZI5O1QӇC','',0,'?'),('n3M+sq','wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fϣ{_Y?sOi','5Bni[+c߫7dvQ0','',0,'?'),('\Z4 T+ B\0a','wp-content/plugins/child-theme-configurator/js/spectrum.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NJ϶S-%','g\\vDo/=\r.;_>D{;>','',0,'?'),('\"R','',0,'?'),('~HN6|','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Hޥ0i5','!WҪN\0֫(r88A3F4','',0,'?'),(' Tb.56','wp-content/plugins/instagram-feed/img/instagram-pro-promo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M N֌\'v\Z7','iܑ$ۧjuPNT','',0,'?'),('{ߦI','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-a658 8','dwGP@Ҫ0','',0,'?'),('BO^v~K!\r','wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php',0,'XЎf99','XЎf99','0>ҊH; 4\ZJ>Ah>~','',0,'?'),('TYPpEw','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W%1EA','X/ogP\Z SO߰]IKnT','',0,'?'),('H_dTo^;/','wp-content/plugins/wordpress-seo/src/wordpress/integration-group.php',0,':+J0]',':+J0]','|\'9AO}jچ)9鏉','',0,'?'),('flWIk','wp-content/themes/Divi/options_divi.php',0,'?\Z]Nt','?\Z]Nt','aܣD:;{4pT','',0,'?'),('V|ڑS##','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php',0,';nfA',';nfA','~QKO;(G&vU','',0,'?'),('J];o*P','wp-content/themes/twentyfifteen/genericons/Genericons.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/=³zeX*|b','Ä@Pw*\'0M\'D۝c1חd','',0,'?'),('#dbiV<','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^}NYs}7','Y \Z_\\a?tbV','',0,'?'),('~6{','wp-content/plugins/wordpress-seo/js/dist/wp-apiFetch-921.min.js',0,'\'9;vxFU','\'9;vxFU','邶-݀_R,#{ӟ)Tq\0@','',0,'?'),(' 9˻Xd','wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-1-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lq~ԏMFy','}ߢhnQZu-49,R|n/y','',0,'?'),('\"U[~v E\n','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code/plugin.min.js',0,';KUvȇ[8 ',';KUvȇ[8 ','~1M}@[2\n:\\z)HW6Ý؀','',0,'?'),('٣$i,7_','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_BR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q1\Z','8u=t#>(o)5W`CP','',0,'?'),('HSf\nSq','wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OD|;A^P<;hJ','<#t\\Cz~Om!jwCUj06{_>','',0,'?'),('NŏKlQ','wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php',0,'6L2Ӳk1:B','6L2Ӳk1:B','|ٮYsLksi30\rvʵg','',0,'?'),('?UGo^T','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PH|xjY','nc*=Ñ0$+p|`lyRo','',0,'?'),('|U\Z. F','wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\0|vML7E ','V֡gOb1z7tֈW','',0,'?'),('絛zy>_+t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׆?I','uhJڻkzDo\\pchI.','',0,'?'),('_o7>P','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g?jm#B?p','e, X@Pd~R','wp-content/plugins/wordfence/images/flags/bi.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڴBp+ Ğ','AA`(DiB8V','',0,'?'),('/Gy9ǚxX','wp-content/plugins/woocommerce/assets/js/select2/select2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!P 0\\>','zCdw>R= t:dcKgK.XC]Ny','',0,'?'),('330%>b','wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pQemz[&','\0\rKhj6JlzmB#,','',0,'?'),('?E_)xڅ$','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 8f1՞\'c',' lDrբẜݢΐE4v]>','',0,'?'),('C;>b:\\2\rO','wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{A kB','wi̎d~ؕ1q]Ü߳d%OP','',0,'?'),('X/\r.TvM','wp-content/plugins/wpclef/assets/src/sass/neat/grid/_grid.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J5\\D9u','r M,\'-?\0{j01','',0,'?'),('_3}*NJ\0','wp-content/themes/Divi/includes/builder/module/TabsItem.php',0,'Jug#,\'!','Jug#,\'!','Nt\r ʖ8ԑEATdt̆K!BfY','',0,'?'),('de\'R:Zm k','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p>6pmR','8~㑺DiT\\ĭE','',0,'?'),('dTofҷbS','wp-content/plugins/wordfence/lib/menu_dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rS=jJ;f','S^1\\5{7xqE5èRW[O','',0,'?'),('i<$&d\rx','wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Cܢf`p','VA;c`}g+]e0m\0d>','',0,'?'),('poX0%','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&J8B#:%K',' J\r(Qڣ䲒 Qk5ߪqhs','',0,'?'),('tzZŻ$','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-new-order.php',0,'0sp`\ZB','0sp`\ZB','Ru3 ̈́_ZUbfi,*Yc6','',0,'?'),('u;Ȍ0qw= ','wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ňAh\Z&ma`6',' yҊS4ȃ/smhD`nR7','',0,'?'),('xWkG[W','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-session-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R=UԶe=','\"TT4n\\/E Xʹ|','',0,'?'),('򇊨DVeohx','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php',0,'pG:\"]>ɪ','pG:\"]>ɪ','촰iUܞIm$E\'2','',0,'?'),('\nc#<QD','wp-content/plugins/updraftplus/vendor/symfony/process/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>bƔh.r','8 (;1܊˷Y.!7ɵ)','',0,'?'),('ߊuc]J?w','wp-content/plugins/wpclef/languages/clef-fr.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\n:z6\0W5#h','=\nߋBܲA&,&H:#}$O ','',0,'?'),('.OBŁ(e','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/image-gallery.php',0,'E:j\"{','E:j\"{','2;Pw#|e>E]:dBD~_2','',0,'?'),('򖴉 =','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-checkout-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\02f#.','[4yfV+\'%2)}','',0,'?'),(' jK&Y','wp-content/plugins/akismet/class.akismet-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OLĽhO\\','Wx/4/\'x/֑-\Zzsy','',0,'?'),('#\\Ľ(3\Z`r','wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09on|!b','ס@[Y|\0:NݍZ>\nL \0','',0,'?'),('M٦M/ `','wp-includes/js/swfupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"\n@#g9+D','㼓g?5Zv++/U<+AgJ`V','',0,'?'),('򱠭BRzY','wp-includes/js/jquery/jquery.table-hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ogo~iI ','<=;:t_,wăI,,','',0,'?'),('?{o _\'n','wp-admin/images/resize-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?&h.\n','[e 4Bd* .WuЩs==\\','',0,'?'),('_f $OsM=7h%','K-$G{ LFS#XCu_','',0,'?'),('ި+^','wp-content/plugins/updraftplus/vendor/symfony/process/PhpExecutableFinder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','` ,K<BxNmp','w 7.몘9Vw%))UMT]\r\\','',0,'?'),('y-fn6C','wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php',0,'#`V2ﴎ̈~(','#`V2ﴎ̈~(','[ȃNģ۝skw\\ W\'R*+ϔqU','',0,'?'),('\"-q5.v%mOm7V','wp-content/plugins/woocommerce/templates/emails/customer-new-account.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';~p&yG','#ԡ1C6+uw+A@΂]','',0,'?'),('#\\/vXR','wp-admin/js/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^*&]n','+@ $[Ɨ30,w%@','',0,'?'),('3g/.n!\Z','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_main_wrap.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|  E','#\\W\n4K`\Z ɏZ O','',0,'?'),('7Xf\0 ','wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`eMOuD','!YF/E3 lצz3ba˹:','',0,'?'),('LTn3T+]Op&','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8v0~ۜ߭R$','1UxfjoI}','',0,'?'),('M[?ObU6$ޚ','wp-content/plugins/updraftplus/includes/Google/Task/Runner.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{a\"Z*/Df','\"H(Tz/eԂ{D\'\r7u\\,E','',0,'?'),('YEhoksR$+','wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php',0,'U{9','U{9','LbG9:M\nU/]WBk9b~N','',0,'?'),('YhFچT {','wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͊6\0젵','qzf *_F7g^\Zn)EJ,','',0,'?'),('b\rv&','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/checkbox.php',0,'5\\ bX@TZ?','5\\ bX@TZ?',')ŦG&BGF:YB,|g','',0,'?'),('fplKewI,','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-email-order-items.php',0,'\r^5z2f̀','\r^5z2f̀','Umu}#f\n\nՈ8ǥAf','',0,'?'),('j eo*','wp-content/plugins/updraftplus/images/ud-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CjMѓ\'ː\\','wyB1btW\"l%t)Qp,Jb.','',0,'?'),('lFc뒕L','wp-admin/js/iris.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E`dșnK','zTI5RKbb}uHВc P','',0,'?'),('vX|CTnQO','wp-content/plugins/wpclef/templates/admin/multisite/network-enabled.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zd\\>9+?%','lΆmD~d:#','',0,'?'),('~,yW0Z.[','wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۙߒO}7','eo\"ʙ5tp7UH5;lj','',0,'?'),('Bo!!B$Hg','wp-content/plugins/wordpress-seo/src/models/indexable-meta.php',0,'}a:]L(d㕧$c','}a:]L(d㕧$c',']J6#ScϺd EE Gѥ','',0,'?'),('@(u\Z r \ZhfG5␂XvgNr@D','',0,'?'),('٪#|1\\2Um','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2,ANS[','%gt隆lpXIѥI@C̲r','',0,'?'),('a]W4?','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/commissions-options.php',0,'wY jI޻|_`y','wY jI޻|_`y','^\rfS!V糒ol\"','',0,'?'),('$L7M','wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','փof#}\\u\'Y','\\+m`u/H\'{J;bwqbHK','',0,'?'),('`qIIJҴ7','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF8-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĈC}`r','-MogU\\%*G/ۨ=&Pt','',0,'?'),('tx^z','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|JtvnUn% %k','\"\0n)^ʙTO\Zo7v$-*qX@k\"}F','',0,'?'),('e8n\'ds%','wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Uw)w܉Y','egU3l+GWgɫ=sޑqG','',0,'?'),('%5ơsq','wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']f0 U.%x0',' 1P[ MMƉ\"!yVcdh','',0,'?'),('\'1_Yb','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-5.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5 vo=&/ ','}焈:\nH:H&o7^3','',0,'?'),('0l]&R','wp-content/plugins/w3-total-cache/Util_Debug.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lum84dՑ','k~Kc.fy0 ]Wdqt`','',0,'?'),('1X˂5J','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-view.php',0,'1-@ed(VO','1-@ed(VO','iˊڳ.3E]{ 3jm','',0,'?'),('5QmWp\\:_H','wp-content/plugins/wp-smushit/app/assets/images/icons-rtl.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\050B7/c/','赼ٍ?,:ִjq%+SMق(','',0,'?'),('A}hqq6\nc','wp-content/themes/Divi/includes/builder/class-et-builder-plugin-compat-base.php',0,'1_KVaۡ\"X','1_KVaۡ\"X','E96f2\0^ǎ4jIJDK','',0,'?'),('Dgksd۰_\"','wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_deprecated-webkit-gradient.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}h]S ','o(yv91ċ~W/dif\Z','',0,'?'),('D \Zl\nZ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ta_LK.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v#$}zy>AV.m','K%ꗶ2O&ZIkE\0Y>','',0,'?'),('J\'#rN0a\r','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV:ωG-#k','~B\Z-׼of|Wx\\|M)ˢ','',0,'?'),('TnÊ-iӼs','wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php',0,'kϋ`D&bh','kϋ`D&bh',',k~-1\n)[ 1{(c','',0,'?'),('Vt$_se~!BB','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js',0,'v)Y','v)Y','0A)5*^_r/JK̘<1','',0,'?'),('YLgio ','wp-content/plugins/wp-smushit/_src/images/sc-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#yU)V iQ','&YY+ҹ(Ú&a86a_s,','',0,'?'),('YRYi/l@HX','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xTL','PHLk.K3kF8wI\05l9','',0,'?'),('_NbD9,z <','wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php',0,'X\0ZD?@?SA','X\0ZD?@?SA','YֿۧaXh#ne&Az^9(wmT','',0,'?'),('|׵\\O+X','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ggqۧc̕','Ĭ F~Lf&C8G`)','',0,'?'),('\\Ft','wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z^;\ZUH.','\'tjQ R?7 [L}|22A','',0,'?'),('ډA BV','wp-content/plugins/child-theme-configurator/screenshot-3.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FMv|Τ,zW','\"ʾM4|(֫BhFf','',0,'?'),('\\$Fxm','wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.m5;CϿ','2GL\r#:N\0}ҲOd \ZM,','',0,'?'),('4kH8Է','wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R g_Eh+:@','vDcJ46n>,T~+oW%\"`','',0,'?'),('I*:o','wp-content/plugins/akismet/LICENSE.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4MiHjJBc','\0v1sN>cID٦I0-','',0,'?'),('ƾ{m{j','wp-content/themes/Divi/includes/builder/module/Accordion.php',0,'uP Yχ','uP Yχ','TTX)3,x5[yn>D,R$','',0,'?'),('!H^>t8Q','wp-content/plugins/wordpress-seo/inc/indexables/class-post-indexable.php',0,',u++\"Z',',u++\"Z','%\r~/^ͻPtᾛ\'<x','',0,'?'),('Usd3ȧ','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`H6t\rY`','^)?{YQJEx%3`xN','',0,'?'),('j8ď\Z','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O[J-v','þC8lmk.eQa\'ɻ\'','',0,'?'),(' Aךvz8','wp-content/plugins/child-theme-configurator/includes/forms/backups.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_\ZILG+','G;&WX%Q] PF{umX','',0,'?'),('a(=/\\_Jc','wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php',0,'iךNqH_','iךNqH_','vLr闆\"ӗ*\0،֖B@7','',0,'?'),('âv!\r\rӍ','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i: B9YG`',' o qKx\'c\Z1 2]b/\n','',0,'?'),('\n501vW','wp-content/plugins/mailchimp-for-wp/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\n[XP','pD}Yx/dݿb_','',0,'?'),('aϮ>jpi','wp-content/plugins/google-analytics-for-wordpress/includes/auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iQ;\'-+','9\'r/fbt\n 幷','',0,'?'),('tbm7\'ꡤz','wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.[+c]6j\'','#Z8^j6b:zD]s{','',0,'?'),('xTR\'\Z|;','wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{%jթ\n4','Q5FKI3b0\nךsWꠤtxi','',0,'?'),(';F0ߍ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$1yRmq','jV=}59ʒ[JF7ګ?','',0,'?'),('5hLPCۨp','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/plain/membership-expiring.php',0,'ϛe@-\r','ϛe@-\r','M=gK;QL3K\\~ ','',0,'?'),('nFu}҉','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4bx ?`','wp-content/plugins/google-analytics-for-wordpress/assets/css/admin-common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^k1k_','mhQԪڧ\nvWQު}jτ','',0,'?'),('!c8c,A','wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':j Y[5','4ĄhP%ZfRƃ^?IJFۆV','',0,'?'),('\"Wq>gB*','wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɯL9$','A_C {.:hQ{2N','',0,'?'),(')\Zcq&#,O','wp-content/plugins/wordfence/images/flags/bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','},zd@@^','\"NUqsn7-|[z։)$','E>z։)$','^B^7v~o!)\nY*o','',0,'?'),('qi>#05','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r0`9m$Q$YD','3㯺Ź?E\ZaE ;+I~\ZR[+','',0,'?'),('IB{θZ*_','wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȩ_=n>6','u)#-iLI W)m\0+z\\ Z67','',0,'?'),('CM`9_k','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/text-button.php',0,'ܛ0:(','ܛ0:(','?A~Wu*mlJ$>(','',0,'?'),('>+ܞL[m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a5qȑ_4@','(afoxDpaQ6mtk,V^','',0,'?'),('(%#9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vh. $1{h|','W nZH5]R\n]P1','',0,'?'),('D6S/cQ?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n]3','',0,'?'),('ĚonՔ&3J$L','wp-content/plugins/easy-coming-soon/theme_options/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~6Ou.CͧWV{M[b?iZ','',0,'?'),('y\0 \"Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')»gEp','5kY#(|6P-~(','',0,'?'),('q.','wp-content/plugins/updraftplus/languages/updraftplus-te.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@/O','\"I#Z  ^R7֤ͼY}','',0,'?'),('\\C','wp-content/plugins/wp-smushit/app/assets/images/plugins-crawl-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[6bK\\Mj','Sw4ĚmsfGrLUM슡Ep','',0,'?'),('!=[d3?','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q!SGJ9o[C','/Fu~\rf\nޡ/T3ϸQ','',0,'?'),('b]a255la','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\n3p*~\ne=\r','pf g!U_#xB,p','',0,'?'),('QuMI{=','wp-content/plugins/w3-total-cache/pub/img/ps_scores.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C ̿sx',' ׺e3z<$8 *Ni v','',0,'?'),('\n\\t\r ','wp-content/plugins/instagram-feed/js/sb-instagram.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G2_?6BN','ߗi&yw|',']wU4)l0}ie?Teg','',0,'?'),('KF\nOi},w','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','utoyi','\\UӷHYQ\'\0h$z%ι|q','',0,'?'),('Q-u\0q9\0','wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T6瞶',':Ma $ڄt?sM`@a','',0,'?'),('QC=@vCm','wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ClE ','[cV8۱ty =s7j&','',0,'?'),('V9KgoX7','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8O^c','$kb> k&: ڂa7Zcdm%','',0,'?'),('^k+2%ۜ4','wp-content/plugins/wordpress-seo/src/loaders/indexable.php',0,'jx ','jx ','eM@vREN9|ݢV[SH^','',0,'?'),('^>/㱎JjB','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')`M\0\'v*$0:','k2C^bo߶k;W#|Xb','',0,'?'),('f^!ϓ','wp-content/plugins/handheld/main_themes/HandHeld/js/custom.js',0,'‰\"c ˢê ','‰\"c ˢê ','\0r\0KlN(I c2Qd','',0,'?'),('o;rVJe<','wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php',0,'OV$7T','OV$7T','}F.Kd3\Zs-XKnW','',0,'?'),('yb b ','wp-content/themes/Divi/includes/functions/sanitization.php',0,'(-wtxʶ','(-wtxʶ','t յ-iVEdS`w\n','',0,'?'),('{L','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mU {','Mx,9|IƄOÞH\"G','',0,'?'),('GÂ-$\\','wp-content/plugins/w3-total-cache/inc/options/minify/js.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@(q\rvÜV#','{C=2>/-ѤS;k.J܎+_','',0,'?'),('Q5PAd','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'rz+2以G','++BYgfU\'^1ݡĆ','',0,'?'),('q.qI#=>','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/emoticons/plugin.min.js',0,'We uH_WL)','We uH_WL)','ں }7\Z#< ±','',0,'?'),('P)48r','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-EUC-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m#o>zB','ôn|\'z`QKq{{','',0,'?'),('HS!; ','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xBTeT[ m2~Z','5do>jhfr J]Hhz','',0,'?'),('B3G-}MS]R','wp-content/plugins/woocommerce/assets/css/auth.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y\0Rve^e','ZC9{TQA\n/gXQ','',0,'?'),('1CulE;O','wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z!̇}n_','Wr(pPe &W1 (','',0,'?'),('I8ź_Af','wp-content/plugins/divi-builder/includes/builder/scripts/jquery.fittext.js',0,'J\n㒌R','J\n㒌R','t9gb]Zr:fMqv','',0,'?'),('\\LlA*','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}9mZ',' 8ds~K}AHX%','',0,'?'),('1ύBK_re','wp-content/plugins/w3-total-cache/Minify_Extract.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!0(@\n5N߬ ','y[`lۉ8Ǣa6 $','',0,'?'),('+qpW','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yj*(_ wD\n','>l7e e?pt{俚~','',0,'?'),('o~. F>!ߵ','wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']-;3г','LkEST3^)[>NQUcQZV','',0,'?'),('y[qnl','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shortcodes/class.yith-multi-vendor-shortcodes.php',0,'9!Ҫ`$','9!Ҫ`$','kC;;zSi\Z͌K$\rӧ','',0,'?'),('Җ}hҋa(','wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`ю@uI0Hu','8{|&:K_j%g5I,','',0,'?'),('`&XJXwN','#ap#Xe&`F_)-g<j','',0,'?'),('<ʽcx9g [','wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-model.php',0,'\rOYv\"b','\rOYv\"b','[ȳc\rD2@R[o |H[Fݠܮ  \0','',0,'?'),('YnZL{$Ojhkn','',0,'?'),('sE\01J_p0yŹ','wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q9 ūHr ','<;7ײ`$[ńmlf*','',0,'?'),('vň&CQ  ','wp-content/plugins/updraftplus/includes/class-filesystem-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W.0#S`YŁ','ɹwmM}Q~+8C!PV*Ūt','',0,'?'),('1<<k6G','wp-content/plugins/wordpress-seo/js/dist/wp-element-921.min.js',0,'2ַ`','2ַ`','^QD}wBs CQ','',0,'?'),('Z279M>\'','wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c|\Z~ [','@ҰrRjg+厚\r׀\n+E','',0,'?'),(' O8Ѽ¨/','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-graphics.php',0,'*Aho','*Aho','`KVo˶NPI neZUuAd','',0,'?'),('xM5L\Z\Z','wp-content/plugins/wordpress-seo/frontend/class-frontend.php',0,'& Mcq8IpKp{^ ','& Mcq8IpKp{^ ','va]5 0-%ݑ!%cu)','',0,'?'),('ZZ_u&/\n','wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D4mi)zd:','s-N=ipf7{άTO@x ','',0,'?'),('iYuN$U-l','wp-content/themes/twentyseventeen/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' EViR\r`','CU)YObpͰbn45\"\Z','',0,'?'),(' ߁۔$','wp-content/plugins/woocommerce/assets/js/accounting/accounting.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>~ z)B7','9QJ;vg1iE\0@KO','',0,'?'),('_wƌ','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZBB/;Ȅ{','Y\r%I¾oAp1;͘','',0,'?'),('BHw','wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php',0,'U%gyZI','U%gyZI','Lwtq0>vƭ~R|\n5{','',0,'?'),('Б!t$0v&$8','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}\Zyb7#','P5tk4tI5pmNȗo-','',0,'?'),('%.7; $I','wp-content/plugins/woocommerce/templates/emails/email-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rc09Ji uUQ','$uKi\\&P\0p1','',0,'?'),('ͮLQBfq','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$p#\ZX3*a','0oS;&v9jRZILį0r','',0,'?'),('ci{\nsL','wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',_4 P','R37pd*z\r̴8y^f','',0,'?'),('}Ԩrvy\0','wp-content/themes/Divi/epanel/js/checkbox.js',0,'opoe','opoe','4FAlLwG~0.;>P $','',0,'?'),('&*45 ;8H','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݬM42+','=R9C5w6GMA','',0,'?'),('o~y~.81\"','wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Engine.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\nxhddA=7!','KG<5-)-$HFxpoLat','',0,'?'),('3VlGɳԤ@ :','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/select-mailchimp.php',0,'ZH\"BH?','ZH\"BH?','NR [&^2$.=}2\\K2#','',0,'?'),('Ҳ 0t\nҕ7','wp-content/plugins/wp-smushit/wp-smush.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GПRw*yᶶ','',0,'?'),('@sB0<{l3','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԑi^','ƤJľ**X|icy-u6pC-$*\n','',0,'?'),('Jn>c` ','wp-content/plugins/updraftplus/methods/webdav.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','# +;','!f,FȠJ۰h1M+?^X','',0,'?'),('XB1MWw+','wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ehߟIbt?&','Q޹{j/m~.\"s','',0,'?'),('`0Vm=Yc','wp-content/plugins/updraftplus/images/icons/googledrive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6:\02 2m=v','4|| +R\'=Ci|}n','',0,'?'),('i\nS[ <','wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p~F[','\nOY#q3+{bRR?akn}','',0,'?'),('koZ z!/f','wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/80r\ro','zpYuOEk2h!yK&%KʏA','',0,'?'),('ke','',0,'?'),('sANC96','wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_triangle.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ͻ0?zg j','!KF_f5zWnkIq&uPI','',0,'?'),('sRXD ','wp-content/plugins/child-theme-configurator/css/iwrm-banner.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h5GW~S','{#N 2{','',0,'?'),('|}F\nsA','wp-content/plugins/easy-coming-soon/template/images/overlay-1.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ŒDNBN','vkIE.~(_L=\r2͕3','',0,'?'),('~,euyFM','wp-content/plugins/woocommerce/includes/class-wc-autoloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' hõINRnYn','Ted 3Fkz\\dF.9a','',0,'?'),('mO&?O','wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php',0,'z\n0bǤ','z\n0bǤ','I\"74i)GC T G 0v*lˬh','',0,'?'),('{i>,BE','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Iϓ?=1','k fe(_+}8xVC3q^R(K94','',0,'?'),('cnpu#Y&','wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php',0,'P[񭡭vQɯgF','P[񭡭vQɯgF','Cw?\\{JhgoalnLair','',0,'?'),('35g|XXL3W','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-commissions-paid.php',0,'%>`ԉ̖j,nj','%>`ԉ̖j,nj','4/#Se(Ppq\ny7FC','',0,'?'),('LUJ','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sidebar-layout.php',0,'mC==M̐K1','mC==M̐K1','ԎjbFKcyg8#>\'D','wp-content/plugins/woocommerce/templates/single-product/stock.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ^qf~ Hp','j?ypKG _\"UACUGv>','',0,'?'),('TIY0?','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template/plugin.min.js',0,'57<','57<','s9ބ7ZiƔςt(u⯽ΒE','',0,'?'),('E;9كb','wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\q/$*h+U','r.Oq55\'gz47(\")+R','',0,'?'),('[ȺJU@\Z','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/on-off.php',0,'F߰RQy','F߰RQy',' )3KA9HmȒ횟','',0,'?'),('`t >l','wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=}@DCHg','%%μb܌E\05x) X','',0,'?'),('O1\r','wp-content/plugins/updraftplus/includes/tether/tether.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xغTe8\0mc<#','M8cz/UoᲥBDW$*9','',0,'?'),('SW<%o','wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/PaymentsApi.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2ꝚZ ','C* )HOxjFj5אp','',0,'?'),('v9rJ1','wp-content/plugins/wp-smushit/app/assets/images/df-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{VmL','=|4f]>ߏNf#b','',0,'?'),('SpNDW~`','wp-content/plugins/wp-smushit/_src/scss/modules/_media.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^DjI-뻨e[H','Z\n*\"V43\'Y7 B','',0,'?'),('1\ZĿH(01%','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/text-button.php',0,'ܛ0:(','ܛ0:(','?A~Wu*mlJ$>(','',0,'?'),('6K1(}/AX','wp-admin/network/user-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zܷECyV;','}yRzw_a[BO','',0,'?'),(']\n\'pFP9{ ','wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WD0JhK(','W\Z0P]]l*Hfm8\Zq','',0,'?'),('Z|Z_Tv','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-af.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tXAEi','\n[`;2So.{xZT','',0,'?'),('m\'I\"TM W}','wp-content/plugins/updraftplus/methods/updraftvault.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_rtå ','{ Qo\Z\rPJ[82D)].z','',0,'?'),('*9ͱ+','',0,'?'),(' u\"W','HXd>\"W','w!&V/D=~u₇xlڪp){˂','',0,'?'),('𧩏1ĶP','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WfQ[[',')ϱ#VJ̙ û/̋','',0,'?'),('c','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' duv','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/MySQL/TableDefinition.php',0,'ddL8#Ӽ_','ddL8#Ӽ_','=5^%-?\'&#uX9*','',0,'?'),('\Z|KtEԭu','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/types/chosen-and-buttons.php',0,'Ϗw2','Ϗw2','̜J\'\'#[*|>s%/','',0,'?'),(',d?v }?','wp-content/plugins/wp-smushit/app/assets/images/plugins-crawl.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"ͫ_V̅Y','aH,ihЙuc-ֆ\'','',0,'?'),('1o;Uw~)&k-','wp-content/plugins/woocommerce/assets/images/paypal-braintree.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֏|.N#کĢs','l4\n90S].tXyr[=Q','',0,'?'),('HdkS6ܖ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Types.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\0%U$p','.]\\Yqgc榤zRR2ݞR','',0,'?'),('KueR_Ԟd','wp-content/plugins/mailchimp-for-wp/includes/forms/class-google-recaptcha.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rOKО5lPd-','p]M̴h&6axZ†QIX','',0,'?'),('THlsN','wp-content/plugins/w3-total-cache/Cache_Apc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\"}0\0>eH$','?N،t+ ɓ^IsfP%','',0,'?'),('TB\"帤ۉql','wp-content/plugins/wpclef/templates/override_link_email.tpl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~\Zh\n>@T','%A(&uVY}-*v\rBX','',0,'?'),('UWXրnkv]z','wp-content/plugins/monarch/core/postcss.config.js',0,'r B\0','r B\0','\n;î`ʧ{\Z7wtIo','',0,'?'),('WN~HA','wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K7ӥu','N\"x\nlcVDW\'#N5玓hr','',0,'?'),('\\݊;9vC@sԭ','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n/h>','6WD2Ҷ0zdV:SR0h>','',0,'?'),('soߝ^]K','wp-content/plugins/mailchimp-for-wp/includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' }浱 Q?','&0}gV~6qkQBG Jm{ޞkꦏ','',0,'?'),('HMz@A','wp-admin/css/press-this-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/ ','I|07ane;\\U','',0,'?'),('ɱ%a{Zj %','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9|BIe9\"','/0 %(pCZ.[(gi','',0,'?'),('8֌FB','wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5UvȢM³','Լ:(&NI\n7CZpN運jrB','',0,'?'),('I:4PU','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JU1SQ?','}kJ?dA','',0,'?'),('pl4[e','wp-admin/js/inline-edit-tax.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}™_4\0a[','P7wc\nT^\Zl\"\0;\"O\"','',0,'?'),('XiU1`]','wp-content/plugins/wordfence/js/perf.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uQ\"wFR@p','U&+/#\"1k[wc6J x','',0,'?'),('̀ރ|X]P','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-shipping-options.php',0,'E>W`}.ql','E>W`}.ql','kML0]ASp0','',0,'?'),('ΠM-h','wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','裐hmH^q','\\,\r_b=z_x\\NiL','',0,'?'),('=lmczy;','wp-content/themes/Divi/includes/builder/module/Map.php',0,'%C\"R2Y\\@','%C\"R2Y\\@','\\\0J8[L9JpO?\Z E4','',0,'?'),(')\n/]\n5J\'','wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӟnτ','mhP2U>z# ^$ A(','',0,'?'),('o7:x=','wp-content/plugins/woocommerce/includes/api/class-wc-rest-system-status-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!\0•0-(/','5Ugu2EN@<-͉yQ','',0,'?'),('Dpi.','wp-content/plugins/updraftplus/images/addons-images/importer.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2upg{! ','zth5S?z\'Mt1zֆ\\[','',0,'?'),('tt8BO}tKɩ1','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/languages/woocommerce-gateway-paypal-express-checkout.pot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#t-vR\"Y','co/_ƆSMFMs䧐]!lKk','',0,'?'),('bdo9ٟ8L ','wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js',0,'QY?\0AM8','QY?\0AM8','AYzORi~\r)>_fq,','',0,'?'),('Ĭ*@','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UCS2-H.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֑?#\00u',' iÞe{{ϿF)XYE|','',0,'?'),('Ѝ3>#.','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_7}YE{','?A3JP?ǹ P .','',0,'?'),('ih0`[','wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-cog@2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WIɧ\"oIi ','\0gu S[owCrlO','',0,'?'),('ڌ\\D2f&c','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ą,\\kTw','\0罼%|_[xVh-','',0,'?'),('=`ysVah','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&$ŒA z','{xYA`6lux&!\'','',0,'?'),('d}#˦,r','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^I6\'*','h\Z<1\ZZjpFRi8h =@f','',0,'?'),('X','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%/;@1{','*[;hS引m@\rQbw','',0,'?'),('^Po2W','wp-content/plugins/w3-total-cache/Cache_Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p:NJ;P<','>r:B<˨B޼w1?ѓ','',0,'?'),('R=*dn','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\\K^U','0϶\\3sKUq5%AR','',0,'?'),('`C*r','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p~\\\'acl','VP%oaؕQl','@[*q>ؕQl','uY|EP|٭[$qbQ','',0,'?'),('-^g̺@\0/','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('.նZg{=','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/A2dr ','TKO\"/J2= v7!3','',0,'?'),('B6.I)ُ)߶','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fr_FR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j?ˉJ\0','tőZ5%}1K\n@)7','',0,'?'),('XQ :Iqա0 cr','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z$+_','Ew;JT_m4iZx#Bnd\Zd ','',0,'?'),('^EjFρޅ0','wp-content/plugins/wordfence/images/flags/gs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b pHsC}','s,!fzK5pMH ','',0,'?'),('a<*tfE4','wp-content/plugins/woocommerce/assets/js/admin/reports.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L8sh','VQfZEݣ\"r\r(','',0,'?'),('iS.߬_?UZ6','wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1N>W K~','P8c1m@?w(k[R','',0,'?'),('j#cuBn@܏d','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ҙLaUHMɎ','ln>s0Lp{{!(S','',0,'?'),('mG@}bETZ','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GH}l g','SGWXZ2HDLf4','',0,'?'),('wYBqM','wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%اة\0fa','.r\nG}/>[#L!,','',0,'?'),(') w Ja^(','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$u9$hoy %','7t:s{(,5U)fr7Ox!','',0,'?'),(']\0A~(\n,\ri','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',2~|y*`7GU','Ƿ^SUEnȰ]rD_G','',0,'?'),('\'_G>r-gʯ','wp-content/themes/twentyfifteen/genericons/COPYING.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B;a`GԢމ','+P4 g.{^W/!u','',0,'?'),('~ a%!P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{6#UQ:|>#','([\n̻oRAo3^ ','',0,'?'),('y@\\Gw\\/','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/hidden.php',0,'ػ[\Z?UJ','ػ[\Z?UJ','M*vx_B14!ZiEU)Vs','',0,'?'),('L?@.~O','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XZoTՃhpYF','u,c\\Cmҙ[Gu뿩W','',0,'?'),('X# \r\rp\r','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z@P#2','p=\ZTa-h8BFR.鎿I','',0,'?'),('Uȏ4/lN@ w','wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vĵL ','oev:Kwd Wdjc\\Fs','',0,'?'),('T\ne.(','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&MYz,s=֣o','BLāIBH1> Y\r%','',0,'?'),('n|MOs','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']\\B{ 0G','\')LYi9>;Bq]\r8','',0,'?'),('LCC`2Hص-','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h<_#U׳z:','%\0aLe/\0C d^m\Z4','',0,'?'),('z>A{','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-sale-commissions.php',0,'1چCrD!s','1چCrD!s','oqAKZa%bp aUpe=6eA','',0,'?'),('ܧ@{9@w<','wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php',0,'CL2R h&A~','CL2R h&A~','L(aS5ɥ@:XDY ','',0,'?'),('}PÛP\\\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}˳QgѥDW','\rIzbo\'ivhhdTr\Z0U<','',0,'?'),('R,A\ZGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LF<&HeD}t','|AuHr@5LyS/\'oa9S^g','',0,'?'),(',gK :','wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.YOkx\'\r\0=8','.\"sIr\"Piġly A','',0,'?'),('pԔR۠\"','wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' _YG&u.X','Qlbrb*Fk3xK9Y.OY\\','',0,'?'),('\n\\ɶ.5','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')X`1H','~vf|e]\0T\ZUl(\0','',0,'?'),('CGxamT&','wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_background-image.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1q\\!','ʃEGR V ;LDNE}','',0,'?'),(' T(lMX','wp-content/plugins/limit-login-attempts/limit-login-attempts-fa_IR.mo',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$$n','M\Zl42xߵ@[S͗ ','',0,'?'),('Wn.','wp-content/plugins/w3-total-cache/pub/img/google-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[:ߺl v!','ڔ+LR n/bوbbSeGFb1}','',0,'?'),('7/&*4%Or','wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2vsӗz*U D','ױ 5LƑ(o?芁k43O','',0,'?'),(':;:-s5\'','wp-content/themes/twentysixteen/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZOF(L\\S[{y',';\\%vBqx+7?mbgBNUn\\6#%','',0,'?'),('C}0%ip7\Z/?','wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*;KB','Cd\Z26y)Ko3C07','',0,'?'),('D]|߼$','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bw_B?|0S','C-Xi70AptB|(J\n@','',0,'?'),('Ej-^,','wp-content/themes/Divi/includes/builder/module/Blog.php',0,'QcaD=+\'߰ʘ','QcaD=+\'߰ʘ','/\Z뎝\\.qDJ\"kCڥ','',0,'?'),('PhrV','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','һu/ًB2E','ei݄J0R?*6j?0[:#<M','',0,'?'),('aqri','wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php',0,'B%?︟{ p','B%?︟{ p','vP?QK\0~}PU\"\n','',0,'?'),('f>3 !cє! I','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/vendor-name-title-premium.php',0,'jl\\\\kqJV9p','jl\\\\kqJV9p','y2t#w4^(&\\g?A','',0,'?'),('f j ','wp-content/plugins/woocommerce/i18n/states/ES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jx\'QBRe','/\0텤_l x<_k=ű:m','',0,'?'),('i/vSs','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/widgets/quick-info.php',0,' \rtә4',' \rtә4','rC0T\0OBNY @ \0jŶ¿','',0,'?'),('mh١6[w?a','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ː[Z?\r\Z$','50Hݷiǻee:vѵ','',0,'?'),('q{Zp','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-orders.php',0,']U\nչj6',']U\nչj6','\Z3W\"%\"(bf+t?(܍|F','',0,'?'),('t^fijԷ','wp-content/plugins/updraftplus/vendor/symfony/process/CHANGELOG.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GY-8\\EEI24','꼜O\'\ZRp#7.(,޳3gsv','',0,'?'),('iY:\0$z]','wp-content/plugins/wordfence/images/flags/kp.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8[!zLEt',' ?Vh쮶_tM','',0,'?'),('Υq: q','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B]jaGCc','5\n?GU\"g$W@)HY','',0,'?'),('X=T ','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-oc.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@&9Z\r\".',']m|%G輘gVk90L$','',0,'?'),('4=MW ','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w=','_3\ZT)vLJrFK4','',0,'?'),('ŸW_JcZB','wp-content/plugins/woocommerce/includes/wc-attribute-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E v}wٞ','XuGeߏV^','',0,'?'),('̄^!+_\"6\Z','wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F{@17av','EyT/a+GeS͒ V9','',0,'?'),('6Ri*5æ','wp-content/plugins/wordfence/lib/dbview.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!.3\Z)',' $1_Cx_x_','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-upgrade.php',0,'bJmDRZ','bJmDRZ','H@ǀjIDԎhhw','',0,'?'),('!xx.̝','wp-content/plugins/monarch/core/ui/components/controls/index.js',0,'YyÏ4.','YyÏ4.','!uGH6{zP R^','',0,'?'),('\"ARP2','wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kj¡oU',' T\r`t\Zc#9ESꦷN 3','',0,'?'),('\'tZ<.ն','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' n\Zl-cNX\'*7',' \'e\'es{@^u\0','',0,'?'),('s01[\\','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/connected-list.php',0,'HXd>\"W','HXd>\"W','w!&V/D=~u₇xlڪp){˂','',0,'?'),('w\0K}~H\'','wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-messages-manager-admin.php',0,'lv>bD/1մwXp','lv>bD/1մwXp','\"B6Vx\0 t\nz3^#=с','',0,'?'),('+v+{2','wp-content/plugins/instagram-feed/img/highlight.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n ڂ}3Xn','2mqӒm(\nCEyZ)=>:%ó}','',0,'?'),(' kg_X-t ','wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-webhook-deliveries.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M+[DR}P','oĎQ\ZX@X 7[;\0aⒶ(@{V','',0,'?'),('\'}0','wp-includes/js/tinymce/wp-tinymce.js.gz',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uRh6g5F','ϱT_^gyzGL\"1U}6:','',0,'?'),(' Cv̽BUq}>','wp-content/plugins/w3-total-cache/Util_Mime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^1\r?)4NA','Knw uPƒK~7iaIg','',0,'?'),(']) {?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M3?g.B\r','ibgF+06\'pV/WU ','',0,'?'),('\'\Zsmo7}D','wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{&>h0Z@','*lJ%_}nx%7&\"Zݜ','',0,'?'),('-dh[Ga','wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r:qR#|8Zۨz','􀌊1-EtE~8Zd#:','',0,'?'),('0uu!?P','tM/ۢ)\Z:Rò U-B]','',0,'?'),('O,.\'y1ԺKvP','wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*<дH,\n5$','?bz4w \r#pPթРQgw','',0,'?'),('UC\0Ao$)t','wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/exceptions/class-wc-gateway-ppec-missing-session-exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}_ogsta`ҹ9','pmx\rUúB(Ӏdioo+-;','',0,'?'),('ZfGowM7~J','wp-content/plugins/elegantbuilder/js/jquery.easing.1.3.js',0,'y~D8IN/G:','y~D8IN/G:','{ύ{G[q\"2a','',0,'?'),('^ֺS^c','wp-includes/random_compat/random_bytes_openssl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iVKmD\' c','|m!5zdlگ4uOln{+P;\r','',0,'?'),('_&O~9RG','wp-content/plugins/wordfence/images/flags/ph.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ل@ܥ){v',' Mkpq)c .}M^˙z','',0,'?'),('g\"}_7J5','wp-includes/js/jcrop/jquery.Jcrop.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V̞/Kx','2S[6Dv5bs=NLw','',0,'?'),('zs<','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/add-product-vendors-taxonomy-premium.php',0,'qveȍ_.m','qveȍ_.m','/8MB#y<pDZ2ȀL8H','',0,'?'),('{@DkFJGno ','wp-content/plugins/updraftplus/images/addons-images/morestorage.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qP','&G4 8#+u^Ɣ#dHXa$','',0,'?'),('{4?ߖ','wp-content/plugins/monarch/js/idle-timer.min.js',0,'nOY ^v\r\r','nOY ^v\r\r','ZwC,2\"_k^2\ZE(`~','',0,'?'),('p96èR','wp-admin/css/common.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u|QI',')Ĝ5BIvd;P{5XZJB','',0,'?'),('2&7t:}','wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','־v51#9Ά','߬\\Sebn֭:|;O6̳ɻ','',0,'?'),('!~BĶ#ܥ','wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-customers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QlC&i%7:̴','kxU0鿆; :ES\"CwC.&','',0,'?'),('(W/o(^W','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/cmb2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g q;i','D=Og,,x֞Z','',0,'?'),('lI*IYP','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mg.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J(pѶs1','!$v֙V5^|ڕ9}Ճ?','',0,'?'),('ƪq悳 ','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2W/_Jnw]i','Wͨ(','mU}NMBI׸~q/7H]Jq','',0,'?'),('<;H=t~bc :','wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ąK?↖\\b','?8&􌠺QfVn^\\<','',0,'?'),('G!#h9 &','wp-includes/js/tinymce/plugins/wordpress/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nVi:9> .߇','sCJi#)~\\0zf^u_','',0,'?'),('Kj h','wp-content/plugins/wordfence/images/loading_background.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'2p\nKX','Ύ%XŖF1s;Lzr璻','',0,'?'),('L*̕$G','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&/{h4x 2','MNcc&?)v+<(A\'\04z3v','',0,'?'),('Ou\0\r','wp-content/plugins/easy-coming-soon/theme_options/images/loading83.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*B#%M$','\\z qXhۧ?!=L(UL:ģ8','',0,'?'),('PK[ʄszty#','wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/date-fields.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#w\"tϦf','%.l1Lz~źSzZ! p','',0,'?'),('Z&~AV.lv','wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/layout-panel.php',0,'ُ\0 B~','ُ\0 B~','Bșo$\'AdLxRU','',0,'?'),('`Sk7TtvX','wp-includes/class-wp-list-util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z9Eౖ䙜[','}H\nH\n~x%L{]v`g','',0,'?'),('`%ֆY','wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';z*N4냗Ʉw@','Ɵǃum<5HGI/;9kxO/ٛ','',0,'?'),('fw@JF','wp-content/themes/twentysixteen/genericons/Genericons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sө\n/;]s>','4+_[qpv,{l','',0,'?'),('h62~6fF+','wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/bulk/bulk-edit-memberhsip-access.php',0,'Vwq96ȁ','Vwq96ȁ','򶏝w:GSBrH8Zi','',0,'?'),('k$`1.Jr.u','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^{oq>','M-βX{Adozm(g>','',0,'?'),('r\"-\0EwX','wp-content/plugins/contact-form-7/modules/textarea.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lh_{dNK','Z\"MGAfl2EkPRO','',0,'?'),('usT­BB ','wp-content/plugins/wordfence/images/sort_desc_disabled.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J%{OZ\"/o','^*n^\0m+!NkɌ  /ԯ^k','',0,'?'),('wx)Dt?v','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/icon-list.php',0,'GїdG0A|V','GїdG0A|V','--#x@ޮD{e/','',0,'?'),('\\m,bմ','wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF8-V.bcmap',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ve x H','h]D0V^\r^wb,̤/OKp','',0,'?'),('\'B7S','wp-includes/js/zxcvbn-async.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0V]u#3','e՘g=,1 &L! ','',0,'?'),('{ \n|p٤','wp-includes/customize/class-wp-customize-nav-menu-item-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KiGmP jwd\Z?','ZYDɾ~PeG{VG4\"\nx','',0,'?'),('Skl@ \ZS','wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-fr_FR.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s02ӯ',' C@hKwcfW\Z\'na^eUy','',0,'?'),(')(<','wp-includes/js/json2.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ؙ?DX<','eB@MΥ%@$}tж[ \n~ݘ Uq','',0,'?'),('Bt]vݺB','wp-content/plugins/wp-smushit/_src/images/hb-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KGD{hAPA','{9\" Ak$CR3P65vF','',0,'?'),('ɯbd','wp-content/plugins/updraftplus/images/azure.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5ֱxgY','YS ~8_\ZI|_5(6ມ','',0,'?'),('\'|dD\'','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/module.yith-vendor-coupons.php',0,'B +k~r','B +k~r','D\'K̭NfaVĎ(\\E;','',0,'?'),('a\'@T瑓','wp-admin/images/date-button.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.IVď','AFyWI1Cx)mUgYA4[qC','',0,'?'),('-gC tX(a','wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Base.php',0,'Jlՙ`@Y(bxY','Jlՙ`@Y(bxY','c0qx+X+즐\r9f_+V*','',0,'?'),('!׾]','wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping-table-row.php',0,'_K\r5O:#','_K\r5O:#','S4{E7K¨v(h)Y҄792C\"lwc','',0,'?'),('n8 횃','wp-content/plugins/wordfence/images/flags/gy.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','**\"G|u','4|5бގmsz','',0,'?'),(' ̗eBA+P4l','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-addons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8gj%8\0b/','b]aE6b#ܸO\'rWU','',0,'?'),(' swfPru;','wp-content/themes/twentysixteen/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n,ʪ%N*','OB!f_9.NN$z(۠','',0,'?'),('[迻CMEj','wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/react.production.min.js',0,'[T7>','[T7>','}/1ci㽀WpVlj1\rHc)*','',0,'?'),('\'T́YǙ','wp-includes/customize/class-wp-customize-cropped-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[W\'\"fIޙt','ń]&X/1{tKtq ','',0,'?'),(')z]!?a','wp-admin/images/media-button-video.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rx4Q','Hl8Ew\08tc3֞VN($','',0,'?'),('%H[ѥ|׊','wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yLZX\Z','ٲBv,42b-2 >+{P;Y','',0,'?'),('1V Z|v0','wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-vendor-commissions-paid.php',0,'\"x\'X8','\"x\'X8','!Gou[ LJ\\V(hc','',0,'?'),('2}+x4f mX','wp-content/plugins/wordpress-seo/admin/pages/dashboard.php',0,'#$rmWpkm','#$rmWpkm','_ܙ.S|Rø:B(⫴C','',0,'?'),('=`EB2/΢','wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','go7L; #','6__yA?N\Zzo\\ƹ&','',0,'?'),('= Ce}','wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus/plugin.min.js',0,'1=uc\\$\0B6','1=uc\\$\0B6','cy\Zqm1i.ZX/\ZĕI[JN','',0,'?'),('F%C0,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p:j 1@t%dx=ut','\Z[&bd&ПeS\nNt!g','',0,'?'),('I\"ptQ[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WƩIOSXaTC','gef % 6bu CtA=βro','',0,'?'),('WzY!avwQ ^ޱ','wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}姭G$M3 =c','Fx\rb\0bQz&GBZW','',0,'?'),('cwk(43','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N|(̨F%!o','= W͕Egy=ܵ%r8','',0,'?'),('dk[D& D%N','wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9xzFI3','@3VFbd<,`d\"','',0,'?'),('e~TaAq','wp-content/themes/Divi/core/components/PageResource.php',0,'~a;q ib)','~a;q ib)','UMsCZ\0 *֐o\"f','',0,'?'),('gVHIw!','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RȆ0$i','gy\0rO`A]?x&v\"c','',0,'?'),('Qֿ6yq88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_s0l˿7~','y3YvW嬏 #(ښ ?','',0,'?'),(',ŦP!xDQj','wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!tρ\\7\0(>','MDLxT Fnkflo`}T','',0,'?'),('[͌qq̬Td','wp-content/plugins/woocommerce/templates/order/order-details-customer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ّ \n ˧[L ','PSX>b}ؗE`L^Ur[','',0,'?'),('Y}w','wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.js',0,'dV#T6-','dV#T6-','5{+.`3<&[~L`]k\'5\\','',0,'?'),('6BC3cE6','wp-content/plugins/updraftplus/includes/Google/Service/Reports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aBU-K','|G^:QodO4\"^\0B[Ok\r&4w\r:,','',0,'?'),('Yl2$7W','wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/select-mailchimp.php',0,'\"-˫cc>ֽ','\"-˫cc>ֽ','~HNTJzXښBکSS+ye=G','',0,'?'),('x( m`','wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php',0,'iQOd~s','iQOd~s','gV)K.Ad:4Bw>_ЊD~tE','',0,'?'),('v dc迠s','wp-content/plugins/bloom/core/functions.php',0,'!oR','!oR','~V/2 _N% ++>-','',0,'?'),('6ND%a3M','wp-content/plugins/w3-total-cache/Root_AdminMenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ƓW(_Τ2','C \n+k|$ҿA s3_','',0,'?'),('u(62M','wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/monsterinsights-report-ecommerce.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jJ!d','\\2o7~/\0~6 $\"Z][','',0,'?'),('PwAW(0','wp-content/plugins/wp-smushit/core/integrations/class-gutenberg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N*Ō;Z','O_rwEuPcIuV1d%2}-yHG]8','',0,'?'),('6@!WIV{ڳI_','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\" 3חGJ\ZB','H*.VEGF$^مIF{m>E<','',0,'?'),('w\'6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1-8`KX',')[߲F\'78$<(a','',0,'?'),('wexId\"','wp-content/plugins/divi-builder/includes/builder/functions.php',0,')!ye',')!ye','\ZnYOp\'/FH4=0','',0,'?'),('xR+@:D','wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js',0,'e[%qe4','e[%qe4','\Z,*glV[zD {m','',0,'?'),('N 9{;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZcF\ZHp);l','\\ /F %\\VL','',0,'?'),('QkiG','wp-content/plugins/wp-smushit/app/class-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Awݟ꥕(^','jUt(Co%F8m?b','',0,'?'),('{J߆?R,b','wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hr.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pa7{,/b=','Rٵyb`,/,{݆','',0,'?'),('\01 %.','wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\.tq#f 6m,',']jÍX請YBgE\nP','',0,'?'),(' \0])2 >F','wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KS;4a','hMp.,Ͻ\ZSC5 ','',0,'?'),(' Į<~G~','wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cs* ݦ,R','\negj]CVsʀ E5 fDq','',0,'?'),('\ZM-<\'^','wp-content/plugins/woocommerce/assets/css/wc-setup.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӽrm\rľ','b{=[,F\Z~ %ϖi&E4','',0,'?'),('\ZV$0 &-','wp-content/plugins/easy-coming-soon/screenshot-8.jpg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rI8|dZ c&x','YHCkvt<`>y','',0,'?'),('+QG=Dݨd','wp-content/plugins/w3-total-cache/w3-total-cache-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/%U\"VO*','w8oM\"#ъJxőu+9zS1k','',0,'?'),('%i{ I\"1','wp-content/plugins/monarch/core/components/api/email/ConvertKit.php',0,'D]ZCS','D]ZCS','*\rَv\\\"\rcDsL[Pw','',0,'?'),('/Ēl\n>c0','wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','% _Sۑ-g','w-qXa;ô}/(_|!','',0,'?'),('0oG0yjf_','wp-content/plugins/wp-smushit/_src/scss/modules/_cdn.scss',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s','V}\nK4Tbߡ.S\n͇','',0,'?'),('E58yWsO','wp-admin/css/admin-menu.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\'.=]?*w','ϗ[g6XQInZaTW~ V\Z','',0,'?'),('Le5x?e=&','wp-includes/js/plupload/wp-plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|tfܚEGFQ',',+~H,BJ^602&&@[dʜ','',0,'?'),('M\ZJYٺؾi','wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Gk0?','SKG%6}xnmRם<~_','',0,'?'),('X:%w2I9ի','wp-content/plugins/limit-login-attempts/limit-login-attempts-fi.po',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U%g5','hJ0ðk~ȏ\rvl~E\'','',0,'?'),('ZA}pkO2','wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C9FD]߁','l.&zj[էicSfOP','',0,'?'),('ps\03 c(','wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sۛI,8_o.','%+Z_ҷ7ޒW !^','',0,'?'),('];Y|%K','wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/ColumnDefinition.php',0,'-IҠl','-IҠl','j&=K\ZP','ץ@-8f8}Qv','',0,'?'),('yFo hL8}','wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/widgets/vendors-list.php',0,' mkw\"6',' mkw\"6',',u{\\g91','',0,'?'),('ki.\\','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  Z','v,(_˘sO ','',0,'?'),('ԗBLYЄd','wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bmu\ZU@','hG?ei낲ݿ٘I/d3ة','',0,'?'),('1N7,AW','wp-content/plugins/wp-smushit/_src/js/modules/onboarding.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(]rP-*bh-p]sLތ%','',0,'?'),(' 0 \\','wp-content/themes/Divi/404.php',0,'>Bmv/a','>Bmv/a','Wҧw[ V)hٛ0a','',0,'?'),('ݛE^Rti','wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0I9U\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203722,0.000000,1631806150.649322,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203723,0.000000,1631807106.362382,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(203724,0.000000,1631807110.210561,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203725,0.000000,1631807112.264951,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203726,0.000000,1631807115.837313,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203727,0.000000,1631807158.125486,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203728,0.000000,1631807196.420607,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203729,0.000000,1631807198.497026,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203730,0.000000,1631807236.288101,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203731,0.000000,1631807282.045558,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203732,0.000000,1631807326.580934,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203733,0.000000,1631807359.345487,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203734,0.000000,1631807426.515310,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203735,0.000000,1631807469.676846,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203736,0.000000,1631807516.813270,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203737,0.000000,1631807551.854737,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203738,0.000000,1631807597.544705,'\0\0\0\0\0\0\0\0\0\0Y\Z`',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203739,0.000000,1631809240.521825,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/sitemap_index.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203740,0.000000,1631809303.211838,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203741,0.000000,1631809303.212187,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203742,0.000000,1631809306.804362,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203743,0.000000,1631809307.818868,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203744,0.000000,1631809312.351684,'\0\0\0\0\0\0\0\0\0\0S',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203745,0.000000,1631809314.343526,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203746,0.000000,1631809316.610997,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Python-urllib/3.7','',NULL,NULL),(203747,0.000000,1631809319.220207,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203748,0.000000,1631809323.495687,'\0\0\0\0\0\0\0\0\0\0S',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203749,0.000000,1631809325.400797,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203750,0.000000,1631809325.386183,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/refill','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203751,0.000000,1631809327.949483,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203752,0.000000,1631809332.360502,'\0\0\0\0\0\0\0\0\0\0S',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203753,0.000000,1631809334.208437,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203754,0.000000,1631809336.472792,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203755,0.000000,1631809338.142418,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203756,0.000000,1631809342.306173,'\0\0\0\0\0\0\0\0\0\0S',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203757,0.000000,1631809344.059221,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203758,0.000000,1631809346.173258,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203759,0.000000,1631809351.375046,'\0\0\0\0\0\0\0\0\0\0S',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/blog/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203760,0.000000,1631809353.198839,'\0\0\0\0\0\0\0\0\0\0S',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/blog/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203761,0.000000,1631811066.934057,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/fighter/upx.php','http://simplesite.com','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','',NULL,NULL),(203762,0.000000,1631811292.393734,'\0\0\0\0\0\0\0\0\0\0][',0,200,0,0,0,'http://raisingclevergirls.com.au/humans.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203763,0.000000,1631811295.874264,'\0\0\0\0\0\0\0\0\0\0][',0,200,0,0,0,'http://raisingclevergirls.com.au/ads.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203764,0.000000,1631811299.372247,'\0\0\0\0\0\0\0\0\0\0][',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203765,0.000000,1631811301.414469,'\0\0\0\0\0\0\0\0\0\0][',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203766,0.000000,1631811604.486099,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.83 Safari/537.36','',NULL,NULL),(203767,0.000000,1631815493.566267,'\0\0\0\0\0\0\0\0\0\0\Z',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/176.0.394746740 Mobile/15E148 Safari/604.1','',NULL,NULL),(203768,0.000000,1631815506.108963,'\0\0\0\0\0\0\0\0\0\0\Z',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/176.0.394746740 Mobile/15E148 Safari/604.1','',NULL,NULL),(203769,0.000000,1631815508.180827,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) GSA/176.0.394746740 Mobile/15E148 Safari/604.1','',NULL,NULL),(203770,0.000000,1631817270.937030,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203771,0.000000,1631818214.113100,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/talk-kids-will-listen-listen-kids-will-talk/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203772,0.000000,1631820247.448657,'\0\0\0\0\0\0\0\0\0\0t',0,200,0,0,0,'http://raisingclevergirls.com.au/','','awin.com - site screen shotter','',NULL,NULL),(203773,0.000000,1631821516.975078,'\0\0\0\0\0\0\0\0\0\0E>:e',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (X11; CrOS x86_64 14092.46.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.69 Safari/537.36','',NULL,NULL),(203774,0.000000,1631821523.960026,'\0\0\0\0\0\0\0\0\0\0E>:e',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 14092.46.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.69 Safari/537.36','',NULL,NULL),(203775,0.000000,1631821526.006414,'\0\0\0\0\0\0\0\0\0\0E>:e',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 14092.46.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.69 Safari/537.36','',NULL,NULL),(203776,0.000000,1631821746.822291,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203777,0.000000,1631822537.674555,'\0\0\0\0\0\0\0\0\0\0n\'',1,200,0,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(203778,0.000000,1631822545.740224,'\0\0\0\0\0\0\0\0\0\0n\'',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(203779,0.000000,1631822547.912192,'\0\0\0\0\0\0\0\0\0\0n\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(203780,0.000000,1631824967.228461,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203781,0.000000,1631825068.329404,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(203782,0.000000,1631825070.307932,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au///?author=1','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(203783,0.000000,1631825071.733526,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au///wp-json/wp/v2/users/','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(203784,0.000000,1631825263.546618,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203785,0.000000,1631827284.235027,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-gift-of-failure/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203786,0.000000,1631831377.294954,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/from-worries-to-joy/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203787,0.000000,1631834303.465242,'\0\0\0\0\0\0\0\0\0\0{s',0,200,1,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203788,0.000000,1631834303.466487,'\0\0\0\0\0\0\0\0\0\0{s',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203789,0.000000,1631834312.961801,'\0\0\0\0\0\0\0\0\0\0{s',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203790,0.000000,1631834921.923740,'\0\0\0\0\0\0\0\0\0\04!',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203791,0.000000,1631834928.747682,'\0\0\0\0\0\0\0\0\0\04!',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203792,0.000000,1631835072.739940,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11','',NULL,NULL),(203793,0.000000,1631835077.354567,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11','',NULL,NULL),(203794,0.000000,1631835079.404464,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.11 (KHTML, like Gecko) Ubuntu/11.04 Chromium/17.0.963.56 Chrome/17.0.963.56 Safari/535.11','',NULL,NULL),(203795,0.000000,1631837273.276874,'\0\0\0\0\0\0\0\0\0\01',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','',NULL,NULL),(203796,0.000000,1631844371.448005,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203797,0.000000,1631846638.175410,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203798,0.000000,1631846662.153588,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203799,0.000000,1631847620.718975,'\0\0\0\0\0\0\0\0\0\0:',0,200,0,0,0,'http://raisingclevergirls.com.au/','','python-requests/2.25.1','',NULL,NULL),(203800,0.000000,1631849163.622569,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203801,0.000000,1631849186.302261,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203802,0.000000,1631853841.210850,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203803,0.000000,1631858427.974404,'\0\0\0\0\0\0\0\0\0\0UsN',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-admin/css/colors/blue/system_m.php','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0','',NULL,NULL),(203804,0.000000,1631858506.649316,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203805,0.000000,1631859915.917424,'\0\0\0\0\0\0\0\0\0\0.\r*',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203806,0.000000,1631863373.603874,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/doc.php','http://simplesite.com','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','',NULL,NULL),(203807,0.000000,1631865349.621349,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/anda-illie-family-counsellor-coach-sydney-eastern-suburbs-children-counselling-parenting-2/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203808,0.000000,1631866542.872065,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/whole-brain-child/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203809,0.000000,1631868044.081210,'\0\0\0\0\0\0\0\0\0\0(M)',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203810,0.000000,1631868053.008810,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203811,0.000000,1631872097.747395,'\0\0\0\0\0\0\0\0\0\0x@)',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 11; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203812,0.000000,1631872104.783061,'\0\0\0\0\0\0\0\0\0\0x@)',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203813,0.000000,1631872107.593349,'\0\0\0\0\0\0\0\0\0\0x@)',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203814,0.000000,1631872748.145475,'\0\0\0\0\0\0\0\0\0\0 ',0,200,0,0,0,'http://raisingclevergirls.com.au/feed','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(203815,0.000000,1631872750.372799,'\0\0\0\0\0\0\0\0\0\0 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(203816,0.000000,1631872753.345378,'\0\0\0\0\0\0\0\0\0\0 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(203817,0.000000,1631872755.810706,'\0\0\0\0\0\0\0\0\0\0 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(203818,0.000000,1631872757.768728,'\0\0\0\0\0\0\0\0\0\0 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/from-worries-to-joy/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(203819,0.000000,1631874683.966481,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203820,0.000000,1631874701.054939,'\0\0\0\0\0\0\0\0\0\0B@',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203821,0.000000,1631874703.423574,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/about/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203822,0.000000,1631875492.745049,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203823,0.000000,1631875508.156858,'\0\0\0\0\0\0\0\0\0\0B@',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203824,0.000000,1631875517.217970,'\0\0\0\0\0\0\0\0\0\0B@',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203825,0.000000,1631876461.056372,'\0\0\0\0\0\0\0\0\0\0(M)',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203826,0.000000,1631876473.865382,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203827,0.000000,1631877712.283445,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203828,0.000000,1631877724.970037,'\0\0\0\0\0\0\0\0\0\0B@',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203829,0.000000,1631877731.357405,'\0\0\0\0\0\0\0\0\0\0B@',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203830,0.000000,1631877739.099404,'\0\0\0\0\0\0\0\0\0\0B@',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203831,0.000000,1631878366.433270,'\0\0\0\0\0\0\0\0\0\0g4',0,404,0,0,0,'http://raisingclevergirls.com/doc.php','http://simplesite.com','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','',NULL,NULL),(203832,0.000000,1631878454.773224,'\0\0\0\0\0\0\0\0\0\0,*\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://gwxof.fantuanshe.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','',NULL,NULL),(203833,0.000000,1631879622.357492,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203834,0.000000,1631879884.240001,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/ups.php','http://simplesite.com','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','',NULL,NULL),(203835,0.000000,1631880203.186978,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(203836,0.000000,1631880208.035354,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203837,0.000000,1631880212.326312,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203838,0.000000,1631880218.785818,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203839,0.000000,1631880257.748206,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203840,0.000000,1631880380.351952,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203841,0.000000,1631880383.267152,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203842,0.000000,1631880431.214480,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203843,0.000000,1631880473.380427,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203844,0.000000,1631880509.043084,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203845,0.000000,1631880558.217475,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203846,0.000000,1631880671.557269,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203847,0.000000,1631880709.757730,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203848,0.000000,1631880747.310469,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203849,0.000000,1631880792.567720,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203850,0.000000,1631880842.823965,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203851,0.000000,1631883159.140759,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-admin/link-edd.php','http://simplesite.com','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','',NULL,NULL),(203852,0.000000,1631884199.808814,'\0\0\0\0\0\0\0\0\0\0M',0,200,0,0,0,'http://raisingclevergirls.com.au/media-admin.php','http://simplesite.com','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','',NULL,NULL),(203853,0.000000,1631886924.028922,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/autoload_classmap.php','http://simplesite.com','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','',NULL,NULL),(203854,0.000000,1631887897.767172,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203855,0.000000,1631890649.375612,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-admin/link-edd.php','http://simplesite.com','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','',NULL,NULL),(203856,0.000000,1631891714.353233,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/peaceful-parent-happy-siblings/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203857,0.000000,1631892509.435034,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203858,0.000000,1631892512.790124,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203859,0.000000,1631892522.301370,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203860,0.000000,1631894197.766468,'\0\0\0\0\0\0\0\0\0\04[',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/itr-popup/scripts/jscolor/itro-admin-scripts-RT1PIO.php','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(203861,0.000000,1631894935.304810,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/components/com_banners/models/banner.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','',NULL,NULL),(203862,0.000000,1631895662.956205,'\0\0\0\0\0\0\0\0\0\0Sܯ',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/fighter/shx.php','http://simplesite.com','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','',NULL,NULL),(203863,0.000000,1631896208.124238,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203864,0.000000,1631896289.352768,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203865,0.000000,1631900350.067650,'\0\0\0\0\0\0\0\0\0\0SY',0,404,0,0,0,'http://raisingclevergirls.com/content-post.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','',NULL,NULL),(203866,0.000000,1631901491.319898,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/templates/protostar/error.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.157 Safari/537.36','',NULL,NULL),(203867,0.000000,1631904881.802012,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203868,0.000000,1631904879.336127,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203869,0.000000,1631904884.223638,'\0\0\0\0\0\0\0\0\0\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203870,0.000000,1631904890.348798,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203871,0.000000,1631904894.196668,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203872,0.000000,1631905978.651045,'\0\0\0\0\0\0\0\0\0\0BJ[',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203873,0.000000,1631907588.759541,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-conscious-parent/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203874,0.000000,1631907854.363183,'\0\0\0\0\0\0\0\0\0\0]\\',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203875,0.000000,1631907857.231458,'\0\0\0\0\0\0\0\0\0\0]\\',0,404,0,0,0,'http://raisingclevergirls.com/humans.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203876,0.000000,1631907859.399602,'\0\0\0\0\0\0\0\0\0\0]\\',0,404,0,0,0,'http://raisingclevergirls.com/ads.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203877,0.000000,1631907862.952533,'\0\0\0\0\0\0\0\0\0\0]\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(203878,0.000000,1631908486.132180,'\0\0\0\0\0\0\0\0\0\0)(2',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(203879,0.000000,1631908493.320772,'\0\0\0\0\0\0\0\0\0\0)(2',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(203880,0.000000,1631908495.529775,'\0\0\0\0\0\0\0\0\0\0)(2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(203881,0.000000,1631909436.835350,'\0\0\0\0\0\0\0\0\0\06+Q',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203882,0.000000,1631909708.688060,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203883,0.000000,1631912629.355424,'\0\0\0\0\0\0\0\0\0\0#v|',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-class.php','','Linux Mozilla','',NULL,NULL),(203884,0.000000,1631912633.595232,'\0\0\0\0\0\0\0\0\0\0#v|',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-class.php','','Linux Mozilla','',NULL,NULL),(203885,0.000000,1631912636.010120,'\0\0\0\0\0\0\0\0\0\0#v|',0,200,0,0,0,'http://raisingclevergirls.com.au/wp/wp-class.php','','Linux Mozilla','',NULL,NULL),(203886,0.000000,1631912638.487376,'\0\0\0\0\0\0\0\0\0\0#v|',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp/wp-class.php','','Linux Mozilla','',NULL,NULL),(203887,0.000000,1631912642.529955,'\0\0\0\0\0\0\0\0\0\0#v|',0,200,0,0,0,'http://raisingclevergirls.com.au/wordpress/wp-class.php','','Linux Mozilla','',NULL,NULL),(203888,0.000000,1631912644.456123,'\0\0\0\0\0\0\0\0\0\0#v|',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wordpress/wp-class.php','','Linux Mozilla','',NULL,NULL),(203889,0.000000,1631913492.992664,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203890,0.000000,1631913498.246342,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203891,0.000000,1631913500.422055,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; Pixel 5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(203892,0.000000,1631913514.397883,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/best-parenting-books-for-discipline-and-getting-kids-to-listen/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203893,0.000000,1631916375.162176,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203894,0.000000,1631917186.836376,'\0\0\0\0\0\0\0\0\0\0@F',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203895,0.000000,1631917194.846029,'\0\0\0\0\0\0\0\0\0\0@F',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203896,0.000000,1631917197.472893,'\0\0\0\0\0\0\0\0\0\0@F',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203897,0.000000,1631919414.187966,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','',NULL,NULL),(203898,0.000000,1631919416.838847,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','',NULL,NULL),(203899,0.000000,1631919419.069553,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','',NULL,NULL),(203900,0.000000,1631919421.549271,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','',NULL,NULL),(203901,0.000000,1631922085.340580,'\0\0\0\0\0\0\0\0\0\06v',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203902,0.000000,1631923160.511696,'\0\0\0\0\0\0\0\0\0\07\'>',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/raising-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203903,0.000000,1631923403.222444,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0','',NULL,NULL),(203904,0.000000,1631923408.692037,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0','',NULL,NULL),(203905,0.000000,1631923410.823234,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:92.0) Gecko/20100101 Firefox/92.0','',NULL,NULL),(203906,0.000000,1631924942.812321,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (X11; Linux x86_64; rv:50.0) Gecko/20100101 Firefox/50.0','',NULL,NULL),(203907,0.000000,1631927185.320366,'\0\0\0\0\0\0\0\0\0\0Ƃ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',NULL,NULL),(203908,0.000000,1631927195.207374,'\0\0\0\0\0\0\0\0\0\0Ƃ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',NULL,NULL),(203909,0.000000,1631927743.418955,'\0\0\0\0\0\0\0\0\0\0w',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','','',NULL,NULL),(203910,0.000000,1631928582.515275,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','',NULL,NULL),(203911,0.000000,1631928595.679241,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-curse-of-the-good-girl/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203912,0.000000,1631928645.772409,'\0\0\0\0\0\0\0\0\0\0;\\?Z',0,404,0,0,0,'http://raisingclevergirls.com/cod.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','',NULL,NULL),(203913,0.000000,1631930862.107017,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','','',NULL,NULL),(203914,0.000000,1631931371.057797,'\0\0\0\0\0\0\0\0\0\0BJY',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203915,0.000000,1631933886.447159,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(203916,0.000000,1631933889.762890,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(203917,0.000000,1631933892.535133,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(203918,0.000000,1631937735.922159,'\0\0\0\0\0\0\0\0\0\0>Ʌ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/wp-automatic/wp-pinterest-automatic','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203919,0.000000,1631938608.898690,'\0\0\0\0\0\0\0\0\0\0Úa',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-content/plugins/wp-automatic/wp-pinterest-automatic','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203920,0.000000,1631938611.577972,'\0\0\0\0\0\0\0\0\0\0Úa',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/wp-automatic/wp-pinterest-automatic','http://raisingclevergirls.com.au/wp-content/plugins/wp-automatic/wp-pinterest-automatic','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203921,0.000000,1631939720.054940,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','facebookexternalhit/1.1 (+http://www.facebook.com/externalhit_uatext.php)','',NULL,NULL),(203922,0.000000,1631939763.839133,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/?fbclid=IwAR3v8y2TSl46s23uCWuevpcsLaEWmwBqL_iDUGRKBpRai3G3LwUTZOw8LDQ','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(203923,0.000000,1631939766.865712,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?fbclid=IwAR3v8y2TSl46s23uCWuevpcsLaEWmwBqL_iDUGRKBpRai3G3LwUTZOw8LDQ','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(203924,0.000000,1631939775.482481,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/?fbclid=IwAR3v8y2TSl46s23uCWuevpcsLaEWmwBqL_iDUGRKBpRai3G3LwUTZOw8LDQ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(203925,0.000000,1631939777.758701,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?fbclid=IwAR3v8y2TSl46s23uCWuevpcsLaEWmwBqL_iDUGRKBpRai3G3LwUTZOw8LDQ&wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/?fbclid=IwAR3v8y2TSl46s23uCWuevpcsLaEWmwBqL_iDUGRKBpRai3G3LwUTZOw8LDQ','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(203926,0.000000,1631944768.284884,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203927,0.000000,1631944768.284861,'\0\0\0\0\0\0\0\0\0\0Ȃ',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203928,0.000000,1631944779.844631,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203929,0.000000,1631944782.348410,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203930,0.000000,1631944844.907395,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/apple-touch-icon-precomposed.png','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0','',NULL,NULL),(203931,0.000000,1631944844.906704,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/apple-touch-icon.png','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0','',NULL,NULL),(203932,0.000000,1631944844.906712,'\0\0\0\0\0\0\0\0\0\0Ȃ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_1) AppleWebKit/601.2.4 (KHTML, like Gecko) Version/9.0.1 Safari/601.2.4 facebookexternalhit/1.1 Facebot Twitterbot/1.0','',NULL,NULL),(203933,0.000000,1631944862.258778,'\0\0\0\0\0\0\0\0\0\0LF',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203934,0.000000,1631944867.989988,'\0\0\0\0\0\0\0\0\0\0LF',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203935,0.000000,1631944870.173330,'\0\0\0\0\0\0\0\0\0\0LF',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203936,0.000000,1631944943.117826,'\0\0\0\0\0\0\0\0\0\0LF',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(203937,0.000000,1631946027.391516,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203938,0.000000,1631946257.666588,'\0\0\0\0\0\0\0\0\0\0(M)',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203939,0.000000,1631947643.474565,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/post_tag-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203940,0.000000,1631947904.352656,'\0\0\0\0\0\0\0\0\0\0(M',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(203941,0.000000,1631950266.785712,'\0\0\0\0\0\0\0\0\0\0jx',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203942,0.000000,1631950269.610221,'\0\0\0\0\0\0\0\0\0\0jx',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203943,0.000000,1631950273.664829,'\0\0\0\0\0\0\0\0\0\0jx',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(203944,0.000000,1631952894.995225,'\0\0\0\0\0\0\0\0\0\0>ɡ',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/wp-automatic/wp-pinterest-automatic','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203945,0.000000,1631953522.218752,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203946,0.000000,1631953532.885526,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/i-like-myself/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203947,0.000000,1631953538.990455,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/i-like-myself/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(203948,0.000000,1631956303.976598,'\0\0\0\0\0\0\0\0\0\0>Ʌ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/wp-pinterest-automatic/process_form.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203949,0.000000,1631956684.578938,'\0\0\0\0\0\0\0\0\0\0a@',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/autoload_classmap.php','http://simplesite.com','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','',NULL,NULL),(203950,0.000000,1631956688.006144,'\0\0\0\0\0\0\0\0\0\0a@',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/autoload_classmap.php','http://simplesite.com','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','',NULL,NULL),(203951,0.000000,1631956770.641654,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(203952,0.000000,1631956773.655955,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203953,0.000000,1631956775.597584,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203954,0.000000,1631956778.979747,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203955,0.000000,1631956820.853127,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203956,0.000000,1631956861.531930,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203957,0.000000,1631956863.829507,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203958,0.000000,1631956912.872957,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203959,0.000000,1631956939.935822,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203960,0.000000,1631956980.270036,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203961,0.000000,1631957010.292996,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203962,0.000000,1631957071.754001,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203963,0.000000,1631957101.369776,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203964,0.000000,1631957139.233027,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203965,0.000000,1631957167.927108,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203966,0.000000,1631957216.695328,'\0\0\0\0\0\0\0\0\0\0,К',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(203967,0.000000,1631957329.892609,'\0\0\0\0\0\0\0\0\0\0Úa',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-content/plugins/wp-pinterest-automatic/process_form.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203968,0.000000,1631957332.699216,'\0\0\0\0\0\0\0\0\0\0Úa',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/wp-pinterest-automatic/process_form.php','http://raisingclevergirls.com.au/wp-content/plugins/wp-pinterest-automatic/process_form.php','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203969,0.000000,1631968302.916743,'\0\0\0\0\0\0\0\0\0\0)(2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(203970,0.000000,1631969618.074879,'\0\0\0\0\0\0\0\0\0\0?7',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','','',NULL,NULL),(203971,0.000000,1631969620.226371,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203972,0.000000,1631971051.469747,'\0\0\0\0\0\0\0\0\0\0>ɡ',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/wp-pinterest-automatic/process_form.php','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36','',NULL,NULL),(203973,0.000000,1631972739.311901,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','','',NULL,NULL),(203974,0.000000,1631972745.527951,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','','',NULL,NULL),(203975,0.000000,1631974594.760586,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203976,0.000000,1631981121.207276,'\0\0\0\0\0\0\0\0\0\0(M)',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203977,0.000000,1631981130.451699,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203978,0.000000,1631981140.706098,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(203979,0.000000,1631981648.744877,'\0\0\0\0\0\0\0\0\0\02r',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203980,0.000000,1631981651.707885,'\0\0\0\0\0\0\0\0\0\02r',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203981,0.000000,1631981653.974672,'\0\0\0\0\0\0\0\0\0\02r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203982,0.000000,1631981658.484423,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203983,0.000000,1631981659.714528,'\0\0\0\0\0\0\0\0\0\06uH',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203984,0.000000,1631981658.486337,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203985,0.000000,1631981658.486667,'\0\0\0\0\0\0\0\0\0\0\r9_',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203986,0.000000,1631981658.805066,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203987,0.000000,1631981659.388013,'\0\0\0\0\0\0\0\0\0\06Bt',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203988,0.000000,1631981659.283532,'\0\0\0\0\0\0\0\0\0\06Ck\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203989,0.000000,1631981658.781110,'\0\0\0\0\0\0\0\0\0\0\r9}',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203990,0.000000,1631981659.383577,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203991,0.000000,1631981659.518208,'\0\0\0\0\0\0\0\0\0\0H',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203992,0.000000,1631981659.292611,'\0\0\0\0\0\0\0\0\0\0\r8s',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203993,0.000000,1631981659.100182,'\0\0\0\0\0\0\0\0\0\06C',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203994,0.000000,1631981660.409097,'\0\0\0\0\0\0\0\0\0\0\r9.',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203995,0.000000,1631981660.486913,'\0\0\0\0\0\0\0\0\0\0\r4',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203996,0.000000,1631981660.085526,'\0\0\0\0\0\0\0\0\0\0\r9',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203997,0.000000,1631981660.485338,'\0\0\0\0\0\0\0\0\0\06uH',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203998,0.000000,1631981661.615843,'\0\0\0\0\0\0\0\0\0\02',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(203999,0.000000,1631981671.506196,'\0\0\0\0\0\0\0\0\0\06uH',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204000,0.000000,1631981672.318879,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204001,0.000000,1631981671.302474,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204002,0.000000,1631981671.598665,'\0\0\0\0\0\0\0\0\0\06Bt',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204003,0.000000,1631981671.503854,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204004,0.000000,1631981671.389188,'\0\0\0\0\0\0\0\0\0\0\r9_',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204005,0.000000,1631981671.385444,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204006,0.000000,1631981672.497240,'\0\0\0\0\0\0\0\0\0\0H',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204007,0.000000,1631981671.784134,'\0\0\0\0\0\0\0\0\0\0\r9}',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204008,0.000000,1631981672.104238,'\0\0\0\0\0\0\0\0\0\06Ck\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204009,0.000000,1631981673.197028,'\0\0\0\0\0\0\0\0\0\0\r8s',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204010,0.000000,1631981674.906418,'\0\0\0\0\0\0\0\0\0\06uH',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204011,0.000000,1631981673.693578,'\0\0\0\0\0\0\0\0\0\06C',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204012,0.000000,1631981674.798453,'\0\0\0\0\0\0\0\0\0\0\r9',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204013,0.000000,1631981673.794987,'\0\0\0\0\0\0\0\0\0\0\r9.',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204014,0.000000,1631981675.905331,'\0\0\0\0\0\0\0\0\0\02',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204015,0.000000,1631981674.684411,'\0\0\0\0\0\0\0\0\0\0\r4',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204016,0.000000,1631981687.300368,'\0\0\0\0\0\0\0\0\0\0\r4',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204017,0.000000,1631984799.113962,'\0\0\0\0\0\0\0\0\0\0䟐',0,200,0,0,0,'http://raisingclevergirls.com.au/','','FME/2019.7.38.19823 libcurl/7.65.2 Schannel zlib/1.2.11 WinIDN libssh2/1.9.0 nghttp2/1.38.0','',NULL,NULL),(204018,0.000000,1631984803.385450,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','FME/2019.7.38.19823 libcurl/7.65.2 Schannel zlib/1.2.11 WinIDN libssh2/1.9.0 nghttp2/1.38.0','',NULL,NULL),(204019,0.000000,1631988866.328572,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/building-children-s-resilience/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204020,0.000000,1631990138.878843,'\0\0\0\0\0\0\0\0\0\0HA',0,200,0,0,0,'http://raisingclevergirls.com.au/wordpress/wp-admin/link-edd.php','http://simplesite.com','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','',NULL,NULL),(204021,0.000000,1631991461.063836,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/ultimate-confidence/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204022,0.000000,1631996102.292932,'\0\0\0\0\0\0\0\0\0\0\"ݑ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204023,0.000000,1631998830.816749,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204024,0.000000,1631998834.009188,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204025,0.000000,1631998841.482977,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/grit/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204026,0.000000,1631998843.774859,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/grit/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204027,0.000000,1632000488.506472,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-tag/empowerment/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204028,0.000000,1632000887.008102,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','feedparser/6.0.8 +https://github.com/kurtmckee/feedparser/','',NULL,NULL),(204029,0.000000,1632001459.565679,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204030,0.000000,1632001462.239419,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204031,0.000000,1632001464.785714,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204032,0.000000,1632001467.408937,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/checkout/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204033,0.000000,1632001467.426109,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/shop/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204034,0.000000,1632001469.010809,'\0\0\0\0\0\0\0\0\0\0,ǭ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/cart/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko; compatible; BW/1.1; bit.ly/2W6Px8S) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204035,0.000000,1632007546.949559,'\0\0\0\0\0\0\0\0\0\0\"n',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204036,0.000000,1632007816.786154,'\0\0\0\0\0\0\0\0\0\0F',0,200,0,0,0,'http://raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',NULL,NULL),(204037,0.000000,1632007819.735966,'\0\0\0\0\0\0\0\0\0\0F',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',NULL,NULL),(204038,0.000000,1632007824.244709,'\0\0\0\0\0\0\0\0\0\0F',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',NULL,NULL),(204039,0.000000,1632007827.373410,'\0\0\0\0\0\0\0\0\0\0F',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/feedback','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36 Kinza/4.8.2','',NULL,NULL),(204040,0.000000,1632007940.939023,'\0\0\0\0\0\0\0\0\0\0c',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.ca/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36','',NULL,NULL),(204041,0.000000,1632007946.542645,'\0\0\0\0\0\0\0\0\0\0c',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36','',NULL,NULL),(204042,0.000000,1632007948.629539,'\0\0\0\0\0\0\0\0\0\0c',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.101 Safari/537.36','',NULL,NULL),(204043,0.000000,1632009398.805244,'\0\0\0\0\0\0\0\0\0\06u',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',NULL,NULL),(204044,0.000000,1632009408.334525,'\0\0\0\0\0\0\0\0\0\06u',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.95 Safari/537.36','',NULL,NULL),(204045,0.000000,1632012729.906561,'\0\0\0\0\0\0\0\0\0\0LF',1,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204046,0.000000,1632012735.063253,'\0\0\0\0\0\0\0\0\0\0LF',1,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204047,0.000000,1632014441.539972,'\0\0\0\0\0\0\0\0\0\0-T',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204048,0.000000,1632014440.923903,'\0\0\0\0\0\0\0\0\0\0-ϲ',0,200,0,0,0,'http://www.raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204049,0.000000,1632014440.924403,'\0\0\0\0\0\0\0\0\0\0-T',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204050,0.000000,1632014444.834108,'\0\0\0\0\0\0\0\0\0\0-ϲ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204051,0.000000,1632015786.063985,'\0\0\0\0\0\0\0\0\0\0Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','',NULL,NULL),(204052,0.000000,1632016909.059154,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204053,0.000000,1632016925.868128,'\0\0\0\0\0\0\0\0\0\07\'^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204054,0.000000,1632018582.379445,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204055,0.000000,1632018596.161884,'\0\0\0\0\0\0\0\0\0\0e',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204056,0.000000,1632018602.872613,'\0\0\0\0\0\0\0\0\0\0f',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204057,0.000000,1632018785.100017,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(204058,0.000000,1632018925.585651,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204059,0.000000,1632018932.522505,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204060,0.000000,1632018934.445027,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204061,0.000000,1632027847.560364,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','',NULL,NULL),(204062,0.000000,1632027851.553727,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','',NULL,NULL),(204063,0.000000,1632027858.798262,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','',NULL,NULL),(204064,0.000000,1632027861.011378,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36','',NULL,NULL),(204065,0.000000,1632030245.629366,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204066,0.000000,1632030248.602712,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204067,0.000000,1632030250.475161,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204068,0.000000,1632030253.483529,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204069,0.000000,1632030298.839917,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204070,0.000000,1632030329.597107,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204071,0.000000,1632030331.239083,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204072,0.000000,1632030360.919933,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204073,0.000000,1632030373.044257,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204074,0.000000,1632030375.723835,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204075,0.000000,1632030411.877016,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204076,0.000000,1632030455.512543,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204077,0.000000,1632030494.042006,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204078,0.000000,1632030570.953917,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204079,0.000000,1632030608.385983,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204080,0.000000,1632030656.229089,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204081,0.000000,1632030684.583511,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204082,0.000000,1632030711.933114,'\0\0\0\0\0\0\0\0\0\06[[',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204083,0.000000,1632031104.521783,'\0\0\0\0\0\0\0\0\0\0T\'p',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 8.1.0; SM-J415F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204084,0.000000,1632031110.391270,'\0\0\0\0\0\0\0\0\0\0T\'p',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 8.1.0; SM-J415F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204085,0.000000,1632031112.587525,'\0\0\0\0\0\0\0\0\0\0T\'p',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 8.1.0; SM-J415F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204086,0.000000,1632038775.387457,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/post-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204087,0.000000,1632038940.570593,'\0\0\0\0\0\0\0\0\0\0/?=',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204088,0.000000,1632038946.474502,'\0\0\0\0\0\0\0\0\0\0/?=',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204089,0.000000,1632038949.476522,'\0\0\0\0\0\0\0\0\0\0/?=',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204090,0.000000,1632039744.344016,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-admin/network/network.php','http://simplesite.com','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','',NULL,NULL),(204091,0.000000,1632040547.730973,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204092,0.000000,1632040560.611582,'\0\0\0\0\0\0\0\0\0\0f',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204093,0.000000,1632040565.178857,'\0\0\0\0\0\0\0\0\0\0f',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204094,0.000000,1632044095.515682,'\0\0\0\0\0\0\0\0\0\0p',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com.ph/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204095,0.000000,1632044097.361224,'\0\0\0\0\0\0\0\0\0\0p',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com.ph/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204096,0.000000,1632044101.795803,'\0\0\0\0\0\0\0\0\0\0p',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204097,0.000000,1632044103.991091,'\0\0\0\0\0\0\0\0\0\0p',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204098,0.000000,1632047359.775807,'\0\0\0\0\0\0\0\0\0\0M%',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Firefox/68.0','',NULL,NULL),(204099,0.000000,1632050451.393673,'\0\0\0\0\0\0\0\0\0\0BAP',0,200,1,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204100,0.000000,1632050457.248025,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204101,0.000000,1632050466.578231,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204102,0.000000,1632050468.496726,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204103,0.000000,1632050470.456192,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204104,0.000000,1632053093.439054,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204105,0.000000,1632053486.609339,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/workshops/play-is-our-brains-favourite-way-of-learning-diane-ackerman-raising-clever-girls-to-be-confident-and-successful/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204106,0.000000,1632056255.984837,'\0\0\0\0\0\0\0\0\0\0yrM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204107,0.000000,1632062068.433097,'\0\0\0\0\0\0\0\0\0\0%X',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204108,0.000000,1632062081.669855,'\0\0\0\0\0\0\0\0\0\0%X',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204109,0.000000,1632062083.744456,'\0\0\0\0\0\0\0\0\0\0%X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204110,0.000000,1632066353.237707,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204111,0.000000,1632066361.052213,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204112,0.000000,1632066362.999835,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_8 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204113,0.000000,1632066839.034727,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204114,0.000000,1632066842.890129,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','http://www.raisingclevergirls.com.au/blog/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204115,0.000000,1632066846.275403,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204116,0.000000,1632066849.386387,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/feedback','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 6.3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204117,0.000000,1632068246.361926,'\0\0\0\0\0\0\0\0\0\0(M)',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204118,0.000000,1632068258.595969,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/category/resources-and-prompts/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204119,0.000000,1632071983.860462,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204120,0.000000,1632072008.655868,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204121,0.000000,1632078999.440850,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204122,0.000000,1632082744.317360,'\0\0\0\0\0\0\0\0\0\06kP',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204123,0.000000,1632085067.412385,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/connect-with-your-dauto-be-successfulghter-inspire-her/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204124,0.000000,1632089043.528590,'\0\0\0\0\0\0\0\0\0\0\"ԇB',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)','',NULL,NULL),(204125,0.000000,1632089046.500865,'\0\0\0\0\0\0\0\0\0\0\"ԇB',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)','',NULL,NULL),(204126,0.000000,1632089048.943164,'\0\0\0\0\0\0\0\0\0\0\"ԇB',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; Media Center PC 5.0; c .NET CLR 3.0.04506; .NET CLR 3.5.30707; InfoPath.1; el-GR)','',NULL,NULL),(204127,0.000000,1632089321.372089,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204128,0.000000,1632089324.124927,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204129,0.000000,1632089334.946271,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204130,0.000000,1632089341.643105,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204131,0.000000,1632090248.107217,'\0\0\0\0\0\0\0\0\0\0(X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204132,0.000000,1632094742.215971,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204133,0.000000,1632095456.780134,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204134,0.000000,1632095477.003521,'\0\0\0\0\0\0\0\0\0\0TG',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204135,0.000000,1632095482.548959,'\0\0\0\0\0\0\0\0\0\0TG',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204136,0.000000,1632102088.436551,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204137,0.000000,1632102098.933556,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204138,0.000000,1632102103.193905,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-G973U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204139,0.000000,1632103657.466393,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204140,0.000000,1632106131.546983,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','','',NULL,NULL),(204141,0.000000,1632109890.614210,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204142,0.000000,1632109894.496313,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204143,0.000000,1632109899.533516,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','http://www.raisingclevergirls.com.au/blog/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204144,0.000000,1632109904.367393,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204145,0.000000,1632109909.601569,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-comments-post.php','http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204146,0.000000,1632109912.729477,'\0\0\0\0\0\0\0\0\0\0Q*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/#comment-57','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.72 Safari/537.36','',NULL,NULL),(204147,0.000000,1632109976.875056,'\0\0\0\0\0\0\0\0\0\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204148,0.000000,1632109980.804675,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204149,0.000000,1632109982.718443,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204150,0.000000,1632111824.305995,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204151,0.000000,1632111829.154404,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204152,0.000000,1632111831.558801,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204153,0.000000,1632111835.495038,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204154,0.000000,1632111871.473209,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204155,0.000000,1632111911.575797,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204156,0.000000,1632111914.262635,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204157,0.000000,1632111948.211256,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204158,0.000000,1632111990.974149,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204159,0.000000,1632112035.738265,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204160,0.000000,1632112083.257493,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204161,0.000000,1632112164.594378,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204162,0.000000,1632112215.267016,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204163,0.000000,1632112263.827914,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204164,0.000000,1632112293.796484,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204165,0.000000,1632112340.868802,'\0\0\0\0\0\0\0\0\0\0Xf',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204166,0.000000,1632114785.472833,'\0\0\0\0\0\0\0\0\0\0.\r7',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204167,0.000000,1632118316.925174,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com/wp-content/languages/plugins/index.php','http://simplesite.com','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','',NULL,NULL),(204168,0.000000,1632119724.757000,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204169,0.000000,1632121211.149075,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204170,0.000000,1632122236.161823,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204171,0.000000,1632123694.533820,'\0\0\0\0\0\0\0\0\0\0(X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204172,0.000000,1632123893.136635,'\0\0\0\0\0\0\0\0\0\01 Ĥ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.105 Safari/537.36','',NULL,NULL),(204173,0.000000,1632124030.511165,'\0\0\0\0\0\0\0\0\0\0^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204174,0.000000,1632124040.828342,'\0\0\0\0\0\0\0\0\0\0^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204175,0.000000,1632124045.514772,'\0\0\0\0\0\0\0\0\0\0^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204176,0.000000,1632125756.099184,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204177,0.000000,1632128644.184539,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0','',NULL,NULL),(204178,0.000000,1632128649.212448,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204179,0.000000,1632128653.999314,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204180,0.000000,1632128653.504935,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204181,0.000000,1632128655.611268,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204182,0.000000,1632128657.829145,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204183,0.000000,1632128660.418134,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204184,0.000000,1632128660.130392,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204185,0.000000,1632128662.015057,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204186,0.000000,1632128668.254089,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204187,0.000000,1632128671.185260,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204188,0.000000,1632128670.762256,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204189,0.000000,1632128672.979245,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204190,0.000000,1632128677.557884,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204191,0.000000,1632128680.560334,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204192,0.000000,1632128680.057838,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204193,0.000000,1632128682.445871,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204194,0.000000,1632128688.434460,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204195,0.000000,1632128690.747171,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204196,0.000000,1632128691.768123,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204197,0.000000,1632128692.692075,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204198,0.000000,1632129021.613014,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/?fbclid=IwAR2C5otFU-zoiAzvuAvgR2fvYRdqlw08x189NTpvxIbw7fF2dSrhYUxwo9c','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','',NULL,NULL),(204199,0.000000,1632129035.526635,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/?fbclid=IwAR2C5otFU-zoiAzvuAvgR2fvYRdqlw08x189NTpvxIbw7fF2dSrhYUxwo9c','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','',NULL,NULL),(204200,0.000000,1632129038.390064,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?fbclid=IwAR2C5otFU-zoiAzvuAvgR2fvYRdqlw08x189NTpvxIbw7fF2dSrhYUxwo9c&wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/?fbclid=IwAR2C5otFU-zoiAzvuAvgR2fvYRdqlw08x189NTpvxIbw7fF2dSrhYUxwo9c','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36','',NULL,NULL),(204201,0.000000,1632129815.054474,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/74.0.3729.169 Safari/537.36','',NULL,NULL),(204202,0.000000,1632129874.930199,'\0\0\0\0\0\0\0\0\0\0X',0,404,0,0,0,'http://raisingclevergirls.com/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG','','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:66.0) Gecko/20100101 Firefox/66.0','',NULL,NULL),(204203,0.000000,1632131759.484331,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204204,0.000000,1632133936.652790,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204205,0.000000,1632134226.151468,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204206,0.000000,1632135860.454908,'\0\0\0\0\0\0\0\0\0\0im',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 OPR/78.0.4093.231','',NULL,NULL),(204207,0.000000,1632135870.408719,'\0\0\0\0\0\0\0\0\0\0im',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 OPR/78.0.4093.231','',NULL,NULL),(204208,0.000000,1632135873.511031,'\0\0\0\0\0\0\0\0\0\0im',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Safari/537.36 OPR/78.0.4093.231','',NULL,NULL),(204209,0.000000,1632137280.544007,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204210,0.000000,1632138614.717902,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-5-2/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204211,0.000000,1632138651.314041,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-5-2/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204212,0.000000,1632139020.190605,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0','',NULL,NULL),(204213,0.000000,1632139024.212331,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204214,0.000000,1632139028.539023,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204215,0.000000,1632139028.025210,'\0\0\0\0\0\0\0\0\0\0,Ư',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204216,0.000000,1632139029.911938,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204217,0.000000,1632139032.518557,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204218,0.000000,1632139035.152481,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204219,0.000000,1632139034.759933,'\0\0\0\0\0\0\0\0\0\0,Ư',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204220,0.000000,1632139036.649914,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204221,0.000000,1632139042.142854,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204222,0.000000,1632139045.332046,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204223,0.000000,1632139044.831597,'\0\0\0\0\0\0\0\0\0\0,Ư',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204224,0.000000,1632139046.679988,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204225,0.000000,1632139051.766477,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204226,0.000000,1632139054.735720,'\0\0\0\0\0\0\0\0\0\0,Ư',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204227,0.000000,1632139055.787826,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204228,0.000000,1632139057.913045,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204229,0.000000,1632139061.122202,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204230,0.000000,1632139063.576775,'\0\0\0\0\0\0\0\0\0\0,Ư',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204231,0.000000,1632139064.954334,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles92','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204232,0.000000,1632139066.131193,'\0\0\0\0\0\0\0\0\0\0,Ư',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/602.1 (KHTML, like Gecko) splash Version/10.0 Safari/602.1','',NULL,NULL),(204233,0.000000,1632139263.909959,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-raisingclevergirls-%E2%80%A2-instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204234,0.000000,1632139275.763071,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-raisingclevergirls-%E2%80%A2-instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204235,0.000000,1632140584.548074,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204236,0.000000,1632140652.278869,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204237,0.000000,1632140655.103549,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204238,0.000000,1632141308.785209,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204239,0.000000,1632141411.375076,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204240,0.000000,1632142136.665719,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_2/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204241,0.000000,1632142150.271136,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_2/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204242,0.000000,1632142904.386995,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204243,0.000000,1632142908.992756,'\0\0\0\0\0\0\0\0\0\0n',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204244,0.000000,1632142910.942376,'\0\0\0\0\0\0\0\0\0\0n',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204245,0.000000,1632143399.986059,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204246,0.000000,1632143403.826752,'\0\0\0\0\0\0\0\0\0\0n',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204247,0.000000,1632143405.687047,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SM-N975F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.77 Mobile Safari/537.36','',NULL,NULL),(204248,0.000000,1632144098.103722,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/mother-and-daughter-playing-with-puppets-connect-feelings-dificult-talk-delicate-subjects-workshop-raising-clever-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204249,0.000000,1632144754.957818,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204250,0.000000,1632145395.080423,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204251,0.000000,1632145398.144705,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204252,0.000000,1632154316.603311,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204253,0.000000,1632156241.696955,'\0\0\0\0\0\0\0\0\0\0B$q2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204254,0.000000,1632156244.766795,'\0\0\0\0\0\0\0\0\0\0B$q2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204255,0.000000,1632156250.143523,'\0\0\0\0\0\0\0\0\0\0B$q2',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204256,0.000000,1632156252.102900,'\0\0\0\0\0\0\0\0\0\0B$q2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204257,0.000000,1632157154.761242,'\0\0\0\0\0\0\0\0\0\0.\r7',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204258,0.000000,1632160633.378791,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204259,0.000000,1632161731.302404,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204260,0.000000,1632162409.745644,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/anda-illie-family-counsellor-sydney-eastern-suburbs-children-counselling/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204261,0.000000,1632166444.651935,'\0\0\0\0\0\0\0\0\0\0-d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_3) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/35.0.1916.47 Safari/537.36','',NULL,NULL),(204262,0.000000,1632168475.107139,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204263,0.000000,1632168558.292218,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/the-gift-of-failure/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204264,0.000000,1632168571.840972,'\0\0\0\0\0\0\0\0\0\06Y',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204265,0.000000,1632169524.514318,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/strip-off-your-fear/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204266,0.000000,1632171038.072589,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204267,0.000000,1632172072.148991,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204268,0.000000,1632173353.322197,'\0\0\0\0\0\0\0\0\0\0%Ƚ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204269,0.000000,1632173355.604066,'\0\0\0\0\0\0\0\0\0\0%Ƚ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/wp/v2/users/1','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204270,0.000000,1632173357.034793,'\0\0\0\0\0\0\0\0\0\0%Ƚ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?author=1','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204271,0.000000,1632174255.814455,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/cart/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204272,0.000000,1632181858.370670,'\0\0\0\0\0\0\0\0\0\0.\rN',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204273,0.000000,1632183270.788658,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204274,0.000000,1632183623.372251,'\0\0\0\0\0\0\0\0\0\0#',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204275,0.000000,1632183626.782859,'\0\0\0\0\0\0\0\0\0\0#',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204276,0.000000,1632183797.733201,'\0\0\0\0\0\0\0\0\0\0(X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204277,0.000000,1632184459.822520,'\0\0\0\0\0\0\0\0\0\0.\rT',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204278,0.000000,1632185335.117995,'\0\0\0\0\0\0\0\0\0\0Gq',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204279,0.000000,1632185341.168874,'\0\0\0\0\0\0\0\0\0\0Gq',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204280,0.000000,1632185343.009018,'\0\0\0\0\0\0\0\0\0\0Gq',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204281,0.000000,1632187442.485408,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204282,0.000000,1632190026.811051,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204283,0.000000,1632191824.367232,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204284,0.000000,1632191827.525966,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204285,0.000000,1632191829.524957,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204286,0.000000,1632191832.910449,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204287,0.000000,1632191872.481701,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204288,0.000000,1632191888.585349,'\0\0\0\0\0\0\0\0\0\0.\r]',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/so-sexy-so-soon/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204289,0.000000,1632191924.215364,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204290,0.000000,1632191926.675846,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204291,0.000000,1632191968.749853,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204292,0.000000,1632192009.393455,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204293,0.000000,1632192047.936185,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204294,0.000000,1632192097.660420,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204295,0.000000,1632192167.801122,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204296,0.000000,1632192210.747204,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204297,0.000000,1632192239.874990,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204298,0.000000,1632192282.235605,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204299,0.000000,1632192329.608624,'\0\0\0\0\0\0\0\0\0\0φV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204300,0.000000,1632195567.659829,'\0\0\0\0\0\0\0\0\0\0h*',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204301,0.000000,1632195574.870400,'\0\0\0\0\0\0\0\0\0\0h*',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204302,0.000000,1632195576.960692,'\0\0\0\0\0\0\0\0\0\0h*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204303,0.000000,1632198274.013848,'\0\0\0\0\0\0\0\0\0\0C$',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204304,0.000000,1632198274.013387,'\0\0\0\0\0\0\0\0\0\0C$',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204305,0.000000,1632198280.967070,'\0\0\0\0\0\0\0\0\0\0C$',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204306,0.000000,1632198282.814439,'\0\0\0\0\0\0\0\0\0\0C$',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204307,0.000000,1632198344.241203,'\0\0\0\0\0\0\0\0\0\0C$',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204308,0.000000,1632198727.008831,'\0\0\0\0\0\0\0\0\0\0մY',0,200,0,0,0,'http://www.raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204309,0.000000,1632198727.015610,'\0\0\0\0\0\0\0\0\0\0մC',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204310,0.000000,1632198727.008551,'\0\0\0\0\0\0\0\0\0\0մY',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204311,0.000000,1632198730.110176,'\0\0\0\0\0\0\0\0\0\0մY',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204312,0.000000,1632199139.196885,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204313,0.000000,1632199142.714270,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204314,0.000000,1632199145.003549,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204315,0.000000,1632199999.697457,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204316,0.000000,1632200011.283115,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204317,0.000000,1632203293.011182,'\0\0\0\0\0\0\0\0\0\0C',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204318,0.000000,1632203293.011728,'\0\0\0\0\0\0\0\0\0\0C',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204319,0.000000,1632203299.810433,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204320,0.000000,1632203303.049189,'\0\0\0\0\0\0\0\0\0\0C',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204321,0.000000,1632203310.258767,'\0\0\0\0\0\0\0\0\0\0C',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204322,0.000000,1632203312.225518,'\0\0\0\0\0\0\0\0\0\0C',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204323,0.000000,1632203342.440723,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204324,0.000000,1632203344.744992,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204325,0.000000,1632203421.394264,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204326,0.000000,1632203863.718783,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204327,0.000000,1632203867.559655,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204328,0.000000,1632203869.856806,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/refill','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204329,0.000000,1632204031.606170,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204330,0.000000,1632204031.637753,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204331,0.000000,1632204038.140093,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204332,0.000000,1632204051.150996,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204333,0.000000,1632204053.286246,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204334,0.000000,1632204056.248674,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/refill','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204335,0.000000,1632204307.676090,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204336,0.000000,1632204310.587737,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204337,0.000000,1632204320.026626,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204338,0.000000,1632204322.116025,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204339,0.000000,1632204325.157458,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/refill','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204340,0.000000,1632204367.123864,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204341,0.000000,1632204372.888239,'\0\0\0\0\0\0\0\0\0\0C',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204342,0.000000,1632204375.922746,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204343,0.000000,1632205224.753447,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204344,0.000000,1632205245.696161,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204345,0.000000,1632205483.466972,'\0\0\0\0\0\0\0\0\0\0.r^',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.de/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204346,0.000000,1632205491.228600,'\0\0\0\0\0\0\0\0\0\0.r^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204347,0.000000,1632205493.415008,'\0\0\0\0\0\0\0\0\0\0.r^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204348,0.000000,1632207248.080132,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204349,0.000000,1632207280.474229,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/code-it-create-it/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204350,0.000000,1632210853.081430,'\0\0\0\0\0\0\0\0\0\04(#',0,200,0,0,0,'http://raisingclevergirls.com.au/','','','',NULL,NULL),(204351,0.000000,1632211433.198697,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (X11; Ubuntu; Linux i686) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2931.30 Safari/537.36','',NULL,NULL),(204352,0.000000,1632217179.654935,'\0\0\0\0\0\0\0\0\0\0C ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204353,0.000000,1632217199.143513,'\0\0\0\0\0\0\0\0\0\0C ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204354,0.000000,1632217204.877231,'\0\0\0\0\0\0\0\0\0\0C ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204355,0.000000,1632226492.398196,'\0\0\0\0\0\0\0\0\0\0$5',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(204356,0.000000,1632229626.994630,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204357,0.000000,1632230416.345003,'\0\0\0\0\0\0\0\0\0\07\':',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204358,0.000000,1632232189.421066,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204359,0.000000,1632234491.069331,'\0\0\0\0\0\0\0\0\0\0Sܯ',0,404,0,0,0,'http://raisingclevergirls.com/media-admin.php','http://simplesite.com','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','',NULL,NULL),(204360,0.000000,1632238353.520083,'\0\0\0\0\0\0\0\0\0\0h ',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/themes/twentytwentyone/404.php','http://simplesite.com','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','',NULL,NULL),(204361,0.000000,1632238500.027546,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204362,0.000000,1632240890.813131,'\0\0\0\0\0\0\0\0\0\0yp',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204363,0.000000,1632240894.181896,'\0\0\0\0\0\0\0\0\0\0yp',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204364,0.000000,1632241589.376056,'\0\0\0\0\0\0\0\0\0\0ys ',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204365,0.000000,1632241595.046271,'\0\0\0\0\0\0\0\0\0\0ys',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204366,0.000000,1632243450.378636,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.de/','Mozilla/5.0 (iPhone; CPU iPhone OS 13_5_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204367,0.000000,1632243514.727708,'\0\0\0\0\0\0\0\0\0\0ث^\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.bing.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.63 Safari/537.36 Edg/93.0.961.47','',NULL,NULL),(204368,0.000000,1632244938.185031,'\0\0\0\0\0\0\0\0\0\0Cͅ\'',0,404,0,0,0,'http://raisingclevergirls.com/old-index.php?daksldlkdsadas=1','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204369,0.000000,1632244948.885791,'\0\0\0\0\0\0\0\0\0\0Cͅ\'',0,200,0,0,0,'http://raisingclevergirls.com/wp-load.php?daksldlkdsadas=1','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204370,0.000000,1632245973.127763,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204371,0.000000,1632246017.601918,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204372,0.000000,1632246994.802340,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204373,0.000000,1632247522.241339,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 10; motorola one 5G ace) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36','',NULL,NULL),(204374,0.000000,1632248179.007826,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204375,0.000000,1632248246.095234,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204376,0.000000,1632250066.910088,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204377,0.000000,1632250133.042159,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204378,0.000000,1632250189.792483,'\0\0\0\0\0\0\0\0\0\0RP',0,200,0,0,0,'http://raisingclevergirls.com.au/downloader','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204379,0.000000,1632250189.792844,'\0\0\0\0\0\0\0\0\0\0RP',0,404,0,0,0,'http://raisingclevergirls.com/downloader','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204380,0.000000,1632250192.715393,'\0\0\0\0\0\0\0\0\0\0RP',0,404,0,0,0,'http://www.raisingclevergirls.com.au/downloader','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204381,0.000000,1632250826.988507,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'http://raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204382,0.000000,1632250826.988787,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204383,0.000000,1632250829.396200,'\0\0\0\0\0\0\0\0\0\0-',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204384,0.000000,1632251164.083367,'\0\0\0\0\0\0\0\0\0\0>',0,200,0,0,0,'http://raisingclevergirls.com/index.php?wdbgppb=show','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204385,0.000000,1632251417.760305,'\0\0\0\0\0\0\0\0\0\0>',0,200,0,0,0,'http://raisingclevergirls.com/index.php?wdbgppb=show','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204386,0.000000,1632251890.220866,'\0\0\0\0\0\0\0\0\0\03',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',NULL,NULL),(204387,0.000000,1632251898.082629,'\0\0\0\0\0\0\0\0\0\03',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.87 Safari/537.36','',NULL,NULL),(204388,0.000000,1632252285.073563,'\0\0\0\0\0\0\0\0\0\0%#*',0,200,0,0,0,'http://raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','',NULL,NULL),(204389,0.000000,1632252289.256765,'\0\0\0\0\0\0\0\0\0\0%#*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.132 Safari/537.36','',NULL,NULL),(204390,0.000000,1632253794.161130,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204391,0.000000,1632255519.290039,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/ups.php','http://simplesite.com','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','',NULL,NULL),(204392,0.000000,1632255931.713210,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204393,0.000000,1632255934.514596,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204394,0.000000,1632255944.344983,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204395,0.000000,1632255946.263719,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204396,0.000000,1632256075.509829,'\0\0\0\0\0\0\0\0\0\06=',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204397,0.000000,1632258590.475549,'\0\0\0\0\0\0\0\0\0\0.\rK',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204398,0.000000,1632258599.471467,'\0\0\0\0\0\0\0\0\0\0.\rK',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204399,0.000000,1632259093.789487,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204400,0.000000,1632260543.943993,'\0\0\0\0\0\0\0\0\0\0.\rK',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204401,0.000000,1632261308.018930,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-admin/link-edd.php','http://simplesite.com','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','',NULL,NULL),(204402,0.000000,1632262228.569861,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/old-index.php?daksldlkdsadas=1','raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204403,0.000000,1632262253.618885,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-load.php?daksldlkdsadas=1','raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204404,0.000000,1632262825.640674,'\0\0\0\0\0\0\0\0\0\0h ',0,404,0,0,0,'http://raisingclevergirls.com/htcache.php','http://simplesite.com','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','',NULL,NULL),(204405,0.000000,1632264134.825201,'\0\0\0\0\0\0\0\0\0\0մY',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204406,0.000000,1632264137.192029,'\0\0\0\0\0\0\0\0\0\0մY',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204407,0.000000,1632264676.666462,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204408,0.000000,1632264720.507776,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204409,0.000000,1632264730.781942,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204410,0.000000,1632264732.960938,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204411,0.000000,1632267199.094909,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204412,0.000000,1632269119.867879,'\0\0\0\0\0\0\0\0\0\0BJ[',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204413,0.000000,1632269553.614981,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204414,0.000000,1632269558.825917,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204415,0.000000,1632270673.450578,'\0\0\0\0\0\0\0\0\0\06Ft',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204416,0.000000,1632271040.902173,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204417,0.000000,1632271491.753786,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/code-it-create-it/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204418,0.000000,1632271500.568775,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/code-it-create-it/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204419,0.000000,1632272961.691462,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204420,0.000000,1632272966.501057,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204421,0.000000,1632272967.853063,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204422,0.000000,1632272983.372091,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?et_core_page_resource=et-divi-customizer-global-cached-inline-styles714','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204423,0.000000,1632274396.500125,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204424,0.000000,1632274724.970054,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204425,0.000000,1632274732.703635,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204426,0.000000,1632274795.365785,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204427,0.000000,1632276568.519018,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204428,0.000000,1632277920.166433,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204429,0.000000,1632278011.399893,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204430,0.000000,1632278672.448714,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/joomjs/_inc/lrds.php','raisingclevergirls.com','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204431,0.000000,1632279411.246664,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204432,0.000000,1632280919.087855,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204433,0.000000,1632280923.387930,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204434,0.000000,1632280934.935223,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204435,0.000000,1632280967.732594,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204436,0.000000,1632281019.479280,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204437,0.000000,1632281313.754064,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204438,0.000000,1632281323.633038,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204439,0.000000,1632281389.662398,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204440,0.000000,1632281444.321339,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204441,0.000000,1632281658.990227,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204442,0.000000,1632281705.293516,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204443,0.000000,1632281883.331670,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204444,0.000000,1632281953.405772,'\0\0\0\0\0\0\0\0\0\0<h',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/nlp-sydney-anda-illie/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204445,0.000000,1632281957.128947,'\0\0\0\0\0\0\0\0\0\0<h',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/nlp-sydney-anda-illie/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204446,0.000000,1632281959.114206,'\0\0\0\0\0\0\0\0\0\0<h',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/nlp-sydney-anda-illie/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/about/nlp-sydney-anda-illie/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204447,0.000000,1632281960.059979,'\0\0\0\0\0\0\0\0\0\0<h',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/about/nlp-sydney-anda-illie/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204448,0.000000,1632281962.110505,'\0\0\0\0\0\0\0\0\0\0<h',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204449,0.000000,1632281978.248377,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204450,0.000000,1632281995.492461,'\0\0\0\0\0\0\0\0\0\0<h',1,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204451,0.000000,1632281997.400490,'\0\0\0\0\0\0\0\0\0\0<h',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204452,0.000000,1632281999.363209,'\0\0\0\0\0\0\0\0\0\0<h',1,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/refill','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204453,0.000000,1632282002.978577,'\0\0\0\0\0\0\0\0\0\0<h',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204454,0.000000,1632282040.206882,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204455,0.000000,1632282132.615948,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204456,0.000000,1632282244.020226,'\0\0\0\0\0\0\0\0\0\0\Z',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204457,0.000000,1632282968.082391,'\0\0\0\0\0\0\0\0\0\0^',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-content/plugins/joomjs/_inc/lrds.php','raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204458,0.000000,1632282971.550696,'\0\0\0\0\0\0\0\0\0\0^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/joomjs/_inc/lrds.php','raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/50.0.2661.75 Safari/537.36','',NULL,NULL),(204459,0.000000,1632283856.437826,'\0\0\0\0\0\0\0\0\0\0Q',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/themes/twentytwentyone/404.php','http://simplesite.com','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','',NULL,NULL),(204460,0.000000,1632286162.989188,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/cart/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204461,0.000000,1632288826.078440,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204462,0.000000,1632288833.329476,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204463,0.000000,1632288835.445854,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204464,0.000000,1632289000.283840,'\0\0\0\0\0\0\0\0\0\0rw2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204465,0.000000,1632290729.592922,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 10; SM-A207F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36','',NULL,NULL),(204466,0.000000,1632290737.156094,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 10; SM-A207F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36','',NULL,NULL),(204467,0.000000,1632290739.800049,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 10; SM-A207F) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.62 Mobile Safari/537.36','',NULL,NULL),(204468,0.000000,1632292296.299821,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204469,0.000000,1632294044.958757,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204470,0.000000,1632294051.386824,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product-category/educational-toys-growth-mindset/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.83 Safari/537.36','',NULL,NULL),(204471,0.000000,1632299598.991465,'\0\0\0\0\0\0\0\0\0\0O,',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204472,0.000000,1632299605.955243,'\0\0\0\0\0\0\0\0\0\0O,',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204473,0.000000,1632299608.092455,'\0\0\0\0\0\0\0\0\0\0O,',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204474,0.000000,1632300173.158749,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204475,0.000000,1632300868.882553,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','FME/2019.7.38.19823 libcurl/7.65.2 Schannel zlib/1.2.11 WinIDN libssh2/1.9.0 nghttp2/1.38.0','',NULL,NULL),(204476,0.000000,1632300872.570837,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','FME/2019.7.38.19823 libcurl/7.65.2 Schannel zlib/1.2.11 WinIDN libssh2/1.9.0 nghttp2/1.38.0','',NULL,NULL),(204477,0.000000,1632308678.769466,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204478,0.000000,1632308686.673359,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204479,0.000000,1632308688.395513,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/sitemap.xml','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204480,0.000000,1632308689.937644,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204481,0.000000,1632308693.399914,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204482,0.000000,1632308696.045180,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/cart/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204483,0.000000,1632308699.105177,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204484,0.000000,1632308701.763461,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204485,0.000000,1632308705.520646,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204486,0.000000,1632308708.270364,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204487,0.000000,1632308711.336159,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204488,0.000000,1632308713.892470,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204489,0.000000,1632308717.656151,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204490,0.000000,1632308720.859381,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204491,0.000000,1632308724.665904,'\0\0\0\0\0\0\0\0\0\0ه',0,404,0,0,0,'http://www.raisingclevergirls.com.au/ads.txt','','Mozilla/5.0 (compatible; Dataprovider.com)','',NULL,NULL),(204492,0.000000,1632308726.581596,'\0\0\0\0\0\0\0\0\0\0ه',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Linux; Android 5.1.1; SM-G925F Build/LMY47X) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/45.0.2454.94 Mobile Safari/537.36','',NULL,NULL),(204493,0.000000,1632312300.126207,'\0\0\0\0\0\0\0\0\0\0LH',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Windows NT 10.0; WOW64; rv:40.0) Gecko/20100101 Firefox/40.0','',NULL,NULL),(204494,0.000000,1632316992.313199,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/dup-installer/main.installer.php','','Python-urllib/2.7','',NULL,NULL),(204495,0.000000,1632317015.737646,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/dup-installer/main.installer.php','','Python-urllib/2.7','',NULL,NULL),(204496,0.000000,1632317089.363550,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204497,0.000000,1632317097.790789,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.83 Safari/537.36','',NULL,NULL),(204498,0.000000,1632317996.737972,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204499,0.000000,1632318003.684476,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204500,0.000000,1632318006.061531,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204501,0.000000,1632322179.451323,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36','',NULL,NULL),(204502,0.000000,1632322183.477044,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36','',NULL,NULL),(204503,0.000000,1632325914.416644,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345548672/feed/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204504,0.000000,1632325929.496736,'\0\0\0\0\0\0\0\0\0\06D ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(204505,0.000000,1632328467.555922,'\0\0\0\0\0\0\0\0\0\0.\r(',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204506,0.000000,1632328491.019455,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204507,0.000000,1632332953.004965,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/from-worries-to-joy/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204508,0.000000,1632337569.255927,'\0\0\0\0\0\0\0\0\0\0k\0^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36','',NULL,NULL),(204509,0.000000,1632337581.889062,'\0\0\0\0\0\0\0\0\0\0k\0^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36','',NULL,NULL),(204510,0.000000,1632337584.529269,'\0\0\0\0\0\0\0\0\0\0k\0^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 13982.82.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.157 Safari/537.36','',NULL,NULL),(204511,0.000000,1632341946.095801,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product_tag-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204512,0.000000,1632342265.773487,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204513,0.000000,1632344980.691066,'\0\0\0\0\0\0\0\0\0\0w w',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204514,0.000000,1632344988.249179,'\0\0\0\0\0\0\0\0\0\0w w',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204515,0.000000,1632344990.395593,'\0\0\0\0\0\0\0\0\0\0w w',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204516,0.000000,1632346934.821813,'\0\0\0\0\0\0\0\0\0\0Q ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','','',NULL,NULL),(204517,0.000000,1632347542.577261,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204518,0.000000,1632347554.366694,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/i-like-myself/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/i-like-myself/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204519,0.000000,1632348036.193070,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204520,0.000000,1632348069.203515,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204521,0.000000,1632348550.122467,'\0\0\0\0\0\0\0\0\0\07\':',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/feed/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204522,0.000000,1632348981.420166,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204523,0.000000,1632348994.375463,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204524,0.000000,1632348999.278345,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204525,0.000000,1632349004.751447,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/shark-lady/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/shark-lady/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204526,0.000000,1632349750.226923,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204527,0.000000,1632349772.844238,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/good-night-stories-for-rebel-girls/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204528,0.000000,1632350524.998813,'\0\0\0\0\0\0\0\0\0\0BAu',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204529,0.000000,1632350536.875083,'\0\0\0\0\0\0\0\0\0\0BAu',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/mistakes-make-quake/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/mistakes-make-quake/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204530,0.000000,1632350903.295069,'\0\0\0\0\0\0\0\0\0\0폥',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.00','',NULL,NULL),(204531,0.000000,1632350906.304064,'\0\0\0\0\0\0\0\0\0\0폥',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.00','',NULL,NULL),(204532,0.000000,1632350909.525372,'\0\0\0\0\0\0\0\0\0\0폥',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Opera/9.80 (Windows NT 6.1; U; de) Presto/2.2.15 Version/10.00','',NULL,NULL),(204533,0.000000,1632351736.518934,'\0\0\0\0\0\0\0\0\0\0BAy',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204534,0.000000,1632351759.147490,'\0\0\0\0\0\0\0\0\0\0BAw',0,200,1,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.83 Safari/537.36','',NULL,NULL),(204535,0.000000,1632353499.682183,'\0\0\0\0\0\0\0\0\0\0\"8',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204536,0.000000,1632354232.475473,'\0\0\0\0\0\0\0\0\0\0z8!',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (X11; CrOS x86_64 14092.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.85 Safari/537.36','',NULL,NULL),(204537,0.000000,1632354237.666109,'\0\0\0\0\0\0\0\0\0\0z8!',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 14092.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.85 Safari/537.36','',NULL,NULL),(204538,0.000000,1632354239.633415,'\0\0\0\0\0\0\0\0\0\0z8!',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (X11; CrOS x86_64 14092.57.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.85 Safari/537.36','',NULL,NULL),(204539,0.000000,1632358519.096400,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204540,0.000000,1632358552.393351,'\0\0\0\0\0\0\0\0\0\0\\!',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-content/themes/sketch/404.php','','','',NULL,NULL),(204541,0.000000,1632358554.578854,'\0\0\0\0\0\0\0\0\0\0\\!',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/themes/sketch/404.php','','','',NULL,NULL),(204542,0.000000,1632358616.409876,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/tried-tested-5-parenting-tips-get-kids-listen/?et_fb=1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204543,0.000000,1632360435.713039,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204544,0.000000,1632360439.577864,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204545,0.000000,1632360441.632865,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204546,0.000000,1632360445.165128,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204547,0.000000,1632360482.338303,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204548,0.000000,1632360515.674142,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204549,0.000000,1632360517.735835,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204550,0.000000,1632360565.619846,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204551,0.000000,1632360597.270830,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204552,0.000000,1632360625.899868,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204553,0.000000,1632360670.300776,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204554,0.000000,1632360730.574835,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204555,0.000000,1632360770.188137,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204556,0.000000,1632360797.519080,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204557,0.000000,1632360837.749302,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204558,0.000000,1632360881.389502,'\0\0\0\0\0\0\0\0\0\0, ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204559,0.000000,1632365887.628770,'\0\0\0\0\0\0\0\0\0\0rw|',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204560,0.000000,1632371614.932325,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204561,0.000000,1632371614.931740,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204562,0.000000,1632371617.457688,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204563,0.000000,1632371618.172584,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204564,0.000000,1632371620.139768,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204565,0.000000,1632371620.700472,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204566,0.000000,1632374726.112797,'\0\0\0\0\0\0\0\0\0\0e',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204567,0.000000,1632374759.936250,'\0\0\0\0\0\0\0\0\0\0f',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204568,0.000000,1632374781.342565,'\0\0\0\0\0\0\0\0\0\0f',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) HeadlessChrome/93.0.4577.63 Safari/537.36','',NULL,NULL),(204569,0.000000,1632379859.101083,'\0\0\0\0\0\0\0\0\0\07w',1,200,0,0,0,'http://www.raisingclevergirls.com.au/','https://www.google.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204570,0.000000,1632379864.706122,'\0\0\0\0\0\0\0\0\0\07w',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204571,0.000000,1632379866.778962,'\0\0\0\0\0\0\0\0\0\07w',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204572,0.000000,1632379890.486591,'\0\0\0\0\0\0\0\0\0\07w',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204573,0.000000,1632379892.316496,'\0\0\0\0\0\0\0\0\0\07w',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204574,0.000000,1632379945.774936,'\0\0\0\0\0\0\0\0\0\07w',1,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204575,0.000000,1632379949.220949,'\0\0\0\0\0\0\0\0\0\07w',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/blog/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204576,0.000000,1632379992.916056,'\0\0\0\0\0\0\0\0\0\07w',1,200,0,0,0,'http://www.raisingclevergirls.com.au/about/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/about/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204577,0.000000,1632385064.063449,'\0\0\0\0\0\0\0\0\0\0BAy',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204578,0.000000,1632385353.381267,'\0\0\0\0\0\0\0\0\0\0,*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://njio.qxnr.net/','Mozilla/5.0 (iPhone; CPU iPhone OS 10_2_1 like Mac OS X) AppleWebKit/602.4.6 (KHTML, like Gecko) Version/10.0 Mobile/14D27 Safari/602.1','',NULL,NULL),(204579,0.000000,1632388975.748551,'\0\0\0\0\0\0\0\0\0\0#b',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','ZoominfoBot (zoominfobot at zoominfo dot com)','',NULL,NULL),(204580,0.000000,1632388979.992043,'\0\0\0\0\0\0\0\0\0\0#b',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','ZoominfoBot (zoominfobot at zoominfo dot com)','',NULL,NULL),(204581,0.000000,1632389084.882370,'\0\0\0\0\0\0\0\0\0\0#b',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','ZoominfoBot (zoominfobot at zoominfo dot com)','',NULL,NULL),(204582,0.000000,1632389087.826860,'\0\0\0\0\0\0\0\0\0\0#b',0,200,0,0,0,'http://raisingclevergirls.com.au/','','ZoominfoBot (zoominfobot at zoominfo dot com)','',NULL,NULL),(204583,0.000000,1632394429.691337,'\0\0\0\0\0\0\0\0\0\0BI$',0,200,1,0,0,'http://www.raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204584,0.000000,1632394441.031267,'\0\0\0\0\0\0\0\0\0\0BAw',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204585,0.000000,1632394459.139204,'\0\0\0\0\0\0\0\0\0\0BAw',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204586,0.000000,1632394462.920852,'\0\0\0\0\0\0\0\0\0\0BAw',0,200,1,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.83 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204587,0.000000,1632396429.620169,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204588,0.000000,1632396436.247805,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/parenting-without-power-struggles/','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204589,0.000000,1632397266.933671,'\0\0\0\0\0\0\0\0\0\06\r',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204590,0.000000,1632397269.803608,'\0\0\0\0\0\0\0\0\0\06\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204591,0.000000,1632398279.185673,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204592,0.000000,1632398286.813884,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204593,0.000000,1632398288.901228,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Safari/605.1.15','',NULL,NULL),(204594,0.000000,1632399137.752185,'\0\0\0\0\0\0\0\0\0\0BA{',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product_cat-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204595,0.000000,1632405250.699973,'\0\0\0\0\0\0\0\0\0\0.\rK',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/xthe-grit-guide-for-teens-jpg-pagespeed-ic-yg9394kxim/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204596,0.000000,1632406797.244460,'\0\0\0\0\0\0\0\0\0\0m',0,404,0,0,0,'http://raisingclevergirls.com/uindex.php','http://simplesite.com','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','',NULL,NULL),(204597,0.000000,1632407392.393540,'\0\0\0\0\0\0\0\0\0\0G)t',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204598,0.000000,1632407397.156733,'\0\0\0\0\0\0\0\0\0\0G)t',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204599,0.000000,1632407399.108159,'\0\0\0\0\0\0\0\0\0\0G)t',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204600,0.000000,1632407735.766450,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345548672/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204601,0.000000,1632407938.374267,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204602,0.000000,1632407946.835532,'\0\0\0\0\0\0\0\0\0\0n',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204603,0.000000,1632407949.530003,'\0\0\0\0\0\0\0\0\0\0n',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204604,0.000000,1632408105.551312,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204605,0.000000,1632408109.433690,'\0\0\0\0\0\0\0\0\0\0n',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204606,0.000000,1632408314.993900,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204607,0.000000,1632408319.277919,'\0\0\0\0\0\0\0\0\0\0n',1,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204608,0.000000,1632408323.415950,'\0\0\0\0\0\0\0\0\0\0n',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:78.0) Gecko/20100101 Firefox/78.0','',NULL,NULL),(204609,0.000000,1632408634.164062,'\0\0\0\0\0\0\0\0\0\0Y',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',NULL,NULL),(204610,0.000000,1632408639.133647,'\0\0\0\0\0\0\0\0\0\0Y',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36','',NULL,NULL),(204611,0.000000,1632409067.512874,'$\"\0',0,404,0,0,0,'http://mail.raisingclevergirls.com/wp-content/plugins/43635783458263634/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204612,0.000000,1632409067.512894,'$\"\0',0,404,0,0,0,'http://mail.raisingclevergirls.com/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204613,0.000000,1632409070.739539,'$\"\0',0,404,0,0,0,'http://mail.raisingclevergirls.com.au/wp-content/plugins/43635783458263634/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204614,0.000000,1632409071.216578,'$\"\0',0,404,0,0,0,'http://mail.raisingclevergirls.com.au/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204615,0.000000,1632409691.196469,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204616,0.000000,1632409691.196520,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/43635783458263634/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204617,0.000000,1632409695.199445,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204618,0.000000,1632409695.276827,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-content/plugins/43635783458263634/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204619,0.000000,1632409697.060787,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204620,0.000000,1632409697.088350,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/43635783458263634/991176.php','','Apache/2.4.34 (Ubuntu) OpenSSL/1.1.1 (internal dummy connection)','',NULL,NULL),(204621,0.000000,1632411029.481814,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/uploads/estate_templates/doc.php','http://simplesite.com','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','',NULL,NULL),(204622,0.000000,1632411625.641980,'\0\0\0\0\0\0\0\0\0\0(X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204623,0.000000,1632414877.989385,'\0\0\0\0\0\0\0\0\0\0Pü',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/3dprint-lite/readme.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4240.183 Safari/537.36','',NULL,NULL),(204624,0.000000,1632415197.162136,'\0\0\0\0\0\0\0\0\0\07\':',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/talk-kids-will-listen-listen-kids-will-talk/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204625,0.000000,1632419416.730492,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204626,0.000000,1632419435.375145,'\0\0\0\0\0\0\0\0\0\0.\rK',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/girl-never-made-mistakes/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204627,0.000000,1632419972.112505,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204628,0.000000,1632421005.285903,'\0\0\0\0\0\0\0\0\0\0R*M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204629,0.000000,1632421011.329674,'\0\0\0\0\0\0\0\0\0\0R*M',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204630,0.000000,1632421013.454882,'\0\0\0\0\0\0\0\0\0\0R*M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204631,0.000000,1632423597.765104,'\0\0\0\0\0\0\0\0\0\0?^',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204632,0.000000,1632423603.874182,'\0\0\0\0\0\0\0\0\0\0?^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204633,0.000000,1632423606.477765,'\0\0\0\0\0\0\0\0\0\0?^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204634,0.000000,1632423926.305657,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/category-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204635,0.000000,1632423992.237650,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/parenting-inside-10th-anniversary-edition/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204636,0.000000,1632426096.540441,'\0\0\0\0\0\0\0\0\0\04MM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-login.php','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204637,0.000000,1632426105.037817,'\0\0\0\0\0\0\0\0\0\04MM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/wp/v2/users/1','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204638,0.000000,1632426106.714922,'\0\0\0\0\0\0\0\0\0\04MM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/?author=1','','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko','',NULL,NULL),(204639,0.000000,1632427845.609194,'\0\0\0\0\0\0\0\0\0\0e#F',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/ubh/up.php','http://simplesite.com','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','',NULL,NULL),(204640,0.000000,1632427849.218281,'\0\0\0\0\0\0\0\0\0\0e#F',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/ubh/up.php','http://simplesite.com','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','',NULL,NULL),(204641,0.000000,1632428120.917039,'\0\0\0\0\0\0\0\0\0\04',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204642,0.000000,1632430854.105802,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204643,0.000000,1632430886.691204,'\0\0\0\0\0\0\0\0\0\0@2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:59.0) Gecko/20100101 Firefox/59.0','',NULL,NULL),(204644,0.000000,1632430888.504235,'\0\0\0\0\0\0\0\0\0\0@2',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:59.0) Gecko/20100101 Firefox/59.0','',NULL,NULL),(204645,0.000000,1632432163.216031,'\0\0\0\0\0\0\0\0\0\0rwv',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204646,0.000000,1632435496.551107,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-7-2/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204647,0.000000,1632437130.136034,'\0\0\0\0\0\0\0\0\0\0@*',0,200,0,0,0,'http://www.raisingclevergirls.com/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:59.0) Gecko/20100101 Firefox/59.0','',NULL,NULL),(204648,0.000000,1632437134.375532,'\0\0\0\0\0\0\0\0\0\0@*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:59.0) Gecko/20100101 Firefox/59.0','',NULL,NULL),(204649,0.000000,1632439356.592813,'\0\0\0\0\0\0\0\0\0\0+',0,200,0,0,0,'http://raisingclevergirls.com.au/','','CheckMarkNetwork/1.0 (+http://www.checkmarknetwork.com/spider.html)','',NULL,NULL),(204650,0.000000,1632439360.782535,'\0\0\0\0\0\0\0\0\0\0+',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','CheckMarkNetwork/1.0 (+http://www.checkmarknetwork.com/spider.html)','',NULL,NULL),(204651,0.000000,1632439362.604818,'\0\0\0\0\0\0\0\0\0\0+',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','CheckMarkNetwork/1.0 (+http://www.checkmarknetwork.com/spider.html)','',NULL,NULL),(204652,0.000000,1632439364.556690,'\0\0\0\0\0\0\0\0\0\0+',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','CheckMarkNetwork/1.0 (+http://www.checkmarknetwork.com/spider.html)','',NULL,NULL),(204653,0.000000,1632439373.603397,'\0\0\0\0\0\0\0\0\0\0+',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','CheckMarkNetwork/1.0 (+http://www.checkmarknetwork.com/spider.html)','',NULL,NULL),(204654,0.000000,1632439649.169184,'\0\0\0\0\0\0\0\0\0\0(M4',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204655,0.000000,1632439656.773472,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/how-to-talk-so-kids-will-listen-and-listen-so-kids-will-talk/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204656,0.000000,1632440629.088180,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204657,0.000000,1632441668.239223,'\0\0\0\0\0\0\0\0\0\04*J+',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204658,0.000000,1632441984.419775,'\0\0\0\0\0\0\0\0\0\01.a',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204659,0.000000,1632441986.980569,'\0\0\0\0\0\0\0\0\0\01.a',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204660,0.000000,1632441990.486330,'\0\0\0\0\0\0\0\0\0\01.a',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204661,0.000000,1632441992.336465,'\0\0\0\0\0\0\0\0\0\01.a',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204662,0.000000,1632442115.094237,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N970U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36','',NULL,NULL),(204663,0.000000,1632442116.281027,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N970U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36','',NULL,NULL),(204664,0.000000,1632442123.022199,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N970U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36','',NULL,NULL),(204665,0.000000,1632442125.692564,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; SAMSUNG SM-N970U) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/15.0 Chrome/90.0.4430.210 Mobile Safari/537.36','',NULL,NULL),(204666,0.000000,1632442266.769635,'\0\0\0\0\0\0\0\0\0\0#y',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204667,0.000000,1632442273.138670,'\0\0\0\0\0\0\0\0\0\0#y',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204668,0.000000,1632442842.200281,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204669,0.000000,1632442847.525394,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204670,0.000000,1632443256.568622,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','',NULL,NULL),(204671,0.000000,1632443259.860040,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36','',NULL,NULL),(204672,0.000000,1632448397.684964,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204673,0.000000,1632448405.325124,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204674,0.000000,1632448407.347786,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204675,0.000000,1632448410.817604,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204676,0.000000,1632448451.332216,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204677,0.000000,1632448491.955751,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204678,0.000000,1632448494.614367,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204679,0.000000,1632448524.733768,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204680,0.000000,1632448573.259930,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204681,0.000000,1632448615.870869,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204682,0.000000,1632448649.821316,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204683,0.000000,1632448726.519414,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204684,0.000000,1632448770.691631,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204685,0.000000,1632448797.945441,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204686,0.000000,1632448828.980766,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204687,0.000000,1632448867.646886,'\0\0\0\0\0\0\0\0\0\0\"d',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204688,0.000000,1632451876.969918,'\0\0\0\0\0\0\0\0\0\0A',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204689,0.000000,1632451883.353354,'\0\0\0\0\0\0\0\0\0\0A',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204690,0.000000,1632451885.986890,'\0\0\0\0\0\0\0\0\0\0A',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204691,0.000000,1632454110.956261,'\0\0\0\0\0\0\0\0\0\0Nn2j',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/background-image-cropper/content-post.php','http://simplesite.com','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','',NULL,NULL),(204692,0.000000,1632454139.203623,'\0\0\0\0\0\0\0\0\0\0Nn2j',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/background-image-cropper/content-post.php','http://simplesite.com','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','',NULL,NULL),(204693,0.000000,1632454195.119170,'\0\0\0\0\0\0\0\0\0\0Nn2j',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/background-image-cropper/content-post.php','http://simplesite.com','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','',NULL,NULL),(204694,0.000000,1632454205.711576,'\0\0\0\0\0\0\0\0\0\0Nn2j',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/background-image-cropper/content-post.php','http://simplesite.com','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','',NULL,NULL),(204695,0.000000,1632454224.156065,'\0\0\0\0\0\0\0\0\0\0Nn2j',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/background-image-cropper/content-post.php','http://simplesite.com','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','',NULL,NULL),(204696,0.000000,1632454503.482167,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/1index.php','http://simplesite.com','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','',NULL,NULL),(204697,0.000000,1632459008.267618,'\0\0\0\0\0\0\0\0\0\0_',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/prdctfltr/lang/readme.txt','','Mozilla/5.0 (Windows NT 10.0; WOW64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36 OPR/67.0.3575.115','',NULL,NULL),(204698,0.000000,1632460453.799893,'\0\0\0\0\0\0\0\0\0\0-(U',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',NULL,NULL),(204699,0.000000,1632460457.555135,'\0\0\0\0\0\0\0\0\0\0-(U',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.181 Safari/537.36','',NULL,NULL),(204700,0.000000,1632466688.327067,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204701,0.000000,1632469747.236018,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/page/1/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204702,0.000000,1632472415.764973,'\0\0\0\0\0\0\0\0\0\0f9',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','',NULL,NULL),(204703,0.000000,1632472419.443954,'\0\0\0\0\0\0\0\0\0\0f9',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/feedback','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.85 Safari/537.36','',NULL,NULL),(204704,0.000000,1632477147.494050,'\0\0\0\0\0\0\0\0\0\0\r',0,200,0,0,0,'http://raisingclevergirls.com.au/feed','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(204705,0.000000,1632477151.390524,'\0\0\0\0\0\0\0\0\0\0\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(204706,0.000000,1632477154.582306,'\0\0\0\0\0\0\0\0\0\0\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/encourage-competitivity-because-comparison-hurts/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(204707,0.000000,1632477157.545910,'\0\0\0\0\0\0\0\0\0\0\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(204708,0.000000,1632477160.337137,'\0\0\0\0\0\0\0\0\0\0\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/from-worries-to-joy/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/603.3.8 (KHTML, like Gecko) Version/10.1.2 Safari/603.3.8','',NULL,NULL),(204709,0.000000,1632479720.959667,'\0\0\0\0\0\0\0\0\0\0(X',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (compatible; DuckDuckGo-Favicons-Bot/1.0; +http://duckduckgo.com)','',NULL,NULL),(204710,0.000000,1632480206.501901,'\0\0\0\0\0\0\0\0\0\0-ϓ',0,200,0,0,0,'http://www.raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204711,0.000000,1632480206.579224,'\0\0\0\0\0\0\0\0\0\0_lM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204712,0.000000,1632480206.502901,'\0\0\0\0\0\0\0\0\0\0-ϓ',0,200,0,0,0,'http://raisingclevergirls.com/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204713,0.000000,1632480209.756409,'\0\0\0\0\0\0\0\0\0\0-ϓ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204714,0.000000,1632482422.380352,'\0\0\0\0\0\0\0\0\0\0Q\'',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/f.php','http://simplesite.com','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','',NULL,NULL),(204715,0.000000,1632484259.808950,'\0\0\0\0\0\0\0\0\0\0.\r(',0,200,0,0,0,'http://www.raisingclevergirls.com.au/author/affiliates/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204716,0.000000,1632487021.777701,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204717,0.000000,1632487025.678419,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204718,0.000000,1632487028.129987,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204719,0.000000,1632488944.723192,'\0\0\0\0\0\0\0\0\0\0P',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/wpdiscuz/readme.txt','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4240.183 Safari/537.36','',NULL,NULL),(204720,0.000000,1632492739.994799,'\0\0\0\0\0\0\0\0\0\0BJO',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204721,0.000000,1632492743.445480,'\0\0\0\0\0\0\0\0\0\0BJM',0,200,1,0,0,'http://www.raisingclevergirls.com.au/copy-home-page/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204722,0.000000,1632493090.169123,'\0\0\0\0\0\0\0\0\0\0H^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Safari/537.36','',NULL,NULL),(204723,0.000000,1632493863.786764,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36','',NULL,NULL),(204724,0.000000,1632493863.786481,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204725,0.000000,1632493866.332265,'\0\0\0\0\0\0\0\0\0\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204726,0.000000,1632493866.750066,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_2) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.95 Safari/537.36','',NULL,NULL),(204727,0.000000,1632493872.554406,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204728,0.000000,1632493874.581879,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204729,0.000000,1632493986.066252,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204730,0.000000,1632494048.917999,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204731,0.000000,1632497096.817219,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204732,0.000000,1632497103.020760,'\0\0\0\0\0\0\0\0\0\0\\',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204733,0.000000,1632497105.112760,'\0\0\0\0\0\0\0\0\0\0\\',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204734,0.000000,1632500624.380520,'\0\0\0\0\0\0\0\0\0\0\rB',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204735,0.000000,1632500635.357191,'\0\0\0\0\0\0\0\0\0\0\rB\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/grit/xthe-conscious-parent-jpg-pagespeed-ic-zbqitdkti9/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204736,0.000000,1632501521.442937,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204737,0.000000,1632501525.042116,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_1/','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204738,0.000000,1632501647.488255,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-tag/equality/page/2','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204739,0.000000,1632501650.690343,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-tag/equality/page/2/','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204740,0.000000,1632503359.501479,'\0\0\0\0\0\0\0\0\0\0ys',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204741,0.000000,1632503361.821736,'\0\0\0\0\0\0\0\0\0\0ys',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1.1 Safari/605.1.15 (Applebot/0.1; +http://www.apple.com/go/applebot)','',NULL,NULL),(204742,0.000000,1632503443.859104,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204743,0.000000,1632503446.197302,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204744,0.000000,1632503449.329674,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204745,0.000000,1632503450.921220,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204746,0.000000,1632503453.676111,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204747,0.000000,1632503454.478259,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/comments/feed/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204748,0.000000,1632503454.632699,'\0\0\0\0\0\0\0\0\0\0+k',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (compatible; Feedsearch-Crawler; +https://pypi.org/project/feedsearch-crawler)','',NULL,NULL),(204749,0.000000,1632507732.220174,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204750,0.000000,1632507772.709610,'\0\0\0\0\0\0\0\0\0\07\'^',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204751,0.000000,1632508128.065211,'\0\0\0\0\0\0\0\0\0\0fa',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 4.4.2; SM-C115) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36','',NULL,NULL),(204752,0.000000,1632508139.859073,'\0\0\0\0\0\0\0\0\0\0fa',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 4.4.2; SM-C115) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36','',NULL,NULL),(204753,0.000000,1632508142.922244,'\0\0\0\0\0\0\0\0\0\0fa',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 4.4.2; SM-C115) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.138 Mobile Safari/537.36','',NULL,NULL),(204754,0.000000,1632509613.795488,'\0\0\0\0\0\0\0\0\0\0(M,',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-opposite-of-spoiled/attachment/9780345442864/?wc-ajax=get_refreshed_fragments','','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/534+ (KHTML, like Gecko) BingPreview/1.0b','',NULL,NULL),(204755,0.000000,1632510501.570530,'\0\0\0\0\0\0\0\0\0\0T<',0,200,0,0,0,'http://raisingclevergirls.com.au/','http://raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',NULL,NULL),(204756,0.000000,1632510507.823184,'\0\0\0\0\0\0\0\0\0\0T<',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',NULL,NULL),(204757,0.000000,1632510511.599483,'\0\0\0\0\0\0\0\0\0\0T<',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',NULL,NULL),(204758,0.000000,1632510514.466966,'\0\0\0\0\0\0\0\0\0\0T<',0,200,0,0,0,'http://www.raisingclevergirls.com.au/wp-json/contact-form-7/v1/contact-forms/74/feedback','http://www.raisingclevergirls.com.au/contact/','Mozilla/5.0 (Windows NT 10.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36','',NULL,NULL),(204759,0.000000,1632512349.645053,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204760,0.000000,1632513298.087456,'$\"\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-content/plugins/redirection/models/wp-contentt.php','http://simplesite.com','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','',NULL,NULL),(204761,0.000000,1632514630.342027,'\0\0\0\0\0\0\0\0\0\0\"',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204762,0.000000,1632518327.822061,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204763,0.000000,1632518438.640154,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204764,0.000000,1632519133.981023,'\0\0\0\0\0\0\0\0\0\0rw^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible;PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204765,0.000000,1632519367.529567,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/comments/feed/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204766,0.000000,1632519636.152082,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/comments/feed/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204767,0.000000,1632522873.280206,'\0\0\0\0\0\0\0\0\0\0\rM',0,200,0,0,0,'http://raisingclevergirls.com.au/','','','',NULL,NULL),(204768,0.000000,1632522876.363329,'\0\0\0\0\0\0\0\0\0\0\rM',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','','',NULL,NULL),(204769,0.000000,1632523727.101549,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204770,0.000000,1632523821.498043,'\0\0\0\0\0\0\0\0\0\0BJY',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204771,0.000000,1632523830.260656,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204772,0.000000,1632526185.030947,'\0\0\0\0\0\0\0\0\0\06ɋ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204773,0.000000,1632526189.432818,'\0\0\0\0\0\0\0\0\0\06ɋ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204774,0.000000,1632527401.254620,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-tag/parenting-girls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204775,0.000000,1632528629.577833,'\0\0\0\0\0\0\0\0\0\03Y',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/xnxx/noob.php','http://simplesite.com','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','',NULL,NULL),(204776,0.000000,1632528631.389214,'\0\0\0\0\0\0\0\0\0\03Y',0,404,0,0,0,'http://raisingclevergirls.com/wordpress/wp-content/plugins/xnxx/noob.php','http://simplesite.com','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','',NULL,NULL),(204777,0.000000,1632529990.467960,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com.ph/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204778,0.000000,1632529996.168630,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204779,0.000000,1632529998.120074,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 15_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/15.0 Mobile/15E148 Safari/604.1','',NULL,NULL),(204780,0.000000,1632530039.606312,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204781,0.000000,1632530041.743681,'\0\0\0\0\0\0\0\0\0\06 ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Pinterestbot/1.0; +http://www.pinterest.com/bot.html)','',NULL,NULL),(204782,0.000000,1632530841.196372,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/page/2/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204783,0.000000,1632535298.718354,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://duckduckgo.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204784,0.000000,1632535306.241342,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204785,0.000000,1632535308.239422,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_6 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Mobile/15E148 Safari/604.1','',NULL,NULL),(204786,0.000000,1632536088.879896,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Python/3.7 aiohttp/3.7.3','',NULL,NULL),(204787,0.000000,1632536092.031578,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Python/3.7 aiohttp/3.7.3','',NULL,NULL),(204788,0.000000,1632537873.526900,'\0\0\0\0\0\0\0\0\0\07\':',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/parenting-girls-fashion-footwear-design-workshop-raising-clever-girls-connect-with-your-child-play-have-fun/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204789,0.000000,1632540278.380748,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/attachment-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204790,0.000000,1632543727.392174,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204791,0.000000,1632543734.730807,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204792,0.000000,1632543741.468564,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204793,0.000000,1632543744.302556,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204794,0.000000,1632544249.145489,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204795,0.000000,1632544256.840817,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204796,0.000000,1632547271.272210,'\0\0\0\0\0\0\0\0\0\0\"{c',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-curse-of-the-good-girl','','','',NULL,NULL),(204797,0.000000,1632547275.719518,'\0\0\0\0\0\0\0\0\0\0$u',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-curse-of-the-good-girl','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Firefox/BD5B','',NULL,NULL),(204798,0.000000,1632547279.064011,'\0\0\0\0\0\0\0\0\0\0j',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/the-curse-of-the-good-girl/','http://www.raisingclevergirls.com.au/product/the-curse-of-the-good-girl','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:53.0) Gecko/20100101 Firefox/02BE','',NULL,NULL),(204799,0.000000,1632549639.342896,'\0\0\0\0\0\0\0\0\0\0m',0,200,0,0,0,'http://raisingclevergirls.com.au/','','','',NULL,NULL),(204800,0.000000,1632549643.148232,'\0\0\0\0\0\0\0\0\0\0m',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','','',NULL,NULL),(204801,0.000000,1632549851.368882,'\0\0\0\0\0\0\0\0\0\06C*',0,200,0,0,0,'http://raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204802,0.000000,1632549853.687570,'\0\0\0\0\0\0\0\0\0\06C*',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204803,0.000000,1632549855.760262,'\0\0\0\0\0\0\0\0\0\06C*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (compatible; Orbbot/1.1;)','',NULL,NULL),(204804,0.000000,1632550979.076642,'\0\0\0\0\0\0\0\0\0\0Dm',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Linux; Android 11; motorola edge plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204805,0.000000,1632550984.766472,'\0\0\0\0\0\0\0\0\0\0Dm',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; motorola edge plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204806,0.000000,1632550986.619937,'\0\0\0\0\0\0\0\0\0\0Dm',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 11; motorola edge plus) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36','',NULL,NULL),(204807,0.000000,1632552376.240544,'\0\0\0\0\0\0\0\0\0\0մˮ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204808,0.000000,1632552379.576532,'\0\0\0\0\0\0\0\0\0\0մˮ',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Mozilla/5.0 (compatible; YandexBot/3.0; +http://yandex.com/bots)','',NULL,NULL),(204809,0.000000,1632553258.998828,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204810,0.000000,1632554696.316324,'\0\0\0\0\0\0\0\0\0\0',0,404,0,0,0,'http://raisingclevergirls.com/wp-includes/css/wp-pointer.php','http://simplesite.com','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','',NULL,NULL),(204811,0.000000,1632554704.641525,'\0\0\0\0\0\0\0\0\0\0\rӓV',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204812,0.000000,1632554706.466506,'\0\0\0\0\0\0\0\0\0\0\rӓV',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204813,0.000000,1632554709.429515,'\0\0\0\0\0\0\0\0\0\0\rӓV',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204814,0.000000,1632559960.580936,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/author/raisingclevergirls/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204815,0.000000,1632563840.016771,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/app/etc/local.xml','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','',NULL,NULL),(204816,1632563845.244372,1632563845.048100,'$\"\0',0,403,0,0,0,'http://www.raisingclevergirls.com.au/magmi/web/download_file.php?file=..%2F..%2Fapp%2Fetc%2Flocal.xml',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vYXBwL2V0Yy9sb2NhbC54bWw=\",\"path\":\"L21hZ21pL3dlYi9kb3dubG9hZF9maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(204817,1632563844.467404,1632563844.262500,'$\"\0',0,403,0,0,0,'http://www.raisingclevergirls.com.au/magmi-importer/web/download_file.php?file=..%2F..%2Fapp%2Fetc%2Flocal.xml',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vYXBwL2V0Yy9sb2NhbC54bWw=\",\"path\":\"L21hZ21pLWltcG9ydGVyL3dlYi9kb3dubG9hZF9maWxlLnBocA==\",\"category\":\"lfi\",\"ssl\":0}'),(204818,1632563843.659196,1632563843.384500,'$\"\0',0,403,0,0,0,'http://www.raisingclevergirls.com.au/amfeed/main/download?file=..%2F..%2F..%2Fapp%2Fetc%2Flocal.xml',NULL,'Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','blocked:waf','Directory Traversal','{\"learningMode\":0,\"failedRules\":\"12\",\"paramKey\":\"cmVxdWVzdC5xdWVyeVN0cmluZ1tmaWxlXQ==\",\"paramValue\":\"Li4vLi4vLi4vYXBwL2V0Yy9sb2NhbC54bWw=\",\"path\":\"L2FtZmVlZC9tYWluL2Rvd25sb2Fk\",\"category\":\"lfi\",\"ssl\":0}'),(204819,0.000000,1632563846.166806,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/magmi-importer/conf/magmi.ini','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','',NULL,NULL),(204820,0.000000,1632563849.502231,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/magmi/conf/magmi.ini','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','',NULL,NULL),(204821,0.000000,1632563852.044240,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/var/cache/mage--2/','','Mozilla/5.0 (X11; Ubuntu; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0','',NULL,NULL),(204822,0.000000,1632568015.079486,'\0\0\0\0\0\0\0\0\0\0.\r(',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/15-movies-to-boost-confidence-and-build-resilience-and-conversation-starters-for-each-of-them_page_2/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204823,0.000000,1632570723.268830,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/anda-maria-illie-family-counselling-family-coaching-parenting-education-sydney-eastern-suburbs-woollahra/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204824,0.000000,1632579243.432125,'\0\0\0\0\0\0\0\0\0\0][',0,404,0,0,0,'http://raisingclevergirls.com/humans.txt','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(204825,0.000000,1632579250.473465,'\0\0\0\0\0\0\0\0\0\0][',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com/','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36','',NULL,NULL),(204826,0.000000,1632581122.984114,'\0\0\0\0\0\0\0\0\0\0rwm',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/helping-girls-build-resilience-confidence-grit/','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204827,0.000000,1632581251.513216,'\0\0\0\0\0\0\0\0\0\0C',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204828,0.000000,1632581257.021997,'\0\0\0\0\0\0\0\0\0\0C',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204829,0.000000,1632581259.195071,'\0\0\0\0\0\0\0\0\0\0C',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Safari/537.36 Edg/93.0.961.52','',NULL,NULL),(204830,0.000000,1632581418.872240,'\0\0\0\0\0\0\0\0\0\0,*',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://hmkfum.qxnr.net/','Mozilla/5.0 (iPhone; CPU iPhone OS 11_0 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko) Version/11.0 Mobile/15A372 Safari/604.1','',NULL,NULL),(204831,0.000000,1632582707.931412,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (Linux; Android 8.0.0;) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.117 Mobile Safari/537.36','',NULL,NULL),(204832,0.000000,1632582710.809817,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com.au','Mozilla/5.0 (Linux; Android 8.0.0;) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.117 Mobile Safari/537.36','',NULL,NULL),(204833,0.000000,1632585778.927689,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204834,0.000000,1632585782.694227,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204835,0.000000,1632585799.438961,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/home/raising-clever-girls-strong-women-craft-your-vision-design-your-life-vision-board-workshop-for-mothers-sydney/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204836,0.000000,1632587099.327681,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204837,0.000000,1632587119.526896,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204838,0.000000,1632587121.545212,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204839,0.000000,1632587123.802064,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; Googlebot/2.1; +http://www.google.com/bot.html) Chrome/93.0.4577.82 Safari/537.36','',NULL,NULL),(204840,0.000000,1632588467.838753,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-1/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204841,0.000000,1632591517.484340,'\0\0\0\0\0\0\0\0\0\03Y',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://www.raisingclevergirls.com','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:89.0) Gecko/20100101 Firefox/89.0','',NULL,NULL),(204842,0.000000,1632592737.612904,'\0\0\0\0\0\0\0\0\0\07\'^',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/ultimate-confidence/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204843,0.000000,1632592856.718478,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204844,0.000000,1632592866.843229,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/code-it-create-it/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/code-it-create-it/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204845,0.000000,1632595422.104840,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204846,0.000000,1632595448.238341,'\0\0\0\0\0\0\0\0\0\0BJY',0,404,1,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204847,0.000000,1632595457.569386,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/5-easy-steps-raising-grateful-child-materialistic-world/5-steps-from-spoiled-to-grateful-6-2/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204848,0.000000,1632595877.943606,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/','','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/94.0.4606.54 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204849,0.000000,1632595893.987713,'\0\0\0\0\0\0\0\0\0\0BJW',0,200,1,0,0,'http://www.raisingclevergirls.com.au/product/grit-guide-teens/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/product/grit-guide-teens/','Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/93.0.4577.82 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204850,0.000000,1632598942.212018,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/wp-login.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204851,0.000000,1632598951.439531,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au///?author=1','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204852,0.000000,1632598952.661435,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au///wp-json/wp/v2/users/','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','',NULL,NULL),(204853,0.000000,1632599446.433495,'\0\0\0\0\0\0\0\0\0\0rw',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/best-parenting-books-raising-girls/connect-with-your-dauto-be-successfulghter-inspire-her/','','Mozilla/5.0 (Linux; Android 7.0;) AppleWebKit/537.36 (KHTML, like Gecko) Mobile Safari/537.36 (compatible; PetalBot;+https://webmaster.petalsearch.com/site/petalbot)','',NULL,NULL),(204854,0.000000,1632600594.345338,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204855,0.000000,1632604235.873274,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','http://raisingclevergirls.com','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.116 Safari/537.36','',NULL,NULL),(204856,0.000000,1632605561.044927,'\0\0\0\0\0\0\0\0\0\0(M',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product/fathers-guide-raising-daughters/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204857,0.000000,1632605737.850889,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204858,0.000000,1632606055.603041,'\0\0\0\0\0\0\0\0\0\07\'',0,200,0,0,0,'http://www.raisingclevergirls.com.au/thought-knew-lot-parenting-kids-came/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204859,0.000000,1632607794.286112,'\0\0\0\0\0\0\0\0\0\0BJW',0,404,1,0,0,'http://www.raisingclevergirls.com.au/product-category/parenting-resources-raising-girls/','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204860,0.000000,1632607993.156463,'\0\0\0\0\0\0\0\0\0\0LL=',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','https://www.google.com/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204861,0.000000,1632607999.957723,'\0\0\0\0\0\0\0\0\0\0LL=',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204862,0.000000,1632608002.803853,'\0\0\0\0\0\0\0\0\0\0LL=',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (iPhone; CPU iPhone OS 14_7_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.2 Mobile/15E148 Safari/604.1','',NULL,NULL),(204863,0.000000,1632608068.281122,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/from-worries-to-joy/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204864,0.000000,1632610432.215210,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204865,0.000000,1632613409.023417,'\0\0\0\0\0\0\0\0\0\0f',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36','',NULL,NULL),(204866,0.000000,1632613967.249932,'\0\0\0\0\0\0\0\0\0\0(M4',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204867,0.000000,1632613976.555512,'\0\0\0\0\0\0\0\0\0\0.\r',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/mother-and-her-child-holding-hands-in-heart-shape-framing-on-nat/','','Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)','',NULL,NULL),(204868,0.000000,1632615283.921523,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204869,0.000000,1632615425.008232,'\0\0\0\0\0\0\0\0\0\0BJY',0,200,1,0,0,'http://www.raisingclevergirls.com.au/page-sitemap.xml','','Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)','',NULL,NULL),(204870,0.000000,1632617245.595792,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204871,0.000000,1632619274.356004,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204872,0.000000,1632619931.340078,'\0\0\0\0\0\0\0\0\0\06',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:81.0) Gecko/20100101 Firefox/81.0','',NULL,NULL),(204873,0.000000,1632620927.767464,'$\"\0',1,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','http://www.google.com/','Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204874,0.000000,1632620934.108499,'$\"\0',0,404,0,0,0,'http://www.raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204875,0.000000,1632620936.174839,'$\"\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/?wc-ajax=get_refreshed_fragments','http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','Mozilla/5.0 (Linux; Android 9; SM-N950U) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/92.0.4515.159 Mobile Safari/537.36','',NULL,NULL),(204876,0.000000,1632620965.698308,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','scalaj-http/2.4.2','',NULL,NULL),(204877,0.000000,1632620967.438485,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204878,0.000000,1632620969.255991,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204879,0.000000,1632620972.002731,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/robots.txt','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204880,0.000000,1632621018.179047,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/feed/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204881,0.000000,1632621054.280904,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/home','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204882,0.000000,1632621056.642232,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204883,0.000000,1632621098.985033,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/about/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204884,0.000000,1632621139.451931,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-coaching-sydney/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204885,0.000000,1632621178.107167,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/workshops/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204886,0.000000,1632621198.181631,'$\"\0',0,200,0,0,0,'http://raisingclevergirls.com.au/xmlrpc.php','','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0','loginFailInvalidUsername',NULL,NULL),(204887,0.000000,1632621207.458388,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/resources/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204888,0.000000,1632621287.206415,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/blog/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204889,0.000000,1632621322.099894,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/contact/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204890,0.000000,1632621347.661516,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/parenting-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204891,0.000000,1632621384.527333,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/product-category/girls-books/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204892,0.000000,1632621412.082574,'\0\0\0\0\0\0\0\0\0\0',0,200,0,0,0,'http://www.raisingclevergirls.com.au/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/','','Buck/2.2; (+https://app.hypefactors.com/media-monitoring/about.html)','',NULL,NULL),(204893,0.000000,1632621555.308039,'\0\0\0\0\0\0\0\0\0\0- 2.5.8).','You need to upgrade \"Child Theme Configurator\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:24:\"Child Theme Configurator\";s:9:\"PluginURI\";s:37:\"http://www.childthemeconfigurator.com\";s:7:\"Version\";s:5:\"2.5.2\";s:11:\"Description\";s:191:\"When using the Customizer is not enough – Create child themes and customize styles, templates, functions and more. By Lilaea Media.\";s:6:\"Author\";s:53:\"Lilaea Media\";s:9:\"AuthorURI\";s:26:\"http://www.lilaeamedia.com\";s:10:\"TextDomain\";s:24:\"child-theme-configurator\";s:10:\"DomainPath\";s:5:\"/lang\";s:7:\"Network\";b:0;s:5:\"Title\";s:76:\"Child Theme Configurator\";s:10:\"AuthorName\";s:12:\"Lilaea Media\";s:10:\"pluginFile\";s:99:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/child-theme-configurator/child-theme-configurator.php\";s:10:\"newVersion\";s:5:\"2.5.8\";s:4:\"slug\";s:24:\"child-theme-configurator\";s:5:\"wpURL\";s:54:\"https://wordpress.org/plugins/child-theme-configurator\";s:10:\"vulnerable\";b:0;}'),(48162,1633106312,'new','wfPluginUpgrade',2,'07300fc17e20a13265f0c07de00cec05','07300fc17e20a13265f0c07de00cec05','The Plugin \"Easy Coming Soon\" needs an upgrade (2.2 -> 2.3).','You need to upgrade \"Easy Coming Soon\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:16:\"Easy Coming Soon\";s:9:\"PluginURI\";s:26:\"http://easycomingsoon.com/\";s:7:\"Version\";s:3:\"2.2\";s:11:\"Description\";s:254:\"Easy coming Soon plugin allows you to quickly create a launch / under construction page for your website. Collect E-mails and connect with users on Social Networks. By Ankit Agarwal, Priyanshu Mittal.\";s:6:\"Author\";s:72:\"Ankit Agarwal, Priyanshu Mittal\";s:9:\"AuthorURI\";s:26:\"http://easycomingsoon.com/\";s:10:\"TextDomain\";s:16:\"easy-coming-soon\";s:10:\"DomainPath\";s:5:\"/lang\";s:7:\"Network\";b:0;s:5:\"Title\";s:57:\"Easy Coming Soon\";s:10:\"AuthorName\";s:31:\"Ankit Agarwal, Priyanshu Mittal\";s:10:\"pluginFile\";s:85:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/easy-coming-soon/coming-soon-plugin.php\";s:10:\"newVersion\";s:3:\"2.3\";s:4:\"slug\";s:16:\"easy-coming-soon\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/easy-coming-soon\";s:10:\"vulnerable\";b:0;}'),(48163,1633106312,'new','wfPluginUpgrade',2,'0a5319b21dc74241b3c5c2b673a469b0','0a5319b21dc74241b3c5c2b673a469b0','The Plugin \"Google Analytics for WordPress by MonsterInsights\" needs an upgrade (7.10.4 -> 8.1.0).','You need to upgrade \"Google Analytics for WordPress by MonsterInsights\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:49:\"Google Analytics for WordPress by MonsterInsights\";s:9:\"PluginURI\";s:138:\"https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=pluginurl&utm_content=7%2E0%2E0\";s:7:\"Version\";s:6:\"7.10.4\";s:11:\"Description\";s:311:\"The best Google Analytics plugin for WordPress. See how visitors find and use your website, so you can keep them coming back. By MonsterInsights.\";s:6:\"Author\";s:168:\"MonsterInsights\";s:9:\"AuthorURI\";s:138:\"https://www.monsterinsights.com/?utm_source=liteplugin&utm_medium=pluginheader&utm_campaign=authoruri&utm_content=7%2E0%2E0\";s:10:\"TextDomain\";s:30:\"google-analytics-for-wordpress\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:202:\"Google Analytics for WordPress by MonsterInsights\";s:10:\"AuthorName\";s:15:\"MonsterInsights\";s:10:\"pluginFile\";s:96:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php\";s:10:\"newVersion\";s:5:\"8.1.0\";s:4:\"slug\";s:30:\"google-analytics-for-wordpress\";s:5:\"wpURL\";s:60:\"https://wordpress.org/plugins/google-analytics-for-wordpress\";s:10:\"vulnerable\";b:0;}'),(48164,1633106312,'new','wfPluginUpgrade',2,'4f52153eea7a457f193115d12701d8b9','4f52153eea7a457f193115d12701d8b9','The Plugin \"Hello Dolly\" needs an upgrade (1.6 -> 1.7.2).','You need to upgrade \"Hello Dolly\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:11:\"Hello Dolly\";s:9:\"PluginURI\";s:41:\"http://wordpress.org/plugins/hello-dolly/\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:342:\"This is not just a plugin, it symbolizes the hope and enthusiasm of an entire generation summed up in two words sung most famously by Louis Armstrong: Hello, Dolly. When activated you will randomly see a lyric from Hello, Dolly in the upper right of your admin screen on every page. By Matt Mullenweg.\";s:6:\"Author\";s:42:\"Matt Mullenweg\";s:9:\"AuthorURI\";s:13:\"http://ma.tt/\";s:10:\"TextDomain\";s:0:\"\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:67:\"Hello Dolly\";s:10:\"AuthorName\";s:14:\"Matt Mullenweg\";s:10:\"pluginFile\";s:55:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/hello.php\";s:10:\"newVersion\";s:5:\"1.7.2\";s:4:\"slug\";s:11:\"hello-dolly\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/hello-dolly\";s:10:\"vulnerable\";b:0;}'),(48165,1633106312,'new','wfPluginUpgrade',2,'bfceceb8e12438a19596f05635e51334','bfceceb8e12438a19596f05635e51334','The Plugin \"Insert Headers and Footers\" needs an upgrade (1.4.3 -> 1.6.0).','You need to upgrade \"Insert Headers and Footers\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:26:\"Insert Headers and Footers\";s:9:\"PluginURI\";s:26:\"http://www.wpbeginner.com/\";s:7:\"Version\";s:5:\"1.4.3\";s:11:\"Description\";s:149:\"Allows you to insert code or text in the header or footer of your WordPress blog By WPBeginner.\";s:6:\"Author\";s:51:\"WPBeginner\";s:9:\"AuthorURI\";s:26:\"http://www.wpbeginner.com/\";s:10:\"TextDomain\";s:26:\"insert-headers-and-footers\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:67:\"Insert Headers and Footers\";s:10:\"AuthorName\";s:10:\"WPBeginner\";s:10:\"pluginFile\";s:81:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/insert-headers-and-footers/ihaf.php\";s:10:\"newVersion\";s:5:\"1.6.0\";s:4:\"slug\";s:26:\"insert-headers-and-footers\";s:5:\"wpURL\";s:56:\"https://wordpress.org/plugins/insert-headers-and-footers\";s:10:\"vulnerable\";b:0;}'),(48166,1633106312,'new','wfPluginUpgrade',1,'ea598e6878de2b2871a6ee559dea94cf','ea598e6878de2b2871a6ee559dea94cf','The Plugin \"MC4WP: Mailchimp for WordPress\" needs an upgrade (4.7.4 -> 4.8.6).','You need to upgrade \"MC4WP: Mailchimp for WordPress\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:30:\"MC4WP: Mailchimp for WordPress\";s:9:\"PluginURI\";s:103:\"https://mc4wp.com/#utm_source=wp-plugin&utm_medium=mailchimp-for-wp&utm_campaign=plugins-page\";s:7:\"Version\";s:5:\"4.7.4\";s:11:\"Description\";s:161:\"Mailchimp for WordPress by ibericode. Adds various highly effective sign-up methods to your site. By ibericode.\";s:6:\"Author\";s:46:\"ibericode\";s:9:\"AuthorURI\";s:22:\"https://ibericode.com/\";s:10:\"TextDomain\";s:16:\"mailchimp-for-wp\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:148:\"MC4WP: Mailchimp for WordPress\";s:10:\"AuthorName\";s:9:\"ibericode\";s:10:\"pluginFile\";s:83:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php\";s:10:\"newVersion\";s:5:\"4.8.6\";s:4:\"slug\";s:16:\"mailchimp-for-wp\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/mailchimp-for-wp\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/9bd6daba-6b58-4b69-b137-f064701f636c\";}'),(48167,1633106312,'new','wfPluginUpgrade',2,'451301084d4fc546fb860a9f6f9d3ddd','451301084d4fc546fb860a9f6f9d3ddd','The Plugin \"PDF Embedder\" needs an upgrade (4.6 -> 4.6.2).','You need to upgrade \"PDF Embedder\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:12:\"PDF Embedder\";s:9:\"PluginURI\";s:18:\"http://wp-pdf.com/\";s:7:\"Version\";s:3:\"4.6\";s:11:\"Description\";s:226:\"Embed PDFs straight into your posts and pages, with flexible width and height. No third-party services required. Compatible with Gutenberg Editor WordPress By Lever Technology LLC.\";s:6:\"Author\";s:53:\"Lever Technology LLC\";s:9:\"AuthorURI\";s:18:\"http://wp-pdf.com/\";s:10:\"TextDomain\";s:12:\"pdf-embedder\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:45:\"PDF Embedder\";s:10:\"AuthorName\";s:20:\"Lever Technology LLC\";s:10:\"pluginFile\";s:75:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/pdf-embedder/pdf_embedder.php\";s:10:\"newVersion\";s:5:\"4.6.2\";s:4:\"slug\";s:12:\"pdf-embedder\";s:5:\"wpURL\";s:42:\"https://wordpress.org/plugins/pdf-embedder\";s:10:\"vulnerable\";b:0;}'),(48168,1633106312,'new','wfPluginUpgrade',2,'83bc3f6983e74054185f4d0279dea3cc','83bc3f6983e74054185f4d0279dea3cc','The Plugin \"Pixel Cat Lite\" needs an upgrade (2.4.0 -> 2.5.7).','You need to upgrade \"Pixel Cat Lite\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:14:\"Pixel Cat Lite\";s:9:\"PluginURI\";s:32:\"https://fatcatapps.com/pixel-cat\";s:7:\"Version\";s:5:\"2.4.0\";s:11:\"Description\";s:112:\"Provides an easy way to embed Facebook pixels By Fatcat Apps.\";s:6:\"Author\";s:49:\"Fatcat Apps\";s:9:\"AuthorURI\";s:23:\"https://fatcatapps.com/\";s:10:\"TextDomain\";s:25:\"facebook-conversion-pixel\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:61:\"Pixel Cat Lite\";s:10:\"AuthorName\";s:11:\"Fatcat Apps\";s:10:\"pluginFile\";s:101:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/facebook-conversion-pixel/facebook-conversion-pixel.php\";s:10:\"newVersion\";s:5:\"2.5.7\";s:4:\"slug\";s:25:\"facebook-conversion-pixel\";s:5:\"wpURL\";s:55:\"https://wordpress.org/plugins/facebook-conversion-pixel\";s:10:\"vulnerable\";b:0;}'),(48169,1633106312,'new','wfPluginUpgrade',2,'154557caa8a4faced6f1348a49d2306a','154557caa8a4faced6f1348a49d2306a','The Plugin \"Smash Balloon Instagram Feed\" needs an upgrade (2.1.5 -> 2.9.3.1).','You need to upgrade \"Smash Balloon Instagram Feed\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:28:\"Smash Balloon Instagram Feed\";s:9:\"PluginURI\";s:39:\"https://smashballoon.com/instagram-feed\";s:7:\"Version\";s:5:\"2.1.5\";s:11:\"Description\";s:143:\"Display beautifully clean, customizable, and responsive Instagram feeds. By Smash Balloon.\";s:6:\"Author\";s:53:\"Smash Balloon\";s:9:\"AuthorURI\";s:25:\"https://smashballoon.com/\";s:10:\"TextDomain\";s:14:\"instagram-feed\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:82:\"Smash Balloon Instagram Feed\";s:10:\"AuthorName\";s:13:\"Smash Balloon\";s:10:\"pluginFile\";s:79:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/instagram-feed/instagram-feed.php\";s:10:\"newVersion\";s:7:\"2.9.3.1\";s:4:\"slug\";s:14:\"instagram-feed\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/instagram-feed\";s:10:\"vulnerable\";b:0;}'),(48170,1633106312,'new','wfPluginUpgrade',2,'3f6481687bd510bf8c811bdad0dbd0a6','3f6481687bd510bf8c811bdad0dbd0a6','The Plugin \"UpdraftPlus - Backup/Restore\" needs an upgrade (1.16.21 -> 1.16.61).','You need to upgrade \"UpdraftPlus - Backup/Restore\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:28:\"UpdraftPlus - Backup/Restore\";s:9:\"PluginURI\";s:23:\"https://updraftplus.com\";s:7:\"Version\";s:7:\"1.16.21\";s:11:\"Description\";s:237:\"Backup and restore: take backups locally, or backup to Amazon S3, Dropbox, Google Drive, Rackspace, (S)FTP, WebDAV & email, on automatic schedules. By UpdraftPlus.Com, DavidAnderson.\";s:6:\"Author\";s:68:\"UpdraftPlus.Com, DavidAnderson\";s:9:\"AuthorURI\";s:23:\"https://updraftplus.com\";s:10:\"TextDomain\";s:11:\"updraftplus\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:66:\"UpdraftPlus - Backup/Restore\";s:10:\"AuthorName\";s:30:\"UpdraftPlus.Com, DavidAnderson\";s:10:\"pluginFile\";s:73:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/updraftplus/updraftplus.php\";s:10:\"newVersion\";s:7:\"1.16.61\";s:4:\"slug\";s:11:\"updraftplus\";s:5:\"wpURL\";s:41:\"https://wordpress.org/plugins/updraftplus\";s:10:\"vulnerable\";b:0;}'),(48171,1633106312,'new','wfPluginUpgrade',1,'e34ef05e336b6c80394139afc531a9b6','e34ef05e336b6c80394139afc531a9b6','The Plugin \"W3 Total Cache\" needs an upgrade (0.9.5.4 -> 2.1.8).','You need to upgrade \"W3 Total Cache\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:14:\"W3 Total Cache\";s:9:\"PluginURI\";s:57:\"https://www.w3-edge.com/wordpress-plugins/w3-total-cache/\";s:7:\"Version\";s:7:\"0.9.5.4\";s:11:\"Description\";s:335:\"The highest rated and most complete WordPress performance plugin. Dramatically improve the speed and user experience of your site. Add browser, page, object and database caching as well as minify and content delivery network (CDN) to WordPress. By Frederick Townes.\";s:6:\"Author\";s:73:\"Frederick Townes\";s:9:\"AuthorURI\";s:42:\"http://www.linkedin.com/in/fredericktownes\";s:10:\"TextDomain\";s:14:\"w3-total-cache\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:5:\"Title\";s:86:\"W3 Total Cache\";s:10:\"AuthorName\";s:16:\"Frederick Townes\";s:10:\"pluginFile\";s:79:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/w3-total-cache/w3-total-cache.php\";s:10:\"newVersion\";s:5:\"2.1.8\";s:4:\"slug\";s:14:\"w3-total-cache\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/w3-total-cache\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/05988ebb-7378-4a3a-9d2d-30f8f58fe9ef\";}'),(48172,1633106312,'new','wfPluginUpgrade',2,'c6ab91d0fd926c08552232d6a5745a68','c6ab91d0fd926c08552232d6a5745a68','The Plugin \"WonderPlugin Slider Lite\" needs an upgrade (6.2 -> 12.8).','You need to upgrade \"WonderPlugin Slider Lite\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:24:\"WonderPlugin Slider Lite\";s:9:\"PluginURI\";s:36:\"http://www.wonderplugin.com?ref=lite\";s:7:\"Version\";s:3:\"6.2\";s:11:\"Description\";s:127:\"WordPress Image and Video Slider Plugin By Magic Hills Pty Ltd.\";s:6:\"Author\";s:70:\"Magic Hills Pty Ltd\";s:9:\"AuthorURI\";s:36:\"http://www.wonderplugin.com?ref=lite\";s:10:\"TextDomain\";s:24:\"wonderplugin-slider-lite\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:75:\"WonderPlugin Slider Lite\";s:10:\"AuthorName\";s:19:\"Magic Hills Pty Ltd\";s:10:\"pluginFile\";s:93:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/wonderplugin-slider-lite/wonderpluginslider.php\";s:10:\"newVersion\";s:4:\"12.8\";s:4:\"slug\";s:24:\"wonderplugin-slider-lite\";s:5:\"wpURL\";s:54:\"https://wordpress.org/plugins/wonderplugin-slider-lite\";s:10:\"vulnerable\";b:0;}'),(48173,1633106312,'new','wfPluginUpgrade',2,'715afbcd72942eec2a73acb4b3a41a07','715afbcd72942eec2a73acb4b3a41a07','The Plugin \"WooCommerce PayPal Express Checkout Gateway\" needs an upgrade (1.4.3 -> 2.1.3).','You need to upgrade \"WooCommerce PayPal Express Checkout Gateway\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:43:\"WooCommerce PayPal Express Checkout Gateway\";s:9:\"PluginURI\";s:77:\"https://woocommerce.com/products/woocommerce-gateway-paypal-express-checkout/\";s:7:\"Version\";s:5:\"1.4.3\";s:11:\"Description\";s:170:\"A payment gateway for PayPal Express Checkout (https://www.paypal.com/us/webapps/mpp/express-checkout). By WooCommerce.\";s:6:\"Author\";s:49:\"WooCommerce\";s:9:\"AuthorURI\";s:23:\"https://woocommerce.com\";s:10:\"TextDomain\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:5:\"Title\";s:135:\"WooCommerce PayPal Express Checkout Gateway\";s:10:\"AuthorName\";s:11:\"WooCommerce\";s:10:\"pluginFile\";s:137:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php\";s:10:\"newVersion\";s:5:\"2.1.3\";s:4:\"slug\";s:43:\"woocommerce-gateway-paypal-express-checkout\";s:5:\"wpURL\";s:73:\"https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout\";s:10:\"vulnerable\";b:0;}'),(48174,1633106312,'new','wfPluginUpgrade',1,'87dc87ccab368946ddef6e93e0734ec6','87dc87ccab368946ddef6e93e0734ec6','The Plugin \"Wordfence Security\" needs an upgrade (6.3.18 -> 7.5.5).','You need to upgrade \"Wordfence Security\" to the newest version to ensure you have any security fixes the developer has released.','a:18:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:18:\"Wordfence Security\";s:9:\"PluginURI\";s:25:\"http://www.wordfence.com/\";s:7:\"Version\";s:6:\"6.3.18\";s:11:\"Description\";s:131:\"Wordfence Security – Anti-virus, Firewall and Malware Scan By Wordfence.\";s:6:\"Author\";s:49:\"Wordfence\";s:9:\"AuthorURI\";s:25:\"http://www.wordfence.com/\";s:10:\"TextDomain\";s:9:\"wordfence\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:1;s:5:\"Title\";s:58:\"Wordfence Security\";s:10:\"AuthorName\";s:9:\"Wordfence\";s:10:\"pluginFile\";s:69:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/wordfence/wordfence.php\";s:10:\"newVersion\";s:5:\"7.5.5\";s:4:\"slug\";s:9:\"wordfence\";s:5:\"wpURL\";s:39:\"https://wordpress.org/plugins/wordfence\";s:10:\"vulnerable\";b:1;s:17:\"vulnerabilityLink\";s:73:\"https://wpvulndb.com/vulnerabilities/007d0d95-be0c-4f08-bb9b-2f7ff9953fda\";}'),(48175,1633106312,'new','wfPluginUpgrade',2,'0c9695f5b5994fc9e68bb78f815d2771','0c9695f5b5994fc9e68bb78f815d2771','The Plugin \"WordPress Carousel\" needs an upgrade (1.4.4 -> 2.3.1).','You need to upgrade \"WordPress Carousel\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:18:\"WordPress Carousel\";s:9:\"PluginURI\";s:54:\"https://shapedplugin.com/plugin/wordpress-carousel-pro\";s:7:\"Version\";s:5:\"1.4.4\";s:11:\"Description\";s:133:\"This plugin will enable carousel features in your WordPress site. By ShapedPlugin.\";s:6:\"Author\";s:50:\"ShapedPlugin\";s:9:\"AuthorURI\";s:23:\"http://shapedplugin.com\";s:10:\"TextDomain\";s:16:\"wp-carousel-free\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:87:\"WordPress Carousel\";s:10:\"AuthorName\";s:12:\"ShapedPlugin\";s:10:\"pluginFile\";s:83:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/wp-carousel-free/wp-carousel-free.php\";s:10:\"newVersion\";s:5:\"2.3.1\";s:4:\"slug\";s:16:\"wp-carousel-free\";s:5:\"wpURL\";s:46:\"https://wordpress.org/plugins/wp-carousel-free\";s:10:\"vulnerable\";b:0;}'),(48176,1633106312,'new','wfPluginUpgrade',2,'3a7420d825ea5a550a7142e73f215168','3a7420d825ea5a550a7142e73f215168','The Plugin \"WordPress Importer\" needs an upgrade (0.6.4 -> 0.7).','You need to upgrade \"WordPress Importer\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:18:\"WordPress Importer\";s:9:\"PluginURI\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"Version\";s:5:\"0.6.4\";s:11:\"Description\";s:171:\"Import posts, pages, comments, custom fields, categories, tags and more from a WordPress export file. By wordpressdotorg.\";s:6:\"Author\";s:52:\"wordpressdotorg\";s:9:\"AuthorURI\";s:22:\"https://wordpress.org/\";s:10:\"TextDomain\";s:18:\"wordpress-importer\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:82:\"WordPress Importer\";s:10:\"AuthorName\";s:15:\"wordpressdotorg\";s:10:\"pluginFile\";s:87:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/wordpress-importer/wordpress-importer.php\";s:10:\"newVersion\";s:3:\"0.7\";s:4:\"slug\";s:18:\"wordpress-importer\";s:5:\"wpURL\";s:48:\"https://wordpress.org/plugins/wordpress-importer\";s:10:\"vulnerable\";b:0;}'),(48177,1633106312,'new','wfPluginUpgrade',2,'d15bd6a2860c0c88b748d9b41cd1c834','d15bd6a2860c0c88b748d9b41cd1c834','The Plugin \"Bloom\" needs an upgrade (1.3.10 -> 1.3.12).','You need to upgrade \"Bloom\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:5:\"Bloom\";s:9:\"PluginURI\";s:43:\"http://www.elegantthemes.com/plugins/bloom/\";s:7:\"Version\";s:6:\"1.3.10\";s:11:\"Description\";s:196:\"A simple, comprehensive and beautifully constructed email opt-in plugin built to help you quickly grow your mailing list. By Elegant Themes.\";s:6:\"Author\";s:57:\"Elegant Themes\";s:9:\"AuthorURI\";s:28:\"http://www.elegantthemes.com\";s:10:\"TextDomain\";s:5:\"bloom\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:63:\"Bloom\";s:10:\"AuthorName\";s:14:\"Elegant Themes\";s:10:\"pluginFile\";s:61:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/bloom/bloom.php\";s:10:\"newVersion\";s:6:\"1.3.12\";s:4:\"slug\";s:5:\"bloom\";s:5:\"wpURL\";s:53:\"https://www.elegantthemes.com/api/changelog/bloom.txt\";s:10:\"vulnerable\";b:0;}'),(48178,1633106312,'new','wfPluginUpgrade',2,'1ec46a6ff08658a23dfb4dc3d73c7bef','1ec46a6ff08658a23dfb4dc3d73c7bef','The Plugin \"Elegant Themes Support\" needs an upgrade (1.3 -> 1.5).','You need to upgrade \"Elegant Themes Support\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:22:\"Elegant Themes Support\";s:9:\"PluginURI\";s:24:\"http://elegantthemes.com\";s:7:\"Version\";s:3:\"1.3\";s:11:\"Description\";s:125:\"Creates a temporary account to use for support queries By Elegant Themes.\";s:6:\"Author\";s:53:\"Elegant Themes\";s:9:\"AuthorURI\";s:24:\"http://elegantthemes.com\";s:10:\"TextDomain\";s:22:\"elegant-themes-support\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:61:\"Elegant Themes Support\";s:10:\"AuthorName\";s:14:\"Elegant Themes\";s:10:\"pluginFile\";s:95:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/elegant-themes-support/elegant-themes-support.php\";s:10:\"newVersion\";s:3:\"1.5\";s:4:\"slug\";s:22:\"elegant-themes-support\";s:5:\"wpURL\";s:70:\"https://www.elegantthemes.com/api/changelog/elegant-themes-support.txt\";s:10:\"vulnerable\";b:0;}'),(48179,1633106312,'new','wfPluginUpgrade',2,'6095d04cc71f6f1ab3a5a73460c21268','6095d04cc71f6f1ab3a5a73460c21268','The Plugin \"Monarch Plugin\" needs an upgrade (1.4.12 -> 1.4.14).','You need to upgrade \"Monarch Plugin\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:14:\"Monarch Plugin\";s:9:\"PluginURI\";s:28:\"http://www.elegantthemes.com\";s:7:\"Version\";s:6:\"1.4.12\";s:11:\"Description\";s:94:\"Social Media Plugin By Elegant Themes.\";s:6:\"Author\";s:57:\"Elegant Themes\";s:9:\"AuthorURI\";s:28:\"http://www.elegantthemes.com\";s:10:\"TextDomain\";s:7:\"monarch\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:57:\"Monarch Plugin\";s:10:\"AuthorName\";s:14:\"Elegant Themes\";s:10:\"pluginFile\";s:65:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/monarch/monarch.php\";s:10:\"newVersion\";s:6:\"1.4.14\";s:4:\"slug\";s:7:\"monarch\";s:5:\"wpURL\";s:55:\"https://www.elegantthemes.com/api/changelog/monarch.txt\";s:10:\"vulnerable\";b:0;}'),(48180,1633106312,'new','wfPluginUpgrade',2,'21ea7721a0fe8bd76706a7bba3b66608','21ea7721a0fe8bd76706a7bba3b66608','The Plugin \"YITH WooCommerce Membership Premium\" needs an upgrade (1.3.1 -> 1.5.1).','You need to upgrade \"YITH WooCommerce Membership Premium\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:35:\"YITH WooCommerce Membership Premium\";s:9:\"PluginURI\";s:62:\"http://yithemes.com/themes/plugins/yith-woocommerce-membership\";s:7:\"Version\";s:5:\"1.3.1\";s:11:\"Description\";s:158:\"YITH WooCommerce Membership allows you to create custom membership for the contents of your shop. By YITHEMES.\";s:6:\"Author\";s:43:\"YITHEMES\";s:9:\"AuthorURI\";s:20:\"http://yithemes.com/\";s:10:\"TextDomain\";s:27:\"yith-woocommerce-membership\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:5:\"Title\";s:112:\"YITH WooCommerce Membership Premium\";s:10:\"AuthorName\";s:8:\"YITHEMES\";s:10:\"pluginFile\";s:90:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-membership-premium/init.php\";s:10:\"newVersion\";s:5:\"1.5.1\";s:4:\"slug\";s:44:\"yith-woocommerce-membership-premium/init.php\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(48181,1633106312,'new','wfPluginUpgrade',2,'f5428cd2f1990d26d9d232477cb8a555','f5428cd2f1990d26d9d232477cb8a555','The Plugin \"YITH WooCommerce Multi Vendor Premium\" needs an upgrade (2.1.1 -> 3.8.0).','You need to upgrade \"YITH WooCommerce Multi Vendor Premium\" to the newest version to ensure you have any security fixes the developer has released.','a:17:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:37:\"YITH WooCommerce Multi Vendor Premium\";s:9:\"PluginURI\";s:68:\"http://yithemes.com/themes/plugins/yith-woocommerce-product-vendors/\";s:7:\"Version\";s:5:\"2.1.1\";s:11:\"Description\";s:190:\"YITH WooCommerce Multi Vendor is a plugin explicitly developed to switch your website into a platform hosting more than one shop. By YITHEMES.\";s:6:\"Author\";s:43:\"YITHEMES\";s:9:\"AuthorURI\";s:20:\"http://yithemes.com/\";s:10:\"TextDomain\";s:32:\"yith-woocommerce-product-vendors\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:120:\"YITH WooCommerce Multi Vendor Premium\";s:10:\"AuthorName\";s:8:\"YITHEMES\";s:10:\"pluginFile\";s:92:\"/home1/andamari/public_html/raisingclevergirls.com.au/wp-content/plugins/yith-woocommerce-multi-vendor-premium/init.php\";s:10:\"newVersion\";s:5:\"3.8.0\";s:4:\"slug\";s:46:\"yith-woocommerce-multi-vendor-premium/init.php\";s:5:\"wpURL\";N;s:10:\"vulnerable\";b:0;}'),(48182,1633106312,'new','wfThemeUpgrade',2,'18843c2b39cc548bb69eb715c1712d48','18843c2b39cc548bb69eb715c1712d48','The Theme \"Twenty Fifteen\" needs an upgrade (1.8 -> 3.0).','You need to upgrade \"Twenty Fifteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"3.0\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentyfifteen.3.0.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/twentyfifteen/\";s:4:\"Name\";s:14:\"Twenty Fifteen\";s:4:\"name\";s:14:\"Twenty Fifteen\";s:7:\"version\";s:3:\"1.8\";s:10:\"vulnerable\";b:0;}'),(48183,1633106312,'new','wfThemeUpgrade',2,'17a442461b5f5d2fa6cc042696b30c75','17a442461b5f5d2fa6cc042696b30c75','The Theme \"Twenty Seventeen\" needs an upgrade (1.3 -> 2.8).','You need to upgrade \"Twenty Seventeen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.8\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/theme/twentyseventeen.2.8.zip\";s:3:\"URL\";s:45:\"https://wordpress.org/themes/twentyseventeen/\";s:4:\"Name\";s:16:\"Twenty Seventeen\";s:4:\"name\";s:16:\"Twenty Seventeen\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}'),(48184,1633106312,'new','wfThemeUpgrade',2,'19b37cedb907f1871217840ebd09a720','19b37cedb907f1871217840ebd09a720','The Theme \"Twenty Sixteen\" needs an upgrade (1.3 -> 2.5).','You need to upgrade \"Twenty Sixteen\" to the newest version to ensure you have any security fixes the developer has released.','a:7:{s:10:\"newVersion\";s:3:\"2.5\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/theme/twentysixteen.2.5.zip\";s:3:\"URL\";s:43:\"https://wordpress.org/themes/twentysixteen/\";s:4:\"Name\";s:14:\"Twenty Sixteen\";s:4:\"name\";s:14:\"Twenty Sixteen\";s:7:\"version\";s:3:\"1.3\";s:10:\"vulnerable\";b:0;}'),(48185,1633106312,'new','wfPluginAbandoned',2,'f86140f1f5b051d6463d004b1918a7e5','f86140f1f5b051d6463d004b1918a7e5','The Plugin \"Limit Login Attempts\" appears to be abandoned (updated June 2, 2012, tested to WP 3.3.2).','It was last updated 9 years 3 months ago and tested up to WordPress 3.3.2. It may have compatibility problems with the current version of WordPress or unknown security issues. Get more information.','a:20:{s:4:\"name\";s:20:\"Limit Login Attempts\";s:4:\"slug\";s:20:\"limit-login-attempts\";s:7:\"version\";s:5:\"1.7.1\";s:6:\"author\";s:14:\"Johan Eenfeldt\";s:14:\"author_profile\";s:41:\"https://profiles.wordpress.org/automattic\";s:8:\"requires\";s:3:\"2.8\";s:6:\"tested\";s:5:\"3.3.2\";s:12:\"requires_php\";b:0;s:13:\"compatibility\";a:0:{}s:11:\"num_ratings\";i:199;s:15:\"support_threads\";i:1;s:24:\"support_threads_resolved\";i:0;s:12:\"last_updated\";s:21:\"2012-06-01 5:26pm GMT\";s:8:\"homepage\";s:48:\"http://devel.kostdoktorn.se/limit-login-attempts\";s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/limit-login-attempts.1.7.1.zip\";s:12:\"contributors\";a:0:{}s:11:\"dateUpdated\";s:12:\"June 2, 2012\";s:9:\"abandoned\";b:1;s:10:\"vulnerable\";b:0;s:5:\"wpURL\";s:50:\"https://wordpress.org/plugins/limit-login-attempts\";}'),(48186,1633106312,'new','wfPluginRemoved',1,'6dd4096a1abd8e8909212d1dead8c9f5','6dd4096a1abd8e8909212d1dead8c9f5','The Plugin \"Clef\" has been removed from wordpress.org.','It may have compatibility problems with the current version of WordPress or unknown security issues. Get more information.','a:14:{s:3:\"Woo\";s:0:\"\";s:4:\"Name\";s:4:\"Clef\";s:9:\"PluginURI\";s:42:\"http://wordpress.org/extend/plugins/wpclef\";s:7:\"Version\";s:5:\"2.6.4\";s:11:\"Description\";s:175:\"Clef lets you log in and register on your WordPress site using only your phone — forget your usernames and passwords. By Clef.\";s:6:\"Author\";s:38:\"Clef\";s:9:\"AuthorURI\";s:19:\"https://getclef.com\";s:10:\"TextDomain\";s:6:\"wpclef\";s:10:\"DomainPath\";s:0:\"\";s:7:\"Network\";b:0;s:5:\"Title\";s:61:\"Clef\";s:10:\"AuthorName\";s:4:\"Clef\";s:9:\"wpRemoved\";b:1;s:10:\"vulnerable\";b:0;}'); /*!40000 ALTER TABLE `wp_wfIssues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfKnownFileList` -- DROP TABLE IF EXISTS `wp_wfKnownFileList`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfKnownFileList` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `path` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=9047 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfKnownFileList` -- LOCK TABLES `wp_wfKnownFileList` WRITE; /*!40000 ALTER TABLE `wp_wfKnownFileList` DISABLE KEYS */; INSERT INTO `wp_wfKnownFileList` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wordfence-waf.php'),(5,'wp-activate.php'),(6,'wp-admin/about.php'),(7,'wp-admin/admin-ajax.php'),(8,'wp-admin/admin-footer.php'),(9,'wp-admin/admin-functions.php'),(10,'wp-admin/admin-header.php'),(11,'wp-admin/admin-post.php'),(12,'wp-admin/admin.php'),(13,'wp-admin/async-upload.php'),(14,'wp-admin/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/color-picker-rtl.css'),(25,'wp-admin/css/color-picker-rtl.min.css'),(26,'wp-admin/css/color-picker.css'),(27,'wp-admin/css/color-picker.min.css'),(28,'wp-admin/css/colors/_admin.scss'),(29,'wp-admin/css/colors/_mixins.scss'),(30,'wp-admin/css/colors/_variables.scss'),(31,'wp-admin/css/colors/blue/colors-rtl.css'),(32,'wp-admin/css/colors/blue/colors-rtl.min.css'),(33,'wp-admin/css/colors/blue/colors.css'),(34,'wp-admin/css/colors/blue/colors.min.css'),(35,'wp-admin/css/colors/blue/colors.scss'),(36,'wp-admin/css/colors/coffee/colors-rtl.css'),(37,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(38,'wp-admin/css/colors/coffee/colors.css'),(39,'wp-admin/css/colors/coffee/colors.min.css'),(40,'wp-admin/css/colors/coffee/colors.scss'),(41,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(42,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(43,'wp-admin/css/colors/ectoplasm/colors.css'),(44,'wp-admin/css/colors/ectoplasm/colors.min.css'),(45,'wp-admin/css/colors/ectoplasm/colors.scss'),(46,'wp-admin/css/colors/light/colors-rtl.css'),(47,'wp-admin/css/colors/light/colors-rtl.min.css'),(48,'wp-admin/css/colors/light/colors.css'),(49,'wp-admin/css/colors/light/colors.min.css'),(50,'wp-admin/css/colors/light/colors.scss'),(51,'wp-admin/css/colors/midnight/colors-rtl.css'),(52,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(53,'wp-admin/css/colors/midnight/colors.css'),(54,'wp-admin/css/colors/midnight/colors.min.css'),(55,'wp-admin/css/colors/midnight/colors.scss'),(56,'wp-admin/css/colors/ocean/colors-rtl.css'),(57,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(58,'wp-admin/css/colors/ocean/colors.css'),(59,'wp-admin/css/colors/ocean/colors.min.css'),(60,'wp-admin/css/colors/ocean/colors.scss'),(61,'wp-admin/css/colors/sunrise/colors-rtl.css'),(62,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(63,'wp-admin/css/colors/sunrise/colors.css'),(64,'wp-admin/css/colors/sunrise/colors.min.css'),(65,'wp-admin/css/colors/sunrise/colors.scss'),(66,'wp-admin/css/common-rtl.css'),(67,'wp-admin/css/common-rtl.min.css'),(68,'wp-admin/css/common.css'),(69,'wp-admin/css/common.min.css'),(70,'wp-admin/css/customize-controls-rtl.css'),(71,'wp-admin/css/customize-controls-rtl.min.css'),(72,'wp-admin/css/customize-controls.css'),(73,'wp-admin/css/customize-controls.min.css'),(74,'wp-admin/css/customize-nav-menus-rtl.css'),(75,'wp-admin/css/customize-nav-menus-rtl.min.css'),(76,'wp-admin/css/customize-nav-menus.css'),(77,'wp-admin/css/customize-nav-menus.min.css'),(78,'wp-admin/css/customize-widgets-rtl.css'),(79,'wp-admin/css/customize-widgets-rtl.min.css'),(80,'wp-admin/css/customize-widgets.css'),(81,'wp-admin/css/customize-widgets.min.css'),(82,'wp-admin/css/dashboard-rtl.css'),(83,'wp-admin/css/dashboard-rtl.min.css'),(84,'wp-admin/css/dashboard.css'),(85,'wp-admin/css/dashboard.min.css'),(86,'wp-admin/css/deprecated-media-rtl.css'),(87,'wp-admin/css/deprecated-media-rtl.min.css'),(88,'wp-admin/css/deprecated-media.css'),(89,'wp-admin/css/deprecated-media.min.css'),(90,'wp-admin/css/edit-rtl.css'),(91,'wp-admin/css/edit-rtl.min.css'),(92,'wp-admin/css/edit.css'),(93,'wp-admin/css/edit.min.css'),(94,'wp-admin/css/farbtastic-rtl.css'),(95,'wp-admin/css/farbtastic-rtl.min.css'),(96,'wp-admin/css/farbtastic.css'),(97,'wp-admin/css/farbtastic.min.css'),(98,'wp-admin/css/forms-rtl.css'),(99,'wp-admin/css/forms-rtl.min.css'),(100,'wp-admin/css/forms.css'),(101,'wp-admin/css/forms.min.css'),(102,'wp-admin/css/ie-rtl.css'),(103,'wp-admin/css/ie-rtl.min.css'),(104,'wp-admin/css/ie.css'),(105,'wp-admin/css/ie.min.css'),(106,'wp-admin/css/install-rtl.css'),(107,'wp-admin/css/install-rtl.min.css'),(108,'wp-admin/css/install.css'),(109,'wp-admin/css/install.min.css'),(110,'wp-admin/css/l10n-rtl.css'),(111,'wp-admin/css/l10n-rtl.min.css'),(112,'wp-admin/css/l10n.css'),(113,'wp-admin/css/l10n.min.css'),(114,'wp-admin/css/list-tables-rtl.css'),(115,'wp-admin/css/list-tables-rtl.min.css'),(116,'wp-admin/css/list-tables.css'),(117,'wp-admin/css/list-tables.min.css'),(118,'wp-admin/css/login-rtl.css'),(119,'wp-admin/css/login-rtl.min.css'),(120,'wp-admin/css/login.css'),(121,'wp-admin/css/login.min.css'),(122,'wp-admin/css/media-rtl.css'),(123,'wp-admin/css/media-rtl.min.css'),(124,'wp-admin/css/media.css'),(125,'wp-admin/css/media.min.css'),(126,'wp-admin/css/nav-menus-rtl.css'),(127,'wp-admin/css/nav-menus-rtl.min.css'),(128,'wp-admin/css/nav-menus.css'),(129,'wp-admin/css/nav-menus.min.css'),(130,'wp-admin/css/press-this-editor-rtl.css'),(131,'wp-admin/css/press-this-editor-rtl.min.css'),(132,'wp-admin/css/press-this-editor.css'),(133,'wp-admin/css/press-this-editor.min.css'),(134,'wp-admin/css/press-this-rtl.css'),(135,'wp-admin/css/press-this-rtl.min.css'),(136,'wp-admin/css/press-this.css'),(137,'wp-admin/css/press-this.min.css'),(138,'wp-admin/css/revisions-rtl.css'),(139,'wp-admin/css/revisions-rtl.min.css'),(140,'wp-admin/css/revisions.css'),(141,'wp-admin/css/revisions.min.css'),(142,'wp-admin/css/site-icon-rtl.css'),(143,'wp-admin/css/site-icon-rtl.min.css'),(144,'wp-admin/css/site-icon.css'),(145,'wp-admin/css/site-icon.min.css'),(146,'wp-admin/css/themes-rtl.css'),(147,'wp-admin/css/themes-rtl.min.css'),(148,'wp-admin/css/themes.css'),(149,'wp-admin/css/themes.min.css'),(150,'wp-admin/css/widgets-rtl.css'),(151,'wp-admin/css/widgets-rtl.min.css'),(152,'wp-admin/css/widgets.css'),(153,'wp-admin/css/widgets.min.css'),(154,'wp-admin/css/wp-admin-rtl.css'),(155,'wp-admin/css/wp-admin-rtl.min.css'),(156,'wp-admin/css/wp-admin.css'),(157,'wp-admin/css/wp-admin.min.css'),(158,'wp-admin/custom-background.php'),(159,'wp-admin/custom-header.php'),(160,'wp-admin/customize.php'),(161,'wp-admin/edit-comments.php'),(162,'wp-admin/edit-form-advanced.php'),(163,'wp-admin/edit-form-comment.php'),(164,'wp-admin/edit-link-form.php'),(165,'wp-admin/edit-tag-form.php'),(166,'wp-admin/edit-tags.php'),(167,'wp-admin/edit.php'),(168,'wp-admin/error_log'),(169,'wp-admin/export.php'),(170,'wp-admin/freedoms.php'),(171,'wp-admin/images/align-center-2x.png'),(172,'wp-admin/images/align-center.png'),(173,'wp-admin/images/align-left-2x.png'),(174,'wp-admin/images/align-left.png'),(175,'wp-admin/images/align-none-2x.png'),(176,'wp-admin/images/align-none.png'),(177,'wp-admin/images/align-right-2x.png'),(178,'wp-admin/images/align-right.png'),(179,'wp-admin/images/arrows-2x.png'),(180,'wp-admin/images/arrows.png'),(181,'wp-admin/images/browser-rtl.png'),(182,'wp-admin/images/browser.png'),(183,'wp-admin/images/bubble_bg-2x.gif'),(184,'wp-admin/images/bubble_bg.gif'),(185,'wp-admin/images/comment-grey-bubble-2x.png'),(186,'wp-admin/images/comment-grey-bubble.png'),(187,'wp-admin/images/date-button-2x.gif'),(188,'wp-admin/images/date-button.gif'),(189,'wp-admin/images/generic.png'),(190,'wp-admin/images/icons32-2x.png'),(191,'wp-admin/images/icons32-vs-2x.png'),(192,'wp-admin/images/icons32-vs.png'),(193,'wp-admin/images/icons32.png'),(194,'wp-admin/images/imgedit-icons-2x.png'),(195,'wp-admin/images/imgedit-icons.png'),(196,'wp-admin/images/list-2x.png'),(197,'wp-admin/images/list.png'),(198,'wp-admin/images/loading.gif'),(199,'wp-admin/images/marker.png'),(200,'wp-admin/images/mask.png'),(201,'wp-admin/images/media-button-2x.png'),(202,'wp-admin/images/media-button-image.gif'),(203,'wp-admin/images/media-button-music.gif'),(204,'wp-admin/images/media-button-other.gif'),(205,'wp-admin/images/media-button-video.gif'),(206,'wp-admin/images/media-button.png'),(207,'wp-admin/images/menu-2x.png'),(208,'wp-admin/images/menu-vs-2x.png'),(209,'wp-admin/images/menu-vs.png'),(210,'wp-admin/images/menu.png'),(211,'wp-admin/images/no.png'),(212,'wp-admin/images/post-formats-vs.png'),(213,'wp-admin/images/post-formats.png'),(214,'wp-admin/images/post-formats32-vs.png'),(215,'wp-admin/images/post-formats32.png'),(216,'wp-admin/images/resize-2x.gif'),(217,'wp-admin/images/resize-rtl-2x.gif'),(218,'wp-admin/images/resize-rtl.gif'),(219,'wp-admin/images/resize.gif'),(220,'wp-admin/images/se.png'),(221,'wp-admin/images/sort-2x.gif'),(222,'wp-admin/images/sort.gif'),(223,'wp-admin/images/spinner-2x.gif'),(224,'wp-admin/images/spinner.gif'),(225,'wp-admin/images/stars-2x.png'),(226,'wp-admin/images/stars.png'),(227,'wp-admin/images/w-logo-blue.png'),(228,'wp-admin/images/w-logo-white.png'),(229,'wp-admin/images/wheel.png'),(230,'wp-admin/images/wordpress-logo-white.svg'),(231,'wp-admin/images/wordpress-logo.png'),(232,'wp-admin/images/wordpress-logo.svg'),(233,'wp-admin/images/wpspin_light-2x.gif'),(234,'wp-admin/images/wpspin_light.gif'),(235,'wp-admin/images/xit-2x.gif'),(236,'wp-admin/images/xit.gif'),(237,'wp-admin/images/yes.png'),(238,'wp-admin/import.php'),(239,'wp-admin/includes/admin-filters.php'),(240,'wp-admin/includes/admin.php'),(241,'wp-admin/includes/ajax-actions.php'),(242,'wp-admin/includes/bookmark.php'),(243,'wp-admin/includes/class-automatic-upgrader-skin.php'),(244,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(245,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(246,'wp-admin/includes/class-bulk-upgrader-skin.php'),(247,'wp-admin/includes/class-core-upgrader.php'),(248,'wp-admin/includes/class-file-upload-upgrader.php'),(249,'wp-admin/includes/class-ftp-pure.php'),(250,'wp-admin/includes/class-ftp-sockets.php'),(251,'wp-admin/includes/class-ftp.php'),(252,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(253,'wp-admin/includes/class-language-pack-upgrader.php'),(254,'wp-admin/includes/class-pclzip.php'),(255,'wp-admin/includes/class-plugin-installer-skin.php'),(256,'wp-admin/includes/class-plugin-upgrader-skin.php'),(257,'wp-admin/includes/class-plugin-upgrader.php'),(258,'wp-admin/includes/class-theme-installer-skin.php'),(259,'wp-admin/includes/class-theme-upgrader-skin.php'),(260,'wp-admin/includes/class-theme-upgrader.php'),(261,'wp-admin/includes/class-walker-category-checklist.php'),(262,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(263,'wp-admin/includes/class-walker-nav-menu-edit.php'),(264,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(265,'wp-admin/includes/class-wp-automatic-updater.php'),(266,'wp-admin/includes/class-wp-comments-list-table.php'),(267,'wp-admin/includes/class-wp-community-events.php'),(268,'wp-admin/includes/class-wp-filesystem-base.php'),(269,'wp-admin/includes/class-wp-filesystem-direct.php'),(270,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(271,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(272,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(273,'wp-admin/includes/class-wp-importer.php'),(274,'wp-admin/includes/class-wp-internal-pointers.php'),(275,'wp-admin/includes/class-wp-links-list-table.php'),(276,'wp-admin/includes/class-wp-list-table-compat.php'),(277,'wp-admin/includes/class-wp-list-table.php'),(278,'wp-admin/includes/class-wp-media-list-table.php'),(279,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(280,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(281,'wp-admin/includes/class-wp-ms-users-list-table.php'),(282,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(283,'wp-admin/includes/class-wp-plugins-list-table.php'),(284,'wp-admin/includes/class-wp-post-comments-list-table.php'),(285,'wp-admin/includes/class-wp-posts-list-table.php'),(286,'wp-admin/includes/class-wp-press-this.php'),(287,'wp-admin/includes/class-wp-screen.php'),(288,'wp-admin/includes/class-wp-site-icon.php'),(289,'wp-admin/includes/class-wp-terms-list-table.php'),(290,'wp-admin/includes/class-wp-theme-install-list-table.php'),(291,'wp-admin/includes/class-wp-themes-list-table.php'),(292,'wp-admin/includes/class-wp-upgrader-skin.php'),(293,'wp-admin/includes/class-wp-upgrader-skins.php'),(294,'wp-admin/includes/class-wp-upgrader.php'),(295,'wp-admin/includes/class-wp-users-list-table.php'),(296,'wp-admin/includes/comment.php'),(297,'wp-admin/includes/continents-cities.php'),(298,'wp-admin/includes/credits.php'),(299,'wp-admin/includes/dashboard.php'),(300,'wp-admin/includes/deprecated.php'),(301,'wp-admin/includes/edit-tag-messages.php'),(302,'wp-admin/includes/export.php'),(303,'wp-admin/includes/file.php'),(304,'wp-admin/includes/image-edit.php'),(305,'wp-admin/includes/image.php'),(306,'wp-admin/includes/import.php'),(307,'wp-admin/includes/list-table.php'),(308,'wp-admin/includes/media.php'),(309,'wp-admin/includes/menu.php'),(310,'wp-admin/includes/meta-boxes.php'),(311,'wp-admin/includes/misc.php'),(312,'wp-admin/includes/ms-admin-filters.php'),(313,'wp-admin/includes/ms-deprecated.php'),(314,'wp-admin/includes/ms.php'),(315,'wp-admin/includes/nav-menu.php'),(316,'wp-admin/includes/network.php'),(317,'wp-admin/includes/noop.php'),(318,'wp-admin/includes/options.php'),(319,'wp-admin/includes/plugin-install.php'),(320,'wp-admin/includes/plugin.php'),(321,'wp-admin/includes/post.php'),(322,'wp-admin/includes/revision.php'),(323,'wp-admin/includes/schema.php'),(324,'wp-admin/includes/screen.php'),(325,'wp-admin/includes/taxonomy.php'),(326,'wp-admin/includes/template.php'),(327,'wp-admin/includes/theme-install.php'),(328,'wp-admin/includes/theme.php'),(329,'wp-admin/includes/translation-install.php'),(330,'wp-admin/includes/update-core.php'),(331,'wp-admin/includes/update.php'),(332,'wp-admin/includes/upgrade.php'),(333,'wp-admin/includes/user.php'),(334,'wp-admin/includes/widgets.php'),(335,'wp-admin/index.php'),(336,'wp-admin/install-helper.php'),(337,'wp-admin/install.php'),(338,'wp-admin/js/accordion.js'),(339,'wp-admin/js/accordion.min.js'),(340,'wp-admin/js/bookmarklet.js'),(341,'wp-admin/js/bookmarklet.min.js'),(342,'wp-admin/js/color-picker.js'),(343,'wp-admin/js/color-picker.min.js'),(344,'wp-admin/js/comment.js'),(345,'wp-admin/js/comment.min.js'),(346,'wp-admin/js/common.js'),(347,'wp-admin/js/common.min.js'),(348,'wp-admin/js/custom-background.js'),(349,'wp-admin/js/custom-background.min.js'),(350,'wp-admin/js/custom-header.js'),(351,'wp-admin/js/customize-controls.js'),(352,'wp-admin/js/customize-controls.min.js'),(353,'wp-admin/js/customize-nav-menus.js'),(354,'wp-admin/js/customize-nav-menus.min.js'),(355,'wp-admin/js/customize-widgets.js'),(356,'wp-admin/js/customize-widgets.min.js'),(357,'wp-admin/js/dashboard.js'),(358,'wp-admin/js/dashboard.min.js'),(359,'wp-admin/js/edit-comments.js'),(360,'wp-admin/js/edit-comments.min.js'),(361,'wp-admin/js/editor-expand.js'),(362,'wp-admin/js/editor-expand.min.js'),(363,'wp-admin/js/editor.js'),(364,'wp-admin/js/editor.min.js'),(365,'wp-admin/js/farbtastic.js'),(366,'wp-admin/js/gallery.js'),(367,'wp-admin/js/gallery.min.js'),(368,'wp-admin/js/image-edit.js'),(369,'wp-admin/js/image-edit.min.js'),(370,'wp-admin/js/inline-edit-post.js'),(371,'wp-admin/js/inline-edit-post.min.js'),(372,'wp-admin/js/inline-edit-tax.js'),(373,'wp-admin/js/inline-edit-tax.min.js'),(374,'wp-admin/js/iris.min.js'),(375,'wp-admin/js/language-chooser.js'),(376,'wp-admin/js/language-chooser.min.js'),(377,'wp-admin/js/link.js'),(378,'wp-admin/js/link.min.js'),(379,'wp-admin/js/media-gallery.js'),(380,'wp-admin/js/media-gallery.min.js'),(381,'wp-admin/js/media-upload.js'),(382,'wp-admin/js/media-upload.min.js'),(383,'wp-admin/js/media.js'),(384,'wp-admin/js/media.min.js'),(385,'wp-admin/js/nav-menu.js'),(386,'wp-admin/js/nav-menu.min.js'),(387,'wp-admin/js/password-strength-meter.js'),(388,'wp-admin/js/password-strength-meter.min.js'),(389,'wp-admin/js/plugin-install.js'),(390,'wp-admin/js/plugin-install.min.js'),(391,'wp-admin/js/post.js'),(392,'wp-admin/js/post.min.js'),(393,'wp-admin/js/postbox.js'),(394,'wp-admin/js/postbox.min.js'),(395,'wp-admin/js/press-this.js'),(396,'wp-admin/js/press-this.min.js'),(397,'wp-admin/js/revisions.js'),(398,'wp-admin/js/revisions.min.js'),(399,'wp-admin/js/set-post-thumbnail.js'),(400,'wp-admin/js/set-post-thumbnail.min.js'),(401,'wp-admin/js/svg-painter.js'),(402,'wp-admin/js/svg-painter.min.js'),(403,'wp-admin/js/tags-box.js'),(404,'wp-admin/js/tags-box.min.js'),(405,'wp-admin/js/tags-suggest.js'),(406,'wp-admin/js/tags-suggest.min.js'),(407,'wp-admin/js/tags.js'),(408,'wp-admin/js/tags.min.js'),(409,'wp-admin/js/theme.js'),(410,'wp-admin/js/theme.min.js'),(411,'wp-admin/js/updates.js'),(412,'wp-admin/js/updates.min.js'),(413,'wp-admin/js/user-profile.js'),(414,'wp-admin/js/user-profile.min.js'),(415,'wp-admin/js/user-suggest.js'),(416,'wp-admin/js/user-suggest.min.js'),(417,'wp-admin/js/widgets/media-audio-widget.js'),(418,'wp-admin/js/widgets/media-audio-widget.min.js'),(419,'wp-admin/js/widgets/media-image-widget.js'),(420,'wp-admin/js/widgets/media-image-widget.min.js'),(421,'wp-admin/js/widgets/media-video-widget.js'),(422,'wp-admin/js/widgets/media-video-widget.min.js'),(423,'wp-admin/js/widgets/media-widgets.js'),(424,'wp-admin/js/widgets/media-widgets.min.js'),(425,'wp-admin/js/widgets/text-widgets.js'),(426,'wp-admin/js/widgets/text-widgets.min.js'),(427,'wp-admin/js/widgets.js'),(428,'wp-admin/js/widgets.min.js'),(429,'wp-admin/js/word-count.js'),(430,'wp-admin/js/word-count.min.js'),(431,'wp-admin/js/wp-fullscreen-stub.js'),(432,'wp-admin/js/wp-fullscreen-stub.min.js'),(433,'wp-admin/js/xfn.js'),(434,'wp-admin/js/xfn.min.js'),(435,'wp-admin/link-add.php'),(436,'wp-admin/link-manager.php'),(437,'wp-admin/link-parse-opml.php'),(438,'wp-admin/link.php'),(439,'wp-admin/load-scripts.php'),(440,'wp-admin/load-styles.php'),(441,'wp-admin/maint/repair.php'),(442,'wp-admin/media-new.php'),(443,'wp-admin/media-upload.php'),(444,'wp-admin/media.php'),(445,'wp-admin/menu-header.php'),(446,'wp-admin/menu.php'),(447,'wp-admin/moderation.php'),(448,'wp-admin/ms-admin.php'),(449,'wp-admin/ms-delete-site.php'),(450,'wp-admin/ms-edit.php'),(451,'wp-admin/ms-options.php'),(452,'wp-admin/ms-sites.php'),(453,'wp-admin/ms-themes.php'),(454,'wp-admin/ms-upgrade-network.php'),(455,'wp-admin/ms-users.php'),(456,'wp-admin/my-sites.php'),(457,'wp-admin/nav-menus.php'),(458,'wp-admin/network/about.php'),(459,'wp-admin/network/admin.php'),(460,'wp-admin/network/credits.php'),(461,'wp-admin/network/edit.php'),(462,'wp-admin/network/freedoms.php'),(463,'wp-admin/network/index.php'),(464,'wp-admin/network/menu.php'),(465,'wp-admin/network/plugin-editor.php'),(466,'wp-admin/network/plugin-install.php'),(467,'wp-admin/network/plugins.php'),(468,'wp-admin/network/profile.php'),(469,'wp-admin/network/settings.php'),(470,'wp-admin/network/setup.php'),(471,'wp-admin/network/site-info.php'),(472,'wp-admin/network/site-new.php'),(473,'wp-admin/network/site-settings.php'),(474,'wp-admin/network/site-themes.php'),(475,'wp-admin/network/site-users.php'),(476,'wp-admin/network/sites.php'),(477,'wp-admin/network/theme-editor.php'),(478,'wp-admin/network/theme-install.php'),(479,'wp-admin/network/themes.php'),(480,'wp-admin/network/update-core.php'),(481,'wp-admin/network/update.php'),(482,'wp-admin/network/upgrade.php'),(483,'wp-admin/network/user-edit.php'),(484,'wp-admin/network/user-new.php'),(485,'wp-admin/network/users.php'),(486,'wp-admin/network.php'),(487,'wp-admin/options-discussion.php'),(488,'wp-admin/options-general.php'),(489,'wp-admin/options-head.php'),(490,'wp-admin/options-media.php'),(491,'wp-admin/options-permalink.php'),(492,'wp-admin/options-reading.php'),(493,'wp-admin/options-writing.php'),(494,'wp-admin/options.php'),(495,'wp-admin/php.ini'),(496,'wp-admin/plugin-editor.php'),(497,'wp-admin/plugin-install.php'),(498,'wp-admin/plugins.php'),(499,'wp-admin/post-new.php'),(500,'wp-admin/post.php'),(501,'wp-admin/press-this.php'),(502,'wp-admin/profile.php'),(503,'wp-admin/revision.php'),(504,'wp-admin/setup-config.php'),(505,'wp-admin/term.php'),(506,'wp-admin/theme-editor.php'),(507,'wp-admin/theme-install.php'),(508,'wp-admin/themes.php'),(509,'wp-admin/tools.php'),(510,'wp-admin/update-core.php'),(511,'wp-admin/update.php'),(512,'wp-admin/upgrade-functions.php'),(513,'wp-admin/upgrade.php'),(514,'wp-admin/upload.php'),(515,'wp-admin/user/about.php'),(516,'wp-admin/user/admin.php'),(517,'wp-admin/user/credits.php'),(518,'wp-admin/user/freedoms.php'),(519,'wp-admin/user/index.php'),(520,'wp-admin/user/menu.php'),(521,'wp-admin/user/profile.php'),(522,'wp-admin/user/user-edit.php'),(523,'wp-admin/user-edit.php'),(524,'wp-admin/user-new.php'),(525,'wp-admin/users.php'),(526,'wp-admin/widgets.php'),(527,'wp-blog-header.php'),(528,'wp-comments-post.php'),(529,'wp-config-sample.php'),(530,'wp-config.php'),(531,'wp-content/advanced-cache.php'),(532,'wp-content/cache/index.html'),(533,'wp-content/index.php'),(534,'wp-content/plugins/akismet/.htaccess'),(535,'wp-content/plugins/akismet/LICENSE.txt'),(536,'wp-content/plugins/akismet/_inc/akismet.css'),(537,'wp-content/plugins/akismet/_inc/akismet.js'),(538,'wp-content/plugins/akismet/_inc/form.js'),(539,'wp-content/plugins/akismet/_inc/img/logo-full-2x.png'),(540,'wp-content/plugins/akismet/akismet.php'),(541,'wp-content/plugins/akismet/class.akismet-admin.php'),(542,'wp-content/plugins/akismet/class.akismet-cli.php'),(543,'wp-content/plugins/akismet/class.akismet-rest-api.php'),(544,'wp-content/plugins/akismet/class.akismet-widget.php'),(545,'wp-content/plugins/akismet/class.akismet.php'),(546,'wp-content/plugins/akismet/index.php'),(547,'wp-content/plugins/akismet/readme.txt'),(548,'wp-content/plugins/akismet/views/config.php'),(549,'wp-content/plugins/akismet/views/get.php'),(550,'wp-content/plugins/akismet/views/notice.php'),(551,'wp-content/plugins/akismet/views/start.php'),(552,'wp-content/plugins/akismet/views/stats.php'),(553,'wp-content/plugins/akismet/wrapper.php'),(554,'wp-content/plugins/bloom/core/_et_core_version.php'),(555,'wp-content/plugins/bloom/core/_metadata.php'),(556,'wp-content/plugins/bloom/core/admin/js/common.js'),(557,'wp-content/plugins/bloom/core/admin/js/core.js'),(558,'wp-content/plugins/bloom/core/admin/js/page-resource-fallback.js'),(559,'wp-content/plugins/bloom/core/admin/js/page-resource-fallback.min.js'),(560,'wp-content/plugins/bloom/core/admin/js/portability.js'),(561,'wp-content/plugins/bloom/core/admin/js/react-dom.production.min.js'),(562,'wp-content/plugins/bloom/core/admin/js/react.production.min.js'),(563,'wp-content/plugins/bloom/core/admin/js/support-center.js'),(564,'wp-content/plugins/bloom/core/admin/js/version-rollback.js'),(565,'wp-content/plugins/bloom/core/components/Cache.php'),(566,'wp-content/plugins/bloom/core/components/HTTPInterface.php'),(567,'wp-content/plugins/bloom/core/components/Logger.php'),(568,'wp-content/plugins/bloom/core/components/PageResource.php'),(569,'wp-content/plugins/bloom/core/components/Portability.php'),(570,'wp-content/plugins/bloom/core/components/SupportCenter.php'),(571,'wp-content/plugins/bloom/core/components/SupportCenterMUAutoloader.php'),(572,'wp-content/plugins/bloom/core/components/Updates.php'),(573,'wp-content/plugins/bloom/core/components/VersionRollback.php'),(574,'wp-content/plugins/bloom/core/components/api/ElegantThemes.php'),(575,'wp-content/plugins/bloom/core/components/api/OAuthHelper.php'),(576,'wp-content/plugins/bloom/core/components/api/Service.php'),(577,'wp-content/plugins/bloom/core/components/api/email/ActiveCampaign.php'),(578,'wp-content/plugins/bloom/core/components/api/email/Aweber.php'),(579,'wp-content/plugins/bloom/core/components/api/email/CampaignMonitor.php'),(580,'wp-content/plugins/bloom/core/components/api/email/ConstantContact.php'),(581,'wp-content/plugins/bloom/core/components/api/email/ConvertKit.php'),(582,'wp-content/plugins/bloom/core/components/api/email/Emma.php'),(583,'wp-content/plugins/bloom/core/components/api/email/Feedblitz.php'),(584,'wp-content/plugins/bloom/core/components/api/email/Fields.php'),(585,'wp-content/plugins/bloom/core/components/api/email/GetResponse.php'),(586,'wp-content/plugins/bloom/core/components/api/email/HubSpot.php'),(587,'wp-content/plugins/bloom/core/components/api/email/Infusionsoft.php'),(588,'wp-content/plugins/bloom/core/components/api/email/MadMimi.php'),(589,'wp-content/plugins/bloom/core/components/api/email/MailChimp.php'),(590,'wp-content/plugins/bloom/core/components/api/email/MailPoet.php'),(591,'wp-content/plugins/bloom/core/components/api/email/MailerLite.php'),(592,'wp-content/plugins/bloom/core/components/api/email/Mailster.php'),(593,'wp-content/plugins/bloom/core/components/api/email/Ontraport.php'),(594,'wp-content/plugins/bloom/core/components/api/email/Provider.php'),(595,'wp-content/plugins/bloom/core/components/api/email/Providers.php'),(596,'wp-content/plugins/bloom/core/components/api/email/SalesForce.php'),(597,'wp-content/plugins/bloom/core/components/api/email/SendinBlue.php'),(598,'wp-content/plugins/bloom/core/components/api/email/_MailPoet2.php'),(599,'wp-content/plugins/bloom/core/components/api/email/_MailPoet3.php'),(600,'wp-content/plugins/bloom/core/components/api/email/_ProviderName.php'),(601,'wp-content/plugins/bloom/core/components/api/email/iContact.php'),(602,'wp-content/plugins/bloom/core/components/api/email/init.php'),(603,'wp-content/plugins/bloom/core/components/api/init.php'),(604,'wp-content/plugins/bloom/core/components/api/social/Network.php'),(605,'wp-content/plugins/bloom/core/components/data/ScriptReplacer.php'),(606,'wp-content/plugins/bloom/core/components/data/Utils.php'),(607,'wp-content/plugins/bloom/core/components/data/init.php'),(608,'wp-content/plugins/bloom/core/components/init.php'),(609,'wp-content/plugins/bloom/core/components/lib/BluehostCache.php'),(610,'wp-content/plugins/bloom/core/components/lib/OAuth.php'),(611,'wp-content/plugins/bloom/core/components/lib/SilentThemeUpgraderSkin.php'),(612,'wp-content/plugins/bloom/core/components/lib/WPHttp.php'),(613,'wp-content/plugins/bloom/core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php'),(614,'wp-content/plugins/bloom/core/components/post/Object.php'),(615,'wp-content/plugins/bloom/core/components/post/Query.php'),(616,'wp-content/plugins/bloom/core/components/post/Taxonomy.php'),(617,'wp-content/plugins/bloom/core/components/post/Type.php'),(618,'wp-content/plugins/bloom/core/functions.php'),(619,'wp-content/plugins/bloom/core/init.php'),(620,'wp-content/plugins/bloom/core/updates_init.php'),(621,'wp-content/plugins/bloom/core/wp_functions.php'),(622,'wp-content/plugins/bloom/dashboard/includes/google_fonts.php'),(623,'wp-content/plugins/bloom/dashboard/includes/options.php'),(624,'wp-content/plugins/bloom/dashboard/js/bloom-dashboard.bundle.min.js'),(625,'wp-content/plugins/bloom/dashboard/js/et_custom_mce.js'),(626,'wp-content/plugins/bloom/dashboard/js/et_dashboard.js'),(627,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/advlist/plugin.min.js'),(628,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/anchor/plugin.min.js'),(629,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/autolink/plugin.min.js'),(630,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/autoresize/plugin.min.js'),(631,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/autosave/plugin.min.js'),(632,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/bbcode/plugin.min.js'),(633,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/charmap/plugin.min.js'),(634,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/code/plugin.min.js'),(635,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js'),(636,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js'),(637,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/directionality/plugin.min.js'),(638,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/emoticons/plugin.min.js'),(639,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/example/dialog.html'),(640,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/example/plugin.min.js'),(641,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js'),(642,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/fullpage/plugin.min.js'),(643,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js'),(644,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/hr/plugin.min.js'),(645,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/image/plugin.min.js'),(646,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/importcss/plugin.min.js'),(647,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/insertdatetime/plugin.min.js'),(648,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/layer/plugin.min.js'),(649,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js'),(650,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/link/plugin.min.js'),(651,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/lists/plugin.min.js'),(652,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/media/plugin.min.js'),(653,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js'),(654,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/noneditable/plugin.min.js'),(655,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js'),(656,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/paste/plugin.min.js'),(657,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/preview/plugin.min.js'),(658,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/print/plugin.min.js'),(659,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/save/plugin.min.js'),(660,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js'),(661,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js'),(662,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js'),(663,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/table/plugin.min.js'),(664,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/template/plugin.min.js'),(665,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/textcolor/plugin.min.js'),(666,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/textpattern/plugin.min.js'),(667,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js'),(668,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/visualchars/plugin.min.js'),(669,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/plugins/wordcount/plugin.min.js'),(670,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/themes/modern/theme.min.js'),(671,'wp-content/plugins/bloom/dashboard/js/tinymce/js/tinymce/tinymce.min.js'),(672,'wp-content/plugins/bloom/includes/bloom-widget.php'),(673,'wp-content/plugins/bloom/includes/premade-layouts.php'),(674,'wp-content/plugins/bloom/js/admin.js'),(675,'wp-content/plugins/bloom/js/bloom-mce-buttons.js'),(676,'wp-content/plugins/bloom/js/custom.js'),(677,'wp-content/plugins/bloom/js/idle-timer.min.js'),(678,'wp-content/plugins/bloom/js/jquery.uniform.min.js'),(679,'wp-content/plugins/child-theme-configurator/child-theme-configurator.php'),(680,'wp-content/plugins/child-theme-configurator/css/chldthmcfg.css'),(681,'wp-content/plugins/child-theme-configurator/css/ctc-support.jpg'),(682,'wp-content/plugins/child-theme-configurator/css/hook-highlighter-box.png'),(683,'wp-content/plugins/child-theme-configurator/css/hook-highlighter-button.jpg'),(684,'wp-content/plugins/child-theme-configurator/css/iw-banner.jpg'),(685,'wp-content/plugins/child-theme-configurator/css/iwrm-banner.jpg'),(686,'wp-content/plugins/child-theme-configurator/css/lilaea-logo.png'),(687,'wp-content/plugins/child-theme-configurator/css/pro-banner.jpg'),(688,'wp-content/plugins/child-theme-configurator/includes/classes/Admin.php'),(689,'wp-content/plugins/child-theme-configurator/includes/classes/Analysis.php'),(690,'wp-content/plugins/child-theme-configurator/includes/classes/CSS.php'),(691,'wp-content/plugins/child-theme-configurator/includes/classes/Core.php'),(692,'wp-content/plugins/child-theme-configurator/includes/classes/Packer.php'),(693,'wp-content/plugins/child-theme-configurator/includes/classes/Preview.php'),(694,'wp-content/plugins/child-theme-configurator/includes/classes/UI.php'),(695,'wp-content/plugins/child-theme-configurator/includes/classes/Upgrade.php'),(696,'wp-content/plugins/child-theme-configurator/includes/forms/addl_css.php'),(697,'wp-content/plugins/child-theme-configurator/includes/forms/addl_panels.php'),(698,'wp-content/plugins/child-theme-configurator/includes/forms/addl_tabs.php'),(699,'wp-content/plugins/child-theme-configurator/includes/forms/backup.php'),(700,'wp-content/plugins/child-theme-configurator/includes/forms/backups.php'),(701,'wp-content/plugins/child-theme-configurator/includes/forms/current-theme.php'),(702,'wp-content/plugins/child-theme-configurator/includes/forms/debug-toggle.php'),(703,'wp-content/plugins/child-theme-configurator/includes/forms/errorstrings.php'),(704,'wp-content/plugins/child-theme-configurator/includes/forms/file-form-buttons.php'),(705,'wp-content/plugins/child-theme-configurator/includes/forms/file.php'),(706,'wp-content/plugins/child-theme-configurator/includes/forms/fileform.php'),(707,'wp-content/plugins/child-theme-configurator/includes/forms/files.php'),(708,'wp-content/plugins/child-theme-configurator/includes/forms/image.php'),(709,'wp-content/plugins/child-theme-configurator/includes/forms/images.php'),(710,'wp-content/plugins/child-theme-configurator/includes/forms/main.php'),(711,'wp-content/plugins/child-theme-configurator/includes/forms/notices.php'),(712,'wp-content/plugins/child-theme-configurator/includes/forms/parent-child.php'),(713,'wp-content/plugins/child-theme-configurator/includes/forms/query-selector.php'),(714,'wp-content/plugins/child-theme-configurator/includes/forms/related.php'),(715,'wp-content/plugins/child-theme-configurator/includes/forms/rule-value.php'),(716,'wp-content/plugins/child-theme-configurator/includes/forms/settings-errors.php'),(717,'wp-content/plugins/child-theme-configurator/includes/forms/tabs.php'),(718,'wp-content/plugins/child-theme-configurator/includes/forms/theme-menu.php'),(719,'wp-content/plugins/child-theme-configurator/includes/forms/themepreview.php'),(720,'wp-content/plugins/child-theme-configurator/includes/forms/webfonts.php'),(721,'wp-content/plugins/child-theme-configurator/includes/forms/zipform.php'),(722,'wp-content/plugins/child-theme-configurator/includes/help/de_DE.php'),(723,'wp-content/plugins/child-theme-configurator/includes/help/en_US.php'),(724,'wp-content/plugins/child-theme-configurator/js/chldthmcfg.js'),(725,'wp-content/plugins/child-theme-configurator/js/chldthmcfg.min.js'),(726,'wp-content/plugins/child-theme-configurator/js/ctcgrad.js'),(727,'wp-content/plugins/child-theme-configurator/js/ctcgrad.min.js'),(728,'wp-content/plugins/child-theme-configurator/js/jquery-ui-selectmenu.js'),(729,'wp-content/plugins/child-theme-configurator/js/selectmenu.min.js'),(730,'wp-content/plugins/child-theme-configurator/js/spectrum.js'),(731,'wp-content/plugins/child-theme-configurator/js/spectrum.min.js'),(732,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-de_DE.mo'),(733,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-de_DE.po'),(734,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-fr_FR.mo'),(735,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-fr_FR.po'),(736,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-sr_RS.mo'),(737,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator-sr_RS.po'),(738,'wp-content/plugins/child-theme-configurator/lang/child-theme-configurator.pot'),(739,'wp-content/plugins/child-theme-configurator/readme.txt'),(740,'wp-content/plugins/child-theme-configurator/screenshot-1.jpg'),(741,'wp-content/plugins/child-theme-configurator/screenshot-2.jpg'),(742,'wp-content/plugins/child-theme-configurator/screenshot-3.jpg'),(743,'wp-content/plugins/child-theme-configurator/screenshot-4.jpg'),(744,'wp-content/plugins/child-theme-configurator/screenshot-5.jpg'),(745,'wp-content/plugins/child-theme-configurator/screenshot-6.jpg'),(746,'wp-content/plugins/child-theme-configurator/screenshot-7.jpg'),(747,'wp-content/plugins/contact-form-7/admin/admin.php'),(748,'wp-content/plugins/contact-form-7/admin/css/styles-rtl.css'),(749,'wp-content/plugins/contact-form-7/admin/css/styles.css'),(750,'wp-content/plugins/contact-form-7/admin/edit-contact-form.php'),(751,'wp-content/plugins/contact-form-7/admin/includes/admin-functions.php'),(752,'wp-content/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(753,'wp-content/plugins/contact-form-7/admin/includes/editor.php'),(754,'wp-content/plugins/contact-form-7/admin/includes/help-tabs.php'),(755,'wp-content/plugins/contact-form-7/admin/includes/tag-generator.php'),(756,'wp-content/plugins/contact-form-7/admin/includes/welcome-panel.php'),(757,'wp-content/plugins/contact-form-7/admin/js/scripts.js'),(758,'wp-content/plugins/contact-form-7/admin/js/tag-generator.js'),(759,'wp-content/plugins/contact-form-7/images/ajax-loader.gif'),(760,'wp-content/plugins/contact-form-7/includes/capabilities.php'),(761,'wp-content/plugins/contact-form-7/includes/config-validator.php'),(762,'wp-content/plugins/contact-form-7/includes/contact-form-functions.php'),(763,'wp-content/plugins/contact-form-7/includes/contact-form-template.php'),(764,'wp-content/plugins/contact-form-7/includes/contact-form.php'),(765,'wp-content/plugins/contact-form-7/includes/controller.php'),(766,'wp-content/plugins/contact-form-7/includes/css/styles-rtl.css'),(767,'wp-content/plugins/contact-form-7/includes/css/styles.css'),(768,'wp-content/plugins/contact-form-7/includes/form-tag.php'),(769,'wp-content/plugins/contact-form-7/includes/form-tags-manager.php'),(770,'wp-content/plugins/contact-form-7/includes/formatting.php'),(771,'wp-content/plugins/contact-form-7/includes/functions.php'),(772,'wp-content/plugins/contact-form-7/includes/integration.php'),(773,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png'),(774,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png'),(775,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png'),(776,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png'),(777,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png'),(778,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png'),(779,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png'),(780,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(781,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png'),(782,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png'),(783,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png'),(784,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png'),(785,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png'),(786,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.css'),(787,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/jquery-ui.min.css'),(788,'wp-content/plugins/contact-form-7/includes/js/jquery-ui/themes/smoothness/theme.css'),(789,'wp-content/plugins/contact-form-7/includes/js/scripts.js'),(790,'wp-content/plugins/contact-form-7/includes/l10n.php'),(791,'wp-content/plugins/contact-form-7/includes/mail.php'),(792,'wp-content/plugins/contact-form-7/includes/pipe.php'),(793,'wp-content/plugins/contact-form-7/includes/rest-api.php'),(794,'wp-content/plugins/contact-form-7/includes/shortcodes.php'),(795,'wp-content/plugins/contact-form-7/includes/special-mail-tags.php'),(796,'wp-content/plugins/contact-form-7/includes/submission.php'),(797,'wp-content/plugins/contact-form-7/includes/upgrade.php'),(798,'wp-content/plugins/contact-form-7/includes/validation.php'),(799,'wp-content/plugins/contact-form-7/languages/readme.txt'),(800,'wp-content/plugins/contact-form-7/license.txt'),(801,'wp-content/plugins/contact-form-7/modules/acceptance.php'),(802,'wp-content/plugins/contact-form-7/modules/akismet.php'),(803,'wp-content/plugins/contact-form-7/modules/checkbox.php'),(804,'wp-content/plugins/contact-form-7/modules/count.php'),(805,'wp-content/plugins/contact-form-7/modules/date.php'),(806,'wp-content/plugins/contact-form-7/modules/file.php'),(807,'wp-content/plugins/contact-form-7/modules/flamingo.php'),(808,'wp-content/plugins/contact-form-7/modules/hidden.php'),(809,'wp-content/plugins/contact-form-7/modules/listo.php'),(810,'wp-content/plugins/contact-form-7/modules/number.php'),(811,'wp-content/plugins/contact-form-7/modules/quiz.php'),(812,'wp-content/plugins/contact-form-7/modules/really-simple-captcha.php'),(813,'wp-content/plugins/contact-form-7/modules/recaptcha.php'),(814,'wp-content/plugins/contact-form-7/modules/response.php'),(815,'wp-content/plugins/contact-form-7/modules/select.php'),(816,'wp-content/plugins/contact-form-7/modules/submit.php'),(817,'wp-content/plugins/contact-form-7/modules/text.php'),(818,'wp-content/plugins/contact-form-7/modules/textarea.php'),(819,'wp-content/plugins/contact-form-7/readme.txt'),(820,'wp-content/plugins/contact-form-7/settings.php'),(821,'wp-content/plugins/contact-form-7/uninstall.php'),(822,'wp-content/plugins/contact-form-7/wp-contact-form-7.php'),(823,'wp-content/plugins/divi-builder/core/admin/includes/assets.php'),(824,'wp-content/plugins/divi-builder/core/admin/includes/cache.php'),(825,'wp-content/plugins/divi-builder/core/admin/includes/class-cache.php'),(826,'wp-content/plugins/divi-builder/core/admin/includes/class-portability.php'),(827,'wp-content/plugins/divi-builder/core/admin/includes/class-updates.php'),(828,'wp-content/plugins/divi-builder/core/admin/includes/portability.php'),(829,'wp-content/plugins/divi-builder/core/admin/js/core.js'),(830,'wp-content/plugins/divi-builder/core/admin/js/portability.js'),(831,'wp-content/plugins/divi-builder/core/components.php'),(832,'wp-content/plugins/divi-builder/core/functions.php'),(833,'wp-content/plugins/divi-builder/core/init.php'),(834,'wp-content/plugins/divi-builder/core/updates_init.php'),(835,'wp-content/plugins/divi-builder/dashboard/dashboard.php'),(836,'wp-content/plugins/divi-builder/dashboard/includes/google_fonts.php'),(837,'wp-content/plugins/divi-builder/dashboard/includes/options.php'),(838,'wp-content/plugins/divi-builder/dashboard/js/et_dashboard.js'),(839,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/advlist/plugin.min.js'),(840,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/anchor/plugin.min.js'),(841,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autolink/plugin.min.js'),(842,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autoresize/plugin.min.js'),(843,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/autosave/plugin.min.js'),(844,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/bbcode/plugin.min.js'),(845,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/code/plugin.min.js'),(846,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/colorpicker/plugin.min.js'),(847,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/contextmenu/plugin.min.js'),(848,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/emoticons/plugin.min.js'),(849,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example/dialog.html'),(850,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example/plugin.min.js'),(851,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/example_dependency/plugin.min.js'),(852,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullpage/plugin.min.js'),(853,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/fullscreen/plugin.min.js'),(854,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/image/plugin.min.js'),(855,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/importcss/plugin.min.js'),(856,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/layer/plugin.min.js'),(857,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/legacyoutput/plugin.min.js'),(858,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/link/plugin.min.js'),(859,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/lists/plugin.min.js'),(860,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/media/plugin.min.js'),(861,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/nonbreaking/plugin.min.js'),(862,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/noneditable/plugin.min.js'),(863,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/pagebreak/plugin.min.js'),(864,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/paste/plugin.min.js'),(865,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/preview/plugin.min.js'),(866,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/print/plugin.min.js'),(867,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/save/plugin.min.js'),(868,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/searchreplace/plugin.min.js'),(869,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/spellchecker/plugin.min.js'),(870,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/tabfocus/plugin.min.js'),(871,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/table/plugin.min.js'),(872,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/template/plugin.min.js'),(873,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textcolor/plugin.min.js'),(874,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/textpattern/plugin.min.js'),(875,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualblocks/plugin.min.js'),(876,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/visualchars/plugin.min.js'),(877,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/plugins/wordcount/plugin.min.js'),(878,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/themes/modern/theme.min.js'),(879,'wp-content/plugins/divi-builder/dashboard/js/tinymce/js/tinymce/tinymce.min.js'),(880,'wp-content/plugins/divi-builder/includes/builder/ab-testing.php'),(881,'wp-content/plugins/divi-builder/includes/builder/class-et-builder-element.php'),(882,'wp-content/plugins/divi-builder/includes/builder/class-et-global-settings.php'),(883,'wp-content/plugins/divi-builder/includes/builder/comments_template.php'),(884,'wp-content/plugins/divi-builder/includes/builder/core.php'),(885,'wp-content/plugins/divi-builder/includes/builder/framework.php'),(886,'wp-content/plugins/divi-builder/includes/builder/functions.php'),(887,'wp-content/plugins/divi-builder/includes/builder/layouts.php'),(888,'wp-content/plugins/divi-builder/includes/builder/main-structure-elements.php'),(889,'wp-content/plugins/divi-builder/includes/builder/scripts/admin_global_functions.js'),(890,'wp-content/plugins/divi-builder/includes/builder/scripts/advanced_options.js'),(891,'wp-content/plugins/divi-builder/includes/builder/scripts/builder.js'),(892,'wp-content/plugins/divi-builder/includes/builder/scripts/cache_notice.js'),(893,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/chart.min.js'),(894,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js'),(895,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-1.11.4.custom.min.js'),(896,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js'),(897,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.minicolors.js'),(898,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.tablesorter.min.js'),(899,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.validate.js'),(900,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/jquery.visible.min.js'),(901,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/widgets.js'),(902,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/wp-color-picker-alpha.js'),(903,'wp-content/plugins/divi-builder/includes/builder/scripts/ext/wp-color-picker-alpha.min.js'),(904,'wp-content/plugins/divi-builder/includes/builder/scripts/failure_notice.js'),(905,'wp-content/plugins/divi-builder/includes/builder/scripts/frontend-builder-global-functions.js'),(906,'wp-content/plugins/divi-builder/includes/builder/scripts/frontend-builder-preview.js'),(907,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.easypiechart.js'),(908,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.fittext.js'),(909,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.fitvids.js'),(910,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.hashchange.js'),(911,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.magnific-popup.js'),(912,'wp-content/plugins/divi-builder/includes/builder/scripts/jquery.mobile.custom.min.js'),(913,'wp-content/plugins/divi-builder/includes/builder/scripts/library_scripts.js'),(914,'wp-content/plugins/divi-builder/includes/builder/scripts/reset_memory_limit_increase_setting.js'),(915,'wp-content/plugins/divi-builder/includes/builder/scripts/roles_admin.js'),(916,'wp-content/plugins/divi-builder/includes/builder/scripts/salvattore.min.js'),(917,'wp-content/plugins/divi-builder/includes/builder/scripts/waypoints.min.js'),(918,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber.php'),(919,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_api.php'),(920,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_collection.php'),(921,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_entry.php'),(922,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_entry_data_array.php'),(923,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/aweber_response.php'),(924,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/curl_object.php'),(925,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/curl_response.php'),(926,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/exceptions.php'),(927,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/oauth_adapter.php'),(928,'wp-content/plugins/divi-builder/includes/builder/subscription/aweber/oauth_application.php'),(929,'wp-content/plugins/divi-builder/includes/builder/subscription/mailchimp/mailchimp.php'),(930,'wp-content/plugins/divi-builder/includes/builder/template-preview.php'),(931,'wp-content/plugins/divi-builder/includes/navigation.php'),(932,'wp-content/plugins/divi-builder/includes/no-results.php'),(933,'wp-content/plugins/easy-coming-soon/coming-soon-plugin.php'),(934,'wp-content/plugins/easy-coming-soon/css/cs-bootstrap.css'),(935,'wp-content/plugins/easy-coming-soon/css/ecs-admin-style.css'),(936,'wp-content/plugins/easy-coming-soon/css/farbtasticss.css'),(937,'wp-content/plugins/easy-coming-soon/css/flexslider.css'),(938,'wp-content/plugins/easy-coming-soon/css/style-classic.css'),(939,'wp-content/plugins/easy-coming-soon/css/style-option.css'),(940,'wp-content/plugins/easy-coming-soon/css/theme-admin.css'),(941,'wp-content/plugins/easy-coming-soon/images/header_classic.png'),(942,'wp-content/plugins/easy-coming-soon/images/icon_off.png'),(943,'wp-content/plugins/easy-coming-soon/images/mask.png'),(944,'wp-content/plugins/easy-coming-soon/images/tabs_bg_classic.png'),(945,'wp-content/plugins/easy-coming-soon/js/color-picker-jquery.js'),(946,'wp-content/plugins/easy-coming-soon/js/jquery.option.tree.js'),(947,'wp-content/plugins/easy-coming-soon/js/media-upload-script.js'),(948,'wp-content/plugins/easy-coming-soon/js/my-color-picker-script.js'),(949,'wp-content/plugins/easy-coming-soon/js/spa-tab.js'),(950,'wp-content/plugins/easy-coming-soon/lang/easy-coming-soon.pot'),(951,'wp-content/plugins/easy-coming-soon/pro-detail.php'),(952,'wp-content/plugins/easy-coming-soon/readme.txt'),(953,'wp-content/plugins/easy-coming-soon/screenshot-1.jpg'),(954,'wp-content/plugins/easy-coming-soon/screenshot-2.png'),(955,'wp-content/plugins/easy-coming-soon/screenshot-3.jpg'),(956,'wp-content/plugins/easy-coming-soon/screenshot-4.png'),(957,'wp-content/plugins/easy-coming-soon/screenshot-5.png'),(958,'wp-content/plugins/easy-coming-soon/screenshot-6.png'),(959,'wp-content/plugins/easy-coming-soon/screenshot-7.jpg'),(960,'wp-content/plugins/easy-coming-soon/screenshot-8.jpg'),(961,'wp-content/plugins/easy-coming-soon/screenshot-9.jpg'),(962,'wp-content/plugins/easy-coming-soon/template/coming_soon_display.php'),(963,'wp-content/plugins/easy-coming-soon/template/css/cs-bootstrap-responsive.css'),(964,'wp-content/plugins/easy-coming-soon/template/css/cs-bootstrap.css'),(965,'wp-content/plugins/easy-coming-soon/template/css/style.css'),(966,'wp-content/plugins/easy-coming-soon/template/images/facebook.png'),(967,'wp-content/plugins/easy-coming-soon/template/images/googleplus.png'),(968,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-1.png'),(969,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-10.png'),(970,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-11.png'),(971,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-12.png'),(972,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-13.png'),(973,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-14.png'),(974,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-15.png'),(975,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-2.png'),(976,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-3.png'),(977,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-4.png'),(978,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-5.png'),(979,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-6.png'),(980,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-7.png'),(981,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-8.png'),(982,'wp-content/plugins/easy-coming-soon/template/images/overlay/overlay-9.png'),(983,'wp-content/plugins/easy-coming-soon/template/images/overlay-1.png'),(984,'wp-content/plugins/easy-coming-soon/template/images/twitter.png'),(985,'wp-content/plugins/easy-coming-soon/theme_options/css/comp-chart.css'),(986,'wp-content/plugins/easy-coming-soon/theme_options/css/optionpanal-dragdrop.css'),(987,'wp-content/plugins/easy-coming-soon/theme_options/css/style-option.css'),(988,'wp-content/plugins/easy-coming-soon/theme_options/css/upgrade-pro.css'),(989,'wp-content/plugins/easy-coming-soon/theme_options/css/wff-admin.css'),(990,'wp-content/plugins/easy-coming-soon/theme_options/images/arrow1.png'),(991,'wp-content/plugins/easy-coming-soon/theme_options/images/button_check.png'),(992,'wp-content/plugins/easy-coming-soon/theme_options/images/close_256.png'),(993,'wp-content/plugins/easy-coming-soon/theme_options/images/cross.png'),(994,'wp-content/plugins/easy-coming-soon/theme_options/images/ico-changelog.png'),(995,'wp-content/plugins/easy-coming-soon/theme_options/images/ico-docs.png'),(996,'wp-content/plugins/easy-coming-soon/theme_options/images/ico-forum.png'),(997,'wp-content/plugins/easy-coming-soon/theme_options/images/icon_add.png'),(998,'wp-content/plugins/easy-coming-soon/theme_options/images/icon_check.png'),(999,'wp-content/plugins/easy-coming-soon/theme_options/images/icon_header.png'),(1000,'wp-content/plugins/easy-coming-soon/theme_options/images/icon_off.png'),(1001,'wp-content/plugins/easy-coming-soon/theme_options/images/icon_on.png'),(1002,'wp-content/plugins/easy-coming-soon/theme_options/images/loading.gif'),(1003,'wp-content/plugins/easy-coming-soon/theme_options/images/loading83.gif'),(1004,'wp-content/plugins/easy-coming-soon/theme_options/images/openquote.gif'),(1005,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-ads.png'),(1006,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-audio.png'),(1007,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-box.png'),(1008,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-calendar.png'),(1009,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-cart.png'),(1010,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-connect.png'),(1011,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-favorite.png'),(1012,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-featured.png'),(1013,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-footer.png'),(1014,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-general.png'),(1015,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-header.png'),(1016,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-homepage.png'),(1017,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-image.png'),(1018,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-layout.png'),(1019,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-listing.png'),(1020,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-main.png'),(1021,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-maps.png'),(1022,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-media.png'),(1023,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-misc.png'),(1024,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-nav.png'),(1025,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-portfolio.png'),(1026,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-post.png'),(1027,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-presstrends.png'),(1028,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-search.png'),(1029,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-sidebar.png'),(1030,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-slider.png'),(1031,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-styling.png'),(1032,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-tumblog.png'),(1033,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-typography.png'),(1034,'wp-content/plugins/easy-coming-soon/theme_options/images/option-icon-upload.png'),(1035,'wp-content/plugins/easy-coming-soon/theme_options/images/png.png'),(1036,'wp-content/plugins/easy-coming-soon/theme_options/images/project.png'),(1037,'wp-content/plugins/easy-coming-soon/theme_options/images/satisfied-clients.jpg'),(1038,'wp-content/plugins/easy-coming-soon/theme_options/images/service.png'),(1039,'wp-content/plugins/easy-coming-soon/theme_options/images/service1.png'),(1040,'wp-content/plugins/easy-coming-soon/theme_options/images/slides.png'),(1041,'wp-content/plugins/easy-coming-soon/theme_options/images/team.png'),(1042,'wp-content/plugins/easy-coming-soon/theme_options/images/testimonial.png'),(1043,'wp-content/plugins/easy-coming-soon/theme_options/js/my-custom.js'),(1044,'wp-content/plugins/easy-coming-soon/theme_options/js/option-panel-js.js'),(1045,'wp-content/plugins/easy-coming-soon/theme_options/pages/aboutpro_version_settings.php'),(1046,'wp-content/plugins/easy-coming-soon/theme_options/pages/design_page_settings.php'),(1047,'wp-content/plugins/easy-coming-soon/theme_options/pages/header_page_settings.php'),(1048,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/Home-icon.png'),(1049,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/Untitled.png'),(1050,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/Untitled1.png'),(1051,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/Untitled2.png'),(1052,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/arrow-dark.png'),(1053,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/arrow1.png'),(1054,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/black_px.png'),(1055,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/btn.png'),(1056,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/cross.png'),(1057,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/design.png'),(1058,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/empty.gif'),(1059,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/facebook.png'),(1060,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/general.png'),(1061,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/googleplus.png'),(1062,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/header.png'),(1063,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/headertile.jpg'),(1064,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/help.png'),(1065,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_add.png'),(1066,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_arrow.png'),(1067,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_check.png'),(1068,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_classic.png'),(1069,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_dark.png'),(1070,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_delete.png'),(1071,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_edit.png'),(1072,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_error.png'),(1073,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_header.png'),(1074,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_on.png'),(1075,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_option.png'),(1076,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_option_classic.png'),(1077,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_up.png'),(1078,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icon_up_down.png'),(1079,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icons.png'),(1080,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/icons1.png'),(1081,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/browsericons.png'),(1082,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/customizer.gif'),(1083,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/design.gif'),(1084,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/ecs-theme.png'),(1085,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/landing page.png'),(1086,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/language.png'),(1087,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/multiple-mode.png'),(1088,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/newsletter.png'),(1089,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/responsive.png'),(1090,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/side-banner.png'),(1091,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/social.jpg'),(1092,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/subscriber.png'),(1093,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/users_lock.png'),(1094,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/img/video-thumb.jpg'),(1095,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/loading.gif'),(1096,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/loading2.gif'),(1097,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/logo_classic.png'),(1098,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/logo_dark.png'),(1099,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/marker.png'),(1100,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/menu-shadow.png'),(1101,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/message.png'),(1102,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/overlay-1.png'),(1103,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/plugin-naked.png'),(1104,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/plugin-naked1.png'),(1105,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/png.png'),(1106,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/pre_bg.gif'),(1107,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/pre_classic_bg.gif'),(1108,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/screenshot-28.png'),(1109,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/screenshot-31.png'),(1110,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/screenshot-4.png'),(1111,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/select.png'),(1112,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/star.png'),(1113,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/support.png'),(1114,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/tabs_bg.png'),(1115,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/template.png'),(1116,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/template3-new.png'),(1117,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/template4.png'),(1118,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/template5.png'),(1119,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/template6.png'),(1120,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/title_back.png'),(1121,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/toggle_tabs.png'),(1122,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/twitter.png'),(1123,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/under_construction-1.png'),(1124,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/wheel.png'),(1125,'wp-content/plugins/easy-coming-soon/theme_options/pages/images/white_px.png'),(1126,'wp-content/plugins/easy-coming-soon/theme_options/pages/live_preview_settings.php'),(1127,'wp-content/plugins/easy-coming-soon/theme_options/pages/notification_page_setting.php'),(1128,'wp-content/plugins/easy-coming-soon/theme_options/pages/pricing_settings.php'),(1129,'wp-content/plugins/easy-coming-soon/theme_options/pages/pro_features_settings.php'),(1130,'wp-content/plugins/easy-coming-soon/theme_options/pages/template_page_settings.php'),(1131,'wp-content/plugins/easy-coming-soon/theme_options/webriti_option_pannel.php'),(1132,'wp-content/plugins/elegant-themes-support/elegant-themes-support.php'),(1133,'wp-content/plugins/elegantbuilder/et-layout-builder.php'),(1134,'wp-content/plugins/elegantbuilder/includes/et_lb_sample_layouts.php'),(1135,'wp-content/plugins/elegantbuilder/js/custom.js'),(1136,'wp-content/plugins/elegantbuilder/js/et_lb_admin.js'),(1137,'wp-content/plugins/elegantbuilder/js/jquery.easing.1.3.js'),(1138,'wp-content/plugins/elegantbuilder/js/jquery.fancybox-1.3.4.pack.js'),(1139,'wp-content/plugins/elegantbuilder/js/jquery.fitvids.js'),(1140,'wp-content/plugins/elegantbuilder/js/jquery.flexslider-min.js'),(1141,'wp-content/plugins/et-shortcodes/core/admin/includes/assets.php'),(1142,'wp-content/plugins/et-shortcodes/core/admin/includes/cache.php'),(1143,'wp-content/plugins/et-shortcodes/core/admin/includes/class-cache.php'),(1144,'wp-content/plugins/et-shortcodes/core/admin/includes/class-portability.php'),(1145,'wp-content/plugins/et-shortcodes/core/admin/includes/class-updates.php'),(1146,'wp-content/plugins/et-shortcodes/core/admin/includes/portability.php'),(1147,'wp-content/plugins/et-shortcodes/core/admin/js/core.js'),(1148,'wp-content/plugins/et-shortcodes/core/admin/js/portability.js'),(1149,'wp-content/plugins/et-shortcodes/core/components.php'),(1150,'wp-content/plugins/et-shortcodes/core/functions.php'),(1151,'wp-content/plugins/et-shortcodes/core/init.php'),(1152,'wp-content/plugins/et-shortcodes/core/updates_init.php'),(1153,'wp-content/plugins/et-shortcodes/et-shortcodes.php'),(1154,'wp-content/plugins/et-shortcodes/image_functions.php'),(1155,'wp-content/plugins/et-shortcodes/js/editor_plugin.dev.js'),(1156,'wp-content/plugins/et-shortcodes/js/editor_plugin.js'),(1157,'wp-content/plugins/et-shortcodes/js/et_shortcodes_frontend.dev.js'),(1158,'wp-content/plugins/et-shortcodes/js/et_shortcodes_frontend.js'),(1159,'wp-content/plugins/et-shortcodes/shortcodes.php'),(1160,'wp-content/plugins/facebook-conversion-pixel/README.md'),(1161,'wp-content/plugins/facebook-conversion-pixel/assets/fatcatapps-logo-text.png'),(1162,'wp-content/plugins/facebook-conversion-pixel/assets/icon.png'),(1163,'wp-content/plugins/facebook-conversion-pixel/assets/pixelcat_icon_128_128_360.png'),(1164,'wp-content/plugins/facebook-conversion-pixel/assets/pixelcat_icon_256_256_360.png'),(1165,'wp-content/plugins/facebook-conversion-pixel/deprecated/facebook-conversion-pixel.php'),(1166,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/admin.php'),(1167,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/bootstrap.php'),(1168,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.css'),(1169,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.css.map'),(1170,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/cmb2.min.css'),(1171,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/index.php'),(1172,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/cmb2.scss'),(1173,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/index.php'),(1174,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_collapsible_ui.scss'),(1175,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_jquery_ui.scss'),(1176,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_main_wrap.scss'),(1177,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_misc.scss'),(1178,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_mixins.scss'),(1179,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_post_metaboxes.scss'),(1180,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_sidebar_placements.scss'),(1181,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/_variables.scss'),(1182,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/css/sass/partials/index.php'),(1183,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ico-delete.png'),(1184,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/index.php'),(1185,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_flat_0_aaaaaa_40x100.png'),(1186,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_flat_75_ffffff_40x100.png'),(1187,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_55_fbf9ee_1x400.png'),(1188,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_65_ffffff_1x400.png'),(1189,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_75_dadada_1x400.png'),(1190,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_75_e6e6e6_1x400.png'),(1191,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_glass_95_fef1ec_1x400.png'),(1192,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-bg_highlight-soft_75_cccccc_1x100.png'),(1193,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_222222_256x240.png'),(1194,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_2e83ff_256x240.png'),(1195,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_454545_256x240.png'),(1196,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_888888_256x240.png'),(1197,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/images/ui-icons_cd0a0a_256x240.png'),(1198,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2.php'),(1199,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Ajax.php'),(1200,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Boxes.php'),(1201,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Field.php'),(1202,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Options.php'),(1203,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Sanitize.php'),(1204,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Show_Filters.php'),(1205,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Types.php'),(1206,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_Utils.php'),(1207,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/CMB2_hookup.php'),(1208,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/helper-functions.php'),(1209,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/includes/index.php'),(1210,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/index.php'),(1211,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/init.php'),(1212,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/cmb2.js'),(1213,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/cmb2.min.js'),(1214,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/index.php'),(1215,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/js/jquery-ui-timepicker-addon.min.js'),(1216,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ach.po'),(1217,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-af.po'),(1218,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ar.po'),(1219,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-az.po'),(1220,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-be_BY.po'),(1221,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bg_BG.po'),(1222,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bn_BD.po'),(1223,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-br.po'),(1224,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-bs_BA.po'),(1225,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ca.po'),(1226,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-co.po'),(1227,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-cs_CZ.po'),(1228,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-cy.po'),(1229,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-da_DK.po'),(1230,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-de_AT.po'),(1231,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-de_DE.po'),(1232,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-el.po'),(1233,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en@pirate.po'),(1234,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en_GB.po'),(1235,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en_US.mo'),(1236,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-en_US.po'),(1237,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-eo.po'),(1238,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_AR.po'),(1239,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_CL.po'),(1240,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_ES.mo'),(1241,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_ES.po'),(1242,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_MX.mo'),(1243,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_MX.po'),(1244,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_PE.po'),(1245,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-es_VE.po'),(1246,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-et.po'),(1247,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-eu.po'),(1248,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fa.po'),(1249,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fa_IR.po'),(1250,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fi.mo'),(1251,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fi.po'),(1252,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fo.po'),(1253,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fr_FR.mo'),(1254,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-fr_FR.po'),(1255,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ga.po'),(1256,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-gl_ES.po'),(1257,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-gu_IN.po'),(1258,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-he_IL.po'),(1259,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hi_IN.po'),(1260,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hr.po'),(1261,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hu_HU.po'),(1262,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-hy.po'),(1263,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id.po'),(1264,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id_ID.mo'),(1265,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-id_ID.po'),(1266,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-is_IS.po'),(1267,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-it_IT.po'),(1268,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ja.po'),(1269,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-jv.po'),(1270,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ka.po'),(1271,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-kk.po'),(1272,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-km.po'),(1273,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ko_KR.po'),(1274,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ku.po'),(1275,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ky.po'),(1276,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-lt_LT.po'),(1277,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-lv.po'),(1278,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mg.po'),(1279,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mk_MK.po'),(1280,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-mn.po'),(1281,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-my_MM.po'),(1282,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-nb_NO.po'),(1283,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ne_NP.po'),(1284,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-nl_NL.po'),(1285,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-nn_NO.po'),(1286,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-oc.po'),(1287,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pap.po'),(1288,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pl_PL.mo'),(1289,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pl_PL.po'),(1290,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_BR.mo'),(1291,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_BR.po'),(1292,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-pt_PT.po'),(1293,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ro_RO.po'),(1294,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ru_RU.mo'),(1295,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ru_RU.po'),(1296,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sah.po'),(1297,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-si_LK.po'),(1298,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sk_SK.po'),(1299,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sl_SI.po'),(1300,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sq.po'),(1301,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sr_RS.po'),(1302,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-su.po'),(1303,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sv_SE.mo'),(1304,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sv_SE.po'),(1305,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-sw.po'),(1306,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ta_LK.po'),(1307,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-te.po'),(1308,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-th.po'),(1309,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-tk_TM.po'),(1310,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-tr_TR.po'),(1311,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ug.po'),(1312,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-uk.po'),(1313,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-ur_PK.po'),(1314,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-uz.po'),(1315,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-vi.po'),(1316,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_CN.GB2312.po'),(1317,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_CN.po'),(1318,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_HK.po'),(1319,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2-zh_TW.po'),(1320,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2.mo'),(1321,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/cmb2.pot'),(1322,'wp-content/plugins/facebook-conversion-pixel/deprecated/includes/cmb2/languages/index.php'),(1323,'wp-content/plugins/facebook-conversion-pixel/deprecated/uninstall.php'),(1324,'wp-content/plugins/facebook-conversion-pixel/facebook-conversion-pixel.php'),(1325,'wp-content/plugins/facebook-conversion-pixel/includes/api.php'),(1326,'wp-content/plugins/facebook-conversion-pixel/includes/deactivation.js'),(1327,'wp-content/plugins/facebook-conversion-pixel/includes/deactivation.min.js'),(1328,'wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.css'),(1329,'wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.js'),(1330,'wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.min.css'),(1331,'wp-content/plugins/facebook-conversion-pixel/includes/editor/admin.min.js'),(1332,'wp-content/plugins/facebook-conversion-pixel/includes/editor/editor.php'),(1333,'wp-content/plugins/facebook-conversion-pixel/includes/functions.php'),(1334,'wp-content/plugins/facebook-conversion-pixel/includes/integrations/amp.php'),(1335,'wp-content/plugins/facebook-conversion-pixel/includes/integrations/ept.php'),(1336,'wp-content/plugins/facebook-conversion-pixel/includes/integrations/landingpagecat.php'),(1337,'wp-content/plugins/facebook-conversion-pixel/includes/integrations/optincat.php'),(1338,'wp-content/plugins/facebook-conversion-pixel/includes/integrations/quizcat.php'),(1339,'wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.css'),(1340,'wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.js'),(1341,'wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.min.css'),(1342,'wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.min.js'),(1343,'wp-content/plugins/facebook-conversion-pixel/includes/splash/splash.php'),(1344,'wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-borderless.min.css'),(1345,'wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-fca-theme.css'),(1346,'wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster-fca-theme.min.css'),(1347,'wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster.bundle.min.css'),(1348,'wp-content/plugins/facebook-conversion-pixel/includes/tooltipster/tooltipster.bundle.min.js'),(1349,'wp-content/plugins/facebook-conversion-pixel/includes/upgrade.php'),(1350,'wp-content/plugins/facebook-conversion-pixel/languages/index.php'),(1351,'wp-content/plugins/facebook-conversion-pixel/pixel-cat.js'),(1352,'wp-content/plugins/facebook-conversion-pixel/pixel-cat.min.js'),(1353,'wp-content/plugins/facebook-conversion-pixel/readme.txt'),(1354,'wp-content/plugins/facebook-conversion-pixel/readmes/business.txt'),(1355,'wp-content/plugins/facebook-conversion-pixel/readmes/elite.txt'),(1356,'wp-content/plugins/facebook-conversion-pixel/readmes/personal.txt'),(1357,'wp-content/plugins/facebook-conversion-pixel/screenshot-1.png'),(1358,'wp-content/plugins/facebook-conversion-pixel/screenshot-2.png'),(1359,'wp-content/plugins/facebook-conversion-pixel/screenshot-3.png'),(1360,'wp-content/plugins/facebook-conversion-pixel/screenshot-4.png'),(1361,'wp-content/plugins/google-analytics-for-wordpress/README.md'),(1362,'wp-content/plugins/google-analytics-for-wordpress/assets/css/admin-common.css'),(1363,'wp-content/plugins/google-analytics-for-wordpress/assets/css/admin-common.min.css'),(1364,'wp-content/plugins/google-analytics-for-wordpress/assets/css/images/index.php'),(1365,'wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo.png'),(1366,'wp-content/plugins/google-analytics-for-wordpress/assets/css/images/logo@2x.png'),(1367,'wp-content/plugins/google-analytics-for-wordpress/assets/css/images/mascot.png'),(1368,'wp-content/plugins/google-analytics-for-wordpress/assets/css/images/mascot@2x.png'),(1369,'wp-content/plugins/google-analytics-for-wordpress/assets/css/index.php'),(1370,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/README.md'),(1371,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.eot'),(1372,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.svg'),(1373,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.ttf'),(1374,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff'),(1375,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/glyphicons-halflings-regular.woff2'),(1376,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.eot'),(1377,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.otf'),(1378,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.ttf'),(1379,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff'),(1380,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/icons.woff2'),(1381,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/index.php'),(1382,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.eot'),(1383,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.svg'),(1384,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.ttf'),(1385,'wp-content/plugins/google-analytics-for-wordpress/assets/fonts/monsterinsights.woff'),(1386,'wp-content/plugins/google-analytics-for-wordpress/assets/images/down-green.png'),(1387,'wp-content/plugins/google-analytics-for-wordpress/assets/images/down-green@2x.png'),(1388,'wp-content/plugins/google-analytics-for-wordpress/assets/images/down.png'),(1389,'wp-content/plugins/google-analytics-for-wordpress/assets/images/down@2x.png'),(1390,'wp-content/plugins/google-analytics-for-wordpress/assets/images/index.php'),(1391,'wp-content/plugins/google-analytics-for-wordpress/assets/images/mascot.png'),(1392,'wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-om.png'),(1393,'wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-smtp.png'),(1394,'wp-content/plugins/google-analytics-for-wordpress/assets/images/plugin-wpforms.png'),(1395,'wp-content/plugins/google-analytics-for-wordpress/assets/images/question-mark.png'),(1396,'wp-content/plugins/google-analytics-for-wordpress/assets/images/rafflepress.png'),(1397,'wp-content/plugins/google-analytics-for-wordpress/assets/images/seedprod.png'),(1398,'wp-content/plugins/google-analytics-for-wordpress/assets/images/trustpulse.png'),(1399,'wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red.png'),(1400,'wp-content/plugins/google-analytics-for-wordpress/assets/images/up-red@2x.png'),(1401,'wp-content/plugins/google-analytics-for-wordpress/assets/images/up.png'),(1402,'wp-content/plugins/google-analytics-for-wordpress/assets/images/up@2x.png'),(1403,'wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.png'),(1404,'wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/chart.svg'),(1405,'wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.png'),(1406,'wp-content/plugins/google-analytics-for-wordpress/assets/images/upsell/woo-edd-upsell.svg'),(1407,'wp-content/plugins/google-analytics-for-wordpress/assets/index.php'),(1408,'wp-content/plugins/google-analytics-for-wordpress/assets/js/admin-common.js'),(1409,'wp-content/plugins/google-analytics-for-wordpress/assets/js/admin-common.min.js'),(1410,'wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.js'),(1411,'wp-content/plugins/google-analytics-for-wordpress/assets/js/frontend.min.js'),(1412,'wp-content/plugins/google-analytics-for-wordpress/assets/js/index.php'),(1413,'wp-content/plugins/google-analytics-for-wordpress/assets/lib/index.php'),(1414,'wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-deactivation-survey.php'),(1415,'wp-content/plugins/google-analytics-for-wordpress/assets/lib/pandora/class-am-notification.php'),(1416,'wp-content/plugins/google-analytics-for-wordpress/googleanalytics.php'),(1417,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/admin.php'),(1418,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/ajax.php'),(1419,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/api-auth.php'),(1420,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/common.php'),(1421,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/index.php'),(1422,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/autoupdate.php'),(1423,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/licensing/skin.php'),(1424,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/notice.php'),(1425,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/addons.php'),(1426,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/reports.php'),(1427,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/settings.php'),(1428,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/pages/tools.php'),(1429,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/reporting.php'),(1430,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/abstract-report.php'),(1431,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/index.php'),(1432,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/reports/overview.php'),(1433,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/review.php'),(1434,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/routes.php'),(1435,'wp-content/plugins/google-analytics-for-wordpress/includes/admin/tracking.php'),(1436,'wp-content/plugins/google-analytics-for-wordpress/includes/api-request.php'),(1437,'wp-content/plugins/google-analytics-for-wordpress/includes/auth.php'),(1438,'wp-content/plugins/google-analytics-for-wordpress/includes/capabilities.php'),(1439,'wp-content/plugins/google-analytics-for-wordpress/includes/deprecated.php'),(1440,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/class-tracking-abstract.php'),(1441,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/class-analytics-events.php'),(1442,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/events/index.php'),(1443,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/frontend.php'),(1444,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/index.php'),(1445,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/seedprod.php'),(1446,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-analytics.php'),(1447,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/class-tracking-preview.php'),(1448,'wp-content/plugins/google-analytics-for-wordpress/includes/frontend/tracking/index.php'),(1449,'wp-content/plugins/google-analytics-for-wordpress/includes/helpers.php'),(1450,'wp-content/plugins/google-analytics-for-wordpress/includes/index.php'),(1451,'wp-content/plugins/google-analytics-for-wordpress/includes/install.php'),(1452,'wp-content/plugins/google-analytics-for-wordpress/includes/measurement-protocol.php'),(1453,'wp-content/plugins/google-analytics-for-wordpress/includes/options.php'),(1454,'wp-content/plugins/google-analytics-for-wordpress/index.php'),(1455,'wp-content/plugins/google-analytics-for-wordpress/languages/google-analytics-for-wordpress.pot'),(1456,'wp-content/plugins/google-analytics-for-wordpress/languages/index.php'),(1457,'wp-content/plugins/google-analytics-for-wordpress/languages/vue.php'),(1458,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-bg.png'),(1459,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/img/mi-dw-cog@2x.png'),(1460,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.css'),(1461,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-common.rtl.css'),(1462,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.css'),(1463,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/chunk-vendors.rtl.css'),(1464,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.css'),(1465,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/frontend.rtl.css'),(1466,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.css'),(1467,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/reports.rtl.css'),(1468,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.css'),(1469,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/settings.rtl.css'),(1470,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.css'),(1471,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/widget.rtl.css'),(1472,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.css'),(1473,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/css/wizard.rtl.css'),(1474,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.otf'),(1475,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.ttf'),(1476,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff'),(1477,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/icons.woff2'),(1478,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff'),(1479,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-bold-webfont.woff2'),(1480,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff'),(1481,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/lato-regular-webfont.woff2'),(1482,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.ttf'),(1483,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff'),(1484,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/fonts/text-security-disc.woff2'),(1485,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-addons.png'),(1486,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-check.svg'),(1487,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-connect.png'),(1488,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-ecommerce.png'),(1489,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-gdpr.png'),(1490,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-icon-guide.png'),(1491,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/about-team.jpg'),(1492,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-ecommerce.png'),(1493,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/addon-icon-eu-compliance.png'),(1494,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie.png'),(1495,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/charlie2x.png'),(1496,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/chris.png'),(1497,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/confetti-background.png'),(1498,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/easy-digital-downloads.png'),(1499,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/flags.png'),(1500,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/icon-scroll-tracking.png'),(1501,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo.png'),(1502,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/logo@2x.png'),(1503,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/map-background.png'),(1504,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mascot.png'),(1505,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/memberpress.png'),(1506,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/mi-onboarding-logo.png'),(1507,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/monsterinsights-report-ecommerce.png'),(1508,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/reports-upsell-bg.png'),(1509,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/syed.png'),(1510,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/testimonial-avatar-2.png'),(1511,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/testimonial-avatar.jpeg'),(1512,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-mascot.png'),(1513,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/welcome-video-image.jpg'),(1514,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/woocommerce.png'),(1515,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/img/wpforms.png'),(1516,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-common.js'),(1517,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-frontend-vendors.js'),(1518,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/chunk-vendors.js'),(1519,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/frontend.js'),(1520,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/reports.js'),(1521,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/settings.js'),(1522,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/widget.js'),(1523,'wp-content/plugins/google-analytics-for-wordpress/lite/assets/vue/js/wizard.js'),(1524,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/connect.php'),(1525,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/dashboard-widget.php'),(1526,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/helpers.php'),(1527,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/index.php'),(1528,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/onboarding-wizard.php'),(1529,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-dimensions.php'),(1530,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-ecommerce.php'),(1531,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-forms.php'),(1532,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-publisher.php'),(1533,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-queries.php'),(1534,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-realtime.php'),(1535,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/reports/report-year-in-review.php'),(1536,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/tools.php'),(1537,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/welcome.php'),(1538,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/admin/wp-site-health.php'),(1539,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/index.php'),(1540,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/license-compat.php'),(1541,'wp-content/plugins/google-analytics-for-wordpress/lite/includes/load.php'),(1542,'wp-content/plugins/google-analytics-for-wordpress/lite/index.php'),(1543,'wp-content/plugins/google-analytics-for-wordpress/readme.txt'),(1544,'wp-content/plugins/handheld/core/admin/includes/assets.php'),(1545,'wp-content/plugins/handheld/core/admin/includes/cache.php'),(1546,'wp-content/plugins/handheld/core/admin/includes/class-cache.php'),(1547,'wp-content/plugins/handheld/core/admin/includes/class-portability.php'),(1548,'wp-content/plugins/handheld/core/admin/includes/class-updates.php'),(1549,'wp-content/plugins/handheld/core/admin/includes/portability.php'),(1550,'wp-content/plugins/handheld/core/admin/js/core.js'),(1551,'wp-content/plugins/handheld/core/admin/js/portability.js'),(1552,'wp-content/plugins/handheld/core/components.php'),(1553,'wp-content/plugins/handheld/core/functions.php'),(1554,'wp-content/plugins/handheld/core/init.php'),(1555,'wp-content/plugins/handheld/core/updates_init.php'),(1556,'wp-content/plugins/handheld/handheld.php'),(1557,'wp-content/plugins/handheld/js/settings_page.js'),(1558,'wp-content/plugins/handheld/main_themes/HandHeld/comments.php'),(1559,'wp-content/plugins/handheld/main_themes/HandHeld/footer.php'),(1560,'wp-content/plugins/handheld/main_themes/HandHeld/functions.php'),(1561,'wp-content/plugins/handheld/main_themes/HandHeld/header.php'),(1562,'wp-content/plugins/handheld/main_themes/HandHeld/home.php'),(1563,'wp-content/plugins/handheld/main_themes/HandHeld/includes/breadcrumbs.php'),(1564,'wp-content/plugins/handheld/main_themes/HandHeld/includes/entry.php'),(1565,'wp-content/plugins/handheld/main_themes/HandHeld/includes/et_theme_options.php'),(1566,'wp-content/plugins/handheld/main_themes/HandHeld/includes/navigation.php'),(1567,'wp-content/plugins/handheld/main_themes/HandHeld/includes/no-results.php'),(1568,'wp-content/plugins/handheld/main_themes/HandHeld/index.php'),(1569,'wp-content/plugins/handheld/main_themes/HandHeld/js/custom.js'),(1570,'wp-content/plugins/handheld/main_themes/HandHeld/js/libs/jquery-1.5.1.js'),(1571,'wp-content/plugins/handheld/main_themes/HandHeld/js/libs/jquery-1.5.1.min.js'),(1572,'wp-content/plugins/handheld/main_themes/HandHeld/js/libs/modernizr-custom.js'),(1573,'wp-content/plugins/handheld/main_themes/HandHeld/js/libs/respond.min.js'),(1574,'wp-content/plugins/handheld/main_themes/HandHeld/js/mylibs/helper.js'),(1575,'wp-content/plugins/handheld/main_themes/HandHeld/js/mylibs/mbp_footer.js'),(1576,'wp-content/plugins/handheld/main_themes/HandHeld/loop-page.php'),(1577,'wp-content/plugins/handheld/main_themes/HandHeld/loop-single.php'),(1578,'wp-content/plugins/handheld/main_themes/HandHeld/page.php'),(1579,'wp-content/plugins/handheld/main_themes/HandHeld/single.php'),(1580,'wp-content/plugins/hello.php'),(1581,'wp-content/plugins/index.php'),(1582,'wp-content/plugins/insert-headers-and-footers/ihaf.php'),(1583,'wp-content/plugins/insert-headers-and-footers/languages/insert-headers-and-footers.pot'),(1584,'wp-content/plugins/insert-headers-and-footers/readme.txt'),(1585,'wp-content/plugins/insert-headers-and-footers/views/dashboard-notices.php'),(1586,'wp-content/plugins/insert-headers-and-footers/views/settings.php'),(1587,'wp-content/plugins/insert-headers-and-footers/views/sidebar.php'),(1588,'wp-content/plugins/instagram-feed/README.txt'),(1589,'wp-content/plugins/instagram-feed/css/sb-instagram-2-1.css'),(1590,'wp-content/plugins/instagram-feed/css/sb-instagram-2-1.min.css'),(1591,'wp-content/plugins/instagram-feed/css/sb-instagram-admin.css'),(1592,'wp-content/plugins/instagram-feed/css/sb-instagram.css'),(1593,'wp-content/plugins/instagram-feed/css/sb-instagram.min.css'),(1594,'wp-content/plugins/instagram-feed/gpl-2.0.txt'),(1595,'wp-content/plugins/instagram-feed/img/carousel.png'),(1596,'wp-content/plugins/instagram-feed/img/grid.png'),(1597,'wp-content/plugins/instagram-feed/img/highlight.png'),(1598,'wp-content/plugins/instagram-feed/img/instagram-pro-promo.png'),(1599,'wp-content/plugins/instagram-feed/img/loader.png'),(1600,'wp-content/plugins/instagram-feed/img/masonry.png'),(1601,'wp-content/plugins/instagram-feed/img/placeholder.png'),(1602,'wp-content/plugins/instagram-feed/img/sbi-icon-offer.png'),(1603,'wp-content/plugins/instagram-feed/img/sbi-icon.png'),(1604,'wp-content/plugins/instagram-feed/img/small-logo.png'),(1605,'wp-content/plugins/instagram-feed/inc/admin/actions.php'),(1606,'wp-content/plugins/instagram-feed/inc/admin/main.php'),(1607,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-api-connect.php'),(1608,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-cron-updater.php'),(1609,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-display-elements.php'),(1610,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-feed.php'),(1611,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-parse.php'),(1612,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post-set.php'),(1613,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-post.php'),(1614,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-posts-manager.php'),(1615,'wp-content/plugins/instagram-feed/inc/class-sb-instagram-settings.php'),(1616,'wp-content/plugins/instagram-feed/inc/if-functions.php'),(1617,'wp-content/plugins/instagram-feed/instagram-feed.php'),(1618,'wp-content/plugins/instagram-feed/js/sb-instagram-2-1.js'),(1619,'wp-content/plugins/instagram-feed/js/sb-instagram-2-1.min.js'),(1620,'wp-content/plugins/instagram-feed/js/sb-instagram-admin.js'),(1621,'wp-content/plugins/instagram-feed/js/sb-instagram.js'),(1622,'wp-content/plugins/instagram-feed/js/sb-instagram.min.js'),(1623,'wp-content/plugins/instagram-feed/languages/instagram-feed-da_DK.mo'),(1624,'wp-content/plugins/instagram-feed/languages/instagram-feed-de_DE.mo'),(1625,'wp-content/plugins/instagram-feed/languages/instagram-feed-en.mo'),(1626,'wp-content/plugins/instagram-feed/languages/instagram-feed-es_ES.mo'),(1627,'wp-content/plugins/instagram-feed/languages/instagram-feed-fi_FI.mo'),(1628,'wp-content/plugins/instagram-feed/languages/instagram-feed-fr_FR.mo'),(1629,'wp-content/plugins/instagram-feed/languages/instagram-feed-it_IT.mo'),(1630,'wp-content/plugins/instagram-feed/languages/instagram-feed-ja_JP.mo'),(1631,'wp-content/plugins/instagram-feed/languages/instagram-feed-ko_KR.mo'),(1632,'wp-content/plugins/instagram-feed/languages/instagram-feed-nl_NL.mo'),(1633,'wp-content/plugins/instagram-feed/languages/instagram-feed-nn_NO.mo'),(1634,'wp-content/plugins/instagram-feed/languages/instagram-feed-pt_PT.mo'),(1635,'wp-content/plugins/instagram-feed/languages/instagram-feed-ru_RU.mo'),(1636,'wp-content/plugins/instagram-feed/languages/instagram-feed-sv_SE.mo'),(1637,'wp-content/plugins/instagram-feed/languages/instagram-feed.pot'),(1638,'wp-content/plugins/instagram-feed/templates/feed.php'),(1639,'wp-content/plugins/instagram-feed/templates/footer.php'),(1640,'wp-content/plugins/instagram-feed/templates/header.php'),(1641,'wp-content/plugins/instagram-feed/templates/item.php'),(1642,'wp-content/plugins/instagram-feed/wpml-config.xml'),(1643,'wp-content/plugins/limit-login-attempts/limit-login-attempts-bg_BG.mo'),(1644,'wp-content/plugins/limit-login-attempts/limit-login-attempts-bg_BG.po'),(1645,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ca.mo'),(1646,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ca.po'),(1647,'wp-content/plugins/limit-login-attempts/limit-login-attempts-cs_CZ.mo'),(1648,'wp-content/plugins/limit-login-attempts/limit-login-attempts-cs_CZ.po'),(1649,'wp-content/plugins/limit-login-attempts/limit-login-attempts-de_DE.mo'),(1650,'wp-content/plugins/limit-login-attempts/limit-login-attempts-de_DE.po'),(1651,'wp-content/plugins/limit-login-attempts/limit-login-attempts-es_ES.mo'),(1652,'wp-content/plugins/limit-login-attempts/limit-login-attempts-es_ES.po'),(1653,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fa_IR.mo'),(1654,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fa_IR.po'),(1655,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fi.mo'),(1656,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fi.po'),(1657,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fr_FR.mo'),(1658,'wp-content/plugins/limit-login-attempts/limit-login-attempts-fr_FR.po'),(1659,'wp-content/plugins/limit-login-attempts/limit-login-attempts-hu_HU.mo'),(1660,'wp-content/plugins/limit-login-attempts/limit-login-attempts-hu_HU.po'),(1661,'wp-content/plugins/limit-login-attempts/limit-login-attempts-nb_NO.mo'),(1662,'wp-content/plugins/limit-login-attempts/limit-login-attempts-nb_NO.po'),(1663,'wp-content/plugins/limit-login-attempts/limit-login-attempts-nl_NL.mo'),(1664,'wp-content/plugins/limit-login-attempts/limit-login-attempts-nl_NL.po'),(1665,'wp-content/plugins/limit-login-attempts/limit-login-attempts-pt_BR.mo'),(1666,'wp-content/plugins/limit-login-attempts/limit-login-attempts-pt_BR.po'),(1667,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ro_RO.mo'),(1668,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ro_RO.po'),(1669,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ru_RU.mo'),(1670,'wp-content/plugins/limit-login-attempts/limit-login-attempts-ru_RU.po'),(1671,'wp-content/plugins/limit-login-attempts/limit-login-attempts-sv_SE.mo'),(1672,'wp-content/plugins/limit-login-attempts/limit-login-attempts-sv_SE.po'),(1673,'wp-content/plugins/limit-login-attempts/limit-login-attempts-tr_TR.mo'),(1674,'wp-content/plugins/limit-login-attempts/limit-login-attempts-tr_TR.po'),(1675,'wp-content/plugins/limit-login-attempts/limit-login-attempts-zh_TW.mo'),(1676,'wp-content/plugins/limit-login-attempts/limit-login-attempts-zh_TW.po'),(1677,'wp-content/plugins/limit-login-attempts/limit-login-attempts.php'),(1678,'wp-content/plugins/limit-login-attempts/limit-login-attempts.pot'),(1679,'wp-content/plugins/limit-login-attempts/readme.txt'),(1680,'wp-content/plugins/limit-login-attempts/screenshot-1.gif'),(1681,'wp-content/plugins/limit-login-attempts/screenshot-2.gif'),(1682,'wp-content/plugins/limit-login-attempts/screenshot-3.gif'),(1683,'wp-content/plugins/mailchimp-for-wp/CHANGELOG.md'),(1684,'wp-content/plugins/mailchimp-for-wp/LICENSE'),(1685,'wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.css'),(1686,'wp-content/plugins/mailchimp-for-wp/assets/css/admin-styles.min.css'),(1687,'wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.css'),(1688,'wp-content/plugins/mailchimp-for-wp/assets/css/checkbox-reset.min.css'),(1689,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css'),(1690,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.css.map'),(1691,'wp-content/plugins/mailchimp-for-wp/assets/css/form-basic.min.css'),(1692,'wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.css'),(1693,'wp-content/plugins/mailchimp-for-wp/assets/css/form-editor.min.css'),(1694,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css'),(1695,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.css.map'),(1696,'wp-content/plugins/mailchimp-for-wp/assets/css/form-themes.min.css'),(1697,'wp-content/plugins/mailchimp-for-wp/assets/img/icon.svg'),(1698,'wp-content/plugins/mailchimp-for-wp/assets/img/logo-red-on-white.svg'),(1699,'wp-content/plugins/mailchimp-for-wp/assets/img/logo-white-on-red.svg'),(1700,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.js'),(1701,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js'),(1702,'wp-content/plugins/mailchimp-for-wp/assets/js/admin.min.js.map'),(1703,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.js'),(1704,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js'),(1705,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-admin.min.js.map'),(1706,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.js'),(1707,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js'),(1708,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-api.min.js.map'),(1709,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.js'),(1710,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js'),(1711,'wp-content/plugins/mailchimp-for-wp/assets/js/forms-block.min.js.map'),(1712,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.js'),(1713,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js'),(1714,'wp-content/plugins/mailchimp-for-wp/assets/js/integrations-admin.min.js.map'),(1715,'wp-content/plugins/mailchimp-for-wp/assets/js/third-party/es5-shim.min.js'),(1716,'wp-content/plugins/mailchimp-for-wp/assets/js/third-party/placeholders.min.js'),(1717,'wp-content/plugins/mailchimp-for-wp/config/default-form-content.php'),(1718,'wp-content/plugins/mailchimp-for-wp/config/default-form-messages.php'),(1719,'wp-content/plugins/mailchimp-for-wp/config/default-form-settings.php'),(1720,'wp-content/plugins/mailchimp-for-wp/config/default-settings.php'),(1721,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-ajax.php'),(1722,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-messages.php'),(1723,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-texts.php'),(1724,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin-tools.php'),(1725,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-admin.php'),(1726,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-ads.php'),(1727,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-review-notice.php'),(1728,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-update-optin.php'),(1729,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-upgrade-routines.php'),(1730,'wp-content/plugins/mailchimp-for-wp/includes/admin/class-usage-tracking.php'),(1731,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-1-post-type.php'),(1732,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-2-options.php'),(1733,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-form-3-messages.php'),(1734,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-general-options.php'),(1735,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-integration-options.php'),(1736,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-styles-builder.php'),(1737,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.0-widget-base-id.php'),(1738,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.0.3-usage-tracking-schedule.php'),(1739,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/3.1.6-woocommerce-position-prefix.php'),(1740,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-groupings-to-interests.php'),(1741,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.0-hidden-fields-value-delimiter.php'),(1742,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.0.7-rename-debug-log-file.php'),(1743,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.2-flush-list-cache.php'),(1744,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.1.3-reschedule-event.php'),(1745,'wp-content/plugins/mailchimp-for-wp/includes/admin/migrations/4.6.0-remove-lists-from-options.php'),(1746,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3-client.php'),(1747,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api-v3.php'),(1748,'wp-content/plugins/mailchimp-for-wp/includes/api/class-api.php'),(1749,'wp-content/plugins/mailchimp-for-wp/includes/api/class-connection-exception.php'),(1750,'wp-content/plugins/mailchimp-for-wp/includes/api/class-exception.php'),(1751,'wp-content/plugins/mailchimp-for-wp/includes/api/class-resource-not-found-exception.php'),(1752,'wp-content/plugins/mailchimp-for-wp/includes/class-container.php'),(1753,'wp-content/plugins/mailchimp-for-wp/includes/class-debug-log-reader.php'),(1754,'wp-content/plugins/mailchimp-for-wp/includes/class-debug-log.php'),(1755,'wp-content/plugins/mailchimp-for-wp/includes/class-dynamic-content-tags.php'),(1756,'wp-content/plugins/mailchimp-for-wp/includes/class-field-formatter.php'),(1757,'wp-content/plugins/mailchimp-for-wp/includes/class-field-guesser.php'),(1758,'wp-content/plugins/mailchimp-for-wp/includes/class-list-data-mapper.php'),(1759,'wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp-subscriber.php'),(1760,'wp-content/plugins/mailchimp-for-wp/includes/class-mailchimp.php'),(1761,'wp-content/plugins/mailchimp-for-wp/includes/class-plugin.php'),(1762,'wp-content/plugins/mailchimp-for-wp/includes/class-queue-job.php'),(1763,'wp-content/plugins/mailchimp-for-wp/includes/class-queue.php'),(1764,'wp-content/plugins/mailchimp-for-wp/includes/class-tools.php'),(1765,'wp-content/plugins/mailchimp-for-wp/includes/default-actions.php'),(1766,'wp-content/plugins/mailchimp-for-wp/includes/default-filters.php'),(1767,'wp-content/plugins/mailchimp-for-wp/includes/deprecated-functions.php'),(1768,'wp-content/plugins/mailchimp-for-wp/includes/forms/admin-functions.php'),(1769,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-admin.php'),(1770,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-asset-manager.php'),(1771,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-element.php'),(1772,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-listener.php'),(1773,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-manager.php'),(1774,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-message.php'),(1775,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-previewer.php'),(1776,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form-tags.php'),(1777,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-form.php'),(1778,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-google-recaptcha.php'),(1779,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-output-manager.php'),(1780,'wp-content/plugins/mailchimp-for-wp/includes/forms/class-widget.php'),(1781,'wp-content/plugins/mailchimp-for-wp/includes/forms/functions.php'),(1782,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/add-form.php'),(1783,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/edit-form.php'),(1784,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/date-fields.js'),(1785,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/dummy-api.js'),(1786,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/general-form-enhancements.js'),(1787,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/js/url-fields.js'),(1788,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/add-fields-help.php'),(1789,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/parts/dynamic-content-tags.php'),(1790,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/preview.php'),(1791,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-appearance.php'),(1792,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-fields.php'),(1793,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-messages.php'),(1794,'wp-content/plugins/mailchimp-for-wp/includes/forms/views/tabs/form-settings.php'),(1795,'wp-content/plugins/mailchimp-for-wp/includes/functions.php'),(1796,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-admin.php'),(1797,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-fixture.php'),(1798,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-manager.php'),(1799,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration-tags.php'),(1800,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-integration.php'),(1801,'wp-content/plugins/mailchimp-for-wp/includes/integrations/class-user-integration.php'),(1802,'wp-content/plugins/mailchimp-for-wp/includes/integrations/functions.php'),(1803,'wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integration-settings.php'),(1804,'wp-content/plugins/mailchimp-for-wp/includes/integrations/views/integrations.php'),(1805,'wp-content/plugins/mailchimp-for-wp/includes/views/extensions.php'),(1806,'wp-content/plugins/mailchimp-for-wp/includes/views/general-settings.php'),(1807,'wp-content/plugins/mailchimp-for-wp/includes/views/other-settings.php'),(1808,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-footer.php'),(1809,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/admin-sidebar.php'),(1810,'wp-content/plugins/mailchimp-for-wp/includes/views/parts/lists-overview.php'),(1811,'wp-content/plugins/mailchimp-for-wp/integrations/affiliatewp/class-affiliatewp.php'),(1812,'wp-content/plugins/mailchimp-for-wp/integrations/bootstrap.php'),(1813,'wp-content/plugins/mailchimp-for-wp/integrations/buddypress/class-buddypress.php'),(1814,'wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/admin-before.php'),(1815,'wp-content/plugins/mailchimp-for-wp/integrations/contact-form-7/class-contact-form-7.php'),(1816,'wp-content/plugins/mailchimp-for-wp/integrations/custom/admin-before.php'),(1817,'wp-content/plugins/mailchimp-for-wp/integrations/custom/class-custom.php'),(1818,'wp-content/plugins/mailchimp-for-wp/integrations/easy-digital-downloads/class-easy-digital-downloads.php'),(1819,'wp-content/plugins/mailchimp-for-wp/integrations/events-manager/class-events-manager.php'),(1820,'wp-content/plugins/mailchimp-for-wp/integrations/give/class-give.php'),(1821,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/admin-before.php'),(1822,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/bootstrap.php'),(1823,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-field.php'),(1824,'wp-content/plugins/mailchimp-for-wp/integrations/gravity-forms/class-gravity-forms.php'),(1825,'wp-content/plugins/mailchimp-for-wp/integrations/memberpress/class-memberpress.php'),(1826,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/admin-before.php'),(1827,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/bootstrap.php'),(1828,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-action.php'),(1829,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-field.php'),(1830,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms/class-ninja-forms.php'),(1831,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/admin-before.php'),(1832,'wp-content/plugins/mailchimp-for-wp/integrations/ninja-forms-2/class-ninja-forms.php'),(1833,'wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/admin-after.php'),(1834,'wp-content/plugins/mailchimp-for-wp/integrations/woocommerce/class-woocommerce.php'),(1835,'wp-content/plugins/mailchimp-for-wp/integrations/wp-comment-form/class-comment-form.php'),(1836,'wp-content/plugins/mailchimp-for-wp/integrations/wp-registration-form/class-registration-form.php'),(1837,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/admin-before.php'),(1838,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/bootstrap.php'),(1839,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-field.php'),(1840,'wp-content/plugins/mailchimp-for-wp/integrations/wpforms/class-wpforms.php'),(1841,'wp-content/plugins/mailchimp-for-wp/languages/index.php'),(1842,'wp-content/plugins/mailchimp-for-wp/languages/mailchimp-for-wp.pot'),(1843,'wp-content/plugins/mailchimp-for-wp/mailchimp-for-wp.php'),(1844,'wp-content/plugins/mailchimp-for-wp/phpcs.xml'),(1845,'wp-content/plugins/mailchimp-for-wp/readme.txt'),(1846,'wp-content/plugins/mailchimp-for-wp/vendor/autoload.php'),(1847,'wp-content/plugins/mailchimp-for-wp/vendor/autoload_52.php'),(1848,'wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader.php'),(1849,'wp-content/plugins/mailchimp-for-wp/vendor/composer/ClassLoader52.php'),(1850,'wp-content/plugins/mailchimp-for-wp/vendor/composer/LICENSE'),(1851,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_classmap.php'),(1852,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_files.php'),(1853,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_namespaces.php'),(1854,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_psr4.php'),(1855,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real.php'),(1856,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_real_52.php'),(1857,'wp-content/plugins/mailchimp-for-wp/vendor/composer/autoload_static.php'),(1858,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/.gitignore'),(1859,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/LICENSE'),(1860,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/README.md'),(1861,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php'),(1862,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php'),(1863,'wp-content/plugins/mailchimp-for-wp/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php'),(1864,'wp-content/plugins/mailchimp-for-wp/wpml-config.xml'),(1865,'wp-content/plugins/monarch/core/_et_core_version.php'),(1866,'wp-content/plugins/monarch/core/_metadata.php'),(1867,'wp-content/plugins/monarch/core/admin/js/common.js'),(1868,'wp-content/plugins/monarch/core/admin/js/core.js'),(1869,'wp-content/plugins/monarch/core/admin/js/page-resource-fallback.js'),(1870,'wp-content/plugins/monarch/core/admin/js/page-resource-fallback.min.js'),(1871,'wp-content/plugins/monarch/core/admin/js/portability.js'),(1872,'wp-content/plugins/monarch/core/admin/js/react-dom.production.min.js'),(1873,'wp-content/plugins/monarch/core/admin/js/react.production.min.js'),(1874,'wp-content/plugins/monarch/core/admin/js/support-center.js'),(1875,'wp-content/plugins/monarch/core/admin/js/version-rollback.js'),(1876,'wp-content/plugins/monarch/core/codecept-local.conf.js'),(1877,'wp-content/plugins/monarch/core/codecept.conf.js'),(1878,'wp-content/plugins/monarch/core/components/Cache.php'),(1879,'wp-content/plugins/monarch/core/components/HTTPInterface.php'),(1880,'wp-content/plugins/monarch/core/components/Logger.php'),(1881,'wp-content/plugins/monarch/core/components/PageResource.php'),(1882,'wp-content/plugins/monarch/core/components/Portability.php'),(1883,'wp-content/plugins/monarch/core/components/SupportCenter.php'),(1884,'wp-content/plugins/monarch/core/components/SupportCenterMUAutoloader.php'),(1885,'wp-content/plugins/monarch/core/components/Updates.php'),(1886,'wp-content/plugins/monarch/core/components/api/ElegantThemes.php'),(1887,'wp-content/plugins/monarch/core/components/api/OAuthHelper.php'),(1888,'wp-content/plugins/monarch/core/components/api/Service.php'),(1889,'wp-content/plugins/monarch/core/components/api/email/ActiveCampaign.php'),(1890,'wp-content/plugins/monarch/core/components/api/email/Aweber.php'),(1891,'wp-content/plugins/monarch/core/components/api/email/CampaignMonitor.php'),(1892,'wp-content/plugins/monarch/core/components/api/email/ConstantContact.php'),(1893,'wp-content/plugins/monarch/core/components/api/email/ConvertKit.php'),(1894,'wp-content/plugins/monarch/core/components/api/email/Emma.php'),(1895,'wp-content/plugins/monarch/core/components/api/email/Feedblitz.php'),(1896,'wp-content/plugins/monarch/core/components/api/email/Fields.php'),(1897,'wp-content/plugins/monarch/core/components/api/email/GetResponse.php'),(1898,'wp-content/plugins/monarch/core/components/api/email/HubSpot.php'),(1899,'wp-content/plugins/monarch/core/components/api/email/Infusionsoft.php'),(1900,'wp-content/plugins/monarch/core/components/api/email/MadMimi.php'),(1901,'wp-content/plugins/monarch/core/components/api/email/MailChimp.php'),(1902,'wp-content/plugins/monarch/core/components/api/email/MailPoet.php'),(1903,'wp-content/plugins/monarch/core/components/api/email/MailerLite.php'),(1904,'wp-content/plugins/monarch/core/components/api/email/Mailster.php'),(1905,'wp-content/plugins/monarch/core/components/api/email/Ontraport.php'),(1906,'wp-content/plugins/monarch/core/components/api/email/Provider.php'),(1907,'wp-content/plugins/monarch/core/components/api/email/Providers.php'),(1908,'wp-content/plugins/monarch/core/components/api/email/SalesForce.php'),(1909,'wp-content/plugins/monarch/core/components/api/email/SendinBlue.php'),(1910,'wp-content/plugins/monarch/core/components/api/email/_MailPoet2.php'),(1911,'wp-content/plugins/monarch/core/components/api/email/_ProviderName.php'),(1912,'wp-content/plugins/monarch/core/components/api/email/iContact.php'),(1913,'wp-content/plugins/monarch/core/components/api/email/init.php'),(1914,'wp-content/plugins/monarch/core/components/api/init.php'),(1915,'wp-content/plugins/monarch/core/components/api/social/Network.php'),(1916,'wp-content/plugins/monarch/core/components/data/ScriptReplacer.php'),(1917,'wp-content/plugins/monarch/core/components/data/Utils.php'),(1918,'wp-content/plugins/monarch/core/components/data/init.php'),(1919,'wp-content/plugins/monarch/core/components/init.php'),(1920,'wp-content/plugins/monarch/core/components/lib/BluehostCache.php'),(1921,'wp-content/plugins/monarch/core/components/lib/OAuth.php'),(1922,'wp-content/plugins/monarch/core/components/lib/SilentThemeUpgraderSkin.php'),(1923,'wp-content/plugins/monarch/core/components/lib/WPHttp.php'),(1924,'wp-content/plugins/monarch/core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php'),(1925,'wp-content/plugins/monarch/core/components/post/Object.php'),(1926,'wp-content/plugins/monarch/core/components/post/Query.php'),(1927,'wp-content/plugins/monarch/core/components/post/Taxonomy.php'),(1928,'wp-content/plugins/monarch/core/components/post/Type.php'),(1929,'wp-content/plugins/monarch/core/functions.php'),(1930,'wp-content/plugins/monarch/core/init.php'),(1931,'wp-content/plugins/monarch/core/postcss.config.js'),(1932,'wp-content/plugins/monarch/core/ui/components/controls/index.js'),(1933,'wp-content/plugins/monarch/core/ui/components/hoc/drag-drop-context.js'),(1934,'wp-content/plugins/monarch/core/ui/constants/controls.js'),(1935,'wp-content/plugins/monarch/core/ui/constants/dnd-types.js'),(1936,'wp-content/plugins/monarch/core/ui/utils/attribute-binder.js'),(1937,'wp-content/plugins/monarch/core/ui/utils/field-conditions.js'),(1938,'wp-content/plugins/monarch/core/ui/utils/frames.js'),(1939,'wp-content/plugins/monarch/core/ui/utils/property-resolver.js'),(1940,'wp-content/plugins/monarch/core/ui/utils/utils.js'),(1941,'wp-content/plugins/monarch/core/updates_init.php'),(1942,'wp-content/plugins/monarch/core/wp_functions.php'),(1943,'wp-content/plugins/monarch/includes/monarch-widget.php'),(1944,'wp-content/plugins/monarch/includes/monarch_options.php'),(1945,'wp-content/plugins/monarch/includes/oauth.php'),(1946,'wp-content/plugins/monarch/includes/twitter_auth.php'),(1947,'wp-content/plugins/monarch/js/admin.js'),(1948,'wp-content/plugins/monarch/js/custom.js'),(1949,'wp-content/plugins/monarch/js/idle-timer.min.js'),(1950,'wp-content/plugins/monarch/js/monarch-mce-button.js'),(1951,'wp-content/plugins/monarch/js/monarch-post-meta.js'),(1952,'wp-content/plugins/monarch/monarch.php'),(1953,'wp-content/plugins/pdf-embedder/core/core_pdf_embedder.php'),(1954,'wp-content/plugins/pdf-embedder/css/pdfemb-admin-4.6.css'),(1955,'wp-content/plugins/pdf-embedder/css/pdfemb-admin-other-4.6.css'),(1956,'wp-content/plugins/pdf-embedder/css/pdfemb-admin-other.css'),(1957,'wp-content/plugins/pdf-embedder/css/pdfemb-admin.css'),(1958,'wp-content/plugins/pdf-embedder/css/pdfemb-blocks-4.6.css'),(1959,'wp-content/plugins/pdf-embedder/css/pdfemb-blocks.css'),(1960,'wp-content/plugins/pdf-embedder/css/pdfemb-embed-pdf-4.6.css'),(1961,'wp-content/plugins/pdf-embedder/css/pdfemb-embed-pdf.css'),(1962,'wp-content/plugins/pdf-embedder/img/ptleftarrow.png'),(1963,'wp-content/plugins/pdf-embedder/img/ptrightarrow.png'),(1964,'wp-content/plugins/pdf-embedder/img/toolbarButton-download.png'),(1965,'wp-content/plugins/pdf-embedder/img/toolbarButton-pageDown.png'),(1966,'wp-content/plugins/pdf-embedder/img/toolbarButton-pageUp.png'),(1967,'wp-content/plugins/pdf-embedder/img/toolbarButton-presentationMode.png'),(1968,'wp-content/plugins/pdf-embedder/img/toolbarButton-zoomIn.png'),(1969,'wp-content/plugins/pdf-embedder/img/toolbarButton-zoomOut.png'),(1970,'wp-content/plugins/pdf-embedder/js/admin/pdfemb-admin-4.6.js'),(1971,'wp-content/plugins/pdf-embedder/js/admin/pdfemb-admin.js'),(1972,'wp-content/plugins/pdf-embedder/js/all-pdfemb-basic-4.6.min.js'),(1973,'wp-content/plugins/pdf-embedder/js/all-pdfemb-basic.min.js'),(1974,'wp-content/plugins/pdf-embedder/js/grabtopan-basic-4.6.js'),(1975,'wp-content/plugins/pdf-embedder/js/grabtopan-basic.js'),(1976,'wp-content/plugins/pdf-embedder/js/pdfemb-basic-4.6.js'),(1977,'wp-content/plugins/pdf-embedder/js/pdfemb-basic.js'),(1978,'wp-content/plugins/pdf-embedder/js/pdfemb-blocks-4.6.js'),(1979,'wp-content/plugins/pdf-embedder/js/pdfemb-blocks.js'),(1980,'wp-content/plugins/pdf-embedder/js/pdfemb-embed-pdf-4.6.js'),(1981,'wp-content/plugins/pdf-embedder/js/pdfemb-embed-pdf.js'),(1982,'wp-content/plugins/pdf-embedder/js/pdfemb-pv-core-4.6.js'),(1983,'wp-content/plugins/pdf-embedder/js/pdfemb-pv-core.js'),(1984,'wp-content/plugins/pdf-embedder/js/pdfjs/LICENSE'),(1985,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-EUC-H.bcmap'),(1986,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-EUC-V.bcmap'),(1987,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-H.bcmap'),(1988,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-RKSJ-H.bcmap'),(1989,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-RKSJ-V.bcmap'),(1990,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78-V.bcmap'),(1991,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78ms-RKSJ-H.bcmap'),(1992,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/78ms-RKSJ-V.bcmap'),(1993,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/83pv-RKSJ-H.bcmap'),(1994,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90ms-RKSJ-H.bcmap'),(1995,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90ms-RKSJ-V.bcmap'),(1996,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90msp-RKSJ-H.bcmap'),(1997,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90msp-RKSJ-V.bcmap'),(1998,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90pv-RKSJ-H.bcmap'),(1999,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/90pv-RKSJ-V.bcmap'),(2000,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-H.bcmap'),(2001,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-RKSJ-H.bcmap'),(2002,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-RKSJ-V.bcmap'),(2003,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Add-V.bcmap'),(2004,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-0.bcmap'),(2005,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-1.bcmap'),(2006,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-2.bcmap'),(2007,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-3.bcmap'),(2008,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-4.bcmap'),(2009,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-5.bcmap'),(2010,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-6.bcmap'),(2011,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-CNS1-UCS2.bcmap'),(2012,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-0.bcmap'),(2013,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-1.bcmap'),(2014,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-2.bcmap'),(2015,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-3.bcmap'),(2016,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-4.bcmap'),(2017,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-5.bcmap'),(2018,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-GB1-UCS2.bcmap'),(2019,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-0.bcmap'),(2020,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-1.bcmap'),(2021,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-2.bcmap'),(2022,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-3.bcmap'),(2023,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-4.bcmap'),(2024,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-5.bcmap'),(2025,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-6.bcmap'),(2026,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Japan1-UCS2.bcmap'),(2027,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Korea1-0.bcmap'),(2028,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Korea1-1.bcmap'),(2029,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Korea1-2.bcmap'),(2030,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Adobe-Korea1-UCS2.bcmap'),(2031,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5-H.bcmap'),(2032,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5-V.bcmap'),(2033,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5pc-H.bcmap'),(2034,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/B5pc-V.bcmap'),(2035,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS-EUC-H.bcmap'),(2036,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS-EUC-V.bcmap'),(2037,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS1-H.bcmap'),(2038,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS1-V.bcmap'),(2039,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS2-H.bcmap'),(2040,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/CNS2-V.bcmap'),(2041,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETHK-B5-H.bcmap'),(2042,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETHK-B5-V.bcmap'),(2043,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETen-B5-H.bcmap'),(2044,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETen-B5-V.bcmap'),(2045,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETenms-B5-H.bcmap'),(2046,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/ETenms-B5-V.bcmap'),(2047,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/EUC-H.bcmap'),(2048,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/EUC-V.bcmap'),(2049,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-H.bcmap'),(2050,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-RKSJ-H.bcmap'),(2051,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-RKSJ-V.bcmap'),(2052,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Ext-V.bcmap'),(2053,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-EUC-H.bcmap'),(2054,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-EUC-V.bcmap'),(2055,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-H.bcmap'),(2056,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GB-V.bcmap'),(2057,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK-EUC-H.bcmap'),(2058,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK-EUC-V.bcmap'),(2059,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK2K-H.bcmap'),(2060,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBK2K-V.bcmap'),(2061,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBKp-EUC-H.bcmap'),(2062,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBKp-EUC-V.bcmap'),(2063,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-EUC-H.bcmap'),(2064,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-EUC-V.bcmap'),(2065,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-H.bcmap'),(2066,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBT-V.bcmap'),(2067,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBTpc-EUC-H.bcmap'),(2068,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBTpc-EUC-V.bcmap'),(2069,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBpc-EUC-H.bcmap'),(2070,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/GBpc-EUC-V.bcmap'),(2071,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/H.bcmap'),(2072,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdla-B5-H.bcmap'),(2073,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdla-B5-V.bcmap'),(2074,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdlb-B5-H.bcmap'),(2075,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKdlb-B5-V.bcmap'),(2076,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKgccs-B5-H.bcmap'),(2077,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKgccs-B5-V.bcmap'),(2078,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm314-B5-H.bcmap'),(2079,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm314-B5-V.bcmap'),(2080,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm471-B5-H.bcmap'),(2081,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKm471-B5-V.bcmap'),(2082,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKscs-B5-H.bcmap'),(2083,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/HKscs-B5-V.bcmap'),(2084,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Hankaku.bcmap'),(2085,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Hiragana.bcmap'),(2086,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-EUC-H.bcmap'),(2087,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-EUC-V.bcmap'),(2088,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-H.bcmap'),(2089,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-Johab-H.bcmap'),(2090,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-Johab-V.bcmap'),(2091,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSC-V.bcmap'),(2092,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-H.bcmap'),(2093,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-HW-H.bcmap'),(2094,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-HW-V.bcmap'),(2095,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCms-UHC-V.bcmap'),(2096,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCpc-EUC-H.bcmap'),(2097,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/KSCpc-EUC-V.bcmap'),(2098,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Katakana.bcmap'),(2099,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/LICENSE'),(2100,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/NWP-H.bcmap'),(2101,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/NWP-V.bcmap'),(2102,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/RKSJ-H.bcmap'),(2103,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/RKSJ-V.bcmap'),(2104,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/Roman.bcmap'),(2105,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UCS2-H.bcmap'),(2106,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UCS2-V.bcmap'),(2107,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF16-H.bcmap'),(2108,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF16-V.bcmap'),(2109,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF32-H.bcmap'),(2110,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF32-V.bcmap'),(2111,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF8-H.bcmap'),(2112,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniCNS-UTF8-V.bcmap'),(2113,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UCS2-H.bcmap'),(2114,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UCS2-V.bcmap'),(2115,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF16-H.bcmap'),(2116,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF16-V.bcmap'),(2117,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF32-H.bcmap'),(2118,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF32-V.bcmap'),(2119,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF8-H.bcmap'),(2120,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniGB-UTF8-V.bcmap'),(2121,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-H.bcmap'),(2122,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-HW-H.bcmap'),(2123,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-HW-V.bcmap'),(2124,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UCS2-V.bcmap'),(2125,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF16-H.bcmap'),(2126,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF16-V.bcmap'),(2127,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF32-H.bcmap'),(2128,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF32-V.bcmap'),(2129,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF8-H.bcmap'),(2130,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS-UTF8-V.bcmap'),(2131,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF16-H.bcmap'),(2132,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF16-V.bcmap'),(2133,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF32-H.bcmap'),(2134,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF32-V.bcmap'),(2135,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF8-H.bcmap'),(2136,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJIS2004-UTF8-V.bcmap'),(2137,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISPro-UCS2-HW-V.bcmap'),(2138,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISPro-UCS2-V.bcmap'),(2139,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISPro-UTF8-V.bcmap'),(2140,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX0213-UTF32-H.bcmap'),(2141,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX0213-UTF32-V.bcmap'),(2142,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX02132004-UTF32-H.bcmap'),(2143,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniJISX02132004-UTF32-V.bcmap'),(2144,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UCS2-H.bcmap'),(2145,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UCS2-V.bcmap'),(2146,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF16-H.bcmap'),(2147,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF16-V.bcmap'),(2148,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF32-H.bcmap'),(2149,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF32-V.bcmap'),(2150,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF8-H.bcmap'),(2151,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/UniKS-UTF8-V.bcmap'),(2152,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/V.bcmap'),(2153,'wp-content/plugins/pdf-embedder/js/pdfjs/cmaps/WP-Symbol.bcmap'),(2154,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.js'),(2155,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.js.map'),(2156,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.min.js'),(2157,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.worker.js'),(2158,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.worker.js.map'),(2159,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf-4.6.worker.min.js'),(2160,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.js'),(2161,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.js.map'),(2162,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.min.js'),(2163,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.worker.js'),(2164,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.worker.js.map'),(2165,'wp-content/plugins/pdf-embedder/js/pdfjs/pdf.worker.min.js'),(2166,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-de_DE.mo'),(2167,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-de_DE.po'),(2168,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-es_ES.mo'),(2169,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-es_ES.po'),(2170,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-fr_FR.mo'),(2171,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-fr_FR.po'),(2172,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-hu_HU.mo'),(2173,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-hu_HU.po'),(2174,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-nl_NL.mo'),(2175,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-nl_NL.po'),(2176,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-ru_RU.mo'),(2177,'wp-content/plugins/pdf-embedder/lang/pdf-embedder-ru_RU.po'),(2178,'wp-content/plugins/pdf-embedder/lang/pdf-embedder.pot'),(2179,'wp-content/plugins/pdf-embedder/pdf_embedder.php'),(2180,'wp-content/plugins/pdf-embedder/readme.txt'),(2181,'wp-content/plugins/updraftplus/admin.php'),(2182,'wp-content/plugins/updraftplus/backup.php'),(2183,'wp-content/plugins/updraftplus/central/bootstrap.php'),(2184,'wp-content/plugins/updraftplus/central/classes/automatic-upgrader-skin-compatibility.php'),(2185,'wp-content/plugins/updraftplus/central/classes/class-automatic-upgrader-skin.php'),(2186,'wp-content/plugins/updraftplus/central/commands.php'),(2187,'wp-content/plugins/updraftplus/central/listener.php'),(2188,'wp-content/plugins/updraftplus/central/modules/analytics.php'),(2189,'wp-content/plugins/updraftplus/central/modules/comments.php'),(2190,'wp-content/plugins/updraftplus/central/modules/core.php'),(2191,'wp-content/plugins/updraftplus/central/modules/media.php'),(2192,'wp-content/plugins/updraftplus/central/modules/plugin.php'),(2193,'wp-content/plugins/updraftplus/central/modules/posts.php'),(2194,'wp-content/plugins/updraftplus/central/modules/theme.php'),(2195,'wp-content/plugins/updraftplus/central/modules/updates.php'),(2196,'wp-content/plugins/updraftplus/central/modules/users.php'),(2197,'wp-content/plugins/updraftplus/changelog.txt'),(2198,'wp-content/plugins/updraftplus/class-updraftplus.php'),(2199,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.css'),(2200,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-fix.min.css'),(2201,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.css'),(2202,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows-plain-buttons.min.css'),(2203,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.css'),(2204,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-arrows.min.css'),(2205,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.css'),(2206,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-dark.min.css'),(2207,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.css'),(2208,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-default.min.css'),(2209,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.css'),(2210,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square-dark.min.css'),(2211,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.css'),(2212,'wp-content/plugins/updraftplus/css/tether-shepherd/shepherd-theme-square.min.css'),(2213,'wp-content/plugins/updraftplus/css/updraftplus-admin.css'),(2214,'wp-content/plugins/updraftplus/css/updraftplus-admin.min.css'),(2215,'wp-content/plugins/updraftplus/css/updraftplus-admin.min.css.map'),(2216,'wp-content/plugins/updraftplus/css/updraftplus-notices.css'),(2217,'wp-content/plugins/updraftplus/css/updraftplus-notices.min.css'),(2218,'wp-content/plugins/updraftplus/css/updraftplus-notices.min.css.map'),(2219,'wp-content/plugins/updraftplus/css/updraftplus-tour.css'),(2220,'wp-content/plugins/updraftplus/css/updraftplus-tour.min.css'),(2221,'wp-content/plugins/updraftplus/css/updraftplus-tour.min.css.map'),(2222,'wp-content/plugins/updraftplus/css/updraftplus-tour.scss'),(2223,'wp-content/plugins/updraftplus/example-decrypt.php'),(2224,'wp-content/plugins/updraftplus/images/addons-images/all.png'),(2225,'wp-content/plugins/updraftplus/images/addons-images/autobackup.png'),(2226,'wp-content/plugins/updraftplus/images/addons-images/azure.png'),(2227,'wp-content/plugins/updraftplus/images/addons-images/backblaze.png'),(2228,'wp-content/plugins/updraftplus/images/addons-images/cloudfiles-enhanced.png'),(2229,'wp-content/plugins/updraftplus/images/addons-images/dropbox-folders.png'),(2230,'wp-content/plugins/updraftplus/images/addons-images/fixtime.png'),(2231,'wp-content/plugins/updraftplus/images/addons-images/google-enhanced.png'),(2232,'wp-content/plugins/updraftplus/images/addons-images/googlecloud.png'),(2233,'wp-content/plugins/updraftplus/images/addons-images/importer.png'),(2234,'wp-content/plugins/updraftplus/images/addons-images/incremental.png'),(2235,'wp-content/plugins/updraftplus/images/addons-images/lockadmin.png'),(2236,'wp-content/plugins/updraftplus/images/addons-images/migrator.png'),(2237,'wp-content/plugins/updraftplus/images/addons-images/moredatabase.png'),(2238,'wp-content/plugins/updraftplus/images/addons-images/morefiles.png'),(2239,'wp-content/plugins/updraftplus/images/addons-images/morestorage.png'),(2240,'wp-content/plugins/updraftplus/images/addons-images/multisite.png'),(2241,'wp-content/plugins/updraftplus/images/addons-images/noadverts.png'),(2242,'wp-content/plugins/updraftplus/images/addons-images/onedrive.png'),(2243,'wp-content/plugins/updraftplus/images/addons-images/reporting.png'),(2244,'wp-content/plugins/updraftplus/images/addons-images/s3-enhanced.png'),(2245,'wp-content/plugins/updraftplus/images/addons-images/sftp.png'),(2246,'wp-content/plugins/updraftplus/images/addons-images/webdav.png'),(2247,'wp-content/plugins/updraftplus/images/addons-images/wp-cli.png'),(2248,'wp-content/plugins/updraftplus/images/automaticbackup.png'),(2249,'wp-content/plugins/updraftplus/images/aws_logo.png'),(2250,'wp-content/plugins/updraftplus/images/azure.png'),(2251,'wp-content/plugins/updraftplus/images/backblaze.png'),(2252,'wp-content/plugins/updraftplus/images/dashicon.png'),(2253,'wp-content/plugins/updraftplus/images/dreamobjects_logo-horiz-2013.png'),(2254,'wp-content/plugins/updraftplus/images/dropbox-logo.png'),(2255,'wp-content/plugins/updraftplus/images/googlecloud.png'),(2256,'wp-content/plugins/updraftplus/images/googledrive_logo.png'),(2257,'wp-content/plugins/updraftplus/images/icons/azure.png'),(2258,'wp-content/plugins/updraftplus/images/icons/backblaze.png'),(2259,'wp-content/plugins/updraftplus/images/icons/cloudfiles.png'),(2260,'wp-content/plugins/updraftplus/images/icons/dreamobjects.png'),(2261,'wp-content/plugins/updraftplus/images/icons/dropbox.png'),(2262,'wp-content/plugins/updraftplus/images/icons/email.png'),(2263,'wp-content/plugins/updraftplus/images/icons/folder.png'),(2264,'wp-content/plugins/updraftplus/images/icons/googlecloud.png'),(2265,'wp-content/plugins/updraftplus/images/icons/googledrive.png'),(2266,'wp-content/plugins/updraftplus/images/icons/lock.png'),(2267,'wp-content/plugins/updraftplus/images/icons/onedrive.png'),(2268,'wp-content/plugins/updraftplus/images/icons/openstack.png'),(2269,'wp-content/plugins/updraftplus/images/icons/s3.png'),(2270,'wp-content/plugins/updraftplus/images/icons/updraftvault.png'),(2271,'wp-content/plugins/updraftplus/images/icons/webdav.png'),(2272,'wp-content/plugins/updraftplus/images/notices/black_friday.png'),(2273,'wp-content/plugins/updraftplus/images/notices/christmas.png'),(2274,'wp-content/plugins/updraftplus/images/notices/keyy_logo.png'),(2275,'wp-content/plugins/updraftplus/images/notices/locksettings.png'),(2276,'wp-content/plugins/updraftplus/images/notices/metaslider_logo.png'),(2277,'wp-content/plugins/updraftplus/images/notices/new_year.png'),(2278,'wp-content/plugins/updraftplus/images/notices/reporting.png'),(2279,'wp-content/plugins/updraftplus/images/notices/spring.png'),(2280,'wp-content/plugins/updraftplus/images/notices/summer.png'),(2281,'wp-content/plugins/updraftplus/images/notices/support.png'),(2282,'wp-content/plugins/updraftplus/images/notices/updraft_logo.png'),(2283,'wp-content/plugins/updraftplus/images/notices/wp_optimize_logo.png'),(2284,'wp-content/plugins/updraftplus/images/onedrive.png'),(2285,'wp-content/plugins/updraftplus/images/other-plugins/keyy.png'),(2286,'wp-content/plugins/updraftplus/images/other-plugins/meta-slider.png'),(2287,'wp-content/plugins/updraftplus/images/other-plugins/updraft-central.png'),(2288,'wp-content/plugins/updraftplus/images/other-plugins/wp-optimize.png'),(2289,'wp-content/plugins/updraftplus/images/padlock-150.png'),(2290,'wp-content/plugins/updraftplus/images/rackspacecloud-logo.png'),(2291,'wp-content/plugins/updraftplus/images/ud-logo-150.png'),(2292,'wp-content/plugins/updraftplus/images/ud-logo.png'),(2293,'wp-content/plugins/updraftplus/images/udlogo-rotating.gif'),(2294,'wp-content/plugins/updraftplus/images/udp-logo-white.png'),(2295,'wp-content/plugins/updraftplus/images/updraft_central_logo.png'),(2296,'wp-content/plugins/updraftplus/images/updraft_cross.png'),(2297,'wp-content/plugins/updraftplus/images/updraft_freev.png'),(2298,'wp-content/plugins/updraftplus/images/updraft_premv.png'),(2299,'wp-content/plugins/updraftplus/images/updraft_tick.png'),(2300,'wp-content/plugins/updraftplus/images/updraft_vault_logo.png'),(2301,'wp-content/plugins/updraftplus/images/updraftcentral_cloud.png'),(2302,'wp-content/plugins/updraftplus/images/updraftclone_logo_white.png'),(2303,'wp-content/plugins/updraftplus/images/updraftvault-150.png'),(2304,'wp-content/plugins/updraftplus/images/upraftplus-clone-screenshot.jpg'),(2305,'wp-content/plugins/updraftplus/includes/Dropbox2/API.php'),(2306,'wp-content/plugins/updraftplus/includes/Dropbox2/Exception.php'),(2307,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/ConsumerAbstract.php'),(2308,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/Curl.php'),(2309,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Consumer/WordPress.php'),(2310,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/Encrypter.php'),(2311,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/StorageInterface.php'),(2312,'wp-content/plugins/updraftplus/includes/Dropbox2/OAuth/Storage/WordPress.php'),(2313,'wp-content/plugins/updraftplus/includes/Google/Auth/Abstract.php'),(2314,'wp-content/plugins/updraftplus/includes/Google/Auth/AppIdentity.php'),(2315,'wp-content/plugins/updraftplus/includes/Google/Auth/AssertionCredentials.php'),(2316,'wp-content/plugins/updraftplus/includes/Google/Auth/ComputeEngine.php'),(2317,'wp-content/plugins/updraftplus/includes/Google/Auth/Exception.php'),(2318,'wp-content/plugins/updraftplus/includes/Google/Auth/LoginTicket.php'),(2319,'wp-content/plugins/updraftplus/includes/Google/Auth/OAuth2.php'),(2320,'wp-content/plugins/updraftplus/includes/Google/Auth/Simple.php'),(2321,'wp-content/plugins/updraftplus/includes/Google/Cache/Abstract.php'),(2322,'wp-content/plugins/updraftplus/includes/Google/Cache/Apc.php'),(2323,'wp-content/plugins/updraftplus/includes/Google/Cache/Exception.php'),(2324,'wp-content/plugins/updraftplus/includes/Google/Cache/File.php'),(2325,'wp-content/plugins/updraftplus/includes/Google/Cache/Memcache.php'),(2326,'wp-content/plugins/updraftplus/includes/Google/Cache/Null.php'),(2327,'wp-content/plugins/updraftplus/includes/Google/Client.php'),(2328,'wp-content/plugins/updraftplus/includes/Google/Collection.php'),(2329,'wp-content/plugins/updraftplus/includes/Google/Config.php'),(2330,'wp-content/plugins/updraftplus/includes/Google/Exception.php'),(2331,'wp-content/plugins/updraftplus/includes/Google/Http/Batch.php'),(2332,'wp-content/plugins/updraftplus/includes/Google/Http/CacheParser.php'),(2333,'wp-content/plugins/updraftplus/includes/Google/Http/MediaFileUpload.php'),(2334,'wp-content/plugins/updraftplus/includes/Google/Http/REST.php'),(2335,'wp-content/plugins/updraftplus/includes/Google/Http/Request.php'),(2336,'wp-content/plugins/updraftplus/includes/Google/IO/Abstract.php'),(2337,'wp-content/plugins/updraftplus/includes/Google/IO/Curl.php'),(2338,'wp-content/plugins/updraftplus/includes/Google/IO/Exception.php'),(2339,'wp-content/plugins/updraftplus/includes/Google/IO/Stream.php'),(2340,'wp-content/plugins/updraftplus/includes/Google/IO/cacerts.pem'),(2341,'wp-content/plugins/updraftplus/includes/Google/Logger/Abstract.php'),(2342,'wp-content/plugins/updraftplus/includes/Google/Logger/Exception.php'),(2343,'wp-content/plugins/updraftplus/includes/Google/Logger/File.php'),(2344,'wp-content/plugins/updraftplus/includes/Google/Logger/Null.php'),(2345,'wp-content/plugins/updraftplus/includes/Google/Logger/Psr.php'),(2346,'wp-content/plugins/updraftplus/includes/Google/Model.php'),(2347,'wp-content/plugins/updraftplus/includes/Google/Service/Audit.php'),(2348,'wp-content/plugins/updraftplus/includes/Google/Service/Container.php'),(2349,'wp-content/plugins/updraftplus/includes/Google/Service/Datastore.php'),(2350,'wp-content/plugins/updraftplus/includes/Google/Service/Directory.php'),(2351,'wp-content/plugins/updraftplus/includes/Google/Service/Dns.php'),(2352,'wp-content/plugins/updraftplus/includes/Google/Service/Drive.php'),(2353,'wp-content/plugins/updraftplus/includes/Google/Service/Exception.php'),(2354,'wp-content/plugins/updraftplus/includes/Google/Service/GroupsMigration.php'),(2355,'wp-content/plugins/updraftplus/includes/Google/Service/Groupssettings.php'),(2356,'wp-content/plugins/updraftplus/includes/Google/Service/IdentityToolkit.php'),(2357,'wp-content/plugins/updraftplus/includes/Google/Service/Licensing.php'),(2358,'wp-content/plugins/updraftplus/includes/Google/Service/Logging.php'),(2359,'wp-content/plugins/updraftplus/includes/Google/Service/Oauth2.php'),(2360,'wp-content/plugins/updraftplus/includes/Google/Service/Reports.php'),(2361,'wp-content/plugins/updraftplus/includes/Google/Service/Resource.php'),(2362,'wp-content/plugins/updraftplus/includes/Google/Service/Resourceviews.php'),(2363,'wp-content/plugins/updraftplus/includes/Google/Service/Storage.php'),(2364,'wp-content/plugins/updraftplus/includes/Google/Service/Tasks.php'),(2365,'wp-content/plugins/updraftplus/includes/Google/Service.php'),(2366,'wp-content/plugins/updraftplus/includes/Google/Signer/Abstract.php'),(2367,'wp-content/plugins/updraftplus/includes/Google/Signer/P12.php'),(2368,'wp-content/plugins/updraftplus/includes/Google/Task/Exception.php'),(2369,'wp-content/plugins/updraftplus/includes/Google/Task/Retryable.php'),(2370,'wp-content/plugins/updraftplus/includes/Google/Task/Runner.php'),(2371,'wp-content/plugins/updraftplus/includes/Google/Utils/URITemplate.php'),(2372,'wp-content/plugins/updraftplus/includes/Google/Utils.php'),(2373,'wp-content/plugins/updraftplus/includes/Google/Verifier/Abstract.php'),(2374,'wp-content/plugins/updraftplus/includes/Google/Verifier/Pem.php'),(2375,'wp-content/plugins/updraftplus/includes/Google/autoload.php'),(2376,'wp-content/plugins/updraftplus/includes/S3.php'),(2377,'wp-content/plugins/updraftplus/includes/S3compat.php'),(2378,'wp-content/plugins/updraftplus/includes/cacert.pem'),(2379,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/loader.svg'),(2380,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.css'),(2381,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.js'),(2382,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.css'),(2383,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.css.map'),(2384,'wp-content/plugins/updraftplus/includes/checkout-embed/assets/udp-checkout-embed.min.js'),(2385,'wp-content/plugins/updraftplus/includes/checkout-embed/class-udp-checkout-embed.php'),(2386,'wp-content/plugins/updraftplus/includes/checkout-embed/products.json'),(2387,'wp-content/plugins/updraftplus/includes/checkout-embed/readme.md'),(2388,'wp-content/plugins/updraftplus/includes/class-backup-history.php'),(2389,'wp-content/plugins/updraftplus/includes/class-commands.php'),(2390,'wp-content/plugins/updraftplus/includes/class-database-utility.php'),(2391,'wp-content/plugins/updraftplus/includes/class-filesystem-functions.php'),(2392,'wp-content/plugins/updraftplus/includes/class-job-scheduler.php'),(2393,'wp-content/plugins/updraftplus/includes/class-manipulation-functions.php'),(2394,'wp-content/plugins/updraftplus/includes/class-partialfileservlet.php'),(2395,'wp-content/plugins/updraftplus/includes/class-remote-send.php'),(2396,'wp-content/plugins/updraftplus/includes/class-semaphore.php'),(2397,'wp-content/plugins/updraftplus/includes/class-storage-methods-interface.php'),(2398,'wp-content/plugins/updraftplus/includes/class-udrpc.php'),(2399,'wp-content/plugins/updraftplus/includes/class-updraft-dashboard-news.php'),(2400,'wp-content/plugins/updraftplus/includes/class-updraftcentral-updraftplus-commands.php'),(2401,'wp-content/plugins/updraftplus/includes/class-updraftplus-encryption.php'),(2402,'wp-content/plugins/updraftplus/includes/class-wpadmin-commands.php'),(2403,'wp-content/plugins/updraftplus/includes/class-zip.php'),(2404,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles.php'),(2405,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_exceptions.php'),(2406,'wp-content/plugins/updraftplus/includes/cloudfiles/cloudfiles_http.php'),(2407,'wp-content/plugins/updraftplus/includes/deprecated-actions.php'),(2408,'wp-content/plugins/updraftplus/includes/ftp.class.php'),(2409,'wp-content/plugins/updraftplus/includes/get-cpanel-quota-usage.pl'),(2410,'wp-content/plugins/updraftplus/includes/google-extensions.php'),(2411,'wp-content/plugins/updraftplus/includes/handlebars/LICENSE'),(2412,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.js'),(2413,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.min.js'),(2414,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.js'),(2415,'wp-content/plugins/updraftplus/includes/handlebars/handlebars.runtime.min.js'),(2416,'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_18_b81900_40x40.png'),(2417,'wp-content/plugins/updraftplus/includes/images/ui-bg_diagonals-thick_20_666666_40x40.png'),(2418,'wp-content/plugins/updraftplus/includes/images/ui-bg_flat_10_000000_40x100.png'),(2419,'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_f6f6f6_1x400.png'),(2420,'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_100_fdf5ce_1x400.png'),(2421,'wp-content/plugins/updraftplus/includes/images/ui-bg_glass_65_ffffff_1x400.png'),(2422,'wp-content/plugins/updraftplus/includes/images/ui-bg_gloss-wave_35_f6a828_500x100.png'),(2423,'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_100_eeeeee_1x100.png'),(2424,'wp-content/plugins/updraftplus/includes/images/ui-bg_highlight-soft_75_ffe45c_1x100.png'),(2425,'wp-content/plugins/updraftplus/includes/images/ui-icons_222222_256x240.png'),(2426,'wp-content/plugins/updraftplus/includes/images/ui-icons_228ef1_256x240.png'),(2427,'wp-content/plugins/updraftplus/includes/images/ui-icons_ef8c08_256x240.png'),(2428,'wp-content/plugins/updraftplus/includes/images/ui-icons_ffd27a_256x240.png'),(2429,'wp-content/plugins/updraftplus/includes/images/ui-icons_ffffff_256x240.png'),(2430,'wp-content/plugins/updraftplus/includes/jquery-ui.custom.css'),(2431,'wp-content/plugins/updraftplus/includes/jquery-ui.custom.min.css'),(2432,'wp-content/plugins/updraftplus/includes/jquery-ui.custom.min.css.map'),(2433,'wp-content/plugins/updraftplus/includes/jquery.blockUI.js'),(2434,'wp-content/plugins/updraftplus/includes/jquery.blockUI.min.js'),(2435,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.js'),(2436,'wp-content/plugins/updraftplus/includes/jquery.serializeJSON/jquery.serializejson.min.js'),(2437,'wp-content/plugins/updraftplus/includes/jstree/jstree.js'),(2438,'wp-content/plugins/updraftplus/includes/jstree/jstree.min.js'),(2439,'wp-content/plugins/updraftplus/includes/jstree/themes/default/32px.png'),(2440,'wp-content/plugins/updraftplus/includes/jstree/themes/default/40px.png'),(2441,'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.css'),(2442,'wp-content/plugins/updraftplus/includes/jstree/themes/default/style.min.css'),(2443,'wp-content/plugins/updraftplus/includes/jstree/themes/default/throbber.gif'),(2444,'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/32px.png'),(2445,'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/40px.png'),(2446,'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.css'),(2447,'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/style.min.css'),(2448,'wp-content/plugins/updraftplus/includes/jstree/themes/default-dark/throbber.gif'),(2449,'wp-content/plugins/updraftplus/includes/labelauty/LICENSE'),(2450,'wp-content/plugins/updraftplus/includes/labelauty/images/input-checked.png'),(2451,'wp-content/plugins/updraftplus/includes/labelauty/images/input-unchecked.png'),(2452,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.css'),(2453,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.js'),(2454,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.css'),(2455,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.css.map'),(2456,'wp-content/plugins/updraftplus/includes/labelauty/jquery-labelauty.min.js'),(2457,'wp-content/plugins/updraftplus/includes/tether/LICENSE'),(2458,'wp-content/plugins/updraftplus/includes/tether/tether.js'),(2459,'wp-content/plugins/updraftplus/includes/tether/tether.min.js'),(2460,'wp-content/plugins/updraftplus/includes/tether-shepherd/LICENSE'),(2461,'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.js'),(2462,'wp-content/plugins/updraftplus/includes/tether-shepherd/shepherd.min.js'),(2463,'wp-content/plugins/updraftplus/includes/tether-shepherd/tether.js'),(2464,'wp-content/plugins/updraftplus/includes/updraft-admin-common.js'),(2465,'wp-content/plugins/updraftplus/includes/updraft-admin-common.min.js'),(2466,'wp-content/plugins/updraftplus/includes/updraft-notices.php'),(2467,'wp-content/plugins/updraftplus/includes/updraft-restorer-skin-compatibility.php'),(2468,'wp-content/plugins/updraftplus/includes/updraft-restorer-skin.php'),(2469,'wp-content/plugins/updraftplus/includes/updraftcentral.php'),(2470,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-auto-login.php'),(2471,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-dash-notice.php'),(2472,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-restore.php'),(2473,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-status.php'),(2474,'wp-content/plugins/updraftplus/includes/updraftclone/temporary-clone-user-notice.php'),(2475,'wp-content/plugins/updraftplus/includes/updraftplus-clone.php'),(2476,'wp-content/plugins/updraftplus/includes/updraftplus-login.php'),(2477,'wp-content/plugins/updraftplus/includes/updraftplus-notices.php'),(2478,'wp-content/plugins/updraftplus/includes/updraftplus-tour.php'),(2479,'wp-content/plugins/updraftplus/includes/updraftvault.php'),(2480,'wp-content/plugins/updraftplus/index.html'),(2481,'wp-content/plugins/updraftplus/js/tour.js'),(2482,'wp-content/plugins/updraftplus/js/tour.min.js'),(2483,'wp-content/plugins/updraftplus/js/updraft-admin-restore.js'),(2484,'wp-content/plugins/updraftplus/js/updraft-admin-restore.min.js'),(2485,'wp-content/plugins/updraftplus/languages/updraftplus-af.mo'),(2486,'wp-content/plugins/updraftplus/languages/updraftplus-af.po'),(2487,'wp-content/plugins/updraftplus/languages/updraftplus-ar.mo'),(2488,'wp-content/plugins/updraftplus/languages/updraftplus-ar.po'),(2489,'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.mo'),(2490,'wp-content/plugins/updraftplus/languages/updraftplus-bg_BG.po'),(2491,'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.mo'),(2492,'wp-content/plugins/updraftplus/languages/updraftplus-bn_BD.po'),(2493,'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.mo'),(2494,'wp-content/plugins/updraftplus/languages/updraftplus-bs_BA.po'),(2495,'wp-content/plugins/updraftplus/languages/updraftplus-ca.mo'),(2496,'wp-content/plugins/updraftplus/languages/updraftplus-ca.po'),(2497,'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.mo'),(2498,'wp-content/plugins/updraftplus/languages/updraftplus-da_DK.po'),(2499,'wp-content/plugins/updraftplus/languages/updraftplus-el.mo'),(2500,'wp-content/plugins/updraftplus/languages/updraftplus-el.po'),(2501,'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.mo'),(2502,'wp-content/plugins/updraftplus/languages/updraftplus-es_AR.po'),(2503,'wp-content/plugins/updraftplus/languages/updraftplus-es_CO.mo'),(2504,'wp-content/plugins/updraftplus/languages/updraftplus-es_CO.po'),(2505,'wp-content/plugins/updraftplus/languages/updraftplus-es_MX.mo'),(2506,'wp-content/plugins/updraftplus/languages/updraftplus-es_MX.po'),(2507,'wp-content/plugins/updraftplus/languages/updraftplus-es_VE.mo'),(2508,'wp-content/plugins/updraftplus/languages/updraftplus-es_VE.po'),(2509,'wp-content/plugins/updraftplus/languages/updraftplus-eu.mo'),(2510,'wp-content/plugins/updraftplus/languages/updraftplus-eu.po'),(2511,'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.mo'),(2512,'wp-content/plugins/updraftplus/languages/updraftplus-fa_IR.po'),(2513,'wp-content/plugins/updraftplus/languages/updraftplus-fi.mo'),(2514,'wp-content/plugins/updraftplus/languages/updraftplus-fi.po'),(2515,'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.mo'),(2516,'wp-content/plugins/updraftplus/languages/updraftplus-fr_CA.po'),(2517,'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.mo'),(2518,'wp-content/plugins/updraftplus/languages/updraftplus-he_IL.po'),(2519,'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.mo'),(2520,'wp-content/plugins/updraftplus/languages/updraftplus-hi_IN.po'),(2521,'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.mo'),(2522,'wp-content/plugins/updraftplus/languages/updraftplus-hu_HU.po'),(2523,'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.mo'),(2524,'wp-content/plugins/updraftplus/languages/updraftplus-id_ID.po'),(2525,'wp-content/plugins/updraftplus/languages/updraftplus-ja.mo'),(2526,'wp-content/plugins/updraftplus/languages/updraftplus-ja.po'),(2527,'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.mo'),(2528,'wp-content/plugins/updraftplus/languages/updraftplus-ko_KR.po'),(2529,'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.mo'),(2530,'wp-content/plugins/updraftplus/languages/updraftplus-lt_LT.po'),(2531,'wp-content/plugins/updraftplus/languages/updraftplus-nl_NL.mo'),(2532,'wp-content/plugins/updraftplus/languages/updraftplus-nl_NL.po'),(2533,'wp-content/plugins/updraftplus/languages/updraftplus-no.mo'),(2534,'wp-content/plugins/updraftplus/languages/updraftplus-no.po'),(2535,'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.mo'),(2536,'wp-content/plugins/updraftplus/languages/updraftplus-pt_BR.po'),(2537,'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.mo'),(2538,'wp-content/plugins/updraftplus/languages/updraftplus-ru_RU.po'),(2539,'wp-content/plugins/updraftplus/languages/updraftplus-sk_SK.mo'),(2540,'wp-content/plugins/updraftplus/languages/updraftplus-sk_SK.po'),(2541,'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.mo'),(2542,'wp-content/plugins/updraftplus/languages/updraftplus-sl_SI.po'),(2543,'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.mo'),(2544,'wp-content/plugins/updraftplus/languages/updraftplus-sr_RS.po'),(2545,'wp-content/plugins/updraftplus/languages/updraftplus-te.mo'),(2546,'wp-content/plugins/updraftplus/languages/updraftplus-te.po'),(2547,'wp-content/plugins/updraftplus/languages/updraftplus-th.mo'),(2548,'wp-content/plugins/updraftplus/languages/updraftplus-th.po'),(2549,'wp-content/plugins/updraftplus/languages/updraftplus-tl.mo'),(2550,'wp-content/plugins/updraftplus/languages/updraftplus-tl.po'),(2551,'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.mo'),(2552,'wp-content/plugins/updraftplus/languages/updraftplus-tr_TR.po'),(2553,'wp-content/plugins/updraftplus/languages/updraftplus-ur.mo'),(2554,'wp-content/plugins/updraftplus/languages/updraftplus-ur.po'),(2555,'wp-content/plugins/updraftplus/languages/updraftplus-vi.mo'),(2556,'wp-content/plugins/updraftplus/languages/updraftplus-vi.po'),(2557,'wp-content/plugins/updraftplus/languages/updraftplus-zh_CN.mo'),(2558,'wp-content/plugins/updraftplus/languages/updraftplus-zh_CN.po'),(2559,'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.mo'),(2560,'wp-content/plugins/updraftplus/languages/updraftplus-zh_HK.po'),(2561,'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.mo'),(2562,'wp-content/plugins/updraftplus/languages/updraftplus-zh_TW.po'),(2563,'wp-content/plugins/updraftplus/languages/updraftplus.pot'),(2564,'wp-content/plugins/updraftplus/methods/addon-base-v2.php'),(2565,'wp-content/plugins/updraftplus/methods/addon-not-yet-present.php'),(2566,'wp-content/plugins/updraftplus/methods/azure.php'),(2567,'wp-content/plugins/updraftplus/methods/backblaze.php'),(2568,'wp-content/plugins/updraftplus/methods/backup-module.php'),(2569,'wp-content/plugins/updraftplus/methods/cloudfiles-new.php'),(2570,'wp-content/plugins/updraftplus/methods/cloudfiles.php'),(2571,'wp-content/plugins/updraftplus/methods/dreamobjects.php'),(2572,'wp-content/plugins/updraftplus/methods/dropbox.php'),(2573,'wp-content/plugins/updraftplus/methods/email.php'),(2574,'wp-content/plugins/updraftplus/methods/ftp.php'),(2575,'wp-content/plugins/updraftplus/methods/googlecloud.php'),(2576,'wp-content/plugins/updraftplus/methods/googledrive.php'),(2577,'wp-content/plugins/updraftplus/methods/insufficient.php'),(2578,'wp-content/plugins/updraftplus/methods/onedrive.php'),(2579,'wp-content/plugins/updraftplus/methods/openstack-base.php'),(2580,'wp-content/plugins/updraftplus/methods/openstack.php'),(2581,'wp-content/plugins/updraftplus/methods/openstack2.php'),(2582,'wp-content/plugins/updraftplus/methods/remotesend.php'),(2583,'wp-content/plugins/updraftplus/methods/s3.php'),(2584,'wp-content/plugins/updraftplus/methods/s3generic.php'),(2585,'wp-content/plugins/updraftplus/methods/sftp.php'),(2586,'wp-content/plugins/updraftplus/methods/template.php'),(2587,'wp-content/plugins/updraftplus/methods/updraftvault.php'),(2588,'wp-content/plugins/updraftplus/methods/webdav.php'),(2589,'wp-content/plugins/updraftplus/options.php'),(2590,'wp-content/plugins/updraftplus/readme.txt'),(2591,'wp-content/plugins/updraftplus/restorer.php'),(2592,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/advanced-tools.php'),(2593,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/export-settings.php'),(2594,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/lock-admin.php'),(2595,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/search-replace.php'),(2596,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/site-info.php'),(2597,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/tools-menu.php'),(2598,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/total-size.php'),(2599,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/updraftcentral.php'),(2600,'wp-content/plugins/updraftplus/templates/wp-admin/advanced/wipe-settings.php'),(2601,'wp-content/plugins/updraftplus/templates/wp-admin/notices/autobackup-notice.php'),(2602,'wp-content/plugins/updraftplus/templates/wp-admin/notices/bottom-notice.php'),(2603,'wp-content/plugins/updraftplus/templates/wp-admin/notices/horizontal-notice.php'),(2604,'wp-content/plugins/updraftplus/templates/wp-admin/notices/report-plain.php'),(2605,'wp-content/plugins/updraftplus/templates/wp-admin/notices/report.php'),(2606,'wp-content/plugins/updraftplus/templates/wp-admin/notices/thanks-for-using-main-dash.php'),(2607,'wp-content/plugins/updraftplus/templates/wp-admin/settings/backupnow-modal.php'),(2608,'wp-content/plugins/updraftplus/templates/wp-admin/settings/delete-and-restore-modals.php'),(2609,'wp-content/plugins/updraftplus/templates/wp-admin/settings/downloading-and-restoring.php'),(2610,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-modal.php'),(2611,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-heading.php'),(2612,'wp-content/plugins/updraftplus/templates/wp-admin/settings/exclude-settings-modal/exclude-panel-submit.php'),(2613,'wp-content/plugins/updraftplus/templates/wp-admin/settings/existing-backups-table.php'),(2614,'wp-content/plugins/updraftplus/templates/wp-admin/settings/file-backup-exclude.php'),(2615,'wp-content/plugins/updraftplus/templates/wp-admin/settings/footer.php'),(2616,'wp-content/plugins/updraftplus/templates/wp-admin/settings/form-contents.php'),(2617,'wp-content/plugins/updraftplus/templates/wp-admin/settings/header.php'),(2618,'wp-content/plugins/updraftplus/templates/wp-admin/settings/migrator-no-migrator.php'),(2619,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-addons.php'),(2620,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-backups.php'),(2621,'wp-content/plugins/updraftplus/templates/wp-admin/settings/tab-bar.php'),(2622,'wp-content/plugins/updraftplus/templates/wp-admin/settings/take-backup.php'),(2623,'wp-content/plugins/updraftplus/templates/wp-admin/settings/temporary-clone.php'),(2624,'wp-content/plugins/updraftplus/templates/wp-admin/settings/updraftcentral-connect.php'),(2625,'wp-content/plugins/updraftplus/templates/wp-admin/settings/upload-backups-modal.php'),(2626,'wp-content/plugins/updraftplus/updraftplus.php'),(2627,'wp-content/plugins/updraftplus/vendor/autoload.php'),(2628,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/LICENSE.md'),(2629,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/NOTICE.md'),(2630,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/composer.json'),(2631,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Aws.php'),(2632,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AbstractClient.php'),(2633,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/AwsClientInterface.php'),(2634,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ClientBuilder.php'),(2635,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/DefaultClient.php'),(2636,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ExpiredCredentialsChecker.php'),(2637,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/ThrottlingErrorChecker.php'),(2638,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UploadBodyListener.php'),(2639,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Client/UserAgentListener.php'),(2640,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/AwsQueryVisitor.php'),(2641,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/JsonCommand.php'),(2642,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/QueryCommand.php'),(2643,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Command/XmlResponseLocationVisitor.php'),(2644,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractCredentialsDecorator.php'),(2645,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/AbstractRefreshableCredentials.php'),(2646,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CacheableCredentials.php'),(2647,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/Credentials.php'),(2648,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/CredentialsInterface.php'),(2649,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/NullCredentials.php'),(2650,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Credentials/RefreshableInstanceProfileCredentials.php'),(2651,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/ClientOptions.php'),(2652,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/DateFormat.php'),(2653,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Region.php'),(2654,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Size.php'),(2655,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/Time.php'),(2656,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum/UaString.php'),(2657,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Enum.php'),(2658,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/AwsExceptionInterface.php'),(2659,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/BadMethodCallException.php'),(2660,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/DomainException.php'),(2661,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionFactoryInterface.php'),(2662,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ExceptionListener.php'),(2663,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InstanceProfileCredentialsException.php'),(2664,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/InvalidArgumentException.php'),(2665,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/LogicException.php'),(2666,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/MultipartUploadException.php'),(2667,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/NamespaceExceptionFactory.php'),(2668,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OutOfBoundsException.php'),(2669,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/OverflowException.php'),(2670,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/AbstractJsonExceptionParser.php'),(2671,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/DefaultXmlExceptionParser.php'),(2672,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/ExceptionParserInterface.php'),(2673,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonQueryExceptionParser.php'),(2674,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/Parser/JsonRestExceptionParser.php'),(2675,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RequiredExtensionNotLoadedException.php'),(2676,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/RuntimeException.php'),(2677,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/ServiceResponseException.php'),(2678,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/TransferException.php'),(2679,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Exception/UnexpectedValueException.php'),(2680,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/Facade.php'),(2681,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/FacadeInterface.php'),(2682,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Facade/facade-classes.php'),(2683,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHash.php'),(2684,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/ChunkHashInterface.php'),(2685,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/HashUtils.php'),(2686,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Hash/TreeHash.php'),(2687,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/HostNameUtils.php'),(2688,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/InstanceMetadataClient.php'),(2689,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/InstanceMetadata/Waiter/ServiceAvailable.php'),(2690,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIterator.php'),(2691,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Iterator/AwsResourceIteratorFactory.php'),(2692,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransfer.php'),(2693,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractTransferState.php'),(2694,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadBuilder.php'),(2695,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadId.php'),(2696,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/AbstractUploadPart.php'),(2697,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferInterface.php'),(2698,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/TransferStateInterface.php'),(2699,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadIdInterface.php'),(2700,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Model/MultipartUpload/UploadPartInterface.php'),(2701,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/aws-config.php'),(2702,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/public-endpoints.php'),(2703,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Resources/sdk1-config.php'),(2704,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/RulesEndpointProvider.php'),(2705,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/AbstractSignature.php'),(2706,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/EndpointSignatureInterface.php'),(2707,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureInterface.php'),(2708,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureListener.php'),(2709,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV2.php'),(2710,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV3Https.php'),(2711,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Signature/SignatureV4.php'),(2712,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractResourceWaiter.php'),(2713,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/AbstractWaiter.php'),(2714,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CallableWaiter.php'),(2715,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/CompositeWaiterFactory.php'),(2716,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ConfigResourceWaiter.php'),(2717,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/ResourceWaiterInterface.php'),(2718,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterClassFactory.php'),(2719,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfig.php'),(2720,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterConfigFactory.php'),(2721,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterFactoryInterface.php'),(2722,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/Common/Waiter/WaiterInterface.php'),(2723,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/AcpListener.php'),(2724,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/BucketStyleListener.php'),(2725,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Command/S3Command.php'),(2726,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/CannedAcl.php'),(2727,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/EncodingType.php'),(2728,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Event.php'),(2729,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/GranteeType.php'),(2730,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Group.php'),(2731,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MFADelete.php'),(2732,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/MetadataDirective.php'),(2733,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Payer.php'),(2734,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Permission.php'),(2735,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Protocol.php'),(2736,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/ServerSideEncryption.php'),(2737,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Status.php'),(2738,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/Storage.php'),(2739,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Enum/StorageClass.php'),(2740,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccessDeniedException.php'),(2741,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AccountProblemException.php'),(2742,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/AmbiguousGrantByEmailAddressException.php'),(2743,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BadDigestException.php'),(2744,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyExistsException.php'),(2745,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketAlreadyOwnedByYouException.php'),(2746,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/BucketNotEmptyException.php'),(2747,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CredentialsNotSupportedException.php'),(2748,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/CrossLocationLoggingProhibitedException.php'),(2749,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/DeleteMultipleObjectsException.php'),(2750,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooLargeException.php'),(2751,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/EntityTooSmallException.php'),(2752,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ExpiredTokenException.php'),(2753,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IllegalVersioningConfigurationException.php'),(2754,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncompleteBodyException.php'),(2755,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/IncorrectNumberOfFilesInPostRequestException.php'),(2756,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InlineDataTooLargeException.php'),(2757,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InternalErrorException.php'),(2758,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAccessKeyIdException.php'),(2759,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidAddressingHeaderException.php'),(2760,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidArgumentException.php'),(2761,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketNameException.php'),(2762,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidBucketStateException.php'),(2763,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidDigestException.php'),(2764,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidLocationConstraintException.php'),(2765,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartException.php'),(2766,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPartOrderException.php'),(2767,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPayerException.php'),(2768,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidPolicyDocumentException.php'),(2769,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRangeException.php'),(2770,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidRequestException.php'),(2771,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSOAPRequestException.php'),(2772,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidSecurityException.php'),(2773,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidStorageClassException.php'),(2774,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTagErrorException.php'),(2775,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTargetBucketForLoggingException.php'),(2776,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidTokenException.php'),(2777,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/InvalidURIException.php'),(2778,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/KeyTooLongException.php'),(2779,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedACLErrorException.php'),(2780,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedPOSTRequestException.php'),(2781,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MalformedXMLException.php'),(2782,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxMessageLengthExceededException.php'),(2783,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MaxPostPreDataLengthExceededErrorException.php'),(2784,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MetadataTooLargeException.php'),(2785,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MethodNotAllowedException.php'),(2786,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingAttachmentException.php'),(2787,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingContentLengthException.php'),(2788,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingRequestBodyErrorException.php'),(2789,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityElementException.php'),(2790,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/MissingSecurityHeaderException.php'),(2791,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoLoggingStatusForKeyException.php'),(2792,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketException.php'),(2793,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchBucketPolicyException.php'),(2794,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchCORSConfigurationException.php'),(2795,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchKeyException.php'),(2796,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchLifecycleConfigurationException.php'),(2797,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetErrorException.php'),(2798,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchTagSetException.php'),(2799,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchUploadException.php'),(2800,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchVersionException.php'),(2801,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NoSuchWebsiteConfigurationException.php'),(2802,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotImplementedException.php'),(2803,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSignedUpException.php'),(2804,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/NotSuchBucketPolicyException.php'),(2805,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectAlreadyInActiveTierErrorException.php'),(2806,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ObjectNotInActiveTierErrorException.php'),(2807,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/OperationAbortedException.php'),(2808,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/Parser/S3ExceptionParser.php'),(2809,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PermanentRedirectException.php'),(2810,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/PreconditionFailedException.php'),(2811,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RedirectException.php'),(2812,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestIsNotMultiPartContentException.php'),(2813,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeTooSkewedException.php'),(2814,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTimeoutException.php'),(2815,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/RequestTorrentOfBucketErrorException.php'),(2816,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/S3Exception.php'),(2817,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/ServiceUnavailableException.php'),(2818,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SignatureDoesNotMatchException.php'),(2819,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/SlowDownException.php'),(2820,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TemporaryRedirectException.php'),(2821,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TokenRefreshRequiredException.php'),(2822,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/TooManyBucketsException.php'),(2823,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnexpectedContentException.php'),(2824,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UnresolvableGrantByEmailAddressException.php'),(2825,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Exception/UserKeyMustBeSpecifiedException.php'),(2826,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/IncompleteMultipartUploadChecker.php'),(2827,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListBucketsIterator.php'),(2828,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListMultipartUploadsIterator.php'),(2829,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectVersionsIterator.php'),(2830,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/ListObjectsIterator.php'),(2831,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Iterator/OpendirIterator.php'),(2832,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Acp.php'),(2833,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/AcpBuilder.php'),(2834,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/ClearBucket.php'),(2835,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsBatch.php'),(2836,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/DeleteObjectsTransfer.php'),(2837,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grant.php'),(2838,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/Grantee.php'),(2839,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/AbstractTransfer.php'),(2840,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/ParallelTransfer.php'),(2841,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/SerialTransfer.php'),(2842,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/TransferState.php'),(2843,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadBuilder.php'),(2844,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadId.php'),(2845,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/MultipartUpload/UploadPart.php'),(2846,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Model/PostObject.php'),(2847,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Resources/s3-2006-03-01.php'),(2848,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/ResumableDownload.php'),(2849,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Client.php'),(2850,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Md5Listener.php'),(2851,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3Signature.php'),(2852,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureInterface.php'),(2853,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/S3SignatureV4.php'),(2854,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SocketTimeoutChecker.php'),(2855,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/SseCpkListener.php'),(2856,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/StreamWrapper.php'),(2857,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSync.php'),(2858,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/AbstractSyncBuilder.php'),(2859,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/ChangedFilesIterator.php'),(2860,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSync.php'),(2861,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/DownloadSyncBuilder.php'),(2862,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/FilenameConverterInterface.php'),(2863,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/KeyConverter.php'),(2864,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSync.php'),(2865,'wp-content/plugins/updraftplus/vendor/aws/aws-sdk-php/src/Aws/S3/Sync/UploadSyncBuilder.php'),(2866,'wp-content/plugins/updraftplus/vendor/composer/ClassLoader.php'),(2867,'wp-content/plugins/updraftplus/vendor/composer/LICENSE'),(2868,'wp-content/plugins/updraftplus/vendor/composer/autoload_classmap.php'),(2869,'wp-content/plugins/updraftplus/vendor/composer/autoload_files.php'),(2870,'wp-content/plugins/updraftplus/vendor/composer/autoload_namespaces.php'),(2871,'wp-content/plugins/updraftplus/vendor/composer/autoload_psr4.php'),(2872,'wp-content/plugins/updraftplus/vendor/composer/autoload_real.php'),(2873,'wp-content/plugins/updraftplus/vendor/composer/autoload_static.php'),(2874,'wp-content/plugins/updraftplus/vendor/composer/include_paths.php'),(2875,'wp-content/plugins/updraftplus/vendor/composer/installed.json'),(2876,'wp-content/plugins/updraftplus/vendor/eher/oauth/README.md'),(2877,'wp-content/plugins/updraftplus/vendor/eher/oauth/composer.json'),(2878,'wp-content/plugins/updraftplus/vendor/eher/oauth/phpunit.xml.dist'),(2879,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Consumer.php'),(2880,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/HmacSha1.php'),(2881,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthDataStore.php'),(2882,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthException.php'),(2883,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/OAuthServer.php'),(2884,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/PlainText.php'),(2885,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Request.php'),(2886,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/RsaSha1.php'),(2887,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/SignatureMethod.php'),(2888,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Token.php'),(2889,'wp-content/plugins/updraftplus/vendor/eher/oauth/src/Eher/OAuth/Util.php'),(2890,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/CHANGELOG.md'),(2891,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/LICENSE'),(2892,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/README.md'),(2893,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/UPGRADING.md'),(2894,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/build.xml'),(2895,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/composer.json'),(2896,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phar-stub.php'),(2897,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/phpunit.xml.dist'),(2898,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/AbstractBatchDecorator.php'),(2899,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Batch.php'),(2900,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchBuilder.php'),(2901,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureDivisor.php'),(2902,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchClosureTransfer.php'),(2903,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchCommandTransfer.php'),(2904,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchDivisorInterface.php'),(2905,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchInterface.php'),(2906,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchRequestTransfer.php'),(2907,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchSizeDivisor.php'),(2908,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/BatchTransferInterface.php'),(2909,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/Exception/BatchTransferException.php'),(2910,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/ExceptionBufferingBatch.php'),(2911,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/FlushingBatch.php'),(2912,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/HistoryBatch.php'),(2913,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/NotifyingBatch.php'),(2914,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Batch/composer.json'),(2915,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/AbstractCacheAdapter.php'),(2916,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterFactory.php'),(2917,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/CacheAdapterInterface.php'),(2918,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/ClosureCacheAdapter.php'),(2919,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/DoctrineCacheAdapter.php'),(2920,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/NullCacheAdapter.php'),(2921,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf1CacheAdapter.php'),(2922,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/Zf2CacheAdapter.php'),(2923,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Cache/composer.json'),(2924,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/AbstractHasDispatcher.php'),(2925,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Collection.php'),(2926,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Event.php'),(2927,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/BadMethodCallException.php'),(2928,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/ExceptionCollection.php'),(2929,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/GuzzleException.php'),(2930,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/InvalidArgumentException.php'),(2931,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/RuntimeException.php'),(2932,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Exception/UnexpectedValueException.php'),(2933,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/FromConfigInterface.php'),(2934,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/HasDispatcherInterface.php'),(2935,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/ToArrayInterface.php'),(2936,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/Version.php'),(2937,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Common/composer.json'),(2938,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/AbstractEntityBodyDecorator.php'),(2939,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/CachingEntityBody.php'),(2940,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Client.php'),(2941,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ClientInterface.php'),(2942,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlHandle.php'),(2943,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMulti.php'),(2944,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiInterface.php'),(2945,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlMultiProxy.php'),(2946,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/CurlVersion.php'),(2947,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Curl/RequestMediator.php'),(2948,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBody.php'),(2949,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/EntityBodyInterface.php'),(2950,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/BadResponseException.php'),(2951,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ClientErrorResponseException.php'),(2952,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CouldNotRewindStreamException.php'),(2953,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/CurlException.php'),(2954,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/HttpException.php'),(2955,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/MultiTransferException.php'),(2956,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/RequestException.php'),(2957,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/ServerErrorResponseException.php'),(2958,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Exception/TooManyRedirectsException.php'),(2959,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/IoEmittingEntityBody.php'),(2960,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/AbstractMessage.php'),(2961,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequest.php'),(2962,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/EntityEnclosingRequestInterface.php'),(2963,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/CacheControl.php'),(2964,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderCollection.php'),(2965,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactory.php'),(2966,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderFactoryInterface.php'),(2967,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/HeaderInterface.php'),(2968,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header/Link.php'),(2969,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Header.php'),(2970,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/MessageInterface.php'),(2971,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFile.php'),(2972,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/PostFileInterface.php'),(2973,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Request.php'),(2974,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactory.php'),(2975,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestFactoryInterface.php'),(2976,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/RequestInterface.php'),(2977,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Message/Response.php'),(2978,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Mimetypes.php'),(2979,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/CommaAggregator.php'),(2980,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/DuplicateAggregator.php'),(2981,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/PhpAggregator.php'),(2982,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryAggregator/QueryAggregatorInterface.php'),(2983,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/QueryString.php'),(2984,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/ReadLimitEntityBody.php'),(2985,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/RedirectPlugin.php'),(2986,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Resources/cacert.pem'),(2987,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/StaticClient.php'),(2988,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/Url.php'),(2989,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Http/composer.json'),(2990,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/Inflector.php'),(2991,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/InflectorInterface.php'),(2992,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/MemoizingInflector.php'),(2993,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/PreComputedInflector.php'),(2994,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Inflection/composer.json'),(2995,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/AppendIterator.php'),(2996,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/ChunkedIterator.php'),(2997,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/FilterIterator.php'),(2998,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MapIterator.php'),(2999,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/MethodProxyIterator.php'),(3000,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/README.md'),(3001,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Iterator/composer.json'),(3002,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/AbstractLogAdapter.php'),(3003,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ArrayLogAdapter.php'),(3004,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/ClosureLogAdapter.php'),(3005,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/LogAdapterInterface.php'),(3006,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MessageFormatter.php'),(3007,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/MonologLogAdapter.php'),(3008,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/PsrLogAdapter.php'),(3009,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf1LogAdapter.php'),(3010,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/Zf2LogAdapter.php'),(3011,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Log/composer.json'),(3012,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParser.php'),(3013,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Cookie/CookieParserInterface.php'),(3014,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/AbstractMessageParser.php'),(3015,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParser.php'),(3016,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/MessageParserInterface.php'),(3017,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Message/PeclHttpMessageParser.php'),(3018,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/ParserRegistry.php'),(3019,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/PeclUriTemplate.php'),(3020,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplate.php'),(3021,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/UriTemplate/UriTemplateInterface.php'),(3022,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParser.php'),(3023,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/Url/UrlParserInterface.php'),(3024,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Parser/composer.json'),(3025,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/AsyncPlugin.php'),(3026,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Async/composer.json'),(3027,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractBackoffStrategy.php'),(3028,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/AbstractErrorCodeBackoffStrategy.php'),(3029,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffLogger.php'),(3030,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffPlugin.php'),(3031,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/BackoffStrategyInterface.php'),(3032,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CallbackBackoffStrategy.php'),(3033,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ConstantBackoffStrategy.php'),(3034,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/CurlBackoffStrategy.php'),(3035,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ExponentialBackoffStrategy.php'),(3036,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/HttpBackoffStrategy.php'),(3037,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/LinearBackoffStrategy.php'),(3038,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/ReasonPhraseBackoffStrategy.php'),(3039,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/TruncatedBackoffStrategy.php'),(3040,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Backoff/composer.json'),(3041,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheKeyProviderInterface.php'),(3042,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CachePlugin.php'),(3043,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CacheStorageInterface.php'),(3044,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CallbackCanCacheStrategy.php'),(3045,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/CanCacheStrategyInterface.php'),(3046,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheKeyProvider.php'),(3047,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCacheStorage.php'),(3048,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultCanCacheStrategy.php'),(3049,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DefaultRevalidation.php'),(3050,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/DenyRevalidation.php'),(3051,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/RevalidationInterface.php'),(3052,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/SkipRevalidation.php'),(3053,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cache/composer.json'),(3054,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Cookie.php'),(3055,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/ArrayCookieJar.php'),(3056,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/CookieJarInterface.php'),(3057,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookieJar/FileCookieJar.php'),(3058,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/CookiePlugin.php'),(3059,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/Exception/InvalidCookieException.php'),(3060,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Cookie/composer.json'),(3061,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/CurlAuthPlugin.php'),(3062,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/CurlAuth/composer.json'),(3063,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponseExceptionInterface.php'),(3064,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/ErrorResponsePlugin.php'),(3065,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/Exception/ErrorResponseException.php'),(3066,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/ErrorResponse/composer.json'),(3067,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/HistoryPlugin.php'),(3068,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/History/composer.json'),(3069,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/LogPlugin.php'),(3070,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Log/composer.json'),(3071,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/CommandContentMd5Plugin.php'),(3072,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/Md5ValidatorPlugin.php'),(3073,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Md5/composer.json'),(3074,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/MockPlugin.php'),(3075,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Mock/composer.json'),(3076,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/OauthPlugin.php'),(3077,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/Oauth/composer.json'),(3078,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Plugin/composer.json'),(3079,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/AbstractConfigLoader.php'),(3080,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilder.php'),(3081,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderInterface.php'),(3082,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Builder/ServiceBuilderLoader.php'),(3083,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/CachingConfigLoader.php'),(3084,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Client.php'),(3085,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ClientInterface.php'),(3086,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/AbstractCommand.php'),(3087,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ClosureCommand.php'),(3088,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CommandInterface.php'),(3089,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/CreateResponseClassEvent.php'),(3090,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultRequestSerializer.php'),(3091,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/DefaultResponseParser.php'),(3092,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/AliasFactory.php'),(3093,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/CompositeFactory.php'),(3094,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ConcreteClassFactory.php'),(3095,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/FactoryInterface.php'),(3096,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/MapFactory.php'),(3097,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/Factory/ServiceDescriptionFactory.php'),(3098,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/AbstractRequestVisitor.php'),(3099,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/BodyVisitor.php'),(3100,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/HeaderVisitor.php'),(3101,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/JsonVisitor.php'),(3102,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFieldVisitor.php'),(3103,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/PostFileVisitor.php'),(3104,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/QueryVisitor.php'),(3105,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/RequestVisitorInterface.php'),(3106,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/ResponseBodyVisitor.php'),(3107,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Request/XmlVisitor.php'),(3108,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/AbstractResponseVisitor.php'),(3109,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/BodyVisitor.php'),(3110,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/HeaderVisitor.php'),(3111,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/JsonVisitor.php'),(3112,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ReasonPhraseVisitor.php'),(3113,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/ResponseVisitorInterface.php'),(3114,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/StatusCodeVisitor.php'),(3115,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/Response/XmlVisitor.php'),(3116,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/LocationVisitor/VisitorFlyweight.php'),(3117,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationCommand.php'),(3118,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/OperationResponseParser.php'),(3119,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/RequestSerializerInterface.php'),(3120,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseClassInterface.php'),(3121,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Command/ResponseParserInterface.php'),(3122,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/ConfigLoaderInterface.php'),(3123,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Operation.php'),(3124,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/OperationInterface.php'),(3125,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/Parameter.php'),(3126,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaFormatter.php'),(3127,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/SchemaValidator.php'),(3128,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescription.php'),(3129,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionInterface.php'),(3130,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ServiceDescriptionLoader.php'),(3131,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Description/ValidatorInterface.php'),(3132,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandException.php'),(3133,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/CommandTransferException.php'),(3134,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/DescriptionBuilderException.php'),(3135,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/InconsistentClientTransferException.php'),(3136,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ResponseClassException.php'),(3137,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceBuilderException.php'),(3138,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ServiceNotFoundException.php'),(3139,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Exception/ValidationException.php'),(3140,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/AbstractResourceIteratorFactory.php'),(3141,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/CompositeResourceIteratorFactory.php'),(3142,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/MapResourceIteratorFactory.php'),(3143,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/Model.php'),(3144,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIterator.php'),(3145,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorApplyBatched.php'),(3146,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorClassFactory.php'),(3147,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorFactoryInterface.php'),(3148,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/Resource/ResourceIteratorInterface.php'),(3149,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Service/composer.json'),(3150,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/PhpStreamRequestFactory.php'),(3151,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/Stream.php'),(3152,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamInterface.php'),(3153,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/StreamRequestFactoryInterface.php'),(3154,'wp-content/plugins/updraftplus/vendor/guzzle/guzzle/src/Guzzle/Stream/composer.json'),(3155,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/CHANGELOG-1.0.md'),(3156,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/CHANGELOG-1.1.md'),(3157,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/CHANGELOG-1.2.md'),(3158,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/Gemfile'),(3159,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/LICENSE'),(3160,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/README.md'),(3161,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/composer.json'),(3162,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/package.json'),(3163,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php'),(3164,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php'),(3165,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php'),(3166,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php'),(3167,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php'),(3168,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php'),(3169,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php'),(3170,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php'),(3171,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php'),(3172,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionFilterIterator.php'),(3173,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/AssetCollectionIterator.php'),(3174,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php'),(3175,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php'),(3176,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/AssetWriter.php'),(3177,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ApcCache.php'),(3178,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ArrayCache.php'),(3179,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/CacheInterface.php'),(3180,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ConfigCache.php'),(3181,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/ExpiringCache.php'),(3182,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Cache/FilesystemCache.php'),(3183,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/Exception.php'),(3184,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Exception/FilterException.php'),(3185,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticExtension.php'),(3186,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterFunction.php'),(3187,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterInvoker.php'),(3188,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticFilterNode.php'),(3189,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticNode.php'),(3190,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/AsseticTokenParser.php'),(3191,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigFormulaLoader.php'),(3192,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/TwigResource.php'),(3193,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/ValueContainer.php'),(3194,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php'),(3195,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/LazyAssetManager.php'),(3196,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/BasePhpFormulaLoader.php'),(3197,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/CachedFormulaLoader.php'),(3198,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FormulaLoaderInterface.php'),(3199,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/FunctionCallsFormulaLoader.php'),(3200,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/CoalescingDirectoryResource.php'),(3201,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/DirectoryResource.php'),(3202,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/FileResource.php'),(3203,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/IteratorResourceInterface.php'),(3204,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Resource/ResourceInterface.php'),(3205,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/CacheBustingWorker.php'),(3206,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/EnsureFilterWorker.php'),(3207,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Factory/Worker/WorkerInterface.php'),(3208,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/AutoprefixerFilter.php'),(3209,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseCssFilter.php'),(3210,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseNodeFilter.php'),(3211,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/BaseProcessFilter.php'),(3212,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CallablesFilter.php'),(3213,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CleanCssFilter.php'),(3214,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CoffeeScriptFilter.php'),(3215,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CompassFilter.php'),(3216,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssCacheBustingFilter.php'),(3217,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssEmbedFilter.php'),(3218,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssImportFilter.php'),(3219,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssMinFilter.php'),(3220,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/CssRewriteFilter.php'),(3221,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DartFilter.php'),(3222,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/DependencyExtractorInterface.php'),(3223,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/EmberPrecompileFilter.php'),(3224,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterCollection.php'),(3225,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/FilterInterface.php'),(3226,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/BaseCompilerFilter.php'),(3227,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerApiFilter.php'),(3228,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GoogleClosure/CompilerJarFilter.php'),(3229,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/GssFilter.php'),(3230,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HandlebarsFilter.php'),(3231,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/HashableInterface.php'),(3232,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinFilter.php'),(3233,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSMinPlusFilter.php'),(3234,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JSqueezeFilter.php'),(3235,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegoptimFilter.php'),(3236,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/JpegtranFilter.php'),(3237,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessFilter.php'),(3238,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/LessphpFilter.php'),(3239,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/MinifyCssCompressorFilter.php'),(3240,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/OptiPngFilter.php'),(3241,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackagerFilter.php'),(3242,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PackerFilter.php'),(3243,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PhpCssEmbedFilter.php'),(3244,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/PngoutFilter.php'),(3245,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ReactJsxFilter.php'),(3246,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/RooleFilter.php'),(3247,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/BaseSassFilter.php'),(3248,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/SassFilter.php'),(3249,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ScssFilter.php'),(3250,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SassphpFilter.php'),(3251,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/ScssphpFilter.php'),(3252,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SeparatorFilter.php'),(3253,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/SprocketsFilter.php'),(3254,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/StylusFilter.php'),(3255,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/TypeScriptFilter.php'),(3256,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyCssFilter.php'),(3257,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJs2Filter.php'),(3258,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/UglifyJsFilter.php'),(3259,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/BaseCompressorFilter.php'),(3260,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/CssCompressorFilter.php'),(3261,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/JsCompressorFilter.php'),(3262,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/FilterManager.php'),(3263,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/CssUtils.php'),(3264,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/FilesystemUtils.php'),(3265,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/LessUtils.php'),(3266,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/SassUtils.php'),(3267,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/TraversableString.php'),(3268,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/Util/VarUtils.php'),(3269,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/Assetic/ValueSupplierInterface.php'),(3270,'wp-content/plugins/updraftplus/vendor/kriswallsmith/assetic/src/functions.php'),(3271,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/AUTHORS'),(3272,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/BACKERS.md'),(3273,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/LICENSE'),(3274,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/README.md'),(3275,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/appveyor.yml'),(3276,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/composer.json'),(3277,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/AES.php'),(3278,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Base.php'),(3279,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Blowfish.php'),(3280,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/DES.php'),(3281,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Hash.php'),(3282,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC2.php'),(3283,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RC4.php'),(3284,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA.php'),(3285,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Random.php'),(3286,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Rijndael.php'),(3287,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/TripleDES.php'),(3288,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Crypt/Twofish.php'),(3289,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ANSI.php'),(3290,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/ASN1.php'),(3291,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/File/X509.php'),(3292,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger.php'),(3293,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SCP.php'),(3294,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/Stream.php'),(3295,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP.php'),(3296,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH1.php'),(3297,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/Net/SSH2.php'),(3298,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent.php'),(3299,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/System/SSH_Agent.php'),(3300,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/bootstrap.php'),(3301,'wp-content/plugins/updraftplus/vendor/phpseclib/phpseclib/phpseclib/openssl.cnf'),(3302,'wp-content/plugins/updraftplus/vendor/psr/log/LICENSE'),(3303,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/AbstractLogger.php'),(3304,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(3305,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LogLevel.php'),(3306,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(3307,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(3308,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerInterface.php'),(3309,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/LoggerTrait.php'),(3310,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/NullLogger.php'),(3311,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(3312,'wp-content/plugins/updraftplus/vendor/psr/log/Psr/Log/Test/TestLogger.php'),(3313,'wp-content/plugins/updraftplus/vendor/psr/log/README.md'),(3314,'wp-content/plugins/updraftplus/vendor/psr/log/composer.json'),(3315,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/CONTRIBUTING.md'),(3316,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/LICENSE'),(3317,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/README.md'),(3318,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/apigen.neon'),(3319,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/composer.json'),(3320,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/ArrayAccess.php'),(3321,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Base.php'),(3322,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ArrayCollection.php'),(3323,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/PaginatedIterator.php'),(3324,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection/ResourceIterator.php'),(3325,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Collection.php'),(3326,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Datetime.php'),(3327,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Header.php'),(3328,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Mime.php'),(3329,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Service.php'),(3330,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/Size.php'),(3331,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Constants/State.php'),(3332,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncError.php'),(3333,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncHttpError.php'),(3334,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AsyncTimeoutError.php'),(3335,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AttributeError.php'),(3336,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/AuthenticationError.php'),(3337,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/BaseException.php'),(3338,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnError.php'),(3339,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnHttpError.php'),(3340,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnNotAvailableError.php'),(3341,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CdnTtlError.php'),(3342,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CollectionException.php'),(3343,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerCreateError.php'),(3344,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerDeleteError.php'),(3345,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerError.php'),(3346,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNameError.php'),(3347,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotEmptyError.php'),(3348,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ContainerNotFoundError.php'),(3349,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateError.php'),(3350,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CreateUpdateError.php'),(3351,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/CredentialError.php'),(3352,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseCreateError.php'),(3353,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseDeleteError.php'),(3354,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseListError.php'),(3355,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseNameError.php'),(3356,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DatabaseUpdateError.php'),(3357,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DeleteError.php'),(3358,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DocumentError.php'),(3359,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/DomainError.php'),(3360,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EmptyResponseError.php'),(3361,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/EndpointError.php'),(3362,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/FlavorError.php'),(3363,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ForbiddenOperationException.php'),(3364,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpError.php'),(3365,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpForbiddenError.php'),(3366,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpOverLimitError.php'),(3367,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpResponseException.php'),(3368,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpRetryError.php'),(3369,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpTimeoutError.php'),(3370,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUnauthorizedError.php'),(3371,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/HttpUrlError.php'),(3372,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IOError.php'),(3373,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/IdRequiredError.php'),(3374,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ImageError.php'),(3375,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceCreateError.php'),(3376,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceDeleteError.php'),(3377,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceError.php'),(3378,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceFlavorError.php'),(3379,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceNotFound.php'),(3380,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InstanceUpdateError.php'),(3381,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidArgumentError.php'),(3382,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIdTypeError.php'),(3383,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidIpTypeError.php'),(3384,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidParameterError.php'),(3385,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidRequestError.php'),(3386,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/InvalidTemplateError.php'),(3387,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/JsonError.php'),(3388,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/LoggingException.php'),(3389,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataCreateError.php'),(3390,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataDeleteError.php'),(3391,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataError.php'),(3392,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataJsonError.php'),(3393,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataKeyError.php'),(3394,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataPrefixError.php'),(3395,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MetadataUpdateError.php'),(3396,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MisMatchedChecksumError.php'),(3397,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/MissingValueError.php'),(3398,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NameError.php'),(3399,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkCreateError.php'),(3400,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkDeleteError.php'),(3401,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkError.php'),(3402,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUpdateError.php'),(3403,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NetworkUrlError.php'),(3404,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoContentTypeError.php'),(3405,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/NoNameError.php'),(3406,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjFetchError.php'),(3407,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectCopyError.php'),(3408,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ObjectError.php'),(3409,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RebuildError.php'),(3410,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RecordTypeError.php'),(3411,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceBucketException.php'),(3412,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ResourceNotFoundException.php'),(3413,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/RuntimeException.php'),(3414,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerActionError.php'),(3415,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerCreateError.php'),(3416,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerDeleteError.php'),(3417,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerImageScheduleError.php'),(3418,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerIpsError.php'),(3419,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerJsonError.php'),(3420,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUpdateError.php'),(3421,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServerUrlError.php'),(3422,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/ServiceException.php'),(3423,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/SnapshotError.php'),(3424,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/TempUrlMethodError.php'),(3425,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownError.php'),(3426,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnknownParameterError.php'),(3427,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnrecognizedServiceError.php'),(3428,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedExtensionError.php'),(3429,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedFeatureExtension.php'),(3430,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UnsupportedVersionError.php'),(3431,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UpdateError.php'),(3432,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UrlError.php'),(3433,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserCreateError.php'),(3434,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserDeleteError.php'),(3435,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserListError.php'),(3436,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserNameError.php'),(3437,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/UserUpdateError.php'),(3438,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeError.php'),(3439,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Exceptions/VolumeTypeError.php'),(3440,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Client.php'),(3441,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/Formatter.php'),(3442,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Http/Message/RequestSubscriber.php'),(3443,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Lang.php'),(3444,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Log/Logger.php'),(3445,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Metadata.php'),(3446,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/PersistentObject.php'),(3447,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/BaseResource.php'),(3448,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/NovaResource.php'),(3449,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/PersistentResource.php'),(3450,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Resource/ReadOnlyResource.php'),(3451,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/AbstractService.php'),(3452,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Catalog.php'),(3453,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogItem.php'),(3454,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/CatalogService.php'),(3455,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/Endpoint.php'),(3456,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/NovaService.php'),(3457,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceBuilder.php'),(3458,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Common/Service/ServiceInterface.php'),(3459,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Constants/User.php'),(3460,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Role.php'),(3461,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Tenant.php'),(3462,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/Token.php'),(3463,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Resource/User.php'),(3464,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Identity/Service.php'),(3465,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/AbstractService.php'),(3466,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/CDNService.php'),(3467,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/Header.php'),(3468,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Constants/UrlType.php'),(3469,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Enum/ReturnType.php'),(3470,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/BulkOperationException.php'),(3471,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ContainerException.php'),(3472,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/ObjectNotFoundException.php'),(3473,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/StreamException.php'),(3474,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Exception/UploadException.php'),(3475,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractContainer.php'),(3476,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/AbstractResource.php'),(3477,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Account.php'),(3478,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/CDNContainer.php'),(3479,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/Container.php'),(3480,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/ContainerMetadata.php'),(3481,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Resource/DataObject.php'),(3482,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Service.php'),(3483,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/AbstractTransfer.php'),(3484,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConcurrentTransfer.php'),(3485,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ConsecutiveTransfer.php'),(3486,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/ContainerMigration.php'),(3487,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/DirectorySync.php'),(3488,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferBuilder.php'),(3489,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferPart.php'),(3490,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/ObjectStore/Upload/TransferState.php'),(3491,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/OpenStack.php'),(3492,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Rackspace.php'),(3493,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/OpenCloud/Version.php'),(3494,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/lib/php-opencloud.php'),(3495,'wp-content/plugins/updraftplus/vendor/rackspace/php-opencloud/phpunit.xml.dist'),(3496,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/CHANGELOG.md'),(3497,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ContainerAwareEventDispatcher.php'),(3498,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php'),(3499,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcherInterface.php'),(3500,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Debug/WrappedListener.php'),(3501,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/DependencyInjection/RegisterListenersPass.php'),(3502,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/Event.php'),(3503,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcher.php'),(3504,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventDispatcherInterface.php'),(3505,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/EventSubscriberInterface.php'),(3506,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/GenericEvent.php'),(3507,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/ImmutableEventDispatcher.php'),(3508,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/LICENSE'),(3509,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/README.md'),(3510,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/composer.json'),(3511,'wp-content/plugins/updraftplus/vendor/symfony/event-dispatcher/phpunit.xml.dist'),(3512,'wp-content/plugins/updraftplus/vendor/symfony/process/CHANGELOG.md'),(3513,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ExceptionInterface.php'),(3514,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/InvalidArgumentException.php'),(3515,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/LogicException.php'),(3516,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessFailedException.php'),(3517,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/ProcessTimedOutException.php'),(3518,'wp-content/plugins/updraftplus/vendor/symfony/process/Exception/RuntimeException.php'),(3519,'wp-content/plugins/updraftplus/vendor/symfony/process/ExecutableFinder.php'),(3520,'wp-content/plugins/updraftplus/vendor/symfony/process/InputStream.php'),(3521,'wp-content/plugins/updraftplus/vendor/symfony/process/LICENSE'),(3522,'wp-content/plugins/updraftplus/vendor/symfony/process/PhpExecutableFinder.php'),(3523,'wp-content/plugins/updraftplus/vendor/symfony/process/PhpProcess.php'),(3524,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/AbstractPipes.php'),(3525,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/PipesInterface.php'),(3526,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/UnixPipes.php'),(3527,'wp-content/plugins/updraftplus/vendor/symfony/process/Pipes/WindowsPipes.php'),(3528,'wp-content/plugins/updraftplus/vendor/symfony/process/Process.php'),(3529,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessBuilder.php'),(3530,'wp-content/plugins/updraftplus/vendor/symfony/process/ProcessUtils.php'),(3531,'wp-content/plugins/updraftplus/vendor/symfony/process/README.md'),(3532,'wp-content/plugins/updraftplus/vendor/symfony/process/composer.json'),(3533,'wp-content/plugins/updraftplus/vendor/symfony/process/phpunit.xml.dist'),(3534,'wp-content/plugins/w3-total-cache/Base_Page_Settings.php'),(3535,'wp-content/plugins/w3-total-cache/BrowserCache_ConfigLabels.php'),(3536,'wp-content/plugins/w3-total-cache/BrowserCache_Core.php'),(3537,'wp-content/plugins/w3-total-cache/BrowserCache_Environment.php'),(3538,'wp-content/plugins/w3-total-cache/BrowserCache_Page.php'),(3539,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin.php'),(3540,'wp-content/plugins/w3-total-cache/BrowserCache_Plugin_Admin.php'),(3541,'wp-content/plugins/w3-total-cache/Cache.php'),(3542,'wp-content/plugins/w3-total-cache/CacheFlush.php'),(3543,'wp-content/plugins/w3-total-cache/CacheFlush_Locally.php'),(3544,'wp-content/plugins/w3-total-cache/Cache_Apc.php'),(3545,'wp-content/plugins/w3-total-cache/Cache_Apcu.php'),(3546,'wp-content/plugins/w3-total-cache/Cache_Base.php'),(3547,'wp-content/plugins/w3-total-cache/Cache_Eaccelerator.php'),(3548,'wp-content/plugins/w3-total-cache/Cache_File.php'),(3549,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner.php'),(3550,'wp-content/plugins/w3-total-cache/Cache_File_Cleaner_Generic.php'),(3551,'wp-content/plugins/w3-total-cache/Cache_File_Generic.php'),(3552,'wp-content/plugins/w3-total-cache/Cache_Memcache.php'),(3553,'wp-content/plugins/w3-total-cache/Cache_Memcached.php'),(3554,'wp-content/plugins/w3-total-cache/Cache_Memcached_Stats.php'),(3555,'wp-content/plugins/w3-total-cache/Cache_Redis.php'),(3556,'wp-content/plugins/w3-total-cache/Cache_Wincache.php'),(3557,'wp-content/plugins/w3-total-cache/Cache_Xcache.php'),(3558,'wp-content/plugins/w3-total-cache/CdnEngine.php'),(3559,'wp-content/plugins/w3-total-cache/CdnEngine_Azure.php'),(3560,'wp-content/plugins/w3-total-cache/CdnEngine_Base.php'),(3561,'wp-content/plugins/w3-total-cache/CdnEngine_Ftp.php'),(3562,'wp-content/plugins/w3-total-cache/CdnEngine_GoogleDrive.php'),(3563,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror.php'),(3564,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Akamai.php'),(3565,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Att.php'),(3566,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Cotendo.php'),(3567,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Edgecast.php'),(3568,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Highwinds.php'),(3569,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_MaxCdn.php'),(3570,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_Netdna.php'),(3571,'wp-content/plugins/w3-total-cache/CdnEngine_Mirror_RackSpaceCdn.php'),(3572,'wp-content/plugins/w3-total-cache/CdnEngine_RackSpaceCloudFiles.php'),(3573,'wp-content/plugins/w3-total-cache/CdnEngine_S3.php'),(3574,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Cf.php'),(3575,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Cf_Custom.php'),(3576,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Cf_S3.php'),(3577,'wp-content/plugins/w3-total-cache/CdnEngine_S3_Compatible.php'),(3578,'wp-content/plugins/w3-total-cache/Cdn_AdminActions.php'),(3579,'wp-content/plugins/w3-total-cache/Cdn_AdminNotes.php'),(3580,'wp-content/plugins/w3-total-cache/Cdn_CacheFlush.php'),(3581,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Api.php'),(3582,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Engine.php'),(3583,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Page.php'),(3584,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Page_View.js'),(3585,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Page_View.php'),(3586,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup.php'),(3587,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup_View_Distribution.php'),(3588,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup_View_Intro.php'),(3589,'wp-content/plugins/w3-total-cache/Cdn_CloudFrontFsd_Popup_View_Success.php'),(3590,'wp-content/plugins/w3-total-cache/Cdn_ConfigLabels.php'),(3591,'wp-content/plugins/w3-total-cache/Cdn_Core.php'),(3592,'wp-content/plugins/w3-total-cache/Cdn_Core_Admin.php'),(3593,'wp-content/plugins/w3-total-cache/Cdn_Environment.php'),(3594,'wp-content/plugins/w3-total-cache/Cdn_Fsd_CacheFlush.php'),(3595,'wp-content/plugins/w3-total-cache/Cdn_Fsd_Core.php'),(3596,'wp-content/plugins/w3-total-cache/Cdn_Fsd_Util.php'),(3597,'wp-content/plugins/w3-total-cache/Cdn_GeneralPage_View.php'),(3598,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_AdminActions.php'),(3599,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page.php'),(3600,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.js'),(3601,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Page_View.php'),(3602,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn.php'),(3603,'wp-content/plugins/w3-total-cache/Cdn_GoogleDrive_Popup_AuthReturn_View.php'),(3604,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Api.php'),(3605,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page.php'),(3606,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.js'),(3607,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Page_View.php'),(3608,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup.php'),(3609,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_ConfigureCnamesForm.php'),(3610,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_Intro.php'),(3611,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Popup_View_SelectHost.php'),(3612,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget.php'),(3613,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.css'),(3614,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.js'),(3615,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View.php'),(3616,'wp-content/plugins/w3-total-cache/Cdn_Highwinds_Widget_View_NotConfigured.php'),(3617,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Engine.php'),(3618,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Page.php'),(3619,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Page_View.js'),(3620,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Page_View.php'),(3621,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup.php'),(3622,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup_View_Intro.php'),(3623,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup_View_Success.php'),(3624,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup_View_Zone.php'),(3625,'wp-content/plugins/w3-total-cache/Cdn_MaxCdnFsd_Popup_View_Zones.php'),(3626,'wp-content/plugins/w3-total-cache/Cdn_Page.php'),(3627,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Fsd_HeaderActions.php'),(3628,'wp-content/plugins/w3-total-cache/Cdn_Page_View_Header.php'),(3629,'wp-content/plugins/w3-total-cache/Cdn_Plugin.php'),(3630,'wp-content/plugins/w3-total-cache/Cdn_Plugin_Admin.php'),(3631,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetMaxCdn.php'),(3632,'wp-content/plugins/w3-total-cache/Cdn_Plugin_WidgetNetDna.php'),(3633,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_AdminActions.php'),(3634,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page.php'),(3635,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.js'),(3636,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Page_View.php'),(3637,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup.php'),(3638,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_ConfigureDomains.php'),(3639,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Intro.php'),(3640,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Regions.php'),(3641,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Actualize.php'),(3642,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Service_Created.php'),(3643,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCdn_Popup_View_Services.php'),(3644,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page.php'),(3645,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.js'),(3646,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Page_View.php'),(3647,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup.php'),(3648,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Containers.php'),(3649,'wp-content/plugins/w3-total-cache/Cdn_RackSpaceCloudFiles_Popup_View_Intro.php'),(3650,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CaCert-example.pem'),(3651,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Cdn.php'),(3652,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFiles.php'),(3653,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_CloudFilesCdn.php'),(3654,'wp-content/plugins/w3-total-cache/Cdn_RackSpace_Api_Tokens.php'),(3655,'wp-content/plugins/w3-total-cache/Cdn_Util.php'),(3656,'wp-content/plugins/w3-total-cache/Cli.php'),(3657,'wp-content/plugins/w3-total-cache/Config.php'),(3658,'wp-content/plugins/w3-total-cache/ConfigCompiler.php'),(3659,'wp-content/plugins/w3-total-cache/ConfigKeys.php'),(3660,'wp-content/plugins/w3-total-cache/ConfigState.php'),(3661,'wp-content/plugins/w3-total-cache/ConfigStateNote.php'),(3662,'wp-content/plugins/w3-total-cache/DbCache_ConfigLabels.php'),(3663,'wp-content/plugins/w3-total-cache/DbCache_Core.php'),(3664,'wp-content/plugins/w3-total-cache/DbCache_Environment.php'),(3665,'wp-content/plugins/w3-total-cache/DbCache_Page.php'),(3666,'wp-content/plugins/w3-total-cache/DbCache_Plugin.php'),(3667,'wp-content/plugins/w3-total-cache/DbCache_Plugin_Admin.php'),(3668,'wp-content/plugins/w3-total-cache/DbCache_Wpdb.php'),(3669,'wp-content/plugins/w3-total-cache/DbCache_WpdbBase.php'),(3670,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection.php'),(3671,'wp-content/plugins/w3-total-cache/DbCache_WpdbInjection_QueryCaching.php'),(3672,'wp-content/plugins/w3-total-cache/Dispatcher.php'),(3673,'wp-content/plugins/w3-total-cache/Enterprise_CacheFlush_MakeSnsEvent.php'),(3674,'wp-content/plugins/w3-total-cache/Enterprise_Dbcache_WpdbInjection_Cluster.php'),(3675,'wp-content/plugins/w3-total-cache/Enterprise_SnsBase.php'),(3676,'wp-content/plugins/w3-total-cache/Enterprise_SnsServer.php'),(3677,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin.php'),(3678,'wp-content/plugins/w3-total-cache/Extension_Amp_Plugin_Admin.php'),(3679,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_AdminActions.php'),(3680,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Api.php'),(3681,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_GeneralPage_View.php'),(3682,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page.php'),(3683,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.js'),(3684,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Page_View.php'),(3685,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin.php'),(3686,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Plugin_Admin.php'),(3687,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup.php'),(3688,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Intro.php'),(3689,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Popup_View_Zones.php'),(3690,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_SettingsForUi.php'),(3691,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.css'),(3692,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Comments.js'),(3693,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_View_Dashboard.js'),(3694,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget.php'),(3695,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_Logo.png'),(3696,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.css'),(3697,'wp-content/plugins/w3-total-cache/Extension_CloudFlare_Widget_View.php'),(3698,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Environment.php'),(3699,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page.php'),(3700,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Page_View.php'),(3701,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin.php'),(3702,'wp-content/plugins/w3-total-cache/Extension_FeedBurner_Plugin_Admin.php'),(3703,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Api.php'),(3704,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Core.php'),(3705,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Environment.php'),(3706,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage.php'),(3707,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_GeneralPage_View.php'),(3708,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page.php'),(3709,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Page_View.php'),(3710,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin.php'),(3711,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_Plugin_Admin.php'),(3712,'wp-content/plugins/w3-total-cache/Extension_FragmentCache_WpObjectCache.php'),(3713,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page.php'),(3714,'wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php'),(3715,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin.php'),(3716,'wp-content/plugins/w3-total-cache/Extension_Genesis_Plugin_Admin.php'),(3717,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminActions.php'),(3718,'wp-content/plugins/w3-total-cache/Extension_NewRelic_AdminNotes.php'),(3719,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Api.php'),(3720,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Core.php'),(3721,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage.php'),(3722,'wp-content/plugins/w3-total-cache/Extension_NewRelic_GeneralPage_View.php'),(3723,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page.php'),(3724,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Page_View_Apm.php'),(3725,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin.php'),(3726,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Plugin_Admin.php'),(3727,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup.php'),(3728,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View.js'),(3729,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_Intro.php'),(3730,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Popup_View_ListApplications.php'),(3731,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Service.php'),(3732,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget.php'),(3733,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.css'),(3734,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View.js'),(3735,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Apm.php'),(3736,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_Browser.php'),(3737,'wp-content/plugins/w3-total-cache/Extension_NewRelic_Widget_View_NotConfigured.php'),(3738,'wp-content/plugins/w3-total-cache/Extension_Swarmify_AdminActions.php'),(3739,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Core.php'),(3740,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page.php'),(3741,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Page_View.php'),(3742,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin.php'),(3743,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Plugin_Admin.php'),(3744,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget.php'),(3745,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View.css'),(3746,'wp-content/plugins/w3-total-cache/Extension_Swarmify_Widget_View_NotConfigured.php'),(3747,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin.php'),(3748,'wp-content/plugins/w3-total-cache/Extension_WordPressSeo_Plugin_Admin.php'),(3749,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin.php'),(3750,'wp-content/plugins/w3-total-cache/Extension_Wpml_Plugin_Admin.php'),(3751,'wp-content/plugins/w3-total-cache/Extensions_AdminActions.php'),(3752,'wp-content/plugins/w3-total-cache/Extensions_Page.php'),(3753,'wp-content/plugins/w3-total-cache/Extensions_Plugin_Admin.php'),(3754,'wp-content/plugins/w3-total-cache/Extensions_Util.php'),(3755,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Config.php'),(3756,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Default.php'),(3757,'wp-content/plugins/w3-total-cache/Generic_AdminActions_EdgeMode.php'),(3758,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php'),(3759,'wp-content/plugins/w3-total-cache/Generic_AdminActions_Test.php'),(3760,'wp-content/plugins/w3-total-cache/Generic_AdminLinks.php'),(3761,'wp-content/plugins/w3-total-cache/Generic_AdminNotes.php'),(3762,'wp-content/plugins/w3-total-cache/Generic_ConfigLabels.php'),(3763,'wp-content/plugins/w3-total-cache/Generic_Environment.php'),(3764,'wp-content/plugins/w3-total-cache/Generic_Faq.php'),(3765,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowEdge.js'),(3766,'wp-content/plugins/w3-total-cache/Generic_GeneralPage_View_ShowSupportUs.js'),(3767,'wp-content/plugins/w3-total-cache/Generic_Page_About.php'),(3768,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard.php'),(3769,'wp-content/plugins/w3-total-cache/Generic_Page_Dashboard_View.css'),(3770,'wp-content/plugins/w3-total-cache/Generic_Page_Faq.php'),(3771,'wp-content/plugins/w3-total-cache/Generic_Page_General.php'),(3772,'wp-content/plugins/w3-total-cache/Generic_Page_Install.php'),(3773,'wp-content/plugins/w3-total-cache/Generic_Plugin.php'),(3774,'wp-content/plugins/w3-total-cache/Generic_Plugin_Admin.php'),(3775,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminCompatibility.php'),(3776,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminNotifications.php'),(3777,'wp-content/plugins/w3-total-cache/Generic_Plugin_AdminRowActions.php'),(3778,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetForum.php'),(3779,'wp-content/plugins/w3-total-cache/Generic_Plugin_WidgetNews.php'),(3780,'wp-content/plugins/w3-total-cache/Generic_WidgetServices.php'),(3781,'wp-content/plugins/w3-total-cache/Generic_WidgetServices_View.php'),(3782,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord.js'),(3783,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_Plugin.php'),(3784,'wp-content/plugins/w3-total-cache/Generic_WidgetSpreadTheWord_View.php'),(3785,'wp-content/plugins/w3-total-cache/Licensing_AdminActions.php'),(3786,'wp-content/plugins/w3-total-cache/Licensing_Core.php'),(3787,'wp-content/plugins/w3-total-cache/Licensing_Plugin_Admin.php'),(3788,'wp-content/plugins/w3-total-cache/Minify_ConfigLabels.php'),(3789,'wp-content/plugins/w3-total-cache/Minify_ContentMinifier.php'),(3790,'wp-content/plugins/w3-total-cache/Minify_Core.php'),(3791,'wp-content/plugins/w3-total-cache/Minify_Environment.php'),(3792,'wp-content/plugins/w3-total-cache/Minify_Extract.php'),(3793,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelp.js'),(3794,'wp-content/plugins/w3-total-cache/Minify_GeneralPage_View_ShowHelpForce.js'),(3795,'wp-content/plugins/w3-total-cache/Minify_HelpPopup_View.php'),(3796,'wp-content/plugins/w3-total-cache/Minify_MinifiedFileRequestHandler.php'),(3797,'wp-content/plugins/w3-total-cache/Minify_Page.php'),(3798,'wp-content/plugins/w3-total-cache/Minify_Plugin.php'),(3799,'wp-content/plugins/w3-total-cache/Minify_Plugin_Admin.php'),(3800,'wp-content/plugins/w3-total-cache/Mobile_Base.php'),(3801,'wp-content/plugins/w3-total-cache/Mobile_Page_ReferrerGroups.php'),(3802,'wp-content/plugins/w3-total-cache/Mobile_Page_UserAgentGroups.php'),(3803,'wp-content/plugins/w3-total-cache/Mobile_Redirect.php'),(3804,'wp-content/plugins/w3-total-cache/Mobile_Referrer.php'),(3805,'wp-content/plugins/w3-total-cache/Mobile_UserAgent.php'),(3806,'wp-content/plugins/w3-total-cache/ModuleStatus.php'),(3807,'wp-content/plugins/w3-total-cache/ObjectCache_ConfigLabels.php'),(3808,'wp-content/plugins/w3-total-cache/ObjectCache_Environment.php'),(3809,'wp-content/plugins/w3-total-cache/ObjectCache_Page.php'),(3810,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin.php'),(3811,'wp-content/plugins/w3-total-cache/ObjectCache_Plugin_Admin.php'),(3812,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache.php'),(3813,'wp-content/plugins/w3-total-cache/ObjectCache_WpObjectCache_Regular.php'),(3814,'wp-content/plugins/w3-total-cache/PageSpeed_Api.php'),(3815,'wp-content/plugins/w3-total-cache/PageSpeed_Plugin_Widget.php'),(3816,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.css'),(3817,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.js'),(3818,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View.php'),(3819,'wp-content/plugins/w3-total-cache/PageSpeed_Widget_View_NotConfigured.php'),(3820,'wp-content/plugins/w3-total-cache/PgCache_ConfigLabels.php'),(3821,'wp-content/plugins/w3-total-cache/PgCache_ContentGrabber.php'),(3822,'wp-content/plugins/w3-total-cache/PgCache_Environment.php'),(3823,'wp-content/plugins/w3-total-cache/PgCache_Flush.php'),(3824,'wp-content/plugins/w3-total-cache/PgCache_Page.php'),(3825,'wp-content/plugins/w3-total-cache/PgCache_Plugin.php'),(3826,'wp-content/plugins/w3-total-cache/PgCache_Plugin_Admin.php'),(3827,'wp-content/plugins/w3-total-cache/Root_AdminActions.php'),(3828,'wp-content/plugins/w3-total-cache/Root_AdminActivation.php'),(3829,'wp-content/plugins/w3-total-cache/Root_AdminMenu.php'),(3830,'wp-content/plugins/w3-total-cache/Root_Environment.php'),(3831,'wp-content/plugins/w3-total-cache/Root_Loader.php'),(3832,'wp-content/plugins/w3-total-cache/Support_AdminActions.php'),(3833,'wp-content/plugins/w3-total-cache/Support_Page.php'),(3834,'wp-content/plugins/w3-total-cache/Support_Page_View_DoneContent.php'),(3835,'wp-content/plugins/w3-total-cache/Support_Page_View_PageContent.php'),(3836,'wp-content/plugins/w3-total-cache/SystemOpCache_AdminActions.php'),(3837,'wp-content/plugins/w3-total-cache/SystemOpCache_Core.php'),(3838,'wp-content/plugins/w3-total-cache/SystemOpCache_GeneralPage_View.php'),(3839,'wp-content/plugins/w3-total-cache/SystemOpCache_Plugin_Admin.php'),(3840,'wp-content/plugins/w3-total-cache/UsageStatistics_Core.php'),(3841,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin.php'),(3842,'wp-content/plugins/w3-total-cache/UsageStatistics_Plugin_Admin.php'),(3843,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageReader.php'),(3844,'wp-content/plugins/w3-total-cache/UsageStatistics_StorageWriter.php'),(3845,'wp-content/plugins/w3-total-cache/UsageStatistics_View_General.php'),(3846,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget.php'),(3847,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.css'),(3848,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.js'),(3849,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View.php'),(3850,'wp-content/plugins/w3-total-cache/UsageStatistics_Widget_View_Disabled.php'),(3851,'wp-content/plugins/w3-total-cache/Util_Activation.php'),(3852,'wp-content/plugins/w3-total-cache/Util_Admin.php'),(3853,'wp-content/plugins/w3-total-cache/Util_AttachToActions.php'),(3854,'wp-content/plugins/w3-total-cache/Util_Bus.php'),(3855,'wp-content/plugins/w3-total-cache/Util_ConfigLabel.php'),(3856,'wp-content/plugins/w3-total-cache/Util_Content.php'),(3857,'wp-content/plugins/w3-total-cache/Util_Debug.php'),(3858,'wp-content/plugins/w3-total-cache/Util_Environment.php'),(3859,'wp-content/plugins/w3-total-cache/Util_Environment_Exception.php'),(3860,'wp-content/plugins/w3-total-cache/Util_Environment_Exceptions.php'),(3861,'wp-content/plugins/w3-total-cache/Util_File.php'),(3862,'wp-content/plugins/w3-total-cache/Util_Http.php'),(3863,'wp-content/plugins/w3-total-cache/Util_Installed.php'),(3864,'wp-content/plugins/w3-total-cache/Util_Mime.php'),(3865,'wp-content/plugins/w3-total-cache/Util_PageUrls.php'),(3866,'wp-content/plugins/w3-total-cache/Util_Request.php'),(3867,'wp-content/plugins/w3-total-cache/Util_Rule.php'),(3868,'wp-content/plugins/w3-total-cache/Util_RuleSnippet.php'),(3869,'wp-content/plugins/w3-total-cache/Util_Theme.php'),(3870,'wp-content/plugins/w3-total-cache/Util_Ui.php'),(3871,'wp-content/plugins/w3-total-cache/Util_UsageStatistics.php'),(3872,'wp-content/plugins/w3-total-cache/Util_Widget.php'),(3873,'wp-content/plugins/w3-total-cache/Util_WpFile.php'),(3874,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemChmodException.php'),(3875,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemCopyException.php'),(3876,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemMkdirException.php'),(3877,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemModifyException.php'),(3878,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemOperationException.php'),(3879,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmException.php'),(3880,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemRmdirException.php'),(3881,'wp-content/plugins/w3-total-cache/Util_WpFile_FilesystemWriteException.php'),(3882,'wp-content/plugins/w3-total-cache/Util_WpmuBlogmap.php'),(3883,'wp-content/plugins/w3-total-cache/Varnish_Flush.php'),(3884,'wp-content/plugins/w3-total-cache/Varnish_Plugin.php'),(3885,'wp-content/plugins/w3-total-cache/changelog.txt'),(3886,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example.php'),(3887,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Admin.php'),(3888,'wp-content/plugins/w3-total-cache/extension-example/Extension_Example_Page_View.php'),(3889,'wp-content/plugins/w3-total-cache/extension-example/w3-total-cache-example.php'),(3890,'wp-content/plugins/w3-total-cache/inc/define.php'),(3891,'wp-content/plugins/w3-total-cache/inc/email/index.html'),(3892,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.html'),(3893,'wp-content/plugins/w3-total-cache/inc/email/minify_error_notification.php'),(3894,'wp-content/plugins/w3-total-cache/inc/email/support_request.php'),(3895,'wp-content/plugins/w3-total-cache/inc/error.php'),(3896,'wp-content/plugins/w3-total-cache/inc/index.html'),(3897,'wp-content/plugins/w3-total-cache/inc/lightbox/cdn_s3_bucket_location.php'),(3898,'wp-content/plugins/w3-total-cache/inc/lightbox/create_netdna_maxcdn_pull_zone.php'),(3899,'wp-content/plugins/w3-total-cache/inc/lightbox/edge.php'),(3900,'wp-content/plugins/w3-total-cache/inc/lightbox/index.html'),(3901,'wp-content/plugins/w3-total-cache/inc/lightbox/minify_recommendations.php'),(3902,'wp-content/plugins/w3-total-cache/inc/lightbox/purchase.php'),(3903,'wp-content/plugins/w3-total-cache/inc/lightbox/self_test.php'),(3904,'wp-content/plugins/w3-total-cache/inc/lightbox/support_us.php'),(3905,'wp-content/plugins/w3-total-cache/inc/lightbox/upgrade.php'),(3906,'wp-content/plugins/w3-total-cache/inc/mime/all.php'),(3907,'wp-content/plugins/w3-total-cache/inc/mime/cssjs.php'),(3908,'wp-content/plugins/w3-total-cache/inc/mime/html.php'),(3909,'wp-content/plugins/w3-total-cache/inc/mime/index.html'),(3910,'wp-content/plugins/w3-total-cache/inc/mime/other.php'),(3911,'wp-content/plugins/w3-total-cache/inc/options/about.php'),(3912,'wp-content/plugins/w3-total-cache/inc/options/browsercache.php'),(3913,'wp-content/plugins/w3-total-cache/inc/options/cdn/akamai.php'),(3914,'wp-content/plugins/w3-total-cache/inc/options/cdn/att.php'),(3915,'wp-content/plugins/w3-total-cache/inc/options/cdn/azure.php'),(3916,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf.php'),(3917,'wp-content/plugins/w3-total-cache/inc/options/cdn/cf2.php'),(3918,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames-readonly.php'),(3919,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/cnames.php'),(3920,'wp-content/plugins/w3-total-cache/inc/options/cdn/common/index.html'),(3921,'wp-content/plugins/w3-total-cache/inc/options/cdn/cotendo.php'),(3922,'wp-content/plugins/w3-total-cache/inc/options/cdn/edgecast.php'),(3923,'wp-content/plugins/w3-total-cache/inc/options/cdn/ftp.php'),(3924,'wp-content/plugins/w3-total-cache/inc/options/cdn/index.html'),(3925,'wp-content/plugins/w3-total-cache/inc/options/cdn/maxcdn.php'),(3926,'wp-content/plugins/w3-total-cache/inc/options/cdn/mirror.php'),(3927,'wp-content/plugins/w3-total-cache/inc/options/cdn/netdna.php'),(3928,'wp-content/plugins/w3-total-cache/inc/options/cdn/rscf.php'),(3929,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3.php'),(3930,'wp-content/plugins/w3-total-cache/inc/options/cdn/s3_compatible.php'),(3931,'wp-content/plugins/w3-total-cache/inc/options/cdn.php'),(3932,'wp-content/plugins/w3-total-cache/inc/options/common/footer.php'),(3933,'wp-content/plugins/w3-total-cache/inc/options/common/header.php'),(3934,'wp-content/plugins/w3-total-cache/inc/options/common/help.php'),(3935,'wp-content/plugins/w3-total-cache/inc/options/common/index.html'),(3936,'wp-content/plugins/w3-total-cache/inc/options/dashboard.php'),(3937,'wp-content/plugins/w3-total-cache/inc/options/dbcache.php'),(3938,'wp-content/plugins/w3-total-cache/inc/options/edd/buy.php'),(3939,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster-config.php'),(3940,'wp-content/plugins/w3-total-cache/inc/options/enterprise/dbcluster_general_section.php'),(3941,'wp-content/plugins/w3-total-cache/inc/options/extensions/list.php'),(3942,'wp-content/plugins/w3-total-cache/inc/options/extensions/settings.php'),(3943,'wp-content/plugins/w3-total-cache/inc/options/extensions.php'),(3944,'wp-content/plugins/w3-total-cache/inc/options/faq.php'),(3945,'wp-content/plugins/w3-total-cache/inc/options/general.php'),(3946,'wp-content/plugins/w3-total-cache/inc/options/index.html'),(3947,'wp-content/plugins/w3-total-cache/inc/options/install.php'),(3948,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs.php'),(3949,'wp-content/plugins/w3-total-cache/inc/options/minify/ccjs2.php'),(3950,'wp-content/plugins/w3-total-cache/inc/options/minify/css.php'),(3951,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy.php'),(3952,'wp-content/plugins/w3-total-cache/inc/options/minify/csstidy2.php'),(3953,'wp-content/plugins/w3-total-cache/inc/options/minify/googleccjs2.php'),(3954,'wp-content/plugins/w3-total-cache/inc/options/minify/html.php'),(3955,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy.php'),(3956,'wp-content/plugins/w3-total-cache/inc/options/minify/htmltidy2.php'),(3957,'wp-content/plugins/w3-total-cache/inc/options/minify/index.html'),(3958,'wp-content/plugins/w3-total-cache/inc/options/minify/js.php'),(3959,'wp-content/plugins/w3-total-cache/inc/options/minify/yuicss2.php'),(3960,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs.php'),(3961,'wp-content/plugins/w3-total-cache/inc/options/minify/yuijs2.php'),(3962,'wp-content/plugins/w3-total-cache/inc/options/minify.php'),(3963,'wp-content/plugins/w3-total-cache/inc/options/mobile.php'),(3964,'wp-content/plugins/w3-total-cache/inc/options/objectcache.php'),(3965,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached.php'),(3966,'wp-content/plugins/w3-total-cache/inc/options/parts/memcached_extension.php'),(3967,'wp-content/plugins/w3-total-cache/inc/options/parts/redis.php'),(3968,'wp-content/plugins/w3-total-cache/inc/options/parts/redis_extension.php'),(3969,'wp-content/plugins/w3-total-cache/inc/options/pgcache.php'),(3970,'wp-content/plugins/w3-total-cache/inc/options/referrer.php'),(3971,'wp-content/plugins/w3-total-cache/inc/options/support.php'),(3972,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_file.php'),(3973,'wp-content/plugins/w3-total-cache/inc/popup/cdn_export_library.php'),(3974,'wp-content/plugins/w3-total-cache/inc/popup/cdn_import_library.php'),(3975,'wp-content/plugins/w3-total-cache/inc/popup/cdn_purge.php'),(3976,'wp-content/plugins/w3-total-cache/inc/popup/cdn_queue.php'),(3977,'wp-content/plugins/w3-total-cache/inc/popup/cdn_rename_domain.php'),(3978,'wp-content/plugins/w3-total-cache/inc/popup/common/footer.php'),(3979,'wp-content/plugins/w3-total-cache/inc/popup/common/header.php'),(3980,'wp-content/plugins/w3-total-cache/inc/popup/common/index.html'),(3981,'wp-content/plugins/w3-total-cache/inc/popup/index.html'),(3982,'wp-content/plugins/w3-total-cache/inc/popup/pagespeed_results.php'),(3983,'wp-content/plugins/w3-total-cache/inc/widget/index.html'),(3984,'wp-content/plugins/w3-total-cache/inc/widget/latest.php'),(3985,'wp-content/plugins/w3-total-cache/inc/widget/latest_ajax.php'),(3986,'wp-content/plugins/w3-total-cache/inc/widget/latest_control.php'),(3987,'wp-content/plugins/w3-total-cache/inc/widget/latest_news.php'),(3988,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_ajax.php'),(3989,'wp-content/plugins/w3-total-cache/inc/widget/latest_news_control.php'),(3990,'wp-content/plugins/w3-total-cache/inc/widget/maxcdn.php'),(3991,'wp-content/plugins/w3-total-cache/inc/widget/maxcdn_signup.php'),(3992,'wp-content/plugins/w3-total-cache/inc/widget/netdna.php'),(3993,'wp-content/plugins/w3-total-cache/inc/widget/netdna_signup.php'),(3994,'wp-content/plugins/w3-total-cache/index.html'),(3995,'wp-content/plugins/w3-total-cache/ini/apc.ini'),(3996,'wp-content/plugins/w3-total-cache/ini/dbcluster-config-sample.php'),(3997,'wp-content/plugins/w3-total-cache/ini/eaccelerator.ini'),(3998,'wp-content/plugins/w3-total-cache/ini/index.html'),(3999,'wp-content/plugins/w3-total-cache/ini/memcache.ini'),(4000,'wp-content/plugins/w3-total-cache/ini/nginx-network-sample-config.conf'),(4001,'wp-content/plugins/w3-total-cache/ini/nginx-standalone-sample-config.conf'),(4002,'wp-content/plugins/w3-total-cache/ini/opcache.ini'),(4003,'wp-content/plugins/w3-total-cache/ini/php.append.ini'),(4004,'wp-content/plugins/w3-total-cache/ini/s3-sample-policy.txt'),(4005,'wp-content/plugins/w3-total-cache/ini/varnish-sample-config.vcl'),(4006,'wp-content/plugins/w3-total-cache/ini/web.config'),(4007,'wp-content/plugins/w3-total-cache/ini/xcache.ini'),(4008,'wp-content/plugins/w3-total-cache/languages/ar.mo'),(4009,'wp-content/plugins/w3-total-cache/languages/faq-en_US.xml'),(4010,'wp-content/plugins/w3-total-cache/languages/faq-enterprise-en_US.xml'),(4011,'wp-content/plugins/w3-total-cache/languages/faq-pro-en_US.xml'),(4012,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-ar_AR.po'),(4013,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.mo'),(4014,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-nl_NL.po'),(4015,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-pl_PL.po'),(4016,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.mo'),(4017,'wp-content/plugins/w3-total-cache/languages/w3-total-cache-sr_RS.po'),(4018,'wp-content/plugins/w3-total-cache/languages/w3-total-cache.pot'),(4019,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Client.php'),(4020,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/ClientInterface.php'),(4021,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJar.php'),(4022,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/CookieJarInterface.php'),(4023,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/FileCookieJar.php'),(4024,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SessionCookieJar.php'),(4025,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Cookie/SetCookie.php'),(4026,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/BadResponseException.php'),(4027,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ClientException.php'),(4028,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ConnectException.php'),(4029,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/GuzzleException.php'),(4030,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/RequestException.php'),(4031,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/SeekException.php'),(4032,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/ServerException.php'),(4033,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TooManyRedirectsException.php'),(4034,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Exception/TransferException.php'),(4035,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactory.php'),(4036,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlFactoryInterface.php'),(4037,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlHandler.php'),(4038,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/CurlMultiHandler.php'),(4039,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/EasyHandle.php'),(4040,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/MockHandler.php'),(4041,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/Proxy.php'),(4042,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Handler/StreamHandler.php'),(4043,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/HandlerStack.php'),(4044,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/MessageFormatter.php'),(4045,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Middleware.php'),(4046,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Pool.php'),(4047,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/PrepareBodyMiddleware.php'),(4048,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/AggregateException.php'),(4049,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php'),(4050,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Coroutine.php'),(4051,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/EachPromise.php'),(4052,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/FulfilledPromise.php'),(4053,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/Promise.php'),(4054,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromiseInterface.php'),(4055,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/PromisorInterface.php'),(4056,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectedPromise.php'),(4057,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/RejectionException.php'),(4058,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueue.php'),(4059,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/TaskQueueInterface.php'),(4060,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions.php'),(4061,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/functions_include.php'),(4062,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/AppendStream.php'),(4063,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/BufferStream.php'),(4064,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/CachingStream.php'),(4065,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/DroppingStream.php'),(4066,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/FnStream.php'),(4067,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/InflateStream.php'),(4068,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LazyOpenStream.php'),(4069,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/LimitStream.php'),(4070,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MessageTrait.php'),(4071,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/MultipartStream.php'),(4072,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/NoSeekStream.php'),(4073,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/PumpStream.php'),(4074,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Request.php'),(4075,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Response.php'),(4076,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/ServerRequest.php'),(4077,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Stream.php'),(4078,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamDecoratorTrait.php'),(4079,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/StreamWrapper.php'),(4080,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/UploadedFile.php'),(4081,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/Uri.php'),(4082,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions.php'),(4083,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Psr7/functions_include.php'),(4084,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RedirectMiddleware.php'),(4085,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RequestOptions.php'),(4086,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/RetryMiddleware.php'),(4087,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/TransferStats.php'),(4088,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/UriTemplate.php'),(4089,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions.php'),(4090,'wp-content/plugins/w3-total-cache/lib/Azure/GuzzleHttp/functions_include.php'),(4091,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/BlobRestProxy.php'),(4092,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Internal/IBlob.php'),(4093,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessCondition.php'),(4094,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AccessPolicy.php'),(4095,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseOptions.php'),(4096,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/AcquireLeaseResult.php'),(4097,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Blob.php'),(4098,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobBlockType.php'),(4099,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobPrefix.php'),(4100,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobProperties.php'),(4101,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobServiceOptions.php'),(4102,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlobType.php'),(4103,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Block.php'),(4104,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BlockList.php'),(4105,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/BreakLeaseResult.php'),(4106,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CommitBlobBlocksOptions.php'),(4107,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/Container.php'),(4108,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerACL.php'),(4109,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ContainerProperties.php'),(4110,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobOptions.php'),(4111,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CopyBlobResult.php'),(4112,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobBlockOptions.php'),(4113,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobOptions.php'),(4114,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesOptions.php'),(4115,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobPagesResult.php'),(4116,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotOptions.php'),(4117,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateBlobSnapshotResult.php'),(4118,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/CreateContainerOptions.php'),(4119,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteBlobOptions.php'),(4120,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/DeleteContainerOptions.php'),(4121,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataOptions.php'),(4122,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobMetadataResult.php'),(4123,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobOptions.php'),(4124,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesOptions.php'),(4125,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobPropertiesResult.php'),(4126,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetBlobResult.php'),(4127,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerACLResult.php'),(4128,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/GetContainerPropertiesResult.php'),(4129,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/LeaseMode.php'),(4130,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksOptions.php'),(4131,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobBlocksResult.php'),(4132,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsOptions.php'),(4133,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListBlobsResult.php'),(4134,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersOptions.php'),(4135,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListContainersResult.php'),(4136,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesOptions.php'),(4137,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/ListPageBlobRangesResult.php'),(4138,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageRange.php'),(4139,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PageWriteOption.php'),(4140,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/PublicAccessType.php'),(4141,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataOptions.php'),(4142,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobMetadataResult.php'),(4143,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesOptions.php'),(4144,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetBlobPropertiesResult.php'),(4145,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SetContainerMetadataOptions.php'),(4146,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Blob/Models/SignedIdentifier.php'),(4147,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/CloudConfigurationManager.php'),(4148,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/IAuthScheme.php'),(4149,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/SharedKeyAuthScheme.php'),(4150,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/StorageAuthScheme.php'),(4151,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Authentication/TableSharedKeyLiteAuthScheme.php'),(4152,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringParser.php'),(4153,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ConnectionStringSource.php'),(4154,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/FilterableService.php'),(4155,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/AuthenticationFilter.php'),(4156,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/DateFilter.php'),(4157,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/ExponentialRetryPolicy.php'),(4158,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/HeadersFilter.php'),(4159,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicy.php'),(4160,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Filters/RetryPolicyFilter.php'),(4161,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Http/HttpCallContext.php'),(4162,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/HttpFormatter.php'),(4163,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/IServiceFilter.php'),(4164,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/InvalidArgumentTypeException.php'),(4165,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Logger.php'),(4166,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Resources.php'),(4167,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RestProxy.php'),(4168,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/RetryMiddlewareFactory.php'),(4169,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/ISerializer.php'),(4170,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/JsonSerializer.php'),(4171,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Serialization/XmlSerializer.php'),(4172,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceRestProxy.php'),(4173,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/ServiceSettings.php'),(4174,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/StorageServiceSettings.php'),(4175,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Utilities.php'),(4176,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Internal/Validate.php'),(4177,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/GetServicePropertiesResult.php'),(4178,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Logging.php'),(4179,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/Metrics.php'),(4180,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/RetentionPolicy.php'),(4181,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/Models/ServiceProperties.php'),(4182,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServiceException.php'),(4183,'wp-content/plugins/w3-total-cache/lib/Azure/MicrosoftAzureStorage/Common/ServicesBuilder.php'),(4184,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/MessageInterface.php'),(4185,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/RequestInterface.php'),(4186,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ResponseInterface.php'),(4187,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/ServerRequestInterface.php'),(4188,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/StreamInterface.php'),(4189,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UploadedFileInterface.php'),(4190,'wp-content/plugins/w3-total-cache/lib/Azure/PsrHttpMessage/UriInterface.php'),(4191,'wp-content/plugins/w3-total-cache/lib/Azure/loader.php'),(4192,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy.php'),(4193,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_optimise.php'),(4194,'wp-content/plugins/w3-total-cache/lib/CSSTidy/class.csstidy_print.php'),(4195,'wp-content/plugins/w3-total-cache/lib/CSSTidy/data.inc.php'),(4196,'wp-content/plugins/w3-total-cache/lib/CSSTidy/index.html'),(4197,'wp-content/plugins/w3-total-cache/lib/Db/mssql.php'),(4198,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Abstract.php'),(4199,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AppIdentity.php'),(4200,'wp-content/plugins/w3-total-cache/lib/Google/Auth/AssertionCredentials.php'),(4201,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Exception.php'),(4202,'wp-content/plugins/w3-total-cache/lib/Google/Auth/LoginTicket.php'),(4203,'wp-content/plugins/w3-total-cache/lib/Google/Auth/OAuth2.php'),(4204,'wp-content/plugins/w3-total-cache/lib/Google/Auth/Simple.php'),(4205,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Abstract.php'),(4206,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Apc.php'),(4207,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Exception.php'),(4208,'wp-content/plugins/w3-total-cache/lib/Google/Cache/File.php'),(4209,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Memcache.php'),(4210,'wp-content/plugins/w3-total-cache/lib/Google/Cache/Null.php'),(4211,'wp-content/plugins/w3-total-cache/lib/Google/Client.php'),(4212,'wp-content/plugins/w3-total-cache/lib/Google/Collection.php'),(4213,'wp-content/plugins/w3-total-cache/lib/Google/Config.php'),(4214,'wp-content/plugins/w3-total-cache/lib/Google/Exception.php'),(4215,'wp-content/plugins/w3-total-cache/lib/Google/Http/Batch.php'),(4216,'wp-content/plugins/w3-total-cache/lib/Google/Http/CacheParser.php'),(4217,'wp-content/plugins/w3-total-cache/lib/Google/Http/MediaFileUpload.php'),(4218,'wp-content/plugins/w3-total-cache/lib/Google/Http/REST.php'),(4219,'wp-content/plugins/w3-total-cache/lib/Google/Http/Request.php'),(4220,'wp-content/plugins/w3-total-cache/lib/Google/IO/Abstract.php'),(4221,'wp-content/plugins/w3-total-cache/lib/Google/IO/Curl.php'),(4222,'wp-content/plugins/w3-total-cache/lib/Google/IO/Exception.php'),(4223,'wp-content/plugins/w3-total-cache/lib/Google/IO/Stream.php'),(4224,'wp-content/plugins/w3-total-cache/lib/Google/IO/cacerts.pem'),(4225,'wp-content/plugins/w3-total-cache/lib/Google/Model.php'),(4226,'wp-content/plugins/w3-total-cache/lib/Google/Service/Drive.php'),(4227,'wp-content/plugins/w3-total-cache/lib/Google/Service/Exception.php'),(4228,'wp-content/plugins/w3-total-cache/lib/Google/Service/Oauth2.php'),(4229,'wp-content/plugins/w3-total-cache/lib/Google/Service/Resource.php'),(4230,'wp-content/plugins/w3-total-cache/lib/Google/Service.php'),(4231,'wp-content/plugins/w3-total-cache/lib/Google/Signer/Abstract.php'),(4232,'wp-content/plugins/w3-total-cache/lib/Google/Signer/P12.php'),(4233,'wp-content/plugins/w3-total-cache/lib/Google/Utils/URITemplate.php'),(4234,'wp-content/plugins/w3-total-cache/lib/Google/Utils.php'),(4235,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Abstract.php'),(4236,'wp-content/plugins/w3-total-cache/lib/Google/Verifier/Pem.php'),(4237,'wp-content/plugins/w3-total-cache/lib/Minify/CSSmin.php'),(4238,'wp-content/plugins/w3-total-cache/lib/Minify/DooDigestAuth.php'),(4239,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/ConditionalGet.php'),(4240,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/Encoder.php'),(4241,'wp-content/plugins/w3-total-cache/lib/Minify/HTTP/index.html'),(4242,'wp-content/plugins/w3-total-cache/lib/Minify/JSMin.php'),(4243,'wp-content/plugins/w3-total-cache/lib/Minify/JSMinPlus.php'),(4244,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Build.php'),(4245,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/Compressor.php'),(4246,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/UriRewriter.php'),(4247,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS/index.html'),(4248,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSS.php'),(4249,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CSSTidy.php'),(4250,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/File.php'),(4251,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/W3TCDerived.php'),(4252,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/ZendPlatform.php'),(4253,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Cache/index.html'),(4254,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ClosureCompiler.php'),(4255,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CombineOnly.php'),(4256,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/CommentPreserver.php'),(4257,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Base.php'),(4258,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Files.php'),(4259,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Groups.php'),(4260,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/MinApp.php'),(4261,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Page.php'),(4262,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/Version1.php'),(4263,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Controller/index.html'),(4264,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/DebugDetector.php'),(4265,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML/Helper.php'),(4266,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTML.php'),(4267,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/HTMLTidy.php'),(4268,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/IgnoredCommentPreserver.php'),(4269,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/ImportProcessor.php'),(4270,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/CSS.php'),(4271,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/JavaScript.php'),(4272,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline/index.html'),(4273,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Inline.php'),(4274,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/JS/ClosureCompiler.php'),(4275,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Lines.php'),(4276,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Loader.php'),(4277,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Logger.php'),(4278,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Packer.php'),(4279,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/Source.php'),(4280,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.java'),(4281,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUI/CssCompressor.php'),(4282,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/YUICompressor.php'),(4283,'wp-content/plugins/w3-total-cache/lib/Minify/Minify/index.html'),(4284,'wp-content/plugins/w3-total-cache/lib/Minify/Minify.php'),(4285,'wp-content/plugins/w3-total-cache/lib/Minify/index.html'),(4286,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNA.php'),(4287,'wp-content/plugins/w3-total-cache/lib/NetDNA/NetDNAPresentation.php'),(4288,'wp-content/plugins/w3-total-cache/lib/NetDNA/W3tcWpHttpException.php'),(4289,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicAPI.php'),(4290,'wp-content/plugins/w3-total-cache/lib/NewRelic/NewRelicWrapper.php'),(4291,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.nusoap_base.php'),(4292,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_fault.php'),(4293,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_parser.php'),(4294,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_transport_http.php'),(4295,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soap_val.php'),(4296,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.soapclient.php'),(4297,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdl.php'),(4298,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.wsdlcache.php'),(4299,'wp-content/plugins/w3-total-cache/lib/Nusoap/class.xmlschema.php'),(4300,'wp-content/plugins/w3-total-cache/lib/Nusoap/index.html'),(4301,'wp-content/plugins/w3-total-cache/lib/Nusoap/nusoap.php'),(4302,'wp-content/plugins/w3-total-cache/lib/OAuth/W3tcOAuth.php'),(4303,'wp-content/plugins/w3-total-cache/lib/S3.php'),(4304,'wp-content/plugins/w3-total-cache/lib/SNS/README.md'),(4305,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/LICENSE'),(4306,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/README.md'),(4307,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/cacert.pem'),(4308,'wp-content/plugins/w3-total-cache/lib/SNS/lib/requestcore/requestcore.class.php'),(4309,'wp-content/plugins/w3-total-cache/lib/SNS/sdk.class.php'),(4310,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/Message.php'),(4311,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/MessageValidator.php'),(4312,'wp-content/plugins/w3-total-cache/lib/SNS/services/MessageValidator/sns-exceptions.php'),(4313,'wp-content/plugins/w3-total-cache/lib/SNS/services/sns.class.php'),(4314,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/request.class.php'),(4315,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/response.class.php'),(4316,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/simplexml.class.php'),(4317,'wp-content/plugins/w3-total-cache/lib/SNS/utilities/utilities.class.php'),(4318,'wp-content/plugins/w3-total-cache/lib/index.html'),(4319,'wp-content/plugins/w3-total-cache/press.txt'),(4320,'wp-content/plugins/w3-total-cache/pub/css/error.css'),(4321,'wp-content/plugins/w3-total-cache/pub/css/index.html'),(4322,'wp-content/plugins/w3-total-cache/pub/css/lightbox.css'),(4323,'wp-content/plugins/w3-total-cache/pub/css/options.css'),(4324,'wp-content/plugins/w3-total-cache/pub/css/popup.css'),(4325,'wp-content/plugins/w3-total-cache/pub/css/widget.css'),(4326,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title-retina.png'),(4327,'wp-content/plugins/w3-total-cache/pub/img/W3TC_dashboard_logo_title.png'),(4328,'wp-content/plugins/w3-total-cache/pub/img/button-grad-active.png'),(4329,'wp-content/plugins/w3-total-cache/pub/img/button-grad.png'),(4330,'wp-content/plugins/w3-total-cache/pub/img/cdn-highwinds-logo.png'),(4331,'wp-content/plugins/w3-total-cache/pub/img/close.png'),(4332,'wp-content/plugins/w3-total-cache/pub/img/google-logo.png'),(4333,'wp-content/plugins/w3-total-cache/pub/img/index.html'),(4334,'wp-content/plugins/w3-total-cache/pub/img/open.png'),(4335,'wp-content/plugins/w3-total-cache/pub/img/overlay/ceo.png'),(4336,'wp-content/plugins/w3-total-cache/pub/img/overlay/gray-check.png'),(4337,'wp-content/plugins/w3-total-cache/pub/img/overlay/list-check.png'),(4338,'wp-content/plugins/w3-total-cache/pub/img/overlay/lite-gray-check.png'),(4339,'wp-content/plugins/w3-total-cache/pub/img/overlay/lock.png'),(4340,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-close.png'),(4341,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-down-arrow.png'),(4342,'wp-content/plugins/w3-total-cache/pub/img/overlay/overlay-logo.png'),(4343,'wp-content/plugins/w3-total-cache/pub/img/overlay/save-close.png'),(4344,'wp-content/plugins/w3-total-cache/pub/img/overlay/select-arrow.png'),(4345,'wp-content/plugins/w3-total-cache/pub/img/overlay/twitter-bird-dark-bgs.png'),(4346,'wp-content/plugins/w3-total-cache/pub/img/overlay/w3-meteor.png'),(4347,'wp-content/plugins/w3-total-cache/pub/img/overlay/wordpress-logo-simplified-rgb.png'),(4348,'wp-content/plugins/w3-total-cache/pub/img/ps_bar.gif'),(4349,'wp-content/plugins/w3-total-cache/pub/img/ps_grad.gif'),(4350,'wp-content/plugins/w3-total-cache/pub/img/ps_scores.png'),(4351,'wp-content/plugins/w3-total-cache/pub/img/sidebar-background.png'),(4352,'wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite-admin-bar.png'),(4353,'wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite-retina.png'),(4354,'wp-content/plugins/w3-total-cache/pub/img/w3tc-sprite.png'),(4355,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo-retina.png'),(4356,'wp-content/plugins/w3-total-cache/pub/img/w3tc_google-logo.png'),(4357,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo-retina.png'),(4358,'wp-content/plugins/w3-total-cache/pub/img/w3tc_maxcdn-logo.png'),(4359,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo-retina.png'),(4360,'wp-content/plugins/w3-total-cache/pub/img/w3tc_netdna-logo.png'),(4361,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo-retina.png'),(4362,'wp-content/plugins/w3-total-cache/pub/img/w3tc_newrelic-logo.png'),(4363,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo-retina.png'),(4364,'wp-content/plugins/w3-total-cache/pub/img/w3tc_swarmify-logo.png'),(4365,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo-retina.png'),(4366,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3edge-logo.png'),(4367,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo-retina.png'),(4368,'wp-content/plugins/w3-total-cache/pub/img/w3tc_w3tc-logo.png'),(4369,'wp-content/plugins/w3-total-cache/pub/img/white-grad-active.png'),(4370,'wp-content/plugins/w3-total-cache/pub/img/white-grad.png'),(4371,'wp-content/plugins/w3-total-cache/pub/img/wpspin_light.gif'),(4372,'wp-content/plugins/w3-total-cache/pub/index.html'),(4373,'wp-content/plugins/w3-total-cache/pub/js/index.html'),(4374,'wp-content/plugins/w3-total-cache/pub/js/jquery.masonry.min.js'),(4375,'wp-content/plugins/w3-total-cache/pub/js/lightbox.js'),(4376,'wp-content/plugins/w3-total-cache/pub/js/metadata.js'),(4377,'wp-content/plugins/w3-total-cache/pub/js/options.js'),(4378,'wp-content/plugins/w3-total-cache/pub/js/popup.js'),(4379,'wp-content/plugins/w3-total-cache/pub/js/widget.js'),(4380,'wp-content/plugins/w3-total-cache/pub/opcache.php'),(4381,'wp-content/plugins/w3-total-cache/pub/sns.php'),(4382,'wp-content/plugins/w3-total-cache/readme.txt'),(4383,'wp-content/plugins/w3-total-cache/w3-total-cache-api.php'),(4384,'wp-content/plugins/w3-total-cache/w3-total-cache-old-php.php'),(4385,'wp-content/plugins/w3-total-cache/w3-total-cache.php'),(4386,'wp-content/plugins/w3-total-cache/wp-content/advanced-cache.php'),(4387,'wp-content/plugins/w3-total-cache/wp-content/db.php'),(4388,'wp-content/plugins/w3-total-cache/wp-content/index.html'),(4389,'wp-content/plugins/w3-total-cache/wp-content/object-cache.php'),(4390,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-controller.php'),(4391,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-creator.php'),(4392,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-list-table.php'),(4393,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-model.php'),(4394,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-update.php'),(4395,'wp-content/plugins/wonderplugin-carousel/app/class-wonderplugin-carousel-view.php'),(4396,'wp-content/plugins/wonderplugin-carousel/app/wonderplugin-carousel-creator.js'),(4397,'wp-content/plugins/wonderplugin-carousel/app/wonderplugin-carousel-functions.php'),(4398,'wp-content/plugins/wonderplugin-carousel/app/wonderplugincarouseltemplate.js'),(4399,'wp-content/plugins/wonderplugin-carousel/engine/froogaloop2.min.js'),(4400,'wp-content/plugins/wonderplugin-carousel/engine/icons/demo.html'),(4401,'wp-content/plugins/wonderplugin-carousel/engine/jquery.js'),(4402,'wp-content/plugins/wonderplugin-carousel/engine/wonderplugincarousel.js'),(4403,'wp-content/plugins/wonderplugin-carousel/engine/wonderplugincarouselskins.js'),(4404,'wp-content/plugins/wonderplugin-carousel/wonderplugincarousel.php'),(4405,'wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-controller.php'),(4406,'wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-creator.php'),(4407,'wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-list-table.php'),(4408,'wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-model.php'),(4409,'wp-content/plugins/wonderplugin-slider-lite/app/class-wonderplugin-slider-view.php'),(4410,'wp-content/plugins/wonderplugin-slider-lite/app/wonderplugin-slider-creator.js'),(4411,'wp-content/plugins/wonderplugin-slider-lite/app/wonderplugin-slider-functions.php'),(4412,'wp-content/plugins/wonderplugin-slider-lite/engine/froogaloop2.min.js'),(4413,'wp-content/plugins/wonderplugin-slider-lite/engine/jquery.js'),(4414,'wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginslider.js'),(4415,'wp-content/plugins/wonderplugin-slider-lite/engine/wonderpluginsliderskins.js'),(4416,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-controller.php'),(4417,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-creator.php'),(4418,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-list-table.php'),(4419,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-model.php'),(4420,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/class-wonderplugin-slider-view.php'),(4421,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/wonderplugin-slider-creator.js'),(4422,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/app/wonderplugin-slider-functions.php'),(4423,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/engine/froogaloop2.min.js'),(4424,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/engine/jquery.js'),(4425,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/engine/wonderpluginslider.js'),(4426,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/engine/wonderpluginsliderskins.js'),(4427,'wp-content/plugins/wonderplugin-slider-lite/wonderplugin-slider/wonderpluginslider.php'),(4428,'wp-content/plugins/wonderplugin-slider-lite/wonderpluginslider.php'),(4429,'wp-content/plugins/woocommerce/assets/css/_animation.scss'),(4430,'wp-content/plugins/woocommerce/assets/css/_fonts.scss'),(4431,'wp-content/plugins/woocommerce/assets/css/_mixins.scss'),(4432,'wp-content/plugins/woocommerce/assets/css/_variables.scss'),(4433,'wp-content/plugins/woocommerce/assets/css/activation-rtl.css'),(4434,'wp-content/plugins/woocommerce/assets/css/activation.css'),(4435,'wp-content/plugins/woocommerce/assets/css/activation.scss'),(4436,'wp-content/plugins/woocommerce/assets/css/admin-rtl.css'),(4437,'wp-content/plugins/woocommerce/assets/css/admin.css'),(4438,'wp-content/plugins/woocommerce/assets/css/admin.scss'),(4439,'wp-content/plugins/woocommerce/assets/css/auth-rtl.css'),(4440,'wp-content/plugins/woocommerce/assets/css/auth.css'),(4441,'wp-content/plugins/woocommerce/assets/css/auth.scss'),(4442,'wp-content/plugins/woocommerce/assets/css/dashboard-rtl.css'),(4443,'wp-content/plugins/woocommerce/assets/css/dashboard.css'),(4444,'wp-content/plugins/woocommerce/assets/css/dashboard.scss'),(4445,'wp-content/plugins/woocommerce/assets/css/helper-rtl.css'),(4446,'wp-content/plugins/woocommerce/assets/css/helper.css'),(4447,'wp-content/plugins/woocommerce/assets/css/helper.scss'),(4448,'wp-content/plugins/woocommerce/assets/css/menu-rtl.css'),(4449,'wp-content/plugins/woocommerce/assets/css/menu.css'),(4450,'wp-content/plugins/woocommerce/assets/css/menu.scss'),(4451,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.css'),(4452,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png'),(4453,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg'),(4454,'wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif'),(4455,'wp-content/plugins/woocommerce/assets/css/photoswipe/photoswipe.css'),(4456,'wp-content/plugins/woocommerce/assets/css/prettyPhoto-rtl.css'),(4457,'wp-content/plugins/woocommerce/assets/css/prettyPhoto.css'),(4458,'wp-content/plugins/woocommerce/assets/css/prettyPhoto.scss'),(4459,'wp-content/plugins/woocommerce/assets/css/reports-print-rtl.css'),(4460,'wp-content/plugins/woocommerce/assets/css/reports-print.css'),(4461,'wp-content/plugins/woocommerce/assets/css/reports-print.scss'),(4462,'wp-content/plugins/woocommerce/assets/css/select2.css'),(4463,'wp-content/plugins/woocommerce/assets/css/select2.scss'),(4464,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen-rtl.css'),(4465,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen.css'),(4466,'wp-content/plugins/woocommerce/assets/css/twenty-seventeen.scss'),(4467,'wp-content/plugins/woocommerce/assets/css/wc-setup-rtl.css'),(4468,'wp-content/plugins/woocommerce/assets/css/wc-setup.css'),(4469,'wp-content/plugins/woocommerce/assets/css/wc-setup.scss'),(4470,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout-rtl.css'),(4471,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout.css'),(4472,'wp-content/plugins/woocommerce/assets/css/woocommerce-layout.scss'),(4473,'wp-content/plugins/woocommerce/assets/css/woocommerce-rtl.css'),(4474,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen-rtl.css'),(4475,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.css'),(4476,'wp-content/plugins/woocommerce/assets/css/woocommerce-smallscreen.scss'),(4477,'wp-content/plugins/woocommerce/assets/css/woocommerce.css'),(4478,'wp-content/plugins/woocommerce/assets/css/woocommerce.scss'),(4479,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot'),(4480,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg'),(4481,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf'),(4482,'wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff'),(4483,'wp-content/plugins/woocommerce/assets/fonts/star.eot'),(4484,'wp-content/plugins/woocommerce/assets/fonts/star.svg'),(4485,'wp-content/plugins/woocommerce/assets/fonts/star.ttf'),(4486,'wp-content/plugins/woocommerce/assets/fonts/star.woff'),(4487,'wp-content/plugins/woocommerce/assets/images/calendar.png'),(4488,'wp-content/plugins/woocommerce/assets/images/help.png'),(4489,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.png'),(4490,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg'),(4491,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.png'),(4492,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg'),(4493,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.png'),(4494,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg'),(4495,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.png'),(4496,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg'),(4497,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.png'),(4498,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg'),(4499,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.png'),(4500,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg'),(4501,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.png'),(4502,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg'),(4503,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.png'),(4504,'wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg'),(4505,'wp-content/plugins/woocommerce/assets/images/icons/edit.png'),(4506,'wp-content/plugins/woocommerce/assets/images/icons/loader.svg'),(4507,'wp-content/plugins/woocommerce/assets/images/paypal-braintree.png'),(4508,'wp-content/plugins/woocommerce/assets/images/paypal.png'),(4509,'wp-content/plugins/woocommerce/assets/images/placeholder.png'),(4510,'wp-content/plugins/woocommerce/assets/images/select2-spinner.gif'),(4511,'wp-content/plugins/woocommerce/assets/images/select2.png'),(4512,'wp-content/plugins/woocommerce/assets/images/select2x2.png'),(4513,'wp-content/plugins/woocommerce/assets/images/storefront-bg.jpg'),(4514,'wp-content/plugins/woocommerce/assets/images/storefront-intro.png'),(4515,'wp-content/plugins/woocommerce/assets/images/storefront.png'),(4516,'wp-content/plugins/woocommerce/assets/images/stripe.png'),(4517,'wp-content/plugins/woocommerce/assets/images/wcs-canada-post-logo.jpg'),(4518,'wp-content/plugins/woocommerce/assets/images/wcs-extensions-banner-3x.png'),(4519,'wp-content/plugins/woocommerce/assets/images/wcs-truck-banner-3x.png'),(4520,'wp-content/plugins/woocommerce/assets/images/wcs-usps-logo.png'),(4521,'wp-content/plugins/woocommerce/assets/images/woocommerce_logo.png'),(4522,'wp-content/plugins/woocommerce/assets/images/woocommerce_logo.svg'),(4523,'wp-content/plugins/woocommerce/assets/js/accounting/accounting.js'),(4524,'wp-content/plugins/woocommerce/assets/js/accounting/accounting.min.js'),(4525,'wp-content/plugins/woocommerce/assets/js/admin/api-keys.js'),(4526,'wp-content/plugins/woocommerce/assets/js/admin/api-keys.min.js'),(4527,'wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.js'),(4528,'wp-content/plugins/woocommerce/assets/js/admin/backbone-modal.min.js'),(4529,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.js'),(4530,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-coupon.min.js'),(4531,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.js'),(4532,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-order.min.js'),(4533,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.js'),(4534,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product-variation.min.js'),(4535,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.js'),(4536,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes-product.min.js'),(4537,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.js'),(4538,'wp-content/plugins/woocommerce/assets/js/admin/meta-boxes.min.js'),(4539,'wp-content/plugins/woocommerce/assets/js/admin/product-ordering.js'),(4540,'wp-content/plugins/woocommerce/assets/js/admin/product-ordering.min.js'),(4541,'wp-content/plugins/woocommerce/assets/js/admin/quick-edit.js'),(4542,'wp-content/plugins/woocommerce/assets/js/admin/quick-edit.min.js'),(4543,'wp-content/plugins/woocommerce/assets/js/admin/reports.js'),(4544,'wp-content/plugins/woocommerce/assets/js/admin/reports.min.js'),(4545,'wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.js'),(4546,'wp-content/plugins/woocommerce/assets/js/admin/settings-views-html-settings-tax.min.js'),(4547,'wp-content/plugins/woocommerce/assets/js/admin/settings.js'),(4548,'wp-content/plugins/woocommerce/assets/js/admin/settings.min.js'),(4549,'wp-content/plugins/woocommerce/assets/js/admin/system-status.js'),(4550,'wp-content/plugins/woocommerce/assets/js/admin/system-status.min.js'),(4551,'wp-content/plugins/woocommerce/assets/js/admin/term-ordering.js'),(4552,'wp-content/plugins/woocommerce/assets/js/admin/term-ordering.min.js'),(4553,'wp-content/plugins/woocommerce/assets/js/admin/users.js'),(4554,'wp-content/plugins/woocommerce/assets/js/admin/users.min.js'),(4555,'wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.js'),(4556,'wp-content/plugins/woocommerce/assets/js/admin/wc-enhanced-select.min.js'),(4557,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.js'),(4558,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-export.min.js'),(4559,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.js'),(4560,'wp-content/plugins/woocommerce/assets/js/admin/wc-product-import.min.js'),(4561,'wp-content/plugins/woocommerce/assets/js/admin/wc-setup.js'),(4562,'wp-content/plugins/woocommerce/assets/js/admin/wc-setup.min.js'),(4563,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.js'),(4564,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-classes.min.js'),(4565,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.js'),(4566,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zone-methods.min.js'),(4567,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.js'),(4568,'wp-content/plugins/woocommerce/assets/js/admin/wc-shipping-zones.min.js'),(4569,'wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.js'),(4570,'wp-content/plugins/woocommerce/assets/js/admin/woocommerce_admin.min.js'),(4571,'wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.js'),(4572,'wp-content/plugins/woocommerce/assets/js/flexslider/jquery.flexslider.min.js'),(4573,'wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.js'),(4574,'wp-content/plugins/woocommerce/assets/js/frontend/add-payment-method.min.js'),(4575,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.js'),(4576,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart-variation.min.js'),(4577,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.js'),(4578,'wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js'),(4579,'wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.js'),(4580,'wp-content/plugins/woocommerce/assets/js/frontend/address-i18n.min.js'),(4581,'wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.js'),(4582,'wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js'),(4583,'wp-content/plugins/woocommerce/assets/js/frontend/cart.js'),(4584,'wp-content/plugins/woocommerce/assets/js/frontend/cart.min.js'),(4585,'wp-content/plugins/woocommerce/assets/js/frontend/checkout.js'),(4586,'wp-content/plugins/woocommerce/assets/js/frontend/checkout.min.js'),(4587,'wp-content/plugins/woocommerce/assets/js/frontend/country-select.js'),(4588,'wp-content/plugins/woocommerce/assets/js/frontend/country-select.min.js'),(4589,'wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.js'),(4590,'wp-content/plugins/woocommerce/assets/js/frontend/credit-card-form.min.js'),(4591,'wp-content/plugins/woocommerce/assets/js/frontend/geolocation.js'),(4592,'wp-content/plugins/woocommerce/assets/js/frontend/geolocation.min.js'),(4593,'wp-content/plugins/woocommerce/assets/js/frontend/lost-password.js'),(4594,'wp-content/plugins/woocommerce/assets/js/frontend/lost-password.min.js'),(4595,'wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.js'),(4596,'wp-content/plugins/woocommerce/assets/js/frontend/password-strength-meter.min.js'),(4597,'wp-content/plugins/woocommerce/assets/js/frontend/price-slider.js'),(4598,'wp-content/plugins/woocommerce/assets/js/frontend/price-slider.min.js'),(4599,'wp-content/plugins/woocommerce/assets/js/frontend/single-product.js'),(4600,'wp-content/plugins/woocommerce/assets/js/frontend/single-product.min.js'),(4601,'wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.js'),(4602,'wp-content/plugins/woocommerce/assets/js/frontend/tokenization-form.min.js'),(4603,'wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.js'),(4604,'wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js'),(4605,'wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.js'),(4606,'wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js'),(4607,'wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.js'),(4608,'wp-content/plugins/woocommerce/assets/js/jquery-cookie/jquery.cookie.min.js'),(4609,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.js'),(4610,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.min.js'),(4611,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.js'),(4612,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.pie.min.js'),(4613,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.js'),(4614,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.resize.min.js'),(4615,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.js'),(4616,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.stack.min.js'),(4617,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.js'),(4618,'wp-content/plugins/woocommerce/assets/js/jquery-flot/jquery.flot.time.min.js'),(4619,'wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.js'),(4620,'wp-content/plugins/woocommerce/assets/js/jquery-payment/jquery.payment.min.js'),(4621,'wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.js'),(4622,'wp-content/plugins/woocommerce/assets/js/jquery-qrcode/jquery.qrcode.min.js'),(4623,'wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.js'),(4624,'wp-content/plugins/woocommerce/assets/js/jquery-serializejson/jquery.serializejson.min.js'),(4625,'wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.js'),(4626,'wp-content/plugins/woocommerce/assets/js/jquery-tiptip/jquery.tipTip.min.js'),(4627,'wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.js'),(4628,'wp-content/plugins/woocommerce/assets/js/jquery-ui-touch-punch/jquery-ui-touch-punch.min.js'),(4629,'wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.js'),(4630,'wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js'),(4631,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.js'),(4632,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe-ui-default.min.js'),(4633,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.js'),(4634,'wp-content/plugins/woocommerce/assets/js/photoswipe/photoswipe.min.js'),(4635,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.js'),(4636,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.init.min.js'),(4637,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.js'),(4638,'wp-content/plugins/woocommerce/assets/js/prettyPhoto/jquery.prettyPhoto.min.js'),(4639,'wp-content/plugins/woocommerce/assets/js/round/round.js'),(4640,'wp-content/plugins/woocommerce/assets/js/round/round.min.js'),(4641,'wp-content/plugins/woocommerce/assets/js/select2/select2.full.js'),(4642,'wp-content/plugins/woocommerce/assets/js/select2/select2.full.min.js'),(4643,'wp-content/plugins/woocommerce/assets/js/select2/select2.js'),(4644,'wp-content/plugins/woocommerce/assets/js/select2/select2.min.js'),(4645,'wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.js'),(4646,'wp-content/plugins/woocommerce/assets/js/stupidtable/stupidtable.min.js'),(4647,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/ZeroClipboard.swf'),(4648,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.js'),(4649,'wp-content/plugins/woocommerce/assets/js/zeroclipboard/jquery.zeroclipboard.min.js'),(4650,'wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.js'),(4651,'wp-content/plugins/woocommerce/assets/js/zoom/jquery.zoom.min.js'),(4652,'wp-content/plugins/woocommerce/dummy-data/dummy-data.csv'),(4653,'wp-content/plugins/woocommerce/dummy-data/dummy-data.xml'),(4654,'wp-content/plugins/woocommerce/dummy-data/sample_tax_rates.csv'),(4655,'wp-content/plugins/woocommerce/i18n/continents.php'),(4656,'wp-content/plugins/woocommerce/i18n/countries.php'),(4657,'wp-content/plugins/woocommerce/i18n/languages/woocommerce.pot'),(4658,'wp-content/plugins/woocommerce/i18n/locale-info.php'),(4659,'wp-content/plugins/woocommerce/i18n/states/AR.php'),(4660,'wp-content/plugins/woocommerce/i18n/states/AU.php'),(4661,'wp-content/plugins/woocommerce/i18n/states/BD.php'),(4662,'wp-content/plugins/woocommerce/i18n/states/BG.php'),(4663,'wp-content/plugins/woocommerce/i18n/states/BO.php'),(4664,'wp-content/plugins/woocommerce/i18n/states/BR.php'),(4665,'wp-content/plugins/woocommerce/i18n/states/CA.php'),(4666,'wp-content/plugins/woocommerce/i18n/states/CN.php'),(4667,'wp-content/plugins/woocommerce/i18n/states/ES.php'),(4668,'wp-content/plugins/woocommerce/i18n/states/GR.php'),(4669,'wp-content/plugins/woocommerce/i18n/states/HK.php'),(4670,'wp-content/plugins/woocommerce/i18n/states/HU.php'),(4671,'wp-content/plugins/woocommerce/i18n/states/ID.php'),(4672,'wp-content/plugins/woocommerce/i18n/states/IE.php'),(4673,'wp-content/plugins/woocommerce/i18n/states/IN.php'),(4674,'wp-content/plugins/woocommerce/i18n/states/IR.php'),(4675,'wp-content/plugins/woocommerce/i18n/states/IT.php'),(4676,'wp-content/plugins/woocommerce/i18n/states/JP.php'),(4677,'wp-content/plugins/woocommerce/i18n/states/MX.php'),(4678,'wp-content/plugins/woocommerce/i18n/states/MY.php'),(4679,'wp-content/plugins/woocommerce/i18n/states/NG.php'),(4680,'wp-content/plugins/woocommerce/i18n/states/NP.php'),(4681,'wp-content/plugins/woocommerce/i18n/states/NZ.php'),(4682,'wp-content/plugins/woocommerce/i18n/states/PE.php'),(4683,'wp-content/plugins/woocommerce/i18n/states/PH.php'),(4684,'wp-content/plugins/woocommerce/i18n/states/PK.php'),(4685,'wp-content/plugins/woocommerce/i18n/states/RO.php'),(4686,'wp-content/plugins/woocommerce/i18n/states/TH.php'),(4687,'wp-content/plugins/woocommerce/i18n/states/TR.php'),(4688,'wp-content/plugins/woocommerce/i18n/states/US.php'),(4689,'wp-content/plugins/woocommerce/i18n/states/ZA.php'),(4690,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-data.php'),(4691,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-deprecated-hooks.php'),(4692,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-integration.php'),(4693,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-log-handler.php'),(4694,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-object-query.php'),(4695,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-order.php'),(4696,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-gateway.php'),(4697,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-payment-token.php'),(4698,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-product.php'),(4699,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-controller.php'),(4700,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-crud-controller.php'),(4701,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-posts-controller.php'),(4702,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-shipping-zones-controller.php'),(4703,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-rest-terms-controller.php'),(4704,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-session.php'),(4705,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-settings-api.php'),(4706,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-shipping-method.php'),(4707,'wp-content/plugins/woocommerce/includes/abstracts/abstract-wc-widget.php'),(4708,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-addons.php'),(4709,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys-table-list.php'),(4710,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-api-keys.php'),(4711,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-assets.php'),(4712,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-attributes.php'),(4713,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-customize.php'),(4714,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-dashboard.php'),(4715,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-duplicate-product.php'),(4716,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-exporters.php'),(4717,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-help.php'),(4718,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-importers.php'),(4719,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-log-table-list.php'),(4720,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-menus.php'),(4721,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-meta-boxes.php'),(4722,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-notices.php'),(4723,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-permalink-settings.php'),(4724,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-pointers.php'),(4725,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-post-types.php'),(4726,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-profile.php'),(4727,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-reports.php'),(4728,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-settings.php'),(4729,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-setup-wizard.php'),(4730,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-status.php'),(4731,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-taxonomies.php'),(4732,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks-table-list.php'),(4733,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin-webhooks.php'),(4734,'wp-content/plugins/woocommerce/includes/admin/class-wc-admin.php'),(4735,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-api.php'),(4736,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-compat.php'),(4737,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-options.php'),(4738,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-plugin-info.php'),(4739,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper-updater.php'),(4740,'wp-content/plugins/woocommerce/includes/admin/helper/class-wc-helper.php'),(4741,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-helper-compat.php'),(4742,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-main.php'),(4743,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-oauth-start.php'),(4744,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-account.php'),(4745,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php'),(4746,'wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-notices.php'),(4747,'wp-content/plugins/woocommerce/includes/admin/importers/class-wc-product-csv-importer-controller.php'),(4748,'wp-content/plugins/woocommerce/includes/admin/importers/class-wc-tax-rate-importer.php'),(4749,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/default.php'),(4750,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/generic.php'),(4751,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/mappings.php'),(4752,'wp-content/plugins/woocommerce/includes/admin/importers/mappings/wordpress.php'),(4753,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-done.php'),(4754,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-footer.php'),(4755,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-header.php'),(4756,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-mapping.php'),(4757,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-progress.php'),(4758,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-csv-import-steps.php'),(4759,'wp-content/plugins/woocommerce/includes/admin/importers/views/html-product-csv-import-form.php'),(4760,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php'),(4761,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-actions.php'),(4762,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-data.php'),(4763,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php'),(4764,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-items.php'),(4765,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-order-notes.php'),(4766,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-data.php'),(4767,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-images.php'),(4768,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-reviews.php'),(4769,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/class-wc-meta-box-product-short-description.php'),(4770,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-download-permission.php'),(4771,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-fee.php'),(4772,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item-meta.php'),(4773,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-item.php'),(4774,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-items.php'),(4775,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-refund.php'),(4776,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-order-shipping.php'),(4777,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-attribute.php'),(4778,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-advanced.php'),(4779,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-attributes.php'),(4780,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-general.php'),(4781,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-inventory.php'),(4782,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-linked-products.php'),(4783,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-panel.php'),(4784,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-shipping.php'),(4785,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-data-variations.php'),(4786,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-download.php'),(4787,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-product-variation-download.php'),(4788,'wp-content/plugins/woocommerce/includes/admin/meta-boxes/views/html-variation-admin.php'),(4789,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-admin-report.php'),(4790,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-coupon-usage.php'),(4791,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customer-list.php'),(4792,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-customers.php'),(4793,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-low-in-stock.php'),(4794,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-most-stocked.php'),(4795,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-out-of-stock.php'),(4796,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-category.php'),(4797,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-date.php'),(4798,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-sales-by-product.php'),(4799,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-stock.php'),(4800,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-code.php'),(4801,'wp-content/plugins/woocommerce/includes/admin/reports/class-wc-report-taxes-by-date.php'),(4802,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-accounts.php'),(4803,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-api.php'),(4804,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-checkout.php'),(4805,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-emails.php'),(4806,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-general.php'),(4807,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-integrations.php'),(4808,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-page.php'),(4809,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-products.php'),(4810,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-shipping.php'),(4811,'wp-content/plugins/woocommerce/includes/admin/settings/class-wc-settings-tax.php'),(4812,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-classes.php'),(4813,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zone-methods.php'),(4814,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones-instance.php'),(4815,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-admin-page-shipping-zones.php'),(4816,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-keys-edit.php'),(4817,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-settings-tax.php'),(4818,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhook-log.php'),(4819,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhook-logs.php'),(4820,'wp-content/plugins/woocommerce/includes/admin/settings/views/html-webhooks-edit.php'),(4821,'wp-content/plugins/woocommerce/includes/admin/settings/views/settings-tax.php'),(4822,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-addons.php'),(4823,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-product-export.php'),(4824,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-reports.php'),(4825,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs-db.php'),(4826,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-logs.php'),(4827,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-report.php'),(4828,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status-tools.php'),(4829,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-page-status.php'),(4830,'wp-content/plugins/woocommerce/includes/admin/views/html-admin-settings.php'),(4831,'wp-content/plugins/woocommerce/includes/admin/views/html-bulk-edit-product.php'),(4832,'wp-content/plugins/woocommerce/includes/admin/views/html-email-template-preview.php'),(4833,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-custom.php'),(4834,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-install.php'),(4835,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-legacy-shipping.php'),(4836,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-no-shipping-methods.php'),(4837,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-simplify-commerce.php'),(4838,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-template-check.php'),(4839,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-theme-support.php'),(4840,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-tracking.php'),(4841,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-update.php'),(4842,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-updated.php'),(4843,'wp-content/plugins/woocommerce/includes/admin/views/html-notice-updating.php'),(4844,'wp-content/plugins/woocommerce/includes/admin/views/html-quick-edit-product.php'),(4845,'wp-content/plugins/woocommerce/includes/admin/views/html-report-by-date.php'),(4846,'wp-content/plugins/woocommerce/includes/admin/wc-admin-functions.php'),(4847,'wp-content/plugins/woocommerce/includes/admin/wc-meta-box-functions.php'),(4848,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-authentication.php'),(4849,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-coupons-controller.php'),(4850,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-customer-downloads-controller.php'),(4851,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-customers-controller.php'),(4852,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-exception.php'),(4853,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-order-notes-controller.php'),(4854,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-order-refunds-controller.php'),(4855,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-orders-controller.php'),(4856,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-payment-gateways-controller.php'),(4857,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-attribute-terms-controller.php'),(4858,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-attributes-controller.php'),(4859,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-categories-controller.php'),(4860,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-reviews-controller.php'),(4861,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-shipping-classes-controller.php'),(4862,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-tags-controller.php'),(4863,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-product-variations-controller.php'),(4864,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-products-controller.php'),(4865,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-report-sales-controller.php'),(4866,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-report-top-sellers-controller.php'),(4867,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-reports-controller.php'),(4868,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-setting-options-controller.php'),(4869,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-settings-controller.php'),(4870,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-methods-controller.php'),(4871,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-zone-locations-controller.php'),(4872,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-zone-methods-controller.php'),(4873,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-shipping-zones-controller.php'),(4874,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-system-status-controller.php'),(4875,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-system-status-tools-controller.php'),(4876,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-tax-classes-controller.php'),(4877,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-taxes-controller.php'),(4878,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-webhook-deliveries.php'),(4879,'wp-content/plugins/woocommerce/includes/api/class-wc-rest-webhooks-controller.php'),(4880,'wp-content/plugins/woocommerce/includes/api/legacy/class-wc-rest-legacy-coupons-controller.php'),(4881,'wp-content/plugins/woocommerce/includes/api/legacy/class-wc-rest-legacy-orders-controller.php'),(4882,'wp-content/plugins/woocommerce/includes/api/legacy/class-wc-rest-legacy-products-controller.php'),(4883,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-authentication.php'),(4884,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-coupons.php'),(4885,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-customers.php'),(4886,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-json-handler.php'),(4887,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-orders.php'),(4888,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-products.php'),(4889,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-reports.php'),(4890,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-resource.php'),(4891,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-server.php'),(4892,'wp-content/plugins/woocommerce/includes/api/legacy/v1/class-wc-api-xml-handler.php'),(4893,'wp-content/plugins/woocommerce/includes/api/legacy/v1/interface-wc-api-handler.php'),(4894,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-authentication.php'),(4895,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-coupons.php'),(4896,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-customers.php'),(4897,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-exception.php'),(4898,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-json-handler.php'),(4899,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-orders.php'),(4900,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-products.php'),(4901,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-reports.php'),(4902,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-resource.php'),(4903,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-server.php'),(4904,'wp-content/plugins/woocommerce/includes/api/legacy/v2/class-wc-api-webhooks.php'),(4905,'wp-content/plugins/woocommerce/includes/api/legacy/v2/interface-wc-api-handler.php'),(4906,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-authentication.php'),(4907,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-coupons.php'),(4908,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-customers.php'),(4909,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-exception.php'),(4910,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-json-handler.php'),(4911,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-orders.php'),(4912,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-products.php'),(4913,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-reports.php'),(4914,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-resource.php'),(4915,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-server.php'),(4916,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-taxes.php'),(4917,'wp-content/plugins/woocommerce/includes/api/legacy/v3/class-wc-api-webhooks.php'),(4918,'wp-content/plugins/woocommerce/includes/api/legacy/v3/interface-wc-api-handler.php'),(4919,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-coupons-controller.php'),(4920,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-customer-downloads-controller.php'),(4921,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-customers-controller.php'),(4922,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-order-notes-controller.php'),(4923,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-order-refunds-controller.php'),(4924,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-orders-controller.php'),(4925,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-attribute-terms-controller.php'),(4926,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-attributes-controller.php'),(4927,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-categories-controller.php'),(4928,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-reviews-controller.php'),(4929,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-shipping-classes-controller.php'),(4930,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-product-tags-controller.php'),(4931,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-products-controller.php'),(4932,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-report-sales-controller.php'),(4933,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-report-top-sellers-controller.php'),(4934,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-reports-controller.php'),(4935,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-tax-classes-controller.php'),(4936,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-taxes-controller.php'),(4937,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-webhook-deliveries.php'),(4938,'wp-content/plugins/woocommerce/includes/api/v1/class-wc-rest-webhooks-controller.php'),(4939,'wp-content/plugins/woocommerce/includes/class-wc-ajax.php'),(4940,'wp-content/plugins/woocommerce/includes/class-wc-api.php'),(4941,'wp-content/plugins/woocommerce/includes/class-wc-auth.php'),(4942,'wp-content/plugins/woocommerce/includes/class-wc-autoloader.php'),(4943,'wp-content/plugins/woocommerce/includes/class-wc-background-emailer.php'),(4944,'wp-content/plugins/woocommerce/includes/class-wc-background-updater.php'),(4945,'wp-content/plugins/woocommerce/includes/class-wc-breadcrumb.php'),(4946,'wp-content/plugins/woocommerce/includes/class-wc-cache-helper.php'),(4947,'wp-content/plugins/woocommerce/includes/class-wc-cart.php'),(4948,'wp-content/plugins/woocommerce/includes/class-wc-checkout.php'),(4949,'wp-content/plugins/woocommerce/includes/class-wc-cli.php'),(4950,'wp-content/plugins/woocommerce/includes/class-wc-comments.php'),(4951,'wp-content/plugins/woocommerce/includes/class-wc-countries.php'),(4952,'wp-content/plugins/woocommerce/includes/class-wc-coupon.php'),(4953,'wp-content/plugins/woocommerce/includes/class-wc-customer-download.php'),(4954,'wp-content/plugins/woocommerce/includes/class-wc-customer.php'),(4955,'wp-content/plugins/woocommerce/includes/class-wc-data-exception.php'),(4956,'wp-content/plugins/woocommerce/includes/class-wc-data-store.php'),(4957,'wp-content/plugins/woocommerce/includes/class-wc-datetime.php'),(4958,'wp-content/plugins/woocommerce/includes/class-wc-deprecated-action-hooks.php'),(4959,'wp-content/plugins/woocommerce/includes/class-wc-deprecated-filter-hooks.php'),(4960,'wp-content/plugins/woocommerce/includes/class-wc-download-handler.php'),(4961,'wp-content/plugins/woocommerce/includes/class-wc-emails.php'),(4962,'wp-content/plugins/woocommerce/includes/class-wc-embed.php'),(4963,'wp-content/plugins/woocommerce/includes/class-wc-form-handler.php'),(4964,'wp-content/plugins/woocommerce/includes/class-wc-frontend-scripts.php'),(4965,'wp-content/plugins/woocommerce/includes/class-wc-geo-ip.php'),(4966,'wp-content/plugins/woocommerce/includes/class-wc-geolocation.php'),(4967,'wp-content/plugins/woocommerce/includes/class-wc-https.php'),(4968,'wp-content/plugins/woocommerce/includes/class-wc-install.php'),(4969,'wp-content/plugins/woocommerce/includes/class-wc-integrations.php'),(4970,'wp-content/plugins/woocommerce/includes/class-wc-legacy-api.php'),(4971,'wp-content/plugins/woocommerce/includes/class-wc-log-levels.php'),(4972,'wp-content/plugins/woocommerce/includes/class-wc-logger.php'),(4973,'wp-content/plugins/woocommerce/includes/class-wc-order-factory.php'),(4974,'wp-content/plugins/woocommerce/includes/class-wc-order-item-coupon.php'),(4975,'wp-content/plugins/woocommerce/includes/class-wc-order-item-fee.php'),(4976,'wp-content/plugins/woocommerce/includes/class-wc-order-item-meta.php'),(4977,'wp-content/plugins/woocommerce/includes/class-wc-order-item-product.php'),(4978,'wp-content/plugins/woocommerce/includes/class-wc-order-item-shipping.php'),(4979,'wp-content/plugins/woocommerce/includes/class-wc-order-item-tax.php'),(4980,'wp-content/plugins/woocommerce/includes/class-wc-order-item.php'),(4981,'wp-content/plugins/woocommerce/includes/class-wc-order-query.php'),(4982,'wp-content/plugins/woocommerce/includes/class-wc-order-refund.php'),(4983,'wp-content/plugins/woocommerce/includes/class-wc-order.php'),(4984,'wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php'),(4985,'wp-content/plugins/woocommerce/includes/class-wc-payment-tokens.php'),(4986,'wp-content/plugins/woocommerce/includes/class-wc-post-data.php'),(4987,'wp-content/plugins/woocommerce/includes/class-wc-post-types.php'),(4988,'wp-content/plugins/woocommerce/includes/class-wc-product-attribute.php'),(4989,'wp-content/plugins/woocommerce/includes/class-wc-product-download.php'),(4990,'wp-content/plugins/woocommerce/includes/class-wc-product-external.php'),(4991,'wp-content/plugins/woocommerce/includes/class-wc-product-factory.php'),(4992,'wp-content/plugins/woocommerce/includes/class-wc-product-grouped.php'),(4993,'wp-content/plugins/woocommerce/includes/class-wc-product-simple.php'),(4994,'wp-content/plugins/woocommerce/includes/class-wc-product-variable.php'),(4995,'wp-content/plugins/woocommerce/includes/class-wc-product-variation.php'),(4996,'wp-content/plugins/woocommerce/includes/class-wc-query.php'),(4997,'wp-content/plugins/woocommerce/includes/class-wc-register-wp-admin-settings.php'),(4998,'wp-content/plugins/woocommerce/includes/class-wc-session-handler.php'),(4999,'wp-content/plugins/woocommerce/includes/class-wc-shipping-rate.php'),(5000,'wp-content/plugins/woocommerce/includes/class-wc-shipping-zone.php'),(5001,'wp-content/plugins/woocommerce/includes/class-wc-shipping-zones.php'),(5002,'wp-content/plugins/woocommerce/includes/class-wc-shipping.php'),(5003,'wp-content/plugins/woocommerce/includes/class-wc-shortcodes.php'),(5004,'wp-content/plugins/woocommerce/includes/class-wc-structured-data.php'),(5005,'wp-content/plugins/woocommerce/includes/class-wc-tax.php'),(5006,'wp-content/plugins/woocommerce/includes/class-wc-template-loader.php'),(5007,'wp-content/plugins/woocommerce/includes/class-wc-tracker.php'),(5008,'wp-content/plugins/woocommerce/includes/class-wc-validation.php'),(5009,'wp-content/plugins/woocommerce/includes/class-wc-webhook.php'),(5010,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-rest-command.php'),(5011,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-runner.php'),(5012,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-tool-command.php'),(5013,'wp-content/plugins/woocommerce/includes/cli/class-wc-cli-update-command.php'),(5014,'wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-data-store-cpt.php'),(5015,'wp-content/plugins/woocommerce/includes/data-stores/abstract-wc-order-item-type-data-store.php'),(5016,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-coupon-data-store-cpt.php'),(5017,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store-session.php'),(5018,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-data-store.php'),(5019,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-customer-download-data-store.php'),(5020,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-data-store-wp.php'),(5021,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-data-store-cpt.php'),(5022,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-coupon-data-store.php'),(5023,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-data-store.php'),(5024,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-fee-data-store.php'),(5025,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-product-store.php'),(5026,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-shipping-data-store.php'),(5027,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-item-tax-data-store.php'),(5028,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-order-refund-data-store-cpt.php'),(5029,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-payment-token-data-store.php'),(5030,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-data-store-cpt.php'),(5031,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-grouped-data-store-cpt.php'),(5032,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variable-data-store-cpt.php'),(5033,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-product-variation-data-store-cpt.php'),(5034,'wp-content/plugins/woocommerce/includes/data-stores/class-wc-shipping-zone-data-store.php'),(5035,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-cancelled-order.php'),(5036,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-completed-order.php'),(5037,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-invoice.php'),(5038,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-new-account.php'),(5039,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-note.php'),(5040,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-on-hold-order.php'),(5041,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-processing-order.php'),(5042,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-refunded-order.php'),(5043,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-customer-reset-password.php'),(5044,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-failed-order.php'),(5045,'wp-content/plugins/woocommerce/includes/emails/class-wc-email-new-order.php'),(5046,'wp-content/plugins/woocommerce/includes/emails/class-wc-email.php'),(5047,'wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-batch-exporter.php'),(5048,'wp-content/plugins/woocommerce/includes/export/abstract-wc-csv-exporter.php'),(5049,'wp-content/plugins/woocommerce/includes/export/class-wc-product-csv-exporter.php'),(5050,'wp-content/plugins/woocommerce/includes/gateways/bacs/class-wc-gateway-bacs.php'),(5051,'wp-content/plugins/woocommerce/includes/gateways/cheque/class-wc-gateway-cheque.php'),(5052,'wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-cc.php'),(5053,'wp-content/plugins/woocommerce/includes/gateways/class-wc-payment-gateway-echeck.php'),(5054,'wp-content/plugins/woocommerce/includes/gateways/cod/class-wc-gateway-cod.php'),(5055,'wp-content/plugins/woocommerce/includes/gateways/paypal/assets/images/paypal.png'),(5056,'wp-content/plugins/woocommerce/includes/gateways/paypal/class-wc-gateway-paypal.php'),(5057,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-api-handler.php'),(5058,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php'),(5059,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php'),(5060,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php'),(5061,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/class-wc-gateway-paypal-response.php'),(5062,'wp-content/plugins/woocommerce/includes/gateways/paypal/includes/settings-paypal.php'),(5063,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/cards.png'),(5064,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/images/logo.png'),(5065,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.js'),(5066,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/assets/js/simplify-commerce.min.js'),(5067,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php'),(5068,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php'),(5069,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/AccessToken.php'),(5070,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authentication.php'),(5071,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Authorization.php'),(5072,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/CardToken.php'),(5073,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Chargeback.php'),(5074,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Constants.php'),(5075,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Coupon.php'),(5076,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Customer.php'),(5077,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Deposit.php'),(5078,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Event.php'),(5079,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Exceptions.php'),(5080,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/FraudCheck.php'),(5081,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Http.php'),(5082,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Invoice.php'),(5083,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/InvoiceItem.php'),(5084,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Object.php'),(5085,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Payment.php'),(5086,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/PaymentsApi.php'),(5087,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Plan.php'),(5088,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Refund.php'),(5089,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/ResourceList.php'),(5090,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Subscription.php'),(5091,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Tax.php'),(5092,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/TransactionReview.php'),(5093,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify/Webhook.php'),(5094,'wp-content/plugins/woocommerce/includes/gateways/simplify-commerce/includes/Simplify.php'),(5095,'wp-content/plugins/woocommerce/includes/import/abstract-wc-product-importer.php'),(5096,'wp-content/plugins/woocommerce/includes/import/class-wc-product-csv-importer.php'),(5097,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-abstract-order-data-store-interface.php'),(5098,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-coupon-data-store-interface.php'),(5099,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-data-store-interface.php'),(5100,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-customer-download-data-store-interface.php'),(5101,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-importer-interface.php'),(5102,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-log-handler-interface.php'),(5103,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-logger-interface.php'),(5104,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-object-data-store-interface.php'),(5105,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-data-store-interface.php'),(5106,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-data-store-interface.php'),(5107,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-product-data-store-interface.php'),(5108,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-item-type-data-store-interface.php'),(5109,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-order-refund-data-store-interface.php'),(5110,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-payment-token-data-store-interface.php'),(5111,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-data-store-interface.php'),(5112,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-product-variable-data-store-interface.php'),(5113,'wp-content/plugins/woocommerce/includes/interfaces/class-wc-shipping-zone-data-store-interface.php'),(5114,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-order.php'),(5115,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-payment-token.php'),(5116,'wp-content/plugins/woocommerce/includes/legacy/abstract-wc-legacy-product.php'),(5117,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-coupon.php'),(5118,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-customer.php'),(5119,'wp-content/plugins/woocommerce/includes/legacy/class-wc-legacy-shipping-zone.php'),(5120,'wp-content/plugins/woocommerce/includes/libraries/class-emogrifier.php'),(5121,'wp-content/plugins/woocommerce/includes/libraries/class-wc-eval-math.php'),(5122,'wp-content/plugins/woocommerce/includes/libraries/wp-async-request.php'),(5123,'wp-content/plugins/woocommerce/includes/libraries/wp-background-process.php'),(5124,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-db.php'),(5125,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-email.php'),(5126,'wp-content/plugins/woocommerce/includes/log-handlers/class-wc-log-handler-file.php'),(5127,'wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-cc.php'),(5128,'wp-content/plugins/woocommerce/includes/payment-tokens/class-wc-payment-token-echeck.php'),(5129,'wp-content/plugins/woocommerce/includes/shipping/flat-rate/class-wc-shipping-flat-rate.php'),(5130,'wp-content/plugins/woocommerce/includes/shipping/flat-rate/includes/settings-flat-rate.php'),(5131,'wp-content/plugins/woocommerce/includes/shipping/free-shipping/class-wc-shipping-free-shipping.php'),(5132,'wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php'),(5133,'wp-content/plugins/woocommerce/includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php'),(5134,'wp-content/plugins/woocommerce/includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php'),(5135,'wp-content/plugins/woocommerce/includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php'),(5136,'wp-content/plugins/woocommerce/includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php'),(5137,'wp-content/plugins/woocommerce/includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php'),(5138,'wp-content/plugins/woocommerce/includes/shipping/local-pickup/class-wc-shipping-local-pickup.php'),(5139,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-cart.php'),(5140,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-checkout.php'),(5141,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-my-account.php'),(5142,'wp-content/plugins/woocommerce/includes/shortcodes/class-wc-shortcode-order-tracking.php'),(5143,'wp-content/plugins/woocommerce/includes/theme-support/class-wc-twenty-seventeen.php'),(5144,'wp-content/plugins/woocommerce/includes/vendor/abstract-wp-rest-controller.php'),(5145,'wp-content/plugins/woocommerce/includes/vendor/class-requests-ipv6.php'),(5146,'wp-content/plugins/woocommerce/includes/vendor/wp-rest-functions.php'),(5147,'wp-content/plugins/woocommerce/includes/walkers/class-product-cat-dropdown-walker.php'),(5148,'wp-content/plugins/woocommerce/includes/walkers/class-product-cat-list-walker.php'),(5149,'wp-content/plugins/woocommerce/includes/wc-account-functions.php'),(5150,'wp-content/plugins/woocommerce/includes/wc-attribute-functions.php'),(5151,'wp-content/plugins/woocommerce/includes/wc-cart-functions.php'),(5152,'wp-content/plugins/woocommerce/includes/wc-conditional-functions.php'),(5153,'wp-content/plugins/woocommerce/includes/wc-core-functions.php'),(5154,'wp-content/plugins/woocommerce/includes/wc-coupon-functions.php'),(5155,'wp-content/plugins/woocommerce/includes/wc-deprecated-functions.php'),(5156,'wp-content/plugins/woocommerce/includes/wc-formatting-functions.php'),(5157,'wp-content/plugins/woocommerce/includes/wc-notice-functions.php'),(5158,'wp-content/plugins/woocommerce/includes/wc-order-functions.php'),(5159,'wp-content/plugins/woocommerce/includes/wc-order-item-functions.php'),(5160,'wp-content/plugins/woocommerce/includes/wc-page-functions.php'),(5161,'wp-content/plugins/woocommerce/includes/wc-product-functions.php'),(5162,'wp-content/plugins/woocommerce/includes/wc-rest-functions.php'),(5163,'wp-content/plugins/woocommerce/includes/wc-stock-functions.php'),(5164,'wp-content/plugins/woocommerce/includes/wc-template-functions.php'),(5165,'wp-content/plugins/woocommerce/includes/wc-template-hooks.php'),(5166,'wp-content/plugins/woocommerce/includes/wc-term-functions.php'),(5167,'wp-content/plugins/woocommerce/includes/wc-update-functions.php'),(5168,'wp-content/plugins/woocommerce/includes/wc-user-functions.php'),(5169,'wp-content/plugins/woocommerce/includes/wc-webhook-functions.php'),(5170,'wp-content/plugins/woocommerce/includes/wc-widget-functions.php'),(5171,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-cart.php'),(5172,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav-filters.php'),(5173,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-layered-nav.php'),(5174,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-price-filter.php'),(5175,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php'),(5176,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-search.php'),(5177,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-tag-cloud.php'),(5178,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-products.php'),(5179,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-rating-filter.php'),(5180,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recent-reviews.php'),(5181,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-recently-viewed.php'),(5182,'wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-top-rated-products.php'),(5183,'wp-content/plugins/woocommerce/license.txt'),(5184,'wp-content/plugins/woocommerce/readme.txt'),(5185,'wp-content/plugins/woocommerce/templates/archive-product.php'),(5186,'wp-content/plugins/woocommerce/templates/auth/footer.php'),(5187,'wp-content/plugins/woocommerce/templates/auth/form-grant-access.php'),(5188,'wp-content/plugins/woocommerce/templates/auth/form-login.php'),(5189,'wp-content/plugins/woocommerce/templates/auth/header.php'),(5190,'wp-content/plugins/woocommerce/templates/cart/cart-empty.php'),(5191,'wp-content/plugins/woocommerce/templates/cart/cart-item-data.php'),(5192,'wp-content/plugins/woocommerce/templates/cart/cart-shipping.php'),(5193,'wp-content/plugins/woocommerce/templates/cart/cart-totals.php'),(5194,'wp-content/plugins/woocommerce/templates/cart/cart.php'),(5195,'wp-content/plugins/woocommerce/templates/cart/cross-sells.php'),(5196,'wp-content/plugins/woocommerce/templates/cart/mini-cart.php'),(5197,'wp-content/plugins/woocommerce/templates/cart/proceed-to-checkout-button.php'),(5198,'wp-content/plugins/woocommerce/templates/cart/shipping-calculator.php'),(5199,'wp-content/plugins/woocommerce/templates/checkout/cart-errors.php'),(5200,'wp-content/plugins/woocommerce/templates/checkout/form-billing.php'),(5201,'wp-content/plugins/woocommerce/templates/checkout/form-checkout.php'),(5202,'wp-content/plugins/woocommerce/templates/checkout/form-coupon.php'),(5203,'wp-content/plugins/woocommerce/templates/checkout/form-login.php'),(5204,'wp-content/plugins/woocommerce/templates/checkout/form-pay.php'),(5205,'wp-content/plugins/woocommerce/templates/checkout/form-shipping.php'),(5206,'wp-content/plugins/woocommerce/templates/checkout/payment-method.php'),(5207,'wp-content/plugins/woocommerce/templates/checkout/payment.php'),(5208,'wp-content/plugins/woocommerce/templates/checkout/review-order.php'),(5209,'wp-content/plugins/woocommerce/templates/checkout/terms.php'),(5210,'wp-content/plugins/woocommerce/templates/checkout/thankyou.php'),(5211,'wp-content/plugins/woocommerce/templates/content-product.php'),(5212,'wp-content/plugins/woocommerce/templates/content-product_cat.php'),(5213,'wp-content/plugins/woocommerce/templates/content-single-product.php'),(5214,'wp-content/plugins/woocommerce/templates/content-widget-product.php'),(5215,'wp-content/plugins/woocommerce/templates/emails/admin-cancelled-order.php'),(5216,'wp-content/plugins/woocommerce/templates/emails/admin-failed-order.php'),(5217,'wp-content/plugins/woocommerce/templates/emails/admin-new-order.php'),(5218,'wp-content/plugins/woocommerce/templates/emails/customer-completed-order.php'),(5219,'wp-content/plugins/woocommerce/templates/emails/customer-invoice.php'),(5220,'wp-content/plugins/woocommerce/templates/emails/customer-new-account.php'),(5221,'wp-content/plugins/woocommerce/templates/emails/customer-note.php'),(5222,'wp-content/plugins/woocommerce/templates/emails/customer-on-hold-order.php'),(5223,'wp-content/plugins/woocommerce/templates/emails/customer-processing-order.php'),(5224,'wp-content/plugins/woocommerce/templates/emails/customer-refunded-order.php'),(5225,'wp-content/plugins/woocommerce/templates/emails/customer-reset-password.php'),(5226,'wp-content/plugins/woocommerce/templates/emails/email-addresses.php'),(5227,'wp-content/plugins/woocommerce/templates/emails/email-customer-details.php'),(5228,'wp-content/plugins/woocommerce/templates/emails/email-footer.php'),(5229,'wp-content/plugins/woocommerce/templates/emails/email-header.php'),(5230,'wp-content/plugins/woocommerce/templates/emails/email-order-details.php'),(5231,'wp-content/plugins/woocommerce/templates/emails/email-order-items.php'),(5232,'wp-content/plugins/woocommerce/templates/emails/email-styles.php'),(5233,'wp-content/plugins/woocommerce/templates/emails/plain/admin-cancelled-order.php'),(5234,'wp-content/plugins/woocommerce/templates/emails/plain/admin-failed-order.php'),(5235,'wp-content/plugins/woocommerce/templates/emails/plain/admin-new-order.php'),(5236,'wp-content/plugins/woocommerce/templates/emails/plain/customer-completed-order.php'),(5237,'wp-content/plugins/woocommerce/templates/emails/plain/customer-invoice.php'),(5238,'wp-content/plugins/woocommerce/templates/emails/plain/customer-new-account.php'),(5239,'wp-content/plugins/woocommerce/templates/emails/plain/customer-note.php'),(5240,'wp-content/plugins/woocommerce/templates/emails/plain/customer-on-hold-order.php'),(5241,'wp-content/plugins/woocommerce/templates/emails/plain/customer-processing-order.php'),(5242,'wp-content/plugins/woocommerce/templates/emails/plain/customer-refunded-order.php'),(5243,'wp-content/plugins/woocommerce/templates/emails/plain/customer-reset-password.php'),(5244,'wp-content/plugins/woocommerce/templates/emails/plain/email-addresses.php'),(5245,'wp-content/plugins/woocommerce/templates/emails/plain/email-customer-details.php'),(5246,'wp-content/plugins/woocommerce/templates/emails/plain/email-order-details.php'),(5247,'wp-content/plugins/woocommerce/templates/emails/plain/email-order-items.php'),(5248,'wp-content/plugins/woocommerce/templates/global/breadcrumb.php'),(5249,'wp-content/plugins/woocommerce/templates/global/form-login.php'),(5250,'wp-content/plugins/woocommerce/templates/global/quantity-input.php'),(5251,'wp-content/plugins/woocommerce/templates/global/sidebar.php'),(5252,'wp-content/plugins/woocommerce/templates/global/wrapper-end.php'),(5253,'wp-content/plugins/woocommerce/templates/global/wrapper-start.php'),(5254,'wp-content/plugins/woocommerce/templates/loop/add-to-cart.php'),(5255,'wp-content/plugins/woocommerce/templates/loop/loop-end.php'),(5256,'wp-content/plugins/woocommerce/templates/loop/loop-start.php'),(5257,'wp-content/plugins/woocommerce/templates/loop/no-products-found.php'),(5258,'wp-content/plugins/woocommerce/templates/loop/orderby.php'),(5259,'wp-content/plugins/woocommerce/templates/loop/pagination.php'),(5260,'wp-content/plugins/woocommerce/templates/loop/price.php'),(5261,'wp-content/plugins/woocommerce/templates/loop/rating.php'),(5262,'wp-content/plugins/woocommerce/templates/loop/result-count.php'),(5263,'wp-content/plugins/woocommerce/templates/loop/sale-flash.php'),(5264,'wp-content/plugins/woocommerce/templates/myaccount/dashboard.php'),(5265,'wp-content/plugins/woocommerce/templates/myaccount/downloads.php'),(5266,'wp-content/plugins/woocommerce/templates/myaccount/form-add-payment-method.php'),(5267,'wp-content/plugins/woocommerce/templates/myaccount/form-edit-account.php'),(5268,'wp-content/plugins/woocommerce/templates/myaccount/form-edit-address.php'),(5269,'wp-content/plugins/woocommerce/templates/myaccount/form-login.php'),(5270,'wp-content/plugins/woocommerce/templates/myaccount/form-lost-password.php'),(5271,'wp-content/plugins/woocommerce/templates/myaccount/form-reset-password.php'),(5272,'wp-content/plugins/woocommerce/templates/myaccount/lost-password-confirmation.php'),(5273,'wp-content/plugins/woocommerce/templates/myaccount/my-account.php'),(5274,'wp-content/plugins/woocommerce/templates/myaccount/my-address.php'),(5275,'wp-content/plugins/woocommerce/templates/myaccount/my-downloads.php'),(5276,'wp-content/plugins/woocommerce/templates/myaccount/my-orders.php'),(5277,'wp-content/plugins/woocommerce/templates/myaccount/navigation.php'),(5278,'wp-content/plugins/woocommerce/templates/myaccount/orders.php'),(5279,'wp-content/plugins/woocommerce/templates/myaccount/payment-methods.php'),(5280,'wp-content/plugins/woocommerce/templates/myaccount/view-order.php'),(5281,'wp-content/plugins/woocommerce/templates/notices/error.php'),(5282,'wp-content/plugins/woocommerce/templates/notices/notice.php'),(5283,'wp-content/plugins/woocommerce/templates/notices/success.php'),(5284,'wp-content/plugins/woocommerce/templates/order/form-tracking.php'),(5285,'wp-content/plugins/woocommerce/templates/order/order-again.php'),(5286,'wp-content/plugins/woocommerce/templates/order/order-details-customer.php'),(5287,'wp-content/plugins/woocommerce/templates/order/order-details-item.php'),(5288,'wp-content/plugins/woocommerce/templates/order/order-details.php'),(5289,'wp-content/plugins/woocommerce/templates/order/tracking.php'),(5290,'wp-content/plugins/woocommerce/templates/product-searchform.php'),(5291,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/external.php'),(5292,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/grouped.php'),(5293,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/simple.php'),(5294,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variable.php'),(5295,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation-add-to-cart-button.php'),(5296,'wp-content/plugins/woocommerce/templates/single-product/add-to-cart/variation.php'),(5297,'wp-content/plugins/woocommerce/templates/single-product/meta.php'),(5298,'wp-content/plugins/woocommerce/templates/single-product/photoswipe.php'),(5299,'wp-content/plugins/woocommerce/templates/single-product/price.php'),(5300,'wp-content/plugins/woocommerce/templates/single-product/product-attributes.php'),(5301,'wp-content/plugins/woocommerce/templates/single-product/product-image.php'),(5302,'wp-content/plugins/woocommerce/templates/single-product/product-thumbnails.php'),(5303,'wp-content/plugins/woocommerce/templates/single-product/rating.php'),(5304,'wp-content/plugins/woocommerce/templates/single-product/related.php'),(5305,'wp-content/plugins/woocommerce/templates/single-product/review-meta.php'),(5306,'wp-content/plugins/woocommerce/templates/single-product/review-rating.php'),(5307,'wp-content/plugins/woocommerce/templates/single-product/review.php'),(5308,'wp-content/plugins/woocommerce/templates/single-product/sale-flash.php'),(5309,'wp-content/plugins/woocommerce/templates/single-product/share.php'),(5310,'wp-content/plugins/woocommerce/templates/single-product/short-description.php'),(5311,'wp-content/plugins/woocommerce/templates/single-product/stock.php'),(5312,'wp-content/plugins/woocommerce/templates/single-product/tabs/additional-information.php'),(5313,'wp-content/plugins/woocommerce/templates/single-product/tabs/description.php'),(5314,'wp-content/plugins/woocommerce/templates/single-product/tabs/tabs.php'),(5315,'wp-content/plugins/woocommerce/templates/single-product/title.php'),(5316,'wp-content/plugins/woocommerce/templates/single-product/up-sells.php'),(5317,'wp-content/plugins/woocommerce/templates/single-product-reviews.php'),(5318,'wp-content/plugins/woocommerce/templates/single-product.php'),(5319,'wp-content/plugins/woocommerce/templates/taxonomy-product_cat.php'),(5320,'wp-content/plugins/woocommerce/templates/taxonomy-product_tag.php'),(5321,'wp-content/plugins/woocommerce/uninstall.php'),(5322,'wp-content/plugins/woocommerce/woocommerce.php'),(5323,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/DEVELOPER.md'),(5324,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend-cart.css'),(5325,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/css/wc-gateway-ppec-frontend-checkout.css'),(5326,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/img/in-context-composite.png'),(5327,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-frontend-in-context-checkout.js'),(5328,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/assets/js/wc-gateway-ppec-generate-cart.js'),(5329,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/abstracts/abstract-wc-gateway-ppec-client-credential.php'),(5330,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/abstracts/abstract-wc-gateway-ppec-paypal-request-handler.php'),(5331,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/abstracts/abstract-wc-gateway-ppec.php'),(5332,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-address.php'),(5333,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-admin-handler.php'),(5334,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-api-error.php'),(5335,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-cart-handler.php'),(5336,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-checkout-details.php'),(5337,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-checkout-handler.php'),(5338,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client-credential-certificate.php'),(5339,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client-credential-signature.php'),(5340,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-client.php'),(5341,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-gateway-loader.php'),(5342,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-ipn-handler.php'),(5343,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-ips-handler.php'),(5344,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-payment-details.php'),(5345,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-plugin.php'),(5346,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-refund.php'),(5347,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-session-data.php'),(5348,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-settings.php'),(5349,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-with-paypal-addons.php'),(5350,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/class-wc-gateway-ppec-with-paypal.php'),(5351,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/exceptions/class-wc-gateway-ppec-api-exception.php'),(5352,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/exceptions/class-wc-gateway-ppec-missing-session-exception.php'),(5353,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/functions.php'),(5354,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/pem/bundle.pem'),(5355,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/includes/settings/settings-ppec.php'),(5356,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/languages/woocommerce-gateway-paypal-express-checkout.pot'),(5357,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/phpcs.xml'),(5358,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/phpunit.xml'),(5359,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/readme.txt'),(5360,'wp-content/plugins/woocommerce-gateway-paypal-express-checkout/woocommerce-gateway-paypal-express-checkout.php'),(5361,'wp-content/plugins/woocommerce-gateway-stripe/apple-developer-merchantid-domain-association'),(5362,'wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-apple-pay.css'),(5363,'wp-content/plugins/woocommerce-gateway-stripe/assets/css/stripe-apple-pay.less'),(5364,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/bitcoin.png'),(5365,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/bitcoin.svg'),(5366,'wp-content/plugins/woocommerce-gateway-stripe/assets/images/diners.png'),(5367,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/payment-request.js'),(5368,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/payment-request.min.js'),(5369,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.js'),(5370,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-admin.min.js'),(5371,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay-single.js'),(5372,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay-single.min.js'),(5373,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay.js'),(5374,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-apple-pay.min.js'),(5375,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-checkout.js'),(5376,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe-checkout.min.js'),(5377,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.js'),(5378,'wp-content/plugins/woocommerce-gateway-stripe/assets/js/stripe.min.js'),(5379,'wp-content/plugins/woocommerce-gateway-stripe/changelog.txt'),(5380,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe-addons.php'),(5381,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-gateway-stripe.php'),(5382,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-api.php'),(5383,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-apple-pay.php'),(5384,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-customer.php'),(5385,'wp-content/plugins/woocommerce-gateway-stripe/includes/class-wc-stripe-payment-request.php'),(5386,'wp-content/plugins/woocommerce-gateway-stripe/includes/legacy/class-wc-gateway-stripe-saved-cards.php'),(5387,'wp-content/plugins/woocommerce-gateway-stripe/includes/legacy/class-wc-gateway-stripe.php'),(5388,'wp-content/plugins/woocommerce-gateway-stripe/includes/legacy/templates/saved-cards.php'),(5389,'wp-content/plugins/woocommerce-gateway-stripe/includes/settings-stripe.php'),(5390,'wp-content/plugins/woocommerce-gateway-stripe/languages/woocommerce-gateway-stripe.pot'),(5391,'wp-content/plugins/woocommerce-gateway-stripe/readme.txt'),(5392,'wp-content/plugins/woocommerce-gateway-stripe/woocommerce-gateway-stripe.php'),(5393,'wp-content/plugins/wordfence/css/activity-report-widget.css'),(5394,'wp-content/plugins/wordfence/css/colorbox.css'),(5395,'wp-content/plugins/wordfence/css/diff.css'),(5396,'wp-content/plugins/wordfence/css/dt_table.css'),(5397,'wp-content/plugins/wordfence/css/fullLog.css'),(5398,'wp-content/plugins/wordfence/css/images/ui-bg_flat_0_aaaaaa_40x100.png'),(5399,'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_1997c7_40x100.png'),(5400,'wp-content/plugins/wordfence/css/images/ui-bg_flat_100_222_40x100.png'),(5401,'wp-content/plugins/wordfence/css/images/ui-bg_flat_75_ffffff_40x100.png'),(5402,'wp-content/plugins/wordfence/css/images/ui-bg_glass_95_fef1ec_1x400.png'),(5403,'wp-content/plugins/wordfence/css/images/ui-bg_highlight-soft_75_a5a5a5_1x100.png'),(5404,'wp-content/plugins/wordfence/css/images/ui-icons_222222_256x240.png'),(5405,'wp-content/plugins/wordfence/css/images/ui-icons_cd0a0a_256x240.png'),(5406,'wp-content/plugins/wordfence/css/images/ui-icons_fbe569_256x240.png'),(5407,'wp-content/plugins/wordfence/css/images/ui-icons_fff_256x240.png'),(5408,'wp-content/plugins/wordfence/css/iptraf.css'),(5409,'wp-content/plugins/wordfence/css/jquery-ui-timepicker-addon.css'),(5410,'wp-content/plugins/wordfence/css/jquery-ui.min.css'),(5411,'wp-content/plugins/wordfence/css/jquery-ui.structure.min.css'),(5412,'wp-content/plugins/wordfence/css/jquery-ui.theme.min.css'),(5413,'wp-content/plugins/wordfence/css/main.css'),(5414,'wp-content/plugins/wordfence/css/phpinfo.css'),(5415,'wp-content/plugins/wordfence/css/select2.min.css'),(5416,'wp-content/plugins/wordfence/css/wf-adminbar.css'),(5417,'wp-content/plugins/wordfence/css/wf-ionicons.css'),(5418,'wp-content/plugins/wordfence/css/wordfenceBox.css'),(5419,'wp-content/plugins/wordfence/fonts/ionicons.woff'),(5420,'wp-content/plugins/wordfence/images/back_disabled.jpg'),(5421,'wp-content/plugins/wordfence/images/back_enabled.jpg'),(5422,'wp-content/plugins/wordfence/images/button-grad-grey.png'),(5423,'wp-content/plugins/wordfence/images/checkbox.png'),(5424,'wp-content/plugins/wordfence/images/flags/.png'),(5425,'wp-content/plugins/wordfence/images/flags/a1.png'),(5426,'wp-content/plugins/wordfence/images/flags/a2.png'),(5427,'wp-content/plugins/wordfence/images/flags/ad.png'),(5428,'wp-content/plugins/wordfence/images/flags/ae.png'),(5429,'wp-content/plugins/wordfence/images/flags/af.png'),(5430,'wp-content/plugins/wordfence/images/flags/ag.png'),(5431,'wp-content/plugins/wordfence/images/flags/ai.png'),(5432,'wp-content/plugins/wordfence/images/flags/al.png'),(5433,'wp-content/plugins/wordfence/images/flags/am.png'),(5434,'wp-content/plugins/wordfence/images/flags/an.png'),(5435,'wp-content/plugins/wordfence/images/flags/ao.png'),(5436,'wp-content/plugins/wordfence/images/flags/ap.png'),(5437,'wp-content/plugins/wordfence/images/flags/aq.png'),(5438,'wp-content/plugins/wordfence/images/flags/ar.png'),(5439,'wp-content/plugins/wordfence/images/flags/as.png'),(5440,'wp-content/plugins/wordfence/images/flags/at.png'),(5441,'wp-content/plugins/wordfence/images/flags/au.png'),(5442,'wp-content/plugins/wordfence/images/flags/aw.png'),(5443,'wp-content/plugins/wordfence/images/flags/ax.png'),(5444,'wp-content/plugins/wordfence/images/flags/az.png'),(5445,'wp-content/plugins/wordfence/images/flags/ba.png'),(5446,'wp-content/plugins/wordfence/images/flags/bb.png'),(5447,'wp-content/plugins/wordfence/images/flags/bd.png'),(5448,'wp-content/plugins/wordfence/images/flags/be.png'),(5449,'wp-content/plugins/wordfence/images/flags/bf.png'),(5450,'wp-content/plugins/wordfence/images/flags/bg.png'),(5451,'wp-content/plugins/wordfence/images/flags/bh.png'),(5452,'wp-content/plugins/wordfence/images/flags/bi.png'),(5453,'wp-content/plugins/wordfence/images/flags/bj.png'),(5454,'wp-content/plugins/wordfence/images/flags/bm.png'),(5455,'wp-content/plugins/wordfence/images/flags/bn.png'),(5456,'wp-content/plugins/wordfence/images/flags/bo.png'),(5457,'wp-content/plugins/wordfence/images/flags/br.png'),(5458,'wp-content/plugins/wordfence/images/flags/bs.png'),(5459,'wp-content/plugins/wordfence/images/flags/bt.png'),(5460,'wp-content/plugins/wordfence/images/flags/bv.png'),(5461,'wp-content/plugins/wordfence/images/flags/bw.png'),(5462,'wp-content/plugins/wordfence/images/flags/by.png'),(5463,'wp-content/plugins/wordfence/images/flags/bz.png'),(5464,'wp-content/plugins/wordfence/images/flags/ca.png'),(5465,'wp-content/plugins/wordfence/images/flags/cc.png'),(5466,'wp-content/plugins/wordfence/images/flags/cd.png'),(5467,'wp-content/plugins/wordfence/images/flags/cf.png'),(5468,'wp-content/plugins/wordfence/images/flags/cg.png'),(5469,'wp-content/plugins/wordfence/images/flags/ch.png'),(5470,'wp-content/plugins/wordfence/images/flags/ci.png'),(5471,'wp-content/plugins/wordfence/images/flags/ck.png'),(5472,'wp-content/plugins/wordfence/images/flags/cl.png'),(5473,'wp-content/plugins/wordfence/images/flags/cm.png'),(5474,'wp-content/plugins/wordfence/images/flags/cn.png'),(5475,'wp-content/plugins/wordfence/images/flags/co.png'),(5476,'wp-content/plugins/wordfence/images/flags/cr.png'),(5477,'wp-content/plugins/wordfence/images/flags/cs.png'),(5478,'wp-content/plugins/wordfence/images/flags/cu.png'),(5479,'wp-content/plugins/wordfence/images/flags/cv.png'),(5480,'wp-content/plugins/wordfence/images/flags/cw.png'),(5481,'wp-content/plugins/wordfence/images/flags/cx.png'),(5482,'wp-content/plugins/wordfence/images/flags/cy.png'),(5483,'wp-content/plugins/wordfence/images/flags/cz.png'),(5484,'wp-content/plugins/wordfence/images/flags/de.png'),(5485,'wp-content/plugins/wordfence/images/flags/dj.png'),(5486,'wp-content/plugins/wordfence/images/flags/dk.png'),(5487,'wp-content/plugins/wordfence/images/flags/dm.png'),(5488,'wp-content/plugins/wordfence/images/flags/do.png'),(5489,'wp-content/plugins/wordfence/images/flags/dz.png'),(5490,'wp-content/plugins/wordfence/images/flags/ec.png'),(5491,'wp-content/plugins/wordfence/images/flags/ee.png'),(5492,'wp-content/plugins/wordfence/images/flags/eg.png'),(5493,'wp-content/plugins/wordfence/images/flags/eh.png'),(5494,'wp-content/plugins/wordfence/images/flags/england.png'),(5495,'wp-content/plugins/wordfence/images/flags/er.png'),(5496,'wp-content/plugins/wordfence/images/flags/es.png'),(5497,'wp-content/plugins/wordfence/images/flags/et.png'),(5498,'wp-content/plugins/wordfence/images/flags/eu.png'),(5499,'wp-content/plugins/wordfence/images/flags/fam.png'),(5500,'wp-content/plugins/wordfence/images/flags/fi.png'),(5501,'wp-content/plugins/wordfence/images/flags/fj.png'),(5502,'wp-content/plugins/wordfence/images/flags/fk.png'),(5503,'wp-content/plugins/wordfence/images/flags/fm.png'),(5504,'wp-content/plugins/wordfence/images/flags/fo.png'),(5505,'wp-content/plugins/wordfence/images/flags/fr.png'),(5506,'wp-content/plugins/wordfence/images/flags/ga.png'),(5507,'wp-content/plugins/wordfence/images/flags/gb.png'),(5508,'wp-content/plugins/wordfence/images/flags/gd.png'),(5509,'wp-content/plugins/wordfence/images/flags/ge.png'),(5510,'wp-content/plugins/wordfence/images/flags/gf.png'),(5511,'wp-content/plugins/wordfence/images/flags/gg.png'),(5512,'wp-content/plugins/wordfence/images/flags/gh.png'),(5513,'wp-content/plugins/wordfence/images/flags/gi.png'),(5514,'wp-content/plugins/wordfence/images/flags/gl.png'),(5515,'wp-content/plugins/wordfence/images/flags/gm.png'),(5516,'wp-content/plugins/wordfence/images/flags/gn.png'),(5517,'wp-content/plugins/wordfence/images/flags/gp.png'),(5518,'wp-content/plugins/wordfence/images/flags/gq.png'),(5519,'wp-content/plugins/wordfence/images/flags/gr.png'),(5520,'wp-content/plugins/wordfence/images/flags/gs.png'),(5521,'wp-content/plugins/wordfence/images/flags/gt.png'),(5522,'wp-content/plugins/wordfence/images/flags/gu.png'),(5523,'wp-content/plugins/wordfence/images/flags/gw.png'),(5524,'wp-content/plugins/wordfence/images/flags/gy.png'),(5525,'wp-content/plugins/wordfence/images/flags/hk.png'),(5526,'wp-content/plugins/wordfence/images/flags/hn.png'),(5527,'wp-content/plugins/wordfence/images/flags/hr.png'),(5528,'wp-content/plugins/wordfence/images/flags/ht.png'),(5529,'wp-content/plugins/wordfence/images/flags/hu.png'),(5530,'wp-content/plugins/wordfence/images/flags/id.png'),(5531,'wp-content/plugins/wordfence/images/flags/ie.png'),(5532,'wp-content/plugins/wordfence/images/flags/il.png'),(5533,'wp-content/plugins/wordfence/images/flags/im.png'),(5534,'wp-content/plugins/wordfence/images/flags/in.png'),(5535,'wp-content/plugins/wordfence/images/flags/io.png'),(5536,'wp-content/plugins/wordfence/images/flags/iq.png'),(5537,'wp-content/plugins/wordfence/images/flags/ir.png'),(5538,'wp-content/plugins/wordfence/images/flags/is.png'),(5539,'wp-content/plugins/wordfence/images/flags/it.png'),(5540,'wp-content/plugins/wordfence/images/flags/je.png'),(5541,'wp-content/plugins/wordfence/images/flags/jm.png'),(5542,'wp-content/plugins/wordfence/images/flags/jo.png'),(5543,'wp-content/plugins/wordfence/images/flags/jp.png'),(5544,'wp-content/plugins/wordfence/images/flags/ke.png'),(5545,'wp-content/plugins/wordfence/images/flags/kg.png'),(5546,'wp-content/plugins/wordfence/images/flags/kh.png'),(5547,'wp-content/plugins/wordfence/images/flags/ki.png'),(5548,'wp-content/plugins/wordfence/images/flags/km.png'),(5549,'wp-content/plugins/wordfence/images/flags/kn.png'),(5550,'wp-content/plugins/wordfence/images/flags/kp.png'),(5551,'wp-content/plugins/wordfence/images/flags/kr.png'),(5552,'wp-content/plugins/wordfence/images/flags/kw.png'),(5553,'wp-content/plugins/wordfence/images/flags/ky.png'),(5554,'wp-content/plugins/wordfence/images/flags/kz.png'),(5555,'wp-content/plugins/wordfence/images/flags/la.png'),(5556,'wp-content/plugins/wordfence/images/flags/lb.png'),(5557,'wp-content/plugins/wordfence/images/flags/lc.png'),(5558,'wp-content/plugins/wordfence/images/flags/li.png'),(5559,'wp-content/plugins/wordfence/images/flags/lk.png'),(5560,'wp-content/plugins/wordfence/images/flags/lr.png'),(5561,'wp-content/plugins/wordfence/images/flags/ls.png'),(5562,'wp-content/plugins/wordfence/images/flags/lt.png'),(5563,'wp-content/plugins/wordfence/images/flags/lu.png'),(5564,'wp-content/plugins/wordfence/images/flags/lv.png'),(5565,'wp-content/plugins/wordfence/images/flags/ly.png'),(5566,'wp-content/plugins/wordfence/images/flags/ma.png'),(5567,'wp-content/plugins/wordfence/images/flags/mc.png'),(5568,'wp-content/plugins/wordfence/images/flags/md.png'),(5569,'wp-content/plugins/wordfence/images/flags/me.png'),(5570,'wp-content/plugins/wordfence/images/flags/mg.png'),(5571,'wp-content/plugins/wordfence/images/flags/mh.png'),(5572,'wp-content/plugins/wordfence/images/flags/mk.png'),(5573,'wp-content/plugins/wordfence/images/flags/ml.png'),(5574,'wp-content/plugins/wordfence/images/flags/mm.png'),(5575,'wp-content/plugins/wordfence/images/flags/mn.png'),(5576,'wp-content/plugins/wordfence/images/flags/mo.png'),(5577,'wp-content/plugins/wordfence/images/flags/mp.png'),(5578,'wp-content/plugins/wordfence/images/flags/mq.png'),(5579,'wp-content/plugins/wordfence/images/flags/mr.png'),(5580,'wp-content/plugins/wordfence/images/flags/ms.png'),(5581,'wp-content/plugins/wordfence/images/flags/mt.png'),(5582,'wp-content/plugins/wordfence/images/flags/mu.png'),(5583,'wp-content/plugins/wordfence/images/flags/mv.png'),(5584,'wp-content/plugins/wordfence/images/flags/mw.png'),(5585,'wp-content/plugins/wordfence/images/flags/mx.png'),(5586,'wp-content/plugins/wordfence/images/flags/my.png'),(5587,'wp-content/plugins/wordfence/images/flags/mz.png'),(5588,'wp-content/plugins/wordfence/images/flags/na.png'),(5589,'wp-content/plugins/wordfence/images/flags/nc.png'),(5590,'wp-content/plugins/wordfence/images/flags/ne.png'),(5591,'wp-content/plugins/wordfence/images/flags/nf.png'),(5592,'wp-content/plugins/wordfence/images/flags/ng.png'),(5593,'wp-content/plugins/wordfence/images/flags/ni.png'),(5594,'wp-content/plugins/wordfence/images/flags/nl.png'),(5595,'wp-content/plugins/wordfence/images/flags/no.png'),(5596,'wp-content/plugins/wordfence/images/flags/np.png'),(5597,'wp-content/plugins/wordfence/images/flags/nr.png'),(5598,'wp-content/plugins/wordfence/images/flags/nu.png'),(5599,'wp-content/plugins/wordfence/images/flags/nz.png'),(5600,'wp-content/plugins/wordfence/images/flags/om.png'),(5601,'wp-content/plugins/wordfence/images/flags/pa.png'),(5602,'wp-content/plugins/wordfence/images/flags/pe.png'),(5603,'wp-content/plugins/wordfence/images/flags/pf.png'),(5604,'wp-content/plugins/wordfence/images/flags/pg.png'),(5605,'wp-content/plugins/wordfence/images/flags/ph.png'),(5606,'wp-content/plugins/wordfence/images/flags/pk.png'),(5607,'wp-content/plugins/wordfence/images/flags/pl.png'),(5608,'wp-content/plugins/wordfence/images/flags/pm.png'),(5609,'wp-content/plugins/wordfence/images/flags/pn.png'),(5610,'wp-content/plugins/wordfence/images/flags/pr.png'),(5611,'wp-content/plugins/wordfence/images/flags/ps.png'),(5612,'wp-content/plugins/wordfence/images/flags/pt.png'),(5613,'wp-content/plugins/wordfence/images/flags/pw.png'),(5614,'wp-content/plugins/wordfence/images/flags/py.png'),(5615,'wp-content/plugins/wordfence/images/flags/qa.png'),(5616,'wp-content/plugins/wordfence/images/flags/re.png'),(5617,'wp-content/plugins/wordfence/images/flags/ro.png'),(5618,'wp-content/plugins/wordfence/images/flags/rs.png'),(5619,'wp-content/plugins/wordfence/images/flags/ru.png'),(5620,'wp-content/plugins/wordfence/images/flags/rw.png'),(5621,'wp-content/plugins/wordfence/images/flags/sa.png'),(5622,'wp-content/plugins/wordfence/images/flags/sb.png'),(5623,'wp-content/plugins/wordfence/images/flags/sc.png'),(5624,'wp-content/plugins/wordfence/images/flags/scotland.png'),(5625,'wp-content/plugins/wordfence/images/flags/sd.png'),(5626,'wp-content/plugins/wordfence/images/flags/se.png'),(5627,'wp-content/plugins/wordfence/images/flags/sg.png'),(5628,'wp-content/plugins/wordfence/images/flags/sh.png'),(5629,'wp-content/plugins/wordfence/images/flags/si.png'),(5630,'wp-content/plugins/wordfence/images/flags/sk.png'),(5631,'wp-content/plugins/wordfence/images/flags/sl.png'),(5632,'wp-content/plugins/wordfence/images/flags/sm.png'),(5633,'wp-content/plugins/wordfence/images/flags/sn.png'),(5634,'wp-content/plugins/wordfence/images/flags/so.png'),(5635,'wp-content/plugins/wordfence/images/flags/sprite-des-128.png'),(5636,'wp-content/plugins/wordfence/images/flags/sprite-des-16.png'),(5637,'wp-content/plugins/wordfence/images/flags/sprite-des-256.png'),(5638,'wp-content/plugins/wordfence/images/flags/sprite-des-32.png'),(5639,'wp-content/plugins/wordfence/images/flags/sprite-des-64.png'),(5640,'wp-content/plugins/wordfence/images/flags/sprite-des.png'),(5641,'wp-content/plugins/wordfence/images/flags/sprite-des2.png'),(5642,'wp-content/plugins/wordfence/images/flags/sprite2.css'),(5643,'wp-content/plugins/wordfence/images/flags/sprite2.png'),(5644,'wp-content/plugins/wordfence/images/flags/sr.png'),(5645,'wp-content/plugins/wordfence/images/flags/st.png'),(5646,'wp-content/plugins/wordfence/images/flags/sv.png'),(5647,'wp-content/plugins/wordfence/images/flags/sy.png'),(5648,'wp-content/plugins/wordfence/images/flags/sz.png'),(5649,'wp-content/plugins/wordfence/images/flags/tc.png'),(5650,'wp-content/plugins/wordfence/images/flags/td.png'),(5651,'wp-content/plugins/wordfence/images/flags/tf.png'),(5652,'wp-content/plugins/wordfence/images/flags/tg.png'),(5653,'wp-content/plugins/wordfence/images/flags/th.png'),(5654,'wp-content/plugins/wordfence/images/flags/tj.png'),(5655,'wp-content/plugins/wordfence/images/flags/tk.png'),(5656,'wp-content/plugins/wordfence/images/flags/tl.png'),(5657,'wp-content/plugins/wordfence/images/flags/tm.png'),(5658,'wp-content/plugins/wordfence/images/flags/tn.png'),(5659,'wp-content/plugins/wordfence/images/flags/to.png'),(5660,'wp-content/plugins/wordfence/images/flags/tr.png'),(5661,'wp-content/plugins/wordfence/images/flags/tt.png'),(5662,'wp-content/plugins/wordfence/images/flags/tv.png'),(5663,'wp-content/plugins/wordfence/images/flags/tw.png'),(5664,'wp-content/plugins/wordfence/images/flags/tz.png'),(5665,'wp-content/plugins/wordfence/images/flags/ua.png'),(5666,'wp-content/plugins/wordfence/images/flags/ug.png'),(5667,'wp-content/plugins/wordfence/images/flags/uk.png'),(5668,'wp-content/plugins/wordfence/images/flags/um.png'),(5669,'wp-content/plugins/wordfence/images/flags/us.png'),(5670,'wp-content/plugins/wordfence/images/flags/uy.png'),(5671,'wp-content/plugins/wordfence/images/flags/uz.png'),(5672,'wp-content/plugins/wordfence/images/flags/va.png'),(5673,'wp-content/plugins/wordfence/images/flags/vc.png'),(5674,'wp-content/plugins/wordfence/images/flags/ve.png'),(5675,'wp-content/plugins/wordfence/images/flags/vg.png'),(5676,'wp-content/plugins/wordfence/images/flags/vi.png'),(5677,'wp-content/plugins/wordfence/images/flags/vn.png'),(5678,'wp-content/plugins/wordfence/images/flags/vu.png'),(5679,'wp-content/plugins/wordfence/images/flags/wales.png'),(5680,'wp-content/plugins/wordfence/images/flags/wf.png'),(5681,'wp-content/plugins/wordfence/images/flags/ws.png'),(5682,'wp-content/plugins/wordfence/images/flags/xk.png'),(5683,'wp-content/plugins/wordfence/images/flags/ye.png'),(5684,'wp-content/plugins/wordfence/images/flags/yt.png'),(5685,'wp-content/plugins/wordfence/images/flags/za.png'),(5686,'wp-content/plugins/wordfence/images/flags/zm.png'),(5687,'wp-content/plugins/wordfence/images/flags/zw.png'),(5688,'wp-content/plugins/wordfence/images/forward_disabled.jpg'),(5689,'wp-content/plugins/wordfence/images/forward_enabled.jpg'),(5690,'wp-content/plugins/wordfence/images/help.png'),(5691,'wp-content/plugins/wordfence/images/icons/ajax24.gif'),(5692,'wp-content/plugins/wordfence/images/icons/ajax3.gif'),(5693,'wp-content/plugins/wordfence/images/icons/ajaxRed16.gif'),(5694,'wp-content/plugins/wordfence/images/icons/ajaxScan.gif'),(5695,'wp-content/plugins/wordfence/images/icons/ajaxWhite32x32.gif'),(5696,'wp-content/plugins/wordfence/images/icons/arrow_refresh.png'),(5697,'wp-content/plugins/wordfence/images/icons/bullet_yellow.png'),(5698,'wp-content/plugins/wordfence/images/icons/email_go.png'),(5699,'wp-content/plugins/wordfence/images/icons/error128.png'),(5700,'wp-content/plugins/wordfence/images/icons/magnifier.png'),(5701,'wp-content/plugins/wordfence/images/icons/tick128.png'),(5702,'wp-content/plugins/wordfence/images/icons/warning128.png'),(5703,'wp-content/plugins/wordfence/images/lightbox-controls.png'),(5704,'wp-content/plugins/wordfence/images/loading.gif'),(5705,'wp-content/plugins/wordfence/images/loading_background.png'),(5706,'wp-content/plugins/wordfence/images/loading_large.gif'),(5707,'wp-content/plugins/wordfence/images/logo.png'),(5708,'wp-content/plugins/wordfence/images/rr_premium.png'),(5709,'wp-content/plugins/wordfence/images/rr_sitecleaning.jpg'),(5710,'wp-content/plugins/wordfence/images/sort_asc.gif'),(5711,'wp-content/plugins/wordfence/images/sort_asc.png'),(5712,'wp-content/plugins/wordfence/images/sort_asc_disabled.gif'),(5713,'wp-content/plugins/wordfence/images/sort_asc_disabled.png'),(5714,'wp-content/plugins/wordfence/images/sort_both.gif'),(5715,'wp-content/plugins/wordfence/images/sort_both.png'),(5716,'wp-content/plugins/wordfence/images/sort_desc.gif'),(5717,'wp-content/plugins/wordfence/images/sort_desc.png'),(5718,'wp-content/plugins/wordfence/images/sort_desc_disabled.gif'),(5719,'wp-content/plugins/wordfence/images/sort_desc_disabled.png'),(5720,'wp-content/plugins/wordfence/images/wordfence-logo-16x16.png'),(5721,'wp-content/plugins/wordfence/images/wordfence-logo-32x32.png'),(5722,'wp-content/plugins/wordfence/images/wordfence-logo-64x64.png'),(5723,'wp-content/plugins/wordfence/index.php'),(5724,'wp-content/plugins/wordfence/js/Chart.bundle.min.js'),(5725,'wp-content/plugins/wordfence/js/admin.ajaxWatcher.js'),(5726,'wp-content/plugins/wordfence/js/admin.js'),(5727,'wp-content/plugins/wordfence/js/admin.liveTraffic.js'),(5728,'wp-content/plugins/wordfence/js/jquery-ui-timepicker-addon.js'),(5729,'wp-content/plugins/wordfence/js/jquery.colorbox-min.js'),(5730,'wp-content/plugins/wordfence/js/jquery.dataTables.min.js'),(5731,'wp-content/plugins/wordfence/js/jquery.qrcode.min.js'),(5732,'wp-content/plugins/wordfence/js/jquery.tmpl.min.js'),(5733,'wp-content/plugins/wordfence/js/jquery.tools.min.js'),(5734,'wp-content/plugins/wordfence/js/knockout-3.3.0.js'),(5735,'wp-content/plugins/wordfence/js/perf.js'),(5736,'wp-content/plugins/wordfence/js/select2.min.js'),(5737,'wp-content/plugins/wordfence/js/tourTip.js'),(5738,'wp-content/plugins/wordfence/js/wfdashboard.js'),(5739,'wp-content/plugins/wordfence/js/wfdropdown.js'),(5740,'wp-content/plugins/wordfence/js/wfpopover.js'),(5741,'wp-content/plugins/wordfence/lib/.htaccess'),(5742,'wp-content/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(5743,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(5744,'wp-content/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(5745,'wp-content/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(5746,'wp-content/plugins/wordfence/lib/Diff.php'),(5747,'wp-content/plugins/wordfence/lib/GeoIP.dat'),(5748,'wp-content/plugins/wordfence/lib/GeoIPv6.dat'),(5749,'wp-content/plugins/wordfence/lib/IPTraf.php'),(5750,'wp-content/plugins/wordfence/lib/compat.php'),(5751,'wp-content/plugins/wordfence/lib/conntest.php'),(5752,'wp-content/plugins/wordfence/lib/cronview.php'),(5753,'wp-content/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(5754,'wp-content/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(5755,'wp-content/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(5756,'wp-content/plugins/wordfence/lib/dashboard/widget_countries.php'),(5757,'wp-content/plugins/wordfence/lib/dashboard/widget_ips.php'),(5758,'wp-content/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(5759,'wp-content/plugins/wordfence/lib/dashboard/widget_logins.php'),(5760,'wp-content/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(5761,'wp-content/plugins/wordfence/lib/dashboard/widget_notifications.php'),(5762,'wp-content/plugins/wordfence/lib/dashboard/widget_tdf.php'),(5763,'wp-content/plugins/wordfence/lib/dashboard.php'),(5764,'wp-content/plugins/wordfence/lib/dbview.php'),(5765,'wp-content/plugins/wordfence/lib/diffResult.php'),(5766,'wp-content/plugins/wordfence/lib/email_genericAlert.php'),(5767,'wp-content/plugins/wordfence/lib/email_newIssues.php'),(5768,'wp-content/plugins/wordfence/lib/email_passwdChanged.php'),(5769,'wp-content/plugins/wordfence/lib/email_pleaseChangePasswd.php'),(5770,'wp-content/plugins/wordfence/lib/email_unlockRequest.php'),(5771,'wp-content/plugins/wordfence/lib/live_activity.php'),(5772,'wp-content/plugins/wordfence/lib/menu_activity.php'),(5773,'wp-content/plugins/wordfence/lib/menu_blocking.php'),(5774,'wp-content/plugins/wordfence/lib/menu_blocking_advancedBlocking.php'),(5775,'wp-content/plugins/wordfence/lib/menu_blocking_blockedIPs.php'),(5776,'wp-content/plugins/wordfence/lib/menu_blocking_countryBlocking.php'),(5777,'wp-content/plugins/wordfence/lib/menu_dashboard.php'),(5778,'wp-content/plugins/wordfence/lib/menu_firewall.php'),(5779,'wp-content/plugins/wordfence/lib/menu_firewall_bruteForce.php'),(5780,'wp-content/plugins/wordfence/lib/menu_firewall_rateLimiting.php'),(5781,'wp-content/plugins/wordfence/lib/menu_firewall_waf.php'),(5782,'wp-content/plugins/wordfence/lib/menu_options.php'),(5783,'wp-content/plugins/wordfence/lib/menu_scan.php'),(5784,'wp-content/plugins/wordfence/lib/menu_scan_options.php'),(5785,'wp-content/plugins/wordfence/lib/menu_scan_scan.php'),(5786,'wp-content/plugins/wordfence/lib/menu_scan_schedule.php'),(5787,'wp-content/plugins/wordfence/lib/menu_tools.php'),(5788,'wp-content/plugins/wordfence/lib/menu_tools_diagnostic.php'),(5789,'wp-content/plugins/wordfence/lib/menu_tools_passwd.php'),(5790,'wp-content/plugins/wordfence/lib/menu_tools_twoFactor.php'),(5791,'wp-content/plugins/wordfence/lib/menu_tools_whois.php'),(5792,'wp-content/plugins/wordfence/lib/pageTitle.php'),(5793,'wp-content/plugins/wordfence/lib/schedWeekEntry.php'),(5794,'wp-content/plugins/wordfence/lib/sysinfo.php'),(5795,'wp-content/plugins/wordfence/lib/unknownFiles.php'),(5796,'wp-content/plugins/wordfence/lib/viewFullActivityLog.php'),(5797,'wp-content/plugins/wordfence/lib/wf503.php'),(5798,'wp-content/plugins/wordfence/lib/wfAPI.php'),(5799,'wp-content/plugins/wordfence/lib/wfAction.php'),(5800,'wp-content/plugins/wordfence/lib/wfActivityReport.php'),(5801,'wp-content/plugins/wordfence/lib/wfArray.php'),(5802,'wp-content/plugins/wordfence/lib/wfBrowscap.php'),(5803,'wp-content/plugins/wordfence/lib/wfBrowscapCache.php'),(5804,'wp-content/plugins/wordfence/lib/wfBulkCountries.php'),(5805,'wp-content/plugins/wordfence/lib/wfCache.php'),(5806,'wp-content/plugins/wordfence/lib/wfConfig.php'),(5807,'wp-content/plugins/wordfence/lib/wfCountryMap.php'),(5808,'wp-content/plugins/wordfence/lib/wfCrawl.php'),(5809,'wp-content/plugins/wordfence/lib/wfCrypt.php'),(5810,'wp-content/plugins/wordfence/lib/wfDB.php'),(5811,'wp-content/plugins/wordfence/lib/wfDashboard.php'),(5812,'wp-content/plugins/wordfence/lib/wfDiagnostic.php'),(5813,'wp-content/plugins/wordfence/lib/wfDict.php'),(5814,'wp-content/plugins/wordfence/lib/wfDirectoryIterator.php'),(5815,'wp-content/plugins/wordfence/lib/wfGeoIP.php'),(5816,'wp-content/plugins/wordfence/lib/wfHelperBin.php'),(5817,'wp-content/plugins/wordfence/lib/wfHelperString.php'),(5818,'wp-content/plugins/wordfence/lib/wfIPWhitelist.php'),(5819,'wp-content/plugins/wordfence/lib/wfIssues.php'),(5820,'wp-content/plugins/wordfence/lib/wfLockedOut.php'),(5821,'wp-content/plugins/wordfence/lib/wfLog.php'),(5822,'wp-content/plugins/wordfence/lib/wfMD5BloomFilter.php'),(5823,'wp-content/plugins/wordfence/lib/wfNotification.php'),(5824,'wp-content/plugins/wordfence/lib/wfRESTAPI.php'),(5825,'wp-content/plugins/wordfence/lib/wfRate.php'),(5826,'wp-content/plugins/wordfence/lib/wfScan.php'),(5827,'wp-content/plugins/wordfence/lib/wfScanEngine.php'),(5828,'wp-content/plugins/wordfence/lib/wfSchema.php'),(5829,'wp-content/plugins/wordfence/lib/wfStyle.php'),(5830,'wp-content/plugins/wordfence/lib/wfUnlockMsg.php'),(5831,'wp-content/plugins/wordfence/lib/wfUpdateCheck.php'),(5832,'wp-content/plugins/wordfence/lib/wfUtils.php'),(5833,'wp-content/plugins/wordfence/lib/wfView.php'),(5834,'wp-content/plugins/wordfence/lib/wfViewResult.php'),(5835,'wp-content/plugins/wordfence/lib/wordfenceClass.php'),(5836,'wp-content/plugins/wordfence/lib/wordfenceConstants.php'),(5837,'wp-content/plugins/wordfence/lib/wordfenceHash.php'),(5838,'wp-content/plugins/wordfence/lib/wordfenceScanner.php'),(5839,'wp-content/plugins/wordfence/lib/wordfenceURLHoover.php'),(5840,'wp-content/plugins/wordfence/readme.txt'),(5841,'wp-content/plugins/wordfence/tmp/.htaccess'),(5842,'wp-content/plugins/wordfence/vendor/autoload.php'),(5843,'wp-content/plugins/wordfence/vendor/composer/ClassLoader.php'),(5844,'wp-content/plugins/wordfence/vendor/composer/LICENSE'),(5845,'wp-content/plugins/wordfence/vendor/composer/autoload_classmap.php'),(5846,'wp-content/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(5847,'wp-content/plugins/wordfence/vendor/composer/autoload_psr4.php'),(5848,'wp-content/plugins/wordfence/vendor/composer/autoload_real.php'),(5849,'wp-content/plugins/wordfence/vendor/composer/installed.json'),(5850,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/bootstrap-sample.php'),(5851,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/cacert.pem'),(5852,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/falsepositive.key'),(5853,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(5854,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(5855,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(5856,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(5857,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(5858,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(5859,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(5860,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(5861,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(5862,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(5863,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(5864,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(5865,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(5866,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(5867,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/rules.key'),(5868,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(5869,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(5870,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(5871,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(5872,'wp-content/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(5873,'wp-content/plugins/wordfence/views/marketing/rightrail.php'),(5874,'wp-content/plugins/wordfence/views/reports/activity-report-email-inline.php'),(5875,'wp-content/plugins/wordfence/views/reports/activity-report-email.php'),(5876,'wp-content/plugins/wordfence/views/reports/activity-report.php'),(5877,'wp-content/plugins/wordfence/views/waf/debug.php'),(5878,'wp-content/plugins/wordfence/waf/bootstrap.php'),(5879,'wp-content/plugins/wordfence/waf/wfWAFGeoIP.php'),(5880,'wp-content/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(5881,'wp-content/plugins/wordfence/waf/wfWAFUserIPRange.php'),(5882,'wp-content/plugins/wordfence/wordfence.php'),(5883,'wp-content/plugins/wordpress-importer/parsers.php'),(5884,'wp-content/plugins/wordpress-importer/readme.txt'),(5885,'wp-content/plugins/wordpress-importer/wordpress-importer.php'),(5886,'wp-content/plugins/wordpress-seo/admin/ajax/class-recalculate-scores-ajax.php'),(5887,'wp-content/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(5888,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(5889,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-onpage-ajax.php'),(5890,'wp-content/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(5891,'wp-content/plugins/wordpress-seo/admin/ajax.php'),(5892,'wp-content/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(5893,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(5894,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(5895,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(5896,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(5897,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(5898,'wp-content/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(5899,'wp-content/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(5900,'wp-content/plugins/wordpress-seo/admin/class-add-keyword-modal.php'),(5901,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(5902,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(5903,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(5904,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(5905,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(5906,'wp-content/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),(5907,'wp-content/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(5908,'wp-content/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(5909,'wp-content/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(5910,'wp-content/plugins/wordpress-seo/admin/class-admin-init.php'),(5911,'wp-content/plugins/wordpress-seo/admin/class-admin-media-purge-notification.php'),(5912,'wp-content/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(5913,'wp-content/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(5914,'wp-content/plugins/wordpress-seo/admin/class-admin-utils.php'),(5915,'wp-content/plugins/wordpress-seo/admin/class-admin.php'),(5916,'wp-content/plugins/wordpress-seo/admin/class-asset.php'),(5917,'wp-content/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(5918,'wp-content/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(5919,'wp-content/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(5920,'wp-content/plugins/wordpress-seo/admin/class-collector.php'),(5921,'wp-content/plugins/wordpress-seo/admin/class-config.php'),(5922,'wp-content/plugins/wordpress-seo/admin/class-customizer.php'),(5923,'wp-content/plugins/wordpress-seo/admin/class-database-proxy.php'),(5924,'wp-content/plugins/wordpress-seo/admin/class-export.php'),(5925,'wp-content/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(5926,'wp-content/plugins/wordpress-seo/admin/class-extension-manager.php'),(5927,'wp-content/plugins/wordpress-seo/admin/class-extension.php'),(5928,'wp-content/plugins/wordpress-seo/admin/class-extensions.php'),(5929,'wp-content/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(5930,'wp-content/plugins/wordpress-seo/admin/class-help-center-item.php'),(5931,'wp-content/plugins/wordpress-seo/admin/class-help-center.php'),(5932,'wp-content/plugins/wordpress-seo/admin/class-keyword-synonyms-modal.php'),(5933,'wp-content/plugins/wordpress-seo/admin/class-license-page-manager.php'),(5934,'wp-content/plugins/wordpress-seo/admin/class-meta-columns.php'),(5935,'wp-content/plugins/wordpress-seo/admin/class-meta-storage.php'),(5936,'wp-content/plugins/wordpress-seo/admin/class-meta-table-accessible.php'),(5937,'wp-content/plugins/wordpress-seo/admin/class-multiple-keywords-modal.php'),(5938,'wp-content/plugins/wordpress-seo/admin/class-option-tab.php'),(5939,'wp-content/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(5940,'wp-content/plugins/wordpress-seo/admin/class-option-tabs.php'),(5941,'wp-content/plugins/wordpress-seo/admin/class-paper-presenter.php'),(5942,'wp-content/plugins/wordpress-seo/admin/class-plugin-availability.php'),(5943,'wp-content/plugins/wordpress-seo/admin/class-plugin-compatibility.php'),(5944,'wp-content/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(5945,'wp-content/plugins/wordpress-seo/admin/class-premium-popup.php'),(5946,'wp-content/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(5947,'wp-content/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(5948,'wp-content/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(5949,'wp-content/plugins/wordpress-seo/admin/class-recalculate-scores.php'),(5950,'wp-content/plugins/wordpress-seo/admin/class-remote-request.php'),(5951,'wp-content/plugins/wordpress-seo/admin/class-social-admin.php'),(5952,'wp-content/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(5953,'wp-content/plugins/wordpress-seo/admin/class-yoast-alerts.php'),(5954,'wp-content/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(5955,'wp-content/plugins/wordpress-seo/admin/class-yoast-form.php'),(5956,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(5957,'wp-content/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(5958,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(5959,'wp-content/plugins/wordpress-seo/admin/class-yoast-notification.php'),(5960,'wp-content/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(5961,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-components.php'),(5962,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-endpoint.php'),(5963,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-options-adapter.php'),(5964,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-page.php'),(5965,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-service.php'),(5966,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-storage.php'),(5967,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-structure.php'),(5968,'wp-content/plugins/wordpress-seo/admin/config-ui/class-configuration-translations.php'),(5969,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-configuration-choices.php'),(5970,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-connect-google-search-console.php'),(5971,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-mailchimp-signup.php'),(5972,'wp-content/plugins/wordpress-seo/admin/config-ui/components/class-component-suggestions.php'),(5973,'wp-content/plugins/wordpress-seo/admin/config-ui/components/interface-component.php'),(5974,'wp-content/plugins/wordpress-seo/admin/config-ui/factories/class-factory-post-type.php'),(5975,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice-post-type.php'),(5976,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-choice.php'),(5977,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-logo.php'),(5978,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-name.php'),(5979,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-company-or-person.php'),(5980,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-configuration-choices.php'),(5981,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-connect-google-search-console.php'),(5982,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-environment.php'),(5983,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-google-search-console-intro.php'),(5984,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-mailchimp-signup.php'),(5985,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-multiple-authors.php'),(5986,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-person-name.php'),(5987,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-post-type-visibility.php'),(5988,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-facebook.php'),(5989,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-googleplus.php'),(5990,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-instagram.php'),(5991,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-linkedin.php'),(5992,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-myspace.php'),(5993,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-pinterest.php'),(5994,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-twitter.php'),(5995,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-profile-url-youtube.php'),(5996,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-separator.php'),(5997,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-name.php'),(5998,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-site-type.php'),(5999,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-social-profiles-intro.php'),(6000,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-success-message.php'),(6001,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-suggestions.php'),(6002,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-title-intro.php'),(6003,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-configuration-service.php'),(6004,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field-upsell-site-review.php'),(6005,'wp-content/plugins/wordpress-seo/admin/config-ui/fields/class-field.php'),(6006,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-indexable.php'),(6007,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-ryte.php'),(6008,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(6009,'wp-content/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(6010,'wp-content/plugins/wordpress-seo/admin/endpoints/interface-endpoint-storable.php'),(6011,'wp-content/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(6012,'wp-content/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(6013,'wp-content/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(6014,'wp-content/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(6015,'wp-content/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(6016,'wp-content/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(6017,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-ajax.php'),(6018,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-bulk-action.php'),(6019,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-category-filters.php'),(6020,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-config.php'),(6021,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-count.php'),(6022,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issue.php'),(6023,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-issues.php'),(6024,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-mapper.php'),(6025,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-marker.php'),(6026,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-modal.php'),(6027,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-platform-tabs.php'),(6028,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-service.php'),(6029,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-settings.php'),(6030,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc-table.php'),(6031,'wp-content/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(6032,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(6033,'wp-content/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(6034,'wp-content/plugins/wordpress-seo/admin/help_center/class-template-variables-tab.php'),(6035,'wp-content/plugins/wordpress-seo/admin/import/class-import-detector.php'),(6036,'wp-content/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(6037,'wp-content/plugins/wordpress-seo/admin/import/class-import-settings.php'),(6038,'wp-content/plugins/wordpress-seo/admin/import/class-import-status.php'),(6039,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(6040,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(6041,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(6042,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(6043,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(6044,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(6045,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(6046,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(6047,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(6048,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(6049,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(6050,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(6051,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(6052,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(6053,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(6054,'wp-content/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(6055,'wp-content/plugins/wordpress-seo/admin/index.php'),(6056,'wp-content/plugins/wordpress-seo/admin/interface-collection.php'),(6057,'wp-content/plugins/wordpress-seo/admin/interface-installable.php'),(6058,'wp-content/plugins/wordpress-seo/admin/links/class-link-cleanup-transient.php'),(6059,'wp-content/plugins/wordpress-seo/admin/links/class-link-column-count.php'),(6060,'wp-content/plugins/wordpress-seo/admin/links/class-link-columns.php'),(6061,'wp-content/plugins/wordpress-seo/admin/links/class-link-compatibility-notifier.php'),(6062,'wp-content/plugins/wordpress-seo/admin/links/class-link-content-processor.php'),(6063,'wp-content/plugins/wordpress-seo/admin/links/class-link-extractor.php'),(6064,'wp-content/plugins/wordpress-seo/admin/links/class-link-factory.php'),(6065,'wp-content/plugins/wordpress-seo/admin/links/class-link-filter.php'),(6066,'wp-content/plugins/wordpress-seo/admin/links/class-link-installer.php'),(6067,'wp-content/plugins/wordpress-seo/admin/links/class-link-internal-lookup.php'),(6068,'wp-content/plugins/wordpress-seo/admin/links/class-link-notifier.php'),(6069,'wp-content/plugins/wordpress-seo/admin/links/class-link-query.php'),(6070,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-dashboard.php'),(6071,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-endpoint.php'),(6072,'wp-content/plugins/wordpress-seo/admin/links/class-link-reindex-post-service.php'),(6073,'wp-content/plugins/wordpress-seo/admin/links/class-link-storage.php'),(6074,'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible-notifier.php'),(6075,'wp-content/plugins/wordpress-seo/admin/links/class-link-table-accessible.php'),(6076,'wp-content/plugins/wordpress-seo/admin/links/class-link-type-classifier.php'),(6077,'wp-content/plugins/wordpress-seo/admin/links/class-link-utils.php'),(6078,'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher-loader.php'),(6079,'wp-content/plugins/wordpress-seo/admin/links/class-link-watcher.php'),(6080,'wp-content/plugins/wordpress-seo/admin/links/class-link.php'),(6081,'wp-content/plugins/wordpress-seo/admin/listeners/class-listener.php'),(6082,'wp-content/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(6083,'wp-content/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(6084,'wp-content/plugins/wordpress-seo/admin/menu/class-menu.php'),(6085,'wp-content/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(6086,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(6087,'wp-content/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(6088,'wp-content/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(6089,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-addon-section.php'),(6090,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(6091,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(6092,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(6093,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(6094,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(6095,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(6096,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox-tab-section.php'),(6097,'wp-content/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(6098,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(6099,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(6100,'wp-content/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(6101,'wp-content/plugins/wordpress-seo/admin/notifiers/class-configuration-notifier.php'),(6102,'wp-content/plugins/wordpress-seo/admin/notifiers/class-post-type-archive-notification-handler.php'),(6103,'wp-content/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(6104,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-option.php'),(6105,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage-request.php'),(6106,'wp-content/plugins/wordpress-seo/admin/onpage/class-onpage.php'),(6107,'wp-content/plugins/wordpress-seo/admin/onpage/class-ryte-service.php'),(6108,'wp-content/plugins/wordpress-seo/admin/pages/dashboard.php'),(6109,'wp-content/plugins/wordpress-seo/admin/pages/licenses.php'),(6110,'wp-content/plugins/wordpress-seo/admin/pages/metas.php'),(6111,'wp-content/plugins/wordpress-seo/admin/pages/network.php'),(6112,'wp-content/plugins/wordpress-seo/admin/pages/social.php'),(6113,'wp-content/plugins/wordpress-seo/admin/pages/tools.php'),(6114,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-posts.php'),(6115,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate-terms.php'),(6116,'wp-content/plugins/wordpress-seo/admin/recalculate/class-recalculate.php'),(6117,'wp-content/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(6118,'wp-content/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(6119,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(6120,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),(6121,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(6122,'wp-content/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(6123,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-post-provider.php'),(6124,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-provider.php'),(6125,'wp-content/plugins/wordpress-seo/admin/services/class-indexable-term-provider.php'),(6126,'wp-content/plugins/wordpress-seo/admin/services/class-indexable.php'),(6127,'wp-content/plugins/wordpress-seo/admin/services/interface-indexable-provider.php'),(6128,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(6129,'wp-content/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(6130,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(6131,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-content-fields.php'),(6132,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(6133,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(6134,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(6135,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-settings-fields.php'),(6136,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-social-fields.php'),(6137,'wp-content/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(6138,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(6139,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(6140,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(6141,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(6142,'wp-content/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(6143,'wp-content/plugins/wordpress-seo/admin/views/class-view-utils.php'),(6144,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(6145,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(6146,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-form-fieldset.php'),(6147,'wp-content/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(6148,'wp-content/plugins/wordpress-seo/admin/views/form/fieldset.php'),(6149,'wp-content/plugins/wordpress-seo/admin/views/form/select.php'),(6150,'wp-content/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(6151,'wp-content/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(6152,'wp-content/plugins/wordpress-seo/admin/views/licenses.php'),(6153,'wp-content/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(6154,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-errors.php'),(6155,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-template.php'),(6156,'wp-content/plugins/wordpress-seo/admin/views/partial-alerts-warnings.php'),(6157,'wp-content/plugins/wordpress-seo/admin/views/sidebar.php'),(6158,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(6159,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),(6160,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(6161,'wp-content/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(6162,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),(6163,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(6164,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),(6165,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(6166,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),(6167,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),(6168,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),(6169,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),(6170,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),(6171,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),(6172,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),(6173,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),(6174,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general-content.php'),(6175,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),(6176,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),(6177,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),(6178,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),(6179,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),(6180,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),(6181,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),(6182,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(6183,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),(6184,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),(6185,'wp-content/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(6186,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(6187,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(6188,'wp-content/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(6189,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(6190,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(6191,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/google.php'),(6192,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(6193,'wp-content/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(6194,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(6195,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(6196,'wp-content/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(6197,'wp-content/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(6198,'wp-content/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(6199,'wp-content/plugins/wordpress-seo/admin/views/tool-import-export.php'),(6200,'wp-content/plugins/wordpress-seo/admin/views/user-profile.php'),(6201,'wp-content/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(6202,'wp-content/plugins/wordpress-seo/cli/class-cli-redirect-upsell-command-namespace.php'),(6203,'wp-content/plugins/wordpress-seo/cli/class-cli-yoast-command-namespace.php'),(6204,'wp-content/plugins/wordpress-seo/deprecated/class-cornerstone.php'),(6205,'wp-content/plugins/wordpress-seo/deprecated/class-submenu-hider.php'),(6206,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-advanced-settings.php'),(6207,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-internallinks.php'),(6208,'wp-content/plugins/wordpress-seo/deprecated/class-wpseo-option-permalinks.php'),(6209,'wp-content/plugins/wordpress-seo/deprecated/class-yoast-modal.php'),(6210,'wp-content/plugins/wordpress-seo/deprecated/index.php'),(6211,'wp-content/plugins/wordpress-seo/frontend/class-breadcrumbs.php'),(6212,'wp-content/plugins/wordpress-seo/frontend/class-frontend-page-type.php'),(6213,'wp-content/plugins/wordpress-seo/frontend/class-frontend.php'),(6214,'wp-content/plugins/wordpress-seo/frontend/class-json-ld.php'),(6215,'wp-content/plugins/wordpress-seo/frontend/class-opengraph-image.php'),(6216,'wp-content/plugins/wordpress-seo/frontend/class-opengraph-oembed.php'),(6217,'wp-content/plugins/wordpress-seo/frontend/class-opengraph.php'),(6218,'wp-content/plugins/wordpress-seo/frontend/class-primary-category.php'),(6219,'wp-content/plugins/wordpress-seo/frontend/class-remove-reply-to-com.php'),(6220,'wp-content/plugins/wordpress-seo/frontend/class-twitter.php'),(6221,'wp-content/plugins/wordpress-seo/frontend/class-woocommerce-shop-page.php'),(6222,'wp-content/plugins/wordpress-seo/frontend/index.php'),(6223,'wp-content/plugins/wordpress-seo/images/index.php'),(6224,'wp-content/plugins/wordpress-seo/inc/class-post-type.php'),(6225,'wp-content/plugins/wordpress-seo/inc/class-rewrite.php'),(6226,'wp-content/plugins/wordpress-seo/inc/class-structured-data-blocks.php'),(6227,'wp-content/plugins/wordpress-seo/inc/class-upgrade.php'),(6228,'wp-content/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(6229,'wp-content/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(6230,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(6231,'wp-content/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(6232,'wp-content/plugins/wordpress-seo/inc/class-wpseo-endpoint-factory.php'),(6233,'wp-content/plugins/wordpress-seo/inc/class-wpseo-features.php'),(6234,'wp-content/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(6235,'wp-content/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(6236,'wp-content/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(6237,'wp-content/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(6238,'wp-content/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(6239,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(6240,'wp-content/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(6241,'wp-content/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(6242,'wp-content/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(6243,'wp-content/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(6244,'wp-content/plugins/wordpress-seo/inc/class-wpseo-validator.php'),(6245,'wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-argument-exception.php'),(6246,'wp-content/plugins/wordpress-seo/inc/exceptions/class-invalid-indexable-exception.php'),(6247,'wp-content/plugins/wordpress-seo/inc/exceptions/class-rest-request-exception.php'),(6248,'wp-content/plugins/wordpress-seo/inc/index.php'),(6249,'wp-content/plugins/wordpress-seo/inc/indexables/class-indexable.php'),(6250,'wp-content/plugins/wordpress-seo/inc/indexables/class-object-type.php'),(6251,'wp-content/plugins/wordpress-seo/inc/indexables/class-post-indexable.php'),(6252,'wp-content/plugins/wordpress-seo/inc/indexables/class-post-object-type.php'),(6253,'wp-content/plugins/wordpress-seo/inc/indexables/class-term-indexable.php'),(6254,'wp-content/plugins/wordpress-seo/inc/indexables/class-term-object-type.php'),(6255,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-endpoint-validator.php'),(6256,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-keyword-validator.php'),(6257,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-link-validator.php'),(6258,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-meta-values-validator.php'),(6259,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-object-type-validator.php'),(6260,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-opengraph-validator.php'),(6261,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-robots-validator.php'),(6262,'wp-content/plugins/wordpress-seo/inc/indexables/validators/class-twitter-validator.php'),(6263,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(6264,'wp-content/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(6265,'wp-content/plugins/wordpress-seo/inc/language-utils.php'),(6266,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(6267,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(6268,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(6269,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(6270,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(6271,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options-backfill.php'),(6272,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(6273,'wp-content/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(6274,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(6275,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(6276,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(6277,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(6278,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemap-timezone.php'),(6279,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(6280,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(6281,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(6282,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(6283,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(6284,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(6285,'wp-content/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(6286,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(6287,'wp-content/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(6288,'wp-content/plugins/wordpress-seo/inc/structured-data-blocks/class-faq-block.php'),(6289,'wp-content/plugins/wordpress-seo/inc/structured-data-blocks/class-how-to-block.php'),(6290,'wp-content/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(6291,'wp-content/plugins/wordpress-seo/inc/wpseo-functions.php'),(6292,'wp-content/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(6293,'wp-content/plugins/wordpress-seo/index.php'),(6294,'wp-content/plugins/wordpress-seo/js/dist/analysis-921.min.js'),(6295,'wp-content/plugins/wordpress-seo/js/dist/babel-polyfill-921.min.js'),(6296,'wp-content/plugins/wordpress-seo/js/dist/commons-921.min.js'),(6297,'wp-content/plugins/wordpress-seo/js/dist/components-921.min.js'),(6298,'wp-content/plugins/wordpress-seo/js/dist/configuration-wizard-921.min.js'),(6299,'wp-content/plugins/wordpress-seo/js/dist/search-appearance-921.min.js'),(6300,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),(6301,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),(6302,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),(6303,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),(6304,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),(6305,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),(6306,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),(6307,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),(6308,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),(6309,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),(6310,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),(6311,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),(6312,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),(6313,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),(6314,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),(6315,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),(6316,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),(6317,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),(6318,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),(6319,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),(6320,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),(6321,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),(6322,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),(6323,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),(6324,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),(6325,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),(6326,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),(6327,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),(6328,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),(6329,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),(6330,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),(6331,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),(6332,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),(6333,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),(6334,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),(6335,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),(6336,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),(6337,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),(6338,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),(6339,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),(6340,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),(6341,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),(6342,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),(6343,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),(6344,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),(6345,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),(6346,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),(6347,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),(6348,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),(6349,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),(6350,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),(6351,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),(6352,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),(6353,'wp-content/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),(6354,'wp-content/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),(6355,'wp-content/plugins/wordpress-seo/js/dist/styled-components-921.min.js'),(6356,'wp-content/plugins/wordpress-seo/js/dist/wp-apiFetch-921.min.js'),(6357,'wp-content/plugins/wordpress-seo/js/dist/wp-components-921.min.js'),(6358,'wp-content/plugins/wordpress-seo/js/dist/wp-compose-921.min.js'),(6359,'wp-content/plugins/wordpress-seo/js/dist/wp-data-921.min.js'),(6360,'wp-content/plugins/wordpress-seo/js/dist/wp-element-921.min.js'),(6361,'wp-content/plugins/wordpress-seo/js/dist/wp-i18n-921.min.js'),(6362,'wp-content/plugins/wordpress-seo/js/dist/wp-richText-921.min.js'),(6363,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-921.min.js'),(6364,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-global-921.min.js'),(6365,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-gsc-921.min.js'),(6366,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-admin-media-921.min.js'),(6367,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-analysis-worker-921.min.js'),(6368,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-api-921.min.js'),(6369,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-bulk-editor-921.min.js'),(6370,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-dashboard-widget-921.min.js'),(6371,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-edit-page-921.min.js'),(6372,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-featured-image-921.min.js'),(6373,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-filter-explanation-921.min.js'),(6374,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-help-center-921.min.js'),(6375,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-921.min.js'),(6376,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-metabox-category-921.min.js'),(6377,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-modal-921.min.js'),(6378,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-network-admin-921.min.js'),(6379,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-post-scraper-921.min.js'),(6380,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-quick-edit-handler-921.min.js'),(6381,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-recalculate-921.min.js'),(6382,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-reindex-links-921.min.js'),(6383,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-replacevar-plugin-921.min.js'),(6384,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-shortcode-plugin-921.min.js'),(6385,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-structured-data-blocks-921.min.js'),(6386,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-term-scraper-921.min.js'),(6387,'wp-content/plugins/wordpress-seo/js/dist/wp-seo-used-keywords-assessment-921.min.js'),(6388,'wp-content/plugins/wordpress-seo/js/vendor/lodash-noconflict.js'),(6389,'wp-content/plugins/wordpress-seo/js/vendor/lodash.min.js'),(6390,'wp-content/plugins/wordpress-seo/languages/wordpress-seojs.php'),(6391,'wp-content/plugins/wordpress-seo/languages/yoast-components.php'),(6392,'wp-content/plugins/wordpress-seo/languages/yoast-seo-js.php'),(6393,'wp-content/plugins/wordpress-seo/migrations/20171228151840_WpYoastIndexable.php'),(6394,'wp-content/plugins/wordpress-seo/migrations/20171228151841_WpYoastPrimaryTerm.php'),(6395,'wp-content/plugins/wordpress-seo/migrations/20180515101200_WpYoastIndexableMeta.php'),(6396,'wp-content/plugins/wordpress-seo/src/config/admin.php'),(6397,'wp-content/plugins/wordpress-seo/src/config/database-migration.php'),(6398,'wp-content/plugins/wordpress-seo/src/config/dependency-management.php'),(6399,'wp-content/plugins/wordpress-seo/src/config/frontend.php'),(6400,'wp-content/plugins/wordpress-seo/src/config/plugin.php'),(6401,'wp-content/plugins/wordpress-seo/src/config/upgrade.php'),(6402,'wp-content/plugins/wordpress-seo/src/exceptions/missing-method.php'),(6403,'wp-content/plugins/wordpress-seo/src/exceptions/no-indexable-found.php'),(6404,'wp-content/plugins/wordpress-seo/src/formatters/indexable-author-formatter.php'),(6405,'wp-content/plugins/wordpress-seo/src/formatters/indexable-post-formatter.php'),(6406,'wp-content/plugins/wordpress-seo/src/formatters/indexable-term-formatter.php'),(6407,'wp-content/plugins/wordpress-seo/src/loaders/indexable.php'),(6408,'wp-content/plugins/wordpress-seo/src/loggers/logger.php'),(6409,'wp-content/plugins/wordpress-seo/src/loggers/migration-logger.php'),(6410,'wp-content/plugins/wordpress-seo/src/models/indexable-meta.php'),(6411,'wp-content/plugins/wordpress-seo/src/models/indexable.php'),(6412,'wp-content/plugins/wordpress-seo/src/models/primary-term.php'),(6413,'wp-content/plugins/wordpress-seo/src/models/seo-meta.php'),(6414,'wp-content/plugins/wordpress-seo/src/watchers/indexable-author-watcher.php'),(6415,'wp-content/plugins/wordpress-seo/src/watchers/indexable-post-watcher.php'),(6416,'wp-content/plugins/wordpress-seo/src/watchers/indexable-term-watcher.php'),(6417,'wp-content/plugins/wordpress-seo/src/wordpress/integration-group.php'),(6418,'wp-content/plugins/wordpress-seo/src/wordpress/integration.php'),(6419,'wp-content/plugins/wordpress-seo/src/yoast-model.php'),(6420,'wp-content/plugins/wordpress-seo/src/yoast-orm-wrapper.php'),(6421,'wp-content/plugins/wordpress-seo/vendor/autoload.php'),(6422,'wp-content/plugins/wordpress-seo/vendor/autoload_52.php'),(6423,'wp-content/plugins/wordpress-seo/vendor/bin/ruckus.php'),(6424,'wp-content/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(6425,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(6426,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(6427,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(6428,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(6429,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_real_52.php'),(6430,'wp-content/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(6431,'wp-content/plugins/wordpress-seo/vendor/j4mie/idiorm/demo.php'),(6432,'wp-content/plugins/wordpress-seo/vendor/j4mie/idiorm/idiorm.php'),(6433,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Container.php'),(6434,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/ExpectedInvokableException.php'),(6435,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/FrozenServiceException.php'),(6436,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/InvalidServiceIdentifierException.php'),(6437,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Exception/UnknownIdentifierException.php'),(6438,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Psr11/Container.php'),(6439,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Psr11/ServiceLocator.php'),(6440,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/ServiceIterator.php'),(6441,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/ServiceProviderInterface.php'),(6442,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Invokable.php'),(6443,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/NonInvokable.php'),(6444,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/PimpleServiceProvider.php'),(6445,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Fixtures/Service.php'),(6446,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/PimpleServiceProviderInterfaceTest.php'),(6447,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/PimpleTest.php'),(6448,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Psr11/ContainerTest.php'),(6449,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/Psr11/ServiceLocatorTest.php'),(6450,'wp-content/plugins/wordpress-seo/vendor/pimple/pimple/src/Pimple/Tests/ServiceIteratorTest.php'),(6451,'wp-content/plugins/wordpress-seo/vendor/psr/container/src/ContainerExceptionInterface.php'),(6452,'wp-content/plugins/wordpress-seo/vendor/psr/container/src/ContainerInterface.php'),(6453,'wp-content/plugins/wordpress-seo/vendor/psr/container/src/NotFoundExceptionInterface.php'),(6454,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/AbstractLogger.php'),(6455,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/InvalidArgumentException.php'),(6456,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LogLevel.php'),(6457,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerAwareInterface.php'),(6458,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerAwareTrait.php'),(6459,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerInterface.php'),(6460,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/LoggerTrait.php'),(6461,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/NullLogger.php'),(6462,'wp-content/plugins/wordpress-seo/vendor/psr/log/Psr/Log/Test/LoggerInterfaceTest.php'),(6463,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/config/config.inc.php'),(6464,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/config/database.inc.php'),(6465,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Base.php'),(6466,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/ColumnDefinition.php'),(6467,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Interface.php'),(6468,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/MySQL/Base.php'),(6469,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/MySQL/TableDefinition.php'),(6470,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/PgSQL/Base.php'),(6471,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php'),(6472,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Sqlite3/Base.php'),(6473,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/Sqlite3/TableDefinition.php'),(6474,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Adapter/TableDefinition.php'),(6475,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Exception.php'),(6476,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/FrameworkRunner.php'),(6477,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Migration/Base.php'),(6478,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Task/Base.php'),(6479,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Task/Interface.php'),(6480,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Task/Manager.php'),(6481,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Logger.php'),(6482,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Migrator.php'),(6483,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Ruckusing/Util/Naming.php'),(6484,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Generate.php'),(6485,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Migrate.php'),(6486,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Schema.php'),(6487,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Setup.php'),(6488,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Status.php'),(6489,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Db/Version.php'),(6490,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/Task/Hello/World.php'),(6491,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/lib/version.php'),(6492,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/ruckus.php'),(6493,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/bootstrap.php'),(6494,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/Task/Db/Setup.php'),(6495,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/multi_schema_test_dir/20151122000000_CreatePrefixedTable.php'),(6496,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/001_CreateUsers.php'),(6497,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/003_AddIndexToBlogs.php'),(6498,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/20090122193325_AddNewTable.php'),(6499,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/ruckusing_migrations_test/dummy.php'),(6500,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/dummy/db/migrations/second_test_dir/002_JustNewMigration.php'),(6501,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/BaseAdapterOverrideSchemaTest.php'),(6502,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/BaseMigrationTest.php'),(6503,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MigratorUtilTestMultiDirectory.php'),(6504,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MigratorUtilTestSingleDirectory.php'),(6505,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MySQLAdapterTest.php'),(6506,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/MySQLTableDefinitionTest.php'),(6507,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/NamingUtilTest.php'),(6508,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/PostgresAdapterTest.php'),(6509,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/PostgresTableDefinitionTest.php'),(6510,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/Sqlite3AdapterTest.php'),(6511,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/Sqlite3TableDefinitionTest.php'),(6512,'wp-content/plugins/wordpress-seo/vendor/ruckusing/ruckusing-migrations/tests/unit/TaskManagerTest.php'),(6513,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/AutoloadGenerator.php'),(6514,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/ClassLoader.php'),(6515,'wp-content/plugins/wordpress-seo/vendor/xrstf/composer-php52/lib/xrstf/Composer52/Generator.php'),(6516,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google-client.php'),(6517,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-google.php'),(6518,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/class-api-libs.php'),(6519,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/Google_Client.php'),(6520,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AssertionCredentials.php'),(6521,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Auth.php'),(6522,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_AuthNone.php'),(6523,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_LoginTicket.php'),(6524,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_OAuth2.php'),(6525,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_P12Signer.php'),(6526,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_PemVerifier.php'),(6527,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Signer.php'),(6528,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/auth/Google_Verifier.php'),(6529,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_Cache.php'),(6530,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/cache/Google_WPCache.php'),(6531,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/config.php'),(6532,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/external/URITemplateParser.php'),(6533,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CacheParser.php'),(6534,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_CurlIO.php'),(6535,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_HttpRequest.php'),(6536,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_IO.php'),(6537,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_REST.php'),(6538,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/io/Google_WPIO.php'),(6539,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_BatchRequest.php'),(6540,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_MediaFileUpload.php'),(6541,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Model.php'),(6542,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Service.php'),(6543,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_ServiceResource.php'),(6544,'wp-content/plugins/wordpress-seo/vendor/yoast/api-libs/google/service/Google_Utils.php'),(6545,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module-wordpressorg.php'),(6546,'wp-content/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-module.php'),(6547,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-api-request.php'),(6548,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-license-manager.php'),(6549,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-license-manager.php'),(6550,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-plugin-update-manager.php'),(6551,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-product.php'),(6552,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/class-update-manager.php'),(6553,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/index.php'),(6554,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/form.php'),(6555,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/index.php'),(6556,'wp-content/plugins/wordpress-seo/vendor/yoast/license-manager/views/script.php'),(6557,'wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/demo.php'),(6558,'wp-content/plugins/wordpress-seo/vendor_prefixed/j4mie/idiorm/idiorm.php'),(6559,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Base.php'),(6560,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/ColumnDefinition.php'),(6561,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Interface.php'),(6562,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/Base.php'),(6563,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/MySQL/TableDefinition.php'),(6564,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/Base.php'),(6565,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/PgSQL/TableDefinition.php'),(6566,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/Base.php'),(6567,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/Sqlite3/TableDefinition.php'),(6568,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Adapter/TableDefinition.php'),(6569,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Exception.php'),(6570,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/FrameworkRunner.php'),(6571,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Migration/Base.php'),(6572,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Base.php'),(6573,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Interface.php'),(6574,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Task/Manager.php'),(6575,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Logger.php'),(6576,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Migrator.php'),(6577,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Ruckusing/Util/Naming.php'),(6578,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Generate.php'),(6579,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Migrate.php'),(6580,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Schema.php'),(6581,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Setup.php'),(6582,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Status.php'),(6583,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Db/Version.php'),(6584,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/Task/Hello/World.php'),(6585,'wp-content/plugins/wordpress-seo/vendor_prefixed/ruckusing/lib/version.php'),(6586,'wp-content/plugins/wordpress-seo/wp-seo-main.php'),(6587,'wp-content/plugins/wordpress-seo/wp-seo.php'),(6588,'wp-content/plugins/wp-carousel-free/assets/css/font-awesome.min.css'),(6589,'wp-content/plugins/wp-carousel-free/assets/css/slick.css'),(6590,'wp-content/plugins/wp-carousel-free/assets/css/style.css'),(6591,'wp-content/plugins/wp-carousel-free/assets/fonts/FontAwesome.otf'),(6592,'wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.eot'),(6593,'wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.svg'),(6594,'wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.ttf'),(6595,'wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff'),(6596,'wp-content/plugins/wp-carousel-free/assets/fonts/fontawesome-webfont.woff2'),(6597,'wp-content/plugins/wp-carousel-free/assets/js/slick.min.js'),(6598,'wp-content/plugins/wp-carousel-free/inc/functions.php'),(6599,'wp-content/plugins/wp-carousel-free/inc/scripts.php'),(6600,'wp-content/plugins/wp-carousel-free/inc/shortcodes.php'),(6601,'wp-content/plugins/wp-carousel-free/readme.txt'),(6602,'wp-content/plugins/wp-carousel-free/wp-carousel-free.php'),(6603,'wp-content/plugins/wp-smushit/_src/fonts/smush-graphic-dashboard-summary.svg'),(6604,'wp-content/plugins/wp-smushit/_src/images/dev-team.png'),(6605,'wp-content/plugins/wp-smushit/_src/images/dev-team@2x.png'),(6606,'wp-content/plugins/wp-smushit/_src/images/df-banner.jpg'),(6607,'wp-content/plugins/wp-smushit/_src/images/df-icon.png'),(6608,'wp-content/plugins/wp-smushit/_src/images/folder-closed.svg'),(6609,'wp-content/plugins/wp-smushit/_src/images/graphic-hb-minify-summary@2x.png'),(6610,'wp-content/plugins/wp-smushit/_src/images/graphic-smush-cdn-default.png'),(6611,'wp-content/plugins/wp-smushit/_src/images/graphic-smush-cdn-default@2x.png'),(6612,'wp-content/plugins/wp-smushit/_src/images/hb-banner.jpg'),(6613,'wp-content/plugins/wp-smushit/_src/images/hb-icon.png'),(6614,'wp-content/plugins/wp-smushit/_src/images/plugins-crawl-icon.png'),(6615,'wp-content/plugins/wp-smushit/_src/images/plugins-crawl-icon@2x.png'),(6616,'wp-content/plugins/wp-smushit/_src/images/plugins-crawl.jpg'),(6617,'wp-content/plugins/wp-smushit/_src/images/plugins-defender-icon.png'),(6618,'wp-content/plugins/wp-smushit/_src/images/plugins-defender-icon@2x.png'),(6619,'wp-content/plugins/wp-smushit/_src/images/plugins-defender.jpg'),(6620,'wp-content/plugins/wp-smushit/_src/images/plugins-hummingbird-icon.png'),(6621,'wp-content/plugins/wp-smushit/_src/images/plugins-hummingbird-icon@2x.png'),(6622,'wp-content/plugins/wp-smushit/_src/images/plugins-hummingbird.jpg'),(6623,'wp-content/plugins/wp-smushit/_src/images/plugins-smush-icon.png'),(6624,'wp-content/plugins/wp-smushit/_src/images/plugins-smush-icon@2x.png'),(6625,'wp-content/plugins/wp-smushit/_src/images/plugins-smush.jpg'),(6626,'wp-content/plugins/wp-smushit/_src/images/sc-banner.png'),(6627,'wp-content/plugins/wp-smushit/_src/images/sc-icon.png'),(6628,'wp-content/plugins/wp-smushit/_src/images/share-bg-small.png'),(6629,'wp-content/plugins/wp-smushit/_src/images/smush-graphic-dashboard-summary.svg'),(6630,'wp-content/plugins/wp-smushit/_src/images/smush-no-media.png'),(6631,'wp-content/plugins/wp-smushit/_src/images/smush-promo.png'),(6632,'wp-content/plugins/wp-smushit/_src/images/smush-quicksetup.png'),(6633,'wp-content/plugins/wp-smushit/_src/images/whatsapp-button-16px.png'),(6634,'wp-content/plugins/wp-smushit/_src/js/app.js'),(6635,'wp-content/plugins/wp-smushit/_src/js/frontend/public-resize-detection.js'),(6636,'wp-content/plugins/wp-smushit/_src/js/modules/admin.js'),(6637,'wp-content/plugins/wp-smushit/_src/js/modules/bulk-restore.js'),(6638,'wp-content/plugins/wp-smushit/_src/js/modules/bulk-smush.js'),(6639,'wp-content/plugins/wp-smushit/_src/js/modules/directory-smush.js'),(6640,'wp-content/plugins/wp-smushit/_src/js/modules/helpers.js'),(6641,'wp-content/plugins/wp-smushit/_src/js/modules/notice.js'),(6642,'wp-content/plugins/wp-smushit/_src/js/modules/onboarding.js'),(6643,'wp-content/plugins/wp-smushit/_src/js/shared-ui.js'),(6644,'wp-content/plugins/wp-smushit/_src/js/smush/blocks.js'),(6645,'wp-content/plugins/wp-smushit/_src/js/smush/cdn.js'),(6646,'wp-content/plugins/wp-smushit/_src/js/smush/directory-scanner.js'),(6647,'wp-content/plugins/wp-smushit/_src/js/smush/lazy-load.js'),(6648,'wp-content/plugins/wp-smushit/_src/js/smush/media.js'),(6649,'wp-content/plugins/wp-smushit/_src/js/smush/smush.js'),(6650,'wp-content/plugins/wp-smushit/_src/scss/accessibility/_color-accessibility.scss'),(6651,'wp-content/plugins/wp-smushit/_src/scss/app.scss'),(6652,'wp-content/plugins/wp-smushit/_src/scss/common.scss'),(6653,'wp-content/plugins/wp-smushit/_src/scss/modules/_admin.scss'),(6654,'wp-content/plugins/wp-smushit/_src/scss/modules/_cdn.scss'),(6655,'wp-content/plugins/wp-smushit/_src/scss/modules/_directory-smush.scss'),(6656,'wp-content/plugins/wp-smushit/_src/scss/modules/_media.scss'),(6657,'wp-content/plugins/wp-smushit/_src/scss/modules/_variables.scss'),(6658,'wp-content/plugins/wp-smushit/_src/scss/resize-detection.scss'),(6659,'wp-content/plugins/wp-smushit/app/assets/css/smush-admin.min.css'),(6660,'wp-content/plugins/wp-smushit/app/assets/css/smush-common.min.css'),(6661,'wp-content/plugins/wp-smushit/app/assets/css/smush-rd.min.css'),(6662,'wp-content/plugins/wp-smushit/app/assets/fonts/image.svg'),(6663,'wp-content/plugins/wp-smushit/app/assets/fonts/smush-graphic-dashboard-summary.svg'),(6664,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.eot'),(6665,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.svg'),(6666,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.ttf'),(6667,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff'),(6668,'wp-content/plugins/wp-smushit/app/assets/fonts/wpmudev-plugin-icons.woff2'),(6669,'wp-content/plugins/wp-smushit/app/assets/images/dev-team.png'),(6670,'wp-content/plugins/wp-smushit/app/assets/images/dev-team@2x.png'),(6671,'wp-content/plugins/wp-smushit/app/assets/images/df-banner.jpg'),(6672,'wp-content/plugins/wp-smushit/app/assets/images/df-icon.png'),(6673,'wp-content/plugins/wp-smushit/app/assets/images/folder-closed.svg'),(6674,'wp-content/plugins/wp-smushit/app/assets/images/graphic-hb-minify-summary@2x.png'),(6675,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default.png'),(6676,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-cdn-default@2x.png'),(6677,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default.png'),(6678,'wp-content/plugins/wp-smushit/app/assets/images/graphic-smush-lazyload-default@2x.png'),(6679,'wp-content/plugins/wp-smushit/app/assets/images/hb-banner.jpg'),(6680,'wp-content/plugins/wp-smushit/app/assets/images/hb-icon.png'),(6681,'wp-content/plugins/wp-smushit/app/assets/images/hero.png'),(6682,'wp-content/plugins/wp-smushit/app/assets/images/hero@2x.png'),(6683,'wp-content/plugins/wp-smushit/app/assets/images/icons-rtl.gif'),(6684,'wp-content/plugins/wp-smushit/app/assets/images/icons.gif'),(6685,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto.png'),(6686,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-auto@2x.png'),(6687,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load.png'),(6688,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lazy_load@2x.png'),(6689,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy.png'),(6690,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-lossy@2x.png'),(6691,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original.png'),(6692,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-original@2x.png'),(6693,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start.png'),(6694,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-start@2x.png'),(6695,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif.png'),(6696,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-strip_exif@2x.png'),(6697,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage.png'),(6698,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding-usage@2x.png'),(6699,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding.png'),(6700,'wp-content/plugins/wp-smushit/app/assets/images/onboarding/graphic-onboarding@2x.png'),(6701,'wp-content/plugins/wp-smushit/app/assets/images/plugins-crawl-icon.png'),(6702,'wp-content/plugins/wp-smushit/app/assets/images/plugins-crawl-icon@2x.png'),(6703,'wp-content/plugins/wp-smushit/app/assets/images/plugins-crawl.jpg'),(6704,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon.png'),(6705,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender-icon@2x.png'),(6706,'wp-content/plugins/wp-smushit/app/assets/images/plugins-defender.jpg'),(6707,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon.png'),(6708,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird-icon@2x.png'),(6709,'wp-content/plugins/wp-smushit/app/assets/images/plugins-hummingbird.jpg'),(6710,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon.png'),(6711,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl-icon@2x.png'),(6712,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smartcrawl.jpg'),(6713,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smush-icon.png'),(6714,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smush-icon@2x.png'),(6715,'wp-content/plugins/wp-smushit/app/assets/images/plugins-smush.jpg'),(6716,'wp-content/plugins/wp-smushit/app/assets/images/sc-banner.png'),(6717,'wp-content/plugins/wp-smushit/app/assets/images/sc-icon.png'),(6718,'wp-content/plugins/wp-smushit/app/assets/images/share-bg-small.png'),(6719,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-bulksmush-upsell@2x.png'),(6720,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-dashboard-summary.svg'),(6721,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell.png'),(6722,'wp-content/plugins/wp-smushit/app/assets/images/smush-graphic-integrations-upsell@2x.png'),(6723,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-1.gif'),(6724,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-2.gif'),(6725,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-3.gif'),(6726,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-4.gif'),(6727,'wp-content/plugins/wp-smushit/app/assets/images/smush-lazyloader-5.gif'),(6728,'wp-content/plugins/wp-smushit/app/assets/images/smush-no-media.png'),(6729,'wp-content/plugins/wp-smushit/app/assets/images/smush-placeholder.png'),(6730,'wp-content/plugins/wp-smushit/app/assets/images/smush-promo.png'),(6731,'wp-content/plugins/wp-smushit/app/assets/images/smush-quicksetup.png'),(6732,'wp-content/plugins/wp-smushit/app/assets/images/vline-rtl.gif'),(6733,'wp-content/plugins/wp-smushit/app/assets/images/vline.gif'),(6734,'wp-content/plugins/wp-smushit/app/assets/images/whatsapp-button-16px.png'),(6735,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js'),(6736,'wp-content/plugins/wp-smushit/app/assets/js/smush-admin.min.js.map'),(6737,'wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js'),(6738,'wp-content/plugins/wp-smushit/app/assets/js/smush-blocks.min.js.map'),(6739,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js'),(6740,'wp-content/plugins/wp-smushit/app/assets/js/smush-lazy-load.min.js.map'),(6741,'wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js'),(6742,'wp-content/plugins/wp-smushit/app/assets/js/smush-media.min.js.map'),(6743,'wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js'),(6744,'wp-content/plugins/wp-smushit/app/assets/js/smush-rd.min.js.map'),(6745,'wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js'),(6746,'wp-content/plugins/wp-smushit/app/assets/js/smush-sui.min.js.map'),(6747,'wp-content/plugins/wp-smushit/app/class-abstract-page.php'),(6748,'wp-content/plugins/wp-smushit/app/class-admin.php'),(6749,'wp-content/plugins/wp-smushit/app/class-ajax.php'),(6750,'wp-content/plugins/wp-smushit/app/class-media-library.php'),(6751,'wp-content/plugins/wp-smushit/app/common/meta-box-footer.php'),(6752,'wp-content/plugins/wp-smushit/app/common/progress-bar.php'),(6753,'wp-content/plugins/wp-smushit/app/modals/checking-files.php'),(6754,'wp-content/plugins/wp-smushit/app/modals/directory-list.php'),(6755,'wp-content/plugins/wp-smushit/app/modals/onboarding.php'),(6756,'wp-content/plugins/wp-smushit/app/modals/progress-dialog.php'),(6757,'wp-content/plugins/wp-smushit/app/modals/reset-settings.php'),(6758,'wp-content/plugins/wp-smushit/app/modals/resizing-update.php'),(6759,'wp-content/plugins/wp-smushit/app/modals/restore-images.php'),(6760,'wp-content/plugins/wp-smushit/app/pages/class-dashboard.php'),(6761,'wp-content/plugins/wp-smushit/app/pages/class-nextgen.php'),(6762,'wp-content/plugins/wp-smushit/app/pages/class-upgrade.php'),(6763,'wp-content/plugins/wp-smushit/app/views/bulk/meta-box-header.php'),(6764,'wp-content/plugins/wp-smushit/app/views/bulk/meta-box.php'),(6765,'wp-content/plugins/wp-smushit/app/views/bulk-settings/meta-box.php'),(6766,'wp-content/plugins/wp-smushit/app/views/cdn/disabled-meta-box.php'),(6767,'wp-content/plugins/wp-smushit/app/views/cdn/meta-box-header.php'),(6768,'wp-content/plugins/wp-smushit/app/views/cdn/meta-box.php'),(6769,'wp-content/plugins/wp-smushit/app/views/cdn/upsell-meta-box-header.php'),(6770,'wp-content/plugins/wp-smushit/app/views/cdn/upsell-meta-box.php'),(6771,'wp-content/plugins/wp-smushit/app/views/directory/meta-box.php'),(6772,'wp-content/plugins/wp-smushit/app/views/integrations/meta-box.php'),(6773,'wp-content/plugins/wp-smushit/app/views/lazyload/disabled-meta-box.php'),(6774,'wp-content/plugins/wp-smushit/app/views/lazyload/meta-box-header.php'),(6775,'wp-content/plugins/wp-smushit/app/views/lazyload/meta-box.php'),(6776,'wp-content/plugins/wp-smushit/app/views/meta-box.php'),(6777,'wp-content/plugins/wp-smushit/app/views/nextgen/meta-box-header.php'),(6778,'wp-content/plugins/wp-smushit/app/views/nextgen/meta-box.php'),(6779,'wp-content/plugins/wp-smushit/app/views/nextgen/summary-meta-box.php'),(6780,'wp-content/plugins/wp-smushit/app/views/pro-features/meta-box-header.php'),(6781,'wp-content/plugins/wp-smushit/app/views/pro-features/meta-box.php'),(6782,'wp-content/plugins/wp-smushit/app/views/settings/meta-box.php'),(6783,'wp-content/plugins/wp-smushit/app/views/smush-page.php'),(6784,'wp-content/plugins/wp-smushit/app/views/smush-upgrade-page.php'),(6785,'wp-content/plugins/wp-smushit/app/views/summary/meta-box.php'),(6786,'wp-content/plugins/wp-smushit/app/views/tabs.php'),(6787,'wp-content/plugins/wp-smushit/app/views/tools/meta-box.php'),(6788,'wp-content/plugins/wp-smushit/app/views/wp-smush-nextgen-bulk-page.php'),(6789,'wp-content/plugins/wp-smushit/core/api/class-api.php'),(6790,'wp-content/plugins/wp-smushit/core/api/class-request.php'),(6791,'wp-content/plugins/wp-smushit/core/class-cli.php'),(6792,'wp-content/plugins/wp-smushit/core/class-core.php'),(6793,'wp-content/plugins/wp-smushit/core/class-helper.php'),(6794,'wp-content/plugins/wp-smushit/core/class-installer.php'),(6795,'wp-content/plugins/wp-smushit/core/class-modules.php'),(6796,'wp-content/plugins/wp-smushit/core/class-rest.php'),(6797,'wp-content/plugins/wp-smushit/core/class-settings.php'),(6798,'wp-content/plugins/wp-smushit/core/class-stats.php'),(6799,'wp-content/plugins/wp-smushit/core/external/free-dashboard/README.md'),(6800,'wp-content/plugins/wp-smushit/core/external/free-dashboard/admin.css'),(6801,'wp-content/plugins/wp-smushit/core/external/free-dashboard/admin.js'),(6802,'wp-content/plugins/wp-smushit/core/external/free-dashboard/module.php'),(6803,'wp-content/plugins/wp-smushit/core/integrations/class-abstract-integration.php'),(6804,'wp-content/plugins/wp-smushit/core/integrations/class-avada.php'),(6805,'wp-content/plugins/wp-smushit/core/integrations/class-common.php'),(6806,'wp-content/plugins/wp-smushit/core/integrations/class-composer.php'),(6807,'wp-content/plugins/wp-smushit/core/integrations/class-envira.php'),(6808,'wp-content/plugins/wp-smushit/core/integrations/class-gutenberg.php'),(6809,'wp-content/plugins/wp-smushit/core/integrations/class-nextgen.php'),(6810,'wp-content/plugins/wp-smushit/core/integrations/class-s3.php'),(6811,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-admin.php'),(6812,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-stats.php'),(6813,'wp-content/plugins/wp-smushit/core/integrations/nextgen/class-thumbs.php'),(6814,'wp-content/plugins/wp-smushit/core/integrations/s3/class-compat.php'),(6815,'wp-content/plugins/wp-smushit/core/modules/async/class-abstract-async.php'),(6816,'wp-content/plugins/wp-smushit/core/modules/async/class-async.php'),(6817,'wp-content/plugins/wp-smushit/core/modules/async/class-editor.php'),(6818,'wp-content/plugins/wp-smushit/core/modules/class-abstract-module.php'),(6819,'wp-content/plugins/wp-smushit/core/modules/class-backup.php'),(6820,'wp-content/plugins/wp-smushit/core/modules/class-cdn.php'),(6821,'wp-content/plugins/wp-smushit/core/modules/class-dir.php'),(6822,'wp-content/plugins/wp-smushit/core/modules/class-lazy.php'),(6823,'wp-content/plugins/wp-smushit/core/modules/class-png2jpg.php'),(6824,'wp-content/plugins/wp-smushit/core/modules/class-resize-detection.php'),(6825,'wp-content/plugins/wp-smushit/core/modules/class-resize.php'),(6826,'wp-content/plugins/wp-smushit/core/modules/class-smush.php'),(6827,'wp-content/plugins/wp-smushit/core/modules/helpers/class-dscanner.php'),(6828,'wp-content/plugins/wp-smushit/core/modules/helpers/class-iterator.php'),(6829,'wp-content/plugins/wp-smushit/core/modules/helpers/class-parser.php'),(6830,'wp-content/plugins/wp-smushit/languages/wp-smushit.pot'),(6831,'wp-content/plugins/wp-smushit/readme.txt'),(6832,'wp-content/plugins/wp-smushit/uninstall.php'),(6833,'wp-content/plugins/wp-smushit/wp-smush.php'),(6834,'wp-content/plugins/wpclef/.gitignore'),(6835,'wp-content/plugins/wpclef/.travis.yml'),(6836,'wp-content/plugins/wpclef/.tx/config'),(6837,'wp-content/plugins/wpclef/CHECKLIST.md'),(6838,'wp-content/plugins/wpclef/README.md'),(6839,'wp-content/plugins/wpclef/assets/dist/css/admin.css'),(6840,'wp-content/plugins/wpclef/assets/dist/css/admin.min.css'),(6841,'wp-content/plugins/wpclef/assets/dist/css/login.css'),(6842,'wp-content/plugins/wpclef/assets/dist/css/login.min.css'),(6843,'wp-content/plugins/wpclef/assets/dist/css/main.css'),(6844,'wp-content/plugins/wpclef/assets/dist/css/main.min.css'),(6845,'wp-content/plugins/wpclef/assets/dist/css/wpclef.min.css'),(6846,'wp-content/plugins/wpclef/assets/dist/img/bookmark.png'),(6847,'wp-content/plugins/wpclef/assets/dist/img/bruteprotect.png'),(6848,'wp-content/plugins/wpclef/assets/dist/img/button.png'),(6849,'wp-content/plugins/wpclef/assets/dist/img/gradient_icon_16.png'),(6850,'wp-content/plugins/wpclef/assets/dist/img/gradient_icon_32.png'),(6851,'wp-content/plugins/wpclef/assets/dist/img/invite.png'),(6852,'wp-content/plugins/wpclef/assets/dist/img/loading.gif'),(6853,'wp-content/plugins/wpclef/assets/dist/img/overlay.png'),(6854,'wp-content/plugins/wpclef/assets/dist/img/waltz.png'),(6855,'wp-content/plugins/wpclef/assets/dist/js/badge.js'),(6856,'wp-content/plugins/wpclef/assets/dist/js/badge.min.js'),(6857,'wp-content/plugins/wpclef/assets/dist/js/clef_heartbeat.js'),(6858,'wp-content/plugins/wpclef/assets/dist/js/clef_heartbeat.min.js'),(6859,'wp-content/plugins/wpclef/assets/dist/js/connect.js'),(6860,'wp-content/plugins/wpclef/assets/dist/js/connect.min.js'),(6861,'wp-content/plugins/wpclef/assets/dist/js/login.js'),(6862,'wp-content/plugins/wpclef/assets/dist/js/login.min.js'),(6863,'wp-content/plugins/wpclef/assets/dist/js/settings.js'),(6864,'wp-content/plugins/wpclef/assets/dist/js/settings.min.js'),(6865,'wp-content/plugins/wpclef/assets/dist/js/waltz_notification.js'),(6866,'wp-content/plugins/wpclef/assets/dist/js/waltz_notification.min.js'),(6867,'wp-content/plugins/wpclef/assets/src/coffee/badge.coffee'),(6868,'wp-content/plugins/wpclef/assets/src/coffee/clef_heartbeat.coffee'),(6869,'wp-content/plugins/wpclef/assets/src/coffee/login.coffee'),(6870,'wp-content/plugins/wpclef/assets/src/coffee/settings/connect.coffee'),(6871,'wp-content/plugins/wpclef/assets/src/coffee/settings/invite.coffee'),(6872,'wp-content/plugins/wpclef/assets/src/coffee/settings/multisite.coffee'),(6873,'wp-content/plugins/wpclef/assets/src/coffee/settings/pro.coffee'),(6874,'wp-content/plugins/wpclef/assets/src/coffee/settings/settings.coffee'),(6875,'wp-content/plugins/wpclef/assets/src/coffee/settings/tutorial.coffee'),(6876,'wp-content/plugins/wpclef/assets/src/coffee/settings/utils.coffee'),(6877,'wp-content/plugins/wpclef/assets/src/img/bookmark.png'),(6878,'wp-content/plugins/wpclef/assets/src/img/button.png'),(6879,'wp-content/plugins/wpclef/assets/src/img/clef-logo@2x.png'),(6880,'wp-content/plugins/wpclef/assets/src/img/gradient_icon_16.png'),(6881,'wp-content/plugins/wpclef/assets/src/img/gradient_icon_32.png'),(6882,'wp-content/plugins/wpclef/assets/src/img/invite.png'),(6883,'wp-content/plugins/wpclef/assets/src/img/loading.gif'),(6884,'wp-content/plugins/wpclef/assets/src/img/overlay.png'),(6885,'wp-content/plugins/wpclef/assets/src/img/waltz.png'),(6886,'wp-content/plugins/wpclef/assets/src/sass/_badge.scss'),(6887,'wp-content/plugins/wpclef/assets/src/sass/_form.scss'),(6888,'wp-content/plugins/wpclef/assets/src/sass/_grid-settings.scss'),(6889,'wp-content/plugins/wpclef/assets/src/sass/_mixins.scss'),(6890,'wp-content/plugins/wpclef/assets/src/sass/_settings-page.scss'),(6891,'wp-content/plugins/wpclef/assets/src/sass/_settings.scss'),(6892,'wp-content/plugins/wpclef/assets/src/sass/_tutorial.scss'),(6893,'wp-content/plugins/wpclef/assets/src/sass/admin.scss'),(6894,'wp-content/plugins/wpclef/assets/src/sass/bourbon/_bourbon-deprecated-upcoming.scss'),(6895,'wp-content/plugins/wpclef/assets/src/sass/bourbon/_bourbon.scss'),(6896,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_button.scss'),(6897,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_clearfix.scss'),(6898,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_font-family.scss'),(6899,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_hide-text.scss'),(6900,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_html5-input-types.scss'),(6901,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_position.scss'),(6902,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_prefixer.scss'),(6903,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_retina-image.scss'),(6904,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_size.scss'),(6905,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_timing-functions.scss'),(6906,'wp-content/plugins/wpclef/assets/src/sass/bourbon/addons/_triangle.scss'),(6907,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_animation.scss'),(6908,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_appearance.scss'),(6909,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_backface-visibility.scss'),(6910,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_background-image.scss'),(6911,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_background.scss'),(6912,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_border-image.scss'),(6913,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_border-radius.scss'),(6914,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_box-sizing.scss'),(6915,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_columns.scss'),(6916,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_flex-box.scss'),(6917,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_font-face.scss'),(6918,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_hidpi-media-query.scss'),(6919,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_image-rendering.scss'),(6920,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_inline-block.scss'),(6921,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_keyframes.scss'),(6922,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_linear-gradient.scss'),(6923,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_perspective.scss'),(6924,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_placeholder.scss'),(6925,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_radial-gradient.scss'),(6926,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_transform.scss'),(6927,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_transition.scss'),(6928,'wp-content/plugins/wpclef/assets/src/sass/bourbon/css3/_user-select.scss'),(6929,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_compact.scss'),(6930,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_flex-grid.scss'),(6931,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_grid-width.scss'),(6932,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_linear-gradient.scss'),(6933,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_modular-scale.scss'),(6934,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_px-to-em.scss'),(6935,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_radial-gradient.scss'),(6936,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_tint-shade.scss'),(6937,'wp-content/plugins/wpclef/assets/src/sass/bourbon/functions/_transition-property-name.scss'),(6938,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_deprecated-webkit-gradient.scss'),(6939,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_gradient-positions-parser.scss'),(6940,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_linear-positions-parser.scss'),(6941,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_radial-arg-parser.scss'),(6942,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_radial-positions-parser.scss'),(6943,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_render-gradients.scss'),(6944,'wp-content/plugins/wpclef/assets/src/sass/bourbon/helpers/_shape-size-stripper.scss'),(6945,'wp-content/plugins/wpclef/assets/src/sass/login.scss'),(6946,'wp-content/plugins/wpclef/assets/src/sass/neat/_neat-helpers.scss'),(6947,'wp-content/plugins/wpclef/assets/src/sass/neat/_neat.scss'),(6948,'wp-content/plugins/wpclef/assets/src/sass/neat/functions/_new-breakpoint.scss'),(6949,'wp-content/plugins/wpclef/assets/src/sass/neat/functions/_private.scss'),(6950,'wp-content/plugins/wpclef/assets/src/sass/neat/functions/_px-to-em.scss'),(6951,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_fill-parent.scss'),(6952,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_grid.scss'),(6953,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_media.scss'),(6954,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_omega.scss'),(6955,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_outer-container.scss'),(6956,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_pad.scss'),(6957,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_private.scss'),(6958,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_reset.scss'),(6959,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_row.scss'),(6960,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_shift.scss'),(6961,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_span-columns.scss'),(6962,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_to-deprecate.scss'),(6963,'wp-content/plugins/wpclef/assets/src/sass/neat/grid/_visual-grid.scss'),(6964,'wp-content/plugins/wpclef/assets/src/sass/neat/settings/_grid.scss'),(6965,'wp-content/plugins/wpclef/assets/src/sass/neat/settings/_visual-grid.scss'),(6966,'wp-content/plugins/wpclef/clef-require.php'),(6967,'wp-content/plugins/wpclef/gulpfile.js'),(6968,'wp-content/plugins/wpclef/includes/class.clef-admin.php'),(6969,'wp-content/plugins/wpclef/includes/class.clef-ajax.php'),(6970,'wp-content/plugins/wpclef/includes/class.clef-badge.php'),(6971,'wp-content/plugins/wpclef/includes/class.clef-core.php'),(6972,'wp-content/plugins/wpclef/includes/class.clef-internal-settings.php'),(6973,'wp-content/plugins/wpclef/includes/class.clef-invite.php'),(6974,'wp-content/plugins/wpclef/includes/class.clef-login.php'),(6975,'wp-content/plugins/wpclef/includes/class.clef-logout.php'),(6976,'wp-content/plugins/wpclef/includes/class.clef-network-admin.php'),(6977,'wp-content/plugins/wpclef/includes/class.clef-onboarding.php'),(6978,'wp-content/plugins/wpclef/includes/class.clef-session.php'),(6979,'wp-content/plugins/wpclef/includes/class.clef-settings.php'),(6980,'wp-content/plugins/wpclef/includes/class.clef-setup.php'),(6981,'wp-content/plugins/wpclef/includes/class.clef-translation.php'),(6982,'wp-content/plugins/wpclef/includes/class.clef-user-settings.php'),(6983,'wp-content/plugins/wpclef/includes/class.clef-utils.php'),(6984,'wp-content/plugins/wpclef/includes/class.clef-wind-down.php'),(6985,'wp-content/plugins/wpclef/includes/lib/Settings_API_Util.inc'),(6986,'wp-content/plugins/wpclef/includes/lib/ajax-settings/ajax-settings.php'),(6987,'wp-content/plugins/wpclef/includes/lib/ajax-settings/css/ajax-settings.v1.0.0.min.css'),(6988,'wp-content/plugins/wpclef/includes/lib/ajax-settings/img/loading.gif'),(6989,'wp-content/plugins/wpclef/includes/lib/ajax-settings/js/ajax-settings.v1.0.0.min.js'),(6990,'wp-content/plugins/wpclef/includes/lib/symlink-fix.php'),(6991,'wp-content/plugins/wpclef/includes/lib/utils.inc'),(6992,'wp-content/plugins/wpclef/includes/lib/wp-session/class-recursive-arrayaccess.php'),(6993,'wp-content/plugins/wpclef/includes/lib/wp-session/class-wp-session.php'),(6994,'wp-content/plugins/wpclef/includes/lib/wp-session/wp-session.php'),(6995,'wp-content/plugins/wpclef/includes/pro/class.clef-pro.php'),(6996,'wp-content/plugins/wpclef/languages/clef-ar.mo'),(6997,'wp-content/plugins/wpclef/languages/clef-ar.po'),(6998,'wp-content/plugins/wpclef/languages/clef-cs.mo'),(6999,'wp-content/plugins/wpclef/languages/clef-cs.po'),(7000,'wp-content/plugins/wpclef/languages/clef-da.mo'),(7001,'wp-content/plugins/wpclef/languages/clef-da.po'),(7002,'wp-content/plugins/wpclef/languages/clef-de.mo'),(7003,'wp-content/plugins/wpclef/languages/clef-de.po'),(7004,'wp-content/plugins/wpclef/languages/clef-de_DE.mo'),(7005,'wp-content/plugins/wpclef/languages/clef-de_DE.po'),(7006,'wp-content/plugins/wpclef/languages/clef-el.mo'),(7007,'wp-content/plugins/wpclef/languages/clef-el.po'),(7008,'wp-content/plugins/wpclef/languages/clef-el_GR.mo'),(7009,'wp-content/plugins/wpclef/languages/clef-el_GR.po'),(7010,'wp-content/plugins/wpclef/languages/clef-es.mo'),(7011,'wp-content/plugins/wpclef/languages/clef-es.po'),(7012,'wp-content/plugins/wpclef/languages/clef-es_AR.mo'),(7013,'wp-content/plugins/wpclef/languages/clef-es_AR.po'),(7014,'wp-content/plugins/wpclef/languages/clef-es_ES.mo'),(7015,'wp-content/plugins/wpclef/languages/clef-es_ES.po'),(7016,'wp-content/plugins/wpclef/languages/clef-fr.mo'),(7017,'wp-content/plugins/wpclef/languages/clef-fr.po'),(7018,'wp-content/plugins/wpclef/languages/clef-fr_FR.mo'),(7019,'wp-content/plugins/wpclef/languages/clef-fr_FR.po'),(7020,'wp-content/plugins/wpclef/languages/clef-ja.mo'),(7021,'wp-content/plugins/wpclef/languages/clef-ja.po'),(7022,'wp-content/plugins/wpclef/languages/clef-ko_KR.mo'),(7023,'wp-content/plugins/wpclef/languages/clef-ko_KR.po'),(7024,'wp-content/plugins/wpclef/languages/clef-lv.mo'),(7025,'wp-content/plugins/wpclef/languages/clef-lv.po'),(7026,'wp-content/plugins/wpclef/languages/clef-nb_NO.mo'),(7027,'wp-content/plugins/wpclef/languages/clef-nb_NO.po'),(7028,'wp-content/plugins/wpclef/languages/clef-nl.mo'),(7029,'wp-content/plugins/wpclef/languages/clef-nl.po'),(7030,'wp-content/plugins/wpclef/languages/clef-nl_NL.mo'),(7031,'wp-content/plugins/wpclef/languages/clef-nl_NL.po'),(7032,'wp-content/plugins/wpclef/languages/clef-pt_BR.mo'),(7033,'wp-content/plugins/wpclef/languages/clef-pt_BR.po'),(7034,'wp-content/plugins/wpclef/languages/clef-ru.mo'),(7035,'wp-content/plugins/wpclef/languages/clef-ru.po'),(7036,'wp-content/plugins/wpclef/languages/clef-ru_RU.mo'),(7037,'wp-content/plugins/wpclef/languages/clef-ru_RU.po'),(7038,'wp-content/plugins/wpclef/languages/clef-tr_TR.mo'),(7039,'wp-content/plugins/wpclef/languages/clef-tr_TR.po'),(7040,'wp-content/plugins/wpclef/languages/wpclef.pot'),(7041,'wp-content/plugins/wpclef/package.json'),(7042,'wp-content/plugins/wpclef/phpunit.xml'),(7043,'wp-content/plugins/wpclef/readme.txt'),(7044,'wp-content/plugins/wpclef/templates/admin/badge-prompt.tpl.php'),(7045,'wp-content/plugins/wpclef/templates/admin/form.tpl.php'),(7046,'wp-content/plugins/wpclef/templates/admin/multisite/network-disabled.tpl.php'),(7047,'wp-content/plugins/wpclef/templates/admin/multisite/network-enabled.tpl.php'),(7048,'wp-content/plugins/wpclef/templates/admin/multisite/single-disabled.tpl.php'),(7049,'wp-content/plugins/wpclef/templates/admin/multisite/single-enabled.tpl.php'),(7050,'wp-content/plugins/wpclef/templates/admin/multisite.tpl.php'),(7051,'wp-content/plugins/wpclef/templates/admin/settings.tpl.php'),(7052,'wp-content/plugins/wpclef/templates/admin/tutorial.tpl.php'),(7053,'wp-content/plugins/wpclef/templates/badge.tpl.php'),(7054,'wp-content/plugins/wpclef/templates/button.tpl.php'),(7055,'wp-content/plugins/wpclef/templates/invite_email.tpl.php'),(7056,'wp-content/plugins/wpclef/templates/js-templates/invite.tpl.php'),(7057,'wp-content/plugins/wpclef/templates/login.tpl.php'),(7058,'wp-content/plugins/wpclef/templates/override_link_email.tpl.php'),(7059,'wp-content/plugins/wpclef/templates/pro/form.tpl.php'),(7060,'wp-content/plugins/wpclef/templates/register.tpl.php'),(7061,'wp-content/plugins/wpclef/templates/user_settings.tpl.php'),(7062,'wp-content/plugins/wpclef/tests/bootstrap.php'),(7063,'wp-content/plugins/wpclef/tests/internal-settings/test_passwords_disabled_for_user.php'),(7064,'wp-content/plugins/wpclef/tests/login/test_disabled_passwords.php'),(7065,'wp-content/plugins/wpclef/tests/setup/fakesendmail.sh'),(7066,'wp-content/plugins/wpclef/tests/test_clef_tests.php'),(7067,'wp-content/plugins/wpclef/update_translations.sh'),(7068,'wp-content/plugins/wpclef/wpclef.php'),(7069,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin-protected-links.js'),(7070,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin-protected-links.min.js'),(7071,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin.js'),(7072,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin.min.js'),(7073,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_m_metabox.js'),(7074,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_m_metabox.min.js'),(7075,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_messages.js'),(7076,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_messages.min.js'),(7077,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_premium.js'),(7078,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_user_bulk.js'),(7079,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/admin_user_bulk.min.js'),(7080,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/advanced-admin.js'),(7081,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/advanced-admin.min.js'),(7082,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/enhanced-select.js'),(7083,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/enhanced-select.min.js'),(7084,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/force_create_account.min.js'),(7085,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.js'),(7086,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/menu.js'),(7087,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/menu.min.js'),(7088,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/reports.js'),(7089,'wp-content/plugins/yith-woocommerce-membership-premium/assets/js/reports.min.js'),(7090,'wp-content/plugins/yith-woocommerce-membership-premium/class.yith-wcmbs-admin-premium.php'),(7091,'wp-content/plugins/yith-woocommerce-membership-premium/class.yith-wcmbs-admin.php'),(7092,'wp-content/plugins/yith-woocommerce-membership-premium/class.yith-wcmbs-frontend-premium.php'),(7093,'wp-content/plugins/yith-woocommerce-membership-premium/class.yith-wcmbs-frontend.php'),(7094,'wp-content/plugins/yith-woocommerce-membership-premium/class.yith-wcmbs.php'),(7095,'wp-content/plugins/yith-woocommerce-membership-premium/includes/admin/class.yith-wcmbs-admin-profile.php'),(7096,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.ajax-products-field.php'),(7097,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.wc-shipping-membership-free-shipping.php'),(7098,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-activity.php'),(7099,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-admin-assets.php'),(7100,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-advanced-administration.php'),(7101,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-ajax.php'),(7102,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-cron.php'),(7103,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-downloads-report.php'),(7104,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-manager-premium.php'),(7105,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-manager.php'),(7106,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-member-premium.php'),(7107,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-member.php'),(7108,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-members-premium.php'),(7109,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-members.php'),(7110,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-membership-helper.php'),(7111,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-membership.php'),(7112,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-message.php'),(7113,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-messages-manager-admin.php'),(7114,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-messages-manager-frontend.php'),(7115,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-messages-widget.php'),(7116,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-notifier.php'),(7117,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-orders-premium.php'),(7118,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-orders.php'),(7119,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-products-manager.php'),(7120,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-protected-links.php'),(7121,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-protected-media.php'),(7122,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-reports.php'),(7123,'wp-content/plugins/yith-woocommerce-membership-premium/includes/class.yith-wcmbs-shortcodes.php'),(7124,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-compatibility.php'),(7125,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-dynamic-pricing-compatibility.php'),(7126,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-multivendor-compatibility.php'),(7127,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-subscription-compatibility.php'),(7128,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/class.yith-wcmbs-wp-compatibility.php'),(7129,'wp-content/plugins/yith-woocommerce-membership-premium/includes/compatibility/multivendor-utils/class.yith-wcmbs-members-list-table.php'),(7130,'wp-content/plugins/yith-woocommerce-membership-premium/includes/emails/class.yith-wcmbs-cancelled-email.php'),(7131,'wp-content/plugins/yith-woocommerce-membership-premium/includes/emails/class.yith-wcmbs-expiring-email.php'),(7132,'wp-content/plugins/yith-woocommerce-membership-premium/includes/emails/class.yith-wcmbs-welcome-email.php'),(7133,'wp-content/plugins/yith-woocommerce-membership-premium/includes/functions.yith-wcmbs-update.php'),(7134,'wp-content/plugins/yith-woocommerce-membership-premium/includes/functions.yith-wcmbs.php'),(7135,'wp-content/plugins/yith-woocommerce-membership-premium/includes/reports/class.yith-wcmbs-download-reports-ajax-table.php'),(7136,'wp-content/plugins/yith-woocommerce-membership-premium/includes/reports/class.yith-wcmbs-download-reports-by-user-table.php'),(7137,'wp-content/plugins/yith-woocommerce-membership-premium/includes/reports/class.yith-wcmbs-download-reports-details-by-user-table.php'),(7138,'wp-content/plugins/yith-woocommerce-membership-premium/includes/utils/class.yith-wcmbs-printer.php'),(7139,'wp-content/plugins/yith-woocommerce-membership-premium/init.php'),(7140,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js'),(7141,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js'),(7142,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/chosen/chosen.jquery.js'),(7143,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/codemirror/codemirror.js'),(7144,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/codemirror/javascript.js'),(7145,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/how-to.js'),(7146,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/jquery.colorbox.js'),(7147,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/metabox.js'),(7148,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/metabox.min.js'),(7149,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/multisite-updater.js'),(7150,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/multisite-updater.min.js'),(7151,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/panel.spinner.js'),(7152,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/panel.spinner.min.js'),(7153,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-cpt-unlimited.js'),(7154,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-cpt-unlimited.min.js'),(7155,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-cptu-sortable-posts.js'),(7156,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel-sidebar.js'),(7157,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel-sidebar.min.js'),(7158,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel.js'),(7159,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-plugin-panel.min.js'),(7160,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-wp-pointer.js'),(7161,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/assets/js/yit-wp-pointer.min.js'),(7162,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/init.php'),(7163,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-ajax.php'),(7164,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-cpt-unlimited.php'),(7165,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-metabox.php'),(7166,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-common.php'),(7167,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-gradients.php'),(7168,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel-sidebar.php'),(7169,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel-wc.php'),(7170,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-panel.php'),(7171,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-plugin-subpanel.php'),(7172,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-pointers.php'),(7173,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-upgrade.php'),(7174,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/lib/yit-video.php'),(7175,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/assets/js/yit-licence.js'),(7176,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/assets/js/yit-licence.min.js'),(7177,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/lib/yit-licence.php'),(7178,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/lib/yit-plugin-licence.php'),(7179,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/lib/yit-theme-licence.php'),(7180,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/licence/templates/panel/activation/activation-panel.php'),(7181,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/tab.php'),(7182,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/ajax-products.php'),(7183,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/categories.php'),(7184,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/checkbox.php'),(7185,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/chosen.php'),(7186,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/colorpicker.php'),(7187,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/contactform.php'),(7188,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/customtabs.php'),(7189,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/datepicker.php'),(7190,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/hidden.php'),(7191,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/icon-list.php'),(7192,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/image-gallery.php'),(7193,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/images.php'),(7194,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/number.php'),(7195,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/onoff.php'),(7196,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/preview.php'),(7197,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/responsivesliders.php'),(7198,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/select-icon.php'),(7199,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/select-mailchimp.php'),(7200,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/select.php'),(7201,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sep.php'),(7202,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebar-layout.php'),(7203,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebarlist.php'),(7204,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/sidebars.php'),(7205,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/simple-text.php'),(7206,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/slider.php'),(7207,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/text-array.php'),(7208,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/text.php'),(7209,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/textarea-editor.php'),(7210,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/textarea.php'),(7211,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/title.php'),(7212,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/typography.php'),(7213,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/metaboxes/types/upload.php'),(7214,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/infobox.php'),(7215,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/sidebar.php'),(7216,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widget.php'),(7217,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php'),(7218,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php'),(7219,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-links.php'),(7220,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widget-membership.php'),(7221,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/sidebar/widgets/widgets.php'),(7222,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/chosen.php'),(7223,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/colorpicker.php'),(7224,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/connected-list.php'),(7225,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/layout-panel.php'),(7226,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/number.php'),(7227,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/on-off.php'),(7228,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/select-mailchimp.php'),(7229,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/select.php'),(7230,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/slider.php'),(7231,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/text-button.php'),(7232,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/text.php'),(7233,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/textarea-codemirror.php'),(7234,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/textarea.php'),(7235,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/types/upload.php'),(7236,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/videobox.php'),(7237,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-form.php'),(7238,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php'),(7239,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php'),(7240,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-deactive-plugin.php'),(7241,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-functions.php'),(7242,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-plugin-registration-hook.php'),(7243,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-plugin.php'),(7244,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-fw/yit-woocommerce-compatibility.php'),(7245,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-options/settings-options.php'),(7246,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-options/settings-premium-options.php'),(7247,'wp-content/plugins/yith-woocommerce-membership-premium/plugin-options/shortcodes-options.php'),(7248,'wp-content/plugins/yith-woocommerce-membership-premium/templates/metaboxes/restrict_access.php'),(7249,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/bulk/bulk-edit-memberhsip-access.php'),(7250,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/compatibility/multivendor/edit-product-vendors-taxonomy.php'),(7251,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/membership-cancelled.php'),(7252,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/membership-expiring.php'),(7253,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/membership-welcome.php'),(7254,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/plain/membership-cancelled.php'),(7255,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/plain/membership-expiring.php'),(7256,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/emails/plain/membership-welcome.php'),(7257,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/downloaded-product-links.php'),(7258,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/message.php'),(7259,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/my_account_membership_plans.php'),(7260,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/my_account_plan_list_items.php'),(7261,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/frontend/plan_list_items.php'),(7262,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/media/restrict_access.php'),(7263,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/membership_actions.php'),(7264,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/membership_info_content.php'),(7265,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/message.php'),(7266,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/plan_item_order.php'),(7267,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/protected-links.php'),(7268,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/restrict_access.php'),(7269,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/send_message.php'),(7270,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/shortcode_plan_item_list_style.php'),(7271,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/types/chosen-and-buttons.php'),(7272,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/types/yith-wcmbs-ajax-products.php'),(7273,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/types/yith-wcmbs-ajax-search.php'),(7274,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/metaboxes/user_info.php'),(7275,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/button.php'),(7276,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/checkbox.php'),(7277,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/dashicon.php'),(7278,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/help-tip.php'),(7279,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/html.php'),(7280,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/label.php'),(7281,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/number.php'),(7282,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/section-end.php'),(7283,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/section-start.php'),(7284,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/select.php'),(7285,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/text.php'),(7286,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/printer/types/time.php'),(7287,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-by-product.php'),(7288,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-by-user.php'),(7289,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-downloads-details-by-user.php'),(7290,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-graphics.php'),(7291,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports-table.php'),(7292,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/download-reports.php'),(7293,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/membership-reports.php'),(7294,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/membership-with-subscription-reports.php'),(7295,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/reports - Copia.php'),(7296,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/reports/reports.php'),(7297,'wp-content/plugins/yith-woocommerce-membership-premium/templates/premium/tabs/shortcodes.php'),(7298,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/admin.js'),(7299,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/init.datepicker.js'),(7300,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/init.prettyPhoto.js'),(7301,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/init.prettyPhoto.min.js'),(7302,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/multi-vendor.js'),(7303,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/multi-vendor.min.js'),(7304,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/shipping.js'),(7305,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/shipping.min.js'),(7306,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/js/tax-admin-menu.js'),(7307,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/third-party/gmap3/gmap3.min.js'),(7308,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/assets/third-party/imagesloaded/imagesloaded.pkgd.min.js'),(7309,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-commission.php'),(7310,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-commissions.php'),(7311,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-orders-premium.php'),(7312,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-orders.php'),(7313,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-reports.php'),(7314,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendor.php'),(7315,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-admin-premium.php'),(7316,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-admin.php'),(7317,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-credit.php'),(7318,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-frontend-premium.php'),(7319,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-frontend.php'),(7320,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-gateway.php'),(7321,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors-premium.php'),(7322,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/class.yith-vendors.php'),(7323,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-cancelled-order.php'),(7324,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-commissions-paid.php'),(7325,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-commissions-unpaid.php'),(7326,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-new-order.php'),(7327,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-new-vendor-registration.php'),(7328,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-vendor-commissions-paid.php'),(7329,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/emails/class-yith-wc-email-vendor-new-account.php'),(7330,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-plugin-activation.php'),(7331,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-update.php'),(7332,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/functions.yith-vendors.php'),(7333,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/gateways/class-yith-gateway-paypal.php'),(7334,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-commissions-list-table-premium.php'),(7335,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-commissions-list-table.php'),(7336,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/lib/class.yith-walker-category-dropdown.php'),(7337,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/class.yith-wcmv-addons-compatibility.php'),(7338,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/class.yith-wcmv-addons.php'),(7339,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/compatibility/plugins-list.php'),(7340,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/coupons/abstract.module.yith-vendor-coupons.php'),(7341,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/coupons/module.yith-vendor-coupons-wc-2-6-or-lower.php'),(7342,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/coupons/module.yith-vendor-coupons.php'),(7343,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-geodirectory-support.php'),(7344,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-sms-notifications.php'),(7345,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-vendor-quote.php'),(7346,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-vendor-shipping.php'),(7347,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-vendor-vacation.php'),(7348,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wc-cog.php'),(7349,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wc-customer-order-export-support.php'),(7350,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wc-points-and-rewards.php'),(7351,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/modules/module.yith-wp-user-avatar-support.php'),(7352,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-commissions-by-vendor.php'),(7353,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-customer-list.php'),(7354,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-sale-commissions.php'),(7355,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-sales-by-date.php'),(7356,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-vendors-registered.php'),(7357,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/reports/class.yith-report-vendors-sales.php'),(7358,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/class.yith-wcmv-shipping-admin.php'),(7359,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/class.yith-wcmv-shipping-frontend.php'),(7360,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shipping/settings-wcmv-shipping.php'),(7361,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/shortcodes/class.yith-multi-vendor-shortcodes.php'),(7362,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/IPNListener/ipnlistener.php'),(7363,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/Adaptive.php'),(7364,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/Financing.php'),(7365,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/PayFlow.php'),(7366,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/third-party/PayPal/PayPal.php'),(7367,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-vendor-quick-info.php'),(7368,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-vendor-store-location.php'),(7369,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/includes/widgets/class.yith-woocommerce-vendors-widget.php'),(7370,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/init.php'),(7371,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js'),(7372,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js'),(7373,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/chosen/chosen.jquery.js'),(7374,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/codemirror/javascript.js'),(7375,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/how-to.js'),(7376,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/jquery.colorbox.js'),(7377,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/metabox.js'),(7378,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/metabox.min.js'),(7379,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/multisite-updater.js'),(7380,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/multisite-updater.min.js'),(7381,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/panel.spinner.js'),(7382,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/panel.spinner.min.js'),(7383,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cpt-unlimited.js'),(7384,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cpt-unlimited.min.js'),(7385,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-cptu-sortable-posts.js'),(7386,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel-sidebar.js'),(7387,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel-sidebar.min.js'),(7388,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel.js'),(7389,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-plugin-panel.min.js'),(7390,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-wp-pointer.js'),(7391,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/assets/js/yit-wp-pointer.min.js'),(7392,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/init.php'),(7393,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-ajax.php'),(7394,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-common.php'),(7395,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-gradients.php'),(7396,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-panel-sidebar.php'),(7397,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-panel-wc.php'),(7398,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-panel.php'),(7399,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-plugin-subpanel.php'),(7400,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-pointers.php'),(7401,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-upgrade.php'),(7402,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/lib/yit-video.php'),(7403,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/assets/js/yit-licence.js'),(7404,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/assets/js/yit-licence.min.js'),(7405,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/lib/yit-licence.php'),(7406,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/lib/yit-plugin-licence.php'),(7407,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/lib/yit-theme-licence.php'),(7408,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/licence/templates/panel/activation/activation-panel.php'),(7409,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/tab.php'),(7410,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/ajax-products.php'),(7411,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/categories.php'),(7412,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/checkbox.php'),(7413,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/chosen.php'),(7414,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/colorpicker.php'),(7415,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/contactform.php'),(7416,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/customtabs.php'),(7417,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/datepicker.php'),(7418,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/hidden.php'),(7419,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/icon-list.php'),(7420,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/image-gallery.php'),(7421,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/images.php'),(7422,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/number.php'),(7423,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/onoff.php'),(7424,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/preview.php'),(7425,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/responsivesliders.php'),(7426,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select-icon.php'),(7427,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select-mailchimp.php'),(7428,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/select.php'),(7429,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sep.php'),(7430,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sidebar-layout.php'),(7431,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sidebarlist.php'),(7432,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/sidebars.php'),(7433,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/simple-text.php'),(7434,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/slider.php'),(7435,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/text-array.php'),(7436,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/text.php'),(7437,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/textarea-editor.php'),(7438,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/textarea.php'),(7439,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/title.php'),(7440,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/typography.php'),(7441,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/metaboxes/types/upload.php'),(7442,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/infobox.php'),(7443,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/sidebar.php'),(7444,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widget.php'),(7445,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php'),(7446,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php'),(7447,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widget-links.php'),(7448,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widget-membership.php'),(7449,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/sidebar/widgets/widgets.php'),(7450,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/chosen.php'),(7451,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/colorpicker.php'),(7452,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/connected-list.php'),(7453,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/layout-panel.php'),(7454,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/number.php'),(7455,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/on-off.php'),(7456,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/select-mailchimp.php'),(7457,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/select.php'),(7458,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/slider.php'),(7459,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/text-button.php'),(7460,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/text.php'),(7461,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/textarea-codemirror.php'),(7462,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/textarea.php'),(7463,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/types/upload.php'),(7464,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/videobox.php'),(7465,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-form.php'),(7466,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-panel.php'),(7467,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php'),(7468,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-deactive-plugin.php'),(7469,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-functions.php'),(7470,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-plugin-registration-hook.php'),(7471,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-plugin.php'),(7472,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-fw/yit-woocommerce-compatibility.php'),(7473,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/add-ons-options.php'),(7474,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/commissions-options-premium.php'),(7475,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/commissions-options.php'),(7476,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/frontpage-options.php'),(7477,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/payments-options.php'),(7478,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/reports-options.php'),(7479,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-frontpage-options.php'),(7480,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-payments-options.php'),(7481,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-settings-options.php'),(7482,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-shipping-options.php'),(7483,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendor/vendor-vacation-options.php'),(7484,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendors-options-premium.php'),(7485,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/plugin-options/vendors-options.php'),(7486,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/add-product-vendors-taxonomy-premium.php'),(7487,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/commission-view.php'),(7488,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/commissions.php'),(7489,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/edit-product-vendors-taxonomy-premium.php'),(7490,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/taxonomy-upload-field.php'),(7491,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-frontpage.php'),(7492,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-payments.php'),(7493,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-settings.php'),(7494,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-shipping-table-row.php'),(7495,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-shipping-table.php'),(7496,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-shipping.php'),(7497,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/admin/vendor-panel/vendor-admin-vacation.php'),(7498,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/commission-detail-table.php'),(7499,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/commissions-paid.php'),(7500,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/commissions-unpaid.php'),(7501,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/new-vendor-detail-table.php'),(7502,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/new-vendor-registration.php'),(7503,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/commission-detail-table.php'),(7504,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/commissions-paid.php'),(7505,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/commissions-unpaid.php'),(7506,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/new-vendor-detail-table.php'),(7507,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/new-vendor-registration.php'),(7508,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-cancelled-order.php'),(7509,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-commissions-paid.php'),(7510,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-email-order-items.php'),(7511,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-new-account.php'),(7512,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/plain/vendor-new-order.php'),(7513,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-cancelled-order.php'),(7514,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-commissions-paid.php'),(7515,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-new-account.php'),(7516,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/emails/vendor-new-order.php'),(7517,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/shortcodes/become-a-vendor.php'),(7518,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/shortcodes/vendors-list.php'),(7519,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/widgets/quick-info.php'),(7520,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/widgets/store-location.php'),(7521,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/widgets/vendors-list.php'),(7522,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/product-data-commission.php'),(7523,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/products/bulk-set-vendor.php'),(7524,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/commissions-by-vendor.php'),(7525,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/sale-commissions.php'),(7526,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/sales-by-date.php'),(7527,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/vendor-sales.php'),(7528,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/admin/reports/vendors-registered.php'),(7529,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/store-description.php'),(7530,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/store-header.php'),(7531,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/store-vacation.php'),(7532,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/loop/vendor-name-title-premium.php'),(7533,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/myaccount/my-vendor-dashboard.php'),(7534,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/myaccount/vendor-registration.php'),(7535,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/abuse.php'),(7536,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/shipping-tab.php'),(7537,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/store-vacation.php'),(7538,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/vendor-name-title-premium.php'),(7539,'wp-content/plugins/yith-woocommerce-multi-vendor-premium/templates/woocommerce/single-product/vendor-tab.php'),(7540,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/admin.js'),(7541,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/init.datepicker.js'),(7542,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/init.prettyPhoto.js'),(7543,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/init.prettyPhoto.min.js'),(7544,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/multi-vendor.js'),(7545,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/multi-vendor.min.js'),(7546,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/shipping.js'),(7547,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/js/tax-admin-menu.js'),(7548,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/third-party/gmap3/gmap3.min.js'),(7549,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/assets/third-party/imagesloaded/imagesloaded.pkgd.min.js'),(7550,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-commission.php'),(7551,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-commissions.php'),(7552,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-orders-premium.php'),(7553,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-orders.php'),(7554,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-reports.php'),(7555,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-admin.php'),(7556,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-credit.php'),(7557,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-frontend-premium.php'),(7558,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-frontend.php'),(7559,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-gateway.php'),(7560,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors-premium.php'),(7561,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/class.yith-vendors.php'),(7562,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-cancelled-order.php'),(7563,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-commissions-paid.php'),(7564,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-commissions-unpaid.php'),(7565,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-new-order.php'),(7566,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-new-vendor-registration.php'),(7567,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-vendor-commissions-paid.php'),(7568,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/emails/class-yith-wc-email-vendor-new-account.php'),(7569,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/functions.yith-plugin-activation.php'),(7570,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/functions.yith-update.php'),(7571,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/functions.yith-vendors.php'),(7572,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/gateways/class-yith-gateway-paypal.php'),(7573,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-commissions-earnings-by-vendor-table.php'),(7574,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-commissions-list-table-premium.php'),(7575,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-commissions-list-table.php'),(7576,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/lib/class.yith-walker-category-dropdown.php'),(7577,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/class.yith-wcmv-addons-compatibility.php'),(7578,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/class.yith-wcmv-addons.php'),(7579,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/compatibility/plugins-list.php'),(7580,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/abstract.module.yith-vendor-coupons.php'),(7581,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/module.yith-vendor-coupons-wc-2-6-or-lower.php'),(7582,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/coupons/module.yith-vendor-coupons.php'),(7583,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-geodirectory-support.php'),(7584,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-sms-notifications.php'),(7585,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-vendor-quote.php'),(7586,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-vendor-shipping.php'),(7587,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-vendor-vacation.php'),(7588,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wc-cog.php'),(7589,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wc-customer-order-export-support.php'),(7590,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wc-points-and-rewards.php'),(7591,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/modules/module.yith-wp-user-avatar-support.php'),(7592,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-commissions-by-vendor.php'),(7593,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-customer-list.php'),(7594,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-sale-commissions.php'),(7595,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-sales-by-date.php'),(7596,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-vendors-registered.php'),(7597,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/reports/class.yith-report-vendors-sales.php'),(7598,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/class.yith-wcmv-shipping-admin.php'),(7599,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/class.yith-wcmv-shipping-frontend.php'),(7600,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shipping/settings-wcmv-shipping.php'),(7601,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/shortcodes/class.yith-multi-vendor-shortcodes.php'),(7602,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/IPNListener/ipnlistener.php'),(7603,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/Adaptive.php'),(7604,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/Financing.php'),(7605,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/PayFlow.php'),(7606,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/third-party/PayPal/PayPal.php'),(7607,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/widgets/class.yith-vendor-quick-info.php'),(7608,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/widgets/class.yith-vendor-store-location.php'),(7609,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/includes/widgets/class.yith-woocommerce-vendors-widget.php'),(7610,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/init.php'),(7611,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/chosen/ajax-chosen.jquery.js'),(7612,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/chosen/ajax-chosen.jquery.min.js'),(7613,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/chosen/chosen.jquery.js'),(7614,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/codemirror/codemirror.js'),(7615,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/codemirror/javascript.js'),(7616,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/how-to.js'),(7617,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/jquery.colorbox.js'),(7618,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/metabox.js'),(7619,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/metabox.min.js'),(7620,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/multisite-updater.js'),(7621,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/multisite-updater.min.js'),(7622,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/panel.spinner.js'),(7623,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/panel.spinner.min.js'),(7624,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-cpt-unlimited.js'),(7625,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-cpt-unlimited.min.js'),(7626,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-cptu-sortable-posts.js'),(7627,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel-sidebar.js'),(7628,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel-sidebar.min.js'),(7629,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel.js'),(7630,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-plugin-panel.min.js'),(7631,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-wp-pointer.js'),(7632,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/assets/js/yit-wp-pointer.min.js'),(7633,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/init.php'),(7634,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-ajax.php'),(7635,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-cpt-unlimited.php'),(7636,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-metabox.php'),(7637,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-common.php'),(7638,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-gradients.php'),(7639,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel-sidebar.php'),(7640,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel-wc.php'),(7641,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-panel.php'),(7642,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-plugin-subpanel.php'),(7643,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-pointers.php'),(7644,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-upgrade.php'),(7645,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/lib/yit-video.php'),(7646,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/assets/js/yit-licence.js'),(7647,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/assets/js/yit-licence.min.js'),(7648,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/lib/yit-licence.php'),(7649,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/lib/yit-plugin-licence.php'),(7650,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/lib/yit-theme-licence.php'),(7651,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/licence/templates/panel/activation/activation-panel.php'),(7652,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/tab.php'),(7653,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/ajax-products.php'),(7654,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/categories.php'),(7655,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/checkbox.php'),(7656,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/chosen.php'),(7657,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/colorpicker.php'),(7658,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/contactform.php'),(7659,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/customtabs.php'),(7660,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/datepicker.php'),(7661,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/hidden.php'),(7662,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/icon-list.php'),(7663,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/image-gallery.php'),(7664,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/images.php'),(7665,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/number.php'),(7666,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/onoff.php'),(7667,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/preview.php'),(7668,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/responsivesliders.php'),(7669,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/select-icon.php'),(7670,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/select-mailchimp.php'),(7671,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/select.php'),(7672,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sep.php'),(7673,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebar-layout.php'),(7674,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebarlist.php'),(7675,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/sidebars.php'),(7676,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/simple-text.php'),(7677,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/slider.php'),(7678,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/text-array.php'),(7679,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/text.php'),(7680,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/textarea-editor.php'),(7681,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/textarea.php'),(7682,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/title.php'),(7683,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/typography.php'),(7684,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/metaboxes/types/upload.php'),(7685,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/infobox.php'),(7686,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/sidebar.php'),(7687,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widget.php'),(7688,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/badges/badge.php'),(7689,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widget-despacho.php'),(7690,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widget-links.php'),(7691,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widget-membership.php'),(7692,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/sidebar/widgets/widgets.php'),(7693,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/chosen.php'),(7694,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/colorpicker.php'),(7695,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/connected-list.php'),(7696,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/layout-panel.php'),(7697,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/number.php'),(7698,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/on-off.php'),(7699,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/select-mailchimp.php'),(7700,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/select.php'),(7701,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/slider.php'),(7702,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/text-button.php'),(7703,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/text.php'),(7704,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/textarea-codemirror.php'),(7705,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/textarea.php'),(7706,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/types/upload.php'),(7707,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/videobox.php'),(7708,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/woocommerce/woocommerce-form.php'),(7709,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/templates/panel/woocommerce/woocommerce-upload.php'),(7710,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-deactive-plugin.php'),(7711,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-functions.php'),(7712,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-plugin-registration-hook.php'),(7713,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-plugin.php'),(7714,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-fw/yit-woocommerce-compatibility.php'),(7715,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/add-ons-options.php'),(7716,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/commissions-options-premium.php'),(7717,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/commissions-options.php'),(7718,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/frontpage-options.php'),(7719,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/payments-options.php'),(7720,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/reports-options.php'),(7721,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-frontpage-options.php'),(7722,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-payments-options.php'),(7723,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-settings-options.php'),(7724,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-shipping-options.php'),(7725,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendor/vendor-vacation-options.php'),(7726,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendors-options-premium.php'),(7727,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/plugin-options/vendors-options.php'),(7728,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/add-product-vendors-taxonomy-premium.php'),(7729,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/commission-view.php'),(7730,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/commissions.php'),(7731,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/edit-product-vendors-taxonomy-premium.php'),(7732,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/taxonomy-upload-field.php'),(7733,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-frontpage.php'),(7734,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-payments.php'),(7735,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-settings.php'),(7736,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping-table-row.php'),(7737,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping-table.php'),(7738,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/admin/vendor-panel/vendor-admin-shipping.php'),(7739,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/commission-detail-table.php'),(7740,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/commissions-paid.php'),(7741,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/commissions-unpaid.php'),(7742,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/new-vendor-detail-table.php'),(7743,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/new-vendor-registration.php'),(7744,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/commission-detail-table.php'),(7745,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/commissions-paid.php'),(7746,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/commissions-unpaid.php'),(7747,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/new-vendor-detail-table.php'),(7748,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/new-vendor-registration.php'),(7749,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-cancelled-order.php'),(7750,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-commissions-paid.php'),(7751,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-email-order-items.php'),(7752,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-new-account.php'),(7753,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/plain/vendor-new-order.php'),(7754,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-cancelled-order.php'),(7755,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-commissions-paid.php'),(7756,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-email-order-items.php'),(7757,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-new-account.php'),(7758,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/emails/vendor-new-order.php'),(7759,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/shortcodes/become-a-vendor.php'),(7760,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/shortcodes/vendors-list.php'),(7761,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/quick-info.php'),(7762,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/store-location.php'),(7763,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/widgets/vendors-list.php'),(7764,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/product-data-commission.php'),(7765,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/products/bulk-set-vendor.php'),(7766,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/commissions-by-vendor.php'),(7767,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/sale-commissions.php'),(7768,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/sales-by-date.php'),(7769,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/vendor-sales.php'),(7770,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/admin/reports/vendors-registered.php'),(7771,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/store-description.php'),(7772,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/store-header.php'),(7773,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/store-vacation.php'),(7774,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/loop/vendor-name-title-premium.php'),(7775,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/myaccount/my-vendor-dashboard.php'),(7776,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/myaccount/vendor-registration.php'),(7777,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/abuse.php'),(7778,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/store-vacation.php'),(7779,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/vendor-name-title-premium.php'),(7780,'wp-content/plugins/yith-woocommerce-multi-vendor-premium-old/templates/woocommerce/single-product/vendor-tab.php'),(7781,'wp-content/themes/Divi/404.php'),(7782,'wp-content/themes/Divi/comments.php'),(7783,'wp-content/themes/Divi/core/_et_core_version.php'),(7784,'wp-content/themes/Divi/core/_metadata.php'),(7785,'wp-content/themes/Divi/core/admin/js/common.js'),(7786,'wp-content/themes/Divi/core/admin/js/core.js'),(7787,'wp-content/themes/Divi/core/admin/js/page-resource-fallback.js'),(7788,'wp-content/themes/Divi/core/admin/js/page-resource-fallback.min.js'),(7789,'wp-content/themes/Divi/core/admin/js/portability.js'),(7790,'wp-content/themes/Divi/core/components/Cache.php'),(7791,'wp-content/themes/Divi/core/components/HTTPInterface.php'),(7792,'wp-content/themes/Divi/core/components/Logger.php'),(7793,'wp-content/themes/Divi/core/components/PageResource.php'),(7794,'wp-content/themes/Divi/core/components/Portability.php'),(7795,'wp-content/themes/Divi/core/components/Updates.php'),(7796,'wp-content/themes/Divi/core/components/api/OAuthHelper.php'),(7797,'wp-content/themes/Divi/core/components/api/Service.php'),(7798,'wp-content/themes/Divi/core/components/api/email/ActiveCampaign.php'),(7799,'wp-content/themes/Divi/core/components/api/email/Aweber.php'),(7800,'wp-content/themes/Divi/core/components/api/email/CampaignMonitor.php'),(7801,'wp-content/themes/Divi/core/components/api/email/ConstantContact.php'),(7802,'wp-content/themes/Divi/core/components/api/email/ConvertKit.php'),(7803,'wp-content/themes/Divi/core/components/api/email/Emma.php'),(7804,'wp-content/themes/Divi/core/components/api/email/Feedblitz.php'),(7805,'wp-content/themes/Divi/core/components/api/email/GetResponse.php'),(7806,'wp-content/themes/Divi/core/components/api/email/HubSpot.php'),(7807,'wp-content/themes/Divi/core/components/api/email/Infusionsoft.php'),(7808,'wp-content/themes/Divi/core/components/api/email/MadMimi.php'),(7809,'wp-content/themes/Divi/core/components/api/email/MailChimp.php'),(7810,'wp-content/themes/Divi/core/components/api/email/MailPoet.php'),(7811,'wp-content/themes/Divi/core/components/api/email/MailerLite.php'),(7812,'wp-content/themes/Divi/core/components/api/email/Mailster.php'),(7813,'wp-content/themes/Divi/core/components/api/email/Ontraport.php'),(7814,'wp-content/themes/Divi/core/components/api/email/Provider.php'),(7815,'wp-content/themes/Divi/core/components/api/email/Providers.php'),(7816,'wp-content/themes/Divi/core/components/api/email/SalesForce.php'),(7817,'wp-content/themes/Divi/core/components/api/email/SendinBlue.php'),(7818,'wp-content/themes/Divi/core/components/api/email/_MailPoet2.php'),(7819,'wp-content/themes/Divi/core/components/api/email/_MailPoet3.php'),(7820,'wp-content/themes/Divi/core/components/api/email/_ProviderName.php'),(7821,'wp-content/themes/Divi/core/components/api/email/iContact.php'),(7822,'wp-content/themes/Divi/core/components/api/email/init.php'),(7823,'wp-content/themes/Divi/core/components/api/init.php'),(7824,'wp-content/themes/Divi/core/components/api/social/Network.php'),(7825,'wp-content/themes/Divi/core/components/data/Utils.php'),(7826,'wp-content/themes/Divi/core/components/data/init.php'),(7827,'wp-content/themes/Divi/core/components/init.php'),(7828,'wp-content/themes/Divi/core/components/lib/BluehostCache.php'),(7829,'wp-content/themes/Divi/core/components/lib/OAuth.php'),(7830,'wp-content/themes/Divi/core/components/lib/WPHttp.php'),(7831,'wp-content/themes/Divi/core/components/post/Object.php'),(7832,'wp-content/themes/Divi/core/components/post/Query.php'),(7833,'wp-content/themes/Divi/core/components/post/Taxonomy.php'),(7834,'wp-content/themes/Divi/core/components/post/Type.php'),(7835,'wp-content/themes/Divi/core/functions.php'),(7836,'wp-content/themes/Divi/core/init.php'),(7837,'wp-content/themes/Divi/core/updates_init.php'),(7838,'wp-content/themes/Divi/core/wp_functions.php'),(7839,'wp-content/themes/Divi/epanel/core_functions.php'),(7840,'wp-content/themes/Divi/epanel/custom_functions.php'),(7841,'wp-content/themes/Divi/epanel/google-fonts/et_google_fonts.js'),(7842,'wp-content/themes/Divi/epanel/js/checkbox.js'),(7843,'wp-content/themes/Divi/epanel/js/colorpicker.js'),(7844,'wp-content/themes/Divi/epanel/js/custom_uploader.js'),(7845,'wp-content/themes/Divi/epanel/js/eye.js'),(7846,'wp-content/themes/Divi/epanel/js/functions-init.js'),(7847,'wp-content/themes/Divi/epanel/js/layout.js'),(7848,'wp-content/themes/Divi/epanel/js/wp-color-picker-alpha.min.js'),(7849,'wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.js'),(7850,'wp-content/themes/Divi/epanel/shortcodes/js/editor_plugin.min.js'),(7851,'wp-content/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.js'),(7852,'wp-content/themes/Divi/epanel/shortcodes/shortcodes.php'),(7853,'wp-content/themes/Divi/et-pagebuilder/et-pagebuilder.php'),(7854,'wp-content/themes/Divi/footer.php'),(7855,'wp-content/themes/Divi/functions.php'),(7856,'wp-content/themes/Divi/header.php'),(7857,'wp-content/themes/Divi/includes/builder/ab-testing.php'),(7858,'wp-content/themes/Divi/includes/builder/api/DiviExtension.php'),(7859,'wp-content/themes/Divi/includes/builder/api/DiviExtensions.php'),(7860,'wp-content/themes/Divi/includes/builder/class-et-builder-element.php'),(7861,'wp-content/themes/Divi/includes/builder/class-et-builder-plugin-compat-base.php'),(7862,'wp-content/themes/Divi/includes/builder/class-et-builder-plugin-compat-loader.php'),(7863,'wp-content/themes/Divi/includes/builder/class-et-builder-settings.php'),(7864,'wp-content/themes/Divi/includes/builder/class-et-global-settings.php'),(7865,'wp-content/themes/Divi/includes/builder/comments_template.php'),(7866,'wp-content/themes/Divi/includes/builder/compat/woocommerce.php'),(7867,'wp-content/themes/Divi/includes/builder/core.php'),(7868,'wp-content/themes/Divi/includes/builder/deprecations.php'),(7869,'wp-content/themes/Divi/includes/builder/feature/Library.php'),(7870,'wp-content/themes/Divi/includes/builder/framework.php'),(7871,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/failure_notice.js'),(7872,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/react-dom.production.min.js'),(7873,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/scripts/react.production.min.js'),(7874,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist/plugin.min.js'),(7875,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor/plugin.min.js'),(7876,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink/plugin.min.js'),(7877,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize/plugin.min.js'),(7878,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave/plugin.min.js'),(7879,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode/plugin.min.js'),(7880,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap/plugin.min.js'),(7881,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code/plugin.min.js'),(7882,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/plugin.min.js'),(7883,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker/plugin.min.js'),(7884,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu/plugin.min.js'),(7885,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality/plugin.min.js'),(7886,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/plugin.min.js'),(7887,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage/plugin.min.js'),(7888,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen/plugin.min.js'),(7889,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/plugin.min.js'),(7890,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr/plugin.min.js'),(7891,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image/plugin.min.js'),(7892,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools/plugin.min.js'),(7893,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss/plugin.min.js'),(7894,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime/plugin.min.js'),(7895,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput/plugin.min.js'),(7896,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link/plugin.min.js'),(7897,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists/plugin.min.js'),(7898,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media/plugin.min.js'),(7899,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking/plugin.min.js'),(7900,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable/plugin.min.js'),(7901,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak/plugin.min.js'),(7902,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste/plugin.min.js'),(7903,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview/plugin.min.js'),(7904,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print/plugin.min.js'),(7905,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save/plugin.min.js'),(7906,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace/plugin.min.js'),(7907,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker/plugin.min.js'),(7908,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus/plugin.min.js'),(7909,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table/plugin.min.js'),(7910,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template/plugin.min.js'),(7911,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor/plugin.min.js'),(7912,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern/plugin.min.js'),(7913,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc/plugin.min.js'),(7914,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/plugin.min.js'),(7915,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars/plugin.min.js'),(7916,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount/plugin.min.js'),(7917,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite/theme.min.js'),(7918,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern/theme.min.js'),(7919,'wp-content/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce.min.js'),(7920,'wp-content/themes/Divi/includes/builder/frontend-builder/assets.php'),(7921,'wp-content/themes/Divi/includes/builder/frontend-builder/helpers.php'),(7922,'wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/categories.php'),(7923,'wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-long.php'),(7924,'wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-short.php'),(7925,'wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library/packs.php'),(7926,'wp-content/themes/Divi/includes/builder/frontend-builder/i18n/library.php'),(7927,'wp-content/themes/Divi/includes/builder/frontend-builder/init.php'),(7928,'wp-content/themes/Divi/includes/builder/frontend-builder/rtl.php'),(7929,'wp-content/themes/Divi/includes/builder/frontend-builder/view.php'),(7930,'wp-content/themes/Divi/includes/builder/functions.php'),(7931,'wp-content/themes/Divi/includes/builder/google-fonts-data.php'),(7932,'wp-content/themes/Divi/includes/builder/main-modules.php'),(7933,'wp-content/themes/Divi/includes/builder/main-structure-elements.php'),(7934,'wp-content/themes/Divi/includes/builder/module/Accordion.php'),(7935,'wp-content/themes/Divi/includes/builder/module/AccordionItem.php'),(7936,'wp-content/themes/Divi/includes/builder/module/Audio.php'),(7937,'wp-content/themes/Divi/includes/builder/module/BarCounters.php'),(7938,'wp-content/themes/Divi/includes/builder/module/BarCountersItem.php'),(7939,'wp-content/themes/Divi/includes/builder/module/Blog.php'),(7940,'wp-content/themes/Divi/includes/builder/module/Blurb.php'),(7941,'wp-content/themes/Divi/includes/builder/module/Button.php'),(7942,'wp-content/themes/Divi/includes/builder/module/CircleCounter.php'),(7943,'wp-content/themes/Divi/includes/builder/module/Comments.php'),(7944,'wp-content/themes/Divi/includes/builder/module/ContactForm.php'),(7945,'wp-content/themes/Divi/includes/builder/module/ContactFormItem.php'),(7946,'wp-content/themes/Divi/includes/builder/module/CountdownTimer.php'),(7947,'wp-content/themes/Divi/includes/builder/module/Cta.php'),(7948,'wp-content/themes/Divi/includes/builder/module/Divider.php'),(7949,'wp-content/themes/Divi/includes/builder/module/FilterablePortfolio.php'),(7950,'wp-content/themes/Divi/includes/builder/module/FullwidthCode.php'),(7951,'wp-content/themes/Divi/includes/builder/module/FullwidthHeader.php'),(7952,'wp-content/themes/Divi/includes/builder/module/FullwidthImage.php'),(7953,'wp-content/themes/Divi/includes/builder/module/FullwidthMap.php'),(7954,'wp-content/themes/Divi/includes/builder/module/FullwidthMenu.php'),(7955,'wp-content/themes/Divi/includes/builder/module/FullwidthPortfolio.php'),(7956,'wp-content/themes/Divi/includes/builder/module/FullwidthPostSlider.php'),(7957,'wp-content/themes/Divi/includes/builder/module/FullwidthPostTitle.php'),(7958,'wp-content/themes/Divi/includes/builder/module/FullwidthSlider.php'),(7959,'wp-content/themes/Divi/includes/builder/module/Gallery.php'),(7960,'wp-content/themes/Divi/includes/builder/module/Image.php'),(7961,'wp-content/themes/Divi/includes/builder/module/Login.php'),(7962,'wp-content/themes/Divi/includes/builder/module/Map.php'),(7963,'wp-content/themes/Divi/includes/builder/module/MapItem.php'),(7964,'wp-content/themes/Divi/includes/builder/module/NumberCounter.php'),(7965,'wp-content/themes/Divi/includes/builder/module/Portfolio.php'),(7966,'wp-content/themes/Divi/includes/builder/module/PostSlider.php'),(7967,'wp-content/themes/Divi/includes/builder/module/PostTitle.php'),(7968,'wp-content/themes/Divi/includes/builder/module/PostsNavigation.php'),(7969,'wp-content/themes/Divi/includes/builder/module/PricingTables.php'),(7970,'wp-content/themes/Divi/includes/builder/module/PricingTablesItem.php'),(7971,'wp-content/themes/Divi/includes/builder/module/Search.php'),(7972,'wp-content/themes/Divi/includes/builder/module/Shop.php'),(7973,'wp-content/themes/Divi/includes/builder/module/Sidebar.php'),(7974,'wp-content/themes/Divi/includes/builder/module/Signup.php'),(7975,'wp-content/themes/Divi/includes/builder/module/Slider.php'),(7976,'wp-content/themes/Divi/includes/builder/module/SliderItem.php'),(7977,'wp-content/themes/Divi/includes/builder/module/SocialMediaFollow.php'),(7978,'wp-content/themes/Divi/includes/builder/module/SocialMediaFollowItem.php'),(7979,'wp-content/themes/Divi/includes/builder/module/Tabs.php'),(7980,'wp-content/themes/Divi/includes/builder/module/TabsItem.php'),(7981,'wp-content/themes/Divi/includes/builder/module/TeamMember.php'),(7982,'wp-content/themes/Divi/includes/builder/module/Testimonial.php'),(7983,'wp-content/themes/Divi/includes/builder/module/Text.php'),(7984,'wp-content/themes/Divi/includes/builder/module/Toggle.php'),(7985,'wp-content/themes/Divi/includes/builder/module/Video.php'),(7986,'wp-content/themes/Divi/includes/builder/module/VideoSlider.php'),(7987,'wp-content/themes/Divi/includes/builder/module/VideoSliderItem.php'),(7988,'wp-content/themes/Divi/includes/builder/module/field/Base.php'),(7989,'wp-content/themes/Divi/includes/builder/module/field/Border.php'),(7990,'wp-content/themes/Divi/includes/builder/module/field/BoxShadow.php'),(7991,'wp-content/themes/Divi/includes/builder/module/field/Divider.php'),(7992,'wp-content/themes/Divi/includes/builder/module/field/Factory.php'),(7993,'wp-content/themes/Divi/includes/builder/module/field/TextShadow.php'),(7994,'wp-content/themes/Divi/includes/builder/module/field/attribute/composite/Parser.php'),(7995,'wp-content/themes/Divi/includes/builder/module/field/attribute/composite/type/Tabbed.php'),(7996,'wp-content/themes/Divi/includes/builder/module/field/template/Base.php'),(7997,'wp-content/themes/Divi/includes/builder/module/field/template/Tabbed.php'),(7998,'wp-content/themes/Divi/includes/builder/module/field/template/border/Radius.php'),(7999,'wp-content/themes/Divi/includes/builder/module/field/template/border/Styles.php'),(8000,'wp-content/themes/Divi/includes/builder/module/settings/Migration.php'),(8001,'wp-content/themes/Divi/includes/builder/module/settings/migration/Animation.php'),(8002,'wp-content/themes/Divi/includes/builder/module/settings/migration/BackgroundUI.php'),(8003,'wp-content/themes/Divi/includes/builder/module/settings/migration/BorderOptions.php'),(8004,'wp-content/themes/Divi/includes/builder/module/settings/migration/DropShadowToBoxShadow.php'),(8005,'wp-content/themes/Divi/includes/builder/module/settings/migration/FilterOptions.php'),(8006,'wp-content/themes/Divi/includes/builder/module/settings/migration/FullwidthHeader.php'),(8007,'wp-content/themes/Divi/includes/builder/module/settings/migration/FullwidthHeader2.php'),(8008,'wp-content/themes/Divi/includes/builder/module/settings/migration/InnerShadowToBoxShadow.php'),(8009,'wp-content/themes/Divi/includes/builder/module/settings/migration/OptionsHarmony.php'),(8010,'wp-content/themes/Divi/includes/builder/module/settings/migration/ShopModuleSlugs.php'),(8011,'wp-content/themes/Divi/includes/builder/module/settings/migration/UIImprovements.php'),(8012,'wp-content/themes/Divi/includes/builder/module/type/PostBased.php'),(8013,'wp-content/themes/Divi/includes/builder/plugin-compat/amazon-s3-and-cloudfront-pro.php'),(8014,'wp-content/themes/Divi/includes/builder/plugin-compat/amazon-s3-and-cloudfront.php'),(8015,'wp-content/themes/Divi/includes/builder/plugin-compat/divi_layout_injector.php'),(8016,'wp-content/themes/Divi/includes/builder/plugin-compat/dk-pdf.php'),(8017,'wp-content/themes/Divi/includes/builder/plugin-compat/easy-digital-downloads.php'),(8018,'wp-content/themes/Divi/includes/builder/plugin-compat/insert-pages.php'),(8019,'wp-content/themes/Divi/includes/builder/plugin-compat/mappress-google-maps-for-wordpress.php'),(8020,'wp-content/themes/Divi/includes/builder/plugin-compat/siteorigin-panels.php'),(8021,'wp-content/themes/Divi/includes/builder/plugin-compat/sitepress-multilingual-cms.php'),(8022,'wp-content/themes/Divi/includes/builder/plugin-compat/table-of-contents-plus.php'),(8023,'wp-content/themes/Divi/includes/builder/plugin-compat/woocommerce.php'),(8024,'wp-content/themes/Divi/includes/builder/plugin-compat/wordpress-seo.php'),(8025,'wp-content/themes/Divi/includes/builder/post/query/Layouts.php'),(8026,'wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutCategory.php'),(8027,'wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutPack.php'),(8028,'wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutScope.php'),(8029,'wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutType.php'),(8030,'wp-content/themes/Divi/includes/builder/post/taxonomy/LayoutWidth.php'),(8031,'wp-content/themes/Divi/includes/builder/post/type/Layout.php'),(8032,'wp-content/themes/Divi/includes/builder/scripts/admin_global_functions.js'),(8033,'wp-content/themes/Divi/includes/builder/scripts/cache_notice.js'),(8034,'wp-content/themes/Divi/includes/builder/scripts/ext/chart.min.js'),(8035,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js'),(8036,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.11.4.custom.min.js'),(8037,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js'),(8038,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery.minicolors.js'),(8039,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery.tablesorter.min.js'),(8040,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery.validate.js'),(8041,'wp-content/themes/Divi/includes/builder/scripts/ext/jquery.visible.min.js'),(8042,'wp-content/themes/Divi/includes/builder/scripts/ext/media-library.js'),(8043,'wp-content/themes/Divi/includes/builder/scripts/ext/widgets.js'),(8044,'wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha-48.js'),(8045,'wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha-48.min.js'),(8046,'wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.js'),(8047,'wp-content/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.min.js'),(8048,'wp-content/themes/Divi/includes/builder/scripts/failure_notice.js'),(8049,'wp-content/themes/Divi/includes/builder/scripts/frontend-builder-global-functions.js'),(8050,'wp-content/themes/Divi/includes/builder/scripts/frontend-builder-preview.js'),(8051,'wp-content/themes/Divi/includes/builder/scripts/frontend-builder-scripts.js'),(8052,'wp-content/themes/Divi/includes/builder/scripts/jquery.easypiechart.js'),(8053,'wp-content/themes/Divi/includes/builder/scripts/jquery.fitvids.js'),(8054,'wp-content/themes/Divi/includes/builder/scripts/jquery.hashchange.js'),(8055,'wp-content/themes/Divi/includes/builder/scripts/jquery.magnific-popup.js'),(8056,'wp-content/themes/Divi/includes/builder/scripts/jquery.mobile.custom.min.js'),(8057,'wp-content/themes/Divi/includes/builder/scripts/library_category.js'),(8058,'wp-content/themes/Divi/includes/builder/scripts/library_scripts.js'),(8059,'wp-content/themes/Divi/includes/builder/scripts/lz-string.min.js'),(8060,'wp-content/themes/Divi/includes/builder/scripts/reset_memory_limit_increase_setting.js'),(8061,'wp-content/themes/Divi/includes/builder/scripts/roles_admin.js'),(8062,'wp-content/themes/Divi/includes/builder/scripts/salvattore.min.js'),(8063,'wp-content/themes/Divi/includes/builder/scripts/waypoints.min.js'),(8064,'wp-content/themes/Divi/includes/builder/template-preview.php'),(8065,'wp-content/themes/Divi/includes/functions/choices.php'),(8066,'wp-content/themes/Divi/includes/functions/installation.php'),(8067,'wp-content/themes/Divi/includes/functions/sanitization.php'),(8068,'wp-content/themes/Divi/includes/functions/sidebars.php'),(8069,'wp-content/themes/Divi/includes/functions/tutorials.php'),(8070,'wp-content/themes/Divi/includes/navigation.php'),(8071,'wp-content/themes/Divi/includes/no-results.php'),(8072,'wp-content/themes/Divi/includes/social_icons.php'),(8073,'wp-content/themes/Divi/includes/widgets/widget-about.php'),(8074,'wp-content/themes/Divi/includes/widgets/widget-ads.php'),(8075,'wp-content/themes/Divi/includes/widgets/widget-adsense.php'),(8076,'wp-content/themes/Divi/includes/widgets.php'),(8077,'wp-content/themes/Divi/index.php'),(8078,'wp-content/themes/Divi/js/admin_post_settings.js'),(8079,'wp-content/themes/Divi/js/custom.js'),(8080,'wp-content/themes/Divi/js/custom.min.js'),(8081,'wp-content/themes/Divi/js/menu_fix.js'),(8082,'wp-content/themes/Divi/js/smoothscroll.js'),(8083,'wp-content/themes/Divi/js/theme-customizer-controls.js'),(8084,'wp-content/themes/Divi/js/theme-customizer.js'),(8085,'wp-content/themes/Divi/options_divi.php'),(8086,'wp-content/themes/Divi/page-template-blank.php'),(8087,'wp-content/themes/Divi/post_thumbnails_divi.php'),(8088,'wp-content/themes/Divi/sidebar-footer.php'),(8089,'wp-content/themes/Divi/sidebar.php'),(8090,'wp-content/themes/Divi/single-et_pb_layout.php'),(8091,'wp-content/themes/Divi/single-project.php'),(8092,'wp-content/themes/Divi/single.php'),(8093,'wp-content/themes/Divi-child/functions.php'),(8094,'wp-content/themes/Divi-child/social_icons.php'),(8095,'wp-content/themes/Divi-child/woocommerce/shortcodes/become-a-vendor.php'),(8096,'wp-content/themes/Divi-child/woocommerce/templates/myaccount/navigation.php'),(8097,'wp-content/themes/Divi-child/woocommerce/templates/single-product/add-to-cart/external.php'),(8098,'wp-content/themes/index.php'),(8099,'wp-content/themes/twentyfifteen/404.php'),(8100,'wp-content/themes/twentyfifteen/archive.php'),(8101,'wp-content/themes/twentyfifteen/author-bio.php'),(8102,'wp-content/themes/twentyfifteen/comments.php'),(8103,'wp-content/themes/twentyfifteen/content-link.php'),(8104,'wp-content/themes/twentyfifteen/content-none.php'),(8105,'wp-content/themes/twentyfifteen/content-page.php'),(8106,'wp-content/themes/twentyfifteen/content-search.php'),(8107,'wp-content/themes/twentyfifteen/content.php'),(8108,'wp-content/themes/twentyfifteen/css/editor-style.css'),(8109,'wp-content/themes/twentyfifteen/css/ie.css'),(8110,'wp-content/themes/twentyfifteen/css/ie7.css'),(8111,'wp-content/themes/twentyfifteen/footer.php'),(8112,'wp-content/themes/twentyfifteen/functions.php'),(8113,'wp-content/themes/twentyfifteen/genericons/COPYING.txt'),(8114,'wp-content/themes/twentyfifteen/genericons/Genericons.eot'),(8115,'wp-content/themes/twentyfifteen/genericons/Genericons.svg'),(8116,'wp-content/themes/twentyfifteen/genericons/Genericons.ttf'),(8117,'wp-content/themes/twentyfifteen/genericons/Genericons.woff'),(8118,'wp-content/themes/twentyfifteen/genericons/LICENSE.txt'),(8119,'wp-content/themes/twentyfifteen/genericons/README.md'),(8120,'wp-content/themes/twentyfifteen/genericons/genericons.css'),(8121,'wp-content/themes/twentyfifteen/header.php'),(8122,'wp-content/themes/twentyfifteen/image.php'),(8123,'wp-content/themes/twentyfifteen/inc/back-compat.php'),(8124,'wp-content/themes/twentyfifteen/inc/custom-header.php'),(8125,'wp-content/themes/twentyfifteen/inc/customizer.php'),(8126,'wp-content/themes/twentyfifteen/inc/template-tags.php'),(8127,'wp-content/themes/twentyfifteen/index.php'),(8128,'wp-content/themes/twentyfifteen/js/color-scheme-control.js'),(8129,'wp-content/themes/twentyfifteen/js/customize-preview.js'),(8130,'wp-content/themes/twentyfifteen/js/functions.js'),(8131,'wp-content/themes/twentyfifteen/js/html5.js'),(8132,'wp-content/themes/twentyfifteen/js/keyboard-image-navigation.js'),(8133,'wp-content/themes/twentyfifteen/js/skip-link-focus-fix.js'),(8134,'wp-content/themes/twentyfifteen/page.php'),(8135,'wp-content/themes/twentyfifteen/readme.txt'),(8136,'wp-content/themes/twentyfifteen/rtl.css'),(8137,'wp-content/themes/twentyfifteen/screenshot.png'),(8138,'wp-content/themes/twentyfifteen/search.php'),(8139,'wp-content/themes/twentyfifteen/sidebar.php'),(8140,'wp-content/themes/twentyfifteen/single.php'),(8141,'wp-content/themes/twentyfifteen/style.css'),(8142,'wp-content/themes/twentyseventeen/404.php'),(8143,'wp-content/themes/twentyseventeen/README.txt'),(8144,'wp-content/themes/twentyseventeen/archive.php'),(8145,'wp-content/themes/twentyseventeen/assets/css/colors-dark.css'),(8146,'wp-content/themes/twentyseventeen/assets/css/editor-style.css'),(8147,'wp-content/themes/twentyseventeen/assets/css/ie8.css'),(8148,'wp-content/themes/twentyseventeen/assets/css/ie9.css'),(8149,'wp-content/themes/twentyseventeen/assets/images/coffee.jpg'),(8150,'wp-content/themes/twentyseventeen/assets/images/espresso.jpg'),(8151,'wp-content/themes/twentyseventeen/assets/images/header.jpg'),(8152,'wp-content/themes/twentyseventeen/assets/images/sandwich.jpg'),(8153,'wp-content/themes/twentyseventeen/assets/images/svg-icons.svg'),(8154,'wp-content/themes/twentyseventeen/assets/js/customize-controls.js'),(8155,'wp-content/themes/twentyseventeen/assets/js/customize-preview.js'),(8156,'wp-content/themes/twentyseventeen/assets/js/global.js'),(8157,'wp-content/themes/twentyseventeen/assets/js/html5.js'),(8158,'wp-content/themes/twentyseventeen/assets/js/jquery.scrollTo.js'),(8159,'wp-content/themes/twentyseventeen/assets/js/navigation.js'),(8160,'wp-content/themes/twentyseventeen/assets/js/skip-link-focus-fix.js'),(8161,'wp-content/themes/twentyseventeen/comments.php'),(8162,'wp-content/themes/twentyseventeen/footer.php'),(8163,'wp-content/themes/twentyseventeen/front-page.php'),(8164,'wp-content/themes/twentyseventeen/functions.php'),(8165,'wp-content/themes/twentyseventeen/header.php'),(8166,'wp-content/themes/twentyseventeen/inc/back-compat.php'),(8167,'wp-content/themes/twentyseventeen/inc/color-patterns.php'),(8168,'wp-content/themes/twentyseventeen/inc/custom-header.php'),(8169,'wp-content/themes/twentyseventeen/inc/customizer.php'),(8170,'wp-content/themes/twentyseventeen/inc/icon-functions.php'),(8171,'wp-content/themes/twentyseventeen/inc/template-functions.php'),(8172,'wp-content/themes/twentyseventeen/inc/template-tags.php'),(8173,'wp-content/themes/twentyseventeen/index.php'),(8174,'wp-content/themes/twentyseventeen/page.php'),(8175,'wp-content/themes/twentyseventeen/rtl.css'),(8176,'wp-content/themes/twentyseventeen/screenshot.png'),(8177,'wp-content/themes/twentyseventeen/search.php'),(8178,'wp-content/themes/twentyseventeen/searchform.php'),(8179,'wp-content/themes/twentyseventeen/sidebar.php'),(8180,'wp-content/themes/twentyseventeen/single.php'),(8181,'wp-content/themes/twentyseventeen/style.css'),(8182,'wp-content/themes/twentyseventeen/template-parts/footer/footer-widgets.php'),(8183,'wp-content/themes/twentyseventeen/template-parts/footer/site-info.php'),(8184,'wp-content/themes/twentyseventeen/template-parts/header/header-image.php'),(8185,'wp-content/themes/twentyseventeen/template-parts/header/site-branding.php'),(8186,'wp-content/themes/twentyseventeen/template-parts/navigation/navigation-top.php'),(8187,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page-panels.php'),(8188,'wp-content/themes/twentyseventeen/template-parts/page/content-front-page.php'),(8189,'wp-content/themes/twentyseventeen/template-parts/page/content-page.php'),(8190,'wp-content/themes/twentyseventeen/template-parts/post/content-audio.php'),(8191,'wp-content/themes/twentyseventeen/template-parts/post/content-excerpt.php'),(8192,'wp-content/themes/twentyseventeen/template-parts/post/content-gallery.php'),(8193,'wp-content/themes/twentyseventeen/template-parts/post/content-image.php'),(8194,'wp-content/themes/twentyseventeen/template-parts/post/content-none.php'),(8195,'wp-content/themes/twentyseventeen/template-parts/post/content-video.php'),(8196,'wp-content/themes/twentyseventeen/template-parts/post/content.php'),(8197,'wp-content/themes/twentysixteen/404.php'),(8198,'wp-content/themes/twentysixteen/archive.php'),(8199,'wp-content/themes/twentysixteen/comments.php'),(8200,'wp-content/themes/twentysixteen/css/editor-style.css'),(8201,'wp-content/themes/twentysixteen/css/ie.css'),(8202,'wp-content/themes/twentysixteen/css/ie7.css'),(8203,'wp-content/themes/twentysixteen/css/ie8.css'),(8204,'wp-content/themes/twentysixteen/footer.php'),(8205,'wp-content/themes/twentysixteen/functions.php'),(8206,'wp-content/themes/twentysixteen/genericons/COPYING.txt'),(8207,'wp-content/themes/twentysixteen/genericons/Genericons.eot'),(8208,'wp-content/themes/twentysixteen/genericons/Genericons.svg'),(8209,'wp-content/themes/twentysixteen/genericons/Genericons.ttf'),(8210,'wp-content/themes/twentysixteen/genericons/Genericons.woff'),(8211,'wp-content/themes/twentysixteen/genericons/LICENSE.txt'),(8212,'wp-content/themes/twentysixteen/genericons/README.md'),(8213,'wp-content/themes/twentysixteen/genericons/genericons.css'),(8214,'wp-content/themes/twentysixteen/header.php'),(8215,'wp-content/themes/twentysixteen/image.php'),(8216,'wp-content/themes/twentysixteen/inc/back-compat.php'),(8217,'wp-content/themes/twentysixteen/inc/customizer.php'),(8218,'wp-content/themes/twentysixteen/inc/template-tags.php'),(8219,'wp-content/themes/twentysixteen/index.php'),(8220,'wp-content/themes/twentysixteen/js/color-scheme-control.js'),(8221,'wp-content/themes/twentysixteen/js/customize-preview.js'),(8222,'wp-content/themes/twentysixteen/js/functions.js'),(8223,'wp-content/themes/twentysixteen/js/html5.js'),(8224,'wp-content/themes/twentysixteen/js/keyboard-image-navigation.js'),(8225,'wp-content/themes/twentysixteen/js/skip-link-focus-fix.js'),(8226,'wp-content/themes/twentysixteen/page.php'),(8227,'wp-content/themes/twentysixteen/readme.txt'),(8228,'wp-content/themes/twentysixteen/rtl.css'),(8229,'wp-content/themes/twentysixteen/screenshot.png'),(8230,'wp-content/themes/twentysixteen/search.php'),(8231,'wp-content/themes/twentysixteen/searchform.php'),(8232,'wp-content/themes/twentysixteen/sidebar-content-bottom.php'),(8233,'wp-content/themes/twentysixteen/sidebar.php'),(8234,'wp-content/themes/twentysixteen/single.php'),(8235,'wp-content/themes/twentysixteen/style.css'),(8236,'wp-content/themes/twentysixteen/template-parts/biography.php'),(8237,'wp-content/themes/twentysixteen/template-parts/content-none.php'),(8238,'wp-content/themes/twentysixteen/template-parts/content-page.php'),(8239,'wp-content/themes/twentysixteen/template-parts/content-search.php'),(8240,'wp-content/themes/twentysixteen/template-parts/content-single.php'),(8241,'wp-content/themes/twentysixteen/template-parts/content.php'),(8242,'wp-content/updraft/index.html'),(8243,'wp-content/uploads/wc-logs/index.html'),(8244,'wp-content/uploads/woocommerce_uploads/index.html'),(8245,'wp-content/w3tc-config/index.html'),(8246,'wp-content/w3tc-config/master.php'),(8247,'wp-content/wflogs/attack-data.php'),(8248,'wp-content/wflogs/ips.php'),(8249,'wp-content/wflogs/rules.php'),(8250,'wp-cron.php'),(8251,'wp-includes/.htaccess'),(8252,'wp-includes/.htaccess.old'),(8253,'wp-includes/ID3/getid3.lib.php'),(8254,'wp-includes/ID3/getid3.php'),(8255,'wp-includes/ID3/license.commercial.txt'),(8256,'wp-includes/ID3/license.txt'),(8257,'wp-includes/ID3/module.audio-video.asf.php'),(8258,'wp-includes/ID3/module.audio-video.flv.php'),(8259,'wp-includes/ID3/module.audio-video.matroska.php'),(8260,'wp-includes/ID3/module.audio-video.quicktime.php'),(8261,'wp-includes/ID3/module.audio-video.riff.php'),(8262,'wp-includes/ID3/module.audio.ac3.php'),(8263,'wp-includes/ID3/module.audio.dts.php'),(8264,'wp-includes/ID3/module.audio.flac.php'),(8265,'wp-includes/ID3/module.audio.mp3.php'),(8266,'wp-includes/ID3/module.audio.ogg.php'),(8267,'wp-includes/ID3/module.tag.apetag.php'),(8268,'wp-includes/ID3/module.tag.id3v1.php'),(8269,'wp-includes/ID3/module.tag.id3v2.php'),(8270,'wp-includes/ID3/module.tag.lyrics3.php'),(8271,'wp-includes/ID3/readme.txt'),(8272,'wp-includes/IXR/class-IXR-base64.php'),(8273,'wp-includes/IXR/class-IXR-client.php'),(8274,'wp-includes/IXR/class-IXR-clientmulticall.php'),(8275,'wp-includes/IXR/class-IXR-date.php'),(8276,'wp-includes/IXR/class-IXR-error.php'),(8277,'wp-includes/IXR/class-IXR-introspectionserver.php'),(8278,'wp-includes/IXR/class-IXR-message.php'),(8279,'wp-includes/IXR/class-IXR-request.php'),(8280,'wp-includes/IXR/class-IXR-server.php'),(8281,'wp-includes/IXR/class-IXR-value.php'),(8282,'wp-includes/Requests/Auth/Basic.php'),(8283,'wp-includes/Requests/Auth.php'),(8284,'wp-includes/Requests/Cookie/Jar.php'),(8285,'wp-includes/Requests/Cookie.php'),(8286,'wp-includes/Requests/Exception/HTTP/304.php'),(8287,'wp-includes/Requests/Exception/HTTP/305.php'),(8288,'wp-includes/Requests/Exception/HTTP/306.php'),(8289,'wp-includes/Requests/Exception/HTTP/400.php'),(8290,'wp-includes/Requests/Exception/HTTP/401.php'),(8291,'wp-includes/Requests/Exception/HTTP/402.php'),(8292,'wp-includes/Requests/Exception/HTTP/403.php'),(8293,'wp-includes/Requests/Exception/HTTP/404.php'),(8294,'wp-includes/Requests/Exception/HTTP/405.php'),(8295,'wp-includes/Requests/Exception/HTTP/406.php'),(8296,'wp-includes/Requests/Exception/HTTP/407.php'),(8297,'wp-includes/Requests/Exception/HTTP/408.php'),(8298,'wp-includes/Requests/Exception/HTTP/409.php'),(8299,'wp-includes/Requests/Exception/HTTP/410.php'),(8300,'wp-includes/Requests/Exception/HTTP/411.php'),(8301,'wp-includes/Requests/Exception/HTTP/412.php'),(8302,'wp-includes/Requests/Exception/HTTP/413.php'),(8303,'wp-includes/Requests/Exception/HTTP/414.php'),(8304,'wp-includes/Requests/Exception/HTTP/415.php'),(8305,'wp-includes/Requests/Exception/HTTP/416.php'),(8306,'wp-includes/Requests/Exception/HTTP/417.php'),(8307,'wp-includes/Requests/Exception/HTTP/418.php'),(8308,'wp-includes/Requests/Exception/HTTP/428.php'),(8309,'wp-includes/Requests/Exception/HTTP/429.php'),(8310,'wp-includes/Requests/Exception/HTTP/431.php'),(8311,'wp-includes/Requests/Exception/HTTP/500.php'),(8312,'wp-includes/Requests/Exception/HTTP/501.php'),(8313,'wp-includes/Requests/Exception/HTTP/502.php'),(8314,'wp-includes/Requests/Exception/HTTP/503.php'),(8315,'wp-includes/Requests/Exception/HTTP/504.php'),(8316,'wp-includes/Requests/Exception/HTTP/505.php'),(8317,'wp-includes/Requests/Exception/HTTP/511.php'),(8318,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(8319,'wp-includes/Requests/Exception/HTTP.php'),(8320,'wp-includes/Requests/Exception/Transport/cURL.php'),(8321,'wp-includes/Requests/Exception/Transport.php'),(8322,'wp-includes/Requests/Exception.php'),(8323,'wp-includes/Requests/Hooker.php'),(8324,'wp-includes/Requests/Hooks.php'),(8325,'wp-includes/Requests/IDNAEncoder.php'),(8326,'wp-includes/Requests/IPv6.php'),(8327,'wp-includes/Requests/IRI.php'),(8328,'wp-includes/Requests/Proxy/HTTP.php'),(8329,'wp-includes/Requests/Proxy.php'),(8330,'wp-includes/Requests/Response/Headers.php'),(8331,'wp-includes/Requests/Response.php'),(8332,'wp-includes/Requests/SSL.php'),(8333,'wp-includes/Requests/Session.php'),(8334,'wp-includes/Requests/Transport/cURL.php'),(8335,'wp-includes/Requests/Transport/fsockopen.php'),(8336,'wp-includes/Requests/Transport.php'),(8337,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(8338,'wp-includes/Requests/Utility/FilteredIterator.php'),(8339,'wp-includes/SimplePie/Author.php'),(8340,'wp-includes/SimplePie/Cache/Base.php'),(8341,'wp-includes/SimplePie/Cache/DB.php'),(8342,'wp-includes/SimplePie/Cache/File.php'),(8343,'wp-includes/SimplePie/Cache/Memcache.php'),(8344,'wp-includes/SimplePie/Cache/MySQL.php'),(8345,'wp-includes/SimplePie/Cache.php'),(8346,'wp-includes/SimplePie/Caption.php'),(8347,'wp-includes/SimplePie/Category.php'),(8348,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(8349,'wp-includes/SimplePie/Copyright.php'),(8350,'wp-includes/SimplePie/Core.php'),(8351,'wp-includes/SimplePie/Credit.php'),(8352,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(8353,'wp-includes/SimplePie/Enclosure.php'),(8354,'wp-includes/SimplePie/Exception.php'),(8355,'wp-includes/SimplePie/File.php'),(8356,'wp-includes/SimplePie/HTTP/Parser.php'),(8357,'wp-includes/SimplePie/IRI.php'),(8358,'wp-includes/SimplePie/Item.php'),(8359,'wp-includes/SimplePie/Locator.php'),(8360,'wp-includes/SimplePie/Misc.php'),(8361,'wp-includes/SimplePie/Net/IPv6.php'),(8362,'wp-includes/SimplePie/Parse/Date.php'),(8363,'wp-includes/SimplePie/Parser.php'),(8364,'wp-includes/SimplePie/Rating.php'),(8365,'wp-includes/SimplePie/Registry.php'),(8366,'wp-includes/SimplePie/Restriction.php'),(8367,'wp-includes/SimplePie/Sanitize.php'),(8368,'wp-includes/SimplePie/Source.php'),(8369,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(8370,'wp-includes/SimplePie/gzdecode.php'),(8371,'wp-includes/Text/Diff/Engine/native.php'),(8372,'wp-includes/Text/Diff/Engine/shell.php'),(8373,'wp-includes/Text/Diff/Engine/string.php'),(8374,'wp-includes/Text/Diff/Engine/xdiff.php'),(8375,'wp-includes/Text/Diff/Renderer/inline.php'),(8376,'wp-includes/Text/Diff/Renderer.php'),(8377,'wp-includes/Text/Diff.php'),(8378,'wp-includes/admin-bar.php'),(8379,'wp-includes/atomlib.php'),(8380,'wp-includes/author-template.php'),(8381,'wp-includes/bookmark-template.php'),(8382,'wp-includes/bookmark.php'),(8383,'wp-includes/cache.php'),(8384,'wp-includes/canonical.php'),(8385,'wp-includes/capabilities.php'),(8386,'wp-includes/category-template.php'),(8387,'wp-includes/category.php'),(8388,'wp-includes/certificates/ca-bundle.crt'),(8389,'wp-includes/class-IXR.php'),(8390,'wp-includes/class-feed.php'),(8391,'wp-includes/class-http.php'),(8392,'wp-includes/class-json.php'),(8393,'wp-includes/class-oembed.php'),(8394,'wp-includes/class-phpass.php'),(8395,'wp-includes/class-phpmailer.php'),(8396,'wp-includes/class-pop3.php'),(8397,'wp-includes/class-requests.php'),(8398,'wp-includes/class-simplepie.php'),(8399,'wp-includes/class-smtp.php'),(8400,'wp-includes/class-snoopy.php'),(8401,'wp-includes/class-walker-category-dropdown.php'),(8402,'wp-includes/class-walker-category.php'),(8403,'wp-includes/class-walker-comment.php'),(8404,'wp-includes/class-walker-nav-menu.php'),(8405,'wp-includes/class-walker-page-dropdown.php'),(8406,'wp-includes/class-walker-page.php'),(8407,'wp-includes/class-wp-admin-bar.php'),(8408,'wp-includes/class-wp-ajax-response.php'),(8409,'wp-includes/class-wp-comment-query.php'),(8410,'wp-includes/class-wp-comment.php'),(8411,'wp-includes/class-wp-customize-control.php'),(8412,'wp-includes/class-wp-customize-manager.php'),(8413,'wp-includes/class-wp-customize-nav-menus.php'),(8414,'wp-includes/class-wp-customize-panel.php'),(8415,'wp-includes/class-wp-customize-section.php'),(8416,'wp-includes/class-wp-customize-setting.php'),(8417,'wp-includes/class-wp-customize-widgets.php'),(8418,'wp-includes/class-wp-dependency.php'),(8419,'wp-includes/class-wp-editor.php'),(8420,'wp-includes/class-wp-embed.php'),(8421,'wp-includes/class-wp-error.php'),(8422,'wp-includes/class-wp-feed-cache-transient.php'),(8423,'wp-includes/class-wp-feed-cache.php'),(8424,'wp-includes/class-wp-hook.php'),(8425,'wp-includes/class-wp-http-cookie.php'),(8426,'wp-includes/class-wp-http-curl.php'),(8427,'wp-includes/class-wp-http-encoding.php'),(8428,'wp-includes/class-wp-http-ixr-client.php'),(8429,'wp-includes/class-wp-http-proxy.php'),(8430,'wp-includes/class-wp-http-requests-hooks.php'),(8431,'wp-includes/class-wp-http-requests-response.php'),(8432,'wp-includes/class-wp-http-response.php'),(8433,'wp-includes/class-wp-http-streams.php'),(8434,'wp-includes/class-wp-image-editor-gd.php'),(8435,'wp-includes/class-wp-image-editor-imagick.php'),(8436,'wp-includes/class-wp-image-editor.php'),(8437,'wp-includes/class-wp-list-util.php'),(8438,'wp-includes/class-wp-locale-switcher.php'),(8439,'wp-includes/class-wp-locale.php'),(8440,'wp-includes/class-wp-matchesmapregex.php'),(8441,'wp-includes/class-wp-meta-query.php'),(8442,'wp-includes/class-wp-metadata-lazyloader.php'),(8443,'wp-includes/class-wp-network-query.php'),(8444,'wp-includes/class-wp-network.php'),(8445,'wp-includes/class-wp-oembed-controller.php'),(8446,'wp-includes/class-wp-post-type.php'),(8447,'wp-includes/class-wp-post.php'),(8448,'wp-includes/class-wp-query.php'),(8449,'wp-includes/class-wp-rewrite.php'),(8450,'wp-includes/class-wp-role.php'),(8451,'wp-includes/class-wp-roles.php'),(8452,'wp-includes/class-wp-session-tokens.php'),(8453,'wp-includes/class-wp-simplepie-file.php'),(8454,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(8455,'wp-includes/class-wp-site-query.php'),(8456,'wp-includes/class-wp-site.php'),(8457,'wp-includes/class-wp-tax-query.php'),(8458,'wp-includes/class-wp-taxonomy.php'),(8459,'wp-includes/class-wp-term-query.php'),(8460,'wp-includes/class-wp-term.php'),(8461,'wp-includes/class-wp-text-diff-renderer-inline.php'),(8462,'wp-includes/class-wp-text-diff-renderer-table.php'),(8463,'wp-includes/class-wp-theme.php'),(8464,'wp-includes/class-wp-user-meta-session-tokens.php'),(8465,'wp-includes/class-wp-user-query.php'),(8466,'wp-includes/class-wp-user.php'),(8467,'wp-includes/class-wp-walker.php'),(8468,'wp-includes/class-wp-widget-factory.php'),(8469,'wp-includes/class-wp-widget.php'),(8470,'wp-includes/class-wp-xmlrpc-server.php'),(8471,'wp-includes/class-wp.php'),(8472,'wp-includes/class.wp-dependencies.php'),(8473,'wp-includes/class.wp-scripts.php'),(8474,'wp-includes/class.wp-styles.php'),(8475,'wp-includes/comment-template.php'),(8476,'wp-includes/comment.php'),(8477,'wp-includes/compat.php'),(8478,'wp-includes/cron.php'),(8479,'wp-includes/css/admin-bar-rtl.css'),(8480,'wp-includes/css/admin-bar-rtl.min.css'),(8481,'wp-includes/css/admin-bar.css'),(8482,'wp-includes/css/admin-bar.min.css'),(8483,'wp-includes/css/buttons-rtl.css'),(8484,'wp-includes/css/buttons-rtl.min.css'),(8485,'wp-includes/css/buttons.css'),(8486,'wp-includes/css/buttons.min.css'),(8487,'wp-includes/css/customize-preview-rtl.css'),(8488,'wp-includes/css/customize-preview-rtl.min.css'),(8489,'wp-includes/css/customize-preview.css'),(8490,'wp-includes/css/customize-preview.min.css'),(8491,'wp-includes/css/dashicons.css'),(8492,'wp-includes/css/dashicons.min.css'),(8493,'wp-includes/css/editor-rtl.css'),(8494,'wp-includes/css/editor-rtl.min.css'),(8495,'wp-includes/css/editor.css'),(8496,'wp-includes/css/editor.min.css'),(8497,'wp-includes/css/jquery-ui-dialog-rtl.css'),(8498,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(8499,'wp-includes/css/jquery-ui-dialog.css'),(8500,'wp-includes/css/jquery-ui-dialog.min.css'),(8501,'wp-includes/css/media-views-rtl.css'),(8502,'wp-includes/css/media-views-rtl.min.css'),(8503,'wp-includes/css/media-views.css'),(8504,'wp-includes/css/media-views.min.css'),(8505,'wp-includes/css/wp-auth-check-rtl.css'),(8506,'wp-includes/css/wp-auth-check-rtl.min.css'),(8507,'wp-includes/css/wp-auth-check.css'),(8508,'wp-includes/css/wp-auth-check.min.css'),(8509,'wp-includes/css/wp-embed-template-ie.css'),(8510,'wp-includes/css/wp-embed-template-ie.min.css'),(8511,'wp-includes/css/wp-embed-template.css'),(8512,'wp-includes/css/wp-embed-template.min.css'),(8513,'wp-includes/css/wp-pointer-rtl.css'),(8514,'wp-includes/css/wp-pointer-rtl.min.css'),(8515,'wp-includes/css/wp-pointer.css'),(8516,'wp-includes/css/wp-pointer.min.css'),(8517,'wp-includes/customize/class-wp-customize-background-image-control.php'),(8518,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(8519,'wp-includes/customize/class-wp-customize-background-position-control.php'),(8520,'wp-includes/customize/class-wp-customize-color-control.php'),(8521,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(8522,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(8523,'wp-includes/customize/class-wp-customize-filter-setting.php'),(8524,'wp-includes/customize/class-wp-customize-header-image-control.php'),(8525,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(8526,'wp-includes/customize/class-wp-customize-image-control.php'),(8527,'wp-includes/customize/class-wp-customize-media-control.php'),(8528,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(8529,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(8530,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(8531,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(8532,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(8533,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(8534,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(8535,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(8536,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(8537,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(8538,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(8539,'wp-includes/customize/class-wp-customize-partial.php'),(8540,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(8541,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(8542,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(8543,'wp-includes/customize/class-wp-customize-theme-control.php'),(8544,'wp-includes/customize/class-wp-customize-themes-section.php'),(8545,'wp-includes/customize/class-wp-customize-upload-control.php'),(8546,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(8547,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(8548,'wp-includes/date.php'),(8549,'wp-includes/default-constants.php'),(8550,'wp-includes/default-filters.php'),(8551,'wp-includes/default-widgets.php'),(8552,'wp-includes/deprecated.php'),(8553,'wp-includes/embed-template.php'),(8554,'wp-includes/embed.php'),(8555,'wp-includes/feed-atom-comments.php'),(8556,'wp-includes/feed-atom.php'),(8557,'wp-includes/feed-rdf.php'),(8558,'wp-includes/feed-rss.php'),(8559,'wp-includes/feed-rss2-comments.php'),(8560,'wp-includes/feed-rss2.php'),(8561,'wp-includes/feed.php'),(8562,'wp-includes/fonts/dashicons.eot'),(8563,'wp-includes/fonts/dashicons.svg'),(8564,'wp-includes/fonts/dashicons.ttf'),(8565,'wp-includes/fonts/dashicons.woff'),(8566,'wp-includes/formatting.php'),(8567,'wp-includes/functions.php'),(8568,'wp-includes/functions.wp-scripts.php'),(8569,'wp-includes/functions.wp-styles.php'),(8570,'wp-includes/general-template.php'),(8571,'wp-includes/http.php'),(8572,'wp-includes/images/admin-bar-sprite-2x.png'),(8573,'wp-includes/images/admin-bar-sprite.png'),(8574,'wp-includes/images/arrow-pointer-blue-2x.png'),(8575,'wp-includes/images/arrow-pointer-blue.png'),(8576,'wp-includes/images/blank.gif'),(8577,'wp-includes/images/crystal/archive.png'),(8578,'wp-includes/images/crystal/audio.png'),(8579,'wp-includes/images/crystal/code.png'),(8580,'wp-includes/images/crystal/default.png'),(8581,'wp-includes/images/crystal/document.png'),(8582,'wp-includes/images/crystal/interactive.png'),(8583,'wp-includes/images/crystal/license.txt'),(8584,'wp-includes/images/crystal/spreadsheet.png'),(8585,'wp-includes/images/crystal/text.png'),(8586,'wp-includes/images/crystal/video.png'),(8587,'wp-includes/images/down_arrow-2x.gif'),(8588,'wp-includes/images/down_arrow.gif'),(8589,'wp-includes/images/icon-pointer-flag-2x.png'),(8590,'wp-includes/images/icon-pointer-flag.png'),(8591,'wp-includes/images/media/archive.png'),(8592,'wp-includes/images/media/audio.png'),(8593,'wp-includes/images/media/code.png'),(8594,'wp-includes/images/media/default.png'),(8595,'wp-includes/images/media/document.png'),(8596,'wp-includes/images/media/interactive.png'),(8597,'wp-includes/images/media/spreadsheet.png'),(8598,'wp-includes/images/media/text.png'),(8599,'wp-includes/images/media/video.png'),(8600,'wp-includes/images/rss-2x.png'),(8601,'wp-includes/images/rss.png'),(8602,'wp-includes/images/smilies/frownie.png'),(8603,'wp-includes/images/smilies/icon_arrow.gif'),(8604,'wp-includes/images/smilies/icon_biggrin.gif'),(8605,'wp-includes/images/smilies/icon_confused.gif'),(8606,'wp-includes/images/smilies/icon_cool.gif'),(8607,'wp-includes/images/smilies/icon_cry.gif'),(8608,'wp-includes/images/smilies/icon_eek.gif'),(8609,'wp-includes/images/smilies/icon_evil.gif'),(8610,'wp-includes/images/smilies/icon_exclaim.gif'),(8611,'wp-includes/images/smilies/icon_idea.gif'),(8612,'wp-includes/images/smilies/icon_lol.gif'),(8613,'wp-includes/images/smilies/icon_mad.gif'),(8614,'wp-includes/images/smilies/icon_mrgreen.gif'),(8615,'wp-includes/images/smilies/icon_neutral.gif'),(8616,'wp-includes/images/smilies/icon_question.gif'),(8617,'wp-includes/images/smilies/icon_razz.gif'),(8618,'wp-includes/images/smilies/icon_redface.gif'),(8619,'wp-includes/images/smilies/icon_rolleyes.gif'),(8620,'wp-includes/images/smilies/icon_sad.gif'),(8621,'wp-includes/images/smilies/icon_smile.gif'),(8622,'wp-includes/images/smilies/icon_surprised.gif'),(8623,'wp-includes/images/smilies/icon_twisted.gif'),(8624,'wp-includes/images/smilies/icon_wink.gif'),(8625,'wp-includes/images/smilies/mrgreen.png'),(8626,'wp-includes/images/smilies/rolleyes.png'),(8627,'wp-includes/images/smilies/simple-smile.png'),(8628,'wp-includes/images/spinner-2x.gif'),(8629,'wp-includes/images/spinner.gif'),(8630,'wp-includes/images/toggle-arrow-2x.png'),(8631,'wp-includes/images/toggle-arrow.png'),(8632,'wp-includes/images/uploader-icons-2x.png'),(8633,'wp-includes/images/uploader-icons.png'),(8634,'wp-includes/images/w-logo-blue.png'),(8635,'wp-includes/images/wlw/wp-comments.png'),(8636,'wp-includes/images/wlw/wp-icon.png'),(8637,'wp-includes/images/wlw/wp-watermark.png'),(8638,'wp-includes/images/wpicons-2x.png'),(8639,'wp-includes/images/wpicons.png'),(8640,'wp-includes/images/wpspin-2x.gif'),(8641,'wp-includes/images/wpspin.gif'),(8642,'wp-includes/images/xit-2x.gif'),(8643,'wp-includes/images/xit.gif'),(8644,'wp-includes/js/admin-bar.js'),(8645,'wp-includes/js/admin-bar.min.js'),(8646,'wp-includes/js/autosave.js'),(8647,'wp-includes/js/autosave.min.js'),(8648,'wp-includes/js/backbone.min.js'),(8649,'wp-includes/js/colorpicker.js'),(8650,'wp-includes/js/colorpicker.min.js'),(8651,'wp-includes/js/comment-reply.js'),(8652,'wp-includes/js/comment-reply.min.js'),(8653,'wp-includes/js/crop/cropper.css'),(8654,'wp-includes/js/crop/cropper.js'),(8655,'wp-includes/js/crop/marqueeHoriz.gif'),(8656,'wp-includes/js/crop/marqueeVert.gif'),(8657,'wp-includes/js/customize-base.js'),(8658,'wp-includes/js/customize-base.min.js'),(8659,'wp-includes/js/customize-loader.js'),(8660,'wp-includes/js/customize-loader.min.js'),(8661,'wp-includes/js/customize-models.js'),(8662,'wp-includes/js/customize-models.min.js'),(8663,'wp-includes/js/customize-preview-nav-menus.js'),(8664,'wp-includes/js/customize-preview-nav-menus.min.js'),(8665,'wp-includes/js/customize-preview-widgets.js'),(8666,'wp-includes/js/customize-preview-widgets.min.js'),(8667,'wp-includes/js/customize-preview.js'),(8668,'wp-includes/js/customize-preview.min.js'),(8669,'wp-includes/js/customize-selective-refresh.js'),(8670,'wp-includes/js/customize-selective-refresh.min.js'),(8671,'wp-includes/js/customize-views.js'),(8672,'wp-includes/js/customize-views.min.js'),(8673,'wp-includes/js/heartbeat.js'),(8674,'wp-includes/js/heartbeat.min.js'),(8675,'wp-includes/js/hoverIntent.js'),(8676,'wp-includes/js/hoverIntent.min.js'),(8677,'wp-includes/js/imagesloaded.min.js'),(8678,'wp-includes/js/imgareaselect/border-anim-h.gif'),(8679,'wp-includes/js/imgareaselect/border-anim-v.gif'),(8680,'wp-includes/js/imgareaselect/imgareaselect.css'),(8681,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(8682,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(8683,'wp-includes/js/jcrop/Jcrop.gif'),(8684,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(8685,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(8686,'wp-includes/js/jquery/jquery-migrate.js'),(8687,'wp-includes/js/jquery/jquery-migrate.min.js'),(8688,'wp-includes/js/jquery/jquery.color.min.js'),(8689,'wp-includes/js/jquery/jquery.form.js'),(8690,'wp-includes/js/jquery/jquery.form.min.js'),(8691,'wp-includes/js/jquery/jquery.hotkeys.js'),(8692,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(8693,'wp-includes/js/jquery/jquery.js'),(8694,'wp-includes/js/jquery/jquery.masonry.min.js'),(8695,'wp-includes/js/jquery/jquery.query.js'),(8696,'wp-includes/js/jquery/jquery.schedule.js'),(8697,'wp-includes/js/jquery/jquery.serialize-object.js'),(8698,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(8699,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(8700,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(8701,'wp-includes/js/jquery/suggest.js'),(8702,'wp-includes/js/jquery/suggest.min.js'),(8703,'wp-includes/js/jquery/ui/accordion.min.js'),(8704,'wp-includes/js/jquery/ui/autocomplete.min.js'),(8705,'wp-includes/js/jquery/ui/button.min.js'),(8706,'wp-includes/js/jquery/ui/core.min.js'),(8707,'wp-includes/js/jquery/ui/datepicker.min.js'),(8708,'wp-includes/js/jquery/ui/dialog.min.js'),(8709,'wp-includes/js/jquery/ui/draggable.min.js'),(8710,'wp-includes/js/jquery/ui/droppable.min.js'),(8711,'wp-includes/js/jquery/ui/effect-blind.min.js'),(8712,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(8713,'wp-includes/js/jquery/ui/effect-clip.min.js'),(8714,'wp-includes/js/jquery/ui/effect-drop.min.js'),(8715,'wp-includes/js/jquery/ui/effect-explode.min.js'),(8716,'wp-includes/js/jquery/ui/effect-fade.min.js'),(8717,'wp-includes/js/jquery/ui/effect-fold.min.js'),(8718,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(8719,'wp-includes/js/jquery/ui/effect-puff.min.js'),(8720,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(8721,'wp-includes/js/jquery/ui/effect-scale.min.js'),(8722,'wp-includes/js/jquery/ui/effect-shake.min.js'),(8723,'wp-includes/js/jquery/ui/effect-size.min.js'),(8724,'wp-includes/js/jquery/ui/effect-slide.min.js'),(8725,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(8726,'wp-includes/js/jquery/ui/effect.min.js'),(8727,'wp-includes/js/jquery/ui/menu.min.js'),(8728,'wp-includes/js/jquery/ui/mouse.min.js'),(8729,'wp-includes/js/jquery/ui/position.min.js'),(8730,'wp-includes/js/jquery/ui/progressbar.min.js'),(8731,'wp-includes/js/jquery/ui/resizable.min.js'),(8732,'wp-includes/js/jquery/ui/selectable.min.js'),(8733,'wp-includes/js/jquery/ui/selectmenu.min.js'),(8734,'wp-includes/js/jquery/ui/slider.min.js'),(8735,'wp-includes/js/jquery/ui/sortable.min.js'),(8736,'wp-includes/js/jquery/ui/spinner.min.js'),(8737,'wp-includes/js/jquery/ui/tabs.min.js'),(8738,'wp-includes/js/jquery/ui/tooltip.min.js'),(8739,'wp-includes/js/jquery/ui/widget.min.js'),(8740,'wp-includes/js/json2.js'),(8741,'wp-includes/js/json2.min.js'),(8742,'wp-includes/js/masonry.min.js'),(8743,'wp-includes/js/mce-view.js'),(8744,'wp-includes/js/mce-view.min.js'),(8745,'wp-includes/js/media-audiovideo.js'),(8746,'wp-includes/js/media-audiovideo.min.js'),(8747,'wp-includes/js/media-editor.js'),(8748,'wp-includes/js/media-editor.min.js'),(8749,'wp-includes/js/media-grid.js'),(8750,'wp-includes/js/media-grid.min.js'),(8751,'wp-includes/js/media-models.js'),(8752,'wp-includes/js/media-models.min.js'),(8753,'wp-includes/js/media-views.js'),(8754,'wp-includes/js/media-views.min.js'),(8755,'wp-includes/js/mediaelement/background.png'),(8756,'wp-includes/js/mediaelement/bigplay.png'),(8757,'wp-includes/js/mediaelement/bigplay.svg'),(8758,'wp-includes/js/mediaelement/controls.png'),(8759,'wp-includes/js/mediaelement/controls.svg'),(8760,'wp-includes/js/mediaelement/flashmediaelement.swf'),(8761,'wp-includes/js/mediaelement/froogaloop.min.js'),(8762,'wp-includes/js/mediaelement/jumpforward.png'),(8763,'wp-includes/js/mediaelement/loading.gif'),(8764,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(8765,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(8766,'wp-includes/js/mediaelement/silverlightmediaelement.xap'),(8767,'wp-includes/js/mediaelement/skipback.png'),(8768,'wp-includes/js/mediaelement/wp-mediaelement.css'),(8769,'wp-includes/js/mediaelement/wp-mediaelement.js'),(8770,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(8771,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(8772,'wp-includes/js/mediaelement/wp-playlist.js'),(8773,'wp-includes/js/mediaelement/wp-playlist.min.js'),(8774,'wp-includes/js/plupload/handlers.js'),(8775,'wp-includes/js/plupload/handlers.min.js'),(8776,'wp-includes/js/plupload/license.txt'),(8777,'wp-includes/js/plupload/plupload.flash.swf'),(8778,'wp-includes/js/plupload/plupload.full.min.js'),(8779,'wp-includes/js/plupload/plupload.silverlight.xap'),(8780,'wp-includes/js/plupload/wp-plupload.js'),(8781,'wp-includes/js/plupload/wp-plupload.min.js'),(8782,'wp-includes/js/quicktags.js'),(8783,'wp-includes/js/quicktags.min.js'),(8784,'wp-includes/js/shortcode.js'),(8785,'wp-includes/js/shortcode.min.js'),(8786,'wp-includes/js/swfobject.js'),(8787,'wp-includes/js/swfupload/handlers.js'),(8788,'wp-includes/js/swfupload/handlers.min.js'),(8789,'wp-includes/js/swfupload/license.txt'),(8790,'wp-includes/js/swfupload/plugins/swfupload.cookies.js'),(8791,'wp-includes/js/swfupload/plugins/swfupload.queue.js'),(8792,'wp-includes/js/swfupload/plugins/swfupload.speed.js'),(8793,'wp-includes/js/swfupload/plugins/swfupload.swfobject.js'),(8794,'wp-includes/js/swfupload/swfupload.js'),(8795,'wp-includes/js/swfupload/swfupload.swf'),(8796,'wp-includes/js/thickbox/loadingAnimation.gif'),(8797,'wp-includes/js/thickbox/macFFBgHack.png'),(8798,'wp-includes/js/thickbox/thickbox.css'),(8799,'wp-includes/js/thickbox/thickbox.js'),(8800,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(8801,'wp-includes/js/tinymce/license.txt'),(8802,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(8803,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(8804,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(8805,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(8806,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(8807,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(8808,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(8809,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(8810,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(8811,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(8812,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(8813,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(8814,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(8815,'wp-includes/js/tinymce/plugins/image/plugin.js'),(8816,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(8817,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(8818,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(8819,'wp-includes/js/tinymce/plugins/media/plugin.js'),(8820,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(8821,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(8822,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(8823,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(8824,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(8825,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(8826,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(8827,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(8828,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(8829,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(8830,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(8831,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(8832,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(8833,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(8834,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(8835,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(8836,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(8837,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(8838,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(8839,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(8840,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(8841,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(8842,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(8843,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(8844,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(8845,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(8846,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(8847,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(8848,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(8849,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(8850,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(8851,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(8852,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(8853,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(8854,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(8855,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(8856,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(8857,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(8858,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(8859,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(8860,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(8861,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(8862,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(8863,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(8864,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(8865,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(8866,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(8867,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(8868,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(8869,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(8870,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(8871,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(8872,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(8873,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(8874,'wp-includes/js/tinymce/themes/inlite/theme.js'),(8875,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(8876,'wp-includes/js/tinymce/themes/modern/theme.js'),(8877,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(8878,'wp-includes/js/tinymce/tiny_mce_popup.js'),(8879,'wp-includes/js/tinymce/tinymce.min.js'),(8880,'wp-includes/js/tinymce/utils/editable_selects.js'),(8881,'wp-includes/js/tinymce/utils/form_utils.js'),(8882,'wp-includes/js/tinymce/utils/mctabs.js'),(8883,'wp-includes/js/tinymce/utils/validate.js'),(8884,'wp-includes/js/tinymce/wp-tinymce.js.gz'),(8885,'wp-includes/js/tinymce/wp-tinymce.php'),(8886,'wp-includes/js/tw-sack.js'),(8887,'wp-includes/js/tw-sack.min.js'),(8888,'wp-includes/js/twemoji.js'),(8889,'wp-includes/js/twemoji.min.js'),(8890,'wp-includes/js/underscore.min.js'),(8891,'wp-includes/js/utils.js'),(8892,'wp-includes/js/utils.min.js'),(8893,'wp-includes/js/wp-a11y.js'),(8894,'wp-includes/js/wp-a11y.min.js'),(8895,'wp-includes/js/wp-ajax-response.js'),(8896,'wp-includes/js/wp-ajax-response.min.js'),(8897,'wp-includes/js/wp-api.js'),(8898,'wp-includes/js/wp-api.min.js'),(8899,'wp-includes/js/wp-auth-check.js'),(8900,'wp-includes/js/wp-auth-check.min.js'),(8901,'wp-includes/js/wp-backbone.js'),(8902,'wp-includes/js/wp-backbone.min.js'),(8903,'wp-includes/js/wp-custom-header.js'),(8904,'wp-includes/js/wp-custom-header.min.js'),(8905,'wp-includes/js/wp-embed-template.js'),(8906,'wp-includes/js/wp-embed-template.min.js'),(8907,'wp-includes/js/wp-embed.js'),(8908,'wp-includes/js/wp-embed.min.js'),(8909,'wp-includes/js/wp-emoji-loader.js'),(8910,'wp-includes/js/wp-emoji-loader.min.js'),(8911,'wp-includes/js/wp-emoji-release.min.js'),(8912,'wp-includes/js/wp-emoji.js'),(8913,'wp-includes/js/wp-emoji.min.js'),(8914,'wp-includes/js/wp-list-revisions.js'),(8915,'wp-includes/js/wp-list-revisions.min.js'),(8916,'wp-includes/js/wp-lists.js'),(8917,'wp-includes/js/wp-lists.min.js'),(8918,'wp-includes/js/wp-pointer.js'),(8919,'wp-includes/js/wp-pointer.min.js'),(8920,'wp-includes/js/wp-util.js'),(8921,'wp-includes/js/wp-util.min.js'),(8922,'wp-includes/js/wpdialog.js'),(8923,'wp-includes/js/wpdialog.min.js'),(8924,'wp-includes/js/wplink.js'),(8925,'wp-includes/js/wplink.min.js'),(8926,'wp-includes/js/zxcvbn-async.js'),(8927,'wp-includes/js/zxcvbn-async.min.js'),(8928,'wp-includes/js/zxcvbn.min.js'),(8929,'wp-includes/kses.php'),(8930,'wp-includes/l10n.php'),(8931,'wp-includes/link-template.php'),(8932,'wp-includes/load.php'),(8933,'wp-includes/locale.php'),(8934,'wp-includes/media-template.php'),(8935,'wp-includes/media.php'),(8936,'wp-includes/meta.php'),(8937,'wp-includes/ms-blogs.php'),(8938,'wp-includes/ms-default-constants.php'),(8939,'wp-includes/ms-default-filters.php'),(8940,'wp-includes/ms-deprecated.php'),(8941,'wp-includes/ms-files.php'),(8942,'wp-includes/ms-functions.php'),(8943,'wp-includes/ms-load.php'),(8944,'wp-includes/ms-settings.php'),(8945,'wp-includes/nav-menu-template.php'),(8946,'wp-includes/nav-menu.php'),(8947,'wp-includes/option.php'),(8948,'wp-includes/pluggable-deprecated.php'),(8949,'wp-includes/pluggable.php'),(8950,'wp-includes/plugin.php'),(8951,'wp-includes/pomo/entry.php'),(8952,'wp-includes/pomo/mo.php'),(8953,'wp-includes/pomo/po.php'),(8954,'wp-includes/pomo/streams.php'),(8955,'wp-includes/pomo/translations.php'),(8956,'wp-includes/post-formats.php'),(8957,'wp-includes/post-template.php'),(8958,'wp-includes/post-thumbnail-template.php'),(8959,'wp-includes/post.php'),(8960,'wp-includes/query.php'),(8961,'wp-includes/random_compat/byte_safe_strings.php'),(8962,'wp-includes/random_compat/cast_to_int.php'),(8963,'wp-includes/random_compat/error_polyfill.php'),(8964,'wp-includes/random_compat/random.php'),(8965,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(8966,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(8967,'wp-includes/random_compat/random_bytes_libsodium.php'),(8968,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(8969,'wp-includes/random_compat/random_bytes_mcrypt.php'),(8970,'wp-includes/random_compat/random_bytes_openssl.php'),(8971,'wp-includes/random_compat/random_int.php'),(8972,'wp-includes/registration-functions.php'),(8973,'wp-includes/registration.php'),(8974,'wp-includes/rest-api/class-wp-rest-request.php'),(8975,'wp-includes/rest-api/class-wp-rest-response.php'),(8976,'wp-includes/rest-api/class-wp-rest-server.php'),(8977,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(8978,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(8979,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(8980,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(8981,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(8982,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(8983,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(8984,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(8985,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(8986,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(8987,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(8988,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(8989,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(8990,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(8991,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(8992,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(8993,'wp-includes/rest-api.php'),(8994,'wp-includes/revision.php'),(8995,'wp-includes/rewrite.php'),(8996,'wp-includes/rss-functions.php'),(8997,'wp-includes/rss.php'),(8998,'wp-includes/script-loader.php'),(8999,'wp-includes/session.php'),(9000,'wp-includes/shortcodes.php'),(9001,'wp-includes/taxonomy.php'),(9002,'wp-includes/template-loader.php'),(9003,'wp-includes/template.php'),(9004,'wp-includes/theme-compat/comments.php'),(9005,'wp-includes/theme-compat/embed-404.php'),(9006,'wp-includes/theme-compat/embed-content.php'),(9007,'wp-includes/theme-compat/embed.php'),(9008,'wp-includes/theme-compat/footer-embed.php'),(9009,'wp-includes/theme-compat/footer.php'),(9010,'wp-includes/theme-compat/header-embed.php'),(9011,'wp-includes/theme-compat/header.php'),(9012,'wp-includes/theme-compat/sidebar.php'),(9013,'wp-includes/theme.php'),(9014,'wp-includes/update.php'),(9015,'wp-includes/user.php'),(9016,'wp-includes/vars.php'),(9017,'wp-includes/version.php'),(9018,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(9019,'wp-includes/widgets/class-wp-widget-archives.php'),(9020,'wp-includes/widgets/class-wp-widget-calendar.php'),(9021,'wp-includes/widgets/class-wp-widget-categories.php'),(9022,'wp-includes/widgets/class-wp-widget-links.php'),(9023,'wp-includes/widgets/class-wp-widget-media-audio.php'),(9024,'wp-includes/widgets/class-wp-widget-media-image.php'),(9025,'wp-includes/widgets/class-wp-widget-media-video.php'),(9026,'wp-includes/widgets/class-wp-widget-media.php'),(9027,'wp-includes/widgets/class-wp-widget-meta.php'),(9028,'wp-includes/widgets/class-wp-widget-pages.php'),(9029,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(9030,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(9031,'wp-includes/widgets/class-wp-widget-rss.php'),(9032,'wp-includes/widgets/class-wp-widget-search.php'),(9033,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(9034,'wp-includes/widgets/class-wp-widget-text.php'),(9035,'wp-includes/widgets.php'),(9036,'wp-includes/wlwmanifest.xml'),(9037,'wp-includes/wp-db.php'),(9038,'wp-includes/wp-diff.php'),(9039,'wp-links-opml.php'),(9040,'wp-load.php'),(9041,'wp-login.php'),(9042,'wp-mail.php'),(9043,'wp-settings.php'),(9044,'wp-signup.php'),(9045,'wp-trackback.php'),(9046,'xmlrpc.php'); /*!40000 ALTER TABLE `wp_wfKnownFileList` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfLeechers` -- DROP TABLE IF EXISTS `wp_wfLeechers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfLeechers` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfLeechers` -- LOCK TABLES `wp_wfLeechers` WRITE; /*!40000 ALTER TABLE `wp_wfLeechers` DISABLE KEYS */; INSERT INTO `wp_wfLeechers` VALUES (27215134,'\0\0\0\0\0\0\0\0\0\0x/',1),(27215194,'\0\0\0\0\0\0\0\0\0\0y',1),(27215233,'\0\0\0\0\0\0\0\0\0\0T0\Z',2),(27215266,'\0\0\0\0\0\0\0\0\0\0\"2',1),(27215342,'\0\0\0\0\0\0\0\0\0\0',2),(27215472,'\0\0\0\0\0\0\0\0\0\07\'',1),(27215485,'\0\0\0\0\0\0\0\0\0\0zV',1),(27215510,'\0\0\0\0\0\0\0\0\0\0rw',1),(27215532,'\0\0\0\0\0\0\0\0\0\0',8),(27215533,'\0\0\0\0\0\0\0\0\0\0',2),(27215547,'\0\0\0\0\0\0\0\0\0\0[',2),(27215548,'\0\0\0\0\0\0\0\0\0\0[',1),(27215549,'\0\0\0\0\0\0\0\0\0\0[',2),(27215550,'\0\0\0\0\0\0\0\0\0\0[',1),(27215551,'\0\0\0\0\0\0\0\0\0\0[',2),(27215553,'\0\0\0\0\0\0\0\0\0\0[',2),(27215554,'\0\0\0\0\0\0\0\0\0\0[',2),(27215555,'\0\0\0\0\0\0\0\0\0\0[',1),(27215581,'\0\0\0\0\0\0\0\0\0\0,',1),(27215788,'\0\0\0\0\0\0\0\0\0\0.\rK',1),(27215797,'\0\0\0\0\0\0\0\0\0\0N',1),(27215824,'\0\0\0\0\0\0\0\0\0\0^Q',2),(27215830,'\0\0\0\0\0\0\0\0\0\0N',2),(27215872,'\0\0\0\0\0\0\0\0\0\0rwg',1),(27215919,'\0\0\0\0\0\0\0\0\0\0+k',1),(27215927,'\0\0\0\0\0\0\0\0\0\0G\0',1),(27215929,'\0\0\0\0\0\0\0\0\0\0#i',1),(27215951,'\0\0\0\0\0\0\0\0\0\06',1),(27216023,'\0\0\0\0\0\0\0\0\0\0rw',1),(27216028,'\0\0\0\0\0\0\0\0\0\0ps',1),(27216195,'\0\0\0\0\0\0\0\0\0\06\r',2),(27216200,'\0\0\0\0\0\0\0\0\0\0',1),(27216220,'\0\0\0\0\0\0\0\0\0\0rw',1),(27216272,'\0\0\0\0\0\0\0\0\0\0$c',1),(27216495,'\0\0\0\0\0\0\0\0\0\0^Jf',2),(27216502,'\0\0\0\0\0\0\0\0\0\07\'',1),(27216588,'\0\0\0\0\0\0\0\0\0\0k',1),(27216661,'\0\0\0\0\0\0\0\0\0\0WG',1),(27216661,'\0\0\0\0\0\0\0\0\0\0մ_',3),(27216676,'\0\0\0\0\0\0\0\0\0\0@',1),(27216676,'\0\0\0\0\0\0\0\0\0\0@X',1),(27216676,'\0\0\0\0\0\0\0\0\0\0@',1),(27216676,'\0\0\0\0\0\0\0\0\0\0 ',1),(27216676,'\0\0\0\0\0\0\0\0\0\0 ',2),(27216676,'\0\0\0\0\0\0\0\0\0\0 |',1),(27216676,'\0\0\0\0\0\0\0\0\0\0 ',1),(27216676,'\0\0\0\0\0\0\0\0\0\0c',1),(27216677,'\0\0\0\0\0\0\0\0\0\0 x',1),(27216677,'\0\0\0\0\0\0\0\0\0\0c(',1),(27216707,'\0\0\0\0\0\0\0\0\0\0k',1),(27216718,'$\"\0',1),(27216738,'\0\0\0\0\0\0\0\0\0\0(M',1),(27216765,'\0\0\0\0\0\0\0\0\0\07\'',1),(27216805,'\0\0\0\0\0\0\0\0\0\0p<',2),(27216826,'\0\0\0\0\0\0\0\0\0\0]ZA',1),(27216826,'\0\0\0\0\0\0\0\0\0\0]ZC',1),(27216856,'\0\0\0\0\0\0\0\0\0\0]\\',1),(27216857,'\0\0\0\0\0\0\0\0\0\0]\\',1),(27216863,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216865,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216868,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216872,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216875,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216875,'\0\0\0\0\0\0\0\0\0\0N8-\0',1),(27216877,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216878,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216879,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216883,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216884,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216885,'\0\0\0\0\0\0\0\0\0\0Vh',1),(27216886,'\0\0\0\0\0\0\0\0\0\0Vh',2),(27216999,'\0\0\0\0\0\0\0\0\0\0V',1),(27217008,'\0\0\0\0\0\0\0\0\0\0F(',1),(27217022,'\0\0\0\0\0\0\0\0\0\0P',2),(27217068,'\0\0\0\0\0\0\0\0\0\0iG',1),(27217116,'\0\0\0\0\0\0\0\0\0\0\r%',1),(27217116,'\0\0\0\0\0\0\0\0\0\0\r1',1),(27217246,'\0\0\0\0\0\0\0\0\0\06c',1),(27217437,'\0\0\0\0\0\0\0\0\0\04\"',1),(27217511,'\0\0\0\0\0\0\0\0\0\0W(',1),(27217511,'\0\0\0\0\0\0\0\0\0\0WG',3),(27217617,'\0\0\0\0\0\0\0\0\0\0.',1),(27217649,'\0\0\0\0\0\0\0\0\0\0WBu',1),(27217687,'\0\0\0\0\0\0\0\0\0\0rwl',1),(27217741,'\0\0\0\0\0\0\0\0\0\023a',1),(27217744,'\0\0\0\0\0\0\0\0\0\023a',1),(27217745,'\0\0\0\0\0\0\0\0\0\023a',1),(27217845,'\0\0\0\0\0\0\0\0\0\0+k',1),(27217877,'\0\0\0\0\0\0\0\0\0\0Y',1),(27217988,'\0\0\0\0\0\0\0\0\0\0D',1),(27218019,'\0\0\0\0\0\0\0\0\0\0D',1),(27218029,'\0\0\0\0\0\0\0\0\0\0',4),(27218120,'\0\0\0\0\0\0\0\0\0\0@',1),(27218167,'\0\0\0\0\0\0\0\0\0\02˞',2),(27218174,'\0\0\0\0\0\0\0\0\0\0J',4),(27218175,'\0\0\0\0\0\0\0\0\0\0^',1),(27218175,'\0\0\0\0\0\0\0\0\0\0J',5),(27218188,'\0\0\0\0\0\0\0\0\0\0f',1),(27218188,'\0\0\0\0\0\0\0\0\0\0e',1),(27218190,'\0\0\0\0\0\0\0\0\0\0-',1),(27218190,'\0\0\0\0\0\0\0\0\0\0-Y',1),(27218190,'\0\0\0\0\0\0\0\0\0\0-_',1),(27218190,'\0\0\0\0\0\0\0\0\0\0-_y',1),(27218190,'\0\0\0\0\0\0\0\0\0\0@',1),(27218190,'\0\0\0\0\0\0\0\0\0\0hDr',1),(27218190,'\0\0\0\0\0\0\0\0\0\0',1),(27218190,'\0\0\0\0\0\0\0\0\0\0.',1),(27218190,'\0\0\0\0\0\0\0\0\0\0.4',1),(27218190,'\0\0\0\0\0\0\0\0\0\0m',1),(27218190,'\0\0\0\0\0\0\0\0\0\0ea',1),(27218190,'\0\0\0\0\0\0\0\0\0\0Ȋ',1),(27218190,'\0\0\0\0\0\0\0\0\0\02',1),(27218190,'\0\0\0\0\0\0\0\0\0\0T',1),(27218190,'\0\0\0\0\0\0\0\0\0\0ٯ',1),(27218190,'\0\0\0\0\0\0\0\0\0\0;',1),(27218190,'\0\0\0\0\0\0\0\0\0\0',1),(27218190,'\0\0\0\0\0\0\0\0\0\0 ',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-B',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-YN',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-',1),(27218191,'\0\0\0\0\0\0\0\0\0\0-',1),(27218191,'\0\0\0\0\0\0\0\0\0\0@<',1),(27218191,'\0\0\0\0\0\0\0\0\0\0@M',1),(27218191,'\0\0\0\0\0\0\0\0\0\0@v',1),(27218191,'\0\0\0\0\0\0\0\0\0\0f',1),(27218191,'\0\0\0\0\0\0\0\0\0\0f',1),(27218191,'\0\0\0\0\0\0\0\0\0\0gɍ',1),(27218191,'\0\0\0\0\0\0\0\0\0\0C',1),(27218191,'\0\0\0\0\0\0\0\0\0\0.k',1),(27218191,'\0\0\0\0\0\0\0\0\0\0.',1),(27218191,'\0\0\0\0\0\0\0\0\0\0.H',1),(27218191,'\0\0\0\0\0\0\0\0\0\0.k',1),(27218191,'\0\0\0\0\0\0\0\0\0\0`',1),(27218191,'\0\0\0\0\0\0\0\0\0\0ֶ',1),(27218191,'\0\0\0\0\0\0\0\0\0\0ּ',1),(27218191,'\0\0\0\0\0\0\0\0\0\0%',1),(27218191,'\0\0\0\0\0\0\0\0\0\0h\"',1),(27218191,'\0\0\0\0\0\0\0\0\0\0x\"',1),(27218191,'\0\0\0\0\0\0\0\0\0\0`Vf',1),(27218191,'\0\0\0\0\0\0\0\0\0\0e)',1),(27218191,'\0\0\0\0\0\0\0\0\0\0eՉ',1),(27218191,'\0\0\0\0\0\0\0\0\0\0:ji',1),(27218191,'\0\0\0\0\0\0\0\0\0\0)y?',1),(27218191,'\0\0\0\0\0\0\0\0\0\0<',1),(27218191,'\0\0\0\0\0\0\0\0\0\0Vb',1),(27218191,'\0\0\0\0\0\0\0\0\0\0_<',1),(27218191,'\0\0\0\0\0\0\0\0\0\0_',1),(27218191,'\0\0\0\0\0\0\0\0\0\0\n',2),(27218191,'\0\0\0\0\0\0\0\0\0\0',1),(27218192,'\0\0\0\0\0\0\0\0\0\0Je',1),(27218192,'\0\0\0\0\0\0\0\0\0\0-',1),(27218192,'\0\0\0\0\0\0\0\0\0\0-)',1),(27218192,'\0\0\0\0\0\0\0\0\0\0-Y',1),(27218192,'\0\0\0\0\0\0\0\0\0\0-',1),(27218192,'\0\0\0\0\0\0\0\0\0\0@',1),(27218192,'\0\0\0\0\0\0\0\0\0\0@8',1),(27218192,'\0\0\0\0\0\0\0\0\0\0@T ',1),(27218192,'\0\0\0\0\0\0\0\0\0\0B8QW',1),(27218192,'\0\0\0\0\0\0\0\0\0\0Cz,',1),(27218192,'\0\0\0\0\0\0\0\0\0\0nq',1),(27218192,'\0\0\0\0\0\0\0\0\0\0y[R[',1),(27218192,'\0\0\0\0\0\0\0\0\0\02',1),(27218192,'\0\0\0\0\0\0\0\0\0\0',1),(27218192,'\0\0\0\0\0\0\0\0\0\0b#',1),(27218192,'\0\0\0\0\0\0\0\0\0\0y)',1),(27218192,'\0\0\0\0\0\0\0\0\0\0.D',1),(27218192,'\0\0\0\0\0\0\0\0\0\0.',1),(27218192,'\0\0\0\0\0\0\0\0\0\0.k',1),(27218192,'\0\0\0\0\0\0\0\0\0\0',1),(27218192,'\0\0\0\0\0\0\0\0\0\0a',1),(27218192,'\0\0\0\0\0\0\0\0\0\0h\"',1),(27218192,'\0\0\0\0\0\0\0\0\0\0`. ',1),(27218192,'\0\0\0\0\0\0\0\0\0\0`;',1),(27218192,'\0\0\0\0\0\0\0\0\0\05F~',2),(27218192,'\0\0\0\0\0\0\0\0\0\05F',1),(27218192,'\0\0\0\0\0\0\0\0\0\0V',1),(27218192,'\0\0\0\0\0\0\0\0\0\0 ',1),(27218192,'\0\0\0\0\0\0\0\0\0\0%',1),(27218192,'\0\0\0\0\0\0\0\0\0\0',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-+',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-)',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-Y',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-_',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-',1),(27218193,'\0\0\0\0\0\0\0\0\0\0-',1),(27218193,'\0\0\0\0\0\0\0\0\0\0@',1),(27218193,'\0\0\0\0\0\0\0\0\0\0@S ',1),(27218193,'\0\0\0\0\0\0\0\0\0\0B8QW',1),(27218193,'\0\0\0\0\0\0\0\0\0\0w\rJ',1),(27218193,'\0\0\0\0\0\0\0\0\0\0.',1),(27218193,'\0\0\0\0\0\0\0\0\0\0*',1),(27218193,'\0\0\0\0\0\0\0\0\0\0e-',1),(27218193,'\0\0\0\0\0\0\0\0\0\0ֶ',1),(27218193,'\0\0\0\0\0\0\0\0\0\0ֽ',1),(27218193,'\0\0\0\0\0\0\0\0\0\0K',1),(27218193,'\0\0\0\0\0\0\0\0\0\0z(',1),(27218193,'\0\0\0\0\0\0\0\0\0\08',1),(27218193,'\0\0\0\0\0\0\0\0\0\0*8b',1),(27218193,'\0\0\0\0\0\0\0\0\0\0)y',1),(27218193,'\0\0\0\0\0\0\0\0\0\0|',1),(27218193,'\0\0\0\0\0\0\0\0\0\0_L',1),(27218194,'\0\0\0\0\0\0\0\0\0\0@0C',1),(27218194,'\0\0\0\0\0\0\0\0\0\0f',1),(27218194,'\0\0\0\0\0\0\0\0\0\0ݬ',1),(27218194,'\0\0\0\0\0\0\0\0\0\0|',1),(27218338,'\0\0\0\0\0\0\0\0\0\0\"',3),(27218339,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218340,'\0\0\0\0\0\0\0\0\0\0\"',3),(27218341,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218342,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218343,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218344,'\0\0\0\0\0\0\0\0\0\0\"',2),(27218345,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218471,'\0\0\0\0\0\0\0\0\0\0E:',9),(27218475,'\0\0\0\0\0\0\0\0\0\028^',1),(27218505,'\0\0\0\0\0\0\0\0\0\0Uh`',2),(27218707,'\0\0\0\0\0\0\0\0\0\0桩',1),(27218716,'\0\0\0\0\0\0\0\0\0\0N',1),(27218786,'\0\0\0\0\0\0\0\0\0\0@d',1),(27218860,'\0\0\0\0\0\0\0\0\0\06֣',1),(27218960,'\0\0\0\0\0\0\0\0\0\0\"',1),(27218981,'\0\0\0\0\0\0\0\0\0\0(X',1),(27218992,'$\"\0',1); /*!40000 ALTER TABLE `wp_wfLeechers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfLockedOut` -- DROP TABLE IF EXISTS `wp_wfLockedOut`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfLockedOut` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `blockedTime` bigint(20) NOT NULL, `reason` varchar(255) NOT NULL, `lastAttempt` int(10) unsigned DEFAULT 0, `blockedHits` int(10) unsigned DEFAULT 0, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfLockedOut` -- LOCK TABLES `wp_wfLockedOut` WRITE; /*!40000 ALTER TABLE `wp_wfLockedOut` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfLockedOut` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfLocs` -- DROP TABLE IF EXISTS `wp_wfLocs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfLocs` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `ctime` int(10) unsigned NOT NULL, `failed` tinyint(3) unsigned NOT NULL, `city` varchar(255) DEFAULT '', `region` varchar(255) DEFAULT '', `countryName` varchar(255) DEFAULT '', `countryCode` char(2) DEFAULT '', `lat` float(10,7) DEFAULT 0.0000000, `lon` float(10,7) DEFAULT 0.0000000, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfLocs` -- LOCK TABLES `wp_wfLocs` WRITE; /*!40000 ALTER TABLE `wp_wfLocs` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfLocs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfLogins` -- DROP TABLE IF EXISTS `wp_wfLogins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfLogins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `hitID` int(11) DEFAULT NULL, `ctime` double(17,6) unsigned NOT NULL, `fail` tinyint(3) unsigned NOT NULL, `action` varchar(40) NOT NULL, `username` varchar(255) NOT NULL, `userID` int(10) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `UA` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `k1` (`IP`,`fail`), KEY `hitID` (`hitID`) ) ENGINE=InnoDB AUTO_INCREMENT=6005 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfLogins` -- LOCK TABLES `wp_wfLogins` WRITE; /*!40000 ALTER TABLE `wp_wfLogins` DISABLE KEYS */; INSERT INTO `wp_wfLogins` VALUES (5769,199934,1630060888.783178,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0Ww','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5770,199936,1630060892.927866,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0n$[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5771,199938,1630060895.066565,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0n$[','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5772,199939,1630060895.979078,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5773,199940,1630060897.397498,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5774,199942,1630060949.743997,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5775,199943,1630060951.423137,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0d','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5776,199945,1630061006.525494,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0߱=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5777,199946,1630061007.937795,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0߱=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5778,199948,1630061037.481309,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0 W!','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5779,199949,1630061039.610388,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0 W!','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5780,199951,1630061063.729112,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5781,199952,1630061065.089939,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0p','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5782,199954,1630061078.658642,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0;g?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5783,199955,1630061080.800446,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0;g?','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5784,199958,1630061100.631007,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0=\0w','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5785,199960,1630061102.302551,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0=\0w','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5786,199963,1630061112.678491,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5787,199964,1630061114.330937,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_F','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5788,199965,1630061118.134051,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5789,199967,1630061120.270604,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5790,199969,1630061134.290116,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5791,199970,1630061136.279823,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5792,199974,1630061234.344569,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0Yɂ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5793,199976,1630061236.072543,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0Yɂ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5794,199977,1630061236.275317,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0w`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5795,199978,1630061237.898893,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0w`','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5796,199980,1630061301.555253,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0wIyX','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5797,199983,1630061304.220340,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5798,199984,1630061305.898407,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5799,199987,1630061307.605926,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5800,199988,1630061308.452557,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5801,199992,1630061336.546660,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Օڂ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5802,199993,1630061338.271913,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0Օڂ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5803,199995,1630061349.417448,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0.-,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5804,199997,1630061350.705585,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0.-,','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5805,199998,1630061352.032775,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5806,199999,1630061353.818462,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5807,200000,1630061362.977394,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5808,200002,1630061366.253608,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5809,200004,1630061381.270657,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0xa','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5810,200005,1630061382.747971,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0xa','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5811,200012,1630061475.389326,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5812,200013,1630061477.312014,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0]','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5813,200015,1630061500.598730,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5814,200016,1630061502.366042,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5815,200020,1630061578.510414,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0!O','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5816,200022,1630061602.846253,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0Ľ9','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5817,200023,1630061605.007187,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0Ľ9','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5818,200025,1630061624.373603,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g䒢','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5819,200026,1630061625.873483,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g䒢','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5820,200028,1630061675.889679,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0RO ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5821,200029,1630061677.492150,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0RO ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5822,200031,1630061682.184516,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5823,200032,1630061683.892405,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\01','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5824,200034,1630061692.933660,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0f+ѓ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5825,200035,1630061694.572692,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0f+ѓ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5826,200037,1630061710.708719,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5827,200038,1630061712.788384,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\02','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5828,200040,1630061732.870672,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0$6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5829,200041,1630061735.204604,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0$6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5830,200045,1630061769.615262,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0v6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5831,200046,1630061771.634892,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0v6','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5832,200047,1630061816.256935,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5833,200050,1630061817.748728,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0+ٓ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5834,200051,1630061818.854020,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0\\','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5835,200052,1630061819.144229,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0+ٓ','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5836,200054,1630061945.150774,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5837,200055,1630061946.906255,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0%y','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5838,200057,1630061995.753414,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5839,200059,1630061997.340894,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5840,200062,1630061998.661068,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0ZE','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5841,200063,1630062000.377131,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0ZE','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5842,200064,1630062045.488963,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0xD.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5843,200066,1630062047.516542,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0xD.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5844,200068,1630062057.121348,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0T.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5845,200069,1630062058.773512,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0T.','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5846,200071,1630062065.594771,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g0=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5847,200072,1630062067.505726,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0g0=','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5848,200074,1630062073.716355,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[B8','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5849,200075,1630062075.750452,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0[B8','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5850,200077,1630062103.255103,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5851,200078,1630062105.206395,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0_\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5852,200080,1630062110.924067,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5853,200081,1630062112.397090,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0\n','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5854,200083,1630062146.031942,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0;a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5855,200084,1630062147.459970,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0;a','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5856,200086,1630062173.004241,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0au','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5857,200087,1630062175.163194,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0au','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5858,200091,1630062188.722883,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0X\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5859,200092,1630062190.552880,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0X\"','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5860,200094,1630062282.525352,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0gV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5861,200095,1630062284.039089,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0gV','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5862,200107,1630062629.256977,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5863,200110,1630062631.506324,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5864,200112,1630062916.451520,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0)LD','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5865,200113,1630062918.335520,1,'loginFailValidUsername','raisingclevergirls',44,'\0\0\0\0\0\0\0\0\0\0)LD','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5866,200238,1630117992.892545,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5867,200263,1630137124.395853,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0tDU','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5868,200264,1630137126.845059,1,'loginFailInvalidUsername','admin',0,'\0\0\0\0\0\0\0\0\0\0tDU','Mozilla/5.0 (Windows NT 10.0; WOW64; Trident/7.0; rv:11.0) like Gecko'),(5869,200297,1630155157.230754,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5870,200324,1630175317.809916,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5871,200335,1630178796.099519,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5872,200345,1630185213.506617,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5873,200381,1630212367.941270,1,'loginFailInvalidUsername','mark',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5874,200419,1630235834.501992,1,'loginFailInvalidUsername','editor',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5875,200428,1630244063.949556,1,'loginFailInvalidUsername','developer',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5876,200449,1630255858.389923,1,'loginFailInvalidUsername','developer',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5877,200450,1630259834.818167,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5878,200454,1630268934.519535,1,'loginFailInvalidUsername','yudistira',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5879,200542,1630303195.604851,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5880,200572,1630309328.484068,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5881,201250,1630535579.910573,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5882,201258,1630538130.405518,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5883,201264,1630542173.213176,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5884,201268,1630544295.302511,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5885,201269,1630544296.704382,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5886,201270,1630546477.910621,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5887,201273,1630547971.514305,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5888,201280,1630550250.911428,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5889,201281,1630550250.912361,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5890,201306,1630557138.414027,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5891,201307,1630557138.420631,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5892,201330,1630562138.890402,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5893,201331,1630562944.604440,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5894,201332,1630562945.264781,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5895,201333,1630563886.620984,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5896,201335,1630564489.296449,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5897,201336,1630564991.693043,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5898,201337,1630564991.921629,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5899,201338,1630565129.396399,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5900,201339,1630566325.288364,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5901,201340,1630566333.540061,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5902,201375,1630580998.997076,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(5903,201398,1630583914.800016,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(5904,201399,1630585847.088405,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5905,201400,1630586485.403050,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/54.0.2840.99 Safari/537.36'),(5906,201401,1630588032.889367,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5907,201405,1630589948.001626,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5908,201409,1630592062.668657,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.3; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/47.0.2526.106 Safari/537.36'),(5909,201410,1630596590.977761,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/66.0.3359.117 Safari/537.36'),(5910,201411,1630600562.309518,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5911,201412,1630601857.223529,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.106 Safari/537.36'),(5912,201413,1630602622.833600,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/48.0.2564.116 Safari/537.36'),(5913,201414,1630603834.051237,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36'),(5914,201415,1630606316.781709,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/78.0.3904.70 Safari/537.36'),(5915,201416,1630607402.413673,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/55.0.2883.87 Safari/537.36'),(5916,201417,1630608320.090576,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.167 Safari/537.36'),(5917,201420,1630610278.994762,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/62.0.3202.94 Safari/537.36'),(5918,201421,1630610915.346304,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.101 Safari/537.36'),(5919,201422,1630611561.421408,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.80 Safari/537.36'),(5920,201423,1630613229.985773,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.36'),(5921,201465,1630631028.715729,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/79.0.3945.88 Safari/537.36'),(5922,202024,1631034499.202612,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5923,203351,1631589151.849449,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:87.0) Gecko/20100101 Firefox/87.0'),(5924,203371,1631612124.701641,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5925,203372,1631612636.179186,1,'loginFailInvalidUsername','demo',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5926,203373,1631613146.940421,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5927,203374,1631614046.617780,1,'loginFailInvalidUsername','johnmiller83',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5928,203375,1631614624.060799,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5929,203376,1631616258.158126,1,'loginFailInvalidUsername','12345678',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5930,203377,1631616570.455821,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5931,203378,1631617123.514621,1,'loginFailInvalidUsername','private',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5932,203384,1631621328.049648,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5933,203385,1631621999.896958,1,'loginFailInvalidUsername','123',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5934,203386,1631622244.773533,1,'loginFailInvalidUsername','123',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5935,203387,1631623904.348494,1,'loginFailInvalidUsername','testtest',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5936,203388,1631623960.850025,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5937,203389,1631625000.271857,1,'loginFailInvalidUsername','Admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5938,203390,1631625583.752497,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5939,203391,1631627670.558904,1,'loginFailInvalidUsername','-',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5940,203392,1631628084.285461,1,'loginFailInvalidUsername','teste',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5941,203393,1631630133.471138,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5942,203394,1631630558.555663,1,'loginFailInvalidUsername','demo',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5943,203429,1631647476.273694,1,'loginFailInvalidUsername','username',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5944,203434,1631651348.551412,1,'loginFailInvalidUsername','andrea',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5945,203435,1631652669.147683,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5946,203436,1631652795.850833,1,'loginFailInvalidUsername','user',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5947,203437,1631656307.950731,1,'loginFailInvalidUsername','patricia',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5948,203439,1631657568.060904,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5949,203451,1631661318.146950,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5950,203459,1631663456.053914,1,'loginFailInvalidUsername','testuser',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5951,203461,1631665825.875018,1,'loginFailInvalidUsername','testing123',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5952,203462,1631666772.147904,1,'loginFailInvalidUsername','test123',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5953,203463,1631667533.600007,1,'loginFailInvalidUsername','Admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5954,203464,1631669369.757074,1,'loginFailInvalidUsername','david',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5955,203469,1631671967.650150,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5956,203479,1631673746.052951,1,'loginFailInvalidUsername','jsjobs_jobseeker',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5957,203480,1631674577.886423,1,'loginFailInvalidUsername','mike',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5958,203481,1631675592.948717,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5959,203482,1631675893.147595,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5960,203483,1631678366.067519,1,'loginFailInvalidUsername','demo1',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5961,203484,1631679224.946047,1,'loginFailInvalidUsername','michael',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5962,204857,1632605739.590411,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5963,204864,1632610434.286745,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5964,204868,1632615285.340939,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5965,204870,1632617247.844554,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5966,204871,1632619276.854099,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5967,204886,1632621199.083948,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5968,204896,1632622207.811071,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5969,204898,1632625211.848103,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5970,204899,1632625837.146266,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5971,204917,1632628988.981452,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5972,204942,1632633110.156877,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5973,204943,1632634186.154384,1,'loginFailInvalidUsername','guest',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5974,204944,1632634680.596019,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5975,204946,1632635224.950995,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5976,204947,1632635453.346220,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5977,204948,1632638556.379910,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5978,204949,1632638842.168673,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5979,204969,1632645413.754742,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5980,204974,1632648542.247299,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5981,205030,1632664675.256653,1,'loginFailInvalidUsername','sophie',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5982,205035,1632666360.147955,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5983,205044,1632669860.448572,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5984,205055,1632674319.856358,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/59.0.3071.115 Safari/537.36'),(5985,205056,1632674494.268443,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5986,205061,1632679285.801637,1,'loginFailInvalidUsername','admin',0,'$\"\0','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'),(5987,205074,1632685511.487338,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.67 Safari/537.36'),(5988,205081,1632691039.564797,1,'loginFailInvalidUsername','teste',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5989,205083,1632692115.657709,1,'loginFailInvalidUsername','teste',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5990,205102,1632699109.290266,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5991,205120,1632702596.960762,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/46.0.2490.86 Safari/537.36'),(5992,205121,1632703360.774498,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(5993,205130,1632705194.448643,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36'),(5994,205134,1632711132.931478,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/73.0.3683.75 Safari/537.36'),(5995,205139,1632712864.281711,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(5996,205143,1632717919.146715,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/86.0.4240.193 Safari/537.36'),(5997,205146,1632720127.655209,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.3; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36'),(5998,205154,1632724537.623526,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.149 Safari/537.36'),(5999,205155,1632725352.051631,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.140 Safari/537.36'),(6000,205189,1632745449.374922,1,'loginFailInvalidUsername','admin',0,'$\"\0','Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36'),(6001,205197,1632763633.173592,1,'loginFailInvalidUsername','demo',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6002,205203,1632766811.226208,1,'loginFailInvalidUsername','antawn',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6003,205255,1632801201.341949,1,'loginFailInvalidUsername','test',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'),(6004,205264,1632805936.510116,1,'loginFailInvalidUsername','test_user',0,'$\"\0','Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:62.0) Gecko/20100101 Firefox/62.0'); /*!40000 ALTER TABLE `wp_wfLogins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfNet404s` -- DROP TABLE IF EXISTS `wp_wfNet404s`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfNet404s` ( `sig` binary(16) NOT NULL, `ctime` int(10) unsigned NOT NULL, `URI` varchar(1000) NOT NULL, PRIMARY KEY (`sig`), KEY `k1` (`ctime`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfNet404s` -- LOCK TABLES `wp_wfNet404s` WRITE; /*!40000 ALTER TABLE `wp_wfNet404s` DISABLE KEYS */; INSERT INTO `wp_wfNet404s` VALUES ('\0 i!e\Z#~(iԀ!',1584822172,'/product/the-gift-of-failure/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\0.W($ɱa',1599455196,'/saml/extlib/simplesamlphp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\0%16t]U3',1619542710,'/2019/xmlrpc.php'),('\08’W=q',1568769616,'/wp-content/themes/konzept/style.css'),('\0O+H^-+',1618144816,'/wp-content/uploads/estate_templates/doc.php'),('\0Y d{mY',1584826227,'/product-tag/empowerment/page/4/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\0cX#{d ˅',1556699011,'/wp-content/cache/et/global/et-divi-customizer-global-15518375737408.min.css'),('n:%kxU',1615163642,'/wp-logout.php'),(':;;PWT',1622624397,'/raisingclevergirls-com-au.sql'),('KLo\\*ӱ',1607237767,'/controller.php'),('\r /rsD\Z6',1587968955,'/b374k.php'),('PM@9ʕ&',1632528631,'/wordpress/wp-content/plugins/xnxx/noob.php'),('(2N2xgE',1582260576,'/wp-content/plugins/pw-bulk-edit/assets/js/results.js'),('PN½\\M7p',1584983916,'/emigrate/popup-pomo.php'),('\"HL6ef',1607762192,'/ticket/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('m;?-sd',1599455283,'/sirim/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\ZoJ3lMˤ}9\\L',1599455077,'/proment/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ciq`K3U',1626138600,'/keys.sql'),('E:\nqVk',1629140132,'/up.php'),('lMRiA',1567590639,'/wp-content/themes/bordeaux-theme/style.css'),('ap\'',1612427947,'/wp-content/cache/et/global/et-divi-customizer-global-16088610739902.min.css'),('AJOf[\"',1599454618,'/laravelao/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pLwPYj ',1632482425,'/wordpress/wp-content/f.php'),('Ww',1585185782,'/user.ini.php'),('IE`v',1585575991,'/blackhat.php'),('}?KE`5.Uv\Z',1604085140,'/wp-content/plugins/cherry-plugin/admin/css/cherry-admin-plugin.css'),('pN@w6',1605576884,'/wp-content/plugins/super-interactive-maps/css/mega-superstorefinder.css'),(' gbc9K.:|H',1604713998,'/wp_wrong_datlib.php'),(' %5qnW[',1560518043,'/logo_img.php'),('3g\"y聄\n',1585552078,'/cache/simple.php5'),('HIz~j,A(',1599455176,'/saas/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\:/4C{',1628484289,'/readme.php'),('sGd +AGj',1560105719,'/wp-form.php'),('tU[x6+b\\&R',1584815232,'/media/mod.php'),('vڵZ\'`#m',1599454912,'/patronus.sfiec.org.br/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('x)E1Tl',1599455531,'/topbrand/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('C\nٌ',1602688108,'/engl/pages.php?nf=1&nc=1&z1=1&z2=2'),('0䬩:-pzK',1584825955,'/product-tag/books/page/3/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('bP=%^Va',1584823078,'/product/unconditional-parenting/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('J%}o-\"',1586332872,'/templates/system/logs.php'),('0Ue\\Tw\0F',1623393736,'/backup.sql'),('0Tܘ\0BTQU',1620810630,'/dumper/sxd.js'),('Qٽ_qں2h\n',1560194140,'/wp-blog-mail.php'),('\\.gozw',1592059875,'/Telerik.Web.UI.DialogHandler.aspx'),('e Ч\Z+',1626138658,'/order.sql'),('mW_93m9롃x',1607765446,'/cronlab/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('vTUG琼ݟ#',1626138489,'/db/bd.sql'),('~N\n+h$',1584822471,'/product-category/best-parenting-books-raising-girls/connect-with-your-dauto-be-successfulghter-inspire-her/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('z#rCf/3f',1622425122,'/tmp/backups/'),('ݬx\nd\"d',1626138843,'/dbdump/'),('6w]\n\Zc',1626138850,'/.dump/'),('=g5z/k_',1611396036,'/wp-content/uploads/2016/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('1 4nA[Q@=',1588494033,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fi-like-myself%2F&format=xml'),('50!rPsNU',1599454293,'/game/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('7rg}+AnaQ',1586607811,'/modules/mod_roktabs/beautifu.php'),('@ϐB[KTGEM',1631185800,'/wordpress/wp-admin/includes/'),('E qVW\\v*,MBV$',1607764345,'/help/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\nMca).=mM',1626138678,'/payments.txt'),('\nZpf1`X곻',1600749725,'/wp-content/cpl.php'),('\ngES:Ų;cI+',1622838259,'/raisingclevergirls.com.au.sql.tar.bz2'),('\njF!\n/',1587886666,'/wp-content/uploads/ix.php.PhP'),('\nk=6(ֺm$2cZ',1617685263,'/group'),('\n{mLj& I<.',1599454218,'/espanadigital/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\n~H0(pl\0^',1626694335,'/autoload_classmap.php'),('\n;',1626138596,'/gateway.sql'),('\n-Tڝ~߄',1607830438,'/wordpress/wp-admin/setup-config.php?step=1'),('\nÙ1gu',1569287613,'/wp-content/themes/eptonic-v1.4.3/functions/jwpanel/scripts/valums_uploader/php.php'),('\nNq(\\X(G',1583086243,'/product/girl-never-made-mistakes/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\n咔xVi',1626138620,'/mysql/raisingclevergirlscomau.sql'),(' eR)|_ڬx ',1595806801,'/account/password-retrieval.aspx'),(' T0D>\0Qn*',1583085485,'/product-category/girls-books/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),(' _LZ߁S6',1626138570,'/dumps/order.sql'),(' {H /U%9?]',1602339456,'/sitemap.xml'),(' Eyv*p7',1599453135,'/panel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' \\8eGs\'',1626138846,'/db_dumps/'),(' l.=F',1575321751,'/blog/wp-login.php'),(' Iɸ ?)=',1629683235,'/cursed.php'),(' *ۨ\\)',1585055934,'/m1.php'),(' ֛o9b)o\\hv',1557700621,'/data_3.sql'),(' >\0{B>͊,',1607992938,'/wp-content/plugins/super-forms/assets/css/backend/create-form.css'),(' ߚ]kwOW',1599454191,'/epayco/epayco-php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' M0z1&VH>*',1612043504,'/wp-content/plugins/revslider/temp/update_extract/revslider/db.php'),(' ݇%Z)>2B',1555892570,'/ads.txt'),(' %ΡACpS_',1599455415,'/streetview/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' &nYHmB',1599453317,'/20170811125232/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' O+Ⲗ?HT ',1580503544,'/administrator/components/com_categories/views/category/.h..php'),(' Vi1Z=J',1560132841,'/modx.php'),(' j/nd̠Ō',1599455446,'/subdomains/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' RěU8U',1626138458,'/database/shop.sql'),(' \rNʖ{ak',1576304067,'/fileman/index.html'),(' עtozEDE',1619542921,'/2/xmlrpc.php'),('\rܬga`\Z ƀn',1599454176,'/entmain/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\rG2o?8x)',1624070885,'/wp-class.php'),('\rQȘrꂪ_{',1587864233,'/wp-system.php'),('\r|\\epw:\rJR',1626138798,'/archive/'),('\rڪ,>7n',1628201563,'/wp-content/cache/et/global/et-divi-customizer-global-16218194201125.min.css'),('\rIlWۛ0',1599454592,'/larabus/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\r53Dgb Cg',1599454508,'/jobs/workspace/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\rݭ34XG|',1607760130,'/api/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('\r!7Gz',1588533685,'/raisingclevergirls.sql'),('\rf~Rp_jN',1629140148,'/wp-content/plugins/wpdiscuz/themes/default/style-rtl.css'),('\r>%Ldee',1599454337,'/go2growApi/payment/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\r#SS|fl',1568551299,'/wp-content/themes/Dandelion/style.css'),('\rѩo',1599453654,'/auth/saml/extlib/simplesamlphp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\rapQ_4,',1615348644,'/1.php-hack'),('\r9}>E\n{t',1607562312,'/wp-content/wp-plugins.php'),('\rCdf\rjR\\',1599453265,'/old/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\r6gx4H',1607760512,'/test/vendor/phpunit/Util/PHP/eval-stdin.php'),(' -%H1p',1599455370,'/soporte_18/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('3|ySc]e',1614737662,'/.ftpconfig'),('%h9\r0>]B',1620133210,'/new/wp-admin/install.php?step=1'),('*X_f',1599455516,'/testing/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[g4ӣ@2',1599565605,'/forums/'),('rXs奉¼*̭',1626138453,'/database/payment.sql'),(' ͫu4Pl',1623775470,'/raisingclevergirls-com-au.sql.tar'),('$ts8\nN{9',1626138715,'/sql/localhost.sql'),('ˎDB ',1599454282,'/fundacaodorim.oefb.com.br/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' £Ru3T',1626138334,'/api.sql'),('\ZNbϥ]i9b',1599454820,'/nour/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('=6w\nRڼ',1619542866,'/oldsite/xmlrpc.php'),('JNzWZZ',1599455251,'/server/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('TQrKϤl',1626138465,'/database/store.sql'),('Zi\r:V',1629140058,'/th3_err0r.php?php=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1'),('u.ZO',1607766969,'/home/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('\\?}ڞ8 Ȣ',1585584592,'/blackhat.php.suspected'),('w8`\'.\'G4',1631798745,'/wp-content/plugins/super-forms/uploads/php/?max_file_size=1&accept_file_types=1'),('0% ',1607765754,'/invoice/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('\\TP4E\"Ouw',1599453880,'/Cloudflare-CPanel-7.0.1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('9F6\'9ã]Hu@',1608245046,'/wp-content/plugins/boldgrid-backup/readme.txt'),('9EЩ˂8?',1589903913,'/sitemaps.xml'),('Bx&Զ8',1584958623,'/Mhbgf.php'),('J $K%M=[',1599840058,'/newsleter.php.suspected'),('Tp DB`ڢ\'!',1556069928,'/web/wp-login.php'),('lcͥ\Zr',1580448008,'/cache/blackhat.php.suspected'),('s9EXIAݨH',1608557389,'/assets/images/doc.php'),('ٵ pN䴎.',1609722316,'/new/wp-admin/install.php'),('ꔐ9 IVH99',1615375581,'/008.php'),('x.\"(E',1626138408,'/base.sql'),('O5h-#W|',1557797072,'/product-tag/books/2121121121212.1'),('͝4F',1599454309,'/geral/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\"nuhW1',1599454540,'/konkurs/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Y4!.~',1585184499,'/sitemap/sitemap-index.xml'),('jN_\"c',1622399551,'/wp-admin/link-edd.php'),('G,t6TlCHq',1599453279,'/_staff/cron/php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('bJKW',1629672024,'/wp-content/plugins/revslider/temp/update_extract/revslider/ps.php'),('*.MD3',1598653202,'/wp-content/plugins/ioptimization/vxlhofzhxm.php?x=ooo'),('Gan.ceè',1587499039,'/backup/license.txt'),('zZp[?',1607765681,'/contact/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('y):?ppU',1599455606,'/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('zr5մ]-',1560543028,'/website/wp-includes/wlwmanifest.xml'),('4}±.5',1602129588,'/upload.zip'),('Ayz\nb2H2',1599454213,'/espanadigital/sitio/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('i%\Z^=23',1631956306,'/wp-content/plugins/wp-pinterest-automatic/process_form.php'),('{}>/\ZCdP',1622269886,'/plugins/content/apismtp/apismtp.php?test=hello'),('08C\"~ صHP{',1557797075,'/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/%20and%201%3D1'),('yxSKFa\"\'g',1623343752,'/db.php'),('gW {1Z)',1599455710,'/wechatplat/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('p]SC',1626138897,'/old_files/'),('{r5oG\r2',1599453302,'/~champiot/tuto_laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('5v+,~',1584953477,'/wp-consoles.php'),('\rrTe_t8',1599454487,'/jistadx-x/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ü<gق5EQ',1626138618,'/mysql/dbdump.sql'),('ũncCC',1555866829,'/wordpress.zip'),('˧~j\'0',1588177005,'/administrator/components/com_actionlogs/layouts/gank.php.PhP'),('x)%1ON\n/h',1599455036,'/portfolio/karyabersama_old/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ne(%vH!',1612042714,'/blog/admin/'),('\0Y˰X;\r5h',1582517459,'/wp-content/plugins/advanced-post-list/admin/js/apl-notices.js'),('!CCC>N',1601365274,'/adminbackup.zip'),('(pJ=2N&KK',1615181353,'/plugins/system/xtp.php'),('0e[csߔ++',1586720299,'/sql/'),('[a)}',1623804870,'/raisingclevergirls.com.au.mysql.zip'),('a}\0J !iͨ',1622361355,'/temp/backup/'),('Wʟ',1619338000,'/wp-content/cache/et/global/et-divi-customizer-global-16166361428993.min.css'),('}$߈Dې\\n4',1594138080,'/wp-content/plugins/splogr/data/kws/10_kws.txt'),(';#yŸl',1626138319,'/2020.sql'),(' X\r{',1584909077,'/wp-blog-posts.php'),('|b/.',1599453196,'/test/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('C.\ra$2',1599453521,'/api.goover.city/release/composer/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('KQN(# sX',1602269977,'/wp-content/plugins/team-showcase/readme.txt'),('fF(\n쌌@',1599670672,'/wp-admin/network/wp-1ogin_bak.php'),('gQK L4g',1599453676,'/b2b/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('7T;`᰻nq',1566325047,'/e107_admin/admin.php'),('qhN×NJZ ',1619542722,'/Temp/xmlrpc.php'),('.Eu[J',1620810626,'/sxd/sxd.js'),('>I\ncaL1',1614929234,'/class-wp-widget-archives.php'),('h?X~\0K;',1614116717,'/wp-content/plugins/quadmenu/readme.txt'),('ld^\0 ɛϗ*',1607761040,'/demo/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('@C\">nձĐ',1603141932,'/wp-content/plugins/elementor-pro/assets/lib/sticky/jquery.sticky.min.js'),('g{+@nC',1577084650,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fhow-children-succeed%2F&format=xml'),('#\'.@߉t',1632935679,'/wp-content/themes/template-parts/content-single.php'),('GD٢ NUj',1586400045,'/joomlatools-files/feter.php.suspected'),('iAyvgD',1611882467,'/wp-content/plugins/ulisting/README.txt'),('bWyU',1557797078,'/product-tag/equality/page/2/%20and%201%3D1'),('\'~lFH);',1599453380,'/academy2019/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Dc9!*',1626616059,'/wp-admin/includes/'),('RB=\0c$O}',1599454276,'/framework/plugins/fb-page-feed/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('+55za\"-y',1587895235,'/wp-content/plugins/hello/hello.php'),('B=\0\\Cv/(h}',1626138314,'/1.sql'),('NNUdT1`l',1626138782,'/admin/files/'),('iNnLZ',1608406352,'/87/5.php'),('/ze֩ĠbK',1620133286,'/wordpress/wp-admin/setup-config.php'),('/F꣺',1607766236,'/new/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('aɖS>M ',1629140097,'/wp-content/config.bak.php'),('!9e]WAT',1599453255,'/test/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.zǫV^|a\"',1599453419,'/advanced/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('6sAVq',1620133242,'/blog/wp-admin/install.php?step=1'),('Dm Ԩ]k7k3O',1584824557,'/shop/page/3/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('JW?+3E',1592059887,'/_controls/responsive/Telerik.Web.UI.DialogHandler.aspx'),('gCxO#̼ ',1599453130,'/lib/phpunit/Util/PHP/eval-stdin.php'),('>\Zo-\rc',1603141946,'/wp-content/plugins/ti-woocommerce-wishlist/assets/js/public.js'),('{Cq]y~\r^',1568368267,'/wp-content/themes/sportimo-theme/style.css'),('\Z A++#`',1626138501,'/db/dump.sql'),('\Z6\\Tcs',1629700242,'/wp-content/themes/sket1/404.php'),('\ZAGhKu',1607813444,'/tmp/404.php'),('\ZE)}E',1599872241,'/media-admin.php.suspected'),('\Zdvc~3',1599455395,'/spreadsheet/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\ZiI׺\n!Hb',1624522427,'/wp-content/plugins/masterx/upx.php'),('\Zl=zxKQ[ ',1627329375,'/wp-content/plugins/woo-advanced-shipment-tracking/readme.txt'),('\Z*_;~Qk=',1599453828,'/cafe50/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\ZșӇp-]+',1585480267,'/components/com_foxcontact/idx.php'),('\ZYv',1607764945,'/dev1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\Z8}Ld1',1599455349,'/skinning-api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\Z(\rg*FljI}4',1584826108,'/product-tag/confident-girls/page/4/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\Z\Z;VT',1615175039,'/2.php'),('4攇5:R=\0',1626138565,'/dump/shop.sql'),('B9:`œpV\0g',1631185810,'/blog/wp-admin/includes/'),('DBjU m:J#',1626138628,'/mysql/localhost.sql'),('f\ru ',1629543516,'/sy403.php'),('g]׬$qcG',1622431191,'/js/ckfinder/core/connector/php/connector.php'),(' 7_cqX޺',1620491736,'/tinyfilemanager.php'),('_~`GxC',1619542039,'/wp2/xmlrpc.php'),('UD#XֱHH',1607805837,'/wp-content/wp-site.php'),('>YJ ø0',1560284802,'/wp-content/plugins/bloom/css/fonts/ET-Bloom.eot?'),('@]#՝;M',1592059863,'/DesktopModules/dnnWerk.RadEditorProvider/DialogHandler.aspx'),('U$}b\"`',1616649424,'/wp-content/plugins/super-forms/uploads/php/'),('zf[n',1619542070,'/WP2/xmlrpc.php'),('-\rGy',1615108795,'/wp-includes/widgets/class-wp-widget-header.php'),('-,޻$zn',1560514111,'/freshrdp.com2.php'),('Do6',1599454717,'/Matrimony/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('qv8HLN',1610868182,'/api/.env'),('wsYPqpʯZ',1557797070,'/product-tag/equality/page/2/2121121121212.1'),('>q@>8u.V',1615027645,'/wp-content/uploads/wcuf/caches.pHp'),('[u\\ah)Ͻ',1599454872,'/old/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('l{',1588132612,'/lib.php'),(':-+;',1599455721,'/woodfieldestates/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('n(ȍsq,i',1599454545,'/kontak/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{q\rhW\"WA',1626138818,'/bak/'),('{G֐}{',1607764506,'/backend/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('g]1}&ҕh86',1624991502,'/wp-content/plugins/wp-user-avatar/readme.txt'),('7)xVV9mi',1626138931,'/upload/'),('voص;',1560499613,'/images/logo_img.php'),('C+1Q٧§',1628335095,'/blog/wp-content/plugins/translator/translator.php?l=is&u=https://ya.ru'),('zKt8|B/',1583089084,'/product/raising-girls/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('ޫ vM.1',1560368751,'/modules/mod_footer/tmpl/mark.php'),('lќFkU\'',1587146335,'/wordpress/license.txt'),('.HG˳P■',1585480031,'/components/com_jnews/includes/openflashchart/tmp-upload-images/sittir.php'),(';\"Hj39 ',1622431191,'/ckfinder/core/connector/php/connector.php'),(' zAoy3]Ah',1587973750,'/.smileys/license.php'),('/]l9',1611396160,'/wp-content/uploads/2015/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('HrgL2xs^Y;',1626138321,'/2021.sql'),('QV!=ܔ\\6c',1574241252,'/sadad24'),('_ tR2',1565919653,'/phpMyAdmin/'),('_2DW8',1599454229,'/ets/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(',+Ob3ºWlC',1599454791,'/MyCityVision_Backend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('̹mcU6hXp',1611499524,'/_ignition/execute-solution'),('@ ̛a[',1599454796,'/ncufresh15/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' 0 =>vɘ$',1599454492,'/jistadx/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('֨]C{',1629140100,'/wp-includes/config.bak.php'),('9C‚TQo',1603858923,'/restore.zip'),(':3Lg\'',1581172109,'/site/'),('P\'7HIk\\b',1626138572,'/dumps/orders.sql'),('o`rJ>B\niM',1626138543,'/dump/dbdump.sql'),('~x֑Gտx;',1629140036,'/boom.php?x'),('D,]\rɓC',1599453816,'/c2b/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('fJ*&W',1557797053,'/product-tag/books/%22'),('kq.2qS-#:e',1599453928,'/core/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' u){PSN@t\Z:_',1592059894,'/common/admin/PhotoGallery2/Telerik.Web.UI.DialogHandler.aspx'),(' ŦS=$A ',1586503608,'/shoes.php.suspected'),(' Eq#.ih',1555922712,'/www.zip'),(' \Z c>$$_',1599759069,'/wp-content/plugins/wp-file-manager/lib/files/n.php'),(' и7qoޢ\0hQ',1625672865,'/admin/fckeditor/editor/filemanager/connectors/test.html'),(' ޷˶oHO',1599455595,'/uRTime-Support/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' y1+E^`y',1607818358,'/wp-content/uploads/2016/03/wp-query.php'),('!$.zImuuJ%',1622518713,'/web/wp-admin/install.php'),('!.--\Z}kr:',1611396343,'/wp-content/uploads/2014/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('!RGҠϘ[e!+',1622381063,'/tmp/backup/'),('!_^4Cg',1585184541,'/sitemap'),('!f(8$LM\0',1626138528,'/db.txt'),('!sw;ƿ?L!=',1599455359,'/socios/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('!z{ T9 (SRO',1583088680,'/product/parenting-without-power-struggles/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('!I#g~y',1607799197,'/wp_asx.php.suspected'),('!+!L6:7L[',1599454266,'/fcma/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('!ē\' hx',1584822217,'/product-category/best-parenting-books-raising-girls/help-siblings-sisters-get-along-and-stop-fighting/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('!ϐL9맪ޱr',1622270232,'/lock360.php'),('!ںYj8u<',1587993599,'/wp-content/plugins/revslider/temp/update_extract/revslider/error.php'),('!r$z#M b',1626138655,'/old.sql'),('!Fwap3@F c',1626138363,'/backup/order.sql'),('!>A}r؂',1599454830,'/numwattana.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\"~ƴV6g ',1607762070,'/core/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('\"&?Z|OM {',1607766855,'/dynamic/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\"))Ą8զ6^V',1565408783,'/wp/wp-admin/'),('\".0NßW?',1599454711,'/market_place/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\"^]J\0kL',1584822872,'/product/the-awakened-family/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\"x\ZD!pP',1624482722,'/wp-content/plugins/gallery-plugin/languages/wp-categorys.php'),('#q^\n:P:t',1609827637,'/page/2/?s=s%22'),('#\r\Z)კL*]',1624552133,'/wp-content/plugins/flash-album-gallery/admin/js/plupload/jquery.ui.plupload/img/wp-themes.php'),('#\"8@\"zD',1563012848,'/admin.php'),('#(;_ׂU',1599455787,'/wp-content/wp-plugins/badgeup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('#0Ҝ3oYsl',1599454862,'/odata/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('#9\0aJ&v',1632409069,'/wp-content/plugins/43635783458263634/991176.php'),('#`{N%Y3',1624613764,'/wp-content/plugins/gatewayapi/inc/security_two_factor.php'),('#auVێx`',1558016825,'/,203.170.84.161'),('#x6HMp(x',1599454775,'/muh1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('#~}Y3^ [+K\0',1584928516,'/m.php'),('#c+\\0LQnO',1599453101,'/phpunit/phpunit/Util/PHP/eval-stdin.php'),('#ҪDwJF',1579968110,'/DesktopModules/Admin/RadEditorProvider/DialogHandler.aspx'),('#{Er$)\Z',1631219269,'/wp-bb.php?up2018info=1'),('#7sOxoɅkN',1607840982,'/404.php'),('#7c) <',1599455339,'/sitio/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('#!e\'(z%M',1583085874,'/tried-tested-5-parenting-tips-get-kids-listen/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('$ ӽ柮qQ\rUR',1599845945,'/hello.php'),('$\'>yDO.f',1599701655,'/wp-plugins.php'),('$fdL*a',1599454142,'/elections/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('$xNJ(\Z',1568453141,'/wp-content/themes/anthology/style.css'),('$B-;_B+_T',1607760475,'/test/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('$ВFZx;',1595903614,'/contact/product/code-it-create-it/'),('$Xy]<3',1584823529,'/product-tag/books/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('$¾hm;\0DR(i!',1562907407,'/phpminiadmin.php'),('$ݜGibde\nrkﳮ',1599454201,'/epillTemporaryHolder/authenticate/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('$dN-A',1602319159,'/zinold.php'),('$ mH`žצ',1626138848,'/dbdumps/'),('%>DGj',1607764657,'/web/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('%Z})i63k \\V',1599694334,'/media-admin.php'),('%j3ͬG؋sI,9n',1606361446,'/wp-content/plugins/ait-csv-import-export/changelog.txt'),('%n6.]]',1626138686,'/security.sql'),('%FT69YLO',1609827644,'/page/2/?s=s%27/*'),('%̘ ܗ.Q%',1615431422,'/Telerik.Web.UI.WebResource.axd?type=rau'),('%΋)Rdq',1576333792,'/alfa.php'),('&\0r+mQBBP',1631912639,'/wp/wp-class.php'),('& \\Eyœga-',1599454967,'/phpmailer/PHPMailer/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&\r!܄4',1599453334,'/2019/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&\ZprF(',1586295711,'/components/com_content/contents.php'),('&)xMϵ',1599454396,'/ibfv1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&2P7QW;S',1599453630,'/assets/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&?QU=*\"vX|',1584825020,'/product-category/best-parenting-books-raising-girls/page/3/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('&W{[\\EBB',1568548010,'/wp-content/themes/curvo/style.css'),('&i gy,x',1629140130,'/wp-includes/small.php'),('&n|ԍB|',1599455102,'/pvra/web/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&nV;Fݨ',1599454137,'/ecc/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&u!w\\lgޖKd',1599453805,'/buddha/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&/r̘y}2?#',1607762110,'/ticket/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('&*cn)MRnf',1616017718,'/wp-content/cache/et/global/et-divi-customizer-global-16114521287536.min.css'),('&56E7/hq',1586349402,'/wso.php.suspected'),('&CclzĭI',1586533065,'/components/com_tabulizer/assets/images/wp-side.php.suspected'),('&1K\'Hʗ',1599453985,'/curso-styde/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&owT5\r',1626138445,'/database/raisingclevergirlscomau.sql'),('&lløů',1631497380,'/blog/wp-includes/pomo/do.php'),('\'4\Z6\\',1599453375,'/modules/pscartabandonmentpro/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\'55PYM~[@',1615533922,'/raisingclevergirls.com.zip'),('(d\ZYq >',1622403258,'/files/backups/'),('(,%Q;TO\n',1626138486,'/dbbackup/store.sql'),('(=i\Zn _2',1626138536,'/dump/backup.sql'),('(I:ek#=k',1568367524,'/wp-content/themes/amplus/style.css'),('(Uckf|F',1610867873,'/blog/.env'),('(<Ț=UTAº',1599527871,'/notify-NotifyUser_24HR_Access?aHR0cDovL3d3dy5yYWlzaW5nY2xldmVyZ2lybHMuY29tLmF1LzE1LW1vdmllcy10by1ib29zdC1jb25maWRlbmNlLWJ1aWxkLXJlc2lsaWVuY2UtYW5kLWdyaXQtYW5kLXRoZS1jb252ZXJzYXRpb24tc3RhcnRlcnMtZm9yLWVhY2gtb2YtdGhlbS8=;hTB7xbHZGieYquL0Oa8vrF3VgWG6yaQYPOuATX88sZ0='),('(̃wjPL',1560012914,'/wp-backup.php'),('(m@1-տ?4',1557797053,'/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/%22'),(')Øvm\'',1580469773,'/libraries/phputf8/str_parser.php'),(') j]hS5cH*#@',1599453772,'/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(')+0j֍~)]!',1580563548,'/administrator/components/com_languages/views/language/wp-side.php'),(')3uG/E',1619542022,'/wp1/xmlrpc.php'),(')pUsJeG\Z',1622470384,'/db_backup/data/'),(')B&Bd D~',1617824658,'/kindex.php?daksldlkdsadas=1&WordPress=/82nlf3.txt&Database=abc.php'),(')ݢn%e]',1565654099,'/wp-content/plugins/mailcwp/mailcwp-upload.php'),(')z\'xSOJ5',1615423177,'/wp-content/plugins/wp-gdpr-compliance/readme.txt'),('* A$,~BQ_=S',1599453095,'/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('*UEj>΢',1599453874,'/clinicasoftware/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('*c-kwji',1626138593,'/export.sql'),('*NȾ$(\r>\'',1608659992,'/wp-content/themes/listingpro/assets/lib/bootstrap/css/bootstrap.css'),('+4\0[',1599455082,'/protected/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('+\Zu;RQ]i=l',1585568131,'/cache/blackhat.php'),('+$@9,ʌԩ`}&3',1604714002,'/phpmyadmin/url.php?url=https://github.com'),('+@3K~zu7',1626138811,'/.backups/'),('+B8*\'Z4^ \"JK',1599453506,'/api_muvin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('+̸PJ',1615315089,'/stem.php'),('+2\ZsU;0W ',1560103235,'/master.php'),('+Z(TWv',1619541759,'/Old_mail/xmlrpc.php'),('+N01pm\\]p',1626138635,'/mysql/orders.sql'),('+\rCwB;9u',1560341148,'/wp-active.php'),('+YzF4',1599454314,'/gerenciador_dev/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('+g7%\0*',1557797055,'/product-category/best-parenting-books-raising-girls/page/2/%22'),('+ٴ]:#߄.mN',1599453125,'/lib/phpunit/src/Util/PHP/eval-stdin.php'),(',O.-7\"}9',1585158566,'/sizings.php'),(',\njװL',1584821895,'/product-category/best-parenting-books-raising-girls/helping-girls-build-resilience-confidence-grit/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),(',)2~0jի3~',1599454785,'/myadmin/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(',*딠=>xi-',1576333792,'/error_log.php'),(',nr\'V',1595939615,'/assets/kcfinder/browse.php'),(',KRI[O \\kd<',1586453327,'/administrator/components/com_ninjaxplorer/style/content-post.php'),(',`7vP',1599454385,'/html/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(', e\\D \Z',1582757474,'/wp-content/plugins/yikes-inc-easy-mailchimp-extender/readme.txt'),(',_+hu;a8E',1555884065,'/old.zip'),(',ԾL@',1624434456,'/wp-content/plugins/demon-image-annotation/config.php'),(',|2͹uv',1584826143,'/product-tag/confident-girls/page/2/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),(',_D=αEvxV',1584824185,'/encourage-competitivity-because-comparison-hurts/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),(',J\\/-FC+',1626138693,'/shop.txt'),(',4Km@׭',1620133298,'/blog/wp-admin/setup-config.php'),('-A\nN&dF[',1581172114,'/demo/'),('-@\r @IE5@',1607575904,'/modules/mod_insider/mod_insider.php'),('-G;VW@B',1612035739,'/az.php'),('-LlAZ.|^ý',1599454018,'/demos/dev_grupo_total/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('-`e%R8w&\Z',1627518735,'/wp-content/plugins/pwa-for-wp/readme.txt'),('-eމ)c \"Džp',1629140067,'/wp-booking.php'),('-s(`XOllf;',1599455579,'/uniteddatabasedevelopment/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('-6z) i8',1581172103,'/old/'),('-V3\\/w',1626138807,'/BACKUP/'),('-ľ&9B9y}',1597806047,'/js/admin.js'),('-I]ݙx`',1608836022,'/wp-content/plugins/fancy-product-designer/readme.txt'),('.LԚ.neS',1603221688,'/wp-content/plugins/angwp/UPDATES.txt'),('.\'jEN-8tBc',1607758683,'/system/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.4ʏ]?oGqi',1607762814,'/crm/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('.Bkz9fD',1599454701,'/mailchimp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.O2 ݟZ5',1599455646,'/verify/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('._\n@lD(d',1619541843,'/Old-mail/xmlrpc.php'),('.p)X',1599453260,'/blog/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.~OKp[0',1604361965,'/about.php'),('.u)?}\0Fd',1599453659,'/authenticate/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.*8c!\Z ._',1588251746,'/install/popup-pomo.php'),('.l=0c2',1631956686,'/wordpress/autoload_classmap.php'),('.ʒ=RToҷ',1626138936,'/wallet/'),('.ۺh<]:\0',1565569851,'/wp-content/plugins/wp-property/third-party/uploadify/uploadify.css'),('.Sre+O ',1607789591,'/wp-info.php'),('.y.E5',1584835976,'/top.php'),('/݋ݧ͘F˗',1599454450,'/inf513/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/\\?h b',1584825360,'/product-tag/parenting/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('/õK dՖMc',1599453345,'/4walls/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/UqE̝Ud',1619541937,'/backup_old/xmlrpc.php'),('/\\qY*]dcј',1624149316,'/wp-content/uploads/2018/09/content-post.php'),('/5Mg4c<',1607765207,'/b2bapi/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('/*)ɵ<\':',1598685412,'/wp-content/cache/et/global/et-divi-customizer-global-15958999841494.min.css'),('/l?mF; ^(',1599455657,'/vestibular/vestibulares/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/,V[J#!BL',1626138585,'/dumps/shop.sql'),('/=+?x@',1599455147,'/revisao/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('0sփ\n}H)v',1599454730,'/messages/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1\'ښ¢X&M$',1586619848,'/components/com_privacy/gank.php.PhP'),('16&D*\"KBA',1626138491,'/db/database.sql'),('17Cyr9)n~(',1607763548,'/site/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('19\'u*!6',1626138563,'/dump/payments.sql'),('1@ASwR V',1619542484,'/BackUp/xmlrpc.php'),('1Guu4z4pq7',1607764260,'/beta/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('1p_Ucj',1584920939,'/dontme.php'),('1tj;ra/L',1599454697,'/mahara/auth/saml/extlib/simplesamlphp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1wtEG5\Z',1612039310,'/wp-content/themes/sketch-get/wp-telemetry.php'),('1y3Zv8!-y(',1626138859,'/export/'),('1\rՐyP:',1610255139,'/wp-includes/SimplePie/Content/Type/heck.php'),('1 Mω\n;',1599670636,'/wp-includes/ID3/wp-blog.php'),('1J1sўVi',1615464383,'/components/com_banners/helpers/images.php'),('18LC',1585260621,'/vendor/phpunit/phpunit/LICENSE'),('2)\0\'5*ʂB',1624474976,'/xxxx.php'),('2ѣźC0ty\"C',1599670641,'/wp-includes/fonts/css.php'),('2 s`J07',1599454825,'/npteOld/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('2p\nS6 3ֽe',1603217122,'/baindex.php'),('2Λi%I09T',1608309225,'/wordpress/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd'),('2cP2Կ\n1',1599453991,'/darm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('2~d=r',1629684212,'/ww-te.php'),('2r \'rL',1568625700,'/wp-content/themes/highlight/style.css'),('2ds_4',1599455182,'/sacv/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('3 G?wQW2D ',1610867936,'/system/.env'),('3o4?yl:>',1617203927,'/wp-config.php.bak.a2'),('3U#a͑k\r',1626138387,'/backups/payments.sql'),('3HI.TmEQ',1632797222,'/cache/s_eval.php'),('3K+%>V.C;',1619542469,'/Backup/xmlrpc.php'),('3DK($!U',1608309213,'/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd'),('3>Ϩ;wsy',1585204505,'/backup/ocp.php'),('3eIԀ4\'F%i',1582517459,'/wp-content/plugins/advanced-post-list/readme.txt'),('3ļ{\\s',1599455012,'/platform/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('4|T&bu5',1583086318,'/product/mistakes-make-quake/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('4DjrV',1614669523,'/wp-content/plugins/background-image-cropper/doc.php'),('4 ןKĭ͔',1624406673,'/cf_scripts/scripts/ajax/ckeditor/plugins/filemanager/plugin.js'),('4\"$nRoMµ',1615334704,'/wp-content/plugins/woocommerce-upload-files/classes/acf/readme.txt'),('4e x9',1585169997,'/anymore/popup-pomo.php'),('4n:~*i',1599455262,'/sic-laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('4 UXJ`',1623555388,'/wp-seo.php'),('4/hQ!',1609191151,'/assets/admin/ckeditor/kcfinder/browse.php'),('4+A &[F',1565762870,'/wp-content/plugins/uploadify/includes/check.php'),('4>JUA',1626138610,'/mysql/backup.sql'),('4}VC5]M,^',1592963725,'/wp-content/plugins/woolementor/readme.txt'),('46|`',1607760624,'/testing/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('585bdZ\Zt!',1599453161,'/wp-content/plugins/contact-form-7-to-database-extension/phpunit/src/Util/PHP/eval-stdin.php'),('5uZ]H\"6',1560355017,'/weblinks.php'),('5v}1$F',1612112185,'/wp/wp-admin/setup-config.php?step=1'),('5x y6g/',1566914569,'/pma/'),('5Ĕ^\rt',1615893848,'/wp-content/plugins/food-and-drink-menu/webpack.config.js'),('6,}A!K,s',1588219681,'/wp-mains.php'),('6uE#c1SjjFp',1624482718,'/wp-content/flagallery/wp-categorys.php'),('6*oQ^m+0',1629553486,'/kontol.php'),('6Kwo',1585043829,'/v3.php'),('6Hw:nS42',1607245833,'/templates/beez3/jsstrings.php'),('6uPbB',1607760588,'/test/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('6%M/ Zf8',1585260634,'/http:/www.raisingclevergirls.com.au/xmlrpc.php?rsd%27'),('6ύtрD`/RG',1588999807,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fthe-conscious-parent%2F&format=xml'),('6}Cx0H',1582904045,'/wp-content/plugins/cf7-live-preview/assets/js/cf7-live-preview.js'),('6eY<|z',1569287612,'/wp-content/themes/lightspeed/framework/_scripts/valums_uploader/php.php'),('6ݿpcƓI',1580471527,'/modules/.h..php'),('7rDsԡ>qk452',1585157422,'/catchyourcheatingwife.com/wp-logout.php.suspected'),('703DLi\'e',1560004649,'/h4ck_.php'),('7:1B<~O[d',1573523164,'/wp-content/plugins/complete-gallery-manager/frames/upload-images.php'),('7If씍92\"Q',1623000329,'/database.sql'),('7dn&,@NцVWe',1603141936,'/wp-content/plugins/widget-settings-importexport/widget-data.js'),('7Y+o\\1[',1605890662,'/wp-content/plugins/woo-order-export-lite/readme.txt'),('7uxg̰9k',1602317385,'/wp-content/themes/blogoholic/tbl_status.php'),('7٤n΍[.NO',1585162498,'/administrator/head_img.php.suspected'),('7+=kZ4ހ',1595068255,'/DialogHandler.aspx'),('8 %wNj\Za֑',1587647522,'/wp-content/plugins/salert/readme.txt'),('88.T\'+ﻜ\'!\"',1566816319,'/wp-content/themes/responz/themify/js/utils.js'),('8NQejƆvQh',1581172105,'/test/'),('8Q p\'--\Z~',1630608993,'/fox-style.php'),('8fc)\ZcM-',1588533685,'/www.sql'),('8oѠ;c\n;AG;',1580538218,'/plugins/simpleside.php5'),('8$u?%Av',1585060839,'/ok.php'),('8f~v',1585635560,'/templates/beez/'),('8𰯄k4',1607763981,'/v1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('8L6n!X7c\\',1586537305,'/media/wp-info.php'),('8{@jRZ',1588168449,'/user.php'),('8Fk:`',1602785011,'/wp-content/plugins/hot-blocks/huh.php'),('8{ئeqk5',1599455895,'/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('8A_!hЇ$S~W',1599759079,'/wp-content/plugins/wp-file-manager/lib/files/thumbs.php'),('8hݢ',1629140103,'/wp-content/themes/config.bak.php'),('9>ӫ#䵓',1620133278,'/wp/wp-admin/setup-config.php'),('982n)aVjʑ\0',1567953568,'/wp-content/themes/oxygen-theme/style.css'),('9 Bg$<[',1599455878,'/wsviamatica/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('9P,bByzo',1586347337,'/modules/mod_articles_news/tmpl/gank.php.PhP'),('9^* A<@',1609827642,'/page/2/?s=s%27--'),('9Ӕa\0ŏՁ;',1615019909,'/wp-content/wp-info.php'),('9,^\rOq',1626138877,'/mysqlbackup/'),('9J؅1)H;B3',1627078820,'/wp-content/plugins/ZoomSounds/savepng.php'),(':xS4;A=',1560194212,'/wp-cofigs.php.suspected'),(':)Z_3І',1629692077,'/wp-content/themes/sket/404.php'),(':0ڋRuNӚ',1599455563,'/u/gevorg.hakobyan/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(':3tG*%+J',1585499634,'/templates/atomic/cutia.php'),(':HQ<',1582904045,'/wp-content/plugins/cf7-live-preview/assets/css/cf7-live-preview.css'),(':JƜ\' ',1631259797,'/wp-content/themes/sketch/wp-console.php'),(':fCnM;3k',1627402486,'/bitrix/rk.php?goto=https://ya.ru'),(':|N;|)CYp (',1587876978,'/wp-xmlrpc.php'),(':lf;ʽsB',1599454244,'/extlib/simplesamlphp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(':6 x0P',1626138753,'/upload.sql'),(':Z7/lݝau',1599453846,'/careers/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(':F7\' p}tMZ*o ',1586519934,'/wp-admin/network/sitenet.php5'),(';@=Ҵ`\r߬',1556059258,'/wordpress/wp-login.php'),(';9\'^j!',1624479118,'/wp-content/plugins/contact-form-7/admin/includes/alfa.php'),(';#Kʓ@\rpT',1612036971,'/wp-content/themes/sketch/wp-telemetry.php'),(';%HܼE2',1629140114,'/wp-includes/wpconfig.bak.php?act=sf'),(';;i)',1631109799,'/templates/protostar/html/pagination.php'),(';U}&J{Y2+M',1619541881,'/OLD-mail/xmlrpc.php'),(';V@Of5',1603141924,'/wp-content/plugins/kali-forms/public/assets/frontend/js/frontend.js'),(';cK!O_=r]',1619542295,'/new/xmlrpc.php'),(';rZZ%,iÇK',1586670696,'/components/com_foxcontact/dontme.php'),(';zDsjt++',1557797055,'/product-tag/equality/page/2/%22'),(';V\n[',1584824467,'/from-worries-to-joy/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('<4g}a!8Qǭ',1599453885,'/cms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('<l>I#TS~#',1585186457,'/.well-known/acme-challenge/rlbkj2kd/content-post.php.suspected'),('< \nNTP',1599455390,'/spotbills/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('<4b1d@M',1599455332,'/sites/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('<;6wT)Kr',1598225206,'/.sql.zip'),('\r3%`ރ\\&]',1623747899,'/wordpress/wp-admin/includes/names.php'),('>h݌á59\' ',1561375268,'/.au/contact/'),('>vI91B=^c]',1626138481,'/db/backup.sql'),('>xUnMW\ZQ]',1595926979,'/wp-content/themes/Divi/timthumb.php'),('>ywuD q*v',1633039185,'/cache/wp_wrong_datlib.php'),('>pOU\0Y4]',1561680316,'/wp-content/uploads/2017/03/raising-clever-girls-@raisingclevergirls-%e2%80%a2-instagram-photos-and-videos-parenting-daughters-strong-resilient-beautiful_files.jpg'),('>.*w^VKI)',1607760968,'/demo/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('>T(Ea8',1599455526,'/tests/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('>ꨏ,&s A',1622342163,'/dbbackups/'),('? ?J',1568265949,'/wp-content/themes/reganto-theme/style.css'),('?D N% ',1599096384,'/adminer-3.6.2.php'),('?-j\'f>jVwFm«',1599453396,'/adv/advDesenvolvimento-1003/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('?eЈvy,',1599453468,'/AlkatreszProject/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('?{ :?9A_w',1624145045,'/wp-includes/js/jquery/ui/wp-ping.php'),('?};K5g2',1626138891,'/mysqldumps/'),('?X!H@m',1587436817,'/atutor/'),('?\"#',1626846204,'/wp-includes/state.php?url=http://unityschoolofbusiness.net/adsfdgrsdf.css&21142=wdsa'),('?ȇ@5@qĞVS',1626138578,'/dumps/payments.sql'),('?ن1Ղg<-r',1626138820,'/.bitcoin/'),('?f1',1619542633,'/home/xmlrpc.php'),('?Mmv\nYӦ',1599454927,'/pcc/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('?&\r@ ,5Y',1599454455,'/intranet.dara.games/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('@=3Z',1564452074,'/wordpress/'),('@6P݂ u5h{',1585184510,'/sitemap-index.xml.gz'),('@8I@w138\'',1584827329,'/product-tag/equality/page/2/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('@v_=ູg',1612035612,'/wp-content/wso.php'),('@`fG\r',1599455430,'/studybreak/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('@\ZhJ\n?Gh',1615177614,'/js/data.php'),('@T.> uX19{Y',1599453489,'/alpha/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('@3׵_\0oZ',1619541919,'/mail_Backup/xmlrpc.php'),('A -^!fFS(%]Nb',1617766761,'/wp-content/plugins/social-warfare/readme.txt'),('AY\n$dFy;C \\~',1568551292,'/wp-content/themes/dandelion/style.css'),('A:J#8K:',1584825523,'/product-tag/parenting-girls/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('A$\Zھ+]$~',1614628813,'/wp-content/wp-muen.php'),('A,\'+6ΧYc;@',1624389353,'/wp-includes/js/tinymce/911203416.php'),('A3։fc/',1583085813,'/5-easy-steps-raising-grateful-child-materialistic-world/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('AFDhp%K] c',1576333791,'/license.php'),('Ae,AYAv',1605350298,'/tinyfilemanager/tinyfilemanager.php'),('A=irG',1631233450,'/wp-includes/css/style.css.php'),('ANc.W\\\Z\"l4',1631282212,'/wp-content/plugins/wp-file-manager/lib/files/hardfork.php'),('Ae ;KԐb,S',1599454196,'/epayco/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('A(GpiE\\',1585145961,'/components/com_contact/'),('Au L@|',1589280347,'/wp-content/plugins/wc-frontend-manager/readme.txt'),('A3mcÏ',1618607989,'/wp-includes/wp-class.php'),('BGJĻbUd\'}',1632868211,'/wp-content/plugins/custom-css-js/assets/codemirror/suspect.sys.php'),('B09bUp̈́OF',1590310525,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fabout%2F&format=xml'),('Bs̼C=mx)',1626138625,'/mysqldump.sql'),('Bp0 C#\Z',1560120927,'/framework.php'),('BR0ImS3',1590615655,'/wp-content/plugins/impact-template-editor/readme.txt'),('B9@\Z%)\Z+',1626138841,'/db_dump/'),('Bm9H0VE',1569038432,'/backup2017.zip'),('BjAfi({+|^;',1631928647,'/cod.php'),('B(',1588202918,'/158.php'),('CPBK(ag j',1580532467,'/wp-option.php'),('C\r b4U;',1626138748,'/tmp.sql'),('C~A@RR,n',1624219868,'/wp-admin/css/colors/midnight/wp-rewrite.php'),('C\"ݶ%o\Z',1607760203,'/test/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('CVa7Nk',1619542109,'/WpOld/xmlrpc.php'),('Cm-;M?%F',1629576984,'/wp-content/uploads/2019/'),('CG\Zq֢Cy\'',1560195763,'/Marvins.php'),('CPE!|H',1599454170,'/emrDataGenerator/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('C,}XrUl',1619542053,'/Wp2/xmlrpc.php'),('D;C(e/>X',1615575371,'/wp-content/themes/jki/wp_asx.php.suspected'),('D\ZhO \Z-yQ',1607762896,'/panel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('DTMhgMb]',1632735915,'/wp-admins.php'),('D`X-n*[i nݓ',1607554167,'/wp-content/admin-code50.php'),('Dt.C!@_&p',1624462444,'/wp-content/uploads/2017/wp-plugins.php'),('DgB!^Ю[}',1586405473,'/layouts/simple.php5'),('D.#Ho?',1599455200,'/sbp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('EYa9L:z',1582001182,'/wp-content/plugins/flexible-checkout-fields/assets/js/checkout.js'),('E0*4',1629469227,'/wp-content/plugins/sid/sidwso.php'),('Eݽ32 ߘsd',1622561893,'/wp-content/plugins/background-image-cropper/new_license.php.suspected'),('F kW!۸ֽ',1585551581,'/content-post.php'),('FG',1593733194,'/wp-content/plugins/ip-logger/readme.txt'),('Gr[ ?',1599453401,'/adv/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('GhzES`/y',1607761313,'/dev/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('GO^ņn;\'',1603141928,'/wp-content/plugins/ar-contactus/res/js/scripts.js'),('G+*Cb +Q8',1599453777,'/blog/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Gy%YJ-L #',1609722274,'/wp/wp-admin/install.php'),('HHt6t ',1623420611,'/wp-content/plugins/wpdiscuz/themes/default/style.css'),('H@/ Ю]O\'',1615541916,'/kuy.php'),('HI ]@Yu؆',1599455683,'/web.public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('HYExż{ܤ',1599453911,'/config/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Hc~|k\r',1599455237,'/Selfit/V2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('HG2U};)5',1624554185,'/wp-content/uploads/2017/08/wp-pings.php'),('HT쵣XL!6',1615298916,'/css.php'),('Hȥn0W',1599455705,'/webvarejo-api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('HW:C> ',1557797055,'/product/good-night-stories-for-rebel-girls/%22'),('HbyeoP',1607761434,'/store/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('HQ=jQZ#',1620810633,'/admin/dumper/sxd.js'),('I ^m\"{',1599455901,'/xipada/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('I^I^z @',1583089015,'/product/fathers-guide-raising-daughters/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('IݡT]hs<',1619541956,'/wp/xmlrpc.php'),('Il\Z5ZJܓ0@',1571347767,'/phpSQLiteAdmin/'),('I1cDžgY#',1603141922,'/wp-content/plugins/advanced-access-manager/media/js/aam.js'),('I53țyh',1607547979,'/test.php.suspected'),('Ia㎖7WTU',1560517905,'/site/wp-includes/wlwmanifest.xml'),('J\0Z\"\0w;t}',1602905355,'/.listing'),('J S)\\<\n?',1609799985,'/wp-content/plugins/contact-form-manager/readme.txt'),('J`G) +@:)',1619541834,'/old-mail/xmlrpc.php'),('J~0\\=>w',1619542383,'/OLD/xmlrpc.php'),('J!@eSi4I',1619541681,'/backup_mail/xmlrpc.php'),('J\'_p8#. \\',1599455857,'/wp-content/wp-plugins/wptimetoread/vendor/kdaviesnz/timetoread/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('J5\nDlSofgcv',1571323979,'/phpmyadm/'),('JLP=Ր*i͵',1626138909,'/saved/'),('JOE##O_v',1626138643,'/mysql/shop.sql'),('J_J7#F',1607762245,'/ticket/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('J`=Mw-Fc ',1626766710,'/wp-content/themes/greensblog/template-parts/simple.php'),('JgZW2xͯA',1615179317,'/wp-content/uploads/2020/12/doc.php'),('Jo4D2',1599454937,'/pgd/pgnim/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('J^)QiÌ9',1607380854,'/cache/simple.php5.suspected'),('K;Y{S:_',1599455694,'/webservice_lebong_201901/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('K\\Hjۙ',1581912363,'/wp-content/plugins/modern-events-calendar-lite/readme.txt'),('K;t2r w',1629661033,'/beence.php'),('KJ{ KG5',1568103671,'/wp-content/themes/radial-theme/style.css'),('KPnzL$@Wn8!',1609722336,'/backup/wp-admin/install.php'),('KntI\nchUr',1599453191,'/wordpress/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('KЕTzOG]E',1607761152,'/dev/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('KY_ŕY^',1607548337,'/administrator/language/en-GB/install.xml'),('KKjL=8;',1615013543,'/google-site-verification-content-fpk8ez12pdbewljjo9xhbxlv7lhxa9nplpcode87.php'),('KrtK gҧ;',1617349672,'/wp-content/plugins/wp-curriculo-vitae/readme.txt'),('Kŭbc|>k\n',1621035031,'/wp-content/plugins/wp-content-copy-protector/readme.txt'),('K, ==O\\xFA',1619542030,'/WP1/xmlrpc.php'),('Lk\"J{&',1626138689,'/server.sql'),('L,drH',1586408069,'/templates/protostar/-.php'),('L;Tx^:yC',1585056823,'/verygs.php'),('Lz*zȐ\0ʿ',1584822635,'/product/peaceful-parent-happy-kids/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('L+op9٫e>',1615328290,'/cache/logo_img.php'),('Lw)ol[ii',1624516356,'/wp-admin/simple.php'),('Lq $?o ]AR',1622908551,'/wp-content/upsupsystic/'),('LP9V',1614504477,'/geiurh8934h98hdsfdsf.php'),('Lذ @=OŇ',1599454223,'/esurat/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('M%Ga(-zU',1585175094,'/templates/beez3/'),('M?%FCT{',1626138440,'/credit_cards.sql'),('MSBQPn',1633081101,'/cache/seo_script.php'),('Mp.W*fY\\e',1607851219,'/wp-connect.php'),('M~G_ܘ|*;',1612027444,'/filebox.php'),('M%[W\n',1586319755,'/administrator/modules/mod_latest/tmpl/gank.php.PhP'),('MxO^1Y',1599455590,'/uploads/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('M53-_',1607766814,'/local/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('M&Xy%<$hAe',1580462553,'/administrator/gank.php.PhP'),('MO_iZ0$Z',1599453606,'/apps/shopify/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('N3`41-[n',1625413802,'/legion.php'),('N)(LS^)',1615334028,'/00.php'),('Nf\\i}ܣxdlj8',1584822558,'/product/parenting-inside-10th-anniversary-edition/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('Nhڰ@ُd b!',1599453350,'/6p6/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('N.%m-X+;X',1607765826,'/epos/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('N /o2D_',1599455548,'/trash-DELETE-IT/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('NrBiEy1\"',1599455906,'/yii/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('NG)oJߖ` g',1612042710,'/blog/admin/view/javascript/common.js'),('O9ST߮',1632908914,'/wp-admin/includes/images.php?x=1'),('O/0act뻸',1599453619,'/aptapi/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('O\ZYN',1619542431,'/demo1/xmlrpc.php'),('Q1}\"?i%',1618579130,'/wp-content/themes/Divi/includes/builder/images/'),('Q6M8>{Yo0W\n&',1599454893,'/p/laravelcrud/svn/2/tree/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('QYԿj _\nS',1585048394,'/freshrdp.com1.php'),('Qj5eJ˸',1601372944,'/404.html'),('QF}U',1627860499,'/wp-content/plugins/download-manager/readme.txt'),('QP$?Z&G',1619541980,'/WP/xmlrpc.php'),('Q\\7E3x^@3',1599306820,'/wp-content/plugins/file-manager-advanced/php/connector.minimal.php'),('QLkܽqN',1583085758,'/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('RPzn%Į:WG2',1568879685,'/wp-content/themes/qualifire/style.css'),('R3\\_',1599453463,'/aliceapi/client_billing/authorizenet/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('R:n \0ȥ~%ީQ',1587188061,'/b/license.txt'),('R;Tb3O\r',1599455187,'/safmanagement.it/publichtml/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('RA8umA',1626138805,'/Backup/'),('Ra#*0x<޳',1607765525,'/adv/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('Rk^i%=\r',1622575693,'/backup/temp/'),('R?$>IȠ',1607265165,'/store/wp-includes/wlwmanifest.xml'),('RRIoR؄T',1631035271,'/wp-content/plugins/wp-automatic/css/jquery.gcomplete.default-themes.css'),('Rф@V9t2',1599454948,'/pgnim/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('RByjY\'/7',1603504324,'/wikindex.php'),('Rq+%%JX#4&s',1615187650,'/assets/images/wp-plugins.php'),('R8<\"*a',1560001453,'/1.php'),('SGKsӽAW',1629140118,'/haders.php'),('SeT]pkqW6(\0',1623351725,'/backup/wp-admin/install.php?step=1'),('Sue%K剕d!',1626138889,'/mysql_dumps/'),('SL1xMቮ',1619542186,'/wordpressBackup/xmlrpc.php'),('T\0\nYmv;R',1626138324,'/a_checkouts.sql'),('TKNP?pv,[',1607671848,'/tmanager.php'),('T |7:x!+{ B',1615315035,'/wp-content/uploads/wp-stream.php'),('TL+4hFeD>',1617891551,'/wp-content/plugins/formcraft/file-upload/server/content/upload.php'),('TPnp]+',1599454691,'/lrp-backend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ti 6xbMZv5mgi',1600379750,'/wp-content/plugins/ultimate-reviews/readme.txt'),('Tеo+0BX',1626138865,'/includes/database/mysql/'),('Tͷ~t.u۵T>',1599453720,'/batin24/back/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('T\'ޜcS7>',1599454555,'/krisda/stockapi/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('TQvN`;-> ',1600661467,'/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/favicon.ico'),('T@vdEW',1610868079,'/shop/.env'),('U#o`\Z͢=H(',1626138739,'/sql/store.sql'),('UHe1RL',1618508556,'/wp-content/plugins/formcraft/documentation.html'),('Uf7ʨWd',1599453141,'/workspace/drupal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('U3 mtK\\',1585112496,'/.well-known/feal.php'),('UbNw@X(',1560067400,'/inc.php'),('US^f|nE:',1599453688,'/b2c/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Udr1nPE',1622490962,'/mysql-backup/'),('UQb^pAL',1599454066,'/dev/test1/project/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('UL<[nsHa',1599455272,'/simpeg-code-dinkes/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('U0Gg}hd\\ͽ',1599455062,'/production/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('V@\"[R',1632414880,'/wp-content/plugins/3dprint-lite/readme.txt'),('VRquTI',1599454331,'/globals/e_detector/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('V#7\nљ',1626138731,'/sql/shop.sql'),('V+A~WL+%H@',1599455521,'/tests/avastar/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('VR*f1S<',1599306821,'/wp-content/plugins/file-manager/elFinder/php/connector.minimal.php'),('Zrm`Yv',1607761192,'/dev/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('ZP#R?=Ĵ',1617824652,'/wikindex.php?daksldlkdsadas=1&WordPress=/82nlf3.txt&Database=abc.php'),('ZD݄*|¯',1617782275,'/acx_csma_preview=1'),('[wN(O}',1627026373,'/stindex.php'),('[Vv7tL;D',1599453647,'/atoms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[\Z_p7ם',1599453457,'/aliceapi/authorizenet/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[5`c7iV3!',1585491194,'/sitemap.php'),('[8d_HrB',1623824058,'/raisingclevergirlscomau.mysql.zip'),('[OF񂯙 d~-z',1615514289,'/wp-content/plugins/lw-all-in-one/readme.txt'),('[jAnq4݆еJ߭',1599455662,'/vestibulares/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[nb3`kf#',1623321960,'/filemanager.php'),('[u<3r@R8',1560137091,'/assets/images/content-post.php'),('[YA2u',1565521467,'/seter.php'),('[Ϫ\02i ',1607067759,'/new/wp-includes/wlwmanifest.xml'),('[9fHaBO',1626138588,'/dumps/store.sql'),('[#׉.\Z/q',1599455246,'/semcoal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[ Ly5E',1585221557,'/popup-pomo.php'),('\\|^TIsEQ{',1599455553,'/tuto_laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\9PgC|',1587450056,'/2014/license.txt'),('\\RN\\d\\_4',1617824819,'/old-index.php?daksldlkdsadas=1&WordPress=82nlf3.txt&Database=abc.php'),('\\YgNsRul',1599453229,'/blog/wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\icډ7',1619542268,'/blog1/xmlrpc.php'),('\\fBjD ',1599455226,'/secure.dibzat/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\4 Xв',1631190334,'/layouts/libraries/cms/html/bootstrap/addtab.php'),(']U !ꃭj\'',1599670624,'/wp-includes/css/css.php'),(']=fݧVP',1623523195,'/web.sql'),(']R2PDr߉Y-',1579266977,'/wp-content/plugins/wp-time-capsule/js/opentip-jquery.js'),(']ePJ\">',1607766892,'/dynamic/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('];B\n8kx2',1599453369,'/modules/ps_checkout/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(']̻z_ކ',1599454576,'/lab/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(']9`\'ԝ%\ZtC',1582757474,'/wp-content/plugins/yikes-inc-easy-mailchimp-extender/public/js/form-submission-helpers.js'),(']K6VoK7',1564872434,'/wp-content/plugins/responsive-coming-soon/templates/template1/assets/css/style.css'),('^t1ٱ-O',1629140139,'/test.php?Ghost=send'),('^ u(ϭ',1614618589,'/js/extjs.php?test=hello'),('^\nM',1626138885,'/mysql_dump/'),('^qZlB׷\ZB',1599453901,'/composer-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('^7(7;{E',1630071645,'/wp-content/themes/Divi/images/'),('^y;`Qaz',1599678242,'/cache/doc.php'),('_sxam̷$',1561631565,'/wp-content/plugins/futurio-extra/readme.txt'),('_*%(rM^`-',1569931560,'/wp-content/themes/wp-avatar/admin/uploadify/uploadify.css'),('_1OSr].8',1631937738,'/wp-content/plugins/wp-automatic/wp-pinterest-automatic'),('_GDI|h:\r]',1626138633,'/mysql/order.sql'),('_Htc gUm3',1622700452,'/raisingclevergirls-com-au.sql.zip'),('_̣Gpãא@',1587159123,'/w/license.txt'),('_ԨQ<]1Et',1604713991,'/assets/images/accesson.php'),('_\Z6pP?P',1627285976,'/votes.php'),('_T?,r y@',1593205733,'/wp-content/plugins/elementor/readme.txt'),('_t]?d[F',1599454102,'/downtown_reforma/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('`\nxihgj',1599454418,'/igtny.com/igt/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('`tT}',1587436804,'/login.action'),('`bR w',1626138416,'/bitcoin.sql'),('`>\'Iic8AI',1599454664,'/live/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('`Bf9H',1607383118,'/media/.fea20.php.suspected'),('`m',1626138428,'/checkouts.sql'),('`U6N@#x',1607765603,'/Cloudflare-CPanel-7.0.1/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('`ޅK/Y\rh|:',1621288527,'/wp-content/plugins/wpcf7-redirect/readme.txt'),('`|(Ţ',1624107934,'/wp-content/plugins/corpo_toolkit/includes/wp-taxonomy.php'),('d\rV]_0$me\Z',1622324063,'/dbbackup/'),('dǜhK',1556107411,'/administrator/'),('dM!I%fF3PÞ',1629561162,'/akismet.php'),('e{8|Yn',1571166465,'/wp-content/plugins/wp-e-commerce/wpsc-components/marketplace-core-v1/static/sputnik.js'),('eeO Y[SH VD',1622044085,'/wp-content/cache/et/global/et-divi-customizer-global-16192281649262.min.css'),('e:͍ܳJY',1581172107,'/main/'),('eQ\\L\\$Jl^gS',1599455771,'/wp-content/uploads/2018/01/abc/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('eaD-7}B& ې`',1584824512,'/thought-knew-lot-parenting-kids-came/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('ec9Ɛr:Ш',1619542333,'/old/xmlrpc.php'),('edud\\Odx',1599455667,'/vrscop/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('e~3ДLC@',1629140087,'/old-index.php'),('eϟmQ',1612180995,'/wordpress/wp-admin/install.php?step=1'),('eW\'z)[2',1626138809,'/backup/bitcoin/'),('e_sWT',1628864428,'/s_e.php'),('f,X8@i ',1620810636,'/admin/sxd/sxd.js'),('f@wvze',1599455884,'/wsviamatica/wszool/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('f}\r<4Ʋ',1604309202,'/wp-content/plugins/drag-and-drop-multiple-file-upload-contact-form-7/assets/js/dnd-upload-cf7.js'),('f1z%]Vo{ё',1607765130,'/b2b/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('fkÐ7/tH',1599454092,'/doae-production/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('f^G~N',1603141930,'/wp-content/plugins/brizy/public/static/js/script.js'),('f5EZģ*Ȅ',1599455889,'/wszool/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('f׉T\np7',1586645942,'/administrator/components/com_admin/views/sysinfo/gank.php.PhP'),('g E̩0ńS',1599453957,'/cron/php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('gP[rt `',1612042702,'/blog/administrator/'),('g~g-EOcn)',1583086391,'/product/shark-lady/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('g3z-%U',1617746878,'/new-index.php'),('g,Ivs2$5',1626138357,'/backup/localhost.sql'),('g~v؞{',1619542606,'/TEST/xmlrpc.php'),('gkӠZ.yvX6',1557701325,'/data_6.sql'),('g;^XsAN-4',1587377194,'/2018/license.txt'),('g P5#',1620133233,'/test/wp-admin/install.php?step=1'),('h\n u[猷Fb',1599453996,'/database/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('hǷA;@#6q\0',1573993207,'/wp-content/plugins/dzs-videogallery/admin/dzsuploader/upload.css'),('h,x\ZNt\'',1568769616,'/wp-content/themes/konzept/includes/uploadify/upload.php'),('h?B[\"c5ߖpE',1607766651,'/blog/wp-content/plugins/affinipay-payment-gateway/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ho;(@Ou',1599453413,'/adv3/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('h߼1=1',1615355067,'/0.php'),('hd\"6)',1586305357,'/images/wp-img.php'),('h*FeCWQj@',1612042737,'/shop/administrator/help/en-GB/toc.json'),('h%~w?GF%[',1599453284,'/_staff/php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('h@l]X\'uߦ',1567820074,'/wp-content/themes/kernel-theme/style.css'),('hBMQ{',1569119061,'/wp-content/themes/cameleon/includes/fileuploader/upload_handler.php'),('háFpEWr6j',1629564618,'/temp1-1.php'),('h+q[ tܭv',1626138800,'/.backup/'),('h I#>m',1599454888,'/orion/greensignal/sistemas/demandador/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ilBaWОBltK',1626138726,'/sql/payment.sql'),('is \no',1631463010,'/configurationbak.php'),('iZ(c9#{vr',1584822115,'/product/how-children-succeed/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('i/|s`BP',1622710793,'/wp-content/uploads/dbbackup/'),('iJy.QE<{s',1597149285,'/adminer-3.0.0.php'),('iPf,,R',1565364871,'/wp-content/plugins/fluid_forms/file-upload/server/php/'),('iX7E+;q\n^X7',1599454562,'/krisda/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ik7.jԆxz7',1607762359,'/mantisbt/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('iwbMv棊0/',1632977494,'/wp-cahce.php'),('iۑU]_\"G7m|',1604713982,'/wp-1ogin_bak.php?eanver=phpcode'),('iwr+IV',1599453939,'/core/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('jGv%H:',1627592977,'/wp.php'),('j!r~҇-',1588225835,'/dsfghs.php'),('jU~*۸1',1557797055,'/product-category/girls-books/%22'),('jX?|?D+`?',1619542910,'/dev/xmlrpc.php'),('j^y9/',1556167856,'/media/wp-login.php'),('j`NI=lI1',1560518156,'/wp/logo_img.php'),('jcԷcn&73>',1594138076,'/wp-content/plugins/splogr/data/kws/5_kws.txt'),('j\r0bEZoȑT',1622546767,'/sqlbuddy/exports/'),('joޟU$Pi',1607761916,'/core/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('j֢M-ϪF',1611275563,'/wp-content/plugins/123contactform-for-wordpress/README.txt'),('j9Ѩ1G,\0-\">',1588287514,'/manager/min/README.txt'),('k P\Z\0؈W^:',1601437796,'/x.zip'),('k}D9\"n',1604309200,'/wp-content/plugins/loginizer/facebook.png'),('k,+[Ta#[!',1610255089,'/wp-includes/images/wlw/javascripts/image.php'),('k]/<\" :C',1603141934,'/wp-content/plugins/media-library-assistant/js/mla-edit-media-scripts.min.js'),('kazau',1587704488,'/sheeel.php'),('kxxi@Bڪy',1626138341,'/back.txt'),('kתX}# Ԃc\n',1599759075,'/wp-content/plugins/wp-file-manager/lib/files/upload.php'),('kkZM\0\'',1584822789,'/product/playful-parenting/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('k ŵ4\rI\n\\ ,V',1609827635,'/page/2/?s=s%27'),('lmE8Wff y',1600722946,'/wordpress/wp-admin/install.php'),('l~%Pb:F',1626138916,'/sql/backups/'),('l#^\"<y!',1626138668,'/osCommerce.sql'),('lĩ5E\r\0',1607760358,'/backup/vendor/phpunit/Util/PHP/eval-stdin.php'),('lP(eI5`X',1624435479,'/wp-content/uploads/2015/06/wp-searchs.php'),('lVvԝX',1599454023,'/demos/laravel-sites/dev_grupo_total/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('lK|OERP\0',1584998929,'/.wp-trc.php'),('lI,/S|',1599759072,'/wp-content/plugins/wp-file-manager/lib/files/accesson.php'),('l\"=:ϕe7{',1599453707,'/backup/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('l݈y:qS*',1629653780,'/wp-user.php'),('lނe{)',1589996613,'/wp-content/plugins/splogr/data/kws/2_kws.txt'),('l(fTMlQ1',1574330923,'/wp-content/themes/satoshi/styles/functions.css'),('m\nyŸ22\Z',1587320053,'/dev/license.txt'),('m\Z\ng1QNm]',1629511096,'/gaza.php'),('m R]\\h',1585152260,'/cache/logo_img.php.suspected'),('m] {󅍟\0HT',1607575954,'/modules/mod_simplefileuploadv1.3/elements/w.php'),('m]! ׶)',1599454082,'/df2communitywebsite/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('mgmbs6wmB',1629967098,'/wp-content/plugins/woocommerce-jetpack/includes/js/wcj-cart-customization.js'),('mjZ\Z_o',1584963187,'/components/com_banners/models/mod.php'),('m*&˳Pp P*G.U',1586634846,'/wp-content/themes/twentynineteen/style.php.suspected'),('mU ·}Ш`',1599455558,'/tvm/fd45jn0f5Gd/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('mڨ5\"\" 3',1625672865,'/fckeditor/editor/filemanager/connectors/test.html'),('mCX5ϳc+v',1599455483,'/teacher/yiicarwx/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('n)|0B%S^A',1587944751,'/components/com_search/models/feal.php'),('nO3Ncx117',1568040935,'/wp-content/themes/project10-theme/style.css'),('nQ3@\\mI!F',1626138317,'/123.sql'),('nV%奾;Nv',1588196965,'/Meuhy.php'),('nW<8- <\\E*,',1623096707,'/admin.php?daksldlkdsadas=1'),('nysCr',1607764019,'/v1/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('nZ1\\c\n',1632661189,'/_Media/sitemps.php'),('n- Ί*q',1632737789,'/wp-content/plugins/3dprint-lite/includes/js/3dprint-lite-backend.js'),('nĝ![x o',1623565688,'/wp-content/uploads/2020/06/doc.php'),('nѓ;/\rvDtX',1608444086,'/modules/mod_footer/tmpl/'),('n\Z3o-E',1568994205,'/wp-content/plugins/woocommerce-square/assets/js/wc-square-payments.js'),('o\Z̢쾨>A',1599455783,'/wp-content/wp-plugins/aspose-pdf-importer/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('o#:\\ }ˉ<',1626138914,'/sql/backup/'),('ocݮvJ',1599455850,'/wp-content/wp-plugins/wp-heyloyalty/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('oϜ& &tF)KE>',1599454882,'/onefolder/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ok2CHM',1599453496,'/alquimialaravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('p8,3f4',1599453562,'/api4/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('p=ߌ\n1n',1599455304,'/sistema/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pGdQ6',1622884375,'/wp-snapshots/'),('p[*PN|IR)c',1629064987,'/wp-admin/adminer.php'),('p8~ȥ)',1599453121,'/lib/phpunit/phpunit/Util/PHP/eval-stdin.php'),('p\\a2Z',1560192467,'/xmliipc.php'),('pTX]ǚ#̪~',1619542275,'/blog2020/xmlrpc.php'),('p[ϯ_',1586431739,'/administrator/components/com_admin/controllers/class.php'),('p',1626138494,'/db/dbdump.sql'),('pۡاV\0',1586672243,'/webstat/wp-info.php'),('p)[\Z,1G# vj',1584581841,'/wp-content/plugins/duplicator/readme.txt'),('p7*ALqu3v',1599453546,'/api2/vendor/phpunit/phpunit/src/Util/PHP/Template/eval-stdin.php'),('qt?OK',1585163855,'/modules/mod_carramba/shoes.php'),('qFÕڿ ',1628023145,'/wp-content/themes/alternate-lite/inc/network.php'),('q+`WKҚ=\n',1585089260,'/conflg.php'),('qK`q_:Hy',1580558321,'/libraries/joomla/template/wp-cofigs.php.suspected'),('qV \\)ت + ',1607764742,'/apimotor/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('qWH,X U_',1599454471,'/japanese_school_website/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('qj69`,`',1566592549,'/wp-content/plugins/page-flip-image-gallery/upload.php'),('q̐S-wŸbS',1620133271,'/new/wp-admin/setup-config.php'),('qv<^Q%',1619542727,'/temp/xmlrpc.php'),('q̊w[',1607765987,'/chat/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('rXV:I<4',1610001525,'/home%20page-template-default%20page%20page-id-92%20et_bloom%20et_monarch%20et_color_scheme_green%20et_pb_button_helper_class%20et_fixed_nav%20et_boxed_layout%20et_show_nav%20et_cover_background%20et_secondary_nav_enabled%20et_secondary_nav_only_menu%20et_pb_gutter%20windows%20et_pb_gutters3%20et_primary_nav_dropdown_animation_fade%20et_secondary_nav_dropdown_animation_fade%20et_pb_footer_columns4%20et_header_style_centered%20et_pb_pagebuilder_layout%20et_right_sidebar%20et_divi_theme%20et_minified_js%20et_minified_css'),('rMV\0 ',1584825054,'/product-category/best-parenting-books-raising-girls/page/2/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('r틭x}fGR',1588180981,'/hours.php'),('sfьxXdLWXJ',1599454842,'/nvagencies/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('sl޳E=NJ= H ',1584914081,'/sl.php'),('s!K-i+#[',1599454153,'/emediamarket-be/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('s(1{p3',1626138518,'/db/payments.sql'),('s4Ơ^\rD.',1626138790,'/admin/upload/'),('sKe$›ػ\0V?',1587049810,'/new/license.txt'),('sg`Zq@by',1584979464,'/assets/images/blackhat.php'),('s|7ȯ(c',1609547415,'/emergency.php'),('s@3/;xpZFLR ',1615174852,'/libraries/joomla/template/mark.php.suspected'),('s`}9Rt',1617144165,'/wp-content/plugins/official-facebook-pixel/readme.txt'),('s<8N?',1607762635,'/2020/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('su~ [kFb',1588159480,'/Babbitts.php'),('sQ$iA<',1579308783,'/wp-content/plugins/iwp-client/readme.txt'),('tE8\\WMJ;',1599453980,'/ctevt/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('tX3Ǹ n5\0',1619542217,'/FCKeditor/editor/filemanager/connectors/asp/connector.asp?Command=FileUpload&Type=File&CurrentFolder=%2F'),('tc4ݒiXK',1599454805,'/newsite/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('te946cR΢ċ',1626138541,'/dump/database.sql'),('toG^qД\np\\',1599454380,'/htaccess/workspace/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('tq$%meBafF.',1598225204,'/.rar'),('tNBF]pM ',1599322772,'/wp-content/plugins/wp-file-manager/lib/files/xxx.php'),('tmd@|GA',1557567125,'/wp/wp-login.php'),('tؐX{}E2wu/',1586299111,'/administrator/components/com_search/views/search/tmpl/ix.php.PhP'),('u\nOo(Щ..',1611395989,'/wp-content/uploads/2017/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('uUUq͝2&;',1629140109,'/wp-includes/css/wp-config.php'),('wcohͺڅG$',1599455400,'/stockapi/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('wf r m]',1584912573,'/logo_img.php.suspected'),('wr\resblL8',1624091766,'/wp-content/uploads/2015/07/wp-categorys.php'),('w\nc*\n Z',1599455777,'/wp-content/wp-plugins/affinipay-payment-gateway/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('wй{{D&',1626138684,'/save.sql'),('w\Zo\rbc}a\"',1592756587,'/backup.mysql.tar'),('w؝}qxk',1617331933,'/wp-content/plugins/wordpress-database-reset/readme.txt'),('wx6B{ht',1615583002,'/wp-content/plugins/easyrotator-for-wordpress/wj.php.suspected'),('x ^wE<',1626138365,'/backup/orders.sql'),('xȊCaم^',1600236990,'/wp-content/cache/et/global/et-divi-customizer-global-15907173375612.min.css'),('x?1i& Ab',1596559351,'/wp-content/plugins/tc-custom-javascript/assets/bootstrap/js/npm.js'),('x[\0oW@VEQZ',1599670680,'/wp-1ogin_bak.php'),('xfۖLl\rدVa:*',1607762971,'/payment/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('xq#~z19򜆹)',1629065051,'/wp-content/plugins/admin.php'),('xx1kI0r',1614879470,'/wp-content/plugins/ioptimization/IOptimize.php?rchk='),('x_K5ʿOi\'',1620341314,'/wp-content/themes/plaintext/includes/custom-header.php'),('x=( s9S',1607059695,'/wp-content/plugins/loginpress/readme.txt'),('x\ZS',1607342505,'/libraries/joomla/base/phpmailer.php'),('xc 6V',1603141942,'/wp-content/plugins/users-customers-import-export-for-wp-woocommerce/styles/select2.js'),('x)!* V{0j',1619542309,'/New/xmlrpc.php'),('x`N^`3',1614411535,'/wp-content/uploads/2020/12/zgepd_oddsd.php?test=hello'),('yK􋙷!V',1626138470,'/data.txt'),('y8XKpNL y',1581595137,'/wp-content/plugins/wd-google-maps/css/admin_main.css'),('yS%*xz ',1632459015,'/wp-content/plugins/prdctfltr/lang/readme.txt'),('ynSSs6',1619542832,'/newsite/xmlrpc.php'),('yxږV\Z+',1629140127,'/wp-includes/lfx.php'),('y\\c,@:׬',1583085702,'/blog/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('yDŽ\Zs3t/  ',1609191155,'/panel/kcfinder/browse.php'),('y1ж9!YĆV=a',1560507779,'/administrator/components/com_admin/controllers/theme.php'),('y0M2',1626138718,'/sql/mysql.sql'),('zVW\rn@)',1599453115,'/lib/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('zl G@:2:',1621260324,'/wp-content/uploads/wp-logout.php'),('zvy##l-t[',1573148591,'/wp-content/themes/satoshi/upload-file.php'),('zh4[fl4; ',1558901833,'/v2/wp-includes/wlwmanifest.xml'),('zCP\\',1599454587,'/laetv-laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('z##c)`e7',1602801838,'/accesson.php'),('zVfc',1615046300,'/wp-content/themes/404.php'),('z%xjC~#q􃸆',1624312207,'/wp-content/plugins/log-http-requests/includes/include.php'),('zª3ocepBȼe}',1599453923,'/contact/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('zÏ.\\m #',1568266042,'/wp-content/themes/rockstar-theme/style.css'),('zNyz7V',1626138399,'/backups.sql'),('zw>\'5<\'',1599454239,'/experts-api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{#&䱪WA:H',1580469811,'/layouts/libraries/cms/html/bootstrap/5e1ca298e5bd9.php'),('{>мhUm',1629408138,'/small.php'),('{Wny',1599455137,'/relvadossinteticos.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{Yߑ$\09́&',1615626571,'/tags.php'),('{]\\%cj',1629140094,'/wp-admin/config.bak.php'),('{g^G#(A',1599455051,'/pos/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{$cs#(',1626138880,'/mysql_backups/'),('{z2{)Dr',1599454113,'/e_detector/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{XogqCĘ ',1568943941,'/wp-content/themes/famous/style.css'),('|Wyz$F\'_',1586459888,'/language/overrides/legacy38266.php'),('|sڀz=lx',1599454055,'/dev/intranet-broken/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('|\ZH3t?J\Zq',1615235840,'/administrator/logo_img.php'),('|\r[D)s',1624045469,'/wp-content/plugins/wp-cache/'),('|/=\0!(nF\'',1622023879,'/wp-admin/upload_index.php?auth=f02pz3831W0DTtLgq26L'),('|a4m`',1607760894,'/testing/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('|-eqP- Ώl|',1581172112,'/backup/'),('| }u(mj}$',1629140055,'/larva.php?idb=https://raw.githubusercontent.com/carlosdechia/carlosdechia/main/ExV1'),('|e+\'ay',1624499035,'/wp-content/plugins/gallery-plugin/bws_menu/icons/wp-ping.php'),('|`ng$%',1585618145,'/cache/content-post.php.suspected'),('|ݚ:igݩ(K',1607548339,'/plugins/system/debug/debug.xml'),('}:q',1632880385,'/wp-content/plugins/indeed-wp-superbackup/extensions_plus/inc/files/admin.js'),('s}I=#oHr',1569857951,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fgrit-guide-teens%2F&format=xml'),('~#!Vl}a',1626138473,'/datenbanken.sql'),('<cZcQ',1629576975,'/wp-admin/css/colors/'),('C0Rq',1629644595,'/wp-tempo.php'),('H&L)?Fk\0',1587342617,'/api/vendor/phpunit/phpunit/phpunit.xsd'),('SuXDktoD',1620133206,'/old/wp-admin/install.php?step=1'),('r@ۇt=#',1599453551,'/api3/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('}` ۶',1624089276,'/wp-admin/css/404.php'),('ܘH#(g',1633108332,'/wp-content/plugins/share-print-pdf-woocommerce/lang/readme.txt'),('\"Mm\\;y-<',1626138861,'/files/'),('\Z]pdUj7I',1619541671,'/mailmail/xmlrpc.php'),('\rCsnc+\0',1560201648,'/food.php'),('*ͳ\rg',1599455716,'/wf/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/{[C5O~t',1599455127,'/releases/ef1eac65f8c91c27435f01d32076f7c450a2a0ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pÖ|Z>',1588014574,'/wp-content/plugins/woosocio/readme.txt'),('tm\nj%r',1570185921,'/wp-content/themes/u-design/scripts/admin/uploadify/uploadify.css'),('g󊣖0i',1599454130,'/ecc/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Vd\Z}/4',1607764182,'/bugtracker/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('3:)ZAjjo',1607761777,'/app/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('D3xVB3',1626138567,'/dump/com.sql'),('\ZgHMwBiP',1599454659,'/live/compareip/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ݿi.jq',1599455922,'/zend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' GC9&dM',1587762873,'/wp-content/themes/sketch/wp-ajax24.php'),('/p!Gc',1599454608,'/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('|;ϲM^t\'',1614499272,'/raisingclevergirls_new.zip'),('F\"ʀ侏',1605325572,'/wp-content/plugins/superlogoshowcase-wp/css/super-logo-showcase.css'),('z>작\n\Z',1601698417,'/files.zip'),('\'1۰%KNʳ',1581172101,'/new/'),('JI%>Až',1618065634,'/admin/fckeditor/editor/filemanager/upload/php/upload.php'),('FMr',1629140043,'/wp-content/db_cache.php'),('\\FU`&q6',1599454958,'/phpexcel/spreadsheet/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('CoyOS\Z^A',1599455457,'/supermind/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ŵ69_',1631497375,'/wordpress/wp-includes/pomo/do.php'),('rⰶ\0b#',1588209373,'/wp-content/plugins/background-image-cropper/content-post.php'),('B. R\\N',1631497364,'/wp-includes/pomo/do.php'),('4mSuRTQ<_',1591243351,'/wp-content/plugins/yith-woocommerce-review-reminder-premium/readme.txt'),('5W>C;QYA7, ',1612160232,'/wordpress/wp-content/plugins/ubh/up.php'),('MX@4`-^',1594138078,'/wp-content/plugins/splogr/data/kws/7_kws.txt'),('`,o',1599455166,'/rrhh/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('blQg|',1599670657,'/wp-admin/wp-1ogin_bak.php'),('FwύSp#',1599453701,'/backend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&K0^ 9\\ך',1599453811,'/byroernne/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/yv׋6Q',1571233241,'/adminpma/'),('a\\~RmYO\\s',1622556611,'/wp-content/uploads/backups/'),('*tݏg',1599453269,'/wp/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('$`t[K6{\nn',1601712769,'/wp-content/uploads/piotnet-addons-for-elementor/'),('vw:wc/',1607764102,'/v2/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('{޽E7u4',1593670035,'/raisingclevergirlscomau.mysql.tar'),('R9GC}h',1586508944,'/1index.php'),('ÿ8F>@',1588242840,'/conf.php'),('çN`DK',1588149379,'/Mhbgf.php.suspected'),('P-$',1602317215,'/assets/images/index3.php'),('QavI2UT=',1600228577,'/wp-content/plugins/food-and-drink-menu/readme.txt'),('vtG׫',1607764304,'/helpdesk/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.B>Ғgof',1607761400,'/store/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('^l3C:8k>\\',1629463654,'/wp-content/indes.php'),('`p(/}8ﺭ\\n',1613388795,'/wp-content/themes/Divi-child/'),('B~1O0S-',1599454953,'/php-u2flib-server-1.0.1/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\'g/VҾ',1599455021,'/portal/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('<Ԃ#\r',1620387621,'/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd='),('{o݇a&',1566191642,'/netcat/admin/'),('*LqEu4^',1598622362,'/wp-content/plugins/ioptimization/IOptimize.php?rchk'),('*spaЦ)6?',1607761814,'/app/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('a\rE*Z\"f',1624475901,'/wp-content/plugins/corpo_toolkit/wp-registers.php'),('/N Az:`w&0',1615570844,'/payload3.php'),('4?B<7z{b',1582001181,'/wp-content/plugins/flexible-checkout-fields/assets/css/admin.css'),('n5\'@5뱿\"y',1622687134,'/wp-content/uploads/db-backup/'),('rK cLc}',1607765054,'/agc_app/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('z*',1626138553,'/dump/mysql.sql'),('\n,@Ax',1608786510,'/vendor/phpunit/phpunit/src/Util/PHP/XsamXadoo_Bot.php'),('%.@и',1612037069,'/script.php'),('5j+sI>v',1599453713,'/bank/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('X^d:',1580536596,'/templates/beez3/html/com_content/archive/gank.php.PhP'),(' ?[kHhd~',1594961322,'/wp-content/plugins/mac-dock-gallery/readme.txt'),('I[iS|\nX',1588965540,'/wp-content/plugins/apikey/apikey.php?test=hello'),('Og\r\"Z',1599454039,'/deportes/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ykĕ4S:ѻR',1577330377,'/installer-backup.php'),('[΢yk',1626950774,'/wp-content/upload.php'),('}$\\Id\n',1584826027,'/product-tag/books/page/2/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('h35p7',1629140141,'/wp-content/langar.php'),('ǿb]s\rO',1581574628,'/searchreplacedb.php'),('ܠ#$|)f&/F\r7',1609371400,'/wp-content/plugins/newsletter-manager/readme.txt'),('/lpjSai',1586631090,'/templates/beez3/html/layouts/joomla/system/wp-south.php'),(' /Jk!Wx',1599453249,'/wordpress/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('(\r\\>t}+h',1585883228,'/wp-content/plugins/wp-advanced-search/js/ajaxTriggerStart.js'),(')(q,t^ӌ',1581902596,'/wp-content/plugins/themegrill-demo-importer/assets/js/admin/demo-importer.js'),('dVw9жC4_D',1607766069,'/git/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('g#EwrH~9',1633075775,'/wp-content/themes/wp-conns.php'),('-fTena',1599454866,'/officelara/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('#0',1588170343,'/plugins/editors/tinymce/jscripts/tiny_mce/themes/advanced/langs/feter.php'),('jP}X\'K8B',1607766930,'/home/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('n6FXҴH',1616446255,'/wordpress/wp-content/plugins/three-column-screen-layout/dd.php'),('\'\ncg',1626138770,'/wwwroot.sql'),('pϴ^U-xw@',1598131141,'/wp-content/plugins/woo-discount-rules/v1/assets/css/woo_discount_rules.css'),('(eE',1560144609,'/roots.php'),('Ŗ=uJp\0',1615192741,'/wp-content/uploads/2020/11/doc.php'),('|X\05>yj',1615707627,'/inco.php'),('Ԕ\'[;PS@C',1619542652,'/HOME/xmlrpc.php'),('tt\r;\Z',1584825997,'/product-tag/books/page/4/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('(%g3c>(\n',1584827218,'/product-tag/empowerment/page/2/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('ԱȊSKd0',1619542622,'/test1/xmlrpc.php'),('6T?:',1599455462,'/task_api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\XEߝ4',1583086166,'/product/code-it-create-it/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('H m_kǢU',1616240867,'/wp-config.php.old'),('BLnl5ڲ',1599453111,'/phpunit/Util/PHP/eval-stdin.php'),('UW}h-Q',1558901833,'/oldsite/wp-includes/wlwmanifest.xml'),('XH9LZ-H9',1599455002,'/pkm/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('h2OVq.K.',1557797082,'/product-tag/books/%20and%201%3D1'),('oԗW*',1583089209,'/product/the-curse-of-the-good-girl/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('zFR\"s',1587436806,'/login?from=0.000000'),(',o@y',1626138506,'/db_mysql.sql'),('ODj$ ͬ',1586527412,'/components/com_jce/editor/extensions/search/css/Meuhy.php'),('\'vZy[W!.',1620810641,'/dump/sxd.js'),('[6݅xU/w',1602914517,'/1/wp-includes/wlwmanifest.xml'),('I;YU\0*oޚ',1617974477,'/FCKeditor/editor/filemanager/upload/php/upload.php'),(':\rHΊj}',1599455611,'/vendor/phpunit/phpunit/LICENSE/eval-stdin.php'),('>ѻq\"*',1599455056,'/ppid/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('%l݅rhB',1586495277,'/administrator/components/com_ninjaxplorer/ftp_tmp/0x.php'),('@vi^y',1629967135,'/wp-content/plugins/booster-plus-for-woocommerce/includes/js/wcj-cart-customization.js'),('\00Kpgʣ64{',1599454513,'/joshadmincom/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('NGGUr(c',1599455844,'/wp-content/wp-plugins/waves-ad-network/base58php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('!\07Rg',1584823742,'/product-tag/empowerment/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('*ƣ \Z.{bW',1629479375,'/assets/images/accesson0.php'),('1c̿EW',1626138660,'/orders.sql'),('PK繐66',1568178531,'/wp-content/themes/rayoflight-theme/css/style.css'),('i޸ҩxWH$_',1590233465,'/wp-content/plugins/i-dump-iphone-to-wordpress-photo-uploader/readme.txt'),('\rX)$A5',1599453451,'/albraj/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\"Q9A\'Rn',1629828996,'/wp-admin/local.php'),('[pXK',1622862062,'/backups_root/'),('Qn9DG`88',1599454550,'/kratikal-academy/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('DZ^%E$x}U',1624528259,'/wp-admin/css/colors/blue/wp-querys.php'),('؆6<¹\0X=;O',1584824096,'/wp-content/plugins/bloom/css/fonts/ET-Bloom.eot'),('\Z\n/UCR)Q',1629967041,'/wp-content/plugins/booster-plus/includes/js/wcj-cart-customization.js'),(']HGl)',1586389733,'/media/mailto/0x.php'),('eM>$N)ѦW',1586490119,'/templates/protostar/simple.php5'),('F kLڞ',1599455867,'/ws/geral/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1uἅi',1569746846,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fthe-awakened-family%2F&format=xml'),(' Io,4',1622903710,'/raisingclevergirls-com-au.sql.gz'),('{NI\n\r0_',1607760703,'/testing/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('YVd>$\\t',1583084750,'/cart/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('\\~#,% ȶ[',1599454087,'/digitalscience/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\nA,a',1622978485,'/db.sql'),('%zDb|]=nMds',1602801836,'/ups.php'),('5.7 !\0',1607763055,'/pos/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('C G.',1597589961,'/wp-content/plugins/quiz-master-next/js/admin.js'),('E0Fs:',1631215602,'/cache/accesson.php'),('c+,}X',1587468244,'/arx/license.txt'),(' 0?V',1626138373,'/backup/shop.sql'),('+$Q\\N-_',1619542193,'/wp-admin/xmlrpc.php'),('ANoV',1617718894,'/wp-m.php'),('W}(W:Suɞ',1560393988,'/class-wp-defaults.php'),('`G(rt',1599453890,'/Code/snippets/html2pdf-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('^,vJ',1599454465,'/iscent/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' $N腹X',1615258617,'/-/~/code87/5.php'),('&]Q1r=>kf',1626138397,'/backups/shop.sql'),('7y%3Kl~',1622881475,'/raisingclevergirlscomau.sql.gz'),('JFa\'`H',1626138455,'/database/payments.sql'),('Jr׏#Zc2t',1631405647,'/wp-content/plugins/log.php'),('N}m3o.m9',1579493439,'/wp-content/cache/et/global/et-divi-customizer-global-15751658694993.min.css'),('Q].|7L ',1584824084,'/wp-content/plugins/bloom/css/fonts/ET-Bloom.eot?gd6mr8'),('{>v)\n-1',1603141938,'/wp-content/plugins/ultimate-addons-for-gutenberg/assets/js/isotope.min.js'),('}TJp3!gR',1629489651,'/Moshax.php'),('N:`]',1631912645,'/wordpress/wp-class.php'),('/:PVK,',1599454644,'/lib/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('<[UvL&`',1627147528,'/wp-content/plugins/woocommerce-currency-switcher/readme.txt'),('?Tr+ݜ2P@',1598160178,'/adminer-3.3.1.php'),('x0\r2t\n',1568291508,'/wp-content/plugins/lifterlms/assets/js/llms-metabox-students.js'),('n^~eq4҉',1611396239,'/wp-includes/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('U{^`QcI',1610867805,'/sites/.env'),('Xp\n6 so',1557702996,'/databasefat.sql'),('b!Tr3A',1607762027,'/core/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('e(R9z\"\rɠ֜N',1622447919,'/dump/'),('h`xo',1555889827,'/db.zip'),('\Z)[Sw',1619541903,'/mail_OLD/xmlrpc.php'),('B& Ya%',1615459078,'/wp-content/plugins/theplus_elementor_addon/assets/css/extra/tocbot.css'),('\'ŭpZ|',1567731683,'/backup.zip'),('!iԐ ',1584826188,'/product-tag/empowerment/page/3/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('JezGht',1629332148,'/configbak.php'),('ܠ\rT3z<8=S',1607761358,'/dev/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('^?{9/|^|n',1583088559,'/product-category/best-parenting-books-raising-girls/best-parenting-books-for-discipline-and-getting-kids-to-listen/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('+x dQ',1626417259,'/wp-content/plugins/masterx/shx.php'),('/DE{>o',1607377729,'/wp-content/plugins/easy-wp-smtp/readme.txt'),('8vsTos0%$㋜',1599454060,'/dev/iscent/releases/20170811125232/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('tǞWM~F4',1589996619,'/wp-content/plugins/splogr/data/kws/4_kws.txt'),('~uM/r[',1619542242,'/Blog/xmlrpc.php'),(',Jk29|',1599453212,'/wp/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Io/8EOO',1625393571,'/wp-content/themes/markiter/module.php?mod_security=1'),('V|sFkq5~',1599453671,'/avastar/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ԧƁG}',1599454676,'/log_visitor/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('~\"k1s',1589996620,'/wp-content/plugins/splogr/data/kws/3_kws.txt'),('aM-+',1623020306,'/wp-content/themes/twentyfourteen/404.php'),('7);)q/f(',1607766462,'/sitio/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('VȦv0Zwg',1626138755,'/update.sql'),('fDYbŞ:Aa',1615575678,'/wp-content/plugins/wp-db-ajax-made/wp-ajax.php'),('{o埏]F',1631901494,'/templates/protostar/error.php'),('Z0Awlmx',1607841873,'/index2.php'),(' \"TV',1599454681,'/logistics/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('͈)F^`Pʎ?',1557797055,'/product-tag/books/page/2/%22'),('!>YO>5G',1627402549,'/wp-content/plugins/translator/translator.php?l=is&u=https://ya.ru'),('X,N+J!&',1563717719,'/wp-content/plugins/livechat-woocommerce/readme.txt'),('Ca˲q<',1599455542,'/transejecutivos/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Lc/x\"',1599453683,'/b2bapi/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{nd\n|yq((o',1607216127,'/wp-content/plugins/easy-wp-smtp/'),('#՚iK',1599455354,'/snippets/html2pdf-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('>mj',1623556537,'/wp-config-samples.php'),('-k(=D05l',1615486303,'/wp-admin/logo_img.php'),('0:-NM',1607761114,'/demo/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('vq_ n',1587331250,'/info/license.txt'),('bzF9mR',1580480759,'/administrator/wp-side.php'),(' #T0',1626138499,'/dbdump.sql'),('&CE\\',1560200209,'/ass.php'),('>j^yk',1619542892,'/staging/xmlrpc.php'),('h ppv0w',1599454649,'/libraries/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pyH+:C,S)g',1626138673,'/payment.sql'),(')J\"',1585589672,'/wso.php'),('$/e>z?',1615541004,'/user-profile.php'),('A7q/-V',1602318644,'/cache/index3.php'),('%cC&HT',1599454654,'/libweb/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('v>K&Fn-',1574597279,'/desktopmodules/Admin/RadEditorProvider/DialogHandler.aspx'),('P0sS*',1627617900,'/ckeditor/ckfinder/core/connector/php/connector.php'),('Yfr?',1568983296,'/b@ckup.zip'),(',7:މP',1607264574,'/old/wp-includes/wlwmanifest.xml'),('D\'Tk5C ',1582757474,'/wp-content/plugins/yikes-inc-easy-mailchimp-extender/admin/js/yikes-inc-easy-mailchimp-dashboard-widget.js'),('Z+,uL3e',1585050208,'/m0m.php'),('c{\re*Z9',1620133265,'/old/wp-admin/setup-config.php'),('wml/wsxu\'X\0\\',1581172122,'/cms/'),('{:Ç~ ',1599453840,'/campuslag/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('E9I5#mx#CFDR',1568453237,'/wp-content/themes/Anthology/style.css'),('a\"j!',1580532308,'/feal.php.suspected'),('!\\΋L@/',1599455215,'/scratchwin-backend/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('I^(ۏ;K',1615291166,'/.info.php'),('p?_E njm',1599455288,'/Sistema-Clinico--com-Laravel-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1)3#ʞ',1623565067,'/wp-content/themes/twentynineteen/404.php'),('=Kİ&S\'p@',1626138504,'/db/localhost.sql'),('oYN,y',1599453435,'/afasio/backend_Julia/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&0e鼤9z@',1593350559,'/wp-dbs.php'),('-F͵V',1566310442,'/wp-content/plugins/jquery-html5-file-upload/readme.txt'),('o_4kIG y.',1626138484,'/db_backup.sql'),('Ҏv3Њz\n',1619018869,'/wp-content/vuln.php'),('ٜ j{X',1623840195,'/wp-content/plugins/fancy-product-designer/assets/js/plugins.js'),(' v-\rxA!',1616479194,'/wp-content/themes/alternate-lite/inc/customizer.php'),(' <7u\ZW',1626138734,'/sql/com.sql'),('gDN޶y@)',1599453106,'/phpunit/src/Util/PHP/eval-stdin.php'),('ymD|}oq',1615151632,'/wp-admin.php'),('+#A9+_\"iT',1574241243,'/phpMyAdmin/scripts/setup.php'),('_kg',1585184543,'/admin/config/search/xmlsitemap'),('j)6\0_&',1584821840,'/product/ultimate-confidence/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('ߍtD֮46LF',1599454261,'/fblearn.com/usuario/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('E%coj=',1622575693,'/wp-content/uploads/backup/'),('U}D#Y96_P',1599455107,'/raphaelfonseca/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('o Ā_w\0,',1626138461,'/database/com.sql'),('*mSI',1587436802,'/horde/imp/test.php'),('mVQrjX)H9',1632262827,'/htcache.php'),('K9JG',1599454118,'/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('53C',1627294272,'/wp-includes/SimplePie/Canonical.php'),('Pj ',1607761615,'/app/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('X>7sG͆',1612009923,'/wp-dire.php'),('{ձ~Mp\0l',1624428192,'/wp-content/themes/primer/inc/customizer/wp-admin-blocks.php'),('\nIz@zN[G',1615222749,'/check.php'),('}SІue',1614997819,'/components/com_banners/metadata.php'),('CvJ:v t',1598225200,'/.sql'),('\"Ht',1631710366,'/wp-content/plugins/wp-conns.php'),('%yDDqP\Z\n',1594702972,'/wp-content/plugins/radykal-fancy-gallery/admin/generate-code.php'),('\'`xXD)-]Q',1584826065,'/product-tag/confident-girls/page/3/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('.E\\\"6ޑD⿣',1627596715,'/wp-content/plugins/sendgrid-email-delivery-simplified/readme.txt'),('Enj`-<;',1615390562,'/media.php'),('STd\"/$\"rN',1599455087,'/proyecto_alerta/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('T}AJo@?A',1627402554,'/wp-content/themes/eatery/nav.php?-Menu-=https://ya.ru'),('WjfuL4[',1599455031,'/portalmejora/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('om`6x',1629152641,'/wp-content/plugins/plugin/info.php'),('7@g4pc',1622546690,'/skin/ini.php'),('A+Uw\Z',1599454851,'/objectif-750/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ϫލ~Uht B',1618042240,'/filemanager/connectors/php/filemanager.php'),('-Uq,lP=r\"',1602317718,'/index3.php'),('_eoiNcj҇z',1626138929,'/uploads/'),('qu}Ek',1619542548,'/Backup_Old/xmlrpc.php'),('IVQ',1619542645,'/Home/xmlrpc.php'),('p.s>9',1611264035,'/wp-content/plugins/wp-special-textboxes/stb-uploader.php'),(')ֽy<=',1626846211,'/wp-admin/state.php?url=http://unityschoolofbusiness.net/adsfdgrsdf.css&21142=wdsa'),('O/YԷ^>u',1622474437,'/a.php'),('RY#',1587210288,'/bl/license.txt'),('CS>/7',1626138496,'/db/raisingclevergirlscomau.sql'),('5q\r(\' 3Q',1569132370,'/wp-includes/random_compat/'),('c*ҩpփw4?',1586452342,'/uploads/resume20171216205136_p8.php5.pdf'),('t9.PӸ}*',1599453726,'/batin24/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('K>Ys)M',1631295241,'/wp-check.php'),('â N`rwP|%',1599455328,'/sites/default/libraries/mailchimp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('VRMC9',1607832186,'/wcuf?wcuf_create_zip_for_field=0&wcuf_order_id=0'),(';GHb`y6',1557797077,'/product-category/best-parenting-books-raising-girls/page/2/%20and%201%3D1'),('# $Ýh ',1629553640,'/sym3.php'),('B~\n|rjA',1626138695,'/com.sql'),('hV1ýŗ~Fed',1607765790,'/epos/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('rx ýG3oNR',1586641754,'/tmp/odkudm.php'),('|AR3V\\',1599117077,'/wp-content/plugins/wp-file-manager/lib/php/connector.minimal.php'),('2{P\\',1619542461,'/backup/xmlrpc.php'),('f6%C7',1581172126,'/portal/'),('K+7QUV52',1588108264,'/wp-content/plugins/revslider/temp/update_extract/revslider/log.php'),('v(LfqS%',1599453239,'/wp/wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Wyկ?X6VU\Z',1624550532,'/xmlrpc/.2b75c.php'),('ZXZ-՘Y',1615487687,'/wp-admin/options-select.php'),('L! S*\'I',1584827300,'/product-tag/equality/page/4/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('hJBYL',1582260575,'/wp-content/plugins/pw-bulk-edit/readme.txt'),('/u#T`D6',1566928044,'/var/phpmyadmin/'),('+ kí',1607761472,'/store/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Biױ',1557797070,'/product-tag/books/page/2/2121121121212.1'),('גE6E8sq',1584823941,'/product/unselfie/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('V=ofZV',1614678623,'/wp-content/admin.php'),('1_',1626138775,'/wp-content/uploads/'),(']OTn+^rk',1556138693,'/2017/wp-login.php'),('h1) ,)е',1619542090,'/wpold/xmlrpc.php'),('w%<',1612031351,'/wp-content/themes/sketch/new_pluginwp.php'),('[a{.}Ԣ',1568297572,'/_phpmyadmin/'),('ĴWUay9/b]',1607763779,'/tickets/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\nkx6D',1631466906,'/public_html.zip'),('g&~',1557797078,'/product-tag/books/page/2/%20and%201%3D1'),('~Uuo{H',1627402557,'/wp-content/themes/nashvilleparent/directory-click-thru.php?id=27467&thru=https://ya.ru'),('M*,Z&',1599759082,'/wp-content/plugins/wp-file-manager/lib/files/x.php'),(' ]|̒+xw=t ',1622500991,'/wp-content/themes/twentyeleven/404.php'),('j+tA',1584824131,'/wp-content/plugins/bloom/css/images/required.png'),('SP }',1599453424,'/advDesenvolvimento-1003/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(',n4SAW/p',1599453391,'/ads_qu_merge/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(':=`o>ouAXyW',1620621997,'/images/'),('vH7\nyC4',1599453613,'/apps/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('}3 mk',1599454348,'/graph-sdk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('S\'SQ$',1624054577,'/wp-content/uploads/2021/05/ups.php'),('o Pv[>Aȁ',1560665697,'/wp-content/themes/sketch/404.php'),('`ZO|plA\n',1607548335,'/administrator/help/en-GB/toc.json'),('A\rӓۘFQߝ ',1607760742,'/testing/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),(' ކH\"',1607965048,'/old/wp-login.php'),('|#A*OU',1560204852,'/manager/popup-pomo.php'),('2e__k7p ',1616355144,'/EpA26Wlquo/3l3oABW9t1uhGOVh3sMJ/9GaCQ1pxpIySvHAuSfj/pqXY6geGrUphB34/FPNFlPB1144'),('<1`jI;',1607760280,'/test/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('RZ)&U=Nڂ`-',1599453744,'/begrand/downtown_reforma/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('; U@.',1585136855,'/images/w.php.phpgif'),('tmB)',1555822975,'/wp-content/plugins/yith-woocommerce-membership-premium/assets/js/frontend_premium.min.js?ver=1.3.1'),('jf8',1630961860,'/wp-content/plugins/wp-automatic/process_form.php'),('z3}#MA',1599322777,'/wp-content/plugins/wp-file-manager/lib/files/x.php?cmd=whoami'),('IhcC\'ք',1626138676,'/payments.sql'),('(j}c[',1619541733,'/old_mail/xmlrpc.php'),('7l02=#',1603141944,'/wp-content/plugins/async-javascript/js/admin.min.js'),(' VJfY9',1569202504,'/wp-content/themes/cameleonthemeforest/includes/fileuploader/upload_handler.php'),('$,f-&2',1557054820,'/wp-content/uploads/2018/12/5-steps-from-spoiled-to-grateful-1-1.png'),(', $µH',1620810638,'/backup/sxd/sxd.js'),('cP>yTD',1569507736,'/Pma/'),('k/?*R\rI(',1599454001,'/datagen/emrDataGenerator/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('t6-bZ֟\n',1599455601,'/uwp/fakultas/fh/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\\3yAH2?Z',1586993999,'/tmp/license.txt'),('m\\-\n_v',1599454722,'/mbdlms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('$;\\rՇ',1616176033,'/website//xmlrpc.php'),('ш/r@b',1622447919,'/db_backup/'),('6I߸=\n ',1599453945,'/crea2019/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('=H*0Oιv',1592382697,'/wp-content/uploads/wp-dba.php'),('N:2kt6',1560161702,'/page.php'),('j:I,տ',1618209169,'/laravel/_ignition/health-check/'),('scέ',1619542170,'/WORDPRESS/xmlrpc.php'),('m$9\'+\'',1585184503,'/sitemap-index.xml'),('XL |}nV',1602319178,'/wp-content/plugins/wp-file-manager/lib/files/index3.php'),('G@*e_\Z~&',1591654132,'/asset-manifest.json'),('JRx@@ͣe\n',1603141915,'/account'),('1e\r#U',1599454029,'/denuncias/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('G|*yتHȀ',1599454287,'/futbol_sys/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ض8GxF',1586527028,'/wool.php.suspected'),('ŌZnUѻ',1584991822,'/meta.php'),('䢕:27o',1621396453,'/xxxss'),('y/3( \\',1598225202,'/.sql.gz'),(':zaT$P',1557797085,'/%20and%201%3D1'),('Ǹ{*ĆUO\'',1626138741,'/store.sql'),('N(Lm-V',1614343354,'/dup-installer/main.installer.php'),(',xͩ!jh',1599454298,'/gdm/blog/www/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Q&S`O` ',1557797080,'/contact/%20and%201%3D1'),('S,rQU\"݋',1584825574,'/product-tag/raising-daughters/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('lRE+ctEM ',1626138442,'/creditcards.sql'),('΢(7âH',1626138934,'/var/backups/'),('Stxă',1599455839,'/wp-content/wp-plugins/user-export-with-their-meta-data/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('wyjpgO,',1607205842,'/backup_2/smith.php.suspected'),('q8\0 ',1619542804,'/default/xmlrpc.php'),('*$D@l%(a',1560518166,'/cms/wp-includes/wlwmanifest.xml'),('7/NC> ',1602318284,'/wp-content/themes/matrimony/tbl_status.php'),('8ڿUS}3Uo @$',1614660232,'/wp-content/themes/distance-lite/languages/namespaces.php'),('E& |D\rxᒶ,',1599453500,'/apde.edu.gt/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('LhCҚJhw',1626138638,'/mysql/payment.sql'),('NE5¬\'',1560069936,'/bacot.php'),('Q], +Ig',1603109412,'/wp-content/db-cache.php'),('-\nkbbíNX',1569330777,'/photo.zip'),('\nN>~ǯN<',1599453206,'/old/wp-content/plugins/dzs-videogallery/class_parts/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1#^W)]zv',1622403258,'/temp/backups/'),('EƁ(BV잰P',1587060059,'/1/license.txt'),('M-utKY[J',1630757651,'/system/storage/logs/seo_script.php'),('Pf;Ҡ~',1607763816,'/support/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('U/*6Ven',1626138538,'/dump/bd.sql'),(']XtEQ+',1626138558,'/dump/orders.sql'),('Z\0-x.@,\r ',1583088945,'/product/whole-brain-child/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('Fن!V',1569244092,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fstandard-membership%2F&format=xml'),('·z_c',1607765719,'/invoice/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('zP͍7L',1557702520,'/database.7z'),('ڙwK?\\',1599455314,'/site/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('$gv\\bDԿr:',1608786545,'/vendor/phpunit/phpunit/src/Util/PHP/XsamXadoo_Bot_.php'),('\'W0HOݐCVM',1599455091,'/public/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('|D!qlKbU',1599455156,'/RoomBookingR1D/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(')advz',1617493600,'/wp-admin/admin-ajax.php'),('<<[\"h\'',1599453750,'/begrand/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('&\'AE&',1607760929,'/demo/laravel/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('%2YD39?q',1599455385,'/splurbAPI/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1|$,34D/',1584823863,'/product-tag/equality/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),(';\ndt;_',1626138389,'/_backup.sql'),('V̈7\'(',1581172124,'/dev/'),('|PM0וۗ&LR',1608303193,'/wp-content/plugins/ubh/con.php'),(' #u{VDe-',1555915860,'/database.zip'),('3D)1tK\'[',1599454375,'/housingbook/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('@O8RpmW',1599454433,'/imadguennouni/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(')uHtֶP^',1622921121,'/localhost.sql'),('p V .byc',1583299842,'/humans.txt'),('U8[o-0Q',1599453863,'/clientes/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('/\Z3MBI(E',1599455862,'/ws/ec/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('۱wU\'',1599453086,'/vendor/phpunit/src/Util/PHP/eval-stdin.php'),('H5l',1584992019,'/wp-mini.php'),('ȹ\"3##',1612042744,'/shop/admin/'),('U 磿>ҧ',1617248978,'/wp-content/plugins/woocommerce-help-scout/changelog.txt'),('ѵofa\"S=',1599453365,'/modules/ps_facetedsearch/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ve\"J\\%L!',1607706653,'/config.bak.php'),('3>?t]\r',1599454770,'/mtosapp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Iڕޡ',1619542932,'/cms/xmlrpc.php'),('?ղvq',1619541821,'/BACKUP-mail/xmlrpc.php'),('0͎zڼKb',1557797085,'/product-tag/books/page/2/%20and%201%3E1'),('8 CykQ`',1620133294,'/test/wp-admin/setup-config.php'),('Fi-_]yVt',1588145421,'/modules/img/mode.php'),(':\"˴`]',1619532616,'/wp-content/plugins/arforms/js/filedrag/upload.php'),('S^KB',1615295757,'/components/com_user/views/reset/mod.php'),('an*Y\n',1624168917,'/wp-includes/certificates/confg.php'),('%of*\'',1599453090,'/vendor/phpunit/Util/PHP/eval-stdin.php'),('\0OWcv',1619541988,'/Wp/xmlrpc.php'),('Rz2\'',1599454034,'/deportes/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('9ӞFZJGN<ƫ',1630481337,'/wp-content/plugins/dzs-zoomsounds/webpack.config.js'),('=i;@/_TO-',1622006517,'/wp-content/uploads/upload_index.php?auth=f02pz3831W0DTtLgq26L'),('=ږ\'>e2}:',1622697318,'/wp-content/plugins/fancy-product-designer/inc/custom-image-handler.php'),('D<^i*WQ`A\0DC',1615488782,'/wordpress/wp-content/plugins/523453244/mini.php'),('La@8D1/|',1626138765,'/wordpress.sql'),('0WMB]',1582583677,'/wp-content/plugins/idx-broker-platinum/assets/css/idx-admin.css'),(' V \'Rgn',1629140023,'/moduless.php'),('\"o \ZF',1599455765,'/wp-content/plugins/realia/libraries/PayPal-PHP-SDK/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('¹ߑ8xg+',1619542211,'/blog/xmlrpc.php'),('V}נl/_@d',1599453525,'/api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('RpՃ7R@vV',1585184501,'/sitemap_index.xml.gz'),('?/a(q',1624391702,'/wp-admin/user/themes.php'),(' gر\"r!X',1612027647,'/wp-te.php'),('AgRGmɚ',1594808841,'/wp-content/plugins/ajax_multi_upload/readme.txt'),('V\Zp2ZRU@',1626138508,'/db/mysql.sql'),('~C- ',1607765296,'/back/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('>ϑQg',1594138076,'/wp-content/plugins/splogr/data/kws/6_kws.txt'),('ݵ>`',1602318072,'/wp-content/themes/skand/tbl_status.php'),('2P\n6 r{_',1626950728,'/wp-content/uploads/wp-22.php'),('3LSC',1602545946,'/wp-content/plugins/team/readme.txt'),('?E@aF',1614697098,'/wp-includes/dcomay.php'),('30U{ B',1587543716,'/wp-content/plugins/one-click-order-reorder/readme.txt'),('K8Ϟ~d',1600658229,'/wp-content/plugins/wp-e-commerce/readme.txt'),('u?u`oSQ',1626138832,'/db_backups/'),('w [-^cs~$ ',1575705464,'/wp-content/plugins/reflex-gallery/admin/scripts/FileUploader/php.php'),('T\0\rl0ecQ',1599454524,'/khabir/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(')@h{ί=9/',1599453355,'/modules/autoupgrade/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Teâ+Xhe',1629973639,'/wp-admin/user/mide.php'),('\\ZƔ$n',1626138721,'/sql/order.sql'),('.(0iE',1599453541,'/api2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(',[+$',1587863636,'/wp-api.php'),('R6JC',1608098132,'/wp-content/admin2.php'),('%bo=Ou:v',1599455344,'/skck_sidoarjo_code/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\'+{\"\\\r',1577298253,'/adminphpmyadmin/'),(',?>',1625393569,'/wp-content/plugins/react/module.php?mod_security=1'),('\ZW-L*?',1623459220,'/site.sql'),('\"P<4o]',1560016559,'/bigm.php'),('8(Oָc9{h',1599453511,'/api_source/firebase/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('h¼ i6{kw',1615058986,'/test.php'),('v/R}uMUЂ',1626138352,'/backup/raisingclevergirlscomau.sql'),('wm Xz.{g\n',1626138870,'/logs/'),('X9N 51t0',1619541804,'/Backup-mail/xmlrpc.php'),('ŸBG',1599453339,'/2020/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\n*x D',1565491773,'/vendor/phpunit/phpunit/phpunit.xsd'),('a3*+',1599455405,'/straighttalk/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Mc+r|!',1588131415,'/mod_ariimageslidersa.php'),('>+ݡg ^\\G',1575076875,'/feal.php'),('@lR4{Ƌ)',1607764421,'/cms/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('X7ѓ}&/F',1596980696,'/pma.php'),('t!8X(qRAPOu:J',1599865408,'/libraries/joomla/template/content-post.php'),('-99}埞,\\b',1629140106,'/wp-content/plugins/config.bak.php'),('YN?*Z:',1586516273,'/layouts/plugins/user/terms/class-wp-filesystemss.php'),('2 І#',1599455277,'/simplesamlphp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('8X:|If',1599453359,'/modules/gamification/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('cBX6-\'',1589996613,'/wp-content/plugins/splogr/data/kws/1_kws.txt'),('PTt7',1599306823,'/wp-content/plugins/advanced_file_manager_5/php/connector.minimal.php'),('',1609827640,'/page/2/?s=s\\\\'),('GUZ׸4tW[',1631798978,'/adverts/add/'),('Tz\Zj ',1599453767,'/betanew/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('jd.',1630701550,'/wp-admin/yt.php'),('?63UCMfӪ',1616787760,'/wp-content/plugins/wp-booking-calendar/wpml-config.xml'),('D态D\Ző',1595068259,'/DesktopModules/RadEditorProvider/DialogHandler.aspx'),(',߆X',1630926885,'/assets/images/search.php'),('iA{BdM',1612710837,'/wp-content/themes/twentynineteen/wp-1ogin_bak.php'),('Bˢ1Y',1622425121,'/db-backup/'),('y@c\ro;',1607762715,'/admin/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('‚C5\rx)G',1607762323,'/mantis/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('ƒ)&oBڽORcnT',1587179448,'/blog/license.txt'),('M~sZ/.:',1571170888,'/dbadmin/'),('œ@-kr',1557797078,'/2121121121212.1'),(' (C{DfiH\0;',1599455467,'/taspenku/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('©B6\"]',1599455873,'/ws/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('¿]ؓ\Z\'4$',1588069371,'/wp-content/plugins/revslider/temp/update_extract/revslider/license.php'),('ʽ$K鄘B)j',1575304530,'/wp-content/plugins/Premium_Gallery_Manager/uploadify/uploadify.css'),('+.O-TGz',1603141926,'/wp-content/plugins/xcloner-backup-and-restore/admin/js/xcloner-admin.js'),('WSxtjn2Z',1581574616,'/searchreplace.php'),('&8k)C^,',1607764063,'/v2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('s\Zme ',1631223351,'/vuln.php?cmd=php%20-r%20%27die(pi()*42)%3B%27'),('`>L\ZG',1619542578,'/backup-old/xmlrpc.php'),('Ç\nIisu\'* ]',1612326209,'/wp-content/plugins/affiliates-manager/readme.txt'),('ò$mvUMw',1569957101,'/backup3.zip'),('þq\n|>9',1587338188,'/inf/license.txt'),('éT\"U[5',1599454582,'/laetv-laravel-respaldo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' xV\":P3E1',1599453856,'/client_billing/authorizenet/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('aݵ\Zک7p',1617638114,'/_ignition/health-check/'),('!na:SbE~M',1599455171,'/runapi/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('WbQ @e\\',1588210561,'/wool.php'),('`I\n',1585184505,'/sitemap.xml.gz'),('Ĉ 6qu44HT',1626138546,'/dump/raisingclevergirlscomau.sql'),('ĝ݄=:M\"l>',1626590835,'/wordpress/wp-content/plugins/fighter/shx.php'),('ħ1a~=xڛ',1626782517,'/wp-content/themes/workreap/style.css'),('Ĺ1 CKLs}!',1619542786,'/web/xmlrpc.php'),('l$yBȥG8&@',1615356250,'/aa.php'),('9fXcq4',1628533031,'/wp-content/languages/plugins/'),('% `,ogiU',1583086005,'/product/good-night-stories-for-rebel-girls/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('6D_tz Č',1585999398,'/wp-content/plugins/lifterlms/assets/js/llms-ajax.js'),('\"\ZŴ8`MW.',1607763736,'/my/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('6;BHBw\Z',1622720038,'/raisingclevergirls.com.au.sql'),('CUzz5',1626138728,'/sql/payments.sql'),('H|PTj?F~',1568879681,'/wp-content/themes/Famous/style.css'),('mZ~Pޫ%հ',1599455323,'/sites/all/libraries/mailchimp/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('mFabyb&Y',1592059850,'/Providers/HtmlEditorProviders/Telerik/Telerik.Web.UI.DialogHandler.aspx'),('ŁƮ~D',1566553653,'/dump.sql'),('ŢXNs',1631894938,'/components/com_banners/models/banner.php'),('Ż_Y`hH',1631337501,'/div/'),('ʯ_OD&&;n~p',1629530809,'/hex.php'),('g',1569202507,'/wp-content/themes/eptonic/functions/jwpanel/scripts/valums_uploader/php.php'),('˴~BV\0y\"',1569372869,'/wp-content/themes/nuance/functions/jwpanel/scripts/valums_uploader/php.php'),('ƽ!@=pl',1586338874,'/audio/feter.php.suspected'),(' mg`Jĥc',1599453243,'/wp-content/plugins/mm-plugin/inc/vendors/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('L;+[r\".',1599454304,'/gdpr/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' \n&ZTv0 5',1615145988,'/cron.php'),(' --$o0',1599454407,'/ifrc-laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('508N',1599453665,'/autoupgrade/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('1msMM0e',1569024915,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fabout%2F'),('\"ޡiۡ=',1584822368,'/product/siblings-without-rivalry/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('-Emm1j1',1622518679,'/test/wp-admin/install.php'),('D!rޒ<h',1599453446,'/agc_app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pMl4;u5',1560542678,'/dev/wp-includes/wlwmanifest.xml'),('~5i9U3k}ʨ',1599453624,'/argotractorsrmi.net/publichtml/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\r\0\\jzBBY^',1599455072,'/professionaltuning/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('s|ҢAt\r',1599455293,'/sistema/dompdf-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('-f^ECB:',1610210514,'/wp-options.php'),('OO&Ǡj@',1584932085,'/options/popup-pomo.php'),('o*EC[',1591313561,'/wp-content/plugins/acf-options-importexport/readme.txt'),('s÷Yix\'֩\r',1600661467,'/15-movies-to-boost-confidence-build-resilience-and-grit-and-the-conversation-starters-for-each-of-them/src='),('͠DB§]\Z_',1609722306,'/old/wp-admin/install.php'),(';Zf{,\n',1557797084,'/product-category/best-parenting-books-raising-girls/page/2/%20and%201%3E1'),('ϛ?',1587436794,'/console'),('0$%e',1623720971,'/raisingclevergirlscomau.sql.tar'),('\'Ml(9P5 |t',1599454428,'/imadguennouni/all/spotbills/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('HH(#!eZ',1620133333,'/test/installation/'),('J+jH ',1599454412,'/ign-project-backend/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('aaG،d',1607650910,'/wp-content/themes/shapely/readme.txt'),('΅r\n_)nK,[',1612710699,'/wp/wp-1ogin_bak.php'),('΍-㶎^:s\rN',1558901892,'/v1/wp-includes/wlwmanifest.xml'),('εwl ~G',1581172120,'/tmp/'),('H/,n4',1557797073,'/contact/2121121121212.1'),('}j[S',1599455699,'/webservice/firebase/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('{y1#E0',1599455435,'/sub_hannah_back/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ńߑ&yN',1599453794,'/bots/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('MmK)l8%',1599454124,'/ecc/fashion_club/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' _-~',1602540110,'/wp-content/plugins/wp-file-manager/lib/php/mime.types'),('E`>aWWqf',1599455793,'/wp-content/wp-plugins/jannes-mannes-social-media-auto-publisher/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Հb3K(}x',1558901948,'/blogs/wp-includes/wlwmanifest.xml'),('ՐHi`>i',1607548344,'/admin/view/javascript/common.js'),('Ւa75!',1566999741,'/var/phpMyAdmin/'),('թ\"q>&E',1599453835,'/cag/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('+ $*_',1625393573,'/wp-content/plugins/shell/s.php'),('.eKR',1599687145,'/docindex.php'),('\0˦o/t\Z)',1622630824,'/_backups/'),(' \n6Bz^',1586334195,'/administrator/components/com_banners/helpers/html/wp-side.php'),(',p˘ srH',1629577109,'/wp-content/uploads/2020/02/'),('֭ Fd',1617824734,'/xmrlpc.php?daksldlkdsadas=1&WordPress=/82nlf3.txt&Database=abc.php'),('reqw`?z.y',1624385753,'/wp-includes/stajacxalh.php'),('/K5Ssގ\\',1599455205,'/scholarship/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('0VXU',1615454482,'/wp-content/uploads/2020/08/doc.php'),('gPw\Z7o4%',1624073664,'/wp-admin/css/colors/blue/images.php'),('b}8Qo՘O',1595529577,'/product-category/online-directory-of-resources/girls-clothes/'),('SXȍ/]4_',1562788689,'/kcfinder/browse.php'),('z4\Z Z',1623722342,'/blog/wordpress/wp-admin/setup-config.php?step=1'),('׋\ZT',1584904162,'/pressthis/popup-pomo.php'),('# 7@e',1619541910,'/mail_Old/xmlrpc.php'),('U\"Zm*',1609278641,'/product-category/online-directory-of-resources/parenting-resources-raising-girls/'),('ˀJ1f=fQ[',1599454343,'/go2growApi/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('|c;.ʰn',1567733156,'/wp-content/themes/bulteno-theme/functions/Readme!.txt'),('cAيX9v',1587261015,'/12/license.txt'),(' +R',1599455041,'/portfolio/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('=\nz7]\Za',1612001769,'/magico.php'),('Gf|ɲ Z\'l/',1599836395,'/libraries/joomla/template/content-post.php.suspected'),('Z)=\'',1626138447,'/database/order.sql'),('؆]qB_Ρ!ت',1626138590,'/dump/store.sql'),('ؔ%nu}Bt',1582517459,'/wp-content/plugins/advanced-post-list/admin/css/admin.css'),('ؚ܂g}',1599839933,'/cache/ups.php.suspected'),('ثe/_RŰ(',1599454482,'/jenkins/jobs/htaccess/workspace/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ؾm߂;|od֦',1584822045,'/product/grit/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('t6zRO',1575135791,'/wp-cleaner.php'),('ǥrp;.z',1590289805,'/cpanel_account_suspended.html?rsd'),('b5d^Yg',1599455473,'/tbg/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\" C/9W&Z',1615053585,'/wp-includes/css/wp-pointer.php'),('\Z0J1e\"s',1626138560,'/dump/payment.sql'),(',WCʴW',1600454227,'/wp-content/mu-plugins/rms_unique_wp_mu_pl_fl_nm.php'),('0]>Uv턀\0',1600747272,'/wp-content/mu-pluginsss'),('LO] N\"Y',1627010480,'/wp-content/plugins/t_file_wp/t_file_wp.php?test=hello'),('Qw_ GxDc',1599454460,'/iscent/releases/20170811125232/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('_j?NG2 A',1594138078,'/wp-content/plugins/splogr/data/kws/8_kws.txt'),('ٖfoI\0Ǧ-',1615533853,'/1.txt'),('ٹA~Cőf',1622747328,'/raisingclevergirls.com.au.sql.tar.gz'),('پ3&Jq/0R',1622342163,'/sxd/backup/'),('ٿ_Rmfʾ',1619542446,'/Demo/xmlrpc.php'),('њ#2\"tu',1586321318,'/web/cache/content-post.php'),('QWU֌|d',1560542650,'/demo/wp-includes/wlwmanifest.xml'),('UI?z:}>s6',1607862192,'/o.php'),('_/@TgTz2#',1599455738,'/wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('pxMVss 9|I',1595996937,'/servers.plist'),('ڀCU<̍\'c, ',1560188463,'/mide.php'),('ڍgg^)$$3',1626138555,'/dump/order.sql'),('ڢf)á5Iw',1605729882,'/wp-content/themes/mantra/admin/upload-file.php'),('ڷh|E<',1561580949,'/wp-includes/Text/Diff/bin/elfids/connectors/php/connector.php'),('ϓ(ҢF>b',1619542554,'/BACKUP_OLD/xmlrpc.php'),('%f9ba',1619541547,'/Mail/xmlrpc.php'),(',q\nzzL',1560003223,'/wss.php'),('M4qP\'u}Ji',1626138640,'/mysql/payments.sql'),('F\ZEE-,)i#',1613494752,'/wp-admin.zip'),('\\t[[$E',1599672399,'/cache/wp-plugins.php'),('ܰ$dN',1632406799,'/uindex.php'),('7h|F',1599454503,'/jobs/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('EnJ).#>',1599453484,'/alpha.u2start.com/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('N2ȡn֌',1599454847,'/oauth/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[7ʍ\\vr*w',1626138665,'/oscommerce.sql'),('hhcwZ&dܑ\Z',1602109845,'/wp-content/plugins/post-grid/readme.txt'),('wKba5C',1612042740,'/shop/admin/view/javascript/common.js'),('ݢ[ ?#}X!',1592059882,'/Components/General/Admin/UserControl/Telerik.Web.UI.DialogHandler.aspx'),('\06uђ',1599453869,'/clinicasoftware/app/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\rX2c}',1629679939,'/ac.php'),(' *?h\0,c',1599454530,'/Khvorost/blog/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('M ϾpY',1612710863,'/wp-content/plugins/akismet/wp-1ogin_bak.php'),('_\r>9F!c',1612042706,'/blog/administrator/help/en-GB/toc.json'),('ކ*0} ',1629140020,'/style.php'),('gJ@⏹',1599455112,'/registration/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('5(r(E',1626138437,'/creditcard.sql'),('5B0\rδ7!Bv',1626138816,'/Backups/'),('aX_܏x*+',1585009362,'/system.php'),('laBQG+S',1596757405,'/wp-content/plugins/newsletter/readme.txt'),('ߒEm*>ր,<S',1599306816,'/wp-content/plugins/wp-file-manager/lib/js/elFinder.js'),('ߓL`ӎ0^}',1596466495,'/online-directory-of-resources'),('ߠ<Sr',1556480062,'/cpanel_account_suspended.html'),('ߩ\'t}.',1555860237,'/product-category/parenting-books-raising-girls/'),('ߩk4\'znNa',1587903377,'/olad.php'),('߽n9MB',1622620454,'/wp-content/backups/'),('uH#',1631041696,'/xmlrpc-activate.php'),('SV+5E',1622556610,'/dbbackup/backups/'),('ȑ]xk8',1599453307,'/172410101040/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('T-uDrX',1615488782,'/wp-content/plugins/523453244/mini.php'),('9չ .8',1599455688,'/web/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('C y:[MN',1580409214,'/libraries/joomla/template/mide.php'),('Q*oN',1604362042,'/n1.php'),('ZoN`]YP0',1599670631,'/wp-includes/images/css.php'),(']?U]|1 ',1589343246,'/wp-content/plugins/hype-animations/readme.txt'),('ঝ#+Ԓ',1593703356,'/blog/wp-includes/wlwmanifest.xml'),('ඛAw+ylm',1599453146,'/admin/ckeditor/plugins/ajaxplorer/phpunit/src/Util/PHP/eval-stdin.php'),('N+cBb}',1623246116,'/source.sql'),('4ܛl6<Ŵ( ^',1619542612,'/Test/xmlrpc.php'),('\\ 8GfC!+PN',1605779408,'/wp-content/plugins/gravityforms/css/admin.css'),('{3B#Cj\n',1584920445,'/bl.php'),('0fr yPHi',1560018240,'/modules/mod_simplefileuploadv1.3/elements/help.php'),('85Oeo',1584823008,'/product/the-conscious-parent/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('m0L&-@',1632791784,'/wp-content/plugins/improved-variable-product-attributes/lang/readme.txt'),('Ǧ$We@)v :i',1599453574,'/api5/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('HxE{ӚmG',1626138711,'/sql/raisingclevergirlscomau.sql'),('&rNH!@t,',1623538912,'/wordpress/wp-content/plugins/ElingKuatSlamet/wp-load.php'),('(BEG{#s/',1607761276,'/dev/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('-:{ϝU',1557797068,'/product-category/best-parenting-books-raising-girls/parenting-books-for-girls-gender-stereotypes-overcome-modern-challenges/2121121121212.1'),('Q\'>Ja\0Z',1618590914,'/index.php'),(']UUa\rK',1631700499,'/wp-checking.php'),('aΕu:iWq',1602699666,'/bkup.zip'),('oL^cYe',1584974573,'/xmlrpc/logo_img.php.suspected'),('3Ιi1s',1619541620,'/mail2020/xmlrpc.php'),('ʎsP\Zbf*',1602801834,'/gank.php.PhP'),('AvBb',1595939623,'/assets/ckeditor/kcfinder/browse.php'),('r/\'q@BIN',1626138713,'/sql/dump.sql'),('-rc` ;;I',1594765515,'/wp-content/plugins/angwp/include/extensions/spr_columns/assets/js/parallax.min.js'),('C>Ԉ[@',1599455641,'/vensdor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ꙉ\r#c aԛ',1605496250,'/wp-content/plugins/ubh/up.php'),('݈ ^S',1584091105,'/wp-content/plugins/wp-nested-pages/assets/js/nestedpages.js'),('6,$,[m',1626138613,'/mysql/bd.sql'),('xL|F-;=>D',1584091105,'/wp-content/plugins/wp-nested-pages/assets/css/nestedpages.css'),('ta44/rMv',1607760047,'/backup/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('y)p3Lj9=T',1599455309,'/siswas/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Q[FݥX7j',1615289298,'/templates/beez3/error.php'),('\"bKRB',1614696997,'/wp-admin/user/user-profile.php'),('W Lńی\0j',1599454735,'/metano-api/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Ҽ ڃKՍ,',1585127779,'/libraries/pear/archive_tar/mark.php'),('䠑{B\nu?,',1600138631,'/wp-content/plugins/ioptimization/hdevjggwab.php?x=ooo'),('8T I\r#',1599454012,'/demo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('=PH!a8',1614695052,'/wp-admin/links.php'),('tN[ʇ1\'',1599455733,'/workspace/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('KƎ`',1622674869,'/my-wp-backup/'),('\rh Pk??Ƣ9',1603314828,'/wp-content/plugins/album-and-image-gallery-plus-lightbox/readme.txt'),('$zF.\'g\"',1629064976,'/mysql-adminer.php'),('\0579EP',1562325987,'/admin/FCKeditor/editor/filemanager/connectors/uploadtest.html'),('{yn%:2s79',1599454810,'/newsop/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('_# b$Y &=W',1626138746,'/temp.sql'),('\'xa\0:h',1619542563,'/Backup_new/xmlrpc.php'),('< 9Է_촏9',1586444765,'/templates/wp-info.php'),('=C~§\'Ѣ',1619541657,'/mail2019/xmlrpc.php'),('F q&:P',1632937645,'/wp-content/plugins/woocommerce-frontend-shop-manager/lang/readme.txt'),('~\nP*E}aS',1622307974,'/admin/backups/'),('.\"k7,6q',1562363144,'/wp-content/plugins/easy-login-woocommerce/readme.txt'),('O-<\n>Q_Y',1612030648,'/wp-content/plugins/wp-hps/sh/b374k.php'),('Z SS#Ic',1607760817,'/testing/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('ahj&<}<',1581172130,'/temp/'),('}O(0 ',1626138548,'/dump/dump.sql'),('SVosa.',1620133320,'/installation/'),('-@> \n',1590956431,'/wp-content/plugins/imega-teleport/readme.txt'),('KJ؞4I',1619542533,'/backup_Old/xmlrpc.php'),(' vFm*',1625672865,'/FCKeditor/editor/filemanager/connectors/test.html'),('=[a$\n',1608309221,'/wp/wp-content/plugins/ioptimizations/IOptimizes.php?hamlorszd'),('J2nHd(ܠR',1599455420,'/stripe-php/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('TD/-oH5',1599453694,'/back/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Y! ïZVs',1631656600,'/wp-cache.php'),('^3AWFuq\"E',1584832881,'/simple.php5'),('uGFk&)V8',1607764983,'/dev1/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),(';4\Zc`iͰ',1584973143,'/Dwsonv.php'),('lQ\'gp\n',1632692204,'/wp/wp-apps.php'),('Qԥi',1581574622,'/searchrep.php'),('_*}*#^ ',1599455441,'/subdomains/spartacus/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('El$_1',1622600333,'/modules/mod_simplefileuploadv1.3/elements/udd.php'),(':lhLZa',1632875131,'/wp-logs.php?action=test'),('A\'$+䔏߱',1557701075,'/data_5.sql'),('ʨiդVOFu',1629478123,'/media-admin.php/404.php'),('N+ja^',1607765952,'/chat/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Z~|!p:۱',1583086083,'/product/grit-guide-teens/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('bɼ8Rj5V2',1599454320,'/git/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('i5WI20Xc',1626138343,'/backup/backup.sql'),('5IZ?K0',1599453478,'/all/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('K-1 `pbO',1585175613,'/procate/popup-pomo.php'),('5[=Xn[4',1599453567,'/api4/vendor/phpunit/phpunit/src/Util/PHP/Template/eval-stdin.php'),('1IOsҫ&զ',1610915281,'/__media__/js/netsoltrademark.php?d=pnla5d47m.com'),('窕[',1565444221,'/wp-content/plugins/mm-forms-community/includes/doajaxfileupload.php'),('L̡,',1586635505,'/small.php.suspected'),('>S9Q{^{',1623447056,'/wp-content/plugins/lite-cache/'),('Nj`9H9*7%bw',1590568155,'/wp-content/plugins/yith-woocommerce-membership-premium/assets/css/'),('Wb=#tZ,X',1585136079,'/setupconfig/popup-pomo.php'),('[$ _T',1599455374,'/spartacus/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('l* xK',1612042733,'/shop/administrator/'),('q\'Vj3\'',1584823617,'/product-tag/confident-girls/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('vl2UG6KqO',1599455257,'/shopify/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('W)b*l',1610056277,'/raisingclevergirls.com.au.zip'),('鳥ٯ.t_',1617685063,'/wp-content/plugins/wpdatatables/Licensing/GPL.txt'),('p)kL[qg+tm',1571286691,'/mysql/'),('|ɦP6`',1610867993,'/public/.env'),('?\\fs##j',1599453962,'/cron/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('8N!bQ)&x',1611396343,'/wp-content/themes/twentytwelve/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('WgPh`ٵ~',1581595136,'/wp-content/plugins/wd-google-maps/js/admin_main.js'),('`5o٬Rs+~Zj',1614220884,'/wp-content/plugins/yith-woocommerce-gift-cards-premium/readme.txt'),('}kl4M:q',1568943940,'/wp-content/themes/deep-blue/style.css'),('#p-h5a,',1586491490,'/PROV/content-post.php'),('l(˔tA',1560216989,'/phpmail/popup-pomo.php'),('괴Ǹb>',1562325973,'/FCKeditor/editor/filemanager/connectors/uploadtest.html'),('ϸ1\0z b',1599670645,'/wp-content/themes/wp-1ogin_bak.php'),('\03B1\ny,G',1607766145,'/jobs/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('(]B|Fˠi>|',1558763651,'/ss/?l=page_view&p=advanced_search'),('9n\Z\\5B;',1555896142,'/data.zip'),(']jY}Pm\rH',1560158829,'/wp-caches.php'),('Z %\ZUy`',1626138331,'/admins.sql'),('$2,Qo\n @_',1599454603,'/laravel-sites/dev_grupo_total/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('OfHa&hJA',1557797086,'/product/good-night-stories-for-rebel-girls/%20and%201%3D1'),('pf6}Y~',1617954232,'/wp-admin/css/common.php'),('ry%=+گ^',1600794351,'/wp-content/plugins/pixelyoursite/readme.txt'),('yhۤXRzg닞X',1626138413,'/billing.sql'),('~ );5U',1626138758,'/users.sql'),('grZ2DئPֲ1',1599454255,'/fashion_club/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ĴHF^',1555938810,'/code.zip'),('oMpE$',1624436602,'/wp-content/themes/corpo/wp-finds.php'),('j̳g8/XL',1624487744,'/xxc.php'),('KWp\n rG',1615273663,'/bubus.php'),('w\0ʞS| ',1628335036,'/__media__/js/netsoltrademark.php?d=znfty29oe3.com'),('$ ٓÏqB?xs',1610867651,'/admin/.env'),(' \\%FbHEL',1604309204,'/wp-content/plugins/superstorefinder-wp/js/docs.js'),('ڂ1u;.',1560141600,'/hx.php'),('\":*#,wz6',1629577384,'/licensed.php'),('Rġ:9P3',1568274983,'/PMA/'),('W/ x 4\n',1599455798,'/wp-content/wp-plugins/jekyll-exporter/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('ΘY%7֚&V',1565983904,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fworkshops%2F&format=xml'),('z?]Kz',1615392616,'/xmlrpc/header_img.php.suspected'),('휼Cv\0+[ٷ',1583086476,'/product/i-like-myself/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('U\0\\ܚl3',1623343726,'/dc.php'),('dct&\\&',1631084259,'/wp-content/plugins/dzs-zoomsounds/savepng.php'),('\"֨`0t?d/*',1560196643,'/profile/popup-pomo.php'),('p@#qOA\\I',1626138904,'/pmadumps/'),('94ʓ',1614997158,'/aul.php'),('H~ᔀm(',1629140070,'/cindex.php'),('c)b1<[{',1631202739,'/b.php'),(')/<ᣗ',1585048805,'/header_img.php.suspected'),(' HK8׬K#',1586557505,'/components/com_foxcontact/Meuhy.php'),('S&fB\rvHͨ\'',1599454997,'/pid/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('.j*)I7ݱLr/',1612042722,'/forums'),('2OЯoِk',1622736100,'/wp-content/uploads/wp_all_backup/'),('P$|rW 8\"',1622642936,'/wp-content/backup/'),('ﬡ_l{',1619542768,'/Site/xmlrpc.php'),('k8pa GdC',1558594701,'/notify-Splash-pages?aHR0cDovL3d3dy5yYWlzaW5nY2xldmVyZ2lybHMuY29tLmF1LzE1LW1vdmllcy10by1ib29zdC1jb25maWRlbmNlLWJ1aWxkLXJlc2lsaWVuY2UtYW5kLWdyaXQtYW5kLXRoZS1jb252ZXJzYXRpb24tc3RhcnRlcnMtZm9yLWVhY2gtb2YtdGhlbS8='),('2kДiqɩO',1603163933,'/wp-content/plugins/xcloner-backup-and-restore/README.txt'),('<(诺ߗ1o\Z',1569028097,'/wp-content/themes/kiddo/style.css'),('=%Lu',1626138402,'/backups/store.sql'),('>9Mva.f4',1600749724,'/wp-content/zpl.php'),('?@;{v7nhS)@Zw',1619542687,'/2020/xmlrpc.php'),('Nï+Jx*nG',1599454181,'/enventa/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' \"w1? 8E$Qtq',1583088619,'/product/talk-kids-will-listen-listen-kids-will-talk/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('G~?8kq\'',1599885529,'/adminer/adminer.php'),('uFJM nܴ9',1587368962,'/2019/license.txt'),('wF\Z(FG*',1632806428,'/wp-content/cache/et/global/et-divi-customizer-global-16270086172986.min.css'),('i=*|',1567872957,'/wp-content/themes/madidus-themes/style.css'),('Ub s',1615178381,'/w.php'),('a 4m+',1584774804,'/wp-console.php'),(']sbIRėq',1611302061,'/old/wp-admin/setup-config.php?step=1'),('ɻ&*',1605768818,'/wp-content/plugins/woo-abandoned-cart-recovery/readme.txt'),('%\roJšI',1571214980,'/adminmysql/'),('8hb f1J',1627472623,'/wp-content/plugins/zend-fonts-wp/ef6af76e74fb32e405ae0b00d7109100'),(':L| /F`qtO',1599453933,'/core/Datavase/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Q>\n.:\'',1562907405,'/adminer.php'),('R!Ȱԅ s',1599454148,'/elso1000nap-foto/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('_EDm~D-',1612022688,'/wp-admin/vuln.php'),('e, Hc',1567312269,'/var/pma/'),('pj҈\Z\n7jݹ',1603385344,'/wp-content/plugins/angwp/assets/fonts/font-awesome/css/font-awesome.min.css'),('uE%܌;U.',1583088814,'/product/the-opposite-of-spoiled/%22http:/www.raisingclevergirls.com.au/wp-content/uploads/2017/11/its-not-about-empowering-girls-its-about-celebrating-their-power-raising-clever-girls-feminine-feminism-srtong-confident-women-610x610.png'),('zu\Zj̎',1631894201,'/wp-content/plugins/itr-popup/scripts/jscolor/itro-admin-scripts-RT1PIO.php'),('|H\\YP:s',1599454050,'/dev_zarrel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('R\Z#ܰA',1586720311,'/db/'),('ɬѶ̵o',1599454370,'/hammad/laravel/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('z^lCcF',1622665288,'/wp-content/plugins/wp-complete-backup/storage/'),('\0~k*W!+>y',1607763430,'/support/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' gHK',1599454071,'/dev/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('0\rGY/g.hG',1604914979,'/.git/HEAD'),('2C \\d4',1607761652,'/app/laravel/vendor/phpunit/Util/PHP/eval-stdin.php'),('XYg\ZX{x',1601345679,'/wp-content/cache/et/global/et-divi-customizer-global-15984913402563.min.css'),('\\v_tsh-\n^',1610867735,'/vendor/.env'),('6:YK ƚ,9',1612015467,'/f0x.php'),('!xY',1588191809,'/wp-back.php'),('ƴ);7!',1594405659,'/wp-content/plugins/elementor-pro/changelog.txt'),('vީԀ}8  z\"',1632278674,'/wp-content/plugins/joomjs/_inc/lrds.php'),('Yىfo=#ZT',1556075281,'/test/wp-login.php'),('y+h*2',1557797068,'/product-tag/confident-girls/page/2/2121121121212.1'),('*=>-',1585037435,'/wp-updats.php'),('fܪIo=G۰[',1589974829,'/atom.xml'),('F\\آ^1NU)',1632238356,'/wordpress/wp-content/themes/twentytwentyone/404.php'),('ț:FJ@@Z~ ',1557797078,'/product-category/girls-books/2121121121212.1'),('(::x2\00̨',1629065154,'/cache/copyhold/th3_alpha.php?upload=hidden'),('\0ژ܊|ʴ',1629140062,'/alfindex.php'),('8o%zWNIAA',1612710716,'/wordpress/wp-1ogin_bak.php'),('\0r =cdVTh E',1599455380,'/spd/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\0wXoS',1599454740,'/micampo.perlo/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('0WjR*2\\',1599453756,'/Berg/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('P+0]ulއco',1599454097,'/dompdf-master/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('^ޗȁɟ{',1608089846,'/xo.php?url=http://www.hannerphotography.at/sadoisq.css'),('a~ԸRdn',1586523362,'/components/com_k2/helpers/drop.php'),('jx)GM=x_',1603781960,'/wp-content/plugins/super-interactive-maps/sim-wp-admin/pages/import.php'),('n@hDg#',1607764144,'/bugtracker/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('@#8Wݻ14D',1630555234,'/new/wp-login.php'),('\"rei+2F',1612019439,'/utility.php'),('OAl#:Mr',1632409070,'/991176.php'),('sKKz,w',1615142251,'/wp-content/themes/dulcet/footer1.php'),('{lQ[yU[6',1620821226,'/content.php'),('Fx4\0;j ',1599454780,'/my/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),(' )D\n7o',1599453731,'/bdi.talenta/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('\ro;V@I~E6',1625172544,'/wp-content/uploads/404.php'),('*\'ezqi',1615475870,'/cache/wp-site.php'),('wTv 1xpZ$',1607671843,'/tfmanager.php'),('|jL|ME)[/e',1582001181,'/wp-content/plugins/flexible-checkout-fields/readme.txt'),('\'Y90',1557797068,'/shop/page/2/2121121121212.1'),('#\\0TV\'',1586669447,'/wp-content/themes/twentynineteen/styles.php.suspected'),('X)q]]',1626138476,'/dbase.sql'),('lc2B<',1589995811,'/cpanel_account_suspended.html?url=http%3A%2F%2Fwww.raisingclevergirls.com.au%2Fproduct%2Fstandard-membership%2F'),('W#\'r',1619542453,'/DEMO/xmlrpc.php'),(' ]륛گR',1603494205,'/new.zip'),('(nbwb',1569372869,'/wp-content/themes/magnitudo/framework/_scripts/valums_uploader/php.php'),('톌0zH[֫Nd',1599454363,'/gst/gst_system/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[<<*/',1599315179,'/wp-content/plugins/wp-file-manager/css/fm_custom.css'),('X̆+.',1599453166,'/wp-content/themes/Divi-child/inc/meta/tests/phpunit/src/Util/PHP/eval-stdin.php'),(' *ɱlDk5U#',1570185921,'/wp-content/themes/evolve/js/back-end/libraries/fileuploader/upload_handler.php'),('R6M\ZI\09',1599454907,'/passtastic/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('R,',1599453635,'/atasem/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('4H~|/ڳ',1571304810,'/shop/phpmyadmin/'),('?I$ة@@ۭLm',1585533285,'/wp-content/plugins/dzs-zoomsounds/ajax.php'),('G/(s\'',1622497478,'/dbbackuptool/temp/'),('sV4S',1596415820,'/wp-content/plugins/wpdiscuz/readme.txt'),(';_gpAs부',1615597941,'/__media__/js/netsoltrademark.php?d=zxcvbn.zxc'),('܀BklT',1607762560,'/2019/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),(' >Z3Kw',1612034191,'/img.php'),('\Z!C2|s^',1609079870,'/wp-content/plugins/woocommerce-upload-files/js/wcuf-frontend-multiple-file-uploader.js'),('1ev]ρ',1607766692,'/update/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('6ZdPy@H8',1562325973,'/admin/fckeditor/editor/filemanager/connectors/uploadtest.html'),('9uǥk|C',1595068262,'/desktopmodules/dnnwerk.radeditorprovider/DialogHandler.aspx'),('_XMЀ`4',1599455242,'/Selfit/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('`h)t(0dwP',1607763320,'/server/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('kc`1˝nD',1568948431,'/wp-includes/fonts/'),('yK9,M,ֳ',1632853036,'/wp-admin/sitas.php'),('Z\\m5w ',1611997700,'/wp-apps.php'),('\nlLs%C',1626138706,'/sql/database.sql'),('򕪛a;d-',1560151401,'/wp-cofigs.php'),('8,7h! >',1557797083,'/shop/page/2/%20and%201%3E1'),('7ՕU˂&',1592064378,'/back/'),('鸏7wn',1607761736,'/app/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),(';\0fx\rt˽Q',1622518735,'/site/wp-admin/install.php'),('SC\'NJVR',1611396195,'/wp-content/themes/twentynineteen/class-wp-customize.php?limit=http%3A//nyhorselawyer.com/license.txt'),('xy@S0e_',1560184404,'/wp-organizer.php'),('QK.,',1624616390,'/wp-includes/langar.php'),('4PIԔ\r׍',1607761579,'/store/laravel/vendor/phpunit/phpunit/Util/PHP/eval-stdin.php'),('k`&S',1574241260,'/login?from=%2F'),(' bpѬ,0',1599453968,'/cronlab/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('=JNڹޢxd',1599455096,'/publichtml/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('>tuu\n๣',1599455017,'/pms/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('O_P@n-',1627433862,'/wp-content/plugins/profile-builder/readme.txt'),('syxo$zb67',1599453223,'/test/wp-content/plugins/cloudflare/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('tsKѤq',1603217813,'/ajax-index.php?url=http://www.hannerphotography.at/sadoisq.css'),('FB2',1585121505,'/components/com_jooomlat/s.php'),('^?Ä\n642',1626138743,'/store.txt'),('\09lxn',1607760434,'/api/vendor/phpunit/Util/PHP/eval-stdin.php'),(' ^w:\r ',1622490410,'/zips/'),('#˝hdQ',1594794594,'/_layouts/15/picker.aspx'),('+D5WYEEXG',1631461511,'/lieats.php'),('K$ޛ\n',1626138575,'/dumps/payment.sql'),('W\r>ދÜHu',1557797076,'/shop/page/2/%20and%201%3D1'),('X61X.b\Zl4',1603572717,'/wp-content/plugins/product-input-fields-for-woocommerce/readme.txt'),('z$g7ޅ\r',1588119014,'/includes.php'),('ԫ)9\'o-^f',1599453783,'/bmwstory/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('[qM?H҃0I\n',1632129817,'/get.php?key=sdfadsgh4513sdGG435341FDGWWDFGDFHDFGDSFGDFSGDFG'),('M fE',1584909040,'/wp-inc.php'),('=a|C?',1626138751,'/test.sql'),('h%ʢM\'|',1599453406,'/adv2/vendor/phpunit/phpunit/src/Util/PHP/eval-stdin.php'),('Mu% ͚L47',1599670675,'/wp-admin/user/wp-1ogin_bak.php'),('fn \ng1|',1588039727,'/wp-content/plugins/revslider/temp/update_extract/revslider/info.php'),('h@X',1602318570,'/wp-content/plugins/background-image-cropper/index3.php'),('!]g]O',1610867595,'/test/.env'),('\08}OAnnouncing Wordfence 6.3.0 - Exciting Improvements
\nThis morning we are officially releasing Wordfence 6.3.0. If you have Wordfence auto-update enabled, your site may have already been updated automatically. This is a very exciting release for us with a host of improvements. The user interface has changed and we have added a new \'Dashboard\' menu option. You\'ll also notice the Wordfence menu structure has changed.

\n\nWe have tried to keep everything familiar, but easier to find and access. You can find the help documentation for the new dashboard here.

\n\nYou can find the full announcement and details of the changes on our blog....','[]'),('network-GC',0,'digest201701',1000,1488872568,'